﻿html {font-size: 62.5%;}

body {
	font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004",sans-serif;
	font-size: 1.4rem;
	line-height: 1.5;
	color: #333333;
	-webkit-font-smoothing: antialiased;
}

/*h1,h2,h3,h4,h5{
    font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004",sans-serif;
}*/

a{
    color: #333333;
    text-decoration: none;
}
@media screen and (min-width: 768px){
    a:hover{opacity: .6;}
}

:placeholder-shown { color: #bbbbbb; }
::-webkit-input-placeholder { color: #bbbbbb; }
:-moz-placeholder { color: #bbbbbb; opacity: 1; }
::-moz-placeholder { color: #bbbbbb; opacity: 1; }
:-ms-input-placeholder { color: #bbbbbb; }


/**************************************
outerWrap
**************************************/
#outerWrap{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
}


#outerWrap.lock{
	position: fixed;
	overflow-y: hidden;
	top: 0;
}

#outerWrap.lock #main{
	pointer-events: none;
}



/**************************************
#header
**************************************/
#header{
    display: block;
    width: 100%;
    height: 119px;
    margin: 0 auto;
    position: relative;
}

/** #headMain ***********************/
#header #headMain{
display: block;
    width: 100%;
    height: 48px;
    margin: 0 auto;
    padding: 8px 8px;
    background: #fafafa;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    /*
    border-bottom: 1px solid #f3f3f3;
    box-shadow: 0 2px 0 0 #fcfcfc;
    */
}


#headMain .headLogo{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items:center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    width: 34.7%;
	max-width: 100px;
	height: 26px;
    margin: 0 auto;
}
#headMain .headLogo > a{
	display: block;
	width: 100%;
}

#headMain .headLogo > a > img{display: block; width: 100%; height: auto;}


/** #headUtilityNav ***********************/
#headMain ul.headUtility{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items:center;
	align-items: center;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	height: 26px;
    position: absolute;
    right: 10%;
    top: 10px;
}

#headMain ul.headUtility > li{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items:center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1;
}

#headMain ul.headUtility > li.mypage{margin-right: 8px;}
#headMain ul.headUtility > li.login{margin-right: 19px;}

#headMain ul.headUtility > li.cart{}

#headMain ul.headUtility > li > a{
	display: block;
    height: 26px;
	text-align: center;
    white-space: nowrap;
    font-size: 1.0rem;
    letter-spacing: -0.05em;
	color: #333;
	position: relative;
    border-radius: 4%;
}
#headMain ul.headUtility > li.mypage > a{
    height: auto;
    background-color: #ededed;
    padding: 5px 10px;
}

#headMain ul.headUtility > li.mypage > a {
    position: relative;
    display: block;
    height: auto;
    text-align: center;
    white-space: nowrap;
    font-size: 1.0rem;
    background-color: #fff;
    padding: 8px 10px;
    /* border: solid 1px #ccc; */
    /* box-sizing: border-box; */
    box-shadow: 0px 0px 1px 1px #eee;
    border-radius: 0;
    letter-spacing: -0.05em;
    color: #333;
}



#headMain ul.headUtility > li > a > img{
	display: block;
    height: auto;
    position: absolute;
    top: 1px;
}
#headMain ul.headUtility > li.mypage > a > img{
    width: 24px;
    left: calc(50% - 12px);
}
#headMain ul.headUtility > li.login > a > img{
    width: 24px;
    left: calc(50% - 12px);
}
#headMain ul.headUtility > li.cart > a > img{
    width: 24px;
    left: -3px;
}


#headMain ul.headUtility > li > a span{
    display: block;
	/*padding-top: 40px;*/
}

#headMain ul.headUtility > li.cart span.cartCnt{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 50%;
    font-size: 1.0rem;
    color: #FFFFFF;
    background: #b71b48;
    position: absolute;
    top: 10px;
    right: calc(50% - 9px);
}


/** #headGlnav ***********************/
#headGlnav{
}
#headGlnav > .openBtn > span,
#spNewGlobalNavi li a span,
#headMain ul.headUtility > li.mypage > a span,
#headGlnav dl.headNavList > dt,
#headGlnav dl.headNavList > dd > dl > dt,
#headGlnav dl.headNavList > dd > a span,
#headGlnav dl.headNavList > dd > dl > dd a span{
    font-family: "ヒラギノ角ゴ W5 JIS2004", "Hiragino Kaku Gothic W5 JIS2004",sans-serif;
}


