@charset "UTF-8";
/*==========================================
  Common
==========================================*/
/*==================================*/
/* base
==================================*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}

/* font
==================================*/
input,
textarea,
select,
i,
.wp-element-button {
  font-style: normal;
  font-family: neue-haas-grotesk-display, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif !important;
  font-weight: 400;
  font-style: normal;
}

body {
  color: #fff;
  background-color: #383D41;
  font-family: neue-haas-grotesk-display, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif !important;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.05em;
}

body {
  font-size: 12px;
  line-height: 24px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
dt,
dd,
th,
td,
table th,
table td {
  font-family: neue-haas-grotesk-display, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif !important;
  font-weight: 400;
  font-style: normal;
}

ol,
ul {
  list-style: none;
  list-style-type: none !important;
}

a {
  outline: none;
}

#main {
  padding: 0;
}

* {
  background-color: initial;
  box-shadow: initial;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
li,
ol,
dl,
dd,
tr,
span {
  font-size: 18px;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}

a {
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #fff;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
a:active {
  color: #fff;
}
a:hover {
  outline: none;
}

a:focus,
*:focus {
  outline: none !important;
}

body table th,
body table td {
  border: initial;
  padding: initial;
  vertical-align: middle;
}

.spsm {
  display: none;
}

.spmd {
  display: none;
}

.spmlg {
  display: none;
}

.spmlg02 {
  display: none;
}

@media (max-width: 375px) {
  .spsm {
    display: block;
  }
}
@media (max-width: 900px) {
  .spmd {
    display: block;
  }
}
@media (max-width: 1210px) {
  .spmlg {
    display: block;
  }
}
@media (max-width: 1350px) {
  .spmlg02 {
    display: block;
  }
}
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
footer {
  opacity: 0;
  transform: translateY(50px);
  /* 下から浮かび上がる */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

footer.visible {
  opacity: 1;
  transform: translateY(0);
  /* 元の位置に戻る */
}

.pc {
  display: none !important;
}

[id^=anc] {
  display: block;
  height: 0;
  padding-top: 100px;
  margin-top: -100px;
  pointer-events: none;
  cursor: default;
}

.loading {
  display: none;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 56px;
  z-index: 500;
  transition: top 0.6s ease;
  position: fixed;
  background-color: #1C2226;
}
header .Wrap {
  position: relative;
}
header .logo {
  height: 20px;
}
header .logo a {
  width: 102.57px;
  display: flex;
  align-items: center;
}
header .logo a img {
  width: 100%;
  height: auto;
}
header .header_inner .r_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 16px;
  top: 15px;
  width: 149px;
  z-index: 50;
}
header .hamburger {
  width: 30px;
  height: 32px;
  border-radius: 8px;
  position: relative;
  z-index: 8888;
  transition: 0.3s;
}
header .hamburger span {
  width: 30px;
  height: 1px;
  display: block;
  background: #BEBEBE;
  position: absolute;
  transition: 0.3s ease-in-out;
  left: 50%;
  margin-left: -17.5px;
  z-index: 8888;
}
header .hamburger span.b01 {
  top: 9px;
}
header .hamburger span.b02 {
  top: 19px;
}
header .hamburger.active span.b01 {
  top: 14px;
  background: #fff;
  transform: rotate(-30deg);
  height: 1px;
}
header .hamburger.active span.b02 {
  height: 1px;
  top: 14px;
  background: #fff;
  transform: rotate(30deg);
}
header .nav_area {
  background: #1C2226;
  width: 100%;
  height: 100vh;
  opacity: 0;
  transform: translateY(0);
  transition: 0.3s;
  overflow: hidden;
  height: 0;
  position: relative;
}
header .nav_area .nav_Wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100%;
}
header .nav_area .nav_area_inner .l_box {
  margin-bottom: 40px;
}
header .nav_area .nav_area_inner .tl,
header .nav_area .nav_area_inner a {
  font-family: ryo-text-plusn, serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: 0.03em;
  color: #fff;
}
header .nav_area .nav_area_inner .tl {
  margin-right: 15px;
  font-size: 26px;
}
header .nav_area .nav_area_inner .tl a {
  margin-bottom: 20px;
}
header .nav_area .nav_area_inner li a {
  font-size: 16px;
  line-height: 39px;
}
header .nav_area .nav_area_inner li a span {
  padding: 0 15px;
}
header .nav_area .r_box .box {
  display: flex;
}
header .nav_area .r_box .box ul {
  margin-top: 10px;
}
header .nav_area .copy {
  position: absolute;
  right: 60px;
  bottom: 35px;
  color: #fff;
  text-align: right;
  font-size: 14px;
}

.panelactive .nav_area {
  opacity: 1;
  transform: translateY(0);
  display: block;
  overflow: visible;
  height: 100vh;
}

/* main
==================================*/
/* 左からフェードインの基本スタイル */
.fade-in-element {
  opacity: 0;
  /* 初期状態は透明 */
  transform: translateY(30px);
  /* 左に30px移動 */
  transition: opacity 1s ease-out, transform 1s ease-out;
  /* フェードインの遷移効果 */
}

/* フェードイン後の状態 */
.fade-in-element.visible {
  opacity: 1;
  /* 完全に表示 */
  transform: translateY(0);
  /* 元の位置に移動 */
}

@keyframes fadeIn02 {
  from {
    opacity: 0.2;
    /* フェードイン前の透明度 */
  }
  to {
    opacity: 1;
    /* フェードイン後の透明度 */
  }
}
.mincho {
  font-family: ryo-text-plusn, serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: 0.03em;
}

main {
  margin-top: 56px;
}

.Wrap {
  padding: 0 30px;
  box-sizing: content-box;
}

.Title {
  font-size: 14px;
  color: #fff;
  border-top: solid 1px #BEBEBE;
  padding-top: 10px;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}

.title_box {
  margin-bottom: 35px;
}
.title_box span {
  color: #fff;
  display: block;
}
.title_box .mincho {
  font-size: 24px;
  line-height: 33px;
}
.title_box .eng {
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.15em;
  padding-top: 10px;
}

.no_link {
  pointer-events: none;
  /* 無効なリンクを視覚的に区別 */
  cursor: default;
}

.Btn a,
.ph_link_area .inner_btn,
.Btn_txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 160px;
  height: 24px;
  border-bottom: solid 1px #fff;
  font-size: 11px;
  color: #fff;
}
.Btn a::after,
.ph_link_area .inner_btn::after,
.Btn_txt::after {
  content: "";
  display: block;
  height: 7px;
  width: 8px;
  cursor: pointer;
  background: url(../../images/common/icon_yajirushi.svg) no-repeat center 50%;
  background-size: 6.68px auto;
  position: relative;
  right: 0;
  transition: 0.3s;
}
.Btn a:hover::after,
.ph_link_area .inner_btn:hover::after,
.Btn_txt:hover::after {
  right: -3px;
}

