@charset "UTF-8";

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

.header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 50;
}

.header_container {
  display: flex;
  justify-content: right;
  margin: 2rem 5rem 0 0;
}

.header_logo {
  height: auto;
  left: 3rem;
  position: absolute;
  top: 2rem;
  width: 19rem;
}

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

.gnav {
  position: relative;
}

.gnav_menu {
  align-items: self-end;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.gnav_menu li a {
  color: #fff;
  display: block;
  font-family: var(--ttl);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0.2rem;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.gnav_menu li a:has(i) {
  font-size: 1.6rem;
}

.gnav_menu li a i {
  margin-left: 0.5rem;
}

.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: var(--bg);
  padding: 9rem 3.5% 10rem;
}

.footer_inner {
  align-items: flex-start;
  display: flex;
  gap: 8rem;
}

.footer_wrap {
  align-items: flex-start;
  display: flex;
  gap: 14%;
  margin-bottom: 4rem;
}

.footer_ad {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  margin-bottom: 5rem;
}

.footer_tel {
  font-family: var(--ttl);
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.footer_insta {
  font-family: var(--ttl);
  font-size: 1.6rem;
  letter-spacing: 0;
}

.footer_insta i {
  font-size: 2rem;
  margin-left: 0.8rem;
}

.footer_nav {
  border-left: 1px solid var(--bk);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-left: 4rem;
}

.footer_nav li a {
  display: block;
  font-family: var(--ttl);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: 100%;
}

.footer_logo {
  height: auto;
  width: 11rem;
}

.footer_copyright {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  text-align: right;
}

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

.top-container {
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 2.5rem;
}

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

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

.more {
  border-bottom: 2px solid var(--bk);
  display: block;
  margin-inline: auto;
  margin-inline: auto;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.more a {
  align-items: center;
  display: block;
  display: flex;
  font-family: var(--ttl);
  font-size: 1.8rem;
  font-weight: 500;
  gap: 2rem;
  height: 100%;
  padding: 0 2rem 1rem;
  position: relative;
  width: 100%;
}

.more a::after {
  aspect-ratio: 45/15;
  background: url(../img/more_arw.png) no-repeat center center/cover;
  content: "";
  display: inline-block;
  position: relative;
  width: 4.7rem;
}

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

.top-heading {
  font-family: var(--ttl);
  font-size: clamp(5rem, 3.47vw + 3.7rem, 8.7rem);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  text-align: center;
}

.top-heading::first-letter {
  color: var(--main);
}

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

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

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

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

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

.CMS-NEWS-TIME {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 1.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(--sub);
  border: 2px solid var(--sub);
  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(25, 13, 22, 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(--sub);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT {
  color: var(--bk);
}

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

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

.CMS-INSTAGRAM-LIST {
  display: grid;
  gap: 2rem 2.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 {
  height: 9rem;
  width: 9rem;
}

.fixed-btn a {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 9rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}

.fixed-btn a img {
  display: block;
  height: auto;
  width: 2.5rem;
}

.fixed-btn_txt {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}

.fixed-btn_txt span {
  font-weight: 900;
}

.fixed-btn--1 a {
  background: var(--sub);
  gap: 0.5rem;
}

.fixed-btn--1 .fixed-btn_txt {
  color: #fff;
  line-height: 1.4;
}

.fixed-btn--1 .fixed-btn_txt span {
  color: #f7f4d6;
}

.fixed-btn--2 a {
  background: var(--main);
}

.fixed-btn--2 .fixed-btn_txt {
  color: #434343;
  line-height: 1.8;
}

.fixed-btn--2 .fixed-btn_txt span {
  color: #2e5781;
}

.fixed-btn_wrapper {
  bottom: 6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: fixed;
  right: 5rem;
  z-index: 30;
}

/*  ----------------------------------------------------------
page-top
----------------------------------------------------------  */

#page-top {
  aspect-ratio: 2/1;
  background: #fff;
  border-radius: 0 0 9rem 9rem;
  bottom: 0;
  position: fixed;
  right: 5rem;
  width: 9rem;
  z-index: 5;
}

#page-top::before {
  content: "TOP";
  display: block;
  font-family: var(--tll);
  font-size: 1.2rem;
  left: 3.4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  top: 1.5rem;
}

#page-top::after {
  background: var(--bk);
  content: "";
  display: block;
  height: 1.1rem;
  left: 50%;
  position: absolute;
  top: 0;
  width: 1px;
}

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

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

.top-fv .scroll {
  aspect-ratio: 2/1;
  background: #fff;
  border-radius: 9rem 9rem 0 0;
  bottom: 0;
  position: absolute;
  right: 5rem;
  width: 9rem;
  z-index: 5;
}

.top-fv .scroll::before {
  bottom: 1.5rem;
  content: "scroll";
  display: block;
  font-family: var(--tll);
  font-size: 1.2rem;
  left: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
}

.top-fv .scroll::after {
  background: var(--bk);
  bottom: 0;
  content: "";
  display: block;
  height: 1.1rem;
  left: 50%;
  position: absolute;
  width: 1px;
}

.top-kv {
  height: 47vw;
  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: 8px;
  margin: 0 10px !important;
  opacity: 1;
  transition: 0.3s ease-in-out;
  width: 8px;
}

.top-kv .swiper-pagination-bullet-active {
  background-color: #656565;
}

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

.top-news {
  background-color: var(--bg);
  padding: 7rem 0 12.5rem;
}

.top-news_body {
  margin: 6rem auto 7rem;
  width: 100%;
}

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

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

.top-concept .top-heading {
  margin-bottom: 4rem;
  text-align: left;
}

.top-concept_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 0 -3.9rem;
}

.top-concept_img {
  position: relative;
  width: 51.5%;
}

.top-concept_img::after {
  border: 2px solid #fff;
  content: "";
  display: block;
  height: calc(100% - 4.5rem);
  left: 2rem;
  position: absolute;
  top: 2rem;
  width: calc(100% - 4.5rem);
}

.top-concept_body {
  position: relative;
  width: 40%;
  z-index: 5;
}

.top-concept_body::before {
  aspect-ratio: 934/678;
  background: url(../img/concept_deco.png) no-repeat center center/contain;
  bottom: -18%;
  content: "";
  display: block;
  position: absolute;
  right: -10%;
  width: 98%;
  z-index: -1;
}

.top-concept_ttl {
  font-size: clamp(2.2rem, 0.28vw + 2.09rem, 2.5rem);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 2;
  margin-bottom: 2.5rem;
}

.top-concept_txt {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.43;
  margin-bottom: 10rem;
}

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

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

.top-menu {
  background-color: var(--bg);
  padding: 9rem 0 14rem;
}

.top-menu_list {
  -moz-column-count: 2;
  column-count: 2;
  margin: 10rem auto;
  position: relative;
}

.top-menu_list::before {
  aspect-ratio: 849/1000;
  background: url(../img/menu_deco1.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: -2%;
  top: -9%;
  width: 39%;
}

.top-menu_list::after {
  aspect-ratio: 722/967;
  background: url(../img/menu_deco2.png) no-repeat center center/contain;
  bottom: -8%;
  content: "";
  display: block;
  left: 2%;
  position: absolute;
  width: 33%;
}

.top-menu_item {
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem;
  margin-bottom: 19rem;
}

.top-menu_item:nth-of-type(3) {
  padding-top: 41rem;
}

.top-menu_body {
  margin: 0 auto;
  width: 80%;
}

.top-menu_img {
  border: 4px solid #fff;
}

.top-menu_cap {
  color: var(--sub);
  font-family: var(--ttl);
  font-size: clamp(3rem, 0.28vw + 2.89rem, 3.3rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.34;
  margin-bottom: 1rem;
}

.top-menu_txt {
  letter-spacing: 0em;
  line-height: 1.88;
}

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

.top-gallery {
  padding: 10rem 0 4rem;
  position: relative;
}

.top-gallery::after {
  aspect-ratio: 604/628;
  background: url(../img/gallery_deco.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 8%;
  top: -16%;
  width: 31rem;
}

.top-gallery .gallery-slide {
  aspect-ratio: 1366/650;
  margin: 6rem 0 10rem;
  max-height: 65rem;
  position: relative;
  width: 100%;
}

.top-gallery .gallery-slide::after {
  border: 2px solid #fff;
  content: "";
  display: block;
  height: calc(100% - 4rem);
  left: 2rem;
  position: absolute;
  top: 2rem;
  width: calc(100% - 4rem);
  z-index: 5;
}

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

.top-gallery .gallery-slide .swiper-slide {
  width: 100%;
}

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

.top-gallery .gallery-slide .swiper-pagination {
  bottom: -7rem;
}

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

.top-gallery .gallery-slide .swiper-pagination-bullet-active {
  background-color: var(--sub);
}

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

.top-access {
  background: var(--bg);
  padding: 8rem 0 0;
  position: relative;
}

.top-access::after {
  aspect-ratio: 508/584;
  background: url(../img/access_deco.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 5%;
  top: -5%;
  width: 27rem;
}

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

.top-access_img {
  width: 56%;
}

.top-access_body {
  width: 35%;
}

.top-access .top-heading {
  text-align: left;
}

.top-access_name {
  font-size: clamp(2.2rem, 0.28vw + 2.09rem, 2.5rem);
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 3.5rem 0 2rem;
}

.top-access_ad {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 3rem;
}

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

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid #D0D0D0;
  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_map {
  margin-top: 11rem;
}

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

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

.top-insta {
  background-image: url(../img/insta_deco1.png), url(../img/insta_deco2.png), url(../img/texture.jpg);
  background-position: top 2rem left, top right, center top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 15% auto, 17% auto, 100% auto;
  padding: 12rem 0 15rem;
}

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

/*=============== top-sns ===========*/

.top-sns {
  background-color: #fff;
  background-image: url(../img/sns_deco1.png), url(../img/sns_deco2.png);
  background-position: left 6% center, right 5% center;
  background-repeat: no-repeat, no-repeat;
  background-size: 18% auto, 18.5% auto;
  padding: 8rem 0;
}

.top-sns_list {
  align-items: center;
  display: flex;
  gap: 16rem;
  justify-content: center;
}

.top-sns_list li:first-of-type {
  width: 19rem;
}

.top-sns_list li:last-of-type {
  width: 22rem;
}

/*=============== page-menu ===========*/

.menu_img {
  margin-inline: auto;
  width: min(100%, 80rem);
}

@media only screen and (max-width: 1200px) {
  .top-concept_wrap {
    margin: 0;
  }

  .top-concept_txt {
    letter-spacing: 0.1em;
    margin-bottom: 3.5rem;
  }
}

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

@media only screen and (max-width: 767px) {
  .header {
    top: 0;
  }

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

  .gnav {
    background: var(--bg);
    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 {
    align-items: center;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    width: 100%;
  }

  .gnav_menu li {
    width: 100%;
  }

  .gnav_menu li a {
    color: var(--bk);
    font-size: 2rem;
    text-shadow: none;
    width: 100%;
  }

  .gnav_menu li a:has(i) {
    font-size: 2rem;
  }

  .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_inner {
    align-items: center;
    flex-direction: column;
    gap: 3rem;
  }

  .footer_wrap {
    align-items: center;
    flex-direction: column;
    gap: 5rem;
  }

  .footer_ad {
    margin-bottom: 2rem;
  }

  .footer_tel {
    text-align: center;
  }

  .footer_insta {
    text-align: center;
  }

  .footer_nav {
    border-left: none;
    flex-direction: column;
    padding-left: 0;
  }

  .footer_nav li a {
    text-align: center;
  }

  .footer_logo {
    width: 13rem;
  }

  .footer_copyright {
    text-align: center;
  }

  .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 {
    height: 6rem;
    width: 50%;
  }

  .fixed-btn a {
    border-radius: 0;
    flex-direction: row;
  }

  .fixed-btn_txt {
    font-size: 1.4rem;
  }

  .fixed-btn--2 .fixed-btn_txt {
    line-height: 1.4;
  }

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

  #page-top {
    bottom: 6rem;
    right: 1rem;
    width: 7rem;
  }

  #page-top::before {
    left: 2.3rem;
  }

  .top-fv .scroll {
    right: 1rem;
    width: 7rem;
  }

  .top-fv .scroll::before {
    left: 1.5rem;
  }

  .top-kv {
    height: 38rem;
  }

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

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

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

  .top-concept .top-heading {
    margin-bottom: 3rem;
    text-align: center;
  }

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

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

  .top-concept_body {
    width: 100%;
  }

  .top-concept_body::before {
    bottom: -8rem;
    right: -2rem;
    width: min(25rem, 50%);
  }

  .top-concept_ttl {
    line-height: 1.6;
    margin-bottom: 1.5rem;
  }

  .top-concept_txt {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 3rem;
  }

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

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

  .top-menu_list {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin: 4rem auto;
  }

  .top-menu_list::before {
    left: -2rem;
    right: auto;
    width: 15rem;
  }

  .top-menu_list::after {
    bottom: -9%;
    left: -2rem;
    width: 12rem;
  }

  .top-menu_item {
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 0;
  }

  .top-menu_item:nth-of-type(2) {
    order: 2;
  }

  .top-menu_item:nth-of-type(4) {
    order: 3;
  }

  .top-menu_item:nth-of-type(3) {
    order: 1;
    padding-top: 0;
  }

  .top-menu_body {
    width: 100%;
  }

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

  .top-menu_cap {
    margin-bottom: 0.5rem;
  }

  .top-menu_txt {
    line-height: 1.8;
  }

  .top-gallery {
    padding: 8rem 0 4rem;
  }

  .top-gallery::after {
    right: 2%;
    top: -12%;
    width: 13rem;
  }

  .top-gallery .gallery-slide::after {
    border-width: 1px;
    height: calc(100% - 2rem);
    left: 1rem;
    top: 1rem;
    width: calc(100% - 2rem);
  }

  .top-gallery .gallery-slide {
    height: 20rem;
    margin: 3rem 0 7rem;
  }

  .top-gallery .gallery-slide .swiper-pagination {
    bottom: -4rem;
  }

  .top-gallery .gallery-slide .swiper-pagination-bullet {
    margin: 0 0.5rem;
  }

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

  .top-access::after {
    right: 2%;
    width: 13rem;
  }

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

  .top-access_img {
    width: 100%;
  }

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

  .top-access .top-heading {
    text-align: center;
  }

  .top-access_name {
    margin: 3rem 0 0.5rem;
  }

  .top-access_ad {
    margin-bottom: 2rem;
  }

  .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_map {
    margin-top: 5rem;
  }

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

  .top-insta {
    background-position: top 2rem left, top 2rem right, center top;
    background-size: min(25%, 18rem) auto, min(27%, 19rem) auto, 100% auto;
    padding: 6rem 0;
  }

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

  .top-sns {
    background-position: left 6% top 1rem, right 5% bottom 1rem;
    background-size: min(19%, 13rem) auto, min(19%, 13rem) auto;
    padding: 6rem 0;
  }

  .top-sns_list li:first-of-type {
    width: 14rem;
  }

  .top-sns_list li:last-of-type {
    width: 16rem;
  }

  .top-sns_list {
    gap: 2rem;
  }
}

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