.container {
	position: relative;
	height: auto;
	background-color: #fff;
	width: 100%;
	max-width: calc(100% - 400px);
	order: 2;
}

#content .utility div {
	position: absolute;
	right: 0px;
	padding: 10px 60px 10px 15px;
	height: 45px;
	background-color: #eeeeee;
}

nav.fs-c-breadcrumb {
	position: relative;
	top: 20px;
	left: 0;
	float: left;
	display: inline-block;
	font-size: 1.1em;
}

#content .main .inner {
	display: block;
	margin: 0 auto;
	padding: 40px 0px 80px 0;
	max-width: 1300px;
}

#fs_Login #content .main .inner,
#fs_MyPageTop #content .main .inner,
#fs_ShoppingCartLogin #content .main .inner,
#fs_WishListLogin #content .main .inner,
#fs_ReviewLogin #content .main .inner,
#fs_PasswordReminder #content .main .inner,
#fs_EditPassword #content .main .inner {
	padding: 60px 20px 80px;
	overflow: hidden;
	width: 100%;
}

#fs_Login #content .main .pgTtl,
#fs_MyPageTop #content .main .pgTtl,
#fs_ShoppingCartLogin #content .main .pgTtl,
#fs_WishListLogin #content .main .pgTtl,
#fs_ReviewLogin #content .main .pgTtl,
#fs_PasswordReminder #content .main .pgTtl,
#fs_EditPassword #content .main .pgTtl {
	margin: -20px 00 40px -20px;
}

#fs_Login .fs-c-inputTable,
#fs_WishListLogin .fs-c-inputTable,
#fs_ReviewLogin .fs-c-inputTable {
	margin: 30px 0 0 0;
	width: 100%;
}

#fs_Login .fs-c-inputTable th,
#fs_ShoppingCartLogin .fs-c-inputTable th,
#fs_WishListLogin .fs-c-inputTable th,
#fs_ReviewLogin .fs-c-inputTable th,
#fs_PasswordReminder .fs-c-inputTable th,
#fs_EditPassword .fs-c-inputTable th {
	font-size: 1.4em;
	font-weight: bold;
	text-align: left;
	min-width: 120px;
	width: 40%;
}

#fs_ProductDetails .fs-p-productDescription--short img {
	float: initial;
	padding: 0 0 0 20px;
	vertical-align: top;
}


#content .products.kids .ttl .inner {
	margin: 0 auto;
	padding: 120px 0 0 5%;
	width: 100%;
}

#content .products.kids .purpose .u-row,
#content .products.kids .purpose .l-row {
	display: flex;
	margin-top: 4%;
	width: 100%;
	text-align: center;
}

@media only screen and (max-width:840px){
#content .products.kids .purpose .u-row,
#content .products.kids .purpose .l-row {
	display: flex;
	margin-top: 4%;
	width: 100%;
	text-align: center;
	flex-wrap: wrap;
}
#content .products.kids .purpose .l-row {margin-top: 0;}


#content .products.kids .purpose .u-row .one + .two,
#content .products.kids .purpose .l-row .three + .four {margin-top: 0;}
#content .products.kids .purpose .one,
#content .products.kids .purpose .two,
#content .products.kids .purpose .three,
#content .products.kids .purpose .four{width:100%;}
#content .products.kids .purpose h3 {
	position: relative;
	display: inline-block;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #fff;
	font-size: 4.5vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 100;
	color: #000;
	text-align: center;
	box-sizing: border-box;
	height: 25vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
#content .products.kids .purpose h3 span {
	display: block;
	font-size: 70%;
	width: 100%;
}

#content .products.kids .purpose p img {
	height: auto;
	width: 60%;
	margin: 30px 0 0 0;
}

#content .products.kids .purpose .btn a {
	position: relative;
	display: block;
	margin: 10px auto 0 auto;
	padding: 1vw 0;
	width: 80%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 4vw;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
}


}

.fs-body-product #content .fs-l-productLayout {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.fs-body-product #content .fs-l-productLayout {
	display: grid;
	grid-row-gap: 8px;
	width: 100%;
}

@media only screen and (max-width:1350px){

#content .products.kids .ttl h1 {
	display: block;
	font-size: 4.6em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	color: #002b69;
	text-align: left;
	line-height: 1.2;
	width: 480px;
}
}

@media only screen and (max-width:1250px){

.container {min-width: 1250px;}

.pc{display:none;}


}


@media only screen and (max-width:1020px){

.container {
	position: relative;
	height: auto;
	background-color: #fff;
	width: 95%;
	max-width: 100%;
	order: 2;
	margin: auto;
	min-width:initial;
}

#fs_Login #content .main .inner,
#fs_MyPageTop #content .main .inner,
#fs_ShoppingCartLogin #content .main .inner,
#fs_WishListLogin #content .main .inner,
#fs_ReviewLogin #content .main .inner,
#fs_PasswordReminder #content .main .inner,
#fs_EditPassword #content .main .inner {
	padding: 15vw 0 5vw;
	overflow: hidden;
	width: 100%;
}

}