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

/*共通*/
body{
	
	
	letter-spacing: 0.1em;
	font-family: kozuka-gothic-pr6n, sans-serif;
font-weight: 400;

font-style: normal;
}

a{
	
	color: #fff;
	text-decoration: none;
	transition: 0.5s;
	outline: none;
	border: none;
}

a:focus{
	
	outline: none;
	
}

a:focus, *:focus { outline:none; }

button,input,input:focus {
  outline:none;
}
input::-moz-focus-inner, 
button::-moz-focus-inner  {
  border:none;
}

a:hover{
	
	opacity: 0.7;
}

.bold {
	font-weight: bold;
}

.new-line-point{
	
	display: block;
}

.text-area h2 ,.news h2{
	
	font-size: 48px;
	text-transform: uppercase;
	position: relative;
}

.text-area{
	
	line-height: 2.25;
}
.text-area h2{
	
	line-height: 1;
}

.pc-show .flex-area{
display: flex;	
	justify-content: space-between;
	max-width: 1200px;
	margin: 0 auto;
	
}

.text-area h2:after{
	
	content: '';
	display: block;
	width: 95px;
	height: 2px;
	background: #fff;
	margin: 30px 0 45px;
}

.pc-show figure{
	
	width: 40%;
	margin: 0 auto;
}

.more-link{
	width: 120px;
	position: relative;
	transition: 0.3s;
}

.more-link a{
	
	text-align: center;
    display: block;
	text-transform: capitalize;
	outline: none;
	border: none;
	text-decoration: none;
	
}

.more-link a:focus{
	
	outline: none;
}

.more-link a:before{
	
	content: '';
	display: block;
	width: 27px;
	height: 27px;
	border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -10px;
    top: 20px;
	
}

.more-link a:after{
	
	content: '';
	display: block;
	width: 120px;
	height: 10px;
	border-right: 2px solid #FFF;
    border-bottom: 1px solid #FFF;
    transform: skew(45deg);
    transition: .3s;
	position: absolute;
    left: 0px;
    bottom: 0;
	
}

.more-link:hover {
	cursor: pointer;
}

.more-link a:hover{
	opacity: 1 !important;
	color: #fff;
}

.more-link:hover.more-link a:after{
	
	width: 135px;
	right: -10px;
}


h1 ,h2{
	
	font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 400;
font-style: normal;
}

h2 span{
	font-family: kozuka-gothic-pr6n, sans-serif;

font-weight: 400;

font-style: normal;
	
}

/*header*/

/*ハンバーガーボタン*/

header_nav ul {
    display: flex;
    padding: 10px 30px;

}

.header_nav a {
    display: inline-block;
    color: #fff;
    transition: all0.3s ease 0s;
    text-decoration: none;
    padding-left: 30px;
	text-transform: uppercase;
}

.header_nav a:last-of-type {}



.header_nav a:hover {
    cursor: pointer;
    transform: scale(1.3);
}

.header_nav a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #a9a9a9;
    transition: 0.3s;

}

.header_nav a:hover::after {
    width: 100%;

}
.humbarger:hover {
        cursor: pointer;
    }

.humbarger span{
	
	display: block;
	width: 35px;
	height: 1px;
	background: #fff;
	margin-top: 15px;
	transition: 0.3s;
}

.humbarger span:first-child{
	
	margin-top: 0;
}

.humbarger span + span {
        margin-top: 7px;
    }

    .humbarger.active span:nth-child(1) {
        transform: translateY(1.5px) rotate(45deg);
    }

    .humbarger.active span:nth-child(2) {
        display: none;
    }

    .humbarger.active span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    .header_nav {
        background: rgba(0, 0, 0, 0.7);
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
		height: 100vh;
        display: none;
		z-index: 99;
    }

    .header_nav.active {
        display: block;
    }

    .header_nav ul {
        display: block;
        padding: 150px 0 0;
    }

    .header_nav li {
        margin-left: 0;
        padding: 30px 0;
		background: rgba(255,255,255,0.5);
    border-bottom: solid 1px #e2e2e2;
    }

    .header_nav a {
        display: block;
        color: #333;
        text-align: center;
        line-height: 44px;
        padding-left: 0;
		      transition: 0.5s;  
    }

    .header_nav a::after {
        display: none;
    }

.page-header{
	
	position: relative;
	margin: 0 auto;
	text-align: center;
	
}

.page-header .header-content{
	
	display: flex;
	position: fixed;
	top:50px;
	z-index: 999;
	justify-content: space-between;
	width: 90%;
	max-width: 80%;
	margin: 0 auto;
	align-items: center;
	left: 0;
	right: 0;
	
}

.page-header .header-content li:first-child img{
	
	width: auto;
	height: 50px;
}

