@import url("//fonts.googleapis.com/css?family=Kreon:300,400,700");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css");
a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a:hover {
  opacity: 0.7;
  text-decoration: none;
}

html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  background: url(/img/special/playback2023/bg.jpg) repeat-y top center;
  background-size: contain;
  background-position: center;
  overflow: hidden;
}

.es_wrap {
  width: 100%;
  max-width: 80px;
  margin: 10px 0;
}

.slick-list {
  overflow: visible !important;
}

.spDIS {
  display: none;
}

.pcDIS {
  display: block;
}

footer #partnersArea {
  font-size: 160%;
}

.fade-up,
.fade-here,
.fade-from-left,
.fade-from-right {
  opacity: 0;
  -o-transition: all 2s ease-in-out;
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
}

.linkArea {
  position: fixed;
  z-index: 100;
  width: 40px;
  top: 15px;
  left: 15px;
}
.linkArea img {
  width: 100%;
}

#container h2 {
  font-size: 3.2rem;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}
#container p {
  font-size: 1.5rem;
  line-height: 2;
}

/* ==========================================================================
   KV
========================================================================== */
.kvArea__img {
  opacity: 0;
  transition: 2s ease-in-out;
}
.kvArea__img.is-anime {
  opacity: 1;
}
.kvArea__img img {
  width: 100%;
}

/* ==========================================================================
   LEAD
========================================================================== */
.leadArea {
  width: 100%;
  max-width: 980px;
  margin: 70px auto 0;
  text-align: center;
}

/* ==========================================================================
   INTRO
========================================================================== */
.introArea {
  width: 100%;
  max-width: 980px;
  margin: 70px auto;
}
.introArea .tabSelecter {
  margin: 0;
}
.introArea .tabSelecter .tab {
  letter-spacing: initial;
  border: none;
}
.introArea .tabSelecter .tab li {
  box-sizing: initial;
  border: none;
  width: 33%;
  height: 68px;
  padding-top: 20px;
  border-radius: 15px 15px 0 0;
  transition: 0.3s ease-in-out;
}
.introArea .tabSelecter .tab li a {
  background: #e2e2e2;
  border-radius: 15px 15px 0 0;
  height: 68px;
}
.introArea .tabSelecter .tab li a img {
  width: 53%;
  margin: 0 auto;
}
.introArea .tabSelecter .tab li.current {
  height: 88px;
  padding: 0;
}
.introArea .tabSelecter .tab li.current a {
  background: #fff;
  padding-bottom: 20px;
}
.introArea .tabSelecter .tab li:hover a {
  background: #fff;
  opacity: 1;
}
.introArea .tabContentsBox {
  padding: 30px;
  background: #fff;
  border-radius: 0 0 15px 15px;
}
.introArea .tabContentsBox .tabBox > div {
  max-width: 475px;
  position: relative;
  margin: 0 auto;
}
.introArea .tabContentsBox .tabBox > div select {
  margin: 0 auto;
  padding: 15px;
  width: 100%;
  font-size: 1.5rem;
  line-height: 2;
  display: block;
  border-radius: 5px;
  border: 1px solid #959595;
  appearance: none;
}
.introArea .tabContentsBox .tabBox > div::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
}
.introArea .tabContentsBox ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.introArea .tabContentsBox ul li {
  width: calc(50% - 15px);
  margin-top: 30px;
}
.introArea .tabContentsBox ul li h3 {
  font-size: 2.0rem;
  display: flex;
  align-items: center;
}
.introArea .tabContentsBox ul li h3 span {
  display: inline-block;
}
.introArea .tabContentsBox ul li h3 span:first-child {
  transform: scale(0.688);
  margin: 0 0 0 -15px;
}
.introArea .tabContentsBox ul li a {
  height: calc(100% - 80px);
  display: block;
  background: #e6e6e6;
  box-shadow: 0px 0 19px 0px #a0a0a0;
}
.introArea .tabContentsBox ul li a dl dt {
  line-height: 0;
}
.introArea .tabContentsBox ul li a dl dt img {
  width: 100%;
}
.introArea .tabContentsBox ul li a dl dd > div {
  padding: 20px;
}
.introArea .tabContentsBox ul li a dl dd > div:first-child {
  background: #fff;
}
.introArea .tabContentsBox ul li a dl dd > div:first-child p {
  text-align: center;
  font-size: 2.0rem;
  line-height: 2;
  color: #000;
}
.introArea .tabContentsBox ul li a dl dd > div:first-child p:last-child {
  font-weight: bold;
}
.introArea .tabContentsBox ul li a dl dd > div:nth-child(2) p {
  font-size: 1.5rem;
  line-height: 2;
  color: #000;
}
.introArea .tabContentsBox ul li a dl dd > div:nth-child(2) p:nth-child(1) {
  font-weight: bold;
}

/* ==========================================================================
   INTRO
========================================================================== */
.last_txt {
  width: 100%;
  max-width: 980px;
  margin: 70px auto 0;
  padding: 50px 20px;
  background: #fff;
  text-align: center;
  border-radius: 15px;
  box-sizing: border-box;
}
.last_txt p {
  font-weight: bold;
}
