@import "base.css";


/* 
------------------------------------------------------------ */
a {
	color:#0078ff;
	text-decoration:underline;
}

a img {
	/*firefox*/
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	overflow:hidden;
	box-shadow: #000 0 0 0;
	/*background-color:#ffffff;*/
}

/*画像をウインドウサイズに合わせて可変*/
img{
    vertical-align: bottom;
	max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
	-webkit-backface-visibility: hidden;
	
}


body {
	color:#4e4e4e;
	margin:0;
	padding:0;
	font-size:15px;
    font-family: 'Noto Serif JP', serif;
	/*font-family: -apple-system, BlinkMacSystemFont , '游ゴシック体' , 'Yu Gothic', YuGothic , 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	/*font-family: 游明朝, 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', HGS明朝E, メイリオ, Meiryo, serif;*/
	/*font-family:'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;*/
	line-height:180%;
	background-color:#f4f4f4;
	text-align:center;
	position:relative;
}


.font-sans{
    font-family: 'Noto Sans JP', sans-serif;
}




#main-wrapper{
	position:relative;
}

#main-container {
	
}

#header .logo{
	width: 165px;
	text-align: center;
	margin: 25px;
}

#header .logo h1{
	display: table;
	width: 165px;
	height: 165px;
	background-color: #c10079;
}
#header .logo h1 span{
	display: table-cell;
	vertical-align: middle;
	padding: 40px;
}
#header .logo p{
	color: #c10079;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 600;
	margin-top: 5px;
}


#footer{
	
	border-top: solid #d9d9d9 1px;
	background-color: #f6f6f6;
	padding-bottom: 100px;
}
.footer-inner{
	padding: 60px 0;
}

.footer-inner .footer-logo{
	float: left;
	width: 50%;
	vertical-align: middle;
}
.footer-inner .footer-btn{
	float: right;
	width: 30%;
}

.footer-inner .footer-logo strong{
	display: inline-block;
	width: 70px;
}
.footer-inner .footer-logo strong img{

}
.footer-inner .footer-logo p{
	display: inline-block;
	margin-left: 15px;
}

.copy{
	border-top: solid #d9d9d9 1px;
	padding: 30px 0;
	text-align: center;
	font-size: 11px;
	letter-spacing: 0.15em;
}


.copy strong{
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
.copy strong img{
	width: 300px;
}

/* フローティングメニュー
--------------------------------------------*/
#floating{
	position: fixed;
	width: 100%;
	height: 100px;
	bottom:0;
	left: 0;
	z-index: 100;
	background-color: #c480ab;
	color: #fff;
}
#floating .content-inner{
	position: relative;
}
#floating .item-img{
	position: absolute;
	width: 150px;
	height: 150px;
	top:-55px;
	left: -80px;
}

#floating .footer-item{
	padding: 40px 0 0 80px;
	float: left;
	width: 25%;
	box-sizing: border-box;
}
#floating .footer-item a{
	text-decoration: none;
	color: #fff;
}

#floating .footer-shop-link{
	padding: 20px 0;
	float:right;
	width: 75%;
	box-sizing: border-box;
	text-align: right;
}

#floating .footer-shop-link .btn-buy{
	display: inline-block !important;
}
#floating .footer-shop-link .btn-buy a{
	width: 210px;
}

#floating .footer-shop-link .btn-buy-w{
	display: inline-block !important;
	text-align: center;
}

#floating .footer-shop-link .footer-shop-link-inner{
	display: inline-block;
	margin-left: 30px;
	text-align: center;
}
#floating .footer-shop-link .footer-shop-link-inner .shop-link{
	display: inline-block;
}
#floating .footer-shop-link .footer-shop-link-inner .shop-link a{
	text-decoration: none;
	color: #fff;
	margin: 0 15px;
	display: block;
}


/* メインスライド
--------------------------------------------*/
#main-slide{

	height: 770px;
	position: relative;
	z-index: 50;
}
#mainImgSlider{
	height: 770px;
}

