body {
	color: #333;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
}

body.js-open {
	height: 100%;
	overflow: hidden;
}

main {
	flex: 1;
}

.main-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

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

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.campaign-btn {
	align-items: center;
	border-radius: 3.75rem;
	color: #fff;
	display: inline-flex;
	justify-content: center;
	padding: 2.5rem 0.625rem 2.5rem;
	position: relative;
	transition: 0.3s;
	width: 100%;
}

.campaign-btn--store {
	background: linear-gradient(to bottom, #ffb100, #ff3b00);
	box-shadow: 0.375rem 0.375rem 0 0 #d33100;
}

.campaign-btn--black {
	background: linear-gradient(to bottom, #888, #333);
	box-shadow: 0.375rem 0.375rem 0 0 #1A1A1A;
}

.campaign-btn::after {
	background: transparent url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/arrow-white.svg) no-repeat center center/cover;
	content: "";
	height: 1.75rem;
	position: absolute;
	right: 1.875rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.75rem;
}

.campaign-btn--store::before {
	background: transparent url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/icon-shop.webp) no-repeat center center/cover;
	content: "";
	height: 4.875rem;
	left: 2.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4.875rem;
}

.campaign-btn span {
	display: block;
	font-size: 1.75rem;
	line-height: 1.4285714286;
}

.campaign-btn--store span {
	margin-left: 3.75rem;
	text-align: center;
}

.campaign-btn--black span {
	margin-right: 1.875rem;
}

.not-found {
	padding-top: 6.25rem;
}

.not-found p {
	font-size: 1.25rem;
	text-align: center;
}

.not-found__btn {
	margin: 3rem auto 0;
	max-width: 16.25rem;
}

.sub-campaign {
	padding-bottom: 7.5rem;
}

.sub-campaign__title {
	color: #fff;
	font-size: 2.25rem;
	line-height: 1.4444444444;
	margin-bottom: 3.125rem;
	text-align: center;
}

.sub-campaign__anchor-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 41.875rem;
}

.sub-campaign__anchor-item {
	max-width: 13.125rem;
}

.sub-campaign__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 6.25rem;
}

.sub-campaign__content + .sub-campaign__content {
	padding-top: 7.875rem;
}

.sub-campaign__image-wrap {
	background-color: #fff;
	border-radius: 3.75rem;
	padding: 3.125rem;
}

.sub-campaign__image {
	margin-left: auto;
	margin-right: auto;
	max-width: 56.25rem;
}

.sub-campaign__btn {
	align-items: center;
	display: flex;
	gap: 2.125rem;
	justify-content: center;
	margin-top: 5rem;
}

.sub-carlineup {
	padding-top: 4.6875rem;
}

.sub-carlineup__bottom {
	background-color: #f6f2ea;
	border-radius: 5rem;
	margin-top: 3.125rem;
	padding-bottom: 6.25rem;
	padding-top: 6.3125rem;
}

.sub-carlineup__note-box {
	align-items: center;
	background-color: #ffe839;
	border-radius: 1.25rem;
	display: flex;
	gap: 1.875rem;
	margin: 6.25rem auto 0;
	max-width: 50rem;
	padding: 2.5rem 4.0625rem 2.5rem;
}

.sub-carlineup__icon {
	width: 3.75rem;
}

.sub-carlineup__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2.5;
}

.sub-store--store {
	padding: 4.6875rem 0 2.25rem;
}

.sub-store--cars {
	padding-top: 6.25rem;
}

.sub-store__inner {
	margin: 0 auto;
	max-width: 60rem;
	padding: 0 1.25rem;
}

.sub-store__tab-list {
	grid-gap: 0.375rem;
	display: grid;
	gap: 0.375rem;
	grid-template-columns: repeat(5, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.4375rem;
	max-width: 1000px;
}

.sub-store__tab {
	align-items: center;
	background-color: #ddd;
	border-radius: 1.25rem 1.25rem 0 0;
	color: #fff;
	display: flex;
	font-size: 1.25rem;
	height: 4.375rem;
	justify-content: center;
	line-height: 1.8;
	padding: 1.3125rem 0.625rem;
	text-align: center;
}

.sub-store__tab.is-active {
	background-color: #038dd8;
}

.sub-store__tab.is-red {
	background-color: #ff0000;
}

.sub-store__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.75rem;
}

.sub-store__item {
	background-color: #f6f2ea;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 1.875rem 1.875rem 3.125rem;
}

.sub-store__company {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2.5;
}

.sub-store__name {
	font-size: 1.75rem;
	line-height: 1.5;
	margin-top: 0.375rem;
}

.sub-store__address,
.sub-store__message,
.sub-store__tel {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	margin-top: 0.75rem;
}

.sub-store__btn-list {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	margin-top: 3.125rem;
}

.sub-store__btn {
	max-width: 16.25rem;
}

.sungle-car__title {
	background-color: #a0e6e6;
	font-family: "Roboto", sans-serif;
	font-size: 3.125rem;
	line-height: 1.32;
	padding-bottom: 1.5rem;
	padding-top: 1.875rem;
	text-align: center;
}