.page-header .header-content li:last-child{
	
	display: flex;
	align-items: center;
}

.la-link{
	
	margin-left: 15px;
}

.la-link a{
	display: block;
	text-align: left;
text-transform: capitalize;
	font-size: 12px;
}

.la-link a:first-child{
	
	margin-bottom: 15px;
}




/*mv*/

#home main{
	
	position: relative;
}

main a{
	
	position: fixed;
	right: 5%;
	bottom: 15px;
	border: solid #fff 1px;
    width: 180px;
    text-align: center;
    padding: 20px 0;
	text-transform: capitalize;
	z-index: 9999;
	background: rgba(35,35,35,0.5);
}


/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position:relative;
  z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url(../img/mv-01.webp);
}

.slider-item02 {
    background:url("../img/mv-02.webp");
}

.slider-item03 {
    background:url(../img/mv-03.webp);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:100vh !important;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    display: none;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	display: none !important;
	
}


.slick-dots button {
    color: transparent ;
    outline: none;
    width:15px;/*ドットボタンのサイズ*/
    height:15px;/*ドットボタンのサイズ*/
    display:inline-block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
	-webkit-appearance: none;
	position: relative;
    z-index: 1;
}

.slick-dots .slick-active button{
    background:#000c19 !important;/*ドットボタンの現在地表示の色*/
}


/*menu-area*/

.menu-area{
	padding: 150px 0;
	background: #000c19;
	color: #fff;
	margin-top: -2px;
}



.menu-area .pc-show .text-area{
	
	width: 40%;
	margin: 0 0 0 auto;
}
.sp-show{
	
	display: none;
}

.menu-area .text-area .menu-list{
	
	position: relative;
	display: flex;
    align-items: end;
}

.en-home .menu-area .text-area .menu-list{
	
	display: grid;
}

.menu-list li span{
	
	display: block;

}

.menu-list li{
	
	display: flex;
	width: 230px;
    justify-content: space-between;
	margin: 0 auto;
}



.menu-area h3{
	
	margin-bottom: 60px;
}



.menu-list .more-link{
	margin-left: 20%;
}

.en-home .menu-list li{
	
	width: 100%;
}

.en-home .menu-list .more-link{
	
	margin: 0 auto;
}


/*concept*/

#home .concept-area{
	
background: #232323;
	padding: 150px 0;
}

.concept-area .pc-show .text-area{
	width: 40%;
	margin: 0 auto;
	color: #fff;
}

.concept-area .more-link{
	
	margin-top: 40px;
}

.concept-area .text-area h2:after{
	
	margin: 30px 0 35px;
}


/*news*/

.news{
	
	background: #000c19;
	padding: 150px 0;
	margin-top: -2px;
	color: #fff;
}

.news .flex-area{
	
	display: flex;
	max-width: 800px;
    margin: 0 auto;
    width: 95%;
}

.news .flex-area h2{
	
	margin-right: 80px;
}

.news .flex-area .flex-area{
	
	width: 100%;
	align-items: center;
	margin-bottom: 10px;
}

.news .scroll{
	
	width: 450px;
}

.news time{
	
margin-right: 20px;
}

.category-name{
	
	
	border: solid 1px #fff;
    padding: 5px;
	border-radius: 10px;
}

.txt_link{
	
	border-bottom: solid 1px #fff;
	padding: 10px 0;
	margin-bottom: 10px;
}

.txt_link:first-child{
	
	border-top: solid 1px #fff;
}

/*footer*/
footer{
	
	background: #fff;
	color: #000000;
	padding: 40px 0;
}

footer ul{
	
	display: flex;
	max-width: 1200px;
	width: 95%;
	margin: 0 auto;
	justify-content: space-between;
}

footer dt{
	
	margin-bottom: 30px;
}

footer dt img{
	
	width: 190px;
}

footer dd{
	line-height: 2.25;
	
}

footer dd a ,footer li a{
	
	color: #000000;
}

footer li:nth-child(3){
	
	position: relative;
    top: 150px;
    height: fit-content;
}

.inst{
	
	margin-left: 20px;
}

.pdt {
	padding-top: 15px;
}

.fa-brands{
	
	font-size: 22px;
}



/*=========================concept.htmlのスタイル==================================-*/

#concept main{
	
	position: relative;
}


#concept h1{
	
	text-align: center;
    position: absolute;
    top: 45%;
    color: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 60px;
    text-transform: uppercase;
	
    


}

#concept .concept-area{
	
	background: #000c19;
	padding: 150px 0;
	color: #fff;
	text-align: center;
	margin: -2px 0;
}


