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

.header {
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 12rem 0 8rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.header::before {
  content: "";
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 75%);
  width: 100%;
  height: 20rem;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}

.header__logo {
  display: block;
  width: 17rem;
  height: auto;
  margin-top: 3rem;
}

.gnav {
  padding-top: 5rem;
}

.gnav__menu {
  align-items: center;
  display: flex;
  gap: 6rem;
}

.gnav__menu li {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  text-align: center;
}

.gnav__menu li:after {
  background-color: #e50012;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateY(-100%);
  top: -1rem;
  transition: 0.3s;
  width: 2px;
}

.gnav__menu li:hover:after {
  height: 4rem;
}

.gnav__menu span {
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  margin-top: 0.5rem;
}

.gnav__sns {
  display: block;
  height: auto;
  width: 3.4rem;
}

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

.top-kv::after {
  background-image: linear-gradient(to top, #000, transparent);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 10.8rem;
  bottom: -0.2rem;
  content: "";
  display: block;
  height: 10.8rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

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

/*  ----------------------------------------------------------
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 .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.6;
  margin-bottom: 2rem;
  text-align: center;
}

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

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

.gnav-sp-menu li .gnav__sns {
  display: block;
  margin: 0 auto;
}

/* toggle */

.toggle-btn {
  background: #bfa65c;
  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: #333;
  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/texture1.jpg) repeat center top/100% auto;
  color: #fff;
  padding: 3rem 20rem 2.6rem;
}

.footer__wrapper {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.footer__menu {
  align-items: center;
  display: flex;
  gap: 5rem;
  justify-content: center;
  margin-top: 2rem;
}

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

.footer__logo {
  display: block;
  width: 15.2rem;
  height: auto;
}

.footer__sns {
  display: block;
  height: auto;
  width: 3.4rem;
}

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

main {
  overflow: hidden;
}

.top-container {
  margin: 0 17rem;
}

.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: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 5rem 0;
  text-align: center;
}

/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
/* detail */

.CMS-NEWS-TITLE {
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
  padding: 1rem 0 1.5rem 0;
  position: relative;
}

.CMS-NEWS-TITLE:after {
  border-bottom: solid 4px var(--org);
  bottom: -2px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.CMS-NEWS-CONTENT img {
  display: block;
  height: auto;
  margin: 0 auto 3rem auto;
  width: 80%;
}

/*  ----------------------------------------------------------

loop slider 

----------------------------------------------------------  */

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

#loopslider ul {
  display: inline;
  display: inline-block;
  height: 227px;
  margin: 0 !important;
  overflow: hidden;
  overflow: hidden;
  padding: 0 !important;
}

#loopslider ul li {
  display: inline;
  float: left;
  height: 227px;
  overflow: hidden;
  width: 311px;
}

#loopslider ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.more {
  display: block;
  height: auto;
  margin: 0 auto;
  position: relative;
  width: 26rem;
}

.top-news .more {
  width: 16.2rem;
}

@media screen and (max-width: 767px) {
  .more {
    width: 20rem;
  }
}

