@charset "utf-8";

/**
 *
 *  ページ用CSS
 *　index
 */

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.header{
  background: rgba(255, 255, 255, 1);
}
.header::before{
  opacity: 0!important
}
.header.scroll::before{
  opacity: 1!important
}

.content{
  margin-top: 90px;
}
/*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/
#Mv{
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  height:57%;
}

#Mv .Mv-left{
  width: 24%;
  background: url(../img/top/bg_price_sp.png) no-repeat left center / cover;
  display: flex;
  align-items: center;
}
#Mv .Mv-left-inner{
  width: 86%;
  margin: 2% auto;
}
#Mv .Mv-left-inner img{
  margin: 6% 0;
}
#Mv .Mv-left-inner .no1{
  max-width: 270px;
  width: 78%;
  margin: 0 auto 10px;
}
#Mv .Mv-left-inner .no1 img{
  margin: 0;
}
#Mv .Mv-left-inner p{
  display: block;
  margin-top: 4%;
  width: 100%;
  text-align: center;
  font-size: 1.4vw;
  /* font-size: 2.2rem; */
  border: solid thin #fff;
}
#Mv .Mv-left-inner p a{
  display: block;
  padding: 3% 14px;
}

#Mv .Mv-right{
  width: 76%;
}
#Mv .mv-slider{
  line-height: 0;  
}
#Mv .mv-slider .slick-dots{
  bottom: 30px;
  z-index: 500;  
}
#Mv .mv-slider .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  opacity: .7;
  transition: .3s;
}
#Mv .mv-slider .slick-dots li:hover,
#Mv .mv-slider .slick-dots li.slick-active{
  opacity: 1;
  background: #b8912f;
}

#Mv .pic-mv,
#Mv .caption-mv,
#Mv h1,
#Mv .txt-lead{
  opacity: 0;
  transition: 1.5s;  
}
#Mv h1{
  transition: 2s;  
}
#Mv .pic-mv.show,
#Mv .caption-mv.show,
#Mv h1.show,
#Mv .txt-lead.show{
  opacity: 1;
  position: relative;

}
#Mv .caption-mv{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;  
}
#Mv .caption-mv span:nth-child(1){
  position: absolute;
   left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;  
}
#Mv .caption-mv img,
#Mv .pic-mv img{  
  width: 100%;
/*  height: 100vh;*/
  object-fit: cover;
  transform: translate(0,0);
}
#Mv h1{
  position: absolute;
  /*left: 87%;*/
  left: 75%;
  top: 52%;
  z-index: 100;
  transform: translate(-50%,-50%);
  font-size: 6.4rem;
  letter-spacing: .2em;
  line-height: 1;
  color: #333333; 
  writing-mode: vertical-rl;
	white-space: nowrap;  
}

#Mv .scene02 h1,
#Mv .scene03 h1{
  color: #fff;
  text-shadow: 0 0 12px rgba(0,0,0,.9);  
}

#Mv h1 span{
  transition-duration: 2s;  
}
#Mv .txt-lead{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 30px;
  background: rgba(0,0,0,.8);
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: .08em;
  line-height: 1.6;  
}
#Mv .txt-lead strong{
  font-weight: 500;
  background-image: linear-gradient( 90deg, rgb(153,129,30) 15%, rgb(253,245,151) 50%, rgb(153,129,30) 85%); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* floating-banner */
.floating{
	display: block;
	position: fixed;
	right: 10px;
  left: none;
  transform: none;
	bottom: 10px;
	z-index: 9999;
	width: 90%;
  max-width: 400px;
}
.floating .btn-close{
  width: 30px;
  margin-bottom: -10px;
  cursor: pointer;
  position: absolute;
  bottom: 270px;
  right: 1%;
  z-index: 12002;
}

@media screen and (max-width: 768px) {
  .floating{
    display: block;
    position: fixed;
    right: none;
    left: 50%;
    transform: translateX(-50%);
    bottom: 55px;
    z-index: 9999;
    width: 95%;
    height: auto;
    max-width: 95%;
  }
.floating .btn-close{
    width: 25px;
  	margin-bottom: 0;
    cursor: pointer;
    position: absolute;
    bottom: 140px;
    right: 1%;
  }
}

.img-pc {
  display: none;
}

.img-sp {
  display: block;
}


/*右下追従*/
.floating-banner{
	display: block;
	position: fixed;
	right: 10px;
	bottom: 10px;
	z-index: 9999;
	width: 328px;
}
.floating-banner span:first-child{
  margin-bottom: 5px;
}
.floating-banner span{
  display: block;  
}
.floating-banner span.sp{
  display: none;  
}
.floating-banner .btn-close{
/*	float: right;*/
	width: 30px;
/*	margin-bottom: -10px;*/
	cursor: pointer;
    position: absolute;
    bottom: 0;
    right: -10%;
    z-index: 12002;
}
.floating-banner .bnr{
	clear: both;
}

