@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");
/* common
================================================== */
/*
 * media query
**/
/**
 * フォントサイズの可変
 *
 * @param {number} $fontsize 基準となるフォントサイズ
 * @param {number} $basewidth 基準となる幅
 * @param {number} $maxwidth フォントサイズの拡大をとめる幅（未指定時は上限なし）
 * @param {number} $minwidth フォントサイズの縮小をとめる幅（未指定時は下限なし）
 */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

body {
  overscroll-behavior-y: none;
  overscroll-behavior: none;
}
body * {
  box-sizing: border-box;
}
body a {
  text-decoration: none;
  color: inherit;
}

#pageContainer.gyutto-top {
  font-family: "Noto Serif JP", "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

#pageContainer.gyutto-top * {
  box-sizing: border-box;
}

#pageContainer.gyutto-top img {
  width: 100%;
  vertical-align: bottom;
}

.columnContent {
  width: 100%;
  padding: 0;
  padding-top: 0px !important;
  margin: 0 !important;
}

@media screen and (max-width: 767px) {
  .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.gyutto-top .faqSec__inner, #pageContainer.gyutto-top .pointSec__inner, #pageContainer.gyutto-top .damageSec__inner, #pageContainer.gyutto-top .gyutto__lineup--inner, #pageContainer.gyutto-top .navWrap__inner {
  width: min(71.4285714286vw, 1000px);
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .faqSec__inner, #pageContainer.gyutto-top .pointSec__inner, #pageContainer.gyutto-top .damageSec__inner, #pageContainer.gyutto-top .gyutto__lineup--inner, #pageContainer.gyutto-top .navWrap__inner {
    width: 100%;
  }
}
.pcD {
  display: block;
}

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

@media screen and (max-width: 767px) {
  .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.gyutto-top .ff-Noto {
  font-family: "Noto Sans JP", sans-serif, "メイリオ", Meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3";
}

#pageContainer.gyutto-top .kvSec {
  width: 100%;
}

#pageContainer.gyutto-top .kvSec__img {
  width: 100%;
}

#pageContainer.gyutto-top .navWrap {
  width: 100%;
  display: flex;
  justify-content: center;
  transition: 0.3s opacity;
  position: static;
  background: linear-gradient(to bottom, #62b662 0%, #406e48 100%);
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .navWrap {
    border: none;
    position: fixed;
    left: 0;
  }
  #pageContainer.gyutto-top .navWrap {
    top: 13.3333333333vw;
  }
  #pageContainer.gyutto-top .navWrap {
    background-color: initial;
    flex-direction: column;
    z-index: 500;
    opacity: 0;
    pointer-events: none;
    background: none;
  }
}
#pageContainer.gyutto-top .navWrap.-active {
  opacity: 1;
  pointer-events: initial;
}

#pageContainer.gyutto-top .navWrap__inner {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .navWrap__inner {
    flex-direction: column;
    width: 80vw;
    margin: 6.4vw auto 0;
    row-gap: 6.4vw;
  }
}
#pageContainer.gyutto-top .navWrap__item a {
  display: block;
  height: 100%;
  color: #fff;
  font-size: min(1.2857142857vw, 18px);
  font-weight: 600;
  line-height: 1.3333333333;
  text-align: center;
  padding: min(1.7142857143vw, 24px) 0 min(3.3571428571vw, 47px);
  position: relative;
}
#pageContainer.gyutto-top .navWrap__item a {
  padding-left: 7.3206442167vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .navWrap__item a {
    padding-left: 100px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .navWrap__item a {
    padding-left: 56.149341142px;
  }
}
#pageContainer.gyutto-top .navWrap__item a {
  padding-right: 7.3206442167vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .navWrap__item a {
    padding-right: 100px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .navWrap__item a {
    padding-right: 56.149341142px;
  }
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .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.gyutto-top .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/20260616/anchor-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
  left: 0;
  right: 0;
}
#pageContainer.gyutto-top .navWrap__item a::before {
  bottom: 2.196193265vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .navWrap__item a::before {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .navWrap__item a::before {
    bottom: 16.8448023426px;
  }
}
#pageContainer.gyutto-top .navWrap__item a::before {
  margin: auto;
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .navWrap__item a::before {
    background-image: url("/-/Media/com/gyutto/20260616/anchor-arrow-right.svg");
    left: initial;
    bottom: initial;
    margin: initial;
    right: 2.6666666667vw;
    top: 1.3333333333vw;
    width: 2.6666666667vw;
    height: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #pageContainer.gyutto-top .navWrap__item:not(:last-child) 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-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .navWrap__item a::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 0.2666666667vw;
    top: initial;
    margin: initial;
    background-color: #fff;
  }
}
#pageContainer.gyutto-top .navWrap__bg {
  display: none;
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .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: 767px) {
  #pageContainer.gyutto-top .navWrap__bg--sp {
    display: block;
    width: 100%;
  }
  #pageContainer.gyutto-top .navWrap__bg--sp {
    height: 115.3333333333vw;
  }
  #pageContainer.gyutto-top .navWrap__bg--sp {
    background-image: url("/-/Media/com/gyutto/20260616/menu-bg.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
    z-index: 1;
    padding: 5.3333333333vw 6.6666666667vw;
  }
}
#pageContainer.gyutto-top .navWrap__close {
  display: none;
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .navWrap__close {
    cursor: pointer;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: center;
  }
}
#pageContainer.gyutto-top .navWrap__icon {
  display: block;
  width: 6.6666666667vw;
  margin-bottom: 1.0666666667vw;
}

