/* カスタマイズ用CSS */

/* default
----------------------------------------------------------------------------------------------------*/
header, footer, section, article, aside, nav,
figure, figcaption, main {
	display: block;
}
body{
	overflow-x: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top: 175px;
	color: #000000;
	font-size: 16px;
	font-family:  "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka, sans-serif;
	line-height: 1.6;
    background-color: transparent;
    /*
    word-wrap: break-word;
    word-break: break-word;
    letter-spacing: 0.125em;
    -moz-osx-font-smoothing: grayscale;
    */
    -webkit-font-smoothing: antialiased;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.125em;
}
body.login{padding-top: 0;}
img {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	border:none;
}

a,a:visited{
	color: #000000;
	text-decoration: none;
	-webkit-transition:opacity .4s;
	transition:opacity .4s;
}

.hover{
    -webkit-transition:opacity .4s;
    transition:opacity .4s;
    cursor: pointer;
}

a:hover,
.hover:hover{
    opacity: 0.5;
    text-decoration: none;
}

a:focus{
    outline: none;
}


a {
    color: #000;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all all .3s ease;
    -moz-transition: all all .3s ease;
    -ms-transition: all all .3s ease;
    -o-transition: all all .3s ease;
    transition: all all .3s ease;
}
a:hover, a:focus {
    outline: none;
    text-decoration: none;
    text-decoration: none;
    opacity: 0.7;
    filter: alpha(opacity=30);
    color: #000;
}




div,main,header,footer,nav,section,p,ul,ol,dl,li,dt,dd,a,span,h1,h2,h3,h4,h5,h6,table,tr,th,td,figure,figcaption{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
section{position: relative;}
ul,ol,dl,li,dt,dd{list-style: none;}
input:focus,textarea:focus,select:focus{outline: none;}

.cf:after,.inner:after{
	content: "";
	display: block;
	clear: both;
}
.font-roboto,.sec-title{font-family: 'Roboto', "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka, sans-serif;}

@media all and (-ms-high-contrast:none) {}

/* デフォルト：1280px以上用（PC用）の記述
====================================================================================================*/
/* 共通
---------------------------------------------------------------------------------------------------------------------------------*/
main{}
.inner{
	width: 1080px;
	margin: 0 auto;
}
.inner.s{max-width: 900px;}
.inner.ss{max-width: 720px;}
.txt{
	text-align: justify;
	line-height: 2.0;
}
.lead{font-size: 18px;font-weight: bold;line-height: 1.667;margin-bottom: 0;}
.ofi{
	width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}
.float-wrap{}
.float-wrap .box{float: left;}
.flex{display: flex;justify-content: space-between;flex-wrap: wrap;}
.flex.column2 .box{width: 50%;}
.flex.column3 .box{width: 31.5%;}
.btn {-webkit-box-shadow: none; box-shadow: none;}
.btn01,.btn02, .btn04{}
.btn01 a,.btn02 a, .btn04 a{
	display: block;
	width: 140px;
	padding: 0.5em;
	font-size :12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	border-radius: 12px;
}
.btn01 a{border: solid 1px #828587;color:#828587;}
.btn02 a{background-color: #828587;color: #FFFFFF;}
.btn04 a{background-color: #828587;color: #FFFFFF;}
.btn03{}
.btn03 a{
    position: relative;
    display: inline-block;
}
.btn03 a span{
    position: relative;
    display: inline-block;
    min-width: 206px;
    padding: 0.5em 0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    border: solid 2px #000000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn03 a span:before{
    content: "";
    position: absolute;
    right: -7px;
    top: 7px;
    height: 100%;
    width: 2px;
    background-color: rgba(0,0,0,.85);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn03 a span:after{
    content: "";
    position: absolute;
    bottom: -7px;
    left: 7px;
    width: 100%;
    height: 2px;
    background-color: rgba(0,0,0,.85);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.btn03 a:hover span {
    opacity: 1;
    top: 7px;
    left: 7px;
}
.btn03 a:hover span:before {
    right: -2px;
    top: 0;
}
.btn03 a:hover span:after {
    bottom: -2px;
    left: 0;
}

/* reset */
.btn.active, .btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.ec-newsRole .ec-newsRole__newsCloseBtn {
    padding-left: 1px;
}
.ec-newsRole .is_active .ec-newsRole__newsCloseBtn {
    padding-top: 1px;
}
.ec-errorMessage {
    font-size: 12px;
    color: #f00;
    font-weight: bold;
    position: relative;
    margin-top: 0.5em;
    margin-bottom: 1em;
}
.ec-errorMessage:before {
    content: "※";
    display: inline-block;
    margin-right: 0.25em;
}
.ec-contactConfirmRole .ec-off1Grid .ec-off1Grid__cell p {
    text-align: center;
    margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
    .ec-newsRole .ec-newsRole__newsCloseBtn {
        padding-left: 2px;
    }
}

/* 共通アイテム
---------------------------------------------------------------------------------------------------------------------------------*/
.sec-header{text-align: center;}
.sec-header.icon .title{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -10px;
	margin-bottom: 30px;
}
#archives .sec-header.icon .title{
    margin-bottom: 100px;
}
.sec-header.icon .title:before{
	content: "";
	display: inline-block;
	width: 64px;
	height: 56px;
	background-image: url("../img/icon04.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.service01 .sec-header.icon .title:before,
.cate1 .sec-header.icon .title:before{margin-right: 10px;background-image: url("../img/icon01.png");}
.service02 .sec-header.icon .title:before,
.cate2 .sec-header.icon .title:before{margin-right: 10px;background-image: url("../img/icon02.png");}
.service03 .sec-header.icon .title:before,
.cate5 .sec-header.icon .title:before{margin-right: 10px;background-image: url("../img/icon03.png");}
.page6 .sec-header.icon .title:before{margin-right: 10px;margin-bottom: 14px; background-image: url("../img/icon-apple.svg");}
.page33 .sec-header.icon .title:before{margin-right: 10px;margin-bottom: 14px; background-image: url("../img/icon-pear.svg");}
.page34 .sec-header.icon .title:before{margin-right: 10px;margin-bottom: 14px; background-image: url("../img/icon-grape.svg");}
.page35 .sec-header.icon .title:before{margin-right: 10px;margin-bottom: 14px; background-image: url("../img/icon-peach.svg");}
.page36 .sec-header.icon .title:before{margin-right: 10px;margin-bottom: 14px; background-image: url("../img/icon-orange.svg");}
.page24 .sec-header.icon .title:before{margin-right: 10px;margin-bottom: 14px; background-image: url("../img/icon-paper.svg");}
.page37 .sec-header.icon .title:before{margin-right: 10px;margin-bottom: 14px; background-image: url("../img/icon-bag.svg");}
.page38 .sec-header.icon .title:before{margin-right: 10px;margin-bottom: 14px; background-image: url("../img/icon-pollen.svg");}
.wrapping .sec-header.icon .title:before,
.page39 .sec-header.icon .title:before{margin-right: 10px;background-image: url("../img/icon06.png");}
.cate49 .sec-header.icon .title:before{margin-right: 10px;background-image: url("../img/icon07.png");}
.cate17 .sec-header.icon .title:before{margin-right: 10px;background-image: url("../img/icon08.png");}
.sec-header.icon .title div{
	display: inline-block;
	padding: 6px 0 6px 25px;
	margin-left: 10px;
	text-align: left;
	font-size: 26px;
	line-height: 1.0;
	border-left: solid 1px #000000;
    font-weight: bold;
}
.sec-header.icon .title span{display: block;margin-bottom: 0.8em;margin-left: 2px;font-size: 14px;}
.sec-header.icon .lead{}
.sec-title{margin-bottom: 30px;text-align: center;}
#privacy .sec-title{margin-bottom: 50px;}
.sec-title span{
	display: inline-block;
	padding-bottom: 0.4em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0;
	border-bottom: solid 2px #000000;
}
.sec-header .period{margin-top: 10px;font-size: 26px;font-weight: bold;color: #828587;letter-spacing: 0.1em;}
.sec-header .period span:nth-of-type(1){}
.sec-header .period span:nth-of-type(2):before{
	content: ">>>";
	margin: 0 0.5em;
}
.item-list01{position: relative;padding: 0px 78px 0px;}
.item-list01 li{font-size: 14px;text-align: center;line-height: 1.0;}
.item-list01 a{display: block;}
.item-list01 figure{overflow: hidden;position: relative;margin: 0 12px 30px;border-radius: 100%;}
.item-list01 figure:before{
	content: "";
	display: block;
	width: 0;
	padding-top: 100%;
}
.item-list01 figure img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.item-list01 .item{
    width: 90%;
    margin: 0 auto 10px;
    font-weight: bold;
    line-height: 1.3em;
    font-size: 16px;
    letter-spacing: 0.1em;
}
.item-list01 .price{}
.price_box p.price{
    letter-spacing: 0.1em;
    line-height: 1.3em;
}
.slick-prev,
.slick-next{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background-color: transparent;
    background-image: url("../img/arrow01.png");
    background-size: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-transition:opacity .4s;
	transition:opacity .4s;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{
    color: transparent;
    outline: none;
    background-color: transparent;
}
.slick-prev:hover,
.slick-next:hover{opacity: 0.5;}
.slick-prev{left: 0;}
.slick-next{
	right: 0;
	-webkit-transform: translate(0, -50%) rotate(180deg);
    -ms-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
}

.sp_only{display: none !important;}
.pc_only{display: block !important;}


/* #body-header
---------------------------------------------------------------------------------------------------------------------------------*/
#body-header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9800;
	width: 100%;
	height: 175px;
    border-top: solid 15px #828587;
	background-color: #FFFFFF;
}
#body-header .inner{width: 100%;max-width: 1320px;padding: 0 20px;}
#body-header .logo{float: left;display: flex;align-items: flex-start;padding-top: 30px;}
#body-header .logo a{display: block;width: 62px;}
#body-header .logo a img{}
#body-header .logo a + img{display: block;width: 145px;margin: 19px 0 0 43px;}
#gnav{float: right;}
#gnav .members{float: right;width: 162px;padding-top: 45px;margin-left: 30px;}
#gnav .members a{display: block;}
#gnav .members a img{display: block;}
/*#gnav .other{position: relative;float: right;width: 290px;padding-top: 52px;margin-left: 66px;}*/
#gnav .other{position: relative;float: right;width: 165px;padding-top: 52px;margin-left: 0px;}
#gnav .other .icon-list{padding: 0 8px;margin-bottom: 14px;font-size: 0;text-align: right;}
#gnav .other .icon-list li{display: inline-block;width: 20px;}
#gnav .other .icon-list li a,
#gnav .other .icon-list li span{display: block;}
#gnav .other .icon-list li .search-box{
	/*display: none;*/
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	height: 30px;
}
#gnav .other .icon-list li .search-box .input{position: relative; top:-5px;}
#gnav .other .icon-list li .search-box .input .search-name{
	display: block;
	width: 100%;
    min-width: 340px;
	height: 30px;
    line-height: 30px;
	padding-left: 1em;
	font-size: 14px;
	border: solid 1px #828587;
	border-radius: 15px;
}
#gnav .other .icon-list li .search-box .input .keywordBtn{
	position: absolute;
	top: 5px;
	left: 310px;
	width: 20px;
	height: 20px;
	padding: 0;
	border: none;
    background: none;
}
#gnav .other .icon-list li .search-box .input .keywordBtn img{width: 100%;}
#gnav .other .icon-list li + li{margin-left: 33px;}
#gnav .other .btn{font-size: 0;text-align:right;}
#gnav .other .btn01,
#gnav .other .btn02{display: inline-block;font-size: 12px;}
#gnav .other .btn01{margin-right: 10px;}
#gnav .nav-list{float: right;width: 710px;height: 160px;padding-top: 40px;font-size: 0;letter-spacing: 0.125em;}
#gnav .nav-list>li{
	display: inline-block;
	width: 118px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border-left: solid 1px rgba(0,0,0,0.48);
	-webkit-transition:ease .4s;
	transition:ease .4s;
}
#gnav .nav-list>li:last-child{border-right: solid 1px rgba(0,0,0,0.48);}
#gnav .nav-list>li:hover{border-left: solid 1px rgba(0,0,0,1);}
#gnav .nav-list>li:hover + li{border-left: solid 1px rgba(0,0,0,1);}
#gnav .nav-list>li:last-child:hover{border-right: solid 1px rgba(0,0,0,1);}
#gnav .nav-list>li>a,
#gnav .nav-list>li>span{display: block;opacity: 0.48;}
#gnav .nav-list>li>span{-webkit-transition:opacity .4s;transition:opacity .4s;cursor: pointer;}
#gnav .nav-list>li>a:hover,
#gnav .nav-list>li>span:hover{opacity: 1.0;}
#gnav .nav-list>li>a:before,
#gnav .nav-list>li>span:before{
	content: "";
	display: block;
	width: 56px;
	height: 49px;
	margin: 0 auto 10px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
#gnav .nav-list>li:nth-of-type(1)>a:before{background-image: url("../img/icon08.png");}
#gnav .nav-list>li:nth-of-type(2)>a:before{background-image: url("../img/icon02.png");}
#gnav .nav-list>li:nth-of-type(3)>a:before{background-image: url("../img/icon03.png");}
#gnav .nav-list>li:nth-of-type(4)>span:before{background-image: url("../img/icon04.png");}
#gnav .nav-list>li:nth-of-type(5)>a:before{background-image: url("../img/icon06.png");}
#gnav .nav-list>li:nth-of-type(6)>a:before{background-image: url("../img/icon07.png");}
#gnav .nav-list>li>a img,
#gnav .nav-list>li>span img{width: 56px;margin: 0 auto 10px;}
#gnav .nav-list .hover-box .hover-box{display: none;}
#gnav .nav-list .hover-box{
	overflow: hidden;
	position: absolute;
	top: 160px;
	left: 0;
	width: 100%;
	height: 0;
	opacity: 0;
	background-color: rgba(255,255,255,0.98);
}
#gnav .nav-list .hover-box.now{height: auto;opacity: 1;}
#gnav .nav-list .hover-box .box-wrap:before{
	content:"";
	display: block;
	width: 28%;
	background-color: #efefef;
	background-size: cover;
    background-position: center center;
}
#gnav .nav-list>li:nth-of-type(1) .hover-box .box-wrap:before{background-image: url("../img/bg_nav01.jpg?=20260314");}
#gnav .nav-list>li:nth-of-type(2) .hover-box .box-wrap:before{background-image: url("../img/bg_nav02.jpg?=20260314");}
#gnav .nav-list>li:nth-of-type(3) .hover-box .box-wrap:before{background-image: url("../img/bg_nav03.jpg?=20260314");}
#gnav .nav-list>li:nth-of-type(4) .hover-box  .box-wrap:before{background-image: url("../img/bg_nav04.jpg?=20260314");}
#gnav .nav-list .hover-box .box-inner{
	width: 72%;
	padding: 45px 5%;
	text-align: left;
}
#gnav .nav-list .hover-box .heading{width: 23%;font-size: 26px;letter-spacing: 0.1em;}
#gnav .nav-list .hover-box .heading a{display: block;font-weight: bold;}
#gnav .nav-list .hover-box .heading span{display: block;margin-bottom: 2px;font-size: 14px;margin-left: 2px;}
#gnav .nav-list .hover-box .list-box{width: 27%;}
#gnav .nav-list .hover-box .list-box.double{display: flex;}
#gnav .nav-list .hover-box .list-box.double .category{display: inline-block;width: auto;}
#gnav .nav-list .hover-box .list-box.double .category:nth-of-type(1){margin-right: 2.8em;}
#gnav .nav-list .hover-box .category{}
#gnav .nav-list .hover-box .category li{}
#gnav .nav-list .hover-box .category a{font-size: 14px;font-weight: normal;line-height: 2.0;}
#gnav .nav-list .hover-box .box{width: 43%;padding-left: 5%;border-left: solid 1px #000000;}
#gnav .nav-list .hover-box .box .font-roboto{font-size: 14px;font-weight: bold;margin-bottom: 1em;}
#gnav .nav-list .hover-box .box ul{display: flex;justify-content: space-between;}
#gnav .nav-list .hover-box .box li{width: 28%;text-align: center;padding:0 5px;}
#gnav .nav-list .hover-box .box li a{display: block;}
#gnav .nav-list .hover-box .box figure{overflow: hidden;position: relative;padding-top: 100%;border-radius: 100%;}
#gnav .nav-list .hover-box .box figure img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#gnav .nav-list .hover-box .box .item{margin-top: 1em;font-size: 12px;}
#gnav .nav-list .hover-box.campain .list-box{width: 37.5%;}
#gnav .nav-list .hover-box.campain .box{width: 30%;}
#gnav .nav-list .hover-box.campain .box li{width: 44%;}
.navBtn{
	display: none;
	position: absolute;
	top: 15px;
	right: 10px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	-webkit-transition:opacity .4s;
	transition:opacity .4s;
}
.navBtn:hover{opacity: 0.5;}
.navBtn .hambarg{
	position: absolute;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	width: 40px;
	height: 2px;
	background-color: #000000;
	-webkit-transition:ease .2s;
	transition:ease .2s;
}
.navBtn .hambarg:nth-child(1) {top:30%;}
.navBtn .hambarg:nth-child(2) {top:50%;}
.navBtn .hambarg:nth-child(3) {top:70%;}
.on .hambarg:nth-child(1),.on .hambarg:nth-child(2),.on .hambarg:nth-child(3){top: 50%;}
.on .hambarg:nth-child(1) {
	-webkit-transform:translate(-50%,-50%) rotate(45deg);
	transform:translate(-50%,-50%) rotate(45deg);
}
.on .hambarg:nth-child(2) {
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	opacity:0;
}
.on .hambarg:nth-child(3) {
	-webkit-transform:translate(-50%,-50%) rotate(-45deg);
	transform:translate(-50%,-50%) rotate(-45deg);
}
/* #body-footer
---------------------------------------------------------------------------------------------------------------------------------*/
#body-footer{padding: 60px 0;background-color: #828587;color: #FFFFFF;}
#body-footer a{color:#FFFFFF;}
#body-footer .foot-menu{}
#body-footer .foot-menu .head{width: 31%;padding-right: 10.5%;}
#body-footer .foot-menu .head .logo{margin-bottom: 20px;}
#body-footer .foot-menu .head .add{font-size: 12px;font-weight: bold;line-height: 1.5;letter-spacing: 0.05em;}
#body-footer .foot-menu .head .sns{margin-top: 75px;justify-content: flex-start;align-items: center;}
#body-footer .foot-menu .head .sns li{width: 30px;}
#body-footer .foot-menu .head .sns li:nth-of-type(3){width: 63px;}
#body-footer .foot-menu .head .sns li + li{margin-left: 10px;}
#body-footer .foot-menu .head .sns a{display: block;}
#body-footer .foot-menu .fnav{width: 48%;padding-top: 10px;font-size: 0;}
#body-footer .foot-menu .fnav .nav-box{display: inline-block;vertical-align: top;font-size: 12px;}
#body-footer .foot-menu .fnav .nav-box + .nav-box{margin-left: 3.5em;}
#body-footer .foot-menu .fnav .heading{margin-bottom: 1em;font-weight: bold;color:#B3B3B3;font-size:18px;}
#body-footer .foot-menu .fnav dl{display: inline-block;vertical-align: top;font-size: 12px;}
#body-footer .foot-menu .fnav dl + dl{margin-left: 3.5em;}
#body-footer .foot-menu .fnav dt{font-weight: bold;margin-bottom:0.5em;}
#body-footer .foot-menu .fnav dd{line-height: 1.9;}
#body-footer .foot-menu .btn{width: 18.5%;padding-top: 10px;}
#body-footer .foot-menu .btn .btn01 a{width: 100%;}
#body-footer .foot-menu .btn .btn01 img{width: auto;height: 16px;margin: 0 auto;}
#body-footer .foot-menu .btn .btn02{margin-top: 12px;}
#body-footer .foot-menu .btn .btn02 a{width:100%;padding: 0.7em;background-color: #000000;}
#body-footer .copy-wrap{padding-top: 15px;margin-top: 55px;border-top: solid 1px #FFFFFF;font-size: 12px;}
#body-footer .copy-wrap .sub-nav{font-size: 0;}
#body-footer .copy-wrap .sub-nav li{display: inline-block;font-size: 12px;letter-spacing: 0.06em;}
#body-footer .copy-wrap .sub-nav li + li:before{content: "／";margin: 0 0.3em;}
#body-footer .copy-wrap .sub-nav a{}
#body-footer .copy-wrap .copy{letter-spacing: 0.1em;font-weight: bold;}

/* 1160px以下用の記述
====================================================================================================*/
@media screen and (max-width: 1160px) {
body{padding-top: 160px;}
.inner{width: 920px;}
/* #body-header
---------------------------------------------------------------------------------------------------------------------------------*/
#body-header{height: 160px;}
#body-header .inner{min-width:960px;}
#body-header .logo a{width: 50px;}
#body-header .logo a + img{width: 120px;margin: 19px 0 0 30px;}
#gnav .other{width: 170px;padding-top: 40px;margin-left: 0px;}
#gnav .other .icon-list li + li{margin-left: 26px;}
#gnav .other .btn01 a,
#gnav .other .btn02 a{width: 110px;}
#gnav .nav-list{width: 475px;height: 145px;padding-top: 35px;}
#gnav .nav-list>li{width: 95px;}
#gnav .nav-list .hover-box{top: 145px;}
#gnav .nav-list .hover-box .box .item{font-size: 10px;}
/* #body-footer
---------------------------------------------------------------------------------------------------------------------------------*/
#body-footer .foot-menu .head{width: 25%;padding-right: 5%;}
#body-footer .foot-menu .fnav{width: 56%;}

}/* 1100px以下用の記述 */

/* 960px以下用の記述
====================================================================================================*/
@media screen and (max-width: 959px) {
/* 共通
---------------------------------------------------------------------------------------------------------------------------------*/
body{padding-top: 90px;}
.inner{width: 80%;}
/* #body-header
---------------------------------------------------------------------------------------------------------------------------------*/
#body-header{height: 90px;border-top: solid 5px #828587;}
#body-header .inner{min-width: 100%;}
#body-header .logo{padding-top: 10px;}
#body-header .logo a{width: auto;height: 64px;}
#body-header .logo a img{width: auto;height: 100%;}
#body-header .logo a + img{width: 100px;margin: 15px 0 0 30px;}
#gnav{
	overflow-x: hidden;
	overflow-y: scroll;
	float: none;
	position: fixed;
	top: 90px;
	right: -260px;
	width: 260px;
	padding: 20px;
	height: calc(100% - 90px);
	background-color: #efefef;
	-webkit-transition:ease .4s;
	transition:ease .4s;
}
#gnav.on{right:0;}
#gnav .members {
    float: none;
    padding-top: 0px;
    padding-bottom: 10px;
}
#gnav .other{float: none;width: 100%;padding-top: 0;margin-left: 0;}
#gnav .other .icon-list{position: relative;padding: 0;padding-bottom: 40px;text-align: center;}
#gnav .other .icon-list li .search-box{
	display: block;
	top: auto;
	bottom: 0;
}
#gnav .other .icon-list li:nth-of-type(2) .search-btn{display: none;}
#gnav .other .icon-list li .search-box .input .keywordBtn {
    right: 10px;
    left: auto;
}
#gnav .other .btn{display: block;padding: 0;}
#gnav .other .btn01,#gnav .other .btn02{display: block;}
#gnav .other .btn01 a,#gnav .other .btn02 a{width: 100%;}
#gnav .other .btn01{margin-right: 0;margin-bottom: 10px;}
#gnav .nav-list{float: none;width: 100%;height: auto;padding-top: 30px;}
#gnav .nav-list>li{
	width: 100%;
	font-size: 15px;
	border-left: none;
	border-top: solid 1px rgba(0,0,0,0.48);
}
#gnav .nav-list>li:last-child{border-right: none;border-bottom: solid 1px rgba(0,0,0,0.48);}
#gnav .nav-list>li:hover{border-left: none;}
#gnav .nav-list>li:hover + li{border-left: none;}
#gnav .nav-list>li:last-child:hover{border-right: none;}
#gnav .nav-list>li>a,
#gnav .nav-list>li>span{position: relative;opacity: 1.0;padding: 10px 0;display: flex;align-items: center;line-height: 1.0;}
#gnav .nav-list>li>a:before,
#gnav .nav-list>li>span:before{display: inline-block;width: 36px;height: 31px;margin: 0 10px 0 0;vertical-align: middle;}
#gnav .nav-list>li>a:after,
#gnav .nav-list>li>span:after{
	content: "";
	position: absolute;
	top: calc(50% - 3px);
	right: 10px;
	display: block;
	width: 0;
	border-left: solid 6px #000000;
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
	border-right: solid 0px transparent;
}
#gnav .nav-list .hover-box{
	overflow: auto;
	position: absolute;
	top: 0;
	left: auto;
	z-index: 100;
	right: -260px;;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: #efefef;
	-webkit-transition:ease .4s;
	transition:ease .4s;
}
#gnav .nav-list .hover-box.on{right: 0;}
#gnav .nav-list .hover-box.now{height: 100%;opacity: 1;}
#gnav .nav-list .hover-box .box-wrap{display: block;}
#gnav .nav-list .hover-box .box-wrap:before{width: 100%;height: 140px;}
#gnav .nav-list .hover-box .box-inner{
	display: block;
	width: 100%;
	padding: 20px;
}
#gnav .nav-list .hover-box .heading{width: 100%;font-size: 20px;margin-bottom: 15px;}
#gnav .nav-list .hover-box .heading span{font-size: 12px;}
#gnav .nav-list .hover-box .list-box{width: 100%;}
#gnav .nav-list .hover-box .list-box.double{display: block;}
#gnav .nav-list .hover-box .list-box.double .category{display: block;width: 100%;}
#gnav .nav-list .hover-box .list-box.double .category:nth-of-type(1){margin-right: 0;}
#gnav .nav-list .hover-box .category{width: 100%;}
#gnav .nav-list .hover-box .category li{border-top: solid 1px rgba(0,0,0,0.48);}
#gnav .nav-list .hover-box .category a{display: block;padding: 12px 5px;font-size: 15px;line-height: 1.0;}
#gnav .nav-list .hover-box .box{width: 100%;padding-left: 0;margin-top: 0px;border-left: none;border-top: solid 1px #000000;}
#gnav .nav-list .hover-box .box .font-roboto{font-size: 14px;margin: 1em 0;}
#gnav .nav-list .hover-box .box ul{display: block;}
#gnav .nav-list .hover-box .box li{width: 100%;margin: 0 auto;}
#gnav .nav-list .hover-box .box li + li{margin-top: 20px;}
#gnav .nav-list .hover-box .box figure{width: 106px;padding-top: 106px;margin: 0 auto;}
#gnav .nav-list .hover-box .box .item{font-size: 12px;}
#gnav .nav-list .hover-box.campain .list-box,
#gnav .nav-list .hover-box.campain .box,
#gnav .nav-list .hover-box.campain .box li{width: 100%;}
#gnav .nav-list .hover-box .back{
	position: relative;
	display: block;
	padding: 20px;
	background-color: #828587;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}
