/* =========================================================
   cwtm_cp 2020-03
========================================================= */
/**
 * typography : font-size
 */
.intro_body__list li .list-notice {
  font-size: 2.77vw;
}

.intro_body__list {
  font-size: 4.16vw;
}

/**
 * initialize
 */
button {
  padding: 0;
  outline: inherit;
  border: none;
  background: transparent;
  cursor: pointer;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;
}

/**
 * column
 */
.column {
  display: -webkit-box;
  display: flex;

  flex-wrap: wrap;
}

.column__item {
  box-sizing: border-box;
  width: 50%;
}

.column__item:nth-child(odd) {
  padding-right: 2.77vw;
}

.column__item:nth-child(even) {
  padding-left: 2.77vw;
}

.column__item:nth-child(n+3) {
  padding-top: 2.96vw;
}

/**
 * intro
 */
.intro_body {
  position: relative;
}

.intro_body__list {
  padding: 0 8.88vw;
  height: 53.33vw;
  background: url(../img/cwtm_cp-202003/kv2_02.png) center top/cover no-repeat;
  color: white;
  font-weight: bold;
}

.intro_body__list li {
  display: -webkit-box;
  display: flex;
  padding: 2.77vw 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 1.25;

  -webkit-box-align: center;

          align-items: center;
}

.intro_body__list li:first-child {
  border-top: none;
}

.intro_body__list li::before {
  display: block;
  margin-right: .3em;
  width: 5.55vw;
  height: 5.55vw;
  border-radius: 50%;
  content: "";
}

.intro_body__list li:nth-child(1)::before {
  background: url(../img/cwtm_cp-202003/icn_number1.svg) center center/cover no-repeat white;
}

.intro_body__list li:nth-child(2)::before {
  background: url(../img/cwtm_cp-202003/icn_number2.svg) center center/cover no-repeat white;
}

.intro_body__list li:nth-child(3)::before {
  background: url(../img/cwtm_cp-202003/icn_number3.svg) center center/cover no-repeat white;
}

.intro_body__list li .list-inner {
  display: block;
}

.intro_body__list li .list-notice {
  display: block;
}

.intro_body__banner {
  background: url(../img/cwtm_cp-202003/kv2_03.png) center top/cover no-repeat;
}

.intro_body__banner .area-button {
  display: -webkit-box;
  display: flex;
  padding: 6.48vw 5.55vw;

  -webkit-box-pack: justify;

          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.intro_body__banner .area-button a {
  display: -webkit-box;
  display: flex;
  box-shadow: 0 4px 10px 4px rgba(0, 0, 0, 0.3);

  -webkit-box-pack: center;

          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 0;
          flex: 0 1 420px;
}

.intro_body__banner .area-button a:first-child {
  margin-right: 4.62vw;
}

.intro_body__banner .area-button a:last-child {
  margin-left: 4.62vw;
}

.intro_body__banner .area-button a img {
  display: block;
  width: 100%;
}

.intro_body__banner .area-banner {
  display: -webkit-box;
  display: flex;
  padding: 0 5.55vw 4.62vw;

  -webkit-box-pack: center;

          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.intro_body__banner .area-banner a {
  display: block;
  width: 100%;
}

.intro_body__banner .area-banner img {
  display: block;
  width: 100%;
}

.intro_body__banner .area-movie {
  padding: 0 5.55vw 12.5vw;
}

.intro_body__banner .area-movie .movie_area .movie_img {
  position: static;
  width: 100%;
  -webkit-transform: none;
          transform: none;
}

.intro_body__banner .area-movie .movie_title {
  background-color: black;
}

.intro_body__banner .area-movie .movie_area.overlay {
  position: relative;
}

.intro_body__banner .area-movie .movie_area.overlay::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
}

@media only print, screen and (min-width: 1080px) {
  .intro_body__list li .list-notice {
    font-size: 30px;
  }
  .intro_body__list {
    font-size: 45px;
  }
  .column__item:nth-child(odd) {
    padding-right: 30px;
  }
  .column__item:nth-child(even) {
    padding-left: 30px;
  }
  .column__item:nth-child(n+3) {
    padding-top: 32px;
  }
  .intro_body__list {
    padding: 0 96px;
    height: 576px;
  }
  .intro_body__list li {
    padding: 30px 0;
  }
  .intro_body__list li::before {
    width: 60px;
    height: 60px;
  }
  .intro_body__banner .area-button {
    padding: 70px 60px;
  }
  .intro_body__banner .area-button a:first-child {
    margin-right: 50px;
  }
  .intro_body__banner .area-button a:last-child {
    margin-left: 50px;
  }
  .intro_body__banner .area-banner {
    padding: 0 60px 50px;
  }
  .intro_body__banner .area-movie {
    padding: 0 60px 135px;
  }
}
