@charset "UTF-8";

body {
  font-family: "Noto Sans JP", sans-serif;
  background-size: 100% auto;
}

body.is-fixed {
  overflow: hidden;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 0.05em;
  font-style: normal;
  border: none;
  appearance: none;
  line-height: 1.6428571429;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

main {
  display: block;
  overflow: hidden;
}

img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.is-hidden {
  display: none !important;
}

.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.js-fade {
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
}

.js-fade.is-scroll {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

@media (min-width: 768px) {
  body {
    min-width: 1200px;
    padding-top: 80px;
  }

  [data-device="sp"] {
    display: none !important;
  }

  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover,
  button:hover {
    opacity: 0.65;
  }

  .js-modal,
  button {
    cursor: pointer;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 13.3333333333vw;
  }

  [data-device="pc"] {
    display: none !important;
  }

  section {
    overflow: hidden;
  }

  body {
    padding-bottom: 10.6666666667vw;
  }
}

.g-header {
  position: fixed;
  top: 0;
  background: #000;
  z-index: 1000;
  width: 100%;
}

.g-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-header__btn {
  background: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-header__btn span {
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.g-header__btn.is-open span:nth-child(2) {
  opacity: 0;
}

.g-header__menu {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  position: fixed;
  top: 0;
  right: 0;
  background: #000;
  -webkit-transition: 0.3s cubic-bezier(0.72, 0.27, 0.15, 0.77);
  transition: 0.3s cubic-bezier(0.72, 0.27, 0.15, 0.77);
  opacity: 0;
  visibility: hidden;
}

.g-header__menu.is-open {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

.g-header__link {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "M PLUS 2", serif;
  font-weight: 700;
}

.g-header__link span {
  display: block;
}

.g-header__items.is-disabled {
  pointer-events: none;
  opacity: .5;
}

@media (min-width: 768px) {
  .g-header__inner {
    height: 80px;
    padding-left: 30px;
    z-index: 1;
  }

  .g-header__logo {
    width: 50px;
  }

  .g-header__txt {
    width: 258px;
  }

  .g-header__btn {
    width: 80px;
    height: 80px;
  }

  .g-header__btn span {
    width: 40px;
    height: 4px;
  }

  .g-header__btn span+span {
    margin-top: 9px;
  }

  .g-header__btn.is-open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(10px, 7px);
    transform: rotate(45deg) translate(10px, 7px);
  }

  .g-header__btn.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(10px, -9px);
    transform: rotate(-45deg) translate(10px, -9px);
  }

  .g-header__menu {
    padding-top: 100px;
    height: 100vh;
  }

  .g-header__link {
    width: 500px;
    padding: 15px 20px;
    font-size: 20px;
  }

  .g-header__link span {
    width: 34px;
    margin-right: 15px;
  }

  .g-header__items {
    border-bottom: 1px solid #fff;
  }
}

@media (max-width: 767px) {
  .g-header__inner {
    height: 13.3333333333vw;
    padding-left: 4vw;
    z-index: 1;
  }

  .g-header__logo {
    width: 6.6666666667vw;
  }

  .g-header__txt {
    width: 34.4vw;
  }

  .g-header__btn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }

  .g-header__btn span {
    width: 7.3333333333vw;
    height: 1.0666666667vw;
  }

  .g-header__btn span+span {
    margin-top: 1.2vw;
  }

  .g-header__btn.is-open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(1.3333333333vw, 1.3333333333vw);
    transform: rotate(45deg) translate(1.3333333333vw, 1.3333333333vw);
  }

  .g-header__btn.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(1.6vw, -1.8666666667vw);
    transform: rotate(-45deg) translate(1.6vw, -1.8666666667vw);
  }

  .g-header__menu {
    padding-top: 13.3333333333vw;
    height: 100vh;
  }

  .g-header__link {
    width: 66.6666666667vw;
    padding: 2.6666666667vw;
    font-size: 3.7333333333vw;
  }

  .g-header__link span {
    width: 6.6666666667vw;
    margin-right: 3.3333333333vw;
  }

  .g-header__items {
    border-bottom: 1px solid #fff;
  }
}

.g-footer {
  background-image: url("../img/host_bg.png");
  background-size: cover;
  background-color: #000;
}

.g-footer__logo {
  display: block;
  margin: 0 auto;
}

