@charset "UTF-8";
/* ページ全体設定 */
html {
scroll-behavior: smooth;
}

:root {
/* カラー */
--color-bk:#2C2C2C;
--color-wh:  #FFFFFF;
--color-accent: #2a2246;
--color-light-gr: #e0e0e0;
--color-gr: #A2A2A2;
--color-heavy-gr: #707070;
}

#header {
z-index: 10;
}

.nowrap{
  white-space: nowrap;
}

/* ▼▼player2026▼▼ */

#player2026 {
  font-size: 1rem;
  scroll-padding-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

#player2026 a{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 0.2s ease-in-out;
}

.topImg{
  display: block;
  margin: auto;
}

.nav,
.nav2{
  display: flex;
  justify-content: center;
}

.nav2{
  display: flex;
  flex-wrap: wrap;
}

.nav a,
.nav2 a{
  display: block;
  padding: 0;
  color: var(--color-wh);
  background-color: var(--color-accent);
  text-align: center;
  text-decoration: none;
  font-family: oswald, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
}

.nav a{
  line-height: 2em !important;
  clip-path: polygon(0 0, 100% 0, 100% 60%, 50% 100%, 0 60%);
}

.nav2 a{
  line-height: 1.5em !important;
}

.annotation{
  display: block;
  color: var(--color-bk);
  text-align: center;
  margin: 5px auto;
  width: 100%;
}

/* プレイヤー */
.player-wrap{
  display: block;
  margin: auto;
}

/* .player-ct{
  background-color: var(--color-light-gr);
} */

#player2026 h3{
  color: var(--color-heavy-gr);
  text-align: center;
  border-bottom: 2px solid var(--color-heavy-gr);
  font-family: oswald, sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.06em;
}

#player2026 .frame{
  display: flex;
  flex-wrap: wrap;
}

/* プレイヤー個別 */
.player-container-wrap{
  display: flex;
  justify-content: left;
  position: relative;
}

.player-container{
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-gr);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.thumb-area{
  width: auto;
  display: flex;
  align-items: flex-end;
  text-align: left;
  z-index: -1;
}

.thumb-area .thumb{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.thumb .new span{
  animation: shine 3.5s linear infinite;
	background: linear-gradient(to right, rgba(255,255,255,0) 10%, rgba(255,255,255,.6) 50%, rgba(255, 255, 255, 0) 60%);
	content: '';
  width: 100%;
  height: 100%;
	left: -100%;
	position: absolute;
	top: 0;
	transform: skewX(-15deg);
}

@keyframes shine {
	10% {
		left: 100%;
	}
	100% {
		left: 100%;
	}
}

.thumb .new::before{
  width: auto;
  content: 'NEW';
  color: var(--color-wh);
  transform: skewX(-15deg);
  position: absolute;
  text-align: center;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
}

.thumb img{
  width: 100%;
  height: auto;
  z-index: -1;
}

.thumb .name{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  color: var(--color-wh);
  margin: auto;
  position: absolute;
}

.name .en,
.name .jp{
  display: block;
  text-shadow: 0px 0px 5px #303030;
}

.name .en{
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.name .jp{
letter-spacing: 0.04em;
}

.btn-area{
  display: flex;
  flex-direction: column;
  background-color: var(--color-wh);
}

.btn-area .coupon{
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: center;
  flex-direction: row;
  color: var(--color-wh);
  background-color: var(--color-bk);
  text-align: center;
  white-space: nowrap;
}

.btn-area .coupon .smaller{
  display: block;
  line-height: 40px;
}

.btn-area .coupon .copy-value{
  width: 50%;
  display: block;
  text-align: center;
  line-height: 40px;
  margin-right: 0.6rem;
  font-family: aktiv-grotesk, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn-area .btn{
  height: 60px;
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  text-align: center;
  white-space: nowrap;
}

.btn-area .btn a{
  height: 35px;
  border-radius: 5px;
  margin: auto;
  text-decoration: none;
  line-height: 35px;
}

.btn-area .btn a.clr-a{
  color: var(--color-accent);
  background-color: var(--color-wh);
  border: 1px solid var(--color-accent);
}

.btn-area .btn a.clr-b{
  color: var(--color-wh);
  background-color: var(--color-accent);
}

.btn-area .sns{
  width: 90%;
  margin: auto auto 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.sns a{
  display: block;
  text-decoration: none;
  color: var(--color-heavy-gr);
}

/* クリップボードにコピー clipboard.js */
.frame .fa-copy{
  color: var(--color-heavy-gr);
  font-size: 70%;
  top: 8px;
  position: absolute;
}

.copy-value{
  cursor: pointer;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.tooltip::after {
  content: "コピーしました";
  background: var(--color-bk);
  display: inline-block;
  color: var(--color-wh);
  border-radius: 0.1rem;
  position: absolute;
  width: 7rem;
  text-align: center;
  left: 55%;
  bottom: 2.8rem;
  transform: translate(-50%, 0);
  font-size: 0.75rem;
  animation: fade-tooltip 0.5s 1s 1 forwards;
  border: 1px solid var(--color-wh);
}

@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}

/* ▲▲player2026▲▲ */


/* 下部バナー */
#player2026 .banner {
display: block;
width: 100%;
margin-top: 2rem;
border: 2px solid var(--color-wh);
box-shadow: 2px 2px 2px rgba(199, 199, 199, 0.404);
transition: all 0.3s;
}

#player2026 .banner img {
width: 100%;
}

/* ページトップ */
#btn_top{
    opacity: 1;
    display: flex;
    position: fixed;
    cursor: pointer;
    border-radius: 50%;
    bottom: 3vh;
    right: 0;
    z-index: 100;
    color: #5d737e;
    color: var(--color-wh);
    background-color: var(--color-accent);
    border: 1px solid var(--color-wh);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#btn_top p{
    margin: auto;
}


/* SP表示 */
@media screen and (max-width: 768px) {
  #player2026,
  section.nav-area,
  .nav,
  .nav2,
  .player-wrap {
    width: 99.2vw;
  }

  #player2026 section > div {
    margin: 2rem auto 0;
  }

  .player-ct{
    padding-bottom: 1rem;
  }

  #player2026 h3{
    padding: 0.5rem 0 0;
    font-size: 32px;
    margin: auto 16px;
  }

  .topImg{
    width: 85vw;
    height: auto;
  }

  .nav,
  .nav2{
    flex-direction: row;
  }

  .nav a,
  .nav2 a{
    font-size: 16px;
    width: 30%;
    /* border: 2px solid var(--color-accent); */
  }

  .nav a{
    margin: 3px;
    height: 50px;
  }

  .nav2 a{
    margin: 6px 3px;
  }

  .annotation{
    font-size: 12px;
  }

  #player2026 a:active{
    opacity: 0.6;
  }
  
  #player2026 a.thumb:active{
    opacity: 1;
  }
  /* --- */
  .player-container{
    width: 46vw;
    max-width: 190px;
  }
  .player-wrap .frame{
    justify-content: space-between;
    width: 96vw;
    max-width: 400px;
  }
  .player-container-wrap{
    margin: 0 0 3.6vw 0;
  }
  .thumb-area .thumb{
    box-shadow: inset 0px -80px 30px -20px rgb(28 28 28 / 80%);
  }
  .thumb .new::before{
    height: 24px;
    right: 4px;
    top: 8px;
    line-height: 24px;
    font-size: 16px;
  }
  .thumb .name{
    width: stretch;
    padding: 0 10px;
  }
  .name .en{
    font-size: 16px;
    line-height: 24px;
  }
  .name .jp{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0.3em;
  }
  .btn-area .btn{
    font-size: 11px;
    margin: 0;
  }
  .btn-area .btn a{
    width: 47%;
  }
  .sns a{
    font-size: 22px;
    margin: 5px 0.12em;
  }
  .btn-area .coupon{
    font-size: 12px;
  }
  .btn-area .coupon .smaller{
    font-size: 50%;
  }
  #player2026 .copy::after{
    width: 0.6rem;
    height: 0.6rem;
    margin-left: 0.0.1rem;
  }
  #btn_top{
    width: 40px;
    height: 40px;
    font-size: 20px;
    margin-right: 0.3rem;
  }
}

