@charset "UTF-8";
html {
  font-size: 0.7142857143vw;
}
@media screen and (max-width: 750px) {
  html {
    font-size: 2.6666666667vw;
  }
}

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

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

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

.u-pointer-none {
  pointer-events: none;
}

.fixed {
  position: fixed;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .fixed {
    position: sticky;
  }
}

.margin {
  height: 110rem;
}
@media screen and (max-width: 750px) {
  .margin {
    height: 0;
  }
}

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

/********** ローディング ********/
.loading {
  position: fixed;
  z-index: 9999999;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  animation: loading 1.8s ease-in-out 2s forwards;
}
@media screen and (max-width: 750px) {
  .loading {
    height: 100dvh;
  }
}
.loading-inner {
  position: absolute;
  background: #dfd8cf;
  width: 100%;
  height: 100%;
}
.loading-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-85%, -50%);
  z-index: 9996;
  width: 24rem;
  opacity: 0;
  animation: load-pc1 0.7s ease 0.8s forwards, load-pc2 0.8s ease-in-out 2.2s forwards;
}

@keyframes loading {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -9;
  }
}
@keyframes load-pc1 {
  0% {
    opacity: 0;
    transform: translate(-85%, -50%);
  }
  15% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes load-pc2 {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-20%, -50%);
  }
}
/********** ローディング時固定 ********/
body {
  overflow: hidden;
}

body.active {
  animation: loading2 0.1s ease-in-out 2.8s forwards;
}

@keyframes loading2 {
  0% {
    overflow: hidden;
  }
  100% {
    overflow: auto;
  }
}
/********** ローディング時固定 END ********/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 9999;
  transition: top 0.3s 0.1s;
}
.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.4rem 3rem 0;
}
@media screen and (max-width: 750px) {
  .header-nav {
    padding: 1.4rem 1.1rem 0;
  }
}
.header-logo {
  width: 17.5rem;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .header-logo {
    width: 9.3rem;
  }
}
.header-logo a {
  display: inline-block;
  width: 100%;
}
.header-logo a img {
  width: 100%;
  height: auto;
}
.header-list {
  display: flex;
  align-items: center;
  -moz-column-gap: 4.61rem;
       column-gap: 4.61rem;
  padding-top: 0.35rem;
}
.header-item {
  transition: all 0.3s;
}
.header-item a {
  display: block;
}
.header-item:nth-child(1) img {
  width: 3.325rem;
}
.header-item:nth-child(2) img {
  width: 11.4625rem;
  margin-bottom: 0.2625rem;
}
.header-item:nth-child(3) img {
  width: 10.5rem;
}
.header-item:nth-child(4) img {
  width: 6.65rem;
}
.header-item:nth-child(5) img {
  width: 6.5625rem;
}
.header-item:nth-child(6) {
  border: 0.1rem solid #fff;
  padding: 1.3125rem 1.75rem 1.4875rem;
  margin-left: -13px;
}
.header-item:nth-child(6) img {
  width: 15.4rem;
}
.header-btn {
  position: relative;
  width: 4rem;
  height: 1.9rem;
  z-index: 10;
}
.header-btn span {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 0.2rem;
  transition: all 0.2s;
}
.header-btn span::before, .header-btn span::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 0.2rem;
  transition: all 0.2s;
}
.header-btn span::before {
  top: -0.8rem;
}
.header-btn span::after {
  bottom: -0.8rem;
}
.header-btn.opened span {
  background-color: transparent;
}
.header-btn.opened span::before {
  top: 0;
  transform: rotate(25deg);
}
.header-btn.opened span::after {
  bottom: 0;
  transform: rotate(-25deg);
}
.header-menu {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(39, 33, 25, 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%);
  width: 100%;
  padding: 8rem;
}
.header-item_sp {
  margin-top: 4rem;
}
.header-item_sp a {
  display: block;
}
.header-item_sp img {
  height: 1.7rem;
}
.header-item_sp:last-child {
  border: 0.15rem solid #fff;
  padding: 1.3rem 1.1rem;
  margin-top: 6rem;
}