/*スライド設定*/
#main01{
	width: 100%;
	height: 100%;
	background: url("/common/fatiguefree/img/main_img001.jpg") bottom center no-repeat;
	background-size: cover;
}
#main02{
	width: 100%;
	height: 100%;
	background: url("/common/fatiguefree/img/main_img002.jpg") bottom center no-repeat;
	background-size: cover;
}
#main03{
	width: 100%;
	height: 100%;
	background: url("/common/fatiguefree/img/main_img003_bg.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
}

#main03 .imgbox{

	width: 70%;
	padding-top: 250px;
	position: absolute;
	left: 1%;
	bottom:100px;
	z-index: 1;
}

/**/
.slide-panel{
	text-align: center;
}
.slide-panel h2{
	font-size: 34px;
	font-weight: normal;
	line-height: 200%;
	letter-spacing: 0.1em;
}
.slide-panel h2 span{
	font-size: 45px;
	color: #c10079;
}

.slide-panel p{
	padding-top: 40px;
	font-size: 19px;
	line-height: 190%;
}

.slide-panel strong {
	text-align: center;
	display: block;
	width: 410px;
	margin: 0 auto;
	padding-bottom: 30px;
	font-size: 40px;
}
.slide-panel.panel03 strong{
	width: 380px;
	padding-bottom: 0;
}


.slide-panel .bottom{
	width: 410px;
	margin: 0 auto;
	padding-top: 30px;
}

.slide-panel .slide-panel-inner h2{
	font-size: 25px;
	padding-top: 20px;
}
.slide-panel .slide-panel-inner p{
	padding-top: 10px;
}


.slide-panel.panel01{
	padding-top: 140px;
}
.slide-panel.panel02{
	padding-top: 170px;
	float: right;
}
.slide-panel.panel03{
	padding-top: 120px;
	float: right;
	margin-right: 10%;
	position: relative;
	z-index: 10;
}



.slide-panel.panel01 .panel-box{
	width: 730px;
	margin: 0 auto;
}
.slide-panel.panel02 .panel-box{
	width: 730px;
}
.slide-panel.panel03 .panel-box{
	width: 300px;
}




.slide-panel .btn-buy{
	margin-top: 40px;
}

.slide-panel .panel-box{
	padding: 40px;
	background-color: rgba(255,255,255,0.80);
}


/* 共通
--------------------------------------------*/
.c-section{
	padding: 80px 0;
	position: relative;
}

.c-section-inner{
	padding: 60px 0 0 0;
	position: relative;
}


.bg-color01{
	background-color: #f7f5ef;
}


/* パネル
--------------------------------------------*/
/**/
.panel-box{
	background-color: rgba(255,255,255,0.90);
	box-shadow: 2px 2px 4px rgb(0,0,0,0.10);
	padding: 50px;
	position: relative;
}
.panel-box:after{
	content: '';
	display: block;
	height: 1px;
	width: 320px;
	margin: 0 auto;
	background-color: #c10079;
	position: absolute;
	top:0px;
	left:50%;
	margin-left: -160px;
}


/* タイトル
--------------------------------------------*/


.title01{
	
	margin: 0 auto;
	border-bottom: solid #dbdbdb 1px;
	
	padding: 30px 0;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 160%;
}
.title01 span{
	font-size: 40px;
	color: #c10079;
}
.title01 i{
	display: inline-block;
	margin-left: 5px;
}
.title01 i img{
	width: 120px;
	vertical-align: middle;
	margin-top: -1.5em;
}


.title01.osusume span{
	font-size: 30px;
}
.title01.osusume i{
	margin-left: 0;
	margin-right: -50px;
	
}
.title01.osusume i img{
	width: 120px;
	margin-top: -1.8em;
}


/**/
.title02{
	
	margin: 0 auto;
	padding: 30px 0 30px 0;
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 160%;
}
.title02 span{
	font-size: 40px;
	color: #c10079;
}
.title02:after{
	content: '';
	display: block;
	height: 1px;
	width: 60px;
	margin: 0 auto;
	background-color: #c10079;
	position: relative;
	bottom:-30px;
	left:50%;
	margin-left: -30px;
}



