@charset "utf-8";

/*
Theme Name: SUBHAND
Author: SUBHAND.LLC
Author URL: http://www.subhand.net/
*/

/* common
---------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  color: #fff;
  text-decoration: underline;
}

a:hover,
a:active {
  color: #d90909;
  text-decoration: underline;
}

.impact {
  font-size: 3rem;
  font-weight: bold;
  color: #1f2943;
}

.impact2 {
  color: red;
}

.impact3 {
  background: yellow;
  color: #000;
}

.impact5 {
  background: #173b50;
  padding: 2px 5px;
  color: #fff;
}

.impact6 {
  background: #f4f4f4;
  padding: 3px;
  line-height: 1.1;
}

.impact7 {
  background: #b60000;
  padding: 2px 5px;
  color: #fff;
}

.style2 {
  color: #ff0000;
}

.style3 {
  color: #333333;
}

.style4 {
  color: #000000;
}

img {
  border: none;
}

/* layout
---------------------------------------------*/
/*TopIntro-Start*/
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  min-width: 750px;
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
  text-align: center;
  font-family: "Hiragino Kaku Gothic Pro", Arial, Helvetica, "游ゴシック体",
    "Yu Gothic", YuGothic, Meiryo, Osaka, "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

/* スマホへの振り分け */

/* 表示領域が1001px以上の場合に適用するスタイル（パソコン向け） */
@media screen and (min-width: 1126px) {
  #registration_pc {
    visibility: visible;
  }

  #registration_sp {
    display: none;
  }

  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }
}

/* 表示領域が1000px以下の場合に適用するスタイル（スマホ向け） */
@media screen and (max-width: 750px) {
  #registration_pc {
    display: none;
  }

  #registration_sp {
    visibility: visible;
  }

  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

.btn_top_box {
  position: relative;
  width: 750px;
  margin: 0 auto;
}

.btn_top_r {
  position: absolute;
  top: 16px;
  right: 32px;
}

@keyframes progress {
  0% {
    bottom: -120px;
  }
  18% {
    bottom: -120px;
  }
  19% {
    bottom: 0px;
  }
  20% {
    bottom: 20px;
  }
  100% {
    bottom: 20px;
  }
}
.absolute {
  position: absolute;
}
.sticky-textbox {
  position: absolute;
  top: 102px;
  transform: translateX(-50%);
  left: 50%;
  font-size: 2.7rem;
  color: #ce0000;
  font-weight: bold;
}
.modal-textbox {
  top: 76px;
  transform: translateX(-50%);
  left: 50%;
  font-size: 2.7rem;
  color: #ce0000;
  font-weight: bold;
}
.stickybtn {
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 10;
  max-width: 750px;
  width: 100%;
  /*追加*/
  opacity: 0;
  visibility: hidden;
  transition: all 1s;
}
.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transform: translateX(-50%);
}

.camp {
  position: relative;
  background: url("../images/camp_01.jpg") no-repeat top center;
  height: 723px;
  width: 750px;
  margin: 0 auto;
}
.count {
  position: absolute;
  bottom: 195px;
  left: 379px;
  font-weight: 800;
  font-size: 4rem;
  color: #fff;
}

#countdownDisplay {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  padding-top: 10px;
}
#countdownDisplay2 {
  text-align: center;
  font-size: 5rem;
  font-weight: 800;
  padding-top: 10px;
}
.countdownText {
  font-size: 3rem;
  font-weight: bold;
  color: #1f2944;
}
.countdate {
  position: absolute;
  bottom: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  font-weight: 800;
  font-size: 4rem;
  color: #ce0000;
}

#btn_cover {
  background: url("../images/btn_cover.jpg") no-repeat top center;
  height: 417px;
}

.positionRelative {
  position: relative;
}
.positionAbsolute {
  position: absolute;
}

.btn_box {
  position: relative;
  top: 68px;
  display: inline-block;
  width: 683px;
  height: 238px;
  transition: 0.2s;
  z-index: 1000;
}
.btn_box3 {
  position: relative;
  top: 606px;
  display: inline-block;
  width: 683px;
  height: 238px;
  transition: 0.2s;
  z-index: 1000;
}

.text_box {
  position: relative;
  bottom: 150px;
  display: inline-block;
  right: 111px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #c10509;
  height: 50px;
  transition: 0.2s;
  z-index: 1000;
}
.text_box2 {
  position: relative;
  bottom: 157px;
  display: inline-block;
  right: 111px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #c10509;
  height: 50px;
  transition: 0.2s;
  z-index: 1000;
}

