@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
動画
---------------------------------------------------------------------------------------------------------------------
*/
#movie-top {
  background: linear-gradient(180deg, #fff 0%, #fff 55%, #E60012 55%, #E60012 100%);
  width: 100%;
  padding: 140px 0 50px; }
  @media (min-width: 1024px) {
    #movie-top {
      padding: 140px 0 100px; } }
  #movie-top .thumbnail-post {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    position: relative; }
    #movie-top .thumbnail-post a .thumbnail-ph {
      position: relative; }
      #movie-top .thumbnail-post a .thumbnail-ph img {
        border-radius: 20px;
        vertical-align: bottom; }
        @media (min-width: 1024px) {
          #movie-top .thumbnail-post a .thumbnail-ph img {
            border-radius: 40px; } }
    #movie-top .thumbnail-post a .play-btn {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    #movie-top .thumbnail-post a .pulse-btn {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #DF3526;
      box-shadow: 0 0 20px #DF3526;
      cursor: pointer; }
      @media (min-width: 1024px) {
        #movie-top .thumbnail-post a .pulse-btn {
          width: 70px;
          height: 70px; } }
    #movie-top .thumbnail-post a .pulse-btn img {
      width: 70%;
      border-radius: 0; }
    #movie-top .thumbnail-post a .pulse-btn::before, #movie-top .thumbnail-post a .pulse-btn::after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      border: 1px solid #DF3526;
      border-radius: 50%;
      box-sizing: border-box;
      pointer-events: none;
      animation: pulsate 2s linear infinite; }
    #movie-top .thumbnail-post a .pulse-btn::after {
      animation-delay: 1s; }
@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(2);
    opacity: 0; } }
  #movie-top .thumbnail {
    max-width: 1200px;
    width: 90%;
    margin: auto;
    position: relative; }
    #movie-top .thumbnail .thumbnail-ph {
      position: relative; }
      #movie-top .thumbnail .thumbnail-ph img {
        border-radius: 15px;
        vertical-align: bottom; }
        @media (min-width: 1024px) {
          #movie-top .thumbnail .thumbnail-ph img {
            border-radius: 40px; } }
    #movie-top .thumbnail .entry-head {
      position: absolute;
      left: 5%;
      bottom: 8%; }
      #movie-top .thumbnail .entry-head .entry-title {
        display: flex;
        margin-bottom: 5px; }
        @media (min-width: 1024px) {
          #movie-top .thumbnail .entry-head .entry-title {
            margin-bottom: 20px; } }
        #movie-top .thumbnail .entry-head .entry-title h4 {
          font-size: 1.25em;
          line-height: 1.2em; }
          @media (min-width: 1024px) {
            #movie-top .thumbnail .entry-head .entry-title h4 {
              font-size: 2.0em; } }
          #movie-top .thumbnail .entry-head .entry-title h4:nth-child(1) {
            color: #E60012; }
          #movie-top .thumbnail .entry-head .entry-title h4:nth-child(2) {
            color: #000;
            font-size: 1.0em;
            margin: 2.5px 0 0 5px; }
            @media (min-width: 1024px) {
              #movie-top .thumbnail .entry-head .entry-title h4:nth-child(2) {
                font-size: 1.6em;
                margin: 4px 0 0 5px; } }
      #movie-top .thumbnail .entry-head .entry-copy h1 {
        font-size: 1.5em;
        line-height: 1.25em;
        color: #E60012; }
        @media (min-width: 1024px) {
          #movie-top .thumbnail .entry-head .entry-copy h1 {
            font-size: 4.0em; } }

