@charset "UTF-8";

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

.header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 5rem;
  position: absolute;
  top: 1.5rem;
  width: 100%;
  z-index: 10;
}

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

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

.gnav {
  margin-top: 2rem;
}

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

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

.gnav_menu li a span {
  display: block;
  font-size: 1.2rem;
  padding: 0.5rem 0 0;
}

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

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

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

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

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

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

.gnav-sp-menu li span {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0.6em;
  text-align: center;
}

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

.gnav-sp-menu li:last-of-type {
  font-size: 3rem;
}

/* toggle */

.toggle-btn {
  background: var(--yel);
  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: 6rem 0 4rem;
}

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

.footer_nav li a {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  width: 100%;
}

.footer_nav li a span {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
}

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

.footer_logo {
  height: auto;
  margin: 8rem 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: 24rem;
}

.more a {
  border: 2px solid #fff;
  display: block;
  height: 100%;
  letter-spacing: 0.2em;
  line-height: 5.4rem;
  text-align: center;
  width: 100%;
}

.more a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}

.more-bk a {
  border-color: #000;
  color: #000;
}

.more-bk a:hover {
  background: #000;
  color: #fff;
  opacity: 1;
}

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

.top-heading {
  background: url(../img/heading_deco-w.png) no-repeat center top/6rem auto;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-top: 5rem;
  text-align: center;
}

.top-heading span {
  display: block;
  font-family: var(--ttl);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  margin-top: 0.7rem;
}

.top-heading-bk {
  background-image: url(../img/heading_deco-b.png);
  color: #000;
}

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

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

#loopslider ul {
  display: inline-block;
  height: 220px;
  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: 220px;
  overflow: hidden;
  width: 277px;
}

#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 #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0.2em;
  margin-bottom: 1rem;
  padding-bottom: 0.8rem;
}

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

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

.CMS-NEWS-MORE-READ {
  background: var(--yel);
  border: 2px solid var(--yel);
  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(--yel);
  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: 1.5rem;
  grid-template: 1fr 1fr/1fr 1fr 1fr;
}

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

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

.scroll {
  bottom: -7rem;
  color: #fff;
  font-size: 1.4rem;
  left: 9%;
  position: absolute;
  writing-mode: vertical-rl;
  z-index: 5;
}

.scroll::after {
  animation: scroll 2.5s infinite;
  background: #fff;
  content: "";
  display: block;
  height: 17rem;
  width: 1px;
}

@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }

  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }

  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }

  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

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

.fixed-btn {
  background: var(--gry);
  border: 4px solid #000;
  color: #fff;
  padding: 1.5rem 0.2rem 1.5rem 0.7rem;
  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__inner span:first-of-type {
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.fixed-btn__inner span:last-of-type {
  display: block;
  display: flex;
  font-size: 2rem;
  gap: 0.6rem;
  letter-spacing: 0.14em;
  line-height: 1;
  position: relative;
  text-orientation: sideways;
  writing-mode: vertical-rl;
}

.fixed-btn__inner 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;
}

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

.top-kv {
  background: #000;
  height: 48vw;
  position: relative;
}

.top-kv::before {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 30rem;
  left: 0;
  opacity: 0.65;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5;
}

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

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

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

.top-news_body {
  margin: 4.5rem auto 6.5rem;
  max-width: 101rem;
}

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

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

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

.top-concept_img {
  margin-top: 5rem;
  width: 63%;
}

.top-concept_body {
  color: #fff;
  width: 37%;
}

.top-concept_heading {
  margin-bottom: 3.5rem;
  width: 50rem;
}

.top-concept_inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 4rem;
  justify-content: right;
}

.top-concept_ttl {
  font-size: 2.6rem;
  font-weight: 700;
  font-weight: 700;
  letter-spacing: 0.21em;
  line-height: 1.88;
  writing-mode: vertical-rl;
}

