@charset "UTF-8";
/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://use.typekit.net/sqc8izu.css");
html {
  font-size: 62.5%;
  line-height: 1;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  width: 100%;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0;
  color: #222222;
  margin: auto;
}
@media (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

h2 {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  h2 {
    font-size: 25px;
  }
}

a {
  color: #222222;
  transition: 0.3s;
}

.inner {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    width: 92%;
  }
}

.flex {
  display: flex;
}

html, body, div, span, applet, object, iframe, 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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
  font-weight: 200;
}

q::before, q::after, blockquote::before, blockquote::after {
  content: "";
  content: none;
}

a {
  display: inline-block;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

a {
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

p {
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*:focus {
  outline: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  position: relative;
  margin-bottom: 60px;
  letter-spacing: 0.1em;
}

.cta {
  padding: 35px 0 40px;
  position: relative;
  background: #070707;
}
@media (max-width: 767px) {
  .cta {
    padding: 60px 0 50px;
    background: url("../img/cta-bg.jpg") no-repeat;
    background-size: cover;
  }
}
.cta:before {
  position: absolute;
  content: "";
  background: url("../img/cta-object-01.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .cta:before {
    display: none;
  }
}
.cta:after {
  position: absolute;
  content: "";
  background: url("../img/spec-object.png") no-repeat;
  background-size: contain;
  width: 84px;
  height: 326px;
  top: 0;
  left: -800px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
  transform: rotate(-5deg);
  filter: drop-shadow(3px 3px 13px rgba(7, 7, 7, 0.5));
}
@media (max-width: 767px) {
  .cta:after {
    width: 63px;
    height: 193px;
    top: 60px;
    left: 4%;
    right: auto;
    bottom: auto;
  }
}
.cta .cnt {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .cta .cnt {
    position: relative;
    width: 280px;
    margin: 0 auto;
    right: -30px;
  }
}
.cta .cnt h2 {
  margin-bottom: 20px;
}
.cta .cnt h2 span {
  display: inline-block;
}
.cta .cnt h2 span.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .cta .cnt h2 span.serif {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cta .cnt h2 span.grd {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 0.05em;
  background: linear-gradient(to top, #a88d31, #f1eec3, #a88d31);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: skew(-5deg, 0);
}
@media (max-width: 767px) {
  .cta .cnt h2 span.grd {
    font-size: 45px;
  }
}
.cta .cnt .read {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0 auto 30px;
  padding-left: 27px;
  padding-right: 23px;
}
@media (max-width: 767px) {
  .cta .cnt .read {
    width: auto;
    font-size: 15px;
    text-align: center;
  }
}
.cta .cnt .read:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 19px;
  height: 2px;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(60deg);
}
@media (max-width: 767px) {
  .cta .cnt .read:before {
    width: 35px;
    top: 50px;
  }
}
.cta .cnt .read:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 19px;
  height: 2px;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-60deg);
}
@media (max-width: 767px) {
  .cta .cnt .read:after {
    width: 35px;
    top: 50px;
  }
}
.cta .btn {
  position: relative;
  z-index: 1;
}
.cta .btn a {
  display: block;
  width: 322px;
  font-size: 25px;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  background: url("../img/cta-btn.png") no-repeat;
  background-size: contain;
  padding: 14px 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .cta .btn a {
    width: 265px;
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .cta .btn a:hover {
    opacity: 0.8;
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 25px 40px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  header {
    padding: 10px 20px;
  }
}
header .flex {
  justify-content: space-between;
}
@media (max-width: 767px) {
  header .flex {
    align-items: center;
  }
}
header .flex .logo a {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  header .flex .logo a {
    font-size: 11px;
  }
}
header .flex .logo a span {
  display: block;
  font-family: din-2014, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 10px;
}
@media (max-width: 767px) {
  header .flex .logo a span {
    font-size: 20px;
  }
}
header .flex .btn {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
@media (max-width: 767px) {
  header .flex .btn {
    gap: 0 10px;
  }
}
header .flex .btn a {
  position: relative;
  background: url("../img/h-btn-01.png") no-repeat;
  background-size: contain;
  padding: 8px 45px 8px 65px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  header .flex .btn a {
    background: url("../img/h-btn-01-sp.png") no-repeat;
    background-size: contain;
    width: 60px;
    height: 60px;
    padding: 0;
    font-size: 0;
  }
}
header .flex .btn a:before {
  position: absolute;
  content: "";
  background: url("../img/mail-icon.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 16px;
  top: 0;
  left: 35px;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  header .flex .btn a:before {
    width: 26px;
    height: 20px;
    left: 0;
    right: 0;
  }
}
header .flex .btn a:last-of-type {
  background: url("../img/h-btn-02.png") no-repeat;
  background-size: contain;
  padding: 8px 32px 8px 58px;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgba(18, 76, 16, 0.4);
}
@media (max-width: 767px) {
  header .flex .btn a:last-of-type {
    background: url("../img/h-btn-02-sp.png") no-repeat;
    background-size: contain;
    padding: 0;
  }
}
header .flex .btn a:last-of-type:before {
  position: absolute;
  content: "";
  background: url("../img/cart-icon.png") no-repeat;
  background-size: contain;
  width: 19px;
  height: 20px;
  top: 0;
  left: 32px;
  bottom: 0;
  margin: auto;
  filter: drop-shadow(0 0 10px rgba(18, 76, 16, 0.4));
}
@media (max-width: 767px) {
  header .flex .btn a:last-of-type:before {
    width: 27px;
    height: 29px;
    left: 0;
    right: 0;
  }
}
@media (min-width: 1024px) {
  header .flex .btn a:hover {
    opacity: 0.8;
  }
}
header.active, header.bg {
  background: #000;
}

#mainv {
  position: relative;
  padding-top: 600px;
  background: url("../img/main-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  #mainv {
    background: none;
    padding-top: 0;
  }
}
#mainv .cnt {
  position: absolute;
  width: 1043px;
  top: 110px;
  left: 0;
  right: -33px;
  margin: auto;
}
@media (max-width: 767px) {
  #mainv .cnt {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  #mainv .cnt img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

#about {
  padding: 65px 0;
  background: url("../img/about-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
#about .flex {
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #about .flex {
    flex-direction: column;
    align-items: center;
    gap: 30px 0;
  }
}
#about .flex .text h2 {
  text-align: left;
  line-height: 1.5;
  margin-bottom: 15px;
}
#about .flex .text h2 .sub {
  position: relative;
  display: block;
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 15px;
  margin-bottom: 25px;
  line-height: 1;
}
@media (max-width: 767px) {
  #about .flex .text h2 .sub {
    font-size: 15px;
  }
}
#about .flex .text h2 .sub:before {
  position: absolute;
  content: "";
  background: url("../img/about-object.png") no-repeat;
  background-size: contain;
  width: 160px;
  height: 11px;
  left: 0;
  bottom: 0;
}
#about .flex .text h2 .sub .en {
  display: inline-block;
  font-family: din-2014, sans-serif;
  font-weight: 700;
}
#about .flex .text h2 .grd {
  display: block;
  background: linear-gradient(50deg, #351c0a, #8c6f46);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about .flex .text h2 .dot {
  position: relative;
  display: inline-block;
  background: linear-gradient(50deg, #351c0a, #8c6f46);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#about .flex .text h2 .dot:before {
  position: absolute;
  content: "";
  background: #391f0d;
  width: 6px;
  height: 6px;
  top: -5px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
}
#about .flex .icons {
  display: flex;
  gap: 0 20px;
}
#about .flex .icons .icon {
  width: 130px;
}
@media (max-width: 767px) {
  #about .flex .icons .icon {
    width: 90px;
  }
}
#about .flex .icons .icon img {
  filter: drop-shadow(0 0 10px rgba(52, 52, 52, 0.2));
}