.g-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g-footer__copy {
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .g-footer {
    margin-top: 50px;
    padding: 50px 0 30px;
  }

  .g-footer__icon {
    margin: 0 48px;
  }

  .g-footer__icon.--x {
    width: 47px;
  }

  .g-footer__icon.--fb {
    width: 27px;
  }

  .g-footer__icon.--ig {
    width: 53px;
  }

  .g-footer__icon.--yt {
    width: 57px;
  }

  .g-footer__icon.--tt {
    width: 46px;
  }

  .g-footer__logo {
    margin-top: 65px;
    width: 230px;
  }

  .g-footer__copy {
    margin-top: 20px;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .g-footer {
    margin-top: 6.6666666667vw;
    padding: 6.6666666667vw 0 4vw;
  }

  .g-footer__icon {
    margin: 0 6.4vw;
  }

  .g-footer__icon.--x {
    width: 6.2666666667vw;
  }

  .g-footer__icon.--fb {
    width: 3.6vw;
  }

  .g-footer__icon.--ig {
    width: 7.0666666667vw;
  }

  .g-footer__icon.--yt {
    width: 7.6vw;
  }

  .g-footer__icon.--tt {
    width: 6.1333333333vw;
  }

  .g-footer__logo {
    margin-top: 8.6666666667vw;
    width: 30.6666666667vw;
  }

  .g-footer__copy {
    margin-top: 2.6666666667vw;
    font-size: 2.6666666667vw;
  }
}

.g-btn {
  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;
  font-weight: 800;
  color: #000;
  margin: 0 auto;
  line-height: 1.2;
}

.g-btn:after {
  content: "";
  background-image: url("../img/arw.png");
  background-size: cover;
  flex-shrink: 0;
}

.g-btn.--w {
  color: #fff;
  border-color: #fff;
}

.g-btn.--w:after {
  background-image: url("../img/arw_w.png");
  background-size: cover;
}

.g-btn.--blank:after {
  background-image: url("../img/blank.png");
  background-size: cover;
}

.g-btn.--blank:nth-child(odd):after {
  display: none;
}

@media (min-width: 768px) {
  .g-btn {
    font-size: 24px;
    border: 4px solid #000;
    width: 400px;
    height: 80px;
    max-width: 100%;
    transition: .3s;
    cursor: pointer;
  }

  .g-btn.--wide {
    width: 800px;
    padding: 0 20px;
    justify-content: flex-start;
  }

  .g-btn+.g-btn,
  .g-btn.--wide+.g-btn {
    margin-top: 15px;
  }

  .g-btn.--wide:after {
    margin-left: auto;
  }

  .g-btn.--wide02 {
    width: 500px;
    text-align: center;
    line-height: 1.2;
  }

  .g-btn:hover {
    opacity: .6;
  }

  .g-btn:after {
    width: 15px;
    height: 24px;
    margin-left: 20px;
  }

  .g-btn.--blank:after {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 767px) {
  .g-btn {
    font-size: 3.7333333333vw;
    border: 1.0666666667vw solid #000;
    /* width: 53.3333333333vw; */
    min-height: 10.6666666667vw;
    min-width: 53.3333333333vw;
    width: fit-content;
    min-height: 10.6666666667vw;
    padding: 0 5vw;
  }

  .g-btn.--wide {
    width: 100%;
    justify-content: flex-start;
    padding: 3vw;
  }

  .g-btn+.g-btn,
  .g-btn.--wide+.g-btn {
    margin-top: 5vw;
  }

  .g-btn.--wide:after {
    margin-left: auto;
  }

  .g-btn.--wide02 {
    width: 100%;
    text-align: center;
    line-height: 1.2;
  }

  .g-btn.--blank:after {
    width: 3.2vw;
    height: 3.2vw;
  }

  .g-btn:after {
    width: 2vw;
    height: 3.2vw;
    margin-left: 2.6666666667vw;
  }
}

.g-secttl {
  text-align: center;
  text-transform: uppercase;
}

.g-secttl em,
.g-secttl .--en {
  font-family: "M PLUS 2", serif;
}

.g-secttl em,
.g-secttl>span {
  display: block;
  line-height: 1;
  font-weight: 800;
}

.g-secttl em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.g-secttl em>span {
  line-height: 1;
  display: block;
  color: #808080;
}

.g-secttl span {
  font-weight: 800;
}

.g-secttl:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #000;
}

@media (min-width: 768px) {
  .g-secttl {
    margin-bottom: 65px;
  }

  .g-secttl em {
    font-size: 64px;
    margin-bottom: 15px;
  }

  .g-secttl>span {
    font-size: 24px;
  }

  .g-secttl:before {
    bottom: -28px;
    width: 93px;
    height: 9px;
  }
}

@media (max-width: 767px) {
  .g-secttl {
    margin-bottom: 8.6666666667vw;
  }

  .g-secttl em {
    font-size: 8.5333333333vw;
    margin-bottom: 2vw;
  }

  .g-secttl>span {
    font-size: 3.2vw;
  }

  .g-secttl:before {
    bottom: -3.7333333333vw;
    width: 12.4vw;
    height: 1.2vw;
  }
}

.g-tab__btn.is-disabled {
  pointer-events: none;
  opacity: .65;
}

.g-tab__btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.g-tab__btnwrap>div {
  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;
  font-family: "M PLUS 2", serif;
  font-weight: 800;
  color: #fff;
  background: #808080;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.g-tab__btnwrap>div.is-active {
  background: #000;
}

.g-tab__panel {
  background: #e0e0e0;
}

.g-tab__panel.--w {
  background: #fff;
}

.g-tab__panel>div {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
  width: 100%;
}

.g-tab__panel>div.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
}

.g-tab__panel>div.is-disabled {
  display: none !important;
}

@media (min-width: 768px) {
  .g-tab__btnwrap {
    border-bottom: 4px solid #000;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .g-tab__btnwrap>div {
    width: 370px;
    height: 87px;
    cursor: pointer;
  }

  .g-tab__btnwrap>div+div {
    margin-left: 20px;
  }

  .g-tab__btnwrap>div em {
    font-size: 58px;
  }

  .g-tab__btnwrap>div span {
    margin-left: 10px;
    font-size: 20px;
    bottom: -14px;
  }

  .g-tab__panel {
    padding: 25px 0;
  }
}

