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

.header {
  align-items: center;
  background: rgba(0, 0, 0, 0.77);
  display: flex;
  height: 8rem;
  justify-content: right;
  left: 0;
  padding: 0 7%;
  position: absolute;
  top: 3rem;
  width: 100%;
  z-index: 10;
}

.header_logo {
  height: auto;
  left: 10%;
  position: absolute;
  top: -3rem;
  width: 17rem;
}

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

.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.8rem;
  letter-spacing: 0.21em;
  line-height: 1;
  padding: 0.5rem;
  text-align: center;
  text-align: center;
}

.gnav_menu li a span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: 0.7rem;
}

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

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

.gnav-sp {
  -webkit-overflow-scrolling: touch;
  background: url(../img/texture2.jpg) repeat center center/200% 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 {
  color: #fff;
  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(--org);
  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: url(../img/texture2.jpg) repeat center top/100% auto;
  padding: 4rem 0 0;
}

.footer_wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto 2rem;
  max-width: 120rem;
}

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

.footer_nav li a {
  color: #fff;
  display: block;
  font-size: 2rem;
  letter-spacing: 0.21em;
  line-height: 1;
  text-align: center;
  width: 100%;
}

.footer_nav li a span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 1rem;
}

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

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

.footer_copyright {
  background: var(--dbr);
  color: #fff;
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  padding: 0.8rem 0;
  text-align: center;
}

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

main {
  overflow: hidden;
}

.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
----------------------------------------------------------  */

.more1 {
  margin-inline: auto;
  width: -moz-max-content;
  width: max-content;
}

.more1 a {
  align-items: center;
  border-bottom: 1px solid #fff;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  gap: 3.6rem;
  justify-content: center;
  letter-spacing: 0.2em;
  padding: 0 0.5rem 0.7rem 1.5rem;
  position: relative;
}

.more1 a::after {
  aspect-ratio: 20/31;
  background: url(../img/more_arw-s.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  position: relative;
  width: 1rem;
}

.more2 {
  display: block;
  height: 7.6rem;
  margin-left: auto;
  margin-right: auto;
  width: 33.3rem;
}

.more2 a {
  background: url(../img/more_deco-b.png) no-repeat left 2rem center/4.8rem auto;
  background-color: #000;
  color: var(--ivo);
  display: block;
  font-size: 2rem;
  height: 100%;
  letter-spacing: 0.24em;
  line-height: 7.6rem;
  position: relative;
  text-align: center;
  width: 100%;
}

.more2 a::before {
  border: 1px solid var(--ivo);
  content: "";
  display: block;
  height: 6.6rem;
  left: 0.5rem;
  position: absolute;
  top: 0.5rem;
  width: 32.3rem;
}

.more2 a::after {
  aspect-ratio: 39/53;
  background: url(../img/more_arw-b.png) no-repeat center center/contain;
  content: "";
  display: block;
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
}

.more2-wht a {
  background-color: var(--ivo);
  background-image: url(../img/more_deco-w.png);
  color: #000;
}

.more2-wht a::before {
  border-color: #000;
}

.more2-wht a::after {
  background-image: url(../img/more_arw-w.png);
}

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

.top-heading {
  background: url(../img/heading_deco.png) no-repeat center top/11.2rem auto;
  color: var(--red1);
  font-family: var(--ttl);
  font-size: 4.3rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9.5rem;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
}

.top-heading span {
  color: #fff;
  display: block;
  font-family: var(--noto);
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 0.7rem;
}

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

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

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

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

.CMS-NEWS-INDEX::after {
  content: "";
  display: block;
  width: 30%;
}

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

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

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

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

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

.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(--red2);
  border: 2px solid var(--red2);
  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(0, 0, 0, 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(--brw);
  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: 2.5rem 3rem;
  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;
}

/*  ----------------------------------------------------------
scroll
----------------------------------------------------------  */

.scroll {
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  left: 6rem;
  letter-spacing: 0;
  position: absolute;
  writing-mode: vertical-rl;
  z-index: 5;
}

.scroll:after {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  display: inline-block;
  height: 7rem;
  margin-top: 1rem;
  position: relative;
  width: 1px;
}

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

.fixed-btn {
  height: auto;
  width: 10rem;
}

.fixed-btn a {
  display: block;
  height: 100%;
  width: 100%;
}

.fixed-btn__wrapper {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}

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

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

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

#main .zs-bullet {
  background: #fff;
  border-color: #fff;
  height: 1.2rem;
  margin: 1rem;
  width: 1.2rem;
}

#main .zs-bullet.active {
  background: var(--red2);
  border-color: var(--red2);
}

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

.top-news {
  background: var(--dbr);
  color: #fff;
  padding: 9rem 0;
}

.top-news_wrap {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}

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

.top-news__body {
  width: 76.5%;
}

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

