@charset "utf-8";

/*-------------------------------------------------

	2025/06/16 新規追加したMV用記述

--------------------------------------------------*/
#mv {z-index: 2;padding-bottom: 8vw;}
#mv::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4vw;
	background: #fff;
}
#mv .mv_container {position: relative;}
#mv .mv_container .wrap {position: absolute;top: 45%;left: 2%;z-index: 2;transform: translateY(-50%);width: 70%; max-width: 300px;}
#mv .mv_container .wrap p {margin-bottom: 1%;font-weight: 600;font-size: 1.4vw;}
#mv .mv_container .wrap h1 {margin-bottom: 1%;font-weight: 600;font-size: 3vw;line-height: 1.4;}
#mv .mv_container .wrap small {display: block;font-size: 1.2vw;line-height: 1.5;}
.image-crossfader {
	position: relative;
	z-index: -2;
	width: 90%;
	margin-left: auto;
	padding-top: 46.4%;
	overflow: hidden;
}
.image-crossfader::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 10%;
	height: 100%;
	background: linear-gradient(90deg, #fff, transparent);
}
.image-crossfader-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	opacity: 0;
	transform: scale(1.2);
	/*transition:
	opacity 1.5s cubic-bezier(0.455, 0.03, 0.515, 0.955),
	transform 3.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);*/
	background: url("../img/index/mv/mv_01.webp") no-repeat center / cover;
}
.image-crossfader-inner:nth-child(2) {background: url("../img/index/mv/mv_02.webp") no-repeat center / cover;}
.image-crossfader-inner:nth-child(3) {background: url("../img/index/mv/mv_03.webp") no-repeat center / cover;}

.image-crossfader-inner.is-visible {z-index: 1;opacity: 1;transform: scale(1.02);}
#mv .block {
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
	transform: translateY(45%);
	width: 100%;
	padding-right: 4vw;
}
#mv .block figure {width: 35%;}
@media only screen and ( max-width : 767px ) {
	#mv {padding: 10vw 0 0;}
	#mv .mv_container .wrap {position: initial;transform: none;width: 100%;padding: 0 5vw;}
	#mv .mv_container .wrap p {margin-bottom: 2%;font-size: 3.4vw;}
	#mv .mv_container .wrap h1 {margin-bottom: 5%;font-size: 6vw;}
	#mv .mv_container .wrap small {font-size: 3.2vw;}
	.image-crossfader {width: 100%;margin-left: 0;padding-top: 85%;}
	.image-crossfader::before {display: none;}
	.image-crossfader-inner {background-image: url(../img/front/mv/img_staff-sp.webp);}
	#mv .block {position: initial;transform: none;padding: 0;}
	#mv .block figure {display: none;}
}
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/

#container {
	overflow: hidden;
}
.leadBox {
	padding-top: 0;
}
#gHeader {
	padding: 30px 66px 5px;
	background-color: rgba(0,0,0,0);
	position: fixed;
	transition: 0.3s;
}

#gHeader.color {
	background-color: #fff;
	padding: 30px 66px 5px;
}

#gHeader.color h1.wh_logo{
	display: none;
}

#gHeader h1.bk_logo{
	display: none;
}

#gHeader.color h1.bk_logo{
	display: block;
}


#gNavi li a {
	color: #FFF;
}

#gNavi li a:hover {
	color: #999;
}

#gHeader.color #gNavi li a {
	color: #666;
}
#gNavi .link01 a:after {
	display: none;
}
#gNavi .subNavi li a {
	color: #222;
}
.mainVisual {
	margin-bottom: 92px;
	padding-top: 115px;
	min-height: 100vh;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.6);
}

.mainVisual video {
	position: absolute;
	left: 50%;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translateX(-50%);
}

.mainVisual .inner {
	margin: 0 auto;
	width: 1170px;
	height: 980px;
	display: table;
	table-layout: fixed;
}

.mainVisual h2 {
	padding-bottom: 2em;
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
	color: #FFF;
	font-size: 95px;
	font-family: 'Libre Baskerville', serif;
	font-weight: 400;
}

.mainVisual h2 .sml {
	margin-top: 1px;
	display: block;
	font-size: 16px;
	font-family: "游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

.topmain {
	margin-bottom: 92px;
	min-height: 100vh;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.5);
	transition: background-color 0.8s ease;
}
.topmain.update{
	background-color: rgba(0,0,0,0.6);
}

.topmain video {
	position: absolute;
	left: 50%;
	top: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	transform: translateX(-50%);
}

.topmain .inner {
	width: 100vw;
	height: 100vh;
	display: table;
	table-layout: fixed;
}

