@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

.fs-preview-header { display: none; }

.fs-c-creditCardIcons {
    display: flex;
    gap: 10px;
}

:root {
	-ms-overflow-style: -ms-autohiding-scrollbar;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
audio:not([controls]) {
	display: none;
}
details {
	display: block;
}
input[type="number"] {
	width: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
main {
	display: block;
}
summary {
	display: block;
}
pre {
	overflow: auto;
}
progress {
	display: inline-block;
}
small {
	font-size: 75%;
}
template {
	display: none;
}
textarea {
	overflow: auto;
}
[hidden] {
	display: none;
}
[unselectable] {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*,
	::before,
	::after {
	box-sizing: inherit;
}
* {
	font-size: inherit;
	line-height: inherit;
}
::before,
::after {
	text-decoration: inherit;
	vertical-align: inherit;
}
*,
::before,
::after {
	border-style: solid;
	border-width: 0;
}
* {
	margin: 0;
	padding: 0;
}
:root {
	box-sizing: border-box;
	cursor: default;
	font: 16px/1.5 sans-serif;
	text-rendering: optimizeLegibility;
}
html {
	background-color: #fff;
}
a {
	text-decoration: none;
}
a:link, a:visited {
    transition: ease-in-out .2s;
    -webkit-transition: ease-in-out .2s;
    -moz-transition: ease-in-out .2s;
}
audio, canvas, iframe, img, svg, video {
	vertical-align: middle;
}
button, input, select, textarea {
	background-color: transparent;
}
button, input, select, textarea {
	color: inherit;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
}
button, input, select, textarea {
	min-height: 1.5em;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
}
nav ol, nav ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
textarea {
	resize: vertical;
}
select {
	appearance: auto !important;
}
@media screen {
	[hidden~="screen"] {
		display: inherit;
	}
	[hidden~="screen"]:not(:active):not(:focus):not(:target) {
		clip: rect(0 0 0 0) !important;
		position: absolute !important;
	}
}

/*--------------------------------------
	common
--------------------------------------*/
* {
	-webkit-text-size-adjust: 100%;
}
body {
	line-height: 1.6;
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/bg.svg) repeat 0 0;
    font-family: 'Noto Sans JP',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	color: #000;
}
body.fs-body-top #top_main_wrap {
	padding-bottom: 70px;
	width: 100%;
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/bg_wide.jpg) no-repeat center top;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	body {
		line-height: 1.4em;
		font-size: .875em;
	}
	body.fs-body-top #top_main_wrap {
		padding-bottom: 30px;
	}
}
li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
    width /***/: auto;
	border: none;
	vertical-align: bottom;
}
a {
	outline: none;
	color: #333;
	text-decoration: none;
	-webkit-transition: 280ms ease-in-out;
	    transition: 280ms ease-in-out;
}
a:hover {
	opacity: .8;
}
a.underline {
	text-decoration: underline;
	color: #22418F;
}
.hg {
	font-family: "DFP行書体",cursive !important;
}
@media screen and (max-width: 767px) {
	.sp-none {
		display: none !important;
	}
	.pc-none {
		display: block !important;
	}
}
@media screen and (min-width: 767px) {
	.sp-none {
		display: block !important;
	}
	.pc-none {
		display: none !important;
	}
}
.inner {
	margin: 0 auto;
	max-width: 1000px;
}
body.fs-body-top article > .inner {
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.inner {
		padding: 0 10px;
		width: 100%;
	}
}
#wrapper {
	position: relative;
	overflow: hidden;
}

#header_wrap {
	padding-bottom: 25px;
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/header_bg2.jpg) no-repeat center bottom;
	background-size: cover;
}
@media screen and (max-width: 767px) {
	#header_wrap {
		padding-bottom: 5px;
	}
}


#hnavi {
	padding: 20px 0;
}
#hnavi ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
#hnavi ul li {
	margin-left: 20px;
}
#hnavi ul li:before {
	content: "-";
	display: inline-block;
	margin-right: 5px;
}
#hnavi ul li a {
	font-size: .8125em;
	text-decoration: underline;
}

#head #tbl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	padding: 10px 20px;
    width: 100%;
	background-color: #fff;
	border-radius: 7px;
}
#head #tbl #hlogo {
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%;
}
#head #tbl #hlogo a {
	display: block;
}
#head #tbl #hlogo img {
	width: 220px;
    transition: ease-in-out .3s;
}
#head #tbl #hlogo img:hover {
    opacity: 0.70;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -ms-filter: "alpha(opacity=70)";
}

#gnavi {
	-webkit-flex: 0 0 48%;
	flex: 0 0 48%;
}
#gnavi ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#gnavi ul li {
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%;
	border-left: 1px dashed #999;
}
#gnavi ul li:nth-child(1) {
	border-left: 0;
}
#gnavi ul li a {
	position: relative;
	display: block;
	font-size: .875em;
    transition: ease-in-out .3s;
}
#gnavi ul li a:hover {
    opacity: 0.70;
    filter: alpha(opacity=70);
    -moz-opacity: 0.70;
    -ms-filter: "alpha(opacity=70)";
}
#gnavi ul li span {
	display: block;
	text-align: center;
}
#gnavi ul li span:nth-child(2) {
	margin-top: 5px;
}
#gnavi ul li span.fs-client-cart-count {
	position: absolute;
	right: 15%;
	top: 0;
	display: inline-block;
	padding: 1px 0 0 1px;
	width: 20px;
	height: 20px;
	background-color: #22418F;
	border-radius: 20px;
	font-size: 12px;
	color: #fff;
}

#head #tbl #hsearch {
	-webkit-flex: 0 0 23%;
	flex: 0 0 23%;
}
#head #tbl #hsearch .text {
	padding: 5px;
	text-align: center;
	line-height: 1.2;
	background-color: #2E5C92;
	font-weight: bold;
	font-size: .7em;
	color: #fff;
}

#head #sp-nav {
    display: none;
}
@media screen and (max-width: 767px) {
	#head {
		padding-bottom: 0;
		background-image: none;
	}
    #head .inner {
		padding: 0;
	}
	#head #tbl {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		padding: 20px 10px;
		width: 100%;
		height: auto;
		background-color: #fff;
		border-radius: 0;
	}
	#head #tbl #hlogo {
		-webkit-flex: 0 0 47%;
		flex: 0 0 47%;
		padding-left: 10px;
	}
	#head #tbl #hlogo img {
		width: 150px;
	}
	#head #tbl #hsearch {
		-webkit-flex: 0 0 47%;
		flex: 0 0 47%;
	}
	#head #tbl #hsearch .text {
		padding: 0;
		background-color: transparent;
	}

    #head #sp-nav {
        display: block;
        position: fixed;
        top: 0;
        left: 0px;
        bottom: 0;
        z-index: 999;
        width: 100%;
        background-color: rgba(255, 255, 255, .95);
        padding-top: 3px;
        margin-left: -100%;
        transition: ease-in-out .4s;
        box-sizing: border-box;
        -webkit-overflow-scrolling: touch;
        overflow: auto;
        padding-bottom: 120px;
    }
    #head #sp-nav.active {
        margin-left: 0px;
    }
	#head #sp-nav > nav {
		padding: 0 10px;
	}
	#head #sp-nav nav.adult {
		background-color: #EB5514;
	}
    #head #menu-img {
        position: fixed;
        top: 32px;
        right: 11px;
        z-index: 9999999999;
        cursor: pointer;
        display: block;
    }
    #head #menu-btn {
        position: fixed;
        top: 80px;
        right: 10px;
        z-index: 9999999999;
        cursor: pointer;
        display: block;
    }
    #head #menu-btn .sub-txt {
		margin-top: 2px;
        font-size: 75%;
        text-align: center;
        line-height: 1;
        color: #2E5C92;
    }
    #head #sp-nav li {
        display: block;
    }
    #head #sp-nav li .op-box a {
        color: #2E5C92;
        text-decoration: none;
        font-weight: 500;
        padding-left: 25px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: block;
        border-top: 1px #2E5C92 solid;
        font-size: 95%;
    }
    #head #sp-nav li .op-box a span {
        color: #2E5C92;
        font-size: 70%;
        font-weight: normal;
        margin-left: 9px;
    }
    #head #sp-nav .btn,
	#head #sp-nav ul > li > a {
        color: #2E5C92;
        text-decoration: none;
		font-weight: bold;
		font-size: .875em;
        cursor: pointer;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px #2E5C92 solid;
        position: relative;
        display: block;
	}
	#head #sp-nav ul > li:nth-child(1) > a {
        border-top: 1px #2E5C92 solid;
	}
    #head #sp-nav .btn.no-arrow:after {
        display: none;
    }
    #head #sp-nav .btn:after,
	#head #sp-nav ul > li > a:after {
        content: "";
        position: absolute;
        right: 10px;
        top: 50%;
		display: block;
		margin-top: -5px;
		width: 10px;
		height: 10px;
		border-top: 2px solid #2E5C92;
		border-right: 2px solid #2E5C92;
		transform: rotate(45deg);
    }
    #head #sp-nav .btn span,
	#head #sp-nav ul > li > a span {
        color: #2E5C92;
        font-size: 70%;
        font-weight: normal;
        margin-left: 10px;
    }
    #head #sp-nav .op-box {
        display: none;
        background-color: #FDEEE7;
    }
    #head #sp-nav .stitle {
		padding: 7px 0;
		text-align: center;
		background-color: #000;
		font-weight: bold;
		font-size: 1.125em;
		color: #fff;
	}
	#head .btn_close {
		padding: 10px 10px 20px;
		text-align: right;
		font-size: 2.25em;
		color: #2E5C92;
	}
	#head .btn_close img {
		vertical-align: text-bottom;
	}
    .accordion_icon,
	.accordion_icon span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .accordion_icon {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 10px;
        margin-top: -7px;
        top: 50%;
        vertical-align: middle;
    }
    .accordion_icon span {
        position: absolute;
        left: 6px;
        width: 50%;
        height: 2px;
        background-color: #2E5C92;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -ms-border-radius: 4px;
        -moz-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .accordion_icon span:nth-of-type(1) {
        top: 5px;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    .accordion_icon span:nth-of-type(2) {
        top: 5px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
    }
    .accordion_icon.active span:nth-of-type(1) {
        display: none;
    }
    .accordion_icon.active span:nth-of-type(2) {
        top: 5px;
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }
    .menu-trigger,
	.menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        position: relative;
        width: 24px;
		height: 19px;
    }
    .menu-trigger span {
        position: absolute;
        left: 6px;
        width: 100%;
        height: 3px;
        background-color: #2E5C92;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 8px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
	}
	
	#gnavi {
		padding: 5px 0 17px;
	}
	#gnavi li {
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		margin-top: 15px;
	}
	#gnavi a {
		display: block;
		padding: 2px 0 2px 10px;
		text-align: left;
		line-height: 1;
		letter-spacing: 0;
		font-weight: bold;
		font-size: 100%;
		text-decoration: none;
	}
}
@media screen and (max-width:480px) {
	#head .htop {
		padding: 5px;
		font-size: .75em;
	}
    #head #tbl .hlogo {
		text-align: center;
	}
    #head #sp-nav {
        top: 0;
        box-sizing: border-box;
        webkit-overflow-scrolling: touch;
        overflow-y: auto;
		overflow-x: hidden;
	}
    #head.fixed #sp-nav {
        top: 77px;
	}
    #head #menu-img {
        position: fixed;
        top: 29px;
        right: 11px;
        z-index: 99999999;
	}
	#head.fixed #menu-img {
		display: none;
	}
    #head #menu-btn {
        position: fixed;
        top: 10px;
        right: 15px;
        z-index: 99999999;
    }
    #head.fixed #menu-btn {
        top: 33px;
	}
    #head #menu-btn .sub-txt {
		margin-top: 6px;
    }
    #head.fixed #menu-btn .sub-txt {
		margin-top: 0;
    }
    .menu-trigger {
        width: 24px;
		height: 19px;
    }
    .menu-trigger span {
        height: 3px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 8px;
    }
    .active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(8px) rotate(-45deg);
        transform: translateY(8px) rotate(-45deg);
    }
    .active .menu-trigger span:nth-of-type(2) {
        opacity: 0;
    }
    .active .menu-trigger span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
}

