@charset "UTF-8";
.web_font_en, #Cp_under_Mv_area .ttl .en, .style_ttl3 .en, .style_ttl2 .en, .style_ttl1 .en {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.01em;
}

/* 筑紫オールド L */
.style_caption_wrap {
  position: relative;
}

.style_caption {
  font-size: 0.625rem;
  color: #fff;
  position: absolute;
  z-index: 5;
  bottom: 0.5rem;
  right: 0.5rem;
  text-shadow: 0px 0px 20px rgb(0, 0, 0);
  letter-spacing: -0.05em;
  opacity: 0.7;
}
.style_caption.black {
  color: #333;
  text-shadow: 0px 0px 20px rgb(255, 255, 255);
}
.style_caption.left {
  right: auto;
  left: 0.5rem;
}
.style_caption.left_top {
  right: auto;
  left: 0.5rem;
  bottom: auto;
  top: 0.5rem;
}
.style_caption.right_top {
  bottom: auto;
  top: 0.5rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_caption {
    font-size: 2.3076923077vw;
    bottom: 1.0256410256vw;
    right: 1.0256410256vw;
  }
}
.style_ttl1 .en {
  display: inline-block;
  position: relative;
  margin-bottom: 2rem;
}
.style_ttl1 .en:before {
  display: block;
  content: "";
  width: 7.5rem;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: -8.5rem;
  transform: translate3d(0, -50%, 0);
  opacity: 0.6;
}
.style_ttl1 .jp {
  display: block;
  font-size: 2.25rem;
  line-height: 1.4;
}
.style_ttl1.white {
  color: #fff;
}
.style_ttl1.white .en:before {
  background: #fff;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_ttl1 .en {
    margin-bottom: 4.1025641026vw;
    font-size: 3.5897435897vw;
  }
  .style_ttl1 .en:before {
    width: 23.0769230769vw;
    right: -25.641025641vw;
  }
  .style_ttl1 .jp {
    font-size: 6.6666666667vw;
  }
}
.style_ttl2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.style_ttl2.line2 .jp {
  margin-top: -0.3125rem;
  margin-left: 2.75rem;
}
.style_ttl2 .en {
  display: inline-block;
  font-size: 2.75rem;
  position: relative;
  padding-left: 2.5rem;
}
.style_ttl2 .en:before {
  display: block;
  content: "";
  width: 1.75rem;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
  opacity: 0.4;
}
.style_ttl2 .jp {
  display: inline-block;
  position: relative;
  padding-left: 1rem;
  margin-left: 1.25rem;
  display: inline-block;
  margin-top: 0.625rem;
}
.style_ttl2 .jp:before {
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0) rotate(30deg);
  opacity: 0.4;
}

.style_ttl3 .jp {
  font-size: 1.75rem;
  line-height: 1.4;
  padding-right: 1.25rem;
}
.style_ttl3 .en {
  position: relative;
  padding-left: 1rem;
  display: inline-block;
}
.style_ttl3 .en:before {
  display: block;
  content: "";
  width: 1px;
  height: 50%;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0) rotate(30deg);
  opacity: 0.4;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_ttl3 .jp {
    font-size: 5.641025641vw;
    padding-right: 2.0512820513vw;
  }
  .style_ttl3 .en {
    padding-left: 3.0769230769vw;
    font-size: 3.5897435897vw;
  }
}
.style_btn {
  position: relative;
  cursor: pointer;
}
.style_btn.no_link a {
  pointer-events: none;
}
.style_btn.big {
  font-size: 1.25rem;
}
.style_btn.big a {
  padding-bottom: 1rem;
}
.style_btn.back a {
  padding-left: 1.875rem;
}
.style_btn.back a:before {
  transform: translate3d(0, -50%, 0) scale(-1, 1);
  right: auto;
  left: 0;
}
.style_btn.white:before {
  background: #fff;
  opacity: 0.3;
}
.style_btn.white:after {
  background: #fff;
}
.style_btn.white a {
  color: #fff;
}
.style_btn.white a:before {
  background: url(../img/common/arrow_w.png) left top no-repeat;
  background-size: 0.875rem 0.875rem;
}
.style_btn.top_line:before, .style_btn.top_line:after {
  bottom: auto;
  top: 0;
}
.style_btn.top_line a {
  padding-bottom: 0;
  padding-top: 0.75rem;
}
.style_btn.top_line a:before {
  margin-top: 0.375rem;
}
.style_btn:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.1;
}
.style_btn:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 1;
  transition: transform 0.3s 0s ease-in-out;
  transform-origin: right bottom;
  transform: scale(0, 1);
}
.style_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0.375rem;
}
.style_btn a:before {
  display: block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url(../img/common/arrow_b.png) left top no-repeat;
  background-size: 0.875rem 0.875rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}
