@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}

* {
  margin: 0;
  padding: 0;
}

html {
  text-size-adjust: 100%;
  tab-size: 4;
  word-break: normal;
}
html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus, a:active {
  outline: none;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

hr {
  height: 0;
  color: inherit;
  overflow: visible;
}

main,
details {
  display: block;
}

summary {
  display: list-item;
}

[hidden] {
  display: none;
}

img,
iframe {
  border: none;
}

picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  text-indent: 0;
  width: 100%;
}

ul[class],
ol[class] {
  list-style: none;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}

textarea {
  resize: vertical;
  overflow: auto;
}

input {
  border-radius: 0;
}

select {
  appearance: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

[disabled],
[aria-disabled=true] {
  cursor: default;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

input[type=file]::file-selector-button {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
}

@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: rgb(10, 27, 83);
  color: rgb(255, 255, 255);
  background-image: url("../img/lpbg.webp");
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

#wrap {
  background-image: url("../img/bg_stamp.webp");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
  margin: 0 auto;
  max-width: 450px;
  min-width: 300px;
  text-align: center;
  font-size: 15px;
}
#wrap img {
  box-sizing: border-box;
}

h1 {
  width: 100%;
}
h1 img {
  width: 100% !important;
}

h2 {
  margin: 0 auto;
  backdrop-filter: blur(5px);
  border: solid 1px #fff;
  border-radius: 50px;
  padding: 10px;
  max-width: 90%;
  font-size: 21px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  font-weight: bold;
}
h2 img {
  max-width: 60px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.6));
}
h2 span {
  width: 79%;
}

.box img {
  width: 100%;
}

.txt {
  margin: 0 auto;
  text-align: left;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  max-width: 90%;
  padding: 20px;
  border-radius: 15px;
  background-color: #24314A;
  border: solid 1px #00CDDE;
  font-size: 13px;
  box-shadow: 0 3px 6px 0px rgba(13, 44, 129, 0.537254902), inset 0 0 10px 6px rgba(0, 0, 0, 0.1803921569);
}
.txt span {
  display: block;
  font-size: 11px;
}

.float {
  background: linear-gradient(90deg, rgba(255, 124, 245, 0.8), rgba(28, 50, 170, 0.8));
  border: solid 1px #fff;
  border-radius: 50px;
  font-weight: bold;
  font-size: 17px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 10px;
  right: 5px;
  bottom: 5px;
  width: 220px;
}

.btn {
  background: linear-gradient(90deg, rgba(255, 124, 245, 0.8), rgba(28, 50, 170, 0.8));
  border: solid 1px #fff;
  border-radius: 50px;
  font-weight: bold;
  font-size: 17px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 20px;
  width: 75%;
}

.footerdeco {
  width: 100%;
}
.footerdeco img {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  backdrop-filter: blur(5px);
  margin: 20px auto;
  width: 100%;
}
.footerdeco span {
  display: block;
  background: linear-gradient(90deg, rgba(124, 255, 230, 0.8), rgba(28, 50, 170, 0.8));
  width: 96%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #fff;
  font-weight: bold;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
.footerdeco span img {
  width: 100%;
  border: 1px solid #fff;
  margin: 0;
}

.ap_dl {
  margin: 0 auto;
  text-align: left;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  max-width: 90%;
  padding: 20px;
  border-radius: 15px;
  background-color: #24314A;
  border: solid 1px #00CDDE;
  font-size: 13px;
  box-shadow: 0 3px 6px 0px rgba(13, 44, 129, 0.537254902), inset 0 0 10px 6px rgba(0, 0, 0, 0.1803921569);
  margin-top: 40px;
  max-width: 95%;
}
.ap_dl span {
  display: block;
  font-size: 11px;
}
.ap_dl img {
  margin: 10px auto;
  display: block;
}
.ap_dl .copyarea span {
  background-color: rgba(255, 255, 255, 0.3098039216);
  color: rgb(255, 255, 255);
}
.ap_dl .copyarea strong {
  color: rgb(255, 255, 255);
}

.ap_dl .dl-ios img {
  width: 135px;
}

.ap_dl .dl-and img {
  width: 100%;
}

#copyright {
  width: 100%;
  margin: 10px 0;
  background-color: rgba(36, 49, 74, 0.4862745098);
}

footer {
  height: 100px;
}