.sungle-car__body {
	margin: 3.75rem auto 0;
	max-width: 56.25rem;
}

.sungle-car__image + .sungle-car__image {
	margin-top: 3.125rem;
}

.top-about {
	margin-top: -8.875rem;
}

.top-about--feelfreetohondashop {
	margin-top: 0;
}

.top-about__top {
	display: block;
	padding-top: 12.6875rem;
	position: relative;
}

.top-about__top::before {
	background-color: #a0e6e6;
	border-radius: 2.5rem 2.5rem 0 0;
	content: "";
	height: 12.6875rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.top-about__bottom-bg {
	background-color: #c3eaff;
}

.top-about__bottom {
	background-color: #fff;
	border-radius: 0 0 2.5rem 2.5rem;
	padding-bottom: 7.5rem;
	padding-top: 3.0625rem;
}

.top-about__inner-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	position: relative;
}

.top-about__inner-wrap::after {
	aspect-ratio: 117/68;
	background: transparent url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/top/about-bottom.webp) no-repeat center center/cover;
	bottom: 1.25rem;
	content: "";
	max-width: 7.75rem;
	position: absolute;
	right: 5vw;
	width: 100%;
}

.top-about__img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 30.4375rem;
}

.top-about__title {
	font-size: 2.5rem;
	line-height: 1.5;
	margin-top: 2.5rem;
	text-align: center;
}

.top-about__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2.5;
	margin-top: 2.5rem;
	text-align: center;
}

.top-benefit {
	background-color: #fcd7a1;
	position: relative;
}

.top-benefit__inner-bg {
	background-color: #f6f2ea;
	border-radius: 0 0 2.5rem 2.5rem;
	padding: 7.5rem 0 10rem;
}

.top-benefit::before {
	border-bottom: 0;
	border-left: 3.125rem solid transparent;
	border-right: 3.125rem solid transparent;
	border-style: solid;
	border-top: 2.5rem solid #c3eaff;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 0;
	z-index: 2;
}

.top-benefit__title-image {
	display: block;
	left: 50%;
	max-width: 58.5rem;
	position: absolute;
	top: 2.375rem;
	transform: translateX(-50%);
	width: 100%;
}

.top-benefit__list {
	grid-gap: 2.5rem 1.4375rem;
	display: grid;
	gap: 2.5rem 1.4375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 3.75rem;
	position: relative;
	z-index: 3;
}

.top-benefit__item {
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid var(--top-benefit-color);
	border-radius: 1.875rem;
	display: flex;
	flex-direction: column;
	height: 31.9375rem;
	justify-content: center;
	padding: 2.5rem 1.875rem 3.125rem;
}

.top-benefit__item--pink {
	--top-benefit-color: #fa8589;
}

.top-benefit__item--green {
	--top-benefit-color: #8cc63f;
}

.top-benefit__item--cyan {
	--top-benefit-color: #1eadb1;
}

.top-benefit__item--orange {
	--top-benefit-color: #f7931d;
}

.top-benefit__item--blue {
	--top-benefit-color: #32a0da;
}

.top-benefit__card-img {
	max-width: 16.125rem;
}

.top-benefit__card-title {
	font-size: 1.75rem;
	line-height: 1.5;
	margin-top: 2.125rem;
	text-align: center;
}

.top-benefit__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2.5;
	margin-top: 1.5rem;
}

.top-check {
	padding-top: 8.75rem;
	position: relative;
}

.top-check::before {
	border-bottom: 0;
	border-left: 3.125rem solid transparent;
	border-right: 3.125rem solid transparent;
	border-style: solid;
	border-top: 2.5rem solid #fcd7a1;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 0;
	z-index: 2;
}

.top-check__title-image {
	display: block;
	left: 50%;
	max-width: 68.9375rem;
	position: absolute;
	top: 3.3125rem;
	transform: translateX(-50%);
	width: 100%;
}

.top-check__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5rem;
}

.top-check__item {
	background-color: #f6f2ea;
	border-radius: 1.25rem;
}

.top-check__img {
	aspect-ratio: 320/180;
}

.top-check__body {
	display: flex;
	flex-direction: column;
	height: 29.4375rem;
	padding: 2.5rem 0rem 5rem;
}

.top-check__item-title {
	font-size: 1.75rem;
	line-height: 1.5;
	min-height: 5.125rem;
	text-align: center;
}

.top-check__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2.5;
	margin-top: 2.5rem;
	padding-left: 1.875rem;
	padding-right: 1.875rem;
}

.top-check__btn {
	margin: 2.5rem auto 0;
	max-width: 16.25rem;
}

.top-check__banner {
	border-radius: 1.25rem;
	display: block;
	height: 15rem;
	margin-top: 5rem;
	overflow: hidden;
	position: relative;
}

