@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap');
/*設定する場合→ font-family:'Noto sans japanese', sans-serif; を追加*/
/*同時に他のWEBフォントを使う場合はhtml側に記載すること*/

* {
	box-sizing: border-box;
}

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

body {
	font-size: 14px;
	background: #FFFFFF;
	color: var(--black);
	font-family: "M PLUS Rounded 1c", sans-serif, Meiryo, Tahoma, Verdana, Arial;
	background: #00C2CC;
}

#wrapper {
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: clamp(579.63px, 0.78vw + 579.63px, 798.05px);
	position: relative;
}

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

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=submit],
input[type=button] {
	-webkit-appearance: none;
	border: 1px solid var(--gray);
}

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

.sp-br {
	display: block;
}

/*共通
----------------------------------------------------------------------------------------------------*/
:root {
	--white: #ffffff;
	--black: #161616;
	--gray: #e9e9e9;
	--s_green: #b1ffeb;
	--green: #00CC66;
	--lightgreen: #EDFFFB;
	--pink: #FFD7E3;
	--red: #ff4900;
	--yellow: #FFFDEB;

	--text-light: var(--white);

	--table-color: var(--black);
	--button-color: var(--black);
	--button-text-color: #00C2CC;
}

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


section {
	position: relative;
	overflow: hidden;
}


/*  */

.st {
	margin: 1rem auto;
	width: 70vw;
}

.st img {
	width: 100%;
}

.rate-box {
	display: flex;
	align-items: start;
}

/*  */

.rate-box {
	display: flex;
	justify-content: center;
}

.rate-box__item {
	width: fit-content;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.rate-box__item:last-child {
	gap: 2px;
}

.rate-box__num {
	display: block;
	height: 24vw;
	object-fit: contain;
	transition: .5s;
}

.rate-box__decimal {
	display: block;
	height: 12vw;
	object-fit: contain;
	transition: .5s;
}

/*  */

.hl_text-lg {
	font-size: 2rem !important;
}

/*  */
.bg-white {
	background-color: #fff;
}

.bg-yellow {
	background-color: var(--yellow);
}

.bg-green {
	background-color: #00C2CC;
}

/*  */

.hero .bottom-deco {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.bottom-deco_normal {}

.bottom-deco__img {
	width: 100%;
}


.accent {
	display: none;
}

/*ヘッダー
----------------------------------------------------------------------------------------------------*/
header {}

.header__inner {}

.header__logo {
	display: none;
}

.header__right {}

.header__right-top {
	position: fixed;
	right: 0;
	padding: .5rem;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 1rem;
}

.header__ul {
	display: block;
	visibility: hidden;
	opacity: 0;
	border: .3vw solid var(--pink);
	border-radius: 100px;
	overflow: hidden;
	box-shadow: 4px 4px #00C2CC;
}

.header__li {}

.header__link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 4vw;
	min-width: 10vw;
	background: var(--white);
}

.header__link-text {
	font-weight: 500;
	font-size: 1.2vw;
}

.header__link-en {
	color: var(--pink);
	font-size: .8vw;
	line-height: .8vw;
}

.main-menu {
	background: unset;
	border: unset;
	outline: unset;
	cursor: pointer;
	padding: unset;
}

.main-menu__img {
	height: 12vw;
}

.header__right-bottom {
	position: absolute;
	right: 0px;
	top: calc(100vh - 80vw);
	z-index: 999;
	text-align: right;
	padding: 1rem;
}

.circle-btn {
	display: block;
	margin-bottom: .5rem;
}

.circle-btn__img {
	height: 12vw;
}

#fixNavigation {
	transition: .5s;
	position: fixed;
	z-index: 9998;
	width: 100%;
	height: 100dvh;
	overflow-y: scroll;
	background: #00C2CC;
}

.main-navigation__inner {
	position: relative;
	width: 90%;
	min-width: 300px;
	max-width: 599px;
	left: 0;
	right: 0;
	margin: auto;
}

.navigation {
	padding: 20vw 1rem;
}

