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

}

#wrapper {
	min-width: 320px;
	max-width: 600px;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: clamp(40rem, 29.247rem + 68.763vw, 49.375rem);
	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: #606060;
	--gray: #e9e9e9;
	--s_green: #b1ffeb;
	--green: #C5FFF0;
	--lightgreen: #EDFFFB;
	--pink: #FFD7E3;
	--red: #ff4870;
	--yellow: #ffd27e;

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

	--table-color: var(--black);
	--button-color: var(--green);
	--button-text-color: var(--black);
}

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 {
	width: 100%;
	max-width: fit-content;
	margin: 0 auto 1rem;
}


.st {
	width: fit-content;
	margin: auto;
	margin-bottom: 2rem;
	position: absolute;
	left: 0;
	right: 0;
	width: 40vw;
	z-index: 9;
}

.st_rate {
	top: -30vw;
	left: 6vw;
}

.st_simulation {
	width: 50vw;
	top: -12vw;
}

.st_group {
	width: 40vw;
	top: -12vw;
}

.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: 19vw;
	object-fit: contain;
	transition: .5s;
}

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

/*  */

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

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

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

.bg-bottom-space {
	position: relative;
	/*
	padding-bottom: 34vw;
	*/
	padding-bottom: 20vw;
}

.bg-bottom {
	position: absolute;
	bottom: -.5rem;
	left: 0;
	right: 0;
}

.accent {
	position: absolute;
}

.accent_top {
	top: -10vw;
	right: -10vw;
	opacity: .5;
}

.accent_bottom {
	bottom: -10vw;
	left: -10vw;
	opacity: .5;
}

.bg-point {
	position: absolute;
	width: 32vw;
}

.bg-point_top-right {
	top: -32vw;
	right: 0vw;
}

.bg-point_bottom-left {
	top: -32vw;
	left: 0;
}

.bg-point_right {
	width: 30vw;
	top: -12vw;
	right: 2vw;
}

.bg-point_left {
	width: 18vw;
	top: -10vw;
	left: 5vw;
}


@keyframes shake1 {
	0% {
		transform: rotate(-5deg);
	}

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

	50% {
		transform: rotate(-5deg);
	}

	75% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-5deg);
	}
}

@keyframes shake2 {
	0% {
		transform: rotate(5deg);
	}

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

	50% {
		transform: rotate(5deg);
	}

	75% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(5deg);
	}
}

@keyframes shake3 {
	0% {
		transform: rotate(2deg);
	}

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

	50% {
		transform: rotate(2deg);
	}

	75% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(2deg);
	}
}


@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(10%);
	}

	to {
		opacity: 1;
		transform: 0%;
	}
}


.fade {
	opacity: 0;
}

.fadein {
	animation: fadeIn 1s 0s linear forwards
}



.button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: unset;
	font-size: 4vw;
	font-weight: 500;
	color: var(--black);
	padding: .5rem;
	border-radius: 10rem;
	background: var(--green);
	box-shadow: 0px 4px var(--shadow-green);
	min-height: 2rem;
	cursor: pointer;
	transition: all .3s linear;
}

.button--gekiatsu {
	max-width: 400px;
	width: 80%;
	margin: auto;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	justify-content: center;
	gap: 1rem;
	font-size: min(2.4rem, 4vw);
	padding: 0;
	font-weight: 600;
	background: var(--red);
	color: var(--white);
	box-shadow: 0px 4px 0 #dd2950;
}

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

.header__inner {}

.header__logo {
	position: fixed;
	padding: .5rem;
	z-index: 999;
}

.header__logo-img {
	height: 14vw;
}

.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 var(--green);
}

.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: 18vw;
}

.header__right-bottom {
	position: absolute;
	right: 0px;
	top: 67vw;
	z-index: 999;
	text-align: right;
	padding: 1rem;
}

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

.circle-btn__img {
	height: 20vw;
}

#fixNavigation {
	transition: .5s;
	position: fixed;
	z-index: 9998;
	width: 100%;
	height: 100dvh;
	overflow-y: scroll;
	background: linear-gradient(90deg, var(--pink), var(--lightgreen), var(--green));
}

.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: 45px;
	border: 4px solid var(--pink);
	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: 2vw 8px;
}

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

.hero {
	position: relative;
	overflow: hidden;
}

.hero__bg {
	width: 100%;
}

.hero__bg-img {
	width: 100%;
}

.hero__comment {}

.comment {}

.hero__comment-item {
	position: absolute;
	height: 20vw;
	width: 22vw;
	object-fit: contain;
}

.comment__safe {
	left: 0;
	top: 55vw;
	z-index: 1;

	transform-origin: left bottom;
	transform: rotate(-5deg);
	animation: shake1 7s 0s linear infinite;
}

.comment__expensive {
	right: 0;
	top: 35vw;

	transform-origin: right bottom;
	transform: rotate(5deg);
	animation: shake2 7s -1s linear infinite;
}

.comment__speed {
	left: 0;
	bottom: 30vw;
	transform-origin: left bottom;
	transform: rotate(-5deg);
	animation: shake1 7s -1s linear infinite;
}

.hero__character {
	position: absolute;
	top: 7%;
	left: 6%;
}