#sp_menu {
	display: none;
}
@media screen and (max-width: 767px) {
	#sp_menu {
		display: -webkit-flex;
		display: flex;
	}
	#sp_menu #menu-btn {
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	#sp_menu #menu-btn a {
		display: flex;
		align-items: center;
		padding: 15px 30px;
		width: 100%;
		height: 56px;
		background-color: #22418F;
		font-size: 1em;
		color: #fff;
	}
	#sp_menu #menu-btn a img {
		margin-right: 20px;
	}
	#sp_menu #login-btn {
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	#sp_menu #login-btn a {
		display: flex;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 0;
		width: 100%;
		height: 56px;
		text-align: center;
		background-color: #218FCB;
		border-right: 1px solid #fff;
		font-size: 1em;
		color: #fff;
	}
	#sp_menu #login-btn .txt {
		flex: 0 0 100%;
		margin-top: 2px;
		font-size: 10px;
	}
	#sp_menu #cart-btn {
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	#sp_menu #cart-btn a {
		position: relative;
		display: flex;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
		padding: 3px 0 0 0;
		width: 100%;
		height: 56px;
		text-align: center;
		background-color: #218FCB;
		font-size: 1em;
		color: #fff;
	}
	#sp_menu #cart-btn .txt {
		flex: 0 0 100%;
		font-size: 10px;
	}
	#sp_menu #cart-btn span.fs-client-cart-count {
		position: absolute;
		right: 15%;
		top: 8px;
		display: inline-block;
		padding: 1px 0 0 1px;
		width: 20px;
		height: 20px;
		background-color: #22418F;
		border-radius: 20px;
		font-size: 12px;
		color: #fff;
	}
}

body > article {
	padding: 10px 0 100px;
}
@media screen and (max-width:767px) {
}

ul.fs-p-dateList {
	margin: 0 auto;
	padding: 30px 0 20px 170px;
	max-width: 1000px;
	width: 100%;
	min-height: 185px;
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/news_title.svg) no-repeat 60px center;
	color: #fff;
}
ul.fs-p-dateList li {
	padding: 10px 0;
}
ul.fs-p-dateList li a {
	color: #fff;
}
@media screen and (max-width: 767px) {
	ul.fs-p-dateList {
		margin: 0 auto;
		padding: 20px 10px 10px 90px;
		max-width: 100%;
		background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/news_title.svg) no-repeat left center;
	}
	ul.fs-p-dateList li {
		padding: 5px 0;
	}
}

#footer {
	margin-top: 50px;
	padding-bottom: 50px;
	background-color: #fff;
    transition: ease-in-out .3s;
}
#footer .top #fnavi {
	padding: 20px 0;
	background-color: #2791C1;
}
#footer .top #fnavi ul {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
}
#footer .top #fnavi li {
	margin: 0 15px;
}
#footer .top #fnavi li:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
}
#footer .top li a {
	font-size: .875em;
	color: #fff;
}

#footer .bottom {
	margin-top: 40px;
	text-align: center;
}
#footer .bottom #flogo img {
	width: 220px;
}
#footer .bottom .copyright {
	margin-top: 30px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-size: .75em;
}
.pagetop {
	/* display: none; */
	position: fixed;
	right: 0;
	bottom: 50px;
}
@media screen and (max-width:767px) {
	#footer {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#footer .top {
		padding: 15px 0 5px;
	}
	#footer .top .inner {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 100%;
	}
	#footer .top ul {
		flex: 0 0 100%;
	}
	#footer .top li:before {
		margin-right: 7px;
		font-size: .875em;
	}
	#footer .top li a {
		font-size: .875em;
	}
	#footer .bottom {
		margin-top: 0;
	}
	#flogo img {
		width: 120px;
	}
	#footer .bottom .copyright {
		margin-top: 15px;
		font-size: .625em;
	}
	#footer .bottom #flogo img {
		width: 150px;
	}
	.pagetop {
		right: 0;
		bottom: 20px;
	}
	.pagetop img {
		width: 30px;
		height: auto;
	}
}

.fs-l-main {
	margin: 0 auto;
	max-width: 865px;
}
body#fs_Top .fs-l-main {
	max-width: 100%;
}
@media screen and (max-width:767px) {
	.fs-l-main {
		padding: 0 15px;
		max-width: 100%;
	}
}

