﻿@charset "utf-8";
/* CSS Document */

/*----------------------------
フォント
----------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Jost&family=Noto+Sans+JP:wght@400;700;900&display=swap');
body,.overlay .overlay-nav .en{font-family: 'Noto Sans JP', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;font-weight: 400;}

.font_bold{font-weight: 700;}
#contents .con_title,.intro_title1,.cms_title h3,#page_title .jp{font-weight: 900;}
.font1{font-family: 'Jost', sans-serif;}
/*----------------------------
VIDEO
----------------------------*/
#video{ height: 100vh; }
#video video{
	width: 100%!important;
	height: auto;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@media  screen and (max-width: 1555px){
	#video video{
		width: auto!important;
		height: 100%;
	}
}
/* タブレット用 */
@media  screen and (max-width: 768px){
	#video{ height: 40vh; }
	#video video{
		width: 100%!important;
		height: auto;
	}
}
/* スマホ用 */
@media  screen and (max-width: 667px){
	.ip678 #video{ height: 31vh; }
	.ipX #video{ height: 31vh; }
	.ipX #video video{
		width: auto!important;
		height: 100%;
	}
}
/*--------------------------------
疑似要素
--------------------------------*/
/* タイトル周り スラッシュ */
.slash{
	position: relative;
	display: inline-block;
}
.slash:before,.slash:after{
	content: '';
	display: inline-block;
	background-color: #000;
	width: 50px;
	height: 5px;
	position: absolute;
	left: 50%;
	-ms-transform: translate(-50%,0) rotate(-45deg);
	-webkit-transform: translate(-50%,0) rotate(-45deg);
	transform: translate(-50%,0) rotate(-45deg);
}
.slash:before{top: -35px;}
.slash:after{bottom: -35px;}

.slash2:before,.slash2:after{
width: 20px;
height: 1px;
}
.slash2:before{top: -10px;left: 20%;}
.slash2:after{bottom: -10px;left: 70%;}

/*----------------------------
全体
----------------------------*/
html{font-size: 100%;}
body{overflow: hidden;word-wrap: break-word;}
.z-1{z-index: -1;}
.z0{z-index: 0;}
.z1{z-index: 1;}
.z2{z-index: 2;}
.br:before{
	content: "\A";
	white-space: pre;
}

.sm-slider{min-height: 800px!important;}

/* ローディング */
#wrap{
    opacity: 0;
}

#loading {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 100%;
height: 100%;
z-index: 99999;
text-align: center;
}
#loading_logo {
max-width: 300px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#loading .kvArea {
width: 100%;
}
#loading .kvArea .img_box {
text-align: center;
}
#loading .kvArea .img_box img {
max-width: 100%;
height: auto;
}
#loading #loading_text .progressbar-text{top: 70%;font-size: 20px!important;}

.fadeUp {
animation-name: fadeUpAnime;
animation-duration: 1.2s;
animation-delay: 1.2s;
animation-fill-mode: forwards;
opacity: 1;
}
@keyframes fadeUpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

