@charset "utf-8";
/* CSS Document */
html{
}
body{
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #fff;
	color: #1A1A1A;
	padding-top: 150px;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

body.gjs-dashed{}
body:not(.gjs-dashed){}


a{
	display: inline-block;
	transition: ease 0.6s;
}
a:hover{
	opacity: 0.6;
}
a p,a,a i,a h1,a h2,a h3,a h4,a h5,a h6,a:hover{
	color: #1A1A1A;
}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}
.pd_wrap_t{
	padding-top: 150px;
}
.pd_wrap_b{
	padding-bottom: 150px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}

.mg_t_1{margin-top: 150px;}
.mg_t_2{margin-top: 100px;}
.mg_t_3{margin-top: 80px;}
.mg_t_4{margin-top: 50px;}
.mg_t_5{margin-top: 30px;}
.mg_b_1{margin-bottom: 150px;}
.mg_b_2{margin-bottom: 100px;}
.mg_b_3{margin-bottom: 80px;}
.mg_b_4{margin-bottom: 50px;}
.mg_b_5{margin-bottom: 30px;}
.pd_t_1{padding-top: 150px;}
.pd_t_2{padding-top: 100px;}
.pd_t_3{padding-top: 80px;}
.pd_t_4{padding-top: 50px;}
.pd_t_5{padding-top: 30px;}
.pd_b_1{padding-bottom: 150px;}
.pd_b_2{padding-bottom: 100px;}
.pd_b_3{padding-bottom: 80px;}
.pd_b_4{padding-bottom: 50px;}
.pd_b_5{padding-bottom: 30px;}

.en_title1{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(26px,4.0vw,40px); 
	font-weight: 300;
	letter-spacing: 0.05rem;
}
.en_title2{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(22px,3.0vw,30px);
	font-weight: 300;
	letter-spacing: 0.05rem;
}
.en_txt1{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(18px,2.4vw,24px);
	font-weight: 300;
	letter-spacing: 0.05rem;
}
.en_txt2{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(16px,2.0vw,20px);
	font-weight: 300;
	letter-spacing: 0.05rem;
}

.default_title1{
	font-size: clamp(17px,2.2vw,22px);
}
.default_title2{
}
.default_title3{
}
.default_txt1{
	font-size: clamp(14px,1.6vw,18px);
}
.default_txt2{
	font-size: clamp(12px,1.4vw,14px);
}
.default_txt3{
}
.default_txt4{
}

.font-josefin{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;	
	font-weight: 300;
}

.font-light{font-weight: lighter;}
.font-normal{font-weight: normal;}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-bold{font-weight: bold;}
.font-black{font-weight: 900;}


/* ---------- common ---------- */
.tb_br br{display: none;}
.sp_br br{display: none;}

.morewrap{
	gap: 40px 80px;
}
.more a{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	gap: 10px;
}
.more a:hover{
	opacity: 1;
}
.more a p{
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(16px,2.0vw,20px);
	font-weight: 300;
	letter-spacing: 0.05rem;
	white-space: nowrap;
	transition: ease 0.6s;
}
.more.more_jp a p{
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 400;
}
.more a:hover p{
	opacity: 0.6;
}
.more a .icon{
	position: relative;
	width: 65px;
	height: 10px;
}
.more a .icon::before,.more a .icon::after{
	background-color: #1A1A1A;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.more a .icon::before{
	width: 100%;
	height: 1px;
}
.more a .icon::after{
	width: 10px;
	height: 10px;
	transition: ease 0.8s;
	border-radius: 50%;
}
.more a:hover .icon::after{
	left: 100%;
	transform: translateY(-50%) translateX(-100%);
	background-color: #838383;
}

.calendar_box{
  display: none;
	position: relative;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 1.33333 / 1;
}
.calendar_box:empty{
	display: none;
}
.calendar_box iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
}

.link_wrap{
	gap: 40px 80px;
}
.link_wrap a{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	gap: 5px;
}
.link_wrap a p,.link_wrap a i{
	color: #979797;
	transition: ease 0.4s;
}
.link_wrap a p{
	font-size: clamp(14px,1.6vw,18px);
}
.link_wrap a i{
	font-size: clamp(12px,1.4vw,16px);
}
.link_wrap a:hover p,.link_wrap a:hover i{
	color: #1a1a1a;
}
.link_wrap a:hover i{
	transform: translateY(3px);
}

