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

/* 以下非表示*/
@media (min-width: 1200px){
	.openbtn,#g-nav{
		display: none !important;
	}
}
@media (min-width: 960px){
	.tbsp{
		display: none !important;}
}
@media (min-width: 768px){
	.sp{
		display: none!important;}
	}
@media (min-width: 450px){
	.sp_450{
		display: none!important;}
	}

/* all */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 120px;
}
body{
	color: #fff;
	background: #0d0d0d;
	font-family: "Noto Serif JP", serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
p{
	line-height: 180%;
	font-size: 1rem;
}
a{
	text-decoration-line: none;
}
a:link{
	text-decoration: none;
}
ul li{
	list-style: none;
}
h2,h3,h4{
	font-weight: 400;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin-inline: auto;
	overflow: clip;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin-inline: auto;
	position: relative;
	z-index: 5;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
}

.contents{
	position: relative;
}
.wrap80{
	padding: 10px 10%;
}
.wrap_center{
	width: fit-content;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 960px){
	.wrap80{
		padding: 10px 5%;
	}
}
@media (max-width: 450px){
	.w1600{
		width: calc(100% - 30px);
	}
	.wrap80{
		padding: 10px 0;
	}
}

/* 背景　*/
.bg_w{
	background-color: rgba(255,255,255,1);
}

.bg_dark{
	background: #0d0d0d;
}

.bg_inner{
	padding: 70px 0;
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.5) ,rgba(0,0,0,0.5)) , url("../img/bg_img01.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01{
	background-attachment: scroll;
}

/* 画像調整　*/
.img_3-2{
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.img_4-3{
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img_16-9{
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_1-1{
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.img_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}

.txt_lv02{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	font-weight: 400;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.txt_lv02 .ja{
	display: block;
	position: relative;
	display: none;/*見出し下にある日本語表記を削除*/
}
.txt_lv02 .en{
	font-family: "MonteCarlo", cursive;
	font-weight: 400;
	font-size: 300%;
	letter-spacing: 0.12em;
	/* text-transform: capitalize; */
}
@media (max-width: 450px){
	.txt_lv02 .en{
		font-size: 250%;
	}
}
.txt_lv03{
	font-size: 1.2rem;
	border-bottom: solid 3px #ccc;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.5em;
}
.txt_lv03 span.ja{
}
.txt_lv03 span.en{
	font-family: 'Noto Serif JP', serif;
	display: block;
	font-size: 80%;
	line-height: 100%;
}
.txt_lv03::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -3px;
	width: 100px;
	height: 3px;
	background-color: #1a1a1a;
}

.txt_lv04{
	
}
.txt_lv05{
	background: rgba(0,0,0,0.05);
	display: block;
	padding: 0.25em 0.5em;
	margin-bottom: 30px;
}
.txt_lv05 i{
	font-size: 60%;
	vertical-align: middle;
	color: #666;
}

.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #1a1a1a;
	position: relative;
    display: block;
	width: fit-content;
    padding: 0 1em;
	margin: 0 auto 30px;
}

.txt_copy01::before {
	position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #1a1a1a;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #1a1a1a;
    border-radius: 3px;
    transform: rotate(25deg);
}

.txt_copy02{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
}
.txt_copy03{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.2rem, 0.8747rem + 1.1566vw, 1.8rem);
	text-align: left;
	position: relative;
	padding-left: 55px;
	width: fit-conttent;
	margin-bottom: 1em;
}
.txt_copy03::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #1a1a1a;
}
.txt_copy03.bg_b::before{
	content: '';
	position: absolute;
	bottom: 50%;
	left: 0;
	width: 50px;
	height: 1px;
	background: #fff;
}

span.bold{
	font-size: 1.1em;
	font-weight: 600;
}

span.line{
	background:linear-gradient(transparent 60%, rgba(235,153,1,0.5) 60%);
	font-size: 1em;
	display: inline-block;
}
span.inb{
	display: inline-block;
}

