@charset "utf-8";

/*=============================================================
 HOME Layout
=============================================================*/
/* 共通 */
:root {
  --main-color01: #EA5204;
  --color_01: #333333;
  /* テキスト1 */
  --color_02: #646f7c;
  /* テキスト2 */
  --color_03: #6e8db5;
  /* ncoolテキスト1 */
  --color_04: #ff8f52;
  /* 説明文1 */
  --color_05: #c7000b;
  /* 背景（値下げレッド） */
  --color_06: #fff94a;
  /* マーカー（イエロー） */
  --color_07: #ffdcdc;
  /* マーカー（ピンク） */
  --color_08: #FFD89A;
  /* 商品下BG1 */
  --color_09: #fff9e8;
  /* 値組背景1 */
  --color_10: #fff0db;
  /* 値組背景2 */
  --color_11: #E5E5E5;
  /* 値組背景3 */
  --color_12: #D2EBFF;
  /* 商品下BG2 */
}

img {
  max-width: 100%;
}

.no-app a:visited {
  color: #FFF;
}

a:hover {
  text-decoration: none;
}

.textBold {
  font-weight: bold;
}

.pB70 {
  padding-bottom: 70px;
}

#lp-body {
  margin: 90px 0 0;
}

#lp-body p {
  text-align: justify;
}

#lp-body p,
#lp-body a,
#lp-body h1,
#lp-body h2,
#lp-body h3,
#lp-body h4 {
  line-height: 1.2;
  font-weight: 500;
}

/* マーカー */
.marker {
  background: linear-gradient(transparent 60%, var(--color_06) 0);
}

.marker02 {
  background: linear-gradient(transparent 60%, var(--color_07) 0);
}

/* 回転 */
.rotate-m3 {
  transform: rotate(-3deg);
}

.rotate-m4 {
  transform: rotate(-4deg);
}

/* 両脇スペース */
.side-space {
  padding-right: 20px;
  padding-left: 20px;
}

.overH {
  overflow: hidden;
}

/* 期間 */
.date {
  font-size: clamp(19px, -0.021rem + 5.67vw, 46px);
  color: var(--main-color01);
}

.datenum-fnt {
  font-family: Arial;
  font-size: clamp(27.5px, -0.004rem + 8.61vw, 66px);
  font-weight: bold;
}

.open-ttl {
  font-size: clamp(16.7px, 0.001rem + 5.21vw, 40px);
}

/* 太字 */
.fontWb {
  font-weight: bold;
}

.fontRed {
  color: #c7000b;
}

.flexRow-re {
  flex-direction: row-reverse;
}

.alignFlex-end {
  align-items: flex-end;
}

.alignFlex-center {
  align-items: center;
}

.Lspace-0025 {
  letter-spacing: -0.025em;
}

.position-rela {
  position: relative;
}

.mT1p {
  margin-top: 1% !important;
}

.mT2p {
  margin-top: 2% !important;
}

.mT3p {
  margin-top: 3% !important;
}

.mT4p {
  margin-top: 4% !important;
}

.mT5p {
  margin-top: 5% !important;
}

.mT6p {
  margin-top: 6% !important;
}

.mT7p {
  margin-top: 7% !important;
}

.mT8p {
  margin-top: 8% !important;
}

.mT9p {
  margin-top: 9% !important;
}

.mT10p {
  margin-top: 10% !important;
}

.mT15p {
  margin-top: 15% !important;
}

.mT20p {
  margin-top: 20% !important;
}

.mT30p {
  margin-top: 30% !important;
}

/* ----------------------------- 
 メインビジュアル
-------------------------------- */
.mv {
  margin-top: 10px;
}

.mv-bg_01 {
  width: 100%;
}

.mv-bg_02 {
  position: absolute;
  top: 82%;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mv-inner-wrap {
  background-color: var(--color_05);
}

.mv-inner {
  position: relative;
}

/* cute～ */
/* .mv-copy_01 {
  position: absolute;
  top: 2.5%;
  right: 8%;
  width: 25%;
} */

/* 雑貨と～ */
/* .mv-copy_02 {
  position: absolute;
  top: 19%;
  left: 9%;
  width: 24%;
} */

.mv-item-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 10% 5%;
}

/* 複数アイテム */
.mv-item_01 {
  /* position: absolute;
  top: 3%;
  left: 3%;
  width: 87%; */
  /* position: relative; */
  display: block;
  margin-bottom: 10%;
}

/*  [店名]に */
#lp-body .mv-ttl_01 {
  font-weight: bold;
}

