@charset "UTF-8";

body { 
  margin: 0; 
  color: #242424;
  background: #ADD8E6;
  font-size: 15px;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
}

img { 
  width: 100%;
}

.bg-color {
  background-color: #FDFDFD;
  padding: 3em 0;
}

p {
  margin: 0;
}


/* ---------- 共通ルール ---------- */
.--pc {
  display: none;
}

.--sp {
  display: block;
}

.fadeIn_up{
  transition: 0.8s;
}


.full-width {
  width: calc(100% + 40px);
  max-width: none;
  margin-left: -20px;
  margin-bottom: 67px;
}

.detail__writerInfo{
  line-height: 1.8;
  color: #333;
}



/* ---------- main-contents ---------- */


.tsutsumission-main {
  position: relative;
  width: 100%;
  z-index: 1;
  font-family: "Shippori Mincho", serif;
  padding: 10px 0 0;
}

.tsutsumission-main::before {
  content: "";
  background: url('https://fcdn.pivim.jp/img/feature/feature20250627/kv-bg-01.png') no-repeat;
  width: 75%;
  height: auto; 
  aspect-ratio: 933 / 701;
  background-size: contain;
  position: absolute;
  right: 0%;
  top: 0%;
  z-index: -1;
}

.tsutsumission-main::after {
  content: "";
  background: url('https://fcdn.pivim.jp/img/feature/feature20250627/kv-bg-02.png') no-repeat;
  display: block;
  width: 58%;
  height: auto; 
  aspect-ratio: 725 / 808;
  background-size: contain;
  position: absolute;
  left: 0%;
  top: 18%;
  z-index: -2;
}

.tsutsumission-kv__number {
  font-size: 18px;
  font-weight: 700;
  color: #01458B;
  text-align: center;
  line-height: 1.4;
}

.tsutsumission-kv {
  position: relative;
  margin: 0 auto 70px;
  width: 89%;
  max-width: 1000px;
}

.tsutsumission-kv__text {
  text-align: center;
  font-size: 35px;
  color: #01458B;
  bottom: 10px;
}

.top-movie {
  width: 100%;
  margin-top: 30px;
  position: relative;
}

.tsutsumission-movie {
  border: 3px solid #01458B;
  z-index: 10;
  position: relative;
}

.tsutsumission-description {
  display: flex;
  flex-flow: wrap;
  gap: 2rem;
  margin: 30px 0 70px;
  align-items: center;
  flex-direction: column;
}

.tsutsumission-notice {
  width: 32%;
  max-width: 150px;
}

.tsutsumission-notice img {
  width: 100%;
}

.tsutsumission-description-text {
  flex: 1;
  line-height: 1.6;
  font-size: 15px;
  font-weight: 700;
}

.tsutsumission-description-text__inner {
  margin-top: 20px;
}

.tsutsumission-description-text .tsutsumission-description-text__inner:first-of-type {
  margin-top: 0;
}

.tsutsumission-description-text__caption {
  margin-top: 15px;
  font-size: 12px;
}

.incheon {
  color: #0FBA6B;
}

.suwon {
  color: #00B0F0;
}

.seoul {
  color: #EA9900;
}

.tsutsumission-kv__logo {
  width: 76%;
  margin: 20px auto 0;
}

.tsutsumission-kv__deco01 {
  position: absolute;
  left: -2%;
  top: -72%;
  width: 23%;
}

.tsutsumission-kv__deco02 {
  position: absolute;
  right: 9%;
  top: -72%;
  width: 18%;
}

.tsutsumission-kv__deco03 {
  position: absolute;
  left: -12%;
  top: -32%;
  width: 24%;
}

.tsutsumission-kv__deco04 {
  position: absolute;
  right: -8%;
  top: -69%;
  width: 14%;
}

.tsutsumission-kv__deco05 {
  position: absolute;
  left: -10%;
  top: 88%;
  width: 18%;
}

.tsutsumission-kv__deco06 {
  position: absolute;
  right: -17%;
  top: 78%;
  width: 33%;
}

.tsutsumission-kv__deco07 {
  position: absolute;
  left: -14%;
  top: 135%;
  width: 28%;
}