/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.0));
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:flex-start;
    width: 100%;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	background-clip: padding-box;
	border-bottom: solid 1px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header.transform{
	/* -webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px); */
	background-color: #000;
	border-bottom: solid 1px #666;
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
}
.site-header h1 img{
	width: auto;
	padding: 15px;
	height: 100px;
	vertical-align: middle;
	filter: invert(100%);
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1{
	
}
.top_nav{
	filter: drop-shadow(2px 2px 10px rgba(0,0,0,1));
}

.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 10px;
	gap:15px;
	margin-right: 15px;
}
.site-header .h_phone a{
	font-size: 1.5rem;
	font-weight: 600;
	padding: 0.25rem;
	color: #fff;
	transition: .5s;
}
.h_phone a span.txt{
	font-size: 50%;
}
.site-header .h_phone a:hover{
	opacity: 0.6;
}
.sns_icon{
	display: block;
	width: 49px;
	text-align: center;
	vertical-align: middle;
	height: 49px;
	border-radius: 50%;
	background: #fff;
	color: #000;
	border: solid 1px #fff;
	transition:all .5s;
}
.sns_icon i{
	display: block;
	font-size: 1.2em;
	line-height: 47px;
}
.sns_icon:hover{
	background: #000;
	color: #fff;
}

.nav_wrap{
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding:0 30px;
}
.site-header nav ul li{
	margin: auto;
	margin-left: 30px;
	padding-bottom: 10px;
	font-size:1rem;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	transition: 0.5s;
	line-height: 1.1;
}
.site-header nav ul li a span{
	color:#eaeaea;
	font-size: 80%;
}
.site-header nav ul li::after{
	position: absolute;
	bottom: 3px;
	left: 0;
	width: 100%;
	height: 1px;
	background:rgba(255,255,255,0.0);
	content: '';
	transition: 0.35s;
	transform: translate3d(-100%,0,0);
}
.site-header nav ul li:hover::after{
	background:rgba(255,255,255,1.0);
	transform: translate3d(0,0,0);
}
@media (max-width: 1200px){
	.site-header{
		height: 80px;
		align-items: center;
	}
	.site-header h1 img{
		height: 80px;
	}
	.nav_wrap{
		display: none;
	}
	.top_nav{
		margin-right: 60px;
	}
}
@media (max-width: 960px){
	.top_nav{
		display: none;
	}
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	height: 100vh;
	max-height: 1080px;
	min-height: 700px;
	position: relative;
	overflow: hidden;
}
.slider{
	position: absolute;
	/* top: 120px; */
	/* left: 120px; */
	top: 0;
	left: 0;
	right: 0;
	/* height: calc(100vh - 120px); */
	/* width: calc(100% - 120px); */
	height: 100vh;
	width: 100%;
	max-height: 960px;
	min-height: 700px;
	z-index: 9;
}
.slider li{
	position: relative;
	/* width: calc(100% - 120px); */
	width: 100%;
	/* height: calc(100vh - 120px); */
	height: 100vh;
	overflow: hidden;
}
.slider li.top01{
	background:url("../img/img02.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top02{
	background:url("../img/img04.webp") no-repeat;
	background-size: cover;
	background-position: left;
}

@keyframes fadezoom{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}
.add-animation{
	animation: fadezoom 10s 0s forwards;
}
.slide_wrap .copy{
	position: absolute;
	bottom: 30px;
	left: 30px;
	width: calc(100% - 60px);
	max-width: 1450px;
	z-index: 11;
}

.slide_wrap .copy h2{
	margin: auto;
	text-align: center;
	color: #fff;
	
}
.slide_wrap .copy h2 img{
	width: 100%;
	vertical-align: middle;
	filter: grayscale(100%) invert(100%);
}
@media (max-width: 1200px){
	.slider{
		/* top: 80px;
		left: 80px;
		height: calc(100vh - 80px);
		width: calc(100% - 80px); */
	}
	.slider li{
		/* width: calc(100% - 80px);
		height: calc(100vh - 80px); */
	}
}

@media (max-width: 768px){
	.slide_wrap{
		height: 90vh;
		min-height: 600px;
		max-height: 900px;
	}
	.slider{
		/* height: calc(90vh - 80px); */
		height: 90vh;
	}
	.slider li{
		/* height: calc(90vh - 80px); */
		height: 90vh;
	}
}
/* コンテンツ
   ========================================================================== */

.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	gap:30px;
}
.card001 .inner{
	width: 100%;
	padding: 30px;
	position: relative;
	z-index: 2;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
}

