<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@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/item/bg-white.png);
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper {
	min-width: 320px;
	max-width: 1023px;
	margin: 0 auto;
}

img {
	vertical-align: bottom;
	width: 100%;
}

input:focus {
	outline: unset;
}

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

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}


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

.sp-br {
	display: block;
}

/*共通
----------------------------------------------------------------------------------------------------*/
.content {
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 12px;
}

.rate-box {
	display: flex;
}

.rate-box__item {
	flex: 0 1 30%;
}

.rate-box__num {
	display: block;
}

.rate-box__decimal {
	display: block;
	width: 70%;
}


.decimal-animation {
	animation: pointAnimation 1s linear infinite;
}

@keyframes pointAnimation {

	50%,
	100% {
		transform: rotate(0deg);
	}

	25% {
		transform: rotate(25deg);
	}

	75% {
		transform: rotate(-25deg);
	}
}

.banner-box {
	display: block;
	margin: 1rem 0;
}

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

/*ヘッダー
----------------------------------------------------------------------------------------------------*/
.head-inner {}

.right-menu {
	display: none;
	position: fixed;
	width: 80px;
	top: 20px;
	right: 1%;
	z-index: 9999;
}

.main-navigation {
	display: none;
	opacity: 0;
	transition: all 0.7s;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 9998;
	background: #2f2a1e70;
}

.main-navigation__inner {
	position: relative;
	width: 90%;
	min-width: 300px;
	max-width: 600px;
	height: 90vh;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	margin: auto;
}

.main-navigation__front {
	border-radius: 12px;
	background: url(./../img/item/bg-white.png);
	border-top: 8px solid #ffffff;
	border-bottom: 8px solid #efd9ac;
	border-left: 8px solid #ffffff;
	border-right: 8px solid #efd9ac;
}

.navigation {
	padding: 1rem;
}

.navigation__ul {
	display: flex;
	flex-direction: column;
}

.navigation__ul:first-child {
	margin-bottom: 1rem;
}

.navigation__ul_button {
	gap: 0;
}

.navigation__item {
	color: #2d1d1c;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
}

