@charset "UTF-8";
/*@import url('https://fonts.googleapis.com/css2?family=Krona+One&family=Syncopate:wght@700&family=Teko:wght@300;400;500;600;700&family=Varela+Round&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');*/
img {
  max-width: 100%;
  max-height: 100%;
  display: inline;
}

p {
  font-size: 1.2em;
  margin: 1em auto;
}

li {
  font-size: 1.1em;
}

/*========= 粒子を描画するエリア設定 ===============*/
a {
  color: #000;
  text-decoration: none;
  outline: none;
}

#header_emoorday h1 {
  position: fixed;
  z-index: 9999;
  top: 3vh;
  left: 2vw;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1;
}
#header_emoorday h1 p {
  margin: 0.3em auto 0;
  font-family: 'Syncopate', sans-serif;
  line-height: 1.2;
}
#header_emoorday h1 img {
  width: 3em;
  margin: 0.5em;
}
#header_emoorday .fixed {
  /*描画されるテキストを中央寄せにする*/
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.bg_animation {
  z-index: 1;
  animation: bgchange 40s ease infinite;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}

.bg_padding {
  padding: 7vh 7vw;
  width: 100%;
}

.w-980 {
  width: 90%;
  max-width: 980px;
  margin: auto;
}

.fixed {
  z-index: 1;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  padding: 0 7vw;
  box-sizing: border-box;
}

#particle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  vertical-align: bottom;
  z-index: 2;
}

/*========= レイアウトのためのCSS ===============*/
.openbtn {
  position: fixed;
  top: 2vh;
  right: 2vw;
  z-index: 9999;
  cursor: pointer;
  width: 50px;
  height: 50px;
}
.openbtn .openbtn-area {
  transition: all .6s;
  width: 50px;
  height: 50px;
}
.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #333;
  width: 45%;
}
.openbtn span:nth-of-type(1) {
  top: 15px;
}
.openbtn span:nth-of-type(2) {
  top: 23px;
}
.openbtn span:nth-of-type(3) {
  top: 31px;
}
.openbtn.active .openbtn-area {
  transform: rotate(360deg);
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

.smoothTrigger {
  opacity: 0;
}

#g-nav-list {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav {
  font-family: 'Syncopate', sans-serif;
}
#g-nav a {
  color: #fff;
}
#g-nav ul {
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  opacity: 0;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#g-nav ul small {
  display: block;
  font-size: 0.5em;
}
#g-nav ul li {
  margin-bottom: 1em;
}
#g-nav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 100vh;
}
#g-nav.panelactive #g-nav-list {
  display: block;
}
#g-nav.panelactive ul {
  opacity: 1;
}

.circle-bg {
  border: 2px solid #000;
  position: fixed;
  z-index: 10;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  animation: bgchange 40s ease infinite;
  transform: scale(0);
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  transition: all .6s;
}
.circle-bg.circleactive {
  transform: scale(50);
}

.subtitle {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  width: 100%;
  z-index: 2;
}
.subtitle .sub {
  font-size: 1.7em;
}
.subtitle .date {
  margin: 0.3em auto 2em;
  color: #fff;
  font-size: 1.8em;
  font-family: 'Syncopate', sans-serif;
  line-height: 1.1;
}
.subtitle .date small {
  font-size: 0.7em;
}
.subtitle .info {
  margin: auto;
  width: 80%;
  max-width: 500px;
}
.subtitle .info p {
  color: #fff;
  text-align: left;
}
.subtitle .info .flow_box {
  background: rgba(255, 255, 255, 0.5);
  margin: 0 auto 40px;
  width: 100%;
  font-size: 28px;
  text-align: center;
  overflow: hidden;
  padding: 0.2em;
}
.subtitle .info .flow_box p {
  color: #212121;
  font-size: 1rem;
  margin: 0;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1em;
  animation: scrollSample01 20s linear infinite;
}

