@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
 all: unset;
 display: revert;
}
*, *::before, *::after {
 margin: 0;
 padding: 0;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
}
a {
 display: inline-block;
}
ul, ol {
 list-style: none;
}
sup {
 font-size: 0.5em;
 font-weight: 400;
 vertical-align: text-top;
}
suc {
 font-size: 0.9em;
 font-weight: 700;
 vertical-align: text-top;
}
sub {
 font-size: 0.5em;
 font-weight: 400;
 vertical-align: text-bottom;
}
img {
 max-width: 100%;
}
a {
 cursor: pointer;
}
table {
 border-collapse: collapse;
}
html {
 scroll-behavior: smooth;
}
body {
  font-size: 62.5%;
  font-family: Noto Sans JP, 'YuGothic', 'futura-pt', 'Futura', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  margin: auto;
}
@media screen and (min-width: 2300px) {
  body {
    font-size: 22px;
 }
}
@media screen and (max-width: 1440px) {
  body {
    font-size: 16px;
 }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
 }
}
@media screen and (max-width: 450px) {
  body {
    font-size: 12px;
 }
}
.pc {
 display: inline;
}
@media screen and (max-width: 768px) {
 .pc {
  display: none;
 }
}
.smp {
 display: none;
}
@media screen and (max-width: 768px) {
 .smp {
  display: inline;
 }
}
.logo {
 margin: 0 auto;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
  width: 40%;
}
.logo img, .menu-btn img {
 width: 100%;
}
#logo {
	transform: scale(1.4);
	opacity: 0;
	display:inline-block;
}
#logo.is-show {
	opacity: 1;
	transform: scale(1);
	transition-duration: 0.5s;
	transition-timing-function: ease;
	animation-delay: 0.5s;
	animation-fill-mode:forwards;
	will-change: transform;
}
#op01.is-show {
 animation-name: fadeInAnime;
 animation-duration: 0.5s;
 transition-timing-function: ease;
 animation-delay: .25s;
 animation-fill-mode: forwards;
 will-change: transform;
}
#op02.is-show {
 animation-name: fadeZoomOutAnime;
 animation-duration: 0.5s;
 transition-timing-function: ease;
 animation-delay: .75s;
 animation-fill-mode: forwards;
 will-change: transform;
}
#op03.is-show {
 animation-name: fadeLeftAnime;
 animation-duration: 0.5s;
 transition-timing-function: ease;
 animation-delay: 1s;
 animation-fill-mode: forwards;
 will-change: transform;
}
#op04.is-show {
 animation-name: fadeUpAnime;
 animation-duration: 0.5s;
 transition-timing-function: ease;
 animation-delay: 1.25s;
 animation-fill-mode: forwards;
 will-change: transform;
}
#op05.is-show {
 animation-name: fadeLeftAnime;
 animation-duration: 0.5s;
 transition-timing-function: ease;
 animation-delay: 1.25s;
 animation-fill-mode: forwards;
 will-change: transform;
}
#op06.is-show {
 animation-name: fadeRightAnime;
 animation-duration: 0.5s;
 transition-timing-function: ease;
 animation-delay: 1.25s;
 animation-fill-mode: forwards;
 will-change: transform;
}
#op01, #op02, #op03, #op04, #op05, #op06 {
 opacity: 0;
 display: inline-block;
}
@keyframes fadeInAnime {
 from {
  opacity: 0;
 }
 to {
  opacity: 1;
 }
}
@keyframes fadeUpAnime {
 from {
  opacity: 0;
  transform: translateY(100px);
 }
 to {
  opacity: 1;
  transform: translateY(0);
 }
}
@keyframes fadeLeftAnime {
 from {
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
 }
 to {
  opacity: 1;
  transform: translateZ(0);
 }
}
@keyframes fadeRightAnime {
 from {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
 }
 to {
  opacity: 1;
  transform: translateZ(0);
 }
}
@keyframes fadeZoomOutAnime {
 from {
  opacity: 0;
  transform: scale(1.2);
 }
 to {
  opacity: 1;
  transform: scale(1);
 }
}
/*----------------------------
* loading画面
*----------------------------*/
.op-bg {
  width: 100%;
  height: 100%;
  background: #7E8296;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
 }
 .op-bg.is-active {
  animation: bgAnime 1s linear 1.8s forwards;
  will-change: transform;
 }
 .loading {
   position: absolute;
   top: 50%;
   left: 50%;
   margin: 0 auto;
   transform: translate(-50%, -50%);
   text-align: center;
   color: #ffffff;
   font-size: 1.4rem;
   font-family: "futura-pt", sans-serif;
 }
 @media screen and (max-width: 500px) {
   .loading {
     font-size: 1.2rem;
   }
 }
 .loading span:nth-child(1) {
     animation: letterAnim 0.6s ease-in-out infinite;
 }
 .loading span:nth-child(2) {
     animation: letterAnim 0.6s ease-in-out infinite 0.05s;
 }
 .loading span:nth-child(3) {
     animation: letterAnim 0.6s ease-in-out infinite 0.1s;
 }
 .loading span:nth-child(4) {
     animation: letterAnim 0.6s ease-in-out infinite 0.15s;
 }
 .loading span:nth-child(5) {
     animation: letterAnim 0.6s ease-in-out infinite 0.2s;
 }
 .loading span:nth-child(6) {
     animation: letterAnim 0.6s ease-in-out infinite 0.25s;
 }
 .loading span:nth-child(7) {
     animation: letterAnim 0.6s ease-in-out infinite 0.3s;
 }
 .loading span:nth-child(8) {
     animation: letterAnim 0.6s ease-in-out infinite 0.35s;
 }
 .loading span:nth-child(9) {
     animation: letterAnim 0.6s ease-in-out infinite 0.4s;
 }
 .loading span:nth-child(10) {
     animation: letterAnim 0.6s ease-in-out infinite 0.45s;
 }
 @keyframes letterAnim {
  0% {
   opacity: 1;
  }
  50% {
   opacity: 0.2;
  }
  100% {
   opacity: 1;
  }
 }
 /*keyframe*/
 @keyframes textAnime1 {
  0% {
   transform: translateX(0);
  }
  100% {
   transform: translateX(100%);
  }
 }
 @keyframes textAnime2 {
  0% {
   transform: rotate(0);
  }
  100% {
   transform: rotate(-8deg);
  }
 }
 @keyframes bgAnime {
  0% {
   opacity: 1;
  }
  90% {
   opacity: 0;
   /*transform: scale(1.2);*/
  }
  100% {
   opacity: 0;
   visibility: hidden;
   display: none;
  }
 }
