@charset "UTF-8";
html, body {
  font-family: "NotoSansCJKjp", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets/common/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("/assets/common/fonts/NotoSansCJKjp-Regular.otf") format("opentype"); }

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets/common/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("/assets/common/fonts/NotoSansCJKjp-Bold.otf") format("opentype"); }

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"), url("/assets/common/fonts/NotoSansCJKjp-Black.woff") format("woff"), url("/assets/common/fonts/NotoSansCJKjp-Black.otf") format("opentype"); }

.sp-obj {
  display: block; }
  @media screen and (min-width: 751px) {
    .sp-obj {
      display: none; } }

.pc-obj {
  display: none; }
  @media screen and (min-width: 751px) {
    .pc-obj {
      display: block; } }

.thumbs {
  width: 100%;
  position: relative; }

.thumbs::before {
  content: "";
  display: block;
  padding-top: 100%; }

.thumbs a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.fCard__img {
  border-radius: 30px;
  overflow: hidden; }

.fCard__right-section {
  position: relative; }

.fCard__ttl {
  color: #401708;
  word-wrap: break-word; }

.fCard__txt {
  word-wrap: break-word; }

.fCard__btn-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .fCard__btn-link:hover .fCard__moreBtn span {
    background-color: #b41d23; }

.fCard__moreBtn {
  width: 100%;
  text-align: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  @media screen and (min-width: 751px) {
    .fCard__moreBtn {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; } }
  .fCard__moreBtn span {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    padding: 3% 10% 3% 8%;
    background-color: #d1121a;
    border-radius: 50px;
    position: relative; }
    @media screen and (min-width: 751px) {
      .fCard__moreBtn span {
        padding: 8px 32px 8px 23px; } }
    .fCard__moreBtn span:after {
      content: '';
      width: 4px;
      height: 4px;
      border: 0px;
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 8%;
      margin-top: -3px; }
      @media screen and (min-width: 751px) {
        .fCard__moreBtn span:after {
          width: 6px;
          height: 6px;
          right: 13px;
          margin-top: -3.5px; } }
    .fCard__moreBtn span:hover {
      background-color: #b41d23; }

@media screen and (min-width: 751px) {
  .fCard__l-talk {
    padding-top: 8px; } }

.fCard__moviettl {
  font-size: 1.6rem;
  line-height: 2.9rem; }
  @media screen and (min-width: 751px) {
    .fCard__moviettl {
      font-size: 2rem;
      line-height: 4.2rem; } }

.fCard__talkttl {
  font-size: 1.2rem;
  line-height: 1.8rem; }
  @media screen and (min-width: 751px) {
    .fCard__talkttl {
      font-size: 1.4rem;
      line-height: 2.1rem; } }

.fCard__themeImgttl {
  font-size: 1.5rem;
  line-height: 2.9rem; }
  @media screen and (min-width: 751px) {
    .fCard__themeImgttl {
      font-size: 1.8rem;
      line-height: 4.2rem; } }

.fCard__themeImgtxt {
  font-size: 1.2rem;
  line-height: 1.7rem; }
  @media screen and (min-width: 751px) {
    .fCard__themeImgtxt {
      font-size: 1.4rem;
      line-height: 2.1rem; } }

.fCard__movietxt {
  font-size: 1.1rem;
  line-height: 1.5rem; }
  @media screen and (min-width: 751px) {
    .fCard__movietxt {
      font-size: 1.4rem;
      line-height: 1.9rem; } }

.view-more-btn {
  text-align: center; }
  .view-more-btn a {
    display: inline-block;
    width: 59.7%;
    color: #fff;
    font-size: 1.4rem;
    background-color: #d1121a;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    padding: 5% 0; }
    @media screen and (min-width: 751px) {
      .view-more-btn a {
        width: 266px;
        font-size: 2rem;
        line-height: 5.9rem;
        padding: 0; } }
    .view-more-btn a:after {
      content: '';
      width: 7px;
      height: 7px;
      border: 0px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 8%;
      margin-top: -3px; }
    .view-more-btn a:hover {
      background-color: #b41d23; }

html {
  font-size: 62.5%; }

html, body {
  width: 100%; }

section, header, footer, nav, div, ul, ol, li, a, p, span, h1, h2, h3, h4, h5, h6, dl, dt, dd {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

ul {
  list-style-type: none; }

.mv {
  width: 100%;
  position: relative; }
  @media screen and (min-width: 751px) {
    .mv {
      min-width: 980px;
      margin: 0 auto; } }

.mv__photo {
  width: 100%;
  position: relative;
  height: 48.5%; }
  @media screen and (min-width: 751px) {
    .mv__photo {
      position: relative;
      min-width: 980px;
      max-width: 2000px;
      overflow: hidden;
      background-color: #d1121a;
      height: 600px;
      padding-top: 0;
      opacity: 0; } }
  .mv__photo img {
    width: 100%; }
    @media screen and (min-width: 751px) {
      .mv__photo img {
        min-width: 1280px;
        position: absolute;
        left: 50%;
        bottom: 50%;
        -webkit-transform: translateX(-50%) translateY(50%);
        -ms-transform: translateX(-50%) translateY(50%);
        transform: translateX(-50%) translateY(50%);
        height: auto; } }

.mv__logo {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 11;
  text-align: center; }
  @media screen and (min-width: 751px) {
    .mv__logo {
      width: 980px;
      margin: 0 auto;
      top: 20px; } }
  .mv__logo a {
    display: inline-block;
    width: 25%;
    max-width: 171px; }
    @media screen and (min-width: 751px) {
      .mv__logo a {
        width: 100%; } }
    .mv__logo a img {
      width: 100%;
      height: auto; }

.gallery {
  width: 100%;
  margin: -15% 0 17.3%; }
  @media screen and (min-width: 751px) {
    .gallery {
      margin: 0 0 44px; } }

.gallery:before {
  content: '';
  width: 100%;
  padding-top: 15%;
  display: block;
  background: url("/assets/common/img/mv-bg-sp.png") no-repeat 50% 0%;
  position: relative;
  z-index: 5;
  background-size: 100%; }
  @media screen and (min-width: 751px) {
    .gallery:before {
      background-size: auto;
      padding: 0;
      height: 160px;
      background: url("/assets/common/img/mv-bg-pc.png") no-repeat 50% 0%;
      margin-top: -155px; } }

.gallery__l-bg {
  width: 100%;
  background: url("/assets/gallery/img/ttl-bg_sp.png") no-repeat left top;
  background-size: 100%; }
  @media screen and (min-width: 751px) {
    .gallery__l-bg {
      background: none; } }

.gallery__l-container {
  width: 90%;
  margin: 0 auto;
  padding-top: 2%; }
  @media screen and (min-width: 751px) {
    .gallery__l-container {
      padding-top: 35px;
      width: 980px;
      background: url("/assets/gallery/img/ttl-bg_pc.png") no-repeat 235px top;
      background-size: 118px; } }

.gallery__ttl {
  text-align: center;
  font-size: 2.7rem;
  line-height: 6.4rem;
  color: #401708;
  margin-bottom: 10%; }
  @media screen and (min-width: 751px) {
    .gallery__ttl {
      font-size: 4.2rem;
      font-weight: 700;
      line-height: 4.8rem;
      margin-bottom: 90px; } }

.slider {
  width: 100%; }
  @media screen and (min-width: 751px) {
    .slider {
      width: 100%; } }

.gallery__photoBox ul {
  font-size: 0;
  width: 100%; }
  .gallery__photoBox ul li {
    display: inline-block;
    width: 31.3%;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 3%;
    margin-bottom: 3%;
    cursor: pointer; }
    .gallery__photoBox ul li img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      min-width: 100%;
      min-height: 100%;
      max-width: 160%;
      max-height: 160%;
      width: auto;
      height: auto; }
    .gallery__photoBox ul li:nth-child(3n) {
      margin-right: 0; }
      @media screen and (min-width: 751px) {
        .gallery__photoBox ul li:nth-child(3n) {
          margin-right: 29px; } }
    @media screen and (min-width: 751px) {
      .gallery__photoBox ul li {
        width: 223px;
        height: 223px;
        border-radius: 40px;
        margin-right: 29px;
        margin-bottom: 29px; }
        .gallery__photoBox ul li:nth-child(4n) {
          margin-right: 0; } }
    .gallery__photoBox ul li:hover {
      background-color: #000; }
      .gallery__photoBox ul li:hover img {
        opacity: 0.8; }

.view-more-btn {
  margin-top: 10.4%; }
  @media screen and (min-width: 751px) {
    .view-more-btn {
      margin-top: 50px; } }
  @media screen and (min-width: 751px) {
    .view-more-btn a {
      width: 315px;
      font-size: 2rem;
      line-height: 7.5rem; } }
  .view-more-btn a:after {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-top: -7px; }
