@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
* {
  margin: 0;
  padding: 0;
  font-size: 100%;
  position: relative;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

ol,
ul {
  list-style: none;
}

address {
  font-style: normal;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
  outline: 0;
}

:root {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  :root {
    font-size: 2.6667vw;
  }
}

body {
  width: 100%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.86;
  font-feature-settings: "palt" 1;
  margin: 0;
  padding: 0;
  background: #000000;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1440px) and (orientation: portrait) {
  body {
    min-width: 1090px;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 0;
  }
  body.fixed {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}

/*
_:-ms-input-placeholder, :root body {
  font-family: Meiryo, sans-serif;
}
*/
[data-device=sp] {
  display: none !important;
}
@media screen and (max-width: 767px) {
  [data-device=sp] {
    display: block !important;
  }
}

[data-device=sp-in] {
  display: none !important;
}
@media screen and (max-width: 767px) {
  [data-device=sp-in] {
    display: inline-block !important;
  }
}

@media screen and (max-width: 767px) {
  [data-device=pc] {
    display: none !important;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a {
    transition: 300ms;
  }
  a:hover {
    opacity: 0.6;
  }
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-en {
  font-family: "Lato", "Noto Sans JP", sans-serif;
}

.text-danger {
  color: #C11920;
}

.text-primary {
  color: #C90000;
}

.text-bold {
  font-weight: bold;
}

.text-marker {
  background: linear-gradient(transparent 70%, #FFF100 70%);
}

.text-l {
  font-size: 1.68em;
}

.text-s {
  font-size: 0.8em;
}

.align-middle {
  text-align: middle;
}

.align-bottom {
  text-align: bottom;
}

[data-fit=true] {
  overflow: hidden;
}
[data-fit=true] img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
.modaal-video-wrap {
  @include mq-down() {
    margin: auto;
  }
}
*/
ruby {
  line-height: 2.5;
}
ruby rt {
  font-size: 1rem;
  font-weight: 400;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  transition: 300ms;
  letter-spacing: 0.05em;
  font-weight: 400;
  background: #C90000;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    background: none;
  }
}
.l-header__open {
  background: #C90000;
}
@media screen and (max-width: 767px) {
  .l-header__open {
    background: none;
  }
}
.l-header__open .l-header__links {
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__open .l-header__links {
    position: absolute;
    right: 0;
    padding: 0 4vw 0 0;
    top: 7px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__open .l-header__logo {
    display: none;
  }
}
.l-header * {
  position: unset;
}
.l-header[data-header=fixed] {
  position: fixed;
}
.l-header__body {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: static;
  max-width: 1080px;
  height: 74px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .l-header__body {
    background: #C90000;
    height: 12.6666666667vw;
    padding: 0;
  }
}
.l-header__logo {
  max-width: 90px;
  z-index: 10;
  margin-top: 29px;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    max-width: 12vw;
    margin-top: 3.2vw;
    margin-left: 3.3333333333vw;
    position: fixed;
  }
}
.l-header__logo a {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header__logo a {
    transition: 300ms;
  }
  .l-header__logo a:hover {
    opacity: 1;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-name: flash;
            animation-name: flash;
  }
  @-webkit-keyframes flash {
    0% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes flash {
    0% {
      opacity: 0.4;
    }
    100% {
      opacity: 1;
    }
  }
}
.l-header__logo a img {
  height: auto;
  max-width: 90px;
}
@media screen and (max-width: 767px) {
  .l-header__logo a img {
    max-width: 12vw;
  }
}
.l-header__links {
  display: flex;
  align-items: flex-end;
  margin: 0;
  padding: 0;
  position: relative;
  top: 12px;
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__links {
    display: flex;
    padding-right: 4.6666666667vw;
    position: fixed;
    right: -3px;
    top: 3.3333333333vw;
  }
}
.l-header__links > li {
  display: block;
  flex: 0 1 auto;
}
.l-header__links > li > a,
.l-header__links > li > button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 53px;
  height: 54px;
  text-decoration: none;
  background: transparent;
  text-align: center;
  cursor: pointer;
  outline: none;
  padding-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__links > li > a,
.l-header__links > li > button {
    width: 7.0666666667vw;
    height: 8.4vw;
    padding-bottom: 0;
  }
}
.l-header__links > li > a span,
.l-header__links > li > button span {
  width: 53px;
  height: 2px;
  background: #fff;
  position: relative;
}
.l-header__links > li > a span::before,
.l-header__links > li > button span::before {
  content: "";
  position: absolute;
  width: 53px;
  height: 2px;
  background: #fff;
  top: -10px;
  left: 0;
  transition: transform 300ms;
}
@media screen and (max-width: 767px) {
  .l-header__links > li > a span::before,
.l-header__links > li > button span::before {
    width: 7.0666666667vw;
    top: -8px;
  }
}
.l-header__links > li > a span::after,
.l-header__links > li > button span::after {
  content: "";
  position: absolute;
  width: 53px;
  height: 2px;
  background: #fff;
  bottom: -10px;
  left: 0;
  transition: transform 300ms;
}
@media screen and (max-width: 767px) {
  .l-header__links > li > a span::after,
.l-header__links > li > button span::after {
    width: 7.0666666667vw;
    bottom: -8px;
  }
}
.l-header__links > li > a::after,
.l-header__links > li > button::after {
  content: "MENU";
  display: block;
  width: 100%;
  letter-spacing: 0.4em;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  line-height: 0;
  font-family: "Lato", sans-serif;
  position: absolute;
  bottom: 10px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-header__links > li > a::after,
.l-header__links > li > button::after {
    font-size: 1.8666666667vw;
    position: relative;
    bottom: auto;
    left: auto;
    letter-spacing: 0.3em;
  }
}
.l-header__links > li > a.nav-open,
.l-header__links > li > button.nav-open {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .l-header__links > li > a.nav-open,
.l-header__links > li > button.nav-open {
    padding-left: 0;
  }
}
.l-header__links > li > a.nav-open::after,
.l-header__links > li > button.nav-open::after {
  display: none;
}
.l-header__links > li > a.nav-open span,
.l-header__links > li > button.nav-open span {
  background: none;
}
.l-header__links > li > a.nav-open span::before,
.l-header__links > li > button.nav-open span::before {
  width: 30px;
  top: 0;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .l-header__links > li > a.nav-open span::before,
.l-header__links > li > button.nav-open span::before {
    width: 7.0666666667vw;
  }
}
.l-header__links > li > a.nav-open span::after,
.l-header__links > li > button.nav-open span::after {
  width: 30px;
  bottom: 0px;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .l-header__links > li > a.nav-open span::after,
.l-header__links > li > button.nav-open span::after {
    width: 7.0666666667vw;
  }
}
.l-header__links > li[data-contents=menu] button img {
  width: 3.4rem;
  height: 3.1rem;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .l-header__links > li[data-contents=menu] button img {
    width: 6vw;
    height: 5.6vw;
  }
}
.l-header__links > li[data-contents=menu] button img[src*=close] {
  display: none;
}
.l-header__links > li[data-contents=menu] button.nav-open {
  z-index: 5001;
}
.l-header__links > li[data-contents=menu] button.nav-open img[src*=close] {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
}
@media screen and (max-width: 767px) {
  .l-header__links > li[data-contents=menu] button.nav-open img[src*=close] {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
  }
}
.l-header__links > li[data-contents=menu] button.nav-open img[src*=menu] {
  display: none;
}

/*.p-sub {
  .l-header {
    &[data-header="fixed"] {
      .l-header__body {
        max-width: 990px;
      }
    }
  }
}*/
.l-footer {
  position: relative;
  padding: 40px 0 0;
  width: 100%;
  background: #000000;
  letter-spacing: 0.05em;
  text-align: center;
  /*&__pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    transition: 300ms;

    @include mq-down() {
      right: calc(25 / 750 * 100vw);
      bottom: calc(110 / 750 * 100vw);
    }

    a {
      @include flex-i-c-c-w;
      transition: 300ms;
      position: relative;
      width: 80px;
      height: 80px;

      @include mq-down() {
        width: calc(80 / 750 * 100vw);
        height: calc(80 / 750 * 100vw);
      }

      &:hover {
        @include mq-up() {
          opacity: 0.6;
        }
      }
    }

    &[data-pagetop-fix="false"] {
      position: absolute;
      bottom: auto;
      top: -30px;

      @include mq-down() {
        bottom: calc(370 / 750 * 100vw);
        top: -5vw;
      }
    }

    &[data-fixed="true"] {
      opacity: 1;
      pointer-events: all;
    }

    &[data-fixed="false"] {
      opacity: 0;
      pointer-events: none;
    }
  }*/
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 10.6666666667vw 0 0;
  }
}
.l-footer__pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    right: 3.3333333333vw;
    bottom: 4vw;
  }
}
.l-footer__pagetop a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: 300ms;
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #C90000;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop a {
    width: 8vw;
    height: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__pagetop a:hover {
    opacity: 0.6;
  }
}
.l-footer__pagetop a::before {
  content: "";
  position: absolute;
  display: block;
  left: 38%;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  top: 59%;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop a::before {
    width: 2vw;
    height: 2vw;
    left: 2.8vw;
  }
}
.l-footer__pagetop[data-pagetop-fix=false] {
  position: absolute;
  bottom: auto;
  top: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop[data-pagetop-fix=false] {
    top: 30px;
  }
}
.l-footer__pagetop[data-fixed=true] {
  opacity: 1;
  pointer-events: all;
}
.l-footer__pagetop[data-fixed=false] {
  opacity: 0;
  pointer-events: none;
}
.l-footer__social ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .l-footer__social ul {
    margin-bottom: 9.3333333333vw;
  }
}
.l-footer__social ul li {
  margin: 0 20.7px;
  background: #fff;
  line-height: 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background-color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  transition: all 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .l-footer__social ul li {
    margin: 0 4.6666666667vw;
  }
}
.l-footer__social ul li::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(0.5);
  position: absolute;
  z-index: -1;
  display: block;
  box-sizing: border-box;
  transition: all 0.3s;
  border-radius: 50%;
}
.l-footer__social ul li:hover::after {
  background: #000000;
  transform: scale(1);
  border: 1px solid #717071;
}
.l-footer__social ul li:hover svg {
  fill: #fff;
}
.l-footer__social ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.l-footer__social ul li a:hover {
  opacity: 1;
}
.l-footer__social ul li svg {
  max-width: 27px;
  max-height: 27px;
}
.l-footer__navi {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto 45px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .l-footer__navi {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__navi {
    display: block;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__navi-item-s > a {
    pointer-events: none;
  }
  .l-footer__navi-item::after {
    content: "";
    position: absolute;
    right: -30%;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    top: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1040px) {
  .l-footer__navi-item::after {
    display: none;
  }
}
@media screen and (min-width: 768px) and (min-device-width: 768px) and (max-device-width: 1440px) and (orientation: portrait) {
  .l-footer__navi-item::after {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__navi-item:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__navi-item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .l-footer__navi-item-s::before {
    content: "";
    position: absolute;
    width: 4.6666666667vw;
    height: 1px;
    right: 4vw;
    top: 6.6666666667vw;
    background: #fff;
  }
  .l-footer__navi-item-s::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 4.6666666667vw;
    right: 6vw;
    top: 4.6666666667vw;
    background: #fff;
  }
  .l-footer__navi-item-s.active::after {
    display: none;
  }
}
.l-footer__navi-item > ul > li {
  padding-left: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-footer__navi-item > ul > li {
    padding: 0;
    line-height: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}
.l-footer__navi-item > ul > li a {
  font-size: 1.7rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-footer__navi-item > ul > li a {
    font-size: 4.5333333333vw;
    display: block;
    padding: 4.6666666667vw 0 4.6666666667vw 12vw;
  }
}
.l-footer__navi-item > ul > li a::before {
  content: "";
  position: absolute;
  border: 2px solid #C90000;
  left: -15px;
  top: 9px;
  width: 5.5px;
  height: 5.5px;
  border-radius: 50px;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-footer__navi-item > ul > li a::before {
    border: 4px solid #C90000;
    left: 5.6vw;
    top: 4.9333333333vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__navi-item > ul > li a + ul {
    display: none;
  }
}
.l-footer__navi-item > ul > li a + ul li {
  padding-left: 0;
}
.l-footer__navi-item > ul > li a + ul li a {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navi-item > ul > li a + ul li a {
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 0 4.6666666667vw 16vw;
  }
}
.l-footer__navi-item > ul > li a + ul li a::before {
  display: none;
}
.l-footer__navi-item > ul > li a + ul li a::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  left: -15px;
  top: 9px;
}
@media screen and (max-width: 767px) {
  .l-footer__navi-item > ul > li a + ul li a::after {
    width: 2vw;
    height: 2vw;
    left: 11.3333333333vw;
    top: 2.6666666667vw;
  }
}
.l-footer__navi-item > ul + ul {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .l-footer__navi-item > ul + ul {
    margin-top: 0;
  }
}
.l-footer__partner {
  background: #fff;
}
.l-footer__partner-item {
  padding: 20px 0;
  max-width: 1150px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-footer__partner-item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__partner-item {
    display: block;
  }
}
.l-footer__partner-item h3 {
  color: #C90000;
  text-align: center;
  font-size: 2.8rem;
  font-style: italic;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .l-footer__partner-item h3 {
    padding-bottom: 15px;
    /*&::after {
      content: "";
      position: absolute;
      width: 1px;
      height: 100%;
      background: #bbb;
      top: 0;
      right: 15px;
      transform: skew(-20deg);
    }*/
  }
}
@media screen and (max-width: 767px) {
  .l-footer__partner-item h3 {
    font-size: 8.9333333333vw;
    line-height: 1.4;
    margin-bottom: 6vw;
  }
}
.l-footer__partner-item h3 span {
  display: block;
  color: #000000;
  font-size: 1.3rem;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .l-footer__partner-item h3 span {
    font-size: 4vw;
  }
}
.l-footer__partner-bnr {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-footer__partner-bnr {
    min-height: 76px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__partner-bnr {
    display: flex;
    flex-wrap: wrap;
  }
}
.l-footer__partner-bnr li {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .l-footer__partner-bnr li {
    flex: 0 0 33%;
    width: inherit;
    max-width: 33%;
    padding: 0 4vw 2vw;
  }
}
.l-footer__partner-bnr li img {
  max-height: 35px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .l-footer__partner-bnr li img {
    max-height: 7.2vw;
  }
}
.l-footer__partner-bnr .spacer {
  width: 100%;
}
.l-footer__partner + .l-footer__partner {
  overflow: hidden;
}
.l-footer__partner + .l-footer__partner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #BBBBBB;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .l-footer__partner + .l-footer__partner::before {
    width: 89.33%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .l-footer__partner + .l-footer__partner h3 {
    margin-left: -7px;
  }
}
.l-footer__link {
  background-color: #C90000;
  font-size: 1.4rem;
  padding: 15px 0 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__link {
    padding: 4vw 5% 0;
    font-size: 3.4666666667vw;
  }
}
.l-footer__link ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__link ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.l-footer__link ul li {
  margin: 0 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__link ul li {
    width: 48%;
    margin: 0 0 2.6666666667vw 4%;
  }
  .l-footer__link ul li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.l-footer__link ul li a {
  display: block;
  padding-left: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .l-footer__link ul li a {
    text-align: left;
    padding: 1.3333333333vw 0 1.3333333333vw 5.3333333333vw;
  }
}
.l-footer__link ul li a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .l-footer__link ul li a::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
  }
}
.l-footer__copyright {
  padding: 1rem 2rem;
  background-color: #C90000;
  font-size: 1.1rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    padding: 1rem;
    font-size: 1rem;
  }
}

.l-main {
  margin: 0 auto;
  padding: 80px 0 0;
  overflow: hidden;
  width: 100%;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding: 12.8vw 0 0;
    font-size: 1.4rem;
  }
}
.l-main__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .l-main__container .l-main__archive,
.l-main__container .l-main__single {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .l-main__container .l-main__archive,
.l-main__container .l-main__single {
    width: 100%;
  }
}
.l-main .text-gray {
  font-size: 1.3rem;
  font-weight: lighter;
  text-align: center;
  color: #AAA;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-main .text-gray {
    font-size: 2.9333333333vw;
  }
}
.l-main__section--padding {
  max-width: 1100px;
  margin: 0 auto;
}
.l-main__section--padding-t {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .l-main__section--padding-t {
    padding-top: 4rem;
  }
}
.l-main__section--padding-b {
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .l-main__section--padding-b {
    padding-bottom: 5rem;
  }
}
.l-main__section-inner {
  margin: 0 auto;
  width: 1000px;
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .l-main__section-inner {
    width: calc(100% - 4rem);
  }
}
.l-main__title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #fff;
}
.l-main__title-h1 {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-size: 8.4rem;
  font-weight: bold;
  line-height: 1.42;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .l-main__title-h1 {
    font-size: 10.4vw;
    margin-bottom: 6vw;
  }
}
.l-main__title-h1 span {
  display: block;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: normal;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .l-main__title-h1 span {
    font-size: 3.7333333333vw;
  }
}
.l-main__title-h1 span::before {
  content: "";
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: super;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .l-main__title-h1 span::before {
    width: 11.7333333333vw;
  }
}
.l-main__title-h1 span::after {
  content: "";
  width: 60px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: super;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .l-main__title-h1 span::after {
    width: 11.7333333333vw;
  }
}
.l-main__title-h2 {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-size: 7rem;
  font-weight: bold;
  line-height: 1.42;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .l-main__title-h2 {
    font-size: 12.5333333333vw;
    margin-bottom: 6vw;
  }
}
.l-main__title-h2 span {
  display: block;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: normal;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .l-main__title-h2 span {
    font-size: 3.7333333333vw;
  }
}
.l-main__title-h2 span::before {
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: super;
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .l-main__title-h2 span::before {
    width: 8.6666666667vw;
  }
}
.l-main__title-h2 span::after {
  content: "";
  width: 50px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  vertical-align: super;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .l-main__title-h2 span::after {
    width: 8.6666666667vw;
  }
}
.l-main__title-h3 {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.42;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .l-main__title-h3 {
    font-size: 8vw;
  }
}
.l-main__title-h3 span {
  display: block;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: normal;
  text-transform: uppercase;
  z-index: 1;
  position: relative;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .l-main__title-h3 span {
    font-size: 3.4666666667vw;
  }
}
.l-main__title-h4 {
  padding-left: 0.5em;
  margin-bottom: 3rem;
  border-left: solid 3px #C90000;
  font-size: 2rem;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .l-main__title-h4 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main__title-h4 {
    font-size: 1.6rem;
  }
}
.l-main__title-h5 {
  margin-bottom: 2rem;
  color: #FFFF00;
  font-size: 1.8rem;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .l-main__title-h5 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main__title-h5 {
    font-size: 1.6rem;
  }
}
.l-main__title-h6 {
  margin-bottom: 1rem;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .l-main__title-h6 {
    margin-bottom: 1rem;
  }
}
.l-main__title-l {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .l-main__title-l {
    font-size: 4.8vw;
    margin-bottom: 10vw;
  }
}
.l-main__title-l span {
  font-size: 2.5rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-main__title-l span {
    font-size: 3.4666666667vw;
  }
}
.l-main * + .l-main__title-h2 {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-main * + .l-main__title-h2 {
    margin-top: 6rem;
  }
}
.l-main * + .l-main__title-h3 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-main * + .l-main__title-h3 {
    margin-top: 2rem;
  }
}
.l-main__lead {
  margin-bottom: 5rem;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-main__lead {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main__lead {
    font-size: 1.5rem;
    text-align: left;
  }
}
.l-main__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.l-main__list li::before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  margin: 0.4em 0.5em 0 0.2em;
  background: #C90000;
}
.l-main__list li ul {
  margin-bottom: 0;
}
.l-main__list li ul li::before {
  background: #C90000;
}
.l-main__list--ol {
  counter-reset: i;
}
.l-main__list--ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.l-main__list--ol li::before {
  counter-increment: i;
  content: counter(i) ".";
  margin: 0 0.5em 0 0;
  color: #C90000;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.l-main__single > *:last-child {
  margin-bottom: 0 !important;
}
.l-main__single-header-title {
  margin-bottom: 1rem;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .l-main__single-header-title {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main__single-header-title {
    font-size: 2.4rem;
  }
}
.l-main__single-header-img {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .l-main__single-header-img {
    margin-bottom: 2rem;
  }
}
.l-main__single-header-img img {
  width: 100%;
}
.l-main__single-header-date {
  margin-bottom: 4rem;
  color: #C90000;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .l-main__single-header-date {
    margin-bottom: 2rem;
  }
}
.l-main__single-header-date .c-label {
  margin-left: 1.5rem;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .l-main__side {
    width: 27%;
  }
}
@media screen and (max-width: 767px) {
  .l-main__side {
    padding-top: 8rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .l-main__side {
    padding-top: 4rem;
  }
}
.l-main__side-box-title {
  padding: 0.5em 1.2em;
  background: #BBBBBB;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 1.12em;
  font-weight: bold;
  line-height: 1.42;
}
.l-main__side-box-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: #C90000;
}
.l-main__side-box-list > * {
  border-bottom: solid 2px #BBBBBB;
}
.l-main__side-box-list > * a {
  display: block;
  padding: 0.5em 2.5em 0.5em 1.2em;
}
.l-main__side-box-list > * a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  width: 1rem;
  height: 1rem;
  transform: rotate(45deg);
  border-top: solid 2px #C90000;
  border-right: solid 2px #C90000;
  z-index: 2;
  pointer-events: none;
}
.l-main__side-box + .l-main__side-box {
  margin-top: 3rem;
}
.l-main a {
  text-decoration: none;
  /*&[target="_blank"] {
    &::after {
      @include icon-base();
      background-image: url("../img/common/icon-gaibu.svg");
      width: 1.8rem;
      height: 1.8rem;
      margin-left: 0.8rem;
      vertical-align: middle;
    }
  }

  &[href$="pdf"] {
    display: inline-flex;
    align-items: center;
    position: relative;

    &::before {
      @include icon-base();
      background-image: url("../img/common/icon-pdf.svg");
      width: 2rem;
      height: 1.9rem;
      margin-right: 0.8rem;
    }
  }*/
}
.l-main pre {
  margin-bottom: 3rem;
  padding: 20px;
  max-width: 100%;
  background: #eee;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .l-main pre {
    margin-bottom: 2rem;
  }
}
.l-main img + figcaption,
.l-main a + figcaption {
  margin-top: 1.5rem;
}
.l-main figcaption h3 {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .l-main figcaption h3 {
    font-size: 1.6rem;
  }
}
.l-main figcaption h3 + p {
  margin-top: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-main figcaption h3 + p {
    font-size: 1.3rem;
  }
}
.l-main figcaption .text-en {
  display: block;
  color: #C90000;
  font-size: 1.2rem;
}

.l-link {
  background: #C90000;
  display: flex;
  justify-content: center;
  padding: 30px 20px;
  align-items: center;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-link {
    display: block;
    padding: 7.3333333333vw 6.6666666667vw;
  }
}
.l-link__title {
  font-size: 4.5rem;
  text-align: center;
  line-height: 1.4;
  font-style: italic;
  margin: 0 35px;
}
@media screen and (max-width: 767px) {
  .l-link__title {
    font-size: 8vw;
    margin: 0 0 5.3333333333vw;
  }
}
.l-link__title span {
  font-size: 1.5rem;
  font-weight: normal;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-link__title span {
    font-size: 3.4666666667vw;
  }
}
.l-link__item {
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .l-link__item {
    margin: 0;
  }
}
.l-link__item li a {
  display: inline-block;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-link__item li a {
    font-size: 3.7333333333vw;
  }
}
.l-link__item li span {
  display: inline-block;
  margin-right: 12px;
}
@media screen and (max-width: 767px) {
  .l-link__item li span {
    width: 5.6vw;
    margin-right: 2.6666666667vw;
  }
}
.l-link__item li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .l-link__item li + li {
    margin-top: 4.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .l-link__item + ul {
    margin-top: 4.6666666667vw;
  }
}

