@charset "UTF-8";
html h1, html h2, html h3 {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333; }
html p {
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333; }
html a {
  font-family: 'Noto Sans JP', sans-serif; }

.section {
  padding: 60px 0; }
  .section > .header {
    text-align: center;
    margin-bottom: 2.4rem; }
    .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: 48px;
        height: 2px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #E85197;
        border-radius: 2px; }
  .section .outline {
    padding: 0; }
    .section .outline > .header {
      text-align: center;
      margin-bottom: 2.4rem; }
      .section .outline > .header h1 span.title {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 24px;
        letter-spacing: 3.6px;
        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: 48px;
          height: 2px;
          left: 50%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          background-color: #E85197;
          border-radius: 2px; }

/*************************************
メインビジュアル
*************************************/
.section-mainVisual {
  padding: 0 !important;
  position: relative;
  overflow: hidden; }
  .section-mainVisual .swiper-slide .slide-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 90%;
    height: 400px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 0 auto; }
  .section-mainVisual .bottomColor {
    background: #F0EEE4;
    height: 20vw;
    top: -20vw;
    margin-bottom: -20vw;
    z-index: -1;
    position: relative; }

/*************************************
今月の1枚
*************************************/
.section-onePieceMonth {
  background: #F0EEE4;
  overflow: hidden;
  padding-bottom: 40px; }
  .section-onePieceMonth .outline {
    padding: 0 !important; }
    .section-onePieceMonth .outline .header {
      margin-bottom: 3rem; }
    .section-onePieceMonth .outline .body .flex {
      display: flex;
      width: 100%;
      position: relative;
      flex-wrap: wrap; }
      .section-onePieceMonth .outline .body .flex .textArea {
        padding: 40px 30px 26px;
        background: #ffffff;
        z-index: 1;
        margin: 0 1.6rem;
        order: 2;
        top: -45px;
        position: relative; }
        .section-onePieceMonth .outline .body .flex .textArea .header {
          margin-bottom: 56px;
          text-align: left; }
          .section-onePieceMonth .outline .body .flex .textArea .header h2 {
            font-size: 18px;
            font-weight: 500;
            letter-spacing: 0; }
        .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-onePieceMonth .outline .body .flex .textArea .body p {
            font-size: 16px;
            font-weight: 400;
            letter-spacing: 0;
            line-height: 2.5;
            top: -36px;
            position: relative;
            margin-bottom: 0; }
      .section-onePieceMonth .outline .body .flex .imageArea {
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 300px;
        order: 1; }

/*************************************
新着情報
*************************************/
.section-news .outline {
  max-width: 960px; }
.section-news .body ul {
  list-style: none; }
  .section-news .body ul li {
    border-bottom: solid 1px #CCCCCC;
    margin: 0;
    padding: 0; }
    .section-news .body ul li::before, .section-news .body ul li::after {
      content: none; }
    .section-news .body ul li:first-child {
      border-top: solid 1px #CCCCCC; }
    .section-news .body ul li a {
      text-decoration: none;
      text-align: left;
      padding: 20px 0;
      display: block; }
      .section-news .body ul li a span.day {
        color: #E85197;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        display: block;
        font-family: 'Open Sans', sans-serif;
        padding-right: 1.6rem;
        margin-bottom: 5px; }
        .section-news .body ul li a span.day .border {
          position: relative; }
          .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-news .body ul li a span.contents {
        font-size: 16px;
        letter-spacing: 0;
        color: #444444;
        display: inline-block; }
        .section-news .body ul li a span.contents:hover {
          color: #E85197; }
        .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; }
.section-news .footer {
  text-align: center;
  margin-top: 3rem; }
  .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; }
    .section-news .footer .newsAll a:hover {
      background: #ffffff;
      border: solid 1px #333333;
      color: #333333; }

/*************************************
バナー
*************************************/
.section-banner {
  background: #F0EEE4;
  padding: 50px 0; }
  .section-banner .outline {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 !important; }
    .section-banner .outline .bannerArea .item a {
      text-decoration: none;
      display: block; }
    .section-banner .outline .bannerArea .item img {
      width: 100%;
      height: auto; }

/*************************************
*
*　共通パーツ
* （ヘッダー?フッター）
*
*************************************/
/*************************************
ヘッダー
*************************************/
.global_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 110px;
  background-color: #fff;
  transition: height 0.3s; }
  .global_header .inner {
    display: flex;
    align-items: center;
    padding: 0 20px;
    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: 31px;
          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; }

/*************************************
フッター
*************************************/
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;
    margin: 0 !important; }
    footer p::after {
      content: none; }
