@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
}

@font-face {
  font-family: "ipagothic";
  src: url("../font/ipagothic.ttf") format("truetype");
}

#Wrap {
  padding-top: 0;
}

#Wrap,
.wrapTop,
.wrapBottom {
  width: 100%;
}

#Contents {
  padding-top: 0;
}

#Header,
#Foot {
  width: 1000px;
  margin: 0 auto;
}

#FooterWrap {
  position: relative;
  z-index: 50;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.LP_page {
  color: #231815;
  font-family: "kozuka-gothic-pro", sans-serif;
  opacity: 0;
  animation: mvfade 2s forwards;
}

@keyframes mvfade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.LP_page picture,
.LP_page a {
  display: block;
}

.LP_page a {
  transition: opacity .3s;
}

.LP_page a:hover {
  opacity: .6;
}

.LP_page img {
  width: 100%;
  height: auto;
}

.sec_inner {
  width: 98.6rem;
  margin: 0 auto;
}
/*----------------------------all*/

/*mv-----------------------------*/
.main-lead_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 10rem 0;
  background: url(../img/bg_001.jpg) center center / cover no-repeat;
  font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", HGS明朝E, yumin, メイリオ, serif;
}

.main-lead_wrap::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11rem;
  background: linear-gradient(to bottom, transparent, #fff);
  content: "";
}

.main-lead dt {
  margin-bottom: 3.5rem;
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: .262em;
  text-align: center;
}

.main-lead dd {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.857;
  letter-spacing: .43em;
  font-feature-settings: "pkna";
  text-align: center;
}

.concept_wrap {
  width: 98.6rem;
  margin: 0 auto;
  padding: 5rem 0 10rem;
}

.concept-movie {
  width: 58rem;
  margin: 0 auto 4rem;
}

.concept {
  position: relative;
  font-family: "ipagothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: .351em;
  font-feature-settings: "pkna";
  text-align: center;
}

.concept::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 11.5rem;
  height: 15rem;
  margin: 8rem 0 0 3rem;
  background: url(../img/deco_001.jpg) center center / cover no-repeat;
  content: "";
}

.concept::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 10.7rem;
  height: 14.4rem;
  margin: 20.9rem 2rem 0 0;
  background: url(../img/deco_001.jpg) center center / cover no-repeat;
  content: "";
}

.concept .txt_en {
  font-family: "kozuka-gothic-pro", sans-serif;
}

.concept .txt_S {
  font-size: 1.4rem;
}
/*-----------------------------mv*/
/*setitm-------------------------*/
.setitm_area {
  padding: 10rem 0 4rem;
}

.setitm-ttl {
  width: fit-content;
  margin: 0 auto 4.5rem;
  padding: .5rem 3rem;
  background: rgba(180, 149, 76, .17);
  font-weight: normal;
  font-size: 2.25rem;
  letter-spacing: .328em;
}

.setitm_ttl .txt_en {
  font-family: 'Mukta Mahee', sans-serif;
}

.setitm-img {
  width: 75rem;
  margin: 0 auto 4rem;
}

.setitm-price {
  width: 75rem;
  margin: 0 auto 6rem;
}

.setitm-price a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 11rem;
  background: rgba(180, 149, 76, .17);
  font-size: 1.7rem;
  line-height: 1.94;
  letter-spacing: .328em;
  text-align: center;
}

.setitm-price a .txt_center {
  display: flex;
  align-items: center;
}

.setitm-price a .txt_L {
  font-size: 3rem;
}

.setitm-caption {
  font-size: 1.3rem;
  line-height: 3.2;
  letter-spacing: .266em;
  text-align: center;
}
/*-------------------------setitm*/
/*cp-----------------------------*/
.cp_area {
  padding: 4rem 0 10rem;
}

.cp_area .sec_inner {
  position: relative;
  border: solid 1px #b2934c;
  width: 69rem;
  margin: 0 auto;
  padding: 6rem 0;
}

.cp_area .sec_inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 11.4rem;
  height: 11.9rem;
  margin: 0 0 0 -13.7rem;
  background: url(../img/deco_002.jpg) center center / cover no-repeat;
  content: "";
}

