@charset "UTF-8";

@font-face {
  font-family: "Octin Sports";
  src: url("../fonts/c75413a19f171401682a64bc85a9f17e.eot");
  src: url("../fonts/c75413a19f171401682a64bc85a9f17e.eot?#iefix") format("embedded-opentype"),
    url("../fonts/c75413a19f171401682a64bc85a9f17e.woff2") format("woff2"),
    url("../fonts/c75413a19f171401682a64bc85a9f17e.woff") format("woff"),
    url("../fonts/c75413a19f171401682a64bc85a9f17e.ttf") format("truetype"),
    url("../fonts/c75413a19f171401682a64bc85a9f17e.svg#Octin Sports") format("svg");
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 375px;
}

body.-open {
  overflow: hidden;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  transition: opacity 0.4s;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.4s;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit;
}

a:hover img:not(.not),
a:active img:not(.not),
a:focus img:not(.not) {
  opacity: 0.7;
}

button {
  outline: none;
  border: none;
  background: none;
}

.wrap {
  overflow: hidden;
  position: relative;
  padding-top: 105px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #000;
}

@media screen and (max-width:1180px) {
  .wrap {
    padding-top: 90px;
  }
}

@media screen and (max-width:960px) {
  .wrap {
    padding: 75px 0 63px;
  }
}

@media screen and (max-width:680px) {
  .wrap {
    line-height: 1.5;
  }
}

@media screen and (max-width:480px) {
  .wrap {
    padding-top: 63px;
  }
}

#hide {
  display: none;
}

.header {
  width: 100%;
  height: 105px;
  background: #fad6e3;
  padding-top: 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: height 0.4s;
}

@media screen and (max-width:1180px) {
  .header {
    background: #f5b1ca;
    height: 90px;
  }
}

@media screen and (max-width:960px) {
  .header {
    padding-top: 5px;
    height: 75px;
  }
}

@media screen and (max-width:480px) {
  .header {
    height: 63px;
  }
}

.header__menu-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 100%;
  background: #f5b1ca;
  padding: 27px 0 0 0px;
  transition: opacity 0.3s;
  z-index: 9999;
  cursor: pointer;
  will-change: transform;
}

@media screen and (max-width:1180px) {
  .header__menu-btn {
    padding: 0;
    width: 90px;
    justify-content: center;
    background: none;
  }
}

@media screen and (max-width:960px) {
  .header__menu-btn {
    width: 75px;
  }
}

@media screen and (max-width:480px) {
  .header__menu-btn {
    width: 63px;
  }
}

.header__menu-btn:hover {
  opacity: 0.7;
}

.header__menu-btn.-open {
  background: #f5b1ca;
}

.header__menu-btn-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 14px;
  width: 24px;
  position: relative;
  margin-bottom: 18px;
  transition: transform 1s;
}

@media screen and (max-width:1180px) {
  .header__menu-btn-icon {
    margin-bottom: 0px;
  }
}

.header__menu-btn-icon::before,
.header__menu-btn-icon::after {
  content: "";
  height: 2px;
  width: 22px;
  background: #000;
  transition: transform 0.6s;
}

@media screen and (max-width:1180px) {
  .-open .header__menu-btn-icon {
    transform: translateX(5px);
  }
}

.-open .header__menu-btn-icon::before {
  transform: rotate(45deg) translateY(9px);
}

.-open .header__menu-btn-icon::after {
  transform: rotate(-45deg) translateY(-8px);
}

.header__menu-btn-icon-line {
  height: 2px;
  width: 22px;
  background: #000;
  transition: opacity 0.3s;
}

.-open .header__menu-btn-icon-line {
  opacity: 0;
}

.header__menu-btn-ja {
  margin-bottom: 3px;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 1;
}

@media screen and (max-width:1180px) {
  .header__menu-btn-ja {
    font-size: 1.2rem;
    display: none;
  }
}

@media screen and (max-width:960px) {
  .header__menu-btn-ja {
    display: none;
  }
}

.-open .header__menu-btn-ja.-hiraku {
  display: none;
}

.header__menu-btn-ja.-tojiru {
  display: none;
}

.-open .header__menu-btn-ja.-tojiru {
  display: block;
}

@media screen and (max-width:1180px) {
  .-open .header__menu-btn-ja.-tojiru {
    display: none;
  }
}

.header__menu-btn-ja.-close {
  display: none;
  margin-top: 13px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.25em;
}

@media screen and (max-width:680px) {
  .header__menu-btn-ja.-close {
    font-size: 1.2rem;
  }
}

@media screen and (max-width:480px) {
  .header__menu-btn-ja.-close {
    font-size: 1rem;
  }
}

@media screen and (max-width:1180px) {
  .-open .header__menu-btn-ja.-close {
    display: block;
  }
}

.header__menu-btn-eng {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1rem;
  color: #eb608f;
  letter-spacing: 0.25em;
}

@media screen and (max-width:1180px) {
  .header__menu-btn-eng {
    display: none;
  }
}

.g-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1500px) {
  .g-nav__list {
    padding-right: 150px;
  }
}

@media screen and (max-width:1180px) {
  .g-nav__list {
    padding-right: 55px;
  }
}

.g-nav__list.-sp-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fad6e3;
  padding-right: 0;
  height: 63px;
}

@media screen and (max-width:960px) {
  .g-nav__list.-sp-nav {
    display: flex;
    align-items: flex-start;
  }
}

@media screen and (max-width:480px) {
  .g-nav__list.-sp-nav {
    height: 11.0837438424vh;
    min-height: 63px;
    max-height: 90px;
    padding: 7px 5px 0;
  }
}

.g-nav__list-item {
  padding: 0 20px;
  flex: 0 0 auto;
}

@media screen and (max-width: 1500px) {
  .g-nav__list-item {
    padding: 0 12px;
  }
}

@media screen and (max-width:960px) {
  .g-nav__list-item {
    padding: 0;
    width: 100px;
  }
}

@media screen and (max-width:480px) {
  .g-nav__list-item {
    width: 65px;
  }
}

.g-nav__list-item.-game {
  padding-left: 0;
  padding-right: 34px;
}

@media screen and (max-width: 1500px) {
  .g-nav__list-item.-game {
    padding-right: 14px;
  }
}

@media screen and (max-width:680px) {
  .g-nav__list-item.-game {
    padding-right: 5px;
  }
}

.g-nav__list-item.-ticket {
  padding-right: 26px;
}

@media screen and (max-width: 1500px) {
  .g-nav__list-item.-ticket {
    padding-right: 6px;
  }
}

.g-nav__list-item.-player {
  padding-right: 17px;
}

@media screen and (max-width: 1500px) {
  .g-nav__list-item.-player {
    padding-right: 0;
  }
}

@media screen and (max-width:680px) {
  .g-nav__list-item.-player {
    padding-right: 0;
  }
}

.g-nav__list-item.-fanclub {
  padding-right: 14px;
}

@media screen and (max-width: 1500px) {
  .g-nav__list-item.-fanclub {
    padding-right: 0;
  }
}

@media screen and (max-width:1180px) {
  .g-nav__list-item.-fanclub {
    padding-right: 12px;
  }
}

@media screen and (max-width:960px) {
  .g-nav__list-item.-fanclub {
    padding-right: 0;
  }
}

.g-nav__list-item.-goods {
  padding-left: 18px;
}

@media screen and (max-width: 1500px) {
  .g-nav__list-item.-goods {
    padding-left: 0;
  }
}

.g-nav__list-item.-special {
  padding-left: 28px;
}

@media screen and (max-width: 1500px) {
  .g-nav__list-item.-special {
    padding-left: 8px;
  }
}

.g-nav__list-item.-login {
  padding-left: 28px;
}

@media screen and (max-width: 1500px) {
  .g-nav__list-item.-login {
    padding-left: 8px;
  }
}

.g-nav__list-item.-contact {
  padding-right: 0;
}

@media screen and (max-width:960px) {
  .g-nav__list-item.-spnone {
    display: none;
  }
}

.-sp-nav .g-nav__list-item {
  width: 20%;
}

.h-logo {
  padding: 0 40px;
  margin-top: -10px;
}

@media screen and (max-width: 1500px) {
  .h-logo {
    padding: 0 20px;
    width: 200px;
  }
}

@media screen and (max-width:1180px) {
  .h-logo {
    display: none;
  }
}

.h-logo.-sp {
  display: none;
}

@media screen and (max-width:1180px) {
  .h-logo.-sp {
    width: 170px;
    display: block;
    padding-top: 10px;
    margin-top: 0;
  }
}

@media screen and (max-width:960px) {
  .h-logo.-sp {
    width: 115px;
    padding-left: 5px;
  }
}

.nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: opacity 0.3s;
}

.nav-link:hover {
  opacity: 0.6;
}

.nav-link__img-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}

@media screen and (max-width:480px) {
  .nav-link__img-wrap {
    transform: scale(0.8);
    transform-origin: 50% top;
    margin-bottom: -10px;
  }
}

.nav-link__ja {
  margin-bottom: 2px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1;
}

@media screen and (max-width:1180px) {
  .nav-link__ja {
    font-size: 1.2rem;
  }
}

@media screen and (max-width:480px) {
  .nav-link__ja {
    font-size: 1rem;
  }
}

.nav-link__eng {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1rem;
  color: #eb608f;
  letter-spacing: 0.09em;
}

@media screen and (max-width:1180px) {
  .nav-link__eng {
    display: none;
  }
}

.nav-link .-plt {
  font-feature-settings: "palt";
}

.open-menu {
  width: 100%;
  height: 100%;
  background: #fad6e3;
  padding: 36px 15px 50px;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (max-width:680px) {
  .open-menu {
    padding-top: 65px;
  }
}

.open-menu::-webkit-scrollbar {
  display: none;
}

.open-menu.-open {
  opacity: 1;
  pointer-events: all;
  z-index: 999;
}

.open-menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 1190px;
  margin: auto;
}

.open-menu__logo {
  max-width: calc(100% - 170px);
  margin-bottom: 28px;
}

@media screen and (max-width:960px) {
  .open-menu__logo {
    display: none;
  }
}

.open-menu__nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 30px;
}

@media screen and (max-width:960px) {
  .open-menu__nav {
    flex-wrap: wrap;
    width: 84%;
    margin: 0 auto 50px;
  }
}

@media screen and (max-width:680px) {
  .open-menu__nav {
    margin-bottom: 36px;
  }
}

@media screen and (max-width:680px) {
  .open-menu__nav-list {
    width: 100%;
  }
}

.open-menu__nav-list:last-child {
  width: 190px;
}

@media screen and (max-width:960px) {
  .open-menu__nav-list:last-child {
    width: 50%;
  }
}

@media screen and (max-width:960px) and (max-width:680px) {
  .open-menu__nav-list:last-child {
    width: 100%;
  }
}

.open-menu__nav-list-link {
  display: block;
  padding: 8px 0;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #eb608f;
  font-feature-settings: "palt";
}

@media screen and (max-width:960px) {
  .open-menu__nav-list-link {
    font-weight: 500;
  }
}

@media screen and (max-width:680px) {
  .open-menu__nav-list-link {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width:480px) {
  .open-menu__nav-list-link {
    font-size: 1.4rem;
  }
}

.open-menu__nav-list-link:hover {
  color: #eb608f;
}

.open-menu__nav-list-link:hover::before {
  transform: translateX(5px);
}

.open-menu__nav-list-link::before {
  content: url("../img/nav/nav_arrow.svg");
  display: inline-block;
  margin-right: 40px;
  transition: transform 0.4s;
}

@media screen and (max-width:680px) {
  .open-menu__nav-list-link::before {
    margin-right: 20px;
    position: relative;
    top: 2px;
    transform: scale(0.7);
    will-change: transform;
  }
}

.open-menu__login {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto 5vh;
  background: #fff;
  border-radius: 5px;
  padding: 45px 15px 52px;
  position: relative;
}

@media screen and (max-width:960px) {
  .open-menu__login {
    margin-bottom: 20px;
  }
}

@media screen and (max-width:680px) {
  .open-menu__login {
    padding: 28px 15px 25px;
    margin-bottom: 0;
  }
}

.open-menu__login::before {
  content: url("../img/nav/login_img01.svg");
  position: absolute;
  bottom: -30px;
  left: 150px;
}

@media screen and (max-width:1180px) {
  .open-menu__login::before {
    left: 50px;
  }
}

@media screen and (max-width:960px) {
  .open-menu__login::before {
    left: auto;
    right: 100px;
    top: -70px;
    bottom: auto;
  }
}

@media screen and (max-width:480px) {
  .open-menu__login::before {
    right: 65px;
    transform: scale(0.7);
    transform-origin: right bottom;
  }
}

.open-menu__login::after {
  content: url("../img/nav/login_img02.svg");
  position: absolute;
  bottom: -30px;
  right: 118px;
}

@media screen and (max-width:1180px) {
  .open-menu__login::after {
    right: 50px;
  }
}

@media screen and (max-width:960px) {
  .open-menu__login::after {
    right: 0;
    top: -220px;
    bottom: auto;
  }
}

@media screen and (max-width:480px) {
  .open-menu__login::after {
    transform: scale(0.7);
    transform-origin: right bottom;
  }
}

.open-menu__login-text {
  margin-bottom: 27px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #eb608f;
  text-align: center;
  font-feature-settings: "palt";
}

@media screen and (max-width:680px) {
  .open-menu__login-text {
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.28125;
  }
}

@media screen and (max-width:480px) {
  .open-menu__login-text {
    margin-bottom: 18px;
  }
}

.open-menu__login-btn {
  width: 100%;
  max-width: 628px;
  height: 90px;
  margin: auto;
}

@media screen and (max-width:480px) {
  .open-menu__login-btn {
    height: 57px;
    max-width: 237px;
  }
}

.open-menu__login-btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: inherit;
  height: inherit;
  background: #f7e149;
  font-size: 1.6rem;
  font-weight: 500;
  transition: opacity 0.3s;
}

@media screen and (max-width:480px) {
  .open-menu__login-btn-link {
    font-size: 1.1rem;
    letter-spacing: 0.15em;
  }
}

.open-menu__login-btn-link:hover {
  opacity: 0.7;
}

.open-menu__login-btn-link::before {
  content: url("../img/nav/icon_key.svg");
  margin-right: 30px;
  margin-top: 10px;
}

@media screen and (max-width:480px) {
  .open-menu__login-btn-link::before {
    margin-top: 7px;
    margin-right: 7px;
    transform: scale(0.6);
    will-change: transform;
  }
}

.open-menu__f-nav {
  width: 100%;
  max-width: 1150px;
  margin: auto;
  padding: 13px 26px;
  border-top: 1px solid #eb608f;
  border-bottom: 1px solid #eb608f;
}

@media screen and (max-width:960px) {
  .open-menu__f-nav {
    border: none;
    padding: 0;
    margin-top: 20px;
  }
}

.open-menu__f-nav-list {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:960px) {
  .open-menu__f-nav-list {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 500px;
    margin: auto;
    padding-left: 0;
  }
}

@media screen and (max-width:680px) {
  .open-menu__f-nav-list {
    max-width: 300px;
  }
}

@media screen and (max-width:960px) {
  .open-menu__f-nav-list-item {
    width: auto;
  }
}

.open-menu__f-nav-list-link {
  display: block;
  padding: 6px 10px;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.15em;
  color: #eb608f;
  font-feature-settings: "palt";
  transition: opacity 0.3s;
}

@media screen and (max-width:960px) {
  .open-menu__f-nav-list-link {
    text-align: center;
  }
}

@media screen and (max-width:680px) {
  .open-menu__f-nav-list-link {
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.06em;
  }
}

.open-menu__f-nav-list-link:hover {
  color: #eb608f;
  opacity: 0.7;
}

.main {
  min-height: 100vh;
  padding-bottom: 100px;
}

@media screen and (max-width:680px) {
  .main {
    padding-bottom: 40px;
  }
}

.main.-none {
  padding-bottom: 0;
}

.main__slider {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto 22px;
  padding-top: 15px;
}

@media screen and (max-width:1180px) {
  .main__slider {
    padding-top: 0;
  }
}

.main__title {
  width: 100%;
}

@media screen and (max-width:680px) {
  .main__title {
    margin-bottom: 34px;
  }
}

.main__bread {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width:680px) {
  .main__bread {
    display: none;
  }
}

.main__body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.main__contents {
  width: calc(100% - 310px - 30px);
  max-width: 1070px;
  padding-top: 40px;
}

@media screen and (max-width:960px) {
  .main__contents {
    width: 100%;
  }
}

@media screen and (max-width:480px) {
  .main__contents {
    padding-top: 0;
  }
}

.main__contents.-index {
  padding-top: 0;
}

.main__contents.-wide {
  width: calc(100% - 30px);
}

@media screen and (max-width:960px) {
  .main__contents.-wide {
    width: 100%;
  }
}

.main__side {
  flex: 0 0 auto;
  width: 265px;
  margin-left: 45px;
}

@media screen and (max-width:960px) {
  .main__side {
    margin-left: 0;
    margin-top: 40px;
  }
}

@media screen and (max-width:680px) {
  .main__side {
    width: 100%;
    max-width: 560px;
    padding: 0 15px;
  }
}

.main__content {
  width: 100%;
}

@media screen and (max-width:960px) {
  .main__content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main__content:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width:680px) {
  .main__content:not(:last-child) {
    margin-bottom: 60px;
  }
}

@media screen and (max-width:480px) {
  .main__content:not(:last-child) {
    margin-bottom: 30px;
  }
}

.main__content.-sub {
  margin-top: -40px;
}

.main__content.-sp-side {
  display: none;
}

@media screen and (max-width:960px) {
  .main__content.-sp-side {
    display: block;
    width: 295px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width:480px) {
  .main__content.-sp-side {
    width: 100%;
  }
}

.main__content.-mb170:not(:last-child) {
  margin-bottom: 170px;
}

.main__content.-mb120:not(:last-child) {
  margin-bottom: 120px;
}

@media screen and (max-width:680px) {
  .main__content.-mb120:not(:last-child) {
    margin-bottom: 30px;
  }
}

.main__content.-mb105:not(:last-child) {
  margin-bottom: 105px;
}

@media screen and (max-width: 480px) {
  .main__content.-mb105:not(:last-child) {
    margin-bottom: 50px;
  }
}

.main__content.-mb50:not(:last-child) {
  margin-bottom: 50px;
}

.main__content.-mb40 {
  margin-bottom: 40px;
}

.main__content.-bg {
  max-width: 100%;
  background: #f2f2f2;
  padding: 70px 15px;
}

@media screen and (max-width:680px) {
  .main__content.-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.main__content-inner {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}

.main-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  background: url("../img/main_bg.jpg") center no-repeat;
  background-size: cover;
  padding: 0 15px;
}

@media screen and (max-width:960px) {
  .main-title {
    height: 37.3333333333vw;
    background-position: left 35% center;
  }
}

.main-title__text-box {
  width: 100%;
  max-width: 1380px;
  padding-top: 10px;
  color: #fff;
}

@media screen and (max-width:680px) {
  .main-title__text-box {
    padding-top: 0;
  }
}

.main-title__en {
  font-family: "Octin Sports", "Libre Franklin Black", sans-serif;
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.19em;
}

@media screen and (max-width:680px) {
  .main-title__en {
    font-size: 2.8rem;
    letter-spacing: 0.18em;
  }
}

.main-title__ja {
  margin-top: 10px;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

@media screen and (max-width:680px) {
  .main-title__ja {
    margin-top: 5px;
    font-size: 1.4rem;
  }
}

.bread {
  padding: 12px 15px;
  background: #f2f2f2;
  font-size: 1rem;
  line-height: 1.6;
  color: #9b9b9b;
}

.bread__list {
  display: flex;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}

.bread__list-item:not(:last-child) {
  margin-right: 1em;
}

.bread__list-item:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin-left: 1em;
}

.bread__link {
  font-weight: 400;
  text-decoration: none;
}

.bread__link:hover {
  text-decoration: underline;
}

.side__game {
  margin-bottom: 20px;
}

@media screen and (max-width:960px) {
  .main__side .side__game {
    display: none;
  }
}

.side__schedule {
  margin-bottom: 40px;
}

@media screen and (max-width:680px) {
  .side:not(.-index) .side__schedule {
    display: none;
  }
}

.side__special {
  margin-bottom: 40px;
}

@media screen and (max-width:960px) {
  .side__special {
    margin-bottom: 15px;
  }
}

@media screen and (max-width:680px) {
  .side:not(.-index) .side__special {
    display: none;
  }
}

.side__twitter {
  margin-bottom: 26px;
}

@media screen and (max-width:680px) {
  .side__twitter {
    display: none;
  }
}

.side__instagram {
  margin-bottom: 30px;
}

@media screen and (max-width:680px) {
  .side__instagram {
    display: none;
  }
}

.s-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #f7e149;
  border-radius: 3px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media screen and (max-width:680px) {
  .s-link {
    height: 70px;
    font-size: 1.4rem;
  }
}

.s-link:hover {
  opacity: 0.7;
}

.s-schedule {
  position: relative;
  display: block;
  width: 100%;
  max-width: 265px;
  border: 1px solid #7c4c50;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:480px) {
  .s-schedule {
    max-width: 100%;
  }
}

.s-schedule__link-inner {
  display: block;
  width: 100%;
  height: 210px;
  background: url("../img/side/s_schedule_bg.jpg") center no-repeat;
  transition: opacity 0.3s;
}

@media screen and (max-width:480px) {
  .s-schedule__link-inner {
    height: 0;
    padding-top: 79.3053545586%;
    background-size: cover;
  }
}

.s-schedule__link-inner:hover {
  opacity: 0.8;
}

.s-schedule__link-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 52px;
  background: rgba(235, 96, 143, 0.9);
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #fff;
  pointer-events: none;
}