.top-concept_txt {
  letter-spacing: 0.16em;
  letter-spacing: 0.2em;
  line-height: 2.44;
  writing-mode: vertical-rl;
}

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

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

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

.top-menu_list {
  margin: 16rem 0 15rem;
}

.top-menu_item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 5;
}

.top-menu_item+.top-menu_item {
  margin-top: 18rem;
}

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

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

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

.top-menu_body {
  aspect-ratio: 600/460;
  background: #000;
  padding: 9.5rem 5rem 0rem;
  position: absolute;
  width: 60rem;
  z-index: 0;
}

.top-menu_item:nth-child(odd) .top-menu_body {
  justify-content: left;
}

.top-menu_item:nth-child(even) .top-menu_body {
  justify-content: right;
  right: 0;
}

.top-menu_inner {
  width: 80%;
}

.top-menu_item:nth-child(even) .top-menu_inner {
  margin: 0 0 0 auto;
}

.top-menu_heading {
  position: absolute;
  top: -2rem;
}

.top-menu_item:nth-child(1) .top-menu_heading {
  left: 5rem;
  width: 30rem;
}

.top-menu_item:nth-child(2) .top-menu_heading {
  left: 25%;
  width: 19rem;
}

.top-menu_item:nth-child(3) .top-menu_heading {
  left: 5rem;
  width: 23.4rem;
}

.top-menu_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.21em;
  line-height: 1.5;
  margin-bottom: 3rem;
}

.top-menu_txt {
  letter-spacing: 0.16em;
  line-height: 2;
}

.top-menu_videottl {
  align-items: center;
  display: flex;
  font-size: 3.2rem;
  gap: 1.4rem;
  justify-content: center;
  line-height: 1;
  margin-bottom: 4.5rem;
  position: relative;
}

.top-menu_videottl::after,
.top-menu_videottl::before {
  aspect-ratio: 60/67;
  content: "";
  display: inline-block;
  position: relative;
  width: 3rem;
}

.top-menu_videottl::before {
  background: url(../img/video_deco1.png) no-repeat center center/contain;
}

.top-menu_videottl::after {
  background: url(../img/video_deco2.png) no-repeat center center/contain;
}

.top-menu_video {
  border: 1rem solid #fff;
  margin: 0 auto 8.5rem;
  max-width: 30rem;
  position: relative;
  width: fit-content;
}

.top-menu_video video {
  display: block;
  width: 100%;
  max-width: 100%;
}

/* .top-menu_video::after {
  content: "準 備 中";
  display: block;
  font-size: 4rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
} */

/*=============== top-store ===========*/

.top-store {
  background-image: url(../img/store_deco.png), url(../img/texture3.jpg);
  background-position: right bottom, center top;
  background-repeat: no-repeat, repeat;
  background-size: min(32.5%, 47rem) auto, 100% auto;
  padding: 7rem 0 8rem;
}

.top-store_ttl {
  color: #000;
  font-size: 6.9rem;
  font-style: italic;
  letter-spacing: 0em;
  line-height: 1;
  margin: 5rem 0 9rem;
  text-align: center;
}

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

.top-gallery {
  background: url(../img/gallery_bg.jpg) no-repeat center center/cover;
  padding: 11rem 0 13rem;
}

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

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

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

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

.top-access_img {
  width: 50%;
}

.top-access_body {
  width: 44%;
}

.top-access_list {
  align-items: stretch;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  color: #000;
  padding: 2rem 0;
}

.top-access_list dt:last-of-type,
.top-access_list dd:last-of-type {
  border-bottom: none;
}

.top-access_list dt:first-of-type,
.top-access_list dd:first-of-type {
  padding-top: 0;
}

.top-access_list dt {
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-left: 1em;
  width: 25%;
}

.top-access_list dd {
  letter-spacing: 0.05em;
  width: 75%;
}

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

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

.top-access_map {
  padding-top: 40rem;
  position: relative;
  width: 100%;
}

