<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*-------- paypay ----------*/
.paypay {
	padding: 0 6% 6%;
  }
  @media screen and (min-width: 560px) {
	.paypay {
		padding: 0 6% 2%;
	}
	.paypay__inner {
		max-width: 110rem;
		margin: 0 auto;
	}
  }
  .paypay__img {
	max-width: 47rem;
	margin: 0 auto;
  }
  .paypay__txt_area {
	margin-top: 2rem;
	border: solid 1px #aaaaaa;
	padding: 2.5rem;
  }
  @media screen and (min-width: 560px) {
	.paypay__txt_area {
	  padding: 4rem;
	}
  }
  .paypay_ttl {
	font-size: 1.6rem;
	text-align: center;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osak, Meiryo, メイリオ, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 900;
  }
  .paypay_txt {
	margin-top: 2rem;
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osak, Meiryo, メイリオ, "MS Pゴシック", "MS PGothic", sans-serif;
	line-height: 1.5;
	font-size: 1.4rem;
  }
  .paypay_txt .mod-small {
	font-size: 1.2rem;
  }
  /*-------- newyear ----------*/

  .newyear {
	padding: 0.5rem 0 3rem;
}
@media screen and (min-width: 560px) {
	.newyear {
		max-width: 110rem;
		margin: 0 auto;
		margin-bottom: 6rem;
		padding: 3rem;
		background: #fff;
	}
}
.newyear_ttl {
	background-color: #e1e1e1;
	text-align: center;
	font-size: 1.6rem;
	padding: 0.5rem 0;
}
@media screen and (min-width: 560px) {
	.newyear_ttl {
	font-size: 1.8rem;
	max-width: 45rem;
	margin: 0 auto;
	}
}
.newyear_txt {
	max-width: 68rem;
	margin: 0 auto;
	margin-top: 2rem;
	text-align: center;
	font-size: 1.4rem;
}
@media screen and (min-width: 560px) {
	.newyear_txt {
		font-size: 1.6rem;
	}
}


/*-------- corona ----------*/
.covid_tit{
	font-size: 1.8rem;
	margin-bottom: 10px;
	line-height: 1.6;
}
.covid_txt{
	margin-bottom: 10px;
	text-align: left;
}
.corona__btn {
    text-align: center;
    display: block;
    background: #fff;
	padding: 1.4rem;
    border-radius: .2em;
}

.online_rsv__banner{
	padding: 2rem 0;
}
.online_rsv__btn{
	max-width: 110rem;
}

/*-------- #campaign_btn ----------*/

#btn_contact {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
}
#btn_contact .close_btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
	width: 20px;
}
#btn_contact .close_btn img{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 50;
	width: 20px;
}
.meerkat{
	display: none;
}

/*------------ キャンセル住戸発生--------------*/
.main_cancel_txt {
    width: 70%;
    position: absolute;
    top: 8%;
    left: 50%;
	transform: translateX(-50%);
	z-index: 8;
}

/* .main01{
	background: url(../images/index/img_main_01_sp.jpg) center /cover no-repeat;
}
.main02{
	background: url(../images/index/img_main_02_sp.jpg) bottom center /cover no-repeat;
}
.main03{
	background: url(../images/index/img_main_05_sp.jpg) bottom center /cover no-repeat;
}
.main04{
	background: url(../images/index/img_main_06_sp.jpg) center center /cover no-repeat;
}
 */
/*------------ メインスライダー アニメーション　--------------*/
 @keyframes slide{
	0%{
		background-position: 0 center;
	}
	100%{
		background-position: -50px center;
	}
}

@keyframes slide_pc{
	0%{
		background-position: 0 center;
	}
	100%{
		background-position: -150px center;
	}
}

