@charset "UTF-8";

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

.header {
  align-items: center;
  background: #000;
  display: flex;
  height: 9rem;
  justify-content: right;
  padding: 0 9%;
  width: 100%;
}

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

/*  ----------------------------------------------------------
gnav
----------------------------------------------------------  */

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

.gnav_menu li a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
}

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

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

.gnav-sp {
  -webkit-overflow-scrolling: touch;
  background: #000;
  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 {
  display: block;
  padding: 1.2rem 0;
  white-space: nowrap;
}

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

/* toggle */

.toggle-btn {
  background: var(--red);
  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: #000;
  padding: 5.5rem 0 2rem;
}

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

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

.footer_nav li a {
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.33em;
  line-height: 1.3;
  width: 100%;
}

.footer_nav li:last-of-type a {
  width: 2rem;
}

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

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

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 {
  height: 5.4rem;
  margin-left: auto;
  margin-right: auto;
  width: 22rem;
}

.more a {
  background: url(../img/more_bg.jpg) no-repeat center/cover;
  color: #fff;
  display: block;
  letter-spacing: 0.22em;
  line-height: 5.4rem;
  text-align: center;
}

.more-bk a {
  background: none;
  border: 1px solid #fff;
}

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

.top-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  position: relative;
}

.top-heading::before {
  aspect-ratio: 1/1;
  background: url(../img/heading_deco-wh.png) no-repeat center/contain;
  content: "";
  display: block;
  position: relative;
  width: 4.6rem;
}

.top-heading-bk {
  color: #000;
}

.top-heading-bk::before {
  background-image: url(../img/heading_deco-col.png);
}

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

.page-news .CMS-NEWS-TIME {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  letter-spacing: 0.1em;
}

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

.CMS-NEWS-MORE-READ {
  background: var(--red);
  border: 2px solid var(--red);
  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.2);
  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(--red);
  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%;
}

/*  ----------------------------------------------------------
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 {
  background: var(--gry);
  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 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 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: #000;
  height: calc(47vw - 9rem);
  position: relative;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
    /* 拡大率 */
  }
}

.add-animation {
  animation: zoomUp 8s linear 0s normal both;
}

#main {
  height: 100%;
  width: 100%;
}

#main.slick-initialized {
  display: block;
}

#main .slick-slide {
  height: calc(47vw - 9rem);
  margin-bottom: 0;
  width: 100%;
}

#main .slick-slide img {
  -o-object-fit: cover;
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

#main .slick-dots {
  bottom: -5rem;
  z-index: 10;
}

#main .slick-dots li {
  height: 0.8rem;
  margin: 0 8px;
  width: 0.8rem;
}

#main .slick-dots li button:before {
  border: 1px solid #fff;
  border-radius: 10rem;
  content: "";
  height: 100%;
  opacity: 1;
  width: 100%;
}

#main .slick-dots li.slick-active button:before {
  background: #fff;
  border: 1px solid #fff;
}

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

.top-yoyaku {
  background-image: url(../img/reserve_deco1.png), url(../img/reserve_deco2.png), url(../img/texture1.jpg);
  background-position: left 3% top 5rem, right 3% bottom 1rem, center top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: min(21%, 31rem) auto, min(20%, 31rem) auto, 100% auto;
  padding: 14rem 0 17rem;
  position: relative;
  z-index: 0;
}

.top-yoyaku .top-heading {
  margin-bottom: 3.5rem;
}

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

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

.top-news_body {
  margin: 5.5rem auto 4rem;
  max-width: 101rem;
}

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

.top-concept {
  background: url(../img/texture3.jpg) repeat center top/100% auto;
  background-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 13rem 0 17rem;
  position: relative;
}

.top-concept::before {
  aspect-ratio: 94/92;
  background: url(../img/concept_deco1.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 3%;
  top: 5rem;
  width: 25%;
}

.top-concept::after {
  aspect-ratio: 1678/904;
  background: url(../img/concept_deco2.png) no-repeat center center/contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 58%;
}

.top-concept_wrap {
  align-self: flex-start;
  display: flex;
  justify-content: space-between;
  position: relative;
}

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

.top-concept_img img:last-of-type {
  display: block;
  margin: -7rem -7rem 0 auto;
  width: 53%;
}

.top-concept_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 35%;
}

