@charset "UTF-8";
body {
  background-color: #7E7E7E; }

#back-gray {
  background-color: rgba(0, 0, 0, 0.5); }

/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#mv {
  position: relative;
  width: 100%; }
  #mv video {
    width: 100%; }
  #mv img {
    width: 100%; }
  #mv .mv-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; }
    #mv .mv-title div h2, #mv .mv-title div h3 {
      font-family: "Anton", sans-serif;
      font-weight: 400;
      font-style: normal;
      line-height: 1.0em; }
    #mv .mv-title div h2 {
      font-size: 7.5em;
      color: #fff; }
    #mv .mv-title div h3 {
      font-size: 18.75em;
      color: #CB0211; }
    #mv .mv-title div .lifeline {
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 20px; }
      #mv .mv-title div .lifeline h4 {
        font-size: 2.65em;
        margin-right: 10px; }
      #mv .mv-title div .lifeline h5 {
        font-size: 2.65em;
        display: inline-block;
        text-align: center;
        padding: 4px 10px;
        border: 1px solid #fff; }
    #mv .mv-title div h6 {
      font-size: 1.125em;
      color: #fff; }

/*
---------------------------------------------------------------------------------------------------------------------
カワキタチャンネル
---------------------------------------------------------------------------------------------------------------------
*/
#channel {
  width: 100%;
  background-color: #CB0211;
  padding: 50px 0 20px; }
  @media (min-width: 1024px) {
    #channel {
      padding: 100px 0 20px 10%; } }
  #channel .channel-title {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2; }
    #channel .channel-title .icon {
      margin-right: 30px; }
      #channel .channel-title .icon img {
        width: 100px; }
    #channel .channel-title h2 {
      font-family: "Anton", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 6.25em;
      line-height: 1.0em; }
  #channel .channel-in {
    margin-top: -50px; }
    @media (min-width: 1024px) {
      #channel .channel-in {
        display: flex; } }
    #channel .channel-in .txt {
      color: #fff; }
      @media (min-width: 1024px) {
        #channel .channel-in .txt {
          width: 34%;
          margin-top: calc(60px + 2%); } }
      #channel .channel-in .txt .movie-txt {
        padding-right: 10%; }
        #channel .channel-in .txt .movie-txt h3 {
          font-size: 2.0em;
          text-align: justify;
          line-height: 1.4em; }
        #channel .channel-in .txt .movie-txt p {
          font-size: 1.0em;
          text-align: justify;
          margin-top: 20px; }
      #channel .channel-in .txt .common-btn {
        margin-top: 20px; }
    #channel .channel-in .movie {
      position: relative; }
      @media (min-width: 1024px) {
        #channel .channel-in .movie {
          width: 66%; } }
      #channel .channel-in .movie a .thumbnail-ph img {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px; }
        @media (min-width: 1024px) {
          #channel .channel-in .movie a .thumbnail-ph img {
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px; } }