#movie {
  padding: 60px 0 100px;
  background: url("../img/movie-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 767px) {
  #movie {
    padding: 60px 0 80px;
  }
}
#movie h2 {
  width: 745px;
  margin: 0 auto 25px;
}
@media (max-width: 767px) {
  #movie h2 {
    width: 340px;
    margin: 0 auto 50px;
  }
}
#movie .cnt {
  width: 815px;
  height: 457px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #movie .cnt {
    width: 100%;
    height: 270px;
  }
}
#movie .cnt iframe {
  width: 100%;
  height: 100%;
}

#comparison {
  padding: 100px 0 150px;
  background: url("../img/comparion-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
@media (max-width: 767px) {
  #comparison {
    padding: 80px 0;
  }
}
#comparison h2 {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  padding: 3px 85px;
}
@media (max-width: 767px) {
  #comparison h2 {
    padding: 3px 30px;
  }
}
#comparison h2:before {
  position: absolute;
  content: "";
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #comparison h2:before {
    width: 10px;
  }
}
#comparison h2:after {
  position: absolute;
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 20px;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #comparison h2:after {
    width: 10px;
  }
}
#comparison h2 .sub {
  display: block;
  font-size: 25px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #comparison h2 .sub {
    font-size: 15px;
    margin-bottom: 15px;
  }
}
#comparison h2 .sub .en {
  font-family: din-2014, sans-serif;
}
#comparison h2 .main {
  display: inline-block;
  transform: skew(-5deg, 0);
}
#comparison h2 .main span {
  font-size: 30px;
}
@media (max-width: 767px) {
  #comparison h2 .main span {
    font-size: 13px;
  }
}
#comparison .cnt {
  width: 750px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #comparison .cnt {
    width: 100%;
  }
}

