@charset "utf-8";

/*bootstrap*/
/*@import url('https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css');*/
@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css');

/*font*/
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;700&display=swap');
/*0801add*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400&display=swap');

/*1229_add*/
@font-face {
	font-family: "NotoSansCJKjp";
	font-style: normal;
	font-weight: 400;
	src: url("https://admjonline.itembox.design/item/font/NotoSansJP-Regular.woff?t=20240625175715") format("woff");
}

@font-face {
	font-family: "NotoSansCJKjp";
	font-style: normal;
	font-weight: 500;
	src: url("https://admjonline.itembox.design/item/font/NotoSansJP-Medium.woff?t=20240625175715") format("woff");
}

@font-face {
	font-family: "NotoSansCJKjp";
	font-style: normal;
	font-weight: 700;
	src: url("https://admjonline.itembox.design/item/font/NotoSansJP-Bold.woff?t=20240625175715") format("woff");
}

@font-face {
	font-family: "NotoSansCJKjp";
	font-style: normal;
	font-weight: 900;
	src: url("https://admjonline.itembox.design/item/font/NotoSansJP-Black.woff?t=20240625175715") format("woff");
}

html {
	font-size: 62.5%;
}


#fs_Top div.fs-pt-carousel,
#fs_Top div.jumbotron,
#newsBlock",
#mediaBlock,
#blogBlock

{display:none;}

/*1229_add*/
body {
	color: #454e52;
	background-color: #ffffff;
	font-family: "NotoSansCJKjp", sans-serif,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ";
	font-size: 1.3rem;
}

ol, ul {
	padding-left: 0;
}

li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
	/*display: block;*/
}

a:hover {
	color: inherit;
}

a img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover img {
	opacity: .7;
	transition: 0.3s;
}

a:active {
	color: inherit;
}

a:visited {
	color: inherit;
}

/*
img {
	width: 100%;
}
*/

/* bg */
/* #home {
	display:block;
	background-image:url(https://admjonline.itembox.design/item/bg_body_01.jpg?t=20240625175715);
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	width:100%;
} */

/* bg_2210_add */
/* @media (max-width: 767px) {
#home {
	display:inline;
	background-image:none;
	background-attachment: scroll;
	background-repeat:repeat;
	background-size:auto;
	background-position:0;
	width:auto;
	background: #fff;
}

#home::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:50% 100%;
	background-image: url(https://admjonline.itembox.design/item/bg_body_01.jpg?t=20221020180700);
	background-size:cover;
}
} */


/* bg_221101_add 221227_add */
#home {
	display:inline;
	background-image:none;
	background-attachment: scroll;
	background-repeat:repeat;
	background-size:auto;
	background-position:0;
	width:auto;
	background: #fff;
}

#home::before {
	content:"";
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:-1;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-position:50% 100%;
	background-image: url(https://admjonline.itembox.design/item/bg_body_01.jpg?t=20221020180700);
	background-size:cover;
}

/* bg_221227_add */
* #home {
	display:block;
	background-image:url(https://admjonline.itembox.design/item/bg_body_01.jpg?t=20240625175715);
	background-attachment: fixed;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center top;
	width:100%;
}

@media (max-width: 767px) {
#home {
	display: inline;
	background-image: none;
	background-attachment: scroll;
	background-repeat: repeat;
	background-size: auto auto;
	background-position: 0 0;
	width:100%;
}
} */

main {
}

p {
	font-size: 1.3rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin-bottom: 0;
}

.cont-center {
	margin: 0 auto;
}

.block_01 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.block_02 {
	padding-bottom: 70px;
}

.bg--bl {
	/* background-color: #042c5d; */
	background: rgb(4, 44, 93, 0.4);
}

.bg--bl_100 {
	background: #042c5d;;
}

.bg--wh {
	background-color: #ffffff;
}

.bg--gr {
	background-color: #e6e9eb;
}

.text--wh {
	color: #ffffff;
}

/* 5_Columns */
.col-15, .col-sm-15, .col-md-15, .col-lg-15 {
	position: relative;
	min-height: 1px;
}

@media (min-width: 768px) {
.col-sm-15 {
	width: 20%;
	flex: 0 0 20%;
}
}

@media (min-width: 992px) {
.col-md-15 {
	width: 20%;
	flex: 0 0 20%;
}
}

/*
@media (min-width: 1200px) {
.col-lg-15 {
	width: 20%;
	flex: 0 0 20%;
}
}
*/

@media (min-width: 992px) {
.col-lg-15 {
	width: 20%;
	flex: 0 0 20%;
}
}

.col-md-6 {
	margin-bottom: 15px;
}

.mgnB_100 {
	margin-bottom: 100px;
}

.mgnB_80 {
	margin-bottom: 80px;
}

.mgnB_70 {
	margin-bottom: 70px;
}

.mgnB_50 {
	margin-bottom: 50px;
}

.mgnB_30 {
	margin-bottom: 30px;
}

.mgnB_20 {
	margin-bottom: 20px;
}

.mgnB_15 {
	margin-bottom: 15px;
}

.mgnB_5 {
	margin-bottom: 5px;
}

.mgnT_70 {
	margin-top: 70px;
}

.mgnT_50 {
	margin-bottom: 50px;
}

/*sm_改行*/
.l-sp {
	display: none;
}

.btn {
	font-size: 1.3rem;
	line-height: 1.2;
	font-family: 'Josefin Sans', sans-serif;
	position: relative;
	display: inline-block;
	padding: 1.6rem 3rem 1.4rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	border-radius: 0;
}

.btn:hover {
	opacity: .8;
	transition: 0.3s;
}

.btn--bl {
	color: #ffffff!important;
	background-color: #042c5d;
}

.btn--bl:hover {
	color: #ffffff;
}

.btn--wh {
	color: #042c5d;
	background-color: #ffffff;
}

.btn--wh:hover {
	color: #042c5d;
}

.btn--wh:active {
	color: #042c5d; /* 0823 add */
}

.btn--wh:visited {
	color: #042c5d; /* 0823 add */
}

.btn--wh:active {
	color: #042c5d; /* 0823 add */
}

.btn--big {
	font-size: 1.4rem;
	padding: 2.2rem 9rem 1.6rem;
}

@media (max-width: 991px) {
.btn {
	font-size: 1.6rem;
	padding: 1.5rem;
	width: 100%;
}
}

@media (max-width: 767px) {

p {
	font-size: 1.2rem;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

.block_01 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.block_02 {
	padding-bottom: 35px;
}

.mgnB_100 {
	margin-bottom: 30px;
}

.mgnB_80 {
	margin-bottom: 25px;
}

.mgnB_70 {
	margin-bottom: 35px;
}

.mgnB_50 {
	margin-bottom: 20px;
}

.mgnB_30 {
	margin-bottom: 10px;
}

.mgnB_20 {
	margin-bottom: 8px;
}

.mgnB_15 {
	margin-bottom: 5px;
}

.mgnT_70 {
	margin-top: 35px;
}

.mgnT_50 {
	margin-bottom: 15px;
}

.l-sp {
	display: block;
}

.btn {
	font-size: 1.2rem;
	padding: 1.5rem;
	width: 100%;
}
}


/*head_info*/
.head_info {
}

.head_info p {
	line-height: 1;
}

.head_info a {
	font-size: 1.3rem;
	color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.head_info a:hover {
	opacity: .7;
	transition: 0.3s;
}

.text_ul_01 {
	border-bottom: 1px solid #ffffff;
}

.block_head_info {
	padding: 8px 0 12px;
}

@media (max-width: 767px) {
.head_info a {
	font-size: 1.0rem;
}
}

/*header*/
#header {
}

.head_logo img {
	width: 180px;
	margin-bottom: 8px;
	vertical-align: middle;
}

.head_logo {
	padding: 28px 0;
	margin: 0;
}

.head_logo_text {
	font-size: 1.0rem;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.13em;
	display: block;
}

.head_logo a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.head_logo a:hover {
	opacity: .7;
	transition: 0.3s;
	color: #454e52;
}

.head_icon_area {
	margin-bottom: 0;
}

.head_icon_area li {
	list-style: none;
}

.head_icon_area a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.head_icon_area a:hover {
	opacity: .7;
	transition: 0.3s;
}

@media (max-width: 767px) {
.head_logo img {
	width: 120px;
	margin-bottom: 8px;
}

.head_logo {
	padding: 12px 0 8px;
}

.head_icon_area img {
	width: 18px;
}

.head_logo_text {
	font-size: 0.8rem;
	letter-spacing: 0em;
}
}

/*nav*/
.head_navi {
	font-size: 1.4rem;
	font-family: 'Josefin Sans', sans-serif;
}

.block_head_navi {
	padding: 0 0 30px;
}

.head_navi ul {
	margin: 0;
}

.navi_bd {
	border-left: 1px solid #454e52;
	padding-left: 30px!important;
	margin-left: 25px;
}


.head_navi a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.head_navi a:hover {
	opacity: .7;
	transition: 0.3s;
}

/*header_fixed*/
.fixed_block_01 {
	position: fixed;
	top: 0;
	z-index: 2000;
	justify-content: space-between;
	width: 100%;
}

.fixed_block_02 {
	position: fixed;
	top: 33px;
	z-index: 2000;
	justify-content: space-between;
	width: 100%;
}

.site-header {
	background: #fff;
	display: flex;
	justify-content: space-between;
	padding: 0;
	position: fixed;
	top: 140px;
	z-index: 1000;
	transition: .5s;
	width: 100%;
}

.site-header.hide {
	top: 33px;
}

@media (max-width: 767px) {
.fixed_block_02 {
	top: 32px;
}
}

/*cv_block*/
.cv_box {
	border: solid 1px #c8c8c8;
	padding: 20px;
}

.cv_text {
	font-size: 2.0rem;
	font-weight: 700;
}

@media (max-width: 767px) {
.cv_box {
	border: solid 1px #c8c8c8;
	padding: 20px;
}

.cv_text {
	font-size: 1.4rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 15px;
}

.btn_cv {
	width: 100%;
}
}

/*top*/
.title_b_01 {
	font-size: 3.0rem;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: -0.025em;
	margin-bottom: 70px;
}

.title_s_01 {
	word-wrap: break-word;
}

.name_text_01 {
	word-wrap: break-word;
}

.price_text_01 {
	font-weight: 900;
	word-wrap: break-word;
}

.date_text_01 {
	word-wrap: break-word;
}

@media (max-width: 991px) {
.title_b_01 {
	font-size: 2.6rem;
	margin-bottom: 35px;
}

.sp_mgn_01 {
	margin-bottom: 35px;
}

.sp_mgn_02 {
	margin-bottom: 15px;
}
}

/*ITEM SEARCH*/
.inner_800 {
	max-width: 800px;
}

.search_form_area {
	position: relative;
	height: 62px;
}

#search_form {
	position: relative;
	font-size: 1.3rem;
}

::placeholder {
	color:#aaaaaa
}

#search_box {
	width: 100%;
	height: 62px;
	padding: 0 65px 0 25px;
	position: absolute; 
	left: 0;
	top: 0; 
	outline: 0;
	background: #ffffff;
	border:none;
}

#search_btn {
	font-size: 25px;
	color: #042c5d;
	height: 62px;
	position: absolute; 
	right: 10px;
	top: 0;
	background: none;
	border: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 50px;
}

#search_btn:hover {
	color: #c8c8c8;
	transition: 0.3s;
}


.top_tag_area {
	width: 100%;
}

.tag_btn_list {
	font-size: 1.3rem;
	font-weight: 500;
	color: #042c5d;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 2;
}

.tag_btn_list li {
	list-style: none;
	padding-right: 15px;
}

/*
.tag_btn_list li a {
	background: #ffffff;
	display: inline-block;
	width: 100%;
	padding: 15px 30px;
	border-radius: 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
*/

.tag_btn_list li a {
	background: none;
	color: #fff;
	padding: 0 10px;
}

.tag_btn_list li a:hover {
	opacity: .7;
	transition: 0.3s;
}

@media (max-width: 767px) {
.inner_800 {
	max-width: 100%;
}

#search_box {
	height: 40px;
	padding: 0 50px 0 15px;
}

#search_btn {
	height: 40px;
	right: 0;
}

#search_btn img {
	margin-top: -7px;
}

.tag_btn_list {
	font-size: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;

}

/* 
.tag_btn_list li a {
	padding: 5px 10px;
	border-radius: 20px;
	display: inline;
}
 */

.search_form_area {
	position: relative;
	height: 40px;
}

.tag_btn_list li a {
	padding: 0;
}

/* 
.tag_btn_list li {
	margin-top: 15px;
}
*/

}

/*RANKING*/
.rank_box {
	position: relative;
}

.rank_no {
	color: #ffffff; 
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
}


.rank_box {
	display: block;
	position: relative;
	overflow: hidden;
}

.rank_box::after {
	font-size: 1.3rem;
	font-weight: 500;
	color: #ffffff;
	background: #042c5d;
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2.2em;
	text-align: center;
	line-height: 2.2em;
	z-index: 1;
}

.rank_block:nth-of-type(1) .rank_box::after {
	content: '1';
}

