/* -HEADER
--------------------------------------------------------------------------------------------- */
#header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
    height: 58px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	color: #000;
	-webkit-transition: all 0.4s ease-in-out, color 0.4s;
	-o-transition: all 0.4s ease-in-out, color 0.4s;
	transition: all 0.4s ease-in-out, color 0.4s;
}
#header.view{
	background-color: #fff;
}
@media screen and (min-width: 768px){
    #header{
        height: 68px;
    }
}
@media screen and (min-width: 1200px){
    #header{
        height: 130px;
    }
	#header.view{
		height: 90px;
	}
}
@media screen and (min-width: 1400px){
    #header{
        height: 170px;
    }
	#header.view{
		height: 100px;
	}
}

body.fixed{
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
}

/* CONTAINER  */
.header_container {
	width: 92.3%;
    margin-right: auto;
    margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
@media screen and (min-width: 768px){
	.header_container{
		width: 93.33%;
	}
}
/* logo */
.scroll_logo{
	width: 150px;
	margin-bottom: 0;
	position: relative;
	z-index: 1001;
}
.scroll_logo a{
	display: block;
	position: relative;
}
.scroll_logo a img{
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	transition: all 0.4s ease-in-out, color 0.4s;
}
.scroll_logo a::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	background-image: url("../images/logo.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: all 0.4s ease-in-out, color 0.4s;
}
body.fixed .scroll_logo a img{
	opacity: 0;
}
body.fixed .scroll_logo a::before{
	opacity: 1;
}
#header.view .scroll_logo a img{
	opacity: 0;
}
#header.view .scroll_logo a::before{
	opacity: 1;
}
#header.header_page .scroll_logo a img{
	opacity: 0;
}
#header.header_page .scroll_logo a::before{
	opacity: 1;
}
@media screen and (min-width: 768px){
	.scroll_logo{
		width: 176px;
	}
}
@media screen and (min-width: 1200px){
	.scroll_logo{ 
		width: 182px;
	}
}
@media screen and (min-width: 1400px){
	.scroll_logo{ 
		width: 210px;
	}
}

