﻿@charset "UTF-8";


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

  Common.css

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

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

:root {
 /*===================== colors */
 --color-basic: #727272;
 --color-primary: #5f5f5f;
 --color-secondary: #727272;
 --color-tertiary: #6E6E6E;
 --color-highlight: #EBFE9A;
 /*===================== fonts */
 --font-base: 'futura-pt', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
 --font-en: 'futura-pt', sans-serif;

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


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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@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 {
  min-width: inherit !important;
  margin: 0;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #fff;
  color: #727272;
  font: normal normal 12px/1.6'futura-pt', "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}

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

#Wrap {
  width: 110rem;
  max-width: 100%;
  text-align: left;
  margin: 0px auto;
}

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

h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
}

/* 過去のNEWSページ調整用 */

#Wrap.news_page {
  width: 100%;
}

/* Float Clearing */
.clearFix:after {
  display: block;
  clear: both;
  content: "";
}


/* ---------------------------------------(=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: #5f5f5f;
    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_img_slider,
#header_txt_slider {
  max-width: 100vw;
  overflow: hidden;
}

.scroll #header_img_slider {
  display: none;
}

#header_txt_slider.active,
#header_txt_slider li {
  height: 3.5rem;
}

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

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

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

#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.active,
  #header_txt_slider li {
    height: calc(52 * (100vw / 750));
  }

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

  #header_txt_slider .swiper-wrapper,
  #header_img_slider .swiper-wrapper {
    margin: 0 !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,
  #header_txt_slider li p {
    font-size: calc(21 * (100vw / 750));
  }

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

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

　　　　　　　　　　　　HEADER COMMON SETTING

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

header,
header *,
.head-seach-popup,
.head-seach-popup * {
  box-sizing: border-box;
}

/*SPハンバーガメニュー*/
.searcharea_sp input,.searcharea_sp input[type="search"] {
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
}

.searcharea_sp input::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.searcharea_sp input:-webkit-autofill {
  box-shadow: 0 0 0px 999px #fff inset;
}

.fuwatto-wrap [class*='fuwatto'] {
	opacity: 0;
	transform: translate(0, 30px);
	transition: all 1.2s;
}
.fuwatto-wrap [class*='fuwatto'].f-act {
	opacity: 1;
	transform: translate(0, 0);
}



/* レスポンシブcssここから */

nav{
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.scroll .navi_area {
  display: none;
}

.navi_area .naviDetail ul li{
  list-style: none;
}

.navi_area .naviDetail ul{
  margin-bottom: 0;
}

.navi_area .naviDetail ul li a{
  text-decoration: none;
}

.headerFixed .navi_area h1{
	margin-top: 2px;
}
.headerFixed .navi_area h1 img {
  width: 180px;
}

.navi_area {
  display: flex;
  justify-content: center;/*202402renewal*/
  margin: 0 auto;
}
.contentsWrap {
  padding-top: 0px;
  overflow: hidden;
}

#fixed-navigation {
  width: 100%;
  background: #fff;
  z-index: 3;
  position: relative;
  margin-top: -111px;
}

header {
  /*    position: absolute;*/
  width: 100%;
  padding: 0;
  z-index: 999;
  /* background: none; */
  /* margin-top: -120px; */
  font-family: 'futura-pt', sans-serif, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  color: #787878;
}

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

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

.headerWrap {
  min-height: 90px;
  background-color: #ffffff;
}


/* ---- Logo :202402renewal ---- */

.scroll .header_inner {
  margin: 0 auto 2.4rem;
}

.header_inner {
  width: 136rem;
  max-width: 100%;
  margin: auto;
}

.header_top {
  position: relative;
  margin: 0 auto 3.6rem;
}

.header_top .header_logo {
  width: 23.8rem;
  margin: auto;
}

.header_top .header_logo a {
  display: blcok;
}

.header_top .header_logo img {
  width: 100%;
}

.header_top .up_wrap {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

/* ---- //Logo :202402renewal ---- */

.headerFixed .naviDetail .contentsArea {
  margin-top: 0;
  height: 100%;
}

.headerFixed .naviDetail .contentsArea li {
  font-size: 14px;
  letter-spacing: 0.07em;
  margin: 0 24px;
  /* line-height: 79px; */
  line-height: 1;
  /* padding: 14px 0 24px; */
}
.headerFixed .naviDetail .contentsArea .brandinfo li{
  margin: 0 14px 10px;
  padding: 0;
  line-height: 1;
}
.headerFixed .naviDetail .contentsArea .brandinfo > li > a {
  display: block;
  padding: .8rem 3.4rem 1.2rem;/*202402renewal*/
  font-size: 2.2rem;/*202402renewal*/
  letter-spacing: .05em;
  line-height: 0.8;
  color: #000;/*202402renewal*/
}

/*202402renewal*/
.headerFixed .naviDetail .contentsArea .brandinfo > li > a:hover {
  opacity: .6;
}

.headerFixed .naviDetail .contentsArea .sns_Wrap .snsarea_pc_inner li {
  font-size: 2.4rem;/*202402renewal*/
  letter-spacing: 0.1em;
  margin:0 0 0 30px;
  /* line-height: 79px; */
  line-height: 1;
  padding: 10px 0 23px;
  transition: all 0.2s ease-in-out;
}

.headerFixed .naviDetail .contentsArea .sns_Wrap .snsarea_pc_inner li:hover{
  opacity: 0.5;
}

.headerFixed .naviDetail .contentsArea .sns_Wrap .snsarea_pc_inner li:first-child {
  margin-left: 45px;
}
.headerFixed .naviDetail .contentsArea .navi_txt {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.headerFixed .naviDetail .contentsArea .brandinfo{
	display: flex;
	align-items: center;
}

.headerFixed .up_wrap {
	display: flex;
	align-items: center;
  /*margin-bottom: 4px;*/ /*202402renewal*/
}

.headerFixed .userArea{/*202402renewal*/
	display: flex;
	align-items: center;
	padding: .05em;
  font-size: 1.7rem;
}

.headerFixed .userArea .icon {
  width: 2.6rem;
}

.headerFixed .userArea .icon svg {
  line-height: 1;
  width: 100%;
  height: auto;
}

.headerFixed .userArea .icon + p {
  padding-top: .2rem;
}

.headerFixed .naviDetail .contentsArea .sns_Wrap{
	display: flex;
	align-items: center;
}

.login_wrap ul {/*202402renewal*/
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}

.login_wrap ul a {
  display: flex;
  column-gap: .4rem;
  color: #727272;
}

.searcharea_pc {/*202402renewal*/
  display: flex;
  column-gap: .4rem;
  margin-left: auto;
  margin-right: 2.4rem;
  color: #727272;
  cursor: pointer;
}

.headerFixed .naviDetail .login_wrap {
  margin: 0 !important;

}

.headerFixed .naviDetail .login_wrap ul li {
  margin: 0;
  font-size: 13px;
  transition: all 0.2s ease-in-out;
}

.headerFixed .naviDetail .login_wrap ul li:hover{
  opacity: 0.5;
}

.headerFixed .naviDetail .login_wrap ul li:nth-child(2) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  box-sizing: border-box;
}

.headerFixed .naviDetail .login_wrap ul li:nth-child(2)::after,
.headerFixed .naviDetail .login_wrap ul li:nth-child(2)::before {
  content: "|";
  display: inline-block;
  padding: 0 9px;
}

.headerFixed .naviDetail .login_wrap ul li:last-child::after {
	display: none !important;
}

.headerFixed .naviDetail .snsarea_pc {
  margin-left: 0 !important;
  margin-right: 0 !important;
  /* width: 130px; */
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.headerFixed .naviDetail .snsarea_pc i {
  font-size: 20px;
}

.megamenu_bc {
  display: none;
  position: absolute;
  background-color: rgba(249, 249, 249, 0.9);
  width: 100vw;
  top: 16rem;
  left: 0;
}

/*202402renewal*/
.megamenu_wrap {
  /*  position: absolute;*/
  width: 100%;
  /*  height: auto;*/
  display: flex;
  justify-content: space-between;
  max-width: 110rem;
  margin: 0 auto;
  /* padding-left: 5%; */
  /* padding-bottom: 44px;
  padding-top: 61px; */
  padding: 6.1rem 0 4.4rem;
}
header .headerWrap .headerFixed .naviDetail .contentsArea .brandinfo li .megamenu_bc .megamenu_wrap .megamenu .megamenu_ttl {
  margin-left: 0;
  margin-right: 0;
  line-height: 1 !important;
  margin-bottom: 25px;/* 202402renewal */
  font-size: 1.4rem;
  padding: 0;
}
header .headerWrap .headerFixed .naviDetail .contentsArea .brandinfo li .megamenu_bc .megamenu_wrap .megamenu li {
  margin-left: 0;
  margin-right: 0;
  line-height: 1.3 !important;/* 202402renewal */
  margin-bottom: 15px;/* 202402renewal */
  font-size: 12px;
  padding: 0;
}

header .headerWrap .headerFixed .naviDetail .contentsArea .brandinfo li .megamenu_bc .megamenu_wrap .megamenu li a{
  transition: all 0.2s ease-in-out;
}

header .headerWrap .headerFixed .naviDetail .contentsArea .brandinfo li .megamenu_bc .megamenu_wrap .megamenu li a:hover{
  opacity: 0.5;
}

.bnr_area .bnr_inner li:hover img{
  opacity: 0.6;
  transform: scale(1.05);
}

  header .headerWrap nav .megamenu_bc .megamenu_wrap ul .megamenu_ttl {
    margin-bottom: 40px;
    font-size: 14px;
    transition: top 0.6 ease;
    padding:  0;
  }

  /* .megamenu_bc .megamenu_wrap .megamenu {
  width: calc(100% / 5);
  } */

  .fixed02 .mfp-wrap{
    top: 80px;
  }

  .headerFixed {
    /* background: #f9f9f9; */
    transition: all 0.6s ease;
    /*  height: 100%;*/
  }

  .navi_detail {
    display: flex;
    margin-top: 10px;
  }

  .headerFixed .naviArea h1 img {
    width: 140px;
    margin-left: -190px;
    margin-top: 10px;
  }

  .headerFixed .naviArea {
    align-items: center;
    margin: 8px auto;
  }
  /* head */

  /* レスポンシブcssここまで */
  header{
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 0;
  background: none;
}
.headerWrap{
  margin: 0 auto;
  width: 100%;
}

.newsArea{
  border-bottom: 1px solid #5f5f5f;
  padding: 7px 0;
  background: #ffffff;
  margin: 0 auto;
}
 .newsArea .newsInner{
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto;
	/* width: 100%;
	max-width: 1000px; */
}
.newsArea .newsInner .contents_ttl{
	font-size: 14px;
	margin-right: 30px;
}
.hr01{
	height: 1px;
	background-color:#5f5f5f;
	border:none;
	width:50px;
	margin-right: 30px;
}
.newsArea .newsInner .contents_info{font-size: 12px;}
.newsArea .newsInner .contents_info span{margin-left: 30px;}

/* 通常ナビ */
.headerFixed{
	transition: top 0.6 ease;
}
.naviArea{
	display: flex;
	justify-content: space-between;
	width: 100%;
  max-width: 1000px;
  margin: 20px auto;
}
.naviArea h1 img{
	width: 80px;
	margin-left: 20px;
}
.naviDetail{
	display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.naviDetail .memberArea,.naviDetail .contentsArea{
	display: flex;
	flex-wrap: wrap;
  justify-content: flex-end;
}
.naviDetail .memberArea li{
	font-size: 13px;
	border-left: 1px solid #5f5f5f;
	padding-left: 30px;
	margin-left: 30px;
	letter-spacing: 0.1rem;
}
.naviDetail .memberArea li:first-child{
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}
.naviDetail .memberArea li img{width:19px;}

.naviDetail .contentsArea li.searcharea_pc{
	margin: 0 40px 0 25px;
	width:19px;
}
.naviDetail .contentsArea li.searcharea_pc img{width:100%;}
.naviDetail .contentsArea li .snsarea_pc_inner{display: flex;align-items: center;}
.naviDetail .contentsArea li .snsarea_pc_inner li{
  margin-left: 15px;
  font-size: 15px;
  color: #5f5f5f;
}
.naviDetail .contentsArea li .snsarea_pc_inner li:first-child{margin-left: 0;}

/* 追従ナビ */

.headerFixed {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 999;
	padding: 4.1rem 2rem 0;/*202402renewal*/
}

.scroll .headerFixed {
  padding: 3.1rem 2rem 0;
}

/*202402renewal*/
#header.scroll .headerFixed {
}

nav.nav_fixed {
  /*position: fixed;*/

}
/* .fixed .naviArea h1 img{
	width: 30px;
	margin-left: 70px;
  } */
  .headerFixed .memberArea{display: none;}
  .headerFixed .naviArea{
   align-items: center;
   margin: 8px auto;
 }
 .header_tagline {
  background: #5e5e5e;
  font-size: 12px;
  color: #fff;
  padding: 8px 0;
  text-align: center;
  margin: 0;
  line-height: 1.4;

}

/* ポップアップサーチ */
.head-seach-popup {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  display: flex;
  align-items: center;
  width: auto;
  height: 50px;
  margin: 0 auto;
  transition: all .2s ease;

}

.head-seach-popup.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 99999999;
}

button.hd-close {
  cursor: pointer;
  background: transparent;
  border: 0;
  opacity: 0.65;
  font-family: helvetica, sans-serif;
  font-size: 28px;
  font-weight: 100;
  margin-left: 10px;
  color: #444 !important;
}

.head-seach-popup .formArea{
	position: relative;
	width: 240px;
	height: 28px;
}
.head-seach-popup .formArea input{
	width: 240px;
	height: 28px;
	padding: 0 5px;
}
.head-seach-popup .formArea::after{
	position: absolute;
  top: 5px;
  right: 15px;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background: url('../../Contents/ImagesPkg/obyf/top/icon_search_inner.svg') center/contain no-repeat;
}
.head-seach-popup .formArea a {
	display: block;
  position: absolute;
  top: 0;
  right: 10px;
  width: 25px;
  height: 28px;
  z-index: 1;
}

.header{display: none;}


/* ---- FO用検索窓調整 ---- */

body.head-seach-open {
  height: 100vh;
  overflow: hidden;
}

.fo-seach-popup.is-active {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.fo-seach-popup {
  display: block;
  width: 100%;
  height: 39.2rem;
  z-index: 999;
  background-color: #fff;
}

.head-seach-open .fo-seach-bg.head-seach-popup-bg {
  position: fixed;
  z-index: 998;
  background-color: rgba(255, 255, 255, .2);
}

.fo-seach-popup button.hd-close::before,
.fo-seach-popup button.hd-close::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #727171;
}

.fo-seach-popup button.hd-close::before {
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.fo-seach-popup button.hd-close::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.fo-seach-popup .formArea {
  border-bottom: 1px solid #8a8a8a;
}

.fo-seach-popup .formArea input {
  margin: auto;
  border: none;
  background: none;
  border-radius: 0 !important;
  outline: none;
  letter-spacing: 0;
  -webkit-appearance: none;
  font-family: 'futura-pt', sans-serif, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.fo-seach-popup .formArea input:placeholder-shown {
  color: #ccc;
}

.fo-seach-popup .formArea input::-webkit-input-placeholder {
  color: #ccc;
}

.fo-seach-popup .formArea input:-moz-placeholder {
  color: #ccc;
}

.fo-seach-popup .formArea input::-moz-placeholder {
  color: #ccc;
}

.fo-seach-popup .formArea input:-ms-input-placeholder {
  color: #ccc;
}

/* ---- //FO用検索窓調整 ---- */

/* 5/23 twitter icon */
.headerFixed .naviDetail .contentsArea .sns_Wrap .snsarea_pc_inner li{
	margin: 0 0 0 15px;
}
.header_sns{
	display: flex;
  justify-content: center;
  margin: 30px 0;
  font-size: 20px;
}
.header_sns li:not(:last-child){
	margin-right: 20px;
}
.companyinfo{
	margin-bottom: 60px;
}


.cate.megamenu_wrap .megamenu{
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  width: 12%;
  margin: auto;
}
.cate.megamenu_wrap .megamenu li{
  max-width:calc(120* (100vw / 1400));
  text-align: center;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.cate.megamenu_wrap .megamenu li:nth-child(1){
  margin-left: calc(-40* (100vw / 1400)) !important;
}
.cate.megamenu_wrap .megamenu li span{
  display: block;
  line-height: 2.5;
  letter-spacing: 0.08em;
}

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

.header_utiliry {
}

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

.header_search {
  padding: 0;
}

.btn_header_search:hover {
  opacity: .6;
}

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

.utility_cart a {
}

.utility_cart .num * {
  display: inline;
}


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

/*-- bg --*/
  #CartDrawer + .layer_board_cart_bg {
      display: none;
      width: 100%;
      height: 100%;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, .3);
      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: #5f5f5f;
      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: 100%;
        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: 100vh;*/
      }

    @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: #f5f5f5;
      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.6rem;
      color: var(--text-color-default);
      font-weight: 600;
  }

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

  #CartDrawer .drawer__close button {
      width: 2.8rem;
      height: 2.8rem;
      background:
        center / 100%
        no-repeat;
      border: none;
      background-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%23666666%22%2F%3E%3C%2Fsvg%3E');
    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: 1.1rem;
  }

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

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

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

  #CartContainer {
      margin: 2rem;
      font-size: 1.5rem;
      letter-spacing: 0.05em;
  }


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

    .ajaxcart__inner {
        overflow: hidden;
        overflow-y: scroll;
        max-height: calc(100vh - (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(16 *(100vw / 428));
    }

    #CartDrawer .drawer__close button {
      width: calc(26 *(100vw / 428));
      height: calc(26 *(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(14 *(100vw / 428));
    }

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

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

    #CartContainer {
        margin: calc(20 *(100vw / 428));
        font-size: calc(15 *(100vw / 428));/* 202402renewal*/
    }

  }


/*-- 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(16 *(100vw / 428));
      color: #fff !important;
      font-weight: normal;
      line-height: 1.4;
      background-color: #303030;
      border: none;
      border-radius: 0;
      -webkit-appearance: none;
      appearance: none;
      cursor: pointer;
  }

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

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

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


/* Header Banner
---------------------------------- */

.cam_bnr__item {
  display: none;
  margin: 0 auto;
  text-align: center;
}

.cam_bnr__item:first-child {
  display: block;
}

.slick-slider .cam_bnr__item {
  display: block;
}

.cam_bnr {
  display: block !important;
  position: relative;
  z-index: 100;
  margin: 0 auto;
  line-height: 0;
}

.cam_bnr img {
  width: auto;
  margin: 0 auto;
  max-height: 60px;
  margin: 0 auto;
  text-align: center;
}

.hamburger.cam_bnr_on {
  top: calc(110 * (100vw / 750)) !important;
}

@media (max-width: 1600px) {

  .cam_bnr img {
    max-height: 5vw;
  }

}

@media (max-width: 768px) {

  .cam_bnr {
    padding: 0;
  }

  .cam_bnr img {
    width: 100% !important;
    max-height: inherit;
  }

  .cam_bnr_wrap {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
  }

  /* --- //Txt Banner --- */

  .cam_bnr__slider {
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 2;
  }

  .cam_bnr__slider .header_sp_wrap {
    top:0;
  }
  body #Contents.cam_bnr__active,
  body #Contents.cam_bnr__active_txt {
    margin-top: 0 !important;
  }

}





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