#headGlnav > .openBtn{
	display: block;
	height: 52px;
    white-space: nowrap;
    font-size: 1.0rem;
	color: #838588;
    letter-spacing: -0.05em;
	position: fixed;
	top: 10px;
	left: 4%;
	z-index: 1001;
}

#headGlnav > .openBtn > span.bar{
	display: block;
}


#headGlnav > .openBtn > span.txt{
	display: block;
	text-align: center;
    padding-top: 6px;
    padding-left: 24px;
    color: #333;
}


#headGlnav > .openBtn::before,
#headGlnav > .openBtn > span.bar,
#headGlnav > .openBtn::after{
	content: '';
    display: block;
    height: 2px;
    width: 18px;
	left: 0;
    background-color: #333;
    opacity: 1;
	position:absolute;
	webkit-transition: transform 0.2s ease,opacity 0.5s ease;
    -moz-transition: transform 0.2s ease,opacity 0.5s ease;
    -o-transition: transform 0.2s ease,opacity 0.5s ease;
    transition: transform 0.2s ease,opacity 0.5s ease;
}
#headGlnav > .openBtn::before{ top: 4px;}
#headGlnav > .openBtn > span.bar{top: 12px;}
#headGlnav > .openBtn::after{ top: 20px;}




/** open  *********/

#headGlnav.open > .openBtn::before{
    opacity: 1;
	-webkit-transform: translateY(8px) rotate(-45deg);
	-moz-transform: translateY(8px) rotate(-45deg);
	-o-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
#headGlnav.open > .openBtn::after{
    opacity: 1;
	-webkit-transform: translateY(-8px) rotate(45deg);
	-moz-transform: translateY(-8px) rotate(45deg);
	-o-transform: translateY(-8px) rotate(45deg);
 	transform: translateY(-8px) rotate(45deg);
}

#headGlnav.open > .openBtn > span.bar{opacity: 0;}



/** glnavBg ***********************/
 #headGlnav #glnavBg{
    content: '';
    display: block;
    width: 100vw;
    height: calc(100vh - 72px);
    background: rgba(51,51,51,.63);
    position: fixed;
    left: 0;
    top: 49px;
    z-index: 999;
    opacity: 0;
	webkit-transition: transform 0.3s ease,opacity 0.4s ease;
    -moz-transition: transform 0.3s ease,opacity 0.4s ease;
    -o-transition: transform 0.3s ease,opacity 0.4s ease;
    transition: transform 0.3s ease,opacity 0.4s ease;
    -webkit-transform: translate(-200vw,0);
    -moz-transform: translate(-200vw,0);
    -o-transform: translate(-200vw,0);
    transform: translate(-200vw,0);
	transform: translate3d(-200vw, 0, 0);
}


#headGlnav.open #glnavBg{
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}


#headGlnav #glnavBg > span{
    display: block;
    width: 26px;
    height: 52px;
    position: absolute;
    right: 4%;
    top: calc(50% - 26px);
}

 #headGlnav #glnavBg > span::before,
 #headGlnav #glnavBg > span::after{
	content: '';
    display: block;
    height: 2px;
    width: 26px;
	left: calc(50% - 12px);
    background-color: #FFFFFF;
    opacity: 0;
	position:absolute;
	webkit-transition: transform 0.2s ease 0.2s,opacity 0.5s ease 0.2s;
    -moz-transition: transform 0.2s ease 0.2s,opacity 0.5s ease 0.2s;
    -o-transition: transform 0.2s ease 0.2s,opacity 0.5s ease 0.2s;
    transition: transform 0.2s ease 0.2s,opacity 0.5s ease 0.2s;
}
 #headGlnav #glnavBg > span::before{ top: 10px;}
 #headGlnav #glnavBg > span::after{ top: 30px;}

