@charset "utf-8";
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: inherit;
}

body {
	font-size: 14px;
	background: url(./../img/index/bg.png) repeat-y center #6fd7f4;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
	min-height: 100vh;
	position: relative;
	padding-bottom: var(--footer-height);
}

#wrapper {
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
	background: url(./../img/index/bg-deco.png) repeat-y top center;
}

img {
	vertical-align: bottom;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	border: 1px solid #999999;
}

.for-pc {
	display: none !important;
}

.sp-br {
	display: block;
}

/* [type=number]矢印非表示 */
/* Chrome、Safari、EdgeなどのWebKitベースのブラウザ用 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox用 */
input[type="number"] {
	-moz-appearance: textfield;
}

/*共通
----------------------------------------------------------------------------------------------------*/

.image-button {
	margin: .5rem !important;
}

.image-button_spacial-rate {}

.image-button__image {}

.btn-image {}

.banner-box {
	margin: .5rem 0;
}

.banner-box img {
	width: 100%;
}

/*ヘッダー
----------------------------------------------------------------------------------------------------*/
header {
	background: -moz-linear-gradient(0% 50% 0deg, rgba(27, 42, 83, 1) 0%, rgba(10, 87, 174, 1) 16.08%, rgba(9, 94, 178, 1) 19.17%, rgba(4, 122, 193, 1) 32.55%, rgba(1, 138, 202, 1) 44.39%, rgba(0, 144, 205, 1) 53.37%, rgba(0, 142, 204, 1) 68.65%, rgba(1, 135, 200, 1) 74.15%, rgba(3, 124, 193, 1) 78.07%, rgba(5, 107, 183, 1) 81.22%, rgba(7, 85, 170, 1) 83.91%, rgba(8, 81, 168, 1) 84.33%, rgba(1, 29, 117, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(27, 42, 83, 1) 0%, rgba(10, 87, 174, 1) 16.08%, rgba(9, 94, 178, 1) 19.17%, rgba(4, 122, 193, 1) 32.55%, rgba(1, 138, 202, 1) 44.39%, rgba(0, 144, 205, 1) 53.37%, rgba(0, 142, 204, 1) 68.65%, rgba(1, 135, 200, 1) 74.15%, rgba(3, 124, 193, 1) 78.07%, rgba(5, 107, 183, 1) 81.22%, rgba(7, 85, 170, 1) 83.91%, rgba(8, 81, 168, 1) 84.33%, rgba(1, 29, 117, 1) 100%);
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(27, 42, 83, 1)), color-stop(0.1608, rgba(10, 87, 174, 1)), color-stop(0.1917, rgba(9, 94, 178, 1)), color-stop(0.3255, rgba(4, 122, 193, 1)), color-stop(0.4439, rgba(1, 138, 202, 1)), color-stop(0.5337, rgba(0, 144, 205, 1)), color-stop(0.6865, rgba(0, 142, 204, 1)), color-stop(0.7415, rgba(1, 135, 200, 1)), color-stop(0.7807, rgba(3, 124, 193, 1)), color-stop(0.8122, rgba(5, 107, 183, 1)), color-stop(0.8391, rgba(7, 85, 170, 1)), color-stop(0.8433, rgba(8, 81, 168, 1)), color-stop(1, rgba(1, 29, 117, 1)));
	background: -o-linear-gradient(0deg, rgba(27, 42, 83, 1) 0%, rgba(10, 87, 174, 1) 16.08%, rgba(9, 94, 178, 1) 19.17%, rgba(4, 122, 193, 1) 32.55%, rgba(1, 138, 202, 1) 44.39%, rgba(0, 144, 205, 1) 53.37%, rgba(0, 142, 204, 1) 68.65%, rgba(1, 135, 200, 1) 74.15%, rgba(3, 124, 193, 1) 78.07%, rgba(5, 107, 183, 1) 81.22%, rgba(7, 85, 170, 1) 83.91%, rgba(8, 81, 168, 1) 84.33%, rgba(1, 29, 117, 1) 100%);
	background: -ms-linear-gradient(0deg, rgba(27, 42, 83, 1) 0%, rgba(10, 87, 174, 1) 16.08%, rgba(9, 94, 178, 1) 19.17%, rgba(4, 122, 193, 1) 32.55%, rgba(1, 138, 202, 1) 44.39%, rgba(0, 144, 205, 1) 53.37%, rgba(0, 142, 204, 1) 68.65%, rgba(1, 135, 200, 1) 74.15%, rgba(3, 124, 193, 1) 78.07%, rgba(5, 107, 183, 1) 81.22%, rgba(7, 85, 170, 1) 83.91%, rgba(8, 81, 168, 1) 84.33%, rgba(1, 29, 117, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B2A53', endColorstr='#011D75' ,GradientType=0)";
	background: linear-gradient(90deg, rgba(27, 42, 83, 1) 0%, rgba(10, 87, 174, 1) 16.08%, rgba(9, 94, 178, 1) 19.17%, rgba(4, 122, 193, 1) 32.55%, rgba(1, 138, 202, 1) 44.39%, rgba(0, 144, 205, 1) 53.37%, rgba(0, 142, 204, 1) 68.65%, rgba(1, 135, 200, 1) 74.15%, rgba(3, 124, 193, 1) 78.07%, rgba(5, 107, 183, 1) 81.22%, rgba(7, 85, 170, 1) 83.91%, rgba(8, 81, 168, 1) 84.33%, rgba(1, 29, 117, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1B2A53', endColorstr='#011D75', GradientType=1);
	border: #6fd7f4 8px solid;
	border-right: none;
	border-left: none;
	border-image: linear-gradient(90deg, rgba(6, 23, 106, 1) 0%, rgba(10, 87, 174, 1) 27.23%, rgba(17, 104, 191, 1) 53.37%, rgba(8, 81, 168, 1) 79.16%, rgba(1, 29, 117, 1) 100%);
	border-image-slice: 1;
}

.head-inner {
	margin: auto;
}

.head-nav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
}

.head-nav-list {
	position: relative;
}

.head-nav-list::after {
	content: "";
	width: 4px;
	height: 40px;
	background: url('./../img/index/list-after.png')no-repeat center;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 2px;
}

.head-nav-list:last-child:after {
	content: unset;
}

.head-nav-list img {
	width: 100%;
	height: 40px;
	object-fit: contain;
}


/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
section {
	margin-bottom: 10vw;
}

.content {
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 .5rem;
}

.con01 {
	position: relative;
	margin-bottom: 57vw;
	padding-top: 18vw;
}

.hero-logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: fit-content;
	margin: auto;
}

.hero-logo img {
	width: 62vw;
}

.hero-charactors {
	position: relative;
}

.hero-charactors figure {
	margin: 0;
	width: 100%;
}

.hero-charactors figure img {
	width: 100%;
}

.three-points {
	position: absolute;
	width: fit-content;
	margin: auto;
	left: 0;
	right: 0;
	bottom: -56vw;
}

.points {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-areas:
		'hour hour free free'
		'minute minute minute minute';
}

li.point:first-child {
	grid-area: hour;
}

li.point:nth-child(2) {
	grid-area: minute;
	text-align: center;
}

li.point:last-child {
	grid-area: free;
}

.point>img {
	width: 100%;
}

.shortest-time-box img {
	width: 50%;
}

.point>img {
	width: 100%;
}

.shortest-time-box {
	position: relative;
	text-align: center;
}

.shortest-time {
	position: absolute;
	width: 19vw;
	right: 46%;
	top: 11vw;
	max-height: 12vw;
	display: flex;
	justify-content: end;
}

.shortest-time span {}

.shortest-time img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rate-box {
	position: relative;
	margin: auto;
	height: 126vw;
	background: url(./../img/index/con01.png) no-repeat center;
	background-size: contain;
}

.rate-first {
	position: absolute;
	left: 12px;
	right: 0;
	margin: auto;
	top: 41%;
}

.rate {
	background: url(./../img/index/bg-water.png)no-repeat center;
	background-size: contain;
	width: fit-content;
}

.rate-first-inner {
	width: 60vw;
	display: flex;
	justify-content: center;
}

.rate-first-inner p {
	display: flex;
	flex-direction: column;
	width: 33%;
}


.rate-first-inner p>img {
	width: 100%;
	max-height: 21vw;
	object-fit: contain;
	margin: auto;
}

.rate-first-inner span img {
	width: 10vw;
}

.rate-second {
	position: absolute;
	left: 12px;
	right: 0;
	margin: auto;
	bottom: 10%;
}

.abs-char img {
	width: 16vw;
}

.con02 .abs-char:first-of-type {
	position: absolute;
	top: 30%;
	left: -11%;
}

.con02 .abs-char:last-of-type {
	position: absolute;
	bottom: 8vw;
	right: -8vw;
}

.cam-message {
	display: block;
	width: 60%;
	position: absolute;
	bottom: 4vw;
	left: 0;
	right: 0;
	margin: auto;
}

.button-box {
	margin: 8vw 0;
}

.button-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.button-inner a {
	display: block;
	width: 100%;
}

.button-inner img {
	display: block;
	width: fit-content;
	max-width: 100%;
	margin: auto;
}

.image-button_spacial-rate {
	width: 90%;
	margin: 0 auto;
}

.button-box__flex {
	display: flex;
	margin-bottom: 3rem;
}

.button-box__flex>* {
	flex: 0 1 50%;
}

.button-box__flex img {
	width: 100%;
}

.simulation-box {
	position: relative;
	width: 94%;
	margin: auto;
	background: #ffffff;
	border-radius: 20px;
	border: 4px solid #000000;
	z-index: 1;
}

.simulation-box::before {
	content: "";
	display: block;
	height: calc(100% - 16px);
	width: calc(100% - 16px);
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: auto;
	background: #283793;
	border-radius: 10px;
	border: 4px solid #00b6ee;
}

.simulation-inner {
	position: relative;
	width: fit-content;
	margin: auto;
	left: 0;
	right: 0;
	top: -6vw;
	z-index: 2;
}

.simulation-tittle {
	width: 90%;
	margin: auto;
}

.simulation-tittle img {
	width: 100%;
}


.simulation-rate .rate-now>img {
	display: block;
	width: 50%;
	margin: auto;
}

.rate-now {
	position: relative;
}

.rate-now-inner {
	position: absolute;
	left: 26%;
	top: 44%;
	right: 0;
	width: 25%;
	display: grid;
	margin: auto;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
}

.rate-now-inner p {
	display: flex;
	flex-direction: column;
}

.rate-now-inner p>img {
	width: 100%;
	height: 10vw;
	object-fit: contain;
}

.rate-now-inner span img {
	width: 100%;
	max-width: 5vw;
}

.sub-st {
	width: 80%;
	margin: auto;
}

.sub-st img {
	width: 100%;
}

.sim-button-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	width: 80%;
	margin: auto;
}

