
/*=================================================
 * CSS for PC
 * ================================================= */

/***************************************
TITLE
****************************************/

.s_title{
	line-height: 1;
	text-align: left;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.s_title em{
	display: block;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
}
.s_title span{
	display: block;
	font-family: "FontA";
	font-size: 11px;
	line-height: 14px;
	color: #cbb18f;
}



/***************************************
MAIN CONTENTS
****************************************/

.main{
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/***************************************
COMMON STYLE
****************************************/

/***** font color *****/
a, a:hover, .tx_a, .tx_a:hover{	color: #f9708b;}
body, .tx0, .tx0:hover{	color: #333;}

.sat{	color	: #0066ff !important;}
.sun{	color	: #ff3333 !important;}
.tel, .tel a{	color: #00a8ff !important;}
.mail, .mail a{	color: #ff3333;}

.red{	color: #ff0000;}


/***** area *****/

.area{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	color: #fff;
}
.a1{	background: #f4831e !important;}
.a2{	background: #367fed !important;}
.a3{	background: #46a134 !important;}
.a4{	background: #ad75dd !important;}
.a5{	background: #b85e4c !important;}


/***** i_shop *****/

.i_shop{	color: #fff;}
.i_shop1{
	background: rgb(255,171,189);
	background: linear-gradient(90deg, rgba(255,171,189,1) 0%, rgba(255,192,206,1) 50%, rgba(255,171,189,1) 100%);
}
.i_shop2{
	background: rgb(133,205,255);
	background: linear-gradient(90deg, rgba(133,205,255,1) 0%, rgba(163,217,255,1) 50%, rgba(133,205,255,1) 100%);
}


/***** buttun *****/

.bt_bg{
	padding: 0 10px;
	text-align: center;
}

.bt_main{
	width: 200px;
	height: 50px;
}
.bt_main,
.bt_main:hover{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: 1px solid #d4bc96;
	border-radius: 3px;
	background: rgb(227,208,170);
	background: linear-gradient(150deg, rgba(227,208,170,1) 0%, rgba(212,188,150,1) 100%);
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

a.bt_main,
input.bt_main{
	-webkit-appearance: none;
}

a.bt_main:hover,
button.bt_main:hover,
input.bt_main:hover{
	cursor			: pointer;
	text-decoration: none;
}

.bt_all{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 240px;
	height: 50px;
	font-size: 16px;
	line-height: 20px;
	color: #45cdc3;
	border: 2px solid #45cdc3;
	background: none;
	border-radius: 5px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.bt_all:hover{
	text-decoration: none;
	color: #fff;
	background: #45cdc3;
}


/***** slider *****/
.slick-prev, .slick-next , ul#slideIcon li,
#newface .bx-wrapper .bx-controls-direction a{	color: #ffffff;}
.slick-prev, .slick-next , ul#slideIcon li,
#newface .bx-wrapper .bx-controls-direction a{	background-color: rgba(255, 73, 73, 0.9);}
.bx-wrapper .bx-pager.bx-default-pager a{	background-color: #949494;}
.bx-wrapper .bx-pager.bx-default-pager a.active{	background-color: #fff;}




/***************************************
LIST
****************************************/

.list{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0;
	line-height: 0;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.list .cbox{
	position: relative;
	width: calc(100% / 3 - 10px);
	max-width: calc(100% / 3 - 20px) !important;
	margin: 0 10px 20px 10px;
}
.list .cbox:hover{
	text-decoration: none;
}

.list .cbox .img{
	position: relative;
	overflow: hidden;
}

.list .cbox .img a > img{
	width: 100%;
	height: auto;
	bo
}

.list .cbox .icon{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	color: #c5a983;
	position: absolute;
	top: -20px;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.list .cbox .i_line{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	background: #00b900;
	border-radius: 5px;
	position: absolute;
	bottom: 37px;
	right: 5px;
}
.list .cbox .i_line img{
	width: 40px;
	height: auto;
}

.list .cbox .tkbar{
	position: absolute;
	bottom: 37px;
	left: 5px;
}

.list .cbox .i_rank{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 0;
	line-height: 0;
	padding-top: 2px;
}
.list .cbox .i_rank span{
	position: relative;
	bottom: -2px;
	font-family: "FontA";
	font-size: 11px;
	line-height: 12px;
	color: #ad7c13;
}
.list .cbox .i_rank img{
	width: 3.7vw;
	max-width: 20px;
	height: auto;
	margin: 0 1px;
}
.list .cbox .i_rank em{
	position: relative;
	bottom: -2px;
	font-size: 12px;
	line-height: 20px;
	opacity: 0.3;
}

.list .cbox .data{
	font-size: 12px;
	line-height: 15px;
	margin: 5px 0 2px 0;
}

.list .cbox .name{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% - 4px);
	height: 30px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	background: rgba(46, 38, 27, 0.8);
	position: absolute;
	bottom: 2px;
	left: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.list .cbox .name a{	color: #fff;}

.list .cbox .time{
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #c5a983;
}
.list .cbox .time span{
	position: relative;
	bottom: -2px;
	font-size: 16px;
	line-height: 1;
	margin-right: 3px;
}

@media screen and (max-width: 750px) {
	.list .cbox{
		width: calc(100% / 2 - 20px);
		max-width: calc(100% / 2 - 20px) !important;
	}
	.list .cbox .size{	font-size: 11px;}
	.list .cbox .time{	font-size: 14px;}
	.list .cbox .i_rank em{
		line-height: 3.7vw;
	}
}


@media screen and (max-width: 460px) {
	.list .cbox .size{	font-size: 10px;}
	.list .cbox .time{	font-size: 13px;}
	#narrow .form dl{ display: block;}
	#narrow .form dt{ display: block; margin-bottom: 10px;}
	#narrow .form dd{ display: block;}
}

.tkbar{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 70px;
	height: 20px;
	font-size: 11px;
	line-height: 1;
	color: #fff;
	background: #e96060;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-animation:waitbar1 1.5s ease-in-out infinite alternate;
	-moz-animation:waitbar1 1.5s ease-in-out infinite alternate;
	animation:waitbar1 1.5s ease-in-out infinite alternate;
}
@keyframes waitbar1{
    0% {opacity:0;}
    20% {opacity:0;}
    80% {opacity:1;}
    100% {opacity:1;}
}


/***************************************
ROLLOVER
****************************************/

.fade{
	display: inline-block;
	padding: 0;
}

.fade,
.up a{
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
}

.fade:hover,
.fade:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}


/***************************************
GOOGLE FONT
****************************************/

@font-face {
	font-family: FontA;
	src: url('../font/LibreCaslonDisplay-Regular.ttf') format("truetype");
}
@font-face {
	font-family: FontB;
	src: url('../font/PinyonScript-Regular.ttf') format("truetype");
}


/***** font *****/


.font1{
	font-family: FontA;
}

.anchor{
	display: block;
	padding-top: 100px;
	margin-top: -100px;
}