/*----------------------------
* メニュー
*----------------------------*/
header {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
header::after {
    display: none;
}
header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.5rem 10%;
    margin: 0 auto;
    z-index: 100;
    background-color: rgba(82,80,84);
    height: 60px;
    display: flex;
    align-items: center;
}
.head-wrapper {
    position: relative;
    z-index: 101;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.head-wrapper .logo {
    margin: 0;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
}
.head-wrapper .logo p{
    font-family: "Meiryo", sans-serif;
    font-size: 24px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 5px;
}
.menu-flex{
    width: 12%;
    margin: 0;
    display: flex;
    align-items: center;
}
.insta-btn{
    margin-right: 20%;
    margin-top: 0.2rem;
    width: 33px;
}
.hamburger{
    cursor: pointer;
    width: 30px;
    height: 25px;
    position: relative;
    z-index: 1000;
    margin: 0;
}
.hamburger .bar {
    width: 100%;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}
.hamburger .bar:nth-child(1) {
    top: 0;
}
.hamburger .bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
.hamburger .bar:nth-child(3) {
    bottom: 0;
}

/* ハンバーガーメニューがアクティブ時の×印アニメーション */
.hamburger.is-active .bar:nth-child(1) {
    transform: rotate(45deg);
    top: 43%;
}
.hamburger.is-active .bar:nth-child(2) {
    opacity: 0;
}
.hamburger.is-active .bar:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 43%;
}
@media (max-width: 1024px) {
    .hamburger {
        width: 25px;
        height: 22px;
    }
}
@media (max-width: 768px) {
    header nav {
    padding: 0.5rem 10%;
    height: 50px;
    }
    .menu-flex {
    width: 15%;
    }
    .head-wrapper .logo p{
    font-size: 20px;
    }
}
@media (max-width: 630px) {
    .menu-flex {
    width: 18%;
    }
}
@media (max-width: 500px) {
    header nav {
    padding: 0.5rem 5%;
    height: 45px;
    }
    header .head-wrapper .logo p{
    font-size: 18px;
    }
    .menu-flex {
    width: 20%;
    }
}
    @media (max-width: 425px) {
    .hamburger {
        width: 22px;
        height: 19px;
    }
    .insta-btn{
        width: 30px;
    }
}
/*----------------------------
* メニュー本体
*----------------------------*/
.menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100vh;
    /*display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;*/
    background: #fff;
}
.menu-box {
    position: relative;
    background-color:#000;
    opacity: 70%;
    width: 100%;
    overflow: auto;
}
.menu-minibox {
    width: 100%;
    height: 100vh;
    position: fixed;
    text-align: right;
    background-color: rgba(82, 80, 84);
}
@media (min-width: 769px) {
.menu-minibox {
    padding-top: 50px;
}
}
.menu-minibox .sec1 {
    width: 100%;
    position: relative;
    top: 0;
    padding: 3% 0;
}
.menu-minibox .sec1 ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    padding: 0 4%;
}
.menu-minibox .sec1 ul li {
    width: auto;
    padding: 6px 0;
    margin: 2% 0;
    color: #fff;
    font-size: 2rem;
    float: none;
    z-index: 1;
    font-weight: 400;
    font-family: "futura-pt","Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-style: normal;
    text-align: right;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s, opacity 0.3s;
}
.menu-minibox .sec1 ul li:hover{
    border-bottom: 2px solid;
}
.menu-minibox .sec1 ul .coo-page {
    font-size: 1.2rem;
    border: solid 2px #ffffff; 
    margin-top: 3%;
    padding: 1.5% 6%;
    text-align: right;
    transition: border-color 0.3s, opacity 0.3s;
}
.menu-minibox .sec1 ul .coo-page:hover {
    background-color: #333;
}
.menu-minibox .sec1 ul div h5 img{
    width: 100%;
}
.menu-minibox .sec1 ul li h4, .menu-minibox .sec1 ul li a {
    text-align: right;
    margin: 0;
    float: none;
    width: auto;
}
.menu-minibox .sec1 ul div{
    display: flex;
    margin: 3% 0 auto;
    gap:10%;
    width: 12%;
    justify-content: flex-end;
}
.menu-minibox .sec1 ul div h5{
    width: 45%;
    display: block;
}
.menu-minibox .sec1 ul li img {
    /*width: 100%;*/
    height: 100%;
    max-height: 24.122px;
    margin: 0;
    text-align: right;
    float: none;
}
.menu-minibox .sec2 {
    width: 100%;
    position: relative;
    bottom: 0;
}
.menu-minibox .sec2 ul {
    width: 90%;
    margin: 0 auto;
    /*display: -webkit-box;
    display: -ms-flexbox;*/
    display: flex;
    flex-direction: column;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    justify-content: space-around;
    padding: 6.25% 4.25% 0;
}
.menu-minibox .sec2 ul li img {
    width: 100%;
    max-width: 70px;
    margin-right: auto;
    text-align: left;
    display: inline-block;
}
.menu-minibox .sec2 ul li {
    font-weight: 600;
}
.menu-minibox .sec2 ul li:first-child {
    flex-basis: 45%;
}
.menu-minibox .sec2 ul li:nth-child(2) {
    flex-basis: 23.5%;
}
.menu-minibox .sec2 ul li:nth-child(3) {
    flex-basis: 9%;
}
.menu-minibox .sec2 ul li:nth-child(4) {
    flex-basis: 9%;
}
.menu-minibox .sec2 h1 {
    font-size: 1.2em;
}
.menu-minibox .sec2 h2, .menu-minibox .sec2 p, .menu-minibox .sec2 address {
    font-size: .9em;
}

