@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
#pageContainer.hairmask {
  font-family: "Noto Serif JP", "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  text-size-adjust: none;
}
#pageContainer.hairmask * {
  box-sizing: border-box;
}
#pageContainer.hairmask img {
  width: 100%;
  vertical-align: bottom;
}

.columnContent {
  width: 100%;
  padding: 0;
  padding-top: 0px !important;
  margin: 0 !important;
}
@media screen and (max-width: 768px) {
  .columnContent {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}

.top-link {
  display: none;
}

body {
  width: 100%;
}

body #wrapper {
  width: 100%;
  min-width: auto;
}

body #header, body #footer {
  width: 100%;
}

body:not(.rohto2020) {
  overflow-x: hidden;
}

.brand-header-wrap {
  display: none;
}

#header, .breadcrumb {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
}

#header.-opend {
  z-index: 1000;
}

#container {
  position: relative;
  z-index: 0;
  background-color: #FFFFFF;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#pageContainer.hairmask .faqSec__inner, #pageContainer.hairmask .pointSec__inner, #pageContainer.hairmask .damageSec__inner, #pageContainer.hairmask .stateSec__inner, #pageContainer.hairmask .navWrap__inner {
  width: min(71.4285714286vw, 1000px);
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec__inner, #pageContainer.hairmask .pointSec__inner, #pageContainer.hairmask .damageSec__inner, #pageContainer.hairmask .stateSec__inner, #pageContainer.hairmask .navWrap__inner {
    width: 100%;
  }
}

.pcD {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcD {
    display: none;
  }
}

.spD {
  display: none;
}
@media screen and (max-width: 768px) {
  .spD {
    display: block;
  }
}

.hairmask {
  position: relative;
  width: 100%;
  color: #342709;
}
.hairmask .fadeUp-js {
  opacity: 0;
}
.hairmask .fadeUp-js.active {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

#pageContainer.hairmask .ff-Noto {
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}

