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

.header {
  background: url(../img/texture1.jpg) repeat center top/100% auto;
  height: 8rem;
  width: 100%;
}

.header_container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: space-between;
  padding: 0 5rem;
}

.header_logo {
  height: auto;
  width: 16rem;
}

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

.gnav {
  position: relative;
}

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

.gnav_menu li a {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  padding: 0.5rem;
  position: relative;
  text-align: center;
}

.gnav_menu li a::after {
  background: var(--main);
  bottom: -0.5rem;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: all 0.3s ease-in;
  visibility: hidden;
  width: 80%;
}

.gnav_menu li a:hover {
  color: var(--main);
  opacity: 1;
}

.gnav_menu li a:hover::after {
  bottom: 0;
  visibility: visible;
}

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

/*=============== 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: #000;
  padding: 2rem 0 2rem;
}

.footer_wrap {
  align-items: flex-start;
  display: flex;
  gap: 14rem;
  justify-content: center;
}

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

.footer_nav li a {
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  width: 100%;
}

.footer_nav li:last-of-type a {
  font-size: 2.5rem;
}

.footer_logo {
  margin: 5.5rem auto 4rem;
  width: 22rem;
}

.footer_book {
  margin: 0 auto 3.5rem;
  width: -moz-max-content;
  width: max-content;
}

.footer_txt {
  background: rgba(255, 255, 255, 0.3);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 1rem;
  padding: 0 2em;
  width: -moz-max-content;
  width: max-content;
}

.footer_tel {
  background: url(../img/icn-tel.png) no-repeat left bottom 0.3rem/1em auto;
  font-size: 2.4rem;
  line-height: 1;
  padding-left: 1.5em;
}

.footer_copyright {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: center;
}

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

main {
  overflow: hidden;
}

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

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

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

.more {
  aspect-ratio: 36/8;
  margin-inline: auto;
  width: 36rem;
}

.more a {
  background: url(../img/more_bg.jpg) no-repeat center center/contain;
  display: block;
  font-size: 2rem;
  height: 100%;
  line-height: 8rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.more a::after {
  aspect-ratio: 16/20;
  background: url(../img/more_arw.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 11%;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
}

.more-sister a {
  background-image: url(../img/more_sister.jpg);
}

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

.top-heading {
  margin-inline: auto;
}

.top-heading-news {
  width: clamp(17.3rem, 7.04vw + 14.66rem, 24.8rem);
}

.top-heading-gallery {
  width: clamp(21.4rem, 8.54vw + 18.2rem, 30.5rem);
}

.top-heading-access {
  width: clamp(17.3rem, 6.95vw + 14.69rem, 24.7rem);
}

/*  ----------------------------------------------------------
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: 30%;
}

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

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

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

.CMS-NEWS-THUMBNAIL {
  -o-object-fit: cover;
  aspect-ratio: 330/230;
  margin-bottom: 2rem;
  object-fit: cover;
  width: 100%;
}

.CMS-NEWS-TIME {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 0.5rem;
}

.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(--main);
  border: 2px solid var(--main);
  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(255, 255, 255, 0.5);
  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: #fff;
}

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

/*  ----------------------------------------------------------
loopslider
----------------------------------------------------------  */

.loopslider {
  height: 22.6rem;
}

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

.loopslider .swiper-slide {
  height: 100%;
  padding: 0 0.5rem;
  width: 31.8rem;
}

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

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

.CMS-INSTAGRAM-LIST {
  display: grid;
  gap: 5rem 3.6%;
  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: url(../img/fixedbtn-pc.jpg) no-repeat center center/cover;
  box-shadow: 0 0 18px 8px rgba(0, 0, 0, 0.16);
  height: 24rem;
  width: 7rem;
}

.fixed-btn a {
  align-items: center;
  display: flex;
  flex-direction: row-reverse;
  gap: 0.5rem;
  height: 100%;
  justify-content: center;
  width: 100%;
}

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

.fixed-btn span {
  line-height: 1;
  writing-mode: vertical-rl;
}

.fixed-btn-tel span:nth-of-type(1) {
  font-size: 1.8rem;
  letter-spacing: 0.075em;
}