#what {
  padding: 100px 0 65px;
}
@media (max-width: 767px) {
  #what {
    padding: 60px 0;
  }
}
#what h2 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
  padding-bottom: 25px;
}
#what h2:before {
  position: absolute;
  content: "";
  background: url("../img/what-ttl.png") no-repeat;
  background-size: contain;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#what .read {
  text-align: center;
  margin-bottom: 40px;
}
#what .read span {
  position: relative;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  transform: skew(-5deg, 0);
  line-height: 1.5;
  padding-right: 10px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #what .read span {
    font-size: 24px;
  }
}
#what .read span:before {
  position: absolute;
  content: "";
  background: #000;
  width: 90%;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#what .cnt {
  margin-bottom: 60px;
}
#what .cnt .note {
  text-align: right;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #what .cnt .note {
    font-size: 13px;
  }
}
#what .cnt .note a {
  display: inline-block;
  color: #1664ad;
}
#what .cnt:last-of-type {
  margin-bottom: 0;
}

#worries {
  position: relative;
  background: url("../img/worries-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 70px 0 220px;
}
@media (max-width: 767px) {
  #worries {
    padding: 50px 0 124px;
  }
}
#worries:before {
  position: absolute;
  content: "";
  background: url("../img/worries-object.png") no-repeat;
  background-size: cover;
  background-position: top center;
  width: 568px;
  height: 198px;
  left: 10px;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #worries:before {
    width: 92%;
    height: 125px;
  }
}
#worries .sub {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to left, #a88d31, #e0ddb3, #a88d31);
  margin: 0 auto 30px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 30px;
  -webkit-clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
          clip-path: polygon(3% 0%, 100% 0%, 97% 100%, 0% 100%);
}
@media (max-width: 767px) {
  #worries .sub {
    font-size: 18px;
  }
}
#worries .sub p {
  text-shadow: 0 0 13px rgba(255, 255, 255, 0.7);
}
#worries h2 {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  margin: 0 auto 35px;
  padding: 0 43px 0 48px;
}
@media (max-width: 767px) {
  #worries h2 {
    font-size: 22px;
    padding: 0;
  }
}
#worries h2:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 38px;
  height: 3px;
  top: 6px;
  left: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(70deg);
}
@media (max-width: 767px) {
  #worries h2:before {
    width: 25px;
    top: 4px;
    left: -24px;
  }
}
#worries h2:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 38px;
  height: 3px;
  top: 6px;
  right: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-70deg);
}
@media (max-width: 767px) {
  #worries h2:after {
    width: 25px;
    top: 4px;
    right: -20px;
  }
}
#worries h2 .dot {
  position: relative;
  display: inline-block;
}
#worries h2 .dot:before {
  position: absolute;
  content: "";
  background: #fff;
  width: 6px;
  height: 6px;
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 100%;
}
#worries .flex {
  justify-content: center;
  gap: 0 50px;
}
@media (max-width: 767px) {
  #worries .flex {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0 34px;
  }
}
#worries .flex .box {
  position: relative;
  width: 234px;
  text-align: center;
  padding: 15px 0 37px;
}
@media (max-width: 767px) {
  #worries .flex .box {
    width: 153px;
    font-size: 11px;
    order: 2;
    padding: 10px 0 24px;
    margin-top: 14px;
  }
}
#worries .flex .box:before {
  position: absolute;
  content: "";
  background: url("../img/worries-01.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  filter: drop-shadow(5px 5px 4px rgba(52, 52, 52, 0.1));
}
@media (max-width: 767px) {
  #worries .flex .box:before {
    background: url("../img/worries-01-sp.png") no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  #worries .flex .box:nth-of-type(2) {
    order: 1;
    margin: 0 50px;
    margin-top: 0;
  }
}
#worries .flex .box:nth-of-type(2):before {
  background: url("../img/worries-02.png") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #worries .flex .box:nth-of-type(2):before {
    background: url("../img/worries-02-sp.png") no-repeat;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  #worries .flex .box:nth-of-type(3) {
    order: 3;
    margin-top: 0;
  }
}
#worries .flex .box:nth-of-type(3):before {
  background: url("../img/worries-03.png") no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  #worries .flex .box:nth-of-type(3):before {
    background: url("../img/worries-03-sp.png") no-repeat;
    background-size: cover;
  }
}
#worries .flex .box p {
  position: relative;
  z-index: 1;
}
#worries .flex .box p span {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #b39a50;
}
@media (max-width: 767px) {
  #worries .flex .box p span {
    font-size: 13px;
  }
}

