/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.p_thanks_main_heading .sub, .p_thanks_main_contentarea .title {
  font-size: clamp(1.375rem, 2.0356234097vw + 0.8979007634rem, 1.875rem);
}
@media screen and (min-width: 768px) {
  .p_thanks_main_heading .sub, .p_thanks_main_contentarea .title {
    font-size: clamp(1.875rem, 0.7211538462vw + 1.5288461538rem, 2.25rem);
  }
}

.p_thanks_main_heading .title_en {
  font-size: clamp(3.75rem, 10.1781170483vw + 1.3645038168rem, 6.25rem);
}
@media screen and (min-width: 768px) {
  .p_thanks_main_heading .title_en {
    font-size: clamp(8.125rem, 3.6057692308vw + 6.3942307692rem, 10rem);
  }
}

.p_thanks {
  padding-top: 200px;
}
.p_thanks_bgmv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #f1f1f1;
  z-index: -1;
}
.p_thanks_bgmv_inner {
  height: 100%;
}
.p_thanks_bgmv_item {
  width: 100%;
  height: 100%;
}
.p_thanks_bgmv_item .imgarea {
  width: 100%;
  height: 100%;
  position: relative;
}
.p_thanks_bgmv_item .imgarea::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.53);
  z-index: 2;
}
.p_thanks_bgmv_item .imgarea::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  mix-blend-mode: color;
  z-index: 1;
}
.p_thanks_bgmv_item .mainbg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_thanks_main_heading {
  text-align: center;
}
.p_thanks_main_heading .title_en {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #242424;
  display: inline-block;
  position: relative;
}
.p_thanks_main_heading .title_en::before {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #242424;
  position: absolute;
  top: 50%;
  left: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p_thanks_main_heading .title_en::before {
    top: calc(50% + 8px);
    left: calc(100% + 64px);
  }
}
.p_thanks_main_heading .title_en::after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #242424;
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p_thanks_main_heading .title_en::after {
    top: calc(50% + 8px);
    right: calc(100% + 64px);
  }
}
.p_thanks_main_heading .sub {
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.2em;
  margin-top: 6px;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .p_thanks_main_heading .sub {
    margin-top: 12px;
  }
}
.p_thanks_main_contentarea {
  color: #FFFFFF;
}
.p_thanks_main_contentarea .title {
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p_thanks_main_contentarea .title {
    line-height: 1.4444444444;
    margin-top: 55px;
  }
}
.p_thanks_main_contentarea .desc {
  line-height: 1.875;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p_thanks_main_contentarea .desc {
    text-align: center;
    line-height: 2;
  }
}
.p_thanks_main_contentarea .c_btn02 {
  margin-top: 40px;
  margin-inline: auto;
}