/* PC表示 */
@media screen and (min-width: 769px) {
  #player2026,
  section.nav-area,
  .nav,
  .nav2,
  .player-wrap {
    width: 982px;
  }

  #player2026 section > div {
    margin: 3rem auto 0;
  }

  .player-ct{
    padding-bottom: 2em;
  }

  #player2026 h3{
    padding: 1rem 0 0;
    font-size: 48px;
    margin: auto 2rem;
  }

  .topImg{
    width: 650px;
    height: auto;
  }

  .nav,
  .nav2{
    flex-direction: row;
  }

  .nav a,
  .nav2 a{
    font-size: 24px;
    margin: 0.4em auto;
    /* border: 2px solid var(--color-accent); */
  }

  .nav a{
    width: 280px;
    height: 80px;
  }

  .nav2 a{
    width: 23%;
  }

  .annotation{
    font-size: 16px;
  }

  #player2026 a:hover{
    opacity: 0.6;
  }
  
  #player2026 a.thumb:hover{
    opacity: 1;
  }
  /* --- */
  .player-container{
    width: 280px;
  }
  .player-wrap .frame{
    justify-content: left;
    max-width: 968px;
  }
  .player-container-wrap{
    margin: 0 20px 40px 20px;
  }
  .thumb-area .thumb{
    box-shadow: inset 0px -110px 30px -20px rgb(28 28 28 / 80%);
  }
  .thumb .new::before{
    height: 40px;
    right: 6px;
    top: 12px;
    line-height: 40px;
    font-size: 24px;
  }
  .thumb .name{
    width: 250px;
    padding: 0 15px;
  }
  .name .en,
  .name .jp{
    margin-bottom: 0.1em;
  }
  .name .en{
    font-size: 24px;
    line-height: 24px;
  }
  .name .jp{
    font-size: 32px;
    line-height: 40px;
  }
  .btn-area .btn{
    font-size: 12px;
    margin: auto 15px;
  }
  .btn-area .btn a{
    width: 45%;
  }
  .sns a{
    font-size: 25px;
    margin: 5px auto;
  }
  .btn-area .coupon{
    font-size: 18px;
  }
  .btn-area .coupon .smaller{
    font-size: 60%;
  }
  #player2026 .copy::after{
    width: 0.9rem;
    height: 0.9rem;
    margin-left: 0.4rem;
  }
  #btn_top{
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin-right: 8vw;
  }
}