.tsutsumission-kv__deco08 {
  position: absolute;
  right: -16%;
  top: 136%;
  width: 32%;
}

@media (max-width: 599px) and (min-width: 390px) {

  .tsutsumission-main::after {
    top: 10%;
  }
  .tsutsumission-kv__deco01 {
    top: -135px;
    width: 80px;
  }

  .tsutsumission-kv__deco02 {
    top: -145px;
    width: 60px;
  }

  .tsutsumission-kv__deco03 {
    position: absolute;
    left: -13%;
    top: -20%;
    width: 85px;
  }

  .tsutsumission-kv__deco04 {
    position: absolute;
    right: -10%;
    top: -45%;
    width: 55px;
  }

  .tsutsumission-kv__deco05 {
    position: absolute;
    left: -5%;
    top: 88%;
    width: 60px;
  }

  .tsutsumission-kv__deco06 {
    position: absolute;
    right: -10%;
    top: 60%;
    width: 100px;
  }

  .tsutsumission-kv__deco07 {
    position: absolute;
    left: -6%;
    top: 140%;
    width: 64px;
  }

  .tsutsumission-kv__deco08 {
    position: absolute;
    right: -4%;
    top: 140%;
    width: 75px;
  }
}

@media (max-width: 767px) and (min-width: 600px) {
  .tsutsumission-notice {
    margin: 7% 0;
  }

  .tsutsumission-kv__deco01 {
    position: absolute;
    left: -2%;
    top: -50%;
    width: 19%;
  }

  .tsutsumission-kv__deco02 {
    position: absolute;
    right: 13%;
    top: -48%;
    width: 11%;
  }

  .tsutsumission-kv__deco03 {
    position: absolute;
    left: -13%;
    top: -20%;
    width: 22%;
  }

  .tsutsumission-kv__deco04 {
    position: absolute;
    right: -10%;
    top: -45%;
    width: 12%;
  }

  .tsutsumission-kv__deco05 {
    position: absolute;
    left: -5%;
    top: 80%;
    width: 15%;
  }

  .tsutsumission-kv__deco06 {
    position: absolute;
    right: -15%;
    top: 80%;
    width: 26%;
  }

  .tsutsumission-kv__deco07 {
    position: absolute;
    left: -6%;
    top: 140%;
    width: 17%;
  }

  .tsutsumission-kv__deco08 {
    position: absolute;
    right: -4%;
    top: 140%;
    width: 18%;
  }
}

@media (min-width: 768px) {
  .tsutsumission-main {
    padding: 30px 0 0;
  }

  .tsutsumission-main::before {
    width: 48%;
  }

  .tsutsumission-main::after {
    width: 38%;
    top: 8%;
  }

  .tsutsumission-kv__logo {
    margin: 0 auto;
    width: 49%;
    right: 0;
    bottom: -25px;
  }

  .tsutsumission-kv__number {
    font-size: 44px;
  }

  .top-movie {
    margin-top: 10px;
  }

  .tsutsumission-kv__deco01 {
    position: absolute;
    left: 4%;
    top: -30%;
    width: 19%;
  }

  .tsutsumission-kv__deco02 {
    position: absolute;
    right: 9%;
    top: -26%;
    width: 14%;
  }

  .tsutsumission-kv__deco03 {
    position: absolute;
    left: -19%;
    top: -20%;
    width: 21%;
  }

  .tsutsumission-kv__deco04 {
    position: absolute;
    right: -12%;
    top: -30%;
    width: 12%;
  }

  .tsutsumission-kv__deco05 {
    position: absolute;
    left: -16%;
    top: 32%;
    width: 16%;
  }

  .tsutsumission-kv__deco06 {
    position: absolute;
    right: -16%;
    top: 35%;
    width: 21%;
  }

  .tsutsumission-kv__deco07 {
    position: absolute;
    left: -19%;
    top: 78%;
    width: 23%;
  }

  .tsutsumission-kv__deco08 {
    position: absolute;
    right: -19%;
    top: 77%;
    width: 27%;
  }

  .tsutsumission-description {
    margin: 47px 0 70px;
    flex-direction: row;
    align-items: flex-start;
  }

  .tsutsumission-notice {
    width: 15%;
    max-width: 180px;
  }

  .tsutsumission-notice img {
    width: 100%;
  }
}

