@charset "utf-8";

.events-none {
  pointer-events: none;
}

a:link {
  text-decoration: underline;
  color: #fff;
}

a:visited {
  text-decoration: underline;
  color: #fff;
}

a:hover {
  text-decoration: underline;
  color: #82000d;
}

.wrap {
  position: relative;
  width: 100%;
}

.header {
  width: 100%;
  height: 100%;
}

.header_inner {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 2rem 0 0;
}

.main_image {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20% 0 0;
  z-index: 2;
}

.logo {
  position: absolute;
  width: 100%;
  top: 2rem;
  left: 0;
  z-index: 1;
  text-align: center;
}

.logo img {
  width: 76%;
}

.period {
  position: absolute;
  width: 40%;
  height: 3rem;
  margin: 0 auto;
  bottom: 2%;
  left: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid;
  border-image: linear-gradient(to right, #6D1FD3, #EC0D7A) 1;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  z-index: 3;
}

.bg-gra-1 {
  background: #6D1FD3;
  background: linear-gradient(180deg, rgba(109, 31, 211, 1) 0%, rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(236, 13, 122, 1) 100%);
}

.bg-gra-2 {
  background: #6D1FD3;
  background: linear-gradient(144deg, rgba(236, 13, 122, 1) 0%, rgba(109, 31, 211, 1) 100%);
}

.bg-gra-3 {
  background: #EC0D7A;
  background: linear-gradient(-45deg, rgba(236, 13, 122, 1) 0%, rgba(3, 1, 6, 1) 18%, rgba(0, 0, 0, 1) 73%, rgba(109, 31, 211, 1) 100%);
}

.max {
  position: absolute;
  width: 32%;
  bottom: -3rem;
  right: -3rem;
  mix-blend-mode: overlay;
}

.content {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.inner {
  position: relative;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  padding: 4rem 0;
}

.lead {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.title {
  width: 100%;
  margin: 2rem 0;
}

.price {
  width: 70%;
  margin: 0 auto 1rem;
}

.price p {
  padding: .6em 0 0;
  color: #fff;
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-align: center;
}

.period-2 {
  width: 40%;
  height: 3rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.note {
  padding: 2em 0 0;
  width: 70%;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.note p {
  padding-left: .6em;
  text-indent: -.6em;
}

.plan-title {
  width: 100%;
  margin: 0 0 2rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #ffff00;
  border-bottom: #fff000 solid 2px;
}

.plan-cat {
  width: 80%;
  min-height: 2.8rem;
  margin: 0 auto .5rem;
  padding: 0 .8em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #6D1FD3;
  background: linear-gradient(90deg, rgba(236, 13, 122, 1) 0%, rgba(109, 31, 211, 1) 100%);
}

.plan-cat p {
  min-height: 1.5rem;
  margin: .2rem 0;
  padding: 0 .8em;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.plan-cat p span {
  padding: 0 .3em 0;
  color: #fff000;
  font-size: 26px;
  font-weight: 900;
  font-style: italic;
  vertical-align: middle;
}

.border-1 {
  border-left: #fff solid 6px;
}

p.recommend-title {
  padding: 1em 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
}

.recommend {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.recommend-item {
  width: 48%;
  padding: 1.4rem;
  margin: 0 0 2rem;
  border: 2px solid;
  border-image: linear-gradient(to right, #6D1FD3, #EC0D7A) 1;
}

.recommend-inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.recommend-cover {
  width: 40%;
  margin: 0 4% 0 0;
}

.recommend-text {
  width: 56%;
}

.name {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.name span {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.caption {
  padding: 1.6em 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.anime {
  width: 100%;
  padding: 1em 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.anime span {
  display: block;
  color: #fff000;
  font-size: 20px;
  font-weight: 800;
}

.recommend-height {
  height: 24.5rem;
}

.work {
  width: 80%;
  margin: 1.5rem auto;
  padding: 1.4rem 1.4rem 0 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  border: 2px solid;
  border-image: linear-gradient(to right, #6D1FD3, #EC0D7A) 1;
}

.work-title {
  width: 100%;
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.work-item {
  width: 18%;
  margin: 0 0 1rem;
}

.button-outer {
  width: 50%;
  margin: 0 auto;
}

a.button-3 {
  width: 100%;
  margin: 0 auto;
  padding: 5% 10% 5%;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  text-decoration: none;
  background-position: center right 5%, center;
  background-size: 3% auto, 100% auto;
  background-repeat: no-repeat;
  background-image: url(../img/arrow_w.png);
  background-color: #000;
  border: #fff solid 3px;
  transition: all 0.2s;
  border-radius: 300px;
  box-sizing: border-box;
}

a.button-3:hover {
  transform: scale(1.03);
}

.button-outer p {
  padding: 0 0 1rem;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.banner {
  width: 100%;
  margin: 2rem auto;
}

.social-text {
  padding: 0 0 1.5rem;
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

.social {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 2rem;
}

.social-item {
  width: 70px;
  padding: 0 15px;
}

.copy {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
}

.footer {
  width: 100%;
  padding: 2rem 0 10rem;
}

.footer-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.floating {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -30px);
  width: 500px;
  z-index: 10;
  box-shadow: #000 7px 7px 0;
}

.floating {
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease;
}

.floating.show {
  opacity: 1;
  visibility: visible;
}

a.button {
  width: 100%;
  margin: 0 auto;
  padding: 4% 2%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 2vw;
  font-weight: 600;
  text-align: left;
  line-height: 1;
  text-decoration: none;
  background: #6D1FD3;
  background: linear-gradient(144deg, rgba(236, 13, 122, 1) 0%, rgba(109, 31, 211, 1) 100%);
  border: #fff solid 2px;
  transition: all 0.2s;
  box-sizing: border-box;
  text-shadow: #000 2px 2px 0;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .pc {
    display: none;
  }

  .header_inner {
    padding: 1rem 0 0;
  }

  .main_image {
    padding: 26% 0 0;
  }

  .logo {
    top: 1rem;
  }

  .logo img {
    width: 90%;
  }

  .period {
    width: 80%;
    height: 2.6rem;
    left: 10%;
    border: 2px solid;
    border-image: linear-gradient(to right, #6D1FD3, #EC0D7A) 1;
    font-size: 5vw;
  }

  .bg-gra-3 {
    background: linear-gradient(-45deg, rgba(236, 13, 122, 1) 0%, rgba(3, 1, 6, 1) 20%, rgba(0, 0, 0, 1) 40%, rgba(109, 31, 211, 1) 100%);
  }

  .max {
    width: 70%;
    bottom: -1rem;
    right: -1.5rem;
  }

  .inner {
    padding: 2rem 0;
  }

  .lead {
    font-size: 4.6vw;
  }

  .title {
    margin: 1.5rem 0;
    border-bottom: #fff000 solid 2px;
    text-align: center;
  }

  .title img {
    width: 80%;
    padding: 0 0 1.2rem;
  }

  .price {
    width: 100%;
    margin: 0 auto 1rem;
  }

  .price p {
    font-size: 4.6vw;
  }

  .period-2 {
    width: 90%;
    height: 2.6rem;
    font-size: 5vw;
  }

  .note {
    padding: 1em 0 0;
    width: 100%;
    font-size: 3.2vw;
  }

  .plan-title {
    margin: 0 0 1.5rem;
    padding: 0 0 .3em;
    font-size: 8.6vw;
  }

  .plan-cat {
    width: 100%;
    min-height: 3rem;
    margin: 0 auto .5rem;
    padding: 0 0 0 .8em;
  }

  .plan-cat p {
    margin: .2rem 0;
    padding: 0 .6em;
    font-size: 4vw;
  }

  .plan-cat p span {
    padding: 0 .3em 0;
    font-size: 5.6vw;
  }

  .border-1 {
    border-left: #fff solid 4px;
  }

  p.recommend-title {
    padding: .5em 0;
    font-size: 5vw;
  }

  .recommend-item {
    width: 100%;
    padding: 1rem;
    margin: 0 0 1rem;
  }

  .recommend-cover {
    width: 40%;
    margin: 0 4% 0 0;
  }

  .recommend-text {
    width: 56%;
  }

  .name {
    font-size: 5vw;
  }

  .name span {
    font-size: 3.2vw;
  }

  .caption {
    padding: 1em 0 0;
    font-size: 2.67vw;
  }

  .anime {
    width: 100%;
    padding: 1.2em 0 0;
    font-size: 3.2vw;
  }

  .anime span {
    font-size: 3.8vw;
  }

  .recommend-height {
    height: auto;
  }

  .work {
    width: 100%;
    margin: 1rem auto;
    padding: 1rem 1rem 0 1rem;
  }

  .work-title {
    margin: 0 0 1rem;
    font-size: 3.6vw;
    line-height: 1.4;
  }

  .work-item {
    width: 18%;
    margin: 0 0 .6rem;
  }

  .button-outer {
    width: 100%;
  }

  a.button-3 {
    width: 90%;
    margin: 0 auto;
    padding: 5% 8% 5%;
    font-size: 4.4vw;
    font-weight: 600;
    background-position: center right 5%, center;
    background-size: 3% auto, 100% auto;
    border: #fff solid 2px;
  }

  a.button-3:hover {
    transform: scale(1.03);
  }

  .button-outer p {
    font-size: 5vw;
  }

  .banner {
    width: 90%;
    margin: 2rem auto;
  }

  .social-text {
    font-size: 5vw;
  }

  .social {
    margin: 0 0 2rem;
  }

  .social-item {
    width: 70px;
    padding: 0 15px;
  }

  .copy {
    width: 100%;
    text-align: center;
    font-size: 3.2vw;
    font-weight: 300;
    color: #fff;
  }

  .button-outer {
    width: 100%;
    margin: 0 auto;
  }

  .footer {
    width: 100%;
    padding: 2rem 0 7rem;
  }

  .floating {
    bottom: 0;
    transform: translate(-50%, -20px);
    width: 90%;
  }

  a.button {
    padding: 7% 2%;
    font-size: 4.8vw;
    text-shadow: #000 1px 1px 0;
  }

}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .sp {
    display: none;
  }

  .period-2 {
    width: 46%;
  }

  .note {
    width: 100%;
  }

  .plan-title {
    font-size: 50px;
  }

  .plan-cat {
    width: 100%;
  }

  .plan-cat p {
    font-size: 24px;
  }

  .plan-cat p span {
    font-size: 24px;
  }

  .recommend-item {
    min-height: 41rem;
  }

  .recommend-cover {
    width: 60%;
    margin: 0 auto 1rem;
  }

  .recommend-text {
    width: 100%;
    margin: 0;
  }

  .name {
    font-size: 20px;
  }

  .name span {
    font-size: 14px;
  }

  .caption {
    padding: 1em 0 0;
    font-size: 14px;
  }

  .anime {
    padding: .6em 0 0;
    font-size: 12px;
  }

  .anime span {
    font-size: 18px;
  }

  .recommend-height {
    height: auto;
  }

  .work {
    width: 100%;
    margin: 1.5rem auto;
  }

  .work-title {
    margin: 0 0 1rem;
    font-size: 22px;
  }

  .button-outer {
    width: 58%;
    margin: 0 auto;
  }

  a.button {
    padding: 7% 2%;
    font-size: 3vw;
  }

}

@media screen and (min-width: 1025px) {
  .sp {
    display: none;
  }

  a.button:hover {
    transform: scale(1.03);
  }

  .alpha img {
    transition: all 0.2s ease;
  }

  .alpha img:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
  }

  a.btn_over img {
    transition: transform 0.3s;
  }

  a.btn_over img:hover {
    transform: scale(1.03);
  }
}