.u-pc {
	display: none;
}

.l-drawer div a.c-btn,
.l-page div a.c-btn {
	margin-inline: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #0075c2;
	border-radius: 2.5rem;
	-webkit-box-shadow: 0.5333333333vw 0.8vw 0 0 rgba(186, 211, 217, .75);
	box-shadow: 0.5333333333vw 0.8vw 0 0 rgba(186, 211, 217, .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%;
	position: relative;
}

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

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.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 {
	display: inline-block;
	font-size: 2.6666666667vw;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.55;
}

.l-drawer {
	background-color: #dff2fc;
	-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 0;
}

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

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

.l-drawer__link {
	padding-block: 0.5333333333vw;
	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 {
	font-size: 4.6666666667vw;
	width: 86.8vw;
}

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

.l-footer {
	-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: #696d70;
	color: #fff;
}

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

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

.l-header__logo {
	height: inherit;
	max-width: 57.0666666667vw;
	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: 57.0666666667vw;
	width: 100%;
}

.l-header__gnav {
	display: none;
}

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

.l-header__gnav-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #130e11;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 21px;
	font-size: 1.3125rem;
	height: inherit;
	letter-spacing: 0.1em;
	line-height: 1.2;
	white-space: nowrap;
}

.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 {
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt";
	margin: 16vw 0 0;
}

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

.l-page.p-top a,
.l-page.p-information a,
.l-page.p-single a {
	color: #10080c;
	text-decoration: none;
}

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

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

.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: #0075c2;
	display: inline-block;
	font-size: 3.0666666667vw;
	font-weight: 400;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	width: 137px;
	width: 8.5625rem;
	color: #fff;
}

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

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

.p-information-main__title {
	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: #dff2fc;
}

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

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

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

.p-single-main__date {
	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__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: #dff2fc;
}

.p-top-about-currency {
	padding-block: 10.9333333333vw 12.5333333333vw;
}

.p-top-about-currency__img--1 {
	margin: 5.7333333333vw auto 0;
}

.p-top-about-currency__img--2 {
	margin: 5.3333333333vw auto 0;
}

p.p-top-about-currency__lead {
	color: #2a487e;
	font-size: 4.6666666667vw;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.94;
	text-align: center;
}

p.p-top-about-currency__text {
	font-size: 3.7333333333vw;
	letter-spacing: 0.06em;
	line-height: 2.14;
	text-align: center;
}

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

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

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

.p-top-about-wallet p.p-top-about-wallet__lead .--blue {
	color: #0075c2;
	font-size: 5.3333333333vw;
	font-weight: bold;
}

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

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

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

.p-top-contact__img {
	margin: 6.8vw 6.9333333333vw 0;
}

.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__mail {
	display: block;
	margin: 2.6666666667vw auto 0;
}

.p-top-dl-currency {
	padding-block: 12vw 12.2666666667vw;
	background-color: #dff2fc;
}

.p-top-dl-currency__box {
	background-color: #fff;
	border-radius: 1.25rem;
	margin: 9.3333333333vw auto 0;
	padding: 1.8666666667vw 1.8666666667vw 5.7333333333vw;
}

.p-top-dl-currency__btn-wrapper {
	margin: 5.4666666667vw 0.5333333333vw 0;
}

.p-top-dl-currency__btn {
	border-radius: 2.3125rem;
	height: 15.4666666667vw;
}

.p-top-dl-currency__btn + .p-top-dl-currency__btn {
	margin-top: 5.4666666667vw;
}

.p-top-faq {
	padding-block: 11.2vw 12.8vw;
	background-color: #dff2fc;
}

.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: #fff;
	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.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-head-text {
	color: #10080c;
	font-size: 3.7333333333vw;
	font-weight: 400;
	text-align: left;
}

.p-top-faq__item-body {
	background-color: #fff;
	display: none;
	padding: 1.6vw 4.6666666667vw 4.8vw;
}

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

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

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

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

.p-top-features__box {
	background-color: #fff;
	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;
}

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

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

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

.p-top-features__box-lead {
	font-size: 6vw;
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 1.64;
	margin-top: 3.7333333333vw;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-top-features__box-text {
	font-size: 3.7333333333vw;
	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 {
	width: 100%;
}

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

.p-top-features__box.--01 .p-top-features__box-img {
	margin: -32px auto 0;
	margin: -2rem auto 0;
	max-width: 55.6vw;
}

.p-top-features__box.--02 .p-top-features__box-text {
	margin-top: 4.5333333333vw;
}

.p-top-features__box.--02 .p-top-features__box-img {
	margin: -40px 0 0 auto;
	margin: -2.5rem 0 0 auto;
	max-width: 53.8666666667vw;
}

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

.p-top-features__box.--03 .p-top-features__box-img {
	margin: -58px 0 0 auto;
	margin: -3.625rem 0 0 auto;
	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: 4.2666666667vw;
	margin: 0;
	opacity: 1;
	width: 4.2666666667vw;
}

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

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

.p-top-fv__slide-dl-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	bottom: 8%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 50%;
	max-width: 67.0666666667vw;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	z-index: 2;
}

.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: 14.4vw;
	width: auto;
}

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

