﻿@charset "UTF-8";

/* =============================================================

    TOP PAGE CSS

============================================================= */


/*//////////////////////////////////////////////////

　　　　　　　　　　ALL SETTING

//////////////////////////////////////////////////*/

body
body a,
#Wrap,
#Wrap a {
  color: var(--color-secondary);
}

#Wrap,
.wrapBottom,
.wrapTop { width: 100% !important;}

#Contents {
  overflow: hidden;
  padding: 0;
}

.brxLoadFade {opacity : 0; transform: translateY(10px); transition : all .5s ease-in-out;}
.brxLoadFade.done {opacity : 1; transform : translate(0, 0);}
.brxScrollFade {opacity: 0; transform: translateY(10px); transition: all .5s ease-in-out;}
.brxScrollFade.done {opacity : 1; transform : translate(0, 0);}


/* LOADING
============================================================= */

.first-user .loading_area {
  position: relative;
  transition: all 1s ease;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: bggradient 3.5s ease-in-out 0s 1 forwards;

  background-color: #fff;
}

@keyframes bggradient {
  0% {
    opacity: 1;
    z-index: 9999999;
    visibility: visible;
  }
  2% {
    opacity: 1;
    z-index: 9999999;
    visibility: visible;
  }
  75% {

    opacity: 1;
    z-index: 9999999;
    visibility: visible;
  }
  100% {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
  }
}

.first-user .loading_area::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image:url(../Contents/ImagesPkg/top/bg_loading_230213_pc.png);
  background-size: cover;
  /*background-position: center 40%;*/
  background-position: top;
  background-repeat: no-repeat;
  animation: bggradient2 3.5s ease-in-out 0s 1 forwards;
  content: "";
}

@keyframes bggradient2{
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }

}
/*↓上に文字などの要素を乗せる場合の記述↓*/
/*.first-user .loading_area::after {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-image:url(../Contents/ImagesPkg/top/bg_loading_logo_221201.png);
  background-size: 40rem;
  background-position: center 50%;
  background-repeat: no-repeat;
  animation: bggradient3 3.5s ease-in-out 0s 1 forwards;
  content: "";
}*/

/*@keyframes bggradient3 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }

}*/

/* SECTION COMMON
============================================================= */

.top_section {}

.top_section img {
  max-width: 100%;
}

.btn_wrap .btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14rem;
  margin: auto;
  padding: .95rem 1rem;
  background: url(../Contents/ImagesPkg/common/icn_btn_arw.svg) no-repeat calc(100% - 1.2rem) center;
  background-size: .55rem;
  border: 1px solid #c6c6c6;
  border-radius: 20rem;
  color: #053931;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.4;
  box-shadow: none;
  letter-spacing: .02em;
}

.btn_wrap .btn_link.is-target_blank {
  background: url(../Contents/ImagesPkg/common/icn_btn_target_blank.svg) no-repeat calc(100% - 1.2rem) center;
}

.btn_wrap .btn_link:hover {
  opacity: 1;
}

/* ---- Section Inner ---- */

.top_section__inner {
  max-width: 100%;
  margin: 0 auto;
}

/* ---- Section Title ---- */

.top_section .section_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_section .ttl_section {
  font-weight: 100;
  line-height: 1;
}


/* INFO BAR
============================================================= */

.top_info_section {
  background: #ebfe9a;
  letter-spacing: .05em;
}

.text-bnr {
  color: var(--color-primary);
  text-align: center;
}

.text-bnr li {
  display: none;
  text-align: center;
}

.text-bnr .slick-track {
  display: flex;
  align-items: center;
}

.text-bnr .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-bnr .slick-arrow {
  display: none !important;
}


/* MAINVISUAL
============================================================= */

.top_mainvisual_section {
}

.top_mainvisual_section .feature_list_common {
  margin: 0;
  border: none;
}

.top_mainvisual_section .feature_list_common > ul {
  transition: opacity .3s ease-in-out;
  opacity: 0;
  height: 30vw;
  margin: 0;
}

.top_mainvisual_section .feature_list_common > ul.slick-slider {
  display: block;
  opacity: 1;
  height: auto;
}

.top_mainvisual_section .feature_list_common > ul > li {
  display: inline-block;
  vertical-align: top;
}


.top_mainvisual_section .feature_list_common > ul > li > a,
.top_mainvisual_section .feature_list_common .slick-slide a {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  align-content: flex-end;
}

.top_mainvisual_section .feature_list_common a,
.top_mainvisual_section .feature_list_common a .feature_ttl {
  color: #fff;
}

.top_mainvisual_section .feature_list_common .feature_cat {
}

.top_mainvisual_section .feature_list_common .feature_img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: 0;
}

.top_mainvisual_section .feature_list_common .feature_img::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(176deg,  rgba(0,0,0,0.05) 45%, rgba(0,0,0,0.4) 100%);
  content: "";
}

.top_mainvisual_section .feature_list_common .feature_ttl {
  margin-bottom: 0;
  font-weight: bold;
  -webkit-line-clamp: 2;
}

.top_mainvisual_section .feature_list_common .feature_data {
  position: absolute;
  left: 0;
}

.top_mainvisual_section .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.top_mainvisual_section .slick-dots li button:before {
  opacity: 1;
  width: 100%;
  height: 100%;
  border: 1px solid #707070;
  border-radius: 100%;
  content: "";
}

.top_mainvisual_section .slick-dots li.slick-active button:before {
  background-color: #053931;
  border-color: #053931;
}



/* NEWS BANNER
============================================================= */

.top_news_section {
}

.campaign_list {
}

.campaign_list li {
  display: none;
}

.campaign_list li:first-child {
  display: block;
}

.campaign_list .slick-slider li {
  display: block;
}

.campaign_list a {
  display: block;
}

.campaign_list .banner_wrap {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  color: #fff;
  font-family: var(--font-base);
  font-weight: 100;
  line-height: 1;
  background: url(../Contents/ImagesPkg/common/icn_banner_arw.svg) no-repeat  calc(100% - 1.2vw) center, url(../Contents/ImagesPkg/common/icn_banner_arw.svg) no-repeat calc(100% - 2.4vw) center;
}

.campaign_list .banner_wrap .txt_bold {
  font-weight: 400;
}

.campaign_list .banner_wrap .txt_cont {
  white-space: nowrap;
}

.campaign_list .banner_wrap .txt_cont.txt_center {
  text-align: center;
}

.campaign_list .banner_wrap .txt_0ff {
  white-space: nowrap;
  font-weight: 500;
  line-height: 1.2;
}

.campaign_list .img_bnr .banner_wrap {
  padding: 0;
  background: none;
}

.campaign_list .img_bnr img {
  width: 100%;
  max-width: 105rem;
}


/* ITEM SEARCH AREA
============================================================= */

.top_nav_section {
  margin-bottom: 100px;
  background: #fffcf4;
  border-bottom: 10px solid #f5eedc;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.search_area .search_box {
  position: relative;
}

.search_area .search_box input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  background: #f5eedc;
  border: none;
  border-radius: 200px;
  box-shadow: 8px 10px 23px -15px rgba(0,0,0,0.2) inset;
  color: #6e6e6e;
}

.search_area .search_box input::placeholder {
  color: #6e6e6e;
}
/* 旧Edge対応 */
.search_area .search_box input::-ms-input-placeholder {
  color: #6e6e6e;
}
/* IE対応 */
.search_area .search_box input:-ms-input-placeholder {
  color: #6e6e6e;
}

.search_area .search_box .icn_search {
  position: absolute;
  top: 50%;
}

.rmd_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ttl_rmd {
  background: url(../Contents/ImagesPkg/common/icn_staff.svg) no-repeat 0 0;
  background-size: 18px;
}

.tag_list {
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* ---- Tag List ---- */

.tag_list li {
  display: inline-block;
  margin: 0 0 5px;
}

.tag_list::-webkit-scrollbar {
  display: none;
}

.tag_list ul {
  display: inline-block;
  white-space: nowrap;
}

.tag_list a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 4px;
  background: #eae1c9;
  border-radius: 200px;
  font-size: 13px;
  font-weight: bold;
}

