@charset "UTF-8";
@import url("reset.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
:root {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.6;
}
html,body{
  font-size: 62.5%
}
.wrap {
  font-size: 1.6rem;
  overflow: hidden; 
}
img {
  width: 100%;
}
.txt-center {
  text-align: center;
}
.font-wh {
  color: #ffffff;
}
.font-s24 {
  font-size: 2.4rem;
}
.font-s21 {
  font-size: 2.1rem;
}
.font-s18 {
  font-size: 1.8rem;
}
.font-s14 {
  font-size: 1.4rem;
}
.font-s12 {
  font-size: 1.2rem;
}

.container {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.box-1200 {
  max-width: 1200px;
}
.box-1100 {
  max-width: 1100px;
}
.box-1000 {
  max-width: 1000px;
}
.box-900 {
  max-width: 900px;
}

.flex-box {
  display: flex;
}
.sp,
.sp--inline,
.sp--inline-block {
  display: none;
}
@media screen and (max-width: 1200px)
{
  .wrap {
    font-size: 1.33333333333333vw;
  }
  .font-s24 {
    font-size: 2vw;
  }
  .font-s18 {
    font-size: 1.5vw;
  }
  .font-s14 {
    font-size: 1.16666666666667vw;
  }
  .font-s12 {
    font-size: 1vw;
  }
  .container {
    width: 96%;
  }
  .box-1200 {
    max-width: 100vw;
  }
  .box-1100 {
    max-width: 91.6666666666667vw;
    max-width: 100vw;
  }
  .box-1000 {
    max-width: 83.3333333333333vw;
    max-width: 100vw;
  }
  .box-900 {
    max-width: 75vw;
    max-width: 100vw;
  }
}
@media screen and (max-width: 768px)
{
  .wrap {
    font-size: 3.2vw;
  }

  .font-s24 {
    font-size: 4.8vw;
  }
  .font-s18 {
    font-size: 2.8vw;
  }
  .font-s14 {
    font-size: 2.4vw;
  }
  .font-s12 {
    font-size: 1.2rem;
  }
  .container {
    width: 100%;
  }
  .box-1200 {
    max-width: 100%;
  }
  .box-1100 {
    max-width: 100%;
  }
  .box-1000 {
    max-width: 100%;
  }
  .box-900 {
    max-width: 100%;
  }
  .box-sp {
    max-width: 93.3333vw;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-box-sp {
    display: flex;
  }
  
  .pc,
  .pc--inline,
  .pc--inline-block,
  .pc--flex {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp--inline {
    display: inline;
  }
  .sp--inline-block {
    display: inline-block;
  }
}

/* =================================================================
  header
=================================================================*/
header {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 99;
}
.sp-nav-btn {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: rgba(111, 186, 44, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.sp-nav-btn img {
  width: 4rem;
}
#sp-navigation-menu {
  position: fixed;
  right: -100vw;
  top: 0;
  height: 100vh;
  padding: 7.5rem;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items:center;
  justify-content:center;
  z-index: 101;
  transition: .5s;
}
#sp-navigation-menu.open{
  right: 0;
  transition: .5s;
}
#sp-navigation-menu .nav-img {
  width: 265px;
  margin: 0 auto 85px;
}
#sp-navigation-menu nav .nav-item{
  color: white;
  font-size: 1.8rem;
  text-align: center;
  margin-top: 25px;
  display: block;
}
#sp-navigation-menu nav .nav-item:hover {
  color: #6fba2c;
  transition: .3s;
}
#sp-navigation-menu nav .nav-item.nav-smFont {
  font-size: 1.6rem;
  margin-top: 20px;
}
#sp-navigation-menu .sp-close-btn{
  width: 40px;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 11;
}
.buying-btn-nav {
  width: 26.9rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
}
.buying-btn-nav a {
  transition: .3s;
}
.buying-btn-nav a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px)
{
  header {
    top: 2.6667vw;
    right: 1.3333vw;
  }
  .sp-nav-btn {
    width: 12.8vw;
    height: 12.8vw;
  }
  .sp-nav-btn img {
    width: 6.4vw;
  }
  #sp-navigation-menu {
    width: 100vw;
    padding: 2vw;
  }
  #sp-navigation-menu nav .nav-item{
    font-size: 4vw;
  }
  #sp-navigation-menu .sp-close-btn{
    width: 8vw;
    right: 10px;
    top: 10px;
  }
  .buying-btn-nav {
    width: 40vw;
  }
}