　　　　　　　　　　　CONTENTS COMMON SETTING

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

#Wrap {
  padding-top: 27.4rem;
}

/* 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: #eae3b2;}

.rate:after {
  color: #b1a335;
  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.3rem;
  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: #5f5f5f !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;
}



/* 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: #727272;
  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;
}




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

　　　　　　　　　　　　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{
  background: #f5f4f3;
  max-width: initial;
  max-width: auto;
  width: 100%;
  margin: 0 auto;
  color: #5f5f5f;
}
footer a{color: #5f5f5f;}
footer .footer_inner_cate{
  width: 1040px;
  max-width: 90%;
  margin: 0 auto 60px;
  padding: 100px 20px 0;
  display: flex;
  justify-content: space-between;
  font-family: 'futura-pt', sans-serif;
  line-height: 1;
  text-align: left;
}

footer ul li{
  list-style: none;
}

footer ul li a{
  text-decoration: none;
}

footer .footer_inner_cate .footer_hdg{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 30px;
  /*cursor: pointer;*/
}
footer .footer_inner_cate .footer_list > li{
  font-size: 12px;
  line-height: 1;
  margin-top: 20px;
}
footer .footer_inner_cate .footer_list > li:first-child{ margin-top: 0;}
footer .footer_inner_cate .footer_list li .innerText{margin-top: 20px;}
footer .footer_inner_cate .footer_list li .innerText li{
  margin-top: 10px;
  font-size: 12px;
  line-height: 1;
}
footer .footer_inner_cate .footer_list li .innerText li:first-child{margin-top: 0;}
footer .footer_list_guide{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 20px;
}
footer .footer_list_guide li{
  font-size: 12px;
  line-height: 2;
  margin-left: 30px;
}
footer .footer_list_guide li:first-child{
  margin-left: 0;
}
footer .footer_list_bland{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 7px auto 0;
  padding: 0 20px;
}
footer .footer_list_bland li{
  font-size: 11px;
  line-height: 2;
  margin-left:  24px;
}
footer .footer_list_bland li:first-child{
  margin-left: 0;
}
footer .footer_list_sns ul{
  display: flex;
  justify-content: center;
  margin: 3rem auto 0;
  padding: 0;
}
footer .footer_list_sns li{
  width: 2rem;
  color:#5f5f5f;
  margin-left: 3.3rem;
}
footer .footer_list_sns li:last-child img {
  height: 1.6rem;
  vertical-align: middle;
}
footer .footer_list_sns li svg {
  width: 100%;
  height: auto;
}
footer .footer_list_sns li:first-child{
  margin-left: 0;
}
footer .copyright{
  text-align: center;
  margin: 33px auto 0;
  font-size: 12px;
  padding-bottom: 82px;
  line-height: 1;
}

.foot_area{
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin-bottom: 120px;
}

.footer_ttl{
	font-size: 16px;
	letter-spacing: 4px;
	padding-bottom: 20px;
}

.footer_list li{
	font-size: 11px;
	line-height: 2.4;
}

.foot_text_list{
	width: 800px;
	margin: 0 auto 60px;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	text-align: center;
	font-size: 10px;
}

.foot_other_site{
	font-size: 11px;
	text-align: center;
	line-height: 3.2;
	margin-bottom: 60px;
}

.foot_other_site a{
	display: inline-block;
}

.copyright{
	font-size: 11px;
	text-align: center;
	line-height: 2.8;
}

.footer_hdg{
  letter-spacing: 1.8px;
}

.cata.footer_list li{
  letter-spacing: 0.08em;
}
.cata.footer_list li span{
  display: block;
  line-height: 2.5;
  letter-spacing: 0.08em;
}

/* footer_banner GGPサイト、GGMAPPバナーの設置 */
.footer_app {
  margin: 0 auto 40px;
  width: 740px;
  text-align: left;
}

.footer_app,
.footer_app * {
  box-sizing: border-box;
}

.footer_app .footer_banner {
  display: flex;
  justify-content: center;
  margin: 40px auto 10px;
  width: 740px;
}

.footer_app .footer_banner li {
  padding: 20px 20px 18px 19px;
  width: 360px;
  background: #ffffff;
}

.footer_app .footer_banner_ggm_inner dl {
  margin-bottom: 12.5px;
}
/* 202402renewal
.footer_app .footer_banner_ggm_inner .title,
.footer_app .footer_banner_ggp .title {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
}*/

.footer_app .footer_banner_ggm_inner, .footer_app .footer_banner_ggp {
  display: flex;
  justify-content: space-between;
}

.footer_app .footer_banner li .icon {
  position: absolute;
  top: -3px;
  left: -70px;
  width: 60px;
  height: 60px;
}

.footer_app .footer_banner li .icon img {
  width: 100%;
  height: 100%;
}

.footer_app .footer_banner li dl {
  padding-left: 70px;
}

.footer_app .footer_banner li .title {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0 !important;
  color: #727272;
}

.footer_app .footer_banner li .text,
.footer_app .footer_banner li .link_text {
  font-size: 12px;
  letter-spacing: 0 !important;
}

.footer_app .footer_banner li .text {
  margin-top: 8px;
  line-height: 1.5;
  letter-spacing: 0 !important;
  color: #727272;
}

.footer_app .footer_banner li .appTxt {
  color: #727272;
  letter-spacing: 0 !important;
}

.footer_app .footer_banner li .link_text:not(:last-child) {
  margin-right: 34px;
}