.cp_area .sec_inner::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16rem;
  height: 9.3rem;
  margin: 0 -13.7rem -15.7rem 0;
  background: url(../img/deco_003.jpg) center center / cover no-repeat;
  content: "";
}

.cp-ttl {
  margin-bottom: 5.5rem;
  font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", HGS明朝E, yumin, メイリオ, serif;
  font-size: 3rem;
  text-align: center;
}

.cp_list {
  margin-bottom: 3rem;
}

.cp_list li:nth-of-type(n+2) {
  margin-top: 9rem;
}

.cp_list li dt {
  margin-bottom: 6.5rem;
  font-size: 1.3rem;
  line-height: 2.38;
  text-align: center;
  letter-spacing: .437em;
}

.cp_list li dd {
  width: 37.8rem;
  margin: 0 auto;
}

.cp-btn {
  width: fit-content;
  margin: 0 auto;
}

.cp-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29rem;
  height: 4rem;
  background: #8e8982;
  font-size: 1.7rem;
  letter-spacing: .328em;
  color: #fff;
}
/*-----------------------------cp*/

/*lineup-------------------------*/
.lineup_area {
  padding: 10rem 0;
}

.lineup-ttl {
  margin-bottom: 7rem;
  font-weight: normal;
  font-size: 2.1rem;
  line-height: 2;
  letter-spacing: .233em;
  text-align: center;
}

.lineup-ttl .txt_L {
  font-family: 'Noto Serif JP', serif;
  font-size: 3.2rem;
  letter-spacing: 0;
}

.lineup_list {
  display: flex;
  justify-content: space-between;
  padding: 0 5.5rem;
}

.lineup_list li {
  width: 27.5rem;
}

.lineup-img {
  width: 22rem;
  margin: 0 auto 4rem;
}

.lineup-name {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: center;
  white-space: nowrap;
}

.lineup-price {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  text-align: center;
}

.lineup-cat {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  text-align: center;
}

.lineup-btn {
  width: fit-content;
  margin: 0 auto;
}

.lineup-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26.3rem;
  height:  3.4rem;
  background: #8e8982;
  font-size: 1.6rem;
  letter-spacing: .328em;
  color: #fff;
}
/*-------------------------lineup*/
/*features-----------------------*/
.features_area {
  padding: 10rem 0;
}

.features_area .sec_inner {
  position: relative;
}

.features_area .sec_inner::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 15.3rem;
  height: 8rem;
  margin: 1rem 0 0 4.7rem;
  background: url(../img/deco_003.jpg) center center / cover no-repeat;
  content: "";
}

.features_area .sec_inner::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 11.4rem;
  height: 11.9rem;
  margin: 4rem 3.3rem 0 0;
  background: url(../img/deco_002.jpg) center center / cover no-repeat;
  content: "";
}

.features-ttl {
  margin-bottom: 13rem;
  font-family: 'Mukta Mahee', sans-serif;
  font-weight: normal;
  font-size: 3.9rem;
  letter-spacing: .097em;
  text-align: center;
}

.main-features_list {
  position: relative;
  margin-bottom: 7rem;
}

.main-features_list::before {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16rem;
  height: 9.3rem;
  margin: 0 1rem 20rem 0;
  background: url(../img/deco_003.jpg) center center / cover no-repeat;
  content: "";
}

.main-features_list li {
  display: flex;
  justify-content: center;
  gap: 7rem;
}

.main-features_list li:nth-of-type(n+2) {
  margin-top: 9rem;
}

.features-img {
  width: 37.2rem;
}

.main-features_list li:nth-of-type(even) .features-img {
  order: 2;
}

.main-features_list li .txt_wrap {
  flex: 1;
}

.main-features_list li .txt_wrap dt {
  font-family: 'Mukta Mahee', sans-serif;
  margin-bottom: 1rem;
  font-size: 2rem;
  letter-spacing: .104em;
  text-align: center;
}

