@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;
}

.sp_only {
	display: inherit;
}

.sp_only_2 {
	display: inherit;
}

.sp_only_3 {
	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;
	}
}

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) {
	
}

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

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

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

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

.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: 323 / 84;
}

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

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

	.header.scrolled {
		background-color: #fe6628;
	}

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

	.header_logo_wrap {}

	.header_logo_wrap .header_logo {
		height: 90%;
		margin: 0;
		margin-left: 24px;
		padding: 0;
		background-color: transparent;
	}

	.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: flex;
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		gap: 12px;
		width: 100%;
	}

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

	.header_content_wrap .header_content_1 {
		flex: 1;
	}

	.header_content_wrap .header_content_2 {
		display: block;
		width: 20%;
		height: auto;
		aspect-ratio: 149 / 100;
	}

	.header_btn_wrap {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
		gap: 12px;
		width: 80%;
	}

	.header_btn_wrap .header_btn {
		display: block;
		width: max-content;
		font-size: 0.75rem;
		line-height: 1;
		color: #fff;
	}

	.header_btn_wrap .header_btn .highlight {
		font-size: 1.25em;
	}

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

	.header_list_wrap {
		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;
		font-weight: 500;
		line-height: 1;
		color: #fff;
	}

	.header_list_wrap .header_list li a::after {
		content: none;
		position: absolute;
		bottom: -8px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 4px;
		height: auto;
		aspect-ratio: 3 / 2;
		background-color: #041E3E;
	}
}

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

	.header.scrolled {}

	.header_inner {
		align-items: stretch;
		gap: 24px;
	}

	.header_logo_wrap {
		height: auto;
	}

	.header_logo_wrap .header_logo {
		height: 80%
	}

	.header_logo_wrap .header_logo picture,
	.header_logo_wrap .header_logo img {}

	.header_content_wrap {
		gap: 24px;
	}

	.header_content_wrap .header_content {}

	.header_content_wrap .header_content_1 {}

	.header_content_wrap .header_content_2 {
		width: 15%;
	}

	.header_btn_wrap {
		gap: 24px;
	}

	.header_btn_wrap .header_btn {
		font-size: 1rem;
	}

	.header_btn_wrap .header_btn .highlight {
		font-size: 1.5em;
	}

	.header_btn_wrap .header_btn img {}

	.header_list_wrap {}

	.header_list_wrap .header_list {
		gap: 24px;
	}

	.header_list_wrap .header_list li {}

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

	.header_list_wrap .header_list li a::after {
		bottom: -12px;
	}
}

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

    .header.scrolled {}

    .header_inner {}

    .header_logo_wrap {}

    .header_logo_wrap .header_logo {
		margin-left: 48px;
	}

    .header_logo_wrap .header_logo picture,
    .header_logo_wrap .header_logo img {}

    .header_content_wrap {}

    .header_content_wrap .header_content {
		gap: 24px;
	}

    .header_content_wrap .header_content_1 {}

    .header_content_wrap .header_content_2 {}

    .header_btn_wrap {}

    .header_btn_wrap .header_btn {
		font-size: 1.125rem;
	}

    .header_btn_wrap .header_btn .highlight {}

    .header_btn_wrap .header_btn img {}

    .header_list_wrap {}

    .header_list_wrap .header_list {
		gap: 36px;
	}

    .header_list_wrap .header_list li {}

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

    .header_list_wrap .header_list li a::after {
		bottom: -16px;
		width: 8px;
	}
}

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

    .header.scrolled {}

    .header_inner {}

    .header_logo_wrap {}

    .header_logo_wrap .header_logo {
		margin-left: 96px;
	}

    .header_logo_wrap .header_logo picture,
    .header_logo_wrap .header_logo img {}

    .header_content_wrap {}

    .header_content_wrap .header_content {}

    .header_content_wrap .header_content_1 {}

    .header_content_wrap .header_content_2 {
		width: 10%;
	}

    .header_btn_wrap {}

    .header_btn_wrap .header_btn {}

    .header_btn_wrap .header_btn .highlight {}

    .header_btn_wrap .header_btn img {}

    .header_list_wrap {}

    .header_list_wrap .header_list {}

    .header_list_wrap .header_list li {}

    .header_list_wrap .header_list li a {}

    .header_list_wrap .header_list li a::after {}
}

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

.fv_1 {
	position: relative;
	background-color: #eeeeee;
	overflow: hidden;
}

.fv_1 .inner {}

.fv_1 .text_wrap {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	height: max-content;
	max-height: 95%;
	margin: 0;
	padding: 0;
}

.fv_1 .text_wrap .text {
	font-weight: 700;
	letter-spacing: 0.1em;
}

.fv_1 .text_wrap .text_1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-size: 1.75rem;
	color: #fff;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.fv_1 .text_wrap .text_1 span {
	display: block;
}

