@charset "utf-8";
/*
Theme Name:test
Theme URI:
Author:
*/

/* WP */
/* -------------------------------------------------- */
/* 投稿の画像配置 */
.alignright {
	display: block;
	margin: 0 0 10px auto;
}

/* 配置位置 左 */
.alignleft {
	display: block;
	margin: 0 auto 10px 0;
}

/* 配置位置 右 */
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

/* 配置位置 中央 */
/* .alignright { float: right; padding: 0px 0 10px 10px; } */
/* 後続のテキスト左回り込み */
/*.alignleft { float: left; padding: 0px 10px 10px 0; }*/
/* 後続テキスト右回り込み */

/* LINK */
/* -------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #b10418;
}

a:active {
	text-decoration: none;
}

/* CLEARFIX */
/* -------------------------------------------------- */
.cf:before,
.cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* OUTLINE */
/* -------------------------------------------------- */
html {
	font-size: 62.5%;
	/* 10px */
}

body {
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	font-size: 1.4rem;
}

#container {
	position: relative;
	font-family: 'Roboto', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	line-height: 2.0;
	letter-spacing: 0.1rem;
	overflow: hidden;
}

.anton {
	font-family: 'Anton', sans-serif;
}

/* COMMON */
/* -------------------------------------------------- */

.ready.center {
	text-align: center;
}

/* GoogleMap */
#gMap {
	width: 100%;
	height: 400px;
}

/*objectfitをIE,EDGEにも対応*/
.imgCover {
	object-fit: cover;
	font-family: 'object-fit: cover;'
}

.txtWhite {
	color: #ffffff !important;
}

.txtRed {
	color: #b10418 !important;
}

.txtBold {
	font-weight: 700;
}

.imgWrap img {
	max-width: 100%;
}


/* pankuzu */
.pankuzuArea {
	width: 94%;
	max-width: 1200px;
	margin: 0 auto 20px;
	line-height: 1.0;
}

.pankuzuArea li {
	display: inline-block;
	vertical-align: text-bottom;
}

.pankuzuArea a.home {
	display: inline-block;
	padding-left: 20px;
	background: url(img/common/icon_home.png) no-repeat;
	background-size: 14px auto;
	background-position: left;
	/*	vertical-align: middle;*/
}

.pankuzuArea a span {
	line-height: 1.0;
	vertical-align: -webkit-baseline-middle;
}

.pankuzuArea a,
.pankuzuArea span.page {
	position: relative;
	margin-right: 10px;
	padding-right: 10px;
}

.pankuzuArea a:hover {
	text-decoration: underline;
}

.pankuzuArea a::after,
.pankuzuArea span.page::after {
	display: inline-block;
	content: "";
	position: absolute;
	top: calc(50% - 2px);
	right: 0;
	width: 6px;
	height: 6px;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}



/* ttl */
.contSubtl02 {
	margin-bottom: 5px;
	font-weight: 700;
	line-height: 1.0;
}

.num_m {
	display: inline-block;
	margin-right: 8px;
	width: 18px;
	height: 18px;
	background: #b10418;
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
}


/* txt */
.txtWrap {
	margin-bottom: 60px;
	padding: 0 15px;
}

.txt01 {
	margin-bottom: 20px;
	padding-left: 26px;
}