.navigation__nav {
	width: 100%;
	gap: 4px;
	background: #fff;
	border-radius: 16px;
	border: 8px solid var(--black);
	color: var(--black);
	padding: 4vw;
}

.navigation__nav-item {
	margin-bottom: .5rem;
}

.navigation__link {
	display: flex;
	align-items: center;
	justify-content: center;
	/*  */
	width: 100%;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 2px;
	padding: 5px;
}


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

.content {
	min-width: 320px;
	max-width: 599px;
	margin: 0 auto;
	overflow: hidden;
	padding: 4vw 8px 8vw;
}

.content_hero {
	padding: 2vw 0;
}


/* ヒーローセクション */

.hero {
	position: relative;
	height: 100vh;
	max-height: 667px;
	overflow: hidden;
}

.hero__bg {
	width: 100%;
}

.hero__bg-img {
	width: 100%;
}


.hero__character {
	position: absolute;
	top: 22%;
	right: 16%;
}

.hero__character2 {
	position: absolute;
	top: 22%;
	left: 16%;
}

.hero__character-img {
	height: 50vw;
}

.hero__character2-img {
	height: 50vw;
}

.hero .rate-box {
	gap: 2vw;
}

.hero__now-rate {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12vw;
	width: 50vw;
	margin: auto;
}

.hero__now-rate-img {}

.hero__ttl {
	position: absolute;
	left: 0;
	right: 0;
	top: 7vw;
	width: 60vw;
	margin: auto;
}

.hero__ttl-img {}

.hero-rate {}

.hero-rate__bg {
	animation: shake3 10s 0s linear infinite;
}

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

.hero__caption {
	position: absolute;
	bottom: 6%;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
}

.hero__caption-img {
	width: 70vw;
}

.valid-num-of-time {
	position: absolute;
	left: 37%;
	top: 10%;
	color: #a9e5c6;
}

#num_of_next {
	color: var(--pink);
}

.valid-num-of-time__item {
	justify-content: center;
	font-size: 6.4vw;
	font-weight: bold;
	letter-spacing: 0.1rem;
}


.hero-rate {
	position: absolute;
	top: 60%;
	left: 0;
	right: 0%;
	/*  */
	display: flex;
	align-items: center;
	justify-content: center;
	/*  */
	width: 76vw;
	max-width: 400px;
	padding: 8px;
	transform: translateY(-50%);
	margin: auto;
}

.hero-item__img {}

.hero-rate__item {
	/* margin-bottom: 2rem;
	position: relative; */
}

.rate-list .rate-box__decimal {
	width: 100%;
	max-height: 8vw;
	object-fit: contain;
}

.vaild-num-of-time {
	position: absolute;
	right: 9%;
	bottom: 16%;
}

.vaild-num-of-time__item {
	display: flex;
	min-width: 30vw;
	justify-content: center;
}

.valid-num-of-time__img {
	height: 10vw;
	width: auto;
}


/* ３つのポイント */
.three-point {
	position: relative;
}

.three-point__inner {
	display: flex;
	gap: .2rem;
	width: 60%;
	margin: auto;
}

.three-point__img {}

.shortest-time {
	position: absolute;
	right: 0%;
	left: 0;
	bottom: 45%;
	margin: auto;
}

.shortest-time__children {
	display: flex;
	justify-content: center;
	margin: auto;
}

.shortest-time__child {
	width: 14vw;
}

.shortest-time__img {
	object-fit: contain;
}



/* ボタン */

.button-box {}

.button-box__flex {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	margin-bottom: 1rem;
}

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

.image-button {
	display: block;
	margin: 1rem auto;
}

.image-button__image {}

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

.image-button__deco {
	position: relative;
	margin-top: 8rem;
}

.image-button__deco::before {
	content: '';
	display: block;
	height: 134px;
	width: 100%;
	background-size: contain;
	position: absolute;
	top: -125px;
	left: 0;
	right: 0;
	margin: auto;
}

a:has(.image-button__kodou) {
	opacity: 1 !important;
}