@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
		max-width: 500px;
	}
	
}

.card002{
	display: flex;
	justify-content: center;
	align-items: center;
}
.card002 .img {
	width: 100%;
	padding: 10px;
}
.card002 .img img{
	width: 100%;
}
.card002 .txt{
	width: 100%;
	padding: 15px;
	align-self: center;
}
.card002 .txt p{
	margin-bottom: 1em;
}
.card002 .rec p{
	text-indent: 1em;
}
.card002 .video{
	width: 100%;
}
.card002 .video video{
	width: 100%;
	aspect-ratio: 16 / 9;
}
.card002 .video iframe{
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 15px;
}
.card002 .img_f{
	display: flex;
	justify-content: space-between;
}
.img_f_in{
	width: 50%;
	padding: 15px;
}
.img_f_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}

.card003{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0;
}
.card003 .img{
	width: 300px;
	padding: 15px;
	align-self: center;
}
.card003 .img img{
	width: 100%;
}
.card003 .txt{
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
@media (max-width: 960px){
	.card002,
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-bottom: 30px;
	}
	.card002 .img{
		text-align: center;
	}
	.card002 .img img{
		max-width: 600px;
	}
	.card002 .txt{
		padding: 15px;
	}
	.reverse{
		flex-direction: column-reverse;
	}
}


@media (max-width: 450px){
	.card003 .txt{
		padding: 10px;
	}
}
/* 写真横並び基本　*/
.photo_flex{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	gap:15px;
}
.photo_flex .img{
	width: calc(50% - 8px);
	padding: 0;
}
.photo_flex img{
	width: 100%;
}