/*モーダル*/
.floating-banner span.sp{
    display: block;  
}
.floating-banner .overlay{
    display: block;
}
.floating-banner{
    width: calc(100% - 10px);
    height: calc(100vh - 50px);
    right: 5px;
    bottom: 50px;
	}
.floating-banner .overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 10px);
    height: 120%;
    margin-left: -5px;
    background: rgba(0,0,0,.8);
}
.floating-banner-cont{
    position: absolute;
    left: 30%;
    top: 55%;
    transform: translateY(-50%)translateX(8%);
    z-index: 12001;
    width: 33%;
    max-width: 550px;
/*    max-width: 350px;*/
}
@media screen and (max-width: 1500px) {
    .floating-banner-cont{
        max-width: 400px;
/*        left: 34.5%;*/
    }
/*    .floating-banner .btn-close{
        width: 25px;
        top: 57%;
    }*/
}
@media screen and (max-width: 1280px) {
    .floating-banner-cont{
        max-width: 300px;
    }
    .floating-banner .btn-close{
        width: 25px;
        right: -12%;
    }
}
.floating-banner span.sp{
    position: relative;
    display: block;
}
.floating-banner span.sp a{
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;
}
.floating-banner span.sp a.link-request{
    top: 0;
}
.floating-banner span.sp a.link-reserve{
    bottom: 0;
}


/*--------------------------------------------------------------------------
  Point
---------------------------------------------------------------------------*/
#point{
  background-color: #fff;
}
#point ul{
  width: 94%;
  max-width: 1200px;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#point ul li{
  width: 16%;
}

.point{
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.bg_on{
  background: #f3efe3;
}
.bg_off{
  background: #fff;
}
.point .point_inner{
  width: 94%;
  max-width: 1200px;
  margin: 0px auto;
}
.point img{
  width: 100%;
}
.point .btn-more{
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #point ul li{
    width: 50%;
  }
}
/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* info-price
-----------------------------------------------------------------*/
.info-price{
  position: relative;
  padding: 15px 20px 25px;
  background: url(../img/top/bg_price_pc.png) no-repeat center / cover;
  text-align: center;
  line-height: 1;
  letter-spacing: .1rem;
}
.info-price small{
	display: inline-block;
	margin-right: 10px;
	padding: 15px 10px;
	border: 4px double #fff;
	font-size: 2rem;
	letter-spacing: .3rem;
	vertical-align: 2rem;
}
.info-price strong{
	font-size: 8.4rem;
	font-weight: normal;
	color: #d6b52a;
	letter-spacing: 0;
}
.info-price span{
	font-size: 3.6rem;
}
.info-price sup{
	font-size: 1.8rem;
}
.info-price .ico-sold{
  position: absolute;
  right: 1%;
  top: 0;
  z-index: 50;
  transform: translateY(-100%);  
}

/* obi
-----------------------------------------------------------------*/
.obi{
  display: flex;
  justify-content: center;
  padding: 30px 15px;
  align-items: center;
  background-image: linear-gradient( 0deg, rgb(150,119,37) 0%, rgb(190,150,49) 50%, rgb(150,119,37) 100%);
  line-height: 1;
}
.obi span:nth-child(1){
  font-size: 3.6rem;
  letter-spacing: .05em;
}
.obi span:nth-child(1) small{
  position: relative;
  top: -5px;
  font-size: 60%;  
}
.obi span:nth-child(2){
  margin-left: 25px;
  padding: 15px 30px;
  border: 1px solid #fff;
  font-size: 3.2rem;
  letter-spacing: .08em;
}

.obi-link{
	position: relative;
	overflow: hidden;
	display: block;
	transition: .3s;
}
.obi-link:hover{
	filter: brightness(1.2);
}
.obi-link .reflection {
    height      :100%;
    width       :30px;
    position    :absolute;
    top         :-180px;
    left        :0;
		z-index: 100;
    background-color: #fff;
    opacity     :0;
    transform: rotate(45deg);
		animation: reflection 3.6s ease-in-out infinite;
}
@media screen and (max-width: 1280px) {
  .obi span:nth-child(1){
    font-size: 2.7vw;
  }
  .obi span:nth-child(2){
    font-size: 2.2vw;
  }    
}


/* merit
-----------------------------------------------------------------*/
.merit-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.merit-list li{
  width: calc((100% - 6px)/4);
  padding: 25px 10px 30px;
  background: #2b2d2e;
  text-align: center;
  line-height: 1.4;  
}
.merit-list li:nth-child(n+5){
  margin-top: 2px;  
}
.merit-list h3{
  font-weight: normal;
  text-transform: uppercase;
  color: #bb9d1a;
  letter-spacing: .1em;
}
.merit-list .txt{
  font-size: 2rem;  
}
.merit-list .txt strong{
  padding: 0 2px;
  font-size: 140%;
  font-weight: 500;  
}
.merit-list .txt strong.bigger{
  font-size: 150%;  
}
.merit-list .txt small{
  font-size: 1.8rem; 
}