.c-nav-global {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-nav-global {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 300ms;
    pointer-events: none;
    transform: translateY(-100%);
    display: flex;
    align-items: flex-start;
    height: 100vh;
  }
  .c-nav-global::before {
    content: "";
    position: absolute;
    background: #C90000;
    height: 100%;
    width: 100%;
    top: 0;
    display: block;
    z-index: -1;
  }
}
.c-nav-global__open {
  pointer-events: all;
  display: flex;
  position: static;
}
@media screen and (max-width: 767px) {
  .c-nav-global__open {
    transform: translateY(0);
  }
}
.c-nav-global__body {
  width: 100%;
  padding: 4px 0 0;
  position: static;
}
@media screen and (max-width: 767px) {
  .c-nav-global__body {
    padding-top: 0;
    overflow: scroll;
    height: 100vh;
  }
}
.c-nav-global__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  position: static;
}
@media screen and (max-width: 767px) {
  .c-nav-global__list {
    display: block;
    padding-bottom: 26.6666666667vw;
  }
}
.c-nav-global__list-search {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .c-nav-global__list-search {
    display: none;
  }
}
.c-nav-global__list-search button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  width: 19px;
  height: 20px;
  background: none;
  cursor: pointer;
  position: relative;
}
.c-nav-global__list-search button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.c-nav-global__list-search button::after {
  content: "";
  width: 3px;
  height: 10px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 11px;
  left: 13px;
  transform: rotate(-45deg);
  transition: all 0.3s;
}
.c-nav-global__list-search button.open::before {
  width: 3px;
  height: 25px;
  border-radius: 2px;
  border: 0;
  background: #fff;
  top: -2px;
  left: 6px;
  transform: rotate(45deg);
}
.c-nav-global__list-search button.open::after {
  width: 3px;
  height: 25px;
  border-radius: 2px;
  background: #fff;
  top: -2px;
  left: 6px;
}
@media screen and (min-width: 768px) {
  .c-nav-global__list-search button {
    transition: opacity 0.3s;
  }
  .c-nav-global__list-search button:hover {
    opacity: 0.6;
  }
}
.c-nav-global__list-search-form {
  position: relative !important;
}
@media screen and (max-width: 767px) {
  .c-nav-global__list-search-form {
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-nav-global__list-search-form.open form {
    visibility: visible;
    opacity: 1;
    right: 14px;
  }
}
.c-nav-global__list-search-form form {
  opacity: 0;
  visibility: hidden;
  width: 338px;
  position: absolute;
  right: 4px;
  top: -23px;
  background: #fff;
  padding-right: 30px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-nav-global__list-search-form form {
    position: relative;
    right: auto;
    top: auto;
    opacity: 1;
    visibility: visible;
    width: 100%;
    padding-right: 9.3333333333vw;
    box-shadow: none;
  }
}
.c-nav-global__list-search-form form input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  height: 34px;
  width: 100%;
  padding: 5px 0 5px 10px;
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .c-nav-global__list-search-form form input[type=text] {
    height: 10.6666666667vw;
    padding: 1.3333333333vw 0 1.3333333333vw 2.6666666667vw;
  }
}
.c-nav-global__list-search-form form input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: url(../img/common/icon-search-red.svg) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  bottom: 0;
  border-radius: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .c-nav-global__list-search-form form input[type=submit] {
    transition: opacity 0.3s;
  }
  .c-nav-global__list-search-form form input[type=submit]:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__list-search-form form input[type=submit] {
    background-size: 5.0666666667vw auto;
    width: 9.3333333333vw;
  }
}
.c-nav-global__list-sub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 767px) {
  .c-nav-global__list-sub {
    justify-content: flex-start;
    background: #000000;
    border-bottom: 1px solid #fff;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__list-sub li {
    border-bottom: none;
  }
}
.c-nav-global__list-sub li a {
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-nav-global__list-sub li a {
    font-size: 4.2666666667vw;
    line-height: 1;
    padding: 3.4666666667vw 3.6vw 3.7333333333vw;
    border-right: 1px solid #fff;
    display: block;
  }
}
.c-nav-global__list-sub li:first-child a::before {
  content: "";
  background: url(../img/common/icon-shop.svg) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 14px;
  display: inline-block;
  margin-right: 7px;
}
.c-nav-global__list-sub li a[href="/ticket/"]::before {
  content: "";
  background: url(../img/common/icon-ticket.svg) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 9px;
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 2.6px;
}
@media screen and (max-width: 767px) {
  .c-nav-global__list .c-nav-global__list-item > span::before {
    content: "";
    position: absolute;
    width: 4.6666666667vw;
    height: 1px;
    right: 3.8666666667vw;
    top: 6.8vw;
    background: #fff;
  }
  .c-nav-global__list .c-nav-global__list-item > span::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 4.6666666667vw;
    right: 6vw;
    top: 4.8vw;
    background: #fff;
  }
  .c-nav-global__list .c-nav-global__list-item.active > span::after {
    display: none;
  }
}
.c-nav-global__list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: static;
}
@media screen and (max-width: 767px) {
  .c-nav-global__list-item {
    display: block;
    border-bottom: 1px solid #db928c;
  }
  .c-nav-global__list-item::before {
    content: "";
    position: absolute;
  }
}
.c-nav-global__list-item ul {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  padding-left: 80px;
  opacity: 0;
  transition: 0.5s opacity;
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .c-nav-global__list-item ul {
    padding: 19px;
  }
  .c-nav-global__list-item ul li a {
    padding: 0 15px;
    line-height: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__list-item ul {
    display: none;
    position: relative;
    padding: 0;
    visibility: visible;
    opacity: 1;
    padding-bottom: 3.3333333333vw;
    background: none;
  }
  .c-nav-global__list-item ul a {
    padding: 2vw 0;
    margin: 0 10.6666666667vw;
    position: relative;
  }
  .c-nav-global__list-item ul a::before {
    content: "";
    position: absolute;
    width: 1.7333333333vw;
    height: 1.7333333333vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    left: -4vw;
    top: 4.4vw;
  }
}
.c-nav-global__list-item ul:hover {
  opacity: 1;
  visibility: visible;
}
.c-nav-global__list-item ul a:hover {
  opacity: 0.5;
}
.c-nav-global__list-item span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2px 15px;
  font-size: 1.5rem;
  color: #fff;
  position: relative;
  letter-spacing: 0.12em;
  cursor: pointer;
}
@media screen and (max-width: 1049px) {
  .c-nav-global__list-item span {
    padding: 2px 8px 4.5px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-global__list-item span {
    display: block;
    font-size: 4.2666666667vw;
    padding: 5.6vw 5.3333333333vw;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .c-nav-global__list-item span:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .c-nav-global__list-item span:hover {
    opacity: 1;
  }
  .c-nav-global__list-item span:hover::after {
    content: "";
    position: absolute;
    background: #000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform: skew(-30deg);
  }
  .c-nav-global__list-item span:hover + ul {
    opacity: 1;
    visibility: visible;
  }
}
.c-nav-global__list-item[data-contents=contact] {
  flex-direction: column;
  background-color: #FFFF00;
  color: #fff;
}
@media screen and (max-width: 1049px) {
  .c-nav-global__list-item[data-contents=contact] {
    margin: 3rem 0 1rem 0;
  }
}
.c-nav-global__list-item[data-contents=contact] a {
  flex-direction: column;
  flex-wrap: wrap;
  height: 80px;
  padding: 1rem 1.5rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  line-height: 1.6;
}
.c-nav-global__list-item[data-contents=contact] a span {
  width: 100%;
}
@media screen and (max-width: 1049px) {
  .c-nav-global__list-item[data-contents=contact] a {
    height: auto;
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.c-nav-global__contact {
  display: flex;
}
@media screen and (max-width: 1049px) {
  .c-nav-global__contact {
    width: 100%;
  }
}
.c-nav-global__contact-title {
  display: block;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-top: 0.5rem;
}
.c-nav-global__contact-item {
  text-align: center;
}
@media screen and (max-width: 1049px) {
  .c-nav-global__contact-item {
    width: 70%;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 1049px) {
  .c-nav-global__contact-item:last-child {
    width: 30%;
    padding-top: 0;
  }
}
.c-nav-global__contact-item:last-child a {
  background: #C90000;
}
.c-nav-global__contact-item:last-child a::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url("../img/common/icon-mail.svg");
  width: 2.8rem;
  height: 2.8rem;
  margin: 0.5rem 0;
}
.c-nav-global__contact .text-small {
  font-size: 1.1rem;
  font-weight: 400;
}
.c-nav-global__contact .text-tel {
  width: auto;
  font-size: 2.8rem;
  line-height: 1;
}
@media screen and (max-width: 1049px) {
  .c-nav-global__contact .text-tel {
    font-size: 2.4rem;
  }
}

.c-row {
  display: flex;
  flex-wrap: wrap;
}
.c-row__col {
  word-break: break-all;
  overflow-wrap: break-word;
  width: 100%;
  max-width: 100%;
}
.c-row__col--img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-row__col--img {
    width: 31%;
    overflow: hidden;
  }
  .c-row__col--img:first-child {
    margin-right: 4%;
  }
  .c-row__col--img figure {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-row__col--img:first-child {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-row__col--img:first-child {
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .c-row__col--text {
    width: 64%;
  }
  .c-row__col--text:first-child {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767px) {
  .c-row__col--text:first-child {
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-row__col--text:first-child {
    margin-bottom: 2rem;
  }
}
.c-row-m > .c-row__col {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .c-row-m > .c-row__col {
    margin-bottom: 1.5rem;
  }
}
.c-row--col2 > .c-row__col {
  width: 50%;
}
.c-row--col3 > .c-row__col {
  width: 33.3333333333%;
}
.c-row--col4 > .c-row__col {
  width: 25%;
}
@media screen and (min-width: 768px) {
  .c-row--md-2 > .c-row__col {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .c-row--md-2 > .c-row__col {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-row--md-2.c-row--m > .c-row__col {
    width: 48%;
    margin-left: 4%;
  }
  .c-row--md-2.c-row--m > .c-row__col:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-row--md-2.c-row--m > .c-row__col:nth-child(n+3) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-row--md-2.c-row--m > .c-row__col {
    width: 100%;
    margin-left: 0;
  }
  .c-row--md-2.c-row--m > .c-row__col:nth-child(n+2) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-row--md-3 > .c-row__col {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .c-row--md-3 > .c-row__col {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-row--md-4 > .c-row__col {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .c-row--md-4 > .c-row__col {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-row--md-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .c-row--col3.c-row--m > .c-row__col {
    width: 31%;
    margin-left: 3.5%;
  }
  .c-row--col3.c-row--m > .c-row__col:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-row--col3.c-row--m > .c-row__col:nth-child(n+4) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-row--col3.c-row--m > .c-row__col {
    width: 31%;
    margin-left: 3.5%;
  }
  .c-row--col3.c-row--m > .c-row__col:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-row--col3.c-row--m > .c-row__col:nth-child(n+4) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-row--col2.c-row--m > .c-row__col {
    width: 48%;
    margin-left: 4%;
  }
  .c-row--col2.c-row--m > .c-row__col:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-row--col2.c-row--m > .c-row__col:nth-child(n+3) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-row--col2.c-row--m > .c-row__col {
    width: 48%;
    margin-left: 4%;
  }
  .c-row--col2.c-row--m > .c-row__col:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-row--col2.c-row--m > .c-row__col:nth-child(n+3) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-row--md-2.c-row--m > .c-row__col {
    width: 48%;
    margin-left: 4%;
  }
  .c-row--md-2.c-row--m > .c-row__col:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-row--md-2.c-row--m > .c-row__col {
    width: 100%;
  }
  .c-row--md-2.c-row--m > .c-row__col:nth-child(n+2) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-row--md-3.c-row--m > .c-row__col {
    width: 31%;
    margin-left: 3.5%;
  }
  .c-row--md-3.c-row--m > .c-row__col:nth-child(3n+1) {
    margin-left: 0;
  }
  .c-row--md-3.c-row--m > .c-row__col:nth-child(n+4) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-row--md-3.c-row--m > .c-row__col {
    width: 100%;
  }
  .c-row--md-3.c-row--m > .c-row__col:nth-child(n+2) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-row--md-3.c-row--m.c-row--sm-2 > .c-row__col {
    width: 48%;
    margin-left: 4%;
  }
  .c-row--md-3.c-row--m.c-row--sm-2 > .c-row__col:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-row--md-3.c-row--m.c-row--sm-2 > .c-row__col:nth-child(2) {
    margin-top: 0;
  }
  .c-row--md-3.c-row--m.c-row--sm-2 > .c-row__col:nth-child(n+3) {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .c-row--md-4.c-row--m > .c-row__col {
    width: 22%;
    margin-left: 4%;
  }
  .c-row--md-4.c-row--m > .c-row__col:nth-child(4n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-row--md-4.c-row--m > .c-row__col:nth-child(n+2) {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-row--md-4.c-row--m.c-row--sm-2 > .c-row__col {
    width: 48%;
    margin-left: 4%;
  }
  .c-row--md-4.c-row--m.c-row--sm-2 > .c-row__col:nth-child(2n+1) {
    margin-left: 0;
  }
  .c-row--md-4.c-row--m.c-row--sm-2 > .c-row__col:nth-child(2) {
    margin-top: 0;
  }
  .c-row--md-4.c-row--m.c-row--sm-2 > .c-row__col:nth-child(n+3) {
    margin-top: 3rem;
  }
}
.c-row--mb-0 > .c-row__col {
  margin-bottom: 0 !important;
}

.c-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 300ms;
  outline: none;
  font-family: inherit;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 1.6rem;
  height: 7.6rem;
  min-width: 240px;
  font-size: 1.7rem;
  background: rgb(61, 132, 213);
  background: linear-gradient(30deg, rgb(61, 132, 213) 0%, rgb(21, 87, 162) 100%);
  border: solid 1px #FFFF00;
  color: #fff;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-btn {
    min-width: unset;
    width: 66.6666666667vw;
    height: 6.6rem;
    font-size: 1.5rem;
  }
}
.c-btn--more {
  padding-left: 5rem;
  padding-right: 5rem;
}
.c-btn--more::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 19px;
  background-image: url("../img/common/icon-arrow-wh.svg");
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-btn--more::after {
    width: 2.1875vw;
    height: 2.96875vw;
  }
}
.c-btn--l {
  min-width: 515px;
}
@media screen and (max-width: 767px) {
  .c-btn--l {
    min-width: unset;
    width: 100%;
  }
}
.c-btn--more2 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.c-btn--more2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #C90000;
  border-right: 1px solid #C90000;
  transform: rotate(45deg) translateY(-50%);
}
.c-btn[disabled] {
  border: solid 1px #BBBBBB;
  color: #BBBBBB;
}

.c-cv {
  background: #C90000 url("../img/common/bg-cv.jpg") no-repeat center center/cover;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-cv {
    font-size: 1.4rem;
  }
}
.c-cv__body {
  padding-top: 8rem;
  padding-bottom: 10rem;
  margin: 0 auto;
  width: 1000px;
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-cv__body {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cv__body {
    width: calc(100% - 4rem);
  }
}
.c-cv__body-l {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .c-cv__body-l {
    width: 100%;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.c-cv__body-r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .c-cv__body-r {
    width: 100%;
  }
}
.c-cv__title {
  margin-bottom: 3rem;
  padding-top: 25px;
  font-size: 3.4rem;
  line-height: 1.42;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cv__title {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-cv__title {
    font-size: 2.6rem;
  }
}
.c-cv__title span {
  color: #C90000;
  font-size: 0.7em;
}
.c-cv__title::before {
  content: "";
  display: block;
  background: url("../img/common/bg-title-h2.svg") no-repeat left top/cover;
  position: absolute;
  width: 50px;
  height: 3px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .c-cv__title {
    text-align: left;
  }
}
.c-cv__title::before {
  background-image: url("../img/common/bg-title-h2-wh.svg");
}
@media screen and (min-width: 768px) {
  .c-cv__title::before {
    left: 0;
    transform: unset;
  }
}
.c-cv__btn-item {
  margin: 0 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-cv__btn-item {
    margin: 0 0 1rem;
  }
}
.c-cv__btn-item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 8rem;
  width: 100%;
  padding: 1.5rem 6rem;
  color: #fff;
  font-size: 1.8rem;
  border: solid 1px #fff;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .c-cv__btn-item a {
    line-height: 1.42;
  }
}
@media screen and (max-width: 1049px) {
  .c-cv__btn-item a {
    height: auto;
    padding: 1.5rem 4rem 1.5rem 3rem;
    font-size: 1.6rem;
  }
}
.c-cv__btn-item a > span:first-child {
  margin-right: 2rem;
}
.c-cv__btn-item a .text-small {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
}
@media screen and (max-width: 1049px) {
  .c-cv__btn-item a .text-small {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.c-cv__btn-item a .text-tel {
  font-size: 2.2rem;
}
.c-cv__btn-item a::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 19px;
  background-image: url("../img/common/icon-arrow-wh.svg");
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .c-cv__btn-item a::after {
    width: 2.1875vw;
    height: 2.96875vw;
  }
}
.c-cv__btn-item.c-cv__btn-item--mail a {
  background-color: #fff;
  color: #C90000;
}
.c-cv__btn-item.c-cv__btn-item--mail a::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 14px;
  height: 19px;
  background-image: url("../img/common/icon-arrow.svg");
}
@media screen and (max-width: 767px) {
  .c-cv__btn-item.c-cv__btn-item--mail a::after {
    width: 2.1875vw;
    height: 2.96875vw;
  }
}
.c-cv__privacy {
  margin-top: 2rem;
  font-size: 1.4rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-cv__privacy {
    font-size: 1.2rem;
  }
}
.c-cv__privacy a {
  padding-left: 2rem;
}
.c-cv__privacy a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.7rem;
  height: 0.7rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

table.c-table {
  width: 100%;
  border-collapse: separate;
  border-bottom: 1px solid #D5FF2E;
  border-right: solid 1px #D5FF2E;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  table.c-table {
    margin-bottom: 2rem;
  }
}
table.c-table th,
table.c-table td {
  border-top: solid 1px #D5FF2E;
  border-left: solid 1px #D5FF2E;
  padding: 1.5rem 1rem;
  font-weight: bold;
}
table.c-table__bordered {
  border-right: solid 1px #D5FF2E;
  border-bottom: solid 1px #D5FF2E;
}
table.c-table__bordered th,
table.c-table__bordered td {
  border-left: solid 1px #D5FF2E;
}
table.c-table--th-colored th {
  background-color: #F7FBFF;
}
table.c-table--td-colored {
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  table.c-table.c-table--sp-block tbody,
table.c-table.c-table--sp-block tr,
table.c-table.c-table--sp-block th,
table.c-table.c-table--sp-block td {
    display: block;
  }
}

.c-table__sp-scroll-wrapper {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-table__sp-scroll-wrapper {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-table__sp-scroll-wrapper {
    overflow: scroll;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    z-index: 1;
  }
}
.c-table__sp-scroll-wrapper .c-table {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-table__sp-scroll-wrapper .c-table {
    width: auto;
    white-space: nowrap;
  }
}
.c-table__scroll-wrapper {
  margin-bottom: 3rem;
  overflow: scroll;
  position: relative;
  overflow: auto;
  overflow-y: hidden;
  overflow-x: auto;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-table__scroll-wrapper {
    margin-bottom: 2rem;
  }
}
.c-table__scroll-wrapper .c-table {
  margin-bottom: 0;
  width: auto;
}
.c-table__scroll-wrapper .c-table th,
.c-table__scroll-wrapper .c-table td {
  white-space: nowrap;
}
.c-table dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}
.c-table--line dl dt {
  width: 20%;
  padding: 2.5rem 1.5rem;
  border-bottom: solid 1px #FFFF00;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-table--line dl dt {
    width: 100%;
    padding: 2.5rem 0 0;
    border-bottom: none;
    color: #FFFF00;
  }
}
.c-table--line dl dt::before {
  display: none;
}
.c-table--line dl dd {
  flex: 1;
  padding: 2.5rem 1.5rem;
  border-bottom: solid 1px #BFD0DA;
}
@media screen and (max-width: 767px) {
  .c-table--line dl dd {
    padding: 1rem 0 2.5rem;
  }
}
.c-table--line dl dd ul {
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .c-table--line.c-table--small dt {
    width: 35%;
  }
}

@media screen and (min-width: 768px) {
  html[lang=en] .c-table.c-table--line.c-table--small dt {
    width: 60%;
  }
}

.c-bg {
  background-color: #fff;
}
.c-bg--ivory {
  background-color: #fbe0c4;
}
.c-bg--lightpink {
  background-color: #D5FF2E;
}
.c-bg--pink {
  background-color: #e4f1f8;
}
.c-bg--lightgreen {
  background-color: #CEE0DA;
}
.c-bg--lightpurple {
  background-color: #BFD0DA;
}
.c-bg--purple {
  background-color: #C90000;
}
.c-bg--lightglay {
  background-color: #F5F5F5;
}
.c-bg--glay {
  background-color: #BBBBBB;
}
.c-bg--blue {
  background: rgb(61, 132, 213);
  background: linear-gradient(30deg, rgb(61, 132, 213) 0%, rgb(21, 87, 162) 100%);
  color: #fff;
}
.c-bg--blue::before {
  content: "";
  display: block;
  background: url("../img/common/bg-blue.png");
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.c-box {
  padding-top: 8rem;
  padding-bottom: 10rem;
  padding-left: 5rem;
  padding-right: 5rem;
}
@media screen and (max-width: 767px) {
  .c-box {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-box {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.c-box--s {
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .c-box--s {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.c-box--s-btn {
  padding: 5rem 5rem 13rem;
}
@media screen and (max-width: 767px) {
  .c-box--s-btn {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.c-box--s-btn-box {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  right: 5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-box--s-btn-box {
    left: 3rem;
    right: 3rem;
    text-align: center;
  }
}
.c-box--xs {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .c-box--xs {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.c-box > *:last-child {
  margin-bottom: 0 !important;
}

.c-form {
  /*&__step {
    margin: 0 auto;
    width: $page-base-width;
    text-align: center;


    @include mq-down() {
      width: $page-base-width-sm;
    }

    &-inner {
      position: relative;
      max-width: 580px;
      margin: 0 auto 80px;

      @include mq-down() {
        margin: 0 auto calc(80 / 750 * 100vw);
      }

      &::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background: $gray-color;
        z-index: -1;
        left: 50%;
        top: 30px;
        transform: translate(-50%, -50%);

        @include mq-down() {
          top: calc(40 / 750 * 100vw);
        }
      }

      &::after {
        content: "";
        position: absolute;
        width: 0;
        height: 3px;
        background: $secondary-color;
        z-index: -1;
        left: 0;
        top: 30px;
        transform: translate(0, -50%);

        @include mq-down() {
          top: calc(40 / 750 * 100vw);
        }
      }

      ol {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        z-index: 2;
        overflow: hidden;

        li {
          width: 60px;
          margin: 0;
          font-weight: bold;
          text-align: center;

          @include mq-down() {
            width: calc(80 / 750 * 100vw);
            margin: 0;
          }

          span {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px;
            height: 60px;
            padding-top: 0.2em;
            margin: 0 auto 8px;
            background: #ffffff;
            border: solid 3px $gray-color;
            border-radius: 60px;
            font-size: 2.8rem;
            font-family: $font-family-english;
            line-height: 1.2;

            @include mq-down() {
              width: calc(80 / 750 * 100vw);
              height: calc(80 / 750 * 100vw);
              border-radius: calc(80 / 750 * 100vw);
              font-size: calc(36 / 750 * 100vw);
            }
          }
        }
      }

      &[data-step="1"] {
        &::after {
          content: "";
          width: 26%;
          @include mq-down() {
            width: 28%;
          }
        }

        li:nth-child(1) {
          span {
            background: $secondary-color;
            color: #ffffff;
            border-color: $secondary-color;
          }
        }
      }

      &[data-step="2"] {
        &::after {
          content: "";
          width: 70%;
          @include mq-down() {
            width: 70%;
          }
        }

        li:nth-child(1),
        li:nth-child(2) {
          span {
            background: $secondary-color;
            color: #ffffff;
            border-color: $secondary-color;
          }
        }
      }

      &[data-step="3"] {
        &::after {
          content: "";
          width: 100%;
          @include mq-down() {
            width: 100%;
          }
        }

        li {
          span {
            background: $secondary-color;
            color: #ffffff;
            border-color: $secondary-color;
          }
        }
      }
    }
  }*/
  /*&__message {
    margin: 0 auto 50px;

    @include mq-down() {
      margin: 0 auto calc(50 / 750 * 100vw);
    }

    h2 {
      margin-bottom: 10px;
      color: $primary-color;
      font-size: 1.2em;
    }

    &-error {
      color: $accent-color;
    }
  }*/
}
.c-form__container {
  margin: 0 auto;
  max-width: 1000px;
}
.c-form__body {
  margin: 10px 0 50px;
  width: 100%;
}
.c-form__body th {
  text-align: left;
  width: 30%;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-form__body th {
    display: block;
    width: 100%;
    padding-bottom: 0;
  }
}
.c-form__body td {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-form__body td {
    display: block;
    width: 100%;
  }
}
.c-form__body input,
.c-form__body select,
.c-form__body textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
}
@media screen and (max-width: 767px) {
  .c-form__body input,
.c-form__body select,
.c-form__body textarea {
    font-size: 1.6rem;
  }
}
.c-form__body input[type=password],
.c-form__body input[type=text],
.c-form__body input[type=number],
.c-form__body input[type=tel],
.c-form__body input[type=email],
.c-form__body select,
.c-form__body textarea {
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border-radius: 0;
  background: #fff;
  border: 2px solid #BBBBBB;
}
.c-form__body input[type=password]::-moz-placeholder, .c-form__body input[type=text]::-moz-placeholder, .c-form__body input[type=number]::-moz-placeholder, .c-form__body input[type=tel]::-moz-placeholder, .c-form__body input[type=email]::-moz-placeholder, .c-form__body select::-moz-placeholder, .c-form__body textarea::-moz-placeholder {
  color: #9293a2;
}
.c-form__body input[type=password]:-ms-input-placeholder, .c-form__body input[type=text]:-ms-input-placeholder, .c-form__body input[type=number]:-ms-input-placeholder, .c-form__body input[type=tel]:-ms-input-placeholder, .c-form__body input[type=email]:-ms-input-placeholder, .c-form__body select:-ms-input-placeholder, .c-form__body textarea:-ms-input-placeholder {
  color: #9293a2;
}
.c-form__body input[type=password]::placeholder,
.c-form__body input[type=text]::placeholder,
.c-form__body input[type=number]::placeholder,
.c-form__body input[type=tel]::placeholder,
.c-form__body input[type=email]::placeholder,
.c-form__body select::placeholder,
.c-form__body textarea::placeholder {
  color: #9293a2;
}
.c-form__body input[type=password]:focus,
.c-form__body input[type=text]:focus,
.c-form__body input[type=number]:focus,
.c-form__body input[type=tel]:focus,
.c-form__body input[type=email]:focus,
.c-form__body select:focus,
.c-form__body textarea:focus {
  border-radius: 0;
  border: 2px solid #BBBBBB;
  outline: none;
}
.c-form__body .input_s {
  width: auto !important;
}
.c-form__body input[type=checkbox],
.c-form__body input[type=radio] {
  display: none;
}
.c-form__body input[type=checkbox] + span {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 0 0 27px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form__body input[type=checkbox] + span {
    margin-bottom: 2.6666666667vw;
  }
}
.c-form__body input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
  border: solid 2px #BBBBBB;
  z-index: 1;
}
.c-form__body input[type=checkbox]:checked + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 10px;
  height: 20px;
  transform: translate(0, -70%) rotate(45deg);
  border-right: solid 2px #C90000;
  border-bottom: solid 2px #C90000;
  z-index: 2;
}
.c-form__body input[type=radio] + span {
  display: inline-block;
  margin: 0 20px 10px 0;
  padding: 0 0 0 27px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-form__body input[type=radio] + span {
    margin-bottom: 2.6666666667vw;
  }
}
.c-form__body input[type=radio] + span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translate(0, -50%);
  border: solid 2px #BBBBBB;
  border-radius: 50%;
  z-index: 1;
}
.c-form__body input[type=radio]:checked + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 2px;
  width: 10px;
  height: 10px;
  transform: translate(50%, -50%);
  background: #C90000;
  border-radius: 50%;
  z-index: 2;
}
.c-form__body-select-box::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 15px;
  width: 10px;
  height: 10px;
  transform: translate(0, -70%) rotate(45deg);
  border-right: solid 2px #C90000;
  border-bottom: solid 2px #C90000;
  z-index: 2;
}
.c-form__body select::-ms-expand {
  display: none;
}
.c-form__body .mwform-tel-field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: -5px;
}
.c-form__body .mwform-tel-field input {
  margin: 0 5px;
}
.c-form__body-required {
  background: #FFF100;
  color: #fff;
  padding: 1px 10px;
  margin: 0 0 0 10px;
  font-size: 0.8em;
}
.c-form__body-btn-group {
  text-align: center;
}
.c-form__body-link {
  margin: 40px 0 20px;
}
.c-form__body-link a {
  color: #C90000;
  text-decoration: underline;
}
.c-form__body-zip {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-form__body-zip span {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-form__body-zip-link {
    display: block;
    margin: 15px 0 0;
    width: 100%;
  }
}
.c-form__body-zip .mwform-zip-field {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.c-form__body-zip .mwform-zip-field input {
  margin: 0 5px;
}
.c-form__body-property {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-form__body-property span {
    margin: 0 0 2vw;
  }
}
.c-form__body-property-text {
  width: 30%;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-form__body-property-text {
    width: 100%;
    margin: 0 0 4vw !important;
  }
}
.c-form__body-asterisk {
  margin-top: 15px;
  font-weight: normal;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-form__body-asterisk {
    margin-top: 2vw;
  }
}
.c-form__body-title {
  padding: 15px 0;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-form__body-title {
    padding: 2.6666666667vw 0;
  }
}
.c-form__body-title-h2 {
  padding: 10px 0;
  margin: 50px 0 20px;
  background-color: #C90000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.c-form__privacy {
  height: 200px;
  margin: 0 auto 50px;
  padding: 10px;
  overflow: auto;
  border: solid 2px #BBBBBB;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-form__privacy {
    height: 26.6666666667vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-form__privacy {
    margin: 0 auto 6.6666666667vw;
  }
}
.c-form__privacy h2 {
  margin-bottom: 10px;
  color: #C90000;
}
.c-form__privacy h3 {
  margin-bottom: 10px;
}
.c-form__privacy p {
  margin-bottom: 20px;
}
.c-form__privacy ol {
  margin-bottom: 20px;
}
.c-form__privacy ol li {
  padding-left: 1em;
  text-indent: -1em;
}

.c-flow {
  counter-reset: i;
}
.c-flow__item {
  background-color: #fff;
}
.c-flow__item img + figcaption {
  margin: 0;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-flow__item img + figcaption {
    padding: 2rem 1.5rem;
  }
}
.c-flow__item::before {
  display: flex;
  justify-content: center;
  align-items: center;
  counter-increment: i;
  content: counter(i);
  width: 5.4rem;
  height: 5.4rem;
  background: rgba(61, 132, 213, 0.85);
  color: #fff;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.4rem;
  z-index: 2;
  position: absolute;
  left: 1rem;
  top: -1rem;
}
@media screen and (max-width: 767px) {
  .c-flow__item::before {
    width: 3.4rem;
    height: 3.4rem;
    font-size: 1.8rem;
  }
}

.c-contents h2 {
  padding: 0.4em 0.8em;
  margin-bottom: 1.5em;
  background: #e4f1f8;
  border-left: solid 5px #C90000;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .c-contents h2 {
    font-size: 2rem;
  }
}
.c-contents * + h2 {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .c-contents * + h2 {
    margin-top: 4rem;
  }
}
.c-contents h3 {
  padding: 0.5em 1.2em;
  margin-bottom: 3rem;
  background: #BBBBBB;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .c-contents h3 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contents h3 {
    font-size: 1.8rem;
  }
}
.c-contents h3::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 2px;
  background: #C90000;
}
.c-contents h4 {
  padding-left: 0.5em;
  margin-bottom: 3rem;
  border-left: solid 3px #C90000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .c-contents h4 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contents h4 {
    font-size: 1.6rem;
  }
}
.c-contents h5 {
  margin-bottom: 2rem;
  color: #C90000;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .c-contents h5 {
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-contents h5 {
    font-size: 1.6rem;
  }
}
.c-contents h6 {
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .c-contents h6 {
    margin-bottom: 1rem;
  }
}
.c-contents p {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-contents p {
    margin-bottom: 2rem;
  }
}
.c-contents ul,
.c-contents ol {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-contents ul,
.c-contents ol {
    margin-bottom: 2rem;
  }
}
.c-contents ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-contents ul li::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0.2em 0.5em 0.2em 0.2em;
  background: #C90000;
}
.c-contents ul li ul {
  margin-bottom: 0;
}
.c-contents ul li ul li::before {
  background: #C90000;
}
.c-contents ol {
  counter-reset: i;
}
.c-contents ol li {
  padding-left: 1em;
  text-indent: -1em;
}
.c-contents ol li::before {
  counter-increment: i;
  content: counter(i) ".";
  margin: 0 0.5em 0 0;
  color: #C90000;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.c-contents a {
  color: #FFFF00;
  text-decoration: underline;
}
.c-contents strong {
  background: linear-gradient(transparent 70%, #FFF100 70%);
}
.c-contents span.line-green {
  background: #C90000;
}
.c-contents .wp-block-table {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-table {
    margin-bottom: 2rem;
  }
}
.c-contents .wp-block-table table {
  border-collapse: collapse;
}
.c-contents .wp-block-table table th,
.c-contents .wp-block-table table td {
  border: solid 1px #D5FF2E;
  padding: 1.5rem;
}
.c-contents .wp-block-table table th {
  background: #e4f1f8;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-table.sp-block-table table {
    border: solid 1px #D5FF2E;
    border-bottom: none;
    display: block;
  }
  .c-contents .wp-block-table.sp-block-table table tbody,
.c-contents .wp-block-table.sp-block-table table tr,
.c-contents .wp-block-table.sp-block-table table th,
.c-contents .wp-block-table.sp-block-table table td {
    display: block;
  }
  .c-contents .wp-block-table.sp-block-table table th,
.c-contents .wp-block-table.sp-block-table table td {
    border: none;
    border-bottom: solid 1px #D5FF2E;
  }
}
.c-contents .wp-block-table.sp-scroll-table::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-table.sp-scroll-table {
    padding-top: 2rem;
    overflow: scroll;
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    overflow-x: auto;
    z-index: 1;
  }
  .c-contents .wp-block-table.sp-scroll-table::before {
    content: "←　左右に動かせます　→";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    -webkit-animation: horizontal 1s ease-in-out infinite alternate;
            animation: horizontal 1s ease-in-out infinite alternate;
    color: #C90000;
    font-size: 1rem;
  }
  .c-contents .wp-block-table.sp-scroll-table table {
    width: auto;
    white-space: nowrap;
  }
}
.c-contents .wp-block-buttons,
.c-contents .wp-block-embed-youtube,
.c-contents .wp-block-media-text,
.c-contents .wp-block-columns {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-buttons,
.c-contents .wp-block-embed-youtube,
.c-contents .wp-block-media-text,
.c-contents .wp-block-columns {
    margin-bottom: 2rem;
  }
}
.c-contents .wp-block-buttons {
  text-align: center;
}
.c-contents .wp-block-button {
  text-align: center;
}
.c-contents .wp-block-button__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  text-decoration: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 300ms;
  outline: none;
  font-family: inherit;
  letter-spacing: 0.05em;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  border-radius: 5px;
  padding: 0 1.6rem;
  height: 7.6rem;
  min-width: 240px;
  font-size: 1.7rem;
  background: #fff;
  border: solid 1px #C90000;
  color: #C90000;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding-left: 4rem;
  padding-right: 4rem;
}
@media screen and (max-width: 767px) {
  .c-contents .wp-block-button__link {
    min-width: unset;
    width: 66.6666666667vw;
    height: 6.6rem;
    font-size: 1.5rem;
  }
}
.c-contents .wp-block-button__link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #C90000;
  border-right: 1px solid #C90000;
  transform: rotate(45deg) translateY(-50%);
}
.c-contents .blocks-gallery-grid {
  margin-bottom: 0;
}
.c-contents .blocks-gallery-grid .blocks-gallery-item {
  text-indent: 0em;
}
.c-contents .blocks-gallery-grid .blocks-gallery-item::before {
  display: none;
}
.c-contents blockquote {
  padding: 2rem;
  background-color: #EFEFEF;
}
.c-contents blockquote .c-contents__cite {
  font-size: 0.8em;
}
.c-contents blockquote > *:last-child {
  margin-bottom: 0 !important;
}
.c-contents .has-large-font-size {
  font-size: 1.5em;
}
.c-contents #toc_container {
  width: 100%;
  max-width: 860px;
  padding: 0;
  margin: 8rem auto;
  border: none;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-contents #toc_container {
    margin: 4rem auto;
    font-size: 1.4rem;
  }
}
.c-contents #toc_container .toc_title {
  width: 187px;
  margin: 0;
  padding: 0.2em 0.5em;
  background: #C90000;
  color: #fff;
  font-size: 2rem;
  border-radius: 5px 40px 0 0;
}
@media screen and (max-width: 767px) {
  .c-contents #toc_container .toc_title {
    font-size: 4vw;
  }
}
.c-contents #toc_container .toc_list {
  padding: 25px;
  margin: 0;
  background: #fff;
  border: solid 2px #C90000;
  border-radius: 0 20px 20px 20px;
}
.c-contents #toc_container .toc_list a {
  color: #333;
  text-decoration: underline;
}
.c-contents #toc_container .toc_list > li > a {
  color: #C90000;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-contents #toc_container .toc_list > li > a {
    font-size: 3.7333333333vw;
  }
}
.c-contents #toc_container li {
  text-indent: 0em;
}
.c-contents #toc_container li::before {
  display: none;
}
.c-contents #toc_container .toc_title + .toc_list {
  margin: 0;
}
.c-contents__map {
  position: relative;
  padding: 0 0 60%;
  overflow: hidden;
  background: #BBBBBB;
  border: solid 5px #fff;
}
.c-contents__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*/ margin
// 汎用パーツのmarinを統一したい時