.topmain .inner_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #fff;
	transition: opacity 3s ease;
}

.topmain h2.ml12 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 95px;
	font-family: 'urw-din', sans-serif;
	font-weight: 600;
	letter-spacing: 0.07rem;
	width: 100%;
	transition: color 1s ease;
}
h2.ml12 .letter {
	display: inline-block;
	line-height: 1em;
}

.topmain.active .inner_bg{
	opacity: 1;
}
.topmain.active h2.ml12 {
	color: #222;
}

#main p.copy{
	font-weight: 600;
}


#main .imgBox {
	margin-bottom: 70px;
}

#main .imgBox .photoBox {
	min-height: 432px;
	width: 50.2%;
	float: left;
	position: relative;
}

#main .imgBox .photoBox .pho {
	width: 97.8%;
	min-height: 407px;
	position: relative;
	background: url(../img/index/photo01.jpg) no-repeat center center;
	background-size: cover;
	z-index: 10;
}

#main .imgBox .photoBox .shadow {
	width: 95%;
	height: 98%;
	position: absolute !important;
	right: 0;
	bottom: 0;
	left: inherit !important;
	top: inherit !important;
	z-index: 1;
	background-color: #F4F4F4;
}

#main .imgBox .textBox {
	margin-left: 32px;
	padding-top: 56px;
	width: 500px;
	float: left;
	position: relative;
	z-index: 1;
}

#main .imgBox .textBox .num {
	position: absolute;
	right: 11px;
	top: 50px;
	z-index: -1;
}

#main .imgBox .textBox h3 {
	margin-bottom: 9px;
	font-size: 40px;
	letter-spacing: 0.07em;
	white-space: nowrap;
	font-family: 'urw-din', sans-serif;
}

#main .imgBox .textBox h3 .ttl {
	margin-bottom: 6px;
	display: block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 1px;
}

#main .imgBox .textBox h3 .subttl {
	display: block;
	font-size: 11px;
	font-family:"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	margin-left: 0.5em;
	margin-top: -1em;
}

#main .imgBox .textBox p {
	margin-bottom: 32px;
	font-size: 14px;
}

#main .imgBox .textBox p.copy {
	font-size: 1.3em;
}

#main .imgBox .textBox .en {
	margin-bottom: 28px;
	line-height: 2.15;
}

#main .subImgBox {
	margin: 150px auto 250px;
	width: 1000px;
}

#main .imgInner {
	margin: 100px 0 150px;
	padding-right: 98px;
}

#main .imgInner .phoBox {
	float: right;
	position: relative;
}

#main .imgInner .phoBox img {
	position: relative;
	z-index: 10;
}

#main .imgInner .phoBox .shadow {
	width: 100%;
	height: 100%;
	position: absolute !important;
	right: -18px;
	bottom: -18px;
	left: inherit !important;
	top: inherit !important;
	z-index: 1;
	background-color: #F4F4F4;
}


#main .imgInner .txtBox {
	width: 440px;
	float: left;
	display: table;
	table-layout: fixed;
}

#main .imgInner .txtBox .subBox {
	padding: 0 0 22px 70px;
	display: table-cell;
	vertical-align: middle;
}

#main .imgInner .txtBox h3 {
	margin-bottom: 13px;
	font-size: 32px;
	letter-spacing: 0.07em;
	font-family: 'urw-din', sans-serif;
}

#main .imgInner .txtBox h3 .ttl {
	margin-bottom: 12px;
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1px;
}

#main .imgInner .txtBox h3 .ttl:before {
	margin-top: -1px;
	width: 19px;
	height: 1px;
	position: absolute;
	left: -35px;
	top: 50%;
	background-color: #707070;
	
	content: "";
}

#main .imgInner .txtBox p {
	margin-bottom: 34px;
	line-height: 1.75;
}

#main .imgInner .txtBox p.copy {
	font-size: 1.3em;
}

#main .imgInner .txtBox p.en {
	font-size: 14px;
}

#main .imgInner .txtBox .btn a {
	padding: 0;
	width: 100px;
	display: block;
	text-decoration: none;
	text-align: left;
	background: url(../img/common/icon03.png) no-repeat right center;
}

#main .imgInner .txtBox .btn a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .imgInnerR {
	margin-bottom: 145px;
}

#main .imgInnerR .phoBox {
	float: left;
}

#main .imgInnerR .txtBox {
	float: right;
}

#main .imgInnerR .txtBox .subBox {
	padding: 10px 0 0 72px;
}

/*#main .imgBoxR {
	margin-bottom: 200px;
}*/

#main .imgBoxR .photoBox {
	width: 50.2%;
	float: right;
}

