@charset "UTF-8";
.wrap.ofy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh !important;
  min-height: 100vh;
  max-height: 100vh !important;
  position: relative; }

.wrap_back {
  display: block;
  width: 100%;
  height: 100vh !important;
  min-height: 100vh;
  max-height: 100vh !important;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed; }

.bg_top {
  display: block;
  width: 100%;
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  background: #00658c;
  background: linear-gradient(60deg, #00658c 0%, #29b1cf 40%, #29b1cf 60%, #006699 100%); }

/* 親要素いっぱいに広がる背景レイヤー（親に position:relative が必要） */
.bnto-bgbub {
  --c1: hsl(180 80% 75%);
  /* 泡の色 */
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none; }

/* 1粒＝JSが生成する i 要素。下から上へ、途中で横にゆらぐ */
.bnto-bgbub i {
  position: absolute;
  bottom: -10px;
  border-radius: 50%;
  border: 2px solid var(--c1);
  animation: bnto-bubrise linear forwards; }

@keyframes bnto-bubrise {
  50% {
    transform: translate(var(--sway), calc(var(--rise) * .5)); }
  100% {
    transform: translate(0, var(--rise));
    opacity: 0; } }
.sp_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 980px;
  height: 100%;
  min-height: 100vh;
  margin: 0 auto;
  padding: 0 0 20px 0;
  background: rgba(183, 240, 241, 0.78);
  font-family: "M PLUS 1", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  position: relative; }

.spitem_foot2 {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0 0 2vw 0;
  background: transparent;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative; }
  .spitem_foot2 .footer_copyright {
    display: block;
    text-align: center;
    width: 100%;
    margin: 10px 0 30px 0;
    padding: 0;
    color: #000;
    font-size: 11px; }
    .spitem_foot2 .footer_copyright img {
      width: 60%;
      max-width: 300px; }
  .spitem_foot2 .policy {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 96%;
    height: auto;
    margin: 20px auto 0 auto;
    font-size: 11px;
    line-height: 1.0; }
    .spitem_foot2 .policy li {
      margin: 5px 10px;
      white-space: nowrap；; }
    .spitem_foot2 .policy a {
      color: #000;
      text-decoration: none; }
    .spitem_foot2 .policy a:hover {
      color: #026700;
      text-decoration: underline;
      text-decoration-color: #026700;
      text-decoration-style: dotted;
      text-underline-offset: 0.5ex; }

.center_flex {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px 0;
  position: relative; }

.pass_wrap {
  display: block;
  width: 80%;
  max-width: 720px;
  margin: 0 auto 5% auto;
  padding: 20px 20px 40px 20px;
  background: #fff;
  border-radius: 20px;
  position: relative; }
  .pass_wrap .formBox {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center !important;
    font-size: 1.6rem;
    text-align: center;
    margin: 0 auto; }
    .pass_wrap .formBox .passTxt {
      display: block;
      width: calc(70% - 10px);
      max-width: 420px;
      margin-right: 10px;
      padding: 16px;
      background: #fffea2;
      border: 2px solid #a4a4a4;
      border-radius: 12px;
      text-align: center;
      font-size: 1.8rem;
      letter-spacing: 1rem; }

.button-13 {
  width: 80px;
  height: 80px;
  border: none;
  border-bottom: solid 2px #c0c0c0;
  border-radius: 50%;
  box-shadow: inset 15px 30px 40px rgba(255, 255, 255, 0.5), 0 3px 7px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(#1579c0 0%, #0569b0 100%);
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem; }

.button-49 {
  display: block;
  text-align: center;
  width: auto;
  min-width: 120px;
  margin: 0;
  padding: 0.1rem 12px;
  border: 2px solid #fff;
  border-radius: 26px;
  box-shadow: 0 0 0 3px #2589d0;
  background-color: #2589d0;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 0; }

a.link_wave,
a.link_wave:visited {
  color: #004377;
  font-weight: 600;
  text-decoration-style: wavy;
  text-underline-offset: 4px;
  text-decoration-color: #008bbe;
  overflow-wrap: break-word;
  word-break: break-all; }

a.link_wave:hover {
  color: #d00062;
  font-weight: 600;
  text-decoration-style: wavy;
  text-underline-offset: 4px;
  text-decoration-color: #ff64ad;
  overflow-wrap: break-word;
  word-break: break-all; }

.lead_txt {
  display: block;
  width: 86%;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.8;
  margin: 0 auto;
  padding: 0 0 2% 0;
  font-size: 1.5rem;
  color: #007e56;
  text-shadow: 0 0 6px #fff,0 0 10px #fff,0 0 14px #fff;
  position: relative; }

@media screen and (max-width: 542px) {
  .lead_txt {
    font-size: 1.36rem; } }
.center_Box {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0;
  position: relative; }
  .center_Box .titleLine {
    display: block;
    width: 96%;
    max-width: 720px;
    margin: 0 auto -5% auto;
    padding: 0;
    position: relative;
    z-index: 5; }
  .center_Box .icons_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgba(255, 148, 166, 0.7);
    width: 96%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    border-radius: 20px;
    position: relative; }
    .center_Box .icons_box div {
      display: block;
      width: calc(48% - 10px);
      max-width: 200px;
      margin: 0 5px 10px 5px;
      padding: 1%; }
      .center_Box .icons_box div img {
        width: 100%;
        height: auto; }
    .center_Box .icons_box div.lge {
      display: block;
      width: 100%;
      max-width: 800px;
      margin: 0 5px 10px 5px;
      padding: 1%; }
  .center_Box .wall_box {
    display: block;
    align-items: center;
    background: rgba(26, 106, 197, 0.7);
    width: 96%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    border-radius: 20px;
    position: relative; }
    .center_Box .wall_box .lge {
      display: block;
      width: 100%;
      max-width: 800px;
      margin: 0 5px 10px 5px;
      padding: 1%; }
    .center_Box .wall_box .wallimg {
      display: flex;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: space-between; }
      .center_Box .wall_box .wallimg .wallList {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: space-between;
        width: calc(48% - 16px);
        max-width: 360px;
        margin: 0 8px;
        height: auto; }
  .center_Box .photo_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: rgba(255, 144, 0, 0.95);
    width: 96%;
    max-width: 880px;
    height: auto;
    margin: 0 auto;
    padding-top: 20px;
    border-radius: 20px;
    position: relative; }
    .center_Box .photo_box .lge {
      display: block;
      width: 100%;
      max-width: 800px;
      margin: 0 5px 10px 5px;
      padding: 1%; }
    .center_Box .photo_box .photoimg {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: space-between; }
      .center_Box .photo_box .photoimg .photoList {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: space-between;
        width: calc(48% - 10px);
        max-width: 230px;
        margin: 0 8px;
        height: auto; }

.btn-icon-download {
  background: #e24bcb;
  color: white;
  border: none;
  padding: 10px 16px;
  margin: 0 auto 40px auto;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease; }
  .btn-icon-download .icon {
    font-size: 20px;
    transition: transform 0.3s ease;
    display: inline-block; }
  .btn-icon-download:hover {
    background: #e24bcb;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.6); }
    .btn-icon-download:hover .icon {
      transform: translateY(3px); }

.dl_tab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  max-width: 720px;
  margin: 0 auto 30px auto;
  padding: 0 0 1.4% 0;
  position: relative; }
  .dl_tab li {
    width: calc(33% - 6px);
    margin: 0 3px; }