#solution {
  position: relative;
  padding: 30px 0 60px;
}
@media (max-width: 767px) {
  #solution {
    padding: 30px 0 40px;
  }
}
#solution:before {
  position: absolute;
  content: "";
  background: url("../img/solution-object.png") no-repeat;
  background-size: contain;
  width: 164px;
  height: 54px;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: auto;
  z-index: 5;
  filter: drop-shadow(3px 3px 10px rgba(63, 63, 63, 0.15));
}
@media (max-width: 767px) {
  #solution:before {
    width: 110px;
    height: 36px;
  }
}
#solution h2 {
  text-align: center;
  line-height: 1.6;
  transform: skew(-5deg, 0);
  margin-bottom: 0;
}
#solution h2 span {
  display: block;
}
#solution h2 span.sub {
  font-size: 25px;
}
@media (max-width: 767px) {
  #solution h2 span.sub {
    font-size: 20px;
  }
}
#solution h2 span.main .en {
  display: inline-block;
  font-family: din-2014, sans-serif;
}

#reason {
  position: relative;
  padding: 140px 0;
  background: url("../img/reason-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 767px) {
  #reason {
    padding: 80px 0 60px;
  }
}
#reason h2 {
  z-index: 1;
}
@media (max-width: 767px) {
  #reason h2 {
    margin-bottom: 50px;
  }
}
#reason h2 .en {
  font-family: din-2014, sans-serif;
}
#reason h2 .mini {
  font-size: 25px;
}
#reason h2:before {
  position: absolute;
  content: "REASON";
  font-family: din-2014, sans-serif;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 130px;
  line-height: 0.8;
  color: #fcfcfc;
  letter-spacing: 0.1em;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
  opacity: 0.6;
}
@media (max-width: 767px) {
  #reason h2:before {
    font-size: 60px;
    top: -20px;
  }
}
#reason .cnt {
  position: relative;
  z-index: 1;
}
#reason .cnt .detail {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  #reason .cnt .detail {
    margin-bottom: 60px;
  }
}
#reason .cnt .detail:last-of-type {
  margin-bottom: 0;
}
#reason .cnt .detail .text {
  width: 585px;
  background: #fff;
  padding: 30px 64px 30px 0;
  -webkit-clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 55px);
          clip-path: polygon(50px 0, 100% 0, 100% 100%, 0 100%, 0 55px);
  box-shadow: 10px 10px 15px rgba(31, 31, 31, 0.1);
  min-height: 300px;
}
@media (max-width: 767px) {
  #reason .cnt .detail .text {
    width: 100%;
    padding: 30px 0 50px;
  }
}
#reason .cnt .detail .text h3 {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-left: 40px;
  padding-bottom: 4px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #reason .cnt .detail .text h3 {
    font-size: 13px;
    padding-left: 25px;
  }
}
#reason .cnt .detail .text h3:before {
  position: absolute;
  content: "";
  background: #a68148;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
}
#reason .cnt .detail .text h3 span {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
  background: linear-gradient(to bottom, #a68148, #dec077, #8a6331);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#reason .cnt .detail .text h3 span.num {
  font-size: 50px;
  margin-left: 10px;
  letter-spacing: 0;
  line-height: 0.8;
}
@media (max-width: 767px) {
  #reason .cnt .detail .text h3 span.num {
    font-size: 33px;
  }
}
#reason .cnt .detail .text h4 {
  font-size: 25px;
  margin-left: 40px;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #reason .cnt .detail .text h4 {
    font-size: 22px;
    margin-left: 0;
    padding: 0 25px;
    margin-bottom: 20px;
  }
}
#reason .cnt .detail .text .thumb {
  display: none;
}
@media (max-width: 767px) {
  #reason .cnt .detail .text .thumb {
    display: block;
    padding: 0 25px;
    margin-bottom: 25px;
  }
}
#reason .cnt .detail .text .note {
  margin-left: 40px;
}
@media (max-width: 767px) {
  #reason .cnt .detail .text .note {
    margin-left: 0;
    padding: 0 25px;
  }
}
#reason .cnt .detail .text .note.palt {
  font-feature-settings: "palt";
}
#reason .cnt .detail .text .caution {
  margin-left: 40px;
}
@media (max-width: 767px) {
  #reason .cnt .detail .text .caution {
    margin-left: 0;
    padding: 0 25px;
  }
}
#reason .cnt .detail .text .object {
  margin-left: 40px;
  width: 386px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #reason .cnt .detail .text .object {
    width: 100%;
    margin-left: 0;
    padding: 0 25px;
  }
}
#reason .cnt .detail .text.rev {
  padding: 30px 40px 30px 0;
  margin: 0 0 0 auto;
  -webkit-clip-path: polygon(0 0, 92% 0, 100% 55px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 92% 0, 100% 55px, 100% 100%, 0 100%);
}
@media (max-width: 767px) {
  #reason .cnt .detail .text.rev {
    padding: 30px 0 50px;
  }
}
#reason .cnt .detail .text.rev h3 {
  padding-left: 64px;
}
@media (max-width: 767px) {
  #reason .cnt .detail .text.rev h3 {
    padding-left: 25px;
  }
}
#reason .cnt .detail .text.rev h4 {
  margin-left: 64px;
}
@media (max-width: 767px) {
  #reason .cnt .detail .text.rev h4 {
    margin-left: 0;
    padding: 0 25px;
  }
}
#reason .cnt .detail .text.rev .note {
  margin-left: 64px;
}
@media (max-width: 767px) {
  #reason .cnt .detail .text.rev .note {
    margin-left: 0;
    padding: 0 25px;
  }
}
#reason .cnt .detail .img {
  position: absolute;
  width: 440px;
  top: 20px;
  right: 0;
}
@media (max-width: 767px) {
  #reason .cnt .detail .img {
    display: none;
  }
}
#reason .cnt .detail .img.rev {
  right: auto;
  left: 0;
}

