@charset "utf-8";
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
default.css　追加・上書き
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

@media screen and (max-width:768px){
    input{
        font-size: 16px;
    }
}
/*========================================
header content area reset
=========================================*/
#EST_SPS_wish_member #contents,
#EST_SPS_cart #contents,
#EST_SPS_regi #contents,
#EST_SPS_order #contents{
    width: 95%;
    max-width: 1000px;
}
div#wrapper div#enquete-header,
div#wrapper > div#cart-header,
header {
    /* z-index: 11; */
    width: 100%;
}
#header-outer{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        position: fixed;
        z-index: 200;
        width: 100%;
}
header #header-inner,
#cart-header #header-inner,
#enquete-header #header-inner{
    padding: 0;
    box-sizing: border-box;
    position: unset;
    /* max-width: 1200px; */
    padding: 0 1%;
    box-sizing:border-box;
    /* overflow:hidden; */
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    height: 75px;
    box-sizing: border-box;
}
#header-hight {
    /* display:none; */
    height: 70px;
}
@media screen and (max-width:1200px){

}
@media screen and (max-width:1024px){
  
}
@media screen and (max-width:768px){
    #EST_SPS_wish_member #contents,
#EST_SPS_cart #contents,
#EST_SPS_regi #contents,
#EST_SPS_order #contents{
    width: 95%;
    max-width: 1000px;
}
div#wrapper div#enquete-header,
div#wrapper > div#cart-header,
header {
    /* z-index: 11; */
    width: 100%;
}
#header-outer{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        position: fixed;
        z-index: 200;
        width: 100%;
}
header #header-inner,
#cart-header #header-inner,
#enquete-header #header-inner{
    padding: 0;
    box-sizing: border-box;
    position: unset;
    /* max-width: 1200px; */
    padding: 0 2%;
    box-sizing:border-box;
    /* overflow:hidden; */
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    height: 75px;
}
#header-hight {
    /* display:none; */
    height: 60px;
}
}

@media screen and (max-width:580px){
    #EST_SPS_wish_member #contents,
#EST_SPS_cart #contents,
#EST_SPS_regi #contents,
#EST_SPS_order #contents{
    width: 95%;
    max-width: 1000px;
}
div#wrapper div#enquete-header,
div#wrapper > div#cart-header,
header {
    /* z-index: 11; */
    width: 100%;
}
#header-outer{
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        position: fixed;
        z-index: 200;
        width: 100%;
}
header #header-inner,
#cart-header #header-inner,
#enquete-header #header-inner{
    padding: 0;
    box-sizing: border-box;
    position: unset;
    /* max-width: 1200px; */
    padding: 0 5%;
    box-sizing:border-box;
    /* overflow:hidden; */
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    height: 75px;
    box-sizing: border-box;
}
#header-hight {
    /* display:none; */
    height: 75px;
}
}


/*========================================
header カート時非表示
=========================================*/

@media screen and (max-width:768px){
  #cart-header #header-topline-inner,
  #cart-header #header-left,
  #cart-header #header-inner #hNav,
  #enquete-header #header-topline-inner,
  #enquete-header #header-left,
  #enquete-header #header-inner #hNav{
      /* display:none!important; */
      margin: 0 15px 0 0;
  }
}

/*========================================
header main
=========================================*/
/*ヘッダ上部帯
================*/
#enquete-header #h-drawer,
#cart-header #h-drawer,
#EST_SPS_wish_member #h-drawer{
display:none;
}

header #keyword{
  display:none;
}

#h-top-obi{
  font-size: 14px;
  background: #f2f2f2;
  padding: 13px 0;
  color: #4b4b4b;
  line-height: 1;
  text-align: center;
  margin: 0;
}
/*左側*/
h1.obi-left{
  font-weight: normal;
}
/*右側*/
.obi-right{
  display: flex;
  align-items: center;
  justify-content:right;
  font-feature-settings: "palt";
}
.obi-right .h-freedial{
  margin:0 10px 0 0;
}
.obi-right .h-freedial a{
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 font-size: 22px;
 font-weight: 600;
 color: #4b4b4b;
}
.obi-right .h-freedial a img{
 width:30px;
 margin: 0 8px 0 0;
}

/*メニューエリア
====================*/

/*中央*/
#h-logo .h-logo-area a{
  display:block;
  margin:0 0 5px;
}
#h-logo .h-logo-area a img{
  max-width:270px;
}
.h-logo-copy{
  font-weight:normal;
  font-size:12px;
  text-align:center;
}

/*左側・右側*/
.h-left,
.h-right{
  display:flex;
  align-items:center;
  width: 30%;
}
.h-left{
  justify-content:left;
}
.h-right{
  justify-content:right;
}
#header ul.pasonal-list{
  display:flex;
  flex-wrap:wrap;
  padding: 0;
  list-style: none;
}
.pasonal-list li{
  width:25px;
  margin: 0;
  line-height: 1;
  position: relative;
}
.h-left .pasonal-list li{
  margin: 0 40px 0 0;
}
.h-right .pasonal-list li{
  margin: 0 0 0 40px;
  list-style: none;
}
.pasonal-list li a{
  display:block;
}
/*ヘッダ検索　機能調整*/
#hNav ul#header-nav li#h-search{
  padding:0 0 0 30px;
}
#h-search #searchbox_wrap {
  margin: 0 0 0 auto;
  box-sizing: border-box;
  text-align: right;
  width: 100%;
}
#h-search #searchbox form {
  border: none;
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0;
  border-bottom: 1px solid;
  justify-content: space-between;
  box-sizing: border-box;
}
#h-search #searchbox .searchbox {
  border: none;
  float: left;
  font-size: 13px;
  height: 35px;
  padding: 0 5px;
  width: calc(100% - 35px);
  color: #000;
}
#h-search #searchbox input[type=text]:focus {
    outline: none;
}
#h-search #searchbox input::placeholder {
    color:#000;
}
#hNav #h-search #searchbox .searchSubmit {
  width: 25px;
}

/*検索ポップアップ*/
#header-outer .search-window {position: fixed;top: -100%;left: 0;width: 100%;background: #ffffff;transition: .5s;z-index: 300;}
#header-outer .search-window.open {
top: 0;
}
#header-outer .search-window .wrap {position: relative;padding: 60px 0;background: #f0f0f0;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);}
#header-outer .search-window .close {position: absolute;top: 20px;left: 40px;}
#header-outer .search-window .close:hover {
cursor: pointer;
}
#header-outer .search-window .close span {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
  font-size: 0;ふぉん
  t: ふぉんt;
}
#header-outer .search-window .close span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #888;
  transform: rotate(45deg);
  top: 10px;
}
#header-outer .search-window .close span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #888;
  transform: rotate(-45deg);
  top: 10px;
}
#header-outer .search-window form {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
#header-outer .search-window dl.box {
  position: relative;
  margin: 0;
  background: none;
}
#header-outer .search-window dl.box dt {
  padding: 10px 40px;
  background: #fff;
  border-radius: 100px;
}
#header-outer .search-window dl.box dt input {
  font-size: 20px;
  height: 40px;
  line-height: 4px;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}
#header-outer .search-window dl.box dt input:focus {
    outline: none;
}
#header-outer .search-window dl.box dd {
  position: absolute;
  margin: 0;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#header-outer .search-window dl.box dd input.searchSubmit {
  display: block;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
}


@media screen and (max-width:768px){
  /*ヘッダ上部帯
================*/
#h-top-obi{
  font-size: 14px;
  background: #f2f2f2;
  padding: 13px 0;
  color: #4b4b4b;
  line-height: 1;
  text-align: center;
}
/*左側*/
h1.obi-left{
  font-weight: normal;
}
/*右側*/
.obi-right{
  display: flex;
  align-items: center;
  justify-content:right;
  font-feature-settings: "palt";
}
.obi-right .h-freedial{
  margin:0 10px 0 0;
}
.obi-right .h-freedial a{
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 font-size: 22px;
 font-weight: 600;
 color: #4b4b4b;
}
.obi-right .h-freedial a img{
 width:30px;
 margin: 0 8px 0 0;
}

/*メニューエリア
====================*/

/*中央*/
#h-logo .h-logo-area a{
  display:block;
  margin:0 0 5px;
  max-width: 80px;
}
#h-logo .h-logo-area a img{
  max-width: 100%;
}
.h-logo-copy{
  font-weight:normal;
  font-size:12px;
  text-align:center;
}

