@charset "utf-8";

.mainimgTop {
	background: url(../img/readybuilt/mainimg.jpg) no-repeat center 0 / cover;
}
/* ------------------------------
 PC用コード
------------------------------ */
@media print, screen and (min-width: 1921px) {
	.mainimgTop {
		background: url(../img/readybuilt/mainimg.jpg) no-repeat center center / 100% auto;
	}
}

.mainimgTop h1 img {
	height: auto;
    width: 124px;
}



/* -- メイン内ボタン -- */
.topBtn {
	text-align: center;
	overflow: visible;
}
.topBtn div a {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	padding-bottom: 15px;
	margin-top: 15px;
	border-radius: 5px;
	border-bottom: solid 3px #750000;
	position: relative;
}
.topBtn div a::after {
	content: "";
	position: absolute;
	bottom: -11px;
	left: 0;
	right: 0;
	margin: auto;
	width: 35px;
	height: 24px;
	background: url(../img/ordermade/btn_arrow.png) no-repeat 0 0 / cover;
}
.topBtn .red-btn a {
	background: #E21F14;
}
.topBtn .red-btn a::after {
	background-image: url(../img/ordermade/btn_red_arrow.png) ;
}
.topBtn div a:hover {
	opacity: 1;
}

/* ------------------------------
 下層コンテンツ
------------------------------ */
.contentsOrdermade {
	padding-bottom: 75px;
	position: relative;
	background: #fff;
	margin-top: 100vh;
}
.contentsOrdermade .cms_block {
	width: 1220px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}


.imageBox01 {
	width: 100% !important;
	height: 100vh !important;
	overflow: hidden;
	position: fixed;
	top: 0;
}
.imageBox01In {
	width: 100% !important;
	height: 100vh !important;
}
.imageBox01 .logo {
	height: 242px;
	position: absolute;
	bottom: 10%;
	left: 0;
	right: 0;
	top: 10%;
	margin: auto;
}


/* 全画面Image */
.cms_block.imageblock {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	margin-bottom: 0 !important;
}
.cms_block.imageblock .bg {
	margin-bottom: 0 !important;
}
.cms_block.imageblock .logo {
	position: absolute;
	top: 5%;
	left: 5%;
	z-index: 80;
}

/* 全画面Image上コンテンツ */
.imageOn {
	font-size: 1.7rem;
	text-align: left;
	width: auto;
	padding: 35px 26px;
	position: absolute;
	background: rgba(255,255,255,.9);
	z-index: 80;
}
.imageOn.left {
	bottom: 22%;
	left: 9%;
}
.imageOn.right {
	bottom: 22%;
	right: 9%;
}
.imageOn h2 {
	margin-bottom: 18px;
}


/* その他コンテンツ */
/* Photos */
.cms_block.photos {
	width: 100%;
	padding: 90px 0;
	background: #EFEBE2;
}
.photos h2 {
	border-bottom: none;
}
.photos h2:before {
	left: 0;
	right: 0;
	margin: auto;
}
/* ギャラリー */
.gallery {
	font-size: 0;
	text-align: center;
}
.gallery li {
	display: inline-block;
	margin: 0 35px;
}
.gallery li p {
	font-family: "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.3rem;
	font-weight: bold;
	margin-bottom: 20px;
}

/* -- OVERLAY -- */
.modal-overlay {
	z-index:2;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;/*for old Safari*/
	height:100vh;
	background-color:rgba(246,244,239,.9);
	z-index: 556;
}
.modal-overlay (:target) {height:100%\9} /* IE9,10 */
a.modal-open:hover {cursor:pointer}

.modal-close {
	position: absolute;
	right: 0;
	top: -30px;
	cursor: pointer;
	width: 72px;
	height: 19px;
}

/* -- MODAL CONTENT -- */
.cms_block.modal-block {
	display: none;
	margin-bottom: 0;
}
.modal-content {
	width: auto;
	position:fixed;
	max-width: 900px;
	text-align: center;
	overflow: visible;
	z-index: 999 !important;
}
.modal-content:after {
	content: "";
	clear: both;
	display: block;
}
.modal-content .slider-nav  .slider-nav-item {
	height: 73px;
	background-size: cover;
	background-position: center;
}

/* -- SLICK -- */
.modal-content .slider-nav {
	margin: 3% 23% 0 ;
}
.slick-track {
	text-align: center;
}

.modal-content .slider-nav .slick-slide {
	float: none;
	display: inline-block;
	opacity: .4;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	cursor: pointer;
}
.modal-content .slider-nav div:hover,
.modal-content .slider-nav div.slick-current {
	opacity:1;
}
.modal-content .slick-prev,
.modal-content .slick-next {
	top: 50%;
	width: 42px;
	height: 42px;
	margin-top: -21px;
}
.modal-content .slick-prev {
	background: url(../img/slide_prev_line.png) no-repeat 0 0 ;
}
.modal-content .slick-next {
	background: url(../img/slide_next_line.png) no-repeat right 0;
}
.modal-content .slick-prev {
    left: -20%;
}
[dir='rtl'] .modal-content .slick-prev {
    right: -20%;
}
.modal-content .slick-next {
    right: -20%;
}
[dir='rtl'] .modal-content .slick-next {
	left: -20%;
}



