@charset "utf-8";

/* ////////////////////////////////////////
PC,SP共通 
//////////////////////////////////////// */
.contents-2column {
		width: 74.5%;
		  
    
    background: none;
    padding:0px;
    border: 0px solid #cdcdcd;
	}
.main-visual .contents{
	position: relative;
}
.main-visual img{
	width: 400px;
    height: 220px;
    object-fit: contain;
}
.main-slider{
	z-index: 0;
}

/* slick */
.slick-dotted.slick-slider{
    margin: 0;
}
.slick-prev,
.slick-next {
	z-index: 10;
}
.slick-arrow.contents {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.main-slider .slick-prev:before,
.main-slider .slick-next:before{
    font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: block;
    opacity: 1;
}
.main-slider .slick-prev:before{
	content: "\f053";
}
.main-slider .slick-next:before{
	content: "\f054";
}

.slick-dots{
    z-index: 20;
}
.slick-dots li button{
    outline: auto;
    background: none;
}
.slick-dots li button:before{
    content: "";
    background: #b3b3b3;
    opacity: 1;
}
.slick-dots li.slick-active button:before{
	background: #fff;
	opacity: 1;
}


.slick-dots li,
.slick-dots li button,
.slick-dots li button:before{
	outline: 0;
	border: none;
}
/* slick */

.list-top-bnr a{
	display: block;
}

.list-index-shop{
	display: flex;
	flex-flow: row wrap
}

.wrap-recommend{
	display: flex;
	flex-flow: row wrap;
}
.box-recommend{
	position: relative;
	padding: 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.icon-sell:after,
.icon-buy:after{
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 66px;
	height: 66px;
}
.icon-sell:after{
	background: url(../images/icon-sell.png) no-repeat center center;
	background-size: contain;
}
.icon-buy:after{
	background: url(../images/icon-buy.png) no-repeat center center;
	background-size: contain;
}

.img-reco{
	margin-bottom: .5em;
}
.maker-reco{
	display: inline-block;
	margin-bottom: .5em;
	min-width: 100px;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
	border-radius: .75em;
}
.maker1{
	color: #fff;
	background: #c70416; 
}
.maker2{
	color: #fff;
	background: #0f00db;
}
.maker3{
	color: #333;
	background: #ffcc06;
}
.name-reco{
	font-size: 20px;
	line-height: 1.25;
}
.size-reco{
	margin-bottom: .5em;
	font-size: 14px;
}
.new-reco{
	font-size: 15px;
	color: #c70416;
	line-height: 1.5;
}
.used-reco{
	font-size: 15px;
	color: #009b16;
	line-height: 1.5;
}
.new-reco:before,
.used-reco:before{
	display: inline-block;
	margin-right: .25em;
	width: 1.5em;
	font-size: 11px;
	color: #fff;
	text-align: center;
	line-height: 1.5;
	vertical-align: middle;
}
.new-reco:before{
	content: "新";
	background: #c70416;
}
.used-reco:before{
	content: "古";
	background: #009b16;
}

.head-reason{
	position: relative;
}
.head-reason:before,
.head-reason:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
}
.head-reason:after{
	right: 0;
}
.head-reason:before{
	left: 0;
}
.box-reason{
    position: relative;
    background: #fff;
    border: 6px solid #cccccc;
    box-sizing: border-box;
}
.box-reason:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 172px;
	height: 237px;
	z-index: 3;
}
.box-reason:nth-child(1):after{
	background: url(../images/img-reason1.png) no-repeat left bottom;
	background-size: contain;
}
.box-reason:nth-child(2):after{
	background: url(../images/img-reason2.png) no-repeat left bottom;
	background-size: contain;
}
.box-reason:nth-child(3):after{
	background: url(../images/img-reason3.png) no-repeat left bottom;
	background-size: contain;
}
.box-reason:nth-child(4):after{
	background: url(../images/img-reason4.png) no-repeat left bottom;
	background-size: contain;
}

.title-reason{
	position: relative;
	padding: 10px;
    background: #0272be;
	box-shadow:
		3px 3px 5px 0px rgba(255,255,255,0.3) inset,
		-3px -3px 5px 0px rgba(0,0,0,0.3) inset;
}
.title-reason:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
    border-left: 125px solid #82bee2;
	border-bottom: 125px solid transparent;
	z-index: 1;
}
.title-reason img{
	position: relative;
	z-index: 2;
}
.inner-reason{
	padding: 20px 20px 20px 175px;
}
.inner-reason p{
	margin-bottom: 1em;
	line-height: 1.5;
	text-align: justify;
}
.inner-reason .btn{
    color: #fff;
    background: #0272be;
    padding: 0px;
}
.inner-reason .btn:after{
	content: "▶▶";
	margin-left: 1em;
}

.list-bottom a{
	display: block;
}

/*20191129追加*/
.dr-p{
    color: #fff;
    line-height: 1.75;
}
.dg-p{
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0 0 0;	
}
.top-dream{
    background: #1b1b1b;
    margin-bottom: 10px;
    padding: 17px 25px;
}
.top-dream img{
	width:100%;
}
.top-dream img.dr-img{
    margin: auto;
    display: block;
    margin-bottom: 20px;
	max-width:598px;
}
.news-bp{
	display:none;
}
.index .news-bp{
	display:block;
    color: #fff;
    margin-bottom: 20px;
}
.index .t-btm{
    margin-bottom: 20px;	
}
.t-kothin{
	color:#333333;
	border:5px solid #0272be;
	margin-top:0px;
	margin-bottom:28px;
	padding:3%;
	line-height:1.5;
	background: #fff;	
}
.t-kothin-1{
font-size: 23px;
    font-weight: bold;
    color: #0272be;
}
.t-kothin-2{
font-size: 26px;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    display: block;
}
.t-kothin-2:after{
    position: absolute;
    top: 34px;
    left: 0;
    border-bottom: 7px double #0272be;
    content: "";
    height: 1px;
    width: 100%;
}
.t-red{
	color:red;
	font-weight:bold;
}

