@import url(fonts/notosansjp.css);

.center {text-align:center;}
.left {text-align:left;}
.right {text-align:right;}
.mt0 {margin-top:0px;}
.mt10 {margin-top:10px;}
.mt15 {margin-top:15px;}
.mt20 {margin-top:20px;}
.mt25 {margin-top:25px;}
.mb0 {margin-bottom:0px !important;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.pr20 {padding-right:20px;}
.pt0 {padding-top:0px;}
.pt20 {padding-top:20px;}
.pt40 {padding-top:40px;}
.pb0 {padding-bottom:0px;}
.pb20 {padding-bottom:20px;}
.pb25 {padding-bottom:25px;}
.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}
.mr10 {margin-right:10px;}
.ml10 {margin-left:10px;}
.center img {width:100%;}
.pc {display:block;}
.sp {display:none;}
.pc-inline {display:inline;}
a:hover {opacity:0.5;}
body {
	overflow-x: auto;
}
.container {
	background:#FAFAFB;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-family: 'Noto Sans JP', sans-serif;
}
.slick-dotted.slick-slider {
    width: 100%;
    margin: 30px auto 0px auto;
}
section.step {
	margin:0px auto;
	text-align:center;
}
.campaign-img {
	padding-bottom:55px;
	background: #d0b68d;
}

h2.title {
	font-family: 'Noto Sans JP', sans-serif;	
	background:#391f1f;
	color:#FFF;
    padding: 10px 0px;
    text-align: center;
	letter-spacing: 0.3em;
	font-size:54px;
	margin-bottom:30px;
}

.title-icon {vertical-align: top;}


h3.otg-subject {
    background: #ff6060;
    color: #FFF;
    padding: 10px;
    position: relative;
    padding: 2rem 0;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
}

h3.otg-subject:after {
    position: absolute;
    border: 2px solid #fff;
    content: "";
    top: 5px;
    bottom: 5px;
    left: -1px;
    right: -1px;
}
h3.otg-subject span {
	display:inline;
}
/* 買取実績 */
.items img {
	width:100%;
}
.achievement-item {
    width: 100%;
	display: inline-table;
	text-align:center;
}
.slick-slide img {
	width:95%;
}
.total-price {
	background:#8f6d61;
	color:#FFF;
}
.item-img {
	width:100%;
}

.otg-after {
    display: grid;
    width:90%;
    gap: 10%;
    grid-template-columns: auto auto;
    margin:0px auto;
    padding-bottom:30px;
}

.bg-recommendation {
    background: #D4DCD9;
}
.recommendation {
    width: 80%;
    margin: 50px auto;
    text-align: center;
    max-width:1100px;
}

img.slick-icon {
	display:inline-block;
	margin:0px auto;
}
.achievement-item span.total {
	font-family: "Times New Roman";
}
.achievement-item span.price {
	font-family: sans-serif;
	font-size:2em;
    color: #FFF;
	font-weight: bold;
	padding-left:5px;
    text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -0px 0 #000, 1px 2px 0 #000, 0-1px 0 #000, 0px 0 0 #000, 1px 0 0 #000;	
}
.achievement-item span.price span {
	font-size:1.4em;
}
.top {
	padding-bottom:25px;
}
.top img {
	width:100%;
}
.top p {
    text-align: left;
    margin: 0px auto;
    line-height: 1.4em;
	padding-bottom: 2px;
	font-size:22px;
}
.top .top-wrap {
	text-align:center;
}
.top .top-text {
	width: auto;
	margin:0px auto;
	display:inline-block;
}
/* slide */
.flow-item {
	display:block;
}
.flow-items-sp {
	display:none;
}
.top a {
	text-decoration: underline;
}
/* おてがる3ステップ */
.step-wrap {
	margin-top:20px;
	margin-bottom:20px;
}
.step-box-inner {
    width: 32%;
	display: inline-table;
	position:relative;
}
.step-box {
    width: 90%;
	text-align:center;
	background: #f8eada;
    border-collapse: separate;
	border-spacing: 5px 0;
	padding: 10px;
	position:relative;
	margin:0px auto;
}
.step-box img {
	padding-right:10px;
}

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