.top-access_map iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

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

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

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

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

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

.page-menu_list li:nth-of-type(2) {
  background: #f1e8a3;
}

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

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

  .top-concept_heading {
    width: 42rem;
  }
}

@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;
    padding: 0 5%;
    top: 1.5rem;
  }

  .header_logo {
    width: 13rem;
  }

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

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

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

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

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

  .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 {
    background-size: 4.9rem auto;
    font-size: 2.6rem;
    padding-top: 4.2rem;
  }

  .top-heading span {
    font-size: 1.6rem;
  }

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

  .scroll {
    display: none;
  }

  .fixed-btn {
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top-width: 2px;
    bottom: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    left: 0;
    padding: 0.5rem;
    top: auto;
    transform: none;
    width: 100%;
  }

  .fixed-btn a {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
  }

  .fixed-btn__inner {
    flex-direction: column;
  }

  .fixed-btn__inner span:first-of-type {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: center;
    writing-mode: horizontal-tb;
  }

  .fixed-btn__inner span:last-of-type {
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-decoration: underline;
    writing-mode: horizontal-tb;
  }

  .top-kv {
    height: 38rem;
  }

  .top-kv::before {
    height: 8rem;
  }

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

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

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

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

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

  .top-concept_body {
    width: 100%;
  }

  .top-concept_heading {
    margin-bottom: 2rem;
    width: 32rem;
  }

  .top-concept_inner {
    flex-direction: column;
    gap: 1rem;
    justify-content: center;
  }

  .top-concept_ttl {
    font-size: 2.2rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    writing-mode: horizontal-tb;
  }

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

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

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

  .top-menu_list {
    margin: 5rem 0 7rem;
  }

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

  .top-menu_item+.top-menu_item {
    margin-top: 5rem;
  }

  .top-menu_img {
    width: 100%;
  }

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

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

  .top-menu_body {
    aspect-ratio: auto;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
    padding: 5rem 2rem 3rem;
    position: static;
    width: 100%;
  }

  .top-menu_inner {
    width: 100%;
  }

  .top-menu_item:nth-child(even) .top-menu_inner {
    margin: 0;
  }

  .top-menu_heading {
    top: -2rem;
  }

  .top-menu_item:nth-child(1) .top-menu_heading {
    left: 2rem;
    width: 21rem;
  }

  .top-menu_item:nth-child(2) .top-menu_heading {
    left: 2rem;
    right: auto;
    width: 13.3rem;
  }

  .top-menu_item:nth-child(3) .top-menu_heading {
    left: 2rem;
    width: 16.4rem;
  }

  .top-menu_ttl {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 1.5rem;
  }

  .top-menu_txt {
    letter-spacing: 0.1em;
  }

  .top-menu_videottl {
    font-size: 2.6rem;
    gap: 1rem;
    margin-bottom: 3rem;
  }

  .top-menu_videottl::after,
  .top-menu_videottl::before {
    width: 2.4rem;
  }

  .top-menu_video {
    border-width: 5px;
    margin: 0 auto 4rem;
  }

  .top-menu_video::after {
    font-size: 2.5rem;
  }

  .top-store {
    background-size: min(55%, 30rem) auto, 100% auto;
    padding: 6rem 0 12rem;
  }

  .top-store_ttl {
    font-size: 3rem;
    margin: 5rem 0 4rem;
  }

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

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

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

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

  .top-access_img {
    width: 100%;
  }

  .top-access_body {
    width: 100%;
  }

  .top-access_list {
    margin-bottom: 4rem;
  }

  .top-access_list dt {
    border-bottom: none;
    font-weight: 700;
    margin-left: 0;
    padding: 1.5rem 0 0;
    width: 100%;
  }

  .top-access_list dd {
    padding-top: 0;
    width: 100%;
  }

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

  .top-access_map {
    padding-top: 35rem;
  }

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

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

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

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

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

  #loopslider ul {
    height: 148px;
  }

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