@charset "UTF-8";
html {
  font-size: 1.1111111111vw;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 3.9800995025vw;
  }
}

html, body {
  height: 100%;
}

body {
  font-family: "Noto Serif JP", serif;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.main {
  flex: 1 0 auto;
  width: 100%;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

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

/* Remove default padding */
header ul,
header ol {
  padding: 0;
}

footer ul,
footer ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.mv {
  width: 100%;
  position: relative;
}

.mv-sp {
  width: 100%;
  position: relative;
}

.mv__inner {
  width: 100%;
  height: 100%;
  position: relative;
}

.mv__inner-sp {
  width: 100%;
  height: 100%;
}

.mv-image {
  width: 100%;
  height: 100%;
  margin-top: 5.4166666667vw;
}

.mv-image-sp {
  width: 100%;
  height: 100%;
}

.mv-image img {
  width: 100%;
  height: 100%;
}

.mv-image-sp img {
  width: 100%;
  height: 100%;
}

.mv-titles {
  position: absolute;
  top: 50%;
  left: 62%;
  transform: translate(-50%, 20%);
  line-height: 1.8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .mv-titles-sp {
    position: absolute;
    top: 106.9651741294vw;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    line-height: 1.8;
    width: 74.6268656716vw;
    z-index: 2;
  }
}

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

.mv__title {
  font-size: 3.3333333333vw;
  color: #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mv__title {
    font-size: 9.9502487562vw;
  }
}

@media screen and (max-width: 768px) {
  .mv__title-sp {
    font-size: 9.9502487562vw;
    color: #fff;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.1em;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
  }
}

.mv__text {
  font-size: 1.6666666667vw;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv__text {
    font-size: 4.9751243781vw;
  }
}

@media screen and (max-width: 768px) {
  .mv__text-sp {
    font-size: 4.9751243781vw;
    color: #fff;
    padding-top: 2.4875621891vw;
  }
}

.mv__text-reverse {
  color: #000;
  background-color: #fff;
  padding: 0 0.3472222222vw;
}
@media screen and (max-width: 768px) {
  .mv__text-reverse {
    font-size: 4.9751243781vw;
  }
}

.mv__text-reverse-sp {
  color: #000;
  background-color: #fff;
  padding: 0 1.2437810945vw;
  margin-top: 2.4875621891vw;
}

.top {
  width: 100%;
  padding-top: 5.2083333333vw;
}
@media screen and (max-width: 768px) {
  .top {
    padding-top: 9.9502487562vw;
  }
}

.top__inner {
  width: 100%;
  max-width: 83.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.7361111111vw;
  padding-right: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .top__inner {
    max-width: 298.5074626866vw;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.top__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top__wrapper {
    flex-direction: column;
  }
}

.top__texts {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .top__texts {
    width: 100%;
    padding: 0 4.9751243781vw 9.9502487562vw 4.9751243781vw;
  }
}

.top__text {
  font-size: 0.9722222222vw;
  color: #000;
  padding-bottom: 1.3888888889vw;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top__text {
    font-size: 2.7777777778vw;
    white-space: normal;
    text-align: left;
    padding-bottom: 4.9751243781vw;
  }
}

.top__text-reverse {
  color: #fff;
  background-color: #000;
  font-size: 0.9722222222vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .top__text-reverse {
    font-size: 2.4875621891vw;
    display: inline;
    white-space: normal;
  }
  .top__text-reverse br {
    display: none;
  }
}

.top__images {
  width: 50%;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .top__images {
    width: 100%;
  }
}

.top__images img {
  width: 100%;
  height: 100%;
}

.section01 {
  width: 100%;
  margin-top: -6.9444444444vw;
  position: relative;
  z-index: 2;
  padding: 13.8888888889vw 0;
}
@media screen and (max-width: 768px) {
  .section01 {
    margin-top: -29.8507462687vw;
    padding: 42.2885572139vw 0;
  }
}
.section01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 76.3888888889vw;
  background-color: #EDEDE7;
  -webkit-clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
          clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section01::before {
    -webkit-clip-path: polygon(0 8.5%, 100% 0, 100% 91.6%, 0 100%);
            clip-path: polygon(0 8.5%, 100% 0, 100% 91.6%, 0 100%);
    height: 347.2222222222vw;
  }
}

.section-point {
  width: 4.1666666667vw;
  height: 3.125vw;
  margin: 0 auto;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .section-point {
    width: 14.9253731343vw;
    height: 11.1940298507vw;
    margin-bottom: 12.4378109453vw;
  }
}

.section-point-2 {
  width: 4.1666666667vw;
  height: 3.125vw;
  margin: 0 auto;
  margin-bottom: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .section-point-2 {
    width: 14.9253731343vw;
    height: 11.1940298507vw;
    margin-bottom: 4.9751243781vw;
  }
}

.section01__point-img {
  width: 100%;
  height: 100%;
}

.section01__main-titles {
  padding-bottom: 3.6805555556vw;
  text-align: center;
}
.section01__main-titles .section01__main-title {
  border-bottom: 3px double #000;
}

.section01__subtitle {
  font-size: 1.6666666667vw;
  color: #000;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: -0.6944444444vw;
  position: relative;
}
.section01__subtitle::before {
  content: "・・・・・";
  position: absolute;
  top: -1em;
  left: 39.5%;
  transform: translateX(-50%);
  letter-spacing: 0.01em;
  margin-left: -0.5em;
}
@media screen and (max-width: 768px) {
  .section01__subtitle::before {
    left: 32.5%;
  }
}
@media screen and (max-width: 768px) {
  .section01__subtitle {
    font-size: 4.9751243781vw;
  }
}

.section01__main-title {
  font-size: 3.3333333333vw;
  color: #000;
  text-align: center;
  font-weight: 300;
  margin-bottom: 0.6944444444vw;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .section01__main-title {
    font-size: 9.9502487562vw;
  }
}

.section01__main-title-red {
  color: #B60000;
  font-size: 4.5138888889vw;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section01__main-title-red {
    font-size: 12.4378109453vw;
  }
}

.section01__wrapper {
  display: flex;
  justify-content: center;
  gap: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .section01__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 7.4626865672vw;
  }
}