.kv {
  position: sticky;
  top: 0;
  background-image: url(../images/kv_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 168rem;
  height: 80.7rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .kv {
    background-image: url(../images/kv_bg_sp.jpg);
    background-size: 100%;
    height: 66.6rem;
  }
}
.kv-wrap {
  position: relative;
  max-width: 110rem;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .kv-wrap {
    max-width: 100%;
  }
}
.kv-content {
  position: absolute;
  top: 50%;
  left: -11.5rem;
  transform: translateY(-45%);
}
@media screen and (max-width: 750px) {
  .kv-content {
    top: auto;
    left: -2.4rem;
    bottom: 4.7rem;
    transform: translateY(0);
  }
}
.kv-img {
  width: 60rem;
}
@media screen and (max-width: 750px) {
  .kv-img {
    width: 23.6rem;
  }
}

.performance {
  position: relative;
  height: 100rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .performance {
    position: sticky;
    top: 0;
    height: 100vh;
  }
}
.performance-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cec7bd;
  background-image: url(../images/performance_bg.png);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 192rem;
  z-index: -1;
  will-change: position;
}
@media screen and (max-width: 750px) {
  .performance-bg {
    background-image: url(../images/performance_bg_sp.png);
    background-size: 100%;
  }
}
.performance-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110rem;
  padding: 6.5rem 0 14rem;
  margin: 0 auto;
  will-change: position;
}
@media screen and (max-width: 750px) {
  .performance-wrap {
    width: 100%;
    padding: 5rem 0 11.6rem;
  }
}
.performance-tit img {
  height: 6.5rem;
}
@media screen and (max-width: 750px) {
  .performance-tit img {
    height: 2.76rem;
  }
}
.performance-tit__sub {
  text-align: center;
  margin: 4rem 0;
}
@media screen and (max-width: 750px) {
  .performance-tit__sub {
    margin: 2.4rem 0 2.8rem;
  }
}
.performance-tit__sub span {
  position: relative;
  font-size: 2.6rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .performance-tit__sub span {
    font-size: 1.56rem;
  }
}
.performance-tit__sub span::after {
  content: "※ヨネックス調べ。";
  position: absolute;
  top: 50%;
  right: -12.2rem;
  transform: translateY(-50%);
  font-size: 1.25rem;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .performance-tit__sub span::after {
    top: auto;
    right: auto;
    bottom: -1.5rem;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 0.78rem;
  }
}
.performance-flex {
  position: relative;
  display: flex;
  -moz-column-gap: 5rem;
       column-gap: 5rem;
  padding: 0 11rem;
}
@media screen and (max-width: 750px) {
  .performance-flex {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    align-items: center;
    padding: 0 1.95rem;
  }
}
.performance-arrow {
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border-top: 1.9rem solid #cf001e;
  border-left: 2.4rem solid transparent;
  border-right: 2.4rem solid transparent;
}
@media screen and (max-width: 750px) {
  .performance-arrow {
    bottom: -4rem;
    border-top: 1.2rem solid #cf001e;
    border-left: 1.5rem solid transparent;
    border-right: 1.5rem solid transparent;
  }
}
.performance-img {
  position: relative;
  width: 60rem;
}
@media screen and (max-width: 750px) {
  .performance-img {
    width: 20.6rem;
  }
}
.performance-img__layer {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.performance-img__layer img {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 60rem;
}
@media screen and (max-width: 750px) {
  .performance-img__layer img {
    min-width: 20.6rem;
  }
}
@media screen and (max-width: 750px) {
  .performance-info {
    width: 11.3rem;
  }
}
.performance-info__txt {
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 750px) {
  .performance-info__txt {
    font-size: 0.93rem;
    margin-bottom: 1.5rem;
  }
}
.performance-info__item:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .performance-info__item:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
.performance-info__item p {
  font-size: 2.3rem;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .performance-info__item p {
    font-size: 1.19rem;
  }
}
.performance-info__item img {
  height: 5.5rem;
  margin-top: 2rem;
}
@media screen and (max-width: 750px) {
  .performance-info__item img {
    height: 2.87rem;
    margin-top: 0.8rem;
  }
}
.performance-txt {
  position: relative;
  text-align: center;
  margin-top: 10rem;
}
@media screen and (max-width: 750px) {
  .performance-txt {
    margin-top: 7.5rem;
  }
}
.performance-txt p:nth-child(1) {
  font-size: 3.33rem;
}
@media screen and (max-width: 750px) {
  .performance-txt p:nth-child(1) {
    font-size: 2rem;
  }
}
.performance-txt p:nth-child(2) {
  position: relative;
  display: inline-block;
  font-size: 6.54rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  margin: 1rem 0 0 0.6rem;
}
@media screen and (max-width: 750px) {
  .performance-txt p:nth-child(2) {
    font-size: 3.93rem;
    margin: 0.7rem 0 0 0.3rem;
  }
}
.performance-txt p:nth-child(2)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.6rem;
  background-color: #cf001e;
  width: 100%;
  height: 0.9rem;
}
@media screen and (max-width: 750px) {
  .performance-txt p:nth-child(2)::after {
    bottom: -1.2rem;
    height: 0.5rem;
  }
}

