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

.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) {
	.sp_only_4 {
		display: none;
	}
}

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

body {
	background-color: #000000;
	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;
	letter-spacing: 0.1em;
	color: #ffffff;
}

main {
	overflow: hidden;
}

table {
	border-collapse: collapse;
}

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

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: 8px;
	background-color: transparent;
	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: #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_content_wrap.sp_only {
	width: max-content;
	max-width: 100%;
	margin-right: -120px;
}

.header_content_wrap.sp_only .header_content {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: max-content;
	max-width: 100%;
}

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

.header_logo_wrap .header_logo {
	display: block;
	width: auto;
	height: 100%;
	aspect-ratio: 90 / 45;
}

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

@media screen and (min-width: 1280px) {
	.header {
		height: auto;
		padding: 42px 24px;
		background-color: transparent;
	}

	.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 {
		position: absolute;
		top: 42px;
		left: 24px;
		width: 280px;
		height: auto;
		margin: 0;
		padding: 0;
	}

	.header_logo_wrap .header_logo {
		width: 100%;
		height: auto;
		max-width: 100%;
		max-height: 100%;
		margin: 0;
		padding: 0;
		background-color: transparent;
	}

	.header_logo_wrap .header_logo picture,
	.header_logo_wrap .header_logo img {
		width: 100%;
		height: auto;
		max-width: 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.sp_only {
		display: none;
	}

	.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;
		gap: 12px;
	}

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

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

	.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: 24px;
		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: 1rem;
		font-weight: 500;
		line-height: 1;
	}

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

	.header_list_wrap .header_list li a p:nth-of-type(1) {
		font-size: 0.888888889em;
		color: #ff0b21;
	}
}

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

	.header_logo_wrap {
		top: 36px;
		width: 320px;
	}

	.header_list_wrap .header_list {
		gap: 48px;
	}

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

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

	.header_logo_wrap {
		top: 36px;
		left: 48px;
		width: 375px;
	}
}

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

.header_2 {}

.header_2.scrolled {}

.header_2 .header_inner {}

.header_2 .header_content_wrap.sp_only {}

.header_2 .header_content_wrap.sp_only .header_content {}

.header_2 .header_logo_wrap {}

.header_2 .header_logo_wrap .header_logo {}

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

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