#headGlnav.open #glnavBg > span::before{
    opacity: 1;
	-webkit-transform: translateY(13px) rotate(-45deg);
	-moz-transform: translateY(13px) rotate(-45deg);
	-o-transform: translateY(13px) rotate(-45deg);
	transform: translateY(13px) rotate(-45deg);
}
#headGlnav.open #glnavBg > span::after{
    opacity: 1;
	-webkit-transform: translateY(-8px) rotate(45deg);
	-moz-transform: translateY(-8px) rotate(45deg);
	-o-transform: translateY(-8px) rotate(45deg);
 	transform: translateY(-8px) rotate(45deg);
}



/** navOpenArea ***********************/
#headGlnav > .navOpenArea{
	display: block;
	width: calc(100vw - 55px);
	height: calc(100vh - 72px);
	padding: 17px 0;
    /*background: rgba(255,255,255,.9);*/
    background-color:   #fff;
	position: fixed;
    opacity: 1;
	top: 49px;
	left: 0;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	webkit-transition: transform 0.3s ease,opacity 0.4s ease;
    -moz-transition: transform 0.3s ease,opacity 0.4s ease;
    -o-transition: transform 0.3s ease,opacity 0.4s ease;
    transition: transform 0.3s ease,opacity 0.4s ease;
    -webkit-transform: translate(-200vw,0);
    -moz-transform: translate(-200vw,0);
    -o-transform: translate(-200vw,0);
    transform: translate(-200vw,0);
	transform: translate3d(-200vw, 0, 0);
}
#headGlnav.open > .navOpenArea{
    opacity: 1;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
	z-index: 1000;
}

#headGlnav > .navOpenArea::after{
    content: '';
    display: block;
    width: 100%;
    height: 120px;
}


#headGlnav .navOpenArea .btnLogin,
#headGlnav .navOpenArea .btnMypage{
    display: block;
	width: 90.625%;
    padding: 0;
    margin: 0 auto 14px;
}

#headGlnav .navOpenArea .btnLogin > a,
#headGlnav .navOpenArea .btnMypage > a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    min-height: 45px;
    padding: 0 10px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background: url("../img/icon_arrow_right.svg") calc(100% - 10px) center no-repeat #fafafa;
    background-size: 7px auto;
    font-size: 1.4rem;
    color: #333333;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
}
#headGlnav .navOpenArea .btnLogin > a > img,
#headGlnav .navOpenArea .btnMypage > a > img{
    display: block;
    width: 20px;
    height: auto;
    margin-right: 10px;
}


#headGlnav .headSearch{
 	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 90.625%;
    height: 45px;
    background: #FFFFFF;
    margin:8px auto 24px;
    padding: 0;
    border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
}

#headGlnav .headSearch > input{
    /*width: calc(100% - 40px);*/
    width: 100%;
    height: 43px;
    padding: 0 10px 0 10px;
	border: none;
    background-size: 20px auto;
	background-color: transparent;
	line-height: 38px;
    font-size: 1.4rem;
    box-shadow: inset 1px 1px 1px 0px rgba(8, 0, 0, 0.05);
}


#headGlnav .headSearch > a{
 	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    height: 43px;
    width: 43px;
    background: url("../img/icon_search_white.svg") center center no-repeat #999999;
    background-size: 20px auto;
    cursor: pointer;
	webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#headGlnav .headSearch > a.disabled{
    background: url("../img/icon_search.svg") center center no-repeat #FFFFFF;
    background-size: 20px auto;
    pointer-events: none;
    cursor: default;
}


/*
#headGlnav .headSearch > a > img{
    display: block;
    margin: 0 auto;
    width: 24px; height: auto;
}
*/


#headGlnav dl.headNavList{}
#headGlnav dl.headNavList + dl.headNavList{margin-top: 35px;}

#headGlnav dl.headNavList > dt{
	display: block;
    padding: 0 4.6875% 10px;
    border-bottom: 1px solid #d3d3d3;
	font-size: 1.4rem;
    color: #333333;

}
#headGlnav dl.headNavList > dd{ display: block;}

#headGlnav dl.headNavList > dd > dl{
	display: block;
}

