@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+2:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

/*  common
--------------------------------*/
#fp-wrap {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  color: #1F1F1F;
  font-size: 18px;
  line-height: 2;
}
#fp-wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  background: url(../img/bg.png) no-repeat center, #FEF6A7;
  background-size: cover;
}
#fp-wrap img {
  width: 100%;
  vertical-align: bottom;
}
#fp-wrap .sp {
  display: none;
}
#fp-wrap .main_area {
  padding-top: 24px;
  padding-bottom: min(100px, 6.9vw);
}
#fp-wrap .txt_en {
  font-family: ab-don, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#fp-wrap .txt_mp2 {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
}
#fp-wrap .txt_orange {
  color: #FE4501;
} 
#fp-wrap .txt_waku_orange {
  position: relative;
  color: #fff;
  -webkit-text-stroke: 8px #FE4501;
  paint-order: stroke fill;
  padding-left: 4px;
}
#fp-wrap .txt_skyblue {
  color: #3C9FE8;
}
#fp-wrap .yuge_r, #fp-wrap .yuge_l {
  width: min(128px, 8.8vw);
  height: min(105px, 7.3vw);
  position: relative;
}
@keyframes yuge_r {
  0% {
    opacity: 0;
    scale: 0.6;
    transform: translate(-20%, 10%); 
  }
  30% {
    opacity: 1;
    scale: 1;
    transform: translateY(0); 
  }
  100% {
    opacity: 1;
    scale: 1;
    transform: translateY(0); 
  }
}
@keyframes yuge_l {
  0% {
    opacity: 0;
    scale: 0.6;
    transform: translate(20%, 10%); 
  }
  30% {
    opacity: 1;
    scale: 1;
    transform: translateY(0); 
  }
  100% {
    opacity: 1;
    scale: 1;
    transform: translateY(0); 
  }
}
#fp-wrap .yuge01 {
  width: 67%;
  position: absolute;
  bottom: 0;
  right: 0;
  animation: yuge_l 1.6s ease 0s infinite;
}
#fp-wrap .yuge02 {
  width: 58%;
  position: absolute;
  left: 0;
  top: 0;
  animation: yuge_l 1.6s ease 0.3s infinite;
}
#fp-wrap .yuge_r .yuge01 {
  left: 0;
  animation: yuge_r 1.6s ease 0s infinite;
}
#fp-wrap .yuge_r .yuge02 {
  left: unset;
  right: 0;
  animation: yuge_r 1.6s ease 0.3s infinite;
}
#fp-wrap section.area_content {
  position: relative;
  padding-top: min(86px, 5.9vw);
  margin-top: min(100px, 6.9vw);
}
#fp-wrap section.area_content h2.txt_mp2 {
  width: min(1160px, 80vw);
  height: min(171px, 11.8vw);
  background: url(../img/ttl_bg.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: min(60px, 4.1vw);
  color: #fff;
  text-shadow: 0 3px 10px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  z-index: 100;
}
#fp-wrap a {
  transition-duration: 0.3s;
}
#fp-wrap a:hover {
  scale: 0.9;
}

@keyframes shake {
  0% {
    rotate: -2deg;
  }
  5% {
    rotate: 2deg;
  }
  10% {
    rotate: -2deg;
  }
  15% {
    rotate: 2deg;
  }
  20% {
    rotate: 0deg;
  }
  100% {
    rotate: 0deg;
  }
}
#fp-wrap .about_renji {
  animation: shake 1.6s ease 0s infinite;
}



