/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*bg*/
/*flex*/
/* ---------------------------------
 mixin
--------------------------------- */
/*alt*/
/*flex*/
/*
  MediaQuery Type = Parts Unit
  0 < size
  @media only screen and (max-width: 600px)
  @media only screen and (min-width: 601px)
  @media only screen and (min-width: 601px) and (max-width: 992px)
  @media only screen and (max-width: 992px)
  @media only screen and (min-width: 993px)
  @media only screen and (min-width: 993px)
*/

@media only screen and (max-width: 993px) {
  .br_sp{
    display: none;
  }
}

.myturningpoint_cast_inner h5{
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  padding-top: 100px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 600px) {
  .myturningpoint_cast_inner h5{
    padding-bottom: 100px;
    font-size: 2.2rem;
  }
}

.ntv-header-ad__inner {
  padding: 10px;
  min-height: 83px;
}

@media only screen and (max-width: 600px) {
  .ntv-header-ad__inner {
    min-height: 60px;
  }
}

@media only screen and (min-width: 993px) {
  .myturningpoint_wrapper a {
    transition: opacity .1s ease;
  }
  .myturningpoint_wrapper a:hover {
    opacity: 0.6;
  }
  .myturningpoint_wrapper [id^="ntv_setAD"] a:hover {
    opacity: 1;
  }
}

.myturningpoint_wrapper {
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.2rem;
  overflow: hidden;
  background: #f7f7f7;
}

#top #myturningpoint_mainvisual a {
  pointer-events: none;
}

#top #myturningpoint_mainvisual a:hover {
  opacity: 1;
}

/* mv
========================================== */
#myturningpoint_mainvisual {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

#myturningpoint_mainvisual a {
  padding-top: 43.90625%;
  background: url(../images/common/mv_pc.jpg) no-repeat center center;
  background-size: cover;
  display: block;
}

@media only screen and (max-width: 600px) {
  #myturningpoint_mainvisual {
    padding: 0 !important;
  }
  #myturningpoint_mainvisual a {
    padding-top: 66.66667% !important;
    background: url(../images/common/mv_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}

/* nav
========================================== */
#myturningpoint_nav {
  background: #012e49;
}

#myturningpoint_nav .myturningpoint_nav_inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

#myturningpoint_nav .myturningpoint_nav_list {
  display: flex;
}

#myturningpoint_nav .myturningpoint_nav_list .myturningpoint_nav_item {
  padding: 35px 0;
}

#myturningpoint_nav .myturningpoint_nav_list .myturningpoint_nav_item.about {
  width: 14%;
  margin-left: 21.5%;
}

#myturningpoint_nav .myturningpoint_nav_list .myturningpoint_nav_item.about a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  width: 100%;
  padding-top: 41.65289%;
  background: url(../images/common/btn01_nav.png) no-repeat center center;
  background-size: contain;
}

#myturningpoint_nav .myturningpoint_nav_list .myturningpoint_nav_item.cast {
  width: 10.5%;
  margin: 0 10%;
}

#myturningpoint_nav .myturningpoint_nav_list .myturningpoint_nav_item.cast a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  width: 100%;
  padding-top: 55.38462%;
  background: url(../images/common/btn02_nav.png) no-repeat center center;
  background-size: contain;
}

#myturningpoint_nav .myturningpoint_nav_list .myturningpoint_nav_item.backnumber {
  width: 22.5%;
  right: 0 !important;
}

#myturningpoint_nav .myturningpoint_nav_list .myturningpoint_nav_item.backnumber a {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  width: 100%;
  padding-top: 26.11399%;
  background: url(../images/common/btn03_nav.png) no-repeat center center;
  background-size: contain;
}