.fs-c-breadcrumb {
	margin-top: 45px;
}
.fs-c-breadcrumb__list {
	margin: 0 auto;
	max-width: 865px;
}
.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem {
	position: relative;
	padding-left: 30px;
	font-size: .75em;
}
.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:first-child {
	margin-left: 0;
	padding-left: 0;
}
.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:last-child {
	margin-left: 30px;
	padding: 7px 20px;
	background-color: #fff;
	border-radius: 2px;
	font-size: .75em;
}
.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a {
	padding: 10px 20px;
	background-color: #22418F;
	border-radius: 2px;
	font-size: .75em;
	color: #fff;
}
.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:before {
	position: absolute;
	left: 12px;
	top: -2px;
}
.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:last-child:before {
	position: absolute;
	left: -19px;
	top: 6px;
}
@media screen and (max-width:767px) {
	.fs-c-breadcrumb {
		margin-top: 10px;
	}
	.fs-c-breadcrumb__list {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem {
		margin-bottom: 5px;
	}
	.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem a {
		display: inline-block;
		padding: 5px 10px;
		font-size: .75em;
	}
	.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:before {
		top: 5px;
	}
	.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:last-child {
		padding-top: 5px;
	}
	.fs-c-breadcrumb__list .fs-c-breadcrumb__listItem:last-child:before {
		left: -19px;
		top: 4px;
	}
}

.fs-c-productList .fs-c-productName__copy {
	display: none;
}
.fs-c-productList .fs-c-productListItem__viewMoreImageButton {
	display: none;
}
/* .fs-c-productList .fs-c-productListItem__prices {
	display: none;
} */
.fs-c-productList .fs-c-productListItem__control {
	display: none;
}
.fs-c-productList .fs-c-productListItem__productName {
	margin-top: 30px;
}
@media screen and (max-width:767px) {
	.fs-c-productList .fs-c-productListItem__productName {
		margin-top: 10px;
	}
}

.fs-c-sortItems__list {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.fs-c-sortItems__label {
	display: none;
}
.fs-c-sortItems__list .fs-c-sortItems__list__item {
	margin-left: 15px;
	padding: 10px 20px;
	background-color: #fff;
	border-radius: 2px;
	font-size: .9375em;
}
.fs-c-sortItems__list .fs-c-sortItems__list__item.is-active {
	background-color: #4690BC;
	color: #fff;
}
.fs-c-listControl {
	margin-top: 10px;
}
.fs-c-listControl .fs-c-listControl__status {
	text-align: right;
	font-size: .9375em;
}
@media screen and (max-width:767px) {
	.fs-c-sortItems__list {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.fs-c-sortItems__list .fs-c-sortItems__list__item {
		flex: 0 0 31%;
		margin-left: 0;
		padding: 10px;
		text-align: center;
		font-size: .8125em;
	}
	.fs-c-listControl .fs-c-listControl__status {
		text-align: left;
		font-size: .8125em;
	}
}

.fs-c-productList__list,
.fs-c-subgroupList {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: .875em;
}
.fs-c-productList__list a,
.fs-c-subgroupList a {
	font-weight: bold;
	font-size: 1.15em;
}
.fs-c-productList__list__item,
.fs-c-subgroupList__item {
	-webkit-flex: 0 0 31.8%;
	flex: 0 0 31.8%;
	margin-left: 2.2%;
	margin-top: 20px;
	padding: 20px 12px;
	background-color: #fff;
	border-radius: 0 0 7px 7px;
}
.fs-c-productList__list__item:nth-child(3n+1),
.fs-c-subgroupList__item:nth-child(3n+1) {
	margin-left: 0;
}
@media screen and (max-width:767px) {
	.fs-c-productList__list__item,
	.fs-c-subgroupList__item {
		-webkit-flex: 0 0 48%;
		flex: 0 0 48%;
		margin-left: 4%;
		margin-top: 20px;
		padding: 10px;
	}
	.fs-c-productList__list__item:nth-child(3n+1),
	.fs-c-subgroupList__item:nth-child(3n+1) {
		margin-left: 4%;
	}
	.fs-c-productList__list__item:nth-child(2n+1),
	.fs-c-subgroupList__item:nth-child(2n+1) {
		margin-left: 0;
	}
}

.fs-l-productLayout {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fs-l-productLayout .waku_cl {
	-webkit-flex: 0 0 48%;
	flex: 0 0 48%;
}
.fs-l-productLayout .fs-c-productCarouselMainImage {
	padding: 20px;
	text-align: center;
	background-color: #fff;
}
.fs-l-productLayout .fs-c-productCarouselMainImage .fs-c-productCarouselMainImage__expandButton {
	display: block;
	margin: 0 auto;
}
.fs-l-productLayout .waku_cr {
	-webkit-flex: 0 0 45%;
	flex: 0 0 45%;
}
.fs-c-detail_top {
	display: -webkit-flex;
	display: flex;
}
.fs-c-detail_center {
	margin-top: 10px;
}
.fs-c-detail_center dl {
	display: -webkit-flex;
	display: flex;
	margin-top: 8px;
}
.fs-c-detail_center dt {
	-webkit-flex: 0 0 130px;
	flex: 0 0 130px;
	display: inline-block;
	padding: 4px 12px;
	min-width: 130px;
	text-align: center;
	letter-spacing: 1px;
	background-color: #fff;
	border-radius: 2px;
	font-size: .9375em;
}
.fs-c-detail_center dd {
	display: inline-block;
	padding: 4px 12px;
	letter-spacing: 1px;
	font-size: .9375em;
}
.fs-c-productNumber {
	display: inline-block;
	padding: 4px 12px;
	letter-spacing: 1px;
	background-color: #fff;
	border-radius: 2px;
	font-size: .6875em;
}
.fs-c-productCool {
	display: inline-block;
	margin-top: 10px;
	padding: 4px 12px;
	letter-spacing: 1px;
	background-color: #2598C2;
	border-radius: 2px;
	font-size: .8125em;
	color: #fff;
}
.fs-c-productPrices--productDetail {
	margin-bottom: 20px;
}
.fs-c-productNameHeading {
	margin-bottom: 25px;
	padding-bottom: 25px;
	line-height: 1.4;
	border-bottom: 2px solid #fff;
	font-weight: normal;
	font-size: 1.2525em;
}
.fs-c-productMainImage__expandButton {
	display: none;
}
.fs-c-productPrice__main__label {
	display: block;
	font-size: .75em;
}
.fs-c-price {
	display: inline-block;
	line-height: 1.4;
}
#fs_ProductDetails .fs-c-price__value {
	font-weight: bold;
	font-size: 1.875em;
}
.fs-c-productActionButton {
	margin-top: 20px;
}
.fs-c-productQuantityAndWishlist {
	margin-top: 20px;
	padding-top: 30px;
	border-top: 2px solid #fff;
}
.fs-c-productQuantityAndWishlist__quantity {
	margin-top: 20px;
}
.fs-c-quantity__select {
	padding: 8px 15px;
	background-color: #fff;
}
.fs-c-productActionButton button {
	display: block;
	padding: 20px;
	width: 100%;
	text-align: center;
	background: #22418F url(https://osakisuisan.itembox.design/item/assets/images/common/icon_cart.svg) no-repeat 85% center;
	font-size: 1em;
	color: #fff;
}
.fs-c-productThumbnail {
	margin-top: 10px;
}
.fs-c-productThumbnail__image {
	margin: 0;
	padding: 4px;
	background-color: #fff;
}
.fs-c-productThumbnail__image:hover {
	cursor: pointer;
}
.fs-c-inquiryAboutProduct {
	display: inline-block;
	margin-left: 5px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #eee;
}
.fs-c-inquiryAboutProduct button {
	display: block;
	padding: 10px;
	font-size: .875em;
}
.fs-c-inquiryAboutProduct button:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 9px;
	height: 9px;
	vertical-align: baseline;
	border-top: 2px solid #22418F;
	border-right: 2px solid #22418F;
	transform: rotate(45deg);
}
.exbtn_blk {
	display: inline-block;
	margin-top: 20px;
}
.exbtn_blk .fs-c-inquiryAboutProduct {
	display: block;
}
.exbtn_blk .exbtn {
	margin-left: 5px;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #eee;
}
.exbtn_blk .exbtn:nth-child(1) {
	margin-left: 0;
}
.exbtn_blk .exbtn a,
.exbtn_blk .exbtn button {
	display: block;
	padding: 10px;
	font-size: .875em;
}
.exbtn_blk .exbtn a:before,
.exbtn_blk .exbtn button:before {
	content: "";
	display: inline-block;
	margin-right: 10px;
	width: 9px;
	height: 9px;
	vertical-align: baseline;
	border-top: 2px solid #22418F;
	border-right: 2px solid #22418F;
	transform: rotate(45deg);
}
.exinfo_blk {
	position: relative;
	margin-top: 30px;
	padding: 25px 10px 50px;
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}
.exinfo_blk:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	display: block;
	width: 100%;
	border-top: 1px solid #111;
}
.exinfo_blk:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 3px;
	display: block;
	width: 100%;
	border-top: 1px solid #111;
}
.exinfo_blk .lead {
	font-size: .9375em;
}
.exinfo_blk .lead a {
	color: #22418F;
	text-decoration: underline;
}
.exinfo_blk .title {
	margin-top: 10px;
	font-size: .9375em;
}
.exinfo_blk .body {
	margin-top: 10px;
	padding: 0 15px;
	font-size: .9375em;
}
button.fs-c-button--particular {
	display: block;
	padding: 10px 20px 10px 40px;
	text-align: center;
	background: #fff url(https://osakisuisan.itembox.design/item/assets/images/common/icon_okiniiri.svg) no-repeat 15px center;
	border-radius: 3px;
	border: 1px solid #eee;
	font-size: .875em;
}
.fs-c-productReview__addReview a {
	display: block;
	padding: 10px 20px 10px 40px !important;
	text-align: center;
	background: #fff url(https://osakisuisan.itembox.design/item/assets/images/common/icon_review.svg) no-repeat 15px center;
	border-radius: 3px;
	border: 1px solid #eee;
	font-size: .875em;
}
@media screen and (max-width:767px) {
	.fs-l-productLayout .waku_cl {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.fs-l-productLayout .waku_cr {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 10px;
	}
	.fs-c-productNameHeading {
		font-size: 1.25em;
	}
	.fs-c-productPrices--productDetail .fs-c-price {
		margin-top: 10px;
	}
	.exbtn_blk {
		margin-top: 10px;
	}
	.exbtn_blk .exbtn {
		flex: 0 0 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.exbtn_blk .exbtn:nth-child(2) {
		background-color: transparent;
	}
	.fs-c-productReview {
		margin-top: 20px;
	}
}

.fs-p-searchForm {
	margin: 50px auto;
	padding: 20px;
	max-width: 545px;
	width: 100%;
	background-color: #fff;
}
.fs-p-searchForm dl {
	display: -webkit-flex;
	display: flex;
	margin-bottom: 10px;
}
.fs-p-searchForm dl dt {
	-webkit-flex: 0 0 150px;
	flex: 0 0 150px;
}
.fs-p-searchForm dl dd {
	-webkit-flex: 1;
	flex: 1;
}
.fs-p-searchForm dl dd input[type="text"] {
	width: 100%;
	background-color: #F4F4F4;
}
.fs-c-checkbox {
	margin-right: 3px;
	font-size: .875em;
}
.search_btn {
	margin-top: 10px;
	text-align: center;
}
.search_btn button[type="submit"] {
	padding: 4px 40px;
	text-align: center;
	background-color: #111;
	font-size: .875em;
	color: #fff;
}
@media screen and (max-width:767px) {
	.fs-p-searchForm dl dt {
		-webkit-flex: 0 0 120px;
		flex: 0 0 120px;
	}
}

.fs-c-productListCarousel {
	margin-top: 40px;
}
.slick-track .slick-slide {
	margin: 0 10px;
}

.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
@media screen and (max-width:767px) {
	.mt50 {
		margin-top: 25px;
	}
	.mt60 {
		margin-top: 30px;
	}
	.mt70 {
		margin-top: 35px;
	}
	.mt80 {
		margin-top: 40px;
	}
	.mt90 {
		margin-top: 45px;
	}
	.mt100 {
		margin-top: 50px;
	}
}

.ptitle {
	position: relative;
	display: -webkit-flex;
	display: flex;
	text-align: center;
}
.ptitle span {
	display: inline-block;
	padding: 0 30px;
	font-weight: bold;
	font-size: 1.25em;
}
.ptitle:before {
	content: "";
	display: inline-block;
	width: 50%;
	height: 40px;
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/ptitle_bg.svg) repeat-x left center;
}
.ptitle:after {
	content: "";
	display: inline-block;
	width: 50%;
	height: 40px;
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/ptitle_bg.svg) repeat-x right center;
}
@media screen and (max-width:767px) {
	.ptitle span {
		padding: 0 20px;
	}
	.ptitle:before {
		width: 40%;
		height: 34px;
		background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/ptitle_bg.svg) repeat-x left center;
	}
	.ptitle:after {
		width: 40%;
		height: 34px;
		background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/ptitle_bg.svg) repeat-x right center;
	}
}
.ptitle2 {
	position: relative;
	display: -webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	display: flex;
	text-align: center;
	margin-bottom: 30px;
	padding-top: 5px;
}
.ptitle2.mt {
	margin-top: 50px;
}
.ptitle2.mt10 {
	margin-top: 20px;
}
.ptitle2 .pin {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-content: center;
	align-content: center;
	padding: 0 40px;
	min-width: 200px;
}
#fs_PrivacyPolicy .ptitle2 .pin {
	min-width: 400px;
}
#fs_AboutTerms .ptitle2 .pin {
	min-width: 450px;
}
#fs_AboutTerms .ptitle2 .pin {
	padding-top: 10px;
}
.ptitle2 .pin span {
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	display: block;
	margin-bottom: 14px;
	line-height: 1;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 1.15em;
}
.ptitle2.ex .pin span {
	margin-bottom: 21px;
}
.ptitle2:before {
	content: "";
	display: inline-block;
	width: 50%;
	height: 60px;
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/ptitle_bg.svg) repeat-x left 36px;
}
#fs_PrivacyPolicy .ptitle2:before {
	width: 40%;
}
#fs_CustomPage .ptitle2:before {
	width: 40%;
}
#fs_ShoppingCart .ptitle2:before,
#fs_ShoppingCartLogin .ptitle2:before {
	width: 40%;
}
.ptitle2:after {
	content: "";
	display: inline-block;
	width: 50%;
	height: 60px;
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/ptitle_bg.svg) repeat-x right 36px;
}
#fs_PrivacyPolicy .ptitle2:after,
#fs_PrivacyPolicy .ptitle2:after {
	width: 40%;
}
#fs_CustomPage .ptitle2:after {
	width: 40%;
}
#fs_ShoppingCart .ptitle2:after,
#fs_ShoppingCartLogin .ptitle2:after {
	width: 40%;
}
.ptitle2.wide:before,
.ptitle2.wide:after {
	width: 50% !important;
	background-position-y: 25px;
}
@media screen and (max-width:767px) {
	.ptitle2 {
		margin-bottom: 20px;
	}
	.ptitle2.mt {
		margin-top: 30px;
	}
	.ptitle2 .pin {
		padding: 0 10px;
		min-width: 190px;
	}
	#fs_PrivacyPolicy .ptitle2 .pin {
		min-width: 190px;
	}
	#fs_AboutTerms .ptitle2 .pin {
		min-width: 320px;
	}
	.ptitle2 .pin span {
		display: block;
		margin-bottom: 7px;
		line-height: 1;
		letter-spacing: 2px;
		font-weight: bold;
		font-size: 1em;
	}
	.ptitle2.ex .pin span {
		margin-bottom: 19px;
	}
	#fs_CustomPage .ptitle2 .pin span {
		padding-top: 0;
	}
	#fs_PrivacyPolicy .ptitle2:before {
		width: 12%;
	}
	#fs_PrivacyPolicy .ptitle2:after {
		width: 12%;
	}
	#fs_Top .ptitle2:before {
		width: 30%;
	}
	#fs_Top .ptitle2:after {
		width: 30%;
	}
	.ptitle2:before {
		background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/ptitle_bg.svg) repeat-x left 31px;
	}
	.ptitle2:after {
		background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/ptitle_bg.svg) repeat-x right 31px;
	}
	#fs_CustomPage .ptitle2:before {
		width: 40%;
	}
	#fs_CustomPage .ptitle2:after {
		width: 40%;
	}
	#fs_ShoppingCart .ptitle2:before {
		width: 23%;
	}
	#fs_ShoppingCart .ptitle2:after {
		width: 23%;
	}
}

