﻿@charset "UTF-8";


/* =============================================================

  Common.css

============================================================= */


/*  Import
======================================================= */
/*
@import "../imports/reset2.css";
@import "../imports/base2.css";
@import "../imports/order2.css";
@import "../imports/user2.css";
@import "../imports/hack2.css";
@import "../imports/parts2.css";
@import "../imports/pc_pic2.css";
@import "../imports/general_classes2.css";
*/

/*  Var
======================================================= */

:root {
 /*===================== colors */
 --color-basic: #000;
 --color-primary: #053931;
 --color-secondary: #212121;
 --color-tertiary: #6E6E6E;
 --color-highlight: #EBFE9A;
 /*===================== fonts */
 --font-base:  pragmatica, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,HiraKakuProN-W3, 游ゴシック, "Yu Gothic", メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif;
 --font-en: pragmatica, sans-serif;

  --color-summer-citrus: #f88329;
  --text-color-default: #212121;
}


/*  Base
======================================================= */

html {
  font-size: 62.5%;
  background: #fff !important;
}

@media screen and (max-width: 1200px){
  html {
    font-size: calc((10 * (100vw / 1200)));
  }
}

* {
    padding: 0;
    margin: 0;
}
div, form, h1, h2, h3, h4, ul, li, dl, dt, dd, p {
    margin: 0px;
    padding: 0px;
    line-height: 1.5em;
}
body,
#Wrap {
  background: none;
  font-family: var(--font-base) !important;
  font-size: 18px;
}
#Wrap {
    width: 1100px;
    text-align: left;
    margin: 0px auto;
}
body {
  min-width: inherit !important;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
#Contents {
    font-size: 14px;
}
a,
a:before,
a:after,
a img {
  transition: opacity .25s ease-in-out,
    color .25s ease-in-out,
    background-color .25s ease-in-out,
    border-color .25s ease-in-out,
    text-shadow .25s ease-in-out,
    filter .25s ease-in-out;
}
a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}
ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wrapBottom {
  padding: 0;
}

#Wrap,
.wrapTop,
.wrapBottom {
  max-width: 100%;
}


@keyframes menu_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/* ---------------------------------------(=4)
    Margin
   ---------------------------------------- */
.mt0  { margin-top: 0 !important; }
.mt5  { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }
.mt60 { margin-top: 60px; }

.mr0  { margin-right: 0; }
.mr5  { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr35 { margin-right: 35px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }

.mb0  { margin-bottom: 0; }
.mb5  { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }

.ml0  { margin-left: 0; }
.ml5  { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }

.mt0i  { margin-top: 0 !important; }
.mr0i  { margin-right: 0 !important; }
.mb0i  { margin-bottom: 0 !important; }
.ml0i  { margin-left: 0 !important; }


/* ---------------------------------------(=5)
    Padding
   ---------------------------------------- */
.pt0  { padding-top: 0; }
.pt5  { padding-top: 5px; }
.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }
.pt35 { padding-top: 35px; }
.pt40 { padding-top: 40px; }
.pt45 { padding-top: 45px; }

.pr0  { padding-right: 0; }
.pr5  { padding-right: 5px; }
.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; }
.pr35 { padding-right: 35px; }
.pr40 { padding-right: 40px; }
.pr45 { padding-right: 45px; }

.pb0  { padding-bottom: 0; }
.pb5  { padding-bottom: 5px; }
.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px }
.pb25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb35 { padding-bottom: 35px; }
.pb40 { padding-bottom: 40px; }
.pb45 { padding-bottom: 45px; }

.pl0  { padding-left: 0; }
.pl5  { padding-left: 5px; }
.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl30 { padding-left: 30px; }
.pl35 { padding-left: 35px; }
.pl40 { padding-left: 40px; }
.pl45 { padding-left: 45px; }


/* ---------------------------------------
    ボタン
   ---------------------------------------- */
.btn-main a {
    text-align: center;
    text-decoration: none !important;
    display: table;
    background: #053931;
    color: #fff;
    margin: 0 auto;
    padding: 1.5rem 10rem;
    font-size: 16px;
}
.btn-sub a {
    text-align: center;
    text-decoration: none !important;
    display: table;
    background: #888;
    color: #fff;
    margin: 0 auto;
    padding: 1.5rem 10rem;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
.btn-main a, .btn-sub a {
    padding: calc(12 * (100vw /390)) calc(40 * (100vw /390));
}
}

/*  Form Setting
======================================================= */

@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  select,
  textarea {font-size: calc(14 * (100vw / 375)) !important;}
}

/*  Responsive Setting
======================================================= */

@media (max-width: 768px) {
  .pc_only {display: none !important;}

}

@media (min-width: 769px) {
  .sp_only {display: none !important;}
}


/*  Header Text & Banner Setting
======================================================= */

.header_wrap {
  position: relative;
}

#header_img_slider,
#header_txt_slider {
  max-width: 100vw;
  overflow: hidden;
  text-align: center;
}

#header.sp_open #header_img_slider,
#header.sp_open #header_txt_slider,
#header.scroll #header_img_slider,
#header.scroll #header_txt_slider {
  overflow: hidden;
  height: 0;
}

#header_txt_slider {
  letter-spacing: .05em;
  font-weight: bold;
  background: #eae1c9;
}

#header_txt_slider li {
  width: 100vw;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  text-align: center;
}

#header_txt_slider.active,
#header_txt_slider li,
#header_txt_slider li .header_tagline {
  height: 2.8rem;
  background: #eae1c9;
}

/*テキストが2行の場合の調整*/
#header_txt_slider.active.cam_bnr_txt02,
#header_txt_slider.cam_bnr_txt02 li,
#header_txt_slider.cam_bnr_txt02 .header_tagline {
  height: 5.2rem;
}

#header_txt_slider li .header_tagline {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
}

#header_txt_slider li,
#header_txt_slider li .header_tagline,
#header_txt_slider li .header_tagline a {
  color: #000;
}

#header_txt_slider li p {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  line-height: 1.4;
}

#header_img_slider,
#header_img_slider li,
#header_img_slider li a {
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}

#header_img_slider picture {
  display: block;
  line-height: 0;
}

#header_img_slider li img {
  width: 98rem;
}

#header_txt_slider li p {
  padding: 0 1rem;
}

#header_img_slider li a:hover {
    opacity: 1;
}
/* SP用*/
@media (max-width: 768px) {

  #header_txt_slider li {
    font-size: calc(22 * (100vw / 750));
  }

  #header_txt_slider.active,
  #header_txt_slider li,
  #header_txt_slider li .header_tagline {
    height: calc(52 * (100vw / 750));
  }

  /*テキストが2行の場合の調整*/
  #header_txt_slider.active.cam_bnr_txt02,
  #header_txt_slider.cam_bnr_txt02 li,
  #header_txt_slider.cam_bnr_txt02 li .header_tagline {
    height: calc(82 * (100vw / 750)) !important;
  }


  #header_txt_slider,
  #header_txt_slider li,
  #header_txt_slider li a,
  #header_txt_slider li p,
  #header_img_slider,
  #header_img_slider li,
  #header_img_slider li a,
  #header_img_slider li img {
    width: 100vw !important;
  }

  #header_txt_slider li p {
    margin: 0 !important;
    padding: 0 calc(10 * (100vw / 750));
    font-size: calc(22 * (100vw / 750));
    line-height: 1.1;
  }
}

#product-list .breadcrumbs {
  width: 100% !important;
}


/* =============================================================

　　　　　　　　　　　　HEADER COMMON SETTING

============================================================= */

#header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  font-size: 1.5rem;
  background: #fff !important;
}

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

.header_inner,
.header_inner a {
  color: var(--color-basic);
}

.header_inner input[type="text"],
.header_inner input[type="email"],
.header_inner input[type="tel"],
.header_inner input[type="url"],
.header_inner input[type="password"],
.header_inner select,
.header_inner textarea {color: var(--color-primary);}

.header_inner img {
  width: auto;
}

#header.top,
#header.sp_open {
  box-shadow: none;
  border-bottom-color: transparent;
}

#header.scroll {
  position: fixed;
  top: -8rem;
  right: 0;
  left: 0;
  z-index: 999;
  animation: hdrfx .3s ease 0s 1 forwards;
}

@keyframes hdrfx {
  100% {
    top: 0;
  }
}


#header,
#header:before,
#header:after,
#header *,
#header *:before,
#header *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header_inner {
  margin: 0 auto;
  letter-spacing: .05em;
}

.header_inner,
.header_inner a,
.header_inner p,
.header_inner h1,
.header_inner h2,
.header_inner h3,
.header_inner h4,
.header_inner h5,
.header_inner span,
.header_inner pre,
.header_inner dt,
.header_inner dd {
  color: var(--color-secondary);
}

.header_inner,
.header_nav,
.header_nav_list,
.header_utiliry {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.header_inner>div:last-of-type{
  margin-left: auto;
}
.header_inner a:hover {
  opacity: .5;
}


/* Info
---------------------------------- */

#header_info {
  background: #e22c2c;
}

#header_info p,
#header_info a {
  color: #fff;
}

#header_info .header_inner {
  padding: 1rem 0;
  text-align: center;
}

/* Logo
---------------------------------- */

.header_logo {
  float: none;
  margin: 0;
  padding: 0;
}

.header_logo img {
  max-width: 100%;
  vertical-align: -1rem;
}

/* Header Navi
---------------------------------- */

.header_nav_list {
  font-weight: normal;
}

.header_nav_list li {
  cursor: pointer;
  text-align: center;
}

.header_nav_list .menu_ttl {
  text-align: center;
}

.menu_contents {
  position: relative;
  z-index: 0;
  padding-top: 2rem;
}

/* Search Modal
---------------------------------- */

.search_modal__btn {
  position: relative;
  z-index: 99999;
  transition: opacity .2s ease-in-out;
  cursor: pointer;
}

.search_modal__btn:hover {
  opacity: .6;
}

.search_modal {
  display: none;
  opacity: 0;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999999;
  height: auto;
  background: rgba(255, 255, 255, 0.6);
}

@keyframes menu_fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;

  display: none;
  }
}

.search_modal.is-active {
  display: block;
  animation: menu_fadein .25s ease 0s 1 forwards;
}

.search_modal,
.search_modal p,
.search_modal a {
  color: var(--color-primary);
}

.search_modal__inner {
  position: relative;
  background: #fff;
  border-top: 1px solid #f2f2f2;
  text-align: center;
}

.search_modal__inner .inner {
  margin: 0 auto;
}

/* ---- Search Box ---- */

.search_modal .search_box {
  position: relative;
  margin: 0 auto;
}

.search_modal .search_box input {
  outline: none;
  width: 100%;
  border-bottom: 1px solid var(--color-primary);
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
}

.search_modal .search_box .icn_search {
  position: absolute;
}

.search_modal .search_box .icn_search {
  display: inline-block;
  width: 2.6rem !important;
  height: 2.6rem;
  background: url(../Contents/ImagesPkg/common/icn_search.svg) no-repeat;
  background-size: 100%;
}

.search_modal .search_box .icn_search img {
  display: none;
  max-width: 96%;
}

/* -- Placeholder Color -- */

.search_modal .search_box input:placeholder-shown {
  color: #9bb0ad;
}

.search_modal .search_box input::-webkit-input-placeholder {
  color: #9bb0ad;
}

.search_modal .search_box input:-moz-placeholder {
  color: #9bb0ad;
}

.search_modal .search_box input::-moz-placeholder {
  color: #9bb0ad;
}

.search_modal .search_box input:-ms-input-placeholder {
  color: #9bb0ad;
}


/* ------ Header Keywords ------ */

.header_keywords {
}

.header_keywords dt {
  display: block;
  font-weight: 400;
  text-align: center;
}

.header_keywords dd {
  display: block;
  text-align: center;
}

.header_keywords ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
}

.header_keywords li {
}

.header_keywords a {
  display: block;
  border: 1px solid #707070;
  border-radius: 20rem;
  color: var(--color-primary);
  text-align: center;
}

.header_keywords a:hover {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: #fff;
}

/* ------ Modal Close Button ------ */

.search_modal__close {
  position: absolute;
  background: url(../Contents/ImagesPkg/common/icn_close.svg) no-repeat 0 0;
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}

.search_modal__close:hover {
  opacity: .6;
}

.header_nav .menu_contents,
.header_nav .menu_contents a {
  color: var(--color-primary);
  font-weight: normal;
}

.header_nav .menu_contents a:hover {
  opacity: .6;
  color: inherit;
}


/* Header Category
---------------------------------- */

.header_nav .cate_list {
  display: flex;
  justify-content: space-between;
}

.header_nav .cate_list dt {
  margin: 0 0 .85rem;
  font-size: 1.6rem;
}

.header_nav .cate_list dt a {
  display: block;
  width: 100%;
  font-weight: 600;
}
.header_nav .cate_list dl {
  padding: .5rem 0;
}

.header_nav .cate_list dd {
  font-size: 1.25rem;
  text-align: left;
}

.header_nav .cate_list .chaild_cate_list li {
  padding: 0 0 .6rem 0;
  text-align: left;
}

.header_nav .cate_list > li {
  padding: 0;
}


/* Header Brand
---------------------------------- */
/* 確認用
.nav__brand .menu_contents {
  height: auto;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
*/

.menu_contents__brand {
  display: flex;
}

.nav__brand .menu_brand__tab {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  width: 49rem;
  margin: -.5rem;
  font-size: 2rem;
}

.nav__brand .menu_brand__tab li {
  transition: background-color ease-in-out .2s,border-color ease-in-out .2s,color ease-in-out .2s;
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: .5rem;
  padding: 0;
  border: 1px solid #b9b9b9;
  background: #fff;
  border-radius: .5rem;
  cursor: pointer;
}

.nav__brand .menu_brand__tab li {
  width: 6rem;
  height: 6rem;
}

.nav__brand .menu_brand__tab li:last-child {
  width: 13rem;
}

.nav__brand .menu_brand__tab li.is-active,
.nav__brand .menu_brand__tab li.is-active:hover {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.nav__brand .menu_brand__tab li.is-none {
  pointer-events: none;
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #BDBDBD;
}

.nav__brand .menu_brand__tab li:hover {
  background-color: #f3efe2;
}

/* ---- content ---- */

.nav__brand .menu_brand__content {
  width: calc(100% - 49rem);
  padding-left: 6rem;
  font-size: 2rem;
}

.nav__brand .menu_brand__list {
  display: none;
  opacity: 0;
}

.nav__brand .menu_brand__list.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: .3s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.nav__brand .menu_brand__list ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: -1rem;
  margin-left: -2rem;
}

.nav__brand .menu_brand__list li {
  display: inline-block;
  width: calc(100% / 2 - 2rem);
  margin-top: 1rem;
  margin-left: 2rem;
  padding: 0;
  vertical-align: top;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.nav__brand .menu_brand__list li .txt_en {
  padding-right: .5rem;
}

.nav__brand .menu_brand__list li .txt_ja {
  display: inline-block;
  padding: .5rem .5rem .5rem 0;
  font-size: 1.2rem;
  line-height: 1.2;
}

.nav__brand .menu_brand__list dt {
  display: block;
  margin: 0 0 2.4rem;
  padding: 0 0 .5rem;
  border-bottom: 1px solid #d0d0d0;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
}

.nav__brand .menu_brand__list dd li {
  display: inline-block;
}

.nav__brand .menu_brand__list dd li .txt_ja {
}


/* Header Utiliry
---------------------------------- */

.header_utiliry {
}

.header_utiliry li img {
  vertical-align: middle;
}

.header_search {
  padding: 0;
}

.btn_header_search:hover {
  opacity: .6;
}

/* IE11用 */
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .header_search {
    padding: 0;
  }
}

/* ---- Cart ---- */

.utility_cart a {
  position: relative;
  display: inline-block;
}

.utility_cart .num {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background: var(--color-highlight);
  border-radius: 100%;
  font-weight: 400;
  color: var(--color-basic) !important;
  text-align: center;
  line-height: 1;
  content: "";
}


/* Header MiniCart
---------------------------------- */
#CartDrawer a:link {
  color: #000000;
  text-decoration: none;
}

/*-- bg --*/
  #CartDrawer + .layer_board_cart_bg {
      display: none;
      width: 100%;
      height: 100dvh;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, .5);
      z-index: 1000;
      opacity: 0;
      pointer-events: none;
      transition: opacity 0ms;
  }

  .minicart-drawer-open-right #CartDrawer + .layer_board_cart_bg {
      display: block;
      opacity: 1;
      pointer-events: all;
  }

/*-- drawer --*/
  #CartDrawer .display-table {
      display: flex;
      align-items: baseline;
  }

  #CartDrawer .dvMiniCart {
    border: unset;
  }

  .minicart-drawer {
      -webkit-transform: translateZ(0);
      will-change: transform;
      /* display: none; */
      position: fixed;
      overflow-y: auto;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
      top: 0;
      bottom: 0;
      max-width: 95%;
      z-index: 9999;
      color: #000;
      background-color: #FFF;
     /* transition: all 0.4s cubic-bezier(0.46, 0.01, 0.32, 1);*/
      box-sizing: border-box;
  }

  .minicart-drawer--right {
      display: none;
      width: 42rem;
      right: -42rem;
      border-left: 1px solid rgba(0, 0, 0, 0.05)
  }

  @media screen and (max-width: 768px) {
      .minicart-drawer--right {
        bottom: unset;
        width: 100vw;
        max-height: 100dvh;
        right: 0px;
        max-width: 100vw;
        top: 100%;
        overflow-y: hidden;
      }
  }

  .minicart-drawer-open-right {
      overflow: hidden;
  }

  .minicart-drawer-open-right .minicart-drawer--right {
      display: block;
      -ms-transform: translateX(-42rem);
      -webkit-transform: translateX(-42rem);
      transform: translateX(-42rem)
  }

  @media screen and (max-width: 768px) {
      .minicart-drawer-open-right .minicart-drawer--right {
          overflow: hidden;
          -ms-transform: translateY(-100%);
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
           /*transform: none;
          top: auto;
          bottom: 0;
          max-height: 100dvh;*/
      }

    @supports (-webkit-touch-callout: none) {
      .minicart-drawer-open-right .minicart-drawer--right {
        /*max-height: -webkit-fill-available;*/
      }
      .ajaxcart__inner {
      }
    }


  }

  .lt-ie9 .minicart-drawer-open-right .minicart-drawer--right {
      right: 0
  }