$pc-margin-0: 3rem;
$pc-margin-1: 1rem;
$pc-margin-2: 2rem;
$pc-margin-3: 4rem;
$pc-margin-4: 5rem;
$pc-margin-5: 6rem;

$sp-margin-0: 2rem;
$sp-margin-1: 1rem;
$sp-margin-2: 1.5rem;
$sp-margin-3: 2rem;
$sp-margin-4: 3rem;
$sp-margin-5: 6rem;

// ========== ========== ========== */
.u-margin__top-0 {
  margin-top: 0 !important;
}
.u-margin__top-xs {
  margin-top: 1rem !important;
}
@media screen and (max-width: 767px) {
  .u-margin__top-xs {
    margin-top: 1rem !important;
  }
}
.u-margin__top-s {
  margin-top: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-margin__top-s {
    margin-top: 1.5rem !important;
  }
}
.u-margin__top-m {
  margin-top: 3rem !important;
}
@media screen and (max-width: 767px) {
  .u-margin__top-m {
    margin-top: 2rem !important;
  }
}
.u-margin__top-l {
  margin-top: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-margin__top-l {
    margin-top: 2rem !important;
  }
}
.u-margin__top-xl {
  margin-top: 5rem !important;
}
@media screen and (max-width: 767px) {
  .u-margin__top-xl {
    margin-top: 3rem !important;
  }
}
.u-margin__top-xxl {
  margin-top: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-margin__top-xxl {
    margin-top: 6rem !important;
  }
}
.u-margin__bottom-0 {
  margin-bottom: 0 !important;
}
.u-margin__bottom-xs {
  margin-bottom: 1rem !important;
}
@media screen and (max-width: 767px) {
  .u-margin__bottom-xs {
    margin-bottom: 1rem !important;
  }
}
.u-margin__bottom-s {
  margin-bottom: 2rem !important;
}
@media screen and (max-width: 767px) {
  .u-margin__bottom-s {
    margin-bottom: 1.5rem !important;
  }
}
.u-margin__bottom-m {
  margin-bottom: 3rem !important;
}
@media screen and (max-width: 767px) {
  .u-margin__bottom-m {
    margin-bottom: 2rem !important;
  }
}
.u-margin__bottom-l {
  margin-bottom: 4rem !important;
}
@media screen and (max-width: 767px) {
  .u-margin__bottom-l {
    margin-bottom: 2rem !important;
  }
}
.u-margin__bottom-xl {
  margin-bottom: 5rem !important;
}
@media screen and (max-width: 767px) {
  .u-margin__bottom-xl {
    margin-bottom: 3rem !important;
  }
}
.u-margin__bottom-xxl {
  margin-bottom: 6rem !important;
}
@media screen and (max-width: 767px) {
  .u-margin__bottom-xxl {
    margin-bottom: 6rem !important;
  }
}

/* inview
----------------------------------------*/
[data-a-inview=inview] {
  -webkit-transition: all 1.2s ease-out;
  opacity: 0;
  transition: all 1.2s ease-out;
}

[data-a-inview=inview][data-inview=true] {
  transform: none;
  opacity: 1;
}

[data-a-inview=fadeup] {
  -webkit-transform: translateY(90px);
  -webkit-transition: all 0.35s ease-out;
  transform: translateY(90px);
  opacity: 0;
  transition: all 0.35s ease-out;
}

[data-a-inview=fadeup][data-inview=true] {
  transform: translateY(0);
  opacity: 1;
}

[data-a-inview=fadeup2] {
  -webkit-transform: translateY(90px);
  -webkit-transition: all 0.85s ease-out;
  transform: translateY(90px);
  opacity: 0;
  transition: all 0.85s ease-out;
}

[data-a-inview=fadeup2][data-inview=true] {
  transform: translateY(0);
  opacity: 1;
}

[data-a-inview=fadeup3] {
  -webkit-transform: translateY(90px);
  -webkit-transition: all 1.35s ease-out;
  transform: translateY(90px);
  opacity: 0;
  transition: all 1.35s ease-out;
}

[data-a-inview=fadeup3][data-inview=true] {
  transform: translateY(0);
  opacity: 1;
}

[data-a-inview=inleft] {
  -webkit-transform: translateX(-100px);
  -webkit-transition: all 0.35s ease-out;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.35s ease-out;
}

[data-a-inview=inleft][data-inview=true] {
  transform: translateX(0);
  opacity: 1;
}

[data-a-inview=inleft2] {
  -webkit-transform: translateX(-100px);
  -webkit-transition: all 0.85s ease-out;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 0.85s ease-out;
}

[data-a-inview=inleft2][data-inview=true] {
  transform: translateX(0);
  opacity: 1;
}

[data-a-inview=inright] {
  -webkit-transform: translateX(0px);
  -webkit-transition: all 0.5s ease-out;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out;
}

[data-a-inview=inright2] {
  -webkit-transform: translateX(100px);
  -webkit-transition: all 0.5s ease-out 0.25s;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out 0.25s;
}

[data-a-inview=inright3] {
  -webkit-transform: translateX(100px);
  -webkit-transition: all 0.5s ease-out 0.5s;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out 0.5s;
}

[data-a-inview=inright4] {
  -webkit-transform: translateX(100px);
  -webkit-transition: all 0.5s ease-out 0.75s;
  transform: translateX(100px);
  opacity: 0;
  transition: all 0.5s ease-out 0.75s;
}

[data-a-inview=inright][data-inview=true],
[data-a-inview=inright2][data-inview=true],
[data-a-inview=inright3][data-inview=true],
[data-a-inview=inright4][data-inview=true] {
  transform: translateX(0);
  opacity: 1;
}

[data-a-inview=mask] {
  display: block;
  width: 0;
  overflow: hidden;
  transition: width 0.5s;
}

[data-a-inview=mask][data-inview=true] {
  width: 100%;
}

[data-a-inview=mask-t] {
  display: block;
  height: 0;
  overflow: hidden;
  transition: height 0.8s;
}