.tech {
  position: relative;
  height: 150rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .tech {
    height: 123rem;
  }
}
.tech-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/tech_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 192rem;
  z-index: -1;
  will-change: position;
}
@media screen and (max-width: 750px) {
  .tech-bg {
    background-image: url(../images/tech_bg_sp.jpg);
    background-size: 100%;
  }
}
.tech-tit img {
  height: 8.27rem;
}
@media screen and (max-width: 750px) {
  .tech-tit img {
    height: 3.49rem;
  }
}
.tech-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110rem;
  padding: 7.5rem 0 13rem;
  margin: 0 auto;
  will-change: position;
}
@media screen and (max-width: 750px) {
  .tech-wrap {
    width: 100%;
    padding: 5rem 0 0rem;
  }
}
@media screen and (max-width: 750px) {
  .tech-grid {
    display: grid;
    grid-template-columns: 1fr 18.1rem;
    margin: 3.5rem 2rem 0;
  }
}
.tech-racket {
  position: absolute;
  top: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 79.5rem;
}
@media screen and (max-width: 750px) {
  .tech-racket {
    position: sticky;
    top: 6rem;
    left: auto;
    transform: translateX(0);
    width: 100%;
    height: 60rem;
    z-index: -1;
  }
}
.tech-racket img {
  position: absolute;
}
@media screen and (max-width: 750px) {
  .tech-racket img.racket {
    top: -9rem;
    left: -22.5rem;
    width: 49.7rem;
  }
}
.tech-racket__btn {
  display: block;
  position: absolute;
  background-color: #8c6e55;
  width: 2.9rem;
  height: 2.9rem;
  border-radius: 50%;
  transition: transform 0.3s;
}
@media screen and (max-width: 750px) {
  .tech-racket__btn {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.tech-racket__btn.hover {
  background-color: rgba(39, 33, 25, 0.75);
  transform: scale(1.55);
}
.tech-racket__btn:nth-child(2) {
  top: 15.2rem;
  left: 38rem;
}
@media screen and (max-width: 750px) {
  .tech-racket__btn:nth-child(2) {
    top: 0.5rem;
    left: auto;
    right: 12.3rem;
  }
}
.tech-racket__btn:nth-child(3) {
  top: 20.2rem;
  right: 26rem;
}
@media screen and (max-width: 750px) {
  .tech-racket__btn:nth-child(3) {
    top: 3.4rem;
    right: 4.8rem;
  }
}
.tech-racket__btn:nth-child(4) {
  top: 32.5rem;
  left: 20.7rem;
}
@media screen and (max-width: 750px) {
  .tech-racket__btn:nth-child(4) {
    top: 11.2rem;
    left: auto;
    right: 1.5rem;
  }
}
.tech-racket__btn:nth-child(5) {
  top: 67.5rem;
  right: 34.5rem;
}
@media screen and (max-width: 750px) {
  .tech-racket__btn:nth-child(5) {
    top: auto;
    bottom: 25.2rem;
    right: 9.8rem;
  }
}
.tech-racket__btn:nth-child(6) {
  top: 77.5rem;
  left: 38.1rem;
}
@media screen and (max-width: 750px) {
  .tech-racket__btn:nth-child(6) {
    top: auto;
    bottom: 18.8rem;
    left: auto;
    right: 12.3rem;
  }
}
.tech-racket__btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
}
.tech-list {
  display: grid;
  grid-template-columns: 32.8rem 1fr 32.8rem;
  row-gap: 6.5rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 750px) {
  .tech-list {
    grid-template-columns: 1fr;
    row-gap: 3.3rem;
    padding-bottom: 3rem;
    margin-top: 0;
  }
}
.tech-item {
  position: relative;
  height: 32.8rem;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .tech-item {
    width: 18.1rem;
    height: 100%;
  }
}
.tech-item.hover .tech-item__txt {
  opacity: 1;
}
.tech-item.hover .tech-item__btn {
  background-color: #fff;
}
.tech-item.hover .tech-item__btn img:nth-child(1) {
  opacity: 0;
}
.tech-item.hover .tech-item__btn img:nth-child(2) {
  opacity: 1;
}
.tech-item__txt {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(39, 33, 25, 0.75);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s;
}
.tech-item__btn {
  position: absolute;
  bottom: 1rem;
  right: 1.1rem;
  background-color: #c5b6aa;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .tech-item__btn {
    bottom: 0.58rem;
    right: 0.62rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.tech-item__btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  transition: all 0.3s;
}
.tech-item__btn img:nth-child(2) {
  opacity: 0;
}
.tech-info__item {
  position: relative;
  height: 7.8rem;
  border-bottom: 0.1rem solid #212721;
  padding-top: 1rem;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .tech-info__item {
    height: 4.5rem;
    padding: 0.5rem 0 0 0.3rem;
  }
}
.tech-info__item:hover {
  background-color: rgba(39, 33, 25, 0.75);
}
.tech-info__item:hover::after {
  background-image: url(../images/tech_plus_white.svg);
}
.tech-info__item:hover img:nth-child(1) {
  opacity: 0;
}
.tech-info__item:hover img:nth-child(2) {
  opacity: 1;
}
.tech-info__item:hover img:nth-child(3) {
  opacity: 0;
}
.tech-info__item:hover img:nth-child(4) {
  opacity: 1;
}
.tech-info__item:nth-child(1) {
  height: 9.2rem;
  border-top: 0.1rem solid #212721;
}
@media screen and (max-width: 750px) {
  .tech-info__item:nth-child(1) {
    height: 5.7rem;
    padding-top: 0.7rem;
  }
}
.tech-info__item:nth-child(1) img:nth-child(4) {
  top: 0.7rem;
}
.tech-info__item::after {
  content: "";
  position: absolute;
  bottom: 0.7rem;
  right: 1rem;
  background-image: url(../images/tech_plus_black.svg);
  width: 1.2rem;
  height: 1.2rem;
  transition: all 0.3s;
}
@media screen and (max-width: 750px) {
  .tech-info__item::after {
    bottom: 0.4rem;
    right: 0.2rem;
    width: 0.7rem;
    height: 0.7rem;
  }
}
.tech-info__item img {
  transition: all 0.3s;
}
.tech-info__item img:nth-child(2) {
  position: absolute;
  top: 1rem;
  left: 0;
  opacity: 0;
}
.tech-info__item img:nth-child(4) {
  position: absolute;
  top: 0.5rem;
  left: 0;
  padding-left: 0.3rem;
  opacity: 0;
}

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

.lineup {
  position: relative;
  height: 300rem;
  z-index: 1;
}
.lineup-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #efefed;
  z-index: -1;
  will-change: position;
}
.lineup-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110rem;
  padding: 7.5rem 0 13rem;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .lineup-wrap {
    width: 100%;
    padding: 5rem 0 7.1rem;
  }
}
.lineup-tit img {
  height: 8.14rem;
}
@media screen and (max-width: 750px) {
  .lineup-tit img {
    height: 3.43rem;
  }
}
.lineup-list {
  max-width: 110rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10rem;
  padding: 0 5rem;
  margin: 5.5rem auto 0;
}
@media screen and (max-width: 750px) {
  .lineup-list {
    flex-direction: column;
    row-gap: 5.8rem;
    padding: 0 2.4rem 0 1rem;
    margin: 3.5rem auto 0;
  }
}
.lineup-item {
  width: 27.5rem;
}
@media screen and (max-width: 750px) {
  .lineup-item {
    display: grid;
    grid-template-columns: 15.3rem 1fr;
    width: 100%;
  }
}
.lineup-item__img {
  position: relative;
}
@media screen and (max-width: 750px) {
  .lineup-item__img img:nth-child(1) {
    position: absolute;
    top: -1rem;
    left: -2rem;
    width: 17.2rem;
  }
}
.lineup-item__img img.single {
  left: -1.2rem;
}
.lineup-item__pop {
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  width: 7.8rem;
}
@media screen and (max-width: 750px) {
  .lineup-item__pop {
    left: 0.2rem;
    bottom: 1.5rem;
    width: 3rem;
  }
}
.lineup-item__wrap {
  position: relative;
  overflow: hidden;
}
.lineup-item__name {
  margin: 3.5rem 0 2rem;
}
@media screen and (max-width: 750px) {
  .lineup-item__name {
    margin: 0 0 1.2rem;
  }
}
.lineup-item__name h3 img {
  width: auto;
  height: 2.4rem;
}
@media screen and (max-width: 750px) {
  .lineup-item__name h3 img {
    height: 1.7rem;
  }
}
.lineup-item__name p {
  padding-left: 0.25rem;
  margin-top: 1rem;
}
@media screen and (max-width: 750px) {
  .lineup-item__name p {
    font-size: 1.05rem;
    padding-left: 0.15rem;
    margin-top: 0.7rem;
  }
}
.lineup-item__txt {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.4;
  white-space: nowrap;
  transform-origin: left;
}
@media screen and (max-width: 750px) {
  .lineup-item__txt {
    font-size: 1.275rem;
  }
}
@media screen and (max-width: 750px) {
  .lineup-item__txt.v95 {
    transform: scale(0.95, 1);
  }
}
@media screen and (max-width: 750px) {
  .lineup-item__txt.v98 {
    transform: scale(0.93, 1);
  }
}
.lineup-item__txt.v98l {
  transform: scale(0.92, 1);
}
@media screen and (max-width: 750px) {
  .lineup-item__txt.v98l {
    transform: scale(0.82, 1);
  }
}
.lineup-item__txt.v100 {
  transform: scale(0.99, 1);
}
@media screen and (max-width: 750px) {
  .lineup-item__txt.v100 {
    transform: scale(0.88, 1);
  }
}
.lineup-item__txt.v100l {
  transform: scale(0.87, 1);
}
@media screen and (max-width: 750px) {
  .lineup-item__txt.v100l {
    transform: scale(0.78, 1);
  }
}
.lineup-item__txt.v102 {
  transform: scale(0.95, 1);
}
@media screen and (max-width: 750px) {
  .lineup-item__txt.v102 {
    transform: scale(0.84, 1);
  }
}
.lineup-item__txt.vgame {
  transform: scale(0.99, 1);
}
@media screen and (max-width: 750px) {
  .lineup-item__txt.vgame {
    transform: scale(0.84, 1);
  }
}
@media screen and (max-width: 750px) {
  .lineup-item__txt.v26, .lineup-item__txt.v25 {
    transform: scale(0.93, 1);
  }
}
.lineup-item__info {
  font-size: 1.2rem;
  line-height: 1.8;
  padding: 1.8rem 0 7rem;
}
@media screen and (max-width: 750px) {
  .lineup-item__info {
    font-size: 0.9rem;
    line-height: 1.7;
    white-space: nowrap;
    padding: 1.2rem 0 6rem;
  }
}
@media screen and (max-width: 750px) {
  .lineup-item__info span {
    display: inline-block;
    transform: scale(0.91, 1);
    transform-origin: left;
  }
}
.lineup-item__release {
  position: absolute;
  bottom: 8rem;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}