main {
  position: relative;
}
.buying-btn {
  width: 26.9rem;
  position: fixed;
  right: 0;
  top: 12rem;
  z-index: 11;
  transition: .3s;
  opacity: 0;
  transform: translateX(100px);
  visibility: hidden;
}
.buying-btn a {
  transition: .3s;
}
.buying-btn a:hover {
  opacity: 0.7;
}
.buying-btn.show {
  opacity: 1;
  transform: translateX(0px);
  visibility: visible;
}
@media screen and (max-width: 768px)
{
  .buying-btn {
    width: 40vw;
    bottom: 30vw;
  }
}


/* =================================================================
  KV
=================================================================*/
#kv {
  background: url('../img/kv-bg.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 80%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
#kv .main-tit {
  width: 100%;
  max-width: 32rem;
  position: absolute;
  top: 2rem;
  left: 1.7857%;
}
.kv-txt-box {
  z-index: 2;
}
#kv .kv-tit {
  width: 85.2rem;
  margin-left: 18.5rem;
  z-index: 2;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  opacity: 0;
  animation-delay: 0.3s;
  animation-name: opacity-eff--top;
}
@keyframes opacity-eff--top {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}

#kv .kv-info {
  width: 40.7rem;
  position: absolute;
  top: 3.5rem;
  right: 0rem;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  opacity: 0;
  animation-delay: 1.2s;
  animation-name: opacity-eff01;
}
@keyframes opacity-eff01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 1200px)
{
  #kv {
    padding-top: 2.5vw;
    padding-bottom: 2.08333333333333vw;
  }
  #kv .main-tit {
    max-width: 26.6666666666667vw;
  }
  #kv .kv-tit {
    width: 71vw;
    margin-left: 15.4166666666667vw;
  }
  #kv .kv-info {
    width: 31.5833333333333vw;
    top: 3.33333333333333vw;
    right: 0;
  }
}
@media screen and (max-width: 768px)
{
  #kv {
    background: url('../img/kv-bg-sp.jpg') no-repeat;
    background-position: 50%;
    padding-top: 18vw;
    padding-bottom: 9.3333vw;
  }
  #kv .main-tit {
    width: 37.6vw;
    max-width: 100%;
    top: 2.6667vw;
    left: 3.3333vw;
  }
  .kv-txt-box {
    z-index: 5;
  }
  #kv .kv-tit {
    width: 93.2vw;
    margin-left: 3.3333vw;
  }
  #kv .kv-info {
    width: 35.7333vw;
    top: -1.0667vw;
    right: 6vw;
  }
}


#kv .player-box {
  position: relative;
}
#kv .player {
  position: absolute;
}
#kv .player01 {
  width: 56.2rem;
  top: -47.5rem;
  left: 1rem;
  z-index: 1;
}
#kv .player02 {
  width: 37.1rem;
  top: -19rem;
  left: -9.5rem;
  z-index: 3;
}
#kv .player03 {
  width: 84.1rem;
  top: -21rem;
  right: -35rem;
  z-index: 3;
}

