@charset "utf-8";

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

b, strong {
  font-weight: bold;
}

p, pre {
  margin: 1em 0;
}

dl, menu, ol, ul {
  margin: 1em 0;
}

menu, ol, ul {
  padding: 0 0 0 40px;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Yu Gothic", YuGothic, "MS PGothic", Arial, Helvetica, sans-serif;
  font-feature-settings: "palt";
  overflow-y: scroll;
  overflow-x: hidden;
  background-repeat: repeat;
  color: #000;
  background-image: linear-gradient(90deg, #801716, #5c0c0e 43%, #370005);
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, p {
  margin: 0;
  padding: 0;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -ms-interpolation-mode: bicubic;
}

main {
  background-color: #180304;
}

#move-page-top {
  width: 38px;
  height: 38px;
  display: none;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 1;
  border: solid 0.75px #fff;
  border-radius: 38px;
  cursor: pointer;
  background: rgba(0,0,0,0.1);
}

#move-page-top img {
  width: 15px;
  position: absolute;
  inset: 0 0 10%;
  margin: auto;
}

header {
  position: relative;
  width: 100%;
  background: #fff;
  height: 37px;
  z-index: 100;
}

#brand_logo {
  display: block;
  text-align: center;
  color: #ff4c7a;
  margin: 0 auto;
  padding-top: 10px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.075em;
  width: 145px;
}

#shilogo {
  position: fixed;
  top: 9px;
  left: 10px;
}

#shilogo img {
  width: 32px;
}

footer {
  position: relative;
  width: 100%;
  margin: 0 0 0;
  background: #fff;
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  border-top: solid 1px #999;
}

#inquiry {
  text-align: center;
  padding: 10px 0 15px;
  font-size: 11px;
  color: #666;
}

#phone span {
  font-size: 17px;
  letter-spacing: ;
}

#inquiry div a:first-child {
  border-right: 0.5px solid #666;
  padding-right: 10px;
}

#inquiry div a:nth-child(2) {
  padding-left: 8px;
}

#ftr_com {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}

#ftr_shilogo {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 0 3%;
  letter-spacing: 0.2em;
  font-family: "Century Gothic", sans-serif;
  width: 100px;
}

#ftr_shilogo a {
  color: #fff;
}

#cpyr {
  font-size: 10px;
  line-height: 1em;
  margin: 0 2% 0 0;
  font-weight: 400;
  font-style: normal;
  transform: scale(0.9) translateX(5%);
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 600ms ease-out;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.chui {
  width: 67%;
  display: block;
  margin: 25px auto 0;
  padding: 5%;
  color: #666;
  font-size: 12px;
  border: solid 1px #666;
}

#line {
  display: block;
  width: 90%;
  margin: 20px auto 0;
}

:root {
  --bubble-bg: #fff;
  --bubble-bd: #e95464;
  --bubble-radius: 12px;
  --bubble-shadow: 0 2px 6px rgba(0,0,0,.08);
}













.floating-nav {
  position: fixed;
  z-index: 999;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.floating-nav__title {
  margin: 0;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.12em;
  text-align: center;
}

.floating-nav__list a {
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
  transition: 0.25s;
}























@media screen and (max-width: 639px) {
body {
    padding-bottom: 90px;
  }

  .floating-nav {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .floating-nav.is-scrolling {
    transform: translateY(100%);
    opacity: 0;
    pointer-events: none;
  }

  .floating-nav__title {
    display: none;
  }

  .floating-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .floating-nav__list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    min-height: 42px;
    padding: 6px 2px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
    color: #9e1f1b;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
  }

  .floating-nav__list a:nth-child(4) {
    border-right: none;
  }

  .floating-nav__list a:nth-child(n/**/+5) {
    width: 33.333%;
    border-bottom: none;
  }

  .floating-nav__list a:last-child {
    border-right: none;
  }

  .floating-nav__list a:active {
    background: #6f5144;
    color: #fff;
  }

  #move-page-top {
    bottom: 95px;
  }
}