/*-- drawer layout --*/
  #CartDrawer .drawer__header {
      /*display: table;
      height: 70px;*/
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      height: 6rem;
      padding: 0 1.5rem;
      background: #f8f7ef;
      box-sizing: border-box;
      margin-bottom: 0;
  }

  #CartDrawer .drawer__title,
  #CartDrawer .drawer__close {
      display: table-cell;
      vertical-align: middle;
      font-size: 1.4em
  }

  #CartDrawer .drawer__title {
      font-size: 1.8rem;
      color: var(--text-color-default);
      font-weight: 600;
  }

  #CartDrawer .drawer__close {
      text-align: right;
  }

  #CartDrawer .drawer__close button {
      width: 3.5rem;
      height: 3.5rem;
      background:
        center / 100%
        no-repeat;
      border: none;
      background-color: #000;
      mask-image:
        url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20viewBox%3D%220%200%2035%2035%22%3E%3Cpath%20d%3D%22M0%2C0H35V35H0Z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M15.731%2C13.488l7.852-7.852%2C2.243%2C2.243-7.852%2C7.852%2C7.852%2C7.852-2.243%2C2.243-7.852-7.852L7.879%2C25.827%2C5.636%2C23.584l7.852-7.852L5.636%2C7.879%2C7.879%2C5.636Z%22%20transform%3D%22translate(1.769%201.769)%22%20fill%3D%22%23212121%22%2F%3E%3C%2Fsvg%3E');
      -webkit-mask-repeat: no-repeat;
      -webkit-mask-position: center;
      -webkit-mask-size: 100% 93%;
      cursor: pointer;
      text-indent: -200px;
      overflow: hidden;
  }

  .ajaxcart__product[visible="False"] a {
    pointer-events: none;
  }

  .ajaxcart__row {
      display: flex;
      padding: 1.5rem 2rem;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05);
      font-size: 0.85em;
  }

  .ajaxcart__row img {
    width: 7rem;
  }

  .ajaxcart__row .grid {
      width: 100%;
      padding-left: 1rem;
  }

  .ajaxcart__row .display-table {
      margin-top: 0.4rem;
  }

  .ajaxcart__row .grid__item.qty {
      font-size: 1.4rem;
      line-height: 1;
  }

  .ajaxcart__row .grid__item.price {
      margin: 0 0 0 auto;
      font-size: 1.4em;
      font-weight: 300;
      line-height: 1;
  }

  .ajaxcart__footer .cart-subtotals {
      padding: 3rem 2rem 2rem;
      font-weight: 600;
      align-items: flex-end;
      font-size: 1.7rem;
  }

  .ajaxcart__footer .cart-subtotals .subtotals {
      margin: 0 0 0 auto;
      font-weight: normal;
  }

  .ajaxcart__footer .cart-subtotals .subtotals span {
      font-size: 2.6rem;
      font-weight: 500;
  }

  #CartContainer {
      margin: 2rem;
  }


  @media screen and (max-width: 768px) {
    #CartDrawer .drawer__header {
        height: calc(60 *(100vw / 428));
        margin-bottom: 0;
        padding: 0 calc(15 *(100vw / 428));
    }

    .ajaxcart__inner {
        overflow: hidden;
        overflow-y: scroll;
        max-height: calc(100dvh - (60 *(100vw / 428)) - (160 *(100vw / 428)));
    }


    @supports (-webkit-touch-callout: none) {

      .ajaxcart__inner {
        max-height: calc(100dvh - (60 *(100vw / 428)) - (160 *(100vw / 428)));
      }


    }

    .ajaxcart__footer {
        height: calc(160 *(100vw / 428));
    }

    #CartDrawer .drawer__title,
    #CartDrawer .drawer__close {
        font-size: calc(14 *(100vw / 428));
    }

    #CartDrawer .drawer__title {
        font-size: calc(18 *(100vw / 428));
    }

    #CartDrawer .drawer__close button {
      width: calc(35 *(100vw / 428));
      height: calc(35 *(100vw / 428));
    }

    .ajaxcart__row {
      padding: calc(15 *(100vw / 428)) calc(20 *(100vw / 428));
      font-size: calc(14 *(100vw / 428));
      letter-spacing: 0;
    }

    .ajaxcart__row img {
      width: calc(70 *(100vw / 428));
    }
    .ajaxcart__row .grid {
      padding-left: calc(10 *(100vw / 428));
    }

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

    .ajaxcart__row .grid__item.qty {
        font-size: calc(13 *(100vw / 428));
    }

    .ajaxcart__row .grid__item.price {
        font-size: calc(18 *(100vw / 428));
    }

    .ajaxcart__footer .cart-subtotals {
        padding: calc(30 *(100vw / 428)) calc(20 *(100vw / 428)) calc(20 *(100vw / 428));
        font-size: calc(18 *(100vw / 428));
    }

    .ajaxcart__footer .cart-subtotals .subtotals {
      font-size: calc(16 *(100vw / 428));
    }

    .ajaxcart__footer .cart-subtotals .subtotals span {
      margin-right: calc(-8 *(100vw / 428));
        font-size: calc(26 *(100vw / 428));
    }

    #CartContainer {
        margin: calc(20 *(100vw / 428));
    }

  }


/*-- btn-cart --*/
  #CartDrawer .cart-btn {
      padding: 0px 2rem 1.5rem;
  }

  #CartDrawer .btn-cart {
      --icon-add-cart: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225.191%22%20height%3D%2225.191%22%20viewBox%3D%220%200%2025.191%2025.191%22%3E%3Cpath%20d%3D%22M0%2C0H25.191V25.191H0Z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M4.1%2C16.695V4.1H2V2H5.149A1.05%2C1.05%2C0%2C0%2C1%2C6.2%2C3.05v12.6H19.254l2.1-8.4H8.3v-2.1H22.7a1.05%2C1.05%2C0%2C0%2C1%2C1.018%2C1.3l-2.624%2C10.5a1.05%2C1.05%2C0%2C0%2C1-1.018.795H5.149A1.05%2C1.05%2C0%2C0%2C1%2C4.1%2C16.695Zm2.1%2C7.347a2.1%2C2.1%2C0%2C1%2C1%2C2.1-2.1A2.1%2C2.1%2C0%2C0%2C1%2C6.2%2C24.042Zm12.6%2C0a2.1%2C2.1%2C0%2C1%2C1%2C2.1-2.1A2.1%2C2.1%2C0%2C0%2C1%2C18.794%2C24.042Z%22%20transform%3D%22translate(0.099%200.099)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');
      --icon-regist-mail: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2226%22%20height%3D%2226%22%20viewBox%3D%220%200%2026%2026%22%3E%3Cpath%20d%3D%22M0%2C0H26V26H0Z%22%20fill%3D%22none%22%2F%3E%3Cpath%20d%3D%22M3.1%2C3H22.9A1.106%2C1.106%2C0%2C0%2C1%2C24%2C4.111V21.889A1.106%2C1.106%2C0%2C0%2C1%2C22.9%2C23H3.1A1.106%2C1.106%2C0%2C0%2C1%2C2%2C21.889V4.111A1.106%2C1.106%2C0%2C0%2C1%2C3.1%2C3ZM21.8%2C7.709%2C13.079%2C15.6%2C4.2%2C7.684V20.778H21.8ZM4.762%2C5.222l8.305%2C7.4%2C8.185-7.4Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E');

      display: flex;
      justify-content: center;
      align-items: center;
      column-gap: calc(10 *(100vw / 428));
      width: 100%;
      height: calc(60 *(100vw / 428));
      font-size: calc(18 *(100vw / 428));
      color: #fff !important;
      font-weight: 600;
      line-height: 1.4;
      background-color: var(--color-summer-citrus);
      border: none;
      border-radius: 100dvh;
      -webkit-appearance: none;
      appearance: none;
      cursor: pointer;
  }

  #CartDrawer .btn-cart::before {
      content: "";
      display: block;
      width: calc(25 *(100vw / 428));
      height: calc(25 *(100vw / 428));
      background:
        var(--icon-add-cart)
        center / 100%
        no-repeat;
      margin-top: -0.3rem;
  }

  @media (min-width: 769px) {
    #CartDrawer .btn-cart {
      column-gap: 1rem;
      height: 6rem;
      font-size: 1.5rem;
      transition: opacity 350ms;
    }
    #CartDrawer .btn-cart:hover {
      opacity: .7;
    }
    #CartDrawer .btn-cart::before {
      width: 2.5rem;
      height: 2.5rem;
    }
  }

  @media (max-width: 768px) {
    #CartDrawer .cart-btn {
      padding: 0px calc(20 *(100vw / 428)) calc(22 *(100vw / 428));
    }
    #CartDrawer .btn-cart {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }

/* Header Search
---------------------------------- */

#header_bottom {
  width: 100%;
  overflow-x: clip;
}

#header_bottom .inner {
  position: relative;
}

#header.scroll #header_bottom,
#header_bottom.hidden {
  height: 0;
  z-index: -1;
  visibility: hidden;
}

#header.scroll #header_bottom.active,
#header_bottom.hidden.active {
  height: auto;
  z-index: auto;
  visibility: visible;
}

#header.scroll #header_bottom.active .inner,
#header_bottom.hidden.active .inner {
  top: 0;
  animation: hdrfx2 .2s ease 0s 1 forwards;
}

#header.scroll #header_bottom .inner,
#header_bottom.hidden .inner {
  opacity: 0;
  padding: 0;
  transition: all .3s ease;
}

#header.scroll #header_bottom.active .inner,
#header_bottom.hidden.active .inner {
  opacity: 1;
}

.header_search_bg_area {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background: rgb(0, 0, 0, 0.5);
}

.header_search_bg_area.active {
  display: block;
  animation: menu_fadein .3s ease 0s 1 forwards;
}

.header_search_box {
  display: flex;
  width: fit-content;
  border: none;
  border-radius: 1rem;
  border: 1px solid #e1e1e1;
  margin: auto;
}

.header_search_box .search_box {
  overflow: hidden;
  position: relative;

}

.header_search_box .search_box .icn_search {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  background: url(../Contents/ImagesPkg/common/icn_search_black.svg) no-repeat center #ebebeb;
  background-size: 54%;
  padding: 0;
  box-sizing: border-box;
  background-color: transparent;
}

.header_search_box .search_box .icn_search span {
  display: none;
}

.header_search_box .search_cate option {
  display: none;
}

.header_search_box .search_cate .cate {
  display: block;
}

#header .header_search_box .search_box input {
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #fff !important;
  box-shadow: none;
  letter-spacing: 0.04em;
  outline: none;
  -webkit-appearance: none;
  border: none;
  -webkit-autofill: none;
}

.header_search_box .search_box input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
/*
.header_search_box .search_box input:-webkit-autofill {
  box-shadow: 0 0 0px 999px #fff inset;
}*/

.header_search_box .search_box input:focus {
  background-color: #fff;
}

.header_search_box .search_box input:placeholder-shown {
  color: #6e6e6e;
}

.header_search_box .search_box input::-webkit-input-placeholder {
  color: #6e6e6e;
}

.header_search_box .search_box input:-moz-placeholder {
  color: #6e6e6e;
}

.header_search_box .search_box input::-moz-placeholder {
  color: #6e6e6e;
}

.header_search_box .search_box input:-ms-input-placeholder {
  color: #6e6e6e;
}

/* --- カテゴリボタン --- */
.header_search_box .search_cate_btn {
  overflow: hidden;
  position: relative;
  height: 100%;
  background: #f5f5f5;
  border-right: 1px solid #e1e1e1;
  cursor: pointer;
}

.header_search_box .search_cate_btn span {
  display: none;
}

.header_search_box .search_cate_btn::after {
  transform: translate(-50%,-50%) rotate(0deg);
  display: block;
  position: absolute;
  content: '';
  top: 50%;
  left: 52%;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212.707%22%20height%3D%228.04%22%20viewBox%3D%220%200%2012.707%208.04%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_6249%22%20data-name%3D%22%E3%83%91%E3%82%B9%206249%22%20d%3D%22M12.889%2C11.637%2C8.222%2C6.97%2C9.555%2C5.637l6%2C6-6%2C6L8.222%2C16.3Z%22%20transform%3D%22translate(17.99%20-7.868)%20rotate(90)%22%20fill%3D%22%23707070%22%20stroke%3D%22%23707070%22%20stroke-width%3D%220.5%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  content: "";
}

.header_search_box .search_cate_btn.active {
}

.header_search_box .search_cate_btn.active::after {
  transform: translate(-50%,-50%) rotate(180deg);
}

/* --- カテゴリ一覧 --- */
.header_search_box .search_cate_list {
  display: none;
  position: absolute;
  left: 0;
  z-index: 99999;
  width: 100vw;
}

.header_search_box .search_cate_list ul {
  overflow: hidden;
  overflow-y: scroll;
  max-height: 70dvh;
  display: block;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.header_search_box .search_cate_list ul li {
  position: relative;
  background-repeat: no-repeat;
  background-position: 1rem center;
  border-top: 1px solid #eee;
  color: #212121;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.header_search_box .search_cate_list ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 100%;
  background-color: var(--color-primary);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 62%;
  content: "";
}

.header_search_box .search_cate_list ul li.active {
  background-color: #f8f8f8;
  font-weight: bold;
}

.header_search_box .search_cate_list ul li:first-child {
  border-top-width: 0;
}

.header_search_box .search_cate_list ul li:first-child::before {
  display: none;
}

/* カテゴリアイコン設定 */
.header_search_box .search_cate_list li[data-val="CAT101"]::before {
  mask-image: url(../Contents/ImagesPkg/common/icn_cate_skincare.svg);
}

.header_search_box .search_cate_list li[data-val="CAT102"]::before {
  mask-image: url(../Contents/ImagesPkg/common/icn_cate_make.svg);
}

.header_search_box .search_cate_list li[data-val="CAT106"]::before {
  mask-image: url(../Contents/ImagesPkg/common/icn_cate_uv.svg);
}

.header_search_box .search_cate_list li[data-val="CAT104"]::before {
  mask-image: url(../Contents/ImagesPkg/common/icn_cate_bodycare.svg);
}

.header_search_box .search_cate_list li[data-val="CAT103"]::before {
  mask-image: url(../Contents/ImagesPkg/common/icn_cate_haircare.svg);
}

.header_search_box .search_cate_list li[data-val="CAT111"]::before {
  mask-image: url(../Contents/ImagesPkg/common/icn_cate_mama.svg);
}

.header_search_box .search_cate_list li[data-val="CAT108"]::before {
  mask-image: url(../Contents/ImagesPkg/common/icn_cate_etiquette.svg);
}

.header_search_box .search_cate_list li[data-val="CAT107"]::before {
  mask-image: url(../Contents/ImagesPkg/common/icn_cate_aroma.svg);
}

.header_search_box .search_cate_list li[data-val="CAT109"]::before {
  mask-image: url(../Contents/ImagesPkg/common/icn_cate_innercare.svg);
}

.header_search_box .search_cate_list li[data-val="CAT105"]::before {
  mask-image: url(../Contents/ImagesPkg/common/icn_cate_bath.svg);
}

.header_search_box .search_cate_list li[data-val="CAT110"]::before {
  mask-image: url(../Contents/ImagesPkg/common/icn_cate_kit.svg);
}

.header_search_box .search_cate_list li[data-val="CAT117"]::before {
  mask-image: url(../Contents/ImagesPkg/common/icn_cate_food.svg);
}

.header_search_box .search_cate_list li[data-val="CAT118"]::before {
  mask-image: url(../Contents/ImagesPkg/common/icn_cate_food2.svg);
}

.header_search_box .search_cate_list li[data-val="CAT113"]::before {
  mask-image: url(../Contents/ImagesPkg/common/icn_cate_zakka.svg);
}

/* PC用*/
@media (min-width: 769px) {

  #header_bottom {
  }

  #header_bottom .inner {
    position: relative;
    z-index: 20;
    width: 100vw;
    margin: auto;
    /* padding: 0; */
    padding: 1.5rem 0;
    background-color: #f8f8f8;
  }

  #header.scroll #header_bottom.active .inner,
  #header_bottom.hidden.active .inner {
    padding: 1.5rem 0;
  }

  .header_search_box {
    justify-content: center;
  }

  .header_search_box .search_box {
    width: 50rem;
    height: 5rem;
  }

  .header_search_box .search_box .icn_search {
    width: 3.6rem !important;
    height: 4.8rem;
    /* background-image: url(../Contents/ImagesPkg/common/icn_search.svg); */
    /* background-color: transparent; */
    margin-right: 1rem;
  }

  #header .header_search_box .search_box input {
    padding: 0 6rem 0 1.5rem;
    border-left-width: 0;
    border-radius: 0 1rem 1rem 0;
    font-size: 1.3rem;
    /*box-shadow: 8px 10px 16px -15px rgba(0,0,0,0.4) inset;*/
  }

  /* --- カテゴリボタン --- */
  .header_search_box .search_cate_btn {
    width: 5.4rem;
    height: 100%;
    /* border: 1px solid #ddd; */
    border-radius: 1rem 0 0 1rem;
    /*box-shadow: 8px 10px 16px -15px rgb(131 131 131 / 40%) inset;*/
  }

  .header_search_box .search_cate_btn::after {
    width: 1.2rem;
    height: .8rem;
    margin-top: .1rem;
  }

  .header_search_box .search_cate_btn.active {
  }

  .header_search_box .search_cate_btn.active::after {
    margin-top: -.2rem;
  }

  /* --- カテゴリ一覧 --- */
  .header_search_box .search_cate_list {
    top: 6.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 55rem;
  }

  .header_search_box .search_cate_list ul {
    min-width: 16rem;
    width: fit-content;
    border-radius: .8rem;
    box-shadow: 0 3px 6px rgb(0, 0, 0, 0.2);
  }

  .header_search_box .search_cate_list ul li {
    padding: 1.2rem 1.5rem 1.2rem 4.3rem;
    font-size: 1.3rem;
    background-size: 2.3rem;
  }

  .header_search_box .search_cate_list ul li:first-child {
    padding-left: 1.5rem;
  }

}

/* SP用*/
@media (max-width: 768px) {

  #header.scroll #header_bottom .inner,
  #header_bottom.hidden .inner {
    position: fixed;
    top: -20rem;
    right: 0;
    left: 0;
  }

  #header_bottom {
    height: calc(89 * (100vw / 586));
  }

  #header_bottom .inner {
    background: #f8f8f8;
    color: #fff;
    width: 100vw !important;
    padding: calc(10 * (100vw / 390)) calc(15 * (100vw / 390));
  }

  #header.scroll #header_bottom.active .inner,
  #header_bottom.hidden.active .inner {
    z-index: 10;
    padding: calc(10 * (100vw / 390)) calc(15 * (100vw / 390));
    transition: none;
  }

  @keyframes hdrfx2 {
    100% {
      top: calc(66 * (100vw / 428));
    }
  }

  .header_search_bg_area {
    z-index: 9998;
  }

  .header_search_box {
    position: relative;
    z-index: 9999;
    width: 100%;
    border-radius: calc(10 * (100vw / 390));
    background: #fff;
  }

  .sp_open .header_search_box {
    z-index: auto;
  }

  .header_search_box .search_box {
    height: calc(39 * (100vw / 390));
    width: calc(100vw - 48 * (100vw / 586));
    border-radius: 0 calc(9 * (100vw / 390)) calc(9 * (100vw / 390)) 0;
}

  .header_search_box .search_box .icn_search {
    width: calc(46 * (100vw / 586)) !important;
    height: calc(39 * (100vw / 390));
    margin-right: calc(5 * (100vw / 390));
  }

  #header .header_search_box .search_box input {
    position: absolute;
    top: 0;
    left: 0;
    /*padding: 0 calc(60 * (100vw / 586)) 0 calc(15 * (100vw / 586));*/
    width: 128.5%;
    height: 128%;
    padding: calc(5 * (100vw / 586)) calc(60 * (100vw / 586)) calc(5 * (100vw / 586)) calc(26 * (100vw / 586));
    font-size: calc(17 * (100vw / 390));
    transform: scale(0.8) translate(-13%, -13%);
    /*box-shadow: 8px 10px 23px -15px rgb(0 0 0 / 20%) inset;*/
    line-height: 128%;
  }

  /* --- カテゴリボタン --- */
  .header_search_box .search_cate_btn {
    width: calc(48 * (100vw / 586));
    height: calc(39 * (100vw / 390));
    border-radius: calc(8 * (100vw / 390)) 0 0 calc(8 * (100vw / 390));
    /*box-shadow: 8px 10px 23px -15px rgba(0, 0, 0, 0.2) inset;*/
    /*margin-top: calc(1 * (100vw / 390));*/
  }

  .header_search_box .search_cate_btn::after {
    width: calc(10 * (100vw / 390));
    height: calc(7 * (100vw / 390));
    margin-top: calc(1 * (100vw / 390));
  }

  .header_search_box .search_cate_btn.active::after {
    margin-top: 0;
   }

  /* --- カテゴリ一覧 --- */
  .header_search_box .search_cate_list {
    width: calc(100vw - 30 * (100vw / 390));
    top: calc(39 * (100vw / 390));
  }

  .header_search_box .search_cate_list ul {
    width: 50vw;
    max-height: 81.5dvh;
    border-radius: calc(5*(100vw / 390));
  }

  .header_search_box .search_cate_list ul li {
    padding: calc(12 * (100vw / 390)) calc(15 * (100vw / 390)) calc(12 * (100vw / 390)) calc(42 * (100vw / 390));
    background-size: calc(22 * (100vw / 390));
    font-size: calc(12 * (100vw / 390));
	  background-position: calc(12 * (100vw / 390)) center;
  }

  .header_search_box .search_cate_list ul li::before {
    width: calc(40 * (100vw / 390));
  }

  .header_search_box .search_cate_list ul li:first-child {
    padding-left: calc(15 * (100vw / 390));
  }
}


