@charset "utf-8";

@font-face {
	font-family: "";
	src: url("../font/") format("truetype");
}

.pc_only {
	display: none;
}

.pc_only_2 {
	display: none;
}

.pc_only_3 {
	display: none;
}

.pc_only_4 {
	display: none;
}

.sp_only {
	display: inherit;
}

.sp_only_2 {
	display: inherit;
}

.sp_only_3 {
	display: inherit;
}

.sp_only_4 {
	display: inherit;
}

@media screen and (min-width: 768px) {
    .pc_only{
		display: inherit;
	}

	.sp_only{
		display: none;
	}
}

@media screen and (min-width: 1280px) {
	.pc_only_2 {
		display: inherit;
	}

	.sp_only_2{
		display: none;
	}
}

@media screen and (min-width: 1440px) {
	.pc_only_3 {
		display: inherit;
	}

	.sp_only_3 {
		display: none;
	}
}

@media screen and (min-width: 1920px) {
	.pc_only_4 {
		display: inherit;
	}

	.sp_only_4 {
		display: none;
	}
}

html {
	/* scroll-padding-top: 120px; */
	scroll-behavior: smooth;
}

body {
	background-color: #fff;
	background-image: url(../img/);
	background-position: 50% 0;
	background-repeat: repeat;
	background-size: contain;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.5;
	color: #333333;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

th,
td {
	border: 1px solid #000;
	padding: 16px 8px;
	font-weight: 400;
}

th {
	vertical-align: baseline;
}

img {
	width: 100%;
}

.img picture,
.img img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

a:hover {
	cursor: pointer;
}

@media screen and (min-width: 768px) {
	body {
		background-image: url(../img/);
	}
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	body {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 48px;
	padding: 0;
	background-color: #ffffff;
	/* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    transition: background-color 1s ease; /* ←ここでフワッと */
	z-index: 100;
}

.header.scrolled {
	/* background-color: #85BF9C; */
}

.header_inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
	width: 100%;
	height: 100%;
}

.header_inner {
	width: 100%;
	height: 100%;
}

.header_logo_wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 0;
	width: auto;
	height: 100%;
}

.header_logo_wrap .header_logo {
	display: block;
	width: auto;
	height: 100%;
	aspect-ratio: 222 / 50;
	margin: 0;
	padding: 0;
}

