@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: #1a1a1a;
	background: #fff;
	font-family: "Shippori Mincho", 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;
}
::-webkit-scrollbar{
	width: 8px;
	height: 8px;
}
::-webkit-scrollbar-track{
	background-color: #e3e3e3;
}
::-webkit-scrollbar-thumb{
	background-color: #666;
}
/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin: 0 auto;
	overflow: clip;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin: auto;
	position: relative;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

.contents{
	padding: 70px 0;
	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_light{
	background: #f5f5f5;
}

.bg_inner{
	background-color: rgba(255,255,255,1);
	padding: 50px 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;
}

.box_wrap_rt{
	position: relative;
}
.box_wrap_rt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: #f5f5f5;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 75%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #f5f5f5;
    z-index: -1;
}
/* 画像調整　*/
.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_gray{
	filter: grayscale(100%) brightness(110%);
}

.txt_lv02{
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.txt_lv02 .ja{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	display: block;
	font-weight: 500;
	position: relative;
	margin-top: 0.5rem;
}
.txt_lv02 .en{
	font-weight: 400;
	font-size: clamp(2rem, 1.1rem + 3.2vw, 4rem);
	letter-spacing: 0.1em;
}

.bg_img01 .txt_lv02 .ja::before,
.bg_contact .txt_lv02 .ja::before{
	background: #fff;
}

.txt_lv03{
	font-size: 1.2rem;
	border-bottom: solid 1px #ccc;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.5em;
	font-weight: 600;
}
.txt_lv03 span.ja{
	font-size: 1.5rem;
}
.txt_lv03 span.en{
	display: block;
	font-size: 80%;
	line-height: 100%;
}
.txt_lv03::after{
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: -1px;
	width: 100px;
	height: 1px;
	background-color: #1a1a1a;
}
.bg_w_inner .txt_lv03{
	border-bottom: solid 3px #eaeaea;
}
.txt_lv04{
	
}
.txt_lv05{
	background: rgba(0,0,0,0.1);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	display: block;
	padding: 0.25em 0.5em;
	margin-bottom: 30px;
}
.txt_lv05 i{
	font-size: 60%;
	vertical-align: middle;
}

.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	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-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
}
.txt_copy03{
	font-size: clamp(1.1rem, 1.055rem + 0.16vw, 1.2rem);
	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_copy04{
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.2;
}
.txt_copy04 .en{
	display: block;
	font-size: clamp(2.6rem, 1.16rem + 5.12vw, 5.8rem);
	color: rgba(0,0,0,0.4);
	line-height: 1;
	mix-blend-mode: overlay;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}
.txt_copy04 .ja{
	display: block;
	margin-top: 10px;
}


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

span.line{
	background:linear-gradient(transparent 60%, #b3e2ff 60%);
	font-size: 1em;
	display: inline-block;
}

/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:rgba(255,255,255,0.0);
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:center;
    width: 100%;
	height: 100px;
	transition: .5s;
}
.site-header.transform{
    background:rgba(255,255,255,1.0);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
	margin-left: 30px;
}
.site-header h1 img{
	width: auto;
	height: 80px;
	vertical-align: middle;
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #1a1a1a;
	transition: .5s;
}
.site-header.transform h1 img{
	filter: none;
}

.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	margin-right: 20px;
	gap:10px;
}
.site-header .h_phone a{
	font-size: 1.5rem;
	padding: 0.25rem;
	color: #1a1a1a;
}
.site-header.transform .h_phone a{
	color: #1a1a1a;
	transition: .5s;
}
.site-header .h_phone:hover{
	opacity: 0.6;
}

.site-header .sns_icon{
	display: block;
	width: 49px;
	text-align: center;
	vertical-align: middle;
	height: 49px;
	border-radius: 50%;
	background: #1a1a1a;
	color: #fff;
	border: solid 1px #1a1a1a;
	transition:all .5s;
}
.site-header .sns_icon i{
	display: block;
	font-size: 1.2em;
	line-height: 47px;
}
.site-header .sns_icon:hover{
	background: #fff;
	color: #1a1a1a;
}

/*global_nav ==================*/
.site-header .global_nav{
	padding: 0 10px;
	margin-right: 20px;
}
.site-header .global_nav ul#main{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.site-header .global_nav #main > li{
	position: relative;
	font-weight: 500;
	line-height: 150%;
	z-index: 5;
	margin-top: 10px;
	text-align: center;
	margin-right: 0.5em;
}
.site-header .global_nav #main > li > a::before{
	position: absolute;
	content: "/";
	top: 0 ;
	left: -0.5em;
}
.site-header .global_nav #main > li:last-child::after{
	position: absolute;
	content: "/";
	top: 0 ;
	right: -0.5em;
}