.top-concept {
  background-image: url(../img/concept_deco.png), url(../img/texture1.jpg);
  background-position: right top, center top;
  background-repeat: no-repeat, repeat;
  background-size: 35% auto, 100% auto;
  padding: 7rem 0 4rem;
  position: relative;
}

.top-concept::after {
  background: url(../img/texture2.jpg) no-repeat center bottom/100% auto;
  bottom: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  content: "";
  display: block;
  height: min(30rem, 21vw);
  left: 0;
  position: absolute;
  width: 100%;
}

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

.top-concept .top-heading span {
  color: #000;
}

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

.top-concept_img {
  padding-left: calc(50vw - 67rem);
  width: 56%;
}

.top-concept_body {
  margin-top: 3.5rem;
  width: 44%;
}

.top-concept_ttl {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.21em;
  line-height: 1.65;
  margin: 5rem 0 4rem;
}

.top-concept_ttl span {
  color: var(--red2);
  font-size: 1.34em;
}

.top-concept_txt {
  letter-spacing: 0.2em;
  line-height: 2.25;
  margin-bottom: 11rem;
}

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

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

.top-menu {
  background-image: url(../img/menu_deco1.png), url(../img/menu_deco2.png), url(../img/texture1.jpg);
  background-position: right top 50%, left bottom 10%, center top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 17rem auto, 27rem auto, 100% auto;
  padding: 0 0 10rem;
  position: relative;
}

.top-menu::after {
  background: url(../img/texture2.jpg) no-repeat center top/100% auto;
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
  display: block;
  height: 21vw;
  left: 0;
  position: absolute;
  top: -1px;
  width: 100%;
}

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

.top-menu .top-heading {
  color: #fff;
  margin: 3rem auto 9rem;
}

.top-menu_list {
  position: relative;
}

.top-menu_item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-right: calc(50% - 50vw);
  position: relative;
}

.top-menu_item:nth-child(2) {
  flex-direction: row-reverse;
  margin: 5rem 0 8rem calc(50% - 50vw);
}

.top-menu_item:nth-of-type(odd) .more2 {
  margin-right: 0;
}

.top-menu_body {
  width: 37%;
}

.top-menu_img {
  width: 53.5%;
}

.top-menu_item:first-of-type .top-menu_img {
  width: 63%;
}

.top-menu_ttl {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.21em;
  line-height: 1.69;
  margin-bottom: 2rem;
}

.top-menu_ttl span {
  color: var(--red1);
  font-size: 1.35em;
}

.top-menu_txt {
  letter-spacing: 0.1em;
  line-height: 2.25;
  margin-bottom: 5rem;
}

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

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

.top-gallery .top-heading {
  color: #fff;
}

.top-gallery_wrap {
  background: var(--red3);
  background-blend-mode: darken;
  margin: 5rem 0 8rem;
  padding: 3rem 0;
  position: relative;
}

.top-gallery_wrap::after,
.top-gallery_wrap::before {
  background-color: var(--red2);
  content: "";
  display: block;
  height: 10px;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
}

.top-gallery_wrap::after {
  top: 0;
}

.top-gallery_wrap::before {
  bottom: 0;
}

.top-gallery_deco {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.top-gallery_deco span {
  background: rgba(165, 10, 18, 0.7);
  display: block;
  height: 3.2rem;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  width: 100%;
  z-index: 5;
}

.top-gallery_deco span:nth-of-type(1) {
  top: 0;
  z-index: 1;
}

.top-gallery_deco span:nth-of-type(1)::before {
  background: var(--red3);
  content: "";
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 2.2rem;
  width: 100%;
  z-index: 5;
}

.top-gallery_deco span:nth-of-type(2) {
  bottom: 0;
}

.top-gallery_deco span:nth-of-type(2)::before {
  background: var(--red3);
  bottom: 2.2rem;
  content: "";
  display: block;
  height: 1rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 5;
}

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

.top-access {
  background: url(../img/access_bg.jpg) no-repeat center top/cover;
  padding: 5rem 0 0;
}

.top-access_wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin: 5rem 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: 5rem;
}

.top-access_list dt,
.top-access_list dd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  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_map {
  padding-top: 37rem;
  position: relative;
  width: 100%;
}

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

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

.top-insta {
  background-image: url(../img/insta_deco2.png), url(../img/insta_deco3.png), url(../img/texture1.jpg);
  background-position: right top 6rem, left bottom 16rem, center top;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 29rem auto, 22rem auto, 100% auto;
  padding: 5rem 0 7rem;
  position: relative;
}

