@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: url('./../img/item/bg.png') #c3e74d;
	font-family: Meiryo, Tahoma, Verdana, Arial, sans-serif;
}

#wrapper {
	min-width: 1024px;
}

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


section {
	min-width: 600px;
	max-width: 1024px;
	margin: auto;
	overflow: hidden;
	padding: 2rem 0;
	position: relative;
}

.content,
.content2 {
	padding: 0 1rem;
	overflow: hidden;
}

.bg-normal {
	background: #f9ffce;
}

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

.st {
	width: 600px;
	margin: auto;
	margin-bottom: 2rem;
}

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

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

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

.rate-box__decimal {
    display: block;
    height: 43px;
    transition: .5s;
}

/*  */

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

/*  */
.banner-box {
    display: block;
    margin: 2rem auto;
    width: 100%;
    max-width: 800px;
}

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



/*ヘッダー
----------------------------------------------------------------------------------------------------*/
.main-menu {
    position: absolute;
    left: -75px;
    top: 50%;
    z-index: 9999;
    transform: translateY(-50%);
	
    width: 80px;
    height: auto;
    padding: 0;

    cursor: pointer;
	background: none;
    border: none;
    outline: none;
}

.main-navigation {
    transition: all 0.7s;
    position: fixed;
    right: 0;
    width: 90%;
    height: 100%;
    z-index: 9998;
    background: #4dd7de;
    transform: translateX(100%);
}

.main-navigation.active{
	transform: translateX(0%);
}

.main-navigation__inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 3%;
    min-width: 600px;
    margin: auto;
    overflow-y: scroll;
}

.navigation {
	padding: 1rem;
}

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

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

.navigation__ul_button {
	gap: 0;
	width: 60%;
	margin: auto;
}

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

.navigation__link {
    display: flex;
    max-width: 600px;
    height: 100%;
    justify-content: center;
    padding: 0.5rem;
    border-bottom: 4px solid;
    margin: auto;
}

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

.navigation__img {
	width: 100%;
}


/*メインコンテンツ
----------------------------------------------------------------------------------------------------*/
#main {}
.sect-hero {
	position: relative;
	width: 100%;
	height: 100%;
	aspect-ratio: 3/2;
	display: flex;
	gap: 4rem;
	align-items: center;
	justify-content: center;
}

.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-item {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 0 2rem;
}

.hero-item__logo {
	width: 300px;
	margin: auto;
}

.hero-item__img {}

.hero-item__nagura {
	flex: 0 1 40%;
	right: 0;
}

.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: 84px;
    left: 64px;
    right: 0px;
    margin: auto;
    width: 190px;
    transform: translateY(-50%);
}

.rate-box__item {}

.rate-box__num {}

.rate-box__decimal {}

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

.three-point__inner {
	display: flex;
	gap: 1rem;
}

.three-point__item {
	margin-bottom: 1rem;
}

.three-point__img {}

.shortest-time {
	position: relative;
}

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

.shortest-time__child {}

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


/* ボタン */

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

.button-box__flex {
	display: flex;
	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;
}

/* 現在の買取率 */

.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: 52px;
	left: 0;
	right: 0;
	margin: auto;
	padding: 2px;
	/*  */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.line-ribbon {
	margin-bottom: 4px;
}

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

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

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

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

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

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

.arrow-table__body {}

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

.arrow-table__th {
	margin-bottom: 1rem;
	color: #765753;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 20px;
	text-align: center;
	font-weight: 600;
}

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

.radio-btn__input {
	display: none;
}

.radio-kinds {}

.radio-btn__label {}

.image_s {}

.radio-count {}

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

.input-normal {
	border: 2px solid #765753;
}

.input-view-box {
	border: none;
	outline: none;
	text-align: center;
	background: #765753;
	color: #f9ffce;
}
.input-view-box:focus {
	outline: none;
}

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

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

	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: 83% 99%;
	background-size: 19% auto;
}

.group__ul_even {
	background: none;
}

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

	/*  */
	box-shadow: 4px 4px #765753;
}

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

	/*  */
	background: #f9ffce;
}

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

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

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

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

/* フッター */
footer {
	background: #4ae266;
	padding-bottom: 240px;
	max-width: 1024px;
	margin: auto;
}

.footer__global-nav {
	width: fit-content;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	max-width: 900px;
	margin: auto;
	padding: 2rem 0;
}

.footer__nav-item {
	flex: 0 0 calc(33.3% - 0.67rem);
}

.footer__link {
	display: flex;
	align-items: center;
	width: 100%;
	font-weight: bold;
	font-size: 1.2rem;
	color: #fff;
}

.footer__nav-item:nth-child(odd) .footer__link {
	color: #765753;
}

.footer__nav-item:nth-child(even) .footer__link {
	color: #f9ffce;
}

.footer__link::before {
	content: "■";
	display: inline-block;
	font-size: 2rem;
	padding: 1rem 0rem 1rem;
}

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

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

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

.footer__ttl {
    color: #765753;
    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;
    gap: 1rem;
}

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

.footer__nav-link {
    font-size: 1rem;
    font-weight: 600;
}

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