/* Unisearch Suggest
---------------------------------- */

.ui-helper-hidden-accessible {
  display: none !important;
}

.search_cate_list {
  display: none;
}
.search_cate_list li{
  cursor: pointer;
}
.search_cate_btn{
  cursor: pointer;
}

.ui-autocomplete,
.ui-autocomplete * {
  box-sizing: border-box;
}

.ui-autocomplete {
  overflow: hidden;
  overflow-y: scroll;
  width: 50rem;
  max-height: 70dvh;
  padding: 0;
  background: #fff;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.2);
  border-radius: .5rem;
  font-size: 1.35rem;
}

.ui-autocomplete .ui-menu-item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  cursor: pointer;
  transition: background-color ease-in-out .4s;
  font-size: 1.35rem;
  line-height: 2;
  letter-spacing: 0.04em;
}

.ui-autocomplete .ui-menu-item > div {
  padding: 1.2rem 2rem;
}

.ui-autocomplete .ui-menu-item:hover {
  background-color: #f3f3f3;
}

.ui-autocomplete .ui-menu-item:last-child {
  border-bottom-width: 0;
}

.ui-autocomplete .deleteHistorySuggest {
  opacity: 0;
  display: block !important;
  top: inherit !important;
  left: inherit !important;
  font-size: 1.1rem;
  color: #999;
  cursor: pointer;
  transition: opacity .3s ease-in-out;
}

.ui-autocomplete .deleteHistorySuggest[aria-expanded="true"] {
  opacity: 1;
}

.ui-autocomplete .ui-menu-item > .search_item_history {
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3%22%20data-name%3D%22%E3%83%91%E3%82%B9%203%22%20d%3D%22M9%2C2A7%2C7%2C0%2C1%2C1%2C2%2C9%2C7%2C7%2C0%2C0%2C1%2C9%2C2ZM9%2C3.4A5.6%2C5.6%2C0%2C1%2C0%2C14.6%2C9%2C5.6%2C5.6%2C0%2C0%2C0%2C9%2C3.4ZM9%2C4.8a.7.7%2C0%2C0%2C1%2C.7.618l0%2C.082V8.71l1.895%2C1.895a.7.7%2C0%2C0%2C1-.924%2C1.048l-.066-.058-2.1-2.1a.7.7%2C0%2C0%2C1-.2-.4L8.3%2C9V5.5A.7.7%2C0%2C0%2C1%2C9%2C4.8Z%22%20transform%3D%22translate(-2%20-2)%22%20fill%3D%22%23e5d8b4%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  background-position: 1.4rem center;
  padding: 1.4rem 1.6rem 1.3rem 3.7rem;
}

.ui-autocomplete .search_item__cate {
  padding-left: 1rem;
  color: #888;
  font-size: 1.1rem;
}

.ui-autocomplete .search_item__arw {
  padding-left: .5rem;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%225%22%20height%3D%228.694%22%20viewBox%3D%220%200%205%208.694%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M13.152%2C9.228a.653.653%2C0%2C0%2C1%2C0%2C.923L9.458%2C13.846a.653.653%2C0%2C1%2C1-.923-.923L11.767%2C9.69%2C8.534%2C6.458a.653.653%2C0%2C1%2C1%2C.923-.923l3.694%2C3.694Z%22%20transform%3D%22translate(-8.343%20-5.343)%22%20fill%3D%22%23888%22%20fill-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  background-repeat: no-repeat;
  background-position: .5rem center;
  color: transparent;
}

.ui-autocomplete .search_item__last {
  font-weight: bold;
}

/* PC用*/
@media (min-width: 769px) {

}

/* SP用*/
@media (max-width: 768px) {

  .ui-autocomplete {
    position: fixed !important;
    overflow: hidden;
    overflow-y: scroll;
    top: calc(110*(100vw / 390)) !important;
    width: calc(100vw - 62 * (100vw / 390)) !important;
    max-height: 70dvh;
    border-radius: calc(5 * (100vw / 390));
    font-size: calc(13 * (100vw / 390));
  }

  .ui-autocomplete .ui-menu-item {
    font-size: calc(13 * (100vw / 390));
  }

  .ui-autocomplete .ui-menu-item > div {
    padding: calc(14 * (100vw / 390));
  }

  .ui-autocomplete .ui-menu-item:hover {
  }

  .ui-autocomplete .ui-menu-item:last-child {
  }

  .ui-autocomplete .deleteHistorySuggest {
    font-size: calc(10 * (100vw / 390));
  }

  .ui-autocomplete .deleteHistorySuggest[aria-expanded="true"] {
  }

  .ui-autocomplete .ui-menu-item > .search_item_history {
    background-position: calc(14 * (100vw / 390)) center;
    padding: calc(14 * (100vw / 390)) calc(16 * (100vw / 390)) calc(14 * (100vw / 390)) calc(40 * (100vw / 390));
  }

  .ui-autocomplete .search_item__cate {
    padding-left: calc(10 * (100vw / 390));
    font-size: calc(11 * (100vw / 390));
  }

}


/* =============================================================

　　　　　　　　　　　CONTENTS COMMON SETTING

============================================================= */

/* Error
---------------------------------- */

.error_inline {
  color: #ff0000;
  padding: 1px !important;  /* for IE */
  display: block !important;
}

/* Rate & Review
---------------------------------- */

.rate {
	position: relative;
	display: inline-block;
	width: 10rem;
	height: 1.8rem;
	font-size: 1.8rem;
	margin-right: .5rem;
}

.rate:before,
.rate:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "★★★★★";
  display: inline-block;
  height: 1.8rem;
  line-height: 1.8rem;
  white-space: nowrap;
  letter-spacing: 0.3rem;
}

.rate:before {color: #b4bfa8;}

.rate:after {
  color: #fec400;
  overflow: hidden;
  white-space: nowrap;
}

.rate0:after {width: 0;}
.rate0-1:after,.rate0-2:after,.rate0-3:after,.rate0-4:after.rate0-5:after {width: 0.9rem;}
.rate0-6:after,.rate0-7:after,.rate0-8:after,.rate0-9:after,.rate1:after {width: 2rem;}
.rate1-1:after,.rate1-2:after,.rate1-3:after,.rate1-4:after,.rate1-5:after {width: 3rem;}
.rate1-6:after,.rate1-7:after,.rate1-8:after,.rate1-9:after,.rate2:after {width: 4rem;}
.rate2-1:after,.rate2-2:after,.rate2-3:after,.rate2-4:after,.rate2-5:after {width: 5.1rem;}
.rate2-6:after,.rate2-7:after,.rate2-8:after,.rate2-9:after,.rate3:after {width: 6rem;}
.rate3-1:after,.rate3-2:after,.rate3-3:after,.rate3-4:after,.rate3-5:after {width: 7.2rem;}
.rate3-6:after,.rate3-7:after,.rate3-8:after,.rate3-9:after,.rate4:after {width: 8rem;}
.rate4-1:after,.rate4-2:after,.rate4-3:after,.rate4-4:after,.rate4-5:after {width: 9.3rem;}
.rate4-6:after,.rate4-7:after,.rate4-8:after,.rate4-9:after,.rate5:after {width: 10rem;}

.reviewFeature__ProductList {
  /* width: 16.8rem; */
  font-size: 1.7rem;
  margin-bottom: 1.5rem;
}

.reviewFeature__RankingParts {margin-top: .4rem;margin-bottom: 1.2rem;}

.reviewFeature__ProductList a,
.reviewFeature__RankingParts a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviewFeature__ProductList a span,
.reviewFeature__RankingParts a span {display: block;}
.reviewFeature__ProductList a span + span,
.reviewFeature__RankingParts a span + span {margin-left: .5rem;line-height: 1;}
.css-201302 .topRanking .slide li { height: auto !important;}
.reviewFeature__RankingParts a span + span{margin-left: .5rem;font-size: 1.7rem;}

#ranking-list .reviewFeature__RankingParts a span + span{
  margin-left: .2rem;
  font-size: 1rem;
}

#dvUserBox #dvOrderHistoryList table .orderItemProductImage img {width: 8.0rem;}

.reviewFeature__ProductDetail a {
  display: flex;
  align-items: center;
}

.reviewFeature__ProductDetail a span {margin: 0 !important;}
.reviewFeature__ProductDetail a span + span{margin-left: .5rem !important;}

.css-201302 .secondRanking .slide li {
  height: auto !important;
  padding-bottom: 4.0rem;
}

.css-201302 .topRanking .inner {height: auto !important;}

@media (max-width: 768px) {

  .rate {
    width: calc(106 * (100vw / 586));
    height: calc(18 * (100vw / 586));
    font-size: calc(18 * (100vw / 586));
    margin-right: 0.5rem;
  }

  .rate:before,
  .rate:after {
    height: calc(18 * (100vw / 586));
    line-height: calc(18 * (100vw / 586)) !important;
    letter-spacing: calc(4 * (100vw / 586));
  }

  .reviewFeature__RankingParts a span + span {
    font-size: calc(16 * (100vw / 586));
  }

.rate0:after {width: 0;}
.rate0-1:after,.rate0-2:after,.rate0-3:after,.rate0-4:after.rate0-5:after {width: calc(10 * (100vw / 586));}
.rate0-6:after,.rate0-7:after,.rate0-8:after,.rate0-9:after,.rate1:after {width: calc(21 * (100vw / 586));}
.rate1-1:after,.rate1-2:after,.rate1-3:after,.rate1-4:after,.rate1-5:after {width: calc(31 * (100vw / 586));}
.rate1-6:after,.rate1-7:after,.rate1-8:after,.rate1-9:after,.rate2:after {width: calc(43 * (100vw / 586));}
.rate2-1:after,.rate2-2:after,.rate2-3:after,.rate2-4:after,.rate2-5:after {width: calc(53 * (100vw / 586));}
.rate2-6:after,.rate2-7:after,.rate2-8:after,.rate2-9:after,.rate3:after {width: calc(65 * (100vw / 586));}
.rate3-1:after,.rate3-2:after,.rate3-3:after,.rate3-4:after,.rate3-5:after {width: calc(75 * (100vw / 586));}
.rate3-6:after,.rate3-7:after,.rate3-8:after,.rate3-9:after,.rate4:after {width: calc(87 * (100vw / 586));}
.rate4-1:after,.rate4-2:after,.rate4-3:after,.rate4-4:after,.rate4-5:after {width: calc(97 * (100vw / 586));}
.rate4-6:after,.rate4-7:after,.rate4-8:after,.rate4-9:after,.rate5:after {width: calc(110 * (100vw / 586));}


.reviewFeature__ProductList {
    font-size: calc(14 * (100vw / 586));
    margin-bottom: calc(16 * (100vw / 586));
}

}


/* BREADCRUMBS
---------------------------------- */

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding-top: 3rem;
  font-size: 1.5rem;
}

.breadcrumbs .seperator {
  margin: 0 .4rem;
}

/* ITEM LIST
---------------------------------- */

.item_list_common {
  color: var(--color-secondary);
}

.item_list_common .item_list {
  margin: auto;
  padding: 0;
}

.item_list_common .item_list .item_list__inner {
}

.item_list_common .item_list__item,
.item_list_common .item_list__item p {
}

.item_list_common .item_list__item {
  width: 100%;
  padding: 0 1.15rem;
  font-size: 1.2rem;
  background: #fff;
  box-shadow: 0 3px 6px rgb(0, 0, 0, 0.2);
}

.item_list_common .item_list__img {
  position: relative;
  z-index: 0;
  /*height: 27rem;*/
  height: auto;
  margin: 0 auto;
  background: #fff;
}

.item_list_common .item_list__img::before {
}

.item_list_common .item_list__img img {
  width: 31.2rem;
  max-width: 100%;
}

.item_list_common .item_list__img a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 0;
}

.item_list_common .item_list__img img {
  max-height: unset;
}

.item_list_common .item_list__img a:hover,
.item_list_common .item_list__title a:hover {
  opacity: .6;
}

.item_list_common .item_list__brand {
  margin: 0 0 0.5rem;
  font-size: 2.5rem;
  font-weight: bold;
}

.item_list_common .item_list__title {
  margin: 0 0 1.5rem;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}

.item_list_common .item_list__cat {
  background: #ebebeb;
  text-align: center;
}

.item_list_common .item_list__price {
  font-weight: 200;
}

.item_list_common .item_list__price .txt_sale {
  color: #de4e36;
}

.item_list_common .txt_tax {
  padding: 0 0 0 1rem;
}

.item_list_common .btn_wrap {
  text-align: center;
}

.item_list_common .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% - 5rem) center;
  background-size: .5rem;
  border: 1px solid #c6c6c6;
  border-radius: 20rem;
  color: #053931 !important;
  font-size: 1.1rem;
  text-align: center;
  line-height: 1.4;
  box-shadow: none;
}

.item_list_common .btn_wrap .btn_link:hover {
  opacity: 1;
  background-color: #c6c6c6;
  color: #fff !important;
}

.item_list_common .reviewFeature__RankingParts a span + span {
  padding-top: 0;
  margin-left: 0.08rem;	margin-left: 0.08rem;
  font-weight: 200;	font-size: 1.5rem;
  font-weight: 100;
}

.item_list_common .soldout {
  display: none;
}

.item_list_common .item_list__img_overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(242, 242, 242, 0.5);
  font-size: 2.1rem;
  font-weight: bold;
  z-index: 1;
}



/* Feature
---------------------------------- */

.feature_list_common,
.feature_list_common a,
.feature_list_common p {
  color: var(--color-secondary);
}
.feature_list_common {
  border-bottom: 1px solid #f2f2f2;
}

.feature_list_common a {
  display: block;
  position: relative;
}

.feature_list_common > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 ;
}

.feature_list_common > ul > li {
  position: relative;
  width: 50%;
  box-sizing: border-box;
}

.feature_list_common .feature_cat {
  position: absolute;
  background: #fff;
  color: #212121;
  font-weight: bold;
}

.feature_list_common .feature_img {
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.top_section.feature_section .feature_list_common .feature_img {
  width: 35.6rem;
  height: 31rem;
}

.feature_list_common .feature_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature_list_common .feature_ttl {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  white-space: normal;
  text-align: left;
}

.feature_list_common .feature_data {
  color: #6e6e6e;
  letter-spacing: 0.02em;
  font-weight: 100;
}


/* ---- CICON ---- */

.ranking_list .item_list__cicon,
.event_list .item_list__cicon,
.season_list .item_list__cicon {
  margin: 1.25rem 0 0;
  padding-right: 1.3rem;
  padding-left: 1.3rem;
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.ranking_list .item_list__cicon .icon,
.event_list .item_list__cicon .icon,
.season_list .item_list__cicon .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 2rem;
  margin: 0 0.1rem;
  padding: 0.2rem 0.7rem;
  background: #ebfe9a;
  border-radius: 1rem 0 1rem 0;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
}

.ranking_list .item_list__cicon .icon:first-child,
.event_list .item_list__cicon .icon:first-child,
.season_list .item_list__cicon .icon:first-child {
  margin-left: 0;
}

.ranking_list .item_list__cicon .icon.icon01,
.event_list .item_list__cicon .icon.icon01,
.season_list .item_list__cicon .icon.icon01 {
  background-color: #ebfe9a;
}

.ranking_list .item_list__cicon .icon.icon02,
.event_list .item_list__cicon .icon.icon02,
.season_list .item_list__cicon .icon.icon02 {
  background-color: #dbf4db;
}

.ranking_list .item_list__cicon .icon.icon09,
.event_list .item_list__cicon .icon.icon09,
.season_list .item_list__cicon .icon.icon09 {
  background-color: #ed7553;
  color: #fff;
}

/* 追加分*/
.ranking_list .item_list__cicon .icon.icon05,
.event_list .item_list__cicon .icon.icon05,
.season_list .item_list__cicon .icon.icon05 {
  background-color: #c1a033;
  color: #fff;
}

.ranking_list .item_list__cicon .icon.icon06,
.event_list .item_list__cicon .icon.icon06,
.season_list .item_list__cicon .icon.icon06 {
  background-color: #f3efef;
}

.ranking_list .item_list__cicon .icon.icon07,
.event_list .item_list__cicon .icon.icon07,
.season_list .item_list__cicon .icon.icon07 {
  background-color: #f3efef;
}

.ranking_list .item_list__cicon .icon.icon10,
.event_list .item_list__cicon .icon.icon10,
.season_list .item_list__cicon .icon.icon10 {
  background-color: #f3efef;
}

.ranking_list .item_list__cicon .icon.icon12,
.event_list .item_list__cicon .icon.icon12,
.season_list .item_list__cicon .icon.icon12 {
  background-color: #ed7553;
  color: #fff;
}

/* =============================================================

　　　　　　　　　　　　FOOTER COMMON SETTING

============================================================= */

#footer,
#footer:before,
#footer:after,
#footer *,
#footer *:before,
#footer *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#footer {
  margin-top: -1px;/* Retinaで線が出る対策*/
  background-color: #f5f5f5;
  border-top: 10px solid #D9D9D9;
}

.footer_inner,
.footer_inner p,
.footer_inner span,
.footer_inner dt,
.footer_inner dd {
  color: var(--color-tertiary);
}

.footer_inner,
.footer_inner a,
.footer_inner a:link {
  color: var(--color-tertiary);
}

.footer_inner {
  margin: 0 auto;
  font-family: var(--font-base);
  font-weight: 400;
  letter-spacing: .04em;
}

#footer img {
  max-width: 100%;
}

#footer a:hover {
  opacity: .6;
}


/* Footer App
---------------------------------- */

#footer .footer_app {
  letter-spacing: 0;
}

