﻿@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
============================================================= */

/* == Before == */
.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: #E6E697;
}

.first-user .loading_area.img251104 {
  background-color: #951D22;
}

/* == After == */
/* .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: #ff4cff;
} */

@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%;
  background-image: url(../Contents/ImagesPkg/top/bg_loading_250823_pc.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /*animation: bggradient2 3.5s ease-in-out 0s 1 forwards;*/
  content: "";
}

.first-user .loading_area.img251104::before {
  background-image: url(../Contents/ImagesPkg/top/bg_loading_251104_pc.png?251028);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width:769px) and (min-height:500px) and (max-width:990px) {

  .first-user .loading_area::before {
    background-position: 63% center;
  }
}

@media only screen and (min-width:769px) and (min-height:500px) and (max-width:1200px) {

  .first-user .loading_area::before {
    background-position: 60% center;
  }
}

/* 250624 以後background-imageを戻し */
/* 250823 イントロ更新作業では使用せず。今後使用するかもしれないので残しておく */
/* .first-user .loading_area::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../Contents/ImagesPkg/top/bg_loading_250823_logo.svg), url(../Contents/ImagesPkg/top/bg_loading_250823_logo2.svg);
  background-position: 90% center, 90% 93%;
  background-size: 26% auto, 22% auto;
  background-repeat: no-repeat, no-repeat;
  z-index: 1;
} */

@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,
.home-popup__inner 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: #eae1c9;
  letter-spacing: .05em;
  font-weight: bold;
}

.text-bnr {
  text-align: center;
}

.text-bnr li {
  display: none;
  text-align: center;
}

.text-bnr li:first-child,
.text-bnr .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-bnr .slick-track {
  display: flex;
  align-items: 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 .swiper-wrapper {
  display: flex;
  flex-wrap: inherit;
  margin: 0;
}

.top_mainvisual_section .feature_list_common .swiper-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_ttl {
  margin-bottom: 0;
  font-weight: bold;
  -webkit-line-clamp: 2;
}

.top_mainvisual_section .feature_list_common .feature_ttl::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: "";
  z-index: -1;
  border-radius: 1rem;
}

.top_mainvisual_section .feature_list_common .feature_data {
  position: absolute;
  left: 0;
}

.top_mainvisual_section .swiper-pagination {
  bottom: 0;
}

.top_mainvisual_section .swiper-pagination-bullet {
  opacity: 1;
  width: .8rem;
  height: .8rem;
  margin: 0 .45rem;
  padding: 0;
  border: 1px solid #707070;
  background: transparent;
  border-radius: 100%;
}

.top_mainvisual_section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #053931;
  border-color: #053931;
}


/* 特設バナー
============================================================= */

.top_bnr_section {
  position: relative;
  width: 116rem;
  margin: auto;
  padding-top: 0;
  padding-bottom: 1.5rem;
}

.top_bnr_section .top_section__inner {
  line-height: 0;
  overflow: hidden;
}

.top_bnr_section .top_bnr_list {
}

.top_bnr_section .swiper-wrapper {
}

.top_bnr_section .swiper-slide {
}

.top_bnr_section .swiper-slide img {
  width: 100%;
  height: auto;
}

.top_bnr_section .swiper-button-next,
.top_bnr_section .swiper-button-prev {
  width: 2rem;
  height: 2rem;
  margin-top: -1.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem auto;
}

