@charset "utf-8";

/* CSS INFORMATION -====================================================
File name : hulu.css
Description :
===================================================================== */


/* =====================================================================
*    hulu
* =================================================================== */
.hulu {
    padding-bottom: calc(120 / 750 * 100%);
    background: url(../images/common/bg_black_sp.jpg) no-repeat center calc(25 / 750 * 100%) #14161a;
    background-size: 100% auto;
    overflow: hidden;
}

.hulu .sec_ttl {
    margin: 0 0 calc(50 / 750 * 100%);
}

.hulu .sec_contents {
    width: calc(690 / 750 * 100%);
    margin: 0 auto;
}

.hulu_movie_wrap {
    margin: 0 0 calc(70 / 690 * 100%);
}

.hulu_movie {
    margin: 0 0 calc(80 / 690 * 100%);
    padding: calc(20 / 690 * 100%);
}

.hulu_movie::before,
.hulu_movie::after,
.hulu_movie_photo::before,
.hulu_movie_photo::after {
    content: "";
    display: block;
    width: calc(30 / 690 * 100%);
    padding-top: calc(30 / 690 * 100%);
    position: absolute;
    top: 0;
    left: 0;
    border-top: 1px solid #fff100;
    border-left: 1px solid #fff100;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.hulu_movie::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 0;
}

.hulu_movie_photo::before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: auto;
    bottom: 0;
    margin: 0 0 calc(-20 / 690 * 100%) calc(-20 / 690 * 100%);
}

.hulu_movie_photo::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
    margin: 0 calc(-20 / 690 * 100%) calc(-20 / 690 * 100%) 0;
}

.hulu_movie_photo {
}

.hulu_movie_btn::before {
	content: "";
    display: block;
	width: calc(107 / 750 * 100vw);
	height: calc(107 / 750 * 100vw);
	background-color: #fff100;
    border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
    z-index: 2;
}

.hulu_movie_btn::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.3vw 0 2.3vw 3.8vw;
    border-color: transparent transparent transparent #14161a;
    position: absolute;
	  top: 0;
	  bottom: 0;
	  left: 1vw;
	  right: 0;
	  margin: auto;
    z-index: 2;
}

.hulu_contents_ttl {
    width: 90%;
    line-height: 1;
    margin: 0 auto calc(70 / 690 * 100%);
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.9));
}

.hulu_ttl {
    width: 95%;
    color: #fff;
    font-size: 6rem;
    font-family: "Roboto", "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0 auto calc(40 / 690 * 100%);
    padding: 0 0 calc(20 / 690 * 100%);
    border-bottom: 1px solid #fff100;
}

.hulu_ttl span {
  color: #fff100;
  font-size: 2.2rem;
  display: block;
  padding: 0 0 calc(20 / 690 * 100%);
}

.hulu_catch {
  width: 95%;
  color: #fff;
  font-size: 4.5rem;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.hulu_catch span {
  font-size: 3.6rem;
}
.hulu_catch strong {
  color: #fff100;
}

.hulu_wrap {
  background: url(../images/hulu/bg_hulu.png);
  background-size: 80%;
  transform:skewX(-17deg);
  overflow:hidden;
  position: relative;
  margin: calc(100 / 690 * 100%) 0;
  padding: calc(50 / 690 * 100%) 0 calc(30 / 690 * 100%);
  box-shadow: 10px 10px 0 5px rgba(102,170,51,1);
}
.hulu_wrap .hulu_ttl {
  width: 100%;
  margin: 0 0 calc(40 / 690 * 100%);
  transform:skewX(17deg);
}
.hulu_wrap .hulu_ttl strong {
  color: #000;
  font-size: 1.6em;
  padding-right: 0.5rem;
}

.hulu_wrap p {
  width: 80%;
  margin: 0 auto calc(40 / 690 * 100%);
  color: #fff;
  font-size: 2.8rem;
    transform:skewX(17deg);
}
.hulu_wrap ul {
  width: 85%;
  margin: 0 0 0 calc(70 / 690 * 100%);
  transform:skewX(17deg);
}
.hulu_wrap li {
  display: table-cell;
  margin: 0 auto;
  padding: 0 calc(5 / 690 * 100%) calc(30 / 690 * 100%);
}
.hulu_wrap li img {
  filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.4));
}
.hulu_wrap h5 {
  text-align: center;
  background: #fff100;
  color: #315d10;
  font-size: 3.6rem;
  font-family: "Roboto", "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
  font-weight: 700;
  width: 85%;
  margin: 0 auto calc(35 / 690 * 100%);
  padding: calc(15 / 690 * 100%) 0;
  border-radius: 5px;
  transform:skewX(17deg);
}
.hulu_wrap h5:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #fff100;
}

