@charset "UTF-8";
html {
  font-size: 62.5%;
}

#Wrap {
  width: auto;
}

.article_page {
  padding: 5rem 0;
  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 {
  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: #EAF8EB;
  text-align: center;
}

.product_intro .product_name {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8AAC83;
}

.product_intro .product_price {
  margin-bottom: 2.5rem;
  font-size: 1.6rem;
}

.product_intro .product_price .tax {
  font-size: 1.2rem;
}

.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: #8AAC83;
  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: #547D3B;
}

.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;
}

.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: #6DA982;
  content: "";
}

.ingredient_list {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  border-radius: 1rem;
  margin-top: 2rem;
  padding: 3rem 0;
  background: #EAF8EB;
}

.ingredient_list li {
  width: 8rem;
}

.ingredient_img {
  filter: drop-shadow(0 0 10px rgba(138, 172, 131, .2));
}

.ingredient_name {
  margin-top: .8rem;
  font-size: 1.1rem;
  line-height: 1.3;
  text-align: center;
}

.fragrance_list_wrap {
  border-radius: 1rem;
  margin-top: 2rem;
  padding: 2rem 3.5rem 3rem;
  background: #EAF8EB;
}

.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 #EAF8EB;
  border-right: solid 14rem 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: 14rem;
  border-top: solid 33rem #EAF8EB;
  border-left: solid 14rem 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: 28rem;
  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: #EAF8EB;
  content: "";
  pointer-events: none;
}

.fragrance_list_wrap dt::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: .5rem;
  height: 100%;
  margin-left: -.07rem;
  background: #EAF8EB;
  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: #D7EAD2;
}

.fragrance_list_wrap dl:nth-of-type(2) dt {
  background: #B8D7AF;
}

.fragrance_list_wrap dl:nth-of-type(3) dt {
  background: #9AC792;
}

.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;
}

.fragrance_list_wrap dl:nth-of-type(1) dd {
  margin-left: -5rem;
}

.fragrance_list_wrap dl:nth-of-type(3) dd {
  margin-left: 5rem;
}

.fragrance_list {
  display: flex;
  gap: 5rem;
}

.fragrance_list li {
  position: relative;
  width: 6rem;
  padding-bottom: 2rem;
}

.fragrance_img {
  filter: drop-shadow(0 0 10px rgba(138, 172, 131, .2));
}

.fragrance_name {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.1rem;
  white-space: nowrap;
}

.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: #EAF8EB;
}

.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: #8AAC83;
  content: "";
}

.free_list_wrap > p span {
  position: relative;
  width: fit-content;
  padding: 0 2rem;
  background: #EAF8EB;
  font-size: 1.4rem;
  color: #8AAC83;
}

.free_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.free_list li {
  position: relative;
  padding: 1.2rem 3rem;
  background: #8AAC83;
  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: #547D3B;
}

.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 {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 600;
}

.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: #547D3B;
}
/*-------------------------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 / 390));
  background: #FAFAFA;
}

.article_page {
  padding: 0;
}

.article_page .only_pc {
  display: none;
}

.article_page sup {
  font-size: calc(10 * (100vw / 390));
}

.article_page_inner {
  width: auto;
  padding: calc(20 * (100vw / 390)) 0 calc(50 * (100vw / 390));
}
/*beginning-------------------------------*/
.beginning_area {
  padding-bottom: calc(25 * (100vw / 390));
}

.beginning_area .sec_inner {
  padding: 0 calc(15 * (100vw / 390));
}

.article-date_wrap {
  gap: calc(6 * (100vw / 390));
  margin-bottom: calc(15 * (100vw / 390));
}