.top_bnr_section .swiper-button-next {
  right: 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.828%22%20height%3D%2214.829%22%20viewBox%3D%220%200%208.828%2014.829%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_6077%22%20data-name%3D%22%E3%83%91%E3%82%B9%206077%22%20d%3D%22M-4026.223%2C1233.658l6%2C6-6%2C6%22%20transform%3D%22translate(4027.637%20-1232.244)%22%20fill%3D%22none%22%20stroke%3D%22%236e6e6e%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.top_bnr_section .swiper-button-prev {
  left: 0;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228.828%22%20height%3D%2214.829%22%20viewBox%3D%220%200%208.828%2014.829%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_6077%22%20data-name%3D%22%E3%83%91%E3%82%B9%206077%22%20d%3D%22M-4020.223%2C1233.658l-6%2C6%2C6%2C6%22%20transform%3D%22translate(4027.637%20-1232.244)%22%20fill%3D%22none%22%20stroke%3D%22%236e6e6e%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}

.top_bnr_section .swiper-button-next::before,
.top_bnr_section .swiper-button-next:after,
.top_bnr_section .swiper-button-prev:before,
.top_bnr_section .swiper-button-prev:after {
  display: none;
}


/* NEWS BANNER
============================================================= */

.top_news_section {
  position: relative;
  z-index: 2;
}

.campaign_list a {
  display: block;
}

.campaign_list a:hover {
  opacity: 1 !important;
}

.campaign_list .banner_wrap,
.campaign_list picture {
  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,
.campaign_list .cam_bnr__item picture {
  padding: 0;
  background: none;
  text-align: center;
}

.campaign_list .img_bnr img,
.campaign_list .cam_bnr__item picture img {
  width: 100%;
  max-width: 98rem;
  margin: auto;
}


/* HOTWORD
============================================================= */

.top_hotword_section {
  background: #FFFEFA;
}

.top_hotword_section .top_section__inner {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.top_hotword_section .rmd_keywords {
  margin-bottom: 0;
}

/* ITEM SEARCH AREA
============================================================= */

.top_nav_section {
  margin-bottom: 100px;
  background: #fffcf4;
  border-bottom: 10px solid #f5eedc;
  box-shadow: 0 3px 5px 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 ---- */

.tag_list {
  /*overflow: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;*/
}

.tag_list ul > ul {
  display: inline;
}

.tag_list::-webkit-scrollbar {
  display: none;
}

.tag_list ul {
  /*display: inline-block;
  white-space: nowrap;*/
  letter-spacing: -.4em;
}

.tag_list li {
  display: inline-block;
  letter-spacing: 0.02em;
}

.tag_list li:nth-child(n+11) {
  display: none;
}

.tag_list a {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
  display: inline-block;
  padding: 4px;
  background: #F5F2E1;
  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%;
  display: block;
}

.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_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: 0 auto;
  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 {}

.first-user .newitem_section {
  background: none;
  border: none;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 5rem;
}

.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 .item_list__item {
  position: relative;
  overflow: visible;
}

.ranking_list .item_list__item_inner {
  overflow: hidden;
}

.ranking_list .icn_rank {
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  box-sizing: border-box;
  background-color: #053931;
  border-radius: 100%;
}

.ranking_list .icn_rank span {
}

.item_rank1 .icn_rank {
  background-color: #c1a033;
}
.item_rank2 .icn_rank {
  background-color: #9CA8B1;
}
.item_rank3 .icn_rank {
  background-color: #B2814F;
}

/*
.item_rank1 .icn_rank,
.item_rank2 .icn_rank,
.item_rank3 .icn_rank {
  border-radius: 0;
  background-color: transparent;
  background-repeat: no-repeat;
}*/

.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;
}

/* RECOMMEND
============================================================= */

.recommend_section {
  border-top: 1px solid #f5f5f5;
}


/* 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;
  align-items: center;
}

.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;
  position: relative;
}

.bnr_recyclekitchen_link,
.bnr_recyclekitchen_link:link {
  color: #fff !important;
}

.bnr_recyclekitchen_link .bnr_recyclekitchen_img {
  position: absolute;
}

.bnr_recyclekitchen_link .bnr_recyclekitchen_img.front {
  z-index: 1;
  animation: recyclekitchen 6s linear infinite;
}

.bnr_recyclekitchen_link .bnr_recyclekitchen_img.background {
  z-index: 0;
}

@keyframes recyclekitchen {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  70% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.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;
}


/* PICKUP BANNER
============================================================= */

.bnr_pickup {
  margin-top: 5.5rem;
}

.bnr_pickup_link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  height: 6rem;
  overflow: hidden;
  border-radius: .8rem;
  box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  text-align: center;
}



/*//////////////////////////////////////////////////

　　　　　　　　　　PC ONLY SETTING

//////////////////////////////////////////////////*/


@media (min-width: 769px) {


  /* HEADER
  ============================================================= */

  #header {
    box-shadow: none;
    border-bottom-color: transparent;
  }

  #header.scroll {
    box-shadow: 3px 2px 7px 0px rgba(0, 0, 0, 0.06);
  }

  /* 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: 2rem 0 3rem;
  }

  .top_mainvisual_section .top_section__inner {
    width: 100%;
  }

  .top_mainvisual_section .feature_list_common {
    padding: 0;
  }

  .top_mainvisual_section .feature_list_common>ul {
    flex-wrap: inherit;
    margin: 0;
  }

  .top_mainvisual_section .swiper-slide {
    width: 45rem;
    margin: 0 .8rem 3rem !important;
    padding: 0 !important;
  }

  .top_mainvisual_section .swiper-slide a {
    height: 39.4rem;
  }

  .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;
  }


  /* NEWS BANNER
  ============================================================= */

  .top_news_section {
    margin-bottom: 3rem;
  }

  .top_news_section .top_section__inner {
    width: 100%;
  }

  .campaign_list {}

  .campaign_list .banner_wrap,
  .campaign_list picture {
    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;
  }

  .rmd_keywords {
    margin-bottom: 4.4rem;
  }

  .rmd_keywords .ttl_section {
    width: 21rem;
    margin-bottom: 1.5rem;
    /*padding: .5rem 0 .3rem 3.2rem;*/
    padding: .5rem 0 .3rem;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    /*background: url(../Contents/ImagesPkg/common/icn_staff.svg) no-repeat 0 0;
    background-size: 2.6rem;*/
  }

  .tag_list {
    width: 100%;
    margin: auto;
    padding: 0;
    font-size: 1.3rem;
    text-align: left;
  }

  .tag_list ul {
    margin-left: 0;
  }

  .tag_list li {
    margin: 0 .7rem .9rem 0;
  }

  .tag_list li:first-child {
    margin-left: 0;
  }

  .tag_list a {
    padding: .7rem 2rem;
    font-size: 1.4rem;
  }

  .product_tag_btn {
    display: none !important;
  }

  /* ---- 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: 3rem;
  }

  .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: 2rem;
  }

  .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: 5rem auto;
    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 {}

  .ranking_list .item_list__item {
    margin-top: 3rem;
  }

  .ranking_list .item_list__item_inner {
    border-radius: 1rem;
  }

  .ranking_list .icn_rank {
    top: -3.7rem;
    left: 0;
    width: 2.8rem;
    height: 2.8rem;
    padding-top: .1rem;
    font-size: 1.4rem;
  }

  .ranking_list .icn_rank span {
  }

  .item_rank1 .icn_rank,
  .item_rank2 .icn_rank,
  .item_rank3 .icn_rank {
  }

  .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 2.4rem;
    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;
  }

  /* RECOMMEND
  ============================================================= */

  .recommend_section {
    margin-top: -1rem;
    padding-top: 5rem;
  }
  /*Firefox用*/
  @-moz-document url-prefix() {
    .recommend_section {
      margin-top: -3rem;
    }
  }

  /* 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 {
    position: relative;
    z-index: 2;
    padding: 8rem 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%);
    overflow: hidden;
  }

  .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: 16rem;
    border-radius: .8rem;
    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: 16rem;
    border-radius: .8rem;
    background-image: url(../Contents/ImagesPkg/top/ggp_bg_pc_mini.jpg);
    padding: 2rem 1rem;
  }

  .bnr_ggm_link .bnr_ttl {
    width: 34rem;
    margin-bottom: 1rem;
  }

  .bnr_ggm_link .bnr_cont {
    margin-bottom: 1.3rem;
    font-size: 1.45rem;
    letter-spacing: 0.02em;
  }

  .bnr_ggm .txt_link {
    font-size: 1.4rem;
  }

  .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 .swiper-wrapper {
    height: 50rem;
  }

  .top_mainvisual_section .feature_list_common .swiper-slide {
    width: 52rem;
  }

  .top_mainvisual_section .feature_list_common .swiper-slide a {
    height: 43.1rem;
  }

}
*/

/*  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_250823_sp.png);
    background-position: center;
    background-size: 100%;
  }

  .first-user .loading_area.img251104::before {
    background-image: url(../Contents/ImagesPkg/top/bg_loading_251104_sp.png?251028);
    background-position: center;
    background-size: 100%;
  }

/* 250823 イントロ更新作業では使用せず。今後使用するかもしれないので残しておく */
  /* .first-user .loading_area::after {
    background-position: center 84.8dvh, center 5dvh;
    background-image: url(../Contents/ImagesPkg/top/bg_loading_250602_logo_sp.svg),url(../Contents/ImagesPkg/top/bg_loading_250602_logo2_sp.svg);
    background-size: calc(330*(100vw / 428)) auto, calc(290*(100vw / 428)) auto;
  } */

  .first-user .loading_area {
    background-color: #E6E697;
  }

  /*↓上に文字などの要素を乗せる場合の記述↓*/
  /*
  .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(5 * (100vw / 428)) calc(5 * (100vw / 428)) calc(3 * (100vw / 428));
    font-size: calc(13 * (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 0;
  }

  .top_mainvisual_section .feature_list_common {
    position: relative;
  }

  .top_mainvisual_section .feature_list_common .swiper-slide {
    width: calc(340 * (100vw / 428)) !important;
    margin-bottom: calc(30 * (100vw / 428));
    padding: 0 !important;
  }

  .top_mainvisual_section .feature_list_common .swiper-slide a {
    height: calc(284 * (100vw / 428));
    margin: 0 calc(8 * (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_ttl::before {
    border-radius: calc(10 * (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 .swiper-pagination {
    bottom: calc(-2 * (100vw / 428));
  }

  .top_mainvisual_section .swiper-pagination-bullet {
    width: calc(8 * (100vw / 428));
    height: calc(8 * (100vw / 428));
    margin: 0 calc(4 * (100vw / 428)) !important;
    padding: 0 !important;
  }

  /* 特設バナー
  ============================================================= */

  .top_bnr_section {
    width: 100%;
    margin: calc(24 * (100vw / 428)) 0;
    padding: 0;
  }

  .top_bnr_section .swiper-button-next,
  .top_bnr_section .swiper-button-prev {
    width: calc(12 * (100vw / 430));
    height: calc(12 * (100vw / 430));
    margin-top: calc(-10 * (100vw / 430));
    background-size: calc(7 * (100vw / 430)) auto;
  }

  .top_bnr_section .swiper-button-next {
    right: calc(20 * (100vw / 430));
  }

  .top_bnr_section .swiper-button-prev {
    left: calc(20 * (100vw / 430));
  }

  /* NEWS BANNER
  ============================================================= */

  .top_news_section {}

  .campaign_list {}

  .campaign_list .banner_wrap,
  .campaign_list picture {
    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,
  .campaign_list .cam_bnr__item picture {
    /*padding: calc(10 * (100vw / 428)) 0;*/
    padding: 0;
  }

  .campaign_list .img_bnr img,
  .campaign_list .cam_bnr__item picture img {
    max-width: 100%;
  }

  /* HOTWORD
  ============================================================= */

  .top_hotword_section {
  }

  .top_hotword_section .top_section__inner {
    padding: calc(26 * (100vw / 428)) calc(15 * (100vw / 428)) calc(25 * (100vw / 428));
  }

  .top_hotword_section .rmd_keywords {
    margin-bottom: 0;
  }

  .top_hotword_section .tag_list {
    margin-bottom: 0;
  }


  /* 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));
  }

  .rmd_keywords .ttl_section {
    margin-bottom: calc(18 * (100vw / 428));
    /*padding-top: calc(3 * (100vw / 428));
    padding-left: calc(28 * (100vw / 428));*/
    font-size: calc(18 * (100vw / 428));
    font-weight: bold;
    text-transform: uppercase;
    /*background: url(../Contents/ImagesPkg/common/icn_staff.svg) no-repeat 0 0;
    background-size: calc(22 * (100vw / 428));
    background-position: 0 -1px;*/
  }

  .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 {
    max-height: calc(26vw);
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    margin-left: calc(-7 * (100vw / 428));
    text-align: center;
  }

  .tag_list li {
    margin: 0 calc(7 * (100vw / 428)) calc(8 * (100vw / 428)) 0;
  }

  .tag_list ul.open {
    max-height: none;
  }

  .tag_list a {
    padding: calc(3 * (100vw / 428)) calc(18 * (100vw / 428));
    font-size: calc(12 * (100vw / 428));
    line-height: 25px;
  }

  .product_tag_btn {
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: calc(10 * (100vw / 428)) 0 0;
    font-size: calc(13 * (100vw / 428));
    font-weight: bold;
    letter-spacing: 0.07em;
    color: #053931;
    text-align: right;
  }

  .product_tag_btn::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 0;
    z-index: 1;
    transform: translateX(-50%);
    display: block;
    width: 100vw;
    height: calc(51 *(100vw / 428));
    background: linear-gradient(0deg, rgba(255, 254, 250, 1) 38%, rgba(255, 254, 250, 0.75) 80%, rgba(255, 254, 250, 0) 100%);
  }

  .product_tag_btn span {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-right: calc(18 * (100vw / 428));
  }

  .product_tag_btn span::before {
    transform: rotate(90deg);
    position: absolute;
    top: calc(2*(100vw / 428));
    right: 0;
    width: calc(8*(100vw / 428));
    height: calc(15*(100vw / 428));
    background: url(../Contents/ImagesPkg/common/icn_btn_arw.svg) no-repeat left calc(3*(100vw / 428));
    background-size: calc(8*(100vw / 428));
    content: "";
  }

  .open + .product_tag_btn {
  }

  .open + .product_tag_btn::before  {
    display: none;
  }

  .open + .product_tag_btn span::before {
    top: calc(1*(100vw / 428));
    transform: rotate(270deg);
    background-position: left 0;
  }


  /* ---- 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_category {
    padding-top: calc(18 * (100vw / 428));
  }

  .rmd_category {
    margin-top: calc(-10 * (100vw / 428));
  }

  .rmd_category .rmd_list {
    margin-bottom: calc(10 * (100vw / 428));
  }


  /* Skin Check
============================================================= */

  .top_skinCheck_section {
    background-color: #ECE8D7;
    margin: calc(-10 * (100vw / 390)) auto 0;
    padding: calc(38 * (100vw / 390)) 0 calc(40 * (100vw / 390));
    position: relative;
    z-index: 2;
  }

  .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(40 * (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));
  }

  .newitem_section .item_list__item .item_list__img img {
    width: 100%;
  }

  /* 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 {
    padding-top: calc(20 * (100vw / 428));
  }

  .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 {}

  .ranking_list .item_list__item {
    margin-top: calc(34 * (100vw / 428));
  }

  .ranking_list .item_list__item_inner {
    border-radius: calc(10 * (100vw / 428));
  }

  .ranking_list .icn_rank {
    top: calc(-41 * (100vw / 428));
    left: 0;
    width: calc(30 * (100vw / 428));
    height: calc(30 * (100vw / 428));
    padding-top: 0;
    font-size: calc(15 * (100vw / 428));
  }

  .ranking_list .icn_rank span {
  }
/*
  .item_rank1 .icn_rank,
  .item_rank2 .icn_rank,
  .item_rank3 .icn_rank {
    width: calc(50 * (100vw / 428));
    height: calc(43 * (100vw / 428));
    padding-top: calc(18 * (100vw / 428));
    padding-left: calc(2 * (100vw / 428));
  }*/

  .tab_btn_area {
    padding: calc(15 * (100vw / 428)) 0 calc(5 * (100vw / 428)) calc(15 * (100vw / 428)) ;
  }

  .tab_btn_area ul {
    display: flex;
    flex-wrap: wrap;
    gap: calc(8 * (100vw / 428)) 0;
  }

  .tab_btn_area .tab_btn {
    margin: 0 calc(3 * (100vw / 428));
    padding: calc(6 * (100vw / 428)) calc(8 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
  }


  /* RECOMMEND
  ============================================================= */

  .recommend_section {
    margin-top: calc(40 * (100vw / 428));
    padding: calc(40 * (100vw / 428)) 0 calc(30 * (100vw / 428));
  }

  /* ABOUT COSMEKITCHEN
  ============================================================= */

  .about_section {
    z-index: 0;
  }

  .bg_about_section {
    top: calc(50 * (100vw / 428));
    height: calc(500 * (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(-100 * (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));
    line-height: 0;
  }

  .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(148 * (100vw / 428));
    border-radius: calc(8 * (100vw / 428));
    margin: 0 0 calc(30 * (100vw / 428));
    padding: 0;
  }

  .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;

  }


}