@media screen and (min-width: 1280px) {
    .header_2 {
        height: auto;
        padding: 8px 24px 8px 36px;
        background-color: rgba(255, 255, 255, 0.7);
    }

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

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

    .header_2 .header_logo_wrap {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		right: auto;
        width: auto;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .header_2 .header_logo_wrap .header_logo {
        width: 100%;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        margin: 0;
        padding: 0;
        background-color: transparent;
    }

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

    .header_2 .header_content_wrap {
		position: relative;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: stretch;
        gap: 8px;
        width: 100%;
    }

    .header_2 .header_content_wrap.sp_only {
        display: none;
    }

    .header_2 .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_2 .header_content_wrap .header_content_1 {
        flex: 1;
        gap: 12px;
    }

    .header_2 .header_content_wrap .header_content_2 {
        font-size: 1.5rem;
		line-height: 1;
		color: #6e0811;
    }

	.header_2 .header_content_wrap .header_content_2 .highlight {
        font-size: 0.65em;
    }

	.header_2 .header_content_wrap .header_content_3 {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translate(0, -50%);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 12px;
		width: max-content;
		max-width: 100%;
    }

	.header_2 .header_content_wrap .header_content_3 .link {
        width: auto;
		height: 35px;
    }

	.header_2 .header_content_wrap .header_content_3 .link img {
        width: auto;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
    }

    .header_2 .header_btn_wrap {
        display: none;
        /* display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        gap: 12px;
        width: 50%; */
    }

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

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

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

    .header_2 .header_list_wrap {
        width: max-content;
    }

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

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

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

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

    .header_2 .header_list_wrap .header_list li a p:nth-of-type(1) {
        font-size: 0.888888889em;
        color: #ff0b21;
    }
}

@media screen and (min-width: 1440px) {
    .header_2 {
        padding: 8px 48px;
    }

	.header_2 .header_inner {
		gap: 36px;
	}

	.header_2 .header_content_wrap .header_content_2 {
		font-size: 2.5rem;
	}

	.header_2 .header_content_wrap .header_content_3 {
		gap: 36px;
	}

    .header_2 .header_list_wrap .header_list {
        gap: 48px;
    }

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

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

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

.fv_top {
	position: relative;
	background-color: transparent;
	/* overflow: hidden; */
	/* overflow-x: hidden; */
}

.fv_top .inner {
	position: relative;
}

.fv_top .wrap {
	position: relative;
}

.fv_top .slider_area {
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	transform: translate(0%, 0%);
	width: auto;
	max-width: 100%;
	aspect-ratio: 354 / 860;
}

.fv_top .slider_area .swiper {
	width: auto;
	height: 100%;
	aspect-ratio: 354 / 860;
}

.fv_top .text_wrap_1 {
	position: absolute;
	z-index: 1;
	top: 15%;
	left: 5%;
	transform: translate(0%, 0%);
	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.625rem;
}

.fv_top .text_wrap_1 .text {
	font-size: 1em;
	font-weight: 700;
	color: #ffffff;
}

.fv_top .text_wrap_2 {
	display: none;
}

.fv_top .deco {
	position: absolute;
	width: 60%;
}

.fv_top .deco_1 {
	z-index: 1;
	bottom: 30%;
	left: 5%;
}

.fv_top .deco_2 {
	z-index: 1;
	bottom: -24px;
	right: 0;
}

@media screen and (min-width: 768px) {
	.fv_top .slider_area {
		width: 82.5%;
	}
}

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

	.fv_top .inner {}

	.fv_top .wrap {}

	.fv_top .slider_area {
		top: auto;
		bottom: 0;
		right: 0;
		width: auto;
		/* height: 100%; */
		aspect-ratio: 1440 / 810;
	}

	.fv_top .slider_area .swiper {
		width: auto;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
		margin: 0;
		aspect-ratio: 1440 / 810;
	}

	.fv_top .text_wrap_1 {
		top: auto;
		bottom: 15%;
		left: auto;
		right: 2.5%;
	}

	.fv_top .text_wrap_1 .text {
		text-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
	}

	.fv_top .text_wrap_2 {
		position: absolute;
		top: 35%;
		left: 24px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 0px;
		width: max-content;
		max-width: 100%;
	}

	.fv_top .text_wrap_2 .text {}

	.fv_top .text_wrap_2 .text_1 {}

	.fv_top .text_wrap_2 .text_2 {
		font-size: 2.22222222em;
		line-height: 1;
		margin-top: 12px;
	}

	.fv_top .text_wrap_2 .text_2 .highlight {
		font-size: 0.65em;
	}

	.fv_top .text_wrap_2 .flex {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 24px;
		width: max-content;
		max-width: 100%;
		margin-top: 24px;
	}

	.fv_top .text_wrap_2 .flex a {
		display: block;
		width: auto;
		height: 35px;
	}

	.fv_top .text_wrap_2 .flex a img {
		width: auto;
		max-width: 100%;
		height: 100%;
		max-height: 100%;
	}

	.fv_top .deco {
		width: 240px;
	}

	.fv_top .deco_1 {
		bottom: 0;
		left: 24px;
	}

	.fv_top .deco_2 {
		bottom: 0;
		right: 4px;
		transform: translate(0, 60%);
	}
}

@media screen and (min-width: 1440px) {
	.fv_top .text_wrap_1 {
		font-size: 3.125rem;
	}

	.fv_top .text_wrap_2 {
		font-size: 1.125rem;
	}

	.fv_top .deco {
		width: 280px;
	}

	.fv_top .deco_1 {
		bottom: 0;
		left: 24px;
	}

	.fv_top .deco_2 {}
}

@media screen and (min-width: 1920px) {
	.fv_top .text_wrap_2 {
		left: 48px;
	}

	.fv_top .text_wrap_2 .flex {
		margin-top: 48px;
	}

	.fv_top .deco_1 {
		left: 48px;
	}
}

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

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

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

.fv_other .wrap {
	position: relative;
	width: 90%;
	height: 100%;
	margin: 0 auto 0;
	padding-bottom: 12px;
}

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

.fv_other .content_wrap .content {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
}

.fv_other .bg {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	margin: 0 auto 0;
	background-image: url(../img/fv_other.png);
	background-position: center;
	background-size: cover;
}

.fv_other .content_wrap .content_1 .text_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	font-size: 2.4rem;
	color: #fff;
}

