@charset "UTF-8";

/*全画面*/
#border_display{
	overflow: hidden;
}

.l_anc{
	margin-top: -20px;
	padding-top: 20px;
}

.l_container{
	min-width: 960px;
}

.l_inner,
.l_inner-pc{
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.l_content{
	max-width: 784px;
	margin-left: auto;
	margin-right: auto;
}

.l_container,
.l_inner,
.l_content{
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.l_inner:after,
.l_container:after,
.l_content:after{
	content: " ";
	display: block;
	clear: both;
}

.l_spacing{
	padding-left: 10px;
	padding-right: 10px;
}

/*header*/
.menubtn{
	position: fixed;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	background: url(../img/cmn/bg_menubtn.png) no-repeat left top;
	cursor: pointer;
	z-index: 5000;
}

.menubtn_border{
	position: absolute;
	display: block;
	top: 22px;
	right: 10px;
	width: 30px;
	height: 1px;
	margin: auto;
	background: #fff;
}

.menubtn_border:before,
.menubtn_border:after{
	content: "";
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.menubtn_border:before{
	bottom: 10px;
}

.menubtn_border:after{
	top: 10px;
}

.menubtn:hover .menubtn_border:before{
	bottom: 12px;
}

.menubtn:hover .menubtn_border:after{
	top: 12px;
}

.menubtn.is_open .menubtn_border{
	background: transparent;
}

.menubtn.is_open .menubtn_border:before{
	height: 2px;
	bottom: -1px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.menubtn.is_open .menubtn_border:after{
	height: 2px;
	top: 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menubtn_txt{
	position: absolute;
	top: 35px;
	right: 7px;
	font-size: 11px;
	color: #fff;
}

.menuarea .copyright{
	position: absolute;
	bottom: 15px;
	right: 0;
	width: 16.66667%;
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff;
	text-align: center;
	z-index: 500;
	pointer-events: none;
}

.menuarea .overlay{
	position: fixed;
	top: 0;
	right: 0;
	width: 0;
	height: 1000%;
	background: rgba(33, 33, 33, 0.5);
	-webkit-transition: 1s;
	transition: 1s;
	z-index: 100;
	-webkit-transform: skewX(45deg);
	-ms-transform: skewX(45deg);
	transform: skewX(45deg);
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition-timing-function: cubic-bezier(0.48, 1.06, 1, 0.975);
	transition-timing-function: cubic-bezier(0.48, 1.06, 1, 0.975);
}

.menuarea .content_in{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 110;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	pointer-events: none;
}

.menuarea.is_open .overlay{
	width: 250%;
	-webkit-transform: skewX(0);
	-ms-transform: skewX(0);
	transform: skewX(0);
	-webkit-transition: 1.6s;
	transition: 1.6s;
}

.menuarea.is_open .content_in{
	opacity: 1;
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
	pointer-events: auto;
}

.menuarea .item{
	position: absolute;
	display: block;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.menuarea .item.m_scarf{
	top: 0;
	left: 0;
	width: 50%;
	height: 50%;
	background-image: url(../img/cmn/pic_navi1_on.jpg);
}

.menuarea .item.m_scarf:before{
	background-image: url(../img/cmn/pic_navi1.jpg);
}

.menuarea .item.m_about{
	top: 0;
	left: 50%;
	width: 33.33333%;
	height: 50%;
	background-image: url(../img/cmn/pic_navi2_on.jpg);
}

.menuarea .item.m_about:before{
	background-image: url(../img/cmn/pic_navi2.jpg);
}

.menuarea .item.m_collection{
	bottom: 0;
	left: 0;
	width: 33.33333%;
	height: 50%;
	background-image: url(../img/cmn/pic_navi3_on.jpg);
}

.menuarea .item.m_collection:before{
	background-image: url(../img/cmn/pic_navi3.jpg);
}

.menuarea .item.m_stockings{
	bottom: 0;
	left: 33.33333%;
	width: 50%;
	height: 50%;
	background-image: url(../img/cmn/pic_navi4_on.jpg);
}

.menuarea .item.m_stockings:before{
	background-image: url(../img/cmn/pic_navi4.jpg);
}

.menuarea .item.m_home{
	top: 0;
	right: 0;
	width: 16.68333%;
	height: 25%;
	background-image: url(../img/cmn/pic_navi5_on.jpg);
}

.menuarea .item.m_home:before{
	background-image: url(../img/cmn/pic_navi5.jpg);
}

.menuarea .item.m_mail{
	top: 25%;
	right: 0;
	width: 16.68333%;
	height: 25%;
	background-image: url(../img/cmn/pic_navi6_on.jpg);
}

.menuarea .item.m_mail:before{
	background-image: url(../img/cmn/pic_navi6.jpg);
}

.menuarea .item.m_cart{
	bottom: 25%;
	right: 0;
	width: 16.68333%;
	height: 25%;
	background-image: url(../img/cmn/pic_navi7_on.jpg);
}

.menuarea .item.m_cart:before{
	background-image: url(../img/cmn/pic_navi7.jpg);
}

.menuarea .item.m_login{
	bottom: 0;
	right: 0;
	width: 16.68333%;
	height: 25%;
	background-image: url(../img/cmn/pic_navi8_on.jpg);
}

.menuarea .item.m_login:before{
	background-image: url(../img/cmn/pic_navi8.jpg);
}

.menuarea .item:hover img{
	opacity: 1;
}

.menuarea .item:before,
.menuarea .item:after{
	content: "";
	position: absolute;
	top: -100%;
	bottom: -100%;
	left: -100%;
	right: -100%;
	width: 100%;
	height: 100%;
	margin: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.48, 1.06, 1, 0.975);
	transition-timing-function: cubic-bezier(0.48, 1.06, 1, 0.975);
	z-index: -1;
	will-change: height;
}

.menuarea .item:hover:before,
.menuarea .item:hover:after{
	height: 50px;
}

.menuarea .item:hover:before{
	opacity: 0;
}

.menuarea .item:hover:after{
	background: #9A825C !important;
}

.menuarea .item.m_home img,
.menuarea .item.m_mail img,
.menuarea .item.m_cart img,
.menuarea .item.m_login img{
	width: 27px;
}

.menuarea .item.m_home:after,
.menuarea .item.m_mail:after,
.menuarea .item.m_cart:after,
.menuarea .item.m_login:after{
	width: 500px;
	height: 500px;
	border-radius: 50%;
}

.menuarea .item.m_home:hover:before,
.menuarea .item.m_mail:hover:before,
.menuarea .item.m_cart:hover:before,
.menuarea .item.m_login:hover:before{
	opacity: 0;
	height: 100%;
}

.menuarea .item.m_home:hover:after,
.menuarea .item.m_mail:hover:after,
.menuarea .item.m_cart:hover:after,
.menuarea .item.m_login:hover:after{
	width: 50px;
	height: 50px;
}

.menuarea .item img{
	position: absolute;
	top: -1000px;
	bottom: -1000px;
	left: -1000px;
	right: -1000px;
	margin: auto;
	opacity: 0;
}
@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.menuarea .item img{
		left: -1001px;
	}
	.menuarea .item.m_home img{

	}
	.menuarea .item.m_mail img{

	}
	.menuarea .item.m_cart img{
		top: -1003px;
	}
	.menuarea .item.m_login img{
		left: -999px;
	}
}

.menuarea.is_open img{
	opacity: 1;
}

/*main*/
.l_main{
	min-height: 300px;
	margin: 0 auto 0 auto;
}

.l_main:after{
	content: " ";
	display: block;
	clear: both;
}

/*main_content*/
/*footer*/
.l_footer{
	position: relative;
	margin-top: 170px;
	padding: 20px 0;
	color: #333;
	background: #F0F0F0;
}

.l_footer a{
	color: inherit;
}

.l_footer .pagetop{
	position: absolute;
	top: -130px;
	right: 40px;
}

.l_footer .pagetop img{
	width: 16px;
}

.l_footer .copyright{
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}

/*ナビ*/
.fnavi{
	margin-bottom: 15px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.1;
}

.fnavi li{
	display: inline-block;
	margin-left: 10px;
	padding-left: 13px;
	border-left: 1px solid;
}

.fnavi li:first-child{
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}

.fico{
	margin-bottom: 35px;
}

.fico li{
	display: inline-block;
	margin-right: 20px;
}
.fico li:LAST-CHILD{
    margin-right: 0;
}
.fico img{
	width: 22px;
}

.l_column:after{
	content: " ";
	display: block;
	clear: both;
}

.l_column_item{
	float: left;
}

.l_column_item .product_name {
    line-height: 1.2;
}
.j_tel a{
	color: inherit;
/*	text-decoration: underline;*/
}

/*パンくずリスト*/
.bread{
	margin-bottom: 80px;
	color: #999;
}

.bread_list{
	font-size: 12px;
	font-size: 1.2rem;
	word-break: break-all;
}

.bread li{
	display: inline;
	margin-right: 0.2em;
}

.bread li + li:before{
	content: ">";
}

.bread a{
	color: inherit;
}


.c_hx1{
	margin-bottom: 50px;
	text-align: center;
}

.c_hx1 img{
	vertical-align: middle;
}


.c_hx2{
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	background: url(../img/cmn/bg_heading2.jpg) no-repeat center bottom;
}


.c_hx3{
	margin-bottom: 10px;
	text-align: center;
}

.c_hx3:before{
	content: "<";
	margin-right: 5px;
}

.c_hx3:after{
	content: ">";
	margin-left: 5px;
}

.c_margin{
	margin-bottom: 55px;
}

.c_margin-large{
	margin-bottom: 160px;
}

.c_padding{
	padding-top: 20px;
	padding-bottom: 20px;
}

.c_ibList_item{
	display: inline-block;
}


.c_txt{
	text-align: center;
}

.c_txt_phrase{
	margin-bottom: 40px;
}

.c_txt_phrase:last-child{
	margin-bottom: 0;
}

.c_maximage img{
	width: 100%;
}

.c_imagelist{
	overflow: hidden;
}

.c_imagelist img{
	width: 100%;
}

.c_imagelist_pic.m_pic1{
	float: left;
	width: 49.166%;
}

.c_imagelist_pic.m_pic2{
	float: right;
	width: 30.166%;
	margin-bottom: 6.916%;
	margin-right: 8.333%;
	padding-top: 2.75%;
}

.c_imagelist_pic.m_pic3{
	clear: right;
	float: right;
	width: 46.666%;
}


.c_btn{
	display: inline-block;
	width: 487px;
	max-width: 100%;
	padding: 20px 10px;
	border: 1px solid #000;
	font-size: inherit;
	font-family: inherit;
	background: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}

.p_recommend .c_btn{
	padding-top: 14px;
	padding-bottom: 16px;
}

.c_btn:hover{
	text-decoration: none;
	opacity: 0.6;
}

.c_btn:hover img{
	opacity: 1;
}

.c_btn.m_small{
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
}


.c_category{
	margin-bottom: 60px;
	text-align: center;
}

.c_category_item{
	display: inline-block;
	margin: 0 10px 10px;
}

.c_category_item a{
	display: inline-block;
	border-bottom: 2px solid transparent;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.c_category_item a:hover{
	text-decoration: none;
	border-color: #9A825C;
}

.c_category_item a:hover,
.c_category_current a{
	border-color: #9A825C;
}


.c_must{
	color: #997F59;
}


.c_datalist_term{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
}

.c_datalist_desc{
	margin-bottom: 30px;
}


.c_border{
	max-width: 608px;
	margin: 0 auto 30px;
	padding: 20px 19px;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}


.c_textlink{
	display: inline-block;
	border-bottom: 1px solid #000;
}

.c_textlink:hover{
	text-decoration: none;
	border-color: transparent;
}


.c_tb1{
	margin-left: auto;
	margin-right: auto;
}

.c_tb1_th,
.c_tb1_td{
	border-bottom: 4px solid #fff;
	background: #eee;
	box-sizing: border-box;
}

.c_tb1_th{
	padding-left: 20px;
	padding-right: 25px;
	white-space: nowrap;
}

.c_tb1_td{
	padding-left: 25px;
	padding-right: 20px;
}

/* トップページスライド */
.p_slider_loading{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}

.p_slider_loading svg{
	position: absolute;
	top: -1000px;
	bottom: -1000px;
	left: -1000px;
	right: -1000px;
	margin: auto;
	width: 320px;
	max-width: 40%;
	opacity: inherit;
}

.p_slider_loading svg path{
	fill-opacity: 0;
	-webkit-transition: fill-opacity 1s;
	transition: fill-opacity 1s;
}

.p_slider_heading{
	-webkit-transition: 1s;
	transition: 1s;
}

#j_slider_count:not(.is_slide0) .p_slider_heading{
	opacity: 0;
	z-index: -1;
}

.p_slider_overlay{
	height: 100%;
	background: #000;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	-webkit-transition: 5s;
	transition: 5s;
	z-index: -1;
}

body.load .p_slider_loading{
	pointer-events: none;
}

body.load .p_slider_loading .p_slider_overlay{
	background: transparent;
	z-index: 10;
}

body.load .p_slider_loading path{
	fill: #fff;
	stroke: #fff;
	stroke-width: 1;
}

body.load-finished .p_slider_loading{
	z-index: 10;
}

body.load-finished .p_slider_loading path{
	fill: #333;
	stroke: #333;
	fill-opacity: 1 !important;
}

.p_slider_logo{
	position: absolute;
	top: 40px;
	left: 40px;
	max-width: 29%;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	cursor: pointer;
	z-index: 100;
}

.p_slider_logo img{
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.p_slider_logo:hover img{
	opacity: 0.6;
}

#j_slider_count:not(.is_slide0) .p_slider_logo{
	opacity: 1;
}

.p_slider_item{
	display: block;
}

.p_slider_body{
	display: table;
	width: 100%;
	height: 100%;
}

.p_slider_content{
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.p_slider_content.m_top{
	background-image: url(../img/top/pic_top.jpg);
	background-position: 68% center;
}

.p_slider_content.m_scarf{
	background-image: url(../img/top/pic_scarf.jpg);
}

.p_slider_content.m_stockings{
	background-image: url(../img/top/pic_stockings.jpg);
}

.p_slider_content.m_about{
	background-image: url(../img/top/pic_about.jpg);
	background-position: 28% center;
}

.p_slider_content.m_contact{
	background-image: url(../img/top/pic_contact.jpg);
}

.p_slider_prev,
.p_slider_next{
	position: absolute;
	top: -1000px;
	bottom: -1000px;
	width: 42px;
	height: 62px;
	margin: auto 0;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.p_slider_prev:hover,
.p_slider_next:hover{
	opacity: 0.6;
}

.p_slider_prev{
	left: 20px;
	background: url(../img/cmn/btn_slider_prev.png) no-repeat center center;
}

.p_slider_next{
	right: 20px;
	background: url(../img/cmn/btn_slider_next.png) no-repeat center center;
}

.is_slide0 .p_slider_prev,
.is_last .p_slider_next{
	display: none;
}

.is_slide2 .p_slider_prev,
.is_slide3 .p_slider_prev{
	background: url(../img/cmn/btn_slider_prev2.png) no-repeat center center;
}

/*.is_slide0 .p_slider_next,*/
.is_slide2 .p_slider_next,
.is_slide3 .p_slider_next{
	background: url(../img/cmn/btn_slider_next2.png) no-repeat center center;
}

.p_slider_txt{
	position: relative;
	padding-bottom: 20px;
	text-align: center;
	overflow: hidden;
}

.p_slider_txt img{
	position: relative;
}

.p_slider_txt .is_num1{
	-webkit-animation-delay: 0.38s;
	animation-delay: 0.38s;
}

.p_slider_txt .is_num2{
	-webkit-animation-delay: 0.46s;
	animation-delay: 0.46s;
}

.p_slider_txt .is_num3{
	-webkit-animation-delay: 0.54s;
	animation-delay: 0.54s;
}

.p_slider_txt .is_num4{
	-webkit-animation-delay: 0.62s;
	animation-delay: 0.62s;
}

.p_slider_txt .is_num5{
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.p_slider_txt .is_num6{
	-webkit-animation-delay: 0.78s;
	animation-delay: 0.78s;
}

.p_slider_txt .is_num7{
	-webkit-animation-delay: 0.86s;
	animation-delay: 0.86s;
}

.p_slider_txt .is_num8{
	-webkit-animation-delay: 0.94s;
	animation-delay: 0.94s;
}

.p_slider_txt .is_num9{
	-webkit-animation-delay: 1.02s;
	animation-delay: 1.02s;
}

.p_slider_txt .is_num10{
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}

.p_slider .is_move .is_num1{
	-webkit-animation-delay: 0.08s;
	animation-delay: 0.08s;
}

.p_slider .is_move .is_num2{
	-webkit-animation-delay: 0.16s;
	animation-delay: 0.16s;
}

.p_slider .is_move .is_num3{
	-webkit-animation-delay: 0.24s;
	animation-delay: 0.24s;
}

.p_slider .is_move .is_num4{
	-webkit-animation-delay: 0.32s;
	animation-delay: 0.32s;
}

.p_slider .is_move .is_num5{
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.p_slider .is_move .is_num6{
	-webkit-animation-delay: 0.48s;
	animation-delay: 0.48s;
}

.p_slider .is_move .is_num7{
	-webkit-animation-delay: 0.56s;
	animation-delay: 0.56s;
}

.p_slider .is_move .is_num8{
	-webkit-animation-delay: 0.64s;
	animation-delay: 0.64s;
}

.p_slider .is_move .is_num9{
	-webkit-animation-delay: 0.72s;
	animation-delay: 0.72s;
}

.p_slider .is_move .is_num10{
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.p_slider_txt:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 20px;
	height: 3px;
	margin: 0 auto;
	background: #000;
}

.p_slider_content.m_stockings .p_slider_txt:after,
.p_slider_content.m_about .p_slider_txt:after{
	background: #fff;
}

.m_scarf .p_slider_txt,
.m_stockings .p_slider_txt,
.m_about .p_slider_txt,
.m_contact .p_slider_txt{
	top: 100px;
	opacity: 0;
}

.is_slide1 .m_scarf .p_slider_txt,
.is_slide2 .m_stockings .p_slider_txt,
.is_slide3 .m_about .p_slider_txt,
.is_slide4 .m_contact .p_slider_txt{
	-webkit-animation-name: txtfade;
	animation-name: txtfade;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.p_slider .is_slide1 .m_scarf img,
.p_slider .is_slide2 .m_stockings img,
.p_slider .is_slide3 .m_about img,
.p_slider .is_slide4 .m_contact img{
	-webkit-animation-name: txtfade_child;
	animation-name: txtfade_child;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.p_slider .is_move .p_slider_txt{
	-webkit-animation-name: txtmove;
	animation-name: txtmove;
	-webkit-animation-duration: 1.8s;
	animation-duration: 1.8s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.p_slider .is_move img{
	-webkit-animation-name: txtmove_child;
	animation-name: txtmove_child;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.p_mainimage{
	margin-bottom: 10px;
	padding: 192px 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.p_mainimage_title{
	text-align: center;
}

.page-top .p_mainimage{
	background-image: url(../img/top/main.jpg);
}

.page-scarf .p_mainimage{
	background-image: url(../img/scarf/main.jpg);
}

.page-stockings .p_mainimage{
	background-image: url(../img/stockings/main.jpg);
}

.page-about .p_mainimage{
	background-image: url(../img/about/main.jpg);
}

.page-contact .p_mainimage{
	background-image: url(../img/contact/main.jpg);
}

.page-guide .p_mainimage{
	background-image: url(../img/guide/main.jpg);
}

.page-collection .p_mainimage{
	background-image: url(../img/collection/main.jpg);
}

/* 詳細ページ */
.p_detail_heading{
	margin-bottom: 40px;
	font-size: 25px;
	font-size: 2.5rem;
	text-align: center;
	color: #333;
}

/* 詳細ページギャラリー */
.p_gallery img{
	width: 100%;
}

.p_gallery_main{
	margin-bottom: 2.0833%;
}

.p_gallery_thumb .is_selected{
	opacity: 0.6;
}

.p_item{
	padding-top: 30px;
	padding-bottom: 20px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	color: #333;
}

.p_item_heading{
	margin-bottom: 30px;
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
}

.p_item_info{
	margin-bottom: 30px;
	text-align: center;
}

.p_item_price,
.p_item_quantity{
	display: inline-block;
	margin: 0 30px;
}

.p_item_price{
	font-size: 20px;
	font-size: 2rem;
}

.p_item_price span{
	font-size: 15px;
	font-size: 1.5rem;
}

.p_item_number{
	display: inline-block;
	margin-left: 20px;
}

.p_item_number input{
	width: 97px;
	padding: 5px;
	border: 1px solid #bbb;
	line-height: 23px;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.p_item_desc{
	max-width: 590px;
	margin: 0 auto 30px;
}

.p_item_buttons{
	text-align: center;
}

.p_item_btn{
	display: inline-block;
	margin: 0 10px 10px;
}

.p_item_btn .btn {
    padding: 0;
    border: none;
    background: transparent;
    vertical-align: bottom;

    cursor: pointer;
}

.p_item_btn .btn:disabled {
	cursor: default;
}
.p_item_btn .btn img {
	display: block;
}

/* フォーム */
.p_inquiry{
	max-width: 608px;
	margin-left: auto;
	margin-right: auto;
}

.p_inquiry_attention{
	margin-bottom: 10px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
}

.p_inquiry_formInput input,
.p_inquiry_formInput textarea{
	width: 100%;
	padding: 2px 5px;
	border: 1px solid #ccc;
	font-size: inherit;
	font-family: inherit;
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.p_inquiry_formInput textarea{
	height: 120px;
	resize: vertical;
}

.p_inquiry_submit{
	text-align: center;
}

/*---------------------------------------------------

scarf

----------------------------------------------------*/
.p_recommend .list img{
	width: 100%;
}

.p_recommend .btn{
	text-align: center;
}

/*---------------------------------------------------

about

----------------------------------------------------*/
.q_about2{
	padding-top: 167px;
	padding-bottom: 167px;
	line-height: 2.1;
	color: #fff;
	background: url(../img/about/bg.jpg) no-repeat center center;
	background-size: cover;
}

.q_about2 .txt{
	margin-bottom: 50px;
	text-align: center;
}

.q_about2 .info{
	text-align: center;
	margin-bottom: 50px;
}

.q_about2 .info dt,
.q_about2 .info dd{
	display: inline-block;
}

.q_about2 .info dt{
	margin-right: 1em;
}
.q_about2 a {
	color: #fff;
}

.q_about3{
	padding-top: 167px;
}

/*---------------------------------------------------

collection

----------------------------------------------------*/
.q_collection img{
	width: 100%;
}

/*---------------------------------------------------

contact

----------------------------------------------------*/
.q_contact2_txt{
	margin-bottom: 30px;
}

.q_contact2_indent1{
	padding-left: 2em;
}

.q_contact2_indent2{
	padding-left: 4em;
}

/*---------------------------------------------------

guide

----------------------------------------------------*/
.q_guide1 .txt1{
	margin-bottom: 30px;
	text-align: center;
}

.q_guide1 .txt2{
	margin-bottom: 10px;
	line-height: 2.1;
	text-align: center;
}

.q_guide1 .txt2:last-child{
	margin-bottom: 0;
}

.q_guide1 .card{
	text-align: center;
}

.q_guide2{
	line-height: 2.1;
}

.q_guide2 .txt1{
	margin-bottom: 30px;
	text-align: center;
}

.q_guide2 .txt2{
	margin-bottom: 10px;
	text-align: center;
}

.q_guide2 .txt3{
    margin-bottom: 50px;
    text-align: center;
}

.q_guide2 .area{
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
	overflow: hidden;
}

.q_guide2 .area_item{
	float: right;
	width: 48%;
}

.q_guide2 .area_item:nth-child(2n+1){
	clear: both;
	float: left;
}

.q_guide2 .c_border{
	margin-bottom: 60px;
}

.q_guide2 .time{
	margin-bottom: 30px;
	text-align: center;
}

.q_guide2 .time_item{
	display: inline-block;
	margin: 0 10px 10px;
	vertical-align: top;
}

.q_guide2 .time_item+.time_item{
	margin: 0 50px;
}

.q_guide3 .txt1{
	margin-bottom: 20px;
	text-align: center;
	line-height: 2.1;
}

.q_guide3 .txt1 + .c_hx2 {
	margin-top: 50px;
}

.q_guide4 .txt1{
	margin-bottom: 20px;
	text-align: center;
	line-height: 2.1;
}

.q_guide4 .link{
	text-align: center;
}

.q_guide5 .txt1{
	margin-bottom: 20px;
	text-align: center;
	line-height: 2.1;
}

.q_guide2 .imgtable,
.q_guide6 .imgtable {
    text-align: center;
    margin-bottom: 40px;
}

.q_guide2 .imgtable .pc,
.q_guide6 .imgtable .pc {
    display: inline-block;
}
.q_guide2 .imgtable .sp,
.q_guide6 .imgtable .sp {
    display: none;
}

.q_guide6 .txt1 {
    margin-bottom: 20px;
    text-align: center;
    line-height: 2.1;
}
.q_guide6 .list_text {
	margin-bottom: 20px;
	padding: 0 30px;
}
.q_guide6 .list_text li {
	margin-bottom: 15px;
}
.q_guide6 .list_text li:LAST-CHILD {
	margin-bottom: 0;
}
.q_guide6 .list_text + .c_hx2,
.q_guide6 .txt1 + .c_hx2 {
    margin-top: 60px;
}

/*---------------------------------------------------

collection

----------------------------------------------------*/
.q_collection img{
	width: 100%;
}



.pagenavi{
	margin-bottom: 40px;
	text-align: center;
}

.pagenavi__item,
.pagenavi__item-previous,
.pagenavi__item-first,
.pagenavi__item-last,
.pagenavi__item-next{
	display: inline-block;
	margin: 0 5px 5px;
}

.pagenavi__item a,
.pagenavi__item-previous a,
.pagenavi__item-first a,
.pagenavi__item-last a,
.pagenavi__item-next a{
	display: inline-block;
	min-width: 30px;
	padding: 0 5px;
	border: 1px solid #ccc;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.pagenavi__item.active a,
.active.pagenavi__item-previous a,
.active.pagenavi__item-first a,
.active.pagenavi__item-last a,
.active.pagenavi__item-next a,
.pagenavi__item a:hover,
.pagenavi__item-previous a:hover,
.pagenavi__item-first a:hover,
.pagenavi__item-last a:hover,
.pagenavi__item-next a:hover{
	text-decoration: none;
	background: #ccc;
}

.pagenavi__item-previous,
.pagenavi__item-first,
.pagenavi__item-last,
.pagenavi__item-next{
	font-weight: bold;
	font-family: "メイリオ", Meiryo, sans-serif;
	font-size: 11px;
	font-size: 1.1rem;
}

.pagenavi__item-previous a,
.pagenavi__item-next a{
	padding: 0 20px;
	border-color: #000;
	color: #fff;
	background: #000;
}

.pagenavi__item-previous a:hover,
.pagenavi__item-next a:hover{
	color: #000;
	background: #fff;
}

.pagenavi__item-first,
.pagenavi__item-last{
	font-size: 13px;
	font-size: 1.3rem;
}

.pagenavi__item-first a,
.pagenavi__item-last a{
	border-color: #000;
}

.pagenavi__item-first a:hover,
.pagenavi__item-last a:hover{
	color: #fff;
	background: #000;
}

.pagenavi .space{
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}

@-webkit-keyframes txtfade {

0%{
	top: 100px;
	opacity: 0;
}

40%{
	opacity: 0;
}

100%{
	top: 0;
	opacity: 1;
}

}

@keyframes txtfade {

0%{
	top: 100px;
	opacity: 0;
}

40%{
	opacity: 0;
}

100%{
	top: 0;
	opacity: 1;
}

}

@-webkit-keyframes txtfade_child {

0%{
	top: 100px;
}

100%{
	opacity: 1;
	top: 0;
}

}

@keyframes txtfade_child {

0%{
	top: 100px;
}

100%{
	opacity: 1;
	top: 0;
}

}

@-webkit-keyframes txtmove {

0%{
	top: 0;
	opacity: 1;
}

10%{
	opacity: 1;
}

100%{
	top: 100px;
	opacity: 0;
}

}

@keyframes txtmove {

0%{
	top: 0;
	opacity: 1;
}

10%{
	opacity: 1;
}

100%{
	top: 100px;
	opacity: 0;
}

}

@-webkit-keyframes txtmove_child {

0%{
	opacity: 1;
	top: 0;
}

100%{
	top: 100px;
}

}

@keyframes txtmove_child {

0%{
	opacity: 1;
	top: 0;
}

100%{
	top: 100px;
}

}





.j_bgImage{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
}
.j_bgSrc{
	display: none;
}
.p_detail .j_bgImage,
.p_recommend .list a,
.q_collection a{
	display: block;
	padding-bottom: 100%;
	transition: 0.5s;
	backface-visibility: hidden;
    margin-bottom: 3%;
}
.p_detail .j_bgImage:hover,
.p_recommend a:hover,
.q_collection a:hover{
	opacity: 0.6;
}

.sub_caption {
	margin-top: 80px;
	font-size: 120%;
	font-weight: bold;
	text-decoration: underline;
}

.temp_area {
	display: none;
}

#nostock_message {
	display: none;
}


#detail_cart_box__cart_class_category_id select {
	vertical-align: baseline;
	min-width: 150px;
	padding: 8px;
	border: solid 1px #bbb;
}
.p_item_info_box .p_item_price,
.p_item_info_box .p_item_quantity {
    margin-top: 20px;
    margin-bottom: 20px;
}