.more::after {
  background: url(../img/more_arrow.png) no-repeat center center/contain;
  content: "";
  display: block;
  width: 2.1rem;
  height: 2.3rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.top-news .more::after {
  height: 1.4rem;
}

.more:hover::after {
  right: 1.5rem;
}

.more2 {
  display: block;
  height: auto;
  margin: 0 auto;
  width: 19.7rem;
}

.more2::after {
  background: url(../img/more_arrow.png) no-repeat center center/contain;
  content: "";
  display: block;
  height: 1.4rem;
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  width: 1.2rem;
}

.more2:hover::after {
  right: 1.5rem;
}

.top-heading {
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
  text-align: center;
}

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

.top-heading::before {
  aspect-ratio: 1/1;
  background: url(../img/title_deco.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -5rem);
  width: 12rem;
  z-index: -1;
}

/*  ----------------------------------------------------------

instagram

----------------------------------------------------------  */

.CMS-INSTAGRAM-LIST {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.CMS-INSTAGRAM-LIST > * {
  margin-right: 1.7%;
  width: 32.2%;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(3n) {
  margin-right: 0;
}

.CMS-INSTAGRAM-LIST > *:nth-of-type(n + 4) {
  margin-top: 1.7%;
}

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

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

.top-news {
  background-image: linear-gradient(to bottom, #000, transparent), url(../img/texture1.jpg);
  background-position: center top, center center;
  background-repeat: no-repeat, repeat;
  background-size: 100% 10.8rem, 100% auto;
  padding: 14rem 0 14rem;
  position: relative;
  position: relative;
}

.top-news::before {
  aspect-ratio: 500/740;
  background: url(../img/news_deco.png) no-repeat left center/contain;
  bottom: -30rem;
  content: "";
  display: block;
  mix-blend-mode: lighten;
  position: absolute;
  right: 0;
  width: 34.7%;
}

.news__inner {
  width: 110rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem 10rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .news__inner {
    width: 90%;
    flex-direction: column;
  }
}

.news__ttl-wrapper {
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 8rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .news .common__ttl {
    align-items: flex-start;
  }

  .news .common__btn {
    margin: 0;
  }

  .news .common__btn.sp {
    display: none;
  }
}

.top-news .CMS-NEWS-INDEX {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 3rem;
}

@media (max-width: 767px) {
  .top-news .CMS-NEWS-INDEX {
    grid-template-columns: 1fr;
  }
}

.top-news .CMS-NEWS-LINK-CONTENT {
  display: block;
}

.top-news .CMS-NEWS-THUMBNAIL {
  display: block;
  width: 100%;
  height: 15rem;
  object-fit: cover;
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .top-news .CMS-NEWS-THUMBNAIL {
    height: 36rem;
  }
}

.top-news .CMS-NEWS-LINK,
.top-news .CMS-NEWS-TIME {
  font-weight: 500;
}

.top-news .CMS-NEWS-LINK {
  margin-top: 1rem;
}

.top-news .CMS-NEWS-MORE-READ {
  display: none;
}

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

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

.top-concept .top-wrap {
  margin-left: calc(50% - 50vw);
}

.top-concept__img {
  width: 62.6%;
  position: relative;
}

.top-concept__img::before {
  content: "";
  background: url("../img/concept_logo.png") no-repeat center / contain;
  width: 11rem;
  height: 26.6rem;
  position: absolute;
  left: 24.5rem;
  bottom: -9.4rem;
  pointer-events: none;
}

.top-concept__img img:first-child {
  height: auto;
  width: 87%;
}

.top-concept__img img:last-child {
  display: block;
  height: auto;
  margin: -7% 0 0 auto;
  width: 44%;
}

.top-concept__body {
  display: flex;
  flex-direction: row-reverse;
  justify-content: right;
  margin-top: 4rem;
  position: relative;
}

.top-concept__title {
  color: var(--org);
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.36;
  margin-left: 5rem;
  writing-mode: vertical-rl;
}

.top-concept__text {
  height: 68rem;
  font-weight: 300;
  line-height: 2;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.top-concept__body img {
  display: block;
  width: 42.8rem;
  position: absolute;
  top: -12rem;
  right: -16.5rem;
}

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

.top-menu {
  background-blend-mode: lighten;
  background-image: url(../img/menu_deco2.png), url(../img/texture1.jpg);
  background-position: right bottom, center top;
  background-repeat: no-repeat, repeat;
  background-size: 35% auto, 100% auto;
  padding: 12rem 0 8rem;
  position: relative;
}

.top-menu::before {
  aspect-ratio: 500/740;
  background: url(../img/menu_deco1.png) no-repeat left center/contain;
  content: "";
  display: block;
  left: 0;
  mix-blend-mode: lighten;
  position: absolute;
  top: -28rem;
  width: 34.7%;
}

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

.menu__service {
  background: url("../img/recruit_bg.jpg") repeat center / cover;
  width: 100%;
  display: flex;
  padding: 2px;
  margin: 5.5rem auto 10rem;
  position: relative;
}

.menu__service > div {
  background: url("../img/menu_service_bg.jpg") no-repeat center / cover;
  width: 100%;
  height: 100%;
  padding: 6.5rem 6rem 7rem 9.5rem;
}

@media (max-width: 767px) {
  .menu__service > div {
    padding: 6rem 5% 8rem;
  }
}

.menu__service .top-heading {
  width: max-content;
  margin: 0 0 2rem;
}

@media (max-width: 767px) {
  .menu__service .top-heading {
    width: auto;
    line-height: 1.5;
    text-align: left;
    margin: 0 0 2rem 5rem !important;
  }
}

.menu__service .top-heading::before {
  left: 0;
}

.service__img {
  display: block;
  width: 44.4rem;
  position: absolute;
  top: 15.5rem;
  left: -2rem;
  pointer-events: none;
}

@media (max-width: 767px) {
  .service__img {
    width: 100%;
    position: static;
    pointer-events: none;
  }
}

.service__txt-wrapper {
  width: 57.5rem;
  margin-left: auto;
}

@media (max-width: 767px) {
  .service__txt-wrapper {
    width: 100%;
    margin: 4rem 0 0;
  }
}

.service__txt-wrapper h4 {
  font-size: 2.4rem;
  font-weight: 500;
  color: #dbaf58;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .service__txt-wrapper h4 {
    font-size: 2.1rem;
  }
}

.service__list {
  margin: 2.5rem 0 0 1.5rem;
}

.service__list li {
  letter-spacing: 0;
  line-height: 2;
}

.top-menu__unit {
  position: relative;
}

.top-menu__unit:first-of-type {
  z-index: 1;
}

.top-menu__unit:last-of-type {
  margin: 12.5rem 0 8rem;
}

.top-menu__img1 {
  width: 73.6%;
  position: relative;
}

.top-menu__deco {
  display: block;
  width: 52.4rem;
  mix-blend-mode: screen;
  position: absolute;
  top: -15.5rem;
  left: -5rem;
}

@media (max-width: 767px) {
  .top-menu__deco {
    width: 60%;
    top: 2%;
    left: -10%;
  }
}

.top-menu__ttlwrap {
  display: flex;
  justify-content: center;
  width: 25%;
}

.top-menu__title {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  font-size: 4rem;
  letter-spacing: 0.15em;
  padding: 0.6em 3.8rem;
  writing-mode: vertical-rl;
}

.top-menu__title span {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-top: 2rem;
  text-orientation: upright;
}

.top-menu__img2 {
  margin-top: -7rem;
  width: 44.4%;
}

.top-menu__unit:first-of-type .top-menu__img2 {
  position: relative;
  z-index: -1;
}

.top-menu__body {
  width: 50%;
}

.top-menu__text {
  font-weight: 300;
  letter-spacing: 0.2em;
  line-height: 2.44;
}

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

.top-insta {
  background-image: url(../img/insta_deco2.png), url(../img/texture2.jpg);
  background-position: right bottom, center top;
  background-repeat: no-repeat, repeat;
  background-size: 30.5% auto, 100% auto;
  padding: 11rem 0 13rem;
  position: relative;
}

.top-insta::after {
  aspect-ratio: 321/480;
  background: url(../img/insta_deco1.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: -20%;
  width: 22%;
}

.top-insta__container {
  margin: 0 28rem;
}

.top-insta .top-heading {
  margin-bottom: 8rem;
}

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

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

.top-gallery .top-heading {
  margin-bottom: 8rem;
}

.top-gallery .more {
  margin: 6rem auto 0;
}

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

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

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

.top-access .top-heading {
  margin-bottom: 8rem;
}

.top-access__body {
  position: relative;
  width: 57%;
}

.top-access__img {
  width: 37.6%;
}

.top-access__list {
  display: flex;
  flex-wrap: wrap;
}

.top-access__list dt {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  padding: 2.5rem 0;
  width: 25%;
}

.top-access__list dd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 2.5rem 0;
  width: 70%;
}

.top-access .more {
  margin: 6rem auto 0;
}

.recruit__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem 2rem;
  margin: 7rem auto 0;
}

@media only screen and (max-width: 767px) {
  .recruit__list {
    grid-template-columns: 1fr;
  }
}

.recruit__list li {
  background: url("../img/recruit_bg.jpg") no-repeat center / cover;
  padding: 2px;
  position: relative;
}

/* 仮 */
.recruit__list li:nth-of-type(2)::before,
.recruit__list li:nth-of-type(2)::after {
  content: "";
  position: absolute;
  z-index: 1;
}

.recruit__list li:nth-of-type(2)::before {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.recruit__list li:nth-of-type(2)::after {
  content: "coming soon";
  font-size: 2rem;
  font-weight: 700;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
/* 仮 */

.recruit__list li > div {
  background-color: var(--black);
  height: 16.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .recruit__list li > div {
    height: auto;
    flex-direction: column;
    padding: 6rem 2rem 4rem;
  }
}

.recruit__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.recruit__list .top-heading {
  margin: 0 !important;
  position: relative;
}

.recruit__wrapper p {
  font-size: 2.4rem;
  font-weight: 500;
  color: #dbaf58;
  letter-spacing: 0.1em;
}

.recruit__list li:nth-of-type(2) .recruit__wrapper p {
  font-size: 2.2rem;
  letter-spacing: 0;
}

@media only screen and (max-width: 767px) {
  .recruit__wrapper p,
  .recruit__list li:nth-of-type(2) .recruit__wrapper p {
    font-size: 2rem;
  }
}

.recruit__txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .recruit__txt {
    font-size: 1.4rem;
  }
}

.recruit__txt::before,
.recruit__txt::after {
  content: "";
  display: block;
  background-color: var(--white);
  width: 3.5rem;
  height: 1px;
}

.recruit__tel {
  font-size: 3.5rem;
  font-weight: 700;
  color: #dbaf58;
  letter-spacing: 0.05em;
}

.recruit__tel span {
  font-size: 2.2rem;
  color: var(--white);
}

@media only screen and (max-width: 767px) {
  .recruit__tel {
    font-size: 3rem;
  }

  .recruit__tel span {
    font-size: 1.8rem;
  }
}

.recruit__list .more {
  width: 19.7rem;
  margin: 2rem auto 0;
}

.recruit__list .more::after {
  width: 1.2rem;
  height: 1.3rem;
}

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

  .header {
    padding: 0 7.5rem;
  }

  .footer {
    padding: 3rem 7.5rem 2.6rem;
  }

  .top-container {
    margin: 0 7.5rem;
  }

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

  .top-insta__container {
    margin: 0 17rem;
  }
}

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

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

  .header {
    background-size: 100% 10rem;
    display: block;
    padding: 1rem 5%;
  }

  .header__logo {
    width: 10rem;
    margin: 0;
  }

  .gnav {
    display: none;
  }

  .top-kv::after {
    background-size: 100% 6rem;
  }

  #main {
    height: 40rem;
  }

  .footer {
    padding: 3rem 5% 9rem;
  }

  .footer__wrapper {
    align-items: center;
    flex-direction: column;
  }

  .footer__menu {
    flex-wrap: wrap;
    gap: initial;
  }

  .footer__menu li {
    margin-bottom: 3rem;
    margin-right: 0;
    text-align: center;
    width: 34%;
  }

  .footer__logo {
    width: 12rem;
  }

  .footer__sns {
    margin: 0 auto;
  }

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

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

  .top-wrap.rev {
    flex-direction: column;
  }

  .top-wrap.mdrev {
    flex-direction: column-reverse;
  }

  .preparation {
    font-size: 2rem;
  }

  .top-heading {
    font-size: 3rem;
  }

  .top-heading::before {
    transform: translate(-50%, -4rem);
    width: 9.5rem;
  }

  .top-news {
    background-size: 100% 6rem, 100% auto;
    padding: 8rem 0 6rem;
  }

  .top-news::before {
    width: 45%;
  }

  .top-news .top-wrap {
    width: 100%;
  }

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

  .top-concept .top-wrap {
    flex-direction: column-reverse;
    margin-left: 0;
  }

  .top-concept__img {
    width: 100%;
  }

  .top-concept__img::before {
    width: 15%;
    height: 24.2rem;
    height: 43%;
    left: auto;
    right: 50%;
    bottom: -7rem;
  }

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

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

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

  .top-concept__body img {
    width: 45%;
    top: -20%;
    right: -15%;
  }

  .top-menu {
    background-size: 70% auto, 100% auto;
  }

  .top-menu::before {
    width: 45%;
  }

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

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

  .top-menu__img1 {
    margin-bottom: 3rem;
    width: 100%;
  }

  .top-menu__ttlwrap {
    margin-bottom: 3rem;
    width: 100%;
  }

  .top-menu__title {
    border-bottom: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-top: 1px solid #fff;
    font-size: 2.4rem;
    padding: 1.5rem 1em;
    writing-mode: horizontal-tb;
  }

  .top-menu__title span {
    margin-left: 2rem;
    margin-top: 0;
    text-orientation: initial;
  }

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

  .top-menu__body {
    margin-bottom: 3rem;
    width: 100%;
  }

  .top-menu__text {
    letter-spacing: 0.1em;
    line-height: 1.8;
  }

  .top-insta {
    background-size: 41.6% auto, 100% auto;
  }

  .top-insta::after {
    width: 30%;
  }

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

  .top-insta__container {
    margin: 0 5%;
  }

  .top-insta .top-heading {
    margin-bottom: 6rem;
  }

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

  .top-gallery .top-heading {
    margin-bottom: 6rem;
  }

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

  .top-access__map iframe {
    height: 36rem;
  }

  .top-access__bg {
    padding: 12rem 0 8rem;
  }

  .top-access .top-heading {
    margin-bottom: 6rem;
  }

  .top-access__body {
    width: 100%;
  }

  .top-access__img {
    margin-bottom: 3rem;
    width: 100%;
  }

  .top-access__list dd {
    font-size: 1.6rem;
  }

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

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

  #loopslider ul {
    height: 200px;
  }

  #loopslider ul li {
    height: 200px;
    width: 274px;
  }
}

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

  .top-news::before {
    bottom: -20rem;
    width: 70%;
  }

  .top-menu::before {
    width: 70%;
  }
}


/*-------------------------
  movie
---------------------------*/
.movie {
  background: url(../img/texture2.jpg) repeat center top / 100% auto;
  padding: 10rem 0 6rem;
  margin: 0 auto;
  text-align: center;
}

.movie video {
  width: 800px;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .movie video {
      width: 300px;
  }
}