.navigation__item_drum {
	background: linear-gradient(lightgrey 0%, #fff 40%, #e3e3e3 100%);
	width: 100%;
	margin: auto;
	border-right: 10px solid;
	border-left: 10px solid;
	border-image: linear-gradient(#453c1f 0%, #ffe585 50%, #594c1f 100%) 10;
	overflow: hidden;
	height: 4rem;
}

.navigation__link {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	padding: 0.5rem;
}

.navigation__link_button {
	padding: 0;
}

.navigation__link_drum {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	transform: translateY(-100%);
	animation: drumRoll calc(.3s * var(--timing, )) .7s ease forwards;
}

.navigation__img {
	width: 100%;
}

@keyframes drumRoll {
	0% {
		transform: translateY(-100%);
	}

	100% {
		transform: translateY(0%);
	}
}

/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
#main {}

#hero {
	height: 100vh;
	max-height: 540px;
	position: relative;
	background: url('../img/item/header_pc.png')no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.hero-rate {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: auto;
	transform: translateY(-50%);
	/*  */
	width: 100%;
	max-width: 600px;
}

.hero__slot {}

.hero-rate__item {
	position: absolute;
	left: 16px;
	right: 0;
	top: 46.5%;
	width: 40vw;
	max-width: 240px;
	margin: auto;
	transform: translateY(-50%);
	height: 29vw;
	max-height: 174px;
	overflow: hidden;
}

.hero-rate__item::after {
	content: "";
	display: block;
	position: absolute;
	width: 89%;
	height: 100%;
	z-index: 1;
	top: 0;
	background: linear-gradient(#47474763 0%, transparent 50%, #4d4d4d38 100%);
}


.hero-rate__brand {
	position: absolute;
	top: 48.2%;
	width: 14vw;
	max-width: 84px;
	margin: auto;
	transform: translateY(-50%);
	height: 27vw;
	max-height: 162px;
	overflow: hidden;
}

.hero-rate__brand:first-of-type {
	left: -63%;
	right: 0;
}

.hero-rate__brand:last-of-type {
	right: -63%;
	left: 0;
}

.hero-rate__brand::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	background: linear-gradient(#47474763 0%, transparent 50%, #4d4d4d38 100%);
}


.hero-rate__list {
	transform: translateY(-60%);
	will-change: transform;
}

.hero-rate__brand-list {
	display: flex;
	flex-direction: column;
	padding: 0 4px;
	transform: translateY(-60%);
	will-change: transform;
}

.hero-rate__logo-container {
	display: flex;
	align-items: flex-start;
	padding-top: 4px;
	height: clamp(3.599rem, -0.003rem + 18.007vw, 6.75rem);
}

.slot {
	animation: slot 10s linear infinite;
}

@keyframes slot {
	0% {
		transform: translateY(-60%);
	}

	25% {
		transform: translateY(-60%);
	}

	30% {
		transform: translateY(-43.5%);
	}

	55% {
		transform: translateY(-43.5%);
	}

	60% {
		transform: translateY(-26.9%);
	}

	85% {
		transform: translateY(-26.9%);
	}

	90% {
		transform: translateY(-10%);
	}

	100% {
		transform: translateY(-10%);
	}
}

.hero__logo {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 3%;
	margin: auto;

	width: 98%;
	max-width: 450px;
}

.hero__elephant {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0%;
	margin: auto;

	width: clamp(6.25rem, -0.893rem + 35.714vw, 12.5rem);
}

.hero__coin {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: auto;

	width: 100%;
	max-width: 410px;
}

/*  */

.three-point {}

.three-point__inner {
	display: flex;
}

.three-point__item {
	flex: 1 1 100%;
	padding: 4px;
}

.shortest-time {
	position: relative;
}

.shortest-time__children {
	position: absolute;
	left: -5%;
	right: 0;
	bottom: 41%;
	/*  */
	display: flex;
	justify-content: center;
	/*  */
	width: 25vw;
	max-width: 124px;
	margin: auto;
}

.shortest-time__child {}

.shortest-time__img {
	height: 15vw;
	max-height: 100px;
	object-fit: contain;
}

.button-box {}

.button-box__flex {
	display: flex;
}

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

.image-button {}

.image-button__image {}

.image-button_spacial-rate {
	display: block;
	width: fit-content;
	margin: 1rem auto;
}

.for-pc {}

.for-sp {}

/*  */

.rate-list {
	position: relative;
}

.rate-list__group {
	position: absolute;
	left: 0px;
	right: 0;
	bottom: clamp(3.75rem, 0.625rem + 15.625vw, 6.25rem);
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	row-gap: clamp(3.125rem, -1.406rem + 22.656vw, 6.75rem);
	column-gap: min(75px, 11vw);
	padding-right: 1rem;
}

.rate-list__item {
	flex: 0 1 40%;
	position: relative;
	text-align: center;
}

.rate-list__rate-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	width: fit-content;
}

.ratebox_0-0 {}

.ratebox_2-0 {}

.ratebox_1-0 {}

.ratebox_0-1 {}

.ratebox_2-1 {}

.ratebox_1-1 {}

/*  */

.simulation {
	position: relative;
}

.simulation__inner {
	width: 80%;
	margin: auto;
}

.simulation__inner_absolute {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 4%;
}

.arrow-table__st,
.arrow-table__th {
	text-align: center;
	margin-bottom: clamp(0.25rem, -0.893rem + 5.714vw, 1.25rem);
	font-size: clamp(1.188rem, 0.688rem + 2.5vw, 1.625rem);
	font-weight: 600;
}

.arrow-table__th_text-left {
	text-align: left;
}

.arrow-table__tr {
	margin-bottom: clamp(1.25rem, -0.179rem + 7.143vw, 2.5rem);
}

.arrow-table__st-img {}

.arrow-table__td_flex {
	display: flex;
}


.radio-btn-box {
	display: flex;
	justify-content: center;
	gap: 1rem;
}

.radio-btn {
	flex: 0 1 33.3%;
	max-width: fit-content;
}

.radio-btn__input {
	display: none;
}

.radio-btn__label {
	cursor: pointer;
}

.image_s {
	display: block;
	width: 80%;
	margin: auto;
}

.input-num-box {
	background: url(../img/item/simulation_input.png)no-repeat center;
	height: clamp(2.188rem, -0.313rem + 12.5vw, 4.375rem);
	margin: auto;
	background-size: contain;
}

.num-box {}

.num-box__input {
	width: 90%;
	display: block;
	margin: auto;
	height: auto;
	font-size: 2rem;
	text-align: center;
	background: none;
	border-radius: 4px;
	border: unset;
	overflow: hidden;
}

.input-view-box {
	display: flex;
	gap: 1rem;
	align-items: end;
	background: url(../img/item/simulation_result.png) no-repeat center;
	height: clamp(2.188rem, -0.313rem + 12.5vw, 4.375rem);
	border-radius: 8px;
	background-size: contain;
	margin: auto;
}

.view-box {}

.view-box__input {
	display: block;
	width: 80%;
	margin: auto;
	height: auto;
	font-size: 2rem;
	border: unset;
	font-weight: 600;
	color: red;
	text-align: center;
	background: transparent;
}

.input-view-box__yen {
	font-weight: 600;
	font-size: 3rem;

	/*  */
	color: #04172b;
}

/*  */
.group {
	margin-bottom: var(--tmp-margin);
}

.group__inner {}

.group__st {
	max-width: 320px;
	margin: auto;
	margin-bottom: var(--tmp-margin);
}

.group__st-img {}

.group__list {}

.group__ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	padding: 8px;

	background: url('./../img/group/group-space.png') no-repeat;
}

.group__ul_odd {
	background-position: 93% 96%;
	background-size: 40% auto;
}

.group__ul_even {
	background: none;
}

.group__li {
	flex: 0 1 47%;
	border-radius: 8px;
	overflow: hidden;

	/*  */
	box-shadow: 8px 8px #ffb533;
}

.group__link {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1rem;
	max-height: 150px;

	/*  */
	background: #ffeec5;
}

.group__img {
	height: 100%;
	object-fit: contain;
}

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

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



/*フッター
----------------------------------------------------------------------------------------------------*/
footer {
	background: #d32a2a;
	padding-bottom: 40vw;
}

.footer__global-nav {
	width: fit-content;
	display: grid;
	grid-template-columns: 1fr;
	gap: 4px;
	margin: auto;
}

.footer__nav-item {}

.footer__link {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: 2px;
	color: #fff;
}

.footer__link_before-icon_red {
	padding: 1rem 0rem 1rem 2.4rem;
	background: url(./../img/item/chip_red.png) no-repeat center;
	background-size: 2rem;
	background-position-x: 0%;
}

.footer__link_before-icon_white {
	padding: 1rem 0rem 1rem 2.4rem;
	background: url(./../img/item/chip_white.png) no-repeat center;
	background-size: 2rem;
	background-position-x: 0%;
}

.foot-inner small {
	display: block;
	text-align: center;
	color: white;
	font-size: .875rem;
	margin: 2rem 0 0;
    width: 100%;
}

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

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

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

.footer__nav-link {
    font-size: 1rem;
	line-height: 1.2;
    font-weight: normal;
}

.fix-app {
	position: fixed;
	right: calc(50% - 512px);
	bottom: 20px;
	z-index: 9999;
}

.fix-app img {
	width: 120px;
	height: 120px;
	object-fit: contain;
}

.fixed-banner {
	width: 100%;
	margin: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999;
	max-width: 600px;
}</pre></body></html>