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

/*リセット
--------------------------------------------*/
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;
  font-family: "dotgothic16", sans-serif;
  font-style: normal;
  font-weight: 400;
}

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;
  }
}

/*---------------------------------------------
FV
---------------------------------------------*/
.fv {
  position: relative;
  background-image: url(../images/sp_fv.webp);
  background-size: cover;
  height: 95vh;
}
@media screen and (min-width: 769px) {
  .fv {
    background: #fff;
    background-image: none;
    position: relative;
    height: 100%;
    padding-bottom: 1px;
  }
}
@media screen and (min-width: 769px) {
  .fv .pc_fv {
    width: 88%;
    margin-left: auto;
  }
}
.fv .fv_logo {
  width: 95%;
  position: absolute;
  top: 7%;
  left: 2%;
}
@media screen and (min-width: 769px) {
  .fv .fv_logo {
    width: 25%;
    position: absolute;
    top: 6%;
  }
}

.heart {
  width: 8%;
  margin: 50px auto;
}
@media screen and (min-width: 769px) {
  .heart {
    width: 30px;
  }
}

.main .bg_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/sp_note.webp");
  background-size: cover;
  background-position: center;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .main .bg_fixed {
    background-image: url(../images/pc_note.webp);
    background-position: top left;
  }
}
.main .block .style {
  font-size: 16px;
  padding: 10px;
}
.main .block ul {
  width: 95%;
  margin: auto;
}
.main .block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 12px;
  padding: 6px 0;
  border-bottom: 1px solid #000;
}
.main .block ul li a {
  display: block;
  width: 80px;
  height: 20px;
  background: #FFD400;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
.main .block ul li .marquee-track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-animation: marquee-scroll 6s linear infinite;
          animation: marquee-scroll 6s linear infinite;
}
.main .block ul li .marquee-track .marquee-item {
  font-size: 10px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 0 12px;
  display: inline-block;
}
@-webkit-keyframes marquee-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.main .block ul li:last-child {
  border-bottom: none;
}
.main .block .sticker {
  position: absolute;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .main .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.main .block1 {
  position: relative;
  background-color: #ED5353;
  width: 70%;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .main .block1 {
    width: 25%;
    margin: initial;
  }
}
.main .thanks {
  width: 48%;
  top: 13%;
  left: -29%;
}
.main .flower {
  width: 24.5%;
  top: 55%;
  left: -20%;
}
.main .date {
  width: 36%;
  top: 73%;
  left: -29%;
}
.main .overflow {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .main .overflow {
    overflow: visible;
    width: 25%;
    margin: initial;
  }
}
.main .block2 {
  position: relative;
  background-color: #92EB9B;
  width: 70%;
  left: 11%;
  margin-top: 50px;
}
@media screen and (min-width: 769px) {
  .main .block2 {
    width: 100%;
    margin-top: 0;
  }
}
.main .block2 .smile {
  width: 35%;
  top: 2%;
  right: -27%;
}
.main .block2 .peace {
  width: 20.5%;
  top: 25%;
  right: -27%;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
  overflow: hidden;
}
.main .block2 .no_idea {
  width: 47%;
  top: 55%;
  right: -33%;
}
.main .main3 {
  margin-top: 70px;
  margin-bottom: -30px;
}
@media screen and (min-width: 769px) {
  .main .main3 {
    width: 50%;
    margin: 100px auto;
  }
}
.main .block4 {
  background-color: #FBAB32;
  width: 89%;
  margin-top: 100px;
  margin-bottom: 50px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .main .block4 {
    width: 30%;
    margin: initial;
  }
}
.main .block5 {
  background-color: #538CED;
  width: 89%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .main .block5 {
    width: 30%;
    margin: initial;
    margin-left: 50px;
  }
}
.main .block6 {
  background-color: #8DF5CF;
  width: 89%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .main .block6 {
    width: 30%;
    margin: initial;
  }
}
.main .block7 {
  background-color: #FF9AC1;
  width: 89%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
}
@media screen and (min-width: 769px) {
  .main .block7 {
    width: 30%;
    margin: initial;
    margin-left: 50px;
  }
}
.main .block8 {
  background-color: #9AEBFF;
  width: 89%;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: auto;
}
.main .hat {
  margin-top: 200px;
}
@media screen and (min-width: 769px) {
  .main .hat .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main .hat .hat1 {
  position: relative;
  height: 94vw;
}
@media screen and (min-width: 769px) {
  .main .hat .hat1 {
    width: 40%;
    height: 100vh;
  }
}
.main .hat .hat1 .text {
  position: absolute;
  z-index: 10;
  width: 50%;
  left: 15%;
  top: -15%;
}
@media screen and (min-width: 769px) {
  .main .hat .hat1 .text {
    top: -10%;
  }
}
.main .hat .hat1 .wear {
  position: absolute;
  width: 90%;
  right: 4%;
  overflow: hidden;
}
.main .hat .hat1 .item {
  position: absolute;
  width: 50%;
  left: 29%;
  bottom: -15%;
}
@media screen and (min-width: 769px) {
  .main .hat .hat1 .item {
    bottom: initial;
    top: 65%;
  }
}
.main .hat .hat2 {
  margin-top: 100px;
  position: relative;
  height: 100vw;
}
@media screen and (min-width: 769px) {
  .main .hat .hat2 {
    height: 100vh;
    width: 40%;
  }
}
.main .hat .hat2 .wear {
  position: absolute;
  width: 84%;
  right: 4%;
  overflow: hidden;
}
.main .hat .hat2 .item {
  position: absolute;
  width: 50%;
  right: 6%;
  bottom: -12%;
}
@media screen and (min-width: 769px) {
  .main .hat .hat2 .item {
    bottom: initial;
    top: 72%;
  }
}

/* ループテキスト */
.slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: -100px;
  margin-bottom: 80px;
}

.slider {
  -webkit-animation: scroll-left 20s infinite linear 0.5s both;
          animation: scroll-left 20s infinite linear 0.5s both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slide {
  width: 150vw;
}
@media screen and (min-width: 769px) {
  .slide {
    width: 90vw;
  }
}

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

@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.slider-wrapper2 {
  margin-top: 80px;
  margin-bottom: 0;
}

/* ループ画像 */
@media screen and (min-width: 769px) {
  .main .block8 {
    width: 40%;
    margin: 100px auto;
  }
}
.main .block8 .slider-wrapper3 {
  margin-top: 0;
  margin-bottom: 0;
}
.main .block8 .slider-wrapper3 ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main .block8 .slider-wrapper3 .slider3 {
  -webkit-animation: scroll-left 40s infinite linear 0.5s both;
          animation: scroll-left 40s infinite linear 0.5s both;
}
.main .block8 .slider-wrapper3 .slide {
  width: 300vw;
  border-bottom: none;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .main .block8 .slider-wrapper3 .slide {
    width: 100vw;
  }
}

.airdrop_area {
  position: relative;
  background-image: url(../images/sp_sky.webp);
  background-size: cover;
  height: 185vw;
}
@media screen and (min-width: 769px) {
  .airdrop_area {
    background-image: url(../images/pc_sky.webp);
    height: 115vh;
  }
}
@media screen and (min-width: 769px) {
  .airdrop_area .airdrop_wrap {
    position: relative;
    width: 385px;
    margin: 0 auto;
  }
}
.airdrop_area .airdrop_bg {
  position: relative;
  padding-top: 50px;
  width: 85%;
  margin: 50px auto;
}
@media screen and (min-width: 769px) {
  .airdrop_area .airdrop_bg {
    width: 100%;
    margin: 50px 0;
  }
}
.airdrop_area .items {
  width: 80%;
  margin: auto;
  position: relative;
  top: -125vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (min-width: 769px) {
  .airdrop_area .items {
    top: -586px;
    width: 370px;
  }
}
.airdrop_area .items a {
  display: inline-block;
  margin: 10px;
}
.airdrop_area .img1 {
  width: 24vw;
}
@media screen and (min-width: 769px) {
  .airdrop_area .img1 {
    width: 18vh;
    width: 100px;
  }
}
@-webkit-keyframes flipY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
@keyframes flipY {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.airdrop_area .items a img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
}
.airdrop_area .items a img.is-flipping {
  -webkit-animation: flipY 0.8s ease-in-out;
          animation: flipY 0.8s ease-in-out;
}
.airdrop_area .img4, .airdrop_area .img2, .airdrop_area .img3, .airdrop_area .img5, .airdrop_area .img6, .airdrop_area .img7, .airdrop_area .img8, .airdrop_area .img9 {
  width: 17vw;
}
@media screen and (min-width: 769px) {
  .airdrop_area .img4, .airdrop_area .img2, .airdrop_area .img3, .airdrop_area .img5, .airdrop_area .img6, .airdrop_area .img7, .airdrop_area .img8, .airdrop_area .img9 {
    width: 14vh;
    width: 90px;
  }
}
.airdrop_area .buy {
  display: block;
  width: 60%;
  height: 40px;
  background: #FFD400;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  top: -94vw;
  left: 20%;
}
@media screen and (min-width: 769px) {
  .airdrop_area .buy {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50px;
    top: 60%;
  }
}
.airdrop_area .marquee-track {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  -webkit-animation: marquee-scroll 6s linear infinite;
          animation: marquee-scroll 6s linear infinite;
}
.airdrop_area .marquee-track .marquee-item {
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  padding: 0 12px;
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .airdrop_area .marquee-track .marquee-item {
    font-size: 14px;
  }
}
@keyframes marquee-scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.staff_area {
  background-color: #EBFDFA;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  .staff_area {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 769px) {
  .staff_area .pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 70%;
    margin: auto;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.staff_area .check {
  width: 38%;
  margin-left: auto;
  margin-right: 8%;
}
.staff_area .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.staff_area .left a {
  width: 45%;
}
.staff_area .left .left_img {
  width: 48%;
  margin-top: -30px;
}
.staff_area .left .right_img {
  margin-top: 20px;
}
.staff_area .director {
  position: relative;
  margin-top: 6%;
}
@media screen and (min-width: 769px) {
  .staff_area .director {
    margin-top: 10%;
    margin-bottom: 5%;
  }
}
.staff_area .director .dir_1 {
  position: absolute;
  width: 34%;
  left: 12%;
  top: 28%;
}
.staff_area .director .dir_2 {
  position: absolute;
  width: 34%;
  right: 13%;
  top: 25%;
}
.staff_area .vol1 {
  display: block;
  width: 90%;
  margin: 50px auto 0;
}
@media screen and (min-width: 769px) {
  .staff_area .vol1 {
    width: 40%;
  }
}

.footer {
  background-image: url(../images/sp_footer.webp);
  background-size: cover;
  height: 40vh;
  background-position: center center;
}
@media screen and (min-width: 769px) {
  .footer {
    height: 50vh;
  }
}
.footer .insta {
  width: 38%;
  margin: 0 auto 20px;
  padding-top: 70px;
}
@media screen and (min-width: 769px) {
  .footer .insta {
    width: 190px;
    margin-bottom: 40px;
  }
}
.footer .logo {
  width: 45%;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .footer .logo {
    width: 200px;
  }
}
.footer .copy {
  font-size: 10px;
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .footer .copy {
    font-size: 12px;
  }
}

[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);
}

.flexslider {
  border: none;
  margin: 0;
}

.flex-control-nav li {
  width: 8px;
}

.flex-control-paging li a {
  width: 8px;
  height: 8px;
}/*# sourceMappingURL=style.css.map */