.top-check__banner-bg {
	bottom: 0;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.top-check__banner-bg img {
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.top-check__banner:hover .top-check__banner-bg img {
	opacity: 0.82;
	transform: scale(1.06);
}

.top-check__banner-content {
	display: block;
	padding: 7.5rem 0.625rem 1.8125rem 3.75rem;
	position: relative;
	z-index: 2;
}

.top-check__banner-sub {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2.5;
}

.top-check__banner-text {
	display: inline-block;
	font-size: 1.75rem;
	line-height: 1.5;
	padding-left: 3.75rem;
	position: relative;
}

.top-check__banner-text::before {
	background: transparent url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/top/ico-comments.webp) no-repeat center center/cover;
	content: "";
	height: 2.625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
}

.top-check__banner-arrow {
	background-color: #fff;
	border: 0.25rem solid #f6f2ea;
	border-radius: 50%;
	display: block;
	height: 5rem;
	position: absolute;
	right: 2.5rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 5rem;
	z-index: 2;
}

.top-check__banner:hover .top-check__banner-arrow {
	background-color: #333;
}

.top-check__banner-arrow::before {
	background: transparent url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/arrow-black.svg) no-repeat center center/cover;
	content: "";
	height: 1.875rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1.875rem;
}

.top-check__banner:hover .top-check__banner-arrow::before {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/arrow-white.svg);
}

.top-contents {
	margin-top: 6rem;
}

.header-about-wrap {
	margin-top: -9.75rem;
}

.header-about-wrap--feelfreetohondashop {
	margin-top: 0;
}

.top-header {
	position: relative;
	z-index: 3;
}

.top-header__inner.inner {
	max-width: 1173px;
}

.top-header__list {
	grid-gap: 0.8125rem;
	display: grid;
	gap: 0.8125rem;
	grid-template-columns: repeat(6, 1fr);
}

.top-header__link {
	align-items: center;
	background-color: #fff;
	border-radius: 1.25rem;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	height: 14.125rem;
	justify-content: center;
	padding: 1.25rem 0.0625rem 1.6875rem;
	position: relative;
	text-align: center;
	transition: 0.3s;
}

.top-header__link:hover {
	background-color: #038dd8;
}

.top-header__link:hover .top-header__text {
	color: #fff;
}

.top-header__link:hover .top-header__icon-wrap {
	background-color: #fff;
}

.top-header__link::before,
.top-header__link::after {
	content: "";
	position: absolute;
}

.top-header__link::before {
	background-color: #fff;
	border: 0.25rem solid #f6f2ea;
	border-radius: 50%;
	bottom: -2rem;
	height: 2.625rem;
	left: 50%;
	transform: translateX(-50%);
	width: 2.625rem;
	z-index: 2;
}

.top-header__link::after {
	background: transparent url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/arrow-black.svg) no-repeat center center/cover;
	bottom: -1.1875rem;
	height: 1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 1rem;
	z-index: 3;
}

.top-header__icon-wrap {
	align-items: center;
	aspect-ratio: 1;
	background-color: #f6f2ea;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	max-width: 6.25rem;
	transition: 0.3s;
	width: 100%;
}

.top-header__icon {
	max-width: 3.75rem;
}

.top-header__text {
	color: #038dd8;
	font-size: 1.25rem;
	line-height: 1.5;
	text-align: center;
	transition: 0.3s;
}

.top-mv {
	position: relative;
}

.top-mv picture {
	display: block;
	width: 100%;
}

.top-voice {
	background-color: #fcd7a1;
	border-radius: 0 0 2.5rem 2.5rem;
	padding: 7.5rem 0 5.9375rem;
	position: relative;
}

.top-voice::before {
	border-bottom: 0;
	border-left: 3.125rem solid transparent;
	border-right: 3.125rem solid transparent;
	border-style: solid;
	border-top: 2.5rem solid #f6f2ea;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 0;
	z-index: 2;
}

.top-voice__content {
	margin-top: 3.75rem;
	text-align: center;
}

.top-voice__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 2.5;
}

.top-voice__text + .top-voice__text {
	margin-top: 1.125rem;
}

.top-voice__point-image {
	display: block;
	margin: 2.5rem auto;
	max-width: 32.5rem;
	width: 100%;
}

.top-voice__lead {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 3.125rem;
}

.top-voice__people-image {
	bottom: 2.625rem;
	display: block;
	left: 50%;
	max-width: 62.5rem;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.top-worry {
	background-color: #f6f2ea;
	position: relative;
}

.top-worry__inner-bg {
	background-color: #c3eaff;
	border-radius: 0 0 2.5rem 2.5rem;
	padding: 7.5rem 0 6.25rem;
}

.top-worry::before {
	border-bottom: 0;
	border-left: 3.125rem solid transparent;
	border-right: 3.125rem solid transparent;
	border-style: solid;
	border-top: 2.5rem solid #fff;
	content: "";
	height: 0;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 0;
	z-index: 2;
}

.top-worry__title {
	font-size: 2.5rem;
	line-height: 1.5;
	position: relative;
	text-align: center;
}

.top-worry__title::after {
	aspect-ratio: 936/130;
	background: transparent url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/top/worries-title.webp) no-repeat center center/cover;
	content: "";
	left: 50%;
	max-width: 58.5rem;
	position: absolute;
	top: -2.625rem;
	transform: translateX(-50%);
	width: 100%;
}