.site-header .global_nav #main > li > a{
	display: block;
	color: #1a1a1a;
	font-weight: 500;
	white-space: normal;
	width: 9em;
	height: 2.5em;
	transition: .3s;
}
.site-header .global_nav #main > li > a .ja{
	display: block;
	position: absolute;
	text-align: center;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	opacity: 0;
	transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.site-header .global_nav #main > li > a .en{
	text-transform: uppercase;
	display: block;
	position: absolute;
	width: 100%;
	text-align: center;
	top: 0;
	right: 0;
	opacity: 1;
	transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.site-header .global_nav #main > li > a:hover .ja{
	top: 0;
	opacity: 1;
}
.site-header .global_nav #main > li > a:hover .en{
	top: 20px;
	opacity: 0;
}
.site-header .global_nav .down{
	position: relative;
}
.site-header .global_nav .down::after{
	position: absolute;
	bottom: -5px;
	left: calc(50% - 0.5rem);
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 0.7rem;
	content: '\f107';
	color: #1a1a1a;
}

.site-header .drop {
  overflow: hidden;
	list-style: none;
	position: absolute;
	visibility:hidden;
	transform-origin: top;
	transform: scaleY(0);
	padding: 0;
	width: 200px;
	left: -2em;
	top: 42px;
	transition: .5s;
}

.site-header .drop li {
	display: block;
	background:#1a1a1a;
	width: 100%;
	text-align: center;
	line-height: 150%;
	font-weight: 500;
	padding:0.6em 1em;
	margin-top: 0.5rem;
	transition: .5s;
}
.site-header .drop li:hover{
	background:#666;
}
.drop li a{
	color: #fff!important;
}

.site-header .global_nav ul#main li:hover ul.drop{
	transform: scaleY(1);
	visibility: visible;
	transform-origin: top left;
}
@media (max-width: 1280px){
	.site-header .global_nav #main > li > a{
		width: 8em;
	}
}
@media (max-width: 1200px){
	.site-header{
		height: 90px;
	}
	.site-header h1 img{
		height: 80px;
	}
	.global_nav,.header_phone{
		display: none;
	}
}
@media (max-width: 960px){
	.site-header h1{
		margin-left: 10px;
	}
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	max-width: 1980px;
	margin: auto;
	height: 100vh;
	min-height: 700px;
	position: relative;
	overflow: hidden;
	z-index: -1;
}
.slider{
	position: absolute;
	top: 120px;
	left: 50%;
	right: 50px;
	bottom: 50px;
	max-width: 50%;
	max-height: calc(100% - 200px);
	height: 100%;
	aspect-ratio: 3 / 4;
	z-index: 2;
	background: #fff;
}
@media (max-width: 960px){
	.slide_wrap{
		height: 90vh;
		width: 100%;
	}
	.slider{
		top: 110px;
		left: 50%;
		bottom: 50px;
		right: auto;
		transform: translateX(-50%);
		width: auto;
		aspect-ratio: 3 / 4;
		max-width: calc(100% - 100px);
		background: #fff;
	}
}

/* SVGアニメーション　======================================== */
.top_copy{
	position: absolute;
	top:50%;
	left:calc(25% - 150px);
	transform: translateY( -50% );
	z-index: 10;
	font-weight: 700;
	text-align: center;
}
.top_copy .svg_anime{
	width: 450px;
	
}


/*SVGの可変*/
.svg_wrap svg{
	width:100%;
	vertical-align: middle;
}

/*アニメーション前のパスの指定*/
.svg_wrap svg path {
		fill-opacity: 0;/*最初は透過0で見えない状態*/
		transition: fill-opacity .5s;/*カラーがつく際のアニメーション0.5秒で変化*/
		fill: none;/*塗りがない状態*/
		stroke: #1a1a1a;/*線の色*/
}

