@charset "UTF-8";

html {
	font-size: 100%;
}

body {
	/*背景色を入力*/
	background-color: #fff;
	/*フォントを入力*/
	font-family: 'Noto Sans JP', sans-serif;
	/*フォントウェイトを入力*/
	font-weight: 600;
  	font-style: normal;
  	/*文字色を入力*/
  	color: #333333;
}

main {
	/*ヘッダーの幅分下げる*/
	margin-top: 60px;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none;
	display: block;
	/*ボタン要素などには必要に応じてline-height: 0;を充てる*/
}

li {
	list-style: none;
}

.fullwide {
	width: 100%;
}

.wrapper {
	max-width: 1080px;
	padding: 60px 0px;
	margin: 0 auto;
}

/*ヘッダ－*/
#header {
	width: 100%;
	padding: 0 5%;
	margin: 0 auto;
	height: 60px;
	background-color: #fff;
	border: 1px solid #fdd000;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}

#header ul {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	height: 60px;
}

#header li a {
	color: #333333;
}

#header li a:hover {
	color: #FF7E42;
	font-size: 17px;
}


/*メインビジュアル*/
.mainvisual-back {
	background: url(../img/fvhaikei.png);
	background-size: cover;
	background-position: center;
}

.mainvisual {
	display: flex;
	flex-wrap: wrap;
}

.mainvisual .sec-title {
	width: 70%;
	margin-top: 80px;
}

.mainvisual .firstview-sp {
	display: none;
}

.mainvisual .fv-woman {
	width: 30%;
}

.mainvisual .mainvisual-text {
    width: 60%;
    margin-top: -12%;
    margin-left: 11%;
    margin-bottom: 3%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.mainvisual-text p {
	width: 30%;
	font-size: 1.5em;
	border-bottom: 3px solid #FB843E;
	margin-right: 10px;
	padding-left: 30px;
	position: relative;
}

.mainvisual-text p:before {
	content: '';
	position: absolute;
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(../img/ellipse.png) no-repeat;
	background-size: contain;
	top: 51%;
	left: 3%;
	transform: translateY(-50%);
}


/*about部分*/
.about-back {
	background-color: #FFF3BA;
}

.sec-title-yellow {
	text-align: center;
	border: solid 3px #FDD000;	
	padding: 7px;
}

.sec-title-yellow .sec-title-text {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #fff;
	padding: 15px;
}

.sec-title-text .flex {
	display: flex;
    align-items: center;
    justify-content: center;
}

.title-deco-text {
	display: inline-block;
    max-width: 12%;
}

.title-deco-text img {
	display: block;
}

#about {
	text-align: center;
}

#about p {
	text-align: center;
	margin: 30px auto 0 auto;
	line-height: 40px;
	font-size: 18px;
	word-break: keep-all;
    overflow-wrap: anywhere;
}

#about p:nth-of-type(2) {
	display: inline-block;
	color: #FB843E;
	background-color: #fff;
	padding: 20px 30px;
    border-radius: 30px;
}


/*TOP3部分*/
.sec-title-orange {
	text-align: center;
	border: solid 3px #FDD000;	
	padding: 7px;
	display: flex;
}

.sec-title-orange .sec-title-text {
	display: inline-block;
	width: 100%;
	text-align: center;
	background-color: #FDD000;
	color: #fff;
	padding: 15px;
}

/*img.sec-title-text-img {
	width: 40%;
}*/

.top3-table {
	margin-top: 60px;
	border: solid 1px #FB843E;
	border-radius: 20px;
	padding: 10px;
	width: 100%;
}

.top3-table table {
	border-collapse: separate;
    border-spacing: 0;
	text-align: center;
	width: fit-content;
}

.top3-table table th, .top3-table table td {
	border-bottom: solid 1px #FB843E;
	border-right: solid 1px #FB843E;
	padding: 10px;
	white-space: nowrap;
}

.top3-table table th {
	width: 15%;
	background-color: #fff;
	border-right: none;
	position: sticky;
	left: 0;
	z-index: 2;
}