@media only screen and (max-width: 600px) {
  #myturningpoint_nav .myturningpoint_nav_inner .myturningpoint_nav_list {
    width: 80%;
    margin: 0 auto;
  }
  #myturningpoint_nav .myturningpoint_nav_inner .myturningpoint_nav_list .myturningpoint_nav_item {
    padding: 20px 0;
  }
  #myturningpoint_nav .myturningpoint_nav_inner .myturningpoint_nav_list .myturningpoint_nav_item.about {
    width: 24%;
    margin-left: 2%;
  }
  #myturningpoint_nav .myturningpoint_nav_inner .myturningpoint_nav_list .myturningpoint_nav_item.about a {
    width: 100%;
    padding-top: 41.65289%;
  }
  #myturningpoint_nav .myturningpoint_nav_inner .myturningpoint_nav_list .myturningpoint_nav_item.cast {
    width: 18%;
    margin: 0 12%;
  }
  #myturningpoint_nav .myturningpoint_nav_inner .myturningpoint_nav_list .myturningpoint_nav_item.cast a {
    width: 100%;
    padding-top: 55.38462%;
  }
  #myturningpoint_nav .myturningpoint_nav_inner .myturningpoint_nav_list .myturningpoint_nav_item.backnumber {
    width: 38.5%;
  }
  #myturningpoint_nav .myturningpoint_nav_inner .myturningpoint_nav_list .myturningpoint_nav_item.backnumber a {
    width: 100%;
    padding-top: 26.11399%;
  }
}

/* movie
========================================== */
#myturningpoint_movie {
  padding: 0 0 100px;
}

#myturningpoint_movie .myturningpoint_movie_inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 60px;
}

#myturningpoint_movie h3 {
  position: relative;
  margin-top: 40px;
}

#myturningpoint_movie h3 span {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  height: 121px;
  background: url(../images/top/h3_movie.png) no-repeat center top;
  background-size: contain;
  position: relative;
  z-index: 1;
}

#myturningpoint_movie h3::after {
  content: '';
  width: 100%;
  height: 80px;
  background: #487fb8;
  position: absolute;
  top: 21px;
  left: -50%;
}

#myturningpoint_movie .myturningpoint_movie_data {
  margin-top: 50px;
  padding-top: 56%;
  position: relative;
}

#myturningpoint_movie .myturningpoint_movie_data iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#myturningpoint_movie .myturningpoint_movie_text {
  padding: 30px 0 0;
  font-feature-settings: "palt";
}

#myturningpoint_movie .myturningpoint_movie_text h4 {
  font-size: 1.8rem;
}

#myturningpoint_movie .myturningpoint_movie_text h4 span {
  padding-right: 10px;
  font-size: 3rem;
  font-weight: 700;
}

#myturningpoint_movie .myturningpoint_movie_text h5 {
  padding: 5px 0 15px;
  font-size: 2rem;
  border-bottom: #d1c7c0 1px solid;
}

#myturningpoint_movie .myturningpoint_movie_text h5 span {
  padding-right: 10px;
  font-size: 2.6rem;
  color: #0c3f76;
}

#myturningpoint_movie .myturningpoint_movie_text h5 br {
  display: none;
}

#myturningpoint_movie .myturningpoint_movie_text p {
  padding: 15px 0 0;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 2;
  letter-spacing: 0.2rem;
}

@media only screen and (max-width: 700px) {
  #myturningpoint_movie {
    padding: 0 0 50px;
  }
  #myturningpoint_movie h3 {
    top: 0;
    right: 10px;
    margin-top: 20px;
  }
  #myturningpoint_movie h3 span {
    height: 0;
    padding-top: 17.28571%;
  }
  #myturningpoint_movie h3::after {
    display: none;
  }
  #myturningpoint_movie .myturningpoint_movie_inner {
    padding: 0 30px;
  }
  #myturningpoint_movie .myturningpoint_movie_data {
    margin-top: 30px;
  }
  #myturningpoint_movie .myturningpoint_movie_text h4 {
    font-size: 1.6rem;
  }
  #myturningpoint_movie .myturningpoint_movie_text h4 span {
    padding-right: 10px;
    font-size: 2.4rem;
    font-weight: 700;
  }
  #myturningpoint_movie .myturningpoint_movie_text h5 {
    padding: 5px 0 15px;
    font-size: 1.5rem;
    border-bottom: #d1c7c0 1px dashed;
  }
  #myturningpoint_movie .myturningpoint_movie_text h5 span {
    font-size: 2rem;
  }
  #myturningpoint_movie .myturningpoint_movie_text h5 br {
    display: block;
  }
  #myturningpoint_movie .myturningpoint_movie_text p {
    padding: 15px 0 0;
    font-size: 1.4rem;
    text-align: justify;
    line-height: 2;
    letter-spacing: 0.2rem;
  }
}

