@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, "游ゴシック体", sans-serif; */
  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:not(.intro-area__inner + .bg-gray3 .intro-area__inner),
.intro-area__inner + .bg-gray3,
.other-feature-area,
.back-top {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
.intro-area {
  padding-bottom: 30px;
  margin-bottom: 27px;
}
#mariage.intro-area {
  padding-bottom: 122px;
}
.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: 87px;
  margin-top: 26px;
}
.top-area__img img {
  width: 100%;
}
.text-lead{
  margin-top: 20px;
  letter-spacing: 0;
  line-height: 1.625;

}
.btn-anchor{
  margin: 63px auto 0;
  max-width: 790px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.btn-anchor__item{
  width: 48.4%;
  background: var(--txt-color1);
  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.5em;
  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::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: 28px;
  text-align: center;
  letter-spacing: 0em;
  color: var(--txt-color2);
  font-weight: 600;
  padding: 60px 0 25px;
}
#mariage .intro-area__ttl {
  padding-bottom: 0px;

}
.intro-area__lead {
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 16px;
  margin-top: 10px;
}
.intro-area__lead-note {
  letter-spacing: 0;
  line-height: 1.6;
  margin-bottom: 41px;
  margin-top: 0px;
  font-size: 12px;
}
/* intro-area */

/* about-area */
.about-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: 0 0 26px;
}

.about-area {
  padding-top: 31px;
}
.about-area + .about-area {
  padding-top: 36px;
}
.about-item__inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
}

.about-item:nth-of-type(2n) .about-item__inner {
  flex-direction: row-reverse;
  justify-content: left;
}
.about-item__img {
  width: 49%;
}
.about-item__movie {
  width: 49%;
  display: block;
}
.about-item__movie > iframe {
  width: 100%;
  aspect-ratio: 69 / 44;
  height: auto !important;
  display: block;
}
.about-item:nth-of-type(2n) .about-item__img {
  margin-left: 10px;
}

.about-item__img img {
  width: 100%;
  display: block;
}


.about-item__txt {
  width: 49%;
  padding-top: 14px;
}

.about-item__ttl {
  font-family: "Hiragino Mincho ProN" , var(--mincho);
  font-size: 24px;
  letter-spacing: 0em;
  color: var(--txt-color2);
  font-weight: 600;
  padding: 0 0 17px;
}
#miyagi .about-area__ttl {
  margin-top: 18px;
}
.about-item__description {
  letter-spacing: 0;
  line-height: 1.6;
}
/* about-area */



/* recommend-area */
.recommend-area {
  margin-top: 88px;
  box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.05);
  margin-bottom: 57px;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.bg-main .recommend-area {
  box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.05);
}
.recommend-area__inner {
  padding-bottom: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
}
.recommend-area__logo {
  max-width: 161px;
  width: 16%;
  margin: 0 auto;
  padding: 20px 0;
}

.recommend-area__logo img {
  display: block;
  width: 100%;
}

.recommend-area__ttl {
  padding: 22px 23px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Hiragino Mincho ProN" , var(--mincho);
  text-align: center;
  letter-spacing: 0;
  color: var(--txt-color2);
  position: relative;
}
.recommend-area__ttl:after {
  content: "";
  width: 46px;
  border-bottom: 1px solid var(--txt-color2);
  position: absolute;
  bottom: 15%;
  display: block;
  margin: 0 auto;
  right: 0;
  left: 0;
}


.recommend-area__list {
  width: 90%;
  max-width: 995px;
  margin: 0 auto;
}
.recommend-area__item {
  position: relative;
  letter-spacing: 0;
  padding: 3px 0 3px 34px;
}
.recommend-area__item::before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/sunglasses/icon_check.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: 26px 26px;
  position: absolute;
  top: 0;
  left: 0;
}

.--bg-img01{
  background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/sunglasses/bg01_pc.png");
}

/* recommend-area */


/* intro-itemlist */
.intro-itemlist {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 60px 5px;
}
#mariage .intro-itemlist {
  margin-bottom: 9px;
}

.order-ttl + .intro-area__inner .intro-itemlist {
  margin-bottom: 60px;
}
.intro-itemlist__item {
  width: 49%;
}
.order-ttl {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  line-height: 0;
  text-align: center;
  padding: 30px 0 30px;
}
.order-ttl span {
  padding: 14px 12px 14px 0px;
  display: block;
}
.order-ttl::before,
.order-ttl::after {
  content: "";
  border-bottom: 1px solid var(--txt-color3);
  width: 100%;
  display: block;

}
.intro-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  gap: 15px 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: 283px;
  padding-bottom: 0px;
}