#about_blk {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin-top: 30px;
}
#about_blk .list {
	-webkit-flex: 0 0 420px;
	flex: 0 0 420px;
	margin: 0 10px;
	max-width: 420px;
}
#about_blk .list .title {
	margin-top: 10px;
	font-weight: bold;
}
@media screen and (max-width:767px) {
	#about_blk {
		flex-wrap: wrap;
		margin-top: 0;
		padding: 0 15px;
	}
	#about_blk .list {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin: 20px 0 0 0;
		max-width: 100%;
	}
	#about_blk .list .title {
		margin-top: 10px;
	}
}

.ex_link {
	margin-top: 70px;
	text-align: center;
}
.ex_link.more {
	margin-top: 10px;
}
.ex_link a {
	display: block;
	margin: 0 auto;
	padding: 18px;
	max-width: 400px;
	text-align: center;
	background-color: #22418F;
	border-radius: 2px;
	font-size: 1em;
	color: #fff;
}
@media screen and (max-width:767px) {
	.ex_link {
		margin-top: 50px;
	}
	.ex_link.more {
		margin-top: 10px;
		padding: 0 10px;
	}
}
.fs-c-button--primary,
.fs-c-button--secondary {
	display: block;
	margin: 0 auto;
	padding: 16px;
	max-width: 400px;
	width: 100%;
	text-align: center;
	background-color: #22418F;
	border-radius: 2px;
	/* font-size: .875em; */
	color: #fff;
}
.fs-c-button--standard {
	display: block;
	margin: 10px auto 0;
	padding: 16px;
	max-width: 400px;
	width: 100%;
	text-align: center;
	background-color: #22418F;
	border-radius: 2px;
	font-size: .875em;
	color: #fff;
}
#fs_ShoppingCart .fs-c-button--standard {
	margin-top: 50px;
}

.fs-c-productListCarousel__list__item {
	background-color: #fff;
}
.fs-c-productListItem__prices {
	padding: 15px 20px;
	background-color: #fff;
	font-size: 1.15em;
}
.fs-c-productList__list .fs-c-productListItem__prices {
	padding: 10px 0;
}
.fs-c-productList__list .fs-c-productPrice__main__label {
	display: none;
}
.fs-c-productListItem__control {
	padding: 0 20px 15px 20px;
	background-color: #fff;
}

#hsearch .search {
	margin-bottom: 7px;
	padding: 0 15px;
}
#hsearch .search .in_blk {
	padding: 2px 10px;
	background-color: #F4F4F4;
	border-radius: 35px;
}
#hsearch .search .in_blk input[type="text"] {
	width: 85%;
	border: none;
}
#hsearch .search .in_blk button img {
	vertical-align: baseline;
}
@media screen and (max-width:767px) {
	#hsearch .search {
		display: none;
	}
}

h1.fs-c-productNameHeading {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	margin-top: 0;
}
.fs-c-productNameHeading__name {
	margin-top: 20px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.2525em;
}
.fs-c-productNameHeading__name2 {
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.2525em;
}
.fs-c-productNameHeading__copy {
	margin-top: 15px;
	font-size: 1em;
}
span.fs-c-productNameHeading__name {
	display: none;
}
@media screen and (max-width:767px) {
	.fs-c-productNameHeading__name {
		font-size: 1.25em;
	}
	.fs-c-productNameHeading__name2 {
		font-size: 1.25em;
	}
	.fs-c-productNameHeading__copy {
		margin-top: 20px;
		font-size: .875em;
	}
}

#fs_ProductDetails .fs-c-slick .slick-slide {
	/* max-width: 242px; */
}
.fs-c-productMainImage {
	cursor: pointer;
}
.fs-c-productListCarousel__list .slick-slide {
	max-width: 350px;
}
.fs-c-productListCarousel__list .fs-c-productListItem__productName {
	padding: 0 20px;
}
.fs-c-productListCarousel__list .fs-c-productName__name {
	display: block;
	font-weight: bold;
	font-size: 1.125em;
}
@media screen and (max-width:767px) {
	.fs-c-productListCarousel__list .slick-slide {
		max-width: 100%;
	}
	.fs-c-productListCarousel__list .fs-c-productListItem__productName {
		padding: 0 10px;
	}
	.fs-c-productListCarousel__list .fs-c-productName__name {
		font-size: 1em;
	}
}

.fs-body-category-items .fs-c-listControl {
	display: none;
}

.fs-pt-carousel {
	margin-top: 50px;
}
@media screen and (max-width:767px) {
	.fs-pt-carousel {
		margin-top: 25px;
	}
}

.fs-c-slick .fs-c-button--carousel--prev .fs-c-button__label:before {
	content: "";
}
.fs-c-slick .fs-c-button--carousel--next .fs-c-button__label:before {
	content: "";
}