#concept .concept-area h2{
	
	font-size: 48px;
	margin-bottom: 100px;
	text-transform: uppercase;
}

#concept .concept-area .mt-space{
	display: block;
	margin-top: 50px;
}

#concept .concept-area p{
	
	line-height: 2.25;
}

#concept .gallery-list{
	
	display:flex;
	margin-bottom: -2px;
	
}

/*===========================-menu.htmlのスタイル=============================*/

#menu main{
	
	position: relative;
}

#menu h1{
	
	text-align: center;
    position: absolute;
    top: 45%;
    color: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 60px;
    text-transform: uppercase;
}

#menu .menu-area{
	
	background: none;
	padding: 0;
}
#menu .menu-area h2{
	
	font-size: 48px;
	margin-bottom: 60px;
	text-transform: uppercase;
	text-align: center;
}

#menu .menu-list-area1{
	
	background: #232423;
	text-align: center;
	padding: 150px 0;
}

#menu .menu-area h2 span{
	
	display: block;
	font-size: 20px;
	margin-top: 30px;
}

#menu .menu-area ul ,#menu .menu-area p{
	
	line-height: 2.5;
}

.menu-list-area1 ul{
	
	border-bottom: solid 1px #fff;
	max-width: 400px;
	margin: 0 auto 40px;
	padding-bottom: 30px;
}

.menu-list-area1 li{
	
	margin-bottom: 5px;
}

.menu-list-area1 li:last-child{
	
	margin-bottom: 0;
}

#menu .mtb-space{
	
	margin-top: 80px;
}


.menu-list-area2{
	background: #000c19;
	padding: 150px 0;
}

#menu .menu-area .menu-list-area2 h2{
	
	margin-bottom: 100px;
}

.menu-list-area2 ul{
	
	display: flex;
	flex-wrap: wrap;
	max-width: 1275px;
	margin: 0 auto;
	width: 95%;
	justify-content: center;
}

.menu-list-area2 li{
	
	width: 28%;
}

.menu-list-area2 ul dd ul{
	
	display: block;
	width: 100%;
}

.menu-list-area2 ul dd ul li{
	
	width: 100%;
	position: relative;
}

.menu-list-area2 ul dd ul li:before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	position: relative;
    top: -2px;
    margin-right: 8px;
	background: #fff;
}

.menu-list-area2 ul dl{
	
	width: 90%;
	margin: 0 auto;
}

.menu-list-area2 ul dt{
	
	background: #fff;
	color: #000c19;
	text-align: center;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0;
	margin: 0 auto 30px;
	border-radius: 0 0 30px 0;
}

.menu-list-area2 ul li:first-child{
	
	margin-bottom: 60px;
}

.menu-list-area2 ul dd ul li:first-child{
	
	margin-bottom: 0;
}

.menu-list-area2 ul dd ul li{
	
	margin-bottom: 15px !important;
}

.menu-list-area2 ul dd ul li:last-child{
	
	margin-bottom: 0;
}

/*NEWSのスタイル*/

#news{
	
	background: #232323;
	color: #fff !important;
}

#news main{
	
	position: relative;
}

#news h1{
	
	text-align: center;
    position: absolute;
    top: 45%;
    color: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
    font-size: 60px;
    text-transform: uppercase;
}

#content_area.page_news > * {
    margin-bottom: 50px;
}

#content_area > *:first-child {
    margin-top: 100px;
}

/*news*/
	.page_news article{
		
		width: 90%;
		margin: 0 auto;
	}
	


.page_news article time{
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.page_news article h2 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    letter-spacing: 0.2em;
	
}

.page_news article {
    border-bottom: 1px solid #d6c1a7;
    padding-bottom: 13.33vw;
}

#content_area > * p {
    line-height: 1.8;
}

.page_news a{
	
	color: #000000;
	text-decoration: underline;
}

/*404ページ*/
#not-found{
	padding: 150px 5%;
	background: #000c19;
	color: #fff;
	text-align: center;
	
}

#not-found h2{
	
	text-transform: capitalize;
	font-size: 48px;
	margin: 80px 0 60px;
}
#not-found h3{
	font-size: 30px;
	margin-bottom: 30px;
}

#not-found p{
	line-height: 2.5;
}

@media screen and (min-width: 769px){
	
	#content_area.page_news img {
    width: 400px;
}
	.page_news article {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
}