/*------------ swiper --------------*/
.swiper-container{
	height: calc(100% - 10vw);
	width: 90%;
	position: absolute;
	left: 5vw;
	top: 5vw;

}
.swiper-wrapper .swiper-slide {
	background-position: center 0;
	background-size: auto 130%;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-slide-active,
.swiper-slide-duplicate-active,
.swiper-slide-prev{
	animation: slide 10s linear 0s 1 normal both; 
}

/*------------ main_box --------------*/
.main_img {
	opacity: 0;
	width: 90%;
	height: calc(100% - 10vw);
	position: absolute;
	left: 5vw;
	top: 5vw;
	-webkit-animation: anime 16s 0s infinite;
	animation: anime 16s 0s infinite; 
	z-index: -1;
}
.main_img:nth-of-type(2) {
	-webkit-animation-delay: 4s;
	animation-delay: 4s;
}
.main_img:nth-of-type(3) {
	-webkit-animation-delay: 8s;
	animation-delay: 8s;
}
.main_img:nth-of-type(4) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}
@keyframes anime {
	0% {
		opacity: 0;
	}
	10% {
		opacity: 1;
	}
	30% {
		opacity: 1;
	}
	40% {
		opacity: 0;
	}
	100% { 
		opacity: 0;
	}
}
.main_tit {
	color: #fff;
	font-size: 2.2rem;
	position: absolute;
	line-height: 1.3;
}
.main_txt {
	color: #fff;
	font-size: 1.4rem;
	position: absolute;
}
/* .main01 */
.main01_tit{
	top: 13vh;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-feature-settings: "palt";
	letter-spacing: 1px;
	font-family: "A1明朝","リュウミン ","ヒラギノ明朝 Pro","Hiragino Mincho Pro","HiraMinProN","游明朝","Yu Mincho","游明朝体","YuMincho","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho","Noto Serif JP",serif;
	/*	完売css
	font-size: 4.7rem;
	line-height: 1.05;
	*/
	font-size: 2.7rem;
	line-height: 1.4;
	text-align: center;
}
.tit_emp{
	top: calc(4.5rem + 13vh);
    border: 1px solid #fff;
    width: 215px;
	padding: 2px 0 2px;
}
.main01_txt {
	top: calc(5rem + 13vh);
    left: 0;
    right: 0;
    margin: 0 auto;
    line-height: 1.25;
    font-size: 3rem;
	text-align: center;
}
.main_txt_cap {
	font-size: 1.2rem;
	color: #fff;
	position: relative;
	bottom: -43px;
	left: -83px;
	text-align: left;
}
/* .main02 */
.main02_txt_item{
	position: absolute;
	top: calc(2rem + 13vh);
	left: 0;
	right: 0;
}
.main02_tit {
    font-size: 2.7rem;
    font-feature-settings: "palt";
    text-shadow: 0px 0px 10px #555;
    position: static;
    letter-spacing: 2px;
    line-height: .45;
    margin-bottom: 20px;
	text-align: center;
}
.main02_txt {
    font-size: 1.6rem;
    position: static;
    font-feature-settings: "palt";
	text-align: center;
    border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 226px;
    margin: 0 auto;
}
.main02_txt_price {
	font-size: 2.2rem;
	bottom: 6.5rem;
	line-height: 1;
	border-bottom: 1px solid #fff;
	padding-bottom: 1.5rem;
	margin-bottom: 1rem;
	text-shadow:0px 0px 10px #555;
	position:static;
	width: 19.2rem;
}
.main_tit_num {
    font-size: 250%;
    position: relative;
    bottom: -4px;
    left: -1px;
    font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","HiraMinProN","游明朝","Yu Mincho","游明朝体","YuMincho","リュウミン ","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho","Noto Serif JP",serif;
    font-weight: 400;
}
/* .main03 */
.main03_tit {
	bottom: calc(12vh + 35px);
	right: 0;
	left: 0;
	margin: 0 auto;
	font-feature-settings: "palt";
	letter-spacing: 2px;
	text-shadow:0px 0px 10px #555;
	text-align: center;
}
p.main_cap{
	color: #fff;
	font-size: 16px;
    text-shadow: 0 0 3px #111;
	position: absolute;
	bottom: 8px;
	right: 8px;
	line-height: 1;
	margin: 0;
}

