@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; */
	font-family: "M PLUS Rounded 1c", sans-serif, Meiryo, Tahoma, Verdana, Arial;
	background: url(./../img/item/pattern.png) var(--pink);
}

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

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

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

/*共通
----------------------------------------------------------------------------------------------------*/
:root {
	--white: #fff;
	--pink: #FCE8FB;
	--purple: #CC99FF;
	--green: #13b819;
	--dark-purple: rgb(68 45 81);
}

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 {
	overflow: hidden;
}

.bg-transparent {
	background: #ffffffc2;
}

.bg-normal {
	background: var(--white);
}

.bg-white {
	background: var(--white);
}

.bg-purple {
	background: var(--purple);
}

/* .bg-flower {
	background: url(./../img/item/pattern.png) var(--pink);
} */

.sect-hero__item_left {
	padding: 0 1rem;
}

.sect-hero__item_right {
	padding: 0 1rem;
	overflow: hidden;
}

.bg-blue {
	background: url(./../img/item/bg.png) #47D7DE;
}

.st {
	width: 100%;
	max-width: fit-content;
	margin: 0 auto 1rem;
}

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

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

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

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

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

.rate-box__decimal:first-child {
	height: 15vw;
}

/*  */

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

.hl_box-shadow {
	box-shadow: 4px 4px 4px rgb(68 45 81 / 60%);
}


/*  */
.fadeup {
	transform: translateY(30px);
	opacity: 0;
}