@media (max-width: 767px) {
  .g-tab__btnwrap {
    border-bottom: 1.0666666667vw solid #000;
  }

  .g-tab__btnwrap>div {
    width: 49.3333333333vw;
    height: 11.6vw;
  }

  .g-tab__btnwrap>div em {
    font-size: 7.7333333333vw;
  }

  .g-tab__btnwrap>div span {
    margin-left: 1.3333333333vw;
    font-size: 2.6666666667vw;
    bottom: -1.8666666667vw;
  }

  .g-tab__panel {
    padding: 3.3333333333vw 0 3.3333333333vw;
  }

  .g-tab__panel>div {
    top: 3.3333333333vw;
  }
}

.g-fixed {
  position: fixed;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 500;
  background: #000;
}

.g-fixed.is-show {
  visibility: visible;
  opacity: 1;
}

.g-fixed a {
  display: block;
}

.g-fixed a img {
  width: 100%;
}

@media (min-width: 768px) {
  .g-fixed {
    width: 400px;
    bottom: 20px;
    right: 20px;
  }

  .g-fixed a {
    padding: 5px;
  }
}

@media (max-width: 767px) {
  .g-fixed {
    width: 100%;
  }

  .g-fixed a {
    width: 100%;
    padding: 0.6666666667vw;
  }
}

.m-kv img {
  width: 100%;
}

@media (min-width: 768px) {
  .m-kv {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .m-kv {
    margin-bottom: 5.3333333333vw;
  }
}

.m-game {
  margin: 0 auto;
  background-image: url("../img/game_bg.jpg");
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.m-game__schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-game__date,
.m-game__time,
.m-game__ko,
.m-game__place,
.m-game__table {
  font-family: "M PLUS 2", serif;
  font-weight: 800;
  line-height: 1;
}

.m-game__place {
  text-align: center;
}

.txt_small {
  font-size: 18px;
  line-height: 1.2;
  display: block;
  padding-left: 20px;
}

.th_small {
  font-size: 18px;
  line-height: 1.2;
  padding-left: 20px;
}

.m-game__cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.m-game__cont:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background: #000;
}

.m-game__table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: left;
}

.m-game__table th,
.m-game__table td {
  line-height: 1;
}