/* SNS LINKS */
.sns_links{
	max-width: 200px;
	width: 100%;
	box-sizing: border-box;
	bottom: 50px;
	left: 50px;
}
.sns_links li{
	width: 16%;
	margin-right: 5%;
	box-sizing: border-box;
}
.sns_links li:last-of-type{
	margin-right: 0;
}
/* 画像トリミング */
.portrait_img{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.portrait_img img{
	width: 100%;
    height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

/* moreボタン */
.more_item{
background-color: transparent;
box-sizing: border-box;
cursor: pointer;
position: relative;
transition: all 0.3s ease-in-out;
user-select: none;
}
/*
.more_item::before {
 content: "";
 width: 40px;
 height: 2px;
 background: white;
 top: 50%;
 left: 20px;
 position: absolute;
 transform: translateY(-50%);
 transform-origin: center;
 transition: background 0.3s linear,width 0.3s linear,transform 0.3s linear;
}
*/
.more_item .text {
 font-size: 16px;
 line-height: 1.5;
 /*padding-left: 20px;*/
 display: block;
 text-align: center;
 transition: all 0.3s ease-in-out;
 text-transform: uppercase;
 text-decoration: none;
}

.more_item:hover::before {
	width: 30px;
	transform: translateY(-50%) rotate(-45deg);
}

.more_item:hover .text {
 padding-left: 0;
}

/* ぼかし */
.blur{
backdrop-filter: blur( 10px );
-webkit-backdrop-filter: blur( 10px );
}
.blur2{
backdrop-filter: blur( 5px );
-webkit-backdrop-filter: blur( 5px );
}
main.blur{background: rgba(255,255,255,0.95);}

/*map*/
.map{height: 400px;}
.map iframe{
	width: 100%;
	height: 100%;
}
/*header*/
header{z-index: 10;}
/* nav */
#pc_nav li a,#footer_nav li a{
	position: relative;
	display: inline-block;
	text-decoration: none;
}
#pc_nav li a::after,#footer_nav li a::after{
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 1px;
	bottom: -4px;
	transform: scale(0, 1);
	transition: transform 0.3s;
	transform-origin: center top;
}
#footer_nav li a::after{background: #000;}
#pc_nav li a::after{background: #fff;}
#pc_nav li a:hover::after,#footer_nav li a:hover::after{
	transform: scale(1, 1);
}

/*footer*/
footer{position: relative;margin-top: -5px;}
footer #footer_info{background-color: #333333;}
footer .info_btn_wrap p{width: calc(50% - 20px);}
/* footer nav */
#footer_nav li{padding: 0 20px;}


/* スクロール */
.scroll_d{
	width: 1px;
	height: 150px;
	margin: auto;
}
.scroll_d > span{
	width: 1px;
	height: 100%;
	background-color: rgba(255,255,255,0.5);
}

/* メイン画像・ページタイトル　スクロール */
#main_img .scroll,#page_title_img .scroll{
	z-index: 1;
	bottom: -50px;
	right: 5px;
}
#main_img .scr,#page_title_img .scr{
	display: inline-block;
	line-height: 0.8;
	margin-bottom: 50px;
    margin-left: 5px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