@media screen and (max-width: 1200px) {
    .menu-minibox .sec1 ul li {
        padding: 3% 0;
    }
    .menu-minibox .sec1 ul div{
        width: 18%;
    }
}
@media screen and (max-width: 768px) {
    .menu-minibox .sec1 {
        margin-top: 10%;
    }
    .menu-minibox .sec1 ul li {
        font-size: 2rem;
    }
    .menu-minibox .sec1 ul .coo-page {
        margin-top: 5%;
    }
    .menu-minibox .sec1 ul li img {
        /*.max-height: 24.122px;*/
        height: calc(100vw / 26);
        max-height: 100%;
    }
    .menu-minibox .sec2 h1 {
        font-size: 2.7vw;
    }
    .menu-minibox .sec2 h2,
    .menu-minibox .sec2 p,
    .menu-minibox .sec2 address {
        font-size: 2.2vw;
    }
    .menu-minibox .sec2 ul li:nth-child(2) {
        flex-basis: 31.5%;
    }
    .menu-minibox .sec1 ul div{
        width: 24%;
    }
}
@media screen and (max-width: 500px) {
    .menu-minibox .sec1 ul li {
        font-size: 1.5rem;
        padding: 5% 0;
        font-weight: bold;
    }
    .menu-minibox .sec1 ul .coo-page {
        font-size: 1rem;
        margin-top: 10%;
    }
    .menu-minibox .sec1 ul div {
        margin: 10% 0 auto;
        width: 32%;
    }
}
/*----------------------------
* アニメーション部分
*----------------------------*/
.menu {
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s linear;
}
.menu.is-active {
  pointer-events: auto;
  opacity: 1;
}
/*----------------------------
* ファーストビュー
*----------------------------*/
section, footer {
 text-align: center;
 overflow: hidden;
 margin: 0 auto;
}
section > div, footer > div {
 position: relative;
 margin: 0 auto;
}
/*----------------------------
* ファーストビュー
*----------------------------*/
main {
 position: relative;
 width: 100%;
 margin: 0 auto;
 background-color: #ffffff;
 overflow: hidden;
 z-index: 1;
  letter-spacing: 0.1em;
}
.main-img {
  width: 100%;
  height: 53vw;
  position: relative;
  background-image: url("../img/pc-mv.jpg");
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.main-img .main-txt{
  width: 60%;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 35%;
}
.main-img .main-txt h1 span{
  background-color: #fff;
  padding: 0 3%;
  font-size: 3rem;
  border-radius: 15px;
  font-weight: 500;
}
.main-img .main-txt h1 span:last-child{
  margin-left: 1rem;
}
.main-img .main-txt h1 sup{
  font-size: 0.6rem;
}
.main-img .main-txt h2{
  color: #fff;
  font-size: 4rem;
  padding-top: 3%;
  font-weight: 500;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.main-img .cmt{
  position: absolute;
  color: #fff;
  width: 30%;
  bottom: 8%;
  right: 5%;
  font-size: 0.8rem;
  text-align: right;
}
@media screen and (min-width: 2300px) {
  .main-img  {
    height: 55em;
 }
}
@media screen and (max-width: 1440px) {
  .main-img .main-txt h2{
    font-size: 3.5rem;
  }
  .main-img .main-txt h1 span{
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .main-img .main-txt h1 span{
    font-size: 2rem;
  }
  .main-img .main-txt h2{
    font-size: 2.5rem;
  } 
}
@media screen and (max-width: 768px) {
  .main-img .main-txt h1 span{
    padding: 1% 3%;
  }
  .main-img {
    background-image: url("../img/mb-mv.jpg");
    height: 100vh;
    background-size: cover;
    background-position: bottom;
  }
  .main-img .main-txt{
    width: 100%;
    text-align: right;
    left: -10%;
    top: 15%;
  }
}
@media screen and (max-width: 425px) {
  .main-img .main-txt h1 span {
    font-size: 1.6rem;
  }
  .main-img .main-txt h2 {
    font-size: 2rem;
  }
  .main-img .main-txt{
    left: -5%;
  }
  .main-img .cmt{
    width: 50%;
  }
  .main-img{
    height: 80vh;
  }
  .main-img .cmt{
    width: 50%;
    bottom: 3%;
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 375px) {
  .main-img{
    height: 75vh;
  }
}
/*----------------------------
* concept
*----------------------------*/
#concept,#point,#fragrance,#how-to-use,#product-details,#one-line-shop{
  margin-top: 5%;
}
h2,h3{
  font-size: 2rem;
  font-weight: 500;
}
#concept h2{
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 500;
  color: #404664;
  margin-bottom: 5%;
}
#concept h2:nth-of-type(2){
  margin-bottom: 10%;
} 
.youtube {
  position: relative;
  width: 60%;
  aspect-ratio: 16 / 9;
  margin-bottom: 10%;
  max-width: 980px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:1100px) {
  #concept h2{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .youtube {
    width: 80%;
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 450px) {
  #concept {
    margin-top: 10%;
  }
  #concept h2{
    font-size: 1.2rem;
    margin-bottom: 10%;
  }
  #concept h2 span{
    font-size: 1rem;
  }
}
/*----------------------------
* check-box
*----------------------------*/
.check-box{
  background-image: linear-gradient(180deg, rgba(72, 79, 112, 1), rgba(126, 130, 150, 1) 60%);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.check-box h3{
  padding:10% 0 5%;
  line-height: 2;
  font-weight: 600;
  color: #fff;
  position: relative;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.check-box h3 span{
  font-size: 2.5rem;
}
.check-box h3::after{
  content: "";
  background: url("../img/check-dez.png") no-repeat;
  background-size: contain;
  width: 30%;
  height: 10vw;
  display: inline-block;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%);
  max-width: 250px;
}
.check-flex{
  display: flex;
  justify-content: center;
  max-width: 1440px;
  margin: auto;
  align-items: center;
  gap: 2rem;
}
.check-flex >div{
  width: 45%;
}
.check-flex li{
  background-image: url(../img/check-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  padding: 0% 5% 5%;
  margin-bottom: 5%;
  position: relative;
}
.check-flex li p{
  font-size: 1.6rem;
  padding: 4% 0%;
}
.check-box li .cmt{
  position: relative;
}
.check-box li .cmt::after{
  content: "*1 蓄積した古い角質";
  display: block;
  font-size: 0.8rem;
  text-align: right;
  position: absolute;
  top: 78%;
  right: 5%;
}
.check-box >p{
  font-size: 1.6rem;
  background: #fff;
  display: inline-block;
  padding: 0.75rem 1rem;
  margin: 5% auto;
  font-weight: 600;
  font-weight: 600;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.check-txt{
  margin: 10% auto;
}
@media screen and (max-width: 1400px) {
  .check-box h3::after{
    width: 16%;
  }
  .check-flex li p{
    font-size: 1.4rem;
  }
  .check-box li .cmt::after{
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 1100px) {
  #concept .check-box h3{
    padding-bottom:5%;
  }
  .check-flex li p{
    font-size: 1.2rem;
  }
  .check-box li .cmt::after{
    font-size: 0.5rem;
  }
  .check-box h3 {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .check-box h3 span {
    font-size: 2rem;
  }
  .check-box >p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 900px) {
  .check-flex li{
    padding: 0% 2% 5%;
  }
  .check-flex li p{
    font-size: 1rem;
  }
  .check-box li .cmt::after {
    top: 72%;
  }
  .check-box h3 {
    padding-bottom: 10%;
  }
}
@media screen and (max-width: 768px) {
  .check-box h3{
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .check-box h3 span {
    font-size: 1.8rem;
  }
  .check-box h3::after {
    top: -15%;
    height: 10vw;
  }
  .check-flex{
    flex-direction: column-reverse;
    margin-top: 5%;
    gap: 1rem;
  }
  .check-flex >div {
    width: 80%;
  }
  .check-flex >div >img {
    border-radius: 130px 130px 0 0;
  }
  .check-box li .cmt::after {
    right: 7%;
  }
  .check-box >p{
    margin-bottom: 10%;
  }
}
@media screen and (max-width: 500px) {
  .check-box h3::after {
    width: 26%;
    height: 16vw;
  }
  .check-box h3{
    padding-top: 15%;
  }
}
@media screen and (max-width: 425px) {
  .check-box h3 span{
    font-size: 1.4rem;
  }
  .check-box h3{
    font-size: 1.2rem;
  }
  .check-flex >div {
    width: 90%;
  }
  .check-flex li p {
    font-size: 0.8rem;
    padding-top: 3%;
  }
  .check-box >p {
    font-size: 1rem;
  }
  .check-box >p {
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 375px) {
  .check-box li .cmt::after {
    right: 5%;
    top: 72%;
  }
  .check-box h3::after {
    width: 29%;
  }
  check-flex >div >img {
    border-radius: 100px 100px 0 0;
  }
}
/*----------------------------
* three in 1
*----------------------------*/
.marquee-bg {
  position: relative;
  width: 100%;
  background: #7E8296;
  overflow: hidden;
  padding: 3vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vw;
}
.marquee {
  display: flex;
  width: 100vw;
  white-space: nowrap;
  font-size: 1.2rem;
  font-family: 'futura-pt', 'Noto Sans JP', sans-serif;
  font-weight: bold;
  color: #fff;
  opacity: 0.8;
  pointer-events: none;
  user-select: none;
}
.marquee span {
  display: inline-block;
  padding-right: 2rem;
}
.spacer {
  display: inline-block;
  width: 2rem;
}
.marquee-top {
  animation: marquee-left 18s linear infinite;
}
.marquee-bottom {
  animation: marquee-right 18s linear infinite;
}
@keyframes marquee-left {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@keyframes marquee-right {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}
.three-in-1-box {
  background-color: #F2F2F2;
}
.three-box-bg{
  width: 80%;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin: auto;
}
.three-box-bg > div{
  width: 40%;
  margin: 8% auto;
}
.three-box-bg > div:nth-child(1){
  overflow: hidden;
  position: relative;
  border-radius: 30px;
}
.three-box-bg > div > img{
  display: block;
  width: 100%;
  transition: transform 0.3s ease;
  transform-origin: center center;
}
.three-box-bg div:hover img {
  transform: scale(1.4);
}
  .multi-role-title {
  padding: 1.5rem 4rem 1rem;
  background: #7E8296;
  position: relative;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  margin-bottom: 10%;
}
.multi-role-title h3 {
  margin: 0;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.multi-role-title .role-number {
  position: relative;
}
.multi-role-title .role-number:before {
  content: '';
  display: block;
  position: absolute;
  top: -0.75rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}
.multi-role-list {
  position: relative;
  width: 420px;
  height: 240px;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}
.multi-role-list li {
  position: absolute;
  width: 9rem;
  height: 9rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(159, 186, 205, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #7E8296;
  font-size: 1.2rem;
  border: 2px solid #7E8296;
  text-align: center;
}
.multi-role-list li:nth-child(1) {
  left: 50%; top: 0; transform: translateX(-50%);
}
.multi-role-list li:nth-child(2) {
  left: 0; bottom: 0;
}
.multi-role-list li:nth-child(3) {
  right: 0; bottom: 0;
}
@media screen and (max-width: 1100px) {
  .marquee{
    font-size: 1rem;
  }
  .multi-role-title{
    padding: 1.5rem 3rem 1rem;
  }
  .multi-role-title .role-number:before{
    top: -0.5rem;
  }
  .multi-role-title h3{
    font-size: 1.4rem;
  }
  .multi-role-list li{
    font-size: 1rem;
    width: 7rem;
    height: 7rem;
  }
  .multi-role-list{
    width: 280px;
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .three-in-1-box{
    background-image: url(../img/3in1-img2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .multi-role-title {
    padding: 1.25rem 3rem 0.75rem;
    margin-bottom: 5%;
  }
  .three-box-bg-box {
    flex-direction: column-reverse;
    width: 90%;
  }
  .multi-role-title h3 {
    font-size: 1.2rem;
  }
  .three-box-bg > div{
    width: 100%;
  }
  .three-box-bg >div:nth-child(1){
    display: none;
  }
  .multi-role-list {
    width: 340px;
    height: 190px;
  }
  .multi-role-list li {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 425px) {
  .multi-role-list {
    width: 240px;
  }
  .multi-role-list li {
    width: 100px;
    height: 100px;
    font-size: 0.9rem;
  }
  .three-box-bg > div {
    margin: 15% auto;
  }
  .marquee {
    font-size: 0.8rem;
  }
}
/*----------------------------
* ポイント
*----------------------------*/
#point h3 {
  text-align: center;
  padding: 3%;
  font-size: 2.4rem;
  font-weight: 600;
  position: relative;
}
#point h3 span {
  font-size: 1.2rem;
  font-weight: 400;
}
.point-top {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: stretch;
  margin: 2.5rem 0 3.5rem 0;
  flex-wrap: wrap;
}
.point-ttl {
  background: #FFD290;
  border-radius: 16px;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.25);
  padding: 2rem 1.5rem;
  text-align: center;
  flex: 1 1 0;
  min-width: 180px;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.point-ttl:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
  transition: all 0.25s ease-in-out;
}
.point-ttl h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #404663;
  font-weight: 700;
  position: absolute;
  top: -18%;
}
.point-ttl h4 .number{
  font-size: 1.4rem;
}
.point-ttl a {
  display: block;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 600;
  padding: 1rem 0.5rem;
  border-radius: 10px;
}
.point-ttl a span {
  font-size: 1.2rem;
  font-weight: bold;
}
.point-ttl::after {
  content: "";
  display: block;
  background-image: url(../img/arrow-down.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2.2em;
  z-index: 1;
}
.clay-top-bg {
  background: url("../img/point-bg.png") no-repeat ;
  background-size: cover;
  position: relative;
  padding-top: 10%;
}
.clay-top-bg h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 5%;
  color: #222;
}
.clay-top-bg h4 span {
  font-size: 3rem;
  font-weight: 700;
}
.three-clay-hexagon {
  position: relative;
  width: 740px;
  height: 730px;
  margin: 0 auto 5%;
}
.hex {
  position: absolute;
  width: 340px;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../img/3clay-hexagon-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.hex1 { 
  left: 50%;
  top: 0;
  transform: translateX(-50%); 
  z-index: 2;
}
.hex2 { 
  left: 0;
  bottom: 0; 
}
.hex3 {
  right: 0;
  bottom: 0;
}
.hex-bg {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0; top: 0;
  z-index: 1;
}
.hex-content {
  position: relative;
  z-index: 2;
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -20%;
}
.hex-content h5 {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.7rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
  border-bottom: 2px solid;
  padding-bottom: 5px;
}
.hex-content p {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1.2rem;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.hex-img {
  width: 60%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 70%;
}
.note {
  font-size: 0.8rem;
  margin: 5% 5% 0;
  text-align: right;
  padding-bottom: 5%;
}
@media screen and (max-width: 1440px) {
  .point-ttl::after{
    bottom: -1.2rem;
  }
  .point-ttl a span{
    font-size: 1rem;
  }
  .point-ttl a{
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  #point h3{
    font-size: 2rem;
  }
  #point h3 span{
    font-size: 1rem;
  }
  .point-ttl h4{
    top: -13%;
  }
  .clay-top-bg h4 span{
    font-size: 2.5rem;
  }
  .clay-top-bg h4{
    font-size: 1.2rem;
    margin-bottom: 8%;
  }
  .hex-content{
    padding: 1rem;
    margin-top: -35%;
  }
  .hex-content p{
    font-size: 0.8rem;
    margin-bottom: 0.5rem;
  }
  .hex {
    width: 300px;
    height: 390px;
    min-width: 120px;
    min-height: 100px;
  }
  .hex-img{
    top: 80%;
  }
  .hex-content h5{
    font-size: 1.4rem;
  }
  .three-clay-hexagon {
    width: 640px;
    height: 690px;
  }
  .note{
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 900px) {
  .point-top {
    gap: 1rem;
  }
  .point-ttl {
    padding: 1.2rem 0.5rem;
    min-width: 120px;
    max-width: 180px;
  }
}
@media screen and (max-width: 768px) {
  #point h3{
    padding: 5%;
  }
  .point-top {
    flex-direction: column;
    gap: 3rem;
  }
  .point-ttl {
    max-width: 380px;
    min-width: 0;
    width: 80%;
    margin: 0 auto 6%;
  }
  .clay-top-bg h4 span{
    font-size: 2.5rem;
  }
  .hex {
    width: 270px;
    height: 350px;
  }
  .hex-content h5 {
    font-size: 1.2rem;
  }
  .three-clay-hexagon {
    width: 560px;
    height: 600px;
  }
}
@media screen and (max-width: 600px) {
  .clay-top-bg{
    padding-top: 20%;
  }
  .clay-top-bg h4 span {
    font-size: 2rem;
  }
  .three-clay-hexagon {
    width: 420px;
    height: 460px;
  }
  .hex {
    width: 200px;
    height: 260px;
  }
  .hex-content {
    padding: 0.5rem;
    margin-top: -18%;
  }
  .hex-content h5 {
    font-size: 1rem;
  }
  .hex-img {
    top: 82%;
  }
  .hex1 > .hex-content,
  .hex3 > .hex-content{
    margin-top: -40%;
  }
}
@media screen and (max-width: 450px) {
  .clay-top-bg h4 {
    margin: 10% auto 15%;
  }
  .clay-top-bg h4 span {
    font-size: 1.8rem;
    letter-spacing: 0.01rem;
  }
  .three-clay-hexagon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
  }
  .hex {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    transform: none;
  }
  .hex1, .hex2, .hex3 {
    position: relative;
  }
  .hex {
    width: 280px;
    height: 330px;
  }
  .hex-content {
    padding: 1rem;
  }
  .hex-content h5 {
    font-size: 1.2rem;
  }
  .hex-img {
    top: 82%;
  }
  .note {
    margin: 0 5% 0;
    padding-bottom: 20%;
  }
}
@media screen and (max-width: 375px) {
  .clay-top-bg h4 span {
    font-size: 1.6rem;
  }
  .hex {
    width: 260px;
    height: 320px;
  }
}
/* point1 */
.point-bg{
  background-color: #D0CBC3;
  margin-bottom: 20%;
}
#point1 h4,#point2 h4,#point3 h4{
  font-size: 2rem;
  font-weight: 600;
  padding: 10% 0 5%;
}
#point1,#point2,#point3{
  width: 80%;
  max-width: 1200px;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  border-radius: 15px;
  z-index: 1;
}
#point1::before{
  content: "";
  background: url("../img/point1.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 9vw;
  position: absolute;
  top: -3%;
  left: 10%;
  display: block;
  max-height: 180px;
}
.keana-figure{
  display: flex;
  justify-content: center;
  gap:1rem;
  width: 80%;
  max-width: 1000px;
  margin: 5% auto;
}
.keana-figure .figure-img{
  width: 100%;
}
.keana-figure  .figure-arrow{
  width: 2vw;
  height: 6vh;
  position: relative;
  margin-top: 17%;
}
.texture-flex{
  display: flex;
  justify-content: center;
  gap: 2rem;
  width: 80%;
  margin: 0 auto ;
  padding-bottom: 10%;
}
.texture-flex p{
  font-size: 1.2rem;
}
#point2{
  margin: 10% auto;
}
#point2::before{
  content: "";
    background: url(../img/point2.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 9vw;
    position: absolute;
    top: -3%;
    left: 10%;
    display: block;
}
#point2 h5{
  color: #707070;
  border: 2px solid #707070;
  margin: 0 auto 5%;
  padding: 1.5rem;
  max-width: 860px;
  width: 60%;
  font-size: 1.6rem;
  font-weight: 500;
}
.point2-flex2{
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 10%;
  justify-content: center;
  gap:3em;
}
.point2-flex2 div{
  width: 30%;
}
.point2-flex3{
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 10%;
  justify-content: center;
  gap:3em;
}
.point2-flex3 div,
.point2-flex2 div{
  width: 30%;
  background: #f2f2f2;
  padding: 3% 2%;
  border-radius: 20px;
}
.point2-flex3 > div > p:first-of-type,
.point2-flex2 > div > p:first-of-type{
  font-size: 1.2rem;
  margin: 10%;
  text-align: center;
  font-weight: 600;
}
.point2-flex3 div p:last-of-type,
.point2-flex2 div p:last-of-type{
  color: #707070;
  text-align: center;
  font-size: 0.7rem;
}
#point2 > p{
  font-size: 0.8rem;
  text-align: right;
  margin-right: 5%;
  padding-bottom: 1rem;
}
#point3::before {
  content: "";
  background: url(../img/point3.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 9vw;
  position: absolute;
  top: -10%;
  left: 10%;
  display: block;
}
.point-bg::after {
  content: "";
  background: url(../img/point-bg.png) no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100vh;
  transform: rotate(180deg);
  position: absolute;
  bottom: -300px;
}
#point3 p{
  font-size: 1.5rem;
}
#point3 ul{
  display: flex;
  margin: 5% auto;
  text-align: center;
  width: 90%;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 10%;
  max-width: 1000px;
}
#point3 ul li{
  width: 40%;
  background: url(../img/point3-free.png) no-repeat center;
  background-size: 100% auto;
  padding: 2%;
  color: #404664;
  font-size: 1.2rem;
  font-weight: 600;
}
@media screen and (min-width: 2300px) {
  #point .point1-box::before,
  #point .point2-box::before,
  #point .point3-box::before{
    height: 17em;
  }
}
@media screen and (max-width: 1440px) {
  .point-bg::after{
    bottom: -200px;
  }
}
@media screen and (max-width: 1100px) {
  #point1 h4, #point2 h4, #point3 h4{
    font-size: 1.8rem;
  }
  .texture-flex p {
    font-size: 1rem;
    letter-spacing: 0.01rem;
  }
  #point2 h5{
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
  }
  .point2-flex3 > div > p:first-of-type,
   .point2-flex2 > div > p:first-of-type{
    font-size: 1rem;
  }
  .point2-flex3{
    gap: 1rem;
  }
  .point2-flex2 {
    gap: 1.5rem;
  }
  #point3 p {
    font-size: 1.2rem;
  }
  .point-bg::after{
    bottom: -150px;
  }
}
@media screen and (max-width: 768px) {
  #point h2:first-of-type{
    font-weight: 500;
  }
  #point .point1-box div .texture-flex{
    gap: 1em;
  }
  .point2-flex3 div, .point2-flex2 div{
    padding: 3% 1%;
  }
  .point-bg{
    padding-top: 5%;
  }
  #point1, #point2, #point3{
    width: 90%;
  }
  #point1::before,#point2::before,#point3::before{
    height: 12vw;
  }
  #point1 h4, #point2 h4, #point3 h4 {
    font-size: 1.6rem;
  }
  .point2-flex3 > div > p:first-of-type,
  .point2-flex2 > div > p:first-of-type{
    margin: 10% auto;
  }
  .keana-figure {
    gap: 0.5rem;
  }
  .keana-figure .figure-arrow {
    width: 4vw;
    height: 5vh;
    margin-top: 20%;
  }
  .point-bg::after{
    bottom: -100px;
  }
}
@media screen and (max-width: 600px) {
  .keana-figure .figure-arrow {
    width: 3vw;
    height: 4vh;
  }
  #point2,#point3 {
    margin-top: 20%;
  }
  #point3 ul{
    width: 100%;
    gap: 1rem;
  }
}
@media screen and (max-width: 450px) {
  #point1::before, #point2::before, #point3::before {
    height: 20vw;
  }
  #point2::before,#point3::before{
    top: -45px;
  }
  .point2-flex3,.point2-flex2{
    flex-direction: column;
    margin: 10% auto 15%;
  }
  #point1 h4{
    font-size: 1.4rem;
    padding-top: 10%;
  }
  #point2 h4, #point3 h4 {
    font-size: 1.4rem;
    padding-top: 15%;
  }
  .keana-figure{
    flex-direction: column;
  }
  .keana-figure .figure-img {
    width: 80%;
    margin: 0 auto;
  }
  .keana-figure .figure-arrow {
    width: 5vw;
    margin: 5% 0;
    transform: rotate(90deg) translateY(25%);
    left: 50%;
  }
  .texture-flex{
    width: 90%;
    gap: 0.5rem;
  }
  .texture-flex p{
    font-size: 0.8rem;
  }
  #point2 h5{
    width: 80%;
    margin: 5% auto;
  }
  .point2-flex3 div, .point2-flex2 div{
    width: 90%;
    padding: 5% 10%;
    margin: auto;
  }
  .point2-flex3 > div > p:first-of-type, 
  .point2-flex2 > div > p:first-of-type {
    margin: 5% auto;
  }
  #point3 p {
    font-size: 1rem;
  }
  #point3 ul{
    gap: 0.5rem;
  }
  #point3 ul li{
    width: 43%;
    font-size: 1rem;
  }
  .point-bg{
    margin-bottom: 30%;
  }
  #point1 h4, #point2 h4, #point3 h4 {
    font-size: 1.2rem;
  }
  #point2 h5 {
    font-size: 1rem;
  }
}
/*----------------------------
* フレグランス
*----------------------------*/
#fragrance h3{
  font-family: "futura-pt", sans-serif;
  font-size: 3rem;
}
#fragrance div p{
  font-size: 1.2rem;
  margin: 3% auto 5%;
}
.fragrance-img{
  width: 70%;
  max-width: 980px;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  #fragrance h3{
    font-size: 2.5rem;
  }
  #fragrance div p{
    font-size: 1rem;
  }
}
@media screen and (max-width: 450px) {
  #fragrance h3{
    font-size: 2rem;
  }
  .fragrance-img {
    width: 90%;
  }
  #fragrance div p{
    margin: 5% 5% 10%;
  }
}
/*----------------------------
* how-to-use
*----------------------------*/
#how-to-use {
  background: url("../img/howto-bg.jpg") no-repeat; 
  background-size: cover;
  margin-top: 10%;
}  
#how-to-use h3{
  font-family: "futura-pt", sans-serif;
  font-size: 3rem;
}
.howto-box{
  width: 80%;
  margin: 8% auto;
  max-width: 1200px;
}
.howto-1size{
  display: flex;
  justify-content: center;
  margin: 3% 0 5%;
  gap: 2rem;
  background: url(../img/howto-top-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 20vw;
  align-items: center;
  padding-bottom: 3.5%;
}
.howto-1size p{
  align-content: center;
  font-size: 1.4rem;
  line-height: 2;
  color: #404664;
  position: relative;
}
.big-txt{
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
}
.small-txt{
  font-size: 1rem;
  letter-spacing: 0.01rem;
}
.howto-step{
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  margin:  0 auto 8%;
  padding: 2%;
  align-items: center;
  gap: 1rem;
  max-width: 1080px;
  border-radius: 30px;
}
.howto-step div{
  width: 45%;
  margin-left: 5%;
}
.howto-step div >img{
  margin-left: 10%;
}
.step-label{
  width: 35%;
}
.howto-step div p:nth-child(2){
  line-height: 1.5;
  padding-top: 5%;
  font-size: 1.2rem;
  text-align: left;
}
.howto-step div .note{
  font-size: 1rem;
  margin: 1rem 0 0;
  text-align: left;
}
.how-to-mv p {
  margin-top: 10%;
  font-size: 1rem;
  font-weight: 600;
  color:#404664;
  text-align: center;
  animation: 2s ease-in-out 0s infinite normal none running blinkLoop;
}
.how-to-mv p::before{
  content: "";
  display: inline-block;
  width: 2px;
  height: 1rem;
  background-color: #404664;
  transform: rotate(-30deg);
  left: -1rem;
  position: relative;
}
.how-to-mv p::after{
  content: "";
  display: inline-block;
  width: 2px;
  height: 1rem;
  background-color: #404664;
  transform: rotate(30deg);
  left: 0.5rem;
  position: relative;
}
@keyframes blinkLoop {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.how-to-mv .youtube{
  margin: 1rem auto;
}
@media screen and (max-width: 1400px) {
  .howto-1size{
    gap: 0;
    height: 28vw;
  }
  .howto-1size p{
    font-size: 1rem;
    margin-left: -15px;
  }
}
@media screen and (max-width: 1024px) {
  .small-txt {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  #how-to-use h3{
    font-size: 2.5rem;
  }
  .howto-1size p{
    line-height: 1.5;
  }
  .howto-box{
    margin: 10% auto;
  }
  .howto-1size {
    gap: 0;
    height: 36vw;
  }
  .howto-1size > div{
    width: 30%;
  }
  .big-txt {
    font-size: 1.4rem;
  }
  
  .howto-step{
    padding: 2% 4%;
  }
  .step-label {
    width: 40%;
  }
  .howto-step div p:nth-child(2) {
    line-height: 1.25;
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
  .howto-step br{
    display: none;
  }
  .howto-step div .note {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 500px) {
  #how-to-use h3{
    font-size: 2rem;
  }
 .howto-box{
    width: 100%;
  }
  .howto-1size{
    height: 47vw;
    margin: 5% 0;
  }
  .small-txt {
    font-size: 0.6rem;
  }
  .howto-step{
    flex-direction: column-reverse;
    margin: 10% 5% 15%;
    padding: 5%;
  }
  .howto-step div{
    width: 90%;
    margin: 0 auto 5%;
  }
  .howto-step div p:first-of-type{
    margin-top: -15%;
  }
  .howto-step div .note {
    padding-bottom: 0;
}
  .big-txt {
    font-size: 1.2rem;
  }
  .howto-step div p:nth-child(2){
    padding-top: 10%;
  }
  .howto-step div >img {
    margin-left: 0;
  }
  .how-to-mv{
    margin-bottom: 20%;
  }
}
/*----------------------------
* product
*----------------------------*/
#product-details{
  width: 80%;
  margin: 10% auto 5%;
}
.details-box{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 980px;
  position: relative;
}
.details-box::before {
  content: '';
  position: absolute;
  top: 58%;
  left: 71%;
  width: 100%;
  height: 110%;
  background: url(../img/circle-dez1.png) no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 0;
  animation: rotateBg 40s linear infinite;
}
.details-box::after {
  content: '';
  position: absolute;
  top: 59%;
  left: 71%;
  width: 70%;
  height: 76%;
  background: url(../img/circle-dez2.png) no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 0;
  animation: rotateBg 20s linear infinite;
}
.details-box > * {
  position: relative;
  z-index: 2;
}
@keyframes rotateBg {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.details-box div{
  width: 45%;
}
.details-box h3{
  border: 2px solid #707070;
  margin-bottom: 10%;
  padding: 1rem 1.5rem;
  background-color: #fff;
  font-size: 1.6rem;
  display: inline-block;
  text-align: left;
  position: relative;
  margin-left: -40%;
  color: #707070;
  border-radius: 30px;
}
.details-box table{
  font-size: 1rem;
  text-align: left;
}
.details-box table tr{
  border-bottom: 1px solid ;
}
.details-box table tr td{
  padding: 5px 0;
}
.details-box table tr td:last-of-type{
  padding-left: 1em;
}
/* --- アコーディオンメニュー --- */
.standard-box{
  margin: 5% auto 0;
  width: 80%;
  max-width: 1080px;
}
.accordion-003 {
  margin-bottom: 7px;
  border-bottom: 2px solid #d0d0d0;
}
.accordion-003 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  color: #000000;
  font-weight: 600;
  cursor: pointer;
  font-size: 1rem;
}
.accordion-003 summary::-webkit-details-marker {
  display: none;
}
.accordion-003 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 10px;
  height: 10px;
  margin-left: 10px;
  border-bottom: 3px solid #000000b3;
  border-right: 3px solid #000000b3;
  content: '';
  transition: transform .3s;
}
.accordion-003[open] summary::after {
  transform: rotate(225deg);
}
.accordion-003 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 2em 1.5em;
  color: #333333;
  transition: transform .5s, opacity .5s;
  font-size: 0.8rem;
}
.accordion-003[open] p {
  transform: none;
  opacity: 1;
}
@media screen and (max-width: 1100px) {
  .details-box h3{
    margin-left: -15%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  #product-details{
    width: 90%;
  }
  .details-box h3{
    font-size: 1.2rem;
    padding: 0.75rem 1rem;
    margin-left: -25%;
  }
  .details-box table {
    font-size: 0.8rem;
  }
 .details-box div{
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .details-box h3 {
    margin-left: 0%;
  }
  .details-box h3{
    padding: 0.5rem 1rem;
  }
  #product-details {
    margin-top: 5%;
  }
  .details-box {
    flex-direction: column;
  }
  .details-box div {
    width: 80%;
    margin-top: 5%;
  }
  .details-box table{
    margin: auto;
  }
  .fade-right img{
    width: 80%;
  }
  .details-box::before{
    top: 83%;
    left: 53%;
    width: 100%;
    height: 110%;
  }
  .details-box::after{
    top: 82%;
    left: 51%;
    width: 70%;
    height: 76%;
  }
  .details-box::before,.details-box::after{
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .details-box{
    width: 90%;
  }
  .fade-right img{
    width: 90%;
  }
}
@media screen and (max-width:375px){
  #product-details {
    width: 100%;
  }
}
/*----------------------------
* one line store
*----------------------------*/
#on-line h2{
  margin-top: 5%;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  font-family: "futura-pt", sans-serif;
}
#on-line h2 span{
  margin-right: 0.5rem;
}
#on-line p{
  font-size: 1.2rem;
  margin-top: 3%;
}
.online-btn {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin: 3% 5%;
  flex-wrap: wrap;
}
.online-btn a {
  display: inline-block;
  background: #7E8296;
  color: #fff;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 1em 2.5em;
  border-radius: 30px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
  text-decoration: none;
  letter-spacing: 0.05em;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.2s;
  border: none;
  outline: none;
  margin-bottom: 0.5rem;
}
.online-btn a:hover {
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  transform: translateY(-5px);
  transition: all 0.25s ease-in-out;
}
.oneline-img{
  width: 100vw;
  margin-top: 8%;
}
.oneline-img img{
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
@media screen and (max-width: 1100px) {
  #one-line h3{
    margin-top: 15%;
  }
}
@media (max-width: 840px) {
  #one-line h3 {
    font-size: 1.8rem;
  }
  .online-btn {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.7rem;
    max-width: 350px;
    margin: 5% auto;
  }
  .online-btn a {
    flex: 1 1 45%;
    min-width: 120px;
    max-width: 48%;
    box-sizing: border-box;
    margin-bottom: 0.7rem;
    text-align: center;
  }
  .online-btn a:nth-child(odd) {
    margin-right: 0.7rem;
  }
  .online-btn a:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #one-line h2{
    margin-top: 10%;
    font-size: 2.5rem;
  }
  #one-line p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 425px) {
  #one-line h2{
    font-size: 2rem;
  }
  .online-btn{
    margin: 10% auto;
    gap: 1.5rem;
  }
  .online-btn a{
    flex: 1 1 47%;
    margin-bottom: 0;
  }
}
/*----------------------------
* footer
*----------------------------*/
footer {
  background: #7E8296;
  color: #fff;
  padding: 3rem 0 1.5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  z-index: 1;
  position: relative;
  margin-top: -5px;
}

