
.fs-l-main, .fs-l-main, .fs-l-pageMain {
	max-width: inherit !important;
	margin: 0 auto;
}
#fs_CustomPage .fs-l-main {
	padding: 0;
}
.fs-c-breadcrumb__listItem {
	display: inline;
}
#footer{
	position: relative;
	z-index: 2;
}
/* .fs-c-breadcrumb,
.fs-c-breadcrumb__list{
	position: relative;
	z-index: 2;
}
.fs-c-breadcrumb::before{
	position: absolute;
	content: "";
	background-color: #FFF;
	top: 0;
	left: 0;
	width: 100vw;
	height: 120%;
  margin-left: 50%;
  transform: translateX(-50%);
} */

/* css */
:root {
	--noto: "Noto Sans JP", sans-serif;
	--color_main: #2e2e2e;
	--shadow: drop-shadow(.2em .2em 2em rgba(222,227,229,.7));
	--width: 1200px;
}
@media screen and (max-width: 1380px) {
	:root {
		--width: 92%;
	}
}

.pc_only {
	display: block;
}
@media screen and (max-width: 768px) {
	.pc_only {
		display: none;
	}
}

.sp_only {
	display: none;
}
@media screen and (max-width: 768px) {
	.sp_only {
		display: block;
	}
}
#header{
	position: relative;
	z-index: 10;
}
.lp_wrap {
	position: relative;
	margin: 0 auto;
	font-weight: 400;
	font-family: var(--noto);
}
.lp_wrap img {
	width: 100%;
}
@media screen and (max-width: 1380px) {
}
@media screen and (max-width: 768px) {
}
.lp_wrap * {
	line-height: 1em;
	font-feature-settings: "palt";
	font-family: "source-han-sans-japanese", sans-serif;
	color: var(--color_main);
	font-size: 62.5%;
	line-height: 1.7;
	box-sizing: border-box;
}


/*共通*/
.content-wrap{
	max-width: 1120px;
	width: 100%;
	margin: auto;
	padding: 10rem 0;
}

.lp_bg{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}
.lp_content{
	position: relative;
	z-index: 2;
}

.fv{
	max-width: 1094px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}
@media screen and (max-width:768px){
	.fv{
		padding: 0;
	}
	.lp_bg{
		top: 60px;
	}
}

.lead_box{
	position: relative;
	max-width: 900px;
	width: 100%;
	margin: 0 auto 50px;
	padding: 60px 0;
	background-color: rgb(0, 0, 0, 0.8);
	border-radius: 20px;
	opacity: 0;
	transform: translateY(80px);
	transition: opacity 0.8s ease, transform 0.8s ease;
	box-shadow:
		0 0 0 1px rgba(255, 255, 255, 0.2),
		0 0 18px rgba(0, 125, 225, 0.45),
		0 0 42px rgba(0, 125, 225, 0.5),
		0 0 72px rgba(0, 125, 225, 0.35);
}
.lead_box.active{
	opacity: 1;
	transform: translateY(0);
}
.lead_box::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  border: 4px solid #007de1;
	border-radius: 15px;
}
.lead_box img {
	width: auto;
	margin: 0 auto;
}
.lead_img .icon{
	max-width: 187px;
	width: 100%;
}
.lead_img .redy{
	max-width: 267px;
	width: 100%;
}
.lead_title{
	font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
	font-size: 48px;
	color: #ffff00;
	text-align: center;
	text-shadow:
		0 0 2px rgba(255, 255, 255, 0.95),
		0 0 10px rgba(0, 125, 225, 0.95),
		0 0 22px rgba(0, 125, 225, 0.9),
		0 0 40px rgba(0, 125, 225, 0.72),
		0 0 60px rgba(0, 125, 225, 0.45);
	margin: 10px;
}
.lead_text{
	font-family: "ab-megadot9", sans-serif;
	font-size: 20px;
	color: #ffff00;
	text-align: center;
	margin-bottom: 20px;
}
.lead_left{
	position: absolute;
	bottom: -170px;
	left: -60px;
	max-width: 137px;
}
.lead_right{
	position: absolute;
	bottom: -110px;
	right: -45px;
	max-width: 144px;
}
.lead_left img,
.lead_right img{
	width: 100%;
}
.lead_btn{
	display: inline-block;
	aspect-ratio: 518 / 309;
	max-width: 518px;
	width: 100%;
  background: url("../img/nav_btn.png") no-repeat center / contain;
	transition: 99.om5s;
	margin: 0 auto;
	transition: all 0.3s ease;
	opacity: 0;
	transition: opacity 0.8s ease 0.35s, background-image 0.3s ease;
}
.lead_btn.active{
	opacity: 1;
}
.lead_btn:hover {
  background: url("../img/nav_btn-hover.png") no-repeat center / contain;
}

