@charset "UTF-8";
/* PC
-------------------------------------------------- */
html, body, main {
  min-width: 1120px;
  height: 100%;
  min-height: 100%;
}

body {
  background-color: #1d569c;
}

.cartoonBlock {
  position: relative;
  background-color: #1d569c;
  height: auto;
  min-height: 100%;
}
.cartoonBlock__inner {
  position: relative;
  width: 454px;
  height: 100%;
  min-height: 100%;
  margin: 0 auto;
  padding: 17.7vh 0;
}
.cartoonBlock__slide {
  position: relative;
  top: 0;
  left: 50%;
  width: 100%;
  height: 666px;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  overflow: hidden;
}
.cartoonBlock__slide--box {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}

.list {
  float: right;
  width: 0.454%;
  height: 100%;
  padding: 0 13px;
  overflow: hidden;
}
.list img {
  width: 100%;
}
.list.indList {
  width: 100%;
}

.ind {
  padding: 0;
}
.ind__hd {
  background-color: #fff;
  padding: 10px 0 0;
  text-align: center;
}
.ind__hd img {
  width: 73.36449%;
  margin: 0 0 -18px;
}
.ind__contents {
  background-color: #eaeaea;
  padding: 25px 18px 28px;
  color: #000;
}
.ind__contents--txt {
  margin: 0 0 1em;
  font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.6;
}
.ind__contents--txt:nth-of-type(2) {
  letter-spacing: -0.06em;
}
.ind__contents--sns .link {
  position: relative;
  padding: 0 0 0 33px;
  font-size: 14px;
  color: #000;
}
.ind__contents--sns .link:before {
  content: '';
  display: inline-block;
  background: url("../img/cartoon/sns_tw.png") no-repeat center center;
  background-size: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.ind__contents--sns .link:after {
  content: '';
  display: inline-block;
  background: #000;
  background-size: 100%;
  width: 72%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -2px;
  opacity: 1;
  transition: .2s all ease;
}
.ind__contents--sns .link:hover:after {
  opacity: 0;
  transition: .2s all ease;
}
.ind__listTtl {
  background-color: #3d3d3d;
  padding: 11px 17px 11px;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.ind__listTtl span {
  font-size: 16px;
  letter-spacing: 0.2em;
}
.ind__lineup {
  background-color: #3d3d3d;
  width: 100%;
}
.ind__lineup--list {
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
}
.ind__lineup--list:last-child {
  border-bottom: 0px solid #dcdcdc;
}
.ind__lineup--list a {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 13.5px 15.5px;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #0179a6;
  transition: .2s all ease;
}
.ind__lineup--list a:after {
  content: '';
  display: inline-block;
  background: url("../img/cartoon/list_aroow.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 16px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.ind__lineup--list a:hover {
  background-color: #ebf7ff;
  transition: .2s all ease;
}
.ind__lineup--list.soon {
  pointer-events: none;
  opacity: 0;
}

.end {
  position: relative;
  background-color: #fff;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.end__hd {
  padding: 10px 0 0;
  text-align: center;
}
.end__hd img {
  width: 73.36449%;
  margin: 0 0 -18px;
}
.end__contents {
  background-color: #eaeaea;
  padding: 25px 18px 110px;
  color: #000;
}
.end__contents--txt {
  margin: 0 0 1em;
  font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
  font-size: 16px;
  letter-spacing: -0.03em;
  line-height: 1.6;
}
.end__contents--txt:nth-of-type(2) {
  letter-spacing: -0.06em;
}
.end__contents--sns {
  margin: 0 0 29px;
}
.end__contents--sns .link {
  position: relative;
  padding: 0 0 0 30px;
  font-size: 14px;
  color: #000;
}
.end__contents--sns .link:before {
  content: '';
  display: inline-block;
  background: url("../img/cartoon/sns_tw.png") no-repeat center center;
  background-size: 100%;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.end__contents--sns .link:after {
  content: '';
  display: inline-block;
  background: #000;
  background-size: 100%;
  width: 72%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -2px;
  opacity: 1;
  transition: .2s all ease;
}
.end__contents--sns .link:hover:after {
  opacity: 0;
  transition: .2s all ease;
}
.end__contents--btn {
  text-align: center;
}
.end__contents--btn .next {
  width: 160px;
  display: inline-block;
  background-color: #0065e0;
  border-radius: 5px;
  margin: 0 16px 0 0;
  padding: 12px 0 14px;
  font-size: 18px;
  color: #fff;
  transition: .2s all ease;
}
.end__contents--btn .next:hover {
  background-color: #fff;
  color: #0065e0;
  transition: .2s all ease;
}
.end__contents--btn .index {
  width: 160px;
  display: inline-block;
  background-color: #000;
  border-radius: 5px;
  padding: 12px 0 14px;
  font-size: 18px;
  color: #fff;
  transition: .2s all ease;
}
.end__contents--btn .index:hover {
  background-color: #fff;
  color: #000;
  transition: .2s all ease;
}
.end__omake {
  width: 335px;
  margin: -81px auto 20px;
}
.end__omake--txt {
  display: inline-block;
  background-color: #5b6f8d;
  -ms-transform: skewX(-20deg);
      transform: skewX(-20deg);
  margin: 0 0 0 -21px;
  padding: 6px 10px;
  font-family: "Noto Sans JP","游ゴシック体", "Yu Gothic", YuGothic, 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'ＭＳ Ｐゴシック', Arial, verdana, sans-serif;
}
.end__omake--txt span {
  display: inline-block;
  -ms-transform: skewX(20deg);
      transform: skewX(20deg);
  font-size: 20px;
  font-weight: bold;
}
.end__omake--vis {
  margin: -9px 0 0;
}
.end.eight {
  padding: 0;
}
.end.eight .end__contents {
  padding: 30px 18px 41px;
}
.end.eight .copy {
  margin: 275px 0 0;
  padding: 5.5px 0 5px;
}
.end .copy {
  position: absolute;
  left: 50%;
  bottom: 0;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  background-color: #fff;
  border-top: 1px solid #dcdcdc;
  width: 100%;
  padding: 5.5px 0 5px;
  text-align: center;
}
.end .copy img {
  width: 69.33333%;
}

.copy {
  background-color: #fff;
  border-top: 1px solid #dcdcdc;
  padding: 5.5px 0 5px;
  text-align: center;
}
.copy img {
  width: 69.33333%;
}

.btnArea {
  display: inline-block;
  position: absolute;
}
.btnArea:after {
  content: '';
  display: inline-block;
  background: url("../img/cartoon/cartoon_prev_arrow.png") no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 14px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btnArea.prev {
  top: 50%;
  left: -70px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  opacity: 1;
}
.btnArea.prev:after {
  background: url("../img/cartoon/cartoon_prev_arrow.png") no-repeat center center;
  background-size: 100%;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  margin: -6px 0 0 -5px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btnArea.next {
  top: 50%;
  right: -70px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btnArea.next:after {
  background: url("../img/cartoon/cartoon_next_arrow.png") no-repeat center center;
  background-size: 100%;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  margin: -7px 0 0 -2px;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btnArea:hover.prev .btn {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.btnArea:hover.next .btn {
  -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  background-color: #242424;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  -ms-transform-origin: center;
      transform-origin: center;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.closeBtn {
  position: relative;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 33px;
  background-color: #454545;
  border-radius: 10px;
  padding: 20px 20px 20px 50px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.1em;
  transition: 0.2s all ease;
}
.closeBtn:after {
  content: '';
  background: url("../img/cartoon/cartoon_colse_icon.png") no-repeat center center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  width: 17px;
  height: 17px;
  margin-top: -8.5px;
}
.closeBtn:hover {
  background-color: #575757;
  transition: 0.2s all ease;
}

/* スマホ
-------------------------------------------------- */
@media only screen and (max-width: 767px) {
  html, body, main {
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    position: fixed;
  }

  .cartoon {
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .cartoonBlock__inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc( 100% - 30px );
    padding: 67px 17px 0;
  }
  .cartoonBlock__slide {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    overflow: hidden;
  }
  .cartoonBlock__slide--box {
    height: 100%;
    top: 0;
    right: 0;
    left: auto;
    overflow: auto;
  }
  .cartoonBlock__slide img {
    width: 100%;
  }

  .list {
    float: right;
    width: 454px;
    height: auto;
    padding: 0 0.501%;
    overflow: hidden;
  }
  .list.indList {
    width: 100%;
  }

  .ind {
    position: relative;
    padding: 0 5.925%;
  }
  .ind__hd {
    padding: 0.845% 0 0;
  }
  .ind__hd img {
    width: 50%;
    margin: 0 0 -13px;
  }
  .ind__contents {
    padding: 4.708% 15px 6.388%;
  }
  .ind__contents--txt {
    margin: 0 0 2.99%;
    font-size: 3.2vw;
    letter-spacing: -0.02em;
  }
  .ind__contents--txt:nth-of-type(2) {
    letter-spacing: -0.04em;
    margin: 0 0 14px;
  }
  .ind__contents--sns .link {
    padding: 0 0 0 25px;
    font-size: 3.06666vw;
  }
  .ind__contents--sns .link:before {
    background: url("../img/cartoon/sns_tw.png") no-repeat center center;
    background-size: 100%;
    width: 19px;
    height: 19px;
  }
  .ind__contents--sns .link:after {
    width: 72%;
    height: 1px;
    right: 0;
    bottom: -2px;
    opacity: 1;
    transition: .2s all ease;
  }
  .ind__contents--sns .link:hover:after {
    opacity: 1;
  }
  .ind__listTtl {
    background-color: #3d3d3d;
    padding: 2.02% 12px 3.025%;
    font-size: 2.93333vw;
    letter-spacing: 0.05em;
  }
  .ind__listTtl span {
    font-size: 3.2vw;
    letter-spacing: 0.2em;
  }
  .ind__lineup {
    width: 100%;
  }
  .ind__lineup--list {
    border-bottom: 1px solid #dcdcdc;
  }
  .ind__lineup--list:last-child {
    border-bottom: 0px solid #dcdcdc;
  }
  .ind__lineup--list a {
    position: relative;
    display: block;
    background-color: #fff;
    padding: 3.71% 15px;
    font-size: 3.2vw;
    letter-spacing: 0.1em;
    color: #0179a6;
  }
  .ind__lineup--list a:after {
    content: '';
    display: inline-block;
    background: url("../img/cartoon/list_aroow.png") no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 11px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  }
  .ind__lineup--list a:hover {
    background-color: #fff;
    transition: none;
  }
  .ind .copy {
    background-color: #fff;
    position: relative;
    border-top: 1px solid #dcdcdc;
    width: 100%;
    padding: 5.5px 0 5px;
    text-align: center;
  }
  .ind .copy img {
    width: 69.33333%;
  }

  .copy {
    background-color: #fff;
    position: relative;
    border-top: 1px solid #dcdcdc;
    width: 100%;
    padding: 5.5px 0 5px;
    text-align: center;
  }
  .copy img {
    width: 69.33333%;
  }

  .end {
    position: relative;
    background-color: #fff;
    height: 0;
    padding: 0;
  }
  .end__hd {
    padding: 1.334% 0 0;
  }
  .end__hd img {
    width: 50%;
    margin: 0 0 -13px;
  }
  .end__contents {
    padding: 4.67% 15px 28.334%;
  }
  .end__contents--txt {
    margin: 0 0 4.5%;
    font-size: 12px;
    letter-spacing: -0.02em;
    line-height: 1.65;
  }
  .end__contents--sns {
    margin: 0 0 8.89%;
  }
  .end__contents--sns .link {
    padding: 0 0 0 25px;
    font-size: 11.5px;
  }
  .end__contents--sns .link:before {
    background: url("../img/cartoon/sns_tw.png") no-repeat center center;
    background-size: 100%;
    width: 19px;
    height: 19px;
  }
  .end__contents--sns .link:after {
    width: 72%;
    height: 1px;
    right: 0;
    bottom: -2px;
    opacity: 1;
    transition: .2s all ease;
  }
  .end__contents--sns .link:hover:after {
    opacity: 1;
  }
  .end__contents--btn .next {
    width: 45.18519%;
    border-radius: 3px;
    margin: 0 4.5% 0 0;
    padding: 10px 0 11px;
    font-size: 13.5px;
    color: #fff;
  }
  .end__contents--btn .next:hover {
    background-color: #0065e0;
    color: #fff;
  }
  .end__contents--btn .index {
    width: 45.18519%;
    border-radius: 3px;
    padding: 10px 0 11px;
    font-size: 13.5px;
  }
  .end__contents--btn .index:hover {
    background-color: #000;
    color: #fff;
  }
  .end__omake {
    width: 74.19355%;
    margin: -19.334% auto 3.334%;
  }
  .end__omake--txt {
    margin: 0 0 0 -21px;
    padding: 5px 8px 6px;
  }
  .end__omake--txt span {
    font-size: 15.25px;
  }
  .end__omake--vis {
    margin: -7px 0 0;
  }
  .end.eight .end__contents {
    padding: 30px 18px 31px;
  }
  .end.eight .copy {
    margin: 195px 0 0;
    padding: 1.834% 0 1.67%;
  }

  .copy {
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    border-top: 1px solid #dcdcdc;
    width: 100%;
    padding: 5.5px 0 5px;
    text-align: center;
  }
  .copy img {
    width: 69.33333%;
  }

  .btnArea.prev:after {
    display: none;
  }
  .btnArea.next:after {
    display: none;
  }

  .btn {
    display: none;
  }
  .btn:after {
    display: none;
  }

  .closeBtn {
    top: 10px;
    right: 15px;
    border-radius: 10px;
    padding: 13px 15px 14px 40px;
    font-size: 15px;
  }
  .closeBtn:after {
    top: 50%;
    left: 15px;
    width: 15px;
    height: 15px;
    margin-top: -7.5px;
  }
  .closeBtn:hover {
    background-color: #575757;
  }

  .opening {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .opening__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .opening__vis {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 43.47826%;
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    text-align: center;
  }
  .opening__vis--mt {
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    width: 100%;
    height: 10px;
    overflow: hidden;
  }
  .opening__vis--mt:after {
    content: '';
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.27);
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 10px;
    opacity: 1;
    animation: opM 1.3s ease infinite;
  }
  .opening__vis--fin {
    position: absolute;
    top: 0;
    left: 0;
    width: 26.66667%;
    margin-left: -20px;
    animation: opF 1.3s ease infinite;
  }
  .opening__vis--fin img {
    width: 100%;
  }
  @keyframes opM {
    0% {
      width: 0;
      opacity: 1;
    }
    70% {
      width: 100%;
      opacity: 0.5;
    }
    85% {
      width: 100%;
      opacity: 0;
    }
    100% {
      width: 0;
      opacity: 0;
    }
  }
  @keyframes opF {
    0% {
      left: 0;
      opacity: 1;
    }
    70% {
      left: 100%;
      opacity: 0.5;
    }
    85% {
      left: 100%;
      opacity: 0;
    }
    100% {
      left: 0;
      opacity: 0;
    }
  }
}