.fixed-btn-tel span:nth-of-type(2) {
  font-size: 2.5rem;
  letter-spacing: 0.1em;
}

.fixed-btn-line span {
  font-size: 1.8rem;
  letter-spacing: 0.075em;
  text-orientation: upright;
}

/*  ----------------------------------------------------------
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%;
}

.band {
  background: url(../img/band.jpg) repeat-x center top/cover;
  height: clamp(1.5rem, 0.47vw + 1.32rem, 2rem);
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 5;
}

.band::after {
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.45);
  content: "";
  display: block;
  inset: 0;
  mix-blend-mode: multiply;
  position: absolute;
}

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

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

.top-news_body {
  margin: 4rem auto 5rem;
}

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

.top-concept {
  background-image: url(../img/concept_deco.png), url(../img/concept_bg.jpg);
  background-position: left top 2rem, center center;
  background-repeat: no-repeat, no-repeat;
  background-size: 25% auto, cover;
  padding: 12rem 0;
  position: relative;
}

.top-concept_wrap1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.top-concept_wrap2 {
  display: flex;
  justify-content: space-between;
}

.top-concept_body {
  width: 75.5%;
}

.top-concept_title {
  font-size: clamp(2.2rem, 2.44vw + 1.28rem, 4.8rem);
  font-weight: 400;
  height: 100%;
  letter-spacing: 0.2em;
  line-height: 1.5;
  margin: 0 auto;
  padding-top: 2em;
  text-indent: -1em;
  white-space: nowrap;
  writing-mode: vertical-rl;
}

.top-concept_title span {
  color: var(--main);
  font-size: 1.25em;
}

.top-concept_img1 {
  box-shadow: 0px 0px 27px 0px rgba(4, 0, 0, 0.65);
  margin-bottom: 6rem;
  width: 76%;
}

.top-concept_inner {
  margin-top: -1rem;
  width: 56%;
}

.top-concept_img2 {
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.65);
  height: -moz-max-content;
  height: max-content;
  width: 33.5%;
}

.top-concept_text {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  line-height: 2;
}

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

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

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

.top-menu::after {
  aspect-ratio: 1062/1096;
  background: url(../img/menu_deco.png) no-repeat right center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 23%;
  width: 37%;
}

.top-menu_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 14rem;
  margin-left: -14rem;
  position: relative;
  z-index: 5;
}

.top-menu_right {
  padding-right: 3rem;
  width: -moz-max-content;
  width: max-content;
}

.top-menu_left {
  width: 74.5%;
}

.top-menu_heading {
  width: 12rem;
}

.top-menu_fig {
  margin: 10rem 0 2rem;
  position: relative;
  width: 100%;
}

.top-menu_fig img:first-of-type {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(35%, -12%);
  width: 8.5rem;
}

.top-menu_inner {
  padding-left: 14rem;
  padding-right: 6rem;
}

.top-menu_catch {
  font-size: clamp(2.2rem, 2.44vw + 1.28rem, 4.8rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.67;
  margin-bottom: 2rem;
}

.top-menu_catch span {
  color: var(--main);
  font-size: 1.25em;
}

.top-menu_cards {
  display: flex;
  justify-content: space-between;
  margin: 0 -6rem 11rem;
  position: relative;
  z-index: 0;
}

.top-menu_cards li {
  width: 46%;
}

.top-menu_cards .top-menu_catch {
  font-size: clamp(2.2rem, 1.97vw + 1.46rem, 4.3rem);
  margin-bottom: 1rem;
}

.top-menu_img {
  margin-bottom: 2rem;
  position: relative;
}

.top-menu_img img:first-of-type {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transform: translate(-18%, -20%);
  width: 6.2rem;
}

.top-menu .more {
  position: relative;
  z-index: 5;
}

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

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

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

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

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

.top-access .top-heading {
  margin-bottom: 5.5rem;
}

.top-access_wrap {
  display: flex;
  justify-content: space-between;
}

.top-access_img {
  width: 42.3%;
}

.top-access_body {
  width: 51.5%;
}

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

.top-access_list dt {
  align-items: center;
  background-color: rgba(137, 137, 137, 0.3);
  border-bottom: 1px solid #fff;
  display: flex;
  justify-content: center;
  padding: 2rem 0 2rem;
  text-align: center;
  width: 25%;
}

.top-access_list dd {
  border-bottom: 1px solid #fff;
  padding: 2rem 1rem 2rem 2rem;
  width: 75%;
}

.top-access_list dt:first-of-type {
  border-top: 1px solid #fff;
}

.top-access_list dd:first-of-type {
  border-top: 1px solid #fff;
}

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

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

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

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

.top-insta {
  background: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 10rem 0 9.5rem;
}

.top-insta_wrap {
  margin: 0 auto;
}

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

.top-sister {
  background: url(../img/sister_bg.jpg) no-repeat center/cover;
  font-family: var(--noto);
  padding: 6.5rem 0 7rem;
}

.top-sister_heading {
  font-size: clamp(3.5rem, 1.41vw + 2.97rem, 5rem);
  font-weight: normal;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 auto;
  margin-bottom: 4rem;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}

.top-sister_heading span {
  border-bottom: 1px solid #fff;
  display: block;
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  padding-bottom: 1.5rem;
}

.top-sister_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7rem;
}

.top-sister_inner:nth-of-type(1) {
  width: 40%;
}

.top-sister_inner:nth-of-type(2) {
  width: 51.5%;
}

.top-sister_ttl {
  color: var(--sub);
  font-size: clamp(2.8rem, 0.47vw + 2.62rem, 3.3rem);
  font-weight: 700;
  margin-bottom: 1.5rem;
  text-align: center;
}

.top-sister_txt {
  font-size: 1.7rem;
  line-height: 1.94;
  margin-bottom: 3rem;
  text-align: center;
}

.top-sister_box {
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  padding: 3rem 0;
  text-align: center;
}

.top-sister_tel {
  font-size: 3.7rem;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.top-sister_insta i {
  font-size: 4.8rem;
}

.top-sister_list dt,
.top-sister_list dd {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

.top-sister_list dt {
  background-color: rgba(207, 99, 22, 0.6);
}

/*=============== page-sister ===========*/

