@charset "UTF-8";

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

$$　各EC共通 モジュール

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
/* ▼▼ 要素のサイズ・配置基本設定 @extend用 ▼▼ */
.w-1160__m-0auto,
.coupon-campaign,
.news-topic,
.new-arrivals,
.pickup,
.column {
    box-sizing: border-box;
    width: 1160px;
    padding: 0 20px;
    margin: 0 auto;
}

.flexbox__jc-sb__ai-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexbox__jc-center,
.new-arrivals-more,
.pickup-more,
.column-more, 
.school_bag-more {
    display: flex;
    justify-content: center;
}

.flexbox__jc-center-ai-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexbox__fd-column__ai-center,
.chapter-header,
.new-arrivals-header,
.feature-header,
.pickup-header,
.column-header {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* ▼▼ タイプキット設定 @extend用 ▼▼ */
/* ▼　brandon-grotesque ▼ */
.type-kit__brandon-grotesque--300--italic {
    font-family: "brandon-grotesque";
    font-weight: 300;
    font-style: italic;
}

.type-kit__brandon-grotesque--400--italic {
    font-family: "brandon-grotesque";
    font-weight: 400;
    font-style: italic;
}

.type-kit__brandon-grotesque--500 {
    font-family: "brandon-grotesque";
    font-weight: 500;
}

.type-kit__brandon-grotesque--500--italic {
    font-family: "brandon-grotesque";
    font-weight: 500;
    font-style: italic;
}

.type-kit__brandon-grotesque--700--italic {
    font-family: "brandon-grotesque";
    font-weight: 700;
    font-style: italic;
}

/* ▼ TUBゴシック ▼ */
.type-kit__tbudgothic-std--400,
.news-topic__item-heading {
    font-family: "tbudgothic-std";
    font-weight: 400;
}

.type-kit__tbudgothic-std--700,
.more-btn:before,
.new-arrivals-more__btn:before,
.pickup-more__btn:before,
.column-more__btn:before, 
.school_bag-more__btn:before,
.chapter-header__ja,
.new-arrivals-header__ja,
.feature-header__ja,
.column-header__ja,
.news-topic__btn-link {
    font-family: "tbudgothic-std";
    font-weight: 700;
}

/* ▼▼ 汎用ボタン設定（もっと見る）@extend用 ▼▼ */
.more-btn,
.new-arrivals-more__btn,
.pickup-more__btn,
.column-more__btn, 
.school_bag-more__btn {
    display: flex;
    align-items: center;
}

.more-btn:before,
.new-arrivals-more__btn:before,
.pickup-more__btn:before,
.column-more__btn:before {
    content: "もっと見る";
    box-sizing: border-box;
    display: inline-block;
    width: 340px;
    height: 60px;
    font-size: 1.6rem;
    text-align: center;
    border-top: 2px solid #303030;
    border-bottom: 2px solid #303030;
    border-left: 2px solid #303030;
    border-right: none;
    padding-top: 20px;
    padding-left: 70px;
    border-radius: 30px 0 0 30px/30px 0 0 30px;
}

.school_bag-more__btn:before {
  content: "もっと見る";
  box-sizing: border-box;
  display: inline-block;
  width: 340px;
  height: 60px;
  font-size: 1.6rem;
  text-align: center;
  border-top: 2px solid #303030;
  border-bottom: 2px solid #303030;
  border-left: 2px solid #303030;
  border-right: none;
  padding-top: 20px;
  padding-left: 70px;
  border-radius: 30px 0 0 30px/30px 0 0 30px;
  margin-top: 50px; }

.more-btn:after,
.new-arrivals-more__btn:after,
.pickup-more__btn:after,
.column-more__btn:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f105";
    box-sizing: border-box;
    display: inline-block;
    font-size: 2.5rem;
    width: 60px;
    height: 60px;
    padding-top: 15px;
    text-align: center;
    border-top: 2px solid #303030;
    border-bottom: 2px solid #303030;
    border-right: 2px solid #303030;
    border-radius: 0 30px 30px 0/0 30px 30px 0;
}

