@charset "UTF-8";

/* ▼▼ 汎用見出し設定（トップページ各セクション大見出し）@extend用 ▼▼ */
.chapter-header {
  margin-bottom: 30px;
  text-align: center; }

.chapter-header__en, .footer-header__en {
  font-family: "brandon-grotesque";
  font-weight: 300;
  font-style: italic;
  display: block;
  font-size: 4.5rem;
  margin-bottom: -12px; }

.chapter-header__ja, .footer-header__ja {
  font-size: 1.3rem; }

/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$　ギャレリア各EC共通 プレスリリース

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
.press-release {
    box-sizing: border-box;
    width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
    margin-bottom: 100px;
    font-family: "noto-sans-cjk-jp", sans-serif;
    /* ▼▲▼ 見出し ▼▲▼ */
    /* ▼▲▼ 各新作アイテム ▼▲▼ */
    /* ▼▲▼ 新作アイテムリンク ▼▲▼ */
    /* ▼▲▼ 新作アイテム画像 ▼▲▼ */
    /* ▼▲▼ 新作アイテム商品見出し ▼▲▼ */
    /* ▼▲▼ 新作アイテム商品スペック ▼▲▼ */
}

.press-release-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    text-align: center;
}

.press-release-header__en {
    font-family: "brandon-grotesque";
    font-weight: 300;
    font-style: italic;
    display: block;
    font-size: 4.5rem;
    margin-bottom: 10px;
}

.press-release-header__ja {
    font-family: "tbudgothic-std";
    font-weight: 700;
    font-size: 1.3rem;
}

.press-release_update-time {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #c6383e;
}

.press-release__list {
    display: flex;
    flex-wrap: wrap;
    counter-reset: number 0;
    margin-bottom: 10px;
}

.press-release__list2 {
    display: flex;
    flex-wrap: wrap;
    counter-reset: number 0;
    margin-bottom: 10px;
}

.press-release__item {
    width: 265px;
    margin-right: 20px;
    margin-bottom: 25px;
}

.press-release__item:nth-child(4n) {
    margin-right: 0;
}

.press-release__item-link {
    position: relative;
    display: block;
}

.press-release__item-image-wrapper {
    position: relative;
    width: 265px;
    height: 265px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #f6f6f6;
}

.press-release__item-image {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    height: auto;
}