.footer_app .footer_banner li .link_text {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.footer_app .footer_banner li .link_text::after {
  position: absolute;
  content: "";
  right: -17px;
  width: 8.5px;
  height: 8.5px;
  border-top: 2.5px solid #6F6F6E;
  border-right: 2.5px solid #6F6F6E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* //footer_banner GGPサイト、GGMAPPバナーの設置 */

@media screen and (max-width: 1200px) {
	.headerFixed .naviDetail .contentsArea li{
		margin: 0 14px;
		/* line-height: calc(79 * (100vw / 1200)); */
	}
	.headerFixed .naviDetail .contentsArea .brandinfo li{
		margin: 0 9px 10px;
	}

	.naviDetail .contentsArea li.searcharea_pc{
		margin-left: 0;
	}
	.headerFixed .naviDetail .login_wrap ul li:nth-child(2)::after,
	.headerFixed .naviDetail .login_wrap ul li:nth-child(2)::before {
		padding: 0 calc(10 * (100vw / 1200));
	}
	.naviDetail .contentsArea li .snsarea_pc_inner li{
		margin-left: calc(15 * (100vw / 1200));
	}
	.headerFixed .naviDetail .contentsArea .sns_Wrap .snsarea_pc_inner li:first-child {
		margin-left: 20px;
	}
	.headerFixed .naviDetail .contentsArea .sns_Wrap .snsarea_pc_inner li {
    margin:0 0 0 15px;
    transition: all 0.2s ease-in-out;
  }

  .headerFixed .naviDetail .contentsArea .sns_Wrap .snsarea_pc_inner li:hover{
    opacity: 0.5;
  }

}


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

  .headerFixed .naviDetail .contentsArea .brandinfo li{
    margin-left: 10px;
    margin-right: 10px;
  }
}


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

  .headerFixed .naviDetail .contentsArea .brandinfo li{
    margin-left: 5px;
    margin-right: 5px;
  }
}

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

  .headerFixed .naviDetail .contentsArea .brandinfo li{
    margin-left: 4px;
    margin-right: 4px;
  }
}

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

  .headerFixed .naviDetail .contentsArea .brandinfo li{
    margin-left: 1px;
    margin-right: 1px;
  }
}

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

　　　　　　　　　　　　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;
  color: #727272;
}
/* ▲月末失効予定ポイント▲ */
/* ▼ダイアモンド時次ランク非表示▼ */
.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) {


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

  　　　　　　　　HEADER

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

  .head-seach-open .head-seach-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 87px;
    z-index: 9999;
    overflow: hidden;
    background: rgba(255,255,255,0.8);
  }

  .head-seach-open .scroll .head-seach-popup-bg {
    height: 80px;
  }

  /* 202402renewal */
  .header_sp_menu {
    display: none;
  }

  /* ---- FO用検索窓調整 ---- */

  .fo-seach-popup {
    /*top: 12.4rem;*/
    top: 100%;
  }

  #header.order_header .fo-seach-popup {
  }

  .fo-seach-popup button.hd-close {
    position: absolute;
    top: 3rem;
    right: 3rem;
    width: 3rem;
    height: 3rem;
    margin-left: 0;
    opacity: 1;
    cursor: pointer;
    font-size: 0;
    color: transparent !important;
  }

  .fo-seach-popup .seach-popup-inner {
    padding: 7rem 3rem 12rem;
  }

  .fo-seach-popup .formArea {
    width: 55rem;
    height: 5rem;
    margin: auto;
  }

  .fo-seach-popup .formArea input {
    width: 55rem;
    height: 5rem;
    padding-right: 10rem;
    font-size: 1.8rem;
    color: #787878;
  }

  .fo-seach-popup .formArea a {
    right: .5rem;
    width: 3rem;
    height: 5rem;
  }

  .fo-seach-popup .formArea::after {
    top: .8rem;
    right: .8rem;
    width: 2.5rem;
    height: 2.5rem;
  }

  .fo-seach-bg,
  .head-seach-open .fo-seach-bg {
  }

  .head-seach-open .fo-seach-bg {
    height: 100%;
  }

  .head-seach-open .scroll .fo-seach-bg {
    height: 100%;
  }

  /* ---- //FO用検索窓調整 ---- */


  /* ---- //HOT KEYWORDS ---- */

  .fo-seach-popup .keywordArea {
    margin-top: 7.2rem;
  }

  .fo-seach-popup .keyword-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.6rem;
  }

  .fo-seach-popup .keyword-title {
    margin-bottom: 2.2rem;
    color: #000000;
    font-size: 2.7rem;
    font-weight: 400;
    letter-spacing: .07em;
    line-height: 1;
    text-align: center;
  }

  .fo-seach-popup .keyword-item {
    padding: .8rem 1rem .7rem 1rem;
    background-color: #EFEFEF;
    border-radius: .4rem;
    font-size: 1.6rem;
    letter-spacing: .07em;
    line-height: 1;
  }



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

  　　　　　　　　CONTENTS

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


  /* MODULE
  ---------------------------------- */

  .contents_mv {
    margin-bottom: 110px;
    padding-top: 100px;
    text-align: center;
  }

  .contents_mv > .day {
    display: block;
    text-align: left;
    width: 1000px;
    margin: 0 auto;
  }

  .section {
    text-align: left;
    line-height: 2;
  }

  .section li {
    line-height: 2;
  }

  .news_txt {
    font-size: 13px;
  }

  .ta-center {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  .ta-center .btn {
    display: inline-block;
    min-width: 110px;
    margin-bottom: 50px;
    padding: 10px 50px 9px;
    border: 1px solid #808080;
    background: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
  }

  .section-bg {
    width: 1000px;
    margin: 60px auto 0;
    text-align: left;
  }

  [class*="lyt-column"] {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    width: 1000px;
    margin: 0 auto;
    letter-spacing: 0.5px;
  }

  .lyt-column2 li {
    width: calc(100% / 2);
    box-sizing: border-box;
    padding-right: 15px;
  }

  .lyt-column2 li:nth-child(2n) {
    padding: 0 0 0 15px;
  }

  .lyt-column3 > li {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding-right: 10px;
  }

  .lyt-column3 > li:nth-child(2n) {
    padding: 0 5px;
  }

  .lyt-column3 > li:nth-child(3n) {
    padding: 0 0 0 10px;
  }

  .lyt-column4 li {
    width: calc(100% / 4);
    box-sizing: border-box;
    padding: 0 5px;
  }

  .lyt-column6 {
    font-size: 11px;
  }

  .lyt-column6 .s_title {
    font-size: 12px;
    font-weight: 500;
    display: block;
    margin: 0 0 5px;
  }

  .lyt-column6 > li {
    width: calc(100% / 6);
    box-sizing: border-box;
  }

  .lyt-column6 > li img {
    width: 100%;
  }

  .lyt-column6 > li a {
    text-decoration: none;
  }

  .lyt-column6 > li a:hover, .lyt-column6 > li a:active, .lyt-column6 > li a:focus {
    text-decoration: underline;
  }

  .lyt-column6 > li li {
    list-style: none;
  }

  .lyt-column7 {
    font-size: 11px;
  }

  .lyt-column7 > li {
    width: calc(100% / 7);
    box-sizing: border-box;
    padding: 0;
  }

  .lyt-column8 {
    font-size: 11px;
  }

  .lyt-column8 > li {
    display: inline-block;
    padding: 0 30px;
  }

  .lyt-shop {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 65px 0;
  }

  .lyt-shop .col-data {
    width: 370px;
    padding-right: 55px;
  }

  .lyt-shop .col-data .title-name {
    font-weight: bold;
    font-size: 20px;
    margin: 0 0 28px;
  }

  .lyt-shop .col-data .title-series {
    font-weight: bold;
    font-size: 14px;
    margin: 30px 0 10px;
  }

  .lyt-shop .col-data .text {
    line-height: 2.2;
    margin: 15px 0;
    font-size: 12px;
  }

  .lyt-shop .col-data .text-border-top {
    margin-top: 40px;
    margin-bottom: 0;
  }

  .lyt-shop .col-map {
    width: calc(100% - 370px);
  }

  .lyt-phone .phone {
    display: inline-block;
    font-style: normal;
    font-size: 12px;
    margin: 70px 0 20px;
    border: 1px solid #000;
    padding: 2px 50px 1px;
  }

  .hdg-l1 {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 120px 0 50px;
    line-height: 1.2;
    color: #727272;
    letter-spacing: 3px;
  }

  .hdg-l1 > span {
    display: inline-block;
  }

  .hdg-l1 + .text-supple {
    margin-top: -1em;
  }

  .hdg-l1 + .text-lead {
    margin-top: 50px;
  }

  .hdg-l2 {
    font-size: 12px;
    font-weight: 600;
    position: relative;
    text-align: center;
    margin: 70px 0 30px;
  }

  .hdg-l2 > span {
    display: inline-block;
    background: #fff;
    padding-right: 22px;
    position: relative;
    z-index: 1;
  }

  .hdg-l2:first-child {
    margin-top: 0;
  }

  .hdg-l3 {
    font-weight: bold;
    font-size: 12px;
    margin: 20px 0 10px;
  }

  .hdg-l3:first-child {
    margin-top: 0;
  }

  .hdg-l4 {
    font-weight: bold;
    font-size: 12px;
    margin: 30px 0 5px;
  }

  .hdg-l4:first-child {
    margin-top: 0;
  }

  .hdg-l5 {
    font-weight: bold;
    font-size: 12px;
    margin: 20px 0 5px;
  }

  .hdg-t1 {
    border-top: 1px solid #626262;
    margin: 70px 0 22px;
    padding-top: 30px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 17px;
  }

  .hdg-t1:first-child {
    margin-top: 0;
  }

  .hdg-t2 {
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 3px 10px 2px;
    text-align: center;
    line-height: 1.2;
    margin: 70px 0 40px;
  }

  .hdg-t3 {
    font-weight: normal;
    line-height: 1.4;
    font-size: 21px;
    font-family: "Hiragino Mincho ProN", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
    position: relative;
    margin: 53px 0 0;
    padding-bottom: 30px;
    text-align: center;
  }

  .hdg-t3:before {
    content: "・・・";
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 14px;
  }

  .hdg-t3 + .text-lead {
    margin-top: 10px;
    margin-bottom: 50px;
  }

  .hdg-t4 {
    font-size: 20px;
    text-align: center;
    margin: 100px 0 65px;
    font-weight: normal;
  }

  .hdg-t4 > span {
    border: 1px solid #000;
    border-width: 1px 0;
    display: inline-block;
    padding: 7px 0 5px;
    min-width: 240px;
  }

  .hdg-t5 {
    font-size: 20px;
    margin: 50px 0 15px;
    font-weight: bold;
  }

  .hdg-t5:first-child {
    margin-top: 0;
  }

  .hdg-lineup {
    font-size: 18px;
    margin: 30px 0 20px;
    font-weight: normal;
  }

  .hdg-lineup a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
  }

  .hdg-lineup a:hover, .hdg-lineup a:active, .hdg-lineup a:focus {
    text-decoration: underline;
  }

  .hdg-label {
    margin: 37px 0 15px;
    font-weight: normal;
  }

  .hdg-label.ta-center > span {
    float: none;
  }

  .hdg-label:first-child {
    margin-top: 0;
  }

  .hdg-label > span {
    display: inline-block;
    border: 1px solid #626262;
    text-align: center;
    padding: 5px 22px 3px;
    float: left;
  }

  .hdg-label > .icon-1 {
    background: #626262;
    color: #fff;
  }

  .hdg-label > .icon-2 {
    background: #fff;
  }

  .hdg-news {
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 22px;
  }

  .list-item_wrap {
    width: 100%;
    padding: 0 65px;
    overflow: hidden;
    position: relative;
  }

  .list-item_wrap .list-item {
    display: block;
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    margin: 0;
  }

  .list-item_wrap .list-item:before, .list-item_wrap .list-item:after {
    content: "";
    display: inline-block;
    width: 49px;
    height: 100%;
    background: #f7f7f7;
    position: absolute;
    top: 0;
    z-index: 1;
  }

  .list-item_wrap .list-item:before {
    left: -49px;
  }

  .list-item_wrap .list-item:after {
    right: -49px;
  }

  .list-item_wrap .list-item > li {
    padding: 0;
    margin-top: 0 !important;
  }

  .list-item {
    margin: 0;
    list-style: none;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    position: relative;
  }

  .list-item > li {
    width: calc(100% / 3);
    padding: 0 15px;
  }

  .list-item > li:nth-child(n+4) {
    margin-top: 40px;
  }

  .list-item > li > a {
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    z-index: 1;
  }

  .list-item > li > a:hover, .list-item > li > a:active, .list-item > li > a:focus {
    text-decoration: underline;
  }

  .list-item > li > a:hover .image > img, .list-item > li > a:active .image > img, .list-item > li > a:focus .image > img {
    transform: scale(1.2);
  }

  .list-item > li > a .image {
    display: block;
    overflow: hidden;
    margin-bottom: 28px;
    text-align: center;
  }

  .list-item > li > a .image > img {
    transition: 0.5s;
    max-width: 250px;
    max-height: 250px;
  }

  .list-item > li > a .date {
    display: block;
    padding: 0 20px;
    font-size: 10px;
  }

  .list-item > li > a .title {
    display: block;
    padding: 0 20px;
    margin-top: 2px;
    font-size: 13px;
    line-height: 1.7;
  }

  .list-item_nav {
    margin: 0;
    list-style: none;
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
  }

  .list-item_nav > li > a {
    display: inline-block;
    position: relative;
    z-index: 1;
  }

  .list-item_nav > li > a:hover img, .list-item_nav > li > a:active img, .list-item_nav > li > a:focus img {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    transition: .5s;
  }

  .list-item_nav > li.prev {
    float: left;
  }

  .list-item_nav > li.next {
    float: right;
  }

  .list-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
  }

  .list-product > li {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
  }

  .list-product > li > a {
    display: block;
    color: inherit;
    position: relative;
    text-decoration: none;
  }

  .list-product > li > a .image img {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity 0.3s;
  }

  .list-product > li > a:hover, .list-product > li > a:active, .list-product > li > a:focus {
    text-decoration: underline;
  }

  .list-product > li > a:hover .image img, .list-product > li > a:active .image img, .list-product > li > a:focus .image img {
    opacity: 0.93;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
    transition: .3s;
  }

  .list-product > li > a:hover .image:after, .list-product > li > a:active .image:after, .list-product > li > a:focus .image:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: .5s;
  }

  .list-product > li > a:hover .sold-out + .image, .list-product > li > a:active .sold-out + .image, .list-product > li > a:focus .sold-out + .image {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .list-product > li > a:hover .sold-out + .image:after, .list-product > li > a:active .sold-out + .image:after, .list-product > li > a:focus .sold-out + .image:after {
    display: none;
  }

  .list-product > li .icon {
    display: inline-block;
    position: absolute;
    color: #e60012;
    border: 1px solid #e60012;
    min-width: 48px;
    line-height: 23px;
    padding: 1px 5px 0;
    text-align: center;
    font-size: 11px;
    z-index: 1;
    top: 5px;
    left: 5px;
  }

  .list-product > li .image {
    display: block;
    background: #000000;
    position: relative;
  }

  .list-product > li .image img {
    width: 100%;
  }

  .list-product > li .image:after {
    content: "VIEW MORE";
    position: absolute;
    text-align: center;
    color: #4c4c4c;
    border: 1px solid #4c4c4c;
    background: #ffffff;
    z-index: 1;
    font-size: 10px;
    top: calc(50% - 15px);
    left: calc(50% - 90px);
    height: 2.3em;
    min-width: 180px;
    font-size: 11px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: .5s;
    z-index: 1;
  }

  .list-product > li .title {
    display: block;
    font-size: 11px;
    margin-bottom: 10px;
  }

  .list-product > li .image + .date {
    display: block;
    margin-top: 10px;
  }

  .list-product > li .image + .title {
    display: block;
    margin: 10px 0 0;
  }

  .list-product > li .day {
    display: block;
    font-size: 11px;
  }

  .list-product > li .sold-out + .image:after {
    content: "";
  }

  .list-product > li .sold-out {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    height: 240px;
    padding: 0;
    text-shadow: 0 0 4px #000;
    font-size: 14px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    font-weight: bold;
  }

  .list-brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
  }

  .list-brand > li {
    width: 50%;
    position: relative;
  }

  .list-brand > li > a {
    display: block;
  }

  .list-brand > li > a:hover .overlay, .list-brand > li > a:active .overlay, .list-brand > li > a:focus .overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .list-brand > li > a:hover .image, .list-brand > li > a:active .image, .list-brand > li > a:focus .image {
    background: #000;
  }

  .list-brand > li > a:hover .image img, .list-brand > li > a:active .image img, .list-brand > li > a:focus .image img {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    vertical-align: bottom;
  }

  .list-brand > li .image {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .list-brand > li .image img {
    width: 100%;
  }

  .list-brand > li .overlay {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translateY(-50%);
  }

  .list-brand > li .logo {
    text-align: center;
  }

  .list-brand > li .button {
    border: 1px solid #fff;
    display: inline-block;
    text-decoration: none;
    min-width: 100px;
    line-height: 36px;
    color: inherit;
    font-size: 12px;
    padding-top: 2px;
    margin-top: 35px;
    background: rgba(255, 255, 255, 0.4);
  }

  .list-lineup {
    margin: 0 0 30px;
    list-style: none;
    font-size: 12px;
  }

  .list-lineup > li {
    margin-bottom: 5px;
  }

  .list-lineup > li > a {
    display: inline-block;
    text-decoration: underline;
    color: inherit;
    padding-left: 15px;
    background: url("/Contents/ImagesPkg/common/icon-arrow-04.png") left 0.5em no-repeat;
  }

  .list-lineup > li > a:hover, .list-lineup > li > a:active, .list-lineup > li > a:focus {
    text-decoration: none;
  }

  .list-box {
    width: 1000px;
    list-style: none;
    margin: 40px -10px 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: calc(100% + 20px);
  }

  .list-box > li {
    position: relative;
    width: calc(50% - 20px);
    padding: 30px 50px 60px;
    margin-bottom: 20px;
    background: #f7f7f7;
  }

  .list-box > li .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 8px;
  }

  .list-box > li .image {
    display: inline-block;
    margin-bottom: 8px;
  }

  .list-box > li .text {
    line-height: 1.8;
  }

  .list-box > li .caption {
    font-size: 11px;
  }

  .list-box > li .link {
    display: inline-block;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .list-box > li .link > a {
    color: inherit;
    font-size: 12px;
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
  }

  .list-box > li .link > a:hover, .list-box > li .link > a:active, .list-box > li .link > a:focus {
    text-decoration: underline;
  }

  .list-category {
    text-align: center;
    font-size: 11px;
    margin: 3em auto 6em;
    max-width: 1000px;
  }

  .list-category > li {
    display: inline-block;
  }

  .list-category > li.active > a {
    text-decoration: underline;
  }

  .list-category > li > a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    padding: 10px 40px;
  }

  .list-category > li > a:hover, .list-category > li > a:active, .list-category > li > a:focus {
    text-decoration: underline;
  }

  .list-relation {
    text-align: center;
    font-size: 12px;
    margin: 50px 0 40px;
  }

  .list-relation > li {
    display: inline-block;
  }

  .list-relation > li.active > a {
    text-decoration: underline;
  }

  .list-relation > li > a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    padding: 10px 20px 10px 18px;
    background: url("/Contents/ImagesPkg/common/icon-arrow-05.png") no-repeat left center;
  }

  .list-relation > li > a:hover, .list-relation > li > a:active, .list-relation > li > a:focus {
    text-decoration: underline;
  }

  .list-pagination {
    margin: 20px 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    list-style: none;
  }

  .list-pagination > .text {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
  }

  .list-pagination > .list {
    display: inline-block;
    margin: 0;
  }

  .list-pagination > .list > li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #aaabab;
    line-height: 1.2;
  }

  .list-pagination > .list > li.active > a {
    text-decoration: none;
  }

  .list-pagination > .list > li.prev:before, .list-pagination > .list > li.prev:after, .list-pagination > .list > li.next:before, .list-pagination > .list > li.next:after {
    position: relative;
    top: -1px;
  }

  .list-pagination > .list > li.prev > a, .list-pagination > .list > li.next > a {
    text-decoration: none;
    border-left: none;
    padding: 0 5px;
  }

  .list-pagination > .list > li.prev > a:hover, .list-pagination > .list > li.prev > a:active, .list-pagination > .list > li.prev > a:focus, .list-pagination > .list > li.next > a:hover, .list-pagination > .list > li.next > a:active, .list-pagination > .list > li.next > a:focus {
    text-decoration: underline;
  }

  .list-pagination > .list > li.next:after {
    content: ">";
    display: inline-block;
  }

  .list-pagination > .list > li.prev {
    border-left: none;
  }

  .list-pagination > .list > li.prev:before {
    content: "<";
    display: inline-block;
  }

  .list-pagination > .list > li:first-child {
    border-left: none;
  }

  .list-pagination > .list > li:nth-child(2) > a {
    border-left: none;
  }

  .list-pagination > .list > li > a {
    color: inherit;
    text-decoration: underline;
    display: inline-block;
  }

  .list-pagination > .list > li > a:hover, .list-pagination > .list > li > a:active, .list-pagination > .list > li > a:focus {
    text-decoration: none;
  }

  .list-btn {
    margin: 20px 0;
    text-align: center;
    list-style: none;
    padding: 0;
  }

  .list-btn > li {
    display: inline-block;
    margin: 0 10px;
  }

  .list-data {
    width: 1000px;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }

  .list-data > li {
    width: calc(100% / 4);
    padding: 0 15px;
  }

  .list-data > li > *:last-child {
    margin-bottom: 0;
  }

  .list-data > li img {
    width: 100%;
  }

  .list-data .title {
    font-size: 12px;
    margin: 12px 0 14px;
    text-align: center;
    display: block;
  }

  .list-data p {
    font-size: 12px;
  }

  .list-data.lyt-col-box {
    width: 1000px;
    margin: 0 auto 50px;
    display: block;
  }

  .list-data.lyt-col-box:after {
    display: block;
    content: "";
    clear: both;
  }

  .list-data.lyt-col-box li {
    display: inline-block;
    width: calc(100% / 2);
    padding: 0 20px 0 0;
    list-style: none;
    float: left;
  }

  .list-data.lyt-col-box li:nth-child(2n) {
    float: right;
    padding: 0 0 0 20px;
  }

  .list-shop {
    margin: 40px 0 0;
    list-style: none;
    font-size: 11px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }

  .list-shop > li {
    padding: 0;
    margin: 10px 0 40px;
    width: calc(100% / 4);
  }

  .list-shop > li .title {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .list-shop > li .icon {
    margin-bottom: 18px;
  }

  .list-shop > li .icon img {
    margin-right: 5px;
  }

  .list-shop > li .btn, .list-shop > li .btn-org {
    padding: 2px 50px 2px;
    font-size: 11px;
  }

  .list-shop > li .telephone {
    display: block;
    padding: 10px 0;
  }

  .list-shop > li > p {
    margin-bottom: 25px;
  }

  #HOKKAIDO, #HOKURIKU, #KANTO, #TOKAI, #CHUGOKU, #KYUSHU {
    display: relative;
    padding: 60px 0 0;
    margin-top: -60px;
  }

  #HOKKAIDO:after, #HOKURIKU:after, #KANTO:after, #TOKAI:after, #CHUGOKU:after, #KYUSHU:after {
    display: block;
    content: "";
    clear: both;
  }

  .list-menu {
    width: 1000px;
    margin: 40px auto 30px;
    list-style: none;
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .list-menu.column1 {
    width: 600px;
  }

  .list-menu.column1 > li {
    width: 100%;
  }

  .list-menu.column2 {
    width: 600px;
  }

  .list-menu.column2 > li {
    width: calc(100% / 2);
  }

  .list-menu.column3 {
    width: 1000px;
  }

  .list-menu.column3 > li {
    width: calc(100% / 3);
  }

  .list-menu.column-centner > li {
    width: 100%;
  }

  .list-menu.column-centner > li .text {
    font-size: 11px;
    text-align: center;
  }

  .list-menu.column-centner > li {
    width: 100%;
  }

  .list-menu.column-centner > li .text {
    font-size: 11px;
    text-align: center;
  }

  .list-menu > li {
    padding: 0 10px;
    margin: 10px 0;
    width: calc(100% / 4);
  }

  .list-menu > li > ul {
    margin-top: 20px;
  }

  .list-menu > li > ul > li {
    font-size: 10px;
    line-height: 2.5em;
    list-style-type: disc;
  }

  .list-menu > li .title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .list-menu > li .title + .text {
    margin-top: 10px;
  }

  .list-menu > li .title .num {
    display: block;
    padding-bottom: 15px;
  }

  .list-menu > li .data {
    display: block;
    font-weight: normal;
    font-size: 11px;
    margin-bottom: 10px;
  }

  .list-menu > li .text {
    font-size: 11px;
    text-align: left;
  }

  .list-menu > li .icon {
    display: inline-block;
    color: #e60012;
    border: 1px solid #e60012;
    min-width: 48px;
    line-height: 23px;
    padding: 1px 5px 0;
    text-align: center;
    font-size: 11px;
    margin-bottom: 15px;
  }

  .list-menu-sub {
    width: 1000px;
    margin: 40px auto 120px;
    list-style: none;
    font-size: 12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
  }

  .list-menu-sub > li {
    padding: 0 5px;
    margin: 0;
    width: calc(100% / 6);
  }

  .list-menu-sub .btn, .list-menu-sub .btn-org {
    width: 100%;
    padding: 4px 0 5px;
    font-size: 10px;
    background: url("/Contents/ImagesPkg/common/icon-arrow-01.png") 96% 1em no-repeat;
  }

  .list-menu-sub .btn:hover, .list-menu-sub .btn-org:hover {
    background: url("/Contents/ImagesPkg/common/icon-arrow-02.png") 96% 1em no-repeat #808080;
  }

  .list-step {
    margin: 40px 0 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    list-style: none;
  }

  .list-step > li {
    width: calc(100% / 3 - 10px);
    background: #f2f2f2;
    padding: 30px 25px 25px 35px;
    position: relative;
  }

  .list-step > li:after {
    content: url("/Contents/ImagesPkg/common/icon-arrow-03.png");
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -16px;
  }

  .list-step > li:last-child:after {
    display: none;
  }

  .list-step > li .number {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
  }

  .list-step > li .label {
    display: inline-block;
    vertical-align: super;
    text-decoration: underline;
    margin-left: 14px;
  }

  .list-step > li .title {
    display: block;
    font-weight: normal;
    margin-bottom: 13px;
  }

  .list-step > li .title .supple {
    font-size: 10px;
  }

  .list-step > li .list {
    font-size: 12px;
  }

  .list-step > li .list > dd {
    margin-right: 5px;
  }

  .list-bullet {
    list-style: none;
    margin: 0 0 20px;
    font-size: 11px;
  }

  .list-bullet:first-child {
    margin-top: 0;
  }

  .list-bullet li {
    position: relative;
    margin: 5px 0 5px;
    padding: 0 0 0 12px;
    list-style: none;
  }

  .list-bullet li:before {
    position: absolute;
    top: .4em;
    left: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    content: "";
    background: #000;
    border-radius: 50%;
  }

  .list-ordered {
    margin: 0 0 20px 1.7em;
  }

  .list-ordered li {
    margin: .2em 0;
  }

  .list-ordered-02 {
    margin: 0 0 20px;
  }

  .list-ordered-02 > li {
    margin: .2em 0 .2em 1.6em;
    list-style: none;
    counter-increment: cnt;
    list-style-position: outside;
    text-indent: -1.6em;
  }

  .list-ordered-02 > li:before {
    display: marker;
    content: "(" counter(cnt) ") ";
  }

  .list-ordered-03 {
    margin: 20px 0;
  }

  .list-ordered-03 > li {
    margin: .2em 0 .2em 1.2em;
    list-style: none;
    counter-increment: cnt2;
    list-style-position: outside;
    text-indent: -1.2em;
  }

  .list-ordered-03 > li:before {
    display: marker;
    content: counter(cnt2, lower-alpha) ") ";
  }

  .notice-list {
    font-size: 12px;
  }

  .notice-list > li {
    margin: 0;
    display: table;
    list-style: none;
  }

  .notice-list > li > * {
    display: table-cell;
    vertical-align: top;
  }

  .notice-list .marker {
    white-space: nowrap;
    padding: 0 4px 0 0;
  }

  .list-line {
    border-top: 1px solid #efefef;
  }

  .list-line li {
    border-bottom: 1px solid #efefef;
    padding: 4px 5px 3px 12px;
    list-style: inside;
  }

  .list-line li:before {
    top: .95em;
  }

  .list-guide {
    text-align: center;
  }

  .list-guide > li {
    width: 32.5%;
    border: 1px solid #efefef;
    padding: 10px;
    display: inline-block;
  }

  .list-def {
    padding: 10px;
  }

  .list-def > dt {
    margin-top: 10px;
  }

  .list-tbl {
    width: 100%;
    border-right: 1px solid #efefef;
    margin-bottom: 5px;
  }

  .list-tbl td {
    width: 20%;
    text-align: center;
    padding: 10px 10px 0;
    border: 1px solid #efefef;
    border-right: none;
    background: #fff;
  }

  .list-relation .hdg-l3 {
    background: #efefef;
    font-size: 12px;
    padding: 3px 10px;
    margin: 0 0 7px;
  }

  .list-relation .col {
    width: 230px;
    display: inline-block;
    vertical-align: top;
  }

  .list-relation .col li {
    list-style: none;
    text-align: left;
    padding: 0 10px;
  }

  .list-relation .col li a {
    display: block;
    padding: 4px 10px 4px 15px;
    text-decoration: none;
    background: url("/Contents/ImagesPkg/common/icon-arrow-05.png") no-repeat left 1.1em;
  }

  .list-relation .col li a:hover, .list-relation .col li a:active, .list-relation .col li a:focus {
    text-decoration: underline;
  }

  .section .btn, .btn-org {
    display: inline-block;
    text-decoration: none;
    min-width: 110px;
    font-size: 12px;
    padding: 8px 70px 7px;
    text-align: center;
    background: #fff;
    border: 1px solid #808080;
    line-height: 20px;
  }
  /*LP調整用*/
  #section_2 .item_txt .btn, #section_3 .item_txt .btn {
    font-family: 'futura-pt', sans-serif;
    font-size: 10px;
    letter-spacing: 0.15em;
    line-height: 20px;
    width: 49%;
  }

  .section .btn:hover, .btn-org:hover {
    background: #808080;
    color: #ffffff;
    border: 1px solid #808080;
  }

  .btn.large, .large.btn-org {
    font-size: 16px;
    min-width: 260px;
    line-height: 56px;
  }

  .btn-mail {
    border: 1px solid #111218;
    display: inline-block;
    text-decoration: none;
    min-width: 360px;
    line-height: 50px;
    color: inherit;
    font-size: 16px;
    padding: 2px 10px 0;
    text-align: center;
  }

  .btn-mail > span {
    display: inline-block;
    background: url("/Contents/ImagesPkg/common/icon-mail.png") no-repeat left center;
    padding-left: 48px;
  }

  .btn-mail:hover, .btn-mail:active, .btn-mail:focus {
    border-color: #303030;
    background: #303030;
    color: #fff;
  }

  .btn-up {
    text-decoration: none;
    font-size: 7px;
    padding: 8px 10px;
    margin: 10px 0;
    text-align: center;
    color: #fff;
    background: #808080;
    border: 1px solid #808080;
  }

  .btn-up:hover {
    background: #fff;
    color: #808080;
    border: 1px solid #808080;
  }
  /*
  .box {
    background: #f7f7f7;
    padding: 40px 55px;
    margin: 30px 0;
  }*/

  .box.narrow {
    padding: 25px 40px;
  }

  .box > *:last-child {
    margin-bottom: 0;
  }

  .box-contact {
    background: #5e5e5e;
    padding: 22px 32px;
    margin: 30px auto;
    max-width: 680px;
    color: #fff;
  }

  .box-contact > *:last-child {
    margin-bottom: 0;
  }

  .box-contact .title {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .box-indent {
    width: 700px;
    margin: 0 auto;
  }

  .box-indent .title {
    line-height: 1.2;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .box-indent .text {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.8;
  }

  .box-indent .text strong {
    color: #559b34;
  }

  .box-gogreen {
    width: 700px;
    margin: 0 auto;
    font-size: 12px;
  }

  .box-gogreen .icon {
    font-size: 12px;
    display: block;
    padding: 0 0 30px;
  }

  .box-gogreen .title {
    line-height: 1.2;
    font-size: 12px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .box-gogreen .text {
    margin-bottom: 20px;
    line-height: 1.8;
  }

  .box-gogreen .text strong {
    color: #559b34;
    font-size: 18px;
  }

  .box-news .hdg-l2 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-align: left;
  }

  .box-news .hdg-l2 span {
    background: none;
  }

  .box-news .contents_mv {
    margin-bottom: 0;
  }

  .box-news .box-indent {
    width: 1000px;
    padding: 60px 170px 100px;
    background: #f7f7f7;
  }

  .box-concept {
    display: table;
    width: 100%;
  }

  .box-concept > .col {
    width: 50%;
    padding: 82px 20px;
    display: table-cell;
    vertical-align: middle;
    line-height: 2.7;
  }

  .box-concept > .ja {
    background: #fff;
  }

  .box-concept > .ja p {
    margin: 0;
  }

  .box-concept > .en {
    background: #626262;
    font-size: 12px;
    color: #fff;
  }

  .box-concept > .en p {
    margin: 0;
  }

  .box-concept > .en p b {
    font-size: 14px;
  }

  .box-shoplist {
    width: 1000px;
    margin: 0 auto;
  }

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

  .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 .5rem;
    font-size: 1.3rem;
    line-height: 1.7;
  }

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

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

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

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

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

  .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.5rem;
    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: #888;
  }

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


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

  /*リサイクルキッチン用・メンバーシップ用*/
  #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 .footer_list_bland {
    max-width: 110rem;
  }

}

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

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

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

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

}



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

