/*
* top.css
*
*/
/* --------------------------------
   LINEUP
-------------------------------- */
.lineup_content {
  margin: 8vw auto 0;
  max-width: 450px;
}
@media (min-width: 768px) {
  .lineup_content {
    display: -ms-grid;
    display: grid;
    margin-top: 40px;
    max-width: none; 

    -ms-grid-columns: (1fr)[3]; 

        grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2px;
       -moz-column-gap: 2px;
            column-gap: 2px;
  }
}

.lineup_list {
  overflow: hidden;
}
@media (min-width: 768px) {
  .lineup_list {
    width: 100%;
  }
}
.lineup_list:not(:first-child) {
  margin-top: 4.26667vw;
}
@media (min-width: 768px) {
  .lineup_list:not(:first-child) {
    margin-top: 0;
  }
}
.lineup_list a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.lineup_list a.is-touched .lineup_list_image img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
@media (min-width: 1024px) {
  .lineup_list a:hover .lineup_list_image img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
}

.lineup_list_image {
  width: 100%;
  height: 100%;
}
.lineup_list_image img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);

  -o-object-fit: cover;

     object-fit: cover;
  will-change: transform;
}

.lineup_list_detail_title_wrapper {
  display: -ms-grid;
  display: grid;
  position: absolute;
  top: min(3.73333vw, 14px);
  left: min(1.06667vw, 4px);

  -ms-grid-columns: auto auto;

      grid-template-columns: auto auto;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  -webkit-column-gap: min(1.33333vw, 5px);
     -moz-column-gap: min(1.33333vw, 5px);
          column-gap: min(1.33333vw, 5px);
}
@media (min-width: 768px) {
  .lineup_list_detail_title_wrapper {
    top: min(2.28571vw, 32px);
    left: min(1.14286vw, 16px);

    gap: min(0.35714vw, 5px);
  }
}
@media (min-width: 768px) {
  ._bp .lineup_list_detail_title_wrapper {
    top: min(2vw, 28px);
  }
}

