@charset "UTF-8";

:root {
  --font-lp_base: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
  --color-lp_bg: #F7F2D7;
  --color-lp_font: #A9AAAA;
  --color-lp_primary: #D3B33A;
  --color-lp_secondary: #E4D47F;
}

/*------------ swiper ------------*/
.related-product_area .swiper-button-prev,
.related-product_area .swiper-button-next {
  top: 0;
  bottom: 0;
  margin: auto;
  height: 3rem;
  width: 3rem;
  background-image: url(../img/prdc-arrow.svg);
  background-size: 100%;
}

.related-product_area .swiper-button-next {
  right: -5rem;
}

.related-product_area .swiper-button-prev {
  left:-5rem;
}

.related-product_area .swiper-button-next {
  transform: rotate(180deg);
}

.related-product_area .swiper-button-prev::after,
.related-product_area .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 3rem;
  margin: auto;
  width: 3rem;
}

/* Swipe Dot */
.related-product_area .swiper-pagination{
  position: static;
  margin-top: 2rem;
}

.related-product_area .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.76rem;
}

.related-product_area .swiper-pagination-bullets.swiper-pagination-horizontal{
  bottom: -1rem;
}

.related-product_area .swiper-pagination-bullet {
  position: static;
  margin: 0 0.4rem;
  border-radius: 50%;
  width: 0.7rem;
  height: 0.7rem;
  opacity: 1;
  border: 1px solid #A7A7A7;
  background: transparent;
}

.related-product_area .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 1rem);
}

.related-product_area .swiper-slide {
  height: auto;
}

.related-product_area .swiper-slide-item { //swiper-slideの子要素
  height: 100%;
}

/* Dot Active */
.related-product_area .swiper-pagination-bullet-active {
  background-color: #A7A7A7;
  border: none;
}

@media (max-width: 767px) {
  .related-product_area .swiper-button-prev,
  .related-product_area .swiper-button-next{
    width: calc(35 * (100vw / 430));
    height: calc(35 * (100vw / 430));
  }

  .related-product_area .swiper-button-prev{
    left: calc(45 * (100vw / 430));
  }

  .related-product_area .swiper-button-next{
    right: calc(45 * (100vw / 430));
  }

  .related-product_area .swiper-pagination{
    margin-top: calc(15 * (100vw / 430));
  }

  .related-product_area .swiper-pagination-bullet{
    width: calc(8 * (100vw / 430));
    height: calc(8 * (100vw / 430));
    margin: 0 calc(8 * (100vw / 430));
  }
}



html {
  font-size: 62.5%;
}

#Wrap {
  width: auto;
}

.article_page {
  padding: 5rem 0 10rem;
  font-family: "Roboto", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", 'Noto Sans JP', "メイリオ", "Meiryo", sans-serif;
  background: #FAFAFA;
  color: #A9AAAA;
}

.article_page * {
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: .05em;
}

.article_page img {
  width: 100%;
  vertical-align: bottom;
}

.article_page a {
  display: block;
  transition: opacity .3s;
}

.article_page a:hover {
  opacity: .6;
}

.article_page picture {
  display: block;
  font-size: 0;
}

.article_page sup {
  font-size: 1rem;
}

.article_page_inner {
  width: 100rem;
  margin: 0 auto;
  padding: 5rem 0 8rem;
  background: #fff;
}
/*beginning-------------------------------*/
.beginning_area {
  padding-bottom: 4rem;
}

.beginning_area .sec_inner {
  padding: 0 5rem;
}

.article-date_wrap {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.article-sort {
  padding: .6rem 1rem;
  background: #aaa;
  font-size: 1.4rem;
  color: #fff;
}

.article-date {
  font-size: 1.4rem;
}

.main_ttl {
  margin-bottom: 2.5rem;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1.6;
}

.main_ttl .txt_B,
.feature_ttl .txt_B {
  font-weight: 600;
}

.main_img {
  margin-bottom: 5rem;
  font-size: 0;
}

.main_lead {
  margin-bottom: 3rem;
  text-align: center;
}

.main_lead p {
  font-size: 1.6rem;
  line-height: 2;
}

.main_lead p:nth-of-type(n+2) {
  margin-top: 2rem;
}

.product_intro {
  border-radius: .5rem;
  width: 72rem;
  margin: 0 auto;
  padding: 3rem 0;
  background: var(--color-lp_bg);
  text-align: center;
}

.product_intro .product_name {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--color-lp_primary);
}

