@charset "utf-8";

.head_info h1{
	position: relative;
}
.head_info h1::before{
	content:"南区相模大野の新築分譲マンション「デュオステージ相模大野」公式HP。小田急小田原線相模大野駅徒歩3分。";
	display: inline-block;
    font-size: 10px;
}

/* カレントメニュー */
.h_links ul li.top::before {
    width: 100%;
    transition: 0.3s;
}
.footer_sitemap li.top a {
    background: #dae8c5;
    color: #333;
}
.hummenu ul li.top {
    border-bottom: 1px solid #fff;
}


.btn_read.btn_soon {
	background: #000;
	color: #fff;
	pointer-events: none;
}



.header_h {
    height: 100px;
}

.mv{
	position: relative;
	overflow: hidden;
}
.imgcap.mv_cap01{
	right: unset;
	left: 0;
}
.imgcap.mv_cap02{
	bottom: 38.4%;
}
.imgcap.mv_cap03{
    right: 25%;
}
.imgcap.mv_cap04{}
.mv_text{
	position: absolute;
	top: 0;
	left: 0;
}
.ov_hide {
	overflow: hidden;
}


.info_box .infophp h2 {
	color: #221815;
    padding: 20px 0;
    letter-spacing: 2px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.info_box .infophp p {
	font-size: 16px;
    color: #221815;
    line-height: 30px;
    letter-spacing: 2px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media(max-width: 650px){
	.info_box .infophp p {
		font-size: 12px;
	}

}


/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* belt */
/* belt */
.belt{
	background: #9fb583;
	height: 120px;
	padding: 20px;
}
.belt ul{
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: space-between;
	/* align-items: center; */
	height: 100%;
}
.belt ul li{
	width: calc(100% / 3);
	border-right: solid 1px #fff;
	color: #fff;
	text-align: center;
	font-size: 25px;
	letter-spacing: 0.02em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	font-weight: 500;
}
.belt ul li:last-child{
	border-right: none;
}
.belt ul li .sup{
	width: 100%;
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
	letter-spacing: 0.05em;
	text-align: center;
}
.belt ul li p{
	position: relative;
}
.belt ul li p.belt_mid_size{
	font-size: 24px;
	line-height: 1.2;
}
.belt ul li p.belt_position{
	position: relative;
	/* bottom: 0.3em; */
}
.belt ul li .sup.sup01{
	position: absolute;
	bottom: -1.2em;
	left: 1.5em;
	width: unset!important;
	font-size: 11px;
}
.belt ul li .sup.sup02{
	position: absolute;
	bottom: -1.2em;
	right: -0.5em;
	width: unset!important;
	font-size: 11px;
}
.belt ul li .staname{
	font-size: 28px;
	letter-spacing: 0.1em;
}
.belt ul li .staname .yellow {
	color: #e6ef6e;
	display: block;
}
.belt ul li .staname .yellow.center{
	font-size: 0.85em;
}
.belt ul li .belt_num{
	font-size: 42px;
	padding: 0 5px;
}
@media(max-width: 1300px){
.belt ul li {
	font-size: 20px;
}
.belt ul li span {
	/* font-size: 16px; */
}
}
@media(max-width: 1100px){
.belt ul li {
	font-size: 16px;
}
.belt ul li span {
	/* font-size: 12px; */
}
.belt {
	height: 90px;
	padding: 10px 20px;
}
.belt ul li p.belt_mid_size {
    font-size: 16px;
}
.belt ul li .staname {
    font-size: 26px;
}
.belt ul li .belt_num {
    font-size: 32px;
}
.belt ul li .sup {
    font-size: 11px;
}
}

@media(max-width: 1000px){
.header_h {
    height: 60px;
}
}

@media(max-width: 850px){
	.belt ul li p.belt_mid_size {
		font-size: 18px;
	}
	.belt ul li .belt_num {
		font-size: 28px;
	}
	.belt ul li .staname {
		font-size: 18px;
	}
	.belt ul li .sup {
		font-size: 10px;
	}
	.belt ul li:nth-child(2) {
		width: 40%;
	}
}
@media(max-width: 750px){
.mv .imgcap{
	/* right: 0; */
}
.belt{
	height: auto;
	padding: 20px;
}
.belt ul{
	flex-wrap: wrap;
}
.belt ul li{
	width: 100%;
	border-left: none!important;
	border-right: none!important;
    font-size: 20px;
}
.belt ul li:nth-child(2) {
	width: 100%;
	padding-bottom: 20px!important;
	/* margin-bottom: 15px!important; */
}
.belt ul li:not(:last-child) {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #fff;
}
.belt ul li span {
    font-size: 20px;
    margin-bottom: 5px;
}

.imgcap.mv_cap01 {
    right: 0;
    left: unset;
    bottom: 50%;
}
.imgcap.mv_cap02 {
    bottom: 0;
    right: 50%;
}
.imgcap.mv_cap03 {
    right: 0;
    bottom: 24.9%;
}
}
@media(max-width: 650px){
.belt ul li {
    font-size: 16px;
}
.belt ul li span {
    /* font-size: 14px; */
}
}



/* Information */
.info_box{
	background: #f1f8f7;
	padding: 40px 20px;
	text-align: center;
	margin-bottom: 60px;
}
.info_ttl{
	font-family: 'Cormorant Garamond';
	text-align: center;
	/* text-transform: uppercase; */
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	line-height: 1;
	display: inline-block;
	margin-bottom: 20px;
}
.link_ttl_box{
	margin-bottom: 40px;
}
.info_ttl::after{
	content: "";
	width: 90%;
	margin: 10px auto 0;
	height: 1px;
	background: #333;
	display: block;
}
.info_req_res_box{
	max-width: 600px;
	width: 100%;
	display: flex;
	margin: 40px auto 0;
	justify-content: center;
}
.info_req_res_box > div{
	width: 50%;
	height: 70px;
	font-size: 20px;
	transition: 0.3s;
}
.info_req_res_box > div:hover{
	opacity: 0.8;
	transition: 0.3s;
}
.info_req_btn a{
	/* background: #d2c695; */
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.2em;
	background: linear-gradient(-90deg, #e1b648, #e4d986);
}
.info_res_btn a{
	background: #333;
	color: #fff;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 0.2em;
	/* background: -webkit-linear-gradient( 0deg, #403d5e 0%, #403799 100%); */
	background: linear-gradient(-90deg, #8bb678, #cbd97e);
}
@media(max-width: 1300px){
.info_ttl {
    font-size: 20px;
}
}
@media(max-width: 1000px){
.info_req_res_box > div {
    font-size: 16px;
    height: 50px;
}
}
@media(max-width: 650px){
	/*.info_box {
		margin-bottom: 80px;
	}*/
	.info_ttl {
		font-size: 20px;
	}
	.info_req_res_box > div {
		font-size: 14px;
	}
}

/*バナー*/
.bnr{
	display: block;
	max-width: 1000px;
	margin: 0 auto 60px; 
}
.bnr:hover{
	opacity: 0.5;
}
@media(max-width: 650px){
	.bnr{
		margin: 0 20px 60px 20px; 
	}
}

/* 共通 */
.link_ttl{
	font-family: 'Cormorant Garamond';
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: relative;
	line-height: 1;
	display: inline-block;
	margin-bottom: 4px;
}
/* .link_ttl::before{
	position: absolute;
	content: "";
	bottom: 0.2em;
	right: -10px;
	background: #f06446;
	width: 5px;
	height: 5px;
	border-radius: 10px;
} */
.link_ttl_flex{
	display: flex;
	align-items: flex-end;
}
.link_ttl_line{
	width: 100%;
	height: 1px;
	background: #333;
	margin-left: 1em;
	position: relative;
	bottom: 0.8em;
}
.link_subttl{
	font-size: 12px;
	font-weight: 600;
}
.link_text{
	font-size: 16px;
	display: flex;
	justify-content: left;
	margin-bottom: 40px;
	line-height: 2;
	letter-spacing: 0.05em;
	/* text-align: center; */
}
.link_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 80px;
}
.link_text_box{
	max-width: 500px;
	width: 50%;
}
.link_img_box{
	max-width: 450px;
	width: 45%;
}
.view_more_box{
	max-width: 160px;
	margin-left: auto;
	border-bottom: solid 1px #333;
	/* padding-bottom: 10px; */
}
.view_more_box a{
	font-size: 13px;
	font-weight: 500;
	/* padding-bottom: 10px; */
	display: block;
	cursor: pointer;
	padding-bottom: 10px;
}
.link_flex .view_more_box a span{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	/* transition: 0.5s; */
}
.link_flex .view_more_box a span::after{
	content: "";
	width: 100%;
	max-width: 50px;
	margin-left: 20px;
	height: 1px;
	background: #333;
}
.link_flex .view_more_box a span::before{
	content: "";
	border-right: 3px solid transparent;
	border-bottom: 6px solid #333;
	border-left: 3px solid transparent;
	position: absolute;
	right: -2px;
	transform: rotate(90deg);
}

.view_more_box:hover .rotate{
	transform: rotateX(360deg);
	transition: 0.5s;
}

@media(max-width: 1300px){
	.link_text{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.link_ttl {
		font-size: 32px;
	}
	.link_ttl_box {
		margin-bottom: 30px;
	}
}
@media(max-width: 1000px){
.link_text {
    font-size: 14px;
    display: flex;
    /* justify-content: center; */
    margin-bottom: 30px;
    line-height: 2;
}
}
@media(max-width: 650px){
.link_flex{
	flex-wrap: wrap;
	max-width: 450px;
	margin: 0 auto;
	padding-bottom: 60px;
}
.link_text_box{
	order: 2;
	width: 100%;
	max-width: unset;
}
.link_img_box{
	order: 1;
	width: 100%;
	max-width: unset;
	margin-bottom: 20px;
}
.link_ttl {
    font-size: 28px;
}
.link_text {
    font-size: 13px;
}
.link_ttl_box {
    margin-bottom: 15px;
}
.link_text {
    margin-bottom: 20px;
}
.link_ttl_flex_sp{
	display: flex;
    align-items: flex-end;
}
.link_subttl {
    font-size: 11px;
}
.view_more_box a span::before {
    content: "";
    border-right: 3px solid transparent;
    border-bottom: 6px solid #333;
    border-left: 3px solid transparent;
    position: absolute;
    right: -2px;
    transform: rotate(90deg);
}
.view_more_box a span::after {
    content: "";
    width: 100%;
    max-width: 50px;
    margin-left: 20px;
    height: 1px;
    background: #333;
}
.view_more_box a span {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
}


/* slick */
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
#slider .slick-dots {
    bottom: 5px;
}
#slider .slick-dots li button:before {
    font-size: 10px;
}
#slider .slick-dots li button:before {
    color: #6c6c6c;
}
#slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: rgb(255, 255, 255);
}





/* index_obi */
.index_obi {
	background: #f0ffd9;
	padding: 35px 0;
	margin-bottom: 115px;
}
.index_obi p {
	font-family: 'Cormorant Garamond';
    text-align: center;
    text-transform: uppercase;
	font-size: 48px;
	letter-spacing: 0.1em;
}
.index_obi.pos_re:after {
	content: "";
	height: 50px;
	width: 1px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translate(0 , -50%);
	background: #000;
}


/* fujisawa_top_bunner */
.top_design_bunner {

}
.top_bunner_ttl {
	font-family: 'Cormorant Garamond';
	text-align: center;
	text-transform: uppercase;
	color: #044d47;
	font-size: 54px;
	letter-spacing: 0.1em;
	margin-bottom: 40px;
}
.top_bunner_ttl.pos_re:after {
	content: "";
	width: 7%;
	margin: 30px auto 0;
	height: 1px;
	background: #333;
	display: block;
}
.sec_pd_bottom {
	padding-bottom: 80px;
}
.sec_bottom {
	padding: 80px 0;
}
.top_bunner_flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.top_bunner_flex_txt {
	width: 40%;
}
.top_bunner_flex_img {
	width: 56%;
}
.top_link_p_ttl {
	font-size: 24px;
	margin-bottom: 30px;
	font-weight: 500;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
.top_link_p {
    margin: 0 0 40px;
    font-size: 16px;
    color: #221815;
    line-height: 30px;
    letter-spacing: 2px;
    text-align: justify;
    margin-bottom: 50px;
}
.btn_read{
	border: 1px solid;
	height: 50px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position:relative;
	max-width: 350px;
}
.btn_read::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 0;
	z-index: 1;
	background: #9fb583;
	transition: .2s;
}
.btn_read.btn_white::before{
	background: unset;
}


.btn_read:hover p{
	color: #fff;
	position: relative;
	z-index: 5;
}
.btn_read:hover::before{
	width: 100%;
}
.btn_read:hover::after{
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.btn_read::after{
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate( 
45deg);
    transform: rotate( 
45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    margin: auto;
    content: "";
    vertical-align: middle;
    z-index: 5;
}
.btn_read.btn_white::after{
	border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.btn_read  p{
	line-height: 0;
	text-transform: uppercase;
}
.btn_read img{
	height: 13px;
}
.btn_white p{
	color: #fff;
}
.p_white,.btn_white{
	color: #fff !important;
}
.btn_white{
	border:1px solid #fff !important;
}
.btn_read.btn_white:hover::before{
	background: #fff;
}
.btn_read.btn_white:hover p{
	color: #000;
}

.btn_read.btn_white:hover::after{
	border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.top_bunner_flex_img.pos_re img {
	position: relative;
	z-index: 10;
}
.top_bunner_flex_img.pos_re:after {
	content: "";
	background: #f6ffe4;
	height: 46%;
	width: 117%;
	max-width: 650px;
	max-height: 190px;
	position: absolute;
	bottom: -10%;
	right: -20%;
	/* transform: translate(0 , -50%); */
	z-index: 5;
}
.bg_color {
	background: #f6ffe4;
}

.top_bunner_flex_img.pos_re.left:after {
	right: unset;
	left: -20%;
	background: #dae8c4;
}

.top_bunner_flex_img.pos_re.bunner_bg01:after {
	background: #f6ffe4;
}

.top_bunner_flex_img.pos_re.bunner_bg02:after {
	background: #dae8c4;
}

.imgcap {
	z-index: 15;
}
.company_info h2{
	max-width: 138px;
	padding: 10px 20px;
	margin: 0px auto 40px;
	position: relative;
}
.company_info h2::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 30px;
	height: 1px;
	background-color: #000;
}
.company_info .com_box{
	text-align: center;
}
.company_info .com_box p.duo{
	font-size: 20px;
}
.company_info .nisshin{
	margin-top: 20px;
}
.company_info{
	margin: 80px auto 50px;
}
.company_info h2::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	width: 190px;
	height: 1px;
	background-color: #000;
}
.company_info h2 {
    max-width: 180px;
    padding: 10px 20px;
    margin: 0px auto 40px;
    position: relative;
}
.company_info h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 190px;
    height: 1px;
    background-color: #000;
}
.company_info .com_box{
	text-align: center;
}
.company_info .com_box p.duo{
	font-size: 20px;
}
.company_info .nisshin{
	margin-top: 20px;
}
.com_box{
	margin: 0 auto 50px;
}

.com_box p{
	font-size: 14px;
	color: #221815;
    line-height: 30px;
    letter-spacing: 2px;
}
.company_info .nisshin {
    margin-top: 20px;
}



@media (max-width: 768px){

.index_obi p {
    font-size: 35px;
}
.index_obi {
    padding: 20px 0;
	margin-bottom: 50px;
}
.index_obi.pos_re:after {
    height: 40px;
    bottom: -45px;
}
.top_bunner_ttl {
    font-size: 40px;
}
.top_bunner_ttl.pos_re:after {
    margin: 15px auto 0;
}
.top_link_p_ttl {
    font-size: 19px;
    margin-bottom: 20px;
}
.top_link_p {
    font-size: 14px;
	margin-bottom: 30px;
}
.top_bunner_flex_img.pos_re:after {
    /* height: 80%; */
    /* top: 20%; */
    /* right: -7%; */
}
.top_bunner_flex_img.pos_re.left:after {
    left: -7%;
}
}
@media (max-width: 650px){

	.top_link_p02 {
		margin: 20px 0 20px;
	}
	
	.top_link_p {
		margin: 0 0 20px;
	}
	
	.top_link_p02,.top_link_p{
		font-size: 14px;
	}
	.index_obi p {
		font-size: 25px;
	}
	.index_obi {
		padding: 15px 0;
		margin-bottom: 40px;
	}
	.index_obi.pos_re:after {
		height: 30px;
		bottom: -35px;
	}
	.top_bunner_ttl {
		font-size: 30px;
	}
	.top_bunner_ttl.pos_re:after {
		margin: 10px auto 0;
		width: 15%;
	}
	.sec_pd_bottom {
		padding-bottom: 40px;
	}
	.sec_bottom {
		padding: 40px 0;
	}
	.top_bunner_flex_txt {
		width: 100%;
		order: 2;
	}
	.top_bunner_flex_img {
		width: 100%;
		order: 1;
		margin-bottom: 30px;
	}
	.top_bunner_flex_img.pos_re:after {
		/* height: 100%; */
		/* top: 40%; */
		/* right: initial; */
		/* left: 50%; */
		/* transform: translateX(-50%); */
		right: -15%;
		width: 110%;
	}
	.top_link_p_ttl {
		font-size: 17px;
	}
	.top_link_p {
		margin: 0 0 30px;
	}
	.top_bunner_flex_img.pos_re.left:after {
		left: -15%;
	}

}
@media all and (-ms-high-contrast: none) {
	.btn_read p{
		padding:3px 0 0;
	}
	.h_svg01{
		height:auto;
		width:70%;
		margin:0 0 0 auto;
		display:block;
	}
}











/* inview */
.l_to_r{
	transform: translateX(-10%);
	opacity: 0;
	transition: 1s;
}
.l_to_r.is-show{
	transform: translateX(0);
	opacity: 1;
	transition: 1s;
}
.r_to_l{
	transform: translateX(10%);
	opacity: 0;
	transition: 1s;
}
.r_to_l.is-show{
	transform: translateX(0);
	opacity: 1;
	transition: 1s;
}
.fade{
	transform: translateY(10%);
	opacity: 0;
	transition: 1.5s;
}
.fade.is-show{
	transform: translateY(0);
	opacity: 1;
	transition: 1.5s;
}
.fade.d01{
	transition-delay: 0.5s;
}
.fade.is-show.d01{
	transition-delay: 0.5s;
}
.blur{
	opacity: 0;
	filter: blur(15px);
    -ms-filter: blur(15px);
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    transition-duration: 2s;
}
.blur.is-show{
	opacity: 1;
	filter: blur(0);
    -ms-filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
}
.blur.d04{
	transition-delay: 0.8s;
}
.blur.is-show.d04{
	transition-delay: 0.8s;
}

.link_ttl_line{
	width: 0;
	transition: 0.5s;
	transition-delay: 1.0s;
}

.is-show .link_ttl_line{
	width: 100%;
	transition: 0.5s;
	transition-delay: 1.0s;
}

@media(max-width: 650px){
.location_l.r_to_l{
	transform: translateX(0);
	transform: translateY(10%);
	opacity: 0;
	transition: 1s;
}
.location_l.r_to_l.is-show{
	transform: translateX(0);
	transform: translateY(0);
	opacity: 1;
	transition: 1s;
}

.btn_read{
	border: 1px solid;
    height: 40px;
    width: 100%;
}
}



/* inview */
.zoomOut {
	opacity: 0;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
  transition-delay: 0.5s;
}
.zoomOut.is-show {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}
.fade {
	opacity: 0;
	-webkit-transform: translateY(8%);
	transform: translateY(8%);
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}
.fade.is-show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}
.fade_t {
	opacity: 0;
	-webkit-transform: translateY(-8%);
	transform: translateY(-8%);
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}
.fade_t.is-show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}
.fade_b {
	opacity: 0;
	-webkit-transform: translateY(6%);
	transform: translateY(8%);
	-webkit-transition-duration: 3s;
	transition-duration: 3s;
}
.fade_b.is-show {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-duration: 3s;
	transition-duration: 3s;
}
.fade02 {
	opacity: 0;
	-webkit-transition-duration: 3s;
	transition-duration: 3s;
}
.fade02.is-show {
	opacity: 1;
	-webkit-transition-duration: 3s;
	transition-duration: 3s;
}
.fade02_cap {
	opacity: 0;
	-webkit-transition-duration: 3s;
	transition-duration: 3s;
}
.fade02_cap.is-show {
	opacity: 1;
	-webkit-transition-duration: 3s;
	transition-duration: 3s;
  transition-delay: 0.8s;
}