.lineup_list_detail_icon {
  height: min(16vw, 60px); 

  -ms-grid-column: 1; 

  -ms-grid-column-span: 2; 

  grid-column: 1 / span 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
@media (min-width: 768px) {
  .lineup_list_detail_icon {
    height: min(4.28571vw, 60px); 

    -ms-grid-column: 1; 

    grid-column: 1;
    -ms-grid-column-align: center;
        justify-self: center;
  }
}
.lineup_list_detail_icon img {
  height: 100%;
}
._bp .lineup_list_detail_icon {
  position: relative;
  left: min(1.06667vw, 4px);
}
@media (min-width: 768px) {
  ._bp .lineup_list_detail_icon {
    left: min(0.42857vw, 6px);
    height: min(4.57143vw, 64px);
  }
}

.lineup_list_detail_title_sub {
  letter-spacing: -0.01em;
  color: #fff; 
  font-size: min(3.46667vw, 13px);
  font-weight: bold;
  line-height: 1;

  -ms-grid-column: 2;

  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media (min-width: 768px) {
  .lineup_list_detail_title_sub {
    font-size: min(1.21429vw, 17px);
  }
}

.lineup_list_detail_title {
  letter-spacing: -0.01em;
  color: #fff; 
  font-size: min(14.66667vw, 55px);
  font-weight: bold;
  line-height: 1;

  -ms-grid-column: 1;

  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: sideways;
}
@media (min-width: 768px) {
  .lineup_list_detail_title {
    font-size: min(5vw, 70px);
  }
}
.lineup_list_detail_title > span {
  font-size: 0.8em;
}
@media (min-width: 768px) {
  .lineup_list_detail_title > span {
    font-size: 0.9em;
  }
}

.lineup_list_detail {
  position: absolute;
  z-index: 1;
  bottom: min(10.66667vw, 40px);
  width: 100%;
}
@media (min-width: 768px) {
  .lineup_list_detail {
    bottom: min(3.92857vw, 55px);
  }
}

.lineup_list_detail_img {
  height: min(41.86667vw, 157px);
  background-repeat: no-repeat; 
  background-size: contain;
}
@media (min-width: 768px) {
  .lineup_list_detail_img {
    height: min(12.42857vw, 174px);
  }
}
.lineup_list_detail_img img {
  display: block;
  margin: 0 auto; 
  width: auto;
  height: 100%;
}

.lineup_list_detail_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -100%;
  bottom: 0;
  left: -100%;
  margin: auto;
  width: 100%;
  color: #fff;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.6vw, 6px);
}
@media (min-width: 768px) {
  .lineup_list_detail_tag {
    bottom: max(-0.71429vw, -10px);

    gap: min(0.35714vw, 5px);
  }
}
.lineup_list_detail_tag li {
  padding: 0 min(2.13333vw, 8px) min(0.8vw, 3px);
  border: 1px solid color-mix(in srgb, #fff 50%, transparent); 
  font-size: min(2.66667vw, 10px);
  font-weight: bold;
  line-height: 1.55;
}
@media (min-width: 768px) {
  .lineup_list_detail_tag li {
    padding: 0 min(0.57143vw, 8px) min(0.21429vw, 3px); 
    font-size: min(0.85714vw, 12px);
  }
}
._bp .lineup_list_detail_tag {
  bottom: max(-5.33333vw, -20px); 
  width: 250px;
}
@media (min-width: 768px) {
  ._bp .lineup_list_detail_tag {
    bottom: max(-2.14286vw, -30px); 
    width: 70%;
  }
}

.u-copyGuard img {
  pointer-events: none !important;

  -webkit-user-select: none !important;

     -moz-user-select: none !important;

      -ms-user-select: none !important;

          user-select: none !important;
  -webkit-user-drag: none !important;
  -webkit-touch-callout: none !important;
}

/* --------------------------------
   hero
-------------------------------- */
.hero {
  position: relative;
}

.hero_content {
  position: relative;
}

.mv_logo {
  position: absolute;
  z-index: 5;
  top: 66.85144%;
  right: 6.53333%;
  width: 163px;
}
@media (min-width: 768px) {
  .mv_logo {
    top: 37.44428%;
    left: 60.21429%;
    width: 25.78571%;
  }
}

.hero_img img {
  width: 100%;
}

.hero_link_wrapper {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 5%;
  left: 0;
  margin: auto;
  width: 100%;
  height: 55%;
}
@media (min-width: 768px) {
  .hero_link_wrapper {
    width: 90%;
    height: 60%;
  }
}
.hero_link_wrapper.w_whey_soy {
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .hero_link_wrapper.w_whey_soy {
    width: 100%;
    height: 100%;
  }
}

.hero_link {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.hero_link:nth-child(1) {
  left: 0;
  width: 33%;
}
@media (min-width: 768px) {
  .hero_link:nth-child(1) {
    width: 33%;
  }
}
.hero_link:nth-child(2) {
  left: 33%;
  width: 33%;
}
@media (min-width: 768px) {
  .hero_link:nth-child(2) {
    left: 33%;
    width: 33%;
  }
}
.hero_link:last-child {
  right: 0;
  width: 33%;
}
@media (min-width: 768px) {
  .hero_link:last-child {
    width: 33%;
  }
}
.hero_link a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.hero_swiper-controller {
  display: -ms-grid;
  display: grid;
  margin-top: 2.66667vw;
  padding: 0 2.66667vw;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-grid-columns: 38px auto 38px;
      grid-template-columns: 38px auto 38px;
  -ms-grid-rows: 38px;
      grid-template-rows: 38px;
  gap: 0 4.93333vw;
}
@media (min-width: 768px) {
  .hero_swiper-controller {
    margin-top: 20px;
    padding: 0;

    gap: 0 40px;
  }
}

.hero_swiper-button_wrapper {
  border-radius: 50%;
}

.hero_swiper-button-next,
.hero_swiper-button-prev {
  position: relative;
  border: 3px solid #f0f0f0;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  cursor: pointer; 
  -webkit-transition: all 0.35s; 
  transition: all 0.35s;
  background-color: #fff;
  pointer-events: all;
}
.hero_swiper-button-next::before,
.hero_swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 0.66667vw solid;
  width: 2.13333vw;
  height: 2.13333vw;
  -webkit-transition: border-color 0.35s;
  transition: border-color 0.35s; 
  -webkit-transform: rotate(45deg); 
      -ms-transform: rotate(45deg); 
          transform: rotate(45deg);
}
@media (min-width: 768px) {
  .hero_swiper-button-next::before,
  .hero_swiper-button-prev::before {
    border: 2px solid; 
    width: 8px;
    height: 8px;
  }
}
.hero_swiper-button-next:hover,
.hero_swiper-button-prev:hover {
  border-color: #000; 
  background-color: #000;
}
.hero_swiper-button-next:hover::before,
.hero_swiper-button-prev:hover::before {
  border-color: #fff #fff transparent transparent;
}

.hero_swiper-button-next::before {
  left: -1.06667vw;
  border-color: #565656 #565656 transparent transparent;
}
@media (min-width: 768px) {
  .hero_swiper-button-next::before {
    left: -4px;
  }
}

.hero_swiper-button-next:hover::before {
  border-color: #fff #fff transparent transparent;
}

.hero_swiper-button-prev::before {
  right: -1.06667vw;
  border-color: transparent transparent #565656 #565656;
}
@media (min-width: 768px) {
  .hero_swiper-button-prev::before {
    right: -4px;
  }
}

.hero_swiper-button-prev:hover::before {
  border-color: transparent transparent #fff #fff;
}

.hero_swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 11px;
}
@media (min-width: 768px) {
  .hero_swiper-pagination {
    gap: 8px 20px;
  }
}
.hero_swiper-pagination::after {
  content: none;
}
.hero_swiper-pagination .swiper-pagination-bullet {
  overflow: hidden;
  opacity: 1;
  border-radius: 50%;
  outline: none;
  width: 10px;
  height: 10px;
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s; 
  background-color: #f0f0f0;

  -ms-flex-negative: 0;

      flex-shrink: 0;
}
.hero_swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transition: background-color 0.26s;
  transition: background-color 0.26s; 
  background-color: #000;
}

/* --------------------------------
   NEWS
-------------------------------- */
.news_feed {
  position: absolute;
  padding: 17px 20px;
  width: 100%; 
  background: #f0f0f0;
}
@media (min-width: 768px) {
  .news_feed {
    position: static;
    padding: 25px 56px;
    width: auto;
  }
}

@media (min-width: 768px) {
  .news_feed_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    max-width: 1500px; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
  }
}

.news_feed_heading {
  display: inline-block;
  position: relative;
  padding-right: 12px;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.1;
}
@media (min-width: 768px) {
  .news_feed_heading {
    padding: 0 25px 0 0;
    font-size: 1.125rem;
  }
}
.news_feed_heading:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 12px;
  background: #000;
}

@media (max-width: 767.98px) {
  .news_feed_content {
    margin-top: 5px;
  }
}

.news_feed_txt {
  background: #f0f0f0; 
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.63636;
}
.news_feed_txt a {
  display: block;
}
@media (min-width: 768px) {
  .news_feed_txt a {
    height: 18px;
  }
}
@media (min-width: 768px) {
  .news_feed_txt {
    padding-left: 25px;
    font-size: 0.875rem;
    line-height: 1.2;
  }
}
.news_feed_txt .date {
  margin-right: 12px;
  font-size: 0.75rem;
}
@media (min-width: 768px) {
  .news_feed_txt .date {
    display: inline-block;
    margin-right: 15px;
    font-size: 0.875rem;
  }
}

/* --------------------------------
   content
-------------------------------- */
@media (min-width: 1024px) {
  .news_important_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.news_important_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  background-color: #000; 
  color: #fff;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .news_important_ttl {
    width: 240px; 
    height: auto;
    font-size: 1rem;
  }
}

.news_important_desc {
  padding: 0px 20px 5px; 
  background-color: #f0f0f0;
}
@media (min-width: 1024px) {
  .news_important_desc {
    padding: 13px 48px; 
    width: calc(100% - 240px);
  }
}

.news_important_listItem {
  padding: 20px 0;
}
@media (min-width: 1024px) {
  .news_important_listItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 0; 

    -webkit-box-align: center; 

        -ms-flex-align: center; 

            align-items: center;
  }
}
.news_important_listItem + .news_important_listItem {
  border-top: 1px solid #fff;
}

.news_important_date {
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1024px) {
  .news_important_date {
    margin-right: 30px; 
    font-size: 0.875rem;
  }
}

.news_important_link {
  margin-top: 5px; 
  font-size: 0.75rem;
  font-weight: bold;
  line-height: 1.58333;
}
@media (min-width: 1024px) {
  .news_important_link {
    margin-top: 0; 
    font-size: 0.875rem;
  }
}
.news_important_link > a {
  -webkit-transition: background-size 0.35s;
  transition: background-size 0.35s; 
  background: linear-gradient(0deg, #000 0, #000 2px, #fff 2px, #fff 100%);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
}
.news_important_link > a.is-touched {
  background-position: left bottom;
  background-size: 100% 1px;
}

.section_content {
  padding: 55px 20px 0;
}
@media (min-width: 768px) {
  .section_content {
    margin: 0 auto;
    padding: 87px 56px 0;
    max-width: 1612px;
  }
}

.section_content_heading {
  text-align: center; 
  font-size: 1.8125rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 1024px) {
  .section_content_heading {
    font-size: 2rem;
  }
}
.section_content_heading img {
  height: 0.78em;
  vertical-align: baseline;
}
@media (min-width: 1024px) {
  .section_content_heading img {
    position: relative;
    top: 1px;
    height: 0.8em;
  }
}
.section_content_heading small {
  display: block;
  margin-top: 13px;
  font-size: 0.8125rem;
}
@media (min-width: 1024px) {
  .section_content_heading small {
    font-size: 1rem;
  }
}

/* --------------------------------
   RANKING
-------------------------------- */
.ranking_wrapper {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .ranking_wrapper {
    margin-top: 42px;
  }
}

.ranking_btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -6px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .ranking_btn_list {
    margin: 0 -5px;
  }
}

.ranking_btn_listItem {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; 
  margin: 6px;
  width: 103px;
  height: 37px;
}
@media (min-width: 768px) {
  .ranking_btn_listItem {
    margin: 5px;
    width: 130px;
    height: 35px;
  }
}
.ranking_btn_listItem button {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 3px 3px 6px 3px;
  border: none;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; 
  background-color: #fff;
  color: #000;
  -webkit-box-shadow: 0px 0px 0px 3px #000 inset;
          box-shadow: 0px 0px 0px 3px #000 inset;
  font-size: 0.6875rem;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .ranking_btn_listItem button {
    font-size: 0.9375rem;
    line-height: 1;
  }
}
.ranking_btn_listItem button[data-checked="true"] {
  background-color: #000;
  color: #fff;
}
.ranking_btn_listItem button::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -5%;
  width: 0;
  height: 120%;
  -webkit-transition: width 0.45s;
  transition: width 0.45s;
  -webkit-transform: skewX(25deg);
      -ms-transform: skewX(25deg);
          transform: skewX(25deg); 
  background: #000;
}
.ranking_btn_listItem button:hover {
  color: #fff;
}
.ranking_btn_listItem button:hover::after {
  top: -10%;
  left: -10%;
  width: 120%;
}

.ranking_content {
  position: relative;
  margin-top: 25px;
  height: 80vw;
}
@media (min-width: 768px) {
  .ranking_content {
    margin-top: 50px;
    height: 51vw;
  }
}
@media (min-width: 1024px) {
  .ranking_content {
    height: auto;
  }
}

.ranking_content_inner {
  overflow: hidden;
  position: absolute;
  right: -100%;
  left: -100%;
  margin: auto; 
  width: 100vw;
  height: 100%;
}
@media (min-width: 1024px) {
  .ranking_content_inner {
    overflow: visible;
    position: relative;
    right: 0;
    left: 0;
    width: 100%;
  }
}

.ranking_list_wrapper {
  position: relative;
  padding: 2.93333vw 5.33333vw 0;
}
@media (min-width: 768px) {
  .ranking_list_wrapper {
    padding: 1.5vw 20px 0;
  }
}
@media (min-width: 1024px) {
  .ranking_list_wrapper {
    padding: 0;
  }
}

.ranking_swiper_container {
  visibility: hidden;
  height: 0;
}
.ranking_swiper_container.is-show {
  visibility: visible;
  height: 100%;
}
.ranking_swiper_container.is-show .ranking_listItem {
  opacity: 1;
}

.ranking_list {
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .ranking_list {
    margin: 0 -9px;
    width: auto;
  }
}