#main .imgBoxR .photoBox .pho {
	width: 97.8%;
	background-image: url(../img/index/photo08.jpg);
	background-position: center top;
}

#main .imgBoxR .textBox {
	margin-left: 0;
	padding: 80px 70px 0 0;
	width: 540px;
	float: right;
	box-sizing: border-box;
}

#main .imgBoxR .textBox .num {
	position: absolute;
	right: 45px;
	top: 50px;
	z-index: -1;
}

#main .imgBoxR .textBox p {
	margin-bottom: 42px;
}

/*#main .imgBox01 {
	margin-bottom: 200px;
}
*/
#main .imgBox01 .photoBox .pho {
	background-image: url(../img/index/commingsoon.jpg);
}

/*#main .imgBox02 {
	margin-bottom: 200px;
}*/

#main .imgBox02 .photoBox .pho {
	background-image: url(../img/index/photo06.webp);
}

/*#main .imgBox03 {
	margin-bottom: 200px;
}*/

#main .imgBox03 .photoBox .pho {
	background-image: url(../img/index/photo05.jpg);
}
#main .imgBox06 .photoBox .pho {
	background-image: url(../img/index/photo04.jpg);
}

#main .news {
	margin-bottom: 205px;
	clear: both;
}

#main .news .headLine04 {
	margin-bottom: 75px;
}

#main .news .newsDl {
	margin: 0 0 73px 0;
}

#main .news .comLink a {
	margin: 0 auto;
}

#main .contact .headLine04 {
	margin-bottom: 52px;
}


/* visonコンテンツ追加20181108 */

#main .visionArea {
	max-width: 1020px;
	padding:30px 20px;
	margin:0 auto 100px;
}

#main .visionArea .textBox{
    box-sizing: border-box;
    text-align: center;
}

#main .visionArea .textBox h2{
	font-size: 60px;
	font-family: 'Libre Baskerville', serif;
	margin-bottom: 0.5em;
	font-weight: 500;
}

#main .visionArea .textBox h2 span{
	display: block;
	margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.07em;
    font-family: 'urw-din', sans-serif;
}

#main .visionArea .textBox p {
    margin-bottom: 32px;
    font-size: 14px;
}

#main .visionArea .textBox p.copy{
	font-size: 1.3em;
}

#main .visionArea .textBox p.en{
	line-height: 2.15;
}

#main .visionArea .photoBox{
	float: left;
	width: 45%;
	box-sizing: border-box;
	padding: 6%;
}

#main .visionArea .photoBox img{
	width: 100%
}