.fadeup.is-animated {
	animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeup {
	0% {
		transform: translateY(30px);
		opacity: 0;
	}

	80% {
		opacity: 1;
	}

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

/*  */

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

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


/*ヘッダー
----------------------------------------------------------------------------------------------------*/
.main-menu {
	position: fixed;
	top: 4px;
	right: 4px;
	z-index: 9999;
	/*  */
	width: 80px;
	height: 80px;
	/*  */
	cursor: pointer;
	background: none;
	border: none;
	outline: none;
}

.main-navigation {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.7s, visibility 0s 0.7s;
	/*  */
	position: fixed;
	z-index: 9998;
	/*  */
	width: 100%;
	height: 100dvh;
	overflow-y: scroll;
	/*  */
	background: var(--purple);
	/*  */
}

.main-navigation.active {
	opacity: 1;
	visibility: visible;
	/*  */
	transition: opacity 0.7s;
}

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

.navigation {
	padding: 1rem;
}

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

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

.navigation__ul_button {
	gap: 0;
	width: fit-content;
	margin: auto;
}

.navigation__item {
	text-align: center;
	font-size: 1.6rem;
	font-weight: 600;
	color: var(--white);
}

.navigation__link {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	padding: 0.5rem;
	/*  */
	border-bottom: 1px dashed;
}

.navigation__link_button {
	padding: 0;
	border-bottom: unset;
}

.navigation__img {
	width: 100%;
	max-width: fit-content;
}


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

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

.logo {
	text-align: center;
}

.sect-hero__item {
	position: relative;
	padding-left: .4rem;
}

.sect-hero__rate-type {
	position: absolute;
	top: 0px;
	left: 4px;
	/*  */
	display: flex;
	align-items: center;
	justify-content: center;
	/*  */
	width: 61vw;
	aspect-ratio: 16 / 9;
	padding: 10px;
}

.sect-hero__type-img {
	width: 100%;
}

.hero-item__img {}

.hero-rate {
	position: absolute;
	top: 38%;
	left: 4px;
	/*  */
	display: flex;
	align-items: center;
	justify-content: center;
	/*  */
	width: 58vw;
	aspect-ratio: 3 / 2;
	padding: 8px;
	transform: translateY(-50%);
}

.hero-item__img {}

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

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

/* ３つのポイント */
.three-point {}

.three-point__inner {
	width: fit-content;
	margin: auto;
}

.three-point__item {
	margin-bottom: 1rem;
	max-width: fit-content;
	width: 100%;
}

.three-point__img {}

.shortest-time {
	position: relative;
}

.shortest-time__children {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 32%;
	display: flex;
	justify-content: center;
	margin: auto;
}

.shortest-time__child {}

.shortest-time__img {
	height: 128px;
	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__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;
}

@keyframes kodou {
	0% {
		transform: scale(1.05)
	}

	5% {
		transform: scale(1)
	}

	95% {
		transform: scale(1)
	}

	100% {
		-webkit-transform: scale(1.05)
	}
}

/* 現在の買取率 */

.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 {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: .4rem 0;
	display: flex;
	flex-direction: column;
}

.rate-list__inner {
	width: 36vw;
	/*  */
	margin: auto;
	padding: 2px;
	/*  */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.rate-list__type {
	height: clamp(1.875rem, -0.276rem + 10.753vw, 3.75rem);
	/*  */
	display: flex;
	gap: .4rem;
	justify-content: space-between;
	align-items: center;
}

.rate-type {}

.rate-type__img {
	max-width: clamp(4.875rem, 0.789rem + 20.43vw, 8.438rem);
}

.line-ribbon {
	height: clamp(2.5rem, 0.493rem + 10.036vw, 4.25rem);
	position: absolute;
	right: 4px;
	top: 4px;
}

.line-ribbon__img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.rate-list .rate-box__item {}

.rate-list .rate-box__num {
	min-width: 12vw;
	object-fit: contain;
	height: 20vw;
}

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

.rate-list .rate-box__decimal:first-child {
	max-height: 11vw;
}

.rate-list__card {
	width: 80%;
	height: 3rem;
	margin: 0 auto;
	padding-left: 3rem;
	position: relative;
	/*  */
	display: flex;
	align-items: center;
	justify-content: end;
}

.rate-list__card-image {
	width: 3rem;
	height: 3rem;
	position: absolute;
	left: 0;
	top: 0;
}

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

.rate-list__card-name {
	color: var(--dark-purple);
	background: #fff;
	/*  */
	word-break: break-all;
	font-weight: bold;
	font-size: 1rem;
	/*  */
	display: flex;
	justify-content: center;
	align-items: center;
	/*  */
	height: 3rem;
	width: calc(100% - .2rem);
}

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

.arrow-table {}

.arrow-table__body {}

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

.arrow-table__th {
	color: var(--dark-purple);
	text-align: center;
	font-size: 1.2rem;
	font-weight: 600;
	margin: 1rem auto;
}

.arrow-table__th_dashed {
	border-bottom: 1px dashed;
	/*  */
	width: fit-content;
}

.arrow-table__td {
	position: relative;
}

.radio-btn-box {
	display: flex;
	flex-wrap: wrap;
	gap: .2rem;

	justify-content: center;
}

.radio-btn-box:last-of-type {
	justify-content: center;
}

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

.radio-btn__input {
	display: none;
}

.radio-kinds {}

.radio-btn__label {
	position: relative;
	height: 100%;
	min-height: 6rem;
	padding: .6rem .4rem .2rem;
	/*  */
	display: flex;
	gap: .4rem;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	/*  */
	background: #fff;
	cursor: pointer;
}

.radio-btn__input:checked+.radio-btn__label::before {
	content: "";
	display: block;
	background: url('./../img/item/radio_checked.png')no-repeat center;
	background-size: contain;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: -1rem;
	right: 0;
}

.radio-btn__input:checked+.radio-btn__label {
	background: var(--green);
	color: #fff;
}

.radio-btn__img {
	width: 3rem;
	height: 3rem;
	object-fit: cover;
}

.radio-btn__name {
	color: var(--dark-purple);
	font-weight: 500;
	font-size: 1rem;
	text-align: center;
	word-break: break-all;
}

.radio-btn__input:checked+.radio-btn__label .radio-btn__name {
	color: #fff;
}

.radio-btn__itano {
	background: url('./../img/card/space.png') no-repeat center #fff;
	background-size: contain;
}

.radio-count {}

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

.input-item {
	border: none;
	outline: none;
	width: 100%;
	height: 4rem;
	padding: 0.5rem;
	/*  */
	font-size: 3rem;
	font-weight: 600;
	color: var(--dark-purple);
	font-family: "M PLUS Rounded 1c", sans-serif;
}

.input-normal {
	box-shadow: 4px 4px 4px rgb(68 45 81 / 40%);
}

.input-view-box {
	text-align: center;
	background: var(--dark-purple);
	color: var(--white);
	position: relative;
	border: none;
	outline: none;
}

.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(--white);

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

/* グループサイト */
.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: 96% 100%;
	background-size: 48% auto;
}

.group__ul_even {
	background: none;
}

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

	/*  */
	box-shadow: 4px 4px 4px rgb(68 45 81 / 60%);
}

.group__link {
	display: block;
	width: 100%;
	height: 100%;
	padding: 1rem .5rem;
	/* max-height: 80px; */
	background: var(--white);
	text-align: center;
}

.group__img {
	height: 12vw;
	object-fit: contain;
}

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

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

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

/* フッター */
footer {
	padding-bottom: 24vw;
}

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

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

.footer__link {
	display: flex;
	align-items: center;
	gap: .5rem;
	/*  */
	width: 100%;
	font-weight: bold;
	font-size: 1.4rem;
	letter-spacing: 2px;
	color: #fff;
}

.footer__nav-item:nth-child(odd) .footer__link::before {
	content: "";
	background: url(./../img/item/icon1.png) no-repeat center;
	display: block;
	height: 2rem;
	width: 2rem;
	background-size: contain;
}

.footer__nav-item:nth-child(even) .footer__link::before {
	content: "";
	background: url(./../img/item/icon2.png) no-repeat center;
	display: block;
	height: 2rem;
	width: 2rem;
	background-size: contain;
}

.footer__inner small {
	text-align: center;
	margin: 0 auto;
	display: block;
	font-size: 1.2rem;
	font-size: .8rem;
	color: #f9ffce;
    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 !important;
    margin: unset !important;
    gap: .5rem !important;
	padding: 1rem 0;
}

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

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

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

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