@charset "UTF-8";
/*
---------------------------------------------------------------------------------------------------------------------
メインビジュアル
---------------------------------------------------------------------------------------------------------------------
*/
#mv2025-pc {
  background-color: #0014FF;
  position: relative;
  display: none; }
  @media (min-width: 768px) {
    #mv2025-pc {
      display: block; } }
  @media (min-width: 768px) {
    #mv2025-pc .mv-in {
      display: flex;
      align-items: center; } }
  @media (min-width: 768px) {
    #mv2025-pc .mv-in .logo-photo {
      width: 42%; } }
  @media (min-width: 1024px) {
    #mv2025-pc .mv-in .logo-photo {
      width: 35%; } }
  @media (min-width: 1250px) {
    #mv2025-pc .mv-in .logo-photo {
      width: 30%; } }
  #mv2025-pc .mv-in .mv-card {
    padding: 0 0 0 5%;
    position: relative;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 768px) {
      #mv2025-pc .mv-in .mv-card {
        width: 58%;
        margin-top: -8%;
        padding: 0 0 0 6%; } }
    @media (min-width: 1024px) {
      #mv2025-pc .mv-in .mv-card {
        width: 65%;
        margin-top: -4%;
        padding: 0 0 0 5%; } }
    @media (min-width: 1250px) {
      #mv2025-pc .mv-in .mv-card {
        width: 70%; } }
    #mv2025-pc .mv-in .mv-card .swiper-button-prev, #mv2025-pc .mv-in .mv-card .swiper-button-next {
      top: 50%; }
    #mv2025-pc .mv-in .mv-card .swiper-button-prev {
      left: 0; }
    #mv2025-pc .mv-in .mv-card .swiper-button-next {
      right: 5%; }
      @media (min-width: 1024px) {
        #mv2025-pc .mv-in .mv-card .swiper-button-next {
          right: 10%; } }
      @media (min-width: 1250px) {
        #mv2025-pc .mv-in .mv-card .swiper-button-next {
          right: 16%; } }
    #mv2025-pc .mv-in .mv-card .swiper-slide.swiper-slide-next {
      scale: 0.8; }
    #mv2025-pc .mv-in .mv-card .swiper-slide {
      transition: 1.0s; }
      #mv2025-pc .mv-in .mv-card .swiper-slide:last-child {
        margin-right: 3%; }
    #mv2025-pc .mv-in .mv-card .swiper-slide.swiper-slide-prev {
      opacity: 0;
      transition: 0.5s; }
    @media (min-width: 1024px) {
      #mv2025-pc .mv-in .mv-card .post-box {
        display: flex;
        align-items: center; } }
    @media (min-width: 1024px) {
      #mv2025-pc .mv-in .mv-card .post-box a {
        width: 40%; } }
    #mv2025-pc .mv-in .mv-card .post-box a:hover .iCatch > img {
      transform: scale(1.04); }
    #mv2025-pc .mv-in .mv-card .post-box a .iCatch {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      display: block;
      z-index: 1; }
      #mv2025-pc .mv-in .mv-card .post-box a .iCatch img {
        border-radius: 5px;
        transition-duration: 0.8s;
        transform: scale(1); }
        @media (min-width: 768px) {
          #mv2025-pc .mv-in .mv-card .post-box a .iCatch img {
            border-radius: 10px; } }
    #mv2025-pc .mv-in .mv-card .post-box .txt {
      color: #fff;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #mv2025-pc .mv-in .mv-card .post-box .txt {
          width: 60%;
          padding: 0 5% 0 20px;
          margin-top: 0; } }
      #mv2025-pc .mv-in .mv-card .post-box .txt a {
        color: #fff; }
        #mv2025-pc .mv-in .mv-card .post-box .txt a:hover h3 {
          color: #FFF31D; }
        #mv2025-pc .mv-in .mv-card .post-box .txt a h3 {
          font-size: 1.125em;
          text-align: justify;
          line-height: 1.4em;
          transition: .5s; }
          @media (min-width: 1024px) {
            #mv2025-pc .mv-in .mv-card .post-box .txt a h3 {
              font-size: 1.5em; } }
          @media (min-width: 1250px) {
            #mv2025-pc .mv-in .mv-card .post-box .txt a h3 {
              font-size: 2.0em; } }
  #mv2025-pc .moji {
    position: absolute;
    bottom: 0;
    width: 100%; }