#kv .player {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  opacity: 0;
}
#kv .player01 {
  animation-delay: 0.1s;
  animation-name: opacity-eff--left;
}
#kv .player02 {
  animation-delay: 0.5s;
  animation-name: opacity-eff--left;
}
#kv .player03 {
  animation-delay: 0.3s;
  animation-name: opacity-eff--right;
}
@keyframes opacity-eff--left {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes opacity-eff--right {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0px);
  }
}
@media screen and (max-width: 1200px)
{
  #kv .player01 {
    width: 46.8333333333333vw;
    top: -39.5833333333333vw;
    left: 0.833333333333333vw;
  }
  #kv .player02 {
    width: 30.9166666666667vw;
    top: -15.8333333333333vw;
    left: -7.91666666666667vw;
  }
  #kv .player03 {
    width: 70.0833333333333vw;
    top: -17.5vw;
    right: -35vw;
  }
}
@media screen and (max-width: 768px)
{
  #kv .player01 {
    width: 56.2667vw;
    top: -62.6667vw;
    left: -8.8vw;
    z-index: 1;
  }
  #kv .player02 {
    width: 36.9333vw;
    top: -5.3333vw;
    left: -12.6667vw;
    z-index: 3;
  }
  #kv .player03 {
    width: 80.6667vw;
    top: -19vw;
    right: -40.6667vw;
    z-index: 3;
  }
}


#kv .index-box {
  position: relative;
  z-index: 3;
  margin-top: 5.2rem;
  margin-bottom: 1rem;
  justify-content: center;
}
#kv .index {
  position: relative;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  opacity: 0;
}
#kv .index .txt-point {
  position: absolute;
  top: -2.6rem;
  left: -2.6rem;
}
#kv .index01 {
  width: 28.8rem;
  animation-delay: 2.6s;
  animation-name: opacity-eff;
}
#kv .index01 .txt-point {
  width: 11.6rem;
}
#kv .index02 {
  width: 28.8rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  animation-delay: 2.9s;
  animation-name: opacity-eff;
}
#kv .index02 .txt-point {
  width: 13.4rem;
}
#kv .index03 {
  width: 27.7rem;
  animation-delay: 3.2s;
  animation-name: opacity-eff;
}
#kv .index03 .txt-point {
  width: 13.6rem;
}
@keyframes opacity-eff {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@media screen and (max-width: 1200px)
{
  #kv .index .txt-point {
    left: -1.6rem;
  }
  #kv .index02 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px)
{
  #kv .index-box {
    margin-top: 8vw;
    flex-wrap: wrap;
  }
  #kv .index .txt-point {
    top: -4vw;
    left: 10.1333vw;
  }
  #kv .index01 {
    width: 100%;
    margin-bottom: 4vw;
  }
  #kv .index01 .sp-flex {
    position: relative;
    width: 46.1333vw;
    margin-left: auto;
    margin-right: auto;
  }
  #kv .index01 .txt-point {
    width: 18.4000vw;
  }
  #kv .index02 {
    width: 46.1333vw;
  }
  #kv .index02 .txt-point {
    width: 21.2000vw;
  }
  #kv .index03 {
    width: 44.1333vw;
  }
  #kv .index03 .txt-point {
    width: 21.6000vw;
  }
}


#kv .kv-notice {
  color: white;
  text-shadow: 2px 2px 0 black;
  z-index: 3;

  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  opacity: 0;
  animation-delay: 3.6s;
  animation-name: opacity-eff01;
}
#kv .kv-notice ul li {
  position: relative;
  padding-left: 0.8rem;
}
#kv .kv-notice ul li::before {
  display: block;
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 1rem;
  left: 0;
  box-shadow: 2px 2px 0 black;
}
@media screen and (max-width: 768px)
{
  #kv .kv-notice ul li {
    padding-left: 0.5rem;
  }
  #kv .kv-notice ul li::before {
    top: 2vw;
  }
}


/* =================================================================
  campaign
=================================================================*/
#campaign h2 {
  width: 66.7rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px)
{
  #campaign h2 {
    width: 88.8vw;
  }
}

