@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.noto {
	font-family: 'Noto Sans JP', sans-serif;
}
.en {
	font-family: 'Noto Serif', serif;
}


/* loadBox */
.loadBox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 999;
}
.loadBox .image {
	width: 42%;
	max-width: 715px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
@media all and (max-width: 896px) {
	.loadBox .image {
		width: 76%;
		text-align: center;
	}
}

/* content */
.content {
	margin: 0 auto;
	padding: 0 23px;
	max-width: 1720px;
}
@media all and (max-width: 896px) {
	.content {
		padding: 0 15px;
		max-width: inherit;
	}
}

/* comBtn */
.comBtn {
	
}
.comBtn a {
	padding: 2px 22px;
	color: #000;
	font-size: 1.92rem;
	width: 480px;
	height: 49px;
	display: flex;
	align-items: center;
	background: url(../img/common/btn_bg.png) repeat-y left top / 100% auto;
	letter-spacing: 0.25em;
	box-sizing: border-box;
}
.comBtn span {
	padding-right: 100px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.comBtn span:after {
	width: 96px;
	height: 24px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: url(../img/common/icon01.png) no-repeat left top / 100% 100%;
	content: "";
}
.comBtn.center {
	margin: 36px 0 0 238px;
}
.comBtn.center a {
	margin: 0 auto;
	width: 517px;
}
.comBtn.center span {
	padding-right: 137px;
}
.comBtn.center span:after {
	width: 121px;
	height: 23px;
	background-image: url(../img/common/icon02.png);
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn a {
		margin: 0 auto;
		width: 100%;
		height: 40px;
		font-size: 1.6rem;
		max-width: 240px;
	}
	.comBtn span {
		padding-right: 73px;
	}
	.comBtn span::after {
		width: 64px;
		height: 16px;
	}
	.comBtn.center {
		margin: 36px 0 0 0;
	}
	.comBtn.center span {
		padding-right: 73px;
	}
	.comBtn.center span:after {
		width: 64px;
		height: 16px;
		background-image: url(../img/common/icon01.png);
	}
}


/* headLine01 */
.headLine01 {
	margin-bottom: 23px;
	text-align: center;
	font-size: 5.1689rem;
	line-height: 1.54;
	font-weight: 500;
	letter-spacing: 0.15em;
}
.headLine01 .en {
	font-size: 3rem;
	display: block;
}
.headLine01 .jp {
	margin-top: 12px;
	display: block;
	font-weight: 600;
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	.headLine01 {
		font-size: 4rem;
	}
}
@media all and (max-width: 896px) {
	.headLine01 .en {
		font-size: 1.8rem;
	}
	.headLine01 {
		margin-bottom: 23px;
		font-size: 2.2rem;
		line-height: 1.3;
		letter-spacing: 0.05em;
	}
}

/* comListUl */
.comListUl {
	margin: 0 -12px;
	display: flex;
	flex-wrap: wrap;
	font-size: 2rem;
}
.comListUl li {
	padding: 0 12px;
	width: 33.33%;
	box-sizing: border-box;
}
.comListUl img {
	width: 100%;
}
.comListUl p {
	line-height: 1.25;
}
.comListUl .size {
	margin-top: 5px;
	font-size: 1.1rem;
	letter-spacing: 0;
}
.comListUl .small {
	font-weight: 300;
	font-size: 1.6rem;
	display: block;
	line-height: 1;
	font-family: 'Noto Sans JP', sans-serif;
}
.comListUl .image {
	margin-bottom: 8px;
}
.comListUl .line {
	margin-left: 11px;
	display: inline-block;
	vertical-align: middle;
}
@media all and (min-width: 897px) and (max-width: 1300px) {
	.comListUl {
		margin: 0 -5px;
		font-size: 1.6rem;
	}
	.comListUl li {
		padding: 0 5px;
	}
	.comListUl .small {
		font-size: 1.3rem;
	}
	.comListUl .line {
		margin-left: 5px;
	}
}
@media all and (max-width: 896px) {
	.comListUl li {
		padding: 0 2px;
	}
	.comListUl {
		margin: 0 -2px;
		font-size: 1.2rem;
	}
	.comListUl .small {
		font-size: 1rem;
	}
	.comListUl .line {
		margin-left: 0;
		display: block;
	}
	.comListUl .size {
		font-size: 0.8rem;
	}
}


.comContact {
	margin-top: 18px;
	padding: 33px 20px 47px;
	color: #FFF;
	text-align: center;
	background: #280A00;
}
.comContact h2 {
	margin-bottom: 13px;
	font-size: 3.8rem;
	font-weight: normal;
	letter-spacing: 0.25em;
}
.comContact p {
	margin-bottom: 47px;
	font-size: 2.2rem;
	line-height: 1.59;
	letter-spacing: 0.05em;
}
.comContact .linklist {
	display: flex;
	justify-content: center;
}
.comContact .linklist li {
	padding: 5px;
	margin: 0 15px;
	width: 318px;
	box-sizing: border-box;
	border: 1px solid #FFF;
}
.comContact .linklist a {
	display: flex;
	height: 69px;
	color: #FFF;
	font-size: 2rem;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.25em;
	background: #25566E;
}
.comContact .linklist a::after {
	margin-left: 12px;
	display: inline-block;
	content: '';
	width: 16px;
	height: 23px;
	background: url(../img/common/arrow01.png) no-repeat center center / 100%;
}
.comContact .linklist li:nth-child(2) a {
	background: #ba2a00;
}
@media all and (min-width: 897px) {
	.comContact .linklist a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comContact {
		margin-top: 30px !important;
		padding: 30px 20px;
	}
	.comContact h2 {
		font-size: 3rem;
		letter-spacing: 0.1em;
	}
	.comContact p {
		margin-bottom: 30px;
		font-size: 1.8rem;
	}
	.comContact .linklist {
		display: block;
	}
	.comContact .linklist li {
		padding: 5px;
		margin: 0 auto 15px;
		max-width: 260px;
	}
	.comContact .linklist a {
		height: 50px;
		font-size: 1.6rem;
	}
	.comContact .linklist a::after {
		margin-left: 5px;
		width: 10px;
	}
}
@media all and (max-width: 374px) {
	.comContact p {
		margin-bottom: 30px;
		font-size: 1.5rem;
	}
}

/* advertisementBox */
.advertisementBox {
	margin: 159px 20px 121px;
	color: #white;
	font-size: 1.9rem;
	text-align: center;
}
.advertisementBox .ttl {
	margin-bottom: 22px;
	color: #white;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.2em;
}
.advertisementBox p {
	color: #white;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.advertisementBox .notes {
	color: #white;
	font-size: 1.1rem;
	margin-top: 2px;
	letter-spacing: 0;
}
@media all and (max-width: 896px) {
	.advertisementBox .ttl {
		font-size: 2rem;
		letter-spacing: 0.1em;
	}
	.advertisementBox p {
		font-size: 1.4rem;
	}
	.advertisementBox {
		margin: 80px 0;
	}
}

/* comBox */
.comBox {
	margin: 0 auto;
	max-width: 1550px;
	color: #white;
}


/* headLine02 */
.headLine02 {
	margin-bottom: 34px;
	font-size: 4.8rem;
	text-align: center;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.35em;
}
.headLine02 .en {
	margin-bottom: 26px;
	color: #91730A;
	display: block;
	font-size: 3.5rem;
	font-weight: normal;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine02 .en {
		margin-bottom: 13px;
		font-size: 2.7rem;
	}
	.headLine02 {
		font-size: 3.6rem;
		letter-spacing: 0.05em;
	}
}


/* comBtnUl */
.comBtnUl {
	
}
.comBtnUl li {
	margin-bottom: 26px;
}
.comBtnUl li:last-child {
	margin-bottom: 0;
}
.comBtn02 a {
	margin: 0 auto;
	padding: 10px;
	width: 490px;
	display: block;
	box-sizing: border-box;
	border: 1px solid #13536E;
}
.comBtn02 .inner {
	padding-bottom: 6px;
	display: flex;
	height: 96px;
	color: #FFF;
	font-size: 2.2rem;
	align-items: center;
	justify-content: center;
	letter-spacing: 0.2em;
	background: #13536E;
	box-sizing: border-box;
}
.comBtn02 .inner span {
	padding: 0 90px 0 26px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.comBtn02 .inner span::after {
	margin-top: -4px;
	width: 65px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../img/common/icon03.png) no-repeat left top / 100% 100%;
	content: "";
}
.comBtn02.col a {
	border-color: #91730C;
}
.comBtn02.col .inner {
	background-color: #91730C;
}
.comBtn02.col02 a {
	border-color: #ba2a00;
}
.comBtn02.col02 .inner {
	background-color: #ba2a00;
}
@media all and (min-width: 897px) {
	.comBtn02 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn02 a {
		padding: 5px;
		width: 100%;
		max-width: 400px;
	}
	.comBtn02 .inner {
		padding-bottom: 0;
		height: 62px;
		font-size: 1.6rem;
	}
	.comBtn02 .inner span {
		padding: 0 70px 0 26px;
	}
	.comBtn02 .inner span::after {
		margin-top: -5px;
		width: 54px;
		height: 7px;
	}
}


/* comBtn03 */
.comBtn03 a {
	width: 470px;
	height: 95px;
	color: #fff;
	font-size: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #9F8365;
	letter-spacing: 0.1em;
}
.comBtn03 img {
	margin: -6px 0 0 14px;
	display: inline-block;
	vertical-align: middle;
}
.comBtn03.en a {
	font-size: 2rem;
}
.comBtn03.en a img {
	margin-top: 1px;
}
.comBtn03.col a {
	background-color: #135671;
}
@media all and (min-width: 897px) {
	.comBtn03 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn03 a {
		margin: 0 auto;
		width: 100%;
		max-width: 350px;
		height: 70px;
		font-size: 1.7rem;
	}
	.comBtn03.en a {
		font-size: 1.5rem;
	}
	.comBtn03 img {
		width: 22px;
	}
}


/* comNotes */
.comNotes {
	margin: 0 20px;
	font-size: 1.3rem;
	padding-left: 1em;
	text-indent: -1em;
	letter-spacing: 0.12em;
	font-weight: bold;
}
@media all and (max-width: 896px) {
	.comNotes {
		margin: 0;
		font-size: 1.2rem;
		letter-spacing: 0;
	}
}

/* normal */
.normal {
	font-weight: normal !important;
}


/* fixBox */
.fixBox {
	padding: 5px 6px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	box-sizing: border-box;
	background-color: #fff;
	z-index: 100;
}
.fixBox .comBtnUl {
	display: flex;
	justify-content: space-between;
}
.fixBox .comBtnUl li {
	margin: 0;
	width: calc(33.33% - 3px);
}
.fixBox .comBtnUl a {
	padding: 3px;
	width: 100%;
	max-width: inherit;
	letter-spacing: 0;
}
.fixBox .comBtn02 .inner span {
	padding: 0;
}
.fixBox .comBtn02 .inner {
	height: 40px;
	font-size: 1.2rem;
	letter-spacing: 0;
	line-height: 1.2;
	text-align: center;
}
.fixBox .comBtn02 .inner span::after {
	display: none;
}


.fadeInUp {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1.5s;
}
.fadeInUp.visible {
	opacity: 1;
	transform: translateY(0);
}
.imgFade {
	position: relative;
	overflow: hidden;
	vertical-align: top;
}
span.imgFade {
	display: inline-block;
}
.imgFade::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background-color: #fff;
	transition: all 0.4s ease-in-out;
	z-index: 1;
}
.imgFade.visible::before {
	transform: translateX(100%);
}
.imgFade img {
	transform: scale(1.25);
	transition: all 2.4s ease-out;
}
.imgFade.visible img {
	transform: scale(1);
}


/* showBtmBox */
.showBtmBox {
	margin: 30px auto 0;
	padding: 68px 0 79px;
	max-width: 1020px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.44;
	background: url("../img/index/show_bg.jpg") no-repeat left top / 100% 100%;
}
.showBtmBox .title {
	margin-bottom: 12px;
	color: #000;
	font-size: 3.8rem;
	line-height: 1.44 !important;
	letter-spacing: 0.15em;
	font-weight: bold;
}
.showBtmBox .title .en {
	margin-bottom: 8px;
	display: block;
	font-size: 5.2rem;
	font-weight: normal;
	letter-spacing: 0.3em;
}
.showBtmBox .subTitle {
	margin-bottom: 17px;
	color: #fff;
	font-size: 3rem;
	line-height: 1.36;
}
.showBtmBox .subTitle .inner {
	display: block;
	font-size: 6rem;
	letter-spacing: 0.07em;
	margin-bottom: 5px;
	font-weight: bold;
}
.showBtmBox .small {
	font-size: 3.7rem;
}
.showBtmBox .indentUl {
	margin: 0 auto;
	max-width: 700px;
	text-align: left;
	font-weight: bold;
	box-sizing: border-box;
}
.showBtmBox .indentUl li {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.15;
}

/* showBtmBox2 */
.showBtmBox2 {
	color: white;
	margin: 20px 20px 0;
	text-align: left;
	font-size: 1.1rem;
	line-height: 1.27;
	text-align: center;
}
@media all and (max-width: 896px) {
	.showBtmBox .title {
		margin-bottom: 8px;
		font-size: 2.7rem;
		letter-spacing: 0;
	}
	.showBtmBox .subTitle {
		font-size: 1.7rem;
	}
	.showBtmBox .small {
		font-size: 1.2rem;
	}
	.showBtmBox {
		padding: 40px 0 50px;
		margin: 30px 10px 0;
		font-size: 1.1rem;
	}
	.showBtmBox .title .en {
		margin-bottom: 0;
		font-size: 3rem;
		letter-spacing: 0.05em;
	}
	.showBtmBox .subTitle .inner {
		font-size: 2.3rem;
	}
	.showBtmBox .indentUl {
		padding: 0 10px;
		max-width: 400px;
	}
}


/* comBg */
.comBg {
	margin-top: 30px;
	padding-top: 20px;
	background-color: #280a00;
}
.comBg .showBtmBox {
	margin-top: 0;
}
@media all and (max-width: 896px) {
	.comBg {
		padding-top: 50px;
	}
}


/* btmBanner */
.btmBanner {
	padding: 50px 10px 80px;
	text-align: center;
}
@media all and (min-width: 897px) {
	.btmBanner a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.btmBanner {
		padding: 0 10px 50px;
	}
	.btmBanner img {
		width: 100%;
	}
}


.comTitleBox {
	padding-top: 10px;
	color: #fff;
	text-align: center;
	height: 185px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #280a00;
	box-sizing: border-box;
}
.comTitleBox .title {
	width: 100%;
	font-size: 5rem;
	letter-spacing: 0.25em;
	font-weight: normal;
}
@media all and (max-width: 896px) {
	.comTitleBox {
		padding-top: 0;
		height: 92px;
	}
	.comTitleBox .title {
		letter-spacing: 0.1em;
		font-size: 3rem;
	}
}



/* comImg */
.comImg {
	position: relative;
}
.comImg img {
	width: 100%;
}
.comImg .ttl {
	padding: 13px 23px;
	width: 100%;
	color: #fff;
	font-size: 5.554rem;
	font-weight: normal !important;
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1;
	text-align: right;
	box-sizing: border-box;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	.comImg .ttl {
		font-size: 4.5rem;
	}
}
@media all and (max-width: 896px) {
	.comImg .ttl {
		padding: 10px;
		font-size: 1.8rem;
	}
}

/* comTitle01 */
.comTitle01 {
	margin-right: -15px;
	color: #604C3F;
	font-size: 2.53rem;
	line-height: 1.699;
	font-weight: bold;
	letter-spacing: -0.03em;
}
.comTitle01 .en {
	margin-bottom: -2px;
	font-size: 3rem;
	color: #888888;
	display: block;
	letter-spacing: 0.1em;
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	.comTitle01 {
		font-size: 2.2rem;
	}
	.comTitle01 .en {
		font-size: 2.7rem;
	}
}
@media all and (max-width: 896px) {
	.comTitle01 {
		margin-right: 0;
		font-size: 2rem;
	}
	.comTitle01 .en {
		margin-bottom: 0;
		font-size: 2.5rem;
	}
}



/* comTitle02 */
.comTitle02 {
	margin-bottom: 11px;
	font-size: 2.277rem !important;
	line-height: 0.94 !important;
}
.comTitle02 .sml {
	font-size: 1.39rem !important;
	letter-spacing: -0.1em;
}
@media all and (min-width: 897px) and (max-width: 1280px) {
	.comTitle02 {
		font-size: 2rem !important;
	}
}
@media all and (max-width: 896px) {
	.comTitle02 {
		margin-bottom: 5px;
		font-size: 1.8rem !important;
	}
	.comTitle02 .sml {
		font-size: 1rem !important;
	}
}

/* comTitle03 */
.comTitle03 {
	margin-bottom: 8px;
	font-size: 2.369rem !important;
	font-weight: 500 !important;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1;
	letter-spacing: 0.02em !important;
}
.comTitle03 .sml {
	font-size: 1.58rem;
}
@media all and (max-width: 896px) {
	.comTitle03 {
		font-size: 1.9rem !important;
		letter-spacing: 0 !important;
	}
	.comTitle03 .sml {
		font-size: 1.2rem;
	}
}