@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:not(:last-of-type) {
  border-bottom: 1px solid #828282;
}

.intro-area__inner {
  padding: 47px 0px 89px;
}
.intro-area:last-of-type .intro-area__inner {
  padding-bottom: 0px;
}

.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: 30px;
  margin-top: 10px;
}

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

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

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

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

.btn-anchor__text {
  height: 100%;
}

.btn-anchor__text a {
  height: 3.1em;
  padding: 0px 30px 0px;
  display: block;
  text-align: center;
  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);
}

.--midyearGift .btn-anchor__text a{
  padding-left: 20px;
}
/* top-area */

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

.intro-area__lead {
  letter-spacing: -0.005em;
  line-height: 1.6;
  margin-bottom: 32px;
  margin-top: 10px;
}

/* about-area */

.intro-area[class*="--color"] {
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.--color01{
  background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/gift/bg01.png");
  background-position: left calc(50% + 132px) top 41px;
  background-size: 90px;
}
.--color02{
  background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/gift/bg02.png");
  background-position: left calc(50% + 147px) top 20px;
  background-size: 72px;
}
.--color03{
  background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/gift/bg03.png");
  background-position: left calc(50% + 161px) top 32px;
    background-size: 54px;
}
.--color04{
  background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/gift/bg04.png");
  background-position: left calc(50% + 116px) top 38px;
  background-size: 63px;
}
.--color05{
  background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/gift/bg05.png");
  background-position: left calc(50% + 128px) top 23px;
  background-size: 73px;
}
.--color06{
  background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/gift/bg06.png");
  background-position: left calc(50% + 108px) top 36px;
  background-size: 64px;
}

.intro-area.--color01 .intro-area__ttl {
  color: #911618;
}
.intro-area.--color02 .intro-area__ttl {
  color: #764700;
}
.intro-area.--color03 .intro-area__ttl {
  color: #215073;
}
.intro-area.--color04 .intro-area__ttl {
  color: #537993;
}
.intro-area.--color05 .intro-area__ttl {
  color: #B90050;
}

.intro-area.--color06 .intro-area__ttl {
  color: #4857AD;
}

/* recommend-area */


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

#anc04 .intro-itemlist {
  margin-bottom: 0px;
}

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

.intro-itemlist__item {
  width: 16.667%;
}

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

/* #anc02 .intro-item ,
#anc03 .intro-item {
  gap: 15px 5px;
}

#anc04 .intro-item {
  gap: 27px 5px;
} */

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

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

.intro-item__img p {
  margin-bottom: 9px;
  border-radius: 13px;
  overflow: hidden;
}
.intro-item__img img {
  width: 100%;
}

.intro-item__txt {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.intro-item__inner {
  width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 142px;
}

.intro-item__tag {
  padding-bottom: 0px;
  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 0 7px;
  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.--short {
  letter-spacing: 0;
}
.intro-item__tag > span.--blue {
  background: #99D3FB;
  color: #144D00;
}
.intro-item__tag > span.--pink {
  background: #FFDBEB;
  color: #930040;
}

.intro-item__tag > span > .--num {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.intro-item__name {
  letter-spacing: 0;
  font-weight: 500;
  min-height: 48px;
}
.intro-item__category {
  font-size: 12px;
  color: #828282;
  margin-top: 3px;
  display: block;
}
.intro-item__price {
  padding: 3px 0 11px;
  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 {
  margin-top: 10px;
}

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

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


.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;
    min-height: auto;
  }
  .intro-item__btm {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: end;
    margin-top: auto;
  }
  .--Md .btn-anchor__item {
    width: 18.4%;
  }
  .--Md .btn-anchor__text a {
    padding: 0px 24px 0px 16px;
  }
}

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

  .text-lead {
    text-align: left;
    font-size: 16px;
    line-height: 1.63;
    margin-top: 0px;
  }

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

  .--midyearGift .btn-anchor{
    justify-content: start;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
  }

  .btn-anchor.--Md:after {
    content: "";
    width: 49%;
    max-width: 330px;
  }
  
  .btn-anchor__item,
  .--midyearGift .btn-anchor__item {
    width: 49%;
    max-width: 330px;
    margin-bottom: 0;
  }

  .btn-anchor__text a ,
  .--midyearGift .btn-anchor__text a {
    padding: 10px 10px;
    letter-spacing: 0;
    height: 2.75em;
  }

  .btn-anchor__text a::after {
    content: "";
    right: 20px;
  }

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

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

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

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

  #anc01 .recommend-area {
    margin-top: 0px;
  }

  #anc02 .recommend-area {
    margin-top: 0px;
  }

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

  #anc02 .recommend-area__inner {
    padding-bottom: 23px;
  }

  #anc03 .recommend-area__inner {
    padding-bottom: 17px;
  }

  #anc04 .recommend-area__inner {
    padding-bottom: 22px;
  }

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

  #anc02 .recommend-area__logo {
    max-width: 103px;
    padding: 8px 0 9px;
  }

  #anc03 .recommend-area__logo {
    max-width: 53px;
    padding: 6px 0 4px;
  }

  #anc04 .recommend-area__logo {
    max-width: 227px;
    padding: 5px 0 4px;
  }

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

  #anc04 .intro-area__inner {
    padding-top: 31px;
  }
  .intro-area__inner {
    margin-bottom: 0;
    margin-top: 0;
    padding: 39px 0 0;
  }

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

  #anc04.intro-area {
    padding-bottom: 43px;
  }

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

  .intro-item__inner {
    min-height: auto;
  }
  .intro-item__tag {
    padding-bottom: 8px;
  }

  .intro-item__tag > span {
    font-size: 11px;
    margin-right: 0em;
    margin-bottom: 0px;
  }
  .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: 22px 4.4%;
  }

  #anc02 .intro-itemlist {
    gap: 24px 4.4%;
  }

  #anc03 .intro-itemlist {
    gap: 24px 4.4%;
  }

  #anc04 .intro-itemlist {
    margin-bottom: 0;
    gap: 25px 4.4%;
  }

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

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

  #anc02 .intro-item,
  #anc03 .intro-item,
  #anc04 .intro-item {
    gap: 0px;
  }

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

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

  .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__category {
    margin-top: 4px;
  }
  .intro-item__price {
    padding: 10px 0 11px;
    font-size: 12px;
    white-space: nowrap;
  }

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

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

  #anc02 .intro-other .intro-item__txt {
    width: 100%;
    margin-top: 18px;
    padding-bottom: 25px;
  }

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

  .--color01{
    background-position: left calc(50% + 114px) top 19px;
    background-size: 90px;
  }

  .--color02{
    background-position: left calc(50% + 114px) top 15px;
    background-size: 62px;
  }

  .--color03{
    background-position: left calc(50% + 120px) top 20px;
    background-size: 54px;
  }

  .--color04{
    background-position: left calc(50% + 92px) top 14px;
    background-size: 63px;
  }

  .--color05 {
    background-position: left calc(50% + 101px) top 12px;
    background-size: 70px;
  }

  .--color06{
    background-position: left calc(50% + 88px) top 8px;
    background-size: 64px;
  }
  .--color06 .intro-area__inner{
    padding-top: 24px;
  }
  .intro-area.--color04 .intro-area__ttl {
    color: #254600;
  }
}

@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: 360px){
  .intro-item__price {
    white-space: normal;
  }
}
@media screen and (min-width: 375px){
  .small-sp-only{
    display: none;
  }
}