.itemlist{
	position: relative;
	margin: 0 auto;
	justify-content: space-between;
	align-items: stretch;
}
.itemlist .cate-wrap,.itemlist .cate-wrap .cate_inner{
	width: 300px;
}
.itemlist .cate-wrap .cate_inner.side-fixed{
	position: fixed;
	top: 150px;
}
.itemlist .cate-wrap .cate_inner.side-stop{
	position: absolute;
	top: auto;
	bottom: 0;
}
.itemlist .cate-wrap .cate_inner .webgene-blog{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.itemlist .cate-wrap .cate_inner,.itemlist .cate-wrap .cate_inner .webgene-blog{
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
	padding-right: 5%;
}
.main-wrap .itemlist .main_contents{
	max-width: calc(100% - 300px);
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.link_wrap{
		gap: 30px 60px;
	}
	.itemlist .cate-wrap,.itemlist .cate-wrap .cate_inner{
		width: 240px;
	}
	.main-wrap .itemlist .main_contents{
		max-width: calc(100% - 240px);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.itemlist .cate-wrap,.itemlist .cate-wrap .cate_inner{
		width: 200px;
	}
	.main-wrap .itemlist .main_contents{
		max-width: calc(100% - 200px);
	}
	.itemlist .cate-wrap .cate_inner,.itemlist .cate-wrap .cate_inner .webgene-blog{
		gap: 20px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.morewrap{
		gap: 30px 40px;
	}
	.more a .icon{
		position: relative;
		width: 50px;
		height: 8px;
	}
	.more a .icon::after{
		width: 8px;
		height: 8px;
	}
	.link_wrap{
		gap: 30px 40px;
	}
	.itemlist .cate-wrap{
		width: 100%;
		height: auto!important;
		position: relative;
		margin: 0 auto 40px;
	}
	.itemlist .cate-wrap .webgene-blog{
		gap: 15px;
	}
	.itemlist .cate-wrap .cate_inner,.itemlist .cate-wrap .cate_inner .webgene-blog{
		width: 100%;
		gap: 20px;
		flex-direction: row;
		align-items: center;
		padding-right: 0;
	}
	.itemlist .cate-wrap .cate_inner.side-fixed{
		position: static;
	}
	.itemlist .cate-wrap .cate_inner.side-stop{
		position: static;
	}
	.main-wrap .itemlist .main_contents{
		max-width: 100%;
	}
}

/* ---------- title ---------- */
.line_title1{
	position: relative;
	padding-left: 70px;
	line-height: 1;
}
.line_title1::after{
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	left: 0;
	bottom: 0.5rem;
	background: #ffffff;
	background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(54, 54, 54, 1) 100%);	
}

.pagetitle .titlebox{
	justify-content: space-between;
}
.pagetitle .breadcrumb_list{
	gap: 20px;
	align-items: flex-end;
}
.pagetitle .breadcrumb_list p{
	color: #979797;
	font-family: "Josefin Sans", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 300;
	line-height: 1;
}
.pagetitle .breadcrumb_list > div{
	width: 20px;
	height: 1px;
	background-color: #CACACA;
	margin-bottom: 5px;
}


.titleitem1 h2,.titleitem1 h3,.titleitem1 p{
	color: #979797;
}
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.line_title1{
		padding-left: 50px;
	}
	.line_title1::after{
		width: 40px;
	}
	.pagetitle .breadcrumb_list{
		gap: 10px;
	}
	.pagetitle .breadcrumb_list > div{
		width: 10px;
	}
}

/* ---------- layput ---------- */
.staff_layout .webgene-blog{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: center;
	flex-direction: row;
}
.staff_layout .webgene-blog .webgene-item a{
	flex-direction: column;
	gap: 15px;
}
.staff_layout .webgene-blog .webgene-item a .imgbox{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.staff_layout .webgene-blog .webgene-item a .imgbox > div{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%,-50%);
	transition: ease 0.6s;
}
.staff_layout .webgene-blog .webgene-item a:hover .imgbox > div{
	transform: translate(-50%,-50%) scale(1.1);
}

.column2_layout1 .boxwrap .box{
	align-items: flex-end;
}
.column2_layout1 .boxwrap .box:last-of-type{margin-bottom: 0}
.column2_layout1 .boxwrap .box > div{
	width: 50%;
}
.column2_layout1 .boxwrap .box .txtbox{
	padding: 0 5%;
}

.column2_layout2 .boxwrap .box:last-of-type{margin-bottom: 0}
.column2_layout2 .boxwrap .box > div{
	width: 50%;
}
.column2_layout2 .boxwrap .box .txtbox{
	padding-left: 5%;
}

.menu_layout1{}
.menu_layout1 .boxwrap .box{
	margin-bottom: 30px;
}
.menu_layout1 .boxwrap .box:last-of-type{margin-bottom: 0;}
.menu_layout1 .boxwrap .box .menu_item{
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #E4E4E4;
}
.menu_layout1 .boxwrap .box .menu_item h3,.menu_layout1 .boxwrap .box .menu_item h4{
	padding-right: 10px;
}
.menu_layout1 .boxwrap .box .menu_item p{
	padding-left: 10px;
}
.menu_layout1 .boxwrap .box .txt_item{
	padding-top: 15px;
	padding-bottom: 20px;
	color: #4D4D4D;
}
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.column2_layout1 .boxwrap .box > div,.column2_layout2 .boxwrap .box > div{
		width: 70%;
	}
	.column2_layout1 .boxwrap .box .imgbox{
		margin-left: 0;
		margin-right: auto;
		margin-bottom: 50px;
	}
	.column2_layout1 .boxwrap .box .txtbox{
		padding: 0 5%;
		margin-right: 0;
		margin-left: auto;
	}
	.column2_layout2 .boxwrap .box .imgbox{
		margin-bottom: 30px;
	}
	.column2_layout2 .boxwrap .box .txtbox{
		padding-left: 0;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.menu_layout1 .boxwrap .box{
		margin-bottom: 20px;
	}
	.menu_layout1 .boxwrap .box:last-of-type{margin-bottom: 0;}
	.column2_layout1 .boxwrap .box > div,.column2_layout2 .boxwrap .box > div{
		width: 100%;
	}
	.column2_layout1 .boxwrap .box .imgbox{
		margin-bottom: 30px;
	}
	.column2_layout1 .boxwrap .box .txtbox{
		padding: 0 20px;
	}
	.menu_layout1 .boxwrap .box .menu_item{
		gap: 10px 10px;
		padding-bottom: 10px;
	}
	.menu_layout1 .boxwrap .box .txt_item{
		padding-top: 10px;
		padding-bottom: 20px;
	}
}


/* ---------- header ---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 60px;
	justify-content: space-between;
	z-index: 999999;
}
.header .logo{
	width: 15%;
	max-width: 120px;
	mix-blend-mode: difference;
}
.header .head_nav{
	gap: 5vw;
	mix-blend-mode: difference;
}
.header .head_nav a i{
	font-size: clamp(18px,2.4vw,24px);
	color: #808080;
}
.header .head_nav .reserve_link i{display: none;}

.header .head_nav .menu-bt{
	position: relative;
	width: 42px;
	height: 14px;
	cursor: pointer;
}
.header .head_nav .menu-bt::before,.header .head_nav .menu-bt::after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #808080;
	mix-blend-mode: difference;
	transition: ease 0.4s;
}
.header .head_nav .menu-bt::before{
	top: 0;
}
.header .head_nav .menu-bt::after{
	bottom: 0;
}
.header .head_nav .menu-bt.active::before{
	width: 80%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(-135deg);
}
.header .head_nav .menu-bt.active::after{
	width: 80%;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%) rotate(135deg);
}

.menu-wrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999998;
	background-color: rgba(244,244,244,0.95);
}
.menu-wrap > .flex{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 90%;
	height: 90%;
	overflow: auto;
}
.menu-wrap > .flex .ul{
	gap: 30px 60px;
}
.menu-wrap > .flex .ul a:hover{
	transform: translateY(-5px);
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.header{
		padding-top: 20px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.header{
		padding-top: 10px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.header .logo{
		width: 20%;
	}
	.header .head_nav{
		gap: 30px;
	}
	.header .head_nav .reserve_link p{display: none;}
	.header .head_nav .reserve_link i{display: inline-block;}
	.header .head_nav .menu-bt{
		width: 30px;
		height: 10px;
	}
}

/* ---------- footer ---------- */
.footer_map{
	position: relative;
	width: 100%;
	height: 600px;
	overflow: hidden;
}
.footer_map iframe{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 5px);
	height: calc(100% + 5px);
	mix-blend-mode: luminosity;
}


