@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  top.css
// style info :  スタイル指定
=================================================================== */
.top_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mb200 {
  margin-bottom: 200px;
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:991px) {
  .mb200 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width:767px) {
  .mb200 {
    margin-bottom: 80px;
  }
}
/***************************
	#meritBox
****************************/
#meritBox {}
#meritBox .meritBox_wrap {
  padding: 30px 15px;
  background: #fef8ef;
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:991px) {}
@media screen and (max-width:767px) {}
/***************************
	#top_copy
****************************/
#top_copy {}
#top_copy .top_copy_bgArea {
  margin-bottom: -100px;
}
#top_copy .top_copy_bgArea span {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 400px;
}
#top_copy .top_copy_bgArea span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -120px;
  left: -120px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-image: url(../../../img/pages/top/img/icon_copy.png);
  background-size: contain;
  z-index: 0;
}
#top_copy .top_copy_bgArea span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -120px;
  right: -120px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-image: url(../../../img/pages/top/img/icon_copy.png);
  background-size: contain;
  transform: scale(-1, 1);
  z-index: 0;
}
#top_copy .top_copy_wrap {
  padding: 0 15px 150px;
}
#top_copy .top_copy_wrap p {
  text-align: center;
  font-size: 24px;
  line-height: 2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:1200px) {}