/* RESPONSIVE */
/* -------------------------------------------------- */
@media screen and (min-width: 1025px) {

	a:link,
	a:visited {
		transition: all .3s;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	#container {
		font-family: 'Roboto', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}

	.contWrap {
		width: 90%;
		max-width: 1200px;
		margin: 0 auto;
		font-size: 1.6rem;
		position: relative;
	}

	/* subpage layout */
	#subCont {
		width: 100%;
		margin-bottom: 100px;
		padding-top: 50px;
		background: url(img/common/bg_sub01.png) no-repeat 0 0;
		position: relative;
	}

	.imgWrap {
		width: 100%;
		margin-bottom: 50px;
	}

	.imgWrap2 {
		width: 100%;
		height: 500px;
		margin-bottom: 50px;
	}

	.mb_l {
		margin-bottom: 150px !important;
	}

	.mb_m {
		margin-bottom: 80px !important;
	}

	.mb_s {
		margin-bottom: 50px !important;
	}

	.mbSs {
		margin-bottom: 30px !important;
	}

	/* header */
	#headerArea {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 20px 40px;
		background-color: transparent;
		z-index: 1000;
		transition: all 0.4s;
	}

	#headerArea.fixed,
	#headerArea:hover {
		background: #ffffff;
		border-bottom: 1px solid #efefef;
	}

	.headerLogo {
		position: absolute;
		width: 280px;
		background: url(img/common/logo_wht_en.png) no-repeat 0 0;
		background-size: 280px auto;
		transition: all 0.4s;
		top: 45px;
		left: 50px;
		padding: 0 0 10px;
	}

	.headerLogo img {
		max-width: 100%;
		opacity: 0;
		transition: all 0.4s;
	}

	#headerArea.fixed .headerLogo img,
	#headerArea:hover .headerLogo img {
		opacity: 1;
	}

	.headerMenu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-bottom: 15px;
		margin-left: 350px;
		transition: all 0.4s;
	}

	.headerMenu a {
		color: #ffffff;
		transition: all 0.4s;
	}

	#headerArea.fixed .headerMenu a.headerSubmenu,
	#headerArea:hover .headerMenu a.headerSubmenu {
		position: relative;
		color: #000000;
		transition: all 0.4s;
	}

	#headerArea .headerMenu a.headerSubmenu:hover {
		color: #b10418;
		text-decoration: none;
	}

	.headerSns {
		display: block;
		width: 30px;
		margin-left: 15px;
	}

	.facebookIco {
		background: url(img/common/icon_fb.png) no-repeat 0 center;
		background-size: 30px auto;
	}

	.twitterIco {
		background: url(img/common/icon_x.png) no-repeat 0 bottom;
		background-size: 30px auto;
	}

	.instagramIco {
		background: url(img/common/icon_ist.png) no-repeat 0 center;
		background-size: 30px auto;
	}

	.headerSns img {
		max-width: 100%;
		opacity: 0;
		transition: all 0.4s;
	}

	#headerArea.fixed .headerSns img,
	#headerArea:hover .headerSns img {
		opacity: 1;
		transition: all 0.4s;
	}

	#headerArea.fixed .headerSns:hover img,
	#headerArea:hover .headerSns:hover img {
		opacity: 0.6;
	}

	.headerSubmenu {
		display: block;
		margin-left: 20px;
		font-size: 1.2rem;
	}

	.headerBtnLanguage {
		display: block;
		margin-left: 20px;
		padding: 8px 15px;
		border: 1px solid #ffffff;
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.headerBtnLanguage span {
		display: inline-block;
		padding-left: 24px;
		color: #ffffff;
		background: url("img/common/icon_lang.png") no-repeat 0 center;
		background-size: 14px 14px;
	}

	#headerArea.fixed .headerBtnLanguage,
	#headerArea:hover .headerBtnLanguage {
		border: 1px solid #000000;
	}

	#headerArea.fixed .headerBtnLanguage:hover,
	#headerArea:hover .headerBtnLanguage:hover {
		background: #000000;
	}

	#headerArea.fixed .headerBtnLanguage span,
	#headerArea:hover .headerBtnLanguage span {
		color: #000000;
		background: url("img/common/icon_lang_black.png") no-repeat 0 center;
		background-size: 14px 14px;
	}

	#headerArea.fixed .headerBtnLanguage:hover span,
	#headerArea:hover .headerBtnLanguage:hover span {
		color: #ffffff;
		background: url("img/common/icon_lang.png") no-repeat 0 center;
		background-size: 14px 14px;
	}

	.headerNavArea {
		position: relative;
		transition: all 0.4s;
		margin-left: 300px;
	}

	.headerNavInner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		font-size: 1.8rem;
		color: #ffffff;
		letter-spacing: 0.25rem;
		transition: all 0.4s;
	}

	#headerArea.fixed .headerNavInner,
	#headerArea:hover .headerNavInner {
		color: #000000;
	}

	.headerNavInner a {
		color: #ffffff;
		transition: all 0.4s;
		line-height: 1.7;
	}

	#headerArea.fixed .headerNavInner a.headerNav,
	#headerArea.fixed .headerNavInner .mddMenu,
	#headerArea:hover .headerNavInner a.headerNav,
	#headerArea:hover .headerNavInner .mddMenu {
		display: block;
		position: relative;
		color: #000000;
		transition: all 0.4s;
	}

	#headerArea.fixed .headerNavInner a.headerNav::after,
	#headerArea.fixed .headerNavInner .mddMenu::after,
	#headerArea:hover .headerNavInner a.headerNav::after,
	#headerArea:hover .headerNavInner .mddMenu::after {
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		transition: all 0.4s;
	}

	#headerArea.fixed .headerNavInner a.headerNav:hover,
	#headerArea.fixed .headerNavInner .mddMenu:hover,
	#headerArea:hover .headerNavInner a.headerNav:hover,
	#headerArea:hover .headerNavInner .mddMenu:hover {
		color: #b10418;
	}

	#headerArea.fixed .headerNavInner a.headerNav:hover::after,
	#headerArea.fixed .headerNavInner .mddMenu:hover::after,
	#headerArea:hover .headerNavInner a.headerNav:hover::after,
	#headerArea:hover .headerNavInner .mddMenu:hover::after {
		width: 100%;
		height: 2px;
		left: 0;
		background: #b10418;
	}

	.headerNav {
		margin-left: 20px;
	}

	.headerBtnPanf,
	.headerBtnContact {
		display: block;
		width: 54px;
		height: 54px;
		margin-left: 20px;
		padding: 10px 0 10px 25px;
		border: 2px solid #ffffff;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
		color: #ffffff;
	}

	.headerBtnPanf {
		background: url(img/common/icon_panf.png) no-repeat center center;
		background-size: 16px auto;
	}

	.headerBtnContact {
		margin-left: 15px;
		background: url(img/common/icon_mail.png) no-repeat center center;
		background-size: 22px auto;
	}

	.headerBtnPanf span,
	.headerBtnContact span {
		display: none;
	}

	#headerArea.fixed .headerBtnPanf,
	#headerArea.fixed .headerBtnContact,
	#headerArea:hover .headerBtnPanf,
	#headerArea:hover .headerBtnContact {
		border: 2px solid #b10418;
		transition: all 0.4s;
	}

	#headerArea.fixed .headerBtnPanf:hover,
	#headerArea.fixed .headerBtnContact:hover,
	#headerArea:hover .headerBtnPanf:hover,
	#headerArea:hover .headerBtnContact:hover {
		background: #b10418;
	}

	#headerArea.fixed a.headerBtnPanf,
	#headerArea:hover a.headerBtnPanf {
		background: url(img/common/icon_panf_red.png) no-repeat center center;
		background-size: 16px auto;
		color: #b10418;
		transition: all 0.4s;
	}

	#headerArea.fixed a.headerBtnPanf:hover,
	#headerArea:hover a.headerBtnPanf:hover {
		background: url(img/common/icon_panf.png) no-repeat center center #b10418;
		background-size: 16px auto;
		color: #ffffff;
	}

	#headerArea.fixed .headerBtnContact,
	#headerArea:hover .headerBtnContact {
		background: url(img/common/icon_mail_red.png) no-repeat center center;
		background-size: 22px auto;
		color: #b10418;
		transition: all 0.4s;
	}

	#headerArea.fixed .headerBtnContact:hover,
	#headerArea:hover .headerBtnContact:hover {
		background: url(img/common/icon_mail.png) no-repeat center center #b10418;
		background-size: 22px auto;
		color: #ffffff;
	}

	.header_btn_entry {
		display: block;
		width: 180px;
		margin-left: 15px;
		padding: 12px 26px;
		text-align: center;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background-size: 200% auto;
		background-image: linear-gradient(to right, #d70820 0%, #ff7800 51%, #d70820 100%);
		transition: all 0.4s;
	}

	.header_btn_entry:hover {
		background-position: right center;
	}

	.header_btn_entry span {
		display: inline-block;
		padding-left: 38px;
		background: url(img/common/icon_entry.png) no-repeat 0 center;
		background-size: 28px auto;
		color: #ffffff;
	}

	.mddWrap {
		position: absolute;
		top: calc(100% + 20px);
		left: -350px;
		width: 100vw;
	}

	.mddWrap .mddInner {
		display: none;
		width: 100vw;
		height: 250px;
		margin: 0 auto;
		padding: 50px;
		background: #000000;
	}

	.mddLink {
		max-width: 1200px;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.mddLink li {
		width: 33.33333%;
		margin-bottom: 15px;
	}

	.mddLink li a {
		display: inline-block;
		padding-right: 20px;
		background: url(img/common/arr_white.png) no-repeat right center;
		background-size: 6px auto;
		font-size: 1.5rem;
		line-height: 2.0;
		position: relative;
		transition: all 0.4s;
	}

	.mddLink li a::after {
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		transition: all 0.4s;
	}

	.mddLink li a:hover:after {
		width: 100%;
		height: 2px;
		left: 0;
		background: #ffffff;
	}

	/*リンク復活時に消す*/
	.mddLink li span {
		display: inline-block;
		padding-right: 20px;
		background: url(img/common/arr_white.png) no-repeat right center;
		background-size: 6px auto;
		color: #fff;
		font-size: 1.4rem;
		line-height: 2.0;
		position: relative;
		transition: all 0.4s;
	}

	.csTxt {
		color: #aaa;
		font-size: 1.4rem;
	}

	/*リンク復活時に消す*/

	.menuTrigger,
	nav.spMenu,
	#fix_entrybtn {
		display: none;
	}

	/*--スクロール時--*/
	#headerArea.transform {
		padding: 15px 50px 5px;
	}

	.transform .headerLogo {
		width: 280px;
		background: url(img/common/logo_wht_en.png) no-repeat 0 5px;
		background-size: 280px auto;
		top: 25px;
		left: 50px;
	}

	.transform .headerMenu {
		margin-bottom: 0;
	}

	.transform .headerSns {
		display: block;
		width: 20px;
		margin-left: 10px;
		margin-top: -5px;
	}

	.transform .facebookIco {
		background: url(img/common/icon_fb.png) no-repeat 0 center;
		background-size: 20px auto;
	}

	.transform .twitterIco {
		background: url(img/common/icon_x.png) no-repeat 0 bottom;
		background-size: 20px auto;
	}

	.transform .instagramIco {
		background: url(img/common/icon_ist.png) no-repeat 0 center;
		background-size: 20px auto;
	}

	.transform .headerBtnLanguage {
		display: block;
		margin-left: 20px;
		padding: 5px 15px;
		border: 1px solid #ffffff;
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.transform .headerNav {
		margin-left: 15px;
	}

	.transform .headerBtnPanf,
	.transform .headerBtnContact {
		display: block;
		width: 38px;
		height: 38px;
		margin-left: 10px;
		padding: 2px 0 4px;
		border: 2px solid #ffffff;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
		margin-top: 9px;
	}

	.transform .headerBtnPanf {
		display: inline-block;
		padding-left: 30px;
		background: url(img/common/icon_panf_red.png) no-repeat center center;
		background-size: 22px auto;
		color: #ffffff;
		transition: all 0.4s;
		font-size: 1.4rem;
	}

	.transform .headerBtnContact {
		display: inline-block;
		padding-left: 30px;
		background: url(img/common/icon_mail.png) no-repeat center center;
		background-size: 22px auto;
		color: #ffffff;
		transition: all 0.4s;
		font-size: 1.4rem;
	}

	.transform .header_btn_entry {
		display: block;
		width: 180px;
		margin-left: 10px;
		padding: 3px 26px 5px;
		text-align: center;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background-size: 200% auto;
		background-image: linear-gradient(to right, #d70820 0%, #ff7800 51%, #d70820 100%);
		transition: all 0.4s;
	}

	.transform .mddWrap {
		position: absolute;
		top: calc(100% + 5px);
		left: -350px;
		width: 100vw;
	}



	.entryWrap {
		display: block;
		position: absolute;
		width: 880px;
		height: 150px;
		bottom: 0;
		right: 0;
		background: url(img/top/bg_entry.png) no-repeat center 0;
		z-index: 8;
		transition: all 0.4s;
	}

	.entryWrap:hover {
		height: 160px;
		background: url(img/top/bg_entryon.png) no-repeat 0 0;
	}

	.entryInner {
		width: 300px;
		margin-left: 370px;
		padding-top: 65px;
	}

	.entryInner p {
		margin: 0 auto;
		font-size: 2.0rem;
		font-weight: 700;
		color: #ffffff;
		text-align: center;
		letter-spacing: 0.4rem;
		line-height: 1.0;
	}

	.entry_date {
		display: block;
		margin: 10px auto 0;
		padding: 5px 25px;
		background: #edbd06;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		font-size: 1.7rem;
		font-weight: 700;
		text-align: center;
		color: #000000;
		letter-spacing: 0.25rem;
		line-height: 1.5;
	}

	/* footer */
	#footerArea {
		width: 100%;
		padding-top: 45px;
		border-top: 1px solid #c9c9c9;
	}

	.footerCol {
		margin-bottom: 40px;
	}

	.footerAdd {
		float: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.fLogo {
		margin-right: 40px;
		transition: all 0.4s;
	}

	.fLogo:hover {
		opacity: 0.6;
	}

	.footerAddInner {
		padding: 5px 0 5px 40px;
		border-left: 1px solid #c9c9c9;
		color: #000000;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.footerSns {
		float: right;
		width: 135px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.footerSns a {
		display: block;
		width: 30px;
		margin-left: 15px;
		transition: all 0.4s;
	}

	.footerSns a:hover {
		opacity: 0.5;
	}

	.footerSns a img {
		max-width: 100%;
	}

	.footerInfo {
		margin-bottom: 2px;
		padding: 25px;
		background: #efefef;
	}

	.footerInfo h3 {
		margin-bottom: 10px;
		font-weight: 700;
		line-height: 1.0;
	}

	.footerInfo p {
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.footerinfoWrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footerinfoInner {
		width: 33.33333%;
	}

	.footerinfoInner:nth-child(2) {
		margin: 0 2px 2px;
	}

	.fotterNav {
		margin-bottom: 70px;
		padding-top: 50px;
	}

	.footerNav {
		padding: 20px 0;
		border-bottom: 1px solid #c9c9c9;
	}

	.footerNav a {
		display: block;
		position: relative;
		padding-right: 15px;
		background: url(img/common/arr_black.png) no-repeat right center;
		background-size: 6px auto;
		font-size: 1.4rem;
		transition: all 0.4s;
	}

	.footerNav span {
		display: block;
		position: relative;
		padding-right: 15px;
		background: url(img/common/arr_black.png) no-repeat right center;
		background-size: 6px auto;
		color: #333;
		font-size: 1.4rem;
	}

	.footerNav a:hover {
		background: url(img/common/arr_red.png) no-repeat right center;
		background-size: 6px auto;
		color: #b10418;
	}

	.footerNav .csTxt {
		color: #999;
	}

	.fNavLeft {
		float: left;
	}

	.fNavRight {
		float: right;
	}

	.footerNav02 {
		font-size: 0;
	}

	.footerNav02 li {
		display: inline-block;
		margin-right: 20px;
	}

	.fNavTxt {
		float: left;
		margin: 0 40px 0 0;
		font-size: 1.4rem;
		font-weight: 700;
	}

	.copyright {
		margin-bottom: 55px;
		font-size: 1.2rem;
		color: #6d6d6d;
		text-align: center;
	}

	#pagetop {
		position: fixed;
		bottom: 20px;
		right: 20px;
		z-index: 10;
	}


	/* Btn */
	a.linkBtn,
	a.linkBtn02 {
		display: block;
		margin: 0 auto;
		width: 350px;
		height: 64px;
		border: 2px solid #b10418;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: url(img/common/arr_red.png) no-repeat 322px center #FFF;
		background-size: 8px 14px;
		font-size: 2.0rem;
		font-weight: 400;
		font-family: 'Anton', sans-serif;
		color: #b10418;
		text-align: center;
		line-height: 60px;
		transition: all 0.4s;
	}

	a.linkBtn:hover {
		background: url(img/common/arr_white.png) no-repeat 332px center #b10418;
		background-size: 8px 14px;
		color: #ffffff;
	}

	a.linkBtn02,
	a.linkBtn02:hover {
		background-image: none;
	}

	a.linkBtn02:hover {
		background-color: #b10418;
	}

	a.linkBtn03 {
		width: 450px;
	}

	a.linkBtn04 {
		width: calc(50% - 20px);
	}

	a.linkBtn.bgWhite:not(:hover) {
		background-color: #FFF;
	}

	.pdfBtn {
		display: inline-block;
		padding-left: 28px;
		background: url(img/common/icon_pdf_red.png) no-repeat 0 center;
		background-size: 20px auto;
		color: #b10418;
		transition: all 0.4s;
	}

	a.linkBtn02:hover .pdfBtn {
		background: url(img/common/icon_pdf_white.png) no-repeat 0 center;
		background-size: 20px auto;
		color: #ffffff;
	}

	.word_btn {
		display: inline-block;
		padding-left: 28px;
		background: url(img/common/icon_word_red.png) no-repeat 0 center;
		background-size: 20px auto;
		color: #b10418;
		transition: all 0.4s;
	}

	a.linkBtn02:hover .word_btn {
		background: url(img/common/icon_word_white.png) no-repeat 0 center;
		background-size: 20px auto;
		color: #ffffff;
	}

	/* Sponsor */
	.sponsorWrap {
		width: 100%;
		padding: 100px 10px 80px;
	}

	.sponsorInner {
		width: 100%;
		margin-bottom: 30px;
		position: relative;
	}
	}

	#ready, .ready {
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgb(0, 0, 0, 0.7);
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		font-size: 2.4rem;
		letter-spacing: 0.5em;
		display: flex;
		justify-content: center;
		align-items: center;
		z-index: 5;;
	}
	
	#underPlatinum {
		overflow: hidden;
		padding-bottom: 30px;
	}

	#underOfficial {
		display: flex;
		flex-wrap: wrap;
	}

	#underPlatinumTit {
		display: inline-block;
		padding: 0px 20px;
		margin-bottom: 10px;
		background: #d8db83;
		font-size: 2rem;
	}

	#underOfficialTit {
		display: inline-block;
		padding: 0px 20px;
		margin-bottom: 10px;
		background: #CCC;
		font-size: 2rem;
	}
	
	#underPlatinum .sponsorCol {
		width: 18%;
		margin-bottom: 10px;
		padding: 0 20px;
		float: left;
	}
	
	#underPlatinum .sponsorCol.main {
		width: 28%;
		padding: 0 20px;
		float: left;
	}

	.sponsorCol {
		width: 12.5%;
		margin-bottom: 8px;
		padding: 10px 20px;
		background: #ffffff;
		text-align: center;
		transition: all 0.4s;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	#underPlatinum .sponsorCol.main {
		height: 170px;
	}

	.en #underPlatinum .sponsorCol.main  {
		height: 170px;
	}

	#underPlatinum .sponsorCol {
		height: 80px;
	}

	.sponsorCol a {
		line-height: 1;
		transition: all 0.4s;
		width: 100%;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.sponsorCol a:hover {
		opacity: 0.6;
	}
	
	.sponsorCol img {
		width: auto;
		max-width: 100%;
		max-height: 100%;
	}

	.sponsorCol img.mini {
		max-height: 60%;
	}

	.sponsorCol img.mini2 {
		max-height: 50%;
	}


	/* photoInner */
	.photoInner {
		margin-bottom: 10px;
	}

	.instaLogo a {
		display: block;
		width: 55px;
		height: 55px;
		position: relative;
		z-index: 5;
	}

	.photoInner p img {
		width: 55px;
		height: auto;
	}

	/* MvArea */
	#MvArea {
		width: 100%;
		height: 440px;
		position: relative;
		margin-bottom: 20px;
	}

	.mvTtl {
		margin-bottom: 20px;
		padding-top: 100px;
		font-size: 6.0rem;
		text-align: center;
		letter-spacing: 0.45rem;
		text-transform: uppercase;
		display: block;
	}

	.mvJp {
		font-size: 2.6rem;
		font-weight: 700;
		letter-spacing: 0.45rem;
		text-align: center;
	}

	/* pankuzu */
	.pankuzuArea {
		font-size: 1.4rem;
	}

	.pankuzuArea a {
		transition: all .3s;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	.pankuzuArea a:hover {
		color: #b10418;
		text-decoration: none;
	}



	/* Ttl */
	.secTtl {
		margin: 0 auto 50px;
		text-align: center;
	}

	.enTtl {
		display: block;
		margin: 0 auto 10px;
		font-size: 5.5rem;
		color: #000000;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1.0;
	}

	.jpTtl {
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.0;
	}

	.contTtl {
		margin: 0 auto 30px;
		text-align: center;
	}

	.contTtlEn {
		display: inline-block;
		margin-bottom: 10px;
		font-size: 4.5rem;
		color: #000000;
		text-align: center;
		letter-spacing: 0.45rem;
		line-height: 1.0;
	}

	.contTtlJp {
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0.45rem;
	}

	.contSubtl01 {
		margin-bottom: 30px;
		padding: 8px 0 8px 115px;
		background: #f9f8f8;
		position: relative;
		font-size: 2.0rem;
		font-weight: 400;
	}

	.num_l {
		position: absolute;
		bottom: 0;
		left: 10px;
		width: 85px;
		font-size: 8.5rem;
		color: #b10418;
		text-align: center;
		line-height: 0.85;
	}

	/* Txt */
	.introTxt {
		margin-bottom: 40px;
		font-size: 2.0rem;
		text-align: center;
	}

	.txtLink a {
		text-decoration: underline;
	}

	.txtLink a:hover {
		text-decoration: none;
	}

	.txt_s {
		font-size: 1.4rem;
	}
}