/*  bg_wrapper
--------------------------------*/
:root {
  --cut: 48px;
  --cutinner:50px;
  --border-w: 4px;
  --border-color: #fff;
}
#fp-wrap .bg_wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
  background-color: var(--border-color);
  clip-path: polygon(
    var(--cut) 0, calc(100% - var(--cut)) 0, 
    100% var(--cut), 100% calc(100% - var(--cut)), 
    calc(100% - var(--cut)) 100%, var(--cut) 100%, 
    0 calc(100% - var(--cut)), 0 var(--cut)
  );
  padding: var(--border-w);
  box-sizing: border-box;
}
#fp-wrap .bg_inner {
  width: 100%;
  height: 100%;
  padding: min(127px, 8.8vw) 0 78px 0;
  box-sizing: border-box;
  background: url('../img/line01.png') no-repeat top 0 left 46px, url('../img/line01.png') no-repeat top 0 right 46px, url('../img/line02.png') no-repeat left 0 top 46px, url('../img/line02.png') no-repeat left 0 bottom 46px, url('../img/bg_area_pc.png') no-repeat center;
  background-size: auto, auto, auto, auto, cover;
  clip-path: polygon(
    calc(var(--cutinner) - var(--border-w)) 0, 
    calc(100% - (var(--cutinner) - var(--border-w))) 0, 
    100% calc(var(--cutinner) - var(--border-w)), 
    100% calc(100% - (var(--cutinner) - var(--border-w))), 
    calc(100% - (var(--cutinner) - var(--border-w))) 100%, 
    calc(var(--cutinner) - var(--border-w)) 100%, 
    0 calc(100% - (var(--cutinner) - var(--border-w))), 
    0 calc(var(--cutinner) - var(--border-w))
  );
}

#fp-wrap .content_inner_white {
  background-color: #fff;
  border-radius: 20px;
  width: 86%;
  max-width: 1054px;
  margin: 0 auto;
  padding: 40px 20px;
}

/*  main_visual
--------------------------------*/
@keyframes logo {
  0% {
    opacity: 0;
    scale: 0.8;
    transform: translatey(10%);
  }
  30% {
    opacity: 1;
    scale: 1;
    transform: translateY(0); 
  }
  100% {
    opacity: 1;
    scale: 1;
    transform: translateY(0); 
  }
}
#fp-wrap .main_visual h1 {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  opacity: 0;
  animation: logo 1.6s ease 0.3s forwards;
}

/*  regular_date
--------------------------------*/
#fp-wrap .regular_date {
  background-color: #FEBF01;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
#fp-wrap .regular_date h2 {
  font-size: min(46px, 4.4vw);
  color: #FE0100;
  position: relative;
  -webkit-text-stroke: min(0.55vw, 8px) #fff;
  paint-order: stroke fill;
  filter: drop-shadow(1px 3px 0 #000);
}
#fp-wrap .regular_date h2 span {
  font-size: 150%;
}

/*  sns_area
--------------------------------*/
#fp-wrap .sns_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 20px;
}
#fp-wrap .sns_area ul li a {
  display: block;
  background: url(../img/btn_bg_sns_pc.png) no-repeat center;
  background-size: contain;
  width: 330px;
  height: 75px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1F1F1F;
}
#fp-wrap .sns_area ul li a span {
  display: flex;
  align-items: center;
  gap: 10px;
}
#fp-wrap .sns_area .txt_mp2 {
  font-weight: 600;
  font-size: 26px;
}
#fp-wrap .sns_area ul li a span::before {
  content: '';
  display: block;
  width: 52px;
  height: 52px;
  background: url(../img/icon_x.png) no-repeat center;
  background-size: contain;
}
#fp-wrap .sns_area ul li:nth-of-type(2) a span::before {
  background: url(../img/icon_instagram.png) no-repeat center;
  background-size: contain;
}
#fp-wrap .sns_area ul li:nth-of-type(3) a span::before {
  background: url(../img/icon_line.png) no-repeat center;
  background-size: contain;
}


/*  about
--------------------------------*/
#fp-wrap .about {
  text-align: center;
  font-size: 24px;
}
#fp-wrap .about .about_midashi {
  font-size: 34px;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  line-height: 1.6;
}
#fp-wrap .about .about_midashi p {
  font-weight: 800;
}
#fp-wrap .about span {
  font-size: 130%;
}
#fp-wrap .timer {
  position: relative;
}
#fp-wrap .about .timer span.txt_sec {
  font-size: 24px;
  -webkit-text-stroke: 7px #FE4501;
  padding-right: 4px;
  padding-left: 0;
}
#fp-wrap .about_txt {
  font-weight: 700;
}
#fp-wrap .about .timer::before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 36px;
  background: url(../img/timer.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -13px;
  right: 4px;
}
#fp-wrap .about_img_area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px;
}
#fp-wrap .about_renji {
  width: 25%;
  min-width: 300px;
}
#fp-wrap .yuge_shadow .yuge_r, #fp-wrap .yuge_shadow .yuge_l {
  width: min(145px, 10vw);
  height: min(100px, 6.9vw);
  position: relative;
}
#fp-wrap .yuge_shadow .yuge01 {
  width: 62%;
}
#fp-wrap .yuge_shadow .yuge02 {
  width: 52%;
}