.rank_block:nth-of-type(2) .rank_box::after {
	content: '2';
}

.rank_block:nth-of-type(3) .rank_box::after {
	content: '3';
}

.rank_block:nth-of-type(4) .rank_box::after {
	content: '4';
}

.rank_block:nth-of-type(5) .rank_box::after {
	content: '5';
}

a .rank_box::after {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover .rank_box::after {
	opacity: .7;
	transition: 0.3s;
}

/*MEDIA*/
.media_img_01 {
	width: 50px;
	height:50px;
}

.media_title_01 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}

.media_date_01 {
	font-size: 1.1rem;
	word-wrap: break-word;
	line-height: 1.4;
	margin-bottom: 5px;
}

.media_name_01 {
	font-size: 1.1rem;
	line-height: 1.1;
}

.media_tag_01 {
	font-size: 1.1rem;
	margin: 0;
}

.media_tag_01 li {
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}

.media_title_01 a , .media_tag_01 li a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.media_title_01 a:hover , .media_tag_01 li a:hover {
	opacity: .7;
	transition: 0.3s;
}

.title_ub_01 {
	font-size: 2.0rem;
	font-family: 'Josefin Sans', sans-serif;
	margin-bottom: 90px;
	position: relative;
}

.title_ub_01:before {
	content: '';
	position: absolute;
	bottom: -20px;
	display: inline-block;
	width: 30px;
	height: 3px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.title_ub_01--w:before {
	background-color: #ffffff;
}

.media_box {
	position: relative;
}

.media_text {
	/* background:rgba(4, 44, 93, 0.6); */
	/* position: absolute; */
	/* bottom: 0; */
	/* left: 0; */
	/* border-radius: 0 0 10px 10px; */
	/* background:rgba(4, 44, 93, 1); */
	padding: 18px 20px;
	background: #042349;;
}

.media_thumbnail img {
	/* border-radius: 50%; */
}

.bg_media {
	/* background: linear-gradient(180deg, rgb(4, 44, 93, 0.4) 0%, rgb(4, 44, 93, 0.4) 80%, #ffffff 80%, #ffffff 100%); */
	background: linear-gradient(180deg, rgb(4, 44, 93, 0.4) 0%, rgb(4, 44, 93, 0.4) 66%, #ffffff 66%, #ffffff 100%);
}

/*
.media_latest img {
    border-radius: 10px;
}
*/

@media (max-width: 767px) {
.media_title_01 {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
}

.media_text {
	padding: 10px;
}

.media_date_01 {
	font-size: 1.0rem;
}

.media_name_01 {
	font-size: 1.0rem;
}

.media_tag_01 {
	font-size: 1.0rem;
}

.title_ub_01 {
	margin-bottom: 55px;
}
}

/*footer*/
.block_cate {
	font-size: 1.4rem;
	padding: 70px 0 0;
}

.icon_cate {
	margin-right: 10px;
	vertical-align: text-bottom;
}

.icon_text a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.icon_text a:hover {
	opacity: .7;
	transition: 0.3s;
}

.icon_sns {
	margin-bottom: 15px;
}

.bd_bt_01 {
	border-bottom: solid 1px #454e52;
}

.block_cate_inner {
	padding: 0 0 70px;
}

.box_sns {
	border: solid 1px #454e52;
}

.box_sns a {
	display: block;
	padding: 40px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.box_sns a:hover {
	opacity: .7;
	transition: 0.3s;
	background: #f6f8f9;
}

.block_footer_navi {
	font-size: 1.2rem;
}

.title_footer {
	font-size: 1.4rem;
	margin-bottom: 15px;
}

.footer_logo img {
	width: 150px;
}

.footer_logo {
	font-size: 1.1rem;
	font-family: 'Josefin Sans', sans-serif;
	margin: 0;
	letter-spacing: 0.05em;
}

.copy_right {
	font-size: 1.0rem;
	color: #fff;
}

.text_footer_s {
	font-size: 1.2rem;
}

.link_01 {
	position: relative;
	display: inline-block;
	padding-left: 15px;
	text-decoration: none;
}

.link_01:before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	transform: rotate(45deg);
}

.link_01--w:before {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

.footer_text_tel {
	font-size: 1.8rem;
}

.footer_text_time {
	font-size: 1.2rem;
}

.footer_btn_li {
	padding-left: 0;
}

.footer_shipping_box {
	border: solid 1px #ffffff;
}

.footer_shipping_box a {
	display: block;
	padding: 10px;
	width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.footer_shipping_box a:hover {
	opacity: .7;
	transition: 0.3s;
	background: #041f41;
}

.footer_text_shipping {
	font-size: 2.0rem;
}

.footer_navi_li {
	padding-left: 0;
}

/*
.footer_navi_li li {
	border-left: 1px solid #ffffff;
}
*/

/*
.footer_navi_li li:first-child {
	border-left: none;
}
*/

.footer_navi_li li {
	border-right: 1px solid #ffffff;
}

.footer_navi_li li:last-of-type {
	border-right: none;
}

.footer_navi_li li a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.footer_navi_li li a:hover {
	opacity: .7;
	transition: 0.3s;
}

a.anchor_01 {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover.anchor_01 {
	opacity: .7;
	transition: 0.3s;
}

.footer_contact_li {
	padding-left: 0;
}

@media (max-width: 992px) {
.block_cate {
	font-size: 1.4rem;
	padding: 35px 0 0;
}

.block_cate_inner {
	padding: 0 0 35px;
}

.icon_text {
	border-bottom: solid 1px #454e52;
}

.icon_text a {
	padding: 15px 0;
	display: block;
}

.icon_text a:hover {
	opacity: .7;
	transition: 0.3s;
}

.icon_sns {
	margin-bottom: 0;
}

.bd_bt_01 {
	border-bottom: none;
}

.block_cate_inner--sp {
	padding: 0 0 0;
}

.title_b_01--sp {
	margin-bottom: 10px;
}

.box_sns a {
	display: block;
	padding: 20px 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.icon_sns {
	margin-bottom: 10px;
}

.footer_navi_li li {
	margin-bottom: 5px;
}

.footer_logo {
	margin-bottom: 10px;
}

.sp_center {
	text-align:center;
}

.footer_shipping_box a {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 90px;
	justify-content: center;
	font-size: 1.1rem;
}

.block_footer_navi , .text_footer_s {
	font-size: 1.1rem;
}
}

/*slider*/
.main_v_block {
	padding-top: 193.2px;
}

.main_v_block  img {
	width: 100%;
}

@media (max-width: 767px) {
	.main_v_block {
	padding-top: 90px;
}
}

.slide_main {
	margin: 0!important;
	padding: 0!important;
	overflow: hidden;
}

button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}

.prev-arrow, .next-arrow {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	background: rgba(4,44,93,0.7) ;
	transform: translateY(-50%);
}

.slick-arrow {
	z-index:2!important;
}

.prev-arrow {
	left:0!important;
}

.next-arrow {
	right:0!important;
}

.prev-arrow::before, .next-arrow::before {
	content: '';
	width: 9px;
	height: 9px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	border-radius: 2px;
	border: 2px solid #fff;
}

.prev-arrow::before {
	border-top: none;
	border-right: none;
	left: 15.5px;
}

.next-arrow::before {
	border-bottom: none;
	border-left: none;
	right: 15.5px;
}

.slide_01 .slick-slide , .slide_04 .slick-slide , .slide_05 .slick-slide {
	margin-right: 15px;
	margin-left: 15px;
}

@media (max-width: 767px) {
.slide_01 .slick-slide , .slide_04 .slick-slide , .slide_05 .slick-slide {
	margin-right: 7.5px;
	margin-left: 7.5px;
}
}

/* 1015_add */
/* bootstrap contents width */

@media (min-width: 576px) {
.container, .container-sm {
	max-width: 768px;
}
}

@media (min-width: 768px) {
.container, .container-md, .container-sm {
	max-width: 1200px;
}
}

@media (min-width: 1200px) {
.container {
	max-width: 1200px;
}
}

@media (min-width: 1400px) {
.container {
	max-width: 1200px;
}
}

#g-nav {
	position:fixed;
	z-index: 2000;
	top:0;
	left: -120%;
	height: 100vh;
	background: #e6e9eb;
	width: 100%;
	transition: all 0.6s;
}

#g-nav.panelactive {
	left: 0;
}

#g-nav.panelactive #g-nav-list {
	position: fixed;
	z-index: 2000;
	height: 100vh;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#g-nav-list {
	position: absolute;
	z-index: 2000;
	/* top: 90px; */
	top: 110px;
	width: 100%;
}

#g-nav-list ul {
}

/*ナビゲーション*/
#g-nav ul {
}

/*========= ボタンのためのCSS ===============*/
.sp_navi_btn {
	position:fixed;
	z-index: 3000;
	/*top: 35px;*/
	/*top: 46px;*/
	top: 51px;
	left: 0;
	cursor: pointer;
	width: 50px;
	height:50px;
}

.sp_navi_btn span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 14px;
	height: 1px;
	background-color: #454e52;
	width: 45%;
}

.sp_navi_btn span:nth-of-type(1) {
	top:15px;
}

.sp_navi_btn span:nth-of-type(2) {
	top:23px;
}

.sp_navi_btn span:nth-of-type(3) {
	top:31px;
}

.sp_navi_btn.active span:nth-of-type(1) {
	top: 18px;
	left: 18px;
	transform: translateY(6px) rotate(-45deg);
	width: 30%;
}

.sp_navi_btn.active span:nth-of-type(2) {
	opacity: 0;
}

.sp_navi_btn.active span:nth-of-type(3){
	top: 30px;
	left: 18px;
	transform: translateY(-6px) rotate(45deg);
	width: 30%;
}

.icon_sp_navi_01 {
	margin-right: 10px;
	vertical-align: middle;
}

.icon_sp_navi_02 {
	margin-bottom: 8px;
}

.box_sp_navi_01 {
	border-bottom: solid 1px #454e52;
	margin-bottom: 15px;
}

.mgnB0 {
	margin-bottom: 0;
}

.box_sp_navi_01 a {
	display: block;
	padding: 8px 0;
}

.block_sp_01 {
	padding-bottom: 35px;
}

.block_sp_02 {
	padding-bottom: 300px;
}


/* 0714add */
.block_cate {
	margin-bottom: 0;
}

.block_footer_navi {
	margin-bottom: 0;
}

a:hover {
	text-decoration: none;
}

.title_b_01 {
	width: 100%;
}

/* all_page設定 */
.fs-c-breadcrumb {
	background: #fff;
}

.fs-c-breadcrumb__list {
	max-width: 1200px;
	margin: 0 auto;
}

.fs-l-main {
	background: #fff;
	max-width: 100%;
	margin: 0 auto;
	padding: 70px 0;
}

.fs-l-pageMain {
	margin: 0 auto;
}

.fs-pt-carousel {
	background: #fff;
}

@media (max-width: 767px) {
.fs-l-main {
	padding: 35px 0;
}
}

/*0712add下層ページ*/

/*cart page*/
/*.fs-l-main {
	margin: 70px auto;
}*/

.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
	min-width: 1200px;
}

.fs-c-heading--page {
	border-bottom: none;
	color: #454e52;
	font-weight: 400;
	font-size: 2.4rem;
	margin-bottom: 70px;
	padding: 0;
	font-family: 'Josefin Sans' , 'Noto Sans JP', sans-serif,"Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro";
}

/* 1101_add */
.fs-body-cart .fs-l-cart__contentsArea {
	/*reset*/
	-ms-grid-columns: none;
	grid-template-columns: none;
	grid-column-gap: normal;
	grid-row-gap: normal;
	/*reset*/
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
	/*width: 1200px;*/ 
	margin-left: auto;
	margin-right: auto; 
}

.fs-body-cart .fs-l-cart__mainColumn {
	/*reset*/
	-ms-grid-column: auto;
	-ms-grid-row: auto;
	/*reset*/
	width: 70%;
}

.fs-c-cartTableContainer {
	border: none;
	border-radius: 0;
	padding: 0;
}

.fs-c-cartTable > thead {
	display: none;
}

.fs-c-cartTable__row {
	width: 100%;
	border: none;
	position: relative;
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	padding: 30px 30px 30px 57.73%;
	margin-bottom: 30px;
	border: 1px solid #c8c8c8;
}

.fs-c-cartTable__dataCell {
	padding: 0;
	width: 100%;
	border: none;
}

.fs-c-cartTable__dataCell {
	border: none;
	margin-bottom: 0;
}

.fs-c-cartTable__dataCell--quantity {
	border-bottom: 1px solid #c8c8c8;
	padding: 10px;
}

.fs-c-cartTable__dataCell--subtotal {
	border-top: none;
	border-bottom: 1px solid #c8c8c8;
	padding: 10px;
}

.fs-c-cartTable__dataCell--point {
	margin-bottom: 20px;
	border-top: none;
	border-bottom: 1px solid #c8c8c8;
	padding: 10px;
}