/*------------ special box --------------*/
.special_box{
	margin-bottom: 1.75rem;
	margin-top: 0.5rem;
}
.special_container{
	text-align: center;
	width: 84%;
	margin: 0 auto;
}
.special_item{
	font-size:2.25rem;
	font-feature-settings: "palt";
	border-bottom: 1px solid #ccc;
	margin-bottom: .75rem;
	padding-bottom: 1rem;
	font-family: "A1明朝","ヒラギノ明朝 Pro","Hiragino Mincho Pro","HiraMinProN","游明朝","Yu Mincho","游明朝体","YuMincho","リュウミン ","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho","Noto Serif JP",serif;
}
.special_item:last-child{
	border-bottom: none;
}
/*------------ tri box --------------*/
.tri_box{
	background-color: #fbf2ee;
}
.tri_img{
	padding: 40px 0;
}
/*------------ info box --------------*/
.info_box{
	background: #e1f2f0;
	padding: 3.5rem 5vw;
	text-align: center;
}
.info_tit{
	font-size: 1.8rem;
	letter-spacing: 2px;
	padding-bottom: .5rem;
}
.info_content{
	border-top: 1px solid #bfd1cf;
	border-bottom: 1px solid #bfd1cf;
	margin-bottom: 2rem;
}
.info_content_txt{
	font-size: 3rem;
	line-height: 1.25;
	margin-bottom: 2rem;
	padding-top: 2rem;
	font-feature-settings: "palt";
	letter-spacing: 1px;
    font-family: "A1明朝","リュウミン ","ヒラギノ明朝 Pro","Hiragino Mincho Pro","HiraMinProN","游明朝","Yu Mincho","游明朝体","YuMincho","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho","Noto Serif JP",serif;
}
.info_box .f_btn{
	padding-bottom: 4rem;
	margin-bottom: 0;
	width: 100%;
	display: block;
}
.info_box .f_btn_d,
.info_box .f_btn_r {
	width: 65%;
	margin: 0 auto;
}
/*
.info_box .f_btn_d{
	margin-bottom: 1.5rem;
}
*/
.info_box .f_btn_d_item,
.info_box  .f_btn_r_item {
	box-shadow: 4px 4px 0px 0px #555;
	padding: 3.5%;
}

.info_news {
	display: block;
	height: 9rem;
	overflow-y: scroll;
	margin-bottom: 1.5rem;
}
.info_news_item{
	display: block;
	margin-bottom: 1rem;
	text-align: justify;
}
.info_news_date{
	font-size: 1.4rem;
	margin: 0;
	vertical-align: top;
	width: 86px;
}
.info_news_txt{
	font-size: 1.4rem;
	line-height: 1.5;
}
.info_link{
	text-decoration: underline;
	display: inline;
}
/*------------  mv_box --------------*/
.movie_box{
	padding: 3.5rem 0 2.5rem;
	width: auto;
	background: #f5f5f5;
}
.mv_tit{
	text-align: center;
	font-size: 4rem;
	line-height: 1.25;
}
.mv_txt{
	text-align: center;
	letter-spacing: 2px;
	font-size: 1.4rem;
	margin-bottom: 2.5rem;
}
.mv_content{
	width: 30rem;
	height: 16.8rem;
	position: relative;
	transform: translateX(calc((100vw - 30rem) / 2)); 
}
/*------------  banner_box --------------*/
.eco_banner_box {
    width: 95%;
    margin: 0 auto 1.5rem;
}
.g_banner_box{
    width: 100%;
    /* box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.2); */
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.g_banner_item{
    width: 95%;
    margin: 0 auto;
    padding: 0 0 1.5rem;
}
.pay_box{
	width: 85%;
	margin: 3.5rem auto 3rem;
}
.weekday_banner{
	width: 95%;
	margin: 0 auto 1rem;
}
.holiday_banner{
	width: 95%;
	margin: 0 auto;
}
.banner_box{
	position: relative;
	z-index: 2;
}
.l_style_box{
	padding-bottom: 5rem;
}
/*------------  d_op_box --------------*/
.d_op_box{
	background-color:#f5f5f5;
	box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.2);
	position: relative;
	z-index: 1;
	padding: 4rem 0;
	}