.page-sister .header {
  background: url(../img/texture4.jpg) repeat center top/100% auto;
  color: #000;
}

.p-sister {
  color: #000;
  font-family: var(--noto);
  margin-bottom: 10rem;
}

.p-sister .ttl {
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);
  font-size: clamp(2.4rem, 0.56vw + 2.19rem, 3rem);
  font-weight: 700;
}

.p-sister .ttl:after {
  border-bottom-color: var(--sub);
}

.p-sister_list {
  margin: 5rem auto;
  width: min(90rem, 100%);
}

.p-sister_list dt {
  background-color: rgb(255, 145, 66);
  color: #fff;
}

.p-sister_list dd {
  border-bottom: 1px solid var(--sub);
}

.p-sister_list dt:first-of-type {
  border-top: 1px solid var(--sub);
}

.p-sister_list dd:first-of-type {
  border-top: 1px solid var(--sub);
}

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

  .top-menu_wrap {
    margin-left: calc(50% - 50vw);
  }

  .top-menu_inner {
    padding-left: calc(50vw - 58.8235294118%);
  }
}

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

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

  .top-menu_inner {
    padding-left: 4rem;
  }

  .top-menu_cards {
    margin: 0 0 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 */

  .header {
    height: 6rem;
  }

  .header_container {
    padding: 0 5%;
  }

  .header_logo {
    width: 14rem;
  }

  .gnav {
    background: url(../img/texture2.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: 2rem;
    height: 100%;
    width: 100%;
  }

  .gnav_menu li {
    width: 100%;
  }

  .gnav_menu li a::after {
    content: none;
  }

  .gnav_menu li a:hover {
    opacity: 0.6;
  }

  .gnav_menu li a {
    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_wrap {
    align-items: center;
    flex-direction: column-reverse;
    gap: 3rem;
  }

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

  .footer_nav li:last-of-type a {
    font-size: 3rem;
  }

  .footer_logo {
    margin-bottom: 3rem;
    width: 18rem;
  }

  .top-container {
    padding: 0;
    width: 90%;
  }

  .preparation {
    font-size: 2.4rem;
  }

  .more {
    width: 28rem;
  }

  .more a {
    font-size: 1.8rem;
    line-height: 6.2rem;
  }

  .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%;
  }

  .loopslider {
    height: 15.8rem;
  }

  .loopslider .swiper-slide {
    width: 22.3rem;
  }

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

  .fixed-btn {
    background-image: url(../img/fixedbtn-sp.jpg);
    height: 5.8rem;
    width: 50%;
  }

  .fixed-btn a {
    display: flex;
    flex-direction: column;
  }

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

  .fixed-btn span {
    writing-mode: horizontal-tb;
  }

  .fixed-btn-tel span:nth-of-type(1) {
    font-size: 1.6rem;
  }

  .fixed-btn-tel span:nth-of-type(2) {
    font-size: 2rem;
    text-decoration: underline;
  }

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

  .top-kv {
    height: 34rem;
  }

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

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

  .top-concept {
    background-size: 40% auto, cover;
    padding: 6rem 0;
  }

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

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

  .top-concept_body {
    width: 100%;
  }

  .top-concept_title span {
    font-weight: 700;
  }

  .top-concept_title {
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    padding-top: 0;
    text-indent: initial;
    writing-mode: horizontal-tb;
  }

  .top-concept_img1 {
    margin: 0 auto 3rem;
    width: min(50rem, 100%);
  }

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

  .top-concept_img2 {
    margin-inline: auto;
    width: min(50rem, 100%);
  }

  .top-concept_text {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

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

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

  .top-menu::after {
    bottom: 0;
    top: auto;
    width: 20rem;
  }

  .top-menu_wrap {
    flex-direction: column;
    margin-bottom: 7rem;
    margin-left: 0;
  }

  .top-menu_right {
    margin: 0 auto 3rem;
    padding-right: 0;
  }

  .top-menu_left {
    width: 100%;
  }

  .top-menu_heading {
    width: clamp(17rem, 6.57vw + 14.54rem, 24rem);
  }

  .top-menu_fig {
    margin: 0 auto;
    width: min(50rem, 100%);
  }

  .top-menu_fig img:first-of-type {
    left: 0;
    right: auto;
    transform: translate(0, -12%);
    width: 5.5rem;
  }

  .top-menu_fig {
    margin-bottom: 2rem;
    margin-top: 0;
    padding-left: 1.5rem;
  }

  .top-menu_inner {
    padding: 0;
  }

  .top-menu_catch {
    margin-bottom: 1rem;
  }

  .top-menu_catch span {
    font-weight: 700;
  }

  .top-menu_cards {
    flex-direction: column;
    gap: 7rem;
    margin-bottom: 4rem;
  }

  .top-menu_cards li {
    width: 100%;
  }

  .top-menu_img {
    margin: 0 auto;
    margin-bottom: 2rem;
    max-width: 50rem;
    padding-left: 1.5rem;
  }

  .top-menu_img img:first-of-type {
    transform: translate(0, -12%);
    width: 5.5rem;
  }

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

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

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

  .top-access .top-heading {
    margin-bottom: 4rem;
  }

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

  .top-access_img {
    margin-inline: auto;
    width: min(50rem, 100%);
  }

  .top-access_body {
    margin-bottom: 4rem;
    width: 100%;
  }

  .top-access_list {
    flex-wrap: wrap;
    margin-bottom: 4rem;
    margin-inline: auto;
    width: min(50rem, 100%);
  }

  .top-access_list dt {
    width: 30%;
  }

  .top-access_list dd {
    width: 70%;
  }

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

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

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

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

  .top-insta {
    padding: 4rem 0;
  }

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

  .top-sister_wrap {
    flex-direction: column;
    gap: 9rem;
    margin-bottom: 3rem;
  }

  .top-sister_inner:nth-of-type(1) {
    width: 100%;
  }

  .top-sister_inner:nth-of-type(2) {
    width: 100%;
  }

  .top-sister_txt {
    letter-spacing: 0.05em;
    text-align: center;
  }

  .top-sister_box {
    border-width: 1px;
    margin: 0 auto;
    padding: 1.5rem 0;
    width: min(40rem, 100%);
  }

  .top-sister_insta i {
    font-size: 3.8rem;
  }

  .page-sister .header {
    color: #fff;
  }
}

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