.fv_other .content_wrap .content_1 .text_wrap::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: -0.05px;
	transform: translate(0, -50%);
	width: 82.5%;
	height: 150%;
	background-color: rgba(0, 0, 0, 0.7);
}

.fv_other .content_wrap .content_1 .text_wrap .text_1 {
	font-size: 1em;
	font-weight: 700;
}

.fv_other .content_wrap .content_1 .text_wrap .text_2 {
	font-size: 0.6em;
}

.fv_other .content_wrap .content_2 {
	gap: 12px;
	width: 80%;
	max-width: 1280px;
}

.fv_other .content_wrap .content_2 .card {
	width: 48px;
	height: auto;
}

.fv_other .content_wrap .content_2 .text_wrap {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 100%;
	font-size: 2.4rem;
	color: #fff;
}

.fv_other .content_wrap .content_2 .text_wrap .text_1 {
	width: 100%;
	text-align: center;
	font-size: 0.5em;
}

.fv_other .content_wrap .content_2 .text_wrap .text_2 {
	position: relative;
	width: 100%;
	text-align: center;
	font-size: 1em;
	font-weight: 700;
}

.fv_other .content_wrap .content_2 .text_wrap .text_2::before,
.fv_other .content_wrap .content_2 .text_wrap .text_2::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 15%;
	height: 1px;
	background-color: #ffffff;
}

.fv_other .content_wrap .content_2 .text_wrap .text_2::before {
	left: 0;
	transform: translate(0, -50%);
}

.fv_other .content_wrap .content_2 .text_wrap .text_2::after {
	right: 0;
	transform: translate(0, -50%);
}

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

.fv_other .deco {
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 35%;
	height: auto;
}

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

	.fv_other .inner {}

	.fv_other .wrap {}

	.fv_other .content_wrap {}

	.fv_other .content_wrap .content {}

	.fv_other .bg {}

	.fv_other .content_wrap .content_1 .text_wrap {}

	.fv_other .content_wrap .content_1 .text_wrap::before {}

	.fv_other .content_wrap .content_1 .text_wrap .text_1 {}

	.fv_other .content_wrap .content_1 .text_wrap .text_2 {}

	.fv_other .content_wrap .content_2 {
		width: 87.5%;
	}

	.fv_other .content_wrap .content_2 .card {}

	.fv_other .content_wrap .content_2 .text_wrap {}

	.fv_other .content_wrap .content_2 .text_wrap .text_1 {}

	.fv_other .content_wrap .content_2 .text_wrap .text_2 {}

	.fv_other .content_wrap .content_2 .text_wrap .text_2::before,
	.fv_other .content_wrap .content_2 .text_wrap .text_2::after {
		width: 30%;
	}

	.fv_other .content_wrap .content_2 .text_wrap .text_2::before {}

	.fv_other .content_wrap .content_2 .text_wrap .text_2::after {}

	.fv_other .text_wrap .text {}

	.fv_other .deco {}
}