.product_intro .product_price {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
}

.product_intro .product_price .tax {
  font-size: 1.2rem;
}

.rcmd_list{
  border-radius: .5rem;
  width: 72rem;
  margin: 6rem auto 0;
  padding: 3rem 0;
  border: 1px solid var(--color-lp_primary);
}

.rcmd_list .rcmd_ttl{
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-lp_primary);
  margin-bottom: 2.5rem;
}

.rcmd_list ul{
  display: grid;
  gap: 1.2rem;
  width: fit-content;
  margin: auto;
}

.rcmd_list li{
  padding-left: 3rem;
  background-image: url(../img/check.svg);
  background-size: 2rem;
  background-repeat: no-repeat;
  background-position: top 0.3rem left;
  font-size: 1.6rem;
  line-height: 1.5;
}

.btn_product-dtl {
  width: fit-content;
  margin: 0 auto;
}

.btn_product-dtl a {
  position: relative;
  display: grid;
  place-items: center;
  border-radius: .5rem;
  width: 24rem;
  height: 5rem;
  background: var(--color-lp_secondary);
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}

.btn_product-dtl a::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-left: solid #fff;
  border-top: solid transparent;
  border-bottom: solid transparent;
  border-width: .6rem;
  margin-right: 1.5rem;
  content: "";
}
/*-------------------------------beginning*/

/*feature---------------------------------*/
.feature_area {
  padding: 4rem 0;
}

.feature_area .sec_inner {
  padding: 0 14rem;
}

.feature_list > li:nth-of-type(n+2) {
  margin-top: 6rem;
}

.feature_ttl {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-lp_primary);
}

.feature_lead {
  font-size: 1.4rem;
  line-height: 1.8;
}

.feature_lead_wrap {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.feature_lead_wrap .feature_lead {
  width: 46rem;
}

.feature_lead_img {
  order: 2;
  width: 17rem;
}

.feature_lead_img.logo_COSMOSORGANIC {
  width: 7.5rem;
}

.feature_lead .notes {
  display: block;
  margin-top: 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.feature_list > li > dl:nth-of-type(n+2) {
  margin-top: 4.5rem;
}

.feature_list > li > dl dt {
  position: relative;
  margin-bottom: 1.5rem;
  padding: .5rem 0 .5rem 1.2rem;
  font-size: 1.6rem;
}

.feature_list > li > dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  width: .2rem;
  height: 100%;
  background: var(--color-lp_primary);
  content: "";
}

.ingredient_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3rem 2rem;
  border-radius: 1rem;
  margin-top: 2rem;
  padding: 3rem 0;
  background: var(--color-lp_bg);
}

.ingredient_list li {
  width: 11rem;
}

.ingredient_img {
  /*filter: drop-shadow(0 0 10px rgba(138, 172, 131, .2));*/
  border-radius: 100%;
  overflow: hidden;
}

.ingredient_name {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
}

.fragrance_list_wrap {
  position: relative;
  border-radius: 1rem;
  margin-top: 2rem;
  padding: 2rem 3.5rem 3rem;
  background: var(--color-lp_bg);
}

.fragrance_list_wrap dl {
  position: relative;
  display: flex;
  align-items: center;
  height: 10rem;
}

.fragrance_list_wrap dl:nth-of-type(1) {
  height: 13rem;
}

.fragrance_list_wrap dl:nth-of-type(1)::before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-top: solid 33rem var(--color-lp_bg);
  border-right: solid 17.5rem transparent;
  content: "";
  pointer-events: none;
}

.fragrance_list_wrap dl:nth-of-type(1)::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin-left: 17.5rem;
  border-top: solid 33rem var(--color-lp_bg);
  border-left: solid 17.5rem transparent;
  content: "";
  pointer-events: none;
}

.fragrance_list_wrap dl:nth-of-type(n+2)::before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: .1rem;
  border-top: dotted #ddd;
  border-width: .1rem;
  content: "";
}