@media screen and (max-width:991px) {
  #top_copy .top_copy_bgArea span {
    padding-bottom: 310px;
  }
}
@media screen and (max-width:767px) {
  #top_copy .top_copy_wrap {
    padding: 0 15px 80px;
  }
  #top_copy .top_copy_wrap p {
    font-size: 18px;
  }
  #top_copy .top_copy_bgArea span {
    padding-bottom: 340px;
  }
}
@media screen and (max-width:350px) {
  #top_copy .top_copy_bgArea span {
    padding-bottom: 400px;
  }
}
/***************************
	top_info
****************************/
.top_info {
  padding-top: 150px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 2;
}
.top_info_wrap {
  border: 1px solid #979287;
  padding: 50px 15px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.top_info_wrap::before {
  content: "PICK UP";
  width: 150px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 15px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 3px;
  color: #989286;
  font-family: 'Cinzel', serif;
}
/*.top_info_wrap_border{ border: 1px solid #c4c1ba; padding: 60px 15px;}*/
.top_info p.top_info_deposit {
  line-height: 1 !important;
  padding: 30px 0 10px;
  font-size: 30px !important;
}
.top_info h3 {
  font-size: 30px;
  line-height: 1.5;
}
.top_info h3 > span {
  font-size: 40px;
  position: relative;
}
.top_info h3 b {
  font-size: 2em;
  font-weight: bold;
  line-height: 1;
}
.top_info h3 > span > b span {
  color: #aa635f;
}
.top_info h3 small {
  font-size: 12px;
}
.top_info .top_info_btn {
  text-align: center;
}
.top_info .top_info_btn a {
  background: #3e6284;
  display: block;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 20px 15px;
}
.top_info .top_info_btn a:hover {
  opacity: 0.8;
}
.top_info .top_info_btn a p {
  font-size: 20px !important;
  color: #fff;
  line-height: 1 !important;
}
.top_info p.cap {
  font-size: 11px !important;
  margin-top: 20px;
}
.top_info .top_info_planDetail {
  text-align: center;
  max-width: 580px;
  margin: 0 auto;
}
.top_info .top_info_planDetail h4 {
  font-size: 24px;
  text-align: center; /*border-bottom: 1px solid #3e6284;*/ padding-bottom: 15px;
  line-height: 1;
}
.top_info .top_info_planDetail h4 b {
  font-size: 1.3em;
  padding-left: 10px;
}
.top_info .top_info_planDetail h4 span {
  border-right: 1px solid;
  padding-right: 10px;
  margin-right: 10px;
}
.top_info .top_info_planDetail p.top_info_spec {
  font-size: 24px;
  color: #b0a691;
  text-align: center;
  line-height: 1 !important;
  padding: 20px 0;
}
.top_info .top_info_planDetail p.top_info_area {
  font-size: 18px;
  text-align: center;
  letter-spacing: .01em;
  line-height: 2 !important;
}
.top_info .top_info_planDetail p.top_info_area span.num1 {
  font-size: 2em;
  line-height: 1;
}
.top_info .top_info_planDetail p.top_info_area span.num2 {
  font-size: 1.5em;
}
@media screen and (max-width:992px) {}
@media screen and (max-width:767px) {
  .top_info {
    padding-top: 80px;
  }
  .top_info p.top_info_deposit {
    padding: 20px 0 10px;
    font-size: 26px !important;
  }
  .top_info h3 {
    font-size: 23px;
  }
  .top_info h3 > span {
    font-size: 22px;
  }
  .top_info h3 small {
    display: block;
    padding-top: 5px;
  }
  .top_info .top_info_btn a p {
    font-size: 16px !important;
    color: #fff;
  }
  .top_info_wrap {
    padding: 30px 15px;
  }
  .top_info .top_info_planDetail h4 {
    font-size: 18px;
  }
  .top_info .top_info_planDetail h4 span {
    padding-bottom: 15px;
    display: block;
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .top_info .top_info_planDetail p.top_info_area {
    font-size: 14px !important;
  }
}
/***************************
	top_sales-guidance
****************************/
.top_sales-guidance {
  margin-bottom: 100px;
}
.top_sales-guidance_wrap {
  background: #ddf2f9;
  padding: 40px 30px 30px;
  max-width: 1200px;
  margin: 0 auto;
}
.top_sales-guidance dl {}
.top_sales-guidance dl dt {
  margin-bottom: 30px;
}
.top_sales-guidance dl dt span {
  color: #1EA6D6;
  font-size: 30px;
  position: relative;
  padding-left: 180px;
  display: inline-block;
  left: -7%;
}
.top_sales-guidance dl dt span::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  line-height: 0;
  font-size: 0;
  background-repeat: no-repeat;
  background-image: url(../../../img/pages/common/icon_guidance.png);
  left: 0;
  top: -36px;
  width: 150px;
  height: 117px;
}
.top_sales-guidance dl dd {
  font-size: 16px;
  background: #fff;
  padding: 20px;
}
@media screen and (max-width:767px) {
  .top_sales-guidance {
    margin-bottom: 80px;
  }
  .top_sales-guidance_wrap {
    padding: 15px 15px;
  }
  .top_sales-guidance dl dt {
    margin-bottom: 10px;
  }
  .top_sales-guidance dl dt span {
    font-size: 25px;
    padding-left: 0;
    padding-top: 20px;
    left: 0;
  }
  .top_sales-guidance dl dt span::before {
    left: 50%;
    transform: translateX(-50%);
    top: -80px;
    width: 130px;
    height: 97px;
  }
  .top_sales-guidance dl dd {
    font-size: 14px;
    padding: 15px;
    text-align: left;
  }
}
/***************************
	top_movie
****************************/
.top_movie {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
}
.top_movie_wrap {
  position: relative;
  z-index: 2;
}
.top_movie_wrap_box {
  border: 1px solid #979287;
  padding: 50px 15px;
  position: relative;
}
.top_movie_wrap_box::before {
  content: "MOVIE";
  width: 150px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 0 15px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 3px;
  color: #989286;
  font-family: 'Cinzel', serif;
}
.top_movie h3 {
  line-height: 1.5;
  font-size: 28px;
}
.top_movie p.top_movie_ttl {
  letter-spacing: 3px;
  font-size: 20px !important;
  color: #989286;
}
.top_movie p.cap {
  font-size: 10px !important;
  line-height: 1.5 !important;
  padding: 10px 10px 0;
  color: #666;
}
.top_movie_video {
  width: 100%;
  margin: 0 auto;
  max-width: 960px;
  position: relative;
}
/*.top_movie_video::after{
	content: "";
    display: block;
    position: absolute;
    background-image: url(../../../img/pages/common/bg_brick_texture04.jpg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center center;
    bottom: -50px;
    width: 100%;
    right: -50px;
    height: 90%;
    z-index: -1;}*/
@media screen and (max-width:834px) {
  /*.top_movie_video{ padding: 0 30px;}*/
  /*.top_movie_video::after{ width: 95%; right: 0;}*/
}
@media screen and (max-width:767px) {
  .top_movie_wrap_box {
    padding: 30px 15px;
  }
  .top_movie h3 {
    font-size: 18px;
  }
  /*.top_movie_video::after{ width: 80%; bottom: -20px;}*/
}
/***************************
	#top_cg-slider
****************************/
#top_cg-slider {
  margin: 0 15px;
  padding: 0 0 150px;
}
.top_cg-slider_wrap {
  max-width: 1000px;
  margin: 0 auto;
}
#top_cg-slider .top_cg-slider_box {}
#top_cg-slider .top_cg-slider_box li {
  position: relative;
}
#top_cg-slider .top_cg-slider_box li figure figcaption {
  background: rgba(0, 36, 58, 0.5);
  color: #fff;
  bottom: 0;
  right: 0;
}
#top_cg-slider .slick-dots {}
#top_cg-slider .slick-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  border: unset;
  width: 40px;
  height: 4px;
  display: block;
  background: #fff;
  cursor: pointer;
  border-radius: 0;
}
#top_cg-slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 2px;
}
#top_cg-slider .slick-dots li:hover button {
  background: #f2ad49;
}
#top_cg-slider .slick-dots .slick-active button {
  background: #f2ad49;
}
#top_cg-slider .slick-prev, #top_cg-slider .slick-next {
  z-index: 3;
}
#top_cg-slider .slick-prev {
  left: 0;
}
#top_cg-slider .slick-next {
  right: 0;
}
#top_cg-slider .slick-prev:before {
  left: 0px !important;
  background-image: url(../../../img/pages/roomplan/prevBtn.png) !important;
}
#top_cg-slider .slick-next:before {
  right: 0px !important;
  background-image: url(../../../img/pages/roomplan/nextBtn.png) !important;
}
#top_cg-slider .slick-prev:before, #top_cg-slider .slick-next:before {
  content: "";
  position: absolute;
  z-index: 3;
  width: 70px;
  height: 90px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  #top_cg-slider {
    padding: 0 0 50px;
  }
}
/***************************
	#top_update
****************************/
#top_update {
  padding: 0 0 100px;
}
.top_update_wrap {
  width: 100%;
  max-width: 1200px;
  background: #fef8ef;
  padding: 40px 30px;
  margin: 0 auto;
}
.top_update_wrap h3 {
  letter-spacing: 3px;
  font-size: 20px;
  color: #989286;
}
.top_update_wrap .top_update_inner {
  overflow-y: scroll;
  height: 150px;
}
.top_update_wrap .top_update_inner dl {
  color: #666;
  font-size: 14px;
  letter-spacing: .2em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
  margin-bottom: 10px;
}
.top_update_wrap .top_update_inner dl:last-child {
  margin-bottom: 0;
}
.top_update_wrap .top_update_inner dl dt {
  margin-right: 20px;
  width: 200px;
  padding-left: 1.2em;
  position: relative;
}
.top_update_wrap .top_update_inner dl dt::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ef991b;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.5em;
  height: 0.5em;
}
.top_update_wrap .top_update_inner dl dd {
  width: calc(100% - 220px);
}
.top_update_wrap .top_update_inner dl dd a {
  color: #666;
  text-decoration: underline;
}
.top_update_wrap .top_update_inner dl dd a:hover {
  text-decoration: none;
}
@media screen and (max-width:767px) {
  #top_update {
    padding: 0 0 80px;
  }
  .top_update_wrap .top_update_inner dl dt, .top_update_wrap .top_update_inner dl dd {
    width: 100%;
  }
  .top_update_wrap .top_update_inner dl dd {
    padding-left: 1.2em;
  }
}
/***************************
	#top_content
****************************/
#top_content {}
.content_parabg {
  position: relative;
  overflow: hidden;
}
.content_parabg::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  width: 70vw;
  height: 100%;
  transform: translateX(-50%);
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.sec-contents01 .content_parabg::after {
  background: url("../../../img/pages/common/bg_brick_texture.jpg");
}
.sec-contents02 {
  margin-top: 100px;
}
.sec-contents02 .content_parabg::after {
  top: 150px;
  left: 60%;
  transform: translateX(-60%);
  background: url("../../../img/pages/common/bg_brick_texture02.jpg");
}
.sec-con_wrap {
  position: relative;
  z-index: 1;
}
.sec-con_img {
  position: relative;
  z-index: 1;
}
.sec-con_img figure {
  width: auto;
  width: 70%;
}
.sec-con_img figure figcaption {
  background: rgba(0, 36, 58, 0.5);
  color: #fff;
}
.sec-con_img.sec-con_img_left figure figcaption {
  left: 0;
  right: initial;
  bottom: inherit;
  top: 0;
}
.sec-con_img.sec-con_img_right figure figcaption {
  right: 0;
  bottom: inherit;
  top: 0;
  text-align: right
}
.sec-con_img_right {
  right: 0;
  display: flex;
  justify-content: flex-end;
}
.sec-con_img_left {
  left: 0;
  display: flex;
  justify-content: flex-start;
}
.sec-con_detail {
  position: absolute;
  z-index: 2;
  bottom: -10px;
  background: #fff;
  padding: 80px;
  text-align: left;
}
.sec-con_detail_right {
  right: 0;
  clip-path: polygon(13% 0, 100% 0%, 100% 100%, 0 100%);
  padding-left: 150px;
}
.sec-con_detail_left {
  left: 0;
  padding-right: 150px;
  clip-path: polygon(0 0, 100% 0, 87% 100%, 0 100%);
}
.sec-con_detail_wrap {
  max-width: 530px;
}
.sec-con_detail h3 {
  font-size: 70px;
  letter-spacing: 8px;
  text-align: left;
  line-height: 1;
  display: inline-block;
  position: relative;
  font-family: 'Cinzel', serif;
}
.sec-con_detail h3::first-letter {
  font-size: 1.3em;
}
.sec-con_detail dl {
  margin-bottom: 40px;
}
.sec-con_detail dl dt {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.sec-con_detail dl dd {
  font-size: 16px;
  line-height: 2.2;
}
.sec-con_detail .sec-con_detail_btn {}
.sec-con_detail .sec-con_detail_btn a {
  width: 100%;
  display: block;
  max-width: 320px;
}
.sec-con_detail .sec-con_detail_btn a p {
  line-height: 1;
  font-size: 20px;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  position: relative;
  font-weight: bold;
}
.sec-con_detail .sec-con_detail_btn a p::before {
  content: "";
  position: absolute;
  right: 2px;
  transition: 0.3s ease-in;
}
.sec-con_detail .sec-con_detail_btn a:hover p::before {
  right: 15px;
}
.sec-con_detail h3 span::before {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  line-height: 0;
  font-size: 0;
  background-repeat: no-repeat;
}
/* sec-con_concept
------------------------------------------------------------------------ */
.sec-con_concept {
  margin-bottom: 250px;
}
.sec-con_concept .sec-con_detail {
  bottom: -130px;
}
.sec-con_concept .sec-con_detail h3 span::before {
  background-image: url("../../../img/pages/top/img/icon_concept.png");
  right: -12%;
  top: 0;
  width: 51px;
  height: 27px;
}
.sec-con_concept .sec-con_detail .sec-con_detail_btn a p::before {
  content: url("../../../img/pages/top/img/icon_btn_arrow01.svg");
}
/* sec-con_location
------------------------------------------------------------------------ */
.sec-con_location {}
.sec-con_location .sec-con_detail h3 span::before {
  background-image: url("../../../img/pages/top/img/icon_location.png");
  right: -8%;
  top: 0;
  width: 39px;
  height: 41px;
}
.sec-con_location .sec-con_detail .sec-con_detail_btn a p::before {
  content: url("../../../img/pages/top/img/icon_btn_arrow02.svg");
}
/* sec-con_plan
------------------------------------------------------------------------ */
.sec-con_plan {}
.sec-con_plan .sec-con_detail h3 span::before {
  background-image: url("../../../img/pages/top/img/icon_plan.png");
  right: -14%;
  top: 0;
  width: 36px;
  height: 37px;
}
.sec-con_plan .sec-con_detail .sec-con_detail_btn a p::before {
  content: url("../../../img/pages/top/img/icon_btn_arrow03.svg");
}
@media screen and (min-width:1600px) {
  .sec-con_detail_right {
    right: 15%;
  }
  .sec-con_detail_left {
    left: 14%;
  }
}
@media screen and (max-width:1200px) {
  .sec-con_img figure {
    width: 90%;
  }
  .sec-contents01 .content_parabg::after {
    left: 60%;
  }
  .sec-contents02 .content_parabg::after {
    top: 100px;
  }
  .sec-con_detail {
    position: relative;
    bottom: 100px;
  }
  .content_parabg::after {
    height: 80%;
  }
  .sec-con_concept {
    margin-bottom: 100px;
  }
  .sec-con_concept .sec-con_detail {
    padding-bottom: 100px;
    bottom: 100px;
  }
}
@media screen and (max-width:991px) {
  .sec-con_concept {
    margin-bottom: 0;
  }
  .sec-contents02 {
    margin-top: 0;
  }
  .sec-con_detail {
    width: 95%;
  }
}
@media screen and (max-width:767px) {
  .sec-contents02 .content_parabg::after, .sec-contents01 .content_parabg::after {
    top: 0;
    height: 100%;
    width: 90vw;
    clip-path: polygon(70% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
    left: initial;
    transform: initial;
  }
  .sec-con_detail {
    padding: 30px 15px;
  }
  .sec-con_detail_right {
    padding-left: 15px;
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
  }
  .sec-con_detail_left {
    padding-right: 15px;
    clip-path: polygon(0% 0, 100% 0%, 100% 100%, 0 100%);
  }
  .sec-con_concept {
    margin-bottom: 80px;
  }
  .sec-con_concept .sec-con_detail {
    padding-bottom: 30px;
    bottom: 0;
  }
  .sec-contents02 {
    margin-top: 60px;
  }
  .sec-con_detail {
    bottom: 0;
    width: 100%;
  }
  .sec-con_detail h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .sec-con_detail dl {
    margin-bottom: 25px;
  }
  .sec-con_detail dl dt {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .sec-con_detail dl dd {
    line-height: 2;
  }
  .sec-con_detail .sec-con_detail_btn a p {
    font-size: 18px;
  }
  .sec-con_concept .sec-con_detail h3 span::before, .sec-con_location .sec-con_detail h3 span::before, .sec-con_plan .sec-con_detail h3 span::before {
    transform: scale(0.6);
    top: -10px;
  }
  .sec-con_concept .sec-con_detail h3 span::before {
    right: -15%;
  }
  .sec-con_location .sec-con_detail h3 span::before {
    right: -12%;
  }
  .sec-con_plan .sec-con_detail h3 span::before {
    right: -20%;
  }
}
/* sub_contents
------------------------------------------------------------------------ */
.sub_contents {
  width: 90%;
  position: relative;
  z-index: 1
}
.sub_contents_img01 {}
.sub_contents_img02 {
  margin-top: 5px;
  left: -3.8%;
}
.sub_contents ul {
  position: relative;
  justify-content: flex-start;
}
.sub_contents ul li {
  width: 25%;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  position: relative;
  left: -5.8%;
}
.sub_contents ul li:nth-child(1) {
  clip-path: polygon(0 0, 100% 0%, 85% 100%, 0% 100%);
  left: 0;
}
.sub_contents ul li:nth-child(2) {
  left: -3.3%;
}
.sub_contents ul li:nth-child(3) {
  left: -6.6%;
}
.sub_contents ul li:nth-child(4) {
  left: -9.9%;
}
.sub_contents ul li figure figcaption {
  position: absolute;
  bottom: 0;
  right: 15%;
  z-index: 2;
}
.sub_contents p.sub_contents_cap {
  font-size: 11px;
  color: #999;
  padding: 5px 15px;
}
@media screen and (max-width:1200px) {
  .sub_contents {
    width: 90%;
  }
}
@media screen and (max-width:991px) {}
@media screen and (max-width:767px) {
  .sub_contents {
    width: 100%;
  }
  .sub_contents ul {
    justify-content: space-between;
    padding: 0 15px;
  }
  .sub_contents ul li {
    width: 49%;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    margin-bottom: 5px;
  }
  .sub_contents ul li:nth-child(1) {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .sub_contents ul li:nth-child(2), .sub_contents ul li:nth-child(3), .sub_contents ul li:nth-child(4), .sub_contents_img02 {
    left: 0;
    margin-bottom: 0;
  }
  .sub_contents ul li figure figcaption {
    right: 0;
  }
}
/* newsCorona
------------------------------------------------------------------------ */
.newsCorona {
  margin: 100px 0;
}
@media screen and (max-width:991px) {
  .newsCorona {
    margin: 0 0 100px 0;
  }
}
@media screen and (max-width:767px) {
  .newsCorona {
    margin: 50px 0 50px 0;
  }
}
/* top_bnrArea
------------------------------------------------------------------------ */
.top_bnrArea {
  margin: 80px 0;
}
.top_bnrArea a {
  display: block;
  margin-bottom: 30px;
}
.top_bnrArea a img {
  margin: 0 auto;
}
.top_bnrArea a:last-child {
  margin-bottom: 0;
}
.top_bnrArea a:hover {
  opacity: 0.8;
}
@media screen and (max-width:991px) {
  .top_bnrArea {
    /*margin: 0 0 80px;*/
    margin: 80px 0 80px;
  }
}
@media screen and (max-width:767px) {
  .top_bnrArea {
    margin: 50px 0;
  }
}
/***************************
	#information
****************************/
/*#topPage #information{ padding: 0 15px; height: 700px; height: 400px;}
#topPage #information .infobox{ position: relative; top: 100px; z-index: 2;}
@media screen and (max-width:991px) {	
}
@media screen and (max-width:767px) {	
	#topPage #information{ padding: 0 15px; height: 720px; height: 300px;}
	#topPage #information .infobox{ top: 50px;}
}*/
#information {
  margin: 0;
  padding: 0;
  background: #fff;
}
#information .n23-information {
  text-align: center;
  /*padding: 80px 20px 0;*/
  padding: 30px 20px 0;
}
.n23-information {
  text-align: center;
  padding: 40px 20px 80px;
}
@media screen and (max-width:767px) {
  .n23-information {
    padding: 30px 20px 0;
  }
  #information .n23-information {
    padding: 30px 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  #information .infobox {
    padding: 10px 10px 0;
  }
}
/***************************
	#mainvisual 2023.04 アニメーション
****************************/
#mainvisual {
  width: 100%;
  /* height: calc(100vh - 122px);*/
  height: 57.29vw;
  position: relative;
  overflow: hidden;
}
#mainvisual .caption {
  margin: 0;
  padding: 2px 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  transition: 1s ease-in;
  opacity: 0;
}
.mv_operation {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.operation_btn {
  width: 130px;
  text-align: center;
  padding: 8px;
  font-size: 16px;
  background: #f7cc8d;
  color: #fff;
}
.operation_btn:hover {
  opacity: 0.7;
  cursor: pointer;
}
.skipBtn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.repeatBtn {
  position: relative;
  z-index: 1;
  visibility: hidden;
}
.setting_contents {
  position: relative;
  width: 100%;
  height: 100%;
}
#setting_01, /*#setting_02,*/ #setting_03 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#setting_02 {
  position: relative;
  width: 100%;
  height: 100%;
}
#setting_02 .setting_02_contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#setting_01 {
  z-index: 1;
}
#setting_01::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}
.mv_logo {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transform: translateY(-50%);
}
.back_cloud {
  width: 150%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../../../img/pages/top/mainvisual/cloud_bk.png) no-repeat left center;
  background-size: cover;
}
.back_sky {
  width: 150%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: url(../../../img/pages/top/mainvisual/sky_bk.png) no-repeat left center;
  background-size: cover;
}
.back_cloud, .back_sky {
  animation: infinity-sky 100s infinite linear 0.5s both;
}
@keyframes infinity-sky {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/*#setting_02{z-index: 2;}
#setting_02::after{content: ""; background: #fff;
	position: absolute; top: 0; left: 0; z-index: 4; width: 100%; height: 100%;}*/
#setting_02 .setting_02_contents {
  z-index: 2;
}
#setting_02 .setting_02_contents::after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
}
.light_bk {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: url(../../../img/pages/top/mainvisual/light_pc.png) no-repeat center center;
  background-size: cover;
}
.helicopter_shot {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  background: url(../../../img/pages/top/mainvisual/helicopter_shot_pc.jpg) no-repeat center center;
  background-size: cover;
}
#setting_03 {
  z-index: 3;
}
.setting_03_img {
  width: 100%;
  height: 100%;
  background: url(../../../img/pages/top/mainvisual/mainvisual_01_pc.jpg) no-repeat center left;
  background-size: cover;
}
@media screen and (max-width:1200px) {
  .mv_operation {
    top: 70px;
  }
}
@media screen and (max-width:767px) {
  .operation_btn {
    width: 90px;
    padding: 5px;
    font-size: 12px;
  }
  .mv_logo {
    max-width: 90vw;
    margin: 0 auto;
  }
  .back_cloud, .back_sky {
    width: 120%;
    animation: infinity-sky 70s infinite linear 0.5s both;
  }
  .light_bk {
    background: url(../../../img/pages/top/mainvisual/light_sp.png) no-repeat bottom center;
    background-size: cover;
  }
  .helicopter_shot {
    background: url(../../../img/pages/top/mainvisual/helicopter_shot_sp.jpg) no-repeat bottom center;
    background-size: cover;
  }
  .setting_03_img {
    background: url(../../../img/pages/top/mainvisual/mainvisual_01_sp.jpg) no-repeat bottom center;
    background-size: cover;
  }
}
/* 動作 */
.back_cloud {
  transition: 1s ease-in;
  opacity: 0;
}
.back_sky {
  transition: 1s ease-in;
  opacity: 0;
}
.mv_logo {
  transition: 0.5s ease-in 1.5s;
  opacity: 0;
}
#setting_01::after {
  transition: 3s ease-out;
  opacity: 0;
}
.helicopter_shot {
  transition: 2s ease-in;
  opacity: 0;
}
.light_bk {
  transition: 1s ease-in;
  opacity: 0; /*clip-path: inset(100% 0 0 0);*/
}
/*#setting_02{transition: 0.8s ease-in;}
#setting_02::after{transition: 0.8s ease-out 1.0s; opacity: 0;}*/
#setting_02 .setting_02_contents {
  transition: 0.8s ease-in;
}
#setting_02 .setting_02_contents::after {
  transition: 0.8s ease-out 1.0s;
  opacity: 0;
}
#setting_03 {
  transition: 0.6s ease-in;
  opacity: 0;
}
#mainvisual.scene1 .back_cloud, #mainvisual.scene1 .back_sky, #mainvisual.scene1 .mv_logo, #mainvisual.scene1 #setting_01 .caption {
  opacity: 1;
}
#mainvisual.scene2 #setting_01::after {
  opacity: 1;
}
#mainvisual.scene3 #setting_01 .caption {
  opacity: 0;
}
#mainvisual.scene3 .helicopter_shot {
  opacity: 1;
}
#mainvisual.scene3 .light_bk { /*clip-path: inset(0);*/ opacity: 1;
}
#mainvisual.scene3 #setting_02 .caption {
  opacity: 1;
}
#mainvisual.scene5 #setting_02 .setting_02_contents {
  transform: scale(1.45) translateX(20px);
}
#mainvisual.scene5 #setting_02 .setting_02_contents::after {
  opacity: 1;
}
#mainvisual.scene5 #setting_02 .caption {
  opacity: 0;
  transition-delay: 1s;
}
#mainvisual.scene6 #setting_03 {
  opacity: 1;
}
#mainvisual.scene6 #setting_03 .caption {
  opacity: 1;
}
#mainvisual.scene6 .skipBtn {
  visibility: hidden;
}
#mainvisual.scene6 .repeatBtn {
  visibility: visible;
}
/***************************
	#mainvisual 2023.07 スライダー
****************************/
#mainvisual .mv_slider li {
  /*   height: calc(100vh - 122px);*/
  height: 57.29vw;
  position: relative;
}
@media screen and (min-width:1920px) {}
#mainvisual .mv_slider li {
  height: calc(100vh - 122px);
  height: 57.29vw;
  position: relative;
}
#mainvisual .mv_slider_img {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
/*#mainvisual .mv_slider01 .mv_slider_img{ background: url(../../../img/pages/top/mainvisual_slider/mainvisual_01_pc.jpg) no-repeat center right; background-size: cover;}*/
#mainvisual .mv_slider01 .mv_slider_img {
  /*background: url(../../../img/pages/top/mainvisual_slider/mainvisual_05_pc.jpg) no-repeat center right;*/
  background: url(../../../img/pages/top/mainvisual_slider/mainvisual_07_pc.jpg) no-repeat center right;
  background-size: cover;
}
#mainvisual .mv_slider02 .mv_slider_img {
  /*background: url(../../../img/pages/top/mainvisual_slider/mainvisual_04_pc.jpg) no-repeat bottom center;*/
  background: url(../../../img/pages/top/mainvisual_slider/mainvisual_08_pc.jpg) no-repeat bottom center;
  background-size: cover;
}
#mainvisual .mv_slider03 .mv_slider_img {
  background: url(../../../img/pages/top/mainvisual_slider/mainvisual_09_pc.jpg) no-repeat center center;
  background-size: cover;
}
#mainvisual .mv_slider04 .mv_slider_img {
  background: url(../../../img/pages/top/mainvisual_slider/mainvisual_06_pc.jpg) no-repeat center center;
  background-size: cover;
}
#mainvisual .mv_slider li p {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 10px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  line-height: 1;
  padding: 5px;
}
#mainvisual .mv_slider01 .mv_slider_txt {
  position: absolute;
  /*top: 17%;*/
  top: 13%;
  left: 25%;
  z-index: 2;
  display: inline-block;
}
#mainvisual .mv_slider01 .mv_slider_txt {
  position: absolute;
  /*top: 17%;*/
  /*top: 13%;*/
  top: 9%;
  left: 25%;
  z-index: 2;
  display: inline-block;
}
@media screen and (max-width:1200px) {
  #mainvisual .mv_slider01 .mv_slider_txt {
    /*top: 13%;*/
    top: 15%;
  }
}
#mainvisual .mv_slider01 .mv_slider_txt img {
  width: 80%;
  max-width: 704px;
}
@media screen and (max-width:1200px) {
  #mainvisual .mv_slider01 .mv_slider_txt img {
    width: 70%;
    max-width: 650px;
  }
}
#mainvisual .mv_slider .slick-dots {}
#mainvisual .mv_slider .slick-dots button {
  padding: 0;
  color: transparent;
  outline: none;
  border: unset;
  width: 15px;
  height: 15px;
  display: block;
  background: none;
  border: #FFF 1px solid;
  cursor: pointer;
  border-radius: 50%;
}
#mainvisual .mv_slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 9px;
}
#mainvisual .mv_slider .slick-dots li:hover button {
  background: #FFF;
}
#mainvisual .mv_slider .slick-dots .slick-active button {
  background: #FFF;
}
@media screen and (max-width:1024px) {
  #mainvisual .mv_slider01 .mv_slider_txt {
    left: 20%;
  }
}
@media screen and (max-width:767px) {
  #mainvisual {
    overflow: visible;
  }
  #mainvisual, #mainvisual .mv_slider li {
    height: 100%;
  }
  #mainvisual .mv_slider_img {
    display: none;
  }
  #mainvisual .mv_slider01 .mv_slider_txt {
    /*display: none;*/
    left: 10%;
    top: 33%;
  }
  #mainvisual .mv_slider01 .mv_slider_txt img {
    width: 80%;
  }
  #mainvisual .mv_slider .slick-dots button {
    width: 10px;
    height: 10px;
    /*border: #333333 1px solid;*/
  }
  /* #mainvisual .mv_slider .slick-dots {
        bottom: -25px;
    }*/
  #mainvisual .mv_slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 15px;
  }
  /* #mainvisual .mv_slider .slick-dots li:hover button {
        background: #333333;
    }
    #mainvisual .mv_slider .slick-dots .slick-active button {
        background: #333333;
    }*/
  #mainvisual .mv_slider .slick-dots li button {
    background-color: rgba(255, 255, 255, .5);
  }
}
#n23-topContent {}
@media screen and (max-width: 991px) {
  #n23-topContent {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 787px) {
  #n23-topContent {
    margin-bottom: 50px;
  }
}
.n23-section {
  font-family: 'Noto Sans JP', sans-serif;
}
/*.n23c-btn {
  display: block;
  font-size: 22px;
  background: #CCC;
  letter-spacing: 0.1em;
  border-radius: 100px;
  padding: 17px 20px 16px;
  position: relative;
}
.n23c-btn:before {
  position: absolute;
  content: '';
  background: url("../../../img/pages/top/n-icon-arrow-b.svg") no-repeat center center;
  background-size: 100% auto;
  right: 36px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  transition: 0.3s ease-in;
}
.n23c-btn:hover:before {
  right: 24px;
}
.n23c-btn.n23c-btn--orange {
  background: #ed7041;
  color: #FFF;
}
.n23c-btn.n23c-btn--black {
  background: #333;
  color: #FFF;
}
.n23c-btn.n23c-btn--white {
  background: #FFF;
}
.n23c-btn.n23c-btn--black:before ,
.n23c-btn.n23c-btn--orange:before {
  background: url("../../../img/pages/top/n-icon-arrow-w.svg") no-repeat center center;
  background-size: 100% auto;
}*/
.n23-l-inner {
  max-width: 1170px;
  box-sizing: content-box;
  padding: 0 40px;
  margin: 0 auto;
}
#information .n23-l-inner {
  padding: 0 !important;
}
@media screen and (max-width:767px) {
  .n23c-btn {
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 14px 20px 16px;
  }
  .n23c-btn:before {
    right: 36px;
    top: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
  }
  .n23-l-inner {
    padding: 0 20px;
  }
}
.n23-kvLower {
  display: none;
}
@media screen and (max-width:767px) {
  .n23-kvLower {
    background: url("../../../img/pages/top/n-kv2-sp.png") no-repeat center center;
    background-size: cover;
    display: block;
    color: #333333;
    padding: 50px 10px 33px;
  }
  .n23-kvLower .n23-kvLower__subTitle {
    font-size: 30px;
    line-height: 1.1;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.1em;
    margin-bottom: 8px;
  }
  .n23-kvLower .n23-kvLower__title {
    font-size: 20px;
    line-height: 1.1;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin: 0;
  }
}
.n23-point {
  /*padding: 20px 20px;*/
  padding: 10px 20px;
  background-color: #0928851c;
}
.n23-pointFrame {
  display: flex;
  justify-content: space-between;
}
.n23-pointFrame .n23-pointItem {
  /*width: calc(50% - 10px);
    background: #f5f5f5;
    box-sizing: border-box;
    padding: 23px 20px 40px;
    font-size: 40px;
    border: 1px solid #092885;*/
  width: 33%;
  box-sizing: border-box;
  /*padding: 23px 20px 40px;*/
  padding: 23px 20px 20px;
  font-size: 30px;
}
.n23-pointFrame .n23-pointItem:nth-of-type(1), .n23-pointFrame .n23-pointItem:nth-of-type(1) {
  padding-top: 44px;
}
.n23-pointFrame .n23-pointItem:nth-of-type(2) {
  border: solid #000;
  border-width: 0 1px;
}
.n23-point .n23-point__txt {
  font-size: 1em;
  line-height: 1.2;
  font-feature-settings: "palt";
  text-align: center;
  letter-spacing: 0.1em;
}
.n23-point .n23-point__txt .txt--l {
  font-size: 1.5em;
  font-weight: 500;
}
.n23-point .n23-point__txt .txt--s {
  font-size: 0.875em;
}
.n23-point .n23-point__txt .txt--ss {
  font-size: 0.75em;
}
.n23-point .n23-point__txt .is-ruby {
  position: relative;
  display: inline-block;
}
.n23-point .n23-point__txt .is-rubyTxt {
  position: absolute;
  top: -1.5em;
  left: 0;
  font-size: 0.5142em;
}
.n23-point .n23-point__txt .is-orange {
  /*color: #ed7041;*/
  color: #092885;
}
@media screen and (max-width:1700px) {
  .n23-pointFrame .n23-pointItem {
    font-size: calc(29 / 1700 * 100vw);
    /*padding:  calc(23 / 1700 * 100vw)  calc(20 / 1700 * 100vw)  calc(40 / 1700 * 100vw);*/
    padding: calc(23 / 1700 * 100vw) calc(20 / 1700 * 100vw) calc(20 / 1700 * 100vw);
  }
  .n23-pointFrame .n23-pointItem:nth-of-type(1), .n23-pointFrame .n23-pointItem:nth-of-type(3) {
    padding-top: calc(44 / 1700 * 100vw);
  }
}
/*
@media screen and (max-width:1400px) {
    .n23-pointFrame .n23-pointItem {
        padding: 2.6vw 2vw 40px;
        font-size: 2.5vw;
    }
    .n23-pointFrame .n23-pointItem:nth-of-type(1) {
        padding-top: 3.9vw;
    }
}*/
@media screen and (max-width:767px) {
  .n23-point {
    /* padding: 20px 10px 0;*/
    padding: 0 10px 0;
    padding-bottom: 3vw;
  }
  .n23-pointFrame {
    display: block;
  }
  .n23-pointFrame .n23-pointItem {
    width: 100%;
    /*
  
    background: #CCC;
  
*/
    /*        padding: 2.6vw 2vw 5vw;  */
    padding: 3vw 2vw 3vw;
    font-size: 5.1vw;
  }
  .n23-pointFrame .n23-pointItem:nth-of-type(1) {
    padding-top: 6vw;
    /* margin-bottom: 10px;*/
  }
  .n23-pointFrame .n23-pointItem:nth-of-type(2) {
    border: solid #000;
    border-width: 1px 0;
  }
  .n23-pointFrame .n23-pointItem:nth-of-type(3) {
    padding: 3vw 2vw 3vw;
    border-bottom: 1px solid #000;
  }
}
/*.n23-information {
  text-align: center;
  padding: 80px 20px;
}
.n23-information_conBox:nth-child(n+2) {
	margin-top: 40px;
}
.n23-information .n23-information__subTitle {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.n23-information .n23-information__title {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 34px;
}
.n23-information .n23-information__title02 {
	font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 34px;
}
.n23-information em {
	font-size: 120%;
	font-weight: 500;
}
.n23-information .n23-information__txt {
  font-size: 18px;
  line-height: 1.66;
  letter-spacing: 0.1em;
  text-align: center;
}
.n23-information .n23-information__btn {
  max-width: 420px;
  margin: 40px auto 0;
}
.n23-information .n23-information__caution {
  font-size: 10px;
  line-height: 1.66;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width:767px){
  .n23-information {
    padding: 30px 20px 0;
  }
	.n23-information .n23-l-inner {
		padding: 0;
	}
  .n23-information .n23-information__subTitle {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .n23-information .n23-information__title {
    font-size: 28px;
    margin-bottom: 12px;
  }
	.n23-information .n23-information__title02 {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .n23-information .n23-information__txt {
    font-size: 16px;
    line-height: 1.66;
  }
  .n23-information .n23-information__btn {
    max-width: 420px;
    margin: 25px auto 0;
  }
  .n23-information .n23-information__caution {
    font-size: 10px;
    margin-top: 12px;
  }
}*/
.n23-movie {
  padding: 0 20px;
  margin-top: 100px;
}
.n23-movieFrame {
  display: flex;
}
.n23-movieFrame.is-rev {
  flex-direction: row-reverse;
}
.n23-movie__video {
  width: calc(100% - 680px);
  background: #151b17;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.n23-movie__video .top_movie_video {
  max-width: 1200px;
  aspect-ratio: 1 / .5625;
  display: flex;
  align-items: center;
}
.n23-movie__video .top_movie_video iframe {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / .5625;
}
.n23-movieContents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 680px;
  /*height: 675px;*/
  min-height: 675px;
  box-sizing: border-box;
  padding: 40px 40px 40px 40px;
  background: #547378;
}
.n23-movie .n23-movieContentsInner {
  color: #FFF;
}
.n23-movie .n23-movie__title {
  font-size: 100px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 27px;
}
.n23-movie .n23-movie__txt {
  font-size: 18px;
  line-height: 2.22;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width:1400px) {
  .n23-movie__video {
    width: calc(100% - 420px);
  }
  .n23-movieContents {
    width: 420px;
    height: 575px;
    min-height: auto;
    padding: 40px 40px 40px 40px;
  }
  .n23-movie .n23-movie__title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 27px;
  }
  .n23-movie .n23-movie__txt {
    font-size: 18px;
    line-height: 2.22;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width:900px) {
  .n23-movieFrame {
    display: block;
    padding: 80px 40px 80px 40px;
    background: #547378;
  }
  .n23-movie__video {
    width: 100%;
    box-sizing: border-box;
  }
  .n23-movieContents {
    width: 100%;
    height: auto;
    padding: 0px 0px 0px 0px;
    margin-bottom: 40px;
  }
  .n23-movie .n23-movie__title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 27px;
  }
  .n23-movie .n23-movie__txt {
    font-size: 18px;
    line-height: 2.22;
    letter-spacing: 0.12em;
  }
}
@media screen and (max-width:767px) {
  .n23-movie {
    padding: 0 0px;
    margin-top: 60px;
  }
  .n23-movieFrame {
    padding: 50px 30px 50px 30px;
  }
  .n23-movie__video {}
  .n23-movieContents {
    margin-bottom: 35px;
  }
  .n23-movie .n23-movie__title {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 27px;
  }
  .n23-movie .n23-movie__txt {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.12em;
  }
}
.n23-linkArea {
  padding: 0 20px;
}
.n23-linkAreaFrame {
  display: flex;
}
.n23-linkAreaFrame.is-rev {
  flex-direction: row-reverse;
}
.n23-linkArea__img {
  width: calc(100% - 700px);
  background: #333;
  position: relative;
}
.n23-linkArea__img .n23-linkArea__imgCap {
  font-size: 11px;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.5);
  padding: 2px 7px;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
}
.n23-linkAreaFrame.is-rev .n23-linkArea__img .n23-linkArea__imgCap {
  left: auto;
  right: 0;
}
.n23-linkAreaContents {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 750px;
  box-sizing: border-box;
  padding: 40px 50px 40px 80px;
}
.n23-linkArea .n23-linkAreaContentsInner {
  color: #FFF;
}
.n23-linkArea .n23-linkArea__subTitle {
  font-size: 60px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  margin-bottom: 17px;
}
.n23-linkArea .n23-linkArea__title {
  font-size: 32px;
  line-height: 1.625;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-align: left;
  font-feature-settings: "palt";
  margin-bottom: 9px;
}
.n23-linkArea .n23-linkArea__txt {
  font-size: 16px;
  line-height: 2.5;
  font-weight: 400;
  letter-spacing: 0.12em;
  text-align: left;
  font-feature-settings: "palt";
}
.n23-linkArea .n23-linkArea__btn {
  max-width: 420px;
  margin-top: 35px;
}
#n23-concept {
  margin-top: 100px;
}
#n23-concept .n23-linkArea__img {
  background: url("../../../img/pages/top/n-concept-img.jpg") no-repeat center center;
  background-size: cover;
}
#n23-concept .n23-linkAreaContents {
  background: url("../../../img/pages/top/n-concept-bg.png") no-repeat center center;
  background-size: cover;
}
#n23-location {
  margin-top: 100px;
}
#n23-location .n23-linkArea__img {
  background: url("../../../img/pages/top/n-location-img.jpg") no-repeat center center;
  background-size: cover;
}
#n23-location .n23-linkAreaContents {
  background: url("../../../img/pages/top/n-location-bg.png") no-repeat center center;
  background-size: cover;
}
#n23-plan {
  margin-top: 100px;
}
#n23-plan .n23-linkArea__img {
  background: url("../../../img/pages/top/n-plan-img.jpg") no-repeat center center;
  background-size: cover;
}
#n23-plan .n23-linkAreaContents {
  background: url("../../../img/pages/top/n-plan-bg.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width:1400px) {
  .n23-linkArea__img {
    width: calc(100% - 470px);
  }
  .n23-linkArea__img .n23-linkArea__imgCap {
    font-size: 11px;
    line-height: 1.4;
    padding: 2px 7px;
  }
  .n23-linkAreaContents {
    width: 470px;
    height: 600px;
    padding: 40px 30px 40px 40px;
  }
  .n23-linkArea .n23-linkArea__subTitle {
    font-size: 40px;
    margin-bottom: 17px;
  }
  .n23-linkArea .n23-linkArea__title {
    font-size: 24px;
    margin-bottom: 9px;
  }
  .n23-linkArea .n23-linkArea__txt {
    font-size: 16px;
    line-height: 2.5;
  }
  .n23-linkArea .n23-linkArea__btn {
    max-width: 390px;
    margin-top: 35px;
  }
}
@media screen and (max-width:900px) {
  .n23-linkAreaFrame {
    display: block;
  }
  .n23-linkArea__img {
    width: 100%;
    height: 78.9vw;
  }
  .n23-linkArea__img .n23-linkArea__imgCap {
    font-size: 11px;
    line-height: 1.4;
    padding: 2px 7px;
  }
  .n23-linkAreaContents {
    width: 100%;
    height: auto;
    padding: 40px 40px 50px 40px;
    display: block;
  }
  .n23-linkArea .n23-linkArea__subTitle {
    font-size: 40px;
    margin-bottom: 17px;
  }
  .n23-linkArea .n23-linkArea__title {
    font-size: 24px;
    margin-bottom: 9px;
  }
  .n23-linkArea .n23-linkArea__txt {
    font-size: 16px;
    line-height: 2.5;
  }
  .n23-linkArea .n23-linkArea__btn {
    max-width: 390px;
    margin: 35px auto 0;
  }
}
@media screen and (max-width:767px) {
  .n23-linkArea {
    padding: 0 0px;
  }
  .n23-linkArea__img {
    height: 78.9vw;
  }
  .n23-linkArea__img .n23-linkArea__imgCap {
    font-size: 10px;
    line-height: 1.4;
    padding: 2px 5px;
  }
  .n23-linkAreaContents {
    padding: 40px 40px 50px 40px;
  }
  .n23-linkArea .n23-linkArea__subTitle {
    font-size: 36px;
    margin-bottom: 17px;
  }
  .n23-linkArea .n23-linkArea__title {
    font-size: 18px;
    margin-bottom: 9px;
  }
  .n23-linkArea .n23-linkArea__txt {
    display: none;
  }
  .n23-linkArea .n23-linkArea__btn {
    max-width: 390px;
    margin: 24px auto 0;
  }
  #n23-concept {
    margin-top: 30px;
  }
  #n23-location {
    margin-top: 30px;
  }
  #n23-plan {
    margin-top: 30px;
  }
}
.n23-gellary {
  margin-top: 50px;
}
.n23-gellaryimg {
  width: 100%;
  height: 616px;
  background: url("../../../img/pages/top/n-gellary.jpg") repeat-x;
  background-size: 4580px;
  animation: scroll-anim 40s linear infinite;
}
.n23-gellaryCaution {
  margin-top: 30px;
}
.n23-gellary .n23-gellaryCaution__txt {
  font-size: 12px;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width:1400px) {}
