@charset "utf-8";
/* CSS Document */
body{
font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
	color: #0f1111;
	font-weight: 400;
}
.fs-l-pageMain{
line-height: 1.8;
}
h1, h2, h3, h4, h5 {
	font-weight: 400;
	line-height: 1.4;
}
a {
	color: #0f1111;
	transition: 0.5s;
}
a:visited {
	color: #0f1111;
}
a.red{
color:#E6222A;
text-decoration:underline;
}
a:hover img{
opacity: 0.7;
}
.text_center{
text-align: center;
}
.text_right{
text-align: right;
}
.block_center{
text-align: center;
margin-right: auto;
margin-left: auto;
display: block;
}
.wrap_white{
padding: 60px 0;
}
.wrap_gray{
padding: 60px 0;
background: #F4F4F4;
}
ul.flex, ul.flex_center, ul.flex_sns, .bg_member ul{
padding-left: 0;
}
ul.flex li, ul.flex_center li, ul.flex_sns li, .bg_member ul li{
list-style:none;
}


.mb30{
margin-bottom: 30px;
}
.mb50{
margin-bottom: 50px;
}
.mb60{
margin-bottom: 60px;
}
.mb65{
margin-bottom: 65px;
}
.mb70{
margin-bottom: 70px;
}
.mb80{
margin-bottom: 80px;
}
/*ボタン*/
.btn01{
background: #777777;
padding: 20px;
border-color: #777777;
}
.btn02{
background: #fff;
color: #0f1111;
border: 1px solid #A8A5A5;
padding: 10px;
font-size:12px;
}
.btn02:hover{
background: #A8A5A5;

}
.btn_cart{
background: #777777;
padding: 5px 8px;
color: #fff !important;
font-size: 12px;
}
.btn_cart:hover{
background: #0f1111;
}
.btn_cart02{
background: #42B5AF;
padding: 12px 8px;
color: #fff !important;
font-size: 18px;
border: none;
display: block;
}
.btn_cart02:hover{
background: #42B5AF;
}
/*header*/
.fs-l-header__leftContainer {
	align-self: center;
}
.fs-p-logo__image {
	max-height: 80px;
}
.laboname{
color: #A8A5A5;
font-size:14px;
padding-left: 100px;
}
.header_line{
background: #72E2DC;
color: #fff;
padding: 12px 0;
text-align: center;
}
.wrap{
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.logout.my-false { display: none; }
.login.my-true { display: none; }
.regist.my-true { display: none; }
ul.header_icon{
display: flex;
justify-content: flex-end;
padding: 0;
margin: 0;
}
ul.header_icon li{
list-style: none;
margin-left: 5px;
margin-right: 5px;
text-align: center;
}
ul.header_icon li img{
text-align: center;
}
ul.header_icon li a{
color: #000 !important;
font-size:12px;
}
ul.header_icon li p{
margin: 0;
}
.logout.my-false{
display: none;
}
/*検索*/
.fs-p-inputGroup__input {
	border-radius: 5px;

}
.fs-p-inputGroup__button {
	background: #fff;
	border: none;
	color: #A8A5A5;
	flex-shrink: 0;
	border-radius: 5px;
}
.fs-p-inputGroup {
	display: flex;
	align-items: stretch;
	border: 1px solid #A8A5A5;
	background: #fff;
	border-radius: 2px;
}
/*最新情報*/

.fs-p-dateList > li {
	border: 1px solid #DCDBDA;
	border-width: 1px 0 0 0;
	padding: 8px 0 0;
}
.fs-p-dateList > li time:first-child {
	background: #fff;
	color: #0f1111;
}

/*youtube slide*/
.youtube_slide .fs-pt-carousel__slide {
	position: relative;
	padding-right: 10px;
}
/*見出し*/
h2.title{
font-family: "Times New Roman", Times, "serif";
font-size:38px;
font-weight: normal;
text-align: center;
letter-spacing: 2px;
}
h2.title span{
display: block;
color: #A8A5A5;
font-size:16px;
font-family: 'Noto Sans JP';
font-weight: normal;
letter-spacing: 0;
}
h2.title02{
font-size:32px;
font-weight: 300;
text-align: center;
margin-bottom: 50px;
}
h2.title02 span{
color: #42B5AF;
font-size:40px;
font-family: 'Noto Sans JP';
font-weight: 700;
}
/*footer*/
.footer_under, .footer_under a{
background: #000;
color: #fff;
padding: 60px 0 50px 0;
}
.fs-l-footer {
	border:none;
}
ul.flex_sns{
display: flex;
justify-content: center;
margin:60px 0 25px 0;
}
ul.flex_sns li{
margin: 0 11px;
}

.copyright{
text-align: center;
color: #fff;
}
.foot_logo{
display: block;
text-align: center;
margin-left: auto;
margin-right: auto;
}
.foot_lead{
text-align: center;
margin-bottom: 45px;
}
.foot_time{
text-align: center;
margin-bottom: 60px;
}
.bn_contact a{
background: #42B5AF;
color: #fff !important;
text-align: center;
padding: 22px;
width: 360px;


transition:0.5s;
border:1px solid #42B5AF;
font-size:22px;
font-weight: 700;
display: inline-block;
margin-bottom: 30px;
}
.bn_contact a:hover{
background:#42B5AF;
color: #fff !important;
text-decoration: none;
border:1px solid #42B5AF;
}
.bn_phone a{
border: 1px solid #DCDBDA;
color: #0f1111 !important;
font-size:22px;
font-weight: 700;
text-align: center;
padding: 22px;
width: 360px;
display: flex;
align-items: baseline;
margin-bottom: 30px;
justify-content: center;
background: #fff;
}
.bn_phone a img{
margin-right: 10px;
}

.bn_cv{
font-size:12px;
padding: 12px 0;
width:240px;
display: inline-block;
color: #0f1111;
border:1px solid #A8A5A5;
text-align: center;
transition: 0.5s;
background: #fff;
}
.bn_cv:hover{
background: #DCDBDA;
text-decoration: none;
}
.footer_upper{
background: #F4F4F4;
padding: 100px 0;
}
.foot_upper .flex li > div{
margin-bottom: 5px;
}
h3.foot{
border-bottom: 1px solid #DCDBDA;
color: #0F1111;
padding-bottom: 15px;
margin-bottom: 25px;
position: relative;
}
.icon_down {
	position: absolute;
	right: 15px;
	bottom: 15px;
	display: inline-block;
	vertical-align: middle;
	color: #0f1111;
	line-height: 1;
	width: 0.6em;
	height: 0.6em;
	border: 0.1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-25%) rotate(135deg);
}
.fs-p-banner--registration {
	background: #666;
}
.accordion-003 {
    max-width: 500px;
    margin-bottom: 7px;
    border-bottom: 2px solid #DCDBDA;
}