.style_btn:hover:after {
  transform-origin: left bottom;
  transform: scale(1, 1);
}
.style_btn:hover a {
  text-decoration: none;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_btn.white a:before {
    background: url(../img/common/arrow_w.png) left top no-repeat;
    background-size: 2.8205128205vw 2.8205128205vw;
  }
  .style_btn a {
    padding-bottom: 2.0512820513vw;
  }
  .style_btn a:before {
    width: 2.8205128205vw;
    height: 2.8205128205vw;
    background: url(../img/common/arrow_b.png) left top no-repeat;
    background-size: 2.8205128205vw 2.8205128205vw;
  }
}
.style_btn_gold {
  width: 100%;
  height: 4.5rem;
  font-size: 1.25rem;
  position: relative;
  overflow: hidden;
}
.style_btn_gold:before {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, rgb(155, 140, 110) 0%, rgb(125, 109, 79) 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s 0s ease-in-out;
}
.style_btn_gold:after {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.style_btn_gold.mini {
  height: 3.25rem;
  font-size: 1rem;
}
.style_btn_gold.mini a {
  padding-left: 1.75rem;
}
.style_btn_gold.mini a:before {
  right: 1.25rem;
}
.style_btn_gold a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding-left: 2.5rem;
  position: relative;
  z-index: 7;
}
.style_btn_gold a:before {
  display: block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url(../img/common/arrow_w.png) left top no-repeat;
  background-size: 0.875rem 0.875rem;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}