@media screen and (max-width: 1450px) {
	.headerNavInner {
		width: 100%;
	}
}

@media screen and (min-width: 1450px) {
	.headerLogo {
		width: 334px;
		background: url(img/common/logo_wht_en.png) no-repeat 0 0;
		background-size: 334px auto;
		transition: all 0.4s;
		top: 35px;
	}

	.headerMenu {
		margin-bottom: 15px;
		margin-left: 350px;
		transition: all 0.4s;
	}

	.headerNavArea {
		position: relative;
		transition: all 0.4s;
		margin-left: 300px;
	}

	.headerNavInner {
		color: #ffffff;
		transition: all 0.4s;
	}

	.headerNav {
		margin-left: 50px;
	}

	.headerBtnPanf,
	.headerBtnContact {
		display: block;
		width: 180px;
		margin-left: 50px;
		padding: 8px 0 10px 25px;
		border: 2px solid #ffffff;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
		color: #ffffff;
	}

	.headerBtnPanf {
		background: url(img/common/icon_panf.png) no-repeat 25px center;
		background-size: 16px auto;
	}

	.headerBtnContact {
		margin-left: 20px;
		padding: 8px 0 10px 25px;
		background: url(img/common/icon_mail.png) no-repeat 25px center;
		background-size: 22px auto;
	}

	#headerArea.fixed .headerBtnPanf,
	#headerArea.fixed .headerBtnContact,
	#headerArea:hover .headerBtnPanf,
	#headerArea:hover .headerBtnContact {
		border: 2px solid #b10418;
		transition: all 0.4s;
	}

	#headerArea.fixed .headerBtnPanf:hover,
	#headerArea.fixed .headerBtnContact:hover,
	#headerArea:hover .headerBtnPanf:hover,
	#headerArea:hover .headerBtnContact:hover {
		background: #b10418;
	}

	.headerBtnPanf span {
		display: inline-block;
	}

	#headerArea.fixed a.headerBtnPanf,
	#headerArea:hover a.headerBtnPanf {
		background: url(img/common/icon_panf_red.png) no-repeat 25px center;
		background-size: 16px auto;
		color: #b10418;
		transition: all 0.4s;
	}

	#headerArea.fixed a.headerBtnPanf:hover,
	#headerArea:hover a.headerBtnPanf:hover {
		background: url(img/common/icon_panf.png) no-repeat 25px center #b10418;
		background-size: 16px auto;
		color: #ffffff;
	}

	.headerBtnContact span {
		display: inline-block;
	}

	#headerArea.fixed .headerBtnContact,
	#headerArea:hover .headerBtnContact {
		background: url(img/common/icon_mail_red.png) no-repeat 25px center;
		background-size: 22px auto;
		color: #b10418;
		transition: all 0.4s;
	}

	#headerArea.fixed .headerBtnContact:hover,
	#headerArea:hover .headerBtnContact:hover {
		background: url(img/common/icon_mail.png) no-repeat 25px center #b10418;
		background-size: 22px auto;
		color: #ffffff;
	}

	.mddWrap {
		position: absolute;
		top: calc(100% + 20px);
		left: -350px;
		width: 100vw;
	}

	/*--スクロール時--*/
	#headerArea.transform {
		padding: 10px 50px;
	}

	.transform .headerLogo {
		width: 280px;
		background: url(img/common/logo_wht_en.png) no-repeat 0 0;
		background-size: 280px auto;
		top: 20px;
	}

	.transform .headerSns {
		display: block;
		width: 20px;
		margin-left: 10px;
		margin-top: -5px;
	}

	.transform .headerMenu {
		margin-bottom: 10px;
	}

	.transform .facebookIco {
		background: url(img/common/icon_fb.png) no-repeat 0 center;
		background-size: 20px auto;
	}

	.transform .twitterIco {
		background: url(img/common/icon_x.png) no-repeat 0 bottom;
		background-size: 20px auto;
	}

	.transform .instagramIco {
		background: url(img/common/icon_ist.png) no-repeat 0 center;
		background-size: 20px auto;
	}

	.transform .headerBtnLanguage {
		display: block;
		margin-left: 20px;
		padding: 5px 15px;
		border: 1px solid #ffffff;
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.transform .headerNav {
		margin-left: 15px;
	}

	.transform .headerBtnPanf,
	.transform .headerBtnContact {
		display: block;
		width: 180px;
		margin-left: 10px;
		padding: 4px 0 3px;
		border: 2px solid #ffffff;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		text-align: center;
		margin-top: 0;
	}

	.transform .headerBtnPanf {
		display: inline-block;
		padding-left: 30px;
		background: url(img/common/icon_panf_red.png) no-repeat 25px center;
		background-size: 22px auto;
		color: #ffffff;
		transition: all 0.4s;
		font-size: 1.4rem;
		margin-left: 20px;
	}

	.transform .headerBtnContact {
		display: inline-block;
		padding-left: 30px;
		background: url(img/common/icon_mail.png) no-repeat 25px center;
		background-size: 22px auto;
		color: #ffffff;
		transition: all 0.4s;
		font-size: 1.4rem;
	}

	.transform .header_btn_entry {
		display: block;
		width: 180px;
		margin-left: 10px;
		padding: 3px 26px 5px;
		text-align: center;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		background-size: 200% auto;
		background-image: linear-gradient(to right, #d70820 0%, #ff7800 51%, #d70820 100%);
		transition: all 0.4s;
	}

	.transform .mddWrap {
		position: absolute;
		top: calc(100% + 10px);
		left: -350px;
		width: 100vw;
	}
}


@media screen and (min-width: 768px) and (max-width: 1024px) {
	#container {
		font-family: 'Roboto', "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}

	.contWrap {
		width: 94%;
		margin: 0 auto;
		position: relative;
	}

	/* subpage layout */
	#subCont {
		width: 100%;
		margin-bottom: 80px;
		padding-top: 40px;
		background: url(img/common/bg_sub01.png) no-repeat 0 0;
		background-size: contain;
	}

	.imgWrap {
		width: 100%;
		margin-bottom: 40px;
	}

	.imgWrap2 {
		width: 100%;
		height: 300px;
		margin-bottom: 40px;
	}

	.mb_l {
		margin-bottom: 80px !important;
	}

	.mb_m {
		margin-bottom: 50px !important;
	}

	.mb_s {
		margin-bottom: 30px !important;
	}

	.mbSs {
		margin-bottom: 20px !important;
	}

	#headerArea {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		padding: 10px;
		background-color: transparent;
		z-index: 90;
		transition: all 0.4s;
	}

	#headerArea.fixed {
		background: #ffffff;
	}

	.headerLogo {
		float: left;
		width: 220px;
		padding-top: 0;
		background: url(img/common/logo_wht_en.png) no-repeat 0 0;
		background-size: 220px auto;
		z-index: 100;
	}

	.headerLogo img {
		max-width: 100%;
		opacity: 0;
		transition: all 0.4s;
	}

	#headerArea.fixed .headerLogo img {
		opacity: 1;
	}

	.headerMenu,
	.headerNavArea {
		display: none;
	}


	.overlay {
		content: "";
		display: block;
		width: 0;
		height: 0;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		opacity: 0;
		transition: opacity .5s;
	}

	.overlay.open {
		width: 100%;
		height: 100%;
		opacity: 1;
	}

	.menuTrigger {
		display: block;
		width: 60px;
		height: 60px;
		vertical-align: middle;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		/*background: #ff0000;*/
		z-index: 100;
	}

	.menuTrigger.active {
		background: #b10418;
	}

	.menuTrigger span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 12px;
		width: 36px;
		height: 2px;
		background-color: #ffffff;
		transition: all .5s;
	}

	.menuTrigger.fixed span {
		background: #000000;
	}

	.menuTrigger.active span {
		background-color: #ffffff;
	}

	.menuTrigger span:nth-of-type(1) {
		top: 14px;
	}

	.menuTrigger.active span:nth-of-type(1) {
		transform: translateY(12px) rotate(-45deg);
		top: 16px;
	}

	.menuTrigger span:nth-of-type(2) {
		top: 22px;
	}

	.menuTrigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menuTrigger span:nth-of-type(3) {
		top: 30px;
	}

	.menuTrigger.active span:nth-of-type(3) {
		transform: translateY(-12px) rotate(45deg);
		top: 40px;
	}

	.menuTrigger span:nth-of-type(4) {
		height: 5px;
		bottom: 24px;
		font-size: 1.2rem;
		color: #ffffff;
		background: none;
		letter-spacing: 0.32rem;
	}

	.menuTrigger.fixed span:nth-of-type(4) {
		color: #000000;
	}

	.menuTrigger.active span:nth-of-type(4) {
		display: none;
	}

	.spMenu {
		width: 80vw;
		height: 100%;
		padding: 80px 10px 50px 10px;
		background-color: #ffffff;
		position: fixed;
		top: 0;
		right: -80vw;
		z-index: 95;
		/*transform: translate(80vw);
		transition: all .5s;*/
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		transition: all .3s;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	.spMenu.open {
		/*transform: translateY(0);*/
		right: 0;
	}

	.sp_entry {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		padding: 15px 0;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		background: rgba(215, 8, 32, 1);
		background: -moz-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215, 8, 32, 1)), color-stop(100%, rgba(255, 119, 0, 1)));
		background: -webkit-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: -o-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: -ms-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: linear-gradient(to right, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d70820', endColorstr='#ff7700', GradientType=1);
		font-size: 1.6rem;
		font-weight: 700;
		text-align: center;
	}

	.sp_entry span {
		display: inline-block;
		padding: 0 0 0 45px;
		background: url(img/common/icon_entry.png) no-repeat 0 center;
		background-size: 35px;
		color: #ffffff;
	}

	.spmenuBtn {
		width: 100%;
		margin-bottom: 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.spMenubtn {
		display: block;
		width: 49%;
		padding: 12px 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 3px solid #b10418;
		text-align: center;
	}

	.spPdf,
	.spMail {
		display: inline-block;
		padding-left: 20px;
		background: url(img/common/icon_panf_red.png) no-repeat 0 center;
		background-size: 14px;
		font-size: 1.6rem;
		color: #b10418;
	}

	.spMail {
		padding-left: 20px;
		background: url(img/common/icon_mail_red.png) no-repeat 0 center;
		background-size: 16px;
	}

	.spmenuNav {
		width: 100%;
		margin-bottom: 15px;
		border-top: 1px solid #c9c9c9;
	}

	.spmenuNav li {
		padding: 10px 0;
		border-bottom: 1px solid #c9c9c9;
	}

	.spmenuNav li a {
		display: block;
		width: 100%;
		background: url(img/common/arr_black.png) no-repeat right center;
		background-size: 8px auto;
	}

	.spmenuNav li span {
		display: block;
		width: 100%;
		background: url(img/common/arr_black.png) no-repeat right center;
		background-size: 8px auto;
		color: #333;
	}

	.spMenu p {
		text-align: right;
	}

	.spEnglishbtn {
		display: block;
		width: 46%;
		margin: 0 auto 20px;
		padding: 10px 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 3px solid #c9c9c9;
		font-size: 1.6rem;
		text-align: center;
	}

	.spSns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.spSns a {
		display: block;
		width: 30px;
		margin: 0 10px;
	}

	.spSns a img {
		max-width: 100%;
	}

	.entryWrap {
		display: none;
	}


	/* footer */
	#footerArea {
		width: 100%;
		padding-top: 25px;
		padding-bottom: 40px;
		border-top: 1px solid #c9c9c9;
	}

	.footerCol {
		margin: 0 10px 40px;
	}

	.footerAdd {
		margin: 0 auto 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.fLogo {
		width: 250px;
		margin: 0 auto 15px;
	}

	.fLogo img {
		max-width: 100%;
	}

	.footerAddInner {
		width: 330px;
		margin: 0 auto;
		padding: 15px 20px 0;
		border-top: 1px solid #c9c9c9;
		color: #000000;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.fTel {
		display: inline-block;
		padding-left: 42px;
	}

	.footerSns {
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footerSns a {
		display: block;
		width: 30px;
		margin-left: 15px;
	}

	.footerSns a img {
		max-width: 100%;
	}

	.footerInfo {
		margin-bottom: 2px;
		padding: 25px;
		background: #efefef;
	}

	.footerInfo h3 {
		margin-bottom: 10px;
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1.0;
	}

	.footerInfo p {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.fotterNav {
		margin-bottom: 30px;
	}

	.footerNav {
		padding: 20px 0;
		border-bottom: 1px solid #c9c9c9;
	}

	.footerNav a {
		display: inline-block;
		padding-right: 15px;
		background: url(img/common/arr_black.png) no-repeat right center;
		background-size: 6px auto;
		font-size: 1.3rem;
	}

	.footerNav span {
		display: inline-block;
		padding-right: 15px;
		background: url(img/common/arr_black.png) no-repeat right center;
		background-size: 6px auto;
		color: #333;
		font-size: 1.3rem;
	}

	.footerNav p {
		text-align: right;
	}

	.fNavLeft {
		float: left;
	}

	.fNavRight {
		float: right;
	}

	.footerNav02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.footerNav02 li {
		width: 33.3333333%;
	}

	.fNavTxt {
		margin-bottom: 10px;
		font-size: 1.4rem;
		font-weight: 700;
		text-align: left !important;
	}

	.copyright {
		margin-bottom: 55px;
		font-size: 1.2rem;
		color: #6d6d6d;
		text-align: center;
	}

	#pagetop {
		position: fixed;
		bottom: 20px;
		right: 10px;
		width: 40px;
		height: 40px;
		z-index: 10;
	}

	#pagetop a img {
		max-width: 100%;
	}

	#fix_entrybtn {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 80px;
		background: rgba(215, 8, 32, 1);
		background: -moz-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215, 8, 32, 1)), color-stop(100%, rgba(255, 119, 0, 1)));
		background: -webkit-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: -o-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: -ms-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: linear-gradient(to right, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d70820', endColorstr='#ff7700', GradientType=1);
		z-index: 30;
	}

	#fix_entrybtn a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 15px 0 0;
		font-size: 1.6rem;
		font-weight: 700;
		color: #ffffff;
		text-align: center;
		line-height: 1.6;
	}

	#fix_entrybtn a span {
		display: inline-block;
		padding: 0 20px;
		background: #edbd06;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		font-size: 1.1rem;
		font-weight: 700;
		text-align: center;
		color: #000000;
	}


	/* MvArea */
	#MvArea {
		width: 100%;
		height: 40vh;
		position: relative;
		margin-bottom: 20px;
	}

	.mvTtl {
		margin-bottom: 10px;
		padding-top: 40px;
		font-size: 5.0rem;
		text-align: center;
		letter-spacing: 0.45rem;
		text-transform: uppercase;
		display: block;
	}

	.mvJp {
		font-size: 2.2rem;
		font-weight: 700;
		letter-spacing: 0.45rem;
		text-align: center;
	}

	/* パンくず */

	.pankuzuArea {
		width: 94%;
		max-width: 1200px;
		margin: 0 auto 20px;
		line-height: 1.0;
	}

	.pankuzuArea a.home {
		padding-left: 20px;
		background: url(img/common/icon_home.png) no-repeat 0 center;
		background-size: 15px auto;
	}

	.pankuzuArea a::after,
	.pankuzuArea span.page::after {
		display: inline-block;
		content: "";
		position: absolute;
		top: calc(50% - 1px);
		right: 0;
		width: 7px;
		height: 7px;
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	/* Ttl */
	.secTtl {
		margin: 0 auto 40px;
		text-align: center;
	}

	.enTtl {
		display: block;
		margin: 0 auto 5px;
		font-size: 4.5rem;
		color: #000000;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1.0;
	}

	.jpTtl {
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.0;
	}

	.contTtl {
		margin: 0 auto 30px;
		text-align: center;
	}

	.contTtlEn {
		display: inline-block;
		margin-bottom: 0;
		font-size: 3.5rem;
		color: #000000;
		text-align: center;
		letter-spacing: 0.35rem;
		line-height: 1.4;
	}

	.contTtlJp {
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0.35rem;
	}

	.contSubtl01 {
		margin-bottom: 30px;
		padding: 3px 0 3px 100px;
		background: #f9f8f8;
		position: relative;
		font-size: 1.8rem;
		font-weight: 400;
	}

	.num_l {
		position: absolute;
		bottom: 0;
		left: 10px;
		width: 58px;
		font-size: 6.5rem;
		color: #b10418;
		text-align: center;
		line-height: 0.85;
	}


	/* Btn */
	a.linkBtn,
	a.linkBtn02 {
		display: block;
		margin: 0 auto;
		width: 60%;
		padding: 15px 0;
		border: 2px solid #b10418;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: url(img/common/arr_red.png) no-repeat 90% center;
		background-size: 8px 14px;
		font-size: 1.8rem;
		font-weight: 400;
		font-family: 'Anton', sans-serif;
		color: #b10418;
		text-align: center;
		line-height: 1.6;
		transition: all 0.4s;
	}

	a.linkBtn02 {
		background-image: none;
	}

	a.linkBtn04 {
		width: calc(50% - 20px);
	}

	a.linkBtn.bgWhite:not(:hover) {
		background-color: #FFF;
	}

	.pdfBtn {
		display: inline-block;
		padding-left: 30px;
		background: url(img/common/icon_pdf_red.png) no-repeat 0 center;
		background-size: 20px auto;
		color: #b10418;
	}

	.word_btn {
		display: inline-block;
		padding-left: 30px;
		background: url(img/common/icon_word_red.png) no-repeat 0 center;
		background-size: 20px auto;
		color: #b10418;
	}

	/* Sponsor */
	.sponsorWrap {
		width: 100%;
		padding: 50px 3%;
	}

	.sponsorInner {
		width: 100%;
		margin-bottom: 30px;
		position: relative;
	}

	#ready, .ready {
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgb(0, 0, 0, 0.7);
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		font-size: 2.0rem;
		letter-spacing: 1em;
	}

	#underPlatinum {
		overflow: hidden;
		padding-bottom: 30px;
	}

	#underOfficial {
		display: flex;
		flex-wrap: wrap;
	}

	#underPlatinumTit {
		display: inline-block;
		padding: 0px 20px;
		margin-bottom: 10px;
		background: #d8db83;
		font-size: 2rem;
	}

	#underOfficialTit {
		display: inline-block;
		padding: 0px 20px;
		margin-bottom: 10px;
		background: #CCC;
		font-size: 2rem;
	}

	.sponsorCol {
		width: 12.5%;
		margin-bottom: 8px;
		padding: 5px 10px;
		background: #ffffff;
		text-align: center;
		transition: all 0.4s;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	#underPlatinum .sponsorCol {
		width: 18%;
		margin-bottom: 10px;
		padding: 0 20px;
		float: left;
	}
	
	#underPlatinum .sponsorCol.main {
		width: 28%;
		padding: 0 20px;
		float: left;
	}

	#underPlatinum .sponsorCol.main {
		height: 110px;
	}

	.en #underPlatinum .sponsorCol.main  {
		height: 110px;
	}

	#underPlatinum .sponsorCol {
		height: 50px;
	}

	.sponsorCol a {
		line-height: 1;
		transition: all 0.4s;
		width: 100%;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.sponsorCol a:hover {
		opacity: 0.6;
	}
	
	.sponsorCol img {
		width: auto;
		max-width: 100%;
		max-height: 100%;
	}

	.sponsorCol img.mini {
		max-height: 60%;
	}

	.sponsorCol img.mini2 {
		max-height: 50%;
	}



	/* photoInner */
	.photoInner {
		margin-bottom: 10px;
	}

	.instaLogo a {
		display: block;
		width: 55px;
		height: 55px;
		position: relative;
		z-index: 5;
	}

	.photoInner p img {
		width: 55px;
		height: 55px;
	}

	/* Txt */
	.introTxt {
		margin-bottom: 40px;
		font-size: 1.8rem;
		text-align: center;
	}

	.txtLink a {
		text-decoration: underline;
	}

	.txt_s {
		font-size: 1.2rem;
	}
}