.main-features_list li .txt_wrap dd {
  font-size: 1.6rem;
  line-height: 2.5625;
  letter-spacing: .104em;
  text-align: center;
}

.sub-features_list {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.sub-features_list::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 11.5rem;
  height: 15rem;
  margin: 0 0 -17.6rem 3rem;
  background: url(../img/deco_001.jpg) center center / cover no-repeat;
  content: "";
}

.sub-features_list li {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #a08c09;
  border-radius: 20rem;
  width: 17.5rem;
  height: 17.5rem;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: .106em;
  text-align: center;
}
/*-----------------------features*/

/*about fragrance----------------*/
.about-fragrance_area {
  padding: 10rem 0 5rem;
}

.about-fragrance_area .sec_inner {
  border-radius: 2.5rem;
  width: 85rem;
  margin: 0 auto;
  padding: 4rem 1rem 6rem;
  background: #fdf5ec;
}

.about-fragrance-ttl {
  margin-bottom: 4.5rem;
  font-family: 'Noto Serif JP', serif;
  font-weight: normal;
  font-size: 2.4rem;
  text-align: center;
}

.about-fragrance_area .content_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.about-fragrance-img {
  width: 35.2rem;
}

.about-fragrance dt {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.about-fragrance dd {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: .103em;
}

.about-fragrance dd .notes {
  margin-top: .5rem;
  font-size: .7rem;
  line-height: 2;
}
/*----------------about fragrance*/
/*related page-------------------*/
.related-page_area {
  padding: 5rem 0 15rem;
}

.related-page-btn {
  width: fit-content;
  margin: 0 auto 3.5rem;
}

.related-page-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64.3rem;
  height: 4rem;
  background: #8e8982;
  font-size: 1.3rem;
  letter-spacing: .103em;
  color: #fff;
}