.fs-c-cartTable__dataCell {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.fs-c-cartTable__product {
	display: flex;
}

.fs-c-cartTable__product {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fs-c-cartTable__product > .fs-c-cartTable__productImage {
	padding-right: 0;
}

.fs-c-cartTable__productImage + .fs-c-cartTable__productInfo {
	/*reset*/
	-ms-grid-column: auto;
	grid-column: auto;
	-ms-grid-row: auto;
	grid-row: auto;
	/*reset*/
	width: 75%;
	margin-left: 20px;
}

.fs-c-listedProductName__variation, .fs-c-listedProductName__selection {
	font-size: 1rem;
}

.fs-c-listedProductName__variation::before, .fs-c-listedProductName__selection::before {
	content: "(";
}

.fs-c-listedProductName__variation__choice + .fs-c-listedProductName__variation__choice::before, .fs-c-listedProductName__selection__choice + .fs-c-listedProductName__variation__choice::before, .fs-c-listedProductName__variation__choice + .fs-c-listedProductName__selection__choice::before, .fs-c-listedProductName__selection__choice + .fs-c-listedProductName__selection__choice::before {
	content: "/ ";
}

.fs-c-listedProductName__variation::after, .fs-c-listedProductName__selection::after {
	content: ")";
}

.fs-c-listedProductName {
	display: flex;
	flex-direction: column;
}

.fs-c-cartTable__productName {
	margin-bottom: 25px;
	font-weight: bold;
}

.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	color: #042c5d;
}

.fs-c-cartTable__dataCell--product {
	width: 51.78%;
	position: absolute;
	top: 30px;
	left: 30px;
}

.fs-c-cartTable__actionButton > div {
	margin-left: 0;
	margin-right: 10px;
}

@media (max-width: 600px) {
.fs-c-cartTable__actionButton > div {
	margin-right: 0;
}
}

.fs-c-cartTable__actionButton button {
	margin-bottom: 10px;
}

.fs-c-button--cancel--cart .fs-c-button__label {
	display: block;
	position: relative;
	padding-left: 20px;
color: #808080!important;
}

.fs-c-button--cancel--cart .fs-c-button__label::after {
	content: '';
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	font-family: 'fs-icon';
	content: "\e911";
	color: #808080;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.8rem;
	font-size: 1.6rem;
	line-height: 1;
}

.fs-c-button--plain {
	color: #454e52;
}

.fs-c-button--plain:hover {
	text-decoration: none;
}

.fs-c-cartTable__dataCell--point::before, .fs-c-cartTable__dataCell--quantity::before, .fs-c-cartTable__dataCell--subtotal::before {
	display: inline-block;
	content: attr(data-cell-label);
	font-weight: normal;
	font-size: 1.4rem;
	margin-right: 8px;
	min-width: 2em;
}

.fs-c-cartTable__dataCell--quantity::before {
	content: attr(data-cell-label);
	display: inline-flex;
}

.fs-body-cart .fs-l-cart__sideColumn {
	/*reset*/
	border: none;
	border-radius: 0;
	padding: 0;
	-ms-grid-column: auto;
	-ms-grid-row: auto;
	-ms-grid-row-align: start;
	align-self: start;
	/*reset*/
	width: 27.5%;
	background-color: #f2f4f5;
	padding: 25px;
}

.fs-c-orderTotalTable > thead > tr:last-of-type, .fs-c-orderTotalTable > tfoot > tr:last-of-type, .fs-c-orderTotalTable > tbody > tr:last-of-type {
	/*reset*/
	border-bottom: none;
	/*reset*/
}

.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
	/*reset*/
	border-top: none;
	padding: 20px 0;
	/*reset*/
	border-bottom: 1px solid #c8c8c8;
}

.fs-c-orderTotalTable > thead > tr > th, .fs-c-orderTotalTable > tfoot > tr > th, .fs-c-orderTotalTable > tbody > tr > th {
	font-weight: 700;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__mainRow td {
	font-size: 1.8rem;
	font-weight: 700;
}

/*ショッピングを続ける_ボタン*/
.fs-c-button--standard {
	background: #ffffff;
	border: 1px solid #454e52;
	border-radius: 0px;
	color: #454e52;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 20px;
	box-shadow: none;
}

.fs-l-cart__sideColumn .fs-c-button--loginAndPurchase {
	width: 100%;
}

.fs-c-buttonContainer {
	display: block;
	align-items: normal;
	justify-content: normal;
	padding: 0;
	margin: 0 auto 25px;
}

.fs-c-button--primary {
	/*background: #454e52;
	border: 1px solid #454e52;*/
	border-radius: 0px;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 20px;
	box-shadow: none;
	min-width: auto;
	width: 280px;
}

.fs-l-cart__sideColumn .fs-c-button--unregisteredUserPurchase {
	width: 100%;
}

.fs-c-button--secondary {
	background: #ffffff;
	border: 1px solid #454e52;
	border-radius: 0px;
	color: #454e52;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 20px;
	box-shadow: none;
	min-width: auto;
}

.fs-c-button--secondary:hover {
	color: #454e52;
}

.fs-c-purchaseHere__message {
	margin-bottom: 30px;
}


@media (max-width: 767px) {
/*.fs-l-main {
	margin: 35px auto;
	padding: 0;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}*/

.fs-c-heading--page {
	margin-bottom: 50px;
}

.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
	min-width: 100%;
}

.fs-body-cart .fs-l-cart__contentsArea {
	width: 100%;
	flex-flow: column;
}

.fs-body-cart .fs-l-cart__mainColumn {
	width: 100%;
}

.fs-c-cartTable__row {
	padding: 0;
}

.fs-body-cart .fs-l-cart__sideColumn {
	width: 100%;
}

/* 1021_add */
.fs-c-cartTable__row {
	/*padding: 20px;*/
	border-top: 1px solid #c8c8c8;
	/*border-bottom: 1px solid #c8c8c8;*/
	border-right: none;
	border-left: none;

	border-bottom: none;
	padding: 20px 20px 0;
}

.fs-c-cartTable__dataCell--product {
	width: 100%;
	position: static;
	top: auto;
	left: auto;
}

.fs-c-button--primary {
	width: 100%;
}
}/*max-width: 767px*/


/*login page*/
/*まだご登録がお済みでないお客様 見出しの下をdivでくくる*/

.fs-l-pageMain {
	max-width: 1200px;
}

.fs-body-login .fs-c-loginForm, .fs-body-wishlist-login .fs-c-loginForm, .fs-body-review-login .fs-c-loginForm {
	margin: 0 auto;
	flex-direction: column;
	justify-content: center;
	max-width: 800px;
}

.fs-body-login .fs-c-registeredUsers, .fs-body-wishlist-login .fs-c-registeredUsers, .fs-body-review-login .fs-c-registeredUsers {
	/*reset*/
	flex-grow: 0;
	flex-basis: auto;
	/*reset*/
}

.fs-c-subSection {
	margin-bottom: 70px;
}

.fs-c-subSection__title {
	/*reset*/
	border-bottom: none;
	/*reset*/
	color: #454e52;;
	font-size: 1.6rem;
	margin-bottom: 40px;
	text-align: center;
}

.fs-c-inputInformation__field {
	/*reset*/
	max-width: 100%;
	/*reset*/
	margin: 0 auto;
}

#fs_Login .fs-c-inputInformation__field, .fs-body-wishlist-login .fs-c-inputInformation__field, .fs-body-review-login .fs-c-inputInformation__field {
	/*reset*/
	background: none;
	padding: 0;
	/*reset*/
	margin-bottom: 50px;
}

.fs-c-fsLogin {
	background: #f2f4f5;
	padding: 50px 120px;
}

.fs-c-inputTable__headerCell {
	margin-bottom: 15px;
}

input[type="text"], input[type="reset"], input[type="number"], input[type="password"], input[type="email"], input[type="tel"] {
	border: 1px solid #c8c8c8;
	padding: 10px;
}

.fs-c-fsLogin .fs-c-buttonContainer , .fs-c-buttonContainer {
	display: flex;
	align-items: normal;
	justify-content: center;
	padding: 0;
	margin: 0 auto;
}

.fs-c-cartPayment__button {
	margin-top: 20px;
}

.fs-c-button--login, .fs-c-button--memberRegister {
	width: 280px;
}

.fs-c-inputInformation__link {
	text-align: center;
	margin-top: 25px;
}

.fs-body-login .fs-c-newUsers, .fs-body-wishlist-login .fs-c-newUsers, .fs-body-review-login .fs-c-newUsers {
	/*reset*/
	margin-left: 0;
	/*reset*/
	border: solid 1px #c8c8c8;
	padding: 50px 120px;
}

.fs-c-newUsers__message {
	text-align: center;
	margin-bottom: 50px;
}

@media (max-width: 767px) {

.fs-l-pageMain {
	max-width: 100%;
}

.fs-body-login .fs-c-loginForm, .fs-body-wishlist-login .fs-c-loginForm, .fs-body-review-login .fs-c-loginForm {
	max-width: 100%;
}

.fs-c-subSection {
	margin-bottom: 35px;
}

.fs-c-subSection__title {
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.fs-c-fsLogin , .fs-body-login .fs-c-newUsers, .fs-body-wishlist-login .fs-c-newUsers, .fs-body-review-login .fs-c-newUsers {
	padding: 15px;
}

.fs-body-login .fs-c-inputInformation__field {
	margin-bottom: 24px;
}

.fs-c-button--login, .fs-c-button--memberRegister {
	width: 100%;
}

.fs-c-newUsers__message {
	text-align: left;
	margin-bottom: 25px;
}

#fs_Login .fs-c-inputInformation__field, .fs-body-wishlist-login .fs-c-inputInformation__field, .fs-body-review-login .fs-c-inputInformation__field {
	margin-bottom: 25px;
}
}/*max-width: 767px*/


/*customer-details*/
/*.fs-l-main {
	padding: 0;
	max-width: 1200px;
}*/

#fs_CustomerDetails .fs-c-inputInformation {
	max-width: 800px;
	margin: 0 auto;
}

[type="hidden"], [type="text"], [type="search"], [type="tel"], [type="url"], [type="email"], [type="password"], [type="datetime"], [type="date"], [type="month"], [type="week"], [type="time"], [type="datetime-local"], [type="number"], select, textarea {
	border: 1px solid #c8c8c8;
	padding: 10px;
}

.fs-c-dropdown__menu {
	color: #454e52;
	padding: 10px 4em 10px 10px;
}

.fs-c-requiredMark::before {
	color: #990000;
}

.fs-c-agreementConfirmation__message {
	padding: 10px;
	margin-bottom: 20px;
}

.fs-c-checkbox , .fs-c-agreementConfirmationArea__message , .fs-c-agreementConfirmation__addon__message, .fs-c-inputGroup {
	margin-bottom: 20px;
}

.fs-c-button--registerAndContinue {
	width: 280px;
}

@media (max-width: 767px) {
#fs_registerAndContinue {
	width: 100%;
}

.fs-c-button--registerAndContinue {
	width: 100%;
}

/* common */
/* .fs-l-main {
	padding-left: 15px;
	padding-right: 15px;
} */
}/*max-width: 767px*/

/*newsletter*/
.fs-c-inputInformation {
	max-width: 800px;
	margin: 0 auto;
}

.fs-l-block--center {
	max-width: 800px;
	margin: 50px auto 0;
}

.fs-c-button--confirmRegister {
	width: 280px;
}

#fs_NewsletterSubscribe .fs-c-inputInformation__field {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
.fs-c-inputInformation {
	max-width: 100%;
}

.fs-l-block--center {
	max-width: 100%;
	margin: 25px auto 0;
}

.fs-c-button--confirmRegister {
	width: 100%;
}

#fs_NewsletterSubscribe .fs-c-inputInformation__field {
	margin-bottom: 25px;
}
}/*max-width: 767px*/

/*my*/
.fs-body-my-top .fs-p-accountInfo {
	flex-basis: 27.5%;
}

.fs-body-my-top .fs-c-accountService {
	flex-basis: 70%;
}

.fs-c-accountService__page {
	flex-basis: 144px;
	height: 144px;
}

.fs-c-accountService__page:not(.fs-c-accountService__page--accountDelete) .fs-c-accountService__pageLink {
	box-shadow: none;
	background: #ffffff;
	border: 1px solid #454e52;
	border-radius: 0;
	color: #454e52;
	width: 100%;
}

.fs-p-accountInfo {
	background: #f2f4f5;
	color: #454e52;
	padding: 25px;
}

.fs-p-accountInfo__point__point__available__number {
	color: #454e52;
	font-size: 1.5rem;
}

.fs-p-accountInfo__accountName__name {
	font-weight: 700;
}

.fs-p-accountInfo__accountName__nameLabel {
	font-size: 1.0rem;
	padding-left: 10px;
}

.fs-p-accountInfo__point__point__available__numberLabel {
	display: none;
}

.fs-p-accountInfo__body {
	text-align: left;
	background: none;
	padding: 0;
	margin-bottom: 0;
	font-size: 1.2rem;
}

.fs-p-accountInfo__point {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top: 1px solid #c8c8c8;
	padding-top: 20px;
	margin-top: 20px;
}

.fs-p-accountInfo__point__point__rate {
	font-size: 1.0rem;
}