.h_line {
	position: relative;
	padding-top: 55px;
}
.h_line:before {
	background: #003366 none repeat scroll 0 0;
	content: "";
	position: absolute;
	height: 3px;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 50px;
}


/* -- 高性能タイトル -- */
.highp_title {
	font-weight: bold;
	margin-bottom: 30px;
}
.highp_title span {
	font-size: 3rem;
	display: inline-block;
	margin-right: 20px;
}
.highp_title span.orange,.highp_title span.red {
	margin-right: 0;
}
.highp01 .highp_title span {
	color: #EA5528;
}
.highp02 .highp_title span {
	color: #74B44B;
}
.highp03 .highp_title span {
	color: #00B0B0;
}
.highp04 .highp_title span {
	color: #F49E29;
}

/* ------------------------------
 PC用コード
------------------------------ */
@media print, screen and (min-width: 768px) {

	div[id^="no01"],
	div[id^="no02"],
	div[id^="no03"],
	div[id^="no04"] {
		margin-top: 0;
		padding-top: 0;
	}

	/* -- メイン内ボタン -- */
	.topBtn {
		height: 100vh;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		z-index: 100;
		display: flex;
		align-items: center;
	}
	.topBtn.scroll {
		display: none;
	}
	.topBtn div {
		width: 405px;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 110px auto 0;
		z-index: 100;
	}
	.topBtn div a {
		font-size: 1.9rem;
		min-width: 405px;
	}

	.topBtn div a strong {
		font-size: 2.7rem;
	}

	.arietta_hd {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		z-index: 555;
		background: #fff;
	}

	.cms_block.imageblock {
		height: 100vh !important;
		height: calc( 100vh - 50px ) !important;
	}
	.imageBox01 .bg img,
	.cms_block.imageblock .bg img {
		display: block;
		width: auto !important;
		height: auto !important;
		min-width: 100% !important;
		min-height: 100% !important;
		max-width: none !important;
		position: absolute;
		bottom: -200%;
		left: -200%;
		right: -200%;
		top: -200%;
		margin: auto;
	}
	/* SCROLL */
	.contentsOrdermade .scroll {
		display: block;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 30px;
		z-index: 200;
		margin: auto;
		margin-bottom: 0;
	}
	.contentsOrdermade .scroll a::before{
		content: "";
		width: 27px;
		height: 27px;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 7px;
		margin: auto;
		text-align: center;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	.contentsOrdermade .scroll a {
		font-size: 1.4rem;
		font-weight: bold;
		text-align: center;
		display: block;
		color: #fff;
		text-decoration: none;
		padding-bottom: 25px;
	}

	.contentsOrdermade .cms_block {
		z-index: 10;
		position: relative;
	}
	.contentsOrdermade .topscroll .scroll {
		width: 100px;
		position: fixed;
		z-index: 0;
	}

	/* ページ内ナビ */
	.pagenav.cms_block {
		width: 20px;
		position: fixed;
		left: 4%;
		bottom: 5%;
		z-index: 20;
	}
	.pagenav li {
		margin-bottom: 9px;
	}
	.pagenav li a {
		display: block;
		width: 8px;
		height: 8px;
		border: solid 2px #fff;
		background: #fff;
	}
	.pagenav li.current a {
		background: none;
	}

	/* 新ブライト */
	#no02.newbright .imageOn.left {
		top: 26%;
		bottom: auto;
	}
	#no04.newbright .imageOn.right {
		top: 18%;
		bottom: auto;
	}

	/* ブライト-S */
	#no02.brights .imageOn.right {
		top: 31%;
		bottom: auto;
	}
	#no03.brights .imageOn.left {
		bottom: 32%;
	}
	#no04.brights .imageOn.left {
		top: 23%;
		bottom: auto;
	}

	/* アリエッタ */
	#no02.arietta .imageOn.left {
		top: 16%;
		bottom: auto;
	}
	#no03.arietta .imageOn.right {
		top: 16%;
		bottom: auto;
	}
	#no04.arietta .imageOn.right {
		top: 16%;
		bottom: auto;
	}

	/* メープルホームズ */
	#no02.maplehomes .imageOn.left {
		top: 16%;
		bottom: auto;
	}
	#no03.maplehomes .imageOn.right {
		top: 16%;
		bottom: auto;
	}
	#no04.maplehomes .imageOn.left {
		top: 60%;
		bottom: auto;
	}
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	/* SCROLL */
	.contentsOrdermade .topscroll,
	.contentsOrdermade .scroll {
		display: none;
	}
	.topBtn div a {
		min-width: 260px;
		font-size: 1.4rem;
		padding: 15px 18px;
	}
	.topBtn div.bottom {
		margin-top: 20px;
	}
	.topBtn div a strong {
		font-size: 2rem;
	}

	/* ------------------------------
	 アリエッタコンテンツ
	------------------------------ */
	.contentsOrdermade {
		margin-top: auto;
	}
	.contentsOrdermade .cms_block {
		width: 90%;
	}
	.imageBox01 {
		height: auto !important;
		margin-top: 0;
		position: relative;
	}
	.imageBox01In {
		height: 240px !important;
	}
	.imageBox01 .bg img {
		max-width: 1920 !important;
		max-height: 100%;
	}
	.cms_block.imageblock .bg {
		overflow: hidden;
		position: relative;
	}

	.imageBox01 .logo {
		width: 80%;
		height: auto;
		position: static;
		margin: auto;
	}


	/* 全画面Image */
	.cms_block.imageblock {
		width: 100%;
		height: auto;
	}
	.cms_block.imageblock .logo {
		display: none;
		width: 73px;
	}

	/* 全画面Image上コンテンツ */
	.imageOn {
		font-size: 1.5rem;
		width: 100%;
		padding: 35px 26px;
		position: static;
	}

	/* Photos */
	.cms_block.photos {
		width: 100%;
		margin: 0;
		padding: 45px 5% 30px;
	}
	.photos h2 {
		border-bottom: none;
		text-align: center;
	}
	/* ギャラリー */
	.gallery {
		padding: 0 10%;
	}
	.gallery li {
		width: 46%;
		margin: 0 2% 30px;
	}
	.gallery li p {
		font-size: 2rem;
		margin-bottom: 10px;
	}

	/* -- MODAL CONTENT -- */
	.modal-content {
		width: auto !important;
		left: 10%;
		right: 10%;
	}
