@charset "UTF-8";
/*共通部分
-----------------------------------------*/
/* reset */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, sub, sup, var, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-style: normal;
  /*
  line-break: strict;
  word-break: keep-all;
  overflow-wrap: break-word;
  */
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

@blockquote :before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* reset end */
html {
  font-size: 100%;
}

img {
  display: block;
}

hr {
  border: none !important;
}

a {
  text-decoration: none;
  color: #333333;
}

input[type=submit] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
}

button {
  color: #333333;
}

html {
  scroll-behavior: smooth;
  color: #333333;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  margin: initial;
  font-family: Hiragino Kaku Gothic Pro/Meiryo/sans-serif;
  font-optical-sizing: auto;
  line-height: 1.8;
  font-weight: 400;
  background-color: #000;
}
body.active {
  overflow: hidden;
}

#wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  .sp-off {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .pc-off {
    display: none !important;
  }
}
.common__fixedBtn {
  transform: translateY(0px);
  opacity: 1;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .common__fixedBtn.hidden {
    transform: translateY(100px);
    opacity: 0;
  }
}

.common__fixedBtn {
  position: absolute;
  top: 290px;
  bottom: initial;
  left: initial;
  right: 10px;
  margin: auto;
  z-index: 3;
  position: fixed;
}
@media (max-width: 767px) {
  .common__fixedBtn {
    top: initial;
    right: 0px;
    left: 0px;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
  }
}
.common__fixedBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 11.9230769231px + 0.0057692308 * 100vw, 20px);
  border: solid 1px #BDAA8A;
  color: #fff;
  writing-mode: vertical-rl;
  padding: 1em 0.4em;
  border-radius: 0.2em;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .common__fixedBtn a {
    padding: 1em 0.2em;
    writing-mode: initial;
    width: 48%;
    box-sizing: border-box;
    padding: 0.4em 0.4em;
    font-weight: 600;
  }
}
.common__fixedBtn a:first-child {
  background-color: #7A6238;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .common__fixedBtn a:first-child {
    margin-bottom: 0em;
  }
}
.common__fixedBtn a:last-child {
  background-color: #977947;
}
.common__fixedBtn a:hover {
  background-color: #000;
}

.common__title {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  align-items: flex-start;
  font-size: clamp(22px, 19.9230769231px + 0.0057692308 * 100vw, 28px);
  color: #fff;
  gap: 0.3em;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .common__title {
    display: block;
    text-align: center;
  }
}
.common__title .commonTitle__point {
  display: block;
  width: auto;
  height: 1.4em;
}
@media (max-width: 767px) {
  .common__title .commonTitle__point {
    margin: 0 auto;
    margin-bottom: 0.3em;
  }
}
.common__title .commonTitle__border {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: initial;
  bottom: -0.5em;
  left: 0px;
  right: 0px;
  margin: auto;
}
@media (max-width: 767px) {
  .common__title .commonTitle__border {
    text-align: center;
    position: absolute;
    top: initial;
    bottom: -0.8em;
    left: 0px;
    right: 0px;
    margin: auto;
  }
}

.modal {
  opacity: 0;
}
.modal.active {
  opacity: 1;
}

.modal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.modal__close {
  position: fixed;
  top: 2%;
  right: 2%;
  z-index: 12;
  cursor: pointer;
}

