@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Dela+Gothic+One&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
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: #070C05;
	color: #fff;
}

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{background-color: #070C05;color: #fff;}
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,a h5,a h6{
	color: #ffffff;
}
.font-sans-serif{
	font-family: "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-serif{
	font-family: "Noto Serif JP", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.font-dela{
	font-family: "Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 400!important;
	font-style: normal!important;
}
.font-anton{
	font-family: "Anton", "Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 400!important;
	font-style: normal!important;
	transform: scaleY(0.8);
}

.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_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;}

.en_title1{
	font-family: "Anton", "Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(60px,13.0vw,120px);
	transform: scaleY(0.8);
	transform-origin: left top;
	line-height: 1;
}
.en_title2{
	font-family: "Anton", "Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(16px,1.6vw,20px);
}

.default_title1{
	font-family: "Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(24px,4.2vw,50px);
}
.default_title2{
	font-size: clamp(18px,2.2vw,24px);
	font-weight: 900;
}
.default_title3{
	font-size: clamp(20px,2.6vw,32px);
	font-weight: 900;
}
.default_title4{
	font-size: clamp(20px,3.0vw,40px);
	font-weight: 900;
}
.default_txt1{
	font-size: clamp(18px,1.8vw,20px);
}
.default_txt2{
	font-size: clamp(16px,1.6vw,18px);
}
.default_txt3{
	font-size: clamp(13px,1.4vw,15px);
}



.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;}
.linehight-0{line-height: 0;}
.linehight-h{line-height: 0.5;}
.linehight-1{line-height: 1;}
.linehight-1h{line-height: 1.5;}
.linehight-2{line-height: 2;}
.linehight-2h{line-height: 2.5;}
.linehight-3{line-height: 3;}
.linehight-3h{line-height: 3.5;}
.linehight-4{line-height: 4;}
.linehight-4h{line-height: 4.5;}
.linehight-5{line-height: 5;}

/* ---------- common ---------- */

.link_wrap{
	gap: 20px 60px;
}
.link_wrap a{
	gap: 10px;
}
.link_wrap a i{
	font-size: clamp(19px,2.2vw,24px);
	transition: ease 0.3s;
}
.link_wrap a:hover i{
	transform: translateX(3px);
}
.webgene-blog .webgene-item a .imgbox{
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
}
.webgene-blog .webgene-item a .imgbox > div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: ease 0.6s;
}
.webgene-blog .webgene-item a:hover .imgbox > div{
	transform: translate(-50%,-50%) scale(1.1);
}
/* ---------- pagetitle ---------- */
.pagetitle{
	position: relative;
	height: 500px;
}
body.gjs-dashed .pagetitle{
	background-color: #000;
	height: auto!important;
}
body:not(.gjs-dashed) .pagetitle::after{
	content: "";
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 20%;
	left: 0;
	bottom: 0;
	background: #070C05;
	background: linear-gradient(180deg, rgba(7, 12, 5, 0) 0%, rgba(7, 12, 5, 1) 95%);
}
body:not(.gjs-dashed) .pagetitle .bg_item{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
body:not(.gjs-dashed) .pagetitle .bg_item::before,body:not(.gjs-dashed) .pagetitle .bg_item::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body:not(.gjs-dashed) .pagetitle .bg_item::before{
	z-index: 1;
	background-color: #17DD17;
	mix-blend-mode: overlay;
	opacity: 0.6;
}
body:not(.gjs-dashed) .pagetitle .bg_item::after{
	z-index: 2;
	background-color: #1A1A1A;
	opacity: 0.7;
}
.pagetitle .txtbox{
	position: relative;
	z-index: 5;
}
.pagetitle .txtbox p{
	font-family: "Anton", "Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(50px,11.0vw,120px);
	transform: scaleY(0.8);
	transform-origin: left top;
	line-height: 1;
	color: #17DD17;
}
.pagetitle .txtbox h1{
	font-family: "Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(24px,2.8vw,32px);
}
/* ---------- more ---------- */
.more_wrap{
	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: 30px 50px;
}
.more a .more_inner{
	position: relative;
	min-width: 320px;
	min-height: 90px;
	padding: 10px 20px;
	gap: 0 30px;
}
.more a .more_inner::before,.more a .more_inner::after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 2px solid;
	transition: ease 0.3s;
}
.more a .more_inner::before{
	transform: translate(-3px,-3px);
	border-color:  #FFFFFF;
}
.more a .more_inner::after{
	transform: translate(3px,3px);
	border-color:  #17DD17;
}
.more a:hover .more_inner::before{
	transform: translate(0px,0px);
}
.more a:hover .more_inner::after{
	transform: translate(0px,0px);
}
.more a .more_inner p{
	position: relative;
	z-index: 3;
	font-family: "Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(18px,2.0vw,20px);
}
.more a .more_inner i{
	font-size: clamp(16px,2.0vw,20px);
	transition: ease 0.3s;
}
.more a:hover .more_inner i{transform: translateX(3px)}

