@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; }
  @media screen and (min-width: 751px) {
    .mv__photo {
      position: relative;
      min-width: 980px;
      max-width: 2000px;
      overflow: hidden;
      height: 535px;
      padding-top: 0;
      opacity: 0; } }
  .mv__photo img {
    width: 100%; }
    @media screen and (min-width: 751px) {
      .mv__photo img {
        min-width: 1460px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-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;
      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; }

.mv__ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  max-width: 569px;
  height: 42%;
  margin: auto; }
  @media screen and (min-width: 751px) {
    .mv__ttl {
      width: 500px;
      height: 147px; } }
  .mv__ttl img {
    width: 100%;
    height: auto; }

.trailer {
  width: 100%;
  margin: 0 auto;
  padding-top: 50%;
  background-image: url("/assets/common/img/redcolor-bg_sp.png");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-top: -19%;
  position: relative; }
  @media screen and (min-width: 751px) {
    .trailer {
      background-size: auto;
      padding-top: 350px;
      background-image: url("/assets/common/img/redcolor-bg_pc.png");
      margin-top: -120px; } }

.trailer__l-bg {
  margin-top: -41%; }
  @media screen and (min-width: 751px) {
    .trailer__l-bg {
      width: 100%;
      margin-top: -230px; } }

.trailer__l-content {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 751px) {
    .trailer__l-content {
      width: 980px; } }

.trailer__play-movie {
  width: 90.4%;
  margin: -19.5% 0 0 auto; }
  @media screen and (min-width: 751px) {
    .trailer__play-movie {
      width: 215px;
      position: absolute;
      bottom: -27px;
      left: 265px; } }
  .trailer__play-movie img {
    width: 100%; }

.trailer .fCard {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media screen and (min-width: 751px) {
    .trailer .fCard {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }

.trailer .fCard__left-section {
  width: 43%;
  position: relative; }
  @media screen and (min-width: 751px) {
    .trailer .fCard__left-section {
      width: 486px;
      padding-left: 260px; } }

.trailer .fCard__right-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2% 0 0 5%;
  width: 57%; }
  @media screen and (min-width: 751px) {
    .trailer .fCard__right-section {
      width: 494px;
      padding: 0 0 60px 40px; } }

.trailer .fCard__ttl {
  font-size: 1.7rem;
  line-height: 2rem;
  color: #fff;
  position: relative;
  margin-bottom: 3%;
  word-wrap: break-word; }
  @media screen and (min-width: 751px) {
    .trailer .fCard__ttl {
      font-size: 3.2rem;
      line-height: 4.9rem;
      margin-bottom: 0; } }

.trailer .fCard__txt {
  font-size: 1rem;
  line-height: 2.45rem;
  color: #fff;
  word-wrap: break-word; }
  @media screen and (min-width: 751px) {
    .trailer .fCard__txt {
      font-size: 1.8rem; } }

.trailer .fCard__r-mvWrap {
  position: relative;
  width: 89.7%;
  margin: 0 0 0 auto;
  z-index: 1; }
  @media screen and (min-width: 751px) {
    .trailer .fCard__r-mvWrap {
      width: 206px;
      height: 206px;
      margin: 0 auto; } }

.trailer .fCard__mvthum 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: 155%;
  max-height: 155%;
  width: auto;
  height: auto; }

.trailer .fCard__mvthum a {
  display: block;
  border-radius: 50%; }
  @media screen and (min-width: 751px) {
    .trailer .fCard__mvthum a {
      width: 206px;
      height: 206px; } }

.trailer .movie-btn {
  display: inline-block;
  width: 20%;
  position: absolute;
  top: 39%;
  left: 43%;
  margin: auto; }
  @media screen and (min-width: 751px) {
    .trailer .movie-btn {
      width: 50px;
      top: 74.5px;
      left: 85px; } }
  .trailer .movie-btn img {
    width: 100%;
    height: auto; }