.tag-txt-loop.pc {
  display: none; }
  @media (min-width: 768px) {
    .tag-txt-loop.pc {
      display: block;
      background-color: #0014FF;
      padding: 0 0 10px 0; } }
@media (min-width: 768px) {
  .tag-txt-loop.sp {
    display: none; } }
.tag-txt-loop .YokoScroll {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 3px 0 5px;
  background-color: #fff; }
  @media (min-width: 768px) {
    .tag-txt-loop .YokoScroll {
      padding: 10px 0; } }
  .tag-txt-loop .YokoScroll .slideshow {
    display: flex; }
    .tag-txt-loop .YokoScroll .slideshow figure {
      width: 1700px;
      margin-right: 10px; }
      @media (min-width: 768px) {
        .tag-txt-loop .YokoScroll .slideshow figure {
          width: 3000px; } }
      @media (min-width: 1450px) {
        .tag-txt-loop .YokoScroll .slideshow figure {
          width: 4000px; } }
    .tag-txt-loop .YokoScroll .slideshow.show1 {
      animation: gallery-slide1 800s infinite linear 1s both; }
@keyframes gallery-slide1 {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
.post-data-category {
  display: flex;
  align-items: center;
  margin-top: 4px; }
  @media (min-width: 1024px) {
    .post-data-category {
      margin-top: 10px; } }
  .post-data-category h4 {
    font-size: 0.8em;
    text-align: center;
    background-color: #fff;
    color: #000;
    padding: 4px 15px;
    border-radius: 50px; }
    @media (min-width: 1024px) {
      .post-data-category h4 {
        font-size: 0.9em; } }
  .post-data-category h5 {
    font-size: 0.9em;
    margin-left: 5px;
    color: #fff; }
    @media (min-width: 1024px) {
      .post-data-category h5 {
        font-size: 1.0em;
        margin-left: 10px; } }

.common-midashi {
  display: inline-block; }
  .common-midashi.white h3 {
    color: #fff; }
    .common-midashi.white h3::before {
      background-color: #fff; }
  .common-midashi h3 {
    position: relative;
    font-size: 1.125em;
    padding-left: 1em; }
    @media (min-width: 1024px) {
      .common-midashi h3 {
        font-size: 1.5em; } }
    .common-midashi h3::before {
      content: "";
      position: absolute;
      top: 6px;
      left: 0;
      width: 10px;
      height: 10px;
      background-color: #0014FF;
      border-radius: 50%; }
      @media (min-width: 1024px) {
        .common-midashi h3::before {
          top: 8px; } }
      @media (min-width: 1250px) {
        .common-midashi h3::before {
          top: 10px;
          width: 12px;
          height: 12px; } }
  .common-midashi img {
    padding-left: 1em;
    width: 60%;
    position: relative;
    top: -8px; }
    @media (min-width: 1024px) {
      .common-midashi img {
        width: 90%;
        top: 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
ブルビって何？
---------------------------------------------------------------------------------------------------------------------
*/
#about {
  padding-top: 60px;
  overflow: hidden; }
  @media (min-width: 768px) {
    #about {
      padding-top: 100px; } }
  @media (min-width: 1250px) {
    #about {
      padding-top: 200px; } }
  #about .about-in {
    position: relative; }
    #about .about-in .greeting {
      max-width: 900px;
      margin: auto;
      width: 90%; }
      #about .about-in .greeting .main-copy {
        margin-top: 20px; }
        @media (min-width: 1024px) {
          #about .about-in .greeting .main-copy {
            margin-top: 40px; } }
        #about .about-in .greeting .main-copy p {
          font-size: 1.125em;
          font-weight: bold;
          line-height: 2.0em;
          text-align: justify;
          font-feature-settings: "palt";
          letter-spacing: 0.04em; }
          @media (min-width: 768px) {
            #about .about-in .greeting .main-copy p {
              font-size: 1.8em; } }
          @media (min-width: 1250px) {
            #about .about-in .greeting .main-copy p {
              font-size: 2.5em; } }
          #about .about-in .greeting .main-copy p span {
            color: #0014FF; }
    #about .about-in .back-txt {
      position: absolute;
      top: 0;
      bottom: 0;
      height: 100%;
      display: flex;
      align-items: center;
      z-index: -1; }
      #about .about-in .back-txt .YokoScroll {
        display: flex;
        align-items: center;
        overflow: hidden; }
        #about .about-in .back-txt .YokoScroll .slideshow {
          display: flex; }
          #about .about-in .back-txt .YokoScroll .slideshow figure {
            width: 1000px; }
            @media (min-width: 768px) {
              #about .about-in .back-txt .YokoScroll .slideshow figure {
                width: 1500px; } }
            @media (min-width: 1024px) {
              #about .about-in .back-txt .YokoScroll .slideshow figure {
                width: 1500px; } }
            @media (min-width: 1450px) {
              #about .about-in .back-txt .YokoScroll .slideshow figure {
                width: 2000px; } }
          #about .about-in .back-txt .YokoScroll .slideshow.show1 {
            animation: loop-slide 150s infinite linear 1s both; }