/*----------------------------------------------------------------
    entry
----------------------------------------------------------------*/
#entry {
  background: url('../img/entry-bg.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 80%;
  padding-top: 10rem;
  padding-bottom: 14rem;
}

#entry .sub-tit,
#prize .sub-tit {
  position: relative;
  width: 52.4rem;
  margin-left: auto;
  margin-right: auto;
}
#entry .sub-tit {
  width: 52.4rem;
  margin-top: 10rem;
  margin-bottom: 8.5rem;
}
#prize .sub-tit {
  width: 46.4rem;
  margin-top: 12rem;
  margin-bottom: 6rem;
}

#entry .sub-tit span,
#prize .sub-tit span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4rem;
  font-weight: bolder;
  width: 100%;
  text-align: center;
}
#entry .step-list {
  justify-content: space-between;
}
#entry .step-box {
  position: relative;
  width: 23.5rem;
  background-color: black;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  padding-top: 5rem;
  padding-bottom: 3.5rem;
}
#entry .step-box::after {
  display: block;
  content: "";
  width: 22rem;
  height: 94%;
  border: 1px solid white;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#entry .step-box::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 14px solid #6fba2c;
  position: absolute;
  top: 50%;
  left: -16px;
  transform: translateY(-50%) rotate(90deg);
}
#entry .step-box:first-child::before {
  display: none;
}

#entry .step-tit {
  position: absolute;
  top: -2.3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#entry .step-tit img {
  width: auto;
  max-height: 6.4rem;
}
#entry .step-box b {
  font-size: 2.1rem;
  line-height: 1.2;
}
#entry .step-box b span {
  display: inline-block;
  background: linear-gradient(to top, #6fba2c 15%, transparent 0%);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
#entry .step-box p {
  margin-top: 1rem;
 text-align: center;
 line-height: 1.7;
 font-size: 1.4rem;
}
#entry .step-box p small {
  display: block;
  font-size: 1rem;
}

#entry .illustrate {
  width: 10rem;
  position: absolute;
  right: 3.5rem;
  bottom: -7.5rem;
}
@media screen and (max-width: 1200px)
{
  #entry .sub-tit {
    width: 43.6666666666667vw;
  }
  #prize .sub-tit {
    width: 38.6666666666667vw;
  }
  #entry .sub-tit span,
  #prize .sub-tit span {
    font-size: 3.33333333333333vw;
  }
  #entry .step-list {
    justify-content: center;
  }
  #entry .step-box {
    width: 19.5833333333333vw;
    padding-left: 1vw;
    padding-right: 1vw;
    margin-left: 1.66666666666667vw;
  }
  #entry .step-box:first-child {
    margin-left: 0;
  }
  #entry .step-box::after {
    width: 18.3333333333333vw;
  }
  #entry .step-box::before {
    left: -1.33333333333333vw;
  }
  #entry .step-tit img {
    max-height: 5.33333333333333vw;
  }
  #entry .step-box b {
    font-size: 1.75vw;
  }
  #entry .step-box p {
    font-size: 1.16666666666667vw;
  }
  #entry .step-box p small {
    font-size: 1rem;
  }
  #entry .illustrate {
    width: 8.33333333333333vw;
    right: 3vw;
  }
}
@media screen and (max-width: 768px)
{
  #entry {
    background: url('../img/entry-bg-sp.jpg') no-repeat;
    background-size: cover;
    background-position: 50% 100%;
    padding-top: 13.3333vw;
    padding-bottom: 13.3333vw;
  }
  #entry .sub-tit {
    width: 69.4667vw;
    margin-top: 10.6667vw;
    margin-bottom: 13.3333vw;
  }
  #prize .sub-tit {
    width: 65.3333vw;
    margin-top: 13.3333vw;
    margin-bottom: 7.3333vw;
  }
  #entry .sub-tit span,
  #prize .sub-tit span {
    font-size: 5.3333vw;
  }

  #entry .step-list {
    justify-content: center;
    flex-wrap: wrap;
  }
  #entry .step-box {
    width: 73.3333vw;
    height: 51.6vw;
    padding-top: 14.6667vw;
    padding-bottom: 9.3333vw;
    margin-bottom: 20vw;
  }
  #entry .step-box:last-child {
    margin-bottom: 0vw;
  }
  #entry .step-box::after {
    width: 68.8vw;
    height: 46.6667vw;
  }
  #entry .step-box::before {
    border-left: 2.1333vw solid transparent;
    border-right: 2.1333vw solid transparent;
    border-bottom: 4.5333vw solid #6fba2c;
    top: -16vw;
    left: 50%;
    transform: translate(-50%, 0%) rotate(180deg);
  }

  #entry .step-tit {
    top: -8vw;
  }
  #entry .step-tit img {
    max-height: 18.2667vw;
  }
  #entry .step-box b {
    font-size: 6.4vw;
  }
  #entry .step-box p {
   font-size: 4vw;
  }
  #entry .step-box p small {
    font-size: 2.8vw;
  }

  #entry .illustrate {
    width: 17.8667vw;
    right: 4.9333vw;
    bottom: -7.2vw;
  }
}


