@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
/*
font-family: 'Noto Sans Japanese', YuGothic, '游ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
overflow-x: hidden;
}
body {
/*	line-height: 1;*/
    font-size: 14px;
	line-height: 1.8em;
    color: #333;
    font-weight: 400;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.hack:after {
	display: block;
	clear: both;
	content: "";
}
.clear {
	clear:both;
}
img[src$=".svg"] {
	width: 100%;
}
img {
/*vertical-align:top;*/
vertical-align: bottom; }
section {
	clear:both;
}

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

a:link {
	text-decoration:none;
	color:#333;
}
a:visited {
	text-decoration:none;
	color: #333;
}
a:hover {
	text-decoration:none;
	color:#333;
}
a:active {
	text-decoration:none;
	color:#333;
}


/*レスポンシブデザイン用----------------------------------*/
.pc_none {display:none;}
.sp_none {display:block;}

.pc_mode {display:block;}
.sp_mode {display:none;}
/*レスポンシブデザイン用----------------------------------*/

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

.tbold {font-weight: bolder;}

.red_txt{color:#e60012 !important;}
.w_txt{color:#fff !important;}

.tleft {text-align:left;}
.tright {text-align:right}
.tcenter {text-align:center;}

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

/*float*/
.fleft {float:left;}
.fright {float:right;}
.fclear {clear:both;}

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

/*header・footeここから-------------------------------------*/

/*header_footer.cssに記述*/

/*header・footeここまで-------------------------------------*/


/*contentsここから-------------------------------------*/
#wrap {
	width: 100%;
	margin-top: 105px;/*ヘッダー分を下げる*/
}

/* pc -------------------------------------------------------------------------------------*/
@media screen and (min-width: 641px) {
main {
	width: 1040px;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

/*メイン画像*/
#main_image {
width: 100%;
/*height: 310px;*/
overflow: hidden;
/* アニメ初期状態 */
opacity: 0;
transition: opacity 1.8s ease;
will-change: opacity;
}

/* 表示状態 */
#main_image.is-inview {
opacity: 1;
}

#main_image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center; /* ★ 常に中央 */
}
}


/* sp -------------------------------------------------------------------------------------*/

@media screen and (max-width: 640px) {
main {
	width: 93%;
    margin: 0 auto;
    padding: 0 0 0 0;
}

/*メイン画像*/
#main_image {
width: 100%;
height: auto;
overflow: hidden;
/* アニメ初期状態 */
opacity: 0;
transition: opacity 1.8s ease;
will-change: opacity;
}

/* 表示状態 */
#main_image.is-inview {
opacity: 1;
}

#main_image img {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center; /* ★ 常に中央 */
}
}
/*contentsここまで-------------------------------------*/






/* sp -------------------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
/*レスポンシブデザイン用----------------------------------*/
.sp_hidd {display:none;}
.sp_none {display:none;}
.pc_none {display:block;}

.pc_mode {display:none;}
.sp_mode {display:block;}
/*レスポンシブデザイン用----------------------------------*/

body {
/*	line-height: 1;*/
    font-size: 3.5vw;
	line-height: 1.7em;
    color: #222;
}

/*contentsここから-------------------------------------*/
#wrap {
	width: 100%;
    max-width: 100%;
	margin: 0 auto;
}

#contents {
	width: 100%;
	margin: 0 auto;
    border-top: none;
	padding-top:0;
}

#contents_left {
	display:none;
    float: none;
}

#contents_right {
	width: 100%;
	margin: 0 auto;
    float: none;
}

/*contentsここまで-------------------------------------*/




}/*SPここまで*/