@media screen and (max-width: 1200px) {
  .merit-list h3{
    font-size: 1.33vw;
  }
  .merit-list .txt{
    font-size: 1.67vw;
  }
  .merit-list .txt small{
  font-size: 1.2rem; 
}
}

.merit-main{
  padding: 30px 0;
  background-image: linear-gradient( -90deg, rgb(249,249,249) 0%, rgb(212,211,212) 100%);
  color: #000; 
}
.merit-main ul{
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.merit-main li{
  position: relative;
  width: calc(100% / 3);
  text-align: center; 
  line-height: 1;
}
.merit-main li:nth-child(n+2)::before{
  position:absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%,-50%);
  display: block;
  content: "";
  width: 38px;
  height: 38px;
  background: url(../img/top/ico_cross.svg) no-repeat;
  background-size: 100% auto;
}
.merit-main li small{
  display: block;
  font-size: 2.8rem;  
}
.merit-main li span{
  font-size: 3.5rem;  
}
.merit-main li span strong{
  display: inline-block;
  padding: 0 2px;
  transform: translateY(4px);
  font-weight: normal;
  font-size: 6.3rem;
  color: #99811e;  
}
.merit-main li:nth-child(3) strong{
  display: block; 
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 3.5rem;
  color: #99811e;  
}
.merit-main li:nth-child(3) span{
  font-size: 2.8rem;  
}
.merit-sub{
  padding: 20px 0;
  background: #4f4f4f;
}
.merit-sub ul{
  display: flex;
  align-items: stretch;
}
.merit-sub ul li{
  width: 25%;
  padding: 0 5px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.merit-sub ul li:nth-child(n+2){
  border-left: 1px solid #fff;  
}
.merit-sub strong{
  display: inline-block;
  padding: 0 2px;
  font-size: 2.8rem;
  font-weight: normal;  
}
.merit-sub small{
  font-size: 70%;
  display: block;
}
.merit-sub span.en{
  display: inline-block;
  padding: 0 2px;
  font-size: 120%;  
}

@media screen and (max-width: 1020px) {
  .merit-main li small{
    font-size: 2.69vw;  
  }
  .merit-main li span{
    font-size: 3.37vw;  
  }
  .merit-main li span strong{
    font-size: 6.06vw;  
  }
  .merit-main li:nth-child(3) strong{
    font-size: 3.37vw; 
  }
  .merit-main li:nth-child(3) span{
    font-size: 2.69vw;  
  }
  .merit-main li:nth-child(n+2)::before{
    width: 25px;
    height: 25px;
  }
  .merit-sub ul li{
    font-size: 1.92vw;
  }
  .merit-sub strong{
    font-size: 2.69vw;
  }
}

/* main-bnr
-----------------------------------------------------------------*/
.main-bnr{
  padding-top: 60px;
  background-color: #fff;
}
.main-bnr img{
  width: 100%;
}
.main-bnr .txt-area{
	position: relative;
  margin-bottom: 40px;
	text-align: center;  
  color: #000;
  padding: 0 20px;
}
.main-bnr .txt-area h2{
	position: relative;
	padding-bottom: 10px;
	font-size: 4rem;
	font-weight: 300;
	letter-spacing: .5rem;
	text-align: center;
	color: #bb9d1a;
}
.main-bnr .txt-area h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 1px;
	background: #bb9d1a;
	content: "";
}
.main-bnr .txt-area p{
  font-size: 20px;
}
.main-bnr .txt-area h2 + *{
  margin-top: 40px;
}
.main-bnr .col2{
  width: 90%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.main-bnr .col2.doublecp{
  position: relative;
}
.main-bnr .col2.doublecp::after{
  position: absolute;
  content: "";
  left: calc(50% - 25px);
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  background: url(../img/top/ico_cp_plus.png) no-repeat center center / cover;
}
.movie_note{
  padding: 0 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.modal-video-movie-wrap{
  padding-bottom: 100%!important;
}


@media screen and (max-width: 768px) {
  .main-bnr{
    padding: 50px 0;
  }
  .main-bnr + .main-bnr{
    padding-top: 0;
  }
  .main-bnr .col2{
    flex-direction: column;
  }
  .main-bnr .col2.doublecp::after{
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
  }

  @media screen and (min-width: 769px) {
    p.movie_bnr{
      padding-bottom: 32px;
    }
  }
}


/* step
-----------------------------------------------------------------*/
.step{
  padding-top: 60px;
  background-color: #fff;
}
.main-bnr + .step{
  padding: 90px 0;
}

.step-inner{
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.step .txt-area{
	position: relative;
  margin-bottom: 40px;
	text-align: center;
  color: #000;
}
.step .txt-area h2{
	position: relative;
	padding-bottom: 10px;
	font-size: 4rem;
	font-weight: 300;
	letter-spacing: .5rem;
	text-align: center;
	color: #bb9d1a;
}
.step .txt-area h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 1px;
	background: #bb9d1a;
	content: "";
}
.step .txt-area h2 + *{
  margin-top: 40px;
}
.step ul{
  display: flex;
  justify-content: center;
  gap: 2rem;
}
/* .step ul li{
  width: 31%;
  margin: 0 1% 20px;
} */


@media screen and (max-width: 768px) {
  .step ul{
    flex-direction: column;
  }
  .step ul li{
    width: 100%;
    /* margin: 0 auto 30px; */
  }
  .main-bnr + .step{
    padding: 0 0 90px
  }
}



/* intro
-----------------------------------------------------------------*/
.intro{
  padding: 100px 0 100px;
  /*background: url(../img/top/img_intro01_pc.jpg) no-repeat right top;
  background-size: auto 880px; */
  background: #efefef;
}
.intro .txt-area{
	position: relative;
  margin-bottom: 40px;
	text-align: center;  
}
.intro .txt-area h2{
	position: relative;
	z-index: 10;
  margin-bottom: 50px;
  font-size: 4rem;
  line-height: 2;
  letter-spacing: .08em;  
}
.intro .txt-area h2 small{
	display: block;
	text-transform: uppercase;
	font-size: 2.4rem;
	color: #bb9d1a;
}
.intro .txt-area .txt-verite{
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	white-space: nowrap; 
	font-size: 8.8vw;
	letter-spacing: .08em;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	opacity: .15;
}
.intro .txt-area .txt{
  font-size: 1.8rem;
  line-height: 2.5;  
}
.intro .pride{
  text-align: center; 
}
.intro h2{
	position: relative;
	padding-bottom: 10px;
	font-size: 2.6rem;
	font-weight: 300;
	letter-spacing: .5rem;
	text-align: center;
	color: #bb9d1a;
}
.intro h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 50px;
	height: 1px;
	background: #bb9d1a;
	content: "";
}
.intro .bnr-area {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	margin: 50px auto ;
	max-width: 990px;
}
.intro .bnr-area li {
	width: 49%;
}
.intro .bnr-area li:last-child {
	width: 45.4%;
}


.bnr-pc{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}
.bnr-pc .bnr__item{
  width: 48%;
  max-width: 580px;
  margin-bottom: 40px;
}

/*スライドバナー*/
.bnr-slide {
  display: none;
  width: 100%;
  margin: 15px auto;
  @include breakpoint(500px) {
      margin: 5% auto;
  }
}
.bnr-slide__item {
  padding-right: 10px;
  padding-left: 10px;
}
.bnr-slide__item img {
  height: auto;
  width: 100%;
}
.bnr-slide .slick-dots{
  bottom: -30px;
  z-index: 500;  
}
.bnr-slide .slick-dots li {
  width: 8px;
  height: 8px;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
  background: #838383;
  border-radius: 50%;
  opacity: .7;
  transition: .3s;
}
.bnr-slide .slick-dots li:hover,
.bnr-slide .slick-dots li.slick-active{
  opacity: 1;
  background: #b8912f;
}

.slick-prev:before, .slick-next:before {
  color: #000066;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../js/fonts/slick.eot');
    src: url('../js/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../js/fonts/slick.woff') format('woff'), url('../js/fonts/slick.ttf') format('truetype'), url('../js/fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.bnr-slide .slick-prev,
.bnr-slide .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
    transform: translateY(-50%);

    display: block;

    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
}
.bnr-slide .slick-prev:hover,
.bnr-slide .slick-prev:focus,
.bnr-slide .slick-next:hover,
.bnr-slide .slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.bnr-slide .slick-prev:hover:before,
.bnr-slide .slick-prev:focus:before,
.bnr-slide .slick-next:hover:before,
.bnr-slide .slick-next:focus:before
{
    opacity: 1;
}
.bnr-slide .slick-prev.slick-disabled:before,
.bnr-slide .slick-next.slick-disabled:before
{
    opacity: .25;
}
.bnr-slide .slick-prev:before,
.bnr-slide .slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    opacity: .75;
    color: rgb(255, 255, 255);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bnr-slide .slick-prev
{
    left: 30px;
}
.bnr-slide .slick-prev:before
{
    content: '←';
}

.bnr-slide .slick-next
{
    right: 30px;
}
.bnr-slide .slick-next:before
{
    content: '→';
}


@media screen and (max-width: 640px) {
.bnr-slide{
    display: block;
  }
.bnr-slide .slick-dots{
    bottom: -20px;  
  }
  .bnr-slide .slick-dots li {
    margin: 0 5px;
  }
  .bnr-slide__item {
    padding-right: 7px;
    padding-left: 7px;
  }


  .bnr-slide .slick-prev:before,
.bnr-slide .slick-next:before
{
    font-family: 'slick';
    font-size: 30px;
    line-height: 1;

    opacity: .75;
    color: rgb(255, 255, 255);

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bnr-slide .slick-prev
{
    left: 15px;
}
.bnr-slide .slick-prev:before
{
    content: '←';
}

.bnr-slide .slick-next
{
    right: 15px;
}
.bnr-slide .slick-next:before
{
    content: '→';
}
}


/* news
-----------------------------------------------------------------*/
.news{
  padding: 150px 0 50px;
  background: #efefef;
}
.news .txt-area{
	position: relative;
  margin-bottom: 40px;
	text-align: center;  
}
.news .txt-area h2{
	position: relative;
	z-index: 10;
  margin-bottom: 50px;
  font-size: 4rem;
  line-height: 2;
  letter-spacing: .08em;  
}
.news .layout-box{
  margin: auto;
  padding: 50px 90px;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 7.68px 0.32px rgba(52, 52, 52, 0.09);
  max-width: 1200px;
}
.news h2{
  margin-right: 20px;
  font-size: 4rem;
  color: #99811e;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: .2em;  
}
.news .news-list{
  max-width: 750px;
  width: 70%;
}
.news .news-list > div{
  display: flex;
  width: 100%;
  padding: 27px 4%;
  border-bottom: 1px solid #cccccc;
  line-height: 1.5;
  font-size: 1.8rem;
  color: #000;
}
.news .news-list > div:last-child {
  border-bottom: none;
}
.news .news-list  dt{
  flex-shrink: 0;
  width: 7.5em;
  font-size: 1.4rem;
  letter-spacing: .05em;
  color: #888;
}
.news .news-list a{
	color: #99811e;
	text-decoration: underline;
}
.news .news-list a:hover{
	text-decoration: none;
}
/* concept
-----------------------------------------------------------------*/
.concept {
	position: relative;
	padding: 140px 0 480px;
	color: #000;
	background: #daeaf2 url(../img/top/bg_concept_pc.jpg) no-repeat center bottom / 100% auto;
	text-align: center;
}
.concept::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 62%;
  height: 100px;
  background: url(../img/top/txt_concept.png) no-repeat center top / contain;
  content: "";
}
.concept h2 {
	font-size: 3.4rem;
	line-height: 1.2;
}
.concept h2 span {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .3rem;
}
.concept h3 {
	padding: 30px 0;
	font-size: 2rem;
	line-height: 1.4;
}
.concept p {
	padding-bottom: 50px;
	line-height: 2;
}
.btn-more a{
  position: relative;
  display: block;
  margin: auto;
  padding: 20px 50px;
  border: 1px solid #000;
  width: 100%;
  max-width: 300px;
  background-color: rgba(255,255,255,.5);
  color: #000;
  line-height: 1;
  letter-spacing: .1rem;
  transition: .3s;
}
.btn-more a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(../img/common/arw_btn_circle_g.svg) no-repeat center / contain;
  content: "";
}
.btn-more a:hover {
  filter: brightness(1.2);  
  opacity: 0.5;
}
/* features
-----------------------------------------------------------------*/
.features{
  padding-bottom: 150px;
  background: #efefef;
}
.features .fetures-list{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 100px;
}
.features .fetures-list li{
	width: 33.33%;
}
.features .fetures-list li.location {
  background: url(../img/top/img_location.jpg) no-repeat center / cover;
}
.features .fetures-list li.access {
  background: url(../img/top/img_access.jpg) no-repeat center / cover;
}
.features .fetures-list li.plan {
  background: url(../img/top/img_plan.jpg) no-repeat center / cover;
}
.features .fetures-list li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	transition: all 0.5s ease-in-out;
}
.features .fetures-list li a:hover {
	background: none;
}
.features .fetures-list .txt-area {
	padding: 150px 10%;
	text-align: center;
}
.features .fetures-list .txt-area h2 {
	padding-bottom: 40px;
	font-size: 3.4rem;
	font-weight: 400;
	letter-spacing: .3rem;
	line-height: 1;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
}
.features .fetures-list .txt-area h2 span {
	font-size: 1.6rem;
	line-height: 1;
}
.features .fetures-list .txt-area p {
	padding-bottom: 40px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.8);
	min-height: 180px;
}
.features .fetures-list .txt-area .btn-more{
  position: relative;
  display: block;
  margin: auto;
  padding: 20px 50px;
  border: 1px solid #fff;
  background-color: rgba(255,255,255,.8);
  max-width: 300px;
  color: #000;
  line-height: 1;
  letter-spacing: .1rem;
  transition: .3s;
}
.features .fetures-list .txt-area .btn-more::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  width: 30px;
  height: 30px;
  background: url(../img/common/arw_btn_circle.svg) no-repeat center / contain;
  content: "";
}
.features .fetures-list li a:hover .btn-more {
	background: rgba(255,255,255,1);
  border: solid thin #000;
}



