@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 {
  max-width: 1100px;
  padding-top: 24px;
  padding-bottom: 0px;
}



.-winter2025 #anc01 .intro-area__inner {
  margin-top: -40px;
  padding-top: 108px;
}

.-winter2025 #anc02 .intro-area__inner {
  margin-top: -21px;
  padding-top: 48px;
}

.-winter2025 #anc04 .intro-area__inner {
  margin-top: -28px;
  padding-top: 52px;
}

.-winter2025 #anc01 {
  background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow_pc01.png");
  background-repeat: no-repeat;
  background-size: 207px;
  background-position: calc(100% - -1px) -11px;
}

.-winter2025 #anc02,
.-winter2025 #anc06 {
  background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow_pc02.png");
  background-repeat: no-repeat;
  background-size: 137px;
  background-position: 31px -1px;
}

.-winter2025 #anc03,
.-winter2025 #anc05 {
  background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow_pc03.png");
  background-repeat: no-repeat;
  background-size: 152px;
  background-position: calc(100% - 21px) -10px;
}

.-winter2025 #anc04 {
  background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow_pc04-01.png"), url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow_pc04-02.png");
  background-repeat: no-repeat;
  background-size: 177px, 83px;
  background-position: 10px -12px, 100% 21px;
}

.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: 10px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

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

.top-area__ttl {
  border-left: 3px solid #74180B;
  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;
}

.btn-anchor{
  margin: 24px auto 0;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn-anchor__item{
  width: 18.4%;
  background: #4166AC;
  border-radius: 30px;
  box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.15);
  margin-bottom: 10px;
}

.btn-anchor__text {
  height: 100%;
}

.btn-anchor__text a {
  height: 3.1em;
  padding: 0px 30px 0px;
  display: block;
  text-align: center;
  font-weight: 600;
  color: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-anchor__text a.-small {
  font-size: min(0.9vw, 12px);
  height: 100%;
  word-break: keep-all;
}

.btn-anchor__text a::after{
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: block;
  position: absolute;
  right: 7.5%;
  top: calc(50% - 6px);
  transform: rotateZ(45deg);
}
.text-anchor__list{
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 24px min(40px, 3.3333vw);
}

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

.text-anchor__text {
  height: 100%;
}

.text-anchor__text a {
  padding-right: 28px;
  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% - 10px);
  border-radius: 20px;
  background-color: #8B0026;
}

.-newYear2026 .text-anchor__text a::before{
  background-color: #BC341F;
}

/* 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: 4px 0px 8px;
}

.intro-area__ttl::before,
.intro-area__ttl::after {
  content: "";
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1.5px solid #74180B;
  margin: 0 22px 10px;
}

.-newYear2026 .intro-area__ttl::before,
.-newYear2026 .intro-area__ttl::after {
  content: "";
  width: 83px;
  display: inline-block;
  vertical-align: middle;
  border-bottom: 0px;
  margin: 0 22px 10px;
  height: 32px;
  background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_cloud03.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.intro-area__lead {
  letter-spacing: -0.005em;
  margin-top: 4px;
  margin-bottom: 32px;
  line-height: 1.4;
}

/* about-area */

.intro-area[class*="--color"] {
  background-repeat: no-repeat;
}
.--color01{
  background-color: #FFFFFF;
}
.--color02{
  background-color: #FFFFFF;
}
.--color03{
  background-color: #FFFFFF;
}
.--color04{
  background-color: #FFFFFF;
}
.--color05{
  background-color: #FFFFFF;
}

.intro-area.--color01 .intro-area__ttl {
  color: #4166AC;
}
.intro-area.--color02 .intro-area__ttl {
  color: #4166AC;
}
.intro-area.--color03 .intro-area__ttl {
  color: #0477B9;
}
.intro-area.--color04 .intro-area__ttl {
  color: #0477B9;
}
.intro-area.--color05 .intro-area__ttl {
  color: #0477B9;
}

.-bg-cloud{
  background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_cloud01_pc.png"), url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_cloud02_pc.png");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  background-position: min(7px, 0.636vw) 9px, calc(100% - min(6px, 0.545vw)) -10px;
}
.-bg-snow{
  background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow01.png"), url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow02.png"), url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow03.png");
  background-repeat: no-repeat;
  background-size: 125px, 70px, 80px;
  background-position: calc(100% - 78px) 9px, calc(100% - 13px) -12px, calc(100% - -1px) 71px
}
/* recommend-area */