@media screen and (max-width:767px) {
  .n23-gellary {
    margin-top: 30px;
  }
  .n23-gellaryimg {
    width: 100%;
    height: 305px;
    background: url("../../../img/pages/top/n-gellary.jpg") repeat-x;
    background-size: auto 305px;
    animation: scroll-anim 40s linear infinite;
  }
  .n23-gellaryCaution {
    margin-top: 15px;
  }
  .n23-gellary .n23-gellaryCaution__txt {
    font-size: 10px;
    line-height: 1.6;
  }
}
@keyframes scroll-anim {
  100% {
    background-position: 100% 0;
  }
}
.block_wabi .inner {
  width: 800px;
  max-width: 90%;
  padding: 1.6em 1em;
  color: #333;
  border: 1px solid #333;
  text-align: center;
  margin: 3.8em auto 3.8em;
}
.block_wabi .inner p {
  text-align: center;
  font-size: 14px;
  margin-top: 1em;
  line-height: 1.7;
}
.block_wabi .inner h3 {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 1.0em;
}
@media screen and (max-width:768px) {
  .block_wabi .inner p {
    text-align: left;
  }
  .block_wabi .inner p.cont {
    text-align: center;
  }
  .block_wabi .inner p .tb {
    display: none;
  }
}
.n23-information_conBox .top_none {
  display: none;
}
.block_info_season {
  margin-top: 80px;
}
.block_info_season .inner {
  width: 1024px;
  max-width: 90%;
  margin: 0 auto;
  border: 1px solid #092885;
  padding: 32px;
  font-size: 16px;
}
.block_info_season h2 {
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
  margin-bottom: 1em;
}
.block_info_season p {
  text-align: center;
}
.block_info_season a {
  display: block;
  width: fit-content;
  text-align: center;
  color: #092885;
  margin: 1.25em auto;
}
.block_info_season a span {
  border-bottom: 1px solid #092885;
}
@media screen and (max-width:768px) {
  .block_info_season {
    margin-top: 48px;
  }
  .block_info_season .inner {
    padding: 12px;
    font-size: 13px;
  }
  .block_info_season p {
    text-align: left;
  }
}
.top_movie_video .eqp-ui-uiparent {
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 640 / 360 !important;
}
.block_kokuchi {
  width: 800px;
  max-width: 90%;
  margin: 64px auto 0;
  padding: 16px 16px;
  border: 1px solid #000;
}
.block_kokuchi b {
  display: block;
  margin-bottom: 1em;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.block_kokuchi p {
  font-size: 14px;
  text-align: center;
}
.block_kokuchi p + p {
  margin-top: .8em;
}
@media screen and (max-width:768px) {
  .block_kokuchi p {
    text-align: left;
  }
  .block_kokuchi p .text_b01 {
    display: contents !important;
  }
}
/*リニューアル*/
.take87 {
  background-color: #f6efe9;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
/*mv*/
.mv {
  position: relative;
  z-index: 0;
}
.mv .mv_ttl {
  position: absolute;
  z-index: 1;
  top: 10%;
  right: 10%;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  text-align: right;
  color: #fff;
  font-weight: 500;
  font-size: clamp(20px, calc(40 / 1700 * 100vw), 40px);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}
.mv figure {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: none;
}
.mv figure img {
  max-width: none;
  width: 100%;
}
.mv figure figcaption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  font-size: clamp(10px, calc(12 / 1700 * 100vw), 12px);
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
}
@media screen and (max-width:1200px) {
  .mv .mv_ttl {
    top: 14%;
    right: 17%;
  }
}
@media screen and (max-width:768px) {
  .mv .mv_ttl {
    top: 18%;
    right: 3%;
    font-size: calc(14 / 375 * 100vw);
  }
  .mv figure figcaption {
    font-size: 10px;
  }
}
/*merit_box*/
.merit_box {}
.merit_box ul {
  display: flex;
  padding: 1vw 0 2vw;
}
.merit_box li {
  position: relative;
  z-index: 0;
  width: calc(100% / 3);
  padding: 1vw 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.merit_box li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url("../../../img/pages/top/re/dec_mb01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  height: 100%;
  aspect-ratio: 10 / 300;
}
.merit_box li:first-of-type::before {
  display: none;
}
.merit_box li p {
  text-align: center;
  line-height: 1.2;
  font-feature-settings: "palt";
  font-size: calc(26 / 1920 * 100vw);
}
.merit_box li .dec_w {
  font-weight: bold;
}
.merit_box li .size_l {
  font-size: 2em;
}
.merit_box li .size_s {
  font-size: .7em;
}
@media screen and (max-width:768px) {
  .merit_box {}
  .merit_box ul {
    flex-flow: column;
    padding: calc(18 / 375 * 100vw) 0;
  }
  .merit_box li {
    width: 100%;
    padding: calc(20 / 375 * 100vw) 1vw;
  }
  .merit_box li::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-image: url("../../../img/pages/top/re/dec_mb01_sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(130 / 375 * 100vw);
    height: auto;
    aspect-ratio: 300 / 10;
  }
  .merit_box li:first-of-type::before {
    display: block;
  }
  .merit_box li:last-of-type::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    background-image: url("../../../img/pages/top/re/dec_mb01_sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: calc(130 / 375 * 100vw);
    height: auto;
    aspect-ratio: 300 / 10;
  }
  .merit_box li p {
    font-size: calc(20 / 375 * 100vw);
    letter-spacing: 0.07em
  }
}
/*info*/
/*.info {
    position: relative;
    z-index: 0;
    background-image: url("../../../img/pages/top/re/dec_info01.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding:min(calc(100 / 1700 * 100vw),100px) 0;
    margin-bottom:min(calc(80 / 1700 * 100vw),80px);
}
.info::after {
	content: "";
	display: block;
	position: absolute;
	z-index:1;
	background-image: url("../../../img/pages/top/re/dec_info02.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	top: 0;
	left: 0;
	height:100%;
	aspect-ratio: 224 / 150;
mix-blend-mode: multiply;

    
}

.info .inner{
        position: relative;
    z-index: 2;
    margin:0 auto;
width:1200px;
    max-width: 90%;
    
}
.info h3{

    color:#3b2f2f;
}




.info .info_text{
    color:#3b2f2f;
    font-size: min(calc(40 / 1700 * 100vw),40px);
    line-height: 1.6;
    width:fit-content;
    margin:0 auto;
    text-align: center;
    
}
.info .info_text .dec_w{
    font-weight: bold;
    
}



.info .info_btn{
    margin:min(calc(80 / 1700 * 100vw),80px) auto 0;
    width:min(calc(360 / 1700 * 100vw),360px);
    aspect-ratio: 360 / 60;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color:#3b2f2f;
    font-size: min(calc(20 / 1700 * 100vw),20px);
    text-align: center;
    border-radius: min(calc(30 / 1700 * 100vw),30px) 0 min(calc(30 / 1700 * 100vw),30px) 0;
}
.info .info_btn .dec00{
    position: relative;
    z-index: 0;
    
}
.info .info_btn .dec00::after{
	content: "→";
	display: block;
	position: absolute;
	z-index:0;
font-size: 1em;        
	top: 50%;
	right:-40%;
	transform: translate(0,-50%);
}
@media screen and (max-width:768px) {
.info {
    background-image: url("../../../img/pages/top/re/dec_info01_sp.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding:calc(32 / 375 * 100vw) 0;
    margin-bottom:calc(32 / 375 * 100vw);
}
.info::after {
    background-size: contain;
    top: -10%;
    left: 0;
    width: 73%;
    aspect-ratio: 300 / 225;
}

.info .inner{
        position: relative;
    z-index: 2;
    margin:0 auto;
width:1200px;
    max-width: 90%;
    
}
.info h3{
    color:#3b2f2f;
font-size:calc(18 / 375 * 100vw); 
    margin-bottom:calc(32 / 375 * 100vw);
}




.info .info_text{
    color:#3b2f2f;
    font-size: calc(22 / 375 * 100vw);
    
}



.info .info_btn{
    margin:calc(32 / 375 * 100vw) auto 0;
    width:100%;
    aspect-ratio: 225 / 30;
    font-size: calc(14 / 375 * 100vw);
    text-align: center;
    border-radius: calc(10 / 375 * 100vw) 0 calc(10 / 375 * 100vw) 0;
}
.info .info_btn .dec00{
    position: relative;
    z-index: 0;
    
}
.info .info_btn .dec00::after{
	content: "→";
	display: block;
	position: absolute;
	z-index:0;
font-size: 1em;        
	top: 50%;
	right:-40%;
	transform: translate(0,-50%);
}


}*/
/*banner*/
.banner {
  margin-bottom: min(calc(80 / 1700 * 100vw), 80px)
}
.banner .banner_btn {
  display: block;
  width: 1200px;
  max-width: 80%;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  .banner {
    margin-bottom: calc(32 / 375 * 100vw);
  }
}
/*content00*/
.content00 {}
.content00 + .content00 {
  margin-top: min(calc(80 / 1700 * 100vw), 80px)
}
.content00 .inner {
  position: relative;
  z-index: 0;
  display: flex;
  width: 1700px;
  max-width: 90%;
  margin: 0 auto;
  padding: min(calc(24 / 1700 * 100vw), 24px);
  border-radius: 0 min(calc(36 / 1700 * 100vw), 36px) 0 min(calc(36 / 1700 * 100vw), 36px);
}
.content00.cont_consept .inner {
  border: 2px solid #d49a33;
}
.content00.cont_location .inner {
  border: 2px solid #7c9a6a;
}
.content00.cont_plan .inner {
  border: 2px solid #b33a3a;
}
.content00 .inner::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
.content00 .inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  mix-blend-mode: multiply;
}
.content00.cont_consept .inner::before {
  background-image: url("../../../img/pages/top/re/dec_consept01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 15%;
  aspect-ratio: 102 / 150;
}
.content00.cont_consept .inner::after {
  background-image: url("../../../img/pages/top/re/dec_consept02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 15%;
  aspect-ratio: 220 / 150;
  right: -3%;
}
.content00.cont_location .inner::before {
  background-image: url("../../../img/pages/top/re/dec_location01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 15%;
  aspect-ratio: 117 / 150;
  top: -11%;
}
.content00.cont_location .inner::after {
  background-image: url("../../../img/pages/top/re/dec_location02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 15%;
  aspect-ratio: 151 / 150;
  right: -5%;
}
.content00.cont_plan .inner::before {
  background-image: url("../../../img/pages/top/re/dec_plan01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 15%;
  aspect-ratio: 86 / 150;
  left: -4.5%;
  top: -13%;
}
.content00.cont_plan .inner::after {
  background-image: url("../../../img/pages/top/re/dec_plan02.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 15%;
  aspect-ratio: 119 / 150;
  right: -3%;
}
.content00:nth-of-type(2n) .inner {
  flex-flow: row-reverse;
}
.content00 .inner .text {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.content00 h3 {
  color: #3b2f2f;
  font-size: clamp(30px, calc(60 / 1700 * 100vw), 60px);
  line-height: 1;
  margin-bottom: min(calc(40 / 1700 * 100vw), 40px);
}
.content00 p {
  color: #3b2f2f;
  font-size: clamp(14px, calc(18 / 1700 * 100vw), 18px);
  line-height: 1.7;
}
.content00 figure {
  width: 50%
}
.content00 figure figcaption {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
  font-size: clamp(10px, calc(12 / 1700 * 100vw), 12px);
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
}
.content00 .cont_btn {
  margin-top: min(calc(36 / 1700 * 100vw), 36px);
  width: min(calc(360 / 1700 * 100vw), 360px);
  aspect-ratio: 164 / 25;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #d2bc98;
  background-image: url("../../../img/pages/top/re/dec_btn01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #3b2f2f;
  font-size: min(calc(18 / 1700 * 100vw), 18px);
  border-radius: min(calc(8 / 1700 * 100vw), 8px);
}
.content00 .cont_btn .dec00 {
  position: relative;
  z-index: 0;
}
.content00 .cont_btn .dec00::after {
  content: "→";
  display: block;
  position: absolute;
  z-index: 0;
  font-size: 1em;
  top: 50%;
  right: -25%;
  transform: translate(0, -50%);
}
@media screen and (max-width:768px) {
  .content00 + .content00 {
    margin-top: calc(32 / 375 * 100vw);
  }
  .content00 .inner, .content00:nth-of-type(2n) .inner {
    padding: calc(20 / 375 * 100vw);
    border-radius: 0 calc(8 / 375 * 100vw) 0 calc(8 / 375 * 100vw);
    flex-flow: column;
    align-items: center;
  }
  .content00 .inner::before {
    z-index: -1;
    mix-blend-mode: multiply;
  }
  .content00 .inner::after {
    z-index: -1;
    mix-blend-mode: multiply;
  }
  .content00.cont_consept .inner::before {
    width: 28.31%;
  }
  .content00.cont_consept .inner::after {
    width: 41.15%;
    right: 0;
  }
  .content00.cont_location .inner::before {
    width: 24.89%;
    top: -5%;
  }
  .content00.cont_location .inner::after {
    width: 31.23%;
    bottom: -3%;
  }
  .content00.cont_plan .inner::before {
    width: 20.59%;
    left: -6.5%;
    top: -5%;
  }
  .content00.cont_plan .inner::after {
    width: 23.99%;
    right: -4%;
  }
  .content00 .inner .text {
    display: contents;
  }
  .content00 h3 {
    order: 1;
    font-size: calc(30 / 375 * 100vw);
    margin-bottom: calc(16 / 375 * 100vw);
  }
  .content00 p {
    order: 3;
    font-size: calc(14 / 375 * 100vw);
    margin-bottom: calc(12 / 375 * 100vw);
  }
  .content00 figure {
    order: 3;
    width: 100%;
  }
  .content00 .cont_btn {
    order: 4;
    margin-top: calc(32 / 375 * 100vw);
    width: calc(250 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
    border-radius: calc(8 / 375 * 100vw);
  }
  .content00 .cont_btn .dec00 {
    position: relative;
    z-index: 0;
  }
  .content00 .cont_btn .dec00::after {
    content: "→";
    display: block;
    position: absolute;
    z-index: 0;
    font-size: 1em;
    top: 50%;
    right: -25%;
    transform: translate(0, -50%);
  }
}