#contents {
  background-color: #E60012; }
  #contents .contents-in {
    max-width: 800px;
    width: 90%;
    margin: auto;
    padding: 0 0 40px; }
    @media (min-width: 1024px) {
      #contents .contents-in {
        padding: 60px 0 100px; } }
    #contents .contents-in ul li {
      margin-bottom: 20px; }
      @media (min-width: 1024px) {
        #contents .contents-in ul li {
          margin-bottom: 10px; } }
      #contents .contents-in ul li a {
        color: #fff; }
        @media (min-width: 1024px) {
          #contents .contents-in ul li a {
            display: flex;
            align-items: center; } }
        #contents .contents-in ul li a .time {
          display: flex;
          align-items: center;
          margin-right: 20px; }
          #contents .contents-in ul li a .time img {
            width: 30px;
            margin-right: 10px; }
          #contents .contents-in ul li a .time p {
            font-size: 1.0em;
            line-height: 1.0em;
            margin-top: 2px; }
            @media (min-width: 1024px) {
              #contents .contents-in ul li a .time p {
                font-size: 1.125em; } }
        #contents .contents-in ul li a h4 {
          font-size: 1.0em;
          margin-top: 5px; }
          @media (min-width: 1024px) {
            #contents .contents-in ul li a h4 {
              font-size: 1.125em;
              margin-top: 0; } }
    #contents .contents-in .post {
      margin-bottom: 60px; }
      #contents .contents-in .post .sub-copy {
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          #contents .contents-in .post .sub-copy {
            display: flex;
            align-items: center;
            margin-bottom: 0; } }
        #contents .contents-in .post .sub-copy h4 {
          font-size: 1.275em;
          font-weight: bold;
          color: #fff;
          display: inline-block;
          padding: 5px 10px;
          text-align: center;
          background-color: #000;
          margin-bottom: 10px; }
          @media (min-width: 1024px) {
            #contents .contents-in .post .sub-copy h4 {
              font-size: 1.875em;
              padding: 12px 14px;
              margin-bottom: 0; } }
        #contents .contents-in .post .sub-copy h3 {
          font-size: 1.0em;
          line-height: 1.2em;
          color: #fff; }
          @media (min-width: 768px) {
            #contents .contents-in .post .sub-copy h3 {
              font-size: 1.25em;
              margin-left: 10px;
              margin-top: -10px; } }
          @media (min-width: 1024px) {
            #contents .contents-in .post .sub-copy h3 {
              font-size: 1.75em;
              margin-top: 0px; } }
      #contents .contents-in .post h1 {
        font-size: 1.8em;
        line-height: 1.2em;
        color: #fff;
        font-feature-settings: "palt";
        letter-spacing: 0.05em; }
        @media (min-width: 1024px) {
          #contents .contents-in .post h1 {
            font-size: 2.6em; } }
        @media (min-width: 1250px) {
          #contents .contents-in .post h1 {
            font-size: 3.875em; } }
      #contents .contents-in .post p {
        font-size: 1.0em;
        line-height: 1.8em;
        text-align: justify;
        color: #fff;
        margin-top: 40px; }
        @media (min-width: 1024px) {
          #contents .contents-in .post p {
            font-size: 1.125em; } }

#movie-list {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 100px;
  padding-top: 120px; }
  #movie-list .title {
    display: flex;
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      #movie-list .title {
        margin-bottom: 60px; } }
    #movie-list .title img {
      width: 40px; }
      @media (min-width: 1024px) {
        #movie-list .title img {
          width: 60px; } }
    #movie-list .title h3 {
      font-size: 2.0em;
      line-height: 1.0em;
      margin: -4px 0 0 20px; }
      @media (min-width: 1024px) {
        #movie-list .title h3 {
          font-size: 3.0em; } }
  #movie-list .talk-box {
    margin-bottom: 40px; }
    @media (min-width: 1024px) {
      #movie-list .talk-box {
        margin-bottom: 20px; } }
    #movie-list .talk-box h4, #movie-list .talk-box h3 {
      font-feature-settings: "palt";
      letter-spacing: 0.05em; }
    #movie-list .talk-box h4 {
      font-size: 0.9em;
      line-height: 1.2em;
      margin-top: 15px; }
      @media (min-width: 1024px) {
        #movie-list .talk-box h4 {
          font-size: 1.0em; } }
    #movie-list .talk-box h3 {
      font-size: 1.125em;
      line-height: 1.4em;
      margin-top: 15px; }
      @media (min-width: 1024px) {
        #movie-list .talk-box h3 {
          font-size: 1.25em; } }
  #movie-list .more-btn {
    margin: 30px auto 0; }
    @media (min-width: 1024px) {
      #movie-list .more-btn {
        margin: 60px auto 0; } }
  #movie-list a:hover .more-btn > img {
    right: 10px; }
  @media only screen and (min-width: 768px) {
    #movie-list .o-3column .col-lg-3 {
      padding: 0 15px; }
    #movie-list .o-3column {
      margin: 0 -15px; } }

