@charset "UTF-8";
/*メディアクエリー
---------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400&display=swap");
html,
body {
  font-size: 4.5333333333vw;
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 900;
  font-weight: 500;
  font-style: normal;
  background: #aa182c;
  line-height: 2.2;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (min-width: 751px) {
  html,
  body {
    letter-spacing: 0.035em;
  }
}

img {
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .spNone {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .spNone {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .pcNone {
    display: block;
  }
}
@media screen and (min-width: 751px) {
  .pcNone {
    display: none;
  }
}

section {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
section p.txt {
  width: 84vw;
  margin: 0 auto;
  text-align: justify;
}
@media screen and (min-width: 751px) {
  section p.txt {
    width: 26.25vw !important;
    font-size: 1.4166666667vw;
  }
}
section p.txt span {
  color: #ff0004;
  background-color: #f7ff8c;
  font-weight: 700;
}
section p.txt span.yw {
  background-color: #f1fa73;
}

.sec01,
.sec03 {
  background: #fff;
  color: #aa182c;
}
@media screen and (min-width: 751px) {
  .sec01,
  .sec03 {
    width: 31.3333333333vw;
    border-radius: 1.6666666667vw;
  }
}

h2.cap {
  position: relative;
  font-size: 6.1333333333vw;
  padding-top: 21.3333333333vw;
  padding-bottom: 12vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  h2.cap {
    font-size: 1.9166666667vw;
    width: 100%;
    padding-top: 6.6666666667vw;
    padding-bottom: 3.75vw;
  }
}
h2.cap p {
  font-weight: 900;
  text-align: center;
}
h2.cap p:last-child {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
}
@media screen and (min-width: 751px) {
  h2.cap p:last-child {
    width: 89%;
  }
}

.stac {
  position: sticky;
  top: 0;
}
@media screen and (min-width: 751px) {
  .stac {
    position: static;
  }
}

@media screen and (min-width: 751px) {
  .pc_flex {
    display: flex;
  }
}

.wide {
  overflow: visible;
}

@media screen and (min-width: 751px) {
  .contents {
    width: 85%;
    padding-right: 4%;
    contain: paint;
  }
}

@media screen and (min-width: 751px) {
  .bk_logo {
    position: fixed;
    width: 15vw;
    right: -2%;
    top: -7%;
  }
}

.main {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media screen and (min-width: 751px) {
  .main {
    position: sticky;
    top: 0;
    left: 2%;
    z-index: 1;
  }
}
.main h1.title {
  position: absolute;
  width: 77.3333333333vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 751px) {
  .main h1.title {
    width: 28.3333333333vw;
  }
}
.main h1.title p:nth-child(2) {
  font-size: 6.4vw;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
  .main h1.title p:nth-child(2) {
    font-size: 2vw;
  }
}
.main h1.title p:last-child {
  margin-top: 2.6666666667vw;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
  .main h1.title p:last-child {
    font-size: 1.3333333333vw;
  }
}

@media screen and (min-width: 751px) {
  .sec01 {
    position: relative;
    height: auto;
    margin-top: 8.3333333333vw;
  }
}
.sec01 h2.cap p:first-child {
  letter-spacing: 0.06em;
  margin-left: 2%;
}
.sec01 p.txt {
  padding-bottom: 26.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sec01 p.txt {
    width: 31.3333333333vw;
    padding-bottom: 8.3333333333vw;
  }
}

.sec02 {
  background: #aa182c;
}
@media screen and (min-width: 751px) {
  .sec02 {
    margin-top: 100px;
    height: auto;
    background: none;
  }
}
.sec02 h2 p:last-child {
  width: 78% !important;
}
@media screen and (min-width: 751px) {
  .sec02 h2 p:last-child {
    width: 63% !important;
  }
}
.sec02 .img {
  margin: 16vw 8vw auto;
}
@media screen and (min-width: 751px) {
  .sec02 .img {
    width: 26.1666666667vw;
    margin: 5vw auto;
  }
}
.sec02 .img p {
  font-size: 3.2vw;
  font-weight: 500;
  letter-spacing: 0;
  padding-bottom: 26.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sec02 .img p {
    font-size: 1vw;
    padding-bottom: 8.3333333333vw;
  }
}

.sec03 {
  position: relative;
  margin-top: 80px;
  border-top: solid 2px #aa182d;
}
@media screen and (min-width: 751px) {
  .sec03 {
    height: auto;
  }
}
.sec03 h2 p:last-child {
  width: 30% !important;
}
.sec03 .button {
  position: relative;
  width: 70.6666666667vw;
  background: #aa182c;
  color: #fff;
  border-radius: 23px;
  margin: 9.3333333333vw auto 18.6666666667vw;
}
@media screen and (min-width: 751px) {
  .sec03 .button {
    width: 22.0833333333vw;
    margin: 2.9166666667vw auto 5.8333333333vw;
    border-radius: 23vw;
  }
}
.sec03 .button a {
  text-align: center;
}
.sec03 .button a p {
  padding: 1.0666666667vw;
}
@media screen and (min-width: 751px) {
  .sec03 .button a p {
    font-size: 1.4166666667vw;
    padding: 0.4166666667vw 0 0.5833333333vw;
  }
}
.sec03 .button a p:after {
  content: "";
  position: absolute;
  display: block;
  width: 3%;
  height: 20px;
  top: 35%;
  right: 7%;
  background-image: url(../images/button.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 751px) {
  .sec03 .button a p:after {
    top: 39%;
  }
}
@media screen and (min-width: 751px) {
  .sec03 .img img {
    border-radius: 0 0 20px 20px;
  }
}

#footer {
  position: relative;
  background: #aa182c;
  margin: 0 auto;
  padding: 21.3333333333vw 0 16vw;
}
@media screen and (min-width: 751px) {
  #footer {
    padding: 10vw 0 5vw;
    background: none;
  }
}
#footer .sns {
  display: flex;
  width: 74.6666666667vw;
  margin: 0 auto;
  margin-bottom: 26.6666666667vw;
}
@media screen and (min-width: 751px) {
  #footer .sns {
    width: 25vw;
    margin-bottom: 10vw;
  }
}
#footer .sns a {
  padding: 0vw 1.6vw;
}
@media screen and (min-width: 751px) {
  #footer .sns a {
    padding: 0vw 0.5vw;
  }
}
#footer .logo {
  width: 34.6666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 751px) {
  #footer .logo {
    width: 10vw;
  }
}
#footer p {
  font-size: 2.6666666667vw;
  letter-spacing: 0.04em;
  margin-top: 8vw;
}
@media screen and (min-width: 751px) {
  #footer p {
    margin-top: 2.5vw;
    font-size: 0.8333333333vw;
  }
}

#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100dvh;
  z-index: 100;
  background: #aa182c;
}

#splash_logo {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo p {
  width: 40vw;
}
#splash_logo p:nth-child(2) {
  font-size: 3.3333333333vw;
  letter-spacing: 0.1em;
}
#splash_logo p:last-child {
  margin-top: 2.6666666667vw;
  font-size: 2.3333333333vw;
}

.scroll_down {
  position: absolute;
  bottom: 0px;
  left: 50%;
}

.scroll_down a {
  position: absolute;
  left: 10px;
  bottom: 49px;
  color: #fff;
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
  text-decoration: none;
  text-transform: uppercase;
}

.scroll_down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #fff;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
  0% {
    bottom: 120px;
  }
  100% {
    bottom: 0px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.scroll_down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 120px;
  background: #fff;
}/*# sourceMappingURL=style.css.map */