　　　　　　　　　　SP ONLY SETTING

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


@media (max-width: 768px) {

  body {
    color: #4c4c4c;
  }
  /*202402renewal*/
  #Wrap {
    width: 100%;
  }

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

  　　　　　　　　HEADER

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

  /* PCヘッダー非表示 */
  .headerWrap {
    display: none;
  }

  /* SPナビ */
  .header {
    width: calc(750 * (100vw / 750 ));
    display: block;
    font-family: 'futura-pt', sans-serif, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  }

  header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }

  /* ---- Header SP Search / Cart ---- */

  /* 202402renewal */
  .header_sp_utility_wrap {
    position: absolute;
    top: calc(26 * (100vw / 375));
    right: calc(21 * (100vw / 375));
  }

  .header_sp_utility {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: calc(10 * (100vw / 375));
  }

  .header_sp_utility span {
    display: none !important;
  }

  .header_sp_utility a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .header_sp_utility .header_utility_search,
  .header_sp_utility .header_utility_cart {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  .header_sp_utility .header_utility_search {
    width: calc(26 * (100vw / 375));
    height: calc(26 * (100vw / 375));
    background-image: 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%0A%20%20%3Cg%20transform%3D%22translate(-295.507%20-100)%22%3E%0A%20%20%20%20%3Crect%20width%3D%2226%22%20height%3D%2226%22%20transform%3D%22translate(295.507%20100)%22%20fill%3D%22rgba(255%2C255%2C255%2C0)%22%2F%3E%0A%20%20%20%20%3Cg%20id%3D%22_01%22%20transform%3D%22translate(299.634%20105)%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M7.368-.5A7.868%2C7.868%2C0%2C1%2C1-.5%2C7.368%2C7.877%2C7.877%2C0%2C0%2C1%2C7.368-.5Zm0%2C14.737A6.868%2C6.868%2C0%2C1%2C0%2C.5%2C7.368%2C6.876%2C6.876%2C0%2C0%2C0%2C7.368%2C14.237Z%22%20transform%3D%22translate(0%200)%22%20fill%3D%22%23787878%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M5.431%2C5.931a.5.5%2C0%2C0%2C1-.354-.146L-.354.354a.5.5%2C0%2C0%2C1%2C0-.707.5.5%2C0%2C0%2C1%2C.707%2C0L5.785%2C5.078a.5.5%2C0%2C0%2C1-.354.854Z%22%20transform%3D%22translate(12.569%2012.569)%22%20fill%3D%22%23787878%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  }

  .header_sp_utility .header_utility_cart {
    width: calc(26 * (100vw / 375));
    height: calc(26 * (100vw / 375));
    background-image: 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%0A%20%20%3Cg%20transform%3D%22translate(-329%20-100)%22%3E%3Crect%20width%3D%2226%22%20height%3D%2226%22%20transform%3D%22translate(329%20100)%22%20fill%3D%22rgba(255%2C255%2C255%2C0)%22%2F%3E%3Cg%20id%3D%22_01%22%20transform%3D%22translate(334.013%20103.282)%22%3E%0A%20%20%3Cpath%20d%3D%22M15.87%2C18.808H0V5.15H15.87ZM1.079%2C17.729H14.791V6.229H1.079Z%22%20transform%3D%22translate(0%200.406)%22%20fill%3D%22%23787878%22%2F%3E%0A%20%20%3Cpath%20d%3D%22M11.674%2C6.635H3.69V3.312a3.533%2C3.533%2C0%2C0%2C1%2C.971-2.255A4.046%2C4.046%2C0%2C0%2C1%2C7.639%2C0a4.174%2C4.174%2C0%2C0%2C1%2C3.15%2C1.122%2C3.218%2C3.218%2C0%2C0%2C1%2C.852%2C2.2ZM4.78%2C5.556h5.815L10.573%2C3.3h0A2.216%2C2.216%2C0%2C0%2C0%2C10%2C1.845a3.136%2C3.136%2C0%2C0%2C0-2.352-.777c-2.762%2C0-2.859%2C2.007-2.859%2C2.244V5.545Z%22%20transform%3D%22translate(0.291%200)%22%20fill%3D%22%23787878%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%0A%3C%2Fsvg%3E');
  }

  .head-seach-open .head-seach-popup-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 87px;
    z-index: 9999;
    overflow: hidden;
    background: rgba(255,255,255,0.8);
  }

  .head-seach-open .scroll .head-seach-popup-bg {
    height: 80px;
  }

  /* ---- FO用検索窓調整 ---- */

  .fo-seach-popup {
    top: 100%;
    height: calc(355 * (100vw / 375));
  }

  #header.scroll .fo-seach-popup {
    top: calc(86 * (100vw / 375));
  }

  #header.order_header.scroll .fo-seach-popup {
    top: calc(60 * (100vw / 375));
  }

  .fo-seach-popup button.hd-close {
    position: absolute;
    top: calc(15 * (100vw / 375));
    right: calc(15 * (100vw / 375));
    width: calc(22 * (100vw / 375));
    height: calc(22* (100vw / 375));
    margin-left: 0;
    opacity: 1;
    cursor: pointer;
    font-size: 0;
    color: transparent !important;
  }

  .fo-seach-popup .seach-popup-inner {
    padding: calc(70 * (100vw / 375)) calc(20 * (100vw / 375)) calc(66 * (100vw / 375));
  }

  .fo-seach-popup .formArea {
    width: calc(300 * (100vw / 375));
    height: calc(40 * (100vw / 375));
    margin: auto;
  }

  .fo-seach-popup .formArea input {
    width: 114%;
    height: calc(50 * (100vw / 375));
    padding-right: calc(40 * (100vw / 375));
    font-size: calc(16 * (100vw / 375)) !important;
    font-weight: 100;
    color: #333;
    transform: scale(0.85) translate(-6%,-24%);
  }

  .fo-seach-popup .formArea a {
    top: calc(2 * (100vw / 375));
    right: calc(5 * (100vw / 375));
    width: calc(30 * (100vw / 375));
    height: calc(30 * (100vw / 375));
  }

  .fo-seach-popup .formArea::after {
    top: calc(5 * (100vw / 375));
    right: calc(5 * (100vw / 375));
    width: calc(20 * (100vw / 375));
    height: calc(20 * (100vw / 375));
  }

  .fo-seach-bg,
  .head-seach-open .fo-seach-bg {
  }

  .head-seach-open .fo-seach-bg {
    height: 100dvh;
  }

  .head-seach-open .scroll .fo-seach-bg {
    height: 100dvh;
  }

  /* ---- //HOT KEYWORDS ---- */

  .fo-seach-popup .keywordArea {
    margin-top: calc(48* (100vw / 375));
  }

  .fo-seach-popup .keyword-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: calc(12* (100vw / 375));
  }

  .fo-seach-popup .keyword-title {
    margin-bottom: calc(22* (100vw / 375));
    color: #000000;
    font-size: calc(19* (100vw / 375));
    font-weight: 400;
    letter-spacing: .07em;
    line-height: 1;
    text-align: center;
  }

  .fo-seach-popup .keyword-item {
    padding: calc(7* (100vw / 375)) calc(9* (100vw / 375)) calc(6* (100vw / 375)) calc(9* (100vw / 375));
    background-color: #EFEFEF;
    border-radius: calc(4* (100vw / 375));
    font-size: calc(13* (100vw / 375));
    letter-spacing: .07em;
    line-height: 1;
  }

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

  .scroll .header_sp_menu_wrap,
  .order_header .header_sp_menu_wrap {
    display: none;
  }

  .header_sp_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(14 * (100vw / 375));
    letter-spacing: .05em;
    color: #000;
  }

  .header_sp_menu a {
    display: block;
    padding: calc(8 * (100vw / 375)) calc(11 * (100vw / 375)) calc(10 * (100vw / 375));
    color: #000;
  }

  .header_sp_wrap {
    height: calc(111 * (100vw / 375 ));/* 202402renewal */
    text-align: center;
    position: relative;
    background-color: #fff;
    transition: height .1s ease-in;
  }

  .scroll .header_sp_wrap,
  .order_header .header_sp_wrap {
    height: calc(61 * (100vw / 375 ));
  }

  /* 202506renewal*/
  .scroll .header_sp_wrap .header_logo {
    padding: calc(22 * (100vw / 375 )) 0 calc(22 * (100vw / 375 ));
  }

  .scroll .hamburger {
    top: calc(21 * (100vw / 375 ));
  }

  .scroll .header_sp_utility_wrap:not(.global-nav .header_sp_utility_wrap) {
    top: calc(17 * (100vw / 375 ));
  }

  /* 202506renewal*/
  .header_sp_wrap .header_logo {
    padding: calc(29 * (100vw / 375)) 0 calc(20 * (100vw / 375));
    line-height: 1;
  }

  .header_sp_wrap img {
    margin-right: calc(10 * (100vw / 375));
    width: calc(154 * (100vw / 375));
  }

  .global-nav {
    position: fixed;
    left: calc(-768 * (100vw / 768));
    top: 0;
    width: calc(768 * (100vw / 768));
    height: 100dvh;/* 202402renewal*/
    padding-top: 0;
    background-color: #fff;
    transition: all .6s;
    z-index: 9999;
    overflow-y: auto;
  }
  /* 202402renewal*/
  .hamburger {
    position: absolute;
    top: calc(27 * (100vw / 375));
    left: calc(23 * (100vw / 375));
    width: calc(22 * (100vw / 375));
    height: calc(22 * (100vw / 375));
    cursor: pointer;
    z-index: 10000;
    border-radius: 50%;
  }

  .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .global-nav__item a {
    display: block;
    text-decoration: none;
  }

  .hamburger__line {
    position: absolute;
    /* left: 8.5px; */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(22 * (100vw / 375));
    height: calc(2 * (100vw / 750));
    background-color: #787878;
    transition: all .6s;
  }

  .hamburger__line--1 {
    top: calc(13 * (100vw / 750));
  }

  .hamburger__line--2 {
    top: calc(44 * (100vw / 750));
  }

  .hamburger__line--3 {
    top: calc(28 * (100vw / 750));
  }

  .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #5f5f5f;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }

  /* 表示された時用のCSS */

  .nav_sp-open #Contents {
    position: relative;
    z-index: -1;
    opacity: 0;
    transition: all 1s ease;
  }

  .nav_sp-open .global-nav {
    left: 0;
  }

  .nav_sp-open .black-bg {
    opacity: .8;
    visibility: visible;
  }

  .nav_sp-open .hamburger {
    position: fixed;
    top: calc(38 * (100vw / 375));
  }

  .nav_sp-open .hamburger__line {
    height: calc(2 * (100vw / 750));
  }
  /*202402renewal*/
  .nav_sp-open .hamburger__line--1 {
    transform: rotate(45deg);
    top: 0;
    left: 0;
  }

  .nav_sp-open .hamburger__line--2 {
    width: 0;
    left: 50%;
    background-color: #fff;
  }
  /*202402renewal*/
  .nav_sp-open .hamburger__line--3 {
    transform: rotate(-45deg);
    top: 0;
    left: 0;
  }

  .logo_navi {
    text-align: center;
    margin: calc(29 * (100vw / 375)) 0 calc(20 * (100vw / 375));
  }

  .logo_navi img {
    margin-right: calc(10 * (100vw / 375));
    width: calc(154 * (100vw / 375));
  }

  .spnavi_wrap {
    padding: 0;
  }

  .user_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #F8F8F8;
    width: 100%;
  }

  .user_area svg {
    display: block;
    width: 100%;
    height: auto;
  }

  /*202402renewal*/
  .user_area li {
    position: relative;
    font-size: calc(12 * (100vw / 375));
    letter-spacing: 0;
    line-height: 1;
    width: calc(100vw / 3);
    z-index: 0;
  }

  .user_area li:nth-of-type(n+2)::after {
    content: '';
    position: absolute;
    top: calc(12.5 * (100vw / 375));
    left: 0;
    width: 1px;
    height: calc(26 * (100vw / 375));
    border-left: 1px solid #DBDBDB;
    z-index: 0;
  }

  .user_area li a {
    display: flex;
    justify-content: center;
    column-gap: calc(4 * (100vw / 375));
    padding: calc(14 * (100vw / 375)) calc(6 * (100vw / 375)) calc(11 * (100vw / 375));
  }

  .user_area .icon + p {
    padding-top: calc(3 * (100vw / 375));
  }

  .user_area li.eng {
    font-size: calc(12 * (100vw / 375));
  }

  .user_area li img {
    width: calc(36 * (100vw / 750));
  }

  .shopinfo_area {
    border-bottom: 1px solid #292929;
    padding: 0 0 calc(18 * (100vw / 750));
    margin: calc(110 * (100vw / 750)) calc(30 * (100vw /750)) 0;
  }

  .shopinfo_area li {
    font-size: calc(35 * (100vw / 750));
    margin: calc(40 * (100vw / 750)) auto 0;
    color: #5f5f5f;
    width: calc(550 * (100vw / 750));
    text-align: left;
    letter-spacing: 0.125rem;
    margin: 0 auto calc(80 * (100vw / 750));
    line-height: 1;
  }

  .shopinfo_area li:first-child {
    font-size: calc(35 * (100vw / 750));
    margin: 0 auto calc(80 * (100vw / 750));
  }

  /* アコーディオンメニュー */
  .accordion {
    width: auto;
    margin: calc(2 * (100vw / 375)) auto calc(11 * (100vw / 375));
    padding: 0 calc(22.5 * (100vw / 375));
  }

  .accordion .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: calc(20 * (100vw / 375)) calc(1 * (100vw / 375)) calc(15 * (100vw / 375));
    font-size: calc(15 * (100vw / 375));
    font-weight: 400;
    text-align: left;
    letter-spacing: 0.07em;
    color: #000000;
    line-height: 1.28;
  }

  .accordion .link .ttl_link,
  .submenu.gnav_area .nav_ttl .ttl_link {
    position: relative;
    z-index: 0;
    display: inline-block;
    font-size: calc(14 * (100vw / 375));
    font-weight: 500;
    letter-spacing: .07em;
  }

  .submenu.gnav_area .nav_ttl .ttl_link::before {
    transition: opacity .4s ease-in-out 1s;
    top: calc(8 * (100vw / 375));
  }

  .accordion li .link .icn_link_acc {
    display: block;
    position: relative;
    margin-right: calc(12 * (100vw / 375));
    width: calc(12 * (100vw / 375));
    height: calc(12 * (100vw / 375));
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 0;
  }

  .accordion li .link .icn_link {
    display: block;
    margin-right: calc(12 * (100vw / 375));
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205.3%209.19%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%235f5f5f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cpath%20id%3D%22_%E3%83%91%E3%82%B9_65%22%20class%3D%22cls-1%22%20d%3D%22M.71%2C0l4.6%2C4.6L.71%2C9.19l-.71-.71%2C3.89-3.89L0%2C.71l.71-.71Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
    background-size: contain;
    background-repeat: no-repeat;
    width: calc(10 * (100vw / 375));
    height: calc(11 * (100vw / 375));
    z-index: 0;
  }

  .accordion li .link .icn_link_acc::before,
  .accordion li .link .icn_link_acc::after {
    content: '';
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(12 * (100vw / 375));
    height: 1px;
    border-bottom: 1px solid #000;
    z-index: 0;
  }

  .accordion li .link .icn_link_acc::after {
    transition: all .5s ease;
    transform: rotate(90deg);
  }

  .accordion li .link .icn_link_acc img {
    width: 100%;
  }

  .accordion li.open .link .icn_link_acc::after {
    transition: all .5s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .customorinfo {
    margin-top: calc(25 * (100vw / 375));
    padding: 0 calc(27 * (100vw / 375));
  }
  /* 202402renewal*/
  .customorinfo li {
    margin: calc(20 * (100vw / 375)) auto 0;
    color: #787878;
    width: auto;
    font-size: calc(12 * (100vw / 375));
    text-align: left;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .customorinfo li:first-child {
    margin: 0 auto;
  }
  /* 202402renewal*/
  .companyinfo {
    margin-top: calc(100 * (100vw / 750));
    margin-bottom: calc(35 * (100vw / 375));
    padding: 0 calc(27 * (100vw / 375));
  }
  /* 202402renewal*/
  .companyinfo li {
    font-size: calc(11 * (100vw / 375));
    margin: calc(17 * (100vw / 375)) auto 0;
    color: #787878;
    width: auto;
    text-align: left;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .companyinfo li:first-child {
    margin: 0 auto;
  }

  .snsarea {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: calc(100 * (100vw / 750)) auto;
    padding-bottom: calc(70 * (100vw / 750));
  }

  .snsarea li {
    margin: 0 calc(30 * (100vw / 750));
    font-size: calc(36 * (100vw / 750));
  }

  .global-nav li a {
    color: #5f5f5f;
  }

  .accordion li.default .submenu {
    display: block;
  }

  /* Submenu -----------------------------*/
  /* 202402renewal*/
  .submenu {
    display: none;
    position: relative;
    font-size: calc(13 * (100vw / 375));
    font-weight: normal;
    letter-spacing: .02em;
    color: #868686;
  }

  .global-nav__item .submenu.nav_content li {
    padding-left: 0;
  }

  .submenu {
    padding: calc(20 * (100vw / 375)) calc(24 * (100vw / 375)) calc(18 * (100vw / 375)) calc(26 * (100vw / 375));
    background-color: #F8F8F8;
  }

  .submenu a {
    display: block;
    text-decoration: none;
    text-align: left;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  .submenu li:first-child {
    padding-top: 0;
  }

  .submenu li .naviinnner li,
  .submenu li .naviinnner li:first-child {
    padding-top: calc(52 * (100vw / 750)) !important;
  }

  .submenu li.naviInner_contents {
    padding: calc(20 * (100vw / 750)) 0 0 calc(20 * (100vw / 750));
    font-size: calc(30 * (100vw / 750));
  }

  /* ---- Accodion Sub Menu ---- */

  .global-nav__item {
    border-bottom: 1px solid #F2F2F2;
  }

  .global-nav__item .nav_acc_btn {
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: calc(30 * (100vw / 375)) auto;
    cursor: pointer;
  }

  .global-nav__item .nav_acc_btn .icn_cate {
    width: calc(50 * (100vw / 375));
    margin-right: calc(5 * (100vw / 375));
    margin-left: calc(-12 * (100vw / 375));
    vertical-align: middle;
  }

  .global-nav__item .nav_acc_btn::before,
  .global-nav__item .nav_acc_btn::after {
    position: absolute;
    content: "";
    display: block;
    transition: all 0.4s;
    background: #787878;
    right: calc(5 * (100vw / 375));
    top: 50%;
    width: calc(12 * (100vw / 375));
    height: 1px;
    transform: translate(0, -50%);
  }

  .global-nav__item .nav_acc_btn::before {
    transform: translate(0, -50%) rotate(90deg);
  }

  .global-nav__item .nav_acc_btn.active::before {
    transform: translate(0, -50%) rotate(0deg);
  }

  .global-nav__item .nav_acc_content {
    display: none;
    /*padding: 0 0 0 calc(10 * (100vw / 375));*/
  }

  .global-nav__item .nav_acc_content li {
    position: relative;
    padding-top: calc(32 * (100vw / 750));
    padding-left: calc(21 * (100vw / 750));
    font-size: calc(14 * (100vw / 375));
    line-height: 1.3;
  }

  .global-nav__item .nav_acc_content li span {
    font-size: calc(11 * (100vw / 375));
  }

  /* ---- Sub Menu ---- */

  .submenu.gnav_area > li:nth-of-type(n+2) {
    margin-top: calc(11 * (100vw / 375));
  }

  .gnav_area > li:nth-child(n+5) .nav_ttl::after {
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205.3%209.19%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%235f5f5f%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cpath%20id%3D%22_%E3%83%91%E3%82%B9_65%22%20class%3D%22cls-1%22%20d%3D%22M.71%2C0l4.6%2C4.6L.71%2C9.19l-.71-.71%2C3.89-3.89L0%2C.71l.71-.71Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  }

  .global-nav__item .nav_ttl {
    position: relative;
    z-index: 0;
  }

  .global-nav__item .nav_ttl::after {
    content: '';
    position: absolute;
    margin: auto;
    transition: all .6s ease;
    top: calc(-1 * (100vw / 375));
    bottom: 0;
    right: 0;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.192%22%20height%3D%229.192%22%20viewBox%3D%220%200%209.192%209.192%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_65%22%20data-name%3D%22%E3%83%91%E3%82%B9%2065%22%20d%3D%22M951.427%2C3296.5h-6.5V3290h1v5.5h5.5Z%22%20transform%3D%22translate(-2994.546%20-1653.621)%20rotate(-45)%22%20fill%3D%22%235f5f5f%22%2F%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: contain;
    width: calc(7 * (100vw / 375));
    height: calc(7 * (100vw / 375));
    z-index: 0;
  }

  .global-nav__item li:nth-of-type(-n+4) .nav_ttl.active::after {
    transform: rotate(180deg);
  }

  .global-nav__item .nav_ttl,
  .global-nav__item .nav_ttl > a {
    display: flex;
    align-items: center;
    column-gap: calc(17 * (100vw / 375));
  }

  .global-nav__item .ttl_img {
    width: calc(32 * (100vw / 375));
  }

  .global-nav__item img {
    display: block;
    width: 100%;
    height: auto;
  }

  .global-nav__item .nav_content {
    display: none;
  }

  .global-nav__item .nav_ttl.active + .nav_content {
    margin-bottom: calc(4 * (100vw / 375));
  }

  .global-nav__item .nav_content li {
    padding: calc(20 * (100vw / 375)) 0 0 calc(50 * (100vw / 375));
  }

  .global-nav__item .nav_content li:first-child {
    padding-top: calc(4 * (100vw / 375));
  }

  .global-nav__item .nav_content li a {
    color: #868686;
  }

  .global-nav__item .nav_content li span {
    display: inline-block;
    font-size: calc(11 * (100vw / 375));
    line-height: 1;
  }



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

  　　　　　　　　CONTENTS

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

  html:has(.style_fo.scroll) #Wrap {
    padding: calc(300 * (100vw / 750)) 0 0!important;
  }

  #Wrap {
    padding: calc(260 * (100vw / 586)) 0 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));
  }

  /* MODULE
  ---------------------------------- */

  .section {
    padding: 0 20px;
    line-height: 1.8;
  }

  .ta-center {
    margin-right: auto !important;
    margin-left: auto !important;
    text-align: center !important;
  }

  .ta-center .btn {
    border: 1px solid #000;
    display: inline-block;
    text-decoration: none;
    width: 150px;
    max-width: 100%;
    margin-bottom: 30px;
    line-height: 30px;
    color: inherit;
    font-size: 12px;
    padding: 4px 10px;
    text-align: center;
  }

  .hdg-l1:first-child {
    margin-top: calc(60 * (100vw / 750));
    letter-spacing: 0.02em;
    color: #4c4c4c;
  }
  .hdg-l1 {
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 5em 0 2em;
    line-height: 1.2;
  }

  .hdg-l1:first-child {
    margin-top: 0;
  }

  .hdg-l1 + .text-supple {
    margin-top: -1.3em;
  }

  .hdg-l1 + .text-lead {
    margin-top: 50px;
  }

  .hdg-l2 {
    font-size: 13px;
    text-align: center;
    margin: 50px 0 30px;
  }

  .hdg-l2 .icon {
    display: block;
    padding: 20px;
  }

  .hdg-l3 {
    font-weight: bold;
    font-size: 12px;
    margin: 20px 0 10px;
  }

  .hdg-l4 {
    font-weight: bold;
    font-size: 11px;
    margin: 20px 0 5px;
  }

  .hdg-t1 {
    border-top: 1px solid #626262;
    margin: 70px 0 22px;
    padding-top: 30px;
    padding-left: 10px;
    font-weight: bold;
    font-size: 17px;
  }

  .hdg-t1:first-child {
    margin-top: 0;
  }

  .hdg-t2 {
    background: #000;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 3px 10px;
    text-align: center;
    line-height: 1.2;
    margin: 30px 0 20px;
  }

  .hdg-t3 {
    font-weight: normal;
    line-height: 1.4;
    font-size: 15px;
    font-family: "Hiragino Mincho ProN", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", serif;
    position: relative;
    margin: 30px 0 0;
    padding-bottom: 20px;
    text-align: center;
  }

  .hdg-t3:before {
    content: "・・・";
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
  }

  .hdg-t3 + .text-lead {
    margin-top: 10px;
    margin-bottom: 35px;
  }

  .hdg-t4 {
    font-size: 14px;
    text-align: center;
    margin: 44px 0 30px;
    font-weight: normal;
  }

  .hdg-t4 > span {
    border: 1px solid #000;
    border-width: 1px 0;
    display: block;
    padding: 12px 0 10px;
  }

  .hdg-t5 {
    border-top: 2px solid #000;
    font-size: 14px;
    margin: 30px 0 12px;
    padding-top: 20px;
  }

  .hdg-lineup {
    text-align: center;
    margin: 30px 0 16px;
  }

  .hdg-lineup img {
    zoom: 0.5;
    display: block;
    margin: 0 auto;
  }

  .hdg-label {
    margin: 15px 0 10px;
    font-weight: normal;
  }

  .hdg-label:first-child {
    margin-top: 0;
  }

  .hdg-label > span {
    display: block;
    border: 1px solid #000;
    text-align: center;
    padding: 5px 5px 3px;
  }

  .hdg-label > .icon-1 {
    background: #000;
    color: #fff;
  }

  .hdg-label > .icon-2 {
    background: #fff;
  }

  .hdg-label > .icon-3 {
    border: 1px solid #626262;
    background: #626262;
    color: #fff;
  }

  .hdg-news {
    font-weight: bold;
    margin: 0 0 5px;
    font-size: 14px;
  }

  .title {
    text-align: center;
  }

  .hdg-concept {
    margin: 30px 0 20px;
    text-align: center;
  }

  .hdg-concept img {
    max-width: 100%;
  }

  .hdg-concept .title {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
  }

  .hdg-lineup {
    font-size: 16px;
    margin: 25px 0 10px;
    font-weight: normal;
  }

  .hdg-lineup a {
    display: inline-block;
    color: inherit;
    text-decoration: none;
  }

  .list-tab {
    background: #5e5e5e;
    font-size: 12px;
    list-style: none;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid #fff;
  }

  .list-tab > li {
    width: 33.33333%;
  }

  .list-tab > li:not(:last-child) {
    border-right: 1px solid #fff;
  }

  .list-tab > li > a {
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 15px 5px;
  }

  .list-tab > li > a > span {
    line-height: 1;
    display: inline-block;
    padding: 0 12px;
    background: url("/SmartPhone/Contents/ImagePkg/common/icon-arrow-02.png") no-repeat right center;
    background-size: 10.5px 10.5px;
  }

  .list-item {
    margin: 0;
    list-style: none;
    padding: 0;
    width: 100%;
    font-size: 12px;
  }

  .list-item > li {
    margin-top: 30px;
  }

  .list-item > li > a {
    text-decoration: none;
    color: inherit;
    display: block;
    text-align: center;
  }

  .list-item > li > a .image {
    display: block;
    position: relative;
  }

  .list-item > li > a .image .icon {
    display: inline-block;
    position: absolute;
    top: 4%;
    left: 3%;
    color: #e60012;
    border: 1px solid #e60012;
    min-width: 4em;
    line-height: 16px;
    padding: 1px 3px 0;
    text-align: center;
    font-size: 8px;
    z-index: 1;
  }

  .list-item > li > a .image > img {
    width: 100%;
  }

  .list-item > li > a .title {
    display: block;
    margin: 2px 0 5px;
    line-height: 1.7;
  }

  .list-product {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    list-style: none;
    /* Safari */
    -ms-flex-pack: justify;
        justify-content: space-between;
    font-size: 12px;
  }

  .list-product > li {
    width: calc(100%/2.05);
    text-align: center;
    margin: 0 0 10px;
    position: relative;
  }

  .list-product > li > a {
    display: block;
    color: inherit;
    text-decoration: none;
  }

  .list-product > li > a img {
    width: 100%;
  }

  .list-product > li li {
    list-style: none;
  }

  .list-product > li li > a {
    display: block;
    text-decoration: none;
    padding: 4px 0;
  }

  .list-product > li .icon {
    display: inline-block;
    position: absolute;
    top: 4%;
    left: 3%;
    color: #e60012;
    border: 1px solid #e60012;
    min-width: 4em;
    line-height: 16px;
    padding: 1px 3px 0;
    text-align: center;
    font-size: 8px;
    z-index: 1;
  }

  .list-product > li .image {
    position: relative;
    display: block;
  }

  .list-product > li .sold-out {
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    height: 100%;
    padding: 0;
    text-shadow: 0 0 4px #000;
    font-size: 14px;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    -ms-flex-align: center;
        align-items: center;
    font-weight: bold;
  }

  .list-product > li .title {
    display: block;
    font-size: 10px;
    padding-bottom: 0;
  }

  .list-product > li .s_title {
    display: block;
    padding-bottom: 13px;
    font-size: 14px;
    line-height: normal;
  }

  .list-product > li .data {
    display: block;
    font-size: 12px;
    text-align: center;
  }

  .list-product > li .data > em {
    font-size: 14px;
    font-style: normal;
    display: inline-block;
  }

  .list-brand {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
  }

  .list-brand > li {
    width: 50%;
    position: relative;
  }

  .list-brand > li > a {
    display: block;
  }

  .list-brand > li > a:hover .overlay, .list-brand > li > a:active .overlay, .list-brand > li > a:focus .overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  .list-brand > li > a:hover .image, .list-brand > li > a:active .image, .list-brand > li > a:focus .image {
    background: #000;
  }

  .list-brand > li > a:hover .image img, .list-brand > li > a:active .image img, .list-brand > li > a:focus .image img {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    vertical-align: bottom;
  }

  .list-brand > li .image {
    display: inline-block;
    width: 100%;
    height: 100%;
  }

  .list-brand > li .image img {
    width: 100%;
  }

  .list-brand > li .overlay {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transform: translateY(-50%);
  }

  .list-brand > li .logo {
    text-align: center;
  }

  .list-brand > li .button {
    border: 1px solid #fff;
    display: inline-block;
    text-decoration: none;
    min-width: 100px;
    line-height: 36px;
    color: inherit;
    font-size: 12px;
    padding-top: 2px;
    margin-top: 35px;
    background: rgba(255, 255, 255, 0.4);
  }

  .list-lineup {
    list-style: none;
    margin: 15px auto 0;
    padding: 0 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        box-sizing: border-box;
  }

  .list-lineup > li {
    width: calc(100% / 2);
    padding: 0 5px 20px;
    box-sizing: border-box;
  }

  .list-lineup > li > a {
    overflow: hidden;
    position: relative;
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 0;
    line-height: 1.8em;
    font-size: 11px;
  }

  .list-lineup .btn {
    border: 1px solid #000;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    line-height: 30px;
    color: inherit;
    font-size: 12px;
    padding: 2px 10px;
    text-align: center;
    box-sizing: border-box;
  }

  .list-lineuplast-child {
    margin-bottom: -20px;
  }

  .list-item_nav {
    list-style: none;
    margin: 15px 0 0;
    text-align: center;
  }

  .list-item_nav > li {
    width: 49%;
    padding: 0 0 20px;
    display: inline-block;
  }

  .list-item_nav > li > a {
    display: block;
    overflow: hidden;
    position: relative;
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 0;
    line-height: 2.4em;
    font-size: 9px;
  }

  .list-item_navlast-child {
    margin-bottom: -20px;
  }

  .list-item_nav .btn {
    max-width: 100%;
    font-size: 9px;
    background: url("/SmartPhone/Contents/ImagePkg/common/icon-arrow-08.png") 96% center no-repeat;
    background-size: 7px 7px;
  }

  .list-box {
    list-style: none;
    margin: 20px 0;
  }

  .list-box > li {
    padding: 20px 25px;
    margin-bottom: 10px;
    background: #f7f7f7;
  }

  .list-box > li .title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 5px;
  }

  .list-box > li .text {
    line-height: 1.8;
    margin-bottom: 3px;
  }

  .list-box > li .caption {
    font-size: 11px;
  }

  .list-box > li .link {
    text-align: center;
  }

  .list-box > li .link > a {
    text-decoration: underline;
    color: inherit;
    font-size: 12px;
    display: inline-block;
    padding: 10px 20px;
  }

  .list-link {
    margin: 0 0 30px !important;
    list-style: none;
  }

  .list-link > li {
    margin-bottom: 5px;
  }

  .list-link > li > a {
    display: inline-block;
    text-decoration: underline;
    color: inherit;
    background-size: 4px 5px;
  }

  .list-category {
    text-align: center;
    font-size: 12px;
    margin: 3em 0;
  }

  .list-category > li {
    display: inline-block;
  }

  .list-category > li.active > a {
    text-decoration: underline;
  }

  .list-category > li > a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    padding: 10px 12px;
  }

  .list-category > li > a:hover, .list-category > li > a:active, .list-category > li > a:focus {
    text-decoration: underline;
  }

  .list-pagination {
    text-align: center;
    margin: 30px -5px 15px;
    font-size: 12px;
    line-height: 1;
    list-style: none;
  }

  .list-pagination > .text {
    display: inline-block;
    margin: 0 5px 15px;
  }

  .list-pagination > .list {
    display: inline-block;
    margin: 0 5px 15px;
  }

  .list-pagination > .list > li {
    display: inline-block;
    padding: 0 8px;
    border-left: 1px solid #aaabab;
  }

  .list-pagination > .list > li.active > a {
    text-decoration: none;
  }

  .list-pagination > .list > li.prev:before, .list-pagination > .list > li.prev:after, .list-pagination > .list > li.next:before, .list-pagination > .list > li.next:after {
    position: relative;
    top: -1px;
  }

  .list-pagination > .list > li.prev > a, .list-pagination > .list > li.next > a {
    text-decoration: none;
    border-left: none;
    padding: 0 3px;
  }

  .list-pagination > .list > li.prev > a:hover, .list-pagination > .list > li.prev > a:active, .list-pagination > .list > li.prev > a:focus, .list-pagination > .list > li.next > a:hover, .list-pagination > .list > li.next > a:active, .list-pagination > .list > li.next > a:focus {
    text-decoration: underline;
  }

  .list-pagination > .list > li.next:after {
    content: ">";
    display: inline-block;
  }

  .list-pagination > .list > li.prev:before {
    content: "<";
    display: inline-block;
  }

  .list-pagination > .list > li:nth-child(2) > a {
    border-left: none;
  }

  .list-pagination > .list > li > a {
    color: inherit;
    text-decoration: underline;
    display: inline-block;
  }

  .list-pagination > .list > li > a:hover, .list-pagination > .list > li > a:active, .list-pagination > .list > li > a:focus {
    text-decoration: none;
  }

  .list-btn {
    margin: 20px 0;
    text-align: center;
    list-style: none;
    padding: 0;
  }

  .list-btn > li {
    display: inline-block;
    margin: 0;
    padding: 0 10px 10px;
  }

  .list-btn > li a {
    width: 100%;
  }

  .list-shop-icon {
    margin: 30px 0;
    list-style: none;
    font-size: 10px;
  }

  .list-shop-icon > li {
    display: inline-block;
    margin-right: 25px;
  }

  .list-shop-icon > li:last-child {
    margin-right: 0;
  }

  .list-shop-icon > li .label {
    display: inline-block;
    margin-left: 10px;
  }

  .list-shop-icon > li img {
    vertical-align: middle;
    width: 15px;
  }

  .list-shop {
    margin: 20px 0;
    list-style: none;
    font-size: 11px;
  }

  .list-shop > li {
    margin: 0 0 40px;
    text-align: center;
  }

  .list-shop > li .title {
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 15px;
  }

  .list-shop > li .title > a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 0 30px 0 0;
    background: url("/SmartPhone/Contents/ImagePkg/common/icon-arrow-01.png") no-repeat right center;
    background-size: 10.5px 10.5px;
  }

  .list-shop > li .icon {
    margin-bottom: 8px;
  }

  .list-shop > li .icon img {
    margin-right: 5px;
    width: 15px;
  }

  .list-shop > li .btn {
    font-size: 10px;
    line-height: 1.7em;
    width: 42%;
    margin-top: 20px;
  }

  .list-shop > li .telephone {
    margin: 7px 0;
    display: block;
  }

  .list-shop > li > p {
    margin-bottom: 0;
  }

  .list-menu {
    margin: 0 0 20px;
    list-style: none;
    font-size: 12px;
  }

  .list-menu > li {
    margin: 0 0 20px;
  }

  .list-menu > li .title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 4px;
  }

  .list-menu > li .title + .text {
    margin-top: 5px;
  }

  .list-menu > li .data {
    display: block;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 5px;
  }

  .list-menu > li .text {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .list-menu > li .icon {
    display: inline-block;
    color: #e60012;
    border: 1px solid #e60012;
    min-width: 4em;
    line-height: 16px;
    padding: 1px 3px 0;
    text-align: center;
    font-size: 8px;
    margin-bottom: 5px;
  }

  .list-data {
    list-style: none;
  }

  .list-data > li {
    margin-bottom: 40px;
  }

  .list-data > li img {
    width: 100%;
  }

  .list-data .title {
    margin: 20px 0 15px;
    text-align: center;
    display: block;
  }

  .list-step {
    margin: 20px 0 30px;
    list-style: none;
    font-size: 12px;
  }

  .list-step > li {
    background: #f2f2f2;
    padding: 12px 20px 24px;
    position: relative;
    margin-bottom: 20px;
  }

  .list-step > li:after {
    content: url("/SmartPhone/Contents/ImagePkg/common/icon-arrow-06.png");
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 50%;
    zoom: 0.5;
    margin-left: -33px;
  }

  .list-step > li > *:last-child {
    margin-bottom: 0;
  }

  .list-step > li:last-child:after {
    display: none;
  }

  .list-step > li .number {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
  }

  .list-step > li .label {
    display: inline-block;
    vertical-align: super;
    text-decoration: underline;
    margin-left: 14px;
  }

  .list-step > li .title {
    display: block;
    font-weight: normal;
    margin: -2px 0 5px;
  }

  .list-step > li .title .supple {
    font-size: 10px;
  }

  .list-bullet {
    list-style: none;
    margin: 20px 0;
    font-size: 12px;
  }

  .list-bullet:first-child {
    margin-top: 0;
  }

  .list-bullet li {
    position: relative;
    margin: 10px 0;
    padding: 0 0 0 12px;
    list-style: none;
  }

  .list-bullet li:before {
    position: absolute;
    top: .4em;
    left: 0;
    display: inline-block;
    width: 7px;
    height: 7px;
    content: "";
    background: #000;
    border-radius: 50%;
  }

  .list-anchor {
    list-style: none;
    margin: 30px 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #5e5e5e;
    border-width: 1px 0 0 1px;
  }

  .list-anchor > li {
    width: 50%;
    border: 1px solid #5e5e5e;
    border-width: 0 1px 1px 0;
  }

  .list-anchor > li > a {
    color: inherit;
    text-decoration: none;
    display: block;
    padding: 11px 30px 10px 10px;
    background: url("/SmartPhone/Contents/ImagePkg/common/icon-arrow-01.png") no-repeat calc(100% - 11px) center;
    background-size: 10.5px 10.5px;
  }

  .list-ordered {
    margin: 0 0 1em 1.7em;
  }

  .list-ordered li {
    margin: .2em 0;
  }

  .list-ordered-02 {
    margin: 0 0 1em;
  }

  .list-ordered-02 > li {
    margin: .2em 0 .2em 1.6em;
    list-style: none;
    counter-increment: cnt;
    list-style-position: outside;
    text-indent: -1.6em;
  }

  .list-ordered-02 > li:before {
    display: marker;
    content: "(" counter(cnt) ") ";
  }

  .list-ordered-03 {
    margin: 0 0 1em;
  }

  .list-ordered-03 > li {
    margin: .2em 0 .2em 1.2em;
    list-style: none;
    counter-increment: cnt2;
    list-style-position: outside;
    text-indent: -1.2em;
  }

  .list-ordered-03 > li:before {
    display: marker;
    content: counter(cnt2, lower-alpha) ") ";
  }

  .notice-list {
    font-size: 11px;
  }

  .notice-list > li {
    margin: 0;
    display: table;
    list-style: none;
  }

  .notice-list > li > * {
    display: table-cell;
    vertical-align: top;
  }

  .notice-list .marker {
    white-space: nowrap;
    padding: 0 4px 0 0;
  }

  .list-line {
    border-top: 1px solid #efefef;
    margin: 0;
  }

  .list-line li {
    border-bottom: 1px solid #efefef;
    padding: 4px 5px 3px;
    list-style: none;
  }

  .list-line li:before {
    content: "・";
  }

  .list-guide {
    text-align: center;
  }

  .list-guide > li {
    width: 32.5%;
    border: 1px solid #efefef;
    padding: 10px;
    display: inline-block;
  }

  .list-def {
    margin-top: 10px;
    background: #efefef;
    padding: 10px 15px;
  }

  .list-def dd .list-line li {
    padding: 0;
  }

  .list-tbl {
    width: 100%;
    border-right: 1px solid #efefef;
    margin-bottom: 10px;
  }

  .list-tbl td {
    width: 20%;
    text-align: center;
    padding: 10px 10px 0;
    border: 1px solid #efefef;
    border-right: none;
    background: #fff;
  }

  .list-relation {
    border-bottom: 1px solid #5e5e5e;
    margin-top: 30px;
  }

  .list-relation .toggle .toggle_btn {
    background: #fff url("/SmartPhone/Contents/ImagePkg/common/icon-arrow-08.png") no-repeat calc(100% - 10px) center;
    background-size: 10.5px 10.5px;
  }

  .list-relation .toggle.close {
    margin: 0;
  }

  .list-relation .toggle.close .toggle_btn {
    background: #fff url("/SmartPhone/Contents/ImagePkg/common/icon-arrow-07.png") no-repeat calc(100% - 10px) center;
    background-size: 10.5px 10.5px;
  }

  .list-relation .toggle_btn {
    display: block;
    border: 1px solid #5e5e5e;
    border-width: 1px 1px 0;
    padding: 10px 15px;
  }

  .list-relation ul {
    width: 100%;
    margin: 0;
  }

  .list-relation ul li {
    width: 100%;
    list-style: none;
    padding: 0 15px;
    line-height: 3em;
    border: 1px solid #5e5e5e;
    border-width: 1px 1px 0 1px;
    background: #eaeaea;
  }

  .list-relation ul li a {
    text-decoration: none;
    display: block;
  }

  .list-relation ul li a:hover, .list-relation ul li a:active, .list-relation ul li a:focus {
    text-decoration: underline;
  }

  .link-list-type {
    width: 100%;
    margin: 0 0 30px;
    border: 1px solid #5e5e5e;
    border-width: 0 0 0 1px;
    font-size: 0;
  }

  .link-list-type > li {
    width: 50%;
    display: inline-block;
    list-style: none;
    border: 1px solid #5e5e5e;
    border-width: 0 1px 1px 0;
    line-height: 1.4;
    vertical-align: middle;
  }

  .link-list-type > li > a {
    width: 100%;
    -ms-flex-pack: stretch;
        justify-content: stretch;
    display: block;
    padding: 7px 17px 7px 7px;
    font-size: 10px;
    vertical-align: middle;
    text-decoration: none;
    background: #fff url("/SmartPhone/Contents/ImagePkg/common/icon-arrow-08.png") no-repeat 98% center;
    background-size: 9px 9px;
  }

  .link-list-type > li:nth-child(-n+2) {
    border: 1px solid #5e5e5e;
    border-width: 1px 1px 1px 0;
  }

  .section .btn {
    border: 1px solid #000;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    max-width: 210px;
    line-height: 30px;
    color: inherit;
    font-size: 12px;
    padding: 2px 10px;
    text-align: center;
  }
  /*LP調整用*/
  #section_2 .item_txt .btn,
  #section_3 .item_txt .btn {
    font-family: 'futura-pt', sans-serif;
    font-size: 10px;
    letter-spacing: 0.15em;
    line-height: 20px;
    width: 49%;
  }
  /*ガイド調整用*/
  #Contents a.form-btn {
    width: calc(400 * (100vw / 750));
    padding: calc(20 * (100vw / 750)) calc(60 * (100vw / 750));
    font-size: calc(24 * (100vw / 750));
  }

  .btn-mail {
    border: 1px solid #000;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    max-width: 260px;
    line-height: 41px;
    color: inherit;
    font-size: 12px;
    padding: 2px 10px 0;
    text-align: center;
  }

  .btn-mail > span {
    display: inline-block;
    background: url("/SmartPhone/Contents/ImagePkg/common/icon-mail.png") no-repeat left 45%;
    background-size: 13.5px 10px;
    padding-left: 28px;
  }

  .btn-up {
    text-decoration: none;
    font-size: 9px;
    padding: 4px 6px;
    margin: 10px 0;
    text-align: center;
    color: #fff;
    background: #808080;
    border: 1px solid #808080;
  }

  .btn-up:hover {
    background: #fff;
    color: #808080;
    border: 1px solid #808080;
  }
  /*
  .box {
    background: #f7f7f7;
    padding: 20px;
    margin: 15px 0 20px;
  }*/

  .box.color-1 {
    background: #5e5e5e;
    color: #fff;
  }

  .box > *:last-child {
    margin-bottom: 0;
  }

  .box-contact {
    background: #5e5e5e;
    padding: 22px 32px;
    margin: 30px auto;
    max-width: 680px;
    color: #fff;
  }

  .box-contact > *:last-child {
    margin-bottom: 0;
  }

  .box-contact .title {
    font-weight: normal;
    font-size: 14px;
    margin-bottom: 5px;
  }