#gnav .nav-list .hover-box .back:before{
	content: "<";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 20px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.snav .nav-list .hover-box .back {
    display: none;
}
.navBtn{display: block;}
/* #body-footer
---------------------------------------------------------------------------------------------------------------------------------*/
#body-footer .foot-menu{display: block;}
#body-footer .foot-menu .head{width: 100%;padding-right: 0;}
#body-footer .foot-menu .head .logo{max-width: 220px;margin:0 auto 20px;}
#body-footer .foot-menu .head .add {text-align: center;}
#body-footer .foot-menu .head .sns{margin-top: 20px;justify-content: center;}
#body-footer .foot-menu .fnav{width: 100%;margin-top: 30px;}
#body-footer .foot-menu .btn{width: 25%;margin-top: 30px;padding: 0;}
#body-footer .foot-menu .btn .btn01 a{width: 100%;max-width: 225px;margin: 0 auto;}

}/* 960px以下用の記述 */

/* 768px以下用の記述
====================================================================================================*/
@media screen and (max-width: 767px) {
.sp_only{display: block !important;}
.pc_only{display: none !important;}
.sp br{display: none;}
.pc br{display: block;}
.lead{font-size: 16px;}
.sec-header .period{font-size: 20px;}
.sec-header.icon .lead{font-size: 16px;letter-spacing: 0.075em;}

/* #body-footer
---------------------------------------------------------------------------------------------------------------------------------*/
#body-footer{padding: 45px 0;}
#body-footer .foot-menu .fnav,
#body-footer .foot-menu .fnav .nav-box{display: block}
#body-footer .foot-menu .fnav .nav-box + .nav-box{margin-left: 0;margin-top: 2em;}
#body-footer .foot-menu .fnav dl{display: block;font-size: 15px;}
#body-footer .foot-menu .fnav dl + dl{margin-left: 0;margin-top: 1em;}
#body-footer .foot-menu .btn{width: 100%;}
#body-footer .copy-wrap{display: block;margin-top: 35px;}
#body-footer .copy-wrap .sub-nav li{display: block;font-size: 15px;}
#body-footer .copy-wrap .sub-nav li + li:before{display: none;}
#body-footer .copy-wrap .copy{margin-top: 30px;text-align: center;}
/* 共通アイテム
---------------------------------------------------------------------------------------------------------------------------------*/
.sec-header.icon .title{margin-bottom: 35px;}
.sec-header.icon .title:before{width: 57px;height: 50px;}
.sec-header.icon .title div{font-size: 17px;}
.sec-header.icon .title span{font-size: 12px;}
    #archives .sec-header.icon .title{margin-bottom:0;}
.sec-title{margin-bottom: 30px;text-align: center;}
.sec-title span{font-size: 18px;}
.item-list01{position: relative;padding: 0 30px;}
.item-list01 li{font-size: 14px;}
.slick-prev,.slick-next{width: 15px;height: 30px;}
}/* 768px以下用の記述 */