.school_bag-more:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  box-sizing: border-box;
  display: inline-block;
  font-size: 2.5rem;
  width: 60px;
  height: 60px;
  padding-top: 15px;
  text-align: center;
  border-top: 2px solid #303030;
  border-bottom: 2px solid #303030;
  border-right: 2px solid #303030;
  border-radius: 0 30px 30px 0/0 30px 30px 0;
  margin-top: 50px; }


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

.chapter-header__en,
.new-arrivals-header__en,
.pickup-header__en,
.column-header__en {
    font-family: "brandon-grotesque";
    font-weight: 300;
    font-style: italic;
    display: block;
    font-size: 4.5rem;
    margin-bottom: 10px;
}

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

.chapter-header__ja,
.new-arrivals-header__ja,
.feature-header__ja,
.column-header__ja {
    font-size: 1.3rem;
}

/* ▼▼ 汎用アイコン設定（角丸長方形）@extend用 ▼▼ */
.icon-rounded-corners {
    display: inline-block;
    font-size: 1.4rem;
    height: 20px;
    line-height: 20px;
    padding-right: 20px;
    padding-left: 20px;
    border: 2px solid #303030;
    border-radius: 17px 17px 17px 17px;
}

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

$$ 各EC共通 特集用 基本スタイル Media Queries for smartphone

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

    /* ▼▼ 要素のサイズ・配置基本設定 @extend用 ▼▼ */
    .w-1160__m-0auto,
    .coupon-campaign,
    .news-topic,
    .new-arrivals,
    .pickup,
    .column {
        padding: 0;
    }

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

    .chapter-header__en,
    .new-arrivals-header__en,
    .feature-header__en,
    .pickup-header__en,
    .column-header__en {
        width: 100vw;
        font-size: 9vw;
        margin-bottom: 2vw;
    }

    .chapter-header__ja,
    .new-arrivals-header__ja,
    .feature-header__ja,
    .column-header__ja {
        font-size: 3vw;
    }

    /* ▼▼ 汎用ボタン設定（もっと見る）@extend用 ▼▼ */
    .more-btn,
    .new-arrivals-more__btn,
    .pickup-more__btn,
    .column-more__btn {
        display: flex;
        align-items: center;
    }

    .more-btn:before,
    .new-arrivals-more__btn:before,
    .pickup-more__btn:before,
    .column-more__btn:before {
        width: 76vw;
        height: 11.5vw;
        font-size: 3.5vw;
        text-align: center;
        padding-top: 3.5vw;
        padding-left: 11vw;
        border-right: none;
    }

  .school_bag-more__btn:before {
    width: 76vw;
    height: 11.5vw;
    font-size: 3.5vw;
    text-align: center;
    padding-top: 3.5vw;
    padding-left: 11vw;
    border-right: none;
    margin-top: -2vw; }

    .more-btn:after,
    .new-arrivals-more__btn:after,
    .pickup-more__btn:after,
    .column-more__btn:after {
        font-size: 5vw;
        width: 12vw;
        height: 11.5vw;
        padding-top: 2.5vw;
        padding-left: 1vw;
        text-align: center;
    }

  .school_bag-more:after {
    font-size: 5vw;
    width: 12vw;
    height: 11.5vw;
    padding-top: 2.5vw;
    padding-left: 1vw;
    text-align: center;
    margin-top: -2vw; }
    
    /* ▼▼ 汎用アイコン設定（角丸長方形）@extend用 ▼▼ */
    .icon-rounded-corners {
        font-size: 2.5vw;
        height: 4vw;
        line-height: 4vw;
        padding-right: 3vw;
        padding-left: 3vw;
        border: 1px solid #303030;
        border-radius: 3.4vw;
    }
}

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

$$　ギャレリア各EC共通 スライダー Slick

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
.slick-track {
    display: flex;
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    opacity: 1;
    outline: none;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: ' ';
    text-align: center;
    opacity: 1;
    color: #fff;
    border: 2px solid #303030;
    border-radius: 50%;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    background: #303030;
    border-radius: 1px solid #303030;
    opacity: 1;
}

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

