@charset "UTF-8";
@font-face {
  font-family: "kommikuji";
  src: url("../fonts/kommikuji.eot?oxvtdg");
  src: url("../fonts/kommikuji.eot?oxvtdg#iefix") format("embedded-opentype"),
    url("../fonts/kommikuji.ttf?oxvtdg") format("truetype"),
    url("../fonts/kommikuji.woff?oxvtdg") format("woff"),
    url("../fonts/kommikuji.svg?oxvtdg#kommikuji") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "kommikuji" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-reload:before {
  content: "\e901";
}

.icon-arrow:before {
  content: "\e900";
}

.icon-blank:before {
  content: "\e902";
}

html {
  font-size: 10px;
  overflow-x: hidden;
}

body {
  position: relative;
  /*min-width: 1200px;*/
  width: 100%;
  background: #fff;
  font-family: "YuGothic", "Yu Gothic Medium", "Yu Gothic",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
  color: #595757;
}
@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    overflow-x: hidden;
  }
}

#content {
  position: relative;
}

.wrap {
  position: relative;
  /*display: grid;
  place-items: center;*/
  /*height: calc(100vh - 70px);
  min-height: calc(100vh - 70px);*/
  margin: 0 auto;
  z-index: 1;
  /*overflow: hidden;*/
}
@media screen and (max-width: 767px) {
  .wrap {
    /*height: calc(100vh - 25px);*/
  }
}
.wrap_index {
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .wrap {
    /*height: calc(100vh - 25px);*/
  }
}
.wrap::before,
.wrap::after {
  /*content: "";
  background-color: transparent;
  background-image: repeating-linear-gradient(45deg, #00afcc 25%, transparent 25%, transparent 75%, #00afcc 75%, #00afcc), repeating-linear-gradient(45deg, #00afcc 25%, transparent 25%, transparent 75%, #00afcc 75%, #00afcc);
  background-position: 0 0, 50px 50px;
  background-size: 100px 100px;
  width: 100%;
  height: 100px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);*/
}
@media screen and (max-width: 767px) {
  /*.wrap::before, .wrap::after {
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
    height: 40px;
  }*/
}
.wrap::before {
  /*top: 5vh;*/
}
.wrap::after {
  /*bottom: 5vh;*/
}

main {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100% - 70px);
  min-height: calc(100vh - 70px);
}
@media screen and (max-width: 767px) {
  main {
    height: calc(100% - 0px);
  }
}
main::before {
  content: "";
  background: repeating-conic-gradient(
      rgba(255, 255, 255, 0.5) 0,
      rgba(255, 255, 255, 0.5) 3%,
      transparent 3%,
      transparent 5%
    ),
    #f9e15d;
  width: 800vw;
  height: 800vw;
  position: absolute;
  left: calc(50% - 400vw);
  top: calc(50% - 400vw);
  pointer-events: none;
}
body.index main::before {
  top: calc(50% - 370vw);
}
@media screen and (max-width: 767px) {
  main.is_active {/*overflow: inherit;*/
  }
}
main.is_active::before {
  animation: role 30s infinite linear;
  top: calc(50% - 400vw);
  pointer-events: none;
}
@-moz-document url-prefix() {
  main.is_active::before {
    animation: none;
  }
}
@media screen and (max-width: 767px) {
  main.is_active::before {
    animation: none;
    /*width: 1000vw;
    height: 1000vw;*/
  }
}
body.index main.is_active::before {
  top: calc(50% - 400vw);
  pointer-events: none;
}
main::after {
  content: "";
  position: absolute;
  background: radial-gradient(
    at center center,
    #f9e15d,
    rgba(255, 255, 255, 0)
  );
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
}
body.index main::after {
  background: radial-gradient(
    at center bottom,
    #f9e15d,
    rgba(255, 255, 255, 0)
  );
}
main.active::after,
body.index main.is_active::after {
  background: radial-gradient(
    at center center,
    #f9e15d,
    rgba(255, 255, 255, 0)
  );
}
main.is_active .sec03_form_winning::before {
  content: "";
  position: absolute;
  background: url(../images/bg_particle.svg) top center;
  background-repeat: repeat;
  width: 100vw;
  height: calc(100% + 100px);
  z-index: -2;
  animation: moveToBottom 40s infinite linear;
  top: 0;
  left: 50%;
  transform: translate(-50%,0);
  pointer-events: none;
}
a {
  display: block;
  text-decoration: none;
  color: #595757;
  opacity: 1;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
}

