@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;
  }
  #ttl {
    width: 100%;
    margin-top: 20vw;
  }
  .ttl_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 20px;
    margin: 5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
    padding: 5vw 0;
  }
  .ttl_txt {
    line-height: 1.6em;
    padding-bottom: 5vw;
  }
  #privacypolicy {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .privacypolicy_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .privacypolicy_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .privacypolicy_heading {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 10vw;
    padding-left: 2em;
    text-indent: -2em;
  }
  .privacypolicy_heading:first-of-type {
    margin-top: 0vw;
  }
  .privacypolicy_txt {
    line-height: 1.6em;
    margin-top: 5vw;
  }
  .privacypolicy_list {
    margin-top: 5vw;
    margin-left: 2.8%;
  }
  .privacypolicy_list li {
    line-height: 1.6em;
    margin-top: 1vw;
  }
  .privacypolicy_list li span {
    display: inline-block;
    vertical-align: bottom;
  }
  .privacypolicy_list li span a {
    display: block;
    -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;
  }
  .privacypolicy_list li 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;
  }
  #ttl {
    width: 100%;
    margin-top: 20vw;
  }
  .ttl_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 20px;
    margin: 5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.0rem;
    font-weight: 700;
    text-align: center;
    padding: 5vw 0;
  }
  .ttl_txt {
    line-height: 1.6em;
    padding-bottom: 5vw;
  }
  #privacypolicy {
    width: 100%;
    margin: 10vw 0 20vw;
  }
  .privacypolicy_wrapper {
    width: 90%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 0 auto;
  }
  .privacypolicy_inner {
    width: 90%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .privacypolicy_heading {
    font-size: 1.0rem;
    font-weight: 700;
    line-height: 1.6em;
    margin-top: 10vw;
    padding-left: 2em;
    text-indent: -2em;
  }
  .privacypolicy_heading:first-of-type {
    margin-top: 0vw;
  }
  .privacypolicy_txt {
    line-height: 1.6em;
    margin-top: 5vw;
  }
  .privacypolicy_list {
    margin-top: 5vw;
    margin-left: 2.8%;
  }
  .privacypolicy_list li {
    line-height: 1.6em;
    margin-top: 1vw;
  }
  .privacypolicy_list li span {
    display: inline-block;
    vertical-align: bottom;
  }
  .privacypolicy_list li span a {
    display: block;
    -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;
  }
  .privacypolicy_list li 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;
  }
  #ttl {
    width: 100%;
    margin-top: 10vw;
  }
  .ttl_wrapper {
    width: 80%;
    background: #EAB2BF;
    border-radius: 30px;
    margin: 2.5vw auto;
  }
  .ttl_inner {
    width: 90%;
    margin: 0 auto;
  }
  .ttl_wrapper h2 {
    font-size: 1.6rem;
    font-weight: 700;
    text-align: center;
    padding: 2.5vw 0;
  }
  .ttl_txt {
    line-height: 1.6em;
    padding-bottom: 2.5vw;
  }
  #privacypolicy {
    width: 100%;
    margin: 5vw 0 10vw;
  }
  .privacypolicy_wrapper {
    width: 80%;
    background: #EAB2BF;
    border-radius: 40px;
    margin: 0 auto;
  }
  .privacypolicy_inner {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0;
  }
  .privacypolicy_heading {
    font-size: 1.4rem;
    font-weight: 700;
    margin-top: 5vw;
  }
  .privacypolicy_heading:first-of-type {
    margin-top: 0vw;
  }
  .privacypolicy_txt {
    line-height: 1.6em;
    margin-top: 2.5vw;
  }
  .privacypolicy_list {
    margin-top: 2.5vw;
    margin-left: 2.8%;
  }
  .privacypolicy_list li {
    line-height: 1.6em;
    margin-top: 0.5vw;
  }
  .privacypolicy_list li span {
    display: inline-block;
    vertical-align: bottom;
  }
  .privacypolicy_list li span a {
    display: block;
    -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;
  }
  .privacypolicy_list li span a:hover {
    opacity: 0.3;
  }
}