.Banner {
  display: flex;
  margin: 70px 30px 0;
}
.Banner a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2.1;
  position: relative;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.Banner figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}
.Banner figure img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  transform: scale(1);
  transition: 0.5s;
}
.Banner .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 70px);
  margin: 0 auto;
  height: 25px;
  border-bottom: solid 1px #fff;
  font-size: 11px;
  color: #fff;
  position: relative;
  z-index: 5;
  font-size: 16px;
  font-family: ryo-text-plusn, serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: 0.03em;
}
.Banner .txt::after {
  content: "";
  display: block;
  height: 9px;
  width: 10px;
  cursor: pointer;
  background: url(../../images/common/icon_yajirushi.svg) no-repeat center 50%;
  background-size: 8.66px auto;
  position: relative;
  right: 0;
  transition: 0.3s;
}
.Banner .txt:hover::after {
  right: -3px;
}
.Banner a:hover img {
  transform: scale(1.035);
}

.fancybox__container.has-toolbar .fancybox__backdrop {
  background: #383D41;
}

.fancybox__container.has-toolbar .fancybox__toolbar {
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  animation: unset;
}

.fancybox__container.has-toolbar .fancybox__toolbar .fancybox__toolbar__column.is-left {
  bottom: 0;
  top: calc(100vh - 50px);
  position: fixed;
}

.fancybox__container.has-toolbar .fancybox__toolbar .fancybox__toolbar__column.is-left .fancybox__infobar {
  position: relative;
  padding-left: 45px;
  font-size: 16px;
  color: #fff;
}

.fancybox__infobar:before {
  content: "Image";
  position: absolute;
  left: 0;
  top: 0;
}

.fancybox__container.has-toolbar .fancybox__toolbar .f-button {
  background: none;
}

.fancybox__container.has-toolbar .fancybox__toolbar .f-button svg {
  stroke: #fff;
  stroke-width: 3;
}

.fancybox__container.has-toolbar .fancybox__nav {
  max-width: none;
  height: 50px;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 98%;
  box-sizing: border-box;
  transform: translateX(-50%);
  animation: unset;
}

.fancybox__container.has-toolbar .is-horizontal .fancybox__nav .f-button.is-prev {
  left: auto;
  right: 60px;
}

.fancybox__container.has-toolbar .is-horizontal .fancybox__nav .f-button.is-next {
  right: 0;
}

.fancybox__slide.has-image > .fancybox__content {
  max-width: none !important;
}

.fancybox-image {
  width: 100%;
  height: auto;
}

.fancybox__carousel .f-button {
  background: none !important;
}

