@charset "UTF-8";
body {
  font-family: "Syncopate", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  overflow-x: hidden;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.5vw;
  }
}

a {
  display: block;
  transition-duration: 0.3s;
}
a:hover {
  opacity: 0.6;
}

main {
  background-color: #ffcc00;
}

.mv {
  position: relative;
  background-color: #ff8c20;
  overflow: hidden;
  padding: 4em 0 2em;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .mv {
    padding: 3vw 0 0;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 33vw 0 22vw;
  }
}
.mv_inner {
  position: relative;
  z-index: 3;
}
.mv h1 {
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 310px;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .mv h1 {
    width: 41.33%;
    top: 5vw;
  }
}
.mv h2 {
  position: relative;
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  z-index: 3;
}
@media screen and (min-width: 1440px) {
  .mv h2 {
    max-width: none;
  }
}
.mv h2 .ttl_w {
  max-width: 624px;
  margin: 0 auto;
  transform: translateX(-75px);
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .mv h2 .ttl_w {
    max-width: none;
    transform: translateX(-5vw);
    width: 40vw;
  }
}
@media screen and (max-width: 1200px) {
  .mv h2 .ttl_w {
    max-width: 53vw;
    transform: translateX(-10vw);
  }
}
.mv h2 .mv_sub {
  position: absolute;
  width: 32vw;
  top: -15vw;
  left: -13vw;
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .mv h2 .mv_sub {
    width: 32vw;
    top: -13vw;
    left: -11vw;
  }
}
@media screen and (max-width: 1200px) {
  .mv h2 .mv_sub {
    width: 29vw;
    left: -11vw;
  }
}
@media screen and (max-width: 768px) {
  .mv h2 .mv_sub {
    width: 41vw;
    top: -28vw;
    left: -11vw;
  }
}
.mv h2 .ttl_01 {
  width: 22.27%;
  position: absolute;
  top: 49%;
  left: 13%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (min-width: 1440px) {
  .mv h2 .ttl_01 {
    width: 16vw;
    left: 18vw;
  }
}
@media screen and (max-width: 1200px) {
  .mv h2 .ttl_01 {
    left: 6.5vw;
  }
}
.mv h2 .ttl_03 {
  width: 44%;
  position: absolute;
  top: 57%;
  left: 79%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (min-width: 1440px) {
  .mv h2 .ttl_03 {
    width: 30vw;
    left: 67vw;
  }
}
.mv h2 .ttl_sub {
  width: 38.36%;
  position: absolute;
  top: 21%;
  left: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (min-width: 1440px) {
  .mv h2 .ttl_sub {
    width: 28vw;
    top: 6vw;
    left: 68vw;
  }
}
@media screen and (max-width: 768px) {
  .mv h2 .ttl_sub {
    width: 51vw;
    top: 1vw;
    left: 65vw;
  }
}
.mv .mv_flower {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 101vw;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .mv .mv_flower {
    width: 133vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_flower {
    width: 95vw;
  }
}
.mv .mv_ribbon {
  position: absolute;
  top: 48%;
  left: 47%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 110.22%;
  z-index: 5;
}
@media screen and (max-width: 1200px) {
  .mv .mv_ribbon {
    left: 44%;
    width: 138vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_ribbon {
    left: 50%;
    top: 55%;
    width: 90vw;
  }
}
.mv .mv_icon {
  position: absolute;
  width: 218px;
  position: absolute;
  bottom: 0;
  left: 22%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 6;
}
@media screen and (min-width: 1440px) {
  .mv .mv_icon {
    width: 12vw;
    left: 28vw;
  }
}
@media screen and (max-width: 1200px) {
  .mv .mv_icon {
    width: 18vw;
    left: 19vw;
  }
}
@media screen and (max-width: 768px) {
  .mv .mv_icon {
    width: 27vw;
    left: 52%;
  }
}
.mv .mv_bg {
  z-index: 1;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 127.78%;
}
@media screen and (max-width: 768px) {
  .mv .mv_bg {
    top: 64%;
    left: 49%;
  }
}
.mv .cloud {
  position: absolute;
  z-index: 2;
}
.mv .cloud.c01 {
  width: 67.64%;
  top: -18vw;
  left: -28vw;
}
.mv .cloud.c01.animateOn {
  opacity: 1;
}
@media screen and (min-width: 1440px) {
  .mv .cloud.c01 {
    width: 63vw;
    top: -18vw;
  }
}
.mv .cloud.c02 {
  width: 63.33%;
  top: -18vw;
  right: -28vw;
}
.mv .cloud.c02.animateOn {
  opacity: 1;
}
.mv .cloud.c03 {
  width: 40.28%;
  bottom: -16vw;
  left: -7vw;
}
.mv .cloud.c03.animateOn {
  opacity: 1;
}
.mv .cloud.c04 {
  width: 52.77%;
  bottom: -16vw;
  right: -17vw;
}
.mv .cloud.c04.animateOn {
  opacity: 1;
}

.btnArea {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  top: -2.85vw;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .btnArea {
    flex-direction: column;
    top: -5.85vw;
  }
}
@media screen and (max-width: 768px) {
  .btnArea a:nth-of-type(2) {
    position: relative;
    top: -2.85vw;
  }
}

.secWrapper {
  background-color: #ffcc00;
  position: relative;
  overflow: hidden;
  top: -2.85vw;
}
@media screen and (max-width: 768px) {
  .secWrapper {
    top: -8.85vw;
  }
}
.secWrapper .sec_note {
  font-size: 0.75em;
  color: #fff;
  text-align: center;
  margin-top: 0.75em;
  letter-spacing: 0.05em;
}
.secWrapper .sec01 {
  position: relative;
  z-index: 5;
}
.secWrapper .sec02 {
  position: relative;
  padding-top: 5.625em;
  padding-bottom: 7em;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02 {
    padding-top: 10vw;
  }
}
.secWrapper .sec02_inner {
  position: relative;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_inner {
    width: 82%;
  }
}
.secWrapper .sec02_inner .innerZ {
  position: relative;
  z-index: 3;
}
.secWrapper .sec02_inner h3 {
  width: 210px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .secWrapper .sec02_inner h3 {
    width: 30vw;
  }
}
.secWrapper .sec02_inner .cont01 {
  margin-top: 2em;
}

.present {
  position: relative;
  z-index: 10;
  background-color: #ffcc00;
  padding-top: 4.375em;
  padding-bottom: 10em;
  color: #4e2f2f;
  overflow: hidden;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .present {
    padding-top: 10vw;
    padding-bottom: 12vw;
    font-size: 3vw;
  }
}
.present h3 {
  max-width: 940px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .present h3 {
    width: 110%;
    margin-left: -8%;
  }
}
.present_inner {
  max-width: 940px;
  width: 90%;
  margin: 60px auto 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .present_inner {
    margin-top: 10vw;
  }
}
.present_quiz {
  position: relative;
}
.present_quiz_lead {
  font-size: 1.25em;
  font-weight: 500;
  text-align: center;
  margin-top: 1.875em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .present_quiz_lead {
    font-size: 1.1em;
    letter-spacing: 0.05em;
  }
}
.present .lineCam_present {
  margin-top: 5.625em;
}
.present .lineCam_present h4 {
  max-width: 24.0625em;
  width: 90%;
  margin: 0 auto;
}
.present .lineCam_present_inner {
  max-width: 55.3125em;
  width: 100%;
  margin: 0 auto;
}
.present .lineCam_present_block {
  width: 100%;
  margin-top: 1.875em;
  padding: 0 2%;
}
.present .lineCam_present_block_wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .present .lineCam_present_block_wrap {
    flex-direction: column-reverse;
  }
}
.present .lineCam_present_block_wrap.aw {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .present .lineCam_present_block_wrap.aw {
    flex-direction: column;
    margin-left: 8%;
  }
}
.present .lineCam_present_block_wrap.ct {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .present .lineCam_present_block_wrap.ct {
    flex-direction: column-reverse;
  }
}
.present .lineCam_present_block_cont {
  width: 54%;
}
@media screen and (max-width: 768px) {
  .present .lineCam_present_block_cont {
    width: 84%;
  }
}
.present .lineCam_present_block_cont .giftee {
  width: 77%;
}
@media screen and (max-width: 768px) {
  .present .lineCam_present_block_cont .giftee {
    margin: 5vw auto 0;
  }
}
.present .lineCam_present_block_cont.selectPay {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .present .lineCam_present_block_cont.selectPay {
    width: 84%;
    margin: 4vw auto 0;
  }
}
.present .lineCam_present_block_cont.selectPay .selectPayTtl {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .present .lineCam_present_block_cont.selectPay .selectPayTtl {
    width: 80%;
  }
}
.present .lineCam_present_block_cont.selectPay .lineCam_present_block_cont_txt {
  padding-left: 7em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 768px) {
  .present .lineCam_present_block_cont.selectPay .lineCam_present_block_cont_txt {
    padding-left: 0;
    letter-spacing: 0;
  }
}
.present .lineCam_present_block_cont.selectPay .lineCam_present_block_cont_link {
  padding-left: 7em;
}
@media screen and (max-width: 768px) {
  .present .lineCam_present_block_cont.selectPay .lineCam_present_block_cont_link {
    padding-left: 0;
  }
}
.present .lineCam_present_block_cont_txt {
  font-size: 1em;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
  margin-top: 1em;
}
.present .lineCam_present_block_cont_txt.small {
  font-size: 0.85em;
  letter-spacing: 0;
  margin-top: 1.5em;
}
.present .lineCam_present_block_cont_link {
  font-size: 1em;
  margin-top: 0.5em;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .present .lineCam_present_block_cont_link {
    margin-top: 1em;
  }
}
.present .lineCam_present_block_cont_link a {
  color: #4e2f2f;
  padding-bottom: 0.1em;
  border-bottom: 0.1em solid #4e2f2f;
}
@media screen and (max-width: 768px) {
  .present .lineCam_present_block_cont_link a {
    letter-spacing: 0.05em;
  }
}
.present .lineCam_present_block_cont_note {
  font-size: 0.75em;
  margin-top: 0.5em;
  letter-spacing: 0;
}
.present .lineCam_present_block_img {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .present .lineCam_present_block_img {
    width: 70%;
  }
}
.present .lineCam_present_block_img.pay {
  width: 51.2941176471%;
}
@media screen and (max-width: 768px) {
  .present .lineCam_present_block_img.pay {
    width: 65%;
    margin: 0 auto;
  }
}
.present .lineCam_present_block .award {
  display: block;
}
.present .lineCam_present_block .award.award01 {
  width: 46.3529411765%;
}
@media screen and (max-width: 768px) {
  .present .lineCam_present_block .award.award01 {
    width: 75%;
  }
}
.present .lineCam_present_block .award.award02 {
  width: 42.1176470588%;
}
@media screen and (max-width: 768px) {
  .present .lineCam_present_block .award.award02 {
    width: 70%;
    margin-top: 5vw;
  }
}
.present .lineCam_present_block_noteArea {
  max-width: 43.7em;
  width: 90%;
  margin: 2em auto 0;
  list-style-type: decimal;
}
.present .lineCam_present_block_noteArea li {
  font-size: 0.75em;
  line-height: 1.6;
  letter-spacing: 0;
  margin-left: 1em;
}
.present .lineCam_present_block_noteArea.fami {
  list-style: none;
  margin-top: 1em;
}
.present .lineCam_present_block_noteArea.fami li {
  margin-left: 0;
  text-indent: -1em;
  padding-left: 1em;
}
.present .lineCam_present_block h5 {
  font-size: 16px;
  width: 8.875em;
  margin: 0 auto;
}
.present .lineCam_present_block .famiPay {
  max-width: 50em;
  width: 90%;
  margin: 1.5em auto 0;
}
.present .lineCam_present_border {
  width: 100%;
  margin-top: 1.875em;
}
.present .lineCam_apply {
  margin-top: 4.375em;
}
.present .lineCam_apply h4 {
  max-width: 30.75em;
  width: 90%;
  margin: 0 auto;
}
.present .lineCam_apply_lead {
  max-width: 23.25em;
  width: 90%;
  margin: 2em auto 0;
}
.present .lineCam_apply_fb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  .present .lineCam_apply_fb {
    flex-direction: column;
  }
}
.present .lineCam_apply_fb .lineCam_apply_btn {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .present .lineCam_apply_fb .lineCam_apply_btn {
    width: 80%;
  }
  .present .lineCam_apply_fb .lineCam_apply_btn:nth-of-type(n + 2) {
    margin-top: 1em;
  }
}
.present .lineCam_apply_pc {
  margin-top: 3em;
}
.present .lineCam_apply_txt {
  text-align: center;
  font-size: 0.75em;
  margin-top: 3em;
  letter-spacing: 0.05em;
}
.present .lineCam_apply_note {
  text-align: center;
  font-size: 0.75em;
  margin-top: 2em;
  letter-spacing: 0.05em;
}
.present .lineCam_bg {
  position: absolute;
  height: auto;
  z-index: 1;
}
.present .lineCam_bg.lc01 {
  width: 40.125em;
  top: 0;
  left: 0;
  margin-top: -4.5em;
  margin-left: -7.125em;
}
@media screen and (max-width: 768px) {
  .present .lineCam_bg.lc01 {
    width: 19.125em;
    margin-top: -4.5em;
    margin-left: -5.125em;
  }
}
.present .lineCam_bg.lc02 {
  width: 21.75em;
  bottom: 0;
  left: 0;
  margin-bottom: 0em;
  margin-left: -2.5em;
}
@media screen and (max-width: 768px) {
  .present .lineCam_bg.lc02 {
    width: 10.75em;
    bottom: 4em;
    margin-bottom: 0em;
    margin-left: -4em;
  }
}
.present .lineCam_bg.lc03 {
  width: 29.5625em;
  top: 0;
  right: 0;
  margin-top: -4.5em;
  margin-right: -4em;
}
@media screen and (max-width: 768px) {
  .present .lineCam_bg.lc03 {
    width: 15.5625em;
    margin-top: -1.5em;
    margin-right: -4em;
  }
}
.present .lineCam_bg.lc04 {
  width: 28.125em;
  bottom: 0;
  right: 0;
  margin-bottom: 0em;
  margin-right: -4em;
}
@media screen and (max-width: 768px) {
  .present .lineCam_bg.lc04 {
    width: 12.125em;
    bottom: 51em;
    margin-bottom: 0em;
    margin-right: -4em;
  }
}

.snsArea {
  color: #000;
}

.floating {
  position: fixed;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  opacity: 0;
  transition-duration: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .floating {
    top: auto;
    bottom: 0;
    transform: none;
    display: flex;
    width: 100%;
  }
}
.floating.is-active {
  opacity: 1;
}
.floating li {
  width: 60px;
  transition-duration: 0.3s;
  list-style: none;
}
@media screen and (max-width: 1000px) {
  .floating li {
    width: 43px;
  }
}
@media screen and (max-width: 768px) {
  .floating li {
    width: auto;
  }
}
.floating li:nth-of-type(n + 2) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .floating li:nth-of-type(n + 2) {
    margin-top: 0vw;
  }
}
.floating li a {
  display: block;
}
.floating li:hover a {
  opacity: 0.6;
}

.floating2.lineCam {
  position: fixed;
  left: 0;
  top: auto;
  bottom: 40px;
  width: 350px;
  transform: none;
  opacity: 0;
  transition-duration: 0.3s;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .floating2.lineCam {
    bottom: 10vw;
    transform: none;
    width: 54%;
  }
}
.floating2.lineCam.is-active {
  opacity: 1;
}

/* アニメーションを適用するクラス */
.animateOn {
  animation: anime01 1s ease forwards;
}

.animateOn02 {
  animation: anime02 1s forwards;
}
@media screen and (min-width: 1440px) {
  .animateOn02 {
    animation: anime02_pcAll 1s forwards;
  }
}
@media screen and (max-width: 1200px) {
  .animateOn02 {
    animation: anime02_pc 1s forwards;
  }
}

.animateOn03 {
  animation: anime03 1s forwards;
}

.animateOn04 {
  animation: anime04 0.7s forwards;
}

.animateOn_ttl01 {
  animation: anime_ttl01 1s forwards;
}

.animateOn_ttl03 {
  animation: anime_ttl03 1s forwards;
}

.animateOn_ttl04 {
  animation: anime_ttl04 1s forwards;
}

@keyframes anime01 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes anime02 {
  0% {
    opacity: 1;
    transform: translateX(-75px) scale(0);
  }
  70% {
    opacity: 1;
    transform: translateX(-75px) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(-75px) scale(1);
  }
}
@keyframes anime02_pcAll {
  0% {
    opacity: 1;
    transform: translateX(-5vw) scale(0);
  }
  70% {
    opacity: 1;
    transform: translateX(-5vw) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(-5vw) scale(1);
  }
}
@keyframes anime02_pc {
  0% {
    opacity: 1;
    transform: translateX(-10vw) scale(0);
  }
  70% {
    opacity: 1;
    transform: translateX(-10vw) scale(1.05);
  }
  100% {
    opacity: 1;
    transform: translateX(-10vw) scale(1);
  }
}
@keyframes anime03 {
  from {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes anime04 {
  from {
    opacity: 0;
    transform: translate(-50%, 70px);
  }
  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}
@keyframes anime_ttl01 {
  0% {
    opacity: 0;
    transform: translate(-25%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes anime_ttl03 {
  0% {
    opacity: 0;
    transform: translate(-75%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes anime_ttl04 {
  0% {
    opacity: 0;
    transform: translate(-50%, -25%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
/* アニメーションを適用するクラス ここまで */
@media screen and (max-width: 1000px) {
  .tab-none {
    display: none;
  }
}

.tab-block {
  display: none;
}
@media screen and (max-width: 1000px) {
  .tab-block {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

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

@keyframes fadeA {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeAndTranslate {
  from {
    opacity: 0;
    transform: translateY(-30%);
  }
  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes lightA {
  0% {
    opacity: 0;
    transform: translateY(-30px) scale(1.4);
  }
  50% {
    opacity: 0.5;
    transform: translateY(-15px) scale(1.2);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fadeAndTranslate_scale {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeAndTranslate_right {
  from {
    opacity: 0;
    transform: translateX(70px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* アニメーションを適用するクラス */
.animate-on-appear {
  animation: fadeAndTranslate 1s ease forwards;
}

.animate-on-appear02 {
  animation: fadeA 1s ease forwards;
}

.animate-on-appear_light {
  animation: lightA 0.5s linear forwards;
}

.animate-on-appear_scale {
  animation: fadeAndTranslate_scale 1s ease-in-out forwards;
}

.animate-on-appear_soon {
  animation: fadeA 0.3s ease forwards;
}

.animate-on-appear_right {
  animation: fadeAndTranslate_right 1s ease forwards;
}/*# sourceMappingURL=style_lp.css.map */