#headGlnav dl.headNavList > dd > dl > dt,
#headGlnav dl.headNavList > dd > a{
 	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    width: 100%;
	min-height: 55px;
    padding: 10px calc(4.6875% + 40px) 10px 4.6875%;
    border-bottom: 1px solid #d3d3d3;
    text-align: left;
    font-size:  1.4rem;
    line-height: 1.2;
    color: #333333;
    position: relative;
}

#headGlnav dl.headNavList > dd > a{
    background: url("../img/icon_arrow_right.svg") calc(100% - 4.6875% - 4px) center no-repeat;
    background-size: 7px auto;
}


#headGlnav dl.headNavList > dd > dl > dt > img,
#headGlnav dl.headNavList > dd > a > img{
    display: block;
    width: 22px;
    margin-right: 16px;
    height: auto;
}
#headGlnav dl.headNavList > dd.guide > dl > dt > img,
#headGlnav dl.headNavList > dd.guide > a > img{width: 14px; margin: 0 20px 0 4px;}
#headGlnav dl.headNavList > dd.mail > a > img{width: 20px; margin: 0 15px 0 1px;}



#headGlnav dl.headNavList > dd > dl > dt::before,
#headGlnav dl.headNavList > dd > dl > dt::after{
	content: '';
	display: block;
	width: 15px; height: 1px;
	background: #979797;
	position: absolute;
	webkit-transition: transform 0.2s ease,opacity 0.5s ease;
    -moz-transition: transform 0.2s ease,opacity 0.5s ease;
    -o-transition: transform 0.2s ease,opacity 0.5s ease;
    transition: transform 0.2s ease,opacity 0.5s ease;
}
#headGlnav dl.headNavList > dd > dl > dt::before{
	top: 50%;
	right: 18px;
}
#headGlnav dl.headNavList > dd > dl > dt::after{
	transform: rotate(90deg);
	top: 50%;
	right: 18px;
}

#headGlnav dl.headNavList > dd > dl.open > dt::after{
    opacity: 0;
	transform: rotate(0);
}



#headGlnav dl.headNavList > dd > dl > dd{
	display: none;
    background: #e8e8e8;
    border-bottom: 1px solid #d3d3d3;
}

#headGlnav dl.headNavList > dd > dl > dd > ul{
    display: block;
}

#headGlnav dl.headNavList > dd > dl > dd > ul > li{
	display: block;
	border-bottom: 1px solid #d3d3d3;
}
#headGlnav dl.headNavList > dd > dl > dd > ul > li:nth-last-of-type(1){border-bottom: none;}

#headGlnav dl.headNavList > dd > dl > dd > ul > li > a{
 	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	height: 100%;
	min-height: 38px;
    background: url("../img/icon_arrow_right.svg") calc(100% - 4.6875% - 4px) center no-repeat;
    background-size: 7px auto;
    padding: 10px calc(4.6875% + 40px) 10px calc(4.6875% + 36px);
	font-size: 1.2rem;
	line-height: 1.5;
	position: relative;
    color:#333;
}

#headGlnav dl.headNavList p.cplink a {
    display: block;
    margin: 8px;
}

#headGlnav .navOpenArea .btnLogOut{
    display: block;
	width: 90.625%;
    padding: 0;
    margin: 0 auto 14px;
}

#headGlnav .navOpenArea .btnLogOut > a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    min-height: 45px;
    padding: 0 10px;
    margin-top: 37px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
    font-size: 1.4rem;
    color: #333333;
    letter-spacing: 0.06em;
    line-height: 1;
    text-align: center;
}
#headGlnav .navOpenArea .btnLogOut > a > img{
    display: block;
    width: 20px;
    height: auto;
    margin-right: 25px;
}

/**************************************
#footer
**************************************/
#footBanners{
    margin: 32px 16px ;
    font-size:0;
}
#footBanners li{
    margin: 0 0 16px;
}
#footBanners li a{
    margin: 0 0;
}
#footBanners li a img{
    width: 100%;
}


#footer{
	width: 100%;
	background: #FFFFFF;
	margin-top: 50px;
}

#footer .footContact{
    display: block;
}

#footer .footContact > dl{
    display: block;
    padding: 25px 4% 25px;
	border-top: 1px solid #e7e7e7;
}

#footer .footContact > dl > dt{
    display: block;
    margin-bottom: 8px;
    font-size: 1.6rem;
    text-align: center;
}

