.u-pc {
	display: none;
}

.u-xl {
	display: none;
}

.l-drawer div a.c-btn,
.l-page main div a.c-btn {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #b10015;
	border-radius: 2.5rem;
	-webkit-box-shadow: 0.6666666667vw 0.8vw 0 0 rgba(177, 0, 21, .75);
	box-shadow: 0.6666666667vw 0.8vw 0 0 rgba(177, 0, 21, .75);
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 4.6666666667vw;
	font-weight: 400;
	height: 15.4666666667vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1.2;
	text-align: center;
	width: 100%;
}

.c-btn__sm {
	font-size: 4.6666666667vw;
}

.c-lower-title {
	font-size: 6.6666666667vw;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}

.c-lower-title__sm {
	font-size: 4.6666666667vw;
	text-align: center;
}

.c-page-top-wrapper {
	background-color: #eddad2;
	position: relative;
}

.c-page-top {
	background: url("../images/common/page-top.webp") no-repeat center center/contain;
	bottom: 5.3333333333vw;
	display: none;
	height: 15.0666666667vw;
	position: fixed;
	right: 5.3333333333vw;
	width: 15.0666666667vw;
	z-index: 30;
}

.c-page-top.is-fixed {
	position: absolute;
	right: 5.3333333333vw;
	top: -7.6vw;
}

.c-title {
	font-size: 6.6666666667vw;
	font-weight: bold;
	letter-spacing: 0.1em;
	line-height: 1.5;
	text-align: center;
}

.c-title.--white {
	color: #fff;
}

.c-title__sm {
	font-size: 4.6666666667vw;
}

/* A Modern CSS Reset */

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

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

figure {
	line-height: 0;
}

ul[role=list],
ol[role=list] {
	list-style: none;
}

html:focus-within {
	scroll-behavior: smooth;
}

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

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

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

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

body {
	font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	line-height: 1.6;
}

a {
	color: #0081cc;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

a:hover {
	color: #33b4ff;
	text-decoration: underline;
}

a[href*="tel:"] {
	cursor: default;
	pointer-events: none;
	text-decoration: none;
}

em {
	color: #c80012;
	font-style: normal;
	font-weight: bold;
}

p {
	margin: 20px 0;
}

.p-small {
	font-size: 16px;
}

.p-vsmall {
	font-size: 14px;
}

.wrapper {
	background: #fff;
	margin: 0 auto;
	max-width: 1000px;
	padding: 10px;
}

.section {
	margin-bottom: 30px;
}

.table {
	border-collapse: collapse;
	margin-bottom: 20px;
	text-align: left;
}

.table th,
.table td {
	line-height: 1.5;
	padding: 14px 10px;
	vertical-align: top;
}

.table th {
	font-weight: bold;
	white-space: nowrap;
}

.table td {
	word-break: break-all;
}

.table--small {
	font-size: 10px;
}

.table--small th,
.table--small td {
	padding: 6px;
}

.ul {
	margin: 0;
	padding: 0 0 0 1.5em;
}

#bottomNav {
	bottom: 12px;
	height: 45px;
	position: fixed;
	right: 10px;
	width: 45px;
}

.up {
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.up:hover {
	opacity: 0.6;
}

.caution {
	background: #000;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 2px 10px;
}

.caution--em {
	background: #e60012;
}

.u-font-weight-bold {
	font-weight: bold;
}

.hr {
	border-top: 1px solid #0c4988;
	display: block;
	display: block;
	width: 100%;
}

.header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #0c4988;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px;
}

.header__wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1000px;
	padding: 10px 20%;
}

.header__logo {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 6% 8%;
	max-width: 115px;
}

.header__text {
	margin: 5px 20px;
}

.global-menu {
	background: #b6c8db;
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 100;
}

.global-menu__wrap {
	font-size: 18px;
	height: 100vh;
	overflow-y: scroll;
	padding: 40px 10px;
	width: 100vw;
}

