@charset "UTF-8";

*, *::before, *::after {
	box-sizing: border-box;
}
body{
	line-height: 1.6;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
a{
	text-decoration: inherit;
	color: inherit;
}

@media screen and (max-width: 599px) {
	.forPc{
		display: none;
	}
}
@media screen and (min-width: 600px) {
	.forSp{
		display: none;
	}
}

/* header */
.headerTitle{
	background: #000;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding: 30px 40px 30px 30px; */
	padding: 0;
}
.headerTitle a:hover{
	opacity: 1!important;
}
.headerTitle .logo_gfun{
	width: 202px;
	position: relative;
	z-index: 9;
	box-sizing: content-box;
	padding: 30px 50px 30px 30px;
}

/* footer */
.footer{
	padding: 0;
}
.footerTitle{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	padding: 17px 28px 19px;
	background: #000;
}
.footerTitle .footerLogo{
	max-width: 160px;
	margin-right: 24px;
}
.footerTitle .footerCopylight{
	color: #999;
}

/* diy_challenge */
.diy_challenge{
	padding: 0;
}
.diy_challenge .inner{
	width: 95%;
	max-width: 960px;
	margin: 0 auto;
}
.diy_challenge a:hover{
	opacity: .6;
	transition: opacity .1s;
}


.fixedButton {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 20px 0;
	background: #fff;
}
.fixedButton .link{
	display: inline-block;
	width: 90%;
	max-width: 300px;
	margin: auto;
	padding: 17px 0;
	border-radius: 10px;
	background: #e6001b;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.1;
	color: #fff;
}

@media screen and (max-width: 374px) {
	.fixedButton .text{
		background: pink;
	}
}

@media screen and (min-width: 600px) {
	.fixedButton {
		top: 40%;
		right: 0px;
		left: auto;
		bottom: auto;
		width: 65px;
		padding: 0;
		background: transparent;
	}
	.fixedButton .link {
		display: inline;
		width: auto;
		padding: 20px;
		border-radius: 15px 0 0 15px;
		font-size: 29px;
	}
	.fixedButton .arrow {
		display: block;
		align-self: center;
		position: relative;
		width: 20px;
		height: 20px;
		margin: 20px auto 0;
		background: #fff;
		border-radius: 20px;
	}
	.fixedButton .arrow:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		width: 8px;
		height: 8px;
		margin: auto;
		border-top: 2px solid #e6001b;
		border-right: 2px solid #e6001b;
		transform: translateX(-1px) rotateZ(45deg);
	}
}


.firstViewArea{
	position: relative;
	/* width: 80%; */
	max-width: 1200px;
	/* height: 680px; */
	margin: auto;
	text-align: center;
}

.firstViewArea .decor{
	/* display: none; */
}
.firstViewArea .decor01{
	position: absolute;
	top: 0px;
	right: 80%;
	z-index: 2;
	max-width: 433px;
	width: clamp(120px, calc(120px + (433 - 120) * ((100vw - 300px) / (1200 - 300))), 433px);
}
.firstViewArea .decor02{
	position: absolute;
	top: 234px;
	right: 101.5%;
	z-index: 1;
	max-width: 340px;
}
.firstViewArea .decor03{
	position: absolute;
	bottom: 0px;
	right: 78%;
	z-index: 4;
	max-width: 400px;
	width: clamp(120px, calc(120px + (400 - 120) * ((100vw - 300px) / (1200 - 300))), 400px);
}
.firstViewArea .decor04{
	position: absolute;
	top: 0px;
	left: 68%;
	z-index: 4;
	max-width: 394px;
	width: clamp(130px, calc(130px + (394 - 130) * ((100vw - 300px) / (1200 - 300))), 394px);
}
.firstViewArea .decor05{
	position: absolute;
	top: 0px;
	left: 90%;
	z-index: 2;
	max-width: 390px;
	width: clamp(190px, calc(190px + (390 - 190) * ((100vw - 600px) / (1200 - 600))), 390px);
}
.firstViewArea .decor06{
	position: absolute;
	top: 238px;
	left: 98.5%;
	z-index: 1;
	max-width: 355px;
}
.firstViewArea .decor07{
	position: absolute;
	bottom: 0px;
	left: 86.5%;
	z-index: 2;
	max-width: 342px;
	width: clamp(170px, calc(190px + (342 - 170) * ((100vw - 600px) / (1200 - 600))), 342px)
}

