@charset "UTF-8";
@font-face {
  font-family: "Verlag-b";
  src: url("../font/Verlag-Black.woff") format("woff");
}
@font-face {
  font-family: "Verlag-b";
  src: url("../font/Verlag-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Verlag-b-it";
  src: url("../font/Verlag-BlackItalic.woff") format("woff");
}
@font-face {
  font-family: "Verlag-b-it";
  src: url("../font/Verlag-BlackItalic.woff2") format("woff2");
}
@font-face {
  font-family: "Verlag-l2";
  src: url("../font/Verlag-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Verlag-l";
  src: url("../font/Verlag-Light.woff") format("woff");
}
@media screen and (max-width: 767px) {
  .pc-s {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-s {
    display: none !important;
  }
}
.en {
  font-family: "Verlag-b", sans-serif;
  font-weight: 700;
}

@media (max-width: 767px) {
  html {
    font-size: calc(100vw / 37.5);
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  line-height: 1.6;
  font-size: 14px;
  position: relative;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

.__top .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.__top .between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.__top .flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.__top .txt-center {
  text-align: center;
}
.__top .inner {
  max-width: 1047px;
  margin: 0 auto;
}

a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
}

main {
  overflow: hidden;
}

header {
  position: absolute;
  padding-top: 23.5px;
  padding-bottom: 23.5px;
  z-index: 1000;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  header {
    width: 100%;
    padding: 5% 5vw 20vw;
  }
}
header .header-inner {
  width: 76.8%;
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  header .header-inner {
    padding-left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  header .header-inner .logo {
    width: 18vw;
  }
  header .header-inner .logo img {
    width: 100%;
    height: auto;
  }
}
header .menu {
  right: 0;
  position: absolute;
  top: 25px;
}
@media (max-width: 767px) {
  header .menu {
    right: 0;
    top: 50%;
    margin-top: -17px;
    line-height: 1;
    padding-bottom: 10px;
  }
}
header .menu-trigger,
header .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .menu-trigger {
  position: relative;
  width: 35px;
  height: 26px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}
header .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .menu-trigger span:nth-of-type(2) {
  top: 12px;
}
header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
header .menu-trigger.active span {
  background-color: white;
  z-index: 999999;
}
header .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-315deg);
          transform: translateY(20px) rotate(-315deg);
  top: -9px;
}
header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(315deg);
          transform: translateY(-20px) rotate(315deg);
  bottom: -7px;
}
header .global-menu {
  display: none;
  background: black;
  color: white;
  z-index: 100000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  font-size: 2.85rem;
  font-family: "Verlag-b", sans-serif;
  text-align: center;
  padding: 7vw 0 5vw;
}
@media (max-width: 767px) {
  header .global-menu {
    padding: 20vw 0 10vw;
  }
}
header .global-menu .scroll_wrap {
  overflow: auto;
  height: 85vh;
}
header .global-menu.active {
  display: block;
}
header .global-menu a {
  color: white;
}
header .global-menu li {
  margin-bottom: 4vw;
}
@media (max-width: 767px) {
  header .global-menu li {
    margin-bottom: 10vw;
  }
}
header .global-menu .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4vw;
}
@media (max-width: 767px) {
  header .global-menu .sns_link {
    margin-bottom: 10vw;
  }
}
header .global-menu .sns_link li {
  font-size: 36px;
  margin: 0 17px;
}
header .global-menu .sns_link a {
  display: block;
}
header .list2 {
  font-size: 14px;
}
@media (max-width: 767px) {
  header .list2 {
    font-size: 1.3rem;
  }
}
header .global-menu .logo_list li {
  margin-bottom: 2vw;
}
@media (max-width: 767px) {
  header .global-menu .logo_list li {
    margin-bottom: 6vw;
  }
  header .global-menu .logo_list li img {
    width: 81px;
    height: auto;
  }
}

.__top h2 {
  font-size: 1.2em;
  font-family: "Verlag-b", sans-serif;
  font-weight: 700;
}

.fs14 {
  font-size: 14px;
}

.top_area {
  background-image: url(../img/main-visual.jpg);
  background-size: cover;
  background-position: right bottom;
  padding-top: 50vw;
  width: 100%;
  position: relative;
  color: white;
  text-align: center;
}
@media (max-width: 1366px) {
  .top_area {
    height: 70vw;
  }
}
@media (max-width: 1024px) {
  .top_area {
    background-image: url(../img/main-visual_sp.jpg);
    height: 600px;
  }
}
@media (max-width: 767px) {
  .top_area {
    padding: 0;
  }
}

.__top .catch {
  width: 76.8%;
  margin: auto;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 25.5vw;
  text-align: center;
  font-family: "Verlag-b", sans-serif;
}
@media (max-width: 767px) {
  .__top .catch {
    width: 100%;
    padding: 36vw 31px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.top_area::before {
  content: "";
  width: 1px;
  height: 50%;
  background: black;
  position: absolute;
  left: 11.6%;
  top: 286px;
  z-index: 100;
  display: block;
}
@media (max-width: 767px) {
  .top_area::before {
    left: 31px;
    height: 64%;
    top: 35vw;
  }
}

.top_area::after {
  content: "";
  width: 1px;
  height: 75%;
  background: black;
  position: absolute;
  right: 11.6%;
  bottom: -93px;
  z-index: 100;
  display: block;
}
@media (max-width: 1600px) {
  .top_area::after {
    height: 65%;
  }
}
@media (max-width: 767px) {
  .top_area::after {
    height: 65%;
    right: 31px;
    bottom: -5vw;
  }
}

.catch h1 {
  margin-bottom: 39px;
  font-size: 18px;
  font-weight: 300;
  font-family: "Verlag-l";
  letter-spacing: 0.15em;
}
@media (max-width: 1024px) {
  .catch h1 {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .catch h1 {
    font-size: 1.25rem;
    margin-bottom: 1vw;
  }
}

.catch p {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media (max-width: 1024px) {
  .catch p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .catch p {
    font-size: 1.8rem;
  }
}

.tel {
  position: absolute;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  color: black;
  right: 11.45%;
  top: 184px;
  z-index: 100;
  height: 240px;
  font-size: 22px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 767px) {
  .tel {
    font-size: 1.2rem;
    top: 29.5vw;
    right: 28px;
    font-weight: bold;
  }
}

.__top .message {
  position: relative;
}
.__top .message::before {
  content: "NEXUS";
  font-size: 220px;
  line-height: 1;
  position: relative;
  top: -0.5em;
  left: 5vw;
  font-family: "Verlag-b", sans-serif;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .__top .message::before {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  .__top .message::before {
    font-size: 66.5px;
  }
}
.__top .message::after {
  font-family: "Verlag-b", sans-serif;
  font-weight: 700;
  content: "ACTIVATE";
  font-weight: bold;
  font-size: 220px;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: -22vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1440px) {
  .__top .message::after {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  .__top .message::after {
    font-size: 66.5px;
    padding-right: 10vw;
    bottom: -30.5vw;
  }
}
@media (max-width: 500px) {
  .__top .message::after {
    padding-right: 5vw;
  }
}
.__top .message .inner {
  margin: 0 auto 70px;
  width: 1440px;
  border: 1px solid black;
  padding-bottom: 3vw;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1600px) {
  .__top .message .inner {
    margin: 0 11vw 70px;
    width: auto;
  }
}
@media (max-width: 767px) {
  .__top .message .inner {
    margin-top: 4vw;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}
.__top .message h2 {
  line-height: 1;
  padding: 13px 0;
  border-bottom: 1px solid #000;
  margin-bottom: 70px;
  font-size: 1.4em;
}
@media (max-width: 767px) {
  .__top .message h2 {
    font-size: 1em;
    margin-bottom: 30px;
  }
}
.__top .message h3 {
  font-size: 23px;
  letter-spacing: 0.05em;
  margin-bottom: 52px;
  padding: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media (max-width: 1366px) {
  .__top .message h3 {
    font-size: min(1.68vw, 23px);
  }
}
@media (max-width: 767px) {
  .__top .message h3 {
    font-size: 1.9rem;
    margin-bottom: 20px;
  }
}
.__top .message .fig1 {
  position: absolute;
  left: 0;
  top: 320px;
  width: 21vw;
}
@media (max-width: 1366px) {
  .__top .message .fig1 {
    top: 250px;
    width: 24vw;
  }
}
.__top .message .fig2 {
  position: absolute;
  right: 1vw;
  bottom: -2vw;
  width: 18vw;
}
.__top .message .fig3 {
  position: absolute;
  left: 8vw;
  bottom: -4vw;
  width: 18vw;
}
@media (max-width: 1366px) {
  .__top .message .fig3 {
    left: 4vw;
    width: 23vw;
  }
}
.__top .message .fig img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .__top .message .fig img {
    display: none;
  }
}
.__top .message .big {
  margin-bottom: 2.5em;
  font-size: 1.2em;
  font-weight: bold;
}
@media (max-width: 767px) {
  .__top .message .big {
    font-size: 1.1rem;
  }
}
.__top .message .disc p {
  padding-bottom: 2em;
  line-height: 2.5882352941;
  letter-spacing: 0.075em;
  font-size: 17px;
  font-weight: bold;
}
@media (max-width: 1366px) {
  .__top .message .disc p {
    font-size: min(1.24vw, 17px);
  }
}
@media (max-width: 767px) {
  .__top .message .disc p {
    font-size: 1.1rem;
    line-height: 2.5;
  }
}
.__top .message .disc p:last-child {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .__top .message figure {
    padding: 9vw 7vw 7vw;
  }
  .__top .message figure img {
    width: 100%;
    height: auto;
  }
}

.__top .shop_wrap {
  padding-top: 30vw;
  position: relative;
  margin-bottom: 14vw;
}
@media (max-width: 767px) {
  .__top .shop_wrap {
    padding-top: 48vw;
  }
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list {
    margin-top: 22vw;
  }
}
@media (max-width: 500px) {
  .__top .shop_wrap .ability_list {
    margin-top: 30vw;
  }
}
.__top .shop_wrap .ability_list li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li {
    padding: 16vw 8vw 8vw;
    margin: 0 8vw 45vw;
    background: #DADADA;
    position: relative;
  }
}
.__top .shop_wrap .ability_list li.photo_studio {
  background-image: url(../img/top/ability/bg1.jpg);
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li.photo_studio {
    background-image: none;
  }
  .__top .shop_wrap .ability_list li.photo_studio::after {
    content: "";
    background-image: url(../img/top/ability/thumb1-sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 61vw;
    padding-top: 42vw;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -30.5vw;
    top: -33vw;
  }
}
.__top .shop_wrap .ability_list li.jack {
  background-image: url(../img/top/ability/bg2.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 11vw;
  background-position: center top;
  height: 45vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .__top .shop_wrap .ability_list li.jack {
    height: auto;
  }
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li.jack {
    background-image: none;
    padding-right: 8vw;
  }
  .__top .shop_wrap .ability_list li.jack::after {
    content: "";
    background-image: url(../img/top/ability/thumb2-sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 61vw;
    padding-top: 42vw;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -30.5vw;
    top: -33vw;
  }
}
.__top .shop_wrap .ability_list li.jsnap {
  background-image: url(../img/top/ability/bg3.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 11vw;
  background-position: right center;
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li.jsnap {
    background-image: none;
    padding-left: 8vw;
    margin-bottom: 0;
  }
  .__top .shop_wrap .ability_list li.jsnap::after {
    content: "";
    background-image: url(../img/top/ability/thumb3-sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 61vw;
    padding-top: 42vw;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -30.5vw;
    top: -33vw;
  }
}
.__top .shop_wrap .ability_list li.okiko {
  background-image: url(../img/top/ability/bg4.jpg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 11vw;
  background-position: right center;
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li.okiko {
    background-image: none;
    padding-left: 8vw;
    margin-bottom: 0;
  }
  .__top .shop_wrap .ability_list li.okiko::after {
    content: "";
    background-image: url(../img/top/ability/thumb4-sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 61vw;
    padding-top: 42vw;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -30.5vw;
    top: -33vw;
  }
}
.__top .shop_wrap .ability_list li.new_open {
  background-image: url(../img/top/ability/bg0.webp);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 9vw;
  background-position: left center;
  position: relative;
}
@media (max-width: 1366px) {
  .__top .shop_wrap .ability_list li.new_open {
    padding: 5vw;
    background-position: -6vw 0;
  }
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li.new_open {
    background-image: none;
    padding: 16vw 8vw 8vw;
  }
  .__top .shop_wrap .ability_list li.new_open::after {
    content: "";
    background-image: url(../img/top/ability/thumb5-sp.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 61vw;
    padding-top: 42vw;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -30.5vw;
    top: -33vw;
  }
}
@media (max-width: 1366px) {
  .__top .shop_wrap .ability_list li.new_open::before {
    content: "";
    background: #EFF8FB;
    background: -webkit-gradient(linear, left top, right top, from(rgba(239, 248, 251, 0)), color-stop(30%, #eff8fb));
    background: linear-gradient(90deg, rgba(239, 248, 251, 0) 0%, #eff8fb 30%);
    position: absolute;
    right: 0;
    top: 0;
    width: 57%;
    height: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li.new_open::before {
    content: none;
  }
}
.__top .shop_wrap .ability_list li.new_open .wrap {
  background-image: url(../img/top/ability/open-txt.svg);
  background-repeat: no-repeat;
  width: 475px;
  height: 509px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li.new_open .wrap {
    background: none;
    width: 100%;
    height: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li.new_open .wrap h3 {
    margin-bottom: 15px;
  }
}
.__top .shop_wrap .ability_list li.new_open .wrap h3 img {
  line-height: 1;
  height: auto;
}
.__top .shop_wrap .ability_list li.new_open .wrap .fig-area .list {
  margin-bottom: 20px;
}
.__top .shop_wrap .ability_list li.new_open .wrap .fig-area .list li {
  background: none;
  line-height: 1;
  margin: 15px 0 0;
  padding: 0;
}
.__top .shop_wrap .ability_list li.new_open .wrap .btn_wrap {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li.new_open .wrap .btn_wrap {
    position: inherit;
    left: inherit;
    bottom: inherit;
  }
}
.__top .shop_wrap .ability_list li.new_open2 {
  background-color: #eff8fb;
  padding-bottom: 60px;
  padding-top: 0;
  position: relative;
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li.new_open2 {
    display: none;
  }
}
.__top .shop_wrap .ability_list li.new_open2::before {
  content: "";
  background: #EFF8FB;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 248, 251, 0)), color-stop(90%, #eff8fb));
  background: linear-gradient(180deg, rgba(239, 248, 251, 0) 0%, #eff8fb 90%);
  position: absolute;
  left: 0;
  top: -50px;
  width: 100%;
  height: 50px;
}
.__top .shop_wrap .ability_list li.new_open2 .open-fig-area {
  max-width: 1024px;
  margin: auto;
}
@media (max-width: 1024px) {
  .__top .shop_wrap .ability_list li.new_open2 .open-fig-area {
    padding: 0 50px;
  }
}
.__top .shop_wrap .ability_list li.new_open2 .open-fig-area .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.__top .shop_wrap .ability_list li.new_open2 .open-fig-area .list li {
  width: 33%;
  padding: 0;
  line-height: 1;
  -webkit-box-shadow: 3px 4px 19px -5px rgba(8, 82, 157, 0.63);
  box-shadow: 3px 4px 19px -5px rgba(8, 82, 157, 0.63);
}
.__top .shop_wrap .ability_list li.new_open2 .open-fig-area .list li img {
  width: 100%;
  height: auto;
}
.__top .shop_wrap .ability_list li .logo_area {
  text-align: center;
}
.__top .shop_wrap .ability_list li .logo_area .mini {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li .logo_area .mini {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}
.__top .shop_wrap .ability_list li .logo_area h3 {
  padding: 0;
}
.__top .shop_wrap .ability_list li .txt {
  margin: 50px auto 0;
  width: 360px;
  line-height: 2.3;
  font-size: 15px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li .txt {
    margin-top: 5vw;
    width: 100%;
    line-height: 2;
  }
}
.__top .shop_wrap .ability_list li .link_btn {
  width: 280px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li .link_btn {
    width: 100%;
    margin: 3vw auto 0;
  }
}
.__top .shop_wrap .ability_list li .link_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 36px;
  background: black;
  color: white;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li .link_btn a {
    background: white;
    font-size: 1.2rem;
    color: black;
    height: auto;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
  }
}
.__top .shop_wrap .ability_list li .link_btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li .link_btn a::after {
    right: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    width: 8px;
    height: 8px;
    margin-top: -5px;
  }
}
.__top .shop_wrap .ability_list li .link_btn a.comingsoon {
  background: white;
  border: 2px solid black;
  color: black;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li .link_btn a.comingsoon {
    border: 0;
  }
  .__top .shop_wrap .ability_list li .link_btn a.comingsoon::after {
    content: none;
  }
}
.__top .shop_wrap .ability_list li .tel_btn {
  width: 280px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li .tel_btn {
    width: 100%;
    margin: 3vw auto 0;
  }
}
.__top .shop_wrap .ability_list li .tel_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 36px;
  background: black;
  color: white;
  font-weight: bold;
  position: relative;
  border-radius: 4px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li .tel_btn a {
    background: white;
    font-size: 1.2rem;
    color: black;
    height: auto;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
  }
}
.__top .shop_wrap .ability_list li .tel_btn + .link_btn {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .__top .shop_wrap .ability_list li .tel_btn + .link_btn {
    margin-top: 10px;
  }
}

.__top .shop {
  margin: 0 auto 9%;
  width: 94%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0;
  padding-bottom: 5%;
}

.__top .shop li {
  width: 30%;
  background: #DADADA;
  padding: 4% 4% 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.__top .shop .photo {
  position: absolute;
  top: -88px;
  left: 0;
  right: 0;
  margin: auto;
  width: 181px;
}

.mini {
  font-size: 90%;
}

.__top h3 {
  padding: 4% 0;
}

.__top .shop li:first-child .btn,
.__top .shop li:nth-child(2) .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px auto;
}

.__top .btn {
  font-size: 9.96px;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  width: 190.58px;
  max-width: 80%;
  margin: 20px auto;
  letter-spacing: 0;
  font-weight: bold;
  position: relative;
  padding: 6px 0;
}

.__top .btn::after {
  content: "＞";
}

.__top .btn a {
  color: black;
}

@media (max-width: 1024px) {
  .__top .news {
    padding: 0 5vw;
  }
}
.__top .news h2 {
  width: 1044px;
  border-bottom: 1px solid #000;
  padding-left: 88px;
  margin: 0 auto 45px;
  position: relative;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .__top .news h2 {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 5vw;
    margin-bottom: 5vw;
  }
}
@media (max-width: 767px) {
  .__top .news h2 {
    margin-bottom: 8vw;
  }
}
.__top .news h2::after {
  content: "#nagcnews";
  position: absolute;
  right: 0;
  bottom: -17px;
  font-size: 42px;
}
.__top .news .no-post-txt {
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .__top .news .no-post-txt {
    margin-bottom: 150px;
  }
}

.__top .news_list {
  width: calc(50% + 522px - 122px);
  margin-left: calc(50% - 522px + 122px);
}
@media (max-width: 1024px) {
  .__top .news_list {
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .__top .news_list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.__top .news_list li {
  font-size: 90%;
  padding: 0 3５px;
}
@media (max-width: 1024px) {
  .__top .news_list li {
    width: 30%;
    padding: 0;
    margin: 0px 5% 5% 0;
  }
  .__top .news_list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .__top .news_list li {
    width: 48%;
    margin: 0 0 5%;
  }
}
.__top .news_list li a {
  color: #000;
}
.__top .news_list li .eyecatch {
  text-align: center;
  width: 100%;
  max-height: 156px;
  overflow: hidden;
}
.__top .news_list li .eyecatch img {
  width: 100%;
  height: auto;
}
.__top .news_list li .date {
  font-size: 120%;
  font-weight: bold;
  margin: 10px 0 6px;
  line-height: 1;
}

.__top .news::after {
  content: "GROW";
  font-size: 220px;
  line-height: 1;
  position: relative;
  left: 11%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 7vw 0;
  font-family: "Verlag-b", sans-serif;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .__top .news::after {
    font-size: 180px;
  }
}
@media (max-width: 767px) {
  .__top .news::after {
    font-size: 66.5px;
    left: 0;
    margin-bottom: 4vw;
  }
}

.__top .access {
  padding-bottom: 100px;
}
@media (max-width: 1366px) {
  .__top .access {
    padding: 0 20px 100px;
  }
}
@media (max-width: 1024px) {
  .__top .access .flex {
    display: block;
  }
}
.__top .access .flex .map_area {
  width: 49%;
  height: 0;
  overflow: hidden;
  padding-bottom: 35%;
  position: relative;
}
@media (max-width: 1024px) {
  .__top .access .flex .map_area {
    padding-bottom: 35%;
  }
}
@media (max-width: 767px) {
  .__top .access .flex .map_area {
    width: 100%;
    margin-bottom: 5vw;
    padding-bottom: 56.2%;
  }
}
.__top .access .flex .map_area iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.__top .access .flex .access_area {
  width: 48%;
}
@media (max-width: 1024px) {
  .__top .access .flex .access_area {
    width: 100%;
  }
}
.__top .access .flex .access_area h2 {
  border-bottom: 1px solid #000;
  margin-bottom: 2em;
  padding-left: 0.5em;
}
@media (max-width: 767px) {
  .__top .access .flex .access_area h2 {
    font-size: 1.5rem;
    padding-left: 0;
  }
}
.__top .access .flex .access_area table th {
  width: 80px;
  text-align: left;
  font-weight: normal;
  padding: 0.3em;
  padding-left: 1em;
  line-height: 2;
}
@media (max-width: 767px) {
  .__top .access .flex .access_area table th {
    font-size: 1.2rem;
    width: 17vw;
    padding-left: 0;
    font-weight: bold;
  }
}
.__top .access .flex .access_area table td {
  line-height: 2;
}
@media (max-width: 767px) {
  .__top .access .flex .access_area table td {
    font-size: 1.2rem;
    font-weight: bold;
  }
}

footer {
  background-color: black;
  color: white;
  font-size: 90%;
  text-align: center;
  padding-top: 57px;
}

footer a {
  color: white;
}

footer .sns_link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
}

footer .sns_link li a {
  padding: 0 10px;
  width: 100%;
  height: 100%;
  display: block;
}

.footer_link {
  margin: 54px auto 65px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer_link li {
  border-right: 1px solid #fff;
  margin-right: 15px;
}

.footer_link li a {
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
  color: white;
}

.footer_link li:last-child {
  border: none;
  margin-right: 0;
}

.copyright {
  font-size: 80%;
  padding: 20px 0;
}

.footer_logo {
  font-size: 13px;
}

footer .en {
  font-size: 7px;
}

.underline {
  text-decoration: underline;
  padding: 0 10px;
}
/*# sourceMappingURL=top.css.map */