@charset "UTF-8";

/*  ----------------------------------------------------------
header
----------------------------------------------------------  */

.header {
  align-items: center;
  display: flex;
}

body.top .header {
  flex-direction: column;
  gap: 6rem;
  height: 47vw;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 34rem;
  z-index: 10;
}

body[class*=page] .header {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  height: 9rem;
  justify-content: space-between;
  padding: 0 5%;
  width: 100%;
}

body.top .header_logo {
  height: auto;
  width: 7rem;
}

body[class*=page] .header_logo {
  height: auto;
  width: 10rem;
}

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

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

body.top .gnav_menu {
  flex-direction: column;
  gap: 2rem;
}

.gnav_menu li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.gnav_menu li:last-of-type a {
  display: block;
  width: 2.5rem;
}

.top .gnav_menu li:last-of-type a {
  width: 3rem;
}

/*  ----------------------------------------------------------
hamburger
----------------------------------------------------------  */

.gnav-sp {
  -webkit-overflow-scrolling: touch;
  background: url(../img/texture2.jpg) repeat center center/100% auto;
  bottom: 0;
  display: block;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -9999;
}

.gnav-sp nav {
  width: 100%;
}

.gnav-sp .wrap {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}

.gnav-sp-menu li {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2rem;
  text-align: center;
}

.gnav-sp-menu li a {
  color: #fff;
  display: block;
  padding: 1.2rem 0;
  white-space: nowrap;
}

.gnav-sp-menu li:last-of-type a img {
  margin: 0 auto;
  width: 3rem;
}

/* toggle */

.toggle-btn {
  background: var(--org);
  cursor: pointer;
  display: block;
  height: 6rem;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.5s;
  width: 6rem;
  z-index: 100000;
}

.toggle-btn span {
  background-color: #fff;
  display: block;
  height: 0.2rem;
  left: 2rem;
  position: absolute;
  transition: all 0.4s;
  width: 2rem;
}

.toggle-btn span:nth-child(1) {
  top: 1.9rem;
}

.toggle-btn span:nth-child(2) {
  top: 2.7rem;
}

.toggle-btn span:nth-child(3) {
  top: 3.5rem;
}

/* open */

.open .gnav-sp {
  display: block;
  opacity: 1;
  top: 0;
  z-index: 99999;
}

.open .toggle-btn span:nth-child(1) {
  transform: translateY(0.8rem) rotate(-45deg);
}

.open .toggle-btn span:nth-child(2) {
  opacity: 0;
}

.open .toggle-btn span:nth-child(3) {
  transform: translateY(-0.8rem) rotate(45deg);
}

/* mask */

#mask {
  display: none;
  transition: all 0.5s;
}

.open #mask {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

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

.footer {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 4rem 0 2rem;
}

.top .footer {
  background-image: url(../img/texture1.jpg);
}

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

.footer_nav li {
  border-right: 1px solid #fff;
}

.top .footer_nav li {
  border-color: var(--brw);
}

.footer_nav li:nth-of-type(n+7) {
  border-right: none;
}

.footer_nav li a {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 0 2rem;
  text-align: center;
  width: 100%;
}

.top .footer_nav li a {
  color: var(--brw);
}

.footer_nav li:last-of-type a img {
  display: block;
  width: 2.4rem;
}

.footer_logo {
  height: auto;
  margin: 6.5rem auto 5.5rem;
  width: 15.9rem;
}

.footer_copyright {
  color: #fff;
  display: block;
  font-size: 1.3rem;
  text-align: center;
}

.top .footer_copyright {
  color: var(--brw);
}

main {
  overflow: hidden;
}

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

.top-wrap {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.top-wrap.ycenter {
  align-items: center;
}

.top-wrap.xcenter {
  justify-content: center;
}

.top-wrap.rev {
  flex-direction: row-reverse;
}

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

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

.more {
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
}

.more a {
  background: url(../img/more_deco.png) no-repeat center center/98% auto;
  color: #fff;
  display: block;
  font-weight: 900;
  height: 4.5rem;
  letter-spacing: 0.34em;
  line-height: 4.5rem;
  text-align: center;
  width: 21rem;
}

.more-blu a {
  background-color: var(--blu);
}

.more-org a {
  background-color: var(--org);
}

.more-grn a {
  background-color: var(--grn);
}

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

.top-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top-heading_deco {
  aspect-ratio: 332/325;
  mix-blend-mode: multiply;
  width: 17rem;
}

.top-sister .top-heading_deco {
  filter: brightness(0.5);
}

.top-heading_txt {
  color: var(--brw);
  font-family: var(--ttl);
  font-size: 3.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: -11rem;
  padding-bottom: 5rem;
  position: relative;
  text-align: center;
  white-space: nowrap;
}

.top-heading_txt-wh {
  color: #fff;
}

.top-heading_txt span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  margin-top: 0.3rem;
}