#footer .footer_app .footer_app__thumb {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer .footer_app .footer_app__thumb img {
  width: 100%;
  height: auto;
  overflow: hidden;
}

#footer .footer_app dl {
  position: relative;
}

#footer .footer_app ul {
}

#footer .footer_app ul li {
  display: inline-block;
  vertical-align: middle;
}

#footer .footer_app ul li a {
  display: inline-block;
  background: url(../Contents/ImagesPkg/common/icn_btn_arw.svg) no-repeat right center;
  line-height: 1;
}

#footer .footer_app ul li a,
#footer .footer_app ul li a span {
  color: #053931;
}


/* Footer Link
---------------------------------- */

.footer_link {
}

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

.footer_copyright {
}

/* Footer SNS
---------------------------------- */

.footer_sns {
}

.footer_sns li img {
  max-width: 100%;
}

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


/* Footer Navi
---------------------------------- */

#footer .footer_nav .nav_shopping_guide a {
  background-image: url(../Contents/ImagesPkg/common/icn_shopping_guide.svg);
}

#footer .footer_nav .nav_faq a {
  background-image: url(../Contents/ImagesPkg/common/icn_faq.svg);
}

#footer .footer_nav .nav_members a {
  background-image: url(../Contents/ImagesPkg/common/icn_members.svg);
}

#footer .footer_nav .nav_shop_list a {
  background-image: url(../Contents/ImagesPkg/common/icn_shop_list.svg);
}



/* =============================================================

　　　　　　　　　　　　OTHER SETTING

============================================================= */

/* PC Shareボタン非表示 */
.page-share-btn {
  display: none;
}

@media (max-width: 768px) {
  .page-share-btn {
    display: block;
  }
}


/*---------------------------------
会員統合後マイページCSS
---------------------------------*/
/* ▼ユーザー名▼ */
.user-unit .userNameArea{
  background-color: transparent;
  font-size: calc(16 *(100vw / 390));
  margin-top: calc(26 *(100vw / 390));
  padding: 0;
  text-align: center;
}
/* ▲ユーザー名▲ */
/* ▼カードUI▼ */
.user-unit .card_wrap{
	width: fit-content;
	min-width: 33.333333%;
	margin-bottom: 40px;
}
.user-unit .card_title_rank{
  font-family: 'futura-pt', sans-serif;
  font-weight: 500;/*Medium*/
  font-style: normal;
  font-size: 40px !important;
  letter-spacing:0;
  line-height: 1;
}
.user-unit .card_title_require{
  font-size: 18px !important;
  margin-top: 16px !important;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.user-unit .card_next_rank{
  font-family: 'futura-pt', sans-serif;
  font-weight: 400;/*Book*/
  font-style: normal;
  font-size: 20px;
}
.user-unit .card_require_buy{
  font-family: 'futura-pt', sans-serif;
  font-weight: 600;/*Demi*/
  font-style: normal;
  font-size: 20px;
}
.user-unit .card_bronze .card_title_rank{
  color: #9B7334;
}
.user-unit .card_silver .card_title_rank{
  color: #8A95A2;
}
.user-unit .card_gold .card_title_rank{
  color: #938018;
}

.user-unit .card_platinum .card_title_rank{
  color: #76A5B2;
}
/*
.user-unit .card_diamond .card_title_rank{
  color: #333;
}
*/
.user-unit .card_barcode_wrap #Barcode{
  padding: calc(20 *(100vw / 390)) auto;
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 calc(5 *(100vw / 390)) calc(5 *(100vw / 390));
}
.user-unit .card_barcode_wrap #Barcode div:last-of-type{
  font-family: 'futura-pt', sans-serif;
  font-size: calc(12 *(100vw / 390))!important;
  letter-spacing: calc(2 *(100vw / 390));
  line-height: 1.33;
  padding-top: calc(6 *(100vw / 390));
}
/* ▲カードUI▲ */
/* ▼利用可能ポイント▼ */
.user-unit .point_wrap{
    width: 60%;
}
.user-unit .useable_point_wrap{
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  flex-wrap: wrap;
}
.user-unit .useable_point_wrap .useable_info{margin-right: 10px;}
.user-unit .useable_point_wrap .useable_point_text{
  display: block;
  font-size: 16px !important;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 6px !important;
}
.user-unit .useable_point_wrap .user_rank{
  color: #333;
  font-size: 12px !important;
  font-weight: bold;
  display: inline-block;
}
.user-unit .useable_point_wrap .user_rank.bronze{
  color: #9B7334;
}
.user-unit .useable_point_wrap .user_rank.silver{
  color: #8A95A2;
}
.user-unit .useable_point_wrap .user_rank.gold{
  color: #938018;
}

.user-unit .useable_point_wrap .user_rank.platinum{
  color: #76A5B2;
}
/*
.user-unit .useable_point_wrap .user_rank.diamond{
  color: #333;
}
*/
.user-unit .useable_point_wrap .reduction{
  color: #333;
  display: inline-block;
  font-size: 12px !important;
  margin-left: 6px !important;
}
.user-unit .useable_point_wrap .useable_point_num{
  font-family: 'futura-pt', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 42px !important;
  line-height: 1;
}
/* ▲利用可能ポイント▲ */
/* ▼月末失効予定ポイント▼ */
.user-unit .expire_point_wrap{
  color: #888888;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}
.user-unit .expire_point_wrap .expire_point_text{
  font-size: 14px !important;
  line-height: 1;
}
.user-unit .expire_point_wrap .expiry{
  display: block;
  font-size: 10px;
  line-height: 1;
  margin-top: 6px;
  text-decoration: underline;
  color: #888888;
}
.user-unit .expire_point_wrap .expire_point_num{
  font-family: 'futura-pt', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 28px !important;
}
/* ▲月末失効予定ポイント▲ */
/* ▼ダイアモンド時次ランク非表示▼ */
.user-unit .no_nextrank .card_title_require{
  display: none;
}
/* ▲ダイアモンド時次ランク非表示▲ */
#dvUserFltContents .acconut_error{
  font-size: 14px;
  line-height: 1.75;
  margin: 30px auto 0;
  color: #ac0505;
}


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

　　　　　　　　　　PC ONLY SETTING

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


@media (min-width: 769px) {


  #Contents {
    min-height: 54vh;
    padding-top: 0 !important;
  }

  #Wrap {
    padding-top: 17.6rem;
  }

  /* =================================

  　　　　　　　　HEADER

  ================================= */

  .header_inner {
    max-width: fit-content;
    justify-content: flex-start;
  }

  /* SP MENU NONE */
  .sp_menu {
    display: block !important;
  }

  .header_nav .menu_contents {
    height: 0;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    visibility: hidden;
    z-index: -1;
    position: absolute;
    top: 6.5rem;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ececec;
    box-shadow: 0 6px 6px rgba(0,0,0,0.3);
    padding: 3rem 0 1rem;
  }

  .header_nav .menu_contents::before {
    position: absolute;
    top: -1.7rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
  }

  .header_nav .header_nav_list a:hover,
  .header_nav .header_nav_list li:hover .menu_ttl {
    opacity: 1;
  }

  .header_nav .header_nav_list > li:hover .menu_contents  {
    height: auto;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
  }
  /* //SP MENU NONE */


  .header_nav_list.is-active {
  }

  .header_nav_list + .bg_header_nav_list {
    height: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: opacity .3s ease-in-out ,z-index .3s ease-in-out ,visibility .3s ease-in-out,background-color .3s ease-in-out;
    position: absolute;
    top: 7rem;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
  }

  .header_nav_list.is-active + .bg_header_nav_list {
    opacity: .3;
    height: 100dvh;
    z-index: 88;
    visibility: visible;
    background: #000;
  }

  .header_nav_list > li:nth-child(-n+3),
  .header_nav_list > li:nth-child(-n+3) > p,
  .header_nav_list > li:nth-child(-n+3) > a,
  .header_nav_list > li:nth-child(-n+3) > p > a {
    color: var(--color-primary);
    font-weight: bold;
  }

  .header_nav_list > li:nth-child(-n+3) > a {
    position: relative;
    display: block;
    padding: .8rem 0;
  }

  .header_nav_list > li:nth-child(-n+3) > a::before {
    transition: opacity .2s ease-in-out;
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 3px;
    background: var(--color-primary);
    content: "";
  }

  .header_nav_list > li:nth-child(-n+3):hover > a::before {
    opacity: 1;
  }

  #header .cate_toggle,
  #header .btn_cate {
    pointer-events: none;
  }

  /* Scroll Navi
  ---------------------------------- */

  #header.scroll {
    position: fixed;
    top: -20rem;
    z-index: 300;
    animation: hdrfx .8s ease 0s 1 forwards;
  }

  @keyframes hdrfx {
    100% {
      top: 0;
    }
  }

  #header.scroll .inner {
    padding: 1.5rem 0;
  }

  #header.scroll #sitemenu {
    padding-top: 0;
  }

  #header.scroll #logo {
    width: 18rem;
    padding-left: 2rem;
    font-size: 1em;
  }

  #header.scroll #logo a {
    padding-top: 0;
  }

  #header.scroll #logo a img {
    display: none;
  }

  #header.scroll #logo a .txt-logo {
    display: block;
  }

  /* Info
  ---------------------------------- */

  /* Logo
  ---------------------------------- */

  .header_logo {
    float: none;
    width: 18rem;
    margin: 0;
    padding: 0;
  }


  /* Header Utiliry
  ---------------------------------- */

  .header_utiliry {
    margin-left: auto;
  }

  .header_utiliry li {
    position: relative;
    z-index: 2;
    padding: 0 1.4rem;
  }

  .header_utiliry .utility_search {
    padding-top: .3rem;
  }

  .header_utiliry .utility_search img,
  .header_utiliry .utility_search svg {
    width: 2.15rem;
  }

  .header_utiliry .utility_favorite {
    padding-top: .2rem;
  }

  .header_utiliry .utility_favorite img,
  .header_utiliry .utility_favorite svg {
    width: 2.3rem;
  }

  .header_utiliry .utility_mypage img,
  .header_utiliry .utility_mypage svg {
    width: 1.8rem;
  }

  .header_utiliry .utility_cart img,
  .header_utiliry .utility_cart svg {
    width: 2.3rem;
  }


  /* Search Modal
  ---------------------------------- */

  .search_modal {
    padding-top: 7rem;
  }

  .search_modal__inner {
    padding: 20rem 12rem 12rem;
    font-size: 2rem;
  }

  .search_modal__inner .inner {
    width: 110rem;
    max-width: 100%;
  }

  /* ---- Search Box ---- */

  .search_modal .search_box {
    width: 82.5rem;
  }

  .search_modal .search_box input {
    padding: 1.8rem 10rem 1.8rem 2.2rem;
    font-size: 2.2rem;
  }

  .search_modal .search_box .icn_search {
    top: 26%;
    right: 4.5rem;
    width: 2.8rem;
  }

  /* ------ Header Keywords ------ */

  .header_keywords {
    padding-top: 12rem;
  }

  .header_keywords dt {
    margin: 0 0 4.5rem;
    font-size: 2.4rem;
  }

  .header_keywords ul {
    margin-top: -3.5rem;
    margin-left: -3rem;
  }

  .header_keywords li {
    padding: 3.5rem 0 0 3rem !important;
  }

  .header_keywords a {
    transition: background-color .25s ease-in-out,border-color .25s ease-in-out,color .25s ease-in-out;
    padding: 0.8rem 5rem;
    border-radius: 20rem;
    font-size: 1.4rem;
  }

  .header_keywords a:hover {
    opacity: 1;
  }

  /* ------ Modal Close Button ------ */

  .search_modal__close {
    width: 5rem;
    height: 5rem;
    right: 3rem;
    top: 3rem;
  }

  /* ---- Cart ---- */

  .utility_cart .num {
    top: -.8rem;
    right: -1.2rem;
    width: 1.8rem;
    height: 1.8rem;
    padding: 0 0 0 .05rem;
    font-size: 1rem;
    letter-spacing: -.01em;
    text-indent: -0.1em;
  }



  /* Header Navi
  ---------------------------------- */

  .header_nav .menu_contents__inner {
    width: 110rem;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 3rem;
  }

  .header_nav_list {
    padding: 1.45rem 4rem 1.45rem 2rem;
  }

  .header_nav_list li {
  }

  /* カテゴリ一覧 */

  .header_nav .cate_list {
    display: flex;
    font-size: 1.3rem;
  }

  .header_nav .cate_list > li {
    width: 25%;
    margin-left: 2.05rem;
    padding-left: 2.05rem;
    border-left: 1px solid #f7f7f7;
  }

  .header_nav .cate_list > li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left-width: 0;
  }

   .header_nav .cate_list > li > dl:first-child {
     padding-top: 0;
   }

  .header_nav .cate_list dt,
  .header_nav .cate_list dt > a,
  .header_nav .cate_list > li > p > a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 4.5rem;
    margin: 0 0 1.5rem;
    padding: 0 1rem;
    border-radius: .5rem;
    background: #f8f7ef;
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--color-secondary);
  }

  .header_nav .cate_list dt > a.link-none {
    pointer-events: none;
    cursor: default;
  }

  .header_nav .cate_list dt > a::before,
  .header_nav .cate_list > li > p > a::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 100%;
    background-color: var(--color-primary);
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 62%;
    content: "";
  }

  .header_nav .cate_skincare dt > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_skincare.svg);
  }

  .header_nav .cate_haircare dt > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_haircare.svg);
  }

  .header_nav .cate_bodycare dt > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_bodycare.svg);
  }

  .header_nav .cate_feeling dt > a::before {
    width: 4rem !important;
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_feeling.svg);
  }

  .header_nav .cate_yobou dt > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_yobou.svg);
  }

  .header_nav .cate_make dt > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_make.svg);
  }

  .header_nav .cate_uv dt > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_uv.svg);
  }

  .header_nav .cate_haircare dt > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_haircare.svg);
  }

  .header_nav .cate_mama dt > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_mama.svg);
  }

  .header_nav .cate_etiquette dt > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_etiquette.svg);
  }

  .header_nav .cate_aroma dt > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_aroma.svg);
  }

  .header_nav .cate_innercare dt > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_innercare.svg);
  }

  .header_nav .cate_bath dt > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_bath.svg);
  }

  .header_nav .cate_kit dt > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_kit.svg);
  }

  .header_nav .cate_food dt > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_food.svg);
  }

  .header_nav .cate_zakka dt > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_zakka.svg);
  }

  .header_nav .cate_gift > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_gift.svg);
  }


  .header_nav .cate_list dt > a {
    width: calc(100% + 2rem);
    margin: 0 -1rem;
  }

  .header_nav .cate_list dt .btn_cate,
  .header_nav .cate_list > li > p > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .header_nav_list li {
	padding-right: 1.3rem;
	padding-left: 1.3rem;
	text-align: left;
  }

  .header_nav_list .child_cate_list,
  .header_nav_list .child_cate_list a {
    color: var(--color-secondary);
  }

  .header_nav_list .child_cate_list {
    padding: 0 1rem;
    font-size: 1.3rem;
  }

  .header_nav_list .child_cate_list li {
    margin: 0 0 1rem;
    padding: 0;
    line-height: 1.4;
    letter-spacing: -0.02em;
  }

  /* =================================

  　　　　　　　　CONTENTS

  ================================= */


  /* ITEM LIST
  ---------------------------------- */

  .item_list_common .item_list__inner {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 -.7rem;
  }

  .item_list_common .item_list__item {
    overflow: hidden;
    width: 18.7%;
    width: 20.8rem;
    margin: 0 .7rem 2rem;
    padding: 0 0 1.8rem;
    border-radius: 1rem;
  }

  .item_list_common .slide_item .item_list__inner {
    display: block;
  }

  .item_list_common .item_list__cat {
    margin: 0 0 1.2rem;
    padding: .6rem;
    font-size: 1.2rem;
  }

  .item_list_common .item_list__title,
  .item_list_common .item_list__price,
  .item_list_common .soldout {
    padding: 0 1rem;
  }

  .item_list_common .item_list__title {
    margin: 1.2rem 0 1rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .item_list_common .item_list__review {
    margin: 1rem 0 .5rem;
    padding: .2rem 1rem 0;
  }

  .item_list_common .item_list__review a {
    transform: scale(1.1) translateX(5%);
    justify-content: start;
  }

  .item_list_common .item_list__price {
    margin-bottom: .5rem;
    padding-right: 1.3rem;
    padding-left: 1.3rem;
    font-size: 2rem;
  }

  .item_list_common .soldout {
    padding-top: 1rem;
  }

  /* -- 定期価格 -- */
  .product-list-area .item_list .item_list__price.fixed_purchase_price,
  .item_list__price.fixed_purchase_price {
    padding: .8rem 0 0;
    font-size: 1.4rem;
    font-weight: 200;
  }

  .item_list .item_list__price.fixed_purchase_price {
    padding: 0 1.3rem;
    font-size: 1.4rem;
  }

  .item_list__price.fixed_purchase_price .fixed_purchase_first,
  .item_list__price.fixed_purchase_price .fixed_purchase_normal {
    display: inline-block;
    width: 100%;
    padding-top: .2rem;
  }

  .item_list__price.fixed_purchase_price .fixed_purchase_first span,
  .item_list__price.fixed_purchase_price .fixed_purchase_normal span {
    font-size: 1.6rem;
    font-weight: 200;
  }

  /* SLIDE SETTING */
  .js_item_slider {
  }

  .js_item_slider .slick-track {
    display: flex;
  }

  .js_item_slider .slick-slide {
    height: auto !important;
  }

  .js_item_slider .slick-arrow,
  .js_item_slider .slick-arrow:hover,
  .js_articles_slider .slick-arrow,
  .js_articles_slider .slick-arrow:hover {
    width: 2rem;
    height: 2rem;
    margin: 0;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem auto;
  }

  .js_item_slider .slick-arrow:before,
  .js_item_slider .slick-arrow:after,
  .js_articles_slider .slick-arrow:before,
  .js_articles_slider .slick-arrow:after {
    display: none;
  }

  .js_item_slider .slick-prev,
  .js_item_slider .slick-prev:hover,
  .js_item_slider .slick-prev:focus,
  .js_articles_slider .slick-prev,
  .js_articles_slider .slick-prev:hover,
  .js_articles_slider .slick-prev:focus {
    left: -2.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem auto;
    background-image: url(../Contents/ImagesPkg/common/icn_arw_prev.svg);
  }

  .js_item_slider .slick-next,
  .js_item_slider .slick-next:hover,
  .js_item_slider .slick-next:focus,
  .js_articles_slider .slick-next,
  .js_articles_slider .slick-next:hover,
  .js_articles_slider .slick-next:focus {
    right: -2.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1rem auto;
    background-image: url(../Contents/ImagesPkg/common/icn_arw_next.svg);
  }

  .js_item_slider .slick-dots,
  .js_articles_slider .slick-dots {
    position: relative;
    padding: 2rem 0 0;
    bottom: 0;
  }

  .js_item_slider .slick-dots {
    padding-top: 1rem;
  }

  .js_articles_slider .slick-dots {
    padding-top: 2rem;
  }

  .js_item_slider .slick-dots li,
  .js_articles_slider .slick-dots li {
    width: 3rem;
    height: .2rem;
    margin: 0;
    padding: 0;
  }

  .js_item_slider .slick-dots li.slick-active,
  .js_articles_slider .slick-dots li.slick-active {
    width: 10rem;
  }

  .js_item_slider .slick-dots li button,
  .js_articles_slider .slick-dots li button {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #f5f5f5;
  }

  .js_item_slider .slick-dots .slick-active button,
  .js_articles_slider .slick-dots .slick-active button {
    background: #6e6e6e;
  }

  .js_item_slider .slick-dots li button:before,
  .js_articles_slider .slick-dots li button:before {
    display: none;
  }

  .is-slider-none .slick-dots  {
    display: none;
  }

  .is-slider-none .slick-track {
    display: flex !important;
    width: auto !important;
    transform: inherit !important;
  }

  .is-slider-none .item_list__inner {
    margin-bottom: 0 !important;
  }

  .is-slider-none .item_list__item {
    width: 20.8rem !important;
  }

  /* ---- SLIDEBAR ---- */

  .js_item_slidebar .simplebar-wrapper,
  .js_item_slidebar .simplebar-mask,
  .js_item_slidebar .simplebar-content,
  .js_item_slidebar .simplebar-content-wrapper,
  .js_item_slidebar .simplebar-offset {
    overflow: visible !important;
    position: inherit !important;
    top: inherit !important;
    right: inherit !important;
    bottom: inherit !important;
    left: inherit !important;
    display: inline !important;
  }

  .js_item_slidebar .simplebar-track {
    display: none !important;
  }


  /* Feature
  ---------------------------------- */

  .feature_list_common {
    margin: 0;
    padding: .5rem 0 2.5rem;
  }

  .feature_list_common > ul {
    margin: 0 0 0 -1.6rem;
    padding: 0 ;
  }

  .feature_list_common > ul > li {
    width: 33.333%;
    margin: 0 0 2rem;
    padding: 0 0 0 1.6rem;
  }

  .feature_list_common .feature_cat {
    top: .8rem;
    left: .8rem;
    border-radius: 1rem 0 1rem 0;
    padding: .2rem 1rem;
    font-size: 1.4rem;
    color: #707070;
  }

  .feature_list_common .feature_img {
    border-radius: 1rem;
    margin: 0 0 1.5rem;
  }

  .feature_list_common .feature_ttl {
    margin: 0 0 .9rem;
    font-size: 1.6rem;
    -webkit-line-clamp: 3;
  }

  .feature_list_common .feature_data {
    font-size: 1.4rem;
  }


  /* ADD OTHER
  ---------------------------------- */

  /*ブランドリスト用*/
  #brand-list {
    padding-top: 3rem;
  }

  /*商品詳細・一覧*/
  #product-list .display-settings__list {
    margin-left: 1rem;
  }

  #product-detail__block .lineup-area {
    margin-bottom: 12rem;
  }

  #CartList,
  .main-cont.news {
    padding-bottom: 5rem;
  }

  #dvUserBox {
    margin-top: 5rem;
    margin-bottom: 8rem;
  }

  #dvFavoriteList table td div img:first-child {
    width: 80px;
  }

  #dvUserBox .topic-path {
    /* margin-bottom: 0; */
    /* padding-top: 3rem; */
  }


  /*リサイクルキッチン用・メンバーシップ用*/
  #allWrap .lp_contents .sec06:last-child,
  #allWrap .section.sec04:last-child {
    padding-bottom: 6rem;
  }
  /* キャンペーン一覧 */
  #Contents .news .pagination {
    padding-bottom: 6rem;
  }
  /*エラーページ調整*/
  #dvErrorInfoBox {
    padding-bottom: 6rem;
  }
  .dvErrorBtnBox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 4rem;
    margin: auto;
    padding: 0;
  }

  /* =================================

  　　　　　　　　FOOTER

  ================================= */

  #footer {
    padding: 6rem 0 4rem;
  }

  .footer_inner {
    width: 110rem;
    max-width: 100%;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
    font-size: 1.2rem;
  }

  .footer_inner__top {
    display: flex;
    align-content: center;
    align-items: flex-start;
  }

  .footer_inner__column {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    padding: 0 0 0 4.7rem;
    border-left: 1px solid #d9d9d9;
  }

  .footer_inner__column:nth-child(1) {
    width: 38rem;
    padding-right: 4.7rem;
    padding-left: 0;
    border-left: none;
  }

  .footer_inner__column:nth-child(2) {
    width: 80rem;
  }

  /* Footer Logo
  ---------------------------------- */

  .footer_logo {
    width: 24rem;
    margin: 0 0 2.9rem;
  }

  /* Footer App
  ---------------------------------- */

  #footer .footer_app {
    margin-bottom: 2.8rem;
  }

  #footer .footer_app dl {
    padding-top: .15rem;
    padding-left: 7.1rem;
  }

  #footer .footer_app .footer_app__thumb {
    width: 6rem;
    height: 6rem;
  }

  #footer .footer_app .footer_app__ttl {
    display: inline-block;
    padding-bottom: .5rem;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: -.02rem;
  }

  #footer .footer_app .footer_app__cont {
    font-size: 1.2rem;
    letter-spacing: -0.02em;
  }

  #footer .footer_app ul {
    margin-top: -.8rem;
    margin-left: -1.2rem;
    padding: 1.25rem 0 0;
    font-size: 1.2rem;
  }

  #footer .footer_app ul li {
    padding-top: 1rem;
    padding-left: 1.2rem;
  }

  #footer .footer_app ul li a {
    padding: 0 1.4rem 0 0;
    background-size: .8rem;
  }

  /* Footer SNS
  ---------------------------------- */

  #footer .footer_sns ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #footer .footer_sns li {
    width: 3.5rem;
  }

  #footer .footer_sns li {
    margin-left: 3rem;
  }

  #footer .footer_sns li:first-child {
    margin-left: 0;
  }


  /* Footer Navi
  ---------------------------------- */

  #footer .footer_nav li,
  #footer .footer_nav li a,
  #footer .footer_nav li a:link {
    color: var(--color-tertiary);
  }

  #footer .footer_nav li {
    display: inline-block;
    margin-bottom: 2.5rem;
    font-size: 1.6rem;
  }

  #footer .footer_nav .nav_icn {
    margin-left: 1.75rem;
    margin-bottom: 4rem;
  }

  #footer .footer_nav .nav_icn:first-child {
    margin-left: 0;
  }

  #footer .footer_nav .nav_icn a {
    padding: .4rem .4rem .4rem 2.8rem;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 2.2rem 2.2rem;
    font-weight: bold;
  }

  #footer .footer_nav .nav_icn.nav_shopping_guide a {
    background-position: -0.2rem center;
  }


  /* Footer Link
  ---------------------------------- */

  #footer .footer_link {
  }

  #footer .footer_link ul {
    margin-bottom: -.8rem;
  }

  #footer .footer_link li {
    width: 48%;
    margin-bottom: .8rem;
    font-size: 1.2rem;
  }

  #footer .nav_cosme {
    margin-bottom: 0 !important;
    padding: 1rem 0 0;
  }

  #footer .nav_cosme .acc_btn {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    color: #6e6e6e;
    font-weight: bold;
    pointer-events: none;
  }

  #footer .acc_content {
    display: block !important;
  }

  #footer .nav_cosme .acc_content {
    font-size: 1.2rem;
  }

  #footer .nav_cosme .acc_content .footer_link {
    margin-bottom: -.8rem;
  }


  .footer_inner__bottom {
    padding: 6rem 0 0;
    text-align: center;
  }

  #footer .footer_inner__bottom .footer_nav {
    margin-bottom: 4rem;
    font-size: 0.9rem;
  }

  #footer .footer_inner__bottom .footer_nav ul {
    display: flex;
    justify-content: center;
  }


  #footer .footer_inner__bottom .footer_nav li {
    width: auto;
    margin: 0;
    padding: 0 2rem;
    font-size: 1.2rem;
  }

  #footer .footer_inner__bottom .footer_nav li,
  #footer .footer_inner__bottom .footer_nav li a {
    color: #acacac;
  }

  #footer .footer_nav > ul > li  {
    padding: 0 !important;
  }

  #footer .footer_nav .acc_content .footer_link li {
  }

  #footer .footer_copyright {
    display: block;
    font-weight: 100;
    letter-spacing: 0;
  }


}