.hero__character-img {
	height: 64vw;
}

.hero-rate {}



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


.hero-rate__item {
	position: absolute;
	top: 48%;
	left: 18%;
	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;
}

.hero-rate {
	position: absolute;
	bottom: -15%;
	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;
}

#cl-space {
	display: none;
}


@media (min-width:400px) {

	#cl-space {
		display: block;
	}

	.rate-list__bg--space {
		width: 60%;
		margin: auto;
		display: block;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		transform: translateY(-50%);
	}

}




/* ３つのポイント */

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

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

.three-point__img {}

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

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

.shortest-time__child {
	width: 12vw;
}

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

.image-button--relative {
	position: relative;
}

.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: url('./../img/item/button_itano.png') no-repeat center;
	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;
}

.banner-text {}

.banner-text--absolute {
	position: absolute;
	width: fit-content;
}

.banner-text--coupon {
	bottom: 23%;
	left: 27%;
	font-size: 4.6vw;
	font-weight: 800;
	color: #383838;
}

.banner-text--platina {
	top: 31%;
	left: 26%;
	font-size: min(3.5rem, 5.5vw);
	font-weight: 800;
	color: #fd6599;
}

.banner-text--urawaza {
	top: 34%;
	left: 2%;
	font-size: 3.4vw;
	font-weight: 800;
	color: #fd6599;
}

.banner-text--urawaza1 {
	bottom: 33%;
	left: 2%;
	font-size: 4vw;
	font-weight: 800;
	color: #fb6499;
}

.banner-text--urawaza2 {
	top: 4%;
	left: 37%;
	font-size: 7vw;
	font-weight: 800;
	color: #fd6599;
}


/* 現在の買取率 */

.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: 28%;
	/*  */
	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%;
	top: 2%;
	/*  */
	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 {
	color: var(--text-light);
	word-break: break-all;
	font-weight: bold;
	font-size: 1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 7%;
	left: 10vw;
	right: 0;
	margin: auto;
}



.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: #007150;
}

.valid-num_color_rp {
	color: #f54077;
}



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

	.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-image {
		width: 6vw;
	}

	.rate-list__card-name {
		left: 6vw;
	}

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

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

.arrow-table {}

.arrow-table_include-st {
	position: relative;
	margin-top: 15vw;
	/* padding: 2vw; */
}


.arrow-table__body {
	padding: 2vw;
	padding-top: 14vw;
}

.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 {
	color: var(--text-light);
	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);
}

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

.radio-btn__input {
	display: none;
}

.radio-kinds {}

.radio-btn__label {
	display: block;
	position: relative;
	/*  */
	cursor: pointer;
}

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

.radio-btn__name {
	font-weight: 500;
	font-size: 1rem;
	text-align: center;
	word-break: break-all;
	position: absolute;
	top: 50%;
	right: 0;
	left: 7vw;
	margin: auto;
	transform: translateY(-50%);
}

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

.radio-count {}

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

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

.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-bg {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	background: linear-gradient(90deg, var(--pink), var(--lightgreen), var(--green));
	color: var(--black);
	max-width: 80%;
	margin: auto;
}

.input-total {
	height: 3.4rem;
	width: calc(100% - .6rem);
	text-align: right;
}

.input-view-box {
	display: block;
	border: none;
	outline: none;
	text-align: center;
	background: linear-gradient(90deg, var(--pink), var(--lightgreen), var(--green));
	color: var(--black);
	height: 4rem;
	margin: auto;
	max-width: 90%;
}

.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: var(--black);

	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;
	background: linear-gradient(var(--pink), var(--lightgreen), var(--green));
	border-radius: 16px;
	margin-top: 15vw;
	padding: 1vw;
}

.group__ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	padding: 8px;
	background: #fff;
	border-radius: 8px;

	padding: 20vw 2vw 10vw;
}


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

/*  */

.gekiatsu-box {
	position: relative;
	display: block;
}

.gekiatsu-box__bg {}

.gekiatsu-box__st {
	display: flex;
	flex-direction: column;
	position: absolute;
	top: 13%;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
	gap: min(1rem, 1vw);
	align-items: center;
}

.gekiatsu-box__st span {
	font-size: min(2.5rem, 4vw);
	font-weight: 600;
}

.gekiatsu-box__st p {
	font-size: min(3rem, 6vw);
	font-weight: 600;
}

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

/* フッター */
footer {
	padding-top: 4vw;
	padding-bottom: 48vw;
	overflow: hidden;
	width: 100%;
	background: linear-gradient(90deg, var(--pink), var(--lightgreen), var(--green));
	background-size: contain;
	position: absolute;
	bottom: 0;
}

.footer__global-nav {
	width: 100%;
	gap: 4px;
	background: #fff;
	border-radius: 16px;
	border: 4px solid var(--pink);
	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: var(--black);
	width: 100%;
}

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

.foot-inner__item {
	margin-bottom: 1rem;
	display: block;
}

.footer__ttl {
	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 !important;
	margin: unset !important;
	gap: 1rem !important;
}

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

.footer__nav-link {
	font-size: 14px !important;
	font-weight: normal !important;
}


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