.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;
	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.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: #0075c2;
    color: #fff;
	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 {
	display: inline-block;
	font-size: 3.7333333333vw;
	font-weight: 400;
	letter-spacing: 0.025em;
	white-space: nowrap;
}

.p-top-news__title {
	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-try {
	padding-block: 10.4vw 13.0666666667vw;
	background-color: #0075c2;
}

.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: -moz-fit-content;
	width: -webkit-fit-content;
	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%;
	-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;
}

.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;
}
/* ==============
2026年2月改修分
============== */
/* さんいんウォレットTOP */
.p-top-features__second-box {
    display: flex;
    gap: 3%;
    justify-content: center;
}

.p-top-features__second-box_cnt {
    width: 33%;
}

.p-top-features__second-box_cnt figure {
    text-align: center;
    margin-bottom: 20px;
}

.p-top-features__second-box_cnt h3 {
    text-align: center;
    margin-bottom: 20px;
}

.p-top-features__second-box_cnt p {
    font-size: 20px;
}

h2.p-top-about-currency__lead {
    text-align: center;
    color: #0075c2;
}

p.p-top-about-currency__text.type-second {
	font-size: 1.15rem;
}

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

.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_app-bnr {
    display: flex;
}

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

.p-top-try_app-bnr figure.left-icon {
    width: 60%;
    align-content: center;
}

.p-top-try_app-bnr figure.right-qr {
    width: 40%;
    align-content: center;
}

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-type-second__box-cnt figure.type-a {
    margin-left: 13%;
}

.p-top-try-type-second__box-cnt figure.type-b {
    margin-right: 13%;
}

.p-top-try_btn_cap {
	text-align: center;
	color: #fff;
}

.p-top-try__content p.p-top-try_btn_cap {
    margin-bottom: 1%;
	font-weight: bold;
}

a.c-btn.p-top-news__btn.p-top-try_btn {
    background-color: #fff;
    color: #0075c2;
    font-size: 1.5rem;
	width: 50%;
	box-shadow: 0.3125rem 0.4375rem 0 0 #006AAA;
}

a.c-btn.p-top-news__btn.p-top-try_btn::after {
	right: 7%;
}

.p-top-news__btn-wrapper a.c-btn.p-top-news__btn {
    width: 50%;
}

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

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

a.c-btn.p-top-dl-currency__btn span.c-btn__sm::after {
	background: url(../images/common/icon-arrw-right-white.svg) no-repeat center center / contain;
    content: "";
    height: 1.6875rem;
    right: 3.375rem;
    width: 0.9375rem;
    position: absolute;
}

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

.p-top-faq__btn-wrapper a.c-btn.p-top-faq__btn {
    width: 50%;
}

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

.sp-br {
	display: none;
}

.sp-br-none {
	display: block;
}

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

p.p-top-try_app-bnr-cap.pc {
    height: 175px;
    align-content: center;
}

figure.p-top-about-currency__img--1 {
    margin-left: 8%;
}


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

.l-drawer div a.c-btn,
.l-page div a.c-btn {
	-webkit-box-shadow: 0.3125rem 0.4375rem 0 0 rgba(186, 211, 217, .75);
	box-shadow: 0.3125rem 0.4375rem 0 0 rgba(186, 211, 217, .75);
	font-size: 1.625rem;
	height: 5rem;
}

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

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

.l-header {
	padding-inline: 0.8333333333vw;
	height: 7.3958333333vw;
}

.l-header__content {
	gap: 2.2916666667vw;
}

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

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

.l-header__gnav {
	gap: 1.6666666667vw;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: inherit;
}

.l-header__gnav-list {
	gap: 1.25vw;
}

.l-header__gnav-item {
	height: inherit;
}

.l-header__gnav-link {
	font-size: max(7px, 0.79375vw);
}

.l-header__gnav-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #0075c2;
	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-header__gnav-btn span {
	font-size: max(7px, 0.79375vw);
}

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

.l-page {
	margin: 7.3958333333vw 0 0;
}

.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-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-currency {
	padding-block: 9.375rem 8.25rem;
}

.p-top-about-currency__img--1 {
	margin: 4.125rem auto 0;
	max-width: 70.25rem;
}