.section01__wrapper-lefts {
  text-align: center;
  display: block;
}

.section01__wrapper-left-titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8%;
  position: relative;
}
.section01__wrapper-left-titles::before {
  content: "";
  position: absolute;
  top: -10.4166666667vw;
  left: -5.5555555556vw;
  max-width: 18.75vw;
  width: 100%;
  height: auto;
  aspect-ratio: 270/204;
  background-image: url("../images/hibiya-img/01-number.webp");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section01__wrapper-left-titles::before {
    display: none;
  }
}

.section01__wrapper-title {
  font-size: 1.8055555556vw;
  color: #fff;
  background-color: #000;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 0.6944444444vw;
  width: auto;
  display: table;
  padding-left: 0.3472222222vw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .section01__wrapper-title {
    font-size: 5.4726368159vw;
    margin-bottom: 2.4875621891vw;
    padding-left: 1.2437810945vw;
  }
}

.section01__wrapper-text {
  font-size: 0.9722222222vw;
  font-weight: 300;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-bottom: 2.0833333333vw;
  padding-top: 1.3888888889vw;
  text-align: start;
}
@media screen and (max-width: 768px) {
  .section01__wrapper-text {
    font-size: 3.7313432836vw;
    padding-bottom: 4.9751243781vw;
    padding-top: 3.7313432836vw;
  }
}

.section01__wrapper-content-tokutyou-img {
  width: 4.7222222222vw;
  height: 2.0833333333vw;
  margin-bottom: 0.9027777778vw;
}
@media screen and (max-width: 768px) {
  .section01__wrapper-content-tokutyou-img {
    width: 16.9154228856vw;
    height: 7.4626865672vw;
    margin-bottom: 3.2338308458vw;
  }
}

.section01__wrapper-content {
  display: flex;
  align-items: center;
  gap: 0.9722222222vw;
  padding-bottom: 0.6944444444vw;
}
@media screen and (max-width: 768px) {
  .section01__wrapper-content {
    gap: 3.4825870647vw;
    padding-bottom: 2.4875621891vw;
  }
}