@keyframes loop-slide {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
/*
---------------------------------------------------------------------------------------------------------------------
パーソナリティ
---------------------------------------------------------------------------------------------------------------------
*/
#personality {
  position: relative;
  margin-top: 40px; }
  @media (min-width: 768px) {
    #personality {
      margin-top: 0; } }
  @media (min-width: 1024px) {
    #personality {
      margin-top: 40px; } }
  #personality .personality-in {
    max-width: 1600px;
    width: 90%;
    margin: auto;
    display: flex; }
    #personality .personality-in .profile-pc {
      display: none; }
      @media (min-width: 768px) {
        #personality .personality-in .profile-pc {
          display: block;
          width: 30%; } }
      #personality .personality-in .profile-pc.marin {
        margin-top: 10%; }
        @media (min-width: 1024px) {
          #personality .personality-in .profile-pc.marin {
            margin-top: 20%; } }
      #personality .personality-in .profile-pc.fujii {
        margin-top: 5%; }
        @media (min-width: 1024px) {
          #personality .personality-in .profile-pc.fujii {
            margin-top: 10%; } }
    #personality .personality-in .profile-sp {
      width: 10%;
      display: flex;
      justify-content: center;
      margin-top: 60px; }
      #personality .personality-in .profile-sp h3 {
        writing-mode: vertical-rl;
        text-orientation: upright; }
      #personality .personality-in .profile-sp a {
        font-size: 1.25em;
        font-weight: bold;
        line-height: 1.2em;
        writing-mode: vertical-rl;
        text-orientation: upright;
        margin: 5px 0 0 -4px; }
      @media (min-width: 768px) {
        #personality .personality-in .profile-sp {
          display: none; } }
    #personality .personality-in .profile h3 {
      font-size: 0.8em;
      color: #0014FF; }
      @media (min-width: 1024px) {
        #personality .personality-in .profile h3 {
          font-size: 1.125em; } }
    #personality .personality-in .profile h4 {
      font-size: 1.75em;
      font-weight: bold; }
    #personality .personality-in .profile .name {
      display: flex;
      align-items: center; }
      #personality .personality-in .profile .name h5 {
        font-size: 0.9em;
        margin: 4px 0 0 10px; }
    #personality .personality-in .profile p {
      font-size: 0.8em;
      line-height: 1.8em;
      text-align: justify;
      margin-top: 10px; }
      @media (min-width: 1024px) {
        #personality .personality-in .profile p {
          font-size: 0.9em; } }
    #personality .personality-in .photo {
      width: 80%; }
      @media (min-width: 768px) {
        #personality .personality-in .photo {
          width: 40%; } }
  #personality #naname-back {
    position: absolute;
    bottom: 0;
    width: 100%; }