.p-top-about-currency__img--2 {
	margin: 3.75rem auto 0;
	max-width: 72.3125rem;
}

p.p-top-about-currency__lead {
	font-size: 2rem;
	line-height: 1.7;
	margin-top: 2.625rem;
}

p.p-top-about-currency__text {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

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

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

.p-top-about-wallet p.p-top-about-wallet__lead {
	font-size: 1.75rem;
	margin-top: 3.75rem;
}

.p-top-about-wallet p.p-top-about-wallet__lead .--blue {
	font-size: 2rem;
}

.p-top-about-wallet p.p-top-about-wallet__text {
	font-size: 1.25rem;
	margin-top: 3.5rem;
}

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

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

.p-top-contact__img {
	margin: 3.1875rem auto 0;
	max-width: 26.625rem;
}

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

.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-dl-currency {
	padding-block: 8.8125rem 9.375rem;
}

.p-top-dl-currency__box {
	margin: 3.875rem auto 0;
	padding: 0.875rem 0.875rem 3rem;
	width: 35.4375rem;
}

.p-top-dl-currency__btn-wrapper {
	margin: 1.75rem 0 0;
}

.p-top-dl-currency__btn {
	font-size: 1.5rem;
	height: 4.5rem;
	width: 30.0625rem;
}

.p-top-dl-currency__btn + .p-top-dl-currency__btn {
	margin-top: 1.75rem;
}

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

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

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

.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-head-text {
	font-size: 1.25rem;
}

.p-top-faq__item-body {
	padding: 0.5rem 2rem 1.5rem;
}

.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: 8.6875rem 7.375rem;
}

.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.25rem;
}

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

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

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

.p-top-features__box-lead {
	font-size: 2rem;
	letter-spacing: normal;
	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.--01 .p-top-features__box-text {
	margin-top: 3.25rem;
}

.p-top-features__box.--01 .p-top-features__box-img {
	margin: 0;
	max-width: 13.0625rem;
}

.p-top-features__box.--02 .p-top-features__box-text {
	margin-top: 2.25rem;
}

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

.p-top-features__box.--03 .p-top-features__box-text {
	margin-top: 3.125rem;
}

.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: 1.6666666667vw;
	left: 20.8333333333vw;
	-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 {
	gap: 7.7083333333vw;
	bottom: 27%;
	left: 19.35%;
	max-width: 28.28125vw;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

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

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

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

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

.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:nth-of-type(1) {
	gap: 1.1875rem;
}

.p-top-try__box-dl:nth-of-type(2) {
	gap: 0.25rem;
}

.p-top-try__box-dl-btn img {
	height: 100%;
	max-height: 5.625rem;
}

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

}

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

.l-header__gnav-btn {
	height: 2.75vw;
	width: 10.0729166667vw;
}

}

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

.l-header__gnav-btn {
	height: 4.5rem;
	width: 15.6875rem;
}

}

@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 (min-width: 840px) {

.l-header__logo {
	max-width: 24.875rem;
	width: 11.25rem;
}

}

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

.l-drawer div a.c-btn,
.l-page div a.c-btn {
	font-size: 1.5rem;
}

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

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

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

.l-header {
	padding-inline: 2.34375vw;
}

.l-header__logo {
	width: 13.75rem;
}

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

.l-header__gnav {
	gap: 2.8645833333vw;
}

.l-header__gnav-list {
	gap: 1.8645833333vw;
}

.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-head-text {
	font-size: 1.75rem;
}

.p-top-faq__item-body {
	padding: 0.75rem 2.5625rem 2rem;
}

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

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

}

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

.l-header__logo {
	width: 16.25rem;
}

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

.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.p-top-about-currency__lead {
	font-size: 2.5rem;
}

p.p-top-about-currency__text {
	font-size: 1.75rem;
}

.p-top-about-wallet p.p-top-about-wallet__lead {
	font-size: 2.1875rem;
}

.p-top-about-wallet p.p-top-about-wallet__lead .--blue {
	font-size: 2.5rem;
}

.p-top-about-wallet p.p-top-about-wallet__text {
	font-size: 1.75rem;
}

.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.3125rem;
}

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

.p-top-features__box-lead {
	font-size: 3.125rem;
}

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

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

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

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

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

.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-dl:nth-of-type(1) {
	gap: 2.375rem;
}

.p-top-try__box-dl:nth-of-type(2) {
	gap: 0.5rem;
}

.p-top-try__box-btn {
	width: 49rem;
}

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

}

