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

/* 以下非表示*/
@media (min-width: 1200px){

}
@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: '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{
	list-style: none;
}
h2,h3,h4{
	font-weight: 400;
}

/* 幅調整　*/
.w1980{
	width: 100%;
	max-width: 1980px;
	margin-inline: auto;
}
.w1600{
	width: calc(100% - 60px);
	max-width: 1600px;
	margin-inline: auto;
}
.w1300{
	width: 100%;
	max-width: 1300px;
	margin-inline: auto;
}
.w960{
	width: 100%;
	max-width: 960px;
	margin-inline: auto;
}

.contents{
	padding: 70px 0;
}
.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,0.6);
}

.bg_light{
	background: #dfe2cf;
}

.bg_inner{
	background-color: rgba(255,255,255,1);
	padding: 50px 0;
}
.bg_blur{
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}
.bg_cut01{
	background: url("../img/cut_leaf02.png"),url("../img/cut_leaf01.png");
	background-repeat: no-repeat;
	background-position: top right, bottom left;
	background-size: 250px, 350px;
}
.bg_cut01_p{
	background: url("../img/cut_leaf02_pale.png"),url("../img/cut_leaf01_pale.png");
	background-repeat: no-repeat;
	background-position: top right, bottom left;
	background-size: 250px, 350px;
}
.bg_cut_br_p{
	background: url("../img/cut_leaf01_pale_r.png") no-repeat;
	background-position: bottom right;
	background-size: 350px;
}
.bg_img01{
	background:linear-gradient( to bottom ,rgba(0,0,0,0.4) ,rgba(0,0,0,0.4)) , url("../img/bg_img01.webp");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	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: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #dfe2cf;
    z-index: -1;
}
.box_wrap_rt_s{
	position: relative;
}
.box_wrap_rt_s::before{
	display: block;
    content: '';
    width: 80%;
     height: calc(100% - 200px);
    position: absolute;
    top: 0;
    right: 0;
    background: #dfe2cf;
    z-index: -1;
}
.box_wrap_lt{
	position: relative;
}
.box_wrap_lt::before{
	display: block;
    content: '';
    width: 80%;
    height: calc(100% - 200px);
    position: absolute;
    top: 0;
	left: 0;
    background: #dfe2cf;
    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-family: "Shippori Mincho B1", serif;	
	font-weight: 600;
	letter-spacing: 0.12em;
	margin-bottom: 30px;
	display: block;
	width: 100%;
}
.txt_lv02 .ja{
	font-size: clamp(1.5rem, 0.915rem + 2.08vw, 2.8rem);
	display: block;
	position: relative;
	margin-top: 0.5rem;
}

.txt_lv02 .en{
	font-size: clamp(1rem, 0.82rem + 0.64vw, 1.3rem);
	font-weight: 600;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #8cc63f;
}
.bg_img01 .txt_lv02 .en{
	color: #fff;
}

.txt_lv03{
	font-family: "Shippori Mincho B1", serif;
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.6rem);
	border-bottom: solid 3px #ccc;
	position: relative;
	margin-bottom: 30px;
	padding-bottom: 0.25em;
}
.txt_lv03 span.ja{
}
.txt_lv03 span.en{
	font-family: "Shippori Mincho B1", 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: #8cc63f;
}
.txt_lv04{
	
}
.txt_lv05{
	background: rgba(0,0,0,0.05);
	display: block;
	padding: 0.25em 0.5em;
	margin-bottom: 15px;
	font-size: 1.1rem;
}
.txt_lv05 i{
	line-height: 1.1rem;
	font-size: 60%;
	vertical-align: middle;
	color: #8cc63f;
}

.txt_copy01{
	font-size: clamp(1.1rem, 0.86rem + 0.8533vw, 1.5rem);
	font-family: "Shippori Mincho B1", 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: "Shippori Mincho B1", serif;
	font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
	margin-bottom: 0.5em;
}
.txt_copy03{
	font-family: "Shippori Mincho B1", serif;
	font-size: clamp(1.4rem, 1.04rem + 1.28vw, 2.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_copy03.bg_b::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.3) 60%);
}
span.inb{
	display: inline-block;
}


/* ボタン　*/