.fs-p-accountInfo__point__point__available__numberLabel {
	font-size: 1.0rem;
}

.fs-p-accountInfo__point__label {
	width: 50%;
}

.fs-p-accountInfo__point__point {
	width: 50%;
	display: flex;
	flex-direction: column;
	text-align: right;
}

.fs-c-purchasePointExpiration {
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #c8c8c8;
	padding-top: 20px;
	margin-top: 20px;
}

@media (max-width: 767px) {
.fs-body-my-top .fs-p-accountInfo {
	flex-basis: 100%;
}

.fs-body-my-top .fs-c-accountService {
	flex-basis: 100%;
}

.fs-c-accountService {
	flex-wrap: wrap;
	margin-left: -7px;
	margin-right: -7px;
}

.fs-c-accountService__page {
	flex-basis: calc(50% - 14px);
	height: auto;
	margin: 7px;
}

.fs-c-accountService__pageLink {
	padding: 7px 0 15px;
}
}/*max-width: 767px*/


/*addressbook*/
#fs_MyAddressBook .fs-c-addressBookList , #fs_MyAddressBook .fs-c-buttonContainer {
	max-width: 800px;
	margin: 0 auto;
}

.fs-c-listTable {
	margin: 60px 0;
}

.fs-p-announcement__title {
	color: #454e52;
	font-size: 1.6rem;
	margin: 0 0 20px 0;
}

.fs-c-list li {
	margin-bottom: 5px;
}

.fs-c-listTable > tbody {
	border: 1px solid #c8c8c8;
}

.fs-c-listTable th, .fs-c-listTable td {
	border-right: none;
	border-left: none;
	padding: 30px;
}

.fs-c-buttonContainer--deleteChange {
	flex-direction: row;
	justify-content: flex-end;
}

.fs-c-buttonContainer--deleteChange > [class^="fs-c-button"] {
	font-size: 1.3rem;
}

.fs-c-buttonContainer--deleteChange > * + * {
	margin: 0 0 0 10px;
}

.fs-c-button--addToAddressbook {
	background: #454e52;
	border: 1px solid #454e52;
	border-radius: 0px;
	color: #ffffff;
}

.fs-c-button--addToAddressbook:hover {
	color: #ffffff;
}

.fs-c-button--changeInfomation {
	background: #454e52;
	border: 1px solid #454e52;
	border-radius: 0px;
	color: #ffffff;
}

.fs-c-button--changeInfomation:hover {
	color: #ffffff;
}

.fs-c-button--changeInfomation , .fs-c-button--delete {
	width: 100px;
}

.fs-c-button--myPageTop {
	background: #ffffff;
	border: 1px solid #454e52;
	border-radius: 0px;
	color: #454e52;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 20px;
	min-width: auto;
	width: 280px;
}

@media (max-width: 767px) {
#fs_MyAddressBook .fs-c-addressBookList , #fs_MyAddressBook .fs-c-buttonContainer {
	max-width: 100%;
}

.fs-c-addressBookList__count {
	margin-top: 20px;
}

.fs-c-listTable {
	margin: 30px 0;
}

.fs-c-listTable th, .fs-c-listTable td {
	padding: 15px;
}

.fs-c-button--myPageTop {
	width: 100%;
}

.fs-c-buttonContainer--deleteChange {
	flex-direction: row;
	justify-content: center;
}

.fs-c-buttonContainer--deleteChange > [class^="fs-c-button"] {
	width: 100%;
}
}/*max-width: 767px*/


/*guide*/
.fs-c-documentArticle__heading {
	background: none;
	color: #454e52;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: left;
	border-bottom: solid 1px #c8c8c8;
}

.fs-c-documentArticle__content {
	padding: 0;
}

.fs-c-documentArticle + .fs-c-documentArticle {
	margin-top: 60px;
}

.fs-c-documentColumn__heading {
	color: #454e52;
	border: none;
	font-weight: 700;
	font-size: 1.3rem;
	padding: 0;
	/*margin-bottom: 0;*/
	margin-bottom: 20px;
}

.fs-c-documentColumn__heading:before {
	content:'● ';
	color: #454e52;
}

@media (max-width: 767px) {
.fs-c-documentArticle + .fs-c-documentArticle {
	margin-top: 30px;
}

.fs-c-documentArticle__heading {
	margin: 0 0 10px;
	padding: 0 0 10px;
}
}/*max-width: 767px*/


/*register*/
#fs_Register .fs-c-dropdown__menu {
	padding: 10px 50px 10px 10px;
}

/*account_delete*/
.fs-c-inputTable {
	table-layout: fixed;
}

.fs-c-inputTable {
	width: 100%;
}

.fs-c-inputTable tr {
	display: table-row;
	/*border-bottom: 1px solid #c8c8c8;*/
}

.fs-c-inputTable .fs-c-inputTable__headerCell {
	display: table-cell;
	width: 30%;
	/*padding: 30px;*/
}

.fs-c-inputTable .fs-c-inputTable__dataCell {
	display: table-cell;
	width: 70%;
	/*padding: 30px;*/
}

.fs-c-inputTable > tbody > tr {
	flex-direction: row;
	align-items: center;
	padding: 15px 0;
}

.fs-c-inputInformation__message {
	padding: 30px;
	border: solid 1px #c8c8c8;
}

.fs-c-inputTable__headerCell {
	margin-bottom: 0;
}

.fs-c-inputTable > tbody > tr + tr {
	margin-top: 0;
}

.fs-c-inputInformation__field--display .fs-c-inputTable__headerCell {
	font-size: 1.3rem;
}

.fs-c-buttonContainer--pair {
	display: flex;
	-ms-grid-columns: none;
	grid-template-columns: none;
	-ms-grid-rows: auto;
	grid-row-gap: normal;
}

.fs-c-buttonContainer--pair {
	/*reset*/
	-ms-grid-columns: none;
	grid-template-columns: none;
	-ms-grid-rows: auto;
	grid-column-gap: normal;
	/*reset*/
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.fs-c-buttonContainer--pair .fs-c-button--primary, .fs-c-buttonContainer--pair .fs-c-button--standard {
	width: 228px;
	margin-left: 10px;
	margin-right: 10px;
}

.fs-c-inputInformation__button {
	/*margin-bottom: 60px;*/
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.fs-c-inputTable .fs-c-inputTable__headerCell {
	display: table-cell;
	width: 100%;
	padding: 15px 0;
	/*background-color: #f2f4f5;*/
}

.fs-c-inputTable .fs-c-inputTable__dataCell {
	display: table-cell;
	width: 100%;
	padding: 0;
}

.fs-c-inputTable tr {
	border-bottom: none;
}

.fs-c-buttonContainer--pair {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.fs-c-buttonContainer--pair .fs-c-button--primary, .fs-c-buttonContainer--pair .fs-c-button--standard {
	width: 48%;
	margin: 0;
}

.fs-c-inputInformation__button {
	margin-bottom: 30px;
}

.fs-c-inputTable > tbody > tr {
	padding: 0;
}
.fs-c-inputInformation__message {
	padding: 15px;
}
}/*max-width: 767px*/

/*account settings*/
.fs-c-button--change {
	width: 280px;
}

.fs-c-inputInformation__field  {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
.fs-c-button--change {
	width: 100%;
}

.fs-c-inputInformation__field  {
	margin-bottom: 30px;
}
}/*max-width: 767px*/

/*password*/
.fs-body-my-account-password .fs-c-inputInformation__field {
	background: none;
	padding: 0;
}

.fs-c-inputGroup, .fs-c-inputGroup--vertical, .fs-c-inputGroup--inline {
	border: 1px solid #c8c8c8;
	/*padding: 10px;*/
	padding: 0 10px 0 0;
}

.fs-c-checkbox, .fs-c-agreementConfirmationArea__message, .fs-c-agreementConfirmation__addon__message, .fs-c-inputGroup {
	margin-bottom: 0;
}

.fs-c-button--send {
	width: 280px;
}

/*products page*/
.sticky {
	position: -webkit-sticky;
	position: sticky;
	/*top: 0;*/
	top: 141px;
}

/* 2カラムレイアウト */
.fs-l-productLayout {
	width: 100%;
	display:-webkit-box;
	display: flex;
	justify-content: space-between;
}

.fs-l-productLayout__item--2 {
	-webkit-flex: 0 1 50%;
	flex: 0 1 50%;
	width: 48.75%;
}

/* .stickyは.ly_plan-leftareaではなくここに付きます */
.fs-l-productLayout__item--2_inner {
	width: 100%;
	/* height: 100vh; */
	display: flex;
	flex-direction: column;
}
.fs-l-productLayout__item--1 {
	-webkit-flex: 0 1 50%;
	flex: 0 1 50%;
	width: 48.75%;
}

/*.fs-l-product2 .fs-l-productLayout {
	display: flex;
	grid-template-columns: none;
	grid-gap: 30px;
	align-items: normal;
}*/

.fs-l-product .fs-l-productLayout {
	display: -webkit-flex;
	display: flex;
	grid-template-columns: none;
	grid-gap: 30px;
	align-items: normal;
}

.fs-c-productNameHeading {
	color: #454e52;
	font-size: 2.0rem;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1.6;
}

.fs-c-productPrices--productDetail .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	font-size: 2.0rem;
	font-weight: 700;
}

.fs-c-variationCart--withImage > li {
	border-bottom: solid 1px #c8c8c8;
	padding: 25px 0;
}

.fs-c-variationList__item__cart {
	border-top: solid 1px #c8c8c8;
}

.fs-c-variationCart > li + li {
	margin-top: 0;
}

.fs-c-productNumber {
	border: none;
	display: block;
	font-size: 1.4rem;
	padding: 0;
	margin-bottom: 40px;
}

.fs-c-productPrices {
	margin-bottom: 35px;
}

.fs-c-button--addToCart--variation {
	background: #042c5d;
	border: 1px solid #042c5d;
}

@media (max-width: 767px) {
.sticky {
	position: static;
	position: static;
	top: auto;
}

/* 2カラムレイアウト */
.fs-l-productLayout {
	flex-direction: column ;
}

.fs-l-productLayout__item--2 {
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	width: 100%;
}

.fs-l-productLayout__item--1 {
	-webkit-flex: 0 1 100%;
	flex: 0 1 100%;
	width: 100%;
	order: 2;
}

/*.fs-l-product2 .fs-l-productLayout {
	grid-gap: normal
}*/

.fs-l-product .fs-l-productLayout {
	grid-gap: normal
}

.fs-c-productNameHeading {

	margin-bottom: 15px;
}

.fs-c-variationCart--withImage > li {
	padding: 12px 0;
}

.fs-c-productNumber {
	margin-bottom: 20px;
}

.fs-c-productPrices {
	margin-bottom: 15px;
}

.fs-c-productNameHeading {
	font-size: 1.5rem;
}
}/*max-width: 767px*/


[class^="fs-body-checkout"] .fs-l-checkout {
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: flex-start;
}

[class^="fs-body-checkout"] .fs-l-checkout__mainColumn {
	flex-grow: 0;
	max-width: none;
	padding-right: 0;
	width: 70%;
}

[class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
	/*reset*/
	margin-top: 0;
	flex-grow: 0;
	flex-basis: auto;
	min-width: 0;
	/*reset*/
	width: 27.5%;
	background-color: #f2f4f5;
	padding: 25px;
}

.fs-l-checkout__mainColumn .fs-c-checkout-preview {
	border: 1px solid #c8c8c8;
	border-radius: 0;
	padding: 25px;
	background: none;
	color: #454e52;
}

.fs-l-checkout__sideColumn .fs-c-checkout-preview {
	border: none;
	border-radius: 0;
	padding: 0;
	background: none;
	color: #454e52;
}

.fs-c-checkout-customerInfo__name, .fs-c-checkout-destination__name {
	font-size: 1.4rem;
	margin-bottom: 30px;
}

.fs-c-checkout-preview__title {
	border-bottom: 1px solid #c8c8c8;
	font-size: 1.4rem;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
}

.fs-l-checkout__sideColumn .fs-c-checkout-preview__title {
	border-bottom: none;
	padding: 0;
}

.fs-c-checkout-destination__destination {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: column;
}

.fs-c-checkout-destination__list {
	margin-bottom: 25px;
}

.fs-c-checkout-destination__control {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 0;
}

.fs-c-checkout-destination__body .fs-c-checkout-destination__button {
	margin-left: 20px;
}

.fs-c-checkout-destination__control > * + * {
	margin-top: 0;
}

#fs_button_changeShippingAddress {
	display: inline;
	margin: 0;
}

.fs-c-button--change--small {
	background: #454e52;
	border: 1px solid #454e52;
	color: #ffffff;
	width: 200px;
}

.fs-c-button--chooseDestination {
	width: 200px;
}

.fs-c-button--change--small:hover {
	color: #ffffff;
}

.fs-c-checkout-customerInfo {
	margin-bottom: 25px;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__total > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__total > td, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > th, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
	border-top-width: 0;
	border-top-style: none;
}

.fs-c-orderTotalTable .fs-c-orderTotalTable__total > td, .fs-c-orderTotalTable .fs-c-orderTotalTable__grandTotal > td {
	font-size: 1.8rem;
	font-weight: 500;
}