#pageContainer.hairmask .kvSec {
  width: 100%;
}
#pageContainer.hairmask .kvSec__img {
  width: 100%;
}
#pageContainer.hairmask .navWrap {
  width: 100%;
  background-color: #008464;
  border-bottom: 4px solid #F4F592;
  display: flex;
  justify-content: center;
  transition: 0.3s opacity;
  position: sticky;
  top: 0;
  z-index: 50;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .navWrap {
    border: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: initial;
    flex-direction: column;
    z-index: 500;
    opacity: 0;
    pointer-events: none;
  }
}
#pageContainer.hairmask .navWrap.-active {
  opacity: 1;
  pointer-events: initial;
}
#pageContainer.hairmask .navWrap__inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .navWrap__inner {
    flex-direction: column;
    width: 80vw;
    margin: 6.4vw auto 0;
    row-gap: 6.4vw;
  }
}
#pageContainer.hairmask .navWrap__item a {
  display: block;
  height: 100%;
  color: #F4F592;
  font-size: min(1.2857142857vw, 18px);
  font-weight: 700;
  line-height: 1.3333333333;
  text-align: center;
  padding: min(1.7142857143vw, 24px) 0 min(3.3571428571vw, 47px);
  position: relative;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .navWrap__item a {
    font-size: 4.8vw;
    line-height: 1.3333333333;
    padding: 0 2.6666666667vw 6.4vw 2.6666666667vw;
    width: 80vw !important;
    text-align: left;
  }
}
#pageContainer.hairmask .navWrap__item a::before {
  display: block;
  content: "";
  position: absolute;
  width: min(1.1428571429vw, 16px);
  height: min(0.5714285714vw, 8px);
  background-image: url("/-/Media/com/gyutto/hairmask/20240621/ic_bottomArrow_01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  left: 0;
  right: 0;
  bottom: min(1.4285714286vw, 20px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .navWrap__item a::before {
    background-image: url("/-/Media/com/gyutto/hairmask/20240621/ic_rightArrow_01.svg");
    left: initial;
    bottom: initial;
    margin: initial;
    right: 2.6666666667vw;
    top: 1.3333333333vw;
    width: 2.6666666667vw;
    height: 4.2666666667vw;
  }
}
#pageContainer.hairmask .navWrap__item a::after {
  display: block;
  content: "";
  position: absolute;
  width: min(0.1428571429vw, 2px);
  height: min(4.5714285714vw, 64px);
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  background: linear-gradient(180deg, rgb(54, 174, 144) 0%, rgb(240, 235, 177) 100%);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .navWrap__item a::after {
    width: 100%;
    height: 0.2666666667vw;
    top: initial;
    margin: initial;
    background: linear-gradient(90deg, rgb(54, 174, 144) 0%, rgb(240, 235, 177) 100%);
  }
}
#pageContainer.hairmask .navWrap__item:nth-child(1) a {
  width: min(18.2142857143vw, 255px);
}
#pageContainer.hairmask .navWrap__item:nth-child(2) a {
  width: min(11.4285714286vw, 160px);
}
#pageContainer.hairmask .navWrap__item:nth-child(3) a {
  width: min(19.7142857143vw, 276px);
}
#pageContainer.hairmask .navWrap__item:nth-child(4) {
  display: flex;
  align-items: center;
  padding: 0 min(1.5714285714vw, 22px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .navWrap__item:nth-child(4) {
    padding: 0;
  }
}
#pageContainer.hairmask .navWrap__item:nth-child(4) a {
  width: min(20.8571428571vw, 292px);
  height: min(3.7142857143vw, 52px);
  padding: min(0.8571428571vw, 12px) min(2vw, 28px) min(1vw, 14px) min(1vw, 14px);
  border-radius: min(0.2142857143vw, 3px);
  border: 1px solid #BFDCF8;
  background-color: #005BAC;
  color: #fff;
  text-shadow: 0 0 min(2vw, 28px) rgba(255, 255, 255, 0.6);
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .navWrap__item:nth-child(4) a {
    width: 100%;
    height: 14.6666666667vw;
    padding: 3.6vw 9.3333333333vw 4.2666666667vw 4.2666666667vw;
    border-radius: 1.3333333333vw;
    text-shadow: 0 0 2.1333333333vw rgba(255, 255, 255, 0.6);
  }
}
#pageContainer.hairmask .navWrap__item:nth-child(4) a span {
  font-size: min(1vw, 14px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .navWrap__item:nth-child(4) a span {
    font-size: 4.2666666667vw;
  }
}
#pageContainer.hairmask .navWrap__item:nth-child(4) a::before {
  background-image: url("/-/Media/com/gyutto/hairmask/20241209/ic_rightArrow_02.svg");
  background-position: center;
  width: min(0.4285714286vw, 6px);
  height: min(0.8571428571vw, 12px);
  left: unset;
  right: min(1vw, 14px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .navWrap__item:nth-child(4) a::before {
    width: 2.4vw;
    height: 3.7333333333vw;
    top: 0;
    bottom: 0;
    right: 4.2666666667vw;
    margin: auto;
  }
}
#pageContainer.hairmask .navWrap__item:nth-child(4) a::after {
  display: none;
}
#pageContainer.hairmask .navWrap__bg {
  display: none;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .navWrap__bg {
    display: block;
    width: 100%;
    background-color: #000000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .navWrap__bg--sp {
    display: block;
    width: 100%;
    height: 132vw;
    background-image: url("/-/Media/com/gyutto/hairmask/20241209/bg_menu_sp_01.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    z-index: 1;
    padding: 5.3333333333vw 6.6666666667vw;
  }
}
#pageContainer.hairmask .navWrap__close {
  display: none;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .navWrap__close {
    cursor: pointer;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    width: fit-content;
    flex-direction: column;
    align-items: center;
  }
}
#pageContainer.hairmask .navWrap__icon {
  display: block;
  width: 6.6666666667vw;
  margin-bottom: 1.0666666667vw;
}
#pageContainer.hairmask .navWrap__txt {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 2.0833333333;
  color: #fff;
}
#pageContainer.hairmask .spNav {
  display: none;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .spNav {
    cursor: pointer;
    margin-left: auto;
    margin-right: 4.8vw;
    margin-top: 4vw;
    margin-bottom: -20vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 17.3333333333vw;
    height: 16vw;
    position: sticky;
    top: 4vw;
    z-index: 10;
    padding-top: 4.2666666667vw;
    background-color: #008464;
    border-radius: 0.5333333333vw;
    box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.2);
  }
  #pageContainer.hairmask .spNav__icon {
    display: block;
    width: 10.9333333333vw;
  }
  #pageContainer.hairmask .spNav P {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 700;
    margin-top: 1.0666666667vw;
  }
}
#pageContainer.hairmask .stateSec {
  width: 100%;
  background: linear-gradient(180deg, rgb(65, 141, 154) 0%, rgb(167, 226, 194) 60%, rgb(205, 223, 145) 100%);
  position: relative;
  clip-path: polygon(100% 0, 100% 89%, 50% 100%, 0 89%, 0 0);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .stateSec {
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 0);
  }
}
#pageContainer.hairmask .stateSec::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: min(75.3571428571vw, 1055px);
  width: 74.5833333333%;
  height: auto;
  aspect-ratio: 179/11;
  background-image: url("/-/Media/com/gyutto/hairmask/20240621/parts_state_01.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: right top;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .stateSec::after {
    width: 89.6vw;
    height: 17.6vw;
    aspect-ratio: initial;
    right: initial;
    left: 0;
    top: 137.8666666667vw;
    background-image: url("/-/Media/com/gyutto/hairmask/20240621/parts_state_sp_01.png");
  }
}
#pageContainer.hairmask .stateSec__inner {
  padding-top: min(5.1428571429vw, 72px);
  padding-bottom: min(18.7857142857vw, 263px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .stateSec__inner {
    padding-top: 17.3333333333vw;
    padding-bottom: 41.2vw;
  }
}
#pageContainer.hairmask .stateSec .tvcm__ttl {
  width: min(10.8571428571vw, 152px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .stateSec .tvcm__ttl {
    width: 25.8666666667vw;
  }
}
#pageContainer.hairmask .stateSec .tvcm__movie {
  width: min(54.8571428571vw, 768px);
  margin: min(1.2857142857vw, 18px) auto 0;
  filter: drop-shadow(0 0 min(0.7142857143vw, 10px) rgba(255, 255, 255, 0.16));
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .stateSec .tvcm__movie {
    width: 85.3333333333vw;
    margin: 0.5333333333vw auto 0;
    filter: drop-shadow(0 0 1.3333333333vw rgba(255, 255, 255, 0.16));
  }
}
#pageContainer.hairmask .stateSec .cp__link {
  display: block;
  width: min(36.5714285714vw, 512px);
  margin: min(5.7142857143vw, 80px) auto 0;
  filter: drop-shadow(0 0 min(0.7142857143vw, 10px) rgba(255, 255, 255, 0.16));
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .stateSec .cp__link {
    width: 68.2666666667vw;
    margin: 10.6666666667vw auto 0;
    filter: drop-shadow(0 0 1.3333333333vw rgba(255, 255, 255, 0.16));
  }
}
#pageContainer.hairmask .stateSec__top {
  width: min(36.7142857143vw, 514px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .stateSec__top {
    width: 81.6vw;
    margin-top: 6.4vw;
  }
}
#pageContainer.hairmask .stateSec__ttl {
  width: min(54.2857142857vw, 760px);
  margin: min(5.1428571429vw, 72px) auto 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .stateSec__ttl {
    width: 93.0666666667vw;
    margin-top: 13.3333333333vw;
  }
}
#pageContainer.hairmask .stateSec__img {
  width: min(71.4285714286vw, 1000px);
  margin: min(0vw, 0px) auto 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .stateSec__img {
    width: 89.3333333333vw;
    margin-top: 3.2vw;
  }
}
#pageContainer.hairmask .stateSec__img .problem {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#pageContainer.hairmask .stateSec__img .problem__txt {
  font-size: min(1.2857142857vw, 18px);
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .stateSec__img .problem__txt {
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
#pageContainer.hairmask .stateSec__img .problem__strong {
  color: #F4F592;
  font-size: min(1.5714285714vw, 22px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .stateSec__img .problem__strong {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
}
#pageContainer.hairmask .stateSec__img .problem__item:nth-child(1) .problem__txt {
  left: min(4.3571428571vw, 61px);
  bottom: min(7.3571428571vw, 103px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .stateSec__img .problem__item:nth-child(1) .problem__txt {
    bottom: initial;
    top: 8.9333333333vw;
    left: 8.9333333333vw;
  }
}
#pageContainer.hairmask .stateSec__img .problem__item:nth-child(2) .problem__txt {
  top: min(5.7857142857vw, 81px);
  left: min(17.7857142857vw, 249px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .stateSec__img .problem__item:nth-child(2) .problem__txt {
    left: initial;
    top: 13.6vw;
    right: 6.4vw;
  }
}
#pageContainer.hairmask .stateSec__img .problem__item:nth-child(3) .problem__txt {
  top: min(4.7857142857vw, 67px);
  right: min(18.5vw, 259px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .stateSec__img .problem__item:nth-child(3) .problem__txt {
    right: initial;
    top: 53.7333333333vw;
    left: 6vw;
  }
}
#pageContainer.hairmask .stateSec__img .problem__item:nth-child(4) .problem__txt {
  right: min(2.5vw, 35px);
  bottom: min(8.3571428571vw, 117px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .stateSec__img .problem__item:nth-child(4) .problem__txt {
    bottom: inherit;
    right: 7.6vw;
    top: 55.2vw;
  }
}
#pageContainer.hairmask .bg01 {
  width: 100%;
  margin-top: calc(-1 * min(15.2857142857vw, 214px));
  padding-bottom: min(10vw, 140px);
  background: linear-gradient(153deg, rgb(217, 245, 238) 14%, rgb(239, 249, 218) 100%);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .bg01 {
    margin-top: -35.8666666667vw;
    padding-bottom: 14.8vw;
    background: linear-gradient(170deg, rgb(217, 245, 238) 20%, rgb(239, 249, 218) 100%);
  }
}
#pageContainer.hairmask .bg02 {
  width: 100%;
  position: relative;
  padding-top: min(16.7857142857vw, 235px);
  padding-bottom: min(8.5714285714vw, 120px);
  width: 100%;
  background: linear-gradient(180deg, rgb(22, 124, 137) 0%, rgb(167, 226, 194) 60%, rgb(201, 221, 141) 100%);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .bg02 {
    padding-top: 32.9333333333vw;
    padding-bottom: min(18.5vw, 259px);
    background: linear-gradient(180deg, rgb(22, 124, 137) 0%, rgb(167, 226, 194) 60%, rgb(201, 221, 141) 100%);
  }
}
#pageContainer.hairmask .bg02::before {
  display: block;
  content: "";
  position: absolute;
  top: min(-0.0714285714vw, -1px);
  left: 0;
  width: 100%;
  height: 9.1666666667vw;
  background-image: url("/-/Media/com/gyutto/hairmask/20240621/bg_clip_01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .bg02::before {
    background-position: left top;
    height: 20vw;
    top: -0.1333333333vw;
    background-image: url("/-/Media/com/gyutto/hairmask/20240621/bg_clip_sp_01.png");
  }
}
#pageContainer.hairmask .aboutSec {
  width: min(64.2857142857vw, 900px);
  height: min(64.2857142857vw, 900px);
  margin: 0 auto;
  background-image: url("/-/Media/com/gyutto/hairmask/20241209/bg_circle_01.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  position: relative;
  z-index: 2;
  padding: min(11.1428571429vw, 156px) 0 0;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .aboutSec {
    width: 100%;
    height: 173.6vw;
    background-image: url("/-/Media/com/gyutto/hairmask/20241209/bg_circle_sp_01.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .aboutSec__inner {
    height: 100%;
    padding-top: 17.3333333333vw;
  }
}
#pageContainer.hairmask .aboutSec__ttl {
  width: min(32.4285714286vw, 454px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .aboutSec__ttl {
    width: 77.6vw;
  }
}
#pageContainer.hairmask .aboutSec__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(2.8571428571vw, 40px) auto min(3.4285714286vw, 48px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .aboutSec__flex {
    flex-direction: column;
    width: 100%;
    margin: 6.4vw auto 8.5333333333vw;
    text-align: left;
  }
}
#pageContainer.hairmask .aboutSec__img {
  width: min(16.8571428571vw, 236px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .aboutSec__img {
    width: 68.5333333333vw;
  }
}
#pageContainer.hairmask .aboutSec__txt {
  color: #342709;
  font-size: min(1.4285714286vw, 20px);
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .aboutSec__txt {
    width: 86.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
#pageContainer.hairmask .aboutSec__txt .-border {
  position: relative;
  display: inline;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .aboutSec__txt .-border {
    background-image: url("/-/Media/com/gyutto/hairmask/20240621/parts_about_sp_01.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
    padding-bottom: 0.8vw;
  }
}
#pageContainer.hairmask .aboutSec__txt .-border::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(140%) translateX(-50%);
  width: 105%;
  height: min(0.2857142857vw, 4px);
  background: linear-gradient(90deg, rgb(0, 132, 100) 0%, rgb(227, 229, 133) 55%, rgb(227, 229, 133) 100%);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .aboutSec__txt .-border::after {
    display: none;
  }
}
#pageContainer.hairmask .aboutSec__bottomTxt {
  color: #342709;
  font-size: min(1.7142857143vw, 24px);
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .aboutSec__bottomTxt {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    width: 86.6666666667vw;
    margin: 0 auto;
  }
}
#pageContainer.hairmask .aboutSec .links {
  display: flex;
  flex-wrap: wrap;
  width: min(44.2857142857vw, 620px);
  justify-content: space-between;
  row-gap: min(1.4285714286vw, 20px);
  margin: min(2.8571428571vw, 40px) auto 0;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .aboutSec .links {
    margin-top: 4.2666666667vw;
    width: 73.3333333333vw;
    row-gap: 2.6666666667vw;
    column-gap: 4vw;
  }
}
#pageContainer.hairmask .aboutSec .links__item {
  width: min(21.4285714286vw, 300px);
  filter: drop-shadow(0 0 min(0.4285714286vw, 6px) rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .aboutSec .links__item {
    width: 100%;
    filter: drop-shadow(0 0 0.8vw rgba(0, 0, 0, 0.16));
  }
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .aboutSec .links__item:nth-child(3), #pageContainer.hairmask .aboutSec .links__item:nth-child(4) {
    width: 34.6666666667vw;
  }
}
#pageContainer.hairmask .damageSec {
  width: 100%;
  margin-top: min(2.8571428571vw, 40px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .damageSec {
    margin: 10.6666666667vw auto 0;
    width: 86.6666666667vw;
  }
}
#pageContainer.hairmask .damageSec__ttl {
  width: min(26.1428571429vw, 366px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .damageSec__ttl {
    width: 66.1333333333vw;
  }
}
#pageContainer.hairmask .damageSec__box {
  width: min(57.1428571429vw, 800px);
  height: min(29.8571428571vw, 418px);
  margin: min(1.4285714286vw, 20px) auto 0;
  background-image: url("/-/Media/com/gyutto/hairmask/20240621/bg_damage_01.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 min(4.8571428571vw, 68px);
  filter: drop-shadow(min(0.4285714286vw, 6px) min(0.4285714286vw, 6px) min(0.7142857143vw, 10px) rgba(52, 39, 9, 0.2));
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .damageSec__box {
    filter: drop-shadow(0.8vw 0.8vw 1.3333333333vw rgba(52, 39, 9, 0.2));
    flex-direction: column;
    justify-content: center;
    padding: 0;
    width: 100%;
    height: 123.7333333333vw;
    margin-top: 2.1333333333vw;
    background-image: url("/-/Media/com/gyutto/hairmask/20240621/bg_damage_sp_01.png");
  }
}
#pageContainer.hairmask .damageSec__content {
  width: min(16.7142857143vw, 234px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .damageSec__content {
    width: 46.9333333333vw;
  }
}
#pageContainer.hairmask .damageSec__txt {
  font-size: min(1.4285714286vw, 20px);
  font-weight: 700;
  color: #fff;
  margin-bottom: min(1.1428571429vw, 16px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .damageSec__txt {
    margin-bottom: 0;
    font-size: 4.2666666667vw;
  }
}
#pageContainer.hairmask .damageSec__txt .-strong {
  display: inline-block;
  margin-top: min(0.7142857143vw, 10px);
  background-color: #F4F592;
  font-size: min(2.2857142857vw, 32px);
  font-weight: 700;
  color: #34947C;
  padding: 0 min(0.5714285714vw, 8px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .damageSec__txt .-strong {
    display: block;
    font-size: 6.4vw;
    padding: 0 1.0666666667vw;
    margin-top: 2.6666666667vw;
  }
}
#pageContainer.hairmask .damageSec__txt .-strong sup {
  font-size: 0.5em;
  font-weight: 500;
  display: inline-block;
  transform: translateY(-25%);
}
#pageContainer.hairmask .damageSec__small {
  width: min(16vw, 224px);
  color: #fff;
  font-size: min(1vw, 14px);
  font-weight: 500;
  line-height: 1.5;
  text-indent: -1.7em;
  padding-left: 1.7em;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .damageSec__small {
    margin: 0 auto;
    width: 70.1333333333vw;
    font-size: 3.2vw;
    line-height: 1.625;
  }
}
#pageContainer.hairmask .damageSec__img {
  width: min(26.4285714286vw, 370px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .damageSec__img {
    width: 72.8vw;
    margin: 5.3333333333vw auto 2.6666666667vw;
  }
}
#pageContainer.hairmask .productSec {
  width: 100%;
}
#pageContainer.hairmask .productSec__inner {
  width: min(78.5714285714vw, 1100px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec__inner {
    width: 100%;
  }
}
#pageContainer.hairmask .productSec__ttl {
  width: min(27.1428571429vw, 380px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec__ttl {
    width: 62.1333333333vw;
  }
}
#pageContainer.hairmask .productSec .content {
  width: 100%;
  height: min(78.5714285714vw, 1100px);
  margin-top: min(2.2857142857vw, 32px);
  background-image: url("/-/Media/com/gyutto/hairmask/20241209/bg_circle_02.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content {
    margin-top: 6.2666666667vw;
    background-image: url("/-/Media/com/gyutto/hairmask/20241209/bg_circle_sp_02.png");
    height: 262vw;
  }
}
#pageContainer.hairmask .productSec .content__flex {
  display: flex;
  justify-content: space-between;
  width: min(43.4285714286vw, 608px);
  padding-top: min(16.5714285714vw, 232px);
  margin: 0 auto 0 min(23.5vw, 329px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content__flex {
    align-items: center;
    width: 100%;
    flex-direction: column;
    padding-top: 28.2666666667vw;
    margin: 0 auto;
  }
}
#pageContainer.hairmask .productSec .content__img {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content__img {
    margin: 0 auto 0 12.8vw;
  }
}
#pageContainer.hairmask .productSec .content__img picture {
  display: block;
}
#pageContainer.hairmask .productSec .content__img picture:nth-of-type(1) {
  width: min(15.4285714286vw, 216px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content__img picture:nth-of-type(1) {
    width: 36vw;
  }
}
#pageContainer.hairmask .productSec .content__img picture:nth-of-type(2) {
  position: absolute;
  z-index: 1;
  width: min(11.1428571429vw, 156px);
  top: 0;
  left: max(-11.7142857143vw, -164px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content__img picture:nth-of-type(2) {
    width: 30.5333333333vw;
    top: -7.7333333333vw;
    left: unset;
    right: -36.1333333333vw;
  }
}
#pageContainer.hairmask .productSec .content__img picture:nth-of-type(3) {
  position: absolute;
  z-index: 1;
  width: min(16.2857142857vw, 228px);
  bottom: min(1.8571428571vw, 26px);
  left: max(-14.2857142857vw, -200px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content__img picture:nth-of-type(3) {
    width: 39.7333333333vw;
    bottom: 0;
    left: unset;
    right: -40.6666666667vw;
  }
}
#pageContainer.hairmask .productSec .content__img figcaption {
  font-size: min(1.1428571429vw, 16px);
  font-weight: 500;
  line-height: 1.75;
  margin-top: min(0.2857142857vw, 4px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content__item {
    margin-top: 5.3333333333vw;
  }
}
#pageContainer.hairmask .productSec .content__ttl {
  font-size: min(2vw, 28px);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content__ttl {
    font-size: 5.3333333333vw;
    line-height: 1.2;
    padding-left: 4.4vw;
  }
}
#pageContainer.hairmask .productSec .content__ttl .-strong {
  font-size: min(2.7142857143vw, 38px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content__ttl .-strong {
    font-size: 6.4vw;
  }
}
#pageContainer.hairmask .productSec .content__ttl .-strong sup {
  font-size: 0.6em;
  line-height: 1;
}
#pageContainer.hairmask .productSec .content__point {
  margin-top: min(1.1428571429vw, 16px);
  font-size: min(1.2857142857vw, 18px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content__point {
    font-size: 3.2vw;
    margin-top: 1.0666666667vw;
    padding-left: 4.4vw;
  }
}
#pageContainer.hairmask .productSec .content__name {
  line-height: 1.7;
  color: #fff;
  font-size: min(2.2857142857vw, 32px);
  font-weight: 700;
  margin: min(2.2857142857vw, 32px) 0 min(2.8571428571vw, 40px);
  display: flex;
  align-items: baseline;
  justify-content: center;
  width: min(20.8571428571vw, 292px);
  height: min(4.2142857143vw, 59px);
  background: linear-gradient(90deg, rgb(12, 116, 133) 0%, rgb(205, 221, 138) 100%);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content__name {
    width: 60vw;
    height: 11.7333333333vw;
    margin: 4.2666666667vw 0 2.1333333333vw 4.4vw;
    font-size: 6.4vw;
  }
}
#pageContainer.hairmask .productSec .content__name .-small {
  font-size: min(1.8571428571vw, 26px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content__name .-small {
    font-size: 5.4666666667vw;
  }
}
#pageContainer.hairmask .productSec .content__caption {
  font-size: 2.9333333333vw;
  font-weight: 500;
  margin-bottom: 5.0666666667vw;
  padding-left: 4.4vw;
}
#pageContainer.hairmask .productSec .content__word {
  width: min(21vw, 294px);
  margin-bottom: min(1.1428571429vw, 16px);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content__word {
    width: 69.0666666667vw;
    margin: 0 auto 2.1333333333vw;
  }
}
#pageContainer.hairmask .productSec .content__word p {
  width: min(6.5714285714vw, 92px);
  height: min(3.1428571429vw, 44px);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.1428571429vw, 16px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #008464;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content__word p {
    width: 21.6vw;
    height: 10.9333333333vw;
    font-size: 3.7333333333vw;
    letter-spacing: -0.04em;
  }
}
#pageContainer.hairmask .productSec .content__word p:nth-of-type(1) {
  background-image: url("/-/Media/com/gyutto/hairmask/20241209/bg_word_01.svg");
}
#pageContainer.hairmask .productSec .content__word p:nth-of-type(2) {
  background-image: url("/-/Media/com/gyutto/hairmask/20241209/bg_word_02.svg");
}
#pageContainer.hairmask .productSec .content__word p:nth-of-type(3) {
  background-image: url("/-/Media/com/gyutto/hairmask/20241209/bg_word_03.svg");
}
#pageContainer.hairmask .productSec .content__txt {
  font-size: min(1.4285714286vw, 20px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content__txt {
    text-align: center;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
#pageContainer.hairmask .productSec .content .links {
  width: min(44.2857142857vw, 620px);
  margin: min(2.8571428571vw, 40px) auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: min(1.4285714286vw, 20px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content .links {
    row-gap: 2.6666666667vw;
    justify-content: space-between;
    width: 73.3333333333vw;
    margin: 5.3333333333vw auto 0;
  }
}
#pageContainer.hairmask .productSec .content .links__item {
  width: 48.3870967742%;
  filter: drop-shadow(0 0 min(0.4285714286vw, 6px) rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content .links__item {
    width: 100%;
    filter: drop-shadow(0 0 0.8vw rgba(0, 0, 0, 0.16));
  }
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .productSec .content .links__item:nth-child(3), #pageContainer.hairmask .productSec .content .links__item:nth-child(4) {
    width: 34.6666666667vw;
  }
}
#pageContainer.hairmask .pointSec {
  width: 100%;
  margin-top: min(3.5714285714vw, 50px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec {
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec__inner {
    width: 86.6666666667vw;
    margin: 0 auto;
  }
}
#pageContainer.hairmask .pointSec__ttl {
  width: min(29.4285714286vw, 412px);
  margin: 0 auto min(2.2857142857vw, 32px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec__ttl {
    width: 73.0666666667vw;
    margin: 0 auto 6.4vw;
  }
}
#pageContainer.hairmask .pointSec__bnr {
  width: 100%;
  display: block;
  margin-top: min(4vw, 56px);
  filter: drop-shadow(min(0.4285714286vw, 6px) min(0.4285714286vw, 6px) min(0.7142857143vw, 10px) rgba(52, 39, 9, 0.1));
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec__bnr {
    margin-top: 9.6vw;
    filter: drop-shadow(0.8vw 0.8vw 1.3333333333vw rgba(52, 39, 9, 0.1));
  }
}
#pageContainer.hairmask .pointSec .box {
  width: 100%;
  background-color: #fff;
  border-radius: min(1.4285714286vw, 20px);
  filter: drop-shadow(min(0.4285714286vw, 6px) min(0.4285714286vw, 6px) min(0.7142857143vw, 10px) rgba(52, 39, 9, 0.2));
  padding: min(1.0714285714vw, 15px) 0;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box {
    padding: 2vw 0;
    filter: drop-shadow(0.8vw 0.8vw 1.3333333333vw rgba(52, 39, 9, 0.2));
  }
}
#pageContainer.hairmask .pointSec .box__inner {
  width: 100%;
  padding: min(4.5714285714vw, 64px) 0 min(4.4285714286vw, 62px);
  background-image: url("/-/Media/com/gyutto/hairmask/20240621/bg_frame_01.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__inner {
    padding: 7.6vw 0 13.3333333333vw;
    background-image: url("/-/Media/com/gyutto/hairmask/20240621/bg_frame_sp_01.svg");
    height: 784.1333333333vw;
  }
}
#pageContainer.hairmask .pointSec .box__item:not(#pageContainer.hairmask .pointSec .box__item:first-child) {
  margin-top: min(4.5714285714vw, 64px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__item:not(#pageContainer.hairmask .pointSec .box__item:first-child) {
    margin-top: 8.5333333333vw;
  }
}
#pageContainer.hairmask .pointSec .box__ttl {
  width: min(5.1428571429vw, 72px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__ttl {
    width: 15.2vw;
  }
}
#pageContainer.hairmask .pointSec .box__txt {
  text-align: center;
  margin: min(0.5714285714vw, 8px) auto min(0.4285714286vw, 6px);
  font-size: min(1.4285714286vw, 20px);
  font-weight: 700;
  line-height: 1.8;
}
#pageContainer.hairmask .pointSec .box__txt sup {
  display: inline-block;
  transform: translateY(10%);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__txt sup {
    transform: translate(0);
  }
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__txt {
    font-size: 4.2666666667vw;
    margin: 1.0666666667vw 0 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__txt.-sw560 {
    width: 74.6666666667vw;
    margin: 0 auto;
  }
}
#pageContainer.hairmask .pointSec .box__point {
  width: min(61.4285714286vw, 860px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__point {
    width: 74.6666666667vw;
    margin-top: 1.6vw;
  }
}
#pageContainer.hairmask .pointSec .box__phrase {
  text-align: center;
  font-size: min(2vw, 28px);
  font-weight: 700;
  margin: min(4.5714285714vw, 64px) 0 min(1.1428571429vw, 16px);
  color: #008464;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__phrase {
    font-size: 5.3333333333vw;
    margin: 5.3333333333vw 0;
  }
}
#pageContainer.hairmask .pointSec .box__img {
  width: min(58.5714285714vw, 820px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__img {
    width: 74.6666666667vw;
  }
}
#pageContainer.hairmask .pointSec .box__img.-img04 {
  width: min(60vw, 840px);
  margin-top: min(3.4285714286vw, 48px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__img.-img04 {
    width: 68vw;
    margin-top: 5.3333333333vw;
  }
}
#pageContainer.hairmask .pointSec .box__img.-img05 {
  width: min(30.1428571429vw, 422px);
  position: relative;
  margin: min(2.8571428571vw, 40px) min(21.4285714286vw, 300px) 0 auto;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__img.-img05 {
    width: 53.8666666667vw;
    margin: 4.2666666667vw auto 0;
  }
}
#pageContainer.hairmask .pointSec .box__img.-img05 figcaption {
  font-size: min(1vw, 14px);
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__img.-img05 figcaption {
    font-weight: 400;
    transform: translateX(0) translateY(100%);
    bottom: -1.0666666667vw;
    right: -2.6666666667vw;
    font-size: 3.2vw;
  }
}
#pageContainer.hairmask .pointSec .box__caption {
  font-size: min(1vw, 14px);
  font-weight: 500;
  line-height: 2;
  text-align: center;
  margin-top: min(1.7142857143vw, 24px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__caption {
    width: 74.6666666667vw;
    font-size: 3.2vw;
    text-align: left;
    margin-top: 5.3333333333vw;
    text-indent: -1.9em;
    padding-left: 1.9em;
    line-height: 1.5;
  }
}
#pageContainer.hairmask .pointSec .box__caption.-txtInd0 {
  text-indent: 0;
  padding-left: 0;
}
#pageContainer.hairmask .pointSec .box__caption .list {
  display: inline;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__caption .list {
    display: block;
    text-indent: -1.9em;
    padding-left: 1.9em;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__caption .list:nth-child(2) {
    margin: 1.3333333333vw 0;
  }
}
#pageContainer.hairmask .pointSec .box__comparison {
  display: flex;
  justify-content: space-between;
  width: min(43.1428571429vw, 604px);
  margin: min(2.8571428571vw, 40px) auto 0;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__comparison {
    width: 72vw;
    margin-top: 5.3333333333vw;
  }
}
#pageContainer.hairmask .pointSec .box__group {
  width: min(18.7142857143vw, 262px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__group {
    width: 34.9333333333vw;
  }
}
#pageContainer.hairmask .pointSec .box__group p {
  font-size: min(1.5714285714vw, 22px);
  font-weight: 500;
  margin-bottom: min(0.5714285714vw, 8px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__group p {
    font-size: 3.7333333333vw;
    margin-bottom: 1.0666666667vw;
  }
}
#pageContainer.hairmask .pointSec .box__group p.-use {
  color: #008464;
}
#pageContainer.hairmask .pointSec .box__group figure {
  width: 100%;
}
#pageContainer.hairmask .pointSec .box__group figure picture {
  display: block;
  width: 100%;
  margin-bottom: min(0.5714285714vw, 8px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__group figure picture {
    margin-bottom: 1.0666666667vw;
  }
}
#pageContainer.hairmask .pointSec .box__group figure figcaption {
  text-align: right;
  font-size: min(1vw, 14px);
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .pointSec .box__group figure figcaption {
    font-size: 3.2vw;
  }
}
#pageContainer.hairmask .faqSec {
  position: relative;
  width: 100%;
  padding: min(16.1428571429vw, 226px) 0 min(10vw, 140px);
  background: linear-gradient(180deg, rgb(202, 230, 223) 0%, rgb(226, 238, 202) 55%, rgb(255, 255, 255) 100%);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec {
    padding: 29.2vw 0 15.2vw;
  }
}
#pageContainer.hairmask .faqSec::before {
  display: block;
  content: "";
  position: absolute;
  top: min(-0.0714285714vw, -1px);
  left: 0;
  width: 100%;
  height: 9.1666666667vw;
  background-image: url("/-/Media/com/gyutto/hairmask/20240621/bg_clip_02.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec::before {
    height: 18.6666666667vw;
    background-image: url("/-/Media/com/gyutto/hairmask/20240621/bg_clip_sp_02.svg");
  }
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec__inner {
    width: 86.6666666667vw;
    margin: 0 auto;
  }
}
#pageContainer.hairmask .faqSec__ttl {
  width: min(26vw, 364px);
  margin: 0 auto min(2.2857142857vw, 32px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec__ttl {
    width: 50.5333333333vw;
    margin: 0 auto 6.4vw;
  }
}
#pageContainer.hairmask .faqSec .box {
  background-color: #fff;
  border-radius: min(1.4285714286vw, 20px);
  filter: drop-shadow(min(0.4285714286vw, 6px) min(0.4285714286vw, 6px) min(0.7142857143vw, 10px) rgba(52, 39, 9, 0.2));
  padding: min(0.7142857143vw, 10px) 0;
  filter: unset;
  box-shadow: min(0.4285714286vw, 6px) min(0.4285714286vw, 6px) min(1.4285714286vw, 20px) rgba(52, 39, 9, 0.1);
  padding: min(4.5714285714vw, 64px) min(4.2857142857vw, 60px);
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: min(1.7142857143vw, 24px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec .box {
    padding: 2vw 0;
    filter: drop-shadow(0.8vw 0.8vw 1.3333333333vw rgba(52, 39, 9, 0.2));
  }
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec .box {
    filter: unset;
    box-shadow: 0.8vw 0.8vw 2.6666666667vw rgba(52, 39, 9, 0.1);
    row-gap: 3.2vw;
    padding: 7.4666666667vw 4.6666666667vw;
  }
}
#pageContainer.hairmask .faqSec .box__item {
  background-color: rgba(237, 243, 238, 0.6);
}
#pageContainer.hairmask .faqSec .box__item:nth-child(1) .box__content ol {
  display: flex;
  flex-direction: column;
  gap: min(1.4285714286vw, 20px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec .box__item:nth-child(1) .box__content ol {
    gap: 4.2666666667vw;
  }
}
#pageContainer.hairmask .faqSec .box__item:nth-child(1) .box__content span {
  display: block;
  width: min(4.5714285714vw, 64px);
  margin-bottom: min(0.2857142857vw, 4px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec .box__item:nth-child(1) .box__content span {
    width: 14vw;
    margin-bottom: 1.0666666667vw;
  }
}
#pageContainer.hairmask .faqSec .box__item:nth-child(2) .box__answer, #pageContainer.hairmask .faqSec .box__item:nth-child(5) .box__answer {
  align-items: center;
}
#pageContainer.hairmask .faqSec .box__item:nth-child(3) .box__content .movie {
  width: min(36.5714285714vw, 512px);
  margin: min(2.2857142857vw, 32px) auto 0 min(5.5714285714vw, 78px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec .box__item:nth-child(3) .box__content .movie {
    width: 100%;
    margin: 4.2666666667vw auto 0;
  }
}
#pageContainer.hairmask .faqSec .box__item:nth-child(4) .box__content {
  display: flex;
  align-items: center;
  gap: min(2.8571428571vw, 40px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec .box__item:nth-child(4) .box__content {
    flex-direction: column;
    align-items: start;
    gap: 2.1333333333vw;
  }
}
#pageContainer.hairmask .faqSec .box__item:nth-child(4) .box__content figure {
  width: min(10.7142857143vw, 150px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec .box__item:nth-child(4) .box__content figure {
    width: 26.6666666667vw;
  }
}
#pageContainer.hairmask .faqSec .box__item:nth-child(6) .box__content a {
  display: block;
  width: min(21.4285714286vw, 300px);
  margin-top: min(1.4285714286vw, 20px);
  filter: drop-shadow(0 0 min(0.4285714286vw, 6px) rgba(0, 0, 0, 0.16));
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec .box__item:nth-child(6) .box__content a {
    width: 45.3333333333vw;
    margin-top: 2.6666666667vw;
    filter: drop-shadow(0 0 1.3333333333vw rgba(255, 255, 255, 0.16));
  }
}
#pageContainer.hairmask .faqSec .box .js-trigger {
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
#pageContainer.hairmask .faqSec .box .js-trigger.is-open::after {
  transform: rotate(0deg);
}
#pageContainer.hairmask .faqSec .box__question, #pageContainer.hairmask .faqSec .box__answer {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: min(2.2857142857vw, 32px) min(2.8571428571vw, 40px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec .box__question, #pageContainer.hairmask .faqSec .box__answer {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
#pageContainer.hairmask .faqSec .box__question > span, #pageContainer.hairmask .faqSec .box__answer > span {
  display: block;
  width: min(3.4285714286vw, 48px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec .box__question > span, #pageContainer.hairmask .faqSec .box__answer > span {
    width: 8.5333333333vw;
  }
}
#pageContainer.hairmask .faqSec .box__question {
  align-items: center;
}
#pageContainer.hairmask .faqSec .box__question::before, #pageContainer.hairmask .faqSec .box__question::after {
  position: absolute;
  z-index: 1;
  content: "";
  background-color: #008464;
  width: min(2vw, 28px);
  height: min(0.1428571429vw, 2px);
  top: 0;
  bottom: 0;
  right: min(2.8571428571vw, 40px);
  margin: auto;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec .box__question::before, #pageContainer.hairmask .faqSec .box__question::after {
    width: 4vw;
    height: 0.2666666667vw;
    right: 6.4vw;
  }
}
#pageContainer.hairmask .faqSec .box__question::after {
  transform: rotate(90deg);
}
#pageContainer.hairmask .faqSec .box__answer::before {
  position: absolute;
  z-index: 1;
  content: "";
  background: linear-gradient(90deg, #C7AF7D 0%, #D8BC5E 20%, #F0EBB1 50%, #D8BC5E 80%, #C7AF7D 100%);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - min(5.7142857143vw, 80px));
  height: 1px;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec .box__answer::before {
    width: calc(100% - 5.3333333333vw);
  }
}
#pageContainer.hairmask .faqSec .box__ttl, #pageContainer.hairmask .faqSec .box__content {
  width: min(52.2857142857vw, 732px);
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec .box__ttl, #pageContainer.hairmask .faqSec .box__content {
    width: 61.3333333333vw;
  }
}
#pageContainer.hairmask .faqSec .box__ttl {
  font-size: min(1.7142857143vw, 24px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec .box__ttl {
    font-size: 4.2666666667vw;
    line-height: 1.5;
    padding-right: 14.1333333333vw;
  }
}
#pageContainer.hairmask .faqSec .box__content {
  font-size: min(1.2857142857vw, 18px);
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #pageContainer.hairmask .faqSec .box__content {
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
}