header{
	position: relative;
	width: 100%;
	z-index: 999;
}
.site-header{
	background:linear-gradient();
    display: flex;
    position: fixed;
    justify-content: space-between;
	align-items:flex-start;
    width: 100%;
	transition: .5s;
}
.site-header.transform{
	background: linear-gradient( to bottom, rgba(255,255,255,1),rgba(255,255,255,0) 90px 100%);
	height: 110px;
}
.site-header .header_title{
    background:rgba(255,255,255,0);
	padding: 10px;
}
.site-header.transform .header_title{
	padding: 10px;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.site-header .header_title{
	background-color: transparent;
	padding: 10px;
	transition: .5s;
}

.site-header h1{
	vertical-align: middle;
	display: inline-block;
	position: relative;
	transition: .5s;
}
.site-header h1 img{
	width: auto;
	height: 150px;
	vertical-align: middle;
	transition: .5s;
}
.site-header h1 img.logo01{
	position: relative;
	z-index: 1;
	bottom: 0;
	left: 0;
}
.site-header h1 img.logo02{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
	transition: 0;
}
.site-header h1 a{
	color: #fff;
	transition: .5s;
}
.site-header.transform h1 img{
	height: 90px;
	
}
.site-header.transform h1 img.logo02{
	position: relative;
	z-index: 1;
	opacity: 1;
	bottom: 0;
	left: 0;
	filter: drop-shadow(2px 2px 15px #fff ,-2px -2px 15px #fff);
	
}
.site-header.transform h1 img.logo01{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	opacity: 0;
}

.header_phone{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	padding-top: 15px;
	margin-right: 100px;
	
}
.site-header .h_phone{
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}
.site-header .h_phone a{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 2rem;
	padding: 0.25rem;
	color: #1a1a1a;
	transition: .5s;
}
.site-header .h_phone span{
	font-size: 0.7rem;
	display: block;
	text-align: center;
	background: #8cc63f;
	padding: 0.25rem;
}
.site-header .h_phone a:hover{
	text-shadow: 2px 2px 15px #fff,-2px 2px 15px #fff,2px -2px 15px #fff,-2px -2px 15px #fff;
}
.site-header .nav_wrap{
	position: relative;
	transform: scale(1);
	transform-origin: top;
	margin-right: 100px;
	margin-top: 50px;
	opacity: 1;
	transition: .5s;
}
.site-header.transform .nav_wrap{
	transform: scale(100% , 0);
	opacity: 0;
	z-index: -1;
}

.site-header nav ul{
	list-style: none;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	max-width: 500px;
	max-height: 260px;
	gap:20px;
}
.site-header nav ul li{
	font-size:1.2rem;
	writing-mode: vertical-rl;
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	width: 100%;
	height: 100%;
	align-self: stretch;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
.site-header nav ul li a{
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
	background: linear-gradient( to bottom ,rgba(140,198,63,0.9) ,rgba(140,198,63,0.2));
	padding: 10px;
	transition: 0.5s;
}
.site-header nav ul li a i{
	font-size: 60%;
	line-height: 1.2rem;
}
.site-header nav ul li a:hover{
	text-shadow: 2px 2px 10px #fff,-2px -2px 10px #fff;
}

@media (max-width: 1200px){
	.site-header,.site-header.transform{
		height: 90px;
	}
	.site-header h1 img{
		height: 80px;
	}
	.top_nav{
		display: none;
	}
}
@media (max-width: 960px){
	.site-header .header_title{
		padding: 10px 10px 0;
	}
	.site-header h1{
		margin-left: 10px;
	}
}
/* スライダー　==================== */
.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(255,255,255,0.6) 5%,rgba(255,255,255,0.2) 15%,rgba(255,255,255,0) 100% ) ;
}
.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/img01.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top02{
	background:url("../img/img03.webp") no-repeat;
	background-size: cover;
	background-position: center;
}
.slider li.top03{
	background:url("../img/img09.webp") no-repeat;
	background-size: cover;
	background-position: 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: 8%;
	left: 10%;
	z-index: 11;
	writing-mode: vertical-rl;
}

.slide_wrap .copy h2{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	line-height: 1.8;
	margin: auto;
	color: #fff;
	font-size: clamp(1.6rem, 0.88rem + 2.56vw, 3.2rem);
	
}
.slide_wrap .copy h2 img{
	width: 100%;
	padding: 15px;
	vertical-align: middle;
}

.scroll_arrow{
	position: absolute;
	bottom: 20px;
	left: 50%;
	z-index: 12;
	display: inline-block;
	transform: translateX(-50%);
	text-decoration: none;
	 padding-top: 60px;
	color: #fff;
}
.scroll_arrow span{
	position: absolute;
	top: 0;
	left: 50%;
	width: 46px;
	height: 46px;
	margin-left: -23px;
	border: 1px solid #fff;
	border-radius: 100%;
	box-sizing: border-box;
	text-align: center;
}
.scroll_arrow span::after{
	position: absolute;
	top: 50%;
	left: 50%;
	content: '';
	width: 16px;
	height: 16px;
	margin: -12px 0 0 -8px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	}
.scroll_arrow span::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 44px;
	height: 44px;
	box-shadow: 0 0 0 0 rgba(255,255,255,.1);
	border-radius: 100%;
	opacity: 0;
	-webkit-animation: sdb 3s infinite;
	animation: sdb 3s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255,255,255,.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 768px){
	.slider{
		height: 90vh;
		min-height: 600px;
		max-height: 900px;
	}
	.slide_wrap .copy{
		bottom: auto;
		top: 130px;
	}

}
/* コンテンツ
   ========================================================================== */