@media screen and (min-width: 640px) {
#move-page-top {
    width: 38px;
    height: 38px;
    right: 10px;
    bottom: 10px;
    border: solid 0.75px #fff;
    background: none;
    background-color: #f4ede6;
  }

  #move-page-top img {
    width: 15px;
    inset: 0 0 10%;
    margin: auto;
  }

  main {
    padding: 0 0 0;
    width: 450px;
    margin: 0 auto;
    background-color: #180304;
  }

  footer {
    margin: 0 0 0;
  }

  #inquiry {
    width: 450px;
    margin: 0 auto;
  }

  #phone span {
    font-size: 17px;
    letter-spacing: ;
  }

  #inquiry div a:first-child {
    border-right: 0.5px solid #666;
    padding-right: 10px;
  }

  #inquiry div a:nth-child(2) {
    padding-left: 8px;
  }

  #ftr_com {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    width: 100%;
    margin: 0 auto;
  }

  #ftr_shilogo {
    display: inline-block;
    font-size: 19px;
    margin: 0 0 0 12px;
    width: 150px;
  }

  #ftr_shilogo a {
    color: #fff;
  }

  #cpyr {
    display: inline-block;
    font-size: 11px;
    float: right;
    margin: 0 12px 0 0;
    font-weight: 400;
    font-style: normal;
    transform: scale(1) translateX(0);
  }

  #line {
    display: block;
    width: 346px;
    margin: 20px auto 0;
  }

  

  

  

  .floating-nav {
    top: 50%;
    left: calc(50% - 225px - 370px);
    width: 210px;
    transform: translateY(-50%);
    background: transparent;
    box-shadow: none;
  }

  .floating-nav__title {
    display: block;
    margin: 0 0 18px 4px;
    padding: 0;
    background: transparent;
    color: #ce6941;
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.18em;
    text-align: left;
  }

  .floating-nav__list {
    overflow: visible;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  .floating-nav__list a {
    position: relative;
    display: block;
    padding: 6px 4px 6px 18px;
    border: none;
    background: transparent;
    color: #8a6655;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: 0.03em;
    text-align: left;
    transition: color 0.25s ease, transform 0.25s ease;
  }

  .floating-nav__list a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2px;
    width: 2px;
    height: 0;
    background: #c99a65;
    transform: translateY(-50%);
    transition: height 0.25s ease;
  }

  .floating-nav__list a:hover {
    background: transparent;
    color: #d8b07a;
    transform: translateX(5px);
  }

  .floating-nav__list a:hover::before {
    height: 26px;
  }
}

/* ==================================================
   CW-X SALE LP
   Existing header/footer/common styles are preserved.
================================================== */

/* Base override */
body {
  background-image: none;
  background-color: #e9e8e3;
}

main {
  background-color: #f0efea;
}

/* HERO */
.hero {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #f0efea;
}

.hero img {
  display: block;
  width: 100%;
  height: auto;
}

/* PRICE REVISION MESSAGE */
.revision-message {
  width: calc(100% - 20px);
  margin: 10px auto 20px;
  padding: 42px 24px 38px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 14px;
  text-align: center;
}

.revision-message__eyebrow {
  margin: 0 0 12px;
  color: #d71920;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .18em;
}

.revision-message h1 {
  margin: 0;
  color: #242120;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: .05em;
}

.revision-message h1 strong {
  color: #d71920;
  font-size: 32px;
}

.revision-message__lead {
  margin-top: 16px;
  margin-bottom: 0;
  color: #555;
  font-size: 13px;
  line-height: 1.8;
}

.revision-message__sale {
  width: 92%;
  margin: 24px auto 0;
  padding: 17px 10px;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
}

.revision-message__sale span {
  display: block;
  margin-bottom: 6px;
  color: #555;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .06em;
}

.revision-message__sale strong {
  display: block;
  color: #d71920;
  font-size: 20px;
  letter-spacing: .04em;
}

.revision-message__btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 88%;
  min-height: 52px;
  margin: 24px auto 0;
  padding: 10px 40px 10px 20px;
  box-sizing: border-box;
  background: #222;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .08em;
  transition: .3s ease;
}

.revision-message__btn span {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-53%);
  font-size: 23px;
  font-weight: normal;
}

.revision-message__btn:hover {
  background: #d71920;
}

/* POINTS */
.points {
  display: flex;
  gap: 1px;
  background: #ddd9d3;
  border-top: 1px solid #ddd9d3;
  border-bottom: 1px solid #ddd9d3;
}

.points__item {
  width: 50%;
  padding: 28px 10px;
  background: #f8f7f3;
  text-align: center;
  box-sizing: border-box;
}

.points__item span {
  display: block;
  margin-bottom: 6px;
  color: #d71920;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .15em;
}

.points__item strong {
  display: block;
  color: #222;
  font-size: 16px;
  letter-spacing: .04em;
}

.points__item p {
  margin: 9px 0 0;
  color: #666;
  font-size: 11px;
  line-height: 1.7;
}

/* PICKUP */
.cwx-pickup {
  width: 100%;
  padding: 12px 8px 45px;
  box-sizing: border-box;
  background: #f0efea;
}

.cwx-pickup__intro {
  padding: 38px 20px 5px;
  background: #fff;
  border-radius: 16px 16px 0 0;
  text-align: center;
}

.cwx-pickup__en {
  margin: 0 0 9px;
  color: #d71920;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .18em;
}

.cwx-pickup__intro h2 {
  margin: 0;
  color: #222;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: .04em;
}

.cwx-pickup__intro > p:last-child {
  margin: 15px 0 0;
  color: #666;
  font-size: 12px;
  line-height: 1.8;
}

/* CATEGORY */
.cwx-series {
  padding: 38px 16px 8px;
  background: #fff;
}

.cwx-series + .cwx-series {
  border-top: 1px solid #e5e5e5;
}

.cwx-series__heading {
  margin-bottom: 22px;
  text-align: center;
}

.cwx-series__number {
  margin: 0 0 5px;
  color: #d71920;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .18em;
}