.step-box p.title {
	color: #FFF;
	font-weight:bold;
	text-shadow:1px 1px 0 #000, -1px -1px 0 #000,
				-1px 1px 0 #000, 1px -1px 0 #000,
				0px 1px 0 #000,  0-1px 0 #000,
				-1px 0 0 #000, 1px 0 0 #000;
    font-size: 1.5em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-align: left;
	padding-left: 10px;
	padding-top:10px;		
}
.step-box p.step-description {
    line-height: 2em;
	font-size: 1.3em;
    text-align: left;
	padding-left: 10px;
	font-weight:bold;	
    margin-top: 0px;
	padding-top: 0px;	
	padding-bottom:30px;
}
.step-box p span {
	border-bottom:4px solid #ae9285;
}

.step-box p.step-last {
    line-height: 1.5em;
	font-size: 1.3em;
    text-align: left;
	padding-left: 10px;	
	font-weight:bold;
    margin-top: 0px;
	padding-top: 0px;	
	padding-bottom:10px;
}

.step-box-block {
	background: #f8eada;
    height: calc(tan(60deg) * 115% / 2);
    width: 80px;
    clip-path: polygon(0 0, 45% 50%, 0 100%);
    position: absolute;
    top: 0;
    left: 95%;	
}

.step-box .text-description {
	padding-top:15px;
	font-size:1em;
}
/* お客様の声 */
.voices {
	width:80%;
	text-align:center;
	margin:0px auto;
	max-width:1100px;
}
.voices img {
	width:100%;
}
/* 買取ジャンル */
.bg-genre {
    background: #D4DCD9;
    margin:0px auto;
}
.genre-wrap {
	background:#eee9e7;
	text-align:center;
}
.genre-items {
	width:80%;
	margin:0px auto;
	max-width:1100px;
	text-align:center;
}
.genre {
    width: 32%;
	display: inline-table;
	margin-bottom:40px;
	font-size:24px;
}
.genre p{
	text-align:center;
}
.brand-button {
    background: #FF687B;
    color: #FFF;
    padding: 15px 30px 20px 30px;
	border-radius: 30px;
	box-shadow: 2px 2px 2px #723f3f;
	text-decoration-line: none;
    width: 50%;
	display: inline-block;
	font-weight:bold;
	font-size:32px;
}
.brand-button img {
    vertical-align: bottom;
    padding-right: 5px;
}
.genre img {
	width:100%;
}

/* 買取ブランド一覧 */
.bg-brand {
	background:#A2B8B0;
	padding-bottom:40px;
}

/* よくある質問 */
.qa__contents {
    width: 80%;
    margin: 0 auto;
    max-width:1100px;
}
.qa__item {
    width: 100%;
    margin-left: auto;
    margin-bottom: 0px;
    border: 1px solid #000;
    background: #FFF;
}
.accordion {
    position: relative;
}
.accordion__head {
    background: #FFF;
    color: #000;
    padding: 20px 0px 20px 55px;
    max-width: 100%;
    position: relative;
	font-weight:normal;
	font-size:25px;
}
.accordion__head:hover {
    cursor: pointer;
}
.accordion__icon {
    position: absolute;
    top: 50%;
    right: 14px;
}
.accordion__icon.is-open .qa__item__bar2 {
    display: none;
}
.accordion-icon_bars {
    width: 14px;
    height: 14px;
    display: block;
    position: relative;
}

.qa__item__bar1,
.qa__item__bar2 {
    width: 14px;
    height: 3px;
    background: #666;
    border-radius: 20px;
}

.qa__item__bar1 {
    position: absolute;
    transform: translateY(-50%);
    content: "-";
    transform: rotate(0deg);
}

.qa__item__bar2 {
    position: absolute;
    transform: translateY(-50%);
    content: "-";
    transform: rotate(90deg);
}

