@charset "UTF-8";
/* =====================
    リセット
===================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/cdv5rqr.css");
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,
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  word-break: break-word;
}

@media only screen and (min-width: 769px) {
  .header-cart .header-incart-switch {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 769px) {
  .header-cart-count {
    font-size: 1.5rem;
  }
}

footer {
  padding: 64px 18px 18px;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 48px 20px;
  }
}
footer .footer-nav li {
  font-size: 1.5rem;
}
footer .copyright {
  font-size: 1.5rem;
}

html {
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #333;
}

p {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}

@media only screen and (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 769px) {
  .u-sp-only {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .u-pc-only {
    display: none;
  }
}

.inner {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.flex {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .flex {
    flex-direction: column;
  }
}
@media only screen and (min-width: 769px) {
  .flex.-re {
    flex-direction: row-reverse;
  }
}
@media only screen and (max-width: 768px) {
  .flex.-sp {
    flex-direction: row;
  }
}

.top-btn {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 41px;
  border: 3px solid;
  text-decoration: none;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .top-btn {
    width: 100%;
    font-size: 1.6rem;
  }
}
.top-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .top-btn::after {
    right: 10px;
  }
}
.top-btn.-white {
  background: #fff;
  border-color: #8D623D;
  color: #8D623D;
}
@media only screen and (min-width: 769px) {
  .top-btn.-white {
    max-width: 345px;
    height: 81px;
  }
}
@media only screen and (max-width: 768px) {
  .top-btn.-white {
    padding: 1em;
  }
}
.top-btn.-white::after {
  content: "";
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/icon-right.svg) no-repeat;
  background-size: 100%;
  width: 17px;
  height: 20px;
}
.top-btn.-brown {
  background: #8D623D;
  color: #fff;
  border-radius: 59px;
  font-size: 2.9rem;
}
@media only screen and (min-width: 769px) {
  .top-btn.-brown {
    width: 440px;
    height: 103px;
  }
}
@media only screen and (max-width: 768px) {
  .top-btn.-brown {
    padding: 20px;
    font-size: 1.6rem;
  }
}
.top-btn.-brown::after {
  content: "";
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/icon-right-w.svg) no-repeat;
  background-size: 100%;
  width: 21px;
  height: 24px;
}
@media only screen and (max-width: 768px) {
  .top-btn.-brown::after {
    width: 16px;
    height: 18px;
  }
}
.top-btn.-orange {
  background: #F0AA24;
  color: #fff;
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (min-width: 769px) {
  .top-btn.-orange {
    width: 244px;
    height: 56px;
  }
}
@media only screen and (max-width: 768px) {
  .top-btn.-orange {
    padding: 1em;
  }
}
.top-btn.-orange::after {
  content: "";
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/icon-right-w.svg) no-repeat;
  background-size: 100%;
  width: 11px;
  height: 13px;
}

#kv {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
@media only screen and (min-width: 769px) {
  #kv {
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 768px) {
  #kv {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 1100px) {
  #kv {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #kv {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#kv .bx-wrapper {
  border: none;
  position: absolute;
  z-index: -1;
  margin-bottom: 0;
  top: 0;
  left: 0;
  box-shadow: none;
  background: none;
}
@media only screen and (max-width: 1600px) {
  #kv .bx-wrapper img {
    height: 100%;
    width: auto;
    max-width: unset;
  }
}
#kv .bx-viewport {
  height: 100%;
  width: 100% !important;
}
#kv .bx-controls {
  display: none;
}
#kv .ttl {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #kv .ttl {
    font-size: 2rem;
  }
}
#kv .ttl .-bg {
  font-size: 5.2rem;
}
@media only screen and (max-width: 768px) {
  #kv .ttl .-bg {
    font-size: 3rem;
  }
}
#kv .ttl .-md {
  font-size: 4.4rem;
}
@media only screen and (max-width: 768px) {
  #kv .ttl .-md {
    font-size: 2.5rem;
  }
}
#kv .marker {
  background: #8D623D;
  color: #fff;
}
#kv .column {
  gap: 27px;
  margin-top: 29px;
  margin-bottom: 53px;
}
@media only screen and (max-width: 768px) {
  #kv .column {
    gap: 10px;
  }
}
#kv .pink-box {
  border-radius: 50%;
  color: #fff;
  background: #FE6A62;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.33;
}
@media only screen and (min-width: 769px) {
  #kv .pink-box {
    width: 152px;
    height: 152px;
  }
}
@media only screen and (max-width: 768px) {
  #kv .pink-box {
    width: 83px;
    height: 83px;
    font-size: 1.2rem;
  }
}
#kv .pink-box.item01::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/icon-cook.svg) no-repeat;
  background-size: 100%;
  display: block;
  width: 35px;
  height: 32px;
}
#kv .pink-box.item02::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/icon-car.svg) no-repeat;
  background-size: 100%;
  display: block;
  width: 41px;
  height: 25px;
}
#kv .pink-box.item03::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/icon-creap.svg) no-repeat;
  background-size: 100%;
  display: block;
  width: 23px;
  height: 36px;
}

#kotira {
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/bg-item-list.jpg) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  #kotira {
    min-height: 396px;
  }
}
@media only screen and (max-width: 768px) {
  #kotira {
    padding: 30px 0;
  }
}
#kotira .column {
  align-items: center;
}
#kotira .inner {
  max-width: 1283px;
}
#kotira .ttl {
  color: #fff;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  #kotira .ttl {
    font-size: 1.7rem;
    text-align: center;
  }
}
#kotira .ttl::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/heading-left.svg) no-repeat;
  background-size: 100%;
  width: 36px;
  height: 64px;
  display: inline-block;
  vertical-align: -7px;
}
@media only screen and (max-width: 768px) {
  #kotira .ttl::before {
    width: 16px;
    height: 28px;
  }
}
#kotira .ttl::after {
  content: "";
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/heading-right.svg) no-repeat;
  background-size: 100%;
  width: 36px;
  height: 64px;
  display: inline-block;
  vertical-align: -7px;
}
@media only screen and (max-width: 768px) {
  #kotira .ttl::after {
    width: 16px;
    height: 28px;
  }
}
#kotira .btn-container {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #kotira .btn-container {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #kotira .right {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 1200px) {
  #kotira .right img {
    width: 100%;
    height: auto;
  }
}

#frozen {
  padding-top: 94px;
  padding-bottom: 104px;
  background: #FBFBFB;
}
@media only screen and (max-width: 768px) {
  #frozen {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#frozen .ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-size: 6rem;
  letter-spacing: 0.05em;
  color: #8D623D;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #frozen .ttl {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
#frozen .ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 768px) {
  #frozen .ttl .jp {
    font-size: 1.5rem;
  }
}
#frozen .column {
  flex-wrap: wrap;
  gap: 20px 40px;
}
#frozen .box {
  flex: 0 0 calc((100% - 120px) / 4);
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  background: #EFE7DE;
  padding: 22px 19px;
}
@media only screen and (max-width: 1000px) {
  #frozen .box {
    flex: 0 0 calc((100% - 60px) / 2);
  }
}
#frozen .icon {
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  #frozen .icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 768px) {
  #frozen .icon img {
    width: 40%;
  }
}
#frozen .sub {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: #8D623D;
  line-height: 1;
}
#frozen .txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: center;
}

#crepe {
  position: relative;
  background: #EFE7DE;
  padding-top: 128px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  #crepe {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#crepe::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/bg-sankaku.png) no-repeat;
  width: 1120px;
  height: 73px;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
  #crepe::before {
    width: 100%;
    height: auto;
  }
}
#crepe .ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-size: 6rem;
  letter-spacing: 0.05em;
  color: #8D623D;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #crepe .ttl {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
#crepe .ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 768px) {
  #crepe .ttl .jp {
    font-size: 1.5rem;
  }
}
#crepe .column {
  gap: 20px 44px;
  justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
  #crepe .column {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  #crepe .column {
    align-items: center;
  }
}
#crepe .box {
  display: flex;
  flex-direction: column;
  padding: 28px 15px 0;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #8D623D;
}
@media only screen and (min-width: 769px) {
  #crepe .box {
    width: 275px;
    height: 275px;
  }
}
@media only screen and (max-width: 768px) {
  #crepe .box {
    width: 180px;
    height: 180px;
  }
}
#crepe .point {
  font-family: "din-2014", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  color: #8D623D;
}
@media only screen and (max-width: 768px) {
  #crepe .point {
    font-size: 1.6rem;
  }
}
#crepe .num {
  font-size: 5rem;
  letter-spacing: 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  #crepe .num {
    font-size: 2.6rem;
  }
}
#crepe .txt {
  color: #8D623D;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #crepe .txt {
    font-size: 1.5rem;
  }
}
#crepe .orange {
  color: #F0AA24;
}
#crepe .media-txt {
  gap: 23px;
  align-items: center;
  text-align: left;
}
@media only screen and (min-width: 769px) {
  #crepe .media-txt {
    margin-top: 73px;
  }
}
@media only screen and (max-width: 768px) {
  #crepe .media-txt {
    margin-top: 40px;
  }
}
#crepe .media-txt + .media-txt {
  margin-top: 56px;
}
@media only screen and (max-width: 1100px) {
  #crepe .thum {
    flex: 0 1 auto;
  }
}
@media only screen and (max-width: 1100px) {
  #crepe .thum img {
    max-width: 100%;
    height: auto;
  }
}
#crepe .txt2 {
  color: #8D623D;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #crepe .txt2 {
    font-size: 1.4rem;
  }
}
#crepe .img-column {
  gap: 21px;
  margin-top: 35px;
}
#crepe .cap {
  color: #8D623D;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #crepe .cap {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #crepe .pic {
    text-align: center;
  }
}

#howto {
  position: relative;
  padding-top: 144px;
  background: #FBFBFB;
}
@media only screen and (max-width: 768px) {
  #howto {
    padding-top: 30px;
  }
}
#howto::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/bg-down.png) no-repeat;
  width: 1120px;
  height: 73px;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
  #howto::before {
    width: 100%;
    height: auto;
  }
}
#howto .ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-size: 6rem;
  letter-spacing: 0.05em;
  color: #8D623D;
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #howto .ttl {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
#howto .ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 768px) {
  #howto .ttl .jp {
    font-size: 1.5rem;
  }
}
#howto .column {
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  #howto .column {
    flex-wrap: wrap;
  }
}
#howto .box {
  background: #EFE7DE;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 350px;
  padding: 42px 17px;
}
@media only screen and (max-width: 768px) {
  #howto .box {
    padding: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #howto .box {
    flex: 0 0 48%;
    max-width: unset;
  }
}
#howto .step {
  font-family: "futura-pt", sans-serif;
  font-size: 4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #8D623D;
}
@media only screen and (max-width: 768px) {
  #howto .step {
    font-size: 1.8rem;
  }
}
#howto .step .num {
  font-size: 6rem;
}
@media only screen and (max-width: 768px) {
  #howto .step .num {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  #howto .-step01 {
    margin-top: 24px;
    margin-bottom: 53px;
  }
}
@media only screen and (min-width: 769px) {
  #howto .-step02 {
    margin-top: 17px;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 769px) {
  #howto .-step03 {
    margin-top: 34px;
    margin-bottom: 79px;
  }
}
@media only screen and (max-width: 768px) {
  #howto .thum {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
#howto .txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #howto .txt {
    font-size: 1.4rem;
  }
}

#iroiro {
  margin-top: 160px;
  padding-bottom: 200px;
}
@media only screen and (max-width: 768px) {
  #iroiro {
    margin-top: 30px;
    padding-bottom: 30px;
  }
}
#iroiro .ttl {
  font-size: 5rem;
  letter-spacing: 0.1em;
  color: #8D623D;
  text-align: center;
  margin-bottom: 113px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #iroiro .ttl {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
#iroiro .column {
  gap: 20px 46px;
}
@media only screen and (max-width: 1100px) {
  #iroiro .column {
    align-items: center;
  }
}
@media only screen and (max-width: 768px) {
  #iroiro .column {
    gap: 0;
  }
}
#iroiro .column + .column {
  margin-top: 102px;
}
@media only screen and (max-width: 768px) {
  #iroiro .column + .column {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1101px) {
  #iroiro .thum {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 1100px) {
  #iroiro .thum img {
    width: 100%;
    height: auto;
  }
}
#iroiro .box {
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/bg-moya.png) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 769px) {
  #iroiro .box {
    width: 477px;
    height: 358px;
  }
}
@media only screen and (max-width: 1100px) {
  #iroiro .box {
    flex-shrink: 0;
  }
}
@media only screen and (max-width: 768px) {
  #iroiro .box {
    width: 100%;
    height: auto;
    background-position: top center;
    padding-top: 11%;
    padding-bottom: 17%;
  }
}
@media only screen and (max-width: 480px) {
  #iroiro .box {
    padding-top: 23%;
    padding-bottom: 15%;
  }
}
#iroiro .sub {
  font-family: "din-2014", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #8D623D;
  margin-top: 20px;
  line-height: 1.15;
}
@media only screen and (max-width: 768px) {
  #iroiro .sub {
    font-size: 1.8rem;
  }
}
#iroiro .num {
  font-size: 8rem;
}
@media only screen and (max-width: 768px) {
  #iroiro .num {
    font-size: 3rem;
  }
}
#iroiro .time {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #iroiro .time {
    font-size: 2rem;
  }
}
#iroiro .txt {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.8;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #iroiro .txt {
    font-size: 1.4rem;
  }
}
#iroiro .txt .-brown {
  color: #8D623D;
  font-size: 2.8rem;
}
@media only screen and (max-width: 768px) {
  #iroiro .txt .-brown {
    font-size: 1.6rem;
  }
}

#client {
  background: #EFE7DE;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #client {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#client .ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-size: 6rem;
  letter-spacing: 0.05em;
  color: #8D623D;
  text-align: center;
  margin-bottom: 70px;
  color: #8D623D;
}
@media only screen and (max-width: 768px) {
  #client .ttl {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
#client .ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 768px) {
  #client .ttl .jp {
    font-size: 1.5rem;
  }
}
#client .column {
  gap: 20px 45px;
}
@media only screen and (max-width: 1100px) {
  #client .column {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#client .box {
  text-align: left;
}
#client .tag {
  background: #F0AA24;
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #client .tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
}
#client .name {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  #client .name {
    font-size: 1.4rem;
  }
}

#case {
  background: #EFE7DE;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #case {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
#case .ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-size: 6rem;
  letter-spacing: 0.05em;
  color: #8D623D;
  text-align: center;
  margin-bottom: 70px;
  color: #8D623D;
}
@media only screen and (max-width: 768px) {
  #case .ttl {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
#case .ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 768px) {
  #case .ttl .jp {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  #case .case-box {
    margin-top: 88px;
  }
}
#case .num {
  text-align: left;
}
#case .num span {
  background: #8D623D;
  font-size: 2.8rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  #case .num span {
    font-size: 2rem;
  }
}
#case .sub {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #8D623D;
  margin-top: 10px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #case .sub {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}
#case .column {
  gap: 20px 39px;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) {
  #case .column {
    margin-top: 64px;
  }
}
@media only screen and (max-width: 1200px) {
  #case .column {
    flex-wrap: wrap;
  }
}
#case .step {
  position: relative;
}
@media only screen and (min-width: 769px) {
  #case .step {
    max-width: 320px;
  }
}
@media only screen and (max-width: 1380px) {
  #case .step {
    flex: 0 0 calc((100% - 80px) / 3);
  }
}
@media only screen and (max-width: 768px) {
  #case .step {
    flex: 0 0 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 1380px) {
  #case .step + .step::before {
    content: "";
    background: url(https://gigaplus.makeshop.jp/bonsbtb/images/icon-sankaku-r_w.svg) no-repeat;
    background-size: 100%;
    height: 53px;
    width: 28px;
    display: inline-block;
    position: absolute;
    top: 100px;
    left: -70px;
  }
}
#case .thum {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #case .thum img {
    width: 100%;
  }
}
#case .cap {
  background: #8D623D;
  color: #fff;
  font-size: 2.8rem;
  font-family: "din-2014", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 45px;
  height: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  #case .cap {
    font-size: 1.4rem;
  }
}
#case .brown {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #8D623D;
}
@media only screen and (min-width: 769px) {
  #case .brown {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #case .brown {
    font-size: 1.4rem;
  }
}
#case .txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 5px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #case .txt {
    font-size: 1.4rem;
  }
}
#case .point-box {
  background: #fff;
  border-radius: 10px;
  padding: 33px;
  margin-top: 23px;
}
@media only screen and (max-width: 768px) {
  #case .point-box {
    padding: 20px;
  }
}
#case .point-ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-size: 4rem;
  letter-spacing: 0.05em;
  color: #8D623D;
  margin-bottom: 10px;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #case .point-ttl {
    font-size: 2.4rem;
  }
}
#case .point-ttl::after {
  content: "";
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/icon-point.svg) no-repeat;
  background-size: 100%;
  width: 36px;
  height: 45px;
  display: inline-block;
  vertical-align: -6px;
  margin-left: 5px;
}
#case .list {
  padding-left: 2em;
  text-align: left;
}
#case .list li {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  list-style: disc;
}
@media only screen and (max-width: 768px) {
  #case .list li {
    font-size: 1.4rem;
  }
}

#insta {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #FBFBFB;
}
@media only screen and (max-width: 768px) {
  #insta {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#insta .ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-size: 6rem;
  letter-spacing: 0.05em;
  color: #8D623D;
  text-align: center;
  margin-bottom: 70px;
  color: #8D623D;
}
@media only screen and (max-width: 768px) {
  #insta .ttl {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
#insta .ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 768px) {
  #insta .ttl .jp {
    font-size: 1.5rem;
  }
}

#flow {
  padding-top: 83px;
  padding-bottom: 120px;
  background: #EFE7DE;
}
@media only screen and (max-width: 768px) {
  #flow {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#flow .inner {
  max-width: 592px;
}
#flow .ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-size: 6rem;
  letter-spacing: 0.05em;
  color: #8D623D;
  text-align: center;
  margin-bottom: 70px;
  color: #8D623D;
}
@media only screen and (max-width: 768px) {
  #flow .ttl {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
#flow .ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 768px) {
  #flow .ttl .jp {
    font-size: 1.5rem;
  }
}
#flow .box-wrap {
  margin-top: 102px;
}
@media only screen and (max-width: 768px) {
  #flow .box-wrap {
    margin-top: 20px;
  }
}
#flow .thum {
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  #flow .thum {
    width: 20%;
  }
}
#flow .column {
  gap: 25px;
}
#flow .column + .column {
  margin-top: 74px;
}
@media only screen and (max-width: 768px) {
  #flow .column + .column {
    margin-top: 20px;
  }
}
#flow .step {
  color: #8D623D;
  font-family: "din-2014", sans-serif;
  font-size: 2rem;
  font-weight: 200;
  letter-spacing: 0;
}
@media only screen and (max-width: 768px) {
  #flow .step {
    font-size: 1.6rem;
  }
}
#flow .sub {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 0.25em;
}
@media only screen and (max-width: 768px) {
  #flow .sub {
    font-size: 1.8rem;
  }
}
#flow .txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  #flow .txt {
    font-size: 1.4rem;
  }
}
#flow .box-content {
  text-align: left;
}

#voice {
  padding-top: 113px;
  padding-bottom: 118px;
  background: #FBFBFB;
}
@media only screen and (max-width: 768px) {
  #voice {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#voice .ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-size: 6rem;
  letter-spacing: 0.05em;
  color: #8D623D;
  text-align: center;
  margin-bottom: 70px;
  color: #8D623D;
}
@media only screen and (max-width: 768px) {
  #voice .ttl {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
#voice .ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 768px) {
  #voice .ttl .jp {
    font-size: 1.5rem;
  }
}
#voice .box {
  border: 1px solid #EFE7DE;
  background: #fff;
  padding: 32px;
  max-width: 316px;
  border-radius: 10px;
  margin-left: 35px;
  margin-right: 35px;
}
@media only screen and (max-width: 1200px) {
  #voice .box {
    padding: 20px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1300px) {
  #voice .thum img {
    width: 100%;
    height: auto;
  }
}
#voice .name {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #voice .name {
    font-size: 1.6rem;
  }
}
#voice .txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  #voice .txt {
    font-size: 1.4rem;
  }
}
#voice .slider button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#voice .slider .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
#voice .slider .prev-arrow {
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/slider-prev.svg) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 30px;
}
@media only screen and (min-width: 769px) {
  #voice .slider .prev-arrow {
    left: -40px;
  }
}
@media only screen and (max-width: 768px) {
  #voice .slider .prev-arrow {
    left: 0;
  }
}
#voice .slider .next-arrow {
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/slider-next.svg) no-repeat;
  background-size: 100%;
  width: 15px;
  height: 30px;
}
@media only screen and (min-width: 769px) {
  #voice .slider .next-arrow {
    right: -40px;
  }
}
@media only screen and (max-width: 768px) {
  #voice .slider .next-arrow {
    right: 0;
  }
}

#faq {
  padding-top: 113px;
  padding-bottom: 118px;
  background: #EFE7DE;
}
@media only screen and (max-width: 768px) {
  #faq {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#faq .ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-size: 6rem;
  letter-spacing: 0.05em;
  color: #8D623D;
  text-align: center;
  margin-bottom: 100px;
  color: #8D623D;
}
@media only screen and (max-width: 768px) {
  #faq .ttl {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
#faq .ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 768px) {
  #faq .ttl .jp {
    font-size: 1.5rem;
  }
}
#faq .box {
  display: flex;
  flex-direction: column;
  gap: 9px 5px;
  border-bottom: 1px solid #8D623D;
  padding-bottom: 27px;
  margin-bottom: 27px;
}
#faq .q {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  gap: 17px;
  color: #8D623D;
  text-align: left;
}
#faq .q::before {
  content: "Q";
  background: #8D623D;
  color: #fff;
  background-size: 100%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 7px;
  flex-shrink: 0;
  margin-top: -10px;
}
#faq .a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  padding-left: 62px;
}

#store {
  margin-top: 106px;
  background: #FBFBFB;
}
@media only screen and (max-width: 768px) {
  #store {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#store .ttl {
  font-family: "futura-pt", sans-serif;
  font-weight: 900;
  font-size: 6rem;
  letter-spacing: 0.05em;
  color: #8D623D;
  text-align: center;
  margin-bottom: 90px;
  color: #8D623D;
}
@media only screen and (max-width: 768px) {
  #store .ttl {
    margin-bottom: 20px;
    font-size: 2.5rem;
  }
}
#store .ttl .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
}
@media only screen and (max-width: 768px) {
  #store .ttl .jp {
    font-size: 1.5rem;
  }
}
#store .media {
  gap: 30px 70px;
}
@media only screen and (max-width: 1100px) {
  #store .media {
    flex-wrap: wrap;
    justify-content: center;
  }
}
#store .thum {
  flex-shrink: 0;
}
#store .table {
  display: flex;
  gap: 20px;
  padding-bottom: 1em;
  text-align: left;
  padding-top: 1em;
}
#store .table + .table {
  border-top: 1px solid #D3D3D3;
}
#store .head {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #707070;
  font-size: 1.6rem;
  flex: 0 0 5em;
}
@media only screen and (max-width: 768px) {
  #store .head {
    font-size: 1.6rem;
  }
}
#store .txt {
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #707070;
  font-size: 1.6rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #store .txt {
    font-size: 1.6rem;
  }
}
#store .btn-container {
  margin-top: 25px;
}

#contact {
  margin-top: 82px;
  background: url(https://gigaplus.makeshop.jp/bonsbtb/images/bg-footer.jpg) no-repeat;
  background-size: cover;
  min-height: 396px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  #contact {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  #contact {
    padding: 20px 0;
  }
}
#contact .box-wrap {
  max-width: 1101px;
  display: flex;
  align-items: center;
  gap: 57px;
  justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  #contact .box-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media only screen and (max-width: 768px) {
  #contact .box-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
#contact .txt {
  font-size: 2rem;
  line-height: 2;
  color: #8D623D;
}
@media only screen and (min-width: 769px) {
  #contact .txt {
    flex: 0 0 333px;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #contact .txt {
    font-size: 1.4rem;
    line-height: 1.5em;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    flex: 0 0 28%;
  }
}
#contact .column {
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 27px;
}
@media only screen and (max-width: 768px) {
  #contact .column {
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) {
  #contact .info {
    flex: 0 0 auto;
  }
}
@media only screen and (min-width: 1201px) {
  #contact .info {
    border-left: 1px solid #8D623D;
    padding-left: 75px;
  }
}
#contact .contact {
  border-radius: 5px;
  font-size: 2.8rem;
  border: none;
}
@media only screen and (min-width: 769px) {
  #contact .contact {
    height: 97px;
    width: 633px;
  }
}
@media only screen and (max-width: 768px) {
  #contact .contact {
    font-size: 1.6rem;
    max-width: 633px;
  }
}
#contact .tel {
  color: #8D623D;
  font-family: "din-2014", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  #contact .tel {
    font-size: 2.5rem;
    flex: 0 0 100%;
    text-align: center;
  }
}
#contact .tel span {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}/*# sourceMappingURL=style.css.map */