.top-worry__list {
	grid-gap: 0.9375rem;
	display: grid;
	gap: 0.9375rem;
	grid-template-columns: repeat(4, 1fr);
	margin: 3.875rem 0 0;
}

.top-worry__item--blue {
	--worry-color: #038dd8;
}

.top-worry__item--green {
	--worry-color: #23abb0;
}

.top-worry__item--pink {
	--worry-color: #f58184;
}

.top-worry__item--yellow {
	--worry-color: #f3c91c;
}

.top-worry__item {
	align-items: center;
	background-color: #fff;
	border: 0.125rem solid #333;
	border-radius: 0.625rem;
	box-shadow: 0.3125rem 0.3125rem 0 var(--worry-color);
	display: flex;
	flex-direction: column;
	height: 19.0625rem;
	padding: 1.875rem 0.9375rem 1.6875rem;
}

.top-worry__card-img {
	max-width: 10rem;
}

.top-worry__text {
	font-size: 1.75rem;
	line-height: 1.5;
	margin-top: 1.1875rem;
	text-align: center;
}

.top-worry__item--yellow .top-worry__text {
	margin-top: 0.0625rem;
}

.btn--blue {
	--btn-color: #038dd8;
}

.btn--red {
	--btn-color: #ff0000;
}

.btn {
	align-items: center;
	background-color: var(--btn-color);
	border-radius: 1.875rem;
	color: #fff;
	display: inline-flex;
	font-size: 1.25rem;
	justify-content: center;
	line-height: 1.45;
	padding: 0.875rem 0.625rem 0.8125rem;
	position: relative;
	transition: 0.3s;
	width: 100%;
}

.btn--car {
	font-size: 1.125rem;
	padding: 0.9375rem 0.625rem;
}

.btn--blue.btn--car:hover {
	background-color: #f6f2ea;
}

.btn--blue {
	border: 0.125rem solid #038dd8;
}

.btn--blue:hover {
	background-color: #fff;
	color: #038dd8;
}

.btn--blue:hover::after {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/arrow-blue.svg);
}

.btn--red {
	border: 0.125rem solid #ff0000;
}

.btn--red:hover {
	background-color: #fff;
	border: 0.125rem solid #ff0000;
	color: #ff0000;
}

.btn--red:hover::after {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/arrow-red.svg);
}

.btn::after {
	background: transparent url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/arrow-white.svg) no-repeat center center/cover;
	content: "";
	height: 1rem;
	position: absolute;
	right: 0.625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1rem;
}

.btn--tel::before,
.btn--store::before,
.btn--stock::before,
.btn--drive::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 1.5rem;
	left: 1.3125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.5rem;
}

.btn--tel::before {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/ico-tel--white.webp);
}

.btn--blue.btn--tel:hover::before {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/ico-tel--blue.webp);
}

.btn--red.btn--tel:hover::before {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/ico-tel--red.webp);
}

.btn--drive::before {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/ico-drive--white.webp);
}

.btn--drive:hover::before {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/ico-drive--blue.webp);
}

.btn--store::before {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/ico-store--white.webp);
}

.btn--blue.btn--store:hover::before {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/ico-store--blue.webp);
}

.btn--red.btn--store:hover::before {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/ico-store--red.webp);
}

.btn--stock::before {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/ico-stock--white.webp);
}

.btn--stock:hover::before {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/ico-stock--red.webp);
}

.btn span {
	display: block;
}

.btn--stock span,
.btn--tel span,
.btn--drive span,
.btn--store span {
	margin-left: 1rem;
}

.car-item__card {
	background-color: #fff;
	border-radius: 1.25rem;
	padding-bottom: 2.3125rem;
	padding-top: 1.875rem;
}

.car-item__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.car-item__body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	justify-content: center;
	margin-top: 1.25rem;
}

.car-item__title {
	font-family: "Roboto", sans-serif;
	font-size: 1.875rem;
	line-height: 1.3;
	text-align: center;
}

.car-item__text {
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.5;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	text-align: center;
}

.car-item__btn-wrap {
	margin-top: auto;
}

.car-item__btn {
	margin: 1.125rem auto 0;
	max-width: 12.375rem;
}

.car-list {
	display: flex;
	flex-direction: column;
	gap: 5rem;
}

