@charset "utf-8";
/* ============================================================
 root
============================================================ */
:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-subtxt: #666666;
  --color-line: #999999;
  --color-tag-bg: #eeeeee;
  --ja: "MFW-PIshiiGothicStdN-R";
  --ja-m: "MFW-PIshiiGothicStdN-M";
  --ja-b: "MFW-PIshiiGothicStdN-B";
  --ja-serif: "MFW-PShimanamiStdN-Regular";
  --en: "helvetica-neue-lt-pro";
  --txt20: calc(20 / 16 * 1rem);
  --txt18: calc(18 / 16 * 1rem);
  --txt16: calc(16 / 16 * 1rem);
  --txt15: calc(15 / 16 * 1rem);
  --txt14: calc(14 / 16 * 1rem);
  --txt13: calc(13 / 16 * 1rem);
  --txt12: calc(12 / 16 * 1rem);
  --txt10: calc(10 / 16 * 1rem);
}
@media (width < 768px) {
  :root {
    --txt20: calc(18 / 16 * 1rem);
    --txt18: calc(16 / 16 * 1rem);
    --txt16: calc(14 / 16 * 1rem);
    --txt15: calc(13 / 16 * 1rem);
    --txt14: calc(12 / 16 * 1rem);
    --txt13: calc(11 / 16 * 1rem);
    --txt12: calc(11 / 16 * 1rem);
  }
}
/* ============================================================
 base
============================================================ */
body {
  font-family: var(--en), var(--ja), sans-serif;
  font-weight: 400;
  font-size: var(--txt16);
  color: var(--color-black);
  line-height: 1.7;
  letter-spacing: 0.03em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  background: #ffffff;
  min-width: 100%;
  width: 100%;
  overflow-x: hidden;
}
#l-main {
  margin-top: 0;
  position: relative;
}
.l-container {
  padding: 150px 0 0 0;
  width: 100%;
}
.l-page-ttl {
  padding-top: 100px;
  padding-bottom: 90px;
}
.l-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.l-inner-s {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  .l-inner,
  .l-inner-s {
    max-width: 100%;
    padding-left: 7.6vw;
    padding-right: 7.6vw;
  }
}
@media screen and (max-width: 768px) {
  .l-container {
    padding: 100px 0 0 0;
  }
}
/* ============================================================
 header
============================================================ */
@media screen and (min-width: 1101px) {
  #sp-header,
  .sp-header-cont-list {
    display: none;
  }
  header {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 1;
    mix-blend-mode: difference;
  }
  .l-header {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 50px 0 40px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l-header-logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header-logo h1 a {
    display: block;
    white-space: nowrap;
    font-size: calc(34 / 16 * 1rem);
    font-weight: 700;
    color: #fff;
  }
  .l-header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 80%;
    gap: 2.5em;
  }
  .l-header-nav-item {
    font-weight: 400;
    position: relative;
    font-size: var(--txt16);
    line-height: 1;
    display: inline-block;
    color: #fff;
    text-decoration: none;
  }
  .l-header-nav-item:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l-header-nav-item:hover:after {
    background: var(--color-white);
  }
  .l-header-nav-shopfunction {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.85em;
  }
  .l-header-nav-shopfunction a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .l-header.is-active {
    height: 60px;
  }
}
/* ============================================================
 header SP
============================================================ */
@media screen and (max-width: 1100px) {
  #pc-header {
    display: none;
  }
  header {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 1;
    mix-blend-mode: difference;
  }
  .l-header {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .l-header-logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    z-index: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header-logo h1 a {
    display: block;
    white-space: nowrap;
    font-size: calc(28 / 16 * 1rem);
    font-weight: 700;
    color: #fff;
  }
  /* ハンバーガー */
  #hbg {
    display: block;
    position: fixed;
    z-index: 400;
    right: 20px;
    top: 30px;
    width: 32px;
    height: 20px;
    cursor: pointer;
    text-align: center;
  }
  #hbg span {
    display: block;
    position: absolute;
    height: 1px;
    left: 0;
    background: var(--color-white);
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
  #hbg span:nth-child(1) {
    width: 100%;
    top: 6px;
  }
  #hbg span:nth-child(2) {
    width: 100%;
    bottom: 6px;
  }
  #hbg.is-active span:nth-child(1) {
    top: 10px;
    left: 0;
    width: 32px;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  #hbg.is-active span:nth-child(2) {
    top: 10px;
    width: 32px;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  .sp-header-cont-inner {
    z-index: 200;
    position: fixed;
    bottom: 0;
    left: 0;
    background: var(--color-black);
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100vw;
    height: calc(100dvh - 80px);
    padding: 40px 7.6vw 60px 7.6vw;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    mix-blend-mode: normal;
  }
  .sp-header-cont-inner .sp-header-cont-inner-nav {
    height: auto;
    mix-blend-mode: normal;
  }
  .sp-header-cont-inner.is-active {
    display: block;
  }
  .sp-header-cont-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .sp-header-nav-item {
    margin-top: 25px;
    font-size: calc(20 / 16 * 1rem);
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
  }
  .sp-header-nav-item a {
    color: var(--color-white);
  }
  .sp-header-nav-item:after {
    display: none;
  }
  .sp-header-nav-shopfunction-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
  }
  .sp-header-nav-shopfunction-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sp-header-nav-shopfunction-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sp-header-nav-shopfunction-item a span {
    margin-top: 0.5em;
    color: var(--color-white);
    font-size: var(--txt10);
  }
  .sp-header-nav-shopfunction-item img {
    width: auto;
    height: 30px;
  }
}
/* ============================================================
 footer
============================================================ */
#l-footer {
  margin-top: 140px;
  padding: 80px 0;
  background: var(--color-black);
}
#l-footer *,
#l-footer a {
  color: var(--color-white);
}
.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-footer-logo {
  margin-left: 10px;
}
.l-footer-logo figure {
  width: 35.7vw;
}
.l-footer-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 5.3vw;
}
.l-footer-nav {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3em;
}
.l-footer-nav-wrap {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 3em;
}
.l-footer-nav-category-name {
  font-family: var(--ja-m);
  font-size: var(--txt16);
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.l-footer-nav-category-item {
  font-size: var(--txt14);
  line-height: 1.5;
  margin-top: 1em;
}
.l-footer-profile {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.l-footer-profile-detail {
  font-size: var(--txt14);
  line-height: 1.5;
}
.l-footer-profile-detail p + p {
  margin-top: 5px;
}
.l-footer-sns {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.l-footer-sns-item {
  width: 30px;
}
.c-copyright {
  margin-top: 40px;
  font-size: var(--txt13);
  line-height: 1;
  color: var(--color-black);
  white-space: nowrap;
  text-align: right;
}
.js-mag-btn {
  position: fixed;
  right: 40px;
  cursor: pointer;
  z-index: 10;
}
.js-mag-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  padding: 1.5em;
  background: var(--color-black);
  color: var(--color-white);
  font-size: var(--txt18);
  line-height: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.js-mag-btn a:before {
  content: "";
  background: url(/assets/images/common/icon_mag_white.svg) no-repeat center center / contain;
  width: 20px;
  height: 14px;
}
.js-mag-btn a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1250px) {
  .l-footer-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 40px;
  }
  .l-footer-sns {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #l-footer {
    padding: 60px 0;
  }
  .l-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 60px;
  }
  .l-footer-content {
    padding: 0 7.6vw;
  }
  .l-footer-logo {
    margin-left: 10px;
  }
  .l-footer-logo figure {
    width: 82%;
  }
  .l-footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .l-footer-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .c-copyright {
    margin-top: 40px;
    font-size: var(--txt13);
    line-height: 1;
    color: var(--color-black);
    white-space: nowrap;
    text-align: right;
  }
  .js-mag-btn {
    right: 2vw;
  }
  .js-mag-btn a {
    font-size: var(--txt15);
  }
}
/* ============================================================
 break point
============================================================ */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media print {
  .sp {
    display: none !important;
  }
}