.image-button__kodou:hover {
	animation: kodou 2s infinite;
}


/* 現在の買取率 */

.rate-list {
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
}

.rate-list__item {
	position: relative;
	flex: 0 0 calc(50% - .2rem);
}

.rate-list__bg {
	width: 100%;
}

.rate-list__content {}

.rate-list__inner {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 35%;
	/*  */
	width: 32vw;
	margin: auto;
	padding: 4px;
}

.rate-list .rate-box__item {}

.rate-list .rate-box__num {
	width: auto;
	object-fit: contain;
	height: 13vw;
	width: auto;
}

.rate-list .rate-box__decimal {
	width: 100%;
	max-height: 5vw;
	width: auto;
	object-fit: contain;
}

.rate-list .rate-box__decimal:first-child {
	max-height: 6vw;
	width: auto;
}

.rate-list__card-image {
	position: absolute;
	left: 3.4%;
	top: 3%;
	width: 10vw;
	aspect-ratio: 1 / 1;
	border-radius: 100%;
	overflow: hidden;
}

.rate-list__card-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rate-list__card-name {
	word-break: break-all;
	font-weight: bold;
	font-size: .8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: absolute;
	top: 23%;
	left: 0;
	right: 2%;
	margin: auto;
	transform: translateY(-50%);
}



.valid-num {
	text-align: center;
	position: absolute;
	bottom: 15%;
	width: 100%;
}

.valid-num__text {
	transition: opacity .5s;
	font-weight: bold;
	font-size: 4vw;
}

.valid-num_color {
	color: #fff;
}

.valid-num_color_rp {
	color: #fff;
}



@media (min-width:400px) {
	.rate-list__inner {
		width: 20vw;
		bottom: 28%;
	}

	.rate-list__item {
		flex: 0 1 calc(33.3% - (.8rem/3));
	}

	.rate-list .rate-box__num {
		height: 12vw;
		width: auto;
	}

	.rate-list .rate-box__decimal:first-child {
		max-height: 6vw;
		width: auto;
	}

	.rate-list .rate-box__decimal {
		max-height: 5vw;
		width: auto;
	}

	.rate-list__card-name {
		top: 25%;
	}

	.rate-list__card-image {
		width: 6vw;
	}

	/*  */
	.valid-num__text {
		font-size: 3vw;
	}
}

/* 買取シミュレーション */

.arrow-table {}

.arrow-table_bg-cream {
	border-radius: 40px;
	background: var(--yellow);
	padding: 2rem 1rem;
	box-shadow: inset 0.5rem 0.5rem 1rem #d3d2a7;
	height: fit-content;
}

.arrow-table__body {
	padding: 2vw;
}

.arrow-table__body_relative {
	position: relative;
	margin-top: 45vw;
}

.arrow-table__absolute {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	/*  */
	padding: 0 5vw;
	margin: auto;
	width: fit-content;
	transform: translateY(-50%);
	/*  */
}

.arrow-table__tr {
	margin-bottom: 2rem;
	position: relative;
}

.arrow-table__th {
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	margin: .8rem auto;
}

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


.arrow-table__td {
	position: relative;
}

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

.radio-btn {
	flex: 0 1 calc(50% - .1rem);
}

.radio-btn_ellipse {
	background: var(--black);
	height: 12vw;
	display: block;
	color: #fff;
	border-radius: 6vw;
}

.radio-count_first:checked+.radio-btn_ellipse,
.radio-count_first_a:checked+.radio-btn_ellipse,
.radio-btn_first:checked+.radio-btn_ellipse,
.radio-rep-method:checked+.radio-btn_ellipse {
	background: #00C2CC;
}

.radio-count_repeat:checked+.radio-btn_ellipse,
.radio-btn_repeat:checked+.radio-btn_ellipse {
	background: #ff4900;
}

.radio-btn__input {
	display: none;
}

.radio-kinds {}

.radio-btn__label {
	display: block;
	position: relative;
	/*  */
	cursor: pointer;
	color: var(--white);
}


