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

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

/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#mv {
  position: relative;
  width: 100%; }
  #mv::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    mix-blend-mode: multiply;
    z-index: 1; }
  #mv video, #mv img {
    width: 100%;
    vertical-align: bottom; }
  #mv .mv-title {
    position: absolute;
    bottom: 120px;
    left: 15px;
    z-index: 10; }
    @media (min-width: 768px) {
      #mv .mv-title {
        bottom: 30px;
        left: 30px; } }
    #mv .mv-title h1 {
      font-family: 'Noto Sans JP', sans-serif;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      font-size: 2.0em;
      color: #fff; }
      @media (min-width: 768px) {
        #mv .mv-title h1 {
          font-size: 3.0em; } }
      @media (min-width: 1250px) {
        #mv .mv-title h1 {
          font-size: 5.0em; } }
  #mv .recruit-links {
    position: absolute;
    bottom: 10px;
    right: 20px;
    z-index: 10; }
    #mv .recruit-links a:hover .recruit-btn > img {
      right: 10px; }
    #mv .recruit-links a .recruit-btn {
      position: relative;
      width: 240px;
      padding: 10px 18px;
      background-color: #fff;
      border-radius: 60px;
      margin-bottom: 10px; }
      @media (min-width: 1200px) {
        #mv .recruit-links a .recruit-btn {
          width: 290px; } }
      #mv .recruit-links a .recruit-btn .txt {
        display: flex;
        align-items: flex-end; }
        #mv .recruit-links a .recruit-btn .txt h6 {
          font-size: 0.9em;
          line-height: 1.2em;
          color: #C90311; }
          @media (min-width: 1200px) {
            #mv .recruit-links a .recruit-btn .txt h6 {
              font-size: 1.125em; } }
        #mv .recruit-links a .recruit-btn .txt h5 {
          font-family: "Anton", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 1.125em;
          line-height: 1.0em;
          text-align: justify;
          color: #C90311;
          margin-right: 5px; }
          @media (min-width: 1200px) {
            #mv .recruit-links a .recruit-btn .txt h5 {
              font-size: 1.5em; } }
      #mv .recruit-links a .recruit-btn img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        width: 16px;
        margin: auto;
        transition: .5s; }
        @media (min-width: 1200px) {
          #mv .recruit-links a .recruit-btn img {
            width: 20px; } }

#prologue {
  background-color: #CB0211;
  padding: 30px 0; }
  @media (min-width: 768px) {
    #prologue {
      padding: 60px 0 60px; } }
  @media (min-width: 1200px) {
    #prologue {
      padding: 100px 0 60px; } }
  #prologue .prologue-in {
    max-width: 1200px;
    margin: auto;
    width: 90%; }
    @media (min-width: 768px) {
      #prologue .prologue-in {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 50px; } }
    #prologue .prologue-in .txt-L h2 {
      font-size: 1.35em;
      line-height: 1.4em; }
      @media (min-width: 768px) {
        #prologue .prologue-in .txt-L h2 {
          font-size: 1.75em; } }
      @media (min-width: 1200px) {
        #prologue .prologue-in .txt-L h2 {
          font-size: 2.25em; } }
    #prologue .prologue-in .txt-L img {
      width: 70%;
      margin-top: 0; }
    #prologue .prologue-in .right-R {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #prologue .prologue-in .right-R {
          margin-top: 0; } }
      #prologue .prologue-in .right-R p {
        font-size: 0.9em;
        line-height: 1.8em; }
        @media (min-width: 768px) {
          #prologue .prologue-in .right-R p {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          #prologue .prologue-in .right-R p {
            font-size: 1.125em; } }

