@charset "UTF-8";
/**
 * news.css
 * 
 * ========== PROJECTS ==========
 * news-intro
 * news-article
 * item
 *
 * ========== UTILITY ==========
 * margin settings
 */

 /* ==========================================================================
  * PROJECTS
  * ========================================================================== */

 /*
  *  news-intro
  * -------------------------------------------------------------------------- */
 .news-intro .contents {
    padding-top: 25px;
    margin-bottom: 50px;
 }

 .news-intro__title {
     font-size: 3.5rem;
     color: #231815;
 }

 @media screen and (min-width: 961px) {
     .news-intro .contents {
        padding-top: 60px;
        margin-bottom: 25px;
     }

     .news-intro__title {
         font-size: 4rem;
     }
 }

 
 /*
  *  news-article
  * -------------------------------------------------------------------------- */
.news-article .contents {
    padding-bottom: 40px;
}

.news-article__contents {
    width: 91.538%;
    margin-bottom: 40px;
}

.news-article__item {
    margin-bottom: 60px;
}
.news-article__item-inner {
    padding-left: 6.666vw;
    margin-left: -6.666vw;
}
.news-article__item:not(:first-child) .news-article__item-inner {
    border-top: 1px solid #898989;
    padding-top: 45px;
}
.news-article__note {
    font-size: 1.5rem;
}
.news-article__item + .news-article__item {
    
}


@media screen and (min-width: 764px) {
    .news-article .contents {
        padding-bottom: 130px;
    }

    .news-article__contents {
        width: 95.76%;
        margin-bottom: 40px;
    }

    .news-article__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .news-article__item {
        margin-bottom: 100px;
        flex-basis: 47.5%;
        min-width: 47.5%;
    }
    .news-article__item-inner {
        padding-left: 0;
        margin-left: 0;
        border-top: none;
    }

    /* 打消し */
    .news-article__item:not(:first-child) .news-article__item-inner {
        border-top: none;
        padding-top: 0;
    }

    /* 再設定^ */
    .news-article__item:not(:nth-child(-n+2)) .news-article__item-inner {
        border-top: 1px solid #c9caca;
        padding-top: 45px;
    }

    .news-article__note {
        font-size: 1.7rem;
    }
}

@media screen and (min-width: 961px) {

}


 /*
  *  article
  * -------------------------------------------------------------------------- */
  .article > *:not(:last-child){
      margin-bottom: 1.2em;
  }
  .article > *:not(:last-child).article__heading {
      margin-bottom: 2em;
  }
  .article__heading > *:not(:last-child){
    margin-bottom: 0.3em;
  }
  .article__term {
      font-size: 1.5rem;
      color: #946f46;
  }
  .article__title {
      font-size: 2rem;
  }
  .article__place {
      font-size: 1.6rem;
      display: flex;
      align-items: center;
      padding: 0 0 0 0.7em;
      position: relative;
  }
  .article__place::before {
    content: "";
    display: block;
    width: 0.4em;
    height: 0.4em;
    background-color: #946f46;
    position: absolute;
    top: 0.45em;
    left: 0;
  }
  .article__image {
      margin-left: -6.666vw;
      margin-bottom: 25px;
  }
  .article__description {
      font-size: 1.6rem;
      line-height: 1.5;
      -ms-hyphens:auto;
      -webkit-hyphens:auto;
      hyphens:auto
  }

  .article__more-body {
      padding-top: 45px;
  }

  .article__item-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
  }

  .article__item {
      flex-basis: 100%;
  }
  .article__item:not(:last-child){
      margin-bottom: 45px;
  }
  .article__item.article__item--single {
      flex-basis: 100%;
      max-width: 100%;
  }

  .article__bullets {
      font-size: 1.5rem;
  }

  @media screen and (min-width: 764px) {
    .article__term {
        font-size: 1.7rem;
    }
    .article__title {
        font-size: 3rem;
    }
    .article__place {
        font-size: 1.7rem;
    }
      .article__image {
          margin-left: 0;
          margin-bottom: 40px;
      }
      .article__item {
        flex-basis: 48.1%;
        max-width: 48.1%;
    }

    .news-article__item--full .article__item-wrap {
        justify-content: flex-start;
    }
    .news-article__item--full .article__item {
        flex-basis: 22.831%;
        max-width: 258px;
        margin-right: 1.769%;
    }
    .news-article__item--full .article__item:nth-child(2n) {
        margin-right: 4.867%;
    }
    .news-article__item--full .article__item:nth-child(4n) {
        margin-right: 0;
    }

  }

 /*
  *  item
  * -------------------------------------------------------------------------- */

.item > *:not(:last-child){
    margin-bottom: 1em;
}

/* .item__text-wrap > *:not(:last-child) {
    margin-bottom: 1.5em;
} */