/* about
========================================== */
#myturningpoint_about {
  padding: 0 0 80px;
  background: #e9f0f3 url(../images/top/bg_about.jpg) no-repeat right center;
  background-size: cover;
  position: relative;
}

#myturningpoint_about::before {
  content: '';
  width: 100%;
  height: 60px;
  background: #f7f7f7;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#myturningpoint_about .myturningpoint_about_inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

#myturningpoint_about h3 {
  margin: 0 auto;
  position: relative;
}

#myturningpoint_about h3 span {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  height: 121px;
  background: url(../images/top/h3_about.png) no-repeat center top;
  background-size: contain;
  position: relative;
  z-index: 1;
}

#myturningpoint_about h3::after {
  content: '';
  width: 100%;
  height: 85px;
  background: #0c3f76;
  position: absolute;
  top: 0px;
  left: 50%;
}

#myturningpoint_about p {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 50px 10px 20px;
  padding-top: 34.65116%;
  background: url(../images/top/txt_about_pc.png) no-repeat center top;
  background-size: contain;
  position: relative;
}

@media only screen and (max-width: 700px) {
  #myturningpoint_about {
    padding: 0 0 30px;
  }
  #myturningpoint_about::before {
    height: 0;
    padding-top: 8.57143%;
  }
  #myturningpoint_about h3 {
    left: 10px;
  }
  #myturningpoint_about h3 span {
    height: 0;
    padding-top: 17.28571%;
    background-position: center bottom;
  }
  #myturningpoint_about h3::after {
    display: none;
  }
  #myturningpoint_about p {
    margin: 30px 25px 10px;
    padding-top: 60.42857%;
    background: url(../images/top/txt_about_sp.png) no-repeat center top;
    background-size: contain;
  }
}

@media only screen and (max-width: 375px) {
  #myturningpoint_about p {
    margin: 50px 25px 0;
  }
}

/* cast
========================================== */
#myturningpoint_cast {
  padding: 0 0 120px;
}
#myturningpoint_cast h3 {
  margin: 0 auto;
  position: relative;
  top: -34px;
}
#myturningpoint_cast h3 span {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  height: 121px;
  background: url(../images/top/h3_cast.png) no-repeat center top;
  background-size: contain;
  position: relative;
  z-index: 1;
}
#myturningpoint_cast h3::after {
  content: "";
  width: 100%;
  height: 85px;
  background: #a3aeb5;
  position: absolute;
  top: 34px;
  left: -50%;
}
#myturningpoint_cast h4 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  margin: 30px 0 50px;
  padding-top: 4.2%;
  background: url(../images/top/h4_cast.png) no-repeat center top;
  background-size: contain;
}
#myturningpoint_cast .myturningpoint_cast_inner p{
  text-align: center;
}
#myturningpoint_cast .myturningpoint_cast_inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}
#myturningpoint_cast .myturningpoint_cast_inner ul.leo {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px auto 0;
}
#myturningpoint_cast .myturningpoint_cast_inner ul.leo li:nth-of-type(1) {
  width: 57%;
  padding-top: 50.3333333333%;
  background: url(../images/top/photo_cast_01.png) no-repeat center top;
  background-size: contain;
}
#myturningpoint_cast .myturningpoint_cast_inner ul.leo li:nth-of-type(2) {
  width: 43%;
  padding-top: 12.8333333333%;
  background: url(../images/top/name_cast_01.png) no-repeat center top;
  background-size: contain;
}
#myturningpoint_cast .myturningpoint_cast_inner ul.junon {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;  
  margin: 0 auto;
}
#myturningpoint_cast .myturningpoint_cast_inner ul.junon li:nth-of-type(1) {
  width: 57%;
  padding-top: 50.3333333333%;
  background: url(../images/top/photo_cast_02.png) no-repeat center top;
  background-size: contain;
}
#myturningpoint_cast .myturningpoint_cast_inner ul.junon li:nth-of-type(2) {
  width: 43%;
  padding-top: 12.8333333333%;
  background: url(../images/top/name_cast_02.png) no-repeat center top;
  background-size: contain;
}

