@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

*,
*:before,
*::after {
  box-sizing: border-box;
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/*common*/
a {
  color: inherit;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
a:hover {
  text-decoration: none;
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&Safari */
}
.op:hover img {
  opacity: 0.7;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #000;
  background: #fff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

/* pc */
@media (max-width: 1280px) and (min-width: 835px) {
  html {
    font-size: 0.78125vw;
  }
}
/* sp 320 */
@media screen and (max-width: 374px) {
  html {
    font-size: 2.66667vw;
  }
}

/* !winner_lp_wrapper
---------------------------------------------------------- */
#winner_lp_wrapper {
  position: relative;
}

/* !header
---------------------------------------------------------- */
#winner_lp_header {
  display: flex;
  justify-content: space-between;
  /* position: fixed; */
  position: sticky;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background: #fff;
  box-shadow: 0 0.1rem 0.8rem rgba(62, 62, 62, 0.08);
}

.winner_lp_headlogo {
  display: flex;
  align-items: center;
  gap: 0 3.2rem;
  padding: 0 1.6rem;
  height: 5.6rem;
}
.winner_lp_headlogo a {
  position: relative;
}
.winner_lp_headlogo a + a:before {
  content: "";
  position: absolute;
  left: -1.6rem;
  top: 50%;
  transform: translateY(-50%);
  height: 2.4rem;
  border-left: 1px solid #949494;
}
.winner_lp_headlogo .logo1 img {
  width: 11.9rem;
}
.winner_lp_headlogo .logo2 img {
  width: 9.5rem;
}

.winner_lp_btn_menu {
  position: relative;
  z-index: 5;
  width: 5.6rem;
  background: url(../image/common/btn_menu.svg) no-repeat center;
  background-size: 100%;
}
.winner_lp_btn_menu.active {
  background-image: url(../image/common/btn_menu_close.svg);
}

#winner_lp_navi {
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  right: 0;
  top: 0;
  transition-duration: 0.3s;
  padding: 9.6rem 1.6rem 6rem;
  width: 100%;
  height: 100vh;
  background: #000;
  color: #fff;
}
#winner_lp_navi.open {
  opacity: 1;
  visibility: visible;
}
#winner_lp_navi ul {
  border-top: 2px solid #363636;
}
#winner_lp_navi li {
  padding: 2.4rem 0;
  border-bottom: 2px solid #363636;
}
#winner_lp_navi li a {
  display: block;
  position: relative;
  padding-left: 1.6rem;
  line-height: 1.2;
  font-size: 3.2rem;
  font-weight: 700;
}
#winner_lp_navi li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0.4rem;
  background: linear-gradient(180deg, #e5022a 0%, #8c3e95 50%, #01459d 100%);
}

.header_cv {
  display: none;
  position: fixed;
  right: 1.6rem;
  bottom: 1.6rem;
}
.header_cv a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 9.6rem;
  height: 9.6rem;
  background: linear-gradient(180deg, #e5022a 0%, #8c3e95 25%, #01459d 50%, #8c3e95 75%, #e5022a 100%) 50% 0;
  background-size: auto 200%;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.16);
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.42px;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}
.header_cv a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.4rem;
  width: 100%;
  height: 1.6rem;
  background: url(../image/common/icon_arrow_wh.svg) no-repeat center;
  background-size: 1.6rem;
}

/* winner_lp_footer
-----------------------------------------------------------*/
.winner_lp_footer {
  padding: 8rem 0 13rem;
  background: #e9f8ff;
}
.winner_lp_footlogo {
  margin-bottom: 6.4rem;
  text-align: center;
}
.winner_lp_footer .footlinks {
  margin: 0 1.6rem;
}
.winner_lp_footer .footlinks li {
  margin-top: -1px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.winner_lp_footer .footlinks li a {
  display: flex;
  align-items: center;
  padding: 1rem 3.6rem 1rem 1.2rem;
  min-height: 4.8rem;
  background: url(../image/common/icon_window.svg) no-repeat right 1.2rem center;
  background-size: 2.4rem;
  font-weight: 500;
}
.winner_lp_footer .note {
  margin: 1.6rem 1.6rem 0;
  line-height: 1.4;
  font-size: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 0.5em;
}
.winner_lp_footer .note img {
  width: 3.5em;
}
.winner_lp_footer #copyright {
  margin-top: 6.4rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}