/* --------------------------------------------------
view
-------------------------------------------------- */
.s_view {
	position: relative;
	height: 65vh;
	margin-bottom: 125px;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
}
.s_view .btnWrap {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 25px 0;
}
.s_view .btnChange {
	display: flex;
	justify-content: center;
	position: absolute;
	z-index: 100;
	width: 100%;
}
.s_view .btnChange {
		top: 25px;
	}
.s_view .btnChange .tab {
	width: 85px;
	padding: 5px 0;
	border: 2px solid #fff;
	background: #fff;
	color: #0d1f35;
	font-size: 1.5rem;
	line-height: 1;
	text-align: center;
	cursor: pointer;
}
.s_view .btnChange .tab.active {
	background: #0d1f35;
	color: #fff;
}
.s_view .panorama {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
.s_view.daytime .panorama {
	background-image: url(../img/top/panorama01.jpg);
}
.s_view.evening .panorama {
	background-image: url(../img/top/panorama02.jpg);
}

.s_view .controls {
	display: flex;
	justify-content: space-between;
	position: absolute;
	top: 50%;
	z-index: 3;
	width: 100%;
	transform: translateY(-50%);
}
.s_view .controls .nav {
	display: block;
	width: 30px;
	height: 100px;
	background-color: rgba(255,255,255,.8);
	cursor: pointer;
}
.s_view .controls .nav::before {
	content: '';
	position: absolute;
	top: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #000 #000 transparent transparent;
}
.s_view .controls .nav.left::before {
	left: 10px;
	transform: rotate(-135deg);
}
.s_view .controls .nav.right::before {
	right: 10px;
	transform: rotate(45deg);
}
.s_view .cap {
  color: #000;
  padding: 10px;
}

@media screen and (min-width: 768px){
	.s_view {
		position: relative;
		width: 100%;
		height: 650px;
		margin-bottom: 150px;
	}
	.s_view .btnWrap {
		padding: 30px 0;
	}
	.s_view .btnChange {
		top: 25px;
	}
	.s_view .btnChange .tab {
		width: 110px;
		font-size: 2.0rem;
		border-width: 4px;
	}
  .s_view .panorama {
    /* position: relative;
    height: 100%;
    background-size: 150% auto;
    background-repeat: no-repeat;
    pointer-events: none; */
  }

	.s_view .controls .nav {
		width: 60px;
		height: 200px;
		transition: .4s;
	}
	.s_view .controls .nav:hover {
		opacity: .7;
	}
	.s_view .controls .nav::before {
		top: calc(50% - 10px);
		width: 20px;
		height: 20px;
	}
	.s_view .controls .nav.left::before {
		left: 22px;
	}
	.s_view .controls .nav.right::before {
		right: 22px;
	}
}




/* foot_note
-----------------------------------------------------------------*/
.foot_note{
  padding: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #efefef;
  color: #000;
}
.foot_note .txt-area{
	position: relative;
  padding: 40px 0;
	text-align: left;  
}

.foot_note .txt-area .txt-verite{
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	white-space: nowrap; 
	font-size: 8.8vw;
	letter-spacing: .08em;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	opacity: .15;
}
.foot_note .txt-area .txt{
  text-align: left;
  font-size: 1.2rem;
  line-height: 2.5;
  max-width: 1100px;
}










/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {

.pc{
  display: none;
}
/*--------------------------------------------------------------------------
   Mv
---------------------------------------------------------------------------*/
  #Mv{
    flex-direction: column-reverse;
  }
  #Mv .Mv-left{
    width: 100%;
    background: url(../img/top/bg_price_sp.png) no-repeat left center / cover;
  }
  #Mv .Mv-left-inner{
    width: 80%;
    margin: 5% auto 8%;
  }
  #Mv .Mv-left-inner img{
    max-width: 100% !important;
    margin: 0;
  }
  #Mv .Mv-left-inner img + img{
    margin-top: 20px;
  }
  #Mv .Mv-left-inner .no1{
    max-width: 180px;
    margin: 0 auto 20px;
  }
  #Mv .Mv-left-inner p{
    font-size: 2.2rem;
  }

  #Mv .Mv-right{
    width: 100%;
  }

  #Mv .pic-mv img,
  #Mv .caption-mv img{  
    /* height: 104.35vw; */
    height: 100%;
  }
  #Mv h1{
    top: 60vw;
    left: 87vw;
    font-size: 8.4vw;
  }
  #Mv .txt-lead{
    position: relative;
    padding: 10px 20px 20px;
    font-size: 2rem;  
  }

  #Mv .mv-slider .slick-dots{
    bottom: 10px;  
  }
  #Mv .mv-slider .slick-dots li {
    margin: 0 5px;
  }
  
