@charset "UTF-8";

/*//////////////////////////////////////////////////

Title : archive.scss
For   : Lily Brown OFFICIAL ONLINE of the site

Created       : 2021-10-31
Last Modified : 2021-10-31

==========================================

/* ============================= for desktop */
#pageTopics {
    margin: 0 auto;
    /* background-image: url("../img/pc.jpg"); */
    background-repeat: no-repeat;
    background-size: 140rem;
    background-position-x: center;
    background-position-y: -12.1rem;
    transform: none;
    filter: none;
    width: 100%;
    margin: 0 auto;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: center;
}

#pageTopics .pageTopics__title {
    margin-bottom: 28px;
    font-family: mencken-std-head, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    line-height: 1.22;
    letter-spacing: 0.025em;
}
#pageTopics .pageTopics__title span::before {
    content: "";
    position: absolute;
    width: 55px;
    height: 1px;
    right: -47px;
    top: 33px;
    background-color: #000;
    transform: rotate(-45deg);
}
#pageTopics .pageTopics__title span {
    position: relative;
    margin-left: -3.9rem;
    font-weight: 400;
    letter-spacing: 0.01em;
}
#pageTopics .pageTopics__subtitle {
    position: relative;
    margin-bottom: 62px;
    font-size: 18px;
    display: inline-block;
    font-weight: 500;
}
#pageTopics .pageTopics__subtitle::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 8px;
    margin: auto;
    left: -2px;
    bottom: -3px;
    background-color: #B79F70;
    z-index: -1;
}
#pageTopics .pageTopics__lead {
    font-size: 14px;
    line-height: 2.5;
    letter-spacing: 0.08em;
    font-weight: 500;
}
#pageTopics .pageTopics__lead {
    margin-bottom: 22px;
}
#pageTopics .pageTopics__lead:nth-of-type(3) {
    margin-bottom: 70px;
}
#pageTopics .pageTopics__wrapper ul li:nth-of-type(n + 3) {
    margin-top: 36px;
}
#pageTopics .pageTopics__wrapper .content__text .SakuraMiyawaki_second {
    display: none;
}
#pageTopics .pageTopics__container {
    padding-bottom: 219px;
}
#pageTopics .pageTopics__wrapper .content__text {
    font-family: "Roboto", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

@media screen and (min-width: 768px) {
  #pageTopics .pageTopics__wrapper ul li:nth-of-type(n + 3) {
    margin-top: 36px;
}
}

/* ============================= for mobile */
@media screen and (max-width: 767px) {

  br.hidden-sml.--visibleListSakuraMiyawaki {
    display: block;
  }

    #pageTopics {
        position: relative;
        /* background-image: url("../img/sp.jpg"); */
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-x: center;
        background-position-y: calc(50* (100vw/750));
    }

    #pageTopics .pageTopics__title {
        margin-bottom: calc(34* (100vw/750));
        font-size: calc(65* (100vw/750));
        line-height: 1.22;
        letter-spacing: 0.025em;
    }
    #pageTopics .pageTopics__title span::before {
        width: calc(72* (100vw/750));
        height: calc(2* (100vw/750));
        right: calc(-63* (100vw/750));
        top: calc(43* (100vw/750));
    }
    #pageTopics .pageTopics__title span {
        margin-left: calc(-53* (100vw/750));
        letter-spacing: 0.01em;
    }
    #pageTopics .pageTopics__subtitle {
        margin-bottom: calc(79* (100vw/750));
        font-size: calc(28* (100vw/750));
    }
    #pageTopics .pageTopics__subtitle::before {
        width: 101.8%;
        height: calc(12* (100vw/750));
        left: calc(-4* (100vw/750));
        bottom: calc(3* (100vw/750));
    }
    #pageTopics .pageTopics__lead {
        font-size: calc(23* (100vw/750));
        line-height: 1.826;
        letter-spacing: 0.05em;
    }
    #pageTopics .pageTopics__lead {
        margin-bottom: calc(31* (100vw/750));
    }
    #pageTopics .pageTopics__lead:nth-of-type(3) {
        margin-bottom: 0;
    }
    #pageTopics .pageTopics__wrapper ul li:nth-of-type(n + 2) {
      margin-top: calc(38* (100vw / 750));
  }
    #pageTopics .pageTopics__wrapper .content__text .SakuraMiyawaki_second {
        display: none;
    }
    #pageTopics .pageTopics__container {
      padding: calc(460* (100vw / 750)) calc(35* (100vw / 750)) calc(140* (100vw / 750));
    }
    #pageTopics .pageTopics__wrapper ul li {
      width: calc(675* (100vw / 750));
      margin-left: auto;
      margin-right: auto;
  }
}

