@charset "UTF-8";
/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  color: #000;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

:root {
  --bg-main: #EFECE9;
  --bg-sub: #E3DFDA;
  --accent-color: #BC2F68;
  --txt-color1: #776F62;
  --txt-color2: #34250B;
  --txt-color3: #7D0F0F;
  --mincho: YuMincho, 'Yu Mincho', serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p, div {
  word-break: break-all;
}

a {
  color: #333333;
  text-decoration: none;
  transition: .2s;
}
a:hover {
  opacity: .7;
}

input[type="text"],
select {
  border-radius: 3px;
  border: none;
  padding: 6px;
  font-size: inheirt;
  box-sizing: border-box;
}

input::placeholder {
  color: #B5B5B5;
  font-size: 12px;
}

pre {
  white-space: pre-wrap;
}

.font-eng {
  font-family: 'Allura', cursive;
  font-family: 'Cormorant', serif;
}

.clearfix {
  display: block;
}

.clearfix::before {
  content: "";
  display: block;
  clear: both;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.bx-wrapper {
  box-shadow: none !important;
}

.bx-controls-direction a {
  z-index: 0 !important;
}

.bg-main {
  background: var(--bg-main);
}
.bg-sub {
  background: var(--bg-sub);
}
.bg-gray2 {
  background: #D9D4CE;
}
.bg-gray3 {
  background: #FCF4F3;
}

.txt-center { text-align: center; }

.txt-link {
  color: var(--accent-color);
  text-decoration: underline;
}
.txt-link:hover {
  text-decoration: none;
}
.txt-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* area */
.top-area__inner,
.intro-area__inner,
.other-feature-area,
.bottom-area {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.intro-area {
  padding-bottom: 0px;
}

.intro-area__inner {
  width: 100%;
  max-width: none;
  padding-top: 24px;
  padding-bottom: 0px;
}

.other-feature-area{
  margin-top: 90px;
}

.top-area__img {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  line-height: 0;
}

.bg-main{
  background-color: var(--bg-main);
}
/* area */

/* top-area */
.top-area__inner{
  margin-top: 0px;
  margin-bottom: 44px;
  position: relative;
  z-index: 1;
}

.top-area__img img {
  width: 100%;
}

.top-area__ttl {
  border-left: 3px solid #EB468D;
  color: #34250B;
  line-height: 1.6;
  font-size: 22px;
  font-weight: 700;
  padding-left: 12px;
  letter-spacing: 0;
}

.text-lead{
  margin-top: 16px;
  letter-spacing: 0;
  line-height: 1.625;
}

.text-anchor__list{
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 24px min(40px, 3.3333vw);
}

.text-anchor__wrap{
  display: flex;
  padding-top: 28px;
  padding-bottom: 14px;
  gap: 16px 6.667%;
}

.text-anchor__text {
  height: 100%;
}

.text-anchor__text a {
  padding-right: 28.5px;
  display: block;
  position: relative;
  letter-spacing: 0;
}

.text-anchor__text a::after{
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  position: absolute;
  right: 6px;
  top: calc(50% - 6px);
  transform: rotateZ(45deg);
}

.text-anchor__text a::before{
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 11px);
  border-radius: 20px;
  background-color: #B07600;
}

/* top-area */

/* intro-area */
.intro-area__ttl {
  font-family: "Hiragino Mincho ProN" , var(--mincho);
  font-size: 32px;
  text-align: center;
  color: var(--txt-color2);
  font-weight: 600;
  letter-spacing: 0.125em;
  line-height: 1.4;
  padding: 0 0 8px;
  position: relative;
}

.intro-area__ttl::before {
  content: "";
  width: 70px;
  display: block;
  margin: 0 auto 27px;
  height: 3px;
  background-image: linear-gradient(90deg, #6a6a6a 0%, #6a6a6a 50%, #c6a767 50%, #c6a767 100%);
  background-size: 100% 3px;
  background-repeat: no-repeat;
  background-position: top;
}

.intro-area__lead {
  letter-spacing: 0;
  margin-top: 6px;
  margin-bottom: 40px;
  line-height: 1.4;
  color: var(--txt-color2);
}
.intro-area + .intro-area .intro-area__inner {
  margin-top: 56px;
}

/* shop-area */

.shop-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.shop-area__box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.shop-area__inner:first-child {
  width: 100%;
}
.shop-area__box .shop-area__inner:first-child,
.shop-area__box .shop-area__inner {
  max-width: 587px;
  width: 49%;
  background: #fbf7f5;
  margin-top: 38px;
}
.shop-area__box .shop-area__inner:not(:first-child,:nth-of-type(2)) {
  max-width: 600px;
  width: 50%;
  background: #fbf7f5;
}
.shop-area__box .shop-area__inner:nth-of-type(2n-1):last-child {
  max-width: 1200px;
  width: 100%;
  background: #fbf7f5;
}
.shop-area__box .shop-area__inner:not(:first-child,:nth-of-type(2),:nth-of-type(3),:nth-of-type(4)) {
  margin-top: 0px;
}
.shop-area__box .shop-area__inner:nth-of-type(2) {
  margin-left: 2%;
}
.shop-area__inner.-color01 {
  background-color: #fdfbf0;
}
.shop-area__inner.-color02 {
  background-color: #f6f6f6;
}
.shop-area__inner.-color03 {
  background-color: #fbf4ec;
}



.shop-area__ttl {
  margin: 0 auto 0;
  display: flex;
  flex-direction: column;
  max-width: 500px;
  align-items: center;
  padding-top: 39px;
  gap: 24px 0;
}
.shop-area__box .shop-area__ttl {
  gap: 30px 0;
  padding-top: 40px;
}
.shop-area__ranking {
  max-width: 102px;
  width: 20%;
}
.shop-area__ranking-logo {
  max-height: 80px;
  max-width: 49%;
  width: auto;
}
.shop-area__lead {
  margin: 14px 0 0;
  letter-spacing: 0px;
}
.shop-area .intro-itemlist {
  max-width: 800px;
  margin: 24px auto 0;
  gap: 40px 3%;
  padding-bottom: 32px;
}
.shop-area .shop-area__box .shop-area__inner .intro-itemlist {
  justify-content: center;
}
.shop-area .shop-area__inner:first-child .intro-itemlist__item {
  width: 22.75%;
}
.shop-area .shop-area__box .shop-area__inner .intro-itemlist__item {
  width: 30.75%;
  max-width: 180px;
}
.shop-area .shop-area__box .intro-item__btm {
justify-content: end;
}
.shop-area .intro-item {
  flex-direction: column;
  gap: 21px 5.7%;
  justify-content: start;
}
.recommend-list .intro-item__inner-tag,
.shop-area .intro-item__inner-tag {
  text-align: center;
  position: absolute;
  font-size: 16px;
  display: block;
  padding: 2px 4px;
  top: 0;
  left: 0;
  font-weight: bold;
  letter-spacing: 0;
  background: #f6ecc2;
  color: #775b00;
  line-height: 1.5;
  text-shadow: none;
  border-radius: 0;
}
.shop-area .shop-area__box .intro-item__inner-tag {
  font-size: 14px;
}
.recommend-list .intro-item__inner-tag.-yerrow,
.shop-area .intro-item__inner-tag.-yerrow {
  background: #f6ecc2;
  color: #775b00;
}
.recommend-list .intro-item__inner-tag.-red,
.shop-area .intro-item__inner-tag.-red {
  background: #ecd2d0;
  color: #8b0700;
}
.shop-area .intro-item__img {
  width: 100%;
  max-width: 180px;

}
.shop-area .intro-item__txt {
  width: 100%;
  gap: 8px 0px;
  flex-grow: 1;
}
.shop-area .intro-item__name {
  line-height: 1.35;
}
.shop-area .intro-item__price.-original {
  font-size: 13px;
  padding: 0;
  position: relative;
}
.shop-area .intro-item__price.-original:after {
  content: "";
  border-top: 1px solid #000;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
}
.shop-area .intro-item__price.-original strong {
  font-size: 18px;
}
.shop-area .intro-item__price.-original + .intro-item__price{
  color: #8b0700;
}
.shop-area__notes {
  max-width: 1200px;
  width: 90%;
  margin: 22px auto 0;
}

.shop-area__notes li {
  font-size: 14px;
  letter-spacing: 0;
  padding-left: 1em;
  text-indent: -1em;
}


/* recommend-list  */
.recommend-list {
  max-width: 1200px;
  margin: 63px auto 0;
  counter-reset: recommend;
  display: flex;
  flex-wrap: wrap;
  gap: 34px 2%;
}
.recommend-item {
  counter-increment: recommend;
  position: relative;
  display: flex;
  width: 32%;
  background: #F5F3EF;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.08);
  background-image: linear-gradient(135deg, #fff 0%, #fff 50%, transparent 50%, transparent 100%);
  background-size: 82px 82px;
  background-position: top left;
  background-repeat: no-repeat;
  border-radius: 12px;
  flex-direction: column;
  padding-bottom: 16px;
}
.recommend-item:before {
  content: "0" counter(recommend);
  font-family: "Hiragino Mincho ProN", var(--mincho);
  font-size: 36px;
  font-weight: 600;
  padding: 0.19em 0.4em;
  color: #000000;
  position: absolute;
  top: 0;
  left: 0;
}
.recommend-item:after {
  content: "";
  background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/2025ranking/img01.png");
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  display: block;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 27px 21px;
}
.recommend-item__ttl {
  display: flex;
  justify-content: start;
  flex-direction: column;
  align-items: center;
  gap: 16px 0;
}
.recommend-ttl__name {
  width: 36%;
  margin: 4% 0 0 6.6%;
}
.recommend-item__ttl .recommend-item__ttl-text {
  display: block;
  font-weight: 600;
  letter-spacing: 0;
}
.recommend-item__ttl .recommend-item__ttl-text:before,
.recommend-item__ttl .recommend-item__ttl-text:after {
  content: "";
  height: 1em;
  border-right: 1px solid #000;
  display: inline-block;
}
.recommend-item__ttl .recommend-item__ttl-text:before {
  transform: rotateZ(-23deg) translate(-0.4em);
}
.recommend-item__ttl .recommend-item__ttl-text:after {
  transform: rotateZ(21deg) translate(0.34em);
}
.recommend-item__image img {
  width: 100%;
  display: block;
}

.recommend-item__image {
  width: 70%;
  max-width: 220px;
  margin: 16px auto 0;
  position: relative;
}
.recommend-item__name {
  font-family: "Hiragino Mincho ProN", var(--mincho);
  font-size: 20px;
  font-weight: 600;
  color: #000;
  text-align: center;
  letter-spacing: 0.03em;
  margin: 13px auto 0;
  width: 92%;
  line-height: 1.4;
}
.recommend-item__text {
  margin: 11px auto 0;
  max-width: 500px;
  width: 92%;
  letter-spacing: 0;
  line-height: 1.4;
}
.recommend-point__list {
  margin: 14px auto 0;
  max-width: 500px;
  width: 92%;
  background: #fff;
  padding: 13px 16px;
  counter-reset: recommend-point;
}
a.recommend-item__link {
  display: block;
}
.recommend-point__list:before {
  content: "Recommend Point";
  font-family: "Hiragino Mincho ProN", var(--mincho);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #876F11;
}
.recommend-point__item {
  counter-increment: recommend-point;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0em;
  color: #000000;
  margin-top: 11px;
  position: relative;
  padding-left: 2em;
}
.recommend-point__item + .recommend-point__item {
  margin-top: 9px;
}
.recommend-point__item:before {
  content: counter(recommend-point);
  width: 1.5em;
  height: 1.5em;
  background: #636363;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  display: inline-block;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border-radius: 2em;
  padding: 0.3em 0.2em;
  margin-right: 0.5em;
  position: absolute;
  left: 0;
  top: calc(50% - 0.75em);
}

/* intro-itemlist */
.intro-itemlist {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 40px 2.6%;
  padding-bottom: 56px;
}

.order-ttl + .intro-area__inner .intro-itemlist {
  margin-bottom: 60px;
}

.intro-itemlist__item {
  width: 31.6%;
}

.intro-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  gap: 0 5.7%;
}

.order-ttl + .intro-area__inner .intro-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  gap: 0px;
}

.intro-item__img {
  width: 51.8%;
  max-width: 180px;
  padding-bottom: 0px;
}

.intro-item__img p {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  position: relative;
}
.intro-item__img img {
  width: 100%;
}
.intro-item__inner-tag {
  text-align: center;
  position: absolute;
  background-image: linear-gradient(45deg, rgba(195, 164, 113, 1) , rgba(186, 147, 81, 1), rgba(175, 131, 57, 1));
  font-size: 10px;
  display: block;
  padding: 4px 8px;
  top: 0;
  left: 0;
  font-weight: bold;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.5;
  text-shadow: #000 1px 0 5px;
  border-radius: 0 0 10px 0;
}
.intro-item__txt {
  width: 42.5%;
  display: flex;
  flex-direction: column;
}

.intro-item__tag {
  padding-bottom: 3px;
  display: flex;
  flex-direction: column;
  padding-bottom: 8px;
}

.intro-item__tag > span {
  display: flex;
  font-size: 11px;
  background: #ECD2D0;
  line-height: 1;
  margin: 0;
  color: #881c1c;
  width: fit-content;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.1818em 0.3636em;
  letter-spacing: 0;
}
.intro-item__tag > span + span {
  margin-top: 0.2em;
}

.intro-item__tag > span.--green {
  background: #C7E7C1;
  color: #144D00;
}
.intro-item__tag > span.--blue {
  background: #99D3FB;
  color: #144D00;
}
.intro-item__tag > span.--short {
  letter-spacing: 0;
}
.intro-item__tag > span > .--num {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.intro-item__name {
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.4;
}
.intro-item__name .intro-item__category {
  font-size: 12px;
  display: block;
  color: #776F62;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 4px;
}
.intro-item__price {
  padding: 0 0 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0;
}

.intro-item__price strong {
  font-size: 24px;
  font-family: "Hiragino Mincho ProN" , var(--mincho);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
  padding-left: 4px;
}

.intro-item__price .price-strong strong {
  line-height: 1.34;
}
.intro-item__price .price-strong {
  color: var(--txt-color3);
}

.intro-item__price .off-tag {
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
  padding: 5px 8px 4px;
  color: #ffffff;
  background: var(--txt-color3);
  margin: 4px 1px 6px;
}
.intro-item__notes li {
  color: #91140D;
  font-weight: 600;
  font-size: 12px;
  padding-left: 1em;
  text-indent: -1em;
}
.intro-item__description {
  letter-spacing: 0;
  padding-bottom: 0;
}

.intro-item__noteslist li {
  padding-left: 1.4em;
  font-size: 14px;
  letter-spacing: -0.06em;
  position: relative;
  margin-bottom: 2px;
}

.intro-item__noteslist li:before {
  content: "※";
  position: absolute;
  left: 0;
}

.intro-item__noteslist {
  margin-top: 14px;
}

.intro-item__link {
  width: 100%;
  padding-top: 0px;
  margin-top: auto;
}

.intro-item__link-text .intro-item__link-btn {
  max-width: 330px;
  display: block;
  background: var(--accent-color);
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  padding: 8px 16%;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 3px 12px 0 rgba(0,0,0,0.15);
}

.intro-item__link-text .intro-item__link-btn.disabled {
  max-width: 330px;
  display: block;
  background: #727272;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  padding: 11px 16%;
  margin: 0 auto;
}

.intro-item__link-text .intro-item__link-btn::after {
  content: "";
  width: 15px;
  height: 10px;
  background: url("https://gigaplus.makeshop.jp/tscubicshop/img/common/icon_arrow_wht.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: 15px 10px;
  position: absolute;
  top: calc(50% - 10px / 2);
  right: 8%;
}
/* intro-itemlist */

/* back-top */
.bottom-area {
  padding: 0px 0px 12px;
  margin-top: 20px;
  margin-bottom: 80px;
}

.bottom-area .notes-text {
  padding: 0px 0px;
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: left;
}

.back-top {
  text-align: right;
}

.back-top__link{
  font-weight: 700;
  position: relative;
  padding-right: 25px;
}

.back-top__link::after {
  content: "";
  width: 15px;
  height: 10px;
  background: url("https://gigaplus.makeshop.jp/tscubicshop/img/common/icon_arrow_red.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: 15px 10px;
  position: absolute;
  top: calc(50% - 10px / 2);
  right: 0px;
}

.page-top {
  width: 100%;
  margin-top: 40px;
}

.page-top__link {
  position: relative;
  width: 44px;
  height: 44px;
  border: 1px solid #EFECE9;
  border-radius: 30px;
  display: block;
  box-shadow: 0 1px 12px 0 rgba(0,0,0,0.07);
  margin-left: auto;
}
.page-top__link.__fixed {
  position: fixed;
  margin-left: 0;
  bottom: 30px;
  right: 10px;
  background: #fff;
  z-index: 10;
}

.page-top__link::before{
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #34250B;
  border-left: 1px solid #34250B;
  transform: rotateZ(45deg);
  top: calc(50% - 4px);
  left: 0;
  right: 0;
  margin: auto;
}

/* back-top */

@media screen and (min-width: 1001px){
  .intro-item__tag.--2tag + .intro-item__name {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.3;
  }
  .intro-item__btm {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
}

@media screen and (max-width: 1000px){
  .top-area__inner,
  .intro-area__inner,
  .bottom-area {
    margin: 0 15px;
    width: calc(100% - 30px);
  }

  .top-area__inner {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .top-area__ttl{
    font-size: 18px;
  }

  .text-lead {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
  }

  .btn-anchor {
    margin: 12px auto 24px;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 8px 2%;
    justify-content: space-between;
    max-width: 750px;
  }

  .btn-anchor__item {
    width: 49%;
    max-width: 330px;
    margin-bottom: 0;
  }

  .btn-anchor__text a {
    letter-spacing: 0;
    height: 2.75em;
    line-height: 1.2;
    padding: 0 30px 0 15px;
  }
  .btn-anchor__text a.-small {
    font-size: min(16px, 3vw);
  }
  .btn-anchor__text a::after {
    content: "";
    right: 20px;
  }

  .text-anchor__wrap {
    padding-top: 10px;
    padding-bottom: 16px;
    flex-wrap: wrap;
    gap: 18px 6.667%;
  }

  .text-anchor__list {
    gap: 20px min(24px, 6.4vw);
  }

  .intro-area__ttl {
    font-size: 24px;
    letter-spacing: 0.04em;
    padding: 0 0 12px;
  }

  .intro-area__ttl .-small {
    font-size: min(26px, 5vw);
  }

  .intro-area__ttl::before {
    width: 60px;
  }

  .intro-area__lead {
    text-align: left;
    line-height: 1.35;
    margin: 0 16px 32px;
  }

  .intro-area__logo {
    margin-top: 28px;
  }

  .recommend-area {
    margin-top: 24px;
    margin-bottom: 40px;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.05);
  }

  .recommend-area__inner {
    padding-bottom: 26px;
    background-size: 100%;
  }

  .recommend-area__logo {
    max-width: 150px;
    width: 80%;
    padding: 6px 0 7px;
  }

  .recommend-area__ttl{
    font-size: 20px;
    padding: 22px;
  }

  .recommend-area__list {
    width: 100%;
    padding: 0 10px 0 12px;
  }

  .recommend-area__item {
    padding: 3px 0 5px 34px;
  }

  .intro-area__inner {
    padding: 32px 0 0;
    width: 100%;
    margin: 0;
  }

  .intro-area {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .top-area .intro-area__ttl{
    font-size: 24px;
    padding: 19px 0 20px;
  }

  .intro-item__tag {
    padding-bottom: 8px;
  }

  .intro-item__tag > span {
    font-size: 10px;
    margin-right: 0em;
  }
  .intro-item__tag > span.--short {
    letter-spacing: 0em;
    margin-right: 0;
    font-size: 9px;
  }
  .intro-item__tag > span + span {
    margin-top: 0.4em;
  }
  .intro-itemlist {
    padding-bottom: 12px;
    gap: 12px 4.4%;
  }

  .intro-itemlist__item {
    margin-bottom: 0;
    width: 47.8%;
  }

  .intro-item {
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 0;
  }

  
  .shop-area .intro-item {
    gap: 2px 5.7%;
  }

  .intro-item__img {
    margin: 0 auto;
    width: 100%;
    max-width: 688px;
    padding-bottom: 0;
  }

  .intro-item__img > p{
    line-height: 0;
  }

  .intro-item__inner-tag {
    font-size: min(2.8vw, 12px);
    line-height: 1.5;
  }

  .intro-other .intro-item__img > p {
    aspect-ratio: unset;
  }

  .intro-item__txt {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    margin-top: 8px;
  }

  .intro-item__name .intro-item__category {
    margin-top: 4px;
  }

  .intro-item__price {
    padding: 10px 0 11px;
    font-size: 12px;
    padding-top: 0;
    padding-bottom: 12px;
  }

  .intro-item__notes {
    padding-bottom: 12px;
  }

  .intro-item__link-text .intro-item__link-btn ,
  .intro-item__link-text .intro-item__link-btn.disabled {
    padding: 11px 28px 9px;
  }

  .intro-other .intro-item__link-text .intro-item__link-btn {
    margin: 0 auto;
    letter-spacing: 0;
    padding-right: 31px;
  }

  .intro-item__link-text .intro-item__link-btn::after {
    content: "";
    right: 13px;
  }

  .intro-item__btm{
    width: 100%;
    margin-top: auto;
  }

  .intro-item__link {
    width: 100%;
    padding-top: 0px;
  }

  .intro-item__noteslist {
    margin-top: 18px;
  }

  .intro-item__noteslist li {
    margin-bottom: 3px;
    font-size: 13px;
    letter-spacing: 0;
  }

  .intro-item__price .price-strikethrough:before {
    width: 100%;
    top: 0.55em;
  }

  .intro-item__price strong {
    font-size: 24px;
    padding-left: 0;
  }

  .intro-item__price .off-tag {
    margin: 8px 0px 0px;
  }

  .intro-item__price .price-strong {
    font-size: 16px;
  }

  .intro-item__description{
    padding-bottom: 0px;
  }

  .intro-item__price + .intro-item__description:empty {
    margin-bottom: -18px;
  }

  .intro-other__ttl {
    font-size: 24px;
  }

  .intro-other .intro-item {
    margin: 27px auto 0;
  }

  .intro-other .intro-item__img {
    width: 100%;
    max-width: 688px;
  }

  .intro-other .intro-item__description {
    padding-bottom: 22px;
    font-size: 16px;
    text-align: center;
  }
  .shop-area__ttl {
    padding-top: 24px;
  }

  .shop-area__ranking ,
  .shop-area__box .shop-area__inner:where(:first-child, :nth-of-type(2)) .shop-area__ranking {
    width: 22%;
  }

  .shop-area__inner {padding-left: 16px;padding-right: 16px;}

  .shop-area__lead {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .shop-area .intro-itemlist {
    margin: 20px auto 0;
    gap: 8px 4.4%;
    padding-bottom: 10px;
  }

  .shop-area .shop-area__inner:first-child .intro-itemlist__item {
    width: 47.7%;
  }

  .recommend-list .intro-item__inner-tag,
  .shop-area .intro-item__inner-tag {
    font-size: 14px;
  }

  .shop-area .intro-item__price.-original {
    font-size: 12px;
    display: inline-block;
  }

  .shop-area__box {
    width: 100%;
  }

  .shop-area__box .shop-area__inner:first-child, .shop-area__box .shop-area__inner {
    width: 100%;
    margin-top: 16px;
  }

  .shop-area__box .shop-area__ttl {
    padding-top: 24px;
    gap: 24px 0;
  }

  .shop-area__box .shop-area__lead {
    margin-top: 20px;
  }

  .shop-area__box .shop-area__ranking-logo {
    max-height: 54px;
    max-width: 52%;
    width: auto;
  }
  .shop-area__box .logo1-1.shop-area__ttl {
    gap: 12px 0;
  }

  .shop-area__box .logo1-1 .shop-area__ranking-logo {
    max-height: 65px;
    max-width: 64%;
    width: auto;
  }
  .shop-area__box .shop-area__inner:nth-of-type(2) {
    margin-left: 0;
  }

  .shop-area .shop-area__box .shop-area__inner .intro-itemlist__item {
    width: 47.7%;
  }

  .shop-area__box .shop-area__inner:not(:first-child,:nth-of-type(2)) {
    width: 100%;
  }

  .shop-area__box .shop-area__ranking {
    width: 18%;
  }

  .shop-area__box .shop-area__inner:not(:first-child,:nth-of-type(2),:nth-of-type(3)) {
    margin-top: 0;
  }

  .shop-area__notes {
    margin-top: 16px;
  }
  .shop-area__notes li {
    font-size: 12px;
  }
  .shop-area__box .shop-area__inner:not(:first-child,:nth-of-type(2)),
  .shop-area__box .shop-area__inner:nth-of-type(2n-1):last-child {
    max-width: 600px;
  }
  .shop-area__box .shop-area__inner:nth-of-type(2n-1):last-child {
    padding-bottom: 22px;
  }

  .intro-area + .intro-area .intro-area__inner {
    margin-top: 26px;
  }

  .recommend-list {
    margin-top: 30px;
  }

  .recommend-item {
    width: calc(100% - 32px);
    margin: 0 auto;
    flex-wrap: nowrap;
    max-width: 600px;
  }

  .recommend-item__ttl {
    gap: 12px 0;
  }

  .recommend-ttl__name {
    width: 40.4%;
    margin: 3% 1.5% 0 0;
  }

  .recommend-item:after {
    width: 44px;
    display: block;
    height: 34px;
    margin: 22px 16px;
  }

  .recommend-item__image {
    margin: 16px auto 0;
  }
  .bottom-area {
    padding: 6px 0px;
    margin-bottom: 98px;
    margin-top: 9px;
  }

  .bottom-area .notes-text {
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0;
    font-size: 12px;
    margin-bottom: 0;
  }

  .back-top {
    margin-bottom: 0;
    margin-top: 16px;
  }

  .page-top {
    margin-top: 16px;
  }

}

@media screen and (max-width: 375px){
  .intro-item__link-text .intro-item__link-btn {
    font-size: 4.266667vw;
  }
}
@media screen and (min-width: 375px){
  .small-sp-only{
    display: none;
  }
}