.sim-button-inner input[type=radio] {
	display: none;
}

.sim-button-inner label {
	cursor: pointer;
}

.sim-button-inner label img {
	width: 100%;
}


.all-amount {
	margin-bottom: 2vw;
}

.simulation-amount {
	display: block;
	width: 80%;
	margin: auto;
	height: 2em;
	font-size: 4vw;
	font-weight: bold;
	padding: 1em;
	text-align: center;
	border-radius: 8px;
	border: 4px solid #ccccff !important;
}

.transfer-amount {
	position: relative;
	width: 90%;
	margin: auto;
}

.transfer-amount img {
	width: 100%;
}

.con03 .abs-char:first-of-type {
	position: absolute;
	top: 30%;
	right: -40px;
}

.con03 .abs-char:last-of-type {
	width: fit-content;
	height: fit-content;
	z-index: -1;
	position: absolute;
	bottom: -6%;
	left: -6%;
}

.simulation-transfer {
	width: 77%;
	height: 17vw;
	font-size: 2em;
	text-align: center;
	position: absolute;
	bottom: 12%;
	left: 2vw;
	right: 0;
	margin: auto;
	background: none;
	border: none !important;
}

.simulation-transfer:focus,
.simulation-transfer:target {
	border: none;
	outline: none;
}