@media screen and (max-width: 991px){
	
	body{
		
		font-size: 14px;
	}
	
	.sp-new-line-point{
		
		display: inline-block;
	}
	
	
	.page-header .header-content{
		
		width: 90%;
		top: 20px;
	}
	#home main a{
		
		width: 150px;
		bottom:  20px;
	}
	
	#home .menu-area ,#concept　.concept-area ,.news{
		
		padding: 70px 0;
	}
	
	#home .menu-area .text-area .menu-list{
		
		display: grid;
	}
	
	.sp-show h2 {
		
		font-size: 24px;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 40px;
	}
	
	#home .menu-area .sp-show figure ,#home .concept-area .sp-show figure{
		
		width: 90%;
		margin: 0 auto;
	}
	
	#home .menu-area h3{
		
		width: 210px;
		margin: 40px auto 50px;
	}
	
	.menu-list .more-link{
		
		margin-left: auto;
	}
	
	#home .menu-area ul{
		width: 230px;
		margin: 0 auto;
		
	}
	
	.en-home .menu-area ul{
		width: 300px !important;
		
	}
	
	#home .menu-area li span{
		
		display: block;
	}
	
	
	
	#home .menu-area li{
		
		display: flex;
		justify-content: space-between;
	}
	
	.more-link{
		
		margin: 40px auto 0;
		
	}
	
	.more-link a:before{
		top: 15px;
	}
	
	#home .concept-area{
		
		color: #fff;
	}
	
	#home .concept-area h3{
		
		width: 90%;
		margin: 40px auto 50px;
		text-align: center;
	}
	
	.img-area .sp-show{
		
		line-height: 1;
	}
	
	.news .flex-area{
		
		display: grid;
		width: 90%;
	}
	
	.news .flex-area h2{
		
		margin-right: 0;
		margin-bottom: 40px;
		font-size: 24px;
	}
	.news .flex-area .flex-area{
		
		display: flex;

	}
	
	.news .scroll{
	
	width: 100%;
}
	
	.news h2{
		
		text-align: center;
	}
	
	footer ul{
		
		display: grid;
		justify-content: center;
	}
	
	footer li{
		
		text-align: center;
		margin-bottom: 20px;
	}
	
	footer li:nth-child(3){
		
		top:auto;
		margin-bottom: 0;
		font-size: 14px;
	}
	
	
	/*menu-page*/
	
	#menu .menu-list-area1{
		
		padding: 70px 0;
	}
	
	#menu .menu-area h2{
		
		font-size: 24px;
	}
	
	#menu .menu-area ul{
		
		width: 90%;
	}
	
	.menu-list-area2 li{
		
		width: 36%;
	}
	
	#menu .menu-area .menu-list-area2 h2{
		
		margin-bottom: 50px;
	}
	
	#menu .mtb-space{
		
		margin-top: 40px;
	}
	
	/*concept-page*/
	
	#concept .concept-area h2{
		
		font-size: 24px;
		margin-bottom: 60px;
	}
	
	
	
	/*404*/
	#not-found h2{
	font-size: 24px;
	margin-bottom: 30px;
}
	#not-found h3{
	font-size: 16px;
}
	#not-found h3 span{
		
		margin-top: 15px;
	}
}

@media screen and (max-width: 768px){
	
	.slider-item01 {
    background:url("../img/mv-01-sp.webp");
}

.slider-item02 {
    background:url("../img/mv-02-sp.webp");
}

.slider-item03 {
    background:url(../img/mv-03sp.webp);
}
	
	.pc-show{
		
		display: none;
	}
	
	
	.sp-show{
		
		display: block;
		line-height: 2.25;
	}
	
	main{
		
		height: 400px !important;
		overflow: hidden;
	}
	
	.slick-dots button {
   border-radius: 50%;
		width: 20px;
		height: 20px;
		-webkit-appearance: none;
	position: relative;
    z-index: 1;
}
	
	.slider{
		
		height: 400px;
	}
	
	.slider-item{
		
		height: 400px !important;
		background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	}
	
	.page-header .header-content{
		
		
		max-width: 100%;
	}
	
	main img{
		
		width: 200%;
    position: absolute;
    left: -200px;
	}
	
	#menu main img{
		
		width: 300%;
		left: -70px;
	}
	
	#concept main img ,#news main img{
		
		width: 300%;
		
	}
	
	#concept .concept-area ,.menu-list-area2 ,#home .concept-area{
		
		padding: 75px 0;
	}
	
	#concept .concept-area p{
		
		width: 90%;
		margin: 0 auto;
	}
	
	h1{
		
		font-size: 30px !important;
	}
	
	.menu-list-area2 ul{
		
		
		display: block;
		justify-content: center;
	}
	
	.menu-list-area2 li{

		width: 90%;
		margin: 0 auto;
	}
	
	.menu-list-area2 ul li{
	margin-bottom: 60px;
	}
	
	.menu-list-area2 ul li:last-child{
		
		margin-bottom: 0;
	}
	
	.menu-list-area2 ul dt{
		
		margin: 0 auto 30px;
	}
}