#myturningpoint_cast h5 {
  text-align: center;
  padding: 40px 0 20px !important;
}

@media only screen and (max-width: 700px) {
  #myturningpoint_cast {
    padding: 0 0 60px;
  }
  #myturningpoint_cast h3 {
    left: -10px;
  }
  #myturningpoint_cast h3 span {
    height: 0;
    padding-top: 17.2857142857%;
  }
  #myturningpoint_cast h3::after {
    display: none;
  }
  #myturningpoint_cast h4 {
    margin: 10px 0 30px;
    padding-top: 6%;
  }
  #myturningpoint_cast .myturningpoint_cast_inner ul {
    text-indent: -9999px;
    display: block;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  #myturningpoint_cast .myturningpoint_cast_inner ul li:nth-of-type(1) {
    width: 100%;
  }
  #myturningpoint_cast .myturningpoint_cast_inner ul li:nth-of-type(2) {
    width: 100%;
    padding-top: 13.3333333333% !important;
    background-size: cover !important;
    margin-top: 20px;
  }
  #myturningpoint_cast h5 {
    text-align: center;
    padding: 30px 0 20px !important;
  }
}

/* backnumber
========================================== */
#myturningpoint_backnumber {
  padding: 0 0 80px;
}

#myturningpoint_backnumber .myturningpoint_backnumber_inner {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

#myturningpoint_backnumber h3 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

#myturningpoint_backnumber h3 span {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  height: 121px;
  background: url(../images/backnumber/h3_backnumber.png) no-repeat center top;
  background-size: contain;
  position: relative;
  z-index: 1;
}

#myturningpoint_backnumber h3::after {
  content: '';
  width: 100%;
  height: 80px;
  background: #487fb8;
  position: absolute;
  top: 21px;
  left: -50%;
}

#myturningpoint_backnumber .myturningpoint_backnumber_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

#myturningpoint_backnumber .myturningpoint_backnumber_list ul {
  width: 32%;
  background: #012e49;
  margin: 0 0 30px;
  padding: 10px 10px 30px;
  color: #fff;
}

#myturningpoint_backnumber .myturningpoint_backnumber_list ul a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  align-items: flex-end;
}

#myturningpoint_backnumber .myturningpoint_backnumber_list ul li:nth-of-type(1) {
  width: 100%;
  padding: 0 0 10px;
}

#myturningpoint_backnumber .myturningpoint_backnumber_list ul li:nth-of-type(1) img {
  width: 100%;
  height: auto;
}

#myturningpoint_backnumber .myturningpoint_backnumber_list ul li:nth-of-type(2) {
  width: 100%;
  padding: 0 5px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
  color: #ffd661;
}

#myturningpoint_backnumber .myturningpoint_backnumber_list ul li:nth-of-type(2) span {
  font-size: 1.3rem;
  font-weight: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.1rem;
  white-space: nowrap;
  color: #fff;
}

#myturningpoint_backnumber .myturningpoint_backnumber_list ul li:nth-of-type(3) {
  width: 100%;
  padding: 15px 5px 0;
  font-size: 1.4rem;
  text-align: justify;
}

#myturningpoint_backnumber .myturningpoint_backnumber_list ul li:nth-of-type(3) span {
  font-size: 1.8rem;
  color: #ffd661;
}

#myturningpoint_backnumber .myturningpoint_backnumber_list ul li:nth-of-type(3) small {
  font-size: 1.3rem;
  letter-spacing: 0;
  font-feature-settings: 'palt';
}

