@charset "UTF-8";
/* ----------------------------------------------
mainTitle
----------------------------------------------*/
#mainTitle {
  height: 300px;
  margin-top: -60px;
  padding-top: 60px;
  position: relative;
  z-index: -1;
  background-color: #a0dcfa;
  overflow: hidden;
}
#mainTitle::before {
  content: "";
  width: 100%;
  height: 42px;
  background: url(../img/maintitle-end-sp.png) center top no-repeat;
  background-size: 100% 42px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
#mainTitle::after {
  content: "";
  width: 100%;
  min-width: 375px;
  height: 240px;
  background: url(../img/movie/title-sp.webp) center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 0;
}
#mainTitle .area {
  padding: 45px 0 13px 18px;
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  position: relative;
  z-index: 1;
}
#mainTitle h1 {
  width: 100%;
  display: block;
  padding: 14px 0 0 13px;
  color: #fff;
  font-size: 2.9rem;
  line-height: 1;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
#mainTitle h1::before {
  content: "";
  width: 220px;
  height: 2px;
  background: url(../img/title-line.svg) left top repeat-x;
  background-size: 6px 2px;
  position: absolute;
  top: 0;
  left: 13px;
  z-index: 1;
}
#mainTitle h1 span {
  letter-spacing: -0.2em;
}
@media all and (min-width: 768px) {
  #mainTitle {
    height: 550px;
    margin-top: -100px;
    padding-top: 100px;
  }
  #mainTitle::before {
    content: "";
    width: 100%;
    height: 91px;
    background: url(../img/maintitle-end.png) center top no-repeat;
    background-size: 100% 91px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #mainTitle::before {
      background: url(../img/maintitle-end@2x.png) center top no-repeat;
      background-size: 100% 91px;
    }
  }
  #mainTitle::after {
    content: "";
    width: 100%;
    min-width: 1300px;
    height: 450px;
    background: url(../img/movie/title.webp) center top no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 0;
  }
  @media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #mainTitle::after {
      background: url(../img/movie/title@2x.webp) center top no-repeat;
      background-size: 100% auto;
    }
  }
  #mainTitle .area {
    width: 980px;
    margin: 0 auto;
    padding: 100px 0 23px 5px;
    font-size: 4.6rem;
  }
  #mainTitle h1 {
    width: 980px;
    margin: 0 auto;
    padding: 22px 0 0 0;
    font-size: 5.5rem;
  }
  #mainTitle h1::before {
    width: 430px;
    height: 3px;
    background: url(../img/title-line.svg) left top repeat-x;
    background-size: 9px 3px;
    left: 0;
  }
  #mainTitle h1 span {
    letter-spacing: -0.2em;
  }
}

/* ----------------------------------------------
lead
----------------------------------------------*/
main .lead {
  padding: 5px 15px 20px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 190%;
}
main .lead br.pcOn {
  display: none;
}
@media all and (max-width: 355px) {
  main .lead {
    padding: 5px 10px 20px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 190%;
  }
}
@media all and (min-width: 768px) {
  main .lead {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 70px;
    text-align: center;
    font-size: 2rem;
    line-height: 190%;
  }
  main .lead br.pcOn {
    display: block;
  }
  main .lead br.spOn {
    display: none;
  }
}

/* ----------------------------------------------
year title
----------------------------------------------*/
main .yearTitle h2 {
  width: 95%;
  max-width: 351px;
  min-height: 65px;
  margin: 20px auto 30px;
  padding: 16px 15px 0;
  background: url(../img/movie/title-bg02-sp.png) center bottom no-repeat;
  background-size: 100% auto;
  text-align: center;
  color: #eda700;
  font-size: 2.5rem;
  line-height: 140%;
  font-weight: 500;
  position: relative;
}
main .yearTitle h2::before {
  content: "";
  width: 120px;
  height: 11px;
  background: url(../img/movie/title-bg01-sp.svg) right top no-repeat;
  background-size: 112px auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); 
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media all and (min-width: 768px) {
  main .yearTitle h2 {
    width: 651px;
    max-width: 651px;
    min-height: 75px;
    margin: 0 auto 70px;
    padding-top: 20px;
    background: url(../img/movie/title-bg02.svg) center bottom no-repeat;
    background-size: 651px 61px;
    font-size: 3rem;
  }
  main .yearTitle h2::before {
    content: "";
    width: 144px;
    height: 13px;
    background: url(../img/movie/title-bg01.svg) right top no-repeat;
    background-size: 135px 13px;
  }
}