.section01__wrapper-content-black-img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .section01__wrapper-content-black-img {
    width: 7.4626865672vw;
    height: 7.4626865672vw;
  }
}

.section01__wrapper-content-green-img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .section01__wrapper-content-green-img {
    width: 7.4626865672vw;
    height: 7.4626865672vw;
  }
}

.section01__wrapper-content-red-img {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .section01__wrapper-content-red-img {
    width: 7.4626865672vw;
    height: 7.4626865672vw;
  }
}

.section01__wrapper-content-text {
  font-size: 0.8333333333vw;
  font-weight: 300;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section01__wrapper-content-text {
    font-size: 2.736318408vw;
  }
}

.section01__wrapper-rights {
  width: 34.0277777778vw;
  height: 36.8055555556vw;
  position: relative;
  z-index: 3;
  margin-bottom: -10.4166666667vw;
}
@media screen and (max-width: 768px) {
  .section01__wrapper-rights {
    width: 87.0646766169vw;
    height: auto;
    margin-bottom: 0;
    margin: 0 auto;
  }
}

.section01__img {
  width: 100%;
  /* height: 100%; */
}

@media screen and (max-width: 768px) {
  .section1__number-sp-image {
    width: 135px;
    height: 105px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 375px) {
  .section1__number-sp-image {
    margin-left: 20px;
  }
}

.section02 {
  width: 100%;
  background-color: #fff;
  -webkit-clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
          clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
  margin-top: -20.8333333333vw;
}
@media screen and (max-width: 768px) {
  .section02 {
    margin-top: -49.7512437811vw;
    padding-bottom: 14.9253731343vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .section02 {
    -webkit-clip-path: polygon(0 8.5%, 100% 0, 100% 91.6%, 0 100%);
            clip-path: polygon(0 8.5%, 100% 0, 100% 91.6%, 0 100%);
  }
}

.section02__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .section02__wrapper {
    flex-direction: column;
    gap: 14.9253731343vw;
  }
}

.section02__wrapper-image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section02__wrapper-image {
    width: 100%;
  }
}

.section02__wrapper-rights {
  width: 50%;
  padding-left: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .section02__wrapper-rights {
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}

.section02__wrapper-title {
  font-size: 1.8055555556vw;
  color: #fff;
  background-color: #000;
  font-weight: 300;
  line-height: 1.6;
  width: auto;
  display: table;
  padding-left: 0.3472222222vw;
  white-space: nowrap;
  position: relative;
}
.section02__wrapper-title::before {
  content: "";
  position: absolute;
  top: -6.9444444444vw;
  right: -13.8888888889vw;
  max-width: 18.75vw;
  width: 100%;
  height: auto;
  aspect-ratio: 270/204;
  background-image: url("../images/hibiya-img/02-number.webp");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section02__wrapper-title::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .section02__wrapper-title {
    font-size: 5.4726368159vw;
    padding-left: 1.2437810945vw;
  }
}

.section02__wrapper-text {
  margin: 1.3888888889vw 0 2.0833333333vw 0;
  font-size: 0.9722222222vw;
  font-weight: 300;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section02__wrapper-text {
    margin: 3.7313432836vw 0 4.9751243781vw 0;
    font-size: 2.9850746269vw;
  }
}

.section02__wrapper-text-bottom {
  font-size: 0.8333333333vw;
  font-weight: 300;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section02__wrapper-text-bottom {
    font-size: 2.736318408vw;
  }
}

@media screen and (max-width: 768px) {
  .section02__wrapper-image-sp {
    width: 100%;
  }
}

.section03 {
  width: 100%;
  height: 69.4444444444vw;
  position: relative;
  z-index: 1;
  margin-top: -18.0555555556vw;
  margin-bottom: -26.3888888889vw;
}
@media screen and (max-width: 768px) {
  .section03 {
    margin-top: 0;
    margin-bottom: -29.8507462687vw;
    height: auto;
    min-height: 70vh;
    padding-bottom: 24.8756218905vw;
  }
}
.section03::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  background-color: #EDEDE7;
  -webkit-clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
          clip-path: polygon(0 25%, 100% 0, 100% 75%, 0 100%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section03::before {
    -webkit-clip-path: polygon(0 8.5%, 100% 0, 100% 91.6%, 0 100%);
            clip-path: polygon(0 8.5%, 100% 0, 100% 91.6%, 0 100%);
    height: 100%;
  }
}

.section03__inner {
  height: inherit;
}

.section03__wrapper {
  display: flex;
  justify-content: space-between;
  height: inherit;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section03__wrapper {
    flex-direction: column-reverse;
    height: auto;
  }
}

.section03__wrapper-lefts {
  margin-left: 0.4166666667vw;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section03__wrapper-lefts {
    margin-left: 0;
  }
}

.section03__wrapper-titles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8%;
  position: relative;
}
.section03__wrapper-titles::before {
  content: "";
  position: absolute;
  top: -6.1111111111vw;
  left: 24.7916666667vw;
  max-width: 18.75vw;
  width: 100%;
  height: auto;
  aspect-ratio: 270/204;
  background-image: url("../images/hibiya-img/03-number.webp");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .section03__wrapper-titles::before {
    display: none;
  }
}