/* 480px以下用の記述
====================================================================================================*/
@media screen and (max-width: 479px) {}/* 480px以下用の記述 */


/* トップページ
====================================================================================================*/
#top{}
/* #key
---------------------------------------------------------------------------------------------------------------------------------*/
#top #key{position: relative;}
#top #key:before{
	content: "";
	display: block;
	width: 0;
	padding-top: 56.2962962962963%;
}
#top #key .key-canvas{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#top #key .title{
	position: absolute;
	top: 45%;
	left: 50%;
	width: 80%;
	max-width: 360px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
#top #key .slick-dots{
	position: absolute;
	bottom: 30px;
	left: 50%;
	z-index: 2000;
	font-size: 0;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
#top #key .slick-dots li{display: inline-block;}
#top #key .slick-dots li + li{margin-left: 10px;}
#top #key .slick-dots li button{
	background-color: transparent;
	color: transparent;
	width: 40px;
	height: 8px;
	border: solid 1px #FFFFFF;
	cursor: pointer;
}
#top #key .slick-dots li.slick-active button{background-color: #FFFFFF;}
#top #key .slick-dots li button:focus{outline: none;}
/* #secCampain
---------------------------------------------------------------------------------------------------------------------------------*/
#secCampain{padding: 160px 0 0;}
#secCampain .sec-header{padding-bottom: 0px;}
#secCampain section{padding: 80px 0 0;}
#top #secNew{padding: 80px 0 160px;}
/* #secLink
---------------------------------------------------------------------------------------------------------------------------------*/
#top #secLink,#top #secLink a{color: #FFFFFF;}
#top #secLink .link-list{}
#top #secLink .link-wrap{
	padding: 160px 0 150px;
	background-color: #666666;
	background-size: cover;
	background-position: center center;
}
#top #secLink .link-wrap:nth-of-type(2n-1){text-align: right;}
#top #secLink .link-wrap:nth-of-type(1){background-image: url("../img/bg_service01.jpg");}
#top #secLink .link-wrap:nth-of-type(2){background-image: url("../img/bg_service02.jpg");}
#top #secLink .link-wrap:nth-of-type(3){background-image: url("../img/bg_service03.jpg");}
#top #secLink .sec-header{margin-bottom: 45px;}
#top #secLink .link-wrap:nth-of-type(2n-1) .sec-header .title{justify-content: flex-end;}
#top #secLink .link-wrap:nth-of-type(2n) .sec-header .title{justify-content: flex-start;}
#top #secLink .link-wrap:nth-of-type(1) .sec-header .title:before{
	width: 57px;
	height: 60px;
	background-image: url("../img/icon01_2.png");
}
#top #secLink .link-wrap:nth-of-type(2) .sec-header .title:before{
	width: 42px;
	height: 65px;
	background-image: url("../img/icon02_2.png");
}
#top #secLink .link-wrap:nth-of-type(3) .sec-header .title:before{
	width: 58px;
	height: 65px;
	background-image: url("../img/icon03_2.png");
}
#top #secLink .sec-header .title div{margin-left: 20px;border-color: #FFFFFF;}
#top #secLink .lead{margin-bottom: 50px;font-size: 36px;line-height: 1.52;}
#top #secLink .btn03 a span,
#top #secLink .btn03 a span:before,
#top #secLink .btn03 a span:after{border-color: #FFFFFF;}
#top #secLink .btn03 a span:before,
#top #secLink .btn03 a span:after{background-color: #FFFFFF;}
/* #secGuide
---------------------------------------------------------------------------------------------------------------------------------*/
#secGuide{padding: 100px 0;}
#secGuide .box{position: relative;padding: 0 2em 3px;text-align: center;}
#secGuide .box + .box:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 2px;
	height: 100%;
	background-image: url("../img/line01.png");
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: top center;
}
#secGuide .box .lead{margin-bottom: 30px;font-weight: normal;letter-spacing: 0.075em;font-size: 15px;}

/* 1100px以下用の記述
====================================================================================================*/
@media screen and (max-width: 1099px) {}/* 1100px以下用の記述 */
/* 960px以下用の記述
====================================================================================================*/
@media screen and (max-width: 959px) {
/* #secLink
---------------------------------------------------------------------------------------------------------------------------------*/
#top #secLink .link-wrap{	padding: 120px 0 110px;}
#top #secLink .sec-header{margin-bottom: 60px;}
#top #secLink .lead{margin-bottom: 40px;font-size: 28px;}

}/* 960px以下用の記述 */
/* 768px以下用の記述
====================================================================================================*/
@media screen and (max-width: 767px) {
#top #key .title{max-width: 220px;top: 47.5%;}
#top #key div.slick-list {overflow: auto;}
#top #key .slick-dots {display: none !important;}
/* #secCampain
---------------------------------------------------------------------------------------------------------------------------------*/
#secCampain{padding: 50px 0 0;}
#secCampain .sec-header{padding-bottom: 0px;}
#secCampain section{padding: 0;}
#top #secNew{padding: 60px 0 80px;}
#top #secNew.inner{width: 95%}

/* #secLink
---------------------------------------------------------------------------------------------------------------------------------*/
#top #secLink .link-wrap{	padding: 80px 0;}
#top #secLink .sec-header{margin-bottom: 40px;}
#top #secLink .lead{margin-bottom: 40px;font-size: 20px;text-align:center;}
#top #secLink .btn03 {justify-content: center;display: flex;}
#top #secLink .link-wrap:nth-of-type(2){background-image: url("../img/sp_bg_service02.jpg");}

#top #secLink .link-wrap:nth-of-type(2n-1) .sec-header .title{justify-content: center;}
#top #secLink .link-wrap:nth-of-type(2n) .sec-header .title{justify-content: center;}

/* #secGuide
---------------------------------------------------------------------------------------------------------------------------------*/
#secGuide{padding: 50px 0;}
#secGuide .flex{display: block;}
#secGuide .box{width: 100%;padding: 0 0 3px;}
#secGuide .box + .box{padding-top: 40px;margin-top: 40px;}
#secGuide .box + .box:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-image: url("../img/line02.png");
	background-size: auto 100%;
	background-repeat: repeat-x;
	background-position: center left;
}
#secGuide .box .lead{font-size: 13px;}

}/* 768px以下用の記述 */

/* 480px以下用の記述
====================================================================================================*/
@media screen and (max-width: 479px) {}/* 480px以下用の記述 */

/* .service
====================================================================================================*/
.service{}
.service #secCategory{}
.service #secCategory .sec-header{padding: 100px 0;}
.service #secCategory .sec-header.icon .heading{margin-bottom: 30px;font-size: 29px;font-weight: bold;letter-spacing: 0.1em;}
.service #secCategory .sec-header.icon .lead{font-size: 18px;font-weight: bold;letter-spacing: 0.075em;margin: 0;}
.service #secCategory .cate-list{}
.service #secCategory .cate-list li + li{margin-top: 10px;}
.service03 #secCategory .cate-list li + li{margin-top: 0;}
.service #secCategory .cate-list li a{
	display: block;
	padding: 16.6666666666667% 0;
	background-size: cover;
	background-repeat: no-repeat;
}
.service #secCategory .cate-list li.wrapping a{background-image: url("../img/bg_service01_1.jpg");}
.service #secCategory .cate-list li.ribbon a{background-image: url("../img/bg_service01_2.jpg");}
.service #secCategory .cate-list li.carry a{background-image: url("../img/bg_service01_3.jpg");}
.service #secCategory .cate-list li.box a{background-image: url("../img/bg_service01_4.jpg");}
.service #secCategory .cate-list li.other a{background-image: url("../img/bg_service01_5.jpg");}

.service #secCategory .cate-list li.wrapping2 a{background-image: url("../img/bg_service02_1.jpg?=20260314");background-position: center;}
.service #secCategory .cate-list li.ribbon2 a{background-image: url("../img/bg_service02_2.jpg?=20260314");background-position: center;}
.service #secCategory .cate-list li.carry2 a{background-image: url("../img/bg_service02_3.jpg?=20260314");background-position: center;}
.service #secCategory .cate-list li.box2 a{background-image: url("../img/bg_service02_4.jpg?=20260314");background-position: center;}
.service #secCategory .cate-list li.other2 a{background-image: url("../img/bg_service02_5.jpg?=20260314");background-position: center;}

.service #secCategory .cate-list li.apple a{background-image: url("../img/bg_service03_1.jpg");}
.service #secCategory .cate-list li.pear a{background-image: url("../img/bg_service03_2.jpg");}
.service #secCategory .cate-list li.grape a{background-image: url("../img/bg_service03_3.jpg");}
.service #secCategory .cate-list li.peach a{background-image: url("../img/bg_service03_4.jpg");}
.service #secCategory .cate-list li.others_fruits a{background-image: url("../img/bg_service03_5.jpg");}
.service #secCategory .cate-list li.agriculture a{background-image: url("../img/bg_service03_6.jpg");}
.service #secCategory .cate-list li.shipping a{background-image: url("../img/bg_service03_7.jpg");}
.service #secCategory .cate-list li.pollen a{background-image: url("../img/bg_service03_8.jpg");}

.service #secCategory .cate-list .title{
	padding: 2.5% 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	letter-spacing: 0.075em;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.3);
}

.service #secCategory .cate-list .service03_title{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	letter-spacing: 0.075em;
    margin-top: 30px;
}

.service03_img{margin-bottom: 100px;}
.service03_list li{width: 25%;}

.service #secCategory .cate-list .title span{display: block;margin-bottom: 0.3em;font-size: 26px;}
.service #secCategory .cate-list .service03_title span{display: block;margin-bottom: 0.3em;font-size: 18px;line-height: 1.2em;}
.service #secCategory .cate-list img{width: auto;height: 80px; margin: 0 auto;}

/* 1100px以下用の記述
====================================================================================================*/
@media screen and (max-width: 1099px) {}/* 1100px以下用の記述 */
/* 960px以下用の記述
====================================================================================================*/
@media screen and (max-width: 959px) {}/* 960px以下用の記述 */
/* 768px以下用の記述
====================================================================================================*/
@media screen and (max-width: 767px) {
/* .service
====================================================================================================*/
.service{}
.service #secCategory{}
.service #secCategory .sec-header{padding: 50px 0 0;}
.service #secCategory .sec-header.icon .heading{font-size: 24px;line-height: 1.45em;}
.service #secCategory .sec-header.icon .lead{font-size: 16px;text-align: justify;}
.service #secCategory .cate-list .title{
	padding: 2.5% 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	letter-spacing: 0.075em;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.3);
}
.service #secCategory .cate-list .title span{display: block;margin-bottom: 0.3em;font-size: 20px;}
.service03_list li{width: 50%;}
.service #secCategory .cate-list .service03_title{font-size: 12px;}
.service #secCategory .cate-list .service03_title span{font-size: 16px;}
.service #secCategory .cate-list .service03_title{margin-top: 20px;}
.service #secCategory .cate-list img{height: 60px;}
.service03_img{margin-bottom: 40px}

}/* 768px以下用の記述 */

/* 480px以下用の記述
====================================================================================================*/
@media screen and (max-width: 479px) {}/* 480px以下用の記述 */