#wiki {
  background-color: #CB0211;
  overflow: hidden; }
  #wiki .notice {
    position: relative;
    bottom: -20px;
    max-width: 1200px;
    margin: auto;
    width: 90%; }
    @media (min-width: 768px) {
      #wiki .notice {
        bottom: -25px; } }
    @media (min-width: 1200px) {
      #wiki .notice {
        bottom: -35px; } }
    #wiki .notice h6 {
      position: relative;
      display: inline-block;
      padding: 10px 20px;
      background-color: #fff;
      border-radius: 40px;
      color: #CB0211;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.0em; }
      #wiki .notice h6::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 16px;
        height: 10px;
        background: #fff;
        border-radius: 0 0 8px 8px; }
    #wiki .notice .title {
      margin-top: 20px; }
      #wiki .notice .title img {
        width: auto;
        height: 40px; }
        @media (min-width: 768px) {
          #wiki .notice .title img {
            height: 50px; } }
        @media (min-width: 1200px) {
          #wiki .notice .title img {
            height: 70px; } }
  #wiki .wiki-in {
    background-color: #414141;
    max-width: 1600px;
    width: 96%;
    margin: auto;
    border-radius: 10px;
    padding: 40px 0; }
    @media (min-width: 768px) {
      #wiki .wiki-in {
        border-radius: 20px;
        padding: 100px 0 60px; } }
    @media (min-width: 1200px) {
      #wiki .wiki-in {
        padding: 120px 0 60px; } }
    #wiki .wiki-in .inner {
      max-width: 1200px;
      width: 90%;
      margin: auto; }
      @media (min-width: 768px) {
        #wiki .wiki-in .inner .contact {
          display: flex; } }
      #wiki .wiki-in .inner .contact .txt-area {
        margin-top: 20px; }
        @media (min-width: 768px) {
          #wiki .wiki-in .inner .contact .txt-area {
            width: 45%;
            padding-right: 5%;
            margin-top: 0; } }
        #wiki .wiki-in .inner .contact .txt-area h3 {
          font-size: 1.25em;
          line-height: 1.4em; }
          @media (min-width: 768px) {
            #wiki .wiki-in .inner .contact .txt-area h3 {
              font-size: 1.75em; } }
          @media (min-width: 1200px) {
            #wiki .wiki-in .inner .contact .txt-area h3 {
              font-size: 2.0em; } }
        #wiki .wiki-in .inner .contact .txt-area p {
          font-size: 0.8em;
          line-height: 1.6em;
          text-align: justify;
          margin: 20px 0 0 0; }
          @media (min-width: 768px) {
            #wiki .wiki-in .inner .contact .txt-area p {
              font-size: 0.9em; } }
          @media (min-width: 1200px) {
            #wiki .wiki-in .inner .contact .txt-area p {
              font-size: 1.0em; } }
        #wiki .wiki-in .inner .contact .txt-area .common-btn {
          margin-top: 20px; }
      #wiki .wiki-in .inner .contact .image-area {
        position: relative; }
        @media (min-width: 768px) {
          #wiki .wiki-in .inner .contact .image-area {
            width: 55%; } }
        #wiki .wiki-in .inner .contact .image-area .photo {
          overflow: hidden;
          border-radius: 10px; }
          @media (min-width: 1024px) {
            #wiki .wiki-in .inner .contact .image-area .photo {
              border-radius: 20px; } }
          #wiki .wiki-in .inner .contact .image-area .photo img {
            height: 100%;
            object-fit: cover;
            display: block; }
        #wiki .wiki-in .inner .contact .image-area .pickup {
          position: absolute;
          bottom: -5%;
          right: -5%; }
          #wiki .wiki-in .inner .contact .image-area .pickup h3 {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.25em;
            line-height: 1.05em; }
            @media (min-width: 768px) {
              #wiki .wiki-in .inner .contact .image-area .pickup h3 {
                font-size: 2.2em; } }
            @media (min-width: 1200px) {
              #wiki .wiki-in .inner .contact .image-area .pickup h3 {
                font-size: 2.6em; } }
          #wiki .wiki-in .inner .contact .image-area .pickup img {
            width: 80px;
            animation: rotate-anime 120s linear infinite; }
            @media (min-width: 768px) {
              #wiki .wiki-in .inner .contact .image-area .pickup img {
                width: 140px; } }
            @media (min-width: 1200px) {
              #wiki .wiki-in .inner .contact .image-area .pickup img {
                width: 160px; } }
@keyframes rotate-anime {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
      #wiki .wiki-in .inner .post-list {
        margin-top: 30px; }
        @media (min-width: 768px) {
          #wiki .wiki-in .inner .post-list {
            margin-top: 60px; } }
        @media (min-width: 1200px) {
          #wiki .wiki-in .inner .post-list {
            margin-top: 80px; } }
        #wiki .wiki-in .inner .post-list ul {
          border-bottom: 1px solid #fff; }
          #wiki .wiki-in .inner .post-list ul li {
            border-top: 1px solid #fff; }
            #wiki .wiki-in .inner .post-list ul li a:hover .post-txt > img {
              right: 0; }
            #wiki .wiki-in .inner .post-list ul li a .post-txt {
              position: relative;
              padding: 25px 40px 25px 0; }
              @media (min-width: 1024px) {
                #wiki .wiki-in .inner .post-list ul li a .post-txt {
                  display: flex; } }
              #wiki .wiki-in .inner .post-list ul li a .post-txt h3 {
                font-size: 0.9em;
                line-height: 1.4em;
                color: #fff; }
                @media (min-width: 768px) {
                  #wiki .wiki-in .inner .post-list ul li a .post-txt h3 {
                    font-size: 1.0em; } }
                @media (min-width: 1024px) {
                  #wiki .wiki-in .inner .post-list ul li a .post-txt h3 {
                    width: 400px; } }
                @media (min-width: 1200px) {
                  #wiki .wiki-in .inner .post-list ul li a .post-txt h3 {
                    font-size: 1.125em;
                    width: 500px; } }
              #wiki .wiki-in .inner .post-list ul li a .post-txt p {
                font-size: 0.8em;
                line-height: 1.4em;
                color: #fff; }
                @media (min-width: 768px) {
                  #wiki .wiki-in .inner .post-list ul li a .post-txt p {
                    font-size: 0.9em; } }
                @media (min-width: 1200px) {
                  #wiki .wiki-in .inner .post-list ul li a .post-txt p {
                    font-size: 1.0em; } }
              #wiki .wiki-in .inner .post-list ul li a .post-txt img {
                position: absolute;
                top: 0;
                bottom: 0;
                right: 5px;
                margin: auto;
                width: 24px;
                transition: .5s; }
        #wiki .wiki-in .inner .post-list .common-btn {
          margin-top: 20px;
          display: flex;
          justify-content: flex-end; }