.header_logo_wrap .header_logo picture,
.header_logo_wrap .header_logo img {
	display: block;
	width: auto;
	height: 100%;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 768px) {
	.header {
		height: 60px;
		/* background-color: rgba(243, 241, 245, 0.93); */
	}

	.header.scrolled {}

	.header_inner {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: stretch;
		gap: 12px;
		padding: 0;
	}

	.header_logo_wrap {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 0;
		width: 25%;
		height: auto;
		aspect-ratio: 240 / 110;
		padding: 4px 0 4px 4px;
	}

	.header_logo_wrap .header_logo {}

	.header_logo_wrap .header_logo picture,
	.header_logo_wrap .header_logo img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.header_content_wrap {
		display: block;
		width: 100%;
	}

	.header_content_wrap .header_content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		gap: 12px;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	.header_btn_wrap {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: stretch;
		gap: 12px;
		width: max-content;
		height: 75%;
	}

	.header_btn_wrap .header_btn {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		/* width: calc((100% - (12px * 2)) / 3); */
		width: max-content;
		height: 100%;
	}

	.header_btn_wrap .header_btn_1 {
		padding: 12px 0;
	}

	.header_btn_wrap .header_btn a {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0;
		width: max-content;
	}

	.header_btn_wrap .header_btn a img {
		width: 100%;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.header_btn_wrap .header_btn_2 a img,
	.header_btn_wrap .header_btn_3 a img {}

	.header_list_wrap {
		display: none;
		width: max-content;
	}

	.header_list_wrap .header_list {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-end;
		gap: 12px;
		width: 100%;
		margin: 0 auto 0;
	}

	.header_list_wrap .header_list li {
		width: max-content;
		margin: 0 auto 0;
	}

	.header_list_wrap .header_list li a {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 4px;
		font-size: 0.75rem;
		line-height: 1;
		color: #333333;
	}
}

@media screen and (min-width: 1280px) {
	.header {
		height: 84px;
	}

	.header_logo_wrap {}

	.header_content_wrap .header_content {
		flex-direction: column;
		justify-content: space-evenly;
		align-items: flex-end;
		gap: 0;
	}

	.header_btn_wrap {
		gap: 12px;
		height: auto;
	}

	.header_list_wrap {
		display: block;
	}

	.header_list_wrap .header_list {
		gap: 12px;
	}

	.header_list_wrap .header_list li.list {
		position: relative;
	}

	.header_list_wrap .header_list li.list::after {
		content: "";
		position: absolute;
		top: 50%;
		right: -12px;
		transform: translate(0, -50%);
		display: inline-block;
		width: 8px;
		height: 4px;
		background: #fff;
		clip-path: polygon(0 0, 100% 0%, 50% 100%);
	}
}

@media screen and (min-width: 1440px) {
	.header {
		height: 84px;
	}

	.header_inner {
		gap: 24px;
	}

	.header_logo_wrap {
		padding: 8px 0 8px 8px;
	}

	.header_list_wrap .header_list {
		gap: 24px;
	}

	.header_list_wrap .header_list li a {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 1920px) {
	.header {
		height: 96px;
	}

	.header_list_wrap .header_list {
		gap: 36px;
	}

	.header_list_wrap .header_list li a {
		font-size: 1.125rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.fv_1 {
	position: relative;
	overflow: hidden;
}

.fv_1 .inner {}

.fv_1 .text_wrap {
	position: absolute;
	z-index: 1;
	bottom: 10.5%;
	left: 5%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	width: max-content;
	max-width: 100%;
	height: max-content;
	max-height: 100%;
	margin: 0;
	padding: 0;
	font-size: 2.15rem;
}

.fv_1 .text_wrap .text_1 {
	width: max-content;
	max-width: 100%;
	font-size: 1em;
	line-height: 1.25;
	letter-spacing: 0.1em;
	color: #fff;
}

.fv_1 .text_wrap .text_1 span {
	display: block;
	width: max-content;
	max-width: 100%;
}

.fv_1 .text_wrap .text_2 {
	width: max-content;
	max-width: 100%;
	font-size: 0.56875em;
	letter-spacing: 0.1em;
	color: #fff;
}

.fv_1 .text_wrap .text_2 span {
	display: block;
	width: max-content;
	max-width: 100%;
}

.swiper-pagination-bullet {
	background-color: #ffffff;
	opacity: 1;
}

.swiper-pagination-bullet-active {
	background-color: #291ea7;
}

@media screen and (min-width: 768px) {
	.fv_1 {}

	.fv_1 .inner {}

	.fv_1 .text_wrap {
		bottom: 14.8%;
		left: 4.8%;
		gap: 12px;
		font-size: 1.5rem;
	}

	.fv_1 .text_wrap .text_1 {}

	.fv_1 .text_wrap .text_1 span {}

	.fv_1 .text_wrap .text_2 {
		font-size: 0.665em;
	}

	.fv_1 .text_wrap .text_2 span {}
}

@media screen and (min-width: 1280px) {
	.fv_1 .text_wrap {
		gap: 22px;
		font-size: 2.475rem;
	}

	.fv_1 .text_wrap .text_1 {}

	.fv_1 .text_wrap .text_2 {}

	.swiper-pagination-bullet {
		width: 16px;
		height: 16px;
	}

	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
	.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 8px;
	}

	.swiper-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 24px;
	}
}

@media screen and (min-width: 1440px) {
	.fv_1 .text_wrap {
		gap: 22px;
		font-size: 2.78rem;
	}

	.fv_1 .text_wrap .text_1 {}

	.fv_1 .text_wrap .text_2 {}
}

@media screen and (min-width: 1920px) {
	.fv_1 .text_wrap {
		gap: 32px;
		font-size: 3.72rem;
	}

	.fv_1 .text_wrap .text_1 {}

	.fv_1 .text_wrap .text_2 {}
}

/* ---------------------------------------------------------------------------------------------------- */

.fv_2 {
	position: relative;
	height: 240px;
	background-image: url(../img/fv_2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
}

.fv_2 .section_inner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
}

.fv_2 .inner {
	position: relative;
	width: 100%;
	height: 100%;
}

.fv_2 .text_wrap {
	position: absolute;
	z-index: 0;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
	font-size: 2.4rem;
	font-weight: 700;
}

.fv_2 .text_wrap .text {
	width: max-content;
	max-width: 100%;
	line-height: 1;
}

.fv_2 .text_wrap .text_1 {
	font-family: "Noto Serif JP", serif;
	font-size: 1em;
	font-weight: 700;
}

.fv_2 .text_wrap .text_2 {
	font-family: "Noto Serif JP", serif;
	font-size: 0.33em;
}

@media screen and (min-width: 768px) {
	.fv_2 {
		height: auto;
		background-image: none;
	}

	.fv_2 .section_inner {}

	.fv_2 .inner {}

	.fv_2 .img {
		padding: 0 0 0 20%;
	}

	.fv_2 .text_wrap {
		left: 10%;
		transform: translate(0, -50%);
		align-items: flex-start;
	}

	.fv_2 .text_wrap .text {}

	.fv_2 .text_wrap .text_1 {}

	.fv_2 .text_wrap .text_2 {}
}

@media screen and (min-width: 1280px) {
	.fv_2 {
		height: auto;
		background-image: none;
	}

	.fv_2 .section_inner {}

	.fv_2 .section_container {}

	.fv_2 .text_wrap {
		font-size: 3.65rem;
	}

	.fv_2 .text_wrap .text {}

	.fv_2 .text_wrap .text_1 {}

	.fv_2 .text_wrap .text_2 {}
}

@media screen and (min-width: 1440px) {
	.fv_2 {
		height: auto;
		background-image: none;
	}

	.fv_2 .section_inner {}

	.fv_2 .section_container {}

	.fv_2 .text_wrap {
		gap: 24px;
		font-size: 4.9rem;
	}

	.fv_2 .text_wrap .text {}

	.fv_2 .text_wrap .text_1 {}

	.fv_2 .text_wrap .text_2 {}
}

@media screen and (min-width: 1920px) {
	.fv_2 {
		height: auto;
		background-image: none;
	}

	.fv_2 .section_inner {}

	.fv_2 .section_container {}

	.fv_2 .text_wrap {
		font-size: 6rem;
	}

	.fv_2 .text_wrap .text {}

	.fv_2 .text_wrap .text_1 {}

	.fv_2 .text_wrap .text_2 {}
}

/* ---------------------------------------------------------------------------------------------------- */

.section {
	width: 100%;
	margin: 0;
	padding: 0;
}

.section_inner {
	width: 100%;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_floating {
	position: fixed;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 5;
}

.section_floating .section_inner {
	padding: 0;
}

.section_floating .section_container_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto 0;
}

.section_floating .flex {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_floating .flex .link {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: calc((100% - (0px * 4)) / 5);
	height: auto;
}

.section_floating .flex .link:nth-child(-n+3) {
    width: calc(100% / 3);
	aspect-ratio: 93 / 79;
}

.section_floating .flex .link:nth-child(n+4) {
    width: calc(100% / 5 * 1.5);
	aspect-ratio: 79 / 79;
}

/* .section_floating .flex .link:nth-child(1) {
    background-image: url(../img/floating_1.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_floating .flex .link:nth-child(2) {
    background-image: url(../img/floating_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_floating .flex .link:nth-child(3) {
    background-image: url(../img/floating_3.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_floating .flex .link:nth-child(4) {
    background-image: url(../img/floating_4.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section_floating .flex .link:nth-child(5) {
    background-image: url(../img/floating_5.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
} */

.section_floating .flex .link img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.heading_wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.heading {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	font-size: 1.25rem;
}

.heading > * {
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 0;
	padding: 0;
	/* letter-spacing: 0.1em; */
}

.heading .main {
	position: relative;
	font-size: 1em;
	/* font-weight: 700; */
}

.heading .sub {
	position: relative;
	font-size: 1rem;
}

.heading picture,
.heading img {
	width: 100%;
	max-width: 100%;
	max-height: 100%;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1280px) {
	
}

@media screen and (min-width: 1440px) {
	.heading {
		gap: 24px;
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 1920px) {

}

/* ---------------------------------------------------------------------------------------------------- */

.band {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    bottom: -5vw;
    right: 0;
	z-index: 0;
}

.band::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 150%;
    height: 60px;
    background-color: #fe6628;
    transform: rotate(45deg);
    transform-origin: top left;
}

/* ---------------------------------------------------------------------------------------------------- */

.btn {
	/* display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: fit-content;
	margin: 0 auto;
	padding: 12px 36px;
	background-color: #fff;
	border-radius: 60px;
	font-weight: 700;
	color: #ccc; */
	width: 240px;
}

@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 1440px) {
	
}

.mouse_drag_scroll {
	cursor: grab;
}

.mouse_drag_scroll:active {
	cursor: grabbing;
}

@media screen and (min-width: 768px) {
	.mouse_drag_scroll {
		cursor: auto;
	}

	.mouse_drag_scroll:active {
		cursor: auto;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.map {
    /* width: 100%; */
}

.map iframe {
    /* width: 100%;
    height: auto;
	aspect-ratio: 1 / 1; */
}

@media screen and (min-width: 768px) {
	.map iframe {
		/* aspect-ratio: 2 / 1; */
	}
}

@media screen and (min-width: 1280px) {
	.map iframe {
		/* aspect-ratio: 3 / 1; */
	}
}

@media screen and (min-width: 1440px) {
	
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_store {
	position: relative;
	background-color: #eeeeee;
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.section_store::before,
.section_store::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fe6628;
}

.section_store::before {
	width: 100%;
	height: 12px;
}

.section_store::after {
	width: 12px;
	height: 100%;
}

.section_store .section_inner {
	padding: 20% 0;
}

.section_store .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
}

.section_store .heading_wrap {
	align-items: flex-start;
	width: 90%;
	margin: 0 auto 0;
}

.section_store .heading_wrap .heading {
	align-items: flex-end;
}

.section_store .heading_wrap .heading .main {
	
}

.section_store .heading_wrap .heading .sub {
	
}

.section_store .content_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 90%;
	margin: 0 auto 0;
}

.section_store .content_wrap .content {
	width: 100%;
}

.section_store .content_wrap .content .content_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 100%;
}

.section_store .content_wrap .content .content_inner .text {
	width: max-content;
	max-width: 100%;
	margin-right: auto;
	padding: 0.5em;
	background-color: #fe6628;
	font-size: 1.5rem;
	line-height: 1;
	color: #fff;
}

.section_store .content_wrap .content .content_inner table {
	width: 100%;
}

.section_store .content_wrap .content .content_inner table tr {
	width: 100%;
}

.section_store .content_wrap .content .content_inner table tr th,
.section_store .content_wrap .content .content_inner table tr td {
	display: block;
	border: 0;
	border-bottom: 1px #b2b2b2 solid;
}

.section_store .content_wrap .content .content_inner table tr th {
	width: 100%;
}

.section_store .content_wrap .content .content_inner table tr td {
	width: 100%;
}

.section_store .content_wrap .content .content_inner .btn {
	position: relative;
	width: 75%;
	padding: 1em 2em 1em 1em;
	border: 2px #00255b solid;
	text-align: center;
	line-height: 1;
	color: #00255b;
}

.section_store .content_wrap .content .content_inner .btn::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 60px;
	height: 2px;
	border-radius: 0 2px 2px 0;
	background-color: #00255b;
	transform: translate(37.5%, -50%);
}

.section_store .content_wrap .content .content_inner .btn::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 12px;
	height: 2px;
	border-radius: 0 2px 2px 0;
	background-color: #00255b;
	transform: translate(187.5%, -60%) rotate(60deg);
	transform-origin: calc(100% - 1px) 50%;
}