.item__text {
    font-size: 1.6rem;
}
.item__text--sm {
    font-size: 1.5rem;
}
.item__place {
    display: flex;
    align-items: center;
}
.item__place::before {
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    background-color: #946f46;
    margin-right: 0.5ch;
  }
.item__link {
    display: flex;
    font-size: 1.5rem;
    color: #946f46;
    border: 1px solid #946f46;
    padding: 0.5em 0.8em;
    padding-right: 2em;
    position: relative;
}
.item__link::before {
    content: "*";
    margin-right: 0.5ch;
}
.item__link::after {
      content: "";
      display: block;
      width: 0.7em;
      height: 0.96em;
      position: absolute;
      top: 50%;
      right: 0.8em;
      transform: translateY(-50%);
      background-image: url(../../img/common/arrow-gold.svg);
      background-position: 0 0;
      background-size: 100% 100%;
}

@media screen and (min-width: 764px) {
    .item__text,
    .item__text--sm {
        font-size: 1.5rem;
    }
    .item__link {
        font-size: 1.4rem;
        padding: 0.5em 1.2em;
    }
    .item__link::after {
        width: 0.8em;
        height: 1.2em;
        right: 1.2em;
    }
}

  /* ==========================================================================
  * UTILITY
  * ========================================================================== */

 /*
  *  margin settings
  *  item__text-wrap内で下マージンを調整するために使用する
  * -------------------------------------------------------------------------- */

  .mb-01 {
      margin-bottom: 0.1em !important;
  }
  .mb-02 {
      margin-bottom: 0.2em !important;
  }
  .mb-03 {
      margin-bottom: 0.3em !important;
  }
  .mb-04 {
      margin-bottom: 0.4em !important;
  }
  .mb-05 {
      margin-bottom: 0.5em !important;
  }
  .mb-06 {
      margin-bottom: 0.6em !important;
  }
  .mb-07 {
      margin-bottom: 0.7em !important;
  }
  .mb-08 {
      margin-bottom: 0.8em !important;
  }
  .mb-09 {
      margin-bottom: 0.9em !important;
  }
  .mb-10 {
      margin-bottom: 1.0em !important;
  }
  .mb-11 {
      margin-bottom: 1.1em !important;
  }
  .mb-12 {
      margin-bottom: 1.2em !important;
  }
  .mb-13 {
      margin-bottom: 1.3em !important;
  }
  .mb-14 {
      margin-bottom: 1.4em !important;
  }
  .mb-15 {
      margin-bottom: 1.5em !important;
  }
  .mb-16 {
      margin-bottom: 1.6em !important;
  }
  .mb-17 {
      margin-bottom: 1.7em !important;
  }
  .mb-18 {
      margin-bottom: 1.8em !important;
  }
  .mb-19 {
      margin-bottom: 1.9em !important;
  }
  .mb-20 {
      margin-bottom: 2em !important;
  }

 /*
  *  2021.09 ポップアップストア追加
  * -------------------------------------------------------------------------- */
.news-anchor {
    margin-bottom: 40px;
    margin-left: -6.666vw;
    max-width: 100%;
}
.news-anchor__list {
}
.news-anchor__list li {
    margin: 0 0 1px;
}

.news-anchor__list a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 2.25rem;
    background: #946F46;
    padding: 12px 50px 15px 35px;
    width: 100%;
}
.news-anchor__list a::after {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../../img/common/arrow-white.svg);
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 2.4rem;
    height: 1em;
    width: 0.66em;
    top: 53%;
    right: 12px;
    transform: translate(-50%, -50%) rotate(90deg);
}
@media screen and (min-width: 764px) {
    .news-anchor {
        margin-bottom: 80px;
        margin-left: 0;
    }
    .news-anchor__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .news-anchor__list li {
        width: calc(50% - 1px);
    }
    .news-anchor__list li + li {
        margin-left: 2px;
    }
    .news-anchor__list a {
        z-index: 2.5rem;
    }
}

.news-article__title {
    font-size: 3.25rem;
    color: #946f46;
    font-style: italic;
    margin: 68px 0 50px;
}
@media screen and (min-width: 764px) {
    .news-article__title {
        font-size: 4rem;
        margin: 10px 0 60px;
    }
}

.news-article__contents + .news-article__contents {
    margin-top: 70px;
}
@media screen and (min-width: 764px) {
    .news-article__contents + .news-article__contents {
        margin-top: 130px;
    }
}

.pop-up-article__item {
    margin-bottom: 50px;
}
@media screen and (min-width: 764px) {
    .pop-up-article__list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .pop-up-article__item {
        flex: 0 0 48%;
        margin-bottom: 80px;
    }
    .pop-up-article__list .article__title {
        font-size: 2.8rem;
    }

}