@font-face {
  font-family: "gothic";
  src: url("/fonts/gothic.eot");
  src: local("gothic"), url("/fonts/gothic.woff") format("woff"),
    url("/fonts/gothic.ttf") format("truetype");
}

.fontA {
  font-family: "gothic" !important;
}

@font-face {
  font-family: "Coral W00 Black";
  src: url("/fonts/coral.eot");
  src: url("/fonts/coral.eot?#iefix") format("embedded-opentype"),
    url("/fonts/coral.woff2") format("woff2"),
    url("/fonts/coral.woff") format("woff"),
    url("/fonts/coral.ttf") format("truetype"),
    url("/fonts/coral.svg#Coral W00 Black") format("svg");
}

.fontB {
  font-family: "Coral W00 Black" !important;
}

* {
  margin: 0px;
  padding: 0px;
  font-size: 100%;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 1px;
  color: #005f27;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a {
  text-decoration: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: middle;
  border: 0;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
  clear: both;
}

* html .clearfix {
  height: 1%;
  overflow: hidden;
}

@keyframes bodyFadeIn {
  0% {
    opacity: 0;
    visibility: visible;
  }

  100% {
    opacity: 1;
  }
}

.bodyFadeIn {
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
  animation-name: bodyFadeIn;
  animation-delay: 0;
  animation-duration: 0.6s;
  animation-fill-mode: both;
}

body {
  animation: bodyFadeIn 0.8s ease-in-out 0s 1 normal;
  /*    background: url(/pc/img/bg.jpg) repeat 50% 0;*/
}

h1 {
  font-size: 16px;
  line-height: 1;
  text-align: right;
  padding-right: 5px;
  color: #fff;
}

#allWrap {
  position: relative;
  width: 100%;
  height: 100%;
}

.coverWrap {
  position: relative;
  min-width: 1080px;
  z-index: 0;
}

.coverWrap2 {
  background-image: url(/index/img/2021newyear.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  min-width: 1080px;
  z-index: 0;
}

.cover {
  position: relative;
}

.coverWrap .cover img {
  width: 100%;
}

.cover_shadow {
  width: 100%;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.entrance {
  position: relative;
  width: 400px;
  margin: 30px auto 50px auto;
  z-index: 9999;
}

.entrance li {
  position: relative;
}

.entrance li.enter {
}

.entrance li.leave {
  width: 40%;
  margin: 50px 0 0 0;
  display: none;
}

.entrance li a {
  display: block;
}

.entrance li a img {
  width: 100%;
}

/*
.entrance li {
    position: relative;
    width: 50%;
    float: left;
    text-align: center;
}

.entrance li a {
    display: block;
    font-family: "Anton", sans-serif;
    font-size: 120px;
}
*/
/*
ul.entrance {
    position: absolute;
    top: 480px;
    left: 50%;
    margin-left: -570px;
    overflow: hidden;
}

ul.entrance li {
    position: relative;
    float: left;
}

ul.entrance li a {
    display: block;

}

ul.entrance li.ent a {
    width: 406px;
    height: 259px;
}

ul.entrance li.lav a {
    width: 287px;
    height: 190px;
    margin: 50px 0 0 10px;


}
*/
.logoIn {
  animation-name: logoIn;
  animation-delay: 4s;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(1, 0, 0, 1);
}

@keyframes logoIn {
  from {
    /*        transform: translate3d(-100%, -100%, 0);*/
    visibility: hidden;
    transform: translate3d(0, 100%, 0) rotate(-29deg);
    opacity: 0;
  }

  to {
    transform: translate3d(0, 0, 0) rotate(-29deg);
    visibility: visible;
    opacity: 1;
  }
}

.logo {
  position: absolute;
  top: 9%;
  left: 30px;
  width: 16vw;
  height: 16vh;
  transform: rotate(-26deg);
}

.logo img {
  width: 100%;
}

@keyframes inS1 {
  from {
    visibility: hidden;
  }

  1% {
    visibility: visible;
  }

  to {
    visibility: hidden;
  }
}

.inS1 {
  animation-name: inS1;
  animation-delay: 1s;
  animation-fill-mode: both;
  animation-duration: 2.5s;
}

@keyframes inS2 {
  from {
    visibility: hidden;
  }

  1% {
    visibility: visible;
  }

  to {
    visibility: hidden;
  }
}

.inS2 {
  animation-name: inS2;
  animation-delay: 1.6s;
  animation-fill-mode: both;
  animation-duration: 1.9s;
}

@keyframes inS3 {
  from {
    visibility: hidden;
  }

  1% {
    visibility: visible;
  }

  to {
    visibility: hidden;
  }
}

.inS3 {
  animation-name: inS3;
  animation-delay: 2.2s;
  animation-fill-mode: both;
  animation-duration: 1.3s;
}

#footerWrap {
  text-align: right;
  width: 100%;
  z-index: 5;
  /*    background: #fff;*/
  padding: 20px 20px 20px 0;
}

.footerBorderTop {
  height: 4px;
  width: 100%;
  position: absolute;
  top: -4px;
  left: 0;
  overflow: hidden;
  background: url(/pc/img/footer_border.png) repeat;
  display: none;
}

#footer {
  width: 1000px;
  margin: 0 0 0 auto;
  text-align: right;
}

#footer li {
  display: inline-block;
  font-family: "gothic", sans-serif;
  font-size: 10px;
  line-height: 1;
  margin: 0 5px;
}

#footer li a {
  display: inline-block;
  font-family: "gothic", sans-serif;
  font-size: 10px;
  line-height: 1;
}

#footer li.copyRight {
  border-right: 1px solid #005f27;
  padding-right: 10px;
}

#footer li.produced {
}

.kirakiraWrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.kirakira {
  position: absolute;
  left: 0;
  top: 0;
}

.kirakira_inner {
  position: relative;
  display: none;
}

.kirakira_one {
  position: absolute;
  left: 0;
  top: 0;
}

.kirakira-x {
  position: relative;
  width: 40px;
  height: 40px;
}

.kirakira-x::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-top: -10%;
  border-width: 2px 20px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #faf74a;
}

.kirakira-x::after {
  position: absolute;
  right: 50%;
  top: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-top: -10%;
  border-width: 2px 20px;
  border-style: solid;
  border-color: transparent;
  border-right-color: #faf74a;
}

.kirakira-y {
  position: relative;
  width: 40px;
  height: 40px;
}

.kirakira-y::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -10%;
  border-width: 20px 2px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #faf74a;
}

.kirakira-y::after {
  position: absolute;
  left: 50%;
  bottom: 50%;
  content: "";
  width: 0;
  height: 0;
  margin-left: -10%;
  border-width: 20px 2px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #faf74a;
}

.coronaWrap {
  margin: 0 10px;
}
.corona {
  background: #ffffd9;
  padding: 30px 10px 10px;
  border: 3px double #fff45e;
  max-width: 1000px;
  margin: 0 auto;
}

.corona dt {
  text-align: center;
  font-size: 24px;
}

.corona dd {
  padding: 10px;
  line-height: 140%;
  font-size: 18px;
}
