/* ------------------------------
 width: all
------------------------------ */
main section.ttl_section .wrapper .mainttl {
  background-image: url(../../../images/bg_ttl_cr.jpg);
}
main section.ttl_section .wrapper .page_info .t02 {
  text-align: center;
}
main section.ttl_section .wrapper .page_info .btn_movie {
  width: 400px;
  margin: 60px auto 0;
  padding: 23px 0;
  display: block;
  text-decoration: none;
  background-color: #282828;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
main section.s01 {
  margin-top: 0;
}
main section.s01 .wrapper .pagelinklist {
  width: 1200px;
  max-width: calc(100% - 80px);
  margin: 0 auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main section.s01 .wrapper .pagelinklist.pagelinklist02 {
  margin-top: 60px;
}
main section.s01 .wrapper .pagelinklist.pagelinklist02 li a img {
  display: none;
}
main section.s01 .wrapper .pagelinklist li {
  width: calc((100% - 20px) / 3);
}
main section.s01 .wrapper .pagelinklist li.li01 a {
  background-color: #2daeb2;
}
main section.s01 .wrapper .pagelinklist li.li02 a {
  background-color: #73bcdb;
}
main section.s01 .wrapper .pagelinklist li.li03 a {
  background-color: #4caad1;
}
main section.s01 .wrapper .pagelinklist li a {
  width: 100%;
  display: block;
  position: relative;
  text-align: center;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding: 47px 0 57px;
}
main section.s01 .wrapper .pagelinklist li a:hover img {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
main section.s01 .wrapper .pagelinklist li a img {
  width: 21px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  margin: 0 auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
main section.s01 .wrapper .box01 {
  margin-top: 100px;
}
main section.s01 .wrapper .box01 .t01 {
  text-align: center;
  font-size: 29px;
}
main section.s01 .wrapper .box01 h3 {
  text-align: center;
  font-size: 52px;
}
main section.s01 .wrapper .box01 h3 span {
  display: inline-block;
  border-bottom: 2px solid #282828;
  padding: 0 15px;
}
main section.s01 .wrapper .box01 .t02 {
  text-align: center;
  font-size: 22px;
  margin-top: 20px;
}
main section.s01 .wrapper .detailbox .detail {
  padding: 80px 0;
  position: relative;
}
main section.s01 .wrapper .detailbox .detail:nth-child(even) {
  background-color: #e6e6e6;
}
main section.s01 .wrapper .detailbox .detail dl {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main section.s01 .wrapper .detailbox .detail dl + dl {
  margin-top: 40px;
}
main section.s01 .wrapper .detailbox .detail dl:nth-child(even) dt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
  padding-right: 24px;
  padding-left: 0;
}
main section.s01 .wrapper .detailbox .detail dl:nth-child(even) dd {
  padding-left: 44px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
}
main section.s01 .wrapper .detailbox .detail dl dt {
  width: 50%;
  padding-left: 24px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main section.s01 .wrapper .detailbox .detail dl dt img {
  width: 100%;
}
main section.s01 .wrapper .detailbox .detail dl dd {
  width: 50%;
  padding-right: 24px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}
main section.s01 .wrapper .detailbox .detail dl dd .txtbox {
  width: 526px;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}
main section.s01 .wrapper .detailbox .detail dl dd .txtbox .t03 {
  font-size: 29px;
  line-height: 1.5;
}
main section.s01 .wrapper .detailbox .detail dl dd .txtbox .t03 + .t04 {
  margin-top: 20px;
}
main section.s01 .wrapper .detailbox .detail dl dd .txtbox .t04 {
  font-size: 17px;
  line-height: 2.3;
}

/* ------------------------------
 width < $width-1
------------------------------ */
@media screen and (max-width: 860px) {
  main section.ttl_section .wrapper .mainttl {
    background-image: url(../../../images/bg_ttl_sh.jpg);
  }
  main section.ttl_section .wrapper .page_info .t02 {
    text-align: center;
  }
  main section.ttl_section .wrapper .page_info .btn_movie {
    width: 210px;
    margin: 30px auto 0;
    padding: 16px 0;
    display: block;
    text-decoration: none;
    background-color: #282828;
    text-align: center;
    font-size: 15px;
    line-height: 1;
    color: #fff;
  }
  main section.s01 {
    margin-top: -20px;
  }
  main section.s01 .wrapper .pagelinklist {
    max-width: calc(100% - 40px);
    margin: 0 auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main section.s01 .wrapper .pagelinklist.pagelinklist02 {
    margin-top: 15px;
  }
  main section.s01 .wrapper .pagelinklist.pagelinklist02 li a {
    padding: 15px 0 17px;
  }
  main section.s01 .wrapper .pagelinklist.pagelinklist02 li a img {
    display: none;
  }
  main section.s01 .wrapper .pagelinklist li {
    width: calc((100% - 10px) / 3);
  }
  main section.s01 .wrapper .pagelinklist li.li01 a {
    background-color: #2daeb2;
  }
  main section.s01 .wrapper .pagelinklist li.li02 a {
    background-color: #73bcdb;
  }
  main section.s01 .wrapper .pagelinklist li.li03 a {
    background-color: #4caad1;
  }
  main section.s01 .wrapper .pagelinklist li a {
    width: 100%;
    display: block;
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    padding: 15px 0 25px;
  }
  main section.s01 .wrapper .pagelinklist li a:hover img {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  main section.s01 .wrapper .pagelinklist li a img {
    width: 10px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    margin: 0 auto;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  main section.s01 .wrapper .box01 {
    margin-top: 40px;
  }
  main section.s01 .wrapper .box01 .t01 {
    text-align: center;
    font-size: 18px;
  }
  main section.s01 .wrapper .box01 h3 {
    text-align: center;
    font-size: 30px;
  }
  main section.s01 .wrapper .box01 h3 span {
    display: inline-block;
    border-bottom: 1px solid #282828;
    padding: 0 10px;
  }
  main section.s01 .wrapper .box01 .t02 {
    text-align: center;
    font-size: 15px;
    margin-top: 10px;
  }
  main section.s01 .wrapper .detailbox .detail {
    padding: 40px 20px;
    position: relative;
  }
  main section.s01 .wrapper .detailbox .detail:nth-child(even) {
    background-color: #e6e6e6;
  }
  main section.s01 .wrapper .detailbox .detail dl {
    display: block;
  }
  main section.s01 .wrapper .detailbox .detail dl + dl {
    margin-top: 30px;
  }
  main section.s01 .wrapper .detailbox .detail dl:nth-child(even) dt img {
    width: 526px;
  }
  main section.s01 .wrapper .detailbox .detail dl dt {
    width: 100%;
    padding: 0 !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main section.s01 .wrapper .detailbox .detail dl dt img {
    width: 100% !important;
  }
  main section.s01 .wrapper .detailbox .detail dl dd {
    width: 100%;
    padding: 0 !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 10px;
  }
  main section.s01 .wrapper .detailbox .detail dl dd .txtbox {
    width: 100%;
    display: block;
  }
  main section.s01 .wrapper .detailbox .detail dl dd .txtbox .t03 {
    font-size: 20px;
    line-height: 1.5;
  }
  main section.s01 .wrapper .detailbox .detail dl dd .txtbox .t03 + .t04 {
    margin-top: 5px;
  }
  main section.s01 .wrapper .detailbox .detail dl dd .txtbox .t04 {
    font-size: 13px;
    line-height: 2;
  }
}