.ranking_listItem {
  opacity: 0;
  height: 100%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
@media (min-width: 1024px) {
  .ranking_listItem {
    margin: 0 9px;
    width: calc(20% - 18px);
  }
}
.ranking_listItem:nth-of-type(1) .ranking_tag {
  background-color: #a08e2b;
}
.ranking_listItem:nth-of-type(2) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.ranking_listItem:nth-of-type(2) .ranking_tag {
  background-color: #9e9e9e;
}
.ranking_listItem:nth-of-type(3) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.ranking_listItem:nth-of-type(3) .ranking_tag {
  background-color: #af927c;
}
.ranking_listItem:nth-of-type(4) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.ranking_listItem:nth-of-type(5) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}

.ranking_img_wrapper {
  position: relative;
  width: 100%;
}

.ranking_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  top: -2.93333vw;
  right: 0;
  left: 0;
  margin: auto;
  width: 6.13333vw;
  height: 6.13333vw;
  background-color: #000; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .ranking_tag {
    top: -15px;
    width: 34px;
    height: 34px;
  }
}

.ranking_tag_txt {
  margin-top: 0.26667vw;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .ranking_tag_txt {
    margin-top: 0;
    margin-left: 3px;
    font-size: 1.25rem;
  }
}

.ranking_img {
  overflow: hidden;
}