.fv_1 .text_wrap .text_1 span:nth-of-type(1) {
	margin: 0 auto 0 0;
}

.fv_1 .text_wrap .text_1 span:nth-of-type(2) {
	margin: 0 0 0 auto;
}

.fv_1 .text_wrap .text_2 {
	width: 100%;
	color: #00255b;
}

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

.fv_1 .text_wrap .text_3 {
	width: 100%;
	color: #fff;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}

.fv_1 .text_wrap .text_3 span {
	display: block;
	width: max-content;
	max-width: 100%;
	margin: 0 auto;
}

.fv_1 .text_wrap .text_3 .highlight {
	position: relative;
	display: inline;
	font-size: 1.75em;
}

.fv_1 .text_wrap .text_3 .highlight::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: -40%;
	left: 50%;
	transform: translate(-50%, 0);
	width: 150%;
	height: auto;
	aspect-ratio: 135 / 50;
	background-image: url(../img/fv_deco_sp.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

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

	.fv_1 .inner {}

	.fv_1 .text_wrap {
		left: 5%;
		transform: translate(0, -50%);
		gap: 12px;
		width: 41.95%;
	}

	.fv_1 .text_wrap .text {}

	.fv_1 .text_wrap .text_1 {
		width: max-content;
		max-width: 100%;
		margin: 0 auto 0;
	}

	.fv_1 .text_wrap .text_1 span {}

	.fv_1 .text_wrap .text_1 span:nth-of-type(1) {}

	.fv_1 .text_wrap .text_1 span:nth-of-type(2) {
		margin: 0 auto 0 0.25em;
	}

	.fv_1 .text_wrap .text_2 {}

	.fv_1 .text_wrap .text_2 span {}

	.fv_1 .text_wrap .text_3 {}

	.fv_1 .text_wrap .text_3 span {}

	.fv_1 .text_wrap .text_3 .highlight {}

	.fv_1 .text_wrap .text_3 .highlight::before {
		top: -10%;
		background-image: url(../img/fv_deco_pc.png);
	}
}

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

	.fv_1 .inner {}

	.fv_1 .text_wrap {
		width: 26.575%;
	}

	.fv_1 .text_wrap .text {}

	.fv_1 .text_wrap .text_1 {}

	.fv_1 .text_wrap .text_1 span {}

	.fv_1 .text_wrap .text_1 span:nth-of-type(1) {}

	.fv_1 .text_wrap .text_1 span:nth-of-type(2) {
		margin: 0 auto 0 1em;
	}

	.fv_1 .text_wrap .text_2 {}

	.fv_1 .text_wrap .text_2 span {}

	.fv_1 .text_wrap .text_3 {}

	.fv_1 .text_wrap .text_3 span {}

	.fv_1 .text_wrap .text_3 .highlight {}

	.fv_1 .text_wrap .text_3 .highlight::before {}
}

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

	.fv_1 .inner {}

	.fv_1 .text_wrap {
		width: 37.075%;
	}

	.fv_1 .text_wrap .text {}

	.fv_1 .text_wrap .text_1 {
		font-size: 2.75rem;
	}

	.fv_1 .text_wrap .text_1 span {}

	.fv_1 .text_wrap .text_1 span:nth-of-type(1) {}

	.fv_1 .text_wrap .text_1 span:nth-of-type(2) {}

	.fv_1 .text_wrap .text_2 {
		font-size: 1.25rem;
	}

	.fv_1 .text_wrap .text_2 span {}

	.fv_1 .text_wrap .text_3 {
		font-size: 1.25rem;
	}

	.fv_1 .text_wrap .text_3 span {}

	.fv_1 .text_wrap .text_3 .highlight {}

	.fv_1 .text_wrap .text_3 .highlight::before {}
}

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

	.fv_1 .inner {}

	.fv_1 .text_wrap {
		top: 45%;
		width: max-content;
	}

	.fv_1 .text_wrap .text {}

	.fv_1 .text_wrap .text_1 {
		font-size: 3.75rem;
	}

	.fv_1 .text_wrap .text_1 span {}

	.fv_1 .text_wrap .text_1 span:nth-of-type(1) {}

	.fv_1 .text_wrap .text_1 span:nth-of-type(2) {}

	.fv_1 .text_wrap .text_2 {
		font-size: 1.5rem;
	}

	.fv_1 .text_wrap .text_2 span {}

	.fv_1 .text_wrap .text_3 {
		font-size: 1.5rem;
	}

	.fv_1 .text_wrap .text_3 span {}

	.fv_1 .text_wrap .text_3 .highlight {}

	.fv_1 .text_wrap .text_3 .highlight::before {}
}

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

.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 .section_container {
	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;
	color: #fff;
}

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