.fragrance_list_wrap dl:nth-of-type(2)::before {
  width: calc(100% - 20rem);
}

.fragrance_list_wrap dl:nth-of-type(3)::before {
  width: calc(100% - 24rem);
}

.fragrance_list_wrap dt {
  position: relative;
  display: grid;
  place-items: center;
  width: 35rem;
  height: 100%;
  font-size: 1.8rem;
  color: #fff;
}

.fragrance_list_wrap dt::before {
  position: absolute;
  top: 0;
  right: 100%;
  width: .5rem;
  height: 100%;
  margin-right: -.07rem;
  background: var(--color-lp_bg);
  content: "";
  pointer-events: none;
}

.fragrance_list_wrap dt::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: .5rem;
  height: 100%;
  margin-left: -.07rem;
  background: var(--color-lp_bg);
  content: "";
  pointer-events: none;
}

.fragrance_list_wrap dl:nth-of-type(n+2) dt {
  border-top: solid #fff;
  border-width: .2rem;
}

.fragrance_list_wrap dl:nth-of-type(1) dt {
  background: #E5E28C;
}

.fragrance_list_wrap dl:nth-of-type(2) dt {
  background: #D2E090;
}

.fragrance_list_wrap dl:nth-of-type(3) dt {
  background: #ABD086;
}

.fragrance_list_wrap dl:nth-of-type(1) dt span {
  padding-top: 4rem;
}

.fragrance_list_wrap dl:nth-of-type(2) dt span {
  padding-top: .5rem;
}


.fragrance_list_wrap dd {
  position: relative;
  z-index: 2;
  width: 28rem;
  margin-left: 1rem;
}

.fragrance_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.3rem 2.6rem;
}

.fragrance_list li {
  position: relative;
}

.fragrance_list_wrap dl:nth-of-type(1) dd li{
  width: 12rem;
}

.fragrance_img {
  filter: drop-shadow(0 0 10px rgba(138, 172, 131, .2));
}

.fragrance_name {
  font-size: 1.6rem;
  color: var(--color-lp_primary);
}

.fragrance_list_wrap .notes {
  margin-top: 1rem;
  font-size: 1rem;
}

.free_list_wrap {
  border-radius: 1rem;
  margin-top: 2rem;
  padding: 2rem 4.8rem 3rem;
  background: var(--color-lp_bg);
}

img.cmpt_img{
  width: 16rem;
  position: absolute;
  top: -3rem;
  right: -1.5rem;
  z-index: 2;
}

.free_list_wrap > p {
  position: relative;
  display: grid;
  place-items: center;
  margin-bottom: 1.5rem;
}

.free_list_wrap > p::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: .1rem;
  background: var(--color-lp_primary);
  content: "";
}

.free_list_wrap > p span {
  position: relative;
  width: fit-content;
  padding: 0 2rem;
  background: var(--color-lp_bg);
  font-size: 1.4rem;
  color: var(--color-lp_primary);
}

.free_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.free_list li {
  position: relative;
  padding: 1.2rem 3rem;
  background: var(--color-lp_primary);
  font-size: 1.3rem;
  color: #fff;
}

.free_list li::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-6deg);
  width: calc(100% - 3rem);
  height: .1rem;
  background: #fff;
  opacity: .5;
  content: "";
}
/*---------------------------------feature*/
/*related product-------------------------*/
.related-product_area {
  padding: 4rem 0;
}

.related-product_area h3 {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
  color: var(--color-lp_primary);
}

.product_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
}

.product_img {
  width: 23rem;
  border: solid #ddd;
  border-width: .1rem;
}

.related-product_area .product_name a {
  display: inline !important;
}

.related-product_area .product_price {
  margin-bottom: 2rem;
  font-size: 1.5rem;
}

.related-product_area .product_price a {
  display: inline !important;
}

.related-product_area .product_price .txt_S {
  margin-left: .5rem;
  font-size: 1.1rem;
}

.related-product_area .product_caption {
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.8;
}

.related-product_area .product_link {
  display: inline-block !important;
  font-size: 1.8rem;
  font-weight: 500;
  text-decoration: underline;
  color: var(--color-lp_primary);
}
.related-product_area .product_swiper_area {
  position: relative;
  width: 82rem;
  margin: 0 auto;
}

