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




/*********** common変更 *************/


/*********** ↑common変更 *************/



.top-yasumi {
	font-size: 2.2rem;
	text-align: center;
	width: 78.33%;
	margin: 0 auto;
	margin-top: 40px;
	padding: 30px 0;
}




/*********** 共通 *************/
.top_container {
    max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}



.top-bt-wrap {
	
}

.top-bt-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top-bt-wrap ul li {
	width: 37.5%;
	text-align: center;
	margin: 0 20px;
	border-radius: 5px;
}

.top-bt-wrap ul li a {
	width: 100%;
	color: #FFF;
	font-size: 2.2rem;
	padding: 20px 0;
	display: block;
	transition: all 0.3s ease;
	text-decoration: none;
}

.top-bt-wrap ul li:nth-child(1) a {
	background-color: #811c21;
	background-image: url("../images/common/btmark_arrow.png");
	background-position: right 3% center;
	background-repeat: no-repeat;
	background-size: 28px auto,100% 100%;
}

.top-bt-wrap ul li:nth-child(2) a {
	background:url("../images/common/btmark_arrow.png"), linear-gradient(to right, #dbd2a9, #9c8120);
	background-position: right 3% center;
	background-repeat: no-repeat;
	background-size: 28px auto,100% 100%;
}

.top-bt-wrap ul li:nth-child(1)  a:hover {
	background-position: right 1% center;
	filter: brightness(130%);
}

.top-bt-wrap ul li:nth-child(2)  a:hover {
	background-position: right 1% center;
	filter: brightness(120%);
}

/*********** ↑共通 *************/




.top_st-bg {
	background-image: url("../images/top/top_bg_brown.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-bottom: 120px;
}


.top_merit-wrap {
	display: flex;
	justify-content: space-between;
}

.top_merit-wrap &gt; li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 1.4vw;
	line-height: 1.4;
	letter-spacing: 0.01rem;
	text-align: center;
	width: 25%;
	padding: 5px 0;
	background: linear-gradient(180deg, #C4B572, #B19B4F);
}

.top_merit-wrap &gt; li:nth-child(-n+4)  {
	margin-right: 3px;
}

.top_merit-wrap &gt; li .large {
	font-size: 3.8em;
	line-height: 0.7;
}

.top_merit-wrap &gt; li .large-s {
	font-size: 2.4em;
}

.top_merit-wrap &gt; li .small {
	font-size: 0.7em;
}

.top_merit-wrap &gt; li .small sup {
	font-size: 1.0rem;
	letter-spacing: 0;
	top: -0.5em;
}

.top_merit-wrap &gt; li p &gt; sup {
	font-size: 1.0rem;
	letter-spacing: 0;
	top: -1.0em;
}

.top_merit {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	text-align: left;
}


/* 個別 */

.top_merit-wrap .no1 .top_merit p:nth-child(2) {
	width: 16%;
}

.top_merit-wrap .no1 .cap {
	text-align: right;
	width: 100%;
	margin-right: 8%;
}

.top_merit-wrap .no2 .top_merit p:nth-child(1) {
	font-size: 0.7em;
	line-height: 1.3;
	letter-spacing: 0;
}

.top_merit-wrap .no2 .top_merit p:nth-child(1) .large {
	font-size: 2.0em;
}


.top_merit-wrap .no2 .top_merit p:nth-child(2) {
	font-size: 1.75em;
	line-height: 1.2;
	letter-spacing: 0;
	margin-left: 0.1em;
}

.top_merit-wrap .no3 .top_merit p:nth-child(1) .small {
	font-size: 0.65em;
}

/* ↑個別 */






.top_st01 {
	width: 38.83%;
	margin: 0 auto;
	padding-top: 90px;
}

.top_st01-copy {
	line-height: 3.0;
	letter-spacing: 0.3rem;
	text-align: center;
	padding-top: 70px;
}

.top_st02 {
	padding-top: 90px;
}


.top_announce02 {
	border-top: 1px solid rgba(255,255,255,0.7);
	border-bottom: 1px solid rgba(255,255,255,0.7);
	padding: 30px 0;
	margin-bottom: 60px;
}




.top_price-wrap {
	width: 78.33%;
	margin: 0 auto;
	padding-top: 100px;
}

.top_raise-copy {
	font-size: 4.0rem;
	text-align: center;
	padding-top: 160px;
}

.top_raise-copy sup {
	font-size: 0.3em;
  top: -1.7em;
}


.top_price01 {
	font-size: 4.0rem;
	text-align: center;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	padding: 30px 0 10px;
	margin-top: 80px;
}




.top_guidance-wrap {
	margin-top: 40px;
}

.top_guidance-wrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top_guidance-wrap ul li {
	width: 28%;
	text-align: center;
}

.top_guidance-wrap ul li a {
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
	padding: 10px 0;
	display: block;
	background-image: url("../images/top/top_guidance-mk.png");
	background-position: right 3% center;
	background-repeat: no-repeat;
	background-size: 8px auto;
	border: 1px solid #fff;
	transition: all 0.3s ease;
	text-decoration: none;
}

.top_guidance-wrap ul li a:hover {
	background-color: rgba(255,255,255,0.3);
}








.top_app01-wrap {
    max-width: 1360px;
	margin: 0 auto;
	padding: 0 20px;
	margin-top: 120px;
}


.bnr_campaign-wrap {
	padding-top: 120px;
}



.top_nextbt-wrap {
	width: 68.17%;
	margin: 0 auto;
	padding-top: 120px;
}







/*********** movie *************/

.movie-wrap {
	padding: 100px 0;
}


.movie_title {
	font-family: 'Crimson Text', serif;
	color: #43616f;
	font-size: 7.0rem;
	line-height: 1.5;
	letter-spacing: 0.5rem;
	text-align: center;
}

.movie_copy p:nth-child(1) {
	color: #43616f;
	font-size: 3.2rem;
	line-height: 1.5;
	letter-spacing: 0.5rem;
	text-align: center;
	padding-top: 20px;
}

.movie_copy p:nth-child(2) {
	font-size: 1.8rem;
	text-align: center;
	padding-top: 20px;
}

.movie_bt-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 40px;
}

.movie_bt-wrap.single {
	justify-content: center;
}

.movie_bt-wrap li {
	width: 47%;
}

.movie_bt-wrap .copy {
	font-size: 2.0rem;
	text-align: center;
}




/*********** ↑movie *************/






	

/*********** top_cont *************/


.top_cont-allwrap {

}




/*** 共通 right ***/

.cont-wrap-right {
	display: grid;
	grid-template-columns: 49.92% 47.27%;
	grid-template-rows: auto 1fr auto;
	justify-content: space-between;
	background-image: url("../images/common/bg_blue1000.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding: 100px 0;
}

/* cont_copy */
.cont-wrap-right li:nth-child(1) {
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}

/* cont_p01 */
.cont-wrap-right li:nth-child(2) {
	grid-column: 1 / 2;
	grid-row: 1 / 4;
}

/* cont_p02 */
.cont-wrap-right li:nth-child(3) {
	grid-column: 2 / 3;
	grid-row: 3 / 4;
	align-self: flex-end;
}

/* cont-bt */
.cont-wrap-right li:nth-child(4) {
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	align-self: center;
}


.cont-wrap-right .cont_copy {
	padding-right: 20px;
}

.cont-wrap-right .title {
	width: 90%;
}

.cont-wrap-right .subtitle {
	font-size: 4.0rem;
	letter-spacing: 0.5rem;
	padding-top: 20px;
}

.cont-wrap-right .copy {
	line-height: 2.2;
	text-align: justify;
	padding-top: 50px;
}

@media only screen and (max-width: 1200px){
.cont-wrap-right .copy br {	display: none;}
}
	
.cont-wrap-right .cont_p01 {

}

.cont-wrap-right .cont_p02 {
	width: 112.56%;
	margin-left: -30%;
}






/*** 共通 left ***/

.cont-wrap-left {
	display: grid;
	grid-template-columns: 47.27% 49.92%;
	grid-template-rows: auto 1fr auto;
	justify-content: space-between;
	background-image: url("../images/common/bg_white1000.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	color: #293131;
	padding: 100px 0;
}

/* cont_copy */
.cont-wrap-left li:nth-child(1) {
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

/* cont_p01 */
.cont-wrap-left li:nth-child(2) {
	grid-column: 2 / 3;
	grid-row: 1 / 4;
}

/* cont_p02 */
.cont-wrap-left li:nth-child(3) {
	grid-column: 1 / 2;
	grid-row: 3 / 4;
	align-self: flex-end;
}

/* cont-bt */
.cont-wrap-left li:nth-child(4) {
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	align-self: center;
	justify-self: flex-end;
}


.cont-wrap-left .cont_copy {
	padding-left: 20px;
	text-align: right;
}

.cont-wrap-left .title {
	width: 90%;
	margin-left: 10%;
}

.cont-wrap-left .subtitle {
	font-size: 4.0rem;
	letter-spacing: 0.5rem;
	padding-top: 20px;
}

.cont-wrap-left .copy {
	line-height: 2.2;
	text-align: right;
	padding-top: 50px;
}

@media only screen and (max-width: 1200px){
.cont-wrap-left .copy {	text-align: justify;}
.cont-wrap-left .copy br {	display: none;}
}
	
.cont-wrap-left .cont_p01 {

}

.cont-wrap-left .cont_p02 {
	width: 112.56%;
	margin-left: 18%;
}








/*** 共通 ***/


.top_cont-allwrap .cont-bt {
	width: 82%;
	padding: 20px 0;
}

.top_cont-allwrap .cont-bt a {
	transition: all 0.2s ease;
}

.top_cont-allwrap .cont-bt a:hover {
	margin-left: 20px;
}



/*** 個別 ***/

.cont4,
.cont5 {
	position: relative;
}

.coming-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 10;
}

.coming-wrap .copy {
	font-family: 'Crimson Text', serif!important;
	color: #fff;
	font-size: 3.0rem;
	letter-spacing: 0.5rem;
}

.cont4 .coming-wrap {
	opacity: 0.7;
}

.cont5 .coming-wrap {
	opacity: 0.65;
}




/*********** ↑top_cont *************/





.top_end-wrap {
	color: #fff;
	font-size: 2.2rem;
	letter-spacing: 0.5rem;
	text-align: center;
	background: #211513;
	padding: 100px 0;
}





.anc_movie {
	display: block;
    padding-top: 120px;
	margin-top: -120px;
}

















</pre></body></html>