/* ---------------------------------------------------------
    font
--------------------------------------------------------- */
@font-face {
  font-family: "line-rg";
  src: url("../font/LINESeedJP_A_OTF_Rg.woff") format("woff");
}
@font-face {
  font-family: "line-bd";
  src: url("../font/LINESeedJP_A_OTF_Bd.woff") format("woff");
}
@font-face {
  font-family: "line-eb";
  src: url("../font/LINESeedJP_A_OTF_Eb.woff") format("woff");
}
@font-face {
  font-family: "line-th";
  src: url("../font/LINESeedJP_A_OTF_Th.woff") format("woff");
}
/* ---------------------------------------------------------
    variable
--------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  background: transparent;
  font-family: "line-bd";
  color: #191818;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.inner {
  padding: 0 20px;
}

.image {
  width: 100%;
  vertical-align: top;
}

.background {
  background: #FFD526;
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: -3;
}
.background::before {
  content: "";
  background: url(../images/backGround_efe.webp) no-repeat center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.background .pc_illust_tl {
  width: 20vw;
  position: absolute;
  top: 3vw;
  left: 3vw;
  z-index: -1;
  max-width: 350px;
}
.background .pc_illust_bl {
  width: 20vw;
  position: absolute;
  bottom: 5vw;
  left: 10vw;
  z-index: -1;
  max-width: 200px;
}
.background .pc_illust_tr {
  width: 25vw;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-175%);
  z-index: -1;
  max-width: 320px;
}
.background .pc_illust_br {
  width: 25vw;
  position: absolute;
  bottom: 0;
  right: 5vw;
  z-index: -1;
  max-width: 350px;
}

@media (max-width: 1199px) {
  .background .pc_illust_bl {
    left: 30px;
  }
  .background .pc_illust_br {
    right: 3vw;
  }
}
@media (max-width: 1099px) {
  .background .pc_illust_tl {
    display: none;
  }
  .background .pc_illust_bl {
    display: none;
  }
  .background .pc_illust_tr {
    display: none;
  }
  .background .pc_illust_br {
    display: none;
  }
}
.scroll_area {
  max-width: 430px;
  margin: auto;
  background: #fff;
}

@media (max-width: 767px) {
  .scroll_area {
    max-width: none;
  }
}
/* ---------------------------------------------------------
    side
--------------------------------------------------------- */
.side {
  background: #fff;
  padding: 0 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  z-index: 2;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 14px 0 0 14px;
}
.side .side_text {
  width: 300px;
}
.side .side_text .image {
  width: 100%;
}
.side .side_btn {
  width: 150px;
  position: relative;
  margin: 20px 0 10px;
}
.side .side_btn .link {
  position: absolute;
  inset: 0;
}
.side .side_btn .image {
  width: 100%;
}
.side .sentence {
  width: calc(100% - 40px);
  font-size: 10px;
  padding-bottom: 10px;
  margin: 0 auto 20px;
  text-align: center;
  border-bottom: 1px dotted #707070;
}
.side .side_text_2 {
  width: 95px;
  margin-bottom: 10px;
}
.side .side_text_2 .image {
  width: 100%;
}
.side .bunner {
  width: 190px;
  margin-bottom: 10px;
  position: relative;
}
.side .bunner .link {
  position: absolute;
  inset: 0;
}
.side .bunner .image {
  width: 100%;
}
.side .sentence_min {
  font-size: 10px;
}

@media (max-width: 1099px) {
  .side {
    display: none;
  }
}
/* ---------------------------------------------------------
    sp_bunner
--------------------------------------------------------- */
.sp_bunner {
  display: none;
  width: 380px;
  position: fixed;
  z-index: 10;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.sp_bunner .link {
  position: absolute;
  inset: 0;
}

@media (max-width: 1099px) {
  .sp_bunner {
    display: block;
  }
}
@media (max-width: 429px) {
  .sp_bunner {
    width: calc(100% - 60px);
  }
}/*# sourceMappingURL=common.css.map */