.tsutsumission-slider {
  padding: 60px 0;
}

@media (min-width: 768px) {
  .tsutsumission-slider:last-of-type {
    padding-bottom: 5%;
  }
}

.movie-archive {
  margin-top: 30px;
}

.movie-series__title {
  font-size: clamp(16px, 2.5vw, 25px);
  color: var(--top-section-title);
  text-align: center;
  margin-bottom: .4rem;
}

.movie-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: visible;
}

.movie-item__video {
  width: 100%;
  aspect-ratio: 1.77;
  justify-content: center;
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
}

.movie-swiper .swiper-slide {
  transition: transform 0.3s, z-index 0.3s;
  z-index: 1;
  transform: scale(1.0);
  opacity: 1;
  filter: none;
}

.movie-swiper .swiper-slide-active {
  transform: scale(1.0);
  z-index: 3;
  filter: none;
  opacity: 1;
  display: block;
}

.movie-swiper .swiper-slide-next,
.movie-swiper .swiper-slide-prev {
  z-index: 2;
}

/* スライドを重ねる */
.movie-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

/* swiper button */
.movie-series .section__inner {
  position: relative;
}

.section .movie-series .swiper-button-next {
  top: 45%;
  right: 0;
}

.section .movie-series .swiper-button-prev {
  top: 45%;
  left: 0;
}

.movie-item a {
  width: 100%;
}

.movie-item a:hover {
  opacity: 0.8;
}

.movie-item__content {
  padding: 4%;
  border-radius: 8px;
  background-color: #ffffff;
  position: relative;
  align-items: center;
  display: flex;
  flex-flow: wrap;
}

.movie-item__title {
  margin-top: 0;
  position: static;
  z-index: 2;
  opacity: 1;
  display: flex;
  align-items: center;
  padding-right: 40px;
  font-size: 16px;
}

.movie-item__title--number {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 36px;
  color: var(--bg-color);
  margin-right: 1rem;
  line-height: 1;
  padding-top: .4rem;
}

.movie-item__bottom--more {
  color: var(--bg-color);
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translate(0, -50%);
}

.movie-item__bottom--more:after {
  content: 'next';
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  font-size: 16px;
}
.movie-item__content .category-list {
  color: var(--top-pick-category);
  width: 100%;
}

.category-list__item:not(:last-of-type)::after {
  background: var(--top-pick-category);
}

.title-box.--archive-feature {
  font-size: 20px;
  margin-bottom: .4rem;
}

.--feature-title {
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  min-height: 3.2em;
}

.tsutsumission-slider {
  background-color: #87CEFA;
}

.tsutsumission-archive__title {
  font-size: 9px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #707070;
  display: inline-block;
  position: absolute;
  z-index: 10;
}

.tsutsumission-archive__no {
  font-size: 12px;
  vertical-align: top;
}
.tsutsumission-archive__number {
 font-size: 26px;
 line-height: 1;
}

.--00bl {
  color: #01458B;
}

.--01rd {
  color: #BA1B0E;
}

.--02gr {
  color: #0FBA6B;
}

.tsutsumission-slider .eviry-baseplayer {
 border-radius: 70px!important;
}

.tsutsumission-slider .movie-series {
  margin-bottom: 0;
}

.arrow-right {
  position: absolute;
  width: 28px;
  right: 15px;
  bottom: 40px;
  z-index: 15;
}

@media screen and (min-width: 768px) {
  .movie-item__title {
      font-size: 18px;
  }

  .movie-item__title--number {
      font-size: 56px;
  }

  .movie-item__bottom--more:after {
      font-size: 20px;
  }

  .title-box.--archive-feature {
      font-size: 30px;
  }

  .tsutsumission-archive__title {
    font-size: 14px;
  }

  .tsutsumission-archive__no {
    font-size: 17px;
  }
  
  .tsutsumission-archive__number {
    font-size: 36px;
  }

  .tsutsumission-slider .eviry-baseplayer {
    border-radius: 100px!important;
  }

  .arrow-right {
    width: 38px;
    right: 25px;
  }
}