#recommend {
  padding: 100px 0 110px;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  #recommend {
    padding: 60px 0 80px;
  }
}
#recommend h2 {
  transform: skew(-5deg, 0);
}
@media (max-width: 767px) {
  #recommend h2 {
    font-size: 22px;
    margin-bottom: 50px;
  }
}
#recommend h2 span {
  display: block;
  font-size: 25px;
  margin-bottom: 15px;
  transform: skew(2deg, 0);
}
@media (max-width: 767px) {
  #recommend h2 span {
    font-size: 18px;
  }
}
#recommend h2 span span {
  display: inline-block;
  font-family: din-2014, sans-serif;
  margin-bottom: 0;
}
#recommend .flex {
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 55px;
}
#recommend .flex dl {
  width: 280px;
}
@media (max-width: 767px) {
  #recommend .flex dl {
    width: 300px;
  }
}
@media (max-width: 767px) {
  #recommend .flex dl dt {
    width: 100%;
    height: 200px;
  }
}
@media (max-width: 767px) {
  #recommend .flex dl dt img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
#recommend .flex dl dd {
  background: #2c2c2c;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.77;
  min-height: 87px;
}
@media (max-width: 767px) {
  #recommend .flex dl dd {
    font-size: 16px;
    padding: 20px;
    min-height: auto;
  }
}
#recommend .caution dl {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding-left: 75px;
}
@media (max-width: 767px) {
  #recommend .caution dl {
    padding-left: 0;
    padding-top: 52px;
  }
}
#recommend .caution dl dt {
  position: absolute;
  background: #b39a50;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 130px;
  height: 130px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  border-radius: 100%;
  letter-spacing: 0.1em;
  z-index: 3;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media (max-width: 767px) {
  #recommend .caution dl dt {
    width: 95px;
    height: 95px;
    font-size: 15px;
    right: 0;
    bottom: auto;
  }
}
#recommend .caution dl dd {
  position: relative;
  letter-spacing: 0.1em;
}
#recommend .caution dl dd span {
  display: block;
  position: relative;
  background: #fff;
  font-weight: 600;
  text-align: center;
  padding: 20px 63px 20px 80px;
  z-index: 2;
}
@media (max-width: 767px) {
  #recommend .caution dl dd span {
    padding: 55px 27px 40px;
    text-align: left;
    line-height: 2;
  }
}
#recommend .caution dl dd:before {
  position: absolute;
  content: "";
  background: linear-gradient(120deg, #d1c6a2, #a88d31, #d1c6a2, #a88d31, #d1c6a2);
  width: 102%;
  height: 106%;
  top: 0;
  left: -1%;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
#recommend .caution dl dd:after {
  position: absolute;
  content: "";
  background: #d9d9d9;
  width: 104%;
  height: 100%;
  top: 10px;
  left: -2%;
  z-index: 3;
  filter: blur(4px);
  z-index: 0;
}