/**/
.title03{
	margin: 0 auto;
	padding: 30px 0 30px 0;
	text-align: center;
	font-size: 35px;
	font-weight: normal;
	letter-spacing: 0.15em;
	line-height: 160%;
}
.title02 span{
	color: #c10079;
}






/**/
.title-tag{
	position: relative;
	top:-90px;
	background-color: #c10079;
	display: table;
	margin: 0px auto 0 auto;
	width: 180px;
	height: 180px;
	border-radius: 90px;
	-webkit-border-radius: 90px;
	-moz-border-radius: 90px;
	color: #fff;
}
.title-tag-inner{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 140%;
}
.title-tag-inner strong{
	font-weight: normal;
	font-size: 18px;
	display: inline-block;
	padding-bottom: 13px;
	margin-bottom: 13px;
	border-bottom: solid #e080bc 1px;
	width: 60%;
}
.title-tag-inner h2{
	font-weight: normal;
	font-size: 20px;
}



/* ポイント
--------------------------------------------*/
.point-item{
	padding-bottom: 20px;
	border-bottom: solid #dbdbdb 1px;
}
.point-item .imgbox{
	text-align: center;
	
}
.point-item .imgbox img{
	width: auto
}


.point-main-wrapp .point-item .imgbox{
	text-align: center;
	width: 280px;
	height: 280px;
	margin: 0 auto;
	box-shadow: 2px 2px 4px rgb(0,0,0,0.40);
	border-radius: 280px;
	-webkit-border-radius: 280px;
	-moz-border-radius: 280px;
	overflow: hidden;
}
.point-main-wrapp .point-item .imgbox img{
	width: 280px;
}



.point-item .txtbox{
	padding-top: 20px;
	font-size: 18px;
	text-align: center;
	position: relative;
}
.point-item .txtbox h3{
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
}

.point-item .txtbox h3:after{
	content: '';
	display: block;
	height: 1px;
	width: 60px;
	margin: 0 auto;
	background-color: #c10079;
	position: absolute;
	bottom:0px;
	left:50%;
	margin-left: -30px;
}

.point-item .txtbox h3 span{
	color: #c10079;
}
.point-item .txtbox h3 i{
	display: inline-block;
	width: 45px;
	margin-right: 10px;
}

.point-item .txtbox p{
	padding-top: 20px;
}
.point-item .txtbox p span{
	font-size: 12px;
	line-height: 140%;
}


.sf-b{
	font-size: 20px !important;
	color:#4e4e4e !important;;
}
.sf-b02{
	font-size: 15px !important;
	color:#4e4e4e !important;;
}



.point-sub-wrapp .c-section-inner{
	padding: 0 80px;
}
.point-sub-wrapp .point-item{
	padding-bottom: 20px;
	border-bottom: none;
	background-color: #fff;
	box-shadow: 2px 2px 4px rgb(0,0,0,0.10);
	margin: 0 20px;
}
.point-sub-wrapp .title01{
	width: auto;
	border: none;
	padding-top: 0;
	font-size: 22px;
}
.point-sub-wrapp .title01 span{
	font-size: 33px;
}

.point-sub-wrapp .title01 i img{
	width: 100px;
	vertical-align: middle;
	margin-top: -1.5em;
}


.point-sub-wrapp .point-item .imgbox img{
	width: auto;
}
.point-sub-wrapp .point-item .txtbox{
	padding-top: 40px;
}

.point-item .btn-open{
	margin-top: 30px;
	margin-bottom: 10px;
}


.icon-point{
	margin-top: 30px;
	margin-bottom: 10px;
	text-align: center;
}
.icon-point strong{
	display: inline-block;
	color: #c10079;
	border: solid #c10079 1px;
	padding: 5px 25px;
	line-height: 110%;
	font-weight: normal;
	margin: 5px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	font-size: 18px;
}



/* カートエリア 
--------------------------------------------*/
.cart-wrapp .point-item{

	border-bottom: none;
	background-color: #fff;
	box-shadow: 2px 2px 4px rgb(0,0,0,0.10);
	text-align: left;

}
.cart-wrapp .title01{
	width: auto;
	border: none;
	padding-top: 0;
	font-size: 22px;
}
.cart-modal-box{
	padding: 50px;
}

