@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  /* 背景画像が読み込まれる前に表示される背景のカラー */
  background-color: rgb(92 161 154 / 94%);
  background-blend-mode: overlay;
  color: #24314a;
  background-image: url("../img/main_bg.jpg");
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
}

.bg1,
.bg2 {
  display: none;
}

@media screen and (min-width: 1019px) {
  .bg1,
  .bg2 {
    display: block;
    position: fixed;
    z-index: -10;
  }

  .bg1 {
    left: auto;
    right: calc(15% - 290px / 2);
    bottom: calc(45% - 0px / 2);
    width: 300px;
    z-index: -9;
  }

  .bg2 {
    left: -85%;
  }
}

@media screen and (min-width: 1300px) {
  .bg1 {
    width: 400px;
    left: auto;
    right: calc(15% - 290px / 2);
    bottom: calc(15% - 0px / 2);
    z-index: -9;
  }

  .bg2 {
    left: -800px;
  }
}

#wrap {
  background-image: url("../img/lp/bg_LP.webp");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
  margin: 0 auto;
  max-width: 414px;
  min-width: 300px;
  font-size: 15px;
  overflow: hidden;
  box-shadow: 0 0 20px 0px rgba(0, 136, 196, 0.4);
}

#wrap img {
  box-sizing: border-box;
}

h1 {
  width: 100%;
}

h1 img {
  width: 100% !important;
}

.top_title {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.top_title img {
  display: inline-block;
  padding: 9px 40px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 3px 6px 0px #4b4b4b53;
  position: relative;
}

.top_title p {
  display: flex;
}

.top_title p::after,
.top_title p::before {
  position: relative;
  right: 10px;
  top: 7px;
  display: block;
  content: "";
  background-color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0px #4b4b4b53;
}

.top_title p::after {
  left: 10px;
}

.top_title .maru {
  background-color: #fff;
  margin-top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  box-shadow: 0 3px 6px 0px #4b4b4b53;
}

h2 {
  margin: 20px auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  border: solid 1px #fff;
  border-radius: 90px;
  padding: 10px;
  font-size: 18px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  line-height: 1.4rem;
}

h2 img {
  max-width: 40px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.6));
}

h2 span {
  width: 82%;
}

[class*="midashi"] {
  position: relative;
}

.midashi1 h2,
.midashi3 h2 {
  background-color: #00cbdd64;
  background-image: url(../img/lp/title01.png);
  background-repeat: no-repeat;
  background-position: left center;
  box-shadow: inset 0 0 20px 0px #0089c47e;
  width: 98%;
}

@media screen and (min-width: 413px) {
  .midashi1 h2,
  .midashi3 h2 {
    width: 90%;
  }
}

.midashi2 h2 {
  background-color: #ff92e5b0;
  background-image: url(../img/lp/title02.png);
  background-repeat: no-repeat;
  background-position: right center;
  box-shadow: inset 0 0 20px 0px #c1007daf;
  margin: 70px 5px 105px auto;
  width: 60%;
}

.midashi2 h2 span {
  width: 71%;
  margin-left: 10px;
}

[class*="midashi"] .capture {
  position: absolute;
}

.midashi1 .capture {
  top: -38px;
  right: -10%;
  width: 250px;
}

.midashi2 .capture {
  top: -65px;
}

.midashi2 .capture.en {
  top: -15px;
}

.midashi3 .capture {
  width: 180px;
  right: 0px;
  top: -40px;
}

[class*="midashi"] .catch {
  font-family: "Kaisei Opti", serif;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 100%;
  max-width: 200px;
  padding: 10px;
  background-color: #fff;
  border-radius: 50px;
  box-shadow: 0 3px 6px 0px #4b4b4b53;
  position: relative;
}

.midashi1 .catch,
.midashi3 .catch {
  color: #1fb6f7;
  left: 10%;
}

.midashi1 .catch::after,
.midashi3 .catch::after {
  content: "";
  position: absolute;
  top: 50%;
  /* 縦軸をセンタリングする */
  right: -12px;
  transform: translateY(-50%);
  /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-left: 8px solid #ffffff;
}