/* archives,single
====================================================================================================*/
.archives,.single{padding-top: 10px;}
.archives.campain .sec-header{margin-bottom: 160px;}
.archives.campain .sec-header .bnr{margin-top: 100px;}
.breadcrumbs{padding-bottom: 10px;font-size: 0;}
.breadcrumbs li{display: inline-block;font-size: 14px;}
.breadcrumbs li + li{margin-left: 1em;}
.breadcrumbs li + li:before{content: ">";display: inline-block;margin-right: 1em;color: #828587;}
.breadcrumbs li a{color: #828587;}
.archives-nav{padding-top: 14px;margin-bottom: 80px;border-top: solid 1px #000000;}
.archives-list + .archives-nav{margin-top: 100px; margin-bottom: 80px;}
.archives-nav .pagenation{font-size: 0;}
.archives-nav .pagenation li{display: inline-block;font-size: 12px;}
.archives-nav .pagenation li a{color: #828587;}
.archives-nav .pagenation li:not(.prev):not(.next){margin-right: 1em;}
.archives-nav .pagenation li span{text-decoration: underline;}
.archives-nav .pagenation li.prev a,
.archives-nav .pagenation li.next a{
	display: block;
	position: relative;
	top: 1px;
	width: 5px;
	height: 10px;
	background-image: url("../img/arrow02.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.archives-nav .pagenation li.prev a{margin-right: 2em;}
.archives-nav .pagenation li.next a{
	margin-left: 1em;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.archives-nav .back a{
	padding-left: 30px;
	font-size: 12px;
	background-image: url("../img/arrow02.png");
	background-size: 5px 10px;
	background-position: center left;
	background-repeat: no-repeat;
}
.archives-nav .sort{font-size: 0;}
.archives-nav .sort li{display: inline-block;font-size: 12px;}
.archives-nav .sort li + li{margin-left: 1em;}
.archives-nav .sort li a{}
.archives-nav .sort select{height: 20px;padding: 0;border: none;font-size: 12px;box-shadow: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
.archives-nav .sort select:focus{outline: none;}


.archives-list{}
.archives-list .flex{justify-content: flex-start;}
.archives-list .box{}
.archives-list .box:not(:nth-of-type(3n)){margin-right: 2.75%}
.archives-list .box:nth-child(n+4){margin-top: 100px;}
.archives-list .img{margin-bottom: 20px;}
.archives-list .img a{
	position: relative;
	display: block;
	padding-top: 100%;
}
.archives-list .img img{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.archives-list .img a:before{
	content: "+ 商品詳細";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	opacity: 0;
	font-size: 18px;
	color: #FFFFFF;
	background-color: rgba(0,0,0,0.3);
	-webkit-transition:opacity .4s;
	transition:opacity .4s;
}
.archives-list .img a:hover:before{opacity: 1.0;}
.archives-list .img a:hover{opacity: 1.0;}
.item .item-feature{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.1em;
    min-width: 1px;
    min-height: 1.25em;
    line-height: 1.25em;
    display: none;
}
.item .item-feature span {

}
.item .item-name{
	position: relative;
	padding-right: 24px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}
.item .item-name button,
.item .item-name span{
	position: absolute;
	top: 2px;
	right: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	cursor: pointer;
	border: none;
	background-color: transparent;
}
.item .detail{color: #828587;font-size: 12px;}
.item .detail li{}
.item .detail span{margin-right: 1em;}
.item .detail li + li{margin-top: 0.4em;}
.item .color{}
.popup-bg{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9850;
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.popup-close{
	display: none;
	position: absolute;
	top: -60px;
	right: 0;
	width: 20px;
	height: 20px;
	background-image: url("../img/close.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	cursor: pointer;
}
.color .color-btn{
	display: inline-block;
	margin-top: 0.4em;
	color: #828587;
	font-size: 12px;
	text-decoration: underline;
}
.color .color-canvas{
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 9900;
	width: 90%;
	max-width: 900px;
	height: auto;
	background-color: #FFFFFF;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.color .color-canvas ul{
	overflow-y: scroll;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 40px 80px;
}
.color .color-canvas ul li{width: 11.5%;margin-right: 1.142857142857143%;font-size: 12px;line-height: 1.0;}
.color .color-canvas ul li:nth-of-type(8n){margin-right: 0;}
.color .color-canvas ul li img{margin-bottom: 6px;}
.color .color-canvas ul li:nth-of-type(n+9){margin-top: 16px;}
.item .price{margin: 16px 0 0;font-size: 24px;font-weight: bold;}
.item .price:after{/*content: "-";margin-left: -0.3em;*/}
.item .select{justify-content: space-between;}
.item .select select,
.item .select .many input{
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 40px;
	padding: 0 24px 0 90px;
	font-size: 12px;
    text-align: right;
	text-align-last: right;
	background-color: transparent;
	border: solid 1px #000000;
	border-radius: 20px;
}
.item .select option {}
.item .select .select-wrap,
.item .select .many{position: relative;width: 100%;}
.item .select .select-wrap::before,
.select-wrap::after{
	content: "";
	position: absolute;
	right: 10px;
	z-index: 100;
	display: block;
	width: 0;
	border-left: solid 2.5px transparent;
	border-right: solid 2.5px transparent;
}
.item .select .select-wrap::before{top: calc(50% - 5px);border-top: solid 0px transparent;border-bottom: solid 4px #000000;}
.item .select .select-wrap::after{top: calc(50% + 1px);border-bottom: solid 0px transparent;border-top: solid 4px #000000;}
.item .select .color div:before,
.item .select .many span{
	position: absolute;
	top: 50%;
	left: 15px;
	z-index: 0;
	width: 4em;
	font-size: 12px;
	transform: translate(0,-50%);
    z-index: 999;
}
.item .select .color div:before{content: "カラー : ";}
.item .btn{display: block;padding: 0;}
.item .btn button{
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 14px;
	border: solid 1px #828587;
	border-radius: 20px;
	background-color: #828587;
	font-size: 12px;
    line-height: 12px;
	color: #FFFFFF;
}
.item .btn button span{
	position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
	display: block;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	font-size: 12px;
    line-height: 12px;
	color: #FFFFFF;
}
.item .btn button:before{
	content: "";
	position: absolute;
	top: 50%;
    left: 6%;
    transform: translate(0,-50%);
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 0.5em;
	background-image: url("../img/icon_m03_2.png");
	background-size: 100%; 100%;
	background-repeat: no-repeat;
}
.item .btn input{
	box-sizing: border-box;
	position: relative;
	z-index: 50;
	width: 100%!important;
	height: 30px;
	padding: 0 0.5em;
	font-size: 13px;
	font-family:  "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka, sans-serif;
	border: none;
	background-color: transparent;
	cursor: pointer;
	opacity: 0;
}
.item .attention {
    margin-top: 1.5em;
}
.item .attention p {
    font-size: 12px;

}
.single .item-box{margin-bottom: 100px;}
.single .item-box .item-slide{width: 65%;}
.single .item-box .box{width: 30%;}
.single .item-box .item-slide li:focus{outline: none;}
.single .item-box .item-slide .slide-item li{position: relative;overflow: hidden;}
.single .item-box .item-slide .slide-item li:before,
.single .item-box .item-slide .slide-thumb li:before{
	content: "";
	display: block;
	width: 0;
	padding-top: 70%;
}
.single .item-box .item-slide .slide-item li img,
.single .item-box .item-slide .slide-thumb li img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	max-width: 100%;
	max-height: 100%;
	transform: translate(-50%,-50%);
}
.single .item-box .item-slide .slide-thumb li img{
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
.single .item-box .item-slide .slide-thumb{position: relative;width: 70%;padding: 0 5%;margin: 20px auto 0;}
.single .item-box .item-slide .slide-thumb li{position: relative}
.single .item-box .item-slide .slide-thumb li:before{padding-top: 100%;width: 100%;height: 100%;}
.single .item-box .item-slide .slide-thumb li + li{}
.single .item-name{margin-bottom: 30px;}
.item .description{margin-bottom: 20px;line-height: 1.8;font-size: 11px;}
.single .detail,.single .color .color-btn{color: #000000;}
.single .item .select{display: block;}
.single .item .select .select-wrap,
.single .item .select .many{position: relative;width: 100%;}
.single .item .select .select-wrap{margin-top: 14px;}
#secRelation,
#secReview{margin-bottom: 100px;}
#secReview .inner{padding: 60px;background-color: #F9F9F8;}
.review-list{}
.review-list li{align-items: center;}
.review-list li + li{margin-top: 40px;}
.review-list .head{width: 180px;line-height: 1.0;}
.review-list .head .star{margin-bottom: 1em;font-size: 21px;letter-spacing: 0.1em;}
.review-list .head .user{margin-bottom: 0.8em;font-size: 12px;}
.review-list .head .user span{margin-left: 0.8em;font-size: 16px;font-weight: bold;}
.review-list .head .date{font-size: 12px;font-weight: bold;color:#828587;}
.review-list .body{
	width: calc(100% - 180px);
	padding-left: 25px;
	font-size: 14px;
	border-left: solid 1px #000000;
}
.review-list .body .title{margin-bottom: 1em;font-weight: bold;}
.review-list .body .txt{line-height: 1.8;}
#page_product_review_index .ec-registerRole,
#page_product_review_complete .ec-registerCompleteRole{padding-bottom: 90px;}
.ec-registerRole {max-width: 900px;margin-bottom: 100px;}
.ec-blockBtn--cancel {color: #fff !important;}
.ec-blockBtn--cancel:hover {background-color: #C85A46;border-color: #000;}
#secReview .btn04{margin-top: 45px;text-align: center;}
#secReview .btn04 a{display: block; margin: 0 auto;}
#secSimilar{margin-bottom: 160px;}
.nowrap-slide-wrap{position: relative;overflow-x: hidden;}
.nowrap-slide-wrap:before,
.nowrap-slide-wrap:after{
	content: "";
	position: absolute;
	top: 0;
	z-index: 100;
	display: block;
	width: 12.5%;
	height: 100%;
	background-color:rgba(255,255,255,0.7);
}
.jan_code{letter-spacing: 0.25em;}
.product_lot{letter-spacing: 0.23em;}
.nogyo_syurui{letter-spacing: 0.26em;}
.nogyo_keishiki{letter-spacing: 0.26em;}
.nogyo_hinshu{letter-spacing: 0.1em;}
.nowrap-slide-wrap:before{left: 0;}
.nowrap-slide-wrap:after{right: 0;}
.nowrap-slide-wrap .slide-inner{position: relative;left: -12%;width: 125%;}
.bx-wrapper{max-width: 100% !important;}
#nowrap-slide li{padding: 0 30px;}
#nowrap-slide li a{display: block;}
#nowrap-slide figure{margin-bottom: 30px;}
#nowrap-slide .info{font-size: 18px;text-align: center;}
#nowrap-slide .info dt{font-weight: bold;line-height: 1.5;}
.bx-wrapper{margin-bottom: 0 !important;box-shadow: none !important;}
.single .item-box .youtube {
    width: 100%;
    margin-top: 20px;
}

/* 1100px以下用の記述
====================================================================================================*/
@media screen and (max-width: 1099px) {}/* 1100px以下用の記述 */
/* 960px以下用の記述
====================================================================================================*/
@media screen and (max-width: 959px) {}/* 960px以下用の記述 */
/* 768px以下用の記述
====================================================================================================*/
@media screen and (max-width: 767px) {
.archives,.single{padding-top: 20px;}
.archives.campain .sec-header{margin-bottom: 60px;}
.archives.campain .sec-header .bnr{margin-top: 40px;}
.breadcrumbs li {font-size: 12px;}
.archives-nav{margin-bottom: 20px;}
.sec-header{margin-bottom: 50px;}
.archives-list + .archives-nav{margin: 60px 0;}
.archives-list>.flex{display: block;}
.archives-list .flex.column3 .box{width: 100%; margin: 0 auto 80px;}
.archives-list .box:not(:nth-of-type(3n)){margin-right: 0;}
.archives-list .box:nth-child(n+2){overflow:hidden;margin-top: 40px;}
.archives-list .img{width: 100%;margin-bottom: 50px;}
.archives-list .img a{padding-top: 0;}
.archives-list .img img{
	position: static;
	width: 100%;
	height: auto;
}
.archives-list .img a:before{display: none;}
.archives-list .img a:after{
	content: "+ 商品詳細";
	display: block;
	margin-top: 0;
	opacity: 1;
	font-size: 14px;
	text-align: center;
	color: #000000;
    background-color: #ddd;
    padding: 10px;
}
.archives-list .img a:hover:before{opacity: 1.0;}
.archives-list .img a:hover{opacity: 1.0;}
.archives .item .item-name,
.archives .item .detail,
.archives .item .color:not(.select-wrap),
.archives .item .price{
	width: 100%;
	float: unset;
}
.item .item-name{margin-bottom: 10px;font-size: 15px;}
.item .select select,
.item .select .many input{
    padding-left: 70px;
}
.popup-close{top: -30px;}
.color .color-canvas ul{padding: 40px 20px;}
.color .color-canvas ul li{width: 23%;margin-right:2.666666666666667%;}
.color .color-canvas ul li:nth-of-type(8n){margin-right:2.666666666666667%;}
.color .color-canvas ul li:nth-of-type(4n){margin-right: 0;}
.color .color-canvas ul li:nth-of-type(n+5){margin-top: 16px;}
.item .price{margin: 10px 0 20px;font-size: 18px;}
.item .select{clear: both;}
.single .item-box,#secRelation,#secReview,#secSimilar{margin-bottom: 80px;}
#secReview {margin-bottom: 0px;}
.single .item-box .item-slide{width: 100%;margin-bottom: 30px;}
.single .item-box .box{width: 100%;}
.single .item-name{margin-bottom: 20px;}
#secReview .inner{padding: 30px;}
.review-list{}
.review-list li{display: block;}
.review-list li + li{margin-top: 40px;}
.review-list .head{width: 100%;line-height: 1.0;}
.review-list .head .star{margin-bottom: 1em;font-size: 21px;letter-spacing: 0.1em;}
.review-list .head .user{margin-bottom: 0.8em;font-size: 12px;}
.review-list .head .user span{margin-left: 0.8em;font-size: 16px;font-weight: bold;}
.review-list .head .date{font-size: 12px;font-weight: bold;color:#828587;}
.review-list .body{
	width: 100%;
	padding-left: 0;
	padding-top: 20px;
	margin-top: 20px;
	font-size: 14px;
	border-left: none;
	border-top: solid 1px #000000;
}
#nowrap-slide li{padding: 0 10px;}
#nowrap-slide figure{margin-bottom: 30px;}
#nowrap-slide .info{font-size: 12px;text-align: center;}


}/* 768px以下用の記述 */

/* 480px以下用の記述
====================================================================================================*/
@media screen and (max-width: 479px) {}/* 480px以下用の記述 */


/* 買い物
====================================================================================================*/
#cart{}
.shopping{}
#secShopping{padding: 60px 0 100px;}
#secShopping .sec-header{margin-bottom: 80px;}
#secShopping .sec-header .shopping-flow{
	position: relative;
	display: flex;
	justify-content: center;
	width: 640px;
	margin: 0 auto;
}
#secShopping .sec-header .shopping-flow li{
	position: relative;
	width: 160px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.0;
}
#secShopping .sec-header .shopping-flow li span{
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	z-index: 10;
	width: 50px;
	height: 50px;
	margin: 0 auto 20px;
	font-size: 20px;
	color: #FFFFFF;
	background-color: #000000;
	border-radius: 100%;
}
#cart #secShopping .sec-header .shopping-flow li:nth-child(n+2),
#order #secShopping .sec-header .shopping-flow li:nth-child(n+3),
#check #secShopping .sec-header .shopping-flow li:nth-child(n+4){color:#CCCCCC;}
#cart #secShopping .sec-header .shopping-flow li:nth-child(n+2) span,
#order #secShopping .sec-header .shopping-flow li:nth-child(n+3) span,
#check #secShopping .sec-header .shopping-flow li:nth-child(n+4) span{background-color:#CCCCCC;}
#secShopping .sec-header .shopping-flow li:nth-child(n+2):before{
	content: "";
	position: absolute;
	top: 23px;
	left: -50%;
	z-index: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #CCCCCC;
}
#result #secShopping .sec-header .shopping-flow li:nth-child(n+2):before{background-color: #000000;}
#order #secShopping .sec-header .shopping-flow li:nth-of-type(2):before{background-color:#000000;}
#check #secShopping .sec-header .shopping-flow li:nth-of-type(2):before,
#check #secShopping .sec-header .shopping-flow li:nth-of-type(3):before{background-color:#000000;}
#secShopping .ec-required {
    background-color: #818587;
    color: #fff;
    display: block;
    width: 50px;
    padding: 0.5em;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    border-radius: 12px;
    margin-left: 0;
    margin-bottom: 1.25em;
}
#secShopping .sec-header .price{
	margin-top: 50px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #828587;
}
#secShopping .sec-header .price span{
	display: inline-block;
	margin: 0 0.6em;
	font-size: 24px;
	color: #000000;
}
#secShopping .items{
	padding: 80px;
	background-color: #F9F9F8;
}
#secShopping .items{}
#secShopping .items .heading{margin-bottom: 20px;text-align: center;font-size: 14px;font-weight: bold;line-height: 1.0;color:#828587;}
#secShopping .items .heading li:nth-of-type(1){width: 70px;}
#secShopping .items .heading li:nth-of-type(2){width: calc(65% - 70px);}
#secShopping .items .heading li:nth-of-type(3){width: 19.6%;}
#secShopping .items .heading li:nth-of-type(4){width: 15.4%;}
#secShopping .items .cart-list{border-bottom: solid 1px #000000;}
#secShopping .items .cart-list li{align-items: center;padding: 20px 0;background-color: #FFFFFF;border-top: solid 1px #000000;}
#secShopping .items .cart-list .item{width: 65%;align-items: center;}
#secShopping .items .cart-list .item .delete{width: 70px;}
#secShopping .items .cart-list .item .delete img{width: 15px; margin: 0 auto;}
#secShopping .items .cart-list .item .flex{align-items: center;width: calc(100% - 70px);}
#secShopping .items .cart-list .item .flex .img{width: 100px;}
#secShopping .items .cart-list .item .flex dl{width: calc(100% - 100px);padding: 0 1.6em;font-size: 16px;}
#secShopping .items .cart-list .item .flex dl dt{font-size: 14px;font-weight: bold;}
#secShopping .items .cart-list .item .flex dl dd{text-align: left;}
#secShopping .items .cart-list .item .flex dl dd.right{text-align: right;}
#secShopping .items .cart-list .result{width: 35%;padding: 20px 0;align-items: center;border-left: solid 1px #000000;}
#secShopping .items .cart-list .result .quantity{width: 55%;text-align: center;}
#secShopping .items .cart-list .result .quantity .value{display: block;margin-bottom: 10px;font-size: 16px;line-height: 1.0;}
#secShopping .items .cart-list .result .quantity .pm{}
#secShopping .items .cart-list .result .quantity .pm a,
#secShopping .items .cart-list .result .quantity .pm div{
	display: inline-block;
	width: 20px;
}
#secShopping .items .cart-list .result .quantity .pm img + img{margin-left: 10px;}
#secShopping .items .cart-list .result .subtotal{width: 45%;text-align: center;font-size: 16px;}
#secShopping .items .cart-list .item .delete img,
#secShopping .items .cart-list .result .quantity .pm img{cursor: pointer;}
#secShopping .items .total{padding-right: 1em;margin: 30px 0;font-size: 18px;text-align: right;letter-spacing: 0.1em;}
#secShopping .items .total span{display: inline-block;padding-left: 1.5em;font-size: 24px;font-weight: bold;color: #C85A46;}
.cart-btn a,
.cart-btn button,
.btn-next a,
.btn-next button,
.btn-continue a{
	display: block;
	width: 100%;
	max-width: 270px;
	padding: 9px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	border-radius: 15px;
}
.cart-btn a,
.cart-btn button {
    height: auto;
}
.btn-next button:focus{outline:none;}
.btn-next button,
.btn-next a{background-color: #C85A46;color:#FFFFFF;}
.btn-continue a{margin-top: 14px !important;background-color: #FFFFFF;border: solid 1px #000000;color: #000 !important;height: 2.5em;}
.btn-continue a:hover{background-color: #fff !important;}
#secShopping .info{max-width: 900px;margin: 0 auto;}
#secShopping .info .left{width: 60%;max-width: 540px;}
#secShopping .info .right{width: 33%;max-width: 360px;}
#secShopping .info .left section + section{margin-top: 30px;}
#secShopping .info .left .heading{padding: 10px;margin-bottom: 24px;font-size: 14px;font-weight: bold;color: #828587;background-color: #F9F9F8;}
#secShopping .info .left .user ul{padding-left: 10px;font-size: 14px;line-height: 1.7;}
#secShopping .info .left .delivery{font-size: 14px;}
#secShopping .info .left .delivery .btn{
	display: inline-block;
	min-width: 6em;
	padding: 0.5em 1em;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.0;
	text-align: center;
	border: solid 1px #000000;
	border-radius: 15px;
	cursor: pointer;
}
#secShopping .info .left .delivery .place{}
#secShopping .info .left .delivery .place>dt{align-items: center;font-weight: bold;padding: 0 0 20px 10px;border-bottom: solid 1px #000000;}
#secShopping .info .left .delivery .place>dt:not(:first-of-type) {margin-top: 24px;}
#secShopping .info .left .delivery .place>dt .btn{font-size: 14px;line-height: 1.4;}
#secShopping .info .left .delivery .place>dt .btn button,
#secShopping .info .left .delivery .place .more button{border: none;box-shadow: none;padding: 0;line-height: 1.0;}
#secShopping .info .left .delivery .place>dt .btn button:focus,
#secShopping .info .left .delivery .place .more button:focus{outline: none;}
#secShopping .info .left .delivery .place .item{align-items: center;padding: 20px 0;border-bottom: solid 1px #000000;}
#secShopping .info .left .delivery .place .item figure{width: 100px;}
#secShopping .info .left .delivery .place .item dl{width: calc(100% - 100px);padding-left: 30px;font-size: 16px;}
#secShopping .info .left .delivery .place .item dl dt{font-weight: bold;}
#secShopping .info .left .delivery .place .item dl dd{position: relative;}
#secShopping .info .left .delivery .place .item dl dd span{position: absolute; bottom: -1em; right: 0;}
#secShopping .info .left .delivery .place .add{padding: 24px 10px;border-bottom: solid 1px #000000;}
#secShopping .info .left .delivery .place .add ul{line-height: 1.7;}
#secShopping .info .left .delivery .place .add .select{margin-top: 20px;}
#secShopping .info .left .delivery .place .add .select {display:none;}
#secShopping .info .left .delivery .place .add .select li{justify-content: flex-start;align-items: center;}
#secShopping .info .left .delivery .place .add .select li + li{margin-top: 14px;}
#secShopping .info .left .delivery .place .add .select span{width: 7em;}
#secShopping .info .left .delivery .place .add .select .select-wrap{}
#secShopping .info .left .delivery .place .add .select select{
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 30px;
	padding: 0 24px 0 17px;
	font-size: 12px;
	background-color: transparent;
	border: solid 1px #000000;
	border-radius: 15px;
}
#secShopping .info .left .delivery .place .add .select .select-wrap{position: relative;width: calc(100% - 7em);}
#secShopping .info .left .delivery .place .add .select .select-wrap::before,
#secShopping .info .left .delivery .place .add .select .select-wrap::after{
	content: "";
	position: absolute;
	right: 10px;
	z-index: 100;
	display: block;
	width: 0;
	border-left: solid 2.5px transparent;
	border-right: solid 2.5px transparent;
}
#secShopping .info .left .delivery .place .add .select .select-wrap::before{top: calc(50% - 5px);border-top: solid 0px transparent;border-bottom: solid 4px #000000;}
#secShopping .info .left .delivery .place .add .select .select-wrap::after{top: calc(50% + 1px);border-bottom: solid 0px transparent;border-top: solid 4px #000000;}
#secShopping .info .left .delivery .place .more{padding-top: 30px;}
#secShopping .info .left .pay{}
#check #secShopping .info .left .pay .way{padding-left: 10px;}
#secShopping .info .left .pay .way label{
	position: relative;
	padding-left: 30px;
	display: inline-block;
	cursor: pointer;
}
#secShopping .info .left .pay .way input{display: none;}
#secShopping .info .left .pay .way label:before,
#secShopping .info .left .pay .way label:after{
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: calc(50% - 7px);
	left: 8px;
	display: block;
	width: 12px;
	height: 12px;
	border: solid 1px #000000;
}
#secShopping .info .left .pay .way label:after{top:calc(50% - 5px);left: 10px;width: 8px;height: 8px;background-color: #C85A46;opacity: 0;border: none;}
#secShopping .info .left .pay .way input:checked + label:after{opacity: 1;}
#secShopping .info .right .box{padding: 40px 45px 65px;background-color: #F9F9F8;}
#secShopping .info .right .box .cash{padding-bottom: 1.5em;font-size: 14px;line-height: 2.2;border-bottom: solid 1px #000000;}
#secShopping .info .right .box .price{
	margin: 24px 0 60px;
	font-size: 18px;
	letter-spacing: 0.1em;
	text-align: right;
}
#secShopping .info .right .box .price span{
	display: inline-block;
	margin-left: 0.6em;
	font-size: 24px;
	font-weight: bold;
	color: #C85A46;
}
#result #secShopping .sec-header{margin-bottom: 160px;}
#secShopping .result,#secShopping .result .txt{text-align: center;width:640px;margin: 0 auto;}
#secShopping .result .heading{margin-bottom: 30px;font-size: 24px;}
#secShopping .result .txt{margin-bottom: 45px;font-size: 14px;line-height: 1.7;}
#secShopping .result .orderNm{margin-bottom: 100px;font-size: 14px;font-weight: bold;}
#secShopping .result .complete_message{
    text-align: left;
    width: 640px;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 50px;
    padding: 40px;
    background: #eeeeee;
}
#secShopping .result .complete_message br + br:last-of-type {
    display: none;
}
#secShopping .result .btn a{
	display: block;
	max-width: 270px;
	padding: 9px;
	margin: 0 auto;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	border-radius: 15px;
	background-color: #FFFFFF;
	border: solid 1px #000000;
}
#secShopping .ec-role{margin-top: 60px;}
.other .btn01 a{margin: 0 auto;}

#secShopping .info .left .amazonPay {
  font-size: 14px;
}

#secShopping .info .left .amazonPay h5 {
  font-weight: bold;
  padding: 0 0 20px 10px;
}

#secShopping .info .left .amazonPay > ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  padding: 14px 10px;
}

