@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
.pc_disp {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .sp_disp {
    display: none !important;
  }
}

.pc_only_disp {
  display: none !important;
}

@media screen and (min-width: 1200px) {
  .pc_only_disp {
    display: block !important;
  }
}

footer {
  position: relative;
  z-index: 1;
}

#PageTop {
  background: #fff;
}

@media screen and (min-width: 768px) {
  nav.ContentNavi01 {
    position: relative;
    z-index: 2;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1;
}

strong {
  font-weight: bold;
}

.MainColumn {
  position: relative;
  z-index: 1;
  margin: 0px auto 0px;
  font-size: 0.875rem;
  text-align: justify;
  background: #fff;
  color: #000;
  overflow: hidden;
  background: #C01214;
}

@media screen and (min-width: 768px) {
  .MainColumn {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .MainColumn::before {
    content: "";
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url("../img/bg_pc.png") no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    width: 100%;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*======================================
animetion
======================================*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes bikkuri01 {
  100%,
  60%,
  35%,
  25%,
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-26px);
            transform: translateY(-26px);
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@keyframes bikkuri01 {
  100%,
  60%,
  35%,
  25%,
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(-26px);
            transform: translateY(-26px);
  }
  30% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}

@-webkit-keyframes r7 {
  0%, 100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes r7 {
  0%, 100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@-webkit-keyframes pyon01 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
}

@keyframes pyon01 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
}

@-webkit-keyframes pyon02 {
  0%, 100% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  50% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@keyframes pyon02 {
  0%, 100% {
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  50% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
}

@-webkit-keyframes yurayura01 {
  0%, 100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@keyframes yurayura01 {
  0%, 100% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
  }
  50% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
}

@-webkit-keyframes fuwafuwa01 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}

@keyframes fuwafuwa01 {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
}

@-webkit-keyframes scroll_left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes scroll_left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes scroll_right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes scroll_right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@-webkit-keyframes kirakira01 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
}

@keyframes kirakira01 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  95% {
    opacity: 1;
  }
}

@-webkit-keyframes kirakira02 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
}

@keyframes kirakira02 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  95% {
    opacity: 1;
  }
}

.anime01_l {
  position: fixed;
  bottom: 9%;
  left: 3%;
  -webkit-animation: pyon01 2.5s ease-in-out infinite;
          animation: pyon01 2.5s ease-in-out infinite;
}

@media screen and (min-width: 2000px) {
  .anime01_l {
    left: 8%;
  }
}

.anime01_r {
  position: fixed;
  bottom: 9%;
  right: 2%;
  -webkit-animation: pyon02 2.5s ease-in-out infinite;
          animation: pyon02 2.5s ease-in-out infinite;
}

@media screen and (min-width: 2000px) {
  .anime01_r {
    right: 7%;
  }
}

.anime02_l {
  position: fixed;
  top: 32%;
  left: 17%;
}

.anime02_r {
  position: fixed;
  top: 24%;
  right: 17%;
}

.anime03_l {
  position: fixed;
  top: 4%;
  left: 25%;
  z-index: -1;
}

.anime03_r {
  position: fixed;
  top: 4%;
  right: 25%;
  z-index: -1;
}

.kirakira01 {
  position: fixed;
  top: 59%;
  left: 19%;
  z-index: -1;
}

.kirakira02 {
  position: fixed;
  top: 6%;
  right: 16%;
  z-index: -1;
}

.round_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.round01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: -5%;
  left: 0;
  -webkit-animation: scroll_right 95s infinite linear 0.5s both;
          animation: scroll_right 95s infinite linear 0.5s both;
}

.round02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  bottom: -8%;
  left: -2%;
  width: 100%;
  -webkit-animation: scroll_left 95s infinite linear 0.5s both;
          animation: scroll_left 95s infinite linear 0.5s both;
}

.kv {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-items: center;
}

.kv .flow {
  position: absolute;
  bottom: 15%;
  display: block;
  width: 90px;
  height: 90px;
}

@media screen and (min-width: 768px) {
  .kv .flow {
    width: 180px;
    height: 180px;
    bottom: 13%;
  }
}

@media screen and (min-width: 1000px) {
  .kv .flow {
    width: 180px;
    height: 180px;
    bottom: 13%;
  }
  .kv .flow:hover {
    -webkit-animation: bikkuri01 2.3s both;
            animation: bikkuri01 2.3s both;
  }
}