.global-menu__title {
	border-bottom: 1px solid #000;
	color: #000;
	display: block;
	font-weight: bold;
	line-height: 1.3;
	padding: 8px 0 8px 30px;
	position: relative;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.global-menu__title:hover {
	background: #d8e2ec;
	text-decoration: none;
}

.global-menu__num {
	background: #0c4988;
	border-radius: 50%;
	color: #fff;
	content: "";
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 20px;
	left: 4px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	width: 20px;
}

.global-menu__category .global-sub-menu {
	overflow: hidden;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.global-menu__close {
	cursor: pointer;
	display: block;
	height: 33px;
	position: absolute;
	right: 0;
	right: 10px;
	top: 12px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	width: 33px;
	z-index: 1;
}

.global-menu__close:hover {
	opacity: 0.6;
}

.global-sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.global-sub-menu__item {
	border-bottom: 1px solid #000;
	color: #000;
	display: block;
	line-height: 1.3;
	padding: 8px 0 8px 30px;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.global-sub-menu__item:hover {
	background: white;
	color: #0081cc;
	text-decoration: none;
}

.global-menu-button {
	cursor: pointer;
	display: block;
	height: 46px;
	position: fixed;
	right: 0;
	right: 10px;
	top: 12px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	width: 46px;
	z-index: 99;
}

.global-menu-button:hover {
	opacity: 0.6;
}

.accordion {
	margin-bottom: 8px;
}

.accordion__title {
	background: #0c4988;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	min-height: 32px;
	padding: 3px 0px 3px 40px;
	position: relative;
	position: relative;
	position: relative;
	text-align: left;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	word-break: break-all;
}

.accordion__title:hover {
	opacity: 0.7;
}

.accordion__title-num {
	background: #000;
	color: #fff;
	display: inline-block;
	height: 32px;
	left: 0;
	line-height: 32px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 32px;
}

.accordion__title-num--em {
	background: #dd0716;
}

.accordion__content {
	height: 0;
	overflow: hidden;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.accordion input {
	display: none;
}

.accordion input:checked + label + .accordion__content {
	height: auto;
	padding-top: 8px;
}

.accordion--text-black .accordion__title {
	background: #0c4988;
	color: #000;
}

.accordion--text-black .accordion__title-num {
	color: #fff;
	left: 0;
}

.title {
	color: #0c4988;
	font-size: 20px;
	font-weight: bold;
}

.title--large {
	font-size: 22px;
}

.title--small {
	font-size: 16px;
}

.title--vsmall {
	font-size: 14px;
}

.title--em {
	color: #c80012;
}

.small-title {
	color: #b6c8db;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 8px;
}

.small-title--black {
	color: #000;
}

.table-overview th,
.table-overview td {
	border-bottom: 1px solid #9fa0a0;
}

.table-overview th {
	background: #63c4cd;
	color: #fff;
	font-weight: bold;
}

.table-overview td {
	background: #ebf6f5;
}

.table-law tr {
	border-bottom: 1px solid #999;
}

.shop {
	margin: 10px 0 40px 0;
	text-align: center;
}

.shop__title {
	background: #0c4988;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	font-weight: bold;
	margin-bottom: 6px;
	text-align: left;
}

.shop__number {
	background: #000;
	color: #fff;
	margin-right: 8px;
	padding: 0 5px;
}

.shop__table th,
.shop__table td {
	padding: 4px;
}

.shop__table th {
	padding-bottom: 0;
}

.shop__table__ws-normal {
	white-space: normal !important;
}

.shop__table-head {
	font-weight: bold;
	margin-right: 1em;
}

.home-map {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
}

.home-map small {
	font-size: 10px;
}

.use {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.use__text-box {
	background: #ffee03;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
	padding: 4px 10px;
}

.use__item {
	border-top: 1px solid #0c4988;
	padding: 16px 8%;
}

.use__item--em {
	background-color: #fce7ee;
}

.use__item--em-half {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(46%, #fce7ee), color-stop(46%, #fff), to(#fff));
	background-image: linear-gradient(to bottom, #fce7ee 46%, #fff 46%, #fff 100%);
}

.use__item--em-one-third {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(31%, #fce7ee), color-stop(31%, #fff), to(#fff));
	background-image: linear-gradient(to bottom, #fce7ee 31%, #fff 31%, #fff 100%);
}

.use__item--border {
	border-bottom: 1px solid #0c4988 !important;
}

.use__item--no-border {
	border: none;
}

.use__item--wide {
	padding-left: 2%;
	padding-right: 2%;
}

.use__title {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 14px;
	padding-left: 30px;
	position: relative;
}

.use__title-num {
	background: #0c4988;
	border-radius: 50%;
	color: #fff;
	content: "";
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 24px;
	left: 0;
	line-height: 24px;
	position: absolute;
	text-align: center;
	width: 24px;
}

.use__text {
	font-size: 16px;
	line-height: 1.3;
	margin: 8px 0;
}

.use__text--small {
	font-size: 14px;
}

.use small {
	display: block;
	line-height: 1.4 !important;
	margin-bottom: 6px;
	margin-left: 5%;
}

.use__num {
	color: #c80012;
	margin-right: 4px;
}

.use-item {
	margin-bottom: 8px;
}

.use-item:last-child {
	margin-bottom: 0;
}

.use-item:last-child .use-item__title {
	margin-bottom: 0;
}

.use-item__title {
	border: 2px solid #0c4988;
	color: #0c4988;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.3;
	min-height: 32px;
	padding: 4px 30px 4px 40px;
	position: relative;
	position: relative;
	position: relative;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	word-break: break-all;
}

.use-item__title:hover {
	opacity: 0.7;
}

.use-item__title-num {
	display: inline-block;
	height: 32px;
	left: 5px;
	line-height: 28px;
	position: absolute;
	text-align: center;
	top: 0;
}

.use-item__content {
	height: 0;
	overflow: hidden;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.use-item input {
	display: none;
}

.use-item input:checked + label + .use-item__content {
	height: auto;
	padding-top: 8px;
}

.use-list {
	list-style: none;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 2px;
	padding: 0;
}

.use-list__item {
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.use-list__item::before {
	background: #f39c13;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 16px;
	margin-right: 4px;
	position: relative;
	width: 16px;
}

.use-list--sub .use-list__item::before {
	background: #898989;
}

.use-list--small .use-list__item {
	font-size: 14px;
	margin-bottom: 4px;
}

.use-list--small .use-list__item::before {
	height: 14px;
	margin-right: 2px;
	width: 14px;
}

.faq__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.faq__item--q {
	color: #c80012;
	font-weight: bold;
	margin-bottom: 6px;
}

.faq__title {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.faq__head {
	height: 36px;
	margin-right: 6px;
	width: 36px;
}

.faq__body p {
	margin: 0 0 10px 0;
}

.faq__button {
	background: #703a19;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	margin: 20px 0;
	padding: 10px 20px;
}

.faq__button:link,
.faq__button:hover,
.faq__button:active,
.faq__button:focus {
	text-decoration: none;
}

.faq__button:hover {
	color: #fff !important;
	opacity: 0.7;
}

.faq__banner {
	display: block;
	margin: 20px 0;
	text-align: center;
}

.faq__banner a {
	display: inline-block;
}

.faq__banner a:hover {
	opacity: 0.8;
}

.faq .accordion__title {
	background: #b6c8db;
}

.pc-only {
	display: none;
}

.u-clearfix {
	*zoom: 1;
}

.u-clearfix:after {
	clear: both;
	content: "";
	display: table;
}

.u-text-align-left {
	text-align: left !important;
}

.u-text-align-right {
	text-align: right !important;
}

.u-text-align-center {
	text-align: center !important;
}

.u-float-left {
	float: left !important;
}

.u-float-right {
	float: right !important;
}

.u-float-none {
	float: none !important;
}

.u-margin-top-0 {
	margin-top: 0px !important;
}

.u-margin-top-5 {
	margin-top: 5px !important;
}

.u-margin-top-10 {
	margin-top: 10px !important;
}

.u-margin-top-15 {
	margin-top: 15px !important;
}

.u-margin-top-20 {
	margin-top: 20px !important;
}

.u-margin-top-25 {
	margin-top: 25px !important;
}

.u-margin-top-30 {
	margin-top: 30px !important;
}

.u-margin-top-35 {
	margin-top: 35px !important;
}

.u-margin-top-40 {
	margin-top: 40px !important;
}

.u-margin-top-45 {
	margin-top: 45px !important;
}

.u-margin-top-50 {
	margin-top: 50px !important;
}

.u-margin-top-55 {
	margin-top: 55px !important;
}

.u-margin-top-60 {
	margin-top: 60px !important;
}

.u-margin-top-65 {
	margin-top: 65px !important;
}

.u-margin-top-70 {
	margin-top: 70px !important;
}

.u-margin-top-75 {
	margin-top: 75px !important;
}

.u-margin-top-80 {
	margin-top: 80px !important;
}

.u-margin-top-85 {
	margin-top: 85px !important;
}

.u-margin-top-90 {
	margin-top: 90px !important;
}

.u-margin-top-95 {
	margin-top: 95px !important;
}

.u-margin-top-100 {
	margin-top: 100px !important;
}

.u-margin-bottom-0 {
	margin-bottom: 0px !important;
}

.u-margin-bottom-5 {
	margin-bottom: 5px !important;
}

.u-margin-bottom-10 {
	margin-bottom: 10px !important;
}

.u-margin-bottom-15 {
	margin-bottom: 15px !important;
}

.u-margin-bottom-20 {
	margin-bottom: 20px !important;
}

.u-margin-bottom-25 {
	margin-bottom: 25px !important;
}

.u-margin-bottom-30 {
	margin-bottom: 30px !important;
}

.u-margin-bottom-35 {
	margin-bottom: 35px !important;
}

.u-margin-bottom-40 {
	margin-bottom: 40px !important;
}

.u-margin-bottom-45 {
	margin-bottom: 45px !important;
}

.u-margin-bottom-50 {
	margin-bottom: 50px !important;
}

.u-margin-bottom-55 {
	margin-bottom: 55px !important;
}

.u-margin-bottom-60 {
	margin-bottom: 60px !important;
}

.u-margin-bottom-65 {
	margin-bottom: 65px !important;
}

.u-margin-bottom-70 {
	margin-bottom: 70px !important;
}

.u-margin-bottom-75 {
	margin-bottom: 75px !important;
}

.u-margin-bottom-80 {
	margin-bottom: 80px !important;
}

.u-margin-bottom-85 {
	margin-bottom: 85px !important;
}

.u-margin-bottom-90 {
	margin-bottom: 90px !important;
}

.u-margin-bottom-95 {
	margin-bottom: 95px !important;
}

.u-margin-bottom-100 {
	margin-bottom: 100px !important;
}

.u-margin-right-0 {
	margin-right: 0px !important;
}

.u-margin-right-5 {
	margin-right: 5px !important;
}

.u-margin-right-10 {
	margin-right: 10px !important;
}

.u-margin-right-15 {
	margin-right: 15px !important;
}

.u-margin-right-20 {
	margin-right: 20px !important;
}

.u-margin-right-25 {
	margin-right: 25px !important;
}

.u-margin-right-30 {
	margin-right: 30px !important;
}

.u-margin-right-35 {
	margin-right: 35px !important;
}

.u-margin-right-40 {
	margin-right: 40px !important;
}

.u-margin-right-45 {
	margin-right: 45px !important;
}

.u-margin-right-50 {
	margin-right: 50px !important;
}

.u-margin-right-55 {
	margin-right: 55px !important;
}

.u-margin-right-60 {
	margin-right: 60px !important;
}

.u-margin-right-65 {
	margin-right: 65px !important;
}

.u-margin-right-70 {
	margin-right: 70px !important;
}

.u-margin-right-75 {
	margin-right: 75px !important;
}

.u-margin-right-80 {
	margin-right: 80px !important;
}

.u-margin-right-85 {
	margin-right: 85px !important;
}

.u-margin-right-90 {
	margin-right: 90px !important;
}

.u-margin-right-95 {
	margin-right: 95px !important;
}

.u-margin-right-100 {
	margin-right: 100px !important;
}

.u-margin-left-0 {
	margin-left: 0px !important;
}

.u-margin-left-5 {
	margin-left: 5px !important;
}

.u-margin-left-10 {
	margin-left: 10px !important;
}

.u-margin-left-15 {
	margin-left: 15px !important;
}

.u-margin-left-20 {
	margin-left: 20px !important;
}

.u-margin-left-25 {
	margin-left: 25px !important;
}

.u-margin-left-30 {
	margin-left: 30px !important;
}

.u-margin-left-35 {
	margin-left: 35px !important;
}

.u-margin-left-40 {
	margin-left: 40px !important;
}

.u-margin-left-45 {
	margin-left: 45px !important;
}

.u-margin-left-50 {
	margin-left: 50px !important;
}

.u-margin-left-55 {
	margin-left: 55px !important;
}

.u-margin-left-60 {
	margin-left: 60px !important;
}

.u-margin-left-65 {
	margin-left: 65px !important;
}

.u-margin-left-70 {
	margin-left: 70px !important;
}

.u-margin-left-75 {
	margin-left: 75px !important;
}

.u-margin-left-80 {
	margin-left: 80px !important;
}

.u-margin-left-85 {
	margin-left: 85px !important;
}

.u-margin-left-90 {
	margin-left: 90px !important;
}

.u-margin-left-95 {
	margin-left: 95px !important;
}

.u-margin-left-100 {
	margin-left: 100px !important;
}

.u-padding-top-0 {
	padding-top: 0px !important;
}

.u-padding-top-5 {
	padding-top: 5px !important;
}

.u-padding-top-10 {
	padding-top: 10px !important;
}

.u-padding-top-15 {
	padding-top: 15px !important;
}

.u-padding-top-20 {
	padding-top: 20px !important;
}

.u-padding-top-25 {
	padding-top: 25px !important;
}

.u-padding-top-30 {
	padding-top: 30px !important;
}

.u-padding-top-35 {
	padding-top: 35px !important;
}

.u-padding-top-40 {
	padding-top: 40px !important;
}

.u-padding-top-45 {
	padding-top: 45px !important;
}

.u-padding-top-50 {
	padding-top: 50px !important;
}

.u-padding-top-55 {
	padding-top: 55px !important;
}

.u-padding-top-60 {
	padding-top: 60px !important;
}

.u-padding-top-65 {
	padding-top: 65px !important;
}

.u-padding-top-70 {
	padding-top: 70px !important;
}

.u-padding-top-75 {
	padding-top: 75px !important;
}

.u-padding-top-80 {
	padding-top: 80px !important;
}

.u-padding-top-85 {
	padding-top: 85px !important;
}

.u-padding-top-90 {
	padding-top: 90px !important;
}

.u-padding-top-95 {
	padding-top: 95px !important;
}

.u-padding-top-100 {
	padding-top: 100px !important;
}

.u-padding-bottom-0 {
	padding-bottom: 0px !important;
}

.u-padding-bottom-5 {
	padding-bottom: 5px !important;
}

.u-padding-bottom-10 {
	padding-bottom: 10px !important;
}

.u-padding-bottom-15 {
	padding-bottom: 15px !important;
}

.u-padding-bottom-20 {
	padding-bottom: 20px !important;
}

.u-padding-bottom-25 {
	padding-bottom: 25px !important;
}

.u-padding-bottom-30 {
	padding-bottom: 30px !important;
}

.u-padding-bottom-35 {
	padding-bottom: 35px !important;
}

.u-padding-bottom-40 {
	padding-bottom: 40px !important;
}

.u-padding-bottom-45 {
	padding-bottom: 45px !important;
}

.u-padding-bottom-50 {
	padding-bottom: 50px !important;
}

.u-padding-bottom-55 {
	padding-bottom: 55px !important;
}

.u-padding-bottom-60 {
	padding-bottom: 60px !important;
}

.u-padding-bottom-65 {
	padding-bottom: 65px !important;
}

.u-padding-bottom-70 {
	padding-bottom: 70px !important;
}

.u-padding-bottom-75 {
	padding-bottom: 75px !important;
}

.u-padding-bottom-80 {
	padding-bottom: 80px !important;
}

.u-padding-bottom-85 {
	padding-bottom: 85px !important;
}

.u-padding-bottom-90 {
	padding-bottom: 90px !important;
}

.u-padding-bottom-95 {
	padding-bottom: 95px !important;
}

.u-padding-bottom-100 {
	padding-bottom: 100px !important;
}

.u-padding-right-0 {
	padding-right: 0px !important;
}

.u-padding-right-5 {
	padding-right: 5px !important;
}

.u-padding-right-10 {
	padding-right: 10px !important;
}

.u-padding-right-15 {
	padding-right: 15px !important;
}

.u-padding-right-20 {
	padding-right: 20px !important;
}

.u-padding-right-25 {
	padding-right: 25px !important;
}

.u-padding-right-30 {
	padding-right: 30px !important;
}

.u-padding-right-35 {
	padding-right: 35px !important;
}

.u-padding-right-40 {
	padding-right: 40px !important;
}

.u-padding-right-45 {
	padding-right: 45px !important;
}

.u-padding-right-50 {
	padding-right: 50px !important;
}

.u-padding-right-55 {
	padding-right: 55px !important;
}

.u-padding-right-60 {
	padding-right: 60px !important;
}

.u-padding-right-65 {
	padding-right: 65px !important;
}

.u-padding-right-70 {
	padding-right: 70px !important;
}

.u-padding-right-75 {
	padding-right: 75px !important;
}

.u-padding-right-80 {
	padding-right: 80px !important;
}

.u-padding-right-85 {
	padding-right: 85px !important;
}

.u-padding-right-90 {
	padding-right: 90px !important;
}

.u-padding-right-95 {
	padding-right: 95px !important;
}

.u-padding-right-100 {
	padding-right: 100px !important;
}

.u-padding-left-0 {
	padding-left: 0px !important;
}

.u-padding-left-5 {
	padding-left: 5px !important;
}

.u-padding-left-10 {
	padding-left: 10px !important;
}

.u-padding-left-15 {
	padding-left: 15px !important;
}

.u-padding-left-20 {
	padding-left: 20px !important;
}

.u-padding-left-25 {
	padding-left: 25px !important;
}

.u-padding-left-30 {
	padding-left: 30px !important;
}

.u-padding-left-35 {
	padding-left: 35px !important;
}

.u-padding-left-40 {
	padding-left: 40px !important;
}

.u-padding-left-45 {
	padding-left: 45px !important;
}

.u-padding-left-50 {
	padding-left: 50px !important;
}

.u-padding-left-55 {
	padding-left: 55px !important;
}

.u-padding-left-60 {
	padding-left: 60px !important;
}

.u-padding-left-65 {
	padding-left: 65px !important;
}

.u-padding-left-70 {
	padding-left: 70px !important;
}

.u-padding-left-75 {
	padding-left: 75px !important;
}

.u-padding-left-80 {
	padding-left: 80px !important;
}

.u-padding-left-85 {
	padding-left: 85px !important;
}

.u-padding-left-90 {
	padding-left: 90px !important;
}

.u-padding-left-95 {
	padding-left: 95px !important;
}

.u-padding-left-100 {
	padding-left: 100px !important;
}

.u-font-size-10 {
	font-size: 10px !important;
}

.u-font-size-11 {
	font-size: 11px !important;
}

.u-font-size-12 {
	font-size: 12px !important;
}

.u-font-size-13 {
	font-size: 13px !important;
}

.u-font-size-14 {
	font-size: 14px !important;
}

.u-font-size-15 {
	font-size: 15px !important;
}

.u-font-size-16 {
	font-size: 16px !important;
}

.u-font-size-17 {
	font-size: 17px !important;
}

.u-font-size-18 {
	font-size: 18px !important;
}

.u-font-size-19 {
	font-size: 19px !important;
}

.u-font-size-20 {
	font-size: 20px !important;
}

.l-breadcrumbs {
	padding-top: 5.0666666667vw;
}

.l-breadcrumbs__list {
	gap: 3.4666666667vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}

.l-breadcrumbs__item:not(:last-child) {
	position: relative;
}

.l-breadcrumbs__item:not(:last-child)::before {
	background: url("../images/common/icon-arrw-right-red.svg") no-repeat center center/contain;
	content: "";
	height: 2vw;
	position: absolute;
	right: -2.6666666667vw;
	top: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.0666666667vw;
}

.l-breadcrumbs__link {
	color: #251e1c;
	display: inline-block;
	font-size: 2.6666666667vw;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.55;
}

.l-drawer {
	background-color: #ea5548;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	height: 100vh;
	height: 100%;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
	width: 100%;
	z-index: -1;
}

.l-drawer ul {
	list-style: none;
	padding: 0;
}

.l-drawer.is-active {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.l-drawer__inner {
	padding: 16vw 6.6666666667vw;
}

.l-drawer ul.l-drawer__list {
	padding-top: 19.4666666667vw;
}

.l-drawer__item:not(:first-child) {
	margin-top: 11.2vw;
}

.l-drawer a.l-drawer__link {
	padding-block: 0.5333333333vw;
	color: #fff;
	display: block;
	font-size: 4.6666666667vw;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-align: center;
}

.l-drawer__btn-wrapper {
	margin-top: 10vw;
}

.l-drawer a.l-drawer__btn.c-btn {
	background-color: #fff;
	color: #cf000e;
	font-size: 4.6666666667vw;
	width: 86.8vw;
}

.l-drawer__btn + .l-drawer__btn {
	margin-top: 5.8666666667vw;
}

.l-footer {
	background-color: #eddad2;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	padding-bottom: 11.2vw;
}

.l-footer a {
	color: #10080c;
}

.l-footer__content {
	text-align: center;
}

.l-footer__link {
	text-underline-offset: 6px;
	text-underline-offset: 0.375rem;
	color: #10080c;
	font-size: 4.2666666667vw;
	letter-spacing: 0.05em;
	text-decoration: underline;
}

.l-footer__copyright {
	margin-top: 7.4666666667vw;
}

.l-footer__copyright small {
	font-size: 2.6666666667vw;
	letter-spacing: 0.05em;
}

.l-footer.--lower {
	padding-block: 24px;
	padding-block: 1.5rem;
	background-color: #fff;
}

.l-footer.--lower .l-footer__copyright {
	margin-top: 7.4666666667vw;
}

.l-hamburger {
	background: url("../images/common/icon-hamburger-close.webp") no-repeat center center/contain;
	border: none;
	height: inherit;
	margin: 0;
	padding: 0;
	width: 16vw;
	z-index: 40;
}

.l-hamburger.is-active {
	background: url("../images/common/icon-hamburger-open.webp") no-repeat center center/contain;
}

.l-header {
	background-color: #fff;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	height: 16vw;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 35;
}

.l-header a {
	color: #10080c;
}

.l-header h1,
.l-header ul {
	margin: 0;
	padding: 0;
}

.l-header__inner {
	background-color: #fff;
	height: inherit;
	width: 100%;
}

.l-header__content {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-left: 2.6666666667vw;
}

.l-header__logo {
	height: inherit;
	max-width: 65.8666666667vw;
	width: 100%;
}

.l-header__logo-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.l-header__logo-link img {
	height: auto;
	max-width: 65.8666666667vw;
	width: 100%;
}

.l-header__gnav-btn {
	display: none;
}

.l-header__gnav-btn span {
	color: #fff;
	font-size: 22px;
	font-size: 1.375rem;
	font-size: max(10px, 22px);
	font-size: max(10px, 1.375rem);
	letter-spacing: 0.05em;
	line-height: 1.2;
	text-align: center;
}

.l-inner {
	margin-inline: auto;
	height: inherit;
	max-width: 600px;
	max-width: 37.5rem;
	padding-left: 4vw;
	padding-right: 4vw;
	width: 100%;
}

.l-page .p-top ul,
.l-page .p-information ul,
.l-page .p-single ul,
.l-page .p-merchant ul {
	list-style: none;
	padding: 0;
}

.l-page .p-top a,
.l-page .p-information a,
.l-page .p-single a,
.l-page .p-merchant a {
	text-decoration: none;
}

.l-page .p-top a:hover,
.l-page .p-information a:hover,
.l-page .p-single a:hover,
.l-page .p-merchant a:hover {
	color: #251e1c;
	text-decoration: none;
}

.l-page .p-top p,
.l-page .p-information p,
.l-page .p-single p,
.l-page .p-merchant p {
	margin: 0;
}

.l-page .p-top img,
.l-page .p-information img,
.l-page .p-single img,
.l-page .p-merchant img {
	height: auto;
}

.l-side-nav {
	display: none;
}

.l-side-nav h1,
.l-side-nav ul {
	margin: 0;
	padding: 0;
}

.l-side-nav a,
.l-side-nav a:hover {
	text-decoration: none;
}

.l-side-nav ul {
	list-style: none;
}

.l-side-nav__logo:first-child {
	width: 100%;
}

.l-side-nav__logo:last-child {
	margin-top: 8px;
	margin-top: 0.5rem;
	width: 100%;
}

.l-side-nav__logo-link {
	display: block;
}

.l-side-nav__gnav {
	margin-top: 24px;
	margin-top: 1.5rem;
}

.l-side-nav__gnav-link {
	padding-block: 4px;
	padding-block: 0.25rem;
	color: #262626;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
}

.l-side-nav__gnav-link:active,
.l-side-nav__gnav-link:focus,
.l-side-nav__gnav-link:visited {
	color: #262626;
	opacity: 0.8;
	text-decoration: none;
}

.l-side-nav__btn-wrapper {
	margin-top: 30px;
	margin-top: 1.875rem;
}

.l-side-nav__btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 2.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	font-size: 1.5rem;
	font-stretch: normal;
	font-style: normal;
	font-weight: normal;
	height: 72px;
	height: 4.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	letter-spacing: 0.05em;
	line-height: 1.2;
	max-width: 100%;
	text-align: center;
}

.l-side-nav__btn:first-child {
	background-color: #403d3c;
	color: #fff;
}

.l-side-nav__btn:last-child {
	background-color: #b10015;
	color: #fff;
	margin-top: 16px;
	margin-top: 1rem;
}

.p-information-main {
	margin-top: 7.3333333333vw;
	padding-bottom: 12vw;
}

.p-information-main__list {
	margin: 9.0666666667vw 0 0;
}

.p-information-main__item + .p-information-main__item {
	margin-top: 1.0666666667vw;
}

.p-information-main__link {
	background-color: #fff;
	display: block;
	padding: 3.0666666667vw 9.3333333333vw 3.6vw 4.2666666667vw;
	position: relative;
}

.p-information-main__link::after {
	background: url("../images/common/icon-arrw-right.svg") no-repeat center center/contain;
	content: "";
	height: 3.4666666667vw;
	position: absolute;
	right: 6vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.7333333333vw;
}

.p-information-main__meta {
	gap: 4.8vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-information-main__tag {
	padding-inline: 1.0666666667vw;
	background-color: #e5b4a3;
	color: #251e1c;
	display: inline-block;
	font-size: 3.0666666667vw;
	font-weight: 400;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	width: 137px;
	width: 8.5625rem;
}

.p-information-main__tag::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.p-information-main__date {
	color: #251e1c;
	display: inline-block;
	font-size: 3.7333333333vw;
	font-weight: 400;
	letter-spacing: 0.025em;
	white-space: nowrap;
}

.p-information-main__title {
	color: #251e1c;
	font-size: 3.7333333333vw;
	font-weight: 400;
	letter-spacing: 0.025em;
	margin-top: 2.1333333333vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-information {
	background-color: #f4dbd2;
}

/* #merchant-result {
	scroll-margin-top:80px;
} */

.p-merchant-main {
	margin-top: 7.3333333333vw;
	padding-bottom: 12vw;
}

.p-merchant-main__condition {
	margin-top: 9.3333333333vw;
}

.p-merchant-main__condition-item + .p-merchant-main__condition-item {
	margin-top: 1.3333333333vw;
}

.p-merchant-main__condition-item-title {
	padding-inline: 3.2vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 3.7333333333vw;
	font-weight: 500;
	height: 6.6666666667vw;
	text-align: center;
}

.p-merchant-main__condition-item-title.--blue {
	background-color: #65a6de;
}

.p-merchant-main__condition-item-title.--green {
	background-color: #70b173;
}

.p-merchant-main__condition-item-title.--gray {
	background-color: #717071;
}

.p-merchant-main__condition-item-value {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	color: #251e1c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 3.7333333333vw;
	font-weight: 500;
	height: 7.4666666667vw;
	overflow: hidden;
	padding: 1.0666666667vw 3.0666666667vw 0.8vw;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-merchant-main__result {
	margin-top: 4.8vw;
}

.p-merchant-main__result-count-text {
	color: #000;
	font-size: 3.7333333333vw;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-align: right;
}

.p-merchant-main__result-list {
	margin-top: 1.3333333333vw;
}

.p-merchant-main__result-item {
	background-color: #fff;
	padding: 4.2666666667vw 4.8vw 4vw;
}

.p-merchant-main__result-item + .p-merchant-main__result-item {
	margin-top: 1.0666666667vw;
}

.p-merchant-main__result-item-title {
	color: #251e1c;
	font-size: 4.2666666667vw;
}

.p-merchant-main__result-item-address {
	color: #251e1c;
	font-size: 2.6666666667vw;
	font-style: normal;
	margin-top: 1.6vw;
}

.p-merchant-main__result-item-block {
	margin-top: 1.6vw;
}

.p-merchant-main__result-item-tags-row {
	gap: 5px;
	gap: 0.3125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-merchant-main__result-item-tags-row + .p-merchant-main__result-item-tags-row {
	margin-top: 5px;
	margin-top: 0.3125rem;
}

.p-merchant-main__result-item-tag {
	padding-inline: 1.0666666667vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #251e1c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 3.2vw;
	height: 5.3333333333vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-merchant-main__result-item-tag.--area {
	background-color: #b2d2ee;
}

.p-merchant-main__result-item-tag.--category {
	background-color: #b7d8b9;
}

.p-merchant-main__result-item-tag.--keyword {
	background-color: #f9e8ab;
}

.p-merchant-main__result-item-tag.--keyword.--out {
	background-color: #f9e8ab;
}

.p-merchant-main__result-item-tag.--keyword.--in {
	background-color: #f1d9d0;
}

.p-merchant-main__result-item-map-link {
	gap: 0.8vw;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	color: #251e1c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 3.4666666667vw;
	font-weight: normal;
	margin-top: 3.2vw;
}

.p-merchant-main__result-item-map-link img {
	width: 3.2vw;
}

.p-merchant-main__result-item-map-link span {
	text-underline-offset: 6px;
	text-underline-offset: 0.375rem;
	text-decoration: underline;
}

.p-merchant {
	background-color: #f4dbd2;
}

.p-single-main {
	margin: 6.4vw auto 0;
	padding-bottom: 12vw;
}

.p-single-main__tag {
	padding-inline: 1.6vw;
	background-color: #e5b4a3;
	color: #251e1c;
	display: block;
	font-size: 2.6666666667vw;
	font-weight: 400;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	width: 137px;
	width: 8.5625rem;
}

.p-single-main__tag::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.p-single-main__date {
	color: #251e1c;
	font-size: 2.6666666667vw;
	margin-top: 1.0666666667vw;
}

.p-single-main__detail {
	margin-top: 6.6666666667vw;
}

.p-single-main .c-lower-title__sm,
.p-single-main .c-lower-title {
	margin-top: 3.7333333333vw;
}

.p-single-main__content {
	h2 {
		font-size:2rem;
		margin:3rem 0 0 0;
	}
	ul {
		list-style:inside !important;
		padding:0 0 0 1.5em !important;
		text-indent:-1.5em !important;
	}
}

.p-single-main__text {
	font-size: 3.3333333333vw;
	line-height: 2;
}

p.p-single-main__text--sm {
	display: inline-block;
	font-size: 2.6666666667vw;
	margin-top: 4vw;
}

.p-single-main__btn-wrapper {
	margin-top: 5.0666666667vw;
}

.p-single {
	background-color: #f7e6e0;
}

.p-top-about-pay {
	padding-block: 10.1333333333vw 11.7333333333vw;
}

.p-top-about-pay__img {
	margin: 9.6vw 2.1333333333vw 0;
}

.p-top-about-pay p.p-top-about-pay__lead {
	font-size: 4.6666666667vw;
	letter-spacing: 0.06em;
	line-height: 1.77;
	margin-top: 8vw;
	text-align: center;
}

.p-top-about-pay p.p-top-about-pay__lead .--red {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #cc554a));
	background: linear-gradient(to bottom, transparent 80%, #cc554a 80%);
	color: #353636;
	font-size: 5.3333333333vw;
	font-weight: bold;
}

.p-top-about-pay p.p-top-about-pay__text {
	font-size: 3.7333333333vw;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-top: 5.8666666667vw;
	text-align: center;
}

.p-top-about-pay__btn-wrapper {
	margin-top: 12vw;
}

.p-top-about-pay__btn:visited {
	color: #fff;
}

.p-top-contact {
	padding-block: 11.2vw 10.4vw;
}

.p-top-contact.--lower {
	background-color: #fff;
	display: block;
}

.p-top-contact__img {
	margin: 3.8vw 6.9333333333vw 3.8vw;
    text-align: center;
}

.p-top-contact p.p-top-contact__text.--01 {
	font-size: 2.8vw;
	font-weight: 500;
	line-height: 1.25;
	margin-top: 4.8vw;
	text-align: center;
}

.p-top-contact p.p-top-contact__text.--02 {
	margin-inline: auto;
	display: block;
	font-size: 3.4666666667vw;
	font-weight: 500;
	letter-spacing: 0.025em;
	margin-top: 6.1333333333vw;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-contact p.p-top-contact__text.--02::before,
.p-top-contact p.p-top-contact__text.--02::after {
	background-color: #10080c;
	content: "";
	height: 1px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4.6666666667vw;
}

.p-top-contact p.p-top-contact__text.--02::before {
	left: -4.6666666667vw;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.p-top-contact p.p-top-contact__text.--02::after {
	right: -4.6666666667vw;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.p-top-contact__mail-wrapper {
	text-align: center;
}

.p-top-contact__phone {
	font-size: 3.4666666667vw;
	font-weight:700;
}
.p-top-contact__mail {
	display: block;
	margin: 2.6666666667vw auto 0;
}

.p-top-faq {
	padding-block: 11.2vw 12.8vw;
}

.p-top-faq__list {
	margin-top: 10.4vw;
}

.p-top-faq__item + .p-top-faq__item {
	margin-top: 1.3333333333vw;
}

.p-top-faq__item-head {
	background-color: #eddad2;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	padding: 3.7333333333vw 11.4666666667vw 4.2666666667vw 15.2vw;
	position: relative;
	width: 100%;
}

.p-top-faq__item-head img {
	height: 7.6vw;
	left: 4.6666666667vw;
	position: absolute;
	top: 5.0666666667vw;
	width: 7.6vw;
}

.p-top-faq__item-head::after {
	background: url("../images/common/icon-arrw-down-red.png") no-repeat center center/contain;
	content: "";
	height: 2vw;
	position: absolute;
	right: 4.6666666667vw;
	top: 8vw;
	width: 4.5333333333vw;
}

.p-top-faq__item-head.is-active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.p-top-faq__item-body {
	background-color: #eddad2;
	/* display: none; */
	margin-top: 3px;
	padding: 3.7333333333vw 4.6666666667vw 4.8vw 15.2vw;
	position: relative;
}

.p-top-faq__item-body img {
	height: 7.6vw;
	left: 4.6666666667vw;
	position: absolute;
	top: 5.0666666667vw;
	width: 7.6vw;
}

.p-top-faq__item-head-text {
	color: #10080c;
	font-size: 3.7333333333vw;
	font-weight: 400;
	text-align: left;
}

.p-top-faq__item-body-text {
	font-size: 3.7333333333vw;
}

.p-top-faq__item-body-text a.p-top-faq__item-body-link {
	color: #b10015;
	text-decoration: underline;
}

.p-top-faq__btn-wrapper {
	margin-top: 8.8vw;
}

.p-top-faq__btn:visited {
	color: #fff;
}

.p-top-features {
	padding-block: 0 12.5333333333vw;
}

.p-top-features__box-wrapper {
	margin-top: 9.8666666667vw;
}

.p-top-features__box {
	background-color: #eddad2;
	border-radius: 1.875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 5.6vw 7.7333333333vw 9.0666666667vw;
	position: relative;
}

.p-top-features__box + .p-top-features__box {
	margin-top: 4.2666666667vw;
}

.p-top-features__box-left {
	display: contents;
}

.p-top-features .p-top-features__box-num img {
	height: 12vw;
}

.p-top-features__box-lead {
	margin-top: 9.3333333333vw;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-features__box-text {
	font-size: 3.6vw;
	letter-spacing: 0.06em;
	line-height: 2;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-features__box-text .--sm {
	display: inline-block;
	font-size: 3.3333333333vw;
	line-height: 1.75;
	padding-left: 16px;
	padding-left: 1rem;
	text-indent: -1em;
}

.p-top-features__box-right {
	display: contents;
}

.p-top-features__box-img {
	position: absolute;
}

.p-top-features__box.--01 .p-top-features__box-text {
	margin-top: 6.6666666667vw;
}

.p-top-features__box.--02 .p-top-features__box-img {
	max-width: 53.8666666667vw;
}

.p-top-features__box.--03 .p-top-features__box-img {
	max-width: 65.0666666667vw;
}

.p-top-fv__img img {
	display: block;
	height: auto;
	width: 100%;
}

.p-top-fv__slide-wrapper {
	position: relative;
}

.p-top-fv__pagination {
	position: absolute;
}

.p-top-fv .swiper-pagination-horizontal.swiper-pagination-bullets {
	gap: 3.2vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
	z-index: 10;
}

.p-top-fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #b4b4b4;
	height: 2.4vw;
	margin: 0;
	opacity: 1;
	width: 2.4vw;
}

.p-top-fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #251e1c;
}

.p-top-fv__slide {
	display: block;
	position: relative;
}

.p-top-fv__slide-dl-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 6%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	left: 50%;
	max-width: 80.4vw;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}
/* 20250620スライド追加 */
.p-top-fv__slide-dl-wrapper.posi {
	justify-content: center;
    left: 30%;
    bottom: 24%;
}
.p-top-fv__slide-dl-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-fv__slide-dl-btn img {
	max-height: 21.0666666667vw;
	width: auto;
}

.p-top-fv__btn-next,
.p-top-fv__btn-prev {
	background: none;
	border: none;
	cursor: pointer;
	height: 9.7333333333vw;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9.7333333333vw;
	z-index: 10;
}

.p-top-fv__btn-next::after,
.p-top-fv__btn-prev::after {
	display: none;
}

.p-top-fv__btn-next {
	background: url("../images/top/icon-triangle-right.webp") no-repeat center center/cover;
	right: 2.9333333333vw;
}

.p-top-fv__btn-prev {
	background: url("../images/top/icon-triangle-left.webp") no-repeat center center/cover;
	left: 2.9333333333vw;
}

.p-top-merchant {
	padding-block: 12vw 12.2666666667vw;
	background-color: #eddad2;
}

.p-top-merchant__btn-wrapper {
	margin: 8vw 0.5333333333vw 0;
}

.p-top-merchant a.c-btn.p-top-merchant__btn {
	color: #fff;
}

.p-top-merchant__btn img {
	display: inline-block;
	height: 32px;
	height: 2rem;
	margin-right: 12px;
	margin-right: 0.75rem;
	width: 24px;
	width: 1.5rem;
}

.p-top-merchant__btn + .p-top-merchant__btn {
	margin-top: 4vw;
}

.p-top-merchant__btn-wrapper {
	margin-top: 10.6666666667vw;
}

.p-top-merchant__search-form {
	margin-top: 8vw;
}

.p-top-merchant__search-form button {
	background-color: transparent;
	border: none;
	color: inherit;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.p-top-merchant__search-section + .p-top-merchant__search-section {
	margin-top: 12vw;
}

.p-top-merchant__search-title {
	color: #cc554a;
	font-size: 3.7333333333vw;
	font-weight: bold;
	letter-spacing: 0.04em;
	position: relative;
	text-align: center;
}

.p-top-merchant__search-title::after {
	background-color: #cc554a;
	bottom: -4vw;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 10.4vw;
}

.p-top-merchant__search-box {
	margin-top: 8vw;
}

.p-top-merchant__search-box.--keyword {
	display:flex;
	gap:1.25rem;
}

/* .p-top-merchant__search-section.--category .p-top-merchant__search-box {
	background-color: #fff;
	border-radius: 0.625rem;
	padding: 4.8vw 4.2666666667vw 6.9333333333vw 4vw;
} */

.p-top-merchant__search-box-list input {
	display: none;
}

.p-top-merchant__search-box-list label {
	cursor: pointer;
}

.p-top-merchant__search-section.--area .p-top-merchant__search-box-list,
.p-top-merchant__search-section.--category .p-top-merchant__search-box-list {
	grid-gap: 2.6666666667vw 2.6666666667vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-merchant__search-section.--area .p-top-merchant__search-box-list label,
.p-top-merchant__search-section.--area .p-top-merchant__search-box-list button.p-top-merchant__search-box-btn,
.p-top-merchant__search-section.--category .p-top-merchant__search-box-list label,
.p-top-merchant__search-section.--category .p-top-merchant__search-box-list button.p-top-merchant__search-box-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border-radius: 0.625rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 3.2vw;
	height: 10.4vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.p-top-merchant__search-section.--area .p-top-merchant__search-box-list input:checked + label,
.p-top-merchant__search-section.--area .p-top-merchant__search-box-list button.p-top-merchant__search-box-btn.is-checked,
.p-top-merchant__search-section.--category .p-top-merchant__search-box-list input:checked + label,
.p-top-merchant__search-section.--category .p-top-merchant__search-box-list button.p-top-merchant__search-box-btn.is-checked {
	background-color: #e2aca8;
}

.p-top-merchant__search-section.--category .p-top-merchant__search-box-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-top-merchant__search-section.--category .p-top-merchant__search-box-list li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* .p-top-merchant__search-section.--category .p-top-merchant__search-box-list li:nth-child(2n-1) {
	border-right: solid 1px #cc554a;
	padding-right: 0.5333333333vw;
} */

/* .p-top-merchant__search-section.--category .p-top-merchant__search-box-list li:nth-child(2n) {
	padding-left: 8%;
} */

.p-top-merchant__search-section.--category .p-top-merchant__search-box-list label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 2.6666666667vw;
	line-height: 2.5;
}

.p-top-merchant__search-section.--category .p-top-merchant__search-box-list label.--ls {
	letter-spacing: -0.05em;
}

.p-top-merchant__search-section.--category .p-top-merchant__search-box-list input[type=checkbox]:checked + label > .p-top-merchant__search-checkbox::after {
	display: block;
}

.p-top-merchant__search-checkbox {
	border: solid 1px #939893;
	border-radius: 0.3125rem;
	display: inline-block;
	height: 3.2vw;
	margin-right: 1.0666666667vw;
	position: relative;
	width: 3.2vw;
}

.p-top-merchant__search-checkbox::after {
	background: url("../images/top/icon-checked.svg") no-repeat center center/contain;
	content: "";
	display: none;
	height: 3.7333333333vw;
	left: 50%;
	position: absolute;
	top: 64%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 3.0666666667vw;
}

.p-top-merchant__search-input {
	margin-inline: auto;
	display: block;
	position: relative;
	width: 100%;
}

#search-input {
	background-color: #fff;
	border: solid 1px #bec1be;
	border-radius: 0.625rem;
	color: #251e1c;
	font-size: 3.2vw;
	letter-spacing: 0.04em;
	padding: 1.6vw 9.6vw 2.1333333333vw 4.1333333333vw;
	width: 100%;
	height:46px;
}

.p-top-merchant__search-clear-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 7.4666666667vw;
}

.p-top-merchant__search-clear-btn img {
	height: 3.7333333333vw;
	width: 3.7333333333vw;
}

/* .p-top-merchant__search-btn-wrapper {
	margin-top: 9.3333333333vw;
} */

button.p-top-merchant__search-btn {
	margin-inline: auto;
	gap: 1.3333333333vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #cc554a;
	border-radius: 1.625rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 3.7333333333vw;
	height: 10.6666666667vw;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 16vw;
}

button.p-top-merchant__search-btn.--form-footer {
	width: 49vw;
}

button.p-top-merchant__search-btn img {
	height: 3.7333333333vw;
	width: 3.6vw;
}

.p-top-news {
	padding-block: 10.9333333333vw 12.5333333333vw;
	background-color: #eddad2;
}

.p-top-news__list {
	margin-top: 9.0666666667vw;
}

.p-top-news__item + .p-top-news__item {
	margin-top: 1.0666666667vw;
}

.p-top-news__link {
	background-color: #fff;
	color: #251e1c;
	display: block;
	padding: 3.0666666667vw 9.3333333333vw 3.6vw 4.2666666667vw;
	position: relative;
}

.p-top-news__link::after {
	background: url("../images/common/icon-arrw-right-red.svg") no-repeat center center/contain;
	content: "";
	height: 3.4666666667vw;
	position: absolute;
	right: 6vw;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.7333333333vw;
}

.p-top-news__meta {
	gap: 4.8vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.p-top-news__tag {
	padding-inline: 1.0666666667vw;
	background-color: #e5b4a3;
	color: #251e1c;
	display: inline-block;
	font-size: 3.0666666667vw;
	font-weight: 400;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	width: 137px;
	width: 8.5625rem;
}

.p-top-news__tag::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.p-top-news__date {
	color: #251e1c;
	display: inline-block;
	font-size: 3.7333333333vw;
	font-weight: 400;
	letter-spacing: 0.025em;
	white-space: nowrap;
}

.p-top-news__title {
	color: #251e1c;
	font-size: 3.7333333333vw;
	font-weight: 400;
	letter-spacing: 0.025em;
	margin-top: 2.1333333333vw;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.p-top-news__btn-wrapper {
	padding-inline: 2.1333333333vw;
	margin-top: 6.5333333333vw;
}

.p-top-news a.c-btn.p-top-news__btn {
	color: #fff;
}

.p-top-try {
	padding-block: 10.4vw 13.0666666667vw;
	background-color: #cc554a;
}

.p-top-try__section {
	margin-top: 12vw;
}

.p-top-try__title {
	color: #fff;
	font-size: 3.7333333333vw;
	font-weight: bold;
	letter-spacing: 0.04em;
	position: relative;
	text-align: center;
}

.p-top-try__title::after {
	background-color: #fff;
	bottom: -4vw;
	content: "";
	height: 3px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 10.4vw;
}

.p-top-try__box {
	background-color: #fff;
	border-radius: 1.25rem;
	margin-top: 10.1333333333vw;
	padding: 6.9333333333vw 2.4vw 5.0666666667vw;
}

.p-top-try__box-title {
	margin-inline: auto;
	color: #d90001;
	font-size: 3.3333333333vw;
	font-weight: bold;
	letter-spacing: 0.06em;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: -webkit-fit-content;
	width: fit-content;
}

.p-top-try__box-title::before,
.p-top-try__box-title::after {
	background-color: #d90001;
	content: "";
	height: 3px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 7.0666666667vw;
}

.p-top-try__box-title::before {
	left: -7.0666666667vw;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.p-top-try__box-title::after {
	right: -7.0666666667vw;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.p-top-try__box-dl-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 3.2vw;
}

.p-top-try__box-dl-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-try__box-dl-btn img {
	width: auto;
}

.p-top-try__box-dl-qr {
	display: none;
}

.p-top-try__box-btn-wrapper {
	margin-top: 2.9333333333vw;
}

.p-top-try__box-btn + .p-top-try__box-btn {
	margin-top: 28px;
	margin-top: 1.75rem;
}

.p-top-try__box-list {
	margin-top: 5.3333333333vw;
}

.p-top-try__box-item {
	font-size: 2.9333333333vw;
	letter-spacing: 0.074em;
	line-height: 1.73;
	padding-left: 16px;
	padding-left: 1rem;
	text-indent: -1em;
}

.p-top-try__payment-steps-wrapper {
	margin-inline: auto;
	max-width: 58.6666666667vw;
	position: relative;
}

.p-top-try__payment-steps.--pc {
	display: none;
}

.p-top-try__payment-steps {
	margin-top: 10.1333333333vw;
}

.p-top-try__payment-step {
	margin-inline: auto;
	background-color: #fff;
	border-radius: 1.25rem;
	max-width: 58.6666666667vw;
	padding: 7.2vw 8vw 8.1333333333vw;
}

.p-top-try__payment .p-top-try__payment-step-num {
	text-align: center;
}

.p-top-try__payment .p-top-try__payment-step-num img {
	height: 2.9333333333vw;
}

.p-top-try__payment p.p-top-try__payment-step-text {
	font-size: 2.6666666667vw;
	letter-spacing: 0.025em;
	margin-top: 4.6666666667vw;
	text-align: center;
	white-space: nowrap;
}

.p-top-try__payment-step-img-wrapper {
	overflow: hidden;
}

.p-top-try__payment-step-img {
	line-height: 0;
	margin-top: 8vw;
	text-align: center;
}

.p-top-try__payment-step.--01 {
	padding-bottom: 0;
}

.p-top-try__payment-step.--05 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-try__payment-steps-next,
.p-top-try__payment-steps-prev {
	background: none;
	border: none;
	cursor: pointer;
	height: 7.7333333333vw;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 7.7333333333vw;
	z-index: 10;
}

.p-top-try__payment-steps-next::after,
.p-top-try__payment-steps-prev::after {
	display: none;
}

.p-top-try__payment-steps-next {
	background: url("../images/top/icon-triangle-right.webp") no-repeat center center/cover;
	right: -16vw;
}

.p-top-try__payment-steps-prev {
	background: url("../images/top/icon-triangle-left.webp") no-repeat center center/cover;
	left: -16vw;
}

.u-anime-fadeup {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	opacity: 0;
	-webkit-transition: visibility 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, opacity 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s;
	transition: visibility 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, opacity 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s;
	transition: visibility 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, opacity 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s;
	transition: visibility 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, opacity 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s, -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67) 0.1s;
	visibility: hidden;
	will-change: visibility, opacity, transform;
}

.u-anime-fadeup.is-show {
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-name: fadeup;
	animation-name: fadeup;
	opacity: 1;
	visibility: visible;
}

a.u-anime-fadeup.is-show:hover {
	opacity: 0.8;
}

.p-top-merchant__content.p-top-merchant__search p.days {
    text-align: right;
    margin-right: 15% !important;
	padding-top: 20px;
}

/* ====================
縁結びPAY PCヘッダー
==================== */

.l-page-header-type-second-cnt {
    display: flex;
    justify-content: space-between;
}

ul.l-page-header-type-second-cnt-child {
    display: flex;
    list-style: none;
    gap: 2rem;
}

ul.l-page-header-type-second-cnt-child li {
    font-size: 1.075rem;
	align-content: center;
}

ul.l-page-header-type-second-cnt-child li a {
    color: #000000;
	font-size: 1rem;
}

.l-page-header-type-second-cnt figure {
    align-content: center;
}

.l-page-header-type-second-cnt-image {
	display: flex;
	gap: 1rem;
}

.l-page-header-type-second-cnt-btn {
    align-content: center;
}

.l-page-header-type-second-cnt-btn a {
    color: #fff;
    font-size: 0.975rem;
    margin-bottom: 0.2rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #b10015;
    border-radius: 2.3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 2.8rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 11rem;
}

.l-header-type-second {
	height: 6.3958333333vw;
}

.l-page-header-type-second-cnt figure {
    align-content: center;
    height: 6.3958333333vw;
}

.l-page-header-type-second-right-cnt {
	display: flex;
	gap: 2rem;
}

/* ====================
縁結びPAY使い方
==================== */
.p-top-try {
    padding-block: 10.4vw 13.0666666667vw;
    background-color: #cc554a;
}

.p-top-try__box {
    background-color: #fff;
    border-radius: 1.25rem;
    margin-top: 10.1333333333vw;
    padding: 6.9333333333vw 2.4vw 5.0666666667vw;
}

.p-top-try__box-title {
    margin-inline: auto;
    font-size: 3.3333333333vw;
    font-weight: bold;
    letter-spacing: 0.06em;
    position: relative;
    text-align: center;
    width: fit-content;
}

.p-top-try__box-title::before,
.p-top-try__box-title::after {
    background-color: #10080c;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 7.0666666667vw;
}

.p-top-try__box-title::before {
    left: -7.0666666667vw;
    transform: rotate(60deg);
}

.p-top-try__box-title::after {
    right: -7.0666666667vw;
    transform: rotate(-60deg);
}

.p-top-try-type-second__box {
    display: flex;
    gap: 3%;
    margin-top: 6%;
    margin-bottom: 6%;
}

.p-top-try-type-second__box-cnt {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 20px;
    width: calc(100% / 3);
}

.p-top-try-type-second__box-cnt figure {
    text-align: center;
	margin-bottom: 5%;
}

.p-top-try-type-second__box-cnt p.type-second__cnt_ttl {
    text-align: center;
    font-weight: bold;
    font-size: 1.375rem;
    margin-bottom: 30px;
}

.p-top-try-type-second__sp-box.type-third {
    gap: 5%;
}

.sp-br {
	display: none;
}

.p-top-try_app-bnr__type-sp {
    display: flex;
}

p.p-top-try_app-bnr-cap {
    font-size: 0.92rem;
    position: relative;
    padding-left: 22px;
}

p.p-top-try_app-bnr-cap::before {
    content: "※";
	position: absolute;
    left: 5px;
}

.p-top-try_app-bnr-cap.sp {
	display: none;
}

p.p-top-try_app-bnr-cap.pc span a {
    color: #cf000e;
    border-bottom: 1px solid;
}

p.p-top-try_app-bnr-cap.pc span a:hover {
	color: #cf000e;
}

.p-top-try__content p.p-top-try_btn_cap {
    margin-bottom: 1%;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

a.c-btn.p-top-news__btn.p-top-try_btn {
    margin-inline: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 2.5rem;
    -webkit-box-shadow: 0.6666666667vw 0.8vw 0 0 rgba(177, 0, 21, .75);
    box-shadow: 0.6666666667vw 0.8vw 0 0 rgba(177, 0, 21, .75);
    color: #cf000e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4.6666666667vw;
    font-weight: 400;
    height: 5rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    letter-spacing: 0.025em;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    font-size: 1.275rem;
}

a.c-btn.p-top-news__btn.p-top-try_btn {
	position: relative;
}

a.c-btn.p-top-news__btn.p-top-try_btn::after {
	background: url(../images/common/icon-arrw-right-red.svg) no-repeat center center / contain;
    content: "";
    height: 1.6875rem;
    right: 4.375rem;
    width: 0.9375rem;
    position: absolute;
}

.p-top-fv__slide-dl-wrapper.posi.type-second {
    justify-content: center;
    left: 75%;
    bottom: 5%;
	max-width: 39.4vw;
}

.p-top-fv__slide-dl-wrapper.posi.add-lp a.p-top-fv__slide-dl-btn img.add_lp-pc-btn {
    max-height: unset;
}

summary.p-top-faq__item-head.js-faq-accordion {
    cursor: pointer;
}

p.p-top-faq__item-body-text a {
    color: rgb(207, 0, 14);
    border-bottom: 3px solid;
}

header.l-header-type-second {
    position: fixed;
    z-index: 100;
    width: 100%;
    background-color: #fff;
}

.swiper-wrapper {
    margin-top: 6.3958333333vw;
}

.swiper-horizontal {
    .swiper-button-next, .swiper-button-prev, ~.swiper-button-next, ~.swiper-button-prev {
        margin-left: 0;
        margin-top: calc(0px - var(--swiper-navigation-size) / 2);
        top: var(--swiper-navigation-top-offset, 60%) !important;
    }
}

@media (prefers-reduced-motion: reduce) {

html:focus-within {
	scroll-behavior: auto;
}

*,
*::before,
*::after {
	-webkit-animation-duration: 0.01ms !important;
	animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-iteration-count: 1 !important;
	scroll-behavior: auto !important;
	-webkit-transition-duration: 0.01ms !important;
	transition-duration: 0.01ms !important;
}

}

@media (hover: hover) {

.l-side-nav__gnav-link:hover {
	color: #262626;
	opacity: 0.8;
	text-decoration: none;
}

.p-top-about-pay__btn:hover {
	color: #fff;
}

.p-top-faq__btn:hover {
	color: #fff;
}

}

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

body {
	font-size: 24px;
}

.p-small {
	font-size: 22px;
}

.p-vsmall {
	font-size: 18px;
}

.section {
	margin-bottom: 40px;
}

.table--small {
	font-size: 16px;
}

.caution {
	font-size: 18px;
}

.accordion {
	margin-bottom: 14px;
}

.accordion__title {
	font-size: 32px;
	min-height: 56px;
	padding: 6px 0px 6px 70px;
}

.accordion__title-num {
	height: 56px;
	line-height: 56px;
	width: 56px;
}

.accordion input:checked + label + .accordion__content {
	padding-top: 14px;
}

.title {
	font-size: 26px;
}

.title--large {
	font-size: 28px;
}

.title--small {
	font-size: 22px;
}

.title--vsmall {
	font-size: 18px;
}

.small-title {
	font-size: 24px;
}

.use {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.use:last-child {
	margin-bottom: 30px;
}

.use__item--em {
	border-right: 1px solid #fff;
}

.use__item--em-half {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(51%, #fce7ee), color-stop(51%, #fff), to(#fff));
	background-image: linear-gradient(to bottom, #fce7ee 51%, #fff 51%, #fff 100%);
	border-right: 1px solid #fff;
}

.use__item--em-one-third {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(34%, #fce7ee), color-stop(34%, #fff), to(#fff));
	background-image: linear-gradient(to bottom, #fce7ee 34%, #fff 34%, #fff 100%);
	border-right: 1px solid #fff;
}

.use__item {
	border-bottom: 1px solid #0c4988;
	border-top: none;
	padding: 32px 8%;
	width: 50%;
}

.use__item--pc-no-border {
	border: none;
}

.use__title {
	font-size: 22px;
	margin-bottom: 28px;
	padding-left: 40px;
}

.use__title-num {
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	width: 32px;
}

.use small {
	font-size: 18px;
}

.use-item__title {
	font-size: 32px;
	margin-bottom: 7px;
	min-height: 56px;
	padding: 6px 0px 6px 80px;
}

.use-item__title-num {
	height: 56px;
	left: 10px;
	line-height: 56px;
	white-space: nowrap;
	width: 56px;
}

.use-list {
	margin-bottom: 20px;
	margin-top: 4px;
}

.use-list__item {
	font-size: 24px;
	margin-bottom: 20px;
}

.use-list__item::before {
	height: 24px;
	margin-right: 8px;
	top: 2px;
	width: 24px;
}

.use-list--small .use-list__item {
	font-size: 16px;
}

.use-list--small .use-list__item::before {
	height: 16px;
	margin-right: 4px;
	width: 16px;
}

.faq__item--q {
	margin-bottom: 20px;
}

.faq__title {
	font-size: 20px;
}

.faq__head {
	height: 52px;
	margin-right: 14px;
	width: 52px;
}

.sp-only {
	display: none;
}

.pc-only {
	display: inherit;
}

}

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

.use__item:last-child {
	border: none;
}

}

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

.u-pc {
	display: block;
}

.u-sp {
	display: none;
}

main {
	min-height: 100vh;
}

.l-drawer div a.c-btn,
.l-page main div a.c-btn {
	-webkit-box-shadow: 0.3125rem 0.4375rem 0 0 rgba(177, 0, 21, .75);
	box-shadow: 0.3125rem 0.4375rem 0 0 rgba(177, 0, 21, .75);
	font-size: 1.625rem;
	height: 5rem;
	max-width: 41.875rem;
}

.c-btn__sm {
	font-size: 1.125rem;
}

.c-lower-title {
	font-size: 3.125rem;
}

.c-lower-title__sm {
	font-size: 2.1875rem;
}

.c-page-top {
	bottom: 2.0833333333vw;
	height: 5.8854166667vw;
	max-height: 8rem;
	max-width: 8rem;
	right: 2.0833333333vw;
	width: 5.8854166667vw;
}

.c-page-top.is-fixed {
	right: 2.0833333333vw;
	top: -2.96875vw;
}

.c-title {
	font-size: 2.1875rem;
}

.c-title__sm {
	font-size: 1.25rem;
}

.l-breadcrumbs {
	padding-top: 3.25rem;
}

.l-breadcrumbs__list {
	gap: 1.875rem;
}

.l-breadcrumbs__item:not(:last-child)::before {
	height: 0.9375rem;
	right: -1.25rem;
	width: 0.5rem;
}

.l-breadcrumbs__link {
	font-size: 1.25rem;
}

.l-drawer__inner {
	padding: 7.5rem 3.125rem;
}

.l-drawer ul.l-drawer__list {
	padding-top: 9.125rem;
}

.l-drawer__item:not(:first-child) {
	margin-top: 5.25rem;
}

.l-drawer a.l-drawer__link {
	padding-block: 0.25rem;
	font-size: 2.1875rem;
}

.l-drawer__btn-wrapper {
	margin-top: 4.6875rem;
}

.l-drawer a.l-drawer__btn.c-btn {
	font-size: 2.1875rem;
}

.l-drawer__btn + .l-drawer__btn {
	margin-top: 2.75rem;
}

.l-footer {
	padding-bottom: 8.375rem;
}

.l-footer__content {
	gap: 4.25rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: start;
}

.l-footer__link {
	font-size: 1rem;
}

.l-footer__copyright {
	margin-top: 0;
}

.l-footer__copyright small {
	font-size: 1rem;
}

.l-footer.--lower {
	background-color: #cc554a;
}

.l-footer.--lower .l-footer__link {
	color: #fff;
}

.l-footer.--lower .l-footer__copyright {
	margin-top: 0;
}

.l-footer.--lower .l-footer__copyright small {
	color: #fff;
}

.l-hamburger {
	width: 7.5rem;
}

.l-header {
	height: 7.5rem;
}

.l-header__content {
	padding-left: 1.25rem;
}

.l-header__logo {
	max-width: 30.875rem;
	min-width: 7.5rem;
}

.l-header__logo-link img {
	max-width: 30.875rem;
}

.l-header__gnav-btn span {
	font-size: max(10px, 1.1458333333vw);
}

.l-inner {
	max-width: 1250px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-information-main {
	margin-top: 3rem;
	padding-bottom: 9.5rem;
}

.p-information-main__list {
	margin: 8.375rem 0 0;
}

.p-information-main__item + .p-information-main__item {
	margin-top: 0.4375rem;
}

.p-information-main__link {
	gap: 1.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 3.75rem 1rem 1.375rem;
}

.p-information-main__link::after {
	height: 1.6875rem;
	right: 2.375rem;
	width: 0.9375rem;
}

.p-information-main__meta {
	gap: 1.625rem;
}

.p-information-main__tag {
	padding-inline: 0.6875rem;
	font-size: 1rem;
	height: 2.75rem;
	width: 11rem;
}

.p-information-main__date {
	font-size: 1.125rem;
}

.p-information-main__title {
	font-size: 1.125rem;
	margin-top: 0;
}

.p-merchant-main {
	margin-top: 3rem;
	padding-bottom: 9.5rem;
}

.p-merchant-main__inner {
	max-width: 62.5rem;
}

.p-merchant-main__condition {
	margin-top: 5.875rem;
}

.p-merchant-main__condition-item {
	grid-gap: 0px 0px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: 16.75rem 1fr;
}

.p-merchant-main__condition-item + .p-merchant-main__condition-item {
	margin-top: 0.625rem;
}

.p-merchant-main__condition-item-title {
	padding-inline: 1.5rem;
	font-size: 1.375rem;
	height: 2.8125rem;
}

.p-merchant-main__condition-item-value {
	font-size: 1.375rem;
	height: 2.8125rem;
	padding: 0.5rem 1.4375rem 0.375rem;
}

.p-merchant-main__result {
	margin-top: 2.25rem;
}

.p-merchant-main__result-count-text {
	font-size: 1.375rem;
}

.p-merchant-main__result-list {
	margin-top: 0.625rem;
}

.p-merchant-main__result-item {
	padding: 2.375rem 5.4375rem 2.25rem 5.8125rem;
}

.p-merchant-main__result-item + .p-merchant-main__result-item {
	margin-top: 0.5rem;
}

.p-merchant-main__result-item-title {
	font-size: 1.625rem;
}

.p-merchant-main__result-item-address {
	font-size: 1.125rem;
	margin-top: 0.75rem;
}

.p-merchant-main__result-item-block {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 0.75rem;
}

.p-merchant-main__result-item-tags {
	padding-bottom: 2.625rem;
}

.p-merchant-main__result-item-tag {
	padding-inline: 0.5rem;
	font-size: 1.125rem;
	height: 2rem;
}

.p-merchant-main__result-item-map-link {
	gap: 0.375rem;
	font-size: 1.25rem;
	margin-top: 0;
}

.p-merchant-main__result-item-map-link img {
	width: 1.25rem;
}

.p-single-main {
	margin-top: 5.125rem;
	max-width: 59.375rem;
	padding-bottom: 12.75rem;
}

.p-single-main__tag {
	padding-inline: 0.6875rem;
	font-size: 1rem;
	height: 2.5rem;
	width: 11rem;
}

.p-single-main__date {
	font-size: 1.25rem;
	margin-top: 0.5rem;
}

.p-single-main__detail {
	margin-top: 4rem;
}

.p-single-main .c-lower-title__sm,
.p-single-main .c-lower-title {
	margin-top: 1rem;
}

.p-single-main__text {
	font-size: 1.5625rem;
}

p.p-single-main__text--sm {
	font-size: 1.25rem;
	margin-top: 2.25rem;
}

.p-single-main__btn-wrapper {
	margin-top: 4.875rem;
}

.p-single a.p-single-main__btn {
	width: 22.0625rem;
}

.p-top-about-pay {
	padding-block: 8.5rem 9.375rem;
}

.p-top-about-pay__img {
	margin: 5rem auto 0;
	max-width: 35rem;
}

.p-top-about-pay p.p-top-about-pay__lead {
	font-size: 1.75rem;
	margin-top: 3.75rem;
}

.p-top-about-pay p.p-top-about-pay__lead .--red {
	font-size: 2rem;
}

.p-top-about-pay p.p-top-about-pay__text {
	font-size: 1.25rem;
	margin-top: 3.5rem;
}

.p-top-about-pay__btn-wrapper {
	margin-top: 5.625rem;
}

.p-top-contact {
	padding-block: 8.25rem 5.75rem;
}

.p-top-contact.--lower {
	display: none;
}

.p-top-contact__img img {
	max-width: 48.125rem;
}

.p-top-contact p.p-top-contact__text.--01 {
	font-size: 1rem;
	margin-top: 2.1875rem;
}

.p-top-contact p.p-top-contact__text.--02 {
	font-size: 1rem;
	margin-top: 2.5rem;
}

.p-top-contact p.p-top-contact__text.--02::before,
.p-top-contact p.p-top-contact__text.--02::after {
	width: 1.6875rem;
}

.p-top-contact p.p-top-contact__text.--02::before {
	left: -2.25rem;
}

.p-top-contact p.p-top-contact__text.--02::after {
	right: -2.25rem;
}

.p-top-contact__mail-wrapper {
	margin-top: 1.25rem;
}

.p-top-contact__mail {
	margin: 1.5rem auto 0;
	max-width: 37.75rem;
}

.p-top-contact__mail img {
	max-width: 37.75rem;
}

.p-top-faq {
	padding-block: 8.5625rem 10rem;
}

.p-top-faq__list {
	margin-top: 4.25rem;
}

.p-top-faq__item + .p-top-faq__item {
	margin-top: 1rem;
}

.p-top-faq__item-head {
	padding: 1.75rem 4.375rem 1.75rem 5.625rem;
}

.p-top-faq__item-head img {
	height: 3rem;
	left: 2rem;
	top: 1.375rem;
	width: 3rem;
}

.p-top-faq__item-head::after {
	height: 0.75rem;
	right: 2.25rem;
	top: 2.75rem;
	width: 1.75rem;
}

.p-top-faq__item-body {
	padding: 1.75rem 7.5rem 1.5rem 5.625rem;
}

.p-top-faq__item-body img {
	height: 3rem;
	left: 2rem;
	top: 1.375rem;
	width: 3rem;
}

.p-top-faq__item-head-text {
	font-size: 1.25rem;
}

.p-top-faq__item-body-text {
	font-size: 1.25rem;
}

.p-top-faq__btn-wrapper {
	margin-top: 5.5625rem;
}

.p-top-faq__btn {
	width: 38.375rem;
}

.p-top-features {
	padding-block: 0 9.25rem;
}

.p-top-features__box-wrapper {
	margin-top: 5rem;
}

.p-top-features__box {
	margin-inline: auto;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 48.75rem;
	padding: 2.625rem 3rem 3.75rem 3.875rem;
	position: static;
}

.p-top-features__box + .p-top-features__box {
	margin-top: 2rem;
}

.p-top-features__box-left {
	display: block;
}

.p-top-features .p-top-features__box-num img {
	height: 3.875rem;
}

.p-top-features__box-lead {
	margin-top: 0;
	margin-top: 4.8125rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-top-features__box-text {
	font-size: 1.25rem;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}

.p-top-features__box-text .--sm {
	font-size: 1rem;
}

.p-top-features__box-right {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-features__box-img {
	margin: 0;
	max-width: 18.375rem;
	position: static;
}

.p-top-features__box.--01 .p-top-features__box-text {
	margin-top: 4.5rem;
}

.p-top-features__box.--01 .p-top-features__box-lead-img {
	max-width: 36.6875rem;
}

.p-top-features__box.--02 .p-top-features__box-lead-img {
	max-width: 40.125rem;
}

.p-top-features__box.--02 .p-top-features__box-img {
	margin: 0;
	max-width: 18.875rem;
}

.p-top-features__box.--03 .p-top-features__box-lead-img {
	max-width: 37.5rem;
}

.p-top-features__box.--03 .p-top-features__box-img {
	margin: 0;
	max-width: 19.6875rem;
}

.p-top-fv .swiper-pagination-horizontal.swiper-pagination-bullets {
	gap: 0.8125rem;
	bottom: 2.2916666667vw;
	left: 5.2604166667vw;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.p-top-fv .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	height: 1.125rem;
	width: 1.125rem;
}

.p-top-fv__slide-dl-wrapper.type-third {
	gap: unset;
	bottom: 17.5%;
	left: 37%;
	max-width: 25.06%;
}

.p-top-fv__slide-dl-wrapper a.p-top-fv__slide-dl-btn.type-third img {
    width: 9.6vw;
}

.p-top-fv__slide-dl-btn img {
	height: 100%;
	max-height: 6.25vw;
}

.p-top-fv__btn-next,
.p-top-fv__btn-prev {
	height: 4.5625rem;
	width: 4.5625rem;
}

.p-top-fv__btn-next {
	right: 1.375rem;
}

.p-top-fv__btn-prev {
	left: 1.375rem;
}

.p-top-merchant {
	padding-block: 8.5rem 9.375rem;
}

.p-top-merchant__btn-wrapper {
	margin: 3.5rem 0 0;
}

.p-top-merchant__btn img {
	height: 2.5rem;
	margin-right: 1.25rem;
	width: 2rem;
}

.p-top-merchant__btn + .p-top-merchant__btn {
	margin-top: 2.5rem;
}

.p-top-merchant__btn-wrapper {
	margin-top: 6.25rem;
}

.p-top-merchant__search-form {
	margin-top: 4.125rem;
}

.p-top-merchant__search-section + .p-top-merchant__search-section {
	margin-top: 6.875rem;
}

.p-top-merchant__search-title {
	font-size: 1.875rem;
}

.p-top-merchant__search-title::after {
	bottom: -1.875rem;
	width: 4.875rem;
}

.p-top-merchant__search-box {
	margin-top: 5rem;
}

/* .p-top-merchant__search-section.--category .p-top-merchant__search-box {
	padding: 2.9166666667vw 2.5vw 2.9166666667vw 2.3958333333vw;
} */

.p-top-merchant__search-section.--area .p-top-merchant__search-box-list,
.p-top-merchant__search-section.--category .p-top-merchant__search-box-list {
	grid-gap: 1.25rem 1.25rem;
	grid-template-columns: repeat(4, 1fr);
}

.p-top-merchant__search-section.--area .p-top-merchant__search-box-list label,
.p-top-merchant__search-section.--area .p-top-merchant__search-box-list button.p-top-merchant__search-box-btn,
.p-top-merchant__search-section.--category .p-top-merchant__search-box-list label,
.p-top-merchant__search-section.--category .p-top-merchant__search-box-list button.p-top-merchant__search-box-btn {
	color: #251e1c;
	font-size: 1.5rem;
	height: 6.625rem;
}

.p-top-merchant__search-section.--category .p-top-merchant__search-box-list label {
	color: #251e1c;
	font-size: 1.125rem;
}

.p-top-merchant__search-checkbox {
	height: 1.5rem;
	margin-right: 0.5rem;
	width: 1.5rem;
}

.p-top-merchant__search-checkbox::after {
	height: 1.75rem;
	width: 1.4375rem;
}

.p-top-merchant__search-input {
	max-width: 50rem;
}

#search-input {
	font-size: 1.17rem;
	height:fit-content;
	padding: 0.75rem 4.5rem 1rem 1.9375rem;
}

.p-top-merchant__search-clear-btn {
	width: 4.625rem;
}

.p-top-merchant__search-clear-btn img {
	height: 1.75rem;
	width: 1.75rem;
}

/* .p-top-merchant__search-btn-wrapper {
	margin-top: 5.375rem;
} */

button.p-top-merchant__search-btn {
	gap: 0.625rem;
	font-size: 1.5rem;
	height: 3.5rem;
	width: 16rem;
}

button.p-top-merchant__search-btn img {
	height: 1.75rem;
	width: 1.6875rem;
}

.p-top-news {
	padding-block: 8.5rem 9.8125rem;
}

.p-top-news__list {
	margin-top: 4.4375rem;
}

.p-top-news__item + .p-top-news__item {
	margin-top: 0.4375rem;
}

.p-top-news__link {
	gap: 1.125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem 3.75rem 1rem 1.375rem;
}

.p-top-news__link::after {
	height: 1.6875rem;
	right: 2.375rem;
	width: 0.9375rem;
}

.p-top-news__meta {
	gap: 1.625rem;
}

.p-top-news__tag {
	padding-inline: 0.6875rem;
	font-size: 1rem;
	height: 2.75rem;
	width: 11rem;
}

.p-top-news__date {
	font-size: 1.125rem;
}

.p-top-news__title {
	font-size: 1.125rem;
	margin-top: 0;
}

.p-top-news__btn-wrapper {
	padding-inline: 0;
	margin-top: 5.5rem;
}

.p-top-news a.c-btn.p-top-news__btn {
	width: 38.375rem;
}

.p-top-try {
	padding-block: 8.625rem 9.375rem;
}

.p-top-try__section {
	margin-top: 5.125rem;
}

.p-top-try__title {
	font-size: 1.875rem;
}

.p-top-try__title::after {
	bottom: -1.875rem;
	width: 4.875rem;
}

.p-top-try__box {
	margin-top: 5rem;
	padding: 2.625rem 3.75rem 2.5rem;
}

.p-top-try__box-title {
	font-size: 1.375rem;
}

.p-top-try__box-title::before,
.p-top-try__box-title::after {
	top: 60%;
	width: 3.875rem;
}

.p-top-try__box-title::before {
	left: -3.875rem;
}

.p-top-try__box-title::after {
	right: -3.875rem;
}

.p-top-try__box-dl-wrapper {
	gap: 3rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 3.625rem;
}

.p-top-try__box-dl {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-top-try__box-dl-btn img {
	height: 100%;
	max-height: 9.4375rem;
}

.p-top-try__box-dl-qr {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 6.875rem;
}

.p-top-try__box-btn-wrapper {
	margin-top: 4rem;
}

.p-top-try__box-btn {
	width: 100%;
}

.p-top-try__box-list {
	margin-top: 2.75rem;
}

.p-top-try__box-item {
	font-size: 1.125rem;
}

.add_lp-sp-btn {
    display: none;
}

}

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

.header {
	margin-bottom: 40px;
}

.header__wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 174px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding: 0;
}

.header__logo {
	margin: 0 40px 0 0;
	max-width: 15%;
}

.header__text {
	max-width: 30%;
}

.home-map {
	margin-bottom: 40px;
}

.home-map small {
	font-size: 14px;
}

}

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

.l-drawer div a.c-btn,
.l-page main div a.c-btn {
	font-size: 2.1875rem;
}

.c-btn__sm {
	font-size: 1.5rem;
}

.c-title {
	font-size: 3.125rem;
}

.l-footer__link {
	font-size: 1.25rem;
}

.l-footer__copyright small {
	font-size: 1.25rem;
}

.p-information-main__meta {
	gap: 2.3125rem;
}

.p-top-faq__item-head {
	padding: 2rem 5.625rem 2rem 7rem;
}

.p-top-faq__item-head img {
	height: 3.625rem;
	left: 2.5625rem;
	top: 1.75rem;
	width: 3.625rem;
}

.p-top-faq__item-head::after {
	height: 0.9375rem;
	right: 2.5625rem;
	top: 3.125rem;
	width: 2.125rem;
}

.p-top-faq__item-body {
	padding: 2rem 12.5rem 2rem 7rem;
}

.p-top-faq__item-body img {
	height: 3.625rem;
	left: 2.5625rem;
	top: 1.75rem;
	width: 3.625rem;
}

.p-top-faq__item-head-text {
	font-size: 1.75rem;
}

.p-top-faq__item-body-text {
	font-size: 1.75rem;
}

/* .p-top-merchant__search-section.--category .p-top-merchant__search-box-list {
	grid-template-columns: 33.6031% 32.4902% 31.9066%;
} */

.p-top-merchant__search-section.--category .p-top-merchant__search-box-list li:nth-child(2n-1) {
	border-right: none;
	padding-right: 0;
}

.p-top-merchant__search-section.--category .p-top-merchant__search-box-list li:nth-child(2n) {
	padding-left: 0;
}

/* .p-top-merchant__search-section.--category .p-top-merchant__search-box-list li:nth-child(3n-2) {
	border-right: solid 1px #cc554a;
	padding-right: 0.25rem;
}

.p-top-merchant__search-section.--category .p-top-merchant__search-box-list li:nth-child(3n-1) {
	border-right: solid 1px #cc554a;
	padding-left: 8%;
} */

/* .p-top-merchant__search-section.--category .p-top-merchant__search-box-list li:nth-child(3n) {
	padding-left: 8%;
} */

.p-top-news__meta {
	gap: 2.3125rem;
}

.p-top-try__payment-steps-wrapper {
	display: none;
}

.p-top-try__payment-steps.--pc {
	display: grid;
}

.p-top-try__payment-steps {
	grid-gap: 2.8125rem 3.1875rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 31% 24% 34%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 4.75rem;
}

.p-top-try__payment-step {
	margin-inline: 0;
	height: 100%;
	max-height: 100%;
	max-width: none;
	padding: 1.875rem 1.25rem 2.25rem;
	position: relative;
}

.p-top-try__payment-step::after {
	background: url("../images/top/icon-triangle.svg") no-repeat center center/contain;
	content: "";
	height: 2.3125rem;
	position: absolute;
	width: 1.375rem;
}

.p-top-try__payment .p-top-try__payment-step-num img {
	height: 1.625rem;
}

.p-top-try__payment p.p-top-try__payment-step-text {
	font-size: 1rem;
	margin-top: 0.75rem;
}

.p-top-try__payment-step-img {
	margin-top: 1.625rem;
}

.p-top-try__payment-step.--01 {
	grid-column: 1/2;
	grid-row: 1/3;
}

.p-top-try__payment-step.--01::after {
	right: -2.25rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-top-try__payment-step.--01 .p-top-try__payment-step-img {
	margin-top: auto;
}

.p-top-try__payment-step.--01 .p-top-try__payment-step-img img {
	margin-top: auto;
	max-width: 14.5rem;
}

.p-top-try__payment-step.--02 {
	grid-column: 2/3;
	grid-row: 1/3;
}

.p-top-try__payment-step.--02::after {
	right: -2.25rem;
	top: 30%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.p-top-try__payment-step.--02 .p-top-try__payment-step-img img {
	max-width: 14.625rem;
}

.p-top-try__payment-step.--03 {
	grid-column: 3/4;
	grid-row: 1/2;
}

.p-top-try__payment-step.--03::after {
	bottom: -2.375rem;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}

.p-top-try__payment-step.--03 .p-top-try__payment-step-img img {
	max-width: 8.3125rem;
}

.p-top-try__payment-step.--04 {
	grid-column: 3/4;
	grid-row: 2/4;
}

.p-top-try__payment-step.--04::after {
	left: -2.25rem;
	top: 70%;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.p-top-try__payment-step.--04 .p-top-try__payment-step-img img {
	max-width: 14.5rem;
}

.p-top-try__payment-step.--05 {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	grid-column: 1/3;
	grid-row: 3/4;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 0;
}

.p-top-try__payment-step.--05 .p-top-try__payment-step-img img {
	max-width: 28.125rem;
	width: 100%;
}

}

@media (min-width: 1280px) {

.l-drawer {
	display: none;
}

.l-hamburger {
	display: none;
}

.l-header {
	display: none;
}

.l-header__content {
	gap: 2.2916666667vw;
}

.l-header__gnav-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #403d3c;
	border-radius: 2.3125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 4.5rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15.6875rem;
}

.l-side-nav {
	background-color: #fff;
	bottom: 0;
	display: block;
	height: 100vh;
	left: 0;
	padding: 1.375rem 0.9375rem;
	position: fixed;
	top: 0;
	width: 18.75rem;
	z-index: 999;
}

.p-top-fv .swiper-pagination-horizontal.swiper-pagination-bullets {
	bottom: 2.75rem;
	left: 6.3125rem;
}

main.p-information {
    padding-top: 6.3958333333vw;
}

}

@media screen and (max-width: 1279px) {
	.l-header-type-second {
		display: none;
	}
	.swiper-wrapper {
		margin-top: 7.5rem;
	}
	main.p-information {
		padding-top: 7.5rem;
	}
}

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

.l-header__gnav-btn {
	height: 3.75vw;
	width: 13.0729166667vw;
}

}

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

.l-header__gnav-btn {
	height: 4.5rem;
	width: 15.6875rem;
}

}

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

.u-xl {
	display: block;
}

.l-side-nav {
	height: 100vh;
	padding: 1.375rem 1.6875rem;
	width: 25.625rem;
}

.l-side-nav__logo:first-child {
	width: 21.125rem;
}

.l-side-nav__logo:last-child {
	width: 18.5625rem;
}

.l-side-nav__gnav {
	margin-top: 4.25rem;
}

.l-side-nav__gnav-link {
	padding-block: 0.625rem;
	font-size: 1.25rem;
}

.l-side-nav__btn-wrapper {
	margin-top: 5rem;
}

.l-side-nav__btn {
	width: 20.3125rem;
}

.l-side-nav__btn:last-child {
	margin-top: 1.6875rem;
}

.p-information-main__link {
	gap: 1.6875rem;
	padding: 1.4375rem 4.75rem 1.4375rem 2rem;
}

.p-information-main__tag {
	font-size: 1.4375rem;
	width: 15.125rem;
}

.p-information-main__date {
	font-size: 1.75rem;
}

.p-information-main__title {
	font-size: 1.75rem;
}

.p-single-main__tag {
	font-size: 1.25rem;
	width: 15.125rem;
}

.p-top-about-pay p.p-top-about-pay__lead {
	font-size: 2.1875rem;
}

.p-top-about-pay p.p-top-about-pay__lead .--red {
	font-size: 2.5rem;
}

.p-top-about-pay p.p-top-about-pay__text {
	font-size: 1.75rem;
}

.p-top-contact p.p-top-contact__text.--01 {
	font-size: 1.3125rem;
}

.p-top-contact p.p-top-contact__text.--02 {
	font-size: 1.25rem;
}

.p-top-features__box {
	margin-inline: 0;
	max-width: none;
	padding: 3.375rem 4.25rem 5.8125rem 5.625rem;
}

.p-top-features .p-top-features__box-num img {
	height: 5.5625rem;
}

.p-top-features__box-text {
	font-size: 1.5625rem;
}

.p-top-features__box-text .--sm {
	font-size: 1.25rem;
}

.p-top-news__link {
	gap: 1.6875rem;
	padding: 1.4375rem 4.75rem 1.4375rem 2rem;
}

.p-top-news__tag {
	font-size: 1.4375rem;
	width: 15.125rem;
}

.p-top-news__date {
	font-size: 1.75rem;
}

.p-top-news__title {
	font-size: 1.75rem;
}

.p-top-try__box {
	padding: 3.8125rem 6.5rem 3.6875rem;
}

.p-top-try__box-title {
	font-size: 1.75rem;
}

.p-top-try__box-dl-wrapper {
	gap: 5.75rem;
}

.p-top-try__box-btn {
	width: 49rem;
}

.p-top-try__box-item {
	font-size: 1.375rem;
}

.p-top-try__payment p.p-top-try__payment-step-text {
	margin-top: 1.375rem;
}

}

@media (min-width: 1440px) {

.p-top-try__payment p.p-top-try__payment-step-text {
	font-size: 1.25rem;
}

}

@media (min-width: 1600px) {

/* .p-top-merchant__search-section.--category .p-top-merchant__search-box {
	padding: 3.5rem 4.75rem 3.5rem 4.5rem;
} */

.p-top-merchant__search-section.--area .p-top-merchant__search-box-list label,
.p-top-merchant__search-section.--area .p-top-merchant__search-box-list button.p-top-merchant__search-box-btn,
.p-top-merchant__search-section.--category .p-top-merchant__search-box-list label,
.p-top-merchant__search-section.--category .p-top-merchant__search-box-list button.p-top-merchant__search-box-btn {
	font-size: 1.75rem;
}

/* .p-top-merchant__search-section.--category .p-top-merchant__search-box-list li:nth-child(3n-1) {
	padding-left: 15%;
}

.p-top-merchant__search-section.--category .p-top-merchant__search-box-list li:nth-child(3n) {
	padding-left: 15%;
} */

.p-top-merchant__search-section.--category .p-top-merchant__search-box-list label {
	font-size: 1.25rem;
}

}

@media (min-width: 1920px) {

.l-header__content {
	gap: 2.75rem;
}

.l-header__gnav-btn span {
	font-size: 1.375rem;
}

}


@media (max-width: 1600px) {
	
	/* =========================
	20260127追加分
	========================= */
	.l-page-header-type-second-right-cnt {
		display: flex;
		gap: 1.2rem;
	}

	ul.l-page-header-type-second-cnt-child {
		display: flex;
		list-style: none;
		gap: 1.2rem;
	}

	ul.l-page-header-type-second-cnt-child li a {
		color: #000000;
		font-size: 0.8rem;
	}

}


@media (max-width: 1400px) {
	.l-page-header-type-second-right-cnt {
        gap: 1rem;
    }
	ul.l-page-header-type-second-cnt-child {
        gap: 0.8rem;
    }
	ul.l-page-header-type-second-cnt-child li a {
        font-size: 0.7rem;
    }
	.l-page-header-type-second-cnt-btn a {
		font-size: 0.7rem;
		width: 9.6875rem;
	}


}

@media (max-width: 767.9px) {

.c-title.--ls01 {
	letter-spacing: 0.05em;
}

}

@media (max-width: 767px) {

.l-inner.--sp-sm {
	padding-left: 6.6666666667vw;
	padding-right: 6.6666666667vw;
}

.l-inner.--sp-lg {
	padding-left: 4vw;
	padding-right: 4vw;
}

.p-top-features__box.--01 .p-top-features__box-img {
	height: 36.2666666667vw;
	right: 6.6666666667vw;
	top: 5.7333333333vw;
	width: 30.9333333333vw;
}

.p-top-features__box.--02 .p-top-features__box-img {
	height: 26.2666666667vw;
	right: 6.4vw;
	top: 6.6666666667vw;
	width: 24.6666666667vw;
}

.p-top-features__box.--03 .p-top-features__box-img {
	height: 33.6vw;
	right: 2.4vw;
	top: 2.5333333333vw;
	width: 33.6vw;
}

.p-top-try__payment-step.--05 .p-top-try__payment-step-img {
	margin-top: 0;
}

.p-top-try__payment-slider {
	margin-inline: auto;
	max-width: 58.6666666667vw;
}
/* 20250620スライド追加 */
.p-top-fv__slide-dl-wrapper.posi {
    justify-content: center;
    left: 51%;
    bottom: 36%;
    gap: 0;
}

.p-top-merchant__content.p-top-merchant__search p.days {
    margin-right: 10% !important;
    font-size: 18px;
}

.add_lp-pc-btn {
	display: none;
}
.add_lp-sp-btn {
	display: block;
}
.p-top-fv__slide-dl-wrapper.posi.add-lp {
	bottom: 16%;
}

main.p-top {
    margin-top: 16vw;
}

	.p-top-try-type-second__box {
		display: flex;
		gap: 3%;
		margin-top: 6%;
		margin-bottom: 6%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.p-top-try-type-second__box-cnt {
        background-color: #fff;
        border-radius: 20px;
        padding: 40px 20px;
        width: calc(1150px / 3);
        display: inline-block;
        min-width: 80%;
    }

	a.c-btn.p-top-news__btn.p-top-try_btn::after {
		right: 2.375rem;
	}

	.p-top-fv__slide-dl-wrapper.posi.type-second {
		justify-content: center;
		left: 50%;
		max-width: unset;
	}

	.swiper-wrapper {
        margin-top: unset;
    }

	.p-top-contact__mail-wrapper {
		margin-top: 3%;
	}

	main.p-information {
        padding-top: 16vw;
    }

}

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

.shop__photo {
	max-width: 60%;
}

}

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

    .p-top-try-type-second__box-cnt p.type-second__cnt_ttl {
        font-size: 1.075rem;
    }

    p.p-top-try_app-bnr-cap {
        font-size: 0.65rem;
    }

    .p-top-try-type-second__box-cnt p.type-second__cnt_ttl {
        margin-bottom: 3%;
    }

    p.p-top-try_app-bnr-cap::before {
        left: 0px;
    }

    p.p-top-try_app-bnr-cap {
        padding-left: 12px;
    }

    .p-top-try-type-second__sp-box.type-second {
        gap: 5%;
    }

    .p-top-try-type-second__sp-box.type-third {
        gap: 5%;
    }

    a.c-btn.p-top-news__btn.p-top-try_btn {
        font-size: 1rem;
    }

    a.c-btn.p-top-news__btn.p-top-try_btn::after {
        height: 1.35rem;
    }
}

@media screen and (max-width: 425px) {
    .p-top-features__second-box_cnt p {
        font-size: 1.075rem;
    }

    h2.p-top-about-currency__lead {
        font-size: 1.275rem;
    }

    .p-top-try-type-second__box-cnt p.type-second__cnt_ttl {
        font-size: 0.875rem;
    }

    p.p-top-try_app-bnr-cap {
        font-size: 0.65rem;
    }

    .p-top-try-type-second__box-cnt p.type-second__cnt_ttl {
        margin-bottom: 7%;
    }

	.p-top-try__content p.p-top-try_btn_cap {
		font-size: 0.8rem;
	}

    p.p-top-try_app-bnr-cap::before {
        left: 0px;
    }

    p.p-top-try_app-bnr-cap {
        padding-left: 12px;
    }

    .p-top-try-type-second__sp-box.type-second {
        gap: 5%;
    }

    .p-top-try-type-second__sp-box.type-third {
        gap: 5%;
    }

    .c-btn__sm {
        font-size: 4vw;
    }

    a.c-btn.p-top-news__btn.p-top-try_btn {
        font-size: 1rem;
    }

    a.c-btn.p-top-news__btn.p-top-try_btn::after {
		height: 1.35rem;
        right: 1.2rem;
        top: 38%;
    }

    .p-top-faq__btn-wrapper a.c-btn.p-top-faq__btn {
        font-size: 4.222227vw;
    }

    .p-top-faq__btn-wrapper a.c-btn.p-top-faq__btn::after {
        height: 1.35rem;
        right: 1.7rem;
        top: 33%;
    }

	.p-top-try-type-second__box-cnt {
        min-width: 90%;
    }

	.p-top-features__box {
		padding: 5.6vw 7.733333vw 4.066667vw;
	}

	.p-top-features__box-lead {
		margin-top: 3.333333vw;
	}

	figure.p-top-features__box-lead-img picture img {
		max-width: 65%;
	}

	.p-top-features__box.--01 .p-top-features__box-text {
		margin-top: 3.666667vw;
	}

	.p-top-features__box.--01 .p-top-features__box-img {
        width: 25.933333vw;
    }

	.p-top-contact__phone a {
		cursor: unset;
		pointer-events: unset;
	}

}


@-webkit-keyframes fadeup {

from {
	opacity: 0;
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem);
	visibility: hidden;
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

}

@keyframes fadeup {

from {
	opacity: 0;
	-webkit-transform: translateY(1rem);
	transform: translateY(1rem);
	visibility: hidden;
}

to {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

}


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

/* 3/11追加 */
.kameiten_pdf_link{
	text-align:center;
	margin-top:20px;
}

.kameiten_pdf_link a{
	color:#cf000e;
	text-decoration:underline !important;
}

@media screen and (max-width: 425px) {
	.p-top-merchant__content.p-top-merchant__search p.days {
        margin-right: 3% !important;
        font-size: 14px;
    }
}
@media screen and (max-width: 390px) {
	.p-top-merchant__content.p-top-merchant__search p.days {
        margin-right: 0% !important;
    }
	a.c-btn.p-top-news__btn.p-top-try_btn {
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 350px) {
    a.c-btn.p-top-news__btn.p-top-try_btn {
        font-size: 0.775rem;
    }
}
