@charset "UTF-8";
/*――――――――――――――――――――――――――――――――――――――――――――
/* font
――――――――――――――――――――――――――――――――――――――――――――――*/
@font-face {
	font-family: "Futura";
	font-weight: normal;
	src: url("../font/Futura-medium.ttc") format("truetype");
}
@font-face {
	font-family: "Futura";
	font-weight: 600;
	src: url("../font/Futura-bold.ttc") format("truetype");
}
@font-face {
	font-family: "ZenMaruGothic";
	src: url("../fonts/ZenMaruGothic-Medium.woff2") format("woff");
	font-weight: normal;
}
@font-face {
	font-family: "ZenMaruGothic";
	src: url("../fonts/ZenMaruGothic-Bold.woff2") format("woff");
	font-weight: bold;
}
.font-futura {
	font-family: "Futura", "ヒラギノ角ゴシック", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* リセット
――――――――――――――――――――――――――――――――――――――――――――――*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
*, ::before, ::after {
	box-sizing: border-box;
	border-style: solid;
	border-width: 0;
}
/* Document */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
/* Sections */
body {
	margin: 0;
}
main {
	display: block;
}
/* Vertical rhythm */
p, table, blockquote, address, pre, iframe, form, figure, dl {
	margin: 0;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}
/* Lists (enumeration) */
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* Lists (definition) */
dt {
	font-weight: bold;
}
dd {
	margin: 0;
}
/* Grouping content */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	border-top-width: 1px;
	margin: 0;
	clear: both;
	color: inherit;
}
pre {
	font-family: monospace, monospace;
	font-size: inherit;
}
address {
	font-style: inherit;
}
/* Text-level semantics */
a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}
abbr[title] {
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
code, kbd, samp {
	font-family: monospace, monospace;
	font-size: inherit;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
/* Replaced content */
svg, img, embed, object, iframe {
	vertical-align: bottom;
}
/* Forms */
button, input, optgroup, select, textarea {
	-webkit-appearance: none;
	appearance: none;
	vertical-align: middle;
	color: inherit;
	font: inherit;
	background: transparent;
	padding: 0;
	margin: 0;
	border-radius: 0;
	text-align: inherit;
	text-transform: inherit;
}
button, [type=button], [type=reset], [type=submit] {
	cursor: pointer;
}
button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
	cursor: default;
}
:-moz-focusring {
	outline: auto;
}
select:disabled {
	opacity: inherit;
}
option {
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	min-width: 0;
}
legend {
	padding: 0;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}
[type=search] {
	outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
[type=number] {
	-moz-appearance: textfield;
}
label[for] {
	cursor: pointer;
}
/* Interactive */
details {
	display: block;
}
summary {
	display: list-item;
}
[contenteditable]:focus {
	outline: auto;
}
/* Tables */
table {
	border-color: inherit;
	border-collapse: collapse;
}
caption {
	text-align: left;
}
td, th {
	vertical-align: top;
	padding: 0;
}
th {
	text-align: left;
	font-weight: bold;
}
input[type=date]::-webkit-calendar-picker-indicator, input[type=time]::-webkit-calendar-picker-indicator, input[type=month]::-webkit-calendar-picker-indicator, input[type=week]::-webkit-calendar-picker-indicator, input[type=datetime-local]::-webkit-calendar-picker-indicator {
	display: none;
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* pc sp 出し分けのためのcss
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
	.sp {
		display: none !important;
	}
	img {
		image-rendering: -webkit-optimize-contrast;
	}
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
}
.fs-40 {
	font-size: 40px;
}
@media screen and (max-width: 768px) {
	.fs-40 {
		font-size: 32px;
	}
}
.fs-39 {
	font-size: 39px;
}
@media screen and (max-width: 768px) {
	.fs-39 {
		font-size: 31.2px;
	}
}
.fs-38 {
	font-size: 38px;
}
@media screen and (max-width: 768px) {
	.fs-38 {
		font-size: 30.4px;
	}
}
.fs-37 {
	font-size: 37px;
}
@media screen and (max-width: 768px) {
	.fs-37 {
		font-size: 29.6px;
	}
}
.fs-36 {
	font-size: 36px;
}
@media screen and (max-width: 768px) {
	.fs-36 {
		font-size: 28.8px;
	}
}
.fs-35 {
	font-size: 35px;
}
@media screen and (max-width: 768px) {
	.fs-35 {
		font-size: 28px;
	}
}
.fs-34 {
	font-size: 34px;
}
@media screen and (max-width: 768px) {
	.fs-34 {
		font-size: 27.2px;
	}
}
.fs-33 {
	font-size: 33px;
}
@media screen and (max-width: 768px) {
	.fs-33 {
		font-size: 26.4px;
	}
}
.fs-32 {
	font-size: 32px;
}
@media screen and (max-width: 768px) {
	.fs-32 {
		font-size: 25.6px;
	}
}
.fs-31 {
	font-size: 31px;
}
@media screen and (max-width: 768px) {
	.fs-31 {
		font-size: 24.8px;
	}
}
.fs-30 {
	font-size: 30px;
}
@media screen and (max-width: 768px) {
	.fs-30 {
		font-size: 24px;
	}
}
.fs-29 {
	font-size: 29px;
}
@media screen and (max-width: 768px) {
	.fs-29 {
		font-size: 23.2px;
	}
}
.fs-28 {
	font-size: 28px;
}
@media screen and (max-width: 768px) {
	.fs-28 {
		font-size: 22.4px;
	}
}
.fs-27 {
	font-size: 27px;
}
@media screen and (max-width: 768px) {
	.fs-27 {
		font-size: 21.6px;
	}
}
.fs-26 {
	font-size: 26px;
}
@media screen and (max-width: 768px) {
	.fs-26 {
		font-size: 20.8px;
	}
}
.fs-25 {
	font-size: 25px;
}
@media screen and (max-width: 768px) {
	.fs-25 {
		font-size: 20px;
	}
}
.fs-24 {
	font-size: 24px;
}
@media screen and (max-width: 768px) {
	.fs-24 {
		font-size: 19.2px;
	}
}
.fs-23 {
	font-size: 23px;
}
@media screen and (max-width: 768px) {
	.fs-23 {
		font-size: 18.4px;
	}
}
.fs-22 {
	font-size: 22px;
}
@media screen and (max-width: 768px) {
	.fs-22 {
		font-size: 17.6px;
	}
}
.fs-21 {
	font-size: 21px;
}
@media screen and (max-width: 768px) {
	.fs-21 {
		font-size: 16.8px;
	}
}
.fs-20 {
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.fs-20 {
		font-size: 16px;
	}
}
.fs-19 {
	font-size: 19px;
}
@media screen and (max-width: 768px) {
	.fs-19 {
		font-size: 15.2px;
	}
}
.fs-18 {
	font-size: 18px;
}
@media screen and (max-width: 768px) {
	.fs-18 {
		font-size: 14.4px;
	}
}
.fs-17 {
	font-size: 17px;
}
@media screen and (max-width: 768px) {
	.fs-17 {
		font-size: 13.6px;
	}
}
.fs-16 {
	font-size: 16px;
}
@media screen and (max-width: 768px) {
	.fs-16 {
		font-size: 12.8px;
	}
}
.fs-15 {
	font-size: 15px;
}
@media screen and (max-width: 768px) {
	.fs-15 {
		font-size: 12px;
	}
}
.fs-14 {
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.fs-14 {
		font-size: 11.2px;
	}
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* html,body
――――――――――――――――――――――――――――――――――――――――――――――*/
* {
	min-height: 0;
	min-width: 0;
}
html {
	scroll-behavior: smooth;
}
body {
	min-height: 100vh;
	color: #151515;
	font-size: 16px;
	font-family: "ヒラギノ角ゴシック", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	line-height: 1.6;
	background-color: #F5F6F8;
	font-weight: 400;
	position: relative;
	padding-top: 108px;
}
body.is-active {
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	body {
		padding-top: 60px;
	}
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* デフォルトの設定
――――――――――――――――――――――――――――――――――――――――――――――*/
img {
	display: block;
	max-width: 100%;
}
svg {
	display: block;
}
a {
	transition: 0.3s;
	cursor: pointer;
}
a:hover {
	opacity: 0.7;
}
a.c-imgScale .img {
	transition: 0.5s;
}
a.c-imgScale:hover {
	opacity: 1;
}
a.c-imgScale:hover .img {
	transform: scale(1.1);
}
a circle, a path, a line, a rect {
	transition: 0.3s;
}
input, textarea {
	font-family: "ヒラギノ角ゴシック", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 共通のレイアウト
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-section {
	padding: 75px clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px) 75px;
	position: relative;
}
.l-inner {
	position: relative;
	width: 100%;
	max-width: 1160px;
	margin: 0 auto;
}
.ttlFlexBox {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.c-secTtl {
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	width: 100%;
}
.c-secTtl .color-blue {
	color: #108DF9;
}
.c-secText {
	font-size: 16px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.l-section {
		padding: 50px 20px;
	}
	.l-inner {
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
	}
	.ttlFlexBox {
		margin-bottom: 15px;
	}
	.c-secTtl {
		font-size: clamp(1.125rem, 0.794rem + 1.47vw, 1.5rem) /*360-18/768-24*/ ;
		margin-bottom: 15px;
	}
	.c-secText {
		font-size: clamp(0.875rem, 0.688rem + 0.78vw, 1rem) /*16-14/768-16*/ ;
	}
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 余白調整
――――――――――――――――――――――――――――――――――――――――――――――*/
.l-pd {
	padding-right: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
	padding-left: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}
.l-pd-left {
	padding-left: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}
.l-pd-right {
	padding-right: clamp(30px, 30px + 30 * (100vw - 768px) / 512, 60px);
}
.l-pd0-left {
	margin-left: clamp(-60px, -30px + -30 * (100vw - 768px) / (1280 - 768), -30px);
}
.l-pd0-right {
	margin-right: clamp(-60px, -30px + -30 * (100vw - 768px) / (1280 - 768), -30px);
}
@media screen and (max-width: 768px) {
	.l-pd {
		padding-right: 20px;
		padding-left: 20px;
	}
	.l-pd-left {
		padding-left: 15px;
	}
	.l-pd-right {
		padding-right: 15px;
	}
	.l-pd0-left {
		margin-left: -15px;
	}
	.l-pd0-right {
		margin-right: -15px;
	}
}
.blind {
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
	width: 1px;
	height: 1px;
}
.scrollBar::-webkit-scrollbar {
	width: 13px;
	background-color: rgba(0, 0, 0, 0);
}
.scrollBar::-webkit-scrollbar-track, .scrollBar::-webkit-scrollbar-thumb {
	border: 4px solid rgba(0, 0, 0, 0);
	background-clip: padding-box;
}
.scrollBar::-webkit-scrollbar-track {
	background-color: transparent;
}
.scrollBar::-webkit-scrollbar-thumb {
	border-radius: 12px;
	background-color: #d7dce5;
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* z-index
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-z1 {
	z-index: 1;
}
.u-z2 {
	z-index: 2;
}
.u-z3 {
	z-index: 3;
}
.u-z4 {
	z-index: 4;
}
.u-z5 {
	z-index: 5;
}
.u-z6 {
	z-index: 6;
}
.u-z7 {
	z-index: 7;
}
.u-z8 {
	z-index: 8;
}
.u-z9 {
	z-index: 9;
}
.u-z10 {
	z-index: 10;
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* potition
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-por {
	position: relative;
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* flex
――――――――――――――――――――――――――――――――――――――――――――――*/
.u-flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* margin
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
	.u-mt5-pc {
		margin-top: 5px;
	}
	.u-mt10-pc {
		margin-top: 10px;
	}
	.u-mt15-pc {
		margin-top: 15px;
	}
	.u-mt20-pc {
		margin-top: 20px;
	}
	.u-mt25-pc {
		margin-top: 25px;
	}
	.u-mt30-pc {
		margin-top: 30px;
	}
	.u-mt35-pc {
		margin-top: 35px;
	}
	.u-mt40-pc {
		margin-top: 40px;
	}
	.u-mt45-pc {
		margin-top: 45px;
	}
	.u-mt50-pc {
		margin-top: 50px;
	}
	.u-mt55-pc {
		margin-top: 55px;
	}
	.u-mt60-pc {
		margin-top: 60px;
	}
	.u-mt65-pc {
		margin-top: 65px;
	}
	.u-mt70-pc {
		margin-top: 70px;
	}
	.u-mt75-pc {
		margin-top: 75px;
	}
	.u-mt80-pc {
		margin-top: 80px;
	}
}
@media screen and (max-width: 768px) {
	.u-mt5-sp {
		margin-top: 5px;
	}
	.u-mt10-sp {
		margin-top: 10px;
	}
	.u-mt15-sp {
		margin-top: 15px;
	}
	.u-mt20-sp {
		margin-top: 20px;
	}
	.u-mt25-sp {
		margin-top: 25px;
	}
	.u-mt30-sp {
		margin-top: 30px;
	}
	.u-mt35-sp {
		margin-top: 35px;
	}
	.u-mt40-sp {
		margin-top: 40px;
	}
	.u-mt45-sp {
		margin-top: 45px;
	}
	.u-mt50-sp {
		margin-top: 50px;
	}
	.u-mt55-sp {
		margin-top: 55px;
	}
	.u-mt60-sp {
		margin-top: 60px;
	}
	.u-mt65-sp {
		margin-top: 65px;
	}
	.u-mt70-sp {
		margin-top: 70px;
	}
	.u-mt75-sp {
		margin-top: 75px;
	}
	.u-mt80-sp {
		margin-top: 80px;
	}
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* font-size
――――――――――――――――――――――――――――――――――――――――――――――*/
@media screen and (min-width: 769px) {
	.u-fz10-pc {
		font-size: 10px;
	}
	.u-fz11-pc {
		font-size: 11px;
	}
	.u-fz12-pc {
		font-size: 12px;
	}
	.u-fz13-pc {
		font-size: 13px;
	}
	.u-fz14-pc {
		font-size: 14px;
	}
	.u-fz15-pc {
		font-size: 15px;
	}
	.u-fz16-pc {
		font-size: 16px;
	}
	.u-fz17-pc {
		font-size: 17px;
	}
	.u-fz18-pc {
		font-size: 18px;
	}
	.u-fz19-pc {
		font-size: 19px;
	}
	.u-fz20-pc {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.u-fz10-sp {
		font-size: 10px;
	}
	.u-fz11-sp {
		font-size: 11px;
	}
	.u-fz12-sp {
		font-size: 12px;
	}
	.u-fz13-sp {
		font-size: 13px;
	}
	.u-fz14-sp {
		font-size: 14px;
	}
	.u-fz15-sp {
		font-size: 15px;
	}
	.u-fz16-sp {
		font-size: 16px;
	}
	.u-fz17-sp {
		font-size: 17px;
	}
	.u-fz18-sp {
		font-size: 18px;
	}
	.u-fz19-sp {
		font-size: 19px;
	}
	.u-fz20-sp {
		font-size: 20px;
	}
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* 文字位置調整
――――――――――――――――――――――――――――――――――――――――――――――*/
.txt-center {
	text-align: center;
}
.c-breadArea {
	margin-bottom: 50px;
}
.c-breadArea + * {
	padding-top: 0;
}
.c-breadNav {
	background-color: #f4f4f4;
	border-radius: 10px;
	padding: 12px 20px;
}
.c-breadList {
	display: flex;
	align-items: center;
	gap: 0 26px;
}
.c-breadList li {
	font-size: 14px;
	position: relative;
}
.c-breadList li + li::before {
	display: block;
	position: absolute;
	top: 0;
	left: -13px;
	bottom: 0;
	width: 1px;
	height: 13px;
	margin: auto;
	background-color: #3b3333;
	transform: rotate(24deg);
	content: "";
}
.c-breadList a {
	display: block;
	text-decoration: underline;
}
.c-breadList a:hover {
	text-decoration: none;
	opacity: 1;
}
.c-breadList li:last-child a {
	pointer-events: none;
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	.c-breadArea {
		margin-bottom: 40px;
	}
	.c-breadNav {
		border-radius: 8px;
		padding: 10px 20px;
	}
	.c-breadList {
		display: flex;
		align-items: flex-start;
		gap: 0 26px;
		overflow-x: auto;
		flex-wrap: wrap;
	}
	.c-breadList li {
		font-size: 13px;
		position: relative;
	}
	.c-breadList li + li::before {
		top: 0;
		left: -13px;
		bottom: 0;
		width: 1px;
		height: 13px;
		transform: rotate(24deg);
	}
	.c-breadList a {
		display: block;
		text-decoration: underline;
	}
	.c-breadList li:last-child a {
		pointer-events: none;
		text-decoration: none;
	}
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* パンくずリスト
――――――――――――――――――――――――――――――――――――――――――――――*/
.BreadArea {
	margin-top: 10px;
}
.breadList {
	display: flex;
	gap: 0 24px;
}
.breadList__item {
	font-size: 12px;
	font-weight: 300;
	position: relative;
}
.breadList__item > a {
	white-space: nowrap;
}
.breadList__item + .breadList__item::before {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: -12px;
	margin: auto 0;
	width: 1px;
	height: 12px;
	background-color: #151515;
	transform: rotate(30deg);
}
.breadList__link {
	padding-bottom: 1px;
}
.breadList__link::before {
	background-color: #151515;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: 0.5s all;
	width: 0;
}
.breadList__link:hover::before {
	width: 100%;
}
.breadList__current {
	color: #b9b9b9;
}
@media screen and (max-width: 768px) {
	.breadBox {
		overflow-x: scroll;
	}
	.breadList__item {
		white-space: nowrap;
		flex-shrink: 0;
	}
	.breadArea {
		padding-top: 28px;
		padding-bottom: 28px;
		margin: 0;
	}
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* ヘッダー Header
――――――――――――――――――――――――――――――――――――――――――――――*/
.header {
	width: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffffff;
	z-index: 100;
}
.header.-fixed {
	position: fixed;
	background: unset;
}
.header.-fixed .headerCont {
	background: unset;
	padding-left: 140px;
}
.header.-fixed .headerCont .headerHead {
	display: none;
}
.header.-fixed .headerCont .headerNav {
	padding-left: 74px;
}
.header.-fixed .header__logoBox {
	width: 140px;
	height: 100px;
}
.header.-fixed .header__logoBox .header__logo {
	width: 84px;
	height: 59px;
	object-fit: cover;
}
.header .header__logoBox {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 220px;
	height: 150px;
	aspect-ratio: 220/150;
	border-radius: 0 0 25px 0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
	z-index: 5;
	background-color: #ffffff;
	transition: 300ms width ease, 300ms height ease;
}
.header .header__logoBox a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.header .header__logoBox .header__logo {
	transition: 300ms width ease, 300ms height ease;
	width: 140px;
	height: 99px;
	object-fit: cover;
}
.header .headerCont {
	display: flex;
	flex-direction: column;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	padding-left: 219px;
	background-color: #ffffff;
}
.header .headerCont .headerNav {
	width: 100%;
	height: 54px;
	background-color: #ffffff;
	border-bottom: solid 1px #e2e2e2;
	order: 2;
}
.header .headerCont .headerNav .headerNavList {
	display: flex;
	align-items: center;
	height: 100%;
	margin-right: clamp(20px, 20px + 40 * (100vw - 768px) / 512, 60px);
}
.header .headerCont .headerNav .headerNavList .headerNavList__item {
	position: relative;
	width: 100%;
	min-width: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 28px;
	margin: auto 0;
	background-color: #e2e2e2;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item::before {
	bottom: -1px;
	content: "";
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	transition: 0.5s all;
	width: 0;
	background-color: #108dfb;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item:hover::before {
	width: 100%;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn {
	position: relative;
	padding-top: 0;
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn::before {
	content: "";
	display: block;
	flex-shrink: 0;
	margin-right: 8px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.esim01::before {
	width: 18px;
	height: 18px;
	background-image: url("../../images/common/icon_question-mark.svg");
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.esim02::before {
	width: 24px;
	height: 18px;
	background-image: url("../../images/common/icon_wifi.svg");
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.esim03::before {
	width: 13px;
	height: 18px;
	background-image: url("../../images/common/icon_user-guide.svg");
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.esim04::before {
	width: 18px;
	height: 18px;
	background-image: url("../../images/common/gnb_faq.svg");
}
.header .headerCont .headerNav .headerNavList .headerNavList__item .headerNavList__btn.esim05::before {
	width: 15px;
	height: 18px;
	background-image: url("../../images/common/gnb_cart.svg");
}
.header .headerCont .headerHead {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 54px;
  padding: 0 60px 0 20px;
	border-bottom: solid 1px #e2e2e2;
	z-index: 10;
	order: 1;
}
.header .headerCont .headerHead .headerList {
	display: flex;
	column-gap: 20px;
}
.header .headerCont .headerHead .headerList li {
	position: relative;
}
.header .headerCont .headerHead .headerList li:last-child::after {
	content: none;
}
.header .headerCont .headerHead .headerList li::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -11px;
	bottom: 0;
	margin: auto 0;
	width: 1px;
	height: 12px;
	background-color: #d1d1d1;
	transform: rotate(30deg);
}
.header .headerCont .headerHead .headerList li a {
	font-size: 14px;
	font-weight: 600;
}
.header .headerCont .headerHead .headerHead__language {
	height: 53px;
	background-color: #ffffff;
}
.header .headerCont .headerHead .headerHead__language .language__link {
	position: relative;
	display: flex;
	align-items: center;
	padding: 16px 30px;
}
.header .headerCont .headerHead .headerHead__language .language__link::before {
	content: "";
	display: block;
	margin-right: 8px;
	width: 17px;
	height: 17px;
	background: url("../../images/common/icon_language.svg") center/contain no-repeat;
}
.languageList {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	align-items: center;
}
.languageList::before {
	content: "";
	display: block;
	margin-right: 8px;
	width: 17px;
	height: 17px;
	background: url("../../images/common/icon_language.svg") center/contain no-repeat;
}
.languageList__item {
	position: relative;
	margin-right: 22px;
	font-weight: 600;
}
.languageList__item.is-active {
	color: #bcbcbc;
}
.languageList__item:last-child {
	margin-right: 0;
}
.languageList__item:last-child::before {
	content: none;
}
.languageList__item::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -11px;
	bottom: 0;
	margin: auto 0;
	width: 1px;
	height: 12px;
	background-color: #d1d1d1;
	transform: rotate(30deg);
}
/*――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――*/
/*――――――――――――――――――――――――――――――――――――――――――――
/* 言語選択メニュー sp　languageListBox--sp
――――――――――――――――――――――――――――――――――――――――――――――*/
.header-sp {
	display: none;
}
.language__link--sp {
	opacity: 0;
}
.languageListBox--sp {
	display: none;
	width: 100%;
	max-width: 335px;
	z-index: 10;
}
.languageListBox--sp.is-open {
	display: block;
}
.languageListBox--sp .languageList--sp .languageList__item--sp {
	max-width: 143px;
	width: calc((100% - 8px) / 2);
	height: auto;
	border-bottom: 1px solid #d1d1d1;
}
.languageListBox--sp .languageList--sp .languageList__item--sp .languageList__link--sp {
	display: block;
	padding: 0 0 14px 0;
	font-size: 14px;
	font-weight: 300;
}
.languageListBox--sp .languageList--sp .languageList__item--sp.is-active {
	border-bottom: 1px solid #108df9;
}
.languageListBox--sp .languageList--sp .languageList__item--sp.is-active .languageList__link--sp {
	color: #108df9;
}
.languageListBox--sp .languageList--sp .languageList__item--sp:hover {
	border-bottom: 1px solid #108df9;
}
.languageListBox--sp .languageList--sp .languageList__item--sp:hover .languageList__link--sp {
	opacity: 1;
	color: #108df9;
}
@media screen and (max-width: 1000px) {
	.header {
		background-color: #ffffff;
	}
	.header .header__logoBox {
		width: auto;
		min-width: 109px;
		height: 108px;
		aspect-ratio: 220/150;
		overflow: hidden;
		position: static;
		box-shadow: none;
		border-radius: 0;
		border-bottom: solid 1px #e2e2e2;
	}
	.header .header__logoBox .header__logo {
		width: 98px;
		height: 69px;
	}
	.header .headerCont {
		height: 108px;
		padding: 0;
	}
	.header .headerCont .headerHead {
		padding-left: 0;
		padding-right: clamp(1.25rem, -2.495rem + 7.79vw, 2.375rem) /*769-20/1000-38*/ ;
	}
	.header.-fixed .header__logoBox {
		width: auto;
		height: 108px;
		border-radius: 0 0 25px 0;
	}
	.header.-fixed .headerCont {
		padding: 0;
	}
	.header.-fixed .headerCont .headerNav {
		padding-left: 0;
	}
	.headerNavList__btn {
		font-size: 12px;
	}
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* ドロップダウン dropdownMenu
――――――――――――――――――――――――――――――――――――――――――――――*/
.dropdownMenu {
	position: absolute;
	width: fit-content;
	top: 52px;
	padding-top: 35px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 5;
}
.dropdownMenu__inner {
	background: #fff;
	border-radius: 15px;
	padding: 17px 25px;
	min-width: 160px;
	text-align: left;
}
.dropdownMenu__inner ul li {
	white-space: nowrap;
	margin-bottom: 13px;
}
.dropdownMenu__inner ul li a {
	display: flex;
	align-items: center;
}
.dropdownMenu__inner ul li a::after {
	content: "";
	display: block;
	width: 4px;
	margin-left: 25px;
	height: 9px;
	background: url("../../images/common/ico_arrow.svg") no-repeat;
	background-size: contain;
}
.dropdownMenu__inner ul li:last-child {
	margin-bottom: 0;
}
.dropdownMenu.is-active {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.dropdownMenu.pointMenu {
	left: 20px;
}
.dropdownMenu.rentalCarMenu {
	left: -220px;
}
.dropdownMenu.activityMenu {
	right: -238px;
	margin-right: 40px;
}
.dropdownMenu.japanMenu {
	right: 0;
}
.menuList {
	display: flex;
	gap: 0 40px;
	width: 100%;
	padding: 30px 40px;
	border-radius: 15px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	background-color: #ffffff;
}
.menuList .menuList__item {
	max-width: 320px;
	width: clamp(250px, 250px + 70 * (100vw - 768px) / 512, 320px);
	text-align: start;
}
.menuList .menuList__item .menuList__ttlBox {
	position: relative;
	padding-bottom: 12px;
	border-bottom: 2px solid #e5e5e5;
}
.menuList .menuList__item .menuList__ttlBox::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 80px;
	height: 2px;
	background-color: #108df9;
}
.menuList .menuList__item .menuList__ttlBox .menuList__ttl {
	color: #108df9;
	font-size: 15px;
	font-weight: 600;
}
.menuList .menuList__item .menuContList .menuContList__item {
	margin-top: 20px;
}
.menuList .menuList__item .menuContList .menuContList__item .menuContList__ttl {
	margin-bottom: 8px;
}
.menuList .menuList__item .menuContList .menuContList__item .menuContList__ttl .menuContList__link.select__category span::after {
	bottom: 0;
}
.menuList .menuList__item .menuContList .menuContList__item .menuContList__ttl .select__category span:after {
	content: none;
}
.menuList .menuList__item .menuContList .menuContList__item .menuTxtList {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 22px;
}
.menuList .menuList__item .menuContList .menuContList__item .menuTxtList .menuTxtList__item {
	font-size: 12px;
	font-weight: normal;
}
.header-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: none;
	z-index: 9;
}
.header-overlay.is-active {
	display: block;
}
@media screen and (max-width: 1000px) {
	.dropdownMenu.is-active {
		display: block;
		opacity: 1;
		transition: 0.5s;
	}
}
@media screen and (max-width: 768px) {
	.header-overlay {
		display: none;
	}
	.header-overlay.is-active {
		display: block;
	}
	.header {
		display: none;
	}
	.header-sp {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		height: 60px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 100;
		background-color: #ffffff;
		border-bottom: 1px solid #e0e0e0;
		transition: all 0.3s ease;
	}
	.header-sp.hide {
		top: -100%;
	}
	.header-sp .headerCont {
		flex-direction: column;
		min-width: auto;
		padding-bottom: 36px;
	}
	.header-sp .header__logo-sp {
		width: 130px;
		height: auto;
		aspect-ratio: 120 / 37;
	}
	.header-sp .header__logo-sp.-affiliated {
		width: 98px;
		aspect-ratio: unset;
	}
	.header-sp .header__logo-sp.-affiliated a {
		display: flex;
		align-items: flex-end;
		column-gap: 5px;
	}
	.header-sp .header__logo-sp .header__logoImg-sp {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.header-sp .favorite__link {
		font-size: 14px;
		font-weight: 600;
	}
	.header-sp .header__menu-sp {
		display: flex;
		align-items: center;
		gap: 0 10px;
	}
	.header-sp .header__menu-sp .headerHead__language--sp {
		transition: opacity 0.3s ease, visibility 0.3s ease;
	}
	.header-sp .header__menu-sp .headerHead__language--sp.is-active {
		visibility: visible;
		opacity: 1;
	}
	.header-sp .header__menu-sp .headerHead__language--sp .language__link--sp {
		position: relative;
		display: flex;
		align-items: center;
		padding: 10px;
		font-size: 14px;
		font-weight: 600;
		opacity: 1;
		transition: opacity 0.3s ease;
	}
	.header-sp .header__menu-sp .headerHead__language--sp .language__link--sp::before {
		content: "";
		display: block;
		margin-right: 8px;
		width: 17px;
		height: 17px;
		background: url("../../images/common/icon_language.svg") center/contain no-repeat;
		opacity: 1;
		transition: opacity 0.3s ease;
	}
	.header-sp .header__menu-sp .header__menuImgBox-sp {
		width: 15px;
		height: 10px;
	}
	.header-sp .header__menu-sp .header__menuImgBox-sp.is-close {
		width: 15px;
		height: 15px;
	}
	.header-sp .header__menu-sp .header__menuImgBox-sp .header__menuImg-sp {
		display: none;
		width: 100%;
	}
	.header-sp .header__menu-sp .header__menuImgBox-sp .header__menuImg-sp.is-active {
		display: block;
		animation-name: fadeInAnime;
		animation-duration: 0.3s;
		animation-fill-mode: forwards;
		opacity: 0;
	}
	.dropdownMenu {
		display: none;
		opacity: 1;
		visibility: visible;
		padding-top: 0;
		z-index: 5;
	}
	.dropdownMenu__inner {
		min-width: 0;
		padding: 10px;
	}
	.dropdownMenu__inner ul li {
		margin-bottom: 5px;
		font-size: 13px;
	}
	.dropdownMenu__inner ul li:last-child {
		margin-bottom: 0;
	}
	.dropdownMenu.is-active {
		display: block;
	}
	.menuList {
		display: flex;
		flex-direction: column;
		gap: 15px;
		width: 100%;
		padding: 0;
		box-shadow: none;
		background-color: #ffffff;
		border-radius: 0;
		margin-top: 20px;
	}
	.menuList .menuList__item {
		max-width: none;
		width: 100%;
		text-align: start;
	}
	.menuList .menuList__item .menuList__ttlBox {
		padding-bottom: 12px;
		border-bottom: 2px solid #e5e5e5;
		position: relative;
	}
	.menuList .menuList__item .menuList__ttlBox::after {
		content: "";
		display: block;
		position: absolute;
		bottom: -2px;
		left: 0;
		width: 80px;
		height: 2px;
		background-color: #108df9;
	}
	.menuList .menuList__item .menuList__ttlBox .menuList__ttl {
		font-size: 15px;
		font-weight: 600;
		color: #108df9;
	}
	.menuList .menuList__item .menuContList .menuContList__item {
		margin-top: 20px;
	}
	.menuList .menuList__item .menuContList .menuContList__item .menuContList__ttl {
		margin-bottom: 8px;
	}
	.menuList .menuList__item .menuContList .menuContList__item .menuTxtList {
		display: flex;
		flex-wrap: wrap;
		gap: 8px 22px;
	}
	.menuList .menuList__item .menuContList .menuContList__item .menuTxtList .menuTxtList__item {
		font-size: 12px;
		font-weight: normal;
	}
	.pointMenuList {
		display: flex;
		flex-direction: row;
		gap: 15px;
		flex-wrap: wrap;
		max-width: none;
		width: 100%;
	}
	.pointMenuList .pointMenuList__item {
		max-width: none;
		width: calc((100% - 15px) / 2);
	}
	.pointMenuList .pointMenuList__item .pointMenuList__contBox {
		margin-top: 14px;
	}
	.pointMenuList .pointMenuList__item .pointMenuList__contBox .pointMenuList__point {
		font-size: 14px;
	}
	.languageListBox--sp {
		opacity: 0;
		transition: opacity 0.3s ease;
		width: 100%;
		max-width: 335px;
		z-index: 102;
		position: fixed;
		top: 60px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.languageListBox--sp.is-open {
		opacity: 1;
	}
	.languageListBox--sp .languageList--sp {
		gap: 8px;
		display: flex;
		flex-wrap: wrap;
		max-width: 100%;
		padding: 30px 20px;
		box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
		background-color: #ffffff;
		border-radius: 15px;
	}
	.languageListBox--sp .languageList--sp .languageList__item--sp {
		max-width: 143px;
		width: calc((100% - 8px) / 2);
		height: auto;
		border-bottom: 1px solid #d1d1d1;
	}
	.languageListBox--sp .languageList--sp .languageList__item--sp .languageList__link--sp {
		display: block;
		padding: 0 0 14px 0;
		font-size: 14px;
		font-weight: 300;
	}
	.languageListBox--sp .languageList--sp .languageList__item--sp.is-active {
		border-bottom: 1px solid #108df9;
	}
	.languageListBox--sp .languageList--sp .languageList__item--sp.is-active .languageList__link--sp {
		color: #108df9;
	}
	.languageListBox--sp .languageList--sp .languageList__item--sp:hover {
		border-bottom: 1px solid #108df9;
	}
	.languageListBox--sp .languageList--sp .languageList__item--sp:hover .languageList__link--sp {
		opacity: 1;
		color: #108df9;
	}
	.film-gray, .dim-gray {
		opacity: 0;
		visibility: hidden;
		transition: opacity 0.3s ease, visibility 0.3s ease;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		height: 100vh;
		background-color: #151515;
		z-index: 101;
	}
	.film-gray.is-active, .dim-gray.is-active {
		opacity: 0.3;
		visibility: visible;
	}
	@keyframes fadeInAnime {
		from {
			opacity: 0;
		}
		to {
			opacity: 1;
		}
	}
	@keyframes fadeOutAnime {
		from {
			opacity: 1;
		}
		to {
			opacity: 0;
		}
	}
}
.header-sp-menu {
	position: fixed;
	display: none;
	top: 60px;
	left: 0;
	background: #fff;
	z-index: 99;
}
.header-sp-menu__inner {
	height: 100vh;
	overflow-y: scroll;
	padding: 20px 20px 70px;
}
.header-sp-menu__inner .topCategory {
	margin-bottom: 37px;
	padding: 0;
}
.header-sp-menu__inner .topCategory .topCategory__ttl {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: 600;
}
.header-sp-menu__inner .topCategory .topCategory__ttl::before {
	content: "";
	display: block;
	margin-right: 8px;
	width: 20px;
	height: 10px;
	background-image: url("../../images/common/icon_dots.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.header-sp-menu__inner .topCategoryLink {
	display: flex;
    flex-wrap: wrap;
    gap: 15px 11px;
}
.header-sp-menu__inner .topCategoryLink__item {
	width: calc((100% - 11px) / 2);
	border: none;
}
.header-sp-menu__inner .topCategoryLink__item .dropdownMenu {
	top: 120px;
}
.header-sp-menu__inner .topCategoryLink__btn {
	display: block;
	align-items: center;
	border: none;
	border-radius: 15px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
	padding: 15px 5px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
}
.header-sp-menu__inner .topCategoryLink__btn::before {
	content: "";
    display: block;
	margin: 0 auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.header-sp-menu__inner .topCategoryLink__btn.esim01::before {
	width: 36px;
	height: 36px;
	background-image: url("../../images/common/icon_question-mark.svg");
}
.header-sp-menu__inner .topCategoryLink__btn.esim02::before {
	width: 48px;
	height: 36px;
	background-image: url("../../images/common/icon_wifi.svg");
}
.header-sp-menu__inner .topCategoryLink__btn.esim03::before {
	width: 26px;
	height: 36px;
	background-image: url("../../images/common/icon_user-guide.svg");
}
.header-sp-menu__inner .topCategoryLink__btn.esim04::before {
	width: 36px;
	height: 36px;
	background-image: url("../../images/common/icon_support.svg");
}
.header-sp-menu__inner .topCategoryLink__btn.esim05::before {
	width: 30px;
	height: 36px;
	background-image: url("../../images/common/icon_mypage.svg");
}
.header-sp-menu__link {
	border-top: 1px solid #e0e0e0;
}
.header-sp-menu__link li {
	border-bottom: 1px solid #e0e0e0;
}
.header-sp-menu__link li a {
	font-size: 12px;
	padding: 10px 10px 10px 2px;
	display: flex;
	align-items: center;
}
.header-sp-menu__link li a::before {
	content: "";
	display: block;
	width: 4px;
	height: 2px;
	margin-right: 5px;
	background: url("../../images/common/icon_line.svg") no-repeat;
	background-size: contain;
}

.header-sp-menu .headerList {
  display: flex;
  column-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 70px;
  padding: 10px;
}
.header-sp-menu .headerList li {
  position: relative;
}
.header-sp-menu .headerList li:last-child::after {
  content: none;
}
.header-sp-menu .headerList li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -11px;
  bottom: 0;
  margin: auto 0;
  width: 1px;
  height: 12px;
  background-color: #d1d1d1;
  transform: rotate(30deg);
}
.header-sp-menu .headerList li a {
  font-size: 12px;
  font-weight: 600;
  color: #108df9;
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* footerMenuArea
――――――――――――――――――――――――――――――――――――――――――――――*/
.footerMenuArea .relative {
	position: relative;
}
.footerMenuArea .relative::before {
	content: "";
	display: block;
	position: absolute;
	top: -39px;
	right: -30px;
	background-image: url("/assets/images/common/bg_footprints02.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 193px;
	height: 195px;
}
.footerMenuArea .relative .footerMenu__item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
.footer__service .footerMenu__ttl,
.footerMenuArea .relative .footerMenu__item .footerMenu__ttl {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: 600;
}
.footer__service .footerMenu__ttl::before,
.footerMenuArea .relative .footerMenu__item .footerMenu__ttl::before {
	content: "";
	display: block;
	margin-right: 8px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.footerMenuArea .relative .footerMenu__item .footerMenu__flexBox {
	display: flex;
	flex-wrap: wrap;
	gap: 12px clamp(50px, 50px + 43 * (100vw - 768px) / 512, 93px);
	margin-top: 15px;
}
.footerMenuArea .relative .footerMenu__item .footerMenu__flexBox .select__category {
	display: flex;
	margin-bottom: 8px;
}
.footerMenuArea .relative .footerMenu__item .footerMenu__flexBox .select__category span {
	font-size: 14px;
}
.footerMenuArea .relative .footerMenu__item .footerMenu__flexBox .select__category span:after {
	content: none;
}
.footerMenuArea.footerMenuBox {
	background-color: #eff0f2;
	padding-top: 75px;
	padding-bottom: 40px;
}
.footer__service {
	margin-bottom: 60px;
}
.footer__service .footerService__ttl {
	display: flex;
	align-items: center;
	margin-bottom: 18px;
	font-size: 16px;
	font-weight: 600;
}
.footer__service .footerService__ttl::before {
	content: "";
	display: block;
	margin-right: 8px;
	width: 20px;
	height: 10px;
	background-image: url("../../images/common/icon_dots.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.footer__serviceList {
	display: flex;
	column-gap: 22px;
}
.footer__serviceList__item {
	width: calc((100% - 44px) / 3);
}
.footer__serviceList__item:nth-child(1) a::after {
	width: 125px;
	height: 91px;
	background: url("../../images/common/img_character-car.png") no-repeat;
	background-size: contain;
	bottom: -20px;
	right: 5px;
}
.footer__serviceList__item:nth-child(1) p::before {
	content: "";
	display: block;
	width: 27px;
	height: 18px;
	background: url("../../images/common/icon_car.svg") no-repeat;
	background-size: contain;
}
.footer__serviceList__item:nth-child(2) a::after {
	width: 72px;
	height: 100px;
	background: url("../../images/common/img_character-marine.png") no-repeat;
	background-size: contain;
	bottom: -15px;
	right: 0;
}
.footer__serviceList__item:nth-child(2) p::before {
	content: "";
	display: block;
	width: 23px;
	height: 20px;
	background: url("../../images/common/icon_act.svg") no-repeat;
	background-size: contain;
}
.footer__serviceList__item:nth-child(3) a::after {
	width: 110px;
	height: 98px;
	background: url("../../images/common/img_character-golf.png") no-repeat;
	background-size: contain;
	bottom: -15px;
	right: -20px;
}
.footer__serviceList__item:nth-child(3) p::before {
	content: "";
	display: block;
	width: 16px;
	height: 24px;
	background: url("../../images/common/icon_golf.svg") no-repeat;
	background-size: contain;
}
.footer__serviceList__link {
	position: relative;
	display: block;
}
.footer__serviceList__link::after {
	content: "";
	position: absolute;
	display: block;
}
.footer__serviceList__link figure {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 10px;
}
.footer__serviceList__link p {
	font-weight: 600;
	display: flex;
	align-items: center;
	column-gap: 6px;
}
.footer__MenuWrap .footerMenu__item {
	padding: 0;
	border-bottom: 1px solid #dedede;
	margin-bottom: 25px;
}
.footer__MenuWrap .footerMenu__item .itemList {
	margin-bottom: 20px;
}
.footer__service .footerMenu__ttl.--related-services {
	display: flex;
}
.footer__service .footerMenu__ttl.--related-services::before {
	content: "";
	display: block;
	width: 19px;
	height: 5px;
	background: url("../../images/common/icon_dots.svg") no-repeat;
}
.footer__MenuWrap .footerMenu__ttl.--about {
	display: flex;
}
.footer__MenuWrap .footerMenu__ttl.--about::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url("../../images/common/icon_question-mark.svg") no-repeat;
}
.footer__MenuWrap .footerMenu__ttl.--plan {
	display: flex;
}
.footer__MenuWrap .footerMenu__ttl.--plan::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url("../../images/common/icon_wifi.svg") no-repeat;
	background-size: contain;
}
.footer__MenuWrap .footerMenu__ttl.--userguide {
	display: flex;
}
.footer__MenuWrap .footerMenu__ttl.--userguide::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url("../../images/common/icon_user-guide.svg") no-repeat;
}
.footer__MenuWrap .footerMenu__ttl.--mypage {
	display: flex;
}
.footer__MenuWrap .footerMenu__ttl.--mypage::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url("../../images/common/icon_mypage.svg") no-repeat;
}
.footer__MenuWrap .footerMenu__ttl.--support {
	display: flex;
}
.footer__MenuWrap .footerMenu__ttl.--support::before {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background: url("../../images/common/icon_support.svg") no-repeat;
}
.itemList {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 22px;
}
.itemList__item {
	position: relative;
}
.itemList__item > a::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: -11px;
	bottom: 0;
	margin: auto 0;
	width: 1px;
	height: 12px;
	background-color: #d1d1d1;
	transform: rotate(30deg);
}
.itemList__item:last-child > a::after {
	display: none;
}
.itemList__link {
	color: #151515;
	font-size: 12px;
	position: relative;
	display: block;
	padding-bottom: 1px;
}
.itemList__link::before {
	background-color: #151515;
	bottom: 0;
	content: "";
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	transition: 0.5s all;
	width: 0;
}
.itemList__link:hover::before {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.footer__service {
		margin-bottom: 40px;
	}
	.footer__serviceList {
		display: block;
	}
	.footer__serviceList__item {
		width: auto;
		margin-bottom: 23px;
	}
	.footer__serviceList__item:nth-child(1) a::after {
		width: 100px;
		height: 72px;
		bottom: 0;
		right: -20px;
	}
	.footer__serviceList__item:nth-child(2) a::after {
		width: 57px;
		height: 80px;
		bottom: 10px;
		right: 10px;
	}
	.footer__serviceList__item:nth-child(3) a::after {
		width: 88px;
		height: 78px;
		bottom: 0;
		right: -20px;
	}
	.footer__serviceList__item p {
		font-size: 14px;
	}
	.footer__serviceList__item:last-child {
		margin-bottom: 0;
	}
	.itemList__item2 {
		width: calc((100% - 22px) / 2);
	}
	.footerMenuArea.footerMenuBox {
		padding-top: 50px;
	}
	.footerMenuBox .relative::before {
		top: -57px;
		right: 0;
		width: 160px;
		height: 162px;
	}
	.footerMenuBox .relative .footerMenu__item {
		padding: 0;
	}
	.footerMenuBox .relative .footerMenu__item .footerMenu__ttl {
		margin-bottom: 10px;
	}
	.footerMenuBox .relative .footerMenu__item .footerMenu__flexBox {
		gap: 12px clamp(50px, 50px + 43 * (100vw - 768px) / 512, 93px);
	}
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* footerContBox
――――――――――――――――――――――――――――――――――――――――――――――*/
.footerContBox {
	background-color: #333;
	padding-top: 50px;
	padding-bottom: 50px;
}
.footerInfo {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}
.footerInfoList {
	margin-top: 14px;
}
.footerInfoList__item {
	position: relative;
}
.footerInfoList__item > a::after {
	background-color: #ffffff;
}
.footerInfoList__link {
	color: #ffffff;
}
.copyrightBox {
	background-color: #151515;
	padding-top: 10px;
	padding-bottom: 10px;
}
.copyright {
	color: #f5f5f5;
	font-size: 12px;
	text-align: end;
}
@media screen and (max-width: 768px) {
	.footerContBox {
		background-color: #333333;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
/*――――――――――――――――――――――――――――――――――――――――――――
/* page loading
――――――――――――――――――――――――――――――――――――――――――――――*/
.page-loading {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.4s 0.2s ease-in-out;
	transition: all 0.4s 0.2s ease-in-out;
	background-color: #F5F6F8;
	opacity: 0;
	visibility: hidden;
	z-index: 5;
}
.page-loading.active {
	opacity: 1;
	visibility: visible;
}
.page-loading.active > .page-loading-inner {
	opacity: 1;
}
.page-loading-inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
	opacity: 0;
}
.page-loading-inner > span {
	display: block;
	font-size: 1rem;
	font-weight: normal;
	color: #333;
}
.page-spinner {
	display: inline-block;
	width: 2.75rem;
	height: 2.75rem;
	margin-bottom: 0.75rem;
	vertical-align: text-bottom;
	border: 0.15em solid #108DF9;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner 0.75s linear infinite;
	animation: spinner 0.75s linear infinite;
}
@-webkit-keyframes spinner {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spinner {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@media screen and (max-width: 768px) {
	.page-loading {
		top: 60px;
	}
}
.skeleton-price, .skeleton-title, .skeleton-details, .skeleton-img, .skeleton-info {
	background-color: #e0e0e0;
	border-radius: 5px;
	margin: 5px;
	animation: pulse 1.5s infinite ease-in-out;
}
.skeleton-price {
	width: 50%;
	height: 40px;
}
.skeleton-title {
	flex-grow: 1;
	height: 20px;
	width: 100%;
}
.skeleton-details {
	width: 80%;
	height: 20px;
}
.skeleton-img {
	width: 50%;
	height: 150px;
}
.skeleton-info {
	width: 20%;
	height: 20px;
}
@keyframes pulse {
	0% {
		background-color: #e0e0e0;
	}
	50% {
		background-color: #f0f0f0;
	}
	100% {
		background-color: #e0e0e0;
	}
}