/* floating-banner */
	.floating-banner{
		width: calc(100% - 10px);
		height: calc(100vh - 50px);
    right: 5px;
    bottom: 50px;
	}
	.floating-banner .overlay{
		position: absolute;
		left: 0;
		top: 0;
		width: calc(100% + 10px);
		height: 100%;
		margin-left: -5px;
		background: rgba(0,0,0,.8);		
	}
	.floating-banner-cont{
		position: absolute;
		left: 3%;
		right:0;
		top: 60%;
		transform: translateY(-50%)translateX(8%);
		z-index: 10100;
		width: 85%;
	}
  .floating-banner span.pc{
    display: none;  
  }
  .floating-banner span.sp{
    position: relative;
    display: block;  
  }
  .floating-banner span.sp a{
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;  
  }
  .floating-banner span.sp a.link-request{
    top: 0;
  }
  .floating-banner span.sp a.link-reserve{
    bottom: 0; 
  }
	.floating-banner .btn-close {
        width: 25px;
		margin-bottom: -5px;
        position: relative;
        float: right;
        right: 0;
	}
	
	
	

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* info-price
-----------------------------------------------------------------*/
	.info-price{
                padding: 7px 20px;
		background: url(../img/top/bg_price_sp.png) no-repeat center / cover;
	}
	.info-price small{
		display: block;
		border: none;
		margin: 0 auto -10px;
		font-size: 1.2rem;
	}
	.info-price strong{
		font-size: 5.9rem;
	}
	.info-price span{
		font-size: 2.3rem;
		vertical-align: .5rem;
	}
	.info-price sup {
		position: absolute;
		left: 56%;
        bottom: 47px;
		font-size: 1.2rem;
	}
  .info-price .ico-sold{
    left: 10px;
    transform: translateY(-60%);
    width: 25vw;  
  }