.section_store .content_wrap .content .content_inner .map {
	width: 100%;
}

.section_store .content_wrap .content .content_inner .map iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 4 / 3;
}

@media screen and (min-width: 768px) {
	.section_store {}

	.section_store::before,
	.section_store::after {}

	.section_store::before {
		background: linear-gradient(90deg, #fff 0%, #fff 5%, #fe6628 5%, #fe6628 100%);
	}

	.section_store::after {
		width: 24px;
	}

	.section_store .section_inner {
		padding: 10% 0;
	}

	.section_store .inner {}

	.section_store .heading_wrap {
		align-items: center;
	}

	.section_store .heading_wrap .heading {}

	.section_store .heading_wrap .heading .main {}

	.section_store .heading_wrap .heading .sub {}

	.section_store .content_wrap {
		flex-direction: row;
	}

	.section_store .content_wrap .content {}

	.section_store .content_wrap .content .content_inner {}

	.section_store .content_wrap .content .content_inner .text {}

	.section_store .content_wrap .content .content_inner table {}

	.section_store .content_wrap .content .content_inner table tr {}

	.section_store .content_wrap .content .content_inner table tr th,
	.section_store .content_wrap .content .content_inner table tr td {
		display: table-cell;
	}

	.section_store .content_wrap .content .content_inner table tr th {
		width: 30%;
	}

	.section_store .content_wrap .content .content_inner table tr td {
		width: 70%;
	}

	.section_store .content_wrap .content .content_inner .btn {
		width: 60%;
	}

	.section_store .content_wrap .content .content_inner .btn::before {}

	.section_store .content_wrap .content .content_inner .btn::after {}

	.section_store .content_wrap .content .content_inner .map {}

	.section_store .content_wrap .content .content_inner .map iframe {}
}

@media screen and (min-width: 1280px) {
	.section_store {}

	.section_store::before,
	.section_store::after {}

	.section_store::before {
		height: 24px;
	}

	.section_store::after {
		width: 48px;
	}

	.section_store .section_inner {}

	.section_store .inner {}

	.section_store .heading_wrap {
		width: 80%;
	}

	.section_store .heading_wrap .heading {}

	.section_store .heading_wrap .heading .main {}

	.section_store .heading_wrap .heading .sub {}

	.section_store .content_wrap {
		width: 80%;
	}

	.section_store .content_wrap .content {}

	.section_store .content_wrap .content .content_inner {}

	.section_store .content_wrap .content .content_inner .text {}

	.section_store .content_wrap .content .content_inner table {}

	.section_store .content_wrap .content .content_inner table tr {}

	.section_store .content_wrap .content .content_inner table tr th,
	.section_store .content_wrap .content .content_inner table tr td {}

	.section_store .content_wrap .content .content_inner table tr th {}

	.section_store .content_wrap .content .content_inner table tr td {}

	.section_store .content_wrap .content .content_inner .btn {
		width: 40%;
	}

	.section_store .content_wrap .content .content_inner .btn::before {}

	.section_store .content_wrap .content .content_inner .btn::after {}

	.section_store .content_wrap .content .content_inner .map {}

	.section_store .content_wrap .content .content_inner .map iframe {}
}

@media screen and (min-width: 1440px) {
	.section_store {}

	.section_store::before,
	.section_store::after {}

	.section_store::before {
		height: 36px;
	}

	.section_store::after {
		width: 72px;
	}

	.section_store .section_inner {}

	.section_store .inner {
		gap: 136px;
	}

	.section_store .heading_wrap {}

	.section_store .heading_wrap .heading {}

	.section_store .heading_wrap .heading .main {}

	.section_store .heading_wrap .heading .sub {}

	.section_store .content_wrap {
		gap: 72px;
		width: 70%;
	}

	.section_store .content_wrap .content {}

	.section_store .content_wrap .content .content_inner {
		gap: 48px;
	}

	.section_store .content_wrap .content .content_inner .text {}

	.section_store .content_wrap .content .content_inner table {}

	.section_store .content_wrap .content .content_inner table tr {}

	.section_store .content_wrap .content .content_inner table tr th,
	.section_store .content_wrap .content .content_inner table tr td {
		font-size: 1.125rem;
	}

	.section_store .content_wrap .content .content_inner table tr th {}

	.section_store .content_wrap .content .content_inner table tr td {}

	.section_store .content_wrap .content .content_inner .btn {
		width: 50%;
		font-size: 1.125rem;
	}

	.section_store .content_wrap .content .content_inner .btn::before {}

	.section_store .content_wrap .content .content_inner .btn::after {}

	.section_store .content_wrap .content .content_inner .map {}

	.section_store .content_wrap .content .content_inner .map iframe {}
}

@media screen and (min-width: 1920px) {
    
}

/* ---------------------------------------------------------------------------------------------------- */

.footer {
	/* background-image: linear-gradient(180deg, rgba(4, 0, 33, 1) 10%, rgba(41, 30, 167, 1) 40%); */
}

.footer_inner {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.footer .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 100%;
	margin: 0 auto 0;
	padding: 10% 0 10%;
	background-image: url(../img/footer_bg_sp.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .content {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 90%;
}

.footer .content_1 {
	gap: 24px;
}

.footer .content_1 .logo {
	display: block;
	width: 80%
}

.footer .logo picture,
.footer .logo img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.footer .content_1 .text_wrap {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
}

.footer .content_1 .text_wrap .text {
	line-height: 2;
	color: #ffffff;
}

.footer .content_1 .text_wrap .text_1 {
	text-align: center;
}

.footer .content_2 {
	gap: 72px;
}

.footer .content_2 .btn_wrap {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: stretch;
	gap: 36px;
	width: 90%;
}

.footer .content_2 .btn_wrap .btn {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 100%;
}

.footer .content_2 .btn_wrap .btn a {
	width: 100%;
	height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.footer .content_2 .btn_wrap .btn a img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.footer .content_2 .table_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 36px;
	width: 100%;
}

.footer .content_2 .table_wrap .img {
	width: 100%;
}

.footer .content_2 .table_wrap .text {
	width: 100%;
	line-height: 2;
	color: #ffffff;
}

.footer .map {
	width: 100%;
	margin: 0 auto 0;
}

.footer .map iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
}

.copyright {
	display: block;
	width: 100%;
	margin: 0 auto 0;
	padding: 5% 5%;
	/* background-image: linear-gradient(90deg, rgba(4, 0, 33, 1) 10%, rgba(41, 30, 167, 1) 40%); */
	background-color: #edebef;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 600;
	color: #333333;
}

@media screen and (min-width: 768px) {
	.footer {}

	.footer_inner {}

	.footer .inner {
		background-image: url(../img/footer_bg_pc.png);
	}

	.footer .content {}

	.footer .content_1 {}

	.footer .content_1 .logo {
		width: 35%;
	}

	.footer .logo picture,
	.footer .logo img {}

	.footer .content_1 .text_wrap {}

	.footer .content_1 .text_wrap .text {}

	.footer .content_1 .text_wrap .text_1 {}

	.footer .content_2 {
		flex-direction: row;
	}

	.footer .content_2 .btn_wrap {
		gap: 24px;
		width: 35%;
	}

	.footer .content_2 .btn_wrap .btn {}

	.footer .content_2 .btn_wrap .btn a {}

	.footer .content_2 .btn_wrap .btn a img {}

	.footer .content_2 .table_wrap {
		flex: 1;
		gap: 24px;
	}

	.footer .content_2 .table_wrap .img {}

	.footer .content_2 .table_wrap .text {
		line-height: 2;
	}

	.footer .map {}

	.footer .map iframe {
		aspect-ratio: 3 / 1;
	}

	.copyright {
		padding: 24px 5%;
	}
}

@media screen and (min-width: 1280px) {
	.footer {}

	.footer_inner {}

	.footer .inner {}

	.footer .content {
		width: 80%;
	}

	.footer .content_1 {}

	.footer .content_1 .logo {}

	.footer .logo picture,
	.footer .logo img {}

	.footer .content_1 .text_wrap {}

	.footer .content_1 .text_wrap .text {}

	.footer .content_1 .text_wrap .text_1 {}

	.footer .content_2 {}

	.footer .content_2 .btn_wrap {}

	.footer .content_2 .btn_wrap .btn {}

	.footer .content_2 .btn_wrap .btn a {}

	.footer .content_2 .btn_wrap .btn a img {}

	.footer .content_2 .table_wrap {}

	.footer .content_2 .table_wrap .img {}

	.footer .content_2 .table_wrap .text {}

	.footer .map {}

	.footer .map iframe {}

	.copyright {}
}

@media screen and (min-width: 1440px) {
	.footer {}

	.footer_inner {}

	.footer .inner {
		gap: 72px;
	}

	.footer .content {
		width: 70%
	}

	.footer .content_1 {}

	.footer .content_1 .logo {
		width: 30%;
	}

	.footer .logo picture,
	.footer .logo img {}

	.footer .content_1 .text_wrap {}

	.footer .content_1 .text_wrap .text {}

	.footer .content_1 .text_wrap .text_1 {}

	.footer .content_2 {
		gap: 96px;
	}

	.footer .content_2 .btn_wrap {}

	.footer .content_2 .btn_wrap .btn {}

	.footer .content_2 .btn_wrap .btn a {}

	.footer .content_2 .btn_wrap .btn a img {}

	.footer .content_2 .table_wrap {}

	.footer .content_2 .table_wrap .img {}

	.footer .content_2 .table_wrap .text {}

	.footer .map {}

	.footer .map iframe {}

	.copyright {}
}

@media screen and (min-width: 1920px) {
	.footer {}

	.footer_inner {}

	.footer .inner {
		gap: 96px;
	}

	.footer .content {}

	.footer .content_1 {}

	.footer .content_1 .logo {
		width: 25%;
	}

	.footer .logo picture,
	.footer .logo img {}

	.footer .content_1 .text_wrap {}

	.footer .content_1 .text_wrap .text {}

	.footer .content_1 .text_wrap .text_1 {}

	.footer .content_2 {
		gap: 120px;
	}

	.footer .content_2 .btn_wrap {}

	.footer .content_2 .btn_wrap .btn {}

	.footer .content_2 .btn_wrap .btn a {}

	.footer .content_2 .btn_wrap .btn a img {}

	.footer .content_2 .table_wrap {}

	.footer .content_2 .table_wrap .img {}

	.footer .content_2 .table_wrap .text {}

	.footer .map {}

	.footer .map iframe {}

	.copyright {}
}