.fs-c-orderTotalTable {
	margin-bottom: 25px;
}

.fs-c-orderTotalTable > thead > tr th, .fs-c-orderTotalTable > thead > tr td, .fs-c-orderTotalTable > tfoot > tr th, .fs-c-orderTotalTable > tfoot > tr td, .fs-c-orderTotalTable > tbody > tr th, .fs-c-orderTotalTable > tbody > tr td {
	border-bottom: 1px solid #c8c8c8;
}

.fs-c-totalAndActions button:not(.fs-c-button--image) {
	font-size: 1.3rem;
}

.fs-c-checkout-paymentMethod {
	border: none;
}

.fs-c-checkout-paymentMethod__title {
	background: none;
	color: #454e52;
}

.fs-c-checkout-delivery__method {
	background: none;
	padding: 0;
	margin-bottom: 25px;
}

.fs-c-checkout-delivery__method__message {
	background: none;
	border: none;
	color: #454e52;
	margin: 0;
	padding:0;
}

#fs_Checkout .fs-c-cartTable__dataCell--product {
	width: 100%;
	position: static;
	top: auto;
	left: auto;
}

#fs_Checkout .fs-c-cartTable__row {
	padding: 20px;
}

@media (max-width: 767px) {
[class^="fs-body-checkout"] .fs-l-checkout {
	flex-direction: column;
}

[class^="fs-body-checkout"] .fs-l-checkout__mainColumn {
	width: 100%;
}

[class^="fs-body-checkout"] .fs-l-checkout__sideColumn {
	width: 100%;
}

.fs-c-checkout-destination__control {
	flex-direction: column;
}

.fs-c-checkout-destination__body .fs-c-checkout-destination__button {
	margin-left: 0;
	margin-top: 20px;
}

#fs_button_changeShippingAddress {
	width: 100%;
}

.fs-c-button--change--small {
	width: 100%;
}

.fs-c-button--chooseDestination {
	width: 100%;
}

#fs_button_selectShippingAddress {
	width: 100%;
}

#fs_Checkout  .fs-c-cartTable__row {
	padding: 0;
	border-top: none;
	border-bottom: none;
}

[class^="fs-body-checkout"] .fs-l-checkout__mainColumn > * + * {
	margin: 24px 0;
}
}/*max-width: 767px*/

/*member-agreement
.fs-c-orderedList {
	margin: 15px 0;
}*/

/*shipping-payment*/
.fs-body-about-shippingPayment .fs-c-specTableContainer {
	margin: 20px 0;
}

/*login?type=cart*/
.fs-body-cart-login .fs-c-loginForm {
	margin: 0 auto;
	max-width: 800px;
}

.fs-body-cart-login .fs-c-inputInformation__field {
	background: none;
	padding: 0;
}

.fs-body-cart-login .fs-c-guestPurchase {
	border-top: none;
	margin-top: 70px;
	padding-top: 0;
}

.fs-c-button--guestPurchase.fs-c-button--plain {
	border-bottom: solid 1px #454e52;
	padding-bottom: 10px;
}

.fs-c-button--guestPurchase.fs-c-button--plain {
    border: solid 1px #454e52;
    padding: 20px;
    width: 280px;
}

@media (max-width: 767px) {
.fs-body-cart-login .fs-c-loginForm {
	max-width: 100%;
}

.fs-c-button--guestPurchase.fs-c-button--plain {
    width: 100%;
}

.fs-body-cart-login .fs-c-guestPurchase {
	margin-top: 35px;
}
}

/*info_guide*/
.guide_link_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -1%;
	margin-left: -1%;
}

.guide_link_block li {
	width: 31.333333%;
	margin: 0 1% 20px;
	border: solid 1px #c8c8c8;
}

.guide_link_block li a {
	display: block;
	padding: 15px 5px;
	text-align: center;
}

.guide_link_block li a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.guide_link_block li a:hover {
	opacity: .7;
	transition: 0.3s;
}

@media (max-width: 767px) {
.guide_link_block {
	/*flex-direction: column;*/
	font-size: 12px;
	justify-content: space-between;
}

.guide_link_block li {
	width: 46%;
	margin: 0 1% 15px;
}

.guide_link_block li a {
	width: 100%;
	padding: 5px;
	display: flex;
	align-items: center;
	min-height: 50px;
	justify-content: center;
}
}

.text_emphasis--red {
	color:#990000;
}

/*guide*/
.page_list_01 > li + li {
	margin-top: 30px;
}

.page_list_01 {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}

.page_list_01 li {
	position: relative;
}

.page_list_01 li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	border: 1px solid #454e52;
	border-radius: 50%;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.3em;
	height: 1.3em;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 1.2rem;
	margin-top: 2px;
	padding-bottom: 1px;
}

.title_sub_page_01 {
	border-bottom: solid 1px #454e52;
	margin-bottom: 15px;
	display: inline-block;
	padding-left: 20px;
	padding-bottom: 5px;
}

.page_list_square > li + li {
	margin-top: 30px;
}

.page_list_square li:before {
	content:  "";
	width:  10px;
	height:  10px;
	display:  inline-block;
	background-color: #454e52;
	position:  relative;
	top: 0;
}

.title_sub_page_02 {
	margin-bottom: 15px;
	display: inline-block;
	padding-left: 5px;
}

/*anchor*/
.anchor_basic_01 a {
	position: relative;
	text-align: left;
	padding: 0 0 0 15px;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
}

.anchor_basic_01 a::before {
	content: '';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #454e52;
	border-right: solid 1px #454e52;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}

.anchor_basic_01 a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.anchor_basic_01 a:hover {
	opacity: .7;
	transition: 0.3s;
}

/*0722_add*/
.title_product_01 {
	font-size: 1.4rem;
	font-weight: bold;
	letter-spacing: .1rem;
	border-bottom: solid 1px #454e52;
	display: inline-block;
	padding-bottom: 4px;
	margin-bottom: 30px;
}

.fs-c-productThumbnail {
	margin-bottom: 30px;
}

.fs-p-productDescription.fs-p-productDescription--full {
    margin-bottom: 30px;
}

.fs-c-productMarks {
	margin-bottom: 20px;
}

.fs-c-productMark__item {
	margin-right: 10px;
	/* margin-top: 10px; */
	margin-top: 0;
}

.fs-c-productMark__mark {
	border-radius: 0;
	font-size: 1.1rem;
	padding: 5px 8px;
}

.label_red {
	border: solid 1px #900;
	color: #900;
	background: #fff;
}

.label_blue {
	border: solid 1px #042c5d;
	color: #042c5d;
	background: #fff;
}

.label_red_white {
	border: solid 1px #900;
	background: #900;
	color: #ffffff;
}

.label_blue_white {
	border: solid 1px #042c5d;
	background: #042c5d;
	color: #ffffff;
}

.label_gray {
	border: solid 1px #454e52;
	color: #454e52;
	background: #fff;
}

.label_gray_white {
	border: solid 1px #454e52;
	background: #454e52;
	color: #ffffff;
}

.fs-c-productNameHeading__copy {
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
	margin-bottom: 10px;
}

.fs-c-productNumber__number {
	font-weight: normal;
}

@media (max-width: 767px) {
.fs-c-productMark__mark {
	font-size: 1.0rem;
	padding: 4px 6px;
}
}



/*0724_add*/
.fs-c-variationCart > li {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: auto auto 200px auto;
	grid-template-columns: auto 1fr 200px auto;
	align-items: center;
}

.fs-c-variationCart__variationName {
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.fs-c-variationCart__wishlist {
	padding-left: 10px;
	order: 4;
}

.fs-c-price__currencyMark {
	margin-right: 10px;
}

.fs-c-productPrice__addon {
	margin-left: 10px;
}

@media (max-width: 767px) {
.fs-c-variationCart > li {
	grid-template-columns: auto 1fr auto auto;
}

.fs-c-variationCart__variationName {
	font-size: 1rem;
}

.fs-c-variationCart__variationName__shippingDate, .fs-c-variationCart__variationName__stock {
	font-size: 1rem;
}
}



/* 商品詳細 movie */
.product_movie {
	position: relative;
	width:100%;
	height:0;
	padding-top: 56.25%; /* (16:9) */
	margin-bottom: 30px;
}

.product_movie iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* 商品詳細 size */
.product_block_01 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.product_box_01 {
	width: 49%;
	margin-bottom: 30px;
}

.list_product_size {
	border-bottom: solid 1px #c8c8c8;
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
}

.list_product_size dt {
	width: 30%;
}

.list_product_size dd {
	width: 70%;
	text-align: center;
}

.img_product_bag_size {
	max-height: 220px;
}

@media (max-width: 767px) {
.product_block_01 {
	flex-direction: column;
}
.product_box_01 {
	width: 100%;
}

.product_box_01.product_size_bag_image {
    width: 60%;
}

.img_product_bag_size {
	max-height: 100%;
}
}

/*0726_add top*/
#fs_Top .fs-l-main {
	background: none;
	max-width: 100%;
	margin: 0 auto;
	padding: 0;
}

#fs_Top .fs-l-pageMain {
	max-width: 100%;
}
/* 商品ページ用 */
@media screen and (max-width: 768px) { 

.fs-c-variationList__item__cart{
    max-height: 520px;
    overflow: scroll;
}
    .fs-l-productLayout__item--2_inner .fs-c-variationAndActions{
        background-color: #fff;
        width: 100%;
        z-index: 100000001;
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 10px;
        display:none;
    }
	.fs-l-productLayout__item--2_inner .fs-c-productReview{
		display: none;
	}

    .sp_btn_cart{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 14px 20px 14px;
        background-color: #042c5d;
        color: #fff;
text-align: center;
    font-size: 28px;
    }
.sp_btn_cart img{
    margin-right: 4px;
    margin-top: -5px;
    height: 28px;
    }
    #addCart{
    /*text-align: center;
    margin: auto;
    display: block;*/
    }
    .sp_overlay{
        display:none;
        background-color: #000;
        height: 100%;
        width: 100%;
        z-index: 100000000;
        position: fixed;
        top: 0;
        left: 0;
        opacity: 0.5;
    }
    

.close span{
    text-align: center;
    margin: auto;
    display: block;
    background-color: #ddd;
    padding: 5px 0 5px;
}
}
@media screen and (min-width:769px) {
    .sp_btn_cart{
        display:none;
        }
        
        .sp_overlay{
        display:none;
        }
        
        .modal .close {
        display:none;
        }
	#spAddReview .fs-c-productReview{
		display: none;
	}
}

/*2207_add dealer */
.box_dealer {
	margin-top: 30px;
}

.box_dealer a {
	border: solid 1px #c8c8c8;
	padding: 10px;
	min-height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block_dealer .row .list_dealer:nth-child(-n+3) .box_dealer {
	margin-top: 0;
}

/*2207_add dealer */
.box_dealer {
	margin-top: 30px;
}

.box_dealer a {
	border: solid 1px #c8c8c8;
	padding: 10px;
	min-height: 160px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.block_dealer .row .list_dealer:nth-child(-n+3) .box_dealer {
	margin-top: 0;
}

@media (max-width: 767px) {
.box_dealer {
	margin-top: 15px;
}

.box_dealer a {
	padding: 10px;
	min-height: 100px;
}

.block_dealer .row .list_dealer:nth-child(-n+3) .box_dealer {
	margin-top: 15px;
}

.block_dealer .row .list_dealer:nth-child(-n+2) .box_dealer {
	margin-top: 0;
}
}

/*2207_add terms */
.fs-c-explainList {
	grid-column-gap: 100px;
	grid-row-gap: 20px;
}

@media (max-width: 767px) {
.fs-c-explainList dd:not(:last-child) {
	margin-bottom: 25px;
}

.fs-c-explainList dt {
	margin-bottom: 5px;
}
}

/*2207_add privacy-policy */
.fs-c-orderedList > li::before {
	color: #454e52;;
}

address {
	line-height: 2;
}

.text_emphasis--big {
	font-size: 1.6rem;
}

/*2207_add member-agreement */
.fs-c-orderedList > li .fs-c-dotList {
	margin: 20px 0 30px 2px;
	padding-left: 1em;
	border-left: none;
}

.fs-c-dotList > li::before {
	content: "・";
	display: inline-block;
	text-align: right;
	width: 1.5em;
	padding-right: .5em;
	box-sizing: content-box;
}

.fs-c-privacyPolicyAgreeField.fs-c-additionalCheckField {
	margin-top: 10px;
}

.fs-c-checkbox__labelText a {
	text-decoration: underline;
	transition: all 0.3s;
}

.fs-c-checkbox__labelText a:hover {
	opacity: .7;
	transition: 0.3s;
	text-decoration: none;
}

.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
	background: #042c5d;
	border-color: #042c5d;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark::before {
	background: #042c5d;
}

.fs-c-radio__radio:checked:enabled + label > .fs-c-radio__radioMark {
	border-color: #042c5d;
}

.fs-c-inputField__explanation {
	margin-top: 10px;
}

.fs-c-inputInformation__message {
	margin: 50px auto;
}


/* 2207_add info_faq */
.accordion-single  {
	margin-top: 10px;
}

.accordion-single-title {
	padding: 20px 50px 20px 20px;
	cursor: pointer;
	position: relative;
	font-size: 1.4rem;
	margin: 0;
	font-weight: 500;
	color: #042c5d;
	background: rgba(126, 126, 126, 0.08);
}

.accordion-single-title::after, .accordion-single-title::before{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0, -50%);
	width: 14px;
	height: 2px;
	background: #042c5d;
	transition: 0.2s ease transform;
}