/*
---------------------------------------------------------------------------------------------------------------------
RADIO&BLOG　社長のラジオとブログ「ビリビリでんきショック」
---------------------------------------------------------------------------------------------------------------------
*/
#tips {
  background-color: #0014FF;
  padding: 40px 0 50px; }
  @media (min-width: 1024px) {
    #tips {
      padding: 80px 0 100px; } }
  #tips .blog-new {
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin: 20px auto 0; }
    @media (min-width: 1024px) {
      #tips .blog-new {
        margin: 60px auto 0; } }
    @media (min-width: 768px) {
      #tips .blog-new .common-midashi {
        position: absolute;
        top: 0;
        left: 0; } }
    #tips .blog-new .blog-new-in {
      margin-top: 20px; }
      @media (min-width: 768px) {
        #tips .blog-new .blog-new-in {
          display: flex;
          margin-top: 0; } }
      #tips .blog-new .blog-new-in .blog-txt {
        margin-top: 10px; }
        @media (min-width: 768px) {
          #tips .blog-new .blog-new-in .blog-txt {
            width: 55%;
            padding-right: 5%;
            display: flex;
            align-items: center;
            margin-top: 0; } }
        #tips .blog-new .blog-new-in .blog-txt .blog-txt-in .txt {
          color: #fff; }
          #tips .blog-new .blog-new-in .blog-txt .blog-txt-in .txt h2 {
            font-size: 1.5em;
            line-height: 1.4em; }
            @media (min-width: 1024px) {
              #tips .blog-new .blog-new-in .blog-txt .blog-txt-in .txt h2 {
                font-size: 2.5em; } }
          #tips .blog-new .blog-new-in .blog-txt .blog-txt-in .txt p {
            font-size: 0.9em;
            line-height: 1.8em;
            margin-top: 10px;
            word-break: break-all;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            overflow: hidden; }
            @media (min-width: 1024px) {
              #tips .blog-new .blog-new-in .blog-txt .blog-txt-in .txt p {
                font-size: 1.125em;
                margin-top: 20px; } }
          #tips .blog-new .blog-new-in .blog-txt .blog-txt-in .txt h5 {
            font-family: bebas-kai, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.9em;
            margin-top: 10px; }
            @media (min-width: 1024px) {
              #tips .blog-new .blog-new-in .blog-txt .blog-txt-in .txt h5 {
                font-size: 1.0em;
                margin-top: 20px; } }
        #tips .blog-new .blog-new-in .blog-txt .blog-txt-in .common-btn-type2 {
          margin-top: 20px; }
          @media (min-width: 768px) {
            #tips .blog-new .blog-new-in .blog-txt .blog-txt-in .common-btn-type2 {
              margin-top: 40px; } }
      #tips .blog-new .blog-new-in .thumbnail {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        display: block;
        z-index: 1;
        width: 90%;
        margin: auto; }
        @media (min-width: 768px) {
          #tips .blog-new .blog-new-in .thumbnail {
            width: 45%;
            border-radius: 20px; } }
        #tips .blog-new .blog-new-in .thumbnail img {
          width: 100%;
          height: auto;
          display: block;
          transition-duration: 0.8s;
          transform: scale(1);
          border-radius: 10px; }
          @media (min-width: 1024px) {
            #tips .blog-new .blog-new-in .thumbnail img {
              border-radius: 20px; } }
          #tips .blog-new .blog-new-in .thumbnail img:hover {
            transform: scale(1.04); }
  #tips .blog-second {
    margin-top: 30px; }
    @media (min-width: 1024px) {
      #tips .blog-second {
        margin-top: 60px; } }

#naname-back {
  margin: -0.5px 0;
  overflow: hidden; }
  #naname-back ul {
    position: relative;
    left: -5px; }
    #naname-back ul li {
      width: 105%; }
      #naname-back ul li:nth-child(1) {
        transform: rotate(180deg); }
      #naname-back ul li:nth-child(2) {
        position: absolute;
        top: 0; }
      #naname-back ul li.rotate0 {
        transform: rotate(0deg); }