.s-schedule__link-bar::before {
  content: "";
  display: block;
  width: 29px;
  height: 31px;
  background: url("../img/side/s_schedule_icon.svg") center no-repeat;
  margin-right: 14px;
}

.s-special {
  text-align: center;
}

.s-special__top {
  margin-bottom: 12px;
}

.s-special__banner-item {
  margin-bottom: 10px;
}

.s-special__banner-item:last-child {
  margin-bottom: 0;
}

.s-twitter__head {
  display: flex;
  align-items: baseline;
  min-height: 20px;
  background: url("../img/icon_twitter.svg") left top no-repeat;
  padding-left: 30px;
  margin-bottom: 10px;
}

.s-twitter__head-top {
  margin-right: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.s-twitter__head-sub {
  font-size: 1.3rem;
  line-height: 1.2;
}

.s-twitter__body {
  border: 1px solid #000;
}

@media screen and (max-width:480px) {
  .s-twitter__body iframe {
    width: 100% !important;
  }
}

.s-instagram__head {
  display: flex;
  align-items: center;
  min-height: 29px;
  background: url("../img/icon_instagram.svg") left top no-repeat;
  padding-left: 36px;
  margin-bottom: 12px;
}

.s-instagram__head-top {
  margin-right: 5px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.s-instagram__list {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

.s-instagram__list-item {
  width: calc(50% - 8px);
  margin: 4px;
}

.s-instagram__link {
  overflow: hidden;
  display: block;
  position: relative;
  width: 100%;
}

.s-instagram__link:hover {
  opacity: 0.7;
}

.s-instagram__link::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.s-instagram__link-inner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.s-instagram__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.s-instagram__banner {
  margin-top: 15px;
}

.s-banner {
  text-align: center;
}

.s-banner__top-list {
  margin: -5px;
}

.s-banner__top-list-item {
  padding: 5px;
}

.s-banner__center-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px -7px 20px;
}

@media screen and (max-width:680px) {
  .s-banner__center-list {
    display: none;
  }
}

.s-banner__center-list-item {
  padding: 0 7px;
}

.s-banner__bottom-list {
  margin: -5px;
}

@media screen and (max-width:680px) {
  .s-banner__bottom-list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
  }
}

.s-banner__bottom-list-item {
  padding: 5px;
}

@media screen and (max-width:680px) {
  .s-banner__bottom-list-item {
    width: 50%;
  }
}

.footer {
  background: #ec6090;
  padding: 50px 15px 56px;
  font-size: 1.2rem;
  line-height: 2.6666666667;
  letter-spacing: 0.15em;
  font-feature-settings: "palt";
  color: #fff;
}

@media screen and (max-width:960px) {
  .footer {
    padding-top: 34px;
    padding-bottom: 30px;
  }
}

@media screen and (max-width:680px) {
  .footer {
    padding-bottom: 50px;
  }
}

.footer__box {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}

.footer__box+.footer__box {
  margin-top: 10px;
}

.f-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 16px;
}

@media screen and (max-width:960px) {
  .f-box {
    justify-content: center;
  }
}

.f-box__logo {
  flex: 0 0 auto;
  margin-right: 176px;
}

@media screen and (max-width:960px) {
  .f-box__logo {
    margin-right: 0;
  }
}

.f-box__nav {
  width: 100%;
  max-width: 620px;
}

@media screen and (max-width:960px) {
  .f-box__nav {
    display: none;
  }
}

.f-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.f-nav__link {
  display: block;
  position: relative;
  padding-left: 10px;
  line-height: 1.95;
  transition: transform 0.4s;
}

.f-nav__link::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background: url("../img/f_nav_icon.svg") left center no-repeat;
}

.f-nav__link:hover {
  text-decoration: none;
  color: #fff;
  transform: translateX(5px);
}

.f-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ef83aa;
  border-bottom: 1px solid #ef83aa;
  padding: 18px 0;
}

@media screen and (max-width:960px) {
  .f-links {
    justify-content: center;
    padding: 0;
    border: none;
  }
}

.f-links__list {
  display: flex;
  align-items: center;
}

@media screen and (max-width:960px) {
  .f-links__list {
    display: none;
  }
}

.f-links__list-item {
  margin-right: 48px;
}

.f-links__link:hover {
  opacity: 0.7;
}

.f-copy {
  font-size: 1rem;
  line-height: 1.4;
  text-align: right;
}

@media screen and (max-width:960px) {
  .f-copy {
    text-align: center;
  }
}

.f-copy__text {
  font-size: inherit;
}

.pageup {
  cursor: pointer;
  position: fixed;
  z-index: 99;
  right: 40px;
  bottom: 40px;
  opacity: 0;
  transition: opacity 0.4s;
}

@media screen and (max-width:960px) {
  .pageup {
    right: 10px;
    bottom: 90px;
  }
}

.pageup.-active {
  opacity: 1;
}

.pageup.-stop {
  position: absolute;
}

.pageup__link {
  display: block;
  text-align: center;
}

@media screen and (max-width:680px) {
  .pageup__image img {
    width: 55px;
  }
}

.container__head {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width:680px) {
  .container__head {
    margin-bottom: 20px;
  }
}

.container__head.-mb40 {
  margin-bottom: 40px;
}

@media screen and (max-width:680px) {
  .container__head.-mb40 {
    margin-bottom: 15px;
  }
}

.container__head.-mb23 {
  margin-bottom: 23px;
}

@media screen and (max-width:480px) {
  .container__head.-mb23 {
    margin-bottom: 10px;
  }
}

.container__body:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width:680px) {
  .container__body:not(:last-child) {
    margin-bottom: 30px;
  }
}

.container__body.-mb40 {
  margin-bottom: 40px;
}

@media screen and (max-width:680px) {
  .container__body.-mb40 {
    margin-bottom: 20px;
  }
}

.container__body-content+.container__body-content {
  margin-top: 40px;
}

@media screen and (max-width:680px) {
  .container__body-content+.container__body-content {
    margin-top: 20px;
  }
}

.container__body-banner {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

.container__body-banner:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width:480px) {
  .container__body-banner:not(:last-child) {
    margin-bottom: 25px;
  }
}

@media screen and (max-width:680px) {
  .container__body-banner {
    flex-direction: column;
    margin-top: 20px;
  }
}

.container__head+.container__body-banner {
  margin-top: 0;
}

.container__body-banner.-left {
  justify-content: flex-start;
}

.container__body-banner.-game-report {
  padding: 0 15px;
  z-index: 1;
  position: relative;
}

.container__body-banner.-mb0 {
  margin-bottom: 0px;
}

.container__body-banner.-mb120 {
  margin-bottom: 120px;
}

@media screen and (max-width:680px) {
  .container__body-banner.-mb120 {
    margin-bottom: 27px;
  }
}

.container__body-banner-item {
  width: 100%;
  max-width: 360px;
  height: 70px;
  margin-right: 30px;
}

@media screen and (max-width:680px) {
  .container__body-banner-item {
    margin: 0 auto 20px;
  }
}

.container__body-banner-item:last-child {
  margin-right: 0;
}

@media screen and (max-width:680px) {
  .container__body-banner-item:last-child {
    margin-right: auto;
    margin-bottom: 0px;
  }
}

.container__pager {
  margin-top: 74px;
}

@media screen and (max-width:680px) {
  .container__pager {
    margin-top: 20px;
  }
}

.heading,
.player-name__main-text {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.06em;
}

@media screen and (max-width:680px) {

  .heading,
  .player-name__main-text {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}

.heading.-center,
.-center.player-name__main-text {
  text-align: center;
}

.heading-medium,
.temp-title {
  background: url("../img/icon_h2.svg") left 21px center no-repeat;
  background-color: #ededed;
  border-radius: 34px;
  padding: 18px 20px 20px 55px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: left;
  line-height: 1.3636363636;
}

@media screen and (max-width:680px) {

  .heading-medium,
  .temp-title {
    border-radius: 25px;
    background-position: left 15px center;
    padding: 12px 20px 14px 44px;
    font-size: 1.8rem;
  }
}

.heading-small,
.temp-subTitle,
.message-entry__title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7272727273;
  color: #ee759e;
  text-align: left;
}

@media screen and (max-width:680px) {

  .heading-small,
  .temp-subTitle,
  .message-entry__title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.carousel-type01 {
  position: relative;
}

.carousel-type01__container.swiper-container {
  width: 100%;
}

@media screen and (max-width:680px) {

  .carousel-type01__container.swiper-container.js-goods-slider,
  .carousel-type01__container.swiper-container.js-tv-slider {
    overflow: visible;
    max-width: 550px;
    margin-left: 0;
  }
}

@media screen and (max-width:480px) {

  .carousel-type01__container.swiper-container.js-goods-slider,
  .carousel-type01__container.swiper-container.js-tv-slider {
    max-width: 268px;
  }
}

.carousel-type01__entry {
  height: auto;
}

.carousel-type01__arrow-prev,
.carousel-type01__arrow-next {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;
  background: center no-repeat;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}

.carousel-type01:hover .carousel-type01__arrow-prev,
.carousel-type01:hover .carousel-type01__arrow-next {
  opacity: 1;
}

.carousel-type01.-info-movie .carousel-type01__arrow-prev,
.carousel-type01.-info-movie .carousel-type01__arrow-next {
  height: calc(100% - 62px);
}

@media screen and (max-width:960px) {

  .carousel-type01__arrow-prev,
  .carousel-type01__arrow-next {
    display: none;
  }
}

.carousel-type01__arrow-prev {
  left: 0;
  background-image: url("../img/icon_prev_white.svg");
}

.carousel-type01__arrow-next {
  right: 0;
  background-image: url("../img/icon_next_white.svg");
}

.carousel-type01__pagenation {
  display: none;
}

@media screen and (max-width:960px) {
  .carousel-type01__pagenation {
    display: block;
  }
}

.carousel-type01__pagenation.swiper-pagination {
  position: relative;
  width: 100%;
  padding-top: 5px;
}

.carousel-type01__pagenation .swiper-pagination-bullet {
  background: #858482;
  margin: 0 4px;
  opacity: 1;
}

.carousel-type01__pagenation .swiper-pagination-bullet-active {
  background: #eb608f;
}

.carousel-type02 {
  position: relative;
}

.carousel-type02__container.swiper-container {
  width: 100%;
}

@media screen and (max-width:680px) {
  .carousel-type02__container.swiper-container.js-fan-slider {
    overflow: visible;
    max-width: 320px;
  }
}

@media screen and (max-width:480px) {
  .carousel-type02__container.swiper-container.js-player-slider {
    overflow: visible;
    max-width: 180px;
  }
}

.carousel-type02__entries.-linear {
  transition-timing-function: linear !important;
}

.carousel-type02__entry {
  height: auto;
}

.carousel-type02__arrow-prev,
.carousel-type02__arrow-next {
  position: absolute;
  z-index: 1;
  top: calc(50% - 60px);
  width: 35px;
  height: 120px;
  background: center no-repeat;
  background-color: #ededed;
  cursor: pointer;
}

@media screen and (max-width:960px) {

  .carousel-type02__arrow-prev,
  .carousel-type02__arrow-next {
    display: none;
  }
}

.carousel-type02__arrow-prev {
  left: -60px;
  background-image: url("../img/icon_prev_black.svg");
}

@media screen and (max-width:1180px) {
  .carousel-type02__arrow-prev {
    left: -35px;
  }
}

.carousel-type02__arrow-next {
  right: -60px;
  background-image: url("../img/icon_next_black.svg");
}

@media screen and (max-width:1180px) {
  .carousel-type02__arrow-next {
    right: -35px;
  }
}

.pagenavi-wrapper .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0;
  font-size: 2rem;
  font-weight: 500;
}

.pagenavi-wrapper .wp-pagenavi a,
.pagenavi-wrapper .wp-pagenavi span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  border: none;
  font-size: inherit;
  line-height: 1;
  color: #eb608f;
}

@media screen and (max-width:680px) {

  .pagenavi-wrapper .wp-pagenavi a,
  .pagenavi-wrapper .wp-pagenavi span {
    display: none;
  }
}

.pagenavi-wrapper .wp-pagenavi a.previouspostslink,
.pagenavi-wrapper .wp-pagenavi a.nextpostslink {
  display: flex;
  background: #fff;
  border: 2px solid #eb608f;
  font-size: 0;
}

@media screen and (max-width:680px) {

  .pagenavi-wrapper .wp-pagenavi a.previouspostslink,
  .pagenavi-wrapper .wp-pagenavi a.nextpostslink {
    width: calc(50% - 10px);
    max-width: 168px;
    height: 35px;
  }
}

.pagenavi-wrapper .wp-pagenavi a.previouspostslink::before,
.pagenavi-wrapper .wp-pagenavi a.nextpostslink::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #eb608f;
  border-right: 2px solid #eb608f;
  transform-origin: center;
}

.pagenavi-wrapper .wp-pagenavi a.previouspostslink:hover::before,
.pagenavi-wrapper .wp-pagenavi a.nextpostslink:hover::before {
  border-color: #fff;
}

.pagenavi-wrapper .wp-pagenavi a.previouspostslink::before {
  margin-left: 3px;
  transform: rotate(225deg);
}

.pagenavi-wrapper .wp-pagenavi a.nextpostslink::before {
  margin-right: 3px;
  transform: rotate(45deg);
}

.pagenavi-wrapper .wp-pagenavi a.first,
.pagenavi-wrapper .wp-pagenavi a.last {
  display: flex;
  background: #fff;
  border: 2px solid #eb608f;
  font-size: 0;
}

@media screen and (max-width:680px) {

  .pagenavi-wrapper .wp-pagenavi a.first,
  .pagenavi-wrapper .wp-pagenavi a.last {
    display: none;
  }
}

.pagenavi-wrapper .wp-pagenavi a.first::before,
.pagenavi-wrapper .wp-pagenavi a.first::after,
.pagenavi-wrapper .wp-pagenavi a.last::before,
.pagenavi-wrapper .wp-pagenavi a.last::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #eb608f;
  border-right: 2px solid #eb608f;
  transform-origin: center;
}

.pagenavi-wrapper .wp-pagenavi a.first::after,
.pagenavi-wrapper .wp-pagenavi a.last::after {
  margin-left: -2px;
}

.pagenavi-wrapper .wp-pagenavi a.first:hover::before,
.pagenavi-wrapper .wp-pagenavi a.first:hover::after,
.pagenavi-wrapper .wp-pagenavi a.last:hover::before,
.pagenavi-wrapper .wp-pagenavi a.last:hover::after {
  border-color: #fff;
}

.pagenavi-wrapper .wp-pagenavi a.first {
  padding-left: 3px;
}

.pagenavi-wrapper .wp-pagenavi a.first::before,
.pagenavi-wrapper .wp-pagenavi a.first::after {
  transform: rotate(225deg);
}

.pagenavi-wrapper .wp-pagenavi a.last {
  padding-right: 3px;
}

.pagenavi-wrapper .wp-pagenavi a.last::before,
.pagenavi-wrapper .wp-pagenavi a.last::after {
  transform: rotate(45deg);
}

.pagenavi-wrapper .wp-pagenavi a:hover,
.pagenavi-wrapper .wp-pagenavi span.current {
  background: #eb608f;
  border: none;
  font-weight: 400;
  color: #fff;
}

.pagenavi-wrapper .wp-pagenavi span.pages {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.8em;
  font-weight: 400;
}

.detail-ctrl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 776px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:480px) {
  .detail-ctrl.-game-detail {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.detail-ctrl__item {
  width: 33.3333333333%;
  height: 60px;
  margin-top: -2px;
}

.detail-ctrl__item:not(:last-child) {
  margin-right: -2px;
}

.detail-ctrl.-game-detail .detail-ctrl__item:not(:last-child) {
  margin-right: 65px;
}

@media screen and (max-width:960px) {
  .detail-ctrl.-game-detail .detail-ctrl__item:not(:last-child) {
    margin-right: -2px;
  }
}

@media screen and (max-width:680px) {
  .detail-ctrl__item {
    width: 50%;
  }

  .detail-ctrl__item.-sp-none {
    display: none;
  }
}

@media screen and (max-width:480px) {
  .detail-ctrl.-game-detail .detail-ctrl__item {
    height: 35px;
    padding: 0 10px;
  }
}

.detail-ctrl__link {
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  border: 2px solid #f06094;
  background: #fdf2f3;
  font-family: inherit;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2em;
  text-align: center;
  color: #f06094;
  transition: color 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
}

.detail-ctrl__link::before {
  content: "";
  transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
}

.detail-ctrl__link::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f06094;
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
}

.detail-ctrl__link:hover {
  color: #fdf2f3;
}

.detail-ctrl__link:hover::after {
  transform: translateX(0);
}

.detail-ctrl__link.-back::before,
.detail-ctrl__link.-next::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 15px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #f06094;
  border-right: 2px solid #f06094;
  transform-origin: center;
  transform: translateY(-50%) rotate(225deg);
}

@media screen and (max-width:480px) {

  .-game-detail .detail-ctrl__link.-back::before,
  .-game-detail .detail-ctrl__link.-next::before {
    left: 50%;
  }
}

.detail-ctrl__link.-back:hover::before,
.detail-ctrl__link.-next:hover::before {
  border-color: #fdf2f3;
}

.detail-ctrl__link.-next::before {
  left: auto;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width:480px) {
  .-game-detail .detail-ctrl__link.-next::before {
    right: 50%;
  }
}

.detail-ctrl__link.-all::before {
  display: block;
  width: 4px;
  height: 4px;
  background: #f06094;
  margin-right: 10px;
  box-shadow: -6px 0 0 #f06094, -6px 6px 0 #f06094, 0 6px 0 #f06094;
  transform: translateY(-3px);
}

.detail-ctrl__link.-all:hover::before {
  background: #fdf2f3;
  margin-right: 10px;
  box-shadow: -6px 0 0 #fdf2f3, -6px 6px 0 #fdf2f3, 0 6px 0 #fdf2f3;
}

@media screen and (max-width:480px) {
  .detail-ctrl__link .-sp-none {
    display: none;
  }
}

@media screen and (max-width:680px) {
  .block-pc {
    display: none;
  }
}

.block-tab {
  display: none;
}

@media screen and (max-width:960px) {
  .block-tab {
    display: block;
  }
}

.block-sp {
  display: none;
}

@media screen and (max-width:680px) {
  .block-sp {
    display: block;
  }
}

.text-small {
  display: inline-block;
  font-size: 0.875em;
  line-height: 1.7142857143;
}

.text-link {
  font-weight: 400;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.map,
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.map iframe,
.video iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-button {
  width: 100%;
  max-width: 360px;
  height: 70px;
  margin: 0 auto;
}

.c-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #eb608f;
  border-radius: 5px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #fff;
  transition: opacity 0.3s;
}

.c-button__link:hover {
  opacity: 0.7;
  color: #fff;
}

.c-button__link.-big {
  font-size: 1.6rem;
  font-weight: 500;
}

@media screen and (max-width:680px) {
  .c-button__link.-big {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

.c-button__link.-yellow {
  background-color: #f7e149;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width:680px) {
  .c-button__link.-yellow {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

.c-button__link.-yellow:hover {
  color: #000;
}

.c-button__link.-mail::before {
  content: "";
  display: block;
  width: 20px;
  height: 15px;
  margin-right: 10px;
  background: url("../img/icon_mail.svg") center no-repeat;
}

.c-button__link.-login {
  background-color: #f7e149;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width:680px) {
  .c-button__link.-login {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

.c-button__link.-login::before {
  content: "";
  display: block;
  width: 27px;
  height: 32px;
  background: url("../img/icon_login.svg") center no-repeat;
  margin-right: 25px;
}

@media screen and (max-width:680px) {
  .c-button__link.-login::before {
    width: 23px;
    height: 28px;
    background-size: contain;
    margin-right: 10px;
  }
}

.c-button__link.-login:hover {
  color: #000;
}

.c-button__link.-arrow {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  cursor: pointer;
}

.c-button__link.-arrow::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: calc(50% - 7px);
  right: 20px;
  width: 14px;
  height: 14px;
  background: url("../img/icon_arrow_white.svg") right center no-repeat;
  transition: transform 0.4s;
  transform: rotate(180deg);
}

.-open .c-button__link.-arrow::after {
  transform: rotate(360deg);
}

.c-button-line {
  width: 100%;
  max-width: 360px;
  height: 70px;
  margin: 0 auto;
}

.c-button-line__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #eb608f;
  border-radius: 5px;
  position: relative;
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #e5246c;
  cursor: pointer;
}

.c-button-line__link:hover {
  background-color: #eb608f;
  color: #fff;
}

.c-button-line__link.-cart::before {
  content: "";
  display: block;
  width: 28px;
  height: 30px;
  margin-right: 12px;
  background: url("../img/icon_cart_pink.svg") right center no-repeat;
}

.c-button-line__link.-cart:hover::before {
  background-image: url("../img/icon_cart.svg");
}

.c-button-line__link.-arrow::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 12px;
  background: url("../img/icon_down_pink.svg") right center no-repeat;
  position: absolute;
  top: 26px;
  right: 7px;
  transition: transform 0.4s;
}

.c-button-line__link.-arrow:hover {
  background-color: #eb608f;
  color: #fff;
}

.c-button-line__link.-arrow:hover::after {
  background-image: url("../img/icon_down_white.svg");
}

.-open .c-button-line__link.-arrow {
  background: #fff;
  color: #e5246c;
}

.-open .c-button-line__link.-arrow::after {
  background-image: url("../img/icon_down_pink.svg");
  transform: rotate(180deg);
}

.c-button-line__link.-blank::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin-left: 10px;
  background: url("../img/icon_blank.svg") center no-repeat;
}

.c-button-line__link.-blank:hover::after {
  background-image: url("../img/icon_blank_white.svg");
}

.c-button-line__link.-close::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  margin-right: 10px;
  background: url("../img/icon_close.svg") center no-repeat;
}

.c-button-line__link.-close:hover::before {
  background-image: url("../img/icon_close_white.svg");
}

.c-button-line__link.-reload::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-right: 10px;
  background: url("../img/icon_reload.svg") center no-repeat;
}