.accordion-003 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: #0f1111;
    font-weight: 600;
    cursor: pointer;
}

.accordion-003 summary::-webkit-details-marker {
    display: none;
}

.accordion-003 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #0f1111;
    border-right: 3px solid #0f1111;
    content: '';
    transition: transform .3s;
}

.accordion-003[open] summary::after {
    transform: rotate(225deg);
}

.accordion-003 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #333333;
    transition: transform .5s, opacity .5s;
	line-height: 1.8;
}

.accordion-003[open] p {
    transform: none;
    opacity: 1;
}
.fs-p-footerNavigationItem__title {
	position: relative;
}
.fs-p-footerNavigation02 {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 16px;
	margin: 24px auto;
	max-width: 1216px;
}
.fs-p-footerNavigationItem__title {
	font-size: 1.8rem;
	font-weight: 500;
	text-align: left;
	padding-bottom: 15px;
	border-bottom: 1px solid #DCDBDA;
	color: #0F1111;
	position: relative;

}
.fs-p-footerNavigationItem__ctrlIcon::before {
	margin-top: -1.6em;
}

/*予約商品*/

.yoyaku_item .fs-c-productListCarousel__ctrl.slick-disabled > .fs-c-button--carousel,
.yoyaku_item .fs-c-button--carousel, .yoyaku_item .fs-c-productListCarousel__ctrl,
.pick_item .fs-c-productListCarousel__ctrl.slick-disabled > .fs-c-button--carousel,
.pick_item .fs-c-button--carousel, .pick_item .fs-c-productListCarousel__ctrl,
.ranking .fs-c-productListCarousel__ctrl.slick-disabled > .fs-c-button--carousel,
.ranking .fs-c-button--carousel, .ranking .fs-c-productListCarousel__ctrl{
	display: none;
}
.yoyaku_item.fs-c-slick .slick-slide,
.pick_item.fs-c-slick .slick-slide,
.ranking.fs-c-slick .slick-slide{
	position: relative;
}
.yoyaku_item.fs-c-productListCarousel,
.pick_item.fs-c-productListCarousel,
.ranking.fs-c-productListCarousel{
	display: block;
}
.yoyaku_item .fs-c-productListCarousel__list,
.pick_item .fs-c-productListCarousel__list,
.ranking .fs-c-productListCarousel__list{
	display: flex;
	flex-wrap: nowrap;
	overflow: hidden;
}
.yoyaku_item.fs-c-slick .slick-track,
.pick_item.fs-c-slick .slick-track,
.ranking.fs-c-slick .slick-track{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	flex-wrap: wrap;
	width: 100% !important;
transform: none !important;

}
.yoyaku_item.fs-c-slick .slick-slide,
.pick_item.fs-c-slick .slick-slide,
.ranking.fs-c-slick .slick-slide{
	margin-bottom: 30px;
}
.yoyaku_item .fs-c-productListCarousel__list__item,
.pick_item .fs-c-productListCarousel__list__item,
.ranking .fs-c-productListCarousel__list__item{
	max-width: 150px;
	margin: 0 11px;
}
.pick_item .fs-c-productListCarousel__list__item,
.ranking .fs-c-productListCarousel__list__item{
	max-width: 160px;
	margin: 0 12.5px;
	min-width: 120px;
}
.yoyaku_item .fs-c-productListItem__image.fs-c-productImage,
.pick_item .fs-c-productListItem__image.fs-c-productImage,
.ranking .fs-c-productListItem__image.fs-c-productImage{
height:170px;
	width: auto;
	overflow: hidden;
}
.yoyaku_item .fs-c-slick .slick-slide,
.pick_item .fs-c-slick .slick-slide,
.ranking.fs-c-slick .slick-slide{
}
.tab-1 {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
}