.midashi2 .catch {
  color: #db005d;
  right: -53%;
  top: -100px;
}

.midashi2 .catch.en {
  right: -46%;
  top: -100px;
}

.midashi2 .catch::before {
  content: "";
  position: absolute;
  top: 50%;
  /* 縦軸をセンタリングする */
  left: -12px;
  transform: translateY(-50%);
  /* 縦軸をセンタリングする */
  border: 5px solid transparent;
  border-right: 8px solid #ffffff;
  /* 好みで色を変えてください */
}

h3,
h4 {
  font-family: sans-serif;
  width: 100%;
}

h3 {
  text-align: center;
  font-size: 19px;
  color: #1fb6f7;
  margin-bottom: 4px;
}

h4 {
  margin-top: 10px;
}

.t_group h4 {
  color: #376fc7;
  text-align: center;
  margin-top: 0px;
}

.box img {
  width: 100%;
}

.about {
  margin: 0 auto;
  margin-top: 20px;
  text-align: left;
  font-family:
    "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO",
    "HGMaruGothicMPRO";
  padding: 20px 10px;
  background-color: #ffffffc8;
  font-size: 13px;
  box-shadow: 0 3px 3px 0px rgba(13, 44, 129, 0.2);
}

.group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: #1fb6f7 dotted 1px;
}

.t_group {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

[class*="theme"] {
  font-size: 12px;
  border: 1px solid;
  text-align: center;
  display: inline-block;
  height: 65px;
  width: 40px;
  line-height: 0.7rem;
  padding-top: 22px;
  margin: 0 2px;
}

.theme1 {
  background-color: #b5f9ff;
  border-color: #3543b1;
}

.theme2 {
  background-color: #fffdd1;
  border-color: #e6b100;
}

.theme3 {
  background-color: #d1f3ff;
  border-color: #1fb6f7;
}

.group .txt {
  width: 60%;
}

.txt span {
  display: block;
  color: #e60000;
}

.float {
  background: linear-gradient(180deg, #ffdf52ec, #ea6d00e2);
  border: solid 2px #ffffff;
  border-radius: 2px;
  font-weight: bold;
  font-size: 17px;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  /* right: 5px; */
  left: calc(50% - 300px / 2);
  bottom: 5px;
  width: 300px;
  color: #fff;
  animation: floating-y 2s ease-in-out infinite alternate-reverse;
  transition: 0.3s;
}

.float img {
  margin-right: 10px;
}

.float:hover {
  filter: brightness(1.1);
  transition: 0.3s;
}

@keyframes floating-y {
  0% {
    transform: translateY(-8px);
  }

  100% {
    transform: translateY(8px);
  }
}

@media screen and (min-width: 1300px) {
  .float {
    width: 400px;
    font-size: 20px;
    padding: 10px 0px;
    left: auto;
    right: calc(18% - 400px / 2);
    bottom: calc(58% / 2);
  }
}

.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%;
}

.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";
  padding: 20px;
  background-color: #ffffff75;
  border-radius: 0px;
  font-size: 13px;
  box-shadow: 0 3px 6px 0px rgba(13, 44, 129, 0.5);
  margin-top: 40px;
}

.ap_dl span {
  display: block;
  font-size: 11px;
}

.ap_dl img {
  margin: 10px auto;
  display: block;
}

.ap_dl .copyarea span {
  color: #333;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  background-color: transparent;
}

.ap_dl .copyarea strong {
  text-align: center;
}

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

footer {
  height: 100px;
}

#copyright {
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 10px 0;
  background-color: rgb(56 106 202 / 49%);
}

@media screen and (min-width: 1300px) {
  .ap_dl {
    position: fixed;
    width: 400px;
    left: auto;
    right: calc(15% - 290px / 2);
    bottom: calc(40% - 50px / 2);
    border-radius: 15px;
  }
  .ap_dl .dl-ios img {
    width: 145px;
  }
  #copyright {
    position: fixed;
    width: 400px;
    left: auto;
    right: calc(15% - 300px / 2);
    bottom: calc(22% / 2);
  }
}