@media screen and (max-width: 767px) {
	#container {
		font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	}

	.contWrap {
		width: 94%;
		margin: 0 auto;
		position: relative;
	}

	/* subpage layout */
	#subCont {
		width: 100%;
		margin-bottom: 80px;
		padding-top: 40px;
		background: url(img/common/bg_sub01.png) no-repeat 0 0;
		background-size: contain;
	}

	.imgWrap {
		width: 100%;
		margin-bottom: 40px;
	}

	.imgWrap2 {
		width: 100%;
		height: 300px;
		margin-bottom: 40px;
	}

	.mb_l {
		margin-bottom: 80px !important;
	}

	.mb_m {
		margin-bottom: 50px !important;
	}

	.mb_s {
		margin-bottom: 30px !important;
	}

	.mbSs {
		margin-bottom: 20px !important;
	}

	#headerArea {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		/*padding: 10px;*/
		background-color: transparent;
		z-index: 90;
		transition: all 0.4s;
		height: 62px;
	}

	#headerArea.fixed {
		background: #ffffff;
	}

	.headerLogo {
		/*float: left;
		padding-top: 0;*/
		position: absolute;
		top: 10px;
		left: 10px;
		width: 220px;
		background: url(img/common/logo_wht_en.png) no-repeat 0 0;
		background-size: 220px auto;
		z-index: 100;
	}

	.headerLogo img {
		max-width: 100%;
		opacity: 0;
		transition: all 0.4s;
	}

	#headerArea.fixed .headerLogo img {
		opacity: 1;
	}

	.headerMenu,
	.headerNavArea {
		display: none;
	}


	.overlay {
		content: "";
		display: block;
		width: 0;
		height: 0;
		background-color: rgba(0, 0, 0, 0.5);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 90;
		opacity: 0;
		transition: opacity .5s;
	}

	.overlay.open {
		width: 100%;
		height: 100%;
		opacity: 1;
	}

	.menuTrigger {
		display: block;
		width: 60px;
		height: 60px;
		vertical-align: middle;
		cursor: pointer;
		position: fixed;
		top: 0;
		right: 0;
		/*background: #ff0000;*/
		z-index: 100;
	}

	.menuTrigger.active {
		background: #b10418;
	}

	.menuTrigger span {
		display: inline-block;
		box-sizing: border-box;
		position: absolute;
		left: 12px;
		width: 36px;
		height: 2px;
		background-color: #ffffff;
		transition: all .5s;
	}

	.menuTrigger.fixed span {
		background: #000000;
	}

	.menuTrigger.active span {
		background-color: #ffffff;
	}

	.menuTrigger span:nth-of-type(1) {
		top: 14px;
	}

	.menuTrigger.active span:nth-of-type(1) {
		transform: translateY(12px) rotate(-45deg);
		top: 16px;
	}

	.menuTrigger span:nth-of-type(2) {
		top: 22px;
	}

	.menuTrigger.active span:nth-of-type(2) {
		opacity: 0;
	}

	.menuTrigger span:nth-of-type(3) {
		top: 30px;
	}

	.menuTrigger.active span:nth-of-type(3) {
		transform: translateY(-12px) rotate(45deg);
		top: 40px;
	}

	.menuTrigger span:nth-of-type(4) {
		height: 5px;
		bottom: 24px;
		font-size: 1.2rem;
		color: #ffffff;
		background: none;
		letter-spacing: 0.32rem;
	}

	.menuTrigger.fixed span:nth-of-type(4) {
		color: #000000;
	}

	.menuTrigger.active span:nth-of-type(4) {
		display: none;
	}

	.spMenu {
		width: 80vw;
		height: 100%;
		padding: 80px 10px 50px 10px;
		background-color: #ffffff;
		position: fixed;
		top: 0;
		right: -80vw;
		z-index: 95;
		/*transform: translate(80vw);
		transition: all .5s;*/
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		transition: all .3s;
		-webkit-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}

	.spMenu.open {
		/*transform: translateY(0);*/
		right: 0;
	}

	.sp_entry {
		display: block;
		width: 100%;
		margin-bottom: 15px;
		padding: 15px 0;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		background: rgba(215, 8, 32, 1);
		background: -moz-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215, 8, 32, 1)), color-stop(100%, rgba(255, 119, 0, 1)));
		background: -webkit-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: -o-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: -ms-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: linear-gradient(to right, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d70820', endColorstr='#ff7700', GradientType=1);
		font-size: 1.6rem;
		font-weight: 700;
		text-align: center;
	}

	.sp_entry span {
		display: inline-block;
		padding: 0 0 0 45px;
		background: url(img/common/icon_entry.png) no-repeat 0 center;
		background-size: 35px;
		color: #ffffff;
	}

	.spmenuBtn {
		width: 100%;
		margin-bottom: 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: center;
	}

	.spMenubtn {
		display: block;
		width: 49%;
		padding: 12px 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 3px solid #b10418;
		text-align: center;
	}

	.spPdf,
	.spMail {
		display: inline-block;
		padding-left: 20px;
		background: url(img/common/icon_panf_red.png) no-repeat 0 center;
		background-size: 14px;
		font-size: 1.4rem;
		color: #b10418;
	}

	.spMail {
		padding-left: 20px;
		background: url(img/common/icon_mail_red.png) no-repeat 0 center;
		background-size: 16px;
	}

	.spmenuNav {
		width: 100%;
		margin-bottom: 15px;
		border-top: 1px solid #c9c9c9;
	}

	.spmenuNav li {
		padding: 10px 0;
		border-bottom: 1px solid #c9c9c9;
	}

	.spmenuNav li a {
		display: block;
		width: 100%;
		background: url(img/common/arr_black.png) no-repeat right center;
		background-size: 8px auto;
	}

	.spmenuNav li span {
		display: block;
		width: 100%;
		background: url(img/common/arr_black.png) no-repeat right center;
		background-size: 8px auto;
		color: #333;
	}

	.spMenu p {
		margin-bottom: 20px;
		text-align: right;
	}

	.spEnglishbtn {
		display: block;
		width: 46%;
		margin: 0 auto 20px;
		padding: 10px 0;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		border: 3px solid #c9c9c9;
		text-align: center;
	}

	.spSns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.spSns a {
		display: block;
		width: 30px;
		margin: 0 10px;
	}

	.spSns a img {
		max-width: 100%;
	}

	.entryWrap {
		display: none;
	}


	/* footer */
	#footerArea {
		width: 100%;
		padding-top: 25px;
		padding-bottom: 10px;
		border-top: 1px solid #c9c9c9;
	}

	.footerCol {
		margin: 0 10px 40px;
	}

	.footerAdd {
		margin: 0 auto 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.fLogo {
		width: 250px;
		margin: 0 auto 15px;
	}

	.fLogo img {
		max-width: 100%;
	}

	.footerAddInner {
		width: 290px;
		margin: 0 auto;
		padding: 15px 0 0;
		border-top: 1px solid #c9c9c9;
		color: #000000;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.fTel {
		display: inline-block;
		padding-left: 42px;
	}

	.footerSns {
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.footerSns a {
		display: block;
		width: 30px;
		margin-left: 15px;
	}

	.footerSns a img {
		max-width: 100%;
	}

	.footerInfo {
		margin-bottom: 2px;
		padding: 25px;
		background: #efefef;
	}

	.footerInfo h3 {
		margin-bottom: 10px;
		font-size: 1.2rem;
		font-weight: 700;
		line-height: 1.0;
	}

	.footerInfo p {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.fotterNav {
		margin-bottom: 30px;
		letter-spacing: 0.02em;
	}

	.footerNav {
		padding: 20px 0;
		border-bottom: 1px solid #c9c9c9;
	}

	.footerNav a {
		position: relative;
		display: inline-block;
		/*padding-right: 15px;*/
		font-size: 1.3rem;
	}

	.footerNav span {
		position: relative;
		display: inline-block;
		color: #333;
		font-size: 1.3rem;
	}

	.footerNav p {
		font-size: 1.2rem;
		text-align: right;
	}

	.ocLink {
		line-height: 1.5;
	}

	.footerNav a::before {
		position: absolute;
		content: "";
		top: calc(50% - 5px);
		left: inherit;
		right: -15px;
		display: inline-block;
		width: 6px;
		height: 10px;
		background: url(img/common/arr_black.png) no-repeat 0 0;
		background-size: contain;
		/*border-top: 2px solid #000;
		border-right: 2px solid #000;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);*/
	}

	.fNavLeft {
		float: left;
	}

	.fNavRight {
		float: right;
		margin-right: 5%;
	}

	.footerNav02 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.footerNav02 li {
		width: 50%;
	}

	.fNavTxt {
		margin-bottom: 10px;
		font-size: 1.4rem !important;
		font-weight: 700;
		text-align: left !important;
	}

	.copyright {
		margin-bottom: 55px;
		font-size: 1.0rem;
		color: #6d6d6d;
		text-align: center;
	}

	#pagetop {
		position: fixed;
		bottom: 20px;
		right: 10px;
		width: 40px;
		height: 40px;
		z-index: 10;
	}

	#pagetop a img {
		max-width: 100%;
	}

	#fix_entrybtn {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 60px;
		background: rgba(215, 8, 32, 1);
		background: -moz-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(215, 8, 32, 1)), color-stop(100%, rgba(255, 119, 0, 1)));
		background: -webkit-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: -o-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: -ms-linear-gradient(left, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		background: linear-gradient(to right, rgba(215, 8, 32, 1) 0%, rgba(255, 119, 0, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d70820', endColorstr='#ff7700', GradientType=1);
		z-index: 30;
	}

	#fix_entrybtn a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 7px 0 0;
		font-size: 1.6rem;
		font-weight: 700;
		color: #ffffff;
		text-align: center;
		line-height: 1.4;
	}

	#fix_entrybtn a span {
		display: inline-block;
		padding: 0 20px;
		background: #edbd06;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		font-size: 1.1rem;
		font-weight: 700;
		text-align: center;
		color: #000000;
		line-height: 1.8;
	}

	/* MvArea */
	#MvArea {
		width: 100%;
		height: 40vh;
		position: relative;
		margin-bottom: 20px;
	}

	.mvTtl {
		margin-bottom: 10px;
		padding-top: 40px;
		font-size: 3.5rem;
		text-align: center;
		letter-spacing: 0.45rem;
		text-transform: uppercase;
		display: block;
	}

	.mvJp {
		font-size: 1.6rem;
		font-weight: 700;
		letter-spacing: 0.45rem;
		text-align: center;
	}

	/* パンくず */

	.pankuzuArea {
		font-size: 1.2rem;
		letter-spacing: 0.05em;
	}

	.pankuzuArea li {
		vertical-align: baseline;
	}

	.pankuzuArea a.home {
		padding-left: 16px;
		background: url(img/common/icon_home.png) no-repeat border-box;
		background-size: 12px auto;
		font-size: 1.2rem;
		line-height: 1.2;
	}

	.pankuzuArea a::after,
	.pankuzuArea span.page::after {
		display: inline-block;
		content: "";
		position: absolute;
		top: calc(50% - 2px);
		right: 0;
		width: 5px;
		height: 5px;
		border-top: 1px solid #000000;
		border-right: 1px solid #000000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.pankuzuArea a span {
		vertical-align: baseline;
	}

	/* Ttl */
	.secTtl {
		margin: 0 auto 20px;
		text-align: center;
	}

	.enTtl {
		display: block;
		margin: 0 auto 5px;
		font-size: 4.5rem;
		color: #000000;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1.0;
	}

	.jpTtl {
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.0;
	}


	/* Btn */
	a.linkBtn,
	a.linkBtn02 {
		display: block;
		margin: 0 auto;
		width: 94%;
		padding: 15px 0;
		border: 2px solid #b10418;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: url(img/common/arr_red.png) no-repeat 90% center;
		background-size: 8px 14px;
		font-size: 1.8rem;
		font-weight: 400;
		font-family: 'Anton', sans-serif;
		color: #b10418;
		text-align: center;
		line-height: 1.5;
		/*transition: all 0.4s;*/
	}

	a.linkBtn02 {
		background-image: none;
	}

	a.linkBtn.bgWhite:not(:hover) {
		background-color: #FFF;
	}

	.pdfBtn {
		display: inline-block;
		padding-left: 32px;
		background: url(img/common/icon_pdf_red.png) no-repeat 0 center;
		background-size: 20px auto;
		color: #b10418;
	}

	.word_btn {
		display: inline-block;
		padding-left: 32px;
		background: url(img/common/icon_word_red.png) no-repeat 0 center;
		background-size: 20px auto;
		color: #b10418;
	}

	/* Sponsor */
	.sponsorWrap {
		width: 100%;
		padding: 50px 3% 40px;
	}

	.sponsorInner {
		width: 100%;
		margin-bottom: 30px;
		position: relative;
	}

	#ready, .ready {
		content: "";
		width: 100%;
		height: 100%;
		background-color: rgb(0, 0, 0, 0.7);
		position: absolute;
		top: 0;
		left: 0;
		color: #fff;
		font-size: 2.0rem;
		letter-spacing: 0.5em;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#underPlatinum {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding-bottom: 30px;
	}

	#underOfficial {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	#underPlatinumTit {
		display: inline-block;
		padding: 0px 20px;
		margin-bottom: 10px;
		background: #d8db83;
		font-size: 1.8rem;
	}

	#underOfficialTit {
		display: inline-block;
		padding: 0px 20px;
		margin-bottom: 10px;
		background: #CCC;
		font-size: 1.8rem;
	}

	.sponsorCol {
		width: 25%;
		margin-bottom: 8px;
		padding: 5px 10px;
		background: #ffffff;
		text-align: center;
		transition: all 0.4s;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	
	#underPlatinum .sponsorCol {
		width: 50%;
		margin-bottom: 10px;
		padding: 0 20px;
	}
	
	#underPlatinum .sponsorCol.main {
		width: 100%;
		padding: 0 20px;
		margin: 10px;
		height: 100px;
	}

	.sponsorCol a {
		line-height: 1;
		transition: all 0.4s;
		width: 100%;
		height: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.sponsorCol a:hover {
		opacity: 0.6;
	}
	
	.sponsorCol img {
		width: auto;
		max-width: 100%;
		max-height: 100%;
	}
	
	.sponsorCol.main img {
		width: auto;
		max-width: 80%;
		max-height: 100%;
	}
	
	.sponsorCol:nth-child(6) img {
		width: auto;
		max-width: 70%;
	}

	.sponsorCol img.mini {
		max-height: 60%;
		max-width: 60%;
	}

	.sponsorCol img.mini2 {
		max-height: 50%;
	}


	/* photoInner */
	.photoInner {
		margin-bottom: 10px;
	}

	.instaLogo a {
		display: block;
		width: 40px;
		height: 40px;
		position: relative;
		z-index: 5;
	}

	.photoInner p img {
		width: 40px;
		height: 40px;
	}


	/* Ttl */
	.secTtl {
		margin: 0 auto 20px;
		text-align: center;
	}

	.enTtl {
		display: block;
		margin: 0 auto 5px;
		font-size: 3.0rem;
		color: #000000;
		text-align: center;
		letter-spacing: 0.1em;
		line-height: 1.0;
	}

	.jpTtl {
		font-size: 1.4rem;
		font-weight: 700;
		line-height: 1.0;
	}

	.contTtl {
		margin: 0 auto 30px;
		text-align: center;
	}

	.contTtlEn {
		display: inline-block;
		margin-bottom: 0;
		font-size: 2.5rem;
		color: #000000;
		text-align: center;
		letter-spacing: 0.35rem;
		line-height: 1.4;
	}

	.contTtlJp {
		font-size: 1.5rem;
		font-weight: 700;
		letter-spacing: 0.35rem;
	}

	.contSubtl01 {
		margin-bottom: 30px;
		padding: 5px 0 5px 70px;
		background: #f9f8f8;
		position: relative;
		font-size: 1.8rem;
		font-weight: 400;
		line-height: 1.6;
	}

	.num_l {
		position: absolute;
		bottom: 0;
		left: 10px;
		width: 48px;
		font-size: 5.5rem;
		color: #b10418;
		text-align: center;
		line-height: 0.85;
	}

	/* Txt */
	.introTxt {
		margin-bottom: 40px;
		font-size: 1.5rem;
		line-height: 1.2;
		text-align: center;
	}

	.txtLink a {
		text-decoration: underline;
	}

	.txt_s {
		font-size: 1.0rem;
	}
}

/* 375px以下の調整 */
@media screen and (max-width: 374px) {
	.footerNav a {
		position: relative;
		display: inline-block;
		/*padding-right: 15px;*/
		font-size: 1.1rem;
		letter-spacing: 0.05rem;
	}

	.spPdf,
	.spMail {
		font-size: 1.2rem;
		/*		font-weight: bold;*/
	}

	.contSubtl01 {
		font-size: 1.4rem;
	}
}