@charset "UTF-8";

html{
  font-size: 100%;
  scroll-behavior: smooth;
}

body{
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
}

a{
  text-decoration: none;
  color: #000;
}

img{
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

li{
  list-style: none;
}

  .pc{
    display: block;
  }

  .sp{
    display: none;
  }

/*-------------------------------------------
トップページ
-------------------------------------------*/

/* HEADER */

.header{
  max-width: 1280px;
  width: 100%;
  position: absolute;
  top: 37px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  padding-left: 3%;
  padding-right: 3%;
}

.header__inner{
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__logo{
  width: 100px;
  margin-right: 24px;
}

.header__nav{
  margin-right: 40px;
}

.header__nav ul{
  display: flex;
  gap: 40px;
}

.header__nav ul li a{
  font-size: 0.8125rem;
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.header__shop{
  border-radius: 24px;
  padding: 14px 23px;
  line-height: 1;
  color: #fff;
  /* background-color: rgba(0, 0, 0, 0.5); */
  background-color: #798187;
  font-size: 0.8125rem;
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.header__shop img{
  margin-right: 10px;
  width: 22px;
}

/* MV */

.mv{
  margin: 0 auto;
  max-width: 1280px;
}

.swiper-box{
  margin: 0 0 0 auto !important;
  width: 82.5%;
  height: 583px;
  position: relative;
}

.swiper1{
  height: 583px;
}

.swiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.1) !important;
  height: 10px !important;
  width: 10px !important;
  opacity: 0.5 !important;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
}

.swiper-pagination-bullet {
  margin: 0 8.5px !important;
}

.swiper-pagination {
  bottom: -35px !important;
}

.mv__message{
  position: absolute;
  bottom: 41px;
  left: 57px;
  z-index: 2;
  font-size: 3.0625rem;
  letter-spacing: .17em;
  line-height: 1.6;
}

.mv__cursive{
  width: 617px;
  position: absolute;
  bottom: 235px;
  left: -135px;
  z-index: 2;
}

/* NEWS */

.news{
  margin: 0 auto;
  margin-top: 120px;
  max-width: 1280px;
  background-color: rgba(0, 0, 0, 0.05);
  padding-top: 49px;
  padding-bottom: 40px;
  overflow: hidden;
  position: relative;
}

.news__inner{
  margin: 0 auto;
  max-width: 617px;
}

.news__title{
  text-align: center;
  font-size: 1.3125rem;
  font-weight: normal;
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.news__list{
  margin-top: 20px;
  position: relative;
  z-index: 2;
}

.news__list li{
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 20px;
  padding-bottom: 20px;
}

.news__list li:first-of-type{
  padding-top: 0;
}

.news__list li:last-of-type{
  border-bottom: none;
  padding-bottom: 0;
}

.news__list__date{
  font-size: 0.6875rem;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .18em;
}

.news__list__title{
  display: inline-block;
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: .15em;
}

.news__more{
  display: block;
  margin: 0 auto;
  margin-top: 40px;
  width: fit-content;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: .15em;
  color: rgba(0, 0, 0, 0.5);
}

.news__alphabet{
  position: absolute;
  top: 0px;
  left: 0px;
  writing-mode: vertical-rl;
  font-size: 5rem;
  font-weight: 300;
  color: rgba(221, 221, 221, 0.3);
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
}

/* PRODUCTS */

.products{
  margin: 0 auto;
  margin-top: 90px;
  max-width: 1280px;
  padding-top: 27px;
  position: relative;
  overflow: hidden;
}

.products__title{
  text-align: center;
  font-size: 1.8125rem;
  font-weight: normal;
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.products__message{
  margin-top: 16px;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.products__list{
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.products__list li{
  width: 50%;
}

.products__list__title{
  text-align: center;
  font-size: 1.625rem;
  font-weight: normal;
  letter-spacing: 0.077em;
}

.products__list__description{
  margin-top: 20px;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.8;
  letter-spacing: 0.15em;
}

.products__list__link{
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.products__list__link li{
  max-width: 151px;
  height: 40px;
  text-align: center;
  background-color: #000;
}

.products__list__link li a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.8125rem;
  font-family: "League Spartan", sans-serif;
  letter-spacing: .08em;
  padding: 0px 10px;
}

.products__list__link li:first-of-type a{
  text-transform: uppercase;
}

.products__list__img{
  margin-top: 48px;
}

.products__list__img {
  position: relative;
  width: 100%;
}

.products__list__img img {
  width: 100%;
  height: 100%;
}

.products__list__img .products__list__img__hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.products__list__img:hover .products__list__img__hover {
  opacity: 1;
}

.products__alphabet{
  position: absolute;
  top: 0;
  right: -3px;
  writing-mode: vertical-rl;
  font-size: 5.75rem;
  font-weight: 300;
  color: rgba(221, 221, 221, 0.3);
  line-height: 1;
  letter-spacing: .05em;
  text-transform: uppercase;
  z-index: -1;
}

.coming-soon{
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #D9D9D9;
  color: #fff;
  text-align: center;
  max-width: 509px;
  padding: 14px;
  line-height: 1;
  font-size: 0.8125rem;
  font-family: "League Spartan", sans-serif;
  letter-spacing: .154em;
}

/* アニメーション */

.products__list__title,
.products__list__description,
.products__list__link,
.products__list__img{
  opacity: 0;
  transform: translateY(10px);
}

.products__list__title.is-show,
.products__list__description.is-show,
.products__list__link.is-show,
.products__list__img.is-show{
  animation: fadeUp 0.8s ease-out forwards;
}

.products__list__title.is-show{
  animation-delay: 0s;
}

.products__list__description.is-show{
  animation-delay: 0.5s;
}

.products__list__link.is-show{
  animation-delay: 1s;
}

.products__list__img.is-show{
  animation-delay: 1.5s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* PHILOSOPHY */

.philosophy{
  margin: 0 auto;
  margin-top: 90px;
  max-width: 1280px;
  overflow: hidden;
  position: relative;
}

.philosophy__text{
  position: absolute;
  top: 31%;
  right: 8%;
}

.philosophy__text__title{
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.092em;
}

.philosophy__text__description{
  margin-top: 21px;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.166em;
}

.philosophy__text__link{
  display: block;
  margin-top: 40px;
  width: fit-content;
  font-size: 0.875rem;
  letter-spacing: 0.189em;
}

.philosophy__alphabet{
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  font-size: 5.75rem;
  font-weight: 300;
  color: rgba(235, 236, 237, 0.8);
  line-height: 1;
  letter-spacing: .013em;
  text-transform: uppercase;
}

/* INSTAGRAM */

.instagram{
  margin: 0 auto;
  margin-top: 90px;
  max-width: 1280px;
}

.instagram__title{
  text-align: center;
  font-size: 1.8125rem;
  font-weight: normal;
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.069em;
}

.swiper2-box{
  margin-top: 28px;
}

.swiper2{
  height: 240px;
}

.swiper2 .swiper-slide{
  width: 240px;
  height: 240px;
}

.swiper-button-prev,
.swiper-button-next {
  height: 44px !important;
  width: 44px !important;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "" !important;
  width: 44px;
  height: 44px;
  margin: auto;
}

.swiper-button-prev::after {
  background-image: url(../OF/img/arrow-next.png);
  transform: rotate(180deg);
}

.swiper-button-next::after {
  background-image: url(../OF/img/arrow-next.png);
}

/* .instagram__list{
  margin-top: 28px;
}

.instagram__list li{
  padding: 0 10px;
}

.instagram__list li img{
  width: 100%;
  height: 100%;
} */

/* STORES */

.stores{
  margin: 0 auto;
  margin-top: 90px;
  max-width: 1280px;
  padding-left: 3%;
  padding-right: 3%;
}

.stores__title{
  text-align: center;
  font-size: 1.8125rem;
  font-weight: normal;
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.069em;
}

.stores__box{
  margin-top: 42px;
  display: flex;
  align-items: center;
}

.stores__img{
  width: 49%;
}

.stores__text{
  width: 51%;
  text-align: center;
}

.stores__name{
  font-size: 1.3125rem;
  font-weight: normal;
  letter-spacing: 0.095em;
}

.stores__address{
  margin-top: 20px;
  font-size: 0.6875rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.8;
  letter-spacing: 0.182em;
}

.stores__address span{
  font-size: 0.75rem;
  letter-spacing: .05em;
}

/* FOOTER */

.footer{
  margin: 0 auto;
  margin-top: 90px;
  max-width: 1280px;
  padding: 84px 3%;
}

.footer__inner{
  margin: 0 auto;
  max-width: 924px;
  display: flex;
  justify-content: space-between;
}

.footer__left{
  width: 29.2%;
}

.footer__message{
  text-align: center;
  font-size: 0.85rem;
  letter-spacing: 0.147em;
}

.footer__logo{
  margin: 0 auto;
  margin-top: 21px;
  max-width: 145px;
}

.footer__right{
  width: 54.8%;
  display: flex;
  justify-content: space-between;
}

.footer__right__list1 li{
  margin-top: 10px;
}

.footer__right__list1 li:first-of-type{
  margin-top: 0;
}

.footer__right__list1 li a{
  font-size: 0.8125rem;
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.footer__right__list2 li{
  margin-top: 15px;
}

.footer__right__list2 li:first-of-type{
  margin-top: 0;
}

.footer__right__list2 li:last-of-type{
  margin-top: 0;
}

.footer__right__list2 li a{
  font-size: 0.8125rem;
  font-family: "League Spartan", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.footer__right__list3 li{
  margin-top: 6px;
}

.footer__right__list3 li:first-of-type{
  margin-top: 0;
}

.footer__right__list3 li a{
  font-size: 0.8125rem;
  letter-spacing: 0.15em;
}

.footer__copyright{
  margin-top: 40px;
  text-align: center;
  font-size: 0.6875rem;
  font-family: "League Spartan", sans-serif;
  color: #798187;
  letter-spacing: 0.09em;
}

/*-------------------------------------------
ブランドページ
-------------------------------------------*/

/* mv-lower */

.mv-lower{
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}

.mv-lower__img{
  height: 438px;
}

.mv-lower__img img{
  width: 100%;
  height: 100%;
}

.mv-lower__title{
  position: absolute;
  top: 192px;
  left: 50%;
  transform: translateX(-50%);
}

/* thought */

.thought{
  margin: 0 auto;
  margin-top: 60px;
  max-width: 1280px;
}

.thought__title{
  text-align: center;
  font-size: 1.875rem;
  font-weight: normal;
  font-family: "League Spartan", sans-serif;
  letter-spacing: 0.067em;
}

.thought__list{
  margin: 0 auto;
  margin-top: 67px;
  max-width: 1093px;
  display: flex;
  justify-content: space-between;
}

.thought__circle{
  margin: 0 auto;
  width: 240px;
  height: 240px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.thought__list li{
  width: 30%;
}

.thought__circle__en{
  font-size: 1.75rem;
  font-weight: normal;
  font-family: "League Spartan", sans-serif;
  line-height: 1.3;
  letter-spacing: 0.071em;
  text-transform: uppercase;
}

.thought__circle__ja{
  margin-top: 10px;
  font-size: 0.9375rem;
  font-weight: normal;
  font-family: "League Spartan", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.13em;
}

.thought__description{
  margin-top: 20px;
  font-size: 1rem;
  font-family: "League Spartan", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.125em;
}

.thought__box{
  margin: 0 auto;
  margin-top: 60px;
  max-width: 978px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.thought__box__img{
  width: 46.7%;
}

.thought__box__text{
  width: 50%;
  font-family: "League Spartan", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.125em;
}

.thought__mutual{
  margin-top: 60px;
}

.thought__mutual li{
  display: flex;
  align-items: center;
}

.thought__mutual li:nth-of-type(even){
  flex-direction: row-reverse;
}

.thought__mutual__img{
  width: 50%;
}

.thought__mutual__text{
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
  font-family: "League Spartan", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.125em;
}

/* news-lower */

.news-lower{
  margin-top: 90px;
}

/*-------------------------------------------
お問い合わせページ
-------------------------------------------*/

/* CONTACT */

.contact{
  margin: 0 auto;
  margin-top: 90px;
  max-width: 1280px;
  padding-left: 3%;
  padding-right: 3%;
}

.contact__inner{
  margin: 0 auto;
  max-width: 772px;
  display: flex;
  justify-content: space-between;
}

.contact__buy{
  width: 44%;
}

.contact__others{
  width: 44%;
}

.contact__title{
  text-align: center;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "League Spartan", sans-serif;
  letter-spacing: 0.111em;
}

.contact__text{
  margin-top: 10px;
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.154em;
}

.contact__btn{
  display: block;
  margin-top: 20px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-family: "League Spartan", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.125em;
}

/*-------------------------------------------
ニュース&トピックスページ
-------------------------------------------*/

/* NEWS-TOPICS */

.news-topics{
  margin: 0 auto;
  margin-top: 90px;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
}

.news-topics__list li{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 40px;
  padding-bottom: 40px;
}

.news-topics__list li:first-of-type{
  padding-top: 0;
}

.news-topics__list li:last-of-type{
  padding-bottom: 0;
  border-bottom: none;
}

.news-topics__text{
  width: 49%;
}

.news-topics__date{
  font-size: 0.875rem;
  color: rgba(0, 0, 0, 0.5);
}

.news-topics__title{
  margin-top: 10px;
  font-size: 1.4375rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.087em;
}

.news-topics__body-box{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.news-topics__body{
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.7;
}

.news-topics__body{
  display: -webkit-box;
  -webkit-line-clamp: 15;
  line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.toggle {
  display: none;
}

.toggle:checked ~ .news-topics__body {
  -webkit-line-clamp: unset;
  line-clamp: unset;
}

.toggle:checked ~ .more {
  display: none;
}

.more{
  max-width: 150px;
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
  padding: 8px;
  border: 1px solid #f2f2f2;
  background-color: #f2f2f2;
  color: #9a9a9a;
  cursor: pointer;
  transition: .3s;
}

.more:hover{
  border: 1px solid #9a9d9b;
}

.news-topics__thumbnail{
  width: 49%;
  aspect-ratio: 16 / 9;
  height: 500px;
}

.news-topics__thumbnail img{
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  height: 100%;
  display: block;
  object-fit: contain
}

.pagination{
  margin-top: 60px;
  text-align: center;
  font-size: 1rem;
}

.pagination .nav-links {
	display: inline-flex;
	gap: 15px;
}

.pagination .page-numbers {
	display: inline-block;
	padding: 8px 14px;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
	line-height: 1;
	transition: background-color 0.2s, color 0.2s;
}

.pagination a.page-numbers:hover {
	background-color: #000;
	color: #fff;
}

.pagination .page-numbers.current {
	background-color: #000;
	color: #fff;
	cursor: default;
}

.nav-links .prev,
.nav-links .next {
  display: none;
}

/*-------------------------------------------
ミルクデューエッセンス商品ページ
-------------------------------------------*/

/* PRODUCT */

.product{
  margin: 0 auto;
  max-width: 1280px;
}

/* PRODUCT__BEGINNING */

.product__beginning{
  margin: 0 auto;
  margin-top: 90px;
  max-width: 776px;
  font-size: 1.125rem;
  line-height: 1.7;
  letter-spacing: .11em;
}

/* PRODUCT__INTRODUCTION */

.product__introduction{
  margin-top: 90px;
  background-image: url(../OF/img/product__introduction-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 55px;
  padding-bottom: 29px;
  padding-left: 15%;
  padding-right: 20px;
}

.product__introduction__inner{
  max-width: 456px;
  position: relative;
}

.product__introduction__title{
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.0625em;
}

.product__introduction__title span{
  font-size: 1.125rem;
  letter-spacing: .11em;
}

.product__introduction__description{
  margin-top: 65px;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: .143em;
}

.product__introduction__box{
  margin-top: 31px;
  display: flex;
  gap: 7px;
}

.product__introduction__name-en{
  font-size: 0.875rem;
  letter-spacing: .143em;
}

.product__introduction__name-ja{
  margin-top: 13px;
  font-size: 1rem;
  line-height: 1.3;
  letter-spacing: .125em;
}

.product__introduction__price{
  margin-top: 13px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .125em;
}

.product__introduction__btn{
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  max-width: 122px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: .143em;
  padding: 14px;
}

.product__introduction__img{
  max-width: 134px;
}

/* PRODUCT__CHARM */

.product__charm{
  margin-top: 90px;
}

.product__charm__title{
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .0625rem;
  line-height: 1;
}

.product__charm__title span{
  margin-right: 4px;
  display: inline-block;
  font-size: 3.5rem;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
}

.product__charm__list{
  margin: 0 auto;
  margin-top: 43px;
  max-width: 1149px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.product__charm__list li{
  width: 240px;
  height: 240px;
  border: 1.53px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product__charm__list li a{
  position: relative;
}

.product__charm__list li a::after{
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(135deg);
  width: 15px;  
  height: 15px;   
  border-top: 1.53px solid rgba(0, 0, 0, 0.25);     
  border-right: 1.53px solid rgba(0, 0, 0, 0.25);   
}

.product__charm__text1{
  font-size: 1.24125rem;
}

.product__charm__text1.lh1{
  line-height: 1.2;
}

.product__charm__text1 span{
  font-size: 0.75rem;
}

.product__charm__text2{
  margin-top: 15px;
  font-size: 1.336875rem;
  line-height: 1.4;
}

/* PRODUCT__ABOUT */

.product__about{
  margin-top: 90px;
}

.product__about__title{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .0625rem;
}

.product__about__description{
  margin: 0 auto;
  margin-top: 10px;
  max-width: 642px;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: .154em;
  text-align: center;
}

.product__about__box{
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}

.product__about__text1{
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: .154em;
}

.product__about__text2{
  font-size: 1.3125rem;
  font-weight: normal;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}

.product__about__text2 span{
  font-size: 3.9375rem;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
  transform: translateY(-3px);
}

.product__about__list{
  margin: 0 auto;
  margin-top: 38px;
  max-width: 1025px;
  display: flex;
  justify-content: space-between;
}

.product__about__list2 li{
  width: 17.65%;
}

.product__about__list__img{
  margin: 0 auto;
  max-width: 113px;
}

.product__about__list__title{
  text-align: center;
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.143em;
}

.product__about__list__description{
  margin-top: 10px;
  font-size: 0.75rem;
  line-height: 1.3;
  letter-spacing: 0.167em;
}

/* PRODUCT__STRUCTURE */

.product__structure{
  margin-top: 90px;
}

.product__structure__top{
  text-align: center;
  letter-spacing: .125em;
}

.product__structure__title{
  margin-top: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .0625em;
}

.product__structure__description{
  margin-top: 10px;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: .154em;
}

.product__structure__list{
  margin: 0 auto;
  margin-top: 63px;
  max-width: 857px;
  display: flex;
  justify-content: center;
  gap: 32px;
}

.product__structure__list__title{
  font-size: 1.125rem;
  font-weight: normal;
  letter-spacing: .136em;
}

.product__structure__list__img{
  margin-top: 12px;
}

/* PRODUCT__STEP */

.product__step{
  margin-top: 100px;
}

.product__step__top{
  text-align: center;
  line-height: 1.5;
  letter-spacing: .125em;
}

.product__step__title{
  margin-top: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .0625em;
}

.product__step__description{
  margin-top: 10px;
  text-align: center;
  line-height: 1.5;
  font-size: 0.8125rem;
  letter-spacing: .154em;
}

.product__step__list{
  margin: 0 auto;
  margin-top: 25px;
  max-width: 878px;
  display: flex;
  justify-content: space-between;
}

.product__step__list li{
  width: 48.2%;
  display: flex;
  justify-content: space-between;
}

.product__step__list__img{
  width: 33%;
}

.product__step__list__text{
  width: 64.6%;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: .13em;
}

/* PRODUCT__EFFECT */

.product__effect{
  margin-top: 108px;
}

.product__effect__inner{
  margin: 0 auto;
  max-width: 892px;
}

.product__effect__box{
  display: flex;
  justify-content: space-between;
}

.product__effect__box__text{
  width: 37.4%;
  padding-top: 70px;
}

.product__effect__box__text1{
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.154em;
}

.product__effect__box__text2{
  text-align: center;
  margin-top: 10px;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: .11em;
  line-height: 1;
}

.product__effect__box__text2 span{
  display: inline-block;
  margin-right: 5px;
  font-size: 4.875rem;
  font-family: "Figtree", sans-serif;
}

.product__effect__box__text3{
  text-align: center;
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: 0.154em;
}

.product__effect__box__img{
  width: 61.7%;
}

.product__effect__bonus{
  margin: 0 108px 0 auto;
  max-width: 334px;
}

.product__effect__bonus__text{
  font-size: 1.4625rem;
  text-align: center;
}

.product__effect__bonus__text span:first-of-type{
  font-size: 3.9625rem;
  font-weight: bold;
  font-family: "Figtree", sans-serif;
}

.product__effect__bonus__text span:last-of-type{
  font-size: 0.5625rem;
}

.product__effect__bonus__asterisk{
  font-size: 0.5rem;
  line-height: 1.2;
  letter-spacing: .25em;
}

/* PRODUCT__SCENT */

.product__scent{
  margin-top: 107px;
}

.product__scent__inner{
  margin: 0 auto;
  max-width: 868px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product__scent__text{
  width: 54%;
}

.product__scent__top{
  text-align: center;
  font-size: 0.8125rem;
  letter-spacing: .154em;
}

.product__scent__title{
  text-align: center;
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.11em;
}

.product__scent__description1{
  text-align: center;
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: .154em;
}

.product__scent__description2{
  text-align: center;
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: .154em;
}

.product__scent__img{
  width: 45%;
}

/* PRODUCT__THOUGHT */

.product__thought{
  margin-top: 90px;
}

.product__thought__inner{
  margin: 0 auto;
  max-width: 850px;
}

.product__thought__title{
  text-align: center;
  font-size: 1.3125rem;
  font-weight: normal;
  font-family: "League Spartan", sans-serif;
  letter-spacing: .095em;
}

.product__thought__description{
  text-align: center;
  margin-top: 10px;
  font-size: 0.8125rem;
  font-family: "League Spartan", sans-serif;
  line-height: 1.5;
  letter-spacing: .154em;
}

.product__thought__list{
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}

.product__thought__list li{
  width: 228px;
  height: 228px;
  border-radius: 50%;
  border: 0.95px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.product__thought__en{
  font-size: 1.25rem;
  font-family: "League Spartan", sans-serif;
  line-height: 1.2;
  letter-spacing: .095em;
}

.product__thought__ja{
  margin-top: 9.5px;
  font-size: 0.89rem;
  font-family: "League Spartan", sans-serif;
  line-height: 1.7;
  letter-spacing: .133em;
}

/*-------------------------------------------
リズムリセットマスク商品ページ
-------------------------------------------*/

/* PRODUCT2__INTRODUCTION */

.product2__introduction{
  margin-top: 90px;
  background-image: url(../OF/img/product2__introduction-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 122px 0;
}

.product2__introduction__inner{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1130px;
}

.product2__introduction__top{
  width: 60%;
}

.product2__introduction__top__text1{
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: .083em;
}

.product2__introduction__top__text2{
  margin-top: 20px;
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: .154em;
}

.product2__introduction__box{
  width: 38%;
  display: flex;
  justify-content: space-between;
}

.product2__introduction__text{
  width: 64.3%;
}

.product2__introduction__name-en{
  font-size: 0.875rem;
  letter-spacing: .143em;
}

.product2__introduction__name-ja{
  margin-top: 13px;
  letter-spacing: .125rem;
}

.product2__introduction__price{
  margin-top: 13px;
  font-size: 1rem;
  letter-spacing: .125rem;
  line-height: 1.5;
}

.product2__introduction__price span{
  font-size: 0.875rem;
}

.product2__introduction__btn{
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  max-width: 122px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-size: 0.875rem;
  letter-spacing: .143em;
}

.product2__introduction__img{
  width: 33.66%;
}

/* PRODUCT__PRESCRIPTION */

.product__prescription{
  margin-top: 90px;
}

.product__prescription__top{
  text-align: center;
  letter-spacing: .125em;
}

.product__prescription__title{
  margin-top: 10px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .0625em;
}

.product__prescription__description{
  margin-top: 10px;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: .154em;
}

.product__prescription__list{
  margin: 0 auto;
  margin-top: 31px;
  max-width: 857px;
  display: flex;
  justify-content: space-between;
  padding-left: 21px;
  padding-right: 21px;
  position: relative;
}

.product__prescription__list::after{
  content: "";
  display: inline-block;
  width: 15px;
  height: 56px;
  background-color: #D9D9D9;
  clip-path: polygon(0 0, 0% 100%, 75% 50%);
  position: absolute;
  top: 118px;
  left: 50%;
  transform: translateX(-50%);
}

.product__prescription__list li{
  width: 46.5%;
}

.product__prescription__list__text{
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: .143em;
}

.product__step__list__text h4{
  font-weight: normal;
  font-family: "Figtree", sans-serif;
}

.product__step__list__text .product__step__list__text__description{
  margin-top: 10px;
  font-size: 0.8125rem;
  letter-spacing: .154em;
}

/*-------------------------------------------
ブーストヴェイルミスト商品ページ
-------------------------------------------*/

/* PRODUCT3__INTRODUCTION */

.product3__introduction{
  margin-top: 90px;
  background-image: url(../OF/img/product3__introduction-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-top: 122px;
  padding-bottom: 96px;
}

.product3__introduction__inner{
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1130px;
}

.product3__introduction__top{
  width: 60%;
}

.product3__introduction__top__text1{
  font-size: 1.5rem;
  line-height: 1.7;
  letter-spacing: .083em;
}

.product3__introduction__top__text2{
  margin-top: 20px;
  font-size: 0.8125rem;
  line-height: 1.7;
  letter-spacing: .154em;
}

.product3__introduction__box{
  width: 38%;
  display: flex;
  justify-content: space-between;
}

.product3__introduction__text{
  width: 64.3%;
}

.product3__introduction__name-en{
  font-size: 0.875rem;
  letter-spacing: .143em;
}

.product3__introduction__name-ja{
  margin-top: 13px;
  letter-spacing: .125rem;
}

.product3__introduction__price{
  margin-top: 13px;
  font-size: 1rem;
  letter-spacing: .125rem;
  line-height: 1.5;
}

.product3__introduction__btn{
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  max-width: 122px;
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 14px;
  font-size: 0.875rem;
  letter-spacing: .143em;
}

.product3__introduction__img{
  width: 33.66%;
}


/* PRODUCT__SPECIAL */

.product__special{
  margin-top: 90px;
}

.product__special__inner{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.product__special__text{
  width: 38%;
}

.product__special__top{
  text-align: center;
  letter-spacing: .125em;
}

.product__special__title{
  text-align: center;
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .0625em;
}

.product__special__description{
  margin-top: 10px;
  font-size: 0.8125rem;
  line-height: 1.5;
  letter-spacing: .154em;
}

.product__special__box{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.product__special__box__img1{
  width: 47.8%;
}

.product__special__box__img2{
  width: 47.8%;
}

.product__special__img{
  width: 38%;
}

/*-------------------------------------------
CONTACT-CORPORATION
-------------------------------------------*/

.contact-corporation{
  margin: 0 auto;
  max-width: 1280px;
  padding-top: 203px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-corporation__inner{
  margin: 0 auto;
  max-width: 706px;
}

.contact-corporation__title{
  text-align: center;
  font-size: 1.8125rem;
  font-weight: normal;
  font-family: "League Spartan", sans-serif;
  letter-spacing: .069em;
}

.contact-corporation__description{
  margin-top: 32px;
  text-align: center;
  font-size: 1rem;
  font-family: "League Spartan", sans-serif;
  letter-spacing: .125em;
}

.contact-corporation__box{
  margin-top: 73px;
}

.wpcf7-form p {
  font-size: 1.125rem;
  font-weight: normal;
  color: #000;
  letter-spacing: .11em;
}

.wpcf7-form p .asterisk{
  color: #FF0000;
}

.wpcf7-form p .asterisk.any{
  color: #393939;
}

.wpcf7-form p > label {
  display: block;
  gap: 13px;
  margin-bottom: 39px;
}

.wpcf7-form p > label span.asterisk{
  display: inline-block;
  margin-left: 11px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form select,
.wpcf7-form textarea {
  margin-top: 13px;
  display: block;
  width: 100%;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
}

.wpcf7-form textarea{
  height: 146px;
}

.wpcf7-form select{
  cursor: pointer;
}

.wpcf7-form [data-name="your-kind"] {
  position: relative !important;
}

.wpcf7-form [data-name="your-kind"]::after{
  content: "";
  margin: auto;
  position: absolute !important;
  top: 5px !important;
  bottom: 0 !important;
  right: 20px !important;
  width: 13px;    
  height: 13px;   
  border-top: 1px solid #000;     
  border-right: 1px solid #000;   
  transform: rotate(135deg);
}

.wpcf7-submit{
  margin: 0 auto;
  margin-top: 71px !important;
  display: block;
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  width: 100%;
  font-size: 1rem;
  font-weight: bold;
  font-family: "League Spartan", sans-serif;
  padding: 20px;
  letter-spacing: .125em;
  transition: .3s;
}

.wpcf7-submit:hover{
  background-color: #fff;
  color: #000;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 768px) {

  .pc{
    display: none;
  }

  .sp{
    display: block;
  }

  /*-------------------------------------------
  トップページ
  -------------------------------------------*/

  /* HEADER */

  .header{
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    padding: 0;
  }

  .header__inner{
    display: block;
  }

  #g-nav{
    position:fixed;
    z-index: -1;
    opacity: 0;
    pointer-events: none; 
    top:0;
    width:100%;
    height: 100vh;
    background:rgba(255, 255, 255, 0.9);
    transition: all 0.3s;
  }

  #g-nav.panelactive{
    opacity: 1;
    z-index:999;
    pointer-events: auto;
  }

  #g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #g-nav .g-nav__inner{
    display: none;
  }

  #g-nav.panelactive .g-nav__inner{
    display: block;
    padding-top: 90px;
    padding-bottom: 74px;
  }

  .g-nav__logo{
    margin: 0 auto;
    width: 89px;
  }

  .g-nav__introduction{
    margin: 0 auto;
    margin-top: 10px;
    max-width: 160px;
    font-size: 0.8125rem;
    line-height: 1.4;
    letter-spacing: .3em;
  }

  .g-nav__guide{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .g-nav__guide li{
    width: 50%;
    text-align: center;
  }

  .g-nav__guide li a{
    font-size: 0.6875rem;
    letter-spacing: .18em;
  }

  .g-nav__link{
    margin: 0 auto;
    margin-top: 80px;
    max-width: 293px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .g-nav__link li{
    width: 50%;
  }

  .g-nav__link li a{
    font-size: 1rem;
    font-family: "League Spartan", sans-serif;
    text-transform: uppercase;
    letter-spacing: .125em;
  }

  .g-nav__shop{
    margin: 0 auto;
    margin-top: 40px;
    display: block;
    max-width: 255px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 20px;
    font-size: 1rem;
    font-family: "League Spartan", sans-serif;
    text-transform: uppercase;
    letter-spacing: .125em;
  }

  .g-nav__shop img{
    margin-right: 10px;
    width: 26px;
  }

  .g-nav__sns{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .g-nav__sns li:first-of-type{
    width: 36px;
  }

  .g-nav__sns li:last-of-type{
    width: 31px;
  }

  .openbtn{
    position: fixed;
    z-index: 9999;
    top: 49.5px;
    right: 29px;
    cursor: pointer;
    width: 48px;
    height: 15px;
  }
	
  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0;
    height: 1px;
    background-color: #000;
    width: 100%;
  }

  .openbtn span:nth-of-type(1) {
    top: 0;
  }

  .openbtn span:nth-of-type(2) {
    bottom: 0;
  }

  .openbtn.active span:nth-of-type(1) {
    top: 7px; 
    transform: rotate(-45deg);
    background-color: rgba(0, 0, 0, 0.5);
  }

  .openbtn.active span:nth-of-type(2) {
    bottom: 7px; 
    transform: rotate(45deg);
    background-color: rgba(0, 0, 0, 0.5);
  }

  .header__logo{
    margin-right: 0px;
    position: absolute;
    top: 23px;
    left: 30px;
  }

  .header__nav{
    display: none;
  }

  .header__shop{
    display: none;
  }

  .header__shop-sp{
    width: 48px;
    height: 48px;
    position: absolute;
    top: 33px;
    right: 101px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .header__shop-sp img{
    width: 24px;
  }

  /* MV */

  .swiper{
    height: 554px;
  }

  .swiper-box{
    margin: 0!important;
    width: 100%;
    height: 554px;
  }

  .mv__message{
    bottom: 23px;
    left: 27px;
    font-size: 1.4375rem;
  }

  .mv__cursive{
    display: none;
  }

  /* NEWS */

  .news{
    margin-top: 97px;
    padding-top: 61px;
    padding-bottom: 63px;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* PRODUCTS */

  .products{
    margin-top: 67px;
    padding-top: 51px;
  }

  .products__title{
    font-size: 1.3125rem;
    letter-spacing: .095em;
  }

  .products__list{
    margin-top: 32px;
    flex-direction: column;
  }

  .products__list li{
    width: 100%;
  }

  .products__list__title{
    font-size: 1.3125rem;
    letter-spacing: .095em;
  }

  .products__list__link{
    margin: 0 auto;
    margin-top: 20px;
    max-width: 320px;
    justify-content: flex-start;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 18px;
  }

  .products__list__img{
    margin-top: 34px;
  }

  .products__alphabet{
    right: auto;
    left: -7px;
    font-size: 5rem;
  }

  .coming-soon{
    max-width: 320px;
  }

  /* PHILOSOPHY */

  .philosophy{
    margin-top: 119px;
  }

  .philosophy__img{
    height: 610px;
  }

  .philosophy__img img{
    width: 100%;
    height: 100%;
  }

  .philosophy__text{
    width: 98%;
    top: 68px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  .philosophy__text__title{
    text-align: center;
    font-size: 1.8125rem;
  }

  .philosophy__text__description{
    text-align: center;
    margin-top: 10px;
    font-size: 0.875rem;
    letter-spacing: 0.19em;
  }

  .philosophy__text__link{
    margin: 0 auto;
    margin-top: 23px;
  }

  .philosophy__alphabet{
    top: 10px;
    left: -5px;
    font-size: 5rem;
  }

  /* INSTAGRAM */

  .instagram{
    margin-top: 67px;
  }

  .instagram__title{
    font-size: 1.3125rem;
    letter-spacing: .095em;
  }

  .swiper2{
    height: 190px;
  }

  .swiper2 .swiper-slide{
    width: 190px;
    height: 190px;
  }

  /* STORES */

  .stores{
    margin-top: 67px;
    padding-left: 37px;
    padding-right: 37px;
  }

  .stores__title{
    font-size: 1.3125rem;
    letter-spacing: .095em;
  }

  .stores__box{
    margin-top: 28px;
    flex-direction: column;
    gap: 20px;
  }

  .stores__img{
    width: 100%;
  }

  .stores__text{
    width: 100%;
  }

  /* FOOTER */

  .footer{
    margin-top: 60px;
    padding: 90px 20px;
  }

  .footer__inner{
    flex-direction: column;
    gap: 40px;
  }

  .footer__left{
    width: 100%;
  }

  .footer__right{
    width: 100%;
    flex-direction: column;
  }

  .footer__right__list1{
    margin: 0 auto;
    max-width: 264px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .footer__right__list1 li{
    width: 50%;
    margin-top: 0px;
  }

  .footer__right__list2{
    margin-top: 40px;
  }

  .footer__right__list2 li{
    text-align: center;
  }

  .footer__right__list3{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 6px;
  }

  .footer__right__list3 li{
    margin-top: 0px;
  }

  .footer__right__list3 li:nth-of-type(odd){
    width: 55%;
  }

  .footer__right__list3 li:nth-of-type(even){
    width: 40%;
  }

  /*-------------------------------------------
  ブランドページ
  -------------------------------------------*/

  /* mv-lower */

  .mv-lower__img{
    height: 510px;
  }

  .mv-lower__img img{
    width: 100%;
    height: 100%;
  }

  .mv-lower__title{
    top: 229px;
  }

  /* thought */

  .thought{
    padding-left: 30px;
    padding-right: 30px;
  }

  .thought__title{
    font-size: 1.75rem;
  }

  .thought__list{
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }

  .thought__list li{
    width: 100%;
  }

  .thought__box{
    margin-top: 60px;
    flex-direction: column;
    align-items: start;
    gap: 30px;
  }

  .thought__box__img{
    width: 100%;
    max-width: 321px;
  }

  .thought__box__text{
    width: 100%;
  }

  .thought__mutual{
    margin-top: 60px;
  }

  .thought__mutual li{
    margin-top: 60px;
    flex-direction: column;
    gap: 20px;
  }

  .thought__mutual li:first-of-type{
    margin-top: 0;
  }

  .thought__mutual li:nth-of-type(even){
    flex-direction: column;
    gap: 20px;
  }

  .thought__mutual__img{
    width: 100%;
  }

  .thought__mutual__text{
    width: 100%;
    padding: 0;
  }

  /* news-lower */

  .news-lower{
    margin-top: 60px;
  }

  /*-------------------------------------------
  お問い合わせページ
  -------------------------------------------*/

  /* CONTACT */

  .mv-lower__title-contact{
    top: 144px;
    width: 72.6%;
    max-width: 292px;
  }

  .contact{
    margin-top: 67px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact__inner{
    flex-direction: column;
    gap: 67px;
  }

  .contact__buy{
    width: 100%;
  }

  .contact__others{
    width: 100%;
  }

  /*-------------------------------------------
  ニュース&トピックスページ
  -------------------------------------------*/

  .mv-lower__title-news{
    top: 144px;
    width: 83%;
    max-width: 334px;
  }

  /* NEWS-TOPICS */

  .news-topics{
    margin-top: 67px;
  }

  .news-topics__list li{
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .news-topics__text{
    width: 100%;
  }

  .news-topics__date{
    font-size: 0.8125rem;
  }

  .news-topics__title{
    font-size: 1.0625rem;
    letter-spacing: .118em;
  }

  .news-topics__body{
    font-size: 0.8125rem;
  }

  .news-topics__thumbnail{
    width: 100%;
    height: 322px;
  }

  .pagination{
    margin-top: 40px;
    font-size: 0.875rem;
  }

  .pagination .nav-links {
    gap: 14px;
  }

  .pagination .page-numbers {
    padding: 6px 11px;
  }

  /*-------------------------------------------
  ミルクデューエッセンス商品ページ
  -------------------------------------------*/

  .mv-lower__title-milk{
    top: 255px;
    width: 83%;
    max-width: 334px;
  }

  .mv-lower__appeal{
    width: 100%;
    max-width: 301px;
    position: absolute;
    top: 123px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mv-lower__appeal__text1{
    width: 75.75%;
    font-size: 1rem;
    font-family: "League Spartan", sans-serif;
    line-height: 1.4;
  }

  .mv-lower__appeal__text2{
    width: 23.75%;
    font-size: 1.0625rem;
    font-family: "League Spartan", sans-serif;
    line-height: 1;
  }

  .mv-lower__appeal__text2 span{
    font-size: 3.7275rem;
    font-weight: bold;
    font-family: "Figtree", sans-serif;
  }

  /* PRODUCT__BEGINNING */

  .product__beginning{
    margin-top: 60px;
    font-size: 0.875rem;
    letter-spacing: .143em;
    padding-left: 40px;
    padding-right: 40px;
  }

  /* PRODUCT__INTRODUCTION */

  .product__introduction{
    margin-top: 60px;
    background-image: url(../OF/img/product__introduction-bg-sp.png);
    padding-top: 40px;
    padding-bottom: 306px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .product__introduction__title{
    font-size: 1.3125rem;
  }

  .product__introduction__title span{
    font-size: 0.875rem;
  }

  .product__introduction__description{
    margin-top: 31px;
  }

  .product__introduction__box{
    margin-top: 38px;
  }

  /* PRODUCT__CHARM */

  .product__charm{
    margin-top: 30px;
  }

  .product__charm__title{
    font-size: 1.625rem;
    letter-spacing: .077em;
  }

  .product__charm__list{
    margin-top: 27px;
    flex-wrap: wrap;
    gap: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product__charm__list li{
    width: 153px;
    height: 153px;
    border: 1px solid #000;
  }

  .product__charm__list li a::after{
    bottom: -15px;
    width: 11px;  
    height: 11px;   
    border-top: 1px solid rgba(0, 0, 0, 0.25);     
    border-right: 1px solid rgba(0, 0, 0, 0.25);   
  }

  .product__charm__text1{
    font-size: 0.8125rem;
  }

  .product__charm__text1 span{
    font-size: 0.5rem;
  }

  .product__charm__text2{
    margin-top: 10px;
    font-size: 0.875rem;
  }

  /* PRODUCT__ABOUT */

  .product__about{
    margin-top: 30px;
  }

  .product__about__title{
    font-size: 1.125rem;
  }

  .product__about__description{
    text-align: left;
    max-width: 290px;
  }

  .product__about__box{
    margin-top: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
  }

  .product__about__list{
    max-width: 316px;
    flex-direction: column;
    gap: 30px;
  }

  .product__about__list li{
    display: flex;
    align-items: center;
  }

  .product__about__list2 li{
    width: 100%;
  }

  .product__about__list__img{
    margin: 0;
    width: 35.7%;
  }

  .product__about__list__text{
    width: 64.3%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .product__about__list__title{
    text-align: left;
    margin-top: 0;
  }

  .product__about__list__description span{
    font-size: 0.5625rem;
  }

  /* PRODUCT__STRUCTURE */

  .product__structure{
    margin-top: 30px;
  }

  .product__structure__top{
    font-size: 0.9375rem;
    letter-spacing: .133em;
  }

  .product__structure__title{
    font-size: 1.125rem;
    letter-spacing: .11em;
  }

  .product__structure__description{
    margin: 0 auto;
    margin-top: 10px;
    max-width: 290px;
    text-align: left;
  }

  .product__structure__list{
    margin-top: 33px;
    max-width: 310px;
    flex-direction: column;
    gap: 28px;
  }

  .product__structure__list__title{
    font-size: 0.9375rem;
    letter-spacing: .133em;
  }

  .product__structure__list__img{
    margin-top: 10px;
  }

  /* PRODUCT__STEP */

  .product__step{
    margin-top: 40px;
  }

  .product__step__top{
    font-size: 0.9375rem;
    letter-spacing: .133em;
  }

  .product__step__title{
    font-size: 1.125rem;
    letter-spacing: .11em;
  }

  .product__step__description{
    margin: 0 auto;
    margin-top: 10px;
    max-width: 290px;
    text-align: left;
  }

  .product__step__list{
    margin-top: 27px;
    max-width: 310px;
    flex-direction: column;
    gap: 30px;
  }

  .product__step__list li{
    width: 100%;
  }

  .product__step__list li:last-of-type{
    flex-direction: row-reverse;
  }

  .product__step__list__img{
    width: 45%;
  }

  .product__step__list__text{
    width: 51.6%;
  }

  /* PRODUCT__EFFECT */

  .product__effect{
    margin-top: 30px;
  }

  .product__effect__inner{
    padding-left: 17px;
    padding-right: 17px;
  }

  .product__effect__box{
    flex-direction: column;
    gap: 7px;
  }

  .product__effect__box__text{
    width: 100%;
    padding-top: 0px;
  }

  .product__effect__box__img{
    width: 100%;
  }

  .product__effect__bonus{
    margin: 0 auto;
    margin-top: 10px;
  }

  /* PRODUCT__SCENT */

  .product__scent{
    margin-top: 30px;
  }

  .product__scent__inner{
    flex-direction: column;
    gap: 9px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .product__scent__text{
    width: 100%;
  }

  .product__scent__title{
    margin-top: 5px;
    font-size: 1.125rem;
  }

  .product__scent__description1{
    margin-top: 20px;
    text-align: left;
  }

  .product__scent__description2{
    text-align: left;
  }

  .product__scent__img{
    width: 100%;
  }

  /* PRODUCT__THOUGHT */

  .product__thought{
    margin-top: 60px;
  }

  .product__thought__inner{
    padding-left: 33px;
    padding-right: 33px;
  }

  .product__thought__description{
    text-align: left;
    margin-top: 20px;
  }

  .product__thought__list{
    margin-top: 17px;
    gap: 10px;
  }

  .product__thought__list li{
    width: 100px;
    height: 100px;
    border: 0.47px solid #000;
  }

  .product__thought__en{
    font-size: 0.6125rem;
  }

  .product__thought__ja{
    margin-top: 5px;
    font-size: 0.4375rem;
  }

  /*-------------------------------------------
  リズムリセットマスク商品ページ
  -------------------------------------------*/

  .mv-lower__title-rhythm{
    top: 255px;
    width: 100%;
    max-width: 334px;
  }

  /* PRODUCT2__INTRODUCTION */

  .product2__introduction{
    margin-top: 67px;
    background-image: url(../OF/img/product2__introduction-bg-sp.png);
    padding-top: 0;
    padding-bottom: 353px;
  }

  .product2__introduction__inner{
    flex-direction: column;
    gap: 20px;
  }

  .product2__introduction__top{
    width: 100%;
  }

  .product2__introduction__box{
    width: 100%;
  }

  .product2__introduction__text{
    width: 58.35%;
  }

  .product2__introduction__img{
    width: 39.29%;
  }

  /* PRODUCT__CHARM */

  .product__charm-rhythm{
    margin-top: 67px;
  }

  /* PRODUCT__PRESCRIPTION */

  .product__prescription{
    margin-top: 30px;
  }

  .product__prescription__top{
    font-size: 0.875rem;
    line-height: 1.5;
  }

  .product__prescription__title{
    margin-top: 5px;
    font-size: 1.125rem;
    letter-spacing: .11em;
  }

  .product__prescription__description{
    margin: 0 auto;
    margin-top: 20px;
    max-width: 290px;
    text-align: left;
  }

  .product__prescription__list{
    margin-top: 30px;
    max-width: 310px;
    flex-direction: column;
    gap: 35px;
    padding: 0;
  }

  .product__prescription__list::after{
    width: 56px;
    height: 15px;
    clip-path: polygon(50% 75%, 0 0, 100% 0);
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

  }

  .product__prescription__list li{
    width: 100%;
  }

  .product__step__description-rhythm{
    text-align: left;
  }

  .product__step__list__text h4{
    font-size: 0.9375rem;
  }

  /*-------------------------------------------
  ブーストヴェイルミスト商品ページ
  -------------------------------------------*/

  .mv-lower__title-boost{
    top: 255px;
    max-width: 334px;
    width: 100%;
  }

  /* PRODUCT3__INTRODUCTION */

  .product3__introduction{
    margin-top: 67px;
    background-image: url(../OF/img/product3__introduction-bg-sp.png);
    padding-top: 30px;
    padding-bottom: 255px;
  }

  .product3__introduction__inner{
    flex-direction: column;
    gap: 20px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .product3__introduction__top{
    width: 100%;
  }

  .product3__introduction__box{
    width: 100%;
  }

  .product__charm-boost{
    margin-top: 67px;
  }

  /* PRODUCT__SPECIAL */

  .product__special{
    margin-top: 46px;
  }

  .product__special__inner{
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }

  .product__special__text{
    width: 100%;
  }

  .product__special__top{
    font-size: 0.875rem;
  }

  .product__special__title{
    margin-top: 5px;
    font-size: 1.125rem;
  }

  .product__special__description{
    margin-top: 20px;
  }

  .product__special__box{
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .product__special__box__img1{
    width: 100%;
  }

  .product__special__box__img2{
    width: 100%;
  }

  .product__special__img{
    width: 100%;
  }

  /*-------------------------------------------
  CONTACT-CORPORATION
  -------------------------------------------*/

  .contact-corporation{
    padding-top: 126px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-corporation__title{
    font-size: 1.125rem;
    letter-spacing: .11em;
  }

  .contact-corporation__description{
    margin-top: 10px;
    font-size: 0.8125rem;
    line-height: 1.5;
    letter-spacing: .154em;
    color: rgba(0, 0, 0, 0.5);
  }

  .contact-corporation__box{
    margin-top: 20px;
  }

  .wpcf7-form p .asterisk{
    font-size: 0.75rem;
  }

  .wpcf7-form p > label {
    margin-bottom: 25px;
  }

  .wpcf7-form p > label span.asterisk{
    margin-left: 5px;
  }

  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form select,
  .wpcf7-form textarea {
    padding: 9px;
  }

  .wpcf7-form textarea{
    height: 96px;
  }

  .wpcf7-form [data-name="your-kind"]::after{
    top: 7px !important;
    width: 11px;    
    height: 11px;   
  }

  .wpcf7-submit{
    margin-top: 56px !important;
  }
}


/* 非公開 */

.instagram{
  display: none;
}

.stores{
  display: none;
}