.sns-box {
	margin: auto;
	width: 90%;
	height: 55vw;
	background: url(./../img/index/con-sns.png) no-repeat center;
	background-size: contain;
	position: relative;
}

.sns-inner {
	width: fit-content;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
}

.twitter-timeline {
	width: 100% !important;
}

.twitter-timeline iframe {
	width: 90% !important;
	height: unset !important;
	aspect-ratio: 16/9;
	object-fit: contain;
}

.con04 .abs-char:first-of-type {
	position: absolute;
	bottom: -50%;
	right: calc(50% - 600px);
}


.con05 .group {
	position: relative;
	width: 94%;
	height: clamp(47.5rem, 22.500rem + 106.667vw, 62.5rem);
	margin: auto;
	background: #ffffff;
	border-radius: 20px;
	border: 4px solid #000000;
	z-index: 1;
}

.con05 .group::before {
	content: "";
	display: block;
	height: calc(100% - 16px);
	width: calc(100% - 16px);
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	z-index: 1;
	margin: auto;
	background: #283793;
	border-radius: 10px;
	border: 4px solid #00b6ee;
}

.group-tittle {
	width: 90%;
	margin: auto;
}

.group-tittle img {
	width: 100%;
}

.group-list {
	position: relative;
	top: -30vw;
	z-index: 1;
	width: 100%;
	margin: 4rem auto 2rem;
	padding: 20px;
}

