@charset "utf-8";
/* CSS Document */
:root{
	--vg-orange: #fb5a00;
	--vg-orange-deep: #f2422e;
	--vg-dark: #333333;
	--vg-text: #0e0e0f;
	--vg-muted: #9a9a9a;
	--vg-line: #ededed;
	--vg-gray: #e4e4e4;
	--vg-footer: #333333;
	--vg-west: #fb5a00;
	--vg-east: #1f2c8f;
	--vg-font: "Zen Kaku Gothic New", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	--vg-display: "Anton", "Zen Kaku Gothic New", sans-serif;
	--vg-mincho: "Shippori Mincho", "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	--vg-inner: 1600px;
}
/*
html{
	scroll-behavior: smooth;
	scroll-padding-top: 120px;

}
*/
body.is-menu-open{
	overflow: hidden;
}
body{
	font-family: var(--vg-font);
	background-color: #fff;
	color: var(--vg-text);
}
.font-sans-serif,
.font-sans-serif-lt,
.font-sans-serif-lt-2,
.font-sans-serif-tb,
.font-sans-serif-sp{
	font-family: var(--vg-font);
}
.font-serif,
.font-serif-lt,
.font-serif-lt-2,
.font-serif-tb,
.font-serif-sp{
	font-family: var(--vg-mincho);
}

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){}
body.gjs-dashed .sc-anime.topin.on,
body.gjs-dashed .sc-anime.bottomin.on,
body.gjs-dashed .sc-anime.leftin.on,
body.gjs-dashed .sc-anime.rightin.on,
body.gjs-dashed .sc-anime.fadein.on,
body.gjs-dashed .sc-anime.blurin.on,
body.gjs-dashed .sc-anime.blurin2.on{
	opacity: 1;
	transform: none;
	filter: none;
	-ms-filter: none;
	animation: none;
}
body.gjs-dashed .vg-flow,
body.gjs-dashed .vg-flow__viewport,
body.gjs-dashed .about-hero__gallery,
body.gjs-dashed .insta-sec__grid{
	overflow: visible;
}
body.gjs-dashed .vg-flow__viewport,
body.gjs-dashed .insta-sec .webgene-blog{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	width: 100%;
	height: auto;
	padding-bottom: 0;
	overflow: visible;
}
body.gjs-dashed .vg-flow__track,
body.gjs-dashed .vg-flow.is-ready .vg-flow__track{
	display: flex;
	flex-direction: column;
	align-items: stretch;
	flex-wrap: nowrap;
	width: 100%;
	max-width: 100%;
	gap: 16px;
	animation: none;
	transform: none;
	will-change: auto;
}
body.gjs-dashed .vg-flow__item,
body.gjs-dashed .vg-flow__item:nth-child(odd),
body.gjs-dashed .vg-flow__item:nth-child(even),
body.gjs-dashed .about-hero__gallery .vg-flow__item,
body.gjs-dashed .about-rank__slide .vg-flow__item,
body.gjs-dashed .insta-sec__grid .vg-flow__item,
body.gjs-dashed .insta-sec .webgene-item,
body.gjs-dashed .insta-sec .webgene-item:nth-child(odd),
body.gjs-dashed .insta-sec .webgene-item:nth-child(even){
	width: 100%;
	max-width: 100%;
	flex: none;
	transform: none;
	padding-left: 0;
	padding-right: 0;
}
body.gjs-dashed .vg-flow__item img,
body.gjs-dashed .insta-sec .webgene-item img{
	width: 100%;
	height: auto;
	max-width: 100%;
}


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

h2{
  font-family: var(--vg-mincho);
  font-weight: bold;
}

.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{
}
.en_title2{
}

.default_title1{
	font-size: clamp(22px,3.0vw,42px);
}
.default_title2{
	font-size: clamp(20px,2.2vw,34px);
}
.default_title3{
	font-size: clamp(18px,2.2vw,28px);
}
.default_txt1{
	font-size: clamp(14px,1.6vw,18px);
}
.default_txt2{
	font-size: clamp(13px,1.4vw,16px);
}
.default_txt3{
	font-size: clamp(12px,1.2vw,14px);
}
.default_txt4{
	font-size: clamp(16px,2.0vw,22px);
}

