@charset "UTF-8";
body {
  background-color: #0a0e0d;
  color: #fff; }

img, video {
  width: 100%;
  height: auto;
  vertical-align: bottom; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  line-height: 1.2em; }

a {
  color: #fff; }

/*
---------------------------------------------------------------------------------------------------------------------
共通部分
---------------------------------------------------------------------------------------------------------------------
*/
.common-title {
  position: relative; }
  .common-title h2 {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 10.0vw;
    line-height: 1.1em; }
    @media (min-width: 1024px) {
      .common-title h2 {
        font-size: min(6vw, 8em); } }
    @media (min-width: 1024px) {
      .common-title h2 .sptxt {
        display: none; } }
    .common-title h2 .pctxt {
      display: none; }
      @media (min-width: 1024px) {
        .common-title h2 .pctxt {
          display: block; } }
  .common-title .common-maru {
    position: absolute;
    right: 40px;
    bottom: 20px; }
    @media (min-width: 768px) {
      .common-title .common-maru {
        right: 110px;
        bottom: 50px; } }
    @media (min-width: 1024px) {
      .common-title .common-maru {
        right: -7%;
        bottom: 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"); }

.common-maru {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 1.25em;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  background: linear-gradient(-45deg, #B714FF, #24F9C0); }
  @media (min-width: 1024px) {
    .common-maru {
      font-size: 1.5em;
      height: 50px;
      width: 50px;
      line-height: 50px; } }

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

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.0; }

@media (min-width: 1024px) {
  .h2_Title_v10 {
    display: flex; } }
.h2_Title_v10 .TitleIn {
  display: flex; }
@media (min-width: 1024px) {
  .h2_Title_v10 .TitleIn2 {
    display: flex; } }
.h2_Title_v10 h2 {
  font-size: 1.4em;
  line-height: 1.2em;
  color: #fff;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .h2_Title_v10 h2 {
      font-size: 1.6em; } }
  @media (min-width: 1024px) {
    .h2_Title_v10 h2 {
      font-size: 2em; } }
.h2_Title_v10 h3 {
  font-size: 0.7em;
  line-height: 1.4em;
  color: #fff;
  margin: 0 10px 0 0; }
  @media (min-width: 768px) {
    .h2_Title_v10 h3 {
      font-size: 1.125em; } }
  @media (min-width: 1024px) {
    .h2_Title_v10 h3 {
      margin: 13px 10px 0 0; } }
.h2_Title_v10 h4 {
  font-size: 1.125em;
  line-height: 1.4em;
  color: #fff; }
  @media (min-width: 768px) {
    .h2_Title_v10 h4 {
      font-size: 1.25em;
      margin: 13px 10px 0 0; } }
.h2_Title_v10 h5 {
  font-size: 0.7em;
  line-height: 1.4em;
  color: #999999;
  margin: 6px 0 0 10px; }
  @media (min-width: 768px) {
    .h2_Title_v10 h5 {
      font-size: 0.9em; } }
  @media (min-width: 1024px) {
    .h2_Title_v10 h5 {
      margin: 10px 0 0 10px; } }

.AllView {
  margin: 8px 0 0 0; }
  @media (min-width: 1024px) {
    .AllView {
      margin: 12px 0 0 0; } }
  .AllView p {
    display: flex;
    align-items: center; }
  .AllView img {
    width: 12px;
    margin-top: 0px;
    display: block; }
    @media (min-width: 768px) {
      .AllView img {
        width: 15px; } }

.v14-midashi {
  margin-bottom: 30px; }
  @media (min-width: 1200px) {
    .v14-midashi {
      margin-bottom: 60px; } }
  .v14-midashi .v14-midashi-in {
    position: relative; }
    .v14-midashi .v14-midashi-in .title-area {
      max-width: 1800px;
      margin: auto; }
      @media (min-width: 1200px) {
        .v14-midashi .v14-midashi-in .title-area {
          width: 90%; } }
      .v14-midashi .v14-midashi-in .title-area .title {
        position: absolute;
        top: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        z-index: 10; }
        .v14-midashi .v14-midashi-in .title-area .title.jaune h2 {
          background-color: #F5FF00;
          color: #000; }
        .v14-midashi .v14-midashi-in .title-area .title.bleu h2 {
          background-color: #0000FF;
          color: #fff; }
        .v14-midashi .v14-midashi-in .title-area .title.rouge h2 {
          background-color: #FC0478;
          color: #fff; }
        .v14-midashi .v14-midashi-in .title-area .title h2 {
          font-size: 1.25em;
          font-weight: 900;
          line-height: 1.0em;
          font-feature-settings: "palt";
          letter-spacing: 0.04em; }
          @media (min-width: 768px) {
            .v14-midashi .v14-midashi-in .title-area .title h2 {
              font-size: 2.5em; } }
          @media (min-width: 1200px) {
            .v14-midashi .v14-midashi-in .title-area .title h2 {
              font-size: 3.5em; } }
    .v14-midashi .v14-midashi-in .right-txt {
      position: absolute;
      right: 5%;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center; }
      .v14-midashi .v14-midashi-in .right-txt h4 {
        font-size: 1.0em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        color: #fff; }
        @media (min-width: 768px) {
          .v14-midashi .v14-midashi-in .right-txt h4 {
            font-size: 1.5em; } }
        @media (min-width: 1200px) {
          .v14-midashi .v14-midashi-in .right-txt h4 {
            font-size: 2.0em; } }
  .v14-midashi .txt-area {
    max-width: 1800px;
    margin: 10px auto 0;
    width: 90%; }
    @media (min-width: 1200px) {
      .v14-midashi .txt-area {
        margin: 20px auto 0; } }
    .v14-midashi .txt-area p {
      font-size: 1.0em;
      line-height: 1.4em;
      color: #fff; }
      @media (min-width: 768px) {
        .v14-midashi .txt-area p {
          font-size: 1.125em; } }
      @media (min-width: 1200px) {
        .v14-midashi .txt-area p {
          font-size: 1.25em; } }

.back-loop-txt {
  height: 100%;
  display: flex;
  align-items: center; }
  .back-loop-txt .YokoScroll {
    display: flex;
    align-items: center;
    overflow: hidden; }
    .back-loop-txt .YokoScroll .slideshow {
      display: flex; }
      .back-loop-txt .YokoScroll .slideshow figure img {
        width: auto;
        height: 40px; }
        @media (min-width: 768px) {
          .back-loop-txt .YokoScroll .slideshow figure img {
            height: 80px; } }
        @media (min-width: 1024px) {
          .back-loop-txt .YokoScroll .slideshow figure img {
            height: 80px; } }
        @media (min-width: 1450px) {
          .back-loop-txt .YokoScroll .slideshow figure img {
            height: 80px; } }
      .back-loop-txt .YokoScroll .slideshow.show1 {
        animation: loop-slide 150s infinite linear 1s both; }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.pickup-loop-txt {
  display: flex;
  align-items: center; }
  .pickup-loop-txt .YokoScroll {
    display: flex;
    align-items: center;
    overflow: hidden; }
    .pickup-loop-txt .YokoScroll .slideshow {
      display: flex; }
      .pickup-loop-txt .YokoScroll .slideshow figure img {
        width: auto;
        height: 16px; }
        @media (min-width: 768px) {
          .pickup-loop-txt .YokoScroll .slideshow figure img {
            height: 20px; } }
        @media (min-width: 1024px) {
          .pickup-loop-txt .YokoScroll .slideshow figure img {
            height: 20px; } }
        @media (min-width: 1450px) {
          .pickup-loop-txt .YokoScroll .slideshow figure img {
            height: 24px; } }
      .pickup-loop-txt .YokoScroll .slideshow.show1 {
        animation: loop-slide 150s infinite linear 1s both; }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.btn-area {
  text-align: center;
  margin: 40px auto 0; }
  @media (min-width: 768px) {
    .btn-area {
      margin: 40px auto 0;
      display: flex;
      justify-content: center; } }
  @media (min-width: 1024px) {
    .btn-area {
      margin: 80px auto 0; } }
  .btn-area.in-search {
    margin: 20px auto 0; }
    @media (min-width: 768px) {
      .btn-area.in-search {
        margin: 40px auto 0;
        display: flex;
        justify-content: center; } }
  .btn-area .base-btn {
    margin-bottom: 10px; }
    @media (min-width: 768px) {
      .btn-area .base-btn {
        margin: 0 20px 0 0; } }
    @media (min-width: 1200px) {
      .btn-area .base-btn {
        margin: 0 40px 0 0; } }
    .btn-area .base-btn:last-child {
      margin: 0; }

/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#mv14 {
  position: relative;
  padding: 80px 0 20px;
  max-width: 1800px;
  margin: -10% auto 0;
  width: 90%; }
  @media (min-width: 768px) {
    #mv14 {
      height: 80vh; } }
  @media (min-width: 1024px) {
    #mv14 {
      height: auto; } }
  @media (min-width: 768px) {
    #mv14 .mv14-in {
      display: flex; } }
  #mv14 .mv14-in .diagonal-text {
    position: relative;
    z-index: 10; }
    @media (min-width: 768px) {
      #mv14 .mv14-in .diagonal-text {
        width: 55%;
        overflow: scroll;
        height: 65vh; } }
    @media (min-width: 1024px) {
      #mv14 .mv14-in .diagonal-text {
        overflow: auto;
        height: auto; } }
    @media (min-width: 768px) {
      #mv14 .mv14-in .diagonal-text #mv-sp {
        height: auto; } }
    #mv14 .mv14-in .diagonal-text #mv-sp .photo-sp {
      position: relative;
      width: 80%;
      margin: auto; }
      #mv14 .mv14-in .diagonal-text #mv-sp .photo-sp::before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 80%, #0a0e0d);
        height: 100%;
        z-index: 10; }
    #mv14 .mv14-in .diagonal-text .main-copy {
      position: relative;
      margin-top: 0; }
      @media (min-width: 768px) {
        #mv14 .mv14-in .diagonal-text .main-copy {
          margin-top: 40%; } }
      @media (min-width: 1200px) {
        #mv14 .mv14-in .diagonal-text .main-copy {
          margin-top: 50%; } }
      #mv14 .mv14-in .diagonal-text .main-copy ul li {
        width: 100%; }
        #mv14 .mv14-in .diagonal-text .main-copy ul li:nth-child(n+2) {
          position: absolute;
          top: 0;
          left: 0; }
    #mv14 .mv14-in .diagonal-text .txt-sp {
      margin-top: 80px;
      padding-bottom: 80px; }
      @media (min-width: 768px) {
        #mv14 .mv14-in .diagonal-text .txt-sp {
          display: none; } }
      #mv14 .mv14-in .diagonal-text .txt-sp p {
        font-size: 1.0em;
        font-weight: 700;
        line-height: 2.0em;
        text-align: justify; }
      #mv14 .mv14-in .diagonal-text .txt-sp .scroll-reveal-text {
        line-height: 1.9;
        font-size: clamp(20px, 2vw, 32px);
        font-weight: 500; }
      #mv14 .mv14-in .diagonal-text .txt-sp .scroll-reveal-text .char {
        color: #7E7E7E;
        /* 初期色 */
        transition: color 0.15s linear; }
    #mv14 .mv14-in .diagonal-text .txt-pc {
      display: none; }
      @media (min-width: 768px) {
        #mv14 .mv14-in .diagonal-text .txt-pc {
          display: block;
          margin-top: 80px;
          padding-bottom: 100px; } }
      @media (min-width: 1200px) {
        #mv14 .mv14-in .diagonal-text .txt-pc {
          display: block;
          margin-top: 160px;
          padding-bottom: 400px; } }
  #mv14 .mv14-in .editor-chief {
    position: relative; }
    @media (min-width: 768px) {
      #mv14 .mv14-in .editor-chief {
        width: 45%;
        padding: 0 5%; } }
    @media (min-width: 768px) {
      #mv14 .mv14-in .editor-chief .photo {
        position: sticky;
        top: 50px;
        width: 100%; } }
    @media (min-width: 1024px) {
      #mv14 .mv14-in .editor-chief .photo {
        position: sticky;
        top: 50px;
        width: 100%; } }