/* ----------------------------------------------
movieList
----------------------------------------------*/
ul#movieList {
  list-style: none;
  padding: 0 15px;
  position: relative;
}
ul#movieList li {
  padding: 10px 0;
  border-bottom: 1px dashed #999;
}
ul#movieList li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0 60px;
  color: #333;
  text-decoration: none;
  position: relative;
}
ul#movieList li .title {
  color: #00c59d;
  font-size: 1.7rem;
  font-weight: 500;
}
ul#movieList li .movie {
  width: 100%;
  position: relative;
  margin-top: 12px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
ul#movieList li .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul#movieList li .date {
  padding-top: 15px;
  color: #666;
  font-size: 1.3rem;
  line-height: 170%;
}
ul#movieList li .text {
  font-size: 1.4rem;
  padding-top: 7px;
  word-wrap: break-word;
}
ul#movieList li .movie img {
  max-width: 100%;
}
ul#movieList li .btn {
  display: block;
  width: 34px;
  height: 34px;
  padding-top: 6px;
  border: 1px solid #eda700;
  border-radius: 50%;
  color: #eda700;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  text-decoration: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
ul#movieList li .btn img {
  width: 16px;
  height: 10px;
}
@media all and (min-width: 768px) {
  ul#movieList {
    width: 980px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }
  ul#movieList li {
    width: 327px;
    padding: 15px 23px;
    border-right: 1px dashed #999;
  }
  ul#movieList li:nth-child(3n) {
    width: 326px;
    border-right: none;
  }
  ul#movieList li .title {
    font-size: 2rem;
    min-height: 96px;
    display: block;
  }
  ul#movieList li .date {
    font-size: 1.5rem;
    line-height: 170%;
  }
  ul#movieList li .text {
    width: 100%;
    font-size: 1.6rem;
  }
  ul#movieList li a:hover {
    opacity: 0.7;
    transition: 0.6s;
  }
}

/* ----------------------------------------------
yearList
----------------------------------------------*/
main .yearList {
  padding: 45px 10px 50px;
}
main .yearList ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
main .yearList li {
  padding: 0 5px 10px;
}
main .yearList li a {
  display: block;
  height: 44px;
  padding: 12px 15px 0;
  border: 1px solid #00c59d;
  border-radius: 22px;
  color: #00c59d;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
}
@media all and (min-width: 768px) {
  main .yearList {
    width: 980px;
    margin: 0 auto;
    padding: 75px 0 65px;
  }
  main .yearList li {
    padding: 0 12px 15px;
  }
  main .yearList li a {
    height: 50px;
    padding: 13px 40px 0;
    border-radius: 25px;
    font-size: 1.9rem;
    line-height: 1;
    position: relative;
  }
  main .yearList li a::before {
    content:"";
    width: 0;
    height: 100%;
    background-color: #00c59d;
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 0;
  }
  main .yearList li a span {
    position: relative;
    z-index: 1;
  }
  main .yearList li a:hover {
    color: #fff;
    transition: 0.6s;
  }
  main .yearList li a:hover::before {
    width: 100%;
    transition: 0.6s;
  }
}


/* ----------------------------------------------
nearbyArea
----------------------------------------------*/
#nearbyArea {
  padding: 0 5px 40px;
  position: relative;
}
#nearbyArea::before {
  content: "";
  width: 100%;
  height: 1px;
  border-top: 1px dashed #999;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -1px;
}
#nearbyArea h2 {
  margin: 0 10px;
  padding-top: 30px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
#nearbyArea h2 span {
  padding-right: 5px;
  color: #eda700;
  font-size: 2rem;
  font-weight: 700;
}
#nearbyArea ul {
  padding-top: 30px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#nearbyArea li {
  padding: 0 10px 15px;
}
#nearbyArea li a {
  display: block;
  height: 44px;
  padding: 12px 20px 0;
  border: 1px solid #eda700;
  border-radius: 22px;
  color: #eda700;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  background-color: #fff;
}
@media all and (min-width: 768px) {
  #nearbyArea {
    width: 980px;
    margin: 0 auto;
    padding: 0 0 85px;
  }
  #nearbyArea h2 {
    margin: 0;
    padding-top: 45px;
    font-size: 2.4rem;
  }
  #nearbyArea h2 span {
    font-size: 2.8rem;
  }
  #nearbyArea ul {
    padding-top: 45px;
  }
  #nearbyArea li {
    padding: 0 12px 15px;
  }
  #nearbyArea li a {
    height: 50px;
    padding: 13px 40px 0;
    border-radius: 25px;
    font-size: 1.9rem;
    line-height: 1;
    position: relative;
  }
  #nearbyArea li a::before {
    content:"";
    width: 0;
    height: 100%;
    background-color: #eda700;
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 0;
  }
  #nearbyArea li a span {
    position: relative;
    z-index: 1;
  }
  #nearbyArea li a:hover {
    color: #fff;
    transition: 0.6s;
  }
  #nearbyArea li a:hover::before {
    width: 100%;
    transition: 0.6s;
  }
}