@charset "UTF-8";

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

.header {
  background: var(--sub);
  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: 19rem;
}

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

.gnav {
  position: relative;
}

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

.gnav_menu li a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  padding: 0.5rem;
}

.gnav_menu li:last-of-type img {
  display: block;
  width: 2rem;
}

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

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

.footer_nav li a {
  color: #fff;
  display: block;
  letter-spacing: 0.2em;
  width: 100%;
}

.footer_nav li:last-of-type img {
  vertical-align: middle;
  width: 2rem;
}

.footer_logo {
  height: auto;
  margin: 8.5rem auto;
  width: 14rem;
}

.footer_copyright {
  color: #fff;
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  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.6rem;
  margin-inline: auto;
  width: 22rem;
}

.more a {
  background: url(../img/more_brw.png) no-repeat center center/contain;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  height: 100%;
  line-height: 5.6rem;
  text-align: center;
  width: 100%;
}

.more-org a {
  background-image: url(../img/more_org.png);
}

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

.top-heading {
  margin-inline: auto;
  width: 19.1rem;
}

.top-gallery .top-heading {
  width: 19.9rem;
}

.top-insta .top-heading {
  width: 27.5rem;
}

.top-ttl {
  font-size: clamp(2rem, 0.19vw + 1.93rem, 2.2rem);
  font-weight: 900;
  letter-spacing: 0.225em;
  line-height: 1.64;
}

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

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

.CMS-NEWS-LINK {
  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: 29/28;
  object-fit: cover;
  width: 100%;
}

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

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