.mv-ttl_01 {
  position: absolute;
  top: 73%;
  left: 0;
  right: 0;
  /* font-size: clamp(33.4px, 0.002rem + 10.43vw, 80px); */
  font-size: clamp(26.7px, 8.34vw, 64px);
  line-height: 1.1;
  color: var(--main-color01);
}

.mv-open {
  position: absolute;
  top: 82%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
}

.mv-logo {
  /* position: absolute;
  top: 92.5%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%); */
  width: 28%;
  margin-bottom: 8%;
}

.mv-attention {
  color: #fff;
  margin: auto;
}

/* ----------------------------- 
 ポイントキャンペーン枠
-------------------------------- */
/* 吹き出し・ポイント */
.balloon-point {
  position: relative;
}

.point-campain {
  position: relative;
}

.point-campain-bg {
  position: absolute;
  top: -80%;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* 対象期間 */
.period-ttl-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1em;
}

.period-ttl {
  /* font-size: clamp(20px, -0.003rem + 6.26vw, 48px); */
  font-size: clamp(16.7px, 0.001rem + 5.21vw, 40px);
  color: var(--main-color01);
}

.period-ttl-img {
  object-fit: contain;
  width: 27%;
}

.period-minogasuna {
  width: 80%;
}

.period-att {
  display: inline-block;
  font-size: clamp(10px, -0.001rem + 3.13vw, 24px);
  color: var(--main-color01);
}

/* アプリ会員ではない方 */
.no-app {
  display: flex;
  justify-content: center;
}

.no-app-txt {
  display: inline-block;
  padding: .5em 1em;
  font-size: clamp(17.5px, -0.002rem + 5.48vw, 42px);
  color: #FFF;
  background-color: var(--color_04);
  border-radius: .5em;
}

/* nitoriから生まれた */
.nitori-birth {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nitori-birth-txt {
  font-size: clamp(13.4px, 0.005rem + 4.16vw, 32px);
  color: var(--color_01);
  margin-left: .3em;
}

.nitori-logo {
  width: 23%;
}

/* ----------------------------- 
 商品枠 
-------------------------------- */
/* Nクール・Nウォームの寝具アイテムに主に使う */
.nCWbedding-item_wrap {
  display: flex;
  margin-top: 2%;
  gap: 2%;
}

.nCWbedding__nc-ncs-wrap {
  display: flex;
  gap: 2%;
}

.nCWbedding__nc-ncs-wrap .nCWbedding-item_wrap {
  margin-top: 4%;
}

.nCWbedding-price {
  line-height: 1.5;
  padding: 3%;
}

.nCWbedding-priceBgc--01 {
  background-color: var(--color_09);
}

.nCWbedding-priceBgc--02 {
  background-color: var(--color_10);
}

.nCWbedding-priceBgc--03 {
  background-color: var(--color_11);
}

/* 商品名 */
.nCWbedding-price p {
  font-size: clamp(0.55rem, 0.004rem + 2.73vw, 1.313rem);
}

/* ￥ */
.nCWbedding-price-yen {
  font-size: clamp(12.5px, -0.002rem + 3.91vw, 30px);
}

/* 売価 */
.nCWbedding-price-num {
  font-size: clamp(15.9px, 0.005rem + 4.94vw, 38px);
}

/* 値段だけ複数列に */
.nCWbedding-price_wrap {
  display: flex;
  gap: 2%;
}

.nCWbedding-price_item {
  flex: 1;
}

/* その他アイテム */
.item-box {
  display: flex;
  margin-top: 2%;
  gap: 5%;
}

.item-box-01 {
  flex-basis: 50%;
}

/* 商品画像下　丸背景 */
.item-img {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: var(--color_12);
  border-radius: 50%;
}

.item-img--02 {
  width: 100%;
  aspect-ratio: 1/1;
  background-color: var(--color_08);
  border-radius: 50%;
}

/* テキストを中央揃えに */
.item-txt-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.item-txt-descColor--01 {
  color: var(--color_03);
}

.item-txt-descColor--02 {
  color: var(--color_04);
}

.item-txt-desc {
  font-size: clamp(10.8px, -0.005rem + 3.4vw, 26px);
}

.item-txt-name {
  font-size: clamp(12.5px, -0.002rem + 3.91vw, 30px);
}

.item-txt-name2 {
  font-size: clamp(11.7px, 0.002rem + 3.65vw, 28px);
}

.item-txt-price-yen {
  font-size: clamp(16.7px, 0.001rem + 5.21vw, 40px);
}

.item-txt-price-num {
  font-size: clamp(21.7px, 0.001rem + 6.78vw, 52px);
}


/* ----------------------------- 
 斜め見出し
-------------------------------- */
.product-ttl_wrap {
  padding-left: 5%;
  padding-right: 5%;
}

.product-ttl-main {
  font-size: clamp(2rem, 0.031rem + 9.84vw, 4.75rem);
  line-height: 1.5;
  color: var(--main-color01);
  /* margin-top: 20px; */
}

.product-ttl-main_small {
  font-size: clamp(28px, 0.005rem + 8.72vw, 67px);
}

#lp-body .product-ttl-sub {
  font-size: clamp(1.462rem, 0.004rem + 7.29vw, 3.5rem);
  line-height: 1.3;
  color: var(--main-color01);
}