@media (max-width: 400px) {
  .fancybox__container.has-toolbar .fancybox__nav {
    top: calc(50vh + 80vw);
    bottom: auto;
  }
  .fancybox__container.has-toolbar .fancybox__toolbar .fancybox__toolbar__column.is-left .fancybox__infobar {
    bottom: auto;
    position: fixed !important;
    top: calc(50vh + 80vw);
    left: 20px;
  }
}
/* footer
==================================*/
footer {
  padding-top: 40px;
}
footer .Banner_area {
  margin: 0 auto;
  box-sizing: content-box;
}
footer .Banner_area a {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 2.6;
  position: relative;
}
footer .Banner_area a figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}
footer .Banner_area a figure img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
  transform: scale(1);
  transition: 0.5s;
}
footer .Banner_area a ul {
  position: relative;
  z-index: 5;
}
footer .Banner_area a li {
  text-align: center;
  font-size: 7px;
  color: #fff;
}
footer .Banner_area a li.tl {
  font-size: 16px;
  font-family: ryo-text-plusn, serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: 0.03em;
  line-height: 1;
}
footer .Banner_area a li.tl_ja {
  margin-top: 15px;
}
footer .Bottom_area {
  background: #1C2226;
  padding: 60px 30px 20px;
}
footer .Bottom_area .flex_box .logo {
  margin-bottom: 30px;
}
footer .Bottom_area .flex_box .r_box .logo_area .logo_r {
  width: 161px;
  line-height: 0.1px;
}
footer .Bottom_area .flex_box .r_box .logo_area .logo_r img {
  width: 100%;
  height: auto;
}
footer .Bottom_area .flex_box .r_box .logo_area .link {
  margin-top: 5px;
}
footer .Bottom_area .flex_box .r_box .logo_area .link a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
footer .Bottom_area .flex_box .r_box .logo_area .link a::after {
  content: "";
  background: url(../../images/common/icon_yajirushi.svg) no-repeat 100% 50%;
  background-size: 6.68px auto;
  width: 7px;
  height: 8px;
  display: block;
  padding-left: 10px;
}
footer .Bottom_area .flex_box .r_box .logo_area .link a:hover {
  text-decoration: none;
}
footer .Bottom_area .flex_box .address {
  font-style: normal;
}
footer .Bottom_area .flex_box .address a {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-decoration: underline;
  display: block;
  margin-bottom: 20px;
  position: relative;
}
footer .Bottom_area .flex_box .address a::after {
  content: "";
  background: url(../../images/common/icon_map.svg) no-repeat 100% 50%;
  background-size: 11.61px auto;
  width: 12px;
  height: 20px;
  padding-left: 10px;
  display: block;
  position: absolute;
  bottom: 5px;
  left: 13.5em;
}
footer .Bottom_area .flex_box ul {
  margin-bottom: 46px;
}
footer .Bottom_area .flex_box ul li {
  font-size: 14px;
  line-height: 23px;
  color: #fff;
  margin-bottom: 10px;
}
footer .Bottom_area .flex_box ul li small {
  font-size: 12px;
}
footer .Bottom_area .copy {
  text-align: right;
  font-size: 11px;
}