.modal01 {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: fixed;
  width: min(1700px, 90vw);
  height: -moz-fit-content;
  height: fit-content;
  overflow-x: scroll;
  z-index: 11;
}
.modal01 .modal01__img {
  display: block;
  width: max(100%, 1200px);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.modal02 {
  width: min(1000px, 90%);
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: fixed;
  z-index: 11;
  overflow-y: scroll;
  max-height: 80vh;
  background-color: #000;
  padding: 30px 30px;
  box-sizing: border-box;
}
.modal02 .modal02__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.kv {
  width: 100%;
  height: 1000px;
  position: relative;
}
@media (max-width: 767px) {
  .kv {
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 100px;
  }
}
.kv .kv__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.kv .kv__txt {
  position: absolute;
  top: -10%;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: min(700px, 100%);
  height: auto;
}
@media (max-width: 767px) {
  .kv .kv__txt {
    position: relative;
    display: block;
    margin: 0 auto;
  }
}
.kv .kv__risk {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  position: absolute;
  top: 1em;
  bottom: initial;
  left: initial;
  right: 1em;
  margin: auto;
  font-size: clamp(12px, 10.6153846154px + 0.0038461538 * 100vw, 16px);
  transition: all 0.3s;
}
.kv .kv__risk:hover {
  color: #BDAA8A;
}
.kv .kv__exp {
  width: min(630px, 90%);
  position: absolute;
  top: initial;
  bottom: -65px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 3;
}
@media (max-width: 767px) {
  .kv .kv__exp {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: -65px;
  }
}
.kv .kv__exp div {
  width: 100%;
  height: auto;
  border: solid 1px #fff;
  margin-bottom: 1em;
  font-size: clamp(12px, 11.3076923077px + 0.0019230769 * 100vw, 14px);
  background: rgba(0, 0, 0, 0.36);
}
.kv .kv__exp div p {
  padding: 1em;
  box-sizing: border-box;
}
.kv .kv__exp p {
  font-size: clamp(12px, 11.3076923077px + 0.0019230769 * 100vw, 14px);
  color: #fff;
}

.s01 {
  height: auto;
  padding: 190px 5% 130px 5%;
  position: relative;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .s01 {
    padding: 190px 5% 100px 5%;
  }
}
.s01 .s01__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
  -o-object-position: bottom;
     object-position: bottom;
  filter: brightness(0.7);
}
.s01 h1 {
  color: #fff;
  text-align: center;
  font-size: clamp(24px, 17.0769230769px + 0.0192307692 * 100vw, 44px);
  font-weight: 800;
}
.s01 .s02__border {
  display: block;
  width: min(584px, 90%);
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .s01 .s02__border {
    margin-top: 14px;
    margin-bottom: 14px;
  }
}
.s01 h2 {
  font-size: clamp(16px, 14.6153846154px + 0.0038461538 * 100vw, 20px);
  color: #BDAA8A;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 500;
}
.s01 p {
  display: block;
  font-size: clamp(16px, 15.3076923077px + 0.0019230769 * 100vw, 18px);
  width: min(860px, 90%);
  margin: 0 auto;
  color: #fff;
  margin-bottom: 5em;
}
@media (max-width: 767px) {
  .s01 p {
    margin-bottom: 2em;
  }
}
.s01 .s02__iframe {
  display: block;
  width: min(480px, 90%);
  height: auto;
  aspect-ratio: 560/315;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}

.wrapper__black {
  width: 100%;
  height: auto;
  background-color: #000;
}

