@charset "UTF-8";

/* ========================================
   Base
======================================== */

* {
  font-family: 'Overpass', 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  min-width: auto;
  background: #F5F3F0;
}

.magazine {
  width: 650px;
  height: auto;
  margin: 7% auto 0;
}

.magazine h1 {
  font-size: 43px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: .03em;
}

.magazine p {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 180%;
  letter-spacing: .03em;
}

.magazine img {
  width: 100%;
  height: auto;
  display: block;
}


/* ========================================
   ECサイト側リセット
======================================== */

.fs-l-main {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

.fs-l-pageMain {
  width: 100%;
  max-width: none;
}

.layout_menu,
.layout_header_delivery,
.layout_header_keywords,
.layout_header_search,
.re_gnavi_wrap,
.layout_header_user,
.re_header_user_menu,
.footer-sns,
.footer-under {
  display: none !important;
}

.layout_header_delivery {
  display: none !important;
}

.fs-c-heading.fs-c-heading--page {
  display: none !important;
}

.layout_header_form_input {
  font-size: 0;
}

.re_layout_header_utility .layout_header_utility-navi {
  display: none;
}


/* ========================================
   PC / SP
======================================== */

.sp-invisible {
  display: block;
}

.sp-display {
  display: none;
}


/* ========================================
   Main Visual
======================================== */

.look-hero {
  position: relative;
}

.look-hero img {
  width: 100%;
  display: block;
}

.look-hero-title {
  position: absolute;
  left: 8%;
  bottom: 8%;
  color: #fff;
}

.look-hero-title p {
  font-family: 'Overpass', sans-serif;
  font-size: 11px;
  letter-spacing: .25em;
  margin-bottom: 12px;
}

.look-hero-title h1 {
  font-family: 'Overpass', sans-serif;
  font-size: 38px;
  line-height: 1.05;
  letter-spacing: .08em;
  text-align: left;
  font-weight: 400;
}


/* ========================================
   Intro
======================================== */

.look-intro {
  padding: 90px 30px 130px;
  text-align: center;
}

.look-intro-en {
  font-family: 'Overpass', sans-serif;
  font-size: 11px;
  letter-spacing: .25em;
  margin-bottom: 18px;
}

.look-intro h2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: .12em;
  margin-bottom: 25px;
}

.look-intro-text {
  font-size: 12px;
  line-height: 2.2;
}


/* ========================================
   LOOK 共通
======================================== */

.look {
  position: relative;
  margin-bottom: 180px;
}

.look-title {
  position: relative;
  margin-bottom: 35px;
}

.look-title span {
  display: block;
  font-family: 'Overpass', sans-serif;
  font-size: 10px;
  letter-spacing: .25em;
  margin-bottom: 8px;
}

.look-title h2 {
  font-family: 'Overpass', sans-serif;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: .08em;
}

.look-number {
  position: absolute;
  bottom: -72px;
  font-family: 'Overpass', sans-serif;
  font-size: 9px;
  letter-spacing: .15em;
  color: #777;
}


/* ========================================
   LOOK 間のライン
======================================== */

.look:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  background: #CFC9C4;
  bottom: -90px;
}


/* ========================================
   LOOK 01
======================================== */

.look01 {
  padding-left: 30px;
}

.look01 .look-title {
  margin-left: 40px;
}

.look01 .look-main {
  width: 88%;
}

.look01 .look-sub {
  width: 42%;
  margin: -18% 0 0 auto;
  position: relative;
  z-index: 2;
}

.look01 .look-sub p {
  margin-top: 18px;
  font-size: 11px;
  line-height: 2;
}

.look01 .look-number {
  left: 0;
}

.look01::after {
  left: 0;
  width: 40%;
}


/* ========================================
   LOOK 02
======================================== */

.look02 {
  padding-right: 0;
}

.look02 .look-title {
  text-align: right;
  margin-right: 35px;
}