.accordion__body {
    display: none;
    background: #fff;
    padding: 10px 55px 15px 55px;
    font-weight: 700;
	color: #000;
}
.accordion__body-in {
    border-radius: 4px;
    line-height:1.4em;
	font-weight:normal;
	font-size:18px;
}
.accordion__body-in a {
	text-decoration: underline;
}
.qa__contents p.etc {
	font-size:18px;
    text-align: center;
    padding-top: 30px;
}
/* 利用規約 */
.terms-wrap {
    width: 90%;
    margin: 0px auto 10% auto;	
}
.terms {
    width: 90%;
    margin: 0px auto 20px auto;
    padding: 25px 10px 20px 0px;
	position: relative;	
	border-bottom:1px solid;
}

.terms a {
    vertical-align: middle;
    position: absolute;
	right: 0;
    color: #888;

}


.footer {
	position: fixed;
	bottom: 0;
	margin-top: auto;	
	width: 100%;
	background: rgba(178,178,178,0.5);
    color: #fff;
    text-align: center;
	padding: 30px 0;
}
.line-button {
    background: #06c755;
    color: #FFF;
    width: 50%;
    display: block;
    margin: 0px auto;
    padding: 15px 0px;
    font-size: 1.6em;
    border-radius: 30px;
	box-shadow: 2px 2px 2px #288950;
	font-weight: bold;
}
p.annotation {
	font-size:18px;
	text-align:center;
}

/* top-contents */
.top-contents {
	width:80%;
	margin:0px auto;
	text-align:center;	
	max-width:1100px;
}
.top-contents img{
	width:100%;
}
.top-contents .title{
	width:auto;
/*	max-width:316px;
*/	margin:30px auto;
}
/* flow */

.bg-flow {
	background:#A2B8B0;
}
.flow,
.items {
	width:80%;
	margin:0px auto;
	max-width:1100px;
}

.flow .flow-inner {
    width: 95%;
    margin: 0px auto;
    padding: 20px 0px 0px 0px;
}

.flow-bg-white {
    position: relative;
    background: #FFF;
    padding: 2em;
}

.flow-bg-white:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #FFF transparent transparent transparent;
    border-width: 20px 50px 0 50px;
    z-index: 100;
}

.flow-bg-gray:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #D9D9D9 transparent transparent transparent;
    border-width: 20px 50px 0 50px;
    z-index: 100;
}


.flow-bg-gray {
    position: relative;
    padding: 2em;
    background: #D9D9D9;
}
.btn-wrap {
	text-align: center;
}
.btn-green {
    background-color: #6DB9A0;
    padding: 10px 20px;
    display:inline-block;
}
.btn-green a{
    padding: 10px 20px;
    color:#FFF;
}
.step-icon-group {
    display: inline-flex;
    justify-content: space-between;
    gap: 20px;
    vertical-align: middle;
}

.step-number {
    max-width: 100px;
    display: inline-block;
}

.step-icon {
    max-width: 220px;
    display: inline-block;
}

.step-description {
    display: inline-block;
    padding-left: 7%;
}
.flow-bg-gray-last {
    position: relative;
    padding: 2em;
    background: #D9D9D9;
}

.step-icon img,
.step-number img {
	width:100%;
}

/*items */
.bg-items {
	background:#A2B8B0;
	padding-bottom:20px;
}

/* voice */
.bg-voice {
	background:#D4DCD9;
}

/* brands */
.bg-brand-inner {
	background:#fff;
	width:80%;
	margin:0px auto;
	padding:5%;
	text-align:center;
	max-width:1100px;
}
.bg-brand-inner img.brand-all{
	width:100%;
}
.brand-list-text {
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
    padding: 10px 20%;
}

/* よくある質問 */
.bg-qa {
	background:#D4DCD9;
	padding-bottom:30px;
}

.bg-footer {
	background:#FFF;	
}
.recommendation img {
	width:100%;
}
.slide-inner {
	width:90%;
	margin:0px auto;
}
.brand-button .icon {
	padding-left:10px;
}
.icon-list {
    display: grid;
    gap: 20px;
    grid-template-columns: auto auto auto;	
}
@media (max-width: 1200px) {
    .top-contents,
    .recommendation,
    .voices,
    .genre-items,
    .bg-brand-inner,
    .qa__contents
     {
        max-width: 940px;
    }
}

