/* basic styles */
body {
  margin: 0 auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 480px;
  width: 100%;
}

header {
  width: 100%;
  background-color: #03132f;
}

main {
  width: 100%;
  background-color: #03132f;
}

button {
  margin: auto;
  padding: 0;
  border: none;
  background-color: transparent;
}

.w100 {
  width: 100%;
  vertical-align: bottom;
}

/* section styles */
section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.section-3 {
  margin-top: 0px;
}

.option {
  display: none;
}

/* text styles */
.text-box {
  width: 95%;
}

.text-01 {
  margin-top: 27px;
  width: 85%;
}

.text-02 {
  margin-top: 31px;
  margin-bottom: 28px;
  width: 90%;
}

.text-03 {
  margin-top: 42px;
  margin-bottom: 32px;
  width: 90%;
}

#cta {
  cursor: pointer;
}

/* cta-button styles */
.cta-1 {
  margin: 0px;
}

.cta-2 {
  margin: auto;
}

.cta-3 {
  margin-top: 0px;
}

.cta-button-red-area {
  margin-top: 16px;
  margin-bottom: 4px;
  width: 97vw;
}
.cta-button-red {
  width: 100%;
  margin: 8px 0px;
}

.cta-button-green-area-cta-1 {
  position: relative;
  margin-bottom: 0px;
}

.cta-button-green-area-cta-2 {
  position: relative;
  margin-bottom: -6px;
}

.cta-button-green-area-cta-3 {
  position: relative;
  margin-bottom: 0px;
}

.cta-button-green-position-cta-1 {
  position: absolute;
  width: 85%;
  left: 48.9%;
  top: 70%;
  transform: translate(-49%, -27.5%);
}

.cta-button-green-position-cta-2 {
  position: absolute;
  width: 85%;
  left: 48.9%;
  top: 68%;
  transform: translate(-49%, -27.5%);
}

.cta-button-green-position-cta-3 {
  position: absolute;
  width: 85%;
  left: 48.9%;
  top: 39%;
  transform: translate(-49%, -27.5%);
}

.cta-button-green {
  width: 100%;
}

/* section1 review card styles */
.review-card-area {
  width: 100%;
}

.review-card {
  width: 100%;
  vertical-align: bottom;
}

/* section5 banner style */
.banner {
  margin-top: 11px;
}

a {
  font-size: 12px;
  text-decoration: none;
  color: white;
  font-family: none;
}

/* animation */
.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    transform: scale(1);
  }
  50%,
  70% {
    transform: scale(0.95);
  }
}

/* ーーーーーーーーーフッター部分ーーーーーー */

.footerpngbox {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.footerpng {
  width: 30%;
  display: flex;
  justify-content: center;
}
.footerbox {
  width: 100%;
  background-color: #6b7280;
  display: flex;
  text-align: center;
  align-content: center;
  align-items: center;
  margin-top: 0px;
  padding-bottom: 20px;
}
.footertext {
  color: #b8bcc2;
  font-weight: midium;
  font-size: 12px;
  width: 100%;
}

/*フッター追加*/
.footer1 {
  background-color: #6b7280;
  max-width: 480px;
}

.foterlink {
  margin-top: 20px;
  padding-top: 0px;
  padding-left: 0px;
  list-style: none;
  text-align: center;
  color: #b8bcc2;
}

.fottera {
  color: white;
  text-decoration: none;
}

.foterlink li {
  font-size: 14px;
  padding: 5px;
}

/* 横スクロールモーダル */
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.modal a {
  max-width: 450px;
  margin: 0 10px;
}

.modal a img {
  width: 100%;
  border-radius: 12px;
}

.mock-area {
  background-color: #03132f;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  min-height: 148vw;
}

.item,
.buffer {
  display: inline-block;
  height: 100%;
}

.item {
  width: 58vw;
  margin: 5%;
}

.buffer {
  width: 14vw;
}

/* 追従ボタン */
.follow-button {
  max-width: 450px;
  position: fixed;
  bottom: 0;
  z-index: 100;
  animation: poyopoyo 2s ease-out infinite;
}

.follow-button p,
.follow-button img {
  width: 100%;
  padding: auto;
}

.follow-button p {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}

.delete {
  display: none;
}

/* スライドインエリア */
.slide-in-area-1,
.slide-in-area-2 {
  width: 100%;
  padding-bottom: 5vh;
}

.slide-in-area-1 {
  background-image: url(slide-in-area-bg.png);
  background-size: 390px 100%;
}

.slide-in-area-2 {
  background-color: #04122e;
}

.slide-in-item.active {
  visibility: visible;
}

.slide-in-area-1 img,
.slide-in-area-2 img,
.slide-in-item.active img {
  width: 100%;
}

.item-1,
.item-2,
.item-3 {
  position: relative;
  width: 90%;
  margin: 0 auto -4vh auto;
  z-index: 53;
}

.item-2 {
  z-index: 52;
  margin-right: 1.2rem;
  width: 93%;
}

.item-3 {
  margin-top: 3%;
  z-index: 51;
  width: 95%;
}

/* Q&Aエリア */
.QandA-part {
  width: 100%;
  background-color: #04122e;
}

.QandA-part .icon-text {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 0.1rem 0;
}

.QandA-part details {
  width: 90%;
  margin: 0 auto;
  padding: 0.5rem 0 1rem 0;
}

.QandA-part details img {
  width: 2rem;
}

.QandA-part details summary {
  cursor: pointer;
  display: list-item;
  list-style: none;
}

/* WebKitベースのブラウザ向け */
.QandA-part details summary::-webkit-details-marker {
  display: none;
}

/* Firefox向け */
.QandA-part details summary::-moz-list-bullet {
  display: none;
}

.QandA-part span {
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.QandA-part .question {
  color: #ffd340;
}

.QandA-part .answer {
  color: #ffffff;
}

.main05-02 {
  position: relative;
  width: 100%;
}

@media (max-width: 479px) {
  .main05-02 {
    height: 212vw;
  }
}

@media (min-width: 480px) {
  .main05-02 {
    height: 1017px;
  }
}

.overlay-image,
.overlay-text {
  position: absolute;
}

.overlay-image {
  width: 100%;
  top: 0;
  left: 0;
}

.overlay-text {
  width: 88%;
  top: 12%;
  left: 6%;
}

.fade-in-item {
  opacity: 0;
}

.fade-in-item.active {
  animation: fadeIn 0.8s forwards;
  -webkit-animation: fadeIn 0.8s forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(20px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

.spacing-1 {
  width: 100%;
  height: 32px;
  background-color: #03132f;
}

.spacing-2 {
  width: 100%;
  height: 16px;
  background-color: #03132f;
}