#secShopping .info .left .amazonPay .btn {
  min-width: 6em;
  font-size: 12px;
  font-weight: normal;
  border: solid 1px #000000;
  border-radius: 15px;
  background-color: #fff;
}

/* 1100px以下用の記述
====================================================================================================*/
@media screen and (max-width: 1099px) {}/* 1100px以下用の記述 */
/* 960px以下用の記述
====================================================================================================*/
@media screen and (max-width: 959px) {}/* 960px以下用の記述 */
/* 768px以下用の記述
====================================================================================================*/
@media screen and (max-width: 767px) {
#secShopping{padding: 30px 0 50px;}
#secShopping .sec-header,#result #secShopping .sec-header{margin-bottom: 50px;}
#secShopping .sec-header .shopping-flow{width: 100%;}
#secShopping .sec-header .shopping-flow li{width: 25%;font-size: 10px;}
#secShopping .sec-header .shopping-flow li span{
	width: 36px;
	height: 36px;
	margin: 0 auto 16px;
	font-size: 12px;
}
#secShopping .sec-header .shopping-flow li:nth-child(n+2):before{	top: 17px;height: 2px;}
#secShopping .sec-header .price{font-size: 12px;margin-top: 30px;}
#secShopping .sec-header .price span{font-size: 20px;}
#secShopping .ec-cartRole {padding: 0;}
#secShopping .items{
	padding: 40px 20px;
	background-color: #F9F9F8;
}
#secShopping .ec-required {display: inline-block; margin-left: 0.5em;}
#secShopping .items{width: 100%;}
#secShopping .items .heading{display: none;}
#secShopping .items .cart-list li{display: block;padding: 20px 10px;}
#secShopping .items .cart-list .item{width: 100%;align-items: center;}
#secShopping .items .cart-list .item .delete{width: 40px;}
#secShopping .items .cart-list .item .delete img{width: 12px;}
#secShopping .items .cart-list .item .flex{align-items: center;width: calc(100% - 40px);}
#secShopping .items .cart-list .item .flex .img{width: 100%;}
#secShopping .items .cart-list .item .flex dl{width: 100%;padding: 0;font-size: 12px;margin-bottom: 0.5em;}
#secShopping .items .cart-list .item .flex dl dt{font-size: 12px;margin: 0.5em 0;}
#secShopping .items .cart-list .item .flex dl dd {font-size: 12px;}
#secShopping .items .cart-list .result .quantity .value {margin-bottom: 0px;display: inline-block;}
#secShopping .items .cart-list .result .quantity .pm {display: inline-block;position: relative;top: 4px;}
#secShopping .items .cart-list .result{width: 100%;padding: 15px 0 0;margin-top: 15px;border-left: none;border-top: dashed 1px #cccccc;}
#secShopping .items .total{margin: 30px 0;font-size: 16px;}
#secShopping .items .total span{font-size: 22px;}
#secShopping .info{display: block}
#secShopping .info .left,
#secShopping .info .right{width: 100%;max-width: 100%;}
#secShopping .info .left section + section{margin-top: 30px;}
#secShopping .info .left .delivery .place .item {align-items: flex-start;}
#secShopping .info .left .delivery .place .item dl {height: 100px;font-size: 12px;position:relative;padding-left:20px;}
#secShopping .info .left .delivery .place .item dl dt {margin-bottom: 0.5em;}
#secShopping .info .left .delivery .place .item dl dd {position: static;}
#secShopping .info .left .delivery .place .item dl dd span {bottom: 0;}
#secShopping .info .left .delivery .place>dt .btn button, #secShopping .info .left .delivery .place .more button {background: none;}
#secShopping .info .right .box {padding: 35px;}
#secShopping .info .right .box .price {font-size: 16px;}
#secShopping .info .right{margin-top: 50px;}
#secShopping .result,#secShopping .result .txt{width:100%;}
#secShopping .result .heading{font-size: 20px;}
#secShopping .result .txt{}
#secShopping .result .orderNm{margin-bottom: 50px;}
#secShopping .result .complete_message{width:100%;padding:5%;}

.ec-halfInput input[type='text'] {width: 100%;margin-left:0;}
.ec-telInput input{max-width: 100%;}
.ec-zipInput input{max-width: 100%;}
.ec-select select, select.selectbutton{width: 100%;}

}/* 768px以下用の記述 */

/* 480px以下用の記述
====================================================================================================*/
@media screen and (max-width: 479px) {}/* 480px以下用の記述 */


.ec-AddAddress {
    margin-bottom: 100px;
}

