@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: #000;
	font-family: 'Noto Sans JP', sans-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,ol 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;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin-inline: 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_dark{
	background: #333;
}

.bg_inner{
	padding: 70px 10px;
}
.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/img03.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
.bg_img02{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.6) ,rgba(0,0,0,0.6)) , url("../img/img09.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	color: #fff;
}
/*Safariのみ*/
::-webkit-full-page-media, :future, :root .bg_img01,
::-webkit-full-page-media, :future, :root .bg_img02{
	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: #333;
    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: #333;
    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_1-1round{
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 50%;
}
.img_center{
	text-align: center;
}
.img_center img{
	width: calc(100% - 15px);
	max-width: 500px;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	box-shadow: 15px 15px #e1f2fa;
}
.img_center02{
	text-align: center;
}
.img_center02 img{
	width: auto;
	max-width: 250px;
}

.txt_lv02{
	font-size: 1rem;
	font-weight: 400;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.txt_lv02 .ja{
	font-size: clamp(1rem, 0.91rem + 0.32vw, 1.2rem);
	font-family: 'Noto Sans JP', sans-serif;
	display: block;
	position: relative;
}

.txt_lv02 .en{
	font-family: "Cinzel", serif;
	font-weight: 500;
	font-size: clamp(2rem, 1.1rem + 3.2vw, 4rem);
}
.txt_lv02 .eachTextAnime span{
	padding-top: 5px;
	background:linear-gradient( to bottom,#99FF94, #5cb758, #438540);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.txt_lv03{
	font-size: 1.2rem;
	position: relative;
	margin-bottom: 30px;
	line-height: 1.2;
	padding-bottom: 0.25em;
}
.txt_lv03::after{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 5px;
	background: linear-gradient(to right, #665a02,#b19c03,#e5dead);
}
.txt_lv03 span.ja{
	font-size: 1.2rem;
	
}
.txt_lv03 span.en{
	color: #5cb758;
	font-family: 'Noto Serif JP', serif;
	font-size:1rem;
	line-height: 1;
}
.txt_lv03 span.nb{
	font-family: "Cinzel", serif;
	font-weight: 500;
	font-size: 130%;
	line-height: 100%;
	background:linear-gradient( to bottom,#99FF94, #5cb758, #438540);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
@media (max-width: 750px){
	.txt_lv03 span.nb{
		display: block;
	}
}
.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: #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-family: 'Noto Serif JP', serif;
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 1em;
	font-weight: 500;
}
.txt_copy03{
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(1.3rem, 1.075rem + 0.8vw, 1.8rem);
	font-weight: 500;
	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;
}

span.bold{
	font-weight: 600;
}

span.line{
	background:linear-gradient(transparent 60%, rgba(235,153,1,0.5) 60%);
}
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:center;
    width: 100%;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.0);
	transition: .5s;
}
.site-header.transform{
	background:rgba(0,0,0,0.7);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.site-header h1{
	vertical-align: middle;
	position: relative;
	transition: .5s;
}
.site-header h1 img{
	width: auto;
	height: 90px;
	vertical-align: middle;
	filter: grayscale(100%) invert(100%) brightness(300%);
	transition: .5s;
	pointer-events: none;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.header_phone{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 15px;
}
.site-header .h_phone a{
	font-family: "Cinzel", serif;
	font-weight: 500;
	font-size: 1.8rem;
	padding: 0.25rem;
	color: #fff;
	transition: .5s;
}
.site-header .h_phone a:hover{
	opacity: 0.6;
}
.site-header .h_mail a{
	display: block;
	width: 200px;
	font-size: 1rem;
	padding: 0.5rem;
	text-align: center;
	background: linear-gradient(to right, #665a02,#b19c03,#e5dead);
	background-size: 200%;
	background-position: left;
	color: #fff;
	text-shadow: 2px 2px 5px rgba(0,0,0,0.1);
	margin: 0 10px;
	transition: .5s;
}
.site-header .h_mail a:hover{
	background-position: right;
}
.site-header .h_mail a i{
	line-height: 38px;
	vertical-align: middle;
}
.site-header .h_insta a{
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background:rgba(255,255,255,0);
	border:solid 1px #fff;
	border-radius: 50%;
	margin-right: 15px;
	transition: .5s;
}
.site-header .h_insta a i{
	line-height: 38px;
	position: relative;
	left: 1px;
}
.site-header .h_insta a:hover{
	background:rgba(255,255,255,0.2);
}
.nav_wrap{
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: space-between;
	padding:0 15px;
	margin: 10px 0;
}
.site-header nav ul li{
	margin: auto;
	padding: 0 15px;
	font-size:1rem;
	text-align: center;
	position: relative;
	border-right: dashed 1px #fff;
}
.site-header nav ul li:first-child{
	border-left: dashed 1px #fff;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	transition: .5s;
}

.site-header nav ul li a span{
	font-family: "Cinzel", serif;
	font-weight: 500;
	font-size: 80%;
	color: #fff;
	transition: .5s;
}
.site-header.transform nav ul li a span{
	color: #e5dead;
}
.site-header nav ul li a:hover{
	text-shadow: 2px 2px 15px rgba(255,255,255,1) ,-2px -2px 15px rgba(255,255,255,1);
}
@media (max-width: 1280px){
	.site-header h1 img{
		height: 80px;
	}
}

@media (max-width: 1200px){
	.site-header{
		height: 90px;
	}
	
	.top_nav{
		display: none;
	}
}
@media (max-width: 960px){
	.site-header h1{
		margin-left: 10px;
	}
}
@media (max-width: 750px){
	.site-header h1 img{
		height: 70px;
	}
}
@media (max-width: 750px){
	.site-header h1 img{
		height: 60px;
	}
}
/* スライダー　==================== */
.slide_wrap{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slider{
	overflow: hidden;
}
.slider::after{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	background: linear-gradient(rgba(0,0,0,0.05) 10%,rgba(0,0,0,0.05)) ;
}
.slider li{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	min-height: 650px;
	max-height: 1080px;
	z-index: 9;
	overflow: hidden;
}
.slider li.top01{
	background:url("../img/img02.webp") no-repeat;
	background-size: cover;
	background-position: bottom center;
	transform-origin: bottom center;
}
.slider li.top02{
	background:url("../img/img01.webp") no-repeat;
	background-size: cover;
	transform-origin: bottom center;
}
.slider li.top03{
	background:url("../img/image17.webp") no-repeat;
	background-size: cover;
	transform-origin: center;
}
.slider li.top04{
	background:url("../img/image08.webp") no-repeat;
	background-size: cover;
	transform-origin: center;
}

@keyframes fadezoom{
	0%{
		transform: scale(1);
	}
	100%{
		transform: scale(1.1);
	}
}
.add-animation{
	animation: fadezoom 10s 0s forwards;
}
.slide_wrap .copy{
	position: absolute;
	bottom: 20%;
	left: 8%;
	z-index: 11;
}

.slide_wrap .copy h2{
	font-size: clamp(1.8rem, 1.0734rem + 3.2294vw, 4rem);
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	margin: auto;
	color: #fff;
	text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	
}
.slide_wrap .copy h2 img{
	width: 100%;
	padding: 15px;
	vertical-align: middle;
}
.scroll{
	position: absolute;
	right: 50px;
	bottom: 130px;
	writing-mode: vertical-rl;
	font-size: 0.8rem;
	font-family: "Cinzel", serif;
	font-weight: 500;
	color: #fff;
}
.scroll::before {
	  animation: scroll 2.5s infinite;
	  background-color: #fff;
	  bottom: -115px;
	  content: "";
	  height: 100px;
	  left: 0;
	  margin: auto;
	  position: absolute;
	  right: 0;
	  width: 1px;
	}
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
  }
	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
@media (max-width: 768px){
	.slider{
		height: 90vh;
		min-height: 600px;
		max-height: 900px;
	}
	.slide_wrap .copy{
		left: 40px;
		bottom: 30%;
		width: calc(100% - 80px);
		min-width: 300px;
	}
	.scroll{
		right: 30px;
	}
}
@media (max-width: 450px){
	.slide_wrap .copy{
		left: 15px;
		width: calc(100% - 30px);
	}
	.scroll{
		right: 15px;
	}
}
/* コンテンツ
   ========================================================================== */

.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	gap:15px;
}
.card001 .inner{
	width: 100%;
	padding: 30px;
	position: relative;
	z-index: 2;
}
@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 auto 30px;
		max-width: 450px;
	}
	.card001 figure{
		width: calc(100% - 30px);
	}
	
}

.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{
	width: 100%;
	flex: 1;
	padding: 10px 5%;
	align-self: center;
}
.card003 .space{
	width: 400px;
	padding: 15px;
	align-self: center;
}
.card003 .c_wrap{
	width: 100%;
	flex: 1;
	padding: 15px;
}
@media (max-width: 1200px){
	.card003{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.card003 .space{
		width: 100%;
		min-width: 0;
	}
	.card003.reverse{
		flex-direction: column-reverse;
	}
	.card003 .txt{
		padding: 30px 30px 10px;
	}
	
}
@media (max-width: 960px){
	.card002{
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.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: 30px 10px 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%;
}


/* カルーセル============================================================ */
.carousel_wrap{
	width: 100%;
	margin: auto;
}
.carousel {
	width:calc(100% - 40px);
	padding: 0;
	margin: auto;
}
.carousel .inner {
	overflow: hidden;
	margin: 20px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.carousel .inner img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}
.carousel .slick-next {
	right: -20px;
	z-index: 50;
}
.carousel .slick-prev {
	left: -20px;
	z-index: 50;
}

/* コンタクト　================================================== */
.bg_contact{
	background: linear-gradient(rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.5) 100%),
		url("../img/img04.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	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.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;
	font-family: "Cinzel", serif;
	font-weight: 500;
	line-height: 1;
}
.footer_contact .phone:hover{
	background: rgba(0,0,0,0.5);
}
@media (max-width: 960px){
	.footer_contact{
		flex-direction: column;
		max-width: 500px;
	}
}

/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 0 0;
	background: #000;
}


footer h2 img{
	filter: grayscale(100%) invert(100%) brightness(300%);
	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;
}

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



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 400px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	color:#fff;
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
	font-size:1.2em;
	text-transform: uppercase;
	padding-bottom: 5px;
	text-align: center;
}
.subtitle h2 span.ja{
	font-size: 1rem;
}
.subtitle h2 span.en{
	font-family: "Cinzel", serif;
	font-weight: 500;
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	text-transform: capitalize;
	line-height: 1;
}

.sub_bg{
	background: linear-gradient( rgba(0,0,0,0.3), rgba(0,0,0,0.3)),url("../img/img03.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}
@media (max-width: 960px){
	.subtitle{
		height: 350px;
	}
	.subtitle h2{
		width: 100%;
	}
}

/*パンくずリスト ================================================== */
.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: 0 0.2em;
	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:linear-gradient(to right, #665a02,#b19c03,#e5dead);
	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);
	}
/* スクロールエフェクト ================================================== */
.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;
}
.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);
	}
}

/* 余白調整　*/
.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;
}
.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;
	}
}

