/*PC大枠*/
@media screen and (min-width:1200px) {
.fs-l-main
{
max-width: 1000px;
}
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea
{
max-width: 720px;
}

.fs-c-breadcrumb
{
width: 1000px;
margin: 0 auto;
}
}


/*商品ページ相互リンク*/
.size-title{
    width: 100%;
padding: 3px 0px 3px 10px;
border-left: 10px solid #333;
    font-size: 16px;
    font-weight: bold;

}

.size-title span{
    margin-left: 22px;
    font-size: 12px;
}

@media screen and (max-width:769px) {
.size-title span
{
display: block;
margin: 0;
}
}
.size-table{
    width: 100%;
    margin: 10px 0 10% 0;
    text-align:center;
    line-height:31px;
    font-weight:bold;
    font-size:16px;
    color: #222;
    border-right: 1px solid #909090;
    border-bottom: 1px solid #909090;
}
.size-table td{
    border-left: 1px solid #909090;
    border-top: 1px solid #909090;
}
.size-table td a{
    text-decoration:none;
    color:#222;
}
.size-table td a:hover{
    color:#ba2a1d;
    text-decoration: underline;
}


/*HEADER*/
body
	{
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: .075em;
	background: #f5f1ee;
	}

a
	{
	color: #333;
	text-decoration: none;
	}

a:hover
	{
	color: #333;
	}

.fs-l-header
{
padding-top: 0 !important;
}

.fs-p-drawer
{
background: none !important;
}

#header_c
	{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	align-items: stretch;
	border-bottom: 1px solid #ccc;
	}

#header_c h1
	{
	width: 60%;
	padding: 1% 0% 1% 1%;
	}

#header_c h1 img
	{
	width: 20%;
	margin: 1% 0 0 0;
	display: block;
	}

#header_c section
	{
	width: 40%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap:wrap;
	}

#header_c section p
	{
	width: 20%;
	padding: 4% 0 0 4%;
	color: #fff;
	font-size: 1.6em;
	background: #e95c06;
	}

@media screen and (min-width:1200px) and ( max-width:1400px) {
#header_c h1
	{
	width: 40%;
	}

#header_c h1 img
	{
	width: 40%;
	}

#header_c section
	{
	width: 60%;
	}

#header_c section p
	{
	padding: 3% 0 0 4%;
	}
}

#header_c section ul
	{
	width: 80%;
	padding-top: 2%;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	font-size: 1.1em;
	}

#header_c section ul li
	{
	width: 49%;
	margin-right: 1%;
	font-size: 1.6em;
	}

#header_c section ul li:first-child
	{
	font-size: 1em;
	text-align: center;
	width: 100% !important;
	border-bottom: 1px solid #ccc;
	}

