@charset "UTF-8";

/*=============== header ===========*/

.header {
  background: var(--bg);
  height: 8rem;
  width: 100%;
}

.header_container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: right;
  padding: 0 9.5% 0 5rem;
  position: relative;
}

.header_logo {
  height: auto;
  left: 5rem;
  position: absolute;
  top: 2rem;
  width: 14.9rem;
  z-index: 20;
}

/*=============== gnav ===========*/

.gnav {
  position: relative;
}

.gnav_menu {
  align-items: center;
  display: flex;
  gap: 5rem;
  justify-content: center;
}

.gnav_menu li a {
  color: var(--sub);
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}

.gnav_menu li a span {
  color: var(--main);
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.6em;
}

.gnav_menu li:last-of-type i {
  font-size: 3.6rem;
}

/*=============== navbtn ===========*/

.navbtn {
  display: none;
}

.navbtn_line {
  background-color: #fff;
  display: block;
  height: 0.2rem;
  left: 1.4rem;
  position: absolute;
  top: 50%;
  transition: 0.1s;
  visibility: visible;
  width: 3.4rem;
}

.navbtn_line::before,
.navbtn_line::after {
  background-color: #fff;
  content: "";
  display: block;
  height: 0.2rem;
  position: absolute;
  transition: all 0.3s;
  visibility: visible;
  width: 3.4rem;
}

.navbtn_line::before {
  top: -1.2rem;
}

.navbtn_line::after {
  top: 1.2rem;
}

.navbtn.open .navbtn_line {
  visibility: hidden;
}

.navbtn.open .navbtn_line::before {
  transform: translateY(1.2rem) rotate(45deg);
}

.navbtn.open .navbtn_line::after {
  transform: translateY(-1.2rem) rotate(-45deg);
}

/*  ----------------------------------------------------------
footer
----------------------------------------------------------  */

.footer {
  background: var(--bg);
  padding: 5rem 0 2rem;
}

.footer_nav {
  align-items: center;
  display: flex;
  gap: 4rem;
  justify-content: center;
}