@media screen and (min-width: 751px) {
  .trailer .movieWrapBox:hover .movie-btn {
    width: 64px;
    top: 66.5px;
    left: 78px; } }

.theme-list {
  width: 100%;
  margin: 12.5% 0 20.5%; }
  @media screen and (min-width: 751px) {
    .theme-list {
      margin: 0 0 30px; } }

.theme-list__l-container {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 751px) {
    .theme-list__l-container {
      width: 980px;
      margin: 0 auto; } }

.t-tmp__contWrap {
  width: 100%;
  padding-bottom: 12%; }
  @media screen and (min-width: 751px) {
    .t-tmp__contWrap {
      padding: 65px 0 90px;
      margin-top: -10px;
      background: url("/assets/theme/img/theme-list-bg_pc.png") no-repeat 70px 0%; } }

.t-tmp__ttlWrap {
  display: table;
  position: relative;
  left: -7%;
  width:100%;}
  @media screen and (min-width: 751px) {
    .t-tmp__ttlWrap {
      margin-bottom: 35px;
      left: 0; } }

.t-tmp__round-shape-wrap {
  width: 34%;
  max-width: 200px;
  display: table-cell;
  vertical-align: bottom; }
  @media screen and (min-width: 751px) {
    .t-tmp__round-shape-wrap {
      display: none; } }

.t-tmp__round-shape-cont {
  display: block;
  border-radius: 50%;
  padding: 50%;
  position: relative;
  top: 0;
  left: 0;
  background-color: rgba(240, 101, 104, 0.5); }

.t-tmp__round-shape-inner {
  display: block;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }
  @media screen and (min-width: 751px) {
    .t-tmp__round-shape-inner {
      height: 70px; } }

.t-tmp__round-shape-num {
  font-size: 3.2rem;
  font-weight: 900;
  color: #401708; }
  @media screen and (min-width: 751px) {
    .t-tmp__round-shape-num {
      font-size: 5.7rem;
      line-height: 2.2rem; } }

.t-tmp__num p {
  display: inline-block;
  vertical-align: top;
  margin-right: -5%; }
  @media screen and (min-width: 751px) {
    .t-tmp__num p {
      margin-right: 0; } }

.t-tmp__num ul {
  display: inline-block;
  text-align: left; }

.t-tmp__topttl {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #401708;
  position: relative;
  width: 66%;
  word-wrap: break-word;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 4.3%; }
  @media screen and (min-width: 751px) {
    .t-tmp__topttl {
      font-size: 4.2rem;
      font-weight: 700;
      line-height: 4.8rem;
      margin: 0 auto;
      text-align: center;
      padding-bottom: 0; } }

.t-tmp__mainImgWrap {
  margin: -4.5% auto 6%; }
  @media screen and (min-width: 751px) {
    .t-tmp__mainImgWrap {
      margin: 25px auto 30px; } }
  .t-tmp__mainImgWrap .thumbs::before {
    content: "";
    display: block;
    padding-top: 62%; }

.t-tmp__mainImg {
  position: relative;
  border-radius: 30px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden; }
  .t-tmp__mainImg 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: 105%;
    width: auto;
    height: auto; }
  @media screen and (min-width: 751px) {
    .t-tmp__mainImg {
      border-radius: 40px;
      width: 500px;
      height: 310px; } }

