@charset "UTF-8";
* {
  box-sizing: border-box;
}

:root {
  color-scheme: light;
}

body {
  background: url(../img/bg_body.png);
  background-attachment: fixed;
}

.txt-center {
  text-align: center !important;
}

main#cp_myscue {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  background: linear-gradient(to bottom, #FFDD00 0%, #FFDD00 30%, #FFDD00 34%, #fff 35%, #ffdd00 70%, #ffdd00 93%, #FFDD00 100%);
  background: -moz-linear-gradient(top, #FFDD00 0%, #FFDD00 30%, #FFDD00 34%, #fff 35%, #fff 93%, #ffdd00 70%, #FFDD00 100%);
  box-shadow: 0px 0px 15px -5px #777777;
  overflow: hidden;
  /* スクロールフェイドイン */
}
main#cp_myscue img {
  max-width: 100%;
  vertical-align: bottom;
}
main#cp_myscue .separate {
  margin: -1px auto;
}
main#cp_myscue h1,
main#cp_myscue h2,
main#cp_myscue h3,
main#cp_myscue h4,
main#cp_myscue h5 {
  margin: 0 auto;
}
main#cp_myscue .txt-center {
  text-align: center;
}
main#cp_myscue #header {
  margin-bottom: 10px;
  padding: 0;
  height: 950px;
}
@media screen and (max-width: 750px) {
  main#cp_myscue #header {
    height: 530px;
  }
}
main#cp_myscue #header #KV-main {
  position: relative;
  text-align: center;
  height: 580px;
}
main#cp_myscue #header #KV-main > * {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
main#cp_myscue #header #KV-main p {
  width: 97%;
}
@media screen and (max-width: 750px) {
  main#cp_myscue #header #KV-main p {
    width: 110%;
    top: 5px;
    left: -10%;
  }
}
main#cp_myscue #header #KV-main h2 {
  top: 0;
  opacity: 0;
  width: 94%;
}
@media screen and (max-width: 750px) {
  main#cp_myscue #header #KV-main h2 {
    padding-top: 0;
  }
}
main#cp_myscue #header #KV-main h3 {
  bottom: 0;
  opacity: 0;
  width: 95%;
}
@media screen and (max-width: 750px) {
  main#cp_myscue #header #KV-main h3 {
    width: 90%;
    top: 150px;
  }
}
main#cp_myscue #header #KV-main h4 {
  bottom: -130px;
  opacity: 0;
  width: 85%;
}
@media screen and (max-width: 750px) {
  main#cp_myscue #header #KV-main h4 {
    width: 90%;
    top: 330px;
  }
}
main#cp_myscue #btn-floating {
  position: fixed;
  top: 30px;
  right: 0;
  z-index: 2;
  width: 25%;
}
@media screen and (max-width: 750px) {
  main#cp_myscue #btn-floating {
    position: fixed;
    top: 78%;
    left: 0;
    z-index: 2;
    width: 48%;
  }
}
main#cp_myscue button {
  opacity: 0;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0 auto;
  display: block;
  right: -10px;
  position: relative;
}
main#cp_myscue button img {
  transform: scale(1);
  transition: transform 0.3s ease-out;
  /* Slow transition for hover out */
}
main#cp_myscue button:hover {
  animation: grow-shrink 0.6s forwards;
}
@keyframes grow-shrink {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
main#cp_myscue .main_section {
  width: 100%;
}
main#cp_myscue .outline-lead,
main#cp_myscue .outline-box {
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 0 5% 50px;
}
main#cp_myscue .outline-box h3 {
  background: none;
  color: black;
  font-weight: bold;
  border-radius: 0;
  border-bottom: dashed 2px #FFDD00;
  margin-bottom: 2rem;
}
main#cp_myscue .section-inner {
  margin: 0 auto;
}
main#cp_myscue .section-inner > .box_01 {
  padding-top: 50px;
}
main#cp_myscue .cts01 {
  background: url(../img/bg_cts01.png) no-repeat center top;
  background-size: cover;
  padding: 80px 0 0;
  height: 900px;
}
main#cp_myscue .cts01 p {
  margin: 3rem auto;
  font-weight: bold;
  padding: 0 3%;
}
main#cp_myscue .cts01 h2 {
  width: 50%;
  text-align: left;
  margin-left: 0;
  padding: 0 3%;
}
@media screen and (max-width: 750px) {
  main#cp_myscue .cts01 h2 {
    width: 70%;
    text-align: left;
    margin-left: 0;
  }
}
main#cp_myscue .cts01-icons {
  position: relative;
  padding-bottom: 50px;
}
main#cp_myscue .cts01-icons h3 {
  position: absolute;
  text-align: center;
  top: 260px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