.scrolldown3 {
  position: absolute;
  bottom: 10px;
  left: 50%;
  animation: mousemove 1.6s ease-in-out infinite;
  box-sizing: border-box;
}
.scrolldown3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -10px;
  width: 25px;
  height: 37px;
  border-radius: 10px;
  border: 1px solid #000;
  box-sizing: border-box;
}
.scrolldown3:after {
  content: "";
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  border: 1px solid #000;
  box-sizing: border-box;
}
.scrolldown3 span {
  position: absolute;
  left: -15px;
  bottom: 45px;
  color: #000;
  font-family: 'Teko', sans-serif;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  box-sizing: border-box;
}
.scrolldown3 span::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 17px;
  width: 1px;
  height: 15px;
  background: #000;
  animation: mousepathmove 1.4s linear infinite;
  opacity: 0;
  box-sizing: border-box;
}

.index {
  color: #fff;
  margin-bottom: 5em;
}
.index h2 {
  margin: 0.3em auto 0;
  font-family: 'Syncopate', sans-serif;
  font-size: 1.8em;
}
.index img {
  width: 3em;
}

.txt_white {
  color: #fff;
}

.txt_gold {
  color: #D4AD0E;
}

.div1 {
  width: 90%;
  max-width: 980px;
  margin: auto;
  padding-bottom: 6em;
}
.div1 h4 {
  margin: 2em auto;
  font-size: 1.3em;
}
.div1 p {
  margin: 1em auto;
}