.type-inner .point-item{
	border-bottom: none;
	background-color: #fff;
	box-shadow: none;
	text-align: left;
}
.type-inner .cart-wrapp .title01{
	width: auto;
	border: none;
	padding-top: 0;
	font-size: 30px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.type-inner .cart-modal-box{
	padding: 0px;
}


/* ボタン 
--------------------------------------------*/
.btn-buy {
	display: block;
	text-align: center;
}
.btn-buy a{
	display: inline-block;
	width: 300px;
	text-align: center;
	padding: 15px 30px;
	background-color: #e63d81;
	color: #fff;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
}
.btn-buy a span{
	display: inline-block;
	background: url("/common/fatiguefree/img/icon_cart_w.png") left center no-repeat;
	background-size: 25px auto;
	padding-left: 40px;
}


/**/
.btn-buy-w {
	display: block;
	text-align: center;
}
.btn-buy-w a{
	display: inline-block;
	text-align: center;
	padding: 15px 40px;
	background-color: #fff;
	color: #333;
	text-decoration: none;
	font-family: 'Noto Sans JP', sans-serif;
}
.btn-buy-w a span{
	display: inline-block;
	background: url("/common/fatiguefree/img/icon_cart_p.png") left center no-repeat;
	background-size: 25px auto;
	padding-left: 40px;
}


/**/
.btn-open{
	text-align: center;
}
.btn-open a{
	display: inline-block;
	text-decoration: none;
	color: #c10079;
	font-size: 16px;
	padding: 5px 15px;
}
.btn-open a:hover{
	color: #c10079;
}
.btn-open a span{
	display: inline-block;
	background: url("/common/fatiguefree/img/icon_plus.png") left center no-repeat;
	background-size: 22px auto;
	padding-left: 35px;
}

/**/

.btn-open-w{
	text-align: center;
}
.btn-open-w a{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	padding: 5px 15px;
	border: solid #fff 1px;
	width: 320px;
}
.btn-open-w a:hover{
	color: #fff;
}
.btn-open-w a span{
	display: inline-block;
	background: url("/common/fatiguefree/img/icon_plus_w.png") left center no-repeat;
	background-size: 22px auto;
	padding: 10px 0 10px 35px;
}


/**/

.btn-open-p{
	text-align: center;
}
.btn-open-p a{
	display: inline-block;
	text-decoration: none;
	color: #c10079;
	font-size: 18px;
	padding: 5px 15px;
	border: solid #c10079 1px;
	width: 320px;
}
.btn-open-p a:hover{
	color: #c10079;
}
.btn-open-p a span{
	display: inline-block;
	background: url("/common/fatiguefree/img/icon_plus.png") left center no-repeat;
	background-size: 22px auto;
	padding: 10px 0 10px 35px;
}


/**/


.btn-mail{
	text-align: center;
}
.btn-mail a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 18px;
	padding: 10px 15px;
	border: solid #dcdcdc 1px;
	background-color: #fff;
}
.btn-mail a:hover{
	color: #333;
}
.btn-mail a span{
	display: inline-block;
	background: url("/common/fatiguefree/img/icon_mail.png") left center no-repeat;
	background-size: 33px auto;
	padding: 15px 0 15px 45px;
}