#lp-body .product-ttl-sub--02 {
  font-size: clamp(1.462rem, 0.004rem + 7.29vw, 3.5rem);
  line-height: 1.3;
  color: var(--main-color01);
}

/* 見出し背景の丸 */
.product-ttl-circle-bg {
  position: absolute;
  top: -80%;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.3;
}

/* ----------------------------- 
 ご来店お待ちしております
-------------------------------- */
.waiting-ttl_02 {
  font-size: clamp(20.9px, 0.004rem + 6.51vw, 50px);
  color: var(--main-color01);
}

.waiting-ttl_03 {
  font-size: clamp(20.9px, 0.004rem + 6.51vw, 50px);
  color: var(--main-color01);
}

.waiting-deco-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 25%;
}

/* ----------------------------- 
対象店舗
-------------------------------- */
.shoplist {
  border: 1px solid #7e5c45;
  padding: 5%;
  margin-left: 20px;
  margin-right: 20px;
}
.shoplistTTL {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.shoplistTTL h3 {
  font-size: clamp(16.7px, 0.001rem + 5.21vw, 40px);
}
.shoplistTTL img {
  width: 25%;
  max-width: 175px;
  height: fit-content;
}
.shoplist li {
  font-size: clamp(16.7px, 0.001rem + 5.21vw, 40px);
  line-height: 1.75;
  position: relative;
  padding-left: 1em;
}
 
.shoplist li:before {
  content: "";
  position: absolute;
  top: .64em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  background-color: #7e5c45;
  border-radius: 50%;
}

/* ----------------------------- 
 MAP
-------------------------------- */
.map {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.map-txt-img-wrap {
  padding: 5% 0 7%;
}

.map-img-wrap {
  display: flex;
  flex-direction: column;
}

.map-partition {
  transform: scale(1.05, 1.05);
}

.map-address {
  font-size: clamp(10.8px, -0.005rem + 3.4vw, 26px);
  color: var(--color_02);
}

/* ----------------------------- 
 our stores
-------------------------------- */
#contents .section {
  width: auto;
  max-width: 960px;
  margin: 0 auto;
  padding: 70px 0 100px;
}

#contents .sectionTtl,
#contents .sectionTtl p {
  text-align: center !important;
}

#contents .sectionTtl h2 {
  position: relative;
  padding: 0 0 16px;
  font-family: 'Playfair Display', serif;
  font-size: 40px;
}

#contents .sectionTtl h2:after {
  content: "";
  display: block;
  width: 120px;
  height: 4px;
  background: #4c4c4c;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#contents .sectionTtl p {
  padding: 16px 0 50px;
  font-size: 22px;
  font-weight: 700;
}

#contents .sectionTtl img {
  width: auto;
  height: 40px;
}

#ourStoresInner>dl {
  margin: 10px auto 0;
  max-width: 760px;
  border: 2px solid #d47e82;
}

#ourStoresInner>dl.open>dt {
  color: #fff;
  background-color: #d47e82;
}

#ourStoresInner>dl>dt {
  padding: 12px;
  position: relative;
  text-align: center;
  font-size: 20px;
  color: #d47e82;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

#ourStoresInner>dl>dt>span.boxIcn {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
}

#ourStoresInner>dl>dt>span.boxIcn:before, 
#ourStoresInner>dl>dt>span.boxIcn:after {
  content: "";
  display: block;
  width: 3px;
  height: 25px;
  background-color: #d47e82;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out;
}

#ourStoresInner>dl>dt>span.boxIcn:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}
#ourStoresInner>dl.open>dt>span.boxIcn:after {
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-270deg);
}

#ourStoresInner>dl>dd {
  padding: 0 50px;
  background-color: #fcf3f0;
  font-size: 20px;
  line-height: 1.25;
  display: none;
}

