@charset "utf-8";
/* CSS Document */


/*	MOVIE
====================================== */
.masthead {
    position: relative;
	overflow:hidden;
}
	.masthead.nomovie{
		background:url(../img/top_sp.jpg) center center no-repeat;
		background-size:cover;
	}
.masthead-video {
    z-index: 0;
}
.masthead-overlay {
    background-color: #000;
    opacity: 0.1;
    position: absolute;
    top: 0; left: 0;
    bottom: 0; right: 0;
    width: 100%;
    height: 100%;
}
.masthead-arrow {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 20px;
    height: 20px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    opacity: 0.4;
}
.movie_title {
    position: absolute;
    width: 100%;
    text-align: center;
    height: 380px;
    line-height: 1;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media screen and (max-width: 350px){
	.movie_title {
		height: 280px;
	}
	.movie_title img {
		height: 280px;
		width: auto;
	}
}

/*	Intro
====================================== */
#intro {
	width: 100%;
	background-image: url(../img/intro.jpg);
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
}
.introBox {
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	height: 560px;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
.introMap {
	width: 60%;
	box-sizing: border-box;
	text-align: center;
	padding: 60px 50px;
}
.introTxt {
	width: 40%;
	box-sizing: border-box;
	color: #FFF;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode:vertical-rl;
	padding: 80px 30px;
}
.introTxt .cap {
	font-size: 123.1%;
	letter-spacing: 0.2em;
}
.introTxt .midashi {
	font-size: 215.4%;
	letter-spacing: 0.2em;
	margin-left: 20px;
}
.introTxt .info {
	padding-top: 20px;
	border-top: solid 1px #FFF;
	font-size: 107.7%;
	line-height: 2.4;
}
@media screen and (max-width: 939px){
	#intro {
		background-image: url(../img/intro_sp.jpg);
	}
	.introBox {
		padding: 0;
		height: auto;
	}
	.introMap {
		width: 100%;
		padding: 30px 15px 0;
	}
	.introTxt {
		width: 100%;
		padding: 35px;
		writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-webkit-writing-mode: horizontal-tb;
	}
	.introTxt .midashi {
		font-size: 169.2%;
		letter-spacing: 0.2em;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.introTxt .info {
		line-height: 1.8;
	}
	.introTxt .info br {
		display: none;
	}
}

/*	Business
====================================== */
section .business {
	width: 100%;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
section .business section.c2b {
	/*width: calc(100% / 2);*/
	width: 100%;
	box-sizing: border-box;
}
section .business section.c2b h3 {
	text-align: center;
	font-size: 138.5%;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	margin-bottom: 20px;
}
figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: center;
}
section .business section.c2b figure img {
	width: 100%;
	height: auto;
	-webkit-transition:all .3s ease-out;
    transition:all .3s ease-out;
}
section .business section.c2b figure a:hover img {
	transform: scale(1.05,1.05);
	-webkit-transform:scale(1.05,1.05);
	-moz-transform:scale(1.05,1.05);
	-ms-transform:scale(1.05,1.05);
	-o-transform:scale(1.05,1.05);
}
@media screen and (max-width: 480px){
	section .business section.c2b {
		width: 100%;
		border-right: none;
	}
	section .business section.c2b:last-child {
		margin-top: 20px;
	}
}

/*	IndexInfo
====================================== */
section .indexInfo {
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
}
section .indexInfo section.c2b {
	width: 45%;
	box-sizing: border-box;
	position: relative;
}
section .indexInfo section.c2b h3 {
	text-align: left;
	font-size: 123.1%;
	letter-spacing: 0.2em;
	padding-bottom: 10px;
	border-bottom: solid 1px #EAF0E5;
}
section .indexInfo section.c2b .more {
	position: absolute;
	right: 0;
	top: 3px;
}
section .indexInfo section.c2b .more a {
	display: block;
	padding-right: 15px;
	text-decoration: none;
	background-image: url(../../common/arrow_b.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 4px auto;
}
section .indexInfo section.c2b .more a:hover {
	color: #7C9653;
}
dl.indexNews {
	width: 100%;
}
dl.indexNews dt {
	font-family: 'Lora', serif;
	font-size: 92.3%;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	font-style: italic;
	float: left;
	width: 6rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
dl.indexNews dd {
	font-size: 107.7%;
	padding-left: 6rem;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: solid 1px #EAF0E5;
}
dl.indexNews dd a:link {
	text-decoration: none;
}
dl.indexNews dd a:visited {
	text-decoration: none;
}
dl.indexNews dd a:hover {
	color: #7C9653;
	text-decoration: none;
}

@media screen and (max-width: 530px){
	section .indexInfo section.c2b {
		width: 90%;
		border-right: none;
		margin-left: 5%;
		margin-right: 5%;
	}
	section .indexInfo section.c2b:last-child {
		margin-top: 20px;
	}
}