#main_img .scroll_d > span::before,#page_title_img .scroll_d > span::before{
	position:absolute;
	content: "";
	display: block;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	animation: line1 4s ease 0s infinite;
}
@keyframes line1{
	0% {
		bottom: 150px;
		height: 0;
	}
	20% {
		bottom: 0;
		height: 150px;
	}
	40% {
		bottom: 0;
		height: 0;
	}
	100% {
		bottom: 0;
		height: 0;
	}
}
/* TOPへ戻る */
footer .scroll{
	top: -80px;
	right: 0;
}
footer .scr{
	display: inline-block;
	margin-top: 50px;
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
footer .scroll_d > span::before{
	position:absolute;
	content: "";
	display: block;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	animation: line2 4s ease 0s infinite;
}
@keyframes line2{
	0% {
		top: 150px;
		height: 0;
	}
	20% {
		top: 0;
		height: 150px;
	}
	40% {
		top: 0;
		height: 0;
	}
	100% {
		top: 0;
		height: 0;
	}
}

/* 追従バナー */
.fix_banner{
	width: 100%;
	max-width: 300px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	z-index: 5;
}
/*----------------------------
TOP
----------------------------*/
.top header{top: 0;left: 0;z-index: 1;}

/* モーダル */
html.modalset{
	overflow: hidden;
}
.modal{
	display: none;
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.modal-wrap {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 20px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}
.modal-wrap::-webkit-scrollbar {
	display: none;
}
.modal-wrap:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 100%;
}
.modal-bg{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
}
.modal-box{
	width: 90%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.modal-box:before{
	content: "";
	display: block;
	background-color: #fff;
	box-sizing: border-box;
	width: 100%;
	height: 10%;
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	z-index: 1;
}
.modal-box .inner{
	background: #fff;
	max-height: 700px;
	box-sizing: border-box;
	overflow: auto;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.modal-box .inner::-webkit-scrollbar {
	display:none;
}
.modal-box .inner > :first-child {
	margin-top: 0;
}

.modal-box .modal-close{
	cursor: pointer;
	position: absolute;
    top: 0;
    right: 0;
}
.modal-box .modal-close span{
	display: block;
	width: 50px;/*枠の大きさ*/
	height: 50px;/*枠の大きさ*/
	position: relative;
}

.modal-box .modal-close span::before, .modal-box .modal-close span::after{
	content: "";
	display: block;
	width: 100%;/*バツ線の長さ*/
	height: 2px;/*バツ線の太さ*/
	background: #000;
	transform: rotate(45deg);
	transform-origin:0% 50%;
	position: absolute;
	top: calc(14% - 1px);
	left: 14%;
}

.modal-box .modal-close span::after{
	transform: rotate(-45deg);
	transform-origin:100% 50%;
	left: auto;
	right: 14%;
}
.modal-open span{cursor: pointer;}

.modal_title_wrap{
	top: 0;
	left: 0;
}
.modal_title1{padding-top: 60px;}
.modal_title1:before{
	content: "";
	display: block;
	background-color: #666; 
	width: 1px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 6px;
}
.modal_title1 span{
	transform: rotate(90deg);
	display: block;
	line-height: 1;
}

/* スクロールアニメーション */
.filter{
top: 0;
right: 0;
width: 100%;
}
.filter1{z-index: 2;}
.filter2{z-index: 1;}

/* main_img */
#main_img:before{
	content: "";
	display: block;
	background-color: rgba(255,255,255,0.15);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* intro */
#intro .intro_photo{width: calc(50% - 50px);}
#intro .intro_right{width: calc(50% - 50px);}
#intro .intro_photo h2{
	font-size: 90px;
	z-index: 3;
	top: -85px;
	left: -30px;
}
#intro .rotate_txt span{
	transform: rotate(90deg);
	display: block;
	line-height: 0.8;
}


/* top_title */
.top_title{
	height: 500px;
}
.top_title h2{
	font-size: 100px;
	line-height: 1;
}

/* contents */
#contents .con_title{font-size: 40px;}
#contents .con_box:last-of-type{margin-bottom: 0;}

/* TOP CMS */
.top_cms_box:last-of-type{margin-bottom: 0;}
.cms_title p{padding-left: 5px;}
#top_cms .cms_title{position: relative;}
#top_cms .cms_title .bar{
content: '';
	display: inline-block;
	width: 100px;
	height: 5px;
	position: absolute;
	top: -100px;
	left: 0;
}
/*----------------------------
下層
----------------------------*/
#page_title_img{height: 500px;}
#page_title_img:before{
	content: "";
	display: block;
	background-color: rgba(0,0,0,0.15);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#page_title{padding-left: 30px;}
#page_title .page_title_box{left: 0;display: block;}
#page_title .jp{
	font-size: 50px;
	top: 30px;
	left: 30px;
	padding-left: 25px;
}
#page_title .jp:before{
	content: "";
	display: block;
	background-color: #000; 
	width: 3px;
	height: 170px;
	position: absolute;
	top: -100px;
	left: 0;
}
#page_title .en{
	display: block;
	font-size: 12px;
	top: 90px;
	left: -2px;
}
#page_title .en span{
	transform: rotate(90deg);
	display: block;
	line-height: 1;
}