.fv_2 .text_wrap .text_1 {
	font-size: 1em;
}

.fv_2 .text_wrap .text_2 {
	font-size: 0.35em;
}

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

	.fv_2 .section_inner {}

	.fv_2 .section_container {}

	.fv_2 .text_wrap {
		top: 50%;
	}

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

	.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: 3.125rem;
	}

	.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: 3.75rem;
	}

	.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;
	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-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 0;
	width: 100%;
	margin: 0 auto 0;
}

.section_floating .flex .link {
	width: auto;
	height: auto;
}

.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;
	gap: 0;
	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;
	padding-left: 4.8rem;
	font-size: 2.4rem;
}

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

.heading .main {
	position: relative;
	font-size: 1em;
	font-weight: 700;
	color: #fe6628;
}

.heading .main::before,
.heading .main::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -2.8rem;
	transform: translate(0, -50%);
	width: auto;
	height: 175%;
	aspect-ratio: 1 / 24;
	background-color: #fe6628;
}

.heading .main::after {
	transform: translate(0, -50%) rotate(90deg);
}

.heading .sub {
	font-size: 0.5em;
}

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

@media screen and (min-width: 768px) {
	.heading {
		flex-direction: row;
	}
}

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

@media screen and (min-width: 1440px) {
	.heading {
		gap: 60px;
		padding-left: 6.25rem;
		font-size: 3.125rem;
	}

	.heading .main::before,
	.heading .main::after {
		left: -3.625rem;
	}
}

@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; */
}

@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-color: #fe6628;
}

.footer_inner {
	padding: 0;
}

.footer .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 100%;
	margin: 0;
	padding: 20% 0;
}

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

.footer .content_1 {}

.footer .content_2 {}

.footer .content_3 {}

.footer .logo {
	display: block;
	width: 50%
}

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

.footer .btn_wrap {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: max-content;
	max-width: 100%;
}

.footer .btn_wrap .btn {
	display: block;
	width: 100%;
}

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

.footer .list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 24px 12px;
	width: 100%;
}

.footer .list li {
	position: relative;
	width: calc((100% - (12px * 2)) / 3);
}

.footer .list li a {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 4px;
	width: max-content;
	max-width: 100%;
	padding-left: 0.875rem;
	font-size: 0.875rem;
	line-height: 1;
	color: #fff;
}

.footer .list li a::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	width: auto;
	height: 50%;
	aspect-ratio: 1 / 1;
	background-color: #fff;
	clip-path: polygon(100% 50%, 0% 0%, 0% 100%);
}

.copyright {
	display: block;
	width: 100%;
	padding: 5% 5%;
	border-top: 4px #fff solid;
	background-color: transparent;
	text-align: center;
	color: #fff;
}

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

	.footer_inner {}

	.footer .inner {
		padding: 10% 0;
	}

	.footer .content {}

	.footer .content_1 {}

	.footer .content_2 {}

	.footer .content_3 {}

	.footer .logo {
		width: 30%;
	}

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

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

	.footer .btn_wrap .btn {
		width: calc((100% - (24px * 2)) / 3);
	}

	.footer .btn_wrap .btn img {}

	.footer .list {
		flex-wrap: nowrap;
		flex-direction: row;
		justify-content: center;
		gap: 24px;
	}

	.footer .list li {
		width: max-content;
	}

	.footer .list li a {
		padding: 0;
		font-size: 1rem;
	}

	.footer .list li a::before {
		content: none;
	}

	.copyright {
		padding: 2.5% 5%;
		border-top: 2px #fff solid;
	}
}

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

	.footer_inner {}

	.footer .inner {
		gap: 84px;
	}

	.footer .content {
		width: 80%;
	}

	.footer .content_1 {}

	.footer .content_2 {}

	.footer .content_3 {}

	.footer .logo {}

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

	.footer .btn_wrap {
		gap: 48px;
	}

	.footer .btn_wrap .btn {}

	.footer .btn_wrap .btn img {}

	.footer .list {
		gap: 48px;
	}

	.footer .list li {}

	.footer .list li a {}

	.footer .list li a::before {}

	.copyright {}
}

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

	.footer_inner {}

	.footer .inner {
		gap: 120px;
		padding: 7.5% 0;
	}

	.footer .content {
		width: 70%;
	}

	.footer .content_1 {}

	.footer .content_2 {}

	.footer .content_3 {}

	.footer .logo {
		width: 20%;
	}

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

	.footer .btn_wrap {
		gap: 72px;
	}

	.footer .btn_wrap .btn {}

	.footer .btn_wrap .btn img {}

	.footer .list {
		gap: 72px;
	}

	.footer .list li {}

	.footer .list li a {
		font-size: 1.125rem;
	}

	.footer .list li a::before {}

	.copyright {}
}

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