.hulu_date {
    color: #fff100;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
    padding: 0 0 calc(60 / 690 * 100%);
}

.hulu_date span {
    display: block;
    color: #afafac;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 0;
    margin: 0.6em 0 0;
}

.hulu_cast_box {
  margin-bottom: calc(60 / 690 * 100%);
}

.hulu_cast {
  width: 95%;
  margin: 0 auto;
  color: #fff;
  font-size: 2.8rem;
  padding: 0 0 calc(10 / 690 * 100%);
  text-align: center;
}

.hulu_comment {
  width: 95%;
  margin: 0 auto;
  color: #fff;
  font-size: 2.8rem;
  padding: 0 ;
}

.hulu_txt_list {
    width: calc(650 / 690 * 100%);
    margin: 0 auto;
    color: #fff;
    font-size: 2.8rem;
    line-height: 1.714;
    letter-spacing: -0.06em;
}

.hulu_txt_list_photo,
.hulu_txt_list li > p {
    margin: 0 auto calc(70 / 650 * 100%);
}

@media screen and (min-width: 768px) {
    .hulu {
        padding: calc(100 / 1200 * 100%) 0 calc(70 / 1200 * 100%);
        background: url(../images/common/bg_black_pc.jpg) no-repeat center calc(30 / 750 * 100%) #14161a;
        background-size: calc(1600 / 1200 * 100%) auto;
    }

    .hulu .sec_ttl {
        margin: 0 0 calc(50 / 1000 * 100%);
    }

    .hulu .sec_contents {
        width: 100%;
    }

    .hulu_contents_ttl {
        width: 567px;
        margin: 0 auto calc(50 / 690 * 100%);
        filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.9));
    }

    .hulu_movie_wrap {
        width: calc(850 / 1000 * 100%);
        margin: 0 auto calc(100 / 1000 * 100%);
    }

    .hulu_movie {
        margin: 0 0 calc(45 / 850 * 100%);
        padding: 0;
    }

    .hulu_movie::before,
    .hulu_movie::after,
    .hulu_movie_photo::before,
    .hulu_movie_photo::after {
        width: calc(40 / 850 * 100%);
        padding-top: calc(40 / 850 * 100%);
        border-width: 2px;
    }

    .hulu_movie::before {
        margin: calc(-12 / 850 * 100%) 0 0 calc(-12 / 850 * 100%);
    }

    .hulu_movie::after {
        margin: calc(-12 / 850 * 100%) calc(-12 / 850 * 100%) 0 0;
    }

    .hulu_movie_photo::before {
        margin: 0 0 calc(-12 / 850 * 100%) calc(-12 / 850 * 100%);
    }

    .hulu_movie_photo::after {
        margin: 0 calc(-12 / 850 * 100%) calc(-12 / 850 * 100%) 0;
    }

    .hulu_movie_btn::before {
        width: calc(107 / 1200 * 100vw);
        height: calc(107 / 1200 * 100vw);
        -webkit-transition: background-color 0.3s ease;
        transition: background-color 0.3s ease;
    }

    .hulu_movie_photo:hover .hulu_movie_btn::before {
        background-color: #ff2cb2;
    }

    .hulu_movie_btn::after {
        border-width: calc(18 / 1200 * 100vw) 0 calc(18 / 1200 * 100vw) calc(27 / 1200 * 100vw);
        left: 1.3%;
    }

    .other_images {
      margin-bottom: 40px;
    }

    .hulu_catch {
      color: #fff;
      font-size: 3.5rem;
      font-family: "Roboto", "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
      font-weight: 700;
      line-height: 1.5;
      text-align: center;
      padding-top: calc(20 / 1200 * 100vw);
    }
    .hulu_catch span {
      font-size: 2.6rem;
    }
    .hulu_catch strong {
      color: #fff100;
      font-weight: bold;
    }

    .hulu_wrap {
      max-width: 660px;
      background: url(../images/hulu/bg_hulu.png);
      background-size: 50%;
      transform:skewX(-17deg);
      overflow:hidden;
      position: relative;
      margin: calc(60 / 690 * 100%) auto;
      padding: calc(20 / 690 * 100%) 0 0;
      box-shadow: 10px 10px 0 5px rgba(102,170,51,1);
    }
    .hulu_wrap .hulu_ttl {
      width: 100%;
      margin: 0 0 calc(40 / 690 * 100%);
      transform:skewX(17deg);
      font-size: 4rem;
    }
    .hulu_wrap .hulu_ttl strong {
      color: #000;
      font-size: 1.6em;
      padding-right: 0.5rem;
    }

    .hulu_wrap p {
      width: 80%;
      margin: 0 auto calc(40 / 690 * 100%);
      color: #fff;
      font-size: 1.6rem;
        transform:skewX(17deg);
    }
    .hulu_wrap ul {
      width: 85%;
      margin: 0 auto;
      transform:skewX(17deg);
    }
    .hulu_wrap li {
      display: table-cell;
      margin: 0 auto;
      padding: 0 calc(5 / 690 * 100%) calc(30 / 690 * 100%);
    }
    .hulu_wrap li img {
      filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.4));
    }
    .hulu_wrap h5 {
      text-align: center;
      background: #fff100;
      color: #315d10;
      font-size: 2rem;
      font-family: "Roboto", "Noto Sans JP", "メイリオ", "ＭＳ Ｐゴシック", "小塚ゴシック Pro R", "ヒラギノ角ゴ Pro W3", "Meiryo", "MS PGothic", "KozGoPro-Regular", "Hiragino Kaku Gothic Pro", "MS UI Gothic", Osaka, sans-serif;
      font-weight: 700;
      width: 85%;
      margin: 0 auto calc(15 / 690 * 100%);
      padding: calc(10 / 690 * 100%) 0;
      border-radius: 5px;
      transform:skewX(17deg);
    }
    .hulu_wrap h5:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      margin-left: -10px;
      border: 10px solid transparent;
      border-top: 10px solid #fff100;
    }

    .hulu_ttl {
      width: 100%;
        font-size: 6rem;
        padding-bottom:  calc(10 / 850 * 100%);
        margin: 0 0 calc(30 / 850 * 100%);
    }
    .hulu_ttl span {
        font-size: 2rem;
        padding-bottom: calc(5 / 850 * 100%);
    }

    .hulu_cast {
      margin: 0;
      padding: 0;
    }

    .hulu_date {
        font-size: 2.4rem;
        padding: 0 0 calc(25 / 850 * 100%);
    }

    .hulu_date span {
        margin: 0.8em 0 0;
        font-size: 1.4rem;
    }

    .hulu_txt_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        font-size: 1.6rem;
        line-height: 1.625;
        letter-spacing: 0;
    }

    .hulu_txt_list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: calc(473 / 1000 * 100%);
    }

    .hulu_txt_list li.wide {
        width: 100%;
    }

    .hulu_txt_list li > p {
        width: calc(527 / 1000 * 100%);
        margin: 0 0 calc(80 / 1000 * 100%);
        padding: 0 calc(54 / 1000 * 100%) 0 0;
    }

    .hulu_txt_list_photo {
        width: 100%;
        margin: 0 0 calc(80 / 1000 * 100%);
    }

    .hulu_txt_list li.wide .hulu_txt_list_photo {
        width: calc(473 / 1000 * 100%);
    }

    .hulu_txt_list li:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .hulu_txt_list li:nth-child(2n) > p {
        padding: 0 0 0 calc(54 / 1000 * 100%);
    }

    .hulu_txt_more .hulu_txt_list {
        height: 10em;
    }

    .hulu_cast {
      width: 95%;
      margin: 0 auto;
      color: #fff;
      font-size: 2rem;
      padding: 0 0 calc(5 / 690 * 100%);
      text-align: center;
    }
    .hulu_comment {
      width: 70%;
      margin: 0 auto;
      color: #fff;
      font-size: 1.6rem;
      padding: 0 ;
    }
}

@media screen and (min-width: 1200px) {
    .hulu {
        padding: 100px 0 70px;
        background-size: 1600px auto;
    }

    .hulu_movie_btn::before {
        width: 107px;
        height: 107px;
    }

    .hulu_movie_btn::after {
        border-width: 18px 0 18px 27px;
    }

    .hulu_cast dt {
        width: 68px;
        margin: 0 25px 0 0;
    }
}