/*
  .box-indent {
    width: 700px;
    margin: 0 auto;
  }
*/
  .box-indent .title {
    line-height: 1.2;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .box-indent .text {
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.8;
  }

  .box-indent .text strong {
    color: #559b34;
  }

  .box-gogreen {
    width: 700px;
    margin: 0 auto;
    font-size: 12px;
  }

  .box-gogreen .icon {
    font-size: 12px;
    display: block;
    padding: 0 0 30px;
  }

  .box-gogreen .title {
    line-height: 1.2;
    font-size: 12px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .box-gogreen .text {
    margin-bottom: 20px;
    line-height: 1.8;
  }

  .box-gogreen .text strong {
    color: #559b34;
    font-size: 18px;
  }

  .box-news .hdg-l2 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    text-align: left;
  }

  .box-news .hdg-l2 span {
    background: none;
  }

  .box-news .contents_mv {
    margin-bottom: 0;
  }
/*
  .box-news .box-indent {
    width: 1000px;
    padding: 60px 170px 100px;
    background: #f7f7f7;
  }*/

  .box-concept {
    display: table;
    width: 100%;
  }

  .box-concept > .col {
    width: 50%;
    padding: 82px 20px;
    display: table-cell;
    vertical-align: middle;
    line-height: 2.7;
  }

  .box-concept > .ja {
    background: #fff;
  }

  .box-concept > .ja p {
    margin: 0;
  }

  .box-concept > .en {
    background: #626262;
    font-size: 12px;
    color: #fff;
  }

  .box-concept > .en p {
    margin: 0;
  }

  .box-concept > .en p b {
    font-size: 14px;
  }

  .box-shoplist {
    margin: 0 auto;
  }

  /* 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 .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: 0;
    padding: 0 0 calc(20 * (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(8 * (100vw / 428));
    padding: 0 calc(10 * (100vw / 428));
    font-size: calc(13 * (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(8 * (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(16 * (100vw / 428));
    letter-spacing: 0.06em;
  }

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

  .item_list_common .item_list__review a {
    transform: scale(1) translateX(0%);
    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(12 * (100vw / 428));
    font-weight: 200;
  }

  .item_list .item_list__price.fixed_purchase_price {
    padding: 0 calc(10 * (100vw / 428));
    font-size: calc(13 * (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(16 * (100vw / 428));
    font-weight: 200;
  }

  /* ---- 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 .footer_list_bland{
    width:80%;
  }

  /* フッター */
  footer {
    background: #f5f4f3;
    max-width: initial;
    max-width: auto;
    width: 100%;
    margin: 0 auto;
    color: #5f5f5f;
    padding: 0 !important;
    position: absolute;
    /* bottom: 0;
    height: calc(110 * (100vw / 750 )); */
  }

  footer a {
    color: #5f5f5f;
  }

  footer .footer_list_guide,
  footer .footer_list_bland {
    display: none;
  }

  footer .footer_list_sns ul{
    margin: 0 auto;
    padding-top: calc(80 * (100vw / 750));
  }
  /*202402renewal*/
  footer .footer_list_sns li {
    width: calc(20 * (100vw / 375));
    font-size: calc(42 * (100vw / 750));
    margin-left: calc(45 * (100vw / 750));
  }

  footer .footer_list_sns li svg {
    width: 100%;
    height: auto;
  }

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

  footer .copyright {
    margin: calc(40 * (100vw / 750)) auto 0;
    font-size: calc(20 * (100vw / 750));
    /*padding-bottom: calc(80 * (100vw / 750));*/
    padding-bottom: calc(40 * (100vw / 750));
    /* height: calc(110 * (100vw / 750 ));
    line-height: calc(110 * (100vw / 750 )); */
  }
  .wapper{padding-bottom: calc( 150 * (100vw / 750));}
  /* 追従バナー */
  .Bnr__img__inner {
    width: calc(400 * (100vw / 750));
    height: calc(333 * (100vw / 750));
  }
  /* 検索エリアSP */
  .searcharea_sp {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    margin: calc(75 * (100vw / 750)) auto 0;
    padding: calc(35 * (100vw / 750)) 0;
  }

  .searcharea_sp input {
    border: 1px solid #b5b5b5 !important;
    width: calc(550 * (100vw / 750));
    height: calc(90 * (100vw / 750));
    padding: calc(40 * (100vw / 750)) calc(80 * (100vw / 750)) calc(40 * (100vw / 750)) calc(20 * (100vw / 750));
    line-height: 1;
  }

  .searcharea_sp .searchbtn_sp {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: 0;
    transform: translateY(-50%);
    margin-top: 0;
    margin-left: calc(160 * (100vw / 750));
    height: calc(90 * (100vw / 750));
    background: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0 calc(40 * (100vw / 750));
    line-height: 0;

  }

  .searcharea_sp .searchbtn_sp img {
    width: calc(20 * (100vw / 375));/* 202402renewal */
  }

  /* 5/23 twitter icon */
  /* 202402renewal */
  .header_sns {
    display: flex;
    justify-content: center;
    margin: calc(40 * (100vw / 375)) 0;
  }

  .header_sns li {
    width: calc(20 * (100vw / 375));
  }

  .header_sns li svg {
    width: 100%;
    height: auto;
  }

  .header_sns li:not(:last-child) {
    margin-right: calc(38 * (100vw / 375));
  }



  /* footer_banner GGPサイト、GGMAPPバナーの設置 */
  .footer_app {
    margin: auto;
    width: 100%;
    text-align: left;
  }

  .footer_app,
  .footer_app * {
    box-sizing: border-box;
  }

  .footer_app .footer_banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: calc(10 *(100vw / 390)) auto 0;
    width: 100%;
  }

  .footer_app .footer_banner li {
    padding: calc(15 *(100vw / 390)) calc(20 *(100vw / 390)) calc(15 *(100vw / 390));
    width: 100%;
    background: #f5f4f3;
    border-bottom: 1px solid #E6E6E6;
  }

  .footer_app .footer_banner li:nth-child(1) {
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
  }

  .footer_app .footer_banner .footer_banner_ggp {
    padding-top: calc(16 *(100vw / 390));
  }

  .footer_app .footer_banner_ggm_inner, .footer_app .footer_banner_ggp {
    display: flex;
    justify-content: space-between;
  }

  .footer_app .footer_banner li .icon {
    position: absolute;
    top: 0;
    left: calc(-70 *(100vw / 390));
    width: calc(60 *(100vw / 390));
    height: calc(60 *(100vw / 390));
  }

  .footer_app .footer_banner li .icon img {
    width: 100%;
    height: 100%;
  }

  .footer_app .footer_banner li dl {
    margin: 0 0 calc(5 *(100vw / 390)) calc(70 *(100vw / 390));
    width: calc(280 *(100vw / 390));
  min-height: calc(60 *(100vw / 390));
    padding: 0;
  }

  .footer_app .footer_banner li .title {
    position: relative;
    font-size: calc(13 *(100vw / 390));
    font-weight: bold;
    letter-spacing: 0 !important;
    text-align: left;
    font-weight: bold;
    color: #727272;
  }

  .footer_app .footer_banner li .text {
    font-size: calc(12 *(100vw / 390));
    letter-spacing: 0;
  }

  .footer_app .footer_banner li .text {
    margin-top: calc(8 *(100vw / 390));
    line-height: 1.5;
  }

  .footer_app .footer_banner li .link_text:not(:last-child) {
    margin-right: calc(25 *(100vw / 390));
  }

  .footer_app .footer_banner li .link_text {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: calc(10 *(100vw / 390));
    text-decoration: none;
  }

  .footer_app .footer_banner li .link_text p {
    margin-top: 9px;
  }

  .footer_app .footer_banner li .link_text::after {
    position: absolute;
    top: calc(12 *(100vw / 390));
    right: -12px;
    width: calc(8.5 *(100vw / 390));
    height: calc(8.5 *(100vw / 390));
    border-top: 2.5px solid #6F6F6E;
    border-right: 2.5px solid #6F6F6E;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
  }
  /* //footer_banner GGPサイト、GGMAPPバナーの設置 */

  /* 1219 twitter icon */
  .footer_list_sns ul{
    display: flex;
    justify-content: center;
    padding: 40px 0 0 0;
    font-size: 20px;
    background: #f5f4f3;
  }
  .footer_list_sns li{
  list-style: none;
  }
  footer .footer_list_sns li:last-child img {
    height: calc(17 * (100vw / 375));
    vertical-align: calc(1 * (100vw / 375));
  }
  .footer_list_sns li:not(:last-child){
    /* margin-right: 20px; */
    margin-right: 0;
    }
    /* //1219 twitter icon */


  .footer_list{
    margin: 0 !important;
  }
  footer .footer_inner_cate{
    display: block;
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
  .footer_inner_cate .footer_list{
    display: none;
  }
  footer .footer_inner_cate .footer_list > li{
    margin: 0;
  }
  footer .footer_inner_cate .footer_hdg{
    margin-bottom: 0;
    line-height: 1;
    letter-spacing: 1.8px;
    cursor: pointer;/*202402renewal*/
  }
  .footer_inner_cate .footer_hdg.about{
    border-top: 1px solid #E6E6E6;
  }
  .footer_inner_cate{
    display: block;
  }
  .footer_inner_cate .nav-open{
    padding: 20px;
    color: #727272;
    font-size: 16px;
    font-weight: 500;
    background: #F5F4F3;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
  }
  .footer_inner_cate .footer_list li.concept,
  .footer_inner_cate .footer_list li a{
    padding: 18px 0 16px 40px;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #E6E6E6;
    background-color: #ffffff;
    line-height: 1;
  }
  .footer_inner_cate .footer_list li a{
    display: block;
  }
  .footer_app .footer_banner{
    margin: 0;
  }
  .footer_inner_cate .nav-open::before{/* 閉じている時 */
    content: "＋";
    position: absolute;
    color: #666666;
    right: 20px;
  }
  .footer_inner_cate .nav-open.active::before{/* 開いている時 */
    content: "－";
  }

}

