@charset "utf-8";
/* CSS Document */
html{
}
body{
	font-family: "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #1F1F1F;
	color: #fff;
}
body.gjs-dashed{background-color: #1F1F1F;}
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.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i,a h2,a h3,a h4{
	color: #fff;
}
.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}

.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: "Montserrat", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(30px,5.8vw,64px);
	font-weight: 700;
}
.en_title2{
	font-family: "Montserrat", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(30px,4.4vw,50px);
	font-weight: 700;
}
.en_txt1{
	font-family: "Montserrat", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(14px,1.6vw,18px);
	font-weight: 500;
}
.en_txt2{
	font-family: "Montserrat", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(18px,1.8vw,22px);
	font-weight: 500;
}


.default_title1{
	font-size: clamp(26px,4.0vw,50px);
}
.default_title2{
	font-size: clamp(23px,3.0vw,36px);
}
.default_title3{
	font-size: clamp(20px,2.4vw,30px);
}
.default_txt1{
	font-size: clamp(14px,1.6vw,18px);
}
.default_txt2{
	font-size: clamp(16px,2.0vw,20px);
}
.default_txt3{
	font-size: clamp(12px,1.2vw,14px);
}

.font_mont{
	font-family: "Montserrat", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
/* ---------- 1280px ~ ---------- */
@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){
}

/* ---------- common ---------- */
.link_wrap{
	gap: 30px;
	justify-content: space-around;
}
.link_wrap a{
	position: relative;
	padding-bottom: 25px;
}
.link_wrap a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 8px solid #ffffff;
	border-bottom: 0;
	transition: ease 0.3s;
}
.link_wrap a:hover::after{
	transform: translateX(-50%) translateY(2px);
	border-top: 8px solid #FA4D00;
}
.link_wrap a p{transition: ease 0.3s;}
.link_wrap a:hover p{
	color: #FA4D00;
}
.contact_area .contents .txtbox .title .en{
	font-family: "Montserrat", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(40px,7.6vw,84px);
	font-weight: 600;
	font-style: italic;
	line-height: 1.2;
}

.cate-wrap .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;
	gap: 15px;
}
.cate-wrap .webgene-blog .webgene-item a{
	border-radius: 200px;
	border: 1px solid #fff;
	padding: 5px 30px;
	color: #fff;
	transition: ease 0.6s;
}
.cate-wrap .webgene-blog .webgene-item a:hover{
	background-color:rgba(250,77,0,0.30);
}
.cate-wrap .webgene-blog .webgene-item a.on{
	background-color: #FA4D00;
	border: none;
}
.webgene-pagination{
	width: 100%;
}
.webgene-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 20px;
}
/* item */
.webgene-pagination ul .number {
  position: relative; /* 下線用 */
}
/* link */
.webgene-pagination ul a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 45px;
  aspect-ratio: 1 / 1;
	border-radius: 50%;
  font-size: clamp(15px, 2.0vw, 18px);
  line-height: 0;
	background-color: #3C3C3C;
	padding-bottom: 3px;
}
.webgene-pagination ul a:hover {}
/* selected text */
.webgene-pagination ul .selected a {
	background-color: #646464;
	color:  #fff;
	border: none;
}
/* ---------- 1280px ~ ---------- */
@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){
	.contact_area .contents{
		padding: 20px;
	}
	.webgene-pagination ul{
		gap: 15px;
	}
	.webgene-pagination ul a{
		width: 40px;
	}
}

/* ---------- layout ---------- */
.webgene-blog .webgene-item a:hover{
	opacity: 1;
}
.webgene-blog .webgene-item .catename{
	line-height: 1;
	padding: 5px 10px 7px;
	border: 1px solid #fff;
}
.webgene-blog .webgene-item .cms_img{
	position: relative;
	overflow: hidden;
	background-color: #000;
}
.webgene-blog .webgene-item .cms_img::after{
	content: "";
	width: 60px;
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url("https://dragon-f.co.jp/system_panel/uploads/images/play_icon.svg");
	background-position: center center;
	background-size: 100% 100%;
	z-index: 2;
}
.webgene-blog .webgene-item .cms_img > div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	transition: ease 0.6s;
}
.webgene-blog .webgene-item a:hover .cms_img > div{
	transform: translate(-50%,-50%) scale(1.1);
	opacity: 0.5;
}