#footer .footContact > dl > dd.telNum{
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

#footer .footContact > dl > dd.telNum > a,
#footer .footContact > dl > dd.telNum > span{
    display: inline-block;
    min-height: 22px;
    margin: 0 auto;
    padding: 4px 0 0;
    padding-left: 25px;
    background: url("../img/icon_tel_red.svg") 0 center no-repeat;
    background-size: auto 22px;
    font-size: 2.3rem;
    line-height: 1;
    color: #b71b48;
    text-align: center;
    text-decoration: none;
}


#footer .footContact > dl > dd.reception{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.2rem;
    line-height: 1.4;
}

#footer .footContact > dl > dd.reception > dl{
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
}


#footer .footNav{}

#footer .footNav ul.footGuideNav{
	border-top: 1px solid #e7e7e7;
}

#footer .footNav ul.footGuideNav > li{border-bottom: 1px solid #e7e7e7;}
#footer .footNav ul.footGuideNav > li > a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    min-height: 55px;
    padding: 10px calc(4% + 40px) 10px 4%;
    background: url(../img/icon_arrow_right.svg) calc(100% - 4% - 4px) center no-repeat;
    background-size: 7px auto;
    text-align: left;
    font-size: 1.6rem;
    color: #333333;
    line-height: 1.2;
    position: relative;
}

#footer .footNav ul.footGuideNav > li > a > img{
    display: block;
    width: 22px;
    margin-right: 16px;
    height: auto;
}
#footer .footNav ul.footGuideNav > li.guide > a > img{width: 14px; margin: 0 20px 0 4px;}
#footer .footNav ul.footGuideNav > li.mail > a > img{width: 20px; margin: 0 15px 0 1px;}

#footer .footNav ul.footGuideNav > li > dl{
    display: block;
}

#footer .footNav ul.footGuideNav > li > dl > dt{
 	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
    width: 100%;
	min-height: 55px;
    padding: 10px calc(4% + 40px) 10px 4%;
    text-align: left;
    font-size:  1.6rem;
    line-height: 1.2;
    color: #333333;
    position: relative;
}

#footer .footNav ul.footGuideNav > li > dl > dt > img{
    display: block;
    width: 22px;
    margin-right: 16px;
    height: auto;
}
#footer .footNav ul.footGuideNav > li.guide > dl > dt > img{width: 14px; margin: 0 20px 0 4px;}

#footer .footNav ul.footGuideNav > li > dl > dt::before,
#footer .footNav ul.footGuideNav > li > dl > dt::after{
	content: '';
	display: block;
	width: 15px; height: 1px;
	background: #979797;
	position: absolute;
	webkit-transition: transform 0.2s ease,opacity 0.5s ease;
    -moz-transition: transform 0.2s ease,opacity 0.5s ease;
    -o-transition: transform 0.2s ease,opacity 0.5s ease;
    transition: transform 0.2s ease,opacity 0.5s ease;
}
#footer .footNav ul.footGuideNav > li > dl > dt::before{
	top: 50%;
	right: 18px;
}
#footer .footNav ul.footGuideNav > li > dl > dt::after{
	transform: rotate(90deg);
	top: 50%;
	right: 18px;
}

#footer .footNav ul.footGuideNav > li > dl.open > dt::after{
    opacity: 0;
	transform: rotate(0);
}


#footer .footNav ul.footGuideNav > li > dl > dd{
	display: none;
    background: #e8e8e8;
}

#footer .footNav ul.footGuideNav > li > dl > dd > ul{
    display: block;
}

#footer .footNav ul.footGuideNav > li > dl > dd > ul > li{
	display: block;
	border-bottom: 1px solid #d3d3d3;
}
#footer .footNav ul.footGuideNav > li > dl > dd > ul > li:nth-last-of-type(1){border-bottom: none;}
#footer .footNav ul.footGuideNav > li > dl > dd > ul > li > a{
 	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	height: 100%;
	min-height: 38px;
    background: url("../img/icon_arrow_right.svg") calc(100% - 4% - 4px) center no-repeat;
    background-size: 7px auto;
    padding: 10px calc(4% + 40px) 10px calc(4% + 36px);
	font-size: 1.3rem;
	line-height: 1.5;
	position: relative;
}


