

/*======================================*/
/*===========　ヘッダー構成　===========*/
/*======================================*/

header {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
header h1 {
	width: 35%;
	max-width: 377px;
	padding: 0;
}

header .fs-p-searchForm {
	margin: auto;
	padding: 10px 0 10px 0;
	border-top: none;
	width: 42%;
	display: block;
}


header .fs-p-searchForm form {
	border: 2px solid #004D9D;
	background: #fff;
	height: 70px;
	border-radius: 50px;
	padding: 0 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	box-sizing: border-box;
}

header .fs-p-searchForm form .fs-p-inputGroup {
	display: flex;
	margin: 0;
	align-items: stretch;
	border: none;
	background: none;
	width: 100%;
}

header .fs-p-searchForm form [type="hidden"]{
	border: none;
	border-radius: 3px;
	padding: 3px 5px;
}

header .fs-p-searchForm form .fs-p-searchForm__input[type="text"] {
	width: calc(100% - 2.2em);
	font-size: min(3vw , 20px);
	border: none;
}

header .fs-p-searchForm form .fs-p-inputGroup__button {
	background: none;
	border: none;
	color: #004D9D;
	width: 3em;
	font-size: min(3vw , 13px);
}

header nav {
	width: 20%;
	max-width: 250px;
	padding: min(2vw , 15px) 0;
}
header nav ul.fe {width: 100%;}
header nav ul.fe li{width: 48%;}
header nav ul.fe li + li{margin:auto;}
header nav ul li a.fs-pt-list__link {
	display: block;
	width: 100%;
	max-width: 130px;
	height: 110px;
	background: #e2ebf8;
	border-radius: 10px;
	padding: min(9vw , 70px) min(2vw , 10px) 0;
	font-size: min(1.5vw , 20px);
	text-align: center;
	position: relative;
	color: #00346b;
}
header nav ul li a::before {
	content: "";
	position: absolute;
	width: 55px;
	height: 60px;
	background: no-repeat center center / 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: min(1vw , 7px);
}
header nav ul.fe li:nth-of-type(1) a:before{background-image:url(https://sorbothane.itembox.design/item/img/common/h-icon_01.png);}
header nav ul.fe li:nth-of-type(2) a:before{background-image:url(https://sorbothane.itembox.design/item/img/common/h-icon_02.png);}
div.menber {width: 100%;}
div.menber .fs-p-accountInfo.fs-clientInfo.is-ready:not(.logout) {
	width: 100%;
	background: #ededed;
	display: flex;
	height: 10vw;
	max-height: 55px;
	line-height: min(10vw , 55px);
	padding: 0 min(4vw , 15px);
	justify-content: center;
}
div.menber .fs-p-accountInfo.fs-clientInfo.is-ready.logout {
	width: 100%;
	background: #ededed;
	display: flex;
	height: 24vw;
	max-height: 55px;
	padding: min(2vw , 10px) min(4vw , 15px);
	justify-content: center;
}
div.menber .fs-p-accountInfo .fs-p-accountInfo__accountName,
div.menber .fs-p-accountInfo .fs-p-accountInfo__point.logout .fs-p-accountInfo__point__label,
div.menber .fs-p-accountInfo .fs-p-accountInfo__point.logout .fs-p-accountInfo__point__point__available__numberLabel {
	font-size: min(4vw , 23px);
	color: #666666;
}
div.menber .fs-p-accountInfo:not(.logout) .fs-p-accountInfo__accountName,
div.menber .fs-p-accountInfo:not(.logout) .fs-p-accountInfo__point {
	margin: 0 min(2vw , 15px);
	font-size: min(4vw , 23px);
	color: #666666;
	text-align: center;
}
div.menber .fs-p-accountInfo.logout .fs-p-accountInfo__accountName,
div.menber .fs-p-accountInfo.logout .fs-p-accountInfo__point {
	margin: 0 min(2vw , 15px);
	font-size: min(4vw , 23px);
	width: auto;
	text-align: center;
	color: #666666;
}
div.menber .fs-p-accountInfo .fs-p-accountInfo__accountName__nameLabel,
div.menber .fs-p-accountInfo .fs-p-accountInfo__accountName__name {
	font-weight: normal;
	font-size: 100%;
}
div.menber .fs-p-accountInfo .fs-p-accountInfo__point .fs-p-accountInfo__point__point__available__number {
	font-size: min(4vw , 25px);
	color: #6c9bd2;
}

header .hCamp,
div.menber .hCamp { 
	background: #00346b;
	width: 100%;
	display: flex;
	height: 10vw;
	max-height: 55px;
	line-height: min(10vw , 55px);
	padding: 0 min(4vw , 15px);
	justify-content: center;
}
header .hCamp a,
div.menber .hCamp a {
	font-size: min(4vw , 25px);
	color: #ffea01;
	text-decoration: none;
}


/*======================================*/
/*===========　フッター構成　===========*/
/*======================================*/

footer {
	background: #f6f6f6;
	padding: min(10vw , 100px) 0 0;
	text-align: center;
	margin-top: min(2vw , 30px);
	order: 3;
}
footer *{text-align:left;}

footer h2 {
	color: #004fa2;
	font-size: min(5vw , 37px);
	font-weight: bold;
	display: inline-block;
	border-left: #004fa2 2px solid;
	border-right: #004fa2 2px solid;
	padding: min(2vw , 13px) min(5vw , 70px);
	line-height: 1;
}
 
footer ul.fe {
	padding: min(2vw , 30px) min(2vw , 30px) 0;
}
footer ul.fe li {
	box-shadow: 0 0 10px #e1e1e1;
	width: 31%;
}
footer ul.fe li + li{margin-top:0;}
footer ul.fe li + li + li + li{margin-top:min(5vw , 30px);}
footer ul.fe li dl {
	width: 100%;
	padding: min(2vw , 20px);
}
footer ul.fe li dl dd {
	width: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer ul.fe li dl dd h3 {
	font-size: min(5vw , 25px);
	font-weight: bold;
	text-align: center;
	padding-top: 120px;
	position: relative;
}
footer ul.fe li dl dd h3::before {
	content: "";
	width: 110px;
	height: 110px;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
}
footer ul.fe li:nth-of-type(1) dl dd h3:before{background-image:url(https://sorbothane.itembox.design/item/img/common/f-icon_01.png);}
footer ul.fe li:nth-of-type(2) dl dd h3:before{background-image:url(https://sorbothane.itembox.design/item/img/common/f-icon_02.png);}
footer ul.fe li:nth-of-type(3) dl dd h3:before{background-image:url(https://sorbothane.itembox.design/item/img/common/f-icon_03.png);}
footer ul.fe li:nth-of-type(4) dl dd h3:before{background-image:url(https://sorbothane.itembox.design/item/img/common/f-icon_04.png);}
footer ul.fe li:nth-of-type(5) dl dd h3:before{background-image:url(https://sorbothane.itembox.design/item/img/common/f-icon_05.png);}
footer ul.fe li:nth-of-type(6) dl dd h3:before{background-image:url(https://sorbothane.itembox.design/item/img/common/f-icon_06.png);}
footer ul.fe li dl dt {
	width: 100%;
	font-size: min(4vw , 21px);
	margin-top: 20px;
	padding: 20px 0 70px 0;
	border-top: 1px #bfbfbf solid;
	position: relative;
}
footer ul.fe li dl dt h4{
	font-weight: bold;
	margin: 0 auto 10px;
}
footer ul.fe li dl dt h4:nth-of-type(2){
	font-weight: bold;
	padding-top: 30px;
}
footer ul.fe li dl dt h4:nth-of-type(3){
	font-weight: bold;
	margin: 30px auto 10px;
	border-top: 1px #e1e1e1 solid;
	padding-top: 30px;
}

footer ul.fe li:not(:last-of-type) dl dt{min-height:22vw;}

@media only screen and (max-width:1500px){
	footer ul.fe li:not(:last-of-type) dl dt{min-height:25vw;}
	}

footer ul.fe li dl dt strong{color:#6c9bd2; font-weight:bold;}
footer ul.fe li dl dt > a{}
footer ul.fe li dl dt > a.border {
	border: #c6dbf4 7px solid;
	display: block;
	width: 100%;
	text-align: center;
	padding: min(1vw , 5px) 0;
	margin: min(2vw , 20px) 0 0 auto;
	text-decoration: none;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: min(3vw , 17px);
}
footer ul.fe li dl dt > a.border::after {
	content: "▼";
	transform: rotate(-90deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
	display: block;
	font-size: min(3vw , 15px);
}
	
footer ul.fe li dl dt > a.sp,
footer ul.fe li dl dt > span.pc {
	color: #6c9bd2;
	font-size: min(5vw , 30px);
	font-weight: bold;
	display: block;
}



footer small {
	background: #00346b;
	display: block;
	margin: min(5vw , 50px) auto 0;
	text-align: center;
	color: #fff;
	font-size: min(5vw , 20px);
	padding: min(5vw , 30px) 0;
}


/*========================================*/
/*===========　サイドナビ構成　===========*/
/*========================================*/
div#side {
	order: 1;
	background-color: #ffffff;
	box-shadow: 0px 0px 30px 1px rgba(125,125,125,0.1);
	width: 350px;
	order: 1;
	margin-right: 50px;
}
div#side .inner {
	padding: 20px 25px;
}

/* Guideï¼ˆe60012ï¼‰ */
div#side .guide {
	margin:25px 0 30px 0;
}
div#side .guide dt {
	margin: 0 0 10px 0;
	padding: 0 0 4px 0;
	/* border-bottom: 2px solid #ddd; */
	border-bottom: 2px solid #00346b;
	font-size: 1.6em;
	font-weight: bold;
	color: #00346b;
	/* font-family: "Times New Roman", serif; */
	text-align: center;
}
div#side .guide dd {
	padding: 0 5px;
}
div#side .guide dd > ul > li + li {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #111;
}
div#side .guide dd li {
	position:relative;
	padding: 5px 0;
	font-size: 1.3em;
	font-weight: bold;
}
div#side .guide li ul {
	margin: 2px 0 0 10px;
}
div#side .guide li li {
	padding: 0;
	font-size: 90%;
	line-height: 1.3;
}
div#side .guide li li::after {
  display: block;
  content: '';
  position: absolute;
  top: 0.5em;
  left: -0.7em;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 100%;
}

div#side .guide li a {
	position:relative;
	display: block;
	color: #000;
	text-decoration: none;
}
div#side .guide li a:hover {
	color: #00346b;
}
div#side .guide li a span {
	padding-left: 60px;
}
div#side .guide li.postage a::before {
	position: absolute;
	top: -5px;
	display: inline-block;
	content: url(../img/common/icon-guide-postage.png);
}
div#side .guide li.point a:before {
	position:absolute; top:5px;
	display: inline-block;
	content: url(../img/common/icon-guide-point.png);
}
div#side .guide li.payment a:before {
	position:absolute; top:5px;
	display: inline-block;
	content: url(../img/common/icon-guide-payment.png);
}
div#side #globalNav > div {
	border-bottom: 60px solid transparent;
	border-left: 60px solid #00346b;
}

#globalNav nav::after {display: none;}

/* History */
div#side .history {
	padding: 10px;
	border:8px solid #f8f8f8;
	text-align: center;
}
/* Ranking */
div#side .ranking {
	padding: 10px;
	border:8px solid #f8f8f8;
	text-align: center;
}
div#side .ranking ol {
	counter-reset:number;
	margin-left: 2.0em;
	list-style:none;
}
div#side .ranking ol li:before {
	position: relative; top:5px;
	counter-increment: number;
	content: counter(number);
	color: #76a0cc;
	font-size: 180%;
	font-family: "Times New Roman", serif;
	margin-right: 0.3em;
}
div#side .ranking li {
	font-size: 1.3em;
	text-indent: -1.5em;
	text-align: left;
	line-height: 1.4;
}
div#side .ranking li + li {
	margin-top: 0.5em;
}
div#side .ranking a {
	color: #000000;
}
/* Banner */
div#side .banner a {
	display: block;
	padding: 5px 0 0 0;
	border:1px solid #3872af;
	text-align: center;
}
div#side .banner img {
	height: auto;
	width: 150px;
}