/*
---------------------------------------------------------------------------------------------------------------------
チャンネル　スライド
---------------------------------------------------------------------------------------------------------------------
*/
#channel-slide {
  background-color: #CB0211;
  padding: 80px 0 60px; }
  #channel-slide .plan-list {
    margin-bottom: 100px;
    position: relative; }
    @media (min-width: 768px) {
      #channel-slide .plan-list {
        display: flex;
        margin-bottom: 80px; } }
    @media (min-width: 1024px) {
      #channel-slide .plan-list {
        margin-bottom: 100px; } }
    @media (min-width: 768px) {
      #channel-slide .plan-list .plan-name {
        max-width: 350px;
        width: 90%;
        position: relative;
        display: block; } }
    #channel-slide .plan-list .plan-name.right a ul li:nth-child(1) img {
      transform: rotate(-5deg); }
    #channel-slide .plan-list .plan-name.right a ul li:nth-child(2) {
      transform: rotate(5deg); }
    #channel-slide .plan-list .plan-name.left {
      left: 3%; }
      #channel-slide .plan-list .plan-name.left a ul li:nth-child(1) img {
        transform: rotate(5deg); }
      #channel-slide .plan-list .plan-name.left a ul li:nth-child(2) {
        transform: rotate(-5deg); }
    #channel-slide .plan-list .plan-name a ul li {
      position: relative;
      width: 80%; }
      #channel-slide .plan-list .plan-name a ul li img {
        border-radius: 10px; }
      #channel-slide .plan-list .plan-name a ul li:nth-child(1) img {
        mix-blend-mode: multiply; }
      #channel-slide .plan-list .plan-name a ul li:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;
        border: 2px solid #FFF;
        border-radius: 10px;
        height: 100%; }
      #channel-slide .plan-list .plan-name a ul li:nth-child(3) {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-size: 2.5em;
        font-weight: bold; }
    #channel-slide .plan-list .plan-slide {
      overflow: hidden;
      position: relative;
      z-index: 1; }
      @media (min-width: 768px) {
        #channel-slide .plan-list .plan-slide {
          width: calc(100% - 350px); } }
      #channel-slide .plan-list .plan-slide .swiper-button-prev,
      #channel-slide .plan-list .plan-slide .swiper-button-next {
        top: 82px; }
        @media (min-width: 1024px) {
          #channel-slide .plan-list .plan-slide .swiper-button-prev,
          #channel-slide .plan-list .plan-slide .swiper-button-next {
            top: 94px; } }
        @media (min-width: 1250px) {
          #channel-slide .plan-list .plan-slide .swiper-button-prev,
          #channel-slide .plan-list .plan-slide .swiper-button-next {
            top: 120px; } }
      #channel-slide .plan-list .plan-slide .card02 .swiper-button-next {
        left: calc(100% - 42px); }
        @media (min-width: 1024px) {
          #channel-slide .plan-list .plan-slide .card02 .swiper-button-next {
            left: calc(100% - 57px); } }
      #channel-slide .plan-list .plan-slide .swiper {
        padding-left: 0; }
        #channel-slide .plan-list .plan-slide .swiper .swiper-wrapper {
          padding-left: 5%; }
          @media (min-width: 768px) {
            #channel-slide .plan-list .plan-slide .swiper .swiper-wrapper {
              padding-left: 0; } }
          #channel-slide .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide {
            width: 260px;
            margin-right: 15px; }
            @media (min-width: 1024px) {
              #channel-slide .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide {
                width: 300px;
                margin-right: 20px; } }
            @media (min-width: 1250px) {
              #channel-slide .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide {
                width: 340px;
                margin-right: 30px; } }
            #channel-slide .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a:hover .slide-media > img {
              transform: scale(1.04); }
            #channel-slide .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a article .slide-media {
              position: relative;
              border-radius: 10px;
              overflow: hidden;
              display: block;
              z-index: 1; }
              #channel-slide .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a article .slide-media img {
                width: 100%;
                height: auto;
                display: block;
                transition-duration: 0.8s;
                transform: scale(1);
                border-radius: 10px; }
            #channel-slide .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a article .movie-info {
              margin-top: 10px; }
              #channel-slide .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a article .movie-info h3 {
                font-size: 0.9em;
                line-height: 1.4em;
                color: #fff; }
                @media (min-width: 1024px) {
                  #channel-slide .plan-list .plan-slide .swiper .swiper-wrapper .swiper-slide a article .movie-info h3 {
                    font-size: 1.0em; } }

/*
---------------------------------------------------------------------------------------------------------------------
カワキタエクスプレスについて
---------------------------------------------------------------------------------------------------------------------
*/
#about {
  background: linear-gradient(180deg, #CB0211 0%, #CB0211 15%, rgba(0, 0, 0, 0.6) 15%, rgba(0, 0, 0, 0.6) 100%);
  width: 100%;
  padding: 40px 0 200px; }
  #about .about-in {
    max-width: 1200px;
    margin: auto;
    width: 90%; }
    @media (min-width: 1024px) {
      #about .about-in .about-tilte {
        display: flex; } }
    @media (min-width: 1024px) {
      #about .about-in .about-tilte .photo {
        width: 50%; } }
    #about .about-in .about-tilte .photo img {
      border-radius: 10px; }
    @media (min-width: 1024px) {
      #about .about-in .about-tilte .common-title {
        text-align: right;
        margin: 20% 0 0 auto; } }
    #about .about-in .contents {
      margin-top: 60px; }
      @media (min-width: 1024px) {
        #about .about-in .contents {
          display: flex; } }
      @media (min-width: 1024px) {
        #about .about-in .contents .copy {
          width: 25%;
          margin-top: auto; } }
      #about .about-in .contents .copy h2 {
        font-family: "Anton", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 3.125em; }
      @media (min-width: 1024px) {
        #about .about-in .contents .contents-in {
          width: 75%; } }
      #about .about-in .contents .contents-in .txt-box {
        background-color: #fff;
        border-radius: 10px;
        padding: 40px; }
        #about .about-in .contents .contents-in .txt-box ul {
          display: flex;
          align-items: center;
          justify-content: center;
          margin-bottom: 20px; }
          #about .about-in .contents .contents-in .txt-box ul li {
            font-size: 2.5em;
            font-weight: bold;
            line-height: 1.2em;
            color: #CB0211; }
            #about .about-in .contents .contents-in .txt-box ul li:nth-child(odd) {
              display: inline-block;
              text-align: center;
              padding: 0 10px 2px;
              border: 3px solid #CB0211;
              margin-right: 5px; }
        #about .about-in .contents .contents-in .txt-box p {
          font-size: 1.0em;
          text-align: justify;
          color: #000; }
      #about .about-in .contents .common-btn {
        margin-top: 30px;
        text-align: center; }