/*アニメーション後に.doneというクラス名が付与された時のパスの指定*/
.svg_wrap svg.done path{
	 fill-opacity: 1;/*透過1で見える状態*/
	 fill: #1a1a1a;/*塗りの色*/
	 stroke: rgba(0,0,0,0);/*線の色*/
}
@media (max-width: 960px){
	.top_copy{
		top: auto;
		bottom: 0;
		left:50%;
		transform: translateX(-50%);
		background: rgba(255,255,255,0.6);
		padding: 20px;
		width: 90%;
		max-width: 400px;
	}
	.top_copy .svg_anime{
		width: 100%;
		
	}
	.svg_anime svg .cls-1 path{
		fill:#fff;
	}
}
@media (max-width: 450px){
	.top_copy{
		bottom: 20px;
		width: calc(100% - 30px);
		max-width: 300px;
	}
}

/* コンタクト　================================================== */
.bg_contact{
	background: linear-gradient(rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.6) 100%),
		url("../img/bg_img01.webp");
	background-repeat: repeat;
	background-size: cover, contain;
	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;
}
.footer_contact .phone{
	color: #fff;
	font-weight: 400;
	display: block;
	width: calc(100% - 30px);
	margin: 15px;
	padding: 1.5rem;
	border: solid 1px #fff;
	line-height: 100%;
	background: rgba(0,0,0,0.2);
	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%;
}
.footer_contact .phone:hover{
	background: rgba(0,0,0,0.5);
	color: #fff;
}
@media (max-width: 960px){
	.footer_contact{
		flex-direction: column;
		max-width: 500px;
	}
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 10px 0;
	background: #fff;
	color: #1a1a1a;
}


footer h2 img{
	width: 350px;
}
.footer_wrap{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	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_in p{
	text-align: center;
}
.cut_footer{
	width: 150px;
	padding: 15px;
}

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



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 650px;
	background-size: cover;
	background-color: #fff;
	position: relative;
}
.subtitle h2{
	position: absolute;
	bottom: 390px;
	left: 50px;
	font-size:1.2em;
	vertical-align:bottom;
}
.subtitle h2 span.ja{
	vertical-align:text-bottom;
	font-weight: 500;
	padding-top: 0.25em;
}
.subtitle h2 span.en{
	padding-right: 30px;
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	line-height: 1;
}
.subtitle .photo{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 350px;
	width: 100%;
	overflow:clip;
}

.subtitle .photo .p01{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	filter: grayscale(100%);
}
.subtitle .photo .p02{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 18%;
	filter: grayscale(100%);
}
.subtitle .photo .p03{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 75%;
	filter: grayscale(90%);
}
.subtitle .photo .p04{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 75%;
	filter: brightness(125%) grayscale(90%);
}


@media (max-width: 1200px){
	.subtitle{
		height: 550px;
	}
	.subtitle h2{
		left: 30px;
	}
	.subtitle h2 span{
		display: inline-block;
	}
	.subtitle .photo{
		height: 300px;
	}
}

@media (max-width: 750px){
	.subtitle h2{
		left: 15px;
		bottom: 360px;
	}
	.subtitle h2 span.en{
		padding-left: 0;
	}
}

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

.breadcrumb li {
	display: inline-block;
	list-style: none;
	line-height: 100%;
	color: #000;
	max-width: 18em;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb li:after {
	content: '｜';
	padding: 0 0.2em;
	color: #000;
}

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

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

.breadcrumb li a:hover {
	text-decoration: underline;
}
@media (max-width: 750px){
	.breadcrumb{
		bottom: 300px;
		left: 10px;
		right: auto;
	}
}


/* TOPへ戻るボタン==================== */
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	z-index: 999;
}
#page_top a{
	display: block;
	border-top: solid 1px #1a1a1a;
	border-left: solid 1px #1a1a1a;
	width: 24px;
	height: 24px;
	transform: rotate(45deg);
}
/* スクロールフェードイン ================================================== */
.fadein {
	opacity : 0.2;
	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%);
}
/* テキストアニメ　==================== */
.eachTextAnime span{
	opacity: 0;
}
.eachTextAnime.appeartext span{ 
	display: inline-block;
	animation:text_anime_on 1.5s ease-out forwards; 
}
@keyframes text_anime_on {
	0% {
		opacity:0;
		
	}
	100% {
		opacity:1;
		transform : translate(0, 0);
	}
}
/* Loading背景画面設定　==================== */
#splash {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: #fff;
	text-align:center;
}

/* Loading画像中央配置　*/
#splash_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
	width: 90%;
	max-width:350px;
}
/* 余白調整　*/
.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;
}
.t_center{
	text-align: center;
}
.t_right{
	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;
	}
}