/* obi
-----------------------------------------------------------------*/
  .obi{
    display: block;
    padding: 20px;
    text-align: center;
  }
  .obi span:nth-child(1){
    font-size: 2.2rem;
		line-height: 1.4;  
  }
  .obi span:nth-child(1) small{
    display: block;
   }
  .obi span:nth-child(2){
    display: inline-block;
    margin: 10px 0 0;
    padding: 13px 30px;
    font-size: 2rem;
  }
	.obi-link:hover{
		filter: brightness(1);
	}


/* merit
-----------------------------------------------------------------*/
  .merit-list li{
    width: calc(50% - 1px);
    padding: 20px 10px;
  }
  .merit-list li:nth-child(n+3){
    margin-top: 2px;  
  }
  .merit-list h3{
    margin-bottom: 4px;
    font-size: 1.4rem;
  }
  .merit-list .txt{
    font-size: 1.4rem;  
  }

  .merit-main{
    padding: 20px 0;
  }
  .merit-main ul{
    display: block;
    padding: 0 10px;
  }
  .merit-main li{
    width: 100%;
  }
  .merit-main li:nth-child(n+2){
    margin-top: 35px;  
  }
  .merit-main li:nth-child(n+2)::before{
    left: 50%;
    top: -14px;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
  }
  .merit-main li small{
    display: inline;
    font-size: 2.1rem;  
  }
  .merit-main li span{
    font-size: 2.6rem;  
  }
  .merit-main li span strong{
    transform: translateY(4px);
    font-size: 4.8rem; 
  }
  .merit-main li:nth-child(3) strong{
    display: inline; 
    margin-bottom: 0;
    font-size: 3.2rem; 
  }
  .merit-main li:nth-child(3) span{
    font-size: 2.5rem;  
  }
  .merit-sub{
    padding: 0;
  }
  .merit-sub ul{
    flex-wrap: wrap; 
  }
  .merit-sub ul li{
    width: 50%;
    padding: 22px 0;
    font-size: 1.5rem;
    line-height: 1.5;  
  }
  .merit-sub ul li:nth-child(3){
    border-left: none;
  }
  .merit-sub ul li:nth-child(even){
    border-left: 1px solid #fff;  
  }
  .merit-sub ul li:nth-child(n+3){
    border-top: 1px solid #fff; 
  }
  .merit-sub strong{
    padding: 0 1px;
    font-size: 2rem;
  }
  .merit-sub span.en{
    padding: 0 2px;
  }
  .merit-sub ul li:nth-child(3) strong,
  .merit-sub ul li:nth-child(4) strong{
    display: block;
    margin-top: 8px;
   font-size: 1.8rem; 
  }