.fs-c-slick .fs-c-button--carousel--prev .fs-c-button__label,
.fs-c-slick .fs-c-button--carousel--next .fs-c-button__label {
  position: absolute;
  z-index: 9999;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  background: rgba(30, 30, 30, 0.3);
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.fs-c-slick .fs-c-button--carousel--prev .fs-c-button__label {
	transform: rotate(180deg);
}

.fs-c-slick .fs-c-button--carousel--prev:hover, .fs-c-slick .fs-c-button--carousel--prev:focus,
.fs-c-slick .fs-c-button--carousel--next:hover,
.fs-c-slick .fs-c-button--carousel--next:focus {
  outline: none;
  color: transparent;
}

.fs-c-slick .fs-c-button--carousel--prev:hover:before, .fs-c-slick .fs-c-button--carousel--prev:focus:before,
.fs-c-slick .fs-c-button--carousel--next:hover:before,
.fs-c-slick .fs-c-button--carousel--next:focus:before {
  opacity: 1;
}

.fs-c-slick .fs-c-button--carousel--prev .fs-c-button__label:before,
.fs-c-slick .fs-c-button--carousel--next .fs-c-button__label:before {
  cursor: pointer;
  font-family: "fs-icon";
  color: white;
  font-size: 2.5em;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.reccomend_blk {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px dashed #000;
}
.reccomend_blk .title {
	font-size: 1.25em;
}

.OTHER {
	margin-top: 60px;
}
.pmidashi {
	font-size: 1.25em;
}
@media screen and (max-width:767px) {
	.OTHER {
		margin-top: 30px;
	}
	.pmidashi {
		font-size: 16px;
	}
}

.fs-body-custom .fs-l-main {
	max-width: 100%;
}
.fs-body-custom #COMPANY .inner {
	max-width: 865px;
}
.fs-body-custom #footer {
	margin-top: 0;
}

#COMPANY .main_img {
	margin-top: 40px;
	text-align: center;
}
@media screen and (max-width:767px) {
	#COMPANY .main_img {
		margin-top: 20px;
	}
}
.table {
	margin-top: 40px;
	letter-spacing: 1px;
	font-size: .875em;
}
.table dl {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.table dl dt {
	flex: 0 0 18%;
	padding: 20px 15px;
	text-align: center;
	border-bottom: 1px solid #111;
}
.table dl:nth-child(1) dt {
	border-top: 1px solid #111;
}
.table dl:nth-child(even) dt {
	background-color: rgba(0, 0, 0, .03);
}
#GUIDE .table dl:nth-child(even) dt {
	background-color: transparent;
}
.table dl dd {
	flex: 0 0 80%;
	padding: 20px 10px;
	border-bottom: 1px solid #111;
}
.table dl:nth-child(1) dd {
	border-top: 1px solid #111;
}
.table dl:nth-child(even) dd {
	background-color: rgba(0, 0, 0, .03);
}
#GUIDE .table dl:nth-child(even) dd {
	background-color: transparent;
}
@media screen and (max-width:767px) {
	.table {
		margin-top: 30px;
		font-size: .75em;
	}
	.table dl dt {
		flex: 0 0 24%;
		padding: 10px;
	}
	.table dl dd {
		flex: 0 0 74%;
		padding: 10px;
	}
}


#COMPANY #sec2 {
	margin-top: 65px;
	padding: 60px 0;
	background-color: #8AB5D4;
}
#COMPANY #sec2 .rows {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#COMPANY #sec2 .rows .cl {
	-webkit-flex: 1;
	flex: 1;
	padding-right: 30px;
}
#COMPANY #sec2 .rows .cl .lead {
	margin-top: 25px;
	line-height: 1.5;
	font-size: 1.75em;
}
#COMPANY #sec2 .rows .cl .text {
	margin-top: 15px;
	line-height: 2;
	font-size: 1em;
}
#COMPANY #sec2 .rows .cr {
	-webkit-flex: 0 0 296px;
	flex: 0 0 296px;
}
#COMPANY #sec2 .rows .cr .img img {
	border-radius: 7px;
}
#COMPANY #sec2 .rows .cr .pos {
	margin-top: 20px;
	font-size: .75em;
}
#COMPANY #sec2 .rows .cr .name {
	margin-top: 2px;
	font-size: 1em;
}
@media screen and (max-width:767px) {
	#COMPANY #sec2 {
		margin-top: 50px;
		padding: 30px 10px;
	}
	#COMPANY #sec2 .rows {
		flex-wrap: wrap;
	}
	#COMPANY #sec2 .rows .cl {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		padding-right: 0;
	}
	#COMPANY #sec2 .rows .cl .lead {
		margin-top: 35px;
		line-height: 1.5;
		font-size: 1.375em;
	}
	#COMPANY #sec2 .rows .cl .text {
		margin-top: 20px;
		line-height: 2;
		font-size: .875em;
	}
	#COMPANY #sec2 .rows .cr {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 20px;
	}
	#COMPANY #sec2 .rows .cr .img {
		padding: 0 30px;
		text-align: center;
	}
	#COMPANY #sec2 .rows .cr .img img {
		width: 100%;
	}
	#COMPANY #sec2 .rows .cr .pos {
		margin-top: 15px;
		padding: 0 30px;
		font-size: .75em;
	}
	#COMPANY #sec2 .rows .cr .name {
		margin-top: 2px;
		padding: 0 30px;
		font-size: .875em;
	}
}

#fs_MyPageTop .fs-c-wishlistProduct {
	display: none;
}

.fs-c-accountService {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fs-c-accountService li {
	-webkit-flex: 0 0 124px;
	flex: 0 0 124px;
	margin-left: 20px;
	margin-top: 20px;
}
.fs-c-accountService li:nth-child(6n+1) {
	margin-left: 0;
}
.fs-c-accountService li a {
	display: block;
	padding: 15px 10px;
	text-align: center;
	background-color: #fff;
	border-radius: 3px;
	font-size: .75em;
}
.fs-c-accountService li a:before {
	content: "";
	display: block;
	margin: 0 auto 15px;
	width: 92px;
	height: 92px;
}
.fs-c-accountService li:nth-child(1) a:before {
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/mypage2.svg) no-repeat 0 0;
}
.fs-c-accountService li:nth-child(2) a:before {
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/mypage3.svg) no-repeat 0 0;
}
.fs-c-accountService li:nth-child(3) a:before {
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/mypage4.svg) no-repeat 0 0;
}
.fs-c-accountService li:nth-child(4) a:before {
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/mypage5.svg) no-repeat 0 0;
}
.fs-c-accountService li:nth-child(5) a:before {
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/mypage6.svg) no-repeat 0 0;
}
.fs-c-accountService li:nth-child(6) a:before {
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/mypage7.svg) no-repeat 0 0;
}
.fs-c-accountService li:nth-child(7) a:before {
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/mypage8.svg) no-repeat 0 0;
}
@media screen and (max-width:767px) {
	.fs-c-accountService {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.fs-c-accountService li {
		-webkit-flex: 0 0 47%;
		flex: 0 0 47%;
		margin-left: 6%;
		margin-top: 20px;
	}
	.fs-c-accountService li:nth-child(2n+1) {
		margin-left: 0;
	}
	.fs-c-accountService li a {
		display: block;
		padding: 15px 10px;
		text-align: center;
		background-color: #fff;
		border-radius: 3px;
		font-size: .75em;
	}
	.fs-c-accountService li a:before {
		content: "";
		display: block;
		margin: 0 auto 15px;
		width: 92px;
		height: 92px;
	}
}


#GUIDE {
	margin: 0 auto;
	max-width: 865px;
}
#GUIDE #sec1 .rows {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
}
#GUIDE #sec1 .rows .list {
	-webkit-flex: 0 0 31%;
	flex: 0 0 31%;
	margin-top: 25px;
	padding: 20px;
	max-width: 272px;
	background-color: #fff;
}
#GUIDE #sec1 .rows .list .step {
	display: inline-block;
	padding: 4px 15px 5px;
	line-height: 1.2;
	background-color: #2598C2;
	border-radius: 25px;
	font-size: .75em;
	color: #fff;
}
#GUIDE #sec1 .rows .list .img {
	margin-top: 10px;
}
#GUIDE #sec1 .rows .list .title {
	margin-top: 13px;
	font-size: .875em;
}
#GUIDE #sec1 .rows .list .text {
	margin-top: 10px;
	font-size: .8125em;
}
@media screen and (max-width:767px) {
	#GUIDE #sec1 .rows {
		margin-top: 20px;
	}
	#GUIDE #sec1 .rows .list {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 25px;
		padding: 20px;
		max-width: 100%;
	}
	#GUIDE #sec1 .rows .list .step {
		display: inline-block;
		padding: 4px 15px 5px;
		line-height: 1.2;
		background-color: #2598C2;
		border-radius: 25px;
		font-size: .75em;
		color: #fff;
	}
	#GUIDE #sec1 .rows .list .img {
		margin-top: 10px;
	}
	#GUIDE #sec1 .rows .list .img img {
		width: 100%;
	}
	#GUIDE #sec1 .rows .list .title {
		margin-top: 13px;
		font-size: .875em;
	}
	#GUIDE #sec1 .rows .list .text {
		margin-top: 10px;
		font-size: .8125em;
	}
}
#GUIDE #sec2 .inner {
	margin-top: 65px;
	padding-top: 65px;
	padding-bottom: 70px;
	border-top: 1px dashed #111;
}
#GUIDE #sec2 dl {
	line-height: 2.2;
}
#GUIDE #sec2 dd img {
	margin-top: 20px;
}
#GUIDE #sec2 dd .box {
	margin-top: 20px;
	padding: 10px 15px;
	line-height: 1.8;
	background-color: #fff;
	font-size: .75em;
}



#POLICY .rows .list {
	padding: 30px 0;
	line-height: 2;
	border-bottom: 1px dashed #111;
	font-size: .875em;
}
#POLICY .rows .list .body {
	margin-top: 20px;
}
#POLICY .sign {
	margin-top: 20px;
	text-align: right;
	line-height: 2;
	font-size: .875em;
}
#POLICY #sec2 {
	margin-top: 50px;
}
#POLICY #sec2 .body {
	margin-top: 20px;
	line-height: 2;
	font-size: .875em;
}