/*  PC 1920px以下
-------------------------- */

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

  /* パンくず
  ---------------------------------- */

  .breadcrumbs .seperator {
    margin: 0 calc(4 * (100vw / 1920));
  }

}


/*  PC 1400px以下
-------------------------- */

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

  .header_nav .cate_list dt,
  .header_nav .cate_list dt > a,
  .header_nav .cate_list > li > p > a {
    letter-spacing: -0.04rem;
  }

  #footer .footer_nav .nav_icn {
    margin-left: 1rem;
  }

  #footer .footer_app .footer_app__ttl {
    letter-spacing: -.04rem;
  }

}

/*  PC 1200px以下
-------------------------- */

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

  .header_nav_list li {
	padding-right: 1.2rem;
	padding-left: 1.2rem;
	}

  #footer .footer_inner__bottom .footer_nav li {
    padding: 0 1rem;
  }

  #footer .footer_app ul {
    font-size: 1.1rem;
  }

  #footer .footer_app ul li a {
    padding: 0 1.2rem 0 0;
    background-size: .6rem;
    letter-spacing: -0.02em;
  }

}



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

　　　　　　　　　　SP ONLY SETTING

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


@media (max-width: 768px) {

  /* =================================

  　　　　　　　　HEADER

  ================================= */

  #header .header_inner {
    position: relative;
    z-index: 22;
    height: calc(66 * (100vw / 428));
    background: #fff;
    border-bottom: 1px solid #f2f2f2;
    font-size: calc(16 * (100vw / 428));
  }

  #header.search-active .header_inner,
  #header.search-active .header_inner .hamburger {
    z-index: auto;
  }

  .header_inner .sp_only {
    display: block;
  }

  .header_inner .sp_only.is-hidden {
    display: none;
  }

  #Wrap {
    padding-top: calc(218 * (100vw / 586));
  }

  #header.sp_open {
    height: 100dvh;
    overflow-y: scroll;
    white-space: nowrap;
  }
  #header.scroll {
    border-bottom-color: transparent;
  }

  body.noScroll {
    overflow: hidden;
    height: 100dvh;
  }

  .header_inner {
    position: relative;
    padding: calc(25* (100vw / 586)) calc(30* (100vw / 586));
    text-align: center;
    -webkit-overflow-scrolling: touch;
  }

  .header_inner,
  .header_nav,
  .header_nav_list,
  .header_utiliry {
    display: block;
  }

  .header_inner {
    padding: 0;
    white-space: nowrap;
  }

  /* SP Menu
  ---------------------------------- */

  .sp_menu {
    display: none;
    opacity: 0;
    position: absolute;
    top: calc(66* (100vw / 428));
    left: 0;
    right: 0;
    width: auto;
    background: #fff;
  }

  .sp_menu.is-menu-open {
    display: block;
    animation: menu_fadein .3s ease 0s 1 forwards;
  }

  .sp_menu.sp_only {
    display: none;
  }

  .sp_menu__inner {
    position: relative;
    padding: 0 0 calc(20* (100vw / 428));
  }

  .header_nav {
    position: inherit;
    top: auto;
    right: auto;
    text-align: center;
  }

  .noScroll .navigation-overlay {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 998;
    background: #fff;
  }

  /* Logo
  ---------------------------------- */

  .header_logo {
    position: relative;
    z-index: 2;
    float: left;
    width: calc(180* (100vw / 428));
    margin: 0;
    padding: 0 0 0 calc(20* (100vw / 428));
  }

  .header_logo img {
    width: 100%;
    max-width: 100%;
    vertical-align: calc(-7* (100vw / 428));
  }


  /* Hamburger Menu
  ---------------------------------- */

  .header_inner .hamburger {
    position: absolute;
    top: calc(11 * (100vw / 428));
    right: 0;
    z-index: 999999;
    width: calc(53* (100vw / 428));
    height: calc(44 * (100vw / 428));
    border-radius: calc(10* (100vw / 428)) 0 0 calc(10* (100vw / 428));
    cursor: pointer;
    background: var(--color-primary);
  }

  .header_inner .hamburger::before,
  .header_inner .hamburger::after,
  .header_inner .hamburger span {
    position: absolute;
    left: 50%;
    bottom: auto;
    width: calc(18 * (100vw / 428));
    height: 2px;
    margin-left: calc(-9 * (100vw / 428));
    background-color: #fff;
    border-radius: 0;
    transition: transform .5s,top .5s,left .5s;
  }

  .header_inner .hamburger::before,
  .header_inner .hamburger::after {
    left: 50%;
    content: "";
  }

  .header_inner .hamburger span {
    display: block;
    top: calc(11 * (100vw / 586));
  }

  .sp_open .header_inner .hamburger span {
    height: 0
  }

  .header_inner .hamburger span {
    top: calc(14 * (100vw / 428));
  }

  .header_inner .hamburger::before {
    top: calc(21 * (100vw / 428));
  }

  .header_inner .hamburger::after {
    top: calc(28 * (100vw / 428));
  }

  .sp_open .header_inner .hamburger {
    position: fixed;
    top: calc(11 * (100vw / 428));
    left: auto;
  }

  .sp_open .header_inner .hamburger::before,
  .sp_open .header_inner .hamburger::after {
    background-color: #fff;
  }

  .sp_open .header_inner .hamburger::before {
    transform: rotate(45deg);
    top: 50%;
  }

  .sp_open .header_inner .hamburger::after {
    transform: rotate(-45deg);
    top: 50%;
  }


  /* Navi Menu
  ---------------------------------- */

  .header_nav {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    text-align: left;
  }

  /* -------- Utiliry -------- */

  .header_utiliry {
    order: 1;
    width: 90vw;
    text-align: center;
  }

  .utility_search {
    padding: calc(24 * (100vw / 586)) calc(23 * (100vw / 586)) !important;
  }

  .utility_search .search_modal__btn:hover {
    opacity: 1;
  }

  .header_search {
    position: relative;
    height: calc(62 * (100vw / 586));
  }

  .search_box input {
    width: 100%;
    height: calc(62 * (100vw / 586));
    background: #efeadf;
    border: none;
    border-radius: 200px;
    box-shadow: 2px 2px 4px 0px rgba(215, 212, 203,1) inset;
    margin: 0;
    padding: calc(16 * (100vw / 586)) calc(24 * (100vw / 586)) calc(14 * (100vw / 586)) calc(70 * (100vw / 586));
    -webkit-appearance: none;
    appearance: none;
  }

  .search_box input:placeholder-shown {
    color: #efeadf;
  }

  .search_box input::-webkit-input-placeholder {
    color: #efeadf;
  }

  .search_box input:-moz-placeholder {
    color: #efeadf;
  }

  .search_box input::-moz-placeholder {
    color: #efeadf;
  }

  .search_box input:-ms-input-placeholder {
    color: #efeadf;
  }

  .search_box input:focus {
    outline: none;
  }

  .search_box .icn_search {
    position: absolute;
    top: 52.2%;
    left: calc(24 * (100vw / 586));
    margin-top: calc(-16 * (100vw / 586));
  }

  .search_box .icn_search img {
    width: calc(28 * (100vw / 586));
  }

  /* ---- Login Message ---- */
  /*2401 renew cate*/
  .login_message {
    padding: calc(15 * (100vw / 586));
    background: #eae1c9;
    color: inherit;
    font-size: calc(21 * (100vw / 586));
    letter-spacing: 0.02em;
  }

  .login_message .user_name {
    display: inline-block;
    max-width: calc(400 * (100vw / 586));
    margin: 0 calc(5 * (100vw / 586)) 0 calc(10 * (100vw / 586));
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: calc(-9 * (100vw / 586));
    color: inherit;
    font-weight: bold;
  }

  /* ---- Navi Common ---- */

  .header_nav > dl {
    width: 100%;
  }

  .header_nav > dl > dt {
    display: block;
    padding: calc(14 * (100vw / 428)) calc(18 * (100vw / 428)) calc(12 * (100vw / 428));
    background: #f7f5ef;
    color: var(--color-secondary);
    font-size: calc(20 * (100vw / 428));
    font-weight: bold;
    letter-spacing: 0.02em;
  }

  .header_nav > .header_nav_list > li {
    font-weight: bold;
  }

  .header_nav .header_nav_list {
    overflow: hidden;
    width: 100%;
    padding: 0 calc(18 * (100vw / 586));
  }

  .header_nav .cate_list {
    display: block;
  }

  .header_nav .cate_list > li {
    border: none;
  }

  .header_nav .cate_list > li dt {
    margin: 0;
  }

  .header_nav .cate_list > li dd {
    display: none;
  }

  .header_nav .header_nav_list > li,
  .header_nav .cate_list > li dl {
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
  }

  /*
  .header_nav .header_nav_list > li:first-child {
    border-top: 1px solid #f2f2f2;
  }
  */

  .header_nav dd .header_nav_list > li:first-child {
    border-top-width: 0;
  }
  /*
  .header_nav .header_nav_list > li:last-child {
    border-bottom-width: 0;
  }*/

  .header_nav > dl:last-child .header_nav_list > li:last-child {
    border-bottom-width: 1px;
  }


  .header_nav .header_nav_list > li > a,
  .header_nav .header_nav_list > li .menu_ttl.cate_toggle,
  .header_nav .header_nav_list > li .menu_ttl > a {
    display: block;
    background: url(../Contents/ImagesPkg/common/icn_btn_arw_black.svg) no-repeat 97.8% center;
    background-size: calc(10 * (100vw / 428));
    padding: calc(15 * (100vw / 428)) calc(40 * (100vw / 428)) calc(15 * (100vw / 428)) 0;
    font-size: calc(18 * (100vw / 428));
    letter-spacing: .02em;
    line-height: 2;
    text-align: left;
  }

  .header_nav .header_nav_list > li > a > img, .header_nav .header_nav_list > li > a > svg {
    width: calc(25 * (100vw / 428));
    margin-right: calc(20 * (100vw / 428));
    margin-left: calc(12 * (100vw / 428));
    vertical-align: calc(-6 * (100vw / 428));
  }

  .header_nav .header_nav_list > li > a.icn_login > img,
  .header_nav .header_nav_list > li > a.icn_login > svg,
  .header_nav .header_nav_list > li > a.icn_mypage > img,
  .header_nav .header_nav_list > li > a.icn_mypage > svg {
    margin-right: calc(23 * (100vw / 428));
    margin-left: calc(13 * (100vw / 428));
    width: calc(21 * (100vw / 428));
  }

  .header_nav .header_nav_list .menu_ttl.cate_toggle,
  .header_nav .header_nav_list .menu_ttl > a {
    transition: background-color .3s ease-in-out,opacity .3s ease-in-out,color .1s ease-in-out,padding-left .4s ease,color .1s ease-in-out;
  }

  .header_nav .header_nav_list .menu_ttl.is-active {
    opacity: 1;
    color: #fff;
    background-color: #55bc8f;
  }

  .header_nav .header_nav_list li:hover .menu_ttl {
    opacity: 1;
  }

  .header_nav .header_nav_list .is-hidden {
    display: none;
  }

  /* ---- Navi Utility ---- */
  /*2401 renew cate*/

  .header_nav .header_nav_utility {
    display: flex !important;
    flex-wrap: wrap;
    padding: 0;
  }

  .header_nav .header_nav_utility > li {
    width: calc(142 * (100vw / 428));
    height: calc(100 * (100vw / 428));
    border: none;
    border-bottom: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
  }

  .header_nav .header_nav_utility > li > a {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: calc(8 * (100vw / 428));
    width: 100%;
    height: 100%;
    background: none;
    padding: calc(6 * (100vw / 428)) 0 0;
    font-size: calc(13 * (100vw / 428));
    letter-spacing: 0.01em;
  }

  .header_nav .header_nav_utility > li > a > svg {
    width: auto;
    height: calc(26 * (100vw / 428));
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /*マイページ*/
  .header_nav .header_nav_utility > li:nth-child(1) > a > svg {
    height: calc(30 * (100vw / 428));
  }

  /*お気に入り商品*/
  .header_nav .header_nav_utility > li:nth-child(2) > a > svg {
    height: calc(25 * (100vw / 428));
  }

  /*オンライン診断用*/
  .header_nav .header_nav_utility > li:nth-child(5) > a > svg {
    height: calc(30 * (100vw / 428));
  }

  /*オンライン診断用*/
  .header_nav .header_nav_utility > li:nth-child(6) > a > svg {
    height: calc(32 * (100vw / 428));
  }
  /* ---- Navi Global ---- */
  /*2401 renew cate*/
  .header_nav .header_nav_global {
    padding-left: 0;
  }

  .header_nav .header_nav_global > li > a {
    position: relative;
    padding-left: calc(70 * (100vw / 428));
  }

  .header_nav .header_nav_global > li > a::before {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(80 * (100vw / 428));
    height: 100%;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: calc(20 * (100vw / 428)) center;
    -webkit-mask-size: calc(34 * (100vw / 428));
    background-color: var(--color-primary);
    content: "";
  }

  .header_nav .header_nav_global .nav__cate > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_skincare.svg);
  }

  .header_nav .header_nav_global .nav__brand > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_nav_brand.svg?240130);
  }

  .header_nav .header_nav_global .nav__onayami > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_nav_onayami.svg);
  }

  .header_nav .header_nav_global .nav__ranking > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_nav_ranking.svg);
  }

  .header_nav .header_nav_global .nav__gift > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_gift.svg);
  }

  .header_nav .header_nav_global .nav__kit > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_kit.svg);
  }

  .header_nav .header_nav_global .nav__outlet > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_cate_sale.svg?240603);
    background-color: #dd5e39;
  }

  .header_nav .header_nav_global .nav__feature > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_nav_feature.svg);
  }

  .header_nav .header_nav_global .nav__news > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_nav_news.svg);
  }

  .header_nav .header_nav_global .nav__concept > a::before {
    mask-image: url(../Contents/ImagesPkg/common/icn_nav_concept.svg);
  }

  /* ---- Navi Contents ---- */

  .header_nav .menu_contents {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    z-index: -1;
    background: none;
    padding: 0;
    font-weight: 200;
    transition: opacity .3s ease-in-out;
  }

  .header_nav .menu_contents.is-active {
    display: block;
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: auto;
    height: auto;
    background: #fff;
    padding-bottom: calc(20 * (100vw / 428));
  }

  .header_nav .menu_btn__back {
    float: right;
    display: inline-block;
    padding-left: calc(20 * (100vw / 428));
    background: url(../Contents/ImagesPkg/common/icn_btn_arw_back_black.svg) no-repeat 0 center;
    background-size: calc(8 * (100vw / 428));
    font-size: calc(16 * (100vw / 428));
  }

  .header_nav .menu_contents__inner {
    width: auto;
    padding: 0 calc(10 * (100vw / 428)) calc(10 * (100vw / 428));
  }

  .header_nav .menu_contents__inner > ul {
    padding: 0;
  }

  .header_nav .menu_contents__inner > ul > li {
    padding: 0;
    border-bottom: 1px solid #55bc8f;
  }

  .header_nav .menu_contents__inner > ul > li:last-child,
  .header_nav .menu_contents__inner .cate_list > li:last-child dl:last-child {
    border-bottom-width: 0;
  }

  .header_nav .menu_contents__inner .cate_list > li dl {
    padding: 0;
  }

  .header_nav .menu_contents__inner > ul > li > a {
    display: block;
    background: url(../Contents/ImagesPkg/common/icn_menu_arw.svg) no-repeat 94% center;
    background-size: calc(16 * (100vw / 586));
    padding: calc(16 * (100vw / 586)) calc(90 * (100vw / 586)) calc(16 * (100vw / 586)) 0;
    font-size: calc(20 * (100vw / 586));
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 1.8;
    text-align: left;
  }

  /* ---- カテゴリ一覧 ---- */

  .header_nav .menu_contents__ttl {
    clear: both;
    padding: calc(20 * (100vw / 428)) calc(5 * (100vw / 428)) calc(18 * (100vw / 428));
    font-size: calc(20 * (100vw / 428));
    font-weight: bold;
  }

  .header_nav dd + .menu_contents__ttl {
    padding-top: calc(26 * (100vw / 428));
  }

  .header_nav .cate_list > li,
  .header_nav .cate_list > li > dl,
  .header_nav .cate_list > li > dl > dt {
    display: inline;
  }

  .header_nav .cate_list > li dt > a,
  .header_nav .cate_list > li dt > span,
  .header_nav .cate_list > li p > a,
  .header_nav .child_cate_list > ul > li > a {
    float: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 47.5%;
    height: calc(58 * (100vw / 428));
    margin: 0 1.2% calc(10 * (100vw / 428));
    background: #f5f5f5;
    border-radius: calc(10 * (100vw / 428));
    padding: 0 calc(10 * (100vw / 428));
    font-size: calc(18 * (100vw / 428));
    font-weight: bold;
    white-space: normal;
    line-height: 1.2;
    text-align: left;
    color: var(--color-secondary);
  }

  .header_nav .cate_list > li dt > a > span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .header_nav .cate_list > li dt img,
  .header_nav .cate_list > li p img {
    width: calc(34 * (100vw / 428));
    vertical-align: middle;
  }

  .header_nav .cate_list > li p img {
    margin-right: calc(6 * (100vw / 428));
    vertical-align: calc(-10 * (100vw / 428));
  }

  .is-cate-active .header_nav .header_nav_list > li {
    display: none;
  }

  .is-cate-active .header_nav .header_nav_list > li.nav__cate {
    display: block;
  }


  /* ---- サブカテゴリ ---- */

  .header_nav .child_cate_list {
    display: none;
    visibility: hidden;
    opacity: 0;
    height: 0;
    z-index: -1;
    background: none;
    padding: 0 calc(10 * (100vw / 428));
    font-weight: 200;
    transition: opacity .6s ease-in-out;
  }

  .header_nav .child_cate_list.is-active {
    display: block;
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    height: 70vh;
    overflow: hidden;
    background: #fff;
  }

  .header_nav .child_cate_list .sp_only {
    display: inline;
  }

  .header_nav .child_cate_list ul {
    overflow: hidden;
    padding-bottom: calc(10 * (100vw / 428));
  }

  .header_nav .child_cate_list ul li {
    padding: 0;
  }

  .header_nav .child_cate_list a {
    color: var(--color-secondary);
  }

  .header_nav .child_cate_list .menu_contents__ttl {
    display: block;
  }

  #header.is-child-cate-active {
  }

  #header.is-child-cate-active .menu_contents__sale,
  #header.is-child-cate-active .menu_contents__cate .cate_list li > p  {
    display: none;

  }

  /* ---- 購入履歴 ---- */

  .header_nav .history_list {
    margin: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: calc(20 * (100vw / 428)) calc(12 * (100vw / 428)) calc(25 * (100vw / 428));
  }

  .header_nav .history_list .item_list {
    overflow: hidden;
    overflow-x: scroll;
    margin: calc(-15 * (100vw / 428)) calc(-12 * (100vw / 428));
    padding: 0;
  }

  .header_nav .history_list::-webkit-scrollbar,
  .header_nav .history_list .item_list::-webkit-scrollbar {
    display: none;
  }

  .header_nav .history_list .item_list .item_list__inner {
    display: block;
    margin: 0;
    padding: calc(15 * (100vw / 428));
    white-space: nowrap;
  }

  .header_nav .history_list .item_list .item_list__item {
    display: inline-block;
    width: calc(106 * (100vw / 428));/*2401 renew cate*/
    height: calc(106 * (100vw / 428));/*2401 renew cate*/
    min-height: auto;
    margin: 0 calc(3 * (100vw / 428));
    padding: 0;
  }

  .header_nav .history_list .item_list .item_list__item a,
  .header_nav .history_list .item_list .item_list__item .item_list__img {
    display: block;
    width: 100%;
    height: 100%;
  }

  .header_nav .history_list .item_list .item_list__item:last-child {
    margin-right: calc(5 * (100vw / 428));
  }

  .header_nav .history_list .item_list .item_list__item .item_list__img {

    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 0;
  }

  .header_nav .history_list .item_list .item_list__item img {
    width: 100%;
    max-height: 100%;
  }

  /* ---- 最新記事 ---- */

  .header_feature > dl > dt {
    padding: calc(20 * (100vw / 428)) 0 calc(10 * (100vw / 428));
    font-size: calc(18 * (100vw / 428));
    text-align: left;
  }

  .header_feature > dl > dd {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin: 0 calc(-16 * (100vw / 428));
    padding: 0 calc(18 * (100vw / 428)) calc(20 * (100vw / 428));
  }

  .header_feature > dl > dd::-webkit-scrollbar {
    display: none;
  }

  .header_feature .feature_list_common {
    margin: 0;
    border-bottom: none;
  }

  .header_feature .feature_list_common > ul {
    display: block;
    margin: 0 calc(-4 * (100vw / 428));
  }

  .header_feature .feature_list_common > ul > li {
    display: inline-block;
    width: calc(180 * (100vw / 428));
    margin: 0 calc(4 * (100vw / 428));
    padding: 0;
    vertical-align: top;
  }

  .header_feature .feature_list_common > ul > li:last-child {
    margin-right: calc(20 * (100vw / 428));
  }

  .header_feature .feature_list_common .feature_ttl {
    margin-bottom: calc(8 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
    font-weight: 300;
    -webkit-line-clamp: 3;
  }

  .header_feature .feature_list_common  .feature_data {
    font-size: calc(16 * (100vw / 428));
    text-align: left;
  }

  /* ---- CICON ---- */

  .ranking_list .item_list__cicon,
  .event_list .item_list__cicon,
  .season_list .item_list__cicon {
    margin-top: calc(12.5 * (100vw / 428));
    padding: 0 calc(10*(100vw / 428));
    gap: calc(5 * (100vw / 428));
  }

  .ranking_list .item_list__cicon .icon,
  .event_list .item_list__cicon .icon,
  .season_list .item_list__cicon .icon {
    height: calc(18*(100vw / 428));
    margin: 0;
    padding: calc(2 * (100vw / 428)) calc(7 *(100vw / 428));
    border-radius: calc(10*(100vw / 428)) 0 calc(8*(100vw / 428)) 0;
    font-size: calc(10*(100vw / 428));
  }

  .ranking_list .item_list__cicon .icon:first-child,
  .event_list .item_list__cicon .icon:first-child,
  .season_list .item_list__cicon .icon:first-child {
    margin-left: 0;
  }


  /* Search Modal
  ---------------------------------- */

  .search_modal {
    top: calc(88.5 * (100vw / 586));
  }

  .search_modal__inner {
    padding: 0;
    font-size: calc(13 * (100vw / 586));
  }

  /* ---- Search Modal Button ---- */

  .search_modal__btn {
    z-index: 999;
  }

  /* ---- Search Box ---- */
/*
  .search_modal .search_box {
    width: 82%
  }

  .search_modal .search_box input {
    padding: calc(18 * (100vw / 586)) calc(50 * (100vw / 586)) calc(18 * (100vw / 586)) calc(14 * (100vw / 586));
    font-size: calc(26 * (100vw / 586)) !important;
  }

  .search_modal .search_box .icn_search {
    top: 26%;
    right: calc(12 * (100vw / 586));
    left: auto;
    width: calc(28 * (100vw / 586)) !important;
    height:  calc(28 * (100vw / 586));
    margin-top: 0;
  }*/

  /* ------ Header Keywords ------ */

  .header_keywords {
    padding-top: calc(50 * (100vw / 586));
  }

  .header_keywords dt {
    margin: 0 0 calc(25 * (100vw / 586));
    font-size: calc(25 * (100vw / 586));
    letter-spacing: .03em;
  }

  .header_keywords ul {
    margin-top: calc(-20 * (100vw / 586));
    margin-left: calc(-15 * (100vw / 586));
  }

  .header_keywords li {
    width: auto;
    padding: calc(20 * (100vw / 586)) 0 0 calc(15 * (100vw / 586)) !important;
  }

  .header_keywords a {
    padding: calc(9 * (100vw / 586)) calc(18 * (100vw / 586)) calc(6 * (100vw / 586));
    border-radius: calc(200 * (100vw / 586));
    font-size: calc(17 * (100vw / 586));
  }

  /* ------ Modal Close Button ------ */

  .search_modal__close {
    width: calc(30 * (100vw / 586));
    height: calc(30 * (100vw / 586));
    top: calc(30 * (100vw / 586));
    right: calc(30 * (100vw / 586));
  }

  /* SNS
  ---------------------------------- */

  .header_sns {
    padding: calc(54 * (100vw / 586)) calc(44 * (100vw / 586)) calc(200 * (100vw / 586));
  }

  .header_sns ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }

  .header_sns li {
    padding: 0 calc(22 * (100vw / 586));
  }

  .header_sns img {
    width: calc(48 * (100vw / 586));
  }

  /* Header Utiliry
  ---------------------------------- */

  .header_utiliry {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: calc(20 * (100vw / 428));
    right: calc(70 * (100vw / 428));
    letter-spacing: 0;
  }

  .header_utiliry li {
    padding: 0 0 0 calc(20 * (100vw / 428));
    vertical-align: 0;/*2401 renew cate*/
    line-height: 1;/*2401 renew cate*/
  }

  /*2401 renew cate*/
  .header_utiliry li > a,
  .header_utiliry li svg {
    display: block;
    vertical-align: 0;
  }

  .header_utiliry .utility_search {
    height: auto;
    padding: calc(2 * (100vw / 428)) 0 0 !important;
  }

  .header_utiliry .utility_search .header_search {
    height: auto;
  }

  /*2401 renew cate*/
  .header_utiliry .utility_search img,
  .header_utiliry .utility_search svg {
    width: calc(20 * (100vw / 428));
    height: auto;
  }

  .header_utiliry .utility_favorite {
    vertical-align: calc(1 * (100vw / 428));
  }

  .header_utiliry .utility_favorite a {
    display: block;
    vertical-align: calc(1 * (100vw / 428));
  }

  /*2401 renew cate*/
  .header_utiliry .utility_favorite img,
  .header_utiliry .utility_favorite svg {
    width: calc(21 * (100vw / 428));
    height: auto;
  }

  .header_utiliry .utility_mypage {
    right: calc(30 * (100vw / 428));
  }

  .header_utiliry .utility_mypage a {
    display: block;
    padding: 0 calc(2 * (100vw / 428));
  }

  /*2401 renew cate*/
  .header_utiliry .utility_mypage img,
  .header_utiliry .utility_mypage svg {
    width: calc(16 * (100vw / 428));
    height: auto;
  }


  /* ---- Cart ---- */

  .utility_cart {
  }

  /*2401 renew cate*/
  .utility_cart img,
  .utility_cart svg {
    width: calc(20 * (100vw / 428));
    height: auto;
  }

  .utility_cart .num {
    top: calc(-5 * (100vw / 586));
    right: calc(-12 * (100vw / 586));
    width: calc(20 * (100vw / 586));
    height: calc(20 * (100vw / 586));
    padding: 0 0 0 calc(1 * (100vw / 586));
    font-size: calc(12 * (100vw / 586));
    line-height: calc(22 * (100vw / 586));
  }


  /* =================================

  　　　　　　　　CONTENTS

  ================================= */

  #Contents {
    padding: 0;
  }

  /* BREADCRUMBS
  ---------------------------------- */

  .breadcrumbs {
    margin: 0 auto;
    font-size: calc(18 * (100vw / 586));
    width: calc(485 * (100vw / 586));
  }

  .breadcrumbs .seperator {
    margin: 0 calc(4 * (100vw / 586));
  }


  /* Item List
  ---------------------------------- */

  .item_list_common {
    white-space: nowrap;
    overflow: hidden;
    overflow-x: scroll;
    margin: 0 0 calc(20 * (100vw / 428));
    padding: calc(15 * (100vw / 428)) 0 calc(15 * (100vw / 428)) calc(15 * (100vw / 428));

  }
