@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400&subset=japanese');

*{
	font-family: 'Noto Sans JP';
	font-weight: 300;
}

body {
	background-color: #f9f9f9;
}

.text-center {
	text-align: center;
}

.explanation-title-sp {
	display: none;
}

.js-modal-btn {
	cursor: pointer;
}

/*
 * contents
 */

.card-cw {
	width: auto;
	background-color: #fff;
	margin: 0 20px 20px;
	padding: 0 0 40px 0;
	font-size: 14px;
	line-height: 2.4em;
	overflow: hidden;
	height: auto;
	display: block;
	box-sizing: border-box;
}

.card .inner-wrap {
	width: 650px;
	margin: 50px auto 50px;
	padding: 0;
}

.card .inner-wrap .explanation {
	margin: 0;
	padding: 0;
	font-size: 18px;
	line-height: 2em;
}


.card-cw .inner-wrap {
	width: 550px;
	margin: 50px auto;
}

.card-cw .card-title-wrap {
	height: 125px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	-ms-flex-flow: column;
		flex-flow: column;
}

.card-cw .card-title-wrap .hl-box {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	position: relative;
}

.card-cw .card-title-wrap .hl-box::before {
	content: "";
	width:1px;
	border-right: 1px solid #A70719;
	position: absolute;
	right: 50%;
	top: 0;
	bottom: 0;
}

.card-cw .card-title-wrap p {
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-align: center;
}

.card-cw .card-title-wrap p.card-title-j {
	margin-top: 12px;
}

.card-cw .inner-wrap .card-catch {
	font-size: 26px;
	margin-bottom: 45px;
	line-height: 2em; 
}

.card-cw .inner-wrap .catchcopy {
	font-size: 26px;
	line-height: 2.0em;
	color: #333333;
	z-index: 5;
}

.sect {
	width: 100%;
	padding: 0;
	margin: 0;
}

.sect .inner{
	background-color: #ffffff;
	border: 0;
	position: relative;
	padding: 0 0 100px;
	margin: 0;
}

.sect.main {
	background-color: #ffffff;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	height: 100vh;
	z-index: 1;
	text-align: center;
	display: block;
}

.sect.main .inner{
	background-color: inherit;
	padding: 35vh 0 20px;
	border-bottom: 1px solid #A70719;
}

.sect .inner .inner-wrap {
	position: relative;
	display: block;
	margin: 80px auto 0;
	width: 650px;
	z-index: 5;
}

.sect.main .inner .catchcopy-g-o {
	text-align: center;
	color: #A70719;
	width: 100%;
	margin-top: 50px;
	font-family: "Noto Serif Japanese", serif, sans-serif;
}

.sect .inner .catchcopy-g-o {
	font-size: 26px;
	line-height: 2.0em;
	color: #333333;
	z-index: 5;
}

.sect .inner .catchcopy-g-o {
	padding-top: 0;
}

/*
 * Introduce
 */

.introduce_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: 65px auto 0;
	-webkit-justify-content: center;
	justify-content: center;
}

.introduce_wrap div img {
	max-width: 180px;
}

.introduce_item {
	width: 25%;
	height: 300px;
	text-align: center;
}

.introduce_logo {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	height: 150px;
}

.introduce_name {
	height: 40px;
	font-size: 14px;
	line-height: 1.2em;
	margin-top: 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	line-height: 1.6em;
}

a.to-detail {
	margin: 20px auto 0;
	display: block;
	border: 1px solid #A70719;
	border-radius: 3px;
	background-color: #fff;
	color: #A70719;
	max-width: 200px;
	height: 40px;
	font-size: 14px;
	box-sizing: border-box;
	line-height: 35px;
	position: relative;
}

a.to-detail:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #A70719 #A70719 transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 13px;
	right: 15px;
}

a.to-detail:hover {
	color: #fff;
	background-color: #A70719;
}

a.to-detail:hover:after {
	content: "";
	width: 8px;
	height: 8px;
	border: 2px solid;
	border-color: #ffffff #ffffff transparent transparent;
	transform: rotate(45deg);
	position: absolute;
	top: 13px;
	right: 15px;
}



/* footer */

.footer-box{
	margin-top: 20px;
	padding: 70px 0 60px;
	text-align: center;
	border-top: 1px solid rgba(51,51,51,0.1);
	background-color: #ffffff;
}

.footer-box p{
	font-size: 12px;
	margin-top: 50px;
	text-align: center;
}

@media (max-width: 767px) {

	.sect.main {
		height: 100vh;
	}

	.sect.main .inner{
		background-color: inherit;
		padding: 20vh 0 20px;
		border-bottom: 1px solid #A70719;
	}

	.sect .inner .catchcopy-g-o{
		font-size: 22px;
		line-height: 2.5em;
	}

	.card .inner-wrap {
		width: 80%;
		margin: 30px auto 30px;
		padding: 0;
	}

	.card .inner-wrap .explanation-title-sp {
		display: block;
		font-size: 22px;
		margin-bottom: 25px;
	}

	.card .inner-wrap .explanation {
		font-size: 14px;
	}


	.flex-box{
		display: block;
	}

	.introduce_item {
		width: 80%;
		height: 300px;
		text-align: center;
	}

	.introduce_wrap div img {
		max-width: 260px;
	}

	.footer-box{
		margin-top: 0;
	}
}



/* animation */

/* キャッチコピー */
.explanation.delighter {
	transform: translatey(30%);
	opacity: 0;
	transition: all .75s ease-out;
}

.explanation.delighter.started{
	transform: none;
	opacity: 1;
}

.introduce_item.delighter {
	transform: translatey(30%);
	opacity: 0;
	transition: all .75s ease-out;
}

.introduce_item.delighter.started {
	transform: none;
	opacity: 1;
}

.card-title-wrap.delighter .hl-box{
	opacity: 0;
	transition: all .5s ease-out;
	height: 1px;
}

.card-title-wrap.delighter.started .hl-box{
	opacity: 1;
	height: 60px;
}

p.delighter img {
	opacity: 0;
	transition: all .9s ease-out;
	transition-delay: .7s;
}

p.delighter.started img {
	opacity: 1;
}

p.card-title-j.delighter {
	opacity: 0;
	transition: all 1.3s ease-out;
	transition-delay: .9s;
}

p.card-title-j.delighter.started {
	opacity: 1;
}