.OTHER.NEWS {
	margin-top: 0;
}
#POLICY.NEWS .rows .list {
	padding: 0;
}
#POLICY.NEWS .rows .list a {
	display: -webkit-flex;
	display: flex;
	padding: 20px 0;
}
#POLICY.NEWS .rows .list .body {
	margin-top: 0;
	padding-left: 30px;
}

#fs_MyWishList .fs-c-buttonContainer {
	display: none;
}

#SITEMAP #sec1 {
	padding-bottom: 80px;
}
#SITEMAP #sec1 .inner {
	padding: 50px;
	background-color: #fff;
}
#SITEMAP #sec1 .rows {
	display: -webkit-flex;
	display: flex;
}
#SITEMAP #sec1 .rows.mt {
	margin-top: 50px;
}
#SITEMAP #sec1 .rows .st1 {
	-webkit-flex: 0 0 106px;
	flex: 0 0 106px;
}
#SITEMAP #sec1 .rows li {
	margin-top: 17px;
	padding-left: 25px;
}
#SITEMAP #sec1 .rows li:fist-child {
	margin-top: 0;
}
#SITEMAP #sec1 .rows li a {
	font-size: .8125em;
}
#SITEMAP #sec1 .rows .st1 li:before {
	content: "●";
	margin-right: 5px;
	font-size: .625em;
}
#SITEMAP #sec1 .rows .st2 li:before {
	content: "−";
	margin-right: 8px;
}
#SITEMAP #sec1 .rows .st3 li:before {
	content: "−";
	margin-right: 8px;
}
@media screen and (max-width:767px) {
	#SITEMAP #sec1 {
		padding-bottom: 50px;
	}
	#SITEMAP #sec1 .inner {
		padding: 10px;
	}
	#SITEMAP #sec1 .rows.mt {
		margin-top: 30px;
	}
	#SITEMAP #sec1 .rows .st1 {
		-webkit-flex: 0 0 88px;
		flex: 0 0 88px;
	}
	#SITEMAP #sec1 .rows .st2 {
		-webkit-flex: 1;
		flex: 1;
	}
	#SITEMAP #sec1 .rows li {
		margin-top: 17px;
		padding-left: 15px;
	}
	#SITEMAP #sec1 .rows li:fist-child {
		margin-top: 0;
	}
	#SITEMAP #sec1 .rows .st1 li {
		padding-left: 0;
	}
	#SITEMAP #sec1 .rows .st2 li {
		padding-left: 0;
	}
	#SITEMAP #sec1 .rows li a {
		font-size: .75em;
	}
	#SITEMAP #sec1 .rows .st1 li:before {
		content: "●";
		margin-right: 5px;
		font-size: .625em;
	}
	#SITEMAP #sec1 .rows .st2 li:before {
		content: "−";
		margin-right: 8px;
	}
	#SITEMAP #sec1 .rows .st3 li:before {
		content: "−";
		margin-right: 8px;
	}
}

#fs_ShoppingCart .fs-c-wishlistProduct {
	display: none;
}

#CONTACT #sec1 .lead {
	margin-top: 20px;
}
#CONTACT #sec1 .faq_blk {
	margin-top: 30px;
}
#CONTACT #sec1 .faq_blk .cat {
	margin-top: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #111;
	font-weight: bold;
	font-size: 1.125em;
	color: #22418F;
}
#CONTACT #sec1 .faq_blk.none .cat {
	border-bottom: none;
}
#CONTACT #sec1 .faq_blk .rows .list {
	position: relative;
	padding: 20px 0;
	border-bottom: 1px dashed #111;
}
#CONTACT #sec1 .faq_blk .rows .list:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	display: block;
	width: 24px;
	height: 24px;
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/cursor_down.svg) no-repeat 0 0;
	cursor: pointer;
}
#CONTACT #sec1 .faq_blk .rows .list.open:after {
	background: transparent url(https://osakisuisan.itembox.design/item/assets/images/common/cursor_up.svg) no-repeat 0 0;
}
#CONTACT #sec1 .faq_blk.none .rows .list {
	padding: 0 0 20px;
}
#CONTACT #sec1 .faq_blk.none .rows .list:after {
	background-image: none;
}
#CONTACT #sec1 .faq_blk.none  .rows .list.open:after {
	background-image: none;
}
#CONTACT #sec1 .faq_blk .rows .list .title {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}
#CONTACT #sec1 .faq_blk .rows .list .title:before {
	content: "Q";
	position: absolute;
	left: 0;
	top: -5px;
	font-size: 1.25em;
	color: #22418F;
}
#CONTACT #sec1 .faq_blk .rows .list .title:after {
	content: "";
	position: absolute;
	right: 0;
	top: -5px;
}
#CONTACT #sec1 .faq_blk .rows .list .body {
	display: none;
	position: relative;
	margin-top: 20px;
	padding-left: 30px;
}
#CONTACT #sec1 .faq_blk .rows .list.open .body {
	display: block;
}
#CONTACT #sec1 .faq_blk .rows .list.open .body a {
	text-decoration: underline;
	color: #22418F;
}
#CONTACT #sec1 .faq_blk .rows .list .body:before {
	content: "A";
	position: absolute;
	left: 0;
	top: -5px;
	font-size: 1.25em;
	color: #22418F;
}
@media screen and (max-width:767px) {
	#CONTACT #sec1 .faq_blk .cat {
		font-size: 1em;
	}
	#CONTACT #sec1 .faq_blk .rows .list .title {
		padding-left: 20px;
		padding-right: 40px;
	}
	#CONTACT #sec1 .faq_blk .rows .list .title:before {
		top: -2px;
		font-size: 1.125em;
	}
	#CONTACT #sec1 .faq_blk .rows .list:after {
		right: 0;
	}
	#CONTACT #sec1 .faq_blk .rows .list .body {
		margin-top: 20px;
		padding-left: 20px;
	}
	#CONTACT #sec1 .faq_blk .rows .list .body:before {
		top: -2px;
		font-size: 1.125em;
	}
}
#CONTACT #sec2 {
	margin-top: 50px;
	padding-bottom: 140px;
}
#CONTACT #sec2 .other {
	margin-top: 20px;
}
@media screen and (max-width:767px) {
	#CONTACT #sec2 {
		padding-bottom: 70px;
	}
}

