@charset "UTF-8";
body {
  font-family: "Alatsi", "Noto Sans JP", sans-serif;
  background-size: 100% auto;
}
body main {
  background-image: url("../img/sec_bg.jpg");
  background-size: 100% auto;
}
body section {
  background: #fff;
  margin: 0 auto;
  border: 1px solid #000;
}
body section.--bk {
  background: #000;
}

* {
  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;
  font-style: normal;
  border: none;
  appearance: none;
  line-height: 1.6428571429;
  font-weight: 700;
}

main {
  display: block;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

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

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

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

.g-secttl.js-fade h2 {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-secttl.js-fade.is-scroll h2 {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.g-secttl__02.js-fade {
  width: 0.1%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  white-space: nowrap;
}
.g-secttl__02.js-fade.is-scroll {
  width: 100%;
}

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

.--cs {
  font-weight: 900;
  text-align: center;
}

.g-fixed {
  position: fixed;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-fixed.is-show {
  visibility: visible;
  opacity: 1;
}

@media (min-width: 768px) {
  body {
    min-width: 1200px;
  }
  body:before, body:after {
    content: "";
    display: block;
    position: fixed;
    width: calc((100% - 750px) / 2);
    height: 100%;
    top: 0;
    background-size: cover !important;
    background-repeat: none !important;
    background-position: center !important;
  }
  body:before {
    left: 0;
    background-image: url("../img/bg_left.jpg");
    background-position: center;
  }
  body:after {
    right: 0;
    background-image: url("../img/bg_right.jpg");
    background-position: center;
  }
  main {
    background: #cbbb97;
    width: 750px;
    margin: 0 auto;
    padding-top: 30px;
    padding-top: 80px;
  }
  [data-device=sp] {
    display: none !important;
  }
  section {
    width: 670px;
  }
  section.m-kv, section.m-stream {
    width: 100%;
  }
  section + section {
    margin-top: 95px;
  }
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.65;
  }
  .modal-pct {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: url("cursor.cur"), auto;
  }
  .modal-pct:hover {
    opacity: 0.65;
  }
  .--cs {
    font-size: 30px;
    padding: 40px 0;
  }
  .m-gallery,
  .m-youtube {
    z-index: 0;
  }
  .m-gallery:before, .m-gallery:after,
  .m-youtube:before,
  .m-youtube:after {
    width: 275px;
    height: 275px;
  }
  .m-gallery:before,
  .m-youtube:before {
    left: 0;
    top: 0;
  }
  .m-gallery:after,
  .m-youtube:after {
    right: 0;
    bottom: 0;
  }
  .g-fixed {
    width: 200px;
    height: 200px;
    right: -870px;
    left: 0;
    margin: 0 auto;
    bottom: 20px;
  }
}
@media (max-width: 767px) {
  [data-device=pc] {
    display: none !important;
  }
  main {
    padding-top: 18.6666666667vw;
  }
  section {
    width: 89.3333333333vw;
  }
  section.m-kv, section.m-stream {
    width: 100%;
  }
  section + section {
    margin-top: 12.6666666667vw;
  }
  .--cs {
    font-size: 5.3333333333vw;
    padding: 4vw 0;
  }
  .g-fixed {
    width: 26.6666666667vw;
    height: 26.6666666667vw;
    right: 2.6666666667vw;
    margin: 0 auto;
    bottom: 2.6666666667vw;
  }
}
/* 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: url("cursor.cur"), auto;
  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 {
  cursor: url("cursor.cur"), auto;
  -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 */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -13.3333333333vw;
}

.slick-next {
  right: -13.3333333333vw;
}

.slick-prev {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

.slick-prev,
.slick-next {
  z-index: 2;
}
.slick-prev::before,
.slick-next::before {
  background-size: cover;
  opacity: 1;
}
.slick-prev:after,
.slick-next:after {
  background-size: cover;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.slick-prev:before, .slick-prev:after,
.slick-next:before,
.slick-next:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 34px;
    height: 34px;
  }
  .slick-prev:hover:after,
  .slick-next:hover:after {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 12.4vw;
    height: 12.4vw;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -5.3333333333vw;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li button {
  border: 0;
  background: #000;
  display: block;
  width: 1.6vw;
  height: 1.6vw;
  margin: 0 1.8666666667vw;
  border-radius: 50%;
  color: transparent;
}
.slick-dots li.slick-active button {
  background: #967823;
}

.g-secttl h2 {
  color: #fff;
  z-index: 0;
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0 auto;
  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;
  line-height: 1;
}
.g-secttl h2:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  z-index: -1;
  position: absolute;
  -webkit-transform: skew(-45deg, 0deg);
          transform: skew(-45deg, 0deg);
}
.g-secttl span {
  display: block;
  text-align: center;
}
.g-secttl.--gl h2:before {
  background: #967823;
}
.g-secttl.--bk h2:before {
  background: #000;
}
.g-secttl__02 {
  text-align: center;
}
.g-secttl__02 > * {
  line-height: 1;
}
.g-secttl__02 h2 {
  color: #967823;
}
.g-secttl__02 span {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .g-secttl {
    margin-top: -43px;
  }
  .g-secttl h2 {
    font-size: 70px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 55px;
  }
  .g-secttl span {
    font-size: 21px;
    margin-top: 20px;
  }
  .g-secttl__02 {
    margin-bottom: 25px;
  }
  .g-secttl__02 > * {
    width: 670px;
  }
  .g-secttl__02 h2 {
    font-size: 70px;
  }
  .g-secttl__02 span {
    font-size: 19px;
    margin-top: 18px;
  }
}
@media (max-width: 767px) {
  .g-secttl {
    margin-top: -5.7333333333vw;
  }
  .g-secttl h2 {
    font-size: 9.3333333333vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.3333333333vw 7.3333333333vw;
  }
  .g-secttl span {
    font-size: 2.8vw;
    margin-top: 2.6666666667vw;
  }
  .g-secttl__02 {
    margin-bottom: 3.3333333333vw;
  }
  .g-secttl__02 > * {
    width: 89.3333333333vw;
  }
  .g-secttl__02 h2 {
    font-size: 9.3333333333vw;
  }
  .g-secttl__02 span {
    font-size: 2.5333333333vw;
    margin-top: 2.4vw;
  }
}

.g-header {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1002;
  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;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 0;
}
.g-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-header__logo em strong {
  color: #967823;
}
.g-header__logo em, .g-header__logo small {
  display: block;
  color: #fff;
  line-height: 1.2;
}
.g-header__list {
  background: #000;
  border: 1px solid #967823;
  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 {
  z-index: 1001;
  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.is-open span {
  background: #000;
}
.g-header__btn span {
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #000;
}
.g-header__items {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.g-header__link {
  font-weight: 700;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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;
  border-left: 1px solid #967823;
  border-bottom: 1px solid #967823;
}
.g-header__login {
  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: fixed;
  top: 50%;
}
.g-header__login 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;
  background: #967824;
  color: #fff;
  overflow: hidden;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .g-header {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 80px;
    position: fixed;
    width: 750px;
  }
  .g-header__logo {
    width: 240px;
    margin: 0 auto;
  }
  .g-header__btn {
    border: 1px solid #000;
    width: 61px;
    height: 61px;
    border-radius: 7px;
  }
  .g-header__btn span {
    height: 1px;
    width: 22px;
  }
  .g-header__btn span:nth-child(n+2) {
    margin-top: 10px;
  }
  .g-header__list {
    width: 386px;
    height: 760px;
    border-radius: 16px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0 auto;
    position: fixed;
    left: -1235px;
    right: 0;
    margin: 0 auto;
  }
  .g-header__items:nth-child(n+2) {
    margin-top: 10px;
  }
  .g-header__link {
    font-size: 16px;
    width: 316px;
    height: 44px;
    border-radius: 0 0 0 13px;
    font-size: 12px;
  }
  .g-header__link span {
    font-size: 24px;
    margin-left: 20px;
    margin-right: 30px;
  }
  .g-header__login {
    font-size: 20px;
    left: 0;
    margin: 0 auto;
    -webkit-transform: translateY(150%);
            transform: translateY(150%);
    width: calc((100vw - 750px) / 2);
  }
  .g-header__login a {
    width: 300px;
    height: 50px;
    margin: 0 auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .g-header {
    border-right: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    height: 18.6666666667vw;
    position: fixed;
    padding: 0 2.6666666667vw 0 4.6666666667vw;
    width: 100%;
  }
  .g-header__logo {
    width: 45.3333333333vw;
  }
  .g-header__btn {
    border: 1px solid #000;
    width: 8.1333333333vw;
    height: 8.1333333333vw;
    border-radius: 0.9333333333vw;
  }
  .g-header__btn span {
    height: 1px;
    width: 2.9333333333vw;
  }
  .g-header__btn span:nth-child(n+2) {
    margin-top: 1.3333333333vw;
  }
  .g-header__list {
    width: 96.6666666667vw;
    border-radius: 2.1333333333vw;
    margin: 0 auto;
  }
  .g-header__listwrap {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: scroll;
    position: fixed;
    top: 18.6666666667vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    height: calc(100vh - 18.6666666667vw);
  }
  .g-header__listwrap.is-open {
    opacity: 1;
    visibility: visible;
  }
  .g-header__items:nth-child(n+2) {
    margin-top: 2.6666666667vw;
  }
  .g-header__link {
    font-size: 3.4666666667vw;
    width: 80vw;
    height: 14.9333333333vw;
    border-radius: 0 0 0 3.4666666667vw;
    font-size: 2.6666666667vw;
  }
  .g-header__link span {
    font-size: 6.6666666667vw;
    margin-left: 2.6666666667vw;
    margin-right: 4vw;
  }
  .g-header__login {
    width: 26.6666666667vw;
    height: 8vw;
    top: 5.3333333333vw;
    right: 18.6666666667vw;
    font-size: 3.4666666667vw;
  }
  .g-header__login a {
    width: 100%;
    height: 100%;
  }
}

.g-footer {
  background: #fff;
  margin: 0 auto;
  right: 0;
  left: 0;
  bottom: 0;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-footer__sns 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;
}
.g-footer__logo {
  display: block;
  margin: 0 auto;
}
.g-footer__copy {
  text-align: center;
}
.g-footer__pagetop {
  position: absolute;
}
@media (min-width: 768px) {
  .g-footer {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 750px;
  }
  .g-footer__sns {
    padding: 85px 0;
  }
  .g-footer__sns a {
    width: 42px;
    margin: 0 29px;
  }
  .g-footer__logo {
    width: 416px;
    margin-bottom: 115px;
  }
  .g-footer__copy {
    font-size: 20px;
    padding-bottom: 60px;
  }
  .g-footer__pagetop {
    width: 235px;
    bottom: 120px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  .g-footer {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: 100vw;
  }
  .g-footer__sns {
    padding: 11.3333333333vw 0;
  }
  .g-footer__sns a {
    width: 5.6vw;
    margin: 0 3.8666666667vw;
  }
  .g-footer__logo {
    width: 55.4666666667vw;
    margin-bottom: 15.3333333333vw;
  }
  .g-footer__copy {
    font-size: 2.6666666667vw;
    padding-bottom: 8vw;
  }
  .g-footer__pagetop {
    width: 31.3333333333vw;
    bottom: 16vw;
    left: 2vw;
  }
}

.g-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.g-team__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 50%;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
.g-team__list:nth-child(1) {
  border-right: 1px solid #000;
}
.g-team__list img {
  display: block;
}
.g-team__list:before {
  background: #967823;
  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;
  color: #fff;
  font-family: "Alatsi", sans-serif;
  border: 1px solid #000;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.g-team__list.--women:before {
  content: "WOMEN";
}
.g-team__list.--men:before {
  content: "MEN";
}
.g-team__list.--men:after {
  content: "";
  background-image: url("../img/icon_10.svg");
  background-size: cover;
  position: absolute;
}
.g-team__list 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;
  color: #000;
  border-radius: 9999px;
  border: 1px solid #000;
  margin: 0 auto;
  background: #cbbb97;
  font-weight: 900;
}
@media (min-width: 768px) {
  .g-team__list {
    margin-top: 100px;
    padding: 30px 20px 100px;
    margin-bottom: 40px;
  }
  .g-team__list li {
    width: 40%;
    margin: 0 auto;
  }
  .g-team__list li:nth-child(n+3) {
    margin-top: 30px;
  }
  .g-team__list li a {
    width: 111px;
    height: 50px;
    font-size: 18px;
    margin-top: 20px;
  }
  .g-team__list:before {
    font-size: 28px;
    width: 200px;
    height: 47px;
    border-radius: 6px;
    top: -60px;
  }
  .g-team__list.--men:after {
    width: 196px;
    height: 224px;
    bottom: -190px;
    left: 65px;
  }
}
@media (max-width: 767px) {
  .g-team__list {
    margin-top: 13.3333333333vw;
    padding: 4vw 2.6666666667vw 13.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .g-team__list li {
    width: 40%;
    margin: 0 auto;
  }
  .g-team__list li:nth-child(n+3) {
    margin-top: 4vw;
  }
  .g-team__list li a {
    width: 14.8vw;
    height: 6.6666666667vw;
    font-size: 2.4vw;
    margin-top: 2.6666666667vw;
  }
  .g-team__list:before {
    font-size: 3.7333333333vw;
    width: 26.6666666667vw;
    height: 6.2666666667vw;
    border-radius: 0.8vw;
    top: -8vw;
  }
  .g-team__list.--men:after {
    width: 26.1333333333vw;
    height: 29.8666666667vw;
    bottom: -25.3333333333vw;
    left: 8.6666666667vw;
  }
}

.g-label {
  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;
  margin: 0 auto;
  color: #000;
  font-weight: 900;
  overflow: hidden;
  background-image: url("../img/btn_bg.png");
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .g-label {
    font-size: 20px;
    width: 549px;
    height: 53px;
  }
  .g-label + .g-label {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .g-label {
    font-size: 2.6666666667vw;
    width: 73.2vw;
    height: 7.0666666667vw;
  }
  .g-label + .g-label {
    margin-top: 6.6666666667vw;
  }
}

@media (min-width: 768px) {
  .g-seclead {
    font-size: 17px;
    margin-bottom: 40px;
    padding: 0 50px;
  }
  .g-seclead img {
    margin: 35px auto;
  }
}
@media (max-width: 767px) {
  .g-seclead {
    font-size: 2.2666666667vw;
    margin-bottom: 5.3333333333vw;
    padding: 0 6.6666666667vw;
  }
  .g-seclead img {
    margin: 4.6666666667vw auto;
  }
}

.g-icon {
  position: absolute;
  z-index: 2;
}
@media (min-width: 768px) {
  .g-icon.--01 {
    width: 81px;
    height: 91px;
    top: -145px;
    left: 35px;
  }
  .g-icon.--02 {
    width: 101px;
    height: 101px;
    top: -160px;
    right: 17px;
  }
  .g-icon.--03 {
    width: 170px;
    height: 124px;
    top: 55px;
    left: 20px;
  }
  .g-icon.--04 {
    width: 87px;
    height: 97px;
    top: 40px;
    right: 70px;
  }
  .g-icon.--05 {
    width: 150px;
    height: 168px;
    top: -110px;
    left: 30px;
  }
  .g-icon.--06 {
    width: 137px;
    height: 158px;
    top: -90px;
    right: 65px;
  }
  .g-icon.--07 {
    width: 101px;
    height: 101px;
    top: -50px;
    right: 50px;
  }
  .g-icon.--08 {
    width: 138px;
    height: 118px;
    top: -75px;
    left: 50px;
  }
}
@media (max-width: 767px) {
  .g-icon.--01 {
    width: 10.8vw;
    height: 12.1333333333vw;
    top: -19.3333333333vw;
    left: 4.6666666667vw;
  }
  .g-icon.--02 {
    width: 13.4666666667vw;
    height: 13.4666666667vw;
    top: -21.3333333333vw;
    right: 2.2666666667vw;
  }
  .g-icon.--03 {
    width: 22.6666666667vw;
    height: 16.5333333333vw;
    top: 7.3333333333vw;
    left: 2.6666666667vw;
  }
  .g-icon.--04 {
    width: 11.6vw;
    height: 12.9333333333vw;
    top: 5.3333333333vw;
    right: 9.3333333333vw;
  }
  .g-icon.--05 {
    width: 20vw;
    height: 22.4vw;
    top: -14.6666666667vw;
    left: 4vw;
  }
  .g-icon.--06 {
    width: 18.2666666667vw;
    height: 21.0666666667vw;
    top: -12vw;
    right: 8.6666666667vw;
  }
  .g-icon.--07 {
    width: 13.4666666667vw;
    height: 13.4666666667vw;
    top: -6.6666666667vw;
    right: 6.6666666667vw;
  }
  .g-icon.--08 {
    width: 18.4vw;
    height: 15.7333333333vw;
    top: -10vw;
    left: 6.6666666667vw;
  }
}

.g-txt {
  text-align: center;
  line-height: 1.2592592593;
}
@media (min-width: 768px) {
  .g-txt {
    font-size: 23px;
    margin: 30px auto;
  }
}
@media (max-width: 767px) {
  .g-txt {
    font-size: 3.0666666667vw;
    margin: 4vw auto;
  }
}

.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;
  background: #967823;
  color: #fff;
  border-radius: 9999px;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
}
.g-btn:after {
  content: "";
  background-image: url("../img/btn_arw.png");
  background-size: cover;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-btn:hover {
  opacity: 1;
}
.g-btn.--tgl:after {
  content: none;
}
.g-btn.--tgl span {
  position: absolute;
  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;
  border-radius: 50%;
}
.g-btn.--tgl span:before, .g-btn.--tgl span:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.g-btn.--tgl span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.g-btn.--tgl.is-open span:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (min-width: 768px) {
  .g-btn {
    width: 469px;
    min-height: 50px;
    font-size: 21px;
    margin: 35px auto;
    padding: 10px 0;
  }
  .g-btn:after {
    width: 31px;
    height: 10px;
    right: 20px;
  }
  .g-btn:hover:after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .g-btn.--small {
    font-size: 18px;
  }
  .g-btn.--tgl span {
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    right: 20px;
  }
  .g-btn.--tgl span:before, .g-btn.--tgl span:after {
    width: 12px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .g-btn {
    width: 62.5333333333vw;
    min-height: 6.6666666667vw;
    font-size: 2.8vw;
    margin: 4.6666666667vw auto;
    padding: 1.3333333333vw 0;
  }
  .g-btn:after {
    width: 4.1333333333vw;
    height: 1.3333333333vw;
    right: 2.6666666667vw;
  }
  .g-btn.--small {
    font-size: 2.4vw;
  }
  .g-btn.--tgl span {
    width: 4vw;
    height: 4vw;
    border: 0.2666666667vw solid #fff;
    right: 2.6666666667vw;
  }
  .g-btn.--tgl span:before, .g-btn.--tgl span:after {
    width: 1.6vw;
    height: 0.2666666667vw;
  }
}

.g-pctbox + .g-pctbox:before {
  content: "";
  position: absolute;
  width: 80%;
  height: 1px;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
  background: #000;
}
.g-pctbox__head, .g-pctbox__subhead {
  text-align: center;
}
.g-pctbox__head span, .g-pctbox__subhead span {
  background: #fff;
}
.g-pctbox__subhead:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000;
}
.g-pctbox__pct span {
  background: #fff;
  position: absolute;
  right: 0;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .g-pctbox {
    padding: 20px 30px;
  }
  .g-pctbox + .g-pctbox {
    margin-top: 20px;
  }
  .g-pctbox__head {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .g-pctbox__subhead {
    margin-top: 40px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .g-pctbox__subhead span {
    padding: 0 20px;
  }
  .g-pctbox__txt {
    margin-top: 20px;
  }
  .g-pctbox__txt p {
    font-size: 16px;
  }
  .g-pctbox__txt + .g-pctbox__pct {
    display: block;
    margin-top: 20px;
  }
  .g-pctbox__pct span {
    font-size: 14px;
    padding: 2px;
  }
}
@media (max-width: 767px) {
  .g-pctbox {
    padding: 2.6666666667vw 4vw;
  }
  .g-pctbox + .g-pctbox {
    margin-top: 2.6666666667vw;
  }
  .g-pctbox__head {
    font-size: 3.4666666667vw;
    margin-bottom: 2vw;
  }
  .g-pctbox__subhead {
    margin-top: 5.3333333333vw;
    font-size: 2.9333333333vw;
    margin-bottom: 2vw;
  }
  .g-pctbox__subhead span {
    padding: 0 2.6666666667vw;
  }
  .g-pctbox__pct span {
    font-size: 1.8666666667vw;
    padding: 0.4vw;
  }
  .g-pctbox__txt {
    margin-top: 2.6666666667vw;
  }
  .g-pctbox__txt p {
    font-size: 2.4vw;
  }
  .g-pctbox__txt + .g-pctbox__pct {
    display: block;
    margin-top: 2.6666666667vw;
  }
}

.m-kv {
  margin-top: 0;
  border: none;
}
.m-kv__txt {
  line-height: 1.6;
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.m-kv img {
  width: 100%;
}
@media (min-width: 768px) {
  .m-kv__txt {
    position: absolute;
    font-size: 26px;
    line-height: 1.5357142857;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .m-kv__txt {
    position: absolute;
    font-size: 3.4666666667vw;
    line-height: 1.5357142857;
    bottom: 4vw;
  }
}

.m-banner {
  border: none;
  background: transparent;
}
.m-banner img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m-banner img {
    width: 590px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .m-banner img {
    width: 78.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}

.m-stream {
  background: #000;
}
.m-stream__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-stream__box em {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #967823;
  border-right: 1px solid #967823;
  font-weight: 900;
}
.m-stream__link {
  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;
}
.m-stream__link a, .m-stream__link table {
  color: #fff;
}
@media (min-width: 768px) {
  .m-stream {
    padding: 55px 0;
    margin: 0;
  }
  .m-stream__box em {
    padding-right: 20px;
    font-size: 20px;
  }
  .m-stream__link {
    padding-left: 20px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .m-stream {
    padding: 7.3333333333vw 0;
    margin-top: 0;
    margin-bottom: 4vw;
  }
  .m-stream__box {
    width: 80%;
    margin: 0 auto;
  }
  .m-stream__box em {
    padding-right: 5.3333333333vw;
    font-size: 4vw;
  }
  .m-stream__link {
    padding-left: 4vw;
    font-size: 3.3333333333vw;
  }
  .m-stream__link td:nth-child(1) {
    vertical-align: top;
    white-space: nowrap;
  }
}

.m-howto {
  z-index: 0;
  overflow: hidden;
}
.m-howto__head {
  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;
  overflow: hidden;
}
.m-howto__head span {
  color: #fff;
  text-align: center;
  position: absolute;
  line-height: 1.2;
}
.m-howto__head p {
  color: #967823;
  border-bottom: 1px solid #967823;
}
.m-howto__head:before {
  content: "";
  background: #000;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.m-howto__items {
  background: #fff;
  overflow: hidden;
}
.m-howto__items, .m-howto__desc {
  border: 1px solid #967823;
}
.m-howto__desc {
  line-height: 1.85;
  margin: 0 auto;
}
.m-howto__pct {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .m-howto {
    padding-bottom: 70px;
  }
  .m-howto__list {
    width: 400px;
    margin: 0 auto 70px;
  }
  .m-howto__list .slick-list {
    overflow: visible;
  }
  .m-howto__items {
    margin: 0 35px;
    padding-bottom: 482px;
  }
  .m-howto__head {
    height: 156px;
  }
  .m-howto__head span {
    font-size: 22px;
    left: 5px;
    top: 7px;
  }
  .m-howto__head p {
    font-size: 25px;
    padding-bottom: 10px;
  }
  .m-howto__head:before {
    width: 200px;
    height: 200px;
    left: -120px;
    top: -120px;
  }
  .m-howto__items, .m-howto__desc {
    border-radius: 7px;
  }
  .m-howto__desc {
    font-size: 20px;
    padding: 20px;
    width: 298px;
    margin-top: -10px;
  }
  .m-howto__pct {
    width: 264px;
    margin: 30px auto 0;
  }
}
@media (max-width: 767px) {
  .m-howto {
    padding-bottom: 9.3333333333vw;
  }
  .m-howto__list {
    width: 53.3333333333vw;
    margin: 0 auto 9.3333333333vw;
  }
  .m-howto__list .slick-list {
    overflow: visible;
  }
  .m-howto__items {
    margin: 0 4.6666666667vw;
    padding-bottom: 64.2666666667vw;
  }
  .m-howto__head {
    height: 20.8vw;
  }
  .m-howto__head span {
    font-size: 2.9333333333vw;
    left: 0.6666666667vw;
    top: 0.9333333333vw;
  }
  .m-howto__head p {
    font-size: 3.3333333333vw;
    padding-bottom: 1.3333333333vw;
  }
  .m-howto__head:before {
    width: 40vw;
    height: 37vw;
    left: -26.6666666667vw;
    top: -26.6666666667vw;
  }
  .m-howto__items, .m-howto__desc {
    border-radius: 0.9333333333vw;
  }
  .m-howto__desc {
    font-size: 2.6666666667vw;
    padding: 2.6666666667vw;
    width: 39.7333333333vw;
    margin-top: -1.3333333333vw;
  }
  .m-howto__pct {
    width: 35.2vw;
    margin: 4vw auto 0;
  }
}

.m-outline__list em, .m-outline__list p {
  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;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.m-outline__list em {
  background: #000;
  color: #fff;
}
.m-outline__list .--note {
  font-size: 80%;
  display: block;
}
.m-outline__list table {
  border-collapse: collapse;
}
@media (min-width: 768px) {
  .m-outline__list {
    padding: 40px 30px;
  }
  .m-outline__list em {
    height: 62px;
    font-size: 24px;
  }
  .m-outline__list p {
    font-size: 21px;
    margin-top: 30px;
  }
  .m-outline__list li + li {
    margin-top: 30px;
  }
  .m-outline__list table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
  }
  .m-outline__list table tr + tr td {
    border-top: 2px solid #000;
    padding-top: 10px;
  }
  .m-outline__list table td {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .m-outline__list table td:nth-child(1) {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .m-outline__list {
    padding: 5.3333333333vw 4vw;
  }
  .m-outline__list em {
    height: 8.2666666667vw;
    font-size: 3.2vw;
  }
  .m-outline__list p {
    font-size: 2.8vw;
    margin-top: 4vw;
  }
  .m-outline__list li + li {
    margin-top: 4vw;
  }
  .m-outline__list table {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 2.6666666667vw auto 0;
  }
  .m-outline__list table tr + tr td {
    border-top: 0.2666666667vw solid #000;
    padding-top: 1.3333333333vw;
  }
  .m-outline__list table td {
    font-size: 2.4vw;
    padding-bottom: 1.3333333333vw;
  }
  .m-outline__list table td:nth-child(1) {
    width: 17.3333333333vw;
  }
}

.m-vote__pct {
  margin: 0 auto;
}
.m-vote__label {
  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: #000;
}
.m-vote__label span {
  color: #fff;
  display: block;
  line-height: 1;
}
.m-vote__banner {
  margin: 0 auto;
}
.m-vote__banner > * {
  display: block;
}
.m-vote__btnwrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-vote__btnwrap:before {
  content: "※J SPORTS 公式 Youtube";
  width: 100%;
  display: block;
  text-align: center;
}
.m-vote__btnwrap a {
  background: #967823;
  color: #fff;
  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;
}
.m-vote__box {
  margin: 0 auto;
  background: #f2eedf;
}
.m-vote__bannerbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-vote__bannerbtn a {
  width: 49%;
  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;
  color: #fff;
  background: #000;
}
@media (min-width: 768px) {
  .m-vote {
    padding-bottom: 40px;
  }
  .m-vote__pct {
    width: 621px;
    margin-top: 45px;
  }
  .m-vote__label {
    height: 36px;
    margin: 30px 0;
  }
  .m-vote__label span {
    font-size: 21px;
  }
  .m-vote__banner {
    width: 589px;
  }
  .m-vote__banner > * + * {
    margin-top: 17px;
  }
  .m-vote__btnwrap {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  .m-vote__btnwrap:before {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .m-vote__btnwrap a {
    width: 200px;
    height: 40px;
    font-size: 20px;
    border-radius: 5px;
    margin: 0 10px;
  }
  .m-vote__box {
    padding: 10px;
    border-radius: 10px;
    width: 80%;
    margin-top: 30px;
  }
  .m-vote__bannerbtn a {
    height: 70px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .m-vote {
    padding-bottom: 5.3333333333vw;
  }
  .m-vote__pct {
    width: 82.8vw;
    margin-top: 6vw;
  }
  .m-vote__label {
    height: 4.8vw;
    margin: 4vw 0;
  }
  .m-vote__label span {
    font-size: 2.8vw;
  }
  .m-vote__banner {
    width: 78.5333333333vw;
  }
  .m-vote__banner > * + * {
    margin-top: 2.2666666667vw;
  }
  .m-vote__btnwrap {
    margin-bottom: 4vw;
    margin-top: -4vw;
  }
  .m-vote__btnwrap:before {
    margin-bottom: 0.6666666667vw;
    font-size: 2.6666666667vw;
  }
  .m-vote__btnwrap a {
    width: 26.6666666667vw;
    height: 5.3333333333vw;
    font-size: 2.6666666667vw;
    border-radius: 0.6666666667vw;
    margin: 0 1.3333333333vw;
  }
  .m-vote__box {
    padding: 1.3333333333vw;
    border-radius: 1.3333333333vw;
    width: 80%;
    margin-top: 4vw;
  }
  .m-vote__bannerbtn a {
    height: 9.3333333333vw;
    font-size: 4vw;
  }
}

.m-uniform__pct {
  margin: 0 auto;
}
.m-uniform__head, .m-uniform__txt {
  text-align: center;
}
.m-uniform__note {
  margin: 0 auto;
}
.m-uniform__note li {
  padding-left: 1em;
}
.m-uniform__note li:before {
  content: "※";
  margin-left: -1em;
}
.m-uniform__note.--gray {
  background: #ddd;
}
.m-uniform__label {
  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;
  color: #fff;
  background: #000;
}
.m-uniform__label.--gold {
  background: #967823;
}
.m-uniform__txt ul {
  width: 80%;
  margin: 0 auto;
}
.m-uniform__txt ul li {
  text-align: left;
  padding-left: 1em;
}
.m-uniform__txt ul li:before {
  content: "・";
  margin-left: -1em;
}
@media (min-width: 768px) {
  .m-uniform {
    padding-bottom: 55px;
  }
  .m-uniform__pct {
    width: 600px;
    margin-top: 20px;
  }
  .m-uniform__pct img + img {
    margin-top: 20px;
  }
  .m-uniform__head, .m-uniform__txt, .m-uniform__note {
    padding: 0 20px;
  }
  .m-uniform__head {
    font-size: 20px;
    margin: 20px 0;
  }
  .m-uniform__txt {
    font-size: 16px;
  }
  .m-uniform__note {
    width: 600px;
    font-size: 14px;
    margin-top: 20px;
  }
  .m-uniform__note.--gray {
    padding: 15px;
    border-radius: 10px;
  }
  .m-uniform__label {
    padding: 10px 0;
    font-size: 22px;
    margin-top: 10px;
  }
  .m-uniform__label + .m-uniform__txt {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .m-uniform {
    padding-bottom: 7.3333333333vw;
  }
  .m-uniform__pct {
    width: 80vw;
    margin-top: 2.6666666667vw;
  }
  .m-uniform__pct img + img {
    margin-top: 2.6666666667vw;
  }
  .m-uniform__head, .m-uniform__txt, .m-uniform__note {
    padding: 0 2.6666666667vw;
  }
  .m-uniform__label {
    padding: 1.3333333333vw 0;
    font-size: 2.9333333333vw;
    margin-top: 1.3333333333vw;
  }
  .m-uniform__label + .m-uniform__txt {
    margin-top: 2.6666666667vw;
  }
  .m-uniform__head {
    font-size: 3.2vw;
    margin: 2.6666666667vw 0;
  }
  .m-uniform__txt {
    font-size: 2.6666666667vw;
  }
  .m-uniform__note {
    width: 80vw;
    font-size: 2.4vw;
    margin-top: 2.6666666667vw;
  }
  .m-uniform__note.--gray {
    padding: 2vw;
    border-radius: 1.3333333333vw;
  }
}

.m-ticket__label, .m-ticket__boxhead {
  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;
  color: #fff;
}
.m-ticket__label {
  background: #000;
}
.m-ticket__box {
  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;
  margin: 0 auto;
}
.m-ticket__box.--bk {
  border-color: #000;
}
.m-ticket__box.--bk .m-ticket__boxhead {
  background: #000;
}
.m-ticket__boxhead {
  background: #967823;
  width: 100%;
}
.m-ticket__boxhead + .m-ticket__subhead {
  margin-top: 0;
}
.m-ticket__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-ticket__date > * {
  line-height: 1;
}
.m-ticket__date + .m-ticket__date:before {
  content: "〜";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.m-ticket__banner {
  text-align: center;
}
.m-ticket__banner a {
  display: block;
}
.m-ticket__subhead {
  text-align: center;
  display: block;
}
.m-ticket__note {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.m-ticket__note li {
  padding-left: 1em;
}
.m-ticket__note li:before {
  content: "※";
  margin-left: -1em;
}
.m-ticket__subttl {
  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;
  border: 2px solid #000;
}
.m-ticket__pct {
  margin: 0 auto;
}
.m-ticket__pct.--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.m-ticket__pct.--col > * {
  width: 50%;
}
.m-ticket__pct table {
  border-collapse: collapse;
}
.m-ticket__pct table td {
  border: 1px solid #000;
}
.m-ticket__pct table td:nth-child(1) {
  color: #fff;
}
.m-ticket__pct table td:nth-child(1).--blue {
  background: #02a0ec;
}
.m-ticket__pct table td:nth-child(1).--red {
  background: #bc1c21;
}
.m-ticket__pct table td:nth-child(1) {
  white-space: nowrap;
}
.m-ticket__tour, .m-ticket__list, .m-ticket__minnote {
  margin: 0 auto;
}
.m-ticket__tour {
  border: 2px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #ccc;
}
.m-ticket__tour em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-ticket__tour em span {
  background: red;
  color: #fff;
}
.m-ticket__list li.--col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-ticket__list li.--col p:nth-child(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.m-ticket__minnote li {
  padding-left: 1em;
}
.m-ticket__minnote li:before {
  content: "※";
  margin-left: -1em;
}
.m-ticket__minnote li.--round:before {
  content: "◎";
}
.m-ticket__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.m-ticket__txt.--center {
  text-align: center;
}
.m-ticket__live {
  text-align: center;
}
.m-ticket__live small {
  display: block;
}
.m-ticket__live .g-btn {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .m-ticket__box {
    width: 608px;
    border: 6px solid #967823;
    padding-bottom: 25px;
    margin-top: 25px;
  }
  .m-ticket__box .m-ticket__minnote {
    width: 500px;
    margin: 15px auto 0;
  }
  .m-ticket__boxhead {
    margin-bottom: 25px;
  }
  .m-ticket__banner {
    padding: 0 30px;
    margin: 40px 0;
  }
  .m-ticket__banner a {
    margin: 10px 0;
  }
  .m-ticket__banner p {
    font-size: 21px;
  }
  .m-ticket__date span {
    font-size: 36px;
  }
  .m-ticket__date em {
    font-size: 70px;
    bottom: -8px;
  }
  .m-ticket__date p {
    font-size: 37px;
  }
  .m-ticket__date + .m-ticket__date {
    margin-top: 55px;
  }
  .m-ticket__date + .m-ticket__date:before {
    font-size: 31px;
    top: -40px;
  }
  .m-ticket__date + .m-ticket__txt {
    padding-top: 20px;
  }
  .m-ticket__subhead {
    font-size: 22px;
    margin: 50px auto -5px;
    border: 2px solid #000;
    padding: 5px 10px;
  }
  .m-ticket__note {
    font-size: 20px;
    padding: 20px;
  }
  .m-ticket__subttl {
    width: 608px;
    height: 30px;
    font-size: 16px;
    margin: 20px auto;
  }
  .m-ticket__pct {
    width: 608px;
    margin: 20px auto;
  }
  .m-ticket__pct p {
    font-size: 14px;
  }
  .m-ticket__pct.--col {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-ticket__pct.--col img {
    width: 40%;
  }
  .m-ticket__pct.--col table {
    width: 60%;
  }
  .m-ticket__pct table {
    font-size: 11px;
    margin-left: 10px;
  }
  .m-ticket__pct table td {
    padding: 5px;
  }
  .m-ticket__tour, .m-ticket__list, .m-ticket__minnote {
    width: 608px;
    margin: 20px auto;
  }
  .m-ticket__tour {
    padding: 15px;
    border-radius: 10px;
  }
  .m-ticket__tour em {
    font-size: 16px;
  }
  .m-ticket__tour em span {
    padding: 2px 10px;
    margin-left: 15px;
  }
  .m-ticket__tour p {
    font-size: 14px;
    margin-top: 10px;
  }
  .m-ticket__list h3 {
    font-size: 18px;
  }
  .m-ticket__list li {
    font-size: 16px;
  }
  .m-ticket__list li p {
    font-size: 14px;
    margin-top: 5px;
  }
  .m-ticket__list li + li {
    margin-top: 15px;
  }
  .m-ticket__minnote li {
    font-size: 14px;
    padding-left: 1em;
  }
  .m-ticket__minnote li:before {
    content: "※";
    margin-left: -1em;
  }
  .m-ticket__txt {
    font-size: 18px;
    padding: 0 20px;
  }
  .m-ticket__txt.--center {
    font-size: 16px;
  }
  .m-ticket__live h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .m-ticket__live h4 {
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .m-ticket__live p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .m-ticket__live small {
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .m-ticket__box {
    width: 81.0666666667vw;
    border: 0.8vw solid #967823;
    padding-bottom: 3.3333333333vw;
    margin-top: 3.3333333333vw;
  }
  .m-ticket__box + .m-ticket__box {
    margin-top: 2vw;
  }
  .m-ticket__box .m-ticket__minnote {
    width: 66.6666666667vw;
    margin: 2vw auto 0;
  }
  .m-ticket__boxhead {
    margin-bottom: 3.3333333333vw;
  }
  .m-ticket__banner {
    padding: 0 4vw;
    margin: 5.3333333333vw 0;
  }
  .m-ticket__banner a {
    margin: 1.3333333333vw 0;
  }
  .m-ticket__banner p {
    font-size: 2.8vw;
  }
  .m-ticket__date span {
    font-size: 4.8vw;
  }
  .m-ticket__date em {
    font-size: 9.3333333333vw;
    bottom: -1.0666666667vw;
  }
  .m-ticket__date p {
    font-size: 4.9333333333vw;
  }
  .m-ticket__date + .m-ticket__date {
    margin-top: 7.3333333333vw;
  }
  .m-ticket__date + .m-ticket__date:before {
    font-size: 4.1333333333vw;
    top: -5.3333333333vw;
  }
  .m-ticket__date + .m-ticket__txt {
    padding-top: 2.6666666667vw;
  }
  .m-ticket__subhead {
    font-size: 2.9333333333vw;
    margin: 6.6666666667vw auto -0.6666666667vw;
    padding: 0.6666666667vw 1.3333333333vw;
    border: 0.2666666667vw solid #000;
  }
  .m-ticket__note {
    font-size: 2.6666666667vw;
    padding: 2.6666666667vw;
  }
  .m-ticket__subttl {
    width: 81.0666666667vw;
    height: 6.6666666667vw;
    font-size: 3.4666666667vw;
    margin: 2.6666666667vw auto;
  }
  .m-ticket__pct {
    width: 81.0666666667vw;
    margin: 2.6666666667vw auto;
  }
  .m-ticket__pct p {
    font-size: 3.2vw;
  }
  .m-ticket__pct.--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m-ticket__pct.--col > * {
    width: 100%;
  }
  .m-ticket__pct table {
    font-size: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
  .m-ticket__pct table td {
    padding: 0.6666666667vw;
  }
  .m-ticket__tour, .m-ticket__list, .m-ticket__minnote {
    width: 81.0666666667vw;
    margin: 2.6666666667vw auto;
  }
  .m-ticket__tour {
    padding: 2vw;
    border-radius: 1.3333333333vw;
  }
  .m-ticket__tour em {
    font-size: 2.6666666667vw;
  }
  .m-ticket__tour em span {
    padding: 0.4vw 1.3333333333vw;
    margin-left: 1.3333333333vw;
  }
  .m-ticket__tour p {
    font-size: 2.4vw;
    margin-top: 1.3333333333vw;
  }
  .m-ticket__list h3 {
    font-size: 2.9333333333vw;
  }
  .m-ticket__list li {
    font-size: 2.9333333333vw;
  }
  .m-ticket__list li p {
    font-size: 2.4vw;
    margin-top: 0.6666666667vw;
  }
  .m-ticket__list li + li {
    margin-top: 2vw;
  }
  .m-ticket__minnote li {
    font-size: 2.4vw;
  }
  .m-ticket__txt {
    font-size: 2.4vw;
    padding: 0 2.6666666667vw;
  }
  .m-ticket__txt.--center {
    font-size: 2.1333333333vw;
  }
  .m-ticket__live h3 {
    font-size: 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-ticket__live h4 {
    font-size: 3.4666666667vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-ticket__live p {
    font-size: 2.4vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-ticket__live small {
    font-size: 2.4vw;
    margin-top: 1.3333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}

.m-access__pcthead:before {
  content: "";
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-access__pcthead span {
  background: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.m-access__head {
  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: #000;
  color: #fff;
}
.m-access__addr li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-access__addr li em {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}
.m-access__addr li p {
  border-left: 1px solid #967823;
}
.m-access__min {
  text-align: center;
}
@media (min-width: 768px) {
  .m-access {
    padding: 0 30px 30px;
  }
  .m-access__pct {
    margin-top: 50px;
  }
  .m-access__pct + .m-access__pct {
    margin-top: 30px;
  }
  .m-access__pct iframe {
    width: 608px;
    height: 370px;
  }
  .m-access__pcthead {
    margin-bottom: 10px;
  }
  .m-access__pcthead:before {
    height: 5px;
  }
  .m-access__pcthead span {
    font-size: 21px;
    width: 155px;
  }
  .m-access__head {
    font-size: 24px;
    height: 62px;
    margin: 30px 0;
  }
  .m-access__addr li + li {
    margin-top: 16px;
  }
  .m-access__addr em {
    width: 170px;
    font-size: 20px;
  }
  .m-access__addr p {
    font-size: 16px;
    margin-left: 20px;
    padding: 13px;
  }
  .m-access__min {
    font-size: 18px;
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  .m-access {
    padding: 0 4vw 4vw;
  }
  .m-access__pct {
    margin-top: 6.6666666667vw;
  }
  .m-access__pct + .m-access__pct {
    margin-top: 4vw;
  }
  .m-access__pct iframe {
    width: 81.0666666667vw;
    height: 49.3333333333vw;
  }
  .m-access__pcthead {
    margin-bottom: 1.3333333333vw;
  }
  .m-access__pcthead:before {
    height: 0.6666666667vw;
  }
  .m-access__pcthead span {
    font-size: 2.8vw;
    width: 20.6666666667vw;
  }
  .m-access__head {
    font-size: 3.2vw;
    height: 8.2666666667vw;
    margin: 4vw 0;
  }
  .m-access__addr li + li {
    margin-top: 2.1333333333vw;
  }
  .m-access__addr em {
    width: 22.6666666667vw;
    font-size: 2.6666666667vw;
  }
  .m-access__addr p {
    font-size: 2.1333333333vw;
    margin-left: 2.6666666667vw;
    padding: 1.7333333333vw;
  }
  .m-access__min {
    font-size: 2.6666666667vw;
    margin-top: -4vw;
  }
}

.m-partner {
  background: transparent;
  border: none;
}
.m-partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-partner__list a {
  display: block;
  text-align: center;
  color: #000;
}
.m-partner__list span {
  font-family: "Noto Sans JP", sans-serif;
  display: block;
}
.m-partner__subttl {
  font-family: "Alatsi", sans-serif;
  text-align: center;
  font-weight: 700;
}
@media (min-width: 768px) {
  .m-partner {
    margin-top: 30px;
    padding: 100px 0;
    width: 100%;
  }
  .m-partner__box {
    margin: 0 auto;
  }
  .m-partner__box + .m-partner__box {
    margin-top: 65px;
  }
  .m-partner__box.supportingPartner, .m-partner__box.supplier {
    max-width: none;
  }
  .m-partner__box.goldPartner li, .m-partner__box.supportingPartner li, .m-partner__box.supplier li {
    width: 170px;
  }
  .m-partner__subttl {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .m-partner__list img {
    margin-bottom: 5px;
  }
  .m-partner__list a {
    font-size: 15px;
  }
  .m-partner__list span {
    margin-top: 5px;
  }
  .m-partner__list li {
    width: 240px;
    padding: 0 5px;
  }
  .m-partner__list li.--center {
    width: 100%;
  }
  .m-partner__list li.--center a {
    width: 230px;
    margin: 0 auto 15px;
  }
  .m-partner__list.--title li {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .m-partner {
    margin-top: 6.6666666667vw;
    padding: 13.3333333333vw 0;
  }
  .m-partner__box + .m-partner__box {
    margin-top: 8.6666666667vw;
  }
  .m-partner__box.goldPartner li, .m-partner__box.supportingPartner li, .m-partner__box.supplier li {
    width: 41.3333333333vw;
  }
  .m-partner__box.goldPartner li:nth-child(n+2), .m-partner__box.supportingPartner li:nth-child(n+2), .m-partner__box.supplier li:nth-child(n+2) {
    margin-top: 0;
  }
  .m-partner__box.goldPartner li:nth-child(n+3), .m-partner__box.supportingPartner li:nth-child(n+3), .m-partner__box.supplier li:nth-child(n+3) {
    margin-top: 4vw;
  }
  .m-partner__subttl {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
  .m-partner__list img {
    margin-bottom: 0.6666666667vw;
  }
  .m-partner__list a {
    font-size: 3.4666666667vw;
  }
  .m-partner__list span {
    margin-top: 0.6666666667vw;
  }
  .m-partner__list li {
    width: 59.7333333333vw;
    padding: 0 0.6666666667vw;
  }
  .m-partner__list li:nth-child(n+2) {
    margin-top: 4vw;
  }
  .m-partner__list.--title li {
    width: 89.6vw;
  }
}

.m-player__coach {
  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;
}
.m-player__coach > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-player__coach .g-txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
}
@media (min-width: 768px) {
  .m-player__pct {
    padding: 10px;
  }
  .m-player__pct img + img {
    margin-top: 20px;
  }
  .m-player__coach {
    padding: 20px 10px 45px;
  }
  .m-player__coach > div img {
    width: 150px;
  }
  .m-player__coach > div img + img {
    margin-left: 10px;
  }
  .m-player__coach .g-txt {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .m-player__pct {
    padding: 1.3333333333vw;
  }
  .m-player__pct img + img {
    margin-top: 2.6666666667vw;
  }
  .m-player__coach {
    padding: 2.6666666667vw 1.3333333333vw 6vw;
  }
  .m-player__coach > div img {
    width: 20vw;
  }
  .m-player__coach > div img + img {
    margin-left: 1.3333333333vw;
  }
  .m-player__coach .g-txt {
    margin-right: 2.6666666667vw;
  }
}

.m-list__ttl {
  font-weight: 900;
  text-align: center;
}

.m-list__slide {
  margin: 0 auto;
}

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

.m-list__slide .slick-prev:before,
.m-list__slide .slick-next:before {
  background-image: url("../img/arw_bk.png");
  background-size: cover;
}

.m-list__items {
  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;
}

.m-list__items img {
  margin: 0 auto;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  scale: 0.8;
}

.m-list__items.slick-current img {
  scale: 1;
}

.m-list__line {
  height: 1px;
  margin: 0 auto;
  background: #917934;
}

.m-list__note {
  margin: 0 auto;
}

.m-list__note a {
  color: #917934;
  margin-left: 1em;
  text-decoration: underline;
}

.m-list__wrap {
  overflow: hidden;
}

.m-list__txt {
  text-align: center;
}
.m-list__txt em {
  display: block;
  line-height: 1.2;
}
.m-list__txt p {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (min-width: 768px) {
  .m-list__wrap {
    padding-bottom: 50px;
  }
  .m-list__ttl {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .m-list__slide {
    width: 350px;
  }
  .m-list__slide + .m-list__line {
    margin-top: 80px;
  }
  .m-list__slide + .m-list__ttl {
    margin-top: 50px;
  }
  .m-list__line {
    width: 100%;
    margin-bottom: 50px;
  }
  .m-list__slide .slick-arrow {
    cursor: pointer;
  }
  .m-list__slide .slick-prev {
    left: -63px;
  }
  .m-list__slide .slick-next {
    right: -63px;
  }
  .m-list__slide .slick-prev,
  .m-list__slide .slick-next {
    width: 65px;
    height: 65px;
  }
  .m-list__items {
    text-align: center;
  }
  .m-list__note {
    margin-top: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
  }
  .m-list__txt em {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .m-list__txt p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .m-list__wrap {
    margin-bottom: 10vw;
  }
  .m-list__ttl {
    font-size: 5.5vw;
    margin-bottom: 3vw;
  }
  .m-list__slide {
    width: 65vw;
  }
  .m-list__slide + .g-secttl,
  .m-list__slide + .m-list__line {
    margin-top: 10vw;
  }
  .m-list__slide + .m-list__ttl {
    margin-top: 10vw;
  }
  .m-list__line {
    width: 95%;
    margin-bottom: 8vw;
  }
  .m-list__slide .slick-prev {
    left: -10.6666666667vw;
  }
  .m-list__slide .slick-next {
    right: -10.6666666667vw;
  }
  .m-list__slide .slick-prev,
  .m-list__slide .slick-next {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
  .m-list__note {
    margin-top: 4vw;
    padding: 0 3vw;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 3vw;
  }
  .m-list__txt {
    margin-top: 2.6666666667vw;
  }
  .m-list__txt em {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-list__txt p {
    font-size: 3.2vw;
  }
}
.m-schedule__table {
  border-collapse: collapse;
}
.m-schedule__table th {
  background: #000;
  color: #fff;
  text-align: center;
}
.m-schedule__table th.--gray {
  background: #6e6e6e;
  color: #fff;
  border: 1px solid #000;
}
.m-schedule__table td {
  border: 1px solid #000;
}
.m-schedule__table th {
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .m-schedule__table {
    width: 90%;
    margin: 20px auto 50px;
  }
  .m-schedule__table td, .m-schedule__table th {
    padding: 5px 10px;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .m-schedule__table {
    width: 95%;
    margin: 2.6666666667vw auto 6.6666666667vw;
  }
  .m-schedule__table td, .m-schedule__table th {
    font-size: 2.4vw;
    padding: 0.4vw 1.0666666667vw;
  }
}

.m-gourmet__inner {
  overflow: hidden;
}
@media (min-width: 768px) {
  .m-gourmet .m-list__slide {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .m-gourmet .m-list__slide + .m-uniform__label {
    margin-top: 60px;
  }
  .m-gourmet .m-uniform__label + .m-list__slide {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .m-gourmet .m-list__slide {
    margin-top: 4vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-gourmet .m-list__slide + .m-uniform__label {
    margin-top: 8vw;
  }
}

.m-note {
  margin: 0 auto;
}
.m-note h2 {
  text-align: center;
}
.m-note__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-note__btn .g-btn {
  margin-top: 0;
  margin-bottom: 0;
}
.m-note__btn .g-btn:after {
  content: none;
}
@media (min-width: 768px) {
  .m-note {
    padding: 15px;
    width: 90%;
    border: 2px solid #000;
    border-radius: 15px;
    margin: 30px auto;
  }
  .m-note h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .m-note__btn .g-btn {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .m-note {
    padding: 2vw;
    width: 90%;
    border: 0.2666666667vw solid #000;
    border-radius: 2vw;
    margin: 4vw auto;
  }
  .m-note h2 {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
  .m-note__btn .g-btn {
    width: 40%;
  }
}

.m-result__box {
  margin: 0 auto;
}
.m-result__ttl, .m-result__txt {
  text-align: center;
}
.m-result__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.m-result__list li {
  margin: 0 auto;
}
.m-result__list:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 150px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(180deg, transparent, #fff);
  z-index: 1;
}
.m-result__list.is-open:before {
  opacity: 0;
  visibility: hidden;
}
.m-result__tgl {
  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;
  color: #fff;
  background: #000;
  margin: 0 auto;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-result__tgl:hover {
  opacity: 0.6;
}
@media (min-width: 768px) {
  .m-result__box {
    width: 90%;
    padding-bottom: 50px;
  }
  .m-result__ttl {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .m-result__txt {
    font-size: 24px;
    margin-top: 10px;
  }
  .m-result__list {
    min-height: 386px;
  }
  .m-result__list li {
    width: 48%;
  }
  .m-result__list li:nth-child(n+3) {
    margin-top: 2%;
  }
  .m-result__tgl {
    font-size: 20px;
    width: 250px;
    height: 50px;
    border-radius: 10px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .m-result__box {
    width: 80vw;
    padding-bottom: 6.6666666667vw;
  }
  .m-result__ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .m-result__txt {
    font-size: 3.2vw;
    margin-top: 1.3333333333vw;
  }
  .m-result__list {
    min-height: 69.8181818182vw;
  }
  .m-result__list li {
    width: 48%;
  }
  .m-result__list li:nth-child(n+3) {
    margin-top: 2%;
  }
  .m-result__tgl {
    font-size: 2.6666666667vw;
    width: 33.3333333333vw;
    height: 6.6666666667vw;
    border-radius: 1.3333333333vw;
    margin-top: 2.6666666667vw;
  }
}/*# sourceMappingURL=style.css.map */