.accordion-single-title::after {
	transform: translate(0, -50%) rotate(-90deg);
}

.accordion-single-item.is-open .accordion-single-title::after  {
	transform: translate(0, -50%) rotate(0deg);
}

.accordion-single-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s ease-in-out;
}

.accordion-single-item.is-open .accordion-single-content  {
	max-height: var(--max-height);
}

.accordion-single-item {
    margin-top: 20px;
}

.accordion-single-item:first-child {
    margin-top: 0;
}

.icon_faq_q {
	position: relative;
	padding-left: 30px;
}

.icon_faq_q::before {
	content: 'Q';
	color: #042c5d;
	font-size: 2rem;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1;
}

.accordion-single-content_inner {
	position: relative;
	padding: 30px 50px;
}

.accordion-single-content_inner::before {
	content: 'A';
	font-size: 2rem;
	padding-right: 20px;
	position: absolute;
	left: 20px;
	top: 30px;
	line-height: 1;
}

.title_collection_01 {
	font-family: 'Oswald', sans-serif;
	font-size: 4.0rem;
	line-height: 1.25em;
	letter-spacing: 0.1em;
	font-weight: 300;
}

.list_collection li {
	margin-top: 100px;
}

.list_collection li:first-child {
	margin-top: 0;
}

/* 2208_add COMPANY */
.gMap1 #map, .gMap2 #map2 {
	width: 100%;
	height: 480px;
	margin-bottom: 24px;
}

/* 2208_add SHOPLIST */
.title_shoplist {
	margin-bottom: 30px;
	font-weight: 700;
	line-height: 1.8;
}

.title_shoplist a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 700;
	text-decoration: underline;
}

.title_shoplist a:hover {
	opacity: .7;
	transition: 0.3s;
}

.title_shoplist {
	margin-bottom: 20px;
}

.text_shoplist_address {
	margin-bottom: 20px;
}

.text_shoplist_tel {
	margin-bottom: 20px;
}

/* 2208_add common */
.box_column {
	display: flex;
	flex-direction: column;
}

.box_column_h_adjust {
	flex-grow: 1;
}

.box_column--mg {
	margin-top: 60px;
}

.box_column--mg:nth-child(-n+3) {
	margin-top: 0;
}

@media (max-width: 767px) {
.box_column--mg {
	margin-top: 30px;
}

.box_column--mg:nth-child(-n+3) {
	margin-top: 30px;
}

.box_column--mg:first-child {
	margin-top: 0;
}
}

/* 2208_add A.D.M.J.TV */
.movie_admjtv {
	margin-bottom: 10px;
}

.box_movie_admjtv {
	max-width: 600px;
	margin: 0 auto;
	margin-bottom: 60px;
}

@media (max-width: 767px) {
.box_movie_admjtv {
	max-width: 100%;
	margin-bottom: 30px;
}
}


/* 2208_add CONCEPT */
@font-face {
	font-family: 'Mincho';
	font-style: normal;
	font-weight: normal;
	src: url('https://cdn.leafscape.be/Harenosora/harenosora_web.woff2')
	format("woff2");
}

@import url('https://fonts.googleapis.com/css2?family=Old+Standard+TT:wght@400;700&display=swap');

.block_concept_copy {
	position: relative;
}

.box_concept_copy {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.text_concept_copy {
	text-align: center;
	color: #fff;
}

.text_concept_copy--jp {
	font-family: 'Mincho', serif;
	font-size: 1.8rem;
	line-height: 2.0;
	letter-spacing: 0.05;
	margin: 0 auto 20px;
}

.text_concept_copy--en {
	font-family: 'Old Standard TT', serif;
	font-style: italic;
	font-size: 1.8rem;
	line-height: 1.72;
	letter-spacing: 0.025;
}

.title_concept_01 {
	font-family: 'Old Standard TT', serif;
	font-style: italic;
	font-size: 3.2rem;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 70px;
}


.box_concept_01 .logo_concept_01 {
	width: 100%;
	padding: 0;
	margin: 0 auto 70px;
}

.img_admj {
	width: 110px;
}

.img_acoba {
	 width: 114px;
}

.box_concept_01 {
	margin-bottom: 40px;
}

.title_concept_logo {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0 auto 10px;
}

@media (max-width: 767px) {
.text_concept_copy--jp {
	font-size: 1.2rem;
}

.text_concept_copy--en {
	font-size: 1.2rem;
}

.title_concept_01 {
	font-size: 2.4rem;
	margin-bottom: 20px;
}

.box_concept_01 .logo_concept_01 {
	margin: 0 auto 35px;
}

.box_concept_01 {
	margin-bottom: 20px;
}
}

/* 2208_add COLLECTION */
.box_collection_title {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.title_collection_01 {
	font-family: 'Oswald', sans-serif;
	font-size: 4.0rem;
	line-height: 1.25em;
	letter-spacing: 0.1em;
	font-weight: 300;
}

.list_collection li {
	margin-top: 100px;
}

.list_collection li:first-child {
	margin-top: 0;
}

.collection_mgnB_100 {
	margin-bottom: 100px;
}

.list_collection_ar {
	width: 80%;
	margin: 0 auto;
}

.box_collection_ar {
	display: flex;
}

.box_collection_ar li {
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.title_collection_ar {
	font-size: 1.3rem;
	letter-spacing: 0.2em;
}

.title_collection_ar_s {
	font-family: 'Oswald', sans-serif;
	font-size: 4.0rem;
	line-height: 1.25em;
	letter-spacing: 0.1em;
	font-weight: 300;
}

.list_collection_ar ul:first-child {
	width: 100%;
	*zoom: 1;
}

.list_collection_ar ul:first-child {
	padding: 0 0 40px;
	margin: 0 auto 40px;
	border-bottom: solid 1px #454e52;
}

.box_collection_ar a {
	display: inherit;
}

@media (max-width: 767px) {
.list_collection li {
	margin-top: 50px;
}

.collection_mgnB_100 {
	margin-bottom: 50px;
}

.list_collection_ar {
	width: 100%;
}

.list_collection_ar ul:first-child {
	padding: 0 0 20px;
	margin: 0 auto 20px;
}

.title_collection_ar_s {
	font-family: 'Oswald', sans-serif;
	font-size: 2.4rem;
	line-height: 1.25em;
	font-weight: 300;
}
}

/* 2208_add */
.fs-c-productListItem {
	position: relative;
}

.fs-c-productListItem .fs-c-buttonContainer {
    position: absolute;
    top: 10px;
    right: 10px;
}

.bg--bl .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	color: #fff;
}

.fs-c-button--logout {
	background: #ffffff;
	border: 1px solid #454e52;
	border-radius: 0px;
	color: #454e52;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 20px;
	min-width: auto;
	width: 280px;
}

@media (max-width: 767px) {
.fs-c-button--logout {
    width: 100%;
}
}

.fs-c-accountService {
	margin-bottom: 50px;
}

.fs-c-documentContent {
	margin-bottom: 70px;
}

@media (max-width: 767px) {
.fs-c-documentContent {
	margin-bottom: 35px;
}
}

.fs-body-forgotPassword .fs-c-inputInformation__field, .fs-body-membershipCardAuth .fs-c-inputInformation__field, .fs-body-merge .fs-c-inputInformation__field {
	background: #f2f4f5;
	padding: 50px 120px;
}

@media (max-width: 767px) {
.fs-body-forgotPassword .fs-c-inputInformation__field, .fs-body-membershipCardAuth .fs-c-inputInformation__field, .fs-body-merge .fs-c-inputInformation__field {
	padding: 15px;
}
}

.fs-body-my-top .fs-l-account {
	flex-direction: row;
}

@media (max-width: 767px) {
.fs-body-my-top .fs-l-account {
	display: flex;
	flex-direction: column;
}

.fs-body-my-top .fs-p-accountInfo {
	order: 1
}

.fs-c-accountService {
	order: 2;
}

.fs-l-account .fs-c-buttonContainer--logout {
	order: 3;
}

.fs-c-buttonContainer--logout {
	width: 100%;
}
}

.fs-p-productSearch_Top{
	border-bottom: 0px solid #999999!important;
	padding-top: 0;
	padding-bottom: 0;
}

header .container{
	/* margin-bottom: -17px; */
}


/* 220817_add 仮のCSS後から削除 */
@media (max-width: 767px) {
.bg_media .row .col-6:nth-child(-n+2) {
	margin-bottom: 15px;
}

.bg_media {
	background: linear-gradient(180deg, rgba(4, 44, 93, 0.4) 0%, rgba(4, 44, 93, 0.4) 66%, #fff 66%, #fff 100%);
}
}
/* 220817_add */
.fs-c-productQuantityAndWishlist .fs-c-button__label {
	display: none;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::after, .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
	margin-left: 0;
}

.fs-c-button--particular {
	background: none;
	border: none;
	color: #3c3c3c;
	box-shadow: none;
}

.fs-c-productListItem__viewMoreImageButton {
	display: none;
}

/* 
.fs-c-productList__list__item .fs-c-productListItem__control {
	top: 25px;
	right: 17px;
}
*/

.fs-c-button--plain.fs-c-button--addToCart--list::before {
	content: normal;
}

.fs-c-button--addToCart--list.fs-c-button--plain {
	background: #042c5d;
	color: #fff;
	padding: 0 10px 1px;
	font-size: 1.0rem;
	margin-right: 7px;
}

/*
.fs-c-sortItems__list__item.is-active {
	background: #042c5d;
}
*/

/* header search */
.fs-body-search #header .fs-p-productSearch__parameter {
	display:none
}

/* products_cart */
.fs-c-productQuantityAndWishlist__quantity.fs-c-quantity.fs-system-assistTarget {
	display: none;
}

.fs-c-button--particular.fs-c-button--addToWishList--detail::after, .fs-c-button--particular.fs-c-button--removeFromWishList--detail::after {
	font-size: 2.2rem;
}

.fs-c-inquiryAboutProduct.fs-c-buttonContainer.fs-c-buttonContainer--inquiryAboutProduct {
	margin-top: 15px;
}

@media (max-width: 767px) {
.fs-c-button--addToCart--detail.fs-c-button--primary {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 100;
}
}



/* WP */
.wp_Page .title_b_01 {
	margin-bottom: 30px;
}

.wp-time {
	margin-bottom: 70px;
	text-align: center;
	font-size: 1.3rem;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 0.07em;
	font-weight: 400;
}

.wp-time span {
	border-bottom: solid 2px #454e52;
}

/* .fs-c-documentArticle__content a {
	display: contents;
} */

.box_collection_title {
	height: 100%;
}

.wp-block-column {
	text-align: center;
}

.wp_Page .avatar_author {
	margin-left: 30px;
}

.wp_Page .wp-author {
	width: 800px;
	margin: 70px auto 0;
	border: solid 1px #c8c8c8;
	padding: 30px;
}

.wp_Page .avatar img {
	border-radius: 50%;
	height: auto;
}

.wp_Page .avatar_name {
	font-size: 1.5rem;
	margin-bottom: 20px;
	font-weight: 500;
}

@media (max-width: 767px) {
.wp-time {
	margin-bottom: 50px;
}

.wp_Page .wp-author {
	width: 100%;
	margin: 35px auto 0;
	padding: 15px;
}
}

@media (max-width: 601px) {
.fs-l-col--2_all {
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
}
}

/*0820_add*/
.head_logo img {
	width: 48px;
}

.site-header {
	top: 174px;
}

/*.main_v_block {
	padding-top: 225px;
}*/

.main_contents {
	margin-top: 225px;
}

@media (max-width: 767px) {
.head_logo img {
	width: 30px;
}

/*.main_contents {
	margin-top: 120px;
}*/

/* 1020_add */
.main_contents {
	margin-top: 110px;
}
}

/* review */
.fs-body-review-write .fs-c-reveiwNotes {
	padding: 30px;
	border: none;
	background: #f2f4f5;
	margin-bottom: 60px;
}

.fs-c-reveiwNotes h3 {
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0 0 20px;
}

.fs-c-inputField__explanation {
	margin-bottom: 10px;
}

.fs-c-inputTable__comment {
	margin-bottom: 10px;
}

.fs-c-checkbox__checkMark {
	border: 1px solid #999;
	margin-right: 10px;
}

.fs-c-buttonContainer--back .fs-c-button--standard, .fs-c-buttonContainer--topPage .fs-c-button--secondary {
	width: 280px;
}

.fs-c-fsLogin .fs-c-buttonContainer, .fs-c-buttonContainer {
	/* margin: 50px auto 0; */
}

.fs-c-productReview {
	margin-top: 30px;
}

@media (max-width: 767px) {
.fs-body-review-write .fs-c-reveiwNotes {
	margin-bottom: 30px;
}

.fs-c-buttonContainer--back .fs-c-button--standard, .fs-c-buttonContainer--topPage .fs-c-button--secondary {
	width: 100%;
}

.fs-c-inputTable--child .fs-c-inputTable__headerCell {
	width: 50%;
}

.fs-c-fsLogin .fs-c-buttonContainer, .fs-c-buttonContainer {
	/* margin: 25px auto 0; */
}
}


/* 0823 add */
.fs-body-review-success .fs-c-buttonContainer--back {
	margin-bottom: 60px;
}

@media (max-width: 767px) {
.fs-body-review-success .fs-c-buttonContainer--back {
	margin-bottom: 30px;
}
}

.fs-c-checkout-preview__button .fs-c-button--standard:active {
	color: #fff;
}

.fs-c-checkout-preview__button .fs-c-button--standard:visited {
	color: #fff;
}

.fs-c-modal--inquiry .fs-c-modal__inner {
	min-width: 600px;
}

@media (max-width: 767px) {
.fs-c-modal--inquiry .fs-c-modal__inner {
	min-width: 360px;
}
}

/* 0901 add */
.fs-c-slick .slick-prev, .fs-c-slick .slick-next {
	background: rgba(4, 44, 93, 0.3);
}

.fs-c-slick .slick-next {
	right: 0;
}

.fs-c-slick .slick-prev {
	left: 0;
}

.fs-p-productSearch__searchButton::before {
	display: none;
}


/* 0913 add */
.list_icon_text .icon_text:nth-child(n + 7) {
	margin-top: 20px;
}

@media (max-width: 992px) {
.list_icon_text .icon_text:nth-child(n + 7) {
	margin-top: 0;
}
}

.dokujicomment_5 {
	margin-bottom: 15px;
}

/* 0914 add 商品一覧　タイトルまわり */
.fs-c-productListItem__productName .fs-c-productName__copy {
	margin-bottom: 10px;
	/* height: 13px;
	overflow: hidden; */
}

.fs-c-productListItem__productName .fs-c-productName__name {
	height: 53px;
	overflow: hidden;
}

@media (max-width: 767px) {
.fs-c-productListItem__productName .fs-c-productName__copy {
}

.fs-c-productListItem__productName .fs-c-productName__name {
	/* height: 68px; */
	/* height: 70px; */
	height: 64px;
}
}

.fs-l-account{
margin-bottom:40px;
}

.fs-c-button__image--lineIdLink{
margin-bottom:20px;
}


/* 0921 add */
.fs-c-wishlistProduct__title, .fs-c-featuredProduct__title {
	color: #454e52;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: left;
	border-bottom: solid 1px #c8c8c8;
}

.fs-c-wishlistProduct {
	margin-top: 70px;
}

.fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink {
	background: #ffffff;
	border: 1px solid #454e52;
	border-radius: 0px;
	color: #454e52;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 20px;
	min-width: auto;
	width: 280px;
}

.fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink:hover {
    color: inherit;
    opacity: 0.8;
    text-decoration: none;
}

.fs-c-wishlistProduct__footer {
	text-align: left;
	padding-top: 0;
	margin-top: 50px auto 0;
	text-align: center;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
	color: #d0121b;
}

.cart_header_btn {
	position: relative;
}

.fs-p-cartItemNumber {
	background: #d0121b;
	top: -2px;
	right: 0px;
}

.fs-c-radioGroup .fs-c-radio {
	margin-bottom: 5px;
}

@media (max-width: 767px) {
.fs-c-documentArticle__heading {
	margin: 0 0 10px;
	padding: 0 0 10px;
}

.fs-c-wishlistProduct {
	margin-top: 70px;
}

.fs-c-wishlistProduct__footer {
	margin-top: 25px;
}

.fs-c-wishlistProduct__viewAllProducts.fs-c-viewAllProductsLink {
	width: 100%;
	display: inline-block;
	text-align: center;
}

.fs-p-cartItemNumber {
	font-size: 0.9rem;
}

.fs-c-button--secondary {
	width: 100%;
	padding: 15px;
}

.fs-p-productSearch__searchButtonContainer.fs-c-buttonContainer {
	margin-top: 30px;
}
}


/* cart */
.fs-c-cartTable__actionButton__container {
	width: auto;
}

.fs-c-cartTable__actionButton {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}

.fs-c-cartTable__actionButton__container + .fs-c-cartTable__actionButton__container {
	border: none;
	border-radius: 0;
	border-width: 0;
	margin-top: 0;
	padding-top: 0;
}

.fs-c-button--buyItLater .fs-c-button__label {
	display: block;
	position: relative;
}

.fs-c-button--buyItLater .fs-c-button__label::after {
	content: '';
	display: block;
	width: 1.6rem;
	height: 1.6rem;
	font-family: 'fs-icon';
	content: "\e919";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -.8rem;
	font-size: 1.6rem;
	line-height: 1;
}

.fs-c-button--buyItLater span {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	font-size: 1.1rem;
	white-space: nowrap;
}

/* 0922 add */
.fs-c-cartTable__dataCell--action {
	width: 100%;
	margin-top: 15px;
}

.fs-c-button--cancel--cart.fs-c-button--plain , .fs-c-button--buyItLater.fs-c-button--plain {
	border: solid 1px #454e52;
	padding: 10px;
	min-height: 40px;
}

@media (max-width: 767px) {
}

/* cart modal */
.fs-c-modal__header {
	padding: 25px 25px 0;
	background: none;
}

.fs-c-modal__contents {
	padding: 0 25px 25px;
}

.fs-c-modal__title, #__fs_modal_addressList .fs-c-modal__title, #__fs_modal_creditCard .fs-c-modal__title {
	border-bottom: 1px solid #c8c8c8;
	font-size: 1.4rem;
	margin: 0 0 20px;
	padding: 0 0 20px;
	text-align: center;
	font-weight: 500;
}

.fs-c-modal__header {
	display: block;
	align-items: normal;
	justify-content: auto;
}

.fs-c-modal__close {
	color: #454e52;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
}

.fs-c-modal__close::before {
	font-size: 2.5em;
}

.fs-c-checkout-checkoutMethod.is-active, .fs-c-checkout-deliveryMethod.is-active {
	border: none;
	margin-bottom: 25px;
}

.fs-c-checkout-paymentMethod.is-active, .fs-c-checkout-deliveryMethod {
	border: none;
}

.fs-c-checkout-checkoutMethodList--uncollapsed .fs-c-checkout-checkoutMethod:not(.is-active) {
	border: none;
}

.fs-c-checkout-checkoutMethodList--uncollapsed .fs-c-checkout-checkoutMethod:not(.is-active) {
	margin-bottom: 25px;
}

.fs-c-checkout-addressee__data__name {
	font-size: 1.4rem;
	margin-bottom: 25px;
	font-weight: normal;
}

.fs-c-checkout-checkoutMethod.is-active .fs-c-checkout-checkoutMethod__title , .fs-c-checkout-paymentMethod.is-active .fs-c-checkout-paymentMethod__title , .fs-c-checkout-deliveryMethod.is-active .fs-c-checkout-deliveryMethod__title {
	background: #042c5d;
	color: #ffffff;
	padding: 10px;
}

.fs-c-checkout-checkoutMethodList--uncollapsed .fs-c-checkout-checkoutMethod:not(.is-active) .fs-c-checkout-checkoutMethod__title:not(.is-active) {
	padding: 10px;
}

.fs-c-checkout-checkoutMethod__title {
	color: #454e52;
}

.fs-c-checkout-paymentInfo__message {
	margin-bottom: 20px;
}

.fs-c-checkout-paymentMethodList > li {
	padding: 5px;
}

.fs-c-checkout-delivery__method__title {
	margin-bottom: 10px;
}

.fs-c-checkout-addressee__control {
	display: flex;
	align-items: end;
	justify-content: end;
}

.fs-c-checkout-addressee {
	color: #454e52;
	padding: 15px 8px;
	border-bottom: 1px solid #c8c8c8;
	border-top:none;
	border-right:none;
	border-left:none;
}

.fs-c-checkout-addressee + .fs-c-checkout-addressee {
	margin-top: 0;
}

.fs-c-checkout-addressee + .fs-c-checkout-addressee {
	margin-top: 0;
}

@media (max-width: 767px) {
#fs_button_inputCreditCard, .fs-c-button--inputCreditCardData.fs-c-button--standard {
	width: 100%;
}

.fs-c-creditCardIcons {
	margin: 8px 0 20px;
}

.fs-c-checkout-addressee {
	display: block;
}

.fs-c-button--setDestination.fs-c-button--standard {
	margin-left: 10px;
}

/* sp btn */
.fs-c-button--primary , .fs-c-button--standard {
	padding: 15px;
}

.fs-c-buttonContainer--pair {
	justify-content: space-between;
}
}

