@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 {
  padding: 27px 0px 3px;
}

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

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

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

/* top-area */
.top-area__inner{
  margin-bottom: 66px;
  margin-top: 10px;
}
.top-area__ttl{
  font-family: "Yu Gothic Pr6N" , "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 26px;
  text-align: left;
  letter-spacing: 0em;
  color: #331008;
  font-weight: 700;
  padding: 0 0 0 12px;
  margin-top: 24px;
  line-height: 1.6;
  border-left: 3px solid #D70000;
}

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

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

.btn-anchor{
  margin: 10px auto 0;
  max-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px 2.1%;
}

.btn-anchor__item{
  width: 18.3%;
  background: #323961;
  border-radius: 30px;
  box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.15);
}

.btn-anchor__text {
  height: 100%;
}

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

.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);
}
/* top-area */

/* intro-area */
.intro-area__ttl {
  font-family: "Hiragino Mincho ProN" , var(--mincho);
  font-size: 36px;
  text-align: center;
  letter-spacing: 0em;
  color: #331008;
  font-weight: 600;
  padding: 5px 0 6px;
  line-height: 1.2;
  margin-top: 27px;
}

.intro-area__sub-ttl:not(.--image) {
  font-family: "Hiragino Mincho ProN" , var(--mincho);
  font-size: 28px;
  text-align: center;
  letter-spacing: 0em;
  color: var(--txt-color2);
  font-weight: 600;
  padding: 5px 0 6px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-area__sub-ttl:not(.--image)::before,
.intro-area__sub-ttl:not(.--image)::after {
  content: "";
  width: 40px;
  display: inline-block;
  border-bottom: 1px solid #D70000;
  vertical-align: middle;
  margin: 0 24px 8px;
  flex-shrink: 0;
}
.intro-area__sub-ttl.--image {
  padding: 6px 0 12px;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-area__sub-ttl.--image img {
    max-width: 288px;
}
.intro-area__lead {
  letter-spacing: -0.005em;
  line-height: 1.6;
  margin-bottom: 31px;
  margin-top: 9px;
}

/* about-area */



/* recommend-area */


/* intro-itemlist */
.intro-itemlist {
  display: flex;
  justify-content: left;
  padding-bottom: 50px;
  flex-wrap: wrap;
  gap: 30px 2.2%;
}

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

.intro-itemlist__item {
  width: 31.8%;
}

.intro-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  gap: 1px 5px;
}

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

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

.intro-item__img p {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.intro-item__img img {
  width: 100%;
}

.intro-item__txt {
  width: 46.5%;
  display: flex;
  flex-direction: column;
}

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

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

.intro-item__tag > span.--green {
  background: #C7E7C1;
  color: #144D00;
}

.intro-item__tag > span.--blue {
  background: #CEE9FF;
  color: #1E2577;
}
.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;
}
.intro-item__name .intro-item__category {
  font-size: 12px;
  font-weight: 600;
  color: #828282;
  margin-top: 2px;
  display: block;
}
.intro-item__price {
  padding: 7px 0 7px;
  letter-spacing: 0;
  line-height: 1.2;
}

.intro-item__price strong {
  font-size: 24px;
  font-family: "Hiragino Mincho ProN" , var(--mincho);
  font-weight: 600;
}

.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: 10px 0px;
  margin-top: 13px;
  margin-bottom: 90px;
}

.bottom-area .notes-text {
  padding: 0px 0px;
  margin-top: 0;
  margin-bottom: 44px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.07em;
}

.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-bottom: 16px;
    margin-top: 10px;
  }
  .top-area__ttl {
    font-size: 22px;
    margin-top: 20px;
  }
  .text-lead {
    text-align: left;
    font-size: 16px;
    line-height: 1.6;
  }

  .btn-anchor {
    margin: 12px auto 20px;
    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::after {
    content: "";
    right: 20px;
  }

  .intro-area__ttl {
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    padding: 0px 0 5px;
    position: relative;
    margin-top: 55px;
  }

  .intro-area__ttl::before {
    margin-right: min(3.2vw,12px);
  }

  .intro-area__ttl::after {
    margin-left: min(3.2vw,12px);
  }
  .intro-area__sub-ttl:not(.--image) {
    font-size: 22px;
  }
  .intro-area__sub-ttl:not(.--image) > span {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
  .intro-area__sub-ttl:not(.--image)::before,
  .intro-area__sub-ttl:not(.--image)::after {
    margin: 0 20px 4px;
    width: 30px;
  }
  .intro-area__sub-ttl.--image {
    margin-top: -4px;
    padding-top: 0px;
  }
  .intro-area__sub-ttl.--image img{
    width: 60%;
    max-width: max-content;
  }

  .--shop01 .intro-area__sub-ttl.--image img {width: 51.5%;}
  .--shop02 .intro-area__sub-ttl.--image img {width: 84%;}
  .--shop03 .intro-area__sub-ttl.--image img {width: 42%;}

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

  .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: 18px 0 0;
  }

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

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

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

  .intro-item__tag > span {
    font-size: 11px;
    margin-right: 0em;
  }
  .intro-item__tag > span.--short {
    letter-spacing: -0.013em;
    margin-right: 0;
    font-size: 9px;
  }
  .intro-item__tag > span + span {
    margin-top: 0.4em;
  }
  .intro-itemlist {
    padding-bottom: 0;
    gap: 2px 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-other .intro-item__img > p {
    aspect-ratio: unset;
  }

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

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

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

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

  .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: 32px;
  }


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

  .bottom-area {
    padding: 6px 0px;
    margin-top: 11px;
    margin-bottom: 82px;
  }

  .bottom-area .notes-text {
    text-align: left;
    font-size: 11px;
    letter-spacing: 0.08em;
    line-height: 1.75;
    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 0 6px;
  }
}
@media screen and (min-width: 375px){
  .small-sp-only{
    display: none;
  }
}