@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: "Noto Sans JP", 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;*/
}


#content{
  background: 
  url(../images/omikuji/cloud_bg.svg) no-repeat center,
  url(../images/bg.png) no-repeat center / cover;
}
@media screen and (max-width: 767px) {
  #content{
    background: url(../images/bg_sp.png) no-repeat center / cover;
  }
}

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);
  }
}
@media screen and (max-width: 767px) {
  main.is_active {/*overflow: inherit;*/
  }
}
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%;
  height: 100%;
  max-width: 980px;
  margin: 0 auto;
  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: #ea5550;
  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 {
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .sec01 h1 {
    padding: 0 20px;
    max-width: 100%;
    width: 100%;
    height: auto;
    min-height: inherit;
    position: absolute;
    top: 0;
    bottom: unset;
    left: 0;
  }
  .sec01 h1 {
    bottom: unset;
    left: 0;
    transform: translateX(0);
  }
}
.sec01 h1 img.hinode {
  width: auto;
  height: 78vh;
  min-height: 660px;
}
@media screen and (max-width: 767px) {
  .sec01 .inner {
    height: 100%;
  }
  .sec01 h1 img.hinode {
    max-width: 100%;
    width: 85%;
    height: auto;
    min-height: auto;
  }
}
@media screen and (max-height: 680px) {
  .sec01 h1 {
    top: 0;
  }
}


.sec01_area {
  background: #fff;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 3;
}
.sec01_area::before {
  content: "";
  width: calc(100% + 200px);
	height: 92px;
  position: absolute;
  top: -92px;
  left: -200px;
  background: url(../images/bg_cloud.svg) top center;
}
@media screen and (max-width: 767px) {
  .sec01_area::before {
    width: calc(100% + 20px);
    left: -20px;
    height: 55px;
    top: -53px;
    background: url(../images/bg_cloud.svg) top center / auto 55px;
  }
}
.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: -130px auto 7vh;
  animation: katakata 4s infinite ease-in-out alternate;
}
@media screen and (max-width: 767px) {
  .sec01_area .inner{
    padding-top: 2vh;
  }
  .sec01_area_box_btn#button01 {
    max-width: 80%;
    margin: -13vh 0 8vh;
  }
}
@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(33%, -23%);
  z-index: 2;
}
@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;
}


/*============================================================================================================================================================
==============================================================================================================================================================

	2つ目のページの設定

==============================================================================================================================================================
============================================================================================================================================================*/
.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;
}


/*============================================================================================================================================================
==============================================================================================================================================================

	3つ目のページの設定

==============================================================================================================================================================
============================================================================================================================================================*/
.sec03{
  margin: 0 auto 100px;
}
.sec03.is_show {
  display: block;
}
.sec03.is_hide {
  display: none;
}
.sec03.is_show .inner{
  padding-top: 40px;
}
.atari .sec03.is_show .inner{
  padding-top: 14vh;
}
.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: 0px auto 40px;
    padding: 30px 20px;
  }
  .atari .sec03.is_show .inner{
    padding-top: 105px;
  }
}
.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/omikuji/img_chara_result_sp.svg) no-repeat right bottom/contain;
    width: calc(110px);
    height: calc(113px);
    z-index: 1;
    transform: translate(20px, calc(100% - 7px));
  }
}
.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: 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 {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: -140px;
}
@media screen and (max-width: 767px) {
  .sec03_jackpot {
    top: -113px;
  }
}
.sec03_jackpot p{
padding: 25px 75px;
display: inline-block;
position: relative;
color: #fff;
background-color: #ea5550;
font-size: 2.8rem;
font-weight: 700;
letter-spacing: 0.15em;
border-radius: 15px;
}
.sec03_jackpot p::after{
content:"";
width: 46px;
height: 13px;
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
background-image: url(../images/greeting/fukidashi_deco.svg);
}
@media screen and (max-width: 767px) {
  .sec03_jackpot p{
    padding: 15px;
    width: 100%;
    font-size: 2.5rem;
  }
}


.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 20px;
  padding: 15px 20px 15px;
}
@media screen and (max-width: 767px) {
  .sec03_result {
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 3rem;
    padding: 0px 20px 15px;
  }
}
.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 {
  margin-top: 50px;
  padding-bottom: 75px;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  line-height: 1.7;
  margin-bottom: 10px;
  color: #ea5550;
  background: url(../images/omikuji/commtents.svg) no-repeat bottom center;
}
.sec03_comment.atari {
  padding-bottom: 40px;
  background: none;
}
@media screen and (max-width: 767px) {
  .sec03_comment {
    margin-top: 0px;
    padding-bottom: 0px;
    font-size: 1.5rem;
    background: none;
  }
  .sec03_comment.atari {
    padding-bottom: 20px;
    background: none;
  }
}
.sec03_staff {
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #ea5550;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec03_staff .img{
  width: 150px;
}
.sec03_staff p{
  margin-left: 30px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .sec03_staff {
    font-size: 1.4rem;
    display: block;
    text-align: center;
  }
  .sec03_staff .img{
    width: 40%;
    display: inline-block;
  }
  .sec03_staff .img img{
    width: 100%;
  }
  .sec03_staff p{
    margin-top: 5px;
    margin-left: 0px;
    font-size: 1.6rem;
  }
}
.sec03_inner .btn_inner{
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec03_inner .btn_inner{
    font-size: 1.4rem;
  }
}