.section03__wrapper-title {
  font-size: 1.8055555556vw;
  color: #fff;
  background-color: #000;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 0.6944444444vw;
  width: auto;
  display: table;
  padding-left: 0.3472222222vw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .section03__wrapper-title {
    font-size: 5.4726368159vw;
    margin-bottom: 2.4875621891vw;
    padding-left: 1.2437810945vw;
  }
}

.section03__wrapper-text {
  margin: 1.7361111111vw 0 2.2222222222vw 0;
  font-size: 0.9722222222vw;
  font-weight: 300;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section03__wrapper-text {
    margin: 4.9751243781vw 0 6.2189054726vw 0;
    font-size: 2.9850746269vw;
  }
}

.section03__wrapper-text-bottom {
  font-size: 0.8333333333vw;
  font-weight: 300;
  color: #000;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section03__wrapper-text-bottom {
    font-size: 2.736318408vw;
  }
}

.section03__wrapper-rights {
  max-width: 43.9583333333vw;
  width: 100%;
  height: auto;
  aspect-ratio: 633/633;
  position: relative;
  right: auto;
  bottom: auto;
  margin-top: -13.8888888889vw;
  margin-bottom: 0;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .section03__wrapper-rights {
    max-width: 157.4626865672vw;
    width: 100%;
    height: auto;
    margin-top: -49.7512437811vw;
    margin-bottom: 0;
    margin: 0 auto;
    position: relative;
    top: auto;
    bottom: auto;
  }
}

.section03__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 768px) {
  .section3__number-sp-image {
    width: 175px;
    height: 130px;
    margin-left: 30px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 375px) {
  .section3__number-sp-image {
    margin-left: 20px;
  }
}

.section-scene {
  width: 100%;
  background-color: #fff;
  padding-top: 200px;
  position: relative;
  z-index: 2;
  -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 25%, 100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 768px) {
  .section-scene {
    -webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 100%);
    padding-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .section-scene {
    margin-top: 10%;
  }
}

.section-scene__title {
  font-size: 2.5vw;
  color: #000;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
  padding-bottom: 4.5138888889vw;
}
@media screen and (max-width: 768px) {
  .section-scene__title {
    font-size: 6.9651741294vw;
    padding-bottom: 12.4378109453vw;
  }
}

.section-scene__contents {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2.0833333333vw;
  margin-bottom: 4.1666666667vw;
}
@media screen and (max-width: 768px) {
  .section-scene__contents {
    flex-direction: column;
    align-items: center;
    gap: 7.4626865672vw;
    margin-bottom: 12.4378109453vw;
  }
}

.scene-text-title {
  font-size: 2.0833333333vw;
  color: #000;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 1.4583333333vw 0 0.8333333333vw 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .scene-text-title {
    font-size: 5.9701492537vw;
    padding: 4.4776119403vw 0 2.4875621891vw 3.7313432836vw;
  }
}

.scene-text-text {
  font-size: 1.1111111111vw;
  color: #000;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.1em;
  text-align: center;
  padding-left: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .scene-text-text {
    font-size: 3.4825870647vw;
    padding-left: 3.7313432836vw;
  }
}