.car-list__title {
	background-image: radial-gradient(circle, #707070 1.5px, transparent 1.5px);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: 9px 3px;
	font-size: 2.5rem;
	line-height: 1.5;
	padding-bottom: 1.125rem;
}

.car-list__cards {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 3.125rem;
}

.footer {
	padding-top: 9.375rem;
}

.footer__inner-wrap {
	background-color: #a0e6e6;
	height: 31.25rem;
	margin-top: 3.25rem;
	padding-top: 5rem;
}

.footer__logo {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 26.375rem;
}

.header-hamburger {
	background-color: #038dd8;
	border: 0.125rem solid #038dd8;
	border-radius: 0.625rem;
	height: 5rem;
	position: relative;
	transition: 0.3s;
	width: 5rem;
	z-index: 9999;
}

.header-hamburger:hover {
	background-color: #fff;
}

.header-hamburger:hover span:nth-of-type(1),
.header-hamburger:hover span:nth-of-type(2),
.header-hamburger:hover span:nth-of-type(3) {
	background-color: #038dd8;
}

.header-hamburger:hover span:nth-of-type(4),
.header-hamburger:hover span:nth-of-type(5) {
	color: #038dd8;
}

.header-hamburger span {
	display: inline-block;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease 0s;
}

.header-hamburger span:nth-child(1),
.header-hamburger span:nth-child(2),
.header-hamburger span:nth-child(3) {
	background-color: #fff;
	height: 0.125rem;
	width: 2.25rem;
}

.header-hamburger span:nth-child(1) {
	top: 31%;
}

.header-hamburger.js-open span:nth-child(1) {
	top: 42%;
	transform: translateX(-50%) rotate(-45deg);
}

.header-hamburger span:nth-child(2) {
	top: 43%;
}

.header-hamburger.js-open span:nth-child(2) {
	display: none;
}

.header-hamburger span:nth-child(3) {
	top: 55%;
}

.header-hamburger.js-open span:nth-child(3) {
	top: 42%;
	transform: translateX(-50%) rotate(45deg);
}

.header-hamburger span:nth-child(4),
.header-hamburger span:nth-child(5) {
	bottom: 0.625rem;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 0.75rem;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.header-hamburger.js-open > span:nth-child(4) {
	display: none;
}

.header-hamburger span:nth-child(5) {
	display: none;
}

.header-hamburger.js-open > span:nth-child(5) {
	display: block;
}

.header {
	background-color: #fff;
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.16);
	height: 6rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.header__inner {
	height: inherit;
	padding-left: 3.125rem;
	padding-right: 0.5rem;
}

.header__flex {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__contents {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: 0 3.125rem;
	width: 100%;
}

.header__logo {
	max-width: 5.625rem;
	width: 100%;
}

.header__text-logo {
	max-width: 26.75rem;
	width: 49.0825688073%;
}

.header__text {
	color: #038dd8;
	font-size: 1.25rem;
}

.header__btn {
	flex-shrink: 0;
}

.header__nav-bg {
	background-color: rgba(51, 51, 51, 0.5);
	height: 100vh;
	left: 0;
	opacity: 0;
	position: fixed;
	top: 0;
	transition: opacity 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 1001;
}

.header__nav-bg.js-open {
	opacity: 1;
	visibility: visible;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1050px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.page-title {
	text-align: center;
}

.page-title span {
	display: inline-block;
	font-size: 3.375rem;
	line-height: 1.6078431373;
	padding-left: 6.375rem;
	position: relative;
	text-align: center;
}

.page-title span::before {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 4.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 4.875rem;
}

.page-title--store span::before {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/icon-shop.webp);
}

.page-title--carlineup span::before {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/icon-newcar.webp);
}

.sec-title {
	text-align: center;
}

.sec-title__text::before,
.sec-title__text::after {
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.75rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 3rem;
}

.sec-title__text::before {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/line-left.webp);
	left: 0;
}

.sec-title__text::after {
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/common/line-right.webp);
	right: 0;
}

.sec-title__text {
	display: inline-block;
	font-size: 2.5rem;
	line-height: 1.5;
	padding-left: 5.5rem;
	padding-right: 5.5rem;
	position: relative;
	text-align: center;
}

.sp-nav {
	background-color: #f6f2ea;
	height: 100vh;
	overflow: scroll;
	padding-bottom: 6.25rem;
	padding-top: 7.25rem;
	position: fixed;
	right: -105%;
	top: 0;
	transition: 0.3s;
	width: 33.3333333333%;
	z-index: 1002;
}

.sp-nav.js-open {
	right: 0;
}

.sp-nav__items {
	margin-left: auto;
	margin-right: auto;
	max-width: 15rem;
}

.sp-nav__item {
	background-image: repeating-linear-gradient(90deg, #707070, #707070 2px, transparent 2px, transparent 6px);
	background-position: left top;
	background-repeat: repeat-x;
	background-size: 100% 2px;
}

.sp-nav__item:last-child {
	background-image: repeating-linear-gradient(90deg, #707070, #707070 2px, transparent 2px, transparent 6px), repeating-linear-gradient(90deg, #707070, #707070 2px, transparent 2px, transparent 6px);
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: 100% 2px, 100% 2px;
}

.sp-nav__item a {
	display: block;
	font-size: 1rem;
	line-height: 2;
	padding: 1.5rem 0;
	transition: color 0.3s;
}

.sp-nav__item a:hover {
	color: #038dd8;
}

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

.swiper-slide {
	align-items: center;
	display: flex;
	justify-content: center;
}

.fv-swiper .swiper-wrapper,
.fv-swiper .swiper-slide > picture {
	height: 100%;
	width: 100%;
}

.fv-swiper .swiper-slide > a {
	cursor: pointer;
	width: 100%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: 66%;
}

.swiper-pagination-bullet {
	background: #fff;
	height: 0.625rem;
	margin: 0 0.3125rem;
	opacity: 1;
	width: 0.625rem;
}

.swiper-pagination-bullet-active {
	background: #038dd8;
}

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

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: 72%;
}

}