.d_op_tit{
	margin-bottom: 2rem;
}
.d_op_tit .content_tit{
	color: #555;
	text-shadow: none;
	font-size: 4rem;
	margin-bottom: 5px;
}
.d_op_tit .content_txt{
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5;
}
.d_op_loan{
	width: 27.5rem;
	margin: 0 auto 4rem;
}
.d_op_txt{
	width: 27.5rem;
	margin: 0 auto;
}
/* ------------ swiper box --------------

.swiper-container{
    margin: 0 auto;
}
.sw-slide_item{
	padding: 0 8.5%;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/index/btn_right_dt.png) ;
	background-size: auto;
	right: 5px;
	top: 45%;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/index/btn_left_dt.png) ;
	background-size: auto;
	left: 5px;
	top: 45%;
}
.swiper-container-horizontal&gt;.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 30px;
}
.swiper-pagination-bullet-active {
    background: #555;
} */
/*------------ line_at box --------------*/

.line_at_box{
	background: url(../images/index/bg_lineat_top_sp.jpg) center /cover no-repeat;
	padding: 4rem 2rem 3rem;
}
.line_at_box .line_at_item{
	max-width: 320px;
	min-width: 266px;
	margin: 0 auto;
}

/*------------ concept box --------------*/
.concept_box{
	width: 100%;
	margin: 0 auto 6.5rem;
	text-align: center;
	padding-top: 6.5rem;
	/* box-shadow: 0px -5px 10px -5px rgba(0,0,0,0.2); */
	position: relative;
	z-index: 2;
}
.concept_tit{
	text-align: center;
	font-size: 4rem;
	line-height: 1.25;
}
.concept_tit_cap{
	font-size: 50%;
	display: block;
}
.concept_tit::after {
	content:"";
	display: block;
	width:1px;
	height: 25px;
	background: #555;
	margin: 14px auto;
}
.concept_txt{
	text-align: center;
	letter-spacing: 2px;
	font-size: 1.4rem;
	margin-bottom: 2.5rem;
}
a.concept_btn{
    width: 75%;
    background: #333;
    color: #fff;
    font-size: 1.6rem;
    line-height: 4.5rem;
    border-radius: .5rem;
	position: relative;
}
.concept_btn::after{
	content:"";
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(255, 238, 231, 0.98);
	background: linear-gradient(45deg, rgba(255, 214, 210, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(129, 214, 208, 0.98) 100%);
	border-radius: .5rem;
	position: absolute;
	top:.5rem;
	left:.5rem;
	z-index: -1;
}
/*------------ content box --------------*/
.content_box{
	position: relative;
	margin-bottom: 1rem;
}
.content_link{
	padding: 8rem 0 7.7rem;
}
.content_link::before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.1);
}
.content_link::after{
	content: "Read more";
	position: absolute;
	margin: 0;
	color: #fff;
	bottom: 8px;
	right: 0;
	width: 9rem;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	line-height: 1.4;
	letter-spacing: 1px;
}
.content_tit{
	position: relative;
	font-size: 3.5rem;
	color:#fff;
	text-align: center;
	line-height: 1.25;
	text-shadow: 0px 0px 8px rgba(0,0,0,0.7);
	z-index: 2;
	letter-spacing: 2px;
	margin-right: -2px;
}
.content_tit_cap{
	display: block;
	font-size: 50%;
	letter-spacing: 0;
}
.content_cap{
	position: absolute;
	margin: 0;
	font-size: 1rem;
	color:#fff;
	bottom: 3px;
	left: 8px;
}
/*------------ contentB box --------------*/
.contentB_box{
	margin-bottom: 5.5rem;
	text-align: center;
}