.intro-item__img p {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}
.intro-item__img img {
  width: 100%;
}
.intro-item__txt {
  width: 47.7%;
}
.order-ttl + .intro-area__inner .intro-item__txt {
  width: 49.6%;
}
.intro-item__name {
  letter-spacing: 0;
  margin-bottom: 5px;
}
.intro-item__name-notes {
  letter-spacing: 0;
  font-size: 12px;
  margin-bottom: 3px;
}
.order-ttl + .intro-area__inner .intro-item__name {
  letter-spacing: -0.07em;
}
.intro-item__price {
  padding: 0 0 23px;
  letter-spacing: 0;
}
.intro-item__price strong {
  font-size: 32px;
  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__price .price-strikethrough{
  text-decoration: none;
  position: relative;
  margin: 0 0 0 12px;
  vertical-align: middle;
}
.intro-item__price .price-strikethrough:before {
  content: "";
  width: 105%;
  height: 1px;
  position: absolute;
  left: auto;
  right: 0;
  top: 0.67em;
  border-bottom: 1px solid var(--txt-color3);
}
.intro-item__price .small-text{
  font-size: 10px;
  vertical-align: middle;
}
.price-strikethrough .small-text {
  vertical-align: baseline;
}
.intro-item__price strong.small-text{
  font-size: 16px;
  font-weight: 600;
  margin-right: 5px;
}
.intro-item__description {
  letter-spacing: 0;
}
.order-ttl + .intro-area__inner .intro-item__description {
  letter-spacing: 0.072em;
}
.intro-item__link {
  width: 66%;
  margin: 0 auto;
  padding-top: 4px;
  align-self: end;
}
.order-ttl + .intro-area__inner .intro-item__link {
  width: 66%;
  margin: 0 auto;
  padding-top: 22px;
  padding-bottom: 40px;
  align-self: end;
}
.intro-item__link-text .intro-item__link-btn {
  max-width: 385px;
  display: block;
  background: var(--accent-color);
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  padding: 17px 40px 15px;
  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: 385px;
  display: block;
  background: #727272;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  padding: 17px 40px 15px;
  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/view/page/sunglasses/icon_arrow_wht.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: 15px 10px;
  position: absolute;
  top: calc(50% - 10px / 2);
  right: 26px;
}

/* intro-itemlist */

/* intro-other */

.intro-other {
  padding-top: 8px;
  padding-bottom: 30px;
}
.intro-other__ttl {
  font-size: 28px;
  font-weight: 600;
  font-family: "Hiragino Mincho ProN" , var(--mincho);
  text-align: center;
  letter-spacing: 0;
  color: var(--txt-color2);
}
.intro-other .intro-item {
  max-width: 1000px;
  margin: 23px auto 0;
}
.intro-other .intro-item__img {
  width: 29%;
}
.intro-other .intro-item__txt {
  width: 100%;
  padding-top: 1px;
}
.intro-other .intro-item__description {
  line-height: 1.65;
  letter-spacing: 0;
  padding-bottom: 21px;
}
.intro-other .intro-item__link-text .intro-item__link-btn {
  margin: 0;
}
.intro-other .intro-item__link-text {
  margin: 0 auto;
  max-width: 385px;
  width: 100%;
}
/* intro-other */


/* other-feature */

.other-feature__lead {
  text-align: center;
  letter-spacing: -0.01em;
  line-height: 1.6;
  padding-bottom: 50px;
}
.other-feature__lead:last-child {
  margin-bottom: 40px;
}

.other-feature__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: 34px 0 17px;
}

.other-feature__list {
  display: flex;
  gap: 25px;
  padding-bottom: 100px;
}

.other-feature__item {
  width: 33%;
}

.other-feature__item img {
  width: 100%;
  display: block;
}

/* other-feature */




/* back-top */
.back-top {
  text-align: right;
  padding: 17px 0px;
  margin-bottom: 83px;
}
.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/view/page/sunglasses/icon_arrow_red.svg");
  display: block;
  background-repeat: no-repeat;
  background-size: 15px 10px;
  position: absolute;
  top: calc(50% - 10px / 2);
  right: 0px;
}
/* back-top */



@media screen and (max-width: 1000px){
  .top-area__inner,
  .intro-area__inner + .bg-gray3 .intro-area__inner,
  .intro-area__inner:not(.intro-area__inner + .bg-gray3 .intro-area__inner),
  .back-top {
    margin: 0 15px;
    width: calc(100% - 30px);
  }
  .top-area__inner {
    margin-bottom: 32px;
  }
  .intro-area__inner + .bg-gray3{
    width: 100%;
  }
  .text-lead {
    margin-top: 29px;
  }
  .btn-anchor {
    margin: 32px 0 23px;
    flex-wrap: wrap;
    max-width: none;
    flex-direction: column;
  }
  .btn-anchor__item {
    width: 100%;
    max-width: 385px;
    margin: 0 auto 12px;
  }
  .btn-anchor__text a {
    padding: 15px 30px 13px 15px;
    letter-spacing: 0;
  }
  .btn-anchor__text a::after {
    content: "";
    right: 20px;
  }
  .intro-area__ttl {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    padding: 50px 0 15px;
    line-height: 1.3;
  }
  .intro-area__lead {
    margin-bottom: 16px;
    margin-top: 22px;
    line-height: 1.5;
    text-align: left;
  }
  .intro-area__lead-note{
    text-align: left;
    margin-bottom: 28px;
  }
  .recommend-area {
    margin-top: 24px;
    margin-bottom: 28px;
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.05);
  }
  .recommend-area__inner {
    padding-bottom: 18px;
    background-size: 100%;
  }
  .recommend-area__logo {
    max-width: 232px;
    width: 65%;
    padding: 8px 0 0px;
  }
  .recommend-area__ttl{
    font-size: 20px;
    padding: 22px;
  }
  .recommend-area__list {
    width: 100%;
    padding: 0 12px;
  }
  .recommend-area__item {
    padding: 3px 0 5px 34px;
  }
  .intro-area__inner {
    margin-bottom: 0;
  }
  .intro-area.bg-main {
    padding-bottom: 29px;
    margin-bottom: 66px;
  }
  .intro-area {
    padding-bottom: 38px;
    margin-bottom: 0px;
  }
  #miyagi .intro-area__ttl {
    margin-bottom: 17px;
  }
  #miyagi .intro-itemlist {
    margin-bottom: 40px;
  }
  #miyagi .recommend-area {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  #miyagi .about-area + .about-area {
    padding-top: 46px;
  }
  #kochi .about-area {
    padding-top: 35px;
  }
  #kochi .about-area + .about-area {
    padding-top: 65px;
  }
  .intro-catch__description {
    width: 100%;
    text-align: left;
    border-left: none;
    padding-left: 0;
    padding-top: 8px;
    max-width: 580px;
    margin: 0 auto;
  }

  .intro-catch__ttl {
    padding: 3px 15px 17px;
    font-size: 20px;
    margin-bottom: 2px;
  }

  .intro-catch__ttl:after {
    content: "";
    width: 46px;
    border-bottom: 1px solid var(--txt-color2);
    position: absolute;
    bottom: 15%;
    display: block;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
  .intro-catch {
    background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/sunglasses/bg04_sp.png");
    background-size: cover;
    margin-top: 32px;
    padding-bottom: 25px;
    margin-bottom: 10px;
  }
  .intro-catch__inner {
    flex-direction: column;
    width: 92%;
  }

  #mariage .intro-catch .intro-area__ttl {
      padding-top: 33px;
  }
  #mariage .intro-area__ttl {
    padding-top: 30px;
    line-height: 1.2;
    padding-bottom: 5px;
  }
  #mariage .intro-catch .intro-area__ttl {
    padding-top: 33px;
  }
  #mariage.intro-area {
    padding-bottom: 41px;
    padding-top: 0;
    margin-bottom: 10px;
  }
  .about-area {
    padding-top: 38px;
  }
  .about-area + .about-area {
    padding-top: 63px;
  }
  .about-area__ttl {
    font-size: 26px;
    padding-bottom: 19px;
  }
  .about-item__ttl {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .about-item__inner {
    display: block;
    padding-bottom: 24px;
  }
  .about-item__movie,
  .about-item__img {
    width: 100%;
  }
  .about-item__txt {
    width: 100%;
    padding-top: 12px;
  }
  .about-item:nth-of-type(2n) .about-item__img {
    margin-left: 0px;
  }
  .other-feature-area {
    margin-top: 34px;
    width: 92%;
  }
  .other-feature__list {
    display: block;
    padding-bottom: 76px;
}

  .other-feature__item {
    width: 100%;
    margin-bottom: 12px;
    aspect-ratio: 1000 / 231;
    overflow: hidden;
  }
  .other-feature__lead {
    text-align: left;
  }
  .other-feature__lead:last-child {
    margin-bottom: 0px;
    padding-bottom: 34px;
  }
  .other-feature__ttl {
    font-size: 26px;
    padding: 26px 0 19px;
  }
  .order-ttl {
    padding: 38px 0 33px;
    width: 100%;
    max-width: none;
  }

  .order-ttl span {
      width: 88.5%;
      margin: 0 auto;
      padding: 13px 10px 14px 0px;
  }
  .order-ttl span img {
    width: 100%;
    max-width: 356px;
  }
  .intro-item,
  .order-ttl + .intro-area__inner .intro-item {
    display: block;
  }
  .intro-itemlist__item {
    width: 100%;
    margin-bottom: 32px;
  }
  .intro-itemlist__item:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  .order-ttl + .intro-area__inner .intro-itemlist__item {
    margin-bottom: 4px;
  }
  .intro-itemlist {
    display: block;
    margin-bottom: 24px;
  }
  .order-ttl + .intro-area__inner .intro-itemlist {
    margin-bottom: 6px;
    padding-bottom: 26px;
  }
  .intro-item__img {
    margin: 0 auto;
    width: 100%;
    max-width: 688px;
    padding-bottom: 0;
  }
  .intro-item__img > p{
    line-height: 0;
  }
  .order-ttl + .intro-area__inner .intro-itemlist__item:nth-of-type(1) .intro-item__name {
    letter-spacing: 0;
  }
  .order-ttl + .intro-area__inner .intro-item__txt,
  .intro-item__txt {
    width: 100%;
    margin-top: 18px;
  }
  .intro-item__txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 690px;
    margin: 18px auto 0;
  }
  .intro-other .intro-item__txt {
    flex-direction: column;
  }
  .intro-item__name {
    width: 50%;
  }

  .intro-item__name-notes {
    width: 50%;
    text-align: right;
  }

  .intro-item__price {
    width: 100%;
  }
  .intro-item__price {
    padding: 0;
    font-size: 12px;
  }
  .order-ttl + .intro-area__inner .intro-item__link,
  .intro-item__link {
    width: 100%;
    padding-top: 14px;
  }
  .intro-item__link-text .intro-item__link-btn ,
  .intro-item__link-text .intro-item__link-btn.disabled {
    padding: 16px 40px 12px 40px;
  }
  .intro-item__link-text .intro-item__link-btn::after {
    content: "";
    right: 20px;
  }
  .order-ttl + .intro-area__inner .intro-item__price {
    display: flex;
    flex-wrap: wrap;
    justify-content: normal;
    padding: 8px 0 13px;
    max-width: 345px;
    width: 100%;
  }
  .order-ttl + .intro-area__inner .intro-item__price > span:nth-of-type(1){
    order: 2;
    margin-right: 14px;
  }
  .order-ttl + .intro-area__inner .intro-item__price > span:nth-of-type(2){
    order: 1;
    margin-left: auto;
    width: 100%;
    text-align: right;
    padding-right: 1em;
  }
  .order-ttl + .intro-area__inner .intro-item__price > span:nth-of-type(3){
    order: 3;
  }

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


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

  .intro-item__price .price-strong {
    font-size: 16px;
  }
  .intro-item__description{
    line-height: 1.63;
  }
  .intro-item__price + .intro-item__description:empty {
    margin-bottom: -18px;
  }
  .order-ttl + .intro-area__inner .intro-item__description {
    letter-spacing: 0;
  }
  .intro-other {
    padding-top: 41px;
    padding-bottom: 30px;
  }

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

  .intro-other .intro-item {
    margin-top: 28px;
  }

  .bg-main .recommend-area__logo {
    padding: 7px 0 0px;
    width: 74%;
  }
  .bg-main .recommend-area__inner {
    padding-bottom: 16px;
  }
  .bg-main .intro-other .intro-item__description {
    line-height: 1.54;
    padding-bottom: 22px;
  }
  .bg-main .intro-area__inner {
    padding-bottom: 1px;
    margin-bottom: 33px;
  }
  .back-top {
    margin-bottom: 71px;
  }
  .--bg-img01{
    background-image: url("https://gigaplus.makeshop.jp/tscubicshop/img/view/page/sunglasses/bg01_sp.png");
  }
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 1001px){
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 375px){
  .recommend-area__inner {
    background-size: cover;
  }
  .order-ttl span {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 374px){
  .order-ttl + .intro-area__inner .intro-item__price > span:nth-of-type(n) {
    text-align: left;
    width: 100%;
    order: initial;
  }
  .order-ttl + .intro-area__inner .intro-item__price > span:nth-of-type(2) {
    margin-top: 10px;
  }
}