@charset "UTF-8";
@media screen and (min-width: 1430px) {
  html {
    font-size: 42.0807291667%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1430px) {
  html {
    font-size: 42.0807291667%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1360px) {
  html {
    font-size: 40.0208333333%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1290px) {
  html {
    font-size: 37.9609375%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1220px) {
  html {
    font-size: 35.9010416667%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1150px) {
  html {
    font-size: 33.8411458333%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  html {
    font-size: 31.78125%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1070px) {
  html {
    font-size: 31.4869791667%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 29.4270833333%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 930px) {
  html {
    font-size: 27.3671875%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  html {
    font-size: 25.3072916667%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 790px) {
  html {
    font-size: 23.2473958333%;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 87.5%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 75%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 62.5%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-family: "Noto Serif JP", serif;
  color: white;
}

body {
  max-width: 1440px;
  margin-inline: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background-color: black;
}
body::-webkit-scrollbar {
  display: none;
}

.full-section {
  position: relative;
  width: 100%;
}
.full-section img {
  width: 100%;
  object-fit: contain;
}
.full-section .sec1--text1 {
  position: absolute;
  font-size: 7rem;
  top: 24%;
  left: 50%;
  transform: translateX(-50%);
}
.full-section .sec1--text2 {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  line-height: 2.5;
  font-size: 2.8rem;
}
.full-section .sec1--text3 {
  position: absolute;
  color: rgb(255, 214, 29);
  font-size: 8rem;
  top: 65%;
  left: 50%;
  transform: translateX(-50%);
}
.full-section .sec2 {
  position: absolute;
  text-align: center;
  top: 13%;
  width: 710px;
  right: 0;
}
.full-section .sec2--text1 {
  color: rgb(226, 208, 162);
  font-size: 7rem;
}
.full-section .sec2--text2 {
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 1.8;
  font-size: 4.3rem;
}
.full-section .sec2--text3 {
  line-height: 1.8;
  font-size: 4.3rem;
}
.full-section .sec3--text1 {
  position: absolute;
  bottom: 14%;
  left: 18%;
  color: black;
  font-size: 3.4rem;
  font-weight: 600;
  max-width: 1100px;
  line-height: 1.5;
}

.cta {
  text-align: center;
  margin: 2rem auto;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0.2rem solid #FFD700;
  border-radius: 12px;
  max-width: 70rem;
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.cta2 {
  text-align: center;
  margin: 2rem auto;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.6);
  border: 0.2rem solid #FFD700;
  border-radius: 12px;
  max-width: 70rem;
  position: absolute;
  bottom: 24rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.cta-relative {
  position: relative;
}
.cta--button {
  display: inline-block;
  padding: 1rem 10rem;
  font-size: 5rem;
  color: #000;
  background-color: #FFD700;
  border: none;
  border-radius: 0.8rem;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.cta--button:hover {
  background-color: #FFA500; /* ホバー時にオレンジ色に */
  color: #fff;
}

@media screen and (max-width: 767px) {
  .full-section {
    position: relative;
    width: 100%;
  }
  .full-section img {
    width: 100%;
    object-fit: contain;
  }
  .full-section .sec1--text1 {
    position: absolute;
    font-size: 2rem;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
  }
  .full-section .sec1--text2 {
    position: absolute;
    top: 38%;
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    text-align: center;
    line-height: 2;
    font-size: 1.2rem;
  }
  .full-section .sec1--text3 {
    position: absolute;
    color: rgb(255, 214, 29);
    font-size: 2.5rem;
    width: 260px;
    top: 62%;
    left: 50%;
    transform: translateX(-50%);
  }
  .full-section .sec2 {
    position: absolute;
    text-align: center;
    top: 3%;
    width: 290px;
    right: 20px;
  }
  .full-section .sec2--text1 {
    color: rgb(226, 208, 162);
    font-size: 2rem;
    line-height: 7rem;
  }
  .full-section .sec2--text2 {
    margin-top: 0px;
    margin-bottom: 50px;
    line-height: 1.8;
    font-size: 1.2rem;
  }
  .full-section .sec2--text3 {
    line-height: 1.8;
    font-size: 1.3rem;
  }
  .full-section .sec3--text1 {
    position: absolute;
    bottom: 31%;
    left: 22%;
    color: black;
    font-size: 1.1rem;
    font-weight: 600;
    max-width: 290px;
    line-height: 1.5;
  }
  footer {
    text-align: center;
    font-size: 1.2rem;
    height: 6rem;
    line-height: 6rem;
  }
  .cta {
    text-align: center;
    margin: 0rem auto;
    padding: 0.4rem 1rem;
    background-color: rgba(0, 0, 0, 0.6);
    border: 0.2rem solid #FFD700;
    border-radius: 12px;
    /* max-width: 80%; */
    width: 200px;
    position: absolute;
    bottom: -5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .cta2 {
    text-align: center;
    margin: 0rem auto;
    padding: 0.4rem 1rem;
    background-color: rgba(0, 0, 0, 0.6);
    border: 0.2rem solid #FFD700;
    border-radius: 12px;
    /* max-width: 80%; */
    width: 200px;
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .cta-relative {
    position: relative;
  }
  .cta--button {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 2rem;
    color: #000;
    background-color: #FFD700;
    border: none;
    border-radius: 0.8rem;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
  }
  .cta--button:hover {
    background-color: #FFA500; /* ホバー時にオレンジ色に */
    color: #fff;
  }
}/*# sourceMappingURL=main.css.map */