html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #231815;
  width: 100%;
  height: 100%;
}
@media (max-width: 1199.98px) {
  html, body {
    font-size: 1.33vw;
  }
}
@media (max-width: 575.98px) {
  html, body {
    font-size: 4vw;
  }
}

p {
  text-align: justify;
}

section {
  margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
  section {
    margin-bottom: 6.67vw;
  }
}
@media (max-width: 575.98px) {
  section {
    margin-bottom: 10vw;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}
.container.nopad {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  .container {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}
@media (max-width: 575.98px) {
  .container {
    padding-left: 3.75vw;
    padding-right: 3.75vw;
  }
}

h3 {
  font-size: 26px;
  margin-bottom: 0.75em;
}
@media (max-width: 1199.98px) {
  h3 {
    font-size: 2.17vw;
  }
}
@media (max-width: 575.98px) {
  h3 {
    font-size: 6vw;
  }
}

.caption {
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 1199.98px) {
  .caption {
    font-size: 1vw;
  }
}
@media (max-width: 575.98px) {
  .caption {
    font-size: 3vw;
  }
}

.roboto-400 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.roboto-700 {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.mv {
  color: #fff;
  overflow: hidden;
  width: 100%;
  text-shadow: 0 0 2px #231815;
}
@media (max-width: 575.98px) {
  .mv {
    width: 100%;
    min-height: 100vh;
    height: 100%;
  }
}
.mv picture {
  position: relative;
  z-index: 0;
}
.mv picture img {
  width: 100%;
}
@media (max-width: 575.98px) {
  .mv picture img {
    width: auto;
    min-height: 100vh;
    object-fit: cover;
    object-position: 90% 50%;
  }
}
.mv h1 {
  font-size: 60px;
  position: absolute;
  top: 110px;
  right: 150px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 1199.98px) {
  .mv h1 {
    font-size: 5vw;
    top: 9.17vw;
    right: 12.5vw;
  }
}
@media (max-width: 575.98px) {
  .mv h1 {
    font-size: 7.5vw;
    top: 30vw;
    right: 4vw;
  }
}
.mv h2 {
  font-size: 48px;
  position: absolute;
  top: 140px;
  right: 244px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 1199.98px) {
  .mv h2 {
    font-size: 4vw;
    top: 11.67vw;
    right: 20.33vw;
  }
}
@media (max-width: 575.98px) {
  .mv h2 {
    top: 35vw;
    right: 15vw;
    font-size: 6vw;
  }
}
.mv p {
  font-weight: bold;
  position: absolute;
  top: 140px;
  right: 335px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 250px;
  text-align: justify;
}
@media (max-width: 1199.98px) {
  .mv p {
    font-size: 1.33vw;
    top: 11.67vw;
    right: 27.92vw;
    height: 20.83vw;
  }
}
@media (max-width: 575.98px) {
  .mv p {
    font-size: 3.5vw;
    top: 35vw;
    right: 28vw;
    height: 100vw;
  }
}

.s1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .s1 {
    gap: 2.5vw;
  }
}
@media (max-width: 575.98px) {
  .s1 {
    gap: 7.5vw;
    flex-direction: column;
  }
}
.s1 .text {
  width: calc(40% - 30px);
}
@media (max-width: 575.98px) {
  .s1 .text {
    width: 100%;
  }
}
.s1 .img {
  width: 60%;
}
@media (max-width: 575.98px) {
  .s1 .img {
    width: 100%;
  }
}
.s1 .img img {
  width: 100%;
}

.s3 {
  display: flex;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .s3 {
    gap: 2.5vw;
  }
}
@media (max-width: 575.98px) {
  .s3 {
    gap: 7.5vw;
    flex-direction: column;
  }
}
.s3 .img {
  width: calc(50% - 15px);
}
@media (max-width: 1199.98px) {
  .s3 .img {
    width: calc(50% - 1.25vw);
  }
}
@media (max-width: 575.98px) {
  .s3 .img {
    width: calc(50% - 3.75vw);
    width: 100%;
  }
}
.s3 .img img {
  width: 100%;
}
.s3 .text {
  width: calc(50% - 15px);
}
@media (max-width: 1199.98px) {
  .s3 .text {
    width: calc(50% - 1.25vw);
  }
}
@media (max-width: 575.98px) {
  .s3 .text {
    width: calc(50% - 3.75vw);
    width: 100%;
  }
}

.s4 {
  color: #fff;
  overflow: hidden;
  width: 100%;
  position: relative;
  text-shadow: 0 0 2px #231815;
}
@media (max-width: 575.98px) {
  .s4 {
    width: 100%;
    min-height: 50vh;
    height: 50%;
  }
}
.s4 picture {
  position: relative;
  z-index: 0;
}
.s4 picture img {
  width: 100%;
}
@media (max-width: 575.98px) {
  .s4 picture img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: 90% 50%;
  }
}
.s4 h2 {
  font-size: 46px;
  line-height: 1.28;
  position: absolute;
  top: 140px;
  right: 150px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media (max-width: 1199.98px) {
  .s4 h2 {
    font-size: 3.83vw;
    top: 11.67vw;
    right: 12.5vw;
  }
}
@media (max-width: 575.98px) {
  .s4 h2 {
    font-size: 7vw;
    top: 30vw;
    right: 4vw;
  }
}
.s4 p {
  font-weight: bold;
  position: absolute;
  top: 140px;
  right: 360px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 250px;
  text-align: justify;
}
@media (max-width: 1199.98px) {
  .s4 p {
    top: 11.67vw;
    right: 30vw;
    height: 20.83vw;
  }
}
@media (max-width: 575.98px) {
  .s4 p {
    font-size: 3.5vw;
    top: 30vw;
    right: 40vw;
    height: 50vw;
  }
}

.s8 {
  display: flex;
  gap: 30px;
}
@media (max-width: 575.98px) {
  .s8 {
    flex-direction: column;
  }
}
.s8 .img {
  width: calc(50% - 15px);
}
@media (max-width: 575.98px) {
  .s8 .img {
    width: 100%;
  }
}
.s8 .img img {
  width: 100%;
}
.s8 .text {
  width: calc(50% - 15px);
}
@media (max-width: 575.98px) {
  .s8 .text {
    width: 100%;
  }
}

.s9 {
  display: flex;
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .s9 {
    gap: 2.5vw;
  }
}
@media (max-width: 575.98px) {
  .s9 {
    gap: 7.5vw;
    flex-direction: column;
  }
}
.s9 .img {
  width: calc(50% - 15px);
  position: relative;
  display: block;
}
@media (max-width: 1199.98px) {
  .s9 .img {
    width: calc(50% - 1.25vw);
  }
}
@media (max-width: 575.98px) {
  .s9 .img {
    width: 100%;
  }
}
.s9 .img img {
  width: 100%;
  position: relative;
  z-index: 0;
}
@media (max-width: 575.98px) {
  .s9 .img .img1 {
    display: flex;
    align-items: center;
    gap: 3.75vw;
    margin-bottom: 1em;
  }
}
.s9 .img .img1 img {
  width: 171px;
}
@media (max-width: 1199.98px) {
  .s9 .img .img1 img {
    width: 14.25vw;
  }
}
@media (max-width: 575.98px) {
  .s9 .img .img1 img {
    min-width: 37.5vw;
  }
}
.s9 .img .img2 {
  width: 337px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1199.98px) {
  .s9 .img .img2 {
    width: 28.08vw;
  }
}
@media (max-width: 575.98px) {
  .s9 .img .img2 {
    width: 100%;
    position: static;
  }
}
.s9 .img .img2 p {
  text-align: right;
}
.s9 .text {
  width: calc(50% - 15px);
}
@media (max-width: 1199.98px) {
  .s9 .text {
    width: calc(50% - 1.25vw);
  }
}
@media (max-width: 575.98px) {
  .s9 .text {
    width: 100%;
  }
}

.s10 {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .s10 {
    gap: 2.5vw;
  }
}
@media (max-width: 575.98px) {
  .s10 {
    gap: 7.5vw;
    flex-direction: column;
  }
}
.s10 .img {
  width: calc(50% - 15px);
}
@media (max-width: 1199.98px) {
  .s10 .img {
    width: calc(50% - 1.25vw);
  }
}
@media (max-width: 575.98px) {
  .s10 .img {
    width: 100%;
  }
}
.s10 .img img {
  width: 100%;
}
.s10 .img1 {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  align-items: center;
}
.s10 .img2 {
  position: relative;
}
.s10 .img2 img {
  position: relative;
  z-index: 0;
}
.s10 .img2 .caption {
  position: absolute;
  right: 0;
  bottom: 0;
}
.s10 .img2 .label {
  display: inline;
  background: #595757;
  color: #fff;
  font-size: 11px;
  padding: 0 0.5em 0.1em;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .s10 .img2 .label {
    font-size: 0.92vw;
  }
}
@media (max-width: 575.98px) {
  .s10 .img2 .label {
    font-size: 2.75vw;
  }
}
.s10 .caption.border {
  padding: 0.5em;
  border: 1px solid #231815;
  display: inline-block;
}

.s11 {
  width: 100%;
}
.s11 img {
  width: 100%;
}

.s12 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 76px;
}
@media (max-width: 1199.98px) {
  .s12 {
    gap: 6.33vw;
  }
}
@media (max-width: 575.98px) {
  .s12 {
    flex-direction: column;
  }
}
.s12 h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media (max-width: 1199.98px) {
  .s12 h4 {
    font-size: 4vw;
  }
}
@media (max-width: 575.98px) {
  .s12 h4 {
    font-size: 9vw;
  }
}
.s12 h4 span {
  font-family: "Noto Sans JP", serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}
@media (max-width: 1199.98px) {
  .s12 h4 span {
    font-size: 1.5vw;
  }
}
@media (max-width: 575.98px) {
  .s12 h4 span {
    font-size: 4.25vw;
  }
}
.s12 .logo {
  width: 250px;
}

.s13 {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px dashed #666;
}
@media (max-width: 575.98px) {
  .s13 {
    flex-direction: column;
  }
}
.s13 .block {
  display: block;
  width: 50%;
  padding: 30px;
  border-bottom: 1px dashed #666;
}
.s13 .block:nth-child(odd) {
  border-right: 1px dashed #666;
}
@media (max-width: 575.98px) {
  .s13 .block:nth-child(odd) {
    border-right: unset;
  }
}
@media (max-width: 1199.98px) {
  .s13 .block {
    padding: 2.5vw;
  }
}
@media (max-width: 575.98px) {
  .s13 .block {
    padding: 3.75vw;
    width: 100%;
  }
}
.s13 .block .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 575.98px) {
  .s13 .block .flex {
    display: block;
    position: relative;
  }
}
.s13 .block .flex .text h5 {
  display: flex;
  align-items: center;
  gap: 0.25em;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 0;
}
.s13 .block .flex .text h5.sanjo {
  line-height: 1.2;
  flex-direction: column;
  align-items: start;
  gap: 0;
  margin-bottom: 0.25em;
}
@media (max-width: 1199.98px) {
  .s13 .block .flex .text h5 {
    font-size: 2.33vw;
  }
}
@media (max-width: 575.98px) {
  .s13 .block .flex .text h5 {
    font-size: 5.75vw;
  }
}
.s13 .block .flex .text h5 span {
  font-size: 18px;
}
@media (max-width: 1199.98px) {
  .s13 .block .flex .text h5 span {
    font-size: 1.5vw;
  }
}
@media (max-width: 575.98px) {
  .s13 .block .flex .text h5 span {
    font-size: 4vw;
  }
}
.s13 .block .flex .text .subtitle {
  font-size: 15px;
  margin-bottom: 1em;
}
@media (max-width: 1199.98px) {
  .s13 .block .flex .text .subtitle {
    font-size: 1.25vw;
  }
}
@media (max-width: 575.98px) {
  .s13 .block .flex .text .subtitle {
    font-size: 3vw;
  }
}
.s13 .block .flex .text p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media (max-width: 1199.98px) {
  .s13 .block .flex .text p {
    font-size: 1.25vw;
  }
}
@media (max-width: 575.98px) {
  .s13 .block .flex .text p {
    font-size: 3.5vw;
  }
}
.s13 .block .flex .text a {
  color: #231815;
  transition: 0.3s;
}
.s13 .block .flex .text a:hover {
  opacity: 0.7;
}
.s13 .block .flex .qr {
  width: 100px;
  min-width: 100px;
}
@media (max-width: 1199.98px) {
  .s13 .block .flex .qr {
    width: 8.33vw;
    min-width: 8.33vw;
  }
}
@media (max-width: 575.98px) {
  .s13 .block .flex .qr {
    width: 17.5vw;
    min-width: 17.5vw;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.youtube {
  width: 100%;
}
.youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

footer {
  padding: 0 0 60px;
}
footer .copy {
  font-size: 14px;
}
@media (max-width: 1199.98px) {
  footer .copy {
    font-size: 1.17vw;
  }
}
@media (max-width: 575.98px) {
  footer .copy {
    font-size: 3vw;
  }
}

.text-combine {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: digits 2;
  font-family: monospace;
  font-weight: bold;
}

.text-combine2 {
  -webkit-text-combine: horizontal;
  -ms-text-combine-horizontal: all;
  text-combine-upright: all;
  font-family: monospace;
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.columns {
  columns: 550px 2;
  gap: 30px;
}/*# sourceMappingURL=style.css.map */