.c-button-line__link.-reload:hover::before {
  background-image: url("../img/icon_reload_white.svg");
}

.c-button-line__link-icon {
  flex: 0 0 auto;
  margin-right: 12px;
}

table {
  width: 100%;
  table-layout: fixed;
}

.responsive-table table,
.scroll-table-wrap table {
  min-width: 800px;
}

@media screen and (max-width:680px) {

  .block-table table th,
  .block-table table td {
    display: block;
    width: 100%;
    padding: 11px 10px 10px;
  }

  .block-table table th,
  .block-table table tr:not(:last-child) td {
    border-bottom: none;
  }
}

table th,
table td {
  background: #fff;
  border: 1px solid #bfbfbf;
  padding: 17px 15px;
  vertical-align: top;
}

table th {
  width: calc(380 / 1070 * 100%);
  background-color: #f2f2f2;
  font-weight: 400;
  text-align: left;
}

.scroll-table-wrap {
  overflow: auto;
}

.scroll-table-wrap::-webkit-scrollbar {
  height: 5px;
}

.scroll-table-wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.scroll-table-wrap::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}

.dib {
  display: inline-block;
}

.form-input {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  padding: 3px 10px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.form-file {
  display: flex;
  align-items: center;
  width: 100%;
}

.form-file__text {
  width: 100%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  padding: 3px 10px;
}

.form-file__input {
  display: none;
}

.form-file__label {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 30px;
  background: #ddd;
  border-radius: 3px;
  margin-left: 12px;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  cursor: pointer;
  transition: opacity 0.3s;
}

.form-file__label:hover {
  opacity: 0.7;
}

.form-textarea {
  width: 100%;
  min-height: 160px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  resize: vertical;
  padding: 10px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

@media screen and (max-width:680px) {
  .form-textarea {
    min-height: 90px;
  }
}

.form-textarea.-comment {
  min-height: 60px;
}

@media screen and (max-width:680px) {
  .form-textarea.-comment {
    min-height: 40px;
  }
}

:-ms-input-placeholder,
::-webkit-input-placeholder,
::placeholder {
  color: #ccc;
}

.index-heading {
  text-align: center;
}

.index-heading.-left {
  text-align: left;
}

@media screen and (max-width:680px) {
  .index-heading.-left {
    text-align: center;
  }
}

.index-heading__top-title {
  font-family: "Octin Sports", "Libre Franklin Black", sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #eb608f;
}

@media screen and (max-width:680px) {
  .index-heading__top-title {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}

.index-heading__sub-title {
  margin-top: 10px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

@media screen and (max-width:680px) {
  .index-heading__sub-title {
    margin-top: 5px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
}

.index-heading__text {
  margin-top: 16px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width:680px) {
  .index-heading__text {
    margin-top: 10px;
  }
}

.index-main__heading {
  margin-bottom: 36px;
}

@media screen and (max-width:680px) {
  .index-main__heading {
    margin-bottom: 20px;
  }
}

.index-main__body+.index-main__body,
.index-main__body.-mt50 {
  margin-top: 50px;
}

@media screen and (max-width:680px) {

  .index-main__body+.index-main__body,
  .index-main__body.-mt50 {
    margin-top: 20px;
  }
}

.index-main__body.-info {
  height: 100%;
}

.index-main__button {
  margin-top: 40px;
}

@media screen and (max-width:680px) {
  .index-main__button {
    margin-top: 16px;
  }
}

.index-banner {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

@media screen and (max-width:480px) {
  .index-banner {
    flex-direction: column;
    margin: -7px;
  }
}

.index-banner__item {
  width: calc(50% - 20px);
  margin: 10px;
}

@media screen and (max-width:480px) {
  .index-banner__item {
    width: calc(100% - 14px);
    margin: 7px;
  }
}

.main-slider {
  width: 100%;
  padding-bottom: 45px;
}

.main-slider .swiper-pagination-bullet {
  background: #858482;
  opacity: 1;
}

.main-slider .swiper-pagination-bullet-active {
  background: #eb608f;
}

.info-banner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -6px;
}

@media screen and (max-width:680px) {
  .info-banner {
    margin: -3px;
  }
}

.info-banner__item {
  width: calc(25% - 12px);
  height: 90px;
  margin: 6px;
  color: #fff;
}

@media screen and (max-width:960px) {
  .info-banner__item {
    width: calc(50% - 12px);
  }
}

@media screen and (max-width:680px) {
  .info-banner__item {
    width: calc(50% - 6px);
    height: 52px;
    margin: 3px;
  }
}

.info-banner__link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #eb608f;
  background: center no-repeat;
  background-size: cover;
  padding: 10px 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

@media screen and (max-width:680px) {
  .info-banner__link {
    font-size: 1.2rem;
    padding: 10px;
    letter-spacing: 0.025em;
  }
}

.info-banner__link.-broadcast {
  background-image: url("../img/info/info_banner_broadcast.jpg");
}

.info-banner__link.-tv {
  background-image: url("../img/info/info_banner_tv.jpg");
}

.info-banner__link.-radio {
  background-image: url("../img/info/info_banner_radio.jpg");
}

.info-banner__link.-media {
  background-image: url("../img/info/info_banner_media.jpg");
}

.info-banner__link:hover {
  opacity: 0.7;
}

.info-movie-entries {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width:680px) {
  .info-movie-entries {
    margin: -8px;
  }
}

.info-movie-entries__item {
  width: 33.3333333333%;
  padding: 15px;
}

@media screen and (max-width:680px) {
  .info-movie-entries__item {
    width: 50%;
    padding: 8px;
  }
}

@media screen and (max-width:480px) {
  .info-movie-entries__item {
    width: 100%;
  }
}

.info-movie__link {
  display: block;
}

.info-movie__image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.info-movie__image img,
.info-movie__image iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-movie__box {
  padding-top: 16px;
}

@media screen and (max-width:680px) {
  .info-movie__box {
    padding-top: 10px;
  }
}

.info-movie__box-date {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #9b9b9b;
}

.info-movie__box-title {
  overflow: hidden;
  margin-top: 5px;
  font-size: inherit;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (max-width:680px) {
  .info-movie__box-title {
    font-size: 1.4rem;
  }
}

.info-box__catlist {
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #eb608f;
  border-bottom: 1px solid #eb608f;
}

.info-box__catlist.-infolist {
  overflow-x: auto;
}

body:not(.-sp) .info-box__catlist.-infolist::-webkit-scrollbar {
  height: 10px;
}

body:not(.-sp) .info-box__catlist.-infolist::-webkit-scrollbar-track {
  background: #fff;
}

body:not(.-sp) .info-box__catlist.-infolist::-webkit-scrollbar-thumb {
  background: #f2f2f2;
}

.info-box__catlist-container.swiper-container {
  width: 100%;
}

@media screen and (max-width:960px) {
  .info-box__catlist-container.swiper-container {
    overflow: visible;
    max-width: 550px;
    margin-left: 0;
  }
}

@media screen and (max-width:680px) {
  .info-box__catlist-container.swiper-container {
    max-width: 220px;
  }
}

.info-box__catlist-item {
  position: relative;
}

.info-box__catlist-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #eb608f;
  transform-origin: center top;
  transform: scale(1, 0);
  transition: transform 0.4s;
}

.info-box__catlist-item.swiper-slide-thumb-active::before,
.info-box__catlist-item.-current::before {
  transform: scale(1, 1);
}

.info-box__catlist-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  height: 70px;
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.05em;
  cursor: pointer;
}

.info-box.-index .info-box__catlist-text {
  flex-grow: 1;
  flex-shrink: 1;
  height: 40px;
  font-weight: 500;
}

.info-box__catlist-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 69px;
}

.info-box__catlist-link:hover {
  opacity: 0.6;
}

@media screen and (max-width:680px) {
  .info-box__catlist-link {
    width: 107px;
    height: 50px;
  }
}

.info-box__taglist {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -5px -5px;
}

.info-box__taglist:first-child {
  margin-top: -5px;
}

.info-box__taglist-item {
  padding: 5px;
}

.info-box__taglist-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  padding: 0 13px 0 10px;
  background: #cecece;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #fff;
  transition: background-color 0.3s;
}

.info-box__taglist-link:hover,
.info-box__taglist-item.-current .info-box__taglist-link {
  background-color: #ee759e;
  color: #fff;
}

.info-box__entries-wrap {
  margin-top: 20px;
}

.info-box.-index .info-box__entries-wrap {
  margin-top: 7px;
}

.info-box__entry-detail {
  margin-top: 53px;
}

@media screen and (max-width:680px) {
  .info-box__entry-detail {
    margin-top: 30px;
  }
}

.info-box__entry {
  position: relative;
}

.info-box__entry::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #bfbfbf 0%, #bfbfbf 25%, #ffffff 25%, #ffffff 50%, #bfbfbf 50%, #bfbfbf 75%, #ffffff 75%, #ffffff 100%);
  background-size: 4px 1px;
}

@media screen and (max-width:680px) {
  .info-box__entry:last-child::before {
    display: none;
  }
}

.info-box__entry-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 0;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.info-box__entry-link:hover {
  opacity: 0.7;
}

.info-box__entry-date {
  flex: 0 0 auto;
  margin: 4px 13px 4px 0;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #9b9b9b;
}

.info-box__entry-label {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 17px;
  background: #399eb8;
  margin: 4px 13px 4px 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

.info-box__entry-title {
  width: 100%;
  margin: 4px 0;
  font-size: 1.6rem;
  font-weight: 400;
  font-size: 1.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width:680px) {
  .info-box__entry-title {
    white-space: normal;
    text-overflow: inherit;
  }
}

.info-detail__head {
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.4;
}

@media screen and (max-width:680px) {
  .info-detail__head {
    margin-bottom: 20px;
    font-size: 2.6rem;
    line-height: 1.3653846154;
  }
}

.info-detail__tag {
  margin-top: 15px;
}

.info-detail__date {
  margin-top: 40px;
  margin-bottom: 1.7em;
  letter-spacing: 0.05em;
}

@media screen and (max-width:680px) {
  .info-detail__date {
    margin-top: 20px;
    margin-bottom: 1em;
  }
}

.info-detail__body p:not(:last-child) {
  margin-bottom: 1.7em;
}

.info-detail__pager {
  margin-top: 60px;
}

.ticket-box {
  display: flex;
}

.ticket-box__link {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 48.5714285714%;
}

.ticket-box__link img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.ticket-banner__list {
  display: flex;
  margin: -10px;
}

@media screen and (max-width:680px) {
  .ticket-banner__list {
    flex-direction: column;
    align-items: center;
  }
}

.ticket-banner__list-item {
  margin: 10px;
}

.ticket-detail__image-wrap {
  margin-bottom: 50px;
}

.ticket-detail__table-link {
  text-decoration: underline;
}

.ticket-detail__table-link:hover {
  text-decoration: none;
}

@media screen and (max-width:960px) {
  .ticket-sale {
    margin: 0 -15px;
  }
}

.ticket-sale__table {
  margin-bottom: 50px;
  line-height: 1.5;
}

.ticket-sale__table-header {
  color: #fff;
}

@media screen and (max-width:680px) {
  .ticket-sale__table-header {
    display: none;
  }
}

.ticket-sale__table-cell {
  padding: 24px 0px 20px;
  background: #fceaf1;
  border: none;
  font-size: 1.6rem;
  vertical-align: middle;
}

.ticket-sale__table-row:nth-child(even) .ticket-sale__table-cell {
  background: #fef7fa;
}

.ticket-sale__table-header .ticket-sale__table-cell {
  background: #ee759e;
  padding: 12px 10px 12px;
  text-align: center;
}

.ticket-sale__table-cell.-start {
  width: 18.691588785%;
  text-align: center;
}

@media screen and (max-width:680px) {
  .ticket-sale__table-cell.-start {
    text-align: left;
  }
}

.ticket-sale__table-row:nth-child(even) .ticket-sale__table-cell.-start {
  padding-top: 15px;
}

.ticket-sale__table-cell.-target {
  width: 48.5981308411%;
  padding-left: 27px;
}

.ticket-sale__table-cell.-site {
  width: 32.7102803738%;
}

@media screen and (max-width:680px) {

  .ticket-sale__table-cell.-start,
  .ticket-sale__table-cell.-target,
  .ticket-sale__table-cell.-site {
    display: block;
    width: 100%;
    padding: 0 13px 10px;
  }
}

.ticket-sale__table-cell-inner {
  display: flex;
  align-items: center;
  color: #e8457d;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width:680px) {
  .ticket-sale__table-cell-inner {
    line-height: 1.3;
  }
}

.ticket-sale__table-cell-note {
  font-weight: 400;
  font-size: 1.2rem;
}

.ticket-sale__table-cell-banner {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:680px) {
  .ticket-sale__table-cell-banner {
    width: 100%;
    padding-bottom: 5px;
  }
}

.ticket-sale__table-cell-img {
  flex: 0 0 auto;
}

@media screen and (max-width:680px) {
  .ticket-sale__table-cell-img {
    margin-left: 10px;
  }
}

.ticket-sale__table-sp {
  display: none;
  background: #ee759e;
  margin: 0 -20px 5px;
  padding: 13px 0 14px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width:680px) {
  .ticket-sale__table-sp {
    display: block;
  }
}

@media screen and (max-width:960px) {
  .ticket-sale__banner {
    padding: 0 15px;
  }
}

.ticket-info__seat {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width:680px) {
  .ticket-info__seat {
    margin-bottom: 10px;
  }
}

@media screen and (max-width:680px) {
  .ticket-info__seat-pc {
    display: none;
  }
}

.ticket-info__seat-sp {
  display: none;
}

@media screen and (max-width:680px) {
  .ticket-info__seat-sp {
    display: block;
  }
}

.ticket-info__table {
  margin-bottom: 50px;
}

@media screen and (max-width:960px) {
  .ticket-info__table {
    margin-right: -15px;
  }
}

@media screen and (max-width:480px) {
  .ticket-info__table {
    margin-bottom: 20px;
  }
}

.ticket-info__table .scroll-table-wrap {
  padding-top: 40px;
}

.ticket-info__table .scroll-table-wrap table {
  min-width: 1070px;
}

.ticket-info__table-note {
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}

.ticket-info-table {
  table-layout: fixed;
}

.ticket-info-table__cell {
  padding: 0;
  border: none;
  background: #fef7fa;
  position: relative;
  padding: 22px 16px 24px;
  line-height: 1.5;
  vertical-align: middle;
}

.ticket-info-table__row:nth-child(even) .ticket-info-table__cell {
  background: #fff;
}

.ticket-info-table__row:nth-child(6) .ticket-info-table__cell {
  padding: 15px 16px 15px;
}

.ticket-info-table__row.-pink .ticket-info-table__cell {
  background: #fef7fa;
}

.ticket-info-table__header .ticket-info-table__cell {
  background: #ee759e;
  padding: 34px 0 36px;
  color: #fff;
  text-align: center;
}

.ticket-info-table__cell.-kind,
.ticket-info-table__cell.-block {
  width: 19.6261682243%;
}

.ticket-info-table__cell.-class {
  width: 13.0841121495%;
}

.ticket-info-table__cell.-member-price {
  width: 26.1682242991%;
  position: relative;
  text-align: center;
}

.ticket-info-table__cell.-member-price::after {
  content: "";
  width: 3px;
  height: 100%;
  background: #e8457d;
  position: absolute;
  top: 0;
}

.ticket-info-table__cell.-member-price.-regular {
  border-right: 3px solid #e8457d;
  background: #f8d1e0;
  color: #e8457d;
  font-size: 1.8rem;
  font-weight: 700;
}

.ticket-info-table__cell.-member-price.-regular::after {
  left: 0;
}

.ticket-info-table__cell.-member-price.-support {
  background: #fceaf1;
}

.ticket-info-table__cell.-member-price.-support::after {
  right: 0;
}

.ticket-info-table__row:last-child .ticket-info-table__cell.-member-price {
  border-bottom: 3px solid #e8457d;
}

.ticket-info-table__row:last-child .ticket-info-table__cell.-member-price.-head {
  border-bottom: none;
}

.ticket-info-table__cell.-member-price.-head::after {
  content: none;
}

.ticket-info-table__cell.-general-price {
  width: 22.4299065421%;
  text-align: center;
}

.ticket-info-table__cell .-small {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

.ticket-info-table__cell-member {
  width: 100%;
  height: 140px;
  padding: 10px 0 0;
  position: absolute;
  top: -40px;
  left: 0;
  background: #e8457d;
}

.ticket-info-table__cell-member-eng {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 1px;
  padding: 9px 10px 6px;
  background: #fff;
  font-family: "Octin Sports", "Libre Franklin Black", sans-serif;
  font-size: 1.6rem;
  color: #eb608f;
  line-height: 1;
  letter-spacing: 0.08em;
}

.ticket-info-table__cell-member-label {
  margin-bottom: 13px;
  font-size: 1.6rem;
  color: #fff;
}

.ticket-info-table__cell-member-box {
  display: flex;
}

.ticket-info-table__cell-member-box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 50%;
}

.ticket-info-table__cell-member-box-text {
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 3px 5px;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  color: #eb608f;
  line-height: 1;
}

.ticket-info-table__cell-member-box-img {
  width: 70px;
}

.ticket-info-table__cell-general {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 7px;
  left: 0;
}

.ticket-info-table__cell-general-item {
  width: 100%;
  text-align: center;
}

.ticket-info-table__cell-general-text {
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 3px 5px;
  font-size: 1.3rem;
  letter-spacing: 0.01em;
  color: #399eb8;
  line-height: 1;
}

@media screen and (max-width:680px) {
  .fanclub-banner__pc {
    display: none;
  }
}

.fanclub-banner__sp {
  display: none;
}

@media screen and (max-width:680px) {
  .fanclub-banner__sp {
    display: block;
  }
}

.ticket-off__image {
  background: url("../img/game/bg.jpg") center no-repeat;
  background-size: cover;
  text-align: center;
}

.game-pickup__content {
  margin-bottom: 15px;
}

.game-pickup__content.-match {
  border: 1px solid #a9a9a9;
}

.game-pickup__content.-ranking {
  margin-top: 30px;
}

.game-pickup__prev-btn,
.game-pickup__next-btn {
  width: 28px;
  height: 32px;
  padding: 10px;
  position: absolute;
  top: 34px;
  cursor: pointer;
  z-index: 5;
  transition: opacity 0.3s;
}

.game-pickup__prev-btn:hover,
.game-pickup__next-btn:hover {
  opacity: 0.6;
}

.game-pickup__prev-btn {
  background: url("../img/icon_prev_pink.svg") center no-repeat;
  left: 10px;
}

.game-pickup__next-btn {
  background: url("../img/icon_next_pink.svg") center no-repeat;
  right: 10px;
}

.gamePick-match {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px 20px;
  position: relative;
  line-height: 1.4;
}

.gamePick-match__label {
  margin-bottom: 17px;
  text-align: center;
}

.gamePick-match__label-title {
  font-family: "Octin Sports", "Libre Franklin Black", sans-serif;
  font-size: 2.1rem;
  letter-spacing: 0.07em;
  color: #eb608f;
}

.gamePick-match__label-date {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
}

.gamePick-match__text {
  margin-bottom: 16px;
  text-align: center;
}

.gamePick-match__text-name {
  margin-bottom: 5px;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}

.gamePick-match__text-place {
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}

.gamePick-match__result {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.gamePick-match__result-left,
.gamePick-match__result-right {
  display: flex;
  width: 100px;
  align-items: center;
  justify-content: center;
}

.gamePick-match__result-left {
  padding-right: 10px;
}

.gamePick-match__result-right {
  padding-left: 20px;
}

.gamePick-match__result-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  flex: 0 0 auto;
}

.gamePick-match__result-point {
  font-size: 4.6rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.gamePick-match__result-point.-win {
  color: #eb608f;
}

.gamePick-match__result-hyphen {
  width: 12px;
  height: 4px;
  background: #000;
  margin: 34px 10px 0 10px;
}

.gamePick-match__detail {
  display: flex;
  justify-content: center;
  margin-bottom: 23px;
}

.gamePick-match__detail-left,
.gamePick-match__detail-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70px;
}

.gamePick-match__detail-left {
  padding-right: 15px;
}

.gamePick-match__detail-right {
  padding-left: 15px;
}

.gamePick-match__detail-team {
  margin-bottom: 8px;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
}

.gamePick-match__detail-btn {
  display: inline-block;
  background: #399eb8;
  border-radius: 10px;
  padding: 1px 5px 1px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.01em;
}

.gamePick-match__detail-set {
  margin: -2px 0px 0;
}

.gamePick-match__detail-point {
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

.gamePick-match__detail-point.-left {
  margin-right: 8px;
}

.gamePick-match__detail-point.-right {
  margin-left: 8px;
}

.gamePick-match__detail-count {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
}

.gamePick-match__detail-count::before,
.gamePick-match__detail-count::after {
  display: inline;
  content: "-";
  font-size: 1.3rem;
  letter-spacing: 0.03em;
}

.gamePick-match__detail-count::before {
  padding-right: 2px;
}

.gamePick-match__detail-count::after {
  padding-left: 2px;
}

.gamePick-match__button {
  display: flex;
  justify-content: center;
}

.gamePick-match__button-item {
  width: 75px;
  height: 30px;
}

.gamePick-match__button-item:nth-child(2) {
  margin: 0 9px;
}

.gamePick-match__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #eb608f;
  border-radius: 3px;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}

@media screen and (max-width:680px) {
  .gamePick-match__button-link {
    padding-bottom: 2px;
  }
}

.gamePick-match__button-link:hover {
  opacity: 0.7;
  color: #fff;
}

.gamePick-ranking__title {
  margin-bottom: 7px;
}

.gamePick-ranking__title-eng {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.gamePick-ranking__title-date {
  margin-left: -5px;
  font-size: 1.3rem;
}

.gamePick-ranking__table-wrap {
  margin-bottom: 15px;
}

.gamePick-ranking__table {
  border: none;
}

.gamePick-ranking__table-header .gamePick-ranking__table-head,
.gamePick-ranking__table-header .gamePick-ranking__table-data {
  background: #ededed;
}

.gamePick-ranking__table-row:nth-child(even) .gamePick-ranking__table-head,
.gamePick-ranking__table-row:nth-child(even) .gamePick-ranking__table-data {
  background: #ededed;
}

.gamePick-ranking__table-head,
.gamePick-ranking__table-data {
  border: 2px solid #fff;
  background: #fff;
  padding: 3px 0px 3px 12px;
  font-size: 1.3rem;
}

.gamePick-ranking__table-head:last-child,
.gamePick-ranking__table-data:last-child {
  border: none;
}

.gamePick-ranking__table-head.-bold,
.gamePick-ranking__table-data.-bold {
  font-weight: 500;
}

.gamePick-ranking__table-head {
  width: 200px;
}

.gamePick-ranking__table-data {
  width: 30px;
  padding: 3px 5px 3px;
  text-align: center;
}

.gamePick-ranking__table-num {
  display: inline-block;
  width: 20px;
  text-align: right;
  margin-right: 10px;
  margin-left: -12px;
}

@media screen and (max-width:960px) {
  .game-report {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.game-report__main-prev-btn,
.game-report__main-next-btn {
  display: none;
}

.game-report__prev-btn,
.game-report__next-btn {
  height: calc(100% - 10px);
  margin-top: 5px;
}

.game-report__main-slider {
  margin-bottom: 30px;
}

@media screen and (max-width:680px) {
  .game-report__main-slider {
    margin-bottom: 0px;
  }
}

@media screen and (max-width:960px) {
  .game-report__sub-slider {
    display: none;
  }
}

.game-report__pagenation.swiper-pagination {
  display: none;
  padding-top: 10px;
}

@media screen and (max-width:960px) {
  .game-report__pagenation.swiper-pagination {
    display: block;
  }
}

.game-report__sub-slide {
  padding: 5px 0;
}

.game-report__off-image {
  background: url("../img/game/bg.jpg") center no-repeat;
  background-size: cover;
}

.gameMainSlide {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  line-height: 1.4;
}

@media screen and (max-width:960px) {
  .gameMainSlide {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .game-report .gameMainSlide {
    width: 100%;
    margin-left: 0;
  }
}

.gameMainSlide__label {
  background: #ee759e;
  padding: 26px 10px 24px;
  text-align: center;
}

@media screen and (max-width:480px) {
  .gameMainSlide__label {
    padding: 13px 10px 14px;
  }
}

.gameMainSlide__label-eng {
  font-family: "Octin Sports", "Libre Franklin Black", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.07em;
  color: #fff;
}

@media screen and (max-width:680px) {
  .gameMainSlide__label-eng {
    font-size: 2rem;
  }
}

@media screen and (max-width:480px) {
  .gameMainSlide__label-eng {
    font-size: 1.4rem;
  }
}

.gameMainSlide__label-eng.-match {
  color: #ffff00;
  animation: flash infinite 1s;
}

.gameMainSlide__label-ja {
  font-size: 3.6rem;
  letter-spacing: 0.01em;
  color: #fff;
}

@media screen and (max-width:680px) {
  .gameMainSlide__label-ja {
    font-size: 2.6rem;
  }
}

@media screen and (max-width:480px) {
  .gameMainSlide__label-ja {
    font-size: 1.7rem;
  }
}

.gameMainSlide__content {
  background: url("../img/game/bg.jpg") center;
  background-size: cover;
  padding: 20px 10px 30px;
}

@media screen and (max-width:480px) {
  .gameMainSlide__content {
    padding: 20px 10px 23px;
  }
}

.gameMainSlide__content.-detail {
  padding-bottom: 55px;
}

@media screen and (max-width:480px) {
  .gameMainSlide__content.-detail {
    padding-bottom: 8px;
  }
}

.gameMainSlide__content-place {
  margin-bottom: 5px;
  font-size: 2.6rem;
  letter-spacing: 0.01em;
  text-align: center;
}

@media screen and (max-width:680px) {
  .gameMainSlide__content-place {
    font-size: 2rem;
  }
}

@media screen and (max-width:480px) {
  .gameMainSlide__content-place {
    margin-bottom: 0px;
    font-size: 1.4rem;
  }
}

.gameMainSlide__content-date {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
}

@media screen and (max-width:680px) {
  .gameMainSlide__content-date {
    margin-bottom: 10px;
    font-size: 2rem;
  }
}

@media screen and (max-width:480px) {
  .gameMainSlide__content-date {
    margin-bottom: 2px;
    font-size: 1.4rem;
  }
}

.gameMainSlide__content-result {
  display: flex;
  justify-content: center;
  margin-bottom: 5px;
}

@media screen and (max-width:480px) {
  .gameMainSlide__content-result {
    margin-bottom: 10px;
  }
}

.gameMainSlide__result-left,
.gameMainSlide__result-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -16px;
}

@media screen and (max-width:680px) {

  .gameMainSlide__result-left,
  .gameMainSlide__result-right {
    top: 0;
  }
}

.gameMainSlide__result-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  flex: 0 0 auto;
}

@media screen and (max-width:680px) {
  .gameMainSlide__result-logo {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width:480px) {
  .gameMainSlide__result-logo {
    width: 100px;
    height: 100px;
  }
}

.gameMainSlide__result-logo.-left {
  margin-right: 80px;
}

@media screen and (max-width:1180px) {
  .gameMainSlide__result-logo.-left {
    margin-right: 0;
  }
}

.gameMainSlide__result-logo.-right {
  margin-left: 80px;
}

@media screen and (max-width:1180px) {
  .gameMainSlide__result-logo.-right {
    margin-left: 0;
  }
}

.gameMainSlide__result-point {
  min-width: 74px;
  font-size: 12rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media screen and (max-width:680px) {
  .gameMainSlide__result-point {
    min-width: 45px;
    font-size: 7rem;
  }
}

@media screen and (max-width:480px) {
  .gameMainSlide__result-point {
    font-size: 6rem;
  }
}

.gameMainSlide__result-point.-win {
  color: #eb608f;
}

.gameMainSlide__result-hyphen {
  width: 31px;
  height: 10px;
  background: #000;
  margin: 85px 53px 0 48px;
  flex: 0 0 auto;
}

@media screen and (max-width:1180px) {
  .gameMainSlide__result-hyphen {
    margin: 85px 10px 0;
  }
}

@media screen and (max-width:680px) {
  .gameMainSlide__result-hyphen {
    margin-top: 60px;
  }
}

@media screen and (max-width:480px) {
  .gameMainSlide__result-hyphen {
    width: 14px;
    height: 5px;
    margin: 53px 15px 0 4px;
  }
}

.gameMainSlide__detail {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width:480px) {
  .gameMainSlide__detail {
    margin-bottom: 25px;
  }
}

.gameMainSlide__detail-left,
.gameMainSlide__detail-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}

@media screen and (max-width:680px) {

  .gameMainSlide__detail-left,
  .gameMainSlide__detail-right {
    width: 120px;
  }
}

@media screen and (max-width:480px) {

  .gameMainSlide__detail-left,
  .gameMainSlide__detail-right {
    width: 100px;
  }
}

.gameMainSlide__detail-team {
  margin-bottom: 22px;
  font-size: 2.6rem;
  letter-spacing: 0.01em;
}

@media screen and (max-width:680px) {
  .gameMainSlide__detail-team {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width:480px) {
  .gameMainSlide__detail-team {
    font-size: 1.4rem;
  }
}

.gameMainSlide__detail-btn {
  display: inline-block;
  background: #399eb8;
  border-radius: 15px;
  padding: 1px 9px 4px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.01em;
}

@media screen and (max-width:680px) {
  .gameMainSlide__detail-btn {
    padding: 1px 5px 2px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:480px) {
  .gameMainSlide__detail-btn {
    font-size: 1.1rem;
  }
}

.gameMainSlide__detail-set {
  margin: -43px 155px 0;
}

@media screen and (max-width:1180px) {
  .gameMainSlide__detail-set {
    margin: -43px 35px 0;
  }
}

@media screen and (max-width:680px) {
  .gameMainSlide__detail-set {
    margin: 0 34px 0;
  }
}

@media screen and (max-width:480px) {
  .gameMainSlide__detail-set {
    margin: -3px 32px 0;
  }
}

.gameMainSlide__detail-set-item {
  white-space: nowrap;
}

@media screen and (max-width:480px) {
  .gameMainSlide__detail-set-item {
    margin-bottom: -7px;
  }
}

.gameMainSlide__detail-point {
  font-size: 2.2rem;
  letter-spacing: 0.03em;
}

@media screen and (max-width:680px) {
  .gameMainSlide__detail-point {
    font-size: 1.6rem;
  }
}

@media screen and (max-width:480px) {
  .gameMainSlide__detail-point {
    font-size: 1.4rem;
  }
}

.gameMainSlide__detail-count {
  margin: 0 12px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}

@media screen and (max-width:680px) {
  .gameMainSlide__detail-count {
    font-size: 0rem;
  }
}

@media screen and (max-width:480px) {
  .gameMainSlide__detail-count {
    margin: 0 7px;
  }
}

.gameMainSlide__detail-count::before,
.gameMainSlide__detail-count::after {
  display: inline;
  content: "-";
  font-size: 1.7rem;
  letter-spacing: 0.03em;
}

@media screen and (max-width:480px) {

  .gameMainSlide__detail-count::before,
  .gameMainSlide__detail-count::after {
    font-size: 1.4rem;
  }
}

.gameMainSlide__detail-count::before {
  padding-right: 2px;
}

@media screen and (max-width:680px) {
  .gameMainSlide__detail-count::before {
    padding-right: 0;
  }
}

.gameMainSlide__detail-count::after {
  padding-left: 2px;
}

@media screen and (max-width:680px) {
  .gameMainSlide__detail-count::after {
    display: none;
  }
}

.gameMainSlide__button {
  width: 100%;
  max-width: 360px;
  height: 70px;
  margin: auto;
}

.gameMainSlide__button-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #eb608f;
  border-radius: 5px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}

.gameMainSlide__button-link:hover {
  opacity: 0.7;
  color: #fff;
}

@keyframes flash {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.gameSubSlide {
  height: 189px;
  background: #fad6e3;
  padding: 13px 10px 10px;
  text-align: center;
  line-height: 1.4;
  transition: box-shadow 0.4s;
  box-sizing: border-box;
}

@media screen and (max-width:960px) {
  .gameSubSlide {
    display: none;
  }
}

.swiper-slide-thumb-active .gameSubSlide {
  box-shadow: 0 0 0 5px #eb608f;
}

.gameSubSlide:hover {
  cursor: pointer;
}

.gameSubSlide__title {
  margin-bottom: 9px;
  font-size: 2.2rem;
  letter-spacing: 0.07em;
  color: #eb608f;
  font-family: "Octin Sports", "Libre Franklin Black", sans-serif;
}

.gameSubSlide__date {
  margin-bottom: 1px;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}

.gameSubSlide__place {
  margin-bottom: 13px;
  font-size: 1.6rem;
  letter-spacing: 0.07em;
}

.gameSubSlide__result {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.gameSubSlide__result-left,
.gameSubSlide__result-right {
  display: flex;
  width: 100px;
  align-items: center;
  justify-content: center;
}

.gameSubSlide__result-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  flex: 0 0 auto;
}

.gameSubSlide__result-logo.-left {
  margin-right: 10px;
}

.gameSubSlide__result-logo.-right {
  margin-left: 10px;
}

.gameSubSlide__result-point {
  min-width: 26px;
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  position: relative;
  top: -4px;
}

.gameSubSlide__result-point.-win {
  color: #eb608f;
}

.gameSubSlide__result-hyphen {
  width: 12px;
  height: 4px;
  background: #000;
  margin: 28px 20px 0;
}

.game-archive {
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
  transform: translateY(-27px);
}

.game-archive__inner {
  background: #eb608f;
  padding: 42px 10px 13px;
}

.game-archive__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

.game-archive__list-item {
  flex: 0 0 auto;
  width: 160px;
  height: 50px;
  margin: 3px 5px 10px;
  margin-bottom: 15px;
}

@media screen and (max-width:960px) {
  .game-archive__list-item {
    width: 50%;
    margin: 0;
    padding: 5px;
  }
}

.game-archive__list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #e5246c;
  transition: background 0.3s;
}

.game-archive__list-link:hover {
  background: #f095b3;
  color: #fff;
}

.game-archive__close-btn {
  width: 100px;
  padding: 5px 0;
  margin: auto;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s;
}

.game-archive__close-btn:hover {
  opacity: 0.6;
}

@media screen and (max-width:960px) {
  .game-ranking {
    margin-right: -15px;
  }
}

.game-ranking__table {
  table-layout: fixed;
}

.game-ranking__table-header .game-ranking__table-head {
  background: #ee759e;
  color: #fff;
  font-size: 1.6rem;
}

@media screen and (max-width:680px) {
  .game-ranking__table-header .game-ranking__table-head {
    font-size: 1.2rem;
  }
}

.game-ranking__table-row:nth-child(even) .game-ranking__table-data {
  background: #fceaf1;
}

.game-ranking__table-head,
.game-ranking__table-data {
  border: none;
  background: #fef7fa;
  width: 7.9%;
  min-width: 5.5em;
  text-align: center;
  letter-spacing: 0;
  vertical-align: middle;
}

.game-ranking__table-head.-rank,
.game-ranking__table-data.-rank {
  position: sticky;
  top: 0;
  left: 0;
  width: 5.6%;
}

@media screen and (max-width:680px) {

  .game-ranking__table-head.-rank,
  .game-ranking__table-data.-rank {
    width: 5%;
  }
}

.game-ranking__table-head.-team,
.game-ranking__table-data.-team {
  width: 30.8%;
  min-width: 245px;
}

.game-ranking__table-head {
  padding: 8px 10px;
}

@media screen and (max-width:680px) {
  .game-ranking__table-head {
    padding: 8px 5px;
  }
}

.game-ranking__table-data {
  padding: 6px 15px;
}

@media screen and (max-width:960px) {
  .game-ranking__table-data {
    font-size: 1.4rem;
  }
}

@media screen and (max-width:680px) {
  .game-ranking__table-data {
    padding: 4px 5px;
    font-size: 1.2rem;
  }
}

.game-ranking__table-team {
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.game-ranking__table-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
}

@media screen and (max-width:680px) {
  .game-ranking__table-logo {
    width: 50px;
    height: 50px;
  }
}

.game-information {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width:680px) {
  .game-information {
    flex-direction: column;
    align-items: center;
  }
}

.game-information__item {
  width: 48%;
  max-width: 515px;
  margin: 0 1% 30px;
}

@media screen and (max-width:680px) {
  .game-information__item {
    width: 100%;
    margin: 0 auto 15px;
  }
}

.game-information__item-img {
  width: 100%;
}

.game-schedule {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #7c4c50;
}

@media screen and (max-width:480px) {
  .game-schedule {
    max-width: 100%;
  }
}

.game-schedule__link-inner {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 62.8511966701%;
  background: url("../img/game/schedule_banner.jpg") center no-repeat;
  background-size: cover;
  transition: opacity 0.3s;
}

.game-schedule__link-inner:hover {
  opacity: 0.8;
}

.game-schedule__link-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 122px;
  background: rgba(235, 96, 143, 0.9);
  font-size: 2rem;
  letter-spacing: 0.05em;
  color: #fff;
  pointer-events: none;
}

@media screen and (max-width:1180px) {
  .game-schedule__link-bar {
    height: 75px;
  }
}

@media screen and (max-width:960px) {
  .game-schedule__link-bar {
    height: 80px;
  }
}

@media screen and (max-width:680px) {
  .game-schedule__link-bar {
    font-size: 1.6rem;
  }
}

.game-schedule__link-bar::before {
  content: "";
  display: block;
  width: 41px;
  height: 46px;
  background: url("../img/side/s_schedule_icon.svg") center no-repeat;
  background-size: 100%;
  margin-right: 22px;
}

@media screen and (max-width:680px) {
  .game-schedule__link-bar::before {
    width: 31px;
    height: 36px;
  }
}

.game-schedule-table {
  line-height: 1.35;
}

.game-schedule-table__header {
  color: #fff;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__header {
    display: none;
  }
}

.game-schedule-table__row {
  display: flex;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__row {
    flex-direction: column;
    border: 1px solid #ef83aa;
    border-bottom: none;
  }
}

@media screen and (max-width:1180px) {
  .game-schedule-table__row:last-child {
    border-bottom: 1px solid #ef83aa;
  }
}

.game-schedule-table__row-link {
  display: flex;
  width: 100%;
  transition: box-shadow 0.3s, transform 0.3s;
  z-index: 1;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__row-link {
    flex-direction: column;
    pointer-events: none;
  }
}

.game-schedule-table__row-link:hover {
  text-decoration: none;
  box-shadow: 0 5px 10px 0px rgba(186, 128, 150, 0.5);
  transform: translateY(-1px);
  z-index: 2;
}

@media screen and (max-width:960px) {
  .game-schedule-table__row-link:hover {
    box-shadow: none;
  }
}

.game-schedule-table__cell {
  display: flex;
  align-items: center;
  padding: 0px 10px 0px 30px;
  background: #fef7fa;
  position: relative;
  font-size: 1.6rem;
  flex: 1 0 auto;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 27%;
    line-height: 1.6;
    letter-spacing: 0.07em;
  }
}

@media screen and (max-width:960px) {
  .game-schedule-table__cell {
    padding-left: 22%;
  }
}

@media screen and (max-width:480px) {
  .game-schedule-table__cell {
    font-size: 1.4rem;
  }
}

.-header .game-schedule-table__cell {
  background: #ee759e;
  justify-content: center;
  padding: 12px 10px 12px;
}

@media screen and (min-width: 1180px) {
  .game-schedule-table__row:nth-child(even) .game-schedule-table__cell {
    background: #fceaf1;
  }
}

@media screen and (min-width: 1180px) and (max-width:1180px) {
  .game-schedule-table__row:nth-child(even) .game-schedule-table__cell {
    background: #fef7fa;
  }
}

.game-schedule-table__cell.-date {
  width: 10.7%;
  padding-left: 10px;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell.-date {
    width: 100%;
    border-bottom: 1px solid #ef83aa;
    background: #fceaf1;
    padding: 12px 10px 11px;
  }
}

@media screen and (max-width:480px) {
  .game-schedule-table__cell.-date {
    padding: 8px 7px 9px;
  }
}

.game-schedule-table__cell.-date.-header {
  width: 9.7%;
}

.game-schedule-table__cell.-opponent {
  width: 37.2%;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell.-opponent {
    width: 100%;
    padding-top: 23px;
    padding-bottom: 14px;
  }
}

@media screen and (max-width:1180px) and (max-width:480px) {
  .game-schedule-table__cell.-opponent {
    padding-top: 19px;
    padding-bottom: 11px;
  }
}

.-header .game-schedule-table__cell.-opponent {
  width: 33.5%;
}

.game-schedule-table__cell.-place {
  width: 41.3%;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell.-place {
    width: 100%;
  }
}

.game-schedule-table__cell.-place.-home {
  color: #399eb8;
}

.-header .game-schedule-table__cell.-place {
  width: 37.2%;
}

.game-schedule-table__cell.-result {
  width: 10.7%;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell.-result {
    width: 100%;
    padding-bottom: 9px;
  }
}

@media screen and (max-width:480px) {
  .game-schedule-table__cell.-result {
    padding-bottom: 14px;
  }
}

.-header .game-schedule-table__cell.-result {
  width: 9.7%;
}

.game-schedule-table__cell.-ticket {
  width: 9.3%;
  padding-left: 10px;
  margin-left: 4px;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell.-ticket {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: 100%;
    padding: 5px 10px 15px;
    margin: auto;
  }
}

.-header .game-schedule-table__cell.-ticket {
  width: 9.3%;
}

.game-schedule-table.-ticket .game-schedule-table__cell.-ticket {
  display: none;
  padding-left: 0;
  padding: 20px 0;
}

@media screen and (max-width:1180px) {
  .game-schedule-table.-ticket .game-schedule-table__cell.-ticket {
    display: flex;
    align-items: center;
  }
}

.game-schedule-table__cell.-ticket-date {
  width: 16.6%;
  padding-left: 15px;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell.-ticket-date {
    width: 100%;
    border-bottom: 1px solid #ef83aa;
    background: #fceaf1;
    padding: 12px 10px 11px;
  }
}

@media screen and (max-width:480px) {
  .game-schedule-table__cell.-ticket-date {
    padding: 8px 7px 9px;
  }
}

.game-schedule-table__cell.-ticket-opponent {
  width: 33.5%;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell.-ticket-opponent {
    width: 100%;
    padding-top: 23px;
    padding-bottom: 14px;
  }
}

@media screen and (max-width:1180px) and (max-width:480px) {
  .game-schedule-table__cell.-ticket-opponent {
    padding-top: 19px;
    padding-bottom: 11px;
  }
}

.game-schedule-table__cell.-ticket-place {
  width: 49.8%;
  color: #399eb8;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell.-ticket-place {
    width: 100%;
  }
}

.game-schedule-table__row.-header .game-schedule-table__cell.-ticket-place {
  color: inherit;
}

.game-schedule-table__cell-date {
  padding-left: 5px;
}

@media screen and (max-width:480px) {
  .game-schedule-table__cell-date {
    padding-left: 0;
  }
}

.game-schedule-table__cell-day {
  display: block;
  text-align: center;
  white-space: nowrap;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell-day {
    display: inline;
  }
}

.game-schedule-table__cell-time {
  display: block;
  text-align: center;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell-time {
    display: inline;
  }
}

.game-schedule-table__cell-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-right: 10px;
  z-index: 2;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell-logo {
    width: 15vw;
    height: 15vw;
    position: absolute;
    top: 15px;
    left: 10px;
  }
}

.game-schedule-table__cell-opponent {
  display: flex;
  align-items: center;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell-opponent {
    flex-direction: column;
    align-items: flex-start;
  }
}

.game-schedule-table__cell-home {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 14px;
  margin-left: 10px;
  border-radius: 10px;
  background: #399eb8;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 0.005em;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell-home {
    display: none;
  }
}