#footer .footNav ul.footAboutNav{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
	border-top: 1px solid #e7e7e7;
}
#footer .footNav ul.footGuideNav + ul.footAboutNav{border-top: none;}

#footer .footNav ul.footAboutNav > li{
    display: block;
    width: 50%;
    border-bottom: 1px solid #e7e7e7;
}
#footer .footNav ul.footAboutNav > li:nth-of-type(2n){border-left: 1px solid #e7e7e7;}
#footer .footNav ul.footAboutNav > li:nth-last-of-type(1):nth-of-type(odd){ width: 100%;}

#footer .footNav ul.footAboutNav > li > a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    min-height: 55px;
    padding: 10px calc(8.02139037433155% + 40px) 10px 8.02139037433155%;
    background: url(../img/icon_arrow_right.svg) calc(100% - 8.02139037433155% - 4px) center no-repeat;
    background-size: 7px auto;
    text-align: left;
    color: #333333;
    font-size: 1.2rem;
    line-height: 1.4;
    position: relative;
}

#footer .footNav ul.footAboutNav > li:nth-last-of-type(1):nth-of-type(odd) > a{
    padding: 10px calc(4% + 40px) 10px 4%;
    background: url(../img/icon_arrow_right.svg) calc(100% - 4% - 4px) center no-repeat;
}


#footer ul.footSNS{
 	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap:wrap;
	flex-wrap: wrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	background: #FFFFFF;
	margin-bottom: 7px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}


#footer .footSNS{
    display: block;
    padding: 25px 4% 25px;
}

#footer .footSNS ul.iconText{
 	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

#footer .footSNS ul.iconText > li{
    display: block;
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
}
#footer .footSNS ul.iconText > li:nth-of-type(2n){margin-right: 0;}

#footer .footSNS ul.iconText > li > a{
 	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 100%;
    height: 100%;
    min-height: 45px;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
    background: #fafafa;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #333333;
}

#footer .footSNS ul.iconText > li > a > img{
    display: block;
    width: 25px;
    height: auto;
    margin-right: 15px;
    margin-top: 1px;
}


#footer .footSNS ul.icons{
 	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: center;
	justify-content: center;
}
#footer .footSNS ul.iconText + ul.icons{margin-top: 24px;}

#footer .footSNS ul.icons > li{
	display: block;
	width: 26px;
    margin: 0 20px;
}

#footer .footSNS ul.icons > li a{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 100%;
    height: 100%;
}

#footer .footSNS ul.icons > li a img {
    display: block;
    width: 100%;
	height: auto;
}



#footer .footUnderArea{
    display: block;
    padding: 25px 4%;
    background: #fafafa;
}


#footer .footUnderArea ul.footBnr{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    margin-bottom: 25px;
}

#footer .footUnderArea ul.footBnr > li.kurumin{
    display: block;
    width: 45px;
    margin-right: 54px;
}
#footer .footUnderArea ul.footBnr > li.jdma{
    display: block;
    width: 72px;
}

#footer .footUnderArea ul.footBnr > li a,
#footer .footUnderArea ul.footBnr > li img{
    display: block;
    width: 100%;
    height: auto;
}


#footer .footCopy{
    text-align: center;
    font-size: 1.0rem;
    color: #767676;
}





/**************************************
breadcrumbs
**************************************/
.breadcrumbs{
	display: block;
	padding: 0;
}

.breadcrumbs > ol{
	display: block;
	overflow-x: scroll;
	white-space: nowrap;
	margin: 0px 4% 15px;
	font-size: 1.2rem;
}

.breadcrumbs::-webkit-scrollbar{display: none; }

.breadcrumbs li {
	display: inline;
	list-style-type: none;
}
.breadcrumbs li::after {
	content: ">";
	margin: 0 0.2em;
}
.breadcrumbs li:last-child::after{
      display: none;
}


/**************************************
listPager
**************************************/
.pagination{
    display: block;
    padding: 0 4%;
    margin-top: 30px;
}

.pagination .cntBox{
    display: block;
    margin-bottom: 20px;
    font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004",sans-serif;
    text-align: center;
    font-size: 1.2rem;
}
.pagination .cntBox span{
    font-size: 1.4rem;
}