$$ $$　ギャレリア各EC共通 スライダー Slick Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {
    .slick-list {
        padding: 0 !important;
    }

    .slick-dots {
        bottom: -5vw;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 15vw;
    }

    .slick-dots li {
        width: 2.5vw;
        height: 2.5vw;
        margin-right: 1vw;
        margin-left: 1vw;
    }

    .slick-dots li button:before {
        width: 2.5vw;
        height: 2.5vw;
        border: 1px solid #303030;
    }
}


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

$$　ギャレリア各EC共通 キャンペーン

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

.item_order {
    width: 1120px;
    display: flex;
    flex-direction: column-reverse;
    margin: 0px auto;
}

.coupon-campaign {
    width: 1120px;
    margin: 60px auto 150px;
}

.coupon-campaign__list {
    width: 1120px;
    /* ▼▼▼ 各トピック ▼▼▼ */
    /* トピックス画像 */
    /* トピックス見出し */
    /* トピックス日付 */
    /* ▼▼▼ もっと見るボタン ▼▼▼ */
}

.coupon-campaign__item {
    width: 616px;
    margin-right: 22px;
    /* ガター分ネガティブマージン */
    margin-bottom: -10px;
}

.coupon-campaign__item-image {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #f6f6f6;
}

.coupon-campaign__item-heading {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 10px;
    letter-spacing: -0.04em;
}

.coupon-campaign__item-date {
    font-size: 1.2rem;
    color: #909090;
    padding-right: 5px;
    padding-left: 5px;
}

.coupon-campaign__btn {
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 26px;
    line-height: 26px;
    transform: translate(10%, 0);
}

.coupon-campaign__btn-link {
    box-sizing: border-box;
    display: inline-block;
    width: 90%;
    font-size: 1.3rem;
    text-align: center;
    border: 2px solid #303030;
}

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

$$ ギャレリア各EC共通 キャンペーン Media Queries for smartphone

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

    .item_order {
        width: 100vw;
        display: flex;
        flex-direction: column;
        margin: 0px auto;
    }

    .coupon-campaign {
        width: 100vw;
        margin: 5vw auto 7vw;
    }

    .coupon-campaign__list {
        width: 100vw;
        /* ▼▼▼ 各トピック ▼▼▼ */
        /* トピックス画像 */
        /* トピックス見出し */
        /* トピックス日付 */
        /* ▼▼▼ もっと見るボタン ▼▼▼ */
    }

    .coupon-campaign__item {
        width: 85vw;
        margin-right: 2vw;
        margin-bottom: 3vw;
    }

    .coupon-campaign__item-image {
        width: 85vw;
        height: auto;
        margin-bottom: 10px;
        border: 1px solid #f6f6f6;
    }

    .coupon-campaign__item-heading {
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 10px;
        letter-spacing: -0.04em;
    }

    .coupon-campaign__item-date {
        font-size: 1.2rem;
        color: #909090;
        padding-right: 5px;
        padding-left: 5px;
    }

    .coupon-campaign__btn {
        position: absolute;
        bottom: 0;
        width: 90%;
        height: 26px;
        line-height: 26px;
        transform: translate(10%, 0);
    }

    .coupon-campaign__btn-link {
        box-sizing: border-box;
        display: inline-block;
        width: 90%;
        font-size: 1.3rem;
        text-align: center;
        border: 2px solid #303030;
    }
}


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

$$　ギャレリア各EC共通 ニューストピック

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
.news-topic {
    margin-bottom: 60px;
    /* ▼▼▼ 各トピック ▼▼▼ */
    /* トピックス画像 */
    /* トピックス見出し */
    /* トピックス日付 */
    /* ▼▼▼ もっと見るボタン ▼▼▼ */
}

.news-topic__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.news-topic__item {
    position: relative;
    width: 265px;
    margin-right: 20px;
    margin-bottom: 25px;
}

.news-topic__item:nth-child(4n) {
    margin-right: 0;
}

.news-topic__item-image {
    width: 265px;
    height: auto;
    margin-bottom: 10px;
    border: 1px solid #f6f6f6;
}

.news-topic__item-heading {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 10px;
    letter-spacing: -0.04em;
}

.news-topic__item-date {
    font-size: 1.2rem;
    color: #909090;
    padding-right: 5px;
    padding-left: 5px;
}

.news-topic__btn {
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 26px;
    line-height: 26px;
    transform: translate(10%, 0);
}

