@charset "UTF-8";
/*---------------------------------------------
メディアクエリー
---------------------------------------------*/
/*---------------------------------------------
共通
---------------------------------------------*/
html {
  color: #000;
}

/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

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

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

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

/*---------------------------------------------
color
---------------------------------------------*/
/*---------------------------------------------
main
---------------------------------------------*/
.main {
  position: relative;
}
.main .bg_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: url(../images/red_bg.webp);
  background-size: cover;
  background-position: center;
  z-index: -3;
}
.main .contents {
  position: relative;
  z-index: 10;
}
.main .bg_star {
  position: fixed;
  background-image: url(../images/stars.webp);
  background-size: cover;
  height: 100vh;
  width: 100%;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  .main .bg_star {
    background-image: url(../images/pc_stars.webp);
  }
}
.main .text_wrapper {
  position: relative;
  height: 90px;
}
@media screen and (min-width: 769px) {
  .main .text_wrapper {
    height: 140px;
  }
}
.main .text_wrapper .text_img {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: block;
  width: 70%;
  height: auto;
  -webkit-mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(92%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to right, black 0%, black 92%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 0 100%; /* 初期は0%幅 */
  mask-image: -webkit-gradient(linear, left top, right top, from(black), color-stop(92%, black), to(transparent));
  mask-image: linear-gradient(to right, black 0%, black 92%, transparent 100%);
  mask-repeat: no-repeat;
  mask-size: 0 100%;
}
.main .text_wrapper .text_img.active {
  -webkit-animation: drawText 1.5s forwards linear;
          animation: drawText 1.5s forwards linear;
}
@media screen and (min-width: 769px) {
  .main .text_wrapper .text_img {
    top: 70px;
    width: 40%;
    max-width: 600px;
  }
}
.main .title {
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  width: 80%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .main .title {
    width: 50%;
  }
}
.main .lead {
  width: 70%;
  margin: 30px auto 50px;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #f5f5dc;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .main .lead {
    width: 42%;
    font-size: 16px;
    margin: 80px auto 100px;
  }
}
.main .lead span {
  font-size: 1.1rem;
  border-bottom: 1px solid;
  padding-bottom: 8px;
}
.main .bnr_area .bnr_img {
  width: 80%;
  margin: 0 auto -48%;
}
@media screen and (min-width: 769px) {
  .main .bnr_area .bnr_img {
    max-width: 800px;
    margin-top: 3%;
    margin: 0 auto -33%;
  }
}
.main .tree_area {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.main .tree_area .tree_img {
  width: 138%;
  margin-left: -19%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .tree_img {
    width: 100%;
    max-width: 1400px;
    margin-left: 0;
    margin: auto;
  }
}
.main .tree_area .object_wrap a[href="javascript:void(0);"] {
  cursor: default;
}
.main .tree_area .object_wrap a:not([href="javascript:void(0);"]) {
  cursor: pointer; /* リンクがある場合にポインターにする */
}
.main .tree_area .object_wrap .object_img {
  position: absolute;
  width: 50px;
  height: auto;
  z-index: 200;
  top: 22%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .object_img {
    width: 8.5%;
    max-width: 110px;
  }
}
.main .tree_area .object_wrap .img1 {
  left: 41%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img1 {
    left: 45%;
  }
}
.main .tree_area .object_wrap .img2 {
  left: 33%;
  top: 29%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img2 {
    left: 39%;
    top: 28%;
  }
}
.main .tree_area .object_wrap .img3 {
  left: 50%;
  top: 30%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img3 {
    left: 51%;
    top: 29%;
  }
}
.main .tree_area .object_wrap .img4 {
  left: 26%;
  top: 36%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img4 {
    left: 34%;
    top: 35%;
  }
}
.main .tree_area .object_wrap .img5 {
  left: 44%;
  top: 37%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img5 {
    left: 46%;
    top: 35%;
  }
}
.main .tree_area .object_wrap .img6 {
  left: 58%;
  top: 38%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img6 {
    left: 57%;
  }
}
.main .tree_area .object_wrap .img7 {
  left: 17%;
  top: 44%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img7 {
    left: 28%;
    top: 46%;
  }
}
.main .tree_area .object_wrap .img8 {
  left: 32%;
  top: 44%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img8 {
    left: 39%;
    top: 43%;
  }
}
.main .tree_area .object_wrap .img9 {
  left: 52%;
  top: 44%;
}
.main .tree_area .object_wrap .img10 {
  left: 20%;
  top: 52%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img10 {
    left: 30%;
    top: 54%;
  }
}
.main .tree_area .object_wrap .img11 {
  left: 37%;
  top: 52%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img11 {
    left: 42%;
    top: 53%;
  }
}
.main .tree_area .object_wrap .img12 {
  left: 54%;
  top: 51%;
}
.main .tree_area .object_wrap .img13 {
  left: 71%;
  top: 48%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img13 {
    left: 67%;
    top: 49%;
  }
}
.main .tree_area .object_wrap .img14 {
  left: 12%;
  top: 59%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img14 {
    left: 25%;
    top: 60%;
  }
}
.main .tree_area .object_wrap .img15 {
  left: 28%;
  top: 60%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img15 {
    left: 36%;
    top: 61%;
  }
}
.main .tree_area .object_wrap .img16 {
  left: 48%;
  top: 62%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img16 {
    left: 50%;
    top: 62%;
  }
}
.main .tree_area .object_wrap .img17 {
  left: 62%;
  top: 57%;
}
.main .tree_area .object_wrap .img18 {
  left: 77%;
  top: 57%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img18 {
    left: 78%;
    top: 63%;
  }
}
.main .tree_area .object_wrap .img19 {
  left: 8%;
  top: 66%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img19 {
    left: 22%;
    top: 66%;
  }
}
.main .tree_area .object_wrap .img20 {
  left: 22%;
  top: 70%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img20 {
    left: 30%;
    top: 74%;
  }
}
.main .tree_area .object_wrap .img21 {
  left: 35%;
  top: 68%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img21 {
    left: 40%;
    top: 68%;
  }
}
.main .tree_area .object_wrap .img22 {
  left: 44%;
  top: 73%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img22 {
    left: 46%;
    top: 74%;
  }
}
.main .tree_area .object_wrap .img23 {
  left: 58%;
  top: 72%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img23 {
    left: 57%;
    top: 71%;
  }
}
.main .tree_area .object_wrap .img24 {
  left: 68%;
  top: 65%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img24 {
    left: 64%;
    top: 65%;
  }
}
.main .tree_area .object_wrap .img25 {
  left: 78%;
  top: 72%;
}
@media screen and (min-width: 769px) {
  .main .tree_area .object_wrap .img25 {
    left: 70%;
    top: 72%;
  }
}

.footer {
  position: relative;
  background-image: url(../images/sp_footer.webp);
  background-size: cover;
  background-position: center;
  height: 80vh;
  margin-top: -45%;
}
@media screen and (min-width: 769px) {
  .footer {
    background-image: url(../images/footer.webp);
    margin-top: -29%;
    height: 160vh;
  }
}
.footer .btn_box {
  position: relative;
  top: 40%;
  top: 30vh;
}
@media screen and (min-width: 769px) {
  .footer .btn_box {
    top: 63vh;
  }
}
.footer .btn_box .btn {
  display: block;
  text-align: center;
  margin: 20px auto;
  width: 50%;
}
@media screen and (min-width: 769px) {
  .footer .btn_box .btn {
    width: 27%;
    max-width: 400px;
  }
}
.footer .typy_btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 77%;
  top: 60vh;
  width: 50%;
}
@media screen and (min-width: 769px) {
  .footer .typy_btn {
    width: 22%;
    max-width: 400px;
    top: 73%;
  }
}
.footer small {
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: 95%;
  top: 74vh;
  font-size: 10px;
  color: #f5f5dc;
  text-align: center;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 769px) {
  .footer small {
    font-size: 12px;
    top: 88%;
  }
}

