body {
  font-size: 1.047em;
}

p.p-ja {
  font-size: 1.23em !important;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  p.p-ja {
    /* iPad縦向き用のスタイル */
    font-size: 1.08em !important;
  }
}
@media (max-width: 767px) {
  p.p-ja {
    font-size: 1.047em !important;
  }
}

p.p-en {
  font-size: 1.33em !important;
  line-height: 1.44;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  p.p-en {
    /* iPad縦向き用のスタイル */
    font-size: 1.17em !important;
  }
}
@media (max-width: 767px) {
  p.p-en {
    font-size: 1.15em !important;
  }
}

a {
  color: blue;
}

.tra-menu .wsmainfull.scroll,
.white-menu .wsmainfull.scroll,
.dark-menu.dark-scroll .wsmainfull.scroll {
  opacity: 0;
  display: none;
  border: 0px;
}
.selection {
  font-size: 1.8rem;
  color: #0195ff;
}
.wsmainwp {
  background-color: rgb(0, 0, 0);
  color: white;
}

#top_section {
  background-image: url(../images/top_section-min.png);
  padding-top: 16px;
  padding-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #top_section {
    padding-top: 74px;
    padding-bottom: 0;
    margin-bottom: 5px;
  }
}

.top-section-img img {
  position: relative;
  max-width: none;
  display: inline-block;
  max-width: 145%;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .top-section-img img {
    max-width: 185%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .top-section-img img {
    max-width: 155%;
    margin-bottom: 10px;
  }
}

.section-message {
  margin-top: 70px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 130px;
  font-size: 18px;
}

.section-subtitle {
  font-size: 1.1rem;
  margin-bottom: 18px !important;
}

.top_message {
  line-height: 1.4;
}

img.header-company-logo {
  max-height: 50px;
}

img.company-logo {
  max-width: 59%;
  max-height: 84px;
}
@media (max-width: 767px) {
  img.company-logo {
    max-width: 59%;
    max-height: 75px;
  }
}

.container {
  max-width: 92% !important;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .container {
    /* iPad縦向き用のスタイル */
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 100% !important;
  }
}

.register-wrapper {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
  -moz-box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
  box-shadow: 0px 15px 20px 0px rgba(5, 5, 5, 0.05);
  position: relative;
  border: 1px solid #efefef;
  margin-bottom: -100px;
}

.container-wrapper {
  padding: 36px 36px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
@media (max-width: 991.95px) {
  .container-wrapper {
    padding: 0;
  }
}

.btn.custom-youtube {
  margin-top: 3px !important;
  background-color: #ff0000; /* YouTubeカラー */
  color: #fff; /* 文字色を白に */
  font-weight: 600;
  font-size: 1rem;
  padding: 0.5rem 1rem; /* px-3 py-2 相当 */
  border-radius: 50rem; /* rounded-pill */
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* shadow-sm */
  text-decoration: none; /* 下線を消す */
  transition: background-color 0.2s ease;
}

.btn.custom-youtube:hover {
  background-color: #cc0000; /* hover時に濃い赤 */
  color: #fff;
}

.btn.custom-youtube i {
  font-size: 1.3rem;
}

.h2-title-ja {
  margin-top: 5px;
  color: black;
  font-size: 2.8rem !important;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .h2-title-ja {
    font-size: 2.1rem !important;
  }
}
@media (max-width: 720px) {
  .h2-title-ja {
    font-size: 2.2rem !important;
  }
}

.h2-title-en {
  margin-top: 5px;
  color: black;
  font-size: 2.9rem !important;
  font-family: "Times New Roman", Times, serif;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .h2-title-en {
    font-size: 2.3rem !important;
  }
}
@media (max-width: 720px) {
  .h2-title-en {
    font-size: 2.2rem !important;
  }
}

.h5-title-en {
  font-family: "Times New Roman", Times, serif;
  font-size: 1.5rem !important;
}

.video-card {
  padding-left: 25px !important;
}

.btn-playstore {
  font-size: 14px;
}

.app-stats {
  padding-left: 24px !important;
}

.btn-app-icon {
  padding: 7px 40px;
  background-color: #333333;
  color: #ffffff;
  display: inline-block;
  border-radius: 100px;
  margin-right: 10px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
}

.btn-app-icon:focus,
.btn-app-icon:hover {
  color: #ffffff;
  background-color: #6858db;
  -webkit-box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.4);
}

.btn-app-icon .btn-app-content {
  position: relative;
  padding-left: 50px;
  display: block;
}

.btn-app-icon .btn-app-content .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  width: 30px;
}

.btn-app-icon .btn-app-content small {
  display: block;
  font-size: 12px;
}

.btn-app-icon .btn-app-content strong {
  display: block;
  font-size: 18px;
}

.btn-app-icon.red-hover:hover {
  background-color: #fb788d;
}

.bottom-message-ja {
  padding: 10px 20px 10px 26px !important;
  margin-bottom: 0px;
  font-size: 1.2rem !important;
}
@media (max-width: 767px) {
  .bottom-message-ja {
    font-size: 1.15rem !important;
  }
}

.bottom-message-en {
  padding: 10px 20px 10px 26px !important;
  margin-bottom: 0px;
  font-size: 1.32rem !important;
}

.reject-email {
  color: rgb(198, 196, 196);
  font-size: 14px;
}

img.footer-company-logo {
  max-width: 59%;
  max-height: 59px;
}