/*
---------------------------------------------------------------------------------------------------------------------
ミッション
---------------------------------------------------------------------------------------------------------------------
*/
#mission {
  position: relative;
  max-width: 1800px;
  margin: -20% auto 0;
  width: 96%; }
  #mission .the-reclive {
    display: flex;
    justify-content: flex-end;
    position: relative;
    bottom: -20px; }
    #mission .the-reclive a:hover .the-reclive-in > img {
      right: -5px; }
    #mission .the-reclive a .the-reclive-in {
      background-color: #00FF0A;
      border-radius: 40px;
      display: flex;
      align-items: center;
      padding: 0px 7px 0 15px;
      height: 40px;
      position: relative;
      z-index: 10; }
      #mission .the-reclive a .the-reclive-in h6 {
        font-size: 0.8em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        line-height: 1.2em;
        color: #000;
        margin: 0 15px 0 0; }
        @media (min-width: 768px) {
          #mission .the-reclive a .the-reclive-in h6 {
            font-size: 0.9em; } }
        @media (min-width: 1200px) {
          #mission .the-reclive a .the-reclive-in h6 {
            font-size: 1.0em; } }
      #mission .the-reclive a .the-reclive-in img {
        position: relative;
        right: 0;
        width: 30px;
        transition: .5s; }
  #mission .back img {
    border-radius: 10px; }
    @media (min-width: 1024px) {
      #mission .back img {
        border-radius: 20px; } }
  #mission .copy-txt {
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 0 5%; }
    @media (min-width: 768px) {
      #mission .copy-txt {
        bottom: 20%; } }
    #mission .copy-txt ul li:first-child {
      width: 120px;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        #mission .copy-txt ul li:first-child {
          width: 200px; } }
    #mission .copy-txt ul li:last-child {
      max-width: 800px; }

/*
---------------------------------------------------------------------------------------------------------------------
チーム
---------------------------------------------------------------------------------------------------------------------
*/
#teams {
  background-color: #000;
  z-index: 10; }
  #teams .teams-in {
    max-width: 1200px;
    margin: 20px auto 0;
    width: 90%;
    position: relative; }
    @media (min-width: 768px) {
      #teams .teams-in {
        display: flex;
        margin: -10% auto 0; } }
  #teams .work {
    background-color: #00FF0A;
    border-radius: 20px;
    padding: 30px 0;
    width: 300px;
    margin: auto;
    color: #000; }
    @media (min-width: 768px) {
      #teams .work {
        padding: 30px 0; } }
    @media (min-width: 1024px) {
      #teams .work {
        width: 400px;
        padding: 40px 0;
        border-radius: 40px; } }
    #teams .work .work-in {
      max-width: 240px;
      margin: auto; }
      @media (min-width: 768px) {
        #teams .work .work-in {
          max-width: 220px; } }
      @media (min-width: 1024px) {
        #teams .work .work-in {
          max-width: 300px; } }
    #teams .work h3 {
      font-family: 'Montserrat', sans-serif; }
    #teams .work .txt-ue img {
      width: 200px; }
      @media (min-width: 1024px) {
        #teams .work .txt-ue img {
          width: 270px; } }
    #teams .work .txt-ue p {
      font-size: 0.8em;
      font-weight: normal;
      text-align: justify;
      line-height: 1.8em;
      margin: 10px 0 10px; }
      @media (min-width: 1024px) {
        #teams .work .txt-ue p {
          font-size: 0.9em;
          margin: 20px 0 20px; } }
    #teams .work .kazu {
      border-top: 1px solid #000;
      padding-top: 20px; }
      @media (min-width: 1024px) {
        #teams .work .kazu {
          padding-top: 40px; } }
      #teams .work .kazu .total h2 {
        font-size: 1.0em; }
        @media (min-width: 1024px) {
          #teams .work .kazu .total h2 {
            font-size: 1.125em; } }
      #teams .work .kazu .total .number {
        display: flex;
        justify-content: end; }
        #teams .work .kazu .total .number h3 {
          font-size: 3.00em; }
          @media (min-width: 1024px) {
            #teams .work .kazu .total .number h3 {
              font-size: 4.75em; } }
        #teams .work .kazu .total .number h4 {
          font-size: 0.9em;
          margin-top: 32px; }
          @media (min-width: 1024px) {
            #teams .work .kazu .total .number h4 {
              font-size: 1.125em;
              margin-top: 55px; } }
      #teams .work .kazu ul {
        margin: 14px 0 0; }
        #teams .work .kazu ul li {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 12px; }
          #teams .work .kazu ul li:last-child {
            margin-bottom: 0; }
          #teams .work .kazu ul li .item h2 {
            font-size: 1.0em; }
            @media (min-width: 1024px) {
              #teams .work .kazu ul li .item h2 {
                font-size: 1.125em; } }
          #teams .work .kazu ul li .number {
            display: flex; }
            #teams .work .kazu ul li .number h3 {
              font-size: 1.5em; }
              @media (min-width: 1024px) {
                #teams .work .kazu ul li .number h3 {
                  font-size: 2.3em; } }
            #teams .work .kazu ul li .number h4 {
              font-size: 0.9em;
              margin-top: 7px; }
              @media (min-width: 1024px) {
                #teams .work .kazu ul li .number h4 {
                  font-size: 1.125em;
                  margin-top: 16px; } }
  #teams .teams-txt {
    margin-top: 20px; }
    @media (min-width: 768px) {
      #teams .teams-txt {
        width: calc(100% - 300px);
        margin-top: 16%;
        padding-left: 5%; } }
    @media (min-width: 1024px) {
      #teams .teams-txt {
        width: calc(100% - 400px); } }

