@charset "UTF-8";
.m-kv img {
  width: 100%;
}

@media (min-width: 768px) {
  a:hover,
  button:hover,
  .js-faq:hover,
  .m-benetab__tabitems {
    cursor: url("cursor.cur"), auto !important;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  body.is-fixed {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  body {
    margin-bottom: 16vw;
  }
}

* {
  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;
}

p {
  font-weight: 500;
  line-height: 1.9;
}

main {
  display: block;
  overflow: hidden;
}

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

.is-disabled {
  opacity: 0.4;
  cursor: url("cursor.cur"), auto;
  -events: none;
}

#box_vr_image {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.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;
  }
  [data-device=sp] {
    display: none !important;
  }
  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;
  }
}
@media (max-width: 767px) {
  [data-device=pc] {
    display: none !important;
  }
}
#li_other_shops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  /* align-items: center; */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

div#box_flow_other_shops {
  /*padding-top: 0;*/
  padding-bottom: 72px;
  margin-top: 25px;
}

div#box_flow_venue p.notice,
div#box_flow_other_shops p.notice {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 1em;
  background-color: #f0f0f0;
  padding: 24px;
  border-bottom: 2px solid #fff;
}

div#box_flow_other_shops p.notice strong {
  text-decoration: underline;
}

div#box_flow_venue li,
div#box_flow_other_shops li {
  border-bottom: 2px solid #fff;
  padding: 32px;
  width: 451px;
  min-height: 216px;
}

div#box_flow_venue li:nth-child(2n+1),
div#box_flow_other_shops li:nth-child(2n+1) {
  margin-right: 2px;
}

div#box_flow_venue h5,
div#box_flow_other_shops h4 {
  font-size: 2rem;
  font-weight: bold;
  font-weight: 600;
  color: #0fa0f3;
  margin-bottom: 0.6em;
}

div#box_flow_venue li > p,
div#box_flow_other_shops li > p {
  line-height: 1.6;
  margin-bottom: 1em;
}

div[id^=box_flow_] li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f0f0f0;
  display: inline-block;
  vertical-align: top;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 0;
}

div[id^=box_flow_] li a:hover:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0c9ff3;
  opacity: 0.1;
  z-index: 20;
}

div#box_flow_other_shops li > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

div#box_flow_other_shops li > p a {
  background: #fff;
  border-radius: 9999px;
  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;
  font-weight: 700;
  color: #000;
}
div#box_flow_other_shops li > p a:before {
  content: "";
  background-image: url(../img/arrow_bk.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  div#box_flow_venue h5, div#box_flow_other_shops h4 {
    font-size: 20px;
  }
  div#box_flow_other_shops li > p {
    font-size: 16px;
  }
  div#box_flow_other_shops li > p a {
    height: 50px;
    padding-left: 33px;
    padding-right: 20px;
    font-size: 14px;
  }
  div#box_flow_other_shops li > p a + a {
    margin-left: 20px;
  }
  div#box_flow_other_shops li > p a:before {
    width: 8px;
    height: 13px;
    left: 15px;
  }
}
@media (max-width: 767px) {
  div#box_flow_other_shops {
    margin-top: 4vw;
  }
  div#box_flow_venue li:nth-child(2n+1), div#box_flow_other_shops li:nth-child(2n+1) {
    margin-right: 0;
  }
  div#box_flow_venue h5, div#box_flow_other_shops h4 {
    font-size: 4.5333333333vw;
  }
  div#box_flow_other_shops li > p {
    font-size: 3.2vw;
  }
  div#box_flow_venue li, div#box_flow_other_shops li {
    width: 100%;
    padding: 5.3333333333vw;
    min-height: 46.6666666667vw;
  }
  div#box_flow_other_shops li > p a {
    height: 10.6666666667vw;
    padding-left: 7.0666666667vw;
    padding-right: 2.6666666667vw;
    font-size: 3.2vw;
  }
  div#box_flow_other_shops li > p a + a {
    margin-left: 2.6666666667vw;
  }
  div#box_flow_other_shops li > p a:before {
    width: 2.1333333333vw;
    height: 3.4666666667vw;
    left: 4vw;
  }
}
.g-secttl {
  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: #37a0da;
  color: #fff;
  font-weight: 900;
  z-index: 0;
}
.g-secttl:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  right: 0;
}
.g-secttl__label {
  background: #37a0da;
  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;
  margin: 0 auto;
}
.g-secttl__note {
  color: #d32b35;
  text-align: center;
  z-index: 0;
  font-weight: 900;
  line-height: 1.3;
}
.g-secttl__note span {
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: -1;
  top: 0;
  display: block;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .g-secttl {
    height: 38px;
  }
  .g-secttl:before {
    background-image: url("../img/icon_ttl_pc.png");
    background-size: cover;
    width: 217px;
    height: 38px;
  }
  .g-secttl__label {
    width: 1000px;
    font-size: 30px;
    height: 55px;
    margin-bottom: 20px;
  }
  .g-secttl__note, .g-secttl__note span {
    font-size: 34px;
  }
  .g-secttl__note {
    margin-bottom: 50px;
  }
  .g-secttl__note span {
    -webkit-text-stroke-width: 12px;
    -webkit-text-stroke-color: #fff;
  }
}
@media (max-width: 767px) {
  .g-secttl {
    font-size: 5.6vw;
    height: 8.5333333333vw;
    margin-bottom: 4.6666666667vw;
  }
  .g-secttl:before {
    background-image: url("../img/icon_ttl_sp.png");
    background-size: cover;
    width: 30.1333333333vw;
    height: 8.5333333333vw;
  }
  .g-secttl__label {
    width: 100%;
    font-size: 5.3333333333vw;
    padding: 1.3333333333vw 0;
    margin-bottom: 2.6666666667vw;
  }
  .g-secttl__note, .g-secttl__note span {
    font-size: 5.3333333333vw;
  }
  .g-secttl__note {
    margin-bottom: 6.6666666667vw;
  }
  .g-secttl__note span {
    -webkit-text-stroke-width: 1.6vw;
    -webkit-text-stroke-color: #fff;
  }
}