/*
---------------------------------------------------------------------------------------------------------------------
ラジオ
---------------------------------------------------------------------------------------------------------------------
*/
#radio-new {
  background-color: #CB0211;
  margin: auto;
  padding-top: 40px; }
  @media (min-width: 768px) {
    #radio-new {
      padding-top: 60px; } }
  @media (min-width: 1024px) {
    #radio-new {
      padding-top: 120px; } }
  #radio-new .recruit-in {
    max-width: 2000px;
    width: 90%;
    margin: auto; }
    @media (min-width: 768px) {
      #radio-new .recruit-in {
        display: flex;
        width: 94%; } }
    @media (min-width: 768px) {
      #radio-new .recruit-in .recruit-l {
        width: 50%; } }
    #radio-new .recruit-in .recruit-l img {
      border-radius: 20px;
      vertical-align: bottom; }
      @media (min-width: 768px) {
        #radio-new .recruit-in .recruit-l img {
          border-radius: 30px; } }
    #radio-new .recruit-in .recruit-r {
      position: relative;
      margin-top: 20px; }
      @media (min-width: 768px) {
        #radio-new .recruit-in .recruit-r {
          width: 50%;
          margin-top: 0;
          padding-left: 3%; } }
      #radio-new .recruit-in .recruit-r .txt {
        margin-bottom: 60px; }
        @media (min-width: 768px) {
          #radio-new .recruit-in .recruit-r .txt {
            margin-bottom: 0; } }
        @media (min-width: 1024px) {
          #radio-new .recruit-in .recruit-r .txt {
            display: flex;
            align-items: center;
            margin: -15% auto 0;
            height: 100%; } }
        @media (min-width: 1250px) {
          #radio-new .recruit-in .recruit-r .txt {
            margin: -5% auto 0; } }
        #radio-new .recruit-in .recruit-r .txt .txt-in h2 {
          font-family: "Anton", sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 4.0em;
          line-height: 0.95em;
          margin: 0; }
          @media (min-width: 1250px) {
            #radio-new .recruit-in .recruit-r .txt .txt-in h2 {
              font-size: 6.25em; } }
        #radio-new .recruit-in .recruit-r .txt .txt-in h3 {
          font-size: 1.6em;
          font-weight: 900;
          line-height: 1.4em;
          margin-top: -5px; }
          @media (min-width: 1024px) {
            #radio-new .recruit-in .recruit-r .txt .txt-in h3 {
              font-size: 2.0em; } }
          @media (min-width: 1250px) {
            #radio-new .recruit-in .recruit-r .txt .txt-in h3 {
              font-size: 2.8em;
              margin-top: -10px; } }
        #radio-new .recruit-in .recruit-r .txt .txt-in h4 {
          font-size: 1.125em;
          line-height: 1.4em;
          margin: 10px 0 0 0; }
          @media (min-width: 1250px) {
            #radio-new .recruit-in .recruit-r .txt .txt-in h4 {
              font-size: 1.4em;
              margin: 20px 0 0 0; } }
        #radio-new .recruit-in .recruit-r .txt .txt-in .radio-menu {
          display: flex; }
          @media (min-width: 1024px) {
            #radio-new .recruit-in .recruit-r .txt .txt-in .radio-menu {
              margin-top: 10px; } }
          #radio-new .recruit-in .recruit-r .txt .txt-in .radio-menu ul {
            display: flex;
            margin-top: 2px; }
            #radio-new .recruit-in .recruit-r .txt .txt-in .radio-menu ul li {
              margin: 0 5px; }
              #radio-new .recruit-in .recruit-r .txt .txt-in .radio-menu ul li:first-child {
                margin-left: 0; }
              #radio-new .recruit-in .recruit-r .txt .txt-in .radio-menu ul li:last-child {
                margin-right: 0; }
              #radio-new .recruit-in .recruit-r .txt .txt-in .radio-menu ul li a {
                font-size: 0.9em;
                color: #fff;
                transition: .5s;
                position: relative; }
                #radio-new .recruit-in .recruit-r .txt .txt-in .radio-menu ul li a::after {
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  content: '';
                  width: 100%;
                  height: 1px;
                  background: #fff;
                  transform: scale(0, 1);
                  transform-origin: right top;
                  transition: transform .3s; }
                #radio-new .recruit-in .recruit-r .txt .txt-in .radio-menu ul li a:hover::after {
                  transform-origin: left top;
                  transform: scale(1, 1); }
        #radio-new .recruit-in .recruit-r .txt .txt-in .tiktok {
          margin-top: 30px; }
          @media (min-width: 1024px) {
            #radio-new .recruit-in .recruit-r .txt .txt-in .tiktok {
              margin-top: 60px;
              display: flex;
              align-items: center; } }
          #radio-new .recruit-in .recruit-r .txt .txt-in .tiktok p {
            font-size: 0.9em;
            line-height: 1.35em; }
            @media (min-width: 768px) {
              #radio-new .recruit-in .recruit-r .txt .txt-in .tiktok p {
                font-size: 1.0em; } }
          #radio-new .recruit-in .recruit-r .txt .txt-in .tiktok .common-btn {
            margin: 10px 0 0 0; }
            @media (min-width: 1024px) {
              #radio-new .recruit-in .recruit-r .txt .txt-in .tiktok .common-btn {
                margin: 0 0 0 10px; } }
      #radio-new .recruit-in .recruit-r .common-fuidashi {
        margin-top: 30px;
        text-align: center; }
        @media (min-width: 1024px) {
          #radio-new .recruit-in .recruit-r .common-fuidashi {
            position: absolute;
            bottom: 70px;
            left: 0;
            right: 0; } }
        #radio-new .recruit-in .recruit-r .common-fuidashi h3 {
          background-color: #fff;
          position: relative;
          color: #CB0211; }
          #radio-new .recruit-in .recruit-r .common-fuidashi h3::after {
            right: 35%;
            background-color: #fff; }
  #radio-new .card01 {
    margin-top: 20px; }
    @media (min-width: 1024px) {
      #radio-new .card01 {
        margin-top: -40px; } }
    #radio-new .card01 .swiper-button-prev,
    #radio-new .card01 .swiper-button-next {
      top: 125px; }
      @media (min-width: 1250px) {
        #radio-new .card01 .swiper-button-prev,
        #radio-new .card01 .swiper-button-next {
          top: 120px; } }
    #radio-new .card01 .swiper .swiper-wrapper .swiper-slide {
      width: 95%;
      max-width: 400px;
      margin-right: 20px; }
      @media (min-width: 1024px) {
        #radio-new .card01 .swiper .swiper-wrapper .swiper-slide {
          margin-right: 30px; } }
      #radio-new .card01 .swiper .swiper-wrapper .swiper-slide article iframe {
        height: 300px; }
      #radio-new .card01 .swiper .swiper-wrapper .swiper-slide article h3 {
        font-size: 1.0em;
        line-height: 1.4em;
        margin-top: -60px; }
        @media (min-width: 1024px) {
          #radio-new .card01 .swiper .swiper-wrapper .swiper-slide article h3 {
            font-size: 1.125em;
            margin-top: -40px; } }
  #radio-new .Podcast-btn {
    text-align: center;
    margin-top: 60px; }