/* マイページ
====================================================================================================*/
.mypage{}
.mypage #secMypage,
.mypage #secArchives{padding: 80px 0 100px;}
.mypage #secMypage .sec-header,
.mypage #secArchives .sec-header{margin-bottom: 80px;}
.mypage #secArchives .ec-favoriteRole__header{text-align:center;}
.mypage .mypage-list{justify-content: center;margin-top: 50px;}
.mypage .mypage-list li{width: calc(100%/6);border-bottom: none;border-left: solid 1px rgba(0,0,0,0.5);}
.mypage .mypage-list a,
.mypage .mypage-list span{
	display: block;
	padding: 1.5em 2em;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0;
}
.mypage .mypage-list li:last-child{border-right: solid 1px rgba(0,0,0,0.5);}
.mypage .mypage-list li.now,
.mypage .mypage-list li.now + li{border-left: solid 1px rgba(0,0,0,1);}
.mypage .mypage-list a{opacity: 0.5;}
.mypage .mypage-list a:hover{opacity: 1;}
.mypage .mypage-list li:hover,
.mypage .mypage-list li:hover + li{border-left: solid 1px rgba(0,0,0,1);}
.mypage .mypage-list li:last-child:hover{border-right: solid 1px rgba(0,0,0,1);}
.mypage #secMypage .secLog{}
.mypage #secMypage .secLog .log-value{padding-bottom: 1em;margin-bottom: 0px;font-size: 14px;line-height: 1.0;border-bottom: solid 1px #000000;color: #828587;}
.mypage #secArchives .favo-value{padding-bottom: 1em;font-size: 14px;line-height: 1.0;color: #828587;}
.mypage #secMypage .secLog .heading{padding-bottom: 1em;font-size: 18px;line-height :1.0;font-weight: bold;}
.mypage #secMypage .secLog .log-list + .heading{margin-top: 0px;}
.mypage #secMypage .secLog .log-list>li{border-bottom: solid 1px #000000;}
.mypage #secMypage .secLog .log-list>li{padding: 30px 0;}
.mypage #secMypage .secLog .log-list .info{width: 210px;}
.mypage #secMypage .secLog .log-list .info .date,
.mypage #secMypage .secLog .log-list .box dt{font-size: 18px;font-weight: bold;line-height: 1.3em;}
.mypage #secMypage .secLog .log-list .info .date{margin-bottom: 1.2em;}
.mypage #secMypage .secLog .log-list .info ul{margin-bottom: 12px;}
.mypage #secMypage .secLog .log-list .info li{font-size: 14px;}
.mypage #secMypage .secLog .log-list .info li span{display: inline-block;width: 7em;}
.mypage #secMypage .secLog .log-list .info .btn{display: block;width: 100%;padding: 0;}
.mypage #secMypage .secLog .log-list .info .btn a{
	display: block;
	max-width: 160px;
	padding: 9px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	border-radius: 15px;
	background-color: #FFFFFF;
	border: solid 1px #000000;
}
.mypage #secMypage .secLog .log-list .box{justify-content: flex-start;width: calc(100% - 210px);}
.mypage #secMypage .secLog .log-list .box .item + .item{margin-top: 30px;}
.mypage #secMypage .secLog .log-list .box figure{width: 130px;}
.mypage #secMypage .secLog .log-list .box dl{width: calc(100% - 130px);padding-left: 30px;}
.mypage #secMypage .secLog .log-list .box dt{margin-bottom: 0.7em;}
.mypage #secMypage .secLog .log-list .box dd:not(.nm){font-size:14px;font-weight: bold;}
.mypage #secMypage .secLog .log-list .box dd.nm{margin-top: 34px;font-size: 18px;line-height: 1.0;}
.mypage #secShopping .order-info{margin-bottom: 30px;font-size: 14px;line-height: 2.0;}
.mypage #secShopping .order-info span{margin-right: 1em;}
.mypage #secShopping .pay .way li,
.mypage #secShopping .contact .txt,
.mypage #secShopping .mail dl{padding-left :10px;font-size: 14px;}
.mypage #secShopping .mail dl dd a{font-weight: bold;color: #3D8FBF;}
.mypage #secShopping .mail dl dd + dt{margin-top: 1em;}
.mypage #secShopping .mail dl dd.ec-orderMail__body{display: none;}
.mypage #secShopping section + .btn{margin-top: 20px;padding-top: 60px;border-top: solid 1px #000000;}
/* .mypage #secShopping .btn a{display: inline-block;max-width: 100%;padding: 9px 2em;} */
.mypage #secArchives .archives-nav{margin-bottom: 20px;}
#remove .ec-withdrawRole .ec-icon img{display: inline-block;}
.mypage .ec-para-normal {text-align: center;}
.mypage .ec-required {
    background-color: #818587;
    color: #fff;
    display: block;
    width: 50px;
    padding: 0.5em;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    border-radius: 12px;
    margin-left: 0;
    margin-bottom: 1.25em;
}
.mypage .ec-navlistRole {
    margin-bottom: 50px;
}

/* 1100px以下用の記述
====================================================================================================*/
@media screen and (max-width: 1099px) {}/* 1100px以下用の記述 */
/* 960px以下用の記述
====================================================================================================*/
@media screen and (max-width: 959px) {}/* 960px以下用の記述 */
/* 768px以下用の記述
====================================================================================================*/
@media screen and (max-width: 767px) {
.ec-mypageRole{padding: 0;}
.mypage{}
.mypage #secMypage,.mypage #secArchives{padding: 50px 0;}
.mypage .sec-header,.mypage #secArchives .sec-header{margin-bottom: 40px;}
.mypage #secMypage .sec-header, .mypage #secArchives .sec-header {margin-bottom: 50px;}
.mypage .mypage-list{justify-content: center;margin-top:30px;}
.mypage .mypage-list li {padding: 5px;}
.mypage .mypage-list li.now,
.mypage .mypage-list li.now + li,
.mypage .mypage-list li:nth-of-type(3) {border: none;border-bottom: solid 1px rgba(0,0,0,0.5);}
.mypage .mypage-list li{width: 100%;border: 0;border-bottom: solid 1px rgba(0,0,0,0.5);}
.mypage .mypage-list li:hover{border-left: none;}
.mypage .mypage-list li:hover, .mypage .mypage-list li:hover + li {border-left: none;}
.mypage .mypage-list li:last-child {border: none;}
.mypage .mypage-list li:last-child:hover {border-right: none;}
.mypage .mypage-list a,
.mypage .mypage-list span{padding: 0.5em 0;font-size: 14px;}
.mypage .ec-navlistRole {margin-bottom: 30px;}
.mypage #secMypage .secLog .log-value{margin-bottom: 0px;}
.mypage #secMypage .secLog .heading,
.mypage #secMypage .secLog .log-list .info .date,
.mypage #secMypage .secLog .log-list .box dt,
.mypage #secMypage .secLog .log-list .box dd.nm{font-size: 16px;}
.mypage #secMypage .secLog .heading {padding-bottom: 0;}
.mypage #secMypage .secLog .log-list + .heading{margin-top: 0;padding: 0;}
.mypage #secMypage .secLog .log-list>li{padding: 30px 0;}
.mypage #secMypage .secLog .log-list .info{display: flex;justify-content: space-between;width: 100%;}
.mypage #secMypage .secLog .log-list .info .date{margin-bottom: 0.5em;}
.mypage #secMypage .secLog .log-list .info .wrap{width: 100%}
.mypage #secMypage .secLog .log-list .info ul{margin-bottom: 0.5em;display: flex;}
.mypage #secMypage .secLog .log-list .info ul li:nth-of-type(2n) {margin-left: 1em;}
.mypage #secMypage .secLog .log-list .info .btn a{padding: 9px 2em;max-width: 100%;}
.mypage #secMypage .secLog .log-list .box{width: 100%;margin-top: 30px;}
.mypage #secMypage .secLog .log-list .box figure{width: 100px;}
.mypage #secMypage .secLog .log-list .box dl{width: calc(100% - 100px);padding-left: 20px;}
.mypage #secMypage .secLog .log-list .box dd.nm{margin-top: 14px;}
.mypage #secArchives .archives-nav{margin-bottom: 30px;border-top: none;}
.mypage #secArchives .favo-value {text-align: center;}
.mypage #secShopping .order-info{}
}/* 768px以下用の記述 */

/* 480px以下用の記述
====================================================================================================*/
@media screen and (max-width: 479px) {}/* 480px以下用の記述 */


/*ご利用ガイド
====================================================================================================*/
.guide{}
#secUseguide{padding: 80px 0 100px;}
#secUseguide .sec-header{margin-bottom: 90px;}
#secUseguide .sec-header .guide-list{justify-content: center; margin-top: 50px;}
#secUseguide .sec-header .guide-list li{width: calc(100%/4);border-left: solid 1px rgba(0,0,0,0.5);display: flex;align-items: center;justify-content: center;}
#secUseguide .sec-header .guide-list a,
#secUseguide .sec-header .guide-list span{
	display: block;
	padding: 1.5em 2em;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.0;
}
#secUseguide .sec-header .guide-list li:last-child{border-right: solid 1px rgba(0,0,0,0.5);}
#secUseguide .sec-header .guide-list li.now,
#secUseguide .sec-header .guide-list li.now + li{border-left: solid 1px rgba(0,0,0,1);}
#secUseguide .sec-header .guide-list a{opacity: 0.5;}
#secUseguide .sec-header .guide-list a:hover{opacity: 1;}
#secUseguide .sec-header .guide-list li:hover,
#secUseguide .sec-header .guide-list li:hover + li{border-left: solid 1px rgba(0,0,0,1);}
#secUseguide .sec-header .guide-list li:last-child:hover{border-right: solid 1px rgba(0,0,0,1);}

#secUseguide .guide-box{padding-bottom: 20px;background-color: #F9F9F8;}
#secUseguide .guide-box .heading{
	padding: 0.7em;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.0;
	text-align: center;
	color: #FFFFFF;
	background-color: #787B7D;
}
#secUseguide .guide-box .wrap{
	min-height: 100px;
	padding: 80px 30px;
	margin: 20px 20px 0;
	text-align: left;
	background-color: #FFFFFF;
}
#secUseguide .guide-box .flow-list{
    text-align: center;
}
#secUseguide .guide-box .flow-list dt{margin-bottom: 30px;font-size: 18px; font-weight:bold;}
#secUseguide .guide-box .flow-list dt .nm{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	margin: 0 auto 30px;;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	color:#FFFFFF;
	background-color: #828587;
	border-radius: 100%;
}
#secUseguide .guide-box .flow-list dd{font-size: 14px;line-height: 1.7;}
#secUseguide .guide-box .flow-list dd + dt{margin-top: 90px;}

/* 1100px以下用の記述
====================================================================================================*/
@media screen and (max-width: 1099px) {}/* 1100px以下用の記述 */
/* 960px以下用の記述
====================================================================================================*/
@media screen and (max-width: 959px) {}/* 960px以下用の記述 */
/* 768px以下用の記述
====================================================================================================*/
@media screen and (max-width: 767px) {
#secUseguide{padding: 60px 0 80px;}
#secUseguide .sec-header{margin-bottom: 60px;}
#secUseguide .sec-header .guide-list{justify-content: center;margin-top: 30px;}
    /*
#secUseguide .sec-header .guide-list li{justify-content: center;width: 100%;border-bottom: solid 1px rgba(0,0,0,0.5);}
#secUseguide .sec-header .guide-list li:nth-of-type(3){border-bottom: solid 1px rgba(0,0,0,0.5);}
#secUseguide .sec-header .guide-list li:nth-child(n+4){margin-top: 1em;}
    */
#secUseguide .sec-header .guide-list li {padding: 5px;}
#secUseguide .sec-header .guide-list li.now,
#secUseguide .sec-header .guide-list li.now + li,
#secUseguide .sec-header .guide-list li:nth-of-type(3) {border: none;border-bottom: solid 1px rgba(0,0,0,0.5);}
#secUseguide .sec-header .guide-list li{width: 100%;border: 0;border-bottom: solid 1px rgba(0,0,0,0.5);}
#secUseguide .sec-header .guide-list li:hover{border-left: none;}
#secUseguide .sec-header .guide-list li:hover, #secUseguide .sec-header .guide-list li:hover + li {border-left: none;}
#secUseguide .sec-header .guide-list li:last-child {border: none;}
#secUseguide .sec-header .guide-list li:last-child:hover {border-right: none;}
#secUseguide .sec-header .guide-list a,
#secUseguide .sec-header .guide-list span{padding: 0.5em 0;font-size: 14px;}

#secUseguide .guide-box .heading,
#secUseguide .guide-box .flow-list dt{font-size: 16px;}
#secUseguide .guide-box .wrap{padding: 60px 20px;}
#secUseguide .guide-box .flow-list dd{text-align: justify;font-size: 13px;}
#secUseguide .guide-box .flow-list dd + dt{margin-top: 60px;}
}/* 768px以下用の記述 */

/* 480px以下用の記述
====================================================================================================*/
@media screen and (max-width: 479px) {}/* 480px以下用の記述 */