@media screen and (min-width: 751px) {
  .t-tmp__listWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding-bottom: 55px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.t-tmp__list {
  margin-bottom: 8%;
  position: relative; }
  @media screen and (min-width: 751px) {
    .t-tmp__list {
      width: 230px;
      margin: 0 0 0 36.66px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }

.theme-list .fCard {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (min-width: 751px) {
    .theme-list .fCard {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

.theme-list .fCard__left-section {
  width: 50%; }
  @media screen and (min-width: 751px) {
    .theme-list .fCard__left-section {
      width: 100%; } }
  .theme-list .fCard__left-section .fCard__img {
    width: 100%;
    border-radius: 15px; }
    .theme-list .fCard__left-section .fCard__img 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: 105%;
      width: auto;
      height: auto; }
    @media screen and (min-width: 751px) {
      .theme-list .fCard__left-section .fCard__img {
        width: 222px;
        height: 156px;
        border-radius: 30px; } }

.theme-list .fCard__right-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 50%;
  padding-left: 4%; }
  @media screen and (min-width: 751px) {
    .theme-list .fCard__right-section {
      width: 100%;
      margin-bottom: 0;
      margin-top: 10px;
      padding-left: 0; } }

.theme-list .fCard__ttl {
  position: relative;
  margin-bottom: 3%;
  word-wrap: break-word; }
  @media screen and (min-width: 751px) {
    .theme-list .fCard__ttl {
      margin-bottom: 0; } }

.theme-list .fCard__ttl-date {
  display: block; }
  @media screen and (min-width: 751px) {
    .theme-list .fCard__ttl-date {
      display: inline-block; } }

.theme-list .fCard__talkttl {
  padding-bottom: 18%;
  margin-bottom: 0; }
  @media screen and (min-width: 751px) {
    .theme-list .fCard__talkttl {
      padding-bottom: 0; } }

.theme-list .fCard__txt {
  word-wrap: break-word;
  padding-bottom: 15%; }
  @media screen and (min-width: 751px) {
    .theme-list .fCard__txt {
      padding-bottom: 0; } }

.theme-list .fCard__themeImgttl {
  line-height: 2rem; }
  @media screen and (min-width: 751px) {
    .theme-list .fCard__themeImgttl {
      line-height: 4.2rem; } }

.theme-list .fCard__movieBox .fCard {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.theme-list .fCard__imgBox .thumbs::before {
  content: "";
  display: block;
  padding-top: 70.2702%; }

.theme-list .fCard__r-mvWrap {
  position: relative; }
  @media screen and (min-width: 751px) {
    .theme-list .fCard__r-mvWrap {
      margin-top: -8px; } }

.theme-list .fCard__mvthum {
  width: 95.2%; }
  .theme-list .fCard__mvthum 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: 155%;
    max-height: 155%;
    width: auto;
    height: auto; }
  .theme-list .fCard__mvthum a {
    display: block;
    border-radius: 50%;
    overflow: hidden; }
    @media screen and (min-width: 751px) {
      .theme-list .fCard__mvthum a {
        padding: 0;
        width: 178px;
        height: 178px; } }

.theme-list .movie-btn {
  display: inline-block;
  width: 20%;
  position: absolute;
  top: 38%;
  left: 40%;
  margin: auto; }
  @media screen and (min-width: 751px) {
    .theme-list .movie-btn {
      width: 35px;
      top: 68px;
      left: 77px; } }
  .theme-list .movie-btn img {
    width: 100%;
    height: auto; }

@media screen and (min-width: 751px) {
  .theme-list .movieWrapBox:hover .movie-btn {
    width: 49px;
    top: 60px;
    left: 70px; } }

.theme-list .fCard__moreBtn {
  position: absolute;
  bottom: -7%; }
  @media screen and (min-width: 751px) {
    .theme-list .fCard__moreBtn {
      position: absolute;
      bottom: -45px; } }

@media screen and (min-width: 751px) {
  .theme-list .t-tmp__movieBox {
    width: 180px;
    margin-left: 0; } }

.theme-list .t-tmp__movieBox .fCard {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.theme-list .t-tmp__movieBox .fCard__right-section {
  margin-top: 0; }
  @media screen and (min-width: 751px) {
    .theme-list .t-tmp__movieBox .fCard__right-section {
      width: 180px;
      margin-top: 5px; } }

@media screen and (min-width: 751px) {
  .view-more-btn a {
    width: 315px;
    font-size: 2rem;
    line-height: 7.3rem; } }

.view-more-btn a:after {
  border: none; }