.common-fuidashi h3 {
  line-height: 1.35em;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 40px;
  padding: 10px 20px;
  position: relative;
  margin: 0; }
  @media (min-width: 1024px) {
    .common-fuidashi h3 {
      padding: 15px 25px; } }
  .common-fuidashi h3.small {
    font-size: 0.85em; }
    @media (min-width: 1250px) {
      .common-fuidashi h3.small {
        font-size: 1.0em; } }
  .common-fuidashi h3.large {
    font-size: 1.125em; }
    @media (min-width: 1250px) {
      .common-fuidashi h3.large {
        font-size: 1.5em; } }
  .common-fuidashi h3::after {
    position: absolute;
    bottom: -13.5px;
    width: 20px;
    height: 14px;
    content: "";
    clip-path: path("M6.78,12.21c.36.65.9,1.19,1.55,1.55,1.93,1.07,4.37.38,5.44-1.55L20.55,0H0l6.78,12.21Z"); }

.card-common2 {
  overflow: hidden;
  position: relative;
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */ }
  .card-common2 .swiper {
    overflow: visible;
    padding-left: 5%; }
    @media (min-width: 1024px) {
      .card-common2 .swiper {
        padding-left: 2.5%; } }
  .card-common2 .swiper-button-next {
    right: 12px; }
  .card-common2 .swiper-button-prev {
    left: 12px; }
  .card-common2 .swiper-button-prev::after {
    background-image: url("../img/parts/arrow-slide-L.svg"); }
  .card-common2 .swiper-button-next::after {
    background-image: url("../img/parts/arrow-slide-R.svg"); }
  .card-common2 .swiper-slide img {
    height: auto;
    width: 100%; }
  .card-common2 .swiper-button-prev,
  .card-common2 .swiper-button-next {
    height: 30px;
    width: 30px; }
    @media (min-width: 1250px) {
      .card-common2 .swiper-button-prev,
      .card-common2 .swiper-button-next {
        height: 45px;
        width: 45px; } }
  .card-common2 .swiper-button-prev::after,
  .card-common2 .swiper-button-next::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    margin: auto;
    height: 30px;
    width: 30px; }
    @media (min-width: 1250px) {
      .card-common2 .swiper-button-prev::after,
      .card-common2 .swiper-button-next::after {
        height: 45px;
        width: 45px; } }