footer .ft-flex {
  max-width: 1100px;
  margin: 0 auto 1rem auto;
  flex-wrap: wrap;
}

footer .ft-box1 ul,
footer .ft-box2 ul {
  display: flex;
  margin: 0 auto;
  gap: 2rem;
  justify-content: center;
}

footer .ft-box1 ul li,
footer .ft-box2 ul li {
  margin-bottom: 1.2rem;
}

footer .ft-box1 ul li a,
footer .ft-box2 ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  padding: 0.3em 0.7em;
  border-radius: 6px;
  transition: background 0.2s, color 0.2s;
  display: inline-block;
}
footer .ft-box1 ul li a:hover{
  color: #2d3a4a;
}
footer .ft-box2 ul li :hover {
  background: #2d3a4a;
}
footer .ft-box2 ul li a{
  border: 1px solid #fff;
  text-align: center;
  padding: 0.7em 1.2em;
  border-radius: 8px;
  margin-bottom: 0.7em;
}
footer .ft-box2 ul li a br{
  display: none;
}
footer .ft-info {
  text-align: center;
  color: #222;
  font-size: 0.95em;
}
footer .ft-info p {
  font-size: 0.9rem;
  color: #222;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
footer .ft-info address {
  font-style: normal;
  color: #222;
  margin-top: 0.2rem;
}
footer .ft-info li {
  margin-bottom: 0.7rem;
}
@media screen and (max-width: 700px) {
  footer .ft-flex {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  footer .ft-box1 ul li,
  footer .ft-box2 ul li {
    text-align: center;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  footer .ft-box1 ul, footer .ft-box2 ul {
    width: 90%;
    gap: 1rem;
  }
  footer .ft-box2{
    margin: 0 5%;
  }
}
@media screen and  (max-width: 375px) {
  footer .ft-info h2 {
    font-size: 0.8rem;
  }
  footer .ft-box2 ul li a{
    padding: 0.7em 1.8em;
  }
  footer .ft-box2 ul li a br{
    display: block;
  }
}