/*  パンくず
======================================================= */
.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: .8rem;
  right: 1rem;
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #5f5f5f;
  border-right: 1px solid #5f5f5f;
  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: #5f5f5f;
}

.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: 36px;
  }

  .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: #5f5f5f;
}

.guide-page .hdg-l1-image {
  font-size: 12px;
}

.guide-page .hdg-l2 {
  margin: 30px 0;
  color: #5f5f5f;
  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: #5f5f5f;
  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 #5f5f5f;
  content: "";
}

.guide-page .link-list>li>a:hover, .guide-page .link-list>li>a:active, .guide-page .link-list>li>a:focus {
  color: #5f5f5f;
  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: #5e5e5e;
  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: #5f5f5f;
  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: #5f5f5f;
}

.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: #5f5f5f;
  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 #5f5f5f;
  content: "";
}

.guide-page .link-list>li>a:hover, .guide-page .link-list>li>a:active {
  color: #5f5f5f;
  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 #5f5f5f;
}

.topCategoryList a:link, .topCategoryList a:visited, .topCategoryList a:active {
  text-decoration: none;
}

.topCategoryList a:hover {
  text-decoration: underline;
}

.topCategoryList,
.topCategoryList a {
  color: #5f5f5f;
}

.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: #5f5f5f;
}