.teams-txt h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25em;
  line-height: 1.0em;
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .teams-txt h2 {
      font-size: 1.6em; } }
.teams-txt h3 {
  font-size: 2.0em;
  font-weight: 900;
  margin-bottom: 20px; }
  @media (min-width: 1024px) {
    .teams-txt h3 {
      font-size: 3.0em; } }
  @media (min-width: 1250px) {
    .teams-txt h3 {
      font-size: 4.50em; } }
.teams-txt p {
  font-size: 0.9em;
  line-height: 1.5em;
  font-feature-settings: "palt";
  letter-spacing: 0.04em; }
  @media (min-width: 1024px) {
    .teams-txt p {
      font-size: 1.125em; } }
  @media (min-width: 1250px) {
    .teams-txt p {
      font-size: 1.25em; } }
.teams-txt .btn-in {
  margin: 20px 0 0 0; }
  @media (min-width: 1024px) {
    .teams-txt .btn-in {
      margin: 40px 0 15px 0; } }
  .teams-txt .btn-in.type1 {
    display: flex; }
  .teams-txt .btn-in.type2 .white-btn2 {
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .teams-txt .btn-in.type2 .white-btn2 {
        margin-bottom: 20px; } }
    .teams-txt .btn-in.type2 .white-btn2:last-child {
      margin-bottom: 0; }

/*
---------------------------------------------------------------------------------------------------------------------
サンキュー　リクライブ
---------------------------------------------------------------------------------------------------------------------
*/
#thank-you {
  background-color: #000;
  padding-top: 60px; }
  @media (min-width: 1200px) {
    #thank-you {
      padding-top: 100px; } }
  #thank-you .thank-you-in {
    max-width: 1800px;
    margin: auto; }
    @media (min-width: 768px) {
      #thank-you .thank-you-in {
        display: flex; } }
    @media (min-width: 768px) {
      #thank-you .thank-you-in .pick-up {
        width: 60%; } }
    #thank-you .thank-you-in .pick-up .pick-up-in {
      padding: 0 2.5% 0 5%; }
      #thank-you .thank-you-in .pick-up .pick-up-in .txt-copy {
        width: 90%; }
      #thank-you .thank-you-in .pick-up .pick-up-in .pickup-contents {
        margin-top: 60px; }
    #thank-you .thank-you-in .pick-up .pickup-loop-txt {
      margin-top: 30px; }

.new {
  padding-top: 60px;
  border-bottom: 4px solid #00FF0A; }
  @media (min-width: 768px) {
    .new {
      border-left: 8px solid #00FF0A;
      width: 40%;
      padding-top: 0; } }
  .new.mobile {
    background-color: #000; }
    @media (min-width: 768px) {
      .new.mobile {
        display: none; } }
  .new.tb-pc {
    display: none; }
    @media (min-width: 768px) {
      .new.tb-pc {
        display: block; } }
  .new .pickup-loop-txt {
    border-top: 4px solid #00FF0A;
    border-bottom: 4px solid #00FF0A;
    padding: 3px 0 8px; }
    @media (min-width: 768px) {
      .new .pickup-loop-txt {
        padding: 5px 0; } }
  .new ul {
    padding: 20px 3%; }
    @media (min-width: 768px) {
      .new ul {
        padding: 20px; } }
    .new ul li {
      margin-bottom: 30px; }
      .new ul li:last-child {
        margin-bottom: 0; }
      .new ul li .new-box {
        display: flex; }
        .new ul li .new-box .imgWrap {
          width: 40%;
          height: 100%;
          position: relative;
          border-radius: 10px;
          overflow: hidden;
          z-index: 1;
          border: 2px solid #00FF0A; }
          .new ul li .new-box .imgWrap a:hover img {
            transform: scale(1.04); }
          .new ul li .new-box .imgWrap a img {
            width: 100%;
            height: auto;
            display: block;
            transition-duration: 0.8s;
            transform: scale(1); }
        .new ul li .new-box .txt-area {
          width: 60%;
          padding-left: 2%; }
          @media (min-width: 1200px) {
            .new ul li .new-box .txt-area {
              padding-left: 5%; } }
          .new ul li .new-box .txt-area h4 {
            font-size: 0.8em;
            line-height: 1.2em;
            color: #00FF0A;
            margin: 0 0 10px 0; }
            @media (min-width: 768px) {
              .new ul li .new-box .txt-area h4 {
                font-size: 0.9em; } }
            @media (min-width: 1200px) {
              .new ul li .new-box .txt-area h4 {
                font-size: 1.0em; } }
          .new ul li .new-box .txt-area h3 {
            font-size: 1.0em;
            line-height: 1.4em;
            font-feature-settings: "palt";
            letter-spacing: 0.04em; }
            @media (min-width: 768px) {
              .new ul li .new-box .txt-area h3 {
                font-size: 1.125em; } }
            @media (min-width: 1200px) {
              .new ul li .new-box .txt-area h3 {
                font-size: 1.25em; } }
            .new ul li .new-box .txt-area h3 a {
              transition: .5s; }
              .new ul li .new-box .txt-area h3 a:hover {
                color: #00FF0A; }
          .new ul li .new-box .txt-area ul.tag {
            padding: 0; }
            .new ul li .new-box .txt-area ul.tag li {
              margin: 0 5px 0 0; }
              @media (min-width: 1300px) {
                .new ul li .new-box .txt-area ul.tag li {
                  margin: 0 10px 0 0; } }

.pickup-contents {
  position: relative; }
  .pickup-contents .logo-hear {
    position: absolute;
    top: -15px;
    left: 0;
    right: 0;
    max-width: 360px;
    margin: auto;
    width: 80%;
    z-index: 11; }
    @media (min-width: 1200px) {
      .pickup-contents .logo-hear {
        top: -20px; } }
  .pickup-contents a {
    position: relative; }
    .pickup-contents a:hover .imgWrap > video {
      transform: scale(1.02); }
    .pickup-contents a:hover .imgWrap > img {
      transform: scale(1.02); }
    .pickup-contents a .imgWrap {
      position: relative;
      border-radius: 15px;
      overflow: hidden;
      display: block;
      z-index: 10;
      border: 2px solid #00FF0A; }
      .pickup-contents a .imgWrap img, .pickup-contents a .imgWrap video {
        transition-duration: 0.8s;
        transform: scale(1); }
    .pickup-contents a .back {
      background-color: #00FF0A;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px; }
    .pickup-contents a h3 {
      font-size: 1.125em;
      line-height: 1.4em;
      text-align: justify;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      display: inline-block;
      color: #000; }
      @media (min-width: 768px) {
        .pickup-contents a h3 {
          font-size: 1.25em; } }
      @media (min-width: 1200px) {
        .pickup-contents a h3 {
          font-size: 1.5em; } }
      .pickup-contents a h3 u {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 0%, #00FF0A 0%, #00FF0A 100%, rgba(0, 0, 0, 0) 100%, rgba(0, 0, 0, 0) 100%);
        text-decoration: none;
        padding: 0 5px; }

ul.tag {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding: 0; }
  ul.tag li {
    font-size: 0.6em;
    line-height: 1.2em;
    text-align: center;
    display: inline-block;
    border: 1px solid #00FF0A;
    border-radius: 40px;
    margin: 0 10px 0 0;
    color: #00FF0A;
    padding: 3px 8px 4px; }
    @media (min-width: 768px) {
      ul.tag li {
        font-size: 0.7em; } }
    @media (min-width: 1200px) {
      ul.tag li {
        font-size: 0.8em; } }
    ul.tag li:last-child {
      margin: 0; }

#pickup-sabarea {
  background-color: #000;
  padding-top: 60px; }
  #pickup-sabarea .ul-pickup-sabarea {
    max-width: 1600px;
    margin: auto;
    width: 90%; }
    @media (min-width: 768px) {
      #pickup-sabarea .ul-pickup-sabarea {
        display: flex; } }
    #pickup-sabarea .ul-pickup-sabarea .pickup-contents {
      margin-bottom: 60px; }
      #pickup-sabarea .ul-pickup-sabarea .pickup-contents:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        #pickup-sabarea .ul-pickup-sabarea .pickup-contents {
          width: 50%; }
          #pickup-sabarea .ul-pickup-sabarea .pickup-contents:first-child {
            padding-right: 10px; }
          #pickup-sabarea .ul-pickup-sabarea .pickup-contents:last-child {
            padding-left: 10px;
            margin-top: 40px; } }
      @media (min-width: 1200px) {
        #pickup-sabarea .ul-pickup-sabarea .pickup-contents:first-child {
          padding-right: 20px; }
        #pickup-sabarea .ul-pickup-sabarea .pickup-contents:last-child {
          padding-left: 20px; } }
  #pickup-sabarea .btn-in {
    display: flex;
    justify-content: center;
    margin-top: 30px; }
    @media (min-width: 1200px) {
      #pickup-sabarea .btn-in {
        margin-top: 60px; } }

