@charset "UTF-8";

body.no-scroll {
  overflow-y: hidden;
}

/* 共通 */
.inner {
  width: 92%;
  margin: 0 auto;
}

.flex {
  display: flex;
}

figure {
  line-height: 1;
}

#all-Wrap {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
  font-family: 'Noto Sans JP', sans-serif;
}

/* attention */
#att-Area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: rgba(0, 0, 0, .8);
  z-index: 11;
}

#att-Area .att-Box {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 768px;
  width: 90%;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}

#att-Area .att-Box h3 {
  display: block;
  padding: 10px 25%;
  background-color: #e60012;
  box-sizing: border-box;
}

#att-Area .att-Box .att-txt {
  display: block;
  width: 86%;
  margin: 30px auto;
}

#att-Area .att-Box .app-List li {
  width: 48%;
}

#att-Area .att-Box .app-List li:first-child {
  margin-right: 4%;
}

#att-Area .att-Box .app-List .app-img01 {
  display: block;
  width: 96%;
  margin: 10px auto 0;
}

#att-Area .att-Box .app-List .app-img02 {
  display: block;
  width: 60%;
  margin: 10px auto 0;
}

/* トピックス */
#float-Block {
  position: fixed;
  top: 0;
  left: 50%;
  max-width: 768px;
  width: 100%;
  background-color: #fff;
  transform: translateX(-50%);
  z-index: 10;
}

#float-Block::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -10px;
  width: 100%;
  height: 10px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
}

#float-Block .inner {
  padding: 3% 0;
}

#float-Block .ttl-Topicks {
  margin-bottom: 12px;
  background: url(../image/line.jpg) repeat-x center;
  background-size: 2px;
  text-align: center;
}

#float-Block .ttl-Topicks h2 {
  display: inline-block;
  padding: 0 20px;
  color: #a70b77;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
}

#float-Block .flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

#float-Block .flex .column-3 {
  width: calc((100% - 24px) / 3);
  margin-right: 12px;
  margin-bottom: 12px;
}

#float-Block .flex .column-4 {
  width: calc((100% - 36px) / 4);
  margin-right: 12px;
}

#float-Block .flex button,
#float-Block .flex a {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 0;
  color: #000;
  background-color: #dfdfdf;
  border: 2px solid #dfdfdf;
  border-radius: 10px;
  text-align: center;
}

#float-Block .flex p {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  font-size: 0.75rem;
  font-weight: 700;
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  line-height: 1.2;
  transform: translate(-50%, -50%);
}

/* トピックスボタン設定 */
#float-Block .topicks-Fav p {
  display: flex;
  justify-content: center;
  align-items: center;
}

#float-Block .topicks-Fav p i {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-right: 10px;
}

#float-Block .flex .column-3.topicks-App a {
  background-color: #fff;
  border: 2px solid #a70b77;
  box-sizing: border-box;
}

#float-Block .flex .column-3.topicks-App p {
  width: 80%;
}

#float-Block .flex .column-3.topicks-App p img {
  max-height: 35px;
}

#float-Block .flex .column-3.topicks-App,
#float-Block .flex .column-4.topicks-Shop {
  margin-right: 0;
}

/* カレント設定 */
#float-Block .topicks-Top button.color {
  color: #fff;
  background-color: #a70b77;
  border: 2px solid #a70b77;
}

#float-Block .topicks-Fav button.color {
  background-color: #fac500;
  border: 2px solid #fac500;
}

#float-Block .topicks-Campaign button.color {
  color: #fff;
  background-color: #ff7da9;
  border: 2px solid #ff7da9;
}

#float-Block .topicks-Item button.color {
  color: #fff;
  background-color: #ee7c00;
  border: 2px solid #ee7c00;
}

#float-Block .topicks-Info button.color {
  color: #fff;
  background-color: #8ebd2f;
  border: 2px solid #8ebd2f;
}