.game-schedule-table__cell-ticket-link {
  display: block;
  width: 80px;
  height: 29px;
  padding-top: 5px;
  background: #399eb8;
  border-radius: 5px;
  box-shadow: 0 3px 0 0 #2f8593;
  transition: box-shadow 0.3s, transform 0.3s;
  will-change: transform, box-shadow;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell-ticket-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    max-width: 150px;
    height: 55px;
    padding: 0;
    margin: 0 0 0 17px;
    border-radius: 4px;
    box-shadow: none;
    transition: opacity 0.3s;
  }
}

.game-schedule-table__cell-ticket-link:hover {
  color: #fff;
  transform: translateY(3px);
  box-shadow: 0 0 0 #2f8593;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell-ticket-link:hover {
    box-shadow: none;
    transform: none;
    opacity: 0.7;
  }
}

.game-schedule-table__cell-detail-link {
  display: none;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 150px;
  height: 55px;
  background: #eb608f;
  border-radius: 4px;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  transition: opacity 0.3s;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__cell-detail-link {
    display: flex;
  }
}

.game-schedule-table__cell-detail-link:hover {
  color: #fff;
  opacity: 0.7;
}

.game-schedule-table__sp-text {
  display: none;
}

.game-schedule-table__sp-text.-place {
  color: #000;
}