/*
---------------------------------------------------------------------------------------------------------------------
ミッション・ビジョン・バリュー
---------------------------------------------------------------------------------------------------------------------
*/
#slogan {
  background-color: #CB0211;
  padding: 0 0 150px; }
  #slogan .slogan-in {
    max-width: 1100px;
    margin: -200px auto 0;
    width: 90%; }
    #slogan .slogan-in .common-slogan-txt h2 {
      font-size: 1.5em;
      color: #fff;
      margin-bottom: 20px; }
    #slogan .slogan-in .common-slogan-txt h3 {
      font-size: 2.5em;
      color: #CB0211;
      display: inline-block;
      border-radius: 10px;
      padding: 20px 10px;
      background-color: #fff;
      margin-bottom: 30px; }
    #slogan .slogan-in .common-slogan-txt p {
      font-size: 1.0em;
      color: #fff; }
    #slogan .slogan-in .photo img {
      border-radius: 10px; }
    #slogan .slogan-in .copy-pc {
      display: none; }
      @media (min-width: 1024px) {
        #slogan .slogan-in .copy-pc {
          display: block;
          width: 90px; } }
    @media (min-width: 1024px) {
      #slogan .slogan-in .mission {
        display: flex; } }
    @media (min-width: 1024px) {
      #slogan .slogan-in .mission .photo {
        width: 35%; } }
    @media (min-width: 1024px) {
      #slogan .slogan-in .mission .mission-in {
        width: 65%;
        display: flex; } }
    #slogan .slogan-in .mission .mission-in .common-slogan-txt {
      text-align: right; }
      @media (min-width: 1024px) {
        #slogan .slogan-in .mission .mission-in .common-slogan-txt {
          width: calc(100% - 90px);
          margin-right: 30px; } }
    #slogan .slogan-in .vision {
      margin-top: 60px;
      position: relative; }
      @media (min-width: 1024px) {
        #slogan .slogan-in .vision {
          display: flex; } }
      @media (min-width: 1024px) {
        #slogan .slogan-in .vision .photo {
          display: flex; } }
      #slogan .slogan-in .vision .common-slogan-txt {
        margin-left: 30px; }
      #slogan .slogan-in .vision .vision-img {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 45%; }
    #slogan .slogan-in .value {
      margin-top: 60px; }
      @media (min-width: 1024px) {
        #slogan .slogan-in .value {
          display: flex; } }
      @media (min-width: 1024px) {
        #slogan .slogan-in .value .photo {
          width: 25%; } }
      @media (min-width: 1024px) {
        #slogan .slogan-in .value .value-in {
          width: 75%;
          display: flex; } }
      #slogan .slogan-in .value .value-in .common-slogan-txt {
        text-align: right; }
        @media (min-width: 1024px) {
          #slogan .slogan-in .value .value-in .common-slogan-txt {
            width: calc(100% - 90px);
            margin-right: 30px; } }