/*
---------------------------------------------------------------------------------------------------------------------
エントリー
---------------------------------------------------------------------------------------------------------------------
*/
.koumoku {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto 90px;
  padding-top: 80px; }
  .koumoku.second {
    padding-top: 50px; }
    @media (min-width: 1024px) {
      .koumoku.second {
        padding-top: 150px; } }
  @media (min-width: 1024px) {
    .koumoku .koumoku-in {
      display: flex;
      align-items: center;
      padding-right: 2.5%; } }
  .koumoku .koumoku-in .title {
    display: flex;
    align-items: center; }
    .koumoku .koumoku-in .title .square {
      background-color: #EFEFEF;
      width: 50px;
      height: 100px; }
      @media (min-width: 768px) {
        .koumoku .koumoku-in .title .square {
          width: 100px;
          height: 160px; } }
    .koumoku .koumoku-in .title h2 {
      font-size: 1.6em;
      line-height: 1.2em;
      font-feature-settings: "palt";
      margin-left: -25px; }
      @media (min-width: 768px) {
        .koumoku .koumoku-in .title h2 {
          font-size: 2.6em;
          margin-left: -50px; } }
      @media (min-width: 1250px) {
        .koumoku .koumoku-in .title h2 {
          font-size: 3.6em; } }
    .koumoku .koumoku-in .title h3 {
      font-size: 1.25em;
      color: #fff;
      display: inline-block;
      text-align: center;
      padding: 5px 10px;
      background-color: #E60012;
      margin: 0px 0 0 15px; }
      @media (min-width: 768px) {
        .koumoku .koumoku-in .title h3 {
          font-size: 1.5em;
          padding: 6px 10px;
          margin: 6px 0 0 15px; } }
      @media (min-width: 1250px) {
        .koumoku .koumoku-in .title h3 {
          font-size: 1.75em;
          padding: 10px 20px;
          margin: 8px 0 0 15px; } }
  .koumoku .koumoku-in .more-btn2 {
    position: relative;
    background-color: #000000;
    text-align: center;
    max-width: 440px;
    width: 90%;
    height: 70px;
    border-radius: 20px;
    margin: 10px auto 0; }
    @media (min-width: 1024px) {
      .koumoku .koumoku-in .more-btn2 {
        margin: 0 0 0 auto; } }
    .koumoku .koumoku-in .more-btn2 a:hover img {
      right: 10px; }
    .koumoku .koumoku-in .more-btn2 a p {
      font-size: 0.9em;
      font-weight: 400;
      text-align: left;
      color: #fff;
      line-height: 70px;
      padding-left: 15px; }
      @media (min-width: 1024px) {
        .koumoku .koumoku-in .more-btn2 a p {
          font-size: 1.125em;
          text-align: center;
          padding-left: 0; } }
    .koumoku .koumoku-in .more-btn2 a img {
      width: 10px;
      border-radius: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 10px;
      margin: auto;
      transition: .5s; }
      @media (min-width: 1024px) {
        .koumoku .koumoku-in .more-btn2 a img {
          width: 12px;
          right: 15px; } }

#flame {
  max-width: 1200px;
  width: 90%;
  margin: auto; }
  #flame.last {
    margin-bottom: 100px; }
    @media (min-width: 1024px) {
      #flame.last {
        margin-bottom: 150px; } }
  #flame h3 {
    font-size: 1.5em;
    color: #fff;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    background-color: #E60012; }
  #flame .flow {
    border: 1px solid #D6D5D5;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 60px; }
    #flame .flow .flow-in {
      padding: 30px 0; }
      @media (min-width: 1024px) {
        #flame .flow .flow-in {
          display: flex;
          justify-content: space-around;
          align-items: flex-start;
          padding: 60px 40px; } }
      #flame .flow .flow-in .floe-text {
        text-align: center; }
        #flame .flow .flow-in .floe-text h4 {
          font-size: 1.75em;
          font-weight: bold;
          line-height: 1.4em;
          color: #E60012; }
        #flame .flow .flow-in .floe-text p {
          font-size: 1.0em;
          font-weight: normal;
          line-height: 1.4em;
          text-align: center;
          margin-top: 10px; }
          #flame .flow .flow-in .floe-text p .small {
            font-size: 0.7em; }
      #flame .flow .flow-in img {
        width: 25px;
        margin: 15px auto;
        display: flex;
        transform: rotate(90deg); }
        @media (min-width: 1024px) {
          #flame .flow .flow-in img {
            margin: 8px auto 0;
            transform: rotate(0deg); } }
  #flame .reception {
    border: 1px solid #D6D5D5;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 30px 40px; }
    @media (min-width: 1024px) {
      #flame .reception {
        padding: 60px 40px; } }
    #flame .reception ul {
      padding: 20px 0;
      max-width: 300px;
      margin: auto; }
      @media (min-width: 1024px) {
        #flame .reception ul {
          display: flex;
          justify-content: space-around;
          align-items: center;
          max-width: 100%; } }
      #flame .reception ul:nth-child(1) {
        margin-bottom: 20px; }
      #flame .reception ul:last-child {
        margin-bottom: 0; }
      #flame .reception ul li {
        margin-bottom: 15px; }
        @media (min-width: 1024px) {
          #flame .reception ul li {
            margin-bottom: 0; } }
        #flame .reception ul li p {
          font-size: 1.75em;
          font-weight: 700;
          line-height: 1.4em;
          color: #E60012; }
          @media (min-width: 1024px) {
            #flame .reception ul li p {
              line-height: 1.0em;
              margin-top: -5px; } }
        #flame .reception ul li img {
          width: 100%;
          margin: 5px 0; }
          @media (min-width: 1024px) {
            #flame .reception ul li img {
              width: 200px;
              margin: 0 0; } }
          @media (min-width: 1250px) {
            #flame .reception ul li img {
              width: 230px; } }