.listPager{
    display: block;
    width: 100%;
    margin: 0 auto 0;
}

.listPager ul{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    margin: 0 auto;
}

.listPager ul > li{
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
    -webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
    width: 30px;
    height: 30px;
    font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004",sans-serif;
    font-size: 1.2rem;
    margin-right: 10px;
    text-align: center;
}
.listPager ul > li:nth-last-of-type(1){margin-right: 0;}


.listPager ul > li.ellipsis{
    width: 20px;
    text-align: center;
}

.listPager ul > li > a{
    display: block;
    width: 100%;
    height: 30px;
	border: 1px solid #e5e5e5;
    background: #fafafa;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    text-decoration: none;
    -webkit-transition: opacity  0.2s ease;
    -moz-transition: opacity  0.2s ease;
    -o-transition: opacity  0.2s ease;
    transition: opacity  0.2s ease;
}


.listPager ul > li.prev > a{
    background: url("../img/icon_arrow_left_black.svg") center center no-repeat #fafafa;
    background-size: 7px auto;
}
.listPager ul > li.next > a{
    background: url("../img/icon_arrow_right_black.svg") center center no-repeat #fafafa;
    background-size: 7px auto;
}


.listPager ul > li > span{
    display: block;
    width: 100%;
    height: 30px;
    border: 1px solid #999999;
    background: #FFFFFF;
    line-height: 30px;
}


/**************************************
arrowLink
**************************************/
 a.arrowNext{
    display: inline-block;
    padding: 0 22px 0 0;
    margin: 0 auto;
    background: url("../../common/img/icon_arrow_right_black.svg") 100% center no-repeat;
    background-size: 7px auto;
    color: #333333;
    text-decoration: none;
    line-height: 1;
    text-align: center;
}


/**************************************
errPage
**************************************/
#dvErrorInfoBox{
    display: block;
	padding: 20px 3%;
}

#dvErrorInfoBox > h2{
    display: block;
    font-size: 1.6rem;
    margin-bottom: 20px;
}

#dvErrorInfo{
    display: block;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 30px 15px;
    font-size: 1.2rem;
    color: #333333;
    text-align: center;
}

#dvErrorInfo .dvErrorContents{
	display: block;
	color: #FF0000;
    font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004",sans-serif;
}


#errPageBtn{
    display: block;
    margin: 0 auto;
}

#errPageBtn > .btnBack{
    display: block;
    width: 80%;
    margin: 35px auto;
}

#errPageBtn > .btnBack > a{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    color: #767676;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
}

/**************************************
mypageNav
**************************************/
#mypageNav{
    display: none;
}


/**************************************
recommendItems
**************************************/
.recommendItems{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 40px 4% 0 4%;
}

.recommendItems h3{
    display: block;
    padding: 0;
    margin-bottom: 15px;
    font-size: calc(24*(100vw/750));
    font-weight: 600;
    text-align: left;
}


.recommendItems .recommendTtl{
    font-size: calc(24*(100vw/750));
    font-weight: 600;
}

