@charset "UTF-8";

/* Reset */
.t90-jp * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

.t90-jp a {
	text-decoration: none;
	color: inherit;
}

.t90-jp ul,
ol {
	list-style: none;
}

/* Reset end*/

.t90-jp {
	background-color: dfd9d3;
	margin: 0;
	font-family: 'Noto Sans JP', sans-serif;
	font-optical-sizing: auto;
	font-weight: weight;
	font-style: normal;
	color: #333333;
}
section {
	padding-bottom: 100px;
}

.visual_main {
	width: 100%;
}

.visual_inner {
	position: relative;
	max-width: 2560px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.visual_inner {
	position: relative;
	max-width: 2560px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.visual_inner img {
	width: 100%;
	display: block;
}

.sub_img {
	position: absolute;
	top: 0;
	left: 0;
}

.kv_item_list {
	display: flex;
	gap: 24px;
	list-style: none;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 50px;
}

.kv_item_list li {
	flex: 1;
}

.kv_item_list img {
	width: 100%;
	display: block;
}

a.anchor {
	display: block;
	padding-top: 50px;
	margin-top: -50px;
}

.t90-jp .btn {
	width: 455px;
	height: 109px;
	margin: 0 auto;
}

.t90-jp .btn img {
	width: 100%;
	display: block;
}

.hover_img {
	position: relative;
	display: inline-block;
}

.hover_img img {
	display: block;
}

.hover_img img.hover {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.hover_img:hover img.hover {
	opacity: 1;
}

.video_player {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.video_player video {
	width: 100%;
}

.features_main {
	width: 100%;
}

.features_inner {
	position: relative;
	max-width: 1320px;
	margin: 0 auto;
}

.features_inner img {
	width: 100%;
	display: block;
}

.item_list {
	display: flex;
	gap: 24px;
	list-style: none;
	max-width: 1320px;
	margin: 0 auto;
	padding: 0;
}

.item_list li {
	flex: 1;
}

.item_list img {
	width: 100%;
	display: block;
}

.three_item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 40px;
	position: relative;
	margin-bottom: -210px;
}

.item_left,
.item_center,
.item_right {
	width: 390px;
}

.item_left {
	transform: translateY(-350px);
}

.item_center {
	transform: translateY(-270px);
}

.item_right {
	transform: translateY(-350px);
}

.three_item img {
	width: 100%;
	display: block;
}

.others {
	max-width: 1320px;
	margin: 0 auto;
}

.others img {
	width: 100%;
	display: block;
}

.line_txt_large {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

.line_txt_large img {
	display: block;
	position: relative;
	z-index: 2;
	width: 1320px;
}

.line_txt_large::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0%;
	width: 100%;
	height: 318px;
	transform: translate(-50%);
	background: linear-gradient(45deg, #4f92e4, #022c9f);
}

.line_txt_small {
	position: relative;
	display: flex;
	justify-content: center;
	margin-bottom: 0;
}

.line_txt_small img {
	display: block;
	position: relative;
	z-index: 2;
	width: 1320px;
}

.line_txt_small::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0%;
	width: 100%;
	height: 273px;
	transform: translate(-50%);
	background: linear-gradient(45deg, #4f92e4, #022c9f);
}

.point_picture {
	width: 100%;
}

.point-inner {
	max-width: 1320px;
	margin: 0 auto;
	margin-bottom: -270px;
}

.point-inner img {
	width: 100%;
	display: block;
}

.item_list_detail {
	display: flex;
	gap: 20px;
	list-style: none;
	max-width: 1274px;
	margin: 0 auto;
	padding: 0;
}

.item_list_detail li {
	flex: 1;
}

.item_list_detail img {
	width: 100%;
	display: block;
}

.gallery {
	max-width: 1320px;
	margin: 0 auto;
}

.gallery img {
	width: 100%;
	display: block;
}

.spec_text {
	max-width: 1320px;
	margin: 0 auto;
	margin-bottom: 0;
}

.spec_text img {
	width: 100%;
	display: block;
}

.official_shop_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	max-width: 1320px;
	margin: 0 auto;
	margin-bottom: 70px;
}

.official_item img {
	width: 100%;
	display: block;
	margin: 0 auto;
	width: 220px;
}

.official_item:hover img {
	transform: scale(1.05);
	opacity: 0.4;
}

.official_shop_text {
	max-width: 1320px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.official_shop_text img {
	width: 100%;
	display: block;
}

.shop_grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
	max-width: 1320px;
	margin: 0 auto;
	margin-bottom: 70px;
}

.grid_item img {
	width: 100%;
	display: block;
	margin: 0 auto;
	width: 227px;
}

.grid_item:hover img {
	transform: scale(1.05);
	opacity: 0.4;
}

.shop_text {
	max-width: 1320px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.shop_text img {
	width: 100%;
	display: block;
}

.container {
	max-width: 1183px;
	margin: 0 auto;
	position: relative;
}

.attention {
	position: absolute;
	color: red;
	right: 0;
	font-size: 20px;
}

.pc_only {
	display: block;
}

.sp_only {
	display: none;
}

@media (max-width: 1600px) {
	.visual_inner img {
		width: 100%;
		display: block;
	}

	.sub_img {
		position: absolute;
		top: 0;
		left: 0;
	}

	.kv_item_list {
		display: flex;
		gap: 24px;
		list-style: none;
		max-width: 1008px;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 50px;
	}

	.kv_item_list li {
		flex: 1;
	}

	.kv_item_list img {
		width: 100%;
		display: block;
	}

	a.anchor {
		display: block;
		padding-top: 50px;
		margin-top: -50px;
	}

	.btn {
		width: 350px;
		height: 84px;
		margin: 0 auto;
	}

	.btn img {
		width: 100%;
		display: block;
	}

	.hover_img {
		position: relative;
		display: inline-block;
	}

	.hover_img img {
		display: block;
	}

	.hover_img img.hover {
		position: absolute;
		inset: 0;
		opacity: 0;
		transition: opacity 0.3s ease;
	}

	.hover_img:hover img.hover {
		opacity: 1;
	}

	.video_player {
		width: 100%;
		max-width: 700px;
		margin: 0 auto;
	}
	.video_player video {
		width: 100%;
	}

	.features_main {
		width: 100%;
	}

	.features_inner {
		position: relative;
		max-width: 1008px;
		margin: 0 auto;
	}

	.features_inner img {
		width: 100%;
		display: block;
	}

	.item_list {
		display: flex;
		gap: 24px;
		list-style: none;
		max-width: 1008px;
		margin: 0 auto;
		padding: 0;
	}

	.item_list li {
		flex: 1;
	}

	.item_list img {
		width: 100%;
		display: block;
	}

	.three_item {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 40px;
		position: relative;
		margin-bottom: -210px;
	}

	.item_left,
	.item_center,
	.item_right {
		width: 301px;
	}

	.item_left {
		transform: translateY(-300px);
	}

	.item_center {
		transform: translateY(-240px);
	}

	.item_right {
		transform: translateY(-300px);
	}

	.three_item img {
		width: 100%;
		display: block;
	}

	.others {
		max-width: 1008px;
		margin: 0 auto;
	}

	.others img {
		width: 100%;
		display: block;
	}

	.line_txt_large {
		position: relative;
		display: flex;
		justify-content: center;
		margin-bottom: 0;
	}

	.line_txt_large img {
		display: block;
		position: relative;
		z-index: 2;
		width: 1008px;
	}

	.line_txt_large::after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0%;
		width: 100%;
		height: 245px;
		transform: translate(-50%);
		background: linear-gradient(45deg, #4f92e4, #022c9f);
	}

	.line_txt_small {
		position: relative;
		display: flex;
		justify-content: center;
		margin-bottom: 0;
	}

	.line_txt_small img {
		display: block;
		position: relative;
		z-index: 2;
		width: 1008px;
	}

	.line_txt_small::after {
		content: '';
		position: absolute;
		left: 50%;
		bottom: 0%;
		width: 100%;
		height: 210px;
		transform: translate(-50%);
		background: linear-gradient(45deg, #4f92e4, #022c9f);
	}

	.point_picture {
		width: 100%;
	}

	.point-inner {
		max-width: 1008px;
		margin: 0 auto;
		margin-bottom: -200px;
	}

	.point-inner img {
		width: 100%;
		display: block;
	}

	.item_list_detail {
		display: flex;
		gap: 20px;
		list-style: none;
		max-width: 980px;
		margin: 0 auto;
		padding: 0;
	}

	.item_list_detail li {
		flex: 1;
	}

	.item_list_detail img {
		width: 100%;
		display: block;
	}

	.gallery {
		max-width: 1008px;
		margin: 0 auto;
	}

	.gallery img {
		width: 100%;
		display: block;
	}

	.spec_text {
		max-width: 1008px;
		margin: 0 auto;
		margin-bottom: 0;
	}

	.spec_text img {
		width: 100%;
		display: block;
	}

	.official_shop_grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 24px;
		max-width: 1008px;
		margin: 0 auto;
		margin-bottom: 70px;
	}

	.official_item img {
		width: 100%;
		display: block;
		margin: 0 auto;
		width: 154px;
	}

	.official_item:hover img {
		transform: scale(1.05);
		opacity: 0.4;
	}

	.official_shop_text {
		max-width: 1008px;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.official_shop_text img {
		width: 100%;
		display: block;
	}

	.shop_grid {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 24px;
		max-width: 1008px;
		margin: 0 auto;
		margin-bottom: 70px;
	}

	.grid_item img {
		width: 100%;
		display: block;
		margin: 0 auto;
		width: 175px;
	}

	.grid_item:hover img {
		transform: scale(1.05);
		opacity: 0.4;
	}

	.shop_text {
		max-width: 1008px;
		margin: 0 auto;
		margin-bottom: 40px;
	}

	.shop_text img {
		width: 100%;
		display: block;
	}

	.container {
		max-width: 910px;
		margin: 0 auto;
		position: relative;
	}

	.attention {
		position: absolute;
		color: red;
		right: 0;
		font-size: 20px;
	}

	.pc_only {
		display: block;
	}

	.sp_only {
		display: none;
	}
}

@media (max-width: 768px) {
	.pc_only {
		display: none;
	}

	.sp_only {
		display: block;
		width: 100%;
	}
	.sp_only img {
		width: 100%;
		display: block;
	}

	section {
		padding-bottom: 40px;
	}

	.sp_visual_main {
		position: relative;
		padding-bottom: 100vw;
	}

	.sp_kv_item_list img {
		max-width: 90%;
		display: block;
		margin: 0 auto;
	}

	.sp_kv_item_list {
		position: absolute;
		width: 100%;
		left: 50%;
		bottom: 20px;
		transform: translate(-50%);
		display: flex;
		flex-direction: column;
		gap: 15px;
		list-style: none;
		padding: 0;
	}
	.sp_btn {
		margin: 0 auto;
	}
	.sp_btn {
		width: 70%;
		display: block;
	}

	.sp_video_player {
		width: 100%;
	}
	.sp_video_player video {
		width: 100%;
	}

	.sp_others {
		text-align: center;
	}
	.sp_others img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}

	.sp_point_picture {
		width: 100%;
		display: block;
	}
	.sp_three_item {
		width: 100%;
		margin-top: -140px;
		display: flex;
		flex-direction: column;
		gap: 10px;
		list-style: none;
		padding: 0;
		position: relative;
		z-index: 2;
	}

	.sp_three_item img {
		max-width: 75%;
		display: block;
		margin: 0 auto;
	}

	.sp_item_list {
		display: flex;
		margin: 0 auto;
		width: 80%;
		gap: 24px;
		list-style: none;
		flex-direction: column;
		padding: 0;
	}
	.sp_item_list img {
		width: 100%;
		display: block;
	}

	.sp_point-inner {
		position: relative;
		width: 100%;
	}

	.sp_main_img {
		width: 100%;
		display: block;
	}

	.sp_sub_img {
		position: absolute;
		left: 50%;
		top: 40%;
		transform: translate(-50%);
	}

	.sp_point2_picture {
		width: 100%;
		display: block;
	}

	.sp_item_list_point2 {
		width: 100%;
		margin-top: -280px;
		display: flex;
		flex-direction: column;
		gap: 20px;
		list-style: none;
		padding: 0;
	}

	.sp_item_list_point2 img {
		max-width: 90%;
		display: block;
		margin: 0 auto;
	}

	.sp_point3_picture {
		width: 100%;
		display: block;
	}

	.sp_item_list_point3 {
		width: 100%;
		margin-top: -100px;
		display: flex;
		flex-direction: column;
		gap: 20px;
		list-style: none;
		padding: 0;
	}

	.sp_item_list_point3 img {
		max-width: 90%;
		display: block;
		margin: 0 auto;
	}

	.sp_point4_picture {
		width: 100%;
		display: block;
	}

	.sp_item_list_point4 {
		width: 100%;
		margin-top: -100px;
		display: flex;
		flex-direction: column;
		gap: 20px;
		list-style: none;
		padding: 0;
	}

	.sp_item_list_point4 img {
		max-width: 90%;
		display: block;
		margin: 0 auto;
	}

	.sp_others_function {
		text-align: center;
	}
	.sp_others img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}

	.spec_text {
		margin: 0 auto;
		margin-bottom: 0;
	}

	.spec_text img {
		width: 100%;
		display: block;
	}

	@media (max-width: 768px) {
		.official_shop_text {
			margin: 0 auto;
			margin-bottom: 20px;
		}

		.official_shop_text img {
			width: 100%;
			display: block;
		}

		.shop_text {
			margin: 0 auto;
			margin-bottom: 20px;
		}

		.shop_text img {
			width: 100%;
			display: block;
		}

		.official_shop_grid {
			grid-template-columns: repeat(2, 1fr);
			margin-bottom: 20px;
		}

		.official_item img {
			display: block;
			width: 120px;
		}

		.shop_grid {
			grid-template-columns: repeat(2, 1fr);
			margin-bottom: 20px;
		}
		.grid_item img {
			display: block;
			width: 120px;
		}
	}

	.attention {
		color: red;
		text-align: right;
		margin-right: 8%;
		font-size: 8px;
	}
}