.related-page-caption {
  font-size: 1.4rem;
  line-height: 3.14;
  letter-spacing: .104em;
  text-align: center;
}
/*-------------------related page*/
/*Smart phone---------------------------------------------*/
@media screen and  (max-width:767px) {
/*all----------------------------*/
.only_pc {
  display: none;
}

.sec_inner {
  width: 100%;
}
/*----------------------------all*/

/*mv-----------------------------*/
.main-lead_wrap {
  position: relative;
  padding: calc(70 * (100vw / 750)) 0 calc(60 * (100vw / 750));
}

.main-lead_wrap::before {
 display: none;
}

.main-lead_wrap::after {
  height: calc(70 * (100vw / 750));
}

.main-lead dt {
  margin-bottom: calc(25 * (100vw / 750));
  font-size: calc(16 * (100vw / 750));
}

.main-lead dd {
  font-size: calc(13 * (100vw / 750));
  line-height: 2.1;
  letter-spacing: .217em;
}

.concept_wrap {
  width: 100%;
  padding: calc(50 * (100vw / 750)) 0 calc(60 * (100vw / 750));
}

.concept-movie {
  width: calc(580 * (100vw / 750));
  margin: 0 auto calc(65 * (100vw / 750));
}

.concept {
  font-size: calc(18 * (100vw / 750));
  line-height: 1.835;
  letter-spacing: .226em;
}

.concept::before {
  width: calc(115 * (100vw / 750));
  height: calc(150 * (100vw / 750));
  margin: calc(320 * (100vw / 750)) 0 0 calc(10 * (100vw / 750));
}

.concept::after {
  width: calc(107 * (100vw / 750));
  height: calc(143 * (100vw / 750));
  margin: calc(360 * (100vw / 750)) 0 0 0;
}

.concept .txt_S {
  font-size: calc(18 * (100vw / 750));
}
/*-----------------------------mv*/
/*setitm-------------------------*/
.setitm_area {
  padding: calc(60 * (100vw / 750)) 0 calc(50 * (100vw / 750));
}

.setitm-ttl {
  margin: 0 auto calc(60 * (100vw / 750));
  padding: calc(8 * (100vw / 750)) calc(30 * (100vw / 750));
  font-size: calc(22 * (100vw / 750));
}

.setitm-img {
  width: calc(637 * (100vw / 750));
  margin: 0 auto calc(30 * (100vw / 750));
}

.setitm-price {
  width: calc(685 * (100vw / 750));
  margin: 0 auto calc(40 * (100vw / 750));
}

.setitm-price a {
  height: calc(102 * (100vw / 750));
  font-size: calc(17 * (100vw / 750));
  line-height: 1.6;
}

.setitm-price a .txt_L {
  font-size: calc(30 * (100vw / 750));
}

.setitm-caption {
  font-size: calc(14 * (100vw / 750));
  letter-spacing: .437em;
}
/*-------------------------setitm*/
/*cp-----------------------------*/
.cp_area {
  padding: calc(50 * (100vw / 750)) 0 calc(70 * (100vw / 750));
}

.cp_area .sec_inner::before {
  width: calc(85 * (100vw / 750));
  height: calc(112 * (100vw / 750));
  margin: calc(-245 * (100vw / 750)) 0 0 calc(-91 * (100vw / 750));
}

.cp_area .sec_inner::after {
  width: calc(107 * (100vw / 750));
  height: calc(143 * (100vw / 750));
  margin: 0 calc(-105 * (100vw / 750)) calc(-520 * (100vw / 750)) 0;
  background: url(../img/deco_001.jpg) center center / cover no-repeat;
}

.cp-ttl {
  margin-bottom: calc(65 * (100vw / 750));
  font-size: calc(23 * (100vw / 750));
}

.cp_list {
  margin-bottom: calc(70 * (100vw / 750));
}

.cp_list li:nth-of-type(n+2) {
  margin-top: calc(55 * (100vw / 750));
}

.cp_list li dt {
  margin-bottom: calc(50 * (100vw / 750));
  font-size: calc(14 * (100vw / 750));
  line-height: 2.2;
}

.cp_list li dd {
  width: calc(370 * (100vw / 750));
}

.cp-btn a {
  width: calc(290 * (100vw / 750));
  height: calc(40 * (100vw / 750));
  font-size: calc(17 * (100vw / 750));
}
/*-----------------------------cp*/

/*lineup-------------------------*/
.lineup_area {
  padding: calc(70 * (100vw / 750)) 0 calc(120 * (100vw / 750));
}

.lineup-ttl {
  margin-bottom: calc(110 * (100vw / 750));
  font-size: calc(20 * (100vw / 750));
}

.lineup-ttl .txt_L {
  font-size: calc(24 * (100vw / 750));
}

.lineup_list {
  display: block;
}

.lineup_list li {
  width: 100%;
}

.lineup_list li:nth-of-type(n+2) {
  margin-top: calc(120 * (100vw / 750));
}

.lineup_list li:nth-of-type(2) {
  position: relative;
}

.lineup_list li:nth-of-type(2)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(85 * (100vw / 750));
  height: calc(112 * (100vw / 750));
  margin: calc(400 * (100vw / 750)) 0 0 calc(10 * (100vw / 750));
  background: url(../img/deco_002.jpg) center center / cover no-repeat;
  content: "";
}

.lineup-img {
  width: calc(285 * (100vw / 750));
  margin: 0 auto calc(50 * (100vw / 750));
}

.lineup-name {
  margin-bottom: calc(20 * (100vw / 750));
  font-size: calc(20 * (100vw / 750));
  line-height: 1.5;
}

.lineup-price {
  margin-bottom: calc(20 * (100vw / 750));
  font-size: calc(20 * (100vw / 750));
}

.lineup-cat {
  margin-bottom: calc(30 * (100vw / 750));
  font-size: calc(20 * (100vw / 750));
}

.lineup-btn a {
  width: calc(220 * (100vw / 750));
  height: calc(37 * (100vw / 750));
  font-size: calc(15 * (100vw / 750));
}
/*-------------------------lineup*/
/*features-----------------------*/
.features_area {
  padding: calc(120 * (100vw / 750)) 0 calc(45 * (100vw / 750));
}

