@charset "UTF-8";
/*=========================
# colors
=========================*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.4vw;
  line-height: 1.55556;
  color: #42210b;
  font-weight: 500;
  font-family: 'YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
}

@media (max-width: 767px) {
  body {
    font-size: 3.723vw;
  }
}

.inner {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .inner {
    padding: 0 30px;
  }
}

img {
  width: 100%;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .tab {
    display: none;
  }
}

@media (max-width: 991px) {
  .tab {
    display: block;
  }
}

.main {
  overflow: hidden;
}

.center {
  text-align: center;
}

.orange {
  color: #dc5504;
}

/* util
---------------------------*/
a {
  color: #42210b;
}

.main-visual {
  position: relative;
}

@media (max-width: 767px) {
  .main-visual:after {
    position: absolute;
    content: "";
    background: transparent url(../img/mv-sp-reve.png) no-repeat center center/contain;
    width: 52.793vw;
    height: 60.239vw;
    left: -11vw;
    bottom: -3vw;
  }
}

/* cv
----------------*/
.cv {
  padding-top: 5vw;
  padding-bottom: 5vw;
}

@media (max-width: 767px) {
  .cv {
    padding-top: 13.564vw;
    padding-bottom: 15.941vw;
  }
}

.cv .cv-img {
  width: 25.2vw;
  margin: auto;
}

@media (max-width: 767px) {
  .cv .cv-img {
    width: 67.021vw;
  }
}

.cv .cv-description {
  font-size: 1.3vw;
  font-weight: 900;
  margin-top: 0.8vw;
}

@media (max-width: 767px) {
  .cv .cv-description {
    font-size: 3.457vw;
    margin-top: 2.128vw;
  }
}

.cv .cv-feature {
  display: flex;
  margin: auto;
  width: fit-content;
  margin-top: 0.95vw;
}

@media (max-width: 767px) {
  .cv .cv-feature {
    margin-top: 2.527vw;
  }
}

.cv .cv-feature p {
  font-size: 1.5vw;
  font-weight: 900;
  border: 1px solid #42210b;
  width: fit-content;
  margin-right: 0.7vw;
  padding: 0.1vw 1.4vw;
}

@media (max-width: 767px) {
  .cv .cv-feature p {
    font-size: 3.989vw;
  }
}

.cv .price {
  font-weight: 900;
  font-size: 2.7vw;
  letter-spacing: 0.02em;
  margin-top: 1.85vw;
}

@media (max-width: 767px) {
  .cv .price {
    font-size: 7.181vw;
  }
}

.cv .price span {
  font-size: 1.5vw;
  letter-spacing: 0;
}

@media (max-width: 767px) {
  .cv .price span {
    font-size: 3.989vw;
  }
}

.cv .buy-btn {
  margin: 1.5vw auto 0;
  width: 40.55vw;
}

@media (max-width: 767px) {
  .cv .buy-btn {
    margin-top: 5.319vw;
    width: 83.378vw;
  }
}

/* sec01
----------------*/
.sec01 {
  background: transparent url(../img/bg-1.png) no-repeat top center/cover;
  padding-top: 3.25vw;
  padding-bottom: 3.25vw;
}

@media (max-width: 767px) {
  .sec01 {
    background: transparent url(../img/bg-1-sp.png) no-repeat bottom center/cover;
    padding-top: 8.378vw;
    padding-bottom: 8.378vw;
  }
}

@media (max-width: 767px) {
  .sec01 .inner {
    padding: 0 10px;
  }
}

.sec01 p {
  font-weight: 900;
  font-size: 2.25vw;
  margin-top: 1.5vw;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .sec01 p {
    font-size: 5.984vw;
    margin-top: 4.521vw;
  }
}

.sec01 h2 {
  width: 35.9vw;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sec01 h2 {
    width: 100%;
  }
}

.sec01 .sec01-img {
  margin-top: 1.5vw;
}

@media (max-width: 767px) {
  .sec01 .sec01-img {
    margin-top: 6.25vw;
  }
}

.sec01 .sec01-img img {
  width: 34.3vw;
}

@media (max-width: 767px) {
  .sec01 .sec01-img img {
    width: 100%;
  }
}

/* sec02
----------------*/
.sec02 {
  background: transparent url(../img/sec02-bg.png) no-repeat top center/cover;
  padding-top: 5.5vw;
  padding-bottom: 8vw;
}

@media (max-width: 767px) {
  .sec02 {
    padding-top: 11.968vw;
    padding-bottom: 14.495vw;
  }
}

@media (max-width: 767px) {
  .sec02 .inner {
    padding: 0;
  }
}

.sec02 h2 {
  font-size: 2.5vw;
  margin-bottom: 5.5vw;
  font-weight: 900;
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .sec02 h2 {
    font-size: 7vw;
    margin-bottom: 12.367vw;
  }
}

.sec02 h2::before {
  position: absolute;
  content: "";
  background: #603813;
  width: 2px;
  height: 4.5vw;
  bottom: 0vw;
  left: -1vw;
  transform: rotate(-25deg);
}

@media (max-width: 767px) {
  .sec02 h2::before {
    width: 2px;
    height: 50px;
    bottom: -5px;
    left: -10px;
  }
}

.sec02 h2::after {
  position: absolute;
  content: "";
  background: #603813;
  width: 2px;
  height: 4.5vw;
  bottom: 0vw;
  right: -1vw;
  transform: rotate(25deg);
}

@media (max-width: 767px) {
  .sec02 h2::after {
    width: 2px;
    height: 50px;
    bottom: -5px;
    right: -10px;
  }
}

.sec02 h2 .large {
  font-size: 3.45vw;
}

@media (max-width: 767px) {
  .sec02 h2 .large {
    font-size: 9.176vw;
  }
}