@-webkit-keyframes drawText {
  to {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(100%, black), to(black));
    -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
    mask-image: -webkit-gradient(linear, left top, right top, color-stop(100%, black), to(black));
    mask-image: linear-gradient(to right, black 100%, black 100%);
  }
}

@keyframes drawText {
  to {
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-image: -webkit-gradient(linear, left top, right top, color-stop(100%, black), to(black));
    -webkit-mask-image: linear-gradient(to right, black 100%, black 100%);
    mask-image: -webkit-gradient(linear, left top, right top, color-stop(100%, black), to(black));
    mask-image: linear-gradient(to right, black 100%, black 100%);
  }
}
[data-aos=fade-up] {
  -webkit-transform: translate3d(0, 20px, 0);
          transform: translate3d(0, 20px, 0);
}

[data-aos=fade-right] {
  -webkit-transform: translate3d(-20px, 0, 0);
          transform: translate3d(-20px, 0, 0);
}

[data-aos=fade-left] {
  -webkit-transform: translate3d(20px, 0, 0);
          transform: translate3d(20px, 0, 0);
}

.scene {
  position: fixed;
  width: calc(var(--star-size) * 6);
  -webkit-perspective: var(--scene-perspective);
          perspective: var(--scene-perspective); /* 3D感 */
  height: 100vh;
  width: 100%;
}
.scene .star_wrap {
  position: absolute;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(15deg);
          transform: rotateX(15deg);
}
.scene .star_wrap.star1 {
  top: 5%;
  right: 3%;
}
.scene .star_wrap.star2 {
  top: 44%;
  right: 3%;
}
.scene .star_wrap.star3 {
  top: 69%;
  left: 8%;
}
.scene .star_wrap.star4 {
  top: 20%;
  left: 3%;
}
.scene .star_wrap.star5 {
  top: 92%;
  right: 2%;
}
@media screen and (min-width: 769px) {
  .scene .star_wrap.star1 {
    top: 80%;
    right: initial;
    left: 13%;
  }
  .scene .star_wrap.star2 {
    top: 44%;
    left: initial;
    right: 12%;
  }
  .scene .star_wrap.star3 {
    top: 55%;
    left: 17%;
  }
  .scene .star_wrap.star4 {
    top: 6%;
    left: initial;
    right: 19%;
  }
  .scene .star_wrap.star5 {
    top: 86%;
    right: 6%;
  }
}
.scene .star_wrap .star_inner {
  width: 50px;
  height: auto;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 1.2s ease-in-out;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.scene .star_wrap .star_inner img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.scene .star_wrap .star_inner .img1 {
  width: 30px;
}
.scene .star_wrap .star_inner .img2 {
  width: 40px;
}
.scene .star_wrap .star_inner .img3 {
  width: 50px;
}
.scene .star_wrap .star_inner .img4 {
  width: 30px;
}
.scene .star_wrap .star_inner .img5 {
  width: 30px;
}
@media screen and (min-width: 769px) {
  .scene .star_wrap .star_inner .img1 {
    width: 40px;
  }
  .scene .star_wrap .star_inner .img2 {
    width: 50px;
  }
  .scene .star_wrap .star_inner .img3 {
    width: 50px;
  }
  .scene .star_wrap .star_inner .img4 {
    width: 50px;
  }
  .scene .star_wrap .star_inner .img5 {
    width: 60px;
  }
}

@-webkit-keyframes spinY {
  from {
    -webkit-transform: rotateZ(5deg) rotateY(0deg);
            transform: rotateZ(5deg) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateZ(5deg) rotateY(360deg);
            transform: rotateZ(5deg) rotateY(360deg);
  }
}

@keyframes spinY {
  from {
    -webkit-transform: rotateZ(5deg) rotateY(0deg);
            transform: rotateZ(5deg) rotateY(0deg);
  }
  to {
    -webkit-transform: rotateZ(5deg) rotateY(360deg);
            transform: rotateZ(5deg) rotateY(360deg);
  }
}
/* 画面縮小時の見た目調整 *//*# sourceMappingURL=style.css.map */