/*==========================================
  Layout
==========================================*/
/*==================================
  Top
==================================*/
.home {
  margin: 0;
  position: relative;
}
.home footer {
  padding-top: 80px;
}
.home header {
  position: absolute;
  transition: top 0.6s ease;
  background-color: initial;
  /* 下りるアニメーション */
  /* 上がるアニメーション */
  /* 下りる */
  /* 上がる */
}
.home header.fixed {
  position: fixed;
  background-color: #1C2226;
}
.home header.fixed.show {
  animation: headerDown 0.6s ease forwards;
}
.home header.up {
  animation: headerUp 0.6s ease forwards;
}
@keyframes headerDown {
  from {
    top: -80px;
  }
  to {
    top: 0;
  }
}
@keyframes headerUp {
  from {
    top: 0;
  }
  to {
    top: -80px;
  }
}
.home .loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 900;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: fadeOut 1.5s 2.5s forwards;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.home .loading__logo {
  opacity: 0;
  animation: logo_fade 2s 0.5s forwards;
  width: 300px;
}
@keyframes logo_fade {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
  }
}
.home main {
  margin-top: 0;
}
.home .Main_area {
  height: 100vh;
  overflow: hidden;
  position: relative;
  /* 表示中のスライド */
}
.home .Main_area .fade-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  /* 任意で変更 */
  margin: 0 auto;
  overflow: hidden;
}
.home .Main_area .fade-slider .slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.home .Main_area .fade-slider .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1);
  transition: transform 6s linear;
}
.home .Main_area .fade-slider .slide.active {
  opacity: 1;
}
.home .Main_area .fade-slider .slide.active img {
  transform: scale(1.2);
  /* ゆっくり拡大 */
}
.home .Main_area .Wrap {
  padding: 0 30px 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  height: 100vh;
  box-sizing: border-box;
}
.home .Main_area .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -70px 0 0 -70px;
  z-index: 20;
  width: 140px;
  height: 136px;
}
.home .Main_area .logo img {
  width: 100%;
  height: auto;
}
.home .Main_area .title_area {
  bottom: 40px;
  position: absolute;
}
.home .Main_area .title_area .title_box {
  margin-bottom: 18px;
}
.home .Main_area .title_area .mincho {
  font-size: 18px;
  line-height: 1;
}
.home .Main_area .title_area .eng {
  font-size: 10px;
  line-height: 16px;
  padding-top: 5px;
}
.home .Main_area .Btn a {
  width: 170px;
}
.home .Swiper_area_wrap {
  padding: 0;
}
.home .Swiper_area_wrap .swiper-pagination-bullet {
  border: solid 1px #707070;
  width: 5px;
  height: 5px;
  margin: 0 2px;
}
.home .Swiper_area_wrap .swiper-pagination-bullet-active {
  background: #707070;
}
.home .Swiper_area_wrap .swiper-pagination {
  bottom: -18px;
  top: auto;
}
.home .Swiper_area_wrap .Swiper_area,
.home .Swiper_area_wrap .Swiper_area02 {
  overflow: hidden;
}
.home .Swiper_area_wrap .Swiper_area .swiper-wrapper,
.home .Swiper_area_wrap .Swiper_area02 .swiper-wrapper {
  display: flex;
}
.home .Swiper_area_wrap .Swiper_area .swiper-wrapper .swiper-slide,
.home .Swiper_area_wrap .Swiper_area02 .swiper-wrapper .swiper-slide {
  height: auto;
  padding: 0 1.5px 3px 0;
}
.home .Swiper_area_wrap .Swiper_area .swiper-wrapper .swiper-slide figure,
.home .Swiper_area_wrap .Swiper_area02 .swiper-wrapper .swiper-slide figure {
  line-height: 0.1px;
  font-size: 0.1px;
}
.home .Swiper_area_wrap .Swiper_area .swiper-wrapper .swiper-slide img,
.home .Swiper_area_wrap .Swiper_area02 .swiper-wrapper .swiper-slide img {
  height: auto;
  width: 100%;
}
.home .Swiper_area_wrap .Swiper_area .btn_area,
.home .Swiper_area_wrap .Swiper_area02 .btn_area {
  display: flex !important;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.home .Swiper_area_wrap .Swiper_area .btn_area .swiper_btn_wrap,
.home .Swiper_area_wrap .Swiper_area02 .btn_area .swiper_btn_wrap {
  display: flex;
  margin-left: 10px;
  position: relative;
}
.home .Swiper_area_wrap .Swiper_area .btn_area .swiper-button-prev,
.home .Swiper_area_wrap .Swiper_area02 .btn_area .swiper-button-prev {
  display: block;
  position: relative;
  height: 23px;
  width: 23px;
  left: auto;
  right: auto;
  top: auto;
  margin: 0 7px 0 0;
  transition: 0.3s;
}
.home .Swiper_area_wrap .Swiper_area .btn_area .swiper-button-prev::after,
.home .Swiper_area_wrap .Swiper_area02 .btn_area .swiper-button-prev::after {
  content: "";
  display: block;
  margin: auto;
  height: 23px;
  width: 23px;
  background-repeat: no-repeat;
  background-size: 23px auto;
  cursor: pointer;
  background-image: url(../images/common/icon_prev.svg);
}
.home .Swiper_area_wrap .Swiper_area .btn_area .swiper-button-prev:hover,
.home .Swiper_area_wrap .Swiper_area02 .btn_area .swiper-button-prev:hover {
  opacity: 0.7;
}
.home .Swiper_area_wrap .Swiper_area .btn_area .swiper-button-next,
.home .Swiper_area_wrap .Swiper_area02 .btn_area .swiper-button-next {
  display: block;
  position: relative;
  height: 23px;
  width: 23px;
  left: auto;
  right: auto;
  top: auto;
  margin: 0;
  transition: 0.3s;
}
.home .Swiper_area_wrap .Swiper_area .btn_area .swiper-button-next::after,
.home .Swiper_area_wrap .Swiper_area02 .btn_area .swiper-button-next::after {
  content: "";
  display: block;
  margin: auto;
  height: 23px;
  width: 23px;
  background-repeat: no-repeat;
  background-size: 23px auto;
  cursor: pointer;
  background-image: url(../images/common/icon_next.svg);
}
.home .Swiper_area_wrap .Swiper_area .btn_area .swiper-button-next:hover,
.home .Swiper_area_wrap .Swiper_area02 .btn_area .swiper-button-next:hover {
  opacity: 0.7;
}
.home .Swiper_area_wrap .Swiper_area .swiper-pagination,
.home .Swiper_area_wrap .Swiper_area02 .swiper-pagination {
  bottom: initial;
}
.home .Swiper_area_wrap .Swiper_area .swiper-pagination .swiper-pagination-bullet,
.home .Swiper_area_wrap .Swiper_area02 .swiper-pagination .swiper-pagination-bullet {
  background: #B7B7B7;
}
.home .Swiper_area_wrap .Swiper_area .swiper-pagination .swiper-pagination-bullet-active,
.home .Swiper_area_wrap .Swiper_area02 .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.home .Real_Estate_area .Wrap {
  padding-top: 35px;
  padding-bottom: 40px;
}
.home .Real_Estate_area .Title {
  margin-bottom: 30px;
  margin: 0 30px 12px;
}
.home .Real_Estate_area .btn_area {
  justify-content: flex-end !important;
  margin-right: 30px;
}
.home .Concept_area {
  background: url(../../images/top/concept_sp.webp) no-repeat center 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 54px 0 100px;
}
.home .Concept_area .Title {
  margin-bottom: 30px;
}
.home .Concept_area .Wrap .box .txt {
  font-size: 12px;
  line-height: 34px;
}
.home .Line_up_area {
  margin-bottom: 90px;
}
.home .Line_up_area .Swiper_area02 .swiper-wrapper {
  flex-wrap: wrap;
}
.home .Line_up_area .Swiper_area02 .swiper-wrapper li.swiper-slide {
  width: calc((100% - 3px) / 2);
  padding: 0 3px 3px 0;
}
.home .Line_up_area .Swiper_area02 .swiper-wrapper li.swiper-slide:nth-child(2n) {
  padding-right: 0;
}
.home .Line_up_area .Title {
  margin: 0 0 30px;
}
.home .Line_up_area .title_box_area {
  padding: 0 0 30px;
}
.home .Line_up_area .title_box_area .title_box span {
  white-space: nowrap;
}
.home .Line_up_area .title_box_area .title_box .eng {
  padding-top: 15px;
}
.home .Line_up_area .title_box_area .lead {
  font-size: 12px;
}
.home .Rules_area {
  position: relative;
}
.home .Rules_area figure {
  width: 100%;
  font-size: 0.1px;
  line-height: 0.1px;
}
.home .Rules_area figure img {
  width: 100%;
  height: auto;
}
.home .Rules_area .r_box {
  position: relative;
  z-index: 5;
  margin: 0 auto;
}
.home .Rules_area .r_box .title_box {
  margin-bottom: 25px;
  position: relative;
  top: -0.7em;
}
.home .Rules_area .r_box .title_box .eng {
  font-size: 12px;
}
.home .Rules_area .r_box ul li {
  font-size: 14px;
  border-bottom: solid 1px #BEBEBE;
  padding: 0 5px;
  margin-bottom: 25px;
  width: 100%;
  font-family: ryo-text-plusn, serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: 0.03em;
}

/*==================================
    lineup common
==================================*/
main.page_Line_up .lineup_Main_area {
  aspect-ratio: 2.61;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../images/lineup/lu_mv_sp.webp) no-repeat center 50%;
  background-size: cover;
  width: 100%;
  margin-bottom: 60px;
  aspect-ratio: 1.25;
  min-height: 300px;
}
main.page_Line_up .lineup_Main_area .main_Title {
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-family: ryo-text-plusn, serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: 0.03em;
}
main.page_Line_up .Title {
  margin-bottom: 20px;
}
main.page_Line_up .title_box_area {
  margin-bottom: 65px;
  display: block;
}
main.page_Line_up .title_box_area .title_box {
  margin-bottom: 15px;
}
main.page_Line_up .title_box_area .title_box .mincho {
  font-size: 22px;
  line-height: 33px;
}
main.page_Line_up .title_box_area .lead {
  font-size: 12px;
  line-height: 25px;
}