.sec02 h2 .wh-nami {
  position: relative;
  z-index: 1;
}

.sec02 h2 .wh-nami::after {
  position: absolute;
  content: "";
  background: transparent url(../img/ilust-3.png) no-repeat top center/contain;
  width: 27.5vw;
  height: 3.2vw;
  bottom: -1.75vw;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media (max-width: 767px) {
  .sec02 h2 .wh-nami::after {
    width: 73.138vw;
    height: 8.511vw;
    bottom: -4.75vw;
  }
}

.sec02 .sec02-img {
  margin: 0 auto 8.5vw;
  width: 75.25vw;
}

@media (max-width: 767px) {
  .sec02 .sec02-img {
    width: 100%;
    margin-bottom: 11.037vw;
  }
}

.sec02 .youtube {
  max-width: 59.92vw;
  margin: auto;
}

@media (max-width: 767px) {
  .sec02 .youtube {
    max-width: 84.267vw;
  }
}

.sec02 .youtube .youtube-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55.53%;
}

.sec02 .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* sec03
----------------*/
.sec03 {
  padding-top: 4.75vw;
}

@media (max-width: 767px) {
  .sec03 {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .sec03 .inner {
    padding: 0;
  }
}

.sec03 .sec03-img {
  margin: 0 auto 2.25vw;
  width: 50.2vw;
}

@media (max-width: 767px) {
  .sec03 .sec03-img {
    width: 100%;
    margin-bottom: 0;
  }
}

.sec03 p {
  color: #dc5504;
  font-weight: 900;
  font-size: 2.25vw;
}

@media (max-width: 767px) {
  .sec03 p {
    font-size: 5.984vw;
  }
}

/* sec04
----------------*/
.sec04 {
  background: transparent url(../img/top-bg.png) no-repeat top center/cover;
  padding-top: 5.5vw;
  padding-bottom: 5.5vw;
}

@media (max-width: 767px) {
  .sec04 {
    padding-top: 3vw;
  }
}

@media (max-width: 767px) {
  .sec04 .inner {
    padding: 0 3.989vw;
  }
}

.sec04 h2 {
  width: 45.1vw;
  margin: 0 auto 2.5vw;
}

@media (max-width: 767px) {
  .sec04 h2 {
    width: 100%;
    margin-bottom: 5vw;
  }
}

.sec04 .sec04-inner {
  background: #fff;
  padding-top: 3.5vw;
  padding-bottom: 6.25vw;
  width: 73.5vw;
  margin: auto;
}

@media (max-width: 767px) {
  .sec04 .sec04-inner {
    width: 100%;
    padding: 5.585vw 2.66vw;
  }
}

.sec04 .sec04-inner .sec04-img-1 {
  width: 27.95vw;
  margin: 0 auto 5px;
}

@media (max-width: 767px) {
  .sec04 .sec04-inner .sec04-img-1 {
    width: 80.335vw;
  }
}

@media (max-width: 767px) {
  .sec04 .sec04-inner .sec04-img-1 {
    margin-top: 7.447vw;
  }
}

.sec04 .sec04-inner .sec04-img-2 {
  width: 27.5vw;
  margin: auto;
}

@media (max-width: 767px) {
  .sec04 .sec04-inner .sec04-img-2 {
    width: 90%;
  }
}

.sec04 .sec04-inner .sec04-img-3 {
  width: 33vw;
  margin: 0 auto 2.25vw;
}

@media (max-width: 767px) {
  .sec04 .sec04-inner .sec04-img-3 {
    width: 100%;
  }
}

.sec04 .sec04-inner .sec04-yazirushi {
  width: 2.1vw;
  margin: 0 auto 1.5vw;
}

@media (max-width: 767px) {
  .sec04 .sec04-inner .sec04-yazirushi {
    width: 5.585vw;
    margin-bottom: 2vw;
  }
}

.sec04 .sec04-inner .sec04-txt-1 {
  margin-bottom: 2.25vw;
}

@media (min-width: 768px) {
  .sec04 .sec04-inner .sec04-txt-1 {
    text-align: center;
  }
}

.sec04 .sec04-inner .sec04-txt-2 {
  font-size: 0.9vw;
  width: 26vw;
  margin: auto;
  white-space: nowrap;
  margin-bottom: 2.5vw;
}

@media (max-width: 767px) {
  .sec04 .sec04-inner .sec04-txt-2 {
    width: 100%;
    font-size: 2.394vw;
    text-align: center;
    margin-bottom: 8.91vw;
  }
}

.sec04 .sec04-inner .sec04-txt-3 {
  margin-bottom: 2.25vw;
}

@media (min-width: 768px) {
  .sec04 .sec04-inner .sec04-txt-3 {
    font-size: 1.4vw;
    text-align: center;
  }
}

.sec04 .sec04-inner .sec04-txt-3 span {
  font-size: 2.25vw;
  font-weight: 900;
  background: transparent url(../img/yellow-line.png) no-repeat center bottom/contain;
}

@media (max-width: 767px) {
  .sec04 .sec04-inner .sec04-txt-3 span {
    font-size: 5vw;
  }
}

.sec04 .sec04-inner .sec04-txt-4 {
  margin-bottom: 2.25vw;
}

@media (min-width: 768px) {
  .sec04 .sec04-inner .sec04-txt-4 {
    font-size: 1.4vw;
    text-align: center;
  }
}

.sec04 .sec04-inner .sec04-txt-4 span {
  color: #dc5504;
}

.sec04 .sec04-inner .sec04-txt-5 {
  font-weight: 900;
  font-size: 2.15vw;
  color: #dc5504;
  margin-bottom: 2.5vw;
}

@media (min-width: 768px) {
  .sec04 .sec04-inner .sec04-txt-5 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .sec04 .sec04-inner .sec04-txt-5 {
    font-size: 5.5vw;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 5vw;
  }
}

.sec04 .sec04-inner .sec04-txt-5 sup {
  font-size: 1vw;
}

.sec04 .sec04-inner .sec04-txt-6 {
  font-size: 0.9vw;
  width: 83%;
  margin: auto;
}

@media (max-width: 767px) {
  .sec04 .sec04-inner .sec04-txt-6 {
    width: 100%;
    font-size: 2.597vw;
  }
}

.sec04 .sec04-inner ul {
  width: 83%;
  margin: 0 auto 1vw;
}

@media (max-width: 767px) {
  .sec04 .sec04-inner ul {
    width: 100%;
  }
}

.sec04 .sec04-inner ul li {
  font-size: 1.1vw;
}

@media (max-width: 767px) {
  .sec04 .sec04-inner ul li {
    font-size: 2.926vw;
  }
}

/* sec05
----------------*/
.sec05 {
  background: rgba(178, 136, 109, 0.4);
  padding-top: 4.985vw;
  padding-bottom: 9.97vw;
}

@media (max-width: 767px) {
  .sec05 {
    padding-top: 14.267vw;
    padding-bottom: 12vw;
  }
}

.sec05 .inner {
  max-width: 55.85vw;
}

@media (max-width: 767px) {
  .sec05 .inner {
    padding: 0;
    max-width: 100%;
  }
}

.sec05 h2 {
  font-size: 3.24vw;
  font-weight: 900;
  letter-spacing: 0.06em;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin: 3.39vw auto 5.533vw;
}

@media (max-width: 767px) {
  .sec05 h2 {
    font-size: 6vw;
    margin-bottom: 7.867vw;
  }
}

.sec05 h2:before {
  position: absolute;
  content: "";
  background: transparent url(../img/worries.png) no-repeat top center/contain;
  width: 9.123vw;
  height: 3.938vw;
  right: 4.487vw;
  top: -2.742vw;
}

@media (max-width: 767px) {
  .sec05 h2:before {
    width: 24.4vw;
    height: 10.533vw;
    right: 12.487vw;
    top: -8.742vw;
  }
}

@media (min-width: 768px) {
  .sec05 h3 {
    font-size: 2.243vw;
    margin-bottom: 3vw;
  }
}

@media (max-width: 767px) {
  .sec05 h3 {
    width: 90.933vw;
    margin: auto;
  }
}

.sec05 .sec05-1 {
  max-width: 48.853vw;
  margin: 0 auto  4.138vw;
}

@media (max-width: 767px) {
  .sec05 .sec05-1 {
    max-width: 100%;
    margin-bottom: 9.2vw;
  }
}

.sec05 .sec05-2 .sec05-2-img {
  max-width: 30.957vw;
  margin-top: 3.838vw;
  margin-left: 15vw;
}

@media (max-width: 767px) {
  .sec05 .sec05-2 .sec05-2-img {
    max-width: 82.933vw;
    margin-top: 5.6vw;
    margin-bottom: 9.2vw;
    margin-left: auto;
    margin-right: auto;
  }
}

.sec05 .sec05-2 p {
  margin-top: 3.49vw;
}

@media (max-width: 767px) {
  .sec05 .sec05-2 p {
    width: 87.2vw;
    margin: auto;
  }
}

.sec05 .sec05-3 .sec05-3-img {
  max-width: 36.391vw;
  margin: 4.935vw auto 2.792vw;
}

@media (max-width: 767px) {
  .sec05 .sec05-3 .sec05-3-img {
    max-width: 100%;
    margin-bottom: 5.467vw;
  }
}

.sec05 .sec05-3 p {
  margin-bottom: 8.126vw;
}

@media (min-width: 768px) {
  .sec05 .sec05-3 p {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .sec05 .sec05-3 p {
    margin-left: 0.5vw;
    width: 87.2vw;
    margin: auto;
  }
}

.sec05 .sec05-3 p span {
  background: transparent url(../img/yellow-line.png) no-repeat center bottom/contain;
}

.sec05 .sec05-4 .sec05-4-img {
  max-width: 42.124vw;
  margin: 0 auto 4.985vw;
}

@media (max-width: 767px) {
  .sec05 .sec05-4 .sec05-4-img {
    max-width: 100%;
    margin-top: 17.867vw;
    margin-bottom: 5.733vw;
  }
}

@media (max-width: 767px) {
  .sec05 .sec05-5 {
    width: 82.933vw;
    margin: auto;
  }
}

.sec05 .sec05-5 .sec05-5-img {
  max-width: 31.007vw;
  margin: 0 auto 3.988vw;
}

@media (max-width: 767px) {
  .sec05 .sec05-5 .sec05-5-img {
    max-width: 100%;
    margin: 5.733vw auto;
  }
}

.sec05 .sec05-6 .sec05-6-img {
  max-width: 35.842vw;
  margin: 5.284vw auto 3.141vw;
}

@media (max-width: 767px) {
  .sec05 .sec05-6 .sec05-6-img {
    max-width: 100%;
    margin: 6.5vw auto;
  }
}

@media (min-width: 768px) {
  .sec05 .sec05-6 p {
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .sec05 .sec05-6 p {
    width: 82.933vw;
    margin: auto;
  }
}

.sec05 .sec05-6 p span {
  background: transparent url(../img/yellow-line.png) no-repeat center bottom/contain;
}

/* sec06
----------------*/
.sec06 {
  padding-top: 11vw;
  padding-bottom: 50vw;
  position: relative;
}

@media (max-width: 767px) {
  .sec06 {
    padding-top: 8.511vw;
    padding-bottom: 80.532vw;
  }
}

.sec06:after {
  position: absolute;
  content: "";
  background: transparent url(../img/sec06-bg.png) no-repeat top center/cover;
  width: 100%;
  height: 65%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .sec06:after {
    background: transparent url(../img/sec06-bg-sp.png) no-repeat bottom center/cover;
    height: 73%;
  }
}

@media (min-width: 768px) {
  .sec06 .sec06-txt-1 {
    font-size: 2.5vw;
  }
}

.sec06 .sec06-txt-1 .nami1 {
  background: transparent url(../img/ilust-5.png) repeat-x center bottom/contain;
}

.sec06 .sec06-txt-1 .nami2 {
  background: transparent url(../img/ilust-8.png) repeat-x center bottom/contain;
}

.sec06 .yazirushi {
  width: 33.2vw;
  margin: 5vw auto 2.5vw;
}

@media (max-width: 767px) {
  .sec06 .yazirushi {
    width: 47.606vw;
  }
}

.sec06 .sec06-txt-2 {
  font-size: 3.25vw;
}

@media (max-width: 767px) {
  .sec06 .sec06-txt-2 {
    font-size: 5.718vw;
  }
}

.sec06 .sec06-txt-2 img {
  width: 12vw;
  vertical-align: baseline;
}

/* sec07
----------------*/
.sec07 {
  background: transparent url(../img/motto-bg.png) no-repeat top center/cover;
  padding-top: 4.985vw;
  padding-bottom: 9.97vw;
}

@media (max-width: 767px) {
  .sec07 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .sec07 .inner {
    padding: 0;
  }
}

.sec07 .sec07-img {
  width: 43.519vw;
  margin: auto;
}

@media (max-width: 767px) {
  .sec07 .sec07-img {
    width: 100%;
  }
}

.sec07 h2 {
  font-size: 3.24vw;
  font-weight: 900;
  position: relative;
  display: inline-block;
  margin: 3.39vw auto 2.891vw;
}

@media (max-width: 767px) {
  .sec07 h2 {
    font-size: 8.644vw;
  }
}

.sec07 h2:before {
  position: absolute;
  content: "";
  background: transparent url(../img/ilust-6.png) no-repeat top center/contain;
  width: 2.792vw;
  height: 2.094vw;
  left: -1.097vw;
  top: -0.499vw;
}

@media (max-width: 767px) {
  .sec07 h2:before {
    width: 7.314vw;
    height: 5.585vw;
    left: -2.097vw;
    top: -1.499vw;
  }
}

/* sec08
----------------*/
.sec08 {
  background: transparent url(../img/feature-bg.png) repeat left top/auto;
  padding-top: 5.5vw;
  padding-bottom: 5.5vw;
}

@media (max-width: 767px) {
  .sec08 {
    padding-top: 7.58vw;
    background: transparent url(../img/feature-bg.png) repeat left top/contain;
  }
}

@media (max-width: 767px) {
  .sec08 .inner {
    padding: 0 2.66vw;
  }
}

.sec08 h2 {
  width: 30.6vw;
  margin: 0 auto 7.25vw;
}

@media (max-width: 767px) {
  .sec08 h2 {
    width: 61.303vw;
    margin-bottom: 13.83vw;
  }
}

.sec08 .feature {
  width: 65vw;
  margin: 0 auto 4.5vw;
  background: #fff;
  box-shadow: 0 0 10px rgba(96, 56, 19, 0.95);
  padding-top: 8.75vw;
  padding-bottom: 3vw;
}

@media (max-width: 767px) {
  .sec08 .feature {
    width: 100%;
    margin-bottom: 8.91vw;
    padding-top: 20.745vw;
    padding-bottom: 10.745vw;
  }
}

.sec08 .feature:nth-child(1) h3:before {
  background-image: url(../img/characteristic01.png);
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(1) h3:before {
    left: 0;
  }
}

.sec08 .feature:nth-child(2) .feature-2 {
  position: relative;
  z-index: 1;
  margin-bottom: 15.6vw;
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(2) .feature-2 {
    margin-bottom: 31.649vw;
  }
}

.sec08 .feature:nth-child(2) .feature-2 .feature-img-bg {
  position: absolute;
  z-index: -1;
  width: 55%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12.5vw;
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(2) .feature-2 .feature-img-bg {
    width: 95%;
    bottom: -22.5vw;
  }
}

.sec08 .feature:nth-child(2) .feature-2-1 {
  position: relative;
  z-index: 1;
  margin-bottom: 5vw;
  margin-top: 5.15vw;
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(2) .feature-2-1 {
    margin-bottom: 10.649vw;
  }
}

.sec08 .feature:nth-child(2) .feature-2-1 .feature-img-bg {
  position: absolute;
  z-index: -1;
  width: 55%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4.5vw;
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(2) .feature-2-1 .feature-img-bg {
    width: 95%;
    bottom: -8vw;
  }
}

.sec08 .feature:nth-child(2) h3 {
  margin-bottom: 5.45vw;
}

.sec08 .feature:nth-child(2) h3:before {
  background-image: url(../img/characteristic02.png);
  left: 1vw;
}

.sec08 .feature:nth-child(2) .large {
  font-size: 2.3vw;
  color: #42210b;
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(2) .large {
    font-size: 6vw;
  }
}

.sec08 .feature:nth-child(2) h4 {
  font-size: 2.15vw;
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(2) h4 {
    font-size: 5.718vw;
  }
}

.sec08 .feature:nth-child(2) h4 span {
  color: #dc5504;
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(2) h4 span {
    font-size: 5.718vw;
  }
}

.sec08 .feature:nth-child(2) .feature-img {
  margin: 1.5vw auto 4vw;
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(2) .feature-img {
    margin-bottom: 10vw;
  }
}

.sec08 .feature:nth-child(2) .feature-cpc-img {
  margin-bottom: 1.95vw;
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(2) .feature-cpc-img {
    margin-bottom: 3vw;
  }
}

.sec08 .feature:nth-child(2) .syutten {
  font-size: 0.9vw;
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(2) .syutten {
    font-size: 3.067vw;
  }
}

.sec08 .feature:nth-child(2) .syutten .link {
  white-space: nowrap;
  color: #42210b;
}

.sec08 .feature:nth-child(3) h3:before {
  background-image: url(../img/characteristic-03.png);
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(3) h3:before {
    left: 0;
  }
}

.sec08 .feature:nth-child(3) .feature-img {
  margin-top: 0;
}

.sec08 .feature:nth-child(4) h3 {
  margin-bottom: 4.3vw;
}

.sec08 .feature:nth-child(4) h3:before {
  background-image: url(../img/characteristic04.png);
}

.sec08 .feature:nth-child(4) .feature-img {
  margin-top: 0;
}

.sec08 .feature:nth-child(4) h4 {
  margin: 2vw auto;
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(4) h4 {
    margin: 3vw auto;
  }
}

.sec08 .feature:nth-child(4) h4 img {
  width: 30.1vw;
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(4) h4 img {
    width: 80vw;
  }
}

.sec08 .feature:nth-child(5) h3 {
  margin-bottom: 3.1vw;
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(5) h3 {
    margin-bottom: 10vw;
  }
}

.sec08 .feature:nth-child(5) h3:before {
  background-image: url(../img/characteristic05.png);
  left: -9.5vw;
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(5) h3:before {
    left: -22vw;
    top: -17vw;
  }
}

.sec08 .feature:nth-child(5) .feature-img {
  margin: 0 auto 4.55vw;
}

@media (max-width: 767px) {
  .sec08 .feature:nth-child(5) .feature-img {
    margin-bottom: 10vw;
  }
}

.sec08 .feature h3 {
  font-size: 2.25vw;
  font-weight: 900;
  margin-bottom: 2vw;
  position: relative;
  display: inline-block;
  letter-spacing: -0.06em;
}

@media (max-width: 767px) {
  .sec08 .feature h3 {
    font-size: 4.787vw;
    margin-bottom: 3vw;
    letter-spacing: -0.08em;
  }
}

.sec08 .feature h3 sup {
  font-size: 1vw;
}

@media (max-width: 767px) {
  .sec08 .feature h3 sup {
    font-size: 2.597vw;
  }
}

.sec08 .feature h3:before {
  position: absolute;
  content: "";
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 23.05vw;
  height: 7.65vw;
  top: -6vw;
  left: -1.5vw;
}

@media (max-width: 767px) {
  .sec08 .feature h3:before {
    width: 61.303vw;
    height: 20.346vw;
    top: -15vw;
    left: -5.5vw;
  }
}

.sec08 .feature h4 {
  font-weight: 900;
  line-height: 1.2;
  font-size: 1.8vw;
}

@media (max-width: 767px) {
  .sec08 .feature h4 {
    font-size: 3vw;
  }
}

.sec08 .feature h4 span {
  font-size: 2.25vw;
}

@media (max-width: 767px) {
  .sec08 .feature h4 span {
    font-size: 4vw;
  }
}

.sec08 .feature h4 .gra {
  font-size: 2.25vw;
  background: radial-gradient(#fff, #b98f6d);
}

@media (max-width: 767px) {
  .sec08 .feature h4 .gra {
    font-size: 4vw;
    letter-spacing: -0.1em;
  }
}

.sec08 .feature .feature-img {
  width: 30.5vw;
  margin: 3.25vw auto 2vw;
}

@media (max-width: 767px) {
  .sec08 .feature .feature-img {
    width: 82.713vw;
    margin-bottom: 3vw;
  }
}

.sec08 .feature p {
  width: 37vw;
  margin: 0 auto;
  text-align: left;
}

@media (max-width: 767px) {
  .sec08 .feature p {
    width: 90%;
  }
}

.sec08 .feature p span {
  color: #dc5504;
}

.sec08 .feature p sup {
  font-size: 0.8vw;
}

@media (max-width: 767px) {
  .sec08 .feature p sup {
    font-size: 2.597vw;
  }
}

/*how
----------------*/
.how {
  padding-top: 4.885vw;
  padding-bottom: 4.786vw;
  background: rgba(204, 171, 140, 0.4);
}

@media (max-width: 767px) {
  .how {
    padding-top: 10vw;
    padding-bottom: 12vw;
  }
}

@media (max-width: 767px) {
  .how .inner {
    padding: 0;
  }
}

.how h2 {
  width: 24.875vw;
  margin: 0 auto;
  margin-bottom: 1.844vw;
}

@media (max-width: 767px) {
  .how h2 {
    width: 58.8vw;
    margin-bottom: 7.933vw;
  }
}

.how .youtube {
  max-width: 34.197vw;
  margin: 0 auto 2.742vw;
}

@media (max-width: 767px) {
  .how .youtube {
    max-width: 90.267vw;
    margin-bottom: 8vw;
  }
}

.how .youtube-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 60.06%;
}

.how .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.how h3 {
  font-size: 2.243vw;
  margin-bottom: 2.243vw;
}

@media (max-width: 767px) {
  .how h3 {
    font-size: 6vw;
    margin-bottom: 6vw;
  }
}

.how p {
  font-size: 2.243vw;
  margin-bottom: 0.748vw;
}

@media (max-width: 767px) {
  .how p {
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
}

.how .how-img-1 {
  width: 16.152vw;
  margin: auto;
}

@media (max-width: 767px) {
  .how .how-img-1 {
    width: 43.2vw;
  }
}

/* sarani
----------------*/
.sarani {
  padding-top: 4.885vw;
  padding-bottom: 9vw;
  background: transparent url(../img/top-bg.png) no-repeat center center/cover;
}

@media (max-width: 767px) {
  .sarani {
    padding-top: 10vw;
    padding-bottom: 12vw;
  }
}

.sarani sup {
  font-size: 0.8vw;
}

@media (max-width: 767px) {
  .sarani sup {
    font-size: 2.28vw;
  }
}

@media (max-width: 767px) {
  .sarani .inner {
    padding: 0;
  }
}

.sarani h2 {
  width: 11.765vw;
  margin: 0 auto;
  margin-bottom: 4.935vw;
}

@media (max-width: 767px) {
  .sarani h2 {
    width: 26.133vw;
  }
}

.sarani .sarani-bg {
  background: #fff;
  padding-top: 4.835vw;
  padding-bottom: 7.527vw;
  max-width: 73.28vw;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sarani .sarani-bg {
    padding-top: 8vw;
    max-width: 91.2vw;
  }
}

.sarani .sarani-bg h3 {
  width: 24.327vw;
  margin: 0 auto 4.885vw;
}

@media (max-width: 767px) {
  .sarani .sarani-bg h3 {
    width: 65.067vw;
    margin-bottom: 10vw;
  }
}

.sarani .sarani-bg p {
  max-width: 44.865vw;
  margin: 0 auto  5.484vw;
}

@media (max-width: 767px) {
  .sarani .sarani-bg p {
    max-width: 86vw;
  }
}

.sarani .sarani-bg h4 {
  font-size: 1.795vw;
  letter-spacing: 0.02em;
  margin-bottom: 5.484vw;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .sarani .sarani-bg h4 {
    font-size: 4.8vw;
    margin-bottom: 7.733vw;
  }
}

.sarani .sarani-bg h4::before {
  position: absolute;
  content: "";
  background: #603813;
  width: 0.15vw;
  height: 4.985vw;
  bottom: -0.499vw;
  left: -1.994vw;
  transform: rotate(-25deg);
}

@media (max-width: 767px) {
  .sarani .sarani-bg h4::before {
    width: 2px;
    height: 50px;
    bottom: -5px;
    left: -15px;
  }
}

.sarani .sarani-bg h4::after {
  position: absolute;
  content: "";
  background: #603813;
  width: 0.15vw;
  height: 4.985vw;
  bottom: -0.499vw;
  right: -1.994vw;
  transform: rotate(25deg);
}

@media (max-width: 767px) {
  .sarani .sarani-bg h4::after {
    width: 2px;
    height: 50px;
    bottom: -5px;
    right: -10px;
  }
}

.sarani .sarani-bg h5 {
  font-size: 1.795vw;
  letter-spacing: 0.02em;
}

@media (max-width: 767px) {
  .sarani .sarani-bg h5 {
    font-size: 4.8vw;
    margin-bottom: 2.267vw;
  }
}

.sarani .sarani-bg .sarani-img {
  max-width: 31.854vw;
  margin: 2.343vw auto 1.196vw;
}

@media (max-width: 767px) {
  .sarani .sarani-bg .sarani-img {
    max-width: 85vw;
    margin-bottom: 5vw;
  }
}

.sarani .sarani-bg .sarani-mini {
  max-width: 32.752vw;
  font-size: 1.097vw;
  line-height: 1.2;
  margin-bottom: 1vw;
}

@media (max-width: 767px) {
  .sarani .sarani-bg .sarani-mini {
    font-size: 2.933vw;
    max-width: 87vw;
    margin-bottom: 3vw;
  }
}

/*slide
----------------*/
.slide {
  padding-top: 4.6vw;
  padding-bottom: 5.35vw;
}

@media (max-width: 767px) {
  .slide {
    padding-top: 10vw;
    padding-bottom: 20vw;
  }
}

.slide .inner {
  max-width: 90.833vw;
  position: relative;
}

@media (max-width: 767px) {
  .slide .inner {
    max-width: 100%;
  }
}

.slide h2 {
  width: 35vw;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .slide h2 {
    width: 85vw;
  }
}

.slide .swiper-container {
  margin-top: 50px;
}

.slide .swiper-slide {
  border: 2px solid #806239;
  padding: 0.997vw 0.997vw 0;
  height: auto;
}

@media (max-width: 767px) {
  .slide .swiper-slide {
    padding: 6vw 3vw 0;
  }
}

.slide .swiper-slide h3 {
  font-size: 1.795vw;
  padding-bottom: 5px;
  font-weight: 900;
  position: relative;
}

@media (max-width: 767px) {
  .slide .swiper-slide h3 {
    font-size: 4.8vw;
  }
}

.slide .swiper-slide h3::after {
  position: absolute;
  content: "";
  background: #806239;
  height: 3.5px;
  width: 100%;
  bottom: 0;
  left: 0;
}

.slide .swiper-slide .slide-img {
  margin: 1.5vw auto 1.795vw;
}

@media (max-width: 767px) {
  .slide .swiper-slide .slide-img {
    margin-top: 7.467vw;
    margin-bottom: 6vw;
  }
}

.slide .swiper-slide .slide-img img {
  height: 200px;
  object-fit: contain;
}

.slide .swiper-slide h4 {
  margin-bottom: 2.941vw;
}

@media (max-width: 767px) {
  .slide .swiper-slide h4 {
    margin-bottom: 6vw;
  }
}

@media (min-width: 768px) {
  .slide .swiper-slide p {
    margin-bottom: 1.5vw;
    font-size: 1.097vw;
  }
}

@media (max-width: 767px) {
  .slide .swiper-slide p {
    margin-bottom: 7vw;
  }
}

.slide .swiper-button-prev, .slide .swiper-button-next {
  color: #42210b;
  outline: none;
  top: 60%;
}

.slide .swiper-button-next {
  right: -40px;
}

@media (max-width: 767px) {
  .slide .swiper-button-next {
    right: 0;
  }
}

.slide .swiper-button-next:after {
  font-size: 24px;
}

@media (max-width: 767px) {
  .slide .swiper-button-next:after {
    font-size: 30px;
  }
}

.slide .swiper-button-prev {
  left: -40px;
}

@media (max-width: 767px) {
  .slide .swiper-button-prev {
    left: 0;
  }
}

.slide .swiper-button-prev:after {
  font-size: 24px;
}

@media (max-width: 767px) {
  .slide .swiper-button-prev:after {
    font-size: 30px;
  }
}

.slide .swiper-pagination {
  margin-top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.slide .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333;
}

/* sec09
----------------*/
.sec09 {
  background: #F0E4D5;
  padding-top: 4.6vw;
  padding-bottom: 5.35vw;
}

@media (max-width: 767px) {
  .sec09 {
    padding-top: 10.133vw;
  }
}

.sec09 .inner {
  max-width: 40vw;
}

@media (max-width: 767px) {
  .sec09 .inner {
    max-width: 100vw;
    padding-right: 0;
  }
}

.sec09 h2 {
  font-size: 3.25vw;
  font-weight: 900;
  position: relative;
}

@media (max-width: 767px) {
  .sec09 h2 {
    font-size: 6vw;
  }
}

.sec09 h2 img {
  width: 8.25vw;
  vertical-align: baseline;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .sec09 h2 img {
    width: 15.867vw;
  }
}

.sec09 h2::after {
  position: absolute;
  content: "";
  background: transparent url(../img/effect.png) no-repeat top center/contain;
  width: 16.35vw;
  height: 4.95vw;
  bottom: -3.5vw;
  right: -1vw;
  z-index: 10;
}

@media (max-width: 767px) {
  .sec09 h2::after {
    width: 43.6vw;
    height: 13.2vw;
    bottom: -14.5vw;
    right: 1vw;
  }
}

.sec09 .sec09-img {
  position: relative;
  margin-top: 2.75vw;
  text-align: end;
}

@media (max-width: 767px) {
  .sec09 .sec09-img {
    right: 0;
    margin-top: 7.867vw;
  }
}

.sec09 .sec09-img img {
  width: 24.75vw;
  position: relative;
}

@media (max-width: 767px) {
  .sec09 .sec09-img img {
    width: 66vw;
  }
}

.sec09 .sec09-img ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}

.sec09 .sec09-img ul li {
  font-weight: 900;
  font-size: 1.8vw;
  line-height: 2.22222;
}

@media (max-width: 767px) {
  .sec09 .sec09-img ul li {
    font-size: 4.8vw;
  }
}

.sec09 .sec09-img ul li sup {
  font-size: 1vw;
}

@media (max-width: 767px) {
  .sec09 .sec09-img ul li sup {
    font-size: 2.28vw;
  }
}

/* sec10
----------------*/
.sec10 {
  background: transparent url(../img/top-bg.png) no-repeat top center/cover;
  padding: 8.35vw 0;
}

@media (max-width: 767px) {
  .sec10 {
    padding-top: 16.133vw;
    padding-bottom: 18.267vw;
  }
}

@media (max-width: 767px) {
  .sec10 .inner {
    padding: 0;
  }
}

.sec10 h2 {
  font-size: 3.25vw;
  margin-bottom: 1.8vw;
  font-weight: 900;
}

@media (max-width: 767px) {
  .sec10 h2 {
    font-size: 6vw;
    margin-bottom: 4.933vw;
  }
}

.sec10 h2 img {
  width: 8.25vw;
  vertical-align: baseline;
}

@media (max-width: 767px) {
  .sec10 h2 img {
    width: 15.867vw;
  }
}

.sec10 .not-tested {
  background: #fff;
  margin: 0 auto 5.85vw;
  padding: 2.9vw 5.5vw 5.2vw;
  width: 58vw;
}

@media (max-width: 767px) {
  .sec10 .not-tested {
    width: 91.2vw;
    padding: 9.333vw 6vw 11.333vw;
    margin-bottom: 10.267vw;
  }
}

.sec10 .not-tested .not-tested-img {
  width: 20.95vw;
  margin: auto;
}

@media (max-width: 767px) {
  .sec10 .not-tested .not-tested-img {
    width: 55.867vw;
  }
}

.sec10 .sdgs {
  background: #fff;
  margin: 0 auto;
  padding: 2.9vw 4.5vw 5.2vw;
  width: 58vw;
}

@media (max-width: 767px) {
  .sec10 .sdgs {
    width: 91.2vw;
    padding: 9.333vw 6vw 11.333vw;
  }
}

.sec10 .sdgs .sdgs-img {
  width: 12.05vw;
  margin: 0 auto 2.95vw;
}

@media (max-width: 767px) {
  .sec10 .sdgs .sdgs-img {
    width: 32.133vw;
    margin-bottom: 8vw;
  }
}

.sec10 .sdgs p sup {
  font-size: 0.8vw;
}

@media (max-width: 767px) {
  .sec10 .sdgs p sup {
    font-size: 2.28vw;
  }
}

/* sec11
----------------*/
.sec11 {
  padding-top: 2.991vw;
}

@media (max-width: 767px) {
  .sec11 {
    padding-top: 0;
  }
}

.sec11 .inner {
  max-width: 69.4vw;
}

@media (max-width: 767px) {
  .sec11 .inner {
    max-width: 100vw;
    padding: 0;
  }
}

.sec11 .sec11-img-1 {
  position: relative;
  text-align: end;
}

.sec11 .sec11-img-1 img {
  width: 69.4vw;
  position: relative;
}

@media (max-width: 767px) {
  .sec11 .sec11-img-1 img {
    width: 100vw;
  }
}

.sec11 .sec11-img-1 .sec11-txt {
  position: absolute;
  top: 15%;
  left: 10%;
  text-align: left;
  line-height: 1.7;
}

@media (max-width: 767px) {
  .sec11 .sec11-img-1 .sec11-txt {
    left: 5%;
    top: 8%;
    line-height: 1.71429;
  }
}

.sec11 .sec11-img-1 .sec11-txt ul {
  margin: 3vw auto;
}

@media (max-width: 767px) {
  .sec11 .sec11-img-1 .sec11-txt ul {
    margin: 6vw auto;
  }
}

.sec11 .sec11-img-1 .sec11-txt .sec11-txt-3 {
  margin-top: 7.2vw;
}

@media (max-width: 767px) {
  .sec11 .sec11-img-1 .sec11-txt .sec11-txt-3 {
    margin-top: 14vw;
  }
}

.sec11 .sec11-img-1 .sec11-txt .sec11-txt-3 sup {
  font-size: 0.8vw;
}

@media (max-width: 767px) {
  .sec11 .sec11-img-1 .sec11-txt .sec11-txt-3 sup {
    font-size: 2.28vw;
  }
}

.sec11 .sec11-img-1 .sec11-txt .sec11-txt-4 {
  margin-top: 2.1vw;
  font-weight: 900;
}

@media (max-width: 767px) {
  .sec11 .sec11-img-1 .sec11-txt .sec11-txt-4 {
    margin-top: 8vw;
  }
}

.sec11 .sec11-txt-2 {
  width: 52vw;
  margin: -14vw auto 0;
  line-height: 2;
  position: relative;
}

@media (max-width: 767px) {
  .sec11 .sec11-txt-2 {
    width: 80vw;
    margin-top: -42vw;
  }
}

.sec11 .sec11-txt-2::after {
  position: absolute;
  content: "";
  background: transparent url(../img/sec11-left.png) no-repeat top center/contain;
  width: 7.75vw;
  height: 11vw;
  left: -6.5vw;
  top: -6.5vw;
}

@media (max-width: 767px) {
  .sec11 .sec11-txt-2::after {
    width: 20vw;
    height: 30vw;
    left: -8.5vw;
    top: -12.5vw;
  }
}

.sec11 .sec11-txt-2::before {
  position: absolute;
  content: "";
  background: transparent url(../img/sec11-right.png) no-repeat top center/contain;
  width: 7.75vw;
  height: 11vw;
  right: -6.5vw;
  bottom: -6.5vw;
}

@media (max-width: 767px) {
  .sec11 .sec11-txt-2::before {
    width: 20vw;
    height: 30vw;
    right: -8.5vw;
    bottom: -12.5vw;
  }
}

.sec11 .syutten {
  font-size: 1.15vw;
  margin-top: 5.6vw;
}

@media (max-width: 767px) {
  .sec11 .syutten {
    font-size: 3.067vw;
    margin-top: 8vw;
  }
}

.sec11 .sec11-img-2 {
  width: 54.437vw;
  margin: 8.1vw auto 0;
}

@media (max-width: 767px) {
  .sec11 .sec11-img-2 {
    width: 100vw;
    margin-top: 15vw;
  }
}

/* sec12
----------------*/
.sec12 {
  padding-top: 5.982vw;
  padding-bottom: 7.976vw;
  background: #E9DDCE;
}

@media (max-width: 767px) {
  .sec12 {
    padding-top: 18vw;
    padding-bottom: 15vw;
  }
}

.sec12 .inner {
  max-width: 51.994vw;
}

@media (max-width: 767px) {
  .sec12 .inner {
    max-width: 100vw;
    padding: 0 9.2vw 0 3.867vw;
  }
}

.sec12 h2 {
  text-align: center;
  font-size: 3.24vw;
  margin-bottom: 4.437vw;
}

@media (max-width: 767px) {
  .sec12 h2 {
    font-size: 6vw;
    margin-bottom: 11.867vw;
  }
}

.sec12 .qa-item {
  margin-bottom: 30px;
}

.sec12 .accordion-head {
  font-weight: 700;
  left: 0;
  padding: 0 0.499vw 0.249vw 1.097vw;
  position: relative;
  cursor: pointer;
  font-size: 1.795vw;
}

@media (max-width: 767px) {
  .sec12 .accordion-head {
    font-size: 4.8vw;
    padding: 0 1vw 2vw 3vw;
  }
}

.sec12 .accordion-head:after {
  position: absolute;
  content: "";
  background: #42210b;
  height: 1px;
  width: 100%;
  left: 0;
  bottom: 0;
}

.sec12 .accordion-body {
  display: none;
  padding: 0 0.499vw 0.249vw 1.097vw;
  font-size: 1.396vw;
  line-height: 1.77778;
}

@media (max-width: 767px) {
  .sec12 .accordion-body {
    font-size: 3.733vw;
    padding: 0 1vw 2vw 3vw;
  }
}

.sec12 .accordion-body span {
  font-size: 1.795vw;
}

@media (max-width: 767px) {
  .sec12 .accordion-body span {
    font-size: 4.8vw;
  }
}

/* sec13
----------------*/
.sec13 {
  margin-top: 3.639vw;
}

.sec13 .inner {
  max-width: 55.833vw;
}

@media (max-width: 767px) {
  .sec13 .inner {
    max-width: 100vw;
    padding: 0 3vw;
  }
}

.sec13 p {
  font-size: 1vw;
  font-family: YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  margin-bottom: 1.496vw;
  font-weight: 500;
}

@media (max-width: 767px) {
  .sec13 p {
    margin-bottom: 5vw;
    font-size: 3vw;
  }
}