.topCategoryList .list dt {
  margin-bottom: 2rem;
  font-size: 1.9rem;
  font-weight: bold;
  color: #5f5f5f;
}

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

}

/* ---------------------------------------------
リニューアルコンセプト
---------------------------------------------- */
.page_h2 {
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.concept_textArea,
.concept_textArea p {
  line-height: 2.8;
  font-size: 12px;
  text-align: center;
}

.concept_textArea h3 {
  padding: 10px 0 0;
  font-size: 14px;
  margin-bottom: 40px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .page_h2 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    padding: 60px 0 80px;
    letter-spacing: 1.6px;
  }

  .content_text {
    padding: 0 8% 50px;
    text-align: center;
    line-height: 2;
  }

  .concept_textArea h3{
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    padding: 0 5% 30px;
    line-height: 2;
  }

  .concept_textArea h3 span{
    display: block;
    font-size: 12px;
  }
}



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

ニュース詳細

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


#news_article_wrapperAll {
  -webkit-text-size-adjust: none;
  margin:0 auto;
  width: 100%;
  max-width: 1000px;
  padding-top: 30px;
}

#news_article_wrapperAll .path {
  font-size:12px;
}

#news_article_wrapperAll .news_article_bnr_img {
  width: 80%;
  margin: auto;
}