/*
---------------------------------------------------------------------------------------------------------------------
ラジオ　動画　サイト　サービス紹介
---------------------------------------------------------------------------------------------------------------------
*/
#v14-radio {
  background-color: #000;
  padding: 80px 0 0; }
  @media (min-width: 1200px) {
    #v14-radio {
      padding: 140px 0 0; } }
  #v14-radio .radio-pick-up-area {
    position: relative;
    max-width: 1800px;
    margin: auto;
    width: 90%; }
    #v14-radio .radio-pick-up-area .radio-pick-up {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        #v14-radio .radio-pick-up-area .radio-pick-up {
          display: flex; } }
      #v14-radio .radio-pick-up-area .radio-pick-up:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        #v14-radio .radio-pick-up-area .radio-pick-up .pick-up4 {
          width: 50%; } }
      @media (min-width: 768px) {
        #v14-radio .radio-pick-up-area .radio-pick-up .pick-up4.left {
          padding-right: 10px; } }
      @media (min-width: 1024px) {
        #v14-radio .radio-pick-up-area .radio-pick-up .pick-up4.left {
          padding-right: 15px; } }
      @media (min-width: 768px) {
        #v14-radio .radio-pick-up-area .radio-pick-up .pick-up4.right {
          padding-left: 10px; } }
      @media (min-width: 1024px) {
        #v14-radio .radio-pick-up-area .radio-pick-up .pick-up4.right {
          padding-left: 15px; } }
      @media (min-width: 768px) {
        #v14-radio .radio-pick-up-area .radio-pick-up .pick-up4 .o-6column .col-md-6 {
          padding: 0 5px; }
        #v14-radio .radio-pick-up-area .radio-pick-up .pick-up4 .o-6column {
          margin: 0 -5px; } }
      @media (min-width: 1200px) {
        #v14-radio .radio-pick-up-area .radio-pick-up .pick-up4 .o-6column .col-md-6 {
          padding: 0 10px; }
        #v14-radio .radio-pick-up-area .radio-pick-up .pick-up4 .o-6column {
          margin: 0 -10px; } }
      @media (min-width: 1600px) {
        #v14-radio .radio-pick-up-area .radio-pick-up .pick-up4 .o-6column .col-md-6 {
          padding: 0 20px; }
        #v14-radio .radio-pick-up-area .radio-pick-up .pick-up4 .o-6column {
          margin: 0 -20px; } }
      #v14-radio .radio-pick-up-area .radio-pick-up .pick-up4 .radio-program-box {
        margin-bottom: 30px; }
        @media (min-width: 1200px) {
          #v14-radio .radio-pick-up-area .radio-pick-up .pick-up4 .radio-program-box {
            margin-bottom: 60px; } }
      #v14-radio .radio-pick-up-area .radio-pick-up .pick-up1 {
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          #v14-radio .radio-pick-up-area .radio-pick-up .pick-up1 {
            width: 50%;
            margin-bottom: 0; } }
        @media (min-width: 768px) {
          #v14-radio .radio-pick-up-area .radio-pick-up .pick-up1.right {
            padding-left: 10px; } }
        @media (min-width: 1024px) {
          #v14-radio .radio-pick-up-area .radio-pick-up .pick-up1.right {
            padding-left: 15px; } }
        @media (min-width: 768px) {
          #v14-radio .radio-pick-up-area .radio-pick-up .pick-up1.left {
            padding-right: 10px; } }
        @media (min-width: 1024px) {
          #v14-radio .radio-pick-up-area .radio-pick-up .pick-up1.left {
            padding-right: 15px; } }
    @media (min-width: 768px) {
      #v14-radio .radio-pick-up-area .radio-logo-btn {
        position: absolute;
        bottom: 0;
        left: 0; } }
    #v14-radio .radio-pick-up-area .radio-logo-btn img {
      max-width: 340px;
      width: 90%; }
      @media (min-width: 1200px) {
        #v14-radio .radio-pick-up-area .radio-logo-btn img {
          max-width: 500px; } }
    #v14-radio .radio-pick-up-area .radio-logo-btn .base-btn {
      margin-top: 20px; }
  #v14-radio .radio-program-box {
    position: relative; }
    #v14-radio .radio-program-box .ranking {
      position: absolute;
      top: -26px;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 10; }
      #v14-radio .radio-program-box .ranking h5 {
        position: relative;
        font-size: 0.6em;
        font-feature-settings: "palt";
        letter-spacing: 0.04em;
        line-height: 1.4em;
        text-align: center;
        padding: 6px 14px;
        color: #F5FF00;
        display: inline-block;
        background-color: #000;
        border: 3px solid #F5FF00;
        border-radius: 10px; }
        @media (min-width: 1200px) {
          #v14-radio .radio-program-box .ranking h5 {
            font-size: 0.7em; } }
        #v14-radio .radio-program-box .ranking h5::before {
          content: "";
          position: absolute;
          bottom: -12px;
          left: 0;
          right: 0;
          width: 16px;
          height: 16px;
          z-index: 10;
          margin: auto;
          background: url("../img/_parts/speech.svg") no-repeat center/contain; }
    #v14-radio .radio-program-box a:hover .imgWrap > img {
      transform: scale(1.04); }
    #v14-radio .radio-program-box a .imgWrap {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      z-index: 1; }
      #v14-radio .radio-program-box a .imgWrap img {
        display: block;
        transition-duration: 0.8s;
        transform: scale(1);
        border-radius: 10px; }
    #v14-radio .radio-program-box a .back {
      background-color: #F5FF00;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    #v14-radio .radio-program-box a h3 {
      position: relative;
      top: 1.5px;
      font-size: 0.9em;
      line-height: 1.25em;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      text-align: justify;
      color: #000;
      padding: 0; }
      @media (min-width: 768px) {
        #v14-radio .radio-program-box a h3 {
          font-size: 1.0em; } }
      @media (min-width: 1200px) {
        #v14-radio .radio-program-box a h3 {
          font-size: 1.5em;
          top: 2.5px; } }
      #v14-radio .radio-program-box a h3 u {
        background-color: #F5FF00;
        text-decoration: none;
        padding: 0 5px; }
  #v14-radio .radio-category-area {
    margin: 60px 0 40px; }
    @media (min-width: 768px) {
      #v14-radio .radio-category-area {
        margin: 60px 0 80px; } }
    #v14-radio .radio-category-area .radio-category {
      margin-bottom: 60px; }
      #v14-radio .radio-category-area .radio-category:last-child {
        margin-bottom: 0; }
    #v14-radio .radio-category-area .category-title {
      margin: 0 0 10px 5%; }
      @media (min-width: 768px) {
        #v14-radio .radio-category-area .category-title {
          margin: 0 0 15px 5%; } }
      #v14-radio .radio-category-area .category-title h3 {
        font-size: 0.9em;
        line-height: 1.6em;
        background-color: #F5FF00;
        display: inline-block;
        color: #000; }
        @media (min-width: 768px) {
          #v14-radio .radio-category-area .category-title h3 {
            font-size: 1.0em; } }
        @media (min-width: 1200px) {
          #v14-radio .radio-category-area .category-title h3 {
            font-size: 1.125em; } }
    #v14-radio .radio-category-area .radio-card {
      position: relative;
      overflow: hidden;
      width: 100%; }
      @media (min-width: 1024px) {
        #v14-radio .radio-category-area .radio-card {
          padding: 0 0 0 2.5%; } }
      #v14-radio .radio-category-area .radio-card .swiper-slide {
        width: 150px;
        margin: 0 10px 0 0; }
        @media (min-width: 768px) {
          #v14-radio .radio-category-area .radio-card .swiper-slide {
            width: 180px;
            margin: 0 20px 0 0; } }
        @media (min-width: 1250px) {
          #v14-radio .radio-category-area .radio-card .swiper-slide {
            width: 200px;
            margin: 0 20px 0 0; } }
        #v14-radio .radio-category-area .radio-card .swiper-slide:last-child {
          margin-right: 3%; }