@media screen and (max-width: 768px) {
  #fp-wrap .pc {
    display: none;
  }
  #fp-wrap .sp {
    display: block;
  }

  /*  common
  --------------------------------*/
  #fp-wrap .main_area {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #fp-wrap .yuge_r, #fp-wrap .yuge_l {
    width: min(64px, 16vw);
    height: min(53px, 13.6vw);
  }
  #fp-wrap section.area_content {
    padding-top: min(28px, 7vw);
    margin-top: min(60px, 15vw);
  }
  #fp-wrap section.area_content h2.txt_mp2 {
    width: min(360px, 92.3vw);
    height: min(54px, 13.8vw);
    font-size: min(24px, 6.1vw);
  }
  #fp-wrap .txt_waku_orange {
    -webkit-text-stroke: 6px #FE4501;
    padding-left: 2px;
  }

  /*  bg_wrapper
  --------------------------------*/
  :root {
    --cut: 20px;
    --cutinner:22px;
    --border-w: 2px;
  }
  #fp-wrap .bg_wrapper {
    width: 92%;
    max-width: 1200px;
  }
  #fp-wrap .bg_inner {
    width: 100%;
    height: 100%;
    padding: min(48px, 12.3vw) 0 53px 0;
    box-sizing: border-box;
    background: url('../img/line01_sp.png') no-repeat top 0 left 18px, url('../img/line01_sp.png') no-repeat top 0 right 18px, url('../img/line02_sp.png') no-repeat left 0 top 18px, url('../img/line02_sp.png') no-repeat left 0 bottom 18px, url('../img/bg_area_pc.png') no-repeat center;
    background-size: auto, auto, auto, auto, cover;
  }

  #fp-wrap .content_inner_white {
    width: 83%;
    max-width: unset;
    margin: 0 auto;
    padding: 30px 10px;
  }

    /*  regular_date
  --------------------------------*/
  #fp-wrap .regular_date {
    gap: min(12px, 3vw);
  }
  #fp-wrap .regular_date h2 {
    font-size: min(24px, 6.1vw);
    text-align: center;
    -webkit-text-stroke: min(10vw, 4px) #fff;
    line-height: 1.2;
    margin: 8px 0 16px;
  }

  /*  sns_area
  --------------------------------*/
  #fp-wrap .sns_area ul li a {
    justify-content: start;
    background: url(../img/btn_bg_sns_sp.png) no-repeat center;
    background-size: contain;
    width: min(330px, 84.6vw);
    height: min(56px, 14.3vw);
  }
  #fp-wrap .sns_area ul li a span {
    gap: 14px;
    padding-left: 34px;
  }
  #fp-wrap .sns_area .txt_mp2 {
    font-size: min(18px, 4.5vw);
  }
  #fp-wrap .sns_area ul li a span::before {
    width: min(35px, 8.9vw);
    height: min(35px, 8.9vw);
  }


  /*  about
  --------------------------------*/
  #fp-wrap .about {
    font-size: min(16px, 4.1vw);
  }
  #fp-wrap .about .about_txt span {
    font-size: 150%;
  }
  #fp-wrap .about .about_txt {
    line-height: 1.8;
  }
  #fp-wrap .about .about_midashi {
    font-size: min(20px, 5.1vw);
  }
  #fp-wrap .about .timer span.txt_sec {
    font-size: min(16px, 4.1vw);
    -webkit-text-stroke: 5px #FE4501;
    padding-right: 2px;
  }
  #fp-wrap .about .timer::before {
    width: min(38px, 9.7vw);
    height: min(36px, 9.2vw);
    top: max(-17px, -4.3vw);
    right: max(-6px, -1.5vw);
  }
  #fp-wrap .about_img_area {
    margin: min(20px, 5.1vw) 0;
  }
  #fp-wrap .about_renji {
    width: 55%;
    min-width: unset;
    max-width: 200px;
  }
  #fp-wrap .yuge_shadow .yuge_r, #fp-wrap .yuge_shadow .yuge_l {
    width: min(76px, 19.2vw);
    height: min(50px, 12.8vw);
    position: relative;
  }
  #fp-wrap .yuge_shadow .yuge01 {
    width: 62%;
  }
  #fp-wrap .yuge_shadow .yuge02 {
    width: 52%;
  }
}