@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.6;
}

:root {
  color-scheme: light !important;
}

.m-plus {
  font-family: "M PLUS 1 Code", monospace;
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

:root {
  --main-bg-grey: #f1f2f2;
  --bg-brown: rgba(31, 24, 15, 1);
  --main-color: rgba(100, 197, 220, 1);
}

h2,
h3,
h4 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}
body {
  background: linear-gradient(180deg, rgb(100, 197, 220), rgb(255, 255, 255) 30%);
}
@media screen and (max-width: 767px) {
  body {
    background: linear-gradient(180deg, rgb(100, 197, 220), rgb(255, 255, 255) 18%);
  }
}

main {
  color: #333333;
}
main a,
main a img {
  transition: 0.5s;
}
main a:hover,
main a img:hover {
  transition: 0.5s;
}
main img {
  max-width: 100%;
}
main b {
  font-size: 120%;
}
@media screen and (min-width: 768px) {
  main p,
  main h4,
  main li {
    font-size: 20px !important;
  }
  main #notes li {
    font-size: 18px !important;
  }
}
@media screen and (max-width: 767px) {
  main p,
  main h4,
  main li {
    font-size: 16px !important;
  }
  main #notes li {
    font-size: 12px !important;
  }
}

/* ヘッダー設定ここから */
#header {
  width: 100%;
  margin: 0 auto;
  padding-top: 0;
  height: 1000px;
  background: url(../img/202405/header_bg.png) repeat-x bottom left;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #header {
    height: 720px;
  }
}
#header img {
  width: 100%;
}
#header ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  padding: 0 15%;
}
@media screen and (max-width: 767px) {
  #header ul {
    padding: 0 2%;
  }
}

#header-top-img {
  height: 580px;
  position: relative;
  width: 100%;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #header-top-img {
    overflow: hidden;
  }
}
#header-top-img > * {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #header-top-img {
    height: 420px;
  }
}
#header-top-img .ttl-hata {
  top: 0;
  left: 0;
  width: 85%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #header-top-img .ttl-hata {
    width: 100%;
    top: 10px;
  }
}
#header-top-img .ttl-phone {
  top: 10px;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #header-top-img .ttl-phone {
    width: 20%;
    top: 60px;
  }
}
#header-top-img .ttl-phone::before {
  content: url(../img/202405/cloud_phone@2x.png);
  scale: 0.4;
  position: absolute;
  left: -420px;
  top: 30px;
  z-index: -1;
  animation: zoom-in-anim 3s infinite;
}
@media screen and (max-width: 767px) {
  #header-top-img .ttl-phone::before {
    scale: 0.6;
    top: -60px;
    scale: 0.25;
    left: -380px;
  }
}
#header-top-img .ttl-rubi {
  top: 100px;
  left: 8%;
}
@media screen and (max-width: 767px) {
  #header-top-img .ttl-rubi {
    width: 60%;
    top: 60px;
  }
}
#header-top-img .ttl-niji {
  top: 150px;
  left: 1%;
  width: 60%;
}
@media screen and (max-width: 767px) {
  #header-top-img .ttl-niji {
    top: 140px;
  }
}
#header-top-img .ttl-cloud_bg {
  animation: zoom-in-anim2 5s infinite;
}
@media screen and (max-width: 767px) {
  #header-top-img .ttl-cloud_bg {
    width: 160%;
    left: -18%;
    top: 50px;
  }
}
#header-top-img .ttl-gw {
  top: 150px;
  left: 5%;
}
@media screen and (max-width: 767px) {
  #header-top-img .ttl-gw {
    width: 60%;
    top: 150px;
  }
}
#header-top-img .ttl-zengaku {
  top: 230px;
  right: 25%;
}
@media screen and (max-width: 767px) {
  #header-top-img .ttl-zengaku {
    top: 190px;
    width: 65%;
    right: 5%;
  }
}
#header-top-img .ttl-pointback {
  top: 440px;
  left: 10%;
}
@media screen and (max-width: 767px) {
  #header-top-img .ttl-pointback {
    top: 330px;
    left: 5%;
  }
}
#header-top-img .ttl-saidai {
  top: 320px;
  left: 6%;
}
@media screen and (max-width: 767px) {
  #header-top-img .ttl-saidai {
    top: 250px;
    width: 35%;
    left: 0;
  }
}

#countdown-wrap {
  position: relative;
  top: -100px;
  color: #fff;
}
#countdown-wrap h3 {
  background-color: rgba(90, 138, 53, 0.8);
  border-radius: 40px;
  display: inline-block;
  padding: 0 50px;
}

h2,
h3,
h4 {
  /* font-family: "M PLUS 1 Code", monospace; */
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
}

h3 {
  font-size: 280%;
  font-weight: bold;
  text-shadow: rgb(42, 71, 20) 0px 0 10px;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 140%;
  }
}

