@charset "UTF-8";

/* リセット
---------------------------------------------------------- */

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, table, th, td, button {
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

img {
	border: 0;
}

ol ,
ul {
	list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

address {
	font-style: normal;
}


/* レイアウト
----------------------------------------*/

html {
	height: 100%;
}

body {
	height: 100%;
}

* html div#wrapper {
	height: 100%;
}

div#wrapper {
	min-height: 100%;
	position: relative;
	overflow: hidden;
}

body > #wrapper {
	height: auto;
}

.abr {
	display: inline-block;
}


/*clearfix
----------------------------------------*/
.clearfix { zoom:1; }

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
}


/*float
----------------------------------------*/
.clear { clear: both !important; }
.float_n { float: none !important; }
.float_l {
	float: left;
	*display: inline;
	*zoom: 1;
}
.float_r {
	float: right;
	*display: inline;
	*zoom: 1;
}

.align_l { text-align: left !important; }
.align_c { text-align: center !important; }
.align_r { text-align: right !important; }
.valign_m { vertical-align: middle !important; }

.align_l_pc { text-align: left !important; }
.align_c_pc { text-align: center !important; }
.align_r_pc { text-align: right !important; }

@media only screen and (max-width: 768px) {
	.align_l_pc { text-align: inherit!important; }
	.align_c_pc { text-align: inherit!important; }
	.align_r_pc { text-align: inherit!important; }
}

/*border
----------------------------------------*/
.border_none {
	border: none !important;
}

@media only screen and (max-width: 767px) {
	.border_none_sp {
		border: none !important;
	}
}


/*font-size
----------------------------------------*/

.font40p { font-size: 40% !important; }
.font50p { font-size: 50% !important; }
.font60p { font-size: 60% !important; }
.font10 { font-size: 77% !important; }
.font11 { font-size: 85% !important; }
.font12 { font-size: 93% !important; }
.font13 { font-size: 100% !important; }
.font14 { font-size: 108% !important; }
.font15 { font-size: 116% !important; }
.font16 { font-size: 123.1% !important; }
.font17 { font-size: 131% !important; }
.font18 { font-size: 138.5% !important; }
.font19 { font-size: 146.5% !important; }
.font20 { font-size: 153.9% !important; }
.font21 { font-size: 161.6% !important; }
.font22 { font-size: 167% !important; }
.font23 { font-size: 174% !important; }
.font24 { font-size: 182% !important; }
.font25 { font-size: 189% !important; }
.font26 { font-size: 197% !important; }
.fontb { font-weight: bold !important; position: relative;}

.updatePop {
    color: #ffffff !important;
    font-size: 10px;
    padding: 0px 3px 2px;
    background-color: rgb(255, 17, 0);
    font-weight: 400 !important;
}



/*margin
----------------------------------------*/

/*top*/
.mt0{ margin-top: 0px !important; }
.mt05{ margin-top: 5px !important; }
.mt10{ margin-top: 10px !important; }
.mt15{ margin-top: 15px !important; }
.mt20{ margin-top: 20px !important; }
.mt25{ margin-top: 25px !important; }
.mt30{ margin-top: 30px !important; }
.mt40{ margin-top: 40px !important; }
.mt50{ margin-top: 50px !important; }