#v14-movie {
  background-color: #000;
  padding: 80px 0 0; }
  @media (min-width: 768px) {
    #v14-movie {
      padding: 100px 0 0; } }
  @media (min-width: 1200px) {
    #v14-movie {
      padding: 140px 0 0; } }

#v14-site {
  background-color: #000;
  padding: 80px 0 80px; }
  @media (min-width: 768px) {
    #v14-site {
      padding: 100px 0 100px; } }
  @media (min-width: 1200px) {
    #v14-site {
      padding: 140px 0 140px; } }

.v14-contents-area {
  max-width: 1800px;
  margin: auto;
  width: 90%; }
  @media only screen and (min-width: 1024px) {
    .v14-contents-area .o-4column .col-ll-4 {
      padding: 0 20px; }
    .v14-contents-area .o-4column {
      margin: 0 -20px; } }
  .v14-contents-area.bleu .contents-box .imgWrap {
    border: 2px solid #0000FF; }
  .v14-contents-area.bleu .contents-box .back {
    background-color: #0000FF; }
  .v14-contents-area.bleu .contents-box u {
    background-color: #0000FF; }
  .v14-contents-area.rouge .contents-box .back {
    background-color: #FC0478; }
  .v14-contents-area.rouge .contents-box u {
    background-color: #FC0478; }
  .v14-contents-area .contents-box {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .v14-contents-area .contents-box {
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      .v14-contents-area .contents-box {
        margin-bottom: 40px; } }
    .v14-contents-area .contents-box a:hover .imgWrap > img {
      transform: scale(1.04); }
    .v14-contents-area .contents-box a:hover .imgWrap > video {
      transform: scale(1.04); }
    .v14-contents-area .contents-box a .imgWrap {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      display: block;
      z-index: 1; }
      @media (min-width: 1024px) {
        .v14-contents-area .contents-box a .imgWrap {
          border-radius: 10px; } }
      .v14-contents-area .contents-box a .imgWrap video, .v14-contents-area .contents-box a .imgWrap img {
        position: relative;
        border-radius: 5px;
        transition-duration: 0.8s;
        transform: scale(1); }
        @media (min-width: 1024px) {
          .v14-contents-area .contents-box a .imgWrap video, .v14-contents-area .contents-box a .imgWrap img {
            border-radius: 10px; } }
    .v14-contents-area .contents-box a .back {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
    .v14-contents-area .contents-box a h3 {
      font-size: 0.9em;
      line-height: 1.25em;
      font-feature-settings: "palt";
      letter-spacing: 0.04em;
      text-align: justify;
      color: #fff; }
      @media (min-width: 768px) {
        .v14-contents-area .contents-box a h3 {
          font-size: 1.125em; } }
      @media (min-width: 1200px) {
        .v14-contents-area .contents-box a h3 {
          font-size: 1.4em; } }
      .v14-contents-area .contents-box a h3 u {
        background-color: #F5FF00;
        text-decoration: none;
        padding: 0 5px; }

/*
---------------------------------------------------------------------------------------------------------------------
動画 最近つくったもの
---------------------------------------------------------------------------------------------------------------------
*/
#recording {
  height: auto;
  position: relative;
  padding-top: 60px; }
  @media (min-width: 1024px) {
    #recording {
      padding-top: 100px; } }
  #recording .h2_Title_v10 {
    width: 90%;
    margin: 0 auto 10px; }
    @media (min-width: 1024px) {
      #recording .h2_Title_v10 {
        width: 95%; } }
    #recording .h2_Title_v10 .TitleIn {
      margin-top: 2px; }
      @media (min-width: 1024px) {
        #recording .h2_Title_v10 .TitleIn {
          margin-top: 0; } }
    #recording .h2_Title_v10 .AllView {
      margin: 1px 0 0 0; }
      @media (min-width: 768px) {
        #recording .h2_Title_v10 .AllView {
          margin: 5px 0 0 0; } }
      @media (min-width: 1024px) {
        #recording .h2_Title_v10 .AllView {
          margin: 17px 0 0 0; } }
  #recording .midashi-waku {
    position: absolute;
    top: -49px;
    left: 4%; }
    @media (min-width: 1024px) {
      #recording .midashi-waku {
        top: -69px; } }
    #recording .midashi-waku img {
      width: auto;
      height: 50px;
      vertical-align: bottom; }
      @media (min-width: 1024px) {
        #recording .midashi-waku img {
          height: 70px; } }
  #recording .recording-title {
    max-width: 2000px;
    margin: 0 auto 20px;
    width: 90%; }
    @media (min-width: 1024px) {
      #recording .recording-title {
        display: flex;
        margin: 0 auto 40px;
        width: 94%; } }
    #recording .recording-title .title-l {
      margin: 0 5% 0 0; }
      #recording .recording-title .title-l .common-title {
        margin-bottom: 20px; }
        @media (min-width: 1024px) {
          #recording .recording-title .title-l .common-title {
            margin-bottom: 0; } }
    #recording .recording-title .title-r {
      margin: auto 0 14px 0; }
      #recording .recording-title .title-r .common-fuidashi h3 {
        background-color: #00A4E3;
        position: relative; }
        #recording .recording-title .title-r .common-fuidashi h3::after {
          left: 35px;
          background-color: #00A4E3; }
      #recording .recording-title .title-r h6 {
        font-size: 1.125em;
        line-height: 1.2em;
        margin: 30px 0 0 0; }
        @media (min-width: 1024px) {
          #recording .recording-title .title-r h6 {
            font-size: 1.5em; } }
  #recording .swiper .swiper-button-prev,
  #recording .swiper .swiper-button-next {
    top: 75px; }
    @media (min-width: 1024px) {
      #recording .swiper .swiper-button-prev,
      #recording .swiper .swiper-button-next {
        top: 85px; } }
    @media (min-width: 1250px) {
      #recording .swiper .swiper-button-prev,
      #recording .swiper .swiper-button-next {
        top: 105px; } }
  #recording .swiper .swiper-wrapper .swiper-slide {
    width: 260px;
    margin-right: 15px; }
    @media (min-width: 1024px) {
      #recording .swiper .swiper-wrapper .swiper-slide {
        width: 300px;
        margin-right: 20px; } }
    @media (min-width: 1250px) {
      #recording .swiper .swiper-wrapper .swiper-slide {
        width: 400px;
        margin-right: 30px; } }
    #recording .swiper .swiper-wrapper .swiper-slide article {
      margin-bottom: 40px; }
      #recording .swiper .swiper-wrapper .swiper-slide article .new-video {
        position: relative; }
        #recording .swiper .swiper-wrapper .swiper-slide article .new-video a {
          position: relative;
          border-radius: 10px;
          overflow: hidden;
          display: block;
          z-index: 1; }
          #recording .swiper .swiper-wrapper .swiper-slide article .new-video a img {
            width: 100%;
            height: auto;
            display: block;
            transition-duration: 0.8s;
            transform: scale(1); }
            #recording .swiper .swiper-wrapper .swiper-slide article .new-video a img:hover {
              transform: scale(1.04); }
        #recording .swiper .swiper-wrapper .swiper-slide article .new-video:hover .ChipBtn > img {
          opacity: 1; }
        #recording .swiper .swiper-wrapper .swiper-slide article .new-video:hover .OpenChipBtn > img {
          opacity: 1; }
        #recording .swiper .swiper-wrapper .swiper-slide article .new-video .ChipBtn {
          position: absolute;
          bottom: -20px;
          right: 5px;
          z-index: 10;
          border-radius: 0px; }
          #recording .swiper .swiper-wrapper .swiper-slide article .new-video .ChipBtn img {
            width: 30px;
            height: auto;
            border-radius: 0px; }
        #recording .swiper .swiper-wrapper .swiper-slide article .new-video .OpenChipPanel {
          background: linear-gradient(to right, #FF14A4, #F98924);
          padding: 5px 10px;
          position: absolute;
          bottom: 15px;
          right: 2%;
          border-radius: 10px;
          margin-left: 40px;
          opacity: 0;
          z-index: -10; }
          @media (min-width: 1024px) {
            #recording .swiper .swiper-wrapper .swiper-slide article .new-video .OpenChipPanel {
              padding: 10px; } }
          #recording .swiper .swiper-wrapper .swiper-slide article .new-video .OpenChipPanel p {
            font-size: 0.9em;
            font-weight: bold;
            margin: 0; }
            @media (min-width: 1024px) {
              #recording .swiper .swiper-wrapper .swiper-slide article .new-video .OpenChipPanel p {
                font-size: 1.0em; } }
          #recording .swiper .swiper-wrapper .swiper-slide article .new-video .OpenChipPanel .OpenChipBtn {
            position: absolute;
            top: -14px;
            left: -14px; }
            #recording .swiper .swiper-wrapper .swiper-slide article .new-video .OpenChipPanel .OpenChipBtn img {
              width: 28px;
              height: auto; }
        #recording .swiper .swiper-wrapper .swiper-slide article .new-video .OpenChipAnime {
          animation: fadeInToolchip 0.5s ease forwards;
          animation-delay: 0s;
          z-index: 100; }
