@charset "UTF-8";
:root {
  --line-opacity-1: 0;
  --line-opacity-2: 0;
  --line-opacity-3: 0;
  --line-width: 0;
}

html {
  font-size: 0.0714285714vw;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 0.2666666667vw;
  }
}

body {
  background-color: #11131a;
  color: #fdfcfe;
  font-family: "hiragino-kaku-gothic-pron", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.u-pc-none {
  display: none !important;
}
@media screen and (max-width: 750px) {
  .u-pc-none {
    display: block !important;
  }
}

@media screen and (max-width: 750px) {
  .u-sp-none {
    display: none !important;
  }
}

img {
  width: 100%;
  height: auto;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.lineup-item {
  transform: translateY(50px);
  opacity: 0;
}
.lineup-item.active {
  animation: fadeInUp 0.6s ease 0s forwards;
}

.players-item {
  transform: translateY(50px);
  opacity: 0;
}
.players-item.active {
  animation: fadeInUp 0.8s ease 0s forwards;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  transition: top 0.3s;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14rem 30rem 0;
}
@media screen and (max-width: 750px) {
  .header-nav {
    align-items: flex-start;
    padding: 13rem 15rem 0;
  }
}
.header-logo {
  display: block;
  width: 174rem;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .header-logo {
    width: 106rem;
  }
}
.header-list {
  display: flex;
  align-items: center;
  -moz-column-gap: 45rem;
       column-gap: 45rem;
}
.header-item a {
  position: relative;
  display: inline-flex;
}
.header-item a img {
  height: 13rem;
  transition: opacity 0.2s;
}
.header-item a img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.header-item a:hover img {
  opacity: 1;
  transition: opacity 0.2s;
}
.header-item:nth-child(5) img {
  height: 36rem;
}
.header-btn {
  position: relative;
  width: 30rem;
  height: 16rem;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .header-btn {
    margin-top: 7rem;
  }
}
.header-btn span {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #abbef0;
  width: 100%;
  height: 2rem;
  transition: all 0.2s;
}
.header-btn span::before, .header-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #abbef0;
  width: 100%;
  height: 2rem;
  transition: all 0.2s;
}
.header-btn span::before {
  top: -7rem;
}
.header-btn span::after {
  bottom: -7rem;
}
.header-btn.opened span {
  background-color: transparent;
}
.header-btn.opened span::before {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}
.header-btn.opened span::after {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}
.header-menu {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(26, 34, 45, 0.9);
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
}
.header-menu.opened {
  opacity: 1;
  pointer-events: auto;
}
.header-list_sp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 40rem;
  width: 100%;
}
.header-item_sp {
  margin-top: 4rem;
}
.header-item_sp a {
  display: block;
}
.header-item_sp img {
  height: 16rem;
}
.header-item_sp:last-child img {
  height: 35rem;
}

