@charset "UTF-8";
.grecaptcha-badge {
  visibility: hidden;
}

@media screen and (min-width: 1280px) {
  .clearfix {
    display: block;
  }
  .clearfix:after, .clearfix:before {
    content: "";
    display: block;
    clear: both;
  }
  #mobile__hamburger, #overlay, .forSP, .forTAB, .forTAB_SP, .sp-img {
    display: none !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
  img {
    pointer-events: none !important;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  :focus, a:focus {
    outline: none;
  }
  .row-35 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .padding-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .flex-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .item__center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .content__all {
    width: 100%;
    max-width: 100%;
  }
  a, dd, dt, h1, h2, h3, h4, h5, h6, li, p, td, th {
    line-height: 1.61;
    font-weight: 600;
    font-size: 1.5rem;
    color: #2d2d2d;
    word-break: break-all;
    letter-spacing: 0.08em;
  }
  .gothic {
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
  }
  p {
    font-size: 1.5rem;
    line-height: 1.81;
    margin: 0;
  }
  a {
    display: inline-block;
  }
  .text {
    margin: 12px 0;
  }
  .align-center {
    text-align: center;
  }
  .mt_none {
    margin-top: 0 !important;
  }
  .mb_none {
    margin-bottom: 0 !important;
  }
  .pt_none {
    padding-top: 0 !important;
  }
  .pb_none {
    padding-bottom: 0 !important;
  }
  html {
    font-size: 62.5% !important;
  }
  body {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .container {
    max-width: 1280px;
  }
  .link__all {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #header {
    position: relative;
  }
  #exhibition__btn {
    width: 175px;
    height: 100px;
    background: #2D2D2D;
    position: fixed;
    top: 0;
    right: 79px;
    z-index: 9000;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #exhibition__btn:hover {
    background: #565656;
  }
  #exhibition__btn h4 {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    line-height: 100px;
    text-align: center;
    margin: 0;
    letter-spacing: 0.05em;
    padding-left: 18px;
    position: relative;
  }
  #exhibition__btn h4:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/loope.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  #main-visual__block {
    width: 100%;
    max-height: 100vh;
    position: relative;
    overflow: hidden;
  }
  #main-visual__block .main__movie {
    width: 100%;
    position: relative;
  }
  #main-visual__block .main__movie video {
    width: 100%;
    display: block;
  }
  #main-visual__block .img__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 520px;
  }
  #main-visual__block .img__content img {
    width: 100%;
  }
  #main-visual__block .top__no1 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }
  #main-visual__block .top__no1 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #main-visual__block .top__no1 .inner .icon1, #main-visual__block .top__no1 .inner .icon2 {
    margin-right: 12px;
  }
  #main-visual__block .top__no1 p {
    display: block;
    width: 100%;
    text-align: right;
    color: #fff;
    font-weight: 400 !important;
    font-size: 1.3rem;
    text-shadow: 0 0 3px #333;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
  #main-visual__block .top__no1 {
    width: 30%;
  }
  #main-visual__block .top__no1 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #main-visual__block .top__no1 .inner .icon1, #main-visual__block .top__no1 .inner .icon2 {
    margin-right: 0;
  }
  #main-visual__block .top__no1 .inner .icon1 {
    width: 30%;
  }
  #main-visual__block .top__no1 .inner .icon2 {
    width: 37%;
  }
  #main-visual__block .top__no1 .inner .icon3 {
    width: 30%;
  }
}
@media screen and (min-width: 1280px) {
  #menu__block {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    padding: 28px 30px;
    background: #fff;
  }
  #menu__block .logo {
    float: left;
    margin: 0;
  }
  #menu__block .logo a {
    display: block;
  }
  #menu__block .global-menu {
    float: right;
  }
  #menu__block .global-menu ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #menu__block .global-menu ul li {
    border-right: 1px solid #ddd;
    text-align: center;
    padding: 0 35px;
    min-height: 48px;
  }
  #menu__block .global-menu ul li:last-child {
    border-right: none;
    padding-right: 0;
  }
  #menu__block .global-menu ul li:first-child {
    padding-left: 0;
  }
  #menu__block .global-menu ul li:nth-child(2) a, #menu__block .global-menu ul li:nth-child(4) a {
    margin-top: 14px;
  }
  #menu__block .global-menu ul li a {
    font-weight: 600;
    letter-spacing: 0.05em;
    text-decoration: none;
    font-size: 1.5rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
  }
  #menu__block .global-menu ul li a:hover {
    color: #d0af52;
  }
}
@media screen and (min-width: 1280px) {
  .bg__gray {
    background: #f6f6f4;
    padding: 60px 0;
  }
}
@media screen and (min-width: 1280px) {
  #top__concept {
    margin: 100px 0;
  }
  #top__concept .container {
    width: 1200px;
  }
  #top__concept .concept__ttl {
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    margin: 0 0 28px 0;
  }
  #top__concept .text__area {
    width: 580px;
  }
  #top__concept .design__area {
    width: 574px;
    height: 162px;
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #top__concept .design__area .home__text {
    width: 180px;
    height: 163px;
    background: url(../images/home-bg.svg) no-repeat;
    background-size: contain;
    padding: 20px;
    position: relative;
  }
  #top__concept .design__area .home__text p {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -42%);
    transform: translate(-50%, -42%);
    width: 100%;
    line-height: 1.71;
  }
  #top__concept .design__area .home__text:nth-child(2) p {
    -webkit-transform: translate(-50%, -28%);
    transform: translate(-50%, -28%);
  }
  #top__concept .design__area .home__text:nth-child(3) p {
    -webkit-transform: translate(-50%, -32%);
    transform: translate(-50%, -32%);
  }
  #top__concept .concept__bg {
    width: 100%;
    height: 420px;
    background: url(../images/concept-bg.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: -70px;
  }
  #top__concept .concept__bg.bg-lazy {
    background-image: none !important;
  }
}
@media screen and (min-width: 1280px) {
  .concept__banner {
    width: 780px;
    margin: -30px auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1280px) {
  .concept__text {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.08em;
  }
}
@media screen and (min-width: 1280px) {
  .btn__center {
    margin: 48px 0;
    text-align: center;
  }
  .btn__center a {
    font-size: 1.4rem;
    text-decoration: none;
    border: 1px solid #2d2d2d;
    padding: 22px 70px;
    min-width: 300px;
    font-weight: 600;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
  }
  .btn__center a:hover {
    color: #fff;
    background: #2d2d2d;
  }
}
@media screen and (min-width: 1280px) {
  .ttl__center {
    font-size: 3.6rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.41;
    margin: 0 0 36px 0;
  }
  .ttl__center span {
    font-size: 1.5rem;
    display: block;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 1280px) {
  .align-center {
    text-align: center;
  }
}
@media screen and (min-width: 1280px) {
  #voice__content--top {
    margin: 60px 0 0;
  }
  #voice__content--top .voice__items--top {
    width: 1170px;
    margin-top: 36px;
  }
  #voice__content--top .voice__items--top .img__area {
    width: 644px;
    position: relative;
    overflow: hidden;
  }
  #voice__content--top .voice__items--top .img__area h6 {
    background: #2E2D2D;
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 10px 20px;
  }
  #voice__content--top .voice__items--top .text__area {
    width: calc(100% - 644px);
    background: #fff;
    padding: 50px 80px;
  }
  #voice__content--top .voice__items--top .text__area h3 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 16px 0;
  }
  #voice__content--top .voice__items--top .text__area .voice__category {
    margin: 16px 0 30px;
    padding: 0;
    font-size: 1.5rem;
    color: #666;
  }
  #voice__content--top .voice__items--top .text__area p {
    border-top: 1px solid #666;
    padding-top: 30px;
    font-size: 1.5rem;
  }
  #voice__content--top .voice__items--top .text__area h5 {
    margin: 36px 0 0 0;
    text-align: right;
  }
  #voice__content--top .voice__items--top .text__area h5 a {
    font-size: 1.4rem;
    text-decoration: none;
    border-bottom: 1px solid #2d2d2d;
    padding-bottom: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #voice__content--top .voice__items--top .text__area h5 a:hover {
    color: #d0af52;
    border-color: #d0af52;
  }
  #voice__content--top .voice__items--top .items {
    margin-top: 54px;
  }
  #voice__content--top .voice__items--top .items:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  #voice__child--top {
    margin-top: 60px;
  }
  #voice__child--top .child__items {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
  }
  #voice__child--top .child__items:hover h3 {
    color: #d0af52;
  }
  #voice__child--top .child__items:hover img {
    opacity: 0.8;
  }
  #voice__child--top .child__items img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #voice__child--top .child__items h6 {
    background: #2E2D2D;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 10px 20px;
  }
  #voice__child--top .child__items h3 {
    margin: 20px 0 16px 0;
    padding: 0 20px;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #voice__child--top .child__items .voice__category {
    margin: 16px 0 30px;
    padding: 0 20px;
    font-size: 1.5rem;
    color: #666;
  }
  #voice__child--top .child__items p {
    border-top: 1px solid #666;
    padding-top: 30px;
    font-size: 1.5rem;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1280px) {
  #catalog__banner--top .container {
    width: 1200px;
    height: 392px;
    background: url(../images/catalog-banner.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: 60px;
  }
  #catalog__banner--top .container.bg-lazy {
    background-image: none !important;
  }
  #catalog__banner--top .container .inner {
    width: 564px;
    position: relative;
    margin: 75px auto 0;
  }
  #catalog__banner--top .container .inner .banner-01 {
    position: absolute;
    top: -34px;
    left: -50px;
  }
  #catalog__banner--top .container .inner h4 {
    text-align: center;
    margin: 36px 0 0 0;
  }
  #catalog__banner--top .container .inner h4 a {
    font-size: 1.3rem;
    color: #fff;
    text-decoration: none;
    padding: 16px 26px;
    border: 1px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #catalog__banner--top .container .inner h4 a:hover {
    background: #2d2d2d;
  }
}
@media screen and (min-width: 1280px) {
  .banner__content--top {
    margin: 75px 0 60px;
  }
  .banner__content--top .container {
    width: 1200px;
  }
  .banner__content--top .container .row {
    margin-left: -47px;
    margin-right: -47px;
  }
  .banner__content--top .container .row .items {
    padding-left: 32px;
    padding-right: 32px;
  }
  .banner__content--top .container .row .items .items__inner {
    position: relative;
    background: #000;
  }
  .banner__content--top .container .row .items .items__inner:hover .banner__bg {
    opacity: 0.6;
  }
  .banner__content--top .container .row .items .items__inner .banner__bg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .banner__content--top .container .row .items .items__inner .item__text--01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  .banner__content--top .container .row .items .items__inner .item__text--02 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1280px) {
  #modelhouse-reserve__content {
    margin: 60px 0 60px;
  }
  #modelhouse-reserve__content .container {
    max-width: 1400px;
    margin-bottom: 60px;
  }
  #modelhouse-reserve__content .container .banner__inner {
    width: 100%;
    height: 448px;
    background: url(../images/visit-banner-bg.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
  }
  #modelhouse-reserve__content .container .banner__inner.bg-lazy {
    background-image: none !important;
  }
  #modelhouse-reserve__content .container .banner__inner .text__items {
    text-align: center;
    width: 550px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #modelhouse-reserve__content .container .banner__inner .text__items .banner__position--02 {
    position: absolute;
    top: -65px;
    left: -60px;
  }
}
@media screen and (min-width: 1280px) {
  #information__content--top .container {
    width: 1200px;
  }
  #information__content--top .container .row {
    margin-left: -33px;
    margin-right: -33px;
  }
  #information__content--top .container .row .items {
    padding-left: 18px;
    padding-right: 18px;
  }
  #information__content--top .container .row .items .inner {
    background: #fff;
    padding: 30px 40px 36px;
  }
  #information__content--top .container .row .items .inner .ttl {
    font-size: 3.2rem;
    position: relative;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 26px 0;
  }
  #information__content--top .container .row .items .inner .ttl .ttl__sub--01 {
    font-size: 1.3rem;
    position: absolute;
    top: 50%;
    left: 180px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 300;
    display: block;
    width: 150px;
  }
  #information__content--top .container .row .items .inner .ttl .ttl__sub--02 {
    font-size: 1.3rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 300;
    left: 134px;
    width: 150px;
  }
  #information__content--top .container .row .items .inner .infor__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #information__content--top .container .row .items .inner .infor__items:last-child {
    margin-bottom: 0;
  }
  #information__content--top .container .row .items .inner .infor__items .img__area {
    width: 160px;
  }
  #information__content--top .container .row .items .inner .infor__items .img__area a {
    display: block;
  }
  #information__content--top .container .row .items .inner .infor__items .img__area img {
    width: 100%;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area {
    width: calc(100% - 180px);
  }
  #information__content--top .container .row .items .inner .infor__items .text__area h6 {
    color: #666;
    font-size: 1.2rem;
    margin: 0 0 1px 0;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area h3 {
    margin: 0 0 4px 0;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area h3 a {
    font-size: 1.9rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.61;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area h3 a:hover {
    color: #d0af52;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area p {
    font-size: 1.4rem;
    margin: 0;
    line-height: 1.61;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
  }
}
@media screen and (min-width: 1280px) {
  .more__btn--right {
    text-align: right;
  }
  .more__btn--right a {
    font-size: 1.4rem;
    text-decoration: none;
    border-bottom: 1px solid #2d2d2d;
    padding-bottom: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .more__btn--right a:hover {
    color: #d0af52;
    border-color: #d0af52;
  }
}
@media screen and (min-width: 1280px) {
  .banner__content--top02 {
    margin: 100px 0;
  }
  .banner__content--top02 .container {
    width: 1200px;
  }
  .banner__content--top02 .container .row {
    margin-left: -47px;
    margin-right: -47px;
  }
  .banner__content--top02 .container .row .items {
    padding-left: 32px;
    padding-right: 32px;
  }
  .banner__content--top02 .container .row .items .items__inner {
    position: relative;
  }
  .banner__content--top02 .container .row .items .items__inner:hover .btn__01, .banner__content--top02 .container .row .items .items__inner:hover .btn__02 {
    background: #d0af52;
    border-color: #d0af52;
  }
  .banner__content--top02 .container .row .items .items__inner .top-best3__text {
    width: 230px;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner__content--top02 .container .row .items .items__inner .top-premium-vip__text {
    width: 470px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .banner__content--top02 .container .row .items .items__inner .item__text--01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  .banner__content--top02 .container .row .items .items__inner .item__text--02 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .banner__content--top02 .container .row .items .items__inner .btn__01 {
    font-size: 1.4rem;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    margin-top: 26px;
  }
  .banner__content--top02 .container .row .items .items__inner .btn__02 {
    font-size: 1.4rem;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 26px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 26px;
    display: inline-block;
  }
}
@media screen and (min-width: 1280px) {
  #event__content--top {
    margin: 100px 0;
  }
  #event__content--top .container {
    width: 100%;
    max-width: 1280px;
  }
  #event__content--top .container .items {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
  #event__content--top .container .items:first-of-type, #event__content--top .container .items:nth-of-type(2) {
    margin-top: 0;
  }
  #event__content--top .container .items .img__area {
    position: relative;
  }
  #event__content--top .container .items .img__area .event_end {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  #event__content--top .container .items .img__area .event_end .inner {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #event__content--top .container .items .img__area .event_end .inner h6 {
    margin: 0 0 13px;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  #event__content--top .container .items .img__area .event_end .inner p {
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    padding: 0 0 0 1.3em;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
  }
  #event__content--top .container .items .img__area .event_end .inner p:before {
    content: "※";
  }
  #event__content--top .container .items .img__area img {
    width: 100%;
  }
  #event__content--top .container .items h3 {
    margin: 22px 0 0 0;
  }
  #event__content--top .container .items h3 a {
    font-size: 2.2rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #event__content--top .container .items h3 a:hover {
    color: #d0af52;
  }
  #event__content--top .container .items ul {
    list-style: none;
    margin: 6px 0 0 0;
    padding: 0;
  }
  #event__content--top .container .items ul li {
    font-size: 1.5rem;
    line-height: 1.51;
    margin-bottom: 3px;
  }
  #event__content--top .container .items ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  #lineup__content--top {
    margin: 60px auto;
  }
  #lineup__content--top .container {
    width: 1280px;
  }
  #lineup__content--top .inner__items {
    min-height: 820px;
    position: relative;
  }
  #lineup__content--top .inner__items:hover .img__area img {
    opacity: 0.8;
  }
  #lineup__content--top .inner__items.item-01 {
    background: #e4a784;
  }
  #lineup__content--top .inner__items.item-02 {
    background: #afbdc0;
  }
  #lineup__content--top .inner__items a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  #lineup__content--top .inner__items .img__area {
    background: #fff;
  }
  #lineup__content--top .inner__items .img__area img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #lineup__content--top .inner__items .inner__content {
    padding: 40px;
  }
  #lineup__content--top .inner__items .inner__content .title__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  #lineup__content--top .inner__items .inner__content .title__content .logo__area {
    width: 110px;
  }
  #lineup__content--top .inner__items .inner__content .title__content .ttl__area {
    width: calc(100% - 152px);
  }
  #lineup__content--top .inner__items .inner__content .title__content .ttl__area h2 {
    margin: 0;
    font-size: 2.7rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.41;
  }
  #lineup__content--top .inner__items .inner__content .title__content .ttl__area h2 span {
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
  }
  #lineup__content--top .inner__items .lineup__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #lineup__content--top .inner__items .lineup__list li {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 33%;
    margin-right: 0.5%;
    margin-top: 0.5%;
    height: 78px;
    border: 1px solid #fff;
    position: relative;
  }
  #lineup__content--top .inner__items .lineup__list li:nth-child(3n) {
    margin-right: 0;
  }
  #lineup__content--top .inner__items .lineup__list li:first-child, #lineup__content--top .inner__items .lineup__list li:nth-child(2), #lineup__content--top .inner__items .lineup__list li:nth-child(3) {
    margin-top: 0;
  }
  #lineup__content--top .inner__items .lineup__list li span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1280px) {
  #plan__content--top {
    margin: 60px auto;
  }
  #plan__content--top .container {
    width: 100%;
    max-width: 100%;
  }
  #plan__content--top .container .plan__content--block {
    width: 100%;
    min-height: 600px;
    background: url(../images/plan-bg.webp) no-repeat left top;
    background-size: contain;
    padding: 60px 0;
  }
  #plan__content--top .container .plan__content--block.bg-lazy {
    background-image: none !important;
  }
  #plan__content--top .container .plan__content--block .plan__text--area {
    width: 384px;
    margin: 0 auto;
  }
  #plan__content--top .container .plan__content--block .plan__text--area p {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.91;
  }
  #plan__content--top .container .plan__content--block .plan__text--area img {
    margin-top: 20px;
  }
  #plan__content--top .container .plan__content--block .plan__slidshow {
    width: 100%;
    margin-top: 109px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1280px) {
  .btn__center {
    margin: 48px 0;
    text-align: center;
  }
  .btn__center a {
    font-size: 1.4rem;
    text-decoration: none;
    border: 1px solid #2d2d2d;
    padding: 22px 70px;
    min-width: 300px;
    font-weight: 600;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
  }
  .btn__center a:hover {
    color: #fff;
    background: #2d2d2d;
  }
}
@media screen and (min-width: 1280px) {
  .btn__double {
    text-align: center;
  }
  .btn__double .link__items {
    display: inline-block;
    margin-right: 38px;
  }
  .btn__double .link__items:nth-child(2) {
    margin-right: 0;
  }
  .btn__double .link__items a {
    font-size: 1.4rem;
    text-decoration: none;
    padding: 22px 70px;
    min-width: 300px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
  }
  .btn__double .link__items a:hover {
    color: #fff;
    background: #2d2d2d;
  }
  .btn__double .link__items:first-child a {
    background: #2d2d2d;
    -webkit-box-shadow: 4px 4px #ccc;
    box-shadow: 4px 4px #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn__double .link__items:first-child a:hover {
    background: #4c4c4c;
  }
  .btn__double .link__items:nth-child(2) a {
    background: #d0af52;
    -webkit-box-shadow: 4px 4px #ccc;
    box-shadow: 4px 4px #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn__double .link__items:nth-child(2) a:hover {
    background: #e2bf69;
  }
}
@media screen and (min-width: 1280px) {
  #smile__content--top {
    width: 100%;
    background: url(../images/smile-bg.webp) no-repeat top left #f6f6f4;
    margin: 120px 0 0 0;
    padding-bottom: 60px;
    position: relative;
  }
  #smile__content--top .bg-lazy {
    background-image: none !important;
  }
  #smile__content--top .smile__ttl {
    width: 1200px;
    height: 400px;
    position: absolute;
    top: 200px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #smile__content--top .smile__ttl h3 {
    font-size: 3.8rem;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    display: inline-block;
    width: 460px;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  #smile__content--top .smile__ttl p {
    font-size: 1.7rem;
    position: absolute;
    top: 138px;
    right: 0;
    display: inline-block;
    width: 460px;
    font-weight: 600;
    line-height: 1.91;
  }
  #smile__content--top .container {
    width: 1200px;
    padding-top: 563px;
  }
  #smile__content--top .container .row {
    margin-left: -31px;
    margin-right: -31px;
  }
  #smile__content--top .container .row .banner__items {
    margin-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }
  #smile__content--top .container .row .banner__items:first-child, #smile__content--top .container .row .banner__items:nth-child(2) {
    margin-top: 0;
  }
  #smile__content--top .container .row .banner__items:hover img {
    opacity: 0.6;
  }
  #smile__content--top .container .row .banner__items img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #smile__content--top .container .row .banner__items .number {
    position: absolute;
    top: 0;
    left: 16px;
    width: 50px;
    height: 50px;
    background: #2d2d2d;
    line-height: 50px;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
  }
  #smile__content--top .container .row .banner__items h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    font-size: 2.6rem;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  #smile__content--top .container .row .banner__items h2 span {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 12px;
  }
  #smile__content--top .container .row .banner__items .inner {
    background: #000;
  }
}
@media screen and (min-width: 1280px) {
  #concept__content--top {
    width: 100%;
    overflow: hidden;
  }
  #concept__content--top:before {
    content: "";
    display: inline-block;
    background: url(../images/top-concept-bg.webp) no-repeat left top;
    background-size: cover;
    background-position: 0 100%;
    width: 100%;
    height: 570px;
    position: relative;
    z-index: -1;
  }
  #concept__content--top .container {
    width: 1200px;
    height: 1204px;
    margin-top: -75px;
    position: relative;
  }
  #concept__content--top .container:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -10%;
    width: 607px;
    height: 602px;
    background: url(../images/top-concept-bg_01.jpg) no-repeat top right;
    background-size: cover;
    background-position: 50%;
  }
  #concept__content--top .container:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 602px;
    right: -10%;
    width: 607px;
    height: 602px;
    background: url(../images/top-concept-bg_02.jpg) no-repeat top right;
    background-size: cover;
    background-position: 0 50%;
  }
  #concept__content--top .container .row .items .inner {
    width: 600px;
    margin-top: 170px;
  }
  #concept__content--top .container .row .items .inner h2 {
    font-size: 4.2rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: 0 0 26px 0;
    line-height: 1.61;
  }
  #concept__content--top .container .row .items .inner h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 0 26px;
  }
  #concept__content--top .container .row .items .inner p {
    font-weight: 600;
    margin: 18px 0;
  }
  #concept__content--top .container .row .items .inner .banner__area {
    width: 600px;
    margin-top: 69px;
  }
}
@media screen and (min-width: 1280px) {
  .btn__left {
    margin: 48px 0;
    text-align: left;
  }
  .btn__left a {
    font-size: 1.4rem;
    text-decoration: none;
    border: 1px solid #2d2d2d;
    padding: 22px 70px;
    font-weight: 600;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
  }
  .btn__left a:hover {
    color: #fff;
    background: #2d2d2d;
  }
}
@media screen and (min-width: 1280px) {
  #initiatives__content--top .container .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #initiatives__content--top .container .inner .img__area {
    width: 712px;
  }
  #initiatives__content--top .container .inner .text__area {
    width: calc(100% - 772px);
  }
  #initiatives__content--top .container .inner .text__area h2 {
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 18px 0;
  }
  #initiatives__content--top .container .inner .text__area h2 span {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-left: 10px;
  }
  #initiatives__content--top .container .inner .text__area ul {
    list-style: none;
    margin: 12px 0 28px;
    padding: 0;
  }
  #initiatives__content--top .container .inner .text__area ul li {
    font-size: 1.5rem;
    padding: 0 0 6px 1em;
    line-height: 1.71;
    position: relative;
  }
  #initiatives__content--top .container .inner .text__area ul li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 1280px) {
  #staff__content--top {
    padding: 60px 0 0;
  }
  #staff__content--top .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  #staff__content--top .container .row {
    margin: 0;
  }
  #staff__content--top .container .row .staff__tab {
    width: 100%;
    max-width: 600px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #staff__content--top .container .row .staff__tab .tab {
    font-size: 1.4rem;
    text-align: center;
    width: 48%;
    padding: 12px 20px;
    color: #2d2d2d;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  #staff__content--top .container .row .staff__tab .tab.active {
    background: #2d2d2d;
    color: #fff;
  }
}
@media screen and (min-width: 1280px) {
  .swiper-container__staff, .swiper-container__staff_fixed {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    outline: none;
  }
  .swiper-container__staff.hide, .swiper-container__staff_fixed.hide {
    position: absolute !important;
    top: -9999px;
  }
  .swiper-container__staff .swiper-slide, .swiper-container__staff_fixed .swiper-slide {
    position: relative;
    width: 100%;
  }
  .swiper-container__staff .swiper-slide img, .swiper-container__staff_fixed .swiper-slide img {
    width: 100%;
  }
  .swiper-container__staff .swiper-slide p, .swiper-container__staff_fixed .swiper-slide p {
    margin: 20px 0 0;
    font-size: 1.8rem;
    text-align: center;
  }
  .swiper-container__staff .swiper-slide .btn__area, .swiper-container__staff_fixed .swiper-slide .btn__area {
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }
  .swiper-container__staff .swiper-slide .btn__area .blog__link, .swiper-container__staff_fixed .swiper-slide .btn__area .blog__link {
    color: #fff;
    background: #2d2d2d;
    width: 48%;
    padding: 10px 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    border: 1px solid #2d2d2d;
  }
  .swiper-container__staff .swiper-slide .btn__area .blog__link a, .swiper-container__staff_fixed .swiper-slide .btn__area .blog__link a {
    display: block;
  }
  .swiper-container__staff .swiper-slide .btn__area .blog__link:hover, .swiper-container__staff_fixed .swiper-slide .btn__area .blog__link:hover {
    background: #000;
    color: #fff;
  }
  .swiper-container__staff .swiper-slide .btn__area .detail__link, .swiper-container__staff_fixed .swiper-slide .btn__area .detail__link {
    color: #2d2d2d;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    border: 1px solid #2d2d2d;
  }
  .swiper-container__staff .swiper-slide .btn__area .detail__link a, .swiper-container__staff_fixed .swiper-slide .btn__area .detail__link a {
    display: block;
  }
  .swiper-container__staff .swiper-slide .btn__area .detail__link:hover, .swiper-container__staff_fixed .swiper-slide .btn__area .detail__link:hover {
    background: #000;
    color: #fff;
  }
  .swiper-container__staff .swiper-button-next, .swiper-container__staff_fixed .swiper-button-next {
    top: 160px !important;
    right: 48px !important;
    background: url(../images/arrow-icon_03.svg) no-repeat !important;
    background-size: contain !important;
    width: 45px !important;
    height: 45px !important;
  }
  .swiper-container__staff .swiper-button-next:after, .swiper-container__staff_fixed .swiper-button-next:after {
    display: none;
  }
  .swiper-container__staff .swiper-button-prev, .swiper-container__staff_fixed .swiper-button-prev {
    top: 160px !important;
    left: 48px !important;
    background: url(../images/arrow-icon_03.svg) no-repeat !important;
    background-size: contain !important;
    width: 45px !important;
    height: 45px !important;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .swiper-container__staff .swiper-button-prev:after, .swiper-container__staff_fixed .swiper-button-prev:after {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #youtube__content--top {
    margin: 60px 0;
  }
  #youtube__content--top .container {
    width: 1200px;
  }
  #youtube__content--top h2 {
    text-align: center;
    margin: 0 0 18px 0;
  }
  #youtube__content--top h3 {
    font-size: 2.6rem;
    font-weight: 600;
    margin: 0 0 6px 0;
    text-align: center;
  }
  #youtube__content--top p {
    font-size: 1.5rem;
    text-align: center;
    margin: 0;
  }
  #youtube__content--top .banner__two {
    margin-top: 60px;
    margin-left: -40px;
    margin-right: -40px;
  }
  #youtube__content--top .banner__two .items {
    width: 575px;
    padding: 0 25px;
  }
  #youtube__content--top .banner__two .items .inner {
    position: relative;
    background: #000;
    border-radius: 3px;
    overflow: hidden;
  }
  #youtube__content--top .banner__two .items .inner:hover .item-fixed {
    opacity: 0.6;
  }
  #youtube__content--top .banner__two .items .inner .item-fixed {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #youtube__content--top .banner__two .items .inner .text-img01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 279px;
  }
  #youtube__content--top .banner__two .items .inner .text-img02 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 235px;
  }
  #youtube__content--top .banner__one {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 53px;
  }
  #youtube__content--top .banner__one:hover img {
    opacity: 0.8;
  }
  #youtube__content--top .banner__one img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1280px) {
  #insta__content--top {
    margin: 60px 0;
    text-align: center;
  }
  #insta__content--top .container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  #insta__content--top h2 {
    display: inline-block;
    margin: 0 0 30px 0;
  }
  #insta__content--top h2 a {
    display: block;
    height: 100%;
    width: 100%;
  }
  #insta__content--top h2 img {
    width: 237px;
  }
  #insta__content--top p {
    text-align: center;
    margin: 0;
  }
  #insta__content--top .swiper-container__instagram {
    width: 100%;
    max-width: 100% !important;
    margin: 33px auto 0 !important;
    position: relative !important;
    outline: none;
  }
  #insta__content--top .swiper-container__instagram .swiper-slide {
    position: relative;
    width: 100%;
    max-width: 169.3px;
    height: 169.3px;
    overflow: hidden;
  }
  #insta__content--top .swiper-container__instagram .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #insta__content--top .swiper-container__instagram .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 1280px) {
  #estate__content--top {
    margin: 60px 0;
  }
  #estate__content--top .container {
    width: 1200px;
  }
  #estate__content--top .container .row .inner {
    padding: 0;
  }
  #estate__content--top .container .row .inner .estate__bg {
    width: 100%;
    height: 300px;
    background: url(../images/estate-bg.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
    text-align: center;
    position: relative;
  }
  #estate__content--top .container .row .inner .estate__bg.bg-lazy {
    background-image: none !important;
  }
  #estate__content--top .container .row .inner .estate__bg .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #estate__content--top .container .row .inner .estate__bg .inner h2 {
    width: 250px;
    font-size: 4.6rem;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 1.21;
  }
  #estate__content--top .container .row .inner .estate__bg .inner h2 span {
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    letter-spacing: 0.15em;
  }
  #estate__content--top .container .row .inner .estate__bg .inner .estate__link {
    display: inline-block;
    min-width: 280px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px;
    padding: 16px 0;
    margin: 0 6px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #estate__content--top .container .row .inner .estate__bg .inner .estate__link:hover {
    background: #252525;
    border: 1px solid #252525;
  }
  #estate__content--top .container .row .inner .estate__bg .inner .estate__link h4 {
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
  }
}
@media screen and (min-width: 1280px) {
  #footer__content {
    background: #595959;
    padding: 80px 0;
  }
  #footer__content #footer__menu {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  #footer__content #footer__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #footer__content #footer__menu ul li {
    padding: 0 0 7px 14px;
    position: relative;
  }
  #footer__content #footer__menu ul li:before {
    content: "";
    width: 6px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 11px;
    left: 0;
  }
  #footer__content #footer__menu ul li:last-child {
    padding-bottom: 0;
  }
  #footer__content #footer__menu ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-size: 1.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 300;
  }
  #footer__content #footer__menu ul li a:hover {
    color: #d0af52;
  }
  #footer__content #footer__information {
    width: 1200px;
    margin: 0 auto;
    padding: 56px 0;
    border-top: 1px solid #858585;
    border-bottom: 1px solid #858585;
    text-align: center;
  }
  #footer__content #footer__information h3 {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 24px;
    text-align: center;
  }
  #footer__content #footer__information ul {
    margin-top: 42px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #footer__content #footer__information ul li {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 4px;
  }
  #footer__content #footer__information ul li:last-child {
    margin-bottom: 0;
  }
  #footer__content #footer__information ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
  }
  #footer__content #footer__area {
    width: 1200px;
    margin: 0 auto;
    padding: 26px 0;
    border-bottom: 1px solid #858585;
  }
  #footer__content #footer__area h2 {
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    margin: 0 0 12px 0;
  }
  #footer__content #footer__area p {
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
  }
  #footer__content #footer__last {
    width: 1200px;
    margin: 45px auto 0;
  }
  #footer__content #footer__last .icon__area {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer__content #footer__last .icon__area a {
    display: block;
  }
  #footer__content #footer__last .icon__area .youtube {
    width: 40px;
    margin-right: 20px;
  }
  #footer__content #footer__last .icon__area .instagram {
    width: 30px;
  }
  #footer__content #footer__last .copyright {
    float: right;
    font-size: 1.4rem;
    color: #fff;
  }
}
@media screen and (min-width: 1280px) {
  #main-slider__top {
    overflow: hidden;
  }
  #main-slider__top .swiper-container__main {
    width: 100%;
    max-width: 684px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    position: relative !important;
    outline: none;
  }
  #main-slider__top .swiper-button-next {
    right: -48px !important;
    background: url(../images/slide-arrow_01.svg) no-repeat !important;
    background-size: contain !important;
    width: 32px !important;
    height: 32px !important;
  }
  #main-slider__top .swiper-button-next:after {
    display: none;
  }
  #main-slider__top .swiper-button-prev {
    left: -48px !important;
    background: url(../images/slide-arrow_01.svg) no-repeat !important;
    background-size: contain !important;
    width: 32px !important;
    height: 32px !important;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  #main-slider__top .swiper-button-prev:after {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #modelhouse__content--top {
    margin: 100px 0 50px;
  }
  #modelhouse__content--top .row {
    position: relative;
  }
  #modelhouse__content--top .row .swiper-button-next {
    top: 180px !important;
    right: 15px !important;
    background: url(../images/slideshow-icon_02.svg) no-repeat !important;
    background-size: contain !important;
    width: 45px !important;
    height: 45px !important;
  }
  #modelhouse__content--top .row .swiper-button-next:after {
    display: none;
  }
  #modelhouse__content--top .row .swiper-button-prev {
    top: 180px !important;
    left: 15px !important;
    background: url(../images/slideshow-icon_02.svg) no-repeat !important;
    background-size: contain !important;
    width: 45px !important;
    height: 45px !important;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  #modelhouse__content--top .row .swiper-button-prev:after {
    display: none;
  }
  #modelhouse__content--top #main-slider__modelhouse {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse {
    width: 100%;
    max-width: 358px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    outline: none;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide {
    position: relative;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide:hover h2 {
    color: #d0af52;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide:hover img {
    opacity: 0.7;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide h2 {
    font-size: 2rem;
    margin: 22px 0 0 0;
    padding: 0 26px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide p {
    font-size: 1.5rem;
    text-align: center;
    margin: 12px 0 0 0;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide h4 {
    font-size: 1.8rem;
    text-align: center;
    margin: 8px 0 0 0;
  }
}
@media screen and (min-width: 1280px) {
  #hamburger__btn {
    width: 79px;
    height: 100px;
    background: #efefef;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9000;
    cursor: pointer;
  }
  #hamburger__btn .hamburger-line {
    position: absolute;
    top: 19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 33px;
    height: 1px;
    background: #2d2d2d;
  }
  #hamburger__btn .bar1 {
    top: 35px;
  }
  #hamburger__btn .bar2 {
    top: 41px;
  }
  #hamburger__btn .menu__text {
    font-size: 1rem;
    position: absolute;
    top: 49px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #2d2d2d;
    display: inline-block;
  }
}
@media screen and (min-width: 1280px) {
  #hamburger__outer {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -379px;
    background: #2d2d2d;
    z-index: 9500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #hamburger__outer.open {
    right: 0 !important;
  }
  #hamburger__outer #hamburger__btn--close {
    width: 79px;
    height: 63px;
    background: #efefef;
    position: absolute;
    top: 0;
    left: -79px;
    cursor: pointer;
  }
  #hamburger__outer #hamburger__btn--close .bar1 {
    position: absolute;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-40deg);
    transform: translateX(-50%) rotate(-40deg);
    width: 33px;
    height: 1px;
    background: #2d2d2d;
  }
  #hamburger__outer #hamburger__btn--close .bar2 {
    position: absolute;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(40deg);
    transform: translateX(-50%) rotate(40deg);
    width: 33px;
    height: 1px;
    background: #2d2d2d;
  }
  #hamburger__outer #hamburger__btn--close .menu__text {
    font-size: 1rem;
    position: absolute;
    top: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #2d2d2d;
    display: inline-block;
  }
}
@media screen and (min-width: 1280px) {
  .hamburger__overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
  }
  .hamburger__overlay.active {
    background: rgba(0, 0, 0, 0.8);
    z-index: 9000;
    visibility: visible;
  }
}
@media screen and (min-width: 1280px) {
  #hamburger__menu {
    padding: 26px;
    overflow-y: scroll;
    overflow-x: visible;
    height: 100vh;
  }
  #hamburger__menu::-webkit-scrollbar {
    width: 10px;
  }
  #hamburger__menu::-webkit-scrollbar-track {
    background: #fff;
    border-left: solid 1px #ececec;
  }
  #hamburger__menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
  }
  #hamburger__menu ul {
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
  }
  #hamburger__menu ul li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px;
  }
  #hamburger__menu ul li:before {
    content: "";
    width: 8px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 11px;
    left: 0;
  }
  #hamburger__menu ul li.child:before {
    background: none;
  }
  #hamburger__menu ul li:last-of-type {
    margin-bottom: 0;
  }
  #hamburger__menu ul li a {
    color: #fff;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    font-size: 1.4rem;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #hamburger__menu ul li a:hover {
    color: #d0af52;
  }
}
@media screen and (min-width: 1280px) {
  #lineup__content-top {
    margin: 60px auto;
  }
  #lineup__content-top .container {
    max-width: 1200px;
  }
  #lineup__content-top .container .row {
    margin-left: -30px;
    margin-right: -30px;
  }
  #lineup__content-top .container .row .inner__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #lineup__content-top .container .row .img__area {
    width: 100%;
    max-width: 600px;
    position: relative;
    overflow: hidden;
  }
  #lineup__content-top .container .row .img__area img {
    width: auto;
    max-width: 120%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #lineup__content-top .container .row .text__area {
    padding: 36px;
    width: 100%;
    max-width: 600px;
    background: #E4A784;
  }
  #lineup__content-top .container .row .text__area .title__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #lineup__content-top .container .row .text__area .title__content .ttl__area {
    width: calc(100% - 150px);
  }
  #lineup__content-top .container .row .text__area .title__content .ttl__area h2 {
    font-size: 2.7rem;
    line-height: 1.41;
    color: #fff;
    margin: 0;
  }
  #lineup__content-top .container .row .text__area .title__content .ttl__area h2 span {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 8px;
  }
  #lineup__content-top .container .row .text__area .title__content .ttl__area h3 {
    font-size: 1.8rem;
    color: #fff;
    margin: 0;
    letter-spacing: 0.15em;
  }
  #lineup__content-top .container .row .text__area .lineup__list {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #lineup__content-top .container .row .text__area .lineup__list li {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 33%;
    margin-right: 0.5%;
    margin-top: 0.5%;
    height: 90px;
    border: 1px solid #fff;
    position: relative;
  }
  #lineup__content-top .container .row .text__area .lineup__list li:nth-child(3n) {
    margin-right: 0;
  }
  #lineup__content-top .container .row .text__area .lineup__list li:first-child, #lineup__content-top .container .row .text__area .lineup__list li:nth-child(2), #lineup__content-top .container .row .text__area .lineup__list li:nth-child(3) {
    margin-top: 0;
  }
  #lineup__content-top .container .row .text__area .lineup__list li span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 1280px) {
  #main-slider__fix {
    text-align: center;
    width: 1200px;
    height: 360px;
    margin: 0 auto;
    background: url(../images/main_slider_fix_01.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
  }
  #main-slider__fix:hover img {
    opacity: 0.8;
  }
  #main-slider__fix img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 1280px) {
  #owner__content--top {
    margin: 60px auto;
  }
  #owner__content--top .container {
    width: 100%;
    max-width: 1200px;
  }
  #owner__content--top .container .row .col-12 {
    padding: 0;
    width: 100%;
    height: 306px;
    background: url(../images/owner_banner.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
  }
  #owner__content--top .container .row .col-12.bg-lazy {
    background-image: none !important;
  }
  #owner__content--top .container .row .col-12:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #owner__content--top .container .row .col-12:after:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  #owner__content--top .container .row .col-12 .inner__content {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #owner__content--top .container .row .col-12 .inner__content h2 {
    font-size: 3.6rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    margin: 0 0 32px 0;
  }
  #owner__content--top .container .row .col-12 .inner__content h2 .small {
    font-size: 1.5rem;
    display: block;
    line-height: 1.41;
  }
  #owner__content--top .container .row .col-12 .inner__content ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #owner__content--top .container .row .col-12 .inner__content ul li {
    font-size: 1.2rem;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    padding: 8px 20px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
  }
  #owner__content--top .container .row .col-12 .inner__content ul li:nth-of-type(n+2) {
    margin-left: 6px;
  }
}
@media screen and (min-width: 1280px) {
  .galleryBanner_inner {
    width: 1200px;
    height: 306px;
    background: url(../images/gallery_top_banner_bg_20240304.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    margin: 56px auto 0;
  }
  .galleryBanner_inner.bg-lazy {
    background-image: none !important;
  }
  .galleryBanner_inner .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
  }
  .galleryBanner_inner .inner h2 {
    color: #fff;
    font-size: 3.6rem;
    margin: 0 0 16px;
    line-height: 1.31;
  }
  .galleryBanner_inner .inner h2 span {
    font-size: 1.4rem;
    display: block;
  }
  .galleryBanner_inner .inner p {
    color: #fff;
  }
  .galleryBanner_inner .inner .link {
    margin-top: 36px;
  }
  .galleryBanner_inner .inner .link a {
    color: #fff;
    font-size: 1.4rem;
    border: 1px solid #fff;
    padding: 16px 60px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .galleryBanner_inner .inner .link a:hover {
    background: #2d2d2d;
  }
}
@media screen and (min-width: 1280px) {
  .arial {
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "YuGothic Medium", "Yu Gothic Medium" !important;
  }
}
@media screen and (min-width: 1280px) {
  .p-rich_text_section {
    font-size: 1.5rem;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    margin: 16px 0;
  }
}
@media screen and (min-width: 1280px) {
  .staff_fixed_parent {
    width: 50%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .staff_fixed_parent .staff_fixed {
    width: 30%;
  }
  .staff_fixed_parent .staff_fixed p {
    margin: 20px 0 0;
    font-size: 1.8rem;
    text-align: center;
  }
  .staff_fixed_parent .staff_fixed .btn__area {
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }
  .staff_fixed_parent .staff_fixed .detail__link {
    color: #2d2d2d;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    border: 1px solid #2d2d2d;
  }
  .staff_fixed_parent .staff_fixed .detail__link a {
    display: block;
  }
  .staff_fixed_parent .staff_fixed .detail__link:hover {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 1280px) {
  .swiper-container__plan {
    width: 100%;
    max-width: 700px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    position: relative !important;
    outline: none;
  }
  .swiper-container__plan .swiper-slide {
    width: 700px;
    height: 428px;
    position: relative;
    background: #fff;
    overflow: hidden;
  }
  .swiper-container__plan .swiper-slide .ranking__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #161616;
    position: relative;
    z-index: 100;
  }
  .swiper-container__plan .swiper-slide .ranking {
    font-size: 2.8rem;
    color: #fff;
    width: 86px;
    text-align: center;
  }
  .swiper-container__plan .swiper-slide .ranking span {
    font-size: 1.5rem;
    margin-left: 3px;
  }
  .swiper-container__plan .swiper-slide .plan__catch {
    width: calc(100% - 86px);
    background: #2d2d2d;
    padding: 21px 0;
  }
  .swiper-container__plan .swiper-slide .plan__catch td {
    padding: 0 20px;
  }
  .swiper-container__plan .swiper-slide .plan__catch th {
    padding: 0 20px;
    font-size: 1.7rem;
    color: #fff;
    width: 120px;
  }
  .swiper-container__plan .swiper-slide .plan__catch td {
    font-size: 1.7rem;
    color: #fff;
    margin: 0;
    border-left: 1px solid #fff;
  }
  .swiper-container__plan .swiper-slide h6 {
    font-size: 3.2rem;
    color: #fff;
    text-align: center;
    margin: 0 160px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
  }
  .swiper-container__plan .swiper-slide h6 span {
    font-size: 1.5rem;
    display: block;
    font-weight: 300;
    letter-spacing: 0.05em;
  }
  .swiper-container__plan .swiper-slide p {
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
  }
  .swiper-container__plan .swiper-slide .btn__area {
    text-align: center;
    padding: 0 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
  }
  .swiper-container__plan .swiper-slide .btn__area .register {
    color: #fff;
    background: #D0AF52;
    width: 48%;
    padding: 18px 20px;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .swiper-container__plan .swiper-slide .btn__area .register:hover {
    background: #000;
    color: #fff;
  }
  .swiper-container__plan .swiper-slide .btn__area .login {
    color: #2d2d2d;
    background: #fff;
    width: 48%;
    padding: 18px 20px;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .swiper-container__plan .swiper-slide .btn__area .login:hover {
    background: #000;
    color: #fff;
  }
  .swiper-container__plan .swiper-slide .ranking__top--img {
    position: relative;
    height: 355px;
    overflow: hidden;
  }
  .swiper-container__plan .swiper-slide .ranking__top--img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .swiper-container__plan .swiper-slide .ranking__top--img .ranking__top--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .swiper-container__plan .swiper-slide .ranking__top--img .ranking__top--link:hover + img {
    opacity: 0.8;
  }
  .swiper-container__plan .swiper-slide .ranking__top--img .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(20, 20, 20, 0.9);
  }
  .swiper-container__plan .swiper-slide .ranking__top--img .inner .inner__items {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .swiper-container__plan .swiper-button-next {
    right: -48px !important;
    background: url(../images/slide-arrow_01.svg) no-repeat !important;
    background-size: contain !important;
    width: 32px !important;
    height: 32px !important;
  }
  .swiper-container__plan .swiper-button-next:after {
    display: none;
  }
  .swiper-container__plan .swiper-button-prev {
    left: -48px !important;
    background: url(../images/slide-arrow_01.svg) no-repeat !important;
    background-size: contain !important;
    width: 32px !important;
    height: 32px !important;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .swiper-container__plan .swiper-button-prev:after {
    display: none;
  }
}
@media screen and (min-width: 1280px) {
  #menu__block.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
    width: 100% !important;
    max-width: 100% !important;
    height: 100px;
    z-index: 8000;
  }
  #menu__block.m_fixed .logo {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #menu__block.m_fixed .global-menu {
    position: absolute;
    top: 50%;
    right: 280px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #menu__block.m_fixed .global-menu li {
    padding: 0 20px;
  }
  #menu__block.m_fixed .global-menu li a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1280px) {
  #main-slider__fix-spring {
    width: 984px;
    margin: 0 auto;
  }
  #main-slider__fix-spring a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #main-slider__fix-spring a:hover {
    opacity: 0.8;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .clearfix {
    display: block;
  }
  .clearfix:after, .clearfix:before {
    content: "";
    display: block;
    clear: both;
  }
  .forPC, .forSP, .sp-img {
    display: none !important;
  }
  :focus, a:focus {
    outline: none;
  }
  img {
    pointer-events: none !important;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-35 {
    margin-left: -35px;
    margin-right: -35px;
  }
  .row-30 {
    margin-left: -30px;
    margin-right: -30px;
  }
  .row-20 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .row-40 {
    margin-left: -40px;
    margin-right: -40px;
  }
  .row-25 {
    margin-left: -25px;
    margin-right: -25px;
  }
  .padding-25 {
    padding-left: 25px;
    padding-right: 25px;
  }
  .flex-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  .item__center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .content__all {
    width: 100%;
    max-width: 100%;
  }
  a, dd, dt, h1, h2, h3, h4, h5, h6, li, p, td, th {
    line-height: 1.61;
    font-weight: 600;
    font-size: 1.5rem;
    color: #2d2d2d;
    word-break: break-all;
    letter-spacing: 0.08em;
  }
  .gothic {
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
  }
  p {
    font-size: 1.5rem;
    line-height: 1.81;
    margin: 0;
  }
  a {
    display: inline-block;
  }
  .text {
    margin: 12px 0;
  }
  .mt_none {
    margin-top: 0 !important;
  }
  .mb_none {
    margin-bottom: 0 !important;
  }
  .pt_none {
    padding-top: 0 !important;
  }
  .pb_none {
    padding-bottom: 0 !important;
  }
  html {
    font-size: 62.5% !important;
  }
  body {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .container {
    max-width: 1280px;
  }
  .link__all {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #header {
    position: relative;
  }
  #exhibition__btn {
    width: 175px;
    height: 100px;
    background: #2D2D2D;
    position: fixed;
    top: 0;
    right: 158px;
    z-index: 1000;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #exhibition__btn:hover {
    background: #565656;
  }
  #exhibition__btn h4 {
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    line-height: 100px;
    text-align: center;
    margin: 0;
    letter-spacing: 0.05em;
    padding-left: 18px;
    position: relative;
  }
  #exhibition__btn h4:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/loope.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  .header_tel {
    width: 79px;
    height: 100px;
    background: #d7d7d7;
    position: fixed;
    top: 0;
    right: 79px;
    z-index: 1000;
    text-align: center;
  }
  .header_tel img {
    width: 26px;
    position: absolute;
    top: 26px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header_tel p {
    text-decoration: none;
    font-size: 1.1rem;
    text-align: center;
    position: absolute;
    top: 58px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
  }
  #main-visual__block {
    width: 100%;
    height: 724px;
    position: relative;
    overflow: hidden;
    margin-top: 169px;
  }
  #main-visual__block .main__movie {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #main-visual__block .main__movie video {
    height: 100%;
    display: block;
  }
  #main-visual__block .img__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 500px;
  }
  #main-visual__block .img__content img {
    width: 100%;
  }
  #main-visual__block .top__no1 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 500;
    width: 80%;
    max-width: 255px;
  }
  #main-visual__block .top__no1 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #main-visual__block .top__no1 .inner .icon1 {
    width: 30%;
  }
  #main-visual__block .top__no1 .inner .icon2 {
    width: 37%;
  }
  #main-visual__block .top__no1 .inner .icon3 {
    width: 30%;
  }
  #main-visual__block .top__no1 p {
    display: block;
    width: 100%;
    text-align: right;
    color: #fff;
    font-weight: 400 !important;
    font-size: 0.7rem;
    text-shadow: 0 0 3px #333;
  }
  #menu__block {
    display: none;
  }
  .bg__gray {
    background: #f6f6f4;
    padding: 60px 0;
  }
  #top__concept {
    margin: 70px 0;
  }
  #top__concept .container {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #top__concept .concept__ttl {
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    margin: 0 0 28px 0;
  }
  #top__concept .text__area {
    width: 100%;
  }
  #top__concept .design__area {
    width: 574px;
    height: 162px;
    margin-top: 52px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #top__concept .design__area .home__text {
    width: 180px;
    height: 163px;
    background: url(../images/home-bg.svg) no-repeat;
    background-size: contain;
    padding: 20px;
    position: relative;
  }
  #top__concept .design__area .home__text p {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -42%);
    transform: translate(-50%, -42%);
    width: 100%;
    line-height: 1.71;
  }
  #top__concept .design__area .home__text:nth-child(2) p {
    -webkit-transform: translate(-50%, -28%);
    transform: translate(-50%, -28%);
  }
  #top__concept .design__area .home__text:nth-child(3) p {
    -webkit-transform: translate(-50%, -32%);
    transform: translate(-50%, -32%);
  }
  #top__concept .concept__bg {
    width: 100%;
    height: 420px;
    background: url(../images/concept-bg.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: -70px;
  }
  .concept__banner {
    width: calc(100% - 40px);
    max-width: 780px;
    margin: -30px auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .concept__banner img {
    width: 24%;
    max-width: 180px;
  }
  .concept__text {
    font-size: 1.7rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.08em;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .btn__center {
    margin: 48px 0;
    text-align: center;
  }
  .btn__center a {
    font-size: 1.4rem;
    text-decoration: none;
    border: 1px solid #2d2d2d;
    padding: 22px 70px;
    min-width: 300px;
    font-weight: 600;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
  }
  .btn__center a:hover {
    color: #fff;
    background: #2d2d2d;
  }
  .ttl__center {
    font-size: 3.6rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.41;
    margin: 0 0 32px 0;
  }
  .ttl__center span {
    font-size: 1.5rem;
    display: block;
    letter-spacing: 0.05em;
  }
  .align-center {
    text-align: center;
  }
  #voice__content--top {
    margin: 60px 0 0;
  }
  #voice__content--top .voice__items--top {
    width: calc(100% - 40px);
    max-width: 1170px;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
  }
  #voice__content--top .voice__items--top .items {
    width: 49%;
    max-width: 49%;
    margin-top: 32px;
  }
  #voice__content--top .voice__items--top .items:first-child, #voice__content--top .voice__items--top .items:nth-child(2) {
    margin-top: 0;
  }
  #voice__content--top .voice__items--top .img__area {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #voice__content--top .voice__items--top .img__area h6 {
    background: #2E2D2D;
    color: #fff;
    font-size: 1.5rem;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 10px 20px;
  }
  #voice__content--top .voice__items--top .text__area {
    width: 100%;
    background: #fff;
    padding: 30px 30px;
  }
  #voice__content--top .voice__items--top .text__area h3 {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 16px 0;
  }
  #voice__content--top .voice__items--top .text__area .voice__category {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 0 30px;
    padding: 0;
  }
  #voice__content--top .voice__items--top .text__area .voice__category li {
    font-size: 1.5rem;
    color: #666;
    border-right: 1px solid #666;
    padding-right: 8px;
    margin-right: 8px;
  }
  #voice__content--top .voice__items--top .text__area .voice__category li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  #voice__content--top .voice__items--top .text__area p {
    border-top: 1px solid #666;
    padding-top: 30px;
    font-size: 1.5rem;
  }
  #voice__content--top .voice__items--top .text__area h5 {
    margin: 36px 0 0 0;
    text-align: right;
  }
  #voice__content--top .voice__items--top .text__area h5 a {
    font-size: 1.4rem;
    text-decoration: none;
    border-bottom: 1px solid #2d2d2d;
    padding-bottom: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #voice__content--top .voice__items--top .text__area h5 a:hover {
    color: #d0af52;
    border-color: #d0af52;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 950px) {
  .voice__items--top .items {
    width: 100% !important;
    max-width: 768px !important;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
  }
  .voice__items--top .items:first-child {
    margin-top: 0;
  }
  .voice__items--top .items:nth-child(2) {
    margin-top: 32px !important;
  }
  .voice__items--top .items img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #voice__child--top {
    margin-top: 60px;
  }
  #voice__child--top .child__items {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
  }
  #voice__child--top .child__items:hover h3 {
    color: #d0af52;
  }
  #voice__child--top .child__items:hover img {
    opacity: 0.8;
  }
  #voice__child--top .child__items img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #voice__child--top .child__items h6 {
    background: #2E2D2D;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 10px 20px;
  }
  #voice__child--top .child__items h3 {
    margin: 20px 0 16px 0;
    padding: 0 20px;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #voice__child--top .child__items .voice__category {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 0 30px;
    padding: 0 20px;
  }
  #voice__child--top .child__items .voice__category li {
    font-size: 1.5rem;
    color: #666;
    border-right: 1px solid #666;
    padding-right: 8px;
    margin-right: 8px;
  }
  #voice__child--top .child__items .voice__category li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  #voice__child--top .child__items p {
    border-top: 1px solid #666;
    padding-top: 30px;
    font-size: 1.5rem;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #catalog__banner--top .container {
    width: 100%;
    height: 392px;
    background: url(../images/catalog-banner.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
  }
  #catalog__banner--top .container .inner {
    width: 564px;
    position: relative;
    margin: 75px auto 0;
  }
  #catalog__banner--top .container .inner .banner-01 {
    position: absolute;
    top: -34px;
    left: -50px;
  }
  #catalog__banner--top .container .inner h4 {
    text-align: center;
    margin: 36px 0 0 0;
  }
  #catalog__banner--top .container .inner h4 a {
    font-size: 1.3rem;
    color: #fff;
    text-decoration: none;
    padding: 16px 26px;
    border: 1px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #catalog__banner--top .container .inner h4 a:hover {
    background: #2d2d2d;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .banner__content--top {
    margin: 75px 0 70px;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .banner__content--top .container {
    max-width: 1200px;
  }
  .banner__content--top .container .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .banner__content--top .container .row .items {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner__content--top .container .row .items .items__inner {
    position: relative;
    background: #000;
  }
  .banner__content--top .container .row .items .items__inner:hover .banner__bg {
    opacity: 0.6;
  }
  .banner__content--top .container .row .items .items__inner .banner__bg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
  }
  .banner__content--top .container .row .items .items__inner .item__text--01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  .banner__content--top .container .row .items .items__inner .item__text--02 {
    width: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #modelhouse-reserve__content {
    margin: 60px 0 70px;
  }
  #modelhouse-reserve__content .container {
    max-width: 1400px;
    margin-bottom: 60px;
  }
  #modelhouse-reserve__content .container .banner__inner {
    width: 100%;
    height: 448px;
    background: url(../images/visit-banner-bg.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
  }
  #modelhouse-reserve__content .container .banner__inner .text__items {
    text-align: center;
    width: 470px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #modelhouse-reserve__content .container .banner__inner .text__items .banner__position--02 {
    position: absolute;
    top: -65px;
    left: -60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #information__content--top .container {
    width: 100%;
    max-width: 1200px;
  }
  #information__content--top .container .row .items .inner {
    background: #fff;
    padding: 30px 40px 36px;
  }
  #information__content--top .container .row .items .inner .ttl {
    font-size: 3.2rem;
    position: relative;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 26px 0;
  }
  #information__content--top .container .row .items .inner .ttl .ttl__sub--01 {
    font-size: 1.3rem;
    position: absolute;
    top: 50%;
    left: 180px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 300;
    display: block;
    width: 150px;
  }
  #information__content--top .container .row .items .inner .ttl .ttl__sub--02 {
    font-size: 1.3rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 300;
    left: 134px;
    width: 150px;
  }
  #information__content--top .container .row .items .inner .infor__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 32px;
  }
  #information__content--top .container .row .items .inner .infor__items:last-child {
    margin-bottom: 0;
  }
  #information__content--top .container .row .items .inner .infor__items .img__area {
    width: 160px;
  }
  #information__content--top .container .row .items .inner .infor__items .img__area a {
    display: block;
  }
  #information__content--top .container .row .items .inner .infor__items .img__area img {
    width: 100%;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area {
    width: calc(100% - 180px);
  }
  #information__content--top .container .row .items .inner .infor__items .text__area h6 {
    color: #666;
    font-size: 1.2rem;
    margin: 0 0 1px 0;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area h3 {
    margin: 0 0 4px 0;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area h3 a {
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    line-height: 1.61;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area h3 a:hover {
    color: #d0af52;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area p {
    font-size: 1.4rem;
    margin: 0;
    line-height: 1.61;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 991px) {
  #information__content--top .items {
    margin-top: 26px;
  }
  #information__content--top .items:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .more__btn--right {
    text-align: right;
  }
  .more__btn--right a {
    font-size: 1.4rem;
    text-decoration: none;
    border-bottom: 1px solid #2d2d2d;
    padding-bottom: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .more__btn--right a:hover {
    color: #d0af52;
    border-color: #d0af52;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .banner__content--top02 {
    margin: 100px 0;
  }
  .banner__content--top02 .container {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner__content--top02 .container .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .banner__content--top02 .container .row .items {
    padding-left: 10px;
    padding-right: 10px;
  }
  .banner__content--top02 .container .row .items .items__inner {
    position: relative;
  }
  .banner__content--top02 .container .row .items .items__inner:hover .btn__01, .banner__content--top02 .container .row .items .items__inner:hover .btn__02 {
    background: #d0af52;
    border-color: #d0af52;
  }
  .banner__content--top02 .container .row .items .items__inner .top-best3__text {
    width: 230px;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner__content--top02 .container .row .items .items__inner .top-premium-vip__text {
    width: 370px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .banner__content--top02 .container .row .items .items__inner .item__text--01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  .banner__content--top02 .container .row .items .items__inner .item__text--02 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .banner__content--top02 .container .row .items .items__inner .btn__01 {
    font-size: 1.4rem;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    margin-top: 26px;
  }
  .banner__content--top02 .container .row .items .items__inner .btn__02 {
    font-size: 1.4rem;
    color: #fff;
    border: 1px solid #fff;
    padding: 12px 26px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 26px;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 991px) {
  .banner__content--top02 .items {
    width: 100%;
    max-width: 610px;
    margin: 26px auto 0;
  }
  .banner__content--top02 .items:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #event__content--top {
    margin: 70px 0;
  }
  #event__content--top .container {
    width: calc(100% - 40px);
    max-width: 1280px;
    margin: 0 auto;
  }
  #event__content--top .container .items {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
  }
  #event__content--top .container .items:first-of-type, #event__content--top .container .items:nth-of-type(2) {
    margin-top: 0;
  }
  #event__content--top .container .items .img__area {
    position: relative;
  }
  #event__content--top .container .items .img__area .event_end {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  #event__content--top .container .items .img__area .event_end .inner {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #event__content--top .container .items .img__area .event_end .inner h6 {
    margin: 0 0 13px;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
  #event__content--top .container .items .img__area .event_end .inner p {
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    padding: 0 0 0 1.3em;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
  }
  #event__content--top .container .items .img__area .event_end .inner p:before {
    content: "※";
  }
  #event__content--top .container .items img {
    width: 100%;
  }
  #event__content--top .container .items h3 {
    margin: 22px 0 0 0;
  }
  #event__content--top .container .items h3 a {
    font-size: 2.2rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #event__content--top .container .items h3 a:hover {
    color: #d0af52;
  }
  #event__content--top .container .items ul {
    list-style: none;
    margin: 6px 0 0 0;
    padding: 0;
  }
  #event__content--top .container .items ul li {
    font-size: 1.5rem;
    line-height: 1.51;
    margin-bottom: 3px;
  }
  #event__content--top .container .items ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 991px) {
  #event__content--top .items:nth-child(4) {
    display: block !important;
  }
  #event__content--top .items:nth-child(3), #event__content--top .items:nth-child(4) {
    margin-top: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #lineup__content--top {
    margin: 70px auto;
  }
  #lineup__content--top .container {
    width: calc(100% - 40px);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  #lineup__content--top .inner__items {
    min-height: 820px;
    position: relative;
  }
  #lineup__content--top .inner__items.item-01 {
    background: #e4a784;
  }
  #lineup__content--top .inner__items.item-02 {
    background: #afbdc0;
  }
  #lineup__content--top .inner__items:hover .img__area img {
    opacity: 0.8;
  }
  #lineup__content--top .inner__items a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  #lineup__content--top .inner__items .img__area {
    background: #fff;
  }
  #lineup__content--top .inner__items .img__area img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #lineup__content--top .inner__items .inner__content {
    padding: 40px;
  }
  #lineup__content--top .inner__items .inner__content .title__content {
    margin-bottom: 30px;
  }
  #lineup__content--top .inner__items .inner__content .title__content .logo__area {
    width: 110px;
    margin: 0 auto 18px;
  }
  #lineup__content--top .inner__items .inner__content .title__content .ttl__area {
    width: 100%;
  }
  #lineup__content--top .inner__items .inner__content .title__content .ttl__area h2 {
    margin: 0;
    font-size: 2.6rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  #lineup__content--top .inner__items .inner__content .title__content .ttl__area h2 span {
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
  }
  #lineup__content--top .inner__items .lineup__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #lineup__content--top .inner__items .lineup__list li {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 33%;
    margin-right: 0.5%;
    margin-top: 0.75%;
    height: 78px;
    border: 1px solid #fff;
    position: relative;
  }
  #lineup__content--top .inner__items .lineup__list li:nth-child(3n) {
    margin-right: 0;
  }
  #lineup__content--top .inner__items .lineup__list li:first-child, #lineup__content--top .inner__items .lineup__list li:nth-child(2), #lineup__content--top .inner__items .lineup__list li:nth-child(3) {
    margin-top: 0;
  }
  #lineup__content--top .inner__items .lineup__list li span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 991px) {
  #lineup__content--top .img__area img {
    width: 100%;
  }
  #lineup__content--top article {
    margin-top: 26px;
  }
  #lineup__content--top article:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #plan__content--top .container {
    width: 100%;
    max-width: 100%;
  }
  #plan__content--top .container .plan__content--block {
    width: 100%;
    min-height: 600px;
    background: url(../images/plan-bg.webp) no-repeat left top;
    background-size: cover;
    padding: 60px 0;
  }
  #plan__content--top .container .plan__content--block .plan__text--area {
    width: 384px;
    margin: 0 auto;
  }
  #plan__content--top .container .plan__content--block .plan__text--area p {
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.91;
  }
  #plan__content--top .container .plan__content--block .plan__text--area img {
    margin-top: 20px;
  }
  #plan__content--top .container .plan__content--block .plan__slidshow {
    width: 100%;
    margin-top: 109px;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .btn__center {
    margin: 48px 0;
    text-align: center;
  }
  .btn__center a {
    font-size: 1.4rem;
    text-decoration: none;
    border: 1px solid #2d2d2d;
    padding: 22px 70px;
    min-width: 300px;
    font-weight: 600;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
  }
  .btn__center a:hover {
    color: #fff;
    background: #2d2d2d;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .btn__double {
    text-align: center;
  }
  .btn__double .link__items {
    display: inline-block;
    margin-right: 38px;
  }
  .btn__double .link__items:nth-child(2) {
    margin-right: 0;
  }
  .btn__double .link__items a {
    font-size: 1.4rem;
    text-decoration: none;
    padding: 22px 70px;
    min-width: 300px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
  }
  .btn__double .link__items a:hover {
    color: #fff;
    background: #2d2d2d;
  }
  .btn__double .link__items:first-child a {
    background: #2d2d2d;
    -webkit-box-shadow: 4px 4px #ccc;
    box-shadow: 4px 4px #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn__double .link__items:first-child a:hover {
    background: #4c4c4c;
  }
  .btn__double .link__items:nth-child(2) a {
    background: #d0af52;
    -webkit-box-shadow: 4px 4px #ccc;
    box-shadow: 4px 4px #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn__double .link__items:nth-child(2) a:hover {
    background: #e2bf69;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #smile__content--top {
    width: 100%;
    background: url(../images/smile-bg.webp) no-repeat top left #f6f6f4;
    background-size: contain;
    margin: 80px 0 0 0;
    padding-bottom: 70px;
    position: relative;
  }
  #smile__content--top .smile__ttl {
    width: 500px;
    margin-left: calc(100% - 540px);
    padding-top: 10%;
    padding-bottom: 10%;
  }
  #smile__content--top .smile__ttl h3 {
    font-size: 3.8rem;
    margin: 0;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  #smile__content--top .smile__ttl p {
    font-size: 1.7rem;
    display: inline-block;
    font-weight: 600;
    line-height: 1.91;
  }
  #smile__content--top .container {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #smile__content--top .container .row {
    margin-left: -31px;
    margin-right: -31px;
  }
  #smile__content--top .container .row .banner__items {
    margin-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }
  #smile__content--top .container .row .banner__items:first-child, #smile__content--top .container .row .banner__items:nth-child(2) {
    margin-top: 0;
  }
  #smile__content--top .container .row .banner__items:hover img {
    opacity: 0.6;
  }
  #smile__content--top .container .row .banner__items img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
  }
  #smile__content--top .container .row .banner__items .number {
    position: absolute;
    top: 0;
    left: 16px;
    width: 50px;
    height: 50px;
    background: #2d2d2d;
    line-height: 50px;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
  }
  #smile__content--top .container .row .banner__items h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    font-size: 2.6rem;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  #smile__content--top .container .row .banner__items h2 span {
    font-size: 1.4rem;
    display: block;
    margin-bottom: 12px;
  }
  #smile__content--top .container .row .banner__items .inner {
    background: #000;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 991px) {
  #smile__content--top .smile__ttl {
    width: 320px;
    margin-left: calc(100% - 340px);
    padding-top: 10%;
  }
  #smile__content--top .smile__ttl h3 {
    font-size: 3rem;
    margin-bottom: 12px;
  }
  #smile__content--top .banner__items {
    width: 100%;
    max-width: 584px;
    margin: 18px auto 0 !important;
  }
  #smile__content--top .banner__items:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #concept__content--top {
    width: 100%;
    overflow: hidden;
  }
  #concept__content--top:before {
    content: "";
    display: inline-block;
    background: url(../images/top-concept-bg.webp) no-repeat left top;
    background-size: cover;
    background-position: 0 100%;
    width: 100%;
    height: 400px;
    position: relative;
    z-index: -1;
  }
  #concept__content--top .container {
    width: 100%;
    max-width: 1200px;
    margin-top: -75px;
    position: relative;
  }
  #concept__content--top .container:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -10%;
    width: 607px;
    height: 602px;
    background: url(../images/top-concept-bg_01.jpg) no-repeat top right;
    background-size: cover;
    background-position: 50%;
  }
  #concept__content--top .container:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 602px;
    right: -10%;
    width: 607px;
    height: 602px;
    background: url(../images/top-concept-bg_02.jpg) no-repeat top right;
    background-size: cover;
    background-position: 0 50%;
  }
  #concept__content--top .container .row .items .inner {
    width: 600px;
    margin-top: 170px;
  }
  #concept__content--top .container .row .items .inner h2 {
    font-size: 4.2rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: 0 0 26px 0;
    line-height: 1.61;
  }
  #concept__content--top .container .row .items .inner h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin: 0 0 26px;
  }
  #concept__content--top .container .row .items .inner p {
    font-weight: 600;
    margin: 18px 0;
  }
  #concept__content--top .container .row .items .inner .banner__area {
    width: 600px;
    margin-top: 69px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 1158px) {
  #concept__content--top .container {
    margin-bottom: 70px;
    min-height: 1204px;
  }
  #concept__content--top .container:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -10%;
    width: 46%;
    height: 602px;
    background: url(../images/top-concept-bg_01.jpg) no-repeat top right;
    background-size: cover;
    background-position: 50%;
  }
  #concept__content--top .container:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 602px;
    right: -10%;
    width: 46%;
    height: 602px;
    background: url(../images/top-concept-bg_02.jpg) no-repeat top right;
    background-size: cover;
    background-position: 0 50%;
  }
  #concept__content--top .container .row .items .inner {
    width: 60%;
    margin-top: 170px;
  }
  #concept__content--top .container .banner__area {
    width: 100% !important;
  }
  #concept__content--top .container .banner__area img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .btn__left {
    margin: 48px 0;
    text-align: left;
  }
  .btn__left a {
    font-size: 1.4rem;
    text-decoration: none;
    border: 1px solid #2d2d2d;
    padding: 22px 70px;
    font-weight: 600;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
  }
  .btn__left a:hover {
    color: #fff;
    background: #2d2d2d;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #initiatives__content--top .container {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  #initiatives__content--top .container .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #initiatives__content--top .container .inner .img__area {
    width: 50%;
  }
  #initiatives__content--top .container .inner .text__area {
    width: 45%;
  }
  #initiatives__content--top .container .inner .text__area h2 {
    font-size: 3.6rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 18px 0;
  }
  #initiatives__content--top .container .inner .text__area h2 span {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-left: 10px;
  }
  #initiatives__content--top .container .inner .text__area ul {
    list-style: none;
    margin: 12px 0 28px;
    padding: 0;
  }
  #initiatives__content--top .container .inner .text__area ul li {
    font-size: 1.5rem;
    padding: 0 0 6px 1em;
    line-height: 1.71;
    position: relative;
  }
  #initiatives__content--top .container .inner .text__area ul li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 991px) {
  #initiatives__content--top .row {
    display: block;
  }
  #initiatives__content--top .img__area {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
  }
  #initiatives__content--top .img__area img {
    width: 100%;
  }
  #initiatives__content--top .text__area {
    width: 100% !important;
    max-width: 100% !important;
    margin: 26px auto 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #staff__content--top {
    padding: 70px 0 0;
  }
  #staff__content--top .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  #staff__content--top .container .row {
    margin: 0;
  }
  #staff__content--top .container .row .staff__tab {
    width: calc(100% - 40px);
    max-width: 600px;
    margin-top: 47px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #staff__content--top .container .row .staff__tab .tab {
    font-size: 1.4rem;
    text-align: center;
    width: 48%;
    padding: 12px 20px;
    color: #2d2d2d;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  #staff__content--top .container .row .staff__tab .tab:nth-of-type(n+4) {
    margin-top: 12px;
  }
  #staff__content--top .container .row .staff__tab .tab.active {
    background: #2d2d2d;
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .swiper-container__staff {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    outline: none;
  }
  .swiper-container__staff.hide {
    position: absolute !important;
    top: -9999px;
  }
  .swiper-container__staff .swiper-slide {
    position: relative;
    width: 100%;
  }
  .swiper-container__staff .swiper-slide img {
    width: 100%;
  }
  .swiper-container__staff .swiper-slide p {
    margin: 20px 0 0;
    font-size: 1.8rem;
    text-align: center;
  }
  .swiper-container__staff .swiper-slide .btn__area {
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }
  .swiper-container__staff .swiper-slide .btn__area .blog__link {
    color: #fff;
    background: #2d2d2d;
    width: 48%;
    padding: 10px 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    border: 1px solid #2d2d2d;
  }
  .swiper-container__staff .swiper-slide .btn__area .blog__link a {
    display: block;
  }
  .swiper-container__staff .swiper-slide .btn__area .blog__link:hover {
    background: #000;
    color: #fff;
  }
  .swiper-container__staff .swiper-slide .btn__area .detail__link {
    color: #2d2d2d;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    border: 1px solid #2d2d2d;
  }
  .swiper-container__staff .swiper-slide .btn__area .detail__link a {
    display: block;
  }
  .swiper-container__staff .swiper-slide .btn__area .detail__link:hover {
    background: #000;
    color: #fff;
  }
  .swiper-container__staff .swiper-button-next {
    top: 160px !important;
    right: 48px !important;
    background: url(../images/arrow-icon_03.svg) no-repeat !important;
    background-size: contain !important;
    width: 45px !important;
    height: 45px !important;
  }
  .swiper-container__staff .swiper-button-next:after {
    display: none;
  }
  .swiper-container__staff .swiper-button-prev {
    top: 160px !important;
    left: 48px !important;
    background: url(../images/arrow-icon_03.svg) no-repeat !important;
    background-size: contain !important;
    width: 45px !important;
    height: 45px !important;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .swiper-container__staff .swiper-button-prev:after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 991px) {
  .swiper-container__staff .btn__area {
    display: block;
    margin-top: 15px;
  }
  .swiper-container__staff .btn__area .blog__link {
    width: 100% !important;
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #youtube__content--top {
    margin: 70px 0;
  }
  #youtube__content--top .container {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #youtube__content--top h2 {
    text-align: center;
    margin: 0 0 18px 0;
  }
  #youtube__content--top h3 {
    font-size: 2.6rem;
    font-weight: 600;
    margin: 0 0 6px 0;
    text-align: center;
  }
  #youtube__content--top p {
    font-size: 1.5rem;
    text-align: center;
    margin: 0;
  }
  #youtube__content--top .banner__two {
    margin-top: 60px;
    margin-left: -40px;
    margin-right: -40px;
  }
  #youtube__content--top .banner__two .items {
    width: 575px;
    padding: 0 25px;
  }
  #youtube__content--top .banner__two .items .inner {
    position: relative;
    background: #000;
    border-radius: 3px;
    overflow: hidden;
  }
  #youtube__content--top .banner__two .items .inner:hover .item-fixed {
    opacity: 0.6;
  }
  #youtube__content--top .banner__two .items .inner .item-fixed {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #youtube__content--top .banner__two .items .inner .text-img01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 279px;
  }
  #youtube__content--top .banner__two .items .inner .text-img02 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 235px;
  }
  #youtube__content--top .banner__one {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 53px;
  }
  #youtube__content--top .banner__one:hover img {
    opacity: 0.8;
  }
  #youtube__content--top .banner__one img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 991px) {
  #youtube__content--top .banner__two {
    margin-left: -25px;
    margin-right: -25px;
  }
  #youtube__content--top .banner__two .items {
    padding: 0 10px;
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #insta__content--top {
    margin: 70px 0;
    text-align: center;
  }
  #insta__content--top .container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  #insta__content--top h2 {
    margin: 0 0 30px 0;
    display: inline-block;
  }
  #insta__content--top h2 a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #insta__content--top h2 img {
    width: 237px;
  }
  #insta__content--top p {
    text-align: center;
    margin: 0;
  }
  #insta__content--top .swiper-container__instagram {
    width: 100%;
    max-width: 100% !important;
    margin: 33px auto 0 !important;
    position: relative !important;
    outline: none;
  }
  #insta__content--top .swiper-container__instagram .swiper-slide {
    position: relative;
    width: 100%;
    max-width: 183px;
    height: 183px;
    overflow: hidden;
  }
  #insta__content--top .swiper-container__instagram .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #insta__content--top .swiper-container__instagram .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #estate__content--top {
    margin: 70px 0;
  }
  #estate__content--top .container {
    width: 100%;
    max-width: 1200px;
  }
  #estate__content--top .container .row .inner {
    padding: 0;
  }
  #estate__content--top .container .row .inner .estate__bg {
    width: 100%;
    height: 300px;
    background: url(../images/estate-bg.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
    text-align: center;
    position: relative;
  }
  #estate__content--top .container .row .inner .estate__bg.bg-lazy {
    background-image: none !important;
  }
  #estate__content--top .container .row .inner .estate__bg h2 {
    width: 250px;
    font-size: 4.6rem;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 1.21;
  }
  #estate__content--top .container .row .inner .estate__bg h2 span {
    font-size: 1.5rem;
    font-weight: 600;
    display: block;
    letter-spacing: 0.15em;
  }
  #estate__content--top .container .row .inner .estate__bg .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #estate__content--top .container .row .inner .estate__bg .inner .estate__link {
    display: inline-block;
    min-width: 280px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px;
    padding: 16px 0;
    margin: 0 6px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #estate__content--top .container .row .inner .estate__bg .inner .estate__link:hover {
    background: #252525;
    border: 1px solid #252525;
  }
  #estate__content--top .container .row .inner .estate__bg .inner .estate__link h4 {
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (max-width: 991px) {
  #estate__content--top .estate__bg > h2 {
    margin-top: 60px !important;
  }
  #estate__content--top .estate__bg .inner {
    top: 170px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #footer__content {
    background: #595959;
    padding: 80px 20px;
  }
  #footer__content #footer__menu {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  #footer__content #footer__menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 200px;
    margin-top: 26px;
  }
  #footer__content #footer__menu ul li {
    padding: 0 0 7px 14px;
    position: relative;
  }
  #footer__content #footer__menu ul li:before {
    content: "";
    width: 6px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 11px;
    left: 0;
  }
  #footer__content #footer__menu ul li:last-child {
    padding-bottom: 0;
  }
  #footer__content #footer__menu ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-size: 1.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 300;
  }
  #footer__content #footer__menu ul li a:hover {
    color: #d0af52;
  }
  #footer__content #footer__information {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 0;
    border-top: 1px solid #858585;
    border-bottom: 1px solid #858585;
    text-align: center;
  }
  #footer__content #footer__information h3 {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 24px;
  }
  #footer__content #footer__information ul {
    margin-top: 42px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #footer__content #footer__information ul li {
    font-size: 1.4rem;
    color: #fff;
    margin-bottom: 4px;
  }
  #footer__content #footer__information ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
  }
  #footer__content #footer__information ul li:last-child {
    margin-bottom: 0;
  }
  #footer__content #footer__area {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 26px 0;
    border-bottom: 1px solid #858585;
  }
  #footer__content #footer__area h2 {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
  }
  #footer__content #footer__area p {
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
  }
  #footer__content #footer__last {
    width: 100%;
    max-width: 1200px;
    margin: 45px auto 0;
  }
  #footer__content #footer__last .icon__area {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer__content #footer__last .icon__area a {
    display: block;
  }
  #footer__content #footer__last .icon__area .youtube {
    width: 40px;
    margin-right: 20px;
  }
  #footer__content #footer__last .icon__area .instagram {
    width: 30px;
  }
  #footer__content #footer__last .copyright {
    float: right;
    font-size: 1.4rem;
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #main-slider__top {
    overflow: hidden;
  }
  #main-slider__top .swiper-container__main {
    width: 100%;
    max-width: 684px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    position: relative !important;
    outline: none;
  }
  #main-slider__top .swiper-button-next {
    right: -38px !important;
    background: url(../images/slide-arrow_01.svg) no-repeat !important;
    background-size: contain !important;
    width: 32px !important;
    height: 32px !important;
  }
  #main-slider__top .swiper-button-next:after {
    display: none;
  }
  #main-slider__top .swiper-button-prev {
    left: -38px !important;
    background: url(../images/slide-arrow_01.svg) no-repeat !important;
    background-size: contain !important;
    width: 32px !important;
    height: 32px !important;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  #main-slider__top .swiper-button-prev:after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #modelhouse__content--top {
    margin: 80px 0 60px;
  }
  #modelhouse__content--top .row {
    position: relative;
  }
  #modelhouse__content--top .row .swiper-button-next {
    top: 180px !important;
    right: 15px !important;
    background: url(../images/slideshow-icon_02.svg) no-repeat !important;
    background-size: contain !important;
    width: 45px !important;
    height: 45px !important;
  }
  #modelhouse__content--top .row .swiper-button-next:after {
    display: none;
  }
  #modelhouse__content--top .row .swiper-button-prev {
    top: 180px !important;
    left: 15px !important;
    background: url(../images/slideshow-icon_02.svg) no-repeat !important;
    background-size: contain !important;
    width: 45px !important;
    height: 45px !important;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  #modelhouse__content--top .row .swiper-button-prev:after {
    display: none;
  }
  #modelhouse__content--top #main-slider__modelhouse {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse {
    width: 100%;
    max-width: 358px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    outline: none;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide {
    position: relative;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide:hover h2 {
    color: #d0af52;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide:hover img {
    opacity: 0.7;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide h2 {
    font-size: 2rem;
    margin: 22px 0 0 0;
    padding: 0 26px;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide p {
    font-size: 1.5rem;
    text-align: center;
    margin: 12px 0 0 0;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide h4 {
    font-size: 1.8rem;
    text-align: center;
    margin: 8px 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #hamburger__btn {
    width: 79px;
    height: 100px;
    background: #efefef;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  #hamburger__btn .hamburger-line {
    position: absolute;
    top: 19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 33px;
    height: 1px;
    background: #2d2d2d;
  }
  #hamburger__btn .bar1 {
    top: 35px;
  }
  #hamburger__btn .bar2 {
    top: 41px;
  }
  #hamburger__btn .menu__text {
    font-size: 1rem;
    position: absolute;
    top: 49px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #2d2d2d;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #hamburger__outer {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -379px;
    background: #2d2d2d;
    z-index: 9500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #hamburger__outer.open {
    right: 0 !important;
  }
  #hamburger__outer #hamburger__btn--close {
    width: 79px;
    height: 63px;
    background: #efefef;
    position: absolute;
    top: 0;
    left: -79px;
    cursor: pointer;
  }
  #hamburger__outer #hamburger__btn--close .bar1 {
    position: absolute;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-40deg);
    transform: translateX(-50%) rotate(-40deg);
    width: 33px;
    height: 1px;
    background: #2d2d2d;
  }
  #hamburger__outer #hamburger__btn--close .bar2 {
    position: absolute;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(40deg);
    transform: translateX(-50%) rotate(40deg);
    width: 33px;
    height: 1px;
    background: #2d2d2d;
  }
  #hamburger__outer #hamburger__btn--close .menu__text {
    font-size: 1rem;
    position: absolute;
    top: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #2d2d2d;
    display: inline-block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .hamburger__overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
  }
  .hamburger__overlay.active {
    background: rgba(0, 0, 0, 0.8);
    z-index: 9000;
    visibility: visible;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #hamburger__menu {
    padding: 26px;
    overflow-y: scroll;
    overflow-x: visible;
    height: 100vh;
  }
  #hamburger__menu::-webkit-scrollbar {
    width: 10px;
  }
  #hamburger__menu::-webkit-scrollbar-track {
    background: #fff;
    border-left: solid 1px #ececec;
  }
  #hamburger__menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
  }
  #hamburger__menu ul {
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
  }
  #hamburger__menu ul li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px;
  }
  #hamburger__menu ul li:before {
    content: "";
    width: 8px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 11px;
    left: 0;
  }
  #hamburger__menu ul li.child:before {
    background: none;
  }
  #hamburger__menu ul li:last-of-type {
    margin-bottom: 0;
  }
  #hamburger__menu ul li a {
    color: #fff;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    font-size: 1.4rem;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #hamburger__menu ul li a:hover {
    color: #d0af52;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #main-slider__fix {
    text-align: center;
    width: calc(100% - 40px);
    max-width: 1200px;
    height: 360px;
    margin: 0 auto;
    background: url(../images/main_slider_fix_01.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
  }
  #main-slider__fix:hover img {
    opacity: 0.8;
  }
  #main-slider__fix img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #owner__content--top {
    margin: 70px auto;
  }
  #owner__content--top .container {
    width: calc(100% - 40px);
    max-width: 1200px;
  }
  #owner__content--top .container .row .col-12 {
    padding: 0;
    width: 100%;
    height: 306px;
    background: url(../images/owner_banner.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
  }
  #owner__content--top .container .row .col-12:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #owner__content--top .container .row .col-12:after:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  #owner__content--top .container .row .col-12 .inner__content {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #owner__content--top .container .row .col-12 .inner__content h2 {
    font-size: 3.6rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    margin: 0 0 32px 0;
  }
  #owner__content--top .container .row .col-12 .inner__content h2 .small {
    font-size: 1.5rem;
    display: block;
    line-height: 1.41;
  }
  #owner__content--top .container .row .col-12 .inner__content ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #owner__content--top .container .row .col-12 .inner__content ul li {
    font-size: 1.2rem;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    padding: 8px 20px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin-top: 6px;
  }
  #owner__content--top .container .row .col-12 .inner__content ul li:nth-of-type(n+2) {
    margin-left: 6px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #lineup__content-top {
    margin: 70px auto;
  }
  #lineup__content-top .container {
    max-width: 1200px;
  }
  #lineup__content-top .container .row .inner__items {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #lineup__content-top .container .row .img__area {
    width: 100%;
    max-width: 600px;
    position: relative;
  }
  #lineup__content-top .container .row .text__area {
    padding: 36px;
    width: 100%;
    max-width: 600px;
    background: #E4A784;
  }
  #lineup__content-top .container .row .text__area .title__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #lineup__content-top .container .row .text__area .title__content .ttl__area {
    width: calc(100% - 150px);
  }
  #lineup__content-top .container .row .text__area .title__content .ttl__area h2 {
    font-size: 2.7rem;
    line-height: 1.41;
    color: #fff;
    margin: 0;
  }
  #lineup__content-top .container .row .text__area .title__content .ttl__area h2 span {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 8px;
  }
  #lineup__content-top .container .row .text__area .title__content .ttl__area h3 {
    font-size: 1.8rem;
    color: #fff;
    margin: 0;
    letter-spacing: 0.15em;
  }
  #lineup__content-top .container .row .text__area .lineup__list {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #lineup__content-top .container .row .text__area .lineup__list li {
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    width: 33%;
    margin-right: 0.5%;
    margin-top: 0.5%;
    height: 90px;
    border: 1px solid #fff;
    position: relative;
  }
  #lineup__content-top .container .row .text__area .lineup__list li:nth-child(3n) {
    margin-right: 0;
  }
  #lineup__content-top .container .row .text__area .lineup__list li:first-child, #lineup__content-top .container .row .text__area .lineup__list li:nth-child(2), #lineup__content-top .container .row .text__area .lineup__list li:nth-child(3) {
    margin-top: 0;
  }
  #lineup__content-top .container .row .text__area .lineup__list li span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .galleryBanner_inner {
    width: calc(100% - 40px);
    max-width: 1200px;
    height: 306px;
    background: url(../images/gallery_top_banner_bg_20240304.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    margin: 56px auto 0;
  }
  .galleryBanner_inner .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
  }
  .galleryBanner_inner .inner h2 {
    color: #fff;
    font-size: 3.6rem;
    margin: 0 0 16px;
    line-height: 1.31;
  }
  .galleryBanner_inner .inner h2 span {
    font-size: 1.4rem;
    display: block;
  }
  .galleryBanner_inner .inner p {
    color: #fff;
  }
  .galleryBanner_inner .inner .link {
    margin-top: 36px;
  }
  .galleryBanner_inner .inner .link a {
    color: #fff;
    font-size: 1.4rem;
    border: 1px solid #fff;
    padding: 16px 60px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .galleryBanner_inner .inner .link a:hover {
    background: #2d2d2d;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .header_top {
    width: 100%;
    height: 100px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .header_top .logo {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
  }
  .header_top .logo a {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-rich_text_section {
    font-size: 1.5rem;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    margin: 16px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #gnav_menu--SP {
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 5000;
    background: #f8f8f8;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  #gnav_menu--SP .fnav_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #gnav_menu--SP .fnav_list li {
    width: 20%;
    line-height: 1.21;
    height: 70px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #gnav_menu--SP .fnav_list li:nth-of-type(n+2) {
    border-left: 1px solid #ccc;
  }
  #gnav_menu--SP .fnav_list li a {
    font-size: 1.4rem;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 99%;
  }
  #gnav_menu--SP .fnav_list li a:hover {
    color: #2d2d2d;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #page__content, .modelhouse__main-visual--page, .page__child-visual, .page__main-visual {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .swiper-container__plan {
    width: 100%;
    max-width: 650px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    position: relative !important;
    outline: none;
  }
  .swiper-container__plan .swiper-slide {
    width: 700px;
    height: 428px;
    position: relative;
    background: #fff;
    overflow: hidden;
  }
  .swiper-container__plan .swiper-slide .ranking__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #161616;
    position: relative;
    z-index: 100;
  }
  .swiper-container__plan .swiper-slide .ranking {
    font-size: 2.8rem;
    color: #fff;
    width: 86px;
    text-align: center;
  }
  .swiper-container__plan .swiper-slide .ranking span {
    font-size: 1.5rem;
    margin-left: 3px;
  }
  .swiper-container__plan .swiper-slide .plan__catch {
    width: calc(100% - 86px);
    background: #2d2d2d;
    padding: 21px 0;
  }
  .swiper-container__plan .swiper-slide .plan__catch td {
    padding: 0 20px;
  }
  .swiper-container__plan .swiper-slide .plan__catch th {
    padding: 0 20px;
    font-size: 1.7rem;
    color: #fff;
    width: 80px;
  }
  .swiper-container__plan .swiper-slide .plan__catch td {
    font-size: 1.7rem;
    color: #fff;
    margin: 0;
    border-left: 1px solid #fff;
  }
  .swiper-container__plan .swiper-slide h6 {
    font-size: 3.2rem;
    color: #fff;
    text-align: center;
    margin: 0 160px 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0;
  }
  .swiper-container__plan .swiper-slide h6 span {
    font-size: 1.5rem;
    display: block;
    font-weight: 300;
    letter-spacing: 0.05em;
  }
  .swiper-container__plan .swiper-slide p {
    margin: 0;
    font-size: 1.5rem;
    text-align: center;
    color: #fff;
  }
  .swiper-container__plan .swiper-slide .btn__area {
    text-align: center;
    padding: 0 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
  }
  .swiper-container__plan .swiper-slide .btn__area .register {
    color: #fff;
    background: #D0AF52;
    width: 48%;
    padding: 18px 20px;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .swiper-container__plan .swiper-slide .btn__area .register:hover {
    background: #000;
    color: #fff;
  }
  .swiper-container__plan .swiper-slide .btn__area .login {
    color: #2d2d2d;
    background: #fff;
    width: 48%;
    padding: 18px 20px;
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .swiper-container__plan .swiper-slide .btn__area .login:hover {
    background: #000;
    color: #fff;
  }
  .swiper-container__plan .swiper-slide .ranking__top--img {
    position: relative;
    height: 355px;
    overflow: hidden;
  }
  .swiper-container__plan .swiper-slide .ranking__top--img img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .swiper-container__plan .swiper-slide .ranking__top--img .ranking__top--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .swiper-container__plan .swiper-slide .ranking__top--img .ranking__top--link:hover + img {
    opacity: 0.8;
  }
  .swiper-container__plan .swiper-slide .ranking__top--img .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(20, 20, 20, 0.9);
  }
  .swiper-container__plan .swiper-slide .ranking__top--img .inner .inner__items {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .swiper-container__plan .swiper-button-next {
    right: -42px !important;
    background: url(../images/slide-arrow_01.svg) no-repeat !important;
    background-size: contain !important;
    width: 32px !important;
    height: 32px !important;
  }
  .swiper-container__plan .swiper-button-next:after {
    display: none;
  }
  .swiper-container__plan .swiper-button-prev {
    left: -42px !important;
    background: url(../images/slide-arrow_01.svg) no-repeat !important;
    background-size: contain !important;
    width: 32px !important;
    height: 32px !important;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .swiper-container__plan .swiper-button-prev:after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .staff_fixed_parent {
    width: 75%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .staff_fixed_parent .staff_fixed {
    width: 30%;
  }
  .staff_fixed_parent .staff_fixed p {
    margin: 20px 0 0;
    font-size: 1.8rem;
    text-align: center;
  }
  .staff_fixed_parent .staff_fixed .btn__area {
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }
  .staff_fixed_parent .staff_fixed .detail__link {
    color: #2d2d2d;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    border: 1px solid #2d2d2d;
  }
  .staff_fixed_parent .staff_fixed .detail__link a {
    display: block;
  }
  .staff_fixed_parent .staff_fixed .detail__link:hover {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #main-slider__fix-spring {
    width: calc(100% - 40px);
    max-width: 984px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .clearfix {
    display: block;
  }
  .clearfix:after, .clearfix:before {
    content: "";
    display: block;
    clear: both;
  }
  .forPC, .forPC_TAB, .forTAB {
    display: none !important;
  }
  :focus, a:focus {
    outline: none;
  }
  img {
    pointer-events: none !important;
  }
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .flex-w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .item__center {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .content__all {
    width: 100%;
    max-width: 100%;
  }
  .justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
  }
  a, dd, dt, h1, h2, h3, h4, h5, h6, li, p, td, th {
    line-height: 1.61;
    font-weight: 600;
    font-size: 1.4rem;
    color: #2d2d2d;
    word-break: break-all;
    letter-spacing: 0.08em;
  }
  .gothic {
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
  }
  p {
    font-size: 1.4rem;
    line-height: 1.81;
    margin: 0;
  }
  a {
    display: inline-block;
  }
  .text {
    margin: 12px 0;
  }
  .mt_none {
    margin-top: 0 !important;
  }
  .mb_none {
    margin-bottom: 0 !important;
  }
  .pt_none {
    padding-top: 0 !important;
  }
  .pb_none {
    padding-bottom: 0 !important;
  }
  html {
    font-size: 62.5% !important;
  }
  body {
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif !important;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
  .container {
    max-width: 1280px;
  }
  .link__all {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
  #header {
    position: relative;
  }
  #exhibition__btn {
    width: 90px;
    height: 60px;
    background: #2D2D2D;
    position: fixed;
    top: 0;
    right: 130px;
    z-index: 1000;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #exhibition__btn:hover {
    background: #565656;
  }
  #exhibition__btn h4 {
    display: inline-block;
    font-size: 1.1rem;
    color: #fff;
    line-height: 1.61;
    margin: 0;
    letter-spacing: 0.05em;
    padding-left: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: left;
    width: 90%;
    max-width: 70px;
  }
  #exhibition__btn h4:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../images/loope.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-60%);
    transform: translateY(-60%);
  }
  .header_tel {
    width: 60px;
    height: 60px;
    background: #d7d7d7;
    position: fixed;
    top: 0;
    right: 70px;
    z-index: 1000;
    text-align: center;
  }
  .header_tel img {
    width: 22px;
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .header_tel p {
    text-decoration: none;
    font-size: 1.1rem;
    text-align: center;
    position: absolute;
    top: 36px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
  }
  #main-visual__block {
    width: 100%;
    height: 420px;
    position: relative;
    overflow: hidden;
    margin-top: 110px;
  }
  #main-visual__block .main__movie {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #main-visual__block .main__movie video {
    height: 100%;
    line-height: 0;
    display: block;
  }
  #main-visual__block .img__content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -70%);
    transform: translate(-50%, -70%);
    width: 280px;
  }
  #main-visual__block .img__content img {
    width: 100%;
  }
  #main-visual__block .top__no1 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 500;
    width: 80%;
    max-width: 255px;
  }
  #main-visual__block .top__no1 .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #main-visual__block .top__no1 .inner .icon1 {
    width: 30%;
  }
  #main-visual__block .top__no1 .inner .icon2 {
    width: 37%;
  }
  #main-visual__block .top__no1 .inner .icon3 {
    width: 30%;
  }
  #main-visual__block .top__no1 p {
    display: block;
    width: 100%;
    text-align: right;
    color: #fff;
    font-weight: 400 !important;
    font-size: 0.7rem;
    text-shadow: 0 0 2px #333;
  }
  #menu__block {
    display: none;
  }
  .bg__gray {
    background: #f6f6f4;
    padding: 40px 0;
  }
  #top__concept {
    margin: 30px 0;
  }
  #top__concept .container {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #top__concept .concept__ttl {
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    margin: 0 0 16px 0;
  }
  #top__concept .text__area {
    width: 100%;
  }
  #top__concept .design__area {
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  #top__concept .design__area .home__text {
    padding: 24px 30px;
    position: relative;
    margin-bottom: 8px;
    background: #fff;
  }
  #top__concept .design__area .home__text:last-child {
    margin-bottom: 0;
  }
  #top__concept .design__area .home__text p {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.71;
  }
  #top__concept .concept__bg {
    width: 100%;
    height: 260px;
    background: url(../images/concept-bg.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
    margin-top: -70px;
  }
  .concept__banner {
    width: calc(100% - 40px);
    max-width: 380px;
    margin: -30px auto 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .concept__banner img {
    width: 49%;
    max-width: 180px;
  }
  .concept__banner img:first-child, .concept__banner img:nth-child(2) {
    margin-bottom: 2%;
  }
  .concept__text {
    font-size: 1.4rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.08em;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .ttl__center {
    font-size: 3rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.08em;
    line-height: 1.41;
    margin: 0 0 16px 0;
  }
  .ttl__center span {
    font-size: 1.3rem;
    display: block;
    letter-spacing: 0.05em;
  }
  .align-center {
    text-align: center;
  }
  #voice__content--top {
    margin: 40px 0 0;
  }
  #voice__content--top .voice__items--top {
    width: calc(100% - 40px);
    max-width: 1170px;
    margin-top: 36px;
    margin-left: auto;
    margin-right: auto;
  }
  #voice__content--top .voice__items--top .items {
    margin-top: 18px;
    padding: 0;
    width: 100% !important;
    max-width: 768px !important;
    margin-top: 18px;
    margin-left: auto;
    margin-right: auto;
  }
  #voice__content--top .voice__items--top .items:first-child {
    margin-top: 0;
  }
  #voice__content--top .voice__items--top .img__area {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #voice__content--top .voice__items--top .img__area h6 {
    background: #2E2D2D;
    color: #fff;
    font-size: 1.2rem;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 6px 12px;
  }
  #voice__content--top .voice__items--top .text__area {
    width: 100%;
    background: #fff;
    padding: 26px 26px;
  }
  #voice__content--top .voice__items--top .text__area h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 10px 0;
  }
  #voice__content--top .voice__items--top .text__area .voice__category {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 18px;
    padding: 0;
  }
  #voice__content--top .voice__items--top .text__area .voice__category li {
    font-size: 1.3rem;
    color: #666;
    border-right: 1px solid #666;
    padding-right: 8px;
    margin-right: 8px;
  }
  #voice__content--top .voice__items--top .text__area .voice__category li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  #voice__content--top .voice__items--top .text__area p {
    border-top: 1px solid #666;
    padding-top: 18px;
    font-size: 1.4rem;
  }
  #voice__content--top .voice__items--top .text__area h5 {
    margin: 18px 0 0 0;
    text-align: right;
  }
  #voice__content--top .voice__items--top .text__area h5 a {
    font-size: 1.4rem;
    text-decoration: none;
    border-bottom: 1px solid #2d2d2d;
    padding-bottom: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #voice__content--top .voice__items--top .text__area h5 a:hover {
    color: #d0af52;
    border-color: #d0af52;
  }
  #voice__child--top {
    margin-top: 60px;
    padding: 0 40px;
    display: none;
  }
  #voice__child--top .child__items {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    margin-top: 24px;
  }
  #voice__child--top .child__items:hover h3 {
    color: #d0af52;
  }
  #voice__child--top .child__items:hover img {
    opacity: 0.8;
  }
  #voice__child--top .child__items img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #voice__child--top .child__items h6 {
    background: #2E2D2D;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 6px 10px;
  }
  #voice__child--top .child__items h3 {
    margin: 20px 0 16px 0;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #voice__child--top .child__items .voice__category {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 16px 0 0;
    padding: 0;
  }
  #voice__child--top .child__items .voice__category li {
    font-size: 1.2rem;
    color: #666;
    border-right: 1px solid #666;
    padding-right: 8px;
    margin-right: 8px;
  }
  #voice__child--top .child__items .voice__category li:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  #voice__child--top .child__items p {
    border-top: 1px solid #666;
    padding-top: 30px;
    font-size: 1.5rem;
    padding: 0 20px;
  }
  #catalog__banner--top .container {
    width: 100%;
    background: url(../images/catalog-banner.jpg) no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 50px 0;
  }
  #catalog__banner--top .container .inner {
    width: 90%;
    position: relative;
    margin: 0 auto 0;
    text-align: center;
  }
  #catalog__banner--top .container .inner .banner-01 {
    position: absolute;
    top: -15px;
    left: 0px;
    width: 60px;
  }
  #catalog__banner--top .container .inner h4 {
    text-align: center;
    margin: 36px 0 0 0;
  }
  #catalog__banner--top .container .inner h4 a {
    font-size: 1.1rem;
    color: #fff;
    text-decoration: none;
    padding: 16px 16px;
    border: 1px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #catalog__banner--top .container .inner h4 a:hover {
    background: #2d2d2d;
  }
  .banner__content--top {
    margin: 30px 0;
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .banner__content--top .container {
    max-width: 1200px;
  }
  .banner__content--top .container .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .banner__content--top .container .row .items {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 12px;
  }
  .banner__content--top .container .row .items:last-child {
    margin-bottom: 0;
  }
  .banner__content--top .container .row .items .items__inner {
    position: relative;
    background: #000;
    max-width: 568px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner__content--top .container .row .items .items__inner:hover .banner__bg {
    opacity: 0.6;
  }
  .banner__content--top .container .row .items .items__inner .banner__bg {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
  }
  .banner__content--top .container .row .items .items__inner .item__text--01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  .banner__content--top .container .row .items .items__inner .item__text--02 {
    width: 220px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #modelhouse-reserve__content {
    margin: 40px 0;
  }
  #modelhouse-reserve__content .container {
    max-width: 1400px;
    margin-bottom: 20px;
  }
  #modelhouse-reserve__content .container .banner__inner {
    width: 100%;
    height: 230px;
    background: url(../images/visit-banner-bg.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
  }
  #modelhouse-reserve__content .container .banner__inner .text__items {
    text-align: center;
    width: 90%;
    max-width: 470px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #modelhouse-reserve__content .container .banner__inner .text__items .banner__position--02 {
    position: absolute;
    top: -45px;
    left: 0;
    width: 80px;
  }
  #information__content--top .container {
    width: 100%;
    max-width: 1200px;
  }
  #information__content--top .container .row .items .inner {
    background: #fff;
    padding: 18px 26px 26px;
  }
  #information__content--top .container .row .items .inner .ttl {
    font-size: 2.2rem;
    position: relative;
    font-weight: 600;
    display: inline-block;
    margin: 0 0 26px 0;
  }
  #information__content--top .container .row .items .inner .ttl .ttl__sub--01 {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    left: 124px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 300;
    display: block;
    width: 140px;
  }
  #information__content--top .container .row .items .inner .ttl .ttl__sub--02 {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 300;
    left: 90px;
    width: 120px;
  }
  #information__content--top .container .row .items .inner .infor__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 22px;
  }
  #information__content--top .container .row .items .inner .infor__items:last-child {
    margin-bottom: 0;
  }
  #information__content--top .container .row .items .inner .infor__items .img__area {
    width: 100px;
  }
  #information__content--top .container .row .items .inner .infor__items .img__area a {
    display: block;
  }
  #information__content--top .container .row .items .inner .infor__items .img__area img {
    width: 100%;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area {
    width: calc(100% - 120px);
    margin-top: 0;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area h6 {
    color: #666;
    font-size: 1rem;
    margin: 0 0 1px 0;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area h3 {
    margin: 0 0 4px 0;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area h3 a {
    font-size: 1.6rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area h3 a:hover {
    color: #d0af52;
  }
  #information__content--top .container .row .items .inner .infor__items .text__area p {
    font-size: 1.3rem;
    margin: 0;
    line-height: 1.51;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  #information__content--top .items {
    margin-top: 26px;
  }
  #information__content--top .items:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .more__btn--right {
    text-align: right;
  }
  .more__btn--right a {
    font-size: 1.4rem;
    text-decoration: none;
    border-bottom: 1px solid #2d2d2d;
    padding-bottom: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .more__btn--right a:hover {
    color: #d0af52;
    border-color: #d0af52;
  }
}
@media screen and (max-width: 767px) {
  .banner__content--top02 {
    margin: 30px 0;
  }
  .banner__content--top02 .container {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .banner__content--top02 .container .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  .banner__content--top02 .container .row .items {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 610px;
    margin: 12px auto 0;
  }
  .banner__content--top02 .container .row .items:first-child {
    margin-top: 0;
  }
  .banner__content--top02 .container .row .items .items__inner {
    position: relative;
  }
  .banner__content--top02 .container .row .items .items__inner:hover .btn__01, .banner__content--top02 .container .row .items .items__inner:hover .btn__02 {
    background: #d0af52;
    border-color: #d0af52;
  }
  .banner__content--top02 .container .row .items .items__inner .top-best3__text {
    width: 140px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .banner__content--top02 .container .row .items .items__inner .top-premium-vip__text {
    width: 230px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .banner__content--top02 .container .row .items .items__inner .item__text--01 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }
  .banner__content--top02 .container .row .items .items__inner .item__text--02 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .banner__content--top02 .container .row .items .items__inner .btn__01 {
    font-size: 1.2rem;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-align: center;
    margin-top: 20px;
    line-height: 1.41;
  }
  .banner__content--top02 .container .row .items .items__inner .btn__02 {
    font-size: 1.2rem;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    margin-top: 20px;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #event__content--top {
    margin: 40px 0 30px;
  }
  #event__content--top .container {
    width: calc(100% - 40px) !important;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  #event__content--top .container .row {
    margin-left: -25px;
    margin-right: -25px;
  }
  #event__content--top .container .items {
    padding-left: 10px;
    padding-right: 10px;
  }
  #event__content--top .container .items:nth-child(3), #event__content--top .container .items:nth-child(4) {
    margin-top: 18px;
  }
  #event__content--top .container .items .img__area {
    position: relative;
  }
  #event__content--top .container .items .img__area .event_end {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
  #event__content--top .container .items .img__area .event_end .inner {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #event__content--top .container .items .img__area .event_end .inner h6 {
    margin: 0 0 13px;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  #event__content--top .container .items .img__area .event_end .inner p {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    padding: 0 0 0 1.3em;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
  }
  #event__content--top .container .items .img__area .event_end .inner p:before {
    content: "※";
  }
  #event__content--top .container .items img {
    width: 100%;
  }
  #event__content--top .container .items h3 {
    margin: 12px 0 0 0;
  }
  #event__content--top .container .items h3 a {
    font-size: 1.7rem;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #event__content--top .container .items h3 a:hover {
    color: #d0af52;
  }
  #event__content--top .container .items ul {
    list-style: none;
    margin: 6px 0 0 0;
    padding: 0;
  }
  #event__content--top .container .items ul li {
    font-size: 1.2rem;
    line-height: 1.51;
    margin-bottom: 3px;
  }
  #event__content--top .container .items ul li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 498px) {
  #event__content--top .items {
    width: 100% !important;
    max-width: 100% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-top: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  #lineup__content--top {
    margin: 40px auto 30px;
  }
  #lineup__content--top .container {
    width: calc(100% - 40px);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  #lineup__content--top article {
    padding: 0 !important;
  }
  #lineup__content--top .inner__items {
    position: relative;
  }
  #lineup__content--top .inner__items.item-01 {
    background: #e4a784;
  }
  #lineup__content--top .inner__items.item-02 {
    background: #afbdc0;
  }
  #lineup__content--top .inner__items:hover .img__area img {
    opacity: 0.8;
  }
  #lineup__content--top .inner__items a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
  }
  #lineup__content--top .inner__items .img__area {
    background: #fff;
  }
  #lineup__content--top .inner__items .img__area img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #lineup__content--top .inner__items .inner__content {
    padding: 16px;
  }
  #lineup__content--top .inner__items .inner__content .title__content {
    margin-bottom: 16px;
  }
  #lineup__content--top .inner__items .inner__content .title__content .logo__area {
    width: 110px;
    margin: 0 auto 18px;
  }
  #lineup__content--top .inner__items .inner__content .title__content .ttl__area {
    width: 100%;
  }
  #lineup__content--top .inner__items .inner__content .title__content .ttl__area h2 {
    margin: 0;
    font-size: 2.2rem;
    font-weight: 600;
    color: #fff;
    text-align: center;
  }
  #lineup__content--top .inner__items .inner__content .title__content .ttl__area h2 span {
    font-size: 1.3rem;
    font-weight: 600;
    display: block;
  }
  #lineup__content--top .inner__items .lineup__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #lineup__content--top .inner__items .lineup__list li {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
    width: 49%;
    margin-right: 2%;
    margin-top: 2%;
    height: 60px;
    border: 1px solid #fff;
    position: relative;
  }
  #lineup__content--top .inner__items .lineup__list li:nth-child(2n) {
    margin-right: 0;
  }
  #lineup__content--top .inner__items .lineup__list li:first-child, #lineup__content--top .inner__items .lineup__list li:nth-child(2) {
    margin-top: 0;
  }
  #lineup__content--top .inner__items .lineup__list li span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  #lineup__content--top .img__area img {
    width: 100%;
  }
  #lineup__content--top article {
    margin-top: 26px;
  }
  #lineup__content--top article:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  #plan__content--top {
    margin: 40px auto 30px;
  }
  #plan__content--top .container {
    width: 100%;
    max-width: 100%;
  }
  #plan__content--top .container .plan__content--block {
    width: 100%;
    background: url(../images/plan-bg.webp) no-repeat left top;
    background-size: cover;
    padding: 40px 0;
  }
  #plan__content--top .container .plan__content--block .plan__text--area {
    width: 100%;
    max-width: 384px;
    margin: 0 auto;
    text-align: center;
  }
  #plan__content--top .container .plan__content--block .plan__text--area p {
    font-size: 1.3rem;
    text-align: center;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.1em;
    line-height: 1.91;
  }
  #plan__content--top .container .plan__content--block .plan__text--area > img {
    margin-top: 20px;
    width: 80%;
    max-width: 300px;
  }
  #plan__content--top .container .plan__content--block .plan__slidshow {
    width: 100%;
    margin-top: 109px;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .btn__center {
    margin: 26px 0;
    text-align: center;
  }
  .btn__center a {
    font-size: 1.3rem;
    text-decoration: none;
    border: 1px solid #2d2d2d;
    padding: 22px 40px;
    width: 100%;
    max-width: 300px;
    font-weight: 600;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
  }
  .btn__center a:hover {
    color: #fff;
    background: #2d2d2d;
  }
}
@media screen and (max-width: 767px) {
  .btn__double {
    text-align: center;
  }
  .btn__double .link__items {
    display: inline-block;
    margin-bottom: 10px;
  }
  .btn__double .link__items:nth-child(2) {
    margin-bottom: 0;
  }
  .btn__double .link__items a {
    font-size: 1.4rem;
    text-decoration: none;
    padding: 22px 40px;
    min-width: 300px;
    font-weight: 600;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
  }
  .btn__double .link__items a:hover {
    color: #fff;
    background: #2d2d2d;
  }
  .btn__double .link__items:first-child a {
    background: #2d2d2d;
    -webkit-box-shadow: 4px 4px #ccc;
    box-shadow: 4px 4px #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn__double .link__items:first-child a:hover {
    background: #4c4c4c;
  }
  .btn__double .link__items:nth-child(2) a {
    background: #d0af52;
    -webkit-box-shadow: 4px 4px #ccc;
    box-shadow: 4px 4px #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn__double .link__items:nth-child(2) a:hover {
    background: #e2bf69;
  }
}
@media screen and (max-width: 767px) {
  #smile__content--top {
    width: 100%;
    margin: 40px 0 0 0;
    padding-bottom: 60px;
    position: relative;
  }
  #smile__content--top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: #f6f6f4;
  }
  #smile__content--top:after {
    content: "";
    background: url(../images/smile-bg.webp) no-repeat top left #f6f6f4;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #smile__content--top .smile__ttl {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding-top: 360px;
    padding-bottom: 40px;
  }
  #smile__content--top .smile__ttl h3 {
    font-size: 2.2rem;
    margin: 0;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.41;
    margin-bottom: 8px;
  }
  #smile__content--top .smile__ttl p {
    font-size: 1.4rem;
    display: inline-block;
    font-weight: 600;
    line-height: 1.91;
  }
  #smile__content--top .container {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #smile__content--top .container .row {
    margin-left: -31px;
    margin-right: -31px;
  }
  #smile__content--top .container .row .banner__items {
    margin-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
  }
  #smile__content--top .container .row .banner__items:first-child {
    margin-top: 0;
  }
  #smile__content--top .container .row .banner__items:hover img {
    opacity: 0.6;
  }
  #smile__content--top .container .row .banner__items img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 100%;
  }
  #smile__content--top .container .row .banner__items .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: #2d2d2d;
    line-height: 40px;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
  }
  #smile__content--top .container .row .banner__items h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    margin: 0;
  }
  #smile__content--top .container .row .banner__items h2 span {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 6px;
  }
  #smile__content--top .container .row .banner__items .inner {
    background: #000;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  #concept__content--top {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 60px;
  }
  #concept__content--top:before {
    content: "";
    display: inline-block;
    background: url(../images/top-concept-bg.webp) no-repeat left top;
    background-size: cover;
    background-position: 50% 100%;
    width: 100%;
    height: 200px;
    position: relative;
    z-index: -1;
  }
  #concept__content--top .container {
    width: 100%;
    max-width: 1200px;
    margin-top: -75px;
    position: relative;
  }
  #concept__content--top .container .row .items .inner {
    width: calc(100% - 10px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
  }
  #concept__content--top .container .row .items .inner h2 {
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    font-weight: 600;
    margin: 0 0 26px 0;
    line-height: 1.61;
  }
  #concept__content--top .container .row .items .inner h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0 0 26px;
  }
  #concept__content--top .container .row .items .inner p {
    font-weight: 600;
    margin: 18px 0;
  }
  #concept__content--top .container .row .items .inner .banner__area {
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .btn__left {
    margin: 20px 0;
    text-align: center;
  }
  .btn__left a {
    font-size: 1.4rem;
    text-decoration: none;
    border: 1px solid #2d2d2d;
    padding: 22px 40px;
    font-weight: 600;
    min-width: 300px !important;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: inline-block;
  }
  .btn__left a:hover {
    color: #fff;
    background: #2d2d2d;
  }
}
@media screen and (max-width: 767px) {
  #initiatives__content--top .container {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  #initiatives__content--top .container .row {
    display: block;
  }
  #initiatives__content--top .container .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #initiatives__content--top .container .inner .img__area {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
  }
  #initiatives__content--top .container .inner .img__area img {
    width: 100%;
  }
  #initiatives__content--top .container .inner .text__area {
    width: 100% !important;
    max-width: 100% !important;
    margin: 26px auto 0;
  }
  #initiatives__content--top .container .inner .text__area h2 {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 18px 0;
  }
  #initiatives__content--top .container .inner .text__area h2 span {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-left: 10px;
  }
  #initiatives__content--top .container .inner .text__area ul {
    list-style: none;
    margin: 12px 0 28px;
    padding: 0;
  }
  #initiatives__content--top .container .inner .text__area ul li {
    font-size: 1.5rem;
    padding: 0 0 6px 1em;
    line-height: 1.71;
    position: relative;
  }
  #initiatives__content--top .container .inner .text__area ul li:before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  #initiatives__content--top .row {
    display: block;
  }
  #initiatives__content--top .img__area {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto;
  }
  #initiatives__content--top .img__area img {
    width: 100%;
  }
  #initiatives__content--top .text__area {
    width: 100% !important;
    max-width: 100% !important;
    margin: 26px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #staff__content--top {
    padding: 40px 0 0;
  }
  #staff__content--top .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
  }
  #staff__content--top .container .row {
    margin: 0;
  }
  #staff__content--top .container .row .staff__tab {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #staff__content--top .container .row .staff__tab .tab {
    font-size: 1.4rem;
    text-align: center;
    width: 49%;
    padding: 12px 20px;
    color: #2d2d2d;
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  #staff__content--top .container .row .staff__tab .tab:nth-of-type(n+3) {
    margin-top: 8px;
  }
  #staff__content--top .container .row .staff__tab .tab.active {
    background: #2d2d2d;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container__staff__SP {
    width: 100%;
    max-width: 100% !important;
    margin: 0 auto !important;
    position: relative !important;
    outline: none;
  }
  .swiper-container__staff__SP.hide {
    position: absolute !important;
    top: -9999px;
  }
  .swiper-container__staff__SP .swiper-slide {
    position: relative;
    width: 100%;
  }
  .swiper-container__staff__SP .swiper-slide img {
    width: 100%;
  }
  .swiper-container__staff__SP .swiper-slide p {
    margin: 20px 0 0;
    font-size: 1.8rem;
    text-align: center;
  }
  .swiper-container__staff__SP .swiper-slide .btn__area {
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }
  .swiper-container__staff__SP .swiper-slide .btn__area .blog__link {
    color: #fff;
    background: #2d2d2d;
    width: 48%;
    padding: 10px 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    border: 1px solid #2d2d2d;
  }
  .swiper-container__staff__SP .swiper-slide .btn__area .blog__link a {
    display: block;
  }
  .swiper-container__staff__SP .swiper-slide .btn__area .blog__link:hover {
    background: #000;
    color: #fff;
  }
  .swiper-container__staff__SP .swiper-slide .btn__area .detail__link {
    color: #2d2d2d;
    width: 80%;
    padding: 10px 0;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    border: 1px solid #2d2d2d;
    margin-left: auto;
    margin-right: auto;
  }
  .swiper-container__staff__SP .swiper-slide .btn__area .detail__link a {
    display: block;
  }
  .swiper-container__staff__SP .swiper-slide .btn__area .detail__link:hover {
    background: #000;
    color: #fff;
  }
  .swiper-container__staff__SP .swiper-button-next {
    top: 160px !important;
    right: 48px !important;
    background: url(../images/arrow-icon_03.svg) no-repeat !important;
    background-size: contain !important;
    width: 45px !important;
    height: 45px !important;
  }
  .swiper-container__staff__SP .swiper-button-next:after {
    display: none;
  }
  .swiper-container__staff__SP .swiper-button-prev {
    top: 160px !important;
    left: 48px !important;
    background: url(../images/arrow-icon_03.svg) no-repeat !important;
    background-size: contain !important;
    width: 45px !important;
    height: 45px !important;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .swiper-container__staff__SP .swiper-button-prev:after {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 991px) {
  .swiper-container__staff .btn__area {
    display: block;
    margin-top: 15px;
  }
  .swiper-container__staff .btn__area .blog__link {
    width: 100% !important;
    margin-bottom: 6px;
  }
  .swiper-container__staff .btn__area .detail__link {
    width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  #youtube__content--top {
    margin: 30px 0;
  }
  #youtube__content--top .container {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #youtube__content--top h2 {
    text-align: center;
    margin: 0 0 18px 0;
  }
  #youtube__content--top h3 {
    font-size: 2.6rem;
    font-weight: 600;
    margin: 0 0 6px 0;
    text-align: center;
  }
  #youtube__content--top p {
    font-size: 1.6rem;
    text-align: center;
    margin: 0;
  }
  #youtube__content--top .banner__two {
    margin-top: 30px;
    margin-left: -25px;
    margin-right: -25px;
  }
  #youtube__content--top .banner__two .items {
    padding: 0 10px;
    width: 100% !important;
    margin-bottom: 12px;
  }
  #youtube__content--top .banner__two .items:last-child {
    margin-bottom: 0;
  }
  #youtube__content--top .banner__two .items .inner {
    position: relative;
    background: #000;
    border-radius: 3px;
    overflow: hidden;
  }
  #youtube__content--top .banner__two .items .inner:hover .item-fixed {
    opacity: 0.6;
  }
  #youtube__content--top .banner__two .items .inner .item-fixed {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #youtube__content--top .banner__two .items .inner .text-img01, #youtube__content--top .banner__two .items .inner .text-img02 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 200px;
  }
  #youtube__content--top .banner__one {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 40px;
    text-align: center;
  }
  #youtube__content--top .banner__one:hover img {
    opacity: 0.8;
  }
  #youtube__content--top .banner__one img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 767px) {
  #insta__content--top {
    margin: 20px 0;
    text-align: center;
  }
  #insta__content--top .container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  #insta__content--top h2 {
    margin: 0 0 30px 0;
    display: inline-block;
  }
  #insta__content--top h2 a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #insta__content--top h2 img {
    width: 200px;
  }
  #insta__content--top p {
    text-align: center;
    margin: 0;
  }
  #insta__content--top .swiper-container__instagram {
    width: 100%;
    max-width: 100% !important;
    margin: 33px auto 0 !important;
    position: relative !important;
    outline: none;
  }
  #insta__content--top .swiper-container__instagram .swiper-slide {
    position: relative;
    width: 100%;
    max-width: 83.94px;
    height: 83.94px;
    overflow: hidden;
  }
  #insta__content--top .swiper-container__instagram .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #insta__content--top .swiper-container__instagram .swiper-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) {
  #estate__content--top {
    margin: 40px 0;
  }
  #estate__content--top .container {
    width: 100%;
    max-width: 1200px;
  }
  #estate__content--top .container .row .inner {
    padding: 0;
  }
  #estate__content--top .container .row .inner .estate__bg {
    width: 100%;
    height: 300px;
    background: url(../images/estate-bg.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
    text-align: center;
    position: relative;
  }
  #estate__content--top .container .row .inner .estate__bg h2 {
    width: 250px;
    font-size: 3.2rem;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    letter-spacing: 0.1em;
    margin: 0;
    line-height: 1.21;
  }
  #estate__content--top .estate__bg > h2 {
    margin-top: 60px !important;
  }
  #estate__content--top .container .row .inner .estate__bg h2 span {
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    letter-spacing: 0.15em;
  }
  #estate__content--top .container .row .inner .estate__bg .inner {
    margin-top: 20px;
  }
  #estate__content--top .container .row .inner .estate__bg .inner .estate__link {
    display: inline-block;
    min-width: 280px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50px;
    padding: 16px 0;
    margin: 0 6px;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #estate__content--top .container .row .inner .estate__bg .inner .estate__link:last-child {
    margin-top: 12px;
  }
  #estate__content--top .container .row .inner .estate__bg .inner .estate__link:hover {
    background: #252525;
    border: 1px solid #252525;
  }
  #estate__content--top .container .row .inner .estate__bg .inner .estate__link h4 {
    font-size: 1.3rem;
    color: #fff;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  #footer__content {
    background: #595959;
    padding: 40px 20px 30px;
  }
  #footer__content #footer__menu {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 26px;
  }
  #footer__content #footer__menu ul {
    list-style: none;
    margin: 0;
    padding: 26px 0;
    width: 100%;
    border-bottom: 1px solid #858585;
  }
  #footer__content #footer__menu ul:last-of-type {
    border: none;
    padding-bottom: 0;
  }
  #footer__content #footer__menu ul li {
    padding: 0 0 7px 14px;
    position: relative;
  }
  #footer__content #footer__menu ul li:before {
    content: "";
    width: 6px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 11px;
    left: 0;
  }
  #footer__content #footer__menu ul li:last-child {
    padding-bottom: 0;
  }
  #footer__content #footer__menu ul li a {
    color: #fff;
    text-decoration: none;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-size: 1.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 300;
  }
  #footer__content #footer__menu ul li a:hover {
    color: #d0af52;
  }
  #footer__content #footer__information {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 0;
    border-top: 1px solid #858585;
    border-bottom: 1px solid #858585;
    text-align: center;
  }
  #footer__content #footer__information img {
    width: 200px;
  }
  #footer__content #footer__information h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-top: 24px;
  }
  #footer__content #footer__information ul {
    margin-top: 42px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #footer__content #footer__information ul li {
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 4px;
  }
  #footer__content #footer__information ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: 400;
  }
  #footer__content #footer__information ul li:last-child {
    margin-bottom: 0;
  }
  #footer__content #footer__area {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 26px 0;
    border-bottom: 1px solid #858585;
  }
  #footer__content #footer__area h2 {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
  }
  #footer__content #footer__area p {
    font-size: 1.2rem;
    color: #fff;
    text-align: center;
  }
  #footer__content #footer__last {
    width: 100%;
    max-width: 1200px;
    margin: 45px auto 0;
  }
  #footer__content #footer__last .icon__area {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer__content #footer__last .icon__area a {
    display: block;
  }
  #footer__content #footer__last .icon__area .youtube {
    width: 40px;
    margin-right: 20px;
  }
  #footer__content #footer__last .icon__area .instagram {
    width: 30px;
  }
  #footer__content #footer__last .copyright {
    float: right;
    font-size: 1.4rem;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  #main-slider__top {
    overflow: hidden;
  }
  #main-slider__top .swiper-container__main {
    width: calc(100% - 40px);
    max-width: 684px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    position: relative !important;
    outline: none;
  }
  #main-slider__top .swiper-button-next {
    right: -16px !important;
    background: url(../images/slide-arrow_01.svg) no-repeat !important;
    background-size: contain !important;
    width: 32px !important;
    height: 32px !important;
  }
  #main-slider__top .swiper-button-next:after {
    display: none;
  }
  #main-slider__top .swiper-button-prev {
    left: -16px !important;
    background: url(../images/slide-arrow_01.svg) no-repeat !important;
    background-size: contain !important;
    width: 32px !important;
    height: 32px !important;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  #main-slider__top .swiper-button-prev:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #modelhouse__content--top {
    margin: 40px 0 30px;
  }
  #modelhouse__content--top .row {
    position: relative;
  }
  #modelhouse__content--top .row .swiper-button-next {
    top: 120px !important;
    right: 15px !important;
    background: url(../images/slideshow-icon_02.svg) no-repeat !important;
    background-size: contain !important;
    width: 36px !important;
    height: 36px !important;
  }
  #modelhouse__content--top .row .swiper-button-next:after {
    display: none;
  }
  #modelhouse__content--top .row .swiper-button-prev {
    top: 120px !important;
    left: 15px !important;
    background: url(../images/slideshow-icon_02.svg) no-repeat !important;
    background-size: contain !important;
    width: 36px !important;
    height: 36px !important;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  #modelhouse__content--top .row .swiper-button-prev:after {
    display: none;
  }
  #modelhouse__content--top #main-slider__modelhouse {
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse {
    width: 100%;
    max-width: 240px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    outline: none;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide {
    position: relative;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide:hover h2 {
    color: #d0af52;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide:hover img {
    opacity: 0.7;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide h2 {
    font-size: 1.6rem;
    margin: 22px 0 0 0;
    padding: 0;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide p {
    font-size: 1.4rem;
    text-align: center;
    margin: 12px 0 0 0;
  }
  #modelhouse__content--top #main-slider__modelhouse .swiper-container__modelhouse .swiper-wrapper .swiper-slide h4 {
    font-size: 1.8rem;
    text-align: center;
    margin: 8px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .swiper-container__plan {
    width: 90%;
    max-width: 600px !important;
    margin: 0 auto !important;
    overflow: visible !important;
    position: relative !important;
    outline: none;
  }
  .swiper-container__plan .swiper-slide {
    width: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;
  }
  .swiper-container__plan .swiper-slide .ranking__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #161616;
    position: relative;
    z-index: 100;
  }
  .swiper-container__plan .swiper-slide .ranking {
    font-size: 1.8rem;
    color: #fff;
    width: 86px;
    text-align: center;
  }
  .swiper-container__plan .swiper-slide .ranking span {
    font-size: 1.5rem;
    margin-left: 3px;
  }
  .swiper-container__plan .swiper-slide .plan__catch {
    width: calc(100% - 86px);
    background: #2d2d2d;
    padding: 10px 10px;
  }
  .swiper-container__plan .swiper-slide .plan__catch td {
    display: block;
    width: 100%;
    text-align: left;
  }
  .swiper-container__plan .swiper-slide .plan__catch th {
    display: block;
    width: 100%;
    text-align: left;
    font-size: 1.4rem;
    color: #fff;
    width: 120px;
    padding-bottom: 8px;
  }
  .swiper-container__plan .swiper-slide .plan__catch td {
    font-size: 1.4rem;
    color: #fff;
    margin: 0;
    border-top: 1px solid #fff;
    padding-top: 8px;
  }
  .swiper-container__plan .swiper-slide h6 {
    font-size: 2.2rem;
    color: #fff;
    text-align: center;
    margin: 0 0 14px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 12px 0;
  }
  .swiper-container__plan .swiper-slide h6 span {
    font-size: 1.3rem;
    display: block;
    font-weight: 300;
    letter-spacing: 0.05em;
  }
  .swiper-container__plan .swiper-slide p {
    margin: 0;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
  }
  .swiper-container__plan .swiper-slide .btn__area {
    text-align: center;
    padding: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 26px;
  }
  .swiper-container__plan .swiper-slide .btn__area .register {
    color: #fff;
    background: #D0AF52;
    width: 49%;
    padding: 16px 5px;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .swiper-container__plan .swiper-slide .btn__area .register:hover {
    background: #000;
    color: #fff;
  }
  .swiper-container__plan .swiper-slide .btn__area .login {
    color: #2d2d2d;
    background: #fff;
    width: 49%;
    padding: 16px 5px;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
  }
  .swiper-container__plan .swiper-slide .btn__area .login:hover {
    background: #000;
    color: #fff;
  }
  .swiper-container__plan .swiper-slide .ranking__top--img {
    position: relative;
    min-height: 300px;
    overflow: hidden;
  }
  .swiper-container__plan .swiper-slide .ranking__top--img img {
    width: auto;
    height: 120%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .swiper-container__plan .swiper-slide .ranking__top--img .ranking__top--link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  .swiper-container__plan .swiper-slide .ranking__top--img .ranking__top--link:hover + img {
    opacity: 0.8;
  }
  .swiper-container__plan .swiper-slide .ranking__top--img .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(20, 20, 20, 0.9);
  }
  .swiper-container__plan .swiper-slide .ranking__top--img .inner .inner__items {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }
  .swiper-container__plan .swiper-button-next {
    right: -10px !important;
    background: url(../images/slide-arrow_01.svg) no-repeat !important;
    background-size: contain !important;
    width: 32px !important;
    height: 32px !important;
  }
  .swiper-container__plan .swiper-button-next:after {
    display: none;
  }
  .swiper-container__plan .swiper-button-prev {
    left: -10px !important;
    background: url(../images/slide-arrow_01.svg) no-repeat !important;
    background-size: contain !important;
    width: 32px !important;
    height: 32px !important;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
  }
  .swiper-container__plan .swiper-button-prev:after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #hamburger__btn--page {
    width: 70px;
    height: 60px;
    background: #efefef;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  #hamburger__btn--page .hamburger-line {
    position: absolute;
    top: 19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 33px;
    height: 1px;
    background: #2d2d2d;
  }
  #hamburger__btn--page .bar1 {
    top: 20px;
  }
  #hamburger__btn--page .bar2 {
    top: 26px;
  }
  #hamburger__btn--page .menu__text {
    font-size: 1rem;
    position: absolute;
    top: 34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #2d2d2d;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #hamburger__btn {
    width: 70px;
    height: 60px;
    background: #efefef;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  #hamburger__btn .hamburger-line {
    position: absolute;
    top: 19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 33px;
    height: 1px;
    background: #2d2d2d;
  }
  #hamburger__btn .bar1 {
    top: 20px;
  }
  #hamburger__btn .bar2 {
    top: 26px;
  }
  #hamburger__btn .menu__text {
    font-size: 1rem;
    position: absolute;
    top: 34px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #2d2d2d;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  #hamburger__outer {
    width: 300px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -379px;
    background: #2d2d2d;
    z-index: 9500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  #hamburger__outer.open {
    right: 0 !important;
  }
  #hamburger__outer #hamburger__btn--close {
    width: 79px;
    height: 63px;
    background: #efefef;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999;
  }
  #hamburger__outer #hamburger__btn--close .bar1 {
    position: absolute;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-40deg);
    transform: translateX(-50%) rotate(-40deg);
    width: 33px;
    height: 1px;
    background: #2d2d2d;
  }
  #hamburger__outer #hamburger__btn--close .bar2 {
    position: absolute;
    top: 22px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(40deg);
    transform: translateX(-50%) rotate(40deg);
    width: 33px;
    height: 1px;
    background: #2d2d2d;
  }
  #hamburger__outer #hamburger__btn--close .menu__text {
    font-size: 1rem;
    position: absolute;
    top: 38px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #2d2d2d;
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .hamburger__overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -9000;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
  }
  .hamburger__overlay.active {
    background: rgba(0, 0, 0, 0.8);
    z-index: 9000;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  #hamburger__menu {
    padding: 90px 26px 26px;
    overflow-y: scroll;
    overflow-x: visible;
    height: 100vh;
  }
  #hamburger__menu::-webkit-scrollbar {
    width: 10px;
  }
  #hamburger__menu::-webkit-scrollbar-track {
    background: #fff;
    border-left: solid 1px #ececec;
  }
  #hamburger__menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
  }
  #hamburger__menu ul {
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
  }
  #hamburger__menu ul li {
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px;
  }
  #hamburger__menu ul li:before {
    content: "";
    width: 8px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 11px;
    left: 0;
  }
  #hamburger__menu ul li.child:before {
    background: none;
  }
  #hamburger__menu ul li:last-of-type {
    margin-bottom: 0;
  }
  #hamburger__menu ul li a {
    color: #fff;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    font-size: 1.4rem;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #hamburger__menu ul li a:hover {
    color: #d0af52;
  }
}
@media screen and (max-width: 767px) {
  #main-slider__fix {
    text-align: center;
    width: calc(100% - 40px);
    max-width: 1200px;
    height: 200px;
    margin: 0 auto;
    background: url(../images/main_slider_fix_01.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
  }
  #main-slider__fix:hover img {
    opacity: 0.8;
  }
  #main-slider__fix img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 80%;
    max-width: 400px;
  }
}
@media screen and (max-width: 767px) {
  #owner__content--top {
    margin: 40px auto;
  }
  #owner__content--top .container {
    width: calc(100% - 40px);
    max-width: 1200px;
  }
  #owner__content--top .container .row .col-12 {
    padding: 0;
    width: 100%;
    height: 320px;
    background: url(../images/owner_banner.webp) no-repeat;
    background-size: cover;
    background-position: 85% 50%;
    position: relative;
  }
  #owner__content--top .container .row .col-12:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #owner__content--top .container .row .col-12:after:hover {
    background: rgba(0, 0, 0, 0.3);
  }
  #owner__content--top .container .row .col-12 .inner__content {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #owner__content--top .container .row .col-12 .inner__content h2 {
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    margin: 0 0 18px 0;
  }
  #owner__content--top .container .row .col-12 .inner__content h2 .small {
    font-size: 1.1rem;
    display: block;
    line-height: 1.41;
    margin-top: 10px;
  }
  #owner__content--top .container .row .col-12 .inner__content ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #owner__content--top .container .row .col-12 .inner__content ul li {
    font-size: 1.2rem;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    padding: 6px 10px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    margin-top: 6px;
  }
  #owner__content--top .container .row .col-12 .inner__content ul li:nth-of-type(n+2) {
    margin-left: 6px;
  }
}
@media screen and (max-width: 767px) {
  #lineup__content-top {
    margin: 40px auto;
  }
  #lineup__content-top .container {
    max-width: 1200px;
  }
  #lineup__content-top .container .row .inner__items {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  #lineup__content-top .container .row .img__area {
    width: 100%;
    max-width: 600px;
    position: relative;
  }
  #lineup__content-top .container .row .text__area {
    padding: 26px;
    width: 100%;
    max-width: 600px;
    background: #E4A784;
  }
  #lineup__content-top .container .row .text__area .title__content .logo__area {
    text-align: center;
  }
  #lineup__content-top .container .row .text__area .title__content .logo__area img {
    width: 100px;
  }
  #lineup__content-top .container .row .text__area .title__content .ttl__area {
    width: 100%;
    margin-top: 20px;
  }
  #lineup__content-top .container .row .text__area .title__content .ttl__area h2 {
    font-size: 2.2rem;
    line-height: 1.41;
    color: #fff;
    margin: 0;
    text-align: center;
  }
  #lineup__content-top .container .row .text__area .title__content .ttl__area h2 span {
    font-size: 1.3rem;
    display: block;
    margin-bottom: 8px;
  }
  #lineup__content-top .container .row .text__area .title__content .ttl__area h3 {
    font-size: 1.5rem;
    color: #fff;
    margin: 0;
    letter-spacing: 0.15em;
    text-align: center;
  }
  #lineup__content-top .container .row .text__area .lineup__list {
    list-style: none;
    margin: 20px 0 0 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #lineup__content-top .container .row .text__area .lineup__list li {
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    width: 49%;
    margin-right: 2%;
    margin-top: 2%;
    height: 70px;
    border: 1px solid #fff;
    position: relative;
  }
  #lineup__content-top .container .row .text__area .lineup__list li:nth-child(2n) {
    margin-right: 0;
  }
  #lineup__content-top .container .row .text__area .lineup__list li:first-child, #lineup__content-top .container .row .text__area .lineup__list li:nth-child(2) {
    margin-top: 0;
  }
  #lineup__content-top .container .row .text__area .lineup__list li span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  .galleryBanner_inner {
    width: calc(100% - 40px);
    max-width: 1200px;
    height: 306px;
    background: url(../images/gallery_top_banner_bg_20240304.webp) no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    margin: 56px auto 0;
  }
  .galleryBanner_inner .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    text-align: center;
  }
  .galleryBanner_inner .inner h2 {
    color: #fff;
    font-size: 2.6rem;
    margin: 0 0 16px;
    line-height: 1.31;
  }
  .galleryBanner_inner .inner h2 span {
    font-size: 1.2rem;
    display: block;
  }
  .galleryBanner_inner .inner p {
    color: #fff;
    font-size: 1.3rem;
  }
  .galleryBanner_inner .inner .link {
    margin-top: 36px;
  }
  .galleryBanner_inner .inner .link a {
    color: #fff;
    font-size: 1.3rem;
    border: 1px solid #fff;
    padding: 16px 60px;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .galleryBanner_inner .inner .link a:hover {
    background: #2d2d2d;
  }
}
@media screen and (max-width: 767px) {
  .header_top {
    width: 100%;
    height: 60px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .header_top .logo {
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(100% - 240px);
    max-width: 125px;
    margin: 0;
  }
  .header_top .logo a {
    display: block;
  }
  .header_top .logo img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-rich_text_section {
    font-size: 1.4rem;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 400;
    margin: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  #gnav_menu--SP {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 5000;
    background: #f8f8f8;
    border-bottom: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
  }
  #gnav_menu--SP .fnav_list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #gnav_menu--SP .fnav_list li {
    width: 20%;
    line-height: 1.21;
    height: 50px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #gnav_menu--SP .fnav_list li:nth-of-type(n+2) {
    border-left: 1px solid #ccc;
  }
  #gnav_menu--SP .fnav_list li:nth-of-type(2), #gnav_menu--SP .fnav_list li:nth-of-type(4) {
    width: 17% !important;
  }
  #gnav_menu--SP .fnav_list li:nth-of-type(3) {
    width: 26% !important;
  }
  #gnav_menu--SP .fnav_list li a {
    font-size: 1rem;
    font-family: "YuGothic Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif !important;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-align: center;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 99%;
  }
  #gnav_menu--SP .fnav_list li a:hover {
    color: #2d2d2d;
  }
}
@media screen and (max-width: 767px) {
  #main-slider__fix-spring {
    width: calc(100% - 40px);
    max-width: 984px;
    margin: 0 auto;
  }
}
.footer_ext_bnr_plan {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto 105px;
}
.footer_ext_bnr_plan a {
  width: 100%;
  display: block;
  background: url(../images/section_ext_plan_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 80px 20px 60px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_ext_bnr_plan a:hover {
  opacity: 0.8;
}
.footer_ext_bnr_plan a figure {
  width: 100%;
  max-width: 472px;
  margin: 0 auto;
}
.footer_ext_bnr_plan a figure img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1279px) {
  .footer_ext_bnr_plan {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto 105px;
  }
  .footer_ext_bnr_plan a {
    width: 100%;
    display: block;
    background: url(../images/section_ext_plan_bg.webp) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 80px 20px 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer_ext_bnr_plan a:hover {
    opacity: 0.8;
  }
  .footer_ext_bnr_plan a figure {
    width: 100%;
    max-width: 472px;
    margin: 0 auto;
  }
  .footer_ext_bnr_plan a figure img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer_ext_bnr_plan {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto 105px;
  }
  .footer_ext_bnr_plan a {
    width: 100%;
    display: block;
    background: url(../images/section_ext_plan_bg.webp) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding: 80px 20px 60px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer_ext_bnr_plan a:hover {
    opacity: 0.8;
  }
  .footer_ext_bnr_plan a figure {
    width: 100%;
    max-width: 472px;
    margin: 0 auto;
  }
  .footer_ext_bnr_plan a figure img {
    width: 100%;
    height: auto;
  }
}