.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;}
/* ---------- header ---------- */
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 60;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 50px 47px 0;
	pointer-events: none;
}
.header > *{
	pointer-events: auto;
}
.header__logo{
	display: block;
	width: 120px;
}
.header__logo img{
	width: 120px;
	height: auto;
}
.menu-bt{
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 18px;
	width: 220px;
	height: 64px;
	border: 0;
	border-radius: 32px;
	background: var(--vg-dark);
	color: #ededed;
	cursor: pointer;
	padding: 0 28px 0 36px;
	transition: background 0.3s ease;
}
.menu-bt__bars{
	position: relative;
	width: 34px;
	height: 16px;
}
.menu-bt__bars div{
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	border-radius: 2px;
	background: #fff;
	transition: transform 0.3s ease, top 0.3s ease;
}
.menu-bt__bars div:first-child{
	top: 0;
}
.menu-bt__bars div:last-child{
	top: 13px;
}
.menu-bt__label{
	font-family: var(--vg-display);
	font-size: 29px;
	line-height: 1;
	letter-spacing: 0.04em;
	color: #ededed;
	margin: 0;
}
.menu-bt__txt{
	font-size: inherit;
	line-height: 1;
}
.menu-bt__txt--close{
	display: none;
}
.menu-bt.active{
	background: var(--vg-orange);
}
.menu-bt.active .menu-bt__bars div:first-child{
	top: 6.5px;
	transform: rotate(45deg);
}
.menu-bt.active .menu-bt__bars div:last-child{
	top: 6.5px;
	transform: rotate(-45deg);
}
.menu-bt.active .menu-bt__txt--open{
	display: none;
}
.menu-bt.active .menu-bt__txt--close{
	display: inline;
}