.related-product_area .product_swiper {
  position: relative;
  overflow: hidden;
  padding: 1rem;
}

.related-product_area .product_slide {
  width: 25rem;
  padding: 2.5rem 1rem;
  border-radius: 1rem;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  text-align: center;
  position: relative;
}

.related-product_area .limited_icon{
  width: 4.8rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background-color: var(--color-lp_primary);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
}

.related-product_area .product_cate {
  display: block;
  width: fit-content;
  margin: 0 auto;
  padding: 0.1rem 1.1rem 0rem;
  font-size: 1.2rem;
  line-height: 1.3;
  color: #A9AAAA;
  border: 1px solid #A9AAAA;
}

.related-product_area .product_cate_wrap {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  gap: 1rem;
}

.related-product_area .product_img {
  width: 23rem;
  margin: 1rem auto 0;
  border-width: 0;
  position: relative;
}

.related-product_area .product_name {
  margin-top: 1.8rem;
  font-size: 1.2rem;
  line-height: 1.5;
}

.related-product_area .product_credit {
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1;
}

.related-product_area .uv_cate{
  display: block;
  width: fit-content;
  padding: 0.4rem 1.5rem;
  font-size: 1.2rem;
  line-height: 1;
  background-color: var(--color-lp_bg);
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/*-------------------------related product*/

.article_page .btn_back {
  width: fit-content;
  margin: 4rem auto 0;
}

.article_page .btn_back a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .5rem;
  width: 40rem;
  height: 6rem;
  background: #9D9D9D;
  font-size: 1.6rem;
  color: #fff;
}