.blog-second {
  margin: auto; }
  .blog-second .swiper-button-prev, .blog-second .swiper-button-next {
    top: 40%; }
  .blog-second .news-card {
    padding: 0 0 0 4%;
    position: relative;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 768px) {
      .blog-second .news-card {
        padding: 0 0 0 5%; } }
    .blog-second .news-card .swiper-slide {
      width: 180px;
      margin: 0 15px 0 0; }
      @media (min-width: 768px) {
        .blog-second .news-card .swiper-slide {
          width: 220px;
          margin: 0 20px 0 0; } }
      @media (min-width: 1250px) {
        .blog-second .news-card .swiper-slide {
          width: 260px;
          margin: 0 30px 0 0; } }
      .blog-second .news-card .swiper-slide:last-child {
        margin-right: 3%; }
    .blog-second .news-card .common-post-box a:hover .iCatch > img {
      transform: scale(1.04); }
    .blog-second .news-card .common-post-box a:hover .txt > h3 {
      color: #F1FF4E; }
    .blog-second .news-card .common-post-box a .iCatch {
      position: relative;
      border-radius: 10px;
      overflow: hidden;
      display: block;
      z-index: 1; }
      .blog-second .news-card .common-post-box a .iCatch img {
        border-radius: 10px;
        transition-duration: 0.8s;
        transform: scale(1); }
    .blog-second .news-card .txt {
      margin-top: 10px; }
      .blog-second .news-card .txt h3 {
        font-size: 0.9em;
        line-height: 1.4em;
        font-feature-settings: "palt";
        letter-spacing: 0.08em;
        transition: .5s;
        color: #fff;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (min-width: 768px) {
          .blog-second .news-card .txt h3 {
            font-size: 1.125em; } }
      .blog-second .news-card .txt h5 {
        font-size: 0.9em;
        font-weight: normal;
        line-height: 1.0;
        color: #fff;
        margin-top: 5px; }
        @media (min-width: 768px) {
          .blog-second .news-card .txt h5 {
            font-size: 1.0em;
            margin-top: 10px; } }
    .blog-second .news-card .movie-play {
      position: relative; }
      .blog-second .news-card .movie-play .thumbnail img {
        border-radius: 10px; }
  .blog-second .common-btn-type2 {
    display: flex;
    justify-content: center;
    margin: 40px auto 0; }
    @media (min-width: 1024px) {
      .blog-second .common-btn-type2 {
        margin: 60px auto 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
動画で見る#ブルビ
---------------------------------------------------------------------------------------------------------------------
*/
#movie {
  background-color: #000DA8;
  padding: 60px 0 40px; }
  @media (min-width: 1024px) {
    #movie {
      padding: 80px 0 40px; } }
  #movie .common-midashi {
    padding: 0 0 0 4%; }
    @media (min-width: 768px) {
      #movie .common-midashi {
        padding: 0 0 0 5%; } }
  #movie .blog-second {
    margin-top: 30px; }
    @media (min-width: 1024px) {
      #movie .blog-second {
        margin-top: 60px; } }