/* ---------- menu ---------- */
.menu-wrap{
	display: flex;
	align-items: center;
	position: fixed;
	inset: 0;
	z-index: 50;
	overflow: auto;
	background:
		linear-gradient(90deg, rgba(251,90,0,0.16) 0, rgba(251,90,0,0) 18%),
		#111;
	color: #fff;
	padding: 160px 80px 100px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.menu-wrap.active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.menu-wrap.active .menu-wrap__col{
	animation: bottomin 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.menu-wrap.active .menu-wrap__col:nth-child(2){ animation-delay: 0.08s; }
.menu-wrap.active .menu-wrap__col:nth-child(3){ animation-delay: 0.16s; }
.menu-wrap.active .menu-wrap__col:nth-child(4){ animation-delay: 0.24s; }
@media (prefers-reduced-motion: reduce){
	.menu-wrap.active .menu-wrap__col{
		animation: none;
	}
}
.menu-wrap::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 8px;
	height: 100%;
	background: var(--vg-orange);
}
.menu-wrap__mark{
	position: absolute;
	top: 28px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	font-family: var(--vg-display);
	font-size: clamp(80px, 16vw, 220px);
	line-height: 0.9;
	letter-spacing: 0.08em;
	color: transparent;
	-webkit-text-stroke: 1px rgba(255,255,255,0.08);
	pointer-events: none;
}
.menu-wrap__side{
	position: absolute;
	top: 46%;
	margin: 0;
	writing-mode: vertical-rl;
	font-family: var(--vg-display);
	font-size: clamp(28px, 4vw, 64px);
	line-height: 1;
	letter-spacing: 0.14em;
	pointer-events: none;
}
.menu-wrap__side--west{
	left: 28px;
	color: rgba(251,90,0,0.22);
}
.menu-wrap__side--east{
	right: 28px;
	color: var(--vg-east);
}
.menu-wrap__inner{
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 48px 48px;
}
.menu-wrap__col p,
.menu-wrap__col a p{
	color: rgba(255,255,255,0.72);
}
.menu-wrap__en{
	font-family: var(--vg-display);
	font-size: clamp(28px, 3vw, 44px);
	letter-spacing: 0.04em;
	color: #fff !important;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 2px solid var(--vg-orange);
}
.menu-wrap__col a{
	display: block;
	margin-top: 18px;
	text-decoration: none;
	transition: transform 0.2s ease;
}
.menu-wrap__col a p{
	font-size: 16px;
	letter-spacing: 0.08em;
	color: rgba(255,255,255,0.72);
	transition: color 0.2s ease;
}
.menu-wrap__col a:hover{
	transform: translateX(8px);
}
.menu-wrap__col a:hover p{
	color: var(--vg-orange);
}
.menu-wrap__col a.footer__sns{
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin-top: 22px;
	padding: 12px 22px;
	border: 1px solid rgba(255,255,255,0.24);
	border-radius: 999px;
}
.menu-wrap__col a.footer__sns:hover{
	border-color: var(--vg-orange);
	background: rgba(251,90,0,0.12);
	transform: none;
}
.menu-wrap__col a.footer__sns img{
	width: 18px;
	height: 18px;
	filter: brightness(10);
}

/* ---------- page hero ---------- */
.page-hero{
	position: relative;
	min-height: 360px;
	padding: 180px 80px 40px;
	overflow: hidden;
}
.page-hero__en{
	position: absolute;
	left: 50%;
	top: 70px;
	transform: translateX(-50%);
	font-family: var(--vg-display);
	font-size: clamp(90px, 12vw, 190px);
	line-height: 1;
	color: #ededed;
	white-space: nowrap;
	pointer-events: none;
}
.page-hero__ja{
	position: relative;
	z-index: 1;
	text-align: right;
	font-size: clamp(28px, 3.6vw, 54px);
	line-height: 1.2;
	color: var(--vg-dark);
	margin: 0;
	font-weight: 500;
	white-space: normal;
}

/* ---------- shared ---------- */
.vg-inner{
	width: 100%;
	max-width: var(--vg-inner);
	margin: 0 auto;
	padding: 0 80px;
	box-sizing: border-box;
}
.btn-orange{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-width: 257px;
	height: 60px;
	padding: 0 28px;
	border-radius: 40px;
	background: var(--vg-orange);
	color: #fff !important;
	font-size: 18px;
	letter-spacing: 0.1em;
	transition: background 0.3s ease, transform 0.3s ease, opacity 0.3s ease;
}
.btn-orange:hover{
	opacity: 1;
	background: #e04e00;
	transform: translateY(-2px);
}
.btn-orange p:last-child{
	font-size: 16px;
	line-height: 1;
}
.btn-orange p,
.more-link p{
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
	letter-spacing: inherit;
}
.more-link{
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	color: var(--vg-dark);
}
.more-link--white{
	color: #fff;
}
.more-link::after{
	content: "→";
	font-size: 16px;
}
.svc-more{
	display: flex;
	justify-content: flex-end;
	margin: 28px 0 0;
}
.cat-tag{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	height: 24px;
	padding: 0 10px;
	border: 1px solid #cacaca;
	border-radius: 4px;
	font-size: 13px;
	letter-spacing: 0.02em;
	color: var(--vg-text);
	line-height: 1;
}
.vg-flow{
	position: relative;
	width: 100%;
	--vg-flow-duration: 36s;
}
.vg-flow__viewport{
	overflow: hidden;
	width: 100%;
	container-type: inline-size;
	padding-bottom: clamp(48px, 6vw, 120px);
	box-sizing: border-box;
}
.vg-flow__track{
	display: flex;
	align-items: flex-start;
	gap: 50px;
	width: max-content;
	will-change: transform;
}
.vg-flow.is-ready .vg-flow__track{
	animation: vg-flow-x var(--vg-flow-duration) linear infinite;
}
.vg-flow__item{
	flex: 0 0 auto;
	box-sizing: border-box;
}
.vg-flow__item:nth-child(odd){
	transform: translateY(0);
}
.vg-flow__item:nth-child(even){
	transform: translateY(clamp(40px, 5.5vw, 106px));
}
.vg-flow__item img{
	width: 100%;
	height: auto;
	display: block;
}
@keyframes vg-flow-x{
	from{ transform: translateX(0); }
	to{ transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce){
	.vg-flow.is-ready .vg-flow__track{
		animation: none;
	}
}
.sec-head{
	display: flex;
	align-items: baseline;
	gap: 24px;
	margin-bottom: 48px;
}
.sec-head--center{
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}
.sec-head__ja{
	font-size: clamp(32px, 3.6vw, 54px);
	line-height: 1.2;
	color: var(--vg-dark);
}
.sec-head__en{
	font-family: var(--vg-display);
	font-size: 36px;
	color: var(--vg-orange);
	line-height: 1;
}

/* ---------- news strip ---------- */
.news-strip{
	position: relative;
	background: var(--vg-dark);
	padding: 80px 80px 60px;
	overflow: hidden;
}
.news-strip__en{
	position: absolute;
	left: 0;
	top: 20px;
	font-family: var(--vg-display);
	font-size: clamp(80px, 18vw, 280px);
	line-height: 1;
	color: #ededed;
	opacity: 0.05;
	pointer-events: none;
}
.news-strip .webgene-blog{
	position: relative;
	max-width: 980px;
	margin: 0 auto;
}
.news-strip .webgene-item a{
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 14px 0;
	color: #fff;
}
.news-strip .webgene-item p{
	color: #fff;
	margin: 0;
}
.news-strip .date{
	width: 100px;
	font-size: 16px;
	flex-shrink: 0;
}
.news-strip .cate{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 80px;
	height: 24px;
	padding: 0 10px;
	border: 1px solid #cacaca;
	border-radius: 4px;
	font-size: 13px;
	flex-shrink: 0;
}
.news-strip .ttl{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-strip .more-link{
	position: relative;
	float: right;
	margin: 24px 12% 0 0;
}

/* ---------- instagram ---------- */
.insta-sec{
	padding: 80px 0;
}
.insta-sec h2{
	font-family: var(--vg-display);
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #231816;
	margin-bottom: 22px;
	padding: 0 80px;
}
.insta-sec__grid{
	position: relative;
	width: 100%;
	overflow: hidden;
	--vg-flow-duration: 32s;
}
.insta-sec .vg-flow__viewport,
.insta-sec .webgene-blog{
	overflow: hidden;
	width: 100%;
	container-type: inline-size;
	padding-bottom: 0;
}
.insta-sec .vg-flow__track{
	gap: 0;
	align-items: stretch;
}
.insta-sec .vg-flow__item,
.insta-sec .vg-flow__item:nth-child(odd),
.insta-sec .vg-flow__item:nth-child(even),
.insta-sec .webgene-item,
.insta-sec .webgene-item:nth-child(odd),
.insta-sec .webgene-item:nth-child(even){
	transform: none;
}
.insta-sec__grid .vg-flow__item,
.insta-sec__grid .webgene-item{
	width: calc(100cqw / 6);
	padding: 0 6px;
	box-sizing: border-box;
	text-decoration: none;
	color: inherit;
}
.insta-sec .webgene-item a{
	display: block;
	text-decoration: none;
	color: inherit;
}
.insta-sec .vg-flow__item img,
.insta-sec .webgene-item img{
	width: 100%;
	aspect-ratio: 1;
	height: auto;
	object-fit: cover;
	display: block;
	background: #ddd;
}
.insta-sec .svc-more{
	display: flex;
	justify-content: flex-end;
	margin: 28px 0 0;
	padding: 0 80px;
}
.insta-sec .more-link{
	font-family: var(--vg-display);
	font-size: 20px;
	letter-spacing: 0.78px;
	line-height: 24px;
	color: #231816;
	min-width: 258px;
	justify-content: space-between;
	gap: 8px;
	padding-bottom: 12px;
	border-bottom: 1px solid #231816;
}
.insta-sec .more-link p{
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	line-height: inherit;
}
.insta-sec .more-link::after{
	content: "";
	width: 12.363px;
	height: 12.363px;
	flex-shrink: 0;
	background: url("https://villagegroup.co.jp/system_panel/uploads/images/more-external.svg") no-repeat center / contain;
	font-size: 0;
}

/* ---------- footer ---------- */
.footer{
	background: var(--vg-footer);
	color: #ccc;
	padding: 80px 80px 40px;
}
.footer__grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	max-width: 1400px;
}
.footer__en{
	font-family: var(--vg-display);
	font-size: 20px;
	color: #ccc;
	padding-bottom: 12px;
	margin-bottom: 16px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}
.footer__col a{
	display: block;
	margin-top: 14px;
}
.footer__col a p,
.footer__sns p{
	font-size: 14px;
	letter-spacing: 0.04em;
	color: #ccc;
}
.footer__sns,
.footer__col a.footer__sns{
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	margin-top: 14px;
}
.footer__sns img{
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
.footer__sns p{
	margin: 0;
	display: inline-block;
	width: auto;
}
.footer__bottom{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 80px;
}
.footer__copy{
	font-size: 13px;
	letter-spacing: 0.04em;
	color: #ccc;
}
.footer__logo{
	width: 160px;
}
.copyright{
	display: none;
}

/* ANIME */
.sc-anime.on.active{
	animation-duration: 1s;
	animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
	animation-fill-mode: forwards;
	animation-delay: var(--sc-delay, 0s);
}
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-40px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(40px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-40px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(40px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(40px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-40px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(40px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-40px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(40px);
	}
	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(40px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@media (prefers-reduced-motion: reduce){
	.sc-anime.on,
	.sc-anime.on.active{
		opacity: 1;
		filter: none;
		-ms-filter: none;
		animation: none !important;
	}
	.sc-anime.topin.on,
	.sc-anime.bottomin.on,
	.sc-anime.blurin2.on{
		transform: translateY(0);
	}
	.sc-anime.leftin.on,
	.sc-anime.rightin.on{
		transform: translateX(0);
	}
}

/* hover lift / zoom */
.svc-card,
.case-grid .webgene-item a,
.shop-item,
.news-wrap > .webgene-blog > .webgene-item a{
	transition: transform 0.35s ease, box-shadow 0.35s ease, opacity 0.3s ease;
}
.svc-card:hover,
.case-grid .webgene-item a:hover,
.shop-item:hover,
.news-wrap > .webgene-blog > .webgene-item a:hover{
	opacity: 1;
	transform: translateY(-6px);
}
.news-strip .webgene-item a:hover{
	opacity: 1;
}
.svc-card__img img,
.case-grid .imgbox img,
.shop-item__img img,
.news-wrap > .webgene-blog .imgbox img{
	transition: transform 0.6s ease;
}
.svc-card:hover .svc-card__img img,
.case-grid .webgene-item a:hover .imgbox img,
.shop-item:hover .shop-item__img img,
.news-wrap > .webgene-blog > .webgene-item a:hover .imgbox img{
	transform: scale(1.06);
}

/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #FFE93C}
.txt-color2{color: #F1F1E9}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #FFE93C}
.bg-color2{background-color: #F1F1E9}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.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: #FFE93C}
.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: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.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: #FFE93C}
.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{
		padding: 30px 30px 0;
	}
	.header__logo,
	.header__logo img{
		width: 90px;
	}
	.menu-bt{
		width: 180px;
		height: 52px;
		gap: 12px;
	}
	.menu-bt__label{
		font-size: 20px;
	}
	.vg-inner,
	.page-hero,
	.news-strip,
	.footer{
		padding-left: 60px;
		padding-right: 60px;
	}
	.insta-sec h2,
	.insta-sec .svc-more{
		padding-left: 60px;
		padding-right: 60px;
	}
/* ---------- 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;}
	.insta-sec__grid .vg-flow__item,
	.insta-sec__grid .webgene-item{
		width: calc(100cqw / 3);
	}
/* ---------- common ---------- */
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.vg-flow__track{
		gap: 20px;
	}
	.vg-flow__item:nth-child(even){
		transform: translateY(32px);
	}
	.vg-flow__viewport{
		padding-bottom: 48px;
	}
	.insta-sec .vg-flow__viewport{
		padding-bottom: 0;
	}
	.insta-sec .vg-flow__track{
		gap: 0;
	}
	.insta-sec .vg-flow__item:nth-child(odd),
	.insta-sec .vg-flow__item:nth-child(even){
		transform: none;
	}
	.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{
		padding: 20px 20px 0;
	}
	.menu-bt{
		width: 140px;
		height: 44px;
		padding: 0 16px;
	}
	.menu-bt__bars{
		width: 22px;
		height: 12px;
	}
	.menu-bt__bars div:last-child{
		top: 9px;
	}
	.menu-bt.active .menu-bt__bars div:first-child,
	.menu-bt.active .menu-bt__bars div:last-child{
		top: 4.5px;
	}
	.menu-wrap{
		padding: 120px 30px 80px;
	}
	.menu-wrap__side{
		display: none;
	}
	.menu-wrap__inner,
	.footer__grid{
		grid-template-columns: 1fr 1fr;
		gap: 32px 24px;
	}
	.vg-inner,
	.page-hero,
	.news-strip,
	.footer{
		padding-left: 50px;
		padding-right: 50px;
	}
	.page-hero{
		min-height: 240px;
		padding-top: 140px;
	}
	.page-hero__ja{
		font-size: clamp(24px, 3.4vw, 40px);
	}
	.news-strip .webgene-item a{
		flex-wrap: wrap;
	}
	.insta-sec{
		padding: 40px 0 60px;
	}
	.insta-sec h2,
	.insta-sec .svc-more{
		padding-left: 50px;
		padding-right: 50px;
	}
	.insta-sec__grid .vg-flow__item,
	.insta-sec__grid .webgene-item{
		width: calc(100cqw / 2);
	}
/* ---------- 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 ---------- */
	.pc_br br{display: none;}
	.tb_br br{display: none;}
	.sp_br br{display: block;}
	.header__logo,
	.header__logo img{
		width: 72px;
	}
	.menu-bt{
		width: 120px;
		height: 40px;
		gap: 8px;
	}
	.menu-bt__label{
		font-size: 16px;
	}
	.menu-wrap{
		align-items: flex-start;
		padding: 100px 20px 48px;
	}
	.menu-wrap__mark{
		top: 12px;
		font-size: 72px;
	}
	.menu-wrap__inner{
		grid-template-columns: 1fr;
		gap: 28px;
	}
	.menu-wrap__en{
		font-size: 22px;
		margin-bottom: 12px;
		padding-bottom: 10px;
	}
	.menu-wrap__col a{
		margin-top: 12px;
	}
	.menu-wrap__col a p{
		font-size: 14px;
	}
	.menu-wrap__col a:hover{
		transform: none;
	}
	.menu-wrap__col a.footer__sns{
		padding: 10px 16px;
	}
	.vg-inner,
	.page-hero,
	.news-strip,
	.footer{
		padding-left: 20px;
		padding-right: 20px;
	}
	.page-hero{
		min-height: 200px;
		padding-top: 120px;
		padding-bottom: 24px;
	}
	.page-hero__ja{
		font-size: clamp(20px, 5.4vw, 26px);
		line-height: 1.35;
		text-align: center;
	}
	.sec-head__ja,
	.sec-head__en{
		font-size: 22px;
	}
	.more-link{
		font-size: 14px;
	}
	.footer{
		padding-top: 40px;
		padding-bottom: 32px;
	}
	.footer__grid{
		display: none;
	}
	.footer__bottom{
		flex-direction: column-reverse;
		align-items: center;
		justify-content: center;
		gap: 16px;
		margin-top: 0;
		text-align: center;
	}
	.footer__logo{
		width: 120px;
	}
	.footer__logo img{
		display: block;
		margin: 0 auto;
	}
	.sec-head{
		flex-direction: column;
		gap: 8px;
	}
	.news-strip .more-link{
		float: none;
		margin: 24px 0 0;
	}
	.insta-sec h2,
	.insta-sec .svc-more{
		padding-left: 20px;
		padding-right: 20px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
