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

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

a:hover {
	opacity: .7;
}

body {
	font-size: 14px;
	background: var(--navy);
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper {
	min-width: 1024px;
	overflow: hidden;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	width: fit-content;

}

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

input[type=submit] {
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

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

/*共通
----------------------------------------------------------------------------------------------------*/
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;
}

:root {
	--navy: #13285d;
	--gray: #f2f2f2;
	--yellow: #bbae83;

	--white: white;
	--green: green;
	--black: var(--navy);
}


section {
	margin: auto;
	position: relative;
}

.content {
	min-width: 1024px;
	max-width: 1100px;
	margin: auto;
	/*  */
	padding: 2rem 1rem;
}

.bg-normal {
	background: #fff;
}

.bg-blue {
	background: var(--navy);
	padding-bottom: 8rem;
}

.bg-gray {
	background: var(--gray);
}
.bg-coin {
	position: relative;
	padding-bottom: 16vw;
}

.bg-coin::after {
	content: "";
	position: absolute;
	top: 0;
	/*  */
	height: 100%;
	width: 100%;
	background: url(./../img/item/rates_bottom.png)no-repeat center bottom;
	background-size: 60%;
}

.bg-coin__inner {
	position: relative;
	z-index: 1;
}

.bg-fire {
	position: relative;
	padding-bottom: 20vw;
}

.bg-fire::after {
	content: "";
	position: absolute;
	top: 0;
	/*  */
	height: 100%;
	width: 100%;
	background: url(./../img/item/simu_bottom.png)no-repeat center bottom;
	background-size: 100%;
}

.bg-fire__inner {
	position: relative;
	z-index: 1;
}

.st {
	max-width: 600px;
	width: fit-content;
	margin: auto;
	margin-top: 2rem;
}

.rate-box {
	display: flex;
}

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

.rate-box__num {
	display: block;
	height: 180px;
	min-width: 58px;
	object-fit: contain;
	transition: .5s;
}

.rate-box__decimal {
	display: block;
	height: 76px;
	width: 90px;
	object-fit: contain;
	transition: .5s;
}

/*  */

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


/*ヘッダー
----------------------------------------------------------------------------------------------------*/
.main-navigation {
	
}

.main-navigation__inner {
	padding: 2rem 1rem 1rem;
	max-width: 1100px;
	margin: auto;
}

.navigation {
	text-align: right;
}

.navigation__ul {
	display: flex;
	justify-content: flex-end;
	gap: 1rem;
}

.navigation__item {}

.navigation__link {
	color: #fff;
	padding-left: 2rem;

	font-weight: bold;
}

.navigation__link::before {
	display: inline-block;
	content: "▶";
	color: #fff;
	padding-right:.5rem 
}

/*  */

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

.sect-hero {
	position: relative;
	width: 100%;
	aspect-ratio: 3/2;
	max-height: 900px;
	/*  */
	background: url('./../img/item/hero_pc.png') no-repeat center;
	background-size: cover;
	background-position-x: 66%;
}

.sect-hero__inner {
	min-width: 1024px;
	max-width: 1100px;
	margin: auto;
	padding: 0 1rem 160px;
	/*  */
	display: flex;
	gap: 1rem;
	align-items: center;
}

.sect-hero__logo {
	margin-bottom: 2rem;
}

.sect-hero__logo-img {}


.bg-item {
	position: absolute;
	transform: translateY(-50%);
	z-index: 0;
}

.bg-dot0 {
	width: 240px;
	top: 20%;
	left: -10%;
}

.bg-dot1 {
	width: 200px;
	top: 50%;
	right: 0%;
	left: 0;
	margin: auto;
}

.bg-dot2 {
	bottom: -20%;
	right: -10%;
}

.bg-sq0 {
	left: -10%;
	bottom: -50%;
}

.bg-sq1 {
	width: 300px;
	top: 20%;
	right: -10%;
}

.sect-hero__item_left {
	flex: 0 0 40%;
}

.sect-hero__item_right {
	flex: 0 0 28%;
}

.hero-rate {}

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

.hero-rate__bg {}

.hero-rate .rate-box {
	position: absolute;
	z-index: 99;
	top: 236px;
	left: -40px;
	right: 0px;
	margin: auto;
	width: 320px;
	transform: translateY(-50%);
}

.rate-box__item {}

.rate-box__num {}

.rate-box__decimal {}

/* ３つのポイント */
.three-point {
	margin-top: 3rem;
}

.three-point__inner {
	display: flex;
	flex-direction: column;
}

.three-point__item {}

.three-point__img {}

.shortest-time {
	position: relative;
}

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

.shortest-time__child {}

.shortest-time__img {
	height: 46px;
	object-fit: contain;
}


/* ボタン */

.button-box {
	margin: auto;
	max-width: 600px;
}

.button-box__abs {
	margin-top: -7rem;
}

.button-box__flex {
	display: flex;
	align-items: baseline;
	gap: 4rem;
	margin-bottom: 1rem;
}

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

.image-button {
	display: block;
	width: fit-content;
	margin: auto;
	margin-bottom: 4rem;
}

.image-button:first-child {
	margin-bottom: 0rem;
}

.image-button__image {
	width: fit-content;
}

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

/* 現在の買取率 */

.rate-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

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

.rate-list__bg {}

.rate-list-inner {
	position: absolute;
	width: 138px;
	aspect-ratio: 3 / 2;
	top: 30%;
	left: 0;
	right: 0;
	margin: auto;
	padding: 2px;
	/*  */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.line-ribbon {
}

.rate-list .rate-box__item {
	gap: .2rem;
}

.rate-list .rate-box__num {
	min-width: 37px;
	object-fit: contain;
	height: 70px;
}

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

.rate-list .rate-box__decimal:first-child {
	max-height: 34px;
}

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

.arrow-table {
	max-width: 800px;
	margin: auto;
}

.arrow-table__body {}

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

.arrow-table__th {
	margin-bottom: 1rem;
	padding: 1rem;
	color: var(--yellow);
	font-size: 20px;
	text-align: center;
	font-weight: 600;
	border-top: 1px solid;
	border-bottom: 1px solid;
}

.arrow-table__td {
	position: relative;
}

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

.radio-btn {
	flex: 0 1 calc(24% - 0.5rem);
	border-radius: 32px;
	overflow: hidden;
	color: black;
}

.radio-btn__input {
	display: none;
}

.radio-kinds {}

.radio-kinds + .radio-btn__label {
	justify-content: start;
}

.radio-kinds:checked + .radio-btn__label,
.radio-panel:checked + .radio-btn__label,
.radio-count:checked + .radio-btn__label {
	color: #fff;
	background: linear-gradient(#770101 1%, #c70000 20%, #ff3838 50%, #c70000 70%, #770101 99%);
}

.radio-btn__label {
	cursor: pointer;
	/*  */
	min-height: 6rem;
	padding: 1rem .8rem;
	/*  */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
	/*  */
	background: linear-gradient(#d4d4d4 1%, #f7f7f7 20%, #fff 50%, #f7f7f7 70%, #d4d4d4 99%);
}

.image_s {
	width: 3rem;
	height: 3rem;
	border-radius: 8px;
	object-fit: contain;
}

.radio-btn__text {
	font-size: 1rem;
	font-weight: bold;
	word-break: break-all;
}

.radio-count {}

.input-item {
	border: none;
	outline: none;
	width: 100%;
	height: 6rem;
	padding: 0.5rem;
	/*  */
	font-size: 3rem;
	color: #ffffff;
}

.input-normal {
	background: var(--navy);
	border: 2px solid #ffffff;
	border-radius: 16px;
	padding: 1rem;
}

.input-view-box {
	margin: auto;
	/*  */
	border: none;
	outline: none;
	/*  */
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	background: transparent;
	/*  */
	font-size: 4rem;
}

.input-view-box_abs {
	position: absolute;
	left: 0;
	right: 0;
	top: 80px;
	/*  */
}

.input-view-box__image {
	display: block;
	width: fit-content;
	margin: auto;
}

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

.arrow-table__td:has(.input-sum) {
	position: relative;
}

.arrow-table__td:has(.input-sum)::after {
	content: '円';
	font-size: 1.4rem;
	font-weight: bold;
	color: #ffffff;

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


/* グループサイト */
.group__ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1rem;
	padding: 8px;
	width: 800px;
	margin: auto;
	/*  */
	background: url('./../img/group/group-space.png')no-repeat;

}

.group__ul_odd {
	background-position: 90% 100%;
	background-size: 36% auto;
}

.group__ul_even {
	background: none;
}

.group__li {
    flex: 0 1 47%;
	/*  */
    overflow: hidden;
	/*  */
    border-radius: 32px;
    border: 4px solid #d4d4d4;
}

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

	/*  */
	background: linear-gradient(#d4d4d4 1%, #f7f7f7 20%, #fff 50%, #f7f7f7 70%, #d4d4d4 99%);
}

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

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

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

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

/* フッター */
footer {
	background: var(--navy);
	margin: auto;
}

.footer__inner {
	padding-bottom: 240px;
}

.footer__global-nav {
	display: flex;
	justify-content: center;
	gap: 1rem;
	/*  */
	max-width: 1000px;
	padding: 4rem 0;
	margin: auto;
}

.footer__nav-item {

}

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



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

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

.foot-inner__item {
    flex: 0 0 calc(50% - 1rem);
}

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

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

.footer__nav-link {
    font-size: 1rem !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;
}