.footer_nav li a {
  color: var(--sub);
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.footer_nav li a span {
  color: var(--main);
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.5rem;
}

.footer_nav li:last-of-type a {
  color: #000;
  font-size: 3.8rem;
}

.footer_logo {
  height: auto;
  margin: 6rem auto 7.5rem;
  width: 16.8rem;
}

.footer_copyright {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}

/*  ----------------------------------------------------------
main / container 
----------------------------------------------------------  */

.top-container {
  margin: 0 auto;
  max-width: 116rem;
  padding: 0 3rem;
}

.preparation {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5rem 0;
  text-align: center;
}

/*  ----------------------------------------------------------
more
----------------------------------------------------------  */

.more {
  display: block;
  height: 5.4rem;
  margin-inline: auto;
  width: 22rem;
}

.more a {
  align-items: center;
  background: var(--main);
  color: #fff;
  display: block;
  display: flex;
  font-family: var(--eng);
  font-weight: 900;
  gap: 1rem;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.12em;
  line-height: 5.4rem;
  width: 100%;
}

.more a::after {
  aspect-ratio: 375/65;
  background: url(../img/more_arw.png) no-repeat center center/contain;
  content: "";
  display: block;
  margin-bottom: 0.3rem;
  position: relative;
  width: 3.9rem;
}

/*  ----------------------------------------------------------
top-heading
----------------------------------------------------------  */

.top-heading {
  font-size: clamp(1.4rem, 0.56vw + 1.19rem, 2rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}

.top-heading span {
  display: block;
  font-family: var(--eng);
  font-size: clamp(3.8rem, 0.94vw + 3.45rem, 4.8rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
}

/*  ----------------------------------------------------------
news 
----------------------------------------------------------  */

.CMS-NEWS-INDEX {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.CMS-NEWS-INDEX::after {
  content: "";
  display: block;
  width: 32%;
}

.page-news .CMS-NEWS-INDEX {
  margin-bottom: 4rem;
  padding-bottom: 8rem;
  position: relative;
}

.CMS-NEWS-ITEM {
  width: 32%;
}

.page-news .CMS-NEWS-ITEM {
  margin-bottom: 5rem;
}

.CMS-NEWS-THUMBNAIL {
  -o-object-fit: cover;
  aspect-ratio: 320/200;
  margin-bottom: 2.5rem;
  object-fit: cover;
  width: 100%;
}

.CMS-NEWS-TIME {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}

.page-news .CMS-NEWS-TIME {
  border-bottom: 1px solid #000;
}

.CMS-NEWS-LINK {
  font-weight: 400;
  line-height: 1.53;
  width: 100%;
}

.CMS-NEWS-MORE-READ {
  background: var(--main);
  border: 2px solid var(--main);
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: bold;
  left: 50%;
  padding: 2rem 0;
  position: absolute;
  text-align: center;
  transform: translate(-50%, 0);
  transition: all 0.3s;
  width: 28rem;
}

.CMS-NEWS-MORE-READ:hover {
  opacity: 0.7;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

.CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 3rem;
  padding: 1rem 0 1.5rem 0;
  position: relative;
}

.CMS-NEWS-TITLE:after {
  border-bottom: solid 4px var(--main);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT {
  color: #000;
}

.CMS-NEWS-CONTENT img {
  display: block;
  height: auto;
  margin: 4rem auto;
  width: 70%;
}

/*  ----------------------------------------------------------
instagram
----------------------------------------------------------  */

.CMS-INSTAGRAM-LIST {
  display: grid;
  gap: 1.5rem;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
}

.CMS-INSTAGRAM-LIST > * img {
  -o-object-fit: cover;
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 100%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n+7) {
  display: none;
}

/*=============== fixed-btn ===========*/

.fixed-btn {
  background: var(--main);
  border: 1px solid #fff;
  color: #fff;
  padding: 1rem 0.2rem;
  position: relative;
}

.fixed-btn img {
  display: block;
  height: auto;
  margin: 0 auto 0.8rem;
  width: 3.5rem;
}

.fixed-btn__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 40;
}

.fixed-btn__inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.fixed-btn--1 span:first-of-type {
  font-weight: 500;
  font-weight: 500;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.fixed-btn--1 span:last-of-type {
  display: block;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  gap: 0.6rem;
  letter-spacing: 0.08em;
  line-height: 1;
  position: relative;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.fixed-btn--1 span:last-of-type::before {
  aspect-ratio: 1/1;
  background: url(../img/icn-tel.png) no-repeat center/contain;
  content: "";
  display: inline-block;
  position: relative;
  width: 2.3rem;
}

.fixed-btn--2 span:first-of-type {
  align-items: center;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.36em;
  line-height: 1;
  margin-left: 0.5rem;
  position: relative;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.fixed-btn--2 span:first-of-type::after {
  background: #fff;
  content: "";
  display: inline-block;
  height: 7rem;
  margin-top: 1rem;
  position: relative;
  width: 1px;
}

.fixed-btn--2 span:last-of-type {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

/*  ----------------------------------------------------------
mainvisual
----------------------------------------------------------  */

.top-fv {
  background: #000;
  position: relative;
}

.top-kv {
  height: calc(48vw - 8rem);
  overflow: hidden;
  position: relative;
  width: 100%;
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.top-kv .swiper-slide-active img,
.top-kv .swiper-slide-duplicate-active img,
.top-kv .swiper-slide-prev img {
  animation: zoomOut 8s linear normal both;
}

.top-kv .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.top-kv .swiper-pagination {
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  width: initial;
}

.top-kv .swiper-pagination-bullet {
  background-color: #F9F9F9;
  height: 10px;
  margin: 0 10px !important;
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 10px;
}

.top-kv .swiper-pagination-bullet-active {
  background-color: var(--red);
}

/*=============== top-yoyaku ===========*/

.top-yoyaku {
  background: var(--bg);
  padding: 12.5rem 0 11rem;
}

.top-yoyaku_txt {
  font-weight: 500;
  letter-spacing: 0.14em;
  line-height: 1.66;
  margin: 4rem 0 5rem;
  position: relative;
  text-align: center;
  z-index: 5;
}

.top-yoyaku_txt span {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  margin-top: 1.5rem;
}

.top-yoyaku .reserve {
  position: relative;
  z-index: 0;
}

.top-yoyaku .reserve::after {
  aspect-ratio: 765/617;
  background: url(../img/reserve_deco.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-42%, -80%);
  width: 35%;
  z-index: -5;
}

/*=============== top-news ===========*/

.top-news {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  color: #fff;
  padding: 10rem 0 11rem;
}

.top-news_body {
  margin: 5rem auto 8rem;
  max-width: 101rem;
}

/*=============== top-concept ===========*/

.top-concept {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  padding: 8rem 0 13.5rem;
  position: relative;
}

.top-concept::after {
  background: var(--sub);
  bottom: 0;
  content: "";
  display: block;
  height: 4rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.top-concept_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: calc(50% - 50vw);
}

.top-concept_img {
  margin-top: 3rem;
  width: 68%;
}

.top-concept_body {
  width: 30%;
}

.top-concept_heading {
  color: var(--sub);
  font-family: var(--eng);
  font-size: min(11.6rem, 8vw);
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1;
  margin: 0 0 3.5rem -0.7em;
}

.top-concept_inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem;
  justify-content: right;
}

.top-concept_ttl {
  display: flex;
  flex-direction: row-reverse;
  gap: 1rem;
}

.top-concept_ttl span {
  background: #000;
  color: #fff;
  display: block;
  font-size: 2.4rem;
  font-weight: 700;
  height: -moz-max-content;
  height: max-content;
  letter-spacing: 0.2em;
  padding: 2rem 1.3rem;
  writing-mode: vertical-rl;
}

.top-concept_txt {
  color: #000;
  letter-spacing: 0;
  line-height: 2.13;
  writing-mode: vertical-rl;
}

.top-concept .more {
  margin: 1rem 0 0 auto;
}

/*=============== top-menu ===========*/

.top-menu {
  background: var(--bg);
  overflow-x: clip;
  padding: 10rem 0 12rem;
}

.top-menu_item-1st {
  margin-left: calc(50% - 50vw);
  margin-top: 7rem;
  padding-left: calc(50vw - 50%);
  padding-top: 6rem;
  position: relative;
  position: relative;
  z-index: 0;
}

.top-menu_item-1st::before {
  background: var(--sub);
  content: "";
  display: block;
  height: 56rem;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - 9rem);
  z-index: -1;
}

.top-menu_item-1st::after {
  aspect-ratio: 764/617;
  background: url(../img/menu_deco1.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(36%, -60%);
  width: 32%;
  z-index: -5;
}

.top-menu_item-2nd {
  margin-right: calc(50% - 50vw);
  margin-top: 12rem;
  padding-right: calc(50vw - 50%);
  padding-top: 6rem;
  position: relative;
  z-index: 0;
}

.top-menu_item-2nd::before {
  background: var(--sub);
  content: "";
  display: block;
  height: 56rem;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 9rem);
  z-index: -1;
}

.top-menu_item-2nd::after {
  aspect-ratio: 764/617;
  background: url(../img/menu_deco2.png) no-repeat center center/contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  transform: translate(-42%, 10%);
  width: 30%;
  z-index: -5;
}

.top-menu_wrap {
  align-items: flex-start;
  display: flex;
  justify-content: left;
  margin-bottom: 6rem;
  position: relative;
}

.top-menu_item-2nd .top-menu_wrap {
  justify-content: right;
  padding-right: 5rem;
}

.top-menu_head {
  padding-left: 5rem;
  width: 44%;
}

.top-menu_item-2nd .top-menu_head {
  padding-left: 0;
  width: 42%;
}

.top-menu_body {
  margin-top: 1rem;
  width: 43%;
}

.top-menu_item-2nd .top-menu_body {
  width: 45%;
}

.top-menu_img1 {
  position: relative;
  width: 100%;
}

.top-menu_img1 img {
  display: block;
}

.top-menu_img1 img:first-child {
  width: 65%;
}

.top-menu_img1 img:last-child {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(15%, -50%);
  width: 53%;
}

.top-menu_img2 {
  margin: -13rem 0 0 auto;
  position: relative;
  width: 58%;
}

.top-menu_cap {
  color: #fff;
  font-family: var(--eng);
  font-size: clamp(3.5rem, 2.91vw + 2.41rem, 6.6rem);
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
}

.top-menu_ttl {
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.67;
  margin: 3rem 0 3rem;
}

.top-menu_txt {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.88;
}

.top-menu .more {
  margin-left: 1rem;
}

/*=============== top-gallery ===========*/

.top-gallery {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  color: #fff;
  padding: 11rem 0 10.5rem;
}

.top-gallery .loopslider {
  height: 23rem;
  overflow: hidden;
}

.top-gallery .loopslider .swiper-wrapper {
  transition-timing-function: linear;
}

.top-gallery .loopslider .swiper-slide {
  height: 100%;
  padding: 0 1rem;
  width: 32rem;
}

.top-gallery .loopslider .swiper-slide img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.top-gallery .loopslider-1 {
  margin: 8rem 0 2rem;
}

.top-gallery .loopslider-2 {
  margin-bottom: 9rem;
}

/*=============== top-access ===========*/

.top-access {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  padding: 12rem 0 0;
}

.top-access_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 9rem auto 0 calc(50% - 50vw);
  position: relative;
}

.top-access_img {
  width: 55%;
}

.top-access_body {
  width: 39%;
}

.top-access_list {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
}

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-weight: 500;
  padding: 2rem 0;
}

.top-access_list dt:last-of-type,
.top-access_list dd:last-of-type {
  border-bottom: none;
}

.top-access_list dt {
  padding-left: 1em;
  width: 30%;
}

.top-access_list dd {
  font-size: 1.8rem;
  width: 70%;
}

.top-access_list dd span {
  display: inline-block;
}

.top-access .more {
  margin: 4rem auto 0 0;
}

.top-access_map {
  margin-top: 18rem;
}

.top-access_map iframe {
  height: 42rem;
  width: 100%;
}

/*=============== top-insta ===========*/

.top-insta {
  background-blend-mode: multiply;
  background-image: url(../img/insta_deco.png), url(../img/texture2.jpg);
  background-position: top right, center top;
  background-repeat: no-repeat, repeat;
  background-size: min(57rem, 40%) auto, 100% auto;
  color: #fff;
  padding: 13rem 0 16.5rem;
}

.top-insta_wrap {
  margin: 8rem auto 0;
  max-width: 86rem;
  padding: 0 2rem;
}

@media only screen and (max-width: 1400px) {
  /* Wider than xxl-size */
}

@media only screen and (max-width: 1200px) {
  /* Wider than xl-size */

  .top-concept_img {
    width: 65%;
  }

  .top-concept_heading {
    margin: 0 0 3.5rem -1.3em;
  }

  .top-menu_item-1st::after {
    transform: translate(30%, -60%);
  }

  .top-menu_item-2nd::after {
    transform: translate(-38%, 10%);
  }
}

@media only screen and (max-width: 992px) {
  /* Wider than lg-size */

  .page-news .CMS-NEWS-ITEM {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  /* Wider than md-size */

  .header {
    background: none;
    height: 6rem;
    left: 0;
    position: absolute;
    top: 0;
  }

  .header_container {
    padding: 0;
  }

  .header_logo {
    left: 0;
    top: 0;
    width: 12rem;
  }

  .gnav {
    background: url(../img/texture1.jpg) repeat center center/100% auto;
    height: 100%;
    left: 0;
    opacity: 0;
    padding: 0 4%;
    position: fixed;
    top: 0;
    transition: all 0.3s ease-out;
    visibility: hidden;
    width: 100%;
    z-index: 80;
  }

  .gnav.open {
    opacity: 1;
    visibility: visible;
  }

  .gnav_menu {
    flex-direction: column;
    gap: 3rem;
    height: 100%;
    width: 100%;
  }

  .gnav_menu li {
    width: 100%;
  }

  .gnav_menu li a {
    font-size: 1.8rem;
    width: 100%;
  }

  .gnav_menu li:last-of-type i {
    font-size: 3rem;
  }

  .navbtn {
    background: var(--main);
    cursor: pointer;
    display: block;
    height: 6rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 6rem;
    z-index: 100;
  }

  .footer {
    padding: 4rem 0 6rem;
  }

  .footer_nav {
    flex-direction: column;
    gap: 2rem;
  }

  .footer_logo {
    margin: 3rem auto;
    width: 14rem;
  }

  .top-container {
    margin: 0 5%;
    padding: 0;
  }

  .preparation {
    font-size: 2.4rem;
  }

  .CMS-NEWS-INDEX {
    margin-bottom: 2rem;
  }

  .top .CMS-NEWS-ITEM {
    margin: 0 auto 5rem;
    max-width: 50rem;
    width: 100%;
  }

  .CMS-NEWS-CONTENT img {
    width: 100%;
  }

  .CMS-INSTAGRAM-LIST {
    gap: 1rem;
  }

  .fixed-btn {
    border: none;
    display: flex;
    justify-content: center;
    padding: 0.5rem;
    width: 100%;
  }

  .fixed-btn a {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  .fixed-btn img {
    margin: 0;
    width: 2.5rem;
  }

  .fixed-btn__wrapper {
    bottom: 0;
    flex-direction: row;
    gap: 0;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
  }

  .fixed-btn__inner {
    flex-direction: column;
  }

  .fixed-btn--1 span:first-of-type {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    writing-mode: horizontal-tb;
  }

  .fixed-btn--1 span:last-of-type {
    font-size: 2rem;
    letter-spacing: 0.05em;
    text-decoration: underline;
    writing-mode: horizontal-tb;
  }

  .fixed-btn--2 {
    border-left: 1px solid #fff;
  }

  .fixed-btn--2 span:first-of-type {
    letter-spacing: 0.2em;
    margin-bottom: 0.5rem;
    margin-left: 0;
    text-orientation: initial;
    writing-mode: horizontal-tb;
  }

  .fixed-btn--2 span:first-of-type::after {
    height: 1px;
    margin-left: 0.5rem;
    margin-top: 0;
    width: 5rem;
  }

  .fixed-btn--2 span:last-of-type {
    font-size: 1.7rem;
    letter-spacing: 0em;
    text-orientation: initial;
    writing-mode: horizontal-tb;
  }

  .top-kv {
    height: 38rem;
  }

  .top-yoyaku {
    padding: 6rem 0 2rem;
  }

  .top-yoyaku_txt {
    margin: 3rem auto 20vw;
    text-align: left;
  }

  .top-yoyaku_txt span {
    font-size: 1.4rem;
  }

  .top-yoyaku .reserve::after {
    transform: translate(-42%, -65%);
  }

  .top-news {
    padding: 6rem 0;
  }

  .top-news_body {
    margin: 3rem 0 0rem;
  }

  .top-concept {
    padding: 6rem 0;
  }

  .top-concept::after {
    height: 2rem;
  }

  .top-concept_wrap {
    flex-direction: column;
    gap: 4rem;
    margin-left: 0;
  }

  .top-concept_img {
    margin-top: 0;
    width: 100%;
  }

  .top-concept_body {
    width: 100%;
  }

  .top-concept_heading {
    font-size: 3.8rem;
    margin: 0 auto 3rem;
    width: -moz-max-content;
    width: max-content;
  }

  .top-concept_inner {
    flex-direction: column;
    gap: 2rem;
    justify-content: center;
  }

  .top-concept_ttl {
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
  }

  .top-concept_ttl span {
    font-size: 2.2rem;
    height: auto;
    padding: 0.5rem 1rem;
    width: -moz-max-content;
    width: max-content;
    writing-mode: horizontal-tb;
  }

  .top-concept_ttl {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    writing-mode: horizontal-tb;
  }

  .top-concept_txt {
    letter-spacing: 0.1em;
    line-height: 1.8;
    writing-mode: horizontal-tb;
  }

  .top-concept .more {
    margin: 4rem auto 0;
  }

  .top-menu {
    padding: 6rem 0;
  }

  .top-menu_item-1st {
    margin: 5rem 0;
    padding: 0;
  }

  .top-menu_item-1st::before {
    content: none;
  }

  .top-menu_item-1st::after {
    transform: translate(20%, -80%);
    width: min(38%, 20rem);
  }

  .top-menu_item-2nd {
    margin: 15vw 0 0;
    padding: 0;
  }

  .top-menu_item-2nd::before {
    content: none;
  }

  .top-menu_item-2nd::after {
    content: none;
  }

  .top-menu_wrap {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    padding: 3rem 0 6rem;
    z-index: 0;
  }

  .top-menu_wrap::after {
    background: var(--sub);
    content: "";
    display: block;
    height: 100%;
    left: -5%;
    position: absolute;
    top: 0;
    width: 110%;
    z-index: -5;
  }

  .top-menu_item-2nd .top-menu_wrap {
    justify-content: center;
    padding-right: 0;
  }

  .top-menu_head {
    padding-left: 0;
    width: 100%;
  }

  .top-menu_item-2nd .top-menu_head {
    width: 100%;
  }

  .top-menu_body {
    width: 100%;
  }

  .top-menu_item-2nd .top-menu_body {
    margin-top: 0;
    width: 100%;
  }

  .top-menu_img1 img:first-child {
    width: 90%;
  }

  .top-menu_img1 img:last-child {
    bottom: 0;
    top: auto;
    transform: translate(15%, 30%);
    width: 50%;
  }

  .top-menu_img1 {
    margin: -3rem auto 0;
    width: 100%;
    z-index: 5;
  }

  .top-menu_img2 {
    margin: -8rem auto 0;
    max-width: 50rem;
    width: 100%;
    z-index: 5;
  }

  .top-menu_ttl {
    font-size: 2.2rem;
    margin: 3rem 0 1rem;
  }

  .top-menu_txt {
    line-height: 1.8;
    margin-bottom: 3rem;
  }

  .top-menu .more {
    margin-left: auto;
  }

  .top-gallery {
    padding: 6rem 0;
  }

  .top-gallery .loopslider {
    height: 13.8rem;
  }

  .top-gallery .loopslider .swiper-slide {
    padding: 0 0.5rem;
    width: 18rem;
  }

  .top-gallery .loopslider-1 {
    margin: 3rem 0 1rem;
  }

  .top-gallery .loopslider-2 {
    margin-bottom: 4rem;
  }

  .top-access {
    padding: 6rem 0 0;
  }

  .top-access_wrap {
    flex-direction: column;
    gap: 4rem;
    justify-content: center;
    margin: 3rem 0 4rem;
  }

  .top-access_img {
    width: 100%;
  }

  .top-access_body {
    margin: 0 auto;
    max-width: 50rem;
    width: 100%;
  }

  .top-access_list dt {
    border-bottom: none;
    font-weight: 700;
    padding: 1.2rem 0 0;
    position: relative;
    width: 100%;
  }

  .top-access_list dt:before {
    content: "◆";
    margin-right: 0.5em;
  }

  .top-access_list dd {
    padding: 0 0 1.2rem 0;
    width: 100%;
  }

  .top-access .more {
    margin: 3rem auto 0;
  }

  .top-access_map {
    margin-top: 5rem;
  }

  .top-access_map iframe {
    height: 25rem;
  }

  .top-insta {
    background-position: top 2rem right, center top;
    padding: 6rem 0;
  }

  .top-insta_wrap {
    margin: 4rem auto 0;
    padding: 0 5%;
  }
}

@media only screen and (max-width: 575px) {
  /* Wider than sm-size */

  .page-news .CMS-NEWS-ITEM {
    width: 100%;
  }

  .page-news .CMS-NEWS-ITEM:last-of-type {
    margin-bottom: 5rem;
  }
}