.top3-table table tr:first-of-type th, .top3-table table tr:first-of-type td, .top3-table table tr:last-of-type th, .top3-table table tr:last-of-type td {
	border-bottom: none;
}

.top3-table table tr:first-of-type td:first-of-type {
	border-top: solid 3px #FB843E;
	border-radius: 20px 20px 0 0;
	position: relative;
}

.top3-table table tr:last-of-type td:first-of-type {
	border-bottom: solid 3px #FB843E;
	border-radius: 0 0 20px 20px;
}

.top3-table table td:last-of-type {
	border-right: none;
}

.top3-table table td:first-of-type {
	border-right: solid 3px #FB843E;
	border-left: solid 3px #FB843E;
	background-color: #FFF4EC;
}

img.campaign-label {
	position: absolute;
    width: 40%;
    top: -60%;
    right: -10%;
}

.top3-table table td a {
	color: #fff;
	background-color: #FB843E;
	border-radius: 40px;
	border: solid 1px #FB843E;
	padding: 10px;
	margin: 0 50px;
}

.top3-table table td a:hover {
	color: #FB843E;
	background-color: #fff;
}


/*ランキング部分*/
.ranking-back {
	background-color: #FFF3BA;
}

.yellow-text {
	color: #FDD000;
	font-size: 36px;
}

.yellow-line {
	line-height: 0;
}

.yellow-line span {
	display: inline-block;
	width: 5%;
	height: 3px;
	margin-bottom: 5px;
	background-color: #FDD000;
}

.ranking-wrap {
	background-color: #fff;
	border-radius: 20px;
	margin-top: 40px;
	padding-bottom: 30px;
}

.ranking-item {
	padding: 0 40px;
	text-align: center;
	position: relative;
}

.ranking-item:nth-of-type(2), .ranking-item:nth-of-type(3) {
	margin-top: 80px;
} 

img.rank-no {
	display: block;
	margin: 0 auto -15px auto;
	padding: 30px 0 0 0;
    width: 15%;
}

img.ranking-campaign-label {
	position: absolute;
    width: 25%;
    left: 4%;
    top: 0;
}

h3.rank-title {
	font-size: 56px;
	font-weight: 900;
	background-color: #FDD000;
	padding: 10px;
	border-radius: 10px;
}

.rank-comment {
	color: #FB843E;
	font-size: 32px;
	border: 3px solid #FB843E;
	border-radius: 30px;
	padding: 10px;
	margin: 20px 0;
	position: relative;
}

img.rank-comment-arrow {
    position: absolute;
    width: 5%;
    left: 37%;
    top: -43%;
}

.rank-main {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}

.rank-main > img {
	width: 60%;
	padding-right: 10px;
}

.rank-main .rank-main-score {
	width: 40%;
}

.rank-main-score img {
	width: 70%;
	margin-bottom: 15px;
}

.rank-main-score .rank-main-score-first img {
	width: 90%;
}

.rank-main-score .rank-main-score-first p {
	font-size: 22px;
	padding-top: 20px;
}

.rank-main-score .rank-main-score-first {
	background-color: #FFF3BA;
}

.rank-sub {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}

.rank-sub table {
	width: 100%;
}

.rank-sub table th {
	width: 20%;
	background-color: #FDD000;
}

.rank-sub table th:first-of-type {
	width: 40%;
}

.rank-sub table tr:nth-of-type(2) td:nth-of-type(1), .rank-sub table tr:nth-of-type(2) td:nth-of-type(2) {
	background-color: #E8E8E8;
}

.rank-sub table th, .rank-sub table td {
	padding: 5px;
}

.rank-point {
	border: 7px solid #FDD000;
	border-radius: 20px;
	padding: 30px;
	margin-top: 10px;
}

.rank-point h4 {
	font-size: 32px;
	line-height: 15px;
}

.rank-point-line {
	display: inline-block;
	width: 50%;
	height: 3px;
	background-color: #333333;
}

.syogaku {
	background-color: #ffe484;
}

.rank-point-text {
	display: table;
    text-align: initial;
    margin: 20px auto;
    line-height: 60px;
    font-size: 22px;
}