/*左側・右側*/
.h-left,
.h-right{
  display:flex;
  align-items:center;
  width: 30%;
}
.h-left .pasonal-list li:last-child,
.h-right .pasonal-list li:first-child {
  margin: 0;
}
.h-left{
  justify-content:left;
}
.h-right{
  justify-content:right;
}
#header ul.pasonal-list{
  display:flex;
  flex-wrap:wrap;
}
.pasonal-list li{
  width:25px;
  margin: 0;
  line-height: 1;
  position: relative;
}
.h-left .pasonal-list li{
  margin: 0 25px 0 0;
}
.h-right .pasonal-list li{
  margin: 0 0 0 25px;
}
.pasonal-list li a{
  display:block;
}
/*ヘッダ検索　機能調整*/
#hNav ul#header-nav li#h-search{
  padding:0 0 0 30px;
}
#h-search #searchbox_wrap {
  margin: 0 0 0 auto;
  box-sizing: border-box;
  text-align: right;
  width: 100%;
}
#h-search #searchbox form {
  border: none;
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0;
  border-bottom: 1px solid;
  justify-content: space-between;
  box-sizing: border-box;
}
#h-search #searchbox .searchbox {
  border: none;
  float: left;
  font-size: 13px;
  height: 35px;
  padding: 0 5px;
  width: calc(100% - 35px);
  color: #000;
}
#h-search #searchbox input[type=text]:focus {
    outline: none;
}
#h-search #searchbox input::placeholder {
    color:#000;
}
#hNav #h-search #searchbox .searchSubmit {
  width: 25px;
}

/*検索ポップアップ*/
#header-outer .search-window {position: fixed;top: -100%;left: 0;width: 100%;background: #ffffff;transition: .5s;z-index: 300;}
#header-outer .search-window.open {
top: 0;
}
#header-outer .search-window .wrap {position: relative;padding: 60px 0;background: #f0f0f0;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);}
#header-outer .search-window .close {position: absolute;top: 20px;left: 40px;}
#header-outer .search-window .close:hover {
cursor: pointer;
}
#header-outer .search-window .close span {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}
#header-outer .search-window .close span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #888;
  transform: rotate(45deg);
  top: 10px;
}
#header-outer .search-window .close span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #888;
  transform: rotate(-45deg);
  top: 10px;
}
#header-outer .search-window form {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
}
#header-outer .search-window dl.box {
  position: relative;
  margin: 0;
  background: none;
}
#header-outer .search-window dl.box dt {
  padding: 10px 40px;
  background: #fff;
  border-radius: 100px;
}
#header-outer .search-window dl.box dt input {
  font-size: 20px;
  height: 40px;
  line-height: 4px;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}
#header-outer .search-window dl.box dt input:focus {
    outline: none;
}
#header-outer .search-window dl.box dd {
  position: absolute;
  margin: 0;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#header-outer .search-window dl.box dd input.searchSubmit {
  display: block;
  background: none;
  border: none;
  width: 30px;
  height: 30px;
}
}

@media screen and (max-width:580px){
    /*ヘッダ上部帯
================*/
#h-top-obi{
  font-size: 11px;
  background: #f2f2f2;
  padding: 10px 0;
  color: #4b4b4b;
  line-height: 1;
  text-align: center;
}
	.obi-item{
		margin:0;
	}
/*左側*/
h1.obi-left{
  font-weight: normal;
}
/*右側*/
.obi-right{
  display: flex;
  align-items: center;
  justify-content:right;
  font-feature-settings: "palt";
}
.obi-right .h-freedial{
  margin:0 10px 0 0;
}
.obi-right .h-freedial a{
 display:flex;
 flex-wrap:wrap;
 align-items:center;
 font-size: 22px;
 font-weight: 600;
 color: #4b4b4b;
}
.obi-right .h-freedial a img{
 width:30px;
 margin: 0 8px 0 0;
}

/*メニューエリア
====================*/

/*中央*/
#h-logo{
	line-height:1;
}
	#h-logo .h-logo-area a{
  display:block;
  margin: 5px 0 0;
  max-width: 80px;
}
#h-logo .h-logo-area a img{
  max-width: 100%;
}
.h-logo-copy{
  font-weight:normal;
  font-size:12px;
  text-align:center;
}

/*左側・右側*/
.h-left,
.h-right{
  display:flex;
  align-items:center;
  width: 30%;
}
.h-left .pasonal-list li:last-child,
.h-right .pasonal-list li:first-child {
  margin: 0;
}
.h-left{
  justify-content:left;
}
.h-right{
  justify-content:right;
}
#header ul.pasonal-list{
  display:flex;
  flex-wrap:wrap;
}
.pasonal-list li{
  width:25px;
  margin: 0;
  line-height: 1;
  position: relative;
}
.h-left .pasonal-list li{
  margin: 0 25px 0 0;
}
.h-right .pasonal-list li{
  margin: 0 0 0 25px;
}
.pasonal-list li a{
  display:block;
}
/*ヘッダ検索　機能調整*/
#hNav ul#header-nav li#h-search{
  padding:0 0 0 30px;
}
#h-search #searchbox_wrap {
  margin: 0 0 0 auto;
  box-sizing: border-box;
  text-align: right;
  width: 100%;
}
#h-search #searchbox form {
  border: none;
  display: flex;
  align-items: center;
  height: 45px;
  padding: 0;
  border-bottom: 1px solid;
  justify-content: space-between;
  box-sizing: border-box;
}
#h-search #searchbox .searchbox {
  border: none;
  float: left;
  font-size: 13px;
  height: 35px;
  padding: 0 5px;
  width: calc(100% - 35px);
  color: #000;
}
#h-search #searchbox input[type=text]:focus {
    outline: none;
}
#h-search #searchbox input::placeholder {
    color:#000;
}
#hNav #h-search #searchbox .searchSubmit {
  width: 25px;
}

/*検索ポップアップ*/
#header-outer .search-window {position: fixed;top: -100%;left: 0;width: 100%;background: #ffffff;transition: .5s;z-index: 300;}
#header-outer .search-window.open {
top: 0;
}
#header-outer .search-window .wrap {position: relative;padding: 26px 0 26px;background: #f0f0f0;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);}
#header-outer .search-window .close {position: absolute;top: 10px;left: 15px;}
#header-outer .search-window .close:hover {
cursor: pointer;
}
#header-outer .search-window .close span {
  position: relative;
  width: 30px;
  height: 30px;
  display: block;
}
#header-outer .search-window .close span:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #888;
  transform: rotate(45deg);
  top: 10px;
}
#header-outer .search-window .close span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: #888;
  transform: rotate(-45deg);
  top: 10px;
}
#header-outer .search-window form {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
}
#header-outer .search-window dl.box {
  position: relative;
  margin: 0;
  background: none;
}
#header-outer .search-window dl.box dt {
  padding: 5px 30px;
  background: #fff;
  border-radius: 100px;
}
#header-outer .search-window dl.box dt input {
  font-size: 14px;
  height: 40px;
  line-height: 4px;
  width: 100%;
  background: none;
  border: none;
  padding: 0;
}
#header-outer .search-window dl.box dt input:focus {
    outline: none;
}
#header-outer .search-window dl.box dd {
  position: absolute;
  margin: 0;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
#header-outer .search-window dl.box dd input.searchSubmit {
  display: block;
  background: none;
  border: none;
  width: 24px;
  height: 24px;
}
}

/*========================================
header content area reset
==========================================*/
section>div:not(.accordion):not(.customersbox):not(.period):not(.form_t):not(.formlist):not(.titlebar_g):not(.pager):not(.required):not(.title):not(.formbox):not(.formbox_n):not(.title_c):not(.comment):not(.commentbox):not(.titlebar_g_o):not(.titlebar_list):not(.product_img):not(#sub_img):not([class^=mp_itemgroup_layout]):not([id^=mp_ta_free]):not([class^=mp_itemfreepage_layout]):not([class^=mp_itemcategory_layout]):first-child {
    padding: 0;
    margin: 0;
    background: #fff!important;
}
#footer section>div:not(.accordion):not(.customersbox):not(.period):not(.form_t):not(.formlist):not(.titlebar_g):not(.pager):not(.required):not(.title):not(.formbox):not(.formbox_n):not(.title_c):not(.comment):not(.commentbox):not(.titlebar_g_o):not(.titlebar_list):not(.product_img):not(#sub_img):not([class^=mp_itemgroup_layout]):not([id^=mp_ta_free]):not([class^=mp_itemfreepage_layout]):not([class^=mp_itemcategory_layout]):first-child {
    padding: 0!important;
    margin: 0 auto;
    background: #301810!important;
}
#footer section>div.f-copyright-inner:not(.accordion):not(.customersbox):not(.period):not(.form_t):not(.formlist):not(.titlebar_g):not(.pager):not(.required):not(.title):not(.formbox):not(.formbox_n):not(.title_c):not(.comment):not(.commentbox):not(.titlebar_g_o):not(.titlebar_list):not(.product_img):not(#sub_img):not([class^=mp_itemgroup_layout]):not([id^=mp_ta_free]):not([class^=mp_itemfreepage_layout]):not([class^=mp_itemcategory_layout]):first-child {
    background: #fff!important;
}
footer section>div.freearea:first-child {
    background: #212b5c !important;
}