/*
  .item_list_common::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }

  .item_list_common::-webkit-scrollbar-track {
    margin: 0 calc(54 * (100vw / 428));
    background-color: #f5f5f5;
  }

  .item_list_common::-webkit-scrollbar-thumb{
    background-color: #6e6e6e;
  }
*/
  .item_list_common .item_list {
    display: inline-block;
    width: auto;
    height: auto;
    box-shadow: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
  }

  .item_list_common .item_list .item_list__inner {
    display: flex;
  }

  .item_list_common .item_list__item {
    overflow: hidden;
    display: inline-block;
    width: calc(184 * (100vw / 428));
    /*min-height: calc(310 * (100vw / 428));*/
    margin: 0 calc(7 * (100vw / 428)) calc(20 * (100vw / 428));
    border-radius: calc(10 * (100vw / 428));
    padding: 0 0 calc(25 * (100vw / 428));
    vertical-align: top;
    white-space: normal;
    font-size: calc(12 * (100vw / 428));
  }

  .item_list_common .item_list__item:last-child {
    margin-right: calc(15 * (100vw / 428));
  }

   .item_list_common .item_list__img,
   .item_list_common .item_list__cat {
    width: auto;
  }

  .item_list_common .item_list__img {
    overflow: hidden;
  }

  .item_list_common .item_list__img {
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0;
  }

  .item_list_common .item_list__img img {
    width: calc(184 * (100vw / 428));
    max-height: unset;
  }

  .item_list_common .item_list__cat {
    margin: 0 0 calc(12 * (100vw / 428));
    padding: calc(2 * (100vw / 428));
    font-size: calc(10 * (100vw / 428));
  }

  .item_list_common .item_list__title {
    margin: calc(12 * (100vw / 428)) 0 calc(13 * (100vw / 428));
    padding: 0 calc(10 * (100vw / 428));
    font-size: calc(16 * (100vw / 428));
    letter-spacing: 0.02em;
  }

  .item_list_common .item_list__brand {
    margin: 0 0 calc(4 * (100vw / 428));
    font-size: calc(20 * (100vw / 428));
  }

  .item_list_common .item_list__price {
    margin-bottom: calc(14 * (100vw / 428));
    padding: 0 calc(10 * (100vw / 428));
  }

  .item_list_common .item_list__item .soldout {
    padding: calc(10 * (100vw / 428));
  }

  .item_list_common .item_list__price .txt_price {
    font-size: calc(22 * (100vw / 428));
  }

  .item_list_common .item_list__price .txt_tax {
    padding: 0 0 0 calc(5 * (100vw / 428));
    font-size: calc(12 * (100vw / 428));
  }

  .item_list_common .btn_wrap .btn_link {
    width: calc(140 * (100vw / 428));
    background-position: 85% center;
    margin-bottom: calc(2 * (100vw / 428));/*線消えるための調整*/
    padding: calc(8 * (100vw / 428));
    font-size: calc(12 * (100vw / 428));
  }

  .item_list_common .item_list .slick-arrow {
    top: 30%;
  }

  .item_list_common .item_list__review {
    padding: calc(4 * (100vw / 428)) calc(10 * (100vw / 428)) calc(10 * (100vw / 428));
  }

  .item_list_common .item_list__review a {
    transform: scale(1.4) translateX(14%);
    justify-content: start;
  }

  .item_list_common .reviewFeature__RankingParts a span + span {
    padding-left: calc(2 * (100vw / 428));
    font-size: calc(12 * (100vw / 428));
  }

  /* -- 定期価格 -- */
  .product-list-area .item_list .item_list__price.fixed_purchase_price,
  .item_list__price.fixed_purchase_price {
    padding: calc(10 * (100vw / 428)) 0 0;
    font-size: calc(15 * (100vw / 428));
    font-weight: 200;
  }

  .item_list .item_list__price.fixed_purchase_price {
    padding: 0 calc(10 * (100vw / 428));
    font-size: calc(15 * (100vw / 428));
  }

  .item_list__price.fixed_purchase_price .fixed_purchase_first,
  .item_list__price.fixed_purchase_price .fixed_purchase_normal {
    padding-top: calc(8 * (100vw / 428));
  }

  .item_list__price.fixed_purchase_price .fixed_purchase_first span,
  .item_list__price.fixed_purchase_price .fixed_purchase_normal span {
    padding-left: calc(4 * (100vw / 428));
    font-size: calc(17 * (100vw / 428));
    font-weight: 200;
  }

  .item_list_common .item_list__img_overlay {
    font-size: calc(18 * (100vw / 428));
  }



  /* ---- SLIDER NONE ---- */

  .js_item_slider.is-slider-none {
    overflow: hidden;
    margin-bottom: 0;
    padding-right: calc(5 * (100vw / 428));
    padding-bottom: 0;
    padding-left: calc(12 * (100vw / 428));
  }

  .js_item_slider.is-slider-none .item_list__inner {
    display: flex;
  }

  .js_item_slider.is-slider-none .item_list__item {
    width: calc(185 * (100vw / 428));
    margin-right: calc(9 * (100vw / 428));
    margin-left: calc(9 * (100vw / 428));
  }

  /* ---- SLIDEBAR ---- */

  .js_item_slidebar,
  .js_item_slidebar * {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .js_item_slidebar::-webkit-scrollbar,
  .js_item_slidebar *::-webkit-scrollbar {
    display: none;
  }

  .js_item_slidebar .simplebar-content .item_list {
    padding-right: calc(10 * (100vw / 428));
  }

  .js_item_slidebar .simplebar-scrollbar::before {
    background: #6e6e6e;
    border-radius: 0;
    height: 2px !important;
  }

  .js_item_slidebar .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }

  .js_item_slidebar .simplebar-track.simplebar-horizontal {
    background: #f5f5f5;
    height: 2px !important;
    margin: 0 calc(60 * (100vw / 428));
    padding: 0;
  }

  .js_item_slidebar .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    top: 0;
    height: 2px;
  }

  .js_item_slidebar .simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    right: calc(-22 * (100vw / 428));
  }

  .js_item_slidebar .simplebar-track.simplebar-vertical {
    display: none;
  }


  /* Feature
  ---------------------------------- */

  .feature_list_common {
    margin: 0 calc(16 * (100vw / 428)) 0 calc(18 * (100vw / 428));
    padding: calc(5 * (100vw / 428)) 0 0;
  }

  .feature_list_common > ul {
    margin: 0 0 0 calc(-16 * (100vw / 428));
    padding: 0 ;
  }

  .feature_list_common > ul > li {
    width: 50%;
    margin: 0 0 calc(25 * (100vw / 428));
    padding: 0 0 0 calc(16 * (100vw / 428));
  }

  .feature_list_common .feature_cat {
    top: calc(8 * (100vw / 428));
    left: calc(8 * (100vw / 428));
    border-radius:  calc(10 * (100vw / 428)) 0 calc(10 * (100vw / 428)) 0;
    padding: calc(2 * (100vw / 428)) calc(10 * (100vw / 428));
    font-size: calc(13 * (100vw / 428));
  }

  .feature_list_common .feature_img {
    border-radius: calc(8 * (100vw / 428));
    margin: 0 0 calc(15 * (100vw / 428));
  }

  .top_section.feature_section .feature_list_common .feature_img {
    width: calc(189 * (100vw / 428));
    height: calc(165 * (100vw / 428));
  }

  .header_feature .feature_list_common .feature_img {
    width: calc(180 * (100vw / 428));
    height: calc(158 * (100vw / 428));
  }

  .feature_list_common .feature_ttl {
    margin: 0 0 calc(10 * (100vw / 428));
    font-size: calc(16 * (100vw / 428));
  }

  .feature_list_common .feature_data {
    font-size: calc(16 * (100vw / 428));
  }

  /* ADD OTHER
  ---------------------------------- */
  #product-detail__block .lineup-area {
    margin-bottom: calc(30 * (100vw / 428));
  }

  #product-list {
    padding-top: calc(30 * (100vw / 428));
  }

  #brandListWrap .accrodionBlock {
    background: none;
  }

  /*リサイクルキッチン用・メンバーシップ用*/
  #allWrap .lp_contents .sec06:last-child,
  #allWrap .section.sec04:last-child {
    padding-bottom: calc(60 * (100vw / 428));
  }

  /* キャンペーン一覧 */
  #Contents .news .pagination {
    padding-bottom: calc(60 * (100vw / 428));
  }

  main.contents {
    padding-bottom: calc(60 * (100vw / 428));
  }

  /* =================================

  　　　　　　　　FOOTER

  ================================= */

  #footer {
    position: relative;
    padding: calc(30 * (100vw / 428)) calc(16 * (100vw / 428))  calc(20 * (100vw / 428));
    border-top: 10px solid #d9d9d9;
    font-size: calc(16 * (100vw / 428));
  }

  #footer .footer_inner {
    width: auto;
    margin: 0 auto;
  }

  #footer .footer_inner__top {
    display: block;
  }

  #footer .footer_inner__column {
    display: block;
    padding: 0;
    border-left: none;
  }

  #footer .footer_inner__column:nth-child(1) {
    width: auto;
    padding-left: 0;
    border-left: none;
  }

  #footer .footer_inner__column:nth-child(2) {
    width: auto;
  }

  /* Footer App
  ---------------------------------- */

  #footer .footer_app {
    position: relative;
    padding-right: calc(10 * (100vw / 428));
    padding-left: calc(10 * (100vw / 428));
    margin-bottom: calc(25 * (100vw / 428));
    letter-spacing: 0;
  }

  #footer .footer_app.is-ios .footer_app__android {
    display: none;
  }

  #footer .footer_app.is-android .footer_app__ios {
    display: none;
  }

  #footer .footer_app .footer_app__link,
  #footer .footer_app .footer_app__link ul {
    margin: 0;
    padding: 0;
  }

  #footer .footer_app .footer_app__link span {
    display: none;
  }

  #footer .footer_app .footer_app__link a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: none;
  }


  #footer .footer_app dl {
    position: relative;
    padding-left: calc(85 * (100vw / 428));
  }

  #footer .footer_app .footer_app__thumb {
    width: calc(70 * (100vw / 428));
    height: calc(70 * (100vw / 428));
  }

  #footer .footer_app .footer_app__thumb img {
  }

  #footer .footer_app .footer_app__thumb img {
    width: 100%;
  }

  #footer .footer_app .footer_app__ttl {
    display: block;
    margin-bottom: calc(2 * (100vw / 428));
    font-size: calc(16 * (100vw / 428));
    font-weight: bold;
  }

  #footer .footer_app .footer_app__cont {
    font-size: calc(16 * (100vw / 428));
  }

  #footer .footer_app ul {
    margin-left: calc(-20 * (100vw / 428));
    padding: calc(12 * (100vw / 428)) 0 0;
    font-size: calc(13 * (100vw / 428));
  }

  #footer .footer_app ul li {
    padding-left: calc(20 * (100vw / 428));
  }

  #footer .footer_app ul li a {
    padding: 0 calc(18 * (100vw / 428)) 0 0;
    background-size: calc(8 * (100vw / 428));
  }

  /* Footer SNS
  ---------------------------------- */

  #footer .footer_sns ul {
    position: absolute;
    right: 0;
    left: 0;
    bottom: calc(62 * (100vw / 428));
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
  }

  #footer .footer_sns li {
    width: calc(35 * (100vw / 428));
    height: calc(35 * (100vw / 428));
    margin: 0 calc(16 * (100vw / 428));
    padding: 0;
  }

  #footer .footer_sns li img {
    width: 100%;
  }

  /* Footer Navi
  ---------------------------------- */

  #footer .footer_nav {
    text-align: left;
    font-size: calc(18 * (100vw / 428));
  }

  #footer .footer_nav li {
    padding-top: 0;
    line-height: 1;
  }

  #footer .footer_nav > ul > li {
    border-top: 1px solid #d9d9d9;
  }

  #footer .footer_inner__bottom .footer_nav > ul > li:last-child {
    border-bottom: 1px solid #d9d9d9;
  }

  #footer .footer_nav li a,
  #footer .footer_nav li p {
    display: block;
    padding: calc(20 * (100vw / 428)) calc(11 * (100vw / 428)) ;
  }

  #footer .footer_nav > ul > li > a,
  #footer .footer_nav > ul > li > p {
  }

  #footer .footer_nav .nav_icn a {
    padding-left: calc(40 * (100vw / 428));
    background-position: calc(8 * (100vw / 428)) center;
    background-repeat: no-repeat;
    background-size: calc(26 * (100vw / 428)) calc(26 * (100vw / 428));
    color: var(--color-tertiary);
    font-weight: bold;
  }


  /* Footer Link
  ---------------------------------- */

  #footer .acc_btn {
    background: url(../Contents/ImagesPkg/common/icn_footer_arw.svg) no-repeat calc(100% - 5 * (100vw / 428) ) center ,url(../Contents/ImagesPkg/common/icn_footer_arw_active.svg) 200px 200px no-repeat;
    background-size: calc(26 * (100vw / 428));
    padding-right:  calc(34 * (100vw / 428));
    color: var(--color-tertiary);
  }

  #footer .acc_btn.is-active {
    background-image: url(../Contents/ImagesPkg/common/icn_footer_arw_active.svg);
  }

  #footer .acc_content {
    display: none;
    padding-left: calc(10 * (100vw / 428));
  }

  #footer .footer_link {
    padding: 0 0 calc(5 * (100vw / 428));
    font-size: calc(14 * (100vw / 428));
  }

  #footer .footer_link li {
    padding-bottom: calc(18 * (100vw / 428));
    border-width: 0;
  }

  #footer .footer_link li a {
    padding: calc(2 * (100vw / 428));
    color: var(--color-tertiary);
  }

  #footer .footer_inner__bottom {
    padding: 0;
  }

  #footer .footer_copyright {
    display: block;
    padding: calc(80 * (100vw / 428)) 0 0;
    font-size: calc(10 * (100vw / 428));
    letter-spacing: 0;
    text-align: center;
  }


}