.footer p,.footer i{
	color: #fff;
}

.footer .footer_inner{
	justify-content: space-between;
	align-items: flex-end;
}
.footer .footer_inner .leftbox{
	width: 40%;
	max-width: 300px;
	align-items: flex-end;
	justify-content: space-between;
	gap: 50px;
}
.footer .footer_inner .leftbox .footer_link{
	flex-direction: column;
	align-items: flex-start;
	gap: 40px;
}
.footer .footer_inner .rightbox{
	align-items: flex-end;
}
.footer .footer_inner .rightbox .logo{
	width: 40%;
	max-width: 120px;
}
.footer .footer_inner .rightbox > .flex{
	gap: 10vw;
}
.footer .footer_inner .rightbox .insta_link i{
	font-size: clamp(22px,2.6vw,28px);
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.footer_map{
		height: 500px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.footer_map{
		height: 450px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.footer_map{
		height: 400px;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 767px){
	.footer .footer_inner{
		justify-content: center;
	}
	.footer .footer_inner .leftbox{display: none;}
	.footer .footer_inner .rightbox{
		align-items: center;
	}
	.footer .footer_inner .rightbox > .flex{
		flex-direction: column;
		gap: 40px;
		text-align: center;
	}
	.footer .copyright{text-align: center;}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.footer_map{
		height: 375px;
	}
}

/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.color1.on{
	filter: grayscale(100%);
}
.sc-anime.color1.on.active{
	animation-name: color1;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.color2.on{
	opacity:0;
	-ms-filter: blur(6px) grayscale(100%);
	filter: blur(6px) grayscale(100%);
}
.sc-anime.color2.on.active{
	animation-name: color2;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes color1 {
	0% {
		filter: grayscale(100%);
	}
	100% {
		filter: grayscale(0%);
	}
}
@keyframes color2 {
	0% {
		opacity: 0;
		-ms-filter: blur(6px) grayscale(100%);
		filter: blur(6px) grayscale(100%);
	}
	50%{
		-ms-filter: blur(3px) grayscale(100%);
		filter: blur(3px) grayscale(100%);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px) grayscale(0%);
		filter: blur(0px) grayscale(0%);
	}
}

/* color */
.txt-color-normal{color: #1A1A1A;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #F4F4F4}
.txt-color2{color: #4E4449}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #F4F4F4}
.bg-color2{background-color: #4E4449}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #F4F4F4}
.border-color2{border-color: #4E4449}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #1A1A1A;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #F4F4F4}
.hvr-txt-color2:hover{color: #4E4449}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #F4F4F4}
.hvr-bg-color2:hover{background-color: #4E4449}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #F4F4F4}
.hvr-border-color2:hover{border-color: #4E4449}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	body{padding-top: 120px;}
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.mg_t_1{margin-top: 100px;}
	.mg_t_2{margin-top: 80px;}
	.mg_t_3{margin-top: 60px;}
	.mg_t_4{margin-top: 40px;}
	.mg_t_5{margin-top: 30px;}
	.mg_b_1{margin-bottom: 100px;}
	.mg_b_2{margin-bottom: 80px;}
	.mg_b_3{margin-bottom: 60px;}
	.mg_b_4{margin-bottom: 40px;}
	.mg_b_5{margin-bottom: 30px;}
	.pd_t_1{padding-top: 100px;}
	.pd_t_2{padding-top: 80px;}
	.pd_t_3{padding-top: 60px;}
	.pd_t_4{padding-top: 40px;}
	.pd_t_5{padding-top: 30px;}
	.pd_b_1{padding-bottom: 100px;}
	.pd_b_2{padding-bottom: 80px;}
	.pd_b_3{padding-bottom: 60px;}
	.pd_b_4{padding-bottom: 40px;}
	.pd_b_5{padding-bottom: 30px;}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.pd_wrap_t{
		padding-top: 100px;
	}
	.pd_wrap_b{
		padding-bottom: 100px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
/* ---------- common ---------- */
	.pc_br br{display: none;}
	.tb_br br{display: block;}
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	body{padding-top: 80px;}
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.pd_wrap_t{
		padding-top: 80px;
	}
	.pd_wrap_b{
		padding-bottom: 80px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	.mg_t_1{margin-top: 80px;}
	.mg_t_2{margin-top: 60px;}
	.mg_t_3{margin-top: 50px;}
	.mg_t_4{margin-top: 30px;}
	.mg_t_5{margin-top: 20px;}
	.mg_b_1{margin-bottom: 80px;}
	.mg_b_2{margin-bottom: 60px;}
	.mg_b_3{margin-bottom: 50px;}
	.mg_b_4{margin-bottom: 30px;}
	.mg_b_5{margin-bottom: 20px;}
	.pd_t_1{padding-top: 80px;}
	.pd_t_2{padding-top: 60px;}
	.pd_t_3{padding-top: 50px;}
	.pd_t_4{padding-top: 30px;}
	.pd_t_5{padding-top: 20px;}
	.pd_b_1{padding-bottom: 80px;}
	.pd_b_2{padding-bottom: 60px;}
	.pd_b_3{padding-bottom: 50px;}
	.pd_b_4{padding-bottom: 30px;}
	.pd_b_5{padding-bottom: 20px;}
/* ---------- common ---------- */
	.pc_br br{display: none;}
	.tb_br br{display: none;}
	.sp_br br{display: block;}
	.sp_br_none br{display: none;}
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