.card001{
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 70px auto;
}
.card001 .inner,
.card001 .inner3{
	width: calc(100% / 3 - 30px);
	margin: 30px 15px 15px;
	background:rgba(255,255,255,1);
	padding: 30px;
	position: relative;
	z-index: 2;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.05);
	border: solid 1px #eee;
}
.card001 .inner:first-child{
	transform: translateY(-50px);
}
.card001 .inner:last-child{
	transform: translateY(50px);
}

.card001 .inner img,
.card001 .inner3 img{
	width: 200px;
	padding: 15px;
	display: block;
	margin: auto;
}

.card001 .inner .nb{
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	font-size: 4rem;
	line-height: 1;
	color: #8cc63f;
	position: absolute;
	top: -40px;
	left: 30px;
}
.card001 .inner h3,
.card001 .inner3 h3{
	margin-top: 15px;
	line-height: 1.5;
	border-bottom: solid 5px #dfe2cf;
	margin-bottom: 15px;
}
.card001 .inner3 ul li{
	font-size: 0.9rem;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 0.5em;
	line-height: 1.5;
}

@media (max-width: 960px){
	.card001{
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 50px auto;
		max-width: 550px;
	}
	.card001 .inner,
	.card001 .inner3{
		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{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.f_in{
	width: 50%;
	padding: 15px;
}
.f_in img{
	width: 100%;
	aspect-ratio: 9 / 16;
	object-fit: cover;
}
/* 横長 Landscape */
.card002 .img_l{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.l_in{
	width: 90%;
	padding: 15px;
}
.l_in img{
	width: 100%;
	aspect-ratio: 2 / 1;
	object-fit: cover;
}
.l_in:last-child{
	align-self: flex-end;
}

.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;
}
@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%;
}


/* カルーセル============================================================ */
.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;
}


/* フッター部分　================================================== */
footer{
	margin-bottom: 0;
	padding: 70px 0 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;
}

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;
	}
	
}
@media (max-width: 750px){
	footer h2{
		text-align: center;
	}
	footer h2 img{
		width: calc(100% - 60px);
	}
}



/* サブページタイトル 
   ========================================================================== */
.subtitle{
	display: block;
	width: 100%;
	height: 500px;
	background-size: cover;
	background-color: #ccc;
	position: relative;
}
.subtitle h2{
	font-size: clamp(2.5rem, 1.1446rem + 4.8193vw, 5rem);
	font-family: "Shippori Mincho B1", serif;
	font-weight: 600;
	line-height: 1.2;
	color: #fff;
	position: absolute;
	bottom: 50px;
	left: 50px;
	text-transform: uppercase;
	padding-bottom: 5px;
}


.sub_bg{
	background: linear-gradient( rgba(255,255,255,0.9), rgba(255,255,255,0.0) 50% 70%, rgba(90,128,41,0.5)85% 100% ),url("../img/img03.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #ccc;
}
@media (max-width: 1200px){
	.subtitle{
		height: 400px;
	}
}
@media (max-width: 750px){
	.subtitle h2{
		left: 30px;
	}
}

/*パンくずリスト ================================================== */
.breadcrumb {
	list-style: none;
	position: absolute;
	bottom: 1em;
	left: 50px;
	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.5em;
	color: #fff;
}

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

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

.breadcrumb li a:hover {
	text-decoration: underline;
}
@media (max-width: 750px){
	.breadcrumb{
		left: 30px;
	}
}
/* TOPへ戻るボタン ================================================== */
#page_top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	background:#8cc63f;
	background-size: 150%;
	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%);
}
/* テキストアニメ　==================== */
.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;
}
.txt_c{
	text-align: center;
}
.txt_r{
	text-align: right;
}
.font_min{
	font-family: "Shippori Mincho B1", serif;
}
/* 以下非表示 ------------------------------ */
@media (max-width: 1200px){
	.pc{
		display: none !important;
	}
	
}
@media (max-width: 750px){
	.pctb{
		display: none !important;
	}
	
}
@media (max-width: 450px){
	.pctb450{
		display: none;
	}
}

