@charset "UTF-8";
/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_r";
  src: url("../fonts/NotoSerifJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "notoserif_s";
  src: url("../fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "notoserif_b";
  src: url("../fonts/NotoSerifJP-Bold.woff") format("woff");
}
/* Beautiful-ES */
@font-face {
  font-family: "beautiful-es";
  src: url("../fonts/Beautiful-ES.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
body {
  font-size: 4vw;
  font-size: clamp(17px, 4vw, 18px);
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif !important;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  color: #4b4a4a;
  font-weight: 500;
  background-color: #f0f0f1;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
a {
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.8;
  transition: all 0.5s ease;
}

.js_fade_section {
  opacity: 0;
}

.sec_active {
  animation: fade-in-up 1s ease-out both;
}
.sec_active .fade-in-up {
  animation: fade-in-up 1s ease-out both;
}

@keyframes fade-in-up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.d1 {
  animation-delay: 1s !important;
}

.d12 {
  animation-delay: 1.2s !important;
}

.d14 {
  animation-delay: 1.4s !important;
}

.d16 {
  animation-delay: 1.6s !important;
}

.d18 {
  animation-delay: 1.8s !important;
}

.d2 {
  animation-delay: 2s !important;
}

.d22 {
  animation-delay: 2.2s !important;
}

.d24 {
  animation-delay: 2.4s !important;
}

.d26 {
  animation-delay: 2.6s !important;
}

.d28 {
  animation-delay: 2.8s !important;
}

.d3 {
  animation-delay: 3s !important;
}

.privacy_link a {
  display: block;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  color: #979797;
  background: #d8d4d5;
  padding-bottom: 7px;
}

main.lp,
footer {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

main.lp {
  /* PC用のスタイル */
  /* スマートフォン用のスタイル */
}
main.lp .yellow {
  background: linear-gradient(transparent 60%, #fef69b 60%);
}
main.lp .accordion-content {
  display: none;
  padding: 0 0 2rem;
}
main.lp .text_wrap p {
  margin: 5px 0;
}
main.lp section:not(:first-child) {
  margin-top: -1px;
}
main.lp .form_bg {
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}
main.lp .form_bg .form_wrap {
  margin: 0 auto;
}
main.lp .form_bg .form_wrap input.email {
  border-radius: 0;
  background-color: #fff;
  width: 59%;
  margin: 0 auto 2.7rem;
  display: block;
  height: clamp(20px, 7vw, 56px);
  box-sizing: border-box;
  padding: 1rem 1.5rem 1rem;
  box-shadow: 0px 0px 2px 0px rgba(30, 29, 29, 0.9882352941) inset;
  font-size: 18px;
  text-align: center;
}
main.lp .form_bg .form_wrap input.email:focus {
  outline: solid 1px #21c15e;
}
main.lp .form_bg .form_wrap input.email::placeholder {
  color: #737272;
}
main.lp .form_bg .form_wrap .form_button {
  width: 55%;
  margin: 0 auto 2.9rem;
  transition: all 0.3s ease;
}
main.lp .form_bg .form_wrap .form_button:hover {
  transform: translateY(-5px);
  opacity: 0.7;
  transition: all 0.3s ease;
}
main.lp .form_bg .form_wrap .form_button img {
  border-radius: 10px;
}
main.lp .form_bg .form_wrap .coution {
  line-height: 1.8;
  width: 73%;
  margin: 0 auto;
  font-size: 14px;
}

@media (max-width: 768px) {
  main.lp .form_bg .form_wrap input.email {
    width: 100%;
    margin-bottom: 1.5rem;
    font-size: 18px;
    height: 54px;
    letter-spacing: -0.6px;
  }
}
@media (max-width: 768px) {
  main.lp .form_bg .form_wrap {
    width: 96%;
    padding: 14px 3.7%;
  }
}
@media (max-width: 768px) {
  main.lp .form_bg .form_wrap .form_button {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  main.lp .form_bg .form_wrap .form_button img {
    border-radius: 8px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main.lp .form_bg .form_wrap .coution {
    width: 100%;
    line-height: inherit;
    font-size: 11.5px;
  }
}
.reflection {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.reflection:after {
  content: "";
  height: 100%;
  width: 30px;
  position: absolute;
  top: -180px;
  left: 0;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.thanks .scroll_btn {
  width: 400px;
}

@media screen and (max-width: 768px) {
  .thanks .scroll_btn {
    width: 88%;
  }
}
.scroll_btn {
  position: fixed;
  bottom: 4%;
  right: 5%;
  width: 400px;
  margin: 0 auto;
}
.scroll_btn button {
  font-size: 18px;
  font-weight: normal;
  margin: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86%;
  margin: 0 auto;
  z-index: 100;
  border: none;
  border-radius: 50px;
  background-color: #0dc352;
  color: #fff;
  box-shadow: 2px 2px 2px #01973a;
  padding: 2.4rem 2rem 2rem;
  cursor: pointer;
}
.scroll_btn button::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 27px;
  margin-left: 1rem;
  background-image: url("../images/sec_002_arrow.webp");
}

@media screen and (max-width: 768px) {
  .scroll_btn {
    bottom: 5%;
    right: 0;
    left: 0;
    width: 80%;
  }
}
.button_link {
  width: 52%;
}

@media (max-width: 768px) {
  .button_link {
    width: 90%;
  }
}
.relative {
  position: relative;
}
.relative .form_bg {
  bottom: 0%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.akahane_design_text {
  line-height: 2.3;
}
.akahane_design_text p {
  margin-bottom: 2rem;
}
.akahane_design_text strong {
  font-size: 120%;
  color: #fb3982;
  background: linear-gradient(transparent 60%, #fef69b 60%);
}

@media (max-width: 768px) {
  .akahane_design_text {
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .akahane_design_text strong {
    font-size: 100%;
  }
}
@media (max-width: 768px) {
  .akahane_design_text {
    font-size: 15px;
  }
}
footer {
  font-family: "Yu Gothic", "游ゴシック体", sans-serif;
  padding: 1rem 0 1.5rem;
  margin: 0 auto;
  color: #9d9d9d;
  background-color: #ffffff;
  text-align: center;
}
footer p {
  margin: 0;
}
footer p.privacy {
  display: flex;
  gap: 1rem;
  justify-content: center;
  line-height: 1;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  footer p.privacy {
    font-size: 10px;
  }
}
footer p.privacy a {
  color: #7f7f7f;
  text-decoration: none;
  font-size: 14px;
  display: contents;
}
footer p.copy {
  font-size: 12px;
  color: #bdbcbc;
  font-weight: 400;
  font-style: normal;
}

@media (max-width: 768px) {
  footer {
    padding: 0.5rem 0;
  }
}
@media (max-width: 768px) {
  footer p.privacy a {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  footer p.copy {
    font-size: 10px;
  }
}
#page-top {
  display: none;
}

/* 背景追従 */
/*======================================
common
/*======================================*/
.bgFixd-js {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -10;
  max-width: 1300px;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media (max-width: 768px) {
  .bgFixd-js {
    background-size: 100% 100%;
  }
}

/*======================================
  scroll fadein
  /*======================================*/
.fixbg_fadein {
  opacity: 1;
  transition: all 1s ease;
}

.fixbg_fadeout {
  opacity: 0;
  transition: all 1s ease;
}

/*# sourceMappingURL=common.css.map */