.ranking_img_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42.66667vw;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s; 
  background-color: #f5f5f5;

  -webkit-box-align: center;

      -ms-flex-align: center;

          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .ranking_img_inner {
    height: 243px;
  }
}
@media (min-width: 1024px) {
  .ranking_listItem a:hover .ranking_img_inner {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.is-touched .ranking_img_inner {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
.ranking_img_inner img {
  width: 100%;
}
.ranking_img_inner::after {
  content: none;
}

.ranking_ttl_wrapper {
  margin-top: 3.2vw;
}
@media (min-width: 768px) {
  .ranking_ttl_wrapper {
    margin-top: 1.6vw;
  }
}
@media (min-width: 768px) {
  .ranking_ttl_wrapper {
    margin-top: 16px;
  }
}

.ranking_ttl {
  display: inline;
  position: relative;
  -webkit-transition: background-size 0.35s;
  transition: background-size 0.35s; 
  background: linear-gradient(0deg, #000 0, #000 2px, #fff 2px, #fff 100%);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  font-size: 2.93333vw;
}
@media (min-width: 768px) {
  .ranking_ttl {
    font-size: 0.875rem;
  }
}
.ranking_listItem a:hover .ranking_ttl,
.ranking_listItem a.is-touched .ranking_ttl {
  background-position: left bottom;
  background-size: 100% 1px;
}
.ranking_ttl:after {
  content: "";
  display: inline-block;
  margin-bottom: 2px;
  margin-left: 3px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
}

.ranking_swiper-pagination {
  position: absolute;
  top: auto !important;
  bottom: -11.73333vw;
  left: 20px !important;
  width: 62.13333vw !important;
  height: 1.06667vw;
  background-color: #f0f0f0;
}
@media (min-width: 768px) {
  .ranking_swiper-pagination {
    bottom: -7vw;
    width: 466px;
    height: 8px;
  }
}
@media (min-width: 1024px) {
  .ranking_swiper-pagination {
    display: none; 
    bottom: 0;
  }
}
.ranking_swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #000;
}

.ranking_navigation_wrapper {
  position: absolute;
  right: 5.33333vw;
  bottom: -16vw;
  width: 22.93333vw;
  height: 9.6vw;
}
@media (min-width: 768px) {
  .ranking_navigation_wrapper {
    right: 40px;
    bottom: -11vw;
    width: 17vw;
    height: 8vw;
  }
}
@media (min-width: 1024px) {
  .ranking_navigation_wrapper {
    display: none;
  }
}

.ranking_swiper-button-next,
.ranking_swiper-button-prev {
  position: absolute;
  top: 0;
  border: 0.8vw solid #f0f0f0;
  border-radius: 50%;
  width: 10.13333vw;
  height: 10.13333vw;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; 
  background-color: #fff;
  pointer-events: all;
}
@media (min-width: 768px) {
  .ranking_swiper-button-next,
  .ranking_swiper-button-prev {
    border: 5px solid #f0f0f0; 
    width: 7vw;
    height: 7vw;
  }
}
.ranking_swiper-button-next::before,
.ranking_swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 0.66667vw solid;
  width: 2.13333vw;
  height: 2.13333vw;
  -webkit-transition: border-color 0.35s;
  transition: border-color 0.35s; 
  -webkit-transform: rotate(45deg); 
      -ms-transform: rotate(45deg); 
          transform: rotate(45deg);
}
@media (min-width: 768px) {
  .ranking_swiper-button-next::before,
  .ranking_swiper-button-prev::before {
    border: 4px solid; 
    width: 2vw;
    height: 2vw;
  }
}
.ranking_swiper-button-next:hover,
.ranking_swiper-button-prev:hover {
  border-color: #000; 
  background-color: #000;
}

.ranking_swiper-button-next {
  right: 0;
}
.ranking_swiper-button-next::before {
  left: -1.06667vw;
  border-color: #565656 #565656 transparent transparent;
}
@media (min-width: 768px) {
  .ranking_swiper-button-next::before {
    left: -8px;
  }
}
.ranking_swiper-button-next:hover::before {
  border-color: #fff #fff transparent transparent;
}

.ranking_swiper-button-prev {
  left: 0;
}
.ranking_swiper-button-prev::before {
  right: -1.06667vw;
  border-color: transparent transparent #565656 #565656;
}
@media (min-width: 768px) {
  .ranking_swiper-button-prev::before {
    right: -8px;
  }
}
.ranking_swiper-button-prev:hover::before {
  border-color: transparent transparent #fff #fff;
}

.ranking_animation {
  -webkit-transition: all 1s ease;
  transition: all 1s ease; 
  -webkit-transform: translateX(-490px); 
      -ms-transform: translateX(-490px); 
          transform: translateX(-490px);
}
@media (min-width: 768px) {
  .ranking_animation {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.ranking_animation.is-show {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

/* --------------------------------
 PICKUP
-------------------------------- */
@media (min-width: 1024px) {
  .pickup {
    margin: 0 auto;
    max-width: 1612px;
  }
}

.pickup {
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .pickup {
    padding-top: 70px;
  }
}

.pickup_content {
  margin: 30px auto 0;
  max-width: 450px;
}
@media (min-width: 1024px) {
  .pickup_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 24px -8px 0;
    max-width: none; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
  }
}

.pickup_list {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .pickup_list {
    margin: 8px;
    width: calc(50% - 16px);
  }
}
.pickup_list a {
  display: block;
  position: relative;
  color: #fff;
}

.pickup_list a {
  display: block;
  position: relative;
  color: #fff;
}
@media (min-width: 768px) {
  .pickup_list a {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  .pickup_list a:hover {
    opacity: 0.6;
  }
}

.pickup_list_image {
  overflow: hidden;
}
.pickup_list_image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

/* --------------------------------
   ABOUT
-------------------------------- */
.about {
  padding: 62px 20px 0;
}
@media (min-width: 1024px) {
  .about {
    margin: -3px auto 0;
    padding: 87px 56px 0;
    max-width: 1612px;
  }
}

.about_list {
  margin: 0 auto;
  max-width: 450px;
}
@media (min-width: 1024px) {
  .about_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px -8px 0;
    max-width: none; 

    -ms-flex-wrap: wrap; 

        flex-wrap: wrap;
  }
}
.about_list li {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .about_list li {
    margin: 8px;
    width: calc(50% - 16px);
  }
}

.about_list_txtArea {
  display: block;
  color: #000;
}
.about_list_txtArea.is-touched img {
  -webkit-transform: scale(1.03);
      -ms-transform: scale(1.03);
          transform: scale(1.03);
}
@media (min-width: 768px) {
  .about_list_txtArea:hover {
    color: #000;
  }
  .about_list_txtArea:hover img {
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
  }
}

.about_list_image {
  overflow: hidden;
  margin-bottom: 20px;
}
.about_list_image img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.about_list_heading {
  display: inline;
  position: relative;
  -webkit-transition: background-size 0.35s;
  transition: background-size 0.35s; 
  background: linear-gradient(0deg, #000 0, #000 2px, #fff 2px, #fff 100%);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 1024px) {
  .about_list_heading {
    font-size: 1.125rem;
  }
  .about_list_txtArea:hover .about_list_heading {
    background-position: left bottom;
    background-size: 100% 1px;
  }
}
.is-touched .about_list_heading {
  background-position: left bottom;
  background-size: 100% 1px;
}
.about_list_heading:after {
  content: "";
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 10px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
}
[target="_blank"] .about_list_heading::after {
  margin-bottom: 6px;
  margin-left: 0px;
  border: none;
  width: 12px;
  height: 12px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; 
  background: url(/sports/savas/img/common/icon_blank.webp) no-repeat center/cover;
  background-size: contain;
}

.about_list_txt {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 1.78571;
}

/* --------------------------------
   banner
-------------------------------- */
.infomation {
  position: relative;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .infomation {
    margin: 36px auto 0;
    padding: 0 112px;
    max-width: 1612px;
  }
}

.infomation_hero_banner {
  margin-top: 26px; 
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .infomation_hero_banner {
    margin-top: 32px; 
    padding: 0;
  }
}
.infomation_hero_banner img {
  width: 100%;
}
.infomation_hero_banner a {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.infomation_hero_banner a:hover {
  opacity: 0.6;
}

.infomation_banners_container {
  position: relative;
  padding: 30px 0;
  background: #eee;
}
@media (min-width: 1024px) {
  .infomation_banners_container {
    padding: 32px;
  }
}

@media (min-width: 768px) {
  .infomation_banners li a {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  .infomation_banners li a:hover {
    opacity: 0.6;
  }
}

.info_swiper-button-prev {
  display: none;
  left: 0; 
  outline: none;
}
.info_swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 1024px) {
  .info_swiper-button-prev {
    display: block;
    left: -67px;
  }
}

.info_swiper-button-next {
  display: none;
  right: 0; 
  outline: none;
}
.info_swiper-button-next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (min-width: 1024px) {
  .info_swiper-button-next {
    display: block;
    right: -67px;
  }
}

/* --------------------------------
   SNS
-------------------------------- */
.sns_official {
  margin: 57px 0 67px;
  padding: 0 40px;
}
@media (min-width: 768px) {
  .sns_official {
    margin: 86px 0 98px;
  }
}

.sns_official_heading {
  text-align: center; 
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1;
}
@media (min-width: 768px) {
  .sns_official_heading {
    font-size: 1.625rem;
  }
}

.sns_official_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 27px auto 0; 

  -webkit-box-pack: center; 

      -ms-flex-pack: center; 

          justify-content: center;
}
@media (min-width: 768px) {
  .sns_official_list {
    margin-top: 30px;
  }
}
.sns_official_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 10px;
  width: 35px; 

  -webkit-box-align: center; 

      -ms-flex-align: center; 

          align-items: center;
}
@media (min-width: 768px) {
  .sns_official_list li {
    margin: 0 12px;
  }
}
@media (min-width: 768px) {
  .sns_official_list li a {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  .sns_official_list li a:hover {
    opacity: 0.6;
  }
}
.sns_official_list li img {
  width: 35px;
}

/* --------------------------------
   modal
-------------------------------- */
.movie_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden; 
  opacity: 0;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.45s;
  transition: all 0.45s;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.movie_modal.is-active {
  visibility: visible; 
  opacity: 1;
}

.movie_modal_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.movie_modal_content {
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .movie_modal_content {
    max-width: 960px;
  }
}

.movie_modal_closeBtn {
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: -59px;
  right: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: transparent; 
  white-space: nowrap;
  text-indent: 100%;
  font-size: 0;
}
@media (min-width: 1024px) {
  .movie_modal_closeBtn {
    top: -79px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: background 0.35s;
    transition: background 0.35s;
  }
  .movie_modal_closeBtn:hover {
    background: #fff;
  }
  .movie_modal_closeBtn:hover:before,
  .movie_modal_closeBtn:hover:after {
    background: #000;
  }
}
.movie_modal_closeBtn:before,
.movie_modal_closeBtn:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 46%;
  height: 3px;
  -webkit-transition: background 0.35s;
  transition: background 0.35s; 
  background: #fff;
}
.movie_modal_closeBtn:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.movie_modal_closeBtn:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.movie_modal_video {
  position: relative;
}

/* --------------------------------
   btn
-------------------------------- */
.flow_btn {
  margin: 27px auto 0;
  width: 226px;
}
@media (min-width: 1024px) {
  .flow_btn {
    margin-top: 50px;
    width: 220px;
  }
  .flow_btn .c-btn {
    letter-spacing: 0.01em; 
    font-size: 1.125rem;
  }
  .flow_btn .c-btn_mask {
    padding: 18px;
  }
}