#spec {
  padding: 150px 0 80px;
}
@media (max-width: 767px) {
  #spec {
    padding: 80px 0 60px;
  }
}
#spec .inner {
  max-width: 900px;
}
#spec h2:before {
  position: absolute;
  content: "SPEC";
  font-family: din-2014, sans-serif;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 130px;
  line-height: 0.8;
  color: #f7f7f7;
  letter-spacing: 0.1em;
  top: -60px;
  left: -330px;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media (max-width: 767px) {
  #spec h2:before {
    font-size: 60px;
    top: -20px;
    left: -150px;
  }
}
#spec .cnt {
  position: relative;
}
#spec .cnt:before {
  position: absolute;
  content: "";
  background: url("../img/spec-object.png") no-repeat;
  background-size: contain;
  width: 101px;
  height: 386px;
  top: 0;
  right: 50px;
  filter: drop-shadow(6px 6px 24px rgba(7, 7, 7, 0.2));
}
@media (max-width: 767px) {
  #spec .cnt:before {
    width: 63px;
    height: 240px;
    top: 65px;
    right: 0;
  }
}
#spec .cnt dl {
  display: flex;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #spec .cnt dl {
    font-size: 13px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #spec .cnt dl:last-of-type {
    margin-bottom: 20px;
  }
}
#spec .cnt dl dt {
  width: 230px;
  font-weight: 600;
  border-bottom: 1px solid #b39a50;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  #spec .cnt dl dt {
    width: 115px;
    padding-left: 0;
    padding-bottom: 15px;
  }
}
#spec .cnt dl dd {
  width: calc(100% - 230px);
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  #spec .cnt dl dd {
    width: calc(100% - 115px);
    padding-bottom: 15px;
  }
}
#spec .cnt dl dd span {
  position: relative;
  display: block;
  padding-left: 20px;
}
#spec .cnt dl dd span:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}
#spec .cnt dl.half dd {
  width: 400px;
}
@media (max-width: 767px) {
  #spec .cnt dl.half dd {
    width: 130px;
  }
}
@media (max-width: 767px) {
  #spec .caution {
    font-size: 13px;
  }
}