#header_c section ul li:nth-child(2)
	{
	text-align: center;
	border-right: 1px solid #ccc;
	padding: 2.5% 0 0 4%;
	background: url(https://mirainoyume.itembox.design/item/top/images/tel.gif) no-repeat 12% center;
	}

#header_c section ul li:nth-child(3) a
	{
	padding: 5% 0 0 4%;
	text-align: center;
	display: block;
	background: url(https://mirainoyume.itembox.design/item/top/images/mail.gif) no-repeat 12% 70%;
	}

.hotkey
	{
	padding: 1% 0;
	text-align: center;
	font-size: 1.4em;
	position: relative;
	border-bottom: 1px solid #ccc;
	}

.hotkey a
	{
	margin: 0 0.5%;
	padding: 0.1% 0.5%;
	font-size: 0.8em;
	color: #fff;
	background: #e95c06;
	}

.hotkey form
	{
	position: absolute;
	top: 26%;
	right: 1%;
	}

.hotkey form .text
	{
	width: 100%;
	border: 0;
	font-size: 0.8em;
	}

.hotkey form .btn
	{
	position: absolute;
	top: 10%;
	right: 2%;
	}

nav
	{
	width: 1000px;
	margin: 1vw auto;
	}

nav ul
	{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	border-right: 1px solid #b5b5b5;
	}

nav ul li
	{
	width: calc(100%/6);
	height: 8rem;
	border-left: 1px solid #b5b5b5;
	}

nav ul li a
	{
	width: 100%;
	height: 100%;
	color:;
	font-size: 1.4rem;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	}

nav ul li a img
	{
	height: 4.8rem;
	margin: 0 1rem 0 0;
	object-fit: contain;
	}

.pcbr
	{
	display: block;
	}

.spbr
	{
	display: none;
	}

@media screen and (max-width:769px) {
#header_c
	{
	display: flex;
	border-bottom: 1px solid #ccc;
	}

#header_c h1
	{
	width: 70%;
	padding: 1%;
	font-size: 0.7em;
	text-align: left;
	}

#header_c h1 img
	{
	width: 50%;
	margin: 1% 0;
	display: block;
	}

#header_c section
	{
	width: 30%;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap:wrap;
	text-align: center;
	}

#header_c section p
	{
	width: 100%;
	padding-top: 2vw;
	color: #fff;
	font-size: 1.1em;
	background: #e95c06;
	}

#header_c section ul
	{
	display: none;
	}

.hotkey p
	{
	display: none;
	}

.hotkey form
	{
	position: relative;
	padding: 1% 0% 1% 1%;
	}

.hotkey form .text
	{
	width: 98%;
	border: 0;
	font-size: 0.8em;
	}

.hotkey form .btn
	{
	width: 5%;
	position: absolute;
	top: 24%;
	right: 3%;
	}

nav
	{
	width: 100%;
	margin: 1vw auto;
	overflow-x: auto;
	}

nav ul
	{
	width: max-content;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	border-right: 1px solid #b5b5b5;
	}

nav ul li
	{
	padding: 0% 1%;
	width: calc(100%/6);
	height: 5rem;
	border-left: 1px solid #b5b5b5;
	}

nav ul li a
	{
	width: 100%;
	height: 100%;

	font-size: 1rem;
	letter-spacing: 0px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	}

nav ul li a img
	{
	height: 4rem;
	margin: 0 0.2rem 0 0;
	object-fit: contain;
	}


.pcbr
	{
	display: none;
	}

.spbr
	{
	display: block;
	}

}

/*FOOTER*/
#footer_c
	{
	background: #fff;
	}

#footer_c div
	{
	width: 1000px;
	margin: 0 auto;
	}

#footer_c div h5
	{
	font-size: 2.5em;
	font-weight: normal;
	font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	}

#footer_c div h5 span
	{
	font-size: 0.6em;
	display: block;
	}

#footer_c div ul
	{
	width: 100%;
	margin: 2rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	border-bottom: 1px solid #ccc;
	}

#footer_c div ul li
	{
	width:calc(100%/2);
	border: 1px solid #ccc;
	border-bottom: 0;
	}

#footer_c div ul li:nth-child(odd)
	{
	border-right: 0;
	}

#footer_c div ul li strong
	{
	margin: 0rem;
	padding: 1rem 0;
	font-weight: normal;
	display: block;
	border-bottom: 1px solid #ccc;
	}

#footer_c div ul li strong span
	{
	margin: 0.5rem 1rem;
	padding: 0 1rem;
	font-size: 1.3em;
	border-left: 2px solid #ccc;
	}

#footer_c div ul li p
	{
	padding: 1rem 2rem;
	}

#footer_c div ul li p a
	{
	text-decoration: underline;
	}

#footer_c div ul li img
	{
	width: 30%;
	}

.fs-l-footer
{
background: #fff;
padding: 2rem 0;
}



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

#footer_c div
	{
	width: 98%;
	padding: 1%;
	}

#footer_c div h5
	{
	font-size: 2em;
	}

#footer_c div ul
	{
	width: 100%;
	margin: 2rem 0;
	display: block;
	border-bottom: 1px solid #ccc;
	}

#footer_c div ul li
	{
	width:100%;
	border: 1px solid #ccc;
	margin-bottom: 2rem;
	}

#footer_c div ul li:nth-child(odd)
	{
	border-right: 1px solid #ccc;
	}

#footer_c div ul li img
	{
	width: 50%;
	}


}


/*INDEX*/

.main_top
	{
	width: 720px;
overflow-x: hidden;
	}
.main_top .banner
	{
	margin: 2rem 0;
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	}

.main_top .banner li
	{
	width: 49%;
	}


@media screen and (max-width:769px) {
.main_top
	{
	width: 100%;
	}

.main_top .banner
	{
	margin: 2rem 0;
	display: block;
	justify-content: space-between;
	flex-wrap:wrap;
	}

.main_top .banner li
	{
	width: 100%;
	}
}

.main_top h2
	{
	margin: 0 0 4rem;
	}

.main_top h2 strong
	{
	font-size: 4.4rem;
	margin: 0 0 .6rem;
	display: block;
	}

.main_top h2 span
	{
	font-size: 1.4rem;
	color: #333;
	}

.ranking
	{
	margin: 0 0 6rem;
	}

.ranking ol span
	{
	width: 3.8rem;
	margin: 0 0 .5rem;
	aspect-ratio: 1/1;
	background: #e95c06;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	font-size: 2.2rem;
	font-family: 'Roboto', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	color: #fff;
	}

.ranking ol img
	{
	width: 100%;
	margin: 0 0 2rem;
	}

.ranking ol p
	{
	margin: 0 0 1.7rem;
	font-size: 1.4rem;
	line-height: 1.4em;
	color: #333;
	}

.ranking ol em
	{
	font-style: normal;
	font-size: 1.6rem;
	display: block;
	text-align: right;
	color: #e95c06;
	}

.ranking ol li
	{
	padding: 0 1rem;
	}

.ranking .slick-list
	{
	width: calc(100% + 2rem);
	transform: translateX(-1rem);
	}

.ranking .slick-arrow
	{
	width: 3.8rem;
	aspect-ratio: 1/1;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid #909090;
	position: absolute;
	top: -1rem;
	color: rgba(0, 0, 0, 0);
	}

.ranking .slick-prev
	{
	right: 8rem;
	z-index: 100;
	}

.ranking .slick-next
	{
	right: 0;
	z-index: 100;
	}

.ranking .slick-prev::before
	{
	content: '';
	width: 1.6rem;
	aspect-ratio: 16/8;
	background: url(https://mirainoyume.itembox.design/item/top/images/arrow.png) no-repeat center/contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0) rotate(180deg);
	}

.ranking .slick-next::before
	{
	content: '';
	width: 1.6rem;
	aspect-ratio: 16/8;
	background: url(https://mirainoyume.itembox.design/item/top/images/arrow.png) no-repeat center/contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	}


.size_select
	{
	margin: 0 0 4rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 2%;
	}

.size_select li
	{
	width: 49%;
	height: 7rem;
	border: 1px solid #b5b5b5;
	font-size: 2rem;
	}



.size_select li.active
	{
	background: #e95c06;
	border: 0 solid #b5b5b5;
	}

.size_select li.active a
	{
	color: #fff;
	}

.size_select li a
	{
	width: 100%;
	height: 100%;
	padding: 0 0 0 2rem;
	display: flex;
	align-items: center;
	color: #333;
	}

.size_select li:nth-child(2n+1) img
	{
	width: 7rem;
	height: 5rem;
	margin: 0 3rem 0 0;
	object-fit: contain;
	}

.size_select li:nth-child(2n) img
	{
	width: 5rem;
	height: 5rem;
	margin: 0 1.5rem 0 0;
	object-fit: contain;
	}

@media screen and (max-width:769px) {
.size_select li
	{
	width: 49%;
	height: 7rem;
	border: 1px solid #b5b5b5;
	font-size: 1.5rem;
	}

.size_select li:nth-child(2n+1) img
	{
	width: 5rem;
	height: 5rem;
	margin: 0 3rem 0 0;
	object-fit: contain;
	}

.size_select li:nth-child(2n) img
	{
	width: 5rem;
	height: 5rem;
	margin: 0 1.5rem 0 0;
	object-fit: contain;
	}
}

.item_wrap > li > h3
	{
	height: 5rem;
	margin: 0 0 4rem;
	font-size: 2rem;
	color: #fff;
	background: #e95c06;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	}

.item > li{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media screen and (max-width:769px) {
.item > li{
	display: block;
	flex-wrap: wrap;
	align-items: center;
}
}
.item > li + li{
	margin: 4rem 0 0;
	padding: 4rem 0 0;
	border-top: 1px solid #909090;
}
.item > li > img{
	width: 30rem;
	margin: 0 0 0 2rem;
}



.item > li > div{
	width: 34rem;
	margin: 0 0 0 5.75rem;
}


.item > li > div small{
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 1rem;
	padding: 0 0 0 .5rem;
	display: block;
}
.item > li > div em{
	font-size: 3rem;
	line-height: 4rem;
	padding: 0 .5rem;
	background: #ffff;
	font-weight: bold;
	font-style: normal;
	display: inline;
}
.item > li > div button{
	width: 28.5rem;
	height: 5rem;
	font-size: 2rem;
	border-radius: 2.5rem;
	margin: 3rem 0;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #333;
	position: relative;
	cursor: pointer;

}

@media screen and (max-width:769px) {
.item > li > img{
	width: 90%;
	margin: 0 auto;
	display: block;
}
.item > li > div{
	width: 90%;
	margin: 0 auto;
}

.item > li > div button{
	width: 28.5rem;
	height: 5rem;
	font-size: 2rem;
	border-radius: 2.5rem;
	margin: 3rem auto;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #333;
	position: relative;
	cursor: pointer;

}

}

.item > li > div button::before{
	content: '';
	width: 2.2rem;
	aspect-ratio: 1/1;
	border: 1px solid #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2rem;
}
.item > li > div button::after{
	content: '+';
    font-size: 1.5rem;
    color: #fff;
    position: absolute;
    top: 49.5%;
    transform: translateY(-50%);
    right: 2.45rem;
}
.item > li > div button.active::after{
	content: '－';
    top: 50%;
	right: 2.25rem;
}
.item .open{
	width: 100%;
	display: none;
}
.item .open strong{
	width: 100%;
	font-size: 1.8rem;
	margin: 4rem 0;
	padding: 2rem 0 2rem 4rem;
	font-weight: bold;
	color: #333;
	border-top: 1px solid #909090;
	border-bottom: 1px solid #909090;
	display: block;
	position: relative;
}
.item .open strong::before{
	content: '';
	width: 2px;
	height: 2rem;
	background: #e95c06;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2rem;
}
.item .list{
	margin: 0 0 2rem;
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
}
.item .list li{
	width: 50%;
	height: 6rem;
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}
.item .list li a{
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
	font-weight: bold;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: underline;
}
.item .open button{
	padding: 0 4rem 0 0;
	font-size: 1.8rem;
	color: #333;
	font-weight: bold;
	cursor: pointer;
	margin: auto;
	display: block;
	position: relative;
}
.item .open button::before{
	content: '';
	width: 2.2rem;
	aspect-ratio: 1/1;
	background: #fff;
	border: 1px solid #333;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.item .open button::after{
	content: '－';
	font-size: 1.8rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: .1rem;
}
.item_wrap > li > a{
	width: 100%;
	height: 7rem;
	font-size: 2rem;
	margin: 6rem 0 15rem;
	background: #333;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.item_wrap > li > a::before{
	content: '';
	width: 3.8rem;
	aspect-ratio: 1/1;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 1.5rem;
}
.item_wrap > li > a::after{
	content: '';
	width: 1.6rem;
	aspect-ratio: 16/8;
	background: url(https://mirainoyume.itembox.design/item/top/images/arrow.png) no-repeat center/contain;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2.6rem;
}

.fs-body-about-shippingPayment .fs-c-specTableContainer
{

display: block;
}

.fs-body-about-shippingPayment .fs-c-specTableContainer table
{
margin-bottom: 2rem;
}

@media screen and (min-width: 960px) {
.fs-body-cart .fs-l-cart__contentsArea
{
display: block;
}


}

.fs-c-slick .slick-slide img
{
display: block;
  width: 90% !important;
  margin: 0 auto;
}



.logout.my-false { display: none; }
.login.my-true { display: none; }



.fs-p-headerUtilityMenu__logout .fs-pt-menu a
{
border: 1px solid #ccc;
margin: 0 !important;
}

/*商品ページ項目選択肢太字*/
.fs-c-dropdown__menu
{
font-weight: 600;
}
.fs-c-dropdown__menu > option
{
font-weight: 600;
}


/*カテゴリページ*/
#fs_ProductCategory .fs-c-buttonContainer ,#fs_ProductCategory .fs-c-productName__copy ,#fs_ProductSearch .fs-c-buttonContainer
{
display: none;
}


/*商品ページキャッチコピー*/
.fs-c-productNameHeading .fs-c-productNameHeading__copy
{
display: block;
margin-bottom: 0.8rem;
font-weight: normal;
}

/*商品ページ項目選択肢*/
.fs-c-productOption .fs-c-productOption__name
{
color: #3c3c3c;
margin: 1rem 0 0.5rem 0 !important;
border-left: 5px solid #3c3c3c;
padding: 0.5rem !important;
font-size: 1em !important;
}