.contentB_box .content_tit{
	text-shadow: none;
	color: #555;
	margin-bottom: 5.25rem;
}
.contentB_box .contentB_item::after{
	content: "";
	display: block;
	width: 1px;
	height: 6.5rem;
	position: absolute;
	left: 0;
	right: 0;
	background: #555;
	margin: 0 auto;
	bottom: -8.5rem;
}
.contentB_box .content_read{
	width: 90%;
	margin: 0 auto;
	height: 17.5rem;
	box-shadow: 0 0 7px 0 rgba(0,0,0,.1);
	position: relative;
	text-align: center;
}
.contentB_box .content_read::after{
	content: "";
	background: #fbf3ef;
	position: absolute;
	width: 100vw;
	height: 9rem;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	left: -5vw;
	z-index: -1;
}
.contentB_item{
	position: relative;
	z-index: 1;
}
.contentB_item .content_txt{
	display: none;
}
.content_btn{
	font-size: 1.4rem;
	color: #fff;
	letter-spacing: 1px;
	text-align: center;
	background: rgba(0,0,0,.75);
	display: inline-block;
	padding: .9rem .5rem .9rem .9rem;
	border-radius: .25rem;
	width: 50%;
	margin: 0;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-family: "Playfair Display","A1明朝","リュウミン ","ヒラギノ明朝 Pro","Hiragino Mincho Pro","HiraMinProN","游明朝","Yu Mincho","游明朝体","YuMincho","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho","Noto Serif JP",serif;

}
/*------------  loan_box --------------*/
.loan_box{
	width:	95%;
	background: #fafafa;
	margin: 0 auto;
}
.loan_box .caution_txt{
	padding: 2rem;
	font-size: 12px;
	text-align: justify;
}
/*------------  contentの背景画像 --------------*/
.location_content{
	background: url(../images/index/img_location_sp.jpg) center /cover no-repeat;
}
.access_content{
	background: url(../images/index/img_access_sp.jpg) center /cover no-repeat;
}
.model_content{
	background: url(../images/index/img_model_sp.jpg) center /cover no-repeat;
	margin-bottom: 9rem;
}
.asset_content{
	background: url(../images/index/img_asset_top_sp.jpg) center /cover no-repeat;
}

.merit_content{
	background: url(../images/index/img_merit_sp.jpg) center /cover no-repeat;
}
.design_content{
	background: url(../images/index/img_design_sp.jpg) center /cover no-repeat;
}
.plan_content{
	background: url(../images/index/img_plan_sp.jpg) center /cover no-repeat;
}
.equip_content{
	background: url(../images/index/img_equip_sp.jpg) center /cover no-repeat;
}
.water_content{
	background: url(../images/index/img_water_sp.jpg) center /cover no-repeat;
}
/*------------ 768以下のみ --------------*/
@media screen and (max-width: 768px) {
/*------------ SP-campaign_btn --------------*/
#overlay {
	display: none;
	width: 100%;
	height: 100vh;
	text-align: center;
	position: fixed;
	bottom: 0;
	z-index: 1000;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
}
#btn_contact {
    position: absolute;
    display: none;
    width: 95%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(50%);
}
}

/*------------ 769以上のみ --------------*/
@media screen and (min-width: 769px) {


/*------------ corona --------------*/
.covid_txt {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 20px;
}

.covid_tit {
    font-size: 2.4rem;
}

.corona__btn {
    font-size: 1.8rem;
    font-weight: 500;
}

/*------------ PC-campaign_btn --------------*/
#btn_contact {
    width: 315px;
}

/*------------ PC キャンセル住戸発生--------------*/
.main_cancel_txt {
    max-width: 550px;
    width: 33%;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    left: 6%;
}

/* ------------ PC メインスライダー 画像　--------------
.main01{
	background: url(../images/index/img_main_01_pc.jpg) bottom left /cover no-repeat;
}
.main02{
	background: url(../images/index/img_main_02_pc.jpg) bottom center /cover no-repeat;
}
.main03{
	background: url(../images/index/img_main_05_pc.jpg) center center /cover no-repeat;
}
.main04{
	background: url(../images/index/img_main_06_pc.jpg) center center /cover no-repeat;
} */