/* 背景画像プラスボタン
--------------------------------------------*/
.c-section-fullimg{
	background: url("/common/fatiguefree/img/bg_proimg.jpg") center center no-repeat;
	background-size: cover;
	margin-top: 120px;
	text-align: center;
	position: relative;
}
.fullimg-inner{
	padding: 40px 0 110px 0;
	text-align: center;
	color: #fff;
}
.fullimg-inner h3{
	font-size: 35px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.fullimg-inner h3 span{
	font-size: 45px;
}
.fullimg-inner p{
	padding-top: 55px;
	font-size: 18px;
	line-height: 190%;
	letter-spacing: 0.1em;
}
.fullimg-inner p span{
	font-size: 25px;
}

.fullimg-inner .btn-open-w{
	margin-top: 90px;
}



/* ギフト包装
--------------------------------------------*/
.gift-wrapp{
	background: url("/common/fatiguefree/img/bg_gift.jpg") center bottom no-repeat;
	background-size: cover;
	margin-top: 50px;
}
.gift-wrapp.c-section{
	padding: 30px 0;
}
.gift-wrapp .c-section-inner{
	padding-top: 0;
}

.gift-wrapp .imgbox{
	width: 40%;
	float: left;
	position: relative;
}
.gift-wrapp .txtbox{
	width: 50%;
	float: right;
}
.gift-wrapp .imgbox strong{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
}
.gift-wrapp .btn-open-p{
	margin-top: 40px;
}

/**/
.modal-de {
	text-align: left;
}
.modal-de h2{
	font-size: 35px;
	padding: 30px 0;
}
.modal-de h3{
	margin-top: 50px;
	font-size: 25px;
}

.modal-de p{
	margin-top: 30px !important;
}

.modal-de ul,
.modal-de ol{
	margin-left: 1.25em;
	margin-top: 30px;
}

.modal-de .sf{
	font-size: 12px;
	line-height: 140%;
}


.hosoku{
	padding: 10px;
	font-size: 12px;
	text-align: left;
}


/* タイプ・カラー
--------------------------------------------*/

.type-wrapp{
	position: relative;
}
.type-wrapp .txtbox{
	width: 45%;
	float: left;
	position: relative;
	top:-20px;
	z-index: 5;
}
.type-wrapp .imgbox-bg{
	position: absolute;
	right: 0;
	top:0;
	z-index: 1;
	width: 60%;
}



.type-wrapp .txtbox strong{
	display: block;
	width: 300px;
	margin: 0 auto;
}

.type-wrapp .btn-buy{
	margin-top: 40px;
}


.type-inner{
	position: relative;
	margin-top: 50px;
}




.type-inner .type01{
	width: 45%;
	float: left;
}
.type-inner .type02{
	width: 45%;
	float: right;
}

.type-inner h3{
	font-size: 25px;
	padding-bottom: 15px;
	border-bottom: solid #dbdbdb 1px;
	font-weight: normal;
}

.type-inner .type-item{
	margin-top: 30px;
}
.type-inner .type-item h4{
	font-size: 18px;
	letter-spacing: 0.1em;
}
.type-inner .type-item .imgbox{
	margin-top: 30px;
	height: 200px;
}



.cart-wrapp .type-inner{
	padding:40px;
	margin-top: 0px !important;
	margin-bottom:-30px;
}

.cart-wrapp .type-inner .type-item h4{
	letter-spacing: 0.1em;
	border-bottom: solid #dbdbdb 1px;
	border-top: solid #dbdbdb 1px;
	padding: 15px 0;
}
.cart-wrapp .type-inner .type-item{
	margin-top: 0px;
	padding-bottom:30px;
}
.cart-wrapp .type-inner .type-item .imgbox{
	margin-top: 20px;
	height: auto;
}


/* お客様の声
--------------------------------------------*/
.voice-wrapp{
	padding-top: 0 !important;
}
.voice-wrapp .voice-box{
	border-top: solid #ededed 2px;
	padding: 50px;
}

.voice-wrapp .voice-box h3{
	padding-bottom: 20px;
	
}
.voice-wrapp .voice-box h3 strong{
	font-size: 23px;
	color: #C787B4;
	font-weight: normal;
	display: inline-block;
}
.voice-wrapp .voice-box h3 span{
	font-size: 14px;
	display: inline-block;
	margin-left: 50px;
	color: #999;
}
.voice-wrapp .voice-box h4{
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #333;
}
.voice-wrapp .voice-box p{
	color: #666;
}


/* 購入訴求エリア
--------------------------------------------*/
.buy-box-wrapp{
	background: url("/common/fatiguefree/img/bg_buyimg.jpg") center center no-repeat;
	background-size: cover;
	margin-top: 30px;
}
.buy-box-inner{
	background-color: rgba(255,255,255,0.90);
	float: left;
	width: 400px;
	padding: 60px 50px;
	text-align: center;
}
.buy-box-inner .buy-box-item{
	text-align: center;
	margin-top: 40px;
}
.buy-box-inner .buy-box-item h3{
	font-weight: normal;
	font-size: 20px;
}
.buy-box-inner .buy-box-item p{
	font-weight: normal;
	font-size: 16px;
	padding-top: 20px;
	padding-bottom: 40px;
}


/* エコノレッグ紹介
--------------------------------------------*/

.econoreg-wrapp{
	padding-top: 100px !important;
}

.econoreg-head{
	text-align: center;
}
.econoreg-head h2{
	width: 123px;
	margin: 0 auto;
}
.econoreg-head p{
	margin-top: 20px;
}

.econoreg-inner{
	margin-top: 40px;
}

.econoreg-inner h3{
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	line-height: 140%;
	letter-spacing: 0.15em;
}


.econoreg-item-wrapp{
	padding-top: 40px;
}
.econoreg-item a{
	display: block;
	text-decoration: none;
	color:#4e4e4e;
}

.econoreg-item .imgbox{
	display: table;
	width: 100%;
	height: 200px;
	border: solid #888 2px;
}
.econoreg-item .imgbox h4{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 20px;
}
.econoreg-item .imgbox h4 img{
	width: 80%;
}

.econoreg-item .txtbox{
	margin-top: 20px;
}
.econoreg-item .txtbox h5{
	text-align: center;
	font-size: 18px;
}
.econoreg-item .txtbox p{
	margin-top: 15px;
	font-size: 13px;
}


.econoreg-other-wrapp{
	padding-top: 0 !important;
}

.slider-other{
padding-left: 5px;
}

.other-item{
	background-color: #fff;
	margin: 0 35px;
}
.other-item a{
	display: block;
	text-decoration: none;
	color:#4e4e4e;
}
.other-item .imgbox{
	
}
.other-item .txtbox h3{
	margin-top: 15px;
	font-size: 16px;
}
.other-item .txtbox p{
	font-size: 13px;
	margin-top: 5px;
}


/* 20201225 variecross */
.variecross-wrap .content-inner{
	width: 800px;
	max-width: 90%;
	text-align: center;
}
.variecross-wrap .imgbox{
	display: flex;
	margin: 3rem -1.5rem;
}
.variecross-wrap .imgbox figure{
	flex: 1;
	padding: 0 1.5rem;
}
.variecross-wrap h3 img{
	margin-right: -1rem;
	width: 50%;
}
.variecross-wrap .btn-base a{
	display: inline-block;
	padding: 1rem 4.5rem;
	background: #AC0067;
	color: #fff;
	line-height: 100%;
	text-decoration: none;
	font-weight: 900;
}
@media screen and (max-width: 750px){
	.variecross-wrap .imgbox{
		margin: 1.5rem -2.5%;
	}
	.variecross-wrap .imgbox figure{
		padding: 0 2.5%;
	}
	.variecross-wrap h3 img{
		width: 75%;
	}
}

#hinshitsu .modal-content-inner p{
	padding: 2rem;
}