.rank-point-text .check {
	position: relative;
	text-indent: 1em;
}

.rank-point-text .check:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: url(../img/check.png) no-repeat;
    background-size: contain;
    top: 50%;
    left: -35px;
    transform: translateY(-50%);
}

.rank-point-button p {
	color: #FB843E;
	font-size: 32px;
}

.rank-point-button a {
	color: #fff;
	font-size: 32px;
	background: linear-gradient(to bottom right, #FDD000, #FEB111, #FF7E42);
	border-radius: 50px;
	padding: 25px;
	margin: 0 20px;
	position: relative;
	display: block;
	overflow: hidden;
}

.rank-point-button a:hover {
	color: #FDD000;
	background: none;
	background-color: #fff;
	border: 3px solid #FDD000;
	padding: 22px;
}

	/*(ボタンキラッと動作)*/
.rank-point-button a:after {
	content: '';
	position: absolute;
	top: -10%;
	left: -20%;
	width: 30px;
	height: 100%;
	transform: scale(10) rotate(20deg);
	background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);

	animation-name: shiny;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}

@keyframes shiny {
	0% { left: -20%; }
	10% { left: 120%; }
	100% { left: 120%; }
}

	/*（買取アリアちゃん）*/
#kaitoriariatyan img.rank-no {
	position: absolute;
    padding: 0;
    width: 12%;
    left: 10%;
}

#kaitoriariatyan .rank-sub table tr:nth-of-type(2) td:nth-of-type(1), #kaitoriariatyan .rank-sub table tr:nth-of-type(2) td:nth-of-type(2) {
	background-color: inherit;
}

	/*（買取エデン）*/
#kaitorieden img.rank-no {
	position: absolute;
    padding: 0;
    width: 12%;
    left: 10%;
}

#kaitorieden .rank-sub table tr:nth-of-type(2) td:nth-of-type(1), #kaitorieden .rank-sub table tr:nth-of-type(2) td:nth-of-type(2) {
	background-color: inherit;
}

/*.pc-table {
	display: block;
}*/

.sp-table {
	display: none;
}


/*現金化の流れ*/
#flow .yellow-text {
	color: #fff;
}

#flow .yellow-line span {
	background-color: #fff;
}

.flow-items {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.flow-items > img {
	margin-bottom: 185px;
	width: 2%;
}

.flow-item {
	width: 30%;
	padding: 30px;
}

.flow-item > img {
	background-color: #FFF3BA;
	display: block;
	padding: 50px 20px 20px 20px;
	border-radius: 20px 20px 0 0;
}

.flow-item .flow-item-p {
	background-color: #FFF3BA;
	text-align: center;
	padding: 20px 0 50px 0; 
	border-radius: 0 0 20px 20px;
}

.flow-item-p p {
	background-color: #FDD000;
	color: #fff;
	padding: 10px;
	margin: 0 40px;
	border-radius: 15px;
	font-size: 20px;
}

.flow-item .sp-wrap img {
	margin-top: 10px;
}

.tb-show {
	display: none;
}

.pc-show {
	display: block;
}

.sp-show {
	display: none;
}

.fade-up {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 1s ease, transform 1s ease;
}

.fade-up.show {
	opacity: 1;
	transform: translateY(0);
}


/*よくある質問*/
.faq-back {
	background-color: #FFF3BA;
}

.faq-menu-wrap {
	margin: 40px 40px 0 40px;
}

#faq-menu li {
	padding: 10px;
}

.label {
	background-color: #FDD000;
	color: #fff;
	padding: 20px 20px 20px 20%;
	border-radius: 10px;
	font-size: 20px;
	position: relative;
}

.label:before {
	content: '';
	position: absolute;
	display: inline-block;
	background: url(../img/qa_q.png) no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}

	/*menu-buttonとは+ボタンのこと*/
.menu-button {
	cursor: pointer;
	position: relative;
	transition: .5s;
}

.menu-button:before,
.menu-button:after {
	content: '';
	width: 20px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-50%);
}