@media screen and (max-width: 750px) {
  .lineup-item__release {
    bottom: 5rem;
  }
}
@media screen and (max-width: 750px) {
  .lineup-item__release p {
    font-size: 1.05rem;
  }
}
.lineup-item__release img {
  width: 6.8rem;
}
@media screen and (max-width: 750px) {
  .lineup-item__release img {
    width: 5.1rem;
  }
}
.lineup-item__btn {
  position: relative;
  display: block;
  width: 100%;
  height: 5rem;
  border: 0.1rem solid #914834;
  border-radius: 100vh;
  transition: all 0.2s;
}
@media screen and (max-width: 750px) {
  .lineup-item__btn {
    height: 3.8rem;
  }
}
.lineup-item__btn img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10.8rem;
  transition: all 0.2s;
}
@media screen and (max-width: 750px) {
  .lineup-item__btn img {
    width: 8.35rem;
  }
}
.lineup-item__btn img:nth-child(2) {
  opacity: 0;
}
.lineup-item__btn:hover {
  background-color: #8c6e55;
  border: 0.1rem solid #8c6e55;
}
.lineup-item__btn:hover img:nth-child(1) {
  opacity: 0;
}
.lineup-item__btn:hover img:nth-child(2) {
  opacity: 1;
}

.players {
  position: relative;
  height: 103.3rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .players {
    height: 71.4rem;
  }
}
.players-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/players_bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 192rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  .players-bg {
    background-image: url(../images/players_bg_sp.jpg);
    background-size: 100%;
  }
}
.players-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 7.5rem 0 3.5rem;
  will-change: position;
}
@media screen and (max-width: 750px) {
  .players-wrap {
    padding: 5rem 0 3.4rem;
  }
}
.players-tit img {
  height: 8.27rem;
}
@media screen and (max-width: 750px) {
  .players-tit img {
    height: 3.49rem;
  }
}
.players-list {
  position: relative;
  margin: 5.5rem 0 12rem;
}
@media screen and (max-width: 750px) {
  .players-list {
    margin: 3.5rem 0 11rem;
  }
}
.players-list__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  width: 8.2rem;
  height: 8.2rem;
  border-radius: 50%;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .players-list__btn {
    background-color: transparent;
    width: 2rem;
    height: 2rem;
  }
}
.players-list__btn.prev::after, .players-list__btn.next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  border-top: 0.2rem solid #4b4b4b;
  border-left: 0.2rem solid #4b4b4b;
}
@media screen and (max-width: 750px) {
  .players-list__btn.prev::after, .players-list__btn.next::after {
    width: 1.9rem;
    height: 1.9rem;
    border-top: 0.2rem solid #fff;
    border-left: 0.2rem solid #fff;
  }
}
.players-list__btn.prev {
  left: 3.8rem;
}
@media screen and (max-width: 750px) {
  .players-list__btn.prev {
    left: 0.8rem;
  }
}
.players-list__btn.prev::after {
  transform: translate(-35%, -45%) rotate(-45deg);
}
.players-list__btn.next {
  right: 3.8rem;
}
@media screen and (max-width: 750px) {
  .players-list__btn.next {
    right: 0.8rem;
  }
}
.players-list__btn.next::after {
  transform: translate(-65%, -45%) rotate(135deg);
}
.players-item {
  position: relative;
  margin: 0 1.15rem;
}
@media screen and (max-width: 750px) {
  .players-item {
    margin: 0 0.8rem;
  }
}
.players-item img {
  width: 41rem;
}
@media screen and (max-width: 750px) {
  .players-item img {
    width: 27.4rem;
  }
}
.players-item__info {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(40deg, rgba(0, 0, 0, 0.5) 0%, transparent 40%);
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s ease;
}
.players-item__info.player02 {
  background: linear-gradient(35deg, rgba(0, 0, 0, 0.6) 0%, transparent 50%);
}
.players-item.slick-center .players-item__info {
  opacity: 1;
}
.players-copy {
  text-align: center;
}
.players-copy img {
  width: 16.5rem;
}
@media screen and (max-width: 750px) {
  .players-copy img {
    width: 10.2rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}