/*------------ PC main_box --------------*/
.swiper-container {
    height: calc(100% - 10rem );
    width: 100%;
    position: absolute;
	top: 10rem;
    left: auto;
}
.swiper-wrapper .swiper-slide.mod-0{
	background-image: url('../images/index/img_main_01_pc.jpg') !important;
}
.swiper-wrapper .swiper-slide.mod-1{
	background-image: url('../images/index/img_main_02_pc.jpg') !important;
}
.swiper-wrapper .swiper-slide.mod-2{
	background-image: url('../images/index/img_main_05_pc.jpg') !important;
}
.swiper-wrapper .swiper-slide.mod-3{
	background-image: url('../images/index/img_main_06_pc.jpg') !important;
}
.swiper-slide-active,
.swiper-slide-duplicate-active,
.swiper-slide-prev{
	animation: slide_pc 10s linear 0s 1 normal both; 
}

.main_txt{
	font-size: 2.8rem;
	letter-spacing: 1px;
}
.main_tit{
	font-size: 3.8rem;
	letter-spacing: 1px;
	line-height: 1.4;
}
/* .main01 */
.main01_tit{
	text-align: left;
	top: 8rem;
	left: 6vw;
	right: auto;
	margin: auto;
	letter-spacing: 5px;
	font-size: 5rem;
}
.tit_emp {
    width: 424px;
    top: 17rem;
    left: 6.4vw;
	padding: 0 0 12px;
	text-align: center;
}
.main01_txt {
	text-align: left;
	top: 16.5rem;
	left: 6vw;
	right: auto;
	margin: auto;
	font-size: 4.5rem;
}
.main_txt_cap {
    font-size: 1.4rem;
    left: 10px;
    bottom: -94px;
}
.main_tit_num {
    font-size: 280%;
    position: relative;
    bottom: -7px;
}
/* .main02 */
.main02_txt_item {
    top: calc( 110px + 6vh);
    left: 12vw;
    right: auto;
}
.main02_tit {
	font-size: 5rem;
	letter-spacing: 2px;
    margin-bottom: 17px;
}
.main02_txt {
    padding: .5rem 0 .5rem;
    font-size: 2.6rem;
    width: auto;
}
/* .main03 */
.main03_tit {
    top: 42vh;
    right: 5vw;
    bottom: auto;
    letter-spacing: 6px;
    left: auto;
    transform: translateY(-50%);
}

/*------------ PC special box --------------*/
.special_box{
    padding: 1rem 0 1.2rem;
    letter-spacing: .15rem;
    background: #fff;
    margin: 0;
}
.special_container{
	display: flex;
	width: 900px;
	justify-content: space-between;
}
.special_item{
	border-bottom: none;
	font-size: 3rem;
	position: relative;
	margin-bottom: 0rem; 
	padding-bottom: 0rem; 
	line-height: 1.4;
}
.special_item::after{
	content: "";
	display: inline-block;
	background: #ddd;
	width: 1px;
	height: 8.85rem;
	position: absolute;
	top: 0rem;
}
.special_item:first-child::after{
	right: -48%;
}
.special_item:nth-child(2)::after{
	right: -35%;
}
.special_item:nth-child(3)::after{
	right: -38%;
}
.special_item:last-child::after{
	display: none;
}

/*------------ tri box --------------*/
.tri_box{
	background: url(../images/index/tri_bg.jpg) center /cover no-repeat;
}
.tri_img{
	padding: 60px 0 40px;
	width: 1200px;
	margin: 0 auto;
}

/*------------ PC info box --------------*/
.info_box{
	padding: 10rem 10vw;
}
.info_tit{
	font-size: 3.6rem;
	padding-bottom: 1.5rem;
	letter-spacing: 4px;
}
.info_content_txt {
    font-size: 5.5rem;
    /* padding-top: 4rem; */
    margin-bottom: 4rem;
}
.info_box .f_btn{
	display: flex;
	padding-bottom: 0;
	margin-bottom: 8rem;
	width: 57rem;
}
.info_box .f_btn_d{
	margin-right: 2.5rem;
}
.info_news_txt{
	font-size: 1.6rem;
}
.info_box .f_btn_d_item, 
.info_box .f_btn_r_item{
	box-shadow: 6px 6px 0px 0px #555;
	padding: 2.25%;
}