/*** pc ***/
@media screen and (min-width: 835px) {
  #winner_lp_header {
    padding: 0 4rem;
  }
  .winner_lp_headlogo {
    gap: 0 4.8rem;
    padding: 0;
    height: 6.3rem;
  }
  .winner_lp_headlogo a + a:before {
    left: -2.4rem;
    height: 2.7rem;
    border-left-width: 2px;
  }
  .winner_lp_headlogo .logo1 img {
    width: 13.3rem;
  }
  .winner_lp_headlogo .logo2 img {
    width: 10.7rem;
  }
  .winner_lp_btn_menu {
    display: none;
  }

  #winner_lp_navi {
    opacity: 1;
    visibility: visible;
    position: static;
    padding: 0;
    height: auto;
    width: auto;
    background: none;
    color: #000;
  }
  #winner_lp_navi ul {
    display: flex;
    gap: 0 2rem;
    border-top: 0;
  }
  #winner_lp_navi li {
    display: flex;
    align-items: center;
    height: 6.3rem;
    padding: 0;
    border-bottom: 0;
  }
  #winner_lp_navi li a {
    overflow: hidden;
    position: relative;
    padding: 0.8rem 0;
    background: linear-gradient(91deg, #000 0%, #000 100%) center center no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.6rem;
  }
  #winner_lp_navi li a:before {
    content: none;
  }
  #winner_lp_navi li a:hover {
    background: linear-gradient(91deg, #e5022a 0%, #8c3e95 50%, #01459d 100%) center center no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
  }

  .header_cv {
    right: 2.4rem;
    bottom: 2.4rem;
  }
  .header_cv a {
    width: 18rem;
    height: 18rem;
    border-width: 0.4rem;
    box-shadow: 0 0.4rem 0.75rem 0 rgba(0, 0, 0, 0.16);
    font-size: 2.6rem;
  }
  .header_cv a:after {
    bottom: 1.3rem;
    height: 3rem;
    transition-duration: 0.3s;
    background-size: 3rem;
  }
  .header_cv a:hover {
    background-position: 50% 100%;
  }
  .header_cv a:hover:after {
    bottom: 0.9rem;
  }

  .winner_lp_footer {
    padding: 10.4rem 5rem;
  }
  .winner_lp_footer .footer_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 4rem;
    max-width: 120rem;
  }
  .winner_lp_footlogo {
    margin-bottom: 0;
  }
  .winner_lp_footer .footlinks {
    display: flex;
    gap: 0 4rem;
    margin: 0;
  }
  .winner_lp_footer .footlinks li {
    width: 39.2rem;
    border-width: 2px 0;
  }
  .winner_lp_footer .footlinks li a {
    height: 5.7rem;
  }
  .winner_lp_footer .note {
    margin: 6.8rem 0 0;
    text-align: center;
  }
  .winner_lp_footer .note img {
    width: 1.5em;
  }
  .winner_lp_footer #copyright {
    margin-top: 2.4rem;
  }
}
@media screen and (min-width: 1300px) {
  #winner_lp_header {
    padding: 0 7rem;
  }
  #winner_lp_navi ul {
    gap: 0 2.4rem;
  }
  #winner_lp_navi li a {
    font-size: 1.8rem;
  }
}

/* !common
---------------------------------------------------------- */
/*** sp ***/
@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }
}
/*** pc ***/
@media screen and (min-width: 835px) {
  .sp {
    display: none;
  }
}

.font_dmsans {
  font-family: "DM Sans", sans-serif;
}

.hide {
  display: none;
}

.winner_lp_mainVisual img {
  width: 100%;
}

.winner_lp_inner {
  margin: 0 auto;
  padding: 0 1.6rem;
}

.winner_lp_anchorarea {
  position: relative;
}
.winner_lp_anchorarea .anchor {
  position: absolute;
  top: -5.6rem;
}