/* 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: 12px;
  margin-bottom: 80px;
}

.bottom-area .notes-text {
  padding: 0px 0px;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  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: 14px;
    flex-wrap: wrap;
    gap: 20px 6.667%;
  }

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

  .intro-area__ttl {
    text-align: center;
    font-weight: 600;
    padding: 0px 0 5px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-top: 8px;
    font-size: 24px;
    letter-spacing: 0.0416em;
  }

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

  .intro-area__ttl::before,
  .intro-area__ttl::after {
    width: 30px;
    margin: 0 18px 4px;
  }
  .-newYear2026 .intro-area__ttl::before,
  .-newYear2026 .intro-area__ttl::after {
    width: 48px;
    margin: 0 18px 4px;
    height: 18px;
  }

  .intro-area__ttl::before {
    margin-right: min(4.8vw,18px);
  }
  .-newYear2026 .intro-area__ttl::before {
    margin-left: 5px;
  }

  .intro-area__ttl::after {
    margin-left: min(4.8vw,18px);
  }
  .-newYear2026 .intro-area__ttl::after {
    margin-right: 5px;
  }

  .intro-area__lead {
    margin-top: 4px;
    text-align: left;
    line-height: 1.62;
    margin-bottom: 20px;
  }

  .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 {
    margin-bottom: 0;
    margin-top: 0;
    padding: 32px 0 0;
  }

  .-winter2025 #anc01 .intro-area__inner {
    margin-top: 0px;
    padding-top: 30px;
  }

  .-winter2025 #anc02 .intro-area__inner {
    margin-top: -12px;
    padding-top: 36px;
  }

  .-winter2025 #anc04 .intro-area__inner {
    margin-top: 0px;
    padding-top: 25px;
  }

  .-winter2025 #anc01 {
    background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow_sp01-01.png"),  url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow_sp01-02.png"),  url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow_sp01-03.png");
    background-repeat: no-repeat;
    background-size: 43px, 58px, 24px;
    background-position: 12px 8px, calc(100% - 0px) 3px, 0px 42px;
  }

  .-winter2025 #anc02,
  .-winter2025 #anc06 {
    background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow_sp02-01.png"),  url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow_sp02-02.png");
    background-repeat: no-repeat;
    background-size: 48.5px, 26.5px;
    background-position: calc(100% - 0px) -5px, calc(100% - 46px) 31px;
  }

  .-winter2025 #anc03,
  .-winter2025 #anc05 {
    background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow_sp03-01.png"),  url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow_sp03-02.png");
    background-repeat: no-repeat;
    background-size: 48.5px, 31.5px;
    background-position: 5px -1px, calc(100% - 14px) 32px;
  }

  .-winter2025 #anc04 {
    background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow_sp04-01.png"),  url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow_sp04-02.png"),  url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_snow_sp04-03.png");
    background-repeat: no-repeat;
    background-size: 50px, 43px, 24px;
    background-position: 0px -4px, calc(100% - 24px) 6px, calc(100% - 0px) 32px;
  }

  .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;
  }

  .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;
  }

  .bg-main .intro-other .intro-item__description {
    line-height: 1.54;
    padding-bottom: 24px;
  }

  .bg-main .intro-area__inner {
    padding-bottom: 1px;
    margin-bottom: 33px;
  }

  .-bg-cloud {
    background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_cloud01_sp.png"), url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/season/bg_cloud02_sp.png");
    background-position: 0px -26px, calc(100% - 0px) -12px;
    background-size: 61px, 67px;
  }

  .bottom-area {
    padding: 6px 0px;
    margin-bottom: 82px;
    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){
  .recommend-area__inner {
    background-size: cover;
  }
  .intro-item__link-text .intro-item__link-btn {
    font-size: 4.266667vw;
  }
}
@media screen and (max-width: 365px){
  .intro-area__ttl::before,.intro-area__ttl::after {
    width: 15px;
    margin: 0;
  }
}
@media screen and (min-width: 375px){
  .small-sp-only{
    display: none;
  }
}