.info_box .f_btn_d_item:hover, 
.info_box .f_btn_r_item:hover{
	box-shadow: 0px 0px 0px 0px rgba(85,85,85,0);
	transform: translateY(0%);
	background:#fff;
}

.info_news{
	margin-bottom: 0;
	height: 10rem;
}
.info_news_item{
	margin-bottom: .25rem;
}
/*------------  PC mv_box --------------*/
.movie_box{
	padding: 7rem 0 9rem;
}
.mv_tit{
	text-align: center;
	font-size: 6rem;
	letter-spacing: 3px;
	line-height: 1.5;
}
.mv_txt{
	text-align: center;
	letter-spacing: 2px;
	font-size: 2rem;
	margin-bottom: 3rem;
}
.mv_content{
	width: 60rem;
	height: 33.7rem;
	position: relative;
	transform: translateX(-50%); 
	left:50vw;
}
/*------------  PC banner_box --------------*/
.eco_banner_box {
    width: 118rem;
    margin: 0 auto 2rem;
}
.g_banner_box{
	width: 100%;
	/* box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.2); */
    margin: 0 auto;
    position: relative;
	z-index: 1;
}
.g_banner_item{
	width: 118rem;
    margin: 0 auto;
    padding: 0 0 2rem;
}
.pay_box {
	width: 52rem;
	margin: 5.5rem auto 6rem;
}
.l_style_box{
	display: flex;
	width: 120rem;
	margin: 0 auto;
	justify-content: space-between;
}
.weekday_banner{
	width: 59rem;
	margin: 0 auto 1rem;
}
.holiday_banner{
	width: 59rem;
	margin: 0 auto;
}
.eco_banner_item a:hover,
.g_banner_box a:hover,
.weekday_banner a:hover,
.holiday_banner a:hover{
	opacity: .6;
}
/*------------  d_op_box --------------*/
.d_op_box{
	padding: 7rem 0;
}
.d_op_tit{
	margin-bottom: 2rem;
}
.d_op_tit .content_tit{
    font-size: 6.25rem;
    letter-spacing: 3px;
	margin-bottom: 10px;
}
.d_op_tit .content_txt{
	font-size: 1.8rem;
	color: #555;
	line-height: 1.5;
	margin-bottom: 6rem;
}
.d_op_loan {
	width: 120rem;
	margin: 0 auto 10rem;
}
.d_op_flx{
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	width: 120rem;
	margin: 0 auto;
}
.d_op_txt{
    margin: 0 12rem 0 0;
    width: 483px;
}
/*------------ swiper box --------------*/

/*------------ line_at box --------------*/

.line_at_box{
	background: url(../images/index/bg_lineat_top_pc.jpg) center /cover no-repeat;
	padding: 4rem 2rem 0;
}
.line_at_box .line_at_item{
	width: 93.8rem;
	margin: 0 auto;
	max-width: 100vw;
}
/*------------ PC concept box --------------*/
.concept_box {
    margin: o auto 15rem;
	padding-top: 15rem;
}
.concept_tit{
	font-size: 7rem;
	letter-spacing: 3px;
}
.concept_tit_cap {
	font-size: 38%;
	letter-spacing: 0;
}
.concept_tit::after{
	height: 4.5rem;
}
.concept_txt{
	font-size: 2rem;
	margin-bottom: 3.5rem;
}
a.concept_btn {
	width: 48rem;
	font-size: 2.6rem;
	line-height: 6.5rem;
	transition-delay: .15s;

}
a.concept_btn:hover{
	color: #555;
	background:none;
}
.concept_btn::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255, 214, 210, 1) 0%, rgba(255, 255, 255, 1) 50%, rgba(129, 214, 208, 0.98) 100%);
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: .5rem;
}
.concept_btn::after {
	top: .75rem;
	left: .75rem;
	transition: all .4s ease;
}
.concept_btn:hover::after{
	top: 0;
	left: 0;
	opacity: 0;
}

/*------------ PC content box --------------*/