#float-Block .topicks-Shop button.color {
  color: #fff;
  background-color: #23adde;
  border: 2px solid #23adde;
}

/* バナー表示エリア */
main {
  display: block;
  position: relative;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

#bnr-Aarea {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 50px;
}

.bnr-Box {
  position: relative;
  width: 48%;
  margin: 6% 1% 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, .3);
}

.bnr-Box figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.bnr-Box img {
  width: 100%;
}

.ttl-InfoBlock {
  padding: 10px;
  box-sizing: border-box;
}

.ttl-InfoBlock .flex {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.category-Name {
  display: block;
  width: 77%;
  padding: 2px 0;
  border: 1px solid;
  border-radius: 5px;
  font-size: 0.75rem;
  text-align: center;
  box-sizing: border-box;
}

.category-Name.Campaign {
  border-color: #ff7da9;
}

.category-Name.Campaign::before {
  display: block;
  content: 'キャンペーン';
  color: #ff7da9;
}

.category-Name.Item {
  border-color: #ee7c00;
}

.category-Name.Item::before {
  display: block;
  content: '商品情報';
  color: #ee7c00;
}

.category-Name.Info {
  border-color: #8ebd2f;
}

.category-Name.Info::before {
  display: block;
  content: 'インフォメーション';
  color: #8ebd2f;
}

.category-Name.Shop {
  border-color: #23adde;
}

.category-Name.Shop::before {
  display: block;
  content: '店舗限定';
  color: #23adde;
}

.bnr-Box .js-star {
  position: relative;
  display: block;
  width: 1.5em;
  height: 1.5em;
  opacity: .2;
  z-index: 9;
}

.bnr-Box .js-star.active {
  opacity: 1;
  fill: #fac500;
}

.bnr-Box .day {
  font-size: min(3vw, 12px);
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
}

.js-more {
  display: block;
  width: 60%;
  margin: 0 auto 50px;
  padding: 15px 0;
  color: #d04187;
  border: 2px solid #d04187;
  border-radius: 100px;
  font-size: 1.1rem;
  font-weight: 700;
  box-shadow: 0 5px 0 0 #d04187;
  text-align: center;
  cursor: pointer;
}

/* ページトップ */
.pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 70px;
  height: 70px;
  z-index: 10;
}

.pagetop-Move {
  position: fixed;
  top: 50%;
  right: 0;
  width: 40px;
  transition: .6s;
  z-index: 10;
}

.pagetop-Move.hide {
  transform: translateX(40px);
}

.js-pageTop img {
  width: 100%;
}

/* 下層ページ設定（テキスト・画像パターン） */
#detail-TtlArea {
  padding: 0 0 10px;
  background-color: #fff;
}

#detail-TtlArea .ttl-InfoBlock {
  padding-bottom: 0;
}

#detail-TtlArea .category-Name {
  width: 45%;
}

#detail-TtlArea .js-star {
  position: relative;
  display: block;
  width: 2.2em;
  height: 2.2em;
  padding: 6px;
  background-color: #dfdfdf;
  border-radius: 50px;
  opacity: 1;
  fill: #fff;
  box-sizing: border-box;
}

#detail-TtlArea .js-star.active {
  opacity: 1;
  fill: #fac500;
}

#detail-TtlArea .detail-Ttl {
  display: block;
  padding: 0 10px;
  font-size: 1.05rem;
  font-weight: 700;
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
  line-height: 1.5;
  box-sizing: border-box;
}

#main-Img img {
  width: 100%;
}

/* モーダル設定 */
.modal-item {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  overscroll-behavior-y: contain;
  z-index: 11;
}

.modal-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100svh;
  transform: translate(-50%, -50%);
  z-index: 11;
}

.modal-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 768px;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  z-index: 12;
}

.modal-contents img {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.modal-item.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-btn {
  display: block;
  appearance: none;
  cursor: pointer;
  margin: 50px auto 0;
}

#detail-Block {
  padding: 20px 0;
  font-size: 0.9rem;
  font-feature-settings: 'palt';
  line-height: 1.9;
}

