@charset "UTF-8";
#manabo-area {
  padding: 60px 0 0; }
  @media (min-width: 768px) {
    #manabo-area {
      padding: 120px 0 0; } }
  #manabo-area .manabo-title {
    display: flex;
    position: relative;
    max-width: 1600px;
    margin: auto;
    width: 90%; }
    #manabo-area .manabo-title .hattori {
      display: none; }
      @media (min-width: 768px) {
        #manabo-area .manabo-title .hattori {
          width: 25%;
          display: block; } }
      #manabo-area .manabo-title .hattori ul {
        position: relative; }
        #manabo-area .manabo-title .hattori ul li:nth-child(2) {
          width: 30px;
          position: absolute;
          bottom: 0; }
    @media (min-width: 768px) {
      #manabo-area .manabo-title .title {
        width: 50%; } }
    #manabo-area .manabo-title .oeoe {
      display: none; }
      @media (min-width: 768px) {
        #manabo-area .manabo-title .oeoe {
          width: 25%;
          display: block; } }
      #manabo-area .manabo-title .oeoe ul {
        position: relative; }
        #manabo-area .manabo-title .oeoe ul li:nth-child(1) {
          left: -15%;
          bottom: -0.3em;
          position: relative;
          width: 130%; }
        #manabo-area .manabo-title .oeoe ul li:nth-child(2) {
          width: 30px;
          position: absolute;
          bottom: 0;
          right: -1em; }
  #manabo-area .manabo-title-sp {
    display: flex;
    justify-content: space-between;
    margin: -80px auto 0;
    width: 96%; }
    #manabo-area .manabo-title-sp .hattori {
      width: 25%; }
      #manabo-area .manabo-title-sp .hattori ul {
        position: relative; }
        #manabo-area .manabo-title-sp .hattori ul li:nth-child(2) {
          width: 20px;
          position: absolute;
          bottom: 0; }
    #manabo-area .manabo-title-sp .oeoe {
      width: 25%; }
      #manabo-area .manabo-title-sp .oeoe ul {
        position: relative; }
        #manabo-area .manabo-title-sp .oeoe ul li:nth-child(1) {
          left: -1.5em;
          bottom: -0.3em;
          position: relative;
          width: 130%; }
        #manabo-area .manabo-title-sp .oeoe ul li:nth-child(2) {
          width: 20px;
          position: absolute;
          bottom: 0;
          right: 0; }
    @media (min-width: 768px) {
      #manabo-area .manabo-title-sp {
        display: none; } }
  #manabo-area .set-manabo {
    margin: 20px auto 0;
    position: relative;
    max-width: 200px;
    width: 90%; }
    @media (min-width: 768px) {
      #manabo-area .set-manabo {
        max-width: 300px; } }
    @media (min-width: 1250px) {
      #manabo-area .set-manabo {
        max-width: 500px; } }
    #manabo-area .set-manabo .photo {
      position: relative; }
      #manabo-area .set-manabo .photo ul.position1 {
        position: absolute;
        top: -20%;
        left: -35%; }
        @media (min-width: 768px) {
          #manabo-area .set-manabo .photo ul.position1 {
            top: 40%;
            left: -45%; } }
        @media (min-width: 1250px) {
          #manabo-area .set-manabo .photo ul.position1 {
            left: -35%; } }
        #manabo-area .set-manabo .photo ul.position1 li:nth-child(2) {
          margin-left: 2em; }
      #manabo-area .set-manabo .photo ul.position2 {
        position: absolute;
        bottom: -1em;
        right: -30%; }
        @media (min-width: 768px) {
          #manabo-area .set-manabo .photo ul.position2 {
            top: 40%;
            bottom: inherit;
            right: -35%; } }
        @media (min-width: 1250px) {
          #manabo-area .set-manabo .photo ul.position2 {
            right: -20%; } }

/*
---------------------------------------------------------------------------------------------------------------------
お知らせ
---------------------------------------------------------------------------------------------------------------------
*/
#news {
  margin: auto;
  padding: 20px 0 30px; }
  @media (min-width: 1024px) {
    #news {
      padding: 20px 0 60px; } }
  #news .manabo-card {
    padding: 0 0 0 4%;
    position: relative;
    overflow: hidden;
    width: 100%;
    /* 前へ次への矢印カスタマイズ */ }
    @media (min-width: 768px) {
      #news .manabo-card {
        padding: 0 0 0 3%; } }
    #news .manabo-card .swiper-slide {
      width: 200px;
      margin: 0 15px 0 0; }
      @media (min-width: 768px) {
        #news .manabo-card .swiper-slide {
          width: 220px; } }
      @media (min-width: 1250px) {
        #news .manabo-card .swiper-slide {
          width: 280px;
          margin: 0 30px 0 0; } }
      #news .manabo-card .swiper-slide:last-child {
        margin-right: 3%; }
    #news .manabo-card .swiper-button-prev,
    #news .manabo-card .swiper-button-next {
      top: 34%; }
      @media (min-width: 768px) {
        #news .manabo-card .swiper-button-prev,
        #news .manabo-card .swiper-button-next {
          top: 34%; } }
      @media (min-width: 1250px) {
        #news .manabo-card .swiper-button-prev,
        #news .manabo-card .swiper-button-next {
          top: 34%; } }
    #news .manabo-card .movie {
      position: relative; }
      #news .manabo-card .movie .thumbnail img, #news .manabo-card .movie .thumbnail video {
        border-radius: 5px; }
        @media (min-width: 768px) {
          #news .manabo-card .movie .thumbnail img, #news .manabo-card .movie .thumbnail video {
            border-radius: 10px; } }
      #news .manabo-card .movie .video-play-button img {
        border-radius: 0;
        width: 9px;
        left: 4px; }
        @media (min-width: 768px) {
          #news .manabo-card .movie .video-play-button img {
            width: 11px; } }
      #news .manabo-card .movie .video-play-button:before {
        width: 30px;
        height: 30px; }
        @media (min-width: 768px) {
          #news .manabo-card .movie .video-play-button:before {
            width: 50px;
            height: 50px; } }
      #news .manabo-card .movie .video-play-button:after {
        width: 30px;
        height: 30px; }
        @media (min-width: 768px) {
          #news .manabo-card .movie .video-play-button:after {
            width: 50px;
            height: 50px; } }
    #news .manabo-card .txt {
      margin-top: 10px; }
      #news .manabo-card .txt h3 {
        font-size: 1.0em;
        line-height: 1.4em;
        font-feature-settings: "palt";
        letter-spacing: 0.08em;
        margin-top: 4px;
        transition: .5s;
        color: #000;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
        @media (min-width: 768px) {
          #news .manabo-card .txt h3 {
            font-size: 1.125em;
            margin-top: 10px; } }
      #news .manabo-card .txt h5 {
        font-size: 0.75em;
        color: #fff;
        margin-top: 5px; }
        @media (min-width: 768px) {
          #news .manabo-card .txt h5 {
            font-size: 0.9em; } }

/*
---------------------------------------------------------------------------------------------------------------------
スライダー左右矢印ボタン
---------------------------------------------------------------------------------------------------------------------
*/
.card-common {
  /* 前への矢印カスタマイズ */
  /* 次への矢印カスタマイズ */
  /* 画像サイズ調整 */
  /* 前へ次への矢印カスタマイズ */
  /* 前へ次への矢印カスタマイズ */ }
  .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/arrow-slide-r.svg");
    transform: rotate(180deg); }
  .card-common .swiper-button-next::after {
    background-image: url("../../img/parts/arrow-slide-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; } }