.article-sort {
  padding: calc(5 * (100vw / 390)) calc(8 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

.article-date {
  font-size: calc(13 * (100vw / 390));
}

.main_ttl {
  margin-bottom: calc(15 * (100vw / 390));
  font-size: calc(16 * (100vw / 390));
}

.main_img {
  margin-bottom: calc(30 * (100vw / 390));
}

.main_lead {
  margin-bottom: calc(30 * (100vw / 390));
}

.main_lead p {
  font-size: calc(14 * (100vw / 390));
}

.main_lead p:nth-of-type(n+2) {
  margin-top: calc(20 * (100vw / 390));
}

.product_intro {
  border-radius: calc(5 * (100vw / 390));
  width: auto;
  padding: calc(30 * (100vw / 390)) 0;
}

.product_intro .product_name {
  margin-bottom: calc(15 * (100vw / 390));
  font-size: calc(16 * (100vw / 390));
}

.product_intro .product_price {
  margin-bottom: calc(20 * (100vw / 390));
  font-size: calc(14 * (100vw / 390));
}

.product_intro .product_price .tax {
  font-size: calc(11 * (100vw / 390));
}

.btn_product-dtl a {
  border-radius: calc(5 * (100vw / 390));
  width: calc(210 * (100vw / 390));
  height: calc(43 * (100vw / 390));
  font-size: calc(15 * (100vw / 390));
}

.btn_product-dtl a::before {
  border-width: calc(6 * (100vw / 390));
  margin-right: calc(15 * (100vw / 390));
}

/*-------------------------------beginning*/

/*feature---------------------------------*/
.feature_area {
  padding: calc(25 * (100vw / 390)) 0;
}

.feature_area .sec_inner {
  padding: 0 calc(15 * (100vw / 390));
}

.feature_list > li:nth-of-type(n+2) {
  margin-top: calc(40 * (100vw / 390));
}

.feature_ttl {
  margin-bottom: calc(15 * (100vw / 390));
  font-size: calc(15 * (100vw / 390));
}

.feature_ttl.adjust {
  letter-spacing: 0;
}

.feature_lead {
  font-size: calc(13 * (100vw / 390));
}

.feature_lead_wrap {
  display: block;
  margin-top: calc(-20 * (100vw / 390));
}

.feature_lead_wrap .feature_lead {
  width: auto;
  padding-top: calc(20 * (100vw / 390));
}

.feature_lead_img {
  float: right;
  width: calc(140 * (100vw / 390));
  margin: 0 calc(10 * (100vw / 390));
}

.feature_lead_img.logo_COSMOSORGANIC {
  width: calc(70 * (100vw / 390));
  margin-right: calc(20 * (100vw / 390));
}

.feature_lead .notes {
  margin-top: calc(10 * (100vw / 390));
  font-size: calc(10 * (100vw / 390));
}

.feature_list > li > dl:nth-of-type(n+2) {
  margin-top: calc(30 * (100vw / 390));
}

.feature_list > li > dl dt {
  margin-bottom: calc(15 * (100vw / 390));
  padding: calc(5 * (100vw / 390)) 0 calc(5 * (100vw / 390)) calc(12 * (100vw / 390));
  font-size: calc(14 * (100vw / 390));
  line-height: 1.5;
}

.feature_list > li > dl dt::before {
  width: calc(2 * (100vw / 390));
}

.ingredient_list {
  flex-wrap: wrap;
  gap: calc(15 * (100vw / 390)) calc(10 * (100vw / 390));
  border-radius: calc(10 * (100vw / 390));
  margin-top: calc(20 * (100vw / 390));
  padding: calc(20 * (100vw / 390)) 0;
}

.ingredient_list li {
  width: calc(74 * (100vw / 390));
}

.ingredient_name {
  margin-top: calc(8 * (100vw / 390));
  font-size: calc(11 * (100vw / 390));
}

.fragrance_list_wrap {
  border-radius: calc(10 * (100vw / 390));
  margin-top: calc(20 * (100vw / 390));
  padding: calc(20 * (100vw / 390)) calc(10 * (100vw / 390));
}

.fragrance_list_wrap dl {
  display: block;
  height: calc(134 * (100vw / 390));
}

.fragrance_list_wrap dl:nth-of-type(1) {
  height: calc(172 * (100vw / 390));
  background: #D7EAD2;
}

.fragrance_list_wrap dl:nth-of-type(2) {
  background: #B8D7AF;
}

.fragrance_list_wrap dl:nth-of-type(3) {
  background: #9AC792;
}

.fragrance_list_wrap dl:nth-of-type(n+2) {
  border-top: solid #fff;
  border-width: calc(3 * (100vw / 390));
}

.fragrance_list_wrap dl:nth-of-type(1)::before {
  border-top: solid calc(440 * (100vw / 390)) #EAF8EB;
  border-right: solid calc(170 * (100vw / 390)) transparent;
}

.fragrance_list_wrap dl:nth-of-type(1)::after {
  left: auto;
  right: 0;
  margin-left: 0;
  border-top: solid calc(440 * (100vw / 390)) #EAF8EB;
  border-left: solid calc(170 * (100vw / 390)) transparent;
}

.fragrance_list_wrap dl:nth-of-type(n+2)::before {
  display: none;
}

.fragrance_list_wrap dt {
  width: auto;
  height: auto;
  margin-bottom: calc(10 * (100vw / 390));
  font-size: calc(15 * (100vw / 390));
  background: unset !important;
}

.fragrance_list_wrap dt::before,
.fragrance_list_wrap dt::after {
  display: none;
}

.fragrance_list_wrap dl:nth-of-type(n+2) dt {
  border-top: none;
}

.fragrance_list_wrap dl:nth-of-type(1) dt span {
  padding-top: calc(60 * (100vw / 390));
}

.fragrance_list_wrap dl:nth-of-type(n+2) dt span {
  padding-top: calc(10 * (100vw / 390));
}

.fragrance_list_wrap dl:nth-of-type(1) dd {
  margin-left: 0;
}

.fragrance_list_wrap dl:nth-of-type(3) dd {
  margin-left: 0;
}

.fragrance_list {
  justify-content: center;
  gap: calc(35 * (100vw / 390));
}

.fragrance_list_wrap dl:nth-of-type(2) .fragrance_list {
  gap: calc(10 * (100vw / 390));
}

.fragrance_list li {
  width: calc(60 * (100vw / 390));
  padding-bottom: calc(20 * (100vw / 390));
}

.fragrance_name {
  font-size: calc(11 * (100vw / 390));
  color: #fff;
}

.fragrance_list_wrap .notes {
  margin-top: calc(10 * (100vw / 390));
  font-size: calc(10 * (100vw / 390));
  text-align: center;
}

.free_list_wrap {
  border-radius: calc(10 * (100vw / 390));
  margin-top: calc(20 * (100vw / 390));
  padding: calc(15 * (100vw / 390)) calc(15 * (100vw / 390)) calc(20 * (100vw / 390));
}

.free_list_wrap > p {
  margin-bottom: calc(10 * (100vw / 390));
}

.free_list_wrap > p::before {
  height: calc(1 * (100vw / 390));
}

.free_list_wrap > p span {
  padding: 0 calc(15 * (100vw / 390));
  font-size: calc(13 * (100vw / 390));
}

.free_list {
  gap: calc(8 * (100vw / 390));
}

.free_list li {
  padding: calc(8 * (100vw / 390)) calc(20 * (100vw / 390));
  font-size: calc(12 * (100vw / 390));
}

.free_list li::before {
  width: calc(100% - calc(20 * (100vw / 390)));
  height: calc(1 * (100vw / 390));
}
/*---------------------------------feature*/
/*related product-------------------------*/
.related-product_area {
  padding: calc(25 * (100vw / 390)) 0;
}

.related-product_area h3 {
  margin-bottom: calc(20 * (100vw / 390));
  font-size: calc(20 * (100vw / 390));
}

.product_wrap {
  display: block;
  text-align: center;
}

.product_img {
  width: calc(200 * (100vw / 390));
  border-width: calc(1 * (100vw / 390));
  margin: 0 auto calc(20 * (100vw / 390));
}

.related-product_area .product_name {
  margin-bottom: calc(8 * (100vw / 390));
  font-size:  calc(14 * (100vw / 390));
}

.related-product_area .product_price {
  margin-bottom: calc(15 * (100vw / 390));
  font-size: calc(14 * (100vw / 390));
}

.related-product_area .product_price .txt_S {
  margin-left: calc(5 * (100vw / 390));
  font-size: calc(10 * (100vw / 390));
}

.related-product_area .product_caption {
  margin-bottom: calc(15 * (100vw / 390));
  font-size: calc(12 * (100vw / 390));
}

.related-product_area .product_link {
  font-size: calc(16 * (100vw / 390));
}
/*-------------------------related product*/

.article_page .btn_back {
  margin: calc(25 * (100vw / 390)) auto 0;
}

.article_page .btn_back a {
  border-radius: calc(5 * (100vw / 390));
  width: calc(270 * (100vw / 390));
  height: calc(48 * (100vw / 390));
  font-size: calc(15 * (100vw / 390));
}
  
}

/*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));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/