/* おすすめスライダー
--------------------------------------------*/
.sean-box-inner{
	width: 50%;
	height: 320px;
	display: table;
	float: left;
}
.sean-box{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.sean-box .txtbox{
	height: 130px;
	width: 45%;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.8);
	display: table;
	padding: 10px;
}
.sean-box .txtbox p{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: solid #be0077 1px;
	font-size: 23px;
	line-height: 160%;
}
.sean-box .txtbox p span{
	color: #c10079;
}


/* スライダー基本
--------------------------------------------*/

.slider {
    width: 100%;
  }
.slick-slide img {

}
.mypattern{
width: 100%;
}
.mypattern .slick-slide{
margin: 5px;
}	
			
.slick-next {
	position: absolute;
    right: -30px !important;
	top:50%;
	margin-top: -30px;
    z-index: 99;
	display: block;
	text-indent: -9999px;
	width:60px !important;
	height:60px !important;
	background: url(/common/fatiguefree/img/btn_next.png) no-repeat center center !important;
	background-size: cover !important;
	cursor:pointer;
	border: none  !important;
}
.slick-prev {
	position: absolute;
    left: -30px !important;
	top:50%;
	margin-top: -30px;
    z-index: 100;
	display: block;
	text-indent: -9999px;
	width:60px !important;
	height:60px !important;
	background: url(/common/fatiguefree/img/btn_prev.png) no-repeat center center !important;
	background-size: cover !important;
	cursor:pointer;
	border: none  !important;
}