*:focus-visible {
  outline: 1px #595757 auto;
  outline-offset: 4px;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

em {
  font-style: normal;
}

.sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

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

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

@keyframes role {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes moveToBottom {
  100% {
    background-position: 0% 100%;
  }
}
@keyframes accordion {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  15% {
    transform: translateY(-10px);
  }
  30% {
    transform: translateY(0);
  }
  45% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fuwa {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.anm_fuwa {
  animation: fuwa 2s infinite;
}

.inner {
  position: relative;
  width: 100%;
  max-width: 980px;
  /*height: 100%;*/
  margin: 0 auto;
  /*padding: 5vh 0;*/
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0vh 20px;
  }
}

.title_l {
  position: relative;
  padding: 100px 0 10px;
  margin: 0 auto 40px;
  font-family: "ab-tombo-bold", sans-serif;
  font-size: 3rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title_l {
    font-size: 2.4rem;
  }
}
.title_l::after {
  content: "";
  background: #595757;
  width: 120px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.title_lead {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .title_lead {
    font-size: 1.3rem;
  }
}

.btn {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn {
    margin: 30px auto 0;
  }
}
.btn_inner {
  position: relative;
  display: block;
  padding: 15px 10px;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
  background: #00afcc;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .btn_inner {
    padding: 15px 20px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
.btn_inner::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%) rotate(225deg);
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .btn_inner::before {
    right: 15px;
  }
}
.thanks .sec03_form_result {
  font-size: 2.8rem;
  color: #ea5550;
  margin: 20px auto 30px;
  font-weight: 700;
  border: none;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .thanks .sec03_wrap {
    margin: 0 auto;
  }
}
.thanks .sec03_wrap::before {
  content: none;
  pointer-events: none;
}
.thanks .sec03_form_lead {
  line-height: 1.8;
  padding: 0;
  color: #ea5550;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
.thanks .sec03_form_notes {
  color: #ea5550;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.thanks .sec03_img {
  max-width: 185px;
  margin: 30px auto 30px;
}
@media screen and (max-width: 767px) {
  .thanks .sec03_img {
    margin: 30px auto 0;
    width: 50%;
  }
}
.thanks .btn_inner {
  background: #fff;
  color: #00afcc;
  animation: bounce 2s infinite;
}
.thanks .btn_inner::before {
  content: "\e901";
  font-size: 2.5rem;
  right: 10px;
  pointer-events: none;
}

footer {
  position: relative;
  height: 70px;
  background: #595757;
  padding: 20px 0;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  footer {
    height: 25px;
    padding: 0;
  }
}
footer .footer_inner {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}
footer .copyright {
  position: relative;
  color: #fff;
  letter-spacing: 0.1em;
  z-index: 1;
}

.about_popup {
  display: none;
}
.about_popup_wrap {
  position: relative;
  max-width: 800px;
  border: 8px #00afcc solid;
  outline: 5px #00afcc solid;
  outline-offset: -20px;
  background: #fff;
  padding: 200px 50px 50px;
}
@media screen and (max-width: 767px) {
  .about_popup_wrap {
    border: 4px #00afcc solid;
    outline: 2px #00afcc solid;
    outline-offset: -10px;
    padding: 90px 20px 50px;
  }
}
.about_popup_wrap::before {
  content: "";
  background: url(../images/img_chara05.svg) no-repeat center top/contain;
  width: 260px;
  height: 340px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-55%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .about_popup_wrap::before {
    width: 80px;
    height: 104px;
  }
}
.about_popup_inner {
  position: relative;
  background: #00afcc;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .about_popup_inner {
    padding: 20px;
  }
}
.about_popup_inner::after {
  content: "";
  background: url(../images/img_chara05_sub.svg) no-repeat center top/contain;
  width: 336px;
  height: 220px;
  position: absolute;
  top: -180px;
  left: 60%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .about_popup_inner::after {
    width: 104px;
    height: 68px;
    top: -54px;
    left: 57%;
  }
}
.about_popup_h {
  position: relative;
  background: url(../images/bg_frame_pc.svg) no-repeat center center/contain;
  font-family: "ab-tombo-bold", sans-serif;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #595757;
  text-align: center;
  padding: 30px 0 50px;
}
@media screen and (max-width: 767px) {
  .about_popup_h {
    background: url(../images/bg_frame_sp.svg) no-repeat center center/contain;
    font-size: 1.4rem;
    padding: 30px 0 40px;
  }
}
.about_popup_h strong {
  font-size: 3.8rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about_popup_h strong {
    font-size: 3rem;
  }
}
.about_popup_h::before,
.about_popup_h::after {
  content: "";
  background: url(../images/img_pine.svg) no-repeat center center/contain;
  width: 130px;
  height: 98px;
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .about_popup_h::before,
  .about_popup_h::after {
    width: 44px;
    height: 32px;
  }
}
.about_popup_h::before {
  top: 30px;
  left: -10px;
}
@media screen and (max-width: 767px) {
  .about_popup_h::before {
    top: 20px;
    left: 0;
  }
}
.about_popup_h::after {
  bottom: -20px;
  right: -20px;
  transform: scale(-1, 1);
}
@media screen and (max-width: 767px) {
  .about_popup_h::after {
    bottom: 10px;
    right: 0;
  }
}
.about_popup_p {
  font-weight: 700;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about_popup_p {
    font-size: 1.5rem;
  }
}

.modaal-content-container {
  padding: 0;
}

.modaal-wrapper .modaal-close {
  width: 80px;
  height: 80px;
  border: 8px #00afcc solid;
  border-radius: unset;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close {
    width: 45px;
    height: 45px;
    border: 4px #00afcc solid;
  }
}
.modaal-wrapper .modaal-close:before,
.modaal-wrapper .modaal-close:after {
  background: #00afcc;
  width: 8px;
  height: 50px;
  border-radius: unset;
  top: 10px;
  left: 28px;
}
@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close:before,
  .modaal-wrapper .modaal-close:after {
    width: 4px;
    height: 30px;
    top: 4px;
    left: 16px;
  }
}
.modaal-wrapper .modaal-close:hover {
  opacity: 0.7;
}
.modaal-wrapper .modaal-close:focus-visible {
  outline: 1px #595757 auto;
}
.sec01 {
  width: 100%;
  height: calc(100vh - 70px);
  min-height: 780px;
  padding: 5vh 0 100px;
}
@media screen and (max-width: 767px) {
  .sec01 {
    min-height: inherit;
    height: calc(100vh - 25px);
  }
}
.sec01.is_hide {
  display: none;
}
.sec01 h1 {
  max-width: 625px;
  width: 100%;
  height: 40vh;
  min-height: 350px;
}
@media screen and (max-width: 767px) {
  .sec01 h1 {
    max-width: 105%;
    width: 105%;
    height: auto;
    min-height: inherit;
    position: absolute;
    top: 2vh;
    left: -7%;
  }
}

.sec01 h1 img {
  width: auto;
  height: 100%;
}
.sec01_area {
  background: #00afcc;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.sec01_area_box {
  position: relative;
}
.sec01_area_box_guide {
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: 700;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background: #ea5550;
  max-width: 260px;
  width: 100%;
  padding: 20px 10px;
  margin: 0 auto;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  border-radius: 300px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .sec01_area_box_guide {
    font-size: 1.5rem;
    max-width: 60%;
    margin: 30px auto;
    top: -150px;
    left: 0%;
    transform: translate(5%, 0);
  }
}
.sec01_area_box_guide::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ea5550 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(95%);
}
.sec01_area_box_btn#button01 {
  max-width: 414px;
  width: 100%;
  margin: -7vh auto 7vh;
  animation: katakata 4s infinite ease-in-out alternate;
}
@media screen and (max-width: 767px) {
  .sec01_area_box_btn#button01 {
    max-width: 80%;
    margin: -7vh 0 7vh;
  }
}
@keyframes katakata {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  11% {
    transform: translate(0, 0) rotate(0deg);
  }

  12% {
    transform: translate(0, 0) rotate(-2deg);
  }
  13% {
    transform: translate(0, -1px) rotate(0deg);
  }
  14% {
    transform: translate(0, -1px) rotate(1deg);
  }

  15% {
    transform: translate(1px, 0) rotate(-1deg);
  }
  16% {
    transform: translate(0, 1px) rotate(0deg);
  }
  17% {
    transform: translate(0, 0) rotate(2deg);
  }

  18% {
    transform: translate(0, 0) rotate(0deg);
  }
  45% {
    transform: translate(0, 0) rotate(0deg);
  }

  46% {
    transform: translate(1px, 0) rotate(-1deg);
  }
  47% {
    transform: translate(0, 1px) rotate(0deg);
  }
  48% {
    transform: translate(0, 0) rotate(2deg);
  }

  49% {
    transform: translate(0, 0) rotate(0deg);
  }
  61% {
    transform: translate(0, 0) rotate(0deg);
  }

  62% {
    transform: translate(0, 0) rotate(-1deg);
  }
  63% {
    transform: translate(0, -1px) rotate(0deg);
  }
  64% {
    transform: translate(0, -1px) rotate(1deg);
  }

  65% {
    transform: translate(1px, 0) rotate(-2deg);
  }
  66% {
    transform: translate(0, 1px) rotate(0deg);
  }
  67% {
    transform: translate(0, 0) rotate(2deg);
  }

  68% {
    transform: translate(0, 0) rotate(0deg);
  }

  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
.sec01_area_box_btn#button01 img {
  transition: 0.3s;
}
.sec01_area_box_btn#button01 img:hover {
  opacity: 0.8;
  transform: translate(0, -15px);
  transition: 0.2s;
}
.sec01_area_chara {
  position: absolute;
  max-width: 500px;
  width: 100%;
  bottom: 0;
  left: 50%;
  transform: translate(20%, -25%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec01_area_chara {
    position: absolute;
    max-width: 70%;
    left: 50%;
    transform: translate(0%, -50%);
  }
}
.sec01_area_chara img {
  animation: pyonpyon 6s infinite ease-in-out;
}
@keyframes pyonpyon {
  0% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, 0);
  }
  34% {
    transform: translate(0, -5px);
  }
  38% {
    transform: translate(0, 0);
  }
  80% {
    transform: translate(0, 0);
  }
  83% {
    transform: translate(0, -3px);
  }
  85% {
    transform: translate(0, 0);
  }
  87% {
    transform: translate(0, -3px);
  }
  90% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.sec01_gift_item {
  width: 100%;
  max-width: 400px;
  margin: 50px auto 0;
  background: #fff;
}
.sec01_gift_item[open] .sec01_gift_content {
  animation: accordion 0.5s ease;
}
.sec01_gift_item[open] .btn_inner::before {
  transform: translateY(-45%) rotate(90deg);
}
.sec01_gift_btn {
  position: relative;
  display: block;
  background: #fff;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.2em;
  color: #00afcc;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .sec01_gift_btn {
    font-size: 1.5rem;
    outline: none;
  }
}
.sec01_gift_btn::-webkit-details-marker {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  .sec01_gift_btn {
    cursor: auto;
  }
}
.sec01_gift_btn:hover {
  opacity: 0.7;
}
.sec01_gift_btn::before {
  transform: translateY(-50%) rotate(-90deg);
  transition: transform 0.3s;
}
.sec01_gift_content {
  position: relative;
  padding: 20px 20px 40px;
  font-size: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .sec01_gift_content {
    font-size: 1.8rem;
  }
}
.sec01_gift_content::before,
.sec01_gift_content::after {
  content: "";
  background-color: transparent;
  background-image: repeating-linear-gradient(
      45deg,
      #00afcc 25%,
      transparent 25%,
      transparent 75%,
      #00afcc 75%,
      #00afcc
    ),
    repeating-linear-gradient(
      45deg,
      #00afcc 25%,
      transparent 25%,
      transparent 75%,
      #00afcc 75%,
      #00afcc
    );
  background-position: 0 0, 10px 10px;
  background-size: 20px 20px;
  width: 110%;
  height: 20px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.sec01_gift_content::before {
  top: 0;
}
.sec01_gift_content::after {
  bottom: 2vh;
}
.sec01_gift_content_inner {
  padding: 30px 0;
}
.sec01_gift_content_inner:not(:first-of-type) {
  border-top: 3px #00afcc solid;
  margin-top: 30px;
}
.sec01_gift_content_logo {
  max-width: 80px;
  margin: 0 auto;
}
.sec01_gift_content_img {
  text-align: center;
}
.sec01_gift_content_img img {
  border: 3px #595757 solid;
}
.sec01_gift_content_img figcaption {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 10px;
}

#button01 {
  display: block;
  margin: 0 auto;
}