/*----------------------------------------------------------------
    prize
----------------------------------------------------------------*/
#prize {
  background: url('../img/prize-bg.jpg') no-repeat;
  background-size: cover;
  background-position: 50% 100%;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
  color: white;
}
#prize::before,
#prize::after {
  display: block;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
}
#prize::before {
  width: 315px;
  left: 0;
  background-color: rgba(111, 186, 44, 0.75);
  animation: slide01 20s linear infinite;
}
#prize::after {
  width: 135px;
  right: 0;
  background-color: rgba(58, 107, 14, 0.75);
  animation: slide02 15s linear infinite;
}

@keyframes slide01 {
  0% {
    left: 0;
  }
  50% {
    left: calc(100vw - 315px);
  }
	100% {
    left: 0;
  }
}
@keyframes slide02 {
  0% {
    right: 0;
  }
  50% {
    right: calc(100vw - 135px);
  }
	100% {
    right: 0;
  }
}

#prize .container {
  width: 90%;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 10;
}
.prize-box {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
.prize-box03 {
  margin-bottom: 10rem;
}
.prize-box .horizontal-bg {
  position: absolute;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  top: 0;
  opacity: 0;
  z-index: -1;
}
.prize-box01 .horizontal-bg {
  height: 460px;
  right: 0;
}
.prize-box02 .horizontal-bg {
  height: 483px;
  left: 0;
}
.prize-box03 .horizontal-bg {
  height: 483px;
  right: 0;
}
.prize-box01 .horizontal-bg.active,
.prize-box03 .horizontal-bg.active {
  animation: slidebar01 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.prize-box02 .horizontal-bg.active {
  animation: slidebar02 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes slidebar01 {
  0% {
    transform: translateX(-100vw);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}
@keyframes slidebar02 {
  0% {
    transform: translateX(100vw);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
  }
  40%,100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1200px)
{
  .prize-box01 .horizontal-bg {
    height: 38.3333333333333vw;
  }
  .prize-box02 .horizontal-bg {
    height: 40.25vw;
  }
  .prize-box03 .horizontal-bg {
    height: 40.25vw;
  }
}
@media screen and (max-width: 768px)
{
  #prize {
    background: url('../img/prize-bg-sp.jpg') no-repeat;
    background-position: 50% 100%;
    padding-bottom: 4rem;
  }
  #prize::before {
    width: 34vw;
  }
  #prize::after {
    width: 14.6667vw;
  }
  @keyframes slide01 {
    0% {
      left: 0;
    }
    50% {
      left: calc(100vw - 34vw);
    }
    100% {
      left: 0;
    }
  }
  @keyframes slide02 {
    0% {
      right: 0;
    }
    50% {
      right: calc(100vw - 14.6667vw);
    }
    100% {
      right: 0;
    }
  }

  #prize .container {
    width: 100%;
  }
  .prize-box {
    align-items: center;
    margin-bottom: 13.3333vw;
  }
  .prize-box01 {
    flex-direction: column-reverse;
  }
  .prize-box02,
  .prize-box03 {
    flex-direction: column;
  }
  .prize-box03 {
    margin-bottom: 8vw;
  }

  .prize-box .horizontal-bg {
    width: 96.6667vw;
  }
  .prize-box01 .horizontal-bg {
    height: 100%;
    right: auto;
    left: 0;
  }
  .prize-box02 .horizontal-bg {
    height: 100%;
    left: auto;
    right: 0;
  }
  .prize-box03 .horizontal-bg {
    height: 100%;
    right: auto;
    left: 0;
  }
}