main#cp_myscue .cts01-icons ul {
  display: flex;
}
main#cp_myscue .cts01-over li {
  padding-top: 100px;
}
main#cp_myscue .cts01-over li:nth-child(2) {
  padding-top: 0;
}
main#cp_myscue .cts01-icons ul:nth-of-type(1) {
  justify-content: space-between;
  padding: 0 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  main#cp_myscue .cts01-icons ul:nth-of-type(1) {
    padding: 0;
  }
}
main#cp_myscue .cts01-icons ul:nth-of-type(2) {
  justify-content: space-around;
}
@media screen and (max-width: 750px) {
  main#cp_myscue .cts01 {
    padding: 80px 3%;
    height: 800px;
  }
  main#cp_myscue .cts01-icons {
    position: relative;
  }
  main#cp_myscue .cts01-icons h3 {
    position: absolute;
    text-align: center;
    top: 42%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30%;
  }
  main#cp_myscue .cts01-icons ul li img {
    width: 150px;
  }
  main#cp_myscue .cts01-icons ul:first-of-type {
    justify-content: space-between;
    margin-top: 5%;
    padding-top: 0;
  }
  main#cp_myscue .cts01-icons ul:nth-of-type(2) {
    justify-content: space-around;
    padding: 0;
    margin-bottom: 3%;
  }
  main#cp_myscue .cts01-icons ul:nth-of-type(3) {
    justify-content: space-around;
  }
}
main#cp_myscue .cts02 {
  background: url(../img/bg_cts02.png) no-repeat center top;
  background-size: cover;
  padding: 80px 3% 30px;
}
main#cp_myscue .contents .banner_section div {
  width: 100%;
}
main#cp_myscue .banner_section {
  background-color: #fff;
}
main#cp_myscue .cts04 {
  background-color: #FFDD00;
  padding-bottom: 50px;
  padding-top: 20px;
}
main#cp_myscue .cts04 h4 {
  width: 70%;
}
main#cp_myscue .cts04 div {
  margin-bottom: 30px;
}
main#cp_myscue .cts04 p {
  font-size: 20px;
  font-weight: bold;
}
main#cp_myscue .cts04 p.DL_text {
  font-size: 2em;
  margin: 4rem auto 2rem;
}
@media screen and (max-width: 750px) {
  main#cp_myscue .cts04 p {
    padding: 0 5%;
  }
}
main#cp_myscue .cts04 p span {
  background-color: #fff;
}
main#cp_myscue .js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 1s, visibility 1s, transform 1s;
}
main#cp_myscue .js-fade-only {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s, transform 1s;
}
main#cp_myscue .scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

/* 202408追記 */
#header {
  position: relative;
}

#header span {
  position: absolute;
  z-index: 9;
  display: block;
  margin: inherit;
}
#header span:first-of-type {
  top: 38%;
  left: 5%;
  width: 4%;
}
@media screen and (max-width: 750px) {
  #header span:first-of-type {
    top: 20%;
  }
}
#header span:nth-of-type(2) {
  top: 35%;
  left: 10%;
  width: 2%;
}
@media screen and (max-width: 750px) {
  #header span:nth-of-type(2) {
    top: 22%;
  }
}
#header span:nth-of-type(3) {
  top: 25%;
  left: 38%;
  width: 2%;
}
@media screen and (max-width: 750px) {
  #header span:nth-of-type(3) {
    top: 30%;
  }
}
#header span:nth-of-type(4) {
  top: 23%;
  left: 40%;
  width: 4%;
}
@media screen and (max-width: 750px) {
  #header span:nth-of-type(4) {
    top: 28%;
  }
}

.bnr-btn {
  padding: 5%;
  background-color: #FFDD00;
}
.bnr-btn.bgwh {
  background-color: #fff;
}
.bnr-btn a {
  display: block;
}
.bnr-btn img {
  width: 100%;
}

.kirakira1,
.kirakira2,
.kirakira3,
.kirakira4 {
  display: inline-block;
  opacity: 0;
  /* 初期状態で非表示 */
  animation: fadeIn 0.5s 0.5s forwards, zoomInOut 2s 2s infinite;
  /* フェードインとズームを設定 */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    /* 最初は透明 */
  }
  100% {
    opacity: 1;
    /* 1秒後に表示 */
  }
}
@keyframes zoomInOut {
  0% {
    transform: scale(1);
    /* 初期状態 */
  }
  50% {
    transform: scale(1.4);
    /* ズームイン (20%拡大) */
  }
  100% {
    transform: scale(1);
    /* ズームアウトして元のサイズに戻る */
  }
}
#KV-main h2 {
  display: inline-block;
  opacity: 0;
  /* 初期状態で非表示 */
  /* animation: fadeInZoom 3s infinite; */
  /* フェードインとズームを設定 */
}

@keyframes fadeInZoom {
  0% {
    opacity: 1;
    transform: scale(1.01);
  }
  10% {
    opacity: 1;
    transform: scale(1);
    /* ズームイン (2%拡大) */
  }
  90% {
    opacity: 1;
    transform: scale(1);
    /* 元のサイズに戻る */
  }
  100% {
    opacity: 1;
    transform: scale(1.01);
    /* フェードアウトと元のサイズ */
  }
}
.cp-bnr {
  background-color: #fff;
}

.toroku-btn {
  display: block;
  text-align: center;
}/*# sourceMappingURL=style_add2405.css.map */