@charset "UTF-8";
/* ==================================================
	sp
================================================== */
@media screen and (max-width: 599px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #thanks {
    width: 100%;
    margin: 20vw 0;
  }
  .thanks_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .thanks_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .thanks_heading {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
  }
  .thanks_txt {
    line-height: 1.6em;
    text-align: left;
    margin-top: 5vw;
  }
  .thanks_txt:first-of-type {
    text-align: left;
    margin-top: 10vw;
  }
  .thanks_link {
    text-align: center;
    margin-top: 10vw;
  }
  .thanks_link span {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 1%;
  }
  .thanks_link span a {
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 1.0vw;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .thanks_link span a:hover {
    opacity: 0.3;
  }
}
/* ==================================================
	tb
================================================== */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 1.2rem;
    text-align: center;
    padding: 5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #thanks {
    width: 100%;
    margin: 20vw 0;
  }
  .thanks_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .thanks_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .thanks_heading {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
  }
  .thanks_txt {
    line-height: 1.6em;
    text-align: left;
    margin-top: 5vw;
  }
  .thanks_txt:first-of-type {
    text-align: left;
    margin-top: 10vw;
  }
  .thanks_link {
    text-align: center;
    margin-top: 10vw;
  }
  .thanks_link span {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 1%;
  }
  .thanks_link span a {
    font-size: 1.2rem;
    font-weight: 700;
    display: block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 1.0vw;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .thanks_link span a:hover {
    opacity: 0.3;
  }
}
/* ==================================================
	pc
================================================== */
@media screen and (min-width: 1025px) {
  #fv {
    width: 100%;
  }
  .fv_wrapper {
    position: relative;
  }
  .fv_ttl {
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.7);
  }
  .fv_ttl h2 {
    font-weight: 700;
    font-size: 2.0rem;
    text-align: center;
    padding: 2.5vw 0;
  }
  .fv {
    width: 100%;
    margin: 0;
    position: relative;
  }
  .fv img {
    width: 100%;
    height: auto;
  }
  #thanks {
    width: 100%;
    margin: 10vw 0;
  }
  .thanks_wrapper {
    width: 80%;
    background: #EAB2BF;
    border-radius: 40px;
    margin: 0 auto;
  }
  .thanks_inner {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .thanks_heading {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
  }
  .thanks_txt {
    text-align: center;
    margin-top: 2.5vw;
  }
  .thanks_txt:first-of-type {
    text-align: center;
    margin-top: 5vw;
  }
  .thanks_link {
    text-align: center;
    margin-top: 5vw;
  }
  .thanks_link span {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 1%;
  }
  .thanks_link span a {
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 0.5vw;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .thanks_link span a:hover {
    opacity: 0.3;
  }
}