#myturningpoint_backnumber .myturningpoint_backnumber_detail ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  align-items: flex-end;
  color: #012e49;
  padding: 0 20px;
}

#myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(1) {
  width: 100%;
  margin: 0 40px 50px;
  padding: 8px;
  background: #012e49;
  line-height: 0;
}

#myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(1) img {
  width: 100%;
  height: auto;
}

#myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(2) {
  width: 70%;
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1;
}

#myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(2) span {
  font-size: 2rem;
  font-weight: normal;
}

#myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(2) span span {
  font-size: 2.6rem;
  color: #0c3f76;
}

#myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(3) {
  width: 30%;
  font-size: 1.8rem;
  text-align: right;
  line-height: 1;
  color: #606d75;
}

#myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(4) {
  width: 100%;
  margin: 20px 0;
  padding: 20px 0 0;
  border-top: #b8b6b5 1px solid;
  font-size: 1.7rem;
  text-align: justify;
}

@media only screen and (min-width: 861px) {
 #myturningpoint_backnumber .myturningpoint_backnumber_list ul:nth-child(3n-1){
    margin: 0 2% 30px;
  }
}

@media only screen and (max-width: 860px) {
  #myturningpoint_backnumber .myturningpoint_backnumber_list {
    justify-content: space-between;
  }
  #myturningpoint_backnumber .myturningpoint_backnumber_list ul li:nth-of-type(2) span {
    width: 100%;
    padding-top: 10px;
    font-size: 1.2rem;
    display: block;
  }
  #myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(1) {
    margin: 0 60px 40px;
  }
  #myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(2) {
    width: 100%;
    font-size: 2.8rem !important;
  }
  #myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(2) span {
    font-size: 1.6rem;
    font-weight: normal;
  }
  #myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(2) span span {
    font-size: 2.2rem;
  }
  #myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(3) {
    width: 100%;
    padding: 20px 0 0;
    text-align: left;
  }
}

@media only screen and (max-width: 700px) {
  #myturningpoint_backnumber {
    padding: 0 0 30px;
  }
  #myturningpoint_backnumber h3 {
    top: 0;
    right: 10px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  #myturningpoint_backnumber h3 span {
    height: 0;
    padding-top: 17.28571%;
  }
  #myturningpoint_backnumber h3::after {
    display: none;
  }
}

@media only screen and (max-width: 993px) {
  .myturningpoint_backnumber_list {
    padding: 0 15px;
  }
}

/* for SP
========================================== */
@media only screen and (max-width: 600px) {
  /* backnumber
========================================== */
  #myturningpoint_backnumber .myturningpoint_backnumber_list {
    padding: 0 10px;
  }
  #myturningpoint_backnumber .myturningpoint_backnumber_list ul {
    width: 49%;
    padding: 7px 7px 20px;
  }
  #myturningpoint_backnumber .myturningpoint_backnumber_list ul li:nth-of-type(2) {
    width: 100%;
    font-size: 5vw;
  }
  #myturningpoint_backnumber .myturningpoint_backnumber_list ul li:nth-of-type(3) {
    width: 100%;
    padding: 12px 0 0 6px;
    font-size: 2.8vw;
    text-align: left;
  }
  #myturningpoint_backnumber .myturningpoint_backnumber_list ul li:nth-of-type(4) {
    font-size: 3vw;
    line-height: 1.6;
  }
  #myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(1) {
    margin: 0 10px 30px;
    padding: 5px;
  }
  #myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(2) {
    font-size: 1.8rem;
  }
  #myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(3) {
    padding: 15px 0 0;
    text-align: left;
    font-size: 1.6rem;
  }
  #myturningpoint_backnumber .myturningpoint_backnumber_detail ul li:nth-of-type(4) {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 860px) {
  #myturningpoint_backnumber .myturningpoint_backnumber_list ul {
    width: 49%;
  }
}

/* for printer
========================================== */
@media print {
  .not_print {
    display: none;
  }
}