.fs-c-anotherLogin__message--amazon p {
	margin-bottom: 20px;
}

.fs-c-productName__copy {
	margin-bottom: 5px;
}

.fs-c-productName__name {
	margin-bottom: 10px;
}

.fs-c-button--viewMoreImage.fs-c-button--plain {
	display: none;
}

.fs-c-button--viewProductDetail {
	margin-right: 7px;
}

.fs-c-productListItem__notice {
	padding: 10px 5px;
	margin: 8px 0 0 0;
}

/* products modal */
.fs-c-modal .fs-c-modal__title {
	border-bottom:none;
	padding: 0;
	text-align: left;
	font-weight: 500;
}

.fs-c-listControl {
	margin-bottom: 10px;
}
.footer_cookie_block{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
.footer_cookie_block{
    background-color: #000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index:100000;
display: none;
}
.footer_cookie{
    width: 100%;
    text-align: center;
    padding: 0 10px 12px;
}
.footer_cookie p {
    color: #fff;
    margin:4px auto 12px;
}
.footer_cookie_block span{
    background-color: #fff;
    padding:0px 10px 4px;
}

/* 0927 add */
.fs-c-productListItem__productName a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.fs-c-productListItem__productName a:hover {
	opacity: .7;
	transition: 0.3s;
}

.block_ranking .slick-slide {
	counter-increment: number;
}

.block_ranking .slick-slide .fs-c-productListItem__image a {
	display:inline-block;
	vertical-align: top;
	position: relative;
}

.block_ranking .slick-slide .fs-c-productListItem__image a::before {
	content: counter(number);
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	width: 30px;
	background: #042c5d;
	color: #fff;
	font-size: 1.3rem;
	text-align: center;
	line-height: 26px;
	z-index: 1;
}

.block_ranking .slick-slide .fs-c-productListItem__image a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.block_ranking .slick-slide .fs-c-productListItem__image a:hover {
	opacity: .7;
	transition: 0.3s;
}

.box_admj_tv_01 a {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.box_admj_tv_01 a:hover {
	opacity: .7;
	transition: 0.3s;
}

.img_admj_tv_01 {
	margin-bottom: 15px;
}

.fs-c-productNotice--outOfStock, .fs-c-productNotice--subscriptionOutOfStock {
	padding: 10px 5px;
}

/* admj_image_text */
.img_admj_text_01 {
	height: 11px;
	vertical-align: baseline;
}

.img_admj_text_02 {
	height: 24px;
	vertical-align: text-top;
}

.img_admj_text_03 {
	height: 19px;
	vertical-align: baseline;
}

@media (max-width: 991px) {
.img_admj_text_02 {
	height: 20px;
	vertical-align: text-top;
}
}

/* 0928 add */
/* products_list */

/* --- reset --- */
.fs-c-productList__list {
	/*reset*/
	display: inline;
	-ms-grid-columns: none;
	grid-template-columns: none;
	grid-gap: normal;
	/*reset*/
}

.fs-c-productList__list__item {
	border-bottom: none;
	padding: 0;
}

.fs-c-productList__list__item.fs-c-productListItem {
	/*reset*/
	-ms-grid-column:  auto;
	grid-column:  auto;
	-ms-grid-row:  auto;
	grid-row:  auto;
	/*reset*/
}

@media (min-width: 960px) {
.fs-c-productList__list {
	/*reset*/
	display: inline;
	-ms-grid-columns: none;
	grid-template-columns: none;
	grid-gap: normal;
	/*reset*/
}

.fs-c-productList__list__item.fs-c-productListItem {
	/*reset*/
	-ms-grid-column:  auto;
	grid-column:  auto;
	-ms-grid-row:  auto;
	grid-row:  auto;
	/*reset*/
}
}

@media (min-width: 768px) {
.fs-c-productList__list {
	/*reset*/
	display: inline;
	-ms-grid-columns: none;
	grid-template-columns: none;
	grid-gap: normal;
	/*reset*/
}

.fs-c-productList__list__item.fs-c-productListItem {
	/*reset*/
	-ms-grid-column:  auto;
	grid-column:  auto;
	-ms-grid-row:  auto;
	grid-row:  auto;
	/*reset*/
}
}

@media (min-width: 600px) {
.fs-c-productList__list {
	/*reset*/
	display: inline;
	-ms-grid-columns: none;
	grid-template-columns: none;
	grid-gap: normal;
	/*reset*/
}

.fs-c-productList__list__item.fs-c-productListItem {
	/*reset*/
	-ms-grid-column:  auto;
	grid-column:  auto;
	-ms-grid-row:  auto;
	grid-row:  auto;
	/*reset*/
}
}
/* --- reset --- */

/* --- 4column --- */
.fs-c-productList__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.fs-c-productList__list__item {
	position: relative;
	padding-top: 40px;
}

@media (min-width: 768px) {
.fs-c-productList__list__item.fs-c-productListItem {
	width: calc( (100% - 120px) / 4);
	margin-left: 40px;
	margin-bottom: 40px;
}

.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(4n+1) {
	margin-left: 0;
}
}

@media (max-width: 767px) {
.fs-c-productList__list__item.fs-c-productListItem {
	width: calc( (100% - 15px) / 2);
	margin-bottom: 20px;
}

.fs-c-productList__list__item.fs-c-productListItem:nth-of-type(2n) {
	margin-left: 15px;
}

.fs-c-productList__list__item {
	padding-top: 30px;
}
}

.fs-c-productList__list__item .fs-c-productListItem__control {
	top: 50px;
	right: 10px;
}

.fs-p-productSearch {
	border-bottom: none;
}

.fs-c-sortItems .fs-c-sortItems__label::after {
	content: '：';
}

.fs-c-sortItems__label {
	border: none;
}

.fs-c-sortItems__list__item.is-active {
	background: none;
	color: #454e52;
	border-bottom: 1px solid #454e52;
}

.fs-c-pagination__item.is-active {
	background: none;
	color: #454e52;
	border-bottom: 1px solid #454e52;
}

.fs-c-productList__controller {
	font-size: 1.2rem;
}

.fs-c-productList__controller:first-of-type {
	margin-bottom: 40px;
}

.fs-p-productSearch {
	font-size: 1.2rem;
}

.fs-c-productList__list__item .fs-c-productMarks {
	position: absolute;
	top: 0;
	left: 0;
}


@media (max-width: 767px) {
.fs-c-sortItems {
	border: none;
	justify-content: space-between;
	width: 100%;
}

.fs-c-sortItems__label {
	width: 20%;
	padding: 4px 0;
	text-align: left;
}

.fs-c-sortItems__list {
	border-left: none;
	flex-grow: 0;
	width: 80%;
	justify-content: space-between;
}

.fs-c-listControl {
	flex-grow: 0;
	justify-content: space-between;
	width: 100%;
	align-items: baseline;
	flex-direction: row;
}

.fs-p-productSearch {
	padding: 0;
}

.fs-c-productList__controller:first-of-type {
	margin-bottom: 20px;
}

.fs-c-productList__list__item .fs-c-productListItem__control {
	top: 40px;
	right: 10px;
}
}

.fs-c-productName__copy {
	font-size: 1.2rem;
}

.fs-c-productName__name {
	font-size: 1.3rem;
	line-height: 1.3;
}

/* 1021_add */
.fs-c-productListItem__prices .fs-c-price__value {
	font-size: 1.3rem;
}

.fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock {
	font-size: 1.2rem;
}

@media (max-width: 767px) {
.fs-c-breadcrumb, .fs-c-productName__copy {
	font-size: 1.1rem;
}

.fs-c-productName__name, .fs-c-productListItem__prices .fs-c-price__value {
	font-size: 1.2rem;
}

.fs-c-productListItem__outOfStock.fs-c-productListItem__notice.fs-c-productStock {
	font-size: 1.0rem;
}
}

/* 1004_add */
.block_banner .row div:nth-child(n + 4) {
	margin-top: 30px;
}

/* 1101_re_add */
@media (max-width: 992px) {
.block_banner .row div:nth-child(n + 4) {
	margin-top: 0;
}

.block_banner .row div:not(:last-of-type) {
	margin-bottom: 15px;
}

.block_whatnew .row div:nth-child(n + 3) {
	margin-top: 35px;
}
}

.block_newitem .fs-c-productPrices , .ranking_block .fs-c-productPrices {
	margin-bottom: 0;
}

/* contact */
.contact_form .fs-c-radioGroup, .fs-c-checkboxGroup {
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%;
}

.contact_form .fs-c-radioGroup .fs-c-radio {
	margin-bottom: 5px;
}

.contact_form .fs-c-radioGroup > * + *, .fs-c-checkboxGroup > * + * {
	margin-top: 8px;
	margin-left: 0;
}

#fs_preview_header {
    display: none;
}

/* 1004_add */
.bg--bl .fs-c-productListItem__image a , .bg_media .media_img_box a {
	background: #fff;
	display: block;
}


/* 1006_add */
/* 商品周り_後で削除・調整 */
.fs-c-productListItem .fs-c-buttonContainer {
	position: static;
}

#fs_Top .fs-c-productListItem .fs-c-buttonContainer {
	position: absolute;
}