/* コンタクト　================================================== */
.bg_contact{
	background: linear-gradient(rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%),
		url("../img/img03.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	color: #fff
}

/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_contact{
	background-attachment: scroll;
}

.footer_contact{
	display: flex;
	justify-content: center;
	text-align: center;
	max-width: 960px;
	margin: auto;
	flex-wrap: wrap;
}
.footer_contact .phone{
	color: #fff;
	font-weight: 400;
	display: block;
	width: calc(100% / 2 - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #fff;
	border-radius: 100px;
	line-height: 100%;
	background: rgba(0,0,0,0.0);
	transition: .5s;
}
.footer_contact .phone .txt{
	font-size: 1rem;
	text-align: center;
	display: block;
	line-height: 120%;
}
.footer_contact .phone .nb{
	font-size: 1.6rem;
	line-height: 120%;
	font-weight: 600;
}
.footer_contact .phone:hover{
	background: rgba(0,0,0,0.3);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
@media (max-width: 960px){
	.footer_contact{
		flex-direction: column;
		max-width: 550px;
	}
	.footer_contact .phone{
		width: calc(100% - 30px);
	}
}

/* フッター部分　================================================== */
footer{
	position: relative;
	margin-bottom: 0;
	padding: 70px 10px 0;
	background-image: url("../img/bg_stroke03.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top 15px center;
	background-color: #0d0d0d;
}
footer h2 img{
	width: 450px;
	filter: grayscale(100%) invert(100%);
	margin-bottom: 30px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	width: 100%;
	max-width: 960px;
	padding: 0 10px;
	margin:auto;
}
.footer_in{
	width: 100%;
	max-width: 960px;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content:center;
	align-items: center;
}
footer h3{
	font-size: 1rem;
	font-weight: 600;
	margin-top: 1rem;
}
footer p{
	font-size: 1rem;
}

footer p.copyright{
	font-size: 0.9rem;
	text-align: center;
	border-top: solid 1px #666;
	padding: 15px;
}
@media (max-width: 960px){
	.footer_wrap{
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
		width: 100%;
	}
	footer h2 img{
		width: calc(100% - 60px);
	}
}
@media (max-width: 450px){
	footer h2 img{
		width: 100%;
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 450px;
	background-size: cover;
	position: relative;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 50px;
	left: 50px;
	font-size:1.2em;
	text-transform: capitalize;
	padding-bottom: 5px;
}
.subtitle h2 span.en{
	font-size: clamp(4rem, 2.3486rem + 7.3394vw, 9rem);
	vertical-align: top;
	font-family: "MonteCarlo", cursive;
	font-optical-sizing: auto;
	white-space: nowrap;
	font-weight: 400;
	line-height: 1;
}
.subtitle h2 span.ja{
	font-size: 1.2rem;
	z-index: 1;
}

.sub_bg{
	background:  url("../img/bg_stroke02.svg") ,linear-gradient( rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url("../img/img02.webp");
	background-repeat: no-repeat;
	background-position: bottom 10% left -10%,center,center;
	background-size: 65%, cover ,cover;
}
@media (max-width: 960px){
	.subtitle{
		height: 400px;
	}
	.subtitle h2{
		left: 30px;
		bottom: 70px;
	}
}
@media (max-width: 450px){
	.subtitle h2{
		left: 16px;
	}
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	right: 1em;
	padding: 3px 5px;
	font-size: 0.9em;
}

.breadcrumb li {
	display: inline;
	list-style: none;
	line-height: 100%;
	color: #fff;
}

.breadcrumb li:after {
	content: '|';
	padding-left: 0.5rem;
	color: #fff;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	text-decoration: none;
	color: #fff;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}
/* TOPへ戻るボタン ================================================== */
#page_top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	background:#000;
	background-size: 150%;
	border-radius: 50%;
	z-index: 999;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
	opacity: 0.9;
}
#page_top a{
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page_top a::before{
	display: block;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f062';
	font-size: 1.2rem;
	color:#fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	margin: auto;
	text-align: center;
}
@media (max-width: 750px){
	#page_top{
		width: 50px;
		height: 50px;
	}
	#page_top a{
		width: 50px;
		height: 50px;
	}
	#page_top a::before{
		font-size: 1rem;
	}
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	filter: blur(2px);
	transform : translate(0, 80px);
	transition : all 1s;
	}

.fadein.scrollin {
	opacity : 1;
	filter: none;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.imgup{
	position: relative;
	overflow: hidden;
	height: fit-content !important;
}
.imgup img{
	transition: 1.8s cubic-bezier(0.6, 0, 0.07, 1);
	transform: translateX(-10%) scale(1.4);
}
.imgup{
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	transition: 1.4s;
	transition-delay: 0.3s;
}
.imgup.inview img{
	transform: translateX(0) scale(1);
}
.imgup.inview {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.swipe{
   position: relative;
   overflow: hidden;
}
.swipe::after{
   content: '';
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   background: #fff;
   pointer-events: none;
   z-index: 1;
   transform: translateX(-100%);
   transition: 1.2s ease-in-out;
}
.swipe .swipe_in{
   opacity: 0;
   transition: 0.2s ease-in;
   transition-delay: 0.6s;
}
.swipe.inview .swipe_in{
   opacity: 1;
}
.swipe.inview::after{
   transform: translateX(100%);
}
/* テキストアニメ　==================== */
.eachTextAnime span{
	opacity: 0;
}
.eachTextAnime.appeartext span{ 
	animation:text_anime_on 1.5s ease-out forwards; 
	display: inline-block;
}
@keyframes text_anime_on {
	0% {
		opacity:0;
		
	}
	100% {
		opacity:1;
		transform : translate(0, 0);
	}
}

/* 余白調整　*/
.h30{
	height: 30px;
}
.h50{
	height: 50px;
}
.h70{
	height: 70px;
}
.h100{
	height: 100px;
}
.mt15{
	margin-top: 15px;
}
.mt30{
	margin-top: 30px;
}
.mt50{
	margin-top: 50px;
}
.mt70{
	margin-top: 70px;
}
.mt100{
	margin-top: 100px;
}
.mb70{
	margin-bottom: 70px;
}
.mb30{
	margin-bottom: 30px;
}
.pt0{
	padding-top: 0;
}
.pb0{
	padding-bottom: 0;
}
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}
/* 以下非表示 ------------------------------ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
	
}
@media (max-width: 750px){
	.pctb{
		display: none !important;
	}
	
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}