.news-topic__btn-link {
    box-sizing: border-box;
    display: inline-block;
    width: 90%;
    font-size: 1.3rem;
    text-align: center;
    border: 2px solid #303030;
}

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

$$ ギャレリア各EC共通 ニューストピック Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {
    .news-topic {
        width: 100vw;
        margin-bottom: 8vw;
        /* ▼▼▼ 各トピック ▼▼▼ */
        /* トピックス画像 */
        /* トピックス見出し */
        /* トピックス日付 */
        /* ▼▼▼ もっと見るボタン ▼▼▼ */
    }

    .news-topic__item {
        width: 46vw;
        margin-right: 0;
        margin-bottom: 3vw;
    }

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

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

    .news-topic__item-link {
        cursor: pointer;
    }

    .news-topic__item-image {
        width: 100%;
        height: auto;
        margin-bottom: 2.5vw;
    }

    .news-topic__item-heading {
        font-size: 2.6vw;
        line-height: 4vw;
        padding-right: 1vw;
        margin-bottom: 1vw;
        letter-spacing: -0.04em;
    }

    .news-topic__item-date {
        width: 100%;
        font-size: 3vw;
        font-weight: 700;
        padding-right: 1vw;
        padding-left: 2vw;
    }

    .news-topic__btn {
        width: 46vw;
        height: 6vw;
        line-height: 6vw;
        transform: translate(0, 0);
    }

    .news-topic__btn-link {
        width: 46vw;
        font-size: 2.6vw;
        border: 2px solid #303030;
    }
}

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

$$　ギャレリア各EC共通 ノベルティ

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
.novelty {
    padding-top: 28px;
    padding-bottom: 55px;
    margin-bottom: 58px;
}

/* ▼▼▼ 見出し ▼▼▼ */
.novelty-header {
    margin-bottom: 25px;
    text-align: center;
}

.novelty-slider {
    width: 1120px;

    margin: 0 auto;
}

/* ▼▼▼ 各特集 ▼▼▼ */
.novelty-slider-cell {
    width: 275px;
    height: auto;
    text-align: center;
    margin-right: 20px;
    background: #FFF;
}

.novelty-slider-cell__link {
    background: #FFF;
    border: 8px solid #FFF;
}

.novelty-slider-cell__image {
    width: 265px;
    height: auto;
    margin-bottom: 25px;
}