@media screen and (max-width:1180px) {
  .game-schedule-table__sp-text {
    display: inline;
  }
}

.pink-table__head,
.pink-table__data {
  background: #fef7fa;
  border: 1px solid #ee759e;
  letter-spacing: 0.05em;
}

@media screen and (max-width:680px) {

  .pink-table__head,
  .pink-table__data {
    padding: 10px 15px;
  }
}

@media screen and (max-width:480px) {

  .pink-table__head,
  .pink-table__data {
    border-bottom: none;
    display: block;
    width: 100%;
    padding: 10px 7px 9px;
    font-size: 1.4rem;
  }
}

.pink-table__head {
  background: #fceaf1;
}

.pink-table__row:last-child .pink-table__data {
  border-bottom: 1px solid #ee759e;
}

.game-comment__box {
  display: flex;
  margin-bottom: 30px;
}

@media screen and (max-width:680px) {
  .game-comment__box {
    flex-direction: column;
    align-items: center;
  }
}

.game-comment__box-figure {
  width: 210px;
  margin-right: 32px;
  flex: 0 0 auto;
}

@media screen and (max-width:680px) {
  .game-comment__box-figure {
    margin: 0 0 20px;
  }
}

.game-comment__box-figure-caption {
  background: #fceaf1;
  padding: 10px 10px 10px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.3;
}

.game-comment__box-figure-caption-position {
  font-size: 1.4rem;
}

.game-comment__box-name.temp-subTitle {
  margin-bottom: 15px;
  letter-spacing: 0.06em;
}

@media screen and (max-width:680px) {
  .game-comment__box-name.temp-subTitle {
    margin-bottom: 10px;
  }
}

.game-comment__box-text {
  letter-spacing: 0.05em;
}

.game-gallery__list {
  display: flex;
  flex-wrap: wrap;
}

.game-gallery__list-item {
  width: 31.5%;
  margin: 0 2.5% 2% 0;
}

@media screen and (max-width:480px) {
  .game-gallery__list-item {
    width: 48%;
    margin: 0 2% 2% 0;
  }
}

.game-gallery__list-item:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width:480px) {
  .game-gallery__list-item:nth-child(3n) {
    margin-right: 2%;
  }
}

@media screen and (max-width:480px) {
  .game-gallery__list-item:nth-child(2n) {
    margin-right: 0;
  }
}

.game-gallery__list-item:nth-last-child(3),
.game-gallery__list-item:nth-last-child(2),
.game-gallery__list-item:last-child {
  margin-bottom: 0px;
}

@media screen and (max-width:480px) {
  .game-gallery__list-item:nth-last-child(3) {
    margin-bottom: 2%;
  }
}

.game-highlight__list {
  display: flex;
}

@media screen and (max-width:680px) {
  .game-highlight__list {
    flex-direction: column;
    align-items: center;
  }
}

.game-highlight__list-item {
  width: 49%;
  margin: 0 2% 2% 0;
}

@media screen and (max-width:680px) {
  .game-highlight__list-item {
    width: 100%;
    margin: 0 0 4%;
  }
}

.game-highlight__list-item:nth-child(2n) {
  margin-right: 0;
}

.game-highlight__list-video {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.game-highlight__list-video img,
.game-highlight__list-video iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width:960px) {
  .game-transcript {
    margin-right: -15px;
  }
}

.game-transcript__table {
  table-layout: fixed;
}

.game-transcript__table-head,
.game-transcript__table-data {
  border: 1px solid #ee759e;
  background: #fef7fa;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.0833333333;
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width:480px) {

  .game-transcript__table-head,
  .game-transcript__table-data {
    font-size: 1.2rem;
  }
}

.game-transcript__table-row:nth-child(even) .game-transcript__table-head:not(.-rank),
.game-transcript__table-row:nth-child(even) .game-transcript__table-data:not(.-rank) {
  background: #fceaf1;
}

.game-transcript__table-head.-rank,
.game-transcript__table-data.-rank {
  position: sticky;
  top: 0;
  left: 0;
  width: 42px;
}

.game-transcript__table-head.-rank::before,
.game-transcript__table-data.-rank::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: calc(100% + 2px);
  height: 100%;
  border-left: 1px solid #ee759e;
  border-right: 1px solid #ee759e;
}

@media screen and (max-width:480px) {

  .game-transcript__table-head.-rank,
  .game-transcript__table-data.-rank {
    width: 32px;
    font-size: 1rem;
  }
}

.-type01 .game-transcript__table-head,
.-type01 .game-transcript__table-data {
  font-size: 1.2rem;
}

@media screen and (max-width:480px) {

  .-type01 .game-transcript__table-head,
  .-type01 .game-transcript__table-data {
    font-size: 1rem;
  }
}

.-type01 .game-transcript__table-head:not(.-rank),
.-type01 .game-transcript__table-data:not(.-rank) {
  width: 39px;
}

.-type01 .game-transcript__table-head.-team,
.-type01 .game-transcript__table-data.-team {
  width: 55px;
}

@media screen and (max-width:480px) {

  .-type01 .game-transcript__table-head.-team,
  .-type01 .game-transcript__table-data.-team {
    width: 45px;
  }
}

.-type02 .game-transcript__table-head:not(.-rank),
.-type02 .game-transcript__table-data:not(.-rank) {
  width: 85px;
}

@media screen and (max-width:480px) {

  .-type02 .game-transcript__table-head:not(.-rank),
  .-type02 .game-transcript__table-data:not(.-rank) {
    width: 65px;
  }
}

.-type02 .game-transcript__table-head.-name,
.-type02 .game-transcript__table-head.-team-name,
.-type02 .game-transcript__table-data.-name,
.-type02 .game-transcript__table-data.-team-name {
  width: 257px;
}

@media screen and (max-width:480px) {

  .-type02 .game-transcript__table-head.-name,
  .-type02 .game-transcript__table-head.-team-name,
  .-type02 .game-transcript__table-data.-name,
  .-type02 .game-transcript__table-data.-team-name {
    width: 193px;
  }
}

.-type03 .game-transcript__table-head:not(.-rank),
.-type03 .game-transcript__table-data:not(.-rank) {
  width: 105px;
}

.-type03 .game-transcript__table-head.-name,
.-type03 .game-transcript__table-data.-name {
  width: 275px;
}

@media screen and (max-width:480px) {

  .-type03 .game-transcript__table-head.-name,
  .-type03 .game-transcript__table-data.-name {
    width: 207px;
  }
}

.-type03 .game-transcript__table-head.-team-name,
.-type03 .game-transcript__table-data.-team-name {
  width: 320px;
}

@media screen and (max-width:480px) {

  .-type03 .game-transcript__table-head.-team-name,
  .-type03 .game-transcript__table-data.-team-name {
    width: 250px;
  }
}

.-type03 .game-transcript__table-head.-per,
.-type03 .game-transcript__table-data.-per {
  width: 115px;
}

@media screen and (max-width:480px) {

  .-type03 .game-transcript__table-head.-per,
  .-type03 .game-transcript__table-data.-per {
    width: 65px;
  }
}

.-type04 .game-transcript__table-head:not(.-rank),
.-type04 .game-transcript__table-data:not(.-rank) {
  width: 70px;
}

.-type04 .game-transcript__table-head.-name,
.-type04 .game-transcript__table-head.-team-name,
.-type04 .game-transcript__table-data.-name,
.-type04 .game-transcript__table-data.-team-name {
  width: 255px;
}

@media screen and (max-width:480px) {

  .-type04 .game-transcript__table-head.-name,
  .-type04 .game-transcript__table-head.-team-name,
  .-type04 .game-transcript__table-data.-name,
  .-type04 .game-transcript__table-data.-team-name {
    width: 193px;
  }
}

.game-transcript__table-head,
.game-transcript__table-data.-rank {
  background: #f6c0d5;
}

.game-transcript__table-head {
  padding: 14px 2px 16px;
  font-size: 1.4rem;
}

@media screen and (max-width:680px) {
  .game-transcript__table-head {
    padding: 10px 2px 12px;
  }
}

@media screen and (max-width:480px) {
  .game-transcript__table-head {
    font-size: 1rem;
  }
}

.-type01 .game-transcript__table-head {
  padding: 8px 2px 10px;
  font-size: 1.2rem;
}

@media screen and (max-width:480px) {
  .-type01 .game-transcript__table-head {
    padding: 11px 2px 10px;
    font-size: 1rem;
  }
}

.game-transcript__table-data {
  padding: 26px 2px 27px;
}

@media screen and (max-width:680px) {
  .game-transcript__table-data {
    padding: 21px 2px 22px;
  }
}

@media screen and (max-width:480px) {
  .game-transcript__table-data {
    padding: 18px 2px 22px;
  }
}

.-type01 .game-transcript__table-data {
  padding: 15px 2px 16px;
}

@media screen and (max-width:480px) {
  .-type01 .game-transcript__table-data {
    padding: 5px 2px 7px;
  }
}

@media screen and (max-width:480px) {
  .game-transcript__icon-win {
    width: 20px;
  }
}

.player-pickup {
  background: url("../img/player/player_bg.jpg") center top no-repeat;
  background-size: cover;
  padding: 44px 85px;
}