.top-concept_inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: right;
  margin: 1rem 0 3rem;
}

.top-concept_title {
  font-size: 2.6rem;
  letter-spacing: 0.15em;
  line-height: 2.08;
  margin-left: 3rem;
  text-orientation: upright;
  writing-mode: vertical-rl;
}

.top-concept_text {
  color: #fff;
  letter-spacing: 0.22em;
  line-height: 2.5;
  margin-bottom: 6rem;
  writing-mode: vertical-rl;
}

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

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

.top-menu {
  background: url(../img/texture3.jpg) repeat center top/100% auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10rem 0 16rem;
  position: relative;
}

.top-menu::before {
  aspect-ratio: 534/191;
  background: url(../img/menu_deco1.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 9%;
  top: 12rem;
  width: 18%;
}

.top-menu::after {
  aspect-ratio: 468/149;
  background: url(../img/menu_deco2.png) no-repeat center center/contain;
  bottom: 16rem;
  content: "";
  display: block;
  left: 5%;
  position: absolute;
  width: 16%;
}

.top-menu .top-heading {
  margin-bottom: 8.5rem;
}

.top-menu_unit {
  padding-top: 3rem;
  position: relative;
  width: 100%;
}

.top-menu_unit:nth-of-type(2) {
  margin: 10rem 0 0;
}

.top-menu_body {
  margin: 0 auto 0 0;
  position: relative;
  width: -moz-max-content;
  width: max-content;
  z-index: 5;
}

.top-menu_unit:nth-of-type(2) .top-menu_body {
  margin: 0 0 0 auto;
}

.top-menu_box {
  background: url(../img/menu_box.jpg) repeat center top/100% auto;
  margin: 6rem 0 0 2rem;
  padding: 3rem;
  position: relative;
  width: 49.5rem;
}

.top-menu_unit:nth-of-type(2) .top-menu_box {
  margin: 6rem 0 0 0;
}

.top-menu_box::before {
  border: 1px solid rgba(0, 0, 0, 0.6);
  content: "";
  display: block;
  height: calc(100% - 3rem);
  left: 1.5rem;
  position: absolute;
  top: 1.5rem;
  width: calc(100% - 3rem);
}

.top-menu_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 58%;
}

.top-menu_unit:nth-of-type(2) .top-menu_img {
  left: 0;
  right: auto;
}

.top-menu_ttl {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-20%, -20%);
  width: 12%;
}

.top-menu_unit:nth-of-type(2) .top-menu_ttl {
  left: 0;
  right: auto;
  transform: translate(20%, -20%);
}

.top-menu_catch {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.21em;
  line-height: 1.67;
  margin-left: 3rem;
}

.top-menu_unit:nth-of-type(2) .top-menu_catch {
  margin-left: 0;
  text-align: right;
}

.top-menu_txt {
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

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

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

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

.top-gallery #loopslider {
  margin: 7rem 0 13rem;
}

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

.top-access {
  background: repeat center top/100% auto;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../img/access_deco.png), url(../img/texture3.jpg);
  background-position: right bottom 5rem, center top;
  background-repeat: no-repeat, repeat;
  background-size: 25% auto, 100% auto;
  padding: 10rem 0 12rem;
}

.top-access_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 7.5rem 0 12rem;
  position: relative;
}

.top-access_map {
  width: 43%;
}

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

.top-access_body {
  width: 50%;
}

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

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid rgba(255, 255, 255, 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-insta ===========*/

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

.top-insta::before {
  aspect-ratio: 480/510;
  background: url(../img/insta_deco1.png) no-repeat center center/contain;
  bottom: 3rem;
  content: "";
  display: block;
  position: absolute;
  right: calc(50% + 40rem);
  width: 16%;
}

.top-insta::after {
  aspect-ratio: 451/523;
  background: url(../img/insta_deco2.png) no-repeat center center/contain;
  bottom: 3rem;
  content: "";
  display: block;
  left: calc(50% + 40rem);
  position: absolute;
  width: 15.6%;
}

.top-insta_wrap {
  margin: 5rem auto 8rem;
  max-width: 95rem;
  padding: 0 2.5rem;
  width: 100%;
}

.top-insta_fb {
  background: var(--blu);
  height: 12rem;
  margin: 0 auto;
  position: relative;
  width: 60rem;
}

.top-insta_fb a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

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

.top-insta_fb span {
  background: url(../img/icn_face.png) no-repeat left center/contain;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 7rem;
}

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

.p-menu_list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
}

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