.tab-1 > label {
    order: -1;
    padding: .7em 1em .5em;
    border: 1px solid #DCDBDA;
    background-color: #fff;
    color: #A8A5A5;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
}

.tab-1 > label:hover {
    background: #72E2DC;
	color: #fff;
}
.tab-1 > label.tab01{
margin: 0 0 30px auto;
}
.tab-1 > label.tab02{
margin: 0 auto 30px 0;
}
.tab-1 input {
    display: none;
}

.tab-1 > div {
    display: none;
    width: 100%;
    padding: 1.5em 0;
    background-color: #fff;
}

.tab-1 label:has(:checked) {
    background-color: #72E2DC;
    border: 1px solid #DCDBDA;
    color: #fff;
}

.tab-1 label:has(:checked) + div {
    display: block;
}
.fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
	color: #42B5AF;
}
/*Ranking*/
.ranking .slick-track .slick-slide::before{

display: flex; justify-content: center;
font-weight:500; font-size:16px;
align-items: center;
margin-bottom: 5px;
margin-left: 15px;
position: absolute;
border-radius: 50%;
width: 30px;
height: 30px;
color: #0f1111;
}
/**/
.ranking .slick-track .slick-slide:nth-of-type(1)::before{ content: "1"; 
background:#E3B204;
color: #fff;}
.ranking .slick-track .slick-slide:nth-of-type(2)::before{ content: "2"; 
background: #A8A5A5;
color: #fff; }
.ranking .slick-track .slick-slide:nth-of-type(3)::before{ content: "3"; 
background: #AC5D00;
color: #fff;}
.ranking .slick-track .slick-slide:nth-of-type(4)::before{ content: "4"; 
background:#FFFFFF;
}
.ranking .slick-track .slick-slide:nth-of-type(5)::before{ content: "5"; 
background: #FFFFFF; }
.ranking .slick-track .slick-slide:nth-of-type(6)::before{ content: "6"; 
background: #FFFFFF; }
.ranking .slick-track .slick-slide:nth-of-type(7)::before{ content: "7"; 
background: #FFFFFF; }
.ranking .slick-track .slick-slide:nth-of-type(8)::before{ content: "8"; 
background: #FFFFFF; }
.ranking .slick-track .slick-slide:nth-of-type(9)::before{ content: "9"; 
background: #FFFFFF; }
.ranking .slick-track .slick-slide:nth-of-type(10)::before{ content: "10"; 
background: #FFFFFF; }
.ranking.fs-c-slick .slick-slide {
	position: relative;
}

/*タグ*/
ul.tag_list{
display: flex;
justify-content: center;
flex-wrap: wrap;
padding: 0;
}
.tag{
background: #F4F4F4;
border-radius: 100px;
text-align: center;
padding: 5px 10px;
margin: 10px 5px;
font-size:14px;
}
ul.tag_list li{
list-style: none;
margin-bottom: 20px;
}
/*liver*/
.flex_live{
display: flex;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 50px;
}
.flex_live .liver_list{
width:23%;
margin-right: 1%;
margin-left: 1%;
}
.liver_list img{
display: block;
text-align: center;
margin: 10px auto;
}
.live_name{
font-size: 18px;
text-align: center;
margin-bottom: 30px;
}
.live_list a{
color: #0f1111;
}
/*商品情報*/
.fs-c-productName__name, .fs-c-productListItem__productDescription{
line-height: 1.6;
}
/*service*/
ul.flex_serv li{
list-style: none;
}
.flex_serv{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
padding: 0;
}
.flex_serv .box{
width: 23%;
}
.flex_serv .box a{
border: 1px solid #DCDBDA;
padding-top: 50px;
padding-bottom: 50px;
background: #fff;
text-align: center;
display: block;
width:100%;
}
.flex_serv .box a:hover{
background: #F4F4F4;
}
.flex_serv li.box img{
text-align: center;
margin-bottom: 20px;
}
/*商品一覧*/
.fs-c-heading--page {
	border:none;
	color: #0f1111;
	font-weight: 500;
	font-size: 32px;
	padding: 0;
}
.fs-c-subgroupList {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.fs-c-subgroupList__link {
	background: rgba(255, 255, 255, 1);
	border: 1px solid #DCDBDA;
	padding: .7em 1em .5em;
	text-decoration: none;
	text-align: center;
	display: block;
}
.fs-c-subgroupList__link::after {
display: none;
}
.fs-c-subgroupList__link:hover{
background: #72E2DC;
color: #fff !important;
}
.fs-c-sortItems__list__item.is-active {
	background: #555555;
	color: #ffffff;
}
.fs-c-productPointDisplay {
	background: #777;
	color: #ffffff;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 1;
	padding: 6px 20px;
}
.fs-p-card {
	background: #fff;
	border: 1px solid #DCDBDA;
	margin: 8px 0;
	padding: 1.5em 2em;
	
}
.fs-p-card__title {
	border-bottom: 1px solid #A8A5A5;
}
.fs-c-list li::before {
	border: 4px solid #42B5AF;
	background: #42B5AF;
}
.fs-p-card__footer {
	text-align: right;
	display: flex;
	justify-content: flex-end;
	}
.fs-p-card__footer::before {
	content: "\e934";
	font-family: "fs-icon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal; 
	text-transform: none; 
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.4em;
	}
	
	
/*サイド検索*/
.side_form .fs-p-productSearch__form {
	background: #fff;
	transform: translateY(0%);
	display: block;
	padding: 0;
}
.side_form{
margin: 20px 0;
}
.side_form_tit{
margin-bottom: 10px;
}
.side_form .fs-c-button--secondary {
	background: #fff;
	border: 1px solid #DBD8D8;
	border-radius: 0px;
	color: #A8A5A5;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	text-align: center;
	padding: 0.8em 1.6em 0.6em;
	box-shadow: 0 0 0;
	min-width: 220px;
}
.side_form [type="text"] {
	border: 1px solid #DBD8D8;
	border-radius: 3px;
	padding: 3px 5px;
	background: #F4F4F4;
}
/*サイドメニュー*/
.fs-p-sideMenu .fs-pt-menu__link--lv2::before {
	content: "";
	display: none;
}
.fs-p-sideMenu .fs-pt-menu__link--lv2::after {
	content: "\e90c";
}
.fs-p-sideMenu .fs-pt-menu__link--lv2{
justify-content: space-between;
padding-left: 8px;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv1{
	border: none;
	border-bottom: 1px solid #42B5AF;
	color: #42B5AF;
	font-weight: 700;
}
.side_menu_cate{
	border: none;
	border-bottom: 1px solid #42B5AF;
	color: #42B5AF;
	font-weight: 700;
	padding: 8px;
	display: block;
}
.fs-p-sideMenu a:hover{
background: #42B5AF;
}
.fs-p-sideMenu .fs-pt-menu__heading--lv2 {
	border-bottom: 1px solid #DFDFDF;
}

ul.side_menu_con{
padding: 8px;
margin: 0 0 30px 0;
}
ul.side_menu_con li{
list-style: none;
}
.side_banner{
margin-bottom: 10px;
}
ul.side_menu_con{
padding: 0;
}
ul.side_menu_con li{
border-bottom: 1px solid #DFDFDF;
}
ul.side_menu_con .fs-pt-menu__link {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 8px;
}
 ul.side_menu_con .fs-pt-menu__link::after {
	font-family: "fs-icon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.4em;
	content: "\e90c";
}
 ul.side_menu_con .fs-pt-menu__link:hover{
 text-decoration: none;
background: #42B5AF;
color: #fff !important;
 }
 /*会員登録*/
 .tit_center{
 text-align: center;
 font-size:22px;
 font-weight: 500;
 margin-bottom: 40px;
 }
 .bg_member{
 background: #72E2DC;
 padding: 30px;
 margin-bottom: 30px;
 }
 .bg_member li, .bg_member .box{
 background: #fff;
box-shadow: 2px 2px 4px -2px gray;
padding: 35px 30px;
margin-bottom: 30px;
position: relative;
 }
 
 .bg_member figure, .solid_meru figure{
 display: block;
 margin: 0 auto;
 text-align: center;
 }
 .bg_member h3{
  padding-bottom: 20px;
 font-weight: 500;
 color: #0f1111;
 text-align: center;
 margin-top: 15px;
 font-size:22px;
 letter-spacing: 1px;
 }
 
 .bg_member h3 span{
  color: #ff7600;
  }
  .bg_member.reb h3{
  margin-top: 35px;
  }
 .bg_member p span{
 color: #ff7600;
 }
 .bg_member .line01{
 border-bottom: 1px solid #DCDBDA;
 margin: 20px 0;
 }
  .bg_member .ab_img{
  position: absolute;
  top:-30px;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%);
  text-align: center;
  }
  
 .solid_meru{
 border:1px solid #DCDBDA;
 padding: 50px 30px;
 text-align: center;
 background: #fff;
 margin-bottom: 30px;
 }
  .solid_meru h3{
  font-weight: 500;
 color: #0f1111;
 text-align: center;
 margin-top: 15px;
 font-size:22px;
 letter-spacing: 1px;
 margin-bottom: 20px;
  }
  
 /*LINE ID連携*/
 ul li.box_line{
 width: 30%;
 }
 .box_line{
 border:6px solid #72E2DC;
 background: #fff;
 padding: 30px;
 margin-bottom: 30px;
  }
 .box_line h3{
 font-weight: 500;
 color: #0f1111;
 text-align: center;
 margin-top: 15px;
 font-size:22px;
 letter-spacing: 1px;
 }
 .box_line figure{
  display: block;
 margin: 0 auto;
 text-align: center;
 }
 /*faq*/	
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 100%;/*最大幅*/
}
/*ラベル*/
.accbox label {
    display: block;
    margin: 0;
    padding : 13px 40px;
    color: #333;
	font-weight: 500;
    background: url("https://ishikawalabo.itembox.design/item/icon_q.png") no-repeat 5px 15px;
	background-size: 24px 24px;
    cursor :pointer;
    transition: all 0.5s;
	position: relative;
	font-size:16px;
}
/*アイコンを表示*/

.accbox label:after {
    content: "+";
	position: absolute;
	right: 10px;
	color: #707070;

}
/*ラベルホバー時*/
.accbox label:hover {
	background: url("https://ishikawalabo.itembox.design/item/icon_q.png") #F4F2ED no-repeat 5px 15px;
	background-size: 24px 24px;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}
/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}
/*クリックで中身表示*/
.cssacc:checked + label + .accshow {
    height: auto;
    padding: 20px 1em 20px 3em;
    opacity: 1;
	background: url("https://ishikawalabo.itembox.design/item/icon_a.png") #fff 10px 20px no-repeat;
	background-size: 24px 24px;
	width:98%;
	margin-left:2%;
	margin-bottom: 20px;
}

.accbox .accshow p {
    margin: 15px 10px}

/*アイコンを入れ替える*/
.cssacc:checked + label:after {
    content: "-";
	position: absolute;
	right: 10px;
	color: #707070;
}
hr {
	border: 1px solid #DCDBDA;
}
.fs-c-button--secondary {
	background: #777;
	border: 1px solid #777;
	padding: 1em 1.6em 1em;

}
/*ご利用ガイド*/
.fs-c-documentArticle__heading {
	background: #777;
	padding: 10px 8px;
}
.fs-c-documentColumn__heading {
	color: #0f1111;
	border-color: #42B5AF;
	border-style: solid;
	border-width: 0 0 1px 5px;
	font-weight: 500;
	font-size: 1.8rem;
	padding: 8px;
	padding-left: 16px;
	margin-bottom: 8px;
}
.fs-p-announcement__title {
	color: #42B5AF;
	font-size: 1.8rem;
	margin: 0;
}
.fs-c-productSelection__name {
	color: #ff0000;
}
.cart_box{
position: relative;
}
.fs-clientInfo:not(.is-ready) {
	display: block !important;
}
.fs-p-cartItemNumber {
	top: -2px;
	right: 0px;
}
/*====================================================
共通ここまで
=====================================================*/
@media screen and (min-width : 1200px){
#fs_Top .fs-l-sideArea + .fs-l-pageMain, #fs_Top .fs-l-pageMain + .fs-l-sideArea {
	max-width: 1116px;
}
.fs-l-sideArea {
	max-width: 260px;
}
.fs-l-sideArea + .fs-l-pageMain, .fs-l-pageMain + .fs-l-sideArea {
	max-width: 900px;
}
/*1200*/
}
@media screen and (max-width : 1199px){
.wrap{
padding-left: 15px;
padding-right: 15px;
}
/*1199*/
}
@media screen and (min-width : 960px){
.fs-c-subgroupList__item {
	flex-basis: 33%;
	margin-left: -1px;
	margin-top: -1px;
	max-width: 300px;
}

/*960*/
}
@media screen and (min-width : 768px){
.ps{display: block;}
.sp{display: none;}
/*header*/

.fs-l-header__contents {
grid-template-rows: auto auto;
grid-template-columns: 40% 20% 40%;
max-width: 1200px;
margin-left: auto;
margin-right: auto;
}
.fs-l-header__utility {
grid-template-rows: auto;
}
.fs-l-header__utility :first-child {
grid-column: 3 / 3;
grid-row: 1 / 2;
}
.fs-l-header__utility :nth-child(2) {
grid-column: 3 / 4;
grid-row: 2/ 2;
}
.fs-l-header__utility :nth-child(3) {
grid-column: 1 / 2;
grid-row: 2 / 3;
}
.fs-l-header__utility :last-child {
align-self: top;
grid-column: 2 / 4;
grid-row: 2 / 3;
}
/*side*/
#fs_Top .fs-l-sideArea {
	display: none;
}
/*foot*/
.flex_contact{
display: flex;
justify-content: center;
align-items: center;
}
.flex_contact > div{
margin-left: 5px;
margin-right: 5px;
}
.foot01{
width: 35%;
}
.foot02{
width: 16.6%;
}
.flex{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.flex_center{
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.flex_center li{
margin: 10px;
}
.box46{
width:46%;
}
.tab-1 > label {
    flex: 1 1;
	margin-bottom: 30px;
	max-width: 150px;
}
 .side_form .fs-p-productSearch__field {
	display: block;
}   
 .bg_member .flex li{
width: 48%;
 }
 .fs-p-footerNavigation02 {
	grid-template-columns: 1fr 1fr;
}
.fs-p-footerNavigationItem__title {
	font-size: 1.6rem;
	font-weight: 400;
	text-align: left;
}
/*768*/
}
@media screen and (min-width : 960px){

.fs-p-footerNavigation02 {
	grid-template-columns: 2fr 1fr 1fr 1fr;
}/*960*/
}
@media screen and (max-width : 767px){
.ps{display: none;}
.sp{display: block;}
.fs-l-header {
	position: relative;
}
.fs-l-header__drawerOpener {
	position: absolute;
	top: 10px;
}
.fs-l-header__contents {
display: grid;
grid-template-rows: auto auto;
grid-template-columns: auto;
	/* align-items: center; */
}
.fs-l-header__utility {
	display: block;
	position: absolute;
	right: 10px;
}
.header_form{
display: none;
}
.flex_live .liver_list{
width:46%;
}
.flex_center li{
margin: 10px auto;
display: block;
text-align: center;
}
.flex_serv .box {
	width: 46%;
	margin-bottom: 20px;
}
.flex_serv .box a{
padding-top: 20px;
padding-bottom: 20px;
}
.flex_serv .box p{
margin: 0;
}
.laboname {
	display: none;
}
.fs-l-header__logo {
	grid-row: 1;
	grid-column: 1;
}
.header_icon{
display: flex;
}
.flex li iframe{
margin: 10px auto;
text-align: center;
display: block;
}
.yoyaku_item .fs-c-productListCarousel__list__item, .pick_item .fs-c-productListCarousel__list__item, .ranking .fs-c-productListCarousel__list__item {
	max-width: 120px;
	margin: 0 10px;
}
.tab-1 > label {
	width: 50%;
	margin-bottom: 0;

}
.tab-1 > label.tab01, .tab-1 > label.tab02, .tab-1 > label {
	margin: 0;
}
.fs-c-slick .slick-slide {
	flex-grow: 1;
}
.bn_contact, .bn_phone{
text-align: center;
display: block;
margin: 10px auto;
}
.bn_phone a{
margin: 0 auto;
}
.bn_contact a{
margin: 0 auto;
}
ul li.box_line {
	width: 100%;
}
/*767*/
}

@media screen and (max-width : 680px){
.fs-c-productListCarousel__list__item {
	min-width: 180px;
	margin: 0 8px;
}/*600*/
}
@media screen and (max-width : 599px){
.fs-c-productListCarousel__list__item {
	min-width: 200px;
	margin: 0 8px;
}
.icon_down {
	display: none;
}
.fs-p-footerNavigationItem__title {
	font-size: 1.4rem;
	font-weight: 500;
	text-align: left;
}
/*599*/
}
@media screen and (max-width : 480px){
.yoyaku_item .fs-c-productListItem__image.fs-c-productImage {
	height: 150px;
}
.pick_item .fs-c-productListItem__image.fs-c-productImage, .ranking .fs-c-productListItem__image.fs-c-productImage {
	height: 110px;
}

.yoyaku_item .fs-c-productListCarousel__list__item{
	min-width: 150px;
}
.ranking .fs-c-productListCarousel__list__item{
	min-width: 100px;
	max-width: 100px;
}
.pick_item .fs-c-productListCarousel__list__item{
	min-width: 100px;
	max-width: 100px;
}
.pick_item .fs-c-slick .slick-slide, .ranking .fs-c-slick .slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	width: 30%;
}
.yoyaku_item .fs-c-productListItem__productName, .pick_item .fs-c-productListItem__productName, .ranking .fs-c-productListItem__productName {
	font-size: 1.2rem;
}
.yoyaku_item .fs-c-slick .slick-slide {
	display: flex;
	align-content: center;
	justify-content: center;
}
.bg_member h3 {
	font-size: 18px;
}
/*480*/
}