@media screen and (max-width: 768px) {
  .scene-image,
.scene-image2 {
    padding-right: 3.7313432836vw;
  }
}

.scene-image2 {
  margin-left: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .scene-image2 {
    margin-left: 2.9850746269vw;
  }
}

.section-kounyuu {
  width: 100%;
  position: relative;
}

.section-kounyuu-image {
  position: relative;
}

.section-kounyuu-btn-img {
  width: 100%;
  height: 100%;
}

.section-kounyuu-botan-image {
  width: 28.4722222222vw;
  height: 7.9861111111vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .section-kounyuu-botan-image {
    width: 80.8457711443vw;
    height: 22.3880597015vw;
  }
}

.section-kounyuu-botan-image img {
  width: 100%;
  height: 100%;
}

.section-kounyuu-botan-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.0833333333vw;
  color: #fff;
  font-weight: 300;
  writing-mode: horizontal-tb;
  /* 横書きに設定 */
  text-orientation: mixed;
  /* 文字の向きを混合に設定 */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  /* 影を追加: 右2px 下2px ぼかし4px 黒50%透明 */
  text-align: center;
  /* 中央揃え */
  width: 100%;
  /* 幅を設定 */
  display: block;
  /* ブロック要素として表示 */
}
@media screen and (max-width: 768px) {
  .section-kounyuu-botan-text {
    font-size: 5.9701492537vw;
  }
}

.section-kounyuu-text {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.9722222222vw;
  color: #fff;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-kounyuu-text {
    width: 100%;
    top: 81%;
    font-size: 2.9850746269vw;
  }
}

.section-note-book {
  padding: 6.9444444444vw 0 8.6805555556vw 0;
}
@media screen and (max-width: 768px) {
  .section-note-book {
    padding: 19.9004975124vw 0 7.4626865672vw 0;
  }
}

.section-note-book-wrappers-sp {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .section-note-book-wrappers-sp {
    padding-top: 6.2189054726vw;
  }
}

.section-note-book-box-A-sp--img,
.section-note-book-box-B-sp--img,
.section-note-book-box-C-sp--img,
.section-note-book-box-D-sp--img,
.section-note-book-box-E-sp--img {
  width: 3.75vw;
  height: 3.75vw;
}
@media screen and (max-width: 768px) {
  .section-note-book-box-A-sp--img,
.section-note-book-box-B-sp--img,
.section-note-book-box-C-sp--img,
.section-note-book-box-D-sp--img,
.section-note-book-box-E-sp--img {
    width: 13.4328358209vw;
    height: 13.4328358209vw;
  }
}

.section-note-book-box-sp {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
  padding-bottom: 2.4305555556vw;
}
@media screen and (max-width: 768px) {
  .section-note-book-box-sp {
    gap: 4.4776119403vw;
    padding-bottom: 7.4626865672vw;
  }
}

.section-note-book-box-texts-sp {
  display: flex;
  flex-direction: column;
}

.section-note-book-box-text-sp {
  font-size: 1.3888888889vw;
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .section-note-book-box-text-sp {
    font-size: 3.9800995025vw;
  }
}

.section-note-book-box-text2-sp {
  font-size: 0.9722222222vw;
  color: #000;
  font-weight: 300;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .section-note-book-box-text2-sp {
    font-size: 2.9850746269vw;
  }
}

.hibiya-papie-01 {
  background-color: #EDEDE7;
  padding: 4.8611111111vw 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .hibiya-papie-01 {
    padding: 14.9253731343vw 0;
    margin-top: 199.0049751244vw;
  }
}

.hibiya-papie-01__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6.9444444444vw;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .hibiya-papie-01__wrapper {
    flex-direction: column;
    gap: 19.9004975124vw;
  }
}

.hibiya-papie-subtitle {
  font-size: 0.9722222222vw;
  color: #000;
  font-weight: 300;
  padding-bottom: 3.8194444444vw;
}
@media screen and (max-width: 768px) {
  .hibiya-papie-subtitle {
    font-size: 2.9850746269vw;
    padding-bottom: 9.9502487562vw;
  }
}

