@charset "UTF-8";
@media screen and (min-width: 769px) {
  .section {
    padding: 80px 0;
    /*************************************
    メインビジュアル
    *************************************/
    /*************************************
    今月の1枚
    *************************************/
    /*************************************
    新着情報
    *************************************/
    /*************************************
    バナー
    *************************************/ }
    .section > .header {
      text-align: center;
      margin-bottom: 5rem; }
      .section > .header h1 span.title {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 32px;
        letter-spacing: 4.8px;
        font-weight: 600;
        color: #333333;
        position: relative;
        display: inline-block;
        margin-bottom: 1em; }
        .section > .header h1 span.title::before {
          content: '';
          position: absolute;
          bottom: -20px;
          display: inline-block;
          width: 56px;
          height: 2px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          background-color: #E85197;
          border-radius: 2px; }
    .section .outline {
      margin: 0 auto;
      padding: 0; }
      .section .outline > .header {
        text-align: center;
        margin-bottom: 5rem; }
        .section .outline > .header h1 span.title {
          font-family: 'Noto Sans JP', sans-serif;
          font-size: 32px;
          letter-spacing: 4.8px;
          font-weight: 600;
          color: #333333;
          position: relative;
          display: inline-block;
          margin-bottom: 1em; }
          .section .outline > .header h1 span.title::before {
            content: '';
            position: absolute;
            bottom: -20px;
            display: inline-block;
            width: 56px;
            height: 2px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background-color: #E85197;
            border-radius: 2px; }
    .section.section-mainVisual {
      display: block;
      padding: 0;
      background: #ffffff;
      position: relative; }
      .section.section-mainVisual .swiper-slide .slide-img {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        max-width: 1240px;
        height: 460px;
        margin: 0 auto;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      .section.section-mainVisual .bottomColor {
        background: #F0EEE4;
        height: 6vw;
        top: -6vw;
        margin-bottom: -6vw;
        z-index: 0;
        position: relative; }
    .section.section-onePieceMonth {
      background: #F0EEE4;
      overflow: hidden;
      padding-bottom: 100px; }
      .section.section-onePieceMonth .outline {
        max-width: 1100px; }
        .section.section-onePieceMonth .outline .header {
          margin-bottom: 8rem; }
        .section.section-onePieceMonth .outline .body .flex {
          display: flex;
          width: 100%;
          position: relative; }
          .section.section-onePieceMonth .outline .body .flex .textArea {
            flex-basis: 55%;
            padding: 50px 60px 30px;
            background: #ffffff;
            z-index: 1;
            margin: 0; }
            .section.section-onePieceMonth .outline .body .flex .textArea .header {
              margin-bottom: 56px;
              text-align: left; }
              .section.section-onePieceMonth .outline .body .flex .textArea .header h2 {
                font-size: 22px;
                font-weight: 500;
                letter-spacing: 0; }
            .section.section-onePieceMonth .outline .body .flex .textArea .body {
              background-image: linear-gradient(to top, white 0%, white 97.5%, rgba(255, 255, 255, 0) 98.5%, rgba(255, 255, 255, 0) 100%), linear-gradient(to right, #aaaaaa 0%, #aaaaaa 33.3333333333%, rgba(34, 34, 34, 0) 34.3333333333%, rgba(34, 34, 34, 0) 100%);
              background-repeat: repeat-y, repeat;
              background-repeat: repeat-y, repeat;
              background-size: 100% 40px, 6px 1px; }
              .section.section-onePieceMonth .outline .body .flex .textArea .body p {
                font-size: 16px;
                font-weight: 400;
                letter-spacing: 0;
                line-height: 2.444;
                top: -36px;
                position: relative;
                margin-bottom: 0; }
          .section.section-onePieceMonth .outline .body .flex .imageArea {
            position: absolute;
            background-size: cover;
            background-position: center;
            width: 800px;
            height: 500px;
            top: -85px;
            left: 41%; }
    .section.section-news {
      background: #ffffff; }
      .section.section-news .outline {
        max-width: 960px; }
      .section.section-news .body ul {
        list-style: none; }
        .section.section-news .body ul li {
          border-bottom: solid 1px #CCCCCC; }
          .section.section-news .body ul li::before, .section.section-news .body ul li::after {
            content: none; }
          .section.section-news .body ul li:first-child {
            border-top: solid 1px #CCCCCC; }
          .section.section-news .body ul li a {
            display: flex;
            text-decoration: none;
            padding: 0;
            transition: all .3s; }
            .section.section-news .body ul li a:hover {
              background: rgba(255, 255, 255, 0.5); }
            .section.section-news .body ul li a span {
              padding: 20px 0; }
              .section.section-news .body ul li a span.day {
                color: #E85197;
                font-size: 16px;
                font-weight: 600;
                letter-spacing: 0;
                flex-basis: 20%;
                display: block;
                text-align: center;
                font-family: 'Open Sans', sans-serif;
                padding-right: 1.6rem; }
                .section.section-news .body ul li a span.day .border {
                  position: relative; }
                  .section.section-news .body ul li a span.day .border::after {
                    content: '';
                    position: absolute;
                    top: 50%;
                    display: inline-block;
                    width: 20px;
                    height: 1px;
                    background-color: #707070;
                    right: -39px; }
              .section.section-news .body ul li a span.contents {
                flex-basis: 80%;
                font-size: 16px;
                letter-spacing: 0;
                color: #444444;
                padding-right: 5rem;
                transition: all .25s; }
                .section.section-news .body ul li a span.contents:hover {
                  color: #E85197; }
                .section.section-news .body ul li a span.contents .end {
                  background: #333333;
                  border-radius: 3px;
                  color: #ffffff;
                  display: inline-block;
                  font-size: 14px;
                  font-weight: 400;
                  letter-spacing: 0;
                  padding: 1px 5px;
                  margin-right: 5px;
                  transition: all .25s; }
      .section.section-news .footer {
        text-align: center;
        margin-top: 5rem; }
        .section.section-news .footer .newsAll a {
          display: inline-block;
          background: #333333;
          color: #FFFFFF;
          letter-spacing: 0;
          font-size: 16px;
          font-weight: 400;
          padding: 13px 95px;
          text-decoration: none;
          border: solid 1px #333333;
          transition: all .25s; }
          .section.section-news .footer .newsAll a:hover {
            background: #ffffff;
            border: solid 1px #333333;
            color: #333333; }
    .section.section-banner {
      background: #F0EEE4;
      padding: 50px 0 30px; }
      .section.section-banner .outline {
        max-width: 960px; }
        .section.section-banner .outline .bannerArea {
          display: grid;
          grid-template-areas: "banner01 banner02 banner03 banner04" "banner05 banner06 banner07 ......";
          display: -ms-flexbox;
          -ms-flex-wrap: wrap;
          -ms-flex-pack: justify;
          -ms-flex-pack: start; }
          .section.section-banner .outline .bannerArea .item {
            -ms-flex-preferred-size: 22%;
            margin: 0 20px 20px 0; }
            .section.section-banner .outline .bannerArea .item a {
              text-decoration: none; }
            .section.section-banner .outline .bannerArea .item img {
              width: 100%;
              height: auto;
              transition: all .25s; }
              .section.section-banner .outline .bannerArea .item img:hover {
                opacity: .8; }
            .section.section-banner .outline .bannerArea .item.banner01 {
              grid-area: banner01;
              -ms-grid-row: 1;
              -ms-grid-column: 1; }
            .section.section-banner .outline .bannerArea .item.banner02 {
              grid-area: banner02;
              -ms-grid-row: 1;
              -ms-grid-column: 1; }
            .section.section-banner .outline .bannerArea .item.banner03 {
              grid-area: banner03;
              -ms-grid-row: 1;
              -ms-grid-column: 1; }
            .section.section-banner .outline .bannerArea .item.banner04 {
              grid-area: banner04;
              -ms-grid-row: 1;
              -ms-grid-column: 1; }
            .section.section-banner .outline .bannerArea .item.banner05 {
              grid-area: banner05;
              -ms-grid-row: 1;
              -ms-grid-column: 1; }
            .section.section-banner .outline .bannerArea .item.banner06 {
              grid-area: banner06;
              -ms-grid-row: 1;
              -ms-grid-column: 1; }
            .section.section-banner .outline .bannerArea .item.banner07 {
              grid-area: banner07;
              -ms-grid-row: 1;
              -ms-grid-column: 1; }

  /*************************************
  *
  *　共通パーツ
  * （ヘッダー?フッター）
  *
  *************************************/
  /*************************************
  ヘッダー
  *************************************/
  .global_wrapper {
    padding-top: 140px; }

  .global_header {
    height: 140px;
    left: 0;
    top: 0;
    z-index: 900;
    width: 100%;
    background-color: #fff;
    transition: height 0.3s;
    position: fixed; }
    .global_header .inner {
      padding-left: 40px;
      display: flex;
      align-items: center;
      height: inherit; }
      .global_header .inner .logoArea {
        width: 100%; }
        .global_header .inner .logoArea .gh_logo.gh_logo_project {
          height: 42px;
          margin: 0 0 8px; }
          .global_header .inner .logoArea .gh_logo.gh_logo_project .pc-only {
            display: block !important; }
          .global_header .inner .logoArea .gh_logo.gh_logo_project .sp-only {
            display: none !important; }
          .global_header .inner .logoArea .gh_logo.gh_logo_project img {
            max-width: 100%;
            height: auto;
            vertical-align: top; }
        .global_header .inner .logoArea .gh_logo.gh_logo_findas {
          height: 47px;
          margin: 0; }
          .global_header .inner .logoArea .gh_logo.gh_logo_findas .pc-only {
            display: block !important; }
          .global_header .inner .logoArea .gh_logo.gh_logo_findas .sp-only {
            display: none !important; }
          .global_header .inner .logoArea .gh_logo.gh_logo_findas img {
            max-width: 100%;
            height: auto;
            vertical-align: top; }
    .global_header .drawer {
      display: none; }

  .global_navigation {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    top: 0;
    overflow: visible;
    padding-left: 580px;
    padding-right: 70px;
    width: 100%;
    height: 140px;
    background-color: transparent;
    transition: none;
    pointer-events: none;
    position: fixed;
    left: 0;
    z-index: 900; }
    .global_navigation ul {
      margin: 0; }
      .global_navigation ul li {
        padding: 0;
        margin: 0; }
        .global_navigation ul li::before, .global_navigation ul li::after {
          content: none !important; }
    .global_navigation .gn_links-01 {
      order: 2;
      display: flex;
      border-top: none;
      height: 100%;
      pointer-events: auto; }
      .global_navigation .gn_links-01 li {
        display: flex;
        flex-wrap: wrap; }
        .global_navigation .gn_links-01 li [class*="gnl_wrapper"] {
          display: block;
          position: fixed;
          left: 0;
          top: 140px;
          width: 100%;
          height: 0;
          visibility: hidden;
          pointer-events: all;
          background-color: #f3f3f3; }
        .global_navigation .gn_links-01 li [class*="mm_title"] {
          position: relative;
          display: flex;
          align-items: center;
          order: 1;
          width: 100%;
          padding: 0;
          color: #000;
          text-decoration: none;
          line-height: 1.3;
          transition: 0.3s; }
        .global_navigation .gn_links-01 li + li {
          margin-left: 50px; }
        .global_navigation .gn_links-01 li a {
          font-size: 16px; }
          .global_navigation .gn_links-01 li a:hover {
            color: #E85197; }
    .global_navigation .gn_links-02 {
      order: 1;
      flex-wrap: nowrap;
      align-items: center;
      height: 50px;
      pointer-events: auto;
      display: flex;
      margin: 0;
      padding-top: 32px; }
      .global_navigation .gn_links-02 li {
        padding: 0;
        margin: 0;
        border-right: none;
        border-bottom: none;
        width: auto;
        display: flex;
        flex-wrap: wrap; }
        .global_navigation .gn_links-02 li + li {
          margin-left: 42px; }
        .global_navigation .gn_links-02 li a {
          display: inline;
          padding: 0;
          font-size: 15px;
          position: relative;
          align-items: center;
          width: 100%;
          color: #000;
          text-decoration: none;
          line-height: 1.3;
          transition: 0.3s;
          position: relative; }
          .global_navigation .gn_links-02 li a:before {
            content: '';
            border-radius: 50%;
            width: 4px;
            height: 4px;
            background-color: #DDDDDD;
            position: absolute;
            top: 57%;
            left: -12px;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%); }
          .global_navigation .gn_links-02 li a:hover {
            color: #E85197; }
        .global_navigation .gn_links-02 li::before, .global_navigation .gn_links-02 li::after {
          content: none !important; }
        .global_navigation .gn_links-02 li.language {
          border: solid 1px #CCCCCC;
          border-radius: 15px;
          display: flex;
          flex-wrap: nowrap;
          cursor: pointer;
          align-items: center; }
          .global_navigation .gn_links-02 li.language .language-tab {
            padding: 4px 11px 4px 14px;
            border-radius: 15px 0 0 15px; }
            .global_navigation .gn_links-02 li.language .language-tab::before {
              content: none; }
            .global_navigation .gn_links-02 li.language .language-tab:last-child {
              padding: 4px 14px 4px 11px;
              border-radius: 0 15px 15px 0; }
            .global_navigation .gn_links-02 li.language .language-tab.default {
              background: #333333;
              color: #ffffff; } }
@media screen and (min-width: 769px) and (min-width: 1023px) and (max-width: 1024px) {
  .global_header .logoArea {
    max-width: 40%; }

  .global_navigation {
    padding-left: 47%; } }
@media screen and (min-width: 769px) {
  /*************************************
  フッター
  *************************************/
  footer {
    text-align: center;
    background: #ffffff;
    padding: 26px 0; }
    footer p {
      font-size: 13px;
      font-weight: 600;
      font-family: 'Open Sans', sans-serif;
      letter-spacing: 0.65px;
      color: #444444; } }
@media screen and (min-width: 769px) and (max-width: 1412px) {
  .global_navigation .gn_links-01 li + li {
    margin-left: 20px; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /*************************************
ヘッダー
*************************************/
  /*************************************
  ヘッダー
  *************************************/
  .global_header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 115px;
    background-color: #fff;
    transition: height 0.3s; }
    .global_header .inner {
      display: flex;
      align-items: center;
      padding: 0 20px 5px;
      height: inherit;
      justify-content: space-between; }
      .global_header .inner .logoArea {
        width: 75%; }
        .global_header .inner .logoArea .pc-only {
          display: none; }
        .global_header .inner .logoArea .gh_logo {
          margin: 0; }
          .global_header .inner .logoArea .gh_logo img {
            max-width: 100%;
            height: auto; }
          .global_header .inner .logoArea .gh_logo.gh_logo_project {
            height: 38px;
            margin-bottom: 7px; }
          .global_header .inner .logoArea .gh_logo.gh_logo_findas {
            height: 33px; }
      .global_header .inner .drawer {
        position: absolute;
        right: 0;
        top: 0; }

  .global_navigation {
    display: none; }

  .global_wrapper {
    padding-top: 110px; }

  /*************************************
バナー
*************************************/
  .section.section-banner {
    background: #F0EEE4;
    padding: 50px 0; }
    .section.section-banner .outline {
      max-width: 960px; }
      .section.section-banner .outline .bannerArea {
        display: -ms-grid;
        display: grid;
        gap: 20px;
        grid-template-areas: "banner01 banner02 banner03 banner04" "banner05 banner06 banner07 ......"; }
        .section.section-banner .outline .bannerArea .item a {
          text-decoration: none; }
        .section.section-banner .outline .bannerArea .item img {
          width: 100%;
          height: auto; }
        .section.section-banner .outline .bannerArea .item.banner01 {
          -ms-grid-row: 1;
          -ms-grid-column: 1;
          grid-area: banner01; }
        .section.section-banner .outline .bannerArea .item.banner02 {
          -ms-grid-row: 1;
          -ms-grid-column: 3;
          grid-area: banner02; }
        .section.section-banner .outline .bannerArea .item.banner03 {
          -ms-grid-row: 1;
          -ms-grid-column: 5;
          grid-area: banner03; }
        .section.section-banner .outline .bannerArea .item.banner04 {
          -ms-grid-row: 1;
          -ms-grid-column: 7;
          grid-area: banner04; }
        .section.section-banner .outline .bannerArea .item.banner05 {
          -ms-grid-row: 3;
          -ms-grid-column: 1;
          grid-area: banner05; }
        .section.section-banner .outline .bannerArea .item.banner06 {
          -ms-grid-row: 3;
          -ms-grid-column: 3;
          grid-area: banner06; }
        .section.section-banner .outline .bannerArea .item.banner07 {
          -ms-grid-row: 3;
          -ms-grid-column: 5;
          grid-area: banner07; } }

/*# sourceMappingURL=style.pc.css.map */
