@charset "UTF-8";

#feature_wrapper{
	background: none;
}

#feature_wrapper #feature_content{
	width: 100%;
	margin: 0;
}

#feature_wrapper .g_nav,
#feature_wrapper .section_inner{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	box-sizing: border-box;
}

#feature_wrapper #feature_content h2{
	margin-bottom: 30px;
	font-size: 40px;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

#feature_wrapper p{
	margin-bottom: 40px;
	font-size: 27px;
	color: #545454;
	text-align: center;
	line-height: 1.4;
}

#feature_wrapper p.store_dis{
	margin-bottom: 10px;
}

#feature_wrapper #feature_content p small{
	font-size: 18px;
	color: #f00;
}

#feature_wrapper div.d_btn {
	box-sizing: border-box;
}

#feature_wrapper div.d_btn:not(:last-of-type) {
	margin-bottom: 40px;
}

#feature_wrapper div.d_btn a{
    position: relative;
    display: block;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #000;
    border: 1px solid #acacac;
    border-radius: 20px;
    line-height: 1;
    letter-spacing: .3rem;
}

#feature_wrapper div.d_btn a::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30px;
	width: 0;
	height: 0;
	border: 20px solid #000;
	border-color: transparent transparent transparent #000;
}

#feature_wrapper .section001{
	margin-bottom: 80px;
	background: #ededed;
}

#feature_wrapper .section002,
#feature_wrapper .section003,
#feature_wrapper .section004,
#feature_wrapper .section005{
	margin-bottom: 80px;
}

#feature_wrapper .section002 p:last-of-type{
		margin-bottom: 0;
}

#feature_wrapper .section002 p small{
	display: inline-block;
	margin-top: 20px;
}

#feature_wrapper .section003 ul{
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 30px;
}

#feature_wrapper .section003 ul li{
	width: calc(94% / 3);
	max-width: calc(900px / 3);
	padding: 40px 20px;
	background: #1e2b77;
	border-radius: 45px;
	overflow: hidden;
}

#feature_wrapper .section003 ul li:not(:last-of-type){
	margin-right: 30px;
}

#feature_wrapper .section003 ul li span{
	position: relative;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	display: inline-block;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1.4;
}

#feature_wrapper .section004 .case_box{
	margin-bottom: 30px;
}

#feature_wrapper .section004 .case_box small{
    display: block;
    text-align: right;
    color: #f00;
    font-size: 14px;
}

#feature_wrapper .section006 .container{
	margin-bottom: 40px;
}


@media screen and (max-width:1024px){
	#feature_wrapper .section_inner{
		padding: 0 2%;
	}

	#feature_wrapper #feature_content h2{
		margin-bottom: 4%;
		font-size: 33px;
	}

	#feature_wrapper p{
		margin-bottom: 4%;
		font-size: 21px;
	}

	#feature_wrapper #feature_content p small{
		font-size: 15px;
	}

	#feature_wrapper div.d_btn a{
	    padding: 3%;
	    font-size: 27px;
	}

	#feature_wrapper div.d_btn:not(:last-of-type) {
		margin-bottom: 4%;
	}

	#feature_wrapper div.d_btn a::after{
		right: 3%;
		border-width: 15px;
	}

	#feature_wrapper .section001{
		margin-bottom: 8%;
	}

	#feature_wrapper .section002,
	#feature_wrapper .section003,
	#feature_wrapper .section004,
	#feature_wrapper .section005{
		margin-bottom: 8%;
	}

	#feature_wrapper .section002 p:last-of-type{
		margin-bottom: 0;
	}

	#feature_wrapper .section002 p small{
		margin-top: 2%;
	}

	#feature_wrapper .section003 ul{
	    margin-bottom: 3%;
	}

	#feature_wrapper .section003 ul li{
		padding: 6% 2%;
	}

	#feature_wrapper .section003 ul li:not(:last-of-type){
		margin-right: 3%;
	}

	#feature_wrapper .section003 ul li span{
		font-size: 21px;
	}

	#feature_wrapper .section004 .case_box{
		margin-bottom: 3%;
	}

	#feature_wrapper .section006 .container{
		margin-bottom: 4%;
	}
}


@media screen and (max-width:768px){
	#feature_wrapper .sp_none{display: none;}

	#feature_wrapper #feature_content h2{
		font-size: calc(1vw * calc(33 / 7.68));
	}

	#feature_wrapper p{
		font-size: calc(1vw * calc(14 / 3.75));
		text-align: left;
	}

	#feature_wrapper p.store_dis{
		font-size: calc(1vw * calc(13 / 3.75));
	}


	#feature_wrapper #feature_content p small{
		font-size: calc(1vw * calc(12 / 3.75));
	}

	#feature_wrapper div.d_btn a{
	    font-size: calc(1vw * calc(27 / 7.68));
	    border-radius: 5px;
	}

	#feature_wrapper div.d_btn a::after{
		border-width: 8px;
	}

	#feature_wrapper .section003 ul{
		display: block;
	}


	#feature_wrapper .section003 ul li{
		width: 100%;
		max-width: none;
		padding: 4% 2%;
		border-radius: 10px;
		text-align: center;
	}

	#feature_wrapper .section003 ul li:not(:last-of-type){
		margin-right: 0;
		margin-bottom: 3%;
	}

	#feature_wrapper .section003 ul li span{
		position: static;
		transform: none;
		font-size: calc(1vw * calc(16 / 3.75));
	}

	#feature_wrapper .section004 .case_box small{
	    font-size: 12px;
	}
}


/*アニメーション対応*/
#feature_wrapper .section002 h2 span,
#feature_wrapper .section004 h2 span {
    position: relative;
    display: inline-block;
    line-height: 1;
    z-index: 1;
}

#feature_wrapper .section002 h2 span.is_active::after,
#feature_wrapper .section004 h2.is_active span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 15px;
    background: #dbcd90;
    z-index: -1;
    animation: line-draw .4s linear 0s 1 alternate forwards;
}

@media screen and (max-width:500px){
    #feature_wrapper .section002 h2 span.is_active::after,
    #feature_wrapper .section004 h2.is_active span::after {
        height: 7px;
    }
}

@keyframes line-draw {
    0%{
        width: 0%;
    }

    100%{
        width: 100%;
    }
}

/*スライダー対応*/
#feature_wrapper .slick-slide{
	height: auto;
}

#feature_wrapper .slider{
	margin-bottom: 0px;
}

#feature_wrapper .slider .slick-slide{
	border:1px solid #acacac;
	border-radius: 10px;
	overflow: hidden;
	box-sizing: border-box;
}

#feature_wrapper .slider .slick-img{
	position: relative;
}

#feature_wrapper .slider .slick-img > p{
	position: absolute;
	top: 0;
	transform: translateY(-48px);
	left: 0;
	width: 100%;
	margin: 0;
	padding: 10px;
	font-size: 20px;
	background: rgba(0, 0, 0, .8);
	color: #fff;
	box-sizing: border-box;
	text-align: left;
	transition: .8s .4s all;
}

#feature_wrapper .slider .slick-img.slick-current > p{
	transform: translateY(0);
}

#feature_wrapper .thumbnail .slick-list{
	padding-top: 20px;
}

#feature_wrapper .thumbnail-img{
	position: relative;
	border: 4px solid transparent;
	box-sizing: border-box;
}

#feature_wrapper .thumbnail-img::after{
	content: "";
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border: 10px solid transparent;
}

#feature_wrapper .thumbnail-img.slick-current{
	border-color: #000;
}

#feature_wrapper .thumbnail-img.slick-current::after{
	border-color: transparent transparent #000 transparent;
}

#feature_wrapper .slick-prev, 
#feature_wrapper .slick-next{
	width: 30px;
    height: 30px;
    z-index: 10;
}

#feature_wrapper .slick-prev{
	left: 5px;
}

#feature_wrapper .slick-next{
	right: 5px;
}

#feature_wrapper .slick-prev:before, 
#feature_wrapper .slick-next:before{
	font-size: 30px;
	color: #000;
}

@media screen and (max-width:768px){
	#feature_wrapper .slider .slick-img > p{
		padding: 8px;
		font-size: 12px;
		transform: translateY(-60px);
		text-indent: -1.5rem;
		padding-left: 2.4rem;
	}

	#feature_wrapper .thumbnail .slick-list{
		padding-top: 10px;
	}

	#feature_wrapper .thumbnail-img{
		border-width: 2px;
	}

	#feature_wrapper .thumbnail-img::after{
		border-width: 5px;
		top: -12px;
	}

	#feature_wrapper .slick-prev, 
	#feature_wrapper .slick-next{
		width: 20px;
		height: 20px;
	}

	#feature_wrapper .slick-prev:before, 
	#feature_wrapper .slick-next:before{
		font-size: 20px;
	}
}