@media screen and (max-width:1180px) {
  .player-pickup {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width:680px) {
  .player-pickup {
    width: calc(100% + 30px);
    padding: 30px 15px 40px;
    margin: 0 -15px;
  }
}

.player-pickup__heading {
  margin-bottom: 60px;
}

@media screen and (max-width:680px) {
  .player-pickup__heading {
    margin-bottom: 15px;
  }
}

.player-pickup__button {
  margin-top: 30px;
}

@media screen and (max-width:680px) {
  .player-pickup__button {
    margin-top: 15px;
  }
}

.player-box {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
}

.player-box__link:hover {
  opacity: 1;
}

.player-box__label {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

@media screen and (max-width:680px) {
  .player-box__label {
    width: 46px;
  }
}

.player-box__image {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 125%;
}

.player-box__image img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: none;
}

.player-box:hover .player-box__image-off {
  opacity: 0;
}

.player-box__image-off img {
  opacity: 1 !important;
}

.player-box__image-on {
  opacity: 0;
}

.player-box:hover .player-box__image-on {
  opacity: 1;
}

.player-box:hover .player-box__image-on img {
  opacity: 1 !important;
}

.player-box__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 60px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media screen and (max-width:680px) {
  .player-box__text {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .player-pickup .player-box__text {
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}

.player-box__text.-num {
  align-items: flex-start;
  position: relative;
  padding-left: 69px;
  text-align: left;
}

@media screen and (max-width:1180px) {
  .player-box__text.-num {
    padding-left: 0;
  }
}

.player-box__text-num {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 60px;
  height: 100%;
  border-right: 1px solid #fbe0ea;
  font-family: "Octin Sports", "Libre Franklin Black", sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #eb608f;
}

@media screen and (max-width:1180px) {
  .player-box__text-num {
    position: relative;
    width: 100%;
    height: 30px;
    justify-content: flex-start;
    padding: 0 10px;
    border-right: none;
    border-bottom: 1px solid #fbe0ea;
    font-size: 2rem;
  }
}

.player-box__text-name {
  padding: 0 5px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.25;
}

@media screen and (max-width:1180px) {
  .player-box__text-name {
    padding: 5px 10px 0;
    font-size: 1.2rem;
    line-height: 1.6666666667;
  }

  .player-pickup .player-box__text-name {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

.player-box.-small .player-box__text-name {
  font-size: 1.2rem;
  line-height: 1.6666666667;
}

.player-box__text-pos {
  padding: 0 5px;
  font-size: 1.2rem;
  line-height: 1.25;
}

@media screen and (max-width:1180px) {
  .player-box__text-pos {
    padding: 0 10px 5px;
  }
}

.player-pickup .player-box__text-pos {
  font-size: 1.4rem;
  line-height: 1.4285714286;
}

.player-box.-small .player-box__text-pos {
  font-size: 1rem;
  line-height: 1.5;
}

.player-list {
  padding: 50px 5px;
  background: #fceaf1;
}

@media screen and (max-width:680px) {
  .player-list {
    width: calc(100% + 30px);
    padding: 15px;
    margin-left: -15px;
  }
}

.player-list.-staff {
  background-color: #f2f2f2;
}

.player-list__head {
  margin-bottom: 30px;
}

@media screen and (max-width:680px) {
  .player-list__head {
    margin-bottom: 15px;
  }
}

.player-list__box {
  display: flex;
  flex-wrap: wrap;
  max-width: 920px;
  margin: -10px auto;
}

@media screen and (max-width:680px) {
  .player-list__box {
    margin: -5px;
  }
}

.player-list__box-item {
  width: 25%;
  padding: 10px;
}

@media screen and (max-width:680px) {
  .player-list__box-item {
    width: 33.33%;
    padding: 5px;
  }

  .player-list.-staff .player-list__box-item {
    width: 50%;
  }
}

.player-list__box-small {
  display: flex;
  flex-wrap: wrap;
  max-width: 920px;
  margin: 10px auto -10px;
}

@media screen and (max-width:680px) {
  .player-list__box-small {
    margin: 5px -5px -5px;
  }
}

.player-list__box-small-item {
  width: 20%;
  padding: 10px;
}

@media screen and (max-width:680px) {
  .player-list__box-small-item {
    width: 33.33%;
    padding: 5px;
  }
}

.player-chara-wrap__detail {
  margin-top: 40px;
}

@media screen and (max-width:680px) {
  .player-chara-wrap__detail {
    margin-top: 20px;
  }
}

.player-chara-wrap__detail-item:not(:last-child) {
  margin-bottom: 50px;
}

@media screen and (max-width:680px) {
  .player-chara-wrap__detail-item:not(:last-child) {
    margin-bottom: 25px;
  }
}

.player-chara-top {
  display: flex;
  align-items: center;
  position: relative;
  background: url("../img/player/player_chara_bg.jpg") center no-repeat;
  background-size: cover;
}

@media screen and (max-width:680px) {
  .player-chara-top {
    width: calc(100% + 30px);
    background-position: center left 35%;
    margin: 0 -15px;
  }
}

.player-chara-top::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 48.785046729%;
}

@media screen and (max-width:480px) {
  .player-chara-top::before {
    padding-top: 69.7333333333%;
  }
}

.player-chara-top__inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 20px 7.1028037383%;
  color: #fff;
}

@media screen and (max-width:680px) {
  .player-chara-top__inner {
    padding: 20px 4%;
  }
}

.player-chara-top__name-en {
  font-family: "Octin Sports", "Libre Franklin Black", sans-serif;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1;
  color: #ee759e;
}

@media screen and (max-width:680px) {
  .player-chara-top__name-en {
    font-size: 3.3rem;
  }
}

.player-chara-top__name {
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0em;
}

@media screen and (max-width:680px) {
  .player-chara-top__name {
    font-size: 1.7rem;
  }
}

.player-chara-top__text {
  margin-top: 20px;
}

@media screen and (max-width:680px) {
  .player-chara-top__text {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}

.player-chara {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:680px) {
  .player-chara {
    flex-direction: column;
  }
}

.player-chara__image {
  flex: 0 0 auto;
  width: 150px;
  margin-right: 100px;
  text-align: center;
}

@media screen and (max-width:1180px) {
  .player-chara__image {
    margin-right: 20px;
  }
}

@media screen and (max-width:680px) {
  .player-chara__image {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media screen and (max-width:680px) {
  .player-chara__image-item.-rina {
    flex: 0 0 auto;
    width: 110px;
  }

  .player-chara__image-item.-rina-text {
    text-align: left;
  }

  .player-chara__image-item.-vic {
    height: 110px;
  }
}

.player-chara__image-item:not(:last-child) {
  margin-bottom: 8px;
}

@media screen and (max-width:680px) {
  .player-chara__image-item:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
}

.player-chara__box {
  width: 100%;
  max-width: 570px;
}

.player-chara__name {
  margin-bottom: 3px;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #ee759e;
}

@media screen and (max-width:680px) {
  .player-chara__name {
    font-size: 1.8rem;
    letter-spacing: 0.03em;
  }
}

.player-chara__text {
  margin-bottom: 20px;
}

@media screen and (max-width:680px) {
  .player-chara__text {
    font-size: 1.4rem;
  }
}

.player-table {
  font-size: 1.4rem;
  line-height: 2.1428571429;
}

@media screen and (max-width:680px) {
  .player-table {
    line-height: 1.5;
  }
}

.player-table__head,
.player-table__data {
  border: none;
  background: #fef7fa;
  padding: 10px 15px;
}

.player-table__head {
  width: 35.0877192982%;
}

@media screen and (max-width:680px) {
  .player-table__head {
    width: 40.5797101449%;
  }
}

.player-detail {
  overflow: hidden;
}

@media screen and (max-width:680px) {
  .player-detail {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.player-detail__image {
  float: left;
  flex: 0 0 auto;
  width: 42.0560747664%;
  margin-right: 50px;
}

@media screen and (max-width:1180px) {
  .player-detail__image {
    margin-right: 20px;
  }
}

@media screen and (max-width:680px) {
  .player-detail__image {
    float: none;
    width: 65.2173913043%;
    margin-right: 0;
  }
}

.player-detail__name {
  overflow: hidden;
}

@media screen and (max-width:680px) {
  .player-detail__name {
    order: -1;
    width: 100%;
    margin-bottom: 20px;
  }
}

.player-detail__data {
  overflow: hidden;
  margin-top: 26px;
}

@media screen and (max-width:680px) {
  .player-detail__data {
    margin-top: 5px;
  }
}

.player-image__main-slide-inner {
  overflow: hidden;
}

.player-image__main-slide-inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 133.3333333333%;
}

.player-image__main-slide-inner img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  max-height: none;
}

.player-image__main-prev-btn,
.player-image__main-next-btn {
  display: none;
}

.player-image__pagenation.swiper-pagination {
  display: none;
  padding-top: 10px;
}

@media screen and (max-width:680px) {
  .player-image__pagenation.swiper-pagination {
    display: block;
  }
}

.player-image__prev-btn,
.player-image__next-btn {
  height: calc(100% - 10px);
  margin-top: 5px;
}

.player-image__sub-slider {
  margin-top: 20px;
}

@media screen and (max-width:680px) {
  .player-image__sub-slider {
    display: none;
  }
}

.player-image__sub-slide {
  padding: 5px 0;
  cursor: pointer;
}

.player-image__sub-slide-inner {
  position: relative;
  transition: box-shadow 0.3s;
}

.swiper-slide-active .player-image__sub-slide-inner {
  box-shadow: 0 0 0 5px #eb608f;
}

.player-image__sub-slide-inner::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.player-image__sub-slide-inner img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center top;
  object-position: center top;
  -o-object-fit: cover;
  object-fit: cover;
}

.player-name__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.player-name__top-pos {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  width: 100%;
  color: #ee759e;
}

.player-name__top-pos-num {
  margin-right: 20px;
  font-family: "Octin Sports", "Libre Franklin Black", sans-serif;
  font-size: 5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.14em;
}

@media screen and (max-width:680px) {
  .player-name__top-pos-num {
    font-size: 3.6rem;
    letter-spacing: 0.07em;
  }
}

.player-name__top-pos-name {
  flex: 0 0 auto;
  line-height: 1.2;
}

@media screen and (max-width:680px) {
  .player-name__top-pos-name {
    width: 100%;
    margin-top: 2px;
  }
}

.player-name__top-sns {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: -5px;
}

.player-name__top-sns-item {
  margin: 5px;
}

.player-name__main {
  display: flex;
  align-items: center;
}

@media screen and (max-width:680px) {
  .player-name__main {
    align-items: baseline;
  }
}

.player-name__main-text {
  flex: 0 0 auto;
  line-height: 1.2;
}

@media screen and (max-width:680px) {
  .player-name__main-text {
    font-size: 2.7rem;
  }
}

.player-name__main-label {
  margin-left: 20px;
}

@media screen and (max-width:680px) {
  .player-name__main-label {
    height: 25px;
    margin-left: 12px;
  }
}

.player-name__ruby {
  margin-top: 10px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.2em;
  color: #9b9b9b;
}

@media screen and (max-width:680px) {
  .player-name__ruby {
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
}

.player-data__table {
  margin-top: 23px;
}

.player-faq__cat-wrap:not(:last-child) {
  margin-bottom: 1px;
}

.player-faq__category {
  position: relative;
  background: #f06094;
  padding: 13px 60px 12px 20px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
}

.player-faq__category:hover {
  opacity: 0.7;
}

@media screen and (max-width:680px) {
  .player-faq__category {
    padding: 9px 40px 9px 10px;
    font-size: 1.4rem;
  }
}

.player-faq__category::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 4px);
  right: 20px;
  width: 12px;
  height: 8px;
  background: url("../img/player/player_faq_arrow.svg") center no-repeat;
  transform: rotate(180deg);
  transition: transform 0.3s;
}

@media screen and (max-width:680px) {
  .player-faq__category::before {
    right: 10px;
  }
}

.-open .player-faq__category::before {
  transform: rotate(360deg);
}

.player-faq__list {
  overflow: hidden;
  height: 0;
  transition: height 0.4s;
}

.player-faq__list-inner {
  padding: 20px 0;
}

@media screen and (max-width:680px) {
  .player-faq__list-inner {
    padding: 15px 0;
  }
}

.player-faq__list-item:not(:last-child) {
  margin-bottom: 26px;
}

@media screen and (max-width:680px) {
  .player-faq__list-item:not(:last-child) {
    margin-bottom: 14px;
  }
}

.player-faq__list-banner {
  padding-bottom: 50px;
}

@media screen and (max-width:680px) {
  .player-faq__list-banner {
    padding-bottom: 25px;
  }
}

.player-faq__question {
  position: relative;
  display: flex;
  padding: 0 0 8px;
  margin-bottom: 10px;
}

@media screen and (max-width:680px) {
  .player-faq__question {
    padding-bottom: 4px;
  }
}

.template .player-faq__question {
  margin-bottom: 10px;
}

@media screen and (max-width:680px) {
  .template .player-faq__question {
    padding-bottom: 4px;
  }
}

.player-faq__question::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #bfbfbf 0%, #bfbfbf 25%, #ffffff 25%, #ffffff 50%, #bfbfbf 50%, #bfbfbf 75%, #ffffff 75%, #ffffff 100%);
  background-size: 4px 1px;
}

.player-faq__question-num {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #eb608f;
  margin-right: 10px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  color: #fff;
}

@media screen and (max-width:680px) {
  .player-faq__question-num {
    width: 22px;
    height: 22px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.025em;
  }
}

.player-faq__question-text {
  width: 100%;
  color: #eb608f;
}

@media screen and (max-width:680px) {
  .player-faq__question-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

@media screen and (max-width:680px) {
  .player-faq__anser {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.player-message-wrap__form {
  margin-top: 50px;
}

@media screen and (max-width:680px) {
  .player-message-wrap__form {
    margin-top: 25px;
  }
}

.player-message-wrap__entries {
  margin-top: 50px;
}

.player-message-wrap__entries-item {
  padding: 0 3px 3px 0;
}

@media screen and (max-width:680px) {
  .player-message-wrap__entries-item {
    padding: 0;
  }
}

.player-message-wrap__entries-item:not(:last-child) {
  margin-bottom: 30px;
}

.player-message-wrap__pager {
  margin-top: 75px;
}

@media screen and (max-width:680px) {
  .player-message-wrap__pager {
    margin-top: 35px;
  }
}

.message-top {
  background: #fceaf1;
  padding: 30px;
}

@media screen and (max-width:680px) {
  .message-top {
    width: calc(100% + 30px);
    padding: 25px 15px;
    margin: 0 -15px;
  }
}

.message-top__inner {
  overflow: hidden;
  width: 100%;
  max-width: 990px;
}

@media screen and (max-width:680px) {
  .message-top__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.message-top__image {
  float: left;
  width: 25.2525252525%;
  margin-right: 40px;
}

@media screen and (max-width:960px) {
  .message-top__image {
    width: 35%;
    margin-right: 20px;
  }
}

@media screen and (max-width:680px) {
  .message-top__image {
    float: none;
    order: 2;
    width: 60%;
    margin: 15px 0;
  }
}

.message-top__image-inner {
  position: relative;
  width: 100%;
  padding-top: 100%;
}

@media screen and (max-width:680px) {
  .message-top__image-inner {
    padding-top: 133.3333333333%;
  }
}

.message-top__image-inner img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center top;
  object-position: center top;
  -o-object-fit: cover;
  object-fit: cover;
}

.message-top__name {
  overflow: hidden;
}

@media screen and (max-width:680px) {
  .message-top__name {
    order: 1;
    width: 100%;
  }
}

.message-top__comment {
  overflow: hidden;
  background: #fff;
  padding: 20px 24px;
  margin-top: 14px;
}

@media screen and (max-width:680px) {
  .message-top__comment {
    order: 3;
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width:480px) {
  .message-top__comment {
    padding: 10px 15px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.message-name {
  display: flex;
  align-items: center;
  min-height: 60px;
}

@media screen and (max-width:680px) {
  .message-name {
    min-height: 35px;
  }
}

.message-name__icon {
  flex: 0 0 auto;
  width: 60px;
  margin-right: 10px;
}

@media screen and (max-width:680px) {
  .message-name__icon {
    width: 35px;
    margin-right: 5px;
  }
}

.message-name.-small .message-name__icon {
  width: 50px;
}

@media screen and (max-width:680px) {
  .message-name.-small .message-name__icon {
    width: 35px;
  }
}

.message-name__textBox {
  width: 100%;
  line-height: 1.4;
}

@media screen and (max-width:680px) {
  .message-name__textBox {
    font-size: 1.4rem;
  }
}

.message-name.-small .message-name__textBox {
  font-size: 1.4rem;
}

.message-name__date {
  margin-top: 8px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #b3b3b3;
}

@media screen and (max-width:680px) {
  .message-name__date {
    font-size: 1rem;
    margin-top: 3px;
  }
}

.message-name.-small .message-name__date {
  margin-top: 6px;
  font-size: 1rem;
}

@media screen and (max-width:680px) {
  .message-name.-small .message-name__date {
    margin-top: 3px;
  }
}

.message-form-wrap {
  width: 100%;
  max-width: 836px;
  margin-left: auto;
  margin-right: auto;
}

.message-form-wrap__main {
  overflow: hidden;
  height: 0;
  transition: height 0.4s;
}

.message-form-wrap__main-inner {
  padding: 75px 0;
}

@media screen and (max-width:680px) {
  .message-form-wrap__main-inner {
    padding: 45px 0 0;
  }
}

.message-form__box {
  margin-top: 20px;
}

@media screen and (max-width:680px) {
  .message-form__box {
    margin-top: 10px;
  }
}

.message-form__box-item:not(:last-child) {
  margin-bottom: 18px;
}

.message-form__box-label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.4;
}

.message-form__box-label-text {
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}

@media screen and (max-width:680px) {
  .message-form__box-label-text {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}

.message-form__box-label-req {
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  color: #f06094;
}

.message-form__submit {
  width: 120px;
  height: 42px;
  margin-top: 10px;
  margin-left: auto;
}

.message-form__submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #34373e;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
}

.message-form__submit-button:hover {
  opacity: 0.7;
}

.message-entry {
  border: 5px solid #e6e6e6;
  box-shadow: 3px 3px 0 #ccc;
  padding: 36px 40px 30px;
}

@media screen and (max-width:680px) {
  .message-entry {
    border: none;
    box-shadow: none;
    padding: 0;
  }
}

.message-entry__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width:680px) {
  .message-entry__top {
    margin-bottom: 10px;
  }
}

.message-entry__top-name {
  width: 100%;
}

.message-entry__top-action {
  flex: 0 0 auto;
  margin-left: 20px;
}

.message-entry__title {
  margin-bottom: 16px;
  font-size: 2rem;
}

@media screen and (max-width:680px) {
  .message-entry__title {
    margin-bottom: 2px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
  }
}

@media screen and (max-width:680px) {
  .message-entry__main {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.-open .message-entry__trim-text {
  display: none;
}

.message-entry__all-text {
  overflow: hidden;
  height: 0;
  transition: height 0.4s;
}

.-open .message-entry__all-text {
  height: auto !important;
}

.message-entry__button-wrap {
  margin-top: 20px;
}

.message-entry__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 40px;
  background: url("../img/player/message_button_bg.png") center repeat;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: opacity 0.3s;
}

@media screen and (max-width:680px) {
  .message-entry__button {
    height: 55px;
  }
}

.message-entry__button:hover {
  opacity: 0.7;
}

.message-entry__button::before {
  content: "記事を閉じる";
  font-size: 0;
}

.message-entry__button::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: url("../img/icon_arrow_black.svg") center no-repeat;
  margin-left: 8px;
  transition: transform 0.3s;
}

@media screen and (max-width:680px) {
  .message-entry__button::after {
    position: absolute;
    z-index: 1;
    top: calc(50% - 4px);
    right: 10px;
  }
}

.-open .message-entry__button {
  font-size: 0;
}

.-open .message-entry__button::before {
  font-size: 1.4rem;
}

.-open .message-entry__button::after {
  transform: rotate(180deg);
}

.message-action {
  display: flex;
  align-items: center;
  margin: 0 -13px;
}

@media screen and (max-width:680px) {
  .message-action {
    margin: 0 -5px;
  }
}

.message-action__item {
  margin: 0 13px;
  line-height: 1;
}

@media screen and (max-width:680px) {
  .message-action__item {
    margin: 0 5px;
  }
}

.message-action__box {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.message-action__box-icon {
  flex: 0 0 auto;
  margin-right: 5px;
}

.message-action__box-count {
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width:680px) {
  .message-action__box-count {
    font-family: "Libre Franklin", sans-serif;
    font-size: 1.2rem;
    color: #b3b3b3;
  }
}

.message-action.-small .message-action__box-count {
  margin-top: 2px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.2rem;
  color: #b3b3b3;
}

.message-entryInner__text {
  margin-bottom: 50px;
}

@media screen and (max-width:680px) {
  .message-entryInner__text {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}

.message-entryInner__action {
  padding-bottom: 20px;
}

@media screen and (max-width:680px) {
  .message-entryInner__action {
    padding-bottom: 10px;
  }
}

.message-entryInner__comment-wrap {
  position: relative;
  padding: 32px 0 16px 40px;
  margin-top: 6px;
}

@media screen and (max-width:680px) {
  .message-entryInner__comment-wrap {
    padding: 15px 0 0;
  }
}

.message-entryInner__comment-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #4d4d4d 0%, #4d4d4d 25%, #fff 25%, #fff 50%, #4d4d4d 50%, #4d4d4d 75%, #fff 75%, #fff 100%);
  background-size: 4px 1px;
}

.message-entryInner__comment:not(:first-child) {
  margin-top: 24px;
}

.message-entryInner__submit {
  width: 80px;
  height: 26px;
  margin-top: 5px;
  margin-left: auto;
}

.message-entryInner__submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #34373e;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
  cursor: pointer;
  transition: opacity 0.3s;
}

.message-entryInner__submit-button:hover {
  opacity: 0.7;
}

.message-entryInner__form-box {
  line-height: 1;
}

.message-entryInner__comment-name {
  margin-bottom: 10px;
}

.message-entryInner__comment-text {
  padding-bottom: 20px;
}

.message-entryInner__comment-more {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width:680px) {
  .message-entryInner__comment-more {
    justify-content: center;
  }
}

.message-entryInner__comment-more-button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
  color: #f06094;
  cursor: pointer;
}

.message-entryInner__comment-more-button::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: url("../img/icon_arrow_pink.svg") center no-repeat;
  margin-left: 10px;
  transition: transform 0.3s;
}

.fan-top__slider {
  width: calc(100% + 130px + 30px);
  padding: 0 15px;
  margin: 0 -65px;
}

@media screen and (max-width:1180px) {
  .fan-top__slider {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

.fan-top__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 40px;
  margin: -10px -20px;
}

@media screen and (max-width:680px) {
  .fan-top__button {
    display: none;
  }
}

.fan-top__button-item {
  padding: 10px 20px;
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width:680px) {
  .fan-top__button-item {
    max-width: 100%;
  }
}

.fan-slider {
  width: 100%;
  padding-bottom: 45px;
}

@media screen and (max-width:680px) {
  .fan-slider {
    padding-bottom: 35px;
  }
}

.fan-slider__slide {
  position: relative;
}

.fan-slider__slide::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 46.6666666667%;
}

.fan-slider__slide img,
.fan-slider__slide iframe {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.fan-slider .swiper-pagination-bullet {
  background: #858482;
  opacity: 1;
}

.fan-slider .swiper-pagination-bullet-active {
  background: #eb608f;
}

.fan-pickup {
  background: #fdf7f3;
  border: 6px dotted #e5246c;
  border-radius: 30px;
  padding: 0 80px 30px;
}

@media screen and (max-width:1180px) {
  .fan-pickup {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width:680px) {
  .fan-pickup {
    background: none;
    border: none;
    padding: 0;
  }
}

.fan-pickup__heading {
  position: relative;
  z-index: 1;
  margin-top: -120px;
  margin-bottom: 24px;
  text-align: center;
}

@media screen and (max-width:680px) {
  .fan-pickup__heading {
    margin-bottom: 15px;
  }
}

.fan-pickup__carousel {
  margin-bottom: 30px;
}

@media screen and (max-width:680px) {
  .fan-pickup__carousel {
    margin-bottom: 20px;
  }
}

.fan-pickup__price {
  margin: 54px 0 40px;
}

@media screen and (max-width:680px) {
  .fan-pickup__price {
    margin: 25px 0 20px;
  }
}

.fan-pickup__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -10px -20px;
}

.fan-pickup__button.-last {
  padding: 40px 0 30px;
}

@media screen and (max-width:680px) {
  .fan-pickup__button.-last {
    background: #fdf7f3;
    border-bottom: 3px dotted #e5246c;
    padding: 20px 0 10px;
  }
}

@media screen and (max-width:680px) {
  .fan-pickup__button.block-pc {
    display: none;
  }
}

.fan-pickup__button.block-sp {
  display: none;
}

@media screen and (max-width:680px) {
  .fan-pickup__button.block-sp {
    display: flex;
  }
}

.fan-pickup__button-item {
  padding: 10px 20px;
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width:680px) {
  .fan-pickup__button-item {
    max-width: 100%;
  }
}

.fan-pickup__scheme {
  margin-top: 70px;
}

@media screen and (max-width:680px) {
  .fan-pickup__scheme {
    margin-top: 36px;
  }
}

.fan-price {
  position: relative;
  width: 100%;
  background: #fff;
  border-radius: 6px;
  padding: 29px 40px 23px;
  margin: 0 auto;
}

@media screen and (max-width:680px) {
  .fan-price {
    padding: 0;
  }
}

.fan-price__serif {
  position: absolute;
  z-index: 1;
  top: -19px;
  left: -26px;
}

@media screen and (max-width:680px) {
  .fan-price__serif {
    position: relative;
    top: auto;
    left: 0;
    margin-bottom: 14px;
  }
}

.fan-price__main {
  display: flex;
  justify-content: center;
  align-items: stretch;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
}

@media screen and (max-width:680px) {
  .fan-price__main {
    flex-direction: column;
    align-items: center;
    width: calc(100% - 125px);
  }
}

.fan-price__top {
  align-self: flex-end;
  margin-right: 30px;
  margin-bottom: 5px;
}

@media screen and (max-width:680px) {
  .fan-price__top {
    align-self: center;
    margin-right: 0;
  }
}

.fan-price__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.fan-price__box-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.fan-price__box-num {
  font-size: 4rem;
  line-height: 1;
}

.fan-price__box-num span {
  font-size: 2.3rem;
}

.fan-price__box-num.-red {
  font-size: 5.6rem;
  color: #e5246c;
}

.fan-price__box-num.-red span {
  font-size: 4rem;
}

.fan-price__box-yen {
  font-size: 2.1rem;
  margin-left: 5px;
}

.fan-price__plus {
  display: block;
  position: relative;
  width: 20px;
  margin: 0 30px;
}

@media screen and (max-width:680px) {
  .fan-price__plus {
    height: 50px;
  }
}

.fan-price__plus-inner {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 20px;
  width: 20px;
  height: 6px;
  background: #000;
}

.fan-price__plus-inner::before,
.fan-price__plus-inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: rotate(90deg);
}

.fan-price__att {
  width: 100%;
  max-width: 676px;
  margin: 15px auto 12px;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width:680px) {
  .fan-price__att {
    font-size: 1.2rem;
    line-height: 1.5;
    letter-spacing: 0.025em;
    text-align: left;
  }

  .fan-price__att br {
    display: none;
  }
}

.fan-price__trial {
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0.05em;
  text-align: center;
  color: #eb608f;
}

@media screen and (max-width:680px) {
  .fan-price__trial {
    font-size: 1.4rem;
  }
}

.fan-price__girl {
  display: none;
  position: absolute;
  z-index: 1;
  right: 15px;
  bottom: 24%;
  width: 125px;
}

@media screen and (max-width:680px) {
  .fan-price__girl {
    display: block;
  }
}

.fan-scheme__top {
  margin-bottom: 20px;
  text-align: center;
}

.fan-scheme__top-title {
  margin-bottom: 15px;
}

.fan-scheme__top-text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  color: #e5246c;
}

@media screen and (max-width:680px) {
  .fan-scheme__top-text {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.025em;
  }
}

.fan-scheme__flow {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

@media screen and (max-width:680px) {
  .fan-scheme__flow {
    margin-bottom: 14px;
  }
}

.fan-scheme__flow-item {
  display: flex;
  position: relative;
  width: 33.3333333333%;
  margin-right: 65px;
}

@media screen and (max-width:680px) {
  .fan-scheme__flow-item {
    margin-right: 8px;
  }
}

.fan-scheme__flow-item::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 100%;
  width: 65px;
  height: 100%;
  background: url("../img/fan/fan_flow_arrow.svg") center no-repeat;
}

@media screen and (max-width:680px) {
  .fan-scheme__flow-item::after {
    display: none;
  }
}

.fan-scheme__flow-item:last-child {
  margin-right: 0;
}

.fan-scheme__flow-item:last-child::after {
  display: none;
}

.fan-scheme__kangen {
  text-align: center;
}

@media screen and (max-width:680px) {
  .fan-scheme__kangen {
    width: calc(100% + 30px);
    background: #fdf7f3;
    border-top: 3px dotted #e5246c;
    padding: 14px 15px 0;
    margin: 0 -15px;
  }
}

.fan-scheme__kangen-image {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: calc(100% - 160px);
}

@media screen and (max-width:680px) {
  .fan-scheme__kangen-image {
    max-width: 100%;
  }
}

.fan-scheme__kangen-image::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -15px;
  left: calc(100% + 16px);
  width: 67px;
  height: 72px;
  background: url("../img/fan/fan_flow_bottom.svg") center no-repeat;
}

@media screen and (max-width:680px) {
  .fan-scheme__kangen-image::before {
    top: -38px;
    left: 10px;
    width: 39px;
    height: 63px;
    background-image: url("../img/fan/fan_flow_bottom_sp.svg");
    background-size: contain;
  }
}

.fan-scheme__kangen-text {
  margin-top: 10px;
}

@media screen and (max-width:680px) {
  .fan-scheme__kangen-text {
    background: #fdf7f3;
    border-bottom: 3px dotted #e5246c;
    padding: 15px;
    margin: 0 -15px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
  }
}

@media screen and (max-width:680px) {
  .fan-member {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.fan-member__body {
  padding: 40px 0px 0px;
}

@media screen and (max-width:680px) {
  .fan-member__body {
    padding-top: 18px;
    padding-bottom: 25px;
  }
}

.fan-member__box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  background: #fef7fa;
  border: 1px solid pink;
}

.fan-member__box:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width:680px) {
  .fan-member__box:not(:last-child) {
    margin-bottom: 15px;
  }
}

.fan-member__box-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width:680px) {
  .fan-member__box-title {
    margin-bottom: 8px;
  }
}

.fan-member__box-title-text {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.06em;
  color: #ee759e;
}

@media screen and (max-width:680px) {
  .fan-member__box-title-text {
    font-size: 1.7rem;
  }
}

.fan-member__box-title-text:not(:last-child) {
  margin-right: 10px;
}

.fan-member__box-title-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 20px;
  background: #f7e149;
  font-size: 1.2rem;
  line-height: 1.2;
  color: #000;
}

.fan-member__box-text {
  margin-bottom: 30px;
}

@media screen and (max-width:680px) {
  .fan-member__box-text {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.fan-member__box-button {
  margin-top: 40px;
}

@media screen and (max-width:680px) {
  .fan-member__box-button {
    margin-top: 25px;
  }
}

.member-tv {
  display: flex;
  height: 100%;
}

.member-tv__link {
  display: block;
  width: 100%;
  background: #f8dde7;
}

.member-tv__image {
  position: relative;
}

.member-tv__image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56%;
}

.member-tv__image img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.member-tv__box {
  padding: 12px 10px 8px;
}

.member-tv__box-category {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  color: #e5246c;
}

.member-tv__box-title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1428571429;
  letter-spacing: 0em;
}

.member-community {
  display: flex;
  flex-wrap: wrap;
  margin: -3px;
}

.member-community__item {
  width: 20%;
  padding: 3px;
}

@media screen and (max-width:680px) {
  .member-community__item {
    width: 33.3333333333%;
  }
}

@media screen and (max-width:480px) {
  .member-community__item {
    width: 50%;
  }
}

.member-community__item:nth-child(n+6) {
  display: none;
}

@media screen and (max-width:680px) {
  .member-community__item:nth-child(n+6) {
    display: block;
  }
}

.member-community__link {
  display: block;
  position: relative;
}

.member-community__link::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.member-community__link img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.fan-service__att {
  margin-top: 26px;
  font-size: 1.4rem;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
}

@media screen and (max-width:680px) {
  .fan-service__att {
    margin-top: 16px;
    line-height: 1.5;
  }
}

.fan-service__att-note-item {
  display: flex;
}

.fan-service__att-note-top {
  flex: 0 0 auto;
}

.fan-service__att-text {
  margin-top: 1em;
}

.fan-service__att-list-item {
  display: flex;
}

.fan-service__att-list-item::before {
  content: "・";
  flex: 0 0 auto;
}

.fan-service__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 46px;
  margin: -10px -20px;
}