/* 登録・お問合せフォーム
====================================================================================================*/
:placeholder-shown{color:#828587;}
::placeholder{color:#828587;}
::-webkit-input-placeholder{color:#828587;}
:-moz-placeholder{color:#828587;}
::-moz-placeholder{color:#828587;}
:-ms-input-placeholder{color:#828587;}
::-ms-input-placeholder{color:#828587;}
.form input,.form textarea,.form select,.form .submit input{
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 1em;
	font-size: 14px;
	font-family:  "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka, sans-serif;
	border: solid 1px #848484;
}
.form dd:not(.full) input{width: 48%;}
.form dd.short input{width: 43%;}
.form textarea{height: 100px;}
.form #entry_sex input[type="radio"],.form #entry_sex input[type="checkbox"]{display: none;}
.form label{cursor: pointer;}
.form select{
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #ffffff;
	font-family : inherit;
	font-size: 12px;
	display: inline-block;
	height: 30px;
	padding: 0 3em 0 1.5em;
	border-radius: 20px;
}
.form select::-ms-expand {
    display: none;
}
.form .select-wrap{position: relative;display: inline-block;}
.form .select-wrap::before,
.form .select-wrap::after{
	content: "";
	position: absolute;
	right: 10px;
	z-index: 100;
	display: block;
	width: 0;
	border-left: solid 2.5px transparent;
	border-right: solid 2.5px transparent;
}
.form  .select-wrap::before{top: calc(50% - 5px);border-top: solid 0px transparent;border-bottom: solid 4px #000000;}
.form  .select-wrap::after{top: calc(50% + 1px);border-bottom: solid 0px transparent;border-top: solid 4px #000000;}
.form>section{padding: 80px 0 100px;}
.form-box{
	padding: 90px;
	background-color: #F9F9F8;
}
.form-box li{padding: 30px 0;border-top: solid 1px #000000;}
.form-box dl{}
.form-box dt{width: 270px;line-height: 40px;font-size: 14px; font-weight: bold;}
.form-box dt .need{color: #C85A46;margin-left: 0.5em;}
.form-box dd{width: calc(100% - 270px);}
.form-box dd:not(.flex) input + input,
.form-box dd:not(.flex) .num + .select-wrap,
.form-box dd:not(.flex) .select-wrap + input{margin-top: 20px;}
.form-box dd .num-wrap{justify-content: flex-start;align-items:center;margin-bottom: 20px;}
.form-box dd .num{display: block;}
.form-box dd .num input{display: inline-block;width: 8em;margin-left: 1em;}
.form-box dd .search{margin-left: 20px;display: flex;justify-content: flex-start;align-items:center;}
.form-box dd .search span{display: inline-block;width: 20px;height: 20px;padding: 4px;border-radius: 100%; background-color: #3D8FBF;}
.form-box dd .search span img{}
.form-box dd .search a{margin-left:10px; font-size: 14px;font-weight: bold;color: #3D8FBF;}
.form-box dd.tel input{width: 10em;}
.form-box dd.birth .select-wrap,.form-box dd.job .select-wrap{margin-top: 5px;}
.form-box dd.birth span{margin: 0 1em 0 1.5em;font-size: 12px;color: #828587;}
.form-box dd select option:first-child{display: none;}
.form-box label{
	position: relative;
	padding-left: 30px;
	display: inline-block;
	font-size: 12px;
	color:#828587;
	cursor: pointer;
}
.form-box label:nth-child(n+3){margin-left: 50px;}
.form-box label:before,
.form-box label:after{
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: calc(50% - 5px);
	left: 8px;
	display: block;
	width: 12px;
	height: 12px;
	border: solid 1px #848484;
	border-radius: 100%;
}
.form-box label:after{top:calc(50% - 3px);left: 10px;width: 8px;height: 8px;background-color: #000000;opacity: 0;border: none;}
.form-box input[type="radio"]:checked + label:after,
.form-box input[type="checkbox"]:checked + label:after{opacity: 1;}
.form-box .check label:before,
.form-box .check label:after{border-radius: 0;}
.form-box .check label{font-size: 14px;}
.form-box .btn{justify-content: center;margin-top: 50px;}
.form-box .btn p{display: inline-block;min-width: 270px;}
.form-box .btn p + p{margin-left: 20px}
.form-box .btn p a,
.form-box .btn p button{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1em;
	width: 100%;
	height: 30px;
	border-radius: 20px;
	font-size: 12px;
	text-align: center;
}
.form-box .btn p a{border: solid 1px #000000;background-color: #ffffff;}
.form-box .btn p button{border: none;font-weight: bold;color:#FFFFFF;background-color: #C85A46;cursor: pointer;}
.form-box .btn p button:focus{outline:none;}
.form-box .caution{font-size: 12px;margin-top: 1em;}
#secContact .form-box li:last-child{border-bottom: solid 1px #000000;}
#secContact .form-box .btn{margin-top: 90px;}
#secMypage .form-box li:last-child{border-bottom: solid 1px #000000;}
#secMypage .form-box .btn{margin-top: 90px;}
#secMember .form-box .btn{margin-top: 90px;}
#secMember .form-box #entry_user_policy_check {display: none;}
#secMember .request{margin-top: 10px;text-align: center;}
#secMember .request a{font-size: 12px;text-decoration: underline;}
#secMember .request a:hover{text-decoration: none;}
.form .sec-header{margin-bottom: 90px;}
.form .sec-header .sec-title{margin-bottom: 0;}
.form .sec-header .lead{margin-top: 50px;font-weight: normal;}
#contact.complete .btn02 a{margin: 0 auto;}

/* 768px以下用の記述
====================================================================================================*/
@media screen and (max-width: 767px) {
.form .sec-header {margin-bottom: 50px;}
.form>section{padding: 30px 0 50px;}
.form dd:not(.flex) input,
.form dd.short input{width: 100%;}
.form .select-wrap{width: 100%;}
.form-box dd .num input{width: 6em;margin-left:0;}
.form-box dd .search {margin-top: 0.5em; margin-left: 0px;}
.form-box{
	padding: 30px 20px;
	background-color: #F9F9F8;
}
.form-box li{padding: 24px 0;border-top: solid 1px #000000;}
.form-box dl{}
.form-box dt,.form-box dd{width:100%;}
.form-box dt{margin-bottom: 1.5em;line-height: 1.0;}
.form-box dd.job .select-wrap{display: block;margin-top: 5px;}
.form-box dd.birth span{margin: 0 0.5em 0 1em;font-size: 10px;}
.form-box .btn{margin-top: 30px;}
.form-box .btn p{display: block;width: 100%;min-width: unset;}
.form-box .btn p + p{margin-left: 0;margin-top: 20px;}
#secContact .form-box .btn{margin-top: 30px;}

}/* 768px以下用の記述 */
/* 480px以下用の記述
====================================================================================================*/
@media screen and (max-width: 479px) {}/* 480px以下用の記述 */

/*ご利用規約
====================================================================================================*/
.guide{}
#secAgreement{padding: 80px 0 100px;}
#secAgreement .sec-header{margin-bottom: 90px;}

/* 1100px以下用の記述
====================================================================================================*/
@media screen and (max-width: 1099px) {}/* 1100px以下用の記述 */
/* 960px以下用の記述
====================================================================================================*/
@media screen and (max-width: 959px) {}/* 960px以下用の記述 */
/* 768px以下用の記述
====================================================================================================*/
@media screen and (max-width: 767px) {
    #secAgreement{padding: 60px 0 80px;}
    #secAgreement .sec-header{margin-bottom: 60px;}
}/* 768px以下用の記述 */

/* 480px以下用の記述
====================================================================================================*/
@media screen and (max-width: 479px) {}/* 480px以下用の記述 */


/* その他
====================================================================================================*/
#login-header{padding: 80px 0;margin-bottom: 60px;border-top: solid 15px #828587;}
#login-header .logo{width: 60%;max-width: 243px;margin: 0 auto;}
#secLogin{padding: 120px 0 160px;}
.mypage #secLogin{padding: 0 0 160px;}
#secLogin input{
	-webkit-appearance: none;
	border-radius: 0;
	box-sizing: border-box;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 1em 0 3em;
	font-size: 14px;
	font-family:  "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka, sans-serif;
	border: solid 1px #848484;
}
#secLogin input[type="checkbox"]{display: none;}
#secLogin .login-box{
    width: 58%;
	padding: 60px;
	margin: 0 auto;
	background-color: #F9F9F8;
}
#secLogin .login-box.guest{width: 40%;}
#secLogin .login-box .user{margin-bottom: 20px;}
#secLogin .login-box .user,
#secLogin .login-box .pass{position: relative;}
#secLogin .login-box .user:before,
#secLogin .login-box .pass:before{
	content: "";
	position: absolute;
	top: 10px;
	left: 15px;
	z-index: 10;
	display: block;
	width: 16px;
	height: 20px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
#secLogin .login-box .user:before{background-image: url("../img/icon_login01.png");}
#secLogin .login-box .pass:before{background-image: url("../img/icon_login02.png");}
#secLogin .login-box .check{margin: 10px 0 40px;text-align: center;}
#secLogin .login-box .check label{
	position: relative;
	padding-left: 30px;
	display: inline-block;
	font-size: 12px;
	cursor: pointer;
}
#secLogin .login-box .check label:before,
#secLogin .login-box .check label:after{
	content: "";
	box-sizing: border-box;
	position: absolute;
	top: calc(50% - 6px);
	left: 8px;
	display: block;
	width: 12px;
	height: 12px;
	border: solid 1px #848484;
}
#secLogin .login-box .check label:after{top:calc(50% - 4px);left: 10px;width: 8px;height: 8px;background-color: #000000;opacity: 0;border: none;}
#secLogin .login-box .check input[type="checkbox"]:checked + label:after{opacity: 1;}
#secLogin .login-box .btn{display: block;padding: 0;}
#secLogin .login-box .btn button{
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 325px;
	padding: 0 1em;
	margin: 0 auto;
	width: 100%;
	height: 40px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
    background-color: #828587;
	font-family: 'Roboto', "游ゴシック体", "Yu Gothic", YuGothic, Meiryo, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic",  Osaka, sans-serif;
}
#secLogin .login-box .btn button:focus{outline: none;}
#secLogin .login-box .forget{margin-top: 10px;text-align: center;}
#secLogin .login-box .forget a{font-size: 12px;text-decoration: underline;}
#secLogin .login-box .request{margin-top: 10px;text-align: center;}
#secLogin .login-box .request a{font-size: 12px;text-decoration: underline;}
#secLogin .login-box + .btn a{
	display: block;
	max-width: 200px;
	padding: 0.3em;
	margin: 60px auto 0;
	border-radius: 20px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	background-color: #828587;
}
#login-footer{padding: 60px 0;background-color: #828587;}
#login-footer .logo{width: 220px;margin: 0 auto;}
#login-footer .copy{padding-top: 20px;margin-top: 30px;font-size: 12px;font-weight: bold;text-align: center;letter-spacing: 0.1em;color:#FFFFFF;border-top: solid 1px #FFFFFF;}
#secLogin .login-box.guest .lead {margin-bottom: 80px; text-align: center;}
#secLogin .login-box.guest .btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 325px;
    padding: 0 1em;
    margin: 0 auto;
    height: 40px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    background-color: #828587;
}

.list-layout{}
.list-layout>section,.text-layout>section{padding: 80px 0 100px;}
.list-layout .sec-header{margin-bottom: 40px;}
.list-layout .layout-box{}
.list-layout .layout-box>li{padding: 40px 0;}
.list-layout .layout-box>li + li{border-top: solid 1px #000000;}
.list-layout .layout-box>li>dl{justify-content: flex-start;font-size: 14px;}
.list-layout .layout-box>li>dl>dt{width: 30%;font-weight: bold;color:#828587;}
.list-layout .layout-box>li>dl>dd{width: 70%;line-height: 1.7;}
.list-layout .layout-box>li>dl li{position: relative;padding-left: 1.25em;}
.list-layout .layout-box>li>dl li:before{content: "・";position: absolute;top: 0;left: 0;}
.list-layout .layout-box>li>dl span{}
.list-layout .layout-box>li>dl>dd>ul{margin-top: 1em;margin-left: 1em;}
.list-layout .layout-box>li>dl>dd>ul>li{margin-bottom:1em;}
.list-layout .layout-box>li>dl>dd>ul>li:before{content: "□";}
.list-layout .layout-box>li>dl dd + dt{margin-top: 1em;}
.list-layout .layout-box>li>dl a{text-decoration: underline;}
.text-layout{}
.text-layout p {margin-bottom: 40px;font-size: 14px;}
.text-layout .text-box p {margin-bottom: 30px;}
.text-layout .text-box{font-size: 14px;line-height: 1.8;margin-bottom:3em;display:flex;flex-wrap: wrap;align-items: flex-start;flex-direction: row;}
.text-layout .text-box dt {width: 25%; margin-bottom: 1em;font-weight: bold;}
.text-layout .text-box dd {width: 70%; margin-left: 5%;text-align: justify;}
.text-layout .text-box dd ul{margin-top: 1em;}
.text-layout .text-box dd ul.tradelaw-list{margin-top: 0;}
.text-layout .text-box dd ul.tradelaw-list li h3{font-size: 16px;}
.text-layout .text-box dd li{margin-bottom: 0.15em;text-indent: -2.5em;}
.text-layout .text-box dd img{margin: 30px 0;}
.text-layout .text-box dd table{margin-bottom: 30px;}
.text-layout .text-box dd ul table{margin-bottom: 2em;}
.text-layout .text-box dd th{font-weight: normal;border: 1px solid #ccc;padding: 10px 30px;background-color: #F9F9F8}
.text-layout .text-box dd td{border: 1px solid #ccc;padding: 10px 30px;}
.guide-box .guide {margin-bottom: 30px;}
.guide-box .guide dt {width: 20%;}
.guide-box .guide dd {width: 75%;}
.guide-box .guide dd ul{}
.guide-box .guide dd li{text-indent: 0em;margin-bottom: 1em;}
.guide-box .guide dd li>ul{margin-top: 2em;}
.guide-box .guide dd li>ul>li{margin-bottom: 0.25em;}

#news #secNews{padding: 60px 0 120px;}

/* 1100px以下用の記述
====================================================================================================*/
@media screen and (max-width: 1099px) {}/* 1100px以下用の記述 */
/* 960px以下用の記述
====================================================================================================*/
@media screen and (max-width: 959px) {}/* 960px以下用の記述 */
/* 768px以下用の記述
====================================================================================================*/
@media screen and (max-width: 767px) {
#login-header{padding: 60px 0;margin-bottom: 0;}
#login-header .logo{width: 60%;max-width: 180px;}
#secLogin{padding-bottom: 80px;}
#secLogin .login-box{width: 100%;padding: 40px 30px;}
#secLogin .login-box.guest{width: 100%;margin-top: 30px;}
#secLogin .login-box.guest .lead{margin-bottom:30px;}
#secLogin .login-box .forget a {display: block;}
#login-footer .logo{width: 180px;margin: 0 auto;}

.list-layout>section,.text-layout>section{padding: 60px 0 80px;}
.list-layout .layout-box>li{padding: 20px 0;}
.list-layout .layout-box>li>dl{display: block;}
.list-layout .layout-box>li>dl>dt{width: 100%;margin-bottom: 0.8em;}
.list-layout .layout-box>li>dl>dd{width: 100%;}
.text-layout .sec-title{margin-bottom: 60px;}
.text-layout .text-box:last-of-type {margin-bottom: 0;}
.text-layout .text-box dt {width: 100%;}
.text-layout .text-box dd {width: 100%;margin-left: 0;text-align: justify;margin-bottom:0;}
.text-layout .text-box dd ul{}
.text-layout .text-box dd li{}
.text-layout .text-box dd th, .text-layout .text-box dd td{padding: 10px;text-align: center;width: 50%;}
.guide-box .guide {margin-bottom: 30px;}
.guide-box .guide dt {width: 100%;}
.guide-box .guide dd {width: 100%;font-size: 13px;}
.guide-box .guide dd ul{padding-left: 0em;}
.guide-box .guide dd li{text-indent: 0em;margin-bottom: 1em;}
#news #secNews{padding: 30px 0 60px;}
}/* 768px以下用の記述 */
/* 480px以下用の記述
====================================================================================================*/
@media screen and (max-width: 479px) {}/* 480px以下用の記述 */


/*マイページカード情報
====================================================================================================*/
#page_gmo_mypage_card_edit .ec-layoutRole__main .ec-layoutRole__main{
	max-width: 1080px;
    margin: 0 auto;
    padding: 80px 0 100px;
}
#page_gmo_mypage_card_edit .ec-pageHeader{margin-bottom: 30px;text-align: center;}
#page_gmo_mypage_card_edit .ec-pageHeader h1{
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-bottom: 0.4em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0;
	border-bottom: solid 2px #000000;
}
#page_gmo_mypage_card_edit .ec-navlistRole{margin-bottom: 80px;}
#page_gmo_mypage_card_edit .mypage-list a{text-align: center;}
.ec-navlistRole__item:hover,
.ec-navlistRole__item a:hover{background-color: transparent !important;}
#page_gmo_mypage_card_edit .ec-mypageRole{padding: 0;}
#page_gmo_mypage_card_edit .ec-mypageRole + div {
    margin-bottom: 30px;
}
#page_gmo_mypage_card_edit .ec-cardRole__actions{max-width: 320px;margin: 0 auto;}
#page_gmo_mypage_card_edit .ec-inlineBtn{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1em;
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    font-size: 12px;
    text-align: center;
	border: none;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #C85A46;
    cursor: pointer;
}
#page_gmo_mypage_card_edit #delete_card_action{
    background-color: #828587;
}
#page_gmo_mypage_card_edit .ec-halfInput input[type='tel'],
#page_gmo_mypage_card_edit .ec-halfInput input[type='text'] {
    display: block;
    width: 100%;
    margin-bottom: 0;
}
@media screen and (max-width: 1099px) {
#page_gmo_mypage_card_edit .ec-layoutRole__main .ec-layoutRole__main{
	max-width: 920px;}
}/* 1100px以下用の記述 */
@media screen and (max-width: 959px) {
#page_gmo_mypage_card_edit .ec-layoutRole__main .ec-layoutRole__main{
	width: 80%;
    margin: 0 auto;
}
}/* 960px以下用の記述 */
@media screen and (max-width: 767px) {
#page_gmo_mypage_card_edit .ec-layoutRole__main .ec-layoutRole__main{padding: 50px 0 80px;}
#page_gmo_mypage_card_edit .ec-navlistRole{margin-bottom: 50px;}
#page_gmo_mypage_card_edit .ec-pageHeader h1{border-top: 0;}
#page_gmo_mypage_card_edit .ec-halfInput input[type='tel'],#page_gmo_mypage_card_edit .ec-halfInput input[type='text']{width: 100%;}
}/* 768px以下用の記述 */

/*オーダーカード情報
====================================================================================================*/
#order #gmo_payment_gateway_credit_form{}
#order #gmo_payment_gateway_credit_form div.ec-rectHeading h2{}
#order #gmo_payment_gateway_credit_form div.ec-rectHeading h2 label {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    cursor: pointer;
}
#order #gmo_payment_gateway_credit_form div.ec-rectHeading h2 label:before,
#order #gmo_payment_gateway_credit_form div.ec-rectHeading h2 label:after{
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: calc(50% - 7px);
    left: 8px;
    display: block;
    width: 12px;
    height: 12px;
    border: solid 1px #000000;
}
#order #gmo_payment_gateway_credit_form div.ec-rectHeading h2 label:after{
    top: calc(50% - 5px);
    left: 10px;
    width: 8px;
    height: 8px;
    background-color: #C85A46;
    opacity: 0;
    border: none;
}
#order #gmo_payment_gateway_credit_form div.ec-rectHeading h2 input:checked + label:after {
    opacity: 1;
}
#order #gmo_payment_gateway_credit_form dl{height: auto !important;}
#order #gmo_payment_gateway_credit_form dl + dl dt,
#order #gmo_payment_gateway_credit_form dl + dl dd{padding-top: 20px;padding-bottom: 15px;}
#order #gmo_payment_gateway_credit_form .ec-select,
#order #gmo_payment_gateway_credit_form .ec-input input{margin-bottom: 0;}
#order #gmo_payment_gateway_credit_form .inline{display: block;}
#order #gmo_payment_gateway_credit_form .inline + .inline{margin-top: 10px;}
#order #gmo_payment_gateway_credit_form #shopping_order_card_no,
#order #gmo_payment_gateway_credit_form #shopping_order_credit_pay_methods{width: 100%;}
#order #gmo_payment_gateway_credit_form #shopping_order_card_name1,
#order #gmo_payment_gateway_credit_form #shopping_order_card_name2{width: calc(100% - 2em);}
#order #gmo_payment_gateway_credit_form .ec-select .form-control{
	background-image: url("../img/arrow03.png");
	background-size: 6px auto;
	background-repeat: no-repeat;
	background-position: center right 10px;
}
#shopping_order_payment_type_1_body {
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
.ec-input input, .ec-halfInput input, .ec-numberInput input, .ec-zipInput input, .ec-telInput input, .ec-select input, .ec-birth input{font-size: 16px;}
#order #gmo_payment_gateway_credit_form dt,
#order #gmo_payment_gateway_credit_form dd{display: block;}
#order #gmo_payment_gateway_credit_form dt{font-weight: bold;}
#order #gmo_payment_gateway_credit_form dl + dl dt{margin-top: 0px;padding-bottom:0;}
#order #gmo_payment_gateway_credit_form dd,
#order #gmo_payment_gateway_credit_form dl + dl dd{padding-top: 12px;}
}/* 768px以下用の記述 */

/*エントリー
====================================================================================================*/
.registration_page .form>section{padding: 0;}
.registration_page .ec-off4Grid .ec-off4Grid__cell{width: 100%;margin: 0;}
.registration_page .ec-borderedDefs{margin-top: 30px;}
.registration_page .ec-borderedDefs dl{padding: 20px 0;border-bottom:none;}
.registration_page .ec-borderedDefs dt{padding-top: 0;}
.registration_page .ec-borderedDefs dd{line-height: 1.5;}
.ec-borderedDefs dl:last-of-type dt label{line-height: 1.5;font-weight:bold;margin-bottom: 20px;}
.registration_page .ec-registerRole .ec-blockBtn--action,.registration_page .ec-blockBtn--cancel{
	display: block;
	width: 240px;
	height: auto;
	padding: 0.5em;
	margin: 0 auto;
	font-size :12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	border-radius: 12px;
}
.registration_page .ec-registerRole .ec-blockBtn--action{border: none;background-color: #C85A46;color: #FFFFFF;}
.registration_page .ec-blockBtn--cancel{margin-top: 20px;border: solid 1px #000000;color:#000000 !important;background-color: #FFF;}

.registration_page .ec-layoutRole__main{padding: 80px  0 100px;}
.registration_page .ec-off4Grid .ec-off4Grid__cell{width: 100%;margin: 0;}
.registration_page .ec-pageHeader{margin-bottom: 30px;text-align: center;}
.registration_page .ec-pageHeader h1{
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-bottom: 0.4em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0;
	border-bottom: solid 2px #000000;
}
.registration_page .ec-blockBtn--cancel{
	display: block;
	width: 240px;
	height: auto;
	padding: 0.5em;
	margin: 0 auto;
	font-size :12px;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	border-radius: 12px;
	margin-top: 20px;
	border: solid 1px #000000;
	color:#000000 !important;
	background-color: #FFF;
}
@media screen and (max-width: 1099px) {
.registration_page .ec-layoutRole__main{
	max-width: 920px;
}
}/* 1100px以下用の記述 */
@media screen and (max-width: 959px) {
.registration_page .ec-layoutRole__main{
	width: 80%;
    margin: 0 auto;
}
.registration_page .ec-layoutRole__main .inner{width: 100%;}
}/* 960px以下用の記述 */
@media screen and (max-width: 767px) {
.registration_page .ec-layoutRole__main{padding: 50px 0;}
.registration_page .ec-pageHeader h1{border-top: none;}
.registration_page .ec-reportHeading{border-top: 0;}
}/* 768px以下用の記述 */

/*その他調整
====================================================================================================*/
.other_page .ec-layoutRole__main{
	max-width: 1080px;
	padding: 80px 0 100px;
	margin: 0 auto;
}
.other_page .ec-role,
.other_page .ec-forgotRole{padding: 0;}
.other_page .ec-pageHeader{margin-bottom: 30px;text-align: center;}
.other_page .ec-pageHeader h1{
	display: inline-block;
	margin: 0;
	padding: 0;
	padding-bottom: 0.4em;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.0;
	border-bottom: solid 2px #000000;
}
.other_page .ec-off4Grid .ec-off4Grid__cell{width: 100%;margin: 0;display: flex;}
.other_page .ec-blockBtn--actions, .other_page .ec-RegisterRole__actions{
    margin-top: 50px;
}
.other_page .ec-blockBtn--action{
	display: block;
    width: 100%;
	max-width: 270px;
	height: 30px;
	padding: 9px;
	margin: 0 auto;
	font-size :12px !important;
	font-weight: bold;
	text-align: center;
	line-height: 1.0;
	border-radius: 15px;
	border: none;
	background-color: #C85A46;
	color: #FFFFFF;
}
.other_page .ec-blockBtn--cancel{
    display: block;
    width: 100%;
    max-width: 270px;
    height: auto;
    padding: 0.5em;
    margin: 0 auto;
    font-size :12px;
    font-weight: bold;
    text-align: center;
    line-height: 1.0;
    border-radius: 15px;
}
.other_page .ec-blockBtn--cancel:hover{
    background-color: #3b3b47;
}
@media screen and (max-width: 1099px) {
#page_entry #secMenber,
.other_page .ec-layoutRole__main{max-width: 920px;}
}/* 1100px以下用の記述 */
@media screen and (max-width: 959px) {
.other_page .ec-layoutRole__main{width: 80%;margin: 0 auto;}
.other_page .ec-layoutRole__main .inner{width: 100%;}
}/* 960px以下用の記述 */
@media screen and (max-width: 767px) {
.other_page .ec-layoutRole__main{padding: 50px 0;}
.other_page .ec-pageHeader h1{border-top: none;}
.other_page .ec-reportHeading{border-top: none;}
}


#category_extension_b_header_contents {
    width: 100%;
    margin: 0 auto 40px;
}

#membersOnly-login {display: none;}
#page_mypage_login {padding-top: 0;}
.btn {display: block !important;}

.item .select .many div.number {
    position: relative;
}

.ec-select {
    position: relative;
}

.ec-select.disabled {
    background: #fff;
    opacity: 0.3;
}

#RelatedProduct-product_area {
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

#RelatedProduct-product_area:before {
    content: '関連商品';
    position: absolute;
    width: auto;
    margin: 0 auto;
    top: 0em;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    display: inline-block;
    padding-bottom: 0.4em;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.0;
    border-bottom: solid 2px #000000;
    color: #000;
}

#RelatedProduct-product_area .slick-prev,
#RelatedProduct-product_area .slick-next {
    /* display: none !important; */
    top: 39%;
}

