@charset "UTF-8";
.page--top .section-hero {
  background: linear-gradient(120deg, #FA0026, #00B4ED);
  color: #fff;
  position: relative;
}

.page--top .section-hero .logo-area {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  display: none;
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero .logo-area {
    display: none;
  }
}

.page--top .section-hero .logo-area .logo-area__img {
  width: 250px;
  text-align: center;
  width: 25%;
}

.page--top .section-hero .logo-area .logo-area__img.emo {
  padding-top: 25px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .logo-area .logo-area__img.emo {
    padding-top: 15px;
  }
}

.page--top .section-hero .logo-area .cross {
  width: 84px;
  height: 74px;
  position: relative;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .logo-area .cross {
    width: 45px;
    height: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.page--top .section-hero .logo-area .cross::before, .page--top .section-hero .logo-area .cross::after {
  content: "";
  display: block;
  width: 113px;
  height: 1px;
  background: #231814;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .logo-area .cross::before, .page--top .section-hero .logo-area .cross::after {
    width: 40px;
  }
}

.page--top .section-hero .logo-area .cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(40deg);
          transform: translate(-50%, -50%) rotate(40deg);
}

.page--top .section-hero .logo-area .cross::after {
  -webkit-transform: translate(-50%, -50%) rotate(-40deg);
          transform: translate(-50%, -50%) rotate(-40deg);
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero .content__inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    height: 768px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .content__inner {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    padding-top: 6vh;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero__left {
    width: 50%;
  }
}

.page--top .section-hero__left .img {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero__left .img {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero__left .img img {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero__right {
    width: 50%;
    align-self: flex-end;
  }
}

.page--top .section-hero__right .img {
  text-align: right;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero__right .img {
    margin-right: -80px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero__right .img {
    width: 95%;
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}

.page--top .section-hero .display {
  position: absolute;
  top: 5%;
  right: 24%;
  width: 47%;
  padding-top: 104%;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .display {
    right: 26%;
    width: 60%;
    padding-top: 124%;
  }
}

.page--top .section-hero .display__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  padding-top: 30%;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .display__inner {
    padding-top: 14%;
  }
}

.page--top .section-hero .display__inner .title {
  color: #000;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .display__inner .title {
    margin-bottom: 20px;
  }
}

.page--top .section-hero .display__inner .title::before {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #7D04F6;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.page--top .section-hero .display__inner .title span {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .display__inner .title span {
    font-size: 1.2rem;
  }
}

.page--top .section-hero .display__inner .logo {
  margin-bottom: 20%;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .display__inner .logo {
    margin-bottom: 10%;
  }
}

.page--top .section-hero .display__inner .logo img {
  width: 85%;
}

.page--top .section-hero .display__inner .btn {
  text-align: center;
}

.page--top .section-hero .display__inner .btn:not(:last-of-type) {
  margin-bottom: 10%;
}

.page--top .section-hero .display__inner .btn a {
  font-size: 1.6rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 50px;
  background: #ccc;
  color: #fff;
  border-radius: 5px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .display__inner .btn a {
    font-size: 3.7vw;
  }
}

.page--top .section-hero .display__inner .btn a::before {
  height: 6px;
}

.page--top .section-hero .display__inner .btn.contact a {
  background: linear-gradient(45deg, #DD00FA, #00BFFB);
}

.page--top .section-hero .display__inner .btn.line a {
  background: #41C006;
}

.page--top .section-hero .display__inner .powered {
  font-size: 1.8rem;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%) scale(0.8);
          transform: translate(-50%, 0%) scale(0.8);
  color: #231814;
  padding-bottom: 20px;
}

.page--top .section-hero .display__inner .powered span {
  font-size: 1.2rem;
}

.page--top .section-hero .page__title {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding-top: 1.5em;
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero .page__title {
    margin-bottom: 20px;
    position: relative;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .page__title {
    font-size: 9vw;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-hero .page__title .wipe:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .info-area {
    margin-bottom: 40px;
  }
}

.page--top .section-hero .info-area .caption {
  background: #fff;
  color: #231814;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .info-area .caption {
    font-size: 1.4rem;
  }
}

.page--top .section-hero .info-area ul {
  text-align: center;
  margin: -5px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .info-area ul {
    font-size: 2.7vw;
  }
}

.page--top .section-hero .info-area ul li {
  margin: 5px;
  padding: 10px;
  border: 1px solid #fff;
  width: calc((100% / 3 ) - 10px);
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .info-area ul li {
    padding: 5px;
  }
}

.page--top .section-hero .attention {
  text-align: center;
  color: #FFFF54;
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .attention {
    font-size: 4vw;
    margin-bottom: 20px;
  }
}

.page--top .section-hero .attention::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 35px;
  background-image: url(../../img/movie/icon_attention.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  vertical-align: -7px;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .attention::before {
    width: 6vw;
    height: 6vw;
    vertical-align: -1.2vw;
  }
}

.page--top .section-hero .scroll {
  width: 35px;
  height: 60px;
  border-radius: 50vw;
  border: 1px solid #fff;
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .scroll {
    width: 18px;
    height: 30px;
    bottom: 35px;
    display: none;
  }
}

.page--top .section-hero .scroll span.dot {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50vw;
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  -webkit-animation: 2000ms scroll infinite;
          animation: 2000ms scroll infinite;
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .scroll span.dot {
    width: 4px;
    height: 4px;
  }
}

.page--top .section-hero .scroll span.txt {
  font-family: "Oswald", sans-serif;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

@media only screen and (max-width: 767px) {
  .page--top .section-hero .scroll span.txt {
    font-size: 1.2rem;
  }
}

@-webkit-keyframes scroll {
  0% {
    top: 15%;
    opacity: 0;
  }
  20% {
    top: 15%;
    opacity: 1;
  }
  40% {
    top: 55%;
    opacity: 0;
  }
  70% {
    top: 15%;
    opacity: 0;
  }
  100% {
    top: 15%;
    opacity: 0;
  }
}

@keyframes scroll {
  0% {
    top: 15%;
    opacity: 0;
  }
  20% {
    top: 15%;
    opacity: 1;
  }
  40% {
    top: 55%;
    opacity: 0;
  }
  70% {
    top: 15%;
    opacity: 0;
  }
  100% {
    top: 15%;
    opacity: 0;
  }
}

.page--top .section-topics {
  padding: 80px 0;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .page--top .section-topics {
    padding: 40px 0;
  }
}

.page--top .section-topics .headline__title {
  margin-top: -0.2em;
}

.page--top .section-topics .headline__title h2 {
  font-size: 4.8rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .page--top .section-topics .headline__title h2 {
    font-size: 3.6rem;
    margin-bottom: 20px;
  }
}

.page--top .section-topics .headline__title h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: linear-gradient(45deg, #DD00FA, #00BFFB);
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-topics .headline__title h2::after {
    width: 50px;
    height: 3px;
    margin-top: 10px;
  }
}

.page--top .section-worries {
  padding: 80px 0;
  background: #E5F9FD;
}

@media only screen and (max-width: 767px) {
  .page--top .section-worries {
    padding: 60px 0;
  }
}

.page--top .section-worries .worries-list {
  margin-top: 150px;
  margin-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .page--top .section-worries .worries-list {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-worries .worries-list {
    margin-top: 20px;
  }
}

.page--top .section-worries .worries-list__item {
  background: #fff;
  border-radius: 20px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .page--top .section-worries .worries-list__item {
    width: calc((100% / 3 ) - 40px);
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 20px 50px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-worries .worries-list__item {
    width: 80%;
    padding: 60px 0 40px;
    min-width: 252px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-worries .worries-list__item:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-worries .worries-list__item:not(:last-of-type)[data-num]::after {
    display: none;
  }
}

.page--top .section-worries .worries-list__item[data-num]::before {
  content: attr(data-num);
  display: inline-block;
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  color: #00BFFB;
  line-height: 1;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-worries .worries-list__item[data-num]::before {
    position: absolute;
    top: 5%;
    left: 5%;
    font-size: 5rem;
  }
}

.page--top .section-worries .worries-list__item[data-num]::after {
  content: "";
  display: block;
  width: 180px;
  height: 65px;
  background-image: url(../../img/movie/arrow.webp);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}

@media only screen and (max-width: 767px) {
  .page--top .section-worries .worries-list__item[data-num]::after {
    bottom: -50px;
  }
}

.page--top .section-worries .worries-list__item .img {
  width: 155px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .page--top .section-worries .worries-list__item .img {
    position: absolute;
    top: 0;
    right: 40px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-worries .worries-list__item .img {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .page--top .section-worries .worries-list__item .img img {
    margin-right: 10%;
    width: auto;
    height: 150px;
  }
}

.page--top .section-worries .worries-list__item .title {
  text-align: center;
}

.page--top .section-worries .worries-list__item .title .color {
  color: #00BFFB;
  font-weight: bold;
  font-size: 2.2rem;
  display: block;
}

.page--top .section-worries .lead {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-worries .lead {
    font-size: 4.8vw;
    padding-top: 20px;
    margin-bottom: 40px;
  }
}

.page--top .section-worries .lead .large {
  font-size: 7rem;
  display: block;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .page--top .section-worries .lead .large {
    font-size: 8.5vw;
  }
}

.page--top .section-secret {
  padding-top: 120px;
  padding-bottom: 100px;
  background: rgba(50, 64, 191, 0.8);
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.page--top .section-secret .secret__title {
  color: #fff;
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__title {
    font-size: 7vw;
  }
}

.page--top .section-secret .secret__title span {
  color: #FFFF54;
  font-size: 5.6rem;
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__title span {
    font-size: 8.5vw;
  }
}

.page--top .section-secret .secret__ng {
  background: #fff;
  font-weight: bold;
  padding: 40px 40px 60px;
  border-radius: 20px;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__ng {
    padding: 20px 20px 60px;
    margin-bottom: 60px;
  }
}

.page--top .section-secret .secret__ng .title {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__ng .title {
    font-size: 5.6vw;
  }
}

.page--top .section-secret .secret__ng .title span {
  display: inline-block;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__ng .title span {
    padding-left: 20%;
    text-align: left;
  }
}

.page--top .section-secret .secret__ng .title span::before {
  content: "NG";
  font-family: "Oswald", sans-serif;
  font-size: 2.8rem;
  display: block;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background: #FF1C5A;
  color: #fff;
  position: absolute;
  top: 50%;
  left: -20px;
  border-radius: 50vw;
  -webkit-transform: translate(-100%, -50%) rotate(-8deg);
          transform: translate(-100%, -50%) rotate(-8deg);
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__ng .title span::before {
    text-align: center;
    left: 0;
    -webkit-transform: translate(0%, -50%) rotate(-8deg);
            transform: translate(0%, -50%) rotate(-8deg);
    font-size: 6vw;
    width: 14vw;
    height: 14vw;
    line-height: 14vw;
  }
}

.page--top .section-secret .secret__ng ul {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__ng ul {
    font-size: 4.4vw;
  }
}

.page--top .section-secret .secret__ng ul::before {
  content: "";
  display: block;
  width: 270px;
  height: 260px;
  background-image: url("../../img/movie/ng.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0.5;
}

.page--top .section-secret .secret__ng ul li {
  padding: 5px 0;
}

@media only screen and (min-width: 768px) {
  .page--top .section-secret .secret__approach ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__approach ul {
    margin-bottom: 40px;
  }
}

.page--top .section-secret .secret__approach ul li {
  background: #fff;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

@media only screen and (min-width: 768px) {
  .page--top .section-secret .secret__approach ul li {
    width: calc((100% / 4) - 20px);
    margin-left: 10px;
    margin-right: 10px;
    height: 150px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__approach ul li {
    height: 80px;
    font-size: 1.6rem;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
}

.page--top .section-secret .secret__approach ul li span {
  display: block;
}

.page--top .section-secret .secret__approach ul li:not(:last-of-type) {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__approach ul li:not(:last-of-type) {
    margin-bottom: 20px;
  }
}

.page--top .section-secret .secret__approach ul li:not(:last-of-type)::before {
  content: "";
  display: inline-block;
  width: 120px;
  height: 46px;
  background-image: url("../../img/movie/arrow.webp");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  position: absolute;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .page--top .section-secret .secret__approach ul li:not(:last-of-type)::before {
    top: 50%;
    right: -15px;
    -webkit-transform: translate(50%, -50%) rotate(-90deg);
            transform: translate(50%, -50%) rotate(-90deg);
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__approach ul li:not(:last-of-type)::before {
    width: 100px;
    height: 40px;
    bottom: -10%;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
}

.page--top .section-secret .secret__approach .block {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}

@media only screen and (min-width: 768px) {
  .page--top .section-secret .secret__approach .block {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__approach .block {
    padding: 20px 20px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__approach .block {
    margin-bottom: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-secret .secret__approach .block .img {
    width: calc(50% - 40px);
    margin-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__approach .block .img {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-secret .secret__approach .block .txt {
    width: 50%;
    font-size: 2rem;
  }
}

.page--top .section-secret .secret__goal .block {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .page--top .section-secret .secret__goal .block {
    background: #fff;
    border-radius: 10px;
    padding: 40px 240px 25px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__goal .block ul li {
    background: #fff;
    padding: 20px 20px 0;
    border-radius: 10px;
  }
}

.page--top .section-secret .secret__goal .block ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .page--top .section-secret .secret__goal .block ul li.positive .img {
    position: absolute;
    bottom: 0;
    left: 10px;
  }
}

.page--top .section-secret .secret__goal .block ul li.positive .txt {
  border-color: #FF1C5A;
  color: #FF1C5A;
  margin-bottom: 20px;
}

.page--top .section-secret .secret__goal .block ul li.positive .txt::before {
  left: 3px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-image: url("../../img/movie/hukidasi01.svg");
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__goal .block ul li.positive .txt::before {
    left: 10%;
    -webkit-transform: translate(0%, 104%) rotate(-90deg);
            transform: translate(0%, 104%) rotate(-90deg);
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-secret .secret__goal .block ul li.negative .img {
    position: absolute;
    bottom: 0;
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__goal .block ul li.negative .txt {
    margin-bottom: 20px;
  }
}

.page--top .section-secret .secret__goal .block ul li.negative .txt::before {
  right: 3px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-image: url("../../img/movie/hukidasi02.svg");
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__goal .block ul li.negative .txt::before {
    right: 10%;
    -webkit-transform: translate(0%, 104%) rotateZ(90deg) rotateX(180deg);
            transform: translate(0%, 104%) rotateZ(90deg) rotateX(180deg);
  }
}

.page--top .section-secret .secret__goal .block ul li .img {
  text-align: center;
}

.page--top .section-secret .secret__goal .block ul li .txt {
  border: 6px solid #787878;
  color: #787878;
  border-radius: 25px;
  padding: 20px;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__goal .block ul li .txt {
    font-size: 1.6rem;
  }
}

.page--top .section-secret .secret__goal .block ul li .txt::before {
  content: "";
  display: block;
  width: 41px;
  height: 32px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .page--top .section-secret .secret__goal .block ul li .txt::before {
    top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .secret__goal .block ul li .txt::before {
    bottom: 0;
  }
}

.page--top .section-secret .title__sub {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .title__sub {
    font-size: 5.8vw;
  }
}

.page--top .section-secret .title__sub span {
  font-size: 4.8rem;
  color: #FFFF54;
}

@media only screen and (max-width: 767px) {
  .page--top .section-secret .title__sub span {
    font-size: 8vw;
    display: block;
  }
}

.page--top .section-reason {
  padding: 80px 0;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .page--top .section-reason {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page--top .section-reason .headline__title {
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-reason .headline__title {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-reason .reason-list__item:nth-of-type(2n) {
    flex-flow: row-reverse;
  }
}

.page--top .section-reason .reason-list__item:not(:last-of-type) {
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .page--top .section-reason .reason-list__item:not(:last-of-type) {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-reason .reason-list__item .img {
    margin-bottom: 15px;
  }
}

.page--top .section-reason .reason-list__item .txt .line {
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .page--top .section-reason .reason-list__item .txt .line {
    margin-bottom: 10px;
  }
}

.page--top .section-reason .reason-list__item .txt .line::after {
  content: "";
  display: block;
  background: #00BFFB;
  width: 100px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -1em;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

@media only screen and (max-width: 767px) {
  .page--top .section-reason .reason-list__item .txt .line::after {
    width: 50px;
  }
}

.page--top .section-reason .reason-list__item .txt .title {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-reason .reason-list__item .txt .title {
    font-size: 5.6vw;
  }
}

.page--top .section-reason .reason-list__item .txt .title span {
  background: linear-gradient(45deg, #DD00FA, #00BFFB);
  color: #fff;
  display: block;
  padding: 0 5px;
}

.page--top .section-reason .reason-list__item .txt .title span:not(:last-of-type) {
  margin-bottom: 5px;
}

.page--top .section-reason .reason-list__item .txt .lead {
  font-size: 1.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--top .section-reason .reason-list__item .txt .lead {
    font-size: 1.4rem;
    font-weight: normal;
  }
}

.page--top .section-plan {
  background: rgba(229, 249, 253, 0.8);
  padding-top: 120px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-plan {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page--top .section-plan .headline {
  margin-bottom: 40px;
}

.page--top .section-plan .inner__section {
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-plan .inner__section {
    margin-bottom: 40px;
  }
}

.page--top .section-plan .inner__section .plan-small {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 0.5em;
}

@media only screen and (max-width: 767px) {
  .page--top .section-plan .inner__section .plan-small {
    font-size: 1.2rem;
  }
}

.page--top .section-plan .inner__head .sub__title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .page--top .section-plan .inner__head .sub__title {
    font-size: 5.6vw;
  }
}

.page--top .section-plan .inner__head .sub__title span {
  background: linear-gradient(45deg, #DD00FA, #00BFFB);
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}

.page--top .section-plan .inner__head .sub__title span:not(:last-of-type) {
  margin-bottom: 5px;
}

.page--top .section-plan .inner__head .lead {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  margin-top: -20px;
}

@media only screen and (min-width: 768px) {
  .page--top .section-plan .inner__head .lead {
    width: 512px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-plan .inner__head .lead {
    font-size: 1.4rem;
  }
}

.page--top .section-plan .inner__content .plan-list__item {
  background: #fff;
  border-radius: 10px;
}

.page--top .section-plan .inner__content .plan-list__item:not(:last-of-type) {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .page--top .section-plan .inner__content .plan-list__item dl {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
  }
}

.page--top .section-plan .inner__content .plan-list__item dl dt {
  text-align: center;
  background: linear-gradient(45deg, #DD00FA, #00BFFB);
  color: #fff;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  .page--top .section-plan .inner__content .plan-list__item dl dt {
    border-radius: 10px 0 0 10px;
    width: 360px;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-plan .inner__content .plan-list__item dl dt {
    border-radius: 10px 10px 0 0;
  }
}

.page--top .section-plan .inner__content .plan-list__item dl .title {
  font-size: 3.6rem;
  font-weight: bold;
  color: #FFFF54;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .page--top .section-plan .inner__content .plan-list__item dl .title {
    font-size: 2.8rem;
  }
}

.page--top .section-plan .inner__content .plan-list__item dl .txt {
  font-size: 2.4rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--top .section-plan .inner__content .plan-list__item dl .txt {
    font-size: 1.8rem;
  }
}

.page--top .section-plan .inner__content .plan-list__item dl .price {
  font-family: "Oswald", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  color: #FFFF54;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-plan .inner__content .plan-list__item dl .price {
    font-size: 3.6rem;
  }
}

.page--top .section-plan .inner__content .plan-list__item dl .price span {
  font-size: 2rem;
  padding-left: 10px;
}

.page--top .section-plan .inner__content .plan-list__item dl .price span::before {
  content: "";
  display: inline-block;
  height: 1.5em;
  width: 2px;
  background: #FFFF54;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  margin-right: 10px;
}

.page--top .section-plan .inner__content .plan-list__item dl .price span.no {
  padding: 0;
}

.page--top .section-plan .inner__content .plan-list__item dl .price span.no::before {
  display: none;
}

.page--top .section-plan .inner__content .plan-list__item dl .price__cancel {
  font-family: "Oswald", sans-serif;
  font-size: 3.6rem;
  line-height: 1;
  text-decoration: line-through;
  -webkit-text-decoration-color: #FF1C5A;
          text-decoration-color: #FF1C5A;
  color: #000;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-plan .inner__content .plan-list__item dl .price__cancel {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}

.page--top .section-plan .inner__content .plan-list__item dl .tax {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .page--top .section-plan .inner__content .plan-list__item dl .tax {
    font-size: 1.4rem;
  }
}

.page--top .section-plan .inner__content .plan-list__item dl .small {
  font-size: 1.4rem;
}

.page--top .section-plan .inner__content .plan-list__item dl .small::before {
  content: "※";
}

.page--top .section-plan .inner__content .plan-list__item dl .lead {
  padding: 0 40px;
  margin-top: 5px;
  text-align: left;
}

.page--top .section-plan .inner__content .plan-list__item dl dd {
  background: #fff;
}

@media only screen and (min-width: 768px) {
  .page--top .section-plan .inner__content .plan-list__item dl dd {
    width: calc(100% - 360px);
    padding: 25px 20px;
    border-radius: 0 10px 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-plan .inner__content .plan-list__item dl dd {
    border-radius: 0 0 10px 10px;
    padding: 20px;
  }
}

.page--top .section-plan .inner__content .plan-list__item dl dd ul {
  padding-left: 20px;
  list-style-type: disc;
}

.page--top .section-plan .inner__content .plan-list__item dl dd ul li:not(.toc-list__item):not(:last-of-type) {
  margin-bottom: 5px;
}

.page--top .section-plan .inner__content .plan-list__item dl dd ul li span {
  display: block;
  font-size: 1.4rem;
}

.page--top .section-plan .inner__content .plan-list__item dl dd ul.check {
  padding: 0;
  list-style-type: none;
}

.page--top .section-plan .inner__content .plan-list__item dl dd ul.check li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.page--top .section-plan .inner__content .plan-list__item dl dd ul.check li:not(:last-of-type) {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.page--top .section-plan .inner__content .plan-list__item dl dd ul.check li span {
  text-align: left;
  display: inline-block;
}

.page--top .section-plan .inner__content .plan-list__item dl dd ul.check li span:first-of-type {
  font-weight: bold;
}

.page--top .section-plan .inner__content .plan-list__item dl dd ul.check li span:last-of-type {
  color: #00BFFB;
  font-size: 1.2em;
}

.page--top .section-plan .inner__content .plan-list__item dl dd ul.check li span .inr {
  display: block;
  font-weight: normal;
  font-size: 0.9em;
  color: inherit;
}

.page--top .section-plan .inner__content .plan-list__item dl dd ul.check li span.txt {
  color: inherit;
}

.page--top .section-plan .inner__content .plan-list__item dl dd .red {
  color: #FF1C5A;
  font-weight: bold;
}

@media only screen and (min-width: 768px) {
  .page--top .section-plan .inner__content .plan-list__item dl.half dt {
    width: 50%;
  }
}

.page--top .section-plan .inner__content .plan-list__item dl.half dd {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page--top .section-plan .inner__content .plan-list__item dl.half dd {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-plan .inner__content .plan-list__item dl.half dd {
    padding: 20px;
  }
}

.page--top .section-plan .inner__content .plan-list__item dl.half dd .price {
  color: #00BFFB;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-plan .inner__content .plan-list__item dl.half dd .price {
    margin-top: 5px;
  }
}

.page--top .section-plan .inner__content .plan-list__item dl.half dd .price span::before {
  background: #00BFFB;
}

@media only screen and (min-width: 768px) {
  .page--top .section-plan .inner__content .plan-list.col {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    margin: -10px;
  }
}

@media only screen and (min-width: 768px) {
  .page--top .section-plan .inner__content .plan-list.col .plan-list__item {
    width: calc(( 100% / 3 ) - 20px);
    margin: 10px;
  }
}

.page--top .section-plan .inner__content .plan-list.col .plan-list__item dl {
  display: block;
}

.page--top .section-plan .inner__content .plan-list.col .plan-list__item dl dt {
  width: 100%;
  border-radius: 10px 10px 0 0;
}

.page--top .section-plan .inner__content .plan-list.col .plan-list__item dl dd {
  width: 100%;
  border-radius: 0 0 10px 10px;
}

.page--top .section-works {
  padding-top: 120px;
  padding-bottom: 100px;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.page--top .section-works .headline {
  margin-bottom: 40px;
}

.page--top .section-works .works-list__item a {
  display: block;
  padding-top: 100%;
  position: relative;
  background: #000;
  transition: .3s;
}

.page--top .section-works .works-list__item a:hover{
  opacity: .8;
}

.page--top .section-works .works-list__item a img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.page--top .section-flow {
  background: #e5f9fd;
  padding-top: 120px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-flow {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page--top .section-flow .headline {
  margin-bottom: 40px;
}

.page--top .section-flow .flow-list__item {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.page--top .section-flow .flow-list__item:not(:last-of-type) {
  margin-bottom: 30px;
}

.page--top .section-flow .flow-list__item:not(:last-of-type) .step::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 22.5px 0 22.5px;
  border-color: #FF1C5A transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow-list__item:not(:last-of-type) .step::before {
    border-width: 20px 25px 0 25px;
  }
}

.page--top .section-flow .flow-list__item .step {
  background: #FF1C5A;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  width: 100px;
  min-height: 150px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow-list__item .step {
    width: 50px;
    font-size: 1.8rem;
  }
}

.page--top .section-flow .flow-list__item .step::after {
  content: attr(data-num);
  display: block;
  font-size: 4.8rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow-list__item .step::after {
    font-size: 3.6rem;
  }
}

.page--top .section-flow .flow-list__contents {
  background: #fff;
  padding: 20px 40px;
  width: calc(100% - 100px);
}

@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow-list__contents {
    width: calc(100% - 50px);
    padding: 20px;
  }
}

.page--top .section-flow .flow-list__contents .title {
  color: #FF1C5A;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow-list__contents .title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

.page--top .section-flow .flow-list__contents p {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--top .section-flow .flow-list__contents p {
    font-weight: normal;
  }
}

.page--top .section-faq {
  padding-top: 120px;
  padding-bottom: 100px;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .page--top .section-faq {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page--top .section-faq .headline {
  margin-bottom: 40px;
}

.page--top .section-faq .faq-list__item:not(:last-of-type) {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-faq .faq-list__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.page--top .section-faq .faq-list__item dl {
  background: #EAFAFD;
  padding: 0  0 0 80px;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .page--top .section-faq .faq-list__item dl {
    padding: 0 0 0 40px;
    font-size: 1.4rem;
  }
}

.page--top .section-faq .faq-list__item dl::before {
  content: "Q";
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  font-family: "Oswald", sans-serif;
  font-size: 4.8rem;
  line-height: 1;
  background: #00BFFB;
  color: #fff;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .page--top .section-faq .faq-list__item dl::before {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
    position: absolute;
    height: 100%;
  }
}

.page--top .section-faq .faq-list__item dl .question {
  padding: 10px 80px 10px 40px;
  min-height: 80px;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: flex-start;
  transition: 400ms;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .page--top .section-faq .faq-list__item dl .question {
    padding: 10px 45px 10px 20px;
  }
}

.page--top .section-faq .faq-list__item dl .question::before, .page--top .section-faq .faq-list__item dl .question::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #00BFFB;
  position: absolute;
  top: 40px;
  right: 40px;
  transition: 400ms;
}

@media only screen and (max-width: 767px) {
  .page--top .section-faq .faq-list__item dl .question::before, .page--top .section-faq .faq-list__item dl .question::after {
    width: 20px;
    height: 2px;
    right: 25px;
  }
}

.page--top .section-faq .faq-list__item dl .question::before {
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.page--top .section-faq .faq-list__item dl .question::after {
  -webkit-transform: translate(50%, -50%) rotate(90deg);
          transform: translate(50%, -50%) rotate(90deg);
}

@media only screen and (min-width: 768px) {
  .page--top .section-faq .faq-list__item dl .question:hover {
    background: #A4E8FD;
  }
}

.page--top .section-faq .faq-list__item dl .answer {
  display: none;
  font-size: 1.8rem;
  background: #fff;
  padding: 40px;
  margin-top: 20px;
  margin-right: 80px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-faq .faq-list__item dl .answer {
    font-size: 1.4rem;
    padding: 10px;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: normal;
  }
}

.page--top .section-faq .faq-list__item dl.is-active {
  padding-bottom: 20px;
}

.page--top .section-faq .faq-list__item dl.is-active::before {
  content: "A";
  background: #FF1C5A;
}

@media only screen and (min-width: 768px) {
  .page--top .section-faq .faq-list__item dl.is-active .question {
    background: #A4E8FD;
  }
}

.page--top .section-faq .faq-list__item dl.is-active .question::after {
  -webkit-transform: translate(50%, -50%) rotate(270deg);
          transform: translate(50%, -50%) rotate(270deg);
  opacity: 0;
}

.page--top .section-contact {
  background: #EAFAFD;
  padding-top: 120px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-contact {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page--top .section-contact .headline {
  margin-bottom: 40px;
}

.page--top .section-contact .form {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-contact .form {
    padding: 20px;
    font-size: 1.6rem;
  }
}

.page--top .section-contact .form dl {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.page--top .section-contact .form dl:not(:last-of-type) {
  padding-bottom: 20px;
  border-bottom: 1px dashed #E0E0E0;
  margin-bottom: 20px;
}

.page--top .section-contact .form dl dt {
  width: 250px;
}

.page--top .section-contact .form dl dt span {
  font-weight: bold;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .page--top .section-contact .form dl dt span {
    font-size: 1.6rem;
  }
}

.page--top .section-contact .form dl dt.required::after {
  content: "必須";
  display: inline-block;
  background: #FF1C5A;
  color: #fff;
  font-size: 1.2rem;
  padding: 2px 5px 0;
  vertical-align: 1px;
}

.page--top .section-contact .form dl dd {
  flex-grow: 1;
}

.page--top .section-contact .form dl dd input,
.page--top .section-contact .form dl dd textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.page--top .section-contact .form dl dd input::-webkit-input-placeholder, .page--top .section-contact .form dl dd textarea::-webkit-input-placeholder {
  color: #ccc;
}

.page--top .section-contact .form dl dd input:-ms-input-placeholder, .page--top .section-contact .form dl dd textarea:-ms-input-placeholder {
  color: #ccc;
}

.page--top .section-contact .form dl dd input::placeholder,
.page--top .section-contact .form dl dd textarea::placeholder {
  color: #ccc;
}

.page--top .section-contact .form dl dd input:focus,
.page--top .section-contact .form dl dd textarea:focus {
  border: 1px solid #00BFFB;
}

.page--top .section-contact .form dl dd .block:not(:last-of-type) {
  margin-bottom: 10px;
}

.page--top .section-contact .form dl dd .block span {
  font-weight: bold;
  display: block;
}

.page--top .section-contact .form dl dd .block input[name="zip01"] {
  width: auto;
}

.page--top .section-contact input[type="submit"] {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 80px;
  margin: 0 auto;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background: #FF1C5A;
  letter-spacing: 0.15em;
  margin-top: 40px;
  border: 3px solid #FF1C5A;
}

@media only screen and (min-width: 768px) {
  .page--top .section-contact input[type="submit"] {
    transition: 200ms;
  }
  .page--top .section-contact input[type="submit"]:hover {
    background: #fff;
    color: #FF1C5A;
  }
}

@media only screen and (max-width: 767px) {
  .page--top .section-contact input[type="submit"] {
    width: 100%;
    height: 60px;
    font-size: 1.8rem;
    margin-top: 20px;
  }
}

.page--top .section-office {
  background-image: url(../../img/movie/dots_bk.webp);
  padding-top: 120px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-office {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.page--top .section-office .headline {
  margin-bottom: 40px;
}

.page--top .section-office .headline__title {
  color: #fff;
  background: none;
  -webkit-text-fill-color: inherit;
}

.page--top .section-office .office-list__item {
  background: #fff;
  padding: 20px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-office .office-list__item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.page--top .section-office .office-list__item .title {
  margin-bottom: 15px;
}

.page--top .section-office .lead {
  font-size: 2.1rem;
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .page--top .section-office .lead {
    font-size: 1.4rem;
  }
}

.page--top .section-office .service-area {
  margin-top: 60px;
  color: #fff;
}

.page--top .section-office .service-area .title {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 20px;
}

.page--top .section-office .service-area .txt {
  text-align: center;
}

.wrap {
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .wrap {
    min-width: 1100px;
  }
}

.bgimg {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.dots {
  position: relative;
  z-index: 0;
}

.dots::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../../img/movie/dots.webp);
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.dots .section-content {
  position: relative;
}

.en {
  font-family: "Oswald", sans-serif;
}

.block {
  display: block;
}

@media only screen and (min-width: 768px) {
  .l-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .l-grid__2 {
    width: calc((100% / 6));
  }
  .l-grid__3 {
    width: calc((100% / 4));
  }
  .l-grid__4 {
    width: calc((100% / 3));
  }
  .l-grid__5 {
    width: calc((100% / 2.4));
  }
  .l-grid__6 {
    width: calc((100% / 2));
  }
  .l-grid__8 {
    width: calc((100% / 1.5));
  }
  .l-grid__9 {
    width: calc((100% / 1.34));
  }
  .l-grid__10 {
    width: calc((100% / 1.2));
  }
}

.topics-list__item:not(:last-of-type) {
  padding-bottom: 0.8em;
  border-bottom: 1px solid #D0D0D0;
}

.topics-list__item:not(:first-of-type) {
  padding-top: 0.8em;
}

.topics-list__item__time {
  background: #005BD7;
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.07em 0.5em 0.1em;
  margin-bottom: 0.8em;
}

.topics-list__item__content {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .topics-list__item__content {
    font-size: 1.4rem;
  }
}

.topics-list__item__content[href] {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .topics-list__item__content[href]:hover {
    text-decoration: none;
  }
}

.topics-list__item__content a {
  text-decoration: underline;
  color: #FF1C5A;
}

@media only screen and (min-width: 768px) {
  .topics-list__item__content a:hover {
    text-decoration: none;
  }
}

.headline {
  text-align: center;
}

.headline.left {
  text-align: left;
}

.headline__title {
  font-size: 4.8rem;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .headline__title {
    font-size: 6.6vw;
  }
}

.headline .jp {
  letter-spacing: 0.15em;
}

.headline .en {
  font-size: 1.8rem;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .headline .en {
    font-size: 3.3vw;
  }
}

.headline .en span {
  background: linear-gradient(45deg, #DD00FA, #00BFFB);
  display: inline-block;
  line-height: 1;
  padding: 0.3em 0.7em 0.4em;
}

.gra-text {
  color: #DD00FA;
  background: linear-gradient(45deg, #DD00FA, #00BFFB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gra-text--under {
  color: #DD00FA;
  background: linear-gradient(to bottom, #DD00FA, #00BFFB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn {
  text-align: center;
}

.btn a {
  display: inline-block;
  background: #FF1C5A;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  max-width: 630px;
  width: 100%;
  border-radius: 10px;
  padding: 5px 0;
  transition: 200ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
}

@media only screen and (max-width: 767px) {
  .btn a {
    font-size: 2rem;
  }
}

.btn a::before {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  margin: 0 auto;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 11px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

.btn a::after {
  -webkit-filter: blur(5px);
          filter: blur(5px);
  margin: 0 auto;
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 8px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.btn a span {
  display: block;
}

@media only screen and (min-width: 768px) {
  .btn a:hover {
    -webkit-animation: popup 300ms forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
            animation: popup 300ms forwards cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}

@-webkit-keyframes popup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes popup {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  font-family: inherit;
  font-size: 1em;
}

input[type="text"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill,
input[type="email"]:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset;
}

input[type="radio"] {
  display: none;
}

input[type="checkbox"] {
  display: none;
}

select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-size: 1em;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: 1em;
}
