@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

/* ================================
        COMMON
================================ */
.article-event {
  padding-top: 80px;
  color: #151515;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  margin: auto;
  max-width: 690px;
  background-color: #fff;
}

.wrapper-contents {
  padding: 10px 15px 20px;
}

/* ================================
        MV
================================ */
#mv {
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 50.7246377%;

  background: url(https://d1vdhkfk2l67qk.cloudfront.net/img/en/fan_favorite/fanfavorite_en.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


/*
#mv {
  width: 100%;
  height: 100%;
  position: relative;
  background: url(https://d1vdhkfk2l67qk.cloudfront.net/img/en/fan_favorite/fanfavorite_en.jpg) no-repeat center center;
  background-size: cover;
}

#mv .inner {
  height: 23.4vh;
  margin: auto;
  position: relative;
}
*/


#mv-fr {
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 50.7246377%;

  background: url(https://d1vdhkfk2l67qk.cloudfront.net/img/fr/fan_favorite/fanfavorite_fr.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*
#mv-fr .inner {
  height: 23.4vh;
  margin: auto;
  position: relative;
}
*/

#mv-es {
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 50.7246377%;

  background: url(https://d1vdhkfk2l67qk.cloudfront.net/img/es/fan_favorite/fanfavorite_es.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*
#mv-es .inner {
  height: 23.4vh;
  margin: auto;
  position: relative;
}
*/

#mv2 {
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 50.7246377%;

  background: url(https://d1vdhkfk2l67qk.cloudfront.net/img/en/fan_favorite/mv/fanfavorite_en_02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#mv-fr2 {
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 50.7246377%;

  background: url(https://d1vdhkfk2l67qk.cloudfront.net/img/fr/fan_favorite/mv/fanfavorite_fr_02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


#mv-es2 {
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 50.7246377%;

  background: url(https://d1vdhkfk2l67qk.cloudfront.net/img/es/fan_favorite/mv/fanfavorite_es_02.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.mv-texts {
  width: 90%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.mv-copy {
  margin-bottom: 24px;
}

.mv-copy img {
  width: 100%;
  text-align: center;
}

.mv-subcopy {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}

.mv-scroll {
  margin: auto;
  width: 40px;
  text-align: center;
}

.mv-scroll a {
  display: block;
  text-decoration: none;
}

.mv-scroll-text {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}

.mv-scroll-text::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  margin: auto;
}

.mv-scroll-fr {
  margin: auto;
  text-align: center;
}

.mv-scroll-fr a {
  display: block;
  text-decoration: none;
}

.mv-scroll-text-fr {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}

.mv-scroll-text-fr::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  margin: auto;
}

.mv-scroll-es {
  margin: auto;
  text-align: center;
}

.mv-scroll-es a {
  display: block;
  text-decoration: none;
}

.mv-scroll-text-es {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}

.mv-scroll-text-es::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  margin: auto;
}

/* ================================
        NAVIGATION
================================ */
.navigation-tags {
  width: 100%;
  overflow: hidden;
}

.navigation-list {
  display: flex;
  padding: 12px 15px;
  overflow: scroll;
}

.navigation-list-item {
  display: block;
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-size: 1.6rem;
  background-color: #C5D4E5;
  color: #0050AD;
  text-align: center;
  white-space: nowrap;
  border-radius: 30px;
}

.navigation-list-item.is-active {
  background-color: #0050AD;
  color: #fff;
}

.navigation-list-item:last-of-type {
  margin-right: 15px;
}

/* ================================
        TITLE PARTS
================================ */
.title-item {
  border: 1px solid #c9c9c9;
  margin-bottom: 40px;
  padding: 20px;
  position: relative;
}

.title-item:last-of-type {
  margin-bottom: 0;
}

.title-item-details {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.title-item-details figure {
  width: 32%;
  margin-right: 10px;
}

.title-item-details figure img {
  width: 100%;
  border-radius: 10px;
}

.title-item-body {
  display: inline-flex;
  width: calc(68% - 10px);
  flex-direction: column;
  justify-content: space-between;
}

.title-item-genre {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 8px;
}

.title-item-name {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
}

.title-item-sub {
  text-align: left;
}

.title-item-sub span {
  display: inline-block;
  color: #787878;
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 8px;
  margin-bottom: 5px;
}

.title-item-slides {
  margin-bottom: 10px;
}

.title-item-slides .swiper-slide {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  overflow: hidden;
}

.title-item-slides .swiper-slide img {
  width: 100%;
  vertical-align: bottom;
}

.title-item-slides .slide-last {
  position: relative;
}

.title-item-slides .slide-last a {
  display: block;
  width: 100%;
  z-index: 5;
}

.slide-last-inner {
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 88%;
  align-items: center;
}

.slide-last-inner figure {
  width: 40%;
  margin-right: 10px;
}

.slide-last-inner figure img {
  width: 100%;
  border-radius: 5px;
}

.swiper-wrapper.title-item-sldes-wrapper {
  padding-bottom: 35px;
}

.title-item-slide-text {
  text-decoration: none;
}

.title-item-slide-text span {
  display: block;
  color: #151515;
}

.title-item-slide-text-main {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.title-item-slide-text-sub {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: lighter;
  position: relative;
}

.title-item-slide-text-sub::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #151515;
  border-right: 1px solid #151515;
  transform: rotate(45deg);
  position: absolute;
  top: 20%;
  right: 0;
}

.title-item-slides .slide-last a>img {
  opacity: 0.2;
}

.title-item-footer {
  text-align: right;
}

.title-item-footer-link {
  vertical-align: middle;
}

.title-item-footer-link a {
  display: inline-block;
  text-decoration: none;
  color: #151515;
  font-size: 18px;
  font-size: 1.8rem;
}

.title-item-footer-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #151515;
  border-right: 1px solid #151515;
  transform: rotate(45deg);
  margin-left: 0.8em;
}

.title-item-slides .swiper-pagination-bullet {
  background-color: #0050AD;
}

.btn-event {
  width: 60%;
  height: 50px;
  background-color: #06f;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.btn-event::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .2s, opacity .5s;
}

.btn-event:active::after {
  transform: scale(0, 0);
  opacity: .3;
  transition: 0s;
}

.ribbon-position {
  position: absolute;
  right: 0;
  top: 100px;
}

.ribbon-position5 {
  position: absolute;
  right: 0;
  top: 107px;
}


.ribbon1 {
  display: inline-block;
  position: relative;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 30px;
  font-size: 14px;
  background: #ffe760;
  color: #0050AD;
  font-weight: bold;
  box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

/* ================================
    MATURE CONTENTS (18OFF DISPLAY)
================================ */
.title-item.dsp-18off {
  border-radius: 10px;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.dsp-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(32, 32, 32, 0.8);
  z-index: 10;
}

.dsp-overlay-link {
  display: flex;
  width: 95%;
  height: 100%;
  margin: auto;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.dsp-overlay-text {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  position: relative;
  width: 64%;
  padding-left: 12px;
}

.dsp-18off-mrk {
  font-size: 58px;
  color: #fff;
  font-weight: bold;
  letter-spacing: -0.1em;
  width: 36%;
}

.dsp-18off-mrk span {
  display: inline-block;
  margin-left: 8px;
}

.dsp-overlay-text::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 0.8em;
}

@media screen and (min-width: 690px) {
  .article-event {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12), 0 3px 1px -2px rgba(0, 0, 0, .2);
  }


/*
  #mv {
    background-size: 55%;
  }
*/

  .mv-texts {
    width: 64%;
  }

  .mv-subcopy {
    text-align: center;
  }

  .navigation-tags {
    border: 1px solid #fff;
  }

  .wrapper-contents {
    display: flex;
    flex-wrap: wrap;
  }

  .title-item {
    width: calc(50% - 10px);
    margin: 0 5px 20px;
  }

  .title-item:last-of-type {
    margin-bottom: 20px;
  }

  .btn-event {
    margin-top: 20px;
  }

  article {
    background-color: #1e1e32;
    padding-bottom: 40px;
  }

  .navigation-list {
    display: flex;
    flex-wrap: wrap;
    overflow: unset;
    justify-content: center;
  }

  .navigation-list-item {
    margin-bottom: 10px;
  }
}