.fade_01 {
	opacity: 0;
	/* -webkit-transition-duration: 2s;
	transition-duration: 2s; */
}
.fade_01.is-show {
	opacity: 1;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}
.fade_02 {
	opacity: 0;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
}
.fade_02.is-show {
	opacity: 1;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
  transition-delay: 0.5s;
}
.fade_03 {
	opacity: 0;
	-webkit-transition-duration: 2s;
	transition-duration: 1s;
}
.fade_03.is-show {
	opacity: 1;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
  transition-delay: 1s;
}
.fade_04 {
	opacity: 0;
	-webkit-transition-duration: 2s;
	transition-duration: 1.5s;
}
.fade_04.is-show {
	opacity: 1;
	-webkit-transition-duration: 2s;
	transition-duration: 2s;
  transition-delay: 1.5s;
}

.blur01 {
  opacity: 0;
	-ms-filter: blur(15px);
  filter: blur(15px);
  -webkit-transition-duration: 2s;
	transition-duration: 2s;
}
.blur01.is-show {
  opacity: 1;
	-ms-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition-duration: 2s;
	transition-duration: 2s;
}

.blur_02 {
  opacity: 0;
	-ms-filter: blur(15px);
  filter: blur(15px);
  /* -webkit-transition-duration: 2s;
	transition-duration: 2s; */
}
.blur_02.is-show {
  opacity: 1;
	-ms-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition-duration: 2s;
	transition-duration: 2s;
  transition-delay: 0.5s;
}
.blur_03 {
  opacity: 0;
	-ms-filter: blur(15px);
  filter: blur(15px);
  -webkit-transition-duration: 2s;
	transition-duration: 2s;
}
.blur_03.is-show {
  opacity: 1;
	-ms-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition-duration: 2s;
	transition-duration: 2s;
  transition-delay: 1s;
}
.blur_04 {
  opacity: 0;
	-ms-filter: blur(15px);
  filter: blur(15px);
  -webkit-transition-duration: 2s;
	transition-duration: 2s;
}
.blur_04.is-show {
  opacity: 1;
	-ms-filter: blur(0px);
  filter: blur(0px);
  -webkit-transition-duration: 2s;
	transition-duration: 2s;
  transition-delay: 1.5s;
}