.hibiya-papie-main-title {
  font-size: 3.3333333333vw;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 2.0833333333vw;
  line-height: 0.9;
}
@media screen and (max-width: 768px) {
  .hibiya-papie-main-title {
    font-size: 8.9552238806vw;
    padding-bottom: 4.9751243781vw;
  }
}

.hibiya-papie-text {
  font-size: 1.1111111111vw;
  color: #000;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .hibiya-papie-text {
    font-size: 3.4825870647vw;
  }
}

.hibiya-papie-01__image1 {
  width: 23.9583333333vw;
  height: 32.6388888889vw;
  position: absolute;
  top: -6.9444444444vh;
  left: 50%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .hibiya-papie-01__image1 {
    width: 69.6517412935vw;
    height: 94.5273631841vw;
    top: -3.7313432836vh;
  }
}

.hibiya-papie-01__image2 {
  width: 27.7777777778vw;
  height: 19.4444444444vw;
  position: absolute;
  top: 65%;
  right: 5%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .hibiya-papie-01__image2 {
    width: 74.6268656716vw;
    height: 52.2388059701vw;
  }
}

@media screen and (max-width: 768px) {
  .hibiya-papie-01__wrapper-sp {
    background-color: #EDEDE7;
  }
}

.hibiya-papie-subtitle-sp {
  font-size: 3.4825870647vw;
  color: #000;
  font-weight: 300;
  padding: 14.9253731343vw 0 6.2189054726vw 11.1940298507vw;
}

.hibiya-papie-main-title-sp {
  font-size: 10.447761194vw;
  color: #000;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-bottom: 9.9502487562vw;
  line-height: 0.9;
  padding-left: 11.1940298507vw;
}

.hibiya-papie-text-sp {
  font-size: 3.4825870647vw;
  color: #000;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.2em;
  padding: 11.1940298507vw 7.4626865672vw;
}

.hibiya-papie-02 {
  position: relative;
}

.hibiya-papie-02__right {
  position: absolute;
  top: 60%;
  right: 15%;
  transform: translate(0, -50%);
  width: 40%;
  max-width: 24.3055555556vw;
}
@media screen and (max-width: 768px) {
  .hibiya-papie-02__right {
    max-width: 69.6517412935vw;
  }
}

.hibiya-papie-02__right-text {
  font-size: 0.9722222222vw;
  color: #000;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-bottom: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .hibiya-papie-02__right-text {
    font-size: 2.9850746269vw;
    padding-bottom: 3.7313432836vw;
  }
}

.hibiya-papie-02__right-sp {
  padding: 11.1940298507vw 7.4626865672vw;
}

.hibiya-papie-02__right-text-sp {
  font-size: 3.4825870647vw;
  color: #000;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.1em;
  padding-bottom: 4.9751243781vw;
}

.hibiya-papie-03 {
  background-color: #EDEDE7;
}
@media screen and (max-width: 768px) {
  .hibiya-papie-03 {
    background-color: #fff;
  }
}

.hibiya-papie-03__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hibiya-papie-03__wrapper {
    flex-direction: column-reverse;
  }
}

.hibiya-papie-03__wrapper-lefts {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hibiya-papie-03__wrapper-lefts {
    width: 100%;
    padding: 11.1940298507vw 7.4626865672vw;
  }
}

.hibiya-papie-03__wrapper-title {
  font-size: 1.3888888889vw;
  color: #000;
  font-weight: 500;
  line-height: 1.76;
  padding-bottom: 1.3888888889vw;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .hibiya-papie-03__wrapper-title {
    font-size: 4.4776119403vw;
    padding-bottom: 3.7313432836vw;
    width: 100%;
  }
}

.hibiya-papie-03__wrapper-text {
  font-size: 0.9722222222vw;
  color: #000;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: 0.1em;
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .hibiya-papie-03__wrapper-text {
    font-size: 2.9850746269vw;
    width: 100%;
  }
}

.hibiya-papie-03__wrapper-rights {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .hibiya-papie-03__wrapper-rights {
    width: 100%;
  }
}

.hibiya-papie-03__image-img {
  width: 100%;
  height: 100%;
}

.section-omoi {
  background-color: #000;
  position: relative;
  padding-top: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .section-omoi {
    padding-top: 8.9552238806vw;
  }
}