.features_area .sec_inner::before {
  left: auto;
  right: 0;
  width: calc(153 * (100vw / 750));
  height: calc(80 * (100vw / 750));
  margin: calc(-150 * (100vw / 750)) calc(15 * (100vw / 750)) 0 0;
}

.features_area .sec_inner::after {
  display: none;
}

.features-ttl {
  margin-bottom: calc(100 * (100vw / 750));
  font-size: calc(31 * (100vw / 750));
}

.main-features_list {
  margin-bottom: calc(90 * (100vw / 750));
  padding: 0 calc(20 * (100vw / 750));
}

.main-features_list::before {
  width: calc(98 * (100vw / 750));
  height: calc(100 * (100vw / 750));
  margin: 0 calc(40 * (100vw / 750)) calc(220 * (100vw / 750)) 0;
  background: url(../img/deco_002.jpg) center center / cover no-repeat;
}

.main-features_list li {
  gap: calc(25 * (100vw / 750));
}

.main-features_list li:nth-of-type(n+2) {
  margin-top: calc(135 * (100vw / 750));
}

.features-img {
  width: calc(323 * (100vw / 750));
}

.main-features_list li .txt_wrap dt {
  margin-bottom: calc(10 * (100vw / 750));
  font-size: calc(20 * (100vw / 750));
}

.main-features_list li .txt_wrap dd {
  font-size: calc(13 * (100vw / 750));
  line-height: 2.7;
  white-space: nowrap;
}

.sub-features_list {
  gap: calc(23 * (100vw / 750));
}

.sub-features_list::before {
  width: calc(85 * (100vw / 750));
  height: calc(108 * (100vw / 750));
  margin: 0 0 calc(780 * (100vw / 750)) calc(15 * (100vw / 750));
}

.sub-features_list li {
  border-radius: calc(200 * (100vw / 750));
  width: calc(134 * (100vw / 750));
  height: calc(134 * (100vw / 750));
  font-size: calc(13 * (100vw / 750));
  line-height: 1.7;
  letter-spacing: .103em;
}
/*-----------------------features*/

/*about fragrance----------------*/
.about-fragrance_area {
  padding: calc(45 * (100vw / 750)) 0 calc(65 * (100vw / 750));
}

.about-fragrance_area .sec_inner {
  border-radius: calc(25 * (100vw / 750));
  width: calc(635 * (100vw / 750));
  padding: calc(30 * (100vw / 750)) calc(10 * (100vw / 750)) calc(50 * (100vw / 750));
}

.about-fragrance-ttl {
  margin-bottom: calc(30 * (100vw / 750));
  font-size: calc(24 * (100vw / 750));
}

.about-fragrance_area .content_wrap {
 display: block;
}

.about-fragrance-img {
  width: calc(398 * (100vw / 750));
  margin: 0 auto calc(40 * (100vw / 750));
}

.about-fragrance dt {
  margin-bottom: calc(20 * (100vw / 750));
  font-size: calc(17 * (100vw / 750));
  text-align: center;
}

.about-fragrance dd {
  font-size: calc(14 * (100vw / 750));
  line-height: 1.75;
  text-align: center;
}

.about-fragrance dd .notes {
  margin-top: calc(10 * (100vw / 750));
  font-size: calc(7 * (100vw / 750));
  line-height: 1.75;
  text-align: center;
}
/*----------------about fragrance*/
/*related page-------------------*/
.related-page_area {
  padding: calc(65 * (100vw / 750)) 0 calc(150 * (100vw / 750));
}

.related-page-btn {
  margin: 0 auto calc(35 * (100vw / 750));
}

.related-page-btn a {
  width: calc(480 * (100vw / 750));
  height: calc(40 * (100vw / 750));
  font-size: calc(13 * (100vw / 750));
}

.related-page-caption {
  font-size: calc(14 * (100vw / 750));
}
/*-------------------related page*/
}



/*---------------------------------------------Smart phone*/

/*pcのみ--------------------------------------------------*/
@media screen and  (min-width:768px) {
.only_sp {
  display: none;
}
}
/*--------------------------------------------------pcのみ*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1000px){
  html {
    font-size: calc(10 * (100vw / 1000));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/
