:root {
  --app-height: 100%;
}

html,
body {
  height: 100%;
  font-family: "Noto Sans JP";
  background-color: rgb(245 243 241);
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  display: block;
  height: auto;
}

.container {
  max-width: 1300px;
  position: relative;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.bg-base-white {
  background-color: #fff;
}

.relative {
  position: relative;
}

.w-86px {
  width: 86px;
}

.flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.pl-220px {
  padding-left: 220px;
}

.pr-220px {
  padding-right: 220px;
}

.mt-10 {
  margin-top: 40px;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.text-13px {
  font-size: 13px;
}

.text-B40018 {
  color: #b40018;
}

.border-t-2 {
  border-top-width: 2px;
}

.text-B40018.border-t-2 {
  border-color: #b40018;
}

.w-130px {
  width: 130px;
}

.mt-7 {
  margin-top: 28px;
}

.text-left {
  text-align: left;
}

.gap-x-90px {
  column-gap: 90px;
}

.gap-x-5 {
  column-gap: 20px;
}

.w-73p {
  width: 73%;
}

.mt-11 {
  margin-top: 44px;
}

.pr-150px {
  padding-right: 150px;
}

.mt-20 {
  margin-top: 80px;
}

.pr-10 {
  padding-right: 40px;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.mt-2-5 {
  margin-top: 10px;
}

.gap-2-5 {
  gap: 10px;
}

.text-xs {
  font-size: 12px;
}

.font-semibold {
  font-weight: 600;
}

.w-5 {
  width: 20px;
}

.cursor-pointer {
  cursor: pointer;
}

.sticky {
  position: sticky;
}

.top-0 {
  top: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.absolute {
  position: absolute;
}

.transition-all {
  transition-property: all;
}

.duration-300 {
  transition-duration: 300ms;
}

.bottom-0 {
  bottom: 0;
}

.left-5 {
  left: 20px;
}

.py-15px {
  padding-top: 15px;
  padding-bottom: 15px;
}

.pr-74px {
  padding-right: 74px;
}

.gap-70px {
  gap: 70px;
}

.text-sm {
  font-size: 14px;
}

.font-bold {
  font-weight: 700;
}

.mt-1 {
  margin-top: 4px;
}

.mt-100px {
  margin-top: 100px;
}

.w-full {
  width: 100%;
}

.left-120px {
  left: 120px;
}

.w-27p {
  width: 27%;
}

.bottom-32px {
  bottom: 32px;
}

.right-475px {
  right: 475px;
}

.w-16-46p {
  width: 16.46%;
}

.text-base-white {
  color: #fff;
}

.h-full {
  height: 100%;
}

.text-center {
  text-align: center;
}

.right-20 {
  right: 80px;
}

.bg-CF001C {
  background-color: #cf001c;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.pt-138px {
  padding-top: 138px;
}

.pr-28px {
  padding-right: 28px;
}

.pl-49px {
  padding-left: 49px;
}

.lineh-1-5 {
  line-height: 1.5;
}

.-translate-y-4 {
  transform: translateY(-16px);
}

.inline-block {
  display: inline-block;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.text-7px {
  font-size: 7px;
}

.mb-2-5 {
  margin-bottom: 10px;
}

.mb-10 {
  margin-bottom: 40px;
}

.mt-30px {
  margin-top: 30px;
}

.text-10px {
  font-size: 10px;
}

.text-right {
  text-align: right;
}

.font-medium {
  font-weight: 500;
}

.leading-4 {
  line-height: 1rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.mb-8 {
  margin-bottom: 32px;
}

.text-100px {
  font-size: 100px;
}

.mt-4 {
  margin-top: 16px;
}

.grid {
  display: grid;
}

.grid-cols-260px_260px {
  grid-template-columns: 260px 260px;
}

.grid-cols-225px_225px {
  grid-template-columns: 225px 225px;
}

.mt-3 {
  margin-top: 12px;
}

.mb-3 {
  margin-bottom: 12px;
}

.gap-x-3 {
  column-gap: 12px;
}

.gap-y-2 {
  row-gap: 8px;
}

.grid-cols-440px_auto {
  grid-template-columns: 440px auto;
}

.h-300px {
  height: 300px;
}

.object-cover {
  object-fit: cover;
}

.w-120px {
  width: 120px;
}

.gap-x-7 {
  column-gap: 28px;
}

.left-50p {
  left: 50%;
}

.-top-5 {
  top: -20px;
}

.w-10-77p {
  width: 10.77%;
}

.pc-pr-111 {
  padding-right: 111px;
}

.-translate-x-65p {
  transform: translateX(-65%);
}

.pt-16 {
  padding-top: 64px;
}

.pl-150px {
  padding-left: 150px;
}

.pl-90px {
  padding-left: 90px;
}

.pr-150px {
  padding-right: 150px;
}

.pt-5 {
  padding-top: 20px;
}

.gap-30px {
  gap: 30px;
}

.text-35px {
  font-size: 35px;
}

.leading-1-4 {
  line-height: 1.4;
}

.gap-3 {
  gap: 12px;
}

.mt-2 {
  margin-top: 8px;
}

.mt-24 {
  margin-top: 96px;
}

.-translate-x-65p {
  transform: translateX(-65%);
}

.my-4 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.border-dotted {
  border-style: dotted;
}

.items-center {
  align-items: center;
}

.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px-150px {
  padding-left: 150px;
  padding-right: 150px;
}

.pt-26px {
  padding-top: 26px;
}

.bg-989898 {
  background-color: #989898;
}

.-top-6 {
  top: -24px;
}

.right-4 {
  right: 16px;
}

.px-3-5 {
  padding-left: 14px;
  padding-right: 14px;
}

.py-3 {
  padding-top: 11px;
  padding-bottom: 11px;
}

.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.ml-4 {
  margin-left: 16px;
}

.ml-12 {
  margin-left: 48px;
}

.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.border {
  border: 1px solid;
}

.border-base-white {
  border-color: #fff;
}

.w-3 {
  width: 12px;
}

.px-10 {
  padding-left: 40px;
  padding-right: 40px;
}

.bg-base-black {
  background-color: #000;
}

.text-base-white {
  color: #fff;
}

.rounded {
  border-radius: 4px;
}

.text-xl {
  font-size: 20px;
}

.mb-5 {
  margin-bottom: 20px;
}

.mt-2 {
  margin-top: 8px;
}

.text-base {
  font-size: 16px;
}

.mt-6 {
  margin-top: 24px;
}

.right-150px {
  right: calc(50% - 500px);
}

.top-214px {
  top: 214px;
}

.w-24-77p {
  width: 24.77%;
}

.mb-4 {
  margin-bottom: 16px;
}

.mt-16 {
  margin-top: 64px;
}

.mb-320px {
  margin-bottom: 320px;
}

.mt-5 {
  margin-top: 20px;
}

.w-520px {
  width: 520px;
}

.h-292px {
  height: 292px;
}

.bg-base-red {
  background-color: #dd411e;
}

.pl-5 {
  padding-left: 20px;
}

.-ml-4 {
  margin-left: -16px;
}

.mb-6 {
  margin-bottom: 24px;
}

.text-30px {
  font-size: 30px;
}

.mt-8 {
  margin-top: 32px;
}

.text-40px {
  font-size: 40px;
}

.text-base-black {
  color: #000;
}

/* ----------------------------------------------- */
.textShadow {
  text-shadow: 2px 1px 5px #000000b2;
}

.font30 {
  font-size: 30px;
}

.font40 {
  font-size: 40px !important;
}

.fontYu20RedBold {
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Serif JP";
  color: #b40018;
}

.fontYu25Bold {
  font-size: 25px;
  font-weight: 700;
  font-family: "Noto Serif JP";
}

.fontYu42Bold {
  font-size: 42px;
  font-weight: 700;
  font-family: "Noto Serif JP";
}

.fontYu126Bold {
  font-size: 126px;
  font-weight: 700;
  font-family: "Noto Serif JP";
}

.fontYu30RedSemiBold {
  font-size: 30px;
  font-weight: 600;
  font-family: "Noto Serif JP";
  color: #b40018;
}

.fontYu30RedBold {
  font-size: 30px;
  font-weight: 700;
  font-family: "Noto Serif JP";
  color: #b40018;
}

.fontYu50RedUnder {
  font-family: "Noto Serif JP";
  font-size: 50px;
  color: #b40018;
  border-bottom: 2px dotted #b40018;
  font-weight: 600;
}

.font40RedUnder {
  padding-bottom: 6px;
  font-size: 40px;
  color: #b40018;
  border-bottom: 2px dotted #b40018;
}

.font30BoldRedUnder {
  font-size: 30px;
  font-weight: 700;
  color: #b40018;
  border-bottom: 2px dotted #b40018;
}

.navBar {
  background: transparent linear-gradient(180deg, #f4f2f2 0%, #e6e6e6 100%) 0% 0% no-repeat padding-box;
}

/* .textHero {
  position: relative;
}
.textHero::after {
  content: "＊1";
  position: absolute;
  font-size: 7px;
  right: 0;
  top: 0;
} */
.sectionExplain {
  padding-top: 100px;
  padding-bottom: 80px;
  background-image: url(../image/back-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.explainContent {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-left: 150px;
  padding-right: 150px;
  column-gap: 4px;
  margin-top: 24px;
}

.explainContent img {
  width: 100%;
}

.explainTitle {
  font-size: 20px;
  font-weight: 700;
  color: #b40018;
}

.sectionExplainTitle {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 40px;
}

.sectionExplainSubtitle {
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 30px;
}

.explainBottom {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #00000017;
  border-top: 2px solid #b40018;
  border-bottom: 2px solid #b40018;
  padding-top: 24px;
  padding-bottom: 36px;
  margin-left: 250px;
  margin-right: 250px;
}

.hlineContent {
  display: block;
  width: 186px;
  height: 2px;
  background-color: #b40018;
}

.hlineMid {
  display: block;
  width: 17px;
  height: 2px;
  background-color: #b40018;
  transform: translate(-2px, 6px) rotate(45deg);
}

.sectionAbout {
  position: relative;
  background-image: url(../image/back-2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 50px;
  padding-bottom: 50px;
  padding-left: 150px;
  padding-right: 150px;
}

.sectionAbout::after {
  content: "ABOUT";
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  font-size: 200px;
  color: #afc3cb;
  /* font-family: "Noto Serif JP"; */
  font-family: "yu-mincho-pr6n", sans-serif;
  opacity: 0.15;
  line-height: 1;
}

.aboutHeading {
  display: inline-block;
  font-family: "Noto Serif JP";
  font-size: 25px;
  font-weight: 600;
  color: #b40018;
  border-bottom: 2px solid #b40018;
}

.aboutLabel {
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: 600;
}

.aboutLabelNote {
  font-family: "Noto Serif JP";
  font-size: 40px;
  font-weight: 600;
  display: inline-block;
  text-align: right;
}

.aboutLabelNote::after {
  content: "＊1 美容成分を髪内部に留めることによる";
  display: block;
  font-size: 10px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  margin-top: 15px;
}

.aboutButton {
  display: inline-block;
  background-color: #b40018;
  color: #fff;
  border-radius: 200px;
  font-size: 20px;
  font-weight: 500;
  padding: 8px 50px;
}

/* ------------ Spirit ----------- */
.sectionSpirit {
  position: relative;
  background-image: url(../image/back-3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 80px;
}

.sectionSpirit::after {
  content: "SPIRIT";
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  font-size: 200px;
  color: #afc3cb;
  /* font-family: "Noto Serif JP"; */
  font-family: "yu-mincho-pr6n", sans-serif;
  opacity: 0.15;
  line-height: 1;
}

.spiritTop {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 10px;
  padding-left: 235px;
  padding-right: 235px;
}

.spiritTopContent {
  display: flex;
  flex-direction: column;
  border: 1px solid #b40018;
  border-bottom-width: 3px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 4px;
  margin-top: 44px;
  cursor: pointer;
}

.spiritTopContentNum {
  font-family: "Noto Serif JP";
  font-weight: 700;
  font-size: 30px;
  color: #b40018;
  line-height: 1;
}

.spiritTopContentText {
  font-family: "Noto Serif JP";
  font-weight: 400;
  font-size: 20px;
}

.spiritHeading {
  position: relative;
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
}

.spiritHeading::before {
  content: "1";
  position: absolute;
  left: -75px;
  top: -10px;
  font-size: 100px;
  color: #b40018;
  font-weight: 600;
}

.spiritHeading2 {
  position: relative;
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-weight: 600;
  line-height: 1.75;
}

.spiritHeading2::before {
  content: "2";
  position: absolute;
  left: -75px;
  top: -10px;
  font-size: 100px;
  color: #b40018;
  font-weight: 600;
}

.spiritButton {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #b40018;
  padding: 15px 75px;
  border: 1px solid #b40018;
  background: #fcfcfc 0% 0% no-repeat padding-box;
  border-radius: 200px;
  box-shadow: 0px 0px 30px #0000001f;
  margin-top: 42px;
  cursor: pointer;
  position: relative;
}

.spiritButton::after {
  content: "";
  width: 36px;
  height: 14px;
  background-image: url(../image/arrow-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 16px;
  top: 35%;
}

.spiritHeading3 {
  position: relative;
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
}

.spiritHeading3::before {
  content: "3";
  position: absolute;
  left: -75px;
  top: -45px;
  font-size: 100px;
  color: #b40018;
  font-weight: 600;
}

.spiritHeading4 {
  position: relative;
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-weight: 600;
  line-height: 1.25;
}

.spiritHeading4::before {
  content: "4";
  position: absolute;
  left: -75px;
  top: -45px;
  font-size: 100px;
  color: #b40018;
  font-weight: 600;
}

/* --------- Line Up ------- */
.sectionLineUp {
  position: relative;
  padding-bottom: 80px;
}

.sectionLineUp::after {
  content: "LINE UP";
  white-space: nowrap;
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  font-size: 200px;
  color: #afc3cb;
  /* font-family: "Noto Serif JP"; */
  font-family: "yu-mincho-pr6n", sans-serif;
  opacity: 0.15;
  line-height: 1;
}

.lineUpHeading {
  font-family: "Noto Serif JP";
  font-size: 35px;
  color: #fff;
  padding-left: 150px;
  background-color: #d7dce0;
  line-height: 1.3;
  font-weight: 500;
}

.lineUpButton {
  font-size: 14px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #b40018;
  border: 1px solid #b40018;
  border-radius: 100px;
  text-align: center;
  width: 100%;
}

.video-detail-content {
  width: 700px;
}

/* --------- Store -------- */
.sectionStore {
  position: relative;
  background-image: url(../image/back-4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 86px;
  text-align: center;
}

.sectionStore::after {
  content: "STORE";
  position: absolute;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  font-size: 200px;
  color: #afc3cb;
  /* font-family: "Noto Serif JP"; */
  font-family: "yu-mincho-pr6n", sans-serif;
  opacity: 0.15;
  line-height: 1;
}

.sectionStoreTitle {
  position: relative;
  z-index: 1;
  font-size: 20px;
  padding-top: 80px;
  font-weight: 500;
}

.sectionStoreTitle::after {
  content: "";
  height: 2px;
  width: 60px;
  background-color: #000000;
  display: block;
  margin: 0 auto;
  margin-top: 12px;
}

.sectionStoreContent {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP";
  font-size: 30px;
  font-weight: 600;
  margin-top: 26px;
  line-height: 2;
}

.sectionStoreButton {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #b40018;
  padding: 15px 0;
  border: 1px solid #b40018;
  background: #fcfcfc 0% 0% no-repeat padding-box;
  border-radius: 200px;
  box-shadow: 0px 0px 30px #0000001f;
  margin-top: 42px;
  cursor: pointer;
  width: 100%;
  text-align: center;
}

.sectionStoreButton::after {
  content: "";
  width: 36px;
  height: 14px;
  background-image: url(../image/arrow-icon.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 16px;
  top: 35%;
}

.pc-none {
  display: none;
}

.footer-bottom {
  letter-spacing: 0.6px;
}

.sectionStoreButtonGroup {
  display: grid;
  grid-template-columns: 354px 354px;
  justify-content: center;
  column-gap: 30px;
}

.video-detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--app-height);
  background: rgba(0, 0, 0, 0.69);
  opacity: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: all 0.15s;
}

.video-detail.show {
  opacity: 1;
  z-index: 1000;
}

.video-detail>div>svg {
  cursor: pointer;
  top: -60px;
  right: -10px;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--app-height);
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 20px 35px 20px;
  box-sizing: border-box;
  /* transition: all 0.15s; */
}

.menu.show {
  opacity: 1;
  z-index: 20;
}

.menu-close {
  position: absolute;
  right: 12px;
  top: 10px;
}

.menu-list {
  list-style-type: none;
  text-align: center;
}

.menu-item {
  color: #ffffff;
  font-size: 18px;
  border-bottom: 2px dotted #fff;
  padding-top: 14px;
  padding-bottom: 14px;
}

.menu-bottom {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  font-size: 12px;
}

.menu-bottom-icon {
  width: 20px;
  height: 20px;
}

.head-banner-content {
  z-index: 11;
}

.scroll-top-content {
  position: sticky;
  bottom: 0;
  z-index: 19;
}

.scroll-top {
  position: absolute;
  right: 15px;
  bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.top-71px {
  top: 71px;
}

@media screen and (max-width: 1080px) and (min-width: 500px) {
  .head-banner .head-banner-content>.fontYu25Bold {
    font-size: 7vw;
  }

  .head-banner .head-banner-content>.head-banner-subtext {
    font-size: 2vw;
  }

  .head-banner .head-banner-content>.fontYu42Bold {
    font-size: 10vw;
  }

  .head-banner .head-banner-content>.fontYu126Bold {
    font-size: 25vw;
  }

  .head-banner .head-banner-content>.fontYu126Bold>.text-100px {
    font-size: 20vw;
  }

  .head-banner .head-banner-content>.fontYu25Bold>.text-7px {
    font-size: 2vw;
    transform: translateY(-4vw);
  }

  .sectionExplain>.explainBottom {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .sectionExplain>.hline-explain {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .sectionExplain>.explainContent {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }

  .sectionAbout {
    text-align: center;
  }

  .sectionAbout>* {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .sectionAbout .pl-5 {
    text-align: left;
  }

  .sectionAbout .aboutBottomHline {
    max-width: none;
    margin-bottom: 20px;
  }

  .sectionSpirit>* {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .sectionLineUp>* {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .sectionStore>* {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer>* {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 1080px) {

  /* .container {
    max-width: 500px;
  } */
  .sectionAbout::after,
  .sectionSpirit::after,
  .sectionLineUp::after,
  .sectionStore::after {
    font-size: 80px;
  }

  .mb-none {
    display: none;
  }

  .pc-none {
    display: block;
  }

  .mb-header {
    position: sticky;
    z-index: 20;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 15px;
    height: 50px;
    background: transparent linear-gradient(180deg, #f4f2f2 0%, #e6e6e6 100%) 0% 0% no-repeat padding-box;
  }

  .mb-header img {
    height: 100%;
  }

  .mb-header svg {
    cursor: pointer;
  }

  /* Head */
  .head-bg {
    content: url(../image/fv-main-sp.jpg);
  }

  .head-banner {
    width: calc(100% - 40px);
    left: 20px;
    top: 0;
    height: 45%;
    min-height: 310px;
  }

  .head-banner .fontYu42Bold {
    font-size: 34px;
  }

  .head-banner .fontYu126Bold {
    font-size: 103px;
  }

  .head-banner .text-100px {
    font-size: 82px;
  }

  .head-banner-subtext {
    text-align: center;
    margin-bottom: 12px;
  }

  .head-banner-content {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 16px;
    text-align: center;
  }

  .head-bg-text {
    bottom: -10px;
    left: -10px;
    width: 66.67%;
  }

  .head-bg-bottle {
    right: 20px;
    bottom: 20px;
    width: 32%;
    left: auto;
  }

  .head-banner-content .mb-2-5 {
    margin-bottom: 4px;
  }

  .head-banner-content .lineh-1-5 {
    line-height: 1.1;
  }

  .textHero {
    line-height: 1.2;
  }

  .grid-cols-260px_260px {
    grid-template-columns: 164px 164px;
  }

  .grid-cols-260px_260px.gap-x-3 {
    column-gap: 7px;
  }

  .grid-cols-260px_260px.gap-y-2 {
    row-gap: 5px;
  }

  .grid-cols-260px_260px .px-10 {
    padding: 13px 0px;
    font-size: 13px;
  }

  /* Explain */
  .sectionExplain {
    padding-top: 24px;
    padding-bottom: 53px;
    background-image: url(../image/back-1-sp.jpg);
  }

  .explainContent {
    margin-top: 12px;
    padding: 0 20px;
  }

  .explainContent-item1 {
    content: url(../image/nayami-1-sp.jpg);
    height: 100%;
  }

  .explainContent-item2 {
    content: url(../image/nayami-2-sp.jpg);
    height: 100%;
  }

  .explainContent-item3 {
    content: url(../image/nayami-3-sp.jpg);
    height: 100%;
  }

  .sectionExplainTitle {
    font-size: 25px;
    width: 250px;
    margin: 0 auto;
    line-height: 1.2;
  }

  .sectionExplainTitle .font30 {
    font-size: 20px;
  }

  .hline-explain {
    margin: 8px 20px;
  }

  .explainBottom {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 12px;
    padding-bottom: 16px;
  }

  .explainBottom .font30BoldRedUnder {
    margin-bottom: 8px;
    display: inline-block;
  }

  .explainHline {
    padding: 0 50px;
  }

  .explainHline .hlineMid {
    transform: translate(-1px, 3px) rotate(45deg);
  }

  .sectionExplainSubtitle {
    font-size: 26px;
    line-height: 1.25;
  }

  .sectionExplainSubtitle .font40RedUnder {
    font-size: 34px;
  }

  .sectionExplainSubtitle .font30 {
    font-size: 26px;
  }

  /* About */
  .sectionAbout {
    padding-left: 20px;
    padding-right: 20px;
    background-image: url(../image/back-2-sp.jpg);
    background-position-y: 480px;
    /* background-size: contain; */
    background-size: 100%;
    background-position-x: center;
  }

  .pc-pr-111 {
    padding-right: 0;
  }

  .about-video {
    width: 100%;
    height: 188px;
  }

  .about-video iframe {
    height: 188px;
  }

  .sectionAbout .sectionStoreTitle {
    padding-top: 30px;
  }

  .sectionAbout .aboutHeading {
    margin-top: 25px;
    margin-bottom: 8px;
    white-space: nowrap;
  }

  .sectionAbout .aboutLabelNote {
    font-size: 25px;
    text-align: center;
    line-height: 1.2;
    display: block;
  }

  .sectionAbout .aboutLabelNote::after {
    display: none;
  }

  .sectionAbout>.aboutLabel {
    font-size: 28px;
  }

  .aboutLabel {
    font-size: 30px;
    text-align: center;
  }

  .aboutLabel .text-30px {
    font-size: 25px;
  }

  .aboutLabel .font30 {
    font-size: 21px;
  }

  .aboutHero {
    line-height: 1.2;
    margin-top: 90px;
    margin-bottom: 10px;
  }

  .sectionAbout>.pl-5 {
    padding-left: 0;
  }

  .aboutButton {
    border-radius: 0;
    font-size: 18px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-video-content {
    margin-bottom: 28px;
    width: 100%;
  }

  .about-video-content nav {
    font-size: 13px;
  }

  .about-bottle {
    height: 252px;
    margin: 0 auto;
  }

  .aboutText {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 2.2;
  }

  .aboutTextNote {
    margin-top: 8px;
  }

  .aboutBottom {
    margin-top: 28px;
    font-size: 22px;
    line-height: 1.2;
  }

  .aboutBottomHline {
    margin-left: 46px;
    margin-right: 46px;
  }

  .aboutBottomHline .hlineMid {
    transform: translate(-2px, 4px) rotate(45deg);
  }

  .aboutBottomHero {
    position: relative;
    font-size: 40px;
    line-height: 1.25;
  }

  .aboutBottomHero::before {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    border-top: 2px dotted #b40018;
    position: absolute;
    top: 50px;
  }

  .aboutBottomHero .text-40px {
    font-size: 30px;
  }

  /* Spirit */
  .sectionSpirit {
    padding-bottom: 0;
    background-image: url(../image/back-3-sp.jpg);
  }

  .sectionSpirit .sectionStoreTitle {
    padding-top: 36px;
  }

  .sectionSpirit .grid-cols-2 {
    margin-top: 16px;
    grid-template-columns: 100%;
    row-gap: 16px;
  }

  .sectionSpirit .grid-cols-2 .text-base {
    font-size: 14px;
  }

  .spiritHeading,
  .spiritHeading2,
  .spiritHeading3,
  .spiritHeading4 {
    font-size: 22px;
    text-align: center;
  }

  .spiritContent {
    margin-top: 150px;
  }

  .spiritHeading .aboutHeading,
  .spiritHeading3 .aboutHeading,
  .spiritHeading4 .aboutHeading {
    font-size: 22px !important;
    text-align: center;
    margin-top: 16px;
  }

  .spiritHeading2 .aboutHeading {
    font-size: 20px !important;
    text-align: center;
    margin-top: 16px;
    white-space: nowrap;
  }

  .spiritHeading::before {
    content: "1";
    position: absolute;
    left: 50%;
    top: -60px;
    font-size: 50px;
    color: #b40018;
    font-weight: 700;
    transform: translateX(-50%);
  }

  .spiritHeading2::before {
    position: absolute;
    left: 50%;
    top: -60px;
    font-size: 50px;
    color: #b40018;
    font-weight: 600;
    transform: translateX(-50%);
  }

  .spiritHeading3::before {
    position: absolute;
    left: 50%;
    top: -70px;
    font-size: 50px;
    color: #b40018;
    font-weight: 700;
    transform: translateX(-50%);
  }

  .spiritHeading4::before {
    position: absolute;
    left: 50%;
    top: -50px;
    font-size: 50px;
    color: #b40018;
    font-weight: 700;
    transform: translateX(-50%);
  }

  .spiritHeading4 {
    line-height: 1.5;
  }

  .spiritHeading3 .aboutHeading {
    margin-top: 8px;
  }

  .spiritContent3 {
    margin-top: 120px;
  }

  .spiritHeadingText {
    font-size: 14px;
    margin-top: 16px;
  }

  .spiritTop {
    padding-left: 20px;
    padding-right: 20px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin-top: 30px;
  }

  .spiritTopContent {
    margin-top: 10px;
    flex-direction: row;
    align-items: center;
    padding: 0px 10px;
    padding-top: 2px;
    gap: 16px;
    border-bottom-width: 2px;
  }

  .spiritTopContentNum {
    font-size: 28px;
  }

  .spiritTopContentText {
    font-size: 17px;
    font-weight: 400;
  }

  .sectionSpirit .pl-220px {
    padding-left: 20px;
  }

  .sectionSpirit .pr-220px {
    padding-right: 20px;
  }

  .sectionSpirit .pr-150px {
    padding-right: 20px;
  }

  .grid-cols-440px_auto {
    grid-template-columns: 100%;
    margin-top: 20px;
  }

  .grid-cols-440px_auto .spiritItem4 .mb-3 {
    margin-bottom: 8px;
  }

  .sectionSpirit .grid-cols-3,
  .sectionSpirit .grid-cols-225px_225px {
    grid-template-columns: 100%;
    row-gap: 30px;
  }

  .sectionSpirit .grid-cols-3 {
    margin-top: 16px;
  }

  .spiritTextGrid {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .spirit-content nav {
    font-size: 14px;
  }

  .sp-inline {
    display: inline;
  }

  .sp-mt-8 {
    margin-top: 8px;
  }

  .bg-des2 {
    content: url(../image/description-2-sp.png);
    margin: 0;
    width: 100%;
    margin-top: 24px;
  }

  .spiritTextNote {
    font-size: 12px !important;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
  }

  .spiritButton {
    font-size: 18px;
    padding: 8px 87px;
    margin-top: 20px;
  }

  .spiritHeadingText {
    line-height: 1.8;
  }

  .spiritContent4 {
    padding-left: 0;
    padding-right: 0;
  }

  .spiritItem4 .text-xl {
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
  }

  .spiritItem4 .text-base {
    font-size: 14px;
  }

  .spiritItem4 .w-120px {
    width: 88px;
    margin: 0 auto;
  }

  .spiritItem4 .font-semibold {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }

  .spiritContent4 .h-300px {
    height: 184px;
  }

  /* Line up */
  .sectionLineUp {
    padding-bottom: 50px;
    margin-top: 20px;
  }

  .sectionLineUp .grid-cols-2 {
    grid-template-columns: 100%;
  }

  .lineUpGroupButton {
    flex-direction: column;
    row-gap: 8px;
  }

  .lineUpGroupPoint {
    margin-bottom: 8px;
    align-items: flex-end;
  }

  .lineUpGroupPoint .fontYu20RedBold {
    line-height: 1;
  }

  .lineUpHeading {
    padding-left: 20px;
    font-size: 25px;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .sectionLineUp .pl-150px {
    padding-left: 20px;
  }

  .sectionLineUp .pl-90px {
    padding-left: 20px;
  }

  .sectionLineUp .pr-150px {
    padding-right: 20px;
  }

  .lineUpHero {
    font-size: 14px;
    line-height: 1.6;
  }

  .sectionLineUp .sectionStoreTitle {
    padding-top: 21px;
  }

  .sectionLineUp>.mt-20 {
    margin-top: 60px;
  }

  .sectionLineUp .pt-16.pl-150px {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sectionLineUp .pt-16.pl-150px>.fontYu30RedBold {
    font-size: 20px;
    line-height: 1.4;
  }

  .sectionLineUp .pt-16.pl-150px>.fontYu30RedSemiBold {
    font-size: 20px;
    line-height: 1.4;
  }

  .lineUpBottle2 {
    width: 84px;
    right: 20px;
    left: auto;
    transform: translate(0);
  }

  .lineUpShampoo>nav {
    line-height: 1.7;
  }

  .lineUpShampooDes {
    background-color: #f2f2f2;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 20px;
  }

  .lineUpShampooDes>nav {
    font-size: 14px;
  }

  .lineUpShampooDes .mt-10 {
    margin: 0;
  }

  .lineUpShampooDes .mt-2 {
    margin-top: 4px;
  }

  .mb-mb-20 {
    margin-bottom: 20px;
  }

  .mb-mt-20 {
    margin-top: 20px;
  }

  .video-detail-content {
    width: 90%;
  }

  .video-detail-content iframe {
    height: 200px;
  }

  /* Store */
  .sectionStore {
    padding: 20px;
    padding-bottom: 85px;
    background-image: url(../image/back-4-sp.jpg);
  }

  .sectionStore .sectionStoreButton {
    margin-top: 24px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .sectionStoreTitle {
    padding-top: 24px;
  }

  .sectionStoreContent {
    font-size: 20px;
    margin-top: 28px;
    line-height: 1.5;
  }

  .sectionStoreButton {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-top: 28px;
  }

  .sectionStoreButtonGroup {
    grid-template-columns: 100%;
  }

  .scroll-top-content {
    bottom: 0;
  }

  .scroll-top {
    top: -55px;
    display: inline-table;
  }

  .footer {
    padding: 20px;
    letter-spacing: 0.6px;
  }

  .footer-content {
    padding: 10px 16px;
    flex-direction: column;
    margin-bottom: 16px;
    gap: 20px;
  }

  .footer-content .ml-12 {
    margin: 0;
  }

  .footer-bottom {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}