@media screen and (max-width:680px) {
  .fan-service__button {
    padding-top: 20px;
  }
}

.fan-service__button-item {
  padding: 10px 20px;
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width:680px) {
  .fan-service__button-item {
    max-width: 100%;
  }
}

.service-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  table-layout: fixed;
}

.scroll-table-wrap .service-table {
  min-width: 1070px;
}

.service-table__top-item {
  width: auto;
  border: none;
  background: none;
  padding: 10px 22px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.service-table__head,
.service-table__data {
  width: auto;
  border: none;
  background: none;
  padding: 18px 22px;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.service-table__data {
  padding-left: 15px;
  padding-right: 15px;
}

.service-table__top-item {
  width: auto;
  font-size: 1.8rem;
  line-height: 1.1111111111;
  font-weight: 400;
  text-align: center;
}

.service-table__top-item.-head {
  width: 310px;
}

.service-table__top-item.-member {
  background: #ee759e;
  color: #fff;
}

.service-table__top-item.-trial {
  background: #f8e249;
}

.service-table__top-item.-not-member {
  background: #94cbd9;
}

.service-table__row {
  background: #fef7fa;
}

.service-table__row:nth-child(odd) {
  background: #fceaf1;
}

.service-table__head {
  font-weight: 400;
  text-align: left;
}

.service-table__data {
  text-align: center;
}

.goods-box {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}

.goods-box__label {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #eb608f 0%, #eb608f 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  padding-top: 5px;
  padding-left: 6px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}

.goods-box__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #ededed;
  padding: 10px 10px 18px;
}

.goods-box__link:hover {
  opacity: 0.7;
}

.goods-box__image {
  position: relative;
  text-align: center;
}

.goods-box__image-soldout {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

.goods-box__title {
  margin: 5px 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.goods-box__price {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 100%;
  margin-top: 30px;
}

.goods-box__price-item:not(:last-child) {
  margin-bottom: 3px;
}

.goods-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}

.goods-price.-trial {
  color: #eb608f;
}

.goods-price__label {
  flex: 0 0 auto;
}

.goods-price.-trial .goods-price__label {
  letter-spacing: -0.02em;
}

.goods-price__fee {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  width: 100%;
}

.goods-price__num {
  font-size: 2rem;
}

.goods-price.-trial .goods-price__num {
  font-size: 1.4rem;
}

.goods-price__yen {
  margin-left: 3px;
  font-size: 1.4rem;
}

.goods-price.-trial .goods-price__yen {
  font-size: 1.2rem;
}

.special-magazine__text {
  margin-bottom: 45px;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width:480px) {
  .special-magazine__text {
    margin-bottom: 10px;
  }
}

.special-magazine__box {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:1180px) {
  .special-magazine__box {
    flex-direction: column;
  }
}

@media screen and (max-width:960px) {
  .special-magazine__box {
    flex-direction: row;
  }
}

@media screen and (max-width:680px) {
  .special-magazine__box {
    flex-direction: column;
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}

.special-magazine__box-item {
  width: 100%;
  max-width: 525px;
  padding: 33px 15px 48px;
  box-sizing: border-box;
}

@media screen and (max-width:1180px) {
  .special-magazine__box-item {
    max-width: 100%;
  }
}

@media screen and (max-width:960px) {
  .special-magazine__box-item {
    max-width: 525px;
  }
}

@media screen and (max-width:680px) {
  .special-magazine__box-item {
    max-width: 100%;
  }
}

.special-magazine__box-item.-gray {
  background: #f2f2f2;
  border: 1px solid #231815;
}

@media screen and (max-width:680px) {
  .special-magazine__box-item.-gray {
    border: none;
  }
}

.special-magazine__box-item.-pink {
  border: 1px solid #e05d8c;
  background: rgba(242, 159, 171, 0.14);
}

@media screen and (max-width:680px) {
  .special-magazine__box-item.-pink {
    border: none;
  }
}

.special-magazine__box-item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  margin-bottom: 30px;
}

.special-magazine__box-item-image {
  margin-bottom: 20px;
  text-align: center;
}

.special-magazine__box-item-banner {
  max-width: 338px;
  margin: auto;
}

.special-magazine__pagenation {
  display: none;
}

@media screen and (max-width:1180px) {
  .special-magazine__pagenation {
    display: block;
  }
}

@media screen and (max-width:960px) {
  .special-magazine__pagenation {
    display: none;
  }
}

@media screen and (max-width:680px) {
  .special-magazine__pagenation {
    display: block;
  }
}

.special-magazine__pagenation.swiper-pagination {
  position: relative;
  width: 100%;
  padding-top: 15px;
}

.special-magazine__pagenation .swiper-pagination-bullet {
  background: #858482;
  margin: 0 4px;
  opacity: 1;
}

.special-magazine__pagenation .swiper-pagination-bullet-active {
  background: #eb608f;
}

.special-calender__text {
  margin-bottom: 45px;
  text-align: center;
  font-size: 1.4rem;
}

@media screen and (max-width:480px) {
  .special-calender__text {
    margin-bottom: 10px;
  }
}

.special-calender__box {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width:680px) {
  .special-calender__box {
    flex-direction: column;
  }
}

.special-calender__box-item:not(:last-child) {
  margin-right: 25px;
}

@media screen and (max-width:680px) {
  .special-calender__box-item:not(:last-child) {
    margin: 0 0 25px;
  }
}

.special-calender__box-item-image {
  margin-bottom: 20px;
}

.special-calender__box-item-banner {
  max-width: 340px;
}

.special-guide__box {
  display: flex;
  justify-content: center;
}

@media screen and (max-width:680px) {
  .special-guide__box {
    align-items: center;
    flex-direction: column;
  }
}

.special-guide__box-image {
  flex: 0 0 auto;
  margin-right: 20px;
  text-align: center;
}

@media screen and (max-width:1180px) {
  .special-guide__box-image {
    width: 50%;
  }
}

@media screen and (max-width:680px) {
  .special-guide__box-image {
    width: 100%;
    margin: 0 auto 10px;
  }
}

.special-backnumber__box {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width:1180px) {
  .special-backnumber__box {
    margin: -8px;
  }
}

@media screen and (max-width:680px) {
  .special-backnumber__box {
    flex-direction: column;
  }
}

.special-backnumber__box-item {
  display: flex;
  width: calc(33.3333333333% - 30px);
  background: #f2f2f2;
  padding: 12px 20px 20px;
  margin: 15px;
}

@media screen and (max-width:1180px) {
  .special-backnumber__box-item {
    width: calc(50% - 16px);
    margin: 8px;
  }
}

@media screen and (max-width:680px) {
  .special-backnumber__box-item {
    width: calc(100% - 16px);
  }
}

.special-backnumber__box-item-image {
  flex: 0 0 auto;
  margin-right: 20px;
  margin-top: 6px;
}

.special-backnumber__box-item-textbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}

.special-backnumber__box-item-vol {
  padding-bottom: 3px;
  margin-bottom: 5px;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #535163;
}

.special-backnumber__box-item-date {
  height: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
}

.special-backnumber__box-item-banner {
  flex: 0 0 auto;
  width: 100%;
  max-width: 150px;
  height: 50px;
}

.special-backnumber__box-item-banner-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #f7e149;
  border-radius: 4px;
  padding: 0 5px;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  transition: opacity 0.3s;
}

.special-backnumber__box-item-banner-link:hover {
  opacity: 0.7;
}

@media screen and (max-width:680px) {
  .sponsor-top-text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.sponsor-top-text.-center {
  text-align: center;
}

@media screen and (max-width:680px) {
  .sponsor-top-text.-center {
    text-align: left;
  }
}

@media screen and (max-width:680px) {
  .sponsor-logo {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.sponsor-logo__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}

.sponsor-logo__list+.sponsor-logo__list {
  margin-top: 30px;
}

@media screen and (max-width:680px) {
  .sponsor-logo__list+.sponsor-logo__list {
    margin-top: 10px;
  }
}

.sponsor-logo__list.-official-large {
  justify-content: space-between;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:1180px) {
  .sponsor-logo__list.-official-large {
    justify-content: center;
  }
}

.sponsor-logo__list.-official-large img {
  height: 92px;
}

.sponsor-logo__list.-official-medium {
  justify-content: space-between;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:1180px) {
  .sponsor-logo__list.-official-medium {
    justify-content: center;
  }
}

.sponsor-logo__list.-official-medium img {
  height: 76px;
}

@media screen and (max-width:680px) {
  .sponsor-logo__list.-official-medium img {
    height: 56px;
  }
}

.sponsor-logo__list.-official-small {
  justify-content: space-between;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:1180px) {
  .sponsor-logo__list.-official-small {
    justify-content: center;
  }
}

.sponsor-logo__list.-official-small img {
  height: 56px;
}

@media screen and (max-width:680px) {
  .sponsor-logo__list.-official-small img {
    height: 48px;
  }
}

.sponsor-logo__list.-home {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-logo__list.-home img {
  height: 68px;
}

@media screen and (max-width:680px) {
  .sponsor-logo__list.-home img {
    height: 48px;
  }
}

.sponsor-logo__list.-area {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-logo__list.-area img {
  height: 68px;
}

@media screen and (max-width:680px) {
  .sponsor-logo__list.-area img {
    height: 48px;
  }
}

.sponsor-logo__list.-marketing {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.sponsor-logo__list.-marketing img {
  height: 44px;
}

@media screen and (max-width:680px) {
  .sponsor-logo__list.-marketing img {
    height: 36px;
  }
}

@media screen and (max-width:680px) {
  .sponsor-logo__list.block-pc {
    display: none;
  }
}

.sponsor-logo__list-item {
  padding: 0 10px;
}

@media screen and (max-width:680px) {
  .sponsor-logo__list-item {
    padding: 0 8px;
  }
}

.sponsor-logo__list.-official-large .sponsor-logo__list-item {
  padding: 10px;
}

@media screen and (max-width:680px) {
  .sponsor-logo__list.-official-large .sponsor-logo__list-item {
    padding: 0 10px;
  }
}

@media screen and (max-width:680px) {
  .sponsor-logo__list.-official-medium .sponsor-logo__list-item {
    padding: 4px;
  }
}

.sponsor-logo__list.-official-small .sponsor-logo__list-item {
  padding: 10px;
}

@media screen and (max-width:680px) {
  .sponsor-logo__list.-official-small .sponsor-logo__list-item {
    padding: 4px 8px;
  }
}

.sponsor-logo__list.-marketing .sponsor-logo__list-item {
  padding: 10px;
}

@media screen and (max-width:680px) {
  .sponsor-logo__list.-marketing .sponsor-logo__list-item {
    padding: 4px 8px;
  }
}

.sponsor-logo__list-item.-h36 img {
  height: 36px;
}

@media screen and (max-width:680px) {
  .sponsor-logo__list-item.-h36 img {
    height: 32px;
  }
}

@media screen and (max-width:680px) {
  .boosterclub-wrap {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.boosterclub-wrap__list {
  margin-top: 40px;
}

@media screen and (max-width:680px) {
  .boosterclub-wrap__list {
    margin-top: 15px;
  }
}

.boosterclub-wrap__list:first-child {
  margin-top: 0;
}

.boosterclub-wrap__recruit {
  margin-top: 50px;
}

@media screen and (max-width:680px) {
  .boosterclub-wrap__recruit {
    margin-top: 25px;
  }
}

.boosterclub-list {
  background: #f2f2f2;
  padding: 25px;
}

@media screen and (max-width:960px) {
  .boosterclub-list {
    padding: 15px;
  }
}

.boosterclub-list__box {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

@media screen and (max-width:680px) {
  .boosterclub-list__box {
    margin: -8px;
  }
}

.boosterclub-list__box+.boosterclub-list__box {
  padding-top: 40px;
}

@media screen and (max-width:680px) {
  .boosterclub-list__box+.boosterclub-list__box {
    padding-top: 15px;
  }
}

.boosterclub-list__box-item {
  display: flex;
  width: 25%;
  padding: 10px;
}

@media screen and (max-width:1180px) {
  .boosterclub-list__box-item {
    width: 33.3333333333%;
  }
}

@media screen and (max-width:680px) {
  .boosterclub-list__box-item {
    width: 50%;
    padding: 8px;
  }
}

.boosterclub-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  min-height: 150px;
  background: #fff;
  padding: 19px 0;
  text-align: center;
}

@media screen and (max-width:680px) {
  .boosterclub-banner {
    min-height: 112px;
    padding: 10px 0;
  }
}

.boosterclub-banner:not(span):hover {
  opacity: 0.7;
}

.boosterclub-banner:not(span):hover img {
  opacity: 1 !important;
}

.boosterclub-banner__image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  padding: 0 20px;
}

@media screen and (max-width:680px) {
  .boosterclub-banner__image {
    height: 68px;
    padding: 0 5px;
  }
}

.boosterclub-banner__text {
  padding: 0 5px;
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0;
}

@media screen and (max-width:680px) {
  .boosterclub-banner__text {
    font-size: 1.2rem;
  }
}

.boosterclub-recruit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fceaf1;
  width: 100%;
  height: 170px;
  padding: 20px 15px;
}

@media screen and (max-width:680px) {
  .boosterclub-recruit {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.boosterclub-recruit__text {
  margin: 10px 25px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #e5246c;
}

@media screen and (max-width:680px) {
  .boosterclub-recruit__text {
    margin: 10px 0;
  }
}

.boosterclub-recruit__banner {
  width: 100%;
  max-width: 360px;
  margin: 10px 25px;
}

@media screen and (max-width:680px) {
  .boosterclub-recruit__banner {
    margin: 10px 0;
  }
}

.cheering-banner__box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -5px -10px;
}

.cheering-banner__box+.cheering-banner__box {
  padding-top: 25px;
}

@media screen and (max-width:680px) {
  .cheering-banner__box+.cheering-banner__box {
    padding-top: 22px;
  }
}

.cheering-banner__box-item {
  padding: 5px 10px;
}

.cheering-banner__copy-banner {
  cursor: pointer;
}

.cheering-banner__copy-banner:hover {
  opacity: 0.7;
}

.cheering-banner__copy-target {
  display: none;
}

.dreams-head__title {
  font-family: "Libre Franklin", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
}

@media screen and (max-width:680px) {
  .dreams-head__title {
    font-size: 3rem;
  }
}

.dreams-head__title-pink {
  color: #f06094;
}

.dreams-head__text {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width:680px) {
  .dreams-head__text {
    margin-top: 15px;
  }
}

.dreams-top {
  background: url("../img/dreams/bg-dreams-header.jpg") center bottom no-repeat;
  background-size: contain;
}

@media screen and (max-width:680px) {
  .dreams-top {
    background-image: url("../img/dreams/bg-dreams-header-sp.jpg");
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.dreams-top__box {
  width: 100%;
  max-width: 440px;
  padding: 80px 15px 170px;
  text-align: center;
}

@media screen and (max-width:680px) {
  .dreams-top__box {
    padding-top: 40px;
    padding-bottom: 80vw;
    margin: 0 auto;
  }
}

.dreams-top__box-title {
  margin-bottom: 20px;
}

@media screen and (max-width:680px) {
  .dreams-top__box-title {
    padding: 0 50px;
  }
}

.dreams-top__box-title img {
  max-width: 400px;
}

.dreams-top__box-text {
  font-size: 2rem;
  line-height: 1.8;
}

@media screen and (max-width:680px) {
  .dreams-top__box-text {
    font-size: 1.6rem;
  }
}

.dreams-member {
  background: url("../img/dreams/bg-dreams-member.jpg") center bottom no-repeat;
  padding: 0 15px 40px;
}

@media screen and (max-width:680px) {
  .dreams-member {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
  }
}

.dreams-member__head {
  margin-bottom: 40px;
}

.dreams-member__box-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 780px;
  margin: -20px auto;
}

@media screen and (max-width:680px) {
  .dreams-member__box-wrap {
    width: auto;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.dreams-member__box {
  width: 33.3333333333%;
  padding: 20px 10px;
  text-align: center;
}

@media screen and (max-width:680px) {
  .dreams-member__box {
    width: 50%;
  }
}

.dreams-member__box-image {
  margin-bottom: 10px;
}

.dreams-member__box-name {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
}

@media screen and (max-width:680px) {
  .dreams-member__box-name {
    font-size: 2rem;
  }
}

.dreams-member__box-text {
  font-size: 1.2rem;
}

.dreams-events__head {
  margin-bottom: 40px;
}

.dreams-events__banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  background: #e60012;
  padding: 8px;
}

.dreams-events__banner-image {
  width: 45%;
  text-align: center;
}

@media screen and (max-width:680px) {
  .dreams-events__banner-image {
    width: 100%;
  }
}

.dreams-events__banner-box {
  width: 55%;
  padding: 30px 36px;
  text-align: center;
}

@media screen and (max-width:680px) {
  .dreams-events__banner-box {
    width: 100%;
  }
}

.dreams-events__banner-link {
  display: block;
  width: 40%;
  background: #fff;
  padding: 0.5em 0;
  margin: 20px auto 0;
  color: #e60012;
}

.dreams-events__banner-link:hover {
  background-color: orange;
  color: #fff;
}

.dreams-morinaga {
  background: url("../img/dreams/morinaga/morinaga-bg.png") left top no-repeat;
  background-size: contain;
  padding: 50px 20px 100px 40%;
}

@media screen and (max-width:960px) {
  .dreams-morinaga {
    width: calc(100% + 30px);
    background-image: url("../img/dreams/morinaga/morinaga-bg-sp.jpg");
    background-position: center bottom;
    padding: 0 15px 85vw;
    margin: 0 -15px;
  }
}

.dreams-morinaga__inner {
  width: 100%;
  max-width: 580px;
}

.dreams-morinaga__title {
  margin-bottom: 30px;
}

.dreams-morinaga__text {
  padding-left: 30px;
  margin-top: 20px;
}

@media screen and (max-width:680px) {
  .dreams-morinaga__text {
    padding-left: 0;
  }
}

.dreams-morinaga__text.-big {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (max-width:960px) {
  .dreams-slider {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

.dreams-slider__tab-wrap {
  position: relative;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}

.dreams-slider__tab-wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #f06094;
}

.dreams-slider__tab {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.dreams-slider__tab-item {
  width: 50%;
  height: 75px;
  padding: 0 10px;
}

@media screen and (max-width:680px) {
  .dreams-slider__tab-item {
    height: 50px;
    padding: 0 5px;
  }
}

.dreams-slider__tab-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 1px solid #f06094;
  font-family: inherit;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 700;
  color: #f06094;
  cursor: pointer;
}

@media screen and (max-width:680px) {
  .dreams-slider__tab-button {
    font-size: 1.6rem;
    font-weight: 500;
  }
}

.dreams-slider__tab-button:hover,
.swiper-slide-thumb-active .dreams-slider__tab-button {
  background-color: #f06094;
  color: #fff;
}

.dreams-slider__content {
  box-sizing: border-box;
}

.dreams-tov {
  background: #f06094;
  padding: 40px;
}

@media screen and (max-width:1180px) {
  .dreams-tov {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dreams-tov__top {
  padding: 50px 0;
  text-align: center;
  color: #fff;
}

@media screen and (max-width:680px) {
  .dreams-tov__top {
    padding: 0 0 20px;
  }
}

.dreams-tov__top-title {
  margin-bottom: 40px;
}

.dreams-tov__top-teacher-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px;
}

.dreams-tov__top-teacher {
  width: 20%;
  max-width: 188px;
  padding: 5px;
}

@media screen and (max-width:680px) {
  .dreams-tov__top-teacher {
    width: 33.3333333333%;
  }

  .dreams-tov__top-teacher:nth-child(1) {
    margin-left: 5%;
  }

  .dreams-tov__top-teacher:nth-child(2) {
    margin-right: 5%;
  }
}

.dreams-tov__top-text {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 1.6;
}

@media screen and (max-width:680px) {
  .dreams-tov__top-text {
    margin-top: 20px;
    font-size: 1.6rem;
    text-align: left;
  }
}

.dreams-tov__contents {
  background: #fff;
  padding: 80px 40px;
}

@media screen and (max-width:1180px) {
  .dreams-tov__contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width:680px) {
  .dreams-tov__contents {
    padding: 20px 15px;
  }
}

.dreams-tov__content:not(:last-child) {
  margin-bottom: 60px;
}

.dreams-tov__content-heading {
  border-bottom: 1px solid #f06094;
  padding: 0 10px;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #f06094;
}

@media screen and (max-width:680px) {
  .dreams-tov__content-heading {
    padding: 0;
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

.dreams-tov__content-heading.-small {
  background: #f06094;
  padding: 8px 16px;
  margin-bottom: 20px;
  font-size: 1.6rem;
  color: #fff;
}

.dreams-tov__content-body:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width:1180px) {
  .dreams-tov__content-body .temp-2column__item {
    width: 100%;
  }
}

.dreams-tov-note {
  display: flex;
}

@media screen and (max-width:680px) {
  .dreams-tov-note {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.dreams-tov-note__text {
  width: 100%;
}

.dreams-tov-note__icon {
  flex: 0 0 auto;
  width: 208px;
  margin-top: -70px;
  margin-left: 20px;
}

@media screen and (max-width:680px) {
  .dreams-tov-note__icon {
    order: -1;
    margin: 0 0 10px;
  }
}

.dreams-tech {
  display: flex;
  justify-content: center;
  margin: 0 -1em -1em;
}

.dreams-tech__item {
  padding: 0 1em;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width:680px) {
  .dreams-tech__item {
    padding: 0.1em;
  }
}

.dreams-past {
  width: 100%;
  max-width: 930px;
  padding: 40px 0;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:960px) {
  .dreams-past {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.dreams-past__box:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width:680px) {
  .dreams-past__box:not(:last-child) {
    margin-bottom: 40px;
  }
}

.dreams-past__box-title {
  margin-bottom: 30px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width:680px) {
  .dreams-past__box-title {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}

.dreams-past__box-link {
  display: block;
}

.dreams-archive-list__top {
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width:680px) {
  .dreams-archive-list__top {
    margin-bottom: 16px;
  }
}

.dreams-archive-list__box {
  display: flex;
  flex-wrap: wrap;
  margin: -15px -10px;
}

@media screen and (max-width:680px) {
  .dreams-archive-list__box {
    margin: -8px -4px;
  }
}

.dreams-archive-list__box-item {
  width: 50%;
  padding: 15px 10px;
}

@media screen and (max-width:680px) {
  .dreams-archive-list__box-item {
    padding: 8px 4px;
  }
}

.dreams-archive__link {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: #f06094;
  padding: 5px;
}

.dreams-archive__link:hover {
  opacity: 0.7;
}

.dreams-archive__image {
  position: relative;
  width: 100%;
  padding-top: 44.6428571429%;
}

@media screen and (max-width:680px) {
  .dreams-archive__image {
    padding-top: 63.3333333333%;
  }
}

.dreams-archive__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1 !important;
}

.dreams-archive__title {
  position: relative;
  padding: 15px 25px 10px 10px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}

@media screen and (max-width:680px) {
  .dreams-archive__title {
    padding: 10px 20px 5px 5px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

.dreams-archive__title::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 8px);
  right: 5px;
  width: 10px;
  height: 20px;
  background: url("../img/icon_next_white.svg") center right no-repeat;
  background-size: contain;
}

@media screen and (max-width:680px) {
  .dreams-archive__title::after {
    right: 3px;
    width: 8px;
  }
}

.about-top {
  margin-bottom: -20px;
}

.about-top__title-box {
  text-align: center;
}

@media screen and (max-width:960px) {
  .about-top__title-box {
    max-width: 690px;
    padding: 0 15px;
    margin: 0 auto;
  }
}

.about-top__title {
  display: inline-block;
  position: relative;
  padding: 0 136px;
  margin-bottom: 30px;
}

@media screen and (max-width:960px) {
  .about-top__title {
    display: block;
    width: 100%;
    background: url("../img/about_top_text_sp.svg") center no-repeat;
    background-size: contain;
    padding: 55.4913294798% 0 0;
  }
}

.about-top__title-text {
  position: relative;
  z-index: 2;
}

@media screen and (max-width:960px) {
  .about-top__title-text {
    display: none;
  }
}

.about-top__title-girl {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}

@media screen and (max-width:960px) {
  .about-top__title-girl {
    display: none;
  }
}

.about-top__slider.swiper-container {
  width: 100%;
  max-width: 1123px;
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  z-index: 1;
}

@media screen and (max-width:960px) {
  .about-top__slider.swiper-container {
    max-width: 680px;
  }
}

@media screen and (max-width:680px) {
  .about-top__slider.swiper-container {
    max-width: 196px;
  }
}

.about-top__slider-wrapper.swiper-wrapper {
  transition-timing-function: linear !important;
}

.about-service__title {
  margin-bottom: 26px;
}

.about-service__att {
  margin-top: 26px;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.about-service__att-text:not(:last-child) {
  margin-bottom: 1em;
}

.about-service__button {
  margin-top: 46px;
}

.about-pay__title {
  margin-bottom: 26px;
}

.about-pay__text {
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

.about-pay__box-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  padding: 22px 30px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:680px) {
  .about-pay__box-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 15px;
  }
}

.about-pay__box-item:not(:last-child) {
  margin-bottom: 30px;
}

@media screen and (max-width:680px) {
  .about-pay__box-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.about-pay__box-title {
  flex: 0 0 auto;
  width: 210px;
  margin-right: 17px;
  font-weight: 500;
  color: #399fb9;
}

@media screen and (max-width:680px) {
  .about-pay__box-title {
    margin-right: 0;
    margin-bottom: 5px;
  }
}

.about-pay__box-text {
  width: 100%;
}

.about-flow__title {
  margin-bottom: 26px;
}

.about-flow__nyukai {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

.about-flow__nyukai-girl {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  transform: translateX(calc(100% - 6px));
}

@media screen and (max-width:680px) {
  .about-flow__nyukai-girl {
    display: none;
  }
}

.about-flow__step {
  margin-top: 40px;
}

.about-step__item:not(:last-child) {
  margin-bottom: 60px;
}

.about-step__title {
  margin-bottom: 26px;
}

@media screen and (max-width:680px) {
  .about-step__title {
    margin-bottom: 10px;
  }
}

.about-step__title-num {
  background: #399fb9;
  padding: 5px 20px;
  margin-bottom: 24px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.06em;
}

@media screen and (max-width:680px) {
  .about-step__title-num {
    padding: 5px 10px;
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
}

.about-step__title-text {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.7307692308;
  letter-spacing: 0.1em;
}

@media screen and (max-width:680px) {
  .about-step__title-text {
    font-size: 2.2rem;
    line-height: 1.5454545455;
  }
}

.about-step__body:not(:last-child) {
  margin-bottom: 46px;
}

.about-junior__title {
  margin-bottom: 26px;
}

.about-junior__list-item {
  display: flex;
  letter-spacing: 0.05em;
}

.about-junior__list-item::before {
  content: "・";
  display: block;
  margin-right: 0.3em;
}

.team-world__title {
  margin-bottom: 22px;
  text-align: center;
}

@media screen and (max-width:480px) {
  .team-world__title {
    margin-bottom: 10px;
  }
}

.team-world__textbox {
  margin-bottom: 43px;
}

.team-world__text {
  text-align: center;
}

@media screen and (max-width:480px) {
  .team-world__text {
    margin-bottom: 25px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width:960px) {
  .team-world__mission {
    margin: 0 -15px;
  }
}

.team-mission__box {
  display: flex;
  justify-content: center;
  padding: 32px 20px 30px 67px;
  background: #e8528d;
  color: #fff;
  letter-spacing: 0em;
}

@media screen and (max-width:1180px) {
  .team-mission__box {
    padding-left: 20px;
  }
}

@media screen and (max-width:680px) {
  .team-mission__box {
    flex-direction: column;
    align-items: center;
  }
}

.team-mission__box-logo {
  margin-right: 65px;
  flex: 0 0 auto;
}

@media screen and (max-width:1180px) {
  .team-mission__box-logo {
    margin-right: 30px;
  }
}

@media screen and (max-width:680px) {
  .team-mission__box-logo {
    margin: 0 0 27px;
  }
}

@media screen and (max-width:480px) {
  .team-mission__box-logo {
    width: 115px;
  }
}

.team-mission__box-right {
  width: 100%;
  max-width: 680px;
  transition: height 1s;
}

.team-mission__box-title {
  border-bottom: 1px solid #fff;
  padding-bottom: 18px;
  margin-bottom: 20px;
  font-size: 2.6rem;
}

@media screen and (max-width:480px) {
  .team-mission__box-title {
    padding-bottom: 5px;
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
}

.team-mission__box-list {
  margin-left: 15px;
}

.team-mission__box-list-item {
  position: relative;
  list-style-type: decimal;
  line-height: 1.875;
}

@media screen and (max-width:480px) {
  .team-mission__box-list-item {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.team-mission__image {
  background: #fef7fa;
  padding: 65px 20px 50px;
}

.team-mission__img {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.team-message {
  display: flex;
  margin: 0 -25px;
}

@media screen and (max-width:680px) {
  .team-message {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
}

.team-message.-imgright {
  flex-direction: row-reverse;
}

@media screen and (max-width:680px) {
  .team-message.-imgright {
    flex-direction: column;
  }
}

.team-message__image {
  margin: 0 25px;
  flex: 0 0 auto;
}

@media screen and (max-width:1180px) {
  .team-message__image {
    width: 40%;
  }
}

@media screen and (max-width:680px) {
  .team-message__image {
    width: 250px;
    margin: 0 0 13px;
  }
}

.team-message__textbox {
  margin: 0 25px;
  letter-spacing: 0.05em;
}

@media screen and (max-width:680px) {
  .team-message__textbox {
    margin: 0;
  }
}

.team-message__textbox-text {
  margin-bottom: 30px;
}

@media screen and (max-width:680px) {
  .team-message__textbox-text {
    margin-bottom: 22px;
    font-size: 1.4rem;
  }
}

.team-message__textbox-sign {
  text-align: right;
}

@media screen and (max-width:680px) {
  .team-message__textbox-sign {
    text-align: left;
  }
}

.team-message__textbox-sign-position {
  display: block;
  margin-bottom: -5px;
  font-size: 1.6rem;
}

@media screen and (max-width:680px) {
  .team-message__textbox-sign-position {
    margin-bottom: 0px;
    font-size: 1.4rem;
  }
}

.team-message__textbox-sign-name {
  display: block;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width:680px) {
  .team-message__textbox-sign-name {
    font-size: 1.4rem;
    font-weight: 400;
  }
}

.js-translation {
  margin-top: -20px;
  padding-top: 20px;
  position: relative;
  transition: height 0.4s;
}

.js-translation-text {
  opacity: 0;
  transition: opacity 2s;
}

.js-translation-text.-show {
  opacity: 1;
}

.js-translation-text__inner {
  display: none;
}

.js-translation-text.-show .js-translation-text__inner {
  display: block;
}

.language-btn {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 5px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 4px 4px 13px -9px #7c153f;
}

@media screen and (max-width:960px) {
  .language-btn {
    opacity: 1;
  }
}

.js-translation:hover .language-btn {
  opacity: 1;
}

.language-btn__item {
  background: #f7e149;
  padding: 5px 10px;
  font-size: 1.4rem;
  color: inherit;
  transition: color 0.2s, background 0.2s, opacity 0.2s;
  color: #000;
}

@media screen and (max-width:960px) {
  .language-btn__item {
    font-size: 1.2rem;
  }
}

@media screen and (max-width:960px) {
  .language-btn__item {
    padding: 3px 6px;
    font-size: 1rem;
  }
}

.language-btn__item.-off {
  background: #ededed;
  cursor: pointer;
  color: #999;
}

.language-btn__item.-off:hover {
  opacity: 0.8;
}

.contact-info {
  border: 20px solid #fceaf1;
  padding: 40px 15px;
  position: relative;
  letter-spacing: 0.05em;
}

@media screen and (max-width:1180px) {
  .contact-info {
    padding-bottom: 140px;
  }
}

@media screen and (max-width:680px) {
  .contact-info {
    width: calc(100% + 30px);
    margin-left: -15px;
    border-width: 8px;
  }
}

@media screen and (max-width:480px) {
  .contact-info {
    padding: 25px 15px 135px;
  }
}

.contact-info__top {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media screen and (max-width:1180px) {
  .contact-info__top {
    align-items: center;
    flex-direction: column;
    margin-bottom: 0px;
  }
}

.contact-info__telinfo {
  margin-right: 40px;
}

@media screen and (max-width:1180px) {
  .contact-info__telinfo {
    margin-right: 0;
  }
}

.contact-info__telinfo-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.contact-info__telinfo-item-text {
  display: inline-block;
  background: #399eb8;
  margin-right: 20px;
  padding: 6px 10px;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width:480px) {
  .contact-info__telinfo-item-text {
    font-size: 1.25rem;
  }
}

.contact-info__telinfo-item-num {
  font-size: 3rem;
}

@media screen and (max-width:480px) {
  .contact-info__telinfo-item-num {
    font-size: 2.6rem;
  }
}

.contact-info__telinfo-note {
  font-size: 1.4rem;
  color: #666;
  text-align: center;
}

@media screen and (max-width:1180px) {
  .contact-info__telinfo-note {
    margin-bottom: 10px;
  }
}

.contact-info__banner {
  width: 100%;
  max-width: 360px;
}

@media screen and (max-width:1180px) {
  .contact-info__banner {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: calc(100% - 30px);
  }
}

.contact-info__address {
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width:480px) {
  .contact-info__address {
    max-width: 285px;
    margin: auto;
    font-size: 1.4rem;
    text-align: left;
  }
}

@media screen and (max-width:480px) {
  .contact-info__sp-none {
    display: none;
  }
}

.template {
  word-break: break-all;
}

.template>div {
  margin-bottom: 1.8em;
}

.template>div:last-child {
  margin-bottom: 0;
}

.template p {
  margin-bottom: 1.8em;
}

.template p:last-child {
  margin-bottom: 0;
}

.template a:not(.c-button-line__link):not(.c-button__link):not(.detail-ctrl__link) {
  font-weight: inherit;
  text-decoration: underline;
  color: #245fbb;
}

.template a:not(.c-button-line__link):not(.c-button__link):not(.detail-ctrl__link):hover {
  color: #cc6600;
}

.template strong {
  font-weight: 700;
}

.template ul {
  margin: 1.8em 0;
}

.template ul:first-child {
  margin-top: 0;
}

.template ul:last-child {
  margin-bottom: 0;
}

.template ul li {
  position: relative;
  padding-left: 1.2em;
}

.template ul li::before {
  content: "・";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  color: #eb608f;
}

.template ol {
  counter-reset: item;
  margin: 1.8em 0;
  list-style: none;
}

.template ol:first-child {
  margin-top: 0;
}

.template ol:last-child {
  margin-bottom: 0;
}

.template ol li {
  position: relative;
  padding-left: 1.6em;
}

.template ol li::before {
  counter-increment: item;
  content: counter(item) ".";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0.2em;
  color: #eb608f;
}

.template table {
  margin-top: 30px;
}

.template table th.-accent,
.template table td.-accent {
  background-color: #f7c2d6;
}

.template .c-button-line:not(:first-child) {
  margin-top: 1.8em;
}

.template .c-button-line:not(:last-child) {
  margin-bottom: 1.8em;
}

.template .detail-ctrl {
  margin-top: 60px;
}

.temp-bigTitle {
  margin-bottom: 30px;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width:680px) {
  .temp-bigTitle {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}

.temp-bigTitle.-left {
  text-align: left;
}

.temp-bigTitle:not(:first-child) {
  margin-top: 90px;
}

.temp-title {
  margin-bottom: 24px;
}

.temp-title:not(:first-child) {
  margin-top: 60px;
}

.temp-bigTitle+.temp-title:not(:first-child) {
  margin-top: 0;
}

.temp-subTitle {
  margin-bottom: 18px;
}

.temp-subTitle:not(:first-child) {
  margin-top: 40px;
}

.temp-bigTitle+.temp-subTitle:not(:first-child),
.temp-title+.temp-subTitle:not(:first-child) {
  margin-top: 0;
}

.temp-left {
  text-align: left;
}

.temp-center {
  text-align: center;
}

.temp-right {
  text-align: right;
}

.temp-imgLeft {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:680px) {
  .temp-imgLeft {
    align-items: center;
    flex-direction: column;
  }
}

.temp-imgLeft__image {
  order: -1;
  flex: 0 0 auto;
  max-width: calc(525 / 1070 * 100%);
  margin-right: 20px;
}

@media screen and (max-width:680px) {
  .temp-imgLeft__image {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}

.temp-imgLeft__box {
  width: 100%;
}

.temp-imgRight {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width:680px) {
  .temp-imgRight {
    align-items: center;
    flex-direction: column;
  }
}

.temp-imgRight__image {
  order: 1;
  flex: 0 0 auto;
  max-width: calc(525 / 1070 * 100%);
  margin-left: 20px;
}

@media screen and (max-width:680px) {
  .temp-imgRight__image {
    order: -1;
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
    text-align: center;
  }
}

.temp-imgRight__box {
  width: 100%;
}

.temp-2column {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.temp-2column:not(:last-child) {
  margin-bottom: 10px;
}

.temp-2column__item {
  width: 50%;
  padding: 10px;
}

@media screen and (max-width:960px) {
  .temp-2column__item {
    width: 100%;
  }
}

.temp-3column {
  display: flex;
  flex-wrap: wrap;
  margin: -9px;
}

.temp-3column:not(:last-child) {
  margin-bottom: 10px;
}

.temp-3column__item {
  width: 33.3333333333%;
  padding: 9px;
}

@media screen and (max-width:960px) {
  .temp-3column__item {
    width: 100%;
  }
}

.temp-bgBox {
  background: #fef7fa;
  padding: 1em;
  border: 1px dashed #eb608f;
}

.template .temp-attList {
  margin: 1.8em 0;
}

.template .temp-attList:first-child {
  margin-top: 0;
}

.template .temp-attList:last-child {
  margin-bottom: 0;
}

.template .temp-attList li {
  margin-bottom: 1em;
  list-style: none;
}

.template .temp-attList li:last-child {
  margin-bottom: 0;
}

.template .temp-attList li::before {
  content: "※";
}

/*# sourceMappingURL=style.css.map */