.sec02.is_show {
  display: block;
}
.sec02.is_hide {
  display: none;
}
.sec02_img {
  /*max-width: 625px;
  margin: 0 auto;*/
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}
.sec02_img img{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.sec03{
  margin: 0 auto 100px;
}
.sec03.is_show {
  display: block;
}
.sec03.is_hide {
  display: none;
}
.sec03.is_show .inner{
  padding-top: 5vh;
}
.sec03_wrap {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  padding: 60px 20px;
  box-shadow: 7px 7px 0 rgba(0,0,0,0.1);
}
@media screen and (max-width: 767px) {
  .sec03_wrap {
    margin: 30px auto 70px;
    padding: 30px 20px;
  }
}
.sec03_wrap::before {
  content: "";
  background: url(../images/img_chara_result.svg) no-repeat right bottom/contain;
  width: 450px;
  height: 463px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(65%, 85%);
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sec03_wrap::before {
    background: url(../images/img_chara_result_sp.svg) no-repeat right bottom/contain;
    width: calc(100px * 3);
    height: calc(130px * 3);
    transform: translate(-10%, 67.4%);
    z-index: 1;
  }
}
.index .sec03_wrap::after {
  content: "";
  background: url(../images/img_chara_result_finger.svg) no-repeat right
    bottom/contain;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -9px;
  right: 43px;
  transform: translate(0%, 0%);
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .index .sec03_wrap::after {   content: none;
  }
}
.sec03_wrap.is_hit .sec03_comment {
  background: url(../images/img_chara02.svg) no-repeat center bottom/90px;
  padding-bottom: 120px;
  margin: 0;
}
.sec03_inner {
  max-width: 880px;
  width: 100%;
  border: 5px #ea5550 solid;
  padding: 50px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03_inner {
    padding: 30px 15px;
  }
}
.sec03_inner::before {
  content: "";
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  border: 2px #ea5550 solid;
  z-index: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec03_inner .btn {
    margin: 20px auto 0;
  }
}
.sec03_jackpot {
  max-width: 300px;
  width: 100%;
  margin: 0 auto 30px;
  text-align: center;
}
.sec03_congrats {
  color: #ea5550;
  font-size: 1.8rem;
  text-align: center;
  margin: 0 auto 30px;
  font-weight: 700;
  letter-spacing: 0.2rem;
}
.sec03_congrats span {
  max-width: 300px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.sec03_congrats span::before,
.sec03_congrats span::after {
  content: "";
  position: absolute;
  bottom: 0%;
  background: url(../images/h_fuki.svg) no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 35px;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .sec03_congrats span::before,
  .sec03_congrats span::after {
    width: calc(25px / 1.5);
    height: calc(35px / 1.5);
  }
}
.sec03_congrats span::before {
  left: 0;
  transform: translate(-180%, 50%);
}
@media screen and (max-width: 767px) {
  .sec03_congrats span::before {
    transform: translate(-50%, 50%);
  }
}
.sec03_congrats span::after {
  right: 0;
  transform: translate(180%, 50%) rotateY(180deg);
}
@media screen and (max-width: 767px) {
  .sec03_congrats span::after {
    transform: translate(0%, 50%) rotateY(180deg);
  }
}

.sec03_result {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  border: 3px #ea5550 solid;
  max-width: 510px;
  width: 100%;
  color: #ea5550;
  font-weight: 700;
  margin: 0 auto 40px;
  padding: 25px 20px;
}
@media screen and (max-width: 767px) {
  .sec03_result {
    font-size: 3.5rem;
  }
}
.sec03_result_sub {
  font-family: "ab-tombo-bold", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .sec03_result_sub {
    font-size: 3.5rem;
  }
}
.sec03_comment {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #ea5550;
}
@media screen and (max-width: 767px) {
  .sec03_comment {
    font-size: 1.5rem;
  }
}
.sec03_staff {
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #ea5550;
}
@media screen and (max-width: 767px) {
  .sec03_staff {
    font-size: 1.4rem;
  }
}
.sec03_inner .btn_inner{
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec03_inner .btn_inner{
    font-size: 1.4rem;
  }
}
.sec03_box {
  margin: 40px auto 0;
  padding: 30px 0 0;
  border-top: 2px solid #ea5550;
  width: 100%;
}
.sec03_box_guide {
  position: relative;
  font-weight: 700;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  background: #ea5550;
  max-width: 330px;
  width: 100%;
  padding: 20px 10px;
  margin: 0 auto;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  border-radius: 300px;
}
@media screen and (max-width: 767px) {
  .sec03_box_guide {
    font-size: 1.5rem;
    margin: 30px auto;
  }
}
.sec03_box_guide::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ea5550 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(95%);
  pointer-events: none;
}
.sec03_project{
  font-weight: 700;
  margin: 40px auto -30px;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .sec03_project{
    font-size: 1.4rem;
    margin: 40px auto 0px;
  }
}
.sec03_project span{
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec03_project span{font-size: 1.4rem;
  }
}
.sec03_project span::before,.sec03_project span::after{
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background-color: #00afcc;
  top: 50%;
}
.sec03_project span::before{
  left: 0;
  transform: translate(-30px,-50%) rotate(-25deg);
}
@media screen and (max-width: 767px) {
  .sec03_project span::before{
    transform: translate(-15px,-50%) rotate(-25deg);
  }
}
.sec03_project span::after{
  right: 0;
  transform: translate(30px,-50%) rotate(25deg);
}
@media screen and (max-width: 767px) {
  .sec03_project span::after{
    transform: translate(15px,-50%) rotate(25deg);
  }
}
.sec03_box_btn {
  max-width: 200px;
  width: 100%;
}
.sec03_box_btn#button02 img {
  transition: 0.3s;
}
.sec03_box_btn#button02 img:hover {
  opacity: 0.8;
  transform: translate(0, -15px);
  transition: 0.2s;
}
.sec03_form {
  display: block;
  margin-top: 100px;
}
.sec03_form[open] .sec03_form_content {
  animation: accordion 0.5s ease;
}
.sec03_form[open] .btn_inner {
  overflow: hidden;
}
.sec03_form[open] .btn_inner::before {
  transform: translateY(-45%) rotate(90deg);
}
.sec03_form .btn_inner {
  background: #00afcc;
  color: #fff;
}
.sec03_form .btn_inner::-webkit-details-marker {
  display: none;
}
@media all and (-ms-high-contrast: none) {
  .sec03_form .btn_inner {
    cursor: auto;
  }
}
.sec03_form .btn_inner:hover {
  opacity: 0.7;
}