.brand-modal {
  transform: translate(-50%, -50%);
  background-color: #008464;
  max-width: 80%;
  min-height: unset;
  background: linear-gradient(90deg, #EEB02B 0%, #ECD261 15%, #F0EBB1 40%, #F0EBB1 60%, #ECD261 85%, #EEB02B 100%);
}
@media screen and (max-width: 768px) {
  .brand-modal {
    width: 80vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
  }
}
.brand-modal::before {
  position: absolute;
  z-index: -1;
  content: "";
  background-color: #008464;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .brand-modal.-opend {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
  }
}
.brand-modal-close {
  color: #fff;
  font-family: "Noto Serif JP", "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  top: 15px;
}
@media screen and (max-width: 768px) {
  .brand-modal-close {
    top: 4vw;
    font-size: 3.7333333333vw;
    padding-left: 6.4vw;
  }
}
.brand-modal-close::before {
  background-image: url("/-/Media/com/gyutto/hairmask/20241209/icon_close_white.svg");
}
@media screen and (max-width: 768px) {
  .brand-modal-close::before {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}
.brand-modal-inner {
  padding: 54px 20px 48px;
}
@media screen and (max-width: 768px) {
  .brand-modal-inner {
    width: unset;
    padding: 13.3333333333vw 0 10.6666666667vw;
  }
}
.brand-modal-title {
  color: #fff;
  font-family: "Noto Serif JP", "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}
@media screen and (max-width: 768px) {
  .brand-modal-title {
    font-size: 5.3333333333vw;
  }
}
.brand-modal-list {
  width: 100%;
}
.brand-modal-item {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .brand-modal-item {
    margin-top: min(3.2vw, 16px);
  }
}
.brand-modal-item:first-child {
  margin-top: 0;
}

.btn-purchase {
  max-width: 450px;
  border: unset;
}
.btn-purchase:focus-visible {
  outline: none;
}
@media screen and (max-width: 768px) {
  .btn-purchase {
    width: 66.6666666667vw;
    max-width: unset;
  }
}
.btn-purchase.-shop {
  border: unset;
}
.btn-purchase.-hankensaku {
  background-image: url("/-/Media/com/gyutto/hairmask/20241209/bnr_hankensaku.svg");
}

@media (max-width: 1024px) and (orientation: landscape) {
  .brand-modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
    border-radius: 6px;
  }
  .brand-modal.-opend {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: fit-content;
  }
}
@media (max-width: 480px) {
  .brand-modal {
    border-radius: 5px;
  }
}
.overlay.-opend {
  background-color: rgba(51, 51, 51, 0.7);
}

.brand-btns.-fixed .brand-btn-cart {
  background-color: #008464;
  background-position: top 12px left 13px;
  border: unset;
  font-family: "Noto Serif JP", "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  height: unset;
}
@media screen and (max-width: 768px) {
  .brand-btns.-fixed .brand-btn-cart {
    width: 90%;
    background-position: top 10px left 30px;
  }
}
.brand-btns.-fixed .brand-btn-cart::before {
  position: absolute;
  z-index: -1;
  content: "";
  background: linear-gradient(90deg, #EEB02B 0%, #ECD261 15%, #F0EBB1 40%, #F0EBB1 60%, #ECD261 85%, #EEB02B 100%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 5px 0 0 5px;
}
@media screen and (max-width: 768px) {
  .brand-btns.-fixed .brand-btn-cart::before {
    border-radius: 5px 5px 0 0;
  }
}
.brand-btns.-fixed .brand-btn-cart::after {
  content: "ご購入はこちらから";
  letter-spacing: 0.2em;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .brand-btns.-fixed .brand-btn-cart::after {
    letter-spacing: 0.1em;
    padding-top: 0;
    padding-left: 2.5em;
  }
}
.brand-btns.-fixed .brand-btn-cart:hover {
  opacity: unset;
}

button {
  display: block;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

[data-yid] {
  cursor: pointer;
}

.yModal {
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100dvh;
  height: 100vh;
  transition: 0.3s ease-in-out opacity;
}
.yModal.-open {
  opacity: 1;
  background-color: rgba(51, 51, 51, 0.7);
}
.yModal.-close {
  opacity: 0;
  pointer-events: none;
}
.yModal__movie {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.yModal__movie.-large {
  width: 60%;
  height: auto;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 768px) {
  .yModal__movie.-large {
    width: 80%;
  }
}
.yModal__movie.-shorts {
  width: 22%;
  min-width: 300px;
  height: auto;
  aspect-ratio: 9/16;
}
.yModal__movie iframe {
  width: 100%;
  height: 100%;
}
.yModal__close {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  transform: translate(-50%, 50%);
  width: 2.6041666667%;
  min-width: 50px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .yModal__close {
    transform: translate(-25%, 25%);
    width: 10.6666666667%;
    min-width: auto;
    max-width: 50px;
  }
}
.yModal__close svg path {
  fill: #FFFFFF;
}