.ani_r,.ani_l,.ani_rl{
    overflow: hidden;
	position: relative;
}
.ani_r.belt_item::before{
    background: #ececec;
}
.ani_r::before,.ani_rl::before,.ani_rl::after{
    background: #fff;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
    top: 50%;
	z-index: 1;
	animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
}
.ani_l::before{
    background: #333;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
    top: 50%;
	z-index: 1;
	animation: 2s cubic-bezier(.4, 0, .2, 1) forwards;
}

.ani_l.d02::before{
	animation: 3s cubic-bezier(.4, 0, .2, 1) forwards;
}
.ani_r.is-show::before{
    animation-name: img-wrap-before;
    height: 100%;
    transform: translate(0,-50%);
}

.ani_l.is-show::before{
    animation-name: img-wrap-after;
    height: 100%;
    transform: translate(0,-50%);
}

.ani_rl.is-show::before{
    animation-name: img-wrap-before;
    height: 100%;
    transform: translate(0,-50%);
}
.ani_rl.is-show::after {
    animation-name: img-wrap-after;
    height: 100%;
    transform: translate(0,-50%);
}

@keyframes img-wrap {
	100% {
		transform: translate(100%,-50%);
	}
}



@keyframes img-wrap-before {
    100% {
        transform: translate(100%,-50%);
    }
}

@keyframes img-wrap-after {
    100% {
        transform: translate(-100%,-50%);
    }
}




.view_more_box.soon{
	pointer-events: none;
	opacity: 0.6;
}
.soon {
	opacity: 0.5;
    pointer-events: none;
}







/* ====== */
.db750{
	display: none;
}
@media(max-width: 750px){
.dn750{
	display: none;
}
.db750{
	display: block;
}
.belt_mid_size .db850{
	display: none;
}
}