.menu-button:after {
	transform: translateY(-50%) rotate(90deg);
	transition: .5s;
}

.menu-button.open:before {
	opacity: 0;
}

.menu-button.open:after {
	transform: rotate(180deg);
}

.detail {
	background-color: #fff;
	padding: 20px 20px 20px 20%;
	border-radius: 0 0 10px 10px;
	position: relative;
	display: none;
}

.detail:before {
	content: '';
	position: absolute;
	display: inline-block;
	background: url(../img/qa_a.png) no-repeat;
	background-size: contain;
	width: 25px;
	height: 25px;
	top: 50%;
	left: 10%;
	transform: translateY(-50%);
}


/*フッター*/
#footer {
	padding: 20px;
	letter-spacing: 2px;
	margin: 0 20%;
}

#footer h2 {
	text-align: center;
}

.foot-item dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding: 20px 60px;
}

.foot-item dt {
	width: 30%;
	padding: 10px;
	text-align: center;
	border-right: solid 1px #000;
}

.foot-item dd {
	width: 70%;
	padding: 10px 10px 10px 60px;
}

.foot-item dt:first-of-type,
.foot-item dd:first-of-type {
	border-bottom: solid 1px #000;
}


@media screen and (max-width: 1024px) {

	.wrapper {
		padding: 60px 10px;
	}

	.mainvisual .mainvisual-text {
		margin-top: -7%;
	}

	.mainvisual-text p {
		font-size: 0.9em;
	}

	.sec-title-text .flex {
		align-items: start;
	}

	.top3-table {
		overflow-x: auto;
		padding: 3px 0;
	}

	img.campaign-label {
		top: -8%;
	}

	.top3-table table th {
		border-right: solid 1px #FB843E;
	}

	.top3-table table td a {
		padding: 5px;
		margin: 0 10px;
	}

	.ranking-item {
		padding: 0 20px;
	}

	h3.rank-title {
		border-radius: 20px;
	}

	img.rank-comment-arrow {
		width: 6%;
	}

	.rank-point span {
		width: 90%;
	}

	.rank-point-button p {
		font-size: 28px;
	}

	#kaitoriariatyan img.rank-no, #kaitorieden img.rank-no {
		width: 11%;
    	top: 1%;
    	left: 7%;
	}

	.pc-show {
		display: none;
	}

	.tb-show {
		display: block;
	}

	.flow-items {
		justify-content: center;
	}

	.flow-items > img {
    	margin-bottom: 0;
    	width: inherit;
    	transform: rotate(90deg);
    }

	.flow-item {
		width: 100%;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.flow-item > img {
		width: 50%;
		border-radius: 20px;
		padding: 30px;
	}

	.flow-item .sp-wrap {
		width: 50%;
		margin: 0 0 0 -40px;
	}

	.flow-item .flow-item-p {
		background-color: inherit;
		padding: 50px 0 0 0;
	}

	.flow-item-p p {
		margin: 0 0 0 40px;
		font-size: 30px;
	}

	#footer {
		margin: 0 10%;
	}

	.foot-item dl {
		padding: 20px;
	}

	.foot-item dd {
		padding: 10px 10px 10px 30px;
	}
}



@media screen and (max-width: 767px) {

	.mainvisual-back {
		background: url(../img/fvhaikei_sp.png);
		background-size: cover;
        background-position: center;
	}

	.mainvisual .firstview-sp {
		display: block;
	}

	.mainvisual .firstview-pc {
		display: none;
	}

	.mainvisual .sec-title {
		width: 90%;
		margin-top: 30px;
	}

	.mainvisual .fv-woman {
		width: 65%;
		margin-left: 40%;
        margin-top: -20%;
	}

	.mainvisual .mainvisual-text {
		width: 43%;
		margin-top: -83%;
		margin-left: 5%;
		margin-bottom: 10%;
	}

	.mainvisual-text p {
		width: 100%;
		font-size: 1em;
	}

	.mainvisual-text p:before {
		width: 8px;
    	height: 8px;
	}

	.sec-title-yellow {
		font-size: 18px;
	}

	.sec-title-yellow .sec-title-text {
		padding: 11px;
	}

	.title-deco-text {
		max-width: 14%;
	}

	#about p:nth-of-type(2) {
		font-size: 17px;
	}

	.yellow-text {
		font-size: 24px;
	}