.style_btn_gold:hover:after {
  -webkit-animation: shine 1.75s;
  animation: shine 1.75s;
}
.style_btn_gold:hover a {
  text-decoration: none;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_btn_gold {
    height: 15.3846153846vw;
    font-size: 4.1025641026vw;
  }
  .style_btn_gold.mini {
    height: 11.7948717949vw;
    font-size: 3.3333333333vw;
  }
  .style_btn_gold.mini a {
    padding-left: 3.5897435897vw;
  }
  .style_btn_gold.mini a:before {
    right: 3.8461538462vw;
  }
  .style_btn_gold a {
    padding-left: 5.1282051282vw;
  }
  .style_btn_gold a:before {
    width: 2.8205128205vw;
    height: 2.8205128205vw;
    background: url(../img/common/arrow_w.png) left top no-repeat;
    background-size: 2.8205128205vw 2.8205128205vw;
    right: 3.0769230769vw;
  }
}
.style_mini_txt {
  font-size: 0.75rem;
  line-height: 1.4;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_mini_txt {
    font-size: 2.5641025641vw;
  }
}
.style_sub {
  font-size: 50%;
  vertical-align: top;
  top: 0.25rem;
  position: relative;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  .style_sub {
    font-size: 60%;
  }
}
.style_plus_icon {
  width: 3.75rem;
  height: 3.75rem;
  background: rgba(255, 255, 255, 0.7);
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.style_plus_icon span:before, .style_plus_icon span:after {
  display: block;
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.style_plus_icon span:before {
  width: 1.25rem;
  height: 1px;
}
.style_plus_icon span:after {
  width: 1px;
  height: 1.25rem;
}

.style_swiper_ul {
  margin-top: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.style_swiper_ul .swiper-pagination_style {
  margin: 0 1.25rem;
  width: auto;
  position: relative;
  color: #028391;
  padding: 0;
  top: auto;
  bottom: auto;
}
.style_swiper_ul .swiper-prev_style, .style_swiper_ul .swiper-next_style {
  width: 3.75rem;
  height: 3.75rem;
  background: url(../images/arrow_slide.png) left top no-repeat;
  background-size: 3.75rem 3.75rem;
  top: 0;
  left: 50%;
  z-index: 20;
  cursor: pointer;
}
.style_swiper_ul .swiper-next_style {
  transform: scale(-1, 1);
}

/*------------------------------------------------------------
#Cp_under_Mv_area
------------------------------------------------------------*/
#Cp_under_Mv_area {
  background: url(../concept/img/bg_mv.jpg) left top no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 13.8888888889vw;
  padding-top: 9.7222222222vw;
}
#Cp_under_Mv_area .ttl {
  width: 50%;
  margin-bottom: 13.1944444444vw;
}
#Cp_under_Mv_area .ttl .en {
  display: block;
  left: 0;
}
#Cp_under_Mv_area .ttl .jp {
  width: 18.625rem;
  width: 16.75rem;
  margin-top: 0.6944444444vw;
  display: block;
  margin: 0 auto;
}
#Cp_under_Mv_area .txt_area h3 {
  width: 16.625rem;
  width: 15.375rem;
  margin-bottom: 3.75rem;
  margin-left: 32.5rem;
}
#Cp_under_Mv_area .txt_area .txt {
  font-size: 1.125rem;
  margin-left: 32.5rem;
}
#Cp_under_Mv_area .img {
  position: absolute;
}
#Cp_under_Mv_area .img figure {
  height: 100%;
}
#Cp_under_Mv_area .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#Cp_under_Mv_area .img.img1 {
  top: 0;
  left: 44.375rem;
  width: calc(35.625rem + (100vw - 80rem) / 2);
  height: 28.75rem;
}
#Cp_under_Mv_area .img.img2 {
  bottom: -1.25rem;
  right: 65.625rem;
  width: calc(21.5277777778vw + (100vw - 80rem) / 2);
  height: 23.3125rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #Cp_under_Mv_area {
    background: url(../concept/img/bg_mv.jpg) left top no-repeat;
    background-size: cover;
    padding-bottom: 20.5128205128vw;
    padding-top: 30.7692307692vw;
  }
  #Cp_under_Mv_area .ttl {
    width: 50%;
    margin-bottom: 30.7692307692vw;
  }
  #Cp_under_Mv_area .ttl .en {
    display: block;
    left: 0;
  }
  #Cp_under_Mv_area .ttl .jp {
    width: 38.2051282051vw;
    margin-top: 1.2820512821vw;
    display: block;
    margin: 0 auto;
  }
  #Cp_under_Mv_area .txt_area h3 {
    width: 100%;
    margin-bottom: 7.6923076923vw;
    margin-left: 5.1282051282vw;
    width: 52.3076923077vw;
  }
  #Cp_under_Mv_area .txt_area .txt {
    font-size: 3.5897435897vw;
    margin-left: 5.1282051282vw;
  }
  #Cp_under_Mv_area .img.img1 {
    top: 0;
    left: auto;
    right: 0;
    width: 41.0256410256vw;
    height: 66.4102564103vw;
  }
  #Cp_under_Mv_area .img.img2 {
    display: none;
  }
}
/*------------------------------------------------------------
#Before_Concept_area
------------------------------------------------------------*/
#Before_Concept_area {
  position: relative;
  background: rgb(33, 31, 29);
}
#Before_Concept_area.active .gallery_wrap {
  position: fixed;
}
#Before_Concept_area.active .fix_txt_wrap {
  position: fixed;
}
#Before_Concept_area.active .txt_wrap .section01 .en {
  position: fixed;
}
#Before_Concept_area .gallery_wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  height: 100vh;
  overflow: clip;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background: #161615;
}
#Before_Concept_area .gallery_wrap:before {
  display: block;
  content: "";
  width: 100%;
  height: 4.1666666667vw;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 10;
}
#Before_Concept_area .gallery_wrap .wrap2 {
  width: 39.6527777778vw;
  min-width: 39.6527777778vw;
  margin: 0 1.3888888889vw;
  position: relative;
}
#Before_Concept_area .gallery_wrap .wrap2.left, #Before_Concept_area .gallery_wrap .wrap2.right {
  top: -5vw;
}
#Before_Concept_area .gallery_wrap .wrap2.center {
  top: 5vw;
}
#Before_Concept_area .gallery_wrap .box {
  width: 100%;
  height: 28.0555555556vw;
  overflow: clip;
  margin: 2.7777777778vw 0;
  position: relative;
}
#Before_Concept_area .gallery_wrap .box figure {
  height: 100%;
}
#Before_Concept_area .gallery_wrap .box img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  vertical-align: middle;
  transform: scale(1.3, 1.3);
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
  perspective: 1000;
}
#Before_Concept_area .gallery_wrap .box img.black {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#Before_Concept_area .fix_txt_wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  height: 100vh;
  width: 100%;
}
#Before_Concept_area .fix_txt_wrap .flex {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
}
#Before_Concept_area .fix_txt_wrap .flex .ttl_area {
  box-sizing: border-box;
  margin-left: 11.25rem;
  margin-bottom: 4.5rem;
}
#Before_Concept_area .fix_txt_wrap .flex .ttl_area .ttl1 {
  width: 23.0625rem;
}
#Before_Concept_area .fix_txt_wrap .flex .ttl_area .ttl2 {
  width: 25.6875rem;
}
#Before_Concept_area .fix_txt_wrap .flex .txt_area {
  margin-left: 50%;
  font-size: 1.125rem;
  color: #fff;
}
#Before_Concept_area .txt_wrap {
  color: #fff;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
}
#Before_Concept_area .txt_wrap .section01 {
  position: relative;
}
#Before_Concept_area .txt_wrap .section01 .en {
  transition: opacity 0.2s ease;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  padding-bottom: 11.25rem;
  position: absolute;
  left: 5rem;
  top: calc(110px + 5rem);
}
#Before_Concept_area .txt_wrap .section01 .en span {
  color: #645b5b;
}
#Before_Concept_area .txt_wrap .section01 .en:before {
  display: block;
  content: "";
  width: 1px;
  height: 10rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  opacity: 0.3;
  margin-left: -2;
}
#Before_Concept_area .txt_wrap .section01 .flex {
  width: 100vw;
  height: 300vh;
  display: flex;
  align-items: center;
  position: relative;
  opacity: 0;
}
#Before_Concept_area .txt_wrap .section01 .flex .ttl_area {
  box-sizing: border-box;
  margin-left: 11.25rem;
  margin-bottom: 4.5rem;
}
#Before_Concept_area .txt_wrap .section01 .flex .ttl_area .ttl1 {
  width: 23.0625rem;
}
#Before_Concept_area .txt_wrap .section01 .flex .ttl_area .ttl2 {
  width: 25.6875rem;
}
#Before_Concept_area .txt_wrap .section01 .flex .txt_area {
  margin-left: 50%;
  font-size: 1.125rem;
}
#Before_Concept_area .txt_wrap .section01 .style_caption {
  text-align: right;
  line-height: 1.2;
}
#Before_Concept_area .txt_wrap .section02 {
  position: relative;
  padding-top: 11.1111111111vw;
  padding-bottom: 11.1111111111vw;
  position: relative;
}
#Before_Concept_area .txt_wrap .section02:before {
  display: block;
  content: "";
  width: 100%;
  height: 20%;
  background: #211F1D;
  background: linear-gradient(0deg, rgb(33, 31, 29) 0%, rgba(33, 31, 29, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#Before_Concept_area .txt_wrap .section02:after {
  display: block;
  content: "";
  width: 100%;
  height: 80%;
  background: #211F1D;
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 1;
}
#Before_Concept_area .txt_wrap .section02 .en {
  position: absolute;
  top: 10rem;
  right: 0;
  z-index: 10;
  width: 36.0416666667vw;
}
#Before_Concept_area .txt_wrap .section02 .map_area {
  padding-top: 10rem;
  margin-bottom: 8.75rem;
  position: relative;
  z-index: 10;
}
#Before_Concept_area .txt_wrap .section02 .map_area img {
  width: 100%;
  height: auto;
}
#Before_Concept_area .txt_wrap .section02 .map_area .style_mini_txt {
  margin-top: 1.25rem;
  font-size: 0.625rem;
  letter-spacing: 0;
  text-align: right;
}
#Before_Concept_area .txt_wrap .section02 .map_area .style_mini_txt a {
  color: #fff;
}
#Before_Concept_area .txt_wrap .section02 .hyou_area {
  position: relative;
  z-index: 10;
}
#Before_Concept_area .txt_wrap .section02 .hyou_area .img {
  width: 100%;
  overflow-x: scroll;
  padding-bottom: 2.5rem;
}
#Before_Concept_area .txt_wrap .section02 .hyou_area .img img {
  width: 111.3125rem;
  min-width: 111.3125rem;
}
@media screen and (max-width: 736px) and (orientation: portrait) {
  #Before_Concept_area .gallery_wrap:before {
    height: 12.8205128205vw;
  }
  #Before_Concept_area .gallery_wrap .wrap2 {
    width: 62.0512820513vw;
    min-width: 62.0512820513vw;
    margin: 0 2.5641025641vw;
  }
  #Before_Concept_area .gallery_wrap .wrap2.left, #Before_Concept_area .gallery_wrap .wrap2.right {
    top: -5vw;
  }
  #Before_Concept_area .gallery_wrap .wrap2.center {
    top: 5vw;
  }
  #Before_Concept_area .gallery_wrap .box {
    height: 87.8205128205vw;
    margin: 5.1282051282vw 0;
  }
  #Before_Concept_area .gallery_wrap .box.center img.black {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  #Before_Concept_area .gallery_wrap .box img {
    transform: scale(1.3, 1.3);
  }
  #Before_Concept_area .fix_txt_wrap .style_caption {
    margin: 0 5.1282051282vw;
    text-align: left !important;
  }
  #Before_Concept_area .fix_txt_wrap .style_caption br {
    display: none;
  }
  #Before_Concept_area .fix_txt_wrap .flex .ttl_area {
    margin-left: 12.8205128205vw;
    margin-bottom: 9.2307692308vw;
  }
  #Before_Concept_area .fix_txt_wrap .flex .ttl_area .ttl1 {
    width: 66.6666666667vw;
  }
  #Before_Concept_area .fix_txt_wrap .flex .ttl_area .ttl2 {
    width: 64.1025641026vw;
  }
  #Before_Concept_area .fix_txt_wrap .flex .txt_area {
    margin-left: 12.8205128205vw;
    font-size: 3.5897435897vw;
  }
  #Before_Concept_area .fix_txt_wrap .style_caption {
    text-align: right;
    line-height: 1.2;
  }
  #Before_Concept_area .txt_wrap .section01 .en {
    padding-bottom: 23.0769230769vw;
    left: 5.1282051282vw;
    top: 12.8205128205vw;
  }
  #Before_Concept_area .txt_wrap .section01 .en:before {
    height: 20.5128205128vw;
  }
  #Before_Concept_area .txt_wrap .section01 .style_caption {
    text-align: right;
    line-height: 1.2;
  }
  #Before_Concept_area .txt_wrap .section02 {
    padding-top: 20.5128205128vw;
    padding-bottom: 25.641025641vw;
  }
  #Before_Concept_area .txt_wrap .section02:before {
    height: 40%;
    top: -40%;
  }
  #Before_Concept_area .txt_wrap .section02:after {
    height: 100%;
    top: 0%;
  }
  #Before_Concept_area .txt_wrap .section02 .en {
    top: 20.5128205128vw;
    width: 76.9230769231vw;
  }
  #Before_Concept_area .txt_wrap .section02 .map_area {
    padding-top: 20.5128205128vw;
    margin-bottom: 17.9487179487vw;
  }
  #Before_Concept_area .txt_wrap .section02 .map_area .style_mini_txt {
    margin-top: 2.5641025641vw;
    font-size: 2.5641025641vw;
    text-align: left;
  }
  #Before_Concept_area .txt_wrap .section02 .hyou_area .img {
    padding-bottom: 5.1282051282vw;
  }
  #Before_Concept_area .txt_wrap .section02 .hyou_area .img img {
    width: 236.0256410256vw;
    min-width: 236.0256410256vw;
  }
  #Before_Concept_area .txt_wrap .section02 .hyou_area .style_caption {
    bottom: -10.2564102564vw;
    right: 5.1282051282vw;
  }
  #Before_Concept_area .txt_wrap .scroll-hint-icon {
    display: block;
    margin-top: -10.2564102564vw;
  }
}
/*------------------------------------------------------------
#After_Concept_area
------------------------------------------------------------*/
#After_Concept_area {
  margin-bottom: 6.9444444444vw;
}
#After_Concept_area .top_img_area {
  width: 100%;
  position: relative;
  background: rgb(33, 31, 29);
}
#After_Concept_area .top_img_area .ttl {
  position: absolute;
  left: 9.0277777778vw;
  top: 6.9444444444vw;
  width: 7.3125rem;
  z-index: 10;
  opacity: 0;
  filter: blur(10px);
}
#After_Concept_area .top_img_area .img {
  width: 100%;
  height: 61.8055555556vw;
  height: 54.8611111111vw;
  overflow: hidden;
  margin: 0 auto;
}
#After_Concept_area .top_img_area .img figure {
  height: 100%;
}
#After_Concept_area .top_img_area .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  z-index: 1;
}
#After_Concept_area .top_img_area .img img.after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  opacity: 0;
  transform: translate3d(0, -10%, 0);
}
#After_Concept_area .contents_area {
  position: relative;
  height: 100vh;
  min-height: 34.7222222222vw;
  isolation: isolate;
  background: #fff;
}
#After_Concept_area .txt_wrap {
  mix-blend-mode: exclusion;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: calc(100px + 5.625rem);
  inset: 0;
  z-index: 10;
}
#After_Concept_area .txt_wrap .en {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  padding-bottom: 11.25rem;
  position: absolute;
  left: 5rem;
  top: calc(100px + 5rem);
  color: #fff;
}
#After_Concept_area .txt_wrap .en span {
  color: #333;
}
#After_Concept_area .txt_wrap .en:before {
  display: block;
  content: "";
  width: 1px;
  height: 10rem;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  opacity: 0.1;
  margin-left: -2;
}
#After_Concept_area .txt_wrap .flex .ttl_area {
  box-sizing: border-box;
  margin-left: 19.4444444444vw;
  margin-bottom: 5rem;
}
#After_Concept_area .txt_wrap .flex .ttl_area .ttl {
  width: 28.125rem;
}
#After_Concept_area .txt_wrap .flex .txt_area {
  margin-left: 33.3333333333vw;
  color: #fff;
  font-size: 1.125rem;
}
#After_Concept_area .gallery_wrap {
  position: absolute;
  z-index: 2;
  inset: 0;
  top: 0;
  height: 100%;
}
#After_Concept_area .gallery_wrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#After_Concept_area .gallery_wrap .img.img01 {
  width: 29.6527777778vw;
  height: 39.5833333333vw;
  margin-left: auto;
  margin-top: 8.3333333333vw;
}
#After_Concept_area .gallery_wrap .img.img02 {
  width: 20.8333333333vw;
  height: 29.4444444444vw;
  left: 0;
}
#After_Concept_area .gallery_wrap .img.img03 {
  width: 25vw;
  height: 15.4166666667vw;
  margin-left: 64.5833333333vw;
}
#After_Concept_area .gallery_wrap .img.img05 {
  width: 16.1805555556vw;
  height: 21.1805555556vw;
  margin-top: 23.6111111111vw;
}
#After_Concept_area .gallery_wrap .img.img04 {
  width: 40.9027777778vw;
  height: 30.6944444444vw;
  margin-top: 1.3888888889vw;
  margin-left: 59.3055555556vw;
}
#After_Concept_area .gallery_wrap .img.img06 {
  width: 15.8333333333vw;
  height: 21.1805555556vw;
  margin-top: 1.3888888889vw;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #After_Concept_area {
    margin-bottom: 35.8974358974vw;
  }
  #After_Concept_area .top_img_area .ttl {
    left: 7.6923076923vw;
    top: 6.4102564103vw;
    width: 12.8205128205vw;
  }
  #After_Concept_area .top_img_area .img {
    width: 100vw;
    height: 75vw;
  }
  #After_Concept_area .contents_area {
    overflow: visible;
    height: auto;
  }
  #After_Concept_area .txt_wrap {
    position: absolute;
    position: relative;
    padding-top: 15.3846153846vw;
    margin-bottom: 10.2564102564vw;
  }
  #After_Concept_area .txt_wrap .en {
    padding-bottom: 23.0769230769vw;
    left: 5.1282051282vw;
    top: 20.5128205128vw;
  }
  #After_Concept_area .txt_wrap .en:before {
    height: 20.5128205128vw;
  }
  #After_Concept_area .txt_wrap .flex .ttl_area {
    margin-top: 12.8205128205vw;
    margin-left: 20.5128205128vw;
    margin-bottom: 10.2564102564vw;
  }
  #After_Concept_area .txt_wrap .flex .ttl_area .ttl {
    width: 56.4102564103vw;
  }
  #After_Concept_area .txt_wrap .flex .txt_area {
    margin-left: 20.5128205128vw;
    font-size: 3.5897435897vw;
  }
  #After_Concept_area .gallery_wrap {
    position: relative;
  }
  #After_Concept_area .gallery_wrap .img {
    padding-top: 15.3846153846vw;
  }
  #After_Concept_area .gallery_wrap .img.img01 {
    width: 53.4615384615vw;
    height: 73.0769230769vw;
    margin-left: auto;
    margin-top: auto;
  }
  #After_Concept_area .gallery_wrap .img.img02 {
    width: 32.6923076923vw;
    height: 54.358974359vw;
    left: 0;
    margin-top: -15.3846153846vw;
  }
  #After_Concept_area .gallery_wrap .img.img02 .style_caption {
    letter-spacing: -0.1em;
  }
  #After_Concept_area .gallery_wrap .img.img03 {
    width: 46.1538461538vw;
    height: 28.4615384615vw;
    margin-left: auto;
    margin-top: -12.8205128205vw;
  }
  #After_Concept_area .gallery_wrap .img.img04 {
    width: 85.8974358974vw;
    height: 56.6666666667vw;
    margin-top: 15.3846153846vw;
    margin-left: 0;
  }
  #After_Concept_area .gallery_wrap .img.img05 {
    width: 29.8717948718vw;
    height: 39.1025641026vw;
    margin-left: auto;
    margin-top: 15.3846153846vw;
  }
  #After_Concept_area .gallery_wrap .img.img05 .style_caption {
    letter-spacing: -0.1em;
  }
  #After_Concept_area .gallery_wrap .img.img06 {
    display: block;
    width: 54.7435897436vw;
    height: 69.6153846154vw;
    margin-top: -12.8205128205vw;
  }
}
/*------------------------------------------------------------
#Other_area
------------------------------------------------------------*/
#Other_area {
  background: #f0efed;
  padding: 7.5rem 0;
}
#Other_area .ttl_area {
  display: flex;
  margin-bottom: 6.25rem;
}
#Other_area .ttl_area .style_ttl1 {
  width: 50%;
}
#Other_area .ttl_area .style_ttl1 .en {
  margin-bottom: 3.75rem;
}
#Other_area .ttl_area .style_ttl1 .jp {
  margin-left: 5rem;
  width: 19.6875rem;
  box-sizing: border-box;
}
#Other_area .ttl_area .txt {
  width: 35rem;
  padding-top: 5.625rem;
  box-sizing: border-box;
}
#Other_area .contents_area ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -3.75rem;
}
#Other_area .contents_area ul:after {
  content: "";
  display: block;
  width: 20.875rem;
}
#Other_area .contents_area ul li {
  width: 20.875rem;
  margin-bottom: 3.75rem;
}
#Other_area .contents_area ul li dl dt {
  display: block;
  margin-bottom: 1rem;
}
#Other_area .contents_area ul li dl dd h3 {
  margin-bottom: 0.375rem;
  line-height: 1.4;
  font-size: 1.25rem;
}
#Other_area .contents_area ul li dl dd .txt {
  font-size: 0.9375rem;
}
#Other_area .contents_area ul li dl dd .style_mini_txt {
  margin-top: 0.25rem;
}