#faq {
  padding: 80px 0 100px;
}
@media (max-width: 767px) {
  #faq {
    padding: 60px 0 40px;
  }
}
#faq h2:before {
  position: absolute;
  content: "Q&A";
  font-family: din-2014, sans-serif;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 130px;
  line-height: 0.8;
  color: #f7f7f7;
  letter-spacing: 0.1em;
  top: -60px;
  left: 0;
  right: -280px;
  margin: auto;
  z-index: -1;
}
@media (max-width: 767px) {
  #faq h2:before {
    font-size: 60px;
    top: -20px;
    right: -120px;
  }
}
#faq dl {
  margin-bottom: 10px;
}
#faq dl*:last-of-type {
  margin-bottom: 0;
}
#faq dl dt {
  position: relative;
  background: #333;
  color: #fff;
  font-weight: 600;
  padding: 10px 30px 10px 90px;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #faq dl dt {
    padding: 10px 20px 10px 50px;
  }
}
#faq dl dt:before {
  position: absolute;
  content: "Q.";
  font-size: 30px;
  font-weight: 600;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  top: 0;
  left: 40px;
  bottom: 8px;
  margin: auto;
}
@media (max-width: 767px) {
  #faq dl dt:before {
    font-size: 20px;
    top: 12px;
    left: 15px;
    bottom: auto;
  }
}
#faq dl dd {
  padding: 25px 30px 25px 90px;
  position: relative;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  #faq dl dd {
    padding: 20px 20px 20px 50px;
  }
}
#faq dl dd:before {
  position: absolute;
  content: "A.";
  font-size: 30px;
  font-weight: 600;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1;
  top: 22px;
  left: 44px;
  margin: auto;
}
@media (max-width: 767px) {
  #faq dl dd:before {
    font-size: 20px;
    left: 18px;
  }
}

#form {
  padding: 185px 0 100px;
  background: #f7f7f7;
}
@media (max-width: 767px) {
  #form {
    padding: 100px 0 80px;
  }
}
#form h2 {
  z-index: 1;
  margin-bottom: 30px;
}
#form h2:before {
  position: absolute;
  content: "CONTACT";
  font-family: din-2014, sans-serif;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 130px;
  line-height: 0.8;
  color: #fff;
  letter-spacing: 0.1em;
  top: -60px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media (max-width: 767px) {
  #form h2:before {
    font-size: 60px;
    top: -20px;
  }
}
#form .read {
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
#form .bg {
  background: #fff;
  padding: 50px;
}
@media (max-width: 767px) {
  #form .bg {
    padding: 40px 20px;
  }
}
#form .bg form table {
  width: 100%;
}
#form .bg form table tr {
  display: flex;
  gap: 0 40px;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  #form .bg form table tr {
    flex-direction: column;
    gap: 10px 0;
  }
}
#form .bg form table tr th {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 250px;
  font-weight: 600;
}
@media (max-width: 767px) {
  #form .bg form table tr th {
    width: 100%;
    justify-content: left;
    gap: 0 20px;
  }
}
#form .bg form table tr th span {
  background: #b39a50;
  color: #fff;
  font-size: 15px;
  padding: 2px 8px;
}
@media (max-width: 767px) {
  #form .bg form table tr th span {
    font-size: 12px;
    padding: 0 6px;
  }
}
#form .bg form table tr td {
  width: calc(100% - 290px);
}
@media (max-width: 767px) {
  #form .bg form table tr td {
    width: 100%;
  }
}
#form .bg form table tr td input {
  background: #f4f4f4;
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 14px 20px;
}
#form .bg form table tr td textarea {
  background: #f4f4f4;
  width: 100%;
  height: 200px;
  font-size: 16px;
  padding: 14px 20px;
}
#form .bg form table tr:last-of-type {
  margin-bottom: 70px;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #form .bg form table tr:last-of-type {
    margin-bottom: 20px;
  }
}
#form .bg form table tr:last-of-type th {
  padding-top: 10px;
}
@media (max-width: 767px) {
  #form .bg form table tr:last-of-type th {
    padding-top: 0;
  }
}
#form .bg form button {
  display: block;
  background: url("../img/submit-bg.png") no-repeat;
  background-size: contain;
  background-position: bottom center;
  width: 270px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 0 auto;
  padding: 15px 0;
  transition: all 0.4s;
}
@media (min-width: 1024px) {
  #form .bg form button:hover {
    opacity: 0.8;
  }
}