/*
---------------------------------------------------------------------------------------------------------------------
カワキタチャンネル
---------------------------------------------------------------------------------------------------------------------
*/
#channel {
  width: 100%;
  background-color: #CB0211;
  padding: 80px 0 20px; }
  @media (min-width: 1024px) {
    #channel {
      padding: 140px 0 20px 5%; } }
  @media (min-width: 1600px) {
    #channel {
      padding: 180px 0 20px 10%; } }
  #channel .channel-title {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding-left: 5%; }
    @media (min-width: 1024px) {
      #channel .channel-title {
        padding-left: 0; } }
    #channel .channel-title .icon {
      margin-right: 10px; }
      @media (min-width: 1024px) {
        #channel .channel-title .icon {
          margin-right: 30px; } }
      #channel .channel-title .icon img {
        width: 60px;
        border-radius: 50%; }
        @media (min-width: 1024px) {
          #channel .channel-title .icon img {
            width: 100px; } }
    #channel .channel-title h2 {
      font-family: "Anton", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 10vw;
      line-height: 1.0em; }
      @media (min-width: 1024px) {
        #channel .channel-title h2 {
          font-size: 6.25em; } }
  #channel .channel-in {
    margin-top: 10px; }
    @media (min-width: 1024px) {
      #channel .channel-in {
        display: flex;
        margin-top: -50px; } }
    #channel .channel-in .txt {
      color: #fff;
      margin: 0 auto 20px;
      width: 90%; }
      @media (min-width: 1024px) {
        #channel .channel-in .txt {
          width: 34%;
          margin-top: calc(60px + 2%); } }
      @media (min-width: 1024px) {
        #channel .channel-in .txt .movie-txt {
          padding-right: 10%; } }
      #channel .channel-in .txt .movie-txt h3 {
        font-size: 1.25em;
        text-align: justify;
        line-height: 1.4em; }
        @media (min-width: 1024px) {
          #channel .channel-in .txt .movie-txt h3 {
            font-size: 1.5em; } }
        @media (min-width: 1250px) {
          #channel .channel-in .txt .movie-txt h3 {
            font-size: 2.0em; } }
      #channel .channel-in .txt .movie-txt p {
        font-size: 0.9em;
        text-align: justify;
        margin-top: 20px; }
        @media (min-width: 1250px) {
          #channel .channel-in .txt .movie-txt p {
            font-size: 1.0em; } }
      #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%; } }
      @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: 20px 0 10px; }
  @media (min-width: 768px) {
    #channel-slide {
      padding: 60px 0 10px; } }
  @media (min-width: 1250px) {
    #channel-slide {
      padding: 80px 0 60px; } }
  #channel-slide .plan-list {
    margin-bottom: 40px;
    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; } }
    #channel-slide .plan-list .plan-name {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        #channel-slide .plan-list .plan-name {
          max-width: 250px;
          width: 90%;
          position: relative;
          display: block; } }
      @media (min-width: 1024px) {
        #channel-slide .plan-list .plan-name {
          max-width: 350px; } }
      #channel-slide .plan-list .plan-name a:hover ul.left > li:nth-child(1) > img {
        transform: rotate(0deg); }
      #channel-slide .plan-list .plan-name a:hover ul.right > li:nth-child(1) > img {
        transform: rotate(0deg); }
      #channel-slide .plan-list .plan-name a:hover ul > li.left:nth-child(2) {
        transform: rotate(0deg); }
      #channel-slide .plan-list .plan-name a:hover ul > li.right:nth-child(2) {
        transform: rotate(0deg); }
      #channel-slide .plan-list .plan-name a ul {
        padding-left: 5%;
        position: relative; }
        #channel-slide .plan-list .plan-name a ul.right:nth-child(1) img {
          transform: rotate(-5deg);
          transition: .5s; }
        #channel-slide .plan-list .plan-name a ul.left {
          position: relative; }
          @media (min-width: 768px) {
            #channel-slide .plan-list .plan-name a ul.left {
              left: 10%; } }
          #channel-slide .plan-list .plan-name a ul.left:nth-child(1) img {
            transform: rotate(5deg);
            transition: .5s; }
        #channel-slide .plan-list .plan-name a ul li {
          position: relative;
          width: 80px; }
          @media (min-width: 768px) {
            #channel-slide .plan-list .plan-name a ul li {
              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: 5%;
            border: 2px solid #FFF;
            border-radius: 10px;
            height: 80px;
            transition: .5s; }
            @media (min-width: 768px) {
              #channel-slide .plan-list .plan-name a ul li:nth-child(2) {
                height: 100%;
                width: calc(80% - 13px); } }
            #channel-slide .plan-list .plan-name a ul li:nth-child(2).right {
              transform: rotate(5deg); }
            #channel-slide .plan-list .plan-name a ul li:nth-child(2).left {
              transform: rotate(-5deg); }
          #channel-slide .plan-list .plan-name a ul li:nth-child(3) {
            position: absolute;
            top: 16px;
            left: 110px;
            color: #fff;
            font-size: 2.0em;
            font-weight: bold;
            width: auto; }
            @media (min-width: 768px) {
              #channel-slide .plan-list .plan-name a ul li:nth-child(3) {
                top: -25px;
                bottom: 0;
                left: 2.5%;
                right: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 80%; } }
            @media (min-width: 1024px) {
              #channel-slide .plan-list .plan-name a ul li:nth-child(3) {
                font-size: 2.5em;
                top: -30px; } }
          #channel-slide .plan-list .plan-name a ul li:nth-child(4) {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 36px;
            color: #fff;
            font-size: 1.0em;
            width: auto;
            display: flex;
            align-items: center; }
            @media (min-width: 768px) {
              #channel-slide .plan-list .plan-name a ul li:nth-child(4) {
                font-size: 1.125em;
                top: 45px;
                bottom: 0;
                left: 2.5%;
                right: 0;
                display: flex;
                justify-content: center;
                align-items: center;
                width: 80%; } }
            @media (min-width: 1024px) {
              #channel-slide .plan-list .plan-name a ul li:nth-child(4) {
                top: 60px; } }
    #channel-slide .plan-list .swiper-button-prev::after {
      background-image: url("../img/parts/arrow-slide-L.svg"); }
    #channel-slide .plan-list .swiper-button-next::after {
      background-image: url("../img/parts/arrow-slide-R.svg"); }
    #channel-slide .plan-list .swiper-button-prev, #channel-slide .plan-list .swiper-button-next {
      height: 30px;
      width: 30px; }
      @media (min-width: 1250px) {
        #channel-slide .plan-list .swiper-button-prev, #channel-slide .plan-list .swiper-button-next {
          height: 45px;
          width: 45px; } }
      #channel-slide .plan-list .swiper-button-prev::after, #channel-slide .plan-list .swiper-button-next::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        margin: auto;
        height: 30px;
        width: 30px; }
        @media (min-width: 1250px) {
          #channel-slide .plan-list .swiper-button-prev::after, #channel-slide .plan-list .swiper-button-next::after {
            height: 45px;
            width: 45px; } }
    #channel-slide .plan-list .swiper-button-prev.swiper-button-disabled, #channel-slide .plan-list .swiper-button-next.swiper-button-disabled {
      opacity: 0.0; }
    #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% - 250px); } }
      @media (min-width: 1024px) {
        #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: 100px; } }
      #channel-slide .plan-list .plan-slide .card02 .swiper-button-prev {
        left: 2%; }
      #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); } }