.btn_box2 {
  position: relative;
  top: 81px;
  display: inline-block;
  width: 683px;
  height: 238px;
  transition: 0.2s;
  z-index: 1000;
}

.container {
  position: absolute;
  text-align: center;
  width: 750px;
  margin: 0 auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.head1 {
  background: url("../images/head01.jpg") no-repeat top center;
  height: 1165px;
}

.head2 {
  position: relative;
  background: url("../images/head02.jpg") no-repeat top center;
  height: 196px;
}

#head3 {
  background: url("../images/head03.jpg") no-repeat top center;
  height: 3672px;
}

#head4 {
  background: url("../images/head04.jpg") no-repeat top center;
  height: 5599px;
}
#head44 {
  background: url("../images/head044.jpg") no-repeat top center;
  height: 175px;
}

#head5 {
  position: relative;
  background: url("../images/head05.jpg") no-repeat top center;
  height: 2059px;
}

#head6 {
  background: url("../images/head06.jpg") no-repeat top center;
  height: 3248px;
}

#head7 {
  background: url("../images/head07.jpg") no-repeat top center;
  height: 2455px;
}

.repeatBlock {
  width: 750;
  margin: 0 auto;
}

#steps {
  background-color: #f6f9fb;
  width: 750px;
  margin: 0 auto;
}

#steps > img:first-child {
  margin-top: 4rem;
}

#steps > img {
  margin-bottom: 4rem;
}

#steps > img:last-child {
  margin-bottom: 8rem;
}

.gray {
  background-color: #f7f7f7;
  width: 750px;
  margin: 0 auto;
}

.animate__animated {
  opacity: 0;
}

#head1 p {
  font-size: 74px;
  font-weight: bold;
  color: #009f0d;
  background: -webkit-linear-gradient(0deg, #00a408, #003880);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#head1_2 {
  background: url("../images/header_012.jpg") no-repeat top center;
  height: 820px;
}

#head1_2 p {
  font-size: 74px;
  font-weight: bold;
  color: #009f0d;
  background: -webkit-linear-gradient(0deg, #00a408, #003880);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#tell01 {
  background: url("../images/tell_01.jpg") no-repeat top center;
  height: 809px;
}

#tell02 {
  background: url("../images/tell_02.jpg") no-repeat top center;
  height: 241px;
}

#head_pr01 {
  background: url("../images/header_pr01.jpg") no-repeat top center;
  height: 705px;
}

#head_pr02 {
  background: url("../images/header_pr02.jpg") no-repeat top center;
  height: 210px;
}

#head_pr01sp {
  background: url("../images/header_pr01sp.jpg") no-repeat top center;
  height: 1606px;
}

#head_pr02sp {
  background: url("../images/header_pr02sp.jpg") no-repeat top center;
  height: 1690px;
}

#of {
  overflow: hidden;
}

.bg_w {
  background-image: url("../images/bg_w.jpg");
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
}

.bg_phone {
  background-color: #e7ecea;
  padding-top: 50px;
  padding-bottom: 0px;
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
}

.bg_white {
  background-color: white;
  padding-top: 70px;
  padding-bottom: 70px;
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
}

.bg_head {
  padding-top: 50px;
  padding-bottom: 0px;
}

