@charset "UTF-8";
/*
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

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

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

/* グローバルヘッダー */
.global-header {
  width: 100vw;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  background-color: #fff; }

.global-header-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px; }

/* ロゴ */
.global-header-logo__link {
  display: block;
  width: 150px;
  height: auto; }

.global-header-logo__image {
  width: 100%;
  height: auto; }
  
.new-arrivals {
  box-sizing: border-box;
  width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 100px;
  /* ▼▲▼ 見出し ▼▲▼ */
  /* ▼▲▼ 各新作アイテム ▼▲▼ */
  /* ▼▲▼ 新作アイテムリンク ▼▲▼ */
  /* ▼▲▼ 新作アイテム画像 ▼▲▼ */
  /* ▼▲▼ 新作アイテム商品見出し ▼▲▼ */
  /* ▼▲▼ 新作アイテム商品スペック ▼▲▼ */ }
  .new-arrivals-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    text-align: center; }
  .new-arrivals-header__en {
    font-family: "brandon-grotesque";
    font-weight: 300;
    font-style: italic;
    display: block;
    font-size: 4.5rem;
    margin-bottom: 10px; }
  .new-arrivals-header__ja {
    font-family: "tbudgothic-std";
    font-weight: 700;
    font-size: 1.3rem; }
  .new-arrivals_update-time {
    display: block;
    font-size: 1.6rem;
    margin-bottom: 10px;
    color: #c6383e; }
  .new-arrivals__list {
    display: flex;
    flex-wrap: wrap;
    counter-reset: number 0;
    margin-bottom: 10px; }
  .new-arrivals__item {
    width: 265px;
    margin-right: 20px;
    margin-bottom: 25px; }
  .new-arrivals__item:nth-child(4n) {
    margin-right: 0; }
  .new-arrivals__item-link {
    position: relative;
    display: block; }
  .new-arrivals__item-image-wrapper {
    position: relative;
    width: 265px;
    height: 265px;
    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-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;
	color: #303030;}
  .new-arrivals__item-spec-price {
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: -0.01rem;
    margin-bottom: 5px;
	color: #303030;}
  .new-arrivals__item-spec-taxin {
    font-size: 1.2rem;
    font-weight: 700; }

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

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

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////
*/
@media screen and (max-width: 736px) {
  .new-arrivals {
    width: 100vw;
    padding: 0;
    margin-bottom: 14.5vw;
    /* ▼▲▼ 見出し ▼▲▼ */
    /* ▼▲▼ 各新作アイテム ▼▲▼ */
    /* ▼▲▼ 新作アイテム画像 ▼▲▼ */
    /* ▼▲▼ 新作アイテム商品見出し ▼▲▼ */
    /* ▼▲▼ 新作アイテム商品スペック ▼▲▼ */ }
    .new-arrivals-header {
      margin-bottom: 5vw; }
    .new-arrivals-header__en {
      margin-bottom: 1.5vw; }
    .new-arrivals_update-time {
      font-size: 3vw;
      margin-left: 3vw;
      margin-bottom: 2vw; }
    .new-arrivals__list {
      display: flex;
      flex-wrap: wrap;
      counter-reset: number 0;
      margin-bottom: 3vw; }
    .new-arrivals__item {
      width: 44vw;
      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__item-image-wrapper {
      width: 44vw;
      height: 44vw;
      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;
	  color: #303030;}
    .new-arrivals__item-spec-price {
      float: none;
      font-size: 4vw;
      letter-spacing: -0.04rem;
      margin-bottom: 1.5vw;
	  color: #303030;}
    .new-arrivals__item-spec-taxin {
      font-size: 2.5vw; } }