/*==================================
    lineup common 下層のみ共通
==================================*/
.page-template-page_lineup-jp footer,
.page-template-page_lineup-fi footer,
.page-template-page_lineup-la footer,
.page-template-page_lineup-no footer,
.page-template-page_lineup-hi footer,
.page-template-page_lineup-tiny footer,
.page-template-page_lineup-sauna footer {
  padding-top: 40px;
}

main.page_Line_up_kaso .main_Title small {
  font-family: neue-haas-grotesk-display, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif !important;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 12px;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
main.page_Line_up_kaso .visual_w {
  margin-bottom: 50px;
}
main.page_Line_up_kaso .visual_w img {
  width: 100%;
  height: auto;
}
main.page_Line_up_kaso .Movie_area {
  margin-bottom: 50px;
}
main.page_Line_up_kaso .Movie_area .youtube-wrap {
  position: relative;
  cursor: pointer;
}
main.page_Line_up_kaso .Movie_area .youtube-wrap iframe {
  width: 100%;
  aspect-ratio: 1.78;
}
main.page_Line_up_kaso .Movie_area .youtube-wrap .thumb {
  width: 100%;
  display: block;
}
main.page_Line_up_kaso .Movie_area .youtube-wrap .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12.9687vw;
  max-width: 249px;
  height: auto;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
main.page_Line_up_kaso .Ph_box_area .box {
  margin-bottom: 50px;
}
main.page_Line_up_kaso .Ph_box_area figure {
  margin-bottom: 10px;
}
main.page_Line_up_kaso .Ph_box_area figure img {
  width: 100%;
  height: auto;
}
main.page_Line_up_kaso .Ph_box_area .title_box_area {
  margin-bottom: 0;
}
main.page_Line_up_kaso .Ph_box_area .title_box_area .mincho {
  font-size: 20px;
  line-height: 33px;
  position: relative;
}
main.page_Line_up_kaso .Ph_box_area .title_box_area .lead {
  line-height: 27px;
}
main.page_Line_up_kaso .Slide_area {
  margin-bottom: 50px;
  overflow: hidden;
  /* UL（スライド帯） */
  /* 1枚のスライド幅を90vwにするだけ */
  /* 画像 */
  /* アニメーション距離：90vw × 3枚 = 240vw */
}
main.page_Line_up_kaso .Slide_area .slider-wrapper {
  width: 100vw;
  overflow: hidden;
  position: relative;
}
main.page_Line_up_kaso .Slide_area .slider.slide-3 {
  display: flex;
  animation: scroll-left 30s linear infinite;
}
main.page_Line_up_kaso .Slide_area .slider.slide-4 {
  display: flex;
  animation: scroll-left-4 40s linear infinite;
}
@keyframes scroll-left-4 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-360vw);
  }
  /* 90vw × 4 */
}
main.page_Line_up_kaso .Slide_area .slide {
  flex: 0 0 90vw;
}
main.page_Line_up_kaso .Slide_area .slide img {
  width: 100%;
  height: auto;
}
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-270vw);
  }
}
main.page_Line_up_kaso .View_area {
  margin-bottom: 50px;
}
main.page_Line_up_kaso .View_area iframe {
  width: 100%;
  aspect-ratio: 1.5;
}
main.page_Line_up_kaso .View_area #gui-name {
  display: none !important;
}
main.page_Line_up_kaso .View_area .mp-wrap {
  position: relative;
  width: 100%;
  cursor: pointer;
}
main.page_Line_up_kaso .View_area .mp-thumb {
  width: 100%;
  display: block;
}
main.page_Line_up_kaso .Date_area {
  background: #BEBEBE;
  position: relative;
  padding: 50px 0;
}
main.page_Line_up_kaso .Date_area .Title {
  color: #000000;
  border-color: #000000;
  margin-bottom: 18px;
}
main.page_Line_up_kaso .Date_area dl {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #808080;
  margin-bottom: 10px;
}
main.page_Line_up_kaso .Date_area dl:last-child {
  margin-bottom: 0;
}
main.page_Line_up_kaso .Date_area dt {
  color: #808080;
  font-size: 12px;
}
main.page_Line_up_kaso .Date_area dd {
  font-size: 12px;
  color: #000000;
}
main.page_Line_up_kaso .Banner {
  margin-top: 50px;
}