.more.more2 a .more_inner{
	position: relative;
	min-width: auto;
	min-height: auto;
	padding: 0px 0px;
}
.more.more2 a .more_inner::before,.more.more2 a .more_inner::after{display: none;}
/* ---------- header ---------- */
.header{
	position: fixed;
	top: 30px;
	left: 20px;
	justify-content: space-between;
	z-index: 9999;
}
.header .logo{
	position: relative;
	max-width: 200px;
	z-index: 2;
}
.header .snsbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.header .snsbox a{
	position: absolute;
	display: block;
	height: auto;
	opacity: 0;
	transition: ease 0.3s;
}
.header:hover .snsbox a,.header .snsbox:hover a{
	opacity: 1;
}
.header .snsbox a i{
	font-size: clamp(20px,2.3vw,26px);
	color: #fff;
}
.header .snsbox a:nth-of-type(1){
	top: 60%;
	right: 0;
	transform: translateY(0px) translateX(0px);
}
.header .snsbox a:nth-of-type(2){
	top: 75%;
	right: 12.5%;
	transform: translateX(-5px) translateY(5px);
}
.header .snsbox a:nth-of-type(3){
	bottom: 0;
	right: 50%;
	transform: translateX(15px) translateY(10px);
}
.header:hover .snsbox a:nth-of-type(1){
	top: 60%;
	right: 0;
	transform: translateY(0px) translateX(40px);
}
.header:hover .snsbox a:nth-of-type(2){
	top: 75%;
	right: 12.5%;
	transform: translateX(20px) translateY(30px);
}
.header:hover .snsbox a:nth-of-type(3){
	bottom: 0;
	right: 50%;
	transform: translateX(30px) translateY(50px);
}
.menu-bt{
	position: fixed;
	top: 30px;
	right: 40px;
	cursor: pointer;
	padding-bottom: 20px;
	z-index: 99999;
	text-align: center;
}
.menu-bt p{
	font-family: "Anton", "Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 20px;
	letter-spacing: 0.1rem;
	color: #fff;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: ease 0.3s;
	pointer-events: none;
}
.menu-bt p.close_txt{
	opacity: 0;
}
.menu-bt.active p.open_txt{
	opacity: 0;
}
.menu-bt.active p.close_txt{
	opacity: 1;
}
.menu-bt .line{
	position: relative;
	width: 48px;
	height: 30px;
	margin-bottom: 10px;
}
.menu-bt .line div{
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	background-color: #FFFFFF;
	transition: ease 0.3s;
}
.menu-bt .line div:nth-of-type(1){
	top: 0;
}
.menu-bt .line div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%);
}
.menu-bt .line div:nth-of-type(3){
	bottom: 0;
}
.menu-bt.active .line div:nth-of-type(1){
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.menu-bt.active .line div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	opacity: 0;
}
.menu-bt.active .line div:nth-of-type(3){
	width: 90%;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%) rotate(-45deg);
}