/***** header_right *****/
.header_right{
	display: none;
}
@media screen and (min-width: 1200px){
	.header_right{
		display: flex;
		align-items: center;
	}
	.header_menu{
		display: flex;
		align-items: center;
		margin-bottom: 0;
	}
	.header_menu > li{
		list-style: none;
		margin-left: 19px;
	}
	.header_menu > li:first-child{
		margin-left: 0;
	}
	.header_menu > li > a{
		display: inline-block;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 500;
		color: #fff;
		font-size: 0.9rem;
		letter-spacing: 0;
		position: relative;
		z-index: 102;
		transition: .4s;
	}
	.header_menu > li > a:hover{
		text-decoration: none;
		opacity: 0.7;
	}
	.nav_list_down{
		position: relative;
		cursor: pointer;
		z-index: 100;
	}
	.nav_list_down:hover .nav_list_block{
		opacity: 1;
		visibility: visible;
	}
	.nav_list_block{
		position: fixed;
		top: 100px; /* お好きな上下位置。上から100pxなど */
		left: 50%;
		transform: translateX(-50%); /* 左右中央揃え */
		z-index: 101;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: 0.4s;
	}
	.nav_list_block.is-show {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
}
	.nav_list_block .inner{
		background-color: #fff;
		margin-top: 57px;
		padding: 50px;
	}
	.nav_list_block .inner > ul{
		display: flex;
		justify-content: center;
		margin-bottom: 0;
	}
	.nav_list_block .inner > ul > li{
		list-style: none;
		width: 275px;
		margin-right: 40px;
		text-align: center;
	}
	.nav_list_block .inner > ul > li:last-child{
		margin-right: 0;
	}
	.nav_list_block .inner > ul > li a{
		display: block;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-weight: 500;
		color: #000;
		font-size: 0.93rem;
		letter-spacing: 0;
		transition: .4s;
	}
	.nav_list_block .inner > ul > li a:hover{
		text-decoration: none;
		color: #192f60;
	}
	.nav_list_img.zoom{
		margin-bottom: 1.6rem;
	}
	.header_sns{
		margin-left: 25px;
	}
	.header_sns a{
		display: block;
		width: 20px;
		position: relative;
	}
	.header_sns a img{
		display: block;
		width: 100%;
		height: 100%;
		opacity: 1;
		transition: .4s;
	}
	.header_sns a::before{
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		display: block;
		background-image: url("../images/icon_insta_b.svg");
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		top: 0;
		left: 0;
		opacity: 0;
		transition: .4s;
	}
	.header_sns a:hover{
		opacity: 0.7;
	}
	.header_btn{
		display: inline-flex;
		align-items: center;
		justify-content: center;
		border: 1px solid rgba(255,255,255,0.5);
		width: 140px;
		height: 45px;
		font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
		font-size: 0.93rem;
		font-weight: 500;
		letter-spacing: 0;
		color: #fff;
		margin-left: 25px;
		transition: .4s;
	}
	.header_btn:hover{
		background-color: #fff;
		color: #192f60;
		text-decoration: none;
	}
	#header.view .header_menu > li > a{
		color: #000;
	}
	#header.view .header_menu > li > a:hover{
		color: #192f60;
		opacity: 1;
	}
	#header.view .header_sns a img{
		opacity: 0;
	}
	#header.view .header_sns a::before{
		opacity: 1;
	}
	#header.view .header_sns a:hover{
		opacity: 1;
	}
	#header.view .header_sns a:hover::before{
		background-image: url("../images/icon_insta_blue.svg");
	}
	#header.view .header_btn{
		background-color: #192f60;
		color: #fff;
		border: 1px solid rgba(25,47,96,0.5);
	}
	#header.view .header_btn:hover{
		color: #000;
		background-color: #fff;
		border: 1px solid rgba(0,0,0,0.5);
	}
	#header.header_page .header_menu > li > a{
		color: #000;
	}
	#header.header_page .header_menu > li > a:hover{
		color: #192f60;
		opacity: 1;
	}
	#header.header_page .header_sns a img{
		opacity: 0;
	}
	#header.header_page .header_sns a::before{
		opacity: 1;
	}
	#header.header_page .header_sns a:hover{
		opacity: 1;
	}
	#header.header_page .header_sns a:hover::before{
		background-image: url("../images/icon_insta_blue.svg");
	}
	#header.header_page .header_btn{
		background-color: #192f60;
		color: #fff;
		border: 1px solid rgba(25,47,96,0.5);
	}
	#header.header_page .header_btn:hover{
		color: #000;
		background-color: #fff;
		border: 1px solid rgba(0,0,0,0.5);
	}
}
@media screen and (min-width: 1400px){
	.header_menu > li{
		margin-left: 24px;
	}
	.header_menu > li > a{
		font-size: 1rem;
	}
	.nav_list_block .inner > ul > li a{
		font-size: 1.06rem;
	}
	.header_sns{
		margin-left: 30px;
	}
	.header_btn{
		width: 180px;
		height: 50px;
		margin-left: 30px;
	}
}
@media screen and (min-width: 1600px){
	.header_menu > li{
		margin-left: 34px;
	}
	.header_sns{
		margin-left: 40px;
	}
	.header_btn{
		margin-left: 40px;
	}
}

/***** menu-contact *****/
.menu-contact{
	display: flex;
	margin-right: 58px;
	position: relative;
	z-index: 1001;
}
.menu-contact a{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
	font-size: 0.69rem;
	letter-spacing: 0;
	transition: .3s;
}
.menu-contact a:hover{
	text-decoration: none;
	opacity: 0.7;
}
.menu-contact a + a{
	margin-left: 15px;
}
.menu-contact a .mc_img{
	width: 20px;
	margin-bottom: 2px;
	position: relative;
}
.menu-contact a .mc_img img{
	opacity: 1;
	transition: .3s;
}
.menu-contact a .mc_img::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
	transition: .3s;
	opacity: 0;
}
.menu-contact a:nth-of-type(1) .mc_img::before{
	background-image: url("../images/menu-tel.svg");
}
.menu-contact a:nth-of-type(2) .mc_img::before{
	background-image: url("../images/menu-contact.svg");
}
#header.view .menu-contact a, body.fixed .menu-contact a{
	color: #192f60;
}
#header.view .menu-contact a .mc_img img, body.fixed .menu-contact a .mc_img img{
	opacity: 0;
}
#header.view .menu-contact a .mc_img::before, body.fixed .menu-contact a .mc_img::before{
	opacity: 1;
}
@media screen and (min-width: 768px){
	.menu-contact{
		margin-right: 68px;
	}
	.menu-contact a + a{
		margin-left: 25px;
	}
}
@media screen and (min-width: 1200px){
	.menu-contact{
		display: none;
	}
}