.winner_lp_hdl {
  margin-bottom: 2.4rem;
  text-align: center;
  font-weight: 700;
}
.winner_lp_hdl .jap {
  line-height: 1.2;
  font-size: 3.2rem;
}
.winner_lp_hdl .eng {
  line-height: 1;
}
.winner_lp_hdl p + p:before {
  content: "";
  display: block;
  margin: 0.8rem auto;
  max-width: 12rem;
  border-top: 2px solid #e60012;
}

.winner_lp_btn {
  text-align: center;
}
.winner_lp_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 2;
  margin: 0 auto;
  max-width: 29.5rem;
  height: 4.6rem;
  background: linear-gradient(90deg, #e5022a, #8c3e95, #01459d);
  border-radius: 5rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: 1.8rem;
}
.winner_lp_btn a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.4rem);
  background: url(../image/common/icon_arrow.svg) no-repeat right 1.4rem center #fff;
  background-size: 2rem;
  border-radius: 5rem;
}
.winner_lp_btn a.window:before {
  background-image: url(../image/common/icon_window.svg);
}

.js-columns {
  overflow: hidden;
  transition-duration: 0.5s;
}
.js-columns.limited-columns {
  max-height: 64rem;
}
.look_more {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 5.6rem 0 1.6rem;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
}
.look_more.winner_lp_btn a {
  background: #000;
}

/*** pc ***/
@media screen and (min-width: 835px) {
  .winner_lp_inner {
    padding: 0 5rem;
    max-width: 110rem;
  }
  .winner_lp_inner.inner_big {
    max-width: 130rem;
  }

  .winner_lp_hdl {
    margin-bottom: 3.2rem;
  }
  .winner_lp_hdl p + p:before {
    margin: 1.2rem auto;
    max-width: 24rem;
    border-top-width: 3px;
  }
  .winner_lp_hdl .jap {
    font-size: 4.8rem;
  }
  .winner_lp_hdl .eng {
    font-size: 2rem;
  }

  .winner_lp_btn a {
    max-width: 35.4rem;
    height: 5.6rem;
    font-size: 2.2rem;
  }
  .winner_lp_btn a:before {
    width: calc(100% - 0.6rem);
    height: calc(100% - 0.6rem);
    transition-duration: 0.3s;
    background-position: right 1.6rem center;
    background-size: 2.4rem;
  }
  .winner_lp_btn a:hover {
    color: #fff;
  }
  .winner_lp_btn a:hover:before {
    background-image: url(../image/common/icon_arrow_wh.svg);
    background-color: transparent;
  }

  .js-columns.limited-columns {
    max-height: 90rem;
  }
  .look_more {
    padding: 3rem 0;
  }
  .look_more.winner_lp_btn a:hover {
    background-color: #fff;
    color: #fff;
  }
  .look_more.winner_lp_btn a:hover:before {
    background-color: #000;
    background-position: calc(100% - 1.6rem) calc(50% + 0.3rem);
  }
  .winner_lp_btn .window:hover:before {
    background-image: url(../image/common/icon_window_wh.svg);
  }

  .winner_lp_anchorarea .anchor {
    top: -6.3rem;
  }
}

/* !common
---------------------------------------------------------- */

.winner_lp_top {
  padding: 3.2rem 0;
}
.winner_lp_top .head {
  text-align: center;
  line-height: 2;
  font-size: 1.8rem;
  font-weight: 700;
}
.winner_lp_top .date {
  display: inline-block;
  padding: 0.8rem 1.6rem;
  background: #000;
  line-height: 1.3;
  color: #fff;
  font-size: 2.2rem;
  margin-top: 0.8rem;
  margin-left: 0.8rem;
  position: relative;
}
.winner_lp_top .percent {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0.3rem -0.5rem;
  width: 20rem;
  font-size: 0;
}
.winner_lp_top .winner_lp_btn {
  margin-top: 1.2rem;
}