@media all and (min-width: 0) and (max-width: 767px) {
	.leadBox {
		padding-top: 0;
	}
	
	#gHeader {
		padding: 0;
		background-color: rgba(0,0,0,0.3);
		position: fixed;
	}
	
	#gHeader.color {
		background-color: #fff;
		padding:0;
	}

	#gNavi .link01 .ttl  a {
		position: relative;
		display: block;
	}
	
	#gNavi .link01 .ttl a:after {
		display: none;
	}
	
	#gNavi li .ttl.on:before {
		display: none;
	}
	
	#gNavi .link01 .ttl a:before {
		margin-top: -8px;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 15px;
		top: 50%;
		background: url(../img/common/icon01.png) no-repeat;
		background-size: 16px auto;
		
		content: "";
	}
	
	#gNavi .link01 .ttl.on a:before {
		margin-top: -8px;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 15px;
		top: 50%;
		background: url(../img/common/icon02.png) no-repeat;
		background-size: 16px auto;
		
		content: "";
	}
	
	/*------------------------------------------------------------
		menu
	------------------------------------------------------------*/	
	.menu.active .top {
		background: #FFF;
	}
	
	.menu.active .middle {
		background: #FFF;
	}
	
	.menu.active .bottom {
		background: #FFF;
	}
	
	.menu span {
		background: #FFF;
	}

	#gHeader.color .menu span {
		background: #222;
	}
		
	#gNavi li a {
		color: #222;
	}

	.mainVisual {
		margin-bottom: 40px;
		padding-top: 30px;
		min-height: 350px;
		background: inherit;
		background-size: cover 350px;
		background-color: rgba(0,0,0,0.6);
	}

	.mainVisual .inner {
		width: 100%;
		height: 350px;
	}

	.mainVisual h2 {
		padding: 0 15px 50px;
		font-size: 45px;
	}
	
	.mainVisual h2 .sml {
		margin-top: -6px;
		font-size: 13px;
	}

	#main .imgBox {
		margin-bottom: 50px !important;
		padding: 0 10px !important;
	}
	
	#main .imgBox .photoBox {
		min-height: 290px;
		width: auto !important;
		float: none !important;
		background-size: 94.5% 94.5%;
	}

	#main .imgBox .photoBox .pho {
		width: 97.7%;
		min-height: 280px;
		background: url(../img/index/photo01.jpg) no-repeat center center;
		background-size: cover;
	}
	
	#main .imgBox .photoBox .shadow {
		bottom: -8px;
	}
	
	#main .imgBox .textBox {
		margin-left: 0;
		padding: 5% 0 0 !important;
		width: auto !important;
		float: none !important;
	}

	#main .imgBox .textBox .num {
		right: -10px !important;
		top: -10px !important;
	}

	#main .imgBox .textBox .num img {
		width: 150px;
	}

	#main .imgBox .textBox h3 {
		margin-bottom: 10px;
		font-size: 24px;
		letter-spacing: 3px;
		white-space: normal;
	}
	
	#main .imgBox .textBox h3 .ttl {
		margin-bottom: 0;
		font-size: 13px;
	}

	#main .imgBox .textBox p {
		margin-bottom: 15px !important;
		font-size: 14px;
	}

	#main .imgBox .textBox p.copy {
	font-size: 1.1em;
}
	
	#main .imgBox .textBox .en {
		line-height: 1.5;
		text-align: justify;
	}

	#main .subImgBox {
		padding: 0 7%;
		width: auto;
		margin: 7% 0;
	}
	
	#main .imgInner {
		margin-top:3%;
		margin-bottom: 30px !important;
		padding: 0 !important;
	}
	
	#main .imgInner .phoBox {
		margin-bottom: 35px;
		width: auto;
		float: none !important;
		text-align: center;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
	}

	#main .imgInner .phoBox img {
		max-width: 100%;
		box-shadow: 9px 9px 0 #F4F4F4;
		-webkit-box-shadow: 9px 9px 0 #F4F4F4;
		-moz-box-shadow: 9px 9px 0 #F4F4F4;
	}

	#main .imgInner .txtBox {
		margin-left: 20px;
		width: auto !important;
		float: none !important;
		display: block;
		table-layout: inherit;
	}
	
	#main .imgInner .txtBox .subBox {
		padding: 0 !important;
		display: block;
	}

	#main .imgInner .txtBox h3 {
		margin-bottom: 0.5em;
		font-size: 24px;
		letter-spacing: 2px;
	}
	
	#main .imgInner .txtBox h3 .ttl {
		margin-bottom: 0;
		font-size: 13px;
	}
	
	#main .imgInner .txtBox h3 .ttl:before {
		width: 15px;
		left: -22px;
	}
	
	#main .imgInner .txtBox p {
		margin-bottom: 15px;
	}

	#main .imgInner .txtBox p.copy {
	font-size: 1.1em;
}
	
	#main .imgBoxR .photoBox .pho {
		background-image: url(../img/index/photo08.jpg);
		background-position: center top;
	}
		
	#main .imgBox01 .photoBox .pho {
		background-image: url(../img/index/photo04.jpg);
	}
	
	#main .imgBox02 .photoBox .pho {
		background-image: url(../img/index/photo05.jpg);
	}

	#main .imgBox03 .photoBox .pho {
		background-image: url(../img/index/photo06.jpg);
	}
	
	#main .news {
		margin-bottom: 50px;
	}

	/* visonコンテンツ追加20181108 */

	#main .visionArea {
	padding:0 20px;
	margin:0 auto 30px;}

	#main .visionArea .textBox{
	float: none;
	width: 100%;
	padding-right: 0;}

	#main .visionArea .photoBox{
	float: none;
	width: 100%;
	padding: 6%;}

	#main .visionArea .textBox h2 {
    font-size: 30px;
    margin-bottom: 0.5em;}

    .topmain h2.ml12 {
	font-size: 32px;
}
}

/* スクロールダウンボタン */

.scd-btn {
	text-align: center;
	font-family: 'urw-din', sans-serif;
}

.scd-btn a {
  padding-top: 80px;
  color: #fff;
  position: absolute;
  bottom: 7%;
  z-index: 999;
  transition: 0.3s ease-in-out;
  left: 50%;
  transform: translateX(-50%);
}

.scd-btn a:hover{
	text-decoration: none;
	opacity: 0.6;
}

.scd-btn a span {
  position: absolute;
  top: 0px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.scd-btn a span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.scd-btn a span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.scd-btn a span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.topmain.active .scd-btn a {
	color: #222;
}
.topmain.active .scd-btn a span {
	border-left: 1px solid #222;
	border-bottom: 1px solid #222;
}
