@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');*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&family=Shippori+Mincho&family=Bebas+Neue&family=Manrope:wght@200..800&display=swap");
:root {
  --scrollbar: 0;
}

.fs-l-main {
  padding-top: 0 !important;
  /*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;*/
  font-family: 'Helvetica Neue', "Noto Sans JP", sans-serif;
  margin: 0;
  color: #000;
  /*========= 粒子を描画するエリア設定 ===============*/
  /*== ボタン共通設定 */
  /*ボタン内spanの形状*/
  /*== 背景が流れる（左から右） */
  /*hoverした際の形状*/
}
.fs-l-main img {
  max-width: 100%;
  max-height: 100%;
  display: inline;
}
.fs-l-main p {
  font-size: 18px;
  margin: 1em auto;
}
.fs-l-main p small {
  font-size: 0.8em;
}
.fs-l-main p.text-margin {
  margin-bottom: 2em;
}
.fs-l-main li {
  /*font-size:1.1em;*/
}
.fs-l-main a {
  color: #000;
  text-decoration: none;
  outline: none;
}
.fs-l-main .sp-none {
  display: block;
}
.fs-l-main .pc-none {
  display: none;
}
.fs-l-main .fs-c-slick .slick-next {
  background: url(../img/index/slider_icon_next_bk.png);
  background-repeat: no-repeat;
  background-size: 30px 140px;
  background-position: center;
}
.fs-l-main .fs-c-slick .slick-prev {
  background: url(../img/index/slider_icon_prev_bk.png);
  background-repeat: no-repeat;
  background-size: 30px 140px;
  background-position: center;
}
.fs-l-main .mincho {
  font-family: 'Shippori Mincho';
}
.fs-l-main .Beabas {
  font-family: "Bebas Neue", sans-serif;
}
.fs-l-main .Manrope {
  font-family: "Manrope", sans-serif;
  font-weight: bold;
}
.fs-l-main ul.list {
  line-height: 1.7;
  text-align: left;
}
.fs-l-main .big_title {
  font-size: 25px;
}
.fs-l-main .goods_kikan {
  font-size: 26px;
}
.fs-l-main .btn_box {
  width: 90%;
  margin: auto;
  max-width: 250px;
}
.fs-l-main .btn_nolink {
  margin-bottom: 1em;
  margin-top: 3em;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  background: #CCC;
  color: #FFF;
  font-size: 17px;
  box-shadow: 0px 10px 16px 0px rgba(0, 0, 0, 0.3), 0px 5px 10px rgba(255, 255, 255, 0.75) inset;
}
.fs-l-main .btn {
  font-size: 20px;
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  text-decoration: none;
  display: inline-block;
  /*border: 1px solid #0A9A69;*/
  /* ボーダーの色と太さ */
  padding: 20px 20px;
  text-align: center;
  outline: none;
  /*アニメーションの指定*/
  transition: ease .2s;
  border-radius: 0.9em;
  z-index: 1;
  margin-bottom: 1em;
  margin-top: 3em;
  background-image: none;
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.5), 0px -5px 8px rgba(0, 0, 0, 0.5) inset, 0px 5px 8px rgba(255, 255, 255, 0.75) inset;
  background: #103C13;
}
.fs-l-main .btn span {
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #fff;
}
.fs-l-main .btn:hover span {
  color: #ffffff;
}
.fs-l-main .bgleft:before {
  display: none;
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #103C13;
  /*背景色*/
  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;
}
.fs-l-main .bgleft:hover:before {
  transform-origin: right top;
  transform: scale(0, 1);
}

#header_emoorday {
  position: relative;
  height: 100vh;
}
#header_emoorday h1 {
  font-size: 90px;
  margin-top: 0px;
}
#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 .catchphrase {
  padding: 250px 0px 70px;
  width: 100%;
  max-width: 980px;
  position: relative;
  margin: auto;
}
#header_emoorday .catchphrase .topcatch {
  max-width: 500px;
  width: 100%;
}
#header_emoorday .catchphrase p {
  font-size: 25px;
}
#header_emoorday .fixed {
  /*描画されるテキストを中央寄せにする*/
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
#header_emoorday .limitbreak {
  position: absolute;
  display: block;
  width: 30%;
  max-width: 188px;
}

svg#logo {
  max-width: 453.872px;
  width: 100%;
  height: auto;
}

svg#logo2 {
  max-width: 291.841px;
  width: 64.300287%;
  height: auto;
}