.prize-box h4 {
  width: 100%;
  font-size: 3.6rem;
}
.prize-box h5 {
  font-weight: bold;
  line-height: 1.5;
  color: #f45384;
}
.prize-box h5 span {
  display: inline-block;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.5) 15%, transparent 0%);
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}

.prize-box01 {
  padding: 5.5rem 0 5.5rem 0;
  align-items: center;
}
.prize-box01 .prize01-img1 {
  width: 35rem;
  margin-right: 9.5rem;
}
.prize-box01 .prize01-img2 {
  position: absolute;
  top: -3.5rem;
  right: 4.3rem;
  width: 16.7rem;
  opacity: 0;
}
.prize-box01 .prize01-img2.active {
  opacity: 1;
  transition: opacity 0.8s ease 1s; 
}
.prize-box01 .txt-box .badge {
  position: absolute;
  width: 12.8rem;
  top: -6.5rem;
  left: 14rem;
}



.prize-box02 {
  padding: 6rem 0 0 0;
}
.prize-box02 h4 .badge {
  position: absolute;
  width: 12.8rem;
  top: -3rem;
  left: 33rem;
}
.prize-box02 h4 {
  margin-bottom: 4rem;
}
.prize-box02 .img-box {
  position: relative;
  width: 45rem;
}
.prize-box02 h5 {
  margin-bottom: 3rem;
}
.prize-box02 .font-s18 {
  text-align: right;
  margin-top: 2rem;
}
.prize02-img1 {
  margin-right: 10rem;
}