@media (max-width: 1000px) {

html {
	font-size: 1.6vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.campaign-btn {
	padding: 1.5625rem 0.625rem;
}

.campaign-btn::after {
	height: 1.25rem;
	right: 1.25rem;
	width: 1.25rem;
}

.campaign-btn--store::before {
	height: 3.75rem;
	left: 1.25rem;
	width: 3.75rem;
}

.campaign-btn span {
	font-size: 1.25rem;
	line-height: 1.5;
}

.campaign-btn--store span {
	margin-left: 2.5rem;
}

.campaign-btn--black span {
	margin-right: 1.25rem;
}

.not-found {
	padding-top: 5rem;
}

.not-found p {
	font-size: 1rem;
}

.not-found__btn {
	margin-top: 2rem;
	max-width: 13.75rem;
}

.sub-campaign {
	padding-bottom: 5rem;
}

.sub-campaign__title {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-bottom: 1.875rem;
}

.sub-campaign__anchor-list {
	gap: 0.625rem;
	max-width: 21.875rem;
}

.sub-campaign__anchor-item {
	max-width: 6.875rem;
}

.sub-campaign__content {
	max-width: 37.5rem;
	padding: 3.75rem 0 0;
}

.sub-campaign__content + .sub-campaign__content {
	padding-top: 5rem;
}

.sub-campaign__image-wrap {
	border-radius: 1.875rem;
	padding: 0.9375rem;
}

.sub-campaign__image {
	width: 92.3076923077%;
}

.sub-campaign__btn {
	flex-direction: column;
	gap: 1.875rem;
	margin: 3.75rem auto 0;
	max-width: 24rem;
	padding-left: 22px;
	padding-right: 22px;
}

.sub-carlineup {
	padding-top: 2.375rem;
}

.sub-carlineup__inner.inner {
	max-width: 37.5rem;
	padding-left: 20px;
	padding-right: 20px;
}

.sub-carlineup__bottom {
	border-radius: 2.5rem;
	margin-top: 1.875rem;
	padding-bottom: 3.75rem;
	padding-top: 3.125rem;
}

.sub-carlineup__note-box {
	flex-direction: column;
	margin-top: 5rem;
	padding: 1.875rem;
}

.sub-carlineup__icon {
	width: 2.5rem;
}

.sub-carlineup__text {
	font-size: 1rem;
	line-height: 2;
}

.sub-store--store {
	padding: 2.375rem 0 0rem;
}

.sub-store--cars {
	padding-top: 4.5625rem;
}

.sub-store__tab-list {
	gap: 0.3125rem;
	margin-top: 1.875rem;
}

.sub-store__tab {
	border-radius: 0.625rem 0.625rem 0 0;
	font-size: 0.875rem;
	height: 4.375rem;
	line-height: 1.5;
	padding: 0.875rem 0.5rem;
}

.sub-store__list {
	gap: 1.875rem;
	grid-template-columns: 1fr;
	margin-top: 1.875rem;
}

.sub-store__item {
	height: auto;
	padding: 1.25rem;
}

.sub-store__company {
	font-size: 1rem;
	line-height: 1.5;
}

.sub-store__name {
	font-size: 1.25rem;
	line-height: 1.7;
	margin-top: 0.25rem;
}

.sub-store__address,
.sub-store__message,
.sub-store__tel {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 0.125rem;
}

.sub-store__btn-list {
	gap: 0.5625rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 1rem;
}

.sungle-car__title {
	font-size: 1.5rem;
	line-height: 1.3333333333;
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
}

.sungle-car__inner.inner {
	max-width: 37.5rem;
}

.sungle-car__body {
	margin-top: 1.875rem;
}

.sungle-car__image + .sungle-car__image {
	margin-top: 1.875rem;
}

.top-about {
	margin-top: -20.75rem;
}

.top-about--feelfreetohondashop {
	margin-top: 0;
}

.top-about__top {
	padding-top: 22.625rem;
}

.top-about__top::before {
	height: 22.625rem;
}

.top-about__bottom {
	padding-bottom: 10.4375rem;
	padding-top: 1.125rem;
}

.top-about__inner-wrap::after {
	bottom: -5.5rem;
	right: 2.25rem;
}

.top-about__inner.inner {
	max-width: 37.5rem;
}

.top-about__title {
	font-size: 1.5rem;
	line-height: 2;
	margin-top: 1.875rem;
}

.top-about__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.875rem;
}

.top-benefit__inner-bg {
	padding: 5.625rem 0 3.75rem;
}

.top-benefit__inner.inner {
	max-width: 37.5rem;
}

.top-benefit__title-image {
	max-width: 21.25rem;
	top: 8.75rem;
}

.top-benefit__list {
	gap: 1.25rem;
	grid-template-columns: 1fr;
	margin-top: 7.5rem;
}

.top-benefit__item {
	height: 23.5625rem;
	margin-left: auto;
	margin-right: auto;
	padding: 2.5rem 1.6875rem;
	width: 86.4864864865%;
}

.top-benefit__card-img {
	max-width: 13.4375rem;
}

.top-benefit__card-title {
	font-size: 1.25rem;
	line-height: 1.7;
	margin-top: 1.875rem;
}

.top-benefit__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.875rem;
}