/*
---------------------------------------------------------------------------------------------------------------------
職人と考える起業と経営
---------------------------------------------------------------------------------------------------------------------
*/
#business {
  padding: 60px 0 40px; }
  @media (min-width: 1024px) {
    #business {
      padding: 80px 0 80px; } }
  #business .common-midashi {
    padding: 0 0 0 4%; }
    @media (min-width: 768px) {
      #business .common-midashi {
        padding: 0 0 0 5%; } }
  #business .talk {
    margin-top: 30px; }
    @media (min-width: 1024px) {
      #business .talk {
        margin-top: 60px; } }
    #business .talk .talk-box {
      margin-bottom: 80px; }
      @media (min-width: 1024px) {
        #business .talk .talk-box {
          margin-bottom: 180px;
          display: flex; } }
      #business .talk .talk-box.left {
        padding-right: 5%; }
        @media (min-width: 1024px) {
          #business .talk .talk-box.left {
            padding: 0; } }
      #business .talk .talk-box.right {
        padding-left: 5%; }
        @media (min-width: 1024px) {
          #business .talk .talk-box.right {
            padding: 0; } }
      #business .talk .talk-box:last-child {
        margin-bottom: 0; }
      @media (min-width: 1024px) {
        #business .talk .talk-box .thumbnail {
          width: 55%; } }
      #business .talk .talk-box .thumbnail.left img {
        border-top-right-radius: 20px;
        border-bottom-right-radius: 20px; }
      #business .talk .talk-box .thumbnail.right img {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; }
      #business .talk .talk-box .txt-contents {
        margin-top: 15px; }
        @media (min-width: 1024px) {
          #business .talk .talk-box .txt-contents {
            width: 45%;
            margin-top: 0; } }
        #business .talk .talk-box .txt-contents.left {
          padding-left: 5%; }
          @media (min-width: 1024px) {
            #business .talk .talk-box .txt-contents.left {
              padding: 0 3%; } }
          @media (min-width: 1250px) {
            #business .talk .talk-box .txt-contents.left {
              padding: 0 5%; } }
        #business .talk .talk-box .txt-contents.right {
          padding-right: 5%; }
          @media (min-width: 1024px) {
            #business .talk .talk-box .txt-contents.right {
              padding: 0 3%; } }
          @media (min-width: 1250px) {
            #business .talk .talk-box .txt-contents.right {
              padding: 0 5%; } }
        #business .talk .talk-box .txt-contents h4 {
          font-size: 1.0em;
          display: inline-block;
          padding: 4px 8px;
          border-radius: 5px;
          background-color: #0014FF;
          color: #fff; }
          @media (min-width: 1250px) {
            #business .talk .talk-box .txt-contents h4 {
              font-size: 1.25em; } }
        #business .talk .talk-box .txt-contents h2 {
          font-size: 2.0em;
          line-height: 1.2em;
          text-align: justify;
          color: #0014FF;
          margin-top: 5px; }
          @media (min-width: 1250px) {
            #business .talk .talk-box .txt-contents h2 {
              font-size: 4.0em;
              margin-top: 10px; } }
        #business .talk .talk-box .txt-contents p {
          font-size: 1.0em;
          text-align: justify;
          margin-top: 20px; }
          @media (min-width: 1250px) {
            #business .talk .talk-box .txt-contents p {
              font-size: 1.125em; } }
        #business .talk .talk-box .txt-contents .common-btn-type2 {
          margin-top: 20px; }
  #business .common-btn-type2.center {
    margin: 80px auto 0;
    display: flex;
    justify-content: center; }