.bg_green {
  background: -moz-linear-gradient(top, #003880 50%, #00a408);
  background: -webkit-linear-gradient(top, #003880 50%, #00a408);
  background: linear-gradient(to left, #003880 50%, #00a408);
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;

  padding-top: 10px;
  padding-bottom: 10px;
}

.bg_green2 {
  background: -moz-linear-gradient(top, #003880 50%, #00a408);
  background: -webkit-linear-gradient(top, #003880 50%, #00a408);
  background: linear-gradient(to left, #003880 50%, #00a408);
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;

  padding-top: 70px;
  padding-bottom: 70px;
}

.bg_green4 {
  background: -moz-linear-gradient(top, #003880 50%, #00a408);
  background: -webkit-linear-gradient(top, #003880 50%, #00a408);
  background: linear-gradient(to left, #003880 50%, #00a408);
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;

  padding-top: 70px;
  padding-bottom: 40px;
}

.bg_clear {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bg_glay {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f6f9fb;
}

.bg_glay2 {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f2f3f5;
}

.bg_navy {
  background-color: #1a1122;
  padding-top: 0px;
  padding-bottom: 50px;
}

/*ふわふわ*/
.img_box {
  animation: img_box_9955 3s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
}

@keyframes img_box_9955 {
  0% {
    transform: translateY(0);
  }

  33.33333% {
    transform: translateY(-10px);
  }

  66.66667% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

#bg1 {
  background: url("../images/bg.jpg");
  background-position: center top;
  background-repeat: repeat;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 50px;
}

.mail01 {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 830px;
  height: 110px;
  font-size: 30px;
  line-height: 3.2vw;
  font-weight: bold;
  color: #cbcbcb;

  color: black;
  background: #ffffff;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
  border: 4px solid #a0a0a0;
  border-radius: 8px;
}

.btn {
  top: 0px;
  left: 0px;
  animation: heartBeat infinite;
  animation-duration: 2s;
  right: 0px;
  border: 0px solid;
}

.btn:hover {
  opacity: 0.7;
  transition: 0.5s;
}

/***movie***/

#movie {
  position: relative;
  top: 40px;
  width: 932px;
  height: 604px;
  background-color: #dd0413;
  margin: 0px auto 0 auto;
  margin-bottom: 50px;
  border-radius: 0px;
  overflow: hidden;
}

iframe {
  width: 882px;
  height: 550px;
  display: block;
  margin: 26px auto 0 auto;
}

#container_cmt {
  text-align: center;
  width: 850px;
  margin: 0 auto;
}

.situmon {
  padding-top: 70px;
  padding-left: 100px;
}

.textareastyle {
  width: 850px;
  height: 200px;
  border-color: #dd0413;
  border-width: 2px;
  border-radius: 8px;
  font-size: 29px;
}

.mustbox {
  margin-top: 70px;
  width: 100px;
  height: 50px;
  border-radius: 0px;
  background-color: #dd0413;

  font-size: 29px;
  text-align: center;
  color: white;
  font-family: "Hiragino Kaku Gothic Pro", Arial, Helvetica, "游ゴシック体",
    "Yu Gothic", YuGothic, Meiryo, Osaka, "MS PGothic", sans-serif;
}

.question1 {
  text-align: left;
  width: 900px;
  font-size: 31px;
  padding-bottom: 20px;
  padding-top: 0px;
}

.name {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 850px;
  height: 108px;
  font-size: 30px;
  line-height: 3.2vw;
  font-weight: bold;
  color: #666;

  color: black;
  background: #ffffff;
  line-height: 1.2;
  text-align: center;
  box-sizing: border-box;
  border: 2px solid #dd0413;
  border-radius: 8px;
}

/***フッター***/

small {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
}

.block {
  display: block;
  padding-top: 10px;
  color: #151515;
}

.copy2 {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  padding: 5px 0 10px 0;
}

.toku {
  text-align: center;
  color: #151515;
  font-size: 20px;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

/*スペース*/
.space {
  height: 70px;
}

.space01 {
  height: 15px;
}

.sp_b {
  display: none;
}

.sp_n {
  display: block;
}

/*点滅;*/

.flash {
  margin-right: 10px;
  animation: flash 4.5s infinite linear;
  -webkit-animation: flash 4.5s infinite linear;
  -moz-animation: flash 4.5s infinite linear;
}

@keyframes flash {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0.7;
  }

  100% {
    opacity: 0;
  }
}

.flash:last-child {
  margin-right: 0;
}

.flash span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

/***フッター***/
footer {
  position: relative;
  margin: 0 0 0 0;
  min-width: 100%;
  background: #101010;
  font-size: 20px;
  padding: 20px 0;
  color: #778699;
  text-align: center;
}

small {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
}

.block {
  display: block;
  padding-top: 10px;
  color: #778699;
}

.copy2 {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.3;
  padding: 5px 0 10px 0;
}

.toku {
  text-align: center;
  color: #778699;
  font-size: 20px;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.parent {
  position: relative;
  width: 750px;
  margin: 0 auto;
}

.parentInner {
  position: relative;
}

.pointer {
  position: absolute;
  top: 150px;
  right: 30px;
  z-index: 10000;
}

.fadeup {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 1.5s, transform 1.5s;
}

.l-section.is-bgColor--red {
  background: #e4357b;
}

.l-section.is-bgColor--blue {
  background: #149072;
}

.l-section.is-bgColor--green {
  background: #357be4;
}

.fadeup.is-animated {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  position: relative;
  transform: translate(0, -50%);
  top: 50%;
  background-color: #f4f4f4;
  margin: 0 auto;
  width: 677px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: 1s;
  line-height: 0;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-header h1 {
  margin: 1rem 0;
}

.modal-header {
  background: lightblue;
  padding: 3px 15px;
  display: flex;
  justify-content: space-between;
}

.modalClose {
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
  position: relative;
  top: 30px;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 0px 20px;
  color: black;
  line-height: 0;
}