@media screen and (min-width: 1280px) {
	.fv_other {
		background-image: url(../img/fv_bg_top_pc.png);
	}

	.fv_other .inner {}

	.fv_other .wrap {}

	.fv_other .content_wrap {}

	.fv_other .content_wrap .content {}

	.fv_other .bg {
		aspect-ratio: 1756 / 489;
	}

	.fv_other .content_wrap .content_1 .text_wrap {}

	.fv_other .content_wrap .content_1 .text_wrap::before {
		width: 65%;
	}

	.fv_other .content_wrap .content_1 .text_wrap .text_1 {}

	.fv_other .content_wrap .content_1 .text_wrap .text_2 {}

	.fv_other .content_wrap .content_2 {}

	.fv_other .content_wrap .content_2 .card {}

	.fv_other .content_wrap .content_2 .text_wrap {}

	.fv_other .content_wrap .content_2 .text_wrap .text_1 {}

	.fv_other .content_wrap .content_2 .text_wrap .text_2 {}

	.fv_other .content_wrap .content_2 .text_wrap .text_2::before,
	.fv_other .content_wrap .content_2 .text_wrap .text_2::after {
		width: 37.5%;
	}

	.fv_other .content_wrap .content_2 .text_wrap .text_2::before {}

	.fv_other .content_wrap .content_2 .text_wrap .text_2::after {}

	.fv_other .text_wrap .text {}

	.fv_other .deco {
		width: 25%;
	}
}

@media screen and (min-width: 1440px) {
	.fv_other .content_wrap .content_1 .text_wrap {
		font-size: 3.125rem;
	}

	.fv_other .content_wrap .content_2 .card {
		width: 70px;
	}

	.fv_other .content_wrap .content_2 .text_wrap {
		font-size: 3.75rem;
	}

	.fv_other .content_wrap .content_2 .text_wrap .text_2::before,
	.fv_other .content_wrap .content_2 .text_wrap .text_2::after {
		width: 32.5%;
	}
}

@media screen and (min-width: 1920px) {
	.fv_other .content_wrap .content_2 .text_wrap .text_2::before,
	.fv_other .content_wrap .content_2 .text_wrap .text_2::after {
		width: 35%;
	}
}

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

.section {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(../img/);
	background-size: contain;
	background-position: 50% 0;
	background-repeat: repeat;
	overflow: hidden;
}

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

.section .wrap {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	margin: 0;
	padding: 0;
}

.section .content_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	max-width: 100%;
}

.section .content_wrap .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	max-width: 100%;
}

.section .content_wrap .content .item_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	max-width: 100%;
}

.section .content_wrap .content .item_wrap .item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0px;
	width: 100%;
	max-width: 100%;
}

.section .content_wrap .content .item_wrap .item .text {
	width: max-content;
	max-width: 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) {
	
}

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

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

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

.section_store {}

.section_store .inner {
	padding: 10% 0 20%;
}

.section_store .wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 72px;
	width: 100%;
	margin: 0 auto 0;
}

.section_store .heading_wrap {}

.section_store .heading_wrap::after {
	bottom: 24px;
	right: -12px;
	aspect-ratio: 61 / 76;
	background-image: url(../img/top_store_heading_card.png);
}

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

.section_store .heading_wrap .heading .main {}

.section_store .heading_wrap .heading .sub {}

.section_store .content_wrap {
	gap: 84px;
	width: 100%;
}

.section_store .content_wrap .content {}

.section_store .content_wrap .content .item_wrap {}

.section_store .content_wrap .content .item_wrap .item {}

.section_store .content_wrap .content_1 .item_wrap {
	gap: 84px;
}

.section_store .content_wrap .content_1 .item_wrap .item_2 {
	width: 90%;
}

.section_store .content_wrap .content_2 {
	width: 90%;
}

.section_store .content_wrap .content_2 .item_wrap {
	gap: 24px;
}