@keyframes fadeInToolchip {
  0% {
    opacity: 0;
    transform: translateY(10px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
      #recording .swiper .swiper-wrapper .swiper-slide article h3 {
        font-size: 0.9em;
        font-weight: bold;
        line-height: 1.4em;
        margin-top: 10px;
        transition: .5s; }
        @media (min-width: 1024px) {
          #recording .swiper .swiper-wrapper .swiper-slide article h3 {
            font-size: 1.125em; } }
        #recording .swiper .swiper-wrapper .swiper-slide article h3:hover {
          color: #00A4E3; }
      #recording .swiper .swiper-wrapper .swiper-slide article h4 {
        font-size: 0.7em;
        font-weight: 200;
        line-height: 1.2em;
        margin-top: 10px; }
        @media (min-width: 1024px) {
          #recording .swiper .swiper-wrapper .swiper-slide article h4 {
            font-size: 0.8em; } }
      #recording .swiper .swiper-wrapper .swiper-slide article p {
        font-size: 0.70em;
        font-family: 'Montserrat', sans-serif;
        line-height: 1.2em;
        color: #E6E6E6;
        margin: 10px 0 0 0; }
        @media (min-width: 1024px) {
          #recording .swiper .swiper-wrapper .swiper-slide article p {
            font-size: 0.75em; } }
      #recording .swiper .swiper-wrapper .swiper-slide article .content h3 {
        font-size: 0.7em;
        font-weight: normal;
        color: #999999;
        margin: 10px 0 0 0; }
        @media (min-width: 1024px) {
          #recording .swiper .swiper-wrapper .swiper-slide article .content h3 {
            font-size: 0.8em; } }
      #recording .swiper .swiper-wrapper .swiper-slide article .content h4 {
        font-size: 1.0em;
        font-weight: bold;
        line-height: 1.6em;
        margin: 5px 0 0 0;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (min-width: 1024px) {
          #recording .swiper .swiper-wrapper .swiper-slide article .content h4 {
            font-size: 1.125em; } }
        #recording .swiper .swiper-wrapper .swiper-slide article .content h4 a {
          transition: .5s; }
          #recording .swiper .swiper-wrapper .swiper-slide article .content h4 a:hover {
            color: #00A4E3; }
      #recording .swiper .swiper-wrapper .swiper-slide article .content ul {
        margin: 2px 0 0 0; }
        @media (min-width: 1024px) {
          #recording .swiper .swiper-wrapper .swiper-slide article .content ul {
            margin: 5px 0 0 0; } }
        #recording .swiper .swiper-wrapper .swiper-slide article .content ul li {
          margin: 0;
          display: inline-block; }
          #recording .swiper .swiper-wrapper .swiper-slide article .content ul li a {
            font-size: 0.70em;
            color: #E6E6E6;
            transition: .5s; }
            @media (min-width: 1024px) {
              #recording .swiper .swiper-wrapper .swiper-slide article .content ul li a {
                font-size: 0.75em; } }
            #recording .swiper .swiper-wrapper .swiper-slide article .content ul li a:hover {
              color: #00A4E3; }
      #recording .swiper .swiper-wrapper .swiper-slide article .content ol {
        display: flex;
        margin: 2px 0 0 0; }
        @media (min-width: 1024px) {
          #recording .swiper .swiper-wrapper .swiper-slide article .content ol {
            margin: 5px 0 0 0; } }
        #recording .swiper .swiper-wrapper .swiper-slide article .content ol li {
          font-size: 0.8em;
          font-family: 'Montserrat', sans-serif;
          margin-right: 5px; }
          @media (min-width: 1024px) {
            #recording .swiper .swiper-wrapper .swiper-slide article .content ol li {
              font-size: 0.9em; } }

/*
---------------------------------------------------------------------------------------------------------------------
採用動画事例をカテゴリーから探す
---------------------------------------------------------------------------------------------------------------------
*/
#Search {
  padding: 10px 0 10px;
  width: 90%;
  margin: auto;
  max-width: 1850px; }
  @media (min-width: 1024px) {
    #Search {
      width: 95%;
      padding: 40px 0 0; } }
  #Search .h2_Title_v10 {
    margin: 0 0 20px 0; }
  #Search .SearchIn {
    padding-left: 0; }
    #Search .SearchIn h4 {
      font-size: 0.8em;
      font-weight: lighter;
      color: #fff;
      margin: 13px 0 5px 0; }
      @media (min-width: 768px) {
        #Search .SearchIn h4 {
          float: left; } }
    #Search .SearchIn .SearchTag {
      margin: 0 0 0 0px; }
      @media (min-width: 768px) {
        #Search .SearchIn .SearchTag {
          margin: 0 0 0 90px; } }
      #Search .SearchIn .SearchTag li a {
        margin: 5px 0;
        border: 1px solid #fff; }
        #Search .SearchIn .SearchTag li a:hover {
          border: 1px solid #00A4E3;
          color: #00A4E3; }