.g-sechead:before {
  content: "";
  position: absolute;
  z-index: 2;
}
.g-sechead.--history:before {
  background-image: url("../img/hisotyr_ttl.png");
  background-size: cover;
}
.g-sechead.--photo:before {
  background-image: url("../img/photo_ttl.png");
  background-size: cover;
}
.g-sechead.--rule:before {
  background-image: url("../img/rule_ttl.png");
  background-size: cover;
}
.g-sechead.--minigame:before {
  background-image: url("../img/minigame_ttl.png");
  background-size: cover;
}
.g-sechead em {
  font-family: "Oswald", sans-serif;
  color: #38a1db;
  display: block;
  text-align: center;
  line-height: 1;
  z-index: 1;
  letter-spacing: -0.025em;
}
.g-sechead 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;
  color: #fff;
  background: #bfae73;
}
@media (min-width: 768px) {
  .g-sechead em {
    font-size: 87px;
    bottom: 20px;
  }
  .g-sechead span {
    font-size: 16px;
  }
  .g-sechead.--history:before {
    width: 468px;
    height: 143px;
    top: -32px;
    right: 40px;
    left: 0;
    margin: 0 auto;
  }
  .g-sechead.--photo:before {
    width: 488px;
    height: 132px;
    top: -32px;
    right: 40px;
    left: 0;
    margin: 0 auto;
  }
  .g-sechead.--rule:before {
    width: 426px;
    height: 143px;
    top: -32px;
    right: 40px;
    left: 0;
    margin: 0 auto;
  }
  .g-sechead.--minigame {
    margin-bottom: 23px;
  }
  .g-sechead.--minigame:before {
    width: 579px;
    height: 121px;
    top: -32px;
    right: 40px;
    left: 0;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .g-sechead em {
    font-size: 13.3333333333vw;
    bottom: 2.6666666667vw;
  }
  .g-sechead span {
    font-size: 3.4666666667vw;
  }
  .g-sechead.--history:before {
    width: 74.2666666667vw;
    height: 22.4vw;
    top: -4.2666666667vw;
    right: 5.3333333333vw;
    left: 0;
    margin: 0 auto;
  }
  .g-sechead.--photo:before {
    width: 77.4666666667vw;
    height: 20.9333333333vw;
    top: -4.2666666667vw;
    right: 5.3333333333vw;
    left: 0;
    margin: 0 auto;
  }
  .g-sechead.--rule:before {
    width: 67.7333333333vw;
    height: 22.6666666667vw;
    top: -5.3333333333vw;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .g-sechead.--minigame {
    margin-bottom: 3.0666666667vw;
  }
  .g-sechead.--minigame em {
    font-size: 11.3333333333vw;
  }
  .g-sechead.--minigame:before {
    width: 82.9333333333vw;
    height: 19.2vw;
    top: -4.2666666667vw;
    right: 1.3333333333vw;
    left: 0;
    margin: 0 auto;
  }
}

.g-cont__wrap {
  margin: 0 auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 0;
  left: 0;
  position: absolute;
  top: 0;
}
.g-cont__wrap:before {
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  line-height: 1;
  z-index: 1;
}
.g-cont__wrap.is-regular {
  border-color: #37a0da;
}
.g-cont__wrap.is-family {
  border-color: #d32b35;
}
.g-cont__wrap.is-family:before {
  color: #d32b35;
}
.g-cont__wrap.is-junior {
  border-color: #079461;
}
.g-cont__wrap.is-junior:before {
  color: #079461;
}
.g-cont__wrap.is-active {
  opacity: 1;
  visibility: visible;
  position: static;
}
.g-cont__wrap .m-member,
.g-cont__wrap .m-ticket,
.g-cont__wrap .m-shopping,
.g-cont__wrap .m-goods {
  border: none !important;
  max-width: 100%;
}
.g-cont__ttl {
  background: #333c46;
  color: #fff;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.05em;
}
.g-cont__ttl span.--pink {
  color: #d32b35;
}
.g-cont__ttl span.--gold {
  color: #c0ae72;
}
.g-cont__ttl span.--green {
  color: #079461;
}
.g-cont__subttl {
  color: #38a1db;
  text-align: center;
  font-weight: 900;
}
.g-cont__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 5px solid #c0ae72;
  background: #c0ae72;
}
.g-cont__label 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;
  color: #fff;
}
.g-cont__label p {
  color: #c0ae72;
  background: #fff;
  line-height: 1.3823529412;
}
.g-cont__txt {
  line-height: 1.8571428571;
}
.g-cont__txt .--yl {
  background: #fcd021;
}
.g-cont__note, .g-cont__noteitems {
  padding-left: 1em;
}
.g-cont__note:before, .g-cont__noteitems:before {
  content: "※";
  margin-left: -1em;
}
.g-cont__note.--dot:before, .g-cont__noteitems.--dot:before {
  content: "・";
  margin-left: -1em;
}
.g-cont__note.--yl, .g-cont__noteitems.--yl {
  background: #fcd021;
  display: inline;
}
.g-cont__pct {
  margin: 0 auto;
}
.g-cont__pct.--banner:before {
  z-index: 1;
  content: "";
  background-image: url("../img/or.png");
  background-size: cover;
  position: absolute;
}
.g-cont__color {
  background: #079461;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.g-cont__color em {
  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: #079461;
  font-weight: 900;
}
.g-cont__color > div:nth-child(1), .g-cont__color > div:nth-child(2) {
  background: #fff;
}
.g-cont__color > div.--label {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.g-cont__color > div.--label:before {
  z-index: 1;
  content: "";
  background-image: url("../img/or.png");
  background-size: cover;
  position: absolute;
  margin: 0 auto;
}
.g-cont__check em {
  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;
  font-weight: 900;
}
.g-cont__check p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
}
.g-cont__check p:before {
  content: "";
  background-image: url("../img/icon_check.jpg");
  background-size: cover;
  display: block;
}
.g-cont__reghead {
  font-weight: 900;
  letter-spacing: -0.05em;
}
.g-cont__reghead span {
  background: #fcd021;
  display: inline-block;
}
@media (min-width: 768px) {
  .g-cont {
    padding: 0 23px;
  }
  .g-cont__wrap {
    border: 8px solid;
    width: 1000px;
  }
  .g-cont__wrap section + section {
    margin-top: 35px;
  }
  .g-cont:nth-child(n+2) {
    margin-top: 45px;
  }
  .g-cont__ttl {
    font-size: 20px;
    min-height: 38px;
    margin-bottom: 20px;
  }
  .g-cont__ttl.--wide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .g-cont__ttl.--wide > * {
    width: 50%;
  }
  .g-cont__subttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .g-cont__txt {
    font-size: 16px;
  }
  .g-cont__txt + .g-cont__notelist {
    margin-top: 20px;
  }
  .g-cont__txt + .g-secttl__note {
    margin: 10px auto;
  }
  .g-cont__label {
    font-size: 20px;
    border: 3px solid #c0ae72;
    margin-bottom: 10px;
  }
  .g-cont__label span {
    width: 150px;
  }
  .g-cont__label p {
    padding: 15px 30px;
    width: calc(100% - 150px);
  }
  .g-cont__note, .g-cont__noteitems {
    font-size: 12px;
  }
  .g-cont__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .g-cont__row.--nero {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .g-cont__pct.--banner {
    margin-bottom: 15px;
  }
  .g-cont__pct.--banner:before {
    width: 48px;
    height: 48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -24px;
  }
  .g-cont__pct.--uni {
    width: 188px;
  }
  .g-cont__pct.--nero {
    width: 420px;
  }
  .g-cont__pct.--book {
    width: 127px;
  }
  .g-cont__pct.--del {
    width: 306px;
    margin: 20px auto;
  }
  .g-cont__pct.--ic {
    width: 154px;
    margin-left: 25px;
  }
  .g-cont__pct.--seal {
    width: 154px;
    margin-left: 25px;
  }
  .g-cont__pct.--badge {
    width: 257px;
    margin-top: 15px;
  }
  .g-cont__pct.--pouch {
    width: 306px;
  }
  .g-cont__pct.--fc {
    width: 800px;
    margin-top: 20px;
  }
  .g-cont__pct.--mascot {
    position: absolute;
    width: 112px;
    right: 0;
  }
  .g-cont__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 40px;
  }
  .g-cont__col .g-cont {
    margin: 0;
    padding-top: 30px;
  }
  .g-cont__col .g-cont__col {
    padding: 0;
  }
  .g-cont__col.--label {
    margin: 15px auto 0;
    padding: 0;
  }
  .g-cont__col.--label .g-cont__pct {
    margin-top: 20px;
  }
  .g-cont__col.--pouch {
    margin-top: 20px;
  }
  .g-cont__col > * {
    width: 440px;
    padding: 0;
  }
  .g-cont__col > *:last-child {
    padding-bottom: 30px;
  }
  .g-cont__col > * .g-cont {
    padding-left: 0;
    padding-right: 0;
  }
  .g-cont.--wide {
    width: 905px;
    margin: 0 auto;
    padding: 30px 0 30px;
  }
  .g-cont__color {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 10px 10px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .g-cont__color em {
    font-size: 24px;
    height: 46px;
  }
  .g-cont__color > div:nth-child(1), .g-cont__color > div:nth-child(2) {
    width: 430px;
    height: 425px;
  }
  .g-cont__color > div:nth-child(1) .g-cont__pct {
    width: 346px;
    margin: 15px auto 15px;
  }
  .g-cont__color > div:nth-child(1) ul {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .g-cont__color > div:nth-child(2) .g-cont__pct {
    width: 308px;
    margin-left: 20px;
    margin-top: 15px;
  }
  .g-cont__color > div:nth-child(2) ul {
    position: absolute;
    top: 145px;
    left: 165px;
  }
  .g-cont__color > div.--label {
    width: 490px;
    margin: 0 auto;
    bottom: 32px;
  }
  .g-cont__color > div.--label:before {
    width: 48px;
    height: 48px;
    right: 0;
    left: 0;
    top: -24px;
  }
  .g-cont__check {
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .g-cont__check em {
    font-size: 16px;
    height: 28px;
    margin-bottom: 5px;
  }
  .g-cont__check p {
    font-size: 16px;
  }
  .g-cont__check p:before {
    width: 20px;
    height: 14px;
    margin-right: 5px;
  }
  .g-cont__check p + p {
    margin-top: 5px;
  }
  .g-cont__reghead {
    font-size: 28px;
  }
  .g-cont__reghead span {
    padding: 0px 20px;
  }
  .g-cont__reghead span + span {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .g-cont {
    padding: 0 3.0666666667vw;
  }
  .g-cont__wrap {
    border: 1.3333333333vw solid;
    padding-bottom: 6.6666666667vw;
  }
  .g-cont__wrap section + section {
    margin-top: 9.3333333333vw;
  }
  .g-cont:nth-child(n+2) {
    margin-top: 6vw;
  }
  .g-cont__colitem {
    margin-top: 6vw;
  }
  .g-cont__ttl {
    font-size: 4.5333333333vw;
    min-height: 8.5333333333vw;
    margin-bottom: 3.7333333333vw;
  }
  .g-cont__subttl {
    font-size: 4.5333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .g-cont__txt {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .g-cont__txt + .g-secttl__note {
    margin: 4vw auto 5.3333333333vw;
  }
  .g-cont__label {
    font-size: 4.5333333333vw;
    border: 0.6666666667vw solid #c0ae72;
    margin-bottom: 2vw;
  }
  .g-cont__label span {
    width: 27.7333333333vw;
  }
  .g-cont__label p {
    padding: 2vw 4vw;
    width: calc(100% - 27.7333333333vw);
  }
  .g-cont__label + .g-cont__pct {
    margin-top: 4vw;
  }
  .g-cont__note, .g-cont__noteitems {
    font-size: 3.2vw;
  }
  .g-cont__notelist {
    margin: 5.3333333333vw 0;
  }
  .g-cont__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .g-cont__row.--nero {
    display: block;
  }
  .g-cont__inner > * {
    padding-left: 2vw;
    padding-right: 2vw;
  }
  .g-cont__pct.--or {
    width: 12.6666666667vw;
    margin: 0 auto 3.3333333333vw;
    padding: 0;
  }
  .g-cont__pct.--banner {
    margin-top: 8.6666666667vw;
  }
  .g-cont__pct.--banner:before {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    top: -6.6666666667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .g-cont__pct.--book {
    width: 25.3333333333vw;
    margin-left: 6vw;
  }
  .g-cont__pct.--del {
    width: 72.8vw;
  }
  .g-cont__pct.--ic, .g-cont__pct.--seal {
    width: 34.1333333333vw;
    margin-left: 4.6666666667vw;
  }
  .g-cont__pct.--badge {
    width: 57.0666666667vw;
    margin-top: 2vw;
  }
  .g-cont__pct.--pouch {
    width: 79.7333333333vw;
  }
  .g-cont__col.--label {
    margin-top: 4.6666666667vw;
  }
  .g-cont__col.--label > div:nth-child(n+2) {
    margin-top: 6vw;
  }
  .g-cont__col.--uni > div:nth-child(1) ul {
    padding-top: 6vw;
    padding-right: 46.4vw;
    padding-bottom: 14vw;
    padding-left: 2.6666666667vw;
  }
  .g-cont__col.--uni > div:nth-child(2) {
    width: 37.6vw;
    position: absolute;
    top: 11.7333333333vw;
    right: 4vw;
  }
  .g-cont__color {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2vw 2vw;
    margin-top: 2.6666666667vw;
    margin-bottom: 2vw;
  }
  .g-cont__color em {
    font-size: 5.2vw;
    height: 16.6666666667vw;
    text-align: center;
    line-height: 1.2820512821;
  }
  .g-cont__color .g-cont__pct {
    padding: 3.7333333333vw 3.3333333333vw 0;
    min-height: 70.2666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .g-cont__color > div:nth-child(1), .g-cont__color > div:nth-child(2) {
    width: 42.8vw;
    padding-bottom: 50.6666666667vw;
  }
  .g-cont__color > div.--label {
    width: 70.2666666667vw;
    margin: 0 auto;
    bottom: 4.9333333333vw;
  }
  .g-cont__color > div.--label:before {
    width: 11.7333333333vw;
    height: 11.7333333333vw;
    top: -6.6666666667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .g-cont__reghead {
    font-size: 5.7333333333vw;
  }
  .g-cont__reghead span {
    padding: 0px 4vw;
  }
  .g-cont__reghead span + span {
    margin-left: 1.3333333333vw;
  }
}

.g-header {
  z-index: 1000;
}
.g-header__link {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.025em;
}
.g-header__link:before {
  content: "";
  background-image: url("../img/arrow_gold.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.g-header__link.--en {
  font-family: "Oswald", sans-serif;
}
@media (min-width: 768px) {
  .g-header {
    background: #38a1db;
  }
  .g-header.is-fixed {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
  }
  .g-header__inner {
    padding-right: 478px;
    width: 1120px;
    margin: 0 auto;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .g-header__items:nth-child(n+2) {
    margin-left: 20px;
  }
  .g-header__items:nth-child(7) {
    margin-left: 0;
  }
  .g-header__items:nth-child(n+7) {
    margin-top: 7px;
  }
  .g-header__link {
    padding-right: 15px;
    min-width: 93px;
    font-size: 14px;
  }
  .g-header__link.--en {
    font-size: 16px;
  }
  .g-header__link:before {
    width: 8px;
    height: 13px;
    right: 0;
  }
  .g-header__fc, .g-header__web {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 66px;
  }
  .g-header__fc {
    right: 210px;
  }
  .g-header__web {
    right: 0;
  }
}
@media (max-width: 767px) {
  .g-header {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 16vw;
    background: #333c46;
  }
  .g-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .g-header__fc {
    display: block;
    margin: 0 auto;
  }
  .g-header__fc, .g-header__web {
    height: 16vw;
  }
  .g-header__web {
    right: 0;
  }
  .g-header__btn {
    width: 16vw;
  }
  .g-header__btn:before {
    content: "";
    background-image: url("../img/menu_open.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    z-index: 1;
  }
  .g-header__btn.is-open:before {
    opacity: 1;
  }
  .g-header__list {
    position: fixed;
    width: 60vw;
    height: calc(100vh - 16vw);
    right: 0;
    bottom: 16vw;
    background: #38a1db;
    padding: 13.3333333333vw 4vw;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .g-header__list.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .g-header__link {
    font-size: 4.2666666667vw;
    display: block;
  }
  .g-header__link:before {
    width: 2.6666666667vw;
    height: 4.2666666667vw;
    right: 0;
  }
  .g-header__items:nth-child(n+2) {
    margin-top: 3.3333333333vw;
  }
}

.g-footer {
  background: #38a1db;
}
.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__logo {
  display: block;
  margin: 0 auto;
}
.g-footer__copy {
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .g-footer {
    margin-top: 65px;
    padding: 75px 0 30px;
  }
  .g-footer__logo {
    width: 171px;
    margin: 0px auto 35px;
  }
  .g-footer__items {
    margin: 0 35px;
  }
  .g-footer__items.fc {
    width: 90px;
  }
  .g-footer__items.x {
    width: 59px;
  }
  .g-footer__items.line {
    width: 73px;
  }
  .g-footer__items.fb {
    width: 71px;
  }
  .g-footer__items.insta {
    width: 68px;
  }
  .g-footer__copy {
    font-size: 24px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .g-footer {
    margin-top: 8.6666666667vw;
    padding: 8.6666666667vw 0 8.6666666667vw;
  }
  .g-footer__logo {
    width: 22.8vw;
    margin: 0 auto 4.6666666667vw;
  }
  .g-footer__items {
    margin: 0 4.6666666667vw;
  }
  .g-footer__items.fc {
    width: 12vw;
  }
  .g-footer__items.x {
    width: 7.8666666667vw;
  }
  .g-footer__items.line {
    width: 9.7333333333vw;
  }
  .g-footer__items.fb {
    width: 9.4666666667vw;
  }
  .g-footer__items.insta {
    width: 9.0666666667vw;
  }
  .g-footer__copy {
    font-size: 3.2vw;
    padding-bottom: 4vw;
  }
}

.g-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.g-category 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;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  line-height: 1;
}
.g-category span.regular {
  background: #37a0da;
}
.g-category span.family {
  background: #d32b35;
}
.g-category span.junior {
  background: #079461;
}
.g-category span.is-hidden {
  background: #ccc !important;
}
@media (min-width: 768px) {
  .g-category {
    margin-bottom: 20px;
  }
  .g-category.--center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g-category span {
    font-size: 12px;
    padding: 5px 10px;
  }
  .g-category span:nth-child(n+2) {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .g-category {
    margin-bottom: 2.6666666667vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .g-category span {
    font-size: 3.2vw;
    padding: 0.9333333333vw 1.8666666667vw;
  }
  .g-category span:nth-child(n+2) {
    margin-left: 0.6666666667vw;
  }
}

.m-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.m-nav__item 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;
  border: 1px solid #bfae73;
  color: #bfae73;
}
.m-nav__item a:hover {
  opacity: 1;
}
@media (min-width: 768px) {
  .m-nav {
    padding: 60px 0 100px;
  }
  .m-nav__list {
    max-width: 1200px;
    width: 90%;
  }
  .m-nav__item:nth-child(-n+3) {
    width: 33.3333333333%;
  }
  .m-nav__item:nth-child(n+4) {
    width: 25%;
  }
  .m-nav__item a {
    font-size: 15px;
    height: 62px;
  }
  .m-nav__item a:hover {
    background: #bfae73;
    color: #040000;
  }
}
@media (max-width: 767px) {
  .m-nav {
    padding: 8vw 0 13.3333333333vw;
  }
  .m-nav__list {
    width: 96%;
  }
  .m-nav__item:nth-child(-n+3) {
    width: 33.3333333333%;
  }
  .m-nav__item:nth-child(n+4) {
    width: 25%;
  }
  .m-nav__item a {
    line-height: 1.2;
    text-align: center;
    font-size: 2.9333333333vw;
    height: 12vw;
  }
  .m-nav__item a:hover {
    background: #bfae73;
    color: #040000;
  }
}

.m-history__slidetxt em {
  font-family: "Oswald", sans-serif;
  color: #108ed0;
  line-height: 1;
  display: block;
}
.m-history__slidetxt p {
  line-height: 1.8571428571;
  color: #fff;
}
.m-history__slidewrap .slick-next, .m-history__slidewrap .slick-prev {
  background-image: url("../img/slide_arrow.png");
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.m-history__slidewrap .slick-next:before, .m-history__slidewrap .slick-prev:before {
  content: none;
}
.m-history__slidewrap .slick-next {
  right: 0;
}
.m-history__slidewrap .slick-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.m-history__thumbbox img, .m-history__slidepct img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-history__thumb {
  z-index: 1;
}
@media (min-width: 768px) {
  .m-history {
    margin-top: 75px;
  }
  .m-history__slidewrap {
    width: 1070px;
    margin: 0 auto;
    padding-top: 45px;
  }
  .m-history__slidewrap .slick-next, .m-history__slidewrap .slick-prev {
    width: 72px;
    height: 72px;
  }
  .m-history__cont {
    background: #38a1db;
    background-image: url("../img/history_bg.png");
    background-size: 472px 433px;
    background-repeat: repeat-x;
  }
  .m-history__slide {
    top: -180px;
  }
  .m-history__slide .slick-next, .m-history__slide .slick-prev {
    bottom: 0;
  }
  .m-history__slide .slick-next {
    right: -72px;
  }
  .m-history__slide .slick-prev {
    left: -72px;
  }
  .m-history__slidetxt {
    height: 715px;
    padding: 0 20px;
    width: 50%;
    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-history__slidetxt em {
    font-size: 80px;
    margin-bottom: 20px;
    color: #fff;
  }
  .m-history__slidetxt p {
    font-size: 16px;
  }
  .m-history__slidebox img {
    width: 100%;
  }
  .m-history__boxinner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .m-history__slidepct {
    width: 535px;
    height: 535px;
  }
  .m-history__thumb {
    width: 50%;
  }
  .m-history__thumb .slick-next, .m-history__thumb .slick-prev {
    display: none !important;
  }
  .m-history__thumbbox {
    height: 179px !important;
  }
}
@media (max-width: 767px) {
  .m-history {
    margin-top: 18vw;
  }
  .m-history__ttl em {
    font-size: 13.3333333333vw;
    bottom: 2.6666666667vw;
  }
  .m-history__ttl span {
    font-size: 3.4666666667vw;
  }
  .m-history__ttl:before {
    width: 74.2666666667vw;
    height: 22.4vw;
    top: -4.2666666667vw;
    right: 5.3333333333vw;
    left: 0;
    margin: 0 auto;
  }
  .m-history__slidewrap {
    margin-top: 3.7333333333vw;
  }
  .m-history__slidewrap .slick-next, .m-history__slidewrap .slick-prev {
    width: 9.6vw;
    height: 9.6vw;
  }
  .m-history__slide .slick-list {
    overflow: visible;
  }
  .m-history__slide .slick-next, .m-history__slide .slick-prev {
    top: 45.3333333333vw;
  }
  .m-history__slidetxt {
    padding: 10vw 13.3333333333vw 0;
    background: #38a1db;
    background-image: url("../img/history_bg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 6vw 8vw;
  }
  .m-history__slidetxt p {
    font-size: 3.7333333333vw;
  }
  .m-history__slidepct {
    width: 100vw;
    height: 100vw;
  }
  .m-history__year {
    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: #37a0da;
    font-family: "Oswald", sans-serif;
    font-size: 12.5333333333vw;
    height: 12vw;
    width: 100%;
    position: absolute;
    top: 0;
  }
  .m-history__slidebox {
    padding-top: 45.3333333333vw;
    margin-top: -45.3333333333vw;
  }
  .m-history__slidebox img {
    width: 100%;
  }
  .m-history__thumb {
    margin-top: 16.2666666667vw;
  }
}

.m-photo {
  z-index: 1;
}
.m-photo__slide .slick-next, .m-photo__slide .slick-prev {
  background-image: url("../img/slide_arrow_gold.png");
  background-size: cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.m-photo__slide .slick-next:before, .m-photo__slide .slick-prev:before {
  content: none;
}
.m-photo__slide .slick-next {
  right: 0;
}
.m-photo__slide .slick-prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.m-photo__slide .slick-dots li button {
  border-radius: 50%;
  background: #ccc;
}
.m-photo__slide .slick-dots li.slick-active button {
  background: #38a1db;
}
@media (min-width: 768px) {
  .m-photo {
    margin-top: 100px;
  }
  .m-photo__slide {
    width: 750px;
    margin: 0 auto;
  }
  .m-photo__slide .slick-next, .m-photo__slide .slick-prev {
    width: 72px;
    height: 72px;
  }
  .m-photo__slide .slick-next, .m-photo__slide .slick-prev {
    bottom: 0;
  }
  .m-photo__slide .slick-next {
    right: -72px;
  }
  .m-photo__slide .slick-prev {
    left: -72px;
  }
  .m-photo__slide .slick-list {
    overflow: visible;
  }
  .m-photo .slick-dots {
    bottom: -30px;
  }
  .m-photo .slick-dots li {
    margin: 0 0.5333333333vw;
  }
  .m-photo .slick-dots li button {
    width: 1.2vw;
    height: 1.2vw;
  }
}
@media (max-width: 767px) {
  .m-photo {
    margin-top: 10.6666666667vw;
    margin-bottom: 16.6666666667vw;
  }
  .m-photo__slide .slick-next, .m-photo__slide .slick-prev {
    width: 9.6vw;
    height: 9.6vw;
  }
  .m-photo__slide .slick-dots {
    bottom: -6.8vw;
  }
  .m-photo__slide .slick-dots li {
    margin: 0 0.5333333333vw;
  }
  .m-photo__slide .slick-dots li button {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}

.m-rule__box > p:nth-child(1) {
  background: #38a1db;
  color: #fff;
  line-height: 1.6071428571;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-rule__box > p:nth-child(1):before {
  content: "";
  background-image: url("../img/arrow_wt.png");
  background-size: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-rule__box > p:nth-child(1).is-open:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.m-rule__box > div {
  display: none;
}
.m-rule__box > div h4 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  font-weight: bold;
  font-weight: 600;
  padding-bottom: 0.3em;
  border-bottom: 1px dotted #aaa;
}
.m-rule__box > div h5 {
  margin-bottom: 0.5em;
  font-weight: bold;
  font-weight: 600;
}
@media (min-width: 768px) {
  .m-rule {
    margin-top: 90px;
  }
  .m-rule__txt, .m-rule__boxwrap {
    width: 830px;
    margin: 20px auto 0;
  }
  .m-rule__box:nth-child(n+2) {
    margin-top: 8px;
  }
  .m-rule__box > p {
    font-size: 18px;
    border-left: 12px solid #bfae73;
    padding-left: 25px;
    min-height: 72px;
  }
  .m-rule__box > p:before {
    right: 20px;
    width: 12px;
    height: 7px;
  }
  .m-rule__box > div {
    font-size: 16px;
    padding: 15px 30px;
  }
  .m-rule__box > div h4 {
    font-size: 22px;
  }
  .m-rule__box > div h5 {
    font-size: 20px;
  }
  .m-rule__box > div p + h4 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .m-rule__txt {
    padding: 4vw 8.6666666667vw 0;
  }
  .m-rule__boxwrap {
    padding: 4vw 3.3333333333vw 12vw;
  }
  .m-rule__box:nth-child(n+2) {
    margin-top: 2vw;
  }
  .m-rule__box > p {
    font-size: 3.7333333333vw;
    border-left: 2.8vw solid #bfae73;
    padding-left: 5.6vw;
    min-height: 16vw;
  }
  .m-rule__box > p:before {
    right: 4vw;
    width: 2.8vw;
    height: 1.7333333333vw;
  }
  .m-rule__box > div {
    font-size: 3.2vw;
    padding: 2.6666666667vw 4vw 0;
  }
  .m-rule__box > div h4 {
    font-size: 3.7333333333vw;
    margin-top: 2.6666666667vw;
  }
  .m-rule__box > div h5 {
    font-size: 3.4666666667vw;
  }
  .m-rule__box > div p + h4 {
    margin-top: 4vw;
  }
}

.m-benefits__pct, .m-benefits__table {
  margin: 0 auto;
}
.m-benefits__txt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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-color: #fcd021;
  margin: 0 auto;
  font-weight: 900;
}
@media (min-width: 768px) {
  .m-benefits {
    margin-bottom: 50px;
  }
  .m-benefits__pct, .m-benefits__table {
    width: 1000px;
    margin-bottom: 50px;
  }
  .m-benefits__txt {
    height: 46px;
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .m-benefits__pct {
    width: 100%;
  }
  .m-benefits__table {
    width: 92.2666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .m-benefits__txt {
    font-size: 4.6666666667vw;
    text-align: center;
    padding: 0 2.6666666667vw;
    margin: 2.6666666667vw auto 6.6666666667vw;
  }
}

.m-benetab__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-benetab__ttl span {
  display: block;
}
.m-benetab__ttl h2 {
  color: #38a1db;
  font-weight: 900;
  text-align: center;
  letter-spacing: -0.025em;
}
.m-benetab__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m-benetab__tabitems {
  width: 33.3333333333%;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-benetab__tabitems:before {
  content: "";
  background-image: url("../img/arrow_wt.png");
  background-size: cover;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.m-benetab__tabitems span {
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
.m-benetab__tabitems p {
  color: #fff;
  line-height: 1;
}
.m-benetab__tabitems.--regular {
  background: #37a0da;
}
.m-benetab__tabitems.--regular span {
  color: #7acfff;
}
.m-benetab__tabitems.--family {
  background: #d32b35;
}
.m-benetab__tabitems.--family span {
  color: #ff5760;
}
.m-benetab__tabitems.--junior {
  background: #079461;
}
.m-benetab__tabitems.--junior span {
  color: #0acf87;
}
.m-benetab__panel:before {
  right: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  line-height: 1;
  z-index: 1;
}
.m-benetab__panel.is-regular {
  background: #37a0da;
}
.m-benetab__panel.is-regular:before {
  color: #37a0da;
}
.m-benetab__panel.is-family {
  background: #d32b35;
}
.m-benetab__panel.is-family:before {
  color: #d32b35;
}
.m-benetab__panel.is-junior {
  background: #079461;
}
.m-benetab__panel.is-junior:before {
  color: #079461;
}
.m-benetab__cont:before {
  content: "▼";
}
.m-benetab__box {
  display: none;
  background: #fff;
}
.m-benetab__box.is-active {
  display: block;
}
.m-benetab__head {
  color: #38a1db;
  text-align: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 900;
  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;
  letter-spacing: -0.05em;
}
.m-benetab__head:before, .m-benetab__head:after {
  content: "";
  background-image: url("../img/icon_benetab_head.jpg");
  background-size: cover;
  display: block;
}
.m-benetab__head:after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.m-benetab__price {
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #38a1db;
}
.m-benetab__price em {
  line-height: 1;
  display: block;
}
@media (min-width: 768px) {
  .m-benetab {
    width: 1000px;
    margin: 14px auto 100px;
  }
  .m-benetab__main {
    margin-bottom: 80px;
  }
  .m-benetab__ttl {
    margin-bottom: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m-benetab__ttl span {
    width: 65px;
    margin-right: 25px;
  }
  .m-benetab__ttl h2 {
    font-size: 32px;
  }
  .m-benetab__panel {
    padding: 0 8px 8px;
  }
  .m-benetab__tabitems {
    padding: 15px 0 35px;
  }
  .m-benetab__tabitems:before {
    width: 17px;
    height: 10px;
    bottom: 10px;
  }
  .m-benetab__tabitems span {
    font-size: 22px;
  }
  .m-benetab__tabitems p {
    font-size: 22px;
    margin-top: 8px;
  }
  .m-benetab__panel:before {
    font-size: 50px;
    top: -1px;
  }
  .m-benetab__box {
    padding: 50px 40px 20px;
  }
  .m-benetab__box:nth-child(n+2) {
    margin-top: 25px;
  }
  .m-benetab__box .g-cont.--row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .m-benetab__box .g-cont.--row .m-benetab__ttl {
    width: 100%;
  }
  .m-benetab__box .g-cont.--row .g-cont__inner {
    width: 50%;
  }
  .m-benetab__box .g-cont.--row .g-cont__inner.--box01 {
    width: 483px;
  }
  .m-benetab__box .g-cont.--row .g-cont__inner.--box02 {
    width: 364px;
  }
  .m-benetab__box .--pct02 {
    width: 366px;
    margin-top: -79px;
    right: -29px;
  }
  .m-benetab__box .--icon01 {
    margin-top: 30px;
  }
  .m-benetab__box .--icon02 {
    position: absolute;
    width: 325px;
    right: -20px;
    bottom: -43px;
  }
  .m-benetab__tab {
    width: 1000px;
    margin: 0 auto;
  }
  .m-benetab__head {
    font-size: 25px;
    margin-bottom: 35px;
  }
  .m-benetab__head:before, .m-benetab__head:after {
    margin: 0 12px;
    width: 17px;
    height: 39px;
  }
  .m-benetab__price {
    font-size: 26px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 auto;
    width: 1000px;
    margin: -20px auto 20px;
    padding-right: 20px;
  }
  .m-benetab__price em {
    font-size: 40px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .m-benetab {
    margin-top: 6.6666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  .m-benetab__main {
    margin-bottom: 10.6666666667vw;
  }
  .m-benetab__ttl {
    margin-bottom: 20px;
  }
  .m-benetab__ttl span {
    width: 14.6666666667vw;
    margin-right: 1.3333333333vw;
  }
  .m-benetab__ttl h2 {
    font-size: 7.2vw;
  }
  .m-benetab__ttl.--min h2 {
    font-size: 5.6vw;
  }
  .m-benetab__panel {
    padding: 0 1.6vw 1.6vw;
  }
  .m-benetab__tabitems {
    padding: 2vw 0 4.6666666667vw;
  }
  .m-benetab__tabitems:before {
    width: 2.8vw;
    height: 1.7333333333vw;
    bottom: 1.6vw;
  }
  .m-benetab__tabitems span {
    font-size: 5.0666666667vw;
  }
  .m-benetab__tabitems p {
    font-size: 3.3333333333vw;
    margin-top: 1.0666666667vw;
  }
  .m-benetab__tab {
    margin-top: 6.6666666667vw;
  }
  .m-benetab__panel:before {
    font-size: 6.6666666667vw;
    top: 1.8666666667vw;
  }
  .m-benetab__box {
    padding-top: 5.6vw;
    padding-bottom: 3.3333333333vw;
  }
  .m-benetab__head {
    font-size: 4vw;
    margin-bottom: -1.3333333333vw;
  }
  .m-benetab__head:before, .m-benetab__head:after {
    width: 6.5333333333vw;
    height: 15.6vw;
  }
  .m-benetab__head:before {
    margin-right: 1.6vw;
  }
  .m-benetab__head:after {
    margin-left: 1.6vw;
  }
  .m-benetab__price {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4vw auto 1.3333333333vw;
    font-size: 5.3333333333vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-benetab__price em {
    font-size: 8vw;
    margin-left: 2.6666666667vw;
    top: -0.4vw;
  }
}

@media (min-width: 768px) {
  .m-minigame {
    margin-top: 93px;
    padding-bottom: 95px;
  }
  .m-minigame__pct {
    text-align: center;
    margin: 30px auto 0;
  }
  .m-minigame__pct img {
    left: -21px;
  }
}

.m-price {
  color: #fff;
}
.m-price.--regular .m-price__head:before {
  background-image: url("../img/ico_reg.png");
}
.m-price.--regular .m-price__desc em {
  border-bottom-color: #37a0da;
}
.m-price.--family .m-price__head:before {
  background-image: url("../img/ico_fam.png");
}
.m-price.--family .m-price__desc em {
  border-bottom-color: #d32b35;
}
.m-price.--junior .m-price__head:before {
  background-image: url("../img/ico_junior.png");
}
.m-price.--junior .m-price__desc em {
  border-bottom-color: #079461;
}
.m-price__head span {
  display: block;
}
.m-price__head:before {
  content: "";
  background-size: cover;
  position: absolute;
}
.m-price__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-price__desc * {
  font-weight: 900;
}
.m-price__desc p {
  background: #fff;
  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;
  color: #000;
}
.m-price__desc p em {
  -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;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 1px dotted #000;
  line-height: 1.2631578947;
}
.m-price__desc p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.m-price__desc p span.--col {
  display: block;
}
.m-price.--regular {
  background: #37a0da;
}
.m-price.--regular .m-price__desc p em {
  color: #37a0da;
}
.m-price.--family {
  background: #d32b35;
}
.m-price.--family .m-price__desc p em {
  color: #d32b35;
}
.m-price.--junior {
  background: #079461;
}
.m-price.--junior .m-price__desc p em {
  color: #079461;
}
@media (min-width: 768px) {
  .m-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-price > * {
    width: 50%;
    padding: 10px;
  }
  .m-price__head {
    padding-left: 195px;
  }
  .m-price__head:before {
    left: 35px;
    top: 7px;
    width: 142px;
    height: 142px;
  }
  .m-price__head span:nth-child(1) {
    height: 70px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .m-price__head span:nth-child(2) {
    height: 75px;
  }
  .m-price__desc p:nth-child(1) {
    width: 130px;
  }
  .m-price__desc p:nth-child(2) {
    width: 250px;
    margin-left: 10px;
  }
  .m-price__desc p em {
    font-size: 18px;
    height: 45px;
    margin-bottom: 10px;
  }
  .m-price__desc p span {
    font-size: 19px;
    min-height: 55px;
  }
  .m-price__desc p small {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .m-price > * {
    width: 100%;
    padding: 1.3333333333vw;
  }
  .m-price__head {
    padding: 43.3333333333vw 8vw 0;
  }
  .m-price__head:before {
    width: 34.9333333333vw;
    height: 34.9333333333vw;
    top: 5.0666666667vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .m-price__head span:nth-child(1) {
    height: 16.9333333333vw;
    padding-bottom: 2.4vw;
    margin-bottom: 2.4vw;
    border-bottom: 1px solid #fff;
  }
  .m-price__head span:nth-child(2) {
    height: 20vw;
  }
  .m-price__desc p {
    min-height: 34.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
  .m-price__desc p em {
    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;
    height: 12vw;
    font-size: 4.5333333333vw;
  }
  .m-price__desc p span {
    font-size: 4.6666666667vw;
    min-height: 13.3333333333vw;
    margin-top: 1.3333333333vw;
  }
  .m-price__desc p small {
    font-size: 2.9333333333vw;
  }
  .m-price__desc p:nth-child(1) {
    width: 24.2666666667vw;
  }
  .m-price__desc p:nth-child(2) {
    width: 61.8666666667vw;
    margin-left: 2.6666666667vw;
  }
}

.m-season {
  background-image: url("../img/season_bg.jpg");
  background-size: cover;
}
.m-season__wrap {
  margin: 0 auto;
  background: #fff;
}
.m-season__ttl {
  text-align: center;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #d32b35;
  z-index: 0;
  font-weight: 900;
}
.m-season__ttl:before {
  content: "ご存じですか？～シーズン移行～";
  position: absolute;
  z-index: -1;
}
.m-season__lead {
  line-height: 1.25;
  font-weight: 900;
}
.m-season__lead .--green {
  color: #079461;
}
.m-season__lead .--blue {
  color: #3d62ac;
}
.m-season__change {
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-season__change p {
  font-weight: 900;
  line-height: 1.25;
}
.m-season__change:before {
  content: "この変更は…";
  color: #37a0da;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.m-season__change ul {
  color: #fff;
  background: #37a0da;
}
.m-season__change ul li {
  padding-left: 1em;
}
.m-season__change ul li:before {
  content: "・";
  margin-left: -1em;
}
.m-season__change ul:before {
  content: "▶︎";
  color: #37a0da;
  position: absolute;
}
.m-season__change p {
  color: #37a0da;
}
.m-season__box > h3 {
  background: #3d62ac;
  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-season__box > h4 {
  background: #3d62ac;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.m-season__box > h4 span {
  color: #fff;
}
.m-season__box > h4 p {
  background: #eeeeef;
  color: #3d62ac;
  text-align: center;
}
.m-season__box > p {
  font-weight: 700;
  color: #3d62ac;
}
.m-season__box > p span {
  background: #fcd021;
}
.m-season__box > 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: #000;
  color: #fff;
  font-weight: 900;
  line-height: 1.375;
}
.m-season__box > a:before, .m-season__box > a:after {
  content: "";
  position: absolute;
}
.m-season__box > a:before {
  background: #d32b35;
  right: 0;
  height: 100%;
}
.m-season__box > a:after {
  background-image: url("../img/arrow_wt.png");
  background-size: cover;
  z-index: 2;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.m-season__btm h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #37a0da;
}
.m-season__btm h3:before, .m-season__btm h3:after {
  content: "";
  position: absolute;
}
.m-season__btm h3:after {
  background-image: url("../img/ico_att.png");
  background-size: cover;
}
.m-season__btm h3:before {
  background-image: url("../img/icon_ttl_sp.png");
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .m-season {
    padding: 70px 0;
    margin-bottom: 8vw;
  }
  .m-season__ttl {
    font-size: 32px;
    top: -29px;
  }
  .m-season__ttl:before {
    -webkit-text-stroke-width: 12px;
    -webkit-text-stroke-color: #fff;
  }
  .m-season__wrap {
    width: 1000px;
    padding: 30px 125px 45px;
  }
  .m-season__boxwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
  }
  .m-season__lead {
    text-align: center;
    font-size: 18px;
  }
  .m-season__change {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .m-season__change:before {
    top: 5px;
    font-size: 21px;
  }
  .m-season__change ul {
    width: 586px;
    border-radius: 10px;
    padding: 10px;
  }
  .m-season__change ul:before {
    font-size: 14px;
    right: -12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .m-season__box {
    width: 362px;
    border: 2px solid #3d62ac;
  }
  .m-season__box > p {
    padding: 0 35px;
    font-size: 13px;
  }
  .m-season__box h4 {
    font-size: 12px;
    margin: 25px auto 20px;
  }
  .m-season__box h4 span {
    padding: 0 15px;
  }
  .m-season__box h4 p {
    width: 200px;
  }
  .m-season__box > a {
    font-size: 16px;
    padding-right: 43px;
    height: 66px;
  }
  .m-season__box > a:before {
    width: 43px;
  }
  .m-season__box > a:after {
    height: 8px;
    width: 12px;
    right: 15px;
  }
  .m-season__pct {
    padding: 10px 35px;
  }
  .m-season__btm {
    margin-top: 20px;
  }
  .m-season__btm p {
    margin: 13px auto;
  }
  .m-season__btm h3 {
    font-size: 12px;
    height: 31px;
    padding-left: 38px;
  }
  .m-season__btm h3:after {
    width: 22px;
    height: 20px;
    left: 7px;
  }
  .m-season__btm h3:before {
    width: 95px;
    height: 31px;
    right: 0;
  }
}
@media (max-width: 767px) {
  .m-season {
    padding: 9.3333333333vw 0;
    margin-bottom: 4vw;
  }
  .m-season__ttl {
    font-size: 5.6vw;
    top: -5.2vw;
  }
  .m-season__ttl:before {
    -webkit-text-stroke-width: 1.6vw;
    -webkit-text-stroke-color: #fff;
  }
  .m-season__wrap {
    width: 94.6666666667vw;
    padding: 6.6666666667vw 3.3333333333vw 5.3333333333vw;
  }
  .m-season__boxwrap {
    margin-top: 2vw;
  }
  .m-season__lead {
    font-size: 3.6vw;
  }
  .m-season__change {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 2vw;
    padding-right: 1.3333333333vw;
    padding-top: 8.6666666667vw;
    padding-bottom: 1.3333333333vw;
  }
  .m-season__change:before {
    top: 0.6666666667vw;
    font-size: 5.3333333333vw;
  }
  .m-season__change ul {
    width: 78.1333333333vw;
    border-radius: 1.3333333333vw;
    padding: 1.3333333333vw;
    margin-bottom: 4.6666666667vw;
  }
  .m-season__change ul:before {
    content: "▼";
    font-size: 4.9333333333vw;
    bottom: -4.6666666667vw;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center;
  }
  .m-season__change p {
    font-size: 4.5333333333vw;
  }
  .m-season__box {
    width: 100%;
    border: 0.2666666667vw solid #3d62ac;
  }
  .m-season__box:nth-child(n+2) {
    margin-top: 4vw;
  }
  .m-season__box > p {
    padding: 0 4.6666666667vw;
    font-size: 3.2vw;
  }
  .m-season__box h4 {
    font-size: 3.2vw;
    margin: 3.3333333333vw auto 2.6666666667vw;
  }
  .m-season__box h4 span {
    padding: 0 2vw;
  }
  .m-season__box h4 p {
    width: 54.6666666667vw;
  }
  .m-season__box > a {
    font-size: 4vw;
    padding-right: 12vw;
    height: 19.4666666667vw;
  }
  .m-season__box > a:before {
    width: 12vw;
  }
  .m-season__box > a:after {
    height: 2.1333333333vw;
    width: 3.4666666667vw;
    right: 4.8vw;
  }
  .m-season__pct {
    padding: 1.3333333333vw 4.6666666667vw;
  }
  .m-season__btm {
    margin-top: 2.6666666667vw;
  }
  .m-season__btm p {
    margin: 1.7333333333vw auto;
  }
  .m-season__btm h3 {
    font-size: 3.0666666667vw;
    height: 8.2666666667vw;
    padding-left: 10.6666666667vw;
  }
  .m-season__btm h3:after {
    width: 5.8666666667vw;
    height: 5.4666666667vw;
    left: 1.7333333333vw;
  }
  .m-season__btm h3:before {
    width: 25.6vw;
    height: 8.2666666667vw;
    right: 0;
  }
}

/* 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 */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* 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;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: url("cursor.cur"), auto;
  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: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.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: 9.0666666667vw;
    height: 9.0666666667vw;
  }
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: url("cursor.cur"), auto;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: url("cursor.cur"), auto;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}/*# sourceMappingURL=style.css.map */