.site {
  margin-top: 80px;
}
.items-container {
  width: 75%;
  margin: auto;
}
.item-name-btn {
  font-size: 16px;
  color: #4B3E2C;
  background: transparent linear-gradient(180deg, #FFF7F8 0%, #F2C8CE 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #66646426;
  opacity: 1;
}
.item-section:first-of-type {
  margin-top: 50px;
}
.item-section:not(:first-of-type) {
  margin-top: 70px;
}
/* text関連 */
.item-text-14 {
  color: #6C5D36;
  font-size: 14px;
}
.item-text-15 {
  color: #6C5D36;
  font-size: 15px;
}
.item-text-16 {
  color: #6C5D36;
  font-size: 15px;
}
.item-title-2 {
    background-color: #F2F7EC;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.product-comment {
  background-color: #F7F3ED;
}
.products-show {
  width: 40%;
  margin: auto;
}
.uvgel-width {
  width: 50%;
  margin: auto;
  text-align: center;
}
.two-grid {
  width: 100%;
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-template-rows: auto;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  text-align: center;
}
.three-grid {
  width: 100%;
  margin: 30px auto;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-template-rows: auto;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
/* border関連 */
.item-border-1 {
  border: 1px solid #AFA991;
  border-radius: 5px;
}
.item-border-2 {
  border: 2px solid #AFA991;
  border-radius: 2px;
}
.item-border-3 {
  border: 1px solid #B4B4B4;
  border-radius: 2px;
  font-size: 13px;
}
.item-border-4 {
  border: 1px solid #AFA991;
  border-radius: 2px;
}
.pannel-175 {
  background-color: #F8EAEC;
  padding-bottom: 15px;
  cursor: pointer;
}
.arrow {
  width: 22px;
  right: 10px;
  position: relative;
  top: 3px;
  float: right;
  /* transition: 0.3s; */
  transform: rotate(0deg);
}
.parent {
  position: relative;
}

.child {
  padding: 5px 20px;
  width: fit-content;
  position: absolute;
  background-color: white;
  top: -3px;
  left: 12.5%;
}
.bg-special {
  text-align: left;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: transparent linear-gradient(180deg, #F2F7FF 0%, #EDEDED 100%) 0% 0% no-repeat padding-box;
}
.item-link {
  margin-top: -180px !important;
  padding-top: 180px !important;
  pointer-events: none;
}
.align-start {
  align-items: flex-start;
}
.justify-center {
  justify-content: center;
}
.production-index-card {
  display: block !important;
  padding: 15px 10px;
}
.item-category-button {
  display: none;
}
.tab-content {
  position: relative;
}
.tab-items-close {
  position: absolute;
  top: 15px;
	right: 20%;
}
.tab-items-close-button {
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
  position: relative;
}
.tab-items-close-button::before,
.tab-items-close-button::after {
  position: absolute;
  content: '';
  width: 100%;
	height: 2.5px;
  background: #6C5D36;
}
.tab-items-close-button::before {
  transform: rotate(45deg);
}
.tab-items-close-button::after {
  transform: rotate(-45deg);
}
.tab-items-close {
  display: none;
}
.nav-link.production-nav-link.current {
  background: #e2a2a4;
  color: #fff !important;
  border: 0px;
}

.sp {
  display: none;
}

/* slick用 */
section.loopSlider .slick-prev::before,
section.loopSlider .slick-next::before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 70px;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

section.loopSlider .slick-prev::before {
  background-image: url(../images/prev.png);
}
section.loopSlider .slick-next::before {
  background-image: url(../images/next.png);
}
/* 画像調整 */
.item-image-small {
  width: 40%;
}
/* item-container */
.lotion-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  gap: 15px;
}

.lotion-container > img {
  max-width: 100px;
  height: auto;
}

/* ingredient-container */
.ingredient-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto;
  gap: 15px;
}
/*video関連*/
.video-ttl{
  font-weight: 600;
  font-size:1.15rem;
  margin-bottom:0;
  text-align:left;
}
.sp-video{
  display: none;
}
.pc-video{
  display: block;
}
p.video-ttl {
    border-left: 2.5px solid;
    padding-left: 15px;
}

@media screen and (max-width:1070px) {
  .site {
    margin-top: 40px;
  }
  .production-index-card {
    display: none !important;
  }
  .header-wrapper {
    flex-direction: column;
  }
  .item-category-button {
    padding: 20px 10px;
  }
  .item-category-button .nav {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-template-rows: auto;
    align-items: center;
    gap: 10px;
  }
  .ingredient-container {
    grid-template-columns: 1fr;
  }
  .ingredient-container>* {
    grid-column: 1;
  }
}
@media screen and (max-width: 980px) {
  .site {
    margin-top: 30px;
  }
  .product-comment {
    margin: 20px 10px;
  }
  .item-link {
    margin-top: -120px !important;
    padding-top: 120px !important;
  }
}
@media only screen and (max-width: 780px) {
  .item-section:not(:first-of-type) {
    margin-top: 50px;
  }
  .items-container {
    width: 95%;
  }
  .two-grid {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
      display: block;
  }
  .sp-video{
    display: block;
  }
  .pc-video{
    display: none;
  }
}
@media screen and (max-width:660px) {
  .item-category-button .nav {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width:520px) {
  .three-grid {
    grid-template-columns: 1fr;
  }
  .three-grid > * {
    grid-column: 1;
  }
}
@media screen and (max-width:468px) {
  .lotion-container {
    grid-template-columns: 1fr;
  }
  .lotion-container>* {
    grid-column: 1;
  }
  .lotion-container img {
    margin: 0 auto 20px;
  }
}
@media screen and (max-width:428px) {
  .two-grid {
    grid-template-columns: 1fr;
  }
  .two-grid > * {
    grid-column: 1;
  }
}