.fixed-btn {
  background: var(--red);
  border: 3px solid #000;
  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;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.fixed-btn--1 span:last-of-type {
  display: block;
  display: flex;
  font-size: 2.4rem;
  font-weight: 700;
  gap: 0.6rem;
  letter-spacing: 0.1em;
  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: 400;
  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-fv::before {
  background-image: linear-gradient(0deg, transparent, rgb(0, 0, 0) 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 13rem;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

.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: 2.5rem;
  display: block;
  left: auto;
  right: 10%;
  width: -moz-max-content;
  width: max-content;
}

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

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

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

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

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

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

.top-concept {
  background: url(../img/concept_bg.jpg) no-repeat center top/cover;
  padding: 19rem 0 19rem;
  position: relative;
}

.top-concept::after {
  aspect-ratio: 1192/780;
  background: url(../img/concept_deco3.png) no-repeat center center/contain;
  bottom: 0;
  content: "";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 0;
  width: 60rem;
}

.top-concept .top-container {
  position: relative;
}

.top-concept .top-container::before {
  aspect-ratio: 1090/1149;
  background: url(../img/concept_deco2.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translate(-26%, -44%);
  width: 54.5rem;
  z-index: 5;
}

.top-concept_box {
  background-blend-mode: multiply;
  background-image: url(../img/concept_deco1.png), url(../img/concept_box.jpg);
  background-position: center center, center top;
  background-repeat: no-repeat, repeat;
  background-size: auto 90%, 100% auto;
  margin-inline: auto;
  padding: 1.8rem;
  position: relative;
  width: min(88rem, 100%);
  z-index: 0;
}

.top-concept_inner {
  -o-border-image: url(../img/concept_line.png) 8/4px/0 round;
  border: 1px solid transparent;
  border-image: url(../img/concept_line.png) 8/4px/0 round;
  padding: 4rem 3rem 5rem;
}

.top-concept .top-ttl {
  margin: 1.5rem 0;
  text-align: center;
}

.top-concept_txt {
  letter-spacing: 0.16em;
  line-height: 2.1;
  margin-bottom: 3rem;
  text-align: center;
}

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

.top-menu {
  background-blend-mode: multiply;
  background-image: url(../img/menu_deco1.png), url(../img/menu_deco2.png), url(../img/menu_deco3.png), url(../img/menu_deco2.png), url(../img/texture1.jpg);
  background-position: left top, right top, right top 20rem, left 5rem bottom 14rem, center top;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-size: 43% auto, 36% auto, 38% auto, 33% auto, 100% auto;
  padding: 15rem 0 12.5rem;
}

.top-menu_list {
  margin: 10rem 0 18rem;
}

.top-menu_item {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 0;
}

.top-menu_item:nth-child(2) {
  margin-top: 15rem;
}

.top-menu_img {
  position: relative;
  width: 62rem;
}

.top-menu_item:nth-child(1) .top-menu_img {
  margin: 0 0 0 auto;
  z-index: 5;
}

.top-menu_item:nth-child(2) .top-menu_img {
  margin: 0 auto 0 0;
}

.top-menu_item:nth-child(2) .top-menu_img img + img {
  display: block;
  left: -25%;
  position: absolute;
  top: 78%;
  width: 75%;
}

.top-menu_body {
  aspect-ratio: 560/400;
  background: url(../img/menu_bord.jpg) no-repeat center center/cover;
  color: #fff;
  margin-top: 6rem;
  padding: 6rem 10rem 0 4rem;
  position: absolute;
  width: 56rem;
  z-index: -1;
}

.top-menu_item:nth-child(2) .top-menu_body {
  padding: 6rem 4rem 0 10rem;
  right: -3.5rem;
}

.top-menu_body::after {
  aspect-ratio: 738/165;
  background: url(../img/menu_ttl1.png) no-repeat center/contain;
  content: "";
  display: block;
  left: -4rem;
  position: absolute;
  top: -4.5rem;
  width: 37rem;
}

.top-menu_item:nth-child(2) .top-menu_body::after {
  background-image: url(../img/menu_ttl2.png);
  left: 3.5rem;
}

.top-menu_txt {
  letter-spacing: 0.225em;
  line-height: 1.9;
  margin-top: 2rem;
}

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

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

.top-gallery .loopslider {
  height: 20rem;
  margin: 6.5rem 0 8rem;
  overflow: hidden;
}

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

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

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

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

.top-insta {
  background: url(../img/insta_bg.jpg) no-repeat center center/cover;
  padding: 9rem 0 21rem;
}

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

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

.top-access {
  background-image: url(../img/access_deco.png), url(../img/texture1.jpg);
  background-position: right top, center top;
  background-repeat: no-repeat, repeat;
  background-size: 47% auto, 100% auto;
  padding: 18rem 0 0;
}

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

.top-access_img {
  width: 51%;
}

.top-access_body {
  width: 45%;
}

.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: 5rem auto 0 0;
}

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

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

/*=============== top-info ===========*/

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

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

.top-info_item {
  -o-border-image: url(../img/box_line.png) 8/4px/0 round;
  border: 2px solid transparent;
  border-image: url(../img/box_line.png) 8/4px/0 round;
  color: #fff;
  padding: 6rem 3.5rem;
  position: relative;
  text-align: center;
  width: 47.5%;
}

.top-info_circle {
  background: url(../img/box_deco.png) no-repeat center/auto 90%;
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
}

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

.top-info .top-ttl {
  margin: 3rem auto 2rem;
}

.top-info_txt {
  letter-spacing: 0.05em;
  line-height: 2;
}

.top-info .more {
  margin-top: 3rem;
}

/*=============== p-sister ===========*/

.p-sister_list {
  background: rgba(255, 255, 255, 0.8);
  margin-inline: auto;
  padding: 2rem;
  width: min(100rem, 100%);
}

.p-sister_link {
  align-items: center;
  display: flex;
  gap: 3rem;
  justify-content: center;
  margin-top: 5rem;
}

.p-sister_link li:first-of-type {
  height: 5rem;
  width: 25rem;
}

.p-sister_link li:first-of-type a {
  background: var(--main);
  border: 1px solid var(--main);
  color: #fff;
  display: block;
  font-weight: 600;
  height: 100%;
  line-height: 5rem;
  text-align: center;
  width: 100%;
}

.p-sister_link li:nth-of-type(2) a img {
  display: block;
  height: auto;
  width: 4rem;
}

.p-sister_ttl{
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.p-sister_img{
  display: flex;
  width: min(70rem,100%);
   gap: 2rem;
   justify-content: center;
margin: 2rem auto 7rem;
}

@media only screen and (max-width: 1200px) {
  .top-concept::after {
    width: 50rem;
  }

  .top-concept .top-container::before {
    transform: translate(-16%, -44%);
    width: 45rem;
  }

  .top-menu_item:nth-child(2) .top-menu_img img + img {
    left: -8%;
  }
}

@media only screen and (max-width: 992px) {
  .page-news .CMS-NEWS-ITEM {
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .header {
    height: 6rem;
  }

  .header_container {
    padding: 0 5%;
  }

  .header_logo {
    width: 16rem;
  }

  .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%;
    text-align: center;
    width: 100%;
  }

  .gnav_menu li {
    width: 100%;
  }

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

  .gnav_menu li:last-of-type img {
    margin: 0 auto;
    width: 3rem;
  }

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

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

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

  .footer_nav li:last-of-type img {
    width: 3rem;
  }

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

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

  .preparation {
    font-size: 2.4rem;
  }

  .top-ttl {
    letter-spacing: 0.05em;
    line-height: 1.6;
  }

  .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: 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 {
    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-fv::before {
    height: 8rem;
  }

  .top-kv {
    height: 38rem;
  }

  .top-kv .swiper-pagination {
    bottom: 1rem;
  }

  .top-kv .swiper-pagination-bullet {
    margin: 0 5px !important;
  }

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

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

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

  .top-concept::after {
    width: 20rem;
  }

  .top-concept .top-container::before {
    transform: translate(-16%, -60%);
    width: 16rem;
  }

  .top-concept_box {
    padding: 1rem;
  }

  .top-concept_inner {
    padding: 2rem 2rem 4rem;
  }

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

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

  .top-menu_list {
    margin-top: 3rem;
  }

  .top-menu_item {
    flex-direction: column-reverse;
  }

  .top-menu_item:nth-child(2) {
    margin-top: 5rem;
  }

  .top-menu_img {
    width: 100%;
  }

  .top-menu_item:nth-child(1) .top-menu_img {
    margin: 0 auto 0 0;
  }

  .top-menu_item:nth-child(2) .top-menu_img img + img {
    left: 0;
    width: 28rem;
  }

  .top-menu_item:nth-child(2) .top-menu_img {
    margin: 0 auto;
  }

  .top-menu_body {
    aspect-ratio: auto;
    background-size: cover;
    border-radius: 2rem;
    margin-bottom: 2rem;
    padding: 4rem 2rem 3rem;
    position: static;
    width: 100%;
  }

  .top-menu_item:nth-child(2) .top-menu_body {
    padding: 4rem 2rem 3rem;
  }

  .top-menu_body::after {
    left: 0;
    width: 26rem;
  }

  .top-menu_item:nth-child(2) .top-menu_body::after {
    left: 0;
  }

  .top-menu_txt {
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 0;
  }

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

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

  .top-gallery .loopslider .swiper-slide {
    width: 19rem;
  }

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

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

  .top-access {
    background-size: 26rem auto, 100% auto;
    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-info {
    padding: 6rem 0;
  }

  .top-info_wrap {
    flex-direction: column;
    gap: 3rem;
  }

  .top-info_item {
    padding: 3rem 2rem;
    width: 100%;
  }
  .p-sister_img{
    gap: 1rem;
    margin-bottom: 4rem;
  }
}

@media only screen and (max-width: 575px) {
  .page-news .CMS-NEWS-ITEM {
    width: 100%;
  }

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