@media (min-width: 1920px) {

.l-header {
	padding-inline: 2.8125rem;
	height: 8.875rem;
}

.l-header__content {
	gap: 2.75rem;
}

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

.l-header__logo-link img {
	max-width: 24.875rem;
	width: 100%;
}

.l-header__gnav {
	gap: 2.25rem;
}

.l-header__gnav-list {
	gap: 1.4375rem;
}

.l-header__gnav-link {
	font-size: 0.9125rem;
}

.l-header__gnav-btn span {
	font-size: 1.375rem;
}

.l-page {
	margin: 8.875rem 0 0;
}

.p-top-fv .swiper-pagination-horizontal.swiper-pagination-bullets {
	bottom: 2rem;
	left: 25rem;
}

}

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

/* ==============
2026年2月改修分
============== */

.p-top-features__second-box {
    display: block;
}

.p-top-features__second-box_cnt {
    width: 90%;
    margin: 0 auto;
	margin-bottom: 10%;
}

.p-top-news__btn-wrapper a.c-btn.p-top-news__btn {
    width: 100%;
}

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

a.c-btn.p-top-dl-currency__btn span.c-btn__sm::after {
    right: 6%;
	top: 30%;
}

.p-top-try-type-second__box {
    display: block;
}

.p-top-try-type-second__box-cnt {
    width: 100%;
	margin-bottom: 6%;
}
.sp-br {
	display: block;
}
.p-top-try-type-second__sp-box {
    display: flex;
	gap: 10%;
	width: 90%;
	margin: 0 auto;
}
.p-top-try-type-second__sp-box-cnt figure {
    text-align: left;
	margin-bottom: 25px;
}
.p-top-try-type-second__sp-box-cnt p.type-second__cnt_ttl {
    text-align: left;
}
.p-top-try_app-bnr {
	display: none;
}
/* .p-top-try_app-bnr__type-sp {
	display: flex;
	width: 90%;
	margin: 0 auto;
	gap: 10%;
	margin-bottom: 3%;
} */
.p-top-try-type-second__sp-box-cnt {
    width: 70%;
}
figure.sp-box-cnt_right-image {
    width: 30%;
}
.sp-br-none {
	display: none;
}
.p-top-try_app-bnr-cap.sp {
	display: block;
}
.p-top-try_app-bnr-cap.pc {
	display: none;
}
.p-top-try-type-second__sp-box.plus {
    gap: 0%;
}
.p-top-try-type-second__sp-box.type-third figure.sp-box-cnt_right-image {
	align-content: center;
}
.p-top-try-type-second__sp-box.type-second figure.sp-box-cnt_right-image {
	align-content: center;
}
a.c-btn.p-top-news__btn.p-top-try_btn {
	width: 100%;
}
.p-top-faq__btn-wrapper a.c-btn.p-top-faq__btn {
    width: 100%;
}

.p-top-try_app-bnr-cap.pc {
	display: none;
}
figure.p-top-about-currency__img--1 {
    margin-left: unset;
}
.p-top-try__content p.p-top-try_btn_cap {
    margin-bottom: 6%;
}
.p-top-news__meta {
    display: unset;
}
.p-top-news__tag {
    display: block;
}
.p-top-news__date {
    display: block;
}
.p-top-news__title {
    margin-top: unset;
}
.p-top-news__link::after {
	top: 25%;
}

}

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

.shop__photo {
	max-width: 60%;
}

}

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

	/* ==============
	2026年2月改修分
	============== */
	.p-top-try-type-second__sp-box-cnt figure {
		margin-bottom: 10px;
		width: 40%;
    }
	.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__sp-box.type-second .p-top-try-type-second__sp-box-cnt {
		width: 75%;
	}
	.p-top-try-type-second__sp-box.type-second figure.sp-box-cnt_right-image {
		width: 25%;
	}
	.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%;
	}
	.p-top-try-type-second__sp-box.type-third .p-top-try-type-second__sp-box-cnt {
		width: 65%;
	}
	.p-top-try-type-second__sp-box.type-third figure.sp-box-cnt_right-image {
		width: 35%;
	}
	.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.7rem;
		top: 31%;
	}
	.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__content p.p-top-try_btn_cap {
		font-size: 0.8rem;
	}

	a.p-top-contact__mail {
		cursor: unset;
		pointer-events: unset;
	}


}

@media screen and (max-width: 375px) {
    h2.p-top-about-currency__lead {
        font-size: 1.075rem;
    }

	p.p-top-about-currency__text.type-second {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 355px) {
    a.c-btn.p-top-news__btn.p-top-try_btn::after {
        right: 1.2rem;
    }
}

@media screen and (max-width: 330px) {
	a.c-btn.p-top-news__btn.p-top-try_btn::after {
        right: 0.75rem;
    }
	.p-top-faq__btn-wrapper a.c-btn.p-top-faq__btn::after {
        right: 1.2rem;
    }
}

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