/*
---------------------------------------------------------------------------------------------------------------------
スタッフ紹介
---------------------------------------------------------------------------------------------------------------------
*/
#profile {
  max-width: 1200px;
  margin: 0 auto 60px;
  width: 90%;
  position: relative;
  padding: 200px 0 0; }
  #profile .profile-title {
    position: absolute;
    top: 200px; }
    #profile .profile-title .common-btn {
      margin-top: 40px; }
  #profile .profile-video ul li {
    position: relative;
    display: flex;
    width: 90%;
    max-width: 730px; }
    #profile .profile-video ul li:nth-child(1) {
      margin-left: auto;
      margin-bottom: 50px; }
    #profile .profile-video ul li:nth-child(2) {
      margin: 0 auto 50px; }
    #profile .profile-video ul li:nth-child(3) {
      margin-right: auto; }
    #profile .profile-video ul li .movie {
      position: relative; }
      @media (min-width: 1024px) {
        #profile .profile-video ul li .movie {
          width: 75%; } }
      #profile .profile-video ul li .movie a .thumbnail-ph img {
        border-radius: 10px; }
    @media (min-width: 1024px) {
      #profile .profile-video ul li .matter {
        width: 45%;
        position: relative;
        margin-left: -20%;
        display: flex;
        align-items: center; } }
    #profile .profile-video ul li .matter .txt {
      background-color: #fff;
      border-radius: 10px;
      padding: 20px; }
      #profile .profile-video ul li .matter .txt h3 {
        font-size: 1.25em;
        line-height: 1.6em;
        color: #000; }
    #profile .profile-video ul li .matter .common-btn {
      text-align: right;
      margin-top: 20px; }
  #profile .copy {
    position: absolute;
    bottom: 0;
    right: 0; }
    #profile .copy h3 {
      font-size: 3.75em; }

/*
---------------------------------------------------------------------------------------------------------------------
ラジオ
---------------------------------------------------------------------------------------------------------------------
*/
#radio {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  position: relative;
  padding: 200px 0 0; }
  @media (min-width: 1024px) {
    #radio .photo {
      width: 70%; } }
  @media (min-width: 1024px) {
    #radio .radio-txt {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      display: flex;
      align-items: center; } }
  #radio .radio-txt .common-title {
    text-align: right; }
  #radio .radio-txt ul {
    margin-top: 30px; }
    #radio .radio-txt ul li {
      background-color: #fff;
      padding: 20px 30px;
      margin-bottom: 15px;
      border-radius: 10px; }
      #radio .radio-txt ul li a {
        display: flex;
        align-items: center; }
        #radio .radio-txt ul li a h3 {
          font-size: 1.875em;
          color: #CB0211; }
        #radio .radio-txt ul li a img {
          width: 40px; }

/*
---------------------------------------------------------------------------------------------------------------------
お知らせ
---------------------------------------------------------------------------------------------------------------------
*/
#news {
  max-width: 1100px;
  margin: auto;
  width: 90%;
  position: relative;
  padding-top: 140px; }
  @media (min-width: 1024px) {
    #news .news-in {
      width: 70%; } }
  #news .news-in ul {
    margin-top: 60px;
    position: relative;
    z-index: 2; }
    #news .news-in ul li {
      background-color: #fff;
      padding: 20px 30px;
      margin-bottom: 15px;
      border-radius: 10px; }
      #news .news-in ul li a {
        display: flex;
        align-items: center; }
        #news .news-in ul li a p {
          font-size: 1.0em; }
        #news .news-in ul li a h4 {
          font-size: 1.0em;
          color: #fff;
          display: inline-block;
          text-align: center;
          padding: 2px 4px 3px;
          background-color: #CB0211;
          margin: 0 10px; }
          @media (min-width: 1024px) {
            #news .news-in ul li a h4 {
              margin: 0 30px; } }
        #news .news-in ul li a h3 {
          font-size: 1.0em;
          word-break: break-all;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden; }
  #news .news-in .common-btn {
    margin-top: 30px;
    text-align: center; }
  @media (min-width: 1024px) {
    #news .photo {
      position: absolute;
      top: 140px;
      right: 0;
      width: 35%; } }
  #news .photo img {
    border-radius: 10px; }