/*
---------------------------------------------------------------------------------------------------------------------
#ブルビ仲間、募集中！
---------------------------------------------------------------------------------------------------------------------
*/
#buddy {
  background-color: #000DA8;
  padding: 60px 0 40px; }
  @media (min-width: 1024px) {
    #buddy {
      padding: 80px 0 40px; } }
  @media (min-width: 1400px) {
    #buddy {
      padding: 00 0 40px; } }
  #buddy .buddy-in {
    max-width: 1600px;
    width: 90%;
    margin: auto; }
    @media (min-width: 768px) {
      #buddy .buddy-in {
        display: flex; } }
    @media (min-width: 768px) {
      #buddy .buddy-in .buddy-txt {
        width: 60%; } }
    @media (min-width: 1024px) {
      #buddy .buddy-in .buddy-txt {
        margin-top: 8%; } }
    #buddy .buddy-in .buddy-txt h4 {
      font-size: 1.125em;
      text-align: justify;
      line-height: 1.6em;
      color: #fff;
      margin-top: 40px; }
      @media (min-width: 1024px) {
        #buddy .buddy-in .buddy-txt h4 {
          font-size: 1.75em;
          margin-top: 60px; } }
    #buddy .buddy-in .buddy-txt ul {
      margin: 60px 0 20px; }
      @media (min-width: 1250px) {
        #buddy .buddy-in .buddy-txt ul {
          margin: 80px 0 20px; } }
      #buddy .buddy-in .buddy-txt ul li {
        margin-bottom: 20px; }
        @media (min-width: 1024px) {
          #buddy .buddy-in .buddy-txt ul li {
            display: flex;
            align-items: center;
            margin-bottom: 40px; } }
        #buddy .buddy-in .buddy-txt ul li:last-child {
          margin-bottom: 0; }
        #buddy .buddy-in .buddy-txt ul li .logo-txt {
          width: 230px; }
          @media (min-width: 1250px) {
            #buddy .buddy-in .buddy-txt ul li .logo-txt {
              width: 250px; } }
          #buddy .buddy-in .buddy-txt ul li .logo-txt a {
            display: flex;
            align-items: center;
            position: relative; }
            #buddy .buddy-in .buddy-txt ul li .logo-txt a:hover h3 {
              color: #FFF31D; }
              #buddy .buddy-in .buddy-txt ul li .logo-txt a:hover h3::after {
                transform-origin: left top;
                transform: scale(1, 1); }
            #buddy .buddy-in .buddy-txt ul li .logo-txt a:hover svg > .st1 {
              fill: #FFF31D; }
            #buddy .buddy-in .buddy-txt ul li .logo-txt a img, #buddy .buddy-in .buddy-txt ul li .logo-txt a svg {
              width: 40px;
              margin-right: 20px; }
              @media (min-width: 1250px) {
                #buddy .buddy-in .buddy-txt ul li .logo-txt a img, #buddy .buddy-in .buddy-txt ul li .logo-txt a svg {
                  width: 60px; } }
              #buddy .buddy-in .buddy-txt ul li .logo-txt a img .st0, #buddy .buddy-in .buddy-txt ul li .logo-txt a svg .st0 {
                fill: #0014ff; }
              #buddy .buddy-in .buddy-txt ul li .logo-txt a img .st1, #buddy .buddy-in .buddy-txt ul li .logo-txt a svg .st1 {
                fill: #fff;
                transition: .5s; }
            #buddy .buddy-in .buddy-txt ul li .logo-txt a h3 {
              position: relative;
              font-size: 1.25em;
              color: #fff;
              transition: .5s; }
              @media (min-width: 1024px) {
                #buddy .buddy-in .buddy-txt ul li .logo-txt a h3 {
                  font-size: 1.50em; } }
              @media (min-width: 1250px) {
                #buddy .buddy-in .buddy-txt ul li .logo-txt a h3 {
                  font-size: 1.75em; } }
              #buddy .buddy-in .buddy-txt ul li .logo-txt a h3::after {
                position: absolute;
                bottom: 0;
                left: 0;
                content: '';
                width: 100%;
                height: 1px;
                background: #FFF31D;
                transform: scale(0, 1);
                transform-origin: right top;
                transition: transform .3s; }
              #buddy .buddy-in .buddy-txt ul li .logo-txt a h3 span {
                border-bottom: 1px solid #fff;
                display: inline-block; }
        #buddy .buddy-in .buddy-txt ul li .balloon1-left {
          position: relative;
          display: inline-block;
          padding: 4px 15px;
          border-radius: 60px;
          background-color: #FFF31D;
          margin-top: 20px; }
          @media (min-width: 1024px) {
            #buddy .buddy-in .buddy-txt ul li .balloon1-left {
              margin-top: 0; } }
          #buddy .buddy-in .buddy-txt ul li .balloon1-left::before {
            content: "";
            position: absolute;
            top: -20px;
            left: 20px;
            border: 10px solid transparent;
            border-bottom: 10px solid #FFF31D; }
            @media (min-width: 1024px) {
              #buddy .buddy-in .buddy-txt ul li .balloon1-left::before {
                top: 50%;
                left: -14px;
                margin-top: -6px;
                border: 6px solid transparent;
                border-right: 10px solid #FFF31D; } }
          #buddy .buddy-in .buddy-txt ul li .balloon1-left p {
            font-size: 0.9em;
            font-weight: bold;
            font-feature-settings: "palt";
            letter-spacing: 0.04em;
            color: #000; }
            @media (min-width: 1250px) {
              #buddy .buddy-in .buddy-txt ul li .balloon1-left p {
                font-size: 1.0em; } }
    #buddy .buddy-in .buddy-photo {
      width: 60%;
      margin: auto; }
      @media (min-width: 768px) {
        #buddy .buddy-in .buddy-photo {
          width: 40%;
          margin: auto 0 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
#ブルビグッズ
---------------------------------------------------------------------------------------------------------------------
*/
#goods2025 {
  background-color: #0014FF;
  padding: 60px 0 40px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    #goods2025 {
      padding: 80px 0 80px; } }
  #goods2025 .goods-title {
    padding: 0 4%; }
    @media (min-width: 768px) {
      #goods2025 .goods-title {
        padding: 0 5%; } }
    #goods2025 .goods-title h4 {
      font-size: 1.125em;
      line-height: 1.6em;
      color: #fff;
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #goods2025 .goods-title h4 {
          font-size: 1.75em;
          margin-top: 40px; } }
  #goods2025 .goods-card {
    position: relative;
    padding: 0 0 0 4%;
    margin-top: 60px; }
    @media (min-width: 768px) {
      #goods2025 .goods-card {
        padding: 0 0 0 5%;
        margin-top: 80px; } }
    #goods2025 .goods-card .swiper-slide {
      width: 180px;
      margin: 0 15px 0 0; }
      @media (min-width: 1024px) {
        #goods2025 .goods-card .swiper-slide {
          width: 200px; } }
      @media (min-width: 1250px) {
        #goods2025 .goods-card .swiper-slide {
          width: 230px;
          margin: 0 30px 0 0; } }
      #goods2025 .goods-card .swiper-slide:last-child {
        margin-right: 2%; }
    #goods2025 .goods-card .goods-box {
      position: relative;
      border-radius: 160px;
      overflow: hidden;
      z-index: 1;
      background-color: #fff;
      height: 250px;
      display: flex;
      align-items: center; }
      @media (min-width: 1024px) {
        #goods2025 .goods-card .goods-box {
          height: 320px; } }
      #goods2025 .goods-card .goods-box a img {
        border-radius: 20px;
        transition-duration: 0.8s;
        transform: scale(1.4); }
        #goods2025 .goods-card .goods-box a img:hover {
          transform: scale(1.2); }
  #goods2025 .common-btn-type2.center {
    margin: 60px auto 0;
    display: flex;
    justify-content: center; }
    @media (min-width: 1024px) {
      #goods2025 .common-btn-type2.center {
        margin: 80px auto 0; } }