.firstViewArea .main_bg{
	position: relative;
	z-index: 3;
}
.firstViewArea .text{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 4;
	background: url(../images/img_main_text.png) no-repeat 49% 26% / 70%;
}

.readArea{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
	padding: 40px;
	background: #006837;
}

.descAreaa {
	padding-top: 45px;
}
.descAreaa .descLists{
	display: flex;
	flex-direction: column;
}
.descAreaa .descLists .list {
	display: flex;
	position: relative;
	align-items: center;
	gap: 30px;
	width: 100%;
	margin-bottom: 30px;
}
.descAreaa .descLists .list01 {
	margin-right: auto;
}
.descAreaa .descLists .list02 {
	align-self: center;
}
.descAreaa .descLists .list03 {
	margin-left: auto;
}
.descAreaa .descLists .list .img{
	position: absolute;
	width: 70px;
	top: 0;
	flex: 0 0 auto;
}
.descAreaa .descLists .list .title{
	display: flex;
	justify-content: center;
	gap: 6px;
	min-height: 2.5em;
	margin-bottom: 20px;
	padding-left: 80px;
	font-weight: bold;
	font-size: 24px;
	color: #006837
}
.descAreaa .descLists .list .title .decoration{
	color: #EF6000;
}

@media screen and (min-width: 600px) {
	.descAreaa .descLists .list {
		width: auto;
	}
	.descAreaa .descLists .list .img{
		position: static;
		top: auto;
		width: auto;
	}
	.descAreaa .descLists .list .title{
		min-height: 0;
		padding-left: 0;
	}
}