.fs-c-productList__list__item .fs-c-productListItem__control {
	top: auto;
	right: auto;
}

.fs-c-productPrices {
	margin-bottom: 0;
}

.fs-c-productListItem__notice {
	margin-top: 15px;
}

.fs-c-productList__list__item .fs-c-productListItem__control {
	margin-top: 15px;
}

.fs-c-button--addToCart--list.fs-c-button--plain {
	background: #e5e5e5;
	color: #454e52;
}

/* 1014_add */
.mgnB_mt {
	margin-bottom: 15px;
}

.fs-c-mark {
	border-radius: 0;
	font-size: 1.1rem;
	padding: 5px 8px;
}

.fs-c-mark--preorder {
	border: solid 1px #471a84;
	background: #471a84;
	color: #ffffff;
}

.fs-c-productMarks {
	display: flex;
	flex-wrap: wrap;
}

.fs-c-productMark {
	order: 2;
}

.fs-c-mark--preorder {
	order: 1;
	margin-right: 10px;
}

.fs-c-mark--preorder , .fs-c-productMark > li{
	margin-bottom: 5px;
}

@media (max-width: 767px) {
.fs-c-mark--preorder {
	font-size: 1.0rem;
	padding: 4px 6px;
}
}

/* 1017_add */
.fs-c-productPointDisplay {
	background: none;
	color: #454e52;
	margin-bottom: 20px;
}

.fs-l-productLayout .fs-c-price__value {
	font-size: 20px;
}

.fs-l-productLayout .fs-c-productPrices {
	margin-bottom: 10px;
}

/* 1019_add */
.footer_logo img {
    margin-bottom: 5px;
}

.fs-c-subSection__title, .fs-c-linkedServiceLogin__title {
	border-bottom: none;
	color: #454e52;
	font-size: 1.6rem;
	margin-bottom: 40px;
	text-align: center;
}

@media (max-width: 767px) {
.fs-c-subSection__title, .fs-c-linkedServiceLogin__title {
	font-size: 1.4rem;
	margin-bottom: 20px;
}
}

/* 1020_add */
.fs-c-agreementConfirmation__password__input {
	margin-top: 10px;
}

.fs-p-cartItemNumber {
	padding: 0;
	min-width: 15px;
	min-height: 15px;
	text-align: center;
	border-radius: 50%;
	line-height: 1.3;
}

@media (max-width: 767px) {
.fs-p-cartItemNumber {
	min-width: 12px;
	min-height: 12px;
	text-align: center;
	border-radius: 50%;
	line-height: 1.3;
}
}

/* header search */
.fs-p-productSearch__form {
	padding: 17px 32px 32px;
}

@media (max-width: 767px) {
#header .fs-p-productSearch :checked ~ .fs-p-productSearch__search {
	max-height: 70vh;
}
}

/* 1021_add */
.fs-c-registerSuccessMessage {
	text-align: left;
	border-bottom: none;
}

.fs-c-registerSuccessMessage p {
	margin-bottom: 25px;
}

@media (max-width: 767px) {
.fs-c-dropdown__menu {
	padding: 10px 3.5em 10px 6px;
}

.fs-c-dropdownGroup > .fs-c-dropdown:not(:first-of-type) {
	margin-left: 8px;
}
}

.fs-c-checkout-deliveryMethod__option__setting {
	margin: 20px 0;
	background: none;
	padding: 0;
}

.fs-c-checkout-deliveryMethod__message {
	margin-bottom: 30px;
}

.fs-c-checkout-deliveryMethod__option__title {
	padding-bottom: 5px;
}

.fs-c-checkout-deliveryMethod__option__setting dt {
	margin-bottom: 15px;
}

.fs-c-checkout-deliveryMethod__option__setting dd {
	margin-bottom: 30px;
}

.fs-c-checkout-deliveryMethod__option__setting__message, .fs-c-dropdown {
	margin-bottom: 10px;
}

.fs-c-dropdownGroup {
	align-items: baseline;
}

.fs-c-price__price {
	align-items: center;
}

.fs-c-button--plain.fs-c-button--viewProductDetail::before {
	display: none;
}

@media (max-width: 767px) {
.fs-c-button--viewProductDetail.fs-c-button--plain {
	font-size: 1.2rem;
}
}

/* points */
#fs_MyPoints .fs-c-history__info, .fs-c-history__listContainer {
	max-width: 800px;
	margin: 0 auto;
}

@media (max-width: 767px) {
#fs_MyPoints .fs-c-history__info, .fs-c-history__listContainer {
	max-width: 100%;
}
}

.fs-c-history__info {
	background: #f2f4f5;
	color: #454e52;
	padding: 25px;
}

.fs-c-pointSummary [class$="--availablePoint"] {
	padding: 0;
	background: none;
}

.fs-c-pointSummary [class$="--limitedPoint"] {
	background: none;
}

.fs-c-pointSummary__value--availablePoint .fs-c-pointSummary__number {
	color: #454e52;
}

#fs_ProductDetails .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--sendInquiry {
	margin-top: 60px;
}

@media (max-width: 767px) {
#fs_ProductDetails .fs-c-inputInformation__button.fs-c-buttonContainer.fs-c-buttonContainer--sendInquiry {
	margin-top: 30px;
}
}

/* 1024_add */
.icon_faq_q {
	display: inline-block;
	line-height: 1.6;
}

/* 1101_add */
@media (max-width: 1200px) {
.fs-l-main {
	padding-left: 15px;
	padding-right: 15px;
}

.fs-c-breadcrumb {
	padding-left: 15px;
	padding-right: 15px;
}
}

/* 動画全体の横幅を指定するためのdiv */
.video-wrap {
  width: 100%;
margin-bottom:15px
}

/* 動画を囲うdiv */
.video {
  position: relative;
  width:100%; /* 横幅は100%で固定 */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* WP用 */
.customize-support .fs-l-page {
	margin-top: -32px;
}

.wp_Page .fs-l-main {
	padding: 0;
}

@media (max-width: 782px) {
.customize-support .fs-l-page {
	margin-top: -46px;
	padding: 0;
}
}

/* 1122_add */
.media_latest a {
	background: #fff;
	display: block;
}

.media_date_01 {
	margin-bottom: 0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (min-width: 992px) {
.media_title_01 {
	min-height: 52px;
}

.mg-media_02col {
	min-height: 48px;
}
}

@media (max-width: 767px) {
.media_title_01 {
	min-height: 46px;
}

.mg-media_02col {
	min-height: 50px;
}

.col-lg-3.col-12.mgnB_15 {
	margin-bottom: 15px;
}

.col-lg-3.col-12.mgnB_15:last-child {
	margin-bottom: 0;
}
}

/* 1206_add_wp_iframe */
@media (max-width: 991px){
.post iframe{
	width: 100%;
}
}

/* 0113_add */
/* .blogThumg {
	width: 100%;
} */

/* 230105_add */
.fs-p-heading--lv2 {
	font-size: 1.6rem;
	font-weight: 500;
	border-bottom: solid 1px #c8c8c8;
	margin: 80px 0 20px;
	padding: 0 0 20px;
}

@media (max-width: 767px) {
.fs-p-heading--lv2 {
	margin: 0 0 10px;
	padding: 0 0 10px;
}
}

@media (max-width: 767px) {
#g-nav .box_sns {
	font-size: 1.2rem;
}
}

@media (max-width: 992px) {
.block_cate .box_sns {
	font-size: 1.2rem;
}

.list_navi_head {
	font-size: 1.2rem;
}
}

/* 230111_add */
.wp_Page .wp-author .avatar {
	width: 96px;
	min-width: 96px;
}

@media (max-width: 767px) {
.wp_Page .wp-author .avatar {
	width: 50px;
	min-width: 50px;
}

.wp_Page .avatar_author {
	margin-left: 15px;
}
}

/* 0116_add */
.thumbBox {
	width: 100%;
	position: relative;
	padding-top: 92.5%;
}

.blogThumg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	object-fit: cover;
}

/* 0127_add */
.fs-c-productSalesPeriod {
	padding: 5px;
	border: none;
	margin-bottom: 15px;
}

.fs-c-variationAndActions {
	margin-bottom: 10px;
}

.fs-c-mark--preorder {
	display: none;
}

.fs-c-button--unregisteredUserPurchase .fs-c-button__label {
color: #808080!important;
}