.sec03_form_winning_lead {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2.5rem;
  color: #fff;
  text-align: center;
  background: #00afcc;
  max-width: 330px;
  width: 100%;
  padding: 20px 10px;
  margin: -50px auto 0;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  border-radius: 300px;
}
.sec03_form_winning_lead::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #00afcc transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(95%);
}
.sec03_form_content {
  width: 100%;
  max-width: 980px;
  margin: 30px auto 0;
  padding: 60px 50px;
  background: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .sec03_form_content {
    padding: 20px;
  }
}
.sec03_form_inner {
  max-width: 880px;
  width: 100%;
  border: 5px #00afcc solid;
  padding: 50px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec03_form_inner {
    padding: 50px 15px;
  }
}
.sec03_form_inner::before {
  content: "";
  position: absolute;
  top: -15px;
  bottom: -15px;
  left: -15px;
  right: -15px;
  border: 2px #00afcc solid;
  z-index: -1;
  pointer-events: none;
}
.sec03_form_result {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1;
  border: 3px #00afcc solid;
  max-width: 510px;
  width: 100%;
  color: #00afcc;
  font-weight: 700;
  margin: 0 auto 40px;
  padding: 25px 0px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec03_form_result {
    font-size: 2.4rem;
    line-height: 1.6;
  letter-spacing: 0.1em;
    padding: 25px 10px;
  }
}
.sec03_form_lead {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.sec03_form_notes {
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 10px;
  font-weight: 700;
}
.sec03_form_greeting {
  margin: 0 auto 100px;
  position: relative;
  z-index: 1;
}
.sec03_form_greeting .btn_inner {
  max-width: 600px;
  padding: 30px 10px;
}
#button02 {
  margin: 30px auto 0;
  /*animation: bounce 2s infinite;*/
  animation: katakata 4s infinite ease-in-out alternate;
}
#button02.btn_inner {
  background: #fff;
  color: #00afcc;
}
#button02.btn_inner::before {
  content: "\e901";
  font-size: 2.5rem;
  right: 10px;
}
.form_wrap {
  max-width: 550px;
  margin: 30px auto 0;
}

.form_inner {
  margin-bottom: 20px;
}
.form_inner .example {
  display: inline-block;
  margin-top: 5px;
}
.form_inner fieldset {
  padding: 10px;
}
.form_inner .field_wrap {
  display: block;
}
@media screen and (max-width: 767px) {
  .form_inner .field_wrap {
    padding-left: 20px;
    margin-bottom: 10px;
  }
}
.form_inner .field_wrap em {
  font-weight: 700;
}
.form_inner.consent dt {
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .form_inner.consent dt {
    text-align: center !important;
  }
}
.form_inner.consent dd {
  text-align: center;
}

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