.section_store .content_wrap .content_2 .item_wrap .item_3 {
	display: none;
}

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

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

	.section_store .wrap {}

	.section_store .heading_wrap {}

	.section_store .heading_wrap::after {}

	.section_store .heading_wrap .heading {}

	.section_store .heading_wrap .heading .main {}

	.section_store .heading_wrap .heading .sub {}

	.section_store .content_wrap {}

	.section_store .content_wrap .content {}

	.section_store .content_wrap .content .item_wrap {}

	.section_store .content_wrap .content .item_wrap .item {}

	.section_store .content_wrap .content .item_wrap .item .text {}
}

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

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

	.section_store .wrap {
		/* width: 65%; */
	}

	.section_store .heading_wrap {
		align-items: flex-start;
	}

	.section_store .heading_wrap::after {
		bottom: 8px;
		right: 0;
		height: 150%;
	}

	.section_store .heading_wrap .heading {}

	.section_store .heading_wrap .heading .main {}

	.section_store .heading_wrap .heading .sub {}

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

	.section_store .content_wrap .content {}

	.section_store .content_wrap .content .item_wrap {}

	.section_store .content_wrap .content .item_wrap .item {}

	.section_store .content_wrap .content_1 .item_wrap .item_2 {
		width: 85%;
	}

	.section_store .content_wrap .content_2 .item_wrap .item_1 {
		display: none;
	}

	.section_store .content_wrap .content_2 .item_wrap .item_2 {
		display: none;
	}

	.section_store .content_wrap .content_2 .item_wrap .item_3 {
		display: block;
	}
}

@media screen and (min-width: 1440px) {
	.section_store .content_wrap .content_1 .item_wrap .item_2 {
		width: 75%;
	}
}

@media screen and (min-width: 1920px) {
	.section_store .content_wrap .content_1 .item_wrap .item_2 {
		width: 55%;
	}
}

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

.section_map {}

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

.section_map .wrap {
	width: 90%;
	margin: 0 auto 0;
}

.section_map .content_wrap .content .item_wrap .item .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
	overflow-y: hidden;
}

.section_map .content_wrap .content .item_wrap .item .map iframe {
    position: absolute;
	top: -150px;
    left: 0;
    width: 100%;
	height: calc(100% + (150px * 2));
}

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

}

@media screen and (min-width: 1280px) {
	.section_map .inner {
		padding: 0;
	}

	.section_map .wrap {
		width: 100%;
	}

	.section_map .content_wrap .content .item_wrap .item .map {
		padding-top: calc(100% / 3);
	}
}

@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: 95%;
	padding: 8px 0;
	background-color: #6e0811;
}

.heading_wrap.hdw_l {
	margin-right: auto;
}

.heading_wrap.hdw_r {
	margin-left: auto;
}

.heading_wrap.hdw_l::after,
.heading_wrap.hdw_r::after {
	content: "";
	position: absolute;
	z-index: 1;
	/* top: auto;
	bottom: auto;
	left: auto;
	right: auto; */
	width: auto;
	height: 125%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.heading_wrap.hdw_l::after {}

.heading_wrap.hdw_r::after {}

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

.heading_wrap.hdw_l .heading::before,
.heading_wrap.hdw_r .heading::before {
	content: "";
	position: absolute;
	z-index: 1;
	width: 1920px;
	height: 2px;
	background-color: #ffffff;
}

.heading_wrap.hdw_l .heading::before {
	top: 50%;
	left: -12px;
	transform: translate(-100%, -50%);
}

.heading_wrap.hdw_r .heading::before {
	top: 50%;
	right: -12px;
	transform: translate(100%, -50%);
}

.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: 0.45em;
	font-weight: 700;
	line-height: 1;
}

.heading .main::before,
.heading .main::after {
	/* content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: auto;
	height: auto;
	aspect-ratio: 1 / 1; */
}

.heading .sub {
	position: relative;
	font-size: 1em;
	line-height: 1;
}

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

.heading_2 {
	font-size: 1.75rem;
}

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

@media screen and (min-width: 1280px) {
	.heading_wrap {
		align-items: flex-start;
	}

	.heading {}
}

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

	.heading .main {
		font-size: 0.36em;
	}

	.heading_2 {
		font-size: 1.875rem;
	}
}

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