#ourStoresInner>dl>dd div.box {
  padding: 20px 0;
  border-top: 1px solid #9f9f9e;
  display: flex;
  flex-wrap: nowrap;
  vertical-align: top;
}

#ourStoresInner>dl>dd div.box:first-child {
  border-top: none;
}

#ourStoresInner>dl>dd div.box p {
  width: 13%;
  padding: 5px 0;
  font-weight: 700;
}

#ourStoresInner>dl>dd div.box .boxList {
  width: 87%;
  overflow: hidden;
}

#ourStoresInner>dl>dd div.box .boxList ul {
  margin: 0 0 0 -30px;
  font-size: 0;
  letter-spacing: 0;
}

#ourStoresInner>dl>dd div.box .boxList ul li {
  display: inline-block;
  font-size: 20px;
  margin: 5px 0;
  padding: 0px 30px;
  border-right: 1px solid #9f9f9e;
}

#ourStoresInner>dl>dd div.box .boxList ul li a {
  /* position: relative; */
  border-bottom: 1px solid #000;
}

#contents a {
  color: #4c4c4c;
  text-decoration: none;
}

@media only screen and (max-width: 767px),
only screen and (max-device-width: 767px) {
  #contents .section {
    width: auto;
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 20px 50px;
    box-sizing: border-box;
  }

  #contents .sectionTtl h2 {
    padding: 0 0 12px;
    font-size: 26px;
    line-height: 1.4;
  }

  #contents .sectionTtl h2:after {
    width: 80px;
    height: 2px;
  }

  #contents .sectionTtl p {
    padding: 10px 0 22px;
    font-size: 22px;
    font-weight: 700;
  }

  #contents .sectionTtl img {
    width: auto;
    height: 32px;
  }

  #ourStoresInner>dl {
    margin: 10px 0 0;
  }

  #ourStoresInner>dl>dt {
    font-size: 13px;
    padding: 10px;
  }

  #ourStoresInner>dl>dt>span.boxIcn {
    width: 14px;
    height: 14px;
  }

  #ourStoresInner>dl>dt>span.boxIcn:before, 
  #ourStoresInner>dl>dt>span.boxIcn:after {
    width: 2px;
    height: 14px;
}

  #ourStoresInner>dl>dd {
    padding: 0 20px;
    font-size: 13px;
  }

  #ourStoresInner>dl>dd div.box {
    padding: 10px 0;
}

#ourStoresInner>dl>dd div.box p {
  width: 25%;
}

#ourStoresInner>dl>dd div.box .boxList {
  width: 75%;
}

#ourStoresInner>dl>dd div.box .boxList ul {
  margin: 0 0 0 -20px;
}

#ourStoresInner>dl>dd div.box .boxList ul li {
  font-size: 13px;
  line-height: 1.4;
  padding: 0px 20px;
}

}


@media screen and (min-width: 1024px) {
  .pc-off {
    display: none;
  }

  #lp-body {
    margin: 105px 0 0;
  }

  .point-campain,
  .product-map-wrap {
    max-width: 767px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .open-ttl,
  .mv-item_02 {
    display: none;
  }

  .mv-item-wrap {
    margin-top: 5%;
    margin-bottom: 7%;
  }

  .mv-inner-wrap {
    background-color: var(--color_05);
  }

  .mv-inner {
    position: relative;
    /* width: 1024px; */
    /* height: 830px; */
    /* height: 700px; */
    padding: 0 13%;
    margin-left: auto;
    margin-right: auto;
  }

  .mv-bg_01 {
    display: none;
  }

  .mv-bg_02 {
    position: absolute;
    top: 43%;
    width: 65%;
  }

  .mv-copy_01 {
    position: absolute;
    top: 5%;
    right: 4%;
    width: 12%;
  }

  .mv-copy_02 {
    position: absolute;
    top: 5%;
    left: 4%;
    width: 10.5%;
  }

  .mv-ttl_01 {
    position: absolute;
    top: 28%;
    font-size: 53px;
  }

  .mv-open {
    position: absolute;
    top: 47.5%;
    width: 66%;
  }

  .mv-item_01 {
    /* top: 2%;
    left: 8%; */
    width: 100%;
    margin: 0 auto 6%;
  }

  .mv-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* position: absolute;
    top: 85%;
    left: 0; */
  }

  .mv-logo,
  .mv-ttl_02 {
    position: initial;
    transform: none;
    text-align: left !important;
  }

  .mv-logo {
    width: 20%;
    margin-bottom: 6%;
  }

  .mv-attention {
    font-size: 18px;
  }

  .mv-ttl_02 {
    font-size: 30px;
    margin-left: 1em;
  }
}