@media (min-width: 768px) {
  .m-game {
    width: 1000px;
    border: 4px solid #000;
    padding: 50px 40px 37px;
  }

  .m-game__cont {
    padding-bottom: 37px;
  }

  .m-game__cont:before {
    width: 590px;
    height: 4px;
    bottom: 0;
  }

  .m-game__date {
    font-size: 82px;
  }

  .m-game__time {
    font-size: 36px;
  }

  .m-game__ko {
    font-size: 49px;
  }

  .m-game__date {
    font-size: 49px;
  }

  .m-game__place {
    font-size: 28px;
    margin-top: 15px;
  }

  .m-game__logo {
    margin: 0 auto;
  }

  .m-game__logo img {
    width: 100%;
  }

  .m-game__logo.home {
    width: 150px;
  }

  .m-game__logo.away {
    width: 200px;
  }

  .m-game__table {
    font-size: 28px;
    margin-top: 25px;
  }

  .m-game__table td {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .m-game {
    width: 93.3333333333vw;
    border: 1.0666666667vw solid #000;
    padding: 6.6666666667vw 5.3333333333vw 4.9333333333vw;
  }

  .m-game__cont {
    padding-bottom: 4.9333333333vw;
  }

  .m-game__cont:before {
    width: 78.6666666667vw;
    height: 1.0666666667vw;
    bottom: 0;
  }

  .m-game__date {
    font-size: 10.9333333333vw;
  }

  .m-game__time {
    font-size: 4.8vw;
  }

  .m-game__ko {
    font-size: 6.5333333333vw;
  }

  .m-game__date {
    font-size: 6.5333333333vw;
  }

  .m-game__place {
    font-size: 3.7333333333vw;
    margin-top: 2vw;
  }

  .m-game__logo.home {
    width: 16vw;
  }

  .m-game__logo.away {
    width: 22.6666666667vw;
  }

  .m-game__table {
    font-size: 3.7333333333vw;
    margin-top: 3.3333333333vw;
  }

  .m-game__table td {
    padding-left: 2.6666666667vw;
  }

  .txt_small {
    font-size: 3vw;
    padding-left: 4vw;
  }

  .th_small {
    font-size: 3vw;
    padding-left: 4vw;
  }
}

.m-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-menu__items.is-disabled>* {
  pointer-events: none;
  opacity: .5;
}

.m-menu__items:nth-child(odd) {
  background: #000;
}

.m-menu__items:nth-child(even) {
  background: #1c1c1c;
}

.m-menu__items span {
  color: #fff;
}

.m-menu__items img {
  display: block;
  margin: 0 auto;
}

.m-menu__link {
  text-align: center;
  font-family: "M PLUS 2", serif;
  font-weight: 800;
  color: #fff;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-menu__link:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-image: url("../img/arw_menu.png");
  background-size: cover;
}

@media (min-width: 768px) {
  .m-menu {
    margin-top: 40px;
    background: #000;
  }

  .m-menu__list {
    margin: 0 auto;
    width: 1200px;
  }

  .m-menu__items {
    width: 20%;
  }

  .m-menu__items:nth-child(n + 5) {
    width: 20%;
    margin-top: 2px;
  }

  .m-menu__items img {
    height: 60px;
    margin-bottom: 15px;
  }

  .m-menu__link {
    font-size: 16px;
    height: 150px;
    padding-bottom: 10px;
  }

  .m-menu__link:before {
    width: 20px;
    height: 12px;
    bottom: 10px;
  }
}

@media (max-width: 767px) {
  .m-menu {
    margin-top: 5.3333333333vw;
  }

  .m-menu__items {
    width: 20%;
  }

  .m-menu__items:nth-child(n + 5) {
    width: 20%;
    margin-top: 0.2666666667vw;
  }

  .m-menu__items img {
    height: 9.6vw;
    margin-bottom: 2vw;
  }

  .m-menu__link {
    font-size: 2.6666666667vw;
    height: 25.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }

  .m-menu__link:before {
    width: 2.6666666667vw;
    height: 1.6vw;
    bottom: 1.8666666667vw;
  }
}

.m-spevent__icon {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.m-spevent__txt {
  background: #1c1c1c;
  color: #fff;
}

.m-spevent__txt p {
  line-height: 1.7142857143;
}

@media (min-width: 768px) {
  .m-spevent {
    padding: 50px 0 0;
    margin: 0 auto;
  }

  .m-spevent .g-tab__panel {
    padding-top: 35px;
  }

  .m-spevent__icon {
    width: 62px;
    top: -35px;
  }

  .m-spevent__cont {
    width: 1150px;
    margin: 0 auto;
    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;
    background: #1c1c1c;
    margin-bottom: 50px;
  }

  .m-spevent__cont:last-child {
    margin-bottom: 0px;
  }

  .m-spevent__txt,
  .m-spevent__img {
    width: 50%;
  }

  .m-spevent__txt {
    padding: 40px 45px 0;
  }

  .m-spevent__txt h3 {
    font-size: 23px;
    margin-bottom: 25px;
    text-align: center;
  }

  .m-spevent__txt p {
    font-size: 20px;
  }

  .m-spevent__txt .g-btn {
    width: 350px;
    height: 60px;
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .m-spevent {
    padding: 6.6666666667vw 0 0;
  }

  .m-spevent .g-tab__panel {
    padding: 3.3333333333vw 3.3333333333vw 3.3333333333vw
  }

  .m-spevent__icon {
    width: 13.7333333333vw;
    top: -6.9333333333vw;
  }

  .m-spevent__txt {
    padding: 9.3333333333vw 9.3333333333vw 4.6666666667vw;
  }

  .m-spevent__txt h3 {
    font-size: 4.4vw;
    margin-bottom: 3.3333333333vw;
    text-align: center;
  }

  .m-spevent__txt p {
    font-size: 3.7333333333vw;
  }

  .m-spevent__cont {
    margin-bottom: 6.6666666667vw;
  }

  .m-spevent__cont:last-child {
    margin-bottom: 0px;
  }

  .m-spevent__txt .g-btn {
    margin-top: 3.3333333333vw;
  }
}

.m-team__cont {
  background: #000;
  background-image: url("../img/host_bg.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  color: #fff;
}

.m-team__ttl {
  text-align: center;
}

.m-team__ttl img {
  display: block;
  margin: 0 auto;
}

.m-team__slide:before {
  content: "";
  background-image: url("../img/logo_bg.png");
  background-size: cover;
  position: absolute;
}

.m-team__slide .slick-arrow {
  background-image: url("../img/arw_gray.png");
  background-size: cover;
  position: absolute;
  z-index: 1;
}

.m-team__slide .slick-arrow.slick-prev {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
  left: 0;
}

.m-team__slide .slick-arrow.slick-next {
  right: 0;
}

.m-team__profile {
  position: absolute;
}

.m-team__profile>* {
  display: block;
  line-height: 1;
}

.m-team__profile em,
.m-team__profile p {
  font-family: "M PLUS 2", serif;
  font-weight: 800;
}

.m-team__profile span {
  color: #666;
}

.m-team__visitor {
  background: #808080;
}

.m-team__txt {
  color: #fff;
  margin: 0 auto;
}

.m-team__txt span {
  display: block;
}

.m-team__txt>* {
  line-height: 1.4285714286;
}

.m-team__txt h3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (min-width: 768px) {
  .m-team {
    margin-top: 50px;
  }

  .m-team__cont {
    margin: 0 auto;
    padding: 60px 0 0;
  }

  .m-team__ttl {
    margin-bottom: 35px;
  }

  .m-team__ttl img {
    height: 85px;
    margin-bottom: 35px;
  }

  .m-team__ttl h3 {
    font-size: 30px;
  }

  .m-team__slide {
    width: 1000px;
    margin: 50px auto 0;
  }

  .m-team__slide .slick-arrow {
    top: 270px;
  }

  .m-team__lead {
    font-size: 20px;
    padding: 0 80px;
    text-align: center;
  }

  .m-team__img {
    overflow: hidden;
    width: 750px;
    height: 640px;
  }

  .m-team__img.--adg {
    right: -72px;
  }

  .m-team__img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    -o-object-position: top;
    object-position: top;
  }

  .m-team__img:after {
    content: "";
    position: absolute;
    background: #666;
    height: 8px;
    width: 200vw;
    top: 720px;
    left: -400px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  .m-team__slide:before {
    width: 478px;
    height: 574px;
    right: 0;
    top: 15px;
  }

  .m-team__profile {
    right: 60px;
    top: 70px;
    min-width: 320px;
  }

  .m-team__profile em {
    font-size: 68px;
    margin-bottom: 2px;
  }

  .m-team__profile span {
    font-size: 24px;
    margin-top: 15px;
  }

  .m-team__profile p {
    font-size: 44px;
    margin-top: 35px;
  }

  .m-team__desc {
    width: 380px;
    position: absolute;
    right: 100px;
    bottom: 20px;
  }

  .m-team__table {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 40px;
    font-size: 24px;
  }

  .m-team__table th {
    font-size: 20px;
    width: 120px;
  }

  .m-team__table td {
    padding-left: 15px;
    font-size: 18px;
  }

  .m-team__visitor {
    width: 750px;
    margin: 0 auto;
    padding-bottom: 200px;
  }

  .m-team__inner {
    width: 750px;
    margin: 0 auto;
  }

  .m-team__pct.pct02 {
    margin-top: -28px;
  }

  .m-team__pct.pct01 {
    margin-top: -54px;
  }

  .m-team__txt {
    width: 700px;
    position: absolute;
    bottom: -162px;
    left: 25px;
  }

  .m-team__txt span {
    width: 150px;
    margin-left: auto;
    margin-right: 28px;
    margin-bottom: 40px;
  }

  .m-team__txt h3 {
    font-size: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: 0;
  }

  .m-team__txt p {
    font-size: 20px;
    padding-left: 245px;
  }
}

@media (max-width: 767px) {
  .m-team {
    margin-top: 6.6666666667vw;
  }

  .m-team__cont {
    padding: 8vw 0 0;
  }

  .m-team__ttl {
    margin-bottom: 4.6666666667vw;
  }

  .m-team__ttl img {
    height: 11.3333333333vw;
    margin-bottom: 4.6666666667vw;
  }

  .m-team__ttl h3 {
    font-size: 5.6vw;
  }

  .m-team__lead {
    font-size: 3.7333333333vw;
    padding: 0 10.6666666667vw;
  }

  .m-team__img {
    overflow: hidden;
  }

  .m-team__img:after {
    content: "";
    position: absolute;
    background: #666;
    height: 1.0666666667vw;
    width: 200vw;
    top: 104vw;
    left: -53.3333333333vw;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }

  .m-team__slide:before {
    width: 63.7333333333vw;
    height: 76.5333333333vw;
    left: 36.1333333333vw;
    top: 2vw;
  }

  .m-team__slide .slick-arrow {
    width: 9.6vw;
    height: 9.6vw;
    top: 49.3333333333vw;
  }

  .m-team__slideitems {
    padding-bottom: 20vw;
  }

  .m-team__profile {
    top: 20vw;
    left: 54vw;
    text-shadow: 0px -0px 4px #666666;
  }

  .m-team__profile em {
    font-size: 9vw;
    margin-bottom: 2.6666666667vw;
  }

  .m-team__profile span {
    font-size: 3.2vw;
  }

  .m-team__profile p {
    font-size: 7.2vw;
    margin-top: 7.3333333333vw;
  }

  .m-team__desc {
    width: 50.6666666667vw;
    position: absolute;
    right: 5.3333333333vw;
    bottom: 8.6666666667vw;
  }

  .m-team__table {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
    text-shadow: 0px -0px 4px #666666;
  }

  .m-team__table th {
    min-width: 65px;
  }

  .m-team__table td {
    padding-left: 2vw;
  }

  .m-team__visitor {
    padding-bottom: 40vw;
  }

  .m-team__pct.pct01 {
    margin-top: -7.5vw;
  }

  .m-team__pct.pct02 {
    margin-top: -3.7333333333vw;
  }

  .m-team__txt {
    width: 93.3333333333vw;
    position: absolute;
    bottom: -30vw;
    left: 3.3333333333vw;
  }

  .m-team__txt span {
    width: 24.2666666667vw;
    margin-left: auto;
    margin-right: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }

  .m-team__txt h3 {
    font-size: 5.6vw;
    margin-bottom: 4vw;
    margin-left: auto;
    margin-right: 0;
  }

  .m-team__txt p {
    font-size: 3.7333333333vw;
    padding-left: 14vw;
  }
}

.m-event__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.m-event__txt {
  line-height: 1.2352941176;
  font-weight: 700;
  text-align: center;
}

.m-event__btn {
  font-family: "M PLUS 2", serif;
  font-weight: 800;
  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%;
  color: #000;
}

.m-event__btn:before {
  content: "";
  background-image: url("../img/icon_plus.png");
  background-size: cover;
  position: absolute;
}

.m-event__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .m-event {
    margin-top: 85px;
    margin: 85px auto 0;
  }

  .m-event__list {
    width: 1200px;
    padding: 30px 40px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
  }

  .m-event__items {
    width: 30%;
    margin: 0 1.6666666667%;
  }

  .m-event__items:nth-child(n + 4) {
    margin-top: 45px;
  }

  .m-event__txt {
    font-size: 20px;
    margin: 20px 0 0;
  }

  .m-event__btn {
    border: 4px solid #000;
    font-size: 20px;
    height: 60px;
    margin-top: 25px;
  }

  .m-event__btn:before {
    width: 20px;
    height: 20px;
    right: 20px;
  }

  .m-event__img {
    height: 221px;
  }
}

@media (max-width: 767px) {
  .m-event {
    margin-top: 11.3333333333vw;
  }

  .m-event__list {
    padding: 0vw 5.3333333333vw 5.3333333333vw;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .m-event__items {
    width: 43.3333333333vw;
  }

  .m-event__items:nth-child(n + 3) {
    margin-top: 3.6vw;
  }

  .m-event__txt {
    font-size: 3.8vw;
    margin: 2.6666666667vw 0 0;
  }

  .m-event__btn {
    border: 1.0666666667vw solid #000;
    font-size: 3.2vw;
    height: 9.3333333333vw;
    margin-top: 3.3333333333vw;
  }

  .m-event__btn:before {
    width: 3.6vw;
    height: 3.6vw;
    right: 2.6666666667vw;
  }

  .m-event__img {
    height: 30.3333vw;
  }
}

.m-goods__txt {
  line-height: 1.7142857143;
}

.m-goods__txt h3 {
  text-align: center;
}

.m-goods__txt button {
  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;
  font-family: "M PLUS 2", serif;
  font-weight: 800;
  margin: 0 auto;
}

.m-goods__img {
  margin: 0 auto;
}

.m-goods__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.m-goods__txt p {
  text-align: center;
}

.m-goods__slide {
  margin: 0 auto;
}

.m-goods__pct .slick-arrow {
  z-index: 1;
  background-image: url("../img/arw_bk.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.m-goods__pct .slick-arrow.slick-prev {
  -webkit-transform: scale(-1, 1) translateY(-50%);
  transform: scale(-1, 1) translateY(-50%);
}

@media (min-width: 768px) {
  .m-goods {
    margin-top: 45px;
  }

  .m-goods .g-tab__panelitems {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }

  .m-goods__img {
    border: 8px solid #000;
    margin-bottom: 45px;
    margin: 0 19px;
    height: 430px !important;
  }

  .m-goods__pct {
    width: 430px;
    margin: 20px auto 0;
  }

  .m-goods__pct .slick-list {
    overflow: visible;
  }

  .m-goods__pct .slick-arrow {
    width: 72px;
    height: 72px;
  }

  .m-goods__pct .slick-arrow.slick-next {
    right: -38px;
  }

  .m-goods__pct .slick-arrow.slick-prev {
    left: -38px;
  }

  .m-goods__txt h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .m-goods__txt p {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .m-goods__txt button {
    font-size: 24px;
    width: 372px;
    height: 80px;
    border: 4px solid #000;
    margin-top: 30px;
  }

  .m-goods__items {
    padding-bottom: 55px;
  }

  .m-goods__slide {
    /* width: 700px; */
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .m-goods {
    margin-top: 6vw;
  }

  .m-goods__img {
    border: 1.0666666667vw solid #000;
    margin-bottom: 6vw;
    margin: 0 2.5333333333vw;
    height: 63.47vw !important;
  }

  .m-goods__pct {
    width: 70.5333333333vw;
    margin: 0 auto;
  }

  .m-goods__pct .slick-list {
    overflow: visible;
  }

  .m-goods__pct .slick-arrow {
    width: 9.6vw;
    height: 9.6vw;
  }

  .m-goods__pct .slick-arrow.slick-next {
    right: -5.0666666667vw;
  }

  .m-goods__pct .slick-arrow.slick-prev {
    left: -5.0666666667vw;
  }

  .m-goods__txt h3 {
    font-size: 4.4vw;
    margin-bottom: 4vw;
  }

  .m-goods__txt p {
    font-size: 3.7333333333vw;
    margin-bottom: 4vw;
    text-align: left;
  }

  .m-goods__txt button {
    font-size: 3.7333333333vw;
    width: 49.6vw;
    height: 10.6666666667vw;
    border: 1.0666666667vw solid #000;
    margin-top: 4vw;
  }

  .m-goods__items {
    padding-bottom: 7.3333333333vw;
  }

  .m-goods__slide {
    width: 93.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}

.m-map img {
  width: 93.3333333333vw;
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) {
  .m-map {
    margin-top: 50px;
  }

  .m-map img {
    width: 700px;
    max-width: 50%;
    margin: 20px 10px;
  }

  .m-map .g-tab__panelitems {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 1200px; */
    padding: 30px 40px 40px;
    margin: 0 auto;
  }

  .m-map .g-tab__panelimg img {
    margin: 0 10px;
    width: 600px;
  }

  .m-map .g-tab__panelimg {
    display: flex;
    justify-content: center;
    align-items: center;
  }

}

@media (max-width: 767px) {
  .m-map {
    margin-top: 6.6666666667vw;
  }

  .m-map img {
    width: 93.3333333333vw;
  }

  .m-map img+img {
    margin-top: 3.3333333333vw;
  }
}

.m-howto {
  margin: 0 auto;
}

.m-howto__box {
  background: #fff;
}

.m-howto__list li {
  line-height: 1.7142857143;
  text-indent: -0.5em;
  padding-left: 1em;
}

.m-howto__list li:before {
  content: "・";
}

@media (min-width: 768px) {
  .m-howto {
    margin-top: 50px;
    border: 4px solid #000;
    padding: 50px 30px 40px;
    width: 1000px;
  }

  .m-howto__list {
    margin-bottom: 35px;
  }

  .m-howto__list li {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .m-howto {
    margin-top: 6.6666666667vw;
    border: 1.0666666667vw solid #000;
    padding: 6.6666666667vw 4vw 5.3333333333vw;
    width: 93.3333333333vw;
  }

  .m-howto__list {
    margin-bottom: 4.6666666667vw;
  }

  .m-howto__list li {
    font-size: 3.7333333333vw;
  }
}

.m-bc,
.m-bc__box {
  margin: 0 auto;
}

.m-bc__box {
  background: #fff;
}

.m-bc__list li {
  line-height: 1.7142857143;
  text-indent: -0.5em;
  padding-left: 1em;
}

.m-bc__list li:before {
  content: "・";
}

@media (min-width: 768px) {
  .m-bc {
    margin-top: 50px;
  }

  .m-bc__box {
    border: 4px solid #000;
    padding: 50px 30px 40px;
    width: 1000px;
  }

  .m-bc__list {
    margin-bottom: 35px;
  }

  .m-bc__list li {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .m-bc {
    margin-top: 6.6666666667vw;
  }

  .m-bc__box {
    border: 1.0666666667vw solid #000;
    padding: 6.6666666667vw 4vw 5.3333333333vw;
    width: 93.3333333333vw;
  }

  .m-bc__box .g-btn {
    font-size: 3.5vw;
  }

  .m-bc__list {
    margin-bottom: 4.6666666667vw;
  }

  .m-bc__list li {
    font-size: 3.7333333333vw;
  }
}

.m-access__cont {
  background: #fff;
  margin: 0 auto;
}

.m-access__map iframe {
  width: 100%;
}

.m-access__txt h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.m-access__txt h3:before {
  content: "";
  display: block;
  background-image: url("../img/icon_train.png");
  background-size: cover;
}

.m-access__note {
  padding-left: 1rem;
}

.m-access__note:before {
  content: '※';
  margin-left: -1em;
}

@media (min-width: 768px) {
  .m-access {
    margin-top: 75px;
  }

  .m-access__map iframe {
    height: 600px;
  }

  .m-access__cont {
    width: 1000px;
    padding-bottom: 40px;
  }

  .m-access__txt {
    padding: 30px 40px;
  }

  .m-access__txt h3 {
    border: 4px solid #000;
    padding: 10px;
    margin-bottom: 15px;
  }

  .m-access__txt h3:before {
    margin: 0 20px;
    width: 27px;
    height: 41px;
  }

  .m-access__txt p+h3 {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .m-access {
    margin-top: 10vw;
  }

  .m-access__map iframe {
    height: 52.6666666667vw;
  }

  .m-access__cont {
    width: 93.3333333333vw;
    padding-bottom: 5.3333333333vw;
  }

  .m-access__txt {
    padding: 4vw 5.3333333333vw;
  }

  .m-access__txt h3 {
    border: 1.0666666667vw solid #000;
    font-size: 3.4666666667vw;
    padding: 0.8vw 0;
    margin-bottom: 2vw;
  }

  .m-access__txt h3:before {
    margin: 0 2.6666666667vw;
    width: 3.6vw;
    height: 5.4666666667vw;
  }

  .m-access__txt p+h3 {
    margin-top: 4vw;
  }
}

.m-movie__iframe,
.m-movie__txt {
  margin: 0 auto;
}

.m-movie__txt {
  line-height: 1.7142857143;
  font-weight: 700;
}

.m-movie iframe {
  width: 100%;
}

@media (min-width: 768px) {
  .m-movie {
    margin-top: 60px;
  }

  .m-movie__iframe {
    width: 1000px;
  }

  .m-movie__iframe iframe {
    height: 562px;
  }

  .m-movie__iframe iframe+iframe {
    margin-top: 28px;
  }

  .m-movie__txt {
    border: 4px solid #000;
    width: 1000px;
    padding: 43px;
    margin-top: 39px;
  }
}

@media (max-width: 767px) {
  .m-movie {
    margin-top: 8vw;
  }

  .m-movie__iframe {
    width: 93.3333333333vw;
  }

  .m-movie__iframe iframe {
    height: 52.2666666667vw;
  }

  .m-movie__iframe iframe+iframe {
    margin-top: 3.7333333333vw;
  }

  .m-movie__txt {
    border: 1.0666666667vw solid #000;
    width: 93.3333333333vw;
    padding: 5.7333333333vw;
    margin-top: 5.2vw;
  }
}

.m-modal {
  z-index: 1001;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m-modal>* {
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: 0;
  margin: 0 auto;
  max-height: 80vh;
  overflow: scroll;
}

.m-modal.is-show {
  opacity: 1;
  visibility: visible;
}

.m-modal.is-show>*.is-show {
  opacity: 1;
  visibility: visible;
}

.m-modal>* {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.m-modal__player .slick-arrow {
  background-image: url("../img/slide_arrow.png");
  background-size: cover;
  top: 50%;
}

.m-modal__player .slick-arrow.slick-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.m-modal__slideitems .m-modal__pct img {
  width: 65%;
  -o-object-position: top;
  object-position: top;
  margin: 0 auto;
}

.m-modal__slidename {
  border-bottom: 2px solid #9c9111;
  text-align: center;
}

.m-modal__slidename p {
  font-weight: 700;
}

.m-modal__slidename span {
  color: #9c9111;
}

.m-modal__desc {
  border-top: 2px solid #9c9111;
  line-height: 1.5;
}

.m-modal__table {
  margin: 0 auto;
}

.m-modal__table th {
  font-weight: 700;
  color: #9c9111;
}

.m-modal__close {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  background: #000;
}

.m-modal__btn {
  color: #fff;
  background: #000;
  margin: 0 auto;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-modal__btn span {
  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;
  position: absolute;
}

.m-modal__btn span:before,
.m-modal__btn span:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.m-modal__btn span:after {
  background: #fff;
}

.m-modal__btn span:before {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
}

.m-modal__goodsname,
.m-modal__eventttl {
  text-align: center;
  font-weight: 700;
}

.m-modal__eventdesc {
  line-height: 1.5;
}

.m-modal__eventdesc a {
  text-decoration: underline;
}

.m-modal__pct {
  overflow: hidden;
}

.m-modal__pct img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 768px) {
  .m-modal>* {
    width: 700px;
  }

  .m-modal__event,
  .m-modal__gourmet {
    padding: 25px 30px 40px;
  }

  .m-modal__event .g-btn {
    width: 330px;
    height: 70px;
    font-size: 20px;
    margin-top: 20px;
  }

  .m-modal__pct {
    width: 70%;
    margin: 0 auto;
  }

  .m-modal__pct img {
    width: 100%;
  }

  .m-modal__pct img+img {
    margin-top: 15px;
  }

  .m-modal__table {
    font-size: 14px;
  }

  .m-modal__table th {
    padding-right: 20px;
  }

  .m-modal__desc {
    font-size: 15px;
    margin-top: 20px;
    padding-top: 20px;
  }

  .m-modal__close {
    font-size: 18px;
    bottom: -60px;
    padding: 10px 20px;
  }

  .m-modal__btn {
    width: 195px;
    height: 50px;
    font-size: 18px;
    margin-top: 50px;
    border-radius: 6px;
  }

  .m-modal__btn span {
    width: 22px;
    height: 22px;
    right: 9px;
  }

  .m-modal__btn span:before {
    width: 22px;
    height: 22px;
    border-width: 2px;
    left: -1px;
  }

  .m-modal__btn span:after {
    width: 10px;
    height: 2px;
  }

  .m-modal__eventttl {
    font-size: 18px;
    margin: 24px 0;
  }

  .m-modal__eventdesc {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .m-modal>* {
    width: 93.3333333333vw;
    padding: 3.3333333333vw;
  }

  .m-modal__table {
    font-size: 3.2vw;
  }

  .m-modal__table th {
    padding-right: 2.6666666667vw;
  }

  .m-modal__desc {
    font-size: 2.6666666667vw;
    margin-top: 1.3333333333vw;
    padding-top: 1.3333333333vw;
  }

  .m-modal__close {
    font-size: 3.2vw;
    bottom: -6.6666666667vw;
    padding: 0.6666666667vw 1.3333333333vw;
  }

  .m-modal__btn {
    width: 53.3333333333vw;
    height: 12vw;
    font-size: 4vw;
    margin-top: 6.6666666667vw;
    border-radius: 0.8vw;
  }

  .m-modal__btn span {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    right: 2.4vw;
  }

  .m-modal__btn span:before {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    border-width: 0.5333333333vw;
    left: -0.4vw;
  }

  .m-modal__btn span:after {
    width: 2.6666666667vw;
    height: 0.5333333333vw;
  }

  .m-modal__eventttl {
    font-size: 4.4vw;
    margin: 3.2vw 0;
  }

  .m-modal__eventdesc {
    font-size: 3.7333333333vw;
  }

  .m-modal__pct img+img {
    margin-top: 5vw;
  }

  .m-modal__event .g-btn {
    margin-top: 5vw;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: auto;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),
    url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"),
    url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  z-index: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {

  .slick-prev,
  .slick-next {
    width: 72px;
    height: 72px;
  }
}

@media (max-width: 767px) {

  .slick-prev,
  .slick-next {
    width: 9.6vw;
    height: 9.6vw;
  }
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

/* Dots */
.slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  font-size: 0px;
  cursor: pointer;
  border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.m-note {
  text-align: center;
  line-height: 1.4;
  font-weight: 700;
}

@media (min-width: 768px) {
  .m-note {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .m-note {
    font-size: 4vw;
  }
}

.access_img {
  display: block;
  margin: 0 auto;
  object-fit: cover;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .access_img {
    display: block;
    margin: 0 auto;
    object-fit: cover;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}



@media (min-width: 768px) {
  .m-map__txt {
    width: 1000px;
    margin: 0 auto;
    padding: 0 40px 30px;
  }

  .m-map__txt h1 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
  }

  .m-map__txt p {
    font-size: 15px;
  }

  .m-spevent__img--pt:first-child {
    padding-top: 130px;
  }

  .m-spevent__img--pt:last-child {
    padding-bottom: 130px;
  }
}

@media (max-width: 767px) {
  .m-map__txt {
    width: 93.3333333333vw;
    margin: 0 auto;
    padding: 4vw 5.3333333333vw
  }

  .m-map__txt h1 {
    font-size: 4vw;
    margin-bottom: 2.6666666667vw;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
  }

  .m-map__txt p {
    font-size: 3.7333333333vw
  }
}

.m-map__txt li {
  text-indent: -0.5em;
}

.m-map__txt li::before {
  content: "・";
  text-indent: -0.5em;
}

.hide_link {
  pointer-events: none;
}