.top-check {
	padding-top: 5.625rem;
}

.top-check__inner.inner {
	max-width: 37.5rem;
}

.top-check__title-image {
	max-width: 23.3125rem;
}

.top-check__list {
	gap: 2.5rem;
	grid-template-columns: 1fr;
	margin: 3.125rem auto 0;
	width: 86.4864864865%;
}

.top-check__body {
	height: auto;
	padding: 1.875rem 1.875rem 2.5rem;
}

.top-check__item-title {
	font-size: 1.25rem;
	line-height: 1.7;
	min-height: 0;
	min-height: initial;
}

.top-check__text {
	font-size: 1rem;
	line-height: 2;
	margin-top: 1.25rem;
	padding-left: 0;
	padding-right: 0;
}

.top-check__btn {
	margin-top: 1.25rem;
	max-width: 15rem;
}

.top-check__banner {
	height: 23.75rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.125rem;
	max-width: 21.875rem;
}

.top-check__banner-content {
	padding: 11.875rem 1.25rem 0.9375rem 0.875rem;
}

.top-check__banner-sub {
	font-size: 1rem;
	line-height: 2;
}

.top-check__banner-text {
	font-size: 1.125rem;
	line-height: 1.5;
	margin-top: 1.4375rem;
	padding-left: 3.125rem;
}

.top-check__banner-text::before {
	height: 2.1875rem;
	width: 2.5rem;
}

.top-check__banner-arrow {
	border-width: 0.125rem;
	bottom: 0.8125rem;
	height: 2.625rem;
	right: 0.8125rem;
	top: auto;
	transform: translateY(0%);
	width: 2.625rem;
}

.top-check__banner-arrow::before {
	height: 1.125rem;
	width: 1.125rem;
}

.top-contents {
	margin-top: 3.75rem;
}

.header-about-wrap {
	margin-top: -5.25rem;
}

.header-about-wrap--feelfreetohondashop {
	margin-top: 0;
}

.top-header__inner.inner {
	max-width: 37.5rem;
	width: 94.5945945946%;
}

.top-header__list {
	gap: 0.375rem;
	grid-template-columns: repeat(2, 1fr);
}

.top-header__link {
	gap: 0.375rem;
	height: 7.5rem;
	justify-content: flex-start;
	padding: 0.625rem 0.375rem 0.5rem;
}

.top-header__link:hover {
	background-color: #fff;
}

.top-header__link:hover .top-header__text {
	color: #038dd8;
}

.top-header__link:hover .top-header__icon-wrap {
	background-color: #f6f2ea;
}

.top-header__link::before {
	display: none;
}

.top-header__link::after {
	bottom: auto;
	height: 0.75rem;
	left: auto;
	right: 0.625rem;
	top: 50%;
	transform: translate(0%, -50%);
	width: 0.75rem;
}

.top-header__icon-wrap {
	max-width: 3rem;
}

.top-header__icon {
	max-width: 2.25rem;
}

.top-header__text {
	font-size: 1rem;
	height: auto;
	line-height: 1.5;
}

.top-voice {
	padding: 5.625rem 0rem 3.75rem;
}

.top-voice__inner.inner {
	max-width: 37.5rem;
}

.top-voice__content {
	margin-top: 3.125rem;
}

.top-voice__text {
	font-size: 1rem;
	line-height: 2;
}

.top-voice__point-image {
	max-width: 20.4375rem;
}

.top-voice__lead {
	font-size: 1.25rem;
	line-height: 1.7;
	margin-top: 1.875rem;
}

.top-voice__people-image {
	margin: 3.125rem auto 0;
	max-width: 19.375rem;
	position: static;
	transform: translateX(0%);
}

.top-worry__inner-bg {
	padding: 3.25rem 0 4.0625rem;
}

.top-worry__inner.inner {
	max-width: 37.5rem;
}

.top-worry__title {
	font-size: 1.5rem;
	line-height: 2;
	padding-top: 4.25rem;
}

.top-worry__title::after {
	aspect-ratio: 345/80;
	background-image: url(/wakayama/wp-content/themes/honda-cars/dist/assets/images/top/worries-title_sp.webp);
	max-width: 21.5625rem;
	top: 0;
}

.top-worry__list {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2.6875rem;
	width: 98.7%;
}

.top-worry__item {
	box-shadow: 0.375rem 0.375rem 0 var(--worry-color);
	padding: 1.875rem 0.625rem 1.5rem;
}

