/* ---------------------------------------------------------
    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;
}

.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.png) no-repeat center/cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.background .pc_illust_tl {
  width: 210px;
  position: absolute;
  top: 40px;
  left: 50px;
  z-index: -1;
}

.background .pc_illust_bl {
  width: 160px;
  position: absolute;
  bottom: -50px;
  left: 210px;
  z-index: -1;
}

.background .pc_illust_tr {
  width: 270px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-175%);
          transform: translateY(-175%);
  z-index: -1;
}

.background .pc_illust_br {
  width: 245px;
  position: absolute;
  bottom: 0;
  right: 160px;
  z-index: -1;
}

@media (max-width: 1199px) {
  .background .pc_illust_bl {
    left: 30px;
  }
  .background .pc_illust_br {
    right: 80px;
  }
}

@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 2;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-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%;
  -webkit-transform: translateX(-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);
  }
}

/* ---------------------------------------------------------
    mainvisual
--------------------------------------------------------- */
.sect_main-visual {
  padding-bottom: 50px;
  position: relative;
  background: url(../images/mainVisual_backGround.png) no-repeat center/cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
          clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
}

.sect_main-visual .inner .sect_ttl {
  width: calc(100% - 40px);
  padding-top: 20px;
  margin: auto;
}

.sect_main-visual .inner .main-visual_content {
  width: calc(100% - 40px);
  margin: 15px auto 0;
}

/* ---------------------------------------------------------
    thanks
--------------------------------------------------------- */
.area_thanks {
  width: calc(100% - 80px);
  padding: 40px 15px 40px;
  margin: auto;
  border-radius: 7px;
  background: #fff;
}

.area_thanks .inner {
  padding: 0;
}

.area_thanks .inner .sentence {
  font-family: "line-rg";
  font-size: 14px;
  line-height: 2;
  text-align: justify;
}

.area_thanks .inner .wrapper {
  padding: 20px 15px;
  border: 1px solid #707070;
  margin-top: 35px;
}

.area_thanks .inner .wrapper .sentence {
  font-size: 12px;
}

/* ---------------------------------------------------------
    copy
--------------------------------------------------------- */
.copy {
  padding: 25px 0;
  text-align: center;
  background: #FFD526;
}

.copy .copy_txt {
  font-size: 12px;
  color: #fff;
}

.side {
  display: none;
}
/*# sourceMappingURL=thanks.css.map */