/*cate_list*/
.cate_list{position: relative;padding-left: 80px;}
.cate_list:before{
	content: "CATEGORY";
	display: block;
	color: white;
	font-size: 12px;
	padding: 5px;
	position: absolute;
	top: 7px;
	left: 0;
}
.cate_list li{max-width: 30%;}
.cate_list li a{
	position: relative;
	padding-left: 50px;
	transition: padding-left 0.3s;
}
.cate_list li a:hover{padding-left: 40px;}
.cate_list li a:before{
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	position: absolute;
	top:50%;
	left: 15px;
	-ms-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	transition: transform 0.3s;
}
.cate_list li a:hover:before{
	-ms-transform: translate(0,-50%) rotate(-45deg);
	-webkit-transform: translate(0,-50%) rotate(-45deg);
	transform: translate(0,-50%) rotate(-45deg);
}

/* page8 */
#page8 #mail_contact li:before{
	content: "■";
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 5px;
}
#page8 #form_box .box input::-webkit-input-placeholder,#page8 #form_box .box textarea::-webkit-input-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	opacity: 0.8;
	color: #000;
}
#page8 #form_box .box input:-moz-placeholder,#page8 #form_box .box textarea:-moz-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	opacity: 0.8;
	color: #000;
}
#page8 #form_box .box input:-ms-input-placeholder,#page8 #form_box .box textarea:-ms-input-placeholder{
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	opacity: 0.8;
	color: #000;
}
#page8 #form_box .box input,#page8 #form_box .box textarea{
	outline: none;
	border-style: none;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	color: #000;
}
#page8 #form_box .box:last-of-type{
	border-bottom: none;
}
#page8 #form_box .box input{height: 35px;}
#page8 #form_box .box textarea{height: 150px;}
#page8 #form_box input,#page8 #form_box textarea{background-color: rgba(255,255,255,0.7);}
#page8 input[type="submit"].btn,
#page8 input[type="reset"].btn{
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
	cursor: pointer;
}
#page8 input[type="reset"].btn{background-color: transparent;}
#page8 input[type="submit"].btn:disabled{
    cursor: default;
}
.g-recaptcha > div{
	margin: 0 auto;
}


#page10 li{margin-bottom: 30px;}
#page10 .left li:last-of-type,#page10 .right li:last-of-type{margin-bottom: 0;}

