@charset "utf-8";

#logo { position: absolute; width: 100%; height: 1200px; z-index: -1; overflow: hidden; }
#logo.divided canvas { transition-delay: 1s; transition-duration: 1.6s; transform: translateY(0); }
#logo.nowebgl:before { width: 600px; height: 60px; background-color: #eb6100; position: absolute; left: 0; right: 0; margin: auto; content: ''; top: 300px; }
#logo:after { height: 500px; width: 100%; position: absolute; bottom: 0; left: 0; background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, white 100%); content: ''; }
#logo canvas { transition: transform 3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 6s; position: absolute; transform: translateY(-20%); }
@media only screen and (max-width: 767px) { #logo { height: 600px; }
  #logo.nowebgl:before { width: 250px; height: 25px; top: 170px; }
  #logo:after { height: 200px; } }


.body_wrapper {
	width: 700px;
	margin: 0 auto;
	padding: 600px 0 100px;
}

.body_wrapper h2 span {
	display: block;
	margin-bottom: 60px;
	font-size: 16px;
	font-weight: normal;
}

.body_wrapper .statement {
	padding: 100px 0 40px;
	border-bottom: 1px solid #000;
}

.body_wrapper .statement p {
	padding: 1em 0;
	font-size: 18px;
	line-height: 2.5;
	letter-spacing: 0.05em;
}

.body_wrapper .intro {
	padding: 60px 0 0;
}

.body_wrapper .intro p {
	padding: 1em 0;
	line-height: 2;
	letter-spacing: 0.05em;
}

.body_wrapper .brand_section_01,
.body_wrapper .brand_section_02,
.body_wrapper .brand_section_03 {
	width: 700px;
	margin: 180px auto 0;
	text-align: left;
}

.body_wrapper .brand_section_01 .section_title,
.body_wrapper .brand_section_03 .section_title,
.body_wrapper .brand_section_02 .section_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	overflow: hidden;
}

.body_wrapper .brand_section_01 .section_title .effect1,
.body_wrapper .brand_section_02 .section_title .effect2,
.body_wrapper .brand_section_03 .section_title .effect3 {
	display: block;
	width: 100%;
	height: 1px;
	margin: 10px 0 0 0;
	border-bottom: 1px solid #ff5000;
	-webkit-transition: all 5s;
	transition: all 5s;
}

.body_wrapper .brand_section_01,
.body_wrapper .brand_section_02,
.body_wrapper .brand_section_03 {
	padding-left: 0;
	padding-right: 0;
}

.body_wrapper .brand_section_03 {
	padding-bottom: 120px;
}

.body_wrapper .brand_section_01 .section_title + p,
.body_wrapper .brand_section_02 .section_title + p,
.body_wrapper .brand_section_03 .section_title + p {
	margin-top: 20px;
	line-height: 2;
}

.body_wrapper .brand_section_01 p + .symbol {
	margin-top:80px;
}

.body_wrapper .brand_section_01 .symbol {
	width: 360px;
	height: auto;
	margin: 0 auto;
}

.body_wrapper .brand_section_01 .symbol img {
	width: 100%;
	height: auto;
}

.body_wrapper .brand_section_02 p + .linkageline {
	margin-top: 80px;
}

.body_wrapper .brand_section_02 .linkageline {
	width: 550px;
	height: auto;
	margin: 0 auto;
}

.body_wrapper .brand_section_02 .linkageline img {
	width: 100%;
	height: auto;
}

.body_wrapper .brand_section_03 .movie {
	position: relative;
	width: 700px;
	height: auto;
	margin: 20px auto 0;
}

.body_wrapper .brand_section_03 .movie a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto auto;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.body_wrapper .brand_section_03 .movie a:hover {
	background: rgba(0, 0, 0, 0.75);
}

.body_wrapper .brand_section_03 .movie img {
	display: block;
	width: 100%;
	height: auto;
}

.body_wrapper .brand_section_03 .movie .movie_play {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto auto;
	width: 92px;
	height: auto;
}

.mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 1400px;
 }

.mfp-close {
	width: 40px !important;
	height: 40px !important;
	top: -55px !important;
	right: 0 !important;
	text-indent: -4000px !important;
	opacity: 1;
	background: url(../img/movie_close.svg) 0 0 no-repeat !important;
}


/** ====================================== **/
@media screen and (max-width: 1280px) {
}


/** ====================================== **/
@media screen and (max-width: 768px) {

.body_wrapper {
	width: auto;
	margin: 0 20px;
	padding: 280px 0 100px;
}

.body_wrapper h2 span {
	margin-bottom: 30px;
}

.body_wrapper .statement {
	padding: 40px 0 40px;
	border-bottom: 1px solid #000;
}

.body_wrapper .statement p {
	padding: 1em 0;
	font-size: 16px;
	line-height: 2.25;
	letter-spacing: 0.05em;
}

.body_wrapper .statement p br {
	display: none;
}

.body_wrapper .intro {
	padding: 40px 0 0;
}

.body_wrapper .brand_section_01,
.body_wrapper .brand_section_02,
.body_wrapper .brand_section_03 {
	width: auto;
	margin: 90px 0 0;
	text-align: left;
}

.body_wrapper .brand_section_03 {
	padding-bottom: 40px;
}

.body_wrapper .brand_section_01 p + .symbol {
	margin-top:40px;
}

.body_wrapper .brand_section_01 .symbol {
	width: 60%;
	height: auto;
	margin: 0 auto;
}

.body_wrapper .brand_section_02 p + .linkageline {
	margin-top: 40px;
}

.body_wrapper .brand_section_02 .linkageline {
	width: 85%;
	height: auto;
	margin: 0 auto;
}

.body_wrapper .brand_section_03 .movie {
	position: relative;
	width: 100%;
	height: auto;
	margin: 20px auto 0;
}


}


/** ====================================== **/
@media screen and (max-width: 414px) {
}