.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: 20px auto 0px;
  }
}
.sec03_project span{
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .sec03_project span{
    font-size: 1.4rem;
    padding: 0 27px;
  }
}
.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);
}
.sec03_project span::after{
  right: 0;
  transform: translate(30px,-50%) rotate(25deg);
}
@media screen and (max-width: 767px) {
  .sec03_project span::before{
    left: 24px;
    transform: translate(-15px,-50%) rotate(-25deg);
  }
  .sec03_project span::after{
    right: 24px;
    transform: translate(15px,-50%) rotate(25deg);
  }
}
.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: 2;
  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 -45px;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  border-radius: 15px;
}
.sec03_form_winning_lead::before {
    content: "";
    width: 46px;
    height: 13px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../images/greeting/fukidashi_deco_blue.svg);
}
.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_winning_lead {
    margin: -50px auto -20px;
  }
  .sec03_form_content {
    padding: 30px 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: 30px 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 {
  max-width: 520px;
  width: 100%;
  margin: 0 auto;
  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: 0px 10px;
  }
}
/* ========== 当たりページ吹き出し ========== */
.sec03_form_fukidashi {
  margin-top: 50px;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 2;
}
.sec03_form_fukidashi span {
  position: relative;
  display: inline-block;
}
.sec03_form_fukidashi span::before,
.sec03_form_fukidashi span::after{
  content: "";
  position: absolute;
  width: 2px;
  height: 80px;
  background-color: #00afcc;
  top: 50%;
}
.sec03_form_fukidashi span::before{
  left: 0;
  transform: translate(-30px,-30%) rotate(-25deg);
}
.sec03_form_fukidashi span::after{
  right: 0;
  transform: translate(30px,-30%) rotate(25deg);
}
@media screen and (max-width: 767px) {
  .sec03_form_fukidashi {
    margin-top: 30px;
    font-size: 1.2rem;
  }
  .sec03_form_fukidashi span {
    padding: 0 27px;
  }
  .sec03_form_fukidashi span::before{
    transform: translate(15px,-30%) rotate(-25deg);
  }
  .sec03_form_fukidashi span::after{
    transform: translate(-15px,-30%) rotate(25deg);
  }
}

/* ========== 当りページ画像 ========== */
.sec03_gift_photo{
  margin: 30px auto 0;
  max-width: 520px;
}


.sec03_form_lead {
  margin-top: 45px;
  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: 5px;
  font-weight: 700;
}
.sec03_form_greeting {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sec03_form_greeting .btn_inner {
  max-width: 600px;
  padding: 30px 10px;
}


.form_wrap {
  max-width: 550px;
  margin: 50px 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;
    letter-spacing: 0.15em;
  }
}
.form_inner.consent dd {
  text-align: center;
}

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





/*============================================================================================================================================================
==============================================================================================================================================================

	結果ページの下部ボタン

==============================================================================================================================================================
============================================================================================================================================================*/
.btn_wrap{
  margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.omikuji,
.aisatsu {
	margin: 0 15px;
	position: relative;
	text-align: center;
}
.omikuji button,
.aisatsu a {
	width: 450px;
	padding: 20px 60px 20px 85px;
	display: inline-block;
	position: relative;
	background-color: #00afcc;
	color: #fff;
	font-weight: 700;
	font-size: 1.8rem;
	letter-spacing: 0.15em;
	border-radius: 14px;
	transition: background-color 500ms;
}
.omikuji button{
	animation: vertical 2s linear infinite;
}
.aisatsu a {
	animation: vertical 2s linear infinite 0.8s;
}
.omikuji button:hover,
.aisatsu a:hover {
  opacity: 1;
	background-color: #ea5550;
}
.omikuji button::after,
.aisatsu a::after {
	content: "";
	width: 19px;
	height: 19px;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	background: url(../images/arrow_right_white.svg) no-repeat center / cover;
}

.omikuji img {
	margin-top: -35px;
  width: auto;
	position: absolute;
	top: 50%;
	left: -10px;
}

.aisatsu img {
	margin-top: -39px;
  width: auto;
	position: absolute;
	top: 50%;
	left: 15px;
}

@media screen and (max-width: 767px) {

	.btn_wrap{
    margin-top: 0px;
    display: block;
    position: relative;
    z-index: 2;
	}

	.omikuji,
	.aisatsu {
		margin: 0;
	}

	.omikuji button,
	.aisatsu a {
		padding: 15px 40px 15px 60px;
		width: 100%;
		font-size: 1.4rem;
		border-radius: 10px;
	}

	.omikuji button::after,
	.aisatsu a::after {
		right: 15px;
		width: calc(19px/1.2);
		height: calc(19px/1.2);
	}

	.omikuji img {
		margin-top: -25px;
		width: 60px;
	}

	.aisatsu {
		margin-top: 20px;
	}
	.aisatsu img {
		margin-top: -30px;
		width: 48px;
		left: 5px;
	}
}

@keyframes vertical {
0% {transform: translate(0px, 3px);}
10% {transform: translate(0px, -3px);}
15% {transform: translate(0px, 3px);}
20% {transform: translate(0px, -3px);}
25% {transform: translate(0px, 0px)}
}


/*============================================================================================================================================================
==============================================================================================================================================================

	TOPヘもどるボタン

==============================================================================================================================================================
============================================================================================================================================================*/
.home_link{
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 9999;
}