/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */



/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */
@media screen and (min-width:641px) , print {
/* 	.main-visual{
		margin-bottom: 30px;
	} */

	/* slick */
	
	.main-slider .slick-arrow.contents{
		height: 50px;
	}

	.main-slider .slick-prev{
		left: 0;
	}
	.main-slider .slick-next{
		right: 0;
	}
	.main-slider .slick-prev:before,
	.main-slider .slick-next:before{
		font-size: 30px;
	}
	.main-slider .slick-prev,
	.main-slider .slick-next,
	.main-slider .slick-prev:before,
	.main-slider .slick-next:before{
		width: 30px;
		height: 30px;
	}

	.slick-dots{
		bottom: 6px;
	}
	.slick-dots li{
		margin: 0 8px;
		width: 8px;
		height: 8px;
	}
	.slick-dots li button{
		width: 8px;
		height: 8px;
	}
	.slick-dots li button:before{
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}
	/* slick */
	
	.list-top-bnr{
		margin-bottom: 25px;
	}
	.list-top-bnr li:nth-child(1){
		margin-bottom: 5px;
	}
	.list-top-bnr li:nth-child(2){
		position: relative;

		z-index: 1;
	}
	.list-top-bnr li:nth-child(3){
		margin-top: -33px;
	}
	.list-top-bnr li:nth-child(4){
		margin-top:15px;
	}	
	.list-index-shop{
		justify-content: space-between
	}
	
	.wrap-recommend{
		justify-content: space-between;
		margin: -10px 0;
	}
	.box-recommend{
		margin: 10px 0;
	}
	
	.head-reason{
		margin-bottom: 30px;
		margin-top:-70px;
	}
/* 	.head-reason:before,
	.head-reason:after{
		bottom: -410px;
		border-bottom: 410px solid transparent;
	}
	.head-reason:after{
		border-left: 410px solid #fffbc2;
	}
	.head-reason:before{
		border-right: 410px solid #fffbc2;
	} */
	
	.wrap-reason{
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin: -10px 0;
	}
	.box-reason{
		margin: 10px 0;
		width: 400px;
	}
	
	.list-bottom > li:nth-child(2){
		margin-top: -15px;
	}
	.list-bottom > li:nth-child(6){
		margin-top: 13px;
	}
}
/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */



/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
@media screen and (max-width: 640px){
	.main-visual{
		margin-bottom: 10vw;
	}
	
	/* slick */
	
	.main-slider .slick-arrow.contents{
		height: 7vw;
	}
	.main-visual .slick-prev{
		left: 2vw;
	}
	.main-visual .slick-next{
		right: 2vw;
	}
	.main-slider .slick-prev:before,
	.main-slider .slick-next:before{
		font-size: 7vw;
	}
	.main-visual .slick-prev,
	.main-visual .slick-next,
	.main-visual .slick-prev:before,
	.main-visual .slick-next:before{
		width: 7vw;
		height: 7vw;
	}
	
	.slick-dotted.slick-slider{
		margin-bottom: 0;
	}
	.slick-dots{
		bottom: -6.5vw;
	}
	.slick-dots li{
		margin: 0 2vw;
		width: 3vw;
		height: 3vw;
	}
	.slick-dots li button{
		width: 3vw;
		height: 3vw;
	}
	.slick-dots li button:before{
		width: 3vw;
		height: 3vw;
		border-radius: 50%;
	}
	/* slick */
	
	.list-top-bnr{
		margin-bottom: 10vw;
	}
	.list-top-bnr li:nth-child(1){
		margin-bottom: 4vw;
	}
	.list-top-bnr li:nth-child(2){
		
	}
	.list-top-bnr li:nth-child(3){

	}
	
	.list-index-shop{
		justify-content: center;
		margin: -1.5%;
	}
	.list-index-shop > li{
		margin: 1.5%;
		width: 47%;
	}
	.list-index-shop img{
		width: 100%;
		height: auto;
	}
	
	.wrap-recommend{
		justify-content: center;
		margin: -10px;
	}
	.box-recommend{
		margin: 10px;
	}

	.wrap-reason{
		margin: -10px 0;
	}
	.box-reason{
		margin: 10px 0;
	}
	.head-reason{
		margin-bottom: 2em;
	}
	.head-reason:before,
	.head-reason:after{
		content: none;
	}

	.title-reason img{
		width: auto;
		height: 12vw;
	}
	
	.youtube-index{
		width: 100%;
		height: 50vw;
	}
	
	.list-bottom > li:last-child{
		margin-top: 6%;
	}
	.list-bottom img{
		display: block;
		margin: 0 auto;
		width: 90%;
		height: auto;
	}
	.contents-2column{width:100%;}
	.sp img{width:100%;}
	.box-reason:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 21%;
    height: 110px;
    z-index: 3;
}
	.inner-reason {
    padding: 19px 20px 20px 25%;
}
	
/*20191204追加*/
.t-kothin {
    color: #333333!important;
    border: 5px solid #0272be;
    margin-top: 0px;
    margin-bottom: 28px;
    padding: 3%;
    line-height: 1.5;
    background: #fff!important;
    font-size: 13px;
}
.t-kothin-1 {
    font-size: 16px;
    color: #333333;
}
.t-kothin-2 {
    font-size: 18px;
margin-bottom: 0;
    color: #0272be;
}	
	.t-kothin-2:after{
		display:none;
	}
	
}
/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */