@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");
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 共通箇所 */
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;
}

body {
  min-width: 320px;
}

.wrap {
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  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:960px) {
  .wrap {
    padding-top: 55px;
  }
}

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

#hide {
  display: none;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  transition: height 0.4s;
}

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

.header.-small {
  height: 70px;
}

@media screen and (max-width:960px) {
  .header.-small {
    height: 55px;
  }
}

.header__logo {
  padding-left: 50px;
}

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

.header__logo img {
  width: 150px;
  transition: width 0.4s;
}

@media screen and (max-width:960px) {
  .header__logo img {
    width: 98px;
  }
}

.header.-small .header__logo img {
  width: 113px;
}

@media screen and (max-width:960px) {
  .header.-small .header__logo img {
    width: 98px;
  }
}

.header__nav {
  height: 100%;
}

.h-nav {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

.h-nav__item {
  height: 100%;
}

.h-nav__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 100%;
  color: #fff;
  transition: background-color 0.4s;
  transition: width 0.4s;
}

@media screen and (max-width:960px) {
  .h-nav__link {
    width: 55px;
  }
}

.header.-small .h-nav__link {
  width: 70px;
}

@media screen and (max-width:960px) {
  .header.-small .h-nav__link {
    width: 55px;
  }
}

.h-nav__link.-official {
  width: 348px;
  background: #ea2e7d;
  text-align: center;
  color: #fbd9d1;
}

.h-nav__link.-official:hover {
  background-color: #d01564;
}

@media screen and (max-width:960px) {
  .h-nav__link.-official {
    width: 55px;
  }
}

.header.-small .h-nav__link.-official {
  width: 70px;
}

@media screen and (max-width:960px) {
  .header.-small .h-nav__link.-official {
    width: 55px;
  }
}

.h-nav__link.-official img {
  width: 49px;
  transition: width 0.4s;
}

@media screen and (max-width:960px) {
  .h-nav__link.-official img {
    width: 36px;
  }
}

.header.-small .h-nav__link.-official img {
  width: 36px;
}

@media screen and (max-width:960px) {
  .header.-small .h-nav__link.-official img {
    width: 36px;
  }
}

.h-nav__link.-login {
  width: 223px;
  background: #f7e149;
  color: #000;
}

.h-nav__link.-login:hover {
  background-color: #f5d918;
}

@media screen and (max-width:960px) {
  .h-nav__link.-login {
    width: 55px;
  }
}

.header.-small .h-nav__link.-login {
  width: 70px;
}

@media screen and (max-width:960px) {
  .header.-small .h-nav__link.-login {
    width: 55px;
  }
}

.h-nav__link.-cart {
  padding-left: 16px;
  background: #eb608f;
  transition: padding 0.4s;
}

.h-nav__link.-cart:hover {
  background-color: #e5336f;
}

@media screen and (max-width:960px) {
  .h-nav__link.-cart {
    padding-left: 0;
  }
}

.header.-small .h-nav__link.-cart {
  padding-left: 0;
}

@media screen and (max-width:960px) {
  .header.-small .h-nav__link.-cart {
    padding-left: 0;
  }
}

.h-nav__link.-menu {
  position: relative;
  z-index: 101;
  flex-direction: column;
  background: #34373e;
  font-size: 1.2rem;
  font-weight: 500;
}

.h-nav__link.-menu:hover {
  background-color: #1d1e22;
}

.h-nav__link.-menu::after {
  content: "MENU";
  padding-top: 10px;
  line-height: 1.2;
  color: #fff;
  transition: padding 0.4s;
}

@media screen and (max-width:960px) {
  .h-nav__link.-menu::after {
    padding-top: 4px;
    font-size: 1rem;
  }
}

.header.-small .h-nav__link.-menu::after {
  padding-top: 4px;
}

@media screen and (max-width:960px) {
  .header.-small .h-nav__link.-menu::after {
    padding-top: 4px;
    font-size: 1rem;
  }
}

.h-nav__link.-menu span {
  display: block;
  margin: 2px auto;
  background: #fff;
  width: 25%;
  height: 2px;
  transition: opacity 0.4s, transform 0.4s;
}

.h-nav__link.-menu.-open::after {
  content: "CLOSE";
}

.h-nav__link.-menu.-open span:first-child {
  transform: translateY(6px) rotate(45deg);
}

.h-nav__link.-menu.-open span:nth-child(2) {
  opacity: 0;
}

.h-nav__link.-menu.-open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.h-nav__link-icon {
  flex: 0 0 auto;
  margin-right: 16px;
  transition: margin 0.4s;
}

@media screen and (max-width:960px) {
  .h-nav__link-icon {
    margin-right: 0;
  }
}

.header.-small .h-nav__link-icon {
  margin-right: 0;
}

@media screen and (max-width:960px) {
  .header.-small .h-nav__link-icon {
    margin-right: 0;
  }
}

@media screen and (max-width:680px) {
  .h-nav__link-icon {
    transform: scale(0.8);
  }
}

.h-nav__link-text {
  display: block;
  opacity: 0;
  animation: show 0.4s ease forwards;
  animation-delay: 0.4s;
}

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

.header.-small .h-nav__link-text {
  display: none;
}

@media screen and (max-width:960px) {
  .header.-small .h-nav__link-text {
    display: none;
  }
}

.h-nav__link-ja {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

.h-nav__link-en {
  font-family: "Libre Franklin", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.25em;
}

.gnav {
  overflow-y: scroll;
  position: fixed;
  z-index: 100;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 60%;
  height: 100vh;
  background: #34373e;
  padding: 90px 10%;
  color: #fff;
  transition: transform 0.5s;
}

@media screen and (max-width:1180px) {
  .gnav {
    padding: 90px 6%;
  }
}

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

@media screen and (max-width:680px) {
  .gnav {
    padding: 60px 30px;
  }
}

.gnav.-open {
  transform: translateX(0%);
}

.gnav__list {
  margin-bottom: 50px;
}

.gnav__list-item {
  margin: 10px 0;
}

@media screen and (max-width:680px) {
  .gnav__list-item {
    margin: 18px 0;
  }
}

.gnav__link {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #fff;
  transition: color 0.5s;
}

.gnav__link:hover {
  color: #eb608f;
}

.gnav__link-en {
  margin-right: 25px;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.25em;
}

@media screen and (max-width:680px) {
  .gnav__link-en {
    font-size: 1.5rem;
    line-height: 1.2;
    color: #EB2E7D;
  }
}

@media screen and (max-width:680px) {
  .gnav__link-ja {
    width: 100%;
    margin-top: 5px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

.gnav__login-text {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.2rem;
  text-align: center;
}

@media screen and (max-width:680px) {
  .gnav__login-text {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.06em;
  }
}

.gnav__login-button {
  width: 80%;
  height: 70px;
  margin: 20px auto 35px;
}

@media screen and (max-width:680px) {
  .gnav__login-button {
    width: 100%;
    max-width: 315px;
  }
}

.gnav__login-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fce649;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #000;
}

.gnav__login-link:hover {
  background-color: #fbdf17;
  color: #000;
}

.gnav__login-icon {
  flex: 0 0 auto;
  margin-right: 10px;
}

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

.gnav__links-item {
  margin: 5px 10px;
  font-size: 1.4rem;
}

.gnav__links-link {
  transition: opacity 0.5s;
}

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

.gnav-close {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  cursor: pointer;
}

.gnav-close.-on {
  opacity: 1;
  pointer-events: all;
}

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

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

.main__slider {
  margin-bottom: 60px;
}

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

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

.main__bread {
  margin-bottom: 70px;
}

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

.main__content {
  width: 100%;
  max-width: 1150px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

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

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

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

.main__content.-break {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.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: 1120px;
  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: 32vw;
    background-position: left 35% center;
  }
}

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

.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: 17px 15px 16px;
  background: #f2f2f2;
  font-size: 1.3rem;
  line-height: 1.3076923077;
  letter-spacing: 0.05em;
}

.bread__list {
  display: flex;
  width: 100%;
  max-width: 1120px;
  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;
}

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

@media screen and (max-width:680px) {
  .heading {
    font-size: 2.6rem;
    line-height: 1.3653846154;
  }
}

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

.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: 0 5px;
  width: 50px;
  height: 50px;
  background: #f2f2f2;
  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;
  }
}

.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:hover,
.pagenavi-wrapper .wp-pagenavi span.current {
  background: #eb608f;
  color: #fff;
}

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

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

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

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

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

  .detail-ctrl__item:nth-child(2) {
    display: none;
  }
}

.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 #eb608f;
  font-family: "Libre Franklin", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #eb608f;
  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: #eb608f;
  transform: translateX(-100%);
  transition: transform 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
}

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

.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 #eb608f;
  border-right: 2px solid #eb608f;
  transform-origin: center;
  transform: translateY(-50%) rotate(225deg);
}

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

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

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

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

@media screen and (max-width:680px) {
  br.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.2;
}

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

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

.img-right {
  display: flex;
  justify-content: space-between;
}

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

.img-right__image {
  order: 1;
  flex: 0 0 auto;
  margin-left: 80px;
}

@media screen and (max-width:960px) {
  .img-right__image {
    margin-left: 20px;
    width: 40%;
  }
}

@media screen and (max-width:680px) {
  .img-right__image {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}

.img-right__text {
  width: 100%;
  letter-spacing: 0.05em;
}

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

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

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

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

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

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

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

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

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

.news-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;
}

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

.news-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;
}

.news-box.-index .news-box__catlist-text {
  flex-grow: 1;
  flex-shrink: 1;
}

.news-box.-index .news-box__catlist-text {
  height: 40px;
  font-weight: 500;
}

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

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

.news-box__entries-wrap {
  margin-top: 40px;
}

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

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

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

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

@media screen and (max-width:960px) {
  .news-box__entry-link {
    flex-wrap: wrap;
  }
}

.news-box__entry-link::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;
}

.news-box.-index .news-box__entry-link {
  flex-wrap: wrap;
  padding: 10px 0;
}

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

.news-box__entry-date {
  flex: 0 0 auto;
  margin: 4px 20px 4px 0;
}

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

.news-box__entry-title {
  margin: 4px 0;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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

.news-box.-index .news-box__entry-title {
  width: 100%;
}

.news-box__button {
  margin-top: 30px;
}

.news-box__pager {
  margin-top: 60px;
}

.news-detail__title {
  margin: 0 0 40px;
  font-weight: 500;
  font-size: 3.6rem;
  line-height: 1.4;
}

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

.news-detail__date {
  margin-bottom: 1.7em;
  letter-spacing: 0.05em;
}

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

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

.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;
  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;
}

.ticket-box {
  display: flex;
}

.ticket-box__link {
  display: block;
}

.service-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: separate;
  border-spacing: 2px;
  table-layout: fixed;
}

.service-table__top-item {
  width: auto;
  padding: 10px 22px;
  border: none;
  background: none;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.service-table__head,
.service-table__data {
  width: auto;
  padding: 18px 22px;
  border: none;
  background: none;
  text-align: left;
  vertical-align: middle;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.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: #F5C4D6;
}

.service-table__top-item.-trial {
  background: #F8E249;
}

.service-table__top-item.-not-member {
  background: #94CBD9;
}

.service-table__row:nth-child(odd) {
  background: #EFF0F2;
}

.service-table__head {
  font-weight: 400;
  text-align: left;
}

.service-table__data {
  text-align: center;
}

.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;
}

.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.-yellow {
  background-color: #f7e149;
  color: #000;
}

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

.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;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  color: #e5246c;
}

.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-icon {
  flex: 0 0 auto;
  margin-right: 12px;
}

.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;
  }
}

.footer__box {
  width: 100%;
  max-width: 1120px;
  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: 180px;
}

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

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

.f-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0 -33px;
}

.f-nav__list {
  margin: 0 33px;
}

.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:680px) {
  .pageup {
    right: 10px;
    bottom: 10px;
  }
}

.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;
  }
}

.pageup__text {
  margin-top: 6px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #E6246C;
}

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

/* トップページ */
.index-about__heading {
  margin: 0 0 20px;
  font-family: inherit;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width:680px) {
  .index-about__heading {
    font-size: 2.6rem;
    line-height: 1.3653846154;
  }
}

.index-about__bg-box {
  position: relative;
  z-index: 10;
  padding: 0 15px 36px;
}

@media screen and (max-width:680px) {
  .index-about__bg-box {
    padding: 25px 0;
  }
}

.index-about__bg-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 82px);
  background: url("../img/index_about_bg.jpg") center top repeat;
  border-radius: 16px;
  box-shadow: 5px 5px 0 rgba(168, 153, 128, 0.3);
}

@media screen and (max-width:680px) {
  .index-about__bg-box::before {
    left: -15px;
    height: 100%;
    border-radius: 0;
    width: calc(100% + 30px);
    box-shadow: none;
  }
}

.index-about__list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -26px 20px;
}

@media screen and (max-width:960px) {
  .index-about__list {
    padding: 0 15px;
    margin-left: 0;
    margin-right: 0;
    margin: -10px -10px 10px;
  }
}

.index-about__list-item {
  margin: 0 26px;
}

@media screen and (max-width:960px) {
  .index-about__list-item {
    width: calc(25% - 20px);
    margin: 10px;
  }
}

@media screen and (max-width:680px) {
  .index-about__list-item {
    width: calc(50% - 20px);
    max-width: 200px;
  }
}

.index-about__price {
  margin-top: 34px;
  margin-bottom: 31px;
}

.index-about__button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px;
}

@media screen and (max-width:680px) {
  .index-about__button {
    flex-direction: column;
  }
}

.index-about__button-item {
  margin: 10px;
  width: calc(100% - 20px);
  max-width: 360px;
}

.index-about-list {
  text-align: center;
}

.index-about-list__image {
  margin-bottom: 14px;
}

.index-about-list__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (max-width:680px) {
  .index-about-list__title {
    font-size: 1.7rem;
  }
}

.index-about-list__detail {
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width:680px) {
  .index-about-list__detail {
    margin-top: 5px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.index-about-price {
  position: relative;
  width: 100%;
  max-width: 910px;
  background: #FFF;
  border-radius: 6px;
  padding: 18px 40px 13px;
  margin: 0 auto;
}

@media screen and (max-width:680px) {
  .index-about-price {
    padding: 16px 15px 20px;
  }
}

.index-about-price__serif {
  position: absolute;
  z-index: 1;
  top: -24px;
  left: -52px;
}

@media screen and (max-width:680px) {
  .index-about-price__serif {
    position: relative;
    top: auto;
    left: 0;
    margin-bottom: 14px;
  }
}

.index-about-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) {
  .index-about-price__main {
    flex-direction: column;
    align-items: center;
    width: calc(100% - 125px);
  }
}

.index-about-price__top {
  align-self: flex-end;
  margin-right: 30px;
  margin-bottom: 5px;
}

@media screen and (max-width:680px) {
  .index-about-price__top {
    align-self: center;
    margin-right: 0;
  }
}

.index-about-price__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.index-about-price__box-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.index-about-price__box-num {
  font-size: 4rem;
  line-height: 1;
}

.index-about-price__box-num span {
  font-size: 2.3rem;
}

.index-about-price__box-num.-red {
  font-size: 5.6rem;
  color: #e5246c;
}

.index-about-price__box-num.-red span {
  font-size: 4rem;
}

.index-about-price__box-yen {
  font-size: 2.1rem;
  margin-left: 5px;
}

.index-about-price__plus {
  display: block;
  position: relative;
  width: 20px;
  margin: 0 30px;
}

@media screen and (max-width:680px) {
  .index-about-price__plus {
    height: 50px;
  }
}

.index-about-price__plus-inner {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 20px;
  width: 20px;
  height: 6px;
  background: #000;
}

.index-about-price__plus-inner::before,
.index-about-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);
}

.index-about-price__att {
  width: 100%;
  max-width: 676px;
  margin: 20px auto 10px;
  font-size: 1.2rem;
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
}

.index-about-price__trial {
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  color: #888;
}

.index-about-price__girl {
  position: absolute;
  z-index: 1;
  right: -68px;
  bottom: -5px;
}

@media screen and (max-width:680px) {
  .index-about-price__girl {
    bottom: 28%;
    right: 15px;
    width: 125px;
  }
}

.index-system__serif {
  position: relative;
  z-index: 1;
  margin-bottom: -20px;
  text-align: right;
}

@media screen and (max-width:960px) {
  .index-system__serif {
    margin-bottom: 5px;
  }
}

.index-system__text {
  width: 100%;
  max-width: 712px;
  margin-bottom: 22px;
}

.index-system__bg-box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #F5C4D6;
  border-radius: 16px;
  padding: 0 15px 20px;
}

@media screen and (max-width:960px) {
  .index-system__bg-box {
    flex-direction: column;
    align-items: center;
    border-radius: 0;
  }
}

.index-system__prev {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  padding-top: 20px;
  padding-right: 77px;
}

@media screen and (max-width:960px) {
  .index-system__prev {
    width: 100%;
    padding: 15px 0;
  }
}

.index-system__prev::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 77px;
  height: calc(100% - 48px);
  background: url("../img/index_system_arrow.svg") center no-repeat;
}

@media screen and (max-width:960px) {
  .index-system__prev::after {
    right: calc(50% + 30px);
    width: 26px;
    height: 102px;
    transform-origin: left bottom;
    transform: rotate(90deg);
  }
}

.index-system__prev-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 10;
  width: 545px;
  height: 192px;
}

@media screen and (max-width:960px) {
  .index-system__prev-inner {
    width: 100%;
    height: auto;
    padding: 15px 5px;
  }
}

.index-system__prev-inner::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 28px);
  background: #FFF;
  border-radius: 6px;
}

@media screen and (max-width:960px) {
  .index-system__prev-inner::before {
    border-radius: 0;
  }
}

@media screen and (max-width:680px) {
  .index-system__prev-inner::before {
    height: 100%;
  }
}

.index-system__if {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 464px;
  height: 58px;
  background: #eb608f;
  border-radius: 27px;
  border: 3px solid #F7E149;
  margin-bottom: 12px;
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #FFF;
}

@media screen and (max-width:680px) {
  .index-system__if {
    width: 100%;
    max-width: 360px;
    height: 66px;
    border-radius: 33px;
    font-size: 1.5rem;
    line-height: 1.3333333333;
    letter-spacing: 0.045em;
    text-align: center;
  }
}

.index-system__if::before {
  content: "";
  display: block;
  width: 36px;
  height: 33px;
  background: url("../img/index_system_crown.svg") left center no-repeat;
  margin-right: 10px;
}

@media screen and (max-width:680px) {
  .index-system__if::before {
    position: absolute;
    top: -9px;
    left: 22px;
  }
}

@media screen and (max-width:680px) {
  .index-system__list {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.index-system__list-item {
  background: url("../img/index_system_check.svg") left top 12px no-repeat;
  padding-left: 42px;
  font-family: "Kosugi Maru", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.7692307692;
  letter-spacing: -0.01em;
}

@media screen and (max-width:680px) {
  .index-system__list-item {
    background-position: left top 3px;
    background-size: 26px auto;
    padding-left: 32px;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
  }

  .index-system__list-item:not(:last-child) {
    margin-bottom: 4px;
  }
}

.index-system__maker {
  display: inline-block;
  position: relative;
  z-index: 10;
}

.index-system__maker::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 7px;
  width: 100%;
  height: 9px;
  background: #F7E149;
}

@media screen and (max-width:680px) {
  .index-system__maker::before {
    height: 6px;
    bottom: 4px;
  }
}

.index-system__next-inner {
  margin-top: -12px;
}

@media screen and (max-width:960px) {
  .index-system__next-inner {
    margin-top: 0;
  }
}

.index-system__title {
  margin-bottom: 26px;
}

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

.index-main__heading {
  margin: 0 0 20px;
  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-main__heading {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
  }
}

.index-main__sub-title {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
}

.index-main__sub-text {
  margin-bottom: 18px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.index-main__sub-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 20px;
  background: #F7E149;
  margin-left: 8px;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.index-main__col1:not(:last-child) {
  margin-bottom: 60px;
}

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

@media screen and (max-width:960px) {
  .index-main__col2 {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.index-main__col2-item {
  width: calc((100% - 80px) / 2);
  margin: 20px;
}

@media screen and (max-width:960px) {
  .index-main__col2-item {
    width: auto;
  }
}

.index-main__col2-item.-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 640px;
}

@media screen and (max-width:960px) {
  .index-main__col2-item.-info {
    width: auto;
  }
}

.index-main__col2-item.-twitter {
  width: 440px;
}

@media screen and (max-width:960px) {
  .index-main__col2-item.-twitter {
    width: auto;
  }
}

.index-main__col3 {
  display: flex;
  justify-content: flex-start;
  margin: -7px;
}

@media screen and (max-width:680px) {
  .index-main__col3 {
    flex-direction: column;
  }
}

.index-main__col3-item {
  max-width: 370px;
  margin: 7px;
}

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

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

.index-news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.index-news__info {
  margin-bottom: 40px;
}

.index-news__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -5px;
}

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

.index-news__links-item {
  width: calc((100% - 20px) / 2);
  height: 88px;
  margin: 5px;
  color: #FFF;
}

@media screen and (max-width:680px) {
  .index-news__links-item {
    width: calc((100% - 12px) / 2);
    height: 52px;
    margin: 3px;
  }
}

.index-news__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 24px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

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

.index-news__link.-broadcast {
  background-image: url("../img/index_banner_broadcast.jpg");
}

.index-news__link.-tv {
  background-image: url("../img/index_banner_tv.jpg");
}

.index-news__link.-radio {
  background-image: url("../img/index_banner_radio.jpg");
}

.index-news__link.-other {
  background-image: url("../img/index_banner_other.jpg");
}

.index-news__link:hover {
  opacity: 0.7;
}

.index-twitter {
  border: 1px solid #34373E;
}

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

.index-twitter iframe {
  width: 100% !important;
}

.index-tv.swiper-container {
  width: 100%;
}

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

@media screen and (max-width:680px) {
  .index-tv.swiper-container {
    max-width: 268px;
  }
}

.index-tv__entry-link {
  display: block;
}

.index-tv__entry-box {
  background: #F8DDE7;
  padding: 14px 10px 12px;
}

.index-tv__entry-label {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
  color: #e5246c;
}

.index-tv__entry-title {
  margin: 2px 0 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
}

.index-community {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: -8px;
}

.index-community__item {
  width: calc(16.6666666667% - 8px);
  max-width: 180px;
  margin: 4px;
}

@media screen and (max-width:680px) {
  .index-community__item {
    width: calc(33.3333333333% - 8px);
  }
}

@media screen and (max-width:480px) {
  .index-community__item {
    width: calc(50% - 8px);
  }
}

.index-community__link {
  display: block;
}

.index-magazine__image {
  border: 1px solid #34373E;
  padding: 1px;
}

.index-magazine__button {
  margin-top: 24px;
  text-align: right;
}

.index-magazine__link:hover {
  opacity: 0.7;
}

.index-schedule__link {
  overflow: hidden;
  display: block;
  position: relative;
  border: 1px solid #7C4C50;
}

.index-schedule__banner {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 83px;
  background: rgba(235, 96, 143, 0.9);
  font-size: 1.4rem;
  letter-spacing: 0.11em;
  color: #FFF;
  transform: translateY(100%);
  transition: transform 0.4s;
}

@media screen and (max-width:680px) {
  .index-schedule__banner {
    transform: translateY(0);
  }
}

.index-schedule__banner::before {
  content: "";
  display: block;
  width: 34px;
  height: 38px;
  background: url("../img/icon_calendar.svg") center no-repeat;
  margin-right: 17px;
}

.index-schedule__link:hover .index-schedule__banner {
  transform: translateY(0);
}

.index-store {
  position: relative;
}

.index-store__container.swiper-container {
  width: 100%;
}

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

  .index-store__container.swiper-container.js-ticket-slider {
    max-width: 600px;
  }
}

@media screen and (max-width:680px) {
  .index-store__container.swiper-container {
    max-width: 268px;
  }

  .index-store__container.swiper-container.js-ticket-slider {
    max-width: 300px;
  }
}

.index-store__entry {
  height: auto;
}

.index-store__arrow-prev,
.index-store__arrow-next {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 35px;
  height: 100%;
  background: center no-repeat;
}

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

  .index-store__arrow-prev,
  .index-store__arrow-next {
    display: none;
  }
}

.index-store__arrow-prev {
  left: -30px;
  background-image: url("../img/arrow_prev.svg");
  transform: translateX(-100%);
}

@media screen and (max-width:1180px) {
  .index-store__arrow-prev {
    left: 0;
  }
}

.index-store__arrow-next {
  right: -30px;
  background-image: url("../img/arrow_next.svg");
  transform: translateX(100%);
}

@media screen and (max-width:1180px) {
  .index-store__arrow-next {
    right: 0;
  }
}

/* ヴィクトリーナについて */
.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;
}

/*# sourceMappingURL=style.css.map */