@media only screen and (max-width: 767px) {
  .p-menu_list li {
  width: 100%;
}
}

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

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

  .top-concept_title {
    margin-left: 3rem;
  }
}

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

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

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

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

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

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

  .footer nav {
    width: 100%;
  }

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

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

  .footer_nav li {
    text-align: center;
    width: 100%;
  }

  .footer_nav li a {
    letter-spacing: 0.1em;
  }

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

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

  .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 {
    font-size: 2.6rem;
  }

  .top-heading::before {
    width: 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 {
    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-kv {
    height: 32rem;
  }

  #main .slick-slide {
    height: 32rem;
  }

  #main .slick-dots {
    bottom: -4rem;
  }

  .top-yoyaku {
    background-position: left 3% top 2rem, right 1% bottom 1rem, center top;
    background-size: min(30%, 15rem) auto, min(30%, 15rem) auto, 100% auto;
    padding: 6rem 0;
  }

  .top-yoyaku .top-heading {
    margin-bottom: 0rem;
  }

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

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

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

  .top-concept::before {
    top: 2rem;
  }

  .top-concept::after {
    width: 65%;
  }

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

  .top-concept_img {
    position: static;
    width: 100%;
  }

  .top-concept_img img:first-of-type {
    width: 90%;
  }

  .top-concept_img img:last-of-type {
    margin: -5rem 0 0 auto;
    width: 50%;
  }

  .top-concept_body {
    align-items: center;
    margin: 0;
    width: 100%;
  }

  .top-concept_inner {
    flex-direction: column;
    justify-content: initial;
    margin: 0 0 3rem;
    width: 100%;
  }

  .top-concept_title {
    font-size: 2.2rem;
    letter-spacing: 0.15em;
    margin-bottom: 2rem;
    margin-left: 0;
    writing-mode: horizontal-tb;
  }

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

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

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

  .top-menu::before {
    right: 5%;
    top: 3rem;
    width: min(22%, 14rem);
  }

  .top-menu::after {
    bottom: 3rem;
    left: 5%;
    width: min(22%, 14rem);
  }

  .top-menu .top-heading {
    margin-bottom: 3rem;
  }

  .top-menu_unit {
    padding-top: 0;
  }

  .top-menu_unit:nth-of-type(2) {
    margin: 8rem 0 0;
  }

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

  .top-menu_unit:nth-of-type(2) .top-menu_body {
    margin: 0 auto 2rem;
  }

  .top-menu_unit:nth-of-type(2) .top-menu_box {
    margin: 2rem auto 0;
  }

  .top-menu_box {
    margin: 2rem auto 0;
    padding: 2rem;
    width: 100%;
  }

  .top-menu_box::before {
    height: calc(100% - 2rem);
    left: 1rem;
    top: 1rem;
    width: calc(100% - 2rem);
  }

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

  .top-menu_ttl {
    left: 0;
    right: auto;
    transform: translate(20%, -20%);
    width: 15%;
  }

  .top-menu_catch {
    font-size: 2rem;
    margin-left: 0;
    text-align: center;
  }

  .top-menu_unit:nth-of-type(2) .top-menu_catch {
    text-align: center;
  }

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

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

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

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

  .top-access {
    background-position: right bottom 1rem, center top;
    background-size: min(35%, 20rem) auto, 100% auto;
    padding: 6rem 0;
  }

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

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

  .top-access_map {
    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-insta {
    padding: 6rem 0;
  }

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

  .top-insta_fb {
    height: 8rem;
    max-width: 50rem;
    width: 100%;
  }

  .top-insta_fb span {
    font-size: 1.8rem;
    padding-left: 5rem;
  }
}

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

  #loopslider ul {
    height: 128px;
  }

  #loopslider ul li {
    height: 128px;
    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;
  }
}