/*  ----------------------------------------------------------
loop slider 
----------------------------------------------------------  */

#loopslider {
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

#loopslider ul {
  display: inline-block;
  height: 200px;
  margin: 0 !important;
  overflow: hidden;
  padding: 0 !important;
}

#loopslider ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

#loopslider ul li {
  display: inline;
  float: left;
  height: 200px;
  overflow: hidden;
  width: 290px;
}

#loopslider ul img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  padding: 0 5px;
  width: 100%;
}

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

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

.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(0, 0, 0, 0.5);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}

.page-news .CMS-NEWS-TIME {
  letter-spacing: 0.1em;
}

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

.CMS-NEWS-MORE-READ {
  background: var(--org);
  border: 2px solid var(--org);
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  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(--org);
  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: 1rem 1.5rem;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
}

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

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

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

.fixed-btn {
  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: 99;
}

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

.fixed-btn--1 {
  background: var(--org);
}

.fixed-btn--1 span:first-of-type {
  font-weight: 700;
  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.11em;
  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 {
  background: var(--grn);
}

.fixed-btn--2 span:first-of-type {
  align-items: center;
  display: flex;
  font-size: 1.3rem;
  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.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

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

.top-kv {
  background: url(../img/texture2.jpg) repeat center/100% auto;
  height: 47vw;
  position: relative;
}

#main {
  background: #000;
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
  width: calc(100% - 34rem);
}

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

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

.top-news_body {
  margin: 3rem auto 0rem;
  max-width: 101rem;
}

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

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

.top-concept::after {
  aspect-ratio: 1173/1191;
  background: url(../img/concept_img2.png) no-repeat center center/contain;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  transform: translate(-10%, 30%);
  width: min(41%, 59rem);
}

.top-concept_wrap {
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  position: relative;
}

.top-concept_wrap::before {
  aspect-ratio: 974/953;
  background: url(../img/concept_deco.png) no-repeat center center/contain;
  content: "";
  display: block;
  mix-blend-mode: multiply;
  position: absolute;
  right: 0;
  right: -8%;
  top: 0;
  top: -10%;
  width: min(45%, 49rem);
}

.top-concept_body {
  position: relative;
  width: 33%;
}

.top-concept_ttl {
  color: #fff;
  font-family: var(--ttl);
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.72;
  margin: 0 auto;
  position: relative;
  writing-mode: vertical-rl;
  z-index: 5;
}

.top-concept_txt {
  letter-spacing: 0.2em;
  line-height: 2.44;
}

.top-concept_fig {
  width: 65.5%;
}

.top-concept_img {
  margin-bottom: 2.5rem;
}

.top-concept .more {
  margin-left: 0;
  margin-top: 6rem;
}

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

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

.top-menu_wraps {
  margin-top: 4rem;
}

.top-menu_wrap {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}

.top-menu_wrap:nth-of-type(2) {
  flex-direction: row-reverse;
  margin: 13rem 0 12.5rem;
}

.top-menu_body {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  width: 38%;
}

.top-menu_wrap:nth-of-type(1) .top-menu_body::after {
  aspect-ratio: 730/430;
  background: url(../img/menu_deco11.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 43rem;
  width: 90%;
}

.top-menu_wrap:nth-of-type(2) .top-menu_body::after {
  aspect-ratio: 1031/528;
  background: url(../img/menu_deco2.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: 42rem;
  width: 110%;
  z-index: 0;
}

.top-menu_img {
  margin-top: 1rem;
  width: 58%;
}

.top-menu_heading {
  margin-left: 3.5rem;
  width: 6.4rem;
}

.top-menu_ttl {
  font-size: 2.6rem;
  letter-spacing: 0.13em;
  line-height: 1.85;
  margin-left: 2rem;
  writing-mode: vertical-rl;
}

.top-menu_txt {
  height: 42rem;
  letter-spacing: 0.2em;
  line-height: 2.31;
  overflow-wrap: break-word;
  position: relative;
  writing-mode: vertical-rl;
  z-index: 5;
}

.top-menu .more {
  margin-top: 11rem;
}

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

.top-gallery {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 6rem 0 12rem;
  position: relative;
}

.top-gallery::after {
  aspect-ratio: 884/781;
  background: url(../img/menu_deco3.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 10%;
  position: absolute;
  top: 0;
  transform: translateY(-58%);
  width: 30%;
}

.top-gallery #loopslider {
  margin: 3.5rem 0 9.5rem;
}

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

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

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

.top-access_img {
  width: 50%;
}

.top-access_body {
  width: 46%;
}

.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);
  padding: 2.5rem 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 {
  width: 70%;
}

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

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

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

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

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

.top-insta {
  background: url(../img/texture3.jpg) repeat center top/100% auto;
  padding: 9rem 0 23rem;
}

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

/*=============== top-sister ===========*/

.top-sister {
  background: url(../img/sister_bg.jpg) no-repeat center center/cover;
  padding: 6rem 0 12rem;
  position: relative;
}

.top-sister_txt {
  color: #fff;
  margin: 1rem auto 5rem;
  text-align: center;
}

.top-sister_txt span {
  display: inline-block;
}

/*=============== page-menu_list ===========*/

.page-menu_list {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-around;
  row-gap: 3rem;
}

.page-menu_list li {
  width: 48%;
}

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

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

  body.top .header_logo {
    width: 11rem;
  }
}

@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 */

  body.top .header {
    height: 6rem;
    padding: 0;
    width: 100%;
  }

  body[class*=page] .header {
    background: none;
    height: 6rem;
    padding: 0;
    position: absolute;
    z-index: 5;
  }

  body.top .header_logo {
    left: 0;
    position: absolute;
    top: 0;
    width: 10rem;
  }

  body.top .header_logo a {
    background: var(--brw);
    display: block;
    padding: 1rem;
  }

  body[class*=page] .header_logo {
    left: 0;
    position: absolute;
    top: 0;
    width: 10rem;
  }

  body[class*=page] .header_logo a {
    background: var(--brw);
    display: block;
    padding: 1rem;
  }

  .gnav {
    display: none;
  }

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

  .footer_nav {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 1rem;
    padding-right: 0;
  }

  .footer_nav li {
    border-right: none;
    width: 100%;
  }

  .footer_nav li:last-of-type a img {
    margin: 0 auto;
  }

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

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

  .top-wrap {
    flex-direction: column;
  }

  .top-wrap.rev {
    flex-direction: column;
  }

  .top-wrap.mdrev {
    flex-direction: column-reverse;
  }

  .preparation {
    font-size: 2.4rem;
  }

  .top-heading_deco {
    width: 12.8rem;
  }

  .top-heading_txt {
    font-size: 2.8rem;
    margin-top: -8.3rem;
    padding-bottom: 3.2rem;
  }

  .top-heading_txt span {
    font-size: 1.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%;
  }

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

  .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 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: 32rem;
  }

  #main {
    height: 100%;
    margin-left: 0;
    width: 100%;
  }

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

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

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

  .top-concept::after {
    transform: translate(-5%, 50%);
    width: min(43%, 22rem);
  }

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

  .top-concept_wrap::before {
    left: 5%;
    right: auto;
    top: -5rem;
  }

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

  .top-concept_ttl {
    font-size: 2.4rem;
    line-height: 1.5;
    writing-mode: horizontal-tb;
  }

  .top-concept_txt {
    border-right: none;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

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

  .top-concept .more {
    margin-left: auto;
    margin-top: 3rem;
  }

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

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

  .top-menu_wrap:nth-of-type(2) {
    flex-direction: column;
    gap: 2rem;
    margin: 6rem 0;
  }

  .top-menu_body {
    display: grid;
    gap: 1rem 3rem;
    grid-template-columns: 5rem 1fr;
    grid-template-rows: auto auto auto;
    width: 100%;
  }

  .top-menu_wrap:nth-of-type(1) .top-menu_body::after {
    grid-column: 1/3;
    grid-row: 3/4;
    margin: 0 0 0 auto;
    position: static;
    width: min(60%, 30rem);
  }

  .top-menu_wrap:nth-of-type(2) .top-menu_body::after {
    grid-column: 1/3;
    grid-row: 3/4;
    margin: 0 auto;
    position: static;
    width: min(90%, 60rem);
  }

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

  .top-menu_heading {
    grid-column: 1/2;
    grid-row: 1/3;
    margin-left: 0;
  }

  .top-menu_ttl {
    font-size: 2.2rem;
    grid-column: 2/3;
    grid-row: 1/2;
    line-height: 1.5;
    margin-left: 0;
    writing-mode: horizontal-tb;
  }

  .top-menu_txt {
    grid-column: 2/3;
    grid-row: 2/3;
    height: auto;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 0;
    writing-mode: horizontal-tb;
  }

  .top-menu .more {
    margin-top: 4rem;
  }

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

  .top-gallery::after {
    left: 0;
    transform: translate(5%, -40%);
    width: min(43%, 22rem);
  }

  .top-gallery #loopslider {
    margin: 2rem 0 5rem;
  }

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

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

  .top-access_img {
    margin: 0 auto;
    max-width: 50rem;
    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 {
    padding: 6rem 0;
  }

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

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

  .page-menu_list {
    flex-direction: column;
  }

  .page-menu_list li {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #loopslider {
    height: 129px;
    margin: 0 auto;
  }

  #loopslider ul {
    height: 129px;
  }

  #loopslider ul li {
    height: 129px;
    width: 190px;
  }
}

@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;
  }
}