/*
---------------------------------------------------------------------------------------------------------------------
ラジオ シーズン1 アーカイブ
---------------------------------------------------------------------------------------------------------------------
*/
#radio-archive {
  max-width: 1200px;
  margin: 0 auto 80px;
  width: 90%;
  padding-top: 120px; }
  @media (min-width: 1024px) {
    #radio-archive {
      margin: 0 auto 140px; } }
  #radio-archive .radio-archive-in {
    border: 5px solid #0014FF;
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px 15px 30px; }
    @media (min-width: 1024px) {
      #radio-archive .radio-archive-in {
        display: flex;
        border-radius: 30px;
        margin-top: 40px;
        padding: 40px 60px 40px 0; } }
    @media (min-width: 1250px) {
      #radio-archive .radio-archive-in {
        padding: 60px 60px 60px 0; } }
    #radio-archive .radio-archive-in .radio-card {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 1024px) {
        #radio-archive .radio-archive-in .radio-card {
          width: 40%; } }
      @media (min-width: 1250px) {
        #radio-archive .radio-archive-in .radio-card {
          width: 30%; } }
      #radio-archive .radio-archive-in .radio-card img {
        max-width: 200px; }
        @media (min-width: 1024px) {
          #radio-archive .radio-archive-in .radio-card img {
            max-width: 250px; } }
    #radio-archive .radio-archive-in .radio-list {
      margin-top: 20px; }
      @media (min-width: 1024px) {
        #radio-archive .radio-archive-in .radio-list {
          width: 60%;
          margin-top: 0; } }
      @media (min-width: 1250px) {
        #radio-archive .radio-archive-in .radio-list {
          width: 70%; } }
      #radio-archive .radio-archive-in .radio-list ul li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #B7B7B7; }
        #radio-archive .radio-archive-in .radio-list ul li:last-child {
          margin-bottom: 0;
          padding-bottom: 0;
          border-bottom: none; }
        #radio-archive .radio-archive-in .radio-list ul li a:hover h3 {
          color: #0014FF; }
        #radio-archive .radio-archive-in .radio-list ul li a h5 {
          font-size: 0.9em;
          font-weight: normal; }
          @media (min-width: 1024px) {
            #radio-archive .radio-archive-in .radio-list ul li a h5 {
              font-size: 1.0em; } }
        #radio-archive .radio-archive-in .radio-list ul li a h3 {
          font-size: 1.125em;
          word-break: break-all;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          transition: .5s; }
          @media (min-width: 1024px) {
            #radio-archive .radio-archive-in .radio-list ul li a h3 {
              font-size: 1.25em; } }
          @media (min-width: 1250px) {
            #radio-archive .radio-archive-in .radio-list ul li a h3 {
              font-size: 1.75em; } }