.btn {
	display: block;
	width: 230px;
}

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

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

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

.table_common {
	width: 100%;
}

.table_common tr th,
.table_common tr td {
	display: block;
	border: 0;
	border-bottom: 1px #ffffff solid;
}

.table_common tr th {}

.table_common tr td {}

@media screen and (min-width: 1280px) {
	.table_common tr th,
	.table_common tr td {
		display: table-cell;
		padding: 16px;
		font-size: 1.125rem;
	}

	.table_common tr th {
		width: 25%;
		padding-left: 0;
		padding-right: 0;
	}

	.table_common tr td {
		width: 75%;
	}

	.table_common tr p {
		width: max-content;
		max-width: 100%;
		margin: 0 auto 0 0;
	}

	.table_common tr .t_right {
		text-align: right;
	}
}

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

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

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

.footer {}

.footer .inner {
	padding: 0;
	background-image: url(../img/footer_bg_sp.png);
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 48px;
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 20% 0;
}

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

.footer .content_1 {}

.footer .content_2 {
	gap: 60px;
}

.footer .logo {
	display: block;
	width: 300px;
}

.footer .text_wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0px;
	width: max-content;
	max-width: 100%;
	margin-top: 48px;
}

.footer .text_wrap .flex {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0px;
	width: max-content;
	max-width: 100%;
}

.footer .text_address {
	text-align: right;
}

.footer .text_tel {
	margin-top: 24px;
	font-size: 2.25rem;
	line-height: 1;
}

.footer .text_tel .highlight {
	font-size: 0.65em;
}

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

.footer .btn_wrap .btn {
	display: block;
	width: auto;
	height: 35px;
}

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

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

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

.footer .list_wrap .list:nth-child(2) {
	justify-content: space-between;
	align-items: center;
}

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

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

.footer .list_wrap .list li a::before {
	/* content: "";
	position: absolute;
	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%); */
}

.footer .list_wrap .list li a p:nth-of-type(1) {
	font-size: 0.888888889em;
	color: #ff0b21;
}

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

@media screen and (min-width: 768px) {
	.footer .wrap {
		padding: 7.5% 0;
	}

	.footer .list_wrap {
		width: 50%;
	}
}

@media screen and (min-width: 1280px) {
	.footer .inner {
		background-image: url(../img/footer_bg_pc.png);
		background-position: 0 0;
	}

	.footer .wrap {
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		width: 80%;
	}

	.footer .content_1 {
		width: max-content;
		max-width: 100%;
	}

	.footer .content_2 {
		align-items: flex-start;
		gap: 120px;
		width: max-content;
		max-width: 100%;
		margin-top: 60px;
	}

	.footer .text_wrap {
		margin-top: 84px;
	}

	.footer .text_wrap .flex {
		align-items: center;
	}

	.footer .text_address {
		text-align: left;
	}

	.footer .text_tel {
		white-space: nowrap;
	}

	.footer .btn_wrap {
		margin-left: 60px;
	}

	.footer .list_wrap {
		flex-direction: row;
		gap: 48px;
		width: max-content;
		max-width: 100%;
	}

	.footer .list_wrap .list {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
		gap: 36px;
	}
}

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

	.footer .content_1 {}

	.footer .content_2 {}

	.footer .logo {
		width: 350px;
	}

	.footer .text_wrap {
		font-size: 1.125rem;
	}

	.footer .text_wrap .flex {}

	.footer .text_address {}

	.footer .text_tel {
		font-size: 2.5rem;
	}

	.footer .btn_wrap {
		gap: 84px;
	}

	.footer .list_wrap {
		gap: 28px;
	}

	.footer .list_wrap .list {
		gap: 28px;
	}

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

	.copyright {
		font-size: 1.125rem;
	}
}

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

	.footer .list_wrap .list {
		gap: 48px;
	}
}