.prize-box03 {
  padding: 5.5rem 0 0 0;
  align-items: center;
}
.prize-box03 .prize03-img1 {
  position: relative;
  width: 44rem;
  margin-left: 8rem;
  margin-right: 8rem;
}
.prize-box03 .prize03-img1 .badge {
  position: absolute;
  width: 13rem;
  top: 3rem;
  left: -6.5rem;
}
.prize-box03 .txt-box {
  width: 49rem;
}
.prize-box03 .font-s21 {
  display: block;
  text-align: right;
}
.prize-box03 .font-s21 a {
  transition: .3s;
}
.prize-box03 .font-s21 a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1200px)
{
  .prize-box h4 {
    font-size: 3vw;
  }

  .prize-box01 {
    padding: 4.58333333333333vw 0;
  }
  .prize-box01 .prize01-img1 {
    width: 29.1666666666667vw;
    margin-right: 7.91666666666667vw;
  }
  .prize-box01 .prize01-img2 {
    top: -2.91666666666667vw;
    right: 3.58333333333333vw;
    width: 13.9166666666667vw;
  }
  .prize-box01 .txt-box .badge {
    width: 10.6666666666667vw;
    top: -5.41666666666667vw;
    left: 11.6666666666667vw;
  }


  .prize-box02 {
    padding: 5vw 0 0 0;
  }
  .prize-box02 h4 .badge {
    width: 10.6666666666667vw;
    top: -2.5vw;
    left: 27.5vw;
    left: 20vw;
  }
  .prize-box02 .img-box {
    width: 37.5vw;
  }
  .prize02-img1 {
    margin-right: 8.33333333333333vw;
  }

  .prize-box03 {
    padding: 4.58333333333333vw 0 0 0;
  }
  .prize-box03 .prize03-img1 {
    width: 36.6666666666667vw;
    margin-left: 4vw;
    margin-right: 4vw;
  }
  .prize-box03 .prize03-img1 .badge {
    width: 10.8333333333333vw;
    top: 2.5vw;
    left: -5.41666666666667vw;
  }
  .prize-box03 .txt-box {
    width: 40.8333333333333vw;
  }

}
@media screen and (max-width: 768px)
{
  .prize-box h4 {
    font-size: 6.4vw;
    text-align: center;
    margin-bottom: 3.3333vw;
  }
  .prize-box01 {
    padding: 10.6667vw 0 12vw;
    align-items: center;
    text-align: center;
  }
  .prize-box01 .prize01-img1 {
    width: 53.3333vw;
    margin-right: 0;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  .prize-box01 .prize01-img2 {
    width: 19.2vw;
    top: -5.3333vw;
    right: auto;
    left: 6.6667vw;
  }
  .prize-box01 .txt-box .badge {
    width: 24vw;
    top: -15.3333vw;
    left: auto;
    right: 0;
  }
  .prize-box01 .sp {
    width: 73.3333vw;
    text-align: left;
  }


  .prize-box02 {
    padding: 10.6667vw 0 12vw;
  }
  .prize-box02 h4 .badge {
    width: 24vw;
    top: -14.6667vw;
    left: 4vw;
  }
  .prize-box02 .img-box {
    width: 73.3333vw;
  }
  .prize-box02 h5 {
    margin-bottom: 4vw;
  }
  .prize02-img2 h5 {
    margin-top: 5.3333vw;
  }
  .prize-box02 .font-s18 {
    text-align: left;
    margin-top: 4vw;
  }
  .prize02-img1 {
    margin-right: 0;
  }
  
  
  .prize-box03 {
    padding: 10.6667vw 0 9.3333vw;
    flex-direction: column-reverse;
  }
  .prize-box03 .prize03-img1 {
    width: 68.6667vw;
    margin-left: 7.3333vw;
    margin-right: 0;
    margin-top: 4.6667vw;
  }
  .prize-box03 .prize03-img1 .badge {
    width: 21.0667vw;
    top: 4.6667vw;
    left: -10.6667vw;
  }
  .prize-box03 .txt-box {
    width: 93.3333vw;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .prize-box03 .font-s21 {
    text-align: center;
    font-size: 3.6vw;
  }
}


#prize .notice {
  padding-left: 10rem;
}
#prize .notice .font-normal {
  line-height: 1.8;
}
#prize .img-notice {
  display: inline-block;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 768px)
{
  #prize .notice {
    padding-left: 0;
    width: 93.3333vw;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.8vw;
  }
  #prize .notice .font-normal {
    line-height: 1.4;
  }
  #prize ul li {
    padding-left: 0.5rem;
  }
  #prize .notice ul li::before {
    top: 2vw;
  }
  #prize ul li,
  #prize .notice .font-s14 {
    font-size: 2.4vw;
  }
  #prize .img-notice {
    margin-top: 4vw;
  }

}


/* =================================================================
  map
=================================================================*/
#map {
  padding-top: 12rem;
  padding-bottom: 10rem;
}
#map h2 {
  width: 44.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px)
{
  #map {
    padding-top: 10.6667vw;
    padding-bottom: 13.3333vw;
  }
  #map h2 {
    width: 86.6667vw;
    margin-bottom: 6.6667vw;
  }
}

/* =================================================================
  outline
=================================================================*/
#outline {
  background-color: #6fba2c;
  padding-top: 10rem;
  padding-bottom: 15.5rem;
}
#outline .box-900 {
  border: 1px solid #ffffff;
  padding: 5rem 4rem;
}
#outline .box-900 h5 {
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
#outline .box-900 b {
  display: block;
  font-size: 2.7rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