.section-omoi__main-title {
  font-size: 3.6111111111vw;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-align: center;
  padding-bottom: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .section-omoi__main-title {
    font-size: 9.9502487562vw;
    padding-bottom: 9.9502487562vw;
  }
}

.section-omoi__wrapper-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 6.9444444444vw;
  padding-bottom: 7.2916666667vw;
}
@media screen and (max-width: 768px) {
  .section-omoi__wrapper-top {
    flex-direction: column;
    gap: 0;
    padding-bottom: 37.3134328358vw;
  }
}

.section-omoi__wrapper-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 6.9444444444vw;
  padding-bottom: 7.2916666667vw;
}
@media screen and (max-width: 768px) {
  .section-omoi__wrapper-center {
    flex-direction: column;
    gap: 0;
    padding-bottom: 7.4626865672vw;
  }
}

@media screen and (max-width: 768px) {
  .section-omoi__wrapper-center {
    flex-direction: column-reverse;
  }
}

.section-omoi__wrapper-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 6.9444444444vw;
}
@media screen and (max-width: 768px) {
  .section-omoi__wrapper-bottom {
    flex-direction: column;
    gap: 0;
  }
}

.section-omoi__wrapper-top-texts,
.section-omoi__wrapper-center-texts,
.section-omoi__wrapper-bottom-texts {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section-omoi__wrapper-top-texts,
.section-omoi__wrapper-center-texts,
.section-omoi__wrapper-bottom-texts {
    width: 100%;
    padding: 9.9502487562vw 3.7313432836vw 0 3.7313432836vw;
  }
}

.section-omoi__wrapper-top-texts {
  padding-bottom: 8.3333333333vw;
}

.section-omoi__wrapper-top-text-title,
.section-omoi__wrapper-center-text-title,
.section-omoi__wrapper-bottom-text-title {
  font-size: 2.0833333333vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.55;
  padding-bottom: 2.0833333333vw;
}
@media screen and (max-width: 768px) {
  .section-omoi__wrapper-top-text-title,
.section-omoi__wrapper-center-text-title,
.section-omoi__wrapper-bottom-text-title {
    font-size: 5.9701492537vw;
    padding-bottom: 4.9751243781vw;
  }
}

.section-omoi__wrapper-top-text-text,
.section-omoi__wrapper-center-text-text,
.section-omoi__wrapper-bottom-text-text {
  font-size: 0.9722222222vw;
  color: #fff;
  font-weight: 300;
  line-height: 1.75;
  padding-bottom: 1.3888888889vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section-omoi__wrapper-top-text-text,
.section-omoi__wrapper-center-text-text,
.section-omoi__wrapper-bottom-text-text {
    font-size: 2.9850746269vw;
    line-height: 1.6;
    padding-bottom: 3.7313432836vw;
  }
}

.section-omoi__wrapper-top-sub-image {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 36%;
  right: 8%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .section-omoi__wrapper-top-sub-image {
    top: 37%;
    right: 38%;
  }
}

.section-omoi__wrapper-top-sub-image-img {
  width: 9.7222222222vw;
  height: 9.7222222222vw;
}
@media screen and (max-width: 768px) {
  .section-omoi__wrapper-top-sub-image-img {
    width: 27.3631840796vw;
    height: 27.3631840796vw;
  }
}

.section-omoi__wrapper-top-image,
.section-omoi__wrapper-center-image,
.section-omoi__wrapper-bottom-image {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .section-omoi__wrapper-top-image,
.section-omoi__wrapper-center-image,
.section-omoi__wrapper-bottom-image {
    width: 100%;
  }
}

.section-omoi__wrapper-top-image-img,
.section-omoi__wrapper-center-image-img,
.section-omoi__wrapper-bottom-image-img {
  width: 100%;
  height: 100%;
}

.section-present {
  background-color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-present {
    height: 136.815920398vw;
  }
}

.section-present__bg-image {
  width: 100%;
  height: 100%;
}