#HISTORY {
	margin: 0 auto;
	max-width: 865px;
}
#HISTORY #sec1 .rows {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 60px;
}
#HISTORY #sec1 .rows:nth-child(odd) {
	flex-direction: row-reverse;
}
#HISTORY #sec1 .rows .info {
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
}
#HISTORY #sec1 .rows .info .title {
	line-height: 1.4;
	font-size: 1.75em;
}
#HISTORY #sec1 .rows .info .text {
	margin-top: 20px;
	line-height: 2;
	font-size: .875em;
}
#HISTORY #sec1 .rows .img {
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
}
#HISTORY #sec1 .rows:nth-child(odd) .img {
	text-align: right;
}
@media screen and (max-width:767px) {
	#HISTORY #sec1 .rows {
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	#HISTORY #sec1 .rows:nth-child(odd) {
		flex-direction: row;
	}
	#HISTORY #sec1 .rows .info {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 20px;
	}
	#HISTORY #sec1 .rows .info .title {
		line-height: 1.4;
		font-size: 1.375em;
	}
	#HISTORY #sec1 .rows .info .text {
		margin-top: 20px;
		line-height: 2;
		font-size: .875em;
	}
	#HISTORY #sec1 .rows .img {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	#HISTORY #sec1 .rows:nth-child(odd) .img {
		text-align: center;
	}
}
#HISTORY #sec2 {
	padding-top: 70px;
	border-top: 1px dashed #111;
}
#HISTORY #sec2 .lead {
	line-height: 1.2;
	font-size: 1.75em;
}
#HISTORY #sec2 .img {
	margin-top: 30px;
}
#HISTORY #sec2 .text {
	margin-top: 20px;
	line-height: 2;
}
@media screen and (max-width:767px) {
	#HISTORY #sec2 {
		padding-top: 50px;
	}
	#HISTORY #sec2 .lead {
		line-height: 1.2;
		font-size: 22px;
	}
	#HISTORY #sec2 .img {
		margin-top: 30px;
	}
	#HISTORY #sec2 .text {
		margin-top: 20px;
		line-height: 2;
	}
}
#HISTORY #sec3 {
	margin-top: 80px;
}
#HISTORY #sec3 .rows {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#HISTORY #sec3 .rows .img {
	-webkit-flex: 0 0 280px;
	flex: 0 0 280px;
}
#HISTORY #sec3 .rows .info {
	-webkit-flex: 1;
	flex: 1;
	padding-right: 30px;
}
#HISTORY #sec3 .rows .info .title {
	margin-top: 5px;
	line-height: 1.4;
	font-size: 1.75em;
}
#HISTORY #sec3 .rows .info .title2 {
	margin-top: 25px;
	font-size: 1.25em;
	color: #22418F;
}
#HISTORY #sec3 .rows .info .text {
	margin-top: 15px;
	line-height: 2;
	font-size: .875em;
}
@media screen and (max-width:767px) {
	#HISTORY #sec3 {
		margin-top: 50px;
	}
	#HISTORY #sec3 .rows {
		flex-wrap: wrap;
	}
	#HISTORY #sec3 .rows .img {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		text-align: center;
	}
	#HISTORY #sec3 .rows .info {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 20px;
		padding-right: 0;
	}
	#HISTORY #sec3 .rows .info .title {
		margin-top: 5px;
		line-height: 1.4;
		font-size: 1.5em;
	}
	#HISTORY #sec3 .rows .info .title2 {
		margin-top: 25px;
		font-size: 1.125em;
	}
	#HISTORY #sec3 .rows .info .text {
		margin-top: 15px;
		line-height: 2;
		font-size: .875em;
	}
}
#HISTORY #sec4 {
	margin-top: 40px;
}
#HISTORY #sec4 .rows {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 40px;
}
#HISTORY #sec4 .rows .list {
	-webkit-flex: 0 0 32%;
	flex: 0 0 32%;
}
#HISTORY #sec4 .rows .list .title {
	padding: 5px 15px;
	background-color: #244390;
	border-radius: 5px 5px 0 0;
	font-size: .875em;
	color: #fff;
}
#HISTORY #sec4 .rows .list .title span {
	display: inline-block;
	margin-left: 10px;
	vertical-align: middle;
	font-size: .625em;
}
#HISTORY #sec4 .rows .list .body {
	padding: 12px 15px;
	height: 102px;
	line-height: 2;
	background-color: #fff;
	border-radius: 0 0 5px 5px;
	font-size: .8125em;
}
@media screen and (max-width:767px) {
	#HISTORY #sec4 {
		margin-top: 20px;
	}
	#HISTORY #sec4 .rows {
		flex-wrap: wrap;
		margin-top: 0;
	}
	#HISTORY #sec4 .rows .list {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 20px;
	}
	#HISTORY #sec4 .rows .list .title {
		padding: 5px 15px;
		background-color: #244390;
		border-radius: 5px 5px 0 0;
		font-size: .875em;
		color: #fff;
	}
	#HISTORY #sec4 .rows .list .title span {
		display: inline-block;
		margin-left: 10px;
		vertical-align: middle;
		font-size: .625em;
	}
	#HISTORY #sec4 .rows .list .body {
		padding: 12px 15px;
		height: auto;
		font-size: .8125em;
	}
}
#HISTORY #sec5 {
	margin: 80px auto 0;
	padding-bottom: 100px;
	max-width: 640px;
}
#HISTORY #sec5 .inner {
	position: relative;
}
#HISTORY #sec5 .midashi {
	margin-top: 10px;
	line-height: 1.4;
	font-size: 1.75em;
}
#HISTORY #sec5 .midashi.mt {
	margin-top: 145px;
}
#HISTORY #sec5 .box {
	margin-top: 35px;
	padding: 20px;
	background-color: #fff;
	border: 1px dotted #244390;
	border-radius: 3px;
}
#HISTORY #sec5 .box .btitle {
	color: #22418F;
}
#HISTORY #sec5 .box .btext {
	margin-top: 15px;
	font-size: .8125em;
}
#HISTORY #sec5 .box .rows {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 20px;
}
#HISTORY #sec5 .box .rows .list .bimg {
	text-align: center;
}
#HISTORY #sec5 .box .rows .list .bname {
	margin-top: 5px;
	font-weight: bold;
	font-size: .75em;
}
@media screen and (max-width:767px) {
	#HISTORY #sec5 {
		margin: 50px auto 0;
		padding-bottom: 0;
		max-width: 100%;
	}
	#HISTORY #sec5 .midashi {
		margin-top: 10px;
		line-height: 1.2;
		font-size: 1.75em;
	}
	#HISTORY #sec5 .midashi.mt {
		margin-top: 70px;
		line-height: 1.4;
		font-size: 24px;
	}
	#HISTORY #sec5 .box {
		margin-top: 35px;
		padding: 20px;
	}
	#HISTORY #sec5 .box .rows {
		flex-wrap: wrap;
		margin-top: 15px;
	}
	#HISTORY #sec5 .box .rows .list {
		margin-top: 15px;
	}
}
#HISTORY #sec5 .box2 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 85px;
	padding: 20px;
	background-color: #fff;
	border: 1px dotted #244390;
	border-radius: 3px;
}
#HISTORY #sec5 .box2 .bimg {
	-webkit-flex: 0 0 140px;
	flex: 0 0 140px;
	margin-top: -55px;
	text-align: center;
	font-weight: bold;
	font-size: .75em;
}
#HISTORY #sec5 .box2 .bimg img {
	margin-bottom: 10px;
}
#HISTORY #sec5 .box2 .info {
	padding-right: 20px;
}
#HISTORY #sec5 .box2 .btitle {
	color: #22418F;
}
#HISTORY #sec5 .box2 .btext {
	margin-top: 15px;
	line-height: 2.2;
	font-size: .8125em;
}
@media screen and (max-width:767px) {
	#HISTORY #sec5 .box2 {
		flex-wrap: wrap;
		margin-top: 35px;
		padding: 20px;
	}
	#HISTORY #sec5 .box2 .bimg {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 20px;
		font-size: .75em;
	}
	#HISTORY #sec5 .box2 .info {
		padding-right: 20px;
	}
	#HISTORY #sec5 .box2 .btext {
		margin-top: 15px;
		line-height: 1.8;
		font-size: .8125em;
	}
}
#HISTORY #sec5 .btitle2 {
	margin-top: 20px;
	font-size: 1.25em;
	color: #22418F;
}
#HISTORY #sec5 .btext2 {
	margin-top: 15px;
	font-size: .875em;
}
#HISTORY #sec5 .btimg {
	margin-top: 40px;
	text-align: right;
}
@media screen and (max-width:767px) {
	#HISTORY #sec5 .btitle2 {
		margin-top: 20px;
		font-size: 1.125em;
	}
	#HISTORY #sec5 .btext2 {
		margin-top: 15px;
		font-size: .8125em;
	}
	#HISTORY #sec5 .btimg {
		margin-top: 30px;
		text-align: center;
	}
}
#HISTORY #sec5 .bg1 {
	position: absolute;
	left: -280px;
	top: 140px;
}
#HISTORY #sec5 .bg2 {
	position: absolute;
	right: -280px;
	top: 420px;
}
#HISTORY #sec5 .bg3 {
	position: absolute;
	left: -280px;
	top: 470px;
}
#HISTORY #sec5 .bg4 {
	position: absolute;
	left: -330px;
	bottom: -110px;
}
#HISTORY #sec5 .bg5 {
	position: absolute;
	right: -280px;
	bottom: 150px;
}
@media screen and (max-width:767px) {
	#HISTORY #sec5 .bg1,
	#HISTORY #sec5 .bg2,
	#HISTORY #sec5 .bg3,
	#HISTORY #sec5 .bg4,
	#HISTORY #sec5 .bg5 {
		display: none;
	}
}

.fs-l-cart__contentsArea {
	font-size: .875em;
}
.fs-c-purchaseHere__message {
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
}
table.fs-c-orderTotalTable,
table.fs-c-cartTable {
	margin-left: auto;
	margin-top: 20px;
}

#fs-cartContent-container table th,
table.fs-c-orderTotalTable th,
table.fs-c-cartTable th {
	background-color: #eee;
}
#fs-cartContent-container table td,
table.fs-c-orderTotalTable td,
table.fs-c-cartTable td {
	background-color: #fff;
}
.fs-c-cartTable__actionButton__container--buyItLater {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #ccc;
}
table.fs-c-orderTotalTable th {
	width: 150px;
}
table.fs-c-orderTotalTable td {
	width: 150px;
}
@media screen and (max-width:767px) {
	table.fs-c-orderTotalTable {
		width: 100%;
	}
	.fs-c-cartTable__actionButton__container--buyItLater {
		margin-top: 0;
		padding-top: 0;
		border-top: none;
	}

	#fs_ShoppingCart .fs-c-cartTable__dataCell--quantity {
		text-align: left;
	}
	/* button[type="button"].fs-c-button--plain {
		padding: 4px 10px 3px;
		background-color: #eee;
		border-radius: 3px;
		border: 1px solid #ccc;
	} */
}

.fs-c-registeredUsers__title {
	text-align: center;
	font-weight: bold;
}
.fs-c-subSection__title {
	margin-top: 50px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
}
.fs-c-inputInformation__field {
	margin-top: 30px;
	margin-bottom: 30px;
}
#fs_ShoppingCartLogin .fs-c-inputTable,
#fs_Login .fs-c-inputTable {
	margin: 0 auto;
	font-size: .875em;
}
.fs-c-inputInformation__field {
	padding: 20px;
	background-color: #fff;
}
.fs-c-inputInformation__link {
	margin-top: 20px;
	text-align: center;
}
.fs-c-inputTable__dataCell {
	padding: 0 7px;
}
@media screen and (max-width:767px) {
	table.fs-c-inputTable,
	table.fs-c-inputTable tbody,
	table.fs-c-inputTable tr {
		display: block;
		width: 100%;
	}
	table.fs-c-inputTable th {
		display: block;
		padding: 10px 0;
		width: 100%;
		text-align: left;
	}
	table.fs-c-inputTable td {
		display: block;
		padding: 0 0 10px 0;
		width: 100%;
	}
}