.column2_layout1,.column2_layout2{
	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: 50px;
}
.column2_layout1 .box,.column2_layout2 .box{
	width: 100%;
	gap: 80px;
}
.column2_layout1 .box > div{
	width: calc(100% / 2 - 80px / 2);
}

.column3_layout1{
	gap: 40px;
	align-items: stretch;
}
.column3_layout1 .box{
	width: calc(100% / 3 - 80px / 3);
}
.column3_layout1 .box:nth-of-type(2){animation-delay: 0.2s;}
.column3_layout1 .box:nth-of-type(3){animation-delay: 0.4s;}

.column2_layout2{
	gap: 50px;
}
.column2_layout2 .box{
	gap: 0px;
}
.column2_layout2 .box .imgbox{
	width: 30%;
}
.column2_layout2 .box .txtbox{
	width: 70%;
	padding-left: 50px;
}

.staffbox{
	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: 15px;
}
.staffbox .imgbox{
	position: relative;
	width: 60%;
	overflow: hidden;
}
.staffbox .imgbox img{
	position: relative;
	z-index: 2;
	border-radius: 50%;
	transition: ease 0.6s;
}
a.staffbox:hover .imgbox img:nth-of-type(1){
	transform:  scale(-1, 1);
	opacity: 0;
}
a.staffbox .imgbox img:nth-of-type(2){
	transform:  scale(-1, 1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
a.staffbox:hover .imgbox img:nth-of-type(2){
	transform:  scale(1);
}

.recruit_top{
	position: relative;
}
body:not(.gjs-dashed) .recruit_top{
	min-height: 100vh;
}
.recruit_top .imgwrap{
	width: 100%;
	height: 100%;
}
.recruit_top .imgwrap > div{
	width: 50%;
	height: 50%;
}
body:not(.gjs-dashed) .recruit_top .imgwrap > div{
	opacity:0;
	-ms-filter: blur(30px);
	filter: blur(30px);
}
.recruit_top .imgwrap .img2{
	animation-delay: 0.3s;
}
.recruit_top .imgwrap .img3{
	animation-delay: 0.6s;
}
.recruit_top .imgwrap .img4{
	animation-delay: 0.9s;
}
body:not(.gjs-dashed) .recruit_top.on.active .imgwrap > div{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

body:not(.gjs-dashed) .recruit_top .imgwrap{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
body:not(.gjs-dashed) .recruit_top .imgwrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.3;
	mix-blend-mode: multiply;
}
.recruit_top > div{
	animation-delay: 1.2s;
}
.recruit_top .txtbox{
	position: relative;
	z-index: 3;
}
.recruit_top .txtbox .en{
	font-family: "Montserrat", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(60px,8vw,120px);
	font-weight: 700;
	line-height: 1.2;
}
.recruit_top .logo{
	position: absolute;
	top: 5%;
	right: 5%;
	width: 20%;
	max-width: 145px;
	z-index: 2;
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.column2_layout1 .box{
		gap: 60px;
	}
	.column2_layout1 .box > div{
		width: calc(100% / 2 - 60px / 2);
	}
	.column3_layout1{
		gap: 30px;
	}
	.column3_layout1 .box{
		width: calc(100% / 3 - 60px / 3);
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.column2_layout1 .box{
		gap: 50px;
	}
	.column2_layout1 .box > div{
		width: calc(100% / 2 - 50px / 2);
	}
	.staffbox .imgbox{
		width: 70%;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.column2_layout1 .box{
		gap: 30px;
	}
	.column2_layout1 .box > div{
		width: 70%;
	}
	.column2_layout2 .box .imgbox{
		width: 30%;
	}
	.column2_layout2 .box .txtbox{
		width: 70%;
		padding-left: 30px;
	}
	.column3_layout1{
		gap: 20px;
	}
	.column3_layout1 .box{
		width: calc(100% / 3 - 40px / 3);
	}
	.staffbox .imgbox{
		width: 80%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.column2_layout1 .box{
		gap: 30px;
	}
	.column2_layout1 .box > div{
		width: 100%;
	}
	.column2_layout2 .box .imgbox{
		width: 100%;
		margin-bottom: 30px;
	}
	.column2_layout2 .box .txtbox{
		width: 100%;
		padding-left: 0px;
	}
	.column3_layout1{
		gap: 40px;
	}
	.column3_layout1 .box{
		width: 100%;
	}
	.column3_layout1 .box:nth-of-type(2){animation-delay: 0s;}
	.column3_layout1 .box:nth-of-type(3){animation-delay: 0s;}
	.staffbox{
		gap: 10px;
	}
	.staffbox .imgbox{
		width: 60%;
	}
}

/* ---------- title ---------- */
.pagetitle{
	position: relative;
	height: 500px;
	flex-direction: column;
	justify-content: flex-end;
	padding: 50px 20px;
}
body.gjs-dashed .pagetitle{
	height: 100%;
}
body:not(.gjs-dashed) .pagetitle::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000000;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 1) 100%);
}
.pagetitle .txtbox{
	position: relative;
	z-index: 3;
}
body:not(.gjs-dashed) .pagetitle .txtbox{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
	animation-name: blurin2;
	/*
	animation-delay: 0.6s;
	*/
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.pagetitle .txtbox .en{
	font-family: "Montserrat", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(35px,7.0vw,75px);
	font-weight: 500;
	font-style: italic;
}
.titlewrap1{
	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:nowrap;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;
}
.titlewrap1 .titlebox{
	width: 30%;
}
.titlewrap1 .title_txt{
	width: 70%;
	padding-top: 2%;
	padding-left: 5%;
}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pagetitle{
		height: 450px;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pagetitle{
		height: 400px;
	}
	.titlewrap1 .titlebox{
		width: 35%;
	}
	.titlewrap1 .title_txt{
		width: 65%;
		padding-top: 0;
		padding-left: 5%;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pagetitle{
		height: 260px;
	}
	.titlewrap1{
		flex-wrap: wrap;
		justify-content: center;
	}
	.titlewrap1 .titlebox{
		width: 100%;
	}
	.titlewrap1 .title_txt{
		width: 100%;
		padding-top: 10px;
		padding-left: 0;
	}
	.titleitem1{
		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;
	}
}

/* ---------- more ---------- */
.more1 a,.more1 > div{
	position: relative;
	padding: 18px 30px 16px;
	padding-right: 50px;
	background-color: #fff;
	border-radius: 2px;
	overflow: hidden;
}
.more1 a::after,.more1 > div::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 12px;
	aspect-ratio: 1 / 1;
	border-radius: 2px;
	background-color: #000;
}
.more1 a:hover{
	opacity: 1;
}
.more1 a:hover::after,.more1 > div:hover::after{
	animation-name: more1;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes more1 {
	0% {
		right: 20px;
		transform: translateY(-50%);
	}
	30%{
		right: 50%;
		transform: translateY(-50%) translateX(50%);
	}
	100% {
		right: 50%;
		transform: translateY(-50%) translateX(50%) scale(50.0);
	}
}

.more1 a p,.more1 > div p{
	position: relative;
	z-index: 2;
	font-family: "Montserrat", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	color: #0D0D0D;
	font-size: clamp(14px,1.6vw,18px);
	font-weight: 500;
	line-height: 1;
	transition: ease 0.6s;
}
.more1 a:hover p,.more1 > div:hover p{
	color: #fff;
}

/* ---------- 1280px ~ ---------- */
@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){
}


/* ---------- header ---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 15px 50px;
	justify-content: space-between;
	z-index: 99999;
	background: #000000;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}
.header .logo{
	max-width: 140px;
}
.header .head_nav{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	flex-wrap: nowrap;
	gap: 30px;
	transition: ease 0.6s;
}
.header.active .head_nav{
	opacity: 0;
	pointer-events: none;
}
.header .head_nav p{
	font-family: "Montserrat", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(14px,1.6vw,18px);
	font-weight: 500;
	color: #fff;
}
.header .head_nav a{
	position: relative;
}
.header .head_nav a::after{
	content: "";
	display: none;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: #FA4D00;
	transform: translateY(-50%);
}
.header .menu-bt{
	cursor: pointer;
}
.header .menu-bt .line{
	position: relative;
	width: 30px;
	height: 22px;
}

.header .menu-bt .line > div{
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	background-color: #fff;
	border-radius: 200px;
	transition: ease 0.4s;
	 caret-color:transparent;
}
.header .menu-bt .line > div:nth-of-type(1){
	top: 0;
}
.header .menu-bt .line > div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%);
}
.header .menu-bt .line > div:nth-of-type(3){
	bottom: 0;
}
.header .menu-bt.active .line > div:nth-of-type(1){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(135deg);
}
.header .menu-bt.active .line > div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	opacity: 0;
}
.header .menu-bt.active .line > div:nth-of-type(3){
	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: 99998;
	background-color: rgba(0,0,0,0.90);
}
.menu-wrap > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menu-wrap .ul{
	justify-content: center;
	align-items: stretch;
	gap: 50px 0;
}
.menu-wrap .ul .li{
	width: calc(100% / 3);
	text-align: center;
}
.menu-wrap .ul .li p{
	font-family: "Montserrat", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(14px,1.6vw,18px);
	font-weight: 700;
}
.menu-wrap .ul .li p.en{font-size: clamp(20px,2.8vw,30px);position: relative;}
.menu-wrap .ul .li p.jp{font-size: clamp(12px,1.2vw,14px);opacity: 0.8;}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.header .head_nav{
		display: none;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.header{
		padding: 15px 40px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.header{
		padding: 15px 20px;
	}
	.header .logo{
		max-width: 100px;
	}
	.header .menu-bt .line{
		width: 26px;
		height: 18px;
	}
	.menu-wrap .ul{
		gap: 40px 0;
	}
	.menu-wrap .ul .li{
		width: calc(100% / 2);
	}
}

/* ---------- footer ---------- */
.footer{
	background-color: #000;
	position: relative;
	z-index: 3;
}
.footer .leftbox{
	align-items: flex-start;
}
.footer .leftbox .logo{
	max-width: 180px;
}
.footer .leftbox .snsbox{
	gap: 20px;
}
.footer .leftbox .snsbox img{
	width: 25px;
}
.footer .rightbox{
	width: 45%;
}
.footer .rightbox .ul{
	justify-content: flex-start;
	align-items: stretch;
	gap: 30px 0;
}
.footer .rightbox .ul .li{
	width: calc(100% / 3);
}
.footer .rightbox .ul .li p{
	font-family: "Montserrat", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(14px,1.6vw,18px);
	font-weight: 500;
}
.footer .rightbox .ul .li p.en{font-size: clamp(16px,2.0vw,20px);position: relative;font-style: italic;}
.footer .rightbox .ul .li p.jp{font-size: clamp(12px,1.2vw,14px);opacity: 0.8;}

/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.footer .rightbox{
		display: none;
	}
	.footer .leftbox{
		align-items: center;
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
}


/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	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.2s;
	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.2s;
	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.2s;
	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.2s;
	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.2s;
	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.2s;
	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);
	}
}

/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #FA4D00}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: #0E0E0E}
.bg-color1{background-color: #FA4D00}
.bg-color2{background-color: #F1F1E9}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FA4D00}
.border-color2{border-color: #F1F1E9}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FA4D00}
.hvr-txt-color2:hover{color: #F1F1E9}
.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: #0E0E0E}
.hvr-bg-color1:hover{background-color: #FA4D00}
.hvr-bg-color2:hover{background-color: #F1F1E9}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FA4D00}
.hvr-border-color2:hover{border-color: #F1F1E9}
.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){
	.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 ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.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 ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