.content_box{
	display: flex;
/*	width: 96%;*/
	margin: 0 auto 1rem;
}
.content_item{
	width: 56%;
}
.content_read{
	width: 32%;
	text-align: center;
	background: rgba(0,0,0,0.55);
	position: relative;
}
.location_content .content_read,
.model_content .content_read {
	margin-right: 12%;
}
.access_content .content_read,
.asset_content .content_read {
	margin-left: 12%;
}
.content_read_item{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
}
.content_tit{
	font-size: 6.25rem;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.23);
	letter-spacing: 3px;
}
.content_tit_cap {
	font-size: 45%;
}
.content_link{
	pointer-events: none;
	padding: 23.5rem 0;
}
.content_link::after{
	display: none;
}

.content_txt{
	color: #fff;
	font-size: 1.8rem;
	margin: 0;
	padding: 0 7rem;
}
.content_box .content_btn{
	background: #fff;
	font-size: 2rem;
	letter-spacing: 0px;
	padding: .55rem .1rem .55rem .55rem;
	width: 22.5rem;
	margin-top: 3.5rem;
	top: auto;
	transform: none;
}
.content_box .content_btn:hover{
	background: rgba(255,255,255, .25);
	color: #fff;
	transform: translateY(-.25rem);
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .15);
}

/*------------ PC contentB box --------------*/

.contentB_box {
	margin-bottom: 14rem;
}
.contentB_box .content_read {
	width: 110rem;
	height: 34rem;
	box-shadow: 0 0 13px 0 rgba(90,90,90,.1);
}
.contentB_box .content_read::after {
	left: calc((110rem - 100vw) / 2 );
	height: 10rem;
}
.contentB_box .content_read::before{
	content:"";
	display:inline-block;
	width:	100%;
	height: 100%;
	position:absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .4s;
	background-color: rgba(0,0,0, .25);
	background: linear-gradient(45deg, rgba(255, 214, 210, .25) 0%, rgba(255, 255, 255, .25) 50%, rgba(129, 214, 208, .25) 100%);
}
.contentB_box .content_read:hover{
	box-shadow: none;
}
.contentB_box .content_read:hover::before{
	opacity: 1;
}
.contentB_item .content_txt {
	display: block;
	color: #555;
	margin-bottom: 12rem;
}
.contentB_box .contentB_item::after {
	height: 11rem;
	bottom: -17rem;
}
.contentB_box .content_btn {
    font-size: 2rem;
    letter-spacing: 0;
    padding: .75rem .5rem .75rem .75rem;
    width: 25%;
	transition: .3s;
}
.contentB_box .content_read:hover .content_btn{
	background: rgba(255,255,255, .75);
	color: #555;
}

.container .loan_box{
	margin-bottom: 0;
}
.merit_content .content_cap,
.plan_content .content_cap{
	color: #555;
}
/*------------ PC 背景画像 --------------*/

.location_content{
	background: url(../images/index/img_location_top_pc.jpg) center /cover no-repeat;
}
.access_content{
	background: url(../images/index/img_access_top_pc.jpg) center /cover no-repeat;
}
.model_content{
	background: url(../images/index/img_model_top_pc.jpg) center /cover no-repeat;
	margin-bottom:20rem;
}
.asset_content{
	background: url(../images/index/img_asset_top_pc.jpg) center /cover no-repeat;
}

.merit_content{
	background: url(../images/index/img_merit_top_pc.jpg) center /cover no-repeat;
}
.design_content{
	background: url(../images/index/img_design_top_pc.jpg) center /cover no-repeat;
}
.plan_content{
	background: url(../images/index/img_plan_top_pc.jpg) center /cover no-repeat;
}
.equip_content{
	background: url(../images/index/img_equip_top_pc.jpg) center /cover no-repeat;
}
.water_content{
	background: url(../images/index/img_water_top_pc.jpg) center /cover no-repeat;
}

/*------------ imghover --------------*/
.imghover{
	transition:0.5s;
}
.imghover:hover{
	opacity: 0.5;	
}
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
/* .main03{
	background: url(../images/index/img_main_03_pc.jpg) bottom center /cover no-repeat;
} */
.main03_tit {
	top: 14vh;
	right: 17vw;
}
}</pre></body></html>