.s02 {
  padding: 110px 0px 80px 0px;
}
@media (max-width: 767px) {
  .s02 {
    padding: 100px 0px 50px 0px;
  }
}
.s02 h1 {
  color: #fff;
  font-size: clamp(24px, 19.1538461538px + 0.0134615385 * 100vw, 38px);
  text-align: center;
  line-height: 1.6;
  margin-bottom: 1.4em;
}
.s02 h1 span {
  font-size: clamp(18px, 13.1538461538px + 0.0134615385 * 100vw, 32px);
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
.s02 h1 span img {
  display: block;
  margin: 0 auto;
  height: 1em;
  width: auto;
  margin-bottom: 0.5em;
}
.s02 nav {
  width: min(1000px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.s02 nav a {
  display: block;
  width: 30%;
  position: relative;
  transition: all 0.3s;
}
.s02 nav a:hover {
  background-color: rgba(122, 98, 56, 0.4);
}
@media (max-width: 767px) {
  .s02 nav a {
    width: min(300px, 100%);
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 10px 0px;
  }
}
.s02 nav a .s02__border {
  display: block;
  width: 100%;
  height: auto;
}
.s02 nav a .s02__border--top {
  position: absolute;
  top: 0px;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
}
.s02 nav a .s02__border--bottom {
  position: absolute;
  top: initial;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.s02 nav a .s02__arrow {
  display: block;
  width: 12px;
  height: auto;
  position: absolute;
  top: initial;
  bottom: 2%;
  left: 0px;
  right: 0px;
  margin: auto;
}
.s02 nav a h2 {
  display: block;
  text-align: center;
  font-size: clamp(24px, 19.1538461538px + 0.0134615385 * 100vw, 38px);
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: solid 1px #BDAA8A;
  margin: 0 auto;
  margin-top: 0.5em;
}
.s02 nav a h2 img {
  display: inline;
  height: 1em;
  width: auto;
}
.s02 nav a p {
  display: block;
  font-size: clamp(18px, 15.9230769231px + 0.0057692308 * 100vw, 24px);
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 0.8em;
  margin-bottom: 1.2em;
}

.s03 {
  width: min(860px, 90%);
  margin: 0 auto;
  padding: 80px 0px 0px 0px;
}
@media (max-width: 767px) {
  .s03 {
    padding: 50px 0px 0px 0px;
  }
}
.s03 .s03__exp {
  color: #fff;
  font-size: clamp(16px, 15.3076923077px + 0.0019230769 * 100vw, 18px);
  margin-top: 3em;
  margin-bottom: 3em;
}

.s04 {
  position: relative;
  padding-bottom: 90px;
}
.s04 .s04__bg {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 100px;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
}
.s04 .s04__content {
  width: min(1000px, 90%);
  background-color: rgba(255, 255, 255, 0.12);
  margin: 0 auto;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
}
.s04 .s04__content--type01 {
  padding: 65px 0px 60px 0px;
  border-top: solid 4px #BDAA8A;
}
@media (max-width: 767px) {
  .s04 .s04__content--type01 {
    box-sizing: border-box;
    padding: 35px 0px;
  }
}
.s04 .s04__content--type01 h2 {
  font-size: clamp(20px, 17.9230769231px + 0.0057692308 * 100vw, 26px);
  text-align: center;
  color: #fff;
  margin-bottom: 0.8em;
  font-weight: 600;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .s04 .s04__content--type01 h2 {
    margin-bottom: 1em;
  }
}
.s04 .s04__content--type01 h2 span {
  display: block;
  font-size: clamp(14px, 11.9230769231px + 0.0057692308 * 100vw, 20px);
  text-align: center;
}
.s04 .s04__content--type01 hr {
  display: block;
  width: 90px;
  height: 1px;
  background-color: #BDAA8A;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .s04 .s04__content--type01 hr {
    margin-bottom: 40px;
  }
}
.s04 .s04__content--type01 .s04__img01 {
  display: block;
  width: min(767px, 90%);
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .s04 .s04__content--type01 .s04__img01 {
    width: min(270px, 90%);
  }
}
.s04 .s04__content--type01 h3 {
  text-align: center;
  color: #fff;
  font-size: clamp(20px, 17.9230769231px + 0.0057692308 * 100vw, 26px);
  text-decoration: underline;
  text-decoration-thickness: 0.6em;
  text-decoration-color: rgba(189, 170, 138, 0.45);
  text-underline-offset: -0.3em;
  line-height: 2;
  margin-top: 1em;
  font-weight: 600;
  width: 90%;
  margin: 0 auto;
}
.s04 .s04__content--type01 .s04__flex {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .s04 .s04__content--type01 .s04__flex {
    display: block;
  }
}
.s04 .s04__content--type01 .s04__flex article {
  width: 48%;
  border: solid 1px rgba(255, 255, 255, 0.12);
  background-color: rgba(0, 0, 0, 0.36);
}
@media (max-width: 767px) {
  .s04 .s04__content--type01 .s04__flex article {
    width: 100%;
    margin-bottom: 30px;
  }
}
.s04 .s04__content--type01 .s04__flex article h4 {
  color: #BDAA8A;
  font-size: clamp(18px, 15.9230769231px + 0.0057692308 * 100vw, 24px);
  position: relative;
  padding-top: 1.5em;
  text-align: center;
  margin-bottom: 0.8em;
}
.s04 .s04__content--type01 .s04__flex article h4 img {
  display: block;
  width: auto;
  height: 1.4em;
  position: absolute;
  top: -0.5em;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
}
.s04 .s04__content--type01 .s04__flex article .s04__flag {
  display: block;
  height: 92px;
  width: auto;
  margin: 0 auto;
}
.s04 .s04__content--type01 .s04__flex article p {
  display: block;
  height: 8em;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.12);
}
.s04 .s04__content--type01 .s04__flex article h5 {
  display: block;
  width: 90%;
  margin: 0 auto;
  color: #fff;
  font-size: clamp(16px, 14.6153846154px + 0.0038461538 * 100vw, 20px);
  padding: 1em 0px;
}
.s04 .s04__content--type01 .s04__graph {
  width: 90%;
  margin: 0 auto;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}
.s04 .s04__content--type01 .s04__graph .s04__graphImg {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.s04 .s04__content--type01 .s04__graph .s04__controll {
  display: block;
  position: absolute;
  top: initial;
  bottom: 5%;
  left: initial;
  right: 5%;
  margin: auto;
  width: min(86px, 15%);
  height: auto;
  cursor: pointer;
}
.s04 .s04__content--type01 .s04__graphTxt {
  font-size: clamp(10px, 8.6153846154px + 0.0038461538 * 100vw, 14px);
  padding: 1em 2em;
  box-sizing: border-box;
  border: solid 1px #fff;
  width: 90%;
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 2em;
}
.s04 .s04__content--type01 .s04__graphTxt p {
  color: #fff;
}
.s04 .s04__content--type01 .s04__txt {
  color: #fff;
  display: block;
  font-size: clamp(14px, 12.6153846154px + 0.0038461538 * 100vw, 18px);
  width: 90%;
  margin: 0 auto;
  margin-bottom: 4em;
}
.s04 .s04__content--type02 {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 0px 0px 0px 0px;
  overflow: hidden;
  /*
  .s04__yearBlock{
  opacity: 0;
  visibility: hidden;
  transition: all 1.3s;
  height: 0px;
      &--open{
      opacity: 1;
  transition: all 0.3s;
      visibility: visible;
      height: auto;
      }
  }
  */
}
.s04 .s04__content--type02 .s04__year {
  display: block;
  width: 90%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .s04 .s04__content--type02 .s04__year {
    width: min(270px, 90%);
  }
}
.s04 .s04__content--type02 .s04__caution {
  padding-bottom: 50px;
}
.s04 .s04__content--type03 {
  background: transparent;
  margin-top: 45px;
  margin-bottom: 0px;
}
.s04 .s04__content--type03 .s04__plusBlock {
  position: relative;
}
.s04 .s04__content--type03 .s04__plusBlock .s04__plus {
  height: 0px;
}
.s04 .s04__content--type03 .s04__plusBlock .s04__plus img {
  display: block;
  width: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.s04 .s04__content--type03 .s04__plusBlock .s04__plus img:nth-child(1) {
  position: absolute;
  top: 0px;
  bottom: initial;
  left: 0px;
  right: initial;
  margin: auto;
}
.s04 .s04__content--type03 .s04__plusBlock .s04__plus img:nth-child(2) {
  position: absolute;
  top: 0px;
  bottom: initial;
  left: initial;
  right: 0px;
  margin: auto;
}
.s04 .s04__content--type03 .s04__plusBlock .s04__plus img:nth-child(3) {
  position: absolute;
  top: initial;
  bottom: 0px;
  left: initial;
  right: 0px;
  margin: auto;
}
.s04 .s04__content--type03 .s04__plusBlock .s04__plus img:nth-child(4) {
  position: absolute;
  top: initial;
  bottom: 0px;
  left: 0px;
  right: initial;
  margin: auto;
}
.s04 .s04__content--type03 .s04__plusBlock .s04__hr hr {
  display: block;
}
.s04 .s04__content--type03 .s04__plusBlock .s04__hr hr:nth-child(1) {
  width: calc(100% - 10px - 10px - 10px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 7px;
  bottom: initial;
  left: 0px;
  right: 0px;
  margin: auto;
}
.s04 .s04__content--type03 .s04__plusBlock .s04__hr hr:nth-child(2) {
  height: calc(100% - 10px - 10px - 10px);
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 17px;
  bottom: initial;
  left: initial;
  right: 4px;
  margin: auto;
}
.s04 .s04__content--type03 .s04__plusBlock .s04__hr hr:nth-child(3) {
  height: calc(100% - 10px - 10px - 10px);
  width: 1px;
  background-color: #fff;
  position: absolute;
  top: 17px;
  bottom: initial;
  left: 4px;
  right: initial;
  margin: auto;
}
.s04 .s04__content--type03 .s04__plusBlock .s04__hr hr:nth-child(4) {
  width: calc(100% - 10px - 10px - 10px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: initial;
  bottom: 7px;
  left: 0px;
  right: 0px;
  margin: auto;
}
.s04 .s04__content--type03 .s04__plusBlock .s04__hr hr.--grey {
  opacity: 0.4;
}
.s04 .s04__content--type03 .s04__plusBlock--01 h2 {
  text-align: center;
  font-size: clamp(20px, 17.9230769231px + 0.0057692308 * 100vw, 26px);
  color: #fff;
  padding: 1.5em 0px 1em 0px;
}
.s04 .s04__content--type03 .s04__plusBlock--01 h2 img {
  display: block;
  margin: 0 auto;
  height: 0.8em;
  width: auto;
  margin-bottom: 0.3em;
}
.s04 .s04__content--type03 .s04__plusBlock--01 h2 span {
  font-size: clamp(16px, 13.2307692308px + 0.0076923077 * 100vw, 24px);
}
.s04 .s04__content--type03 .s04__plusBlock--02 {
  margin-top: -10px;
}
.s04 .s04__content--type03 .s04__plusBlock--02 p {
  font-size: clamp(14px, 12.6153846154px + 0.0038461538 * 100vw, 18px);
  padding: 2em;
  color: #fff;
}
.s04 .s04__content--type03 .s04__plusBlock--03 {
  margin-top: -10px;
  padding: 70px 0px;
}
.s04 .s04__content--type03 .s04__plusBlock--03 h3, .s04 .s04__content--type03 .s04__plusBlock--03 h4, .s04 .s04__content--type03 .s04__plusBlock--03 h5, .s04 .s04__content--type03 .s04__plusBlock--03 p {
  position: relative;
  z-index: 2;
  max-width: 86%;
  margin: 0 auto;
}
.s04 .s04__content--type03 .s04__plusBlock--03 h3 {
  font-size: clamp(18px, 15.9230769231px + 0.0057692308 * 100vw, 24px);
  text-align: center;
  color: #fff;
  font-weight: 500;
}
.s04 .s04__content--type03 .s04__plusBlock--03 h4 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  color: #fff;
  font-size: clamp(16px, 15.3076923077px + 0.0019230769 * 100vw, 18px);
  margin-top: 3em;
}
.s04 .s04__content--type03 .s04__plusBlock--03 h5 {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 800;
  color: #fff;
  font-size: clamp(14px, 13.3076923077px + 0.0019230769 * 100vw, 16px);
  margin-top: 0.7em;
}
.s04 .s04__content--type03 .s04__plusBlock--03 p {
  font-size: clamp(12px, 11.3076923077px + 0.0019230769 * 100vw, 14px);
  color: #fff;
  width: min(600px, 90%);
  margin: 0 auto;
  margin-top: 0.7em;
}
.s04 .s04__content--type03 .s04__plusBlock--03 .s04__img07 {
  display: block;
  width: calc(100% - 40px);
  height: calc(100% - 50px);
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: 1;
  filter: brightness(0.3);
}
.s04 .s04__content--type03 .s04__plusBlock--04 {
  height: 0px;
  margin-bottom: 30px;
  margin-top: -10px;
}
.s04 .s04__caution {
  display: block;
  color: #fff;
  width: min(90%, 1000px);
  font-size: clamp(10px, 8.6153846154px + 0.0038461538 * 100vw, 14px);
  margin: 0 auto;
  margin-top: 1em;
}
.s04 .s04__clickable {
  width: 100%;
  font-size: clamp(16px, 12.5384615385px + 0.0096153846 * 100vw, 26px);
  background-color: #fff;
  font-weight: 600;
  padding: 1.3em 0px;
  position: relative;
}
.s04 .s04__clickable p {
  text-align: center;
  font-weight: 600;
}
.s04 .s04__clickable .s04__button {
  width: 34px;
  height: 34px;
  border-radius: 24px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 5%;
  margin: auto;
  background-color: #fff;
  border: solid 2px #BDAA8A;
}
@media (max-width: 767px) {
  .s04 .s04__clickable .s04__button {
    border: solid 1px #BDAA8A;
    width: 24px;
    height: 24px;
  }
}
.s04 .s04__clickable .s04__button hr {
  display: block;
  width: 80%;
  height: 2px;
  background-color: #BDAA8A;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}
@media (max-width: 767px) {
  .s04 .s04__clickable .s04__button hr {
    height: 1px;
  }
}
.s04 .s04__clickable .s04__button hr:last-child {
  transform: rotate(90deg);
}
.s04 .s04__clickable .s04__button.active hr {
  transform: rotate(0deg);
}
.s04 .s04__clickable--gray {
  width: min(1000px, 90%);
  border-radius: 20px;
  background-color: #363636;
  margin: 0 auto;
}
.s04 .s04__clickable--gray p {
  color: #fff;
}
.s04 .s04__clickable--gray .s04__zoom {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 5%;
  margin: auto;
}

.s05 {
  position: relative;
  padding: 130px 0px;
}
@media (max-width: 767px) {
  .s05 {
    padding: 100px 0px;
  }
}
.s05 .s05__bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  z-index: -1;
}
.s05 .s05__exp {
  display: block;
  width: min(1000px, 90%);
  font-size: clamp(14px, 12.6153846154px + 0.0038461538 * 100vw, 18px);
  color: #fff;
  margin: 0 auto;
  margin-top: 4em;
  margin-bottom: 2em;
}
.s05 .s05__exp--center {
  text-align: center;
  margin-top: 2em;
}
.s05 .s05__content {
  width: min(1000px, 90%);
  margin: 0 auto;
  padding: 65px 0px 60px 0px;
  border-top: solid 4px #BDAA8A;
  background-color: rgba(0, 0, 0, 0.36);
  /*
  .s05__caition{
  color: #fff;
  font-size: settings.clampSize(14px,18px);
  width: min(90% , 735px);
  margin: 0 auto;
  margin-top: 2em;
  }*/
}
@media (max-width: 767px) {
  .s05 .s05__content {
    background-color: rgba(0, 0, 0, 0.56);
    padding: 35px 0px;
    box-sizing: border-box;
  }
}
.s05 .s05__content h2 {
  font-size: clamp(20px, 17.9230769231px + 0.0057692308 * 100vw, 26px);
  text-align: center;
  color: #fff;
  margin-bottom: 0.8em;
}
.s05 .s05__content h2 span {
  display: block;
  font-size: clamp(14px, 11.9230769231px + 0.0057692308 * 100vw, 20px);
  text-align: center;
}
.s05 .s05__content hr {
  display: block;
  width: 90px;
  height: 1px;
  background-color: #BDAA8A;
  margin: 0 auto;
  margin-bottom: 60px;
}
.s05 .s05__content .s05__imgs {
  width: min(90%, 735px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .s05 .s05__content .s05__imgs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
  }
}
.s05 .s05__content .s05__imgs img {
  width: min(219px, 30%);
  height: auto;
}
@media (max-width: 767px) {
  .s05 .s05__content .s05__imgs img {
    width: min(219px, 32%);
    width: calc(min(219px, 50%) - 5px);
  }
}
.s05 .s05__content .s05__arrow {
  display: block;
  width: 50px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}
.s05 .s05__content .s05__flex {
  width: min(90%, 745px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .s05 .s05__content .s05__flex {
    display: block;
  }
}
.s05 .s05__content .s05__flex div {
  width: 48%;
}
@media (max-width: 767px) {
  .s05 .s05__content .s05__flex div {
    width: 100%;
  }
  .s05 .s05__content .s05__flex div:first-child {
    margin-bottom: 30px;
  }
}
.s05 .s05__content .s05__flex div h3 {
  color: #fff;
  font-size: clamp(16px, 15.3076923077px + 0.0019230769 * 100vw, 18px);
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  vertical-align: middle;
  padding: 1.2em 0px;
  text-align: center;
  font-weight: 600;
}
.s05 .s05__content .s05__flex div p {
  font-size: clamp(14px, 12.6153846154px + 0.0038461538 * 100vw, 18px);
  color: #fff;
  width: 90%;
  margin: 0 auto;
  margin-top: 1em;
}
.s05 .s05__graph {
  display: block;
  width: min(735px, 90%);
  height: auto;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.s05 .s05__caution {
  display: block;
  color: #fff;
  width: min(90%, 1000px);
  font-size: clamp(10px, 8.6153846154px + 0.0038461538 * 100vw, 14px);
  margin: 0 auto;
  margin-top: 1em;
}
.s05 .s05__caution--inner {
  display: block;
  width: min(735px, 90%);
  margin: 0 auto;
  margin-top: 2em;
  margin-bottom: 4em;
}
.s05 .s05__caution--box {
  display: block;
  width: min(735px, 90%);
  border: solid 1px #fff;
  padding: 2em;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 2em;
}

.s06 {
  padding: 60px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.s06 img {
  width: min(860px, 90%);
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.s07 {
  background-color: #2B2B2B;
  padding: 100px 0px 50px 0px;
}
@media (max-width: 767px) {
  .s07 {
    padding: 50px 0px 50px 0px;
  }
}
.s07 .s07__inner {
  width: min(770px, 90%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.s07 .s07__inner div {
  display: block;
  width: 45%;
  border-top: solid 1px #BDAA8A;
  border-bottom: solid 1px #BDAA8A;
  position: relative;
  cursor: pointer;
}
@media (max-width: 767px) {
  .s07 .s07__inner div {
    width: 100%;
  }
  .s07 .s07__inner div:first-child {
    margin-bottom: 60px;
  }
}
.s07 .s07__inner div .s07__link {
  display: block;
  transition: all 0.3s;
}
.s07 .s07__inner div .s07__link:hover {
  background-color: #7A6238;
}
.s07 .s07__inner div h2 {
  color: #BDAA8A;
  font-size: clamp(20px, 17.9230769231px + 0.0057692308 * 100vw, 26px);
  text-align: center;
  padding: 0.8em 0px;
}
.s07 .s07__inner div h2 span {
  display: block;
  font-size: clamp(14px, 12.6153846154px + 0.0038461538 * 100vw, 18px);
  color: #fff;
  font-weight: 400;
}
.s07 .s07__inner div p {
  position: absolute;
  top: initial;
  bottom: 110%;
  left: 0px;
  right: 0px;
  margin: auto;
  font-size: clamp(10px, 8.6153846154px + 0.0038461538 * 100vw, 14px);
  text-align: center;
  color: #fff;
}
.s07 .s07__inner div p a {
  text-decoration: underline;
  color: #fff;
  transition: all 0.3s;
}
.s07 .s07__inner div p a:hover {
  color: #BDAA8A;
}
.s07 .s07__inner div img {
  display: block;
  width: 18px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: initial;
  right: 0px;
  margin: auto;
}

.s08 {
  width: 100%;
  background-color: #fff;
  padding: 100px 0px;
}
@media (max-width: 767px) {
  .s08 {
    padding: 50px 0px;
  }
}
.s08 h2, .s08 h3, .s08 p {
  width: min(820px, 90%);
  margin: 0 auto;
}
.s08 h2 {
  font-size: clamp(16px, 15.3076923077px + 0.0019230769 * 100vw, 18px);
  margin-bottom: 1em;
}
.s08 h3 {
  font-size: clamp(12px, 10.6153846154px + 0.0038461538 * 100vw, 16px);
}
.s08 p {
  font-size: clamp(10px, 8.6153846154px + 0.0038461538 * 100vw, 14px);
  margin-bottom: 2em;
}
.s08 p small {
  display: block;
  padding-left: 1em;
  box-sizing: border-box;
}
.s08 p span {
  color: #ff0000;
}
.s08 p span.--border {
  text-decoration: underline;
}
.s08 p a {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */