@charset "UTF-8";
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: normal;
  src: url("/opencampus2020/fonts/YakuHanJP-Regular.woff2") format("woff2"), url("/opencampus2020/fonts/YakuHanJP-Regular.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: bold;
  src: url("/opencampus2020/fonts/YakuHanJP-Bold.woff2") format("woff2"), url("/opencampus2020/fonts/YakuHanJP-Bold.woff") format("woff");
}

html, a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  text-decoration: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

body {
  font-family: 'YakuHanJP',fot-tsukuardgothic-std,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #333;
  letter-spacing: .02ems;
  line-height: 1.5;
}

html, body {
  font-size: 16px;
}

h1, h2, h3, h4, h5 {
  font-size: 100%;
  font-weight: 100;
  margin: 0;
  line-height: 1.5;
}

ul, li, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
  list-style: none;
}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 9999;
}

.scrl {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
}

.container {
  width: 100%;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.header {
  position: relative;
}

.header .logo {
  position: absolute;
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding: .75em 0 .25em;
  border-bottom: 5px solid #C1112E;
  z-index: 50;
}

.header .logo img {
  max-width: 270px;
}

.header .logo .request {
  display: none;
}

.header .hero {
  background: url("/opencampus2020/img/main.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}

.header .hero h1 {
  position: absolute;
  top: 34%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 490px;
}

.header .hero figure {
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header .hero ul {
  width: 700px;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .hero ul li {
  width: 32%;
}

.header nav {
  background-color: #C1112E;
  width: 100%;
  position: fixed;
  bottom: 0;
  border-top: 4px solid #fff;
  z-index: 9000;
}

.header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header nav ul li {
  border-right: 4px solid #fff;
}

.header nav ul li:first-child {
  border-left: 4px solid #fff;
}

.header .switch .pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .switch .sp {
  display: none;
}

.contents {
  background: url("/opencampus2020/img/bg.png") repeat-y center -5%;
  background-size: 180%;
}

.contents .lead {
  padding: 100px 0;
}

.contents .lead p {
  margin: 0;
  text-align: center;
  font-size: 24px;
  line-height: 2;
  letter-spacing: .05em;
}

.contents .lead p em {
  margin-top: .5em;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6));
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.contents .lead .small {
  font-size: 22px;
  line-height: 1.8;
  margin-top: 1em;
}

.contents .lead .br {
  display: none;
}

.contents section {
  padding: 100px 0;
  background: url("/opencampus2020/img/line.svg") no-repeat bottom;
  max-width: 1200px;
  margin: 0 auto;
}

.contents section h2 {
  text-align: center;
}

.contents section p {
  text-align: center;
  font-size: 24px;
  line-height: 2;
}

.contents section .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

.contents section .thumb dt, .contents section .thumb .theta {
  position: relative;
}

.contents section .thumb dt a:after, .contents section .thumb .theta a:after {
  content: "";
  display: block;
  background: url("/opencampus2020/img/play.svg") no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: .8;
}

.contents section .thumb dt {
  max-width: 350px;
  border-radius: 10px;
}

.contents section .thumb dd {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
  letter-spacing: 0;
}

.contents section .thumb .br {
  display: none;
}

.contents section .coming dt {
  position: relative;
}

.contents section .coming dt:after {
  content: "";
  display: block;
  background: url("/opencampus2020/img/coming.svg") no-repeat;
  background-size: contain;
  width: 220px;
  height: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
}

.contents section .coming dt img {
  opacity: .3;
}

.contents section .intl_liberal_arts dd {
  color: #455EAE;
}

.contents section .env_science dd {
  color: #52803E;
}

.contents section .food_health_science dd {
  color: #FF8E00;
}

.contents section .english dd {
  color: #FFCC51;
}

.contents section .link {
  text-align: center;
  margin-top: 80px;
}

.contents .sc1 {
  position: relative;
}

.contents .sc1:after {
  content: "";
  display: block;
  background: url("/opencampus2020/img/sc1_obj@2x.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 35px;
  top: 50px;
  width: 100px;
  height: 250px;
}

.contents .sc1 .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contents .sc1 .row .thumb {
  max-width: 500px;
  margin: 2rem;
}

.contents .sc1 .thumb dt {
  max-width: 100%;
  height: auto;
  border-radius: 0;
}

.contents .sc2 {
  padding-bottom: 200px;
  position: relative;
}

.contents .sc2:after {
  content: "";
  display: block;
  background: url("/opencampus2020/img/sc2_obj@2x.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 100px;
  -webkit-transform: translateX(-520px);
          transform: translateX(-520px);
  width: 135px;
  height: 235px;
}

.contents .sc2 .slider {
  margin-top: 50px;
}

.contents .sc2 .slider .slick-list {
  overflow: hidden;
  width: 1080px;
  margin: auto;
}

.contents .sc2 .slider .slick-prev, .contents .sc2 .slider .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 35%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.contents .sc2 .slider .slick-prev:before, .contents .sc2 .slider .slick-next:before {
  font-family: FontAwesome;
  line-height: 1;
  font-size: 40px;
  color: #999;
}

.contents .sc2 .slider .slick-prev {
  left: 0;
}

.contents .sc2 .slider .slick-prev:before {
  content: "\f104";
}

.contents .sc2 .slider .slick-next {
  right: 0;
}

.contents .sc2 .slider .slick-next:before {
  content: "\f105";
}

.contents .sc2 .slider dl {
  margin: 0 10px;
  outline: none;
}

.contents .sc2 .slider dl a {
  outline: none;
}

.contents .sc2 .slider dd {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 1em;
  letter-spacing: 0;
}

.contents .sc2 .thumb dt a:after {
  width: 40px;
  height: 40px;
}

.contents .sc3 {
  position: relative;
}

.contents .sc3:after {
  content: "";
  display: block;
  background: url("/opencampus2020/img/sc3_obj@2x.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -80px;
  top: 410px;
  width: 293px;
  height: 456px;
}

.contents .sc3 .thumb {
  max-width: 800px;
  margin: 0 auto;
}

.contents .sc3 .thumb dt {
  max-width: 100%;
  height: auto;
}

.contents .sc3 .thumb dt img {
  width: 100%;
}

.contents .sc4 {
  overflow: hidden;
  max-width: 100%;
  padding: 100px 0;
}

.contents .sc4 .col, .contents .sc4 aside {
  padding: 0 4rem;
}

.contents .sc4 h2 {
  position: relative;
  z-index: 100;
  padding: 0 2rem;
}

.contents .sc4 h2:after {
  content: "";
  display: block;
  background: url("/opencampus2020/img/sc4_obj@2x.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: -30px;
  top: -85px;
  width: 234px;
  height: 351px;
}

.contents .sc4 .row {
  margin-top: 80px;
  position: relative;
}

.contents .sc4 .col {
  padding-right: 20px;
}

.contents .sc4 .col li {
  margin-bottom: 50px;
}

.contents .sc4 figure {
  position: absolute;
  left: 48%;
}

.contents .sc4 .link {
  margin-top: 0;
  width: 500px;
}

.contents .sc4 aside {
  margin-top: 100px;
  text-align: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contents .sc4 aside ul {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents .sc4 aside ul li {
  width: 31%;
}

.contents .sc4 aside ul li img {
  width: 100%;
}

.contents .sc4 aside ul li p {
  margin-bottom: .5em;
  font-weight: bold;
}

.contents .sc5 {
  background: none;
}

.contents .sc5 .banner .pc {
  display: block;
}

.contents .sc5 .banner .sp {
  display: none;
}

.contents .sc5 p {
  text-align: left;
  margin: 1em 0 .5em;
  font-weight: bold;
  color: #6b6b6b;
}

.contents .sc5 .row {
  margin-top: 0;
}

.contents .sc5 .row ul {
  width: 49%;
  font-size: 0.8rem;
  font-weight: bold;
  color: #6b6b6b;
}

.contents .sc5 .oc_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 3;
  color: #C0112E;
}

.contents .sc5 .oc_link a {
  color: #C0112E;
}

.contents .sc5 .oc_link .off {
  opacity: .2;
}

.contents .sc5 .oc_link .start {
  text-align: center;
  margin: 1.5em 0;
}

footer {
  border-top: 1px solid #C0112E;
  background-color: #fff;
  padding: 50px 0 180px;
  text-align: center;
}

footer p {
  font-size: 20px;
  line-height: 1.8;
}

footer p a {
  color: #333;
}

footer .copy {
  font-size: .8rem;
}

.fin {
  opacity: .2;
}

#movie {
  background-position: center 9%;
  padding-top: 200px;
}

#movie h2 {
  text-align: center;
  padding: 50px 0 100px;
}

#movie section {
  background: none;
}

#movie section:after {
  content: none !important;
}

#movie section h3 {
  text-align: center;
}

#movie section .thumb {
  margin-top: 4rem;
  width: 31%;
}

#movie section .thumb dt a:after {
  width: 40px;
  height: 40px;
}

#movie section .thumb dd {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-top: 1em;
  letter-spacing: 0;
}

#movie section .empty {
  width: 31%;
  height: 0;
}

#movie section .pc {
  display: block;
}

#movie section .sp {
  display: none;
}

#movie .sc1 .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#movie .sc1 .row .thumb {
  max-width: 100%;
  margin: 0;
}

#movie .sc2 {
  padding-bottom: 100px;
}

#movie .sc2 .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#movie .sc3 .abroad dt {
  padding: 0;
  border-radius: 10px;
  background-color: transparent;
}

#movie .sc3 .abroad dd {
  color: #E59B89;
}

#movie .sc3 .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 4rem;
}

#movie .sc3 .row dl {
  margin: 0;
}

#movie .sc3 .row .col {
  margin-left: 6rem;
}

#movie .sc3 .row .col p {
  text-align: left;
  line-height: 1.8;
  margin: 0 0 2rem;
}

#movie .sc3 .limited_link {
  max-width: 964px;
  margin: 4rem auto 0;
}

#movie .sc4 {
  max-width: 1200px;
}

#movie .sc4 .experience dd {
  color: #FF7151;
}

#movie .sc4 .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 4rem;
}

#movie .sc4 .row dl {
  margin: 0;
}

#movie .sc4 .row .col {
  margin-left: 6rem;
  max-width: 100%;
  padding: 0;
}

#movie .sc4 .row .col p {
  text-align: left;
  font-size: 24px;
  line-height: 1.8;
  margin: 0 0 2rem;
}

#movie .sc5 {
  background: url("/opencampus2020/img/line.svg") no-repeat top;
}

@media screen and (max-width: 1200px) {
  .contents section {
    padding: 100px 4rem;
  }
  .contents section p {
    font-size: calc(14px + (24 - 14)*(100vw - 320px)/(1200 - 320));
  }
  .contents section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  .contents section .thumb {
    margin: 1rem auto;
  }
  .contents section .thumb dd {
    font-size: calc(16px + (30 - 16)*(100vw - 320px)/(1200 - 320));
  }
  .contents .sc1 {
    position: relative;
  }
  .contents .sc1:after {
    right: 50%;
    top: 270px;
    -webkit-transform: translateX(380px);
            transform: translateX(380px);
    width: 80px;
    height: 200px;
  }
  .contents .sc1 .row .thumb {
    margin: 0 auto 2rem;
  }
  .contents .sc2 {
    padding-bottom: 100px;
  }
  .contents .sc2:after {
    bottom: 40px;
  }
  .contents .sc2 .slider {
    max-width: 700px;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: auto;
    margin-top: 50px;
  }
  .contents .sc2 .slider .slick-list {
    width: 100%;
  }
  .contents .sc2 .slider dd {
    font-size: calc(12px + (20 - 12)*(100vw - 320px)/(1200 - 320));
  }
  .contents .sc2 .thumb dt a:after {
    width: 40px;
    height: 40px;
  }
  .contents .sc3:after {
    content: none;
  }
  .contents .sc4 {
    width: 100%;
    background: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contents .sc4 .wrap {
    padding: 0;
  }
  .contents .sc4 h2:after {
    content: none;
  }
  .contents .sc4 .row {
    padding-bottom: 120px;
  }
  .contents .sc4 .col {
    max-width: 490px;
    margin: 0 auto;
    padding-right: 4rem;
  }
  .contents .sc4 figure {
    position: relative;
    left: 0;
  }
  .contents .sc4 figure img {
    width: 100%;
  }
  .contents .sc4 figure:after {
    content: "";
    display: block;
    background: url("/opencampus2020/img/sc4_obj@2x.png") no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: -200px;
    -webkit-transform: translateX(200px);
            transform: translateX(200px);
    width: 100px;
    height: 230px;
  }
  .contents .sc4 .link {
    position: absolute;
    bottom: 0;
    width: calc(100% - 8rem);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .contents .sc4 aside ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contents .sc4 aside ul li {
    margin: 0 auto 1.5rem;
    width: 100%;
    max-width: 380px;
  }
  .contents .sc5 {
    padding: 0;
    background-color: #fff;
  }
  .contents .sc5 .col {
    padding: 2rem;
    padding-top: 1rem;
  }
  .contents .sc5 .banner .pc {
    display: none;
  }
  .contents .sc5 .banner .sp {
    display: block;
  }
  .contents .sc5 p {
    line-height: 1.4;
  }
  .contents .sc5 .row ul {
    width: 100%;
  }
  .contents .sc5 .row ul li {
    margin-bottom: .5em;
  }
  .contents .sc5 .oc_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 2rem 2em;
    margin-top: 0;
    font-size: calc(14px + (24 - 14)*(100vw - 320px)/(1200 - 320));
  }
  #movie section {
    padding: 100px 2rem;
  }
  #movie .sc1 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #movie .sc1 .row .thumb {
    margin: 2rem auto 0;
  }
  #movie .sc1 .row .thumb dd {
    font-size: calc(16px + (30 - 16)*(100vw - 320px)/(1200 - 320));
  }
  #movie .sc2 .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #movie .sc3 .row, #movie .sc4 .row {
    padding-bottom: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #movie .sc3 .row .col, #movie .sc4 .row .col {
    margin-left: 3rem;
  }
  #movie .sc5 {
    padding: 0;
    background: none;
  }
}

@media screen and (max-width: 1023px) {
  .header .logo img {
    max-width: 180px;
  }
  .header .logo .request {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .header .logo .request img {
    width: 100%;
  }
  .header .hero {
    background: url("/opencampus2020/img/main_sp.jpg") no-repeat center;
    background-size: cover;
    padding: 8rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
  }
  .header .hero h1 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    text-align: center;
    margin-top: 40px;
  }
  .header .hero figure {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin-top: 40px;
  }
  .header .hero ul {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin-top: 40px;
  }
  .header .hero ul li {
    margin: 0 .25em;
  }
  .header .switch .pc {
    display: none;
  }
  .header .switch .sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contents .lead {
    padding: 50px 0;
  }
  .contents .lead p, .contents .lead .small {
    font-size: calc(14px + (24 - 14)*(100vw - 320px)/(1200 - 320));
  }
  .contents .lead p em, .contents .lead .small em {
    font-size: calc(16px + (28 - 16)*(100vw - 320px)/(1200 - 320));
  }
  .contents .sc2:after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: -5px;
    width: 75px;
    height: 180px;
  }
  footer .logo img {
    width: 200px;
  }
  footer p {
    font-size: 14px;
  }
  footer .copy {
    font-size: 10px;
  }
  #movie .sc1 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #movie .sc1 .row .thumb {
    width: 100%;
    max-width: 350px;
  }
  #movie .sc2 .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #movie .sc2 .row .thumb {
    width: 100%;
    max-width: 350px;
  }
  #movie .sc2 .row .thumb dd {
    font-size: calc(14px + (20 - 14)*(100vw - 320px)/(1023  - 320));
  }
  #movie .sc2 .empty {
    width: 48%;
  }
  #movie .sc3 .row, #movie .sc4 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #movie .sc3 .row .thumb, #movie .sc4 .row .thumb {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  #movie .sc3 .row .thumb dd, #movie .sc4 .row .thumb dd {
    font-size: calc(16px + (30 - 16)*(100vw - 320px)/(1023  - 320));
  }
  #movie .sc3 .row .col, #movie .sc4 .row .col {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem;
    text-align: center;
  }
  #movie .sc3 .row .col p, #movie .sc4 .row .col p {
    text-align: center;
    font-size: calc(14px + (24 - 14)*(100vw - 320px)/(1023 - 320));
  }
}