/*
---------------------------------------------------------------------------------------------------------------------
カワキタエクスプレスについて
---------------------------------------------------------------------------------------------------------------------
*/
#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 100px; }
  @media (min-width: 1024px) {
    #about {
      padding: 40px 0 200px; } }
  #about .about-in {
    max-width: 1200px;
    margin: auto;
    width: 90%; }
    @media (min-width: 768px) {
      #about .about-in .about-tilte {
        display: flex; } }
    @media (min-width: 768px) {
      #about .about-in .about-tilte .photo {
        width: 50%; } }
    #about .about-in .about-tilte .photo img {
      border-radius: 10px; }
    #about .about-in .about-tilte .common-title {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #about .about-in .about-tilte .common-title {
          text-align: right;
          margin: 25% 0 0 auto; } }
      @media (min-width: 1024px) {
        #about .about-in .about-tilte .common-title {
          margin: 20% 0 0 auto; } }
    #about .about-in .contents {
      margin-top: 60px; }
      @media (min-width: 768px) {
        #about .about-in .contents {
          display: flex; } }
      @media (min-width: 768px) {
        #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: 2.0em;
        line-height: 1.4em;
        margin-bottom: 20px; }
        @media (min-width: 768px) {
          #about .about-in .contents .copy h2 {
            margin-bottom: 0; } }
        @media (min-width: 1024px) {
          #about .about-in .contents .copy h2 {
            font-size: 3.125em; } }
      @media (min-width: 768px) {
        #about .about-in .contents .contents-in {
          width: 75%; } }
      #about .about-in .contents .contents-in .txt-box {
        background-color: #fff;
        border-radius: 10px;
        padding: 20px; }
        @media (min-width: 1024px) {
          #about .about-in .contents .contents-in .txt-box {
            padding: 40px; } }
        @media (min-width: 768px) {
          #about .about-in .contents .contents-in .txt-box .about-copy {
            display: flex;
            justify-content: center; } }
        #about .about-in .contents .contents-in .txt-box .about-copy ul {
          display: flex;
          align-items: center;
          margin-bottom: 20px; }
          @media (min-width: 768px) {
            #about .about-in .contents .contents-in .txt-box .about-copy ul {
              justify-content: center; } }
          #about .about-in .contents .contents-in .txt-box .about-copy ul li {
            font-size: 2.0em;
            font-weight: bold;
            line-height: 1.2em;
            color: #CB0211; }
            @media (min-width: 1024px) {
              #about .about-in .contents .contents-in .txt-box .about-copy ul li {
                font-size: 2.5em; } }
            #about .about-in .contents .contents-in .txt-box .about-copy 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: 0.9em;
          text-align: justify;
          color: #000; }
          @media (min-width: 1024px) {
            #about .about-in .contents .contents-in .txt-box p {
              font-size: 1.0em; } }
      #about .about-in .contents .common-btn {
        margin-top: 30px;
        text-align: center; }