/**/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





/* モーダルcss
--------------------------------------------*/

/* 画面の横幅が641px以上　Portrait tablet to landscape and desktop */
@media screen and (min-width: 641px){

.modal-content {
    position:fixed;
    display:none;
    z-index:9999;
    width:80%;
	max-width:1100px;
    margin:0;
    padding:0;
	color:#333;
}

.modal-content-wrapp{
	position:relative;
	overflow:auto;
	background-color:#fff;
	padding:0 0;
	max-height: 650px;
}
.modal-content-inner{
	padding:50px 30px;
}



.modal-content.cart-modal{
	min-width:1100px;
}
.cart-modal .modal-content-wrapp{
	position:relative;
	overflow:auto;
	background-color: #f7f5ef;
	padding:0 0;
	max-height: 70%;
}
.cart-modal .modal-content-inner{
	padding:0px;
}


#hiwa.modal-content .modal-content-wrapp{
	background: #fff url("/common/fatiguefree/img/bg_moyou.jpg") bottom center no-repeat !important;
	background-size: cover !important;
}

.modal-content.img-modal {
    position:fixed;
    display:none;
    z-index:9999;
    width:80%;
	max-width:960px;
    margin:0;
    padding:0;
	color:#333;
}

.img-modal .modal-content-wrapp{
	position:relative;
	overflow:auto;
	background-color:#fff;
	padding:0 0;
	max-height: 750px;
}
.img-modal .modal-content-inner{
	padding:0;
}

.modal-content p {
    margin:0;
    padding:0;
}

.modal-overlay {
    z-index:9998;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background-color:rgba(0,0,0,0.75);
}

.modal-open {
    text-decoration:underline;
}

.modal-open:hover {
    cursor:pointer;
}

.modal-close {
    cursor:pointer;
}


.modal-content .close{
	position:absolute;
	top:-0px;
	right:-45px;
	font-weight:100;
	z-index:10000;
}
.modal-content .close a{
	cursor:pointer;
	color:#fff;
	text-decoration:none;
	font-size:30px;
}







}





/* メインスライダー基本設定
--------------------------------------------*/

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	
	background: #fff;
	
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 15px;
	width: 100%;
	z-index: 100;
}

/* LOADER */


.bx-wrapper .bx-loading {
	min-height: 50px;
	/*background: url(../img/bx_loader.gif) center center no-repeat #fff;*/
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}


/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 15px;
	outline: 0;
	background:url(/common/fatiguefree/img/pagination_off.png) center center no-repeat;
	background-size:cover;
	cursor:pointer;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background:url(/common/fatiguefree/img/pagination_on.png) center center no-repeat;
	background-size:cover;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	display: none !imoprtant;
	left: 15px;
	widows:50px;
	height:80px;
	/*background: url(/common/fatiguefree/img/btn_prev.png) no-repeat center center;*/
	background-size:cover;
	cursor:pointer;

}

.bx-wrapper .bx-next {
	display: none !imoprtant;
	right: 15px;
	widows:50px;
	height:80px;
	/*background: url(/common/fatiguefree/img/btn_next.png) no-repeat center center;*/
	background-size:cover;
	cursor:pointer;
}

.bx-wrapper .bx-prev:hover {
	
}

.bx-wrapper .bx-next:hover {

}

/* スマホのみ */
@media only screen and (max-width:768px){
	.bx-wrapper .bx-prev,
	.bx-wrapper .bx-next {
		display:none;
	}

}



.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	/*
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
	*/
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	/*
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
	*/
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}