/* intro
-----------------------------------------------------------------*/
  .intro{
    padding: 50px 0;
     overflow: hidden;
  }
  .intro .txt-area{
    margin-bottom: 30px;
		padding: 0 20px;  
  }
  .intro .txt-area h2{
    margin-bottom: 40px;
    font-size: 3.4rem;  
  }
	.intro .txt-area .txt-verite{
		left: 50%;
		top: 90px;
		transform: translateX(-50%);
		width: auto;
		font-size: 110px;
	}
	.intro .pride{
		padding:  0 20px;
	}
  #Page .intro .pride h3 img{  
    width: auto;
    height: 23px;
  }

  .intro .sp-bnr{
    position: relative;
    margin: 25px 10px 0 5px; 
  }
  .intro .sp-bnr a{
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;  
  }
  .intro .sp-bnr a.link-request{
    top: 0;
  }
  .intro .sp-bnr a.link-reserve{
    bottom: 0; 
  }
  
  .intro .pc-bnr{
    text-align: center;
    margin: 100px 0px -30px 0px;
  }
  .intro .pc-bnr a{
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;  
  }
  .intro .pc-bnr a.link-request{
    top: 0;
  }
  .intro .pc-bnr a.link-reserve{
    bottom: 0; 
  }  
  .intro .bnr-area {
	  display: none;
  }