.movieArea{
	padding: 40px 0 54px;
	background-color: #EDF8BC;
	background-image:
		repeating-linear-gradient(0deg, #fff 0, #fff 1px, transparent 1px, transparent 38px), /* 水平線*/
		repeating-linear-gradient(90deg, #fff 0, #fff 1px, transparent 1px, transparent 38px); /* 垂直線 */
	background-size: 100% 38px, 38px 100%; /* 各グラデーションの繰り返しサイズ */
	background-position: 0px 6px;
}
.movieArea .areaTitle{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px 20px;
	margin-bottom: 50px;
	text-align: center;
}
.movieArea .movieLists{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 45px;
	text-align: center;
}
.movieArea .movieLists .list .img{
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 3px 6px #00000029;
}
.movieArea .movieLists .list .title{
	margin-top: 28px;
	font-weight: bold;
	font-size: 25px;
	color: #006837;
}
.movieArea .movieLists .list .button{
	display: block;
	max-width: 270px;
	margin: 47px auto 12px;
	padding: 4px 0 9px;
	background: #006837;
	border-radius: 100px;
	font-weight: bold;
	font-size: 29px;
	color: #fff;
}

.itemArea{
	padding: 68px 0 88px;
	background: url(../images/img_item_bg.png) repeat center 0 / 1920px auto;
}
.itemArea .areaTitle{
	max-width: 840px;
	margin: 0 auto 70px;
}
.itemArea .img_main{
	overflow: hidden;
	max-width: 800px;
	margin: 0 auto 70px;
	border-radius: 20px;
	/* box-shadow: 0 3px 6px #00000029; */
	text-align: center;
}
.itemArea .itemLists{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 40px 2%;
    text-align: center;
}
.itemArea .itemLists .list{
	flex: 0 0 47%;
	line-height: 1;
}

.itemArea .itemLists .list .img{
	overflow: hidden;
	border-radius: 20px;
	box-shadow: 0 3px 6px #00000029;
}
.itemArea .itemLists .list .title{
    margin: 14px 0 8px;
	font-weight: bold;
	font-size: 20px;
	color: #5D5D5D;
}

@media screen and (min-width: 600px) {
	.movieArea{
		padding-top: 62px;
	}
	.movieArea .areaTitle{
		margin-bottom: 82px;
	}
	.itemArea .itemLists{
		justify-content: center;
		gap: 50px 30px;
	}
	.itemArea .itemLists .list{
		max-width: 290px;
	}
	.itemArea .itemLists .list .title{
		margin: 20px 0;
		font-size: 30px;
	}
}


.voiceArea{
	padding: 90px 0 83px;
	background: #F3F3F3;
}

.voiceArea .voiceTitle{

}
.voiceArea .textBlock{
	width: 100%;
	margin-top: 30px;
	padding: 16px 3%;
	border: 3px solid;
	border-radius: 10px;
	background: white;
	font-size: 26px;
}
.voiceArea .voice01{
	border-color: #D8DF21;
}
.voiceArea .voice02{
	border-color: #92278E;
}
.voiceArea .voice03{
	border-color: #00AFDD;
}
.voiceArea .textBlock img{
	display: none;
}
.voiceArea .textBlock b{
	display: block;
	font-weight: bold;
}


@media screen and (min-width: 600px) {
	.voiceArea .voiceCntentsTop{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		gap: 10px 0px;
	}
	.voiceArea .voiceCntentsBottom{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		gap: 20px 20px;
		margin-top: 10px;
	}

	.voiceArea .voiceTitle{
		transform: translate(-30px, 0);
	}
	.voiceArea .textBlock{
		position: relative;
		width: auto;
		margin: 0;
		border: none;
		background: none;
		padding: 0;
		font-size: 24px;
	}
	.voiceArea .voice01 p{
		position: absolute;
		top: 16px;
		left: 35px;
	}
	.voiceArea .voice02 p{
		position: absolute;
		bottom: 23px;
		left: 24px;
	}
	.voiceArea .voice03 p{
		position: absolute;
		bottom: 14px;
		left: 50px;
	}
	.voiceArea .textBlock img {
		display: block;
	}

}


.qaArea{
	padding: 70px 0 62px;
}
.qaArea .title{
	margin-bottom: 5px;
	text-align: center;
}
.qaArea .qaLists{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.qaArea .qaLists .list{
	position: relative;
	width: 100%;
	margin-top: 50px;
}
.qaArea .qaLists .list .textBlock{
	padding: 40px 20px 20px;
	border: 3px solid;
	border-radius: 10px;
	background: white;
}
.qaArea .qaLists .list01 .textBlock{
	border-color: #80d3ce;
}
.qaArea .qaLists .list02 .textBlock{
	border-color: #f8ac92;
}
.qaArea .qaLists .list03 .textBlock{
	border-color: #b296c7;
}

.qaArea .qaLists .list .img{
	position: absolute;
	top: -40px;
	left: -8px;
	width: 70px;
}
.qaArea .qaLists .list .frame{
	display: none;
}

.qaArea .qaLists .list .ico{
	display: inline-block;
	vertical-align: middle;
	margin-left: -76px;
	margin-right: 14px;
}
.qaArea .qaLists .list .text_q {
	margin-left: 76px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
	color: #8d8d8d;
}
.qaArea .qaLists .list .text_a {
	margin-left: 76px;
	font-size: 22px;
}

@media screen and (min-width: 600px) {
	.qaArea .title{
		margin-bottom: 45px;
	}
	.qaArea .qaLists .list{
		display: flex;
		align-items: center;
		gap: 20px;
		max-width: 680px;
		margin-top: 20px;
	}
	.qaArea .qaLists .list .img{
		position: relative;
		left: 0;
		top: 0;
		flex: 0 0 auto;
		width: auto;
	}
	.qaArea .qaLists .list .textBlock{
		position: relative;
		flex: 1 1 auto;
		padding: 22px 26px;
		border-width: 4px;
		border-radius: 20px;
	}
	.qaArea .qaLists .list .frame{
		display: block;
		position: absolute;
		left: -16px;
		width: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
}


.buyArea{
	position: relative;
    padding: 50px 5% 54%;
	background-color: #F3F3F3;
	background-image:
		repeating-linear-gradient(0deg, #E5E5E5 0, #E5E5E5 1px, transparent 1px, transparent 38px) /* 水平線*/,
		repeating-linear-gradient(90deg, #E5E5E5 0, #E5E5E5 1px, transparent 1px, transparent 38px) /* 垂直線 */;
	background-size: 100% 38px, 38px 100%;
	background-position: 0px 6px;
	background-repeat: repeat;
	text-align: center;
}
.buyArea .inner{
	position: relative;
	z-index: 1;
}
.buyArea .subTitle{
	margin-top: 33px;
	font-size: 26px;
}
.buyArea .priceBlock{
	margin: 20px 0 40px;
	line-height: 1;
}
.buyArea .priceBlock .text{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0;
	margin-right: 18px;
	padding: 12px;
	background: #000;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.buyArea .priceBlock .price{
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 32px;
	color: #e6001b;
}
.buyArea .priceBlock .price .numText{
	font-size: 60px;
}
.buyArea .priceBlock .price .taxText{
	font-weight: normal;
	font-size: 20px;
	color: #000;
}

.buyArea .buyButton{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 420px;
	margin: auto;
	padding: 6px 20px;
	border-radius: 2em;
	background: #e6001b;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 30px;
	color: #fff;
}
.buyArea .buyButton .text{
	flex: 1 1 auto;
}
.buyArea .buyButton .arrow{
	display: inline-block;
	position: relative;
	flex: 0 0 auto;
	width: 1.2em;
	height: 1.2em;
	margin: auto 0 auto 0px;
	border-radius: 1em;
	background: #fff;
}
.buyArea .buyButton .arrow:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -12%;
	width: .5em;
	height: .5em;
	margin: auto;
	border-top: 4px solid #e6001b;
	border-right: 4px solid #e6001b;
	transform: translateX(-1px) rotateZ(45deg);
}

.buyArea .decorationContainer {
	position: absolute;
	width: 100%;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.buyArea .decorationContainer img {
	position: absolute;
	/* top: -44px; */
	right: 0;
    bottom: -20%;
	width: 90%;
	height: auto;
}


@media screen and (min-width: 600px) {
	.buyArea{
		padding-top: 126px;
		padding-bottom: 194px;
		background-size: auto, 100% 38px, 38px 100%;
		background-position: top -10% right 0%, 0px 6px, 0px 6px;
	}

	.buyArea .priceBlock{
		display: inline-flex;
		flex-wrap: wrap;
		align-items: center;
		gap: 12px 18px;
		margin: 65px 0;
	}
	.buyArea .priceBlock .text{
		margin: 0;
		padding: 17px;
		font-size: 36px;
	}
	.buyArea .priceBlock .price .numText{
		font-size: 80px;
	}
	.buyArea .buyButton{
		max-width: 550px;
		padding-left: 36px;
		padding-right: 36px;
		font-size: 42px;
	}
	.buyArea .buyButton .arrow:before {
		border-width: 5px;
	}

	.buyArea .decorationContainer img {
		top: 0;
		right: 0; /* 画像の初期位置を右端にするために right: 0 を併用 */
		bottom: auto;
		width: auto;  /* 高さに合わせて幅を自動調整（画像の縦横比を保つ） */
		height: 100%; /* 親コンテナの高さに合わせる */
		object-fit: contain; /* 画像がコンテナに収まるように調整 */

		/* --- 位置の変化を定義するカスタムプロパティ ---
		* --calc-progress: 画面幅 (800px-1900px) に応じて0から1に変化する比率。
		* - 800px以下: 0 (画像が最も左に移動し、画面外)
		* - 1900px以上: 1 (画像が最も右に移動し、右寄せ)

		* --- 位置の制御 ---
		* --calc-progress が 0 のとき (800px以下):
		*/
		--num-min-width: 650;  /* 移動が始まる（または終わる）画面幅 */
		--num-max-width: 2200; /* 移動が終了する（または始まる）画面幅 */
		--min-width: 650px;
		--calc-progress: clamp(0px, calc((100vw - var(--min-width)) / (var(--num-max-width) - var(--num-min-width))), 1px);
		--max-translation-x: 7; /* 最小値の時に画像が左へ移動する最大量（0.5=50%, 7＝700%） */

		transform: translateX(calc(100 * var(--max-translation-x) * (1px - var(--calc-progress))));
	}
}


/* オーバーレイ 初期状態 */
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
/* 表示アニメーション */
.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}
/* 非表示アニメーション */
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

/* コンテンツ 初期状態 */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
/* 表示アニメーション */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
/* 非表示アニメーション */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