.novelty-slider-cell__heading {
    font-family: "YakuHanJP", "tbudgothic-std";
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom: 10px;
    letter-spacing: -0.04em;
    font-weight: 400;
    text-align: left;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.novelty-slider-cell__txt {
    font-size: 1.3rem;
    line-height: 1.5;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

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

$$ ギャレリア各EC共通 ノベルティ Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {
    .novelty {
        width: 100vw;
        padding-top: 8vw;
        padding-bottom: 1vw;
        margin-bottom: 13vw;
    }

    /* ▼▼▼ 見出し ▼▼▼ */
    .novelty-header {
        margin-bottom: 4vw;
    }

    .novelty-slider {
        width: 100vw;
        margin: 0 auto;
    }

    /* ▼▼▼ 各ノベルティ ▼▼▼ */
    .novelty-slider-cell {
        width: 55vw;
        margin-right: 1.4vw;
        margin-left: 1.4vw;
        border-bottom: 1px solid #ddd;
    }

    .novelty-slider-cell__link {
        width: 50vw;
        border: 2vw solid #FFF;
    }

    .novelty-slider-cell__image {
        width: 50vw;
        height: auto;
        margin-bottom: 5vw;
    }

    .novelty-slider-cell__heading {
        font-size: 3vw;
        padding-right: 2vw;
        padding-left: 2vw;
        margin-bottom: 4vw;
    }

    .novelty-slider-cell__txt {
        font-size: 3vw;
        line-height: 1.5;
        padding-right: 2vw;
        padding-left: 2vw;
        padding-bottom: 4vw;
    }
}


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

$$　ギャレリア各EC共通 スクールバッグ

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
.school_bag {
    padding-top: 28px;
    padding-bottom: 55px;
    margin-bottom: 58px;
}

/* ▼▼▼ 見出し ▼▼▼ */
.school_bag-header {
    margin-bottom: 25px;
    text-align: center;
}

.school_bag-slider {
    width: 1120px;
    margin: 0 auto;
}

.slick-dotted.slick-slider {
    margin-bottom: 80px;
}

/* ▼▼▼ 各特集 ▼▼▼ */
.school_bag-slider-cell {
    width: 275px;
    height: auto;
    text-align: left;
    margin-right: 20px;
    background: #FFF;
}

.school_bag-slider-cell__link {
    background: #FFF;
}

.school_bag-slider-cell__image {
    width: 265px;
    height: auto;
    margin-bottom: 20px;
}

.school_bag-slider-cell__heading {
    width: 265px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 3px;
    letter-spacing: -0.01rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}

.school_bag-slider-cell__txt {
    font-size: 1.3rem;
    line-height: 1.5;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.school_bag-more__btn:before {
    content: "スクールバッグをもっと見る";
}

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

$$ ギャレリア各EC共通 スクールバッグ Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {
    .school_bag {
        width: 100vw;
        padding-top: 8vw;
        padding-bottom: 1vw;
        margin-bottom: 13vw;
    }

    /* ▼▼▼ 見出し ▼▼▼ */
    .school_bag-header {
        margin-bottom: 4vw;
    }

    .school_bag-slider {
        width: 100vw;
        margin: 0 auto;
    }

    /* ▼▼▼ 各ノベルティ ▼▼▼ */
    .school_bag-slider-cell {
        width: 55vw;
        margin-right: 1.4vw;
        margin-left: 1.4vw;
    }

    .school_bag-slider-cell__link {
        width: 50vw;
    }

    .school_bag-slider-cell__image {
        width: 50vw;
        height: auto;
        margin-bottom: 5vw;
    }

    .school_bag-slider-cell__heading {
        width: 50vw;
        font-size: 3vw;
        padding-right: 2vw;
        padding-left: 2vw;
        margin-bottom: 4vw;
    }

    .school_bag-slider-cell__txt {
        font-size: 3vw;
        line-height: 1.5;
        padding-right: 2vw;
        padding-left: 2vw;
        padding-bottom: 4vw;
    }
}


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

$$　ギャレリア各EC共通 ニューアライバル

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
.new-arrivals {
    margin-bottom: 100px;
    /* ▼▲▼ 見出し ▼▲▼ */
    /* ▼▲▼ 各新作アイテム ▼▲▼ */
    /* ▼▲▼ NEWアイコン ▼▲▼ */
    /* ▼▲▼ 新作アイテムリンク ▼▲▼ */
    /* ▼▲▼ 新作アイテム画像 ▼▲▼ */
    /* ▼▲▼ 新作アイテム商品見出し ▼▲▼ */
    /* ▼▲▼ 新作アイテム商品スペック ▼▲▼ */
    /* ▼▲▼ もっと見るボタン ▼▲▼ */
}

.new-arrivals-header {
    margin-bottom: 25px;
    text-align: center;
}

.new-arrivals_update-time {
    color: #c6383e;
    letter-spacing: -0.07rem;
}

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

.new-arrivals__item {
    position: relative;
    width: 360px;
    margin-right: 20px;
    margin-bottom: 25px;
}

.new-arrivals__item:nth-child(3n) {
    margin-right: 0;
}

.new-arrivals .new-icon {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 2;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    vertical-align: middle;
    /* 先行する文字列と上下中央揃え */
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
    transform: rotate(-10deg);
    /* 2D回転 */
    background-image: linear-gradient(-10deg, #FF3B05, #E4215E);
}

.new-arrivals__item-link {
    position: relative;
    display: block;
}

.new-arrivals__item-image-wrapper {
    position: relative;
    width: 360px;
    height: 360px;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #f6f6f6;
}

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

.new-arrivals__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;
}

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

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

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

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

.new-arrivals__item-spec-taxin {
    font-size: 1.2rem;
    font-weight: 700;
}

.new-arrivals-more__btn:before {
    content: "新作アイテムをもっと見る";
}

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

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

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {
    .new-arrivals {
        width: 100vw;
        margin-bottom: 14.5vw;
        /* ▼▲▼ 見出し ▼▲▼ */
        /* ▼▲▼ 各新作アイテム ▼▲▼ */
        /* ▼▲▼ NEWアイコン ▼▲▼ */
        /* ▼▲▼ 新作アイテム画像 ▼▲▼ */
        /* ▼▲▼ 新作アイテム商品見出し ▼▲▼ */
        /* ▼▲▼ 新作アイテム商品スペック ▼▲▼ */
    }

    .new-arrivals-header {
        margin-bottom: 5vw;
    }

    .new-arrivals-header__en {
        margin-bottom: 1.5vw;
    }

    .new-arrivals__list {
        display: flex;
        flex-wrap: wrap;
        counter-reset: number 0;
        margin-bottom: 0vw;
    }

    .new-arrivals__item {
        width: 45vw;
        margin-bottom: 4vw;
    }

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

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

    .new-arrivals .new-icon {
        position: absolute;
        top: 1vw;
        left: 1vw;
        width: 6vw;
        height: 6vw;
        line-height: 5.5vw;
        font-size: 2vw;
    }

    .new-arrivals__item-image-wrapper {
        width: 46vw;
        height: 46vw;
        margin-bottom: 2vw;
    }

    .new-arrivals__item-image {
        height: auto;
    }

    .new-arrivals__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;
    }

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

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

    .new-arrivals__item-spec-taxin {
        font-size: 2.5vw;
    }
}

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

$$　ギャレリア各EC共通 特集

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
.feature {
    padding-top: 28px;
    padding-bottom: 55px;
    margin-bottom: 58px;
    background: #faf9f5;
}

/* ▼▼▼ 見出し ▼▼▼ */
.feature-header {
    margin-bottom: 25px;
    text-align: center;
}

/* ▼▼▼ 各特集 ▼▼▼ */
.feature-slider-cell {
    width: 360px;
    height: auto;
    margin-right: 30px;
    background: #FFF;
    border-bottom: 1px solid #edece9;
}

.feature-slider-cell__link {
    background: #FFF;
    border: 8px solid #FFF;
}

.feature-slider-cell__image {
    width: 360px;
    height: auto;
    margin-bottom: 25px;
}

.feature-slider-cell__heading {
    font-family: "YakuHanJP", "tbudgothic-std";
    font-weight: 400;
    font-size: 1.8rem;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
}

.feature-slider-cell__txt {
    font-size: 1.3rem;
    line-height: 1.5;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

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

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

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {
    .feature {
        width: 100vw;
        padding-top: 8vw;
        padding-bottom: 1vw;
        margin-bottom: 13vw;
    }

    /* ▼▼▼ 見出し ▼▼▼ */
    .feature-header {
        margin-bottom: 4vw;
    }

    .feature-header__en {
        margin-bottom: 1vw;
    }

    /* ▼▼▼ 各特集 ▼▼▼ */
    .feature-slider-cell {
        width: 70vw;
        margin-right: 1.4vw;
        margin-left: 1.4vw;
        border-bottom: 1px solid #ddd;
    }

    .feature-slider-cell__link {
        width: 66vw;
        border: 2vw solid #FFF;
    }

    .feature-slider-cell__image {
        width: 66vw;
        height: auto;
        margin-bottom: 5vw;
    }

    .feature-slider-cell__heading {
        font-size: 4vw;
        padding-right: 2vw;
        padding-left: 2vw;
        margin-bottom: 4vw;
    }

    .feature-slider-cell__txt {
        font-size: 3vw;
        line-height: 1.5;
        padding-right: 2vw;
        padding-left: 2vw;
        padding-bottom: 4vw;
    }
}

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

$$　ギャレリア各EC共通 ピックアップ

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
.pickup {
    margin-bottom: 90px;
    /* ▼▲▼ 見出し ▼▲▼ */
    /* ▼▲▼ 各ピックアップアイテム ▼▲▼ */
    /* ▼▲▼ 各ピックアップ見出し ▼▲▼ */
    /* ▼▲▼ ピックアップアイテムリスト ▼▲▼ */
    /* ▼▲▼ ピックアップアイテム画像 ▼▲▼ */
    /* ▼▲▼ ピックアップアイテムリード ▼▲▼ */
    /* ▼▲▼ ピックアップアイテム価格 ▼▲▼ */
    /* ▼▲▼ もっと見るボタン ▼▲▼ */
}

.pickup-header {
    margin-bottom: 50px;
    text-align: center;
}

.pickup-header__en {
    margin-bottom: 15px;
}

.pickup-wrapper {
    margin-bottom: 100px;
    width: 1120px;
}

.pickup-sub-header {
    margin-bottom: 30px;
    text-align: center;
}

.pickup-sub-header__ja {
    font-size: 2rem;
    line-height: 1.4;
}

.pickup-sub-header__ja br {
    display: none !important;
}

.pickup__list {
    display: flex;
    flex-wrap: wrap;
    counter-reset: number 0;
}

.pickup__item {
    width: 265px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 30px;
}

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

.pickup__item-image {
    width: 265px;
    height: auto;
    margin-bottom: 20px;
    border: 1px solid #f6f6f6;
}

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

.pickup__item-price {
    font-size: 1.8rem;
    letter-spacing: -0.01rem;
}

.pickup__item-price-taxin {
    font-size: 1.2rem;
    font-weight: 700;
}

.pickup-more__btn:before {
    content: "おすすめアイテムをもっと見る";
    padding-left: 55px;
}

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

$$ ギャレリア各EC共通 ピックアップ Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {
    .pickup {
        width: 100vw;
        margin-bottom: 16vw;
        /* ▼▲▼ 見出し ▼▲▼ */
        /* ▼▲▼ 各ピックアップ見出し ▼▲▼ */
        /* ▼▲▼ 各ピックアップアイテム ▼▲▼ */
        /* ▼▲▼ ピックアップアイテムリスト ▼▲▼ */
        /* ▼▲▼ ピックアップアイテム画像 ▼▲▼ */
        /* ▼▲▼ ピックアップアイテム見出し ▼▲▼ */
        /* ▼▲▼ ピックアップアイテム価格 ▼▲▼ */
        /* ▼▲▼ もっと見るボタン ▼▲▼ */
    }

    .pickup-header {
        margin-bottom: 9vw;
    }

    .pickup-header__en {
        margin-bottom: 3vw;
    }

    .pickup-sub-header {
        margin-bottom: 5vw;
        padding-right: 3vw;
        padding-left: 3vw;
    }

    .pickup-sub-header__ja {
        font-size: 4vw;
        line-height: 1.3;
        text-align: center;
    }

    .pickup-sub-header__ja br {
        display: block !important;
    }

    .pickup-item-container {
        display: block;
    }

    .pickup-wrapper {
        width: 100vw;
        margin-bottom: 12vw;
    }

    .pickup__list {
        margin-bottom: 2vw;
    }

    .pickup__item {
        width: 46vw;
        margin-right: 0;
        margin-bottom: 3.5vw;
    }

    .pickup__item:nth-child(3n) {
        margin-right: 0;
    }

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

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

    .pickup__item-image {
        width: 100%;
        height: auto;
        margin-bottom: 2.5vw;
    }

    .pickup__item-heading-link {
        font-size: 2.6vw;
        line-height: 1.4;
        letter-spacing: 0;
        margin-bottom: 0.5vw;
    }

    .pickup__item-price {
        font-size: 4vw;
        letter-spacing: -0.04rem;
    }

    .pickup__item-price-taxin {
        font-size: 2.6vw;
        font-weight: 500;
        letter-spacing: -0.04em;
    }

    .pickup-more__btn:before {
        padding-left: 11vw;
    }
}

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

$$　ギャレリア各EC共通 スペシャルコラム

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
.column {
    margin-bottom: 80px;
    /* ▼▼▼ 見出し ▼▼▼ */
    /* ▼▼▼ 各コラム ▼▼▼ */
    /* ▼▼ コラム画像 ▼▼ */
    /* ▼▼▼ もっと見るボタン ▼▼▼ */
}

.column-header {
    margin-bottom: 40px;
    text-align: center;
}

.column-header__en {
    margin-bottom: 15px;
}

.column-header__ja {
    letter-spacing: 0.08em;
}

.column__list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.column__item {
    width: 550px;
    height: auto;
    margin-right: 20px;
    margin-bottom: 40px;
}

.column__item:nth-child(2n) {
    margin-right: 0;
}

.column__item-img-link {
    position: relative;
    margin-bottom: 30px;
}

.column__item-img-wrapper {
    width: 550px;
    background: #F9F9F9;
}

.column__item-img {
    width: 100%;
}

@supports (-ms-ime-align: auto) {
    .column {
        /* ▶ IE edge ハック */
    }

    .column__item-img {
        opacity: 1;
    }
}

.column__item-logo {
    position: absolute;
    z-index: 1;
    width: 130px;
    height: auto;
}

.column__item-wrapper {
    padding-right: 10px;
    padding-left: 10px;
}

.column__item-heading {
    font-family: "YakuHanJP", "tbudgothic-std";
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
}

.column__item-lead {
    font-family: "brandon-grotesque";
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 2;
    margin-bottom: 20px;
}

.column__item-date {
    font-size: 1.4rem;
    color: #909090;
}

.column__item-link {
    float: right;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: underline;
}

.column-more__btn:before {
    content: "その他のコラムはこちら";
}

/* ▲▼ 書いた人 ▲▼ */
.column-author {
    display: flex;
    align-items: center;
    padding: 10px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
}

.column-author__img-area {
    margin-right: 15px;
}

.column-author__img {
    width: 50px;
    height: auto;
    border-radius: 50%;
}

.column-author__self-area {
    padding-left: 15px;
    border-left: 1px dashed #ccc;
}

.column-author__author {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.column-author__name {
    font-size: 1.6rem;
    font-weight: 700;
}

.column-author__job {
    font-size: 1.2rem;
}

/* ▲▼ 書いた人 ▲▼ */
/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

$$ ギャレリア各EC共通 ピックアップ Media Queries for smartphone

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {
    .column {
        width: 100vw;
        margin-bottom: 4vw;
        /* ▼▼▼ 見出し ▼▼▼ */
        /* ▼▼▼ 各コラム ▼▼▼ */
        /* ▼▼ コラム画像 ▼▼ */
        /* コラムブランドロゴ */
        /* コラム見出し */
        /* コラムリード */
    }

    .column-header {
        margin-bottom: 5vw;
    }

    .column-header__en {
        margin-bottom: 3.5vw;
    }

    .column__list {
        width: 94vw;
        padding-right: 3vw;
        padding-left: 3vw;
        margin-bottom: 0;
    }

    .column__item {
        width: 94vw;
        height: auto;
        margin-right: 0;
        margin-bottom: 12vw;
    }

    .column__item:nth-child(2n) {
        margin-right: 0;
    }

    .column__item-img-link {
        margin-bottom: 6vw;
    }

    .column__item-img-wrapper {
        width: 94vw;
    }

    .column__item-img {
        width: 100%;
    }

    .column__item-logo {
        position: absolute;
        z-index: 1;
        width: 25vw;
        height: auto;
    }

    .column__item-wrapper {
        padding-right: 3vw;
        padding-left: 3vw;
    }

    .column__item-heading {
        font-size: 4.4vw;
        margin-bottom: 3.5vw;
    }

    .column__item-lead {
        font-size: 3.3vw;
        line-height: 1.8;
        letter-spacing: -0.03em;
        margin-bottom: 4vw;
    }

    .column__item-date {
        font-size: 3vw;
        font-weight: 700;
    }

    .column__item-link {
        font-size: 2.5vw;
    }

    /* ▲▼ 書いた人 ▲▼ */
    .column-author {
        padding: 2vw;
        margin-top: 5vw;
        margin-right: 3vw;
        margin-left: 3vw;
    }

    .column-author__img-area {
        margin-right: 3vw;
    }

    .column-author__img {
        width: 10vw;
        height: auto;
    }

    .column-author__self-area {
        padding-left: 3vw;
        border-left: 1px dashed #ccc;
    }

    .column-author__author {
        font-size: 2.2vw;
        margin-bottom: 1vw;
    }

    .column-author__name {
        font-size: 3.5vw;
    }

    .column-author__job {
        font-size: 2.2vw;
    }

    /* ▲▼ 書いた人 ▲▼ */
}

/*# sourceMappingURL=galleria_top.css.map */