/* news
-----------------------------------------------------------------*/
  .news{
    padding: 50px 0;
  }
    
  .news .txt-area{
    margin-bottom: 30px;
    padding: 0 20px;  
  }
  .news .txt-area h2{
    margin-bottom: 20px;
    font-size: 3.4rem;  
  }
  .news .layout-box{
    display: block;
    width: 90%;
    padding: 30px;
  }
  .news h2{
    margin: 0 0 20px;
    line-height: 1.2;
    font-size: 3.5rem;
  }
  .news .news-list{
    width: 100%;  
  }
  .news .news-list > div{
    display: block;
    padding: 15px 0;
    font-size: 1.6rem;
  }
  .news .news-list  dt{
    width: auto;
    margin-bottom: 5px;
  }


/* concept
-----------------------------------------------------------------*/
	.concept {
		padding: 60px 0 220px;
		background: #daeaf2 url(../img/top/bg_concept_sp.jpg) no-repeat center bottom / 100% auto;
		text-align: center;
	}
	.concept::before {
	  width: 90%;
	}
	.concept h2 {
		font-size: 2.4rem;
		line-height: 1.8;
	}
	.concept h2 span {
		font-size: 1.4rem;
	}
	.concept h3 {
		font-size: 2rem;
		line-height: 1.8;
	}
	.concept p {
		padding-bottom: 30px;
		font-size: 1.5rem;
	}

/* features
-----------------------------------------------------------------*/
	.features{
	  padding: 0 0 50px;
	}
	.features .fetures-list{
		margin-bottom: 50px;
	}
	.features .fetures-list li{
		width: 100%;
	}
	.features .fetures-list .txt-area {
		padding: 80px 10%;
	}
	.features .fetures-list .txt-area h2 {
		padding-bottom: 20px;
		font-size: 3rem;
	}
	.features .fetures-list .txt-area h2 span {
		font-size: 1.4rem;
	}
	.features .fetures-list .txt-area p {
		padding-bottom: 30px;
		font-size: 1.6rem;
		min-height: 100px;
	}

/* main-bnr
-----------------------------------------------------------------*/

  .main-bnr .txt-area{
    margin-bottom: 20px;
  }
  .main-bnr .txt-area h2 + * {
    margin-top: 20px;
  }
}


.banner-wrapper {
    position: relative;
    margin-bottom: 0px;
  }

 .band {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.5rem;
    color: #fff;
    font-size: 5rem;
    font-weight: 700;
    padding: 20px 10px;
    text-align: center;
    width: 100%;
}

.top-band { 
    background-color: #80080A;
    position: relative;
    font-weight: 600;
    /* margin-bottom: 10px; */
    width: 100%;
    z-index: 10;
    letter-spacing: 0.5rem;
}
.top-band a {
    width: 100%;
}
.top-band span {
    background-image: linear-gradient(70deg, #D0A900, #FFF9E6, #FFD700); /* Gold gradient for text */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.3;
}

/* Bottom band */
.bottom-band {
  background: #fffdf8;
  color: #000;
  position: relative;
  /* margin-top: 10px; */
  font-size: 4rem; /* Default size for PC */
  width: 100%;
}
.bottom-band.pat{
  background: url(../img/top/bg_band_btm.png) no-repeat center center / cover;
}

@media screen and (max-width: 768px) {
  .band {
      font-size: 3rem;
  }
  .top-band span img{
    width: calc(100% - 2%);
  }
  .bottom-band {
      background: url(../img/top/bg_band_btm.png) no-repeat center center / 150%;
      font-size: 2.5rem;
  }
}

.main-visual {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px; 
}


.Mv-right {
  position: relative;
}

.Mv-right .red-circle {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1000;
}

.Mv-right .red-circle img {
  width: 290px;
  height: 250px;
}

.Mv-right .cap1,
.Mv-right .cap2,
.Mv-right .cap3{
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.Mv-right .cap1{
  text-shadow: 3px 3px 10px #000000;
}
.Mv-right .cap2{
  color: #000;
}

.Mv-right .cap3{
  text-shadow: 2px 2px 10px #000000;
}

@media screen and (max-width: 768px) {
  .Mv-right .cap1,
  .Mv-right .cap2,
  .Mv-right .cap3{
    right: 20px;
    bottom: 30px;
    font-size: 14px;
  }
}