.tag_list a,
.tag_list a:link {
  color: var(--color-secondary) !important;
}


/* ---- Recommended List ---- */

.rmd_list {
}

.rmd_list ul {
  display: flex;
  flex-wrap: wrap;
}

.rmd_list ul li {
  width: 25%;
}

.rmd_list ul li a {
  display: block;
}

.rmd_list .staff_rmd {
  font-weight: bold;
}

.rmd_list .rmd_img {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 5px;
  border-radius: 100%;
  background: #fff;
}

.rmd_list .rmd_img img {
  width: 100%;
}

.rmd_list .rmd_img::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ebebeb;
  border-radius: 100%;
  content: "";
}

.rmd_list .staff_rmd .rmd_img::before {
  border: 3px solid #f5eedc;
}

.rmd_list .rmd_ttl {
  text-align: center;
}

.rmd_brand,
.rmd_category {
  border-top: 1px solid #f5eedc;
}

.rmd_category .rmd_list {
}


/* Skin Check
============================================================= */

.top_skinCheck_section {
  background-color: #ECE8D7;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -6rem auto 7rem;
  padding: 6.3rem 0 6rem;
  text-align: center;
  color: #053931;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.top_skinCheck_section::before {
  display: block;
  position: absolute;
  background-image: url(../../Contents/ImagesPkg/top/OnlineSlinCheck_pc1.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  top: -35.8rem;
  left: -31.7rem;
  width: 79.6rem;
  height: 78.2rem;
  z-index: -1;
}
.top_skinCheck_section::after {
  display: block;
  position: absolute;
  background-image: url(../../Contents/ImagesPkg/top/OnlineSlinCheck_pc2.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  top: 6.8rem;
  left: auto;
  right: -45.8rem;
  width: 118.7rem;
  height: 114.6rem;
  z-index: -1;
}
.top_skinCheck_section::after {

}
.skinCheck__ttl {
  text-align: center;
}
.skinCheck .skinCheck__ttl--main {
  width: 46rem;
  margin: 0 auto;
  text-align: center;
}
.skinCheck .skinCheck__ttl--rubi {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  color: #053931;
}
.skinCheck .skinCheck__ttl--obi {
  display: inline-block;
  margin-top: 2.4rem;
  padding: 0.7rem 2.1rem 0.4rem;
  background-color: #053931;
  border-radius: 0.5rem;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.09;
  color: #FFFFFF;
  text-align: center;
}
.skinCheck .skinCheck__ttl--obiSmall {
  padding-right: 0.5rem;
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  top: -0.2rem;
}
.skinCheck__lead {
  margin-top: 2.3rem;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.666;
  color: #212121;
  text-align: center;
}
.skinCheck__linkBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27.6rem;
  height: 5.8rem;
  margin: 3.4rem auto 0;
  border-radius: 2.9rem;
  border: 1px solid #053931;
  background-color: rgba(255,255,255,0.6);
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #053931!important;
}
.skinCheck__linkBtn::after {
  border-top: 3px solid #053931;
  border-right: 3px solid #053931;
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: auto;
  right: 2.4rem;
  width: 0.8rem;
  height: 0.8rem;
}


/* NEW ITEM
============================================================= */

.newitem_section {
}

.newitem_section .section_head {
}

.newitem_section .item_list_wrap {
  position: relative;
  background: #fff;
}

.newitem_section .item_list {
  display: inline-block;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.newitem_section .item_list__item_wrap {
  display: inline-block;
  position: relative;
  margin: 0;
  vertical-align: top;
}

.newitem_section .item_list__item_wrap:first-child {
  padding-left: 0;
}

.newitem_section .item_list__item {
  position: relative;
  overflow: visible;
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  background: none;
}

.newitem_section .item_list__item:before {
  position: absolute;
  width: 1px;
  background: #f2f2f2;
  content: "";
}

.newitem_section .item_list__item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #f2f2f2;
  content: "";
}

.newitem_section .item_list__item:first-child {
  padding-top: 0;
}

.newitem_section .item_list__item_wrap:first-child .item_list__item:before,
.newitem_section .item_list__item:first-child::after {
  display: none;
}

.newitem_section .item_list__item:first-child::before {
  top: 0;
}

.newitem_section .item_list__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newitem_section .item_list__title,
.newitem_section .item_list__review,
.newitem_section .item_list__price {
  padding-right: 0;
  padding-left: 0;
}


/* TRIAL
============================================================= */

.trial_section {
  display: none;
  background: #fffcf4;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
}

.first-user .trial_section {
  display: block;
}

.trial_section .ttl_section .txt_sm {
  font-weight: bold;
}

.trial_list .icn_rank {
  display: none;
}


/* SEASON
============================================================= */

.season_section {
  position: relative;
  z-index: 1;
}

.season_section .section_head {
}

.ttl_section .txt_sm {
  font-weight: 100;
}

/* -- 乾燥 -- */

.season_section .ttl_section .txt_dry {
  background: url(../Contents/ImagesPkg/common/icn_dry.svg) no-repeat;
  color: #4d9bc4;
}

.season_list .icn_rank {
  display: none;
}

/* -- 23.02.15 春立ち上げ -- */
.coupon_pickup {
  box-shadow: none;
  padding: 6rem 0 2rem;
  margin-bottom: 2rem;
  border-top: 1px solid #f5f5f5;
}
.coupon_pickup .ttl_section .txt_sm {
  font-weight: 100;
}


/* RANKING
============================================================= */

.ranking_section {
  position: relative;
  margin: 0;
  padding: 0;
}


.btn_viewmore {
}

.btn_viewmore a {
  background-position: right 0.3rem;
  letter-spacing: 0.02em;
  font-weight: bold;
}

.ranking_list {
}

.ranking_list > ul > li,
.ranking_list .slick-slide {
  display: inline-block;
  width: 70rem;
  margin: 0 3rem 3rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.ranking_list > ul > li:first-child,
.ranking_list .slick-slide:first-child {
  margin-left: 0;
}

.ranking_list .ranking_ttl {
  padding: 3rem;
  border-bottom: 1px solid #e8e8e8;
}

.ranking_list .ranking_ttl .txt_en {
  font-size: 2.5rem;
  font-weight: 200;
  padding-right: 1rem;
  letter-spacing: 0.02em;
}

.ranking_list .ranking_ttl .txt_ja {
  font-size: 1.2rem;
}

.ranking_list .ranking_cont {
  padding: 3rem;
}

.btn_viewmore {
  float: right;
}

.btn_viewmore a {
  display: inline-block;
  padding-right: 2.5rem;
  background: url(../Contents/ImagesPkg/common/icn_btn_arw.svg) no-repeat right center;
  font-size: 1.2rem;
  color: #053931 !important;
  letter-spacing: 0.05em;
}

.item_list__review {
  overflow: hidden;
}

/* ---- Rank ---- */

.reviewFeature__RankingParts a span + span {
  font-size: 1.5rem;
}

.reviewFeature__RankingParts .num {
  display: none;
}

/* ---- Rank Icon ---- */

.ranking_list .icn_rank {
  display: none !important;
}

.tab_btn_area {
  overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.tab_btn_area::-webkit-scrollbar {
  display: none;
  }

.tab_btn_area::-webkit-scrollbar {
  display: none;
  }

.tab_btn_area ul {
  display: inline-block;
  white-space: nowrap;
}

.tab_btn_area .tab_btn {
  display: inline-block;
  border: 2px solid #f2f2f2;
  border-radius: 200px;
  color: #6e6e6e;
  text-align: center;
  cursor: pointer;
}

.tab_btn_area .tab_btn.selected {
  border-color: #053931;
  background-color: #053931;
  color: #fff;
}


/* ABOUT COSMEKITCHEN
============================================================= */

.about_section  {
  display: none;
  overflow: hidden;
  position: relative;
  background-color: #fedada;
  background-size: 100%;
}

.first-user .about_section {
  display: block;
}

.bg_about_section {
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.about_section .top_section__inner {
}

.about_section .about_ttl {
  text-align: center;
  line-height: 1.3;
}

.about_section .about_ttl .txt_lg {
  font-weight: 400;
}

.about_section .about_txt {
  line-height: 1.8;
}

.about_section .about_list {
}

.about_section .about_list ul {
}

.about_section .about_list dl {
  display: flex;
  background: #fff;
}

.about_section .about_list dl dt img {
  width: 100%;
}

.about_section .about_list dl dd {
  border-left: 1px solid #6e6e6e;
}

.about_section .about_list strong {
  color: #fda3a2;
  font-weight: bold;
}

.about_section .btn_wrap .btn_link {
  transition: opacity .4s ease-in-out;
  border: none;
  background-image: url(../Contents/ImagesPkg/common/icn_btn_arw_black.svg);
  background-position: right center;
  background-repeat: no-repeat;
  color: var(--color-secondary);
}

.about_section .btn_wrap .btn_link:hover {
  opacity: .9;
}


/* FEATURE
============================================================= */

.feature_section {
  position: relative;
  z-index: 0;
  background: #fffcf4;
}

.feature_section::before {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-image: url(../Contents/ImagesPkg/top/feature_bg_all.svg);
  content: "";
}

.first-user .feature_section::before {
  background-image: url(../Contents/ImagesPkg/top/feature_bg_all_white.svg);
}

/* ARTICLES
============================================================= */

.articles_section {
  background: #fffcf4;
}

.articles_list {
}

.articles_list {
  overflow: hidden;
  overflow-x: scroll;
}

.articles_list ul {
  display: inline-block;
  white-space: nowrap;
}

.articles_list ul li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.articles_list::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}

.articles_list::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

.articles_list::-webkit-scrollbar-thumb {
  background-color: #6e6e6e;
}

.articles_list .articles_img {
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.articles_list .articles_img img {
  width: 100%;
}

.articles_list .articles_cate {
  font-weight: 100;
  line-height: 1;
}

.articles_list .articles_cate .txt_lg {
  font-weight: 600;
}

.articles_list .articles_ttl {
  font-weight: normal;
}


/* リサイクルキッチン BANNER
============================================================= */

.bnr_recyclekitchen {
}

.bnr_recyclekitchen_link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  /* background-color: #e2ded0; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  text-align: center;
}

.bnr_recyclekitchen_link,
.bnr_recyclekitchen_link:link {
  color: #fff !important;
}

.bnr_recyclekitchen_link .bnr_ttl {
  margin: auto;
}

.bnr_recyclekitchen_link .bnr_ttl img {
  width: 100%;
}

.bnr_recyclekitchen_link .bnr_cont {
  font-weight: bold;
  text-align: center;
}

.bnr_recyclekitchen .txt_link {
  font-weight: 100;
  text-align: right;
}

.bnr_recyclekitchen .btn_wrap {
  position: relative;
}

.bnr_recyclekitchen .btn_wrap .btn_link {
  padding: 0;
  background-color: #eae1c9;
  border-color: #eae1c9;
  background-image: url(../Contents/ImagesPkg/common/icn_btn_arw.svg);
  color: #053931;
  font-weight: 300;
  letter-spacing: 0.08em;
}



/* GO GREEN PARK BANNER
============================================================= */

.bnr_ggm {
}

.bnr_ggm_link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  background-color: #e2ded0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  text-align: center;
}

.bnr_ggm_link,
.bnr_ggm_link:link {
  color: #4E734F !important;
}

.bnr_ggm_link .bnr_ttl {
  margin: auto;
}

.bnr_ggm_link .bnr_ttl img {
  width: 100%;
}

.bnr_ggm_link .bnr_cont {
  font-weight: bold;
  text-align: center;
}

.bnr_ggm .txt_link {
  font-weight: 100;
  text-align: right;
}

.bnr_ggm .btn_wrap {
  position: relative;
}

.bnr_ggm .btn_wrap .btn_link {
  padding: 0;
  background-color: #4e734f;
  border-color: #4e734f;
  background-image: url(../Contents/ImagesPkg/common/icn_btn_target_blank_white.svg);
  color: #fff;
  font-weight: 200;
  letter-spacing: 0.08em;
}


/* INSTAGRAM BANNER
============================================================= */

.bnr_instagram {
}

.bnr_instagram_link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  text-align: center;
}

.bnr_instagram_link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(0,0,0,0.15);
  content: "";
}

.bnr_instagram_link,
.bnr_instagram_link:link {
  color: #fff !important;
}

.bnr_instagram_link .bnr_ttl {
  position: relative;
  display: inline-block;
  background: url(../Contents/ImagesPkg/common/icn_instagram_white.svg) no-repeat left center;
  font-weight: 700;
  text-align: center;
}

.bnr_instagram .txt_link {
  font-weight: 100;
  text-align: right;
}

.bnr_instagram .btn_wrap {
  position: relative;
}

.bnr_instagram .btn_wrap .btn_link {
  padding: 0;
  background-color: #ebfe9a;
  border-color: #ebfe9a;
  font-weight: 300;
  letter-spacing: 0.08em;
}




/*//////////////////////////////////////////////////

　　　　　　　　　　PC ONLY SETTING

//////////////////////////////////////////////////*/


@media (min-width: 769px) {


  /* SECTION COMMON
  ============================================================= */

  .top_section__inner {
    width: 110rem;
  }

  .top_section__inner a:hover {
    opacity: .65;
  }

  .top_section .section_head {
    margin-bottom: 2rem;
    align-items: flex-end;
  }

  /* ---- Section Title ---- */

  .top_section .ttl_section {
    font-size: 2.8rem;
    letter-spacing: 0.02em;
    font-weight: bold;
  }

  .top_section .ttl_section .txt_en {
    padding-right: .2rem;
    font-size: 3.6rem;
    font-weight: 400;
  }

  .btn_wrap .btn_link {
    width: 14rem;
    padding: .2rem;
    font-size: 1.5rem;
  }


  /* INFO BAR
  ============================================================= */

  .top_info_section {
    position: relative;
    z-index: 2;
    margin-bottom: -10px;
  }

  .top_info_section .top_section__inner {
    width: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .text-bnr {
    font-size: 1.4rem;
  }

  .text-bnr li {
    display: none;
    padding: .78rem 2rem;
    font-size: 1.4rem;
  }

  .text-bnr li:first-child {
    display: block;
  }

  .text-bnr .slick-slide {
    display: block;
  }

  /* MAINVISUAL
  ============================================================= */

  .top_mainvisual_section {
    position: relative;
    padding: 3.2rem 0 3rem;
  }

  .top_mainvisual_section::before {
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    height: 10px;
    box-shadow: 3px 2px 7px 0px rgba(0,0,0,0.06);
    content: "";
  }

  .top_mainvisual_section .top_section__inner {
    width: 100%;
  }

  .top_mainvisual_section .feature_list_common > ul {
    transition: opacity .3s ease-in-out;
    opacity: 0;
    height: 43rem;
    margin: 0;
  }

  .top_mainvisual_section .feature_list_common > ul.slick-slider {
    display: block;
    opacity: 1;
    height: 43rem;
  }

  .top_mainvisual_section .feature_list_common {
    padding: 0;
  }

  .top_mainvisual_section .feature_list_common .slick-track {
  }

  .top_mainvisual_section .feature_list_common .slick-track .slick-slide  {
    width: 45rem;
    margin: 0 .8rem 3rem;
  }

  .top_mainvisual_section .feature_list_common > ul > li > a,
  .top_mainvisual_section .feature_list_common .slick-slide a {
    height: 36.1rem;
    padding: 1.8rem 1.6rem;
  }

  .top_mainvisual_section .feature_list_common .feature_cat {
    top: 1rem;
    left: 1rem;
  }

  .top_mainvisual_section .feature_list_common .feature_img {
    border-radius: 1rem;
  }

  .top_mainvisual_section .feature_list_common .feature_ttl {
    font-size: 2.2rem;
  }

  .top_mainvisual_section .feature_list_common .feature_cont {
    font-size: 1.2rem;
  }

  .top_mainvisual_section .feature_list_common .feature_data {
    bottom: -2.8rem;
  }

  .top_mainvisual_section .slick-dots {
    bottom: .8rem;
  }

  .top_mainvisual_section .slick-dots li {
    width: .8rem;
    height: .8rem;
    margin: 0 .45rem;
  }

  .top_mainvisual_section .slick-dots li button {
    margin: 0 .7rem .7rem;
  }


  /* NEWS BANNER
  ============================================================= */

  .top_news_section {
    margin-bottom: 3rem;
  }

  .top_news_section .top_section__inner {
    width: 100%;
  }

  .campaign_list {
  }

  .campaign_list .banner_wrap {
    min-height: 5rem;
    justify-content: center;
    padding: .5rem 0 .4rem;
    font-size: 2.2rem;
    background: none;
  }

  .campaign_list .banner_wrap .txt_cont {
    width: auto;
    padding-right: 1.8rem;
    padding-left: 3.6rem;
    text-align: center;
    letter-spacing: .02em;
  }

  .campaign_list .banner_wrap .txt_cont .txt_bold {
    padding-left: 1.8rem;
    font-size: 2rem;
  }

  .campaign_list .banner_wrap .txt_0ff {
    font-size: 3.6rem;
    padding-left: .2rem;
    padding-right: 3.6rem;
  }

  .campaign_list .banner_wrap .txt_lg {
    margin-right: -1.6rem;
    font-size: 3.6rem;
  }



  /* ITEM SEARCH AREA
  ============================================================= */

  .top_nav_section {
    margin-bottom: 6rem;
    padding: 3rem 1.5rem 4rem;
  }

  .search_area .search_box {
    width: 80rem;
    margin: auto auto 2rem;
  }

  .search_area .search_box input {
    height: 6rem;
    padding: .8rem 1.8rem .8rem 5.8rem;
    font-size: 1.6rem;
  }

  .search_area .search_box .icn_search {
    left: 2rem;
    margin-top: -1.4rem;
  }

  .search_area .search_box .icn_search img {
    width: 2.5rem;
    height: 2.5rem;
  }

  .rmd_head {
    margin-bottom: 1.5rem;
  }

  .ttl_rmd {
    padding-left: 3.2rem;
    background-size: 2.6rem;
    background-position: 0 0;
    font-size: 1.8rem;
  }

  .tag_list {
    margin: auto -1.5rem 4.4rem;
    padding: 0 1.5rem;
    font-size: 1.5rem;
    text-align: center;
  }

  .tag_list ul {
    margin-left: -.7rem;
  }

  .tag_list li {
    margin: 0 0 0 .7rem;
  }

  .tag_list a {
    padding: .8rem 2rem;
    font-size: 1.5rem;
  }

  /* ---- Recommended List ---- */

  .rmd_list {
    margin-bottom: .5rem;
  }

  .rmd_list ul {
    margin: 0 -.6rem -1.5rem;
  }

  .rmd_list ul li {
    width: 50%;
    margin: 0 0 1.5rem;
  }

  .rmd_list ul li a {
  }

  .rmd_list .staff_rmd {
  }

  .rmd_list .rmd_img {
    margin: 0 .6rem .8rem;
  }

  .rmd_list .rmd_ttl {
    font-size: 1.3rem;
  }

  .rmd_brand,
  .rmd_category {
    display: inline-block;
    width: 45%;
    padding-top: 0;
    border-top-width: 0;
    vertical-align: top;
  }

  /* ---- Brand ---- */

  .rmd_brand {
    padding-right: 5rem;
  }

  .rmd_brand ul {
    margin: 0 -.6rem -.9rem;
  }

  .rmd_brand ul li {
    width: 50%;
    margin: 0;
  }

  .rmd_brand .rmd_img {
    margin: 0 0.4rem 0.9rem;
  }

  .rmd_brand .rmd_img,
  .rmd_brand .rmd_img::before {
    border-radius: 1rem;
  }

  /* ---- Category ---- */

  .rmd_category {
    padding-left: 5rem;
    border-left: 1px solid #f5eedc;
  }

  .rmd_category .rmd_list {
    margin-bottom: 0;
  }

  .rmd_category .rmd_list li {
    width: 20%;
  }


  /* NEW ITEM
  ============================================================= */

  .newitem_section {
    position: relative;
    z-index: 1;
    padding: 6rem 0 2rem;
    margin-bottom: 2rem;
    border-top: 1px solid #f5f5f5;
  }

  .newitem_section .section_head {
  }

  .newitem_section .item_list_wrap {
    padding: 1.5rem 1.8rem 0;
  }

  .newitem_section .item_list__inner {
    margin: 0;
  }

  .newitem_section .item_list {
    overflow: hidden;
    min-width: 100%;
    border-radius: 1rem;
    margin: 0 0 3rem;
    padding: 0;
  }

  .newitem_section .item_list__item {
    overflow: hidden;
    width: calc(100% / 5 - 4rem);
    padding: 2rem !important;
  }

  .newitem_section .item_list__item:before {
    top: 1.5rem;
    right: 0;
    left: auto;
    bottom: 1.5rem;
  }

  .newitem_section .item_list__item::after {
    top: auto;
    right: 1.5rem;
    left: 1.5rem;
    bottom: 0;
  }
  .newitem_section .item_list__item:first-child::after {
    display: block;
  }

  .newitem_section .item_list__item:first-child::before {
    top: 1.5rem;
  }

  .newitem_section .item_list__title {
    min-height: 4.4rem;
  }

  /* TRIAL
  ============================================================= */

  .trial_section {
    margin-bottom: 6rem;
  }

  .trial_section .top_section__inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .trial_section .ttl_section {
    line-height: 1.6;
  }

  .trial_list .item_list .item_list__inner {
    transition: opacity .3s ease-in-out;
    opacity: 0;
  }

  .trial_list .item_list .item_list__inner.slick-slider {
    opacity: 1;
  }

  /* SEASON
  ============================================================= */

  .season_section {
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
    padding-top: 5.2rem;
    padding-bottom: 5rem;
  }

  .first-user .season_section {
    background: none;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 5rem;
  }

  .season_section .section_head {
  }

  .ttl_section .txt_lg {
    font-size: 2.8rem;
    padding-right: 0.2rem;
  }

  .ttl_section .txt_sm {
    font-size: 1.8rem;
  }

  /* -- 乾燥 -- */

  .season_section .ttl_section .txt_dry {
    padding-right: .2rem;
    padding-left: 2.7rem;
    background-position: .2rem .4rem;
    background-size: 2rem 2.8rem;
  }

  .season_list .item_list .item_list__inner {
    transition: opacity .3s ease-in-out;
    opacity: 0;
  }

  .season_list .item_list .item_list__inner.slick-slider {
    opacity: 1;
  }

  /* RANKING
  ============================================================= */

  .ranking_section {
    margin: 0 0 5rem;
    padding: 0;
  }

  .ranking_section .section_head {
    margin-bottom: 1rem;
    padding-right: 0;
    padding-left: 0;
  }

  .btn_viewmore a {
    padding-right: 1.6rem;
    background-size: .8rem;
    font-size: 1.3rem;
  }

  .ranking_list {
  }

  .tab_btn_area {
    padding: 1.5rem 0 2rem;
  }

  .tab_btn_area ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
  }

  .tab_btn_area .tab_btn {
    transition: opacity .25s ease-in-out;
    margin: 0;
    padding: .8rem 3.83rem;
    font-size: 1.6rem;
  }

  .tab_btn_area .tab_btn:hover {
    opacity: .65;
  }

  .tab_panel {
    display: none;
  }

  .tab_panel:first-child {
    display: block;
    animation: menu_fadein .25s ease 0s 1 forwards;
  }

  .tab_panel.is-active {
    animation: menu_fadein .25s ease 0s 1 forwards;
  }



  /* ABOUT COSMEKITCHEN
  ============================================================= */

  .about_section {
    z-index: 1;
  }

  .bg_about_section {
    top: -25rem;
    height: 67rem;
    background-image: url(../Contents/ImagesPkg/top/about_bg_all_pc.jpg);
  }

  .about_section .top_section__inner {
    width: auto;
    max-width: 113rem;
    padding: 6.3rem 2.5rem 9rem;
  }

  .about_section .about_ttl {
    margin-bottom: 1.8rem;
    line-height: 1.5;
  }

  .about_section .about_ttl .txt_lg {
    padding-right: .4rem;
    font-size: 3rem;
  }

  .about_section .about_ttl .txt_sm {
    font-size: 2.1rem;
  }

  .about_section .about_ttl .txt_md {
    font-size: 2.8rem;
  }

  .about_section .about_txt {
    margin-bottom: 3.2rem;
    font-size: 1.6rem;
    line-height: 1.9;
    text-align: center;
  }

  .about_section .about_list {
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
  }

  .about_section .about_list ul {
    display: flex;
    margin: 0 0 0 -2rem;
  }

  .about_section .about_list li {
    width: 33.333%;
    margin-bottom: 1.4rem;
    padding: 0 0 0 2rem;
  }

  .about_section .about_list li dl {
    align-items: center;
    padding: 0 ;
    padding: 1.8rem;
    border-radius: 1rem;
  }

  .about_section .about_list dl dt {
    width: 8rem;
    padding-right: 1.2rem;
  }

  .about_section .about_list dl dt img {
    width: 100%;
  }

  .about_section .about_list dl dd {
    padding-left: 1.2rem;
    white-space: nowrap;
  }

  .about_section .about_list dl dd p:first-child {
    padding-bottom: .2rem;
  }

  .about_section .about_list .txt_sm {
    font-size: 1.2rem;
  }

  .about_section .about_list strong {
    font-size: 2.2rem;
  }

  .about_section .btn_wrap .btn_link {
    display: flex;
    width: 20rem;
    height: 4.8rem;
    border: 1px solid #707070;
    background-color:  #f9e7e5;
    background-size: .9rem 1.2rem;
    background-position: calc(100% - 1.8rem) center;
    font-size: 1.4rem;
    letter-spacing: 0.04em;
  }


  /* FEATURE
  ============================================================= */

  .feature_section {
    padding: 5rem 0 0;
  }

  .feature_section::before {
    top: 0;
    width: 100%;
    background-image: url(../Contents/ImagesPkg/top/feature_bg_all_02.svg);
    background-position: -56rem -48rem;
    background-size: 174rem;
  }

  .first-user .feature_section::before {
    background-image: url(../Contents/ImagesPkg/top/feature_bg_all_02_white.svg);
  }

  /* ARTICLES
  ============================================================= */

  .articles_section {
    position: relative;
    z-index: 0;
    padding: 5rem 0 6rem;
  }

  .articles_section::before {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 90rem;
    height: 90rem;
    background-image: url(../Contents/ImagesPkg/top/feature_bg_all_03.svg);
    background-position: 31rem 20rem;
    background-size: 113rem;
    background-repeat: no-repeat;
    content: "";
  }

  .first-user .articles_section::before {
    background-image: url(../Contents/ImagesPkg/top/feature_bg_all_03_white.svg);
  }

  .articles_section .top_section__inner {
     /*width: 100%;*/
  }

  .articles_list {
    overflow: inherit;
    margin: 0 -.8rem 5.5rem;
     /*padding: 0 2rem 5rem calc((100vw - 110rem) / 2);*/
  }

  .articles_list::-webkit-scrollbar-track {
    margin: 0 calc((100vw - 110rem) / 2 + 40rem) 0 calc((100vw - 110rem) / 2 + 40rem);
  }

  .articles_list__inner {
    transition: opacity .3s ease-in-out;
    opacity: 0;
  }

  .articles_list__inner.slick-slider {
    opacity: 1;
  }

  .articles_list .articles_list__inner {
    display: block;
    white-space: normal;
  }

  .articles_list .articles_list__item {
    display: block;
    width: 54rem;
    padding: 0 .8rem .8rem;
  }

  .is-slider-none .articles_list__item {
    width: 54rem !important;
  }

  .articles_list .articles_list__item a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    border-radius: .8rem;
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  }

  .articles_list .articles_img {
    width: 50%;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
  }

  .articles_list .articles_cont {
    width: 50%;
    padding: 0 2rem;
  }

  .articles_list .articles_cate {
    padding: .7rem 0 1.2rem;
  }

  .articles_list .articles_cate .txt_lg {
    font-size: 2.6rem;
  }

  .articles_list .articles_cate .txt_sm {
    padding-bottom: .5rem;
    font-size: 1.4rem;
  }

  .articles_list .articles_ttl {
    margin: 0 0 1rem;
    font-size: 1.6rem;
  }

  /* ---- SLIDER NONE ---- */

  .js_articles_slider.is-slider-none .articles_list__inner {
    margin-bottom: 0;
  }

  /* リサイクルキッチン BANNER
  ============================================================= */

  .bnr_column_list {
    display: flex;
    margin-left: -3rem;
    margin-bottom: .5rem;
  }

  .bnr_column_list > div {
    width: 50%;
    padding-left: 3rem;
  }

  .bnr_recyclekitchen_link {
    margin-bottom: 3rem;
    height: 20rem;
    border-radius: .8rem;
    background-image: url(../Contents/ImagesPkg/top/recyclekitchen_bg_pc.gif);
    padding: 2rem 1rem;
  }

  .bnr_recyclekitchen_link .bnr_ttl {
    width: 10rem;
    margin-bottom: 1.8rem;
  }

  .bnr_recyclekitchen_link .bnr_cont {
    margin-bottom: 1.3rem;
    font-size: 2.2rem;
    font-weight: 200;
    letter-spacing: 0.02em;
    text-shadow: 0 3px 6px rgba(0,0,0,0.05);
  }

  .bnr_recyclekitchen .txt_link {
    font-size: 1.5rem;
  }

  .bnr_recyclekitchen .btn_wrap .btn_link {
    width: 16rem;
    height: 3.4rem;
  }


  /* GO GREEN PARK BANNER
  ============================================================= */

  .bnr_ggm_link {
    margin-bottom: 3rem;
    height: 20rem;
    border-radius: .8rem;
    background-image: url(../Contents/ImagesPkg/top/ggp_bg_pc_mini.jpg);
    padding: 2rem 1rem;
  }

  .bnr_ggm_link .bnr_ttl {
    width: 40rem;
    margin-bottom: 1.8rem;
  }

  .bnr_ggm_link .bnr_cont {
    margin-bottom: 1.3rem;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
  }

  .bnr_ggm .txt_link {
    font-size: 1.5rem;
  }

  .bnr_ggm .btn_wrap .btn_link {
    width: 16rem;
    height: 3.4rem;
  }


  /* INSTAGRAM BANNER
  ============================================================= */

  .bnr_instagram {
    width: 110rem;
    margin: 0 auto;
  }

  .bnr_instagram_link {
    height: 20rem;
    border-radius: .8rem;
    margin: 0 0 1.5rem;
    padding: 2rem 1rem;
    background-image: url(../Contents/ImagesPkg/top/instagram_bg_banner_pc.png);
    background-size: cover;
  }

  .bnr_instagram_link .bnr_ttl {
    margin-bottom: .3rem;
    background-size: 3.7rem;
    padding-left: 4.2rem;
    font-size: 4.4rem;
  }

  .bnr_instagram .txt_link {
    font-size: 1.5rem;
  }

  .bnr_instagram .btn_wrap .btn_link {
    width: 16rem;
    height: 3.4rem;
    margin-bottom: 1.2rem;
  }

}