.kv .kv_img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.induction_sp {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 999;
}

.induction {
  position: relative;
  width: 90%;
  margin: 110px auto 150px;
  text-align: center;
}

.induction .top {
  position: absolute;
  font-weight: bold;
  top: -12%;
  left: 21%;
  font-size: 1.75rem;
}

@media screen and (min-width: 1000px) {
  .induction .top {
    left: 14%;
    font-size: 2.125rem;
  }
}

.induction a {
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
}

.induction a:hover {
  opacity: .7;
}

.induction a img {
  width: 335px;
}

.induction .qr_inner {
  display: block;
  margin: 35px auto 0;
  text-align: center;
}

.induction .qr {
  width: 185px;
  display: inline-block;
}

.main {
  position: relative;
}

@media screen and (min-width: 768px) {
  .main {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1200px) {
  .main {
    max-width: 750px;
  }
}

@media screen and (min-width: 1500px) {
  .main {
    width: 50%;
  }
}

@media screen and (min-width: 2000px) {
  .main {
    max-width: inherit;
    width: 39%;
  }
}

.cont_inner {
  margin-top: -50px;
  padding: 10px 0 50px;
  background: #C01214;
}

@media screen and (min-width: 768px) {
  .cont_inner {
    margin-top: -92px;
    padding: 10px 0 96px;
  }
}

.cont_box {
  position: relative;
  display: block;
  width: 90%;
  margin: 0 auto 36px;
}

.cont_box img {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .cont_box {
    margin: 0 auto 73px;
  }
}

.cont_box.link {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.cont_box.link::before {
  background: url("../img/icon_arrow.png") no-repeat;
  content: "";
  display: block;
  width: 18px;
  height: 46px;
  position: absolute;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cont_box.link::before {
    width: 35px;
    height: 93px;
  }
}

@media screen and (min-width: 1000px) {
  .cont_box.link {
    -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .cont_box.link:hover {
    -webkit-box-shadow: 0 10px 30px 10px rgba(255, 208, 201, 0.3);
            box-shadow: 0 10px 30px 10px rgba(255, 208, 201, 0.3);
  }
}

.cont_box.link02 {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.cont_box.link02::before {
  background: url("../img/icon_arrow.png") no-repeat;
  content: "";
  display: block;
  width: 18px;
  height: 46px;
  position: absolute;
  background-size: contain;
  top: 42%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .cont_box.link02::before {
    width: 35px;
    height: 93px;
  }
}

@media screen and (min-width: 1000px) {
  .cont_box.link02::before {
    top: 41%;
  }
}

@media screen and (min-width: 1000px) {
  .cont_box.link02 {
    -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: .3s;
    transition: .3s;
  }
  .cont_box.link02:hover {
    -webkit-box-shadow: 0 10px 30px 10px rgba(255, 208, 201, 0.3);
            box-shadow: 0 10px 30px 10px rgba(255, 208, 201, 0.3);
  }
}

.cont_box .credit_inner {
  position: relative;
}

.cont_box .credit {
  position: absolute;
  right: 6%;
  bottom: -15%;
  display: block;
  color: #898989;
  font-size: 7px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media screen and (min-width: 768px) {
  .cont_box .credit {
    right: 7%;
    bottom: -10%;
    -webkit-transform: none;
            transform: none;
    font-size: 0.8125rem;
  }
}

.cont_box .text_inner {
  margin-top: -1px;
  padding: 19px 18px 16px;
  background-color: #fff;
}

@media screen and (min-width: 1000px) {
  .cont_box .text_inner {
    padding: 40px 40px 33px;
  }
}

.cont_box .text_inner .subtitle {
  color: #707070;
  font-weight: bold;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .cont_box .text_inner .subtitle {
    font-size: 1.8125rem;
  }
}

.cont_box .text_inner .subtitle span {
  margin-left: 5px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .cont_box .text_inner .subtitle span {
    font-size: 1.4375rem;
  }
}

.cont_box .text_inner .subtitle02 {
  margin: 5px auto 15px;
  color: #707070;
  font-weight: bold;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .cont_box .text_inner .subtitle02 {
    margin: 5px auto 27px;
    font-size: 1.8125rem;
  }
}

.cont_box .text_inner .title {
  margin: 5px auto 15px;
  color: #C01214;
  font-weight: bold;
  font-size: 1.0625rem;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  .cont_box .text_inner .title {
    margin: 16px auto 27px;
    font-size: 2.125rem;
  }
}

.cont_box .present {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cont_box .present .head {
  height: 21px;
  line-height: 21px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0 6px;
  background: #C01214;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 0.6875rem;
}

@media screen and (min-width: 768px) {
  .cont_box .present .head {
    padding: 0 12px;
    height: 41px;
    line-height: 41px;
    font-size: 1.375rem;
  }
}

.cont_box .present .notice {
  margin-left: 10px;
  color: #707070;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.cont_box .present .notice span {
  font-size: 0.625rem;
}

@media screen and (min-width: 768px) {
  .cont_box .present .notice span {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) {
  .cont_box .present .notice {
    margin-left: 10px;
    font-size: 1.6875rem;
  }
}

.form {
  position: relative;
  padding: 50px 0 166px;
  background: url("../img/present_bg.png") no-repeat;
  background-position: bottom;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .form {
    padding: 108px 0 185px;
  }
}

.form::before {
  background: url("../img/present_icon01.png") no-repeat;
  content: "";
  display: block;
  width: 61px;
  height: 95px;
  position: absolute;
  background-size: contain;
  top: -3%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .form::before {
    top: -2%;
    width: 100px;
    height: 150px;
  }
}

@media screen and (min-width: 1000px) {
  .form::before {
    top: -93px;
    width: 122px;
    height: 196px;
  }
}

.form::after {
  background: url("../img/present_icon02.png") no-repeat;
  content: "";
  display: block;
  width: 334px;
  height: 44px;
  position: absolute;
  background-size: contain;
  top: 7%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
  .form::after {
    top: 7%;
    width: 73%;
    height: 90px;
  }
}

@media screen and (min-width: 1000px) {
  .form::after {
    top: 190px;
    width: 90%;
    height: 90px;
  }
}

.form .form_head {
  padding: 0px 0 85px;
  color: #C01214;
  font-weight: bold;
  text-align: center;
  font-size: 1.875rem;
}

@media screen and (min-width: 768px) {
  .form .form_head {
    padding: 0px 0 166px;
    font-size: 3.4375rem;
  }
}

@media screen and (min-width: 1900px) {
  .form .form_head {
    font-size: 3.75rem;
  }
}

.form .form_box {
  margin: 0 auto 38px;
  width: 90%;
  background: #FEF1AC;
}

@media screen and (min-width: 1000px) {
  .form .form_box {
    margin: 0 auto 69px;
  }
}

.form .form_box .form_title {
  padding: 10px 0;
  background: url("../img/present_title_bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .form .form_box .form_title {
    padding: 20px 0;
    font-size: 2.5rem;
  }
}

.form .form_box .text_inner {
  padding: 20px 20px 27px;
}

@media screen and (min-width: 768px) {
  .form .form_box .text_inner {
    padding: 38px 41px 53px;
  }
}

.form .form_box .text {
  color: #000000;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .form .form_box .text {
    font-size: 1.875rem;
  }
}

.form .form_box .text.center {
  text-align: center;
}

.form .form_box .text.small {
  font-size: 0.75rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .form .form_box .text.small {
    font-size: 1.5rem;
  }
}

.form .form_box .notice_text {
  margin: 16px 0 12px;
  color: #000;
  display: block;
  font-size: 10px;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .form .form_box .notice_text {
    margin: 35px 0 27px;
    -webkit-transform: none;
            transform: none;
    font-size: 1.125rem;
  }
}

.form .app_link {
  display: block;
  margin: 50px auto 0;
  width: 78%;
  height: 60px;
  line-height: 60px;
  background: #C11214;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1rem;
}

@media screen and (min-width: 1000px) {
  .form .app_link {
    font-size: 1.875rem;
  }
}

.notice {
  position: relative;
  background: #fff;
}

.notice_inner {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 58px 0 81px;
}

@media screen and (min-width: 1000px) {
  .notice_inner {
    padding: 116px 0 92px;
  }
}

.notice .title {
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #000;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .notice .title {
    padding-bottom: 43px;
    margin-bottom: 40px;
    font-size: 2rem;
  }
}

.notice .text {
  line-height: 1.5;
  font-size: 0.8125rem;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .notice .text {
    font-size: 1.5625rem;
  }
}

.notice .text a {
  color: #000;
  text-decoration: underline !important;
}
/*# sourceMappingURL=style.css.map */