div#cart-footer, footer {
    background-color: #404040;
    overflow: hidden;
    height: auto;
    margin: 10% 0 0;
}

/*========================================
footer
==========================================*/
/*大枠
================*/
div#cart-footer, footer {
  background-color: #fff;
  position: inherit;
  height: auto;
  margin: 0;
  overflow: hidden;
}
/*最近チェックした商品
===================*/
.vieweitem-cont-area,
.likeitem-cont-area{
	max-width: 1500px;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 70px 0;
}
#sect-likeitem{
  background:#F3F2F0;
}
@media screen and (max-width:768px){
	.vieweitem-cont-area,
.likeitem-cont-area{
		margin: 0 auto;
		padding: 50px 0;
		width: auto;
	}
}
@media screen and (max-width:580px){
	.vieweitem-cont-area,
.likeitem-cont-area{
		margin: 0 auto;
		/* width: 90%; */
		padding: 50px 0;
	}
}

/*お買い物ガイド
================*/
.f-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 90%;
}
.f-guide-area {
  background-color: #f0f0f0;
  padding: 100px 0 50px;
  margin: 50px 0 0;
}

.f-guide-main {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
}

.f-guide-main > li {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* カラム間の縦線 */
.f-guide-main > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}

.f-guide-main figure {
  margin: 0 auto 10px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-guide-main figure img {
  max-height: 100%;
  width: auto;
}

.f-guide-main .txt-guide {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.f-guide-main .txt-guide span {
  display: block;
  font-size: 29px;
  margin: 0 0 10px;
  font-weight: 300;
}
.f-guide-main .txt-guide span b{
    font-size: 30px;
  margin:0;
  font-weight: 300;
  font-family: "Jost", sans-serif;

}
.f-guide-main .txt-guide strong {
  display: block;
  font-size: 25px;
  font-weight: normal;
  line-height: 1.2;
}
.f-guide-main .txt-guide strong span{
  font-size: 20px;
  margin:0;
}

.f-guide-main .txt-guide small {
  display: block;
  font-size: 14px;
  font-weight: normal;
}
/* 配送料金用のボックス調整 */
.shipping-fee-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.shipping-fee-box p {
  margin: 0;
  font-size: 13px;
}
.shipping-fee-box p span{
  font-size:20px;
  margin:0;
}
.shipping-fee-box p b{
  font-size: 45px;
  margin:0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
.shipping-fee-box strong {
  display: block;
  font-size: 18px;
  color: #333333;
}

.shipping-fee-box small {
  display: block;
  font-size: 10px;
  white-space: nowrap;
}

/*1つ目*/
.f-guide-main > li:nth-child(1) .txt-guide >span {
  position:relative;
}
.f-guide-main > li:nth-child(1) .txt-guide span >small {
  display: unset;
  font-size: 10px;
  position:absolute;
  top:0;
}

/*2つ目*/
.f-guide-main > li:nth-child(2) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(2) .txt-guide span small{
  font-size:20px;
}
.f-guide-main > li:nth-child(2)  .txt-guide strong {
  font-size: 40px;
  font-weight: 300;
}
/*3つ目*/
.f-guide-main > li:nth-child(3) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  font-size:25px;
}
.f-guide-main > li:nth-child(3) .txt-guide span small{
  font-size:20px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong {
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong b{
  font-size: 45px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}

/*お買い物ガイド（詳細パネル）
================*/
.f-guide-panel-area {
  background-color: #f0f0f0;
  padding: 0 0 100px;
}

/* PC: 4カラムGrid */
.foot-list-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
}

.foot-list-inner > li {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.info-alone {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* タイトル */
.footer-info-title {
  display: block;
  position: relative;
  padding: 20px 10px;
  line-height: 1.4;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

/* コンテンツエリア（開閉部分） */
.footer-info-toggle {
  padding: 0 20px 20px;
  list-style: none;
  font-size: 13px;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ボタンを最下部に押しやるため */
  box-sizing: border-box;
}

.cont-box {
  flex-grow: 1;
}

/* 共通バッジスタイル */
.lbl {
  background-color: #EDEDED;
  color: #333;
  padding: 3px;
  width: 125px;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 5px;
  letter-spacing: 0;
  margin: 0 2% 0 0;
}

/* パネル1: お支払い方法・パネル4: ラッピング */
.freearea ul.design-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-list li:first-child,
.wrap-list li:first-child {
  border-top: 1px solid #eee;
}
.payment-list li,
.wrap-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  flex-wrap: wrap;
}

.payment-list li:last-child,
.wrap-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.payment-list li img {
  max-width: 200px;
  display: block;
  width: 100%;
}
.payment-list li a {
  max-width: 90px;
}

.payment-list li small {
  font-size: 13px;
  margin-left: 10px;
  line-height: 1.3;
}

.wrap-desc {
  margin: 0 0 15px;
}

.wrap-list li .price-txt {
  margin-left: 10px;
}

/* パネル2: 送料について */
.shipping-info {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.shipping-info:first-child {
  border-bottom: 1px solid #eee;
}

.shipping-info .lbl {
  margin-right: 15px;
  height: -webkit-fill-available;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-box {
  display: flex;
  flex-direction: column;
  width: 60%;
  text-align: center;
}

.price-box .price {
  line-height: 1;
  color: #333;
  font-size: 28px;
  margin: 0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  text-align: center;
}

.price-box .price span {
  font-size: 12px;
  font-weight: normal;
}

.price-box small {
  font-size: 12px;
}

.note {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
  display: flex;
}
.note i{
  font-style:normal
}

/* パネル3: 発送について */
.dispatch-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.lbl-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100px;
  flex-shrink: 0;
  width: 56%;
}

.lbl-group span {
  background-color: #EDEDED;
  padding: 3px 10px;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 5px;
  display: block;
  width: fit-content;
  line-height: 1.2;
}

.arrow {
  font-size: 12px;
  margin: 0 5% 0 0;
  border: none;
  position: unset;
  height: auto;
}
.arrow:before {
  content:"";
  width: 12px;
  height: 20px;
  display:block;
  background:url(../img/f-arrow-right.svg)no-repeat;
  background-size: contain;
}
.result-box {
  background-color: #EDEDED;
  padding: 10px 5px;
  font-size: 13px;
  text-align: center;
  flex-grow: 1;
  line-height: 1.4;
  height: -webkit-fill-available;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}


/* 詳細はこちらボタン */
.btn-area {
  margin: 20px 0;
}

.btn-area a {
  display: block;
  background-color: #2b2c30;
  color: #fff;
  border: none;
  width: 100%;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
  letter-spacing: 1px;
  margin: 0 auto;
  border-radius: 5px;
  text-decoration: none;
  padding: 11px;
  max-width: 80%;
  line-height: 1.5;
  box-sizing: border-box;
}

.btn-area a:hover {
  opacity: 1;
}

/*フッタメニュー
================*/
.f-menu-area {
  background-color: #2b2c30;
  color: #ffffff;
  padding: 50px 0 0;
}

.f-menu-area .f-inner.flex {
  align-items: flex-start;
  border-bottom: 1px solid #5E5E66;
  padding: 0 0 50px;
}

/* 左側：ショップ情報 */
.f-left {
  width: 45%;
  min-width: 300px;
}

.f-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}

.f-logo > a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  max-width: 150px;
  margin:0 30px 0 0;
}

.logo-sub {
  font-size: 11px;
  letter-spacing: 1px;
  color: #cccccc;
}

.logo-main {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* SNSリンク */
.freearea ul.sns-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.sns-link li{
  width:30px;
  margin:0 20px 0 0;
}
.sns-link li a {
  display: block;
  transition: opacity 0.2s;
}

.sns-link li a:hover {
  opacity: 0.8;
}

.sns-link li img {
  width: 100%;
  height: auto;
}

/* 詳細情報表（営業時間など） */
.f-shop-info{
  letter-spacing:1px;
}
.f-shop-info p {
  font-size: 16px;
  margin: 0 0 15px 0;
  color: #ffffff;
}

.f-shop-info dl {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 10px;
  font-size: 12px;
}

.f-shop-info dt {
  background-color: #ffffff;
  color: #2b2c30;
  font-size: 13px;
  text-align: center;
  padding: 4px;
  line-height: 14px;
  box-sizing: border-box;
  width: 75px;
}

.f-shop-info dd {
  margin: 0;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
}

/* 右側：メニュー */
.f-right {
  width: 30%;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

.f-box {
  flex: 1;
  letter-spacing: 1px;
}

.f-box h4 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  border-bottom: 1px solid #5E5E66;
  font-weight: 500;
  line-height: 1.4;
}

.freearea ul.f-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.f-menu li {
  margin: 0 0 20px;
  line-height: 1.4;
}

.f-menu li a {
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
  color: #fff;
}

.f-menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* コピーライトエリア
================*/
.f-copyright-area {
  background-color: #2b2c30;
  color: #ccc;
  padding: 20px 0;
  font-size: 12px;
  /* border-top: 1px solid #38393e; */
  letter-spacing: 1px;
}

.f-copyright-area .f-inner.flex {
  align-items: center;
}

.f-guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.f-guide-list li{
  list-style: none;
}

.f-guide-list li a {
  color: #888888;
  text-decoration: none;
}

.f-guide-list li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

section>div.freearea p.txt-cr {
  margin: 0;
  color: #888888;
  margin: 0 auto;
}
@media screen and (max-width:1400px){
 /*お買い物ガイド
================*/
.f-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 90%;
}
.f-guide-area {
  background-color: #f0f0f0;
  padding: 100px 0 50px;
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
}

.f-guide-main {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
}

.f-guide-main > li {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 15px 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* カラム間の縦線 */
.f-guide-main > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}

.f-guide-main figure {
  margin: 0 auto 10px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-guide-main figure img {
  max-height: 100%;
  width: auto;
}

.f-guide-main .txt-guide {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.f-guide-main .txt-guide span {
  display: block;
  font-size: 26px;
  margin: 0 0 10px;
  font-weight: 300;
}
.f-guide-main .txt-guide span b{
    font-size: 30px;
  margin:0;
  font-weight: 300;
  font-family: "Jost", sans-serif;

}
.f-guide-main .txt-guide strong {
  display: block;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.2;
}
.f-guide-main .txt-guide strong span{
  font-size: 16px;
  margin:0;
}

.f-guide-main .txt-guide small {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
/* 配送料金用のボックス調整 */
.shipping-fee-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 20px;
}
section>div.freearea .shipping-fee-box p {
  margin: 0;
  font-size: 13px;
}
.shipping-fee-box p span{
  font-size:20px;
  margin:0;
}
.shipping-fee-box p b{
  font-size: 40px;
  margin:0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
.shipping-fee-box strong {
  display: block;
  font-size: 18px;
  color: #333333;
}

.shipping-fee-box small {
  display: block;
  font-size: 10px;
  white-space: nowrap;
}

/*1つ目*/
.f-guide-main > li:nth-child(1) .txt-guide >span {
  position:relative;
}
.f-guide-main > li:nth-child(1) .txt-guide span >small {
  display: unset;
  font-size: 10px;
  position:absolute;
  top:0;
}

/*2つ目*/
.f-guide-main > li:nth-child(2) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(2) .txt-guide span small{
  font-size:20px;
}
.f-guide-main > li:nth-child(2)  .txt-guide strong {
  font-size: 35px;
  font-weight: 300;
}
/*3つ目*/
.f-guide-main > li:nth-child(3) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  font-size: 22px;
}
.f-guide-main > li:nth-child(3) .txt-guide span small{
  font-size:20px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong {
  font-size: 27px;
  font-weight: 300;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong b{
  font-size: 40px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}

/*お買い物ガイド（詳細パネル）
================*/
.f-guide-panel-area {
  background-color: #f0f0f0;
  padding: 0 0 100px;
}

/* PC: 4カラムGrid */
.foot-list-inner {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: unset;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot-list-inner > li {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 49%;
  margin: 0 0 2%;
}

.info-alone {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* タイトル */
.footer-info-title {
  display: block;
  position: relative;
  padding: 20px 10px;
  line-height: 1.4;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

/* コンテンツエリア（開閉部分） */
.footer-info-toggle {
  padding: 0 20px 20px;
  list-style: none;
  font-size: 13px;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ボタンを最下部に押しやるため */
  box-sizing: border-box;
}

.cont-box {
  flex-grow: 1;
}

/* 共通バッジスタイル */
.lbl {
  background-color: #EDEDED;
  color: #333;
  padding: 3px;
  width: 125px;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 5px;
  letter-spacing: 0;
  margin: 0 2% 0 0;
}

/* パネル1: お支払い方法・パネル4: ラッピング */
.freearea ul.design-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-list li:first-child,
.wrap-list li:first-child {
  border-top: 1px solid #eee;
}
.payment-list li,
.wrap-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  flex-wrap: wrap;
}

.payment-list li:last-child,
.wrap-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.payment-list li img {
  max-width: 200px;
  display: block;
  width: 100%;
}
.payment-list li a {
  max-width: 90px;
}

.payment-list li small {
  font-size: 13px;
  margin-left: 10px;
  line-height: 1.3;
}

.wrap-desc {
  margin: 0 0 15px;
}

.wrap-list li .price-txt {
  margin-left: 10px;
}

/* パネル2: 送料について */
.shipping-info {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.shipping-info:first-child {
  border-bottom: 1px solid #eee;
}

.shipping-info .lbl {
  margin-right: 15px;
  height: -webkit-fill-available;
  display: flex;
  justify-content: center;
  align-items: center;
}

.price-box {
  display: flex;
  flex-direction: column;
  width: 60%;
  text-align: center;
}

.price-box .price {
  line-height: 1;
  color: #333;
  font-size: 28px;
  margin: 0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  text-align: center;
}

.price-box .price span {
  font-size: 12px;
  font-weight: normal;
}

.price-box small {
  font-size: 12px;
}

.note {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
  display: flex;
}

/* パネル3: 発送について */
.dispatch-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.lbl-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100px;
  flex-shrink: 0;
  width: 56%;
}

.lbl-group span {
  background-color: #EDEDED;
  padding: 3px 10px;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 5px;
}

.arrow {
  font-size: 12px;
  margin: 0 5% 0 0;
}
.arrow:before {
  content:"";
  width: 12px;
  height: 20px;
  display:block;
  background:url(../img/f-arrow-right.svg)no-repeat;
  background-size: contain;
}
.result-box {
  background-color: #EDEDED;
  padding: 10px 5px;
  font-size: 13px;
  text-align: center;
  flex-grow: 1;
  line-height: 1.4;
  height: -webkit-fill-available;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 詳細はこちらボタン */
.btn-area {
  margin: 20px 0;
}

.btn-area a {
  display: block;
  background-color: #2b2c30;
  color: #fff;
  border: none;
  width: 100%;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
  letter-spacing: 1px;
  margin: 0 auto;
  border-radius: 5px;
  text-decoration: none;
  padding: 11px;
  max-width: 80%;
  line-height: 1.5;
  box-sizing: border-box;
}

.btn-area a:hover {
  opacity: 1;
}

/*フッタメニュー
================*/
.f-menu-area {
  background-color: #2b2c30;
  color: #ffffff;
  padding: 50px 0 0;
}

.f-menu-area .f-inner.flex {
  align-items: flex-start;
  border-bottom: 1px solid #5E5E66;
  padding: 0 0 50px;
}

/* 左側：ショップ情報 */
.f-left {
  width: 45%;
  min-width: 300px;
}

.f-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}

.f-logo > a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  max-width: 150px;
  margin:0 30px 0 0;
}

.logo-sub {
  font-size: 11px;
  letter-spacing: 1px;
  color: #cccccc;
}

.logo-main {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* SNSリンク */
.freearea ul.sns-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns-link li{
  width:30px;
  margin:0 20px 0 0;
}
.sns-link li a {
  display: block;
  transition: opacity 0.2s;
}

.sns-link li a:hover {
  opacity: 0.8;
}

.sns-link li img {
  width: 100%;
  height: auto;
}

/* 詳細情報表（営業時間など） */
.f-shop-info{
  letter-spacing:1px;
}
.f-shop-info p {
  font-size: 16px;
  margin: 0 0 15px 0;
  color: #ffffff;
}

.f-shop-info dl {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 10px;
  font-size: 12px;
}

.f-shop-info dt {
  background-color: #ffffff;
  color: #2b2c30;
  font-size: 13px;
  text-align: center;
  padding: 4px;
  line-height: 14px;
  box-sizing: border-box;
  width: 75px;
}

.f-shop-info dd {
  margin: 0;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
}

/* 右側：メニュー */
.f-right {
  width: 30%;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

.f-box {
  flex: 1;
  letter-spacing: 1px;
}

.f-box h4 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  border-bottom: 1px solid #5E5E66;
  font-weight: 500;
}

.freearea ul.f-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.f-menu li a {
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
  color: #fff;
}

.f-menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* コピーライトエリア
================*/
.f-copyright-area {
  background-color: #2b2c30;
  color: #ccc;
  padding: 20px 0;
  font-size: 12px;
  /* border-top: 1px solid #38393e; */
  letter-spacing: 1px;
}

.f-copyright-area .f-inner.flex {
  align-items: center;
}

.f-guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.f-guide-list li a {
  color: #888888;
  text-decoration: none;
}

.f-guide-list li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

section>div.freearea p.txt-cr {
  /* margin: 0; */
  color: #888888;
} 
}

@media screen and (max-width:960px){
 /*お買い物ガイド
================*/
.f-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 90%;
}
.f-guide-area {
  background-color: #F7F7F7;
  padding: 70px 0 30px;
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
}

.f-guide-main {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
}

.f-guide-main > li {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 15px 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

/* カラム間の縦線 */
.f-guide-main > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}

.f-guide-main figure {
  margin: 0 auto 10px;
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-guide-main figure img {
  max-height: 45px;
  width: auto;
}

.f-guide-main .txt-guide {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.f-guide-main .txt-guide span {
  display: block;
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 300;
}
.f-guide-main .txt-guide span b{
    font-size: 22px;
    margin:0;
    font-weight: 300;
    font-family: "Jost", sans-serif;
}
.f-guide-main .txt-guide strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}
.f-guide-main .txt-guide strong span{
  font-size: 16px;
  margin:0;
}

.f-guide-main .txt-guide small {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
/* 配送料金用のボックス調整 */
.shipping-fee-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 20px;
}
section>div.freearea .shipping-fee-box p {
  margin: 0;
  font-size: 13px;
}
.shipping-fee-box p span{
  font-size:20px;
  margin:0;
}
.shipping-fee-box p b{
  font-size: 25px;
  margin:0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
.shipping-fee-box strong {
  display: block;
  font-size: 18px;
  color: #333333;
}

.shipping-fee-box small {
  display: block;
  font-size: 10px;
  white-space: nowrap;
}

/*1つ目*/
.f-guide-main > li:nth-child(1) .txt-guide >span {
  position:relative;
}
.f-guide-main > li:nth-child(1) .txt-guide span >small {
  display: unset;
  font-size: 10px;
  position:absolute;
  top:0;
}

/*2つ目*/
.f-guide-main > li:nth-child(2) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(2) .txt-guide span small{
  font-size: 14px;
}
.f-guide-main > li:nth-child(2)  .txt-guide strong {
  font-size: 20px;
  font-weight: 300;
}
/*3つ目*/
.f-guide-main > li:nth-child(3) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  font-size: 18px;
}
.f-guide-main > li:nth-child(3) .txt-guide span small{
  font-size:20px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong b{
  font-size: 25px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}

/*お買い物ガイド（詳細パネル）
================*/
.f-guide-panel-area {
  background-color: #f0f0f0;
  padding: 0 0 70px;
}

/* PC: 4カラムGrid */
.foot-list-inner {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: unset;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot-list-inner > li {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 49%;
  margin: 0 0 2%;
}

.info-alone {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* タイトル */
.footer-info-title {
  display: block;
  position: relative;
  padding: 20px 10px;
  line-height: 1.4;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

/* コンテンツエリア（開閉部分） */
.footer-info-toggle {
  padding: 0 4% 20px;
  list-style: none;
  font-size: 13px;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ボタンを最下部に押しやるため */
  box-sizing: border-box;
}

.cont-box {
  flex-grow: 1;
}

/* 共通バッジスタイル */
.lbl {
  background-color: #EDEDED;
  color: #333;
  padding: 3px;
  width: auto;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 5px;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  display: block;
}

/* パネル1: お支払い方法・パネル4: ラッピング */
.freearea ul.design-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-list li:first-child,
.wrap-list li:first-child {
  border-top: none;
}
.payment-list li,
.wrap-list li {
  display: block;
  align-items: center;
  border-bottom: none;
  padding: 10px 0;
  flex-wrap: wrap;
}

.payment-list li:last-child,
.wrap-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.payment-list li img {
  max-width: 200px;
  display: block;
  width: 100%;
}
.payment-list li a {
  max-width: 90px;
  display: block;
}

.payment-list li small {
  font-size: 13px;
  margin-left: 10px;
  line-height: 1.3;
}

.wrap-desc {
  margin: 0 0 15px;
}

.wrap-list li .price-txt {
  margin-left: 10px;
}

/* パネル2: 送料について */
.shipping-info {
  display: block;
  align-items: center;
  padding: 10px 0;
}
.shipping-info:first-child {
  border-bottom: 1px solid #eee;
}

.shipping-info .lbl {
  margin-right: 0;
  height: auto;
  display: block;
  justify-content: center;
  align-items: center;
  width: auto;
}

.price-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.price-box .price {
  line-height: 1;
  color: #333;
  font-size: 28px;
  margin: 0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  text-align: center;
}

.price-box .price span {
  font-size: 12px;
  font-weight: normal;
}

.price-box small {
  font-size: 12px;
}

.note {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
  display: flex;
}

/* パネル3: 発送について */
.dispatch-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.lbl-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100px;
  flex-shrink: 0;
  width: 56%;
}

.lbl-group span {
  background-color: #EDEDED;
  padding: 3px 10px;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 5px;
}

.arrow {
  font-size: 12px;
  margin: 0 5% 0 0;
}
.arrow:before {
  content:"";
  width: 12px;
  height: 20px;
  display:block;
  background:url(../img/f-arrow-right.svg)no-repeat;
  background-size: contain;
}
.result-box {
  background-color: #EDEDED;
  padding: 10px 5px;
  font-size: 13px;
  text-align: center;
  flex-grow: 1;
  line-height: 1.4;
  height: -webkit-fill-available;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 詳細はこちらボタン */
.btn-area {
  margin: 20px 0;
}

.btn-detail {
  display: block;
  background-color: #2b2c30;
  color: #fff;
  border: none;
  width: 100%;
  padding: 6px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
  letter-spacing: 1px;
  max-width: 170px;
  margin: 0 auto;
  border-radius: 5px;
}

.btn-detail:hover {
  opacity: 0.8;
}

/*フッタメニュー
================*/
.f-menu-area {
  background-color: #2b2c30;
  color: #ffffff;
  padding: 50px 0 0;
}

.f-menu-area .f-inner.flex {
  align-items: flex-start;
  border-bottom: 1px solid #5E5E66;
  padding: 0 0 50px;
}

/* 左側：ショップ情報 */
.f-left {
  width: 45%;
  min-width: 300px;
}

.f-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}

.f-logo > a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  max-width: 150px;
  margin:0 30px 0 0;
}

.logo-sub {
  font-size: 11px;
  letter-spacing: 1px;
  color: #cccccc;
}

.logo-main {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* SNSリンク */
.freearea ul.sns-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns-link li{
  width:30px;
  margin:0 20px 0 0;
}
.sns-link li a {
  display: block;
  transition: opacity 0.2s;
}

.sns-link li a:hover {
  opacity: 0.8;
}

.sns-link li img {
  width: 100%;
  height: auto;
}

/* 詳細情報表（営業時間など） */
.f-shop-info{
  letter-spacing:1px;
}
.f-shop-info p {
  font-size: 16px;
  margin: 0 0 15px 0;
  color: #ffffff;
}

.f-shop-info dl {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 10px;
  font-size: 12px;
}

.f-shop-info dt {
  background-color: #ffffff;
  color: #2b2c30;
  font-size: 13px;
  text-align: center;
  padding: 4px;
  line-height: 14px;
  box-sizing: border-box;
  width: 75px;
}

.f-shop-info dd {
  margin: 0;
  color: #ffffff;
  line-height: 18px;
  font-size: 16px;
}

/* 右側：メニュー */
.f-right {
  width: 30%;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

.f-box {
  flex: 1;
  letter-spacing: 1px;
}

.f-box h4 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 14px;
  font-weight: normal;
  color: #ffffff;
  border-bottom: 1px solid #5E5E66;
  font-weight: 500;
}

.freearea ul.f-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

.f-menu li a {
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
  color: #fff;
}

.f-menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* コピーライトエリア
================*/
.f-copyright-area {
  background-color: #2b2c30;
  color: #ccc;
  padding: 20px 0;
  font-size: 12px;
  /* border-top: 1px solid #38393e; */
  letter-spacing: 1px;
}

.f-copyright-area .f-inner.flex {
  align-items: center;
}

.f-guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.f-guide-list li a {
  color: #888888;
  text-decoration: none;
}

.f-guide-list li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

section>div.freearea p.txt-cr {
  /* margin: 0; */
  color: #888888;
} 
}





@media screen and (max-width:768px){
 /*お買い物ガイド
================*/
.f-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 90%;
}
.f-guide-area {
  background-color: #f0f0f0;
  padding: 50px 0 30px;
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
}

.f-guide-main {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  align-items: stretch;
}

.f-guide-main > li {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 15px 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: unset;
  box-sizing: border-box;
  margin: 10px 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

/* カラム間の縦線 */
.f-guide-main > li:not(:last-child)::after {
  content: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}

.f-guide-main figure {
  margin: 0;
  width: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-guide-main figure img {
  max-height: max-content;
  width: auto;
}

.f-guide-main .txt-guide {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  flex-grow: unset;
  display: block;
  flex-direction: column;
  justify-content: center;
  width: 55%;
  max-width: 240px;
}

.f-guide-main .txt-guide span {
  display: block;
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 300;
}
.f-guide-main .txt-guide span b{
    font-size: 22px;
    margin:0;
    font-weight: 300;
    font-family: "Jost", sans-serif;
}
.f-guide-main .txt-guide strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}
.f-guide-main .txt-guide strong span{
  font-size: 16px;
  margin:0;
}

.f-guide-main .txt-guide small {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
/* 配送料金用のボックス調整 */
.shipping-fee-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 20px;
}
section>div.freearea .shipping-fee-box p {
  margin: 0;
  font-size: 13px;
}
.shipping-fee-box p span{
  font-size:20px;
  margin:0;
}
.shipping-fee-box p b{
  font-size: 25px;
  margin:0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
.shipping-fee-box strong {
  display: block;
  font-size: 18px;
  color: #333333;
}

.shipping-fee-box small {
  display: block;
  font-size: 10px;
  white-space: nowrap;
}

/*1つ目*/
.f-guide-main > li:nth-child(1) .txt-guide >span {
  position:relative;
}
.f-guide-main > li:nth-child(1) .txt-guide span >small {
  display: unset;
  font-size: 10px;
  position:absolute;
  top:0;
}

/*2つ目*/
.f-guide-main > li:nth-child(2) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(2) .txt-guide span small{
  font-size: 14px;
}
.f-guide-main > li:nth-child(2)  .txt-guide strong {
  font-size: 20px;
  font-weight: 300;
}
/*3つ目*/
.f-guide-main > li:nth-child(3) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  font-size: 18px;
}
.f-guide-main > li:nth-child(3) .txt-guide span small{
  font-size:20px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong b{
  font-size: 25px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}

/*お買い物ガイド（詳細パネル）
================*/
.f-guide-panel-area {
  background-color: #f0f0f0;
  padding: 0 0 50px;
}

/* PC: 4カラムGrid */
.foot-list-inner {
  display: flex;
  grid-template-columns: repeat(4, 1fr);
  gap: unset;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot-list-inner > li {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 49%;
  margin: 0 0 2%;
}

.info-alone {
  margin: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* タイトル */
.footer-info-title {
  display: block;
  position: relative;
  padding: 20px 10px;
  line-height: 1.4;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

/* コンテンツエリア（開閉部分） */
.footer-info-toggle {
  padding: 0 4% 20px;
  list-style: none;
  font-size: 13px;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ボタンを最下部に押しやるため */
  box-sizing: border-box;
}

.cont-box {
  flex-grow: 1;
}

/* 共通バッジスタイル */
.lbl {
  background-color: #EDEDED;
  color: #333;
  padding: 3px;
  width: auto;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 5px;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  display: block;
}

/* パネル1: お支払い方法・パネル4: ラッピング */
.freearea ul.design-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-list li:first-child,
.wrap-list li:first-child {
  border-top: none;
}
.payment-list li,
.wrap-list li {
  display: block;
  align-items: center;
  border-bottom: none;
  padding: 10px 0;
  flex-wrap: wrap;
}

.payment-list li:last-child,
.wrap-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.payment-list li img {
  max-width: 200px;
  display: block;
  width: 100%;
}
.payment-list li a {
  max-width: 90px;
  display: block;
}

.payment-list li small {
  font-size: 13px;
  margin-left: 10px;
  line-height: 1.3;
}

.wrap-desc {
  margin: 0 0 15px;
}

.wrap-list li .price-txt {
  margin-left: 10px;
}

/* パネル2: 送料について */
.shipping-info {
  display: block;
  align-items: center;
  padding: 10px 0;
}
.shipping-info:first-child {
  border-bottom: 1px solid #eee;
}

.shipping-info .lbl {
  margin-right: 0;
  height: auto;
  display: block;
  justify-content: center;
  align-items: center;
  width: auto;
}

.price-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.price-box .price {
  line-height: 1;
  color: #333;
  font-size: 28px;
  margin: 0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  text-align: center;
}

.price-box .price span {
  font-size: 12px;
  font-weight: normal;
}

.price-box small {
  font-size: 12px;
}

.note {
  font-size: 12px;
  margin-top: 10px;
  line-height: 1.4;
  display: flex;
}

/* パネル3: 発送について */
.dispatch-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.lbl-group {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 100px;
  flex-shrink: 0;
  width: 56%;
}

.lbl-group span {
  background-color: #EDEDED;
  padding: 3px 10px;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 5px;
}

.arrow {
  font-size: 12px;
  margin: 0 5% 0 0;
}
.arrow:before {
  content:"";
  width: 12px;
  height: 20px;
  display:block;
  background:url(../img/f-arrow-right.svg)no-repeat;
  background-size: contain;
}
.result-box {
  background-color: #EDEDED;
  padding: 10px 5px;
  font-size: 13px;
  text-align: center;
  flex-grow: 1;
  line-height: 1.4;
  height: -webkit-fill-available;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 詳細はこちらボタン */
.btn-area {
  margin: 20px 0;
}

.btn-detail {
  display: block;
  background-color: #2b2c30;
  color: #fff;
  border: none;
  width: 100%;
  padding: 6px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
  letter-spacing: 1px;
  max-width: 170px;
  margin: 0 auto;
  border-radius: 5px;
}

.btn-detail:hover {
  opacity: 0.8;
}

/*フッタメニュー
================*/
.f-menu-area {
  background-color: #2b2c30;
  color: #ffffff;
  padding: 50px 0 0;
}

.f-menu-area .f-inner.flex {
  align-items: flex-start;
  border-bottom: 1px solid #5E5E66;
  padding: 0 0 30px;
}

/* 左側：ショップ情報 */
.f-left {
  width: 100%;
  min-width: unset;
  margin: 0 0 50px;
}

.f-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}

.f-logo > a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  max-width: 100px;
  margin: 0 20px 0 0;
}

.logo-sub {
  font-size: 11px;
  letter-spacing: 1px;
  color: #cccccc;
}

.logo-main {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* SNSリンク */
.freearea ul.sns-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns-link li{
  width: 25px;
  margin: 0 15px 0 0;
}
.sns-link li a {
  display: block;
  transition: opacity 0.2s;
}

.sns-link li a:hover {
  opacity: 0.8;
}

.sns-link li img {
  width: 100%;
  height: auto;
}

/* 詳細情報表（営業時間など） */
.f-shop-info{
  letter-spacing:1px;
}
.f-shop-info p {
  font-size: 12px;
  margin: 0 0 15px 0;
  color: #ffffff;
}

.f-shop-info dl {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 10px;
  font-size: 12px;
}

.f-shop-info dt {
  background-color: #ffffff;
  color: #2b2c30;
  font-size: 12px;
  text-align: center;
  padding: 4px;
  line-height: 14px;
  box-sizing: border-box;
  width: 75px;
}

.f-shop-info dd {
  margin: 0;
  color: #ffffff;
  line-height: 18px;
  font-size: 13px;
}

/* 右側：メニュー */
.f-right {
  width: 100%;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.f-box {
  flex: 1;
  letter-spacing: 1px;
}

.f-box h4 {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  border-bottom: 1px solid #5E5E66;
  font-weight: 500;
}

.freearea ul.f-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.f-menu li {
  margin: 0 0 15px;
}

.f-menu li a {
  text-decoration: none;
  font-size: 12px;
  transition: color 0.2s;
  color: #fff;
}

.f-menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* コピーライトエリア
================*/
.f-copyright-area {
  background-color: #2b2c30;
  color: #ccc;
  padding: 20px 0;
  font-size: 12px;
  /* border-top: 1px solid #38393e; */
  letter-spacing: 1px;
}

.f-copyright-area .f-inner.flex {
  align-items: center;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.f-guide-list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.f-guide-list li a {
  color: #888888;
  text-decoration: none;
}

.f-guide-list li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

section>div.freearea p.txt-cr {
  /* margin: 0; */
  color: #888888;
} 
}



@media screen and (max-width:580px){
 /*お買い物ガイド
================*/
.f-inner {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  width: 90%;
}
.f-guide-area {
  background-color: #f0f0f0;
  padding: 50px 0 30px;
  /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
}

.freearea ul.f-guide-main {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  align-items: stretch;
}

.f-guide-main > li {
  flex: 1;
  text-align: center;
  position: relative;
  padding: 15px 5px;
  box-sizing: border-box;
  display: flex;
  flex-direction: unset;
  box-sizing: border-box;
  margin: 10px 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

/* カラム間の縦線 */
.f-guide-main > li:not(:last-child)::after {
  content: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
}

.f-guide-main figure {
  margin: 0;
  width: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.f-guide-main figure img {
  max-height: max-content;
  width: auto;
}

.f-guide-main .txt-guide {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  flex-grow: unset;
  display: block;
  flex-direction: column;
  justify-content: center;
  width: 69%;
  max-width: 250px;
}

.f-guide-main .txt-guide span {
  display: block;
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 300;
}
.f-guide-main .txt-guide span b{
    font-size: 22px;
    margin:0;
    font-weight: 300;
    font-family: "Jost", sans-serif;
}
.f-guide-main .txt-guide strong {
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
}
.f-guide-main .txt-guide strong span{
  font-size: 16px;
  margin:0;
}

.f-guide-main .txt-guide small {
  display: block;
  font-size: 10px;
  font-weight: normal;
}
/* 配送料金用のボックス調整 */
.shipping-fee-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 0px;
}
section>div.freearea .shipping-fee-box p {
  margin: 0;
  font-size: 13px;
}
.shipping-fee-box p span{
  font-size:20px;
  margin:0;
}
.shipping-fee-box p b{
  font-size: 25px;
  margin:0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}
.shipping-fee-box strong {
  display: block;
  font-size: 18px;
  color: #333333;
}

.shipping-fee-box small {
  display: block;
  font-size: 10px;
  white-space: nowrap;
}

/*1つ目*/
.f-guide-main > li:nth-child(1) .txt-guide >span {
  position:relative;
}
.f-guide-main > li:nth-child(1) .txt-guide span >small {
  display: unset;
  font-size: 10px;
  position:absolute;
  top:0;
}

/*2つ目*/
.f-guide-main > li:nth-child(2) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(2) .txt-guide span small{
  font-size: 14px;
}
.f-guide-main > li:nth-child(2)  .txt-guide strong {
  font-size: 20px;
  font-weight: 300;
}
/*3つ目*/
.f-guide-main > li:nth-child(3) .txt-guide span {
  display:flex;
  align-items: baseline;
  justify-content: center;
  margin: 0;
  font-size: 18px;
}
.f-guide-main > li:nth-child(3) .txt-guide span small{
  font-size:20px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong {
  font-size: 18px;
  font-weight: 300;
  margin: 0 0 5px;
}
.f-guide-main > li:nth-child(3)  .txt-guide strong b{
  font-size: 25px;
  font-weight: 300;
  font-family: "Jost", sans-serif;
}

/*お買い物ガイド（詳細パネル）
================*/
.f-guide-panel-area {
  background-color: #f0f0f0;
  padding: 0 0 50px;
}

/* PC: 4カラムGrid */
.freearea ul.foot-list-inner {
  display: block;
  grid-template-columns: repeat(4, 1fr);
  gap: unset;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot-list-inner > li {
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 0 2%;
}

.info-alone {
  margin: 0;
  display: block;
  flex-direction: column;
  height: 100%;
}

/* タイトル */
.footer-info-title {
  display: block;
  position: relative;
  padding: 20px 10px;
  line-height: 1.4;
  font-size: 16px;
  color: #333;
  font-weight: normal;
  text-align: center;
  margin: 0;
}

/* コンテンツエリア（開閉部分） */
.footer-info-toggle {
  padding: 20px 4%;
  list-style: none;
  font-size: 13px;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1; /* ボタンを最下部に押しやるため */
  box-sizing: border-box;
}

.cont-box {
  flex-grow: 1;
}

/* 共通バッジスタイル */
.lbl {
  background-color: #EDEDED;
  color: #333;
  padding: 3px;
  width: auto;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  flex-shrink: 0;
  border-radius: 5px;
  letter-spacing: 0;
  margin: 0 0 10px 0;
  display: block;
  line-height: 1.2;
}

/* パネル1: お支払い方法・パネル4: ラッピング */
.freearea ul.design-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.payment-list li:first-child,
.wrap-list li:first-child {
  border-top: none;
}
.payment-list li,
.wrap-list li {
  display: block;
  align-items: center;
  border-bottom: none;
  padding: 10px 0;
  flex-wrap: wrap;
}

.payment-list li:last-child,
.wrap-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.payment-list li img {
  max-width: 200px;
  display: block;
  width: 100%;
}
.payment-list li a {
  max-width: 90px;
  display: block;
}

.payment-list li small {
  font-size: 13px;
  margin-left: 0;
  line-height: 1.3;
}

.wrap-desc {
  margin: 0 0 10px;
}

.wrap-list li .price-txt {
  margin-left: 10px;
}

/* パネル2: 送料について */
.shipping-info {
  display: block;
  align-items: center;
  padding: 10px 0;
}
.shipping-info:first-child {
  border-bottom: 1px solid #eee;
}

.shipping-info .lbl {
  margin-right: 0;
  height: auto;
  display: block;
  justify-content: center;
  align-items: center;
  width: auto;
}

.price-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  text-align: center;
}

.price-box .price {
  line-height: 1;
  color: #333;
  font-size: 28px;
  margin: 0;
  font-weight: 300;
  font-family: "Jost", sans-serif;
  text-align: center;
}

.price-box .price span {
  font-size: 12px;
  font-weight: normal;
}

.price-box small {
  font-size: 12px;
}

.note {
  font-size: 12px;
  margin: 10px 0 0 0;
  line-height: 1.4;
  display: flex;
}

/* パネル3: 発送について */
.dispatch-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.lbl-group {
  display: block;
  flex-wrap: wrap;
  gap: 5px;
  width: 100px;
  flex-shrink: 0;
  width: 34%;
}

.lbl-group span {
  background-color: #EDEDED;
  padding: 3px 10px;
  font-size: 13px;
  white-space: nowrap;
  border-radius: 5px;
  margin: 5px 0;
}

.arrow {
  font-size: 12px;
  margin: 0 5% 0 0;
  width: 12px;
}
.arrow:before {
  content:"";
  width: 12px;
  height: 20px;
  display:block;
  background:url(../img/f-arrow-right.svg)no-repeat;
  background-size: contain;
}
.result-box {
  background-color: #EDEDED;
  padding: 10px 5px;
  font-size: 13px;
  text-align: center;
  line-height: 1.4;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}

/* 詳細はこちらボタン */
.btn-area {
  margin: 20px 0;
}

.btn-detail {
  display: block;
  background-color: #2b2c30;
  color: #fff;
  border: none;
  width: 100%;
  padding: 11px;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s;
  letter-spacing: 1px;
  max-width: 80%;
  margin: 0 auto;
  border-radius: 5px;
}

.btn-detail:hover {
  opacity: 0.8;
}

/*フッタメニュー
================*/
.f-menu-area {
  background-color: #2b2c30;
  color: #ffffff;
  padding: 50px 0 0;
}

.f-menu-area .f-inner.flex {
  align-items: flex-start;
  border-bottom: 1px solid #5E5E66;
  padding: 0 0 30px;
}

/* 左側：ショップ情報 */
.f-left {
  width: 100%;
  min-width: unset;
  margin: 0 0 50px;
}

.f-logo {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
}

.f-logo > a {
  color: #ffffff;
  text-decoration: none;
  line-height: 1.2;
  display: block;
  max-width: 100px;
  margin: 0 20px 0 0;
}

.logo-sub {
  font-size: 11px;
  letter-spacing: 1px;
  color: #cccccc;
}

.logo-main {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* SNSリンク */
.freearea ul.sns-link {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sns-link li{
  width: 25px;
  margin: 0 15px 0 0;
}
.sns-link li a {
  display: block;
  transition: opacity 0.2s;
}

.sns-link li a:hover {
  opacity: 0.8;
}

.sns-link li img {
  width: 100%;
  height: auto;
}

/* 詳細情報表（営業時間など） */
.f-shop-info{
  letter-spacing:1px;
}
.f-shop-info p {
  font-size: 12px;
  margin: 0 0 15px 0;
  color: #ffffff;
}

.f-shop-info dl {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 10px;
  font-size: 12px;
}

.f-shop-info dt {
  background-color: #ffffff;
  color: #2b2c30;
  font-size: 12px;
  text-align: center;
  padding: 4px;
  line-height: 14px;
  box-sizing: border-box;
  width: 75px;
}

.f-shop-info dd {
  margin: 0;
  color: #ffffff;
  line-height: 18px;
  font-size: 13px;
}

/* 右側：メニュー */
.f-right {
  width: 100%;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  gap: 20px;
}

.f-box {
  flex: 1;
  letter-spacing: 1px;
}

.f-box h4 {
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  border-bottom: 1px solid #5E5E66;
  font-weight: 500;
}

.freearea ul.f-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.f-menu li {
  margin: 0 0 15px;
}

.f-menu li a {
  text-decoration: none;
  font-size: 12px;
  transition: color 0.2s;
  color: #fff;
}

.f-menu li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/* コピーライトエリア
================*/
.f-copyright-area {
  background-color: #2b2c30;
  color: #ccc;
  padding: 20px 0;
  font-size: 12px;
  /* border-top: 1px solid #38393e; */
  letter-spacing: 1px;
}

.f-copyright-area .f-inner.flex {
  align-items: center;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.f-guide-list {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.f-guide-list li a {
  color: #888888;
  text-decoration: none;
}

.f-guide-list li a:hover {
  color: #ffffff;
  text-decoration: underline;
}

section>div.freearea p.txt-cr {
  /* margin: 0; */
  color: #888888;
} 
}

/*==================================
  ※JSのアコーディオンと連動
==================================*/
@media screen and (max-width: 580px) {
 /* アコーディオントリガー（タイトル） */
  .footer-info-title {
    position: relative; /* ★追加: ::afterを絶対配置するための基準点として必須です */
    padding: 18px 40px 18px 20px;
    text-align: left;
    font-size: 14px;
    cursor: pointer;
    background: #2C2C30;
    border-radius: 5px;
    color: #fff;
    text-align: center;
  }

  /* アコーディオン開閉アイコン（＋マーク） */
  .footer-info-title::after {
    position: absolute;
    display: block;
    content: '';
    background: url(../img/f-plus.svg) no-repeat center center / contain; /* ★修正: 少し記述を整えました（no-repeatの前にスペース等） */
    width: 15px;
    height: 15px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease; /* ★追加: 「くるっ」と回転するアニメーションをつけるために必須です */
  }

  /* JSで付与される .state-active 時（×マークへ回転） */
  .footer-info-title.state-active::after {
    transform: translateY(-50%) rotate(45deg);
  }
  .footer-info-title.state-active{
    border-radius: 5px 5px 0 0;
  }
}






/* お店ページに会員カート情報表示（PC_header02） */
.pasonal-data{
  margin: 0 0 10px;
}
.pasonal-data .member_info_cart_info{
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: right;
  opacity: 1;
}
.lower-h .pasonal-data .member_info_cart_info{
  /* opacity: 0; */
  display: none;
}
.pasonal-data .member_info_cart_info #hNav_member{
  margin: 0;
}
.pasonal-data .member_info_cart_info #hNav_member + span{
  margin: 0 0 0 10px;
}

#header-nav-membername{
  display:flex;
  justify-content:right;
  line-height: 1;
}
#member_info{
  line-height: 1;
}
#h-cart .item_cnt {
  border-radius: 100px;
  /* min-width: 3px; */
  /* min-height: 13px; */
  /* padding: 1px 6px; */
  /* border: 1px solid #FF6F6F; */
  background-color: #D55943;
  font-size: 11px;
  color: #FFFFFF;
  margin: 0;
  position: absolute;
  top: -6px;
  right: -12px;
  /* font-weight: bold; */
  width: 18px;
  height: 18px;
  /* display: none; */
  font-family: "Jost", sans-serif;
}
#h-cart .item_cnt .sps-cartItmCnt{
  position: absolute;
  margin: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#sub-column .item_cnt {
  border-radius: 100px;
  /* min-width: 3px; */
  /* min-height: 13px; */
  /* padding: 1px 6px; */
  /* border: 1px solid #FF6F6F; */
  background-color: #C96340;
  font-size: 11px;
  color: #FFFFFF;
  margin: 0;
  position: absolute;
  top: -5px;
  left: 19px;
  /* font-weight: bold; */
  width: 15px;
  height: 15px;
  display: none;
}
#sub-column  .item_cnt .sps-cartItmCnt{
  position: absolute;
  margin: auto;
  top: -1px;
  bottom: auto;
  left: 4px;
  right: auto;
}

/* お店ページに会員カート情報表示（PC_side01） */
#main-column .member_info_cart_info {
 width: 100%;
 margin: 10px 0 0;
}
#main-column .membername_box {
 font-size: 13px;
 padding: 0 0 2px;
 margin: 0 0 10px;
 border-bottom: 3px solid #010101;
}
#main-column .membername_box a {
 font-size: 15px;
}
#main-column #member_info {
 font-size: 13px;
 padding: 10px 0;
}
#main-column #member_info .memberrank {
 font-size: 12px;
 padding: 0 10px 10px;
}
#main-column #member_info .point_txt, #cart_info .itemc_txt {
 padding: 0 3px;
 font-weight: bold;
}
#main-column #member_info .rankup {
 font-size: 12px;
 padding: 5px 8px 2px;
 border: 1px solid #FF6F6F;
 position: relative;
 width: 192px;
 margin: 0 0 10px
}
#main-column #member_info .rankup :after,
#main-column #member_info .rankup :before {
 bottom: 100%;
 left: 13%;
 border: solid transparent;
 content: '';
 height: 0;
 width: 0;
 position: absolute;
 pointer-events: none;
}
#main-column #member_info .rankup :after {
 border-color: rgba(255, 255, 255, 0);
 border-bottom-color: #ffffff;
 border-width: 5px;
 margin-left: -5px;
}
#main-column #member_info .rankup :before {
 border-color: rgba(255, 111, 111, 0);
 border-bottom-color: #FF6F6F;
 border-width: 6px;
 margin-left: -6px;
}
#main-column #member_info .rankup ul {
 margin: 0;
}
#main-column #member_info .rankup li {
 line-height: 130%;
 list-style: none;
 margin: 0 0 10px;
}
#main-column #member_info .rankup .point_txt {
 color: #FF6F6F;
}
#main-column #cart_info {
 font-size: 14px;
 padding: 5px;
 text-align: center;
 font-weight: bold;
 background-color: #EFEFEF;
 line-height: 150%;
}
#main-column #cart_info a:hover {
 text-decoration: none;
}
#main-column #cart_info .item_count {
 font-size: 13px;
 padding: 0 0 3px;
}
#main-column #cart_info .item_count .item_cnt {
 display: inline-block;
}
#main-column #cart_info .item_count img {
 position: relative;
 top: 5px;
 margin: 0 6px;
}
#main-column #cart_info .shipping_box {
 padding: 3px 0 0;
 font-size: 12px;
 border-top: 1px dotted #010101;
}
#main-column #cart_info .shipping_box .freeship_txt {
 padding: 0 3px;
 font-weight: bold;
}


/* お店ページに会員カート情報表示（非表示設定） */
.member_info_cart_info {
 display: none;
}
.member_info_cart_info .account_guest {
 display: none;
}
.member_info_cart_info .rank_name_0 {
 display: none;
}
.member_info_cart_info .rankup_none {
 display: none;
}
.member_info_cart_info .nrank_prc_0 {
 display: none;
}
.member_info_cart_info .nrank_cnt_0 {
 display: none;
}
.member_info_cart_info .firstname_guest {
 display: none;
}
.member_info_cart_info .more_maru_1 {
 display: none;
}
.member_info_cart_info .free_shipping_0 {
 display: none;
}
.member_info_cart_info .shipping_box_none {
 display: none;
}
.member_info_cart_info .pointmember_none {
 display: none;
}
.member_info_cart_info .rankmember_none {
 display: none;
}
.member_info_cart_info .memberrank_none_none {
 display: none;
}
.member_info_cart_info #member_info_none_none {
 display: none;
}
