@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");

html {
	/* 以下の指定で
    ブラウザのフォントサイズが16pxの時
    16pxは1.6remになる.
    10pxは1rem */
	font-size: 62.5%;
	scroll-behavior: initial !important;
}

body {
	font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic Pro", "Hiragino Sans", Meiryo, メイリオ, sans-serif;
	font-size: 1.6rem;
	letter-spacing: 0;
	/* min-height: 100vh; */
	background-color: var(--f_light);
	color: var(--f_dark);
	font-weight: 500;
}

body * {
	padding: 0;
	margin: 0;
}

p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h6,
button,
label {
	font-weight: 700;
}
label {
	font-size: 1.6rem;
}
label:focus-visible {
	outline: 4px solid var(--f_main);
	border-radius: 5px;
}
@media (width > 576px) {
	label {
		font-size: 1.8rem;
	}
}

a {
	display: inline-block;
	text-decoration: none;
	color: var(--f_dark);
	/* transition:
		color 0.4s,
		background-color 0.4s,
		border-color 0.4s; */
}

a:hover {
	text-decoration: none;
}

button {
	color: var(--f_dark);
	border: 0;
	background-color: transparent;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible {
	outline: var(--f_main-deep) solid 3px;
	/* opacity: 0.5; */
}

li {
	list-style: none;
}

img {
	object-fit: contain;
	width: 100%;
	height: auto;
}

svg {
	width: 100%;
	height: 100%;
}

input[type="text"],
input[type="number"],
input[type="date"],
input[type="time"],
input[type="email"],
input[type="tel"],
input[type="url"],
textarea,
select {
	-webkit-appearance: none;
	appearance: none;
	border-radius: 3px;
	font-size: 1.6rem;
	border: 1px solid var(--f_blue);
	background-color: var(--f_light);
	display: block;
	width: 100%;
	padding: 8px var(--f_space_5) 10px 10px;
	color: var(--f_dark);
	font-weight: 700;
}

input:focus,
textarea:focus,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	border: 1px solid var(--f_main);
	outline: var(--f_main) solid 1px;
}

textarea {
	height: 228px;
}

select::-ms-expand {
	display: none;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;

	/* select要素の矢印アイコンのCSS */
	background-image: url(../img/icon_arrow.svg);
	background-repeat: no-repeat;
	background-size: 12px 10px;
	background-position: right 10px center;
	/* 背景色を指定するCSS */
}

label,
input[type="radio"],
input[type="checkbox"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
}

::placeholder {
	color: var(--f_placeholder);
	font-weight: 700;
}

::selection {
	color: var(--f_white);
	background: var(--f_main-bright);
}
input:disabled,
textarea:disabled,
button:disabled {
	background-color: var(--f_lightgray);
}
/* --------------


bootstrap 
上書き


----------------*/
.Container_Ss {
	padding-left: var(--f_space_2);
	padding-right: var(--f_space_2);
	max-width: 824px;
	width: 100%;
	margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.Container_Ss {
		padding-right: var(--f_space_8);
	}
}
.Container_S {
	padding-left: var(--f_space_2);
	padding-right: var(--f_space_2);
	max-width: 1050px;
	width: 100%;
	margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.Container_S {
		padding-right: var(--f_space_8);
	}
}
.container {
	padding-left: var(--f_space_2);
	padding-right: var(--f_space_2);
}
@media (width > 576px) {
	.container {
		max-width: 1177px;
	}
}

@media (min-width: 768px) and (max-width: 1300px) {
	.container {
		max-width: 1095px !important;
	}
}

@media (min-width: 768px) and (max-width: 1372px) {
	.container {
		padding-right: var(--f_space_8) !important;
	}
}

.Container_L {
	padding-left: var(--f_space_2);
	padding-right: var(--f_space_2);
	width: 100%;
	margin-inline: auto;
	max-width: 1320px;
}
@media (min-width: 768px) and (max-width: 1372px) {
	.Container_L {
		padding-right: var(--f_space_8);
	}
}
/* @media screen and (max-width: 1423px) {
	.Container_L {
		max-width: 1095px;
	}
} */
.Container_L.Right {
	max-width: 100%;
	width: calc(100% - ((100% - 1320px) / 2));
	margin-right: 0;
	padding-right: 0;
}

.Mw_M {
	max-width: 1180px;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.row > * {
	padding-left: 0;
	padding-right: 0;
}

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


swiper 
上書き


----------------*/
.swiper {
	padding-bottom: var(--f_space_5);
}

.swiper-pagination-bullet-active {
	background-color: var(--f_main);
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: auto;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	top: calc(-1 * (var(--f_space_5)) + 50%);
	height: 2.6rem;
	width: 2.6rem;
	border-radius: 8px;
	align-items: center;
	justify-content: center;
	color: var(--f_light);
	background-color: var(--f_main);
	background-image: url(../img/icon/arrow-short-wh.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center;
}

@media (min-width: 768px) {
	.swiper-button-next,
	.swiper-button-prev {
		height: 4.1rem;
		width: 4.1rem;
		border-radius: 15px;
	}
	/* .swiper-button-next {
		right: 72px;
	} */
}

.swiper-button-prev {
	transform-origin: 50%;
	transform: rotate(180deg);
}

.swiper-button-next::after {
	content: "";
}

.swiper-button-prev::after {
	content: "";
}

/* ページネーション dots 
----------------------------*/
.swiper-pagination-bullets.swiper-pagination-horizontal {
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.swiper-pagination {
}
.swiper-slide {
	height: auto;
}
.swiper-slide > a {
	width: 100%;
}

/* スクロールバー
------------------ */

.swiper-scrollbar-drag:hover {
	cursor: pointer;
}
.Slide_Scrollbar > .swiper-scrollbar-drag {
	background: var(--f_main-deep);
}
/*
 just validate カスタマイズ 
------------------------------- */
input.just-validate-error-field,
input.just-validate-error-field:focus,
input.just-validate-error-field:focus-visible,
textarea.just-validate-error-field,
textarea.just-validate-error-field:focus,
textarea.just-validate-error-field:focus-visible,
select.just-validate-error-field,
select.just-validate-error-field:focus,
select.just-validate-error-field:focus-visible {
	outline: 0;
	border: 1px solid var(--f_red);
}