.div2 {
  width: 90%;
  max-width: 980px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.div2 .content {
  width: 45%;
}
.div2 .content p {
  text-align: left;
}
.div2 .content h3 {
  text-align: left;
  font-size: 2em;
  font-weight: bold;
  margin: 0.5em auto;
}

.div3 {
  width: 90%;
  max-width: 980px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.div3 .content {
  width: 28%;
}

.div4 {
  width: 90%;
  max-width: 980px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.div4 .content {
  width: 22%;
}

.div6 {
  width: 90%;
  max-width: 700px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.div6 .content {
  width: 48%;
  min-width: 250px;
  margin: 5px;
}

.flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.arrow_circle {
  width: 1em;
  margin: 0 0.5em;
  vertical-align: text-top;
}

.rem {
  margin: auto;
  width: 70px;
}

.present_flow {
  width: 29%;
}

.round_img {
  border-radius: 50%;
  overflow: hidden;
}

.right_arrow {
  width: 5%;
}

.ribbon_bk {
  background: #000;
  padding: 0.5em 0.5em;
  color: #fff;
  display: inline-block;
}

.present_container {
  position: relative;
}
.present_container p.first_1969 {
  color: #D4AD0E;
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  margin: 0 auto;
}
.present_container p.first_1969 span {
  font-size: 2em;
  font-family: 'Syncopate', sans-serif;
}
.present_container .round_img {
  max-height: 400px;
}

.chance_img {
  width: 20%;
  max-width: 200px;
}

.chance_title {
  width: 80%;
  font-size: 2em;
  font-weight: bold;
}
.chance_title span {
  font-size: 1.8em;
  color: #D4AD0E;
}

.white_bg {
  background: rgba(255, 255, 255, 0.5);
  padding: 3em 2em;
  border-radius: 2em;
  z-index: -1;
}
.white_bg h3 {
  font-size: 1.5em;
  margin: 2em auto;
}

.title_bgwh {
  background: #fff;
  border-radius: 2em;
  color: #D4AD0E;
  display: inline-block;
  padding: 0.3em 1em;
  margin-bottom: 2em;
}

.rank_width {
  width: 60%;
  margin: 0 auto 2em;
}

.rank_left {
  width: 10em;
  margin-right: 2em;
}

.rank_right {
  width: 80%;
  text-align: left;
}
.rank_right p {
  font-size: 1.3em;
  font-weight: bold;
}

.coin {
  width: 5em;
  margin: auto;
}

.coin2 {
  position: relative;
  width: 100%;
  height: 5em;
}
.coin2 .coin {
  position: absolute;
  width: 5em;
}
.coin2 .coin:nth-child(1) {
  left: 0;
}
.coin2 .coin:nth-child(2) {
  right: 0;
}

.coin1 {
  height: 5em;
  width: 100%;
}

.white_circle {
  border: solid 2px #fff;
  border-radius: 50%;
  height: 5em;
  width: 5em;
  line-height: 5em;
}

.rank_modelimg {
  max-height: 40em;
  height: 40em;
}

.join_flow {
  text-align: left;
  list-style: none;
}
.join_flow li {
  text-indent: -1.7em;
  margin-bottom: 0.8em;
}
.join_flow li .num {
  text-indent: 0;
  display: inline-block;
  background: #D4AD0E;
  color: #fff;
  border-radius: 50%;
  height: 1.4em;
  width: 1.4em;
  line-height: 1.4em;
  text-align: center;
  margin-right: 0.5em;
}

.join_img {
  width: 40%;
  max-width: 300px;
  margin: auto;
}
.join_img p {
  text-align: center;
  font-size: 1.3em;
}

.caution {
  border: solid 1px #000;
  text-align: left;
  padding: 1em 2em;
}
.caution h4 {
  margin: 0.2em auto;
}
.caution ul {
  padding-inline-start: 1em;
  list-style: none;
}
.caution ul li {
  text-indent: -1em;
  margin-bottom: 0.5em;
}

.comingsoon {
  padding-top: 3em;
  height: 15em;
  width: 70%;
  max-width: 600px;
  margin: auto;
}

.event_topic {
  margin-top: 7em;
  margin-bottom: 4em;
}
.event_topic > span {
  background: #000000;
  color: #fff;
  padding: 0.5em 2em;
  border-radius: 2em;
  margin-bottom: 0.5em;
  display: inline-block;
}
.event_topic h3 {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  margin: 0.5em auto;
}

.div_art {
  display: flex;
  position: relative;
}
.div_art .content {
  width: 48%;
}
.div_art .art_bg {
  width: 50%;
  position: absolute;
  top: -5em;
  right: 0;
  z-index: -1;
}

.bg_black {
  background: #000;
  width: 100vw;
}
.bg_black .content_padding {
  padding: 2em;
}
.bg_black .content img {
  object-fit: cover;
  height: 100%;
}

.div6_goods {
  width: 90%;
  max-width: 980px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.div6_goods .content {
  width: 33%;
  min-width: 200px;
}

.SNS {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5em;
  width: 40%;
  align-items: center;
}

.white_bg_1 {
  background: #fff;
  padding: 2em;
}
.white_bg_1 h4 {
  font-size: 1.4em;
  text-align: left;
}

footer.fs-l-footer {
  z-index: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.bottomright {
  bottom: 0;
  right: 0;
}

.topright {
  top: 0;
  right: 0;
  z-index: -1;
}

.z2 {
  z-index: 2;
}

/*== ボタン共通設定 */
.btn_box {
  width: 90%;
  margin: auto;
  max-width: 250px;
}

.btn {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  border: 1px solid #000;
  /* ボーダーの色と太さ */
  padding: 10px 30px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
  border-radius: 3em;
  z-index: 1;
  margin-bottom: 1em;
}

/*ボタン内spanの形状*/
.btn span {
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #fff;
}

.btn:hover span {
  color: #000;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #000;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(1, 1);
  transform-origin: left top;
}

/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: right top;
  transform: scale(0, 1);
}

@keyframes mousemove {
  0% {
    bottom: 10px;
  }
  50% {
    bottom: 5px;
  }
  100% {
    bottom: 10px;
  }
}
@keyframes mousepathmove {
  0% {
    height: 0;
    top: 10px;
    opacity: 0;
  }
  50% {
    height: 15px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 30px;
    opacity: 0;
  }
}
@keyframes scrollSample01 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*========= body背景色の変化CSS ===============*/
body {
  font-family: 'Krona One', sans-serif;
  font-family: 'Syncopate', sans-serif;
  font-family: 'Varela Round', sans-serif;
  font-family: 'Varela Round', 'Zen Maru Gothic', sans-serif;
  /*animation: bgchange 40s ease infinite;*/
  /*変化の時間を変更したい場合は20sの部分を好きな時間に変更*/
  margin: 0;
  color: #000;
}

@keyframes bgchange {
  0% {
    background: #18C1B5;
  }
  /*変化させたい色*/
  9% {
    background: #AFEB20;
  }
  /*変化させたい色*/
  18% {
    background: #05E22A;
  }
  /*変化させたい色*/
  27% {
    background: #178402;
  }
  /*変化させたい色*/
  36% {
    background: #02845C;
  }
  /*変化させたい色*/
  45% {
    background: #2027EB;
  }
  /*変化させたい色*/
  54% {
    background: #20E4EB;
  }
  /*変化させたい色*/
  63% {
    background: #188DC1;
  }
  /*変化させたい色*/
  72% {
    background: #EB208C;
  }
  /*変化させたい色*/
  81% {
    background: #EB205E;
  }
  /*変化させたい色*/
  90% {
    background: #EB5E20;
  }
  /*変化させたい色*/
  100% {
    background: #18C1B5;
  }
  /*変化させたい色*/
}
/*========= waveを描画するエリア設定 ===============*/
#waveCanvas {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}

/*========== main紙芝居を設定 ============*/
#container {
  position: relative;
  z-index: 1;
  /*header とfooterを手前にするため数字を小さく*/
  text-align: center;
}

section.fixed {
  /*position: -webkit-sticky;
  position: sticky;*/
  padding: 100px 0;
  /*デモ画面の高さを持たすための上下余白*/
  top: 0;
  box-sizing: content-box;
}

section.fixed:nth-child(odd) {
  background: #666;
  /*デモ画面の奇数背景色*/
}

section.fixed:nth-child(even) {
  /*background:#333;*/
  /*デモ画面の偶数背景色*/
}

section.fixed:last-of-type {
  padding-top: 70px;
  /*最後のセクションだけ止まらないため、エリア内の情報が少ない時は、Header分の高さをpadding-topに追加して上部が見えるようにする*/
}

/*==================================================
にゅーん
===================================*/
/* 滑らかに変形して出現 */
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
/*========= テキストを滑らかに出現させるためのCSS ===============*/
span.smoothText {
  overflow: hidden;
  display: block;
}

/* アニメーションで傾斜がついている文字列を水平に戻す*/
span.smoothTextTrigger {
  transition: .8s ease-in-out;
  transform: translate3d(0, 100%, 0) skewY(12deg);
  transform-origin: left;
  display: block;
}

span.smoothTextTrigger.smoothTextAppear {
  transform: translate3d(0, 0, 0) skewY(0);
}

/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/
.box {
  opacity: 0;
}

/*==================================================
ふわっ
===================================*/
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*＝＝＝＝＝タブレット以下の見え方 ＝＝＝＝＝*/
@media screen and (max-width: 768px) {
  section.fixed {
    position: relative !important;
    top: 0;
    height: auto;
  }

  section.fixed:first-of-type {
    padding-top: 100px;
  }
}
@media screen and (max-width: 700px) {
  .fs-l-main {
    padding-top: 0 !important;
  }

  #header_emoorday h1 {
    position: inherit;
    padding-top: 1em;
  }
  #header_emoorday p {
    margin: 0 auto;
  }

  #particle {
    height: 70vh;
  }

  #waveCanvas {
    top: 30vh;
  }

  .subtitle .sub {
    font-size: 1.2em;
  }

  .w-980 {
    width: 100%;
  }

  .div2 {
    flex-direction: column;
  }
  .div2 .content {
    width: 100%;
  }

  .div4 .content {
    width: 49%;
  }

  .div6 {
    flex-direction: column;
  }

  .flexbox {
    flex-direction: column;
  }

  .present_flow {
    width: 50%;
  }

  .right_arrow {
    transform: rotate(90deg);
    margin: 1em;
  }

  .rank_width {
    width: 100%;
  }

  .join_img {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .join_img p {
    font-size: 1em;
  }

  .absolute {
    position: relative;
    text-align: center;
    margin: auto;
  }

  .comingsoon {
    height: auto;
  }

  .div_art .content {
    width: 100%;
  }
  .div_art .art_bg {
    width: 100%;
  }

  .SNS {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .div6_goods {
    flex-direction: column;
  }
}

/*# sourceMappingURL=emoorday2022.css.map */