.recommendItems .dv_recommend{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.recommendItems.cartSilverEgg{
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

/* .recommendItems .dv_recommend:not(.twoLine) .dv_rc_items{
    display: block;
    width: 32%;
    margin-right: 2%;
}
.recommendItems .dv_recommend:not(.twoLine) .dv_rc_items:nth-of-type(3n){margin-right: 0;}
.recommendItems .dv_recommend:not(.twoLine) .dv_rc_items:nth-of-type(n + 4){margin-top: 15px;}

.recommendItems .dv_recommend.twoLine .dv_rc_items{
    display: block;
    width: calc(50% - 10px);
    margin-right: 10px;
}
.recommendItems .dv_recommend.twoLine .dv_rc_items:nth-of-type(2n){margin-right: 0;}
.recommendItems .dv_recommend.twoLine .dv_rc_items:nth-of-type(n + 3){margin-top: 15px;} */


.recommendItems .dv_recommend .dv_rc_items{
    display: block;
    width: calc(100%/3.2);
    margin-right: 2%;
    color: #333333;
    text-decoration: none;
}


.recommendItems.cartSilverEgg .dv_recommend .dv_rc_items{
    width: calc(100%/2);
    margin-right: 0;
}

.recommendItems .dv_recommend .dv_rc_items:nth-child(5){margin-right: 0;}

.recommendItems .dv_recommend .dv_rc_items .dv_rc_img{
    display: block;
    width: 100%;
    margin: 0 auto 10px;
}
.recommendItems .dv_recommend .dv_rc_items .dv_rc_img > img{display: block; width: 100%; height: auto;}

.recommendItems .dv_recommend .dv_rc_items > dl{
    display: block;
    text-align: left;
}

.recommendItems .dv_recommend .dv_rc_items > dl dt {
    display: block;
    font-size: 1.4rem;
    line-height: 1.3125;
    position: relative;
    margin-bottom: 4px;
    word-break: break-all;
}

.recommendItems .dv_recommend .dv_rc_items .dv_rc_name{
    color: #333333;
    font-size: 1.2rem;
}

.recommendItems .dv_recommend .dv_rc_items .dv_rc_price span{
    font-size: 1.4rem;
}


/**************************************
overRide
**************************************/
.fcRed{ color: #e44242!important;}
.fcRed > a{ color: #e44242!important;}

.mt0{margin-top: 0!important;}
.mt10{margin-top: 10px!important;}
.mt30{margin-top: 30px!important;}
.mb0{margin-bottom: 0!important;}


/**************************************
SILVER EGG
**************************************/
.dv_rc_header,
.dv_rc_title,
.dv_rc_footer{
    display: none;
}





#webchat_bnr{
	position: fixed;
	left: 10px;
	bottom:12%;
	margin: auto;
	width: 190px;
	z-index: 101;
}
#webchat_bnr a img{
	width: 100%;
}
#webchat_bnr .webchat_bnr_close{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 4px;
	top: 4px;
	text-indent: -9999px;
}



/**/
.detail_headmsg {
    width: 100%;
    background-color: #fafafa;
    margin: -21px auto 15px;
    padding: 8px 0;
    font-size: 1.2rem;
    text-align: center;
    border-top: solid 1px #ddd;
    border-bottom: solid 1px #ddd;
}
.detail_headmsg span {
    font-size: 1.4rem;
    font-weight: 600;
    color: #b81649;
}


/** #spNewGlobalNavi ***********************/
#spNewGlobalNavi{
    display: flex;
    position: fixed;
    left: 0;
    top: 48px;
    width: 100%;
    transition: .5s;
    z-index: 10;
}
#spNewGlobalNavi.navHide{
    transform: translateY(-200%);
}
#spNewGlobalNavi li{
    width: 33%;
    display: flex;
    flex-direction: column;
}
#spNewGlobalNavi li.gentei{
    width: 34%;
}
#spNewGlobalNavi li a{
    display: block;
    background-color: #fafafa;
    color: #333;
    font-size: 1.2rem;
    text-align: center;
    padding: 12px 0;
    line-height: 1.69231;
    letter-spacing: 0.075em;
    
}
#spNewGlobalNavi li:last-child a{
    border-right: none;
}
/*
#spNewGlobalNavi li.gentei a{
    padding: 17px 0 18px;
}
*/
#spNewGlobalNavi li.globaltechnique a{
    padding: 10px 0;
}

#spNewGlobalNavi li.monthly_campaign.on a{
    background-color: #ededed;
}


#spNewGlobalNavi li.spsale a{
    position: relative;
    padding: 4px;
    font-size: 1.1rem;
    background-color: #b6921f;
}

#spNewGlobalNavi li.spsale a span {
    display: block;
    background-color: #b6921f;
    border-radius: 4px;
    line-height: 14px;
    padding: 0 0 4px 0;
    color: #fff;
}
#spNewGlobalNavi li.spsale a em {
    /* margin: 0 5% 0%; */
    /* position: absolute; */
    /* top: 6px; */
    /* background-color: #84c5ba; */
    /* color: #fff; */
    /* width: 90%; */
    display: block;
    font-size: 1.0rem;
    /* border-radius: 2px; */
    padding: 4px 0 0 0;
    margin: 0;
}