.winner_lp_about {
  clip-path: polygon(0% 3.2rem, 100% 0%, 100% calc(100% - 3.2rem), 0% 100%);
  padding: 6.4rem 0;
  background: #e9f8ff;
}
.winner_lp_about .winner_lp_hdl {
  margin-bottom: 1.6rem;
}
.winner_lp_about li + li {
  margin-top: 1.8rem;
}
.winner_lp_about .point {
  display: inline-block;
  margin-bottom: 0.4rem;
  padding: 0.2rem 1.6rem 0.2rem 0.8rem;
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 0.8rem) 100%, 0% 100%);
  background: linear-gradient(90deg, #e5022a, #8c3e95, #01459d);
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
}
.winner_lp_about .icon_about {
  padding-left: 3.2rem;
  background: no-repeat left 0.1rem;
  background-size: 2.8rem;
  line-height: 1.75;
}
.winner_lp_about .icon_about01 {
  background-image: url(../image/common/icon_about01.svg);
}
.winner_lp_about .icon_about02 {
  background-image: url(../image/common/icon_about02.svg);
}
.winner_lp_about .icon_about03 {
  background-image: url(../image/common/icon_about03.svg);
}
.winner_lp_about .icon_about04 {
  background-image: url(../image/common/icon_about04.svg);
}
.winner_lp_about .icon_about05 {
  background-image: url(../image/common/icon_about05.svg);
}

.winner_lp_ranking {
  padding: 3.2rem 0 5.6rem;
}
.winner_lp_ranking .sub {
  line-height: 1.4;
}
.winner_lp_ranking .sub .note {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.2rem;
}
.winner_lp_ranking .ranking_level {
  position: relative;
  margin-top: 2.4rem;
}
.winner_lp_ranking .ranking_level .note {
  margin-bottom: 1.6rem;
  line-height: 1.4;
  text-align: left;
  font-size: 1.2rem;
}
.winner_lp_ranking .ranking_level li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 0.8rem;
  margin-bottom: 1.6rem;
}
.ranking_level li .level {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: #000;
  border-radius: 50%;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}