#outline .box-900 b:first-child {
  margin-top: 0;
}
#outline .box-900 ul li {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 1rem;
  line-height: 1.8;
}
#outline .box-900 ul li::before {
  display: block;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 1.2rem;
  left: 0;
}
#outline .box-900 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px)
{
  #outline .box-900 h5 {
    font-size: 2.5vw;
  }
  #outline .box-900 b {
    font-size: 2.25vw;
  }
}
@media screen and (max-width: 768px)
{
  #outline {
    padding-top: 10.6667vw;
    padding-bottom: 13.3333vw;
  }
  #outline .box-900 {
    padding: 9.3333vw 4vw 6.6667vw;
  }
  #outline .box-900 h5 {
    font-size: 5vw;
    margin-bottom: 0;
  }
  #outline .box-900 b {
    font-size: 4vw;
    margin-bottom: 2.6667vw;
    margin-top: 6vw;
  }
  #outline .box-900 b:nth-child(2) {
    margin-top: 4vw;
  }
  #outline .box-900 ul li {
    margin-bottom: 2vw;
    padding-left: 2vw;
    line-height: 1.5;
  }
  #outline .box-900 ul li::before {
    width: 2px;
    height: 2px;
    top: 2.9333vw;
  }
}

/* =================================================================
  footer
=================================================================*/
footer {
  background-color: black;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
}
footer .container {
  justify-content: space-between;
  align-items: center;
}
footer .container .ft-img {
  width: 16.5rem;
}
footer .container p {
  margin-top: 5rem;
}

.gotop {
  position: fixed;
  bottom: 2rem;
  right: 2.1429%;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  width: 8rem;
  cursor: pointer;
}
.gotop:hover {
  opacity: 1;
  transform: translateY(-5px);
  transition: .3s;
}
.gotop.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px)
{
  footer {
    padding-top: 3.3333vw;
    padding-bottom: 3.3333vw;
  }
  footer .container {
    flex-direction: column;
  }
  footer .container .ft-img {
    width: 22.8000vw;
  }
  footer .container p {
    margin-top: 2.6667vw;
  }

  .gotop {
    bottom: 12.4vw;
    right: 1.3333vw;
    width: 12.8000vw;
  }
}

/* =================================================================
  animation
=================================================================*/
.animation-fadein {
  opacity: 0;
  transition: 0.5s;
}
.animation-fadein.active {
  opacity: 1;
  transition: 0.5s;
}

.animation-fadein--up {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s;
}
.animation-fadein--up.active {
  opacity: 1;
  transform: translateY(0px);
  transition: 0.5s;
}

.animation-fadeUp {
  opacity: 0;
  transform: translateY(50px);
}
.animation-fadeUp.active {
  opacity: 1;
  transform: translateY(0px);
}
.animation-fadeUp01 {
  transition: 0.5s;
}
.animation-fadeUp01.active {
  transition: 0.5s;
}
.animation-fadeUp02 {
  transition: 0.8s;
}
.animation-fadeUp02.active {
  transition: 0.8s;
}
.animation-fadeUp03 {
  transition: 1.1s;
}
.animation-fadeUp03.active {
  transition: 1.1s;
}
.animation-fadeUp04 {
  transition: 1.4s;
}
.animation-fadeUp04.active {
  transition: 1.4s;
}


.animation-fadein--left {
  opacity: 0;
  transform: translateX(-100px);
  transition: 0.5s;
}
.animation-fadein--left.active {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.5s;
}

.animation-fadein--right {
  opacity: 0;
  transform: translateX(100px);
  transition: 0.5s;
}
.animation-fadein--right.active {
  opacity: 1;
  transform: translateX(0px);
  transition: 0.5s;
}