.group-list ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1em;
}

.group-list li {
	box-shadow: 8px 8px #0f0f0f;
	background: #fff;
	border-radius: 4px;
}

.group-list li a {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 0.4em;
}

.group-list li a img {
	width: 100%;
	max-height: 56px;
	object-fit: contain;
}

.group-list {
	background: url(./../img/index/group_bg.png) no-repeat;
	background-size: 40%;
}

.group-list_even {
	/* グループサイトが偶数の場合 */
	/*background-position: 50% 93%;*/
	/* background-position: 50% 84%;
	padding-bottom: 200px; */
	background: unset;
}

.group-list_odd {
	/* グループサイトが奇数の場合 */
	background-position: 90% 98%;
}

.group-list-portal {
	padding: 0 !important;
}

.group-list-portal img {
	height: 100% !important;
}

/*  */

.new-group {
	position: relative;
	border-radius: 20px;
	border: 6px solid #000;
	background: #fff;
	padding: 6px;
	margin-top: 6rem;
}

.new-group__inner {
	border-radius: 10px;
	border: 6px solid #18b6ed;
	background: #293792;
	padding: 16px 16px;
}

.new-group__title {
	position: absolute;
	left: 0;
	right: 0;
	top: -114px;
	width: 80%;
	margin: auto;
}

.new-group__title img {
	width: 100%;
}

.new-group__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1rem;
	background: url(./../img/index/group_bg.png) no-repeat;
	background-size: 40%;
}

.new-group__list_even {
	/* グループサイトが偶数の場合 */
	background: unset;
}

.new-group__list_odd {
	/* グループサイトが奇数の場合 */
	background-position: 90% 98%;
}

.new-group__item {
	box-shadow: 8px 8px #0f0f0f;
	background: #fff;
	border-radius: 4px;
}

.new-group__link {
	display: flex;
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
	padding: 0.4em;
}