/*==================================
    lineup  一覧ページ
==================================*/
.page-template-page_lineup .ph_link_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-template-page_lineup .ph_link_area a {
  display: block;
  margin-bottom: 40px;
}
.page-template-page_lineup .ph_link_area a figure {
  overflow: hidden;
  font-size: 0.1px;
  line-height: 0.1px;
}
.page-template-page_lineup .ph_link_area a img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.5s;
}
.page-template-page_lineup .ph_link_area a:hover img {
  transform: scale(1.035);
}
.page-template-page_lineup .ph_link_area a dl {
  margin-bottom: 20px;
}
.page-template-page_lineup .ph_link_area a dl dt {
  display: flex;
  align-items: center;
}
.page-template-page_lineup .ph_link_area a dl dt span {
  font-family: ryo-text-plusn, serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: 0.03em;
  font-size: 31px;
  margin-right: 10px;
}
.page-template-page_lineup .ph_link_area a dl dt small {
  font-size: 13px;
}
.page-template-page_lineup .ph_link_area a dl dd {
  font-size: 12px;
  line-height: 2;
}
.page-template-page_lineup .ph_link_area a .inner_btn {
  width: 100%;
}
.page-template-page_lineup .ph_link_area:last-child a:last-child {
  margin-bottom: 0;
}

/*==================================
       lineup jp 下層
  ==================================*/
.page-template-page_lineup-jp .lineup_Main_area {
  background-image: url(../../images/lineup/jp/jp_mv_sp.webp) !important;
}

.page-template-page_lineup-fi .lineup_Main_area {
  background-image: url(../../images/lineup/fi/fi_mv_sp.webp) !important;
}

.page-template-page_lineup-la .lineup_Main_area {
  background-image: url(../../images/lineup/la/la_mv_sp.webp) !important;
}

.page-template-page_lineup-no .lineup_Main_area {
  background-image: url(../../images/lineup/no/no_mv_sp.webp) !important;
}

.page-template-page_lineup-hi .lineup_Main_area {
  background-image: url(../../images/lineup/hi/hi_mv_sp.webp) !important;
}

