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

:root {
  --header-h: 120px;
}

@media (max-width: 768px) {
  :root {
    --header-h: 80px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-h);
}
body{
	color: #fff;
	background:#131313;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	letter-spacing: 0.12em;
}
p{
	line-height: 200%;
	letter-spacing: 0.15em;
	font-size: 1rem;
}
a{
	text-decoration-line: none;
	color: #fff;
}
a:link{
	text-decoration: none;
}
ul li, ol li{
	list-style: none;
}
h2,h3,h4,h5,th{
	font-weight: 400;
}
/* 幅調整　*/
.w2560{
	width: 100%;
	max-width: 2560px;
	margin-inline: auto;
	overflow: clip
}
.w1920{
	width: 100%;
	max-width: 1920px;
	margin-inline: auto;
	overflow: clip
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin-inline: auto;
	position: relative;
	z-index: 6;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}
@media (max-width: 960px){
	.w1300.sp_l10{
		width: 90%;
		margin-left: auto;
		margin-right: 0;
	}
	.w1300.sp_r10{
		width: 90%;
		margin-right: auto;
		margin-left: 0;
	}
}
.w960{
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
}

.contents{
	padding: 70px 0;
	position: relative;
	z-index: 1;
}
.wrap80{
	padding: 10px 10%;
}
.wrap_center{
	width: fit-content;
	margin-inline: 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_light{
	background-color: #8d8a87;
}
.bg_dark{
	background-color: #2e2e2e;
}
.bg_black{
	background-color: #131313;
}
.bg_dark_gra{
	background: linear-gradient(to bottom,transparent , #131313 70% 100%);
}

.bg_inner{
	padding: 70px 0;
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.bg_img01{
	min-height: 90vh;
	background-color: #131313;
	background-image:
	linear-gradient(rgba(19,19,19,0.6) ,rgba(19,19,19,0.6)),
	url("../img/bg_img02.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 100% 50%;
}


.gap_img{
	position: relative;
	width: 100%;
	height: 90vh;
	min-height: 600px;

}
.mov_bg{
	position: relative;
	width: 100%;
}
.mov_wrap{
	position: sticky;
	width: 100%;
	top: -70px;
	left: 0;
}
.mov_wrap video{
	width: 100%;
	height: 90vh;
	position: absolute;
	right: 0;
	top: 0;
	object-fit: cover;
	z-index: -1;
}
.mov_wrap img{
	width: 100%;
	height: 100vh;
	position: absolute;
	right: 0;
	top: 0;
	object-fit: cover;
	object-position: 70% 50%;
	z-index: -1;
}
.gap_img.bottom{
	height: 80vh;
}
.gap_img.bottom .mov_wrap img{
	height: 80vh;
	object-position: center;
}

@media (max-width: 750px){
	.gap_img.bottom{
		height: 70vh;
		max-height: 100vw;
		min-height: 400px;
	}
	.gap_img.bottom .mov_wrap img{
		height: 70vh;
		max-height: 100vw;
		min-height: 400px;
	}
}
@media (max-width: 450px){
	.gap_img.bottom,
	.gap_img.bottom .mov_wrap img{
		min-height: 360px;
	}
}


.bg_gra_bottom{
	background: linear-gradient(to top, rgba(19,19,19,1) 10%, rgba(19,19,19,0) 25% 100%);
}

.box_v{
	padding: 50px 30px;
	max-height: 40em;
	writing-mode: vertical-rl;
	text-orientation: upright;
	width: fit-content;
	margin: 0 auto;
	filter: drop-shadow(2px 2px 5px rgba(0,0,0,0.5));
}

.box_v p{
	line-height: 2.2;
	margin-top: 45px;
	letter-spacing: 0.2em;
}
@media (max-width: 960px){
	.box_v{
		padding: 50px 15px 0;
		max-height:none;
		writing-mode:horizontal-tb;
	}
	.box_v p{
		line-height: 2;
		letter-spacing: 0.12em;
	}
}

.gap_bg{
	position: relative;
	width: 100%;
	height: 0;
	z-index: 2;
}
.gap_bg .in_left{
	position: absolute;
	left: 0;
	top: -50vh;
	width: 35%;
	height: 75vh;
	background: #1d0908;
}
.gap_bg .in_right{
	position: absolute;
	right:0;
	top: -50vh;
	width: 35%;
	height: 75vh;
	background: #1d0908;
}
.gap_bg .in_right.tx,
.gap_bg .in_left.tx{
	background-image: url(../img/bg_tx02.webp);
	background-size: 100%;
}
/* テクスチャ背景　================================================== */
.bg_tx{
	background-color: #131313;
	background-image: url(../img/bg_tx02.webp);
	background-size: 100%;
	background-repeat: repeat-y;
}
.bg_tx_tr{
	background-color: #131313;
	background-image: url(../img/bg_tx02.webp);
	background-position: top right;
	background-repeat: repeat-y;
	background-size: 30%;
}

/* 見出し　================================================== */
.txt_lv02{
	font-weight: 500;
	letter-spacing: 0.2em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.txt_lv02 .ja{
	font-size: clamp(1.4rem, 1.085rem + 1.12vw, 2.1rem);
	display: block;
	position: relative;
	margin-top: 0.5rem;
	color: #dfa76d;
}


.txt_lv03{
	color: #dfa76d;
	font-size: clamp(1.1rem, 0.965rem + 0.48vw, 1.4rem);
	border-bottom: solid 1px #ccad66;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.5em;
}

.txt_lv03 span.en{
	display: block;
	font-size: 80%;
	line-height: 100%;
}

.txt_lv04{
	display: flex;
	align-items: center;
	margin: 15px 0;
	font-size: clamp(1.1rem, 0.8rem + 1.0667vw, 1.6rem);
	text-align: center;
	line-height: 120%;
}
.txt_lv04::before,
.txt_lv04::after{
	content: '';
	height: 1px;
	flex-grow: 1;
	border-bottom: solid 2px #eaeaea;
}
.txt_lv04::before{
	margin-right: 1rem;
}
.txt_lv04::after{
	margin-left: 1rem;
}
.txt_lv04 span.en{
	font-size: 70%;
	text-transform: uppercase;
	color: #eaeaea;
	font-weight: 700;
	font-style: normal;
}

.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);
	text-align: center;
	color: #fff;
	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: #fff;
    border-radius: 3px;
    transform: rotate(-25deg);
}
.txt_copy01::after {
	position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(25deg);
}

.txt_copy02{
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
}
.txt_copy03{
	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: #fff;
}

/* ボタン ================================================== */
.button_wrap{
	width: fit-content;
	margin: auto;
}
.spiral {
	display:inline-block;
	width: 300px;
	height: 4rem;
	text-align: center;
	position: relative;
	cursor: pointer;
	margin: 15px auto;
	border:solid 1px #666;
	background: rgba(0,0,0,0.25);
	transition: .5s;
}
.spiral span {
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 4rem;
	margin: auto;
	font-size: 1rem;
	transition-duration: 0.5s;
}
.spiral span::before{
	display: inline-block;
    position: absolute;
    top: 50%;
    left: -1em;
    width: 2em;
    height: 1px;
	border-bottom: solid 1px #4d1b1c;
    content: "";
	transition-duration: 0.5s;
}

.spiral-top::before,
.spiral-top::after,
.spiral-bottom::before,
.spiral-bottom::after {
	content: " ";
	background: #ccad66;
	position: absolute;
	transition-duration: 0.5s;
}

.spiral-top::before {
	top: -1px;
	left: -1px;
	width: 1px;
	height: 0px;
}
.spiral-top::after {
	top: -1px;
	right: -1px;
	width: 0px;
	height: 1px;
}
.spiral-bottom::before {
	bottom: -1px;
	left: -1px;
	width: 0px;
	height: 1px;
}
.spiral-bottom::after {
	bottom: -1px;
	right: -1px;
	width: 1px;
	height: 0px;
}
.spiral:hover{
	border:solid 1px #666;
	filter: drop-shadow(1px 1px 10px rgba(204,173,102,0.5));
}
.spiral:hover span::before{
	left: -0.25em;
}
.spiral:hover
.spiral-top::before {
	height:calc(100% + 2px);
}
.spiral:hover
.spiral-top::after {
	width:calc(100% + 2px);
}
.spiral:hover
.spiral-bottom::before {
	width:calc(100% + 2px);
}
.spiral:hover
.spiral-bottom::after {
	height:calc(100% + 2px);
}
@media (max-width: 450px){
	.spiral{
		width: calc(100% - 1rem);
		max-width: 300px;
		min-width: 260px;
	}
}
/* table ============================================================ */
.line02 table {
    border-spacing:0;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.line02 table th{
	border-bottom: solid 1px #666;
	padding: 1em;
	width: 25%;
	min-width: 9em;
}
.line02 table td{
	border-bottom: solid 1px #ccc;
	padding: 1em;
}
.line02 table td i{
	color: #666;
	padding-left: 1em;
}
.line02 dl{
	margin-bottom: 0.5em;
	font-size: 0.9rem;
	display: flex;
}
.line02 dl dt{
	width: 11em;
}
.line02 ul li{
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
}
@media (max-width: 768px){
	.line02 table th{
		display: block;
		width: 100%;
		border-bottom: none;
		text-align: left;
		padding-bottom: 0;
	}
	.line02 table td{
		display: block;
		width: 100%;
		border-bottom: solid 1px #fff;
	}
	.line02 dl{
		flex-direction: column;
		align-self: flex-start;
		justify-content: flex-start;
	}
}
/* simple ============================== */
.simple01 table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
	line-height: 1.8;
	
}
.simple01 table tr{
	border-bottom: dashed 1px #8d8a87;
}
.simple01 table th,.simple01 table td{
	padding: 1.5em 1em;
	text-align: left;
	vertical-align: top;
}
.simple01 table th{
	font-weight: 500;
	width: 20%;
	min-width: 6em;
}
.simple01 table td i{
	color: #8a9898;
}
@media (max-width: 960px){
	.simple01 table th,.simple01 table td{
		display: block;
		width: 100%;
	}
	.simple01 table th{
		padding-bottom: 0;
	}
}

/* stripes ============================== */

.stripes table {
	border-collapse: collapse;
    border-spacing: 5px;
    margin: 0 auto;
    padding: 0;
    width:100%;
}
.stripes table tr:nth-child(odd){
	background:#eee;
}
.stripes table th,.stripes table td{
	padding: 0.5em;
}


/* リスト ============================== */
ul.border01{
	padding-left: 1em;
	font-size: 1em;
}
ul.border01 li{
	border-bottom: dotted 1px #8a9898;
	margin-bottom: 1rem;
}
ul.border01 li i{
	color: #8a9898;
}
.dl_border01{
	padding: 1rem;
}
.dl_border01 dl{
	display: flex;
	align-items: flex-start;
	border-bottom: solid 1px #8a9898;
}
.dl_border01 dl dt{
	width: 20%;
	padding: 1em 0 1em 1em;
	font-weight: 700;
}
.dl_border01 dl dt i{
	color: #8a9898;
}
.dl_border01 dl dd{
	padding: 1em;
}
@media (max-width: 960px){
	.dl_border01 dl{
		display: block;
		width: 100%;
	}
	.dl_border01 dl dt{
		width: 100%;
		padding: 1em 1em 0.5em;
	}
	.dl_border01 dl dd{
		width: 100%;
		padding:0.5em 1em 1em;
	}
}

.nb_list{
	width: 100%;
}
.nb_list li{
	width: calc(100% - 200px);
	margin-bottom: 30px;
}
.nb_list li:nth-child(2){
	margin-left: 100px;
}
.nb_list li:nth-child(3){
	margin-left: 200px;
}
.nb_list li h3{
	font-size: clamp(1.1rem, 0.965rem + 0.48vw, 1.4rem);
	color: #dfa76d;
	border-bottom: solid 1px #ccad66;
	margin-bottom: 15px;
}
.nb_list li h3 .nb{
	font-size: 150%;
	padding-right: 0.3rem;
}

@media (max-width: 1280px){
	.nb_list li{
		width: calc(100% - 160px);
	}
	.nb_list li:nth-child(2){
		margin-left: 80px;
	}
	.nb_list li:nth-child(3){
		margin-left: 160px;
	}
}

@media (max-width: 960px){
	.nb_list li{
		width: calc(100% - 120px);
	}
	.nb_list li:nth-child(2){
		margin-left: 60px;
	}
	.nb_list li:nth-child(3){
		margin-left: 120px;
	}
}
@media (max-width: 750px){
	.nb_list li{
		width: 100%;
	}
	.nb_list li:nth-child(2){
		margin-left: 0;
	}
	.nb_list li:nth-child(3){
		margin-left: 0;
	}
}


/* 画像調整============================================================ */
.img_3-2{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}
.img_4-3{
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.img_16-9{
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.img_1-1{
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
}
.obf_contain{
	object-fit: contain;
}

/* 角丸============================================================ */
.bdr15{
	border-radius: 15px;
}
.bdr30{
	border-radius: 30px;
}
.bdr50{
	border-radius: 30px;
}
/* 余白調整============================================================ */
.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;
}
@media (max-width: 960px){
	.pt0_mb{
		padding-top: 0!important;
	}
}

.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}

span.bold{
	font-weight: 500;
}

span.line{
	background:linear-gradient(transparent 60%, rgba(204,173,102,0.4) 60%);
	font-size: 1em;
}
span.inb{
	display: inline-block;
}
span.size70{
	font-size: 70%;
}
span.size80{
	font-size: 80%;
}
span.size90{
	font-size: 90%;
}
span.size120{
	font-size: 120%;
}

/* TOPへ戻るボタン==================== */
#page_top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 46px;
	height: 46px;
	aspect-ratio: 1 / 1;
	border: none;
	border-radius: 50%;
	background: #ccad66;
	cursor: pointer;
	opacity: 0;
	pointer-events: none; /* 非表示中はクリックできない */
	transition: opacity 0.5s ease;
	z-index: 999;
}
#page_top::after{
	position: absolute;
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	content: '\f062';
	bottom: 50%;
	right: 50%;
	transform: translate(50% , 50%);
	color: #fff;
	font-size: 18px;
}
#page_top.show {
	opacity: 1;
	pointer-events: auto; /* 表示中はクリック可能 */
}


/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0;
	filter: blur(2px);
	transform : translate(0, 80px);
	transition : all 1s;
	}

.fadein.scrollin {
	opacity : 1;
	filter: none;
	transform : translate(0, 0);
	}
/* スクロールエフェクト ================================================== */
.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%);
}

.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%);
}
/* テキストアニメ　==================== */
.eachTextAnime span{
	opacity: 0;
	display: inline-block;
}
.eachTextAnime.appeartext span{ 
	animation:text_anime_on 2s ease-out forwards; 
}
@keyframes text_anime_on {
	0% {
		opacity:0;
		
	}
	100% {
		opacity:1;
		transform : translate(0, 0);
	}
}

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