.kv {
  position: relative;
  background-image: url(../images/kv_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  height: 750rem;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .kv {
    background-image: url(../images/kv_bg_sp.jpg);
    height: 623rem;
  }
}
.kv-texture {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  mix-blend-mode: soft-light;
  z-index: 10;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .kv-texture {
    top: 0;
    transform: translateY(0);
  }
}
.kv-texture img {
  width: 100vw;
}
.kv-tit {
  position: relative;
  width: 100%;
  height: 750rem;
  z-index: 100;
}
.kv-tit h1 {
  display: none;
}
.kv-tit video,
.kv-tit img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: transparent;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .kv-tit video:nth-child(2),
  .kv-tit img:nth-child(2) {
    display: none;
  }
}
.kv-tit video:nth-child(3),
.kv-tit img:nth-child(3) {
  display: none;
}
@media screen and (max-width: 750px) {
  .kv-tit video:nth-child(3),
  .kv-tit img:nth-child(3) {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .kv-tit video,
  .kv-tit img {
    top: 0;
    transform: translateY(0);
  }
}
.kv-img {
  position: absolute;
  top: 80rem;
  left: -25rem;
  z-index: 0;
}
@media screen and (max-width: 750px) {
  .kv-img {
    top: 107rem;
    left: 0;
  }
}
.kv-img picture {
  display: block;
  width: 841rem;
  opacity: 0;
}
@media screen and (max-width: 750px) {
  .kv-img picture {
    width: 100%;
  }
}
.kv-img picture:first-child, .kv-img picture:nth-child(3), .kv-img picture:nth-child(4) {
  position: absolute;
}
.kv-img picture:first-child {
  top: 10rem;
  left: -1rem;
  width: 869rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .kv-img picture:first-child {
    top: 0;
    left: 0;
    width: 100%;
  }
}
.kv-img picture:nth-child(3), .kv-img picture:nth-child(4) {
  width: 80rem;
}
@media screen and (max-width: 750px) {
  .kv-img picture:nth-child(3), .kv-img picture:nth-child(4) {
    width: 35rem;
  }
}
.kv-img picture:nth-child(3)::after, .kv-img picture:nth-child(4)::after {
  content: "";
  position: absolute;
  height: 1.1rem;
  background-image: linear-gradient(to right, #f9f9f9 4.5rem, transparent 4.5rem);
  background-size: 7.5rem 1.1rem;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 750px) {
  .kv-img picture:nth-child(3)::after, .kv-img picture:nth-child(4)::after {
    height: 0.5rem;
    background-image: linear-gradient(to right, #f9f9f9 1rem, transparent 1rem);
    background-size: 2.5rem 0.5rem;
    opacity: 0.6;
  }
}
.kv-img picture:nth-child(3) {
  top: 140rem;
  right: 355rem;
}
@media screen and (max-width: 750px) {
  .kv-img picture:nth-child(3) {
    top: 75rem;
    right: 18rem;
  }
}
.kv-img picture:nth-child(3)::after {
  top: 55rem;
  left: 73rem;
  transform: rotate(51deg);
  width: 57rem;
  opacity: var(--line-opacity-1);
}
@media screen and (max-width: 750px) {
  .kv-img picture:nth-child(3)::after {
    top: 46rem;
    left: -73rem;
    transform: rotate(-45deg);
    width: 85rem;
  }
}
.kv-img picture:nth-child(4) {
  bottom: 53rem;
  left: 186rem;
}
@media screen and (max-width: 750px) {
  .kv-img picture:nth-child(4) {
    bottom: 230rem;
    left: 15rem;
  }
}
.kv-img picture:nth-child(4)::after {
  top: -32rem;
  left: -41rem;
  width: 69rem;
  transform: rotate(54deg);
  opacity: var(--line-opacity-2);
}
@media screen and (max-width: 750px) {
  .kv-img picture:nth-child(4)::after {
    top: 49rem;
    left: auto;
    right: -72rem;
    transform: rotate(45deg);
    width: 89rem;
  }
}

.performance {
  background-image: url(../images/pfm_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  padding: 88rem 0;
}
@media screen and (max-width: 750px) {
  .performance {
    background-image: url(../images/pfm_bg_sp.jpg);
    padding: 65rem 0 60rem;
  }
}
.performance-tit img {
  height: 32rem;
}
@media screen and (max-width: 750px) {
  .performance-tit img {
    height: 19rem;
  }
}
.performance-tit__sub {
  margin-top: 66rem;
}
@media screen and (max-width: 750px) {
  .performance-tit__sub {
    margin-top: 35rem;
  }
}
.performance-tit__sub picture {
  position: relative;
  display: block;
  width: 421rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .performance-tit__sub picture {
    width: 203rem;
  }
}
.performance-tit__sub picture::after {
  content: "※ヨネックス調べ。";
  position: absolute;
  bottom: 0;
  right: -130rem;
  font-size: 12.5rem;
}
@media screen and (max-width: 750px) {
  .performance-tit__sub picture::after {
    right: -75rem;
    font-size: 8rem;
  }
}
.performance-wrap {
  position: relative;
  margin-top: 35rem;
}
@media screen and (max-width: 750px) {
  .performance-wrap {
    margin-top: 30rem;
  }
}
.performance-wrap h4 {
  text-align: center;
}
.performance-wrap h4 img {
  width: 167rem;
}
@media screen and (max-width: 750px) {
  .performance-wrap h4 img {
    width: 133rem;
  }
}
.performance-list {
  display: grid;
  grid-template-columns: repeat(3, 320rem);
  gap: 77rem;
  max-width: 1114rem;
  margin: 45rem auto 100rem;
}
@media screen and (max-width: 750px) {
  .performance-list {
    grid-template-columns: 1fr;
    gap: 50rem;
    margin: 35rem auto 110rem;
  }
}
.performance-item {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .performance-item {
    overflow: hidden;
  }
}
.performance-item h5 {
  margin-bottom: 32rem;
}
@media screen and (max-width: 750px) {
  .performance-item h5 {
    margin-bottom: 25rem;
  }
}
.performance-item h5 img {
  height: 20rem;
}
@media screen and (max-width: 750px) {
  .performance-item h5 img {
    height: 16rem;
  }
}
.performance-item p img {
  height: 16rem;
}
@media screen and (max-width: 750px) {
  .performance-item p img {
    height: 12.5rem;
  }
}
.performance-item__data {
  height: 75rem;
  color: #ccd6ff;
  font-family: new-science-extended, sans-serif;
  font-weight: 700;
  letter-spacing: 0.3em;
  line-height: 1;
  transform: scaleX(1.06);
}
@media screen and (max-width: 750px) {
  .performance-item__data {
    height: 57rem;
  }
}
.performance-item__data span:nth-child(1) {
  font-size: 75rem;
}
@media screen and (max-width: 750px) {
  .performance-item__data span:nth-child(1) {
    font-size: 57rem;
  }
}
.performance-item__data span:nth-child(2) {
  font-size: 40rem;
}
@media screen and (max-width: 750px) {
  .performance-item__data span:nth-child(2) {
    font-size: 31.5rem;
  }
}
.performance-arrow {
  position: absolute;
  bottom: -80rem;
  left: 50%;
  transform: translateX(-50%);
  width: 68rem;
}
@media screen and (max-width: 750px) {
  .performance-arrow {
    bottom: -85rem;
    width: 57rem;
  }
}
.performance-arrow img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.performance-txt {
  background-image: url(../images/pfm_txt_frame.svg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100%;
  width: 623rem;
  text-align: center;
  padding: 20rem 0 27rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .performance-txt {
    background-image: url(../images/pfm_txt_frame_sp.svg);
    width: 314rem;
    padding: 13rem 0 20rem;
  }
}
.performance-txt p {
  position: relative;
  display: inline-block;
}
.performance-txt p:not(:first-child) {
  margin-top: 20rem;
}
@media screen and (max-width: 750px) {
  .performance-txt p:not(:first-child) {
    margin-top: 15rem;
  }
}
.performance-txt p::after {
  content: "";
  position: absolute;
  bottom: -6rem;
  left: 0;
  background-color: #b87ede;
  width: var(--line-width);
  height: 6rem;
}
@media screen and (max-width: 750px) {
  .performance-txt p::after {
    bottom: -5rem;
    height: 4.5rem;
  }
}
.performance-txt p img {
  height: 35rem;
}
@media screen and (max-width: 750px) {
  .performance-txt p img {
    height: 26rem;
  }
}

.tech {
  background-image: url(../images/tech_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  padding: 80rem 0 40rem;
}
@media screen and (max-width: 750px) {
  .tech {
    background-image: url(../images/tech_bg_sp.jpg);
    padding: 65rem 0 30rem;
    overflow: hidden;
  }
}
.tech-tit img {
  height: 32rem;
}
@media screen and (max-width: 750px) {
  .tech-tit img {
    height: 19rem;
  }
}
.tech-wrap {
  position: relative;
  width: 450rem;
  margin: 20rem auto 0;
}
@media screen and (max-width: 750px) {
  .tech-wrap {
    width: 100%;
  }
}
.tech-wrap > picture {
  position: relative;
  display: block;
}
@media screen and (max-width: 750px) {
  .tech-wrap > picture {
    width: 268rem;
    margin-left: -85rem;
  }
}
.tech-racket__light {
  position: absolute;
  background-color: rgba(98, 84, 255, 0.78);
  width: 45rem;
  height: 45rem;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .tech-racket__light {
    width: 27rem;
    height: 27rem;
  }
}
.tech-racket__light::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(98, 84, 255, 0.25);
  width: 85rem;
  height: 85rem;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .tech-racket__light::before {
    width: 50rem;
    height: 50rem;
  }
}
.tech-racket__light.hover::before {
  animation: echo 0.8s ease infinite;
}
@media screen and (max-width: 750px) {
  .tech-racket__light.hover::before {
    animation: echoSP 0.8s ease infinite;
  }
}
.tech-racket__light.sp1 {
  top: 37rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 750px) {
  .tech-racket__light.sp1 {
    top: 22rem;
  }
}
.tech-racket__light.sp2 {
  top: 505rem;
  left: 170rem;
}
@media screen and (max-width: 750px) {
  .tech-racket__light.sp2 {
    top: 302rem;
    left: 144rem;
  }
}
.tech-item {
  position: absolute;
  cursor: pointer;
}
.tech-item:nth-child(1)::after, .tech-item:nth-child(2)::after, .tech-item:nth-child(3)::after {
  content: "";
  position: absolute;
  height: 1.1rem;
  background-image: linear-gradient(to right, #f9f9f9 6.5rem, transparent 6.5rem);
  background-size: 9rem 1.1rem;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 750px) {
  .tech-item:nth-child(1)::after, .tech-item:nth-child(2)::after, .tech-item:nth-child(3)::after {
    height: 1rem;
    background-image: linear-gradient(to right, #f9f9f9 4rem, transparent 4rem);
    background-size: 6rem 1rem;
  }
}
.tech-item:nth-child(1) {
  top: 150rem;
  right: -285rem;
  width: 278rem;
}
@media screen and (max-width: 750px) {
  .tech-item:nth-child(1) {
    top: 85rem;
    right: 24rem;
    width: 161rem;
  }
}
.tech-item:nth-child(1)::after {
  top: -18rem;
  left: -203rem;
  transform: rotate(29deg);
  width: 199rem;
  opacity: var(--line-opacity-3);
}
@media screen and (max-width: 750px) {
  .tech-item:nth-child(1)::after {
    top: -5rem;
    left: -124rem;
    transform: rotate(29deg);
    width: 125rem;
  }
}
.tech-item:nth-child(2) {
  top: 400rem;
  left: -215rem;
  width: 222rem;
}
@media screen and (max-width: 750px) {
  .tech-item:nth-child(2) {
    top: 192rem;
    left: auto;
    right: 51rem;
    width: 129rem;
  }
}
.tech-item:nth-child(2)::after {
  top: 75rem;
  right: -140rem;
  transform: rotate(25.5deg);
  width: 131rem;
  opacity: var(--line-opacity-3);
}
@media screen and (max-width: 750px) {
  .tech-item:nth-child(2)::after {
    top: 65rem;
    left: -115rem;
    right: auto;
    transform: rotate(-40deg);
    width: 123rem;
  }
}
.tech-item:nth-child(3) {
  bottom: 272rem;
  left: -260rem;
  width: 339rem;
}
@media screen and (max-width: 750px) {
  .tech-item:nth-child(3) {
    bottom: 235rem;
    left: auto;
    right: 24rem;
    width: 196rem;
  }
}
.tech-item:nth-child(3)::after {
  top: 18rem;
  right: -90rem;
  transform: rotate(-47.8deg);
  width: 92rem;
  opacity: var(--line-opacity-3);
}
@media screen and (max-width: 750px) {
  .tech-item:nth-child(3)::after {
    top: 35rem;
    left: -54rem;
    right: auto;
    transform: rotate(-5deg);
    width: 49rem;
  }
}
.tech-item:nth-child(4) {
  bottom: 308rem;
  right: -285rem;
  width: 347rem;
}
@media screen and (max-width: 750px) {
  .tech-item:nth-child(4) {
    bottom: 120rem;
    right: 24rem;
    width: 201rem;
  }
}
.tech-item:nth-child(5) {
  bottom: 170rem;
  right: -320rem;
  width: 403rem;
}
@media screen and (max-width: 750px) {
  .tech-item:nth-child(5) {
    bottom: 58rem;
    right: 24rem;
    width: 234rem;
  }
}
.tech-item picture:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.2s;
}
.tech-item:hover picture:nth-child(2) {
  opacity: 1;
  transition: opacity 0.2s;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}
.modal-bg {
  background-color: #1a222d;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  cursor: pointer;
}
.modal-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #f6f7fb;
  width: 100%;
  max-width: 1000rem;
  height: calc(100% - 80rem);
  max-height: 605rem;
}
@media screen and (max-width: 750px) {
  .modal-wrap {
    width: 90vw;
    max-width: 90vw;
    height: 85%;
    transform: translate(-50%, -53%);
  }
}
.modal-img {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.modal-btn {
  position: absolute;
  top: -7rem;
  right: -55rem;
  display: block;
  width: 50rem;
  height: 50rem;
  transform: rotate(45deg);
}
@media screen and (max-width: 750px) {
  .modal-btn {
    top: auto;
    bottom: -55rem;
    right: -5rem;
  }
}
.modal-btn::before, .modal-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: 100%;
  height: 2rem;
}
.modal-btn::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.lineup {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding: 80rem 0 100rem;
}
@media screen and (max-width: 750px) {
  .lineup {
    padding: 65rem 0 80rem;
  }
}
.lineup::before, .lineup::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  width: 112rem;
}
@media screen and (max-width: 750px) {
  .lineup::before, .lineup::after {
    display: none;
  }
}
.lineup::before {
  top: 910rem;
  left: -56rem;
  background-image: url(../images/lineup_obj_1.png);
  height: 348rem;
}
.lineup::after {
  top: 110rem;
  right: -56rem;
  background-image: url(../images/lineup_obj_2.png);
  height: 1646rem;
}
.lineup-tit img {
  height: 32rem;
}
@media screen and (max-width: 750px) {
  .lineup-tit img {
    height: 19rem;
  }
}
.lineup-list {
  max-width: 1025rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 70rem;
  margin: 58rem auto 0;
}
@media screen and (max-width: 750px) {
  .lineup-list {
    grid-template-columns: 1fr;
    margin: 45rem auto 0;
  }
}
.lineup-item {
  color: #27262b;
}
@media screen and (max-width: 750px) {
  .lineup-item {
    display: flex;
  }
}
.lineup-item__img {
  position: relative;
}
@media screen and (max-width: 750px) {
  .lineup-item__img {
    position: relative;
    width: 166rem;
    min-width: 166rem;
  }
}
.lineup-item__img picture {
  display: block;
}
@media screen and (max-width: 750px) {
  .lineup-item__img picture:nth-child(1) {
    position: absolute;
    bottom: -10rem;
    left: -20rem;
    width: 198rem;
  }
}
.lineup-item__img picture:nth-child(2) {
  position: absolute;
  bottom: 12rem;
  left: 0;
  width: 78rem;
}
@media screen and (max-width: 750px) {
  .lineup-item__img picture:nth-child(2) {
    bottom: 12rem;
    left: 12rem;
    width: 28rem;
  }
}
.lineup-item__wrap {
  margin-top: 25rem;
}
@media screen and (max-width: 750px) {
  .lineup-item__wrap {
    width: 100%;
    padding-right: 15rem;
    margin-top: 0;
  }
}
.lineup-item__name h3 img {
  width: auto;
  height: 19rem;
}
@media screen and (max-width: 750px) {
  .lineup-item__name h3 img {
    height: 12.5rem;
  }
}
.lineup-item__name p {
  font-size: 13.6rem;
  margin-top: 10rem;
}
@media screen and (max-width: 750px) {
  .lineup-item__name p {
    font-size: 9rem;
    margin-top: 8rem;
  }
}
.lineup-item__txt {
  position: relative;
  height: 44rem;
  margin: 25rem 0;
}
@media screen and (max-width: 750px) {
  .lineup-item__txt {
    height: 29rem;
    margin: 20rem 0;
  }
}
.lineup-item__txt img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
}
.lineup-item__info {
  font-size: 11.5rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .lineup-item__info {
    font-size: 9.5rem;
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 750px) {
  .lineup-item__info span {
    display: inline-block;
    margin-left: 38rem;
  }
}
.lineup-item__release {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25rem 0 20rem;
}
@media screen and (max-width: 750px) {
  .lineup-item__release {
    margin: 15rem 0 12rem;
  }
}
.lineup-item__release p:nth-child(1) img {
  width: 165rem;
}
@media screen and (max-width: 750px) {
  .lineup-item__release p:nth-child(1) img {
    width: 125rem;
    margin: 2rem 0;
  }
}
.lineup-item__release p:nth-child(2) img {
  width: 48rem;
}
@media screen and (max-width: 750px) {
  .lineup-item__release p:nth-child(2) img {
    width: 35rem;
  }
}
.lineup-item__btn {
  position: relative;
  display: block;
}
.lineup-item__btn picture {
  transition: opacity 0.2s;
}
.lineup-item__btn picture:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.lineup-item__btn:hover picture {
  transition: opacity 0.2s;
}
.lineup-item__btn:hover picture:last-child {
  opacity: 1;
}

.players {
  background-image: url(../images/players_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: cover;
  padding: 80rem 0 35rem;
}
@media screen and (max-width: 750px) {
  .players {
    background-image: url(../images/players_bg_sp.jpg);
    padding: 65rem 0 25rem;
  }
}
.players-tit img {
  height: 32rem;
}
@media screen and (max-width: 750px) {
  .players-tit img {
    height: 19rem;
  }
}
.players-list {
  max-width: 987rem;
  display: flex;
  flex-wrap: wrap;
  row-gap: 65rem;
  -moz-column-gap: 73rem;
       column-gap: 73rem;
  margin: 75rem auto 80rem;
}
@media screen and (max-width: 750px) {
  .players-list {
    flex-direction: column;
    row-gap: 40rem;
    margin: 50rem auto 60rem;
  }
}
.players-item {
  width: 457rem;
}
@media screen and (max-width: 750px) {
  .players-item {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .players-item:nth-child(2n+1) {
    padding: 0 19rem 0 33rem;
  }
}
@media screen and (max-width: 750px) {
  .players-item:nth-child(2n) {
    padding: 0 38rem 0 14rem;
  }
}
.players-item:nth-child(2) .players-item__name, .players-item:nth-child(4) .players-item__name {
  margin-left: 28rem;
}
@media screen and (max-width: 750px) {
  .players-item:nth-child(2) .players-item__name, .players-item:nth-child(4) .players-item__name {
    margin-left: 20rem;
  }
}
@media screen and (max-width: 750px) {
  .players-item:nth-child(2) .players-item__txt, .players-item:nth-child(4) .players-item__txt {
    margin-left: 20rem;
  }
}
.players-item:nth-child(2) {
  margin-top: 100rem;
}
@media screen and (max-width: 750px) {
  .players-item:nth-child(2) {
    margin-top: 0;
  }
}
.players-item:nth-child(3) {
  margin-top: -100rem;
}
@media screen and (max-width: 750px) {
  .players-item:nth-child(3) {
    margin-top: 0;
  }
}
.players-item__info {
  margin-top: 17rem;
}
@media screen and (max-width: 750px) {
  .players-item__info {
    margin-top: 13rem;
  }
}
.players-item__name {
  margin-bottom: 15rem;
}
@media screen and (max-width: 750px) {
  .players-item__name {
    margin-bottom: 10rem;
  }
}
.players-item__name img {
  width: auto;
  height: 70rem;
}
@media screen and (max-width: 750px) {
  .players-item__name img {
    height: 50rem;
  }
}
@media screen and (max-width: 750px) {
  .players-item__txt img {
    width: 303rem;
  }
}
.players-copy {
  text-align: center;
}
.players-copy img {
  width: 168rem;
}

@keyframes echo {
  0% {
    width: 45rem;
    height: 45rem;
  }
  100% {
    width: 85rem;
    height: 85rem;
  }
}
@keyframes echoSP {
  0% {
    width: 27rem;
    height: 27rem;
  }
  100% {
    width: 50rem;
    height: 50rem;
  }
}