#news_article_wrapperAll span {
}

#news_article_wrapperAll .strong {
  font-weight:bold;
}

#news_article_wrapperAll a .news_article_detail {
  display: block;
  padding: 3px 0;
  text-decoration: none;
}

#news_article_wrapperAll a:hover,
#news_article_wrapperAll a:active,
#news_article_wrapperAll a:focus {
  text-decoration: underline;
}

.news_article_detail {
  overflow: hidden;
  margin: 30px 0 80px;
  padding: 100px 150px;
  background: #f7f7f7;
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

.news_article_detail h1,
.news_article_detail h2 {
  margin: 0 auto 40px;
  font-size: 20px;
  text-align: center;
  line-height: 1.6;
}
.news_article_detail p {
  line-height: 1.8;
}

.news_article_detail a {
  display: inline-block;
  line-height: 2;
  text-decoration: underline;
}

#news_article_wrapperAll .ta-center {
  text-align: center;
}

@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 0 calc(80* (100vw / 750 ));
    background: none;
  }

  .news_article_detail h1,
  .news_article_detail h2 {
    margin: calc(60* (100vw / 750 )) auto calc(40* (100vw / 750 ));
    font-size: calc(32* (100vw / 750 ));
    text-align: center;
    line-height: 1.8;
  }

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



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