/*  パンくず
======================================================= */
.topic-path,
#dvUserBox .topic-path {
  font-size: 14px;
  text-align: left;
  display: flex;
  padding: 0 0 2rem;
}

.topic-path > li:before,
#dvUserBox .topic-path > li:before {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topic-path > li:last-child::before,
#dvUserBox .topic-path > li:last-child::before {
  content: none;
}

.topic-path li:first-child a,
#dvUserBox .topic-path li:first-child a {
  overflow: hidden;
  display: inline-block;
  position: relative;
  width: 48px;
  text-indent: -100px;
  vertical-align: -6px;
}

.topic-path li:first-child a::before,
#dvUserBox .topic-path li:first-child a::before {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  content: "トップ";
}

.topic-path li,
#dvUserBox .topic-path li {
  position: relative;
  padding-right: 2rem;
}

.topic-path a,
#dvUserBox .topic-path a {
  color: #000;
}

.topic-path strong,
#dvUserBox .topic-path strong {
  font-weight: normal;
}

@media (max-width: 768px) {
  .topic-path,
  #dvUserBox .topic-path {
      padding: calc(10 * (100vw / 390)) 0;
      font-size: calc(11 * (100vw / 390));
  }

  .topic-path>li,
  #dvUserBox .topic-path>li {
    display: inline;
  }

  .topic-path>li:after,
  #dvUserBox .topic-path>li:after {
    position: relative;
    top: 1px;
    display: inline-block;
    margin: 0 6px 0 6px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #454545;
    border-right: 1px solid #454545;
    content: "";
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .topic-path>li:last-child:after,
  #dvUserBox .topic-path>li:last-child:after {
    display: none;
  }

  .topic-path strong,
  #dvUserBox .topic-path strong {
    color: #454545;
  }

  .topic-path li:first-child a,
  #dvUserBox .topic-path li:first-child a {
    width: calc(36* (100vw / 428));
  }

  .topic-path > li:before,
  #dvUserBox .topic-path > li:before {
      content: none;
  }

}

/*  ガイド系静的ページ
======================================================= */
.guide-page {
    padding: 2rem 0 10rem;
}

/*** タイトル要素 ***/
.guide-page .hdg-l1 {
  margin: 40px 0;
  border-top: none;
  font-size: 25px;
  line-height: 1.2;
  float: none;
  text-align: center;
  color: #053931;
}

.guide-page .hdg-l1-image {
  font-size: 12px;
}

.guide-page .hdg-l2 {
  margin: 30px 0;
  color: #053931;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
}

.guide-page .hdg-l3 {
  margin: 60px 0 20px;
  font-size: 16px;
  background: #eee;
  text-align: center;
  padding: 8px 0;
  font-weight: normal;
}

.guide-page .hdg-l4 {
  margin: 30px 0 10px;
  font-size: 16px;
}

.guide-page .hdg-l5 {
  margin: 20px 0 0;
  font-size: 14px;
}

/*** テキストコンテンツエリア ***/
.guide-page .text-indent {
  margin: 20px 0;
  line-height: 2;
  text-align: left;
}

.guide-page .text-indent>*:first-child {
  margin-top: 0;
}

.guide-page .text-indent a {
  text-decoration: underline;
}

.guide-page .text-indent a:hover {
  text-decoration: none;
}

.guide-page .list-ordered-02 li {
  line-height: 2;
}

.guide-page .tbl {
  margin: 15px 0;
}

.guide-page .tbl th, .guide-page .tbl td {
  padding: 8px 40px !important;
}

.tbl thead th {
  text-align: center;
}