/*
---------------------------------------------------------------------------------------------------------------------
動画
---------------------------------------------------------------------------------------------------------------------
*/
#shorts {
  padding-top: 140px; }
  #shorts .common-title {
    text-align: right;
    max-width: 1100px;
    margin: 0 auto 20px; }
  #shorts .short-card {
    overflow: hidden;
    padding: 40px 0 20px 5%;
    /* 前への矢印カスタマイズ */
    /* 次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */
    /* 前へ次への矢印カスタマイズ */ }
    @media (min-width: 1024px) {
      #shorts .short-card {
        padding: 60px 0 100px 5%; } }
    #shorts .short-card .swiper-slide {
      width: 200px;
      margin: 0 5px;
      transition: .7s; }
      @media (min-width: 1024px) {
        #shorts .short-card .swiper-slide {
          width: 200px; } }
      @media (min-width: 1250px) {
        #shorts .short-card .swiper-slide {
          width: 260px;
          margin: 0 15px; } }
      #shorts .short-card .swiper-slide.swiper-slide-active {
        transform: scale(1.12);
        z-index: 1;
        margin: 0 30px; }
      #shorts .short-card .swiper-slide:last-child {
        margin-right: 5%; }
      #shorts .short-card .swiper-slide article .movie {
        position: relative; }
        #shorts .short-card .swiper-slide article .movie a .thumbnail-ph img {
          border-radius: 10px; }
        #shorts .short-card .swiper-slide article .movie .icon {
          display: flex;
          align-items: center;
          position: absolute;
          bottom: 10px;
          left: 10px; }
          #shorts .short-card .swiper-slide article .movie .icon img {
            width: 60px;
            margin-right: 10px; }
          #shorts .short-card .swiper-slide article .movie .icon h3 {
            font-size: 1.0em; }
      #shorts .short-card .swiper-slide article .contents {
        margin-top: 20px; }
        #shorts .short-card .swiper-slide article .contents p {
          font-size: 1.0em;
          line-height: 1.6em; }
    #shorts .short-card .swiper-button-prev::after {
      background-image: url("../../img/common/arrow-maru.svg");
      transform: rotate(180deg); }
    #shorts .short-card .swiper-button-next::after {
      background-image: url("../../img/common/arrow-maru.svg"); }
    #shorts .short-card .swiper-button-prev,
    #shorts .short-card .swiper-button-next {
      height: 40px;
      width: 40px;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
      border-radius: 50%;
      z-index: 20;
      top: 33%; }
      @media (min-width: 768px) {
        #shorts .short-card .swiper-button-prev,
        #shorts .short-card .swiper-button-next {
          top: 28%; } }
      @media (min-width: 1024px) {
        #shorts .short-card .swiper-button-prev,
        #shorts .short-card .swiper-button-next {
          height: 50px;
          width: 50px; } }
      @media (min-width: 1250px) {
        #shorts .short-card .swiper-button-prev,
        #shorts .short-card .swiper-button-next {
          top: 33%; } }
    #shorts .short-card .swiper-button-prev::after,
    #shorts .short-card .swiper-button-next::after {
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
      margin: auto;
      height: 40px;
      width: 40px; }
      @media (min-width: 1024px) {
        #shorts .short-card .swiper-button-prev::after,
        #shorts .short-card .swiper-button-next::after {
          height: 50px;
          width: 50px; } }

/*
---------------------------------------------------------------------------------------------------------------------
バナー
---------------------------------------------------------------------------------------------------------------------
*/
#banner {
  max-width: 1100px;
  margin: auto;
  width: 90%;
  padding-top: 100px; }
  @media (min-width: 1024px) {
    #banner {
      padding-top: 200px; } }
  @media only screen and (min-width: 1024px) {
    #banner .o-6column .col-lg-6 {
      padding: 0 20px; }
    #banner .o-6column {
      margin: 0 -20px; } }
  #banner .banner-box {
    position: relative;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      #banner .banner-box {
        margin-bottom: 0; } }
    #banner .banner-box .common-title {
      position: absolute;
      top: -60px;
      left: 0; }
    #banner .banner-box a:hover .arrow-btn {
      right: 10px; }
    #banner .banner-box a:hover .photo > img {
      transform: scale(1.04); }
    #banner .banner-box a .photo {
      margin: 60px 0 0 60px;
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      display: block;
      z-index: 1; }
      #banner .banner-box a .photo img {
        border-radius: 10px;
        transition-duration: 0.8s;
        transform: scale(1); }
    #banner .banner-box a .arrow-btn {
      position: absolute;
      bottom: 20px;
      right: 20px;
      transition: .5s;
      z-index: 2; }
      #banner .banner-box a .arrow-btn img {
        width: 50px; }