.fs-c-history {
	margin-top: 30px;
}
.fs-c-history__info {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.fs-c-history__infoSummary {
	margin-top: 20px;
}
.fs-c-buttonContainer a {
	display: block;
	margin: 50px auto 0;
	padding: 18px;
	max-width: 400px;
	text-align: center;
	background-color: #22418F;
	border-radius: 2px;
	/* font-size: .875em; */
	color: #fff;
}
.fs-c-buttonContainer a.fs-c-button--cancel {
	background-color: #999;
}
.fs-c-inputTable {
	margin: 0 auto;
	font-size: .875em;
}
table.fs-c-addressBookList__list {
	margin-top: 30px;
	width: 100%;
}
table.fs-c-addressBookList__list td {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: .875em;
}
table.fs-c-addressBookList__list td .fs-c-buttonContainer a {
	margin-top: 0;
}
.fs-c-addressBookList__count {
	margin-top: 50px;
}

#fs_MyAccountSettings .fs-c-inputTable {
	width: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#fs_MyAccountSettings .fs-c-inputTable th {
	padding: 10px;
	width: 200px;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#fs_MyAccountSettings .fs-c-inputTable td {
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width:767px) {
	#fs_MyAccountSettings .fs-c-inputTable,
	#fs_MyAccountSettings .fs-c-inputTable tbody,
	#fs_MyAccountSettings .fs-c-inputTable tr {
		display: block;
		width: 100%;
	}
	#fs_MyAccountSettings .fs-c-inputTable th {
		display: block;
		padding: 10px;
		width: 100%;
		text-align: left;
	}
	#fs_MyAccountSettings .fs-c-inputTable td {
		display: block;
		padding: 10px;
		width: 100%;
	}
}

#fs_EditAccountSettings .fs-c-inputTable {
	width: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#fs_EditAccountSettings .fs-c-inputTable th {
	padding: 10px;
	width: 200px;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#fs_EditAccountSettings .fs-c-inputTable td {
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width:767px) {
	#fs_EditAccountSettings .fs-c-inputTable,
	#fs_EditAccountSettings .fs-c-inputTable tbody,
	#fs_EditAccountSettings .fs-c-inputTable tr {
		display: block;
		width: 100%;
	}
	#fs_EditAccountSettings .fs-c-inputTable th {
		display: block;
		padding: 10px;
		width: 100%;
		text-align: left;
	}
	#fs_EditAccountSettings .fs-c-inputTable td {
		display: block;
		padding: 10px;
		width: 100%;
	}
}

#fs_EditAddress .fs-c-inputTable {
	width: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#fs_EditAddress .fs-c-inputTable th {
	padding: 10px;
	width: 200px;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#fs_EditAddress .fs-c-inputTable td {
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width:767px) {
	#fs_EditAddress .fs-c-inputTable,
	#fs_EditAddress .fs-c-inputTable tbody,
	#fs_EditAddress .fs-c-inputTable tr {
		display: block;
		width: 100%;
	}
	#fs_EditAddress .fs-c-inputTable th {
		display: block;
		padding: 10px;
		width: 100%;
		text-align: left;
	}
	#fs_EditAddress .fs-c-inputTable td {
		display: block;
		padding: 10px;
		width: 100%;
	}
}

#fs_DeleteAccount .fs-c-inputTable {
	width: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#fs_DeleteAccount .fs-c-inputTable th {
	padding: 10px;
	width: 200px;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#fs_DeleteAccount .fs-c-inputTable td {
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width:767px) {
	#fs_DeleteAccount .fs-c-inputTable,
	#fs_DeleteAccount .fs-c-inputTable tbody,
	#fs_DeleteAccount .fs-c-inputTable tr {
		display: block;
		width: 100%;
	}
	#fs_DeleteAccount .fs-c-inputTable th {
		display: block;
		padding: 10px;
		width: 100%;
		text-align: left;
	}
	#fs_DeleteAccount .fs-c-inputTable td {
		display: block;
		padding: 10px;
		width: 100%;
	}
}

#fs_ProductDetails .fs-c-inputTable {
	width: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#fs_ProductDetails .fs-c-inputTable tr {
	margin: 0;
	padding: 0;
}
#fs_ProductDetails .fs-c-inputTable th {
	padding: 10px;
	width: 100%;
	background-color: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#fs_ProductDetails .fs-c-inputTable td {
	padding: 10px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width:767px) {
	#fs_ProductDetails .fs-c-inputTable,
	#fs_ProductDetails .fs-c-inputTable tbody,
	#fs_ProductDetails .fs-c-inputTable tr {
		display: block;
		width: 100%;
	}
	#fs_ProductDetails .fs-c-inputTable th {
		display: block;
		padding: 10px;
		width: 100%;
		text-align: left;
	}
	#fs_ProductDetails .fs-c-inputTable td {
		display: block;
		padding: 10px;
		width: 100%;
	}
}

.fs-c-modal__header {
	padding: 20px;
}
.fs-c-modal__header h2 {
	font-weight: bold;
	font-size: 1.125em;
}
.fs-c-inquiryProduct {
	display: flex;
	margin-bottom: 20px;
}
.fs-c-inquiryProduct .fs-c-inquiryProduct__productName {
	padding-left: 20px;
}

.fs-c-checkout-customerInfo__name,
.fs-c-checkout-destination__name {
	font-size: 1.125em;
}
.fs-c-checkout-customerInfo__name rt,
.fs-c-checkout-destination__name rt {
	font-size: .875em;
}
.fs-c-checkout-buyerInfo__title,
.fs-c-checkout-destination__title,
.fs-c-checkout-paymentInfo__title,
.fs-c-checkout-orderInfo__title,
.fs-c-checkout-preview__title {
	margin-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 1.125em;
}
.fs-c-checkout-preview__button {
	margin-top: 20px;
}
.fs-addressInfo-container {
	margin-top: 50px;
}

#fs-paymentList-container {
	margin-top: 100px;
}
.fs-c-confirmOrder {
	margin-top: 50px;
}
.fs-c-checkoutSuccess__title {
	font-weight: bold;
	font-size: 1.25em;
}

.form_blk {
	margin-top: 30px;
	padding: 30px 40px;
	background-color: #fff;
}
.form_blk input[type="submit"] {
	display: block;
	margin: 50px auto 0;
	padding: 10px 25px;
	max-width: 80px;
	text-align: center;
	background-color: #22418F;
	border: none;
	border-radius: 2px;
	font-size: 1em;
	color: #fff;
}
.form_blk dl {
	display: -webkit-flex;
	display: flex;
	padding: 30px 0;
	border-bottom: 1px dashed #999;
}
.form_blk dl dt {
	-webkit-flex: 0 0 30%;
	flex: 0 0 30%;
	font-weight: bold;
	font-size: 1em;
	color: #22418F;
}
.form_blk dl dd {
	-webkit-flex: 1;
	flex: 1;
}
.form_blk dl dd input,
.form_blk dl dd textarea {
	padding: 7px;
	background-color: #F4F4F4;
	border: none;
}
@media screen and (max-width:767px) {
	.form_blk {
		margin-top: 30px;
		padding: 15px 20px;
	}
	.form_blk input[type="submit"] {
		margin: 30px auto 0;
		padding: 12px 25px;
		max-width: 80px;
		font-size: .875em;
	}
	.form_blk dl {
		flex-wrap: wrap;
		padding: 25px 0;
	}
	.form_blk dl dt {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		font-size: .9375em;
	}
	.form_blk dl dd {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: 10px;
	}
}
#fs_ProductCategory .fs-p-searchForm {
	display: none;
}
#fs_ProductCategory.fs-body-category-items .fs-p-searchForm {
	display: block;
}

.news_wrap {
	margin: 0 auto;
}

.news_wrap {
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 200px;
	max-width: 865px;
}
@media screen and (max-width:767px) {
	.news_wrap {
		padding: 0 15px 100px;
		max-width: 100%;
	}
}
.news_wrap .news_title {
	padding: 0 0 7px 0;
	line-height: 1.4;
	border-bottom: 1px solid #000;
	font-weight: bold;
	font-size: 1.25em;
}
.news_wrap .news_body {
	margin-top: 20px;
	line-height: 2;
	font-size: .875em;
}
@media screen and (max-width:767px) {
	.news_wrap .news_title {
		font-size: 1.125em;
	}
	.news_wrap .news_body {
		margin-top: 20px;
		line-height: 1.8;
		font-size: .75em;
		word-break: break-all;
	}
}

#fs_PasswordReminder .fs-c-orderedList {
	margin-left: 0;
}
.fs-c-inputInformation__message {
	margin-top: 30px;
}
.fs-c-productList__message {
	padding: 50px 0;
	text-align: center;
}
.fs-c-registeredUsers__title {
	margin-top: 30px;
}

.fs-c-cartTable__actionButton span.fs-c-button__label,
.fs-c-textLink {
	color: #22418F;
	text-decoration: underline;
}
.fs-c-checkbox__labelText a {
	color: #22418F;
	text-decoration: underline;
}

.multiple-items.ex .slide {
	padding-bottom: 20px;
	background-color: #fff;
}
.multiple-items.ex .img {
	text-align: center;
}
.multiple-items.ex .img img {
	margin: 0 auto;
}
.multiple-items.ex .copy {
	margin-top: 5px;
	padding: 0 20px;
	line-height: 1.4;
}
.multiple-items.ex .name {
	margin-top: 5px;
	padding: 0 20px;
	height: 56px;
	line-height: 1.4;
	font-weight: bold;
	font-size: 1.15em;
}
.multiple-items.ex .price {
	margin-top: 15px;
	padding: 0 20px;
	font-size: 1.15em;
}

.fs-l-main a {
	/* text-decoration: underline; */
}

@media screen and (max-width:767px) {
	.slick-slider {
		overflow: hidden;
	}
}

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

.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::before {
	content: "(";
}
.fs-c-productPrice__addon:not(.fs-c-productPrice__addon--listed)::after {
	content: ")";
}

@media print {
	#hsearch .text.pc-none {
		display: none;
	}
}

.fs-body-closed,
.fs-body-closed .fs-l-main,
.fs-body-closed  center {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: 0 auto;
  padding: 0;
}

.fs-body-closed center {
  display: flex;
  flex-direction: column;
  align-items: center;
}


.fs-p-closed {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}