/* Benent
============================================================= */

#BenentVideo {
  padding-top: 2rem;
  border-bottom: 10px solid #f5eedc;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

#BenentVideo .product-slide-section__title {
  display: none;
}

#BenentVideo .item_list_common .item_list__item img {
  width: 100%;
  height: 27.9rem;
  object-fit: cover;
}

#BenentVideo .item_list_common .item_list__item {
  display: flex;
  flex-direction: column;
}

#BenentVideo .item_list_common .item_list__item .summary {
  /* margin-block-start: auto; */
}

#BenentVideo .item_list__item>a {
  position: relative;
  z-index: 0;
}

#BenentVideo .item_list__item>a::before,
#BenentVideo .item_list__item>a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

#BenentVideo .item_list__item>a::before {
  opacity: .3;
  width: 4.2rem;
  height: 4.2rem;
  background-color: #fff;
  border-radius: 100%;
}

#BenentVideo .item_list__item>a::after {
  width: 0;
  height: 0;
  border-top: .72em solid transparent;
  border-left: 1.1em solid #fff;
  border-bottom: .72em solid transparent;
}

/* --- for large viewport --- */
@media screen and (min-width:769px) {
  #BenentVideo {
    padding: 2rem 0 5rem;
  }

  #BenentVideo .item_list_common .item_list__item {
    margin: 0 0.7rem 2rem;
  }

  #BenentVideo .item_list_common .item_list .item_list__inner {
    margin-bottom: 0;
  }

  .newitem_section {
    border-bottom: 1px solid #f5f5f5;
    padding: 6rem 0 3rem;
    margin-bottom: 0;
  }

  .season_section {
    box-shadow: none;
    border-bottom: 1px solid #f5f5f5;
    padding-top: 0;
  }

}