@media (max-width: 768px) {
    .top-contents,
    .recommendation,
    .voices,
    .genre-items,
    .bg-brand-inner,
    .qa__contents
    {
        max-width: 720px;
    }
}

@media (min-width: 1200px) {
    .top-contents,
    .recommendation,
    .voices,
    .genre-items,
    .bg-brand-inner,
    .qa__contents
    {
        max-width: 1100px;
    }

}

@media screen and (min-width: 0px) and (max-width: 980px) {
	body {
		overflow-x: hidden;
	}
	/*カルーセル矢印カスタマイズ*/
	.flow-items-sp .slick-prev{
	    border-right: 6px solid #444;
	    border-bottom: 6px solid #444;
	    left: 45px;
	    z-index:1;
	    top: 45%;
	}
	.flow-items-sp .slick-next{
	    border-right: 6px solid #444;
	    border-bottom: 6px solid #444;
	    right: 45px;
	    z-index:1;
	    top: 45%;	    
	}
	.flow-items-sp .slick-prev,
	.flow-items-sp .slick-next,
	.multiple-min-items .slick-prev,
	.multiple-min-items .slick-next {
		width:40px;
		height:40px;
	}

	.slide-inner {
		width:100%;
	}
	.pc-inline {display:none;}
	.pc {display:none;}
	.sp {display:block;}
	.top-contents {
		width:90%;
	}
	p.annotation {
		font-size:24px;
	}	
	.pr20 {padding-right:0px;}
	h2.title {
		font-size:56px;
	}
	.top p {
		font-size:24px;
	}
	h3.otg-subject span {
		display:block;
	}
	/* slide */
	.flow-item {
		display:none;
	}
	.flow-items-sp {
		display:block;
	}

	.otg-after {
		width: 100%;
        gap: 40px;
	}
	.recommendation {
	    width: 90%;
	}
	.bg-brand-inner {
		width:90%;
	}
	.step-box {
		display:inline-block;
		width: 95%;
		margin-bottom:25px;
		padding: 10px 30px;
		font-size: 22px;
		margin-bottom:10%;
	}
	.step-box:after{
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		width: 0px;
		height: 0px;
		margin: auto;
		border-style: solid;
		border-color: #f8eada transparent transparent transparent;
		border-width: 7vw 48vw 0 48vw;
	}	
	.step-box img {
		width:100%;
		padding: 0px;
	}
	.step-box p.title {
		font-size:55px;
	}
	.step-description {
	    padding-left: 2%;
	}
	.step-box p.step-description {
		height:auto;
		font-size: 50px;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
	.step-box p.step-last {
		height:auto;
		font-size: 50px;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}
	.step-box p span {
		border-bottom:9px solid #ae9285;
	}
	.step-box .text-description {
		font-size:30px;
		padding-bottom:20px;
		font-weight: 500;
	}
	.flow, 
	.items,
	.voices {
		width:90%;
	}
	.flow .flow-inner {
		width:100%;
	}
	.genre {
		width:49%;
	}
	.genre-items {
		width:100%;
	}
	.brand-list-text {
		font-size:21px;
		padding:10px 15%;
	}
	.brand-button {
		width: 80%;
	}
	.qa__contents {
		width:95%;
	}
    .accordion__head-sp {
		font-size: 30px;
		padding: 30px 0px 30px 45px;
	}
    .accordion__body-sp {
		font-size: 24px;
		padding: 10px 55px 15px 45px;
	}
	.accordion-icon_bars {
		width: 30px;
		height: 30px;
	}
	.qa__item__bar1, .qa__item__bar2 {
		width: 30px;
	}
	.qa__contents p.etc {
		font-size:24px;
		padding-bottom: 20px;
	}
	.accordion__body-in {
		font-size:24px;
	}
	.terms-wrap {
		margin-bottom: 30%;
	}
	.terms-wrap p{
		font-size:24px;
	}
	.terms a {
		font-size:24px;
	}
	.footer {
		padding: 50px 0;
	}
	.line-button {
		letter-spacing: 0.2em;
		font-size:50px;
		padding: 25px 0px 30px 0px;
		width:90%;
	}
}