.look02 .look-grid {
  display: flex;
  align-items: center;
  gap: 8%;
}

.look02 .look-photo {
  width: 65%;
  position: relative;
}

.look02 .look-copy {
  width: 27%;
}

.look02 .look-copy .en {
  font-family: 'Overpass', sans-serif;
  font-size: 10px;
  letter-spacing: .18em;
  margin-bottom: 18px;
}

.look02 .look-copy p {
  font-size: 11px;
  line-height: 2.1;
}

.look02 .look-number {
  right: 0;
}

.look02::after {
  right: 0;
  width: 25%;
}


/* ========================================
   LOOK 03
======================================== */

.look03 {
  padding-left: 30px;
}

.look03 .look-title {
  margin-left: 30px;
  margin-bottom: 45px;
}

.look03-layout {
  position: relative;
  width: 100%;
  min-height: 560px;
}

.look03-photo-main {
  width: 68%;
  margin-left: auto;
}

.look03-photo-main img {
  width: 100%;
  display: block;
}

.look03-info {
  position: absolute;
  left: 1%;
  top: 30%;
  width: 34%;
  z-index: 5;
}

.look03-en {
  font-family: 'Overpass', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: .18em;
  margin: 0 0 18px !important;
}

.look03-line {
  width: 45px;
  height: 1px;
  background: #222;
  margin-bottom: 22px;
}

.look03-text {
  font-size: 11px !important;
  line-height: 2.1 !important;
}

.look03-small {
  position: absolute;
  left: 1%;
  top: 52%;
  margin: 0 !important;
  font-family: 'Overpass', sans-serif !important;
  font-size: 8px !important;
  line-height: 1.8 !important;
  letter-spacing: .12em;
  color: #d4d3d3;
  z-index: 5;
}

.look03-photo-sub {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34%;
  z-index: 3;
}

.look03-photo-sub img {
  width: 100%;
  display: block;
}

.look03 .look-number {
  left: 35%;
}

.look03::after {
  left: 35%;
  width: 15%;
}


/* ========================================
   LOOK 04
======================================== */

.look04 {
  padding-left: 0;
  padding-right: 0;
}

.look04 .look-title {
  margin-left: 20px;
  margin-right: 20px;
}

.look04-editorial {
  width: 100%;
  position: relative;
}

.look04-photo {
  width: 100%;
}

.look04-photo img {
  width: 100%;
  display: block;
}

.look04-info {
  position: absolute;
  left: 0;
  bottom: 8%;
  width: 42%;
  padding: 30px 25px;
  background: #F5F3F0;
  z-index: 10;
}

.look04-en {
  font-family: 'Overpass', sans-serif !important;
  font-size: 10px !important;
  letter-spacing: .18em;
  margin: 0 0 18px !important;
}

.look04-line {
  width: 45px;
  height: 1px;
  background: #222;
  margin-bottom: 22px;
}

.look04-text {
  font-size: 11px !important;
  line-height: 2.1 !important;
}

.look04-small {
  margin-top: 30px !important;
  font-family: 'Overpass', sans-serif !important;
  font-size: 8px !important;
  line-height: 1.8 !important;
  letter-spacing: .12em;
  color: #777;
}

.look04 .look-number {
  left: 10%;
}

.look04::after {
  left: 10%;
  width: 50%;
}


/* ========================================
   Editorial Elements
======================================== */

.look-subtitle {
  font-family: 'Overpass', sans-serif !important;
  font-size: 9px !important;
  letter-spacing: .18em !important;
  color: #777;
  margin-top: 10px;
  line-height: 1.5 !important;
}

.look-vertical {
  position: absolute;
  right: 8%;
  top: 35%;
  writing-mode: vertical-rl;
  font-family: 'Overpass', sans-serif;
  font-size: 9px;
  letter-spacing: .2em;
  line-height: 1.8;
  color: #777;
}


/* ========================================
   Items
======================================== */