[data-a-inview=mask-t][data-inview=true] {
  height: 100%;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.p-home .l-main {
  padding-top: 0;
}
.p-home .l-header {
  z-index: 1000;
}
.p-home__kv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-home__kv {
    height: 63.5rem;
  }
  .p-home__kv > figure {
    height: 100%;
  }
  .p-home__kv > figure img {
    height: 100%;
    width: auto !important;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-60%);
  }
}
.p-home__kv figure {
  height: 100%;
}
.p-home__kv figure img,
.p-home__kv figure video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-home__kv .swiper-button-prev,
.p-home__kv .swiper-button-next {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.9rem;
  height: 3.7rem;
  position: absolute;
  left: 50%;
  right: auto;
  top: 50%;
  overflow: hidden;
  text-indent: -999px;
  border: 0;
  z-index: 1100;
  background: none;
  margin: -1.9rem 0 0 25.5rem;
  transform: scaleY(1.1);
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .p-home__kv .swiper-button-prev,
.p-home__kv .swiper-button-next {
    transition: opacity 0.3s;
  }
  .p-home__kv .swiper-button-prev:hover,
.p-home__kv .swiper-button-next:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-home__kv .swiper-button-prev,
.p-home__kv .swiper-button-next {
    display: none;
  }
}
.p-home__kv .swiper-button-prev:hover,
.p-home__kv .swiper-button-next:hover {
  opacity: 0.6;
}
.p-home__kv .swiper-button-prev::before,
.p-home__kv .swiper-button-next::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  left: -1rem;
  top: 0.7rem;
}
.p-home__kv .swiper-button-prev {
  margin-left: -27.1rem;
  transform: scaleY(1.1) scale(-1, 1);
}
.p-home__kv::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 11rem;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 9;
}
.p-home__kv::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/home/bg-kv-pattern.png);
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-home__kv::after {
    background-size: 3px 3px;
  }
}
.p-home__kv figure img {
  width: 100%;
}
.p-home__kv .swiper-container {
  position: absolute;
  width: 100%;
  bottom: 2.9rem;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-home__kv .swiper-container {
    bottom: 2.2rem;
  }
}
.p-home__kv-bnr-item {
  width: 46.4rem;
}
@media screen and (max-width: 767px) {
  .p-home__kv-bnr-item {
    width: 22.3rem;
  }
}
.p-home__kv-bnr-item a {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-home__kv-bnr-item a::before {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 30px;
    height: 100%;
    opacity: 0;
    transition: cubic-bezier(0.32, 0, 0.67, 0);
    z-index: 10;
  }
  .p-home__kv-bnr-item a:hover::before {
    -webkit-animation: kiran 0.5s linear 1;
            animation: kiran 0.5s linear 1;
  }
  .p-home__kv-bnr-item a:hover {
    opacity: 1;
  }
}
.p-home__kv-bnr-main .p-home__kv-bnr-item {
  padding: 0 10.35%;
}
@media screen and (max-width: 767px) {
  .p-home__kv-bnr-main .p-home__kv-bnr-item {
    padding: 0;
  }
}
.p-home__kv-bnr-main .p-home__kv-bnr-item a::before {
  display: none;
}
.p-home__kv-bnr-main .p-home__kv-bnr-item img {
  width: 100%;
}
.p-home__kv-slide {
  height: inherit;
  background: url(../img/home/bg-mainv.jpg) no-repeat center/cover;
}
.p-home__kv-slide::after {
  display: none;
}
.p-home__kv-slide .swiper-container {
  position: relative;
  padding-top: 74px;
  bottom: inherit;
}
@media screen and (max-width: 767px) {
  .p-home__kv-slide .swiper-container {
    padding-top: 12.6666666667vw;
  }
}
.p-home__kv-slide .swiper-button-prev {
  margin: 0;
  position: relative;
  right: 0;
  left: 0;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-home__kv-slide .swiper-button-prev {
    left: 4vw;
    display: block;
    width: 1.4666666667vw;
  }
  .p-home__kv-slide .swiper-button-prev::before {
    width: 1.4666666667vw;
    top: 3.3333333333vw;
  }
}
.p-home__kv-slide .swiper-button-next {
  margin: 0;
  position: relative;
  right: 0;
  left: inherit;
  top: 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-home__kv-slide .swiper-button-next {
    right: 4vw;
    top: 0;
    display: block;
    width: 1.4666666667vw;
    left: inherit;
  }
  .p-home__kv-slide .swiper-button-next::before {
    width: 1.4666666667vw;
    top: 3.3333333333vw;
  }
}
.p-home__kv .swiper-thumbnail-box {
  padding: 15px 0;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-home__kv .swiper-thumbnail {
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home__kv .swiper-thumbnail {
    max-width: 77.3333333333vw;
  }
}
.p-home__kv .swiper-thumbnail .swiper-wrapper {
  justify-content: center;
  width: auto;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-home__kv .swiper-thumbnail .swiper-wrapper {
    padding: 0;
    justify-content: flex-start;
    max-width: 82vw;
    padding-left: 3.5vw;
  }
}
.p-home__kv .swiper-thumbnail .swiper-wrapper .p-home__kv-bnr-item {
  max-width: 150px;
  /*margin: 0 15px;*/
}
@media screen and (max-width: 767px) {
  .p-home__kv .swiper-thumbnail .swiper-wrapper .p-home__kv-bnr-item {
    /*margin: 0 calc(17 / 750 * 100vw);*/
    max-width: 24vw;
  }
}
.p-home__kv .swiper-thumbnail .swiper-wrapper .p-home__kv-bnr-item a {
  pointer-events: none;
}
.p-home__kv .swiper-thumbnail .swiper-wrapper .p-home__kv-bnr-item a::before {
  transition: 0.3s;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.p-home__kv .swiper-thumbnail .swiper-wrapper .p-home__kv-bnr-item.swiper-slide-thumb-active a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  opacity: 1 !important;
  display: block !important;
  z-index: 1;
}
.p-home__next {
  background: url(../img/home/bg-latest.jpg) no-repeat center bottom/cover;
  padding: 3.6rem 2rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__next {
    padding: 1.2rem 2rem 2.5rem;
  }
  .p-home__next .swiper-button-prev,
.p-home__next .swiper-button-next {
    position: absolute;
    top: 50%;
    margin-top: -8.5rem;
    transform: scaleX(0.7);
  }
  .p-home__next .swiper-button-prev::after,
.p-home__next .swiper-button-next::after {
    content: "";
    display: block;
    width: 2.7rem;
    height: 2.7rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1rem;
    margin: auto 0;
  }
  .p-home__next .swiper-button-prev {
    left: -1rem;
    transform: scale(-1, 1) scaleX(0.7);
  }
  .p-home__next .swiper-button-next {
    right: -1rem;
  }
}
.p-home__next-vs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2.7rem;
}
@media screen and (max-width: 767px) {
  .p-home__next-vs {
    flex-wrap: wrap;
    margin-top: 0.7rem;
  }
}
.p-home__next-vs::before {
  content: "VS";
  font-style: italic;
  font-weight: bold;
  font-size: 10.9rem;
  padding-right: 2rem;
  margin-left: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-home__next-vs::before {
    font-size: 5.5rem;
    padding-right: 0;
    margin-left: 0;
  }
}
.p-home__next-vs-logo {
  margin: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-home__next-vs-logo {
    width: 6rem;
    margin: 0 1.5rem;
  }
}
.p-home__next-vs-name {
  padding-top: 1.5rem;
  font-size: 2.3rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-home__next-vs-name {
    padding-top: 0.1rem;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
  }
}
.p-home__next-vs-name span {
  font-size: 1.57rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  display: block;
  opacity: 0.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-home__next-vs-name span {
    font-size: 1.04rem;
  }
}
.p-home__next-schedule {
  text-align: center;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-size: 4.7rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-left: -0.5em;
}
@media screen and (max-width: 767px) {
  .p-home__next-schedule {
    font-size: 3.4rem;
    margin-top: 2rem;
  }
}
.p-home__next-schedule span {
  margin: 0 0.7rem;
  font-size: 1.75rem;
  vertical-align: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-home__next-schedule span {
    font-size: 1.35rem;
  }
}
.p-home__next-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-home__next-btn {
    padding-right: 1rem;
    margin-top: 1.2rem;
  }
}
.p-home__next-btn p + p {
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-home__next-btn p + p {
    margin-left: 0.6rem;
  }
}
.p-home__next-btn p span[data-a-inview=mask] {
  padding: 0 0.5rem 0.1rem;
}
.p-home__next-btn .p-home__btn {
  width: 13rem;
}
@media screen and (max-width: 767px) {
  .p-home__next-btn .p-home__btn {
    width: 11.5rem;
  }
}
.p-home__next .p-home__latest-item {
  margin: 4.1rem auto 0;
  padding-top: 3.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-home__next .p-home__latest-item {
    padding-top: 3.3rem;
    margin-top: 1.5rem;
  }
}
.p-home__latest {
  background: url(../img/home/bg-next.jpg) no-repeat center bottom/cover;
  padding: 2.6rem 2rem 0;
}
@media screen and (max-width: 767px) {
  .p-home__latest {
    padding: 1.3rem 2rem 3rem;
    background-image: url(../img/home/bg-next-sp.jpg);
  }
}
@media screen and (min-width: 768px) {
  .p-home__latest-arrow {
    display: none;
  }
}
.p-home__latest .p-home__latest-item {
  margin-bottom: 0;
}
.p-home__latest .p-home__title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest .p-home__title {
    margin-bottom: 0.5rem;
  }
}
.p-home__latest .p-home__title span:first-child {
  display: block;
  margin-bottom: -0.7rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest .p-home__title span:first-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-home__latest .p-home__title span:last-child {
    font-size: 1.3rem;
  }
}
.p-home__latest-item {
  max-width: 110rem;
  margin: 0 auto 4.1rem;
  padding-bottom: 3.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-home__latest-item {
    padding-bottom: 3.3rem;
    margin-bottom: 1.5rem;
  }
}
.p-home__latest-item:last-child {
  border-bottom: 0;
  max-width: 112.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-item:last-child {
    padding-bottom: 0.5rem;
  }
}
.p-home__latest-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home__latest-list {
    flex-wrap: wrap;
    padding-bottom: 5.6rem;
  }
}
.p-home__latest-team {
  width: 29rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-team {
    order: 3;
    width: 50%;
  }
}
.p-home__latest-team figure {
  height: 22.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home__latest-team figure {
    width: 14.3rem;
    height: 11.1rem;
    margin: 0 auto;
    align-items: center;
  }
  .p-home__latest-team figure img {
    max-height: 100%;
  }
}
.p-home__latest-team-name {
  text-align: center;
  font-size: 2.22rem;
  margin-top: 1rem;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-home__latest-team-name {
    font-size: 1.11rem;
    margin-top: 0.8rem;
  }
}
.p-home__latest-team-name span {
  display: block;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 1.51rem;
  opacity: 0.5;
  letter-spacing: 0.15em;
  margin-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-team-name span {
    font-size: 0.755rem;
    margin-top: 0.1rem;
  }
}
.p-home__latest-score {
  padding: 0 0.8rem 6rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-score {
    width: 100%;
    padding: 0 0.4rem 1.5rem;
    position: static;
  }
}
.p-home__latest-score-inner {
  display: flex;
  justify-content: center;
  padding-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-score-inner {
    margin: 0 auto;
  }
}
.p-home__latest-score-total {
  font-size: 21.6rem;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: bold;
  padding-bottom: 0.3rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-home__latest-score-total {
    font-size: 10.8rem;
  }
}
.p-home__latest-score-breakdown {
  padding: 5rem 3rem 0;
  font-size: 2.6rem;
  line-height: 1.6;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-home__latest-score-breakdown {
    padding: 2.4rem 1.5rem 0;
    font-size: 1.3rem;
  }
}
.p-home__latest-score-first, .p-home__latest-score-latter {
  width: 15.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-home__latest-score-first, .p-home__latest-score-latter {
    width: 7.75rem;
  }
}
.p-home__latest-score-first span, .p-home__latest-score-latter span {
  font-size: 4.97rem;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-home__latest-score-first span, .p-home__latest-score-latter span {
    font-size: 2.5rem;
  }
}
.p-home__latest-score-first p:nth-child(2), .p-home__latest-score-latter p:nth-child(2) {
  padding: 0 1rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-score-first p:nth-child(2), .p-home__latest-score-latter p:nth-child(2) {
    padding: 0 0.5rem 0.25rem;
  }
}
.p-home__latest-score-first:nth-child(n+4), .p-home__latest-score-latter:nth-child(n+4) {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-score-first:nth-child(n+4), .p-home__latest-score-latter:nth-child(n+4) {
    font-size: 1.2rem;
  }
}
.p-home__latest-score-first:nth-child(n+4) span, .p-home__latest-score-latter:nth-child(n+4) span {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-score-first:nth-child(n+4) span, .p-home__latest-score-latter:nth-child(n+4) span {
    font-size: 2rem;
  }
}
.p-home__latest-score-first {
  border-bottom: 1px solid #fff;
  margin-bottom: 1.4rem;
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-score-first {
    margin-bottom: 0.7rem;
  }
}
.p-home__latest-score-first:nth-child(n+3) {
  font-size: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-score-first:nth-child(n+3) {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.p-home__latest-score-first:nth-child(n+3) span {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-score-first:nth-child(n+3) span {
    font-size: 2rem;
  }
}
.p-home__latest-btn {
  text-align: center;
  width: 31rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-home__latest-btn {
    width: 26.3rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.p-home__latest-btn span[data-a-inview=mask] {
  padding: 0 0.6rem;
  margin-left: -0.6rem;
}
.p-home__latest-btn span[data-a-inview=mask][data-inview=true] {
  width: calc(100% + 1.2rem) !important;
}
.p-home__latest-btn .p-home__btn {
  width: 31rem;
  margin: 1rem auto 0;
  background: none;
  line-height: 1.86;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-home__latest-btn .p-home__btn {
    width: 26.3rem;
    padding: 0.5rem;
  }
}
.p-home__latest-btn .p-home__btn::before {
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.p-home__latest-btn .p-home__btn:hover {
  opacity: 1;
  color: #000;
}
.p-home__latest-btn .p-home__btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-home__latest-btn .p-home__btn:hover span::before, .p-home__latest-btn .p-home__btn:hover span::after {
  border-color: #000;
}
.p-home__latest-btn .p-home__btn span::before {
  display: none;
}
.p-home__latest-schedule {
  display: flex;
  margin-top: 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-schedule {
    margin-top: 5.2rem;
  }
}
.p-home__latest-schedule-item {
  width: 33.3333%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-home__latest-schedule-item {
    width: 100%;
    padding: 0 3rem;
  }
}
.p-home__latest-schedule-item + .p-home__latest-schedule-item {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-home__latest-schedule-item + .p-home__latest-schedule-item {
    border-left: 0;
  }
}
.p-home__latest-schedule-item > div {
  width: 29.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-home__latest-schedule-item > div {
    width: auto;
  }
}
.p-home__latest-schedule-item figure {
  height: 18rem;
  margin: -1.7rem 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-home__latest-schedule-item figure {
    height: 14.8rem;
    margin-bottom: 1.9rem;
  }
}
.p-home__latest-schedule-item figure img {
  max-width: 22.8rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-schedule-item figure img {
    max-width: 20.9rem;
  }
}
.p-home__latest-schedule-name {
  text-align: center;
  font-size: 2.22rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.3;
  margin-bottom: 0.3rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-home__latest-schedule-name {
    font-size: 2.07rem;
  }
}
.p-home__latest-schedule-date {
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-home__latest-schedule-date {
    font-size: 3.25rem;
  }
}
.p-home__latest-schedule-date span {
  font-size: 1.76rem;
  margin: 0 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-schedule-date span {
    font-size: 1.65rem;
  }
}
.p-home__latest-schedule-venue {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  margin: 1.4rem 0 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-schedule-venue {
    margin: 1.2rem 0 1.1rem;
  }
}
.p-home__latest-schedule-venue-home {
  color: #e6ff2e;
}
.p-home__latest-schedule-venue p:first-child {
  width: 23rem;
  font-size: 1.4rem;
  padding: 0.3rem 0;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-home__latest-schedule-venue p:first-child {
    width: 22rem;
    font-size: 1.3rem;
  }
}
.p-home__latest-schedule-venue p:last-child {
  flex: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-weight: bold;
  font-size: 1.55rem;
  letter-spacing: 0.1em;
  padding: 0.15rem 0;
}
@media screen and (max-width: 767px) {
  .p-home__latest-schedule-venue p:last-child {
    font-size: 1.4rem;
  }
}
.p-home__latest-schedule-venue p:last-child:first-child {
  border-left: 0;
}
.p-home__latest-schedule-btn {
  width: 29.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-home__latest-schedule-btn {
    width: auto;
  }
}
.p-home__latest-schedule-btn .p-home__btn {
  width: 14.1rem;
  transform: none;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-home__latest-schedule-btn .p-home__btn {
    width: 13.1rem;
    font-size: 1.3rem;
    padding: 0.55rem;
  }
}
.p-home__latest-schedule-btn .p-home__btn span {
  transform: none;
}
.p-home__ranking {
  background: #fff;
  padding: 2rem 2rem 4.8rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-home__ranking {
    padding: 2rem 2rem 2.8rem;
  }
}
.p-home__ranking::before, .p-home__ranking::after {
  content: "";
  width: 33.1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../img/home/bg-ranking.png) no-repeat left top/100% 100%;
}
@media screen and (max-width: 767px) {
  .p-home__ranking::before, .p-home__ranking::after {
    width: 8.85rem;
  }
}
.p-home__ranking::after {
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}
.p-home__ranking .p-home__title {
  color: #C11920;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-home__ranking .p-home__title span:first-child {
    font-size: 4.7rem;
  }
}
.p-home__ranking .p-home__title span:last-child {
  margin-top: -0.9rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-home__ranking .p-home__title span:last-child {
    font-size: 1.3rem;
  }
}
.p-home__ranking .p-home__title span:last-child::before, .p-home__ranking .p-home__title span:last-child::after {
  background: rgba(193, 25, 32, 0.5);
}
.p-home__ranking ol {
  max-width: 115rem;
  margin: 3rem auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-home__ranking ol {
    flex-wrap: wrap;
  }
  .p-home__ranking ol li {
    width: 50%;
  }
  .p-home__ranking ol li:nth-child(1) {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-home__ranking ol li {
    width: 19%;
  }
}
.p-home__ranking ol li {
  font-size: 1.67rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__ranking ol li {
    margin-top: 0;
    font-size: 1.45rem;
    display: none;
  }
  .p-home__ranking ol li.home {
    display: block;
  }
}
.p-home__ranking ol li p:first-child {
  font-size: 2.8rem;
  font-style: italic;
  font-family: "Lato", "Noto Sans JP", sans-serif;
}
.p-home__ranking ol li p:first-child span {
  font-size: 4.5rem;
}
.p-home__ranking ol li figure {
  width: 15.1rem;
  height: 13rem;
  margin: 1.8rem auto 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__ranking ol li figure {
    width: 12.8rem;
    height: 10.3rem;
    margin: 0 auto 0.2rem;
  }
}
.p-home__ranking ol li figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
}
.p-home__ranking ol li figure img[src$="logo-frontale_kawasaki.svg"] {
  max-width: 85%;
  max-height: 85%;
}
.p-home__ranking-btn {
  text-align: center;
  margin: 3rem auto 0;
  width: 22.7rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-home__ranking-btn {
    width: 11.15rem;
  }
}
.p-home__ranking-btn span[data-a-inview=mask] {
  padding: 0 0.6rem;
  margin-left: -0.6rem;
}
.p-home__ranking-btn span[data-a-inview=mask][data-inview=true] {
  width: calc(100% + 1.2rem) !important;
}
.p-home__ranking-btn .p-home__btn {
  width: 22.7rem;
  margin: 0 auto;
  font-size: 1.4rem;
  padding: 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-home__ranking-btn .p-home__btn {
    width: 11.15rem;
    font-size: 1.3rem;
    padding: 0.5rem;
  }
}
.p-home__player {
  background: linear-gradient(to bottom, rgb(208, 0, 0) 0%, rgb(110, 0, 0) 100%);
  overflow: hidden;
}
.p-home__player-header {
  background: #000;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-home__player-header {
    padding-bottom: 0.5rem;
  }
}
.p-home__player-header-inner {
  display: flex;
  justify-content: space-between;
  max-width: 110rem;
  margin: 0 auto;
}
.p-home__player-header h2 {
  padding: 0 0 0 3rem;
}
@media screen and (max-width: 767px) {
  .p-home__player-header h2 {
    padding: 0 0 0 1.5rem;
  }
}
.p-home__player-header h2 span:first-child {
  font-size: 7rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-style: italic;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-home__player-header h2 span:first-child {
    font-size: 4.3rem;
  }
}
.p-home__player-header h2 span:last-child {
  font-size: 1.6rem;
  vertical-align: 1.7rem;
  font-weight: normal;
  font-size: 1.6rem;
  margin-left: 1rem;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .p-home__player-header h2 span:last-child {
    display: block;
    margin-left: 0;
    font-size: 1.3rem;
    margin-top: -1.1rem;
  }
}
.p-home__player-header h2 span:last-child::before, .p-home__player-header h2 span:last-child::after {
  content: "";
  margin: 0 1.8rem;
  display: inline-block;
  height: 1px;
  width: 5rem;
  background: rgba(255, 255, 255, 0.5);
  vertical-align: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-home__player-header h2 span:last-child::before, .p-home__player-header h2 span:last-child::after {
    width: 3.1rem;
    margin: 0 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__player-header h2 span:last-child::before {
    margin-left: 0;
  }
}
.p-home__player-btn {
  width: 14.7rem;
  margin: 4rem 1rem 0 0;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-home__player-btn {
    width: 11.1rem;
    margin: 2.3rem 1.8rem 0 0;
  }
}
.p-home__player-btn span[data-a-inview=mask] {
  padding: 0 0.6rem;
  margin-left: -0.6rem;
}
.p-home__player-btn span[data-a-inview=mask][data-inview=true] {
  width: calc(100% + 1.2rem) !important;
}
.p-home__player-btn .p-home__btn {
  width: 14.7rem;
  font-size: 1.3rem;
  transform: skewX(-30deg);
  border: 1px solid #fff;
  line-height: 1.7;
  padding-right: 1rem;
  letter-spacing: 0.3rem;
  background: none;
}
@media screen and (max-width: 767px) {
  .p-home__player-btn .p-home__btn {
    width: 11.1rem;
    padding-right: 0.5rem;
    transform: skewX(-15deg);
  }
}
.p-home__player-btn .p-home__btn::before {
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.p-home__player-btn .p-home__btn:hover {
  opacity: 1;
  color: #000;
}
.p-home__player-btn .p-home__btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-home__player-btn .p-home__btn:hover span::before, .p-home__player-btn .p-home__btn:hover span::after {
  border-color: #000;
}
.p-home__player-btn .p-home__btn span {
  transform: skewX(30deg);
}
@media screen and (max-width: 767px) {
  .p-home__player-btn .p-home__btn span {
    transform: skewX(15deg);
  }
}
.p-home__player-btn .p-home__btn span::before {
  display: none;
}
.p-home__player-btn .p-home__btn span::after {
  width: 0.4rem;
  height: 0.4rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .p-home__player-btn .p-home__btn span::after {
    right: 0.3rem;
  }
}
.p-home__player .swiper-button-prev,
.p-home__player .swiper-button-next {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-home__player .swiper-button-prev,
.p-home__player .swiper-button-next {
    transition: opacity 0.3s;
  }
  .p-home__player .swiper-button-prev:hover,
.p-home__player .swiper-button-next:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-home__player .swiper-button-prev,
.p-home__player .swiper-button-next {
    top: 8.5rem;
    margin-top: 0;
    height: 4.7rem;
  }
}
.p-home__player .swiper-button-prev::after,
.p-home__player .swiper-button-next::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .p-home__player .swiper-button-prev::after,
.p-home__player .swiper-button-next::after {
    border-top-width: 1px;
    border-right-width: 1px;
    width: 3rem;
    height: 3rem;
  }
}
.p-home__player .swiper-button-prev {
  margin-left: -37rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-home__player .swiper-button-prev {
    margin-left: 0;
    left: 2rem;
  }
}
.p-home__player .swiper-button-next {
  margin-left: 35rem;
}
@media screen and (max-width: 767px) {
  .p-home__player .swiper-button-next {
    margin-left: 0;
    right: 2rem;
    left: auto;
  }
}
.p-home__player .swiper-container {
  margin-left: -30rem;
  perspective-origin: 58% bottom;
}
@media screen and (max-width: 767px) {
  .p-home__player .swiper-container {
    margin-left: 0;
    perspective-origin: 50% bottom;
  }
}
.p-home__player-list {
  margin-top: -8.4rem;
}
@media screen and (max-width: 767px) {
  .p-home__player-list {
    margin-top: 0;
  }
}
.p-home__player-item {
  width: 64rem;
  transform-origin: center bottom;
  transform: scale(0.69);
  filter: grayscale(100%);
  transition: transform 0.3s, filter 0.3s;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-home__player-item {
    width: 26.5rem;
    padding: 0 2rem;
  }
}
.p-home__player-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home__player-item a {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-home__player-item a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-home__player-item-hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: invert(50%) brightness(200%);
    opacity: 0;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .p-home__player-item-hover {
    display: none;
  }
}
.p-home__player-item figure {
  pointer-events: all;
  transition: filter 0.3s;
  height: 52.2rem;
}
@media screen and (max-width: 767px) {
  .p-home__player-item figure {
    width: 100%;
    height: 100vw;
  }
}
.p-home__player-item figure img {
  transform: scale(0.75);
  transform-origin: top;
}
@media screen and (max-width: 767px) {
  .p-home__player-item figure img {
    transform: scale(1.5);
  }
}
.p-home__player-item.swiper-slide-active {
  margin: 0 15rem;
  transform: scale(1);
  filter: grayscale(0);
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .p-home__player-item.swiper-slide-active {
    margin: 0;
  }
}
.p-home__player-item.swiper-slide-active figure img {
  transform: scale(1.3);
}
@media screen and (max-width: 767px) {
  .p-home__player-item.swiper-slide-active figure img {
    transform: scale(1.5);
  }
}
.p-home__player-item.swiper-slide-active a {
  pointer-events: all;
}
@media screen and (min-width: 768px) {
  .p-home__player-item.swiper-slide-active a:hover {
    opacity: 1;
  }
  .p-home__player-item.swiper-slide-active a:hover .p-home__player-item-hover {
    opacity: 0.3;
  }
}
.p-home__player-item.swiper-slide-active .p-home__player-info {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-home__player-item.swiper-slide-active .p-home__player-info {
    opacity: 1;
  }
}
.p-home__player-position {
  font-size: 1.78rem;
  font-weight: bold;
  font-style: italic;
  line-height: 0.8;
  letter-spacing: 0.12em;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__player-position {
    margin-bottom: 0.6rem;
    font-size: 0.9rem;
    padding-left: 1.5rem;
  }
}
.p-home__player-position span {
  margin-left: 3.6rem;
  vertical-align: -0.8rem;
  font-family: "Open Sans", sans-serif;
  display: inline-block;
  /*width: 107px;*/
}
.p-home__player-position span img {
  width: 100%;
  height: 90px;
}
@media screen and (max-width: 767px) {
  .p-home__player-position span {
    font-size: 6rem;
    margin-left: 1.9rem;
    vertical-align: -0.3rem;
    width: auto;
  }
  .p-home__player-position span img {
    width: auto;
    height: 4.3rem;
  }
}
.p-home__player-info {
  padding: 5.5rem 0 0 0;
  display: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-home__player-info {
    padding: 1.5rem 0 0;
    display: block;
    opacity: 0;
    text-align: center;
  }
}
.p-home__player-name {
  font-size: 5.97rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-home__player-name {
    font-size: 2.9rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
  }
}
.p-home__player-name span {
  font-size: 2.58rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  display: block;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .p-home__player-name span {
    font-size: 1.3rem;
    margin-top: 0.7rem;
  }
}
.p-home__schedule {
  background: url(../img/home/bg-schedule.jpg) no-repeat center bottom/cover;
  padding: 3.2rem 2rem 5.4rem;
}
@media screen and (max-width: 767px) {
  .p-home__schedule {
    padding: 2.2rem 1.5rem 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__schedule .p-home__ranking-btn {
    width: 20rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__schedule .p-home__ranking-btn .p-home__btn {
    width: 100%;
  }
}
.p-home__schedule .p-home__title {
  margin-bottom: 4.6rem;
}
@media screen and (max-width: 767px) {
  .p-home__schedule .p-home__title {
    margin-bottom: 2.5rem;
  }
}
.p-home__schedule .p-home__title span:first-child {
  font-size: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-home__schedule .p-home__title span:first-child {
    font-size: 3.5rem;
  }
}
.p-home__schedule .p-home__title span:last-child {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-home__schedule .p-home__title span:last-child {
    font-size: 1.3rem;
  }
}
.p-home__schedule .swiper-button-prev,
.p-home__schedule .swiper-button-next {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-home__schedule .swiper-button-prev,
.p-home__schedule .swiper-button-next {
    transition: opacity 0.3s;
  }
  .p-home__schedule .swiper-button-prev:hover,
.p-home__schedule .swiper-button-next:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-home__schedule .swiper-button-prev,
.p-home__schedule .swiper-button-next {
    top: 17.5rem;
    margin-top: 0;
    height: 4.7rem;
  }
}
.p-home__schedule .swiper-button-prev::after,
.p-home__schedule .swiper-button-next::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .p-home__schedule .swiper-button-prev::after,
.p-home__schedule .swiper-button-next::after {
    border-top-width: 1px;
    border-right-width: 1px;
    width: 3rem;
    height: 3rem;
  }
}
.p-home__schedule .swiper-button-prev {
  margin-left: -55.5rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-home__schedule .swiper-button-prev {
    margin-left: 0;
    left: 2rem;
  }
}
.p-home__schedule .swiper-button-next {
  margin-left: 52rem;
}
@media screen and (max-width: 767px) {
  .p-home__schedule .swiper-button-next {
    margin-left: 0;
    right: 2rem;
    left: auto;
  }
}
.p-home__schedule .swiper-container {
  width: 99.2rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-home__schedule .swiper-container {
    width: 25.1rem;
  }
}
.p-home__schedule-list {
  align-content: stretch;
}
.p-home__schedule-title {
  margin: 2.5rem 0 1rem;
}
.p-home__schedule-title:first-child {
  margin-top: 0;
}
.p-home__schedule-title span {
  width: 6.9rem;
  border-radius: 0.15rem;
  display: inline-block;
  border: 1px solid #fff;
  font-size: 1.3rem;
  line-height: 1.4;
}
.p-home__schedule-item {
  width: 30.6rem;
  height: auto;
  min-height: 32.6rem;
  padding: 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-home__schedule-item {
    width: 25.1rem;
    min-width: 25.1rem;
  }
}
.p-home__schedule-item::after, .p-home__schedule-item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3rem;
  background: url(../img/home/bg-schedule-item.svg) no-repeat left bottom/100% auto;
}
.p-home__schedule-item::before {
  bottom: auto;
  top: 0;
  background-position: left top;
}
.p-home__schedule-item dl {
  position: static;
}
.p-home__schedule-item dl::before {
  content: "";
  display: block;
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  bottom: 3rem;
  background: url(../img/home/bg-schedule-item.svg) no-repeat left center/100% 999%;
}
.p-home__schedule-item dt {
  border-bottom: 1px solid #f3f3f3;
  text-align: center;
  font-size: 2.4rem;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-weight: bold;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-home__schedule-item dt {
    font-size: 2rem;
    line-height: 1.75;
  }
}
.p-home__schedule-item dt span {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-home__schedule-item dt span {
    font-size: 1.4rem;
  }
}
.p-home__schedule-item dd {
  padding: 1rem 1.6rem 1.6rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-home__schedule-item dd {
    padding: 1.3rem;
  }
}
.p-home__schedule-item dd ul {
  text-align: center;
}
.p-home__schedule-item dd ul li + li {
  border-top: 1px solid rgba(187, 187, 187, 0.5);
}
.p-home__schedule-item dd ul li img {
  position: absolute;
  right: 20.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .p-home__schedule-item dd ul li img {
    height: 1.35rem;
    right: 17.2rem;
  }
}
.p-home__schedule-item dd ul li div {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-home__schedule-item dd ul li div {
    font-size: 1.4rem;
  }
}
.p-home__schedule-item dd ul li div + div {
  border-top: 1px solid #fff;
  margin-top: 5px;
  padding-top: 5px;
}
.p-home__special {
  background: linear-gradient(to bottom, rgb(208, 0, 0) 0%, rgb(110, 0, 0) 100%);
  padding: 2.6rem 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-home__special {
    padding: 1.5rem 2rem 0.8rem;
  }
}
.p-home__special::before, .p-home__special::after {
  content: "";
  width: 33.1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: url(../img/home/bg-special.png) no-repeat left top/100% 100%;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-home__special::before, .p-home__special::after {
    display: none;
  }
}
.p-home__special::after {
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}
.p-home__special .p-home__title {
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-home__special .p-home__title {
    margin: 0 -1rem 2.9rem;
  }
}
.p-home__special .p-home__title span:first-child {
  font-size: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-home__special .p-home__title span:first-child {
    font-size: 4rem;
  }
}
.p-home__special .p-home__title span:last-child {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-home__special .p-home__title span:last-child {
    font-size: 1.4rem;
    margin-top: -0.1rem;
  }
}
.p-home__special ul {
  max-width: 110rem;
  margin: 0 auto;
  /*@include flex-sb-s-w;*/
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-home__special ul {
    display: block;
    width: auto;
  }
}
.p-home__special ul li {
  max-width: 34.5rem;
  width: 29.5vw;
  margin: 0 0 2.2rem 2.9545%;
}
@media screen and (max-width: 767px) {
  .p-home__special ul li {
    width: 33.5rem;
    margin: 0 0 1.6rem;
  }
}
.p-home__special ul li a {
  display: block;
  max-width: 34.5rem;
  width: 29.5vw;
}
@media screen and (max-width: 767px) {
  .p-home__special ul li a {
    width: 33.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home__special ul li a::before {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 30px;
    height: 100%;
    opacity: 0;
    transition: cubic-bezier(0.32, 0, 0.67, 0);
    z-index: 10;
  }
  .p-home__special ul li a:hover::before {
    -webkit-animation: kiran 0.5s linear 1;
            animation: kiran 0.5s linear 1;
  }
  .p-home__special ul li a:hover {
    opacity: 1;
  }
}
.p-home__special ul li a p {
  background: #000;
  font-size: 1.7rem;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.1em;
  padding: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-home__special ul li a p {
    font-size: 1.4rem;
    padding: 0.5rem;
  }
}
.p-home__special ul li:nth-child(3n+1) {
  margin-left: 0;
}
.p-home__information {
  padding: 3rem 2rem 3.9rem;
}
@media screen and (max-width: 767px) {
  .p-home__information {
    padding: 1.2rem 2rem 3.5rem;
  }
}
.p-home__information .p-home__title {
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-home__information .p-home__title {
    margin-bottom: 2.5rem;
  }
}
.p-home__information .p-home__title span:first-child {
  font-size: 6.6rem;
}
@media screen and (max-width: 767px) {
  .p-home__information .p-home__title span:first-child {
    font-size: 4.3rem;
  }
}
.p-home__information .p-home__title span:last-child {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-home__information .p-home__title span:last-child {
    font-size: 1.4rem;
    margin-top: -0.1rem;
  }
}
.p-home__information-nav {
  transition: width 1s !important;
}
.p-home__information-nav ul {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: normal;
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  margin-bottom: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-home__information-nav ul {
    width: 33.5rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-home__information-nav li {
    margin-bottom: 1.2rem;
  }
}
.p-home__information-nav li + li::before {
  content: "／";
  margin: 0 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-home__information-nav li + li:nth-child(5)::before {
    display: none;
  }
}
.p-home__information-nav a {
  color: #e6ff2e;
}
.p-home__information-image {
  max-width: 110rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-home__information-image {
    width: auto;
    display: block;
  }
}
.p-home__information-image-item {
  max-width: 34.5rem;
  width: 29.5vw;
  margin-bottom: 4.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1440px) and (orientation: portrait) {
  .p-home__information-image-item {
    /*width: 32.8rem;*/
    width: 32vw;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1440px) and (orientation: landscape) {
  .p-home__information-image-item {
    /*width: 30.5rem;*/
    width: 30.1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-home__information-image-item {
    width: 33.5rem;
    margin-bottom: 0;
  }
}
.p-home__information-image-item figure img {
  max-width: 34.5rem;
  width: 29.5vw;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1440px) and (orientation: portrait) {
  .p-home__information-image-item figure img {
    /*width: 32.8rem;*/
    width: 32vw;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1440px) and (orientation: landscape) {
  .p-home__information-image-item figure img {
    /*width: 30.5rem;*/
    width: 30.1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-home__information-image-item figure img {
    width: 33.5rem;
  }
}
.p-home__information-image li {
  max-width: 34.5rem;
  width: 29.5vw;
  margin: 0 0 0 2.9545%;
}
@media screen and (min-device-width: 768px) and (max-device-width: 1440px) and (orientation: portrait) {
  .p-home__information-image li {
    width: 32vw;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1440px) and (orientation: landscape) {
  .p-home__information-image li {
    width: 30.1vw;
  }
}
@media screen and (max-width: 767px) {
  .p-home__information-image li {
    width: 33.5rem;
    margin: 0 0 3.6rem;
  }
  .p-home__information-image li:last-child {
    margin-bottom: 0;
  }
}
.p-home__information-image li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-home__information-image li a:hover {
    opacity: 1;
    color: #787878;
  }
  .p-home__information-image li a:hover figure::before {
    -webkit-animation: kiran 0.5s linear 1;
            animation: kiran 0.5s linear 1;
  }
  .p-home__information-image li a:hover .p-home__information-category {
    background: none;
    color: #C11920;
    /*&::before {
      transform-origin: right top;
      transform: scale(0, 1);
    }*/
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-home__information-image li a figure {
    overflow: hidden;
  }
  .p-home__information-image li a figure::before {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 30px;
    height: 100%;
    opacity: 0;
    transition: cubic-bezier(0.32, 0, 0.67, 0);
    z-index: 10;
  }
}
@media screen and (min-width: 768px) {
  .p-home__information-image li a .p-home__information-category {
    background: #C11920;
    overflow: hidden;
    border: 1px solid #C11920;
    transition: 0.3s;
    /*&::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      content: '';
      background: $notice-color;
      transform-origin: left top;
      transform: scale(1, 1);
      transition: transform .3s;
    }*/
  }
}
.p-home__information-image li a figure {
  width: 100%;
  border: 1px solid #717071;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-home__information-image li a figure {
    margin-bottom: 0.8rem;
  }
}
.p-home__information-date {
  font-size: 1.37rem;
  letter-spacing: 0.07em;
  font-weight: normal;
  width: 9rem;
}
@media screen and (max-width: 767px) {
  .p-home__information-date {
    font-size: 1.2rem;
    width: 8rem;
  }
}
.p-home__information-category {
  font-size: 1.3rem;
  font-weight: normal;
  min-width: 8.8rem;
  text-align: center;
  background: #C11920;
  line-height: 1;
  padding: 0.3rem 0.5rem 0.4rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-home__information-category {
    min-width: 6.8rem;
    font-size: 1.1rem;
  }
}
.p-home__information-title {
  margin-top: 0.6rem;
  letter-spacing: 0.07em;
  line-height: 1.5;
  font-weight: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-home__information-title {
    font-size: 1.4rem;
  }
}
.p-home__information-list {
  max-width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-home__information-list {
    width: auto;
    margin-top: 3.4rem;
  }
}
.p-home__information-list-item {
  width: 110rem;
  display: flex;
  align-items: center;
  padding: 1.37rem 0;
}
@media screen and (max-width: 767px) {
  .p-home__information-list-item {
    flex-wrap: wrap;
    padding: 1rem 0;
    width: 33.5rem;
  }
}
.p-home__information-list li {
  border-bottom: 1px solid #BBBBBB;
}
@media screen and (max-width: 767px) {
  .p-home__information-list li:last-child {
    border-bottom: 0;
  }
}
.p-home__information-list li:first-child {
  border-top: 1px solid #BBBBBB;
}
@media screen and (max-width: 767px) {
  .p-home__information-list li a:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-home__information-list li a:hover {
    opacity: 1;
    color: #787878;
  }
  .p-home__information-list li a:hover .p-home__information-category {
    background: none;
    color: #C11920;
    /*&::before {
      transform-origin: right top;
      transform: scale(0, 1);
    }*/
  }
  .p-home__information-list li a .p-home__information-category {
    background: #C11920;
    overflow: hidden;
    border: 1px solid #C11920;
    transition: 0.3s;
    /*&::before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: -1;
      content: '';
      background: $notice-color;
      transform-origin: left top;
      transform: scale(1, 1);
      transition: transform .3s;
    }*/
  }
}
.p-home__information-list li a .p-home__information-title {
  margin: -0.3rem 0 0 1.2rem;
  max-width: 92rem;
}
@media screen and (max-width: 767px) {
  .p-home__information-list li a .p-home__information-title {
    width: 100%;
    max-width: inherit;
    margin: 0.5rem 0 0;
  }
}
.p-home__information-btn {
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-home__information-btn {
    margin-top: 2.4rem;
  }
}
.p-home__information-btn .p-home__btn {
  width: 15.9rem;
  margin: 0 auto;
  border: 1px solid #C11920;
  background: none;
  color: #C11920;
  transform: skewX(-25deg);
}
@media screen and (max-width: 767px) {
  .p-home__information-btn .p-home__btn {
    width: 12.2rem;
    font-size: 1.25rem;
  }
}
.p-home__information-btn .p-home__btn::before {
  background: #C11920;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.p-home__information-btn .p-home__btn:hover {
  opacity: 1;
  color: #000;
}
.p-home__information-btn .p-home__btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-home__information-btn .p-home__btn:hover span::before, .p-home__information-btn .p-home__btn:hover span::after {
  background: #000;
}
.p-home__information-btn .p-home__btn span {
  transform: skewX(25deg);
}
.p-home__information-btn .p-home__btn span::before, .p-home__information-btn .p-home__btn span::after {
  border: 0;
  width: 1px;
  height: 0.9rem;
  background: #C11920;
  transform: none;
  right: 1.5rem;
}
.p-home__information-btn .p-home__btn span::after {
  transform: rotate(90deg);
}
.p-home__banner {
  background: #303030;
  padding: 3.8rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-home__banner {
    padding: 1.9rem 0;
  }
}
.p-home__banner .swiper-button-prev,
.p-home__banner .swiper-button-next {
  position: absolute;
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .p-home__banner .swiper-button-prev,
.p-home__banner .swiper-button-next {
    transition: opacity 0.3s;
  }
  .p-home__banner .swiper-button-prev:hover,
.p-home__banner .swiper-button-next:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .p-home__banner .swiper-button-prev,
.p-home__banner .swiper-button-next {
    display: none;
  }
}
.p-home__banner .swiper-button-prev::after,
.p-home__banner .swiper-button-next::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  margin: auto 0;
}
.p-home__banner .swiper-button-prev {
  margin-left: -64.3rem;
  transform: scale(-1, 1);
}
.p-home__banner .swiper-button-next {
  margin-left: 61.3rem;
}
.p-home__banner .swiper-container {
  width: 110rem;
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-home__banner .swiper-container {
    width: auto;
  }
}
.p-home__banner-item {
  width: 26rem;
}
@media screen and (max-width: 767px) {
  .p-home__banner-item {
    width: 27rem;
  }
}
.p-home__banner-item a {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-home__banner-item a::before {
    background-color: #fff;
    content: "";
    display: block;
    position: absolute;
    top: -100px;
    left: 0;
    width: 30px;
    height: 100%;
    opacity: 0;
    transition: cubic-bezier(0.32, 0, 0.67, 0);
    z-index: 10;
  }
  .p-home__banner-item a:hover::before {
    -webkit-animation: kiran 0.5s linear 1;
            animation: kiran 0.5s linear 1;
  }
  .p-home__banner-item a:hover {
    opacity: 1;
  }
}
.p-home__title {
  text-align: center;
  line-height: 1.4;
  font-style: italic;
}
.p-home__title span:first-child {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 7rem;
}
@media screen and (max-width: 767px) {
  .p-home__title span:first-child {
    font-size: 3.9rem;
  }
}
.p-home__title span:last-child {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-home__title span:last-child {
    font-size: 1.4rem;
    margin-top: -0.4rem;
  }
}
.p-home__title span:last-child::before, .p-home__title span:last-child::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 5rem;
  background: #fff;
  opacity: 0.5;
  vertical-align: 0.5rem;
  margin: 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-home__title span:last-child::before, .p-home__title span:last-child::after {
    width: 4.4rem;
  }
}
.p-home__btn {
  display: block;
  width: 14.1rem;
  text-align: center;
  font-size: 1.5rem;
  border: 1px solid #C90000;
  line-height: 1.7;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding-bottom: 0.1rem;
  transform: skewX(-18deg);
  transition: none;
}
@media screen and (max-width: 767px) {
  .p-home__btn {
    font-size: 1.3rem;
    padding: 0.2rem 0.3rem 0.4rem;
  }
}
.p-home__btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #C90000;
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform 0.3s;
}
.p-home__btn:hover {
  opacity: 1;
  color: #C90000;
}
.p-home__btn:hover::before {
  transform-origin: right top;
  transform: scale(0, 1);
}
.p-home__btn:hover span::before, .p-home__btn:hover span::after {
  border-color: #C90000;
}
.p-home__btn span {
  display: block;
  transform: skewX(18deg);
}
.p-home__btn span::before, .p-home__btn span::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: transform 0.3s;
}
.p-home__btn span::after {
  right: 1.5rem;
}
.p-home [data-a-inview=slidein] {
  opacity: 0;
}
.p-home [data-a-inview=slidein][data-inview=true] {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-name: SlideIn;
          animation-name: SlideIn;
}
.p-home [data-a-inview=mask] {
  display: block;
  width: 0;
  overflow: hidden;
  transition: width 0.5s;
}
.p-home [data-a-inview=mask][data-inview=true] {
  width: 100%;
}

@-webkit-keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateX(-64px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes kiran {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.p-game__top .p-home__btn::before {
  z-index: 0;
}
.p-game__live .postop,
.p-game__live .post_inner,
.p-game__live .newstextWrapper,
.p-game__live .cms_text {
  position: static;
}
.p-game__live .l-main__section-01,
.p-game__live .p-home__latest-item {
  z-index: 10;
}
.p-game__info {
  position: static;
}
.p-game__info-bg01 {
  position: static;
}
.p-game__info-bg01::before {
  content: "";
  background-image: url(../img/game/information/bg-contents02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-game__info-bg01::before {
    background-image: url(../img/game/information/bg-contents02-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
}
.p-game__info-bg01 .p-game__info-container {
  padding-bottom: 0;
}
.p-game__info-bg02::before {
  content: "";
  background-image: url(../img/game/information/bg-contents03.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-game__info-bg02::before {
    background-image: url(../img/game/information/bg-contents03-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
}
.p-game__info-bg02.is-fixed::before {
  position: fixed;
  z-index: -1;
}
.p-game__info-bg02 .p-game__info-container {
  padding-top: 0;
}
.p-game__info .l-main__title-h3.stats {
  color: #C90000;
}
@media screen and (min-width: 768px) {
  .p-game__info .l-main__title-h3.stats {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-game__info .l-main__title-h3.chart {
    color: #E6FF2E;
    margin-bottom: 0;
  }
  .p-game__info .l-main__title-h3.ranking {
    color: #C11920;
    margin-bottom: 6.6666666667vw;
  }
}
.p-game__info .img-stats {
  margin-top: -70px;
}
@media screen and (max-width: 767px) {
  .p-game__info .img-stats {
    margin-top: 0;
  }
}
.p-game__info-tab {
  max-width: 875px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-game__info-tab {
    padding: 0 5.3333333333vw;
  }
}
.p-game__info-tab__nav {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-game__info-tab__nav {
    flex-wrap: wrap;
    margin-bottom: 6vw;
  }
}
.p-game__info-tab__nav li {
  width: 25.14%;
  text-align: center;
  margin: 0 3px;
}
@media screen and (max-width: 767px) {
  .p-game__info-tab__nav li {
    width: 48.7%;
    margin: 0 0.5333333333vw 1.0666666667vw;
  }
  .p-game__info-tab__nav li:nth-child(2) {
    margin-right: -10px;
  }
  .p-game__info-tab__nav li:nth-child(3) {
    margin-left: -10px;
  }
}
.p-game__info-tab__nav li.active a {
  color: #000000;
  border: 1px solid #FFF100;
}
.p-game__info-tab__nav li.active a::before {
  background: #FFF100;
}
.p-game__info-tab__nav li.active a:hover {
  color: #FFF100;
}
.p-game__info-tab__nav li a {
  display: block;
  font-size: 1.5rem;
  font-style: italic;
  border: 1px solid #C11920;
  overflow: hidden;
  transform: skew(-20deg);
  opacity: 0;
}
.p-game__info-tab__nav li a[data-a-inview=mask][data-inview=true] {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-game__info-tab__nav li a {
    font-size: 3.7333333333vw;
  }
}
.p-game__info-tab__nav li a span {
  transform: skew(20deg);
  display: block;
  width: 220px;
}
@media screen and (max-width: 767px) {
  .p-game__info-tab__nav li a span {
    width: 41.3333333333vw;
  }
}
.p-game__info-tab__nav li a:hover {
  opacity: 1;
  color: #C11920;
}
.p-game__info-tab__nav li a::before {
  right: 0;
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #C11920;
  transition: transform 0.3s;
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.p-game__info-tab__nav li a:hover::before {
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
}
.p-game__info-tab__nav.nav_item5 {
  flex-wrap: wrap;
  justify-content: center;
}
.p-game__info-tab__nav.nav_item5 li {
  width: 29.14%;
  margin: 0 10px 15px;
}
@media screen and (max-width: 767px) {
  .p-game__info-tab__nav.nav_item5 li {
    margin: 0 0.5333333333vw 1.0666666667vw;
    width: 46.7%;
  }
}
.p-game__info-tab__nav.nav_item5 li span {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-game__info-tab__nav.nav_item5 li span {
    width: 41.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-game__info-tab__nav.nav_item5 li:first-child {
    width: 93%;
  }
  .p-game__info-tab__nav.nav_item5 li:first-child span {
    width: 82.6666666667vw;
  }
}
.p-game__info-tab__contents {
  margin-bottom: 75px;
}
.p-game__info-tab__contents dl {
  background: rgba(0, 0, 39, 0.5);
  padding: 40px 60px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-game__info-tab__contents dl {
    padding: 3.3333333333vw 4.6666666667vw;
  }
}
.p-game__info-tab__contents dl dt {
  font-size: 1.8rem;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-game__info-tab__contents dl dt {
    font-size: 4.2666666667vw;
  }
}
.p-game__info-tab__contents dl dd {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-game__info-tab__contents dl dd {
    font-size: 3.7333333333vw;
  }
}
.p-game__info-container {
  background: rgba(255, 255, 255, 0.1);
  padding: 50px 20px;
}
.p-game__info-container .txt-stats {
  text-align: center;
  padding-top: 35px;
  position: absolute;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .p-game__info-container .txt-stats {
    width: 54.9%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 3.2%;
  }
}
@media screen and (max-width: 767px) {
  .p-game__info-container .txt-stats {
    padding: 20px 0 100px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .p-game__info-container {
    padding: 8vw 3.3333333333vw;
    margin: 0 5.3333333333vw;
  }
}
.p-game__info-stats {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .p-game__info-stats {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-game__info-stats {
    padding: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 13.3333333333vw;
  }
  .p-game__info-stats-logo {
    max-width: 21.3333333333vw;
  }
}
.p-game__info-stats-table {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .p-game__info-stats-table {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .p-game__info-stats-table {
    display: block;
    width: 65%;
    margin-top: 0;
    margin-bottom: 6vw;
  }
}
.p-game__info-stats-table:first-child {
  border-right: 1px solid #717071;
}
.p-game__info-stats-table:last-child {
  padding-left: 50px;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .p-game__info-stats-table:last-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-game__info-stats-table:last-child {
    padding-left: 0;
  }
}
.p-game__info-stats-table h3 {
  font-size: 2.2rem;
  font-weight: 600;
  font-style: italic;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: #C90000;
  line-height: 1;
  margin-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-game__info-stats-table h3 {
    font-size: 5.3333333333vw;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
.p-game__info-stats-table_item {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-game__info-stats-table_item {
    min-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-game__info-stats-table_item table {
    margin-bottom: 6vw;
  }
}
.p-game__info-stats-table_item table tr td {
  font-size: 1.5rem;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 1440px) {
  .p-game__info-stats-table_item table tr td {
    vertical-align: text-top;
  }
}
@media screen and (max-width: 767px) {
  .p-game__info-stats-table_item table tr td {
    font-size: 3.7333333333vw;
    line-height: 1.3;
    font-weight: normal;
  }
}
.p-game__info-stats-table_item table tr td.col_number {
  width: 22px;
  text-align: right;
}
.p-game__info-stats-table_item table tr td.col_position {
  width: 55px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-game__info-stats-table_item table tr td.col_position {
    width: 12vw;
  }
}
.p-game__info-stats-table_item table + h3 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-game__info-stats-table_item table + h3 {
    margin-top: 0;
  }
}
.p-game__info-chart {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  margin-top: -10px;
}
@media screen and (max-width: 767px) {
  .p-game__info-chart {
    padding: 0;
    margin-top: 0;
    margin-bottom: 13.3333333333vw;
    display: block;
  }
}
.p-game__info-chart figure {
  width: 47.7%;
}
@media screen and (max-width: 767px) {
  .p-game__info-chart figure {
    width: 100%;
  }
  .p-game__info-chart figure + figure {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-game__info-pattern {
    margin-bottom: 12vw;
  }
}
.p-game__info-pattern figure {
  max-width: 897px;
  margin: -40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-game__info-pattern figure {
    margin-top: 0;
  }
}
.p-game__info-ranking {
  max-width: 897px;
  margin: -40px auto 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-game__info-ranking {
    margin-top: 0;
    margin-bottom: 16vw;
    display: block;
  }
}
.p-game__info-ranking-table {
  width: 45.7%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-game__info-ranking-table {
    width: 100%;
    display: block;
  }
}
.p-game__info-ranking-table_logo {
  flex: 0 0 100%;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.p-game__info-ranking-table_logo img {
  max-height: 63px;
  margin: 0 auto;
}
.p-game__info-ranking-table_item {
  width: 50%;
  max-width: 185px;
}
@media screen and (max-width: 767px) {
  .p-game__info-ranking-table_item {
    width: 100%;
    max-width: inherit;
    padding: 0 3.3333333333vw;
  }
}
.p-game__info-ranking-table_item-l {
  width: 100%;
  max-width: 410px;
}
@media screen and (max-width: 767px) {
  .p-game__info-ranking-table_item-l {
    padding: 0 3.3333333333vw;
  }
}
.p-game__info-ranking-table table {
  width: 100%;
}
.p-game__info-ranking-table table caption {
  color: #D5FF2E;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .p-game__info-ranking-table table caption {
    font-size: 4.5333333333vw;
    line-height: 1.4;
  }
  .p-game__info-ranking-table table caption small {
    display: block;
    font-size: 3.4666666667vw;
  }
}
.p-game__info-ranking-table table tr {
  border: 1px solid #6F6D6F;
}
.p-game__info-ranking-table table tr td {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-game__info-ranking-table table tr td {
    font-size: 3.7333333333vw;
  }
}
.p-game__info-ranking-table table tr td:first-child {
  padding: 8px 0 8px 8px;
}
.p-game__info-ranking-table table tr td:last-child {
  padding: 8px 8px 8px 0;
  text-align: right;
}
.p-game__info-ranking-table table tr td.arrow {
  width: 72px;
}
@media screen and (max-width: 767px) {
  .p-game__info-ranking-table table tr td.arrow {
    width: 12vw;
  }
}
.p-game__info-ranking-table table + p {
  font-size: 1.3rem;
  font-weight: 300;
  margin: 5px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-game__info-ranking-table table + p {
    font-size: 3.4666666667vw;
  }
}
.p-game__info-hotzone {
  max-width: 897px;
  margin: -40px auto 0;
}
@media screen and (max-width: 767px) {
  .p-game__info-hotzone {
    margin-top: 0;
    padding: 0 3.3333333333vw;
  }
}
.p-game__info-highlight {
  background: url(../img/game/information/bg-contents01.jpg) no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 70px 25px 50px;
}
@media screen and (max-width: 767px) {
  .p-game__info-highlight {
    padding: 6.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
.p-game__info-highlight h2 {
  color: #D5FF2E;
}
.p-game__info-highlight h2 span::before, .p-game__info-highlight h2 span::after {
  background: #D5FF2E;
}
.p-game__info-highlight_movie {
  max-width: 945px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-game__info-highlight_movie div div {
    /*padding-top: 57%;*/
  }
  .p-game__info-highlight_movie div div iframe {
    /*position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;*/
    width: 100%;
    height: 44vw;
    min-width: 370px;
  }
}
.p-game__info.eventfoods .l-main {
  padding-bottom: 0;
}
.p-game__info.eventfoods .p-home__information-image {
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-home__information-image {
    display: flex;
  }
}
.p-game__info.eventfoods .p-home__information-image-item {
  max-width: 28.2rem;
  width: 31vw;
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-home__information-image-item {
    width: 42vw;
  }
}
.p-game__info.eventfoods .p-home__information-image-item figure img {
  max-width: 28.2rem;
  width: 31vw;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-home__information-image-item figure img {
    width: 42vw;
  }
}
.p-game__info.eventfoods .p-home__information-image li {
  max-width: 28.2rem;
  width: 31vw;
  margin-left: 1.91%;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-game__info.eventfoods .p-home__information-image li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-home__information-image li {
    width: 42vw;
    margin-left: 4vw;
    margin-bottom: 5.3333333333vw;
    /*display: none;*/
    /*&:nth-child(-n+8) {
      display: block;
    }*/
  }
  .p-game__info.eventfoods .p-home__information-image li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.p-game__info.eventfoods .p-home__information-image li figure {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-home__information-image li figure {
    margin-bottom: 1.3333333333vw;
  }
}
.p-game__info.eventfoods .p-home__information-image li a .p-home__information-category::before {
  z-index: 0;
}
.p-game__info.eventfoods .p-home__information-date {
  margin-left: 12px;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-home__information-date {
    font-size: 2.6666666667vw;
    width: auto;
    margin-left: 2.4vw;
  }
}
.p-game__info.eventfoods .p-home__information-category {
  margin: 3px 12px 3px;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-home__information-category {
    font-size: 2.9333333333vw;
    width: auto;
    min-width: 13.0666666667vw;
    margin: 0 2.4vw 0.2666666667vw;
  }
}
.p-game__info.eventfoods .p-home__information-title {
  margin: 0 12px 15px;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-home__information-title {
    font-size: 3.4666666667vw;
    margin: 0 2.4vw 2vw;
  }
}
.p-game__info.eventfoods .p-home__information-list li a .p-home__information-date {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-home__information-list li a .p-home__information-date {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-home__information-list li a .p-home__information-category {
    font-size: 2.9333333333vw;
    margin-left: 3.3333333333vw;
  }
}
.p-game__info.eventfoods .p-home__information-list li a .p-home__information-category::before {
  z-index: 0;
}
.p-game__info.eventfoods .p-home__information-list li a .p-home__information-title {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-home__information-list li a .p-home__information-title {
    font-size: 3.7333333333vw;
  }
}
.p-game__info.eventfoods .p-home__information-btn {
  text-align: center;
  width: 15.9rem;
  margin: 3.2rem auto;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-home__information-btn {
    width: 12.2rem;
  }
}
.p-game__info.eventfoods .p-home__information-btn [data-a-inview=mask] {
  padding: 0 0.6rem;
  margin-left: -0.6rem;
}
.p-game__info.eventfoods .p-home__information-btn [data-a-inview=mask][data-inview=true] {
  width: calc(100% + 1.2rem) !important;
}
.p-game__info.eventfoods .p-home__information-list-item {
  width: 88rem;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-home__information-list-item {
    width: 33.5rem;
  }
}
.p-game__info.eventfoods .p-home__information-list-item .p-home__information-title {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-game__info-tab__contents {
    margin-bottom: 8vw;
  }
}
.p-game__info.eventfoods .p-game__info-bg01 {
  padding-bottom: 95px;
  background: none;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-game__info-bg01 {
    padding-bottom: 9.3333333333vw;
  }
}
.p-game__info.eventfoods .p-game__info-bg01::before {
  content: "";
  background-image: url(../img/game/eventfoods/bg-event-01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-game__info-bg01::before {
    background-image: url(../img/game/eventfoods/bg-event-01-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
}
.p-game__info.eventfoods .p-game__info-bg01.is-fixed::before {
  position: fixed !important;
  z-index: -1;
}
.p-game__info.eventfoods .p-game__info-bg01 .l-main__section-02 {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-game__info-bg01 .l-main__section-02 {
    padding: 0 6vw;
  }
}
.p-game__info.eventfoods .p-game__info-bg01 .l-main__section-02 .l-main__title-h2 {
  font-size: 5.9rem;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-game__info-bg01 .l-main__section-02 .l-main__title-h2 {
    font-size: 8vw;
  }
}
.p-game__info.eventfoods .p-game__info-bg01 .l-main__section-02 .l-main__title-h2.color-red {
  color: #C90000;
}
.p-game__info.eventfoods .p-game__info-bg01 .l-main__section-02 .l-main__title-h2 span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-game__info-bg01 .l-main__section-02 .l-main__title-h2 span {
    font-size: 3.4666666667vw;
  }
}
.p-game__info.eventfoods .p-game__info-bg01 .l-main__section-02 .l-main__title-h2 span::before, .p-game__info.eventfoods .p-game__info-bg01 .l-main__section-02 .l-main__title-h2 span::after {
  display: none;
}
.p-game__info.eventfoods .p-game__info-bg02 {
  padding-top: 45px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-game__info-bg02 {
    padding-top: 6vw;
    padding-bottom: 8vw;
  }
}
.p-game__info.eventfoods .p-game__info-bg02::before {
  content: "";
  background-image: url(../img/game/eventfoods/bg-event-02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-game__info-bg02::before {
    background-image: url(../img/game/eventfoods/bg-event-02-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
}
.p-game__info.eventfoods .p-game__info-bg02.is-fixed::before {
  position: fixed !important;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-game__info-bg02 .l-main__section-01 {
    padding: 0 5.3333333333vw;
  }
}
.p-game__info.eventfoods .p-game__info-bg02 .l-main__section-01 .l-main__title-h2 {
  font-size: 5.9rem;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-game__info-bg02 .l-main__section-01 .l-main__title-h2 {
    font-size: 8.2666666667vw;
  }
}
.p-game__info.eventfoods .p-game__info-bg02 .l-main__section-01 .l-main__title-h2 span {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-game__info-bg02 .l-main__section-01 .l-main__title-h2 span {
    font-size: 3.4666666667vw;
  }
}
.p-game__info.eventfoods .p-game__info-bg02 .l-main__section-01 .l-main__title-h2 span::before, .p-game__info.eventfoods .p-game__info-bg02 .l-main__section-01 .l-main__title-h2 span::after {
  display: none;
}
.p-game__info.eventfoods .p-sub__eventfoods-btn {
  width: 34.2rem;
  margin: 0 auto 50px;
  display: block;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-sub__eventfoods-btn {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
}
.p-game__info.eventfoods .p-sub__eventfoods-btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  content: "";
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.p-game__info.eventfoods .p-sub__eventfoods-btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-game__info.eventfoods .p-sub__eventfoods-btn a {
  display: block;
  border: 1px solid #6D6D6D;
  padding: 10px 25px 7px 10px;
  width: 34.2rem;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-sub__eventfoods-btn a {
    width: 89.3333333333vw;
  }
}
.p-game__info.eventfoods .p-sub__eventfoods-btn a::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  right: 1.5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: transform 0.3s;
}
.p-game__info.eventfoods .p-sub__eventfoods-btn a::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  right: 1.5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 2.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: transform 0.3s;
}
.p-game__info.eventfoods .p-sub__eventfoods-btn a:hover {
  opacity: 1;
  color: #000;
}
.p-game__info.eventfoods .p-sub__eventfoods-btn a:hover::before, .p-game__info.eventfoods .p-sub__eventfoods-btn a:hover::after {
  border-color: #000;
}
.p-game__info.eventfoods .p-sub__eventfoods-btn a span {
  display: inline-block;
  vertical-align: middle;
}
.p-game__info.eventfoods .p-sub__eventfoods-btn a span:last-child {
  padding-left: 40px;
  font-size: 1.7rem;
  letter-spacing: 0.28em;
  font-weight: normal;
  margin-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-sub__eventfoods-btn a span:last-child {
    padding-left: 9.3333333333vw;
    font-size: 4.4vw;
  }
}
.p-game__info.eventfoods .p-sub__eventfoods-image {
  display: flex;
  margin: 0 auto 50px;
  max-width: 917px;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-sub__eventfoods-image {
    margin-bottom: 2.6666666667vw;
  }
}
.p-game__info.eventfoods .p-sub__eventfoods-image li {
  max-width: 28.6rem;
  width: 30vw;
  margin-left: 3.05%;
  margin-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .p-game__info.eventfoods .p-sub__eventfoods-image li:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-sub__eventfoods-image li {
    width: 38.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-game__info.eventfoods .p-sub__eventfoods-image li:nth-child(2n+1) {
    margin-left: 0;
  }
}
.p-game__info.eventfoods .p-sub__eventfoods-image li > div {
  height: 100%;
}
.p-game__info.eventfoods .p-sub__eventfoods-image li > div > div {
  max-width: 28.6rem;
  width: 30vw;
  height: 100%;
  padding-bottom: 53px;
  border: 1px solid #C90000;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-sub__eventfoods-image li > div > div {
    width: 38.6666666667vw;
  }
}
.p-game__info.eventfoods .p-sub__eventfoods-image figure {
  padding: 15px 15px 10px;
}
.p-game__info.eventfoods .p-sub__eventfoods-image .p-sub__contents-btn {
  position: absolute;
  max-width: 126px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.p-game__info.eventfoods .p-sub__eventfoods-image .p-sub__contents-btn-more {
  max-width: 12.6rem;
}
.p-game__info.eventfoods .p-sub__eventfoods-title {
  background: #C90000;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-sub__eventfoods-title {
    font-size: 4vw;
    line-height: 5.0666666667vw;
    padding: 1.3333333333vw 0;
  }
}
.p-game__info.eventfoods .p-sub__eventfoods-menu {
  font-size: 1.8rem;
  font-weight: normal;
  padding: 0 15px 10px;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-sub__eventfoods-menu {
    font-size: 4vw;
    line-height: 5.3333333333vw;
  }
}
.p-game__info.eventfoods .p-sub__eventfoods-detail {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 0 15px 15px;
  letter-spacing: 0;
  line-height: 1.58;
}
@media screen and (max-width: 767px) {
  .p-game__info.eventfoods .p-sub__eventfoods-detail {
    font-size: 3.4666666667vw;
  }
}
.p-game__schedule {
  max-width: 875px;
  margin: 0 auto;
}
.p-game__schedule::before {
  content: "";
  position: fixed;
  background: url(../img/game/bg-schedule.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: top center;
  left: 0;
  top: 0;
}
.p-game__schedule .l-main__title-h1 {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .p-game__schedule .l-main__title-h1 {
    margin-bottom: 8vw;
  }
}
.p-game__schedule-h2 {
  font-size: 2.7rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-game__schedule-h2 {
    font-size: 4.8vw;
    line-height: 6.4vw;
    margin-bottom: 6vw;
  }
}
.p-game__schedule-select {
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-game__schedule-select {
    margin-bottom: 8vw;
  }
}
.p-game__schedule-select select {
  display: none;
}
.p-game__schedule-select .select-styled {
  cursor: pointer;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: inline-block;
  background: #000;
  color: #fff;
  border: 1px solid #6A7A89;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 1px 0;
  width: 189px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-game__schedule-select .select-styled {
    width: 47.0666666667vw;
    font-size: 3.4666666667vw;
    padding: 0.6666666667vw 0;
  }
}
.p-game__schedule-select .select-styled::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 9px;
  top: 11px;
  transition: 0.3s;
}
.p-game__schedule-select .select-styled.active::before {
  transform: rotate(-135deg);
  top: 14px;
}
.p-game__schedule-select .select-styled:hover {
  background: #fff;
  color: #000;
  border-color: #000;
}
.p-game__schedule-select .select-styled:hover::before {
  border-color: #000;
}
.p-game__schedule-select .select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 189px;
  margin: 0 auto;
  border: 1px solid #6A7A89;
  background: #000;
  max-height: 400px;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .p-game__schedule-select .select-options {
    width: 47.0666666667vw;
    max-height: 300px;
  }
}
.p-game__schedule-select .select-options a {
  margin: 0;
  padding: 2px 0;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}
.p-game__schedule-select .select-options a:first-child {
  display: none;
}
.p-game__schedule-select .select-options a:nth-child(even)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.12);
  left: 0;
  top: 0;
}
.p-game__schedule-table {
  margin-bottom: 80px;
}
.p-game__schedule-table:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-game__schedule-table:last-child {
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-game__schedule-table {
    margin: 0 5.3333333333vw 12.6666666667vw;
    overflow: auto;
  }
}
.p-game__schedule-table ul {
  background: rgba(0, 0, 39, 0.5);
}
@media screen and (max-width: 767px) {
  .p-game__schedule-table ul {
    min-width: 233.3333333333vw;
  }
}
.p-game__schedule-table ul li {
  position: relative;
  width: 100%;
  display: table;
}
.p-game__schedule-table ul li .col {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1.32;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 9px 5px;
  letter-spacing: 0.1em;
}
.p-game__schedule-table ul li .col.section {
  width: 6.1%;
}
.p-game__schedule-table ul li .col.date {
  width: 9.2%;
}
.p-game__schedule-table ul li .col.date p {
  line-height: 1.6;
}
.p-game__schedule-table ul li .col.kickoff {
  width: 11.1%;
}
.p-game__schedule-table ul li .col.vs {
  width: 32%;
}
.p-game__schedule-table ul li .col.vs > * {
  display: inline-block;
  vertical-align: middle;
}
.p-game__schedule-table ul li .col.vs img {
  width: 25px;
}
.p-game__schedule-table ul li .col.vs p {
  width: 72%;
}
.p-game__schedule-table ul li .col.vs p .team {
  text-align: left;
  width: 60px;
  display: inline-block;
}
.p-game__schedule-table ul li .col.vs p .score {
  width: 25px;
  display: inline-block;
}
.p-game__schedule-table ul li .col.vs p .score + .team {
  padding-left: 5px;
}
.p-game__schedule-table ul li .col.homeaway {
  width: 10.8%;
}
.p-game__schedule-table ul li .col.stadium {
  width: 9.1%;
}
.p-game__schedule-table ul li .col.tv a {
  color: #E6FF2E;
}
.p-game__schedule-table ul li .col.ticket {
  width: 11%;
}
.p-game__schedule-table ul li .col.ticket .data {
  text-align: right;
  padding-right: 10px;
}
.p-game__schedule-table ul li.ttl {
  background: #E5EDF9 !important;
  color: #000F3A;
}
.p-game__schedule-table ul li.ttl .col {
  font-weight: 500;
}
.p-game__schedule-table ul li.ttl .col p {
  text-align: center;
}
.p-game__schedule-table ul li:nth-child(odd) {
  background: rgba(240, 247, 246, 0.07);
}
@media screen and (max-width: 767px) {
  .p-game__live .p-home__information-nav ul {
    margin: 10px auto;
  }
}
.p-game__live-h2 {
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-game__live-h2 {
    font-size: 8vw;
    line-height: 1.4;
    margin-bottom: 8.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-game__live .p-home__latest-list {
    padding-bottom: 8vw;
  }
}
.p-game__live .p-home__latest-item {
  max-width: 95rem;
}
@media screen and (max-width: 767px) {
  .p-game__live .p-home__latest-item {
    margin: 0 5.3333333333vw 8vw;
    padding: 0;
  }
}
.p-game__live .p-home__latest-schedule-date {
  text-align: center;
}
.p-game__live .p-home__latest-schedule-venue {
  max-width: 30rem;
  margin: 10px auto 40px;
}
@media screen and (max-width: 767px) {
  .p-game__live .p-home__latest-schedule-venue {
    margin: 10px auto 5.3333333333vw;
  }
}
.p-game__live-item {
  max-width: 95rem;
  margin: 0 auto 50px;
}
@media screen and (max-width: 767px) {
  .p-game__live-item {
    margin: 0 5.3333333333vw 8vw;
  }
}
.p-game__live-data_score {
  display: flex;
  justify-content: center;
}
.p-game__live-data_score li {
  width: 50%;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-game__live-data_score li {
    font-size: 3.4666666667vw;
  }
}
.p-game__live-data_score li .col {
  white-space: pre;
  margin-right: 20px;
}
.p-game__live-match {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-game__live-match {
    margin-bottom: 13.3333333333vw;
  }
}
.p-game__live-match:last-child {
  margin-bottom: 0;
}
.p-game__live-match_condition {
  display: flex;
  margin-bottom: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-game__live-match_condition {
    margin-bottom: 13.3333333333vw;
    display: block;
  }
}
.p-game__live-match_condition-list {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_condition-list {
    width: 100%;
  }
}
.p-game__live-match_condition-list li {
  display: table;
  width: 100%;
}
.p-game__live-match_condition-list li span {
  display: table-cell;
  padding: 13px;
  border-bottom: 1px solid #858585;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_condition-list li span {
    padding: 3.3333333333vw;
  }
}
.p-game__live-match_condition-list li span.item {
  width: 170px;
  background: #e5edf9;
  color: #000;
  border-right: none;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_condition-list li span.item {
    width: 36vw;
    font-size: 3.4666666667vw;
    vertical-align: middle;
  }
}
.p-game__live-match_condition-list li span.txt {
  font-weight: normal;
  border-left: none;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_condition-list li span.txt {
    font-size: 3.2vw;
    line-height: 1.4;
    vertical-align: middle;
  }
}
.p-game__live-match_condition-list li:last-child span {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_condition-list + .p-game__live-match_condition-list {
    border-top: 1px solid #858585;
  }
}
.p-game__live-match_member {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-game__live-match_member {
    max-width: 80rem;
    margin: 0 auto;
  }
}
.p-game__live-match_member .p-sub__contents-h3 {
  width: 100%;
}
.p-game__live-match_member-list {
  width: 48%;
}
.p-game__live-match_member-list .home_startingmember,
.p-game__live-match_member-list .away_startingmember,
.p-game__live-match_member-list .home_benchmember,
.p-game__live-match_member-list .away_benchmember,
.p-game__live-match_member-list .home_director,
.p-game__live-match_member-list .away_director {
  margin-bottom: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-game__live-match_member-list .home_startingmember,
.p-game__live-match_member-list .away_startingmember,
.p-game__live-match_member-list .home_benchmember,
.p-game__live-match_member-list .away_benchmember,
.p-game__live-match_member-list .home_director,
.p-game__live-match_member-list .away_director {
    margin-bottom: 6.6666666667vw;
  }
}
.p-game__live-match_member-list .home_startingmember li,
.p-game__live-match_member-list .away_startingmember li,
.p-game__live-match_member-list .home_benchmember li,
.p-game__live-match_member-list .away_benchmember li,
.p-game__live-match_member-list .home_director li,
.p-game__live-match_member-list .away_director li {
  display: table;
  width: 100%;
  padding: 15px 10px 15px 20px;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_member-list .home_startingmember li,
.p-game__live-match_member-list .away_startingmember li,
.p-game__live-match_member-list .home_benchmember li,
.p-game__live-match_member-list .away_benchmember li,
.p-game__live-match_member-list .home_director li,
.p-game__live-match_member-list .away_director li {
    font-size: 3.0666666667vw;
    padding: 2.6666666667vw 0 2.6666666667vw 1.3333333333vw;
  }
}
.p-game__live-match_member-list .home_startingmember li:nth-child(even),
.p-game__live-match_member-list .away_startingmember li:nth-child(even),
.p-game__live-match_member-list .home_benchmember li:nth-child(even),
.p-game__live-match_member-list .away_benchmember li:nth-child(even),
.p-game__live-match_member-list .home_director li:nth-child(even),
.p-game__live-match_member-list .away_director li:nth-child(even) {
  background: #222;
}
.p-game__live-match_member-list .home_startingmember li.ttl,
.p-game__live-match_member-list .away_startingmember li.ttl,
.p-game__live-match_member-list .home_benchmember li.ttl,
.p-game__live-match_member-list .away_benchmember li.ttl,
.p-game__live-match_member-list .home_director li.ttl,
.p-game__live-match_member-list .away_director li.ttl {
  background: #e5edf9;
  color: #000;
  text-align: center;
  padding: 5px 10px;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_member-list .home_startingmember li.ttl,
.p-game__live-match_member-list .away_startingmember li.ttl,
.p-game__live-match_member-list .home_benchmember li.ttl,
.p-game__live-match_member-list .away_benchmember li.ttl,
.p-game__live-match_member-list .home_director li.ttl,
.p-game__live-match_member-list .away_director li.ttl {
    padding: 2vw 2.6666666667vw;
  }
}
.p-game__live-match_member-list .home_startingmember li span,
.p-game__live-match_member-list .away_startingmember li span,
.p-game__live-match_member-list .home_benchmember li span,
.p-game__live-match_member-list .away_benchmember li span,
.p-game__live-match_member-list .home_director li span,
.p-game__live-match_member-list .away_director li span {
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_member-list .home_startingmember li span,
.p-game__live-match_member-list .away_startingmember li span,
.p-game__live-match_member-list .home_benchmember li span,
.p-game__live-match_member-list .away_benchmember li span,
.p-game__live-match_member-list .home_director li span,
.p-game__live-match_member-list .away_director li span {
    font-size: 2.6666666667vw;
  }
}
.p-game__live-match_member-list .home_startingmember li span.position, .p-game__live-match_member-list .home_startingmember li span.number,
.p-game__live-match_member-list .away_startingmember li span.position,
.p-game__live-match_member-list .away_startingmember li span.number,
.p-game__live-match_member-list .home_benchmember li span.position,
.p-game__live-match_member-list .home_benchmember li span.number,
.p-game__live-match_member-list .away_benchmember li span.position,
.p-game__live-match_member-list .away_benchmember li span.number,
.p-game__live-match_member-list .home_director li span.position,
.p-game__live-match_member-list .home_director li span.number,
.p-game__live-match_member-list .away_director li span.position,
.p-game__live-match_member-list .away_director li span.number {
  width: 50px;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_member-list .home_startingmember li span.position, .p-game__live-match_member-list .home_startingmember li span.number,
.p-game__live-match_member-list .away_startingmember li span.position,
.p-game__live-match_member-list .away_startingmember li span.number,
.p-game__live-match_member-list .home_benchmember li span.position,
.p-game__live-match_member-list .home_benchmember li span.number,
.p-game__live-match_member-list .away_benchmember li span.position,
.p-game__live-match_member-list .away_benchmember li span.number,
.p-game__live-match_member-list .home_director li span.position,
.p-game__live-match_member-list .home_director li span.number,
.p-game__live-match_member-list .away_director li span.position,
.p-game__live-match_member-list .away_director li span.number {
    width: 6.6666666667vw;
  }
}
.p-game__live-match_member-list .home_startingmember li span.change,
.p-game__live-match_member-list .away_startingmember li span.change,
.p-game__live-match_member-list .home_benchmember li span.change,
.p-game__live-match_member-list .away_benchmember li span.change,
.p-game__live-match_member-list .home_director li span.change,
.p-game__live-match_member-list .away_director li span.change {
  width: 50px;
  text-align: center;
  top: -8px;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_member-list .home_startingmember li span.change,
.p-game__live-match_member-list .away_startingmember li span.change,
.p-game__live-match_member-list .home_benchmember li span.change,
.p-game__live-match_member-list .away_benchmember li span.change,
.p-game__live-match_member-list .home_director li span.change,
.p-game__live-match_member-list .away_director li span.change {
    top: -1.3333333333vw;
    width: 6.6666666667vw;
  }
}
.p-game__live-match_member-list .home_startingmember li span.change .icon_out,
.p-game__live-match_member-list .away_startingmember li span.change .icon_out,
.p-game__live-match_member-list .home_benchmember li span.change .icon_out,
.p-game__live-match_member-list .away_benchmember li span.change .icon_out,
.p-game__live-match_member-list .home_director li span.change .icon_out,
.p-game__live-match_member-list .away_director li span.change .icon_out {
  position: relative;
  display: block !important;
}
.p-game__live-match_member-list .home_startingmember li span.change .icon_out::after,
.p-game__live-match_member-list .away_startingmember li span.change .icon_out::after,
.p-game__live-match_member-list .home_benchmember li span.change .icon_out::after,
.p-game__live-match_member-list .away_benchmember li span.change .icon_out::after,
.p-game__live-match_member-list .home_director li span.change .icon_out::after,
.p-game__live-match_member-list .away_director li span.change .icon_out::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_out.svg) no-repeat;
  width: 20px;
  height: 18px;
  top: -4px;
  background-size: 100%;
  background-position: top center;
  left: 47%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-game__live-match_member-list .home_startingmember li span.change .icon_out::after,
.p-game__live-match_member-list .away_startingmember li span.change .icon_out::after,
.p-game__live-match_member-list .home_benchmember li span.change .icon_out::after,
.p-game__live-match_member-list .away_benchmember li span.change .icon_out::after,
.p-game__live-match_member-list .home_director li span.change .icon_out::after,
.p-game__live-match_member-list .away_director li span.change .icon_out::after {
    width: 4vw;
  }
}
.p-game__live-match_member-list .home_startingmember li span.change .icon_in,
.p-game__live-match_member-list .away_startingmember li span.change .icon_in,
.p-game__live-match_member-list .home_benchmember li span.change .icon_in,
.p-game__live-match_member-list .away_benchmember li span.change .icon_in,
.p-game__live-match_member-list .home_director li span.change .icon_in,
.p-game__live-match_member-list .away_director li span.change .icon_in {
  position: relative;
  display: block !important;
}
.p-game__live-match_member-list .home_startingmember li span.change .icon_in::after,
.p-game__live-match_member-list .away_startingmember li span.change .icon_in::after,
.p-game__live-match_member-list .home_benchmember li span.change .icon_in::after,
.p-game__live-match_member-list .away_benchmember li span.change .icon_in::after,
.p-game__live-match_member-list .home_director li span.change .icon_in::after,
.p-game__live-match_member-list .away_director li span.change .icon_in::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_in.svg) no-repeat;
  width: 20px;
  height: 18px;
  top: -4px;
  background-size: 100%;
  background-position: top center;
  left: 47%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-game__live-match_member-list .home_startingmember li span.change .icon_in::after,
.p-game__live-match_member-list .away_startingmember li span.change .icon_in::after,
.p-game__live-match_member-list .home_benchmember li span.change .icon_in::after,
.p-game__live-match_member-list .away_benchmember li span.change .icon_in::after,
.p-game__live-match_member-list .home_director li span.change .icon_in::after,
.p-game__live-match_member-list .away_director li span.change .icon_in::after {
    width: 4vw;
  }
}
.p-game__live-match_member-list .home_director,
.p-game__live-match_member-list .away_director {
  margin-bottom: 0;
  text-align: center;
}
.p-game__live-match_member-list .home_director li,
.p-game__live-match_member-list .away_director li {
  padding: 15px 10px;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_member-list .home_director li,
.p-game__live-match_member-list .away_director li {
    padding: 2.6666666667vw 0;
  }
}
@media screen and (min-width: 768px) {
  .p-game__live-match_report {
    max-width: 80rem;
    margin: 0 auto;
  }
}
.p-game__live-match_report-list .timeline li {
  display: table;
  width: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.p-game__live-match_report-list .timeline li:first-child {
  border: none;
}
.p-game__live-match_report-list .timeline li:first-child span {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_report-list .timeline li:first-child span {
    padding: 10px 0;
    font-size: 4.8vw;
  }
}
.p-game__live-match_report-list .timeline li:nth-child(2) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.p-game__live-match_report-list .timeline li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.p-game__live-match_report-list .timeline li:nth-child(even) {
  background: #222;
}
.p-game__live-match_report-list .timeline li > * {
  display: table-cell;
  padding: 10px;
  vertical-align: middle;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_report-list .timeline li > * {
    font-size: 2.9333333333vw;
    padding: 2.6666666667vw 1.3333333333vw;
  }
}
.p-game__live-match_report-list .timeline li span.name {
  width: 27%;
  text-align: right;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_report-list .timeline li span.name {
    width: 26.6666666667vw;
  }
}
.p-game__live-match_report-list .timeline li span.name.away {
  text-align: left;
}
.p-game__live-match_report-list .timeline li span.icon {
  width: 40px;
  top: 0;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_report-list .timeline li span.icon {
    width: 6.6666666667vw;
  }
}
.p-game__live-match_report-list .timeline li span.icon .icon_out {
  position: relative;
  display: block !important;
  height: 15px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_report-list .timeline li span.icon .icon_out {
    height: 2.6666666667vw;
  }
}
.p-game__live-match_report-list .timeline li span.icon .icon_out::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_out.svg) no-repeat;
  width: 20px;
  height: 18px;
  top: -4px;
  background-size: 100%;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_report-list .timeline li span.icon .icon_out::after {
    width: 4vw;
  }
}
.p-game__live-match_report-list .timeline li span.icon .icon_in {
  position: relative;
  display: block !important;
  height: 15px;
  width: 20px;
}
.p-game__live-match_report-list .timeline li span.icon .icon_in::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_in.svg) no-repeat;
  width: 20px;
  height: 18px;
  top: 2px;
  background-size: 100%;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_report-list .timeline li span.icon .icon_in::after {
    width: 4vw;
  }
}
.p-game__live-match_report-list .timeline li span.icon .icon_goal {
  position: relative;
  display: block !important;
  height: 18px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_report-list .timeline li span.icon .icon_goal {
    width: 3.7333333333vw;
    height: 3.4666666667vw;
  }
}
.p-game__live-match_report-list .timeline li span.icon .icon_goal::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_goal.svg) no-repeat;
  width: 20px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_report-list .timeline li span.icon .icon_goal::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.p-game__live-match_report-list .timeline li span.icon .icon_red {
  position: relative;
  display: block !important;
  height: 19px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_report-list .timeline li span.icon .icon_red {
    width: 3.7333333333vw;
    height: 3.4666666667vw;
    margin-top: 2px;
  }
}
.p-game__live-match_report-list .timeline li span.icon .icon_red::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_red.svg) no-repeat;
  width: 20px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_report-list .timeline li span.icon .icon_red::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.p-game__live-match_report-list .timeline li span.icon .icon_yellow {
  position: relative;
  display: block !important;
  height: 19px;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_report-list .timeline li span.icon .icon_yellow {
    width: 3.7333333333vw;
    height: 3.4666666667vw;
    margin-top: 2px;
  }
}
.p-game__live-match_report-list .timeline li span.icon .icon_yellow::after {
  content: "";
  position: absolute;
  background: url(../img/common/icon_yellow.svg) no-repeat;
  width: 20px;
  height: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-size: 100%;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_report-list .timeline li span.icon .icon_yellow::after {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
  }
}
.p-game__live-match_report-list .timeline li span.icon img {
  display: block;
}
.p-game__live-match_report-list .timeline li span.time {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-game__live-match_data {
    max-width: 80rem;
    margin: 0 auto;
  }
}
.p-game__live-match_data-list .sresult {
  width: 100%;
}
.p-game__live-match_data-list .sresult th,
.p-game__live-match_data-list .sresult td {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_data-list .sresult th,
.p-game__live-match_data-list .sresult td {
    font-size: 2.9333333333vw;
    padding: 2.6666666667vw 2vw;
  }
}
.p-game__live-match_data-list .sresult th {
  background: rgba(255, 255, 255, 0.15);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_data-list .sresult th {
    font-size: 3.2vw;
  }
}
.p-game__live-match_data-list .sresult td.col {
  width: 50%;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_data-list .sresult td.col {
    width: 33.3333333333vw;
  }
}
.p-game__live-match_data-list .sresult td.item {
  min-width: 150px;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .p-game__live-match_data-list .sresult td.item {
    min-width: 22.6666666667vw;
    width: 22.6666666667vw;
  }
}
.p-game__live-review-item {
  max-width: 95rem;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item {
    margin: 0 5.3333333333vw 13.3333333333vw;
  }
}
.p-game__live-review-item:last-child {
  margin-bottom: 0;
}
.p-game__live-review-item figure {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item figure {
    width: 53.3333333333vw;
    margin: 0 auto 6.6666666667vw;
  }
}
.p-game__live-review-item_box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 20px 35px;
  margin: 80px auto 60px;
  border-right: 1px solid #C90000;
  border-left: 1px solid #C90000;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_box {
    flex-direction: inherit;
    align-items: center;
    padding: 5.3333333333vw 6.6666666667vw 0;
    margin: 16vw auto 6.6666666667vw;
  }
}
.p-game__live-review-item_box::before {
  content: "";
  position: absolute;
  background: url(../img/game/review/bg-box-top.png) no-repeat;
  background-size: 100%;
  width: 950px;
  height: 42px;
  left: -1px;
  top: -42px;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_box::before {
    background: url(../img/game/review/bg-box-top-sp.png) no-repeat;
    background-size: 100%;
    width: 100.5%;
    height: 58px;
    top: -6.2666666667vw;
  }
}
.p-game__live-review-item_box::after {
  content: "";
  position: absolute;
  background: url(../img/game/review/bg-box-bottom.png) no-repeat;
  background-size: 100% 100%;
  width: 950px;
  height: 25px;
  left: -1px;
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_box::after {
    background: url(../img/game/review/bg-box-bottom-sp.png) no-repeat;
    background-size: 100%;
    width: 100.5%;
    height: 11.3333333333vw;
    bottom: -8.6666666667vw;
  }
}
.p-game__live-review-item_box .sttl {
  position: absolute;
  left: 25px;
  top: -40px;
  width: auto;
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  color: #C90000;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_box .sttl {
    top: -5.6vw;
    font-size: 2.6666666667vw;
    left: 4vw;
  }
}
.p-game__live-review-item_box .manager-name {
  font-size: 4rem;
  line-height: 1.6;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_box .manager-name {
    width: 47%;
    font-size: 4vw;
    text-align: center;
    margin: -6.6666666667vw 0 0;
  }
}
.p-game__live-review-item_box .manager-name span {
  font-size: 2rem;
  font-weight: bold;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 20px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_box .manager-name span {
    font-size: 2vw;
    margin-left: 0;
    display: block;
  }
}
.p-game__live-review-item_box figure {
  width: 38%;
  margin-top: -170px;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_box figure {
    margin: -14.6666666667vw auto 0;
    width: 34.6666666667vw;
    height: 31.3333333333vw;
    overflow: hidden;
    /*&::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 20px;
      bottom: 0;
      background: linear-gradient(to bottom, transparent, $black);
      z-index: 1;
    }*/
  }
}
.p-game__live-review-item_box .txt {
  width: 60.75%;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_box .txt {
    width: 100%;
    margin-top: 20px;
  }
}
.p-game__live-review-item_box p {
  width: 100%;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_box p {
    font-size: 3.4666666667vw;
  }
}
.p-game__live-review-item_player {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 45px;
  margin: 80px auto 60px;
  border-right: 1px solid #C90000;
  border-left: 1px solid #C90000;
  padding-top: 25px;
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_player {
    padding: 5.3333333333vw 0 0 4vw;
    flex-wrap: inherit;
    margin: 11.3333333333vw 0 8vw;
  }
}
.p-game__live-review-item_player::before {
  content: "";
  position: absolute;
  background: url(../img/game/review/bg-box-top.png) no-repeat;
  background-size: 100%;
  width: 950px;
  height: 42px;
  left: -1px;
  top: -42px;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_player::before {
    background: url(../img/game/review/bg-box-top-sp.png) no-repeat;
    background-size: 100%;
    width: 100.5%;
    height: 58px;
    top: -6.2666666667vw;
  }
}
.p-game__live-review-item_player::after {
  content: "";
  position: absolute;
  background: url(../img/game/review/bg-box-bottom.png) no-repeat;
  background-size: 100% 100%;
  width: 950px;
  height: 25px;
  left: -1px;
  bottom: -25px;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_player::after {
    background: url(../img/game/review/bg-box-bottom-sp.png) no-repeat;
    background-size: 100%;
    width: 100.5%;
    height: 11.3333333333vw;
    bottom: -11.3333333333vw;
  }
}
.p-game__live-review-item_player .sttl {
  position: absolute;
  left: 40px;
  top: -40px;
  width: auto;
  font-size: 2rem;
  font-weight: bold;
  font-style: italic;
  color: #C90000;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_player .sttl {
    top: -5.6vw;
    font-size: 2.6666666667vw;
    left: 5.0666666667vw;
  }
}
.p-game__live-review-item_player figure {
  width: 38rem;
  height: 26.4rem;
  margin-top: -10rem;
  overflow: hidden;
  margin-bottom: 0;
  height: 26.4rem;
  margin-top: -15rem;
  transform: translateY(25px);
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_player figure {
    width: 56vw;
    height: 30.6666666667vw;
    margin: -12vw 0 -2.6666666667vw;
    transform: unset;
  }
}
.p-game__live-review-item_player .player-info {
  display: flex;
  width: 57%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_player .player-info {
    width: 74.6666666667vw;
    white-space: inherit;
    padding: 0;
    align-items: center;
    margin-bottom: 20px;
  }
}
.p-game__live-review-item_player .player-position {
  margin-right: 70px;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_player .player-position {
    margin-right: 4vw;
    width: 17.3333333333vw;
    min-width: 16.3333333333vw;
  }
}
.p-game__live-review-item_player .player-position img {
  height: 7.2rem;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_player .player-position img {
    height: 8.8vw;
  }
}
.p-game__live-review-item_player .player-name {
  font-size: 4rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_player .player-name {
    font-size: 4vw;
    white-space: nowrap;
  }
}
.p-game__live-review-item_player .player-name .en {
  font-size: 2rem;
  display: block;
  font-weight: bold;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_player .player-name .en {
    font-size: 2vw;
  }
}
.p-game__live-review-item_player .player-number {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_player .player-number {
    margin-left: 4vw;
    min-width: 7.3333333333vw;
    text-align: center;
  }
}
.p-game__live-review-item_player .player-number img {
  height: 7.7rem;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-item_player .player-number img {
    height: 7.3333333333vw;
  }
}
.p-game__live-review-txt {
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-txt {
    margin-bottom: 9.3333333333vw;
  }
}
.p-game__live-review-txt .p-sub__contents-h5 {
  text-indent: -2.2rem;
  margin-left: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-txt .p-sub__contents-h5 {
    font-size: 4vw;
    text-indent: -4vw;
    margin-left: 4vw;
    line-height: 1.6;
  }
}
.p-game__live-review-txt p {
  font-weight: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-txt p {
    font-size: 3.4666666667vw;
  }
}
.p-game__live-review-txt + .p-game__live-review-item_player {
  margin-top: 160px;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-txt + .p-game__live-review-item_player {
    margin-top: 22.6666666667vw;
  }
}
.p-game__live-review-slide {
  padding: 0 8%;
  overflow: hidden;
}
.p-game__live-review-slide .swiper-container {
  overflow: hidden;
}
.p-game__live-review-slide img {
  width: 100%;
}
.p-game__live-review-slide-arrow.swiper-button-prev {
  width: 2.7rem;
  height: 4rem;
  margin-top: -2rem;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .p-game__live-review-slide-arrow.swiper-button-prev {
    left: 0;
    width: 4vw;
    height: 6.6666666667vw;
    margin: -3.3333333333vw 0 0;
  }
}
.p-game__live-review-slide-arrow.swiper-button-prev::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-slide-arrow.swiper-button-prev::after {
    width: 4vw;
    height: 4vw;
  }
}
.p-game__live-review-slide-arrow.swiper-button-next {
  width: 2.7rem;
  height: 4rem;
  margin-top: -2rem;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-slide-arrow.swiper-button-next {
    right: 0;
    width: 4vw;
    height: 6.6666666667vw;
    margin: -3.3333333333vw 0 0;
  }
}
.p-game__live-review-slide-arrow.swiper-button-next::after {
  content: "";
  display: block;
  width: 2.7rem;
  height: 2.7rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1rem;
  margin: auto 0;
}
@media screen and (max-width: 767px) {
  .p-game__live-review-slide-arrow.swiper-button-next::after {
    width: 4vw;
    height: 4vw;
  }
}

.live-marche_shop-name {
  color: #C90000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 3px;
  text-indent: -1.1em;
  padding-left: 1.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .live-marche_shop-name {
    font-size: 22px;
    margin-bottom: 8px;
  }
}
.live-marche_shop-name span {
  line-height: 29px;
  color: #fff;
  background-color: #C90000;
  border-radius: 50%;
  width: 23px;
  line-height: 23px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin-right: 2px;
  text-indent: 0;
}
@media screen and (max-width: 767px) {
  .live-marche_shop-name span {
    width: 22px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    margin-right: 2px;
  }
}
@media screen and (max-width: 767px) {
  .live-marche_shop-desc {
    font-size: 14px;
    margin-bottom: 10px;
    min-height: initial;
  }
  .live-marche_shop-price {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .live-marche_box {
    width: 100%;
    padding: 4%;
  }
  .live-marche_box .btnWrap a {
    padding: 5px;
  }
  .live-marche_imgWrap img {
    width: 100%;
  }
}
.live-marche_modal {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.live-marche_modal-bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.live-marche_modal-content {
  background: #fff;
  left: 50%;
  padding: 40px 40px 30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 930px;
  min-width: 300px;
  max-height: 85%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .live-marche_modal-content {
    width: 85%;
    max-height: 80%;
    top: 50%;
    padding: 5.3333333333vw;
  }
}
.live-marche_modal-contentInner {
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .live-marche_modal-contentInner {
    max-height: 500px;
  }
}
.live-marche_modal-boxWrap {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.live-marche_modal-boxWrap::after {
  content: "";
  display: block;
  width: 32%;
}
.live-marche_modal-box {
  display: flex;
  flex-direction: column;
  color: #000;
  width: 32%;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .live-marche_modal-box {
    width: 100%;
  }
}
.live-marche_modal-box p {
  line-height: 1.25;
}

.js-modal-close-btn {
  color: #000;
  font-size: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-decoration: none;
  font-weight: 700;
  line-height: 1;
}
.fixed-bg {
  position: fixed;
  width: 100%;
}

.p-sub.base-white {
  /*.l-header__links {
      > li {
          > button {
              &::after {
                  color: $primary-color;
              }

              span {
                  background: $primary-color;

                  &::before,
                  &::after {
                      background: $primary-color;
                  }
              }

              &.nav-open {
                  span {
                      &::before,
                      &::after {
                          background: $white;
                      }
                  }
              }
          }
      }
  }*/
}
.p-sub.base-white .l-main {
  background: #fff;
  color: #000;
}
.p-sub.base-white .l-main .color-yellow {
  color: #ef771f;
}
.p-sub.base-white .l-main .p-home__information-nav a {
  color: #ef771f;
}
.p-sub.base-white .l-main .p-game__info-tab__nav li a {
  color: #fff;
}
.p-sub.base-white .l-main .p-game__info-tab__nav li a:hover {
  color: #C90000;
}
.p-sub.base-white .l-main .p-game__info-tab__nav .active a {
  /*color: $black;*/
  border-color: #ef771f;
}
.p-sub.base-white .l-main .p-game__info-tab__nav .active a::before {
  background: #ef771f;
}
.p-sub.base-white .l-main .p-game__info-tab__nav .active a:hover {
  color: #ef771f;
}
.p-sub.base-white .l-main .p-sub__contents-btn-more02 {
  color: #000;
  border-color: #000;
}
.p-sub.base-white .l-main .p-sub__contents-btn-more02::before {
  background: #000;
}
.p-sub.base-white .l-main .p-sub__contents-btn-more02 span::before, .p-sub.base-white .l-main .p-sub__contents-btn-more02 span::after {
  border-color: #000;
}
.p-sub.base-white .l-main .p-sub__contents-btn-more02:hover {
  color: #fff;
}
.p-sub.base-white .l-main .p-sub__contents-btn-more02:hover span::before, .p-sub.base-white .l-main .p-sub__contents-btn-more02:hover span::after {
  border-color: #fff;
}
.p-sub.base-white .l-main .p-sub__contents-table table tr th, .p-sub.base-white .l-main .p-sub__contents-table table tr td {
  border-color: #999;
}
.p-sub.base-white .l-main .c-row--md-4.c-row--m > .c-row__col {
  border: 1px solid #000;
}
.p-sub.base-white .l-main .p-sub__contents-border {
  border-color: #000;
}
.p-sub .l-main {
  padding-top: 110px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-sub .l-main {
    padding-top: 20vw;
    padding-bottom: 6.6666666667vw;
  }
}
.p-sub.p-game__top .l-main {
  padding-top: 0;
}
.p-sub.p-home .p-home__information {
  padding-top: 0;
}
.p-sub.p-home .p-home__latest {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-sub.p-home .p-home__latest {
    padding-top: 18.6666666667vw;
  }
}
.p-sub__girapark {
  background-image: url(../img/scholl/girapark_bg.png);
  background-position: center 35%;
  background-repeat: no-repeat;
  background-size: 105%;
}
@media screen and (max-width: 767px) {
  .p-sub__girapark {
    background-position: center 50%;
  }
}
.p-sub__girapark-top {
  background-image: url(../img/scholl/girapark_bg_top.png);
  background-position: center 75%;
  background-size: 105%;
}
@media screen and (max-width: 767px) {
  .p-sub__girapark-top {
    background-position: center 50%;
  }
}
.p-sub__girapark-top .p-home__information-image li {
  width: 27.6rem;
}
@media screen and (max-width: 767px) {
  .p-sub__girapark-top .p-home__information-image li {
    width: 33.5rem;
  }
}
.p-sub__girapark-top .p-home__information-image-item {
  width: 27.6rem;
}
@media screen and (max-width: 767px) {
  .p-sub__girapark-top .p-home__information-image-item {
    width: 33.5rem;
  }
}
.p-sub__girapark-top .p-home__information-image-item figure img {
  width: 27.6rem;
}
@media screen and (max-width: 767px) {
  .p-sub__girapark-top .p-home__information-image-item figure img {
    width: 33.5rem;
  }
}
.p-sub__girapark-top .p-home__information-image-item .p-home__information-date {
  color: #ccc;
  line-height: 1.3 !important;
}
.p-sub__girapark .l-main {
  padding-bottom: 0;
}
.p-sub__girapark .c-bg--darkglay {
  background: #222;
  padding: 50px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-sub__girapark .c-bg--darkglay {
    padding: 4vw 0 6.6666666667vw;
  }
}
.p-sub__girapark .p-sub__contents-table table {
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .p-sub__girapark .p-sub__contents-table table tr th {
    padding: 28px 8px;
  }
}
@media screen and (min-width: 768px) {
  .p-sub__girapark .p-sub__contents-table table.table-padding-s tr th {
    padding: 15px 8px;
  }
}
.p-sub__girapark .p-sub__contents-ol > li {
  margin-bottom: 0;
}
.p-sub__girapark iframe[src^="https://labola.jp"] {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-sub__girapark .p-game__info-tab__nav li + :nth-child(3) {
    margin-left: 0;
  }
  .p-sub__girapark .p-game__info-tab__nav li + :nth-child(2) {
    margin-right: 0;
  }
  .p-sub__girapark .p-game__info-tab__nav.u-margin__bottom-xs {
    margin-bottom: 0 !important;
  }
}
.p-sub .color-red {
  color: #BE1C27;
}
.p-sub .color-yellow {
  color: #E5FC47;
}
.p-sub__index .l-main {
  padding-bottom: 0;
}
.p-sub__index .p-sub__contents {
  margin-bottom: 0;
  padding: 5rem 2rem 6rem;
}
.p-sub__index .p-sub__contents:nth-child(2n) {
  background: #2D2F2D;
}
.p-sub__index .p-sub__contents .p-sub__contents-h3 {
  font-size: 4.8rem;
  font-weight: normal;
  font-style: inherit;
}
.p-sub__index .p-sub__contents .p-sub__contents-btn {
  margin-top: 3rem;
}
.p-sub__contents {
  padding: 0 2rem;
  margin-bottom: 95px;
}
@media screen and (max-width: 767px) {
  .p-sub__contents {
    margin-bottom: 12.6666666667vw;
  }
}
.p-sub__contents.p-home__information {
  margin-bottom: 0;
}
.p-sub__contents p {
  font-size: 1.5rem;
  line-height: 1.86;
}
@media screen and (max-width: 767px) {
  .p-sub__contents p {
    font-size: 3.7333333333vw;
  }
}
.p-sub__contents .ph img {
  width: 100%;
}
.p-sub__contents-item {
  max-width: 880px;
  margin: 0 auto;
  font-weight: 400;
}
.p-sub__contents-item + .p-sub__contents-item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-item + .p-sub__contents-item {
    margin-top: 8vw;
  }
}
.p-sub__contents-item .p-home__information-category {
  display: inline-block;
}
.p-sub__contents-item .newstextWrapper .cms_text p img {
  display: block;
  margin: 0 auto;
}
.p-sub__contents-h2 {
  text-align: center;
  line-height: 1.4;
  font-style: italic;
  margin-bottom: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-h2 {
    margin-bottom: 2.5rem;
  }
}
.p-sub__contents-h2 span:first-child {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 5.9rem;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-h2 span:first-child {
    font-size: 4.3rem;
  }
}
.p-sub__contents-h2 span:last-child {
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-h2 span:last-child {
    font-size: 1.4rem;
    margin-top: -0.1rem;
  }
}
.p-sub__contents-h2 span:last-child::before, .p-sub__contents-h2 span:last-child::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 5rem;
  background: #fff;
  opacity: 0.5;
  vertical-align: 0.5rem;
  margin: 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-h2 span:last-child::before, .p-sub__contents-h2 span:last-child::after {
    width: 4.4rem;
  }
}
.p-sub__contents-h3 {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-h3 {
    font-size: 7.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-sub__contents-h3 span {
  display: block;
  font-size: 1.5rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-h3 span {
    font-size: 3.4666666667vw;
  }
}
.p-sub__contents-h4 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-h4 {
    font-size: 4.8vw;
  }
}
.p-sub__contents-h5 {
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-h5 {
    font-size: 4.2666666667vw;
  }
}
.p-sub__contents-textlink {
  color: #C90000;
  text-decoration: underline !important;
}
.p-sub__contents-textlink:hover {
  text-decoration: none !important;
}
.p-sub__contents-btn {
  text-align: center;
}
.p-sub__contents-btn-more {
  max-width: 89px;
  margin: 0 auto;
  display: block;
  padding: 0 7px;
  font-size: 1.3rem;
  letter-spacing: 0.016em;
  color: #fff;
  border: 1px solid #fff;
  box-sizing: border-box;
  text-align: left;
}
.p-sub__contents-btn-more::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.p-sub__contents-btn-more span {
  display: block;
}
.p-sub__contents-btn-more span::before {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 1px;
  background: #fff;
}
.p-sub__contents-btn-more span::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 9px;
  background: #fff;
}
.p-sub__contents-btn-more:hover {
  background: none;
  opacity: 1;
  color: #000;
}
.p-sub__contents-btn-more:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-sub__contents-btn-more:hover span::before, .p-sub__contents-btn-more:hover span::after {
  background: #000;
}
.p-sub__contents-btn-more.color-red {
  color: #fff;
  background: #BE1C27;
  border-color: #BE1C27;
}
.p-sub__contents-btn-more.color-red::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #BE1C27;
  transform-origin: left top;
  transform: scale(1, 1);
  transition: transform 0.3s;
}
.p-sub__contents-btn-more.color-red span::before, .p-sub__contents-btn-more.color-red span::after {
  background: #fff;
}
.p-sub__contents-btn-more.color-red:hover {
  background: none;
  opacity: 1;
  color: #BE1C27;
}
.p-sub__contents-btn-more.color-red:hover::before {
  transform-origin: right top;
  transform: scale(0, 1);
}
.p-sub__contents-btn-more.color-red:hover span::before, .p-sub__contents-btn-more.color-red:hover span::after {
  background: #BE1C27;
}
.p-sub__contents-btn-more.border-red {
  border-color: #BE1C27;
  color: #BE1C27;
}
.p-sub__contents-btn-more.border-red::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #BE1C27;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.p-sub__contents-btn-more.border-red span::before, .p-sub__contents-btn-more.border-red span::after {
  background: #BE1C27;
}
.p-sub__contents-btn-more.border-red:hover {
  background: none;
  opacity: 1;
  color: #fff;
}
.p-sub__contents-btn-more.border-red:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-sub__contents-btn-more.border-red:hover span::before, .p-sub__contents-btn-more.border-red:hover span::after {
  background: #fff;
}
.p-sub__contents-btn-more02 {
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.15em;
  padding-bottom: 0.1rem;
  transform: skewX(-18deg);
  transition: none;
  margin: 1rem auto 0;
  background: none;
  line-height: 1.86;
  border: 1px solid #fff;
  padding: 5px 10px;
  min-width: 35rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-btn-more02 {
    min-width: inherit;
    width: 90%;
    font-size: 3.4666666667vw;
  }
}
.p-sub__contents-btn-more02::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.p-sub__contents-btn-more02 span {
  display: block;
  transform: skewX(18deg);
  padding: 0 30px;
}
.p-sub__contents-btn-more02 span::before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  right: 1.5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 0.5rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: transform 0.3s;
}
.p-sub__contents-btn-more02 span::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  right: 1.5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: transform 0.3s;
}
.p-sub__contents-btn-more02:hover {
  color: #000;
  opacity: 1;
}
.p-sub__contents-btn-more02:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-sub__contents-btn-more02:hover span::before, .p-sub__contents-btn-more02:hover span::after {
  border-color: #000;
}
.p-sub__contents-btn-more03 {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.15em;
  padding-bottom: 0.1rem;
  transform: skewX(-18deg);
  transition: none;
  width: 17.3rem;
  margin: 0 auto;
  background: none;
  line-height: 1.86;
  border: 1px solid #fff;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-btn-more03 {
    width: 90%;
    font-size: 3.4666666667vw;
  }
}
.p-sub__contents-btn-more03::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.p-sub__contents-btn-more03 span {
  display: block;
  transform: skewX(18deg);
}
.p-sub__contents-btn-more03 span::before {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 1px;
  background: #fff;
}
.p-sub__contents-btn-more03 span::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 9px;
  background: #fff;
}
.p-sub__contents-btn-more03:hover {
  color: #000;
  opacity: 1;
}
.p-sub__contents-btn-more03:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-sub__contents-btn-more03:hover span::before, .p-sub__contents-btn-more03:hover span::after {
  background: #000;
}
.p-sub__contents-btn-more03.border-red {
  border-color: #BE1C27;
  color: #BE1C27;
}
.p-sub__contents-btn-more03.border-red::before {
  background: #BE1C27;
}
.p-sub__contents-btn-more03.border-red span::before, .p-sub__contents-btn-more03.border-red span::after {
  background: #BE1C27;
}
.p-sub__contents-btn-more03.border-red:hover span {
  color: #fff;
}
.p-sub__contents-btn-more03.border-red:hover span::before, .p-sub__contents-btn-more03.border-red:hover span::after {
  background: #fff;
}
.p-sub__contents-btn-more03.border-yellow {
  border-color: #E5FC47;
  color: #E5FC47;
}
.p-sub__contents-btn-more03.border-yellow::before {
  background: #E5FC47;
}
.p-sub__contents-btn-more03.border-yellow span::before, .p-sub__contents-btn-more03.border-yellow span::after {
  background: #E5FC47;
}
.p-sub__contents-btn-more03.border-yellow:hover span {
  color: #000;
}
.p-sub__contents-btn-more03.border-yellow:hover span::before, .p-sub__contents-btn-more03.border-yellow:hover span::after {
  background: #000;
}
.p-sub__contents-btn-more04 {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.15em;
  padding-bottom: 0.1rem;
  transform: skewX(-18deg);
  transition: none;
  width: 32rem;
  margin: 0 auto;
  background: none;
  line-height: 1.86;
  border: 1px solid #fff;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-btn-more04 {
    width: 90%;
    font-size: 3.4666666667vw;
  }
}
.p-sub__contents-btn-more04::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.p-sub__contents-btn-more04 span {
  display: block;
  transform: skewX(18deg);
}
.p-sub__contents-btn-more04 span::after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  right: 1.5rem;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 0.3rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: transform 0.3s;
}
.p-sub__contents-btn-more04:hover {
  color: #000;
  opacity: 1;
}
.p-sub__contents-btn-more04:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-sub__contents-btn-more04:hover span::before, .p-sub__contents-btn-more04:hover span::after {
  border-color: #000;
}
.p-sub__contents-btn-more04.border-red {
  border-color: #BE1C27;
  color: #BE1C27;
}
.p-sub__contents-btn-more04.border-red::before {
  background: #BE1C27;
}
.p-sub__contents-btn-more04.border-red span::after {
  border-color: #BE1C27;
}
.p-sub__contents-btn-more04.border-red:hover span {
  color: #fff;
}
.p-sub__contents-btn-more04.border-red:hover span::before, .p-sub__contents-btn-more04.border-red:hover span::after {
  border-color: #fff;
}
.p-sub__contents-btn-more04.border-yellow {
  border-color: #E5FC47;
  color: #E5FC47;
}
.p-sub__contents-btn-more04.border-yellow::before {
  background: #E5FC47;
}
.p-sub__contents-btn-more04.border-yellow span::after {
  border-color: #E5FC47;
}
.p-sub__contents-btn-more04.border-yellow:hover span {
  color: #000;
}
.p-sub__contents-btn-more04.border-yellow:hover span::before, .p-sub__contents-btn-more04.border-yellow:hover span::after {
  border-color: #000;
}
.p-sub__contents-btn-text {
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-btn-text {
    font-size: 3.7333333333vw;
  }
}
.p-sub__contents-btn-text span {
  display: inline-block;
}
.p-sub__contents-btn-text span::before {
  content: "";
  position: absolute;
  right: -6px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.p-sub__contents-btn-text span::after {
  content: "";
  position: absolute;
  right: -12px;
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.p-sub__contents-ul > li {
  margin: 0 0 15px;
  padding-left: 18px;
  font-size: 1.5rem;
}
.p-sub__contents-ul > li::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #fff;
  border-radius: 50px;
  left: 0;
  top: 10px;
}
.p-sub__contents-ul > li li {
  font-size: 1.4rem;
}
.p-sub__contents-ol {
  counter-reset: number;
}
.p-sub__contents-ol > li {
  margin: 0 0 15px;
  padding: 0 0 0 30px;
  word-wrap: break-word;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-ol > li {
    padding-left: 8vw;
  }
}
.p-sub__contents-ol > li::before {
  counter-increment: number;
  content: counter(number) ".";
  display: block;
  position: absolute;
  left: 0;
  margin: 0;
  text-align: center;
  font-size: 1.5rem;
  width: 25px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-ol > li::before {
    font-size: 3.8666666667vw;
    width: 6.6666666667vw;
  }
}
.p-sub__contents-ol > li li {
  font-size: 1.4rem;
}
.p-sub__contents-table {
  margin: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-table {
    overflow: auto;
  }
}
.p-sub__contents-table table {
  width: 100%;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-table table {
    min-width: 750px;
  }
}
.p-sub__contents-table table tr th {
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
  padding: 8px;
  line-height: 1.18;
}
.p-sub__contents-table table tr td {
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  padding: 12px 8px;
  line-height: 1.48;
}
.p-sub__contents-border {
  border: 1px solid #fff;
  padding: 15px;
}
.p-sub__contents-border dt {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-border dt {
    font-size: 4.8vw;
  }
}
.p-sub__contents-border dd {
  font-size: 1.4rem;
  line-height: 1.9;
}
.p-sub__contents-note dt {
  font-size: 1.7rem;
  font-weight: normal;
  text-align: center;
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-note dt {
    font-size: 4vw;
  }
}
.p-sub__contents-note dd {
  font-size: 1.5rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-sub__contents-note dd {
    font-size: 3.4666666667vw;
  }
}
.p-sub__contents-note dd [data-device=sp] {
  display: inline-block !important;
}
.p-sub__contents-note dd span {
  border-top: 1px solid #6D6D6D;
  display: inline-block;
  padding-top: 5px;
}
.p-sub__contents .c-row__col figure {
  margin-bottom: 10px;
}
.p-sub__contents .c-row__col p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-sub__contents .c-row__col p {
    font-size: 3.4666666667vw;
  }
}
.p-sub__schedule .p-home__information-nav.nav-arrow li:nth-child(2)::before, .p-sub__schedule .p-home__information-nav.nav-arrow li:last-child::before {
  display: none;
}
.p-sub__schedule .p-home__information-nav .nav-arrow-l {
  margin-right: 10px;
}
.p-sub__schedule .p-home__information-nav .nav-arrow-l a {
  display: block;
  width: 30px;
  height: 30px;
}
.p-sub__schedule .p-home__information-nav .nav-arrow-l a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) scale(-1);
  left: 8px;
  top: 8px;
}
.p-sub__schedule .p-home__information-nav .nav-arrow-r {
  margin-left: 10px;
}
.p-sub__schedule .p-home__information-nav .nav-arrow-r a {
  display: block;
  width: 30px;
  height: 30px;
}
.p-sub__schedule .p-home__information-nav .nav-arrow-r a::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 8px;
  top: 8px;
}
.p-sub__schedule .l-main__title-l {
  letter-spacing: 0.1em;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .p-sub__schedule .p-home__information-nav li + li:nth-child(5)::before {
    display: inline-block;
  }
  .p-sub__schedule-contents {
    padding: 0 5.3333333333vw;
  }
}
.p-sub__schedule-contents + .p-sub__schedule-contents {
  margin-top: 100px;
}
.p-sub__schedule-table {
  max-width: 88rem;
  margin: 0 auto;
}
.p-sub__schedule-table table {
  width: 100%;
}
.p-sub__schedule-table th {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px;
  font-weight: 500;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-sub__schedule-table th {
    font-size: 3.4666666667vw;
  }
}
.p-sub__schedule-table th.section {
  width: 90px;
}
.p-sub__schedule-table th.kickoff {
  width: 110px;
}
.p-sub__schedule-table td {
  padding: 20px;
  text-align: center;
  line-height: 1.5;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-sub__schedule-table td {
    font-size: 3.4666666667vw;
  }
}
.p-sub__schedule-table td div + div {
  border-top: 1px dashed #fff;
  padding-top: 7px;
  margin-top: 10px;
}
.p-sub__sponsor .c-row__col a {
  background: #fff;
  display: block;
  color: #000;
  padding: 10px 0 5px;
}
.p-sub__sponsor .c-row__col a figure {
  margin-bottom: 0;
}
.p-sub__sponsor .c-row__col a figure figcaption {
  font-size: 1.1rem;
}
@media screen and (max-width: 767px) {
  .p-sub__sponsor .c-row__col a figure figcaption {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-sub__sponsor .sp-2col .c-row__col {
    width: 48%;
  }
  .p-sub__sponsor .sp-2col .c-row__col:nth-of-type(even) {
    margin-left: 4%;
  }
  .p-sub__sponsor .sp-2col .c-row__col:nth-of-type(2) {
    margin-top: 0;
  }
}
.p-sub__news .newstextWrapper h2 {
  color: #BE1C27;
  font-size: 5rem;
  font-weight: bold;
  font-style: italic;
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-sub__news .newstextWrapper h2 {
    font-size: 7.4666666667vw;
  }
}
.p-sub__news .newstextWrapper h2 + h3 {
  margin-top: 0 !important;
}
.p-sub__news .newstextWrapper h3 {
  color: #BE1C27;
  font-size: 2.5rem;
  font-weight: normal;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-sub__news .newstextWrapper h3 {
    font-size: 4.8vw;
  }
}
.p-sub__news .newstextWrapper h3 + h4 {
  margin-top: 0 !important;
}
.p-sub__news .newstextWrapper h4 {
  font-size: 1.8rem;
  font-weight: normal;
  color: #E5FC47;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-sub__news .newstextWrapper h4 {
    font-size: 4.2666666667vw;
  }
}
.p-sub__news .newstextWrapper iframe[src^="https://labola.jp"] {
  width: 100%;
}

.p-info__select {
  max-width: 110rem;
  margin: 0 auto 30px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .p-info__select {
    justify-content: center;
  }
}

.p-home__information-list li.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
}

.p-home__information-btnmore {
  text-align: center;
  margin-top: 20px;
}

.p-home__information-btnmore button {
  cursor: pointer;
  outline: none;
  padding: 0;
}

.c-row--md-3 .p-sub__contents-btn-more03 {
  width: 26.5rem;
}
@media screen and (max-width: 767px) {
  .c-row--md-3 .p-sub__contents-btn-more03 {
    width: 90%;
  }
}

.ticket-step figure {
  min-height: 452px;
}
@media screen and (max-width: 767px) {
  .ticket-step figure {
    min-height: inherit;
  }
}
.ticket-step figure img {
  border: 1px solid #ddd;
}

.p-topteam {
  padding: 0 !important;
}
.p-topteam__title-h2 {
  text-align: center;
  line-height: 1.4;
  font-style: italic;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .p-topteam__title-h2 {
    margin-bottom: 12vw;
  }
}
.p-topteam__title-h2 span:first-child {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 9rem;
}
@media screen and (max-width: 767px) {
  .p-topteam__title-h2 span:first-child {
    font-size: 12vw;
  }
}
.p-topteam__title-h2 span:last-child {
  display: block;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
  .p-topteam__title-h2 span:last-child {
    font-size: 3.7333333333vw;
  }
}
.p-topteam__title-h2 span:last-child::before, .p-topteam__title-h2 span:last-child::after {
  content: "";
  display: inline-block;
  height: 1px;
  width: 5rem;
  background: #fff;
  opacity: 0.5;
  vertical-align: 0.5rem;
  margin: 0 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-topteam__title-h2 span:last-child::before, .p-topteam__title-h2 span:last-child::after {
    width: 3.7rem;
  }
}
.p-topteam__title-h3 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-topteam__title-h3 img {
    height: 11.8666666667vw;
  }
}
.p-topteam__title-h3 span {
  display: block;
  color: #D5FF2E;
  font-size: 1.7rem;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-topteam__title-h3 span {
    font-size: 3.2vw;
    margin-top: 2vw;
  }
}
.p-topteam__contents {
  padding-top: 70px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .p-topteam__contents {
    padding-top: 10vw;
    padding-bottom: 12.6666666667vw;
  }
}
.p-topteam__contents:first-child {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-topteam__contents:first-child {
    padding-top: 17.3333333333vw;
  }
}
.p-topteam__contents-bg01::before {
  content: "";
  background-image: url(../img/topteam/bg-topteam-01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-topteam__contents-bg01::before {
    background-image: url(../img/topteam/bg-topteam-01-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
}
.p-topteam__contents-bg01.is-fixed::before {
  position: fixed !important;
  z-index: -1;
}
.p-topteam__contents-bg02::before {
  content: "";
  background-image: url(../img/topteam/bg-topteam-02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100%;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-topteam__contents-bg02::before {
    background-image: url(../img/topteam/bg-topteam-02-sp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
}
.p-topteam__contents-bg02.is-fixed::before {
  position: fixed !important;
  z-index: -1;
}
.p-topteam__contents-bg03 {
  background: #1e1e28;
  padding-top: 80px;
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .p-topteam__contents-bg03 {
    padding-top: 10.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
  .p-topteam__contents-bg03 .p-topteam__title-h3 img {
    height: 8vw;
  }
}
.p-topteam__list {
  max-width: 990px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-topteam__list {
    display: block;
  }
}
.p-topteam__list + .p-topteam__title-h3 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-topteam__list + .p-topteam__title-h3 {
    margin-top: 24vw;
  }
}
.p-topteam__list-item {
  width: 46.6rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-topteam__list-item {
    width: 65.3333333333vw;
    margin: 0 auto 3.3333333333vw;
  }
}
.p-topteam__list-item a {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 46.6rem;
}
@media screen and (max-width: 767px) {
  .p-topteam__list-item a {
    width: 65.3333333333vw;
  }
}
.p-topteam__list-item a::before {
  content: "";
  position: absolute;
  background: url(../../../assets/img/topteam/bg-item-border.png) no-repeat;
  background-size: 100% 100%;
  width: 466px;
  height: 177px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-topteam__list-item a::before {
    width: 65.3333333333vw;
    height: 24.8vw;
  }
}
.p-topteam__list-item a:hover {
  opacity: 1;
}
.p-topteam__list-item a:hover figure {
  filter: none;
}
.p-topteam__list-item a:hover::before {
  background: url(../../../assets/img/topteam/bg-item-bg.png) no-repeat;
  background-size: 100% 100%;
}
.p-topteam__list-item figure {
  transition: filter 0.3s;
  margin-bottom: 1px;
  filter: grayscale(100%);
  margin-left: 0;
  height: 22.2rem;
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .p-topteam__list-item figure {
    width: 17.8rem;
    height: 11rem;
    margin-left: 1.3333333333vw;
  }
}
.p-topteam__list-item figure img {
  transform: scale(1.6);
  transform-origin: top;
}
.p-topteam__list-item-info {
  width: 27.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  text-align: center;
}
.p-topteam__list-item-info.staff {
  text-align: left;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-topteam__list-item-info.staff {
    margin-left: 4vw;
  }
}
.p-topteam__list-item-info.staff .p-topteam__list-item-name-en {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-topteam__list-item-info.staff .p-topteam__list-item-name-en {
    margin-top: 1.3333333333vw;
  }
}
.p-topteam__list-item-number {
  width: 9rem;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-topteam__list-item-number {
    width: auto;
  }
  .p-topteam__list-item-number img {
    height: 7.6vw;
  }
}
.p-topteam__list-item-name {
  font-size: 2.5rem;
  font-weight: normal;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .p-topteam__list-item-name {
    font-size: 3.6vw;
  }
}
.p-topteam__list-item-name-en {
  width: 100%;
  margin-top: 20px;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 2.1rem;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 0.12em;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-topteam__list-item-name-en {
    font-size: 2.9333333333vw;
    margin: 4vw 0 4.6666666667vw;
  }
}
.p-topteam__list-item-staff {
  color: #C90000;
  font-size: 1.7rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topteam__list-item-staff {
    font-size: 2.4vw;
  }
}
.p-topteam__player {
  padding-top: 125px;
}
@media screen and (max-width: 767px) {
  .p-topteam__player {
    padding-top: 17.3333333333vw;
  }
}
.p-topteam__player-bg {
  position: absolute;
  max-width: 73.6rem;
  top: -70px;
  right: -470px;
  filter: grayscale(100%);
  transform: scale(2);
  opacity: 0.3;
  transform-origin: top right;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-bg {
    max-width: 120vw;
    top: -33.3333333333vw;
    right: -93.3333333333vw;
  }
}
.p-topteam__player-info {
  display: flex;
  max-width: 938px;
  margin: 0 auto 60px;
  height: 103rem;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-info {
    padding: 0 4vw 4vw;
    height: auto;
    min-height: 132vw;
    margin-bottom: 0;
  }
}
.p-topteam__player-info figure {
  width: 100%;
  max-width: 38.3rem;
}
.p-topteam__player-info figure img {
  transform: scale(1.2);
  transform-origin: top;
}
.p-topteam__player-info figure [data-a-inview=mask-t] {
  overflow: visible;
}
.p-topteam__player-info_detail {
  padding-top: 105px;
  padding-left: 40px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-info_detail {
    padding-top: 6vw;
    padding-left: 2.6666666667vw;
  }
}
.p-topteam__player-pos_num {
  margin-bottom: 25px;
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-pos_num {
    margin-bottom: 3.3333333333vw;
    margin-left: 0;
  }
}
.p-topteam__player-pos_num span.pos img {
  height: 100px;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-pos_num span.pos img {
    height: 8.4vw;
  }
}
.p-topteam__player-pos_num span.num {
  margin-right: 5px;
}
.p-topteam__player-pos_num span.num img {
  max-height: 44px;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-pos_num span.num img {
    height: 3.8666666667vw;
  }
}
.p-topteam__player-name {
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-name {
    margin-bottom: 5.3333333333vw;
  }
}
.p-topteam__player-name span {
  display: block;
}
.p-topteam__player-name span.en {
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-size: 8.2rem;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-name span.en {
    font-size: 6.6666666667vw;
  }
}
.p-topteam__player-name span.jp {
  font-size: 4.3rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  font-style: italic;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-topteam__player-name span.jp {
    font-size: 4vw;
  }
}
.p-topteam__player-ttl {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-topteam__player-txt {
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-txt {
    font-size: 3.4666666667vw;
    line-height: 1.5;
  }
}
.p-topteam__player-prof {
  margin-top: 55px;
  max-width: 43.6rem;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-prof {
    margin: 0 5.3333333333vw;
  }
  .p-topteam__player-prof-in {
    height: 72vw;
  }
}
.p-topteam__player-prof dl {
  display: table;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-topteam__player-prof dl {
    padding: 2vw 0;
  }
}
.p-topteam__player-prof dl:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.p-topteam__player-prof dl dt {
  display: table-cell;
  width: 95px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-topteam__player-prof dl dt {
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-topteam__player-prof dl dt {
    width: 24.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.p-topteam__player-prof dl dd {
  display: table-cell;
  font-size: 1.3rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-topteam__player-prof dl dd {
    font-weight: 300;
  }
}
@media screen and (max-width: 767px) {
  .p-topteam__player-prof dl dd {
    font-size: 3.4666666667vw;
  }
}
.p-topteam__player-record {
  max-width: 938px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-record {
    margin-bottom: 13.3333333333vw;
  }
}
.p-topteam__player-record table {
  width: 100%;
  border-bottom: 1px solid #A10000;
  text-align: center;
}
.p-topteam__player-record table tr:nth-child(2n) {
  background-color: rgba(255, 255, 255, 0.15);
}
.p-topteam__player-record table tr.border-t {
  border-top: 1px solid rgba(161, 0, 0, 0.5);
  background: none;
}
.p-topteam__player-record table tr.border-t td:nth-child(2) {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-record table tr.border-t td:nth-child(2) {
    padding-left: 2.6666666667vw;
  }
}
.p-topteam__player-record table tr.border-t td:nth-child(3) {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-record table tr.border-t td:nth-child(3) {
    padding-right: 2.6666666667vw;
  }
}
.p-topteam__player-record table tr:first-child th {
  padding-bottom: 0;
}
.p-topteam__player-record table th {
  background: #A10000;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 13px 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-topteam__player-record table th {
    font-weight: 400;
  }
}
@media screen and (max-width: 767px) {
  .p-topteam__player-record table th {
    font-size: 3.0666666667vw;
    padding: 2.2666666667vw 0;
  }
  .p-topteam__player-record table th.none-s {
    display: none;
  }
  .p-topteam__player-record table th.col-s {
    width: 2.6666666667vw;
  }
  .p-topteam__player-record table th:nth-child(1) {
    width: 20vw;
  }
  .p-topteam__player-record table th:nth-child(2) {
    width: 36vw;
  }
  .p-topteam__player-record table th:nth-child(3) {
    width: 20vw;
  }
  .p-topteam__player-record table th:nth-child(4) {
    width: 33.3333333333vw;
  }
  .p-topteam__player-record table th:nth-child(5) {
    width: 33.3333333333vw;
  }
  .p-topteam__player-record table th:nth-child(6) {
    width: 33.3333333333vw;
  }
}
.p-topteam__player-record table th.none {
  background: none !important;
  border: none !important;
}
.p-topteam__player-record table th.th-l::before {
  content: "";
  position: absolute;
  border-bottom: 30px solid transparent;
  border-left: 40px solid #000;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-record table th.th-l::before {
    left: -10px;
  }
}
@media screen and (min-width: 768px) {
  .p-topteam__player-record table th:first-child {
    border-left: 1px solid #A10000;
  }
  .p-topteam__player-record table th:last-child {
    border-right: 1px solid #A10000;
  }
}
.p-topteam__player-record table td {
  font-size: 1.5rem;
  font-weight: normal;
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-record table td {
    font-size: 3.0666666667vw;
  }
  .p-topteam__player-record table td span[data-device=sp] {
    display: inline-block !important;
  }
  .p-topteam__player-record table td.none-s {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-topteam__player-record table td:first-child {
    border-left: 1px solid #A10000;
  }
  .p-topteam__player-record table td:last-child {
    border-right: 1px solid #A10000;
  }
}
.p-topteam__player-record table td.border-r {
  border-right: 1px solid #A10000;
}
.p-topteam__player-record table td.none {
  border: none !important;
  padding: 0 !important;
}
.p-topteam__player-record table td:nth-child(4), .p-topteam__player-record table td:nth-child(6), .p-topteam__player-record table td:nth-child(8) {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-record table td:nth-child(4), .p-topteam__player-record table td:nth-child(6), .p-topteam__player-record table td:nth-child(8) {
    padding-left: 2.6666666667vw;
  }
}
.p-topteam__player-record table td:nth-child(5), .p-topteam__player-record table td:nth-child(7), .p-topteam__player-record table td:nth-child(9) {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .p-topteam__player-record table td:nth-child(5), .p-topteam__player-record table td:nth-child(7), .p-topteam__player-record table td:nth-child(9) {
    padding-right: 2.6666666667vw;
  }
}/*# sourceMappingURL=style.css.map */