.ranking_level li:nth-child(1) .level,
.ranking_level li:nth-child(2) .level,
.ranking_level li:nth-child(3) .level {
  margin: 0;
  width: 3.2rem;
  height: auto;
  background: none;
}
.ranking_level .graph_wrap {
  overflow: hidden;
  position: relative;
  height: 4rem;
  width: calc(100% - 14.5rem);
  background: #5c5c5c;
  color: #fff;
}
.ranking_level .graph_wrap.level_hide {
  margin-left: 4.1rem;
}
.ranking_level .graph_wrap .logo {
  display: flex;
  align-items: center;
  position: relative;
  left: 0.3rem;
  z-index: 3;
  height: 100%;
  color: #fff;
  font-weight: 500;
}
.ranking_level .graph_wrap .logo img {
  width: 3rem;
}
.ranking_level .graph_wrap .graph {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-right: 2px solid #949494;
  background: #000;
}
.ranking_level li:nth-child(1) .graph_wrap .graph,
.ranking_level li:nth-child(2) .graph_wrap .graph,
.ranking_level li:nth-child(3) .graph_wrap .graph {
  background: linear-gradient(93deg, #e5022a 0%, #8c3e95 50.12%, #01459d 100.24%);
}
.ranking_level .animated .graph_wrap .graph {
  animation: graphAnim 3s forwards;
}
@keyframes graphAnim {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.ranking_level li .winner_lp_btn a {
  padding: 0 3.2rem 0 1.2rem;
  height: 3.2rem;
  background: linear-gradient(180deg, #e5022a, #8c3e95, #01459d);
  font-size: 1rem;
}
.ranking_level li .winner_lp_btn span {
  background: -webkit-linear-gradient(180deg, #e5022a 0%, #8c3e95 50%, #01459d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ranking_level li .winner_lp_btn a:before {
  width: calc(100% - 0.2rem);
  height: calc(100% - 0.2rem);
  background-image: url(../image/common/icon_window_color.svg);
  background-position: right 1.2rem center;
  background-size: 1.6rem;
}

.winner_lp_howto {
  overflow: hidden;
  padding: 5.6rem 0;
  background: #e9f8ff;
}
.winner_lp_howto_swiper {
  position: relative;
  margin: 0 auto;
  max-width: 31.1rem;
}
.winner_lp_howto_swiper .step {
  clip-path: polygon(0% 0%, 100% 0%, calc(100% - 0.8rem) 100%, 0% 100%);
  display: inline-block;
  padding: 0.4rem 1.6rem 0.4rem 0.8rem;
  background: linear-gradient(102deg, #e5022a 0%, #8c3e95 50%, #01459d 100%);
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
}
.winner_lp_howto_swiper .img {
  position: relative;
  z-index: 2;
  margin-bottom: 1.6rem;
  padding: 0.2rem;
  background: linear-gradient(135deg, #e5022a 0%, #8c3e95 25%, #01459d 50%);
}
.winner_lp_howto_swiper .tit {
  padding: 0.4rem 0.8rem;
  margin-bottom: 0.8rem;
  background: #000;
  line-height: 1.4;
  color: #fff;
  font-weight: 700;
}
.winner_lp_howto_swiper .txt {
  padding: 0 0.8rem;
  line-height: 1.4;
}
.winner_lp_howto_swiper .txt span {
  font-weight: bold;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.winner_lp_howto_swiper .swiper-button-prev,
.winner_lp_howto_swiper .swiper-button-next {
  top: 14.5rem;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../image/howto/icon_slide.svg) no-repeat center;
  background-size: 100%;
}
.winner_lp_howto_swiper .swiper-button-prev {
  left: -1.6rem;
  transform: scaleX(-1);
}
.winner_lp_howto_swiper .swiper-button-next {
  right: -1.6rem;
}
.winner_lp_howto_swiper .swiper-pagination {
  position: static;
  margin: 1.6rem 0 0;
}
.winner_lp_howto_swiper .swiper-pagination-bullet {
  margin: 0 0.4rem !important;
  width: 0.8rem;
  height: 0.8rem;
}
.winner_lp_howto_swiper .swiper-pagination-bullet-active {
  background: linear-gradient(180deg, #e5022a 0%, #8c3e95, #01459d 100%);
}

.winner_lp_club {
  position: relative;
  z-index: 2;
  padding: 5.6rem 0;
  color: #fff;
}
.winner_lp_club .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.winner_lp_club .bg img {
  position: sticky;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100vh;
}
.winner_lp_club .head {
  margin-bottom: 2.4rem;
  line-height: 1.4;
}
.winner_lp_club .js-tab {
  overflow: hidden;
}
.winner_lp_club .club_ctrl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 0.4rem;
  position: relative;
}
.winner_lp_club .club_ctrl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 256rem;
  border-bottom: 2px solid #fff;
}
.club_ctrl li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 4rem;
  border-radius: 0.4rem 0.4rem 0 0;
  border: 2px solid #fff;
}
.club_ctrl li img.on {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.club_ctrl li.active {
  height: 5.8rem;
  background: #fff;
}
.club_ctrl li.active img.on {
  opacity: 1;
}
.winner_lp_club .club_ctrl.bottom {
  align-items: flex-start;
}
.club_ctrl.bottom li {
  border-radius: 0 0 0.4rem 0.4rem;
}
.club_ctrl.bottom:after {
  bottom: auto;
  top: 0;
}
.winner_lp_club .club_links ul {
  padding: 3.2rem 0;
}
.club_links ul {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.4rem 0;
}
.club_links li img {
  width: 3rem;
}
.club_links .winner_lp_btn a {
  justify-content: flex-start;
  gap: 0 0.4rem;
  max-width: inherit;
  padding: 0 3.2rem 0 1.6rem;
  height: 5.4rem;
  color: #000;
  font-size: 1.6rem;
}
.club_links .winner_lp_btn a:before {
  background-size: 2.4rem;
  background-image: url(../image/common/icon_window_blue.svg);
}
.club_links .winner_lp_btn span.vissel {
  text-align: left;
  padding-left: 0.5em;
}
.club_links .winner_lp_btn span.vissel span {
  font-size: 0.57em;
  font-weight: 400;
  margin-top: 0.35em;
  display: block;
  translate: -1.2em 0;
}
.winner_lp_club .note {
  margin: 2.4rem 0;
  line-height: 1.4;
  font-size: 1.2rem;
}
.winner_lp_club .note a {
  text-decoration: underline;
}

.winner_lp_movies {
  padding: 5.6rem 4rem;
  background: #000;
  color: #fff;
}
.winner_lp_movies .movie {
  position: relative;
  margin: 0 auto;
  max-width: 32rem;
}
.winner_lp_movies .btn_player {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
}
.winner_lp_movies .movie iframe {
  width: 100%;
  height: 52.4rem;
}
.winner_lp_movies .winner_lp_btn,
.winner_lp_sns .winner_lp_btn {
  margin-top: 2.4rem;
}
.winner_lp_movies .winner_lp_btn a {
  background: #e60012;
  color: #000;
}

.winner_lp_sns {
  padding: 5.6rem 3.2rem 8rem;
}
.winner_lp_sns .winner_lp_btn a {
  background: #000;
}
.winner_lp_sns .sns_x {
  margin: 0 auto;
  max-width: 32rem;
}

/*** pc ***/
@media screen and (min-width: 835px) {
  .winner_lp_top {
    padding: 3.4rem 0 2.4rem;
  }
  .winner_lp_top .head {
    line-height: 2;
    font-size: 2.8rem;
  }
  .winner_lp_top .date {
    margin: 0 0.8rem;
    font-size: 3.5rem;
    margin-top: 0;
    top: 0.6rem;
  }
  .winner_lp_top .percent {
    margin: 0 0.8rem -1rem;
    width: 30rem;
  }
  .winner_lp_top .winner_lp_btn a:hover:before {
    background-position: calc(100% - 1.6rem) calc(50% + 0.3rem);
  }

  .winner_lp_about {
    clip-path: polygon(0% 6.4rem, 100% 0%, 100% calc(100% - 6.4rem), 0% 100%);
    padding: 10.4rem 0;
  }
  .winner_lp_about .winner_lp_hdl {
    margin-bottom: 3.2rem;
  }
  .winner_lp_about .about_points {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* gap: 4rem 3.2rem; */
    gap: 5rem;
  }
  .winner_lp_about li {
    /* width: calc(100%/3 - 2.2rem); */
    width: max-content;
  }
  .winner_lp_about li + li {
    margin-top: 0;
  }
  .winner_lp_about .point {
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 1.6rem) 100%, 0% 100%);
    margin-bottom: 0.4rem;
    padding: 0.4rem 3.2rem 0.4rem 1.6rem;
    font-size: 2rem;
  }
  .winner_lp_about .icon_about {
    padding-left: 6rem;
    background-size: 5.6rem;
    font-size: 1.4rem;
  }

  .winner_lp_ranking {
    padding: 4.8rem 0 10.4rem;
  }
  .winner_lp_ranking .sub {
    margin: 0 auto;
    max-width: 72rem;
  }
  .winner_lp_ranking .sub .note {
    margin-top: 0;
    font-size: 1.6rem;
  }
  .winner_lp_ranking .ranking_level {
    margin-top: 3.2rem;
  }

  .winner_lp_ranking .ranking_level li {
    margin-bottom: 2.4rem;
  }
  .ranking_level li .level {
    margin: 0 0.8rem;
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.6rem;
  }
  .ranking_level li:nth-child(1) .level,
  .ranking_level li:nth-child(2) .level,
  .ranking_level li:nth-child(3) .level {
    width: 4.8rem;
  }
  .ranking_level .graph_wrap {
    height: 5.6rem;
    width: calc(100% - 23.5rem);
  }
  .ranking_level .graph_wrap.level_hide {
    margin-left: 5.6rem;
  }
  .ranking_level .graph_wrap .logo {
    gap: 0 0.8rem;
    left: 1.2rem;
    font-size: 1.8rem;
  }
  .ranking_level .graph_wrap .logo img {
    width: 4rem;
  }
  .ranking_level li .winner_lp_btn a {
    padding: 0 4.6rem 0 2.4rem;
    height: 4.2rem;
    background: linear-gradient(180deg, #e5022a, #8c3e95, #01459d);
    font-size: 1.4rem;
  }
  .ranking_level li .winner_lp_btn a:before {
    width: calc(100% - 0.4rem);
    height: calc(100% - 0.4rem);
    background-position: right 2.4rem center;
    background-size: 1.8rem;
  }
  .ranking_level li .winner_lp_btn a:hover:before {
    background-image: url(../image/common/icon_window_wh.svg);
    background-position: right 2.2rem center;
    background-size: 2rem;
  }
  .ranking_level li .winner_lp_btn a:hover span {
    background: none;
    -webkit-text-fill-color: #fff;
  }

  .winner_lp_howto {
    padding: 10.4rem 0;
  }
  .winner_lp_howto_swiper {
    max-width: inherit;
  }
  .winner_lp_howto_swiper .step {
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 1.6rem) 100%, 0% 100%);
    padding: 0.4rem 2.8rem 0.4rem 1.2rem;
    font-size: 2.4rem;
  }
  .winner_lp_howto_swiper .img {
    opacity: 0.4;
    padding: 0.3rem;
  }
  .winner_lp_howto_swiper .tit {
    padding: 0.8rem 1.6rem;
    font-size: 1.8rem;
  }
  .winner_lp_howto_swiper .txt {
    padding: 0 1.6rem;
  }

  .winner_lp_howto_swiper .swiper-slide {
    max-width: 43.2rem;
    transform: scale(0.8, 0.8);
    transform-origin: 50% 0;
  }
  .winner_lp_howto_swiper .swiper-slide-active {
    transform: scale(1, 1);
  }
  .winner_lp_howto_swiper .swiper-slide-active .img {
    opacity: 1;
  }
  .winner_lp_howto_swiper .swiper-button-prev,
  .winner_lp_howto_swiper .swiper-button-next {
    top: 18rem;
    width: 4rem;
    height: 4rem;
  }
  .winner_lp_howto_swiper .swiper-button-prev {
    left: calc(50% - 23.6rem);
  }
  .winner_lp_howto_swiper .swiper-button-next {
    right: calc(50% - 23.6rem);
  }
  .winner_lp_howto_swiper .swiper-pagination-bullet {
    margin: 0 0.8rem !important;
    width: 1.2rem;
    height: 1.2rem;
  }

  .winner_lp_club {
    padding: 10.4rem 0;
  }
  .winner_lp_club .bg {
    background: linear-gradient(166deg, #e5022a 0%, #8c3e95 50%, #01459d 100%);
  }
  .winner_lp_club .head {
    margin: 0 auto 3.2rem;
    max-width: 72rem;
    text-align: center;
  }
  .winner_lp_club .club_ctrl {
    gap: 0 0.8rem;
    margin: 0 auto;
    max-width: 100rem;
  }
  .winner_lp_club .club_ctrl.bottom {
    display: none;
  }
  .winner_lp_club .note {
    margin: 2.4rem 0 0;
  }
  .club_ctrl li {
    height: 5.6rem;
  }
  .club_ctrl li.active {
    height: 6.8rem;
  }
  .club_ctrl li img {
    height: 3.2rem;
  }
  .winner_lp_club .club_links ul {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 3.2rem;
    padding: 4rem 0 0;
  }
  .club_links .winner_lp_btn a {
    padding: 0 4rem 0 1.6rem;
    height: 6rem;
    text-align: left;
    font-size: 1.8rem;
  }
  .club_links .winner_lp_btn span {
    transition-duration: 0.3s;
    background: linear-gradient(91deg, #000 0%, #000 100%) center center no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .club_links .winner_lp_btn span.vissel {
  }
  .club_links .winner_lp_btn span.vissel span {
    font-size: 0.57em;
    font-weight: 400;
    margin-top: 0.35em;
    display: block;
    translate: -1.2em 0;
  }
  .club_links .winner_lp_btn a:hover {
    box-shadow: 0 0 12px 4px rgba(255, 255, 255, 0.25);
  }
  .club_links .winner_lp_btn a:hover:before {
    background-color: #fff;
    background-image: url(../image/common/icon_window_red.svg);
  }
  .club_links .winner_lp_btn a:hover span {
    background: linear-gradient(91deg, #e5022a 0%, #8c3e95 50%, #01459d 100%) center center no-repeat;
    background-clip: text;
    -webkit-background-clip: text;
  }

  .winner_lp_column2 {
    display: flex;
  }
  .winner_lp_column2 .item {
    width: 50%;
  }
  .winner_lp_movies,
  .winner_lp_sns {
    padding: 8rem 5rem;
  }

  .winner_lp_movies .winner_lp_btn,
  .winner_lp_sns .winner_lp_btn {
    margin-top: 3.2rem;
  }
  .winner_lp_movies .winner_lp_btn a:hover {
    color: #fff;
  }
  .winner_lp_ranking .ranking_level .note {
    text-align: right;
  }
}