#pageContainer.gyutto-top .navWrap__txt {
  font-size: 3.2vw;
  font-weight: 700;
  line-height: 2.0833333333;
  color: #fff;
}

#pageContainer.gyutto-top .spNav {
  display: none;
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .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: 17vw;
    z-index: 10;
    padding-top: 4.2666666667vw;
    background-color: #589c58;
    border-radius: 0.5333333333vw;
    box-shadow: 0 0.4vw 0.8vw rgba(0, 0, 0, 0.2);
  }
  #pageContainer.gyutto-top .spNav__icon {
    display: block;
    width: 10.9333333333vw;
  }
  #pageContainer.gyutto-top .spNav P {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 700;
    margin-top: 1.0666666667vw;
  }
}
#pageContainer.gyutto-top .gyutto__lineup {
  width: 100%;
  background: #f8fcef;
  position: relative;
  clip-path: polygon(100% 0, 100% 57%, 50% 100%, 0 57%, 0 0);
}
#pageContainer.gyutto-top .gyutto__lineup {
  padding-top: 8.0527086384vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .gyutto__lineup {
    padding-top: 110px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .gyutto__lineup {
    padding-top: 61.7642752562px;
  }
}
#pageContainer.gyutto-top .gyutto__lineup {
  padding-bottom: 8.0527086384vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .gyutto__lineup {
    padding-bottom: 110px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .gyutto__lineup {
    padding-bottom: 61.7642752562px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .gyutto__lineup {
    padding-top: 10.6666666667vw;
  }
  #pageContainer.gyutto-top .gyutto__lineup {
    padding-bottom: 12vw;
  }
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .gyutto__lineup {
    clip-path: polygon(100% 0, 100% 54%, 50% 100%, 0 54%, 0 0);
  }
}
#pageContainer.gyutto-top .tvcm {
  padding-top: 7.3206442167vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .tvcm {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .tvcm {
    padding-top: 56.149341142px;
  }
}
#pageContainer.gyutto-top .tvcm {
  width: 56.149341142vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .tvcm {
    width: 767px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .tvcm {
    width: 430.6654465593px;
  }
}
#pageContainer.gyutto-top .tvcm {
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .tvcm {
    padding-top: 13.3333333333vw;
  }
  #pageContainer.gyutto-top .tvcm {
    width: 86.6666666667vw;
  }
}
#pageContainer.gyutto-top .tvcm__ttl {
  width: 19.1068814056vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .tvcm__ttl {
    width: 261px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .tvcm__ttl {
    width: 146.5497803807px;
  }
}
#pageContainer.gyutto-top .tvcm__ttl {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .tvcm__ttl {
    width: 36vw;
  }
}
#pageContainer.gyutto-top .tvcm__block {
  margin-top: 3.6603221083vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .tvcm__block {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .tvcm__block {
    margin-top: 28.074670571px;
  }
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .tvcm__block {
    margin-top: 6.6666666667vw;
  }
}
#pageContainer.gyutto-top .tvcm__block .tvcm__block--name {
  margin-top: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .tvcm__block .tvcm__block--name {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .tvcm__block .tvcm__block--name {
    margin-top: 11.2298682284px;
  }
}
#pageContainer.gyutto-top .tvcm__block .tvcm__block--name {
  font-size: 1.4641288433vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .tvcm__block .tvcm__block--name {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .tvcm__block .tvcm__block--name {
    font-size: 11.2298682284px;
  }
}
#pageContainer.gyutto-top .tvcm__block .tvcm__block--name {
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .tvcm__block .tvcm__block--name {
    margin-top: 2.6666666667vw;
  }
  #pageContainer.gyutto-top .tvcm__block .tvcm__block--name {
    font-size: 2.9333333333vw;
  }
}
#pageContainer.gyutto-top .tvcm__movie {
  width: min(54.8571428571vw, 767px);
  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: 767px) {
  #pageContainer.gyutto-top .tvcm__movie {
    width: 85.3333333333vw;
    margin: 0.5333333333vw auto 0;
    filter: drop-shadow(0 0 1.3333333333vw rgba(255, 255, 255, 0.16));
  }
}
#pageContainer.gyutto-top .bg01 {
  width: 100%;
}
#pageContainer.gyutto-top .bg01 {
  margin-top: -11.9326500732vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .bg01 {
    margin-top: -163px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .bg01 {
    margin-top: -91.5234260615px;
  }
}
#pageContainer.gyutto-top .bg01 {
  padding-top: 18.3016105417vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .bg01 {
    padding-top: 250px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .bg01 {
    padding-top: 140.3733528551px;
  }
}
#pageContainer.gyutto-top .bg01 {
  padding-bottom: 13.17715959vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .bg01 {
    padding-bottom: 180px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .bg01 {
    padding-bottom: 101.0688140556px;
  }
}
#pageContainer.gyutto-top .bg01 {
  background: linear-gradient(to bottom, #a2d165 0%, #6ab058 29%, #8fc865 49%, #3b944b 100%);
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .bg01 {
    padding-top: 34.6666666667vw;
  }
  #pageContainer.gyutto-top .bg01 {
    padding-bottom: 24vw;
  }
  #pageContainer.gyutto-top .bg01 {
    background: linear-gradient(to bottom, #a2d165 0%, #6ab058 29%, #8fc865 49%, #3b944b 100%);
  }
}
#pageContainer.gyutto-top .bg02 {
  width: 100%;
  position: relative;
  padding-top: min(16.7857142857vw, 235px);
  padding-bottom: min(8.5714285714vw, 120px);
  width: 100%;
  background: linear-gradient(to bottom, #eef9e1 0%, #fffdf4 100%);
}
#pageContainer.gyutto-top .bg02 {
  padding-top: 5.8565153734vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .bg02 {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .bg02 {
    padding-top: 44.9194729136px;
  }
}
#pageContainer.gyutto-top .bg02 {
  padding-bottom: 7.3206442167vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .bg02 {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .bg02 {
    padding-bottom: 56.149341142px;
  }
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .bg02 {
    padding-top: 12vw;
  }
  #pageContainer.gyutto-top .bg02 {
    padding-bottom: 13.3333333333vw;
  }
}
#pageContainer.gyutto-top .bg02::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-image: url("/-/Media/com/gyutto/20260616/result-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
#pageContainer.gyutto-top .bg02::before {
  height: 4.5833333333vw;
}
#pageContainer.gyutto-top .bg02::before {
  top: -4.4791666667vw;
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .bg02::before {
    background-position: left top;
    background-image: url("/-/Media/com/gyutto/20260616/result-bg.sp.webp");
  }
  #pageContainer.gyutto-top .bg02::before {
    height: 10vw;
  }
  #pageContainer.gyutto-top .bg02::before {
    top: -9.8666666667vw;
  }
}
#pageContainer.gyutto-top .aboutSec {
  width: min(64.2857142857vw, 900px);
  height: min(64.2857142857vw, 900px);
  margin: 0 auto;
  background-image: url("https://jp.rohto.com/-/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;
}
#pageContainer.gyutto-top .aboutSec {
  margin-top: 7.3206442167vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .aboutSec {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .aboutSec {
    margin-top: 56.149341142px;
  }
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .aboutSec {
    width: 100%;
    height: 173.6vw;
    background-image: url("https://jp.rohto.com/-/Media/com/gyutto/hairmask/20241209/bg_circle_sp_01.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0;
  }
  #pageContainer.gyutto-top .aboutSec {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .aboutSec__inner {
    height: 100%;
    padding-top: 17.3333333333vw;
  }
}
#pageContainer.gyutto-top .aboutSec__ttl {
  width: min(32.4285714286vw, 454px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .aboutSec__ttl {
    width: 77.6vw;
  }
}
#pageContainer.gyutto-top .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: 767px) {
  #pageContainer.gyutto-top .aboutSec__flex {
    flex-direction: column;
    width: 100%;
    margin: 6.4vw auto 8.5333333333vw;
    text-align: left;
  }
}
#pageContainer.gyutto-top .aboutSec__img {
  width: min(16.8571428571vw, 236px);
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .aboutSec__img {
    width: 68.5333333333vw;
  }
}
#pageContainer.gyutto-top .aboutSec__txt {
  color: #342709;
  font-size: min(1.4285714286vw, 20px);
  font-weight: 500;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .aboutSec__txt {
    width: 86.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
#pageContainer.gyutto-top .aboutSec__txt .-border {
  position: relative;
  display: inline;
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .aboutSec__txt .-border {
    background-image: url("https://jp.rohto.com/-/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.gyutto-top .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: 767px) {
  #pageContainer.gyutto-top .aboutSec__txt .-border::after {
    display: none;
  }
}
#pageContainer.gyutto-top .aboutSec__bottomTxt {
  color: #342709;
  font-size: min(1.7142857143vw, 24px);
  font-weight: 500;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .aboutSec__bottomTxt {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    width: 86.6666666667vw;
    margin: 0 auto;
  }
}
#pageContainer.gyutto-top .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: 767px) {
  #pageContainer.gyutto-top .aboutSec .links {
    margin-top: 4.2666666667vw;
    width: 73.3333333333vw;
    row-gap: 2.6666666667vw;
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }
}
#pageContainer.gyutto-top .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: 767px) {
  #pageContainer.gyutto-top .aboutSec .links__item {
    width: 100%;
    filter: drop-shadow(0 0 0.8vw rgba(0, 0, 0, 0.16));
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .aboutSec .links__item:nth-child(3), #pageContainer.gyutto-top .aboutSec .links__item:nth-child(4) {
    width: 34.6666666667vw;
  }
}
.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: 767px) {
  .brand-modal {
    width: 80vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: -moz-fit-content;
    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: 767px) {
  .brand-modal.-opend {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: -moz-fit-content;
    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: 767px) {
  .brand-modal-close {
    top: 4vw;
    font-size: 3.7333333333vw;
    padding-left: 6.4vw;
  }
}
.brand-modal-close::before {
  background-image: url("https://jp.rohto.com/-/Media/com/gyutto/hairmask/20241209/icon_close_white.svg");
}

@media screen and (max-width: 767px) {
  .brand-modal-close::before {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
}
.brand-modal-inner {
  padding: 54px 20px 48px;
}

@media screen and (max-width: 767px) {
  .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: 767px) {
  .brand-modal-title {
    font-size: 5.3333333333vw;
  }
}
.brand-modal-list {
  width: 100%;
}

.brand-modal-item {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .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: 767px) {
  .btn-purchase {
    width: 66.6666666667vw;
    max-width: unset;
  }
}
.btn-purchase.-shop {
  border: unset;
}

.btn-purchase.-hankensaku {
  background-image: url("https://jp.rohto.com/-/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: -moz-fit-content;
    height: fit-content;
    border-radius: 6px;
  }
  .brand-modal.-opend {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: -moz-fit-content;
    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: 767px) {
  .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: 767px) {
  .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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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: 767px) {
  .yModal__close {
    transform: translate(-25%, 25%);
    width: 10.6666666667%;
    min-width: auto;
    max-width: 50px;
  }
}
.yModal__close svg path {
  fill: #FFFFFF;
}

/*---20260421追加分--*/
#pageContainer.gyutto-top .productSec .content__img picture:nth-of-type(2) {
  top: 7.3206442167vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .productSec .content__img picture:nth-of-type(2) {
    top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .productSec .content__img picture:nth-of-type(2) {
    top: 56.149341142px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .productSec .content__img picture:nth-of-type(2) {
    top: 5.3333333333vw;
  }
}

#pageContainer.gyutto-top .pointSec .box__caption.box__caption-20260421 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .pointSec .box__caption.box__caption-20260421 {
    margin-top: 1.3333333333vw;
  }
}

#pageContainer.gyutto-top .aboutSec__ttl {
  width: 23.0600292826vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer.gyutto-top .aboutSec__ttl {
    width: 315px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .aboutSec__ttl {
    width: 176.8704245974px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer.gyutto-top .aboutSec__ttl {
    width: 55.8666666667vw;
  }
}

/*---TOP20260616追加分--*/
#pageContainer .kv .slider-wrapper {
  position: relative;
}
#pageContainer .kv .swiper-pagination {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #pageContainer .kv .swiper-pagination {
    bottom: 1.4641288433vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #pageContainer .kv .swiper-pagination {
    bottom: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #pageContainer .kv .swiper-pagination {
    bottom: 11.2298682284px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .kv .swiper-pagination {
    bottom: 2.1333333333vw;
  }
}
#pageContainer .kv .swiper-pagination-bullet {
  background: #979797;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #pageContainer .kv .swiper-pagination-bullet {
    margin: 0 7px;
  }
  #pageContainer .kv .swiper-pagination-bullet {
    width: 0.8052708638vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #pageContainer .kv .swiper-pagination-bullet {
    width: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #pageContainer .kv .swiper-pagination-bullet {
    width: 6.1764275256px;
  }
}
@media screen and (min-width: 768px) {
  #pageContainer .kv .swiper-pagination-bullet {
    height: 0.8052708638vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #pageContainer .kv .swiper-pagination-bullet {
    height: 11px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #pageContainer .kv .swiper-pagination-bullet {
    height: 6.1764275256px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .kv .swiper-pagination-bullet {
    margin-right: 1.3333333333vw;
  }
  #pageContainer .kv .swiper-pagination-bullet {
    margin-left: 1.3333333333vw;
  }
  #pageContainer .kv .swiper-pagination-bullet {
    width: 1.4666666667vw;
  }
  #pageContainer .kv .swiper-pagination-bullet {
    height: 1.4666666667vw;
  }
}
#pageContainer .kv .swiper-pagination-bullet-active {
  background: #62b662;
}
#pageContainer .gyutto__lineup .gyutto__lineup--ttl {
  width: 22.8404099561vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer .gyutto__lineup .gyutto__lineup--ttl {
    width: 312px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__lineup .gyutto__lineup--ttl {
    width: 175.1859443631px;
  }
}
#pageContainer .gyutto__lineup .gyutto__lineup--ttl {
  margin: auto;
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__lineup .gyutto__lineup--ttl {
    width: 44.9333333333vw;
  }
}
#pageContainer .gyutto__lineup--bnr {
  width: 80.5270863836vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer .gyutto__lineup--bnr {
    width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__lineup--bnr {
    width: 617.6427525622px;
  }
}
#pageContainer .gyutto__lineup--bnr {
  gap: 3.6603221083vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer .gyutto__lineup--bnr {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__lineup--bnr {
    gap: 28.074670571px;
  }
}
#pageContainer .gyutto__lineup--bnr {
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__lineup--bnr {
    width: 86.6666666667vw;
  }
  #pageContainer .gyutto__lineup--bnr {
    margin: auto;
  }
  #pageContainer .gyutto__lineup--bnr {
    gap: 6.6666666667vw;
  }
  #pageContainer .gyutto__lineup--bnr {
    flex-direction: column;
  }
}
#pageContainer .gyutto__lineup--bnr .gyutto__lineup--bnr--block {
  display: block;
}
#pageContainer .gyutto__lineup--bnr .gyutto__lineup--bnr--block {
  width: 38.0673499268vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer .gyutto__lineup--bnr .gyutto__lineup--bnr--block {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__lineup--bnr .gyutto__lineup--bnr--block {
    width: 291.9765739385px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__lineup--bnr .gyutto__lineup--bnr--block {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__result {
    width: 86.6666666667vw;
  }
  #pageContainer .gyutto__result {
    margin: auto;
  }
}
#pageContainer .gyutto__result .gyutto__result--ttl {
  width: 43.5578330893vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer .gyutto__result .gyutto__result--ttl {
    width: 595px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__result .gyutto__result--ttl {
    width: 334.088579795px;
  }
}
#pageContainer .gyutto__result .gyutto__result--ttl {
  margin: auto;
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__result .gyutto__result--ttl {
    width: 100%;
  }
}
#pageContainer .gyutto__result .gyutto__result--bnr {
  width: 80.5270863836vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer .gyutto__result .gyutto__result--bnr {
    width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__result .gyutto__result--bnr {
    width: 617.6427525622px;
  }
}
#pageContainer .gyutto__result .gyutto__result--bnr {
  margin-top: 3.6603221083vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer .gyutto__result .gyutto__result--bnr {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__result .gyutto__result--bnr {
    margin-top: 28.074670571px;
  }
}
#pageContainer .gyutto__result .gyutto__result--bnr {
  gap: 3.6603221083vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer .gyutto__result .gyutto__result--bnr {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__result .gyutto__result--bnr {
    gap: 28.074670571px;
  }
}
#pageContainer .gyutto__result .gyutto__result--bnr {
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__result .gyutto__result--bnr {
    width: 100%;
  }
  #pageContainer .gyutto__result .gyutto__result--bnr {
    margin-top: 6.6666666667vw;
  }
  #pageContainer .gyutto__result .gyutto__result--bnr {
    gap: 6.6666666667vw;
  }
  #pageContainer .gyutto__result .gyutto__result--bnr {
    flex-direction: column;
  }
}
#pageContainer .gyutto__result .gyutto__result--bnr .gyutto__result--bnr--block {
  display: block;
}
#pageContainer .gyutto__result .gyutto__result--bnr .gyutto__result--bnr--block {
  width: 38.0673499268vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer .gyutto__result .gyutto__result--bnr .gyutto__result--bnr--block {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__result .gyutto__result--bnr .gyutto__result--bnr--block {
    width: 291.9765739385px;
  }
}
#pageContainer .gyutto__result .gyutto__result--bnr .gyutto__result--bnr--block {
  box-shadow: 0px 5px 5px rgba(10, 85, 62, 0.15);
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__result .gyutto__result--bnr .gyutto__result--bnr--block {
    width: 100%;
  }
}
#pageContainer .gyutto__bnr {
  background-color: #eaf6ff;
}
#pageContainer .gyutto__bnr {
  padding-block: 7.3206442167vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer .gyutto__bnr {
    padding-block: 100px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__bnr {
    padding-block: 56.149341142px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__bnr {
    padding-block: 13.3333333333vw;
  }
}
#pageContainer .gyutto__bnr .gyutto__bnr--block {
  width: 80.5270863836vw;
}
@media screen and (min-width: 1366px) {
  #pageContainer .gyutto__bnr .gyutto__bnr--block {
    width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__bnr .gyutto__bnr--block {
    width: 617.6427525622px;
  }
}
#pageContainer .gyutto__bnr .gyutto__bnr--block {
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #pageContainer .gyutto__bnr .gyutto__bnr--block {
    width: 86.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  #pageContainer .hover-motion {
    position: relative;
    overflow: hidden;
  }
  #pageContainer .hover-motion::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  #pageContainer .hover-motion.radius::before {
    border-radius: 0.9516837482vw;
  }
}
@media screen and (min-width: 768px) and (min-width: 1366px) {
  #pageContainer .hover-motion.radius::before {
    border-radius: 13px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  #pageContainer .hover-motion.radius::before {
    border-radius: 7.2994143485px;
  }
}
@media screen and (min-width: 768px) {
  #pageContainer .hover-motion:hover::before {
    opacity: 0.5;
  }
}