/* リセット */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

html {
  font-size: 62.5%;
}
/* @media screen and (max-width: 750px) {
  html {
    font-size: calc(10 / 375 * 100vw);
  }
}
@media screen and (min-width: 751px) {
  html {
    font-size: calc(10 / 375 * 750px);
  }
} */

@media screen and (max-width: 375px) {
  html {
    font-size: calc(10 / 375 * 100vw);
  }
}

.lp-container {
  /* max-width: 750px; */
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 11.2rem;
}

.sec-4 {
  position: relative;
}

.sec-4-reserve {
  display: inline-block;
  width: 25.3rem;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
}
.sec-10{
  position: relative;
}

.sec-10 iframe{
  width: 29.5rem;
  height: 25rem;
  position: absolute;
  top: 29rem;
  left: 50%;
  transform: translateX(-50%);
}

.footer-fixed {
  width: 100%;
  height: 11.2rem;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
  z-index: 100000;
}

.footer-fixed.is-open{
  position: fixed;
}

.footer-fixed-inner{
  position: relative;
  height: inherit;
  /* max-width: 750px; */
  max-width: 375px;
  margin-left: auto;
  margin-right: auto;
}

.footer-fixed-reserve{
  display: inline-block;
  width: 25.3rem;
  position: absolute;
  left: 50%;
  bottom: 2rem;
  transform: translateX(-50%);
}

.poR{
  position: relative;
}

.text01{
  font-family: vdl-penletter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: calc(30/24);
  color: #10275A;
  text-align: center;
  position: absolute;
  top: 17.2%;
  width: 100%;
  left: 0;
}

.text02{
  font-family: 'Noto Serif JP', serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: calc(24/16);
  position: absolute;
  top: 59.6%;
  width: 100%;
  left: 0;
  text-align: center;
  color: #10275A;
}

.text02_med{
  line-height: calc(24/22);
  font-size: 22px;
}

.text03{
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: calc(26/18);
  color: #10275A;
  text-align: center;
  position: absolute;
  bottom: 17.5%;
  width: 100%;
  left: 0;
}

.txt_pink{
  color: #E8409A;
}

@media (max-width: 374px){
  .text01{
    font-size: 6.4vw;
  }
  
  .text02{
    font-size: 4.26666666666667vw;
  }

  .text02_med{
    font-size: 5.86666666666667vw;
  }

  .text03{
    font-size: 4.8vw;
  }
}