div#side .history + .ranking {
	margin-top: 30px;
}
div#side .ranking + .banner {
	margin-top: 30px;
}

/* SP Navi */
div#side .spNavi {
	display:none;
}
/* SP Cart */
div#side .spCart {
	display:none;
}

div#side #globalNav > div > span {
	float: left;
	position: relative;
	top: 5px;
	left: -50px;
	font-size: 1.8em;
	font-weight: bold;
	color: #00346b;
	font-family: serif;
	letter-spacing: 0.03em;
	width: 210px;
}
div#side #globalNav > div > span > span {
	margin: 0 0 0 0.5em;
	font-size: 70%;
	color: #00346b;
	letter-spacing: 0em;
}


@media only screen and (max-width:1024px){
header {
	margin-bottom: 3vw;
}
header h1 {
	width: 50%;
	max-width: 377px;
	padding: 0;
}
header nav {
	width: 35%;
	max-width: 300px;
	padding: min(2vw , 15px) 0;
}
header nav ul li a.fs-pt-list__link {
	display: block;
	width: 100%;
	max-width: 130px;
	height: 18vw;
	background: #e2ebf8;
	border-radius: 10px;
	padding: min(11vw , 85px) min(2vw , 10px) 0;
	font-size: min(3vw , 27px);
	text-align: center;
	position: relative;
	color: #00346b;
}
header nav ul li a::before {
	content: "";
	position: absolute;
	width: 10vw;
	height: 10vw;
	background: no-repeat center center / 100%;
	left: 0;
	right: 0;
	margin: auto;
	top: min(1vw , 7px);
}

div.menber .fs-p-accountInfo.fs-clientInfo.is-ready.logout {
	width: 100%;
	background: #ededed;
	display: flex;
	height: 9vw;
	max-height: 55px;
	padding: min(2vw , 10px) 0;
	justify-content: center;
	flex-wrap: nowrap;
}

div.menber .fs-p-accountInfo:not(.logout) .fs-p-accountInfo__accountName,
div.menber .fs-p-accountInfo:not(.logout) .fs-p-accountInfo__point {
	margin: 0 min(2vw , 15px);
	font-size: min(3vw , 23px);
	color: #666666;
	text-align: center;
}

div.menber .fs-p-accountInfo.logout .fs-p-accountInfo__accountName,
div.menber .fs-p-accountInfo.logout .fs-p-accountInfo__point {
	margin: 0 min(1vw , 15px);
	font-size: min(3vw , 23px);
	width: auto;
	text-align: center;
	color: #666666;
}

footer {
	background: #f6f6f6;
	padding: min(10vw , 100px) 0 15vw;
	text-align: center;
}

footer ul.fe {
	padding: 0 min(2vw , 30px);
	margin-top: min(7vw , 70px);
}
footer ul.fe li {
	box-shadow: 0 0 10px #e1e1e1;
	width: 100%;
}
footer ul.fe li + li {
	margin-top: 5vw;
}
footer ul.fe li dl dd {
	width: 30%;
	display: flex;
	justify-content: center;
	align-items: center;
}

footer ul.fe li dl dt {
	width: calc(100% - 32%);
	font-size: min(3.5vw , 21px);
	margin-left: 2%;
	padding: 4vw 0 4vw 3vw;
	border-left: 1px #bfbfbf solid;
	border-top: 0;
	margin-top: 0;
}

footer ul.fe li dl dd h3 {
	font-size: min(3.5vw , 25px);
	font-weight: bold;
	text-align: center;
	padding-top: 18vw;
	position: relative;
}

footer ul.fe li dl dd h3::before {
	content: "";
	width: 15vw;
	height: 15vw;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	background-size: 100%;
}

footer ul.fe li dl dt > a.border {
	border: #c6dbf4 4px solid;
	display: block;
	width: 100%;
	text-align: center;
	padding: min(1vw , 5px) 0;
	margin: min(3vw , 20px) 0 0 auto;
	text-decoration: none;
	position: relative;
	font-size: 3vw;
}

footer small {
	background: #00346b;
	display: block;
	margin: min(5vw , 50px) auto 0;
	text-align: center;
	color: #fff;
	font-size: min(3vw , 20px);
	padding: min(5vw , 30px) 0;
}

footer nav.fixMenu {
	position: fixed;
	z-index: 10;
	bottom: 0;
	left: 0;
	height: 15vw;
	width: 100%;
}
footer nav.fixMenu ul {
	padding: 0;
	margin: 0;
	background: #00346b;
	height: 100%;
	width: 100%;
}
footer nav.fixMenu ul li {
	width: calc(100% / 5);
	box-shadow: none;
	background: none;
}

footer nav.fixMenu ul li .fs-p-searchForm {
	width: 100%;
	position: absolute;
	top: -15vw;
	left: 0;
	margin: 0;
	padding: 2vw 0;
	background: #fff;
	height: 15vw;
	transition: 0.2s;
	transform: translate(-150vw, 0%);
}

footer nav.fixMenu ul li .active.fs-p-searchForm {transform: translate(0, 0%);}
footer nav.fixMenu ul li .fs-p-searchForm .fs-p-searchForm__input {width: calc(100% - 2.2em); font-size: 3.5vw;}

footer nav.fixMenu ul.fe li + li {margin-top: 0; border-left:1px #6c98c7 solid;}
footer nav.fixMenu ul li a {
	background: none;
	color: #fff;
	font-size: 3vw;
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 10vw;
	position: relative;
}


footer nav.fixMenu ul li a::before {
	content: "";
	background: no-repeat center center / 100%;
	width: 8vw;
	height: 8vw;
	position: absolute;
	top: 1vw;
	left: 0;
	right: 0;
	margin: auto;
}

footer nav.fixMenu ul li:nth-of-type(1) a:before{background-image:url(https://sorbothane.itembox.design/item/img/common/f-menu_icon_01.png);}
footer nav.fixMenu ul li:nth-of-type(2) a:before{background-image:url(https://sorbothane.itembox.design/item/img/common/f-menu_icon_02.png);}
footer nav.fixMenu ul li:nth-of-type(3) a:before{background-image:url(https://sorbothane.itembox.design/item/img/common/f-menu_icon_03.png);}
footer nav.fixMenu ul li:nth-of-type(4) a:before{background-image:url(https://sorbothane.itembox.design/item/img/common/f-menu_icon_04.png);}
footer nav.fixMenu ul li:nth-of-type(5) a:before{background-image:url(https://sorbothane.itembox.design/item/img/common/f-menu_icon_05.png);}
footer nav.fixMenu ul li:nth-of-type(5) a.active::after {
	content: "×";
	position: absolute;
	top: -127vw;
	right: 0;
	width: 15vw;
	height: 15vw;
	color: #000;
	font-size: 10vw;
	line-height: 15vw;
	background: rgba(255,255,255,.8);
}

#globalNavSp{}
#globalNavSp nav {
	position: fixed;
	bottom: 15vw;
	width: 100%;
	transform: translate(0%, 110vh);
	transition: .7s;
	z-index: 5;
}
#globalNavSp.active nav {
	transform: translate(0%, 0);
}
#globalNavSp nav ul {
	width: 100%;
	background: rgba(255,255,255,.9);
	box-shadow: -1px 0 7px #555;
}
#globalNavSp nav ul li {
	height: 6.5vh;
	border-top: 1px solid #ccc;
}
#globalNavSp nav ul li a {
	height: 10vw;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0 4vw;
	line-height: 10vw;
	font-size: 4vw;
	text-decoration: none;
}

footer p.toTop {
	position: fixed;
	bottom: 24vw;
	right: 1vw;
	width: 15vw;
	z-index: 2;
}

}