/*
---------------------------------------------------------------------------------------------------------------------
THE RECLIVE
---------------------------------------------------------------------------------------------------------------------
*/
#the-reclive {
  background-color: #0c0e0d;
  padding: 60px 0;
  overflow: hidden; }
  @media (min-width: 768px) {
    #the-reclive {
      padding: 120px 0; } }
  #the-reclive .the-reclive-in {
    position: relative;
    max-width: 2000px;
    width: 90%;
    margin: -1.2em auto 0; }
    @media (min-width: 768px) {
      #the-reclive .the-reclive-in {
        display: flex;
        width: 94%; } }
    #the-reclive .the-reclive-in .contents-L {
      position: relative;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        #the-reclive .the-reclive-in .contents-L {
          width: 50%;
          padding-left: 5%;
          margin-bottom: 0; } }
      #the-reclive .the-reclive-in .contents-L .txt {
        color: #fff; }
        #the-reclive .the-reclive-in .contents-L .txt h2 {
          font-family: 'Montserrat', sans-serif;
          font-weight: bold;
          font-size: 4.0em;
          line-height: 1.0em;
          margin: 0; }
          @media (min-width: 768px) {
            #the-reclive .the-reclive-in .contents-L .txt h2 {
              font-size: 8.0vw; } }
          @media (min-width: 1250px) {
            #the-reclive .the-reclive-in .contents-L .txt h2 {
              font-size: 6.25em; } }
        #the-reclive .the-reclive-in .contents-L .txt h3 {
          font-size: 1.4em;
          line-height: 1.4em; }
          @media (min-width: 1200px) {
            #the-reclive .the-reclive-in .contents-L .txt h3 {
              font-size: 2.0em; } }
        #the-reclive .the-reclive-in .contents-L .txt p {
          font-size: 0.9em;
          text-align: justify;
          line-height: 1.6em;
          margin-top: 10px; }
          @media (min-width: 1024px) {
            #the-reclive .the-reclive-in .contents-L .txt p {
              font-size: 1.0em;
              margin-top: 20px; } }
          @media (min-width: 1250px) {
            #the-reclive .the-reclive-in .contents-L .txt p {
              font-size: 1.25em;
              margin-top: 40px; } }
    @media (min-width: 768px) {
      #the-reclive .the-reclive-in .contents-R {
        width: 50%; } }
    #the-reclive .the-reclive-in .contents-R img {
      border-radius: 30px;
      vertical-align: bottom; }
  #the-reclive .card01 {
    margin-top: 0; }
    @media (min-width: 1024px) {
      #the-reclive .card01 {
        margin-top: -20px; } }
    #the-reclive .card01 .swiper-button-prev,
    #the-reclive .card01 .swiper-button-next {
      top: 125px; }
      @media (min-width: 1250px) {
        #the-reclive .card01 .swiper-button-prev,
        #the-reclive .card01 .swiper-button-next {
          top: 120px; } }
    #the-reclive .card01 .swiper .swiper-wrapper .swiper-slide {
      width: 95%;
      max-width: 400px;
      margin-right: 20px; }
      @media (min-width: 1024px) {
        #the-reclive .card01 .swiper .swiper-wrapper .swiper-slide {
          margin-right: 30px; } }
      #the-reclive .card01 .swiper .swiper-wrapper .swiper-slide article iframe {
        height: 300px; }
      #the-reclive .card01 .swiper .swiper-wrapper .swiper-slide article h3 {
        font-size: 1.0em;
        line-height: 1.4em;
        color: #fff;
        margin-top: -50px; }
  #the-reclive .Podcast-btn {
    text-align: center;
    margin-top: 60px; }
  #the-reclive .podcast-link {
    display: flex;
    margin: 20px 0 0; }
    @media (min-width: 1200px) {
      #the-reclive .podcast-link {
        margin: 40px 0 0; } }
    #the-reclive .podcast-link ul {
      display: flex;
      justify-content: center;
      margin: 0; }
      #the-reclive .podcast-link ul li {
        margin-right: 5px;
        color: #fff; }
        @media (min-width: 768px) {
          #the-reclive .podcast-link ul li {
            margin-right: 8px; } }
        #the-reclive .podcast-link ul li a {
          position: relative;
          margin-right: 5px;
          font-size: 0.8em;
          font-weight: bold;
          color: #fff; }
          @media (min-width: 768px) {
            #the-reclive .podcast-link ul li a {
              margin-right: 8px;
              font-size: 0.9em; } }
          #the-reclive .podcast-link ul li a img {
            width: 15px; }
          #the-reclive .podcast-link 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; }
          #the-reclive .podcast-link ul li a:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
      #the-reclive .podcast-link ul.detail {
        margin: 2px 0 0 0; }
        #the-reclive .podcast-link ul.detail li {
          margin-right: 0; }
          #the-reclive .podcast-link ul.detail li a {
            display: flex;
            align-items: center;
            margin-right: 0; }

/*
---------------------------------------------------------------------------------------------------------------------
導入企業一覧
---------------------------------------------------------------------------------------------------------------------
*/
#bringing {
  margin-bottom: 60px;
  /* 前へ次への矢印カスタマイズ */ }
  @media (min-width: 1250px) {
    #bringing {
      margin-bottom: 100px; } }
  #bringing .h2_Title_v10 {
    width: 90%;
    margin: 0 auto 0px; }
    @media (min-width: 1024px) {
      #bringing .h2_Title_v10 {
        width: 95%; } }
  #bringing .swiper-button-prev,
  #bringing .swiper-button-next {
    top: 98px; }
  #bringing .swiper-slide {
    width: 160px;
    padding: 0; }
    @media (min-width: 1250px) {
      #bringing .swiper-slide {
        width: 180px; } }
    #bringing .swiper-slide .slide {
      margin-right: 10px;
      transition: .5s;
      padding-top: 16px; }
      @media (min-width: 1250px) {
        #bringing .swiper-slide .slide {
          margin-right: 20px; } }
      #bringing .swiper-slide .slide .slide-media {
        position: relative; }
        #bringing .swiper-slide .slide .slide-media img {
          border-radius: 10px;
          transition: .5s; }
        #bringing .swiper-slide .slide .slide-media:hover img {
          opacity: 0.8; }
      #bringing .swiper-slide .slide:hover {
        margin-top: -16px; }
    #bringing .swiper-slide .bringing-text {
      margin: 12px 0 15px; }
      #bringing .swiper-slide .bringing-text h3 {
        font-size: 0.6em;
        font-weight: lighter;
        line-height: 1.2em;
        color: #999;
        margin: 0 0 5px 0; }
      #bringing .swiper-slide .bringing-text h4 {
        font-size: 0.8em;
        font-weight: lighter;
        line-height: 1.4em;
        color: #fff; }

/*
---------------------------------------------------------------------------------------------------------------------
気になったらまずは無料相談！
---------------------------------------------------------------------------------------------------------------------
*/
#consultation {
  background-color: #00FF0A;
  height: 400px;
  width: 90%;
  margin: auto;
  border-radius: 20px;
  position: relative; }
  @media (min-width: 768px) {
    #consultation {
      height: 300px; } }
  @media (min-width: 1024px) {
    #consultation {
      height: 400px;
      border-radius: 30px; } }
  #consultation .consultation-in {
    position: relative;
    margin: auto;
    height: 400px;
    z-index: 10; }
    @media (min-width: 768px) {
      #consultation .consultation-in {
        height: 300px; } }
    @media (min-width: 1024px) {
      #consultation .consultation-in {
        height: 400px; } }
    #consultation .consultation-in .consultation-text {
      display: flex;
      justify-content: center;
      padding-top: 20px; }
      @media (min-width: 768px) {
        #consultation .consultation-in .consultation-text {
          align-items: center;
          justify-content: flex-start;
          height: 100%;
          padding: 0 5%; } }
      @media (min-width: 1200px) {
        #consultation .consultation-in .consultation-text {
          padding: 0 10%; } }
      #consultation .consultation-in .consultation-text .consultation-text-in {
        color: #000; }
        #consultation .consultation-in .consultation-text .consultation-text-in h2 {
          font-size: 2.0em;
          font-weight: bold;
          line-height: 1.4em; }
          @media (min-width: 1024px) {
            #consultation .consultation-in .consultation-text .consultation-text-in h2 {
              font-size: 2.5em; } }
        #consultation .consultation-in .consultation-text .consultation-text-in h3 {
          font-size: 0.9em;
          font-weight: normal;
          margin-top: 10px; }
        #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn {
          margin-top: 15px; }
          @media (min-width: 1024px) {
            #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn {
              margin-top: 30px; } }
          #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn a {
            color: #fff;
            display: inline-block;
            text-align: center;
            font-size: 1.0em;
            font-weight: bold;
            border-radius: 50px;
            transition: .5s;
            background: linear-gradient(90deg, #F98924, #FF14A4);
            width: 250px;
            height: 66px;
            line-height: 66px;
            position: relative; }
            @media (min-width: 1024px) {
              #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn a {
                font-size: 1.2em;
                width: 300px;
                height: 76px;
                line-height: 76px; } }
            #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn a::after {
              position: absolute;
              top: 50%;
              content: '';
              margin: -2.5px 0 0 45px;
              width: 8px;
              height: 8px;
              border: 0px;
              border-top: solid 1px #fff;
              border-right: solid 1px #fff;
              -ms-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
              transition: .5s; }
              @media (min-width: 1024px) {
                #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn a::after {
                  margin: -2.5px 0 0 55px; } }
            #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn a:hover::after {
              margin: -2.5px 0 0 50px; }
              @media (min-width: 1024px) {
                #consultation .consultation-in .consultation-text .consultation-text-in .TalkBtn a:hover::after {
                  margin: -2.5px 0 0 60px; } }
    #consultation .consultation-in .editor-chief {
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: center; }
      @media (min-width: 768px) {
        #consultation .consultation-in .editor-chief {
          left: inherit;
          right: 10%; } }
      #consultation .consultation-in .editor-chief img {
        width: 170px; }
        @media (min-width: 768px) {
          #consultation .consultation-in .editor-chief img {
            width: 270px; } }
        @media (min-width: 1024px) {
          #consultation .consultation-in .editor-chief img {
            width: 480px; } }
    #consultation .consultation-in .chief-name {
      position: absolute;
      bottom: 20px;
      right: 15px; }
      #consultation .consultation-in .chief-name a {
        display: flex; }
        #consultation .consultation-in .chief-name a p {
          font-size: 0.9em;
          font-weight: bold;
          color: #000;
          margin: 0;
          position: relative;
          display: inline-block; }
          #consultation .consultation-in .chief-name a p::after {
            position: absolute;
            bottom: -0px;
            left: 0;
            content: '';
            width: 100%;
            height: 1px;
            background: #9EF1FF;
            transform: scale(0, 1);
            transform-origin: right top;
            transition: transform .3s; }
          #consultation .consultation-in .chief-name a p:hover::after {
            transform-origin: left top;
            transform: scale(1, 1); }
        #consultation .consultation-in .chief-name a img {
          width: 16px;
          margin-left: 5px; }