/*
---------------------------------------------------------------------------------------------------------------------
ミッション・ビジョン・バリュー
---------------------------------------------------------------------------------------------------------------------
*/
#slogan {
  background-color: #CB0211;
  padding: 0 0 40px; }
  @media (min-width: 768px) {
    #slogan {
      padding: 0 0 100px; } }
  @media (min-width: 1024px) {
    #slogan {
      padding: 0 0 150px; } }
  #slogan .slogan-in {
    max-width: 1100px;
    margin: -20px auto 0;
    width: 90%; }
    @media (min-width: 768px) {
      #slogan .slogan-in {
        margin: -100px auto 0; } }
    @media (min-width: 1024px) {
      #slogan .slogan-in {
        margin: -200px auto 0; } }
    #slogan .slogan-in .common-slogan-txt h2 {
      font-size: 1.125em;
      color: #fff;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        #slogan .slogan-in .common-slogan-txt h2 {
          font-size: 1.5em;
          margin-bottom: 20px; } }
    #slogan .slogan-in .common-slogan-txt h3 {
      font-size: 1.6em;
      color: #CB0211;
      display: inline-block;
      border-radius: 10px;
      padding: 10px 10px;
      background-color: #fff;
      margin-bottom: 10px; }
      @media (min-width: 1024px) {
        #slogan .slogan-in .common-slogan-txt h3 {
          font-size: 2.0em;
          margin-bottom: 30px; } }
      @media (min-width: 1250px) {
        #slogan .slogan-in .common-slogan-txt h3 {
          font-size: 2.5em; } }
    #slogan .slogan-in .common-slogan-txt p {
      font-size: 0.9em;
      color: #fff;
      text-align: justify;
      position: relative;
      z-index: 1; }
      @media (min-width: 1024px) {
        #slogan .slogan-in .common-slogan-txt p {
          font-size: 1.0em; } }
    #slogan .slogan-in .photo img {
      border-radius: 10px; }
    #slogan .slogan-in h2.copy-sp {
      font-family: "Anton", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 4.0em;
      margin-bottom: -30px;
      position: relative;
      z-index: 1; }
      @media (min-width: 768px) {
        #slogan .slogan-in h2.copy-sp {
          display: none; } }
    #slogan .slogan-in .copy-pc {
      display: none; }
      @media (min-width: 768px) {
        #slogan .slogan-in .copy-pc {
          display: block;
          width: 50px; } }
      @media (min-width: 1024px) {
        #slogan .slogan-in .copy-pc {
          width: 90px; } }
    @media (min-width: 768px) {
      #slogan .slogan-in .mission {
        display: flex; } }
    @media (min-width: 768px) {
      #slogan .slogan-in .mission .photo {
        width: 35%; } }
    #slogan .slogan-in .mission .mission-in {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #slogan .slogan-in .mission .mission-in {
          width: 65%;
          display: flex;
          margin-top: 0; } }
      @media (min-width: 768px) {
        #slogan .slogan-in .mission .mission-in .common-slogan-txt p {
          padding-left: 20px; } }
      @media (min-width: 1250px) {
        #slogan .slogan-in .mission .mission-in .common-slogan-txt p {
          text-align: right; } }
      @media (min-width: 768px) {
        #slogan .slogan-in .mission .mission-in .common-slogan-txt {
          width: calc(100% - 50px);
          text-align: right;
          margin-right: 15px; } }
      @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: 768px) {
        #slogan .slogan-in .vision {
          display: flex; } }
      #slogan .slogan-in .vision h2.copy-sp {
        margin-bottom: 20px; }
      @media (min-width: 768px) {
        #slogan .slogan-in .vision .photo {
          display: flex; } }
      @media (min-width: 768px) {
        #slogan .slogan-in .vision .common-slogan-txt {
          margin-left: 15px;
          width: calc(100% - 50px); } }
      @media (min-width: 1024px) {
        #slogan .slogan-in .vision .common-slogan-txt {
          margin-left: 30px;
          width: calc(100% - 90px); } }
      #slogan .slogan-in .vision .vision-img {
        position: absolute;
        top: 8%;
        right: 0;
        width: 70%; }
        @media (min-width: 768px) {
          #slogan .slogan-in .vision .vision-img {
            top: inherit;
            bottom: -40px;
            width: 45%; } }
        @media (min-width: 1250px) {
          #slogan .slogan-in .vision .vision-img {
            bottom: 0; } }
    #slogan .slogan-in .value {
      margin-top: 60px; }
      @media (min-width: 768px) {
        #slogan .slogan-in .value {
          display: flex;
          margin-top: 100px; } }
      @media (min-width: 768px) {
        #slogan .slogan-in .value .photo {
          width: 25%; } }
      #slogan .slogan-in .value .value-in {
        margin-top: 20px; }
        @media (min-width: 768px) {
          #slogan .slogan-in .value .value-in {
            width: 75%;
            display: flex;
            padding-left: 3%;
            margin-top: 0; } }
        @media (min-width: 1250px) {
          #slogan .slogan-in .value .value-in .common-slogan-txt p {
            text-align: right; } }
        @media (min-width: 768px) {
          #slogan .slogan-in .value .value-in .common-slogan-txt {
            text-align: right;
            width: calc(100% - 50px);
            margin-right: 15px; } }
        @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: 60px 0 0; }
  @media (min-width: 1024px) {
    #profile {
      padding: 200px 0 0; } }
  @media (min-width: 768px) {
    #profile .profile-title {
      position: absolute;
      top: 60px; } }
  @media (min-width: 1024px) {
    #profile .profile-title {
      top: 200px; } }
  #profile .profile-title .common-btn {
    margin-top: 20px; }
    @media (min-width: 1024px) {
      #profile .profile-title .common-btn {
        margin-top: 40px; } }
  #profile .profile-video {
    margin-top: 20px; }
    @media (min-width: 1024px) {
      #profile .profile-video {
        margin-top: 0; } }
    #profile .profile-video ul li {
      position: relative;
      width: 90%;
      max-width: 730px; }
      @media (min-width: 768px) {
        #profile .profile-video ul li {
          width: 70%;
          display: flex; } }
      #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: 768px) {
          #profile .profile-video ul li .movie {
            width: 75%; } }
        #profile .profile-video ul li .movie a .thumbnail-ph img {
          border-radius: 10px; }
      @media (min-width: 768px) {
        #profile .profile-video ul li .matter {
          width: 45%;
          position: relative;
          margin-left: -15%;
          display: flex;
          align-items: center; } }
      @media (min-width: 1024px) {
        #profile .profile-video ul li .matter {
          margin-left: -20%; } }
      #profile .profile-video ul li .matter .txt {
        background-color: #fff;
        border-radius: 10px;
        padding: 10px; }
        @media (min-width: 768px) {
          #profile .profile-video ul li .matter .txt {
            padding: 15px; } }
        @media (min-width: 1024px) {
          #profile .profile-video ul li .matter .txt {
            padding: 20px; } }
        #profile .profile-video ul li .matter .txt h3 {
          font-size: 0.9em;
          line-height: 1.4em;
          text-align: justify;
          color: #000;
          word-break: break-all;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          overflow: hidden; }
          @media (min-width: 1024px) {
            #profile .profile-video ul li .matter .txt h3 {
              font-size: 1.25em; } }
      #profile .profile-video ul li .matter .common-btn {
        text-align: right;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #profile .profile-video ul li .matter .common-btn {
            margin-top: 20px; } }
  #profile .copy {
    margin-top: 20px; }
    @media (min-width: 768px) {
      #profile .copy {
        position: absolute;
        bottom: 0;
        right: 0; } }
    #profile .copy h3 {
      font-size: 1.75em;
      text-align: right; }
      @media (min-width: 1024px) {
        #profile .copy h3 {
          font-size: 2.5em; } }
      @media (min-width: 1250px) {
        #profile .copy h3 {
          font-size: 3.75em; } }