.new-group__img {
	width: 100%;
	max-height: 56px;
	object-fit: contain;
}

/*フッター
----------------------------------------------------------------------------------------------------*/
.pagetop {
	display: none !important;
	position: fixed;
	bottom: 10rem;
	right: 0;
	z-index: 99;
	display: inline-block;
}

.pagetop img {
	width: 120px;
	aspect-ratio: 1/1;
	object-fit: contain;
}


footer {
	background: -moz-linear-gradient(0% 50% 0deg, rgba(6, 23, 106, 1) 0%, rgba(10, 87, 174, 1) 27.23%, rgba(17, 104, 191, 1) 53.37%, rgba(8, 81, 168, 1) 79.16%, rgba(1, 29, 117, 1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(6, 23, 106, 1) 0%, rgba(10, 87, 174, 1) 27.23%, rgba(17, 104, 191, 1) 53.37%, rgba(8, 81, 168, 1) 79.16%, rgba(1, 29, 117, 1) 100%);
	background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0, rgba(6, 23, 106, 1)), color-stop(0.2723, rgba(10, 87, 174, 1)), color-stop(0.5337, rgba(17, 104, 191, 1)), color-stop(0.7916, rgba(8, 81, 168, 1)), color-stop(1, rgba(1, 29, 117, 1)));
	background: -o-linear-gradient(0deg, rgba(6, 23, 106, 1) 0%, rgba(10, 87, 174, 1) 27.23%, rgba(17, 104, 191, 1) 53.37%, rgba(8, 81, 168, 1) 79.16%, rgba(1, 29, 117, 1) 100%);
	background: -ms-linear-gradient(0deg, rgba(6, 23, 106, 1) 0%, rgba(10, 87, 174, 1) 27.23%, rgba(17, 104, 191, 1) 53.37%, rgba(8, 81, 168, 1) 79.16%, rgba(1, 29, 117, 1) 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#06176A', endColorstr='#011D75' ,GradientType=0)";
	background: linear-gradient(90deg, rgba(6, 23, 106, 1) 0%, rgba(10, 87, 174, 1) 27.23%, rgba(17, 104, 191, 1) 53.37%, rgba(8, 81, 168, 1) 79.16%, rgba(1, 29, 117, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#06176A', endColorstr='#011D75', GradientType=1);
	box-shadow: 0px 0px 12px 6px #15151d inset;

	width: 100%;
	position: absolute;
	bottom: 0;
}

.foot-inner {
	margin: auto;
	padding: 2em 3em 120px;
}

.foot-nav {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1em;
	align-items: center;
}

.foot-nav-list {
	color: #fff;
	font-weight: bold;
}

.foot-nav-list a {
	display: block;
	width: 100%;
}

footer small {
	display: block;
	text-align: center;
	margin: auto;
	width: fit-content;
	margin: 2em auto;
	color: #fff;
	width: 100%;
}

.foot-inner--flex {
	display: flex;
	flex-wrap: wrap;
	max-width: 1100px;
	margin: auto;
	gap: 2rem 0;
	padding: 2rem 2rem 160px;
}

.foot-inner__item {
	flex: 0 0 100%;
}

.footer__ttl {
	color: #fff;
	font-size: 1.125rem;
	font-weight: 600;
	border-bottom: 1px solid;
	margin-bottom: .5rem;
	padding-bottom: .5rem;
}

.footer__nav {
	display: flex;
	flex-wrap: wrap;
	flex-direction: unset;
	margin: unset;
	gap: 1rem;
}

.footer__nav-item {
	flex: 0 1 calc(50% - 1rem / 2);
}

.footer__nav-link {
	font-size: 14px;
	font-weight: normal;
	color: white;
}

.fxfoot {
	width: 100%;
	margin: auto;
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	bottom: 0;
}

.fxfoot img {
	width: 100%;
}

/*特別レートのバナーサイズ変更*/
.sprate-bunner {
	max-width: 80% !important;
}