.reclive-loop {
  overflow: hidden;
  width: 90%;
  position: relative;
  height: 400px;
  margin: -400px auto 0; }
  @media (min-width: 768px) {
    .reclive-loop {
      height: 300px;
      margin: -300px auto 0; } }
  @media (min-width: 1024px) {
    .reclive-loop {
      height: 400px;
      margin: -400px auto 0; } }
  .reclive-loop .loop-in {
    display: flex;
    align-items: center;
    height: 400px;
    animation: loop-slide 400s infinite linear 1s both;
    position: absolute;
    top: 0; }
    @media (min-width: 768px) {
      .reclive-loop .loop-in {
        height: 300px; } }
    @media (min-width: 1024px) {
      .reclive-loop .loop-in {
        height: 400px; } }
    .reclive-loop .loop-in img {
      width: 3200px;
      height: auto; }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.MC_Info {
  padding: 40px 20px 20px !important; }
  @media (min-width: 1024px) {
    .MC_Info {
      padding: 40px 60px 20px !important; } }
  .MC_Info .MC_InfoIn .PopupText {
    padding: 60px 20px 20px !important; }
    @media (min-width: 768px) {
      .MC_Info .MC_InfoIn .PopupText {
        padding: 40px 20px 20px !important; } }
  .MC_Info .MC_InfoIn .MC_Photo img {
    z-index: 5 !important; }
  .MC_Info .Name {
    top: 25% !important; }
    @media (min-width: 768px) {
      .MC_Info .Name {
        top: 5% !important;
        right: 0 !important;
        left: inherit !important;
        bottom: inherit !important; } }
    @media (min-width: 1024px) {
      .MC_Info .Name {
        top: 15% !important;
        right: 5% !important; } }
    @media (min-width: 1250px) {
      .MC_Info .Name {
        top: 25% !important;
        right: 5% !important; } }

.modaal-container {
  border-radius: 30px; }

.modaal-outer-wrapper {
  background-color: rgba(0, 0, 0, 0.85); }

.modaal-content-container {
  padding: 0px; }

.modaal-close {
  left: 20px; }

.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #fff; }

.modaal-wrapper .modaal-close {
  background: #fff;
  z-index: 10; }
  .modaal-wrapper .modaal-close:hover {
    background: #111; }

.modaal-close:after, .modaal-close:before {
  background: #000; }

.manga-popup {
  padding: 30px;
  background-color: #fff; }

/*
---------------------------------------------------------------------------------------------------------------------
グッズ
---------------------------------------------------------------------------------------------------------------------
*/
#goods {
  padding: 60px 0 40px; }
  @media (min-width: 768px) {
    #goods {
      padding: 80px 0 40px; } }
  #goods .h2_Title_v10 {
    width: 90%;
    margin: 0 auto 10px;
    display: flex; }
    @media (min-width: 1024px) {
      #goods .h2_Title_v10 {
        width: 95%; } }
  #goods .swiper-button-prev,
  #goods .swiper-button-next {
    top: 105px; }
    @media (min-width: 1250px) {
      #goods .swiper-button-prev,
      #goods .swiper-button-next {
        top: 110px; } }
  #goods .swiper-slide {
    width: 200px;
    padding: 0; }
    @media (min-width: 1250px) {
      #goods .swiper-slide {
        width: 240px; } }
    #goods .swiper-slide .slide {
      margin-right: 10px; }
      @media (min-width: 1250px) {
        #goods .swiper-slide .slide {
          margin-right: 20px; } }
      #goods .swiper-slide .slide .slide-media {
        position: relative;
        overflow: hidden;
        z-index: 1;
        border-radius: 10px; }
        #goods .swiper-slide .slide .slide-media img {
          width: 100%;
          height: auto;
          display: block;
          transition-duration: 0.8s;
          transform: scale(1);
          border-radius: 10px; }
          #goods .swiper-slide .slide .slide-media img:hover {
            transform: scale(1.04); }
      #goods .swiper-slide .slide .GoodsText {
        margin: 12px 0 15px; }
        #goods .swiper-slide .slide .GoodsText h4 {
          font-size: 1.0em;
          line-height: 1.3em;
          color: #fff; }
          @media (min-width: 1250px) {
            #goods .swiper-slide .slide .GoodsText h4 {
              font-size: 1.10em; } }
        #goods .swiper-slide .slide .GoodsText h5 {
          font-size: 0.7em;
          line-height: 1.2em;
          color: #999; }
          @media (min-width: 1250px) {
            #goods .swiper-slide .slide .GoodsText h5 {
              font-size: 0.8em; } }

/*
---------------------------------------------------------------------------------------------------------------------
お知らせ
---------------------------------------------------------------------------------------------------------------------
*/
#notice {
  padding: 40px 0; }
  @media (min-width: 1024px) {
    #notice {
      padding: 80px 0; } }
  #notice .notice-in {
    width: 90%;
    margin: auto; }
    @media (min-width: 1024px) {
      #notice .notice-in {
        display: flex; } }
    #notice .notice-in .notice-title {
      margin-bottom: 20px;
      display: flex; }
      @media (min-width: 1024px) {
        #notice .notice-in .notice-title {
          width: 240px;
          display: block; } }
      #notice .notice-in .notice-title h2, #notice .notice-in .notice-title h3 {
        color: #fff;
        font-size: 1.2em;
        font-weight: bold;
        margin: 0 10px 0 0; }
        @media (min-width: 1024px) {
          #notice .notice-in .notice-title h2, #notice .notice-in .notice-title h3 {
            font-size: 1.5em;
            margin: 0 0 20px 0; } }
      #notice .notice-in .notice-title .AllView {
        margin: 6px 0 0 0; }
        @media (min-width: 1024px) {
          #notice .notice-in .notice-title .AllView {
            margin: 4px 0 0 0; } }
    @media (min-width: 1024px) {
      #notice .notice-in .notice-list {
        width: calc(100% - 240px); } }
    #notice .notice-in .notice-list .notice-box {
      padding: 13px 0 15px;
      border-bottom: 1px dotted #707070; }
      #notice .notice-in .notice-list .notice-box:first-child {
        border-top: 1px dotted #707070; }
      @media (min-width: 768px) {
        #notice .notice-in .notice-list .notice-box {
          padding: 28px 0 30px; } }
      @media (min-width: 1024px) {
        #notice .notice-in .notice-list .notice-box a {
          display: flex;
          align-items: center; } }
      #notice .notice-in .notice-list .notice-box a p {
        color: #D3D3D3;
        font-size: 0.8em;
        line-height: 1.4em;
        margin: 0;
        transition: .5s; }
        @media (min-width: 1024px) {
          #notice .notice-in .notice-list .notice-box a p {
            width: 130px;
            font-size: 0.9em; } }
        #notice .notice-in .notice-list .notice-box a p:hover {
          color: #00A4E3; }
      #notice .notice-in .notice-list .notice-box a h3 {
        color: #fff;
        font-size: 0.9em;
        font-feature-settings: "palt";
        letter-spacing: 0.05em;
        line-height: 1.4em;
        transition: .5s;
        margin: 5px 0 0 0; }
        @media (min-width: 768px) {
          #notice .notice-in .notice-list .notice-box a h3 {
            font-size: 1.125em; } }
        @media (min-width: 1024px) {
          #notice .notice-in .notice-list .notice-box a h3 {
            width: calc(100% - 100px);
            margin: 0 0 0 0; } }
        #notice .notice-in .notice-list .notice-box a h3:hover {
          color: #00A4E3; }

.col-llg-2-4, .col-llg-2 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px; }

@media (min-width: 1600px) {
  .col-llg-2-4, .col-llg-2 {
    float: left; }

  .col-llg-2-4 {
    width: 20%;
    -webkit-flex: 0 0 20%; }

  .col-llg-2 {
    width: 16.66666667%; } }