/* --- for smal; viewport --- */
@media screen and (max-width:768px) {
  .js_item_slidebar .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    right: 0;
  }

  #BenentVideo {
    padding-top: calc(5 * (100vw / 428));
    padding-bottom: calc(20 * (100vw / 428));
 }

  #BenentVideo .item_list_common .item_list__item img {
    height: calc(245.4 * (100vw / 428));
  }

  #BenentVideo .item_list__item>a::before {
    opacity: .3;
    width: calc(44 * (100vw / 428));
    height: calc(44 * (100vw / 428));
  }

  #BenentVideo .item_list__item>a::after {
    margin-left: calc(2 * (100vw / 428));
    border-top-width: calc(9 * (100vw / 428));
    border-left-width: calc(14 * (100vw / 428));
    border-bottom-width: calc(9 * (100vw / 428));
  }

}

#BenentSnap,
#BenentVideo {
  background-color: #fffcf4;
}

#BenentSnap {
  position: relative;
  z-index: 0;
  border: none;
  padding-bottom: 0;
}

#BenentSnap .coodinateProductInfoList img {
  width: 100%;
  height: 21.3rem;
  object-fit: cover;
}

#BenentSnap .coodinateProductInfoList a {
  display: block;
}

#BenentSnap .coodinateProductInfoList {
  display: inline-flex;
  flex-direction: column;
}