.section-present__wrapper {
  border: 2px solid #C7A040;
  width: 55.5555555556vw;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .section-present__wrapper {
    border: 0.4975124378vw solid #C7A040;
    min-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
}

.section-present__title {
  font-size: 2.2222222222vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.76;
  text-align: center;
  padding: 0.9027777778vw 0;
  background-color: #C7A040;
}
@media screen and (max-width: 768px) {
  .section-present__title {
    font-size: 5.9701492537vw;
    padding: 2.4875621891vw 0;
  }
}

.section-present-sub-titles {
  background-color: #fff;
  padding: 1.25vw 0 2.0833333333vw 0;
}
@media screen and (max-width: 768px) {
  .section-present-sub-titles {
    padding: 3.7313432836vw 2.4875621891vw 4.9751243781vw 2.4875621891vw;
  }
}

.section-present__text-red {
  color: #D90000;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 1.76;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-present__text-red {
    font-size: 6.9651741294vw;
    line-height: 1.5;
  }
}

.section-present__text {
  font-size: 1.3888888889vw;
  color: #000;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-present__text {
    font-size: 3.9800995025vw;
    line-height: 1.5;
    padding: 0 2.4875621891vw;
  }
}

.section-present__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.125vw 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .section-present__contents {
    flex-direction: column;
    padding: 7.4626865672vw 4.9751243781vw;
    gap: 7.4626865672vw;
  }
}

.section-present__content-text-top {
  font-size: 2.2222222222vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: 0.1em;
  padding-bottom: 1.0416666667vw;
}
@media screen and (max-width: 768px) {
  .section-present__content-text-top {
    font-size: 5.9701492537vw;
    text-align: center;
    padding-bottom: 2.4875621891vw;
  }
}

.section-present__content-text-bottom {
  font-size: 1.1111111111vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.76;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .section-present__content-text-bottom {
    font-size: 3.4825870647vw;
    line-height: 1.5;
  }
}

.section-present__content {
  width: 30.8333333333vw;
  height: 13.8888888889vw;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .section-present__content {
    width: 67.1641791045vw;
    height: 29.8507462687vw;
    margin-left: 0;
  }
}

.section-present__content-img {
  width: 100%;
  height: 100%;
}

.header {
  width: 100%;
  height: 80px;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header-logo {
  display: flex;
  align-items: center;
  padding-left: 110px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    padding-left: 15px;
  }
}

.header__logo-img {
  height: auto;
}
@media screen and (max-width: 768px) {
  .header__logo-img {
    width: 140px;
  }
}

.header-kounyuu {
  position: relative;
}

.header-kounyuu-botan-image {
  width: 158px;
  height: 42px;
  margin-right: 110px;
}
@media screen and (max-width: 768px) {
  .header-kounyuu-botan-image {
    width: 130px;
    height: 35px;
    margin-right: 15px;
  }
}

.header-kounyuu-botan-image img {
  width: 100%;
  height: 100%;
}

.header-kounyuu-botan-text {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  text-align: center;
  position: absolute;
  top: 50%;
  left: 29%;
  transform: translate(-50%, -50%);
  width: 158px;
}
@media screen and (max-width: 768px) {
  .header-kounyuu-botan-text {
    font-size: 14px;
    left: 46%;
    width: 130px;
  }
}

.footer {
  background-color: #000;
  width: 100%;
  margin-top: auto;
  padding: 94px 0 40px 0;
  height: 330px;
}

.footer__inner {
  margin: 0 auto;
}

.footer__logo {
  width: 65px;
  height: 110px;
  margin: 0 auto;
}

.footer__logo-img {
  width: 100%;
  height: 100%;
}

.footer__text {
  font-size: 12px;
  color: #fff;
  font-weight: 300;
  line-height: 1.25;
  text-align: center;
  padding-top: 75px;
}

.inner {
  width: 100%;
  max-width: 83.3333333333vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.7361111111vw;
  padding-right: 1.7361111111vw;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 298.5074626866vw;
    padding-left: 3.7313432836vw;
    padding-right: 3.7313432836vw;
  }
}

.md-none {
  display: block;
}
@media screen and (max-width: 768px) {
  .md-none {
    display: none;
  }
}

.md-show {
  display: none;
}
@media screen and (max-width: 768px) {
  .md-show {
    display: block;
  }
}