#countdown {
  z-index: 999;
  /* background-color: rgba(90, 138, 53, 0.8); */
  text-align: center;
  padding: 10px 40px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 50px;
  font-size: 1.5em;
}
@media screen and (max-width: 767px) {
  #countdown {
    font-size: 1em;
  }
}

.inner-wide {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.scrollFadein,
.scrollFadeinDelay,
.ttl-gw,
.ttl-zengaku,
.ttl-pointback,
.fadein,
.ttl-saidai {
  opacity: 0;
}

.husen, .zoomInAnime {
  animation: zoom-in-anim 3s infinite;
}

@keyframes zoom-in-anim {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoom-in-anim2 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .naiyo-wrap img {
    padding: 0 3%;
  }
}

/* ヘッダー設定ここまで */
/* DLボタン設定 */
ul.download {
  width: 95%;
}
ul.download li {
  padding: 0 3%;
}

#banner-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  color: #fff;
  padding: 15px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
}
#banner-container.active {
  animation: slide-up 0.5s ease-in-out;
}
#banner-container.desactive {
  transition: 0.5s;
  bottom: -100px;
}

@keyframes slide-up {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
#close-btn {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #appFooter {
    padding-bottom: 100px;
  }
}
/* コンテンツ設定 */
#outline-box01 p {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

#outline h2 {
  color: var(--main-color);
  text-align: center;
}
@media screen and (max-width: 767px) {
  #outline h2 {
    width: 100%;
  }
}

#outline-lead {
  width: 100%;
}

.outline-box h3 {
  background-color: var(--main-color);
  text-shadow: none;
}

@media screen and (max-width: 767px) {
  .outline-box {
    width: 90% !important;
  }
}
@media screen and (min-width: 768px) {
  ul.download {
    width: 530px;
    margin-bottom: 50px !important;
  }
}
.DL-box {
  margin: 50px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .DL-box {
    margin-top: 30px;
  }
}
.DL-box h4 {
  text-align: center;
  padding: 2rem 0;
  display: inline-block;
  margin: 0 auto;
}

a b {
  font-weight: bold;
  border-bottom: 2px solid;
}

@media screen and (max-width: 767px) {
  .taisyo {
    margin-top: 50px;
    padding: 0 5%;
  }
}

.taisyo div {
  margin: 50px auto;
  padding: 8%;
  background-color: #fff;
  border: solid 2px #000;
  box-shadow: 11px 10px 0px -5px #000;
  border-radius: 0px;
}
@media screen and (max-width: 767px) {
  .taisyo div {
    padding: 5%;
    margin: 20px auto 40px;
  }
}
.taisyo div h4 {
  margin-bottom: 2rem;
}

.movie-wrap {
  background: url(../img/202405/movie_bg.png) no-repeat top center;
  background-size: cover;
  padding: 30px 0 0 0;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .movie-wrap {
    padding: 5%;
    overflow: hidden;
  }
}
.movie-wrap h4 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 40%;
}
.movie-wrap .movie-cts {
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.movie-wrap .movie-cts iframe {
  margin: 30px auto;
  border: solid 2px #000;
  box-shadow: 11px 10px 0px -5px #000;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .movie-wrap .movie-cts iframe {
    width: 65%;
    height: 440px;
  }
}
.movie-wrap p.movie-husen {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .movie-wrap p.movie-husen {
    width: 28%;
    right: -9%;
  }
}
.movie-wrap p.movie-phone {
  position: absolute;
  bottom: 0;
  left: -200px;
  width: 50%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .movie-wrap p.movie-phone {
    left: -25%;
    width: 50%;
    bottom: -2vh;
  }
}

/* --------------------------------ローディングエフェクト------------------------------ */
@keyframes loading {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#loading {
  width: 100vw;
  height: 100vh;
  background-color: #64C5DC;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#loading-main:after,
#loading-main:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin-left: -50%;
  position: absolute;
  top: 40%;
  left: 50%;
  border-radius: 110%;
}

#loading-main {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 105;
}

#loading-main:after {
  animation: loading 0.75s linear infinite;
  border: 1px solid transparent;
  border-top-color: #fff;
}

#loading-main:before {
  border: 1px solid rgba(51, 51, 51, 0.15);
}

/* --------------------/ローディングエフェクト------------------------------- */
.end_text {
  position: fixed;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.7058823529);
  width: 100%;
  height: 30vh;
  padding: 0;
  display: flex;
  align-items: center;
}
.end_text p {
  text-align: center;
  font-size: 100%;
}
@media screen and (min-width: 768px) {
  .end_text p {
    font-size: 200%;
  }
}

@media screen and (min-width: 768px) {
  .contact-list .tel a {
    pointer-events: none;
    color: #333333;
  }
}/*# sourceMappingURL=style.css.map */