.top-worry__item:nth-of-type(1),
.top-worry__item:nth-of-type(2) {
	height: 13.6875rem;
}

.top-worry__item:nth-of-type(3),
.top-worry__item:nth-of-type(4) {
	height: 16.125rem;
}

.top-worry__card-img {
	max-width: 7.5rem;
}

.top-worry__text {
	font-size: 1.25rem;
	line-height: 1.7;
	margin-top: 1rem;
}

.top-worry__item--yellow .top-worry__text {
	margin-top: 1rem;
}

.btn {
	font-size: 1rem;
	line-height: 2;
	padding: 0.75rem 0.625rem;
}

.btn--stock,
.btn--tel,
.btn--drive,
.btn--store {
	border-radius: 0.625rem;
	font-size: 0.875rem;
	height: 5.4375rem;
	line-height: 1.5;
	padding: 2.375rem 0.625rem 0.625rem;
	text-align: center;
}

.btn--car {
	font-size: 0.875rem;
	padding: 0.25rem 0.625rem;
}

.btn--car::after {
	height: 0.75rem;
	width: 0.75rem;
}

.btn--stock::after,
.btn--tel::after,
.btn--drive::after,
.btn--store::after {
	display: none;
}

.btn--tel::before,
.btn--store::before,
.btn--stock::before,
.btn--drive::before {
	height: 1.25rem;
	left: 50%;
	position: absolute;
	top: 0.625rem;
	transform: translate(-50%, 0);
	width: 1.25rem;
}

.btn--stock span,
.btn--tel span,
.btn--drive span,
.btn--store span {
	margin-left: 0;
}

.car-item__card {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.car-item__image {
	margin-left: auto;
	margin-right: auto;
	max-width: 11.25rem;
}

.car-item__body {
	justify-content: space-between;
	margin: 0.8125rem auto 0;
	width: 95%;
}

.car-item__title {
	font-size: 1.5rem;
	line-height: 1.3333333333;
}

.car-item__text {
	color: #666;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.4285714286;
	margin-top: 0.375rem;
	padding-left: 0;
	padding-right: 0;
}

.car-item__btn {
	margin-top: 1.25rem;
	max-width: 8.75rem;
}

.car-list {
	gap: 3.75rem;
}

.car-list__title {
	font-size: 1.5rem;
	line-height: 2;
	padding-bottom: 1rem;
	white-space: nowrap;
}

.car-list__cards {
	gap: 0.75rem 0.625rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1.875rem;
}

.footer {
	padding-top: 3.9375rem;
}

.footer__inner-wrap {
	height: 19.375rem;
	margin-top: 1.25rem;
	padding-top: 3.75rem;
}

.footer__logo {
	max-width: 19.625rem;
}

.header-hamburger {
	height: 3.25rem;
	width: 3.25rem;
}

.header-hamburger span:nth-child(1),
.header-hamburger span:nth-child(2),
.header-hamburger span:nth-child(3) {
	width: 1.5rem;
}

.header-hamburger span:nth-child(1) {
	top: 28%;
}

.header-hamburger.js-open span:nth-child(1) {
	top: 34%;
}

.header-hamburger span:nth-child(2) {
	top: 40%;
}

.header-hamburger span:nth-child(3) {
	top: 52%;
}

.header-hamburger.js-open span:nth-child(3) {
	top: 34%;
}

.header-hamburger span:nth-child(4),
.header-hamburger span:nth-child(5) {
	bottom: 0.25rem;
	font-size: 0.625rem;
	line-height: 1.3;
}

.header {
	height: 3.75rem;
}

.header__inner {
	padding-left: 0.625rem;
	padding-right: 0.25rem;
}

.header__contents {
	align-items: start;
	flex-direction: column;
	gap: 0.375rem;
	margin-left: 1.4375rem;
	margin-right: 1.125rem;
	margin-top: 0.75rem;
}

.header__logo {
	max-width: 3.5625rem;
}

.header__text-logo {
	max-width: 14.1875rem;
	width: auto;
}

.header__text {
	font-size: 0.75rem;
}

.inner {
	padding-left: 10px;
	padding-right: 10px;
}

.page-title span {
	font-size: 1.5rem;
	line-height: 2;
	padding-left: 4.75rem;
}

.page-title span::before {
	height: 3.625rem;
	width: 3.625rem;
}

.sec-title__text::before,
.sec-title__text::after {
	height: 2.5rem;
	width: 2rem;
}

.sec-title__text {
	font-size: 1.5rem;
	line-height: 2;
	padding-left: 3.25rem;
	padding-right: 3.25rem;
}

.sp-nav {
	max-width: 26.25rem;
	padding-bottom: 5.625rem;
	padding-top: 6.875rem;
	width: 89.7435897436%;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	top: 76%;
}

.swiper-pagination-bullet {
	height: 0.5rem;
	margin: 0 0.25rem;
	width: 0.5rem;
}

}

@media (max-width: 390px) {

html {
	font-size: 4.1025641026vw;
}

}


/*# sourceMappingURL=style.css.map */