@media screen and (max-width: 767px) {
  .contents .lead {
    padding: 50px 2rem;
  }
  .contents section {
    padding: 50px 2rem;
  }
  .contents section .row {
    margin-top: 25px;
  }
  .contents section .wrap {
    padding: 0 2rem;
  }
  .contents section .coming dt:after {
    width: 180px;
    height: 30px;
  }
  .contents .sc1:after {
    right: 5px;
    top: 135px;
    width: 50px;
    height: 130px;
    -webkit-transform: none;
            transform: none;
  }
  .contents .sc2:after {
    left: 12px;
    bottom: 20px;
  }
  .contents .sc2 .wrap {
    padding: 0;
  }
  .contents .sc2 .link {
    padding: 0 4rem;
    margin-top: 40px;
  }
  .contents .sc4 {
    padding: 50px 0;
  }
  .contents .sc4 .row {
    margin-top: 40px;
  }
  #movie {
    padding-top: 125px;
  }
  #movie h2 {
    text-align: center;
    padding: 25px 2rem;
  }
  #movie section {
    padding: 50px 2rem;
  }
  #movie section h3 img {
    max-width: 50%;
  }
  #movie section .row {
    margin-top: 0;
  }
  #movie section .thumb {
    margin: 2rem auto 0;
  }
  #movie section .pc {
    display: none;
  }
  #movie section .sp {
    display: block;
  }
  #movie section .wrap {
    padding: 0;
  }
  #movie .sc2 {
    padding-bottom: 50px;
  }
  #movie .sc2 .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #movie .sc3 .row, #movie .sc4 .row {
    margin-top: 2rem;
  }
  #movie .sc3 .row .col p, #movie .sc4 .row .col p {
    margin-bottom: 1rem;
  }
  #movie .sc3 .limited_link, #movie .sc4 .limited_link {
    margin-top: 2rem;
  }
  #movie .sc5 {
    padding: 0;
    background: none;
  }
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
  }
  .header .hero {
    padding: 3rem;
  }
  .header .hero h1 {
    margin-top: 70px;
  }
  .contents section .link {
    margin-top: 40px;
  }
  .contents section .thumb dt a:after {
    width: 40px;
    height: 40px;
  }
  .contents section .thumb .br {
    display: block;
  }
  .contents .lead .br {
    display: block;
  }
  .contents .sc2 {
    padding: 50px 0;
  }
  .contents .sc2:after {
    bottom: 10px;
    width: 50px;
    height: 110px;
  }
  .contents .sc2 h2 {
    padding: 0 2rem;
  }
  .contents .sc2 .link {
    padding: 0 4rem;
    margin-top: 1.5rem;
  }
  .contents .sc2 .slider {
    margin-top: 25px;
  }
  .contents .sc2 .slider .slick-prev:before, .contents .sc2 .slider .slick-next:before {
    font-size: 25px;
  }
  .contents .sc2 .slider .slick-prev {
    width: 25px;
    height: 25px;
    top: 30%;
  }
  .contents .sc2 .slider .slick-next {
    width: 25px;
    height: 25px;
    top: 30%;
  }
  .contents .sc2 .slider dl {
    margin: 0 5px;
  }
  .contents .sc2 .slider .coming dt:after {
    width: 100px;
    height: 16px;
  }
  .contents .sc2 .thumb dt a:after {
    width: 30px;
    height: 30px;
  }
  .contents .sc4 .row {
    padding-bottom: 70px;
  }
  .contents .sc4 .col li {
    margin-bottom: 2rem;
  }
  .contents .sc4 figure {
    position: relative;
  }
  .contents .sc4 figure:after {
    top: -130px;
    left: auto;
    right: 10px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    width: 70px;
    height: 230px;
  }
  .contents .sc4 aside {
    margin-top: 50px;
  }
  footer {
    padding: 2rem 0 120px;
  }
}
/*# sourceMappingURL=style.css.map */