/*
---------------------------------------------------------------------------------------------------------------------
お知らせ
---------------------------------------------------------------------------------------------------------------------
*/
#news {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  position: relative;
  padding-top: 100px; }
  @media (min-width: 1024px) {
    #news {
      padding-top: 140px; } }
  #news .news-in {
    margin-top: 20px; }
    @media (min-width: 768px) {
      #news .news-in {
        width: 70%;
        margin-top: 0; } }
    #news .news-in .common-btn {
      margin-top: 30px;
      text-align: center; }
  @media (min-width: 768px) {
    #news .photo {
      position: absolute;
      top: 140px;
      right: 0;
      width: 35%; } }
  #news .photo img {
    border-radius: 10px; }

.modal-video-movie-wrap-001 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: initial !important;
  min-width: 100% !important; }

.modal-video-movie-wrap-001 {
  height: 60%;
  position: relative;
  aspect-ratio: 1080 / 1920;
  padding: 0 !important;
  background-color: #333;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: modal-video-inner;
  animation-name: modal-video-inner;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
  @media (min-width: 768px) {
    .modal-video-movie-wrap-001 {
      height: 100%; } }

.modal-video-inner-001 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%; }

@media (orientation: landscape) {
  .modal-video-inner-001 {
    padding: 7.5vh 10vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
.modal-video-body-001 {
  max-width: 960px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.modal-video-001 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 1000000;
  cursor: pointer;
  opacity: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: modal-video;
  animation-name: modal-video;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out; }

/*
---------------------------------------------------------------------------------------------------------------------
動画
---------------------------------------------------------------------------------------------------------------------
*/
#shorts {
  padding-top: 100px; }
  @media (min-width: 1024px) {
    #shorts {
      padding-top: 140px; } }
  #shorts .common-title {
    margin: 0 auto 20px;
    padding: 0 0 0 5%; }
    @media (min-width: 768px) {
      #shorts .common-title {
        text-align: right;
        padding: 0 5% 0 0; } }
  #shorts .short-card {
    position: relative;
    overflow: hidden;
    padding: 40px 0 60px 0;
    margin-left: -30px; }
    @media (min-width: 640px) {
      #shorts .short-card {
        padding: 60px 0 80px 5%;
        margin-left: -60px; } }
    @media (min-width: 1024px) {
      #shorts .short-card {
        padding: 60px 0 100px 5%; } }
    @media (min-width: 1280px) {
      #shorts .short-card {
        margin-left: -90px; } }
    @media (min-width: 2000px) {
      #shorts .short-card {
        margin-left: -120px; } }
    #shorts .short-card .swiper-slide {
      transition: transform 0.6s;
      transform: scale(0.9); }
      #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: 30px;
            border-radius: 50%;
            margin-right: 5px; }
            @media (min-width: 1024px) {
              #shorts .short-card .swiper-slide article .movie .icon img {
                width: 40px;
                margin-right: 10px; } }
          #shorts .short-card .swiper-slide article .movie .icon h3 {
            font-size: 0.9em; }
            @media (min-width: 1024px) {
              #shorts .short-card .swiper-slide article .movie .icon h3 {
                font-size: 1.0em; } }
      #shorts .short-card .swiper-slide article .contents {
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #shorts .short-card .swiper-slide article .contents {
            margin-top: 20px; } }
        #shorts .short-card .swiper-slide article .contents p {
          font-size: 0.9em;
          line-height: 1.4em; }
          @media (min-width: 1024px) {
            #shorts .short-card .swiper-slide article .contents p {
              font-size: 1.0em; } }
    #shorts .short-card .swiper-slide.swiper-slide-prev {
      margin-right: 20px; }
    #shorts .short-card .swiper-slide.swiper-slide-next {
      margin-left: 20px; }
    #shorts .short-card .swiper-slide-active {
      transform: scale(1.1); }
    #shorts .short-card .swiper-pagination {
      right: 0;
      left: 30px;
      bottom: 0; }
      @media (min-width: 1024px) {
        #shorts .short-card .swiper-pagination {
          right: 5%;
          left: unset;
          bottom: 80px; } }
      @media (min-width: 1250px) {
        #shorts .short-card .swiper-pagination {
          bottom: 100px; } }
    #shorts .short-card .swiper-pagination-bullet {
      width: 8px;
      height: 8px;
      border-radius: 10px;
      display: inline-block;
      background-color: #fff;
      opacity: 1; }
    #shorts .short-card .swiper-pagination-bullet-active {
      opacity: 1;
      background-color: #CB0211; }

/*
---------------------------------------------------------------------------------------------------------------------
バナー
---------------------------------------------------------------------------------------------------------------------
*/
#banner {
  max-width: 1200px;
  margin: auto;
  width: 90%;
  padding-top: 80px; }
  @media (min-width: 1024px) {
    #banner {
      padding-top: 120px; } }
  @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: -20px;
      left: 0; }
      @media (min-width: 1024px) {
        #banner .banner-box .common-title {
          top: -60px; } }
    #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: 30px 0 0 30px;
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      display: block;
      z-index: 1; }
      @media (min-width: 1024px) {
        #banner .banner-box a .photo {
          margin: 60px 0 0 60px; } }
      #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: 15px;
      right: 15px;
      transition: .5s;
      z-index: 2; }
      @media (min-width: 1024px) {
        #banner .banner-box a .arrow-btn {
          bottom: 20px;
          right: 20px; } }
      #banner .banner-box a .arrow-btn img {
        width: 35px; }
        @media (min-width: 1024px) {
          #banner .banner-box a .arrow-btn img {
            width: 50px; } }