/*bottom*/
.mb0 { margin-bottom: 0px !important; }
.mb05 { margin-bottom: 5px !important; }
.mb10 { margin-bottom: 10px !important; }
.mb15 { margin-bottom: 15px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb25 { margin-bottom: 25px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb35 { margin-bottom: 35px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb45 { margin-bottom: 45px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }

/*right*/
.mr05 { margin-right: 5px !important; }
.mr10 { margin-right: 10px !important; }
.mr15 { margin-right: 15px !important; }
.mr20 { margin-right: 20px !important; }
.mr25 { margin-right: 25px !important; }
.mr30 { margin-right: 30px !important; }
.mr35 { margin-right: 35px !important; }
.mr40 { margin-right: 40px !important; }

/*left*/
.ml05 { margin-left: 5px !important; }
.ml10 { margin-left: 10px !important; }
.ml15 { margin-left: 15px !important; }
.ml20 { margin-left: 20px !important; }
.ml25 { margin-left: 25px !important; }
.ml30 { margin-left: 30px !important; }
.ml35 { margin-left: 35px !important; }
.ml40 { margin-left: 40px !important; }

.m_auto {
	margin-left: auto;
	margin-right: auto;
}

.pt0{ padding-top: 0px !important; }



/*width
----------------------------------------*/
.w05per { width: 5% !important; }
.w10per { width: 10% !important; }
.w15per { width: 15% !important; }
.w20per { width: 20% !important; }
.w25per { width: 25% !important; }
.w30per { width: 30% !important; }
.w33per { width: 33.3333333333333% !important; }
.w35per { width: 35% !important; }
.w40per { width: 40% !important; }
.w45per { width: 45% !important; }
.w50per { width: 50% !important; }
.w55per { width: 55% !important; }
.w60per { width: 60% !important; }
.w65per { width: 65% !important; }
.w70per { width: 70% !important; }
.w75per { width: 75% !important; }
.w80per { width: 80% !important; }
.w85per { width: 85% !important; }
.w90per { width: 90% !important; }
.w95per { width: 95% !important; }

.w05per_pc { width: 5%; }
.w10per_pc { width: 10%; }
.w13per_pc { width: 13%; }
.w14per_pc { width: 14%; }
.w15per_pc { width: 15%; }
.w20per_pc { width: 20%; }
.w25per_pc { width: 25%; }
.w30per_pc { width: 30%; }
.w33per_pc { width: 33.3333333333333%; }
.w35per_pc { width: 35%; }
.w40per_pc { width: 40%; }
.w45per_pc { width: 45%; }
.w50per_pc { width: 50%; }
.w55per_pc { width: 55%; }
.w60per_pc { width: 60%; }
.w65per_pc { width: 65%; }
.w70per_pc { width: 70%; }
.w75per_pc { width: 75%; }
.w80per_pc { width: 80%; }
.w85per_pc { width: 85%; }
.w90per_pc { width: 90%; }
.w95per_pc { width: 95%; }
@media only screen and (max-width: 767px) {
	.w05per_pc { width: 100%; }
	.w10per_pc { width: 100%; }
	.w13per_pc { width: 100%; }
	.w14per_pc { width: 100%; }
	.w15per_pc { width: 100%; }
	.w20per_pc { width: 100%; }
	.w25per_pc { width: 100%; }
	.w30per_pc { width: 100%; }
	.w33per_pc { width: 100%; }
	.w35per_pc { width: 100%; }
	.w40per_pc { width: 100%; }
	.w45per_pc { width: 100%; }
	.w50per_pc { width: 100%; }
	.w55per_pc { width: 100%; }
	.w60per_pc { width: 100%; }
	.w65per_pc { width: 100%; }
	.w70per_pc { width: 100%; }
	.w75per_pc { width: 100%; }
	.w80per_pc { width: 100%; }
	.w85per_pc { width: 100%; }
	.w90per_pc { width: 100%; }
	.w95per_pc { width: 100%; }
}



/* display
----------------------------------------*/
.hidden {
	display: none;
}

p.inline_b,
.inline_b li {
	display: inline-block !important;
	margin-right: 20px !important;
}
@media only screen and (max-width: 768px) {
	.inline_b li {
		display: block !important;
		margin-right: 0 !important;
	}

}

@media only screen and (max-width: 767px) {
	.dispblock_sp {
		display: block !important;
	}

	.dispnone_sp {
		display: none !important;
	}

}

/* img
----------------------------------------*/
img {
	max-width: 100%;
	height: auto;
	_width: 100%;
}

.img_100per {
	width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.img_responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	_width: 100%;
}

/* リセットここまで
----------------------------------------*/

/* photoswipe サムネイル
----------------------------------------*/
.my-gallery-thumnail { position: fixed; bottom: 0; left: 4px; right: 4px; height: 90px; padding-top: 5px; background: #000; text-align: center; z-index: 10000; opacity: 0; -webkit-transition: all .5s; transition: all .5s;}
.my-gallery-thumnail figure { display: inline-block; width: 118px; vertical-align: top; position: relative; overflow: hidden; height: 72px;}
.my-gallery-thumnail figure a { position: absolute; top: 50%; transform: translateY(-50%); left: 0; right: 0;}
.my-gallery-thumnail.active { opacity: 1;}
.pswp__img { transform: scale(.88)!important;}

@media only screen and (max-width: 1440px) {
.my-gallery-thumnail figure { width: 100px; height: 60px;}
}
@media only screen and (max-width: 1240px) {
.my-gallery-thumnail figure { width: 80px; height: 46px;}
}
@media only screen and (max-width: 991px) {
.my-gallery-thumnail figure { width: 60px; height: 34px;}
}
@media only screen and (max-width: 767px) {
.my-gallery-thumnail figure { width: 36px; height: 18px;}
}
@media only screen and (max-width: 479px) {
.my-gallery-thumnail { height: 70px;}
.my-gallery-thumnail figure { width: 48px; height: 22px; margin-bottom: 5px;}
}




