@charset "UTF-8";
/* CSS Document */
.ultraman__wrap {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.kv {
  width: 100%;
}
.kv img {
  width: 100%;
  max-width: none !important;
}
.stamp_wrap {
  background-image: url(back_stamp.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center top;
  width: 100%;
  text-align: center;
}
.ttl_stamp {
  margin: auto;
  padding: 100px 0 0 0;
  width: 90%;
  box-sizing: border-box;
}
.stamp .text {
  width: 90%;
  max-width: 900px;
  text-align: left;
  font-size: 22px;
  line-height: 34px;
  margin: 0 auto 60px;
}
.stamp .text span {
  border: 1px solid #fff;
  padding: 1px 6px;
  box-sizing: border-box;
}
.cap {
  font-size: 14px;
  color: #fff;
  text-align: left;
  line-height: 20px;
}
.ttl_howto {
  width: 90%;
  max-width: 650px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}
.stamp_howto {
  margin: -65px auto 0;
}
.btn_details {
  width: 80%;
  max-width: 600px;
  margin: 0 auto 80px;
}
.stamp_comp2 {
  width: 80%;
  max-width: 900px;
  margin: 20px auto 80px;
}
.sunvisor_wrap {
  background-image: url(back_sunvisor.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  text-align: center;
}
.ttl_sunvisor {
  width: 90%;
  margin: 0 auto;
}
.sunvisor_info {
  width: 90%;
  max-width: 800px;
  margin: 50px auto 0;
  padding: 0 0 80px 0;
  box-sizing: border-box;
}
.photo_wrap {
  margin: 0 auto 100px;
}
.ttl_photo {
  width: 90%;
  margin: 60px auto;
}
.photo_img {
  width: 90%;
  margin: 0 auto;
}
.photo_pig {
  animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
  margin: -130px auto 0;
  width: 450px;
}
.target {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-x {
  0% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(5%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}
.zero_wrap {
  background-image: url(back_zero.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #0c162f;
  width: 100%;
  text-align: center;
  padding: 0 0 40px 0;
}
.ttl_zero {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  padding: 165px 0 0 0;
  box-sizing: border-box;
}
.zero_info_wrap {
  width: 90%;
  margin: 50px auto 0;
}
.zero_info_text {
  background-image: url(zero_info_back.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center top;
  width: 100%;
  text-align: center;
}
.zero_info_text .text {
  font-size: 20px;
  width: 80%;
  max-width: 750px;
  margin: 0 auto;
  text-align: justify;
  color: #000;
  line-height: 34px;
  padding: 0 0 30px 0;
  box-sizing: border-box;
}
.zero_info_text .text ul li {
  text-indent: -20px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.zero_info_caution_text {
  width: 85%;
  margin: 0 auto;
  font-size: 20px;
  text-align: justify;
  line-height: 30px;
  box-sizing: border-box;
}
.zero_info_caution_text ul li {
  text-indent: -20px;
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.sp-zero_info, .sp-zero_info_caution, .sp-zero_info_bottom, .sp-stamp_howto {
  display: none;
}
.contact_wrap {
  background-image: url(back_contact.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center top;
  width: 100%;
  text-align: center;
}
.ttl_contact {
  margin: 0 auto;
  padding: 25px 0 0 0;
  box-sizing: border-box;
}
.text {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  margin: 0 0 50px 0;
}
.copyright {
  color: #fff;
  font-size: 14px;
  margin: 0 auto;
  padding: 0 0 50px 0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .ttl_stamp {
    margin: auto;
    padding: 40px 0 0 0;
    width: 95%;
    box-sizing: border-box;
  }
  .stamp .text {
    width: 90%;
    max-width: 900px;
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
    margin: 0 auto 60px;
  }
  .ttl_howto {
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
  }
  .sp-stamp_howto {
    display: block;
  }
  .stamp_comp2 {
    width: 95%;
    max-width: 900px;
    margin: 20px auto 80px;
  }
  .btn_details {
    width: 80%;
    max-width: 600px;
    margin: 0 auto 50px;
  }
  .ttl_sunvisor {
    width: 95%;
    margin: 0 auto;
  }
  .sunvisor_info {
    width: 100%;
    max-width: 800px;
    margin: 50px auto 0;
    padding: 0 0 50px 0;
    box-sizing: border-box;
    background-color: #000;
  }
  .sunvisor_info img {
    width: 90%;
    margin: 0 auto;
  }
  .photo_wrap {
    margin: 0 auto 50px;
  }
  .ttl_photo {
    width: 95%;
    margin: 25px auto;
  }
  .photo_pig {
    animation: floating-x 7.2s ease-in-out infinite alternate-reverse;
    margin: -30px auto 0;
    width: 200px;
  }
  .zero_info, .zero_info_caution, .zero_info_bottom, .stamp_howto {
    display: none;
  }
  .sp-zero_info, .sp-zero_info_caution, .sp-zero_info_bottom, .sp-stamp_howto {
    display: block;
  }
  .zero_info_wrap {
    width: 90%;
    margin: 20px auto 0;
  }
  .zero_info_text {
    background-image: url(sp-zero_info_back.png);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center top;
    width: 100%;
    text-align: center;
  }
  .ttl_zero {
    width: 90%;
    max-width: 950px;
    margin: 0 auto;
    padding: 50px 0 0 0;
    box-sizing: border-box;
  }
  .zero_info_text .text {
    font-size: 18px;
    width: 80%;
    max-width: 750px;
    margin: 0 auto;
    text-align: justify;
    color: #000;
    line-height: 25px;
    padding: 0 0 30px 0;
    box-sizing: border-box;
  }
  .zero_info_caution_text {
    width: 85%;
    margin: 0 auto;
    font-size: 18px;
    text-align: justify;
    line-height: 27px;
    box-sizing: border-box;
    padding: 15px 0 0 0;
  }
  .text {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 50px 0;
  }
  .contact_wrap {
    background-image: url(back_contact.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center top;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 414px) {}