footer {
  position: relative;
  color: #fff;
  background: linear-gradient(to top, #1c150e, #443e33);
  padding: 40px 0 50px;
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0;
  }
}
footer .flex {
  align-items: flex-end;
  justify-content: space-between;
}
@media (max-width: 767px) {
  footer .flex {
    flex-direction: column;
    align-items: center;
    gap: 35px 0;
  }
}
footer .flex .info .logo {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer .flex .info .logo {
    margin-bottom: 30px;
  }
}
footer .flex .info .logo a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .flex .info .logo a {
    text-align: center;
  }
}
footer .flex .info .address {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .flex .info .address {
    text-align: center;
    margin-bottom: 20px;
  }
}
footer .flex .info .tel {
  margin-bottom: 20px;
}
footer .flex .info .tel a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  color: #fff;
  line-height: 1;
}
@media (max-width: 767px) {
  footer .flex .info .tel a {
    margin: 0 auto;
  }
}
footer .flex .info .num {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  footer .flex .info .num {
    text-align: center;
    margin-bottom: 30px;
  }
}
footer .flex .info .sns a {
  display: block;
  width: 20px;
}
@media (max-width: 767px) {
  footer .flex .info .sns a {
    width: 27px;
    margin: 0 auto;
  }
}
footer .flex .info .sns a img {
  display: block;
}
footer .flex .other .link {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  footer .flex .other .link {
    margin-bottom: 35px;
  }
}
footer .flex .other .link a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  footer .flex .other .link a {
    margin: 0 auto;
  }
}
footer .flex .other .copy {
  font-size: 12px;
  line-height: 1;
}
footer .pagetop {
  position: absolute;
  top: -30px;
  right: 35px;
  width: 62px;
  height: 62px;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  footer .pagetop {
    width: 60px;
    height: 60px;
    right: 10px;
  }
}
@media (min-width: 1024px) {
  footer .pagetop:hover {
    opacity: 0.8;
  }
}

#confirm {
  padding: 250px 0 150px;
}
@media (max-width: 767px) {
  #confirm {
    padding: 160px 0 80px;
  }
}
#confirm h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #confirm h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
#confirm p {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #confirm p {
    margin-bottom: 30px;
  }
}
#confirm form table {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  #confirm form table {
    margin: 0 auto 30px;
  }
}
#confirm form table tr {
  display: flex;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #confirm form table tr {
    margin-bottom: 15px;
  }
}
#confirm form table tr th {
  width: 230px;
  font-weight: 600;
  border-bottom: 1px solid #b39a50;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  #confirm form table tr th {
    width: 150px;
    padding-left: 0;
    padding-bottom: 15px;
  }
}
#confirm form table tr td {
  font-weight: 500;
  width: calc(100% - 230px);
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  #confirm form table tr td {
    width: calc(100% - 150px);
    padding-bottom: 15px;
  }
}
#confirm form ul {
  display: flex;
  justify-content: center;
  gap: 0 40px;
}
@media (max-width: 767px) {
  #confirm form ul {
    gap: 0;
    justify-content: space-between;
  }
}
#confirm form ul li button {
  display: block;
  width: 280px;
  font-size: 20px;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  background: url("../img/cta-btn.png") no-repeat;
  background-size: contain;
  background-position: bottom center;
  padding: 18px 0;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  #confirm form ul li button {
    width: 170px;
    font-size: 15px;
    line-height: 1;
    padding: 12px 0;
  }
}
@media (min-width: 1024px) {
  #confirm form ul li button:hover {
    opacity: 0.8;
  }
}

#thanks {
  padding: 250px 0 200px;
}
@media (max-width: 767px) {
  #thanks {
    padding: 200px 0 120px;
  }
}
#thanks h2 {
  font-size: 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #thanks h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}
#thanks p {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #thanks p {
    margin-bottom: 30px;
  }
}
#thanks .btn {
  position: relative;
  z-index: 1;
}
#thanks .btn a {
  display: block;
  width: 280px;
  font-size: 20px;
  letter-spacing: 0.075em;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  background: url("../img/cta-btn.png") no-repeat;
  background-size: contain;
  padding: 14px 0;
}
@media (max-width: 767px) {
  #thanks .btn a {
    width: 265px;
    font-size: 18px;
  }
}