/*  PC 1920px以上
-------------------------- */

@media screen and (min-width: 1920px) {

.top_mainvisual_section .feature_list_common > ul,
.top_mainvisual_section .feature_list_common > ul.slick-slider {
  height: 50rem;
}

.top_mainvisual_section .feature_list_common .slick-track .slick-slide  {
  width: 52rem;
}

.top_mainvisual_section .feature_list_common > ul > li > a,
.top_mainvisual_section .feature_list_common .slick-slide a {
  height: 43.1rem;
}

.first-user .loading_area::after {
  background-size: 20%;
}

}


/*  PC 1200px以下
-------------------------- */

@media screen and (max-width: 1200px) {

  .tab_btn_area .tab_btn {
    margin: 0 .2rem;
  }
}



/*//////////////////////////////////////////////////

　　　　　　　　　　SP ONLY SETTING

//////////////////////////////////////////////////*/


@media (max-width: 768px) {


  /* LOADING
  ============================================================= */

  .first-user .loading_area::before {
    background-image: url(../Contents/ImagesPkg/top/bg_loading_230213_sp.png);
    background-position: center;
  }
  /*↓上に文字などの要素を乗せる場合の記述↓*/
/*
  .first-user .loading_area::after {
    background-image:url(../Contents/ImagesPkg/top/bg_loading_logo_221201.png);
    background-size: calc(260 * (100vw / 428));
    background-position: center;
    animation: bggradient3 3.5s ease-in-out 0s 1 forwards;
  }*/


  /* SECTION COMMON
  ============================================================= */

  .top_section .section_head {
    padding: 0 calc(15 * (100vw / 428));
  }

  .top_section .ttl_section {
    margin: 0 0 calc(8 * (100vw / 428));
    font-size: calc(24 * (100vw / 428));
    letter-spacing: 0.02em;
    font-weight: bold;
  }

  .top_section .ttl_section .txt_en {
    padding-right: calc(2 * (100vw / 428));
    font-size: calc(32 * (100vw / 428));
    font-weight: 400;
  }

  .btn_wrap .btn_link {
    width: calc(140 * (100vw / 428));
    background-size: calc(8 * (100vw / 428));
    background-position: 85% center;
    margin-bottom: calc(2 * (100vw / 428));/*線消えるための調整*/
    padding: calc(8 * (100vw / 428));
    font-size: calc(12 * (100vw / 428));
    letter-spacing: .08em;
  }

  .btn_wrap .btn_link.is-target_blank {
    background-position: 90% center;
    background-size: calc(14 * (100vw / 428));
  }



  /* INFO BAR
  ============================================================= */

  .top_info_section {
    position: relative;
    top: 1px;
    z-index: 22;
  }

  .text-bnr {
  }

  .text-bnr li {
    min-height: calc(30 * (100vw / 428));
    padding: calc(4 * (100vw / 428)) calc(5 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
    letter-spacing: 0;
    line-height: 1.2;
  }

  .text-bnr .header_tagline {
    line-height: 1.2;
  }

  /* MAINVISUAL
  ============================================================= */

  .top_mainvisual_section {
    border-top: 1px solid #f2f2f2;
    padding: calc(15 * (100vw / 428)) 0 calc(25 * (100vw / 428));
  }

  .top_mainvisual_section .feature_list_common {
  }

  .top_mainvisual_section .feature_list_common .slick-track .slick-slide  {
    width: calc(340 * (100vw / 428)) !important;
    margin-bottom: calc(30 * (100vw / 428));
  }

  .top_mainvisual_section .feature_list_common > ul > li > a,
  .top_mainvisual_section .feature_list_common .slick-slide a {
    height: calc(261 * (100vw / 428));
    margin: 0 calc(8 * (100vw / 428)) ;
    padding: calc(18 * (100vw / 428)) calc(16 * (100vw / 428));
  }

  .top_mainvisual_section .feature_list_common .feature_cat {
    top: calc(10 * (100vw / 428));
    left: calc(10 * (100vw / 428));
  }

  .top_mainvisual_section .feature_list_common .feature_img {
    border-radius: calc(10 * (100vw / 428));
  }

  .top_mainvisual_section .feature_list_common .feature_ttl {
    margin: 0;
    font-size: calc(16 * (100vw / 428));
  }

  .top_mainvisual_section .feature_list_common .feature_cont {
    font-size: calc(12 * (100vw / 428));
  }

  .top_mainvisual_section .feature_list_common .feature_data {
    bottom: calc(-28 * (100vw / 428));
  }

  .top_mainvisual_section .slick-dots {
    bottom: calc(5 * (100vw / 428));
  }

  .top_mainvisual_section .slick-dots li {
    width: calc(8 * (100vw / 428));
    height: calc(8 * (100vw / 428));
    margin: 0 calc(6 * (100vw / 428));
  }

  .top_mainvisual_section .slick-dots li button {
    margin: 0 calc(7 * (100vw / 428)) calc(7 * (100vw / 428));
  }


  /* NEWS BANNER
  ============================================================= */

  .top_news_section {
  }

  .campaign_list {
  }

  .campaign_list .banner_wrap {
    justify-content: space-evenly;
    padding: calc(10 * (100vw / 428)) calc(30 * (100vw / 428)) ;
    font-size: calc(18 * (100vw / 428));
  }

  .campaign_list .banner_wrap .txt_cont {
    display: block;
    width: auto;
    line-height: 1.5;
  }

  .campaign_list .banner_wrap .txt_0ff {
    font-size: calc(38 * (100vw / 428));
  }

  .campaign_list .banner_wrap .txt_lg {
    font-size: calc(38 * (100vw / 428));
  }

  .campaign_list .banner_wrap .txt_xs {
    font-size: calc(14 * (100vw / 428));
  }

  .campaign_list .img_bnr .banner_wrap {
    padding: calc(10 * (100vw / 428)) 0;
  }

  .campaign_list .img_bnr img {
    max-width: 100%;
  }


  /* ITEM SEARCH AREA
  ============================================================= */

  .top_nav_section {
    margin-bottom: calc(42 * (100vw / 428));
    padding: calc(24 * (100vw / 428)) calc(15 * (100vw / 428)) 0;
  }

  .search_area .search_box {
    margin-bottom: calc(18 * (100vw / 428));
  }

  .search_area .search_box input {
    height: calc(56 * (100vw / 428));
    padding: calc(8 * (100vw / 428)) calc(18 * (100vw / 428)) calc(8 * (100vw / 428)) calc(50 * (100vw / 428));
  }

  .search_area .search_box .icn_search {
    left: calc(17 * (100vw / 428));
    margin-top: calc(-13 * (100vw / 428));
  }

  .search_area .search_box .icn_search img {
    width: calc(25 * (100vw / 428));
    height: calc(25 * (100vw / 428));
  }

  .rmd_head {
    margin-bottom: calc(15 * (100vw / 428));
  }

  .ttl_rmd {
    padding-left: calc(28 * (100vw / 428));
    background-size: calc(22 * (100vw / 428));
    background-position: 0 1px;
    font-size: calc(18 * (100vw / 428));
  }

  .tag_list {
    margin-left: calc(-15 * (100vw / 428));
    margin-right: calc(-15 * (100vw / 428));
    margin-bottom: calc(18 * (100vw / 428));
    padding-right: calc(15 * (100vw / 428));
    padding-left: calc(15 * (100vw / 428));
  }

  .tag_list ul {
    margin-left: calc(-7 * (100vw / 428));
  }

  .tag_list li {
    margin: 0 0 0 calc(7 * (100vw / 428));
  }

  .tag_list a {
    padding: calc(8 * (100vw / 428)) calc(20 * (100vw / 428));
    font-size: calc(15 * (100vw / 428));
  }


  /* ---- Recommended List ---- */

  .rmd_list {
    margin-bottom: calc(5 * (100vw / 428));
  }

  .rmd_list ul {
    margin: 0 calc(-6 * (100vw / 428));
  }

  .rmd_list ul li {
    width: 25%;
    margin: 0 0 calc(19.5 * (100vw / 428));
  }

  .rmd_list .rmd_img {
    margin: 0 calc(6 * (100vw / 428)) calc(8 * (100vw / 428));
  }

  .rmd_list .rmd_ttl {
    font-size: calc(13 * (100vw / 428));
  }

  .rmd_brand,
  .rmd_category {
    padding-top: calc(25 * (100vw / 428));
  }

  .rmd_category .rmd_list {
    margin-bottom: calc(10 * (100vw / 428));
  }


/* Skin Check
============================================================= */

.top_skinCheck_section {
  background-color: #ECE8D7;
  margin: calc(-38 * (100vw / 390)) auto calc(52 * (100vw / 390));
  padding: calc(38 * (100vw / 390)) 0 calc(40 * (100vw / 390));
  position: relative;
}
.top_skinCheck_section::before {
  background-image: url(../../Contents/ImagesPkg/top/OnlineSlinCheck_sp1.png);
  content: '';
  top: calc(-322 * (100vw / 390));
  left: calc(-352 * (100vw / 390));
  width: calc(657 * (100vw / 390));
  height: calc(644 * (100vw / 390));
}
.top_skinCheck_section::after {
  background-image: url(../../Contents/ImagesPkg/top/OnlineSlinCheck_sp2.png);
  content: '';
  top: calc(79 * (100vw / 390));
  left:calc(20 * (100vw / 390));
  right: auto;
  width: calc(799 * (100vw / 390));
  height: calc(787 * (100vw / 390));
}
.skinCheck__ttl {
  text-align: center;
}
.skinCheck .skinCheck__ttl--main {
  width: calc(313 * (100vw / 390));
  text-align: center;
}
.skinCheck .skinCheck__ttl--rubi {
  margin-top: calc(13 * (100vw / 390));
  font-size: calc(14 * (100vw / 390));
  line-height: 1.71;
}
.skinCheck .skinCheck__ttl--obi {
  display: inline-block;
  margin-top: calc(20 * (100vw / 390));
  padding: 0;
  background-color: transparent;
  border-radius: calc(5 * (100vw / 390));
  font-size: calc(20 * (100vw / 390));
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.skinCheck .skinCheck__ttl--obiLarge {
  display: inline-block;
  margin-top: calc(7 * (100vw / 390));
  padding: calc(6 * (100vw / 390)) calc(12 * (100vw / 390)) calc(2 * (100vw / 390));
  background-color: #053931;
  border-radius: calc(5 * (100vw / 390));
  font-size: calc(20 * (100vw / 390));
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.skinCheck .skinCheck__ttl--obiSmall {
  background-color: #053931;
  padding: calc(6 * (100vw / 390)) calc(12 * (100vw / 390)) calc(4 * (100vw / 390));
  display: inline-block;
  border-radius: calc(5 * (100vw / 390));
  font-size: calc(14 * (100vw / 390));
  line-height: 1;
  letter-spacing: 0.1em;
  top: 0;
}
.skinCheck__lead {
  margin-top: calc(17  * (100vw / 390));
  font-size: calc(14  * (100vw / 390));
  letter-spacing: 0.05em;
  line-height: 1.71;
}
.skinCheck__linkBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(228 * (100vw / 390));
  height: calc(48 * (100vw / 390));
  margin: calc(19 * (100vw / 390)) auto 0;
  border-radius: calc(25 * (100vw / 390));
  background-color: rgba(255,255,255,0.6);
  font-size: calc(15 * (100vw / 390));
}
.skinCheck__linkBtn::after {
  border-top: 2px solid #053931;
  border-right: 2px solid #053931;
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: auto;
  right: calc(20  * (100vw / 390));
  width: calc(8  * (100vw / 390));
  height: calc(8  * (100vw / 390))
}


  /* NEW ITEM
  ============================================================= */

  .newitem_section {
    padding: calc(36 * (100vw / 428)) 0 calc(20 * (100vw / 428));
    margin-bottom: calc(20 * (100vw / 428));
  }

  .newitem_section .section_head {
    padding-right: calc(20 * (100vw / 428));
    padding-left: calc(20 * (100vw / 428));
  }

  .newitem_section .item_list_wrap {
    padding: calc(15 * (100vw / 428)) calc(18 * (100vw / 428)) 0;
  }

  .newitem_section .item_list {
    min-width: 88%;
    border-radius: calc(10 * (100vw / 428));
    margin: 0 calc(15 * (100vw / 428)) calc(30 * (100vw / 428)) 0;
    padding: calc(20 * (100vw / 428)) calc(20 * (100vw / 428)) calc(5 * (100vw / 428));
  }

  .newitem_section .item_list__inner {
    opacity: 0;
  }

  .newitem_section .item_list__inner.is-active {
    opacity: 1;
  }

  .newitem_section .item_list__item_wrap {
    width: calc(200 * (100vw / 428));
    padding: 0 calc(20 * (100vw / 428));
  }

  .newitem_section .item_list__item {
    min-height: calc(310* (100vw / 428));
    padding: calc(25 * (100vw / 428)) 0;
  }

  .newitem_section .item_list__item.review-active {
    min-height: calc(350* (100vw / 428));
  }

  .newitem_section .item_list__item:before {
    top: calc(15 * (100vw / 428));
    left: calc(-22 * (100vw / 428));
    bottom: calc(15 * (100vw / 428));
  }

  .newitem_section .item_list__title {
    min-height: calc(44 * (100vw / 428));
  }

  /* TRIAL
  ============================================================= */

  .trial_section {
    margin-bottom: calc(50 * (100vw / 428));
  }

  .trial_section .top_section__inner {
    padding-top: calc(32 * (100vw / 428));
    padding-bottom: calc(32 * (100vw / 428));
  }

  .trial_section .ttl_section {
    line-height: 1.4;
  }

  .trial_section .item_list_common .item_list__item:last-child {
    margin-right: calc(6 * (100vw / 428));
  }

  /* SEASON
  ============================================================= */

  .season_section {
    padding-bottom: calc(25 * (100vw / 428));
  }

  .season_section .section_head {
    padding: 0 calc(15 * (100vw / 428));
  }

  .ttl_section .txt_lg {
    font-size: calc(24 * (100vw / 428));
  }

  .ttl_section .txt_sm {
    font-size: calc(16 * (100vw / 428));
  }

  /* -- 乾燥 -- */

  .season_section .ttl_section .txt_dry {
    padding-right: calc(2 * (100vw / 428));
    padding-left: calc(25 * (100vw / 428));
    background-position: calc(2 * (100vw / 428)) calc(2 * (100vw / 428));
    background-size: calc(20 * (100vw / 428)) calc(26 * (100vw / 428));
  }

  /* -- 23.02.15 春立ち上げ -- */
  .coupon_pickup {
    padding: calc(36 * (100vw / 428)) 0 0;
    margin-bottom: calc(20 * (100vw / 428));
    border: none;
    box-shadow: none;
  }
  .coupon_pickup .section_head {
    padding: 0 calc(20 * (100vw / 428));
  }
  .coupon_pickup .ttl_section {
    line-height: 1.5;
  }
  .coupon_pickup .ttl_section .txt_lg {
    display: block;
  }
  .coupon_pickup .ttl_section .txt_sm {
    display: block;
    font-weight: 100;
  }
  .coupon_pickup .btn_viewmore {
    padding-top: 8rem;
  }


  /* RANKING
  ============================================================= */

  .ranking_section .section_head {
    padding-right: calc(20 * (100vw / 428));
    padding-left: calc(20 * (100vw / 428));
  }

  .btn_viewmore a {
    padding-right: calc(18 * (100vw / 428));
    background-size: calc(8 * (100vw / 428));
    font-size: calc(13 * (100vw / 428));
  }

  .ranking_list {
  }

  .tab_btn_area {
    padding: calc(15 * (100vw / 428)) calc(15 * (100vw / 428)) calc(5 * (100vw / 428));
  }

  .tab_btn_area .tab_btn {
    margin: 0 calc(3 * (100vw / 428));
    padding: calc(8 * (100vw / 428)) calc(20 * (100vw / 428));
    font-size: calc(15 * (100vw / 428));
  }


  /* ABOUT COSMEKITCHEN
  ============================================================= */

  .about_section  {
    z-index: 0;
  }

  .bg_about_section {
    top: calc(50 * (100vw / 428));
    height: calc(540 * (100vw / 428));
    background-image: url(../Contents/ImagesPkg/top/about_bg_all.png);
  }

  .about_section .top_section__inner {
    padding: calc(38 * (100vw / 428)) calc(25 * (100vw / 428)) calc(130 * (100vw / 428));
  }

  .about_section .about_ttl {
    margin-bottom: calc(18 * (100vw / 428));
  }

  .about_section .about_ttl .txt_lg {
    padding-right: calc(5 * (100vw / 428));
    font-size: calc(29 * (100vw / 428));
  }

  .about_section .about_ttl .txt_sm {
    font-size: calc(18 * (100vw / 428));
  }

  .about_section .about_ttl .txt_md {
    font-size: calc(21 * (100vw / 428));
  }

  .about_section .about_txt {
    margin-bottom: calc(26 * (100vw / 428));
    font-size: calc(16 * (100vw / 428));
  }

  .about_section .about_list {
    margin-bottom: calc(10 * (100vw / 428));
    font-size: calc(16 * (100vw / 428));
  }

  .about_section .about_list li {
    margin-bottom: calc(14 * (100vw / 428));
  }

  .about_section .about_list dl {
    padding: calc(18 * (100vw / 428));
    border-radius: calc(10 * (100vw / 428));
  }

  .about_section .about_list dl dt {
    width: calc(80 * (100vw / 428));
    padding-right: calc(12 * (100vw / 428));
  }

  .about_section .about_list dl dd {
    padding-left: calc(12 * (100vw / 428));
  }

  .about_section .about_list .txt_sm {
    font-size: calc(12 * (100vw / 428));
  }

  .about_section .about_list strong {
    font-size: calc(22 * (100vw / 428));
  }

  .about_section .btn_wrap {
    text-align: center;
  }

  .about_section .btn_wrap .btn_link {
    display: inline-block;
    width: auto;
    padding-right: calc(16 * (100vw / 428));
    background-position: right 48%;
    font-size: calc(16 * (100vw / 428));
    letter-spacing: 0.05em;
  }


  /* FEATURE
  ============================================================= */

  .feature_section {
    padding: calc(40 * (100vw / 428)) 0 0;
  }

  .feature_section::before {
    top: calc(-90 * (100vw / 428));
    background-position: calc(-400 * (100vw / 428)) calc(-88 * (100vw / 428));
    background-size: calc(1010 * (100vw / 428));
  }

  /* ARTICLES
  ============================================================= */

  .articles_section {
    padding: calc(15 * (100vw / 428)) 0 calc(40 * (100vw / 428));
  }

  .articles_list {
    margin-bottom: calc(50 * (100vw / 428));
    padding: calc(15 * (100vw / 428));
  }

  .articles_list::-webkit-scrollbar-track {
    margin: 0 calc(54 * (100vw / 428));
  }

  .articles_list ul li {
    width: calc(260 * (100vw / 428));
    margin: 0 calc(8 * (100vw / 428));
  }

  .articles_list ul li:last-child {
    margin-right: calc(10 * (100vw / 428));
  }

  .articles_list .articles_img {
    border-radius: calc(8 * (100vw / 428));
    margin: 0 0 calc(15 * (100vw / 428));
  }

  .articles_list .articles_cate {
    padding: calc(7 * (100vw / 428)) 0 calc(12 * (100vw / 428));
  }

  .articles_list .articles_cate .txt_lg {
    font-size: calc(26 * (100vw / 428));
  }

  .articles_list .articles_cate .txt_sm {
    padding-bottom: calc(5 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
  }

  .articles_list .articles_ttl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin: 0 0 calc(10 * (100vw / 428));
    font-size: calc(16 * (100vw / 428));
  }

  .articles_list.js_item_slidebar .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    right: calc(-26 * (100vw / 428));
  }

  /* リサイクルキッチン BANNER
  ============================================================= */

  .bnr_recyclekitchen {
    margin: 0 calc(15 * (100vw / 428));
  }

  .bnr_recyclekitchen_link {
    height: calc(200 * (100vw / 428));
    border-radius: calc(8 * (100vw / 428));
    margin: 0 0 calc(30 * (100vw / 428));
    padding: 0;
    background-image: url(../Contents/ImagesPkg/top/recyclekitchen_bg_pc.gif);
  }

  .bnr_recyclekitchen_link .bnr_ttl {
    width: calc(80 * (100vw / 428));
    margin: calc(7 * (100vw / 428)) auto calc(10 * (100vw / 428));
  }

  .bnr_recyclekitchen_link .bnr_cont {
    margin-bottom: calc(11 * (100vw / 428));
    font-size: calc(17 * (100vw / 428));
    font-weight: 200;
    letter-spacing: 0.02em;
    text-shadow: 0 3px 6px rgba(0,0,0,0.15);
  }

  .bnr_recyclekitchen .txt_link {
    font-size: calc(13 * (100vw / 428));
  }

  .bnr_recyclekitchen .btn_wrap .btn_link {
    width: calc(178 * (100vw / 428));
    height: calc(44 * (100vw / 428));
    padding: 0;
    background-size: calc(8 * (100vw / 428));
    background-position: 90% center;
    font-size: calc(15 * (100vw / 428));
    letter-spacing: .04em;

  }

  /* GO GREEN PARK BANNER
  ============================================================= */

  .bnr_ggm {
    margin: 0 calc(15 * (100vw / 428));
  }

  .bnr_ggm_link {
    height: calc(200 * (100vw / 428));
    border-radius: calc(8 * (100vw / 428));
    margin: 0 0 calc(30 * (100vw / 428));
    padding: 0;
    background-image: url(../Contents/ImagesPkg/top/ggp_bg_sp.jpg);
  }

  .bnr_ggm_link .bnr_ttl {
    width: calc(310 * (100vw / 428));
    margin: calc(7 * (100vw / 428)) auto calc(13 * (100vw / 428));
  }

  .bnr_ggm_link .bnr_cont {
    margin-bottom: calc(13 * (100vw / 428));
    font-size: calc(13 * (100vw / 428));
  }

  .bnr_ggm .txt_link {
    font-size: calc(13 * (100vw / 428));
  }

  .bnr_ggm .btn_wrap .btn_link {
    width: calc(178 * (100vw / 428));
    height: calc(44 * (100vw / 428));
    padding: 0;
    background-position: 90% center;
    font-size: calc(15 * (100vw / 428));
    letter-spacing: .04em;

  }

  /* INSTAGRAM BANNER
  ============================================================= */

  .bnr_instagram {
    margin: 0 calc(15 * (100vw / 428));
  }

  .bnr_instagram_link {
    height: calc(200 * (100vw / 428));
    border-radius: calc(8 * (100vw / 428));
    margin: 0 0 calc(15 * (100vw / 428));
    padding: 0;
    background: url(../Contents/ImagesPkg/top/instagram_bg_banner.png) no-repeat;
    background-size: cover;
  }

  .bnr_instagram_link .bnr_ttl {
    margin-bottom: calc(7 * (100vw / 428));
    background-size: calc(28 * (100vw / 428));
    padding-left: calc(31 * (100vw / 428));
    font-size: calc(31 * (100vw / 428));
  }

  .bnr_instagram .txt_link {
    font-size: calc(13 * (100vw / 428));
  }

  .bnr_instagram .btn_wrap .btn_link {
    width: calc(178 * (100vw / 428));
    height: calc(44 * (100vw / 428));
    padding: 0;
    background-position: 90% center;
    font-size: calc(15 * (100vw / 428));
    letter-spacing: .04em;

  }


}