.page-template-page_lineup-tiny .lineup_Main_area {
  background-image: url(../../images/lineup/tiny/tiny_mv_sp.webp) !important;
}

/*==================================
  real_estate
==================================*/
.post-type-archive-real_estate .Main_area,
.real_estate-single .Main_area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-type-archive-real_estate .Main_area .main_Title,
.real_estate-single .Main_area .main_Title {
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-family: ryo-text-plusn, serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: 0.03em;
  padding: 52px 0 25px;
}
.post-type-archive-real_estate .Main_area small,
.real_estate-single .Main_area small {
  display: block;
  font-size: 9px;
  margin-top: 10px;
  font-family: neue-haas-grotesk-display, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif !important;
  font-weight: 400;
  font-style: normal;
}

.post-type-archive-real_estate main .Real_estate_area .Wrap {
  position: relative;
  padding: 0;
}
.post-type-archive-real_estate main .tag_choice_area {
  margin-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.post-type-archive-real_estate main .tag_choice_area .btn_cate_list {
  display: flex;
  flex-wrap: wrap;
}
.post-type-archive-real_estate main .tag_choice_area .btn_cate_list li {
  margin-right: 3px;
}
.post-type-archive-real_estate main .tag_choice_area .btn_cate_list li.tl_area {
  display: flex;
  width: 100%;
  margin-bottom: 10px;
}
.post-type-archive-real_estate main .tag_choice_area .btn_cate_list li.tl_area .icon {
  background: url(../../images/real_estate/icon_filter.svg) no-repeat center 50%;
  background-size: 100% auto;
  display: block;
  width: 17px;
  height: 16px;
  border: none;
  filter: invert(74%) sepia(68%) saturate(17%) hue-rotate(353deg) brightness(92%) contrast(86%);
  position: relative;
  top: 13px;
}
.post-type-archive-real_estate main .tag_choice_area .btn_cate_list li.tl_area .tl {
  position: relative;
  top: 7px;
  color: #BEBEBE;
  margin: 0 0 0 6px;
  font-size: 14px;
}
.post-type-archive-real_estate main .tag_choice_area .btn_cate_list a {
  font-size: 14px;
  border-radius: 20px;
  text-align: center;
  border: solid 1px #707070;
  padding: 5px 10px;
  transition: 0.3s;
  white-space: nowrap;
}
.post-type-archive-real_estate main .tag_choice_area .btn_cate_list a:hover {
  background: #777777;
}
.post-type-archive-real_estate main .tag_choice_area .btn_cate_list .selected a {
  background: #777777;
}
.post-type-archive-real_estate main .Sort_area .box {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 18px;
  padding-left: 30px;
  padding-right: 30px;
}
.post-type-archive-real_estate main .Sort_area .box .Sort_area_list {
  display: flex;
  align-items: center;
}
.post-type-archive-real_estate main .Sort_area .box li {
  margin-right: 10px;
  font-size: 14px;
  line-height: 1;
}
.post-type-archive-real_estate main .Sort_area .box li.border {
  display: flex;
  align-items: center;
  margin-right: 0;
}
.post-type-archive-real_estate main .Sort_area .box li.border::after {
  content: "|";
  display: block;
  padding: 0 5px;
  font-size: 14px;
  line-height: 1;
}
.post-type-archive-real_estate main .Sort_area .box li a {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.post-type-archive-real_estate main .Sort_area .box li.Sort_icon {
  background: url(../../images/real_estate/icon_price.svg) no-repeat center 50%;
  background-size: 23.58px auto;
  display: block;
  width: 24px;
  height: 21px;
  border: none;
  filter: invert(74%) sepia(68%) saturate(17%) hue-rotate(353deg) brightness(92%) contrast(86%);
  position: relative;
}
.post-type-archive-real_estate main .Sort_area .box li.tl {
  position: relative;
  color: #BEBEBE;
  margin-right: 10px;
  font-size: 14px;
}
.post-type-archive-real_estate main .Real_estate_box {
  display: flex;
  flex-wrap: wrap;
}
.post-type-archive-real_estate main .Real_estate_box .Real_estate_a {
  display: block;
  position: relative;
  margin-bottom: 52px;
}
.post-type-archive-real_estate main .Real_estate_box .Real_estate_a figure {
  margin-bottom: 30px;
  overflow: hidden;
  font-size: 0.1px;
  line-height: 0.1px;
}
.post-type-archive-real_estate main .Real_estate_box .Real_estate_a .box {
  display: none;
}
.post-type-archive-real_estate main .Real_estate_box .Real_estate_a img {
  width: 100%;
  height: auto;
  transition: 0.3s;
  transform: scale(1);
}
.post-type-archive-real_estate main .Real_estate_box .Real_estate_a .Btn_txt {
  position: absolute;
  right: 20px;
  bottom: 0;
}

body.single-real_estate .gallery_aea {
  margin-bottom: 22px;
}
body.single-real_estate .gallery_aea .Wrap {
  padding: 0;
}
body.single-real_estate .gallery_aea .Wrap .thum {
  margin-bottom: 30px;
  line-height: 0.1px;
  font-size: 0.1px;
}
body.single-real_estate .gallery_aea .Wrap .thum img {
  width: 100%;
  height: auto;
}
body.single-real_estate .gallery_aea .Wrap .r_box {
  margin-left: 30px;
  margin-right: 30px;
  overflow: hidden;
}
body.single-real_estate .gallery_aea .Wrap .r_box .Title {
  margin-bottom: 12px;
  font-size: 14px;
}
body.single-real_estate .gallery_aea .Wrap .r_box .swiper-pagination-bullet {
  border: solid 1px #707070;
  width: 5px;
  height: 5px;
  margin: 0 2px;
}
body.single-real_estate .gallery_aea .Wrap .r_box .swiper-pagination-bullet-active {
  background: #707070;
}
body.single-real_estate .gallery_aea .Wrap .r_box .swiper-pagination {
  bottom: -18px;
  top: auto;
}
body.single-real_estate .gallery_aea .Wrap .r_box .gallery_box li {
  margin-right: 1px;
  overflow: hidden;
  width: calc((100% - 2px) / 3);
  font-size: 0.1px;
  line-height: 0.1px;
  margin-bottom: 4px;
  position: relative;
  flex-shrink: 0;
}
body.single-real_estate .gallery_aea .Wrap .r_box .gallery_box li::after {
  content: "";
  background: url(../../images/real_estate/icon_search.svg) no-repeat center 50%;
  background-size: 13.38px auto;
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  right: 7px;
  bottom: 4px;
}
body.single-real_estate .gallery_aea .Wrap .r_box .gallery_box li:nth-child(3n) {
  margin-right: 0;
}
body.single-real_estate .gallery_aea .Wrap .r_box .gallery_box li a {
  display: block;
}
body.single-real_estate .gallery_aea .Wrap .r_box .gallery_box li img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  transition: 0.3s;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
body.single-real_estate .Information {
  margin-bottom: 30px;
}
body.single-real_estate .Information .Wrap {
  padding: 0;
}
body.single-real_estate .Information figure {
  font-size: 0.1px;
  line-height: 0.1px;
}
body.single-real_estate .Information figure img {
  width: 100%;
  height: auto;
}
body.single-real_estate .Information .r_box {
  padding-top: 18px;
  margin: 0 0;
}
body.single-real_estate .Information .r_box h1 {
  text-indent: -9990px;
  height: 0;
}
body.single-real_estate .Information .r_box .Title {
  color: #fff;
  border-color: #fff;
  margin-bottom: 0;
}
body.single-real_estate .Information .r_box dl {
  border-bottom: solid 1px #808080;
  display: flex;
}
body.single-real_estate .Information .r_box dt {
  color: #fff;
  width: 6em;
  font-size: 12px;
  line-height: 21px;
}
body.single-real_estate .Information .r_box dd {
  color: #fff;
  width: calc(100% - 6em);
  font-size: 12px;
  line-height: 21px;
}
body.single-real_estate .Information .r_box .free_txt {
  color: #fff;
  font-size: 12px;
  line-height: 21px;
  padding-bottom: 0;
}
body.single-real_estate .Information .r_box dl {
  padding: 20px 0 5px;
}
body.single-real_estate .Information .r_box p {
  padding: 10px 0;
}
body.single-real_estate .single_bottom_nav {
  display: flex;
  justify-content: space-between;
  max-width: 879px;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}
body.single-real_estate .single_bottom_nav li {
  width: 46%;
}
body.single-real_estate .single_bottom_nav li a {
  width: 100%;
}
body.single-real_estate .single_bottom_nav .Btn {
  margin: 0;
}
body.single-real_estate .single_bottom_nav .prev a {
  flex-direction: row-reverse;
}
body.single-real_estate .single_bottom_nav .prev a::after {
  background: url(../../images/common/icon_yajirushi.svg) no-repeat center 50%;
  transform: rotate(180deg);
  left: 0;
}
body.single-real_estate .single_bottom_nav .prev a:hover::after {
  right: 0;
  left: -3px;
}
body.single-real_estate .banner_all {
  padding-left: 15px;
  padding-right: 15px;
}
body.single-real_estate .banner_all a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border: solid 1px #707070;
  height: 129px;
  flex-direction: column;
}
body.single-real_estate .banner_all a .main_Title {
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-family: ryo-text-plusn, serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  letter-spacing: 0.03em;
  line-height: 1;
  width: 100%;
  margin-bottom: 5px;
}
body.single-real_estate .banner_all a .main_Title small {
  display: block;
  font-size: 9px;
  margin-top: 10px;
  font-family: neue-haas-grotesk-display, sans-serif, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", san-serif !important;
  font-weight: 400;
  font-style: normal;
}
body.single-real_estate .banner_all a:hover .Btn_txt::after {
  right: -3px;
}