#BenentSnap .coodinateProductInfoList>div {
  margin-block-start: auto;
}

/* --- for large viewport --- */
@media screen and (min-width:769px) {
  #BenentSnap {
    padding: 6rem 0 0;
   }

  #BenentSnap #staffsnap {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
  }

  #BenentSnap .coodinateProductInfoList {
    overflow: hidden;
    margin-bottom: 2rem;
    margin-inline: 0.5rem;
    padding: 0 0 1.8rem;
    border-radius: 1rem;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  }

  #BenentSnap .coodinateProductInfoList>div {
    display: flex;
    align-items: center;
    margin-top: auto;
    padding: 1.2rem 1rem 0;
  }

  #BenentSnap .coodinateProductInfoList p.topUserImage {
    width: 50px;
    margin-right: 12px;
  }

  #BenentSnap .coodinateProductInfoList p.topUserImage img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
  }

  #BenentSnap .coodinateProductInfoList #shop_name,
  .shopName {
    font-size: 12px;
    line-height: 20px;
  }

  #BenentSnap .coodinateProductInfoList #shop_name,
  .userName {
    font-size: 16px;
    line-height: 22px;
  }

  #BenentSnap .coodinateProductInfoList #shop_name,
  .userHeight {
    font-size: 14px;
    line-height: 22px;
  }

  #BenentSnap .coodinateProductInfoList:not(:last-child)::before {
    top: 1.5rem;
    right: 0;
    left: auto;
    bottom: 1.5rem;
    position: absolute;
    width: 1px;
    background: #f2f2f2;
    content: "";
  }
}