.top-insta::before {
  aspect-ratio: 534/247;
  background: url(../img/insta_deco1.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: calc(50vw - 60rem);
  position: absolute;
  top: 8rem;
  width: 27rem;
}

.top-insta::after {
  background: url(../img/texture2.jpg) no-repeat center bottom/100% auto;
  bottom: -1px;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  content: "";
  display: block;
  height: 21vw;
  left: 0;
  position: absolute;
  width: 100%;
}

.top-insta .top-heading span {
  color: #000;
}

.top-insta_wrap {
  margin: 5rem auto 12rem;
  max-width: 93rem;
  padding: 0 2rem;
  position: relative;
  z-index: 5;
}

.top-insta_sns {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 93rem;
  padding: 0 2rem;
  position: relative;
  z-index: 5;
}

.top-insta_sns li {
  display: block;
  height: auto;
  width: 45%;
}

.top-insta_sns li a {
  display: block;
}

/*=============== page-access ===========*/

.p-access_list {
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 1rem;
}

.p-access_list li {
  margin-bottom: 0.5rem;
}

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

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

@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;
    padding: 0;
    top: 0;
  }

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

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

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

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

  .footer_nav li a span {
    margin-top: 0.5rem;
  }

  .footer_nav li a {
    font-size: 1.6rem;
  }

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

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

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

  .preparation {
    font-size: 2.4rem;
  }

  .more2 {
    height: 6rem;
  }

  .more2 a {
    background-size: 3.8rem auto;
    font-size: 1.6rem;
    line-height: 6rem;
  }

  .more2 a::before {
    height: 5rem;
  }

  .more2 a::after {
    width: 1.6rem;
  }

  .top-heading {
    background-size: 9rem auto;
    font-size: 3.5rem;
    padding-top: 7.6rem;
  }

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

  .top .CMS-NEWS-ITEM {
    margin: 0 auto 5rem;
    max-width: 50rem;
    width: 100%;
  }

  .CMS-NEWS-CONTENT img {
    width: 100%;
  }

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

  .scroll {
    display: none;
  }

  .fixed-btn {
    background: rgba(255, 255, 255, 0.9);
    border-top: 1px solid #c8161d;
    padding: 1rem;
    text-align: center;
    width: 100%;
  }

  .fixed-btn__wrapper {
    bottom: 0;
    left: 0;
    top: auto;
    transform: none;
    width: 100%;
  }

  .fixed-btn img {
    display: inline-block;
    height: 4rem;
    width: 4rem;
  }

  .fixed-btn__inner {
    align-items: center;
    display: inline-block;
    flex-direction: column;
    margin-left: 1rem;
    text-align: center;
    vertical-align: bottom;
  }

  .fixed-btn p {
    color: #c8161d;
  }

  .fixed-btn p:nth-of-type(1) {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .fixed-btn p:nth-of-type(1) span {
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-left: 0.6rem;
    text-decoration: underline;
  }

  .fixed-btn p:nth-of-type(2) {
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 1rem;
  }

  .top-kv {
    height: 40rem;
  }

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

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

  .top-news_title {
    margin-bottom: 4rem;
    padding: 0;
    width: 100%;
  }

  .top-news__body {
    width: 100%;
  }

  .top-news .more1 {
    margin: 0 auto;
  }

  .top-concept {
    background-size: min(45%, 28rem) auto, 200% auto;
    padding: 4rem 0 0;
  }

  .top-concept::after {
    height: 38vw;
  }

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

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

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

  .top-concept_body {
    width: 100%;
  }

  .top-concept_ttl {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  .top-concept_txt {
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-bottom: 4rem;
  }

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

  .top-menu {
    background-position: right top, left bottom, center top;
    background-size: min(25%, 10rem) auto, 50% auto, 200% auto;
    padding: 10rem 0 8rem;
  }

  .top-menu::after {
    height: 38vw;
  }

  .top-menu .top-heading {
    color: var(--red1);
    margin: 0 auto 4rem;
  }

  .top-menu .top-heading span {
    color: #000;
  }

  .top-menu_item {
    flex-direction: column;
    gap: 3rem;
    margin-right: 0;
  }

  .top-menu_item:nth-child(2) {
    flex-direction: column;
    margin: 4rem 0 4rem 0;
  }

  .top-menu_item:nth-of-type(odd) .more2 {
    margin-right: auto;
  }

  .top-menu_body {
    width: 100%;
  }

  .top-menu_img {
    width: min(50rem, 100%);
  }

  .top-menu_item:first-of-type .top-menu_img {
    margin: 0 -5% 0 auto;
    width: min(60rem, 100%);
  }

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

  .top-menu_ttl span {
    font-size: 1.2em;
  }

  .top-menu_txt {
    line-height: 1.8;
    margin-bottom: 4rem;
  }

  .top-gallery {
    background-size: 200% auto;
    padding: 6rem 0;
  }

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

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

  .top-insta {
    background-position: right top 12rem, left bottom 3rem, center top;
    background-size: min(33%, 18rem) auto, min(25%, 14rem) auto, 200% auto;
    padding: 5rem 0;
  }

  .top-insta::before {
    left: 2%;
    top: 4rem;
    width: min(32%, 17rem);
  }

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

  .top-insta_sns {
    padding: 0 5%;
  }

  .top-insta_sns li {
    width: 48%;
  }

  .p-access_list {
    font-size: 1.5rem;
  }
}

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

  #loopslider ul {
    height: 131px;
  }

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