@charset "utf-8";
/* CSS Document */
.mv_inner {
  position: relative;
}
.mv_img {
  display: block;
  background-image: url("/assets/img/privacypolicy/mv.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 413px;
}
.mv_title {
  position: absolute;
  text-align: center;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  width: 100%;
}
.mv_title_en {
  color: #a360a0;
  /*text-shadow: 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;*/
  font-weight: 700;
  line-height: 1;
  font-size: 62px;
  display: block;
  position: relative;
	z-index: 1;
}
.mv_title_en:before {
  content: attr(data-mv-title)"";
  color: #fff;
  font-weight: 700;
  line-height: 1;
  font-size: 62px;
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-text-stroke: 5px #fff;
}
.mv_title_ja {
  color: #fff;
  background: #a360a0;
  font-weight: 600;
  line-height: 1;
  font-size: 26px;
  border-radius: 6px;
  padding: .25em 1em;
  display: inline-block;
  min-width: 7em;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: calc(50vw/7.5);
  }
  .mv_img {
    height: 37.7vh;
		background-image: url("/assets/img/privacypolicy/mv_sp.jpg");
  }
  .mv_title {
    position: inherit;
    transform: none;
    margin-top: calc(44vw/7.5);
  }
  .mv_title_en {
    font-size: calc(63vw/7.5);
  }
  .mv_title_en:before {
    content: none;
  }
  .mv_title_ja {
    font-size: calc(30vw/7.5);
    border-radius: calc(6vw/7.5);
    margin-top: calc(16vw/7.5);
  }
}
.section.privacy_policy {
  margin-bottom: 120px;
}
.section_inner {
  max-width: 985px;
  margin: 0 auto;
  padding: 0 15px;
}
.privacy_policy_heading {
  font-size: 24px;
  font-weight: 700;
  color: #a1609e;
  background: #f5f5e6;
  padding: .25em 20px;
  margin: 40px 0 20px;
}
.privacy_policy_heading:first-child {
  margin-top: 0;
}
.privacy_policy_inner {
  padding: 0 20px;
}
:where(.privacy_policy_inner) p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.77;
}
@media screen and (max-width: 768px) {
  .section.privacy_policy {
    margin-bottom: calc(120vw/7.5);
  }
  .section_inner {
    padding: 0 calc(40vw/7.5);
  }
  .privacy_policy_heading {
    font-size: calc(42vw/7.5);
    padding: .2em calc(18vw/7.5);
    margin: calc(60vw/7.5) 0 calc(25vw/7.5);
  }
  .privacy_policy_inner {
    padding: 0 ;
  }
  :where(.privacy_policy_inner) p {
    font-size: calc(27vw/7.5);
    line-height: 1.81;
  }
}