.info_wrap.left{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
	opacity: 0;
	transform: translateX(-80px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.info_wrap.right{
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	opacity: 0;
	transform: translateX(80px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.info_wrap.active{
	opacity: 1;
	transform: translateX(0);
}
.info_img{
	max-width: 992px;
	width: 100%;
}
.info_box{
	max-width: 666px;
	width: 100%;
	background-color: #FFF;
	border: 5px solid #007de1;
	border-radius: 20px;
	padding: 60px;
	z-index: 3;
}
.info_wrap.left .info_img{
	order: 1;
}
.info_wrap.left .info_box{
	margin-left: -50px;
	margin-top: 0px;
	order: 2;
}
.info_wrap.right .info_box{
	margin-right: -50px;
	margin-top: 0px;
	order: 1;
}
.info_wrap.right .info_img{
	order: 1;
}
.info_title{
	font-family: "ab-megadot9", sans-serif;
	font-size: 28px;
	color: #007de1;
	margin-bottom: 20px;
}
.info_text{
	font-size: 16px	;
}
@media screen and (max-width:768px){
	.lead_title{
		font-size: 26px;
	}
	.lead_text{
		font-size: 14px;
	}
	.lead_box{
		width: 90%;
		margin-bottom: 110px;
	}
	.info_wrap.left,
	.info_wrap.right{
		display: grid;
		justify-items: center;
		transform: none;
		transition: opacity 0.8s ease;
	}
	.info_wrap.left .info_box,
	.info_wrap.right .info_box{
		margin-left: 0;
		margin-right: 0;
		margin-top: -50px;
		order: 2;
	}
	.info_title{
		font-size: 24px;
	}
	.info_text{
		font-size: 14px	;
	}


	.lead_left{
		position: absolute;
		bottom: -85px;
		left: 0px;
		max-width: 85px;
	}
	.lead_right{
		position: absolute;
		bottom: -80px;
		right: 0px;
		max-width: 85px;
	}
	.info_box{
		width: 90%;
		padding: 30px;
		margin: 0 auto;
	}
	.lead_btn{
		width: 80%;
	}
}


/*商品*/
.lp_wrap::before{
	content: "";
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	opacity: 0;
	transition: opacity 0.4s ease;
	pointer-events: none;
	z-index: 1;
}
.lp_wrap.product-overlay-active::before{
	opacity: 1;
}
.product_title{
	font-family: "ab-megadot9", sans-serif;
	font-size: 48px;
	color: #FFF;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}

.product_item{
	max-width: 1120px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	gap: 100px;
	margin: 60px auto 60px;
	opacity: 0;
	transform: translateY(80px);
	transition: opacity 0.8s ease, transform 0.8s ease;
}
.product_item.active{
	opacity: 1;
	transform: translateY(0);
}
.item_thum{
	width: 100%;
}
.product_img{
	position: relative;
	width: 50%;
	margin: 0 auto;
}
.product_info{
	max-width: 450px;
	width: 100%;
	text-align: center;
	margin: 0;
	display: grid;
}
.item_title{
	font-family: "ab-megadot9", sans-serif;
	font-size: 22px;
	color: #FFF;
	text-align: center;
	margin-bottom: 10px;
}
.item_text{
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin-bottom: 20px;
}
.item_btn{
	display: inline-block;
	aspect-ratio: 186 / 82;
	max-width: 186px;
	width: 100%;
  background: url("../img/product_btn.png") no-repeat center / contain;
	transition: 99.om5s;
	margin: 0 auto;
	transition: all 0.3s ease;
}
.item_btn:hover {
  background: url("../img/product_btn-hover.png") no-repeat center / contain;
}
#item01 .product_info,
#item03 .product_info{
	order: 1;
}
#item01 .product_img,
#item03 .product_img{
	order: 2;
}
#item02 .product_info,
#item04 .product_info{
	order: 2;
}
#item02 .product_img,
#item04 .product_img{
	order: 1;
}


#item01 .product_icon{
	position: absolute;
	max-width: 228px;
	width: 100%;
	margin: 0;position: absolute;
	top: 33%;
	left: -10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#item02 .product_icon{
	position: absolute;
	max-width: 304px;
	width: 100%;
	margin: 0;position: absolute;
	top: 50%;
	left: -10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#item03 .product_icon{
	position: absolute;
	max-width: 228px;
	width: 100%;
	margin: 0;position: absolute;
	top: 45%;
	left: -10%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#item04 .product_icon{
	position: absolute;
	max-width: 352px;
	width: 100%;
	margin: 0;position: absolute;
	top: 44%;
	left: -3%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

@media screen and (max-width:768px){
	.product_title{
		font-size: 26px;
	}
	.item_title{
		font-size: 20px;
	}
	.item_text{
		font-size: 14px;
	}
	.product_item{
		display: grid;
		gap: 40px;
	}
	.item_thum{
		width: 90%;
		margin: 0 auto;
	}
	.product_img{
		width: 90%;
		margin: 0 auto;
	}
	#item01 .product_info,
	#item03 .product_info{
		order: 2;
	}
	#item01 .product_img,
	#item03 .product_img{
		order: 1;
	}
	#item02 .product_info,
	#item04 .product_info{
		order: 2;
	}
	#item02 .product_img,
	#item04 .product_img{
		order: 1;
	}

#item01 .product_icon {
		width: 35%;
		top: 33%;
		left: 1%;
	}
	#item02 .product_icon{
		width: 45%;
		top: 50%;
		left: 2%;;
	}
	#item03 .product_icon{
    width: 35%;
		top: 42%;
		left: -5%;
	}
	#item04 .product_icon{
    width: 55%;
    top: 45%;
    left: 5%;
	}
}



/* コンテナ本体（高さはJSで動的に変わります） */
.pacman-divider {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
}
/* 仮想空間（常に1000x100） */
.pacman-divider .divider-inner {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 1000px;
	width: 100%;
  height: 100px;
  transform-origin: top left; /* 左上を基準に縮小拡大する */
}

.pacman-divider .dot-layer {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}
.pacman-divider .dot {
  position: absolute;
  top: 50%;
  image-rendering: pixelated;
  transition: opacity 0.1s ease-out;
}
.pacman-divider .character {
  position: absolute;
  top: 50%;
  image-rendering: pixelated;
  z-index: 10;
}
.label {
  text-align: center;
  padding: 8px;
  background: #222;
  color: #fff000;
  font-family: monospace;
  font-size: 14px;
  letter-spacing: 2px;
}