.cwx-series__heading h3 {
  margin: 0;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 700;
  letter-spacing: .08em;
}

.cwx-series__heading h3 span {
  color: #d71920;
}

.cwx-series__jp {
  margin: 5px 0 0;
  color: #777;
  font-size: 11px;
}

.cwx-series__line {
  width: 36px;
  height: 2px;
  margin: 12px auto 0;
  background: #d71920;
}

/* PRODUCT CARDS */
.cwx-series__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 28px 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cwx-series__item {
  position: relative;
  width: 48.5%;
}

.cwx-series__image {
  position: relative;
  display: block;
  overflow: hidden;
  background: #f4f3ee;
}

.cwx-series__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .35s ease, opacity .35s ease;
}

.cwx-series__image:hover img {
  transform: scale(1.025);
  opacity: .9;
}

.cwx-series__type {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 2;
  padding: 4px 7px;
  background: rgba(0, 0, 0, .85);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .08em;
}

.cwx-series__name {
  height: 3em;
  margin: 10px 2px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #333;
  font-size: 11px;
  line-height: 1.5;
}

.cwx-series__pricebox {
  display: flex;
  align-items: flex-end;
  margin: 13px 2px 7px;
}

.cwx-series__off {
  margin: 0 6px 0 0;
  padding: 4px 6px;
  background: #d71920;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}

.cwx-series__price {
  position: relative;
  padding-top: 8px;
}

.cwx-series__regular {
  position: absolute;
  top: -5px;
  left: 1px;
  margin: 0;
  color: #999;
  font-size: 9px;
  line-height: 1;
  text-decoration: line-through;
}

.cwx-series__sale {
  margin: 0;
  color: #d71920;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.cwx-series__sale span {
  margin-left: 2px;
  font-family: "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 9px;
  font-weight: normal;
}

.cwx-series__check {
  position: relative;
  display: block;
  padding: 8px 25px 8px 5px;
  border: 1px solid #aaa;
  color: #444;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: .08em;
  text-align: center;
  transition: .25s ease;
}

.cwx-series__check span {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-54%);
  font-size: 17px;
}

.cwx-series__check:hover {
  border-color: #222;
  background: #222;
  color: #fff;
}

/* PLACEHOLDER */
.product-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background: linear-gradient(135deg, #f5f5f2 25%, #ecebe6 25%, #ecebe6 50%, #f5f5f2 50%, #f5f5f2 75%, #ecebe6 75%);
  background-size: 18px 18px;
}

.product-placeholder__text {
  color: #aaa;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .08em;
  text-align: center;
}

/* ALL ITEMS */
.all-items {
  padding: 35px 16px 32px;
  background: #fff;
  border-radius: 0 0 16px 16px;
  text-align: center;
}

.all-items p {
  margin: 0 0 12px;
  color: #555;
  font-size: 12px;
}

.all-items a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92%;
  min-height: 54px;
  margin: 0 auto;
  padding: 10px 42px 10px 20px;
  box-sizing: border-box;
  background: #222;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: .05em;
  transition: .3s ease;
}

.all-items a span {
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-53%);
  font-size: 23px;
  font-weight: normal;
}

.all-items a:hover {
  background: #d71920;
}

/* DEADLINE */
.deadline {
  padding: 45px 24px;
  background: #292929;
  color: #fff;
  text-align: center;
}

.deadline__en {
  margin: 0 0 10px;
  color: #e1272d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .18em;
}

.deadline h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.65;
}

.deadline h2 strong {
  color: #fff;
  font-size: 23px;
}

.deadline p:last-child {
  margin: 15px 0 0;
  color: #ddd;
  font-size: 12px;
  line-height: 1.8;
}

/* NOTICE */
.notice {
  padding: 24px 24px 30px;
  background: #f4f3ee;
  color: #777;
  font-size: 10px;
  line-height: 1.7;
}
.revision-message__news {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
  margin-bottom: 0;
  color: #d80c18;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px solid #d80c18;
  padding-bottom: 2px;
  transition: opacity .3s ease;
}

.revision-message__news span {
  font-size: 15px;
  line-height: 1;
}

.revision-message__news:hover {
  opacity: .65;
}


@media screen and (min-width: 640px) {
  main { width: 450px; }
  .site-footer { width: 450px; margin: 0 auto; }
  .floating-nav {
    top: 50%;
    left: calc(50% - 225px - 230px);
    width: 190px;
    transform: translateY(-50%);
  }
  .floating-nav__title {
    margin: 0 0 14px 15px;
    color: #d71920;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
  }
  .floating-nav__list a {
    position: relative;
    display: block;
    padding: 7px 4px 7px 18px;
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .03em;
  }
  .floating-nav__list a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    width: 2px;
    height: 0;
    background: #d71920;
    transform: translateY(-50%);
    transition: height .25s ease;
  }
  .floating-nav__list a:hover { color: #d71920; transform: translateX(4px); }
  .floating-nav__list a:hover::before { height: 24px; }
}