/*	img.sec-title-text-img {
		width: 80%;
	}*/

	h3.rank-title {
		font-size: 22px;
	}

	img.ranking-campaign-label {
        width: 40%;
        left: -3%;
        top: -2%;
	}

	img.rank-comment-arrow {
        width: 6%;
        left: 27%;
        top: -40%;
	}

	.rank-comment {
		font-size: 16px;
		margin: 5px 0;
	}

	.rank-main > img {
		width: 100%;
		padding-right: 0;
		padding-bottom: 5px;
	}

	.rank-main .rank-main-score {
	    width: 100%;
	}

	.rank-main-score .rank-main-score-first p {
		padding-top: 0;
	}

	.sp-table {
		display: block;
	}

	.pc-table {
		display: none;
	}

	.sp-show {
		display: block;
	}

	.rank-sub .sp-table-1 th:first-of-type {
		width: 5%;
	}

	.rank-sub table th:first-of-type {
	    width: 10%;
	}

	.rank-sub table th {
    	width: 10%;
    }

	#kaitorikoutaro .rank-sub .sp-table-2 tr:nth-of-type(2) td:nth-of-type(1), #kaitorikoutaro .rank-sub .sp-table-2 tr:nth-of-type(2) td:nth-of-type(2) {
	    background-color: inherit;
	}

	.rank-point {
		padding: 25px;
	}

	.rank-point h4 {
		font-size: 20px;
		line-height: 20px;
		word-break: keep-all;
    	overflow-wrap: anywhere;
	}

	.rank-point-text {
		font-size: 16px;
	}

	.rank-point-text .check {
		line-height: 20px;
		text-indent: 0;
        padding-left: 1em;
        padding-bottom: 3px;
        margin: 15px;
	}

	.rank-point-text .check:before {
		width: 30px;
		height: 30px;
		left: -20px;
	}

	.rank-point-button p {
		font-size: 16px;
		/*word-break: auto-phrase;*/
		word-break: keep-all;
    	overflow-wrap: anywhere;
	}

	.rank-point-button a {
		font-size: 19px;
		margin: 0;
		padding: 15px;
		border-radius: 30px;
		/*word-break: auto-phrase;*/
		word-break: keep-all;
    	overflow-wrap: anywhere;
	}

	.rank-point-button a:hover {
		padding: 12px;
	}

	#kaitoriariatyan img.rank-no, #kaitorieden img.rank-no {
		width: 13%;
        top: -1%;
		left: 9%;
	}

	.flow-item-p p {
		font-size: 20px;
		/*word-break: auto-phrase;*/
		word-break: keep-all;
    	overflow-wrap: anywhere;
	}

	.flow-items > img {
		width: 5%;
	}

	.flow-item .flow-item-p {
		padding: 30px 0 0 0;
	}

	.flow-item > img {
		padding: 20px;
	}

	.faq-menu-wrap {
		margin: 40px 0 0 0;
	}

	.label, .detail {
		font-size: initial;
		padding: 20px 20px 20px 15%;
	}

	.label:before, .detail:before {
		left: 5%;
	}

	.menu-button {
		padding-right: 10%;
	}

	.menu-button:before, 
	.menu-button:after {
		right: 0;
	}

	#footer {
		padding: 10px;
		letter-spacing: 1px;
		margin: 0;
	}

	.foot-item dl {
		padding: 10px 0;
		font-size: 12px;
	}

	.foot-item dd {
		padding: 10px;
	}

	.sec-title-text-img.tb-show {
		display: none;
	}

}



@media screen and (max-width: 500px) {
	img.rank-comment-arrow {
        width: 8%;
        left: 12%;
        top: -30%;
    }
}


@media screen and (max-width: 460px) {

	.title-deco-text {
		max-width: 23%;
	}
}