/* 1280px以下 */
@media screen and (max-width: 1280px){
	/*----------------------------
	全体
	----------------------------*/
	#pc_nav{display: none;}
	#nav_menu{display: block;}
}
/* 1100px以下 */
@media screen and (max-width: 1100px){
	/*----------------------------
	全体
	----------------------------*/
	/*footer*/
	footer .info_btn_wrap p{width: 100%;margin-bottom: 10px;}
}
/*ここからタブレット用（768px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 768px){
	/*----------------------------
	全体
	----------------------------*/
	/* ローディング */
	#loading #loading_text .progressbar-text{top: 60%;}
	
	/*----------------------------
	TOP
	----------------------------*/
	/* モーダル */
	.modal_title_wrap{left: -35px;}
	
	/* intro */
	#intro .intro_photo{width: calc(40% - 20px);}
	#intro .intro_right{width: calc(60% - 20px);}
	#intro .intro_photo h2{
		top: -50px;
    	left: -50px;
	}
	/* top_title */
	.top_title{height: 300px;}
	.top_title h2{font-size: 70px;}
	
	/* contents */
	#contents .con_title{font-size: 40px;}
	
	/* TOP CMS */
	#top_cms .cms_title .bar{top: -50px;}
	/*----------------------------
	下層
	----------------------------*/
	/*ページタイトル*/
	#page_title_img{height: 300px;}
	#page_title .jp{
		font-size: 34px;
		top: 15px;
	}
	#page_title .en{
		top: 110px;
	}
	#page_title_img .scroll{bottom: -100px;}
	
	/*カテゴリーリスト*/
	.cate_list li a{padding-left: 30px;}
	.cate_list li a:hover{padding-left: 25px;}
	.cate_list li a:before{left: 0;}
}
/*ここからスマホ用（667px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media screen and (max-width: 667px){
	.pd_t-70px_sp{padding-top: 70px;}
	
	/*----------------------------
	疑似要素
	----------------------------*/
	.slash2:before,.slash2:after{width: 10px;}
	.slash2:before{top: -5px;}
	.slash2:after{bottom: -5px;}
	/*----------------------------
	全体
	----------------------------*/
	/* ローディング */
	#loading_logo{max-width: 250px;}
	#loading #loading_text .progressbar-text{top: 63%;}
	/* メイン画像・ページタイトル　スクロール */
	#main_img .scroll{bottom: 0;}
	#main_img .scroll,#page_title_img .scroll{right: -15px;}
	#main_img .scr, #page_title_img .scr{margin-bottom: 30px;}
	#main_img .scroll_d,#page_title_img .scroll_d{height: 100px;}
	/*map*/
	.map{height: 300px;}
	/* TOPへ戻る */
	footer .scroll{
		top: 320px;
		right: -10px;
	}
	footer .scr{margin-top: 40px;margin-left: 5px;}
	footer .scroll_d{height: 100px;}
	
	/* 追従バナー */
	.fix_banner{
		bottom: 10px;
		left: 50%;
		-ms-transform: translate(-50%,0);
		-webkit-transform: translate(-50%,0);
		transform: translate(-50%,0);
	}
	.fix_banner .more_item .text{font-size: 20px;}
	/*----------------------------
	TOP
	----------------------------*/
	/* SNS */
	.sns_links{
		bottom: 20px;
	    left: 20px;
	}
	main.blur {
    background: rgba(255,255,255,0.8);
}
	
	/* モーダル */
	.modal-box .inner{
		max-height:450px;
	}
	.modal-box{width: 100%;top: 5%;}
	.modal-box:before{
		height: 5%;
	}
	.modal_title_wrap{left: -20px;}
	/* intro */
	#intro .intro_right{width: 100%;}

	/* top_title */
	.top_title{height: 250px;}
	.top_title h2{font-size: 40px;}
	
	
	/* contents */
	#contents .con_title{font-size: 24px;}
	
	/* TOP CMS */
	#top_cms .cms_title .bar{width: 50px;left: 10px;}
	/*----------------------------
	下層
	----------------------------*/
	/*ページタイトル*/
	#page_title_img{height: 450px;}
	#page_title .jp{
		font-size: 24px;
		top: 10px;
		left: 10px;
		padding-left: 20px;
	}
	#page_title .jp:before{
		width: 2px;
		height: 100px;
		top: -65px;
	}
	#page_title .en{
		font-size: 10px;
		left: -11px;
		top: 55px;
		letter-spacing: 20px;
	}
	/*カテゴリーリスト*/
	.cate_list{padding-left: 0;padding-top: 35px;}
	.cate_list:before{
		top: 0;
		left: 5px;
	}
	.cate_list li{width: 100%;max-width: 100%;}
	.cate_list li a{padding-left: 25px;}
	.cate_list li a:before{
		-ms-transform: translate(0,-50%) rotate(-45deg);
		-webkit-transform: translate(0,-50%) rotate(-45deg);
		transform: translate(0,-50%) rotate(-45deg);
	}
	
	#page10 li,#page10 .left li:last-of-type{margin-bottom: 20px;}
}

@keyframes line1{
	0% {
		bottom: 100px;
		height: 0;
	}
	20% {
		bottom: 0;
		height: 100px;
	}
	40% {
		bottom: 0;
		height: 0;
	}
	100% {
		bottom: 0;
		height: 0;
	}
}
@keyframes line2{
	0% {
		top: 100px;
		height: 0;
	}
	20% {
		top: 0;
		height: 100px;
	}
	40% {
		top: 0;
		height: 0;
	}
	100% {
		top: 0;
		height: 0;
	}
}