.press-release__item-heading-link {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 10px;
    letter-spacing: -0.01rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.press-release__item-spec-term {
    display: none;
    width: 17%;
    float: left;
    clear: left;
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0.04rem;
}

.press-release__item-spec-brand {
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: -0.01rem;
    margin-bottom: 5px;
}

.press-release__item-spec-price {
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: -0.01rem;
    margin-bottom: 5px;
}

.press-release__item-spec-taxin {
    font-size: 1.2rem;
    font-weight: 700;
}

.press-release__line {
    padding: 80px 20px 60px;
    border: 1px solid #cccccc;
    margin: 60px auto 180px;
}

.press-release__mainbox {
    width: 940px;
    margin: 0px auto;
}

.press-release__mainbox img {
    width: 940px;
}

.h1_press_rel {
    font-size: 22pt;
    line-height: 4.9rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

h2 {
    color: #777777;
    font-size: 16pt;
    line-height: 4.0rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}

h4 {
    font-size: 12.5pt;
    line-height: 3.2rem;
    letter-spacing: 0.15pt;
    font-weight: bold;
    text-align: left;
    margin-bottom: 6px;
}


h5 {
    font-size: 10pt;
    line-height: 2.5rem;
    font-weight: nomal;
    margin-bottom: 40px;
}


.press-release__mainbox p {
    font-size: 11pt;
    line-height: 2.5rem;
    letter-spacing: 1.0pt;
    color: #777777;
    margin-top: 6px;
    margin-bottom: 25px;
}

.press-release__mainbox div {
    font-size: 11pt;
    line-height: 2.6rem;
    letter-spacing: 0.8pt;
    margin-bottom: 32px;
}


.br_pc {
    display: block;
}

.br_sp {
    display: none;
}





/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ ギャレリア各EC共通 Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {

  /* ▼▼ 汎用見出し設定（トップページ各セクション大見出し）@extend用 ▼▼ */
  .chapter-header {
    margin-bottom: 5vw; }

  .chapter-header__en, .footer-header__en {
    width: 100vw;
    font-size: 9vw;
    margin-bottom: -3vw; }

  .chapter-header__ja, .footer-header__ja {
    font-size: 3vw; }


    
    .press-release {
        width: 100vw;
        padding: 0;
        margin-bottom: 14.5vw;
        /* ▼▲▼ 見出し ▼▲▼ */
        /* ▼▲▼ 各新作アイテム ▼▲▼ */
        /* ▼▲▼ 新作アイテム画像 ▼▲▼ */
        /* ▼▲▼ 新作アイテム商品見出し ▼▲▼ */
        /* ▼▲▼ 新作アイテム商品スペック ▼▲▼ */
    }

    .press-release-header {
        margin-bottom: 5vw;
    }

    .press-release-header__en {
        margin-bottom: 1.5vw;
    }

    .press-release_update-time {
        font-size: 3vw;
        margin-left: 3vw;
        margin-bottom: 2vw;
    }

    .press-release__list {
        display: flex;
        flex-wrap: wrap;
        counter-reset: number 0;
        margin-bottom: 3vw;
    }

    .press-release__list2 {
        display: flex;
        flex-wrap: wrap;
        counter-reset: number 0;
        margin-bottom: 3vw;
    }

    .press-release__item {
        width: 44vw;
        margin-bottom: 4vw;
    }

    .press-release__item:nth-child(odd) {
        margin-right: 1vw;
        margin-left: 3vw;
    }

    .press-release__item:nth-child(even) {
        margin-right: 3vw;
        margin-left: 1vw;
    }

    .press-release__item-image-wrapper {
        width: 44vw;
        height: 44vw;
        margin-bottom: 2vw;
    }

    .press-release__item-image {
        height: auto;
    }

    .press-release__item-heading-link {
        font-size: 2.6vw;
        line-height: 1.4;
        letter-spacing: -0.04rem;
        margin-bottom: 1.5vw;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .press-release__item-spec-brand {
        float: none;
        font-size: 2.6vw;
        letter-spacing: -0.04rem;
        margin-bottom: 0;
    }

    .press-release__item-spec-price {
        float: none;
        font-size: 4vw;
        letter-spacing: -0.04rem;
        margin-bottom: 1.5vw;
    }

    .press-release__item-spec-taxin {
        font-size: 2.5vw;
    }


    .press-release__line {
        width: 96vw;
        padding: 8vw 2vw;
        border: 1px solid #cccccc;
        margin: 6vw auto 18vw;
    }

    .press-release__mainbox {
        width: 92vw;
        margin: 0px auto;
    }

    .press-release__mainbox img {
        width: 92vw;
    }

    .h1_press_rel {
        font-size: 5vw;
        line-height: 3.4rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 10vw;
    }

    h2 {
        color: #777777;
        font-size: 4vw;
        line-height: 3.0rem;
        font-weight: bold;
        text-align: center;
        margin-bottom: 7vw;
    }

    h4 {
        font-size: 3.7vw;
        line-height: 2.8rem;
        font-weight: bold;
        text-align: left;
        margin-bottom: 3vw;
    }


    h5 {
        font-size: 3vw;
        line-height: 2.2rem;
        margin-bottom: 8vw;
    }


    .press-release__mainbox p {
        font-size: 3.2vw;
        line-height: 2.0rem;
        letter-spacing: 1.0pt;
        color: #777777;
        margin-top: 2px;
        margin-bottom: 3vw;
    }

    .press-release__mainbox div {
        font-size: 3.5vw;
        line-height: 2.6rem;
        letter-spacing: 0.6pt;
        margin-bottom: 6vw;
    }


    .br_pc {
        display: none;
    }

    .br_sp {
        display: block;
    }

}