@media screen and (max-width: 736px) and (orientation: portrait) {
  #Other_area {
    padding: 20.5128205128vw 0;
  }
  #Other_area .ttl_area {
    display: block;
    margin-bottom: 14.1025641026vw;
  }
  #Other_area .ttl_area .style_ttl1 {
    width: 100%;
  }
  #Other_area .ttl_area .style_ttl1 .en {
    margin-bottom: 7.6923076923vw;
  }
  #Other_area .ttl_area .style_ttl1 .jp {
    margin-left: 0;
    width: 53.8461538462vw;
    box-sizing: border-box;
  }
  #Other_area .ttl_area .txt {
    width: 100%;
    padding-top: 10.2564102564vw;
  }
  #Other_area .contents_area ul {
    display: block;
    margin-bottom: -7.6923076923vw;
  }
  #Other_area .contents_area ul:after {
    display: none;
  }
  #Other_area .contents_area ul li {
    width: 100%;
    margin-bottom: 7.6923076923vw;
  }
  #Other_area .contents_area ul li dl dt {
    margin-bottom: 4.1025641026vw;
  }
  #Other_area .contents_area ul li dl dd h3 {
    margin-bottom: 1.5384615385vw;
    font-size: 5.1282051282vw;
  }
  #Other_area .contents_area ul li dl dd .txt {
    font-size: 3.3333333333vw;
  }
  #Other_area .contents_area ul li dl dd .style_mini_txt {
    margin-top: 0vw;
    font-size: 2.5641025641vw;
  }
}