/*
.bg_animation{
    z-index: 1;
    animation: bgchange 40s ease infinite;
    width: 100%;
    box-sizing: border-box;
    position:relative;
}
*/
.bg_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.bg_video video {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}

.bg_padding {
  padding: 7vh 7vw;
  width: 100%;
  position: relative;
}

.bg_padding.info_padding {
  padding: 0 7vw;
}

.bg-gr {
  background: #042a01;
}

.bg-gy {
  background: #757272;
}

.w-980 {
  width: 90%;
  max-width: 980px;
  margin: auto;
}

.w-600 {
  width: 90%;
  max-width: 600px;
  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: #fff;
  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 {
  background: #FFF;
}
.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;
}

.dounyu h3 {
  font-size: 30px;
  border-bottom: solid 1px #000000;
  padding: 0.5em;
}
.dounyu p {
  font-size: 18px;
}

.menu {
  /*font-family: 'Syncopate', sans-serif;*/
}
.menu .ComplexGrid {
  margin: auto;
  max-width: fit-content;
  display: grid;
  grid-template: "a  .  .  . c  .  ." 100px "a  .  b  . c  .  d" 100px " .  . b  .  .  . d" 100px /200px 10px 200px 10px 200px 10px 200px;
  gap: 10px;
}
.menu .ComplexGrid_a {
  grid-area: a;
  background: linear-gradient(to right, #f85707, #f89013);
  position: relative;
}
.menu .ComplexGrid_b {
  grid-area: b;
  background: linear-gradient(to right, #10a565, #35b68b);
  position: relative;
}
.menu .ComplexGrid_c {
  grid-area: c;
  background: linear-gradient(to right, #fc568b, #f86b69);
  position: relative;
}
.menu .ComplexGrid_d {
  grid-area: d;
  background: linear-gradient(to right, #b63497, #41559d);
  position: relative;
}
.menu .linkout {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(100, 100, 100, 0.8);
}
.menu .grid_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu a {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
.menu small {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
  margin-top: 0.5em;
}
.menu p {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.menu ul {
  font-size: 1.7rem;
  letter-spacing: 0.2em;
  text-align: center;
}
.menu ul li {
  margin-bottom: 1em;
}

#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;
  background: #042a01;
}
.circle-bg.circleactive {
  transform: scale(50);
}

.subtitle {
  font-family: 'Shippori Mincho';
  text-align: center;
  width: 100%;
  z-index: 2;
  margin: 40px auto;
}
.subtitle .sub {
  font-size: 40px;
}

.date {
  margin: 0.3em auto 2em;
  font-size: 1.8em;
  line-height: 1.1;
  display: flex;
  max-width: 800px;
  justify-content: space-around;
}
.date small {
  font-size: 0.7em;
}
.date p {
  font-size: 0.8em;
  margin: 0.8em auto;
}

.info {
  margin: auto;
  width: 100%;
  max-width: 600px;
}
.info p {
  text-align: center;
  font-size: 25px;
}
.info .flow_box {
  background: #fff;
  margin: 0 auto 40px;
  width: 100%;
  /*font-size : 28px;*/
  text-align: center;
  overflow: hidden;
  padding: 0.5em;
}
.info .flow_box p {
  color: #858585;
  font-size: 1.3rem;
  margin: 0;
  display: inline-block;
  padding-left: 100%;
  white-space: nowrap;
  line-height: 1.3em;
  animation: scrollSample01 20s linear infinite;
}

.scrollbox {
  height: 50px;
  margin: 50px auto 30px;
  position: relative;
}

.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 {
  margin-bottom: 2.5em;
  font-size: 36px;
  margin-top: 0;
}
.index span {
  display: block;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #000000;
  margin-bottom: 6px;
}
.index h2 {
  margin: 0.8em auto 0.3em;
  /* font-family: 'Syncopate', sans-serif; */
  font-size: 36px;
  font-weight: bold;
}
.index small {
  display: block;
  font-size: 0.5em;
  padding-bottom: 0.6em;
  border-bottom: solid 1px #000000;
  font-weight: bold;
  width: 100px;
  margin: auto;
  padding-bottom: 0.6em;
}

#about .index span {
  background: linear-gradient(to right, #f85707, #f89013);
}

#event .index span {
  background: linear-gradient(to right, #10a565, #35b68b);
}

#special .index span {
  background: linear-gradient(to right, #fc568b, #f86b69);
}

#present .index span {
  background: linear-gradient(to right, #b63497, #41559d);
}

.txt_line {
  text-decoration: line-through;
}

.txt_white {
  color: #fff;
}
.txt_white .sale_midashi {
  border-left: solid 1px #FFF;
  border-right: solid 1px #FFF;
}

.txt_red {
  color: #FF0000;
  font-weight: bold;
  font-size: 1.3em;
}

.txt_gold {
  color: #D4AD0E;
}

.solid_midashi {
  border: solid 1px #FFF;
  max-width: 400px;
  width: 100%;
  padding: 0.5em 2em;
  margin: 5em auto 1em;
  font-size: 20px;
}

.triangle {
  background: #ffffff;
  height: calc(tan(60deg) * 50px / 2);
  width: 240px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin: auto auto 20px;
}

.filter {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(23, 91, 6, 0.6);
  z-index: 5;
}

.kanbai {
  padding: 10px;
  background: #000;
  font-size: 60px;
  color: #FFF;
  position: absolute;
  top: calc(50% - 0.5em);
  right: calc(50% - 2.1em);
  rotate: -10deg;
}

.sale_midashi {
  font-size: 28px;
  line-height: 1.5;
  border-left: solid 1px #333;
  border-right: solid 1px #333;
  margin: 150px auto 50px;
}

.div1 {
  width: 100%;
  max-width: 980px;
  margin: auto;
  padding-bottom: 2em;
}
.div1 h4 {
  margin: 2em auto;
  font-size: 1.3em;
}
.div1 p {
  margin: 1em auto;
}
.div1 .border_solid {
  padding: 10px;
  border: solid 1px #000000;
  margin: 2em;
}
.div1 .border_solid p {
  text-align: center;
}
.div1 .border_solid.redborder {
  padding: 10px;
  border: solid 1px #FF0000;
  margin: 2em 0;
}
.div1 .border_solid.redborder p {
  text-align: left;
  color: #FF0000;
}

.div2 {
  width: 90%;
  max-width: 980px;
  margin: 0 auto 1em;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  position: relative;
}
.div2 .content {
  width: 45%;
}
.div2 .content p {
  text-align: left;
}
.div2 .content .text-center {
  text-align: center;
}
.div2 .content h3 {
  text-align: left;
  font-size: 2em;
  font-weight: bold;
  margin: 0.5em auto;
  line-height: 1.4;
}

.div2col {
  width: 100%;
  max-width: 980px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.div2col .content {
  width: 49%;
}
.div2col .content1-3 {
  width: 30%;
}

.div3col {
  width: 90%;
  max-width: 980px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.div3col .content {
  width: 30%;
}

.div3 {
  width: 90%;
  max-width: 980px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}
.div3 .content {
  width: 28%;
}

.div4 {
  width: 90%;
  max-width: 980px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  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;
  align-items: flex-start;
}
.div6 .content {
  width: 48%;
  min-width: 250px;
  margin: 5px;
}

.flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
}
.flexbox .btn {
  width: 20%;
  margin: 3%;
  padding: 20px 20px;
  border-radius: 1.5em;
  /*padding: 20px;*/
}
.flexbox .btn p {
  color: #fff;
}
.flexbox .btn p.tilebtn1 {
  font-size: 45px;
  font-family: "Bebas Neue", sans-serif;
  margin: 0 auto;
  line-height: 1;
}
.flexbox .btn p.tilebtn2 {
  font-size: 16px;
  margin: 0 auto;
}

.middle_title {
  font-size: 19px;
  margin: 1.5em auto 1em;
  line-height: 1.4;
}

.eventtitle {
  font-size: 30px;
  margin: 1em auto 1.3em;
}

.event_feature {
  margin: 3em auto 1.5em;
}
.event_feature .feature_sub {
  border: solid 1px #fff;
  background-color: #fff;
  padding: 0.3em 2em;
  font-size: 20px;
  margin: 1em;
  display: inline-block;
  color: #112115;
}
.event_feature h3 {
  line-height: 1.6;
}
.event_feature .border_solid {
  border: solid 1px #FFF;
  margin: auto;
}

#bird {
  position: absolute;
  left: 0;
  max-width: 200px;
  bottom: 45%;
  width: 20%;
  opacity: 0;
  transition: 0.8s ease-in;
}
#bird.done {
  opacity: 1;
}

.txt-left {
  text-align: left;
}

.back-gr-title {
  background: #006937;
  padding: 1em;
  font-size: 25px;
  color: #fff;
  right: 0;
  left: 0;
}

.sns_link {
  display: flex;
  justify-content: space-around;
}
.sns_link div {
  width: 40%;
}
.sns_link div .btn {
  width: 100%;
}

.div_present {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  max-width: 600px;
  margin: auto;
}
.div_present .present_item {
  width: 30%;
}
.div_present .present_item p {
  font-size: 20px;
}
.div_present .present_item_2col {
  width: 60%;
}
.div_present .present_item_2col p {
  font-size: 20px;
}

.pillow_img {
  width: 70%;
  margin: auto;
  margin-top: 30px;
}

.sale_item {
  margin: 50px auto;
  position: relative;
}
.sale_item .item_name {
  font-size: 20px;
  font-weight: bold;
}
.sale_item .item_price {
  font-size: 20px;
  font-weight: bold;
}

.arrow_circle {
  width: 1em;
  margin: 0 0.5em;
  vertical-align: text-top;
}

.rem {
  margin: 50px auto 0;
  width: 70px;
}

.present_limit {
  font-size: 20px;
}
.present_limit big {
  font-size: 2em;
}

.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: 1em;
  height: 400px;
  width: 400px;
  margin: auto;
  background: #ccc;
  font-size: 20px;
}
.comingsoon .p-normal {
  font-size: 28px;
  margin: 5em 0 1em;
}
.comingsoon .p-prezent {
  font-size: 25px;
  margin: 0.5em 0 0.5em;
}
.comingsoon small {
  display: block;
  margin: 0.3em 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: 100%;
  padding: 7vh 7vw;
}
.bg_black .content_padding {
  padding: 2em;
}
.bg_black .content img {
  object-fit: contain;
  height: auto;
}

.verdy_green {
  background: #112715;
  width: 100%;
  padding: 7vh 7vw;
}
.verdy_green .content_padding {
  padding: 2em;
}
.verdy_green .content img {
  object-fit: contain;
  height: auto;
}

.event_num {
  background: #006937;
  padding: 1em 1.5em;
  width: 70%;
  max-width: 400px;
  font-size: 20px;
  margin: 4em auto 2em;
  border-radius: 2em;
}
.event_num span {
  font-size: 1.2em;
}

.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;
}

.verdy_green {
  background: #112715;
  width: 100%;
  padding: 7vh 7vw;
}
.verdy_green .content_padding {
  padding: 2em;
}
.verdy_green .content img {
  object-fit: contain;
  height: auto;
}

.content100 {
  width: 100%;
  margin: 50px auto 0;
}

.text-center01 {
  text-align: center;
  margin: 150px auto 100px;
}

.request_container {
  background: white;
  padding: 1.5em;
  margin: 3em auto;
}
.request_container .eventtitle {
  margin: 0.3em auto 1.3em;
}

.gradient {
  position: relative;
}

.gradient::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to left, #fff, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0) 85%, #fff 100%);
  position: absolute;
  top: 0;
  left: 0;
}

@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 {
  /*animation: bgchange 40s ease infinite;*/
  /*変化の時間を変更したい場合は20sの部分を好きな時間に変更*/
}

@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: 1024px) {
  .bg_padding {
    padding: 4vh 4vw;
  }

  #header_emoorday {
    position: relative;
    height: 100vh;
  }

  /*.bg_video{
    bottom: 100%;
    top: auto;
    transform: rotate(90deg);
    transform-origin: bottom left;
    height: calc(100vw - var(--scrollbar));
    width: 100vh;

    overflow:hidden;
    position: absolute;
  	left: 0;

    video{
      position: absolute;
    	top: 50%;
    	left: 50%;
    	display: block;
    	width: auto;
    	height: auto;
    	min-width: 100%;
    	min-height: 100%;
    	transform: translate(-50%,-50%);
    }
  }*/
  .menu {
    /*font-family: 'Syncopate', sans-serif;*/
  }
  .menu .ComplexGrid {
    margin: auto;
    max-width: fit-content;
    display: grid;
    grid-template: "a  .  .  . c  .  ." 80px "a  .  b  . c  .  d" 80px " .  . b  .  .  . d" 80px /160px 10px 160px 10px 160px 10px 160px;
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .fs-l-main {
    padding-top: 0 !important;
  }

  section.fixed {
    position: relative !important;
    top: 0;
    height: auto;
  }

  section.fixed:first-of-type {
    padding-top: 100px;
  }

  .menu {
    /*font-family: 'Syncopate', sans-serif;*/
  }
  .menu .ComplexGrid {
    max-width: 100%;
    display: grid;
    grid-template: "a  .  ." calc(35vw - 40px) "a  .  b" 40px " .  . b" calc(35vw - 80px) "c  . b" 40px "c  . ." calc(35vw - 80px) "c  . d" 40px " .  . d" calc(35vw - 40px)/1fr 20px 1fr;
    gap: 10px;
  }
}
@media screen and (max-width: 700px) {
  .fs-l-main {
    padding-top: 0 !important;
  }
  .fs-l-main .goods_kikan {
    font-size: 20px;
  }
  .fs-l-main .sp-none {
    display: none;
  }
  .fs-l-main .pc-none {
    display: block;
  }

  #header_emoorday h1 {
    /*position: inherit;
    padding-top: 1em;*/
    font-size: 60px;
  }
  #header_emoorday p {
    font-size: 18px;
    margin: 0 auto;
  }
  #header_emoorday .info > p {
    margin-bottom: 1em;
  }

  .dounyu .dounyu-title {
    position: relative;
    height: 50px;
  }
  .dounyu h3 {
    font-size: 25px;
    display: inline-block;
    padding: 0.5em 0 0.5em 1em;
    left: -1em;
    text-align: left;
    position: absolute;
  }
  .dounyu p {
    text-align: left;
  }

  .index h2 {
    font-size: 26px;
  }

  #particle {
    height: 70vh;
  }

  #waveCanvas {
    top: 30vh;
  }

  .subtitle .sub {
    /*font-size:1.2em;*/
  }

  .eventtitle {
    font-size: 24px;
    margin: 1em auto 1.3em;
  }

  .triangle {
    background: #ffffff;
    height: calc(tan(60deg) * 30px / 2);
    width: 180px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    margin: auto auto 20px;
  }

  .w-980 {
    width: 100%;
  }

  .div2 {
    flex-direction: column;
  }
  .div2 .content {
    width: 100%;
  }

  .div4 .content {
    width: 49%;
  }

  .div6 {
    flex-direction: column;
  }

  .flexbox {
    /*flex-direction: column;*/
    flex-wrap: wrap;
  }
  .flexbox .btn {
    width: 40%;
    margin: 3%;
    padding: 20px 5px;
  }
  .flexbox .btn p {
    color: #fff;
    font-size: 14px;
  }
  .flexbox .btn p.tilebtn1 {
    font-size: 28px;
    font-family: "Bebas Neue", sans-serif;
  }

  .sns_link {
    flex-direction: column;
  }
  .sns_link div {
    width: auto;
  }

  .svganimeblock {
    margin-bottom: 40px;
  }

  .date {
    flex-direction: column;
  }
  .date > div {
    margin: 1em auto;
  }

  .pillow_img {
    display: none;
  }

  .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 {
    padding-top: 1em;
    height: 70vw;
    width: 70vw;
    margin: auto;
    background: #ccc;
  }
  .comingsoon .p-normal {
    margin: 20vw 0 1em;
  }
  .comingsoon .p-prezent {
    margin: 0;
  }

  .div_art .content {
    width: 100%;
  }
  .div_art .art_bg {
    width: 100%;
  }

  .SNS {
    width: 50%;
  }

  .gradient::before {
    background: none;
  }

  .request_container {
    padding: 0.5em;
  }
}
@media screen and (max-width: 700px) {
  .div6_goods {
    flex-direction: column;
  }
}
/*=============== SVGアニメーション内の指定 =================*/
/*SVGの横幅*/
.svganimeblock {
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-bottom: 70px;
}

/*SVGの可変*/
.svganimeblock svg {
  width: 100%;
}

/*アニメーション前のパスの指定*/
.svganimeblock svg path {
  fill-opacity: 0;
  /*最初は透過0で見えない状態*/
  transition: fill-opacity .5s;
  /*カラーがつく際のアニメーション0.5秒で変化*/
  fill: none;
  /*塗りがない状態*/
  stroke: #000000;
  /*線の色*/
}

.svganimeblock svg.yet path {
  fill-opacity: 0;
  /*最初は透過0で見えない状態*/
  fill: none;
  /*塗りの色*/
  stroke: none;
  /*線の色なし*/
}

/*アニメーション後に.doneというクラス名が付与された時のパスの指定*/
.svganimeblock svg.done path {
  fill: #000000;
  /*塗りの色*/
  fill-opacity: 1;
  /*透過1で見える状態*/
  stroke: none;
  /*線の色なし*/
}

/*# sourceMappingURL=emoorday2025.css.map */