/***** TRIGGER *****/
.menu-trigger {
	height: 58px;
	width: 58px;
	position: absolute;
	background-color: #192f60;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 0;
	right: 0;
	cursor: pointer;
	z-index: 1001;
}
.menu-trigger .inner{
	width: 15px;
	height: 8px;
	position: relative;
}
.menu-trigger .inner span {
	width: 100%;
	height: 1px;
	background-color: #fff;
	position: absolute;
	left: 0;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.menu-trigger .inner span:nth-child(1) {
	top: 0;
}
.menu-trigger .inner span:nth-child(2) {
	bottom: 0;
}
.menu-trigger.tgl-active .inner span:nth-child(1) {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.menu-trigger.tgl-active .inner span:nth-child(2) {
	top: 50%;
	bottom: unset;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 768px){
	.menu-trigger{
		width: 68px;
		height: 68px;
	}
	.menu-trigger .inner{
		width: 18px;
		height: 8px;
	}
}
@media screen and (min-width: 1200px){
	.menu-trigger{
		display: none;
	}
}



/* MENU TOGGLE */
.menu-toggle {
	position: fixed;
	z-index: -1;
	width: 100vw;
	height: 100vh;
	overflow-y: scroll;
	/* Hide scrollbar for IE, Edge and Firefox */
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
	-webkit-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	background-color: #f8f8f8;
	top: -120%;
	right: 0;
	color: #000;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.menu-toggle::-webkit-scrollbar {
	display: none;
}
.menu-toggle.active {
	z-index: 1000;
	top: 0;
}

/***** menu-toggle__inner *****/
.menu-toggle__inner{
	width: 92.3%;
	margin-right: auto;
	margin-left: auto;
	padding: 90px 0;
}
.toggle_link{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.52rem;
}
.tl_item{
	width: calc((100% - 12px)/3);
}
.tl_item a{
	display: block;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 0.92rem;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.1em;	
}
.tl_item a:hover{
	text-decoration: none;
}
.tl_img.zoom{
	margin-bottom: 0.93rem;
}
.toggle_menu{
	padding-bottom: 0.19rem;
	margin-bottom: 2.769rem;
}
.toggle_menu > li{
	list-style: none;
	position: relative;
}
.toggle_menu > li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(160,160,160,0.25);
	left: 0;
	bottom: -0.19rem;
}
.toggle_menu > li .toggle_tit{
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 1.3rem;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.08em;
	padding: 1.88rem 20px 0.81rem;
}
.toggle_menu > li > a:hover{
	text-decoration: none;
}
.toggle_tit{
	cursor: pointer;
	position: relative;
	width: 100%;
}
.toggle_tit .plus{
	width: 12px;
	height: 12px;
	display: block;
	position: relative;
}
.toggle_tit .plus::before, .toggle_tit .plus::after{
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #000;
	transition: .3s;
}
.toggle_tit .plus::before{
	width: 100%;
	height: 1px;
}
.toggle_tit .plus::after{
	width: 1px;
	height: 100%;
}
.toggle_tit.open .plus::after{
	height: 0;
}
.toggle_tit .arrow{
	width: 12px;
	height: 9px;
	display: block;
	position: relative;
}
.toggle_tit .arrow::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-image: url("../images/toggle_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.accordion-content{
	display: none;
	position: relative;
	padding: 0 20px 2.37rem;
}
.accordion-content ul{
	margin-bottom: 0;
}
.accordion-content ul > li{
	list-style: none;
}
.accordion-content ul > li a{
	color: #646464;
	font-size: 1rem;
	line-height: 2.26;
	letter-spacing: 0.06em;
}
.toggle_sns{
	display: flex;
	padding-left: 20px;
	margin-bottom: 4.98rem;
}
.toggle_sns a{
	display: block;
	width: auto;
	height: 20px;
}
.toggle_sns a + a{
	margin-left: 20px;
}
.toggle_sns a img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.toggle_policy{
	padding-left: 20px;
	margin-bottom: 0;
}
.toggle_policy a{
	display: inline-block;
}
@media screen and (min-width: 768px){
	.menu-toggle__inner{
		width: 82.3%;
		max-width: 800px;
		padding: 120px 0;
	}
	.tl_item{
		width: calc((100% - 24px)/3);
	}
	.toggle_menu{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.toggle_menu > li{
		width: calc((100% - 30px)/2);
	}
}
@media screen and (min-width: 992px){
	.toggle_link{
		margin-bottom: 3.54rem;
	}
	.toggle_menu{
		margin-bottom: 5.53rem;
	}
	.toggle_sns{
		margin-bottom: 7.62rem;
	}
}


/**************************
MV
**************************/
.mv{
    position: relative;
    width: 100%;
    height: calc(100vh - 72px);
	overflow: hidden;
}
.mv::before{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.15);
	z-index: 1;
}

.pc_main_video,.sp_main_video{
	position: relative;
    overflow: hidden;
	height: 100%;
}
.pc_main_video{
    width: 100%;
    height: 100vh;
}
.pc_main_video video{
	width: 100%;
	min-height: 100%;
	min-width: 100%;
    height: 100%;
    object-fit: cover;
}
.sp_main_video video{
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv_txtArea_sp{
	position: absolute;
	width: 92.3%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.mv_txtArea_sp .mv_copy{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	writing-mode: vertical-rl;
}
.mv_copy{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: 0.2em;
	color: #fff;
	margin: 0;
}
.mv_mark{
	position: absolute;
	display: flex;
	left: 0;
	bottom: 2.638%;
}
.mv_txtArea_sp .mv_mark div{
	width: 115px;
	display: block;
}
.mv_txtArea_sp .mv_mark div + div{
	margin-left: 10px;
}
.mv_subtxt_sp{
	background-color: #fff;
	width: 100%;
	height: 72px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.92rem;
	letter-spacing: 0.05em;
	text-align: center;
	color: #787878;
}
.mv_subtxt_sp p{
	margin-bottom: 0;
}
.mv_txtArea_pc{
	display: none;
}
@media screen and (min-width: 768px){
	.mv_copy{
		font-size: 2.4rem;
	}
}
@media screen and (min-width: 992px){
	.mv{
		height: 100vh;
	}
	.mv::before{
		background-color: rgba(0,0,0,0.1);
	}
	.pc_main_video video{
		width: auto;
	}
	.sp_main_video{
		display: none;
	}
	.mv_txtArea_sp{
		display: none;
	}
	.mv_subtxt_sp{
		display: none;
	}
	.mv_txtArea_pc{
		display: block;
		width: 93.33%;
		height: 100%;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		z-index: 1;
	}
	.mv_mark{
		width: 140px;
		flex-direction: column;
		top: 102px;
		right: 0;
		bottom: unset;
		left: unset;
	}
	.mv_txtArea_pc .mv_mark div + div{
		margin-top: 20px;
	}
	.mv_copy_block{
		position: absolute;
		bottom: calc(9.4% - 6px);
		left: 0;
		color: #fff;
	}
	.mv_copy{
		font-size: 2.8rem;
		letter-spacing: 0.07em;
	}
	.mv_subtxt{
		font-size: 1rem;
		letter-spacing: 0.08em;
		margin-bottom: 0;
	}
}
@media screen and (min-width: 1200px){
	.mv_mark{
		top: 130px;
	}
	.mv_copy{
		font-size: 3.2rem;
		margin-bottom: 0.9rem;
	}
}
@media screen and (min-width: 1400px){
	.mv_mark{
		width: 180px;
		top: 170px;
	}
	.mv_txtArea_pc .mv_mark div + div{
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px){
	.pc_main_video{
		display: none;
	}
}



/**************************
ページヘッダー
**************************/
.page_head{
	position: relative;
	width: 100%;
	padding-top: 4.26rem;
}
.page_titleArea{
	width: 92.3%;
	margin: 0 auto 3.34rem;
}
.head_title{
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	font-weight: 500;
	color: #000;
	letter-spacing: 0.04em;
	margin-bottom: 0;
}
.head_tax{
	color: #192f60;
	text-align: center;
	margin-top: 0.838rem;
	margin-bottom: 0;
}
.lineup_head .head_title{
	font-size: 1.3rem;
}
.lineup_head .head_title .logo{
	display: block;
	width: 130px;
	margin: 0 auto 1.338rem;
}
@media screen and (min-width: 768px){
	.page_head{		
		padding-top: 5.03rem;
	}
	.page_titleArea{
		width: 93.33%;
	}
}
@media screen and (min-width: 1200px){
	.page_head{
		padding-top: 8.46rem;
	}
	.page_titleArea{
		margin-bottom: 6.16rem;
	}
	.head_title{
		font-size: 2.13rem;
	}
	.lineup_head .head_title .logo{
		width: 180px;
		margin-bottom: 1.46rem;
	}
}
@media screen and (min-width: 1400px){
	.page_head{
		padding-top: 11.03rem;
	}
}