/* --- for small viewport --- */
@media screen and (max-width:768px) {

  #BenentSnap {
    margin-bottom: 0;
    padding-bottom: calc(20 * (100vw / 428));
  }

  #BenentSnap .coodinateProductInfoList img {
    height: calc(184 * (100vw / 428));
  }

  .BenentSnap_section {
    padding: calc(40 * (100vw / 428)) 0 calc(20 * (100vw / 428));
  }

  #BenentSnap .coodinateProductInfoList {
    width: calc(184 * (100vw / 428));
    margin: 0 calc(7 * (100vw / 428)) calc(20 * (100vw / 428));
    padding: 0 0 calc(25 * (100vw / 428));
    overflow: hidden;
    border-radius: calc(10 * (100vw / 428));
    vertical-align: top;
    white-space: normal;
    font-size: calc(12 * (100vw / 428));
    background: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
  }

  #BenentSnap .coodinateProductInfoList>div {
    display: flex;
    margin-top: 16px;
    align-items: center;
  }

  #BenentSnap .coodinateProductInfoList>div {
    display: flex;
    margin-top: auto;
    align-items: center;
  }

  #BenentSnap .coodinateProductInfoList p.topUserImage {
    width: calc(100 * (100vw / 750));
    margin-right: 12px;
  }

  #BenentSnap .coodinateProductInfoList p.topUserImage img {
    width: calc(100 * (100vw / 750));
    height: calc(100 * (100vw / 750));
    object-fit: cover;
    border-radius: 50%;
  }

  #BenentSnap .coodinateProductInfoList #shop_name,
  .shopName {
    font-size: 12px;
    line-height: 20px;
  }

  #BenentSnap .coodinateProductInfoList #shop_name,
  .userName {
    font-size: 16px;
    line-height: 22px;
  }

  #BenentSnap .coodinateProductInfoList #shop_name,
  .userHeight {
    font-size: 14px;
    line-height: 22px;
  }

  #BenentSnap .coodinateProductInfoList div {
    padding: calc(12 * (100vw / 428)) calc(10 * (100vw / 428)) calc(13 * (100vw / 428));
  }

  #BenentSnap .coodinateProductInfoList div ul {
    width: calc(90 *(100vw / 390));
  }

  #BenentSnap .simplebar-content-wrapper {
    overflow: scroll !important;
  }


  /* PICKUP BANNER
  ============================================================= */

  .bnr_pickup {
    margin: calc(40 * (100vw / 428)) calc(15 * (100vw / 428)) 0;
  }

  .bnr_pickup_link {
    height: calc(53 * (100vw / 428));
    border-radius: calc(8 * (100vw / 428));
    line-height: 0;
  }
}