.menu-wrap{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.90);
	z-index: 99998;
}
.menu-wrap > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding: 100px 20px 50px;
}
.menu-wrap .menuwarap_box{
	gap: 60px;
	width: 90%;
	max-width: 1000px;
}
.menu-wrap .ul{
	justify-content: center;
	align-items: stretch;
	gap: 30px 10px;
}
.menu-wrap .ul .li{
	width: calc(100% / 3 - 20px / 3);
}
.menu-wrap .ul .li a{
	position: relative;
	display: block;
	padding: 10px 30px;
}
.menu-wrap .ul .li p{
	color: #fff;
	text-align: center;
}
.menu-wrap .ul .li p.en{
	font-family: "Anton", "Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	transform: scaleY(0.8);
	color: #17DD17;
	font-size: clamp(22px,3.2vw,40px);
	font-weight: 600;
}
.menu-wrap .ul .li p.jp{
	font-family: "Dela Gothic One", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(16px,1.4vw,20px);
}
.menu-wrap .snsbox{
	gap: 20px 50px;
}
.menu-wrap .snsbox a i{
	color: #fff;
	font-size: clamp(20px,3.0vw,30px);
}
/* ---------- footer ---------- */
.footer_contact{
	padding: 100px 20px;
	background-color: #111111;
}
.footer_contact .contact_wrap{
	max-width: 1440px;
	margin: 0 auto;
	gap: 2px;
	justify-content: center;
	align-items: stretch;
}
.footer_contact .contact_wrap a{
	position: relative;
	width:calc(100% / 3 - 4px / 3);
	padding: 20px 10px;
}
.footer_contact .contact_wrap a:nth-of-type(1){background-color: #BF272D;}
.footer_contact .contact_wrap a:nth-of-type(2){background-color: #3CAA3E;}
.footer_contact .contact_wrap a:nth-of-type(3){background-color: #29A9E0;}
.footer_contact .contact_wrap a:nth-of-type(3) br{display: none;}
.footer_contact .contact_wrap a .title .font-anton{
	font-size: clamp(32px,4.2vw,50px);
	line-height: 1;
}
.footer_contact .contact_wrap a i{
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
	transition: ease 0.3s;
	font-size: clamp(18px,2.2vw,24px);
}
.footer_contact .contact_wrap a:hover i{
	transform: translateY(-50%) translateX(3px);
}

.footer{
	padding: 40px 20px;
	gap: 40px;
}
.footer .logo{
	width: 60%;
	max-width: 240px;
}
.footer .snsbox{
	gap: 20px 50px;
}
.footer .snsbox a i{
	color: #fff;
	font-size: clamp(20px,3.0vw,30px);
}

/* 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: #fff;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #17DD17}
.txt-color2{color: #FFFF00}
.txt-color3{color: #CACACA}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: #070C05}
.bg-color1{background-color: #17DD17}
.bg-color2{background-color: #FFFF00}
.bg-color3{background-color: #CACACA}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #17DD17}
.border-color2{border-color: #FFFF00}
.border-color3{border-color: #CACACA}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #fff;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #17DD17}
.hvr-txt-color2:hover{color: #FFFF00}
.hvr-txt-color3:hover{color: #CACACA}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: #070C05}
.hvr-bg-color1:hover{background-color: #17DD17}
.hvr-bg-color2:hover{background-color: #FFFF00}
.hvr-bg-color3:hover{background-color: #CACACA}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #17DD17}
.hvr-border-color2:hover{border-color: #FFFF00}
.hvr-border-color3:hover{border-color: #CACACA}
.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 ---------- */
	.link_wrap{
		gap: 20px 50px;
	}
	.pagetitle{
		height: 450px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer_contact .contact_wrap a:nth-of-type(3) br{display: block;}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.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;}
/* ---------- common ---------- */
	.link_wrap{
		gap: 20px 40px;
	}
	.pagetitle{
		height: 400px;
	}
/* ---------- 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 ---------- */
	.header{
		top: 20px;
	}
	.header .logo{
		max-width: 160px;
	}
	.menu-bt{
		right: 30px;
	}
/* ---------- 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_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;}
	
	.sp_br_hide br{
		display: none;
	}
/* ---------- common ---------- */
	.link_wrap{
		gap: 20px 30px;
	}
	.link_wrap a{
		gap: 6px;
	}
	.link_wrap a p{
		font-size: 16px;
	}
	.link_wrap a i{
		font-size: 14px;
	}
	.pagetitle{
		height: 250px;
	}
/* ---------- more ---------- */
	.more a .more_inner{
		min-width: 280px;
		min-height: 72px;
		gap: 0 20px;
	}
/* ---------- header ---------- */
	.header{
		top: 10px;
		left: 10px;
	}
	.header .logo{
		max-width: 100px;
	}
	.header:hover .snsbox a:nth-of-type(1){
		top: 60%;
		right: 0;
		transform: translateY(-5px) translateX(33px);
	}
	.header:hover .snsbox a:nth-of-type(2){
		top: 75%;
		right: 12.5%;
		transform: translateX(20px) translateY(22px);
	}
	.header:hover .snsbox a:nth-of-type(3){
		bottom: 0;
		right: 50%;
		transform: translateX(15px) translateY(40px);
	}
	.menu-bt{
		top: 20px;
		right: 20px;
		padding-bottom: 10px;
	}
	.menu-bt p{
		font-size: 15px;
	}
	.menu-bt .line{
		position: relative;
		width: 38px;
		height: 20px;
	}
	.menu-bt .line div{
		position: absolute;
		width: 100%;
		height: 3px;
		left: 0;
		background-color: #FFFFFF;
		transition: ease 0.3s;
	}
	.menu-wrap > div{
		padding: 80px 20px 30px;
	}
	.menu-wrap .menuwarap_box{
		gap: 30px;
		width: 100%;
		padding: 0px;
	}
	.menu-wrap .ul{
		gap: 20px 10px;
	}
	.menu-wrap .ul .li{
		width: calc(100% / 2 - 10px / 2);
	}
	.menu-wrap .ul .li a{
		padding: 6px 10px;
		padding-left: 15px;
	}
	.menu-wrap .ul .li p{
	}
	.menu-wrap .linkbox{
		gap: 10px 20px;
	}
	.menu-wrap .linkbox a{
		width: 240px;
	}
	.menu-wrap .snsbox{
		gap: 20px 30px;
	}
/* ---------- footer ---------- */
	.footer_contact .contact_wrap a{
		width:100%;
		padding: 15px 10px;
	}
	.footer_contact .contact_wrap a .title{
		margin-bottom: 10px;
	}
	.footer{
		padding: 30px 20px;
		gap: 20px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
