@charset "utf-8";

main {
  color: #222;
  letter-spacing: 0;
}

main p {
  text-align: left;
}



/* -----------------------------
  Contents
----------------------------- */

#mv {
  color: #042c7d;
  text-align: left;
}
#mv .inner {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
  height: 220px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mv h2 {
  margin: 0 0 15px;
  padding-top: 30px;
  font-weight: 700;
  font-size: 4.4rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
#mv h2 span {
  display: block;
  margin-bottom: 10px;
  font-size: 2.6rem;
  line-height: 1.27;
}
#mv p {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.5;
}
#mv p span {
  display: inline-block;
  font-size: 1.8rem;
}
#mv .logo {
  position: absolute;
  left: 20px; bottom: 40px;
}
#mv .illust {
  position: absolute;
  right: 0; bottom: 0;
  z-index: -1;
  max-width: 54.6%;
}

#movie ol {
  list-style: none;
  counter-reset: num;
  line-height: 0;
}
#movie .slide_nav li:before,
#movie .slide_main strong:before {
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  display: inline-block;
  overflow: hidden;
  background: #e84b3c;
  color: #fff;
  font-weight: 700;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
#movie .slide_nav {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 25px 0;
  background: #f5f5f5;
  text-align: center;
}
#movie .slide_nav:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%; bottom: -12px;
  z-index: -1;
  margin-left: -13px;
  border: 13px solid transparent;
  border-top-color: #f5f5f5;
  border-bottom-width: 0;
}
#movie .slide_nav li {
  position: relative;
  padding-left: 40px;
  color: #000;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#movie .slide_nav li + li {
  margin-left: 5%;
}
#movie .slide_nav li:before {
  position: absolute;
  left: 0; top: 50%;
  margin-top: -14px;
  width: 28px;
  height: 28px;
  font-size: 1.2rem;
  line-height: 28px;
}
#movie .slide_nav a {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  color: #193567;
  text-decoration: none;
}
#movie .slide_nav a:hover {
  text-decoration: underline;
}
#movie .slide_nav a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0; top: 50%;
  border-right: 2px solid #193567;
  border-bottom: 2px solid #193567;
  margin-top: -6px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#movie .slide_main {
  overflow: hidden;
  padding: 0px 0;
}
#movie .slide_main li[id^="slide"] {
  margin: 0 3%;
  width: 45%;
  font-weight: 300;
  line-height: 2;
  text-align: left;
}
#movie .slide_main strong {
  display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
  -webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-pack: center;
	-moz-flex-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center; /* IE10 */
	-webkit-align-items: center;
	align-items: center;
  position: relative;
  margin: 0 auto 0px;
  width: 490px;
  height: 100px;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#movie .slide_main strong:before {
  position: relative;
  margin: 1px 12px 0 -34px;
  width: 34px;
  height: 34px;
  font-size: 1.4rem;
  line-height: 34px;
}
#movie .slide_main strong:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -115px; top: 50%;
  width: 100px;
  height: 100px;
  background: no-repeat center center / contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#movie .slide_main img,
#movie .slide_main div[data-container] {
  top: 0;
}
#movie .slide_main div[data-player] {
  margin-bottom: 20px;
  padding-top: 56.25%;
  width: 100% !important;
}
#movie .media-control[data-media-control] {
  left: 0; bottom: 0;
}
.slick-arrow {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  z-index: 2;
  margin-top: 50px;
  width: 64px;
  height: 64px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 4px solid #e84b3c;
  background: #fff;
  color: #e84b3c;
  text-align: center;
  text-decoration: none;
  text-indent: 101%;
}
.slick-arrow:hover {
  background-color: #e84b3c;
  color: #fff;
}
.slick-arrow.slick-prev {
  left: 21%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slick-arrow.slick-next {
  right: 21%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.slick-arrow.slick-disabled {visibility: hidden;}
.slick-arrow:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%; top: 50%;
  width: 14px;
  height: 14px;
  border-top: 4px solid #e84b3c;
  border-right: 4px solid #e84b3c;
}
.slick-arrow:hover:after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.slick-arrow.slick-prev:after {
  -webkit-transform: translate(-30%, -50%) rotate(-135deg);
  transform: translate(-30%, -50%) rotate(-135deg);
}
.slick-arrow.slick-next:after {
  -webkit-transform: translate(-70%, -50%) rotate(45deg);
  transform: translate(-70%, -50%) rotate(45deg);
}

#more {
  padding: 75px 0;
  background: #f5f5f5;
  text-align: center;
}
#more p {
  position: relative;
  right: -80px;
  margin: 0 auto;
  width: 100%;
  max-width: 430px;
  height: 160px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.7;
}
#more p:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: -175px; top: 50%;
  margin-top: -80px;
  width: 160px;
  height: 160px;
}
#more .movie_check {
  margin: 50px auto 60px;
  width: 500px;
  height: 83px;
}
#more .movie_check:before {
  width: 77px;
  height: 77px;
}
#more .arthropathy_manga,
#more .movie_manga {
  display: block;
  margin: 0 15px;
  max-width: 380px;
}