/*	.modal-content .cms_text {
		overflow: visible;
	}*/
	.modal-content .slick-prev,
	.modal-content .slick-next {
		width: 30px;
		height: 22px;
		margin-top: 0;
	}
	.modal-content .slick-prev {
		background: url(../img/slide_prev_line.png) no-repeat 0 0 / 12px 22px;
	}
	.modal-content .slick-next {
		background: url(../img/slide_next_line.png) no-repeat right 0 / 12px 22px;
	}
	.modal-content .slick-prev {
	    left: -10%;
	}
	[dir='rtl'] .modal-content .slick-prev {
	    right: -10%;
	}
	.modal-content .slick-next {
	    right: -10%;
	}
	[dir='rtl'] .modal-content .slick-next {
		left: -10%;
	}


	/* ページ内ナビ */
	.pagenav {
		display:none;
	}

	/* -- 高性能タイトル -- */
	.highp_title {
		margin-bottom: 20px;
	}
	.highp_title span {
		font-size: 2.2rem;
		display: block;
		margin-right: 0;
	}
}
@media screen and (max-width: 479px) {
	.gallery {
		padding: 0 15%;
	}
	.gallery li {
		display: block;
		width: auto;
		margin: 0 0 30px;
	}
}


/* ------------------------------
 最下層
------------------------------ */
.lineLead p {
	font-size: 1.8rem;
	line-height: 1.2;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #B3B3B3;
}
/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.lineLead p {
		font-size: 1.6rem;
	}
}


/* ----- ブライト テコ入れ ----- */

.photos.tac ul {
	display:inline-block;
}
.appearance {
	margin-top:80px;
	margin-bottom: 90px;
}
.appearance h2 {
    border-bottom: none;
	text-align:center;
	margin: 0 auto 30px;
}
.appearance h2:before {
	left:0;
	right:0;
	margin:auto;
}
.appearance .btn-a{
	text-align:center;
}

.popupList .w390 {
    position: relative;
}
.popupList .w390::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
    background: #fff;
    transform: rotate(-45deg);
    z-index: 1;
}

.contents_navi li p {
	font-size: 1.6rem;
	padding-left: 0;
	border-left: none;
}
.contents_navi li p:before {
	display: none;
}
.contents_navi li.new:before {
	font-family: 'Roboto' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-style: italic;
	font-size: 1.4rem;
	line-height: 56px;
	text-align: center;
	color: #231815;
	content: "NEW";
	position: absolute;
	top: -23px;
	left: -15px;
	background: #fff;
	border: solid 1px #231815;
	width: 58px;
	height: 58px;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	border-radius: 60px;
	box-shadow: 0 0 0 3px #fff;
	-webkit-box-shadow: 0 0 0 3px #fff;
	-moz-box-shadow: 0 0 0 3px #fff;
	z-index: 50;
}
.interiorBlock .cms_fl:nth-child(2n) {
    margin-left: 20px;
}
@media screen and (max-width: 767px) {
	.appearance {
		margin-top: 20px;
	}
	.appearance .contents_navi li:nth-child(3),.photos.tac .contents_navi li:nth-child(3) {
		width: auto;
		float: none;
		margin-right: 0;
	}
	.btnList a:last-child {
		margin-right: 5px;
	}
	.interiorBlock .cms_fl:nth-child(2n) {
		margin-left: 0;
	}
}

@media print, screen and (min-width: 768px) {
	.color_bg.vr {
		padding: 22px 155px;
	}
}