@media only screen and (max-width: 768px) {

.share-txt {
  margin: 0 !important;
  padding-bottom: calc(20 * (100vw / 430));
  background: #FAFAFA;
}

.article_page {
  padding: 0;
}

.article_page .only_pc {
  display: none;
}

.article_page sup {
  font-size: calc(10 * (100vw / 430));
}

.article_page_inner {
  width: auto;
  padding: calc(20 * (100vw / 430)) 0 calc(50 * (100vw / 430));
}
/*beginning-------------------------------*/
.beginning_area {
  padding-bottom: calc(25 * (100vw / 430));
}

.beginning_area .sec_inner {
  padding: 0 calc(15 * (100vw / 430));
}

.article-date_wrap {
  gap: calc(6 * (100vw / 430));
  margin-bottom: calc(15 * (100vw / 430));
}

.article-sort {
  padding: calc(5 * (100vw / 430)) calc(8 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.article-date {
  font-size: calc(13 * (100vw / 430));
}

.main_ttl {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.main_img {
  margin-bottom: calc(30 * (100vw / 430));
}

.main_lead {
  margin-bottom: calc(30 * (100vw / 430));
}

.main_lead p {
  font-size: calc(14 * (100vw / 430));
}

.main_lead p:nth-of-type(n+2) {
  margin-top: calc(20 * (100vw / 430));
}

.product_intro {
  border-radius: calc(5 * (100vw / 430));
  width: auto;
  padding: calc(30 * (100vw / 430)) 0;
}

.product_intro .product_name {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(16 * (100vw / 430));
}

.product_intro .product_price {
  margin-bottom: calc(20 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.product_intro .product_price .tax {
  font-size: calc(11 * (100vw / 430));
}

.rcmd_list{
  border-radius: calc(5 * (100vw / 430));
  width: calc(400 * (100vw / 430));
  margin: calc(50 * (100vw / 430)) auto 0;
  padding: calc(30 * (100vw / 430)) 0;
}

.rcmd_list .rcmd_ttl{
  font-size: calc(18 * (100vw / 430));
  margin-bottom: calc(25 * (100vw / 430));
}

.rcmd_list ul{
  gap: calc(12 * (100vw / 430));
}

.rcmd_list li{
  padding-left: calc(30 * (100vw / 430));
  background-size: calc(20 * (100vw / 430));
  background-position: top calc(3 * (100vw / 430)) left;
  font-size: calc(14 * (100vw / 430));
}

.btn_product-dtl a {
  border-radius: calc(5 * (100vw / 430));
  width: calc(210 * (100vw / 430));
  height: calc(43 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}

.btn_product-dtl a::before {
  border-width: calc(6 * (100vw / 430));
  margin-right: calc(15 * (100vw / 430));
}

/*-------------------------------beginning*/

/*feature---------------------------------*/
.feature_area {
  padding: calc(25 * (100vw / 430)) 0;
}

.feature_area .sec_inner {
  padding: 0 calc(15 * (100vw / 430));
}

.feature_list > li:nth-of-type(n+2) {
  margin-top: calc(40 * (100vw / 430));
}

.feature_ttl {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}

.feature_ttl.adjust {
  letter-spacing: 0;
}

.feature_lead {
  font-size: calc(13 * (100vw / 430));
}

.feature_lead_wrap {
  display: block;
  margin-top: calc(-20 * (100vw / 430));
}

.feature_lead_wrap .feature_lead {
  width: auto;
  padding-top: calc(20 * (100vw / 430));
}

.feature_lead_img {
  float: right;
  width: calc(140 * (100vw / 430));
  margin: 0 calc(10 * (100vw / 430));
}

.feature_lead_img.logo_COSMOSORGANIC {
  width: calc(70 * (100vw / 430));
  margin-right: calc(20 * (100vw / 430));
}

.feature_lead .notes {
  margin-top: calc(10 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
}

.feature_list > li > dl:nth-of-type(n+2) {
  margin-top: calc(30 * (100vw / 430));
}

.feature_list > li > dl dt {
  margin-bottom: calc(15 * (100vw / 430));
  padding: calc(5 * (100vw / 430)) 0 calc(5 * (100vw / 430)) calc(12 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
  line-height: 1.5;
}

.feature_list > li > dl dt::before {
  width: calc(2 * (100vw / 430));
}

.ingredient_list {
  flex-wrap: wrap;
  gap: calc(20 * (100vw / 430)) calc(15 * (100vw / 430));
  border-radius: calc(10 * (100vw / 430));
  margin-top: calc(20 * (100vw / 430));
  padding: calc(20 * (100vw / 430)) calc(40 * (100vw / 430));
}

.ingredient_list li {
  width: calc(80 * (100vw / 430));
}

.ingredient_name {
  margin-top: calc(8 * (100vw / 430));
  font-size: calc(11 * (100vw / 430));
}

.fragrance_list_wrap {
  border-radius: calc(10 * (100vw / 430));
  margin-top: calc(20 * (100vw / 430));
  padding: calc(20 * (100vw / 430)) calc(10 * (100vw / 430));
}

.fragrance_list_wrap dl {
  height: calc(80 * (100vw / 430));
}

.fragrance_list_wrap dl:nth-of-type(1) {
  height: calc(80 * (100vw / 430));
}

.fragrance_list_wrap dl:nth-of-type(1)::before {
  border-top: solid calc(260 * (100vw / 430)) var(--color-lp_bg);
  border-right: solid calc(90 * (100vw / 430)) transparent;
}

.fragrance_list_wrap dl:nth-of-type(1)::after {
  margin-left: calc(90 * (100vw / 430));
  border-top: solid calc(260 * (100vw / 430)) var(--color-lp_bg);
  border-left: solid calc(90 * (100vw / 430)) transparent;
}

.fragrance_list_wrap dl:nth-of-type(n+2)::before {
}

.fragrance_list_wrap dt {
  width: calc(180 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}

.fragrance_list_wrap dt::before,
.fragrance_list_wrap dt::after {
  display: none;
}

.fragrance_list_wrap dl:nth-of-type(n+2) dt {
  border-width:  calc(2 * (100vw / 430));
}

.fragrance_list_wrap dd{
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(190 * (100vw / 430));
  width: calc(185 * (100vw / 430));
  display: flex;
  align-items: center;
  margin-left: 0;
}

.fragrance_list_wrap dl:nth-of-type(1) dt span {
  padding-top: calc(35 * (100vw / 430));
}

.fragrance_list_wrap dl:nth-of-type(n+2) dt span {
  padding-top: calc(10 * (100vw / 430));
}

.fragrance_list_wrap dl:nth-of-type(1) dd {
  width: calc(190 * (100vw / 430));
}

.fragrance_list {
  gap: calc(10 * (100vw / 430));
}

.fragrance_list_wrap dl:nth-of-type(1) dd li{
  width: calc(78 * (100vw / 430));
}

.fragrance_name {
  font-size: calc(12 * (100vw / 430));
}

.fragrance_list_wrap .notes {
  margin-top: calc(10 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
  text-align: center;
}

.free_list_wrap {
  border-radius: calc(10 * (100vw / 430));
  margin-top: calc(20 * (100vw / 430));
  padding: calc(15 * (100vw / 430)) calc(15 * (100vw / 430)) calc(20 * (100vw / 430));
}

img.cmpt_img{
  width: calc(140 * (100vw / 430));
  position: absolute;
  top: calc(-35 * (100vw / 430));
  right: calc(-12 * (100vw / 430));
}

.free_list_wrap > p {
  margin-bottom: calc(10 * (100vw / 430));
}

.free_list_wrap > p::before {
  height: calc(1 * (100vw / 430));
}

.free_list_wrap > p span {
  padding: 0 calc(15 * (100vw / 430));
  font-size: calc(13 * (100vw / 430));
}

.free_list {
  gap: calc(8 * (100vw / 430));
}

.free_list li {
  padding: calc(8 * (100vw / 430)) calc(20 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.free_list li::before {
  width: calc(100% - calc(20 * (100vw / 430)));
  height: calc(1 * (100vw / 430));
}
/*---------------------------------feature*/
/*related product-------------------------*/
.related-product_area {
  padding: calc(25 * (100vw / 430)) 0;
}

.related-product_area h3 {
  margin-bottom: calc(20 * (100vw / 430));
  font-size: calc(20 * (100vw / 430));
}

.product_wrap {
  display: block;
  text-align: center;
}

.product_img {
  width: calc(200 * (100vw / 430));
  border-width: calc(1 * (100vw / 430));
  margin: 0 auto calc(20 * (100vw / 430));
}

.related-product_area .product_price {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(14 * (100vw / 430));
}

.related-product_area .product_price .txt_S {
  margin-left: calc(5 * (100vw / 430));
  font-size: calc(10 * (100vw / 430));
}

.related-product_area .product_caption {
  margin-bottom: calc(15 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.related-product_area .product_link {
  font-size: calc(16 * (100vw / 430));
}

.related-product_area .product_swiper_area {
  width: 100%;
}

.related-product_area .product_slide {
  width: calc(230 * (100vw / 430));
  border-radius: calc(10 * (100vw / 430));
  padding: calc(25 * (100vw / 430)) calc(10 * (100vw / 430));
  box-shadow: 0 0 calc(10 * (100vw / 430)) rgba(0, 0, 0, 0.16);
}

.related-product_area .product_cate {
  padding: calc(4 * (100vw / 430)) calc(15 * (100vw / 430)) calc(2 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.related-product_area .product_img {
  width: calc(230 * (100vw / 430));
  margin: calc(10 * (100vw / 430)) auto 0;
}

.related-product_area .product_name {
  margin-top: calc(10 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.related-product_area .product_credit {
  margin-top: calc(10 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.related-product_area .uv_cate {
  padding: calc(4 * (100vw / 430)) calc(15 * (100vw / 430)) calc(2 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
}

.related-product_area .limited_icon {
  width: calc(48 * (100vw / 430));
  font-size: calc(12 * (100vw / 430));
  top: calc(10 * (100vw / 430));
  left: calc(10 * (100vw / 430));
}
/*-------------------------related product*/

.article_page .btn_back {
  margin: calc(25 * (100vw / 430)) auto 0;
}

.article_page .btn_back a {
  border-radius: calc(5 * (100vw / 430));
  width: calc(270 * (100vw / 430));
  height: calc(48 * (100vw / 430));
  font-size: calc(15 * (100vw / 430));
}
  
}

/*PC------------------------------------------------------*/
@media screen and  (min-width:769px) {
  .article_page .only_sp {
    display: none;
  }  

}
/*------------------------------------------------------PC*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1400px){
  html {
    font-size: calc(10 * (100vw / 1400));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/