@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
.fonts {
  font-family: "Cinzel", serif;
}

body {
  background: #000 !important;
}

#headsp {
  width: 100%;
  height: 90px;
}
@media screen and (max-width:800px) {
  #headsp {
    height: 45px;
  }
}

#headcontena {
  width: 100%;
  height: 138px;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #headcontena {
    height: 90px;
  }
}
#headcontena .logos {
  width: 416px;
  margin-top: 60px;
  margin-left: 3.2%;
}
@media screen and (max-width:800px) {
  #headcontena .logos {
    width: 172px;
    margin-left: 5vw;
    margin-top: 20px;
  }
}
#headcontena .links {
  width: 400px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #headcontena .links {
    width: 170px;
  }
}
#headcontena .links .linksbox {
  width: 50%;
}
#headcontena .links a {
  display: inline-block;
  width: 100%;
  padding: 0.85em 0 1.1em 0;
  background-color: #A28A44;
  color: #fff;
  text-align: center;
}
@media screen and (max-width:800px) {
  #headcontena .links a {
    font-size: 12px;
  }
}
#headcontena .links a.raijyo {
  display: inline-block;
  width: 100%;
  padding: 0.85em 0 1.1em 0;
  background: linear-gradient(90deg, rgb(0, 85, 142) 0%, rgb(0, 21, 43) 100%);
  color: #fff;
  text-align: center;
}
@media screen and (max-width:800px) {
  #headcontena .links a.raijyo {
    font-size: 12px;
  }
}

#section01 {
  width: 100%;
  position: relative;
  padding-top: 480px;
  z-index: 50;
  padding-bottom: 200px;
}
@media screen and (max-width:800px) {
  #section01 {
    padding-top: 180px;
    padding-bottom: 100px;
  }
}
#section01 .section__in {
  width: 94%;
  max-width: 1140px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    width: 84%;
  }
}
#section01 h1 {
  width: 75%;
  max-width: 540px;
  margin: 0 auto 140px auto;
}
@media screen and (max-width:800px) {
  #section01 h1 {
    margin: 0 auto 50px 0;
  }
}
#section01 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section01 ul li {
  width: 49.5%;
  margin-bottom: 200px;
  background-color: rgba(162, 138, 68, 0.9);
  font-family: "EB Garamond", serif;
  color: #000;
}
#section01 ul li.comingsoon {
  background-color: rgba(162, 138, 68, 0.5);
}
#section01 ul li a, #section01 ul li span.coming {
  padding: 30px 65px 45px 65px;
  display: block;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
@media screen and (max-width:1200px) {
  #section01 ul li a, #section01 ul li span.coming {
    padding: 30px 5.4166666667vw 45px 5.4166666667vw;
  }
}
@media screen and (max-width:800px) {
  #section01 ul li a, #section01 ul li span.coming {
    padding: 4vw 7.5vw 5vw 7.5vw;
  }
}
#section01 ul li a:hover {
  cursor: pointer;
}
#section01 ul li a:hover span.indown {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width:800px) {
  #section01 ul li {
    width: 100%;
    margin-bottom: 7.5vw;
  }
}
#section01 ul li .stitle {
  line-height: 100%;
}
#section01 ul li .btitle {
  line-height: 120%;
  margin-bottom: 1em;
}
@media screen and (max-width:800px) {
  #section01 ul li .btitle {
    margin-bottom: 0.75em;
  }
}
#section01 ul li .pdftitle_mini {
  color: #fff;
}
#section01 ul li .pdftitle_mini .icons {
  display: inline-block;
  position: relative;
}
#section01 ul li .pdftitle_mini .icons.new::after {
  content: "NEW";
  display: inline-block;
  line-height: 100%;
  padding: 0.4em 0.75em 0.3em 0.75em;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.65em);
  background-color: #861313;
  color: #fff;
  transform: translate(0, -58%);
  font-size: 80%;
}
#section01 ul li .pdftitle {
  color: #fff;
  width: 115%;
}
#section01 ul li .pdftitle .icons {
  display: inline-block;
  position: relative;
}
#section01 ul li .pdftitle .icons.new::after {
  content: "NEW";
  display: inline-block;
  line-height: 100%;
  padding: 0.4em 0.75em 0.3em 0.75em;
  position: absolute;
  top: 50%;
  left: calc(100% + 0.65em);
  background-color: #861313;
  color: #fff;
  transform: translate(0, -45%);
  font-size: 40%;
}
#section01 ul li span.indown {
  display: inline-block;
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: left;
  padding: 0.5em 0.5em 0.5em 0.75em;
  line-height: 100%;
  margin-top: 0.5em;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}

#limited_back01 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/limited/back01_pc.jpg) no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (max-width:800px) {
  #limited_back01 {
    background: url(../images/limited/back01_sp.jpg) no-repeat center;
    background-size: cover;
  }
}

#limited_back02 {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/limited/back02_pc.jpg) no-repeat center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 15;
  opacity: 0;
  transition: all 2s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transform: scale(1.15);
}
#limited_back02.active {
  opacity: 1;
  transform: scale(1);
}

/****************//*# sourceMappingURL=limited_top.css.map */