.radio-kinds:checked+.radio-btn__label {
	color: var(--black);
}

.radio-btn__img {
	position: absolute;
	left: 6%;
	top: 50%;
	z-index: 1;
	width: 10vw;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transform: translateY(-50%);
	border-radius: 5vw;
}

.radio-btn__text-only {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	transform: translate(0, -50%);
	top: 50%;
}

.radio-count {}

.radio-count+.radio-btn__label,
.radio-panel+.radio-btn__label {
	justify-content: center;
}

@media (min-width:400px) {
	.radio-btn {
		flex: 0 1 calc(33.3% - (.4rem/3));
	}

	.radio-btn__img {
		width: 6.9vw;
	}
}

.input-item {
	border: none;
	outline: none;
	width: 100%;
	height: 14vw;
	padding: 0.5rem;
	/*  */
	font-size: calc(14vw - 1rem);
	font-weight: 600;
	color: #00C2CC;
}

.input-normal {
	width: 100%;
	height: 2.4rem;
	padding: .2rem;
	font-size: 1.2rem;
	color: var(--black);
	border-radius: 8px;
}

.input-number {
	text-align: right;
}

.input-total {
	height: 3.4rem;
	width: calc(100% - .6rem);
	border: 1px solid var(--gray);
	text-align: right;
}

.input-view-box {
	display: block;
	border: none;
	outline: none;
	text-align: center;
	background: #00C2CC;
	color: #fff;
	height: 4rem;
	margin: auto;
	max-width: 100%;
}

.input-view-box:focus {
	outline: none;
}

.arrow-table__td:has(.text-yen) {
	position: relative;
}

.arrow-table__td:has(.text-yen)::after {
	content: '円';
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;

	position: absolute;
	right: 1rem;
	bottom: .4rem;
}



.border {
	position: absolute;
	overflow: hidden;
}

.border_top,
.border_bottom {
	z-index: 1;
}

.border_left,
.border_right {
	width: 3.2vw;
	top: 1rem;
	bottom: 0;
	height: 100%;
}

.border_top {
	top: 0;
}

.border_left {
	left: 0;
	bottom: 0;
}

.border_right {
	right: 0;
	bottom: 0;
}

.border_bottom {
	bottom: 0;
}

.border_left .border__img,
.border_right .border__img {
	height: calc(100% - 1rem);
}


/* グループサイト */
.group__list {
	position: relative;
	border-radius: 16px;
	padding: 1vw;
}

.group__ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	padding: 8px;
	border: 4px solid var(--black);
	background: #fff;
	border-radius: 12px;

	padding: 10vw 2vw;
}


.group__li {
	flex: 0 1 calc(50% - .5rem);
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}

.group__link {
	display: block;
	width: 100%;
	height: 100%;
	padding: .2rem;
	text-align: center;
}

.group__img {
	object-fit: contain;
}

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

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

/*フッター
----------------------------------------------------------------------------------------------------*/

/* フッター */
footer {
	padding-top: 10vw;
	padding-bottom: 48vw;
	overflow: hidden;
	width: 100%;
	height: clamp(579.63px, 0.78vw + 579.63px, 798.05px);
	background: var(--black);
	background-size: contain;
	position: absolute;
	bottom: 0;
}

.footer__global-nav {
	width: 100%;
	background: #fff;
	border-radius: 16px;
	border: 6px solid #00C2CC;
	color: var(--black);
	padding: 4vw;
}

.footer__nav-item {
	margin-bottom: .5rem;
}

.footer__link {
	display: flex;
	align-items: center;
	justify-content: center;
	/*  */
	width: 100%;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 2px;
	padding: 5px;
}



.footer__inner small {
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 1.2rem;
	font-size: .8rem;
	color: #f9ffce;
}

.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 {
	display: none;
	opacity: 0;
	width: 100%;
	margin: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 998;
	max-width: 600px;
}

small {
	margin: 1rem auto;
	display: block;
	font-size: .8rem;
	text-align: center;
	color: #00C2CC;
}



.green-license {
	width: fit-content;
	margin: auto;
}