#credit cite.movie {
  position: absolute;
  right: 20px;
  bottom: 5px;
  font-size: 1.2rem;
  line-height: 1;
}


/****************************************************************
  Responsive
****************************************************************/
@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1520px) and (min-width: 1081px) {
  #movie .slide_main strong {
    margin-left: 100px;
    /* width: auto; */
    width: calc(100% - 185px);
  }
  #movie .slide_main strong:after {
    /* left: 0; */
  }
}

@media screen and (max-width: 1260px) and (min-width: 751px) {}

@media screen and (max-width: 1080px) {
  #movie .slide_main li[id^="slide"] {
    width: 60%;
  }
  #movie .slide_main strong {
    margin-left: 50px;
    width: calc(100% - 90px);
    height: 80px;
    font-size: 2rem;
  }
  #movie .slide_main strong:before {
    margin: 1px 6px 0 -6px;
    width: 28px;
    height: 28px;
    font-size: 1.2rem;
    line-height: 28px;
  }
  #movie .slide_main strong:after {
    left: -90px;
    width: 80px;
    height: 80px;
  }
  .slick-arrow {
    margin-top: 40px;
    width: 46px;
    height: 46px;
    border-width: 3px;
  }
  .slick-arrow:after {
    width: 10px;
    height: 10px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}

@media screen and (min-width: 751px) {}

@media screen and (max-width: 750px) {
  #mv .inner {
    padding: 0 4%;
    max-width: 100%;
    /* height: 255px; */
    height: 35vw;
    overflow: hidden;
  }
  #mv h2 {
    margin-bottom: 10px;
    padding-top: 15px;
    font-size: 2rem;
  }
  #mv h2 span {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
  #mv p {
    font-size: 1rem;
    line-height: 1.3;
  }
  #mv p span {
    font-size: 1.2rem;
  }
  #mv .logo {
    left: 4%; bottom: 20px;
    max-width: 20%;
  }
  #mv .illust {
    right: -7%; bottom: -1%;
    max-width: 75%;
  }

  #movie {}
  #movie .slide_nav {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-flex-pack: justify;
    -moz-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 25px 4%;
    text-align: left;
  }
  #movie .slide_nav:after {
    bottom: -8px;
    margin-left: -9px;
    border-width: 9px;
    border-bottom-width: 0;
  }
  #movie .slide_nav li {
    margin: 0;
    padding-left: 22px;
    width: 49%;
    font-size: 1.2rem;
  }
  #movie .slide_nav li + li {
    margin-left: 0;
  }
  #movie .slide_nav li:nth-child(n+3) {
    margin-top: 15px;
  }
  #movie .slide_nav li:before {
    margin-top: -9px;
    width: 18px;
    height: 18px;
    font-size: 1rem;
    line-height: 18px;
  }
  #movie .slide_nav a {
    padding-right: 12px;
  }
  #movie .slide_nav a:after {
    margin-top: -4px;
    width: 5px;
    height: 5px;
    border-right-width: 1px;
    border-bottom-width: 1px;
  }
  #movie .slide_main {
    padding: 30px 0;
  }
  #movie .slide_main li[id^="slide"] {
    /*margin: 0 3% 0 -1%; 動画が2つ以上の場合*/
	margin: 0 3% 0;
    width: auto;
    font-size: 1.3rem;
    line-height: 1.7;
  }
  #movie .slide_main strong {
    margin: 0 0 15px 62px;
    width: calc(100% - 100px);
    height: 55px;
    font-size: 1.4rem;
  }
  #movie .slide_main strong:before {
    margin: 1px 5px 0 -18px;
    width: 18px;
    height: 18px;
    font-size: 1rem;
    line-height: 18px;
  }
  #movie .slide_main strong:after {
    left: -62px;
    width: 55px;
    height: 55px;
  }
  #movie .slide_main img,
  #movie .slide_main div[data-player] {
    margin-bottom: 15px;
  }
  .slick-arrow {
    margin-top: 27.5px;
  }

  #more {
    padding: 40px 6%;
  }
  #more p {
    right: 0;
    max-width: 330px;
    height: 87px;
    background-position: 88px center;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  #more p:before {
    left: 0;
    margin-top: -40px;
    width: 80px;
    height: 80px;
  }
  #more p span {
    display: block;
    position: relative;
    left: 44px;
  }
  #more .movie_check {
    margin: 30px auto;
    width: 100%;
    max-width: 330px;
    height: 62px;
  }
  #more .movie_check:before {
    width: 58px;
    height: 58px;
  }
  #more div.flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #more .arthropathy_manga,
  #more .movie_manga {
    margin: 20px auto 0;
    max-width: 90%;
  }
  #credit cite.movie {
    right: 4%;
    bottom: -20px;
    font-size: 0.9rem;
  }
  
}

@media screen and (max-width: 374px) {
  #movie .slide_nav li {
    font-size: 1rem;
  }

  #more p {
    max-width: 100%;
    height: 80px;
    background-position: 60px center;
    font-size: 1.2rem;
  }
  #more p:before {
    margin-top: -28px;
    width: 56px;
    height: 56px;
  }
  #more p span {
    left: 30px;
  }
}