#RelatedProduct-product_area .slick-prev + div.slick-list {
    padding-top: 60px;
}

#RelatedProduct-product_area .ec-shelfGrid__item {
    width: 250px;
    margin-bottom: 100px;
}

.ec-shelfRole {
    width: 1080px;
    max-width: 100%;
}

#RelatedProduct-product_area .ec-shelfGrid__item a p.ec-shelfGrid__item-image img {
    overflow: hidden;
    position: relative;
    margin: 0;
}

.ec-shelfGrid {
    padding: 0 78px;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
    height: 150px;
}

#RelatedProduct-product_area .ec-shelfGrid__item a p {
    font-size: 14px;
    text-align: center;
}

#RelatedProduct-product_area .ec-shelfGrid__item a p:nth-of-type(2) {
    margin-bottom: 0.5em;
}

.item .select .ec-select span {
    position: absolute;
    top: 50%;
    left: 15px;
    z-index: 0;
    width: 6em;
    font-size: 12px;
    transform: translate(0,-50%);
    z-index: 999;
}

.item .select .ec-select span.classcategory_label_org {
    display: none;
}

label.ec-inlineBtn--cancel {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 1.25em;
}

a.ec-inlineBtn--action {
    width: 100%;
    border-radius: 20px;
    color: #fff !important;
}

.ec-blockTopBtn {
    width: 60px;
    background: none;
    color: #000;
}
.ec-blockTopBtn::after {
    position: absolute;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 39%;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ec-alert-warning {
    background: #DE5D50;
}

@media screen and (max-width: 767px) {

#gnav .other .icon-list li .search-box .input .search-name,
.item .select select, .item .select .many input,
.form input,.form textarea,.form select,.form .submit input,
#secLogin input{font-size: 16px;}
#gnav .other .icon-list li .search-box .input .search-name{min-width:100%;}

.item-list01 .item {font-size: 14px;}
#category_extension_b_header_contents {margin-bottom: 0px;}
.ec-shelfGrid {
    width: 80%;
    padding: 0px 30px;
    margin: 0 auto;
}
.ec-shelfGrid .ec-shelfGrid__item-image {height: auto;}
#RelatedProduct-product_area .slick-prev,
#RelatedProduct-product_area .slick-next {display: none !important;}
.ec-shelfGrid .ec-shelfGrid__item:nth-child(even) {
    padding-left: 0;
    padding-right: 8%;
}
label.ec-inlineBtn--cancel {}
#RelatedProduct-product_area:before {font-size: 18px;}

}


.selModal .selModalInner ul li:first-of-type {
    width: 100%;
}
div.classcategory_id .selModalInner{
    max-width: 960px;
    overflow-y: auto;
}
div.classcategory_id .selModalInner .selModalList {
    padding-bottom: 0;
    margin-bottom: 10px;
}
div.classcategory_id .selModalInner .selModalHeader{
    background-color: #ffffff;
}
div.classcategory_id .selModalInner ul {
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
div.classcategory_id .selModalInner ul li {
    width: 10%;
    float: left;
    height: auto;
    border: none;
    padding: 10px 5px 10px 5px;
}
div.classcategory_id .selModalInner ul li:first-of-type {
    height: auto;
}
div.classcategory_id .selModalInner ul li.selected {
    background-color: #ffffff;
}
div.classcategory_id .selModalInner ul li.selected::before {
    width: 100%;
    background: none;
    border: 2px solid #999;
}
div.classcategory_id .selModalInner ul li:first-of-type.selected::before {
    width: 100%;
    border: none;
}
div.classcategory_id .selModalInner ul li img {
    max-width: 80px;
    margin: 0 auto;
}
div.classcategory_id .selModalInner ul li span {
    display: none;
}
div.classcategory_id .selModalInner ul li:first-of-type span {
    display: block;
    text-align: center;
    width: 100%;
}
div.classcategory_id .selModalInner ul li::after {
    display: none;
}

@media screen and (max-width: 767px) {
    div.classcategory_id .selModalInner ul li {
        width: 25%;
    }
    .selModalButton {
        font-size: 13px;
        padding: 5px 25px 5px 70px;
    }
}

#entry_mailmaga_flg > input {
    display: none;
}

/*ポップアップここから*/
.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 90%;
  max-width: 800px;
  padding: 50px 20px 20px;
  box-sizing: border-box;
  line-height: 1.4em;
  transition: 0.5s;
}

.close_btn {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.open_btn {
    position: fixed;
    right: 20px;
    top: 195px;
    width: 150px;
    height: 150px;
    z-index: 100;
    text-align: center;
    color: #fff;
    background: #000;
    font-weight: bold;
    border-radius: 75px;
    letter-spacing: .05em;
    padding-top: 1.75em;
}

.premiumfriday{
    display: block;
    font-size: 12px;
    margin-bottom: 0.7em;
    line-height: 1.25em;
}

.event{
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5px;
    margin: 5px 0;
}

.event_date{
    display: block;
    margin-top: 0.25em;
    font-size: 18px;
}

.open_btn:hover{
    background: #828587;
}

@media screen and (max-width: 767px){

    .open_btn{
        position: fixed;
        width: 100%;
        line-height: 75px;
        height: 75px;
        z-index: 100;
        text-align: center;
        color: #000;
        font-weight: bold;
        letter-spacing: .05em;
        border-radius: unset;
        border: none;
        top: unset;
        bottom: 0;
        left: 50%;
        transform: translateY(0%) translateX(-50%);
        -webkit- transform: translateY(0%) translateX(-50%);
        margin: auto;
        background: #da7a40;
        color: #fff;
        padding: unset;
    }

    .ec-blockTopBtn{
        bottom: 80px;
    }

}

/*ポップアップココまで*/