.look-items {
  margin-top: 50px;
  padding: 100px 0 50px;
  border-top: 1px solid #CFC9C4;
}

.look-items-title {
  text-align: center;
  margin-bottom: 45px;
}

.look-items-title p {
  font-family: 'Overpass', sans-serif;
  font-size: 10px;
  letter-spacing: .25em;
  margin-bottom: 8px;
}

.look-items-title h2 {
  font-family: 'Overpass', sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: .08em;
}

.look-items-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

.look-items-grid .item {
  width: auto !important;
  margin: 0 !important;
  min-width: 0;
}

.look-items-grid .item a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.look-items-grid .item img {
  display: block;
  width: 100%;
  height: auto;
}

.look-items-grid .item p {
  margin-top: 12px;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;

  /* 商品名を1行で省略 */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.look-items-grid .item small {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  color: #777;
  text-align: center;
}


/* ========================================
   VIEW ITEM
======================================== */

.view-item {
  display: block;
  width: fit-content;
  margin: 35px 0 0 auto;

  padding: 0 0 5px;

  border: 0;
  border-bottom: 1px solid #777;
  border-radius: 0;

  background: none;

  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  letter-spacing: .04em;
  line-height: 1.6;

  text-decoration: none;
  transition: opacity .3s ease;
}

.view-item::after {
  content: " →";
  font-family: 'Overpass', sans-serif;
  font-size: 11px;
  margin-left: 4px;
}

.view-item:hover {
  background: none;
  color: #333;
  opacity: .55;
}

/* ========================================
   OTHER DENIM ITEMS
======================================== */

.other-denim-link {
  display: block;
  width: 260px;
  margin: 65px auto 0;
  padding: 13px 20px;

  border: 1px solid #777;
  border-radius: 3px;

  color: #333;
  text-align: center;
  text-decoration: none;

  font-family: 'Noto Sans JP', sans-serif;
  font-size: 11px;
  letter-spacing: .08em;

  box-sizing: border-box;
  transition: opacity .3s ease;
}

.other-denim-link span {
  margin-left: 10px;
  font-family: 'Overpass', sans-serif;
  font-size: 12px;
}

.other-denim-link:hover {
  opacity: .55;
}

/* ========================================
   Bottom
======================================== */

.bottom {
  padding: 30px 20px 120px;
  text-align: center;
}

.bottom .en {
  font-family: 'Overpass', sans-serif;
  font-size: 10px;
  letter-spacing: .25em;
  margin-bottom: 15px;
}

.online-top-link {
  display: inline-block;
  margin-top: 50px;
  color: #777;
  font-size: 10px;
  letter-spacing: .08em;
  text-decoration: none;
}

.online-top-link span {
  margin-left: 8px;
}

/* ========================================
   Tablet
======================================== */

@media only screen and (max-width: 768px) {

  .layout_header_meta_inner {
    width: 768px;
  }

  .layout_header_navi {
    width: 768px;
  }

  .re_layout_footer_wrap {
    display: none;
  }

}


/* ========================================
   Smartphone
======================================== */

@media only screen and (max-width: 519px) {


  /* ======================================
     PC / SP
  ====================================== */

  .sp-invisible {
    display: none;
  }

  .sp-display {
    display: block;
  }


  /* ======================================
     Magazine
  ====================================== */

  .magazine {
    width: 100%;
    margin: 0 auto;
  }


  /* ======================================
     Hero
  ====================================== */

  .look-hero-title {
    left: 6%;
    bottom: 7%;
  }

  .look-hero-title p {
    font-size: 9px;
    margin-bottom: 8px;
  }

  .look-hero-title h1 {
    font-size: 27px;
  }


  /* ======================================
     Intro
  ====================================== */

  .look-intro {
    padding: 60px 20px 85px;
  }

  .look-intro-en {
    font-size: 9px;
  }

  .look-intro h2 {
    font-size: 19px;
    letter-spacing: .08em;
  }

  .look-intro-text {
    font-size: 11px;
    line-height: 2;
  }


  /* ======================================
     LOOK 共通
  ====================================== */

  .look {
    margin-bottom: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .look-title {
    margin-bottom: 20px;
    text-align: right;
  }

  .look-title span {
    font-size: 9px;
    letter-spacing: .22em;
    margin-bottom: 6px;
  }

  .look-title h2 {
    font-size: 18px;
    letter-spacing: .08em;
  }


  /* ======================================
     LOOK NUMBER
  ====================================== */

  .look-number {
    position: absolute;
    bottom: -43px;
    font-size: 9px;
    line-height: 1;
    letter-spacing: .15em;
    color: #777;
    z-index: 2;
  }

  .look01 .look-number {
    left: 20px;
  }

  .look02 .look-number {
    right: 20px;
  }

  .look03 .look-number {
    left: 20px;
  }

  .look04 .look-number {
    right: 20px;
  }


  /* ======================================
     LOOK LINE
  ====================================== */

  .look:not(:last-child)::after {
    bottom: -60px;
    z-index: 1;
  }

  .look01::after {
    left: 0;
    width: 35%;
  }

  .look02::after {
    right: 0;
    width: 28%;
  }

  .look03::after {
    left: 40%;
    width: 18%;
  }

  .look04::after {
    left: 15%;
    width: 45%;
  }


  /* ======================================
     LOOK 01
  ====================================== */

  .look01 {
    padding-left: 20px;
  }

  .look01 .look-title {
    margin-left: 0;
  }

  .look01 .look-main {
    width: 100%;
  }

  .look01 .look-sub {
    width: 55%;
    margin: 28px 0 0 auto;
  }

  .look01 .look-sub p {
    margin-top: 12px;
    font-size: 10px;
    line-height: 2;
    text-align: right;
  }


  /* ======================================
     LOOK 02
  ====================================== */

  .look02 {
    padding-right: 20px;
  }

  .look02 .look-title {
    margin-right: 0;
  }

  .look02 .look-grid {
    display: block;
  }

  .look02 .look-photo {
    width: 88%;
    margin-left: auto;
  }

  .look02 .look-copy {
    width: 62%;
    margin: 24px 0 0;
  }

  .look02 .look-copy .en {
    font-size: 9px;
    margin-bottom: 12px;
  }

  .look02 .look-copy p {
    font-size: 10px;
    line-height: 2;
  }


  /* ======================================
     LOOK 03
  ====================================== */

  .look03 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .look03 .look-title {
    margin-left: 0;
    margin-bottom: 25px;
  }

  .look03-layout {
    position: relative;
    width: 100%;
    min-height: auto;
  }

  .look03-photo-main {
    width: 88%;
    margin-left: auto;
    position: relative;
  }

  .look03-photo-main::after {
    content: "DENIM × FEMININE";
    position: absolute;
    left: -10px;
    bottom: 18px;
    padding: 7px 10px;
    background: #F5F3F0;
    font-family: 'Overpass', sans-serif;
    font-size: 8px;
    letter-spacing: .14em;
    white-space: nowrap;
  }

  .look03-photo-main img {
    width: 100%;
    display: block;
  }

  .look03-info {
    position: relative;
    left: auto;
    top: auto;
    width: 78%;
    margin: 28px 0 35px;
  }

  .look03-en {
    display: none;
  }

  .look03-line {
    width: 40px;
    margin-bottom: 18px;
  }

  .look03-text {
    font-size: 10px !important;
    line-height: 2 !important;
  }

  .look03-small {
    left: 2%;
    top: auto;
    bottom: 120px;
    font-size: 7px !important;
    color: #fff;
  }

  .look03-photo-sub {
    position: relative;
    left: auto;
    bottom: auto;
    width: 58%;
    margin-left: 0;
  }

  .look03-photo-sub img {
    width: 100%;
    display: block;
  }


  /* ======================================
LOOK 04
====================================== */

  .look04 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .look04 .look-title {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 25px;
    text-align: right;
  }

  .look04-editorial {
    position: relative;
    width: 100%;
  }

  .look04-photo {
    width: 100%;
    position: relative;
  }

  .look04-photo img {
    width: 100%;
    display: block;
  }


  /* 説明ボックス */
  .look04-info {
    position: relative;
    left: auto;
    bottom: auto;
    width: 72%;
    margin: -70px 0 0 auto;
    padding: 25px 20px;
    box-sizing: border-box;
    background: rgba(245, 243, 240, 0.92);
    z-index: 5;
    text-align: right;
  }


  /* 英字は非表示 */
  .look04-en {
    display: none;
  }


  /* ライン */
  .look04-line {
    width: 40px;
    height: 1px;
    margin: 0 0 18px auto;
    background: #222;
  }


  /* 本文 */
  .look04-text {
    font-size: 10px !important;
    line-height: 2 !important;
  }


  /* キャプション */
  .look04-small {
    margin-top: 18px !important;
    font-size: 7px !important;
  }


  /* ナンバー */
  .look04 .look-number {
    left: 10px;
    right: auto;
    bottom: -45px;
  }

  /* ======================================
     Featured Items
  ====================================== */

  .look-items {
    margin-top: 20px;
    padding: 70px 20px 50px;
  }

  .look-items-title {
    margin-bottom: 30px;
  }

  .look-items-title p {
    font-size: 9px;
  }

  .look-items-title h2 {
    font-size: 18px;
  }

  .look-items-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 35px 12px;
  }

  .look-items-grid .item p {
    margin-top: 9px;
    font-size: 10px;
    line-height: 1.5;

    /* 1行省略 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .look-items-grid .item small {
    margin-top: 3px;
    font-size: 9px;
  }


  /* ======================================
     VIEW ITEM
  ====================================== */

  .view-item {
    margin: 25px 0 0 auto;
    padding-bottom: 4px;
    font-size: 9px;
  }

  .view-item::after {
    font-size: 10px;
    margin-left: 3px;
  }

  /* ======================================
     VIEW ITEM
  ====================================== */
  .other-denim-link {
    width: 85%;
    margin-top: 50px;
    padding: 12px 15px;
    font-size: 10px;
  }

  .other-denim-link span {
    margin-left: 8px;
    font-size: 11px;
  }

  /* ======================================
     Bottom
  ====================================== */

  .bottom {
    padding: 60px 20px 110px;
  }

  .bottom .en {
    font-size: 9px;
  }

  .bottom p {
    font-size: 10px;
  }


  /* ======================================
     Smartphone Footer
  ====================================== */

  .sp_footer_navi220426_magazine {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    background: #f7f7f7;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 800000001;
    position: fixed;
    box-shadow: 0 -2px 4px 0 rgb(0 0 0 / 13%);
  }

  .sp_footer_navi_box220426_magazine {
    width: 20%;
    padding: 2%;
    display: block;
    text-align: center;
  }

  .sp_footer_navi_box220426_magazine p {
    font-size: 10px;
    margin-top: 4px;
    line-height: 1;
  }

  .sp_footer_navi_box220426_magazine img {
    width: 40%;
  }

  #toTop {
    bottom: 60px;
  }


  /* ======================================
     Smartphone EC Reset
  ====================================== */

  body {
    min-width: auto;
  }

  .fs-l-main {
    max-width: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .fs-l-pageMain {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .layout_header_navi,
  .header-gnavi-category,
  .fs-l-header__drawerOpener,
  .psLink img,
  .re_keyword_form_wrap,
  .search-price {
    display: none !important;
  }

  ul.sp-header-gnavi.fs-p-accountInfo.fs-clientInfo.is-ready {
    display: none !important;
  }

  .re_footer-navi {
    display: none !important;
  }

  .fs-clientInfo.is-ready {
    display: none;
  }

}