.guide-page .tbl tbody th {
  border-right: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.guide-page .tbl tbody tr th:first-child {
  padding-left: 0 !important;
}

.guide-page .tbl-02 {
  margin: 0 0 30px;
  width: 100%;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.guide-page .tbl-02 th, .guide-page .tbl-02 td {
  padding: 10px;
  border-top: 1px solid #ccc;
}

.guide-page .tbl-02 th {
  font-weight: bold;
}

.guide-page tbl-02 td {
  text-align: center;
}

.guide-page .tbl-02 thead th, .guide-page .tbl-02 thead td {
  padding: 5px 10px;
  background-color: #e5e5e5;
  text-align: center;
}

.guide-page .tbl-02 tbody th {
  text-align: left;
}

.guide-page .tbl-03 {
  margin: 0 0 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-right: none;
  background-color: transparent;
}

.guide-page .tbl-03 th, .guide-page .tbl-03 td {
  padding: 10px;
  border-right: 1px solid #ccc;
}

.guide-page .tbl-03 th {
  font-weight: bold;
}

.guide-page .tbl-03 td {
  text-align: center;
}

.guide-page .tbl-03 thead th, .guide-page .tbl-03 thead td {
  padding: 5px 10px;
  background-color: #e5e5e5;
  text-align: center;
}

.guide-page .tbl-03 tbody th {
  text-align: left;
}

.guide-page .guide .col {
  position: relative;
  margin-bottom: 20px;
  padding: 20px 20px 70px;
  border: 1px solid #ccc;
  background-color: #fff;
  box-sizing: border-box;
}

.guide-page .guide .col .ta-center {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.guide-page .ta-center {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.guide-page .ta-center a {
  text-decoration: none;
}

.guide-page .guide2 .col {
  position: relative;
  margin-bottom: 20px;
  box-sizing: border-box;
}

.guide-page .guide2 .col .ta-center {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

.guide-page .hdg-l3-guide {
  text-align: center;
  font-size: 16px;
  padding: 0.4rem 0;
  font-weight: normal;
  background: #eee;
}

.guide-page .hdg-l3-guide img {
  margin: 0 auto 8px;
}

.guide-page .box {
  margin-top: 20px;
  padding: 15px 20px;
  background-color: #fff;
}

.guide-page .box>*:first-child {
  margin-top: 0 !important;
}

.guide-page .box>.hdg-l2-top:first-child {
  margin-top: -15px !important;
}

.guide-page .box-02 {
  margin-top: 20px;
  padding: 15px 30px;
  border: 1px solid #ccc;
  background-color: #fff;
}

[class*="lyt-column"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-right: auto;
  margin-left: auto;
}

[class*="lyt-column"]>* {
  margin: 0 0 10px 2.7027%;
}

[class*="lyt-column"].branch {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.guide-page .lyt-column2>* {
  width: 48.64865%;
}

.guide-page .lyt-column2>*:nth-child(2n+1) {
  margin-left: 0;
}

.guide-page .lyt-column3>* {
  width: 31.53153%;
}

.guide-page .lyt-column3>*:nth-child(3n+1) {
  margin-left: 0;
}

.guide-page .lyt-column4>* {
  width: 22.97297%;
}

.guide-page .lyt-column4>*:nth-child(4n+1) {
  margin-left: 0;
}

.guide-page .lyt-column5>* {
  width: 17.83784%;
}

.guide-page .lyt-column5>*:nth-child(5n+1) {
  margin-left: 0;
}

.guide-page .lyt-column6>* {
  width: 14.41441%;
}

.guide-page .lyt-column6>*:nth-child(6n+1) {
  margin-left: 0;
}

.guide-page .box [class*="lyt-column"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-right: auto;
  margin-left: auto;
}

.guide-page .box [class*="lyt-column"]>* {
  margin: 0 0 10px 1.38889%;
}

.guide-page .box .lyt-column2>* {
  width: 49.30556%;
}

.guide-page .box .lyt-column2>*:nth-child(2n+1) {
  margin-left: 0;
}

.guide-page .box .lyt-column3>* {
  width: 32.40741%;
}

.guide-page .box .lyt-column3>*:nth-child(3n+1) {
  margin-left: 0;
}

.guide-page .box .lyt-column4>* {
  width: 23.95833%;
}

.guide-page .box .lyt-column4>*:nth-child(4n+1) {
  margin-left: 0;
}

.guide-page .box .lyt-column5>* {
  width: 18.88889%;
}

.guide-page .box .lyt-column5>*:nth-child(5n+1) {
  margin-left: 0;
}

.guide-page .box .lyt-column6>* {
  width: 15.50926%;
}

.box .lyt-column6>*:nth-child(6n+1) {
  margin-left: 0;
}

.guide-page .link-list {
  margin: 15px 0 0;
  padding: 0;
}

.guide-page .link-list[class*="lyt-column"] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.guide-page .link-list[class*="lyt-column"]>* {
  margin-bottom: 5px;
}

.guide-page .link-list>li {
  margin: 0 0 8px;
  padding: 0 0 0 10px;
  list-style: none;
}

.guide-page .link-list>li>a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  color: #000;
  text-decoration: underline;
}

.guide-page .link-list>li>a:before {
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 6px solid #053931;
  content: "";
}

.guide-page .link-list>li>a:hover, .guide-page .link-list>li>a:active, .guide-page .link-list>li>a:focus {
  color: #000;
  text-decoration: none;
}

.guide-page .link-list .link-list {
  margin: 8px 0 0 20px;
}

.guide-page .notice-list {
  font-size: 12px;
}

.guide-page .notice-list b {
  color: #f77;
}

.guide-page .notice-list>li {
  display: table;
  margin: 0;
  list-style: none;
}

.guide-page .notice-list>li>* {
  display: table-cell;
  vertical-align: top;
}

.guide-page .notice-list .marker {
  padding: 0 4px 0 0;
  white-space: nowrap;
}

.guide-page .list-def dt {
  font-weight: bold;
}

.guide-page .list-def dd+dt {
  margin-top: 10px;
}

.guide-page .text-alert {
  color: #f51d1d;
}


.guide-page .guide-shipping {
    text-align: center;
    background: #f8f8f8;
    padding: 3rem 0;
}

.guide-page .guide-shipping dt {
    font-size: 2rem;
}

.guide-page .guide-shipping dd {
    padding: 1rem 0;
}

.guide-page .anc04-delivery {
  margin: 10px 0 30px;
}

.guide-page .anc04-delivery p {
  margin-bottom: 8px;
}

.guide-page .anc04-delivery dl {
  overflow: hidden;
}

.guide-page .anc04-delivery dt {
  text-align: left !important;
  width: 48%;
  float: left;
  padding: 10px 1%;
}

.guide-page .anc04-delivery dd {
  text-align: left !important;
  width: 48%;
  float: right;
  padding: 10px 1%;
}
.guide-page .delivery-info {
    margin-top: 2em;
}

.guide-page .delivery-info dl {
    border: 1px solid #ccc;
    border-bottom: none;
}

.guide-page .delivery-info dt {
    text-align: center;
    background: #eee;
    padding: 5px;
}

.guide-page .delivery-info dd {
    text-align: center;
    padding: 5px;
}

.guide-page .delivery-info p span {
	font-weight: bold;
    text-align: center;
    display: block;
    padding-top: 10px;
}
.guide-page .w-20 {
  width: 20% !important;
}
.guide-page .w-30 {
  width: 30% !important;
}

.guide-page .w-40 {
  width: 40% !important;
}

.guide-page .text-em {
  color: #F77;
}

.guide-page .text-em a {
  color: #F77;
}

.guide-page .large {
  font-size: 24px;
}

.guide-page .x-large {
  font-size: 18px;
}
.guide-page .text-indent .list, .guide-page .text-indent .list-line, .guide-page .list-def {
  margin: 10px 0 0;
}

 .guide-page .text-indent .list li, .guide-page .text-indent .list-line li {
  position: relative;
  margin: .2em 0;
  padding: 0 5px 0 12px;
  list-style: none;
}

 .guide-page .text-indent .list li:before, .guide-page .text-indent .list-line li:before {
  position: absolute;
  top: .6em;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #073931;
  content: "";
}

.guide-page .text-indent .list-line {
  border-top: 1px solid #e5e5e5;
}

.guide-page .text-indent .list-line li {
  padding: 4px 5px 3px 12px;
  border-bottom: 1px solid #e5e5e5;
}

.guide-page .text-indent .list-line li:before {
  top: .8em;
}
.guide-page .link-faq {
    margin: 6rem auto;
    text-align: center;
    font-size: 1.6rem;
    line-height: 2.5;
}

.guide-page .price-list {
	display: block !important;
	border-collapse: collapse;
	border: none;
}
.guide-page .price-list th, .guide-page .price-list td {
	width: 370px;
	text-align: center !important;
	border: 1px solid #ccc !important;
}


@media (max-width: 768px) {

.guide-page main.contents {
  padding: 0 15px;
}

.guide-page main.contents ul {
  padding: 0;
  margin: 0;
}

.guide-page .ta-center .btn, .guide-page .ta-center .btn-inverse {
  display: inline-block;
  padding: 10px 15px;
  border: none 0;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1.4;
  cursor: pointer;
  background-color: #e5e5e5;
  color: #454545;
}

.guide-page .ta-center .btn-inverse {
  background-color: #053931;
  color: #fff;
}

.guide-page .box-02 {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ccc;
  overflow-wrap: break-word;
}

.guide-page .tbl-03 {
  margin: 0 0 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-right: none;
  background-color: #fff;
}

.guide-page .tbl-03 th, .guide-page .tbl-03 td {
  padding: 6px;
  border-right: 1px solid #ccc;
  font-size: 12px;
}

.guide-page .tbl-03 th {
  font-weight: bold;
}

.guide-page .tbl-03 td {
  text-align: center;
}

.guide-page .tbl-03 thead th, .guide-page .tbl-03 thead td {
  padding: 5px 10px;
  background-color: #e5e5e5;
  text-align: center;
}

.guide-page .tbl-03 tbody th {
  text-align: left;
}

.guide-page .tbl {
  margin: 15px 0;
}

.guide-page .tbl th {
  padding: 8px 5px !important;
}

.guide-page .tbl td {
  padding: 8px 20px !important;
}

.guide-page .tbl thead th {
  text-align: center;
}

.guide-page .tbl tbody th {
  border-right: 1px solid #ccc;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

.guide-page .tbl tbody tr th:first-child {
  padding-left: 5px !important;
}

.guide-page .tbl tbody tr td:last-child {
  padding-right: 5px !important;
}


.guide-page .image-full {
  margin: 10px auto 0;
  text-align: center;
}

.guide-page .image-full img {
  max-width: 100%;
}

.guide-page .ta-center {
  margin-right: auto !important;
  margin-left: auto !important;
  text-align: center !important;
}

.guide-page .text-alert {
  color: #f51d1d;
}

.guide-page .guide {
  margin-top: 15px;
}

.guide-page .guide .col {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ccc;
  background-color: #ffffff;
}

.guide-page .guide2 {
  margin-top: 10px;
  display: block;
}

.guide-page .guide2 .col {
  width: 100%;
  margin: 0 0 calc(30 * (100vw / 375));
}

.guide-page .hdg-l3-guide {
  padding: calc(6 * (100vw / 375)) 0;
  font-size: 14px;
}

.guide-page .hdg-l3-guide img {
  margin: 0 auto 8px;
}

.guide-page .notice-list {
  font-size: 12px;
}

.guide-page .notice-list>li {
  display: table;
  margin: 5px 0;
}

.guide-page .notice-list>li>* {
  display: table-cell;
  vertical-align: top;
}

.guide-page .notice-list .marker {
  padding: 0 5px 0 0;
  white-space: nowrap;
}

.guide-page .list-def>dt {
  font-weight: bold;
  margin: 0;
  padding: 10px 0;
}

.guide-page .list-def dd {
  margin: 0;
  padding: 0;
}

.guide-page .hdg-l1 {
  margin: calc(20 * (100vw /390)) 0;
  font-size: calc(20 * (100vw /390));
}

.guide-page .hdg-l1-image {
  margin: 0 -15px;
  font-size: 12px;
}

.guide-page .hdg-l1-image img {
  width: 100%;
}

.guide-page .hdg-l2-product {
  margin: calc(30 * (100vw / 586)) 0 0;
  padding: calc(24 * (100vw / 586)) 15px;
  border-top: 1px solid #454545;
  border-bottom: 1px solid #ccc;
  font-size: calc(28 * (100vw / 586));
  line-height: 1.8;
}

.guide-page .hdg-l2 {
  margin: calc(30 * (100vw /390)) 0;
  font-size: calc(25 * (100vw /390));
  color: #053931;
}

.guide-page .hdg-l3 {
  margin: calc(40 * (100vw /390)) 0 calc(16 * (100vw /390));
  padding: calc(6 * (100vw /390)) 0;
}

.guide-page .hdg-l4 {
    font-size: calc(15 * (100vw /390));
    margin: calc(30 * (100vw /390)) 0 calc(10 * (100vw /390));
}

.guide-page .list, .guide-page .list-line, .guide-page .list-def {
  margin: 10px 0 0;
}

.guide-page .list-news.branch a:after, .guide-page .list-bnr:after, .guide-page .list-category:after, .guide-page .nav-sort:after, .guide-page .image-left:after, .guide-page .image-right:after, .guide-page .list-blog>li:after {
  display: block;
  clear: both;
  content: "";
}

.guide-page .list>li, .guide-page .list-line>li {
  position: relative;
  margin: .2em 0;
  padding: 0 0 0 10px;
  list-style: none;
}

.guide-page .list>li:before, .guide-page .list-line>li:before {
  position: absolute;
  top: .55em;
  left: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  content: "";
}

.guide-page .list-line {
  margin: 20px 0 !important;
  border-top: 1px solid #e5e5e5;
}

.guide-page .list-line li {
  padding: .8em .5em;
  border-bottom: 1px solid #e5e5e5;
}

.guide-page .list-line li:before {
  top: .9em;
}

.guide-page .link-list {
  margin: 15px 0 0;
  padding: 0;
  font-size: 13px;
}

.guide-page .link-list[class*="lyt-column"] {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.guide-page .link-list[class*="lyt-column"]>* {
  margin-bottom: 5px;
}

.guide-page .link-list>li {
  margin: 0 0 12px;
  padding: 0 0 0 10px;
  list-style: none;
}

.guide-page .link-list>li>a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 12px;
  color: #000;
  text-decoration: underline;
}

.guide-page .link-list>li>a:before {
  position: absolute;
  top: .5em;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-left: 6px solid #053931;
  content: "";
}

.guide-page .link-list>li>a:hover, .guide-page .link-list>li>a:active {
  color: #053931;
  text-decoration: none;
}

.guide-page .link-list .link-list {
  margin: 8px 0 0 20px;
}

.guide-page .cmmnt {
  font-size: 12px;
  margin-top: 0!important;
}
.guide-page {
	padding: calc(10 * (100vw / 375)) calc(15 * (100vw / 375)) calc(60 * (100vw / 375));
}

.guide-page .guide .col .ta-center {
    position: relative;
    bottom: 0;
}
.guide-page .large {
    font-size: calc(20 * (100vw /390));
}

.guide-page .x-large {
    font-size: calc(15 * (100vw /390));
}

.guide-page .guide-shipping {
    padding: calc(20 * (100vw /390)) calc(10 * (100vw /390));
}

.guide-page .guide-shipping dt {font-size: calc(18 * (100vw /390));}

.guide-page .guide-shipping dd {padding: calc(10 * (100vw /390)) 0;}
.guide-page .link-faq {
    margin: calc(40 * (100vw /390)) auto;
    font-size: calc(14 * (100vw /390));
}
.guide-page .anc04-delivery {
  margin-bottom: 1.5em;
}

.guide-page .anc04-delivery p {
  margin-bottom: 0.4em;
  font-weight: bold;
}

.guide-page .anc04-delivery dl {
  border: none !important;
  border-top: 1px #ccc dotted !important;
  margin: 0;
}

.guide-page .anc04-delivery dt {
  text-align: left !important;
  font-size: calc(30 * (100vw / 750));
  background: #eee !important;
  padding: 0.3em;
  width: 100%;
  float: none;
}

.guide-page .anc04-delivery dd {
  text-align: left !important;
  margin: 0;
  padding: 0.3em;
  font-size: calc(30 * (100vw / 750));
  width: 100%;
  float: none;
}

.guide-page .anc04-delivery dl:last-child {
  border-bottom: 1px #ccc dotted !important;
}
}



/* =========================================================

お悩み・目的別一覧

 ========================================================= */

.topCategoryList {
  max-width: 100%;
  margin: 0 0 30px 0;
  padding: 0 0 10px 0;
}

.topCategoryList p, .topCategoryList ul, .topCategoryList li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

.topCategoryList img {
  vertical-align: top;
}

.topCategoryList .ttl {
  margin: 0 0 1.5rem 0;
}

.topCategoryList .inner {
  width: 100%;
}

.topCategoryList .list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

.topCategoryList .list > li {
  width: 29.2%;
  margin-bottom: 4rem;
  padding: 1rem .8rem 1rem 3rem;
  font-size: 1.5rem;
  color: #898989;
  border-left: solid 1px #053931;
}

.topCategoryList a:link, .topCategoryList a:visited, .topCategoryList a:active {
  text-decoration: none;
}

.topCategoryList a:hover {
  text-decoration: underline;
}

.topCategoryList,
.topCategoryList a {
  color: #053931;
}

.topCategoryList .ttl_section {
  margin: 0 0 5rem;
  font-family: pragmatica, sans-serif;
  font-weight: 300;
  font-size: 4rem;
  text-align: left;
  line-height: 1;
  color: #053931;
}

.topCategoryList .list dt {
  margin-bottom: 2rem;
  font-size: 1.9rem;
  font-weight: bold;
  color: #053931;
}

.topCategoryList .chaild_cate_list li {
  margin-bottom: 1.8rem;
}
.topCategoryList li {
    line-height: 2;
}
@media (max-width: 768px) {
  #brand-list,
  .topCategoryList {
    width: 100% !important;
  }

  .topCategoryList {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .topCategoryList .ttl_section {
    margin: calc(40* (100vw / 586)) 0;
    padding: 0 0 0 calc(20* (100vw / 586));
    font-size: calc(30* (100vw / 586));
    font-weight: 500;
  }

  .topCategoryList .list {
    justify-content: space-between;
    margin-bottom: calc(20* (100vw / 586));
    padding: 0 0 0 calc(20* (100vw / 586));
  }

  .topCategoryList .list dt {
    font-size: calc(20* (100vw / 586));
  }

  .topCategoryList .list > li {
    width: 42%;
    margin-bottom: calc(30* (100vw / 586));
    padding: calc(10* (100vw / 586)) calc(10* (100vw / 586)) calc(10* (100vw / 586)) calc(30* (100vw / 586));
    font-size: calc(17* (100vw / 586));
  }

  .topCategoryList .chaild_cate_list li {
    margin-bottom: calc(10* (100vw / 586));
    line-height: 1.5;

  }
}


/* =========================================================
	 エラーページ
 ========================================================= */
.errorWrap{
	width: 980px;
	margin: 80px auto 120px;
}
.errorWrap #dvErrorInfoBox.errorTextArea h2{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	padding: 0 !important;
}
.errorWrap #dvErrorInfoBox.errorTextArea h2.errorTtl{
	position: relative;
	padding-bottom: 15px;
	margin: 20px 0;
	border-bottom: #CCCCCC solid 1px;
}
.errorWrap #dvErrorInfoBox.errorTextArea p{
	font-size: 14px;
}
.errorWrap div.btmbtn span{display:block;line-height: 1.5;}
.errorWrap div.btmbtn div { width: 100%; }

.errorWrap ul.btmWrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 40px;
}
.errorWrap ul.btmWrap li a.btn-ddd{
	display: block;
	background: #ddd;
	padding: 10px 0;
	width: 180px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

.errorWrap ul.btmWrap li a.btn-next{
	display: block;
	background: #000000;
	padding: 10px 0;
	color: #ffffff;
	width: 180px;
	text-align: center;
	font-size: 14px;
	margin-left: 14px;
}
.errorWrap ul.btmWrap li a.btn-next:hover{
	opacity: 0.6;
}

@media (max-width: 768px) {
.wrap-error{
	display: block;
	-webkit-transition: padding-top .3s;
	transition: padding-top .3s;
	width: 92%;
	margin: 0 auto 38px;
}
.error-unit h2 {
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
	text-align: center;
	position: relative;
	padding: 18px 0 17px;
	border-bottom: 1px solid #b3b3b3;
}
.error-unit p{
	line-height: 1.66;
	margin: 1em auto 40px;
	font-size: 13px;
}
.error-unit .button-next {
	width: 100%;
	height: 50px;
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.error-unit .button-next .btn {
	width: 100%;
	height: 100%;
	display: block;
	padding: 18px 0 17px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
}



/* =========================================================

ニュース詳細

========================================================= */


#news_article_wrapperAll {
  -webkit-text-size-adjust: none;
  margin:0 auto;
  width:100%;
  max-width:1100px;
  padding-top: 30px;/*22.09.29追加*/
}

#news_article_wrapperAll .path {
  font-size:12px;
}

#news_article_wrapperAll .news_article_bnr_img {
  width: 80%;
  margin: auto;
}

#news_article_wrapperAll span {
  display:block;
}

#news_article_wrapperAll .strong {
  font-weight:bold;
}

#news_article_wrapperAll a .news_article_detail {
  padding: 3px 0;
  display: block;
  text-decoration: none;
}

#news_article_wrapperAll a:hover,
#news_article_wrapperAll a:active,
#news_article_wrapperAll a:focus {
  text-decoration: underline;
}

.news_article_detail {
  border: 2px solid #EBEBEB;
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin: 30px 0 80px;
  padding: 60px 70px;
  overflow: hidden;
}

.news_article_detail h1,
.news_article_detail h2 {
  font-size: 20px;
  margin: 0 auto 30px;
  text-align: center;
}
.news_article_detail p {
  line-height: 1.8;
}

.news_article_detail a {
  display: inline-block;
  line-height: 2;
  text-decoration: underline;
}

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

  #news_article_wrapperAll {
    width: auto;
    padding: calc(50* (100vw / 750 )) calc(40* (100vw / 750 )) calc(40* (100vw / 750 ));
  }

  .news_article_detail {
    margin-bottom: 0;
    padding: 0 calc(20* (100vw / 750 )) calc(80* (100vw / 750 ));
  }

  .news_article_detail h1,
  .news_article_detail h2 {
    font-size: calc(34* (100vw / 750 ));
    margin: calc(80* (100vw / 750 )) auto calc(40* (100vw / 750 ));
  }

  .news_article_detail .news_article_text {
    font-size: calc(24* (100vw / 750 ));
  }

  #news_article_wrapperAll .news_article_bnr_img {
    width: auto;
    margin: 2rem auto 0;
  }
}



/* =========================================================

バナー設定

========================================================= */

.bnr_pickup {
  margin-top: 10rem;
  width: fit-content;
}

.bnr_pickup img {
  width: 100%;
  max-width: 100%;
}


/* SP用*/
@media (max-width: 768px) {

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

}



/*
*   ZETAVOICE
*==========================================================================
*/

/* ---- ZETAVOICE星 ---- */

.item_list_common .item_list__review {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
}

.item_list .item_list__review iframe {
  width: 150%;
  height: 2.4rem;
}

.item_list_common .item_list .item_list__review iframe {
  width: 190%;
}

.item_list .item_list__review.summary-empty {
  display: none !important;
}

/* SP用*/
@media (max-width: 768px) {

  /* ---- ZETAVOICE星 ---- */

  .item_list .item_list__review iframe,
  .item_list_common .item_list .item_list__review iframe  {
    width: 195%;
    height: calc(20 * (100vw / 428));
  }
}