#detail-Block .detail-Link {
  display: block;
  padding: 10px 0;
  margin: 15px auto;
  color: #fff;
  background-color: #ca65ab;
  border-radius: 50px;
  font-size: 1rem;
  text-align: center;
}

#detail-Block .detail-Link:first-of-type {
  background-color: #a70b77;
}

#detail-Block .detail-Link:last-of-type {
  margin-bottom: 30px;
}

/* エントリー */
.error p.error {
  font-size: 12px;
  color: #BD181B;
  display: block;
}

.error div.error {
  font-size: 12px;
  color: #BD181B;
  text-align: center;
  width: 100%;
  padding: 20px;
  margin: 30px auto 0;
  border: 1px solid #BD181B;
  display: block;
}

p.error {
  font-size: 12px;
  color: #BD181B;
  display: none;
}

div.error {
  font-size: 12px;
  color: #BD181B;
  text-align: center;
  width: 100%;
  padding: 20px;
  margin: 30px auto 0;
  border: 1px solid #BD181B;
  display: none;
}


/*お問い合わせフォーム*/
.form_wrap {
  width: 100%;
  margin: 20px auto 0;
  padding: 30px 5%;
  border-top: 2px solid #dcdcdc55;
  font-size: 16px;
  line-height: 1.8;
  box-sizing: border-box;
}

table.mailform {
  width: 100%;
  margin: 30px auto 10px;
}

table.mailform tbody tr th {
  display: block;
  width: 100%;
  border-bottom: 1px dotted #dfdfdf;
  background: #f0f0f0;
  padding: 15px 2% 15px 2%;
}

table.mailform tbody tr td {
  width: 100%;
  padding: 15px;
  font-weight: 1.6rem;
  border-bottom: 1px solid #dfdfdf;
  float: left;
  box-sizing: border-box;
}

table.mailform tbody tr td textarea {
  width: 100%;
}

table.mailform tbody tr th span.req {
  padding: 2px 8px 3px;
  color: #fff;
  background: #BD181B;
  font-size: 12px;
  font-weight: normal;
  float: right;
  box-sizing: border-box;
}

span.req {
  padding: 2px 8px 3px;
  color: #fff;
  background: #BD181B;
  font-size: 12px;
  font-weight: normal;
  box-sizing: border-box;
}

/* table.mailform tbody tr td {
  font-weight: 1.6rem;
  border-bottom: 1px solid #dfdfdf;
  padding: 15px 0 15px 30px;
} */

table.mailform tbody tr:last-child th,
table.mailform tbody tr:last-child td {
  border-bottom: none;
}

table.mailform tbody tr td input,
table.mailform tbody tr td textarea {
  width: 100%;
  margin: 5px 0;
  padding: 3px;
  border-radius: 5px;
  border: 1px solid #b5b5b5;
  font-size: 1.6rem;
  box-sizing: border-box;
}

table.mailform tbody tr td .note {
  font-size: 12px;
}

table.mailform tbody tr td textarea {
  max-width: 100%;
  height: 150px;
  color: #cecece;
  font-size: 12px;
}

.form_wrap .submit {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  text-align: center;
}

.form_wrap .submit button {
  max-width: 280px;
  width: 80%;
  margin: 10px auto;
  padding: 10px 0;
  color: #fff;
  background: #9c9c9c;
  border-radius: 50px;
  font-size: 16px;
  cursor: pointer;
}

.form_wrap .submit button:last-child {
  background-color: #a70b77;
}

/*サンクスページ*/
.form_wrap.thanks {
  padding: 50px 0 0;
}

.form_wrap.thanks figure {
  line-height: 0;
}

.form_wrap.thanks h3 {
  margin: 0 auto 50px;
  padding: 0 20px;
  line-height: 1.8;
  text-align: center;
  box-sizing: border-box;
}

.form_wrap.thanks .thanks_Btn {
  display: block;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}