@charset "utf-8";

body {
  background-color: #b22d2d;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: none;
  /* フォントサイズ自動調整 */
  word-break: normal;
  word-wrap: break-word;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
}

.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: 90%;
  margin: 0 auto;
  padding: 18% 0 0;
  z-index: 2;
}

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

.logo img {
  width: 80%;
}

.catch {
  position: absolute;
  width: 100%;
  bottom: 4.8rem;
  left: 0;
  z-index: 2;
  text-align: center;
  color: #fffF00;
  font-size: 58px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-shadow:
    0 0 10px #82000d,
    0 0 10px #82000d,
    0 0 10px #82000d,
    0 0 10px #82000d;
}

.period {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  padding: 0.3em 0;
  display: inline-block;
  width: 40%;
  margin: 0 auto;
  border: #fff 2px solid;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  z-index: 3;
}

.bg-gra-1 {
  background-image: url(../img/gra-top.png), url(../img/gra-bottom.png), url(../img/bg-top.png);
  background-repeat: no-repeat;
  background-position: top left, bottom left, top 80px center;
  background-size: 100% 30%, 100% 30%, 1100px auto;
}

.bg-gra-2 {
  background-image: url(../img/bg-2.png), url(../img/bg-2.png);
  background-repeat: no-repeat;
  background-size: 40% auto;
  background-position: top -110px left -110px, bottom -110px right -110px;
  background-color: #1e5631;
}

.bg-gra-3 {
  background-image: url(../img/bg-3-l.png), url(../img/bg-3-r.png);
  background-repeat: repeat-y;
  background-size: 46% auto;
  background-position: top left, top right;
  background-color: #d4a017;
}

.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: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 1rem 0 0;
  line-height: 1.4;
  text-align: center;
  color: #fff000;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  border-bottom: #fff000 solid 2px;
}

.title-1 {
  font-size: 40px;
}

.title-2 {
  font-size: 70px;
  padding: 0 0 0 0.2em;
}

.price {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}

.price-1 {
  font-size: 60px;
}

.price-1 span {
  font-size: 60%;
}

.price-2 {
  line-height: 1;
  color: #fff000;
  font-size: 80px;
  font-weight: 900;
  padding: 0 0 0 0.2em;
}

.usd {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.period-2 {
  width: 40%;
  padding: 0.3em 0;
  margin: 1rem auto 0;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.note {
  padding: 2em 0 0;
  width: 100%;
  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: #b22d2d;
  border-bottom: #b22d2d 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-color: #b22d2d;
}

.plan-cat p {
  min-height: 1.5rem;
  margin: .2rem 0;
  padding: 0 .8em;
  font-size: 26px;
  font-weight: 500;
  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: #b22d2d;
}

.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: #b22d2d 2px solid;
  background-color: rgba(0, 0, 0, 0.5);
}

.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.8rem;
}

.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: #b22d2d 2px solid;
}

.work-title {
  width: 100%;
  margin: 0 0 1rem;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #b22d2d;
  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;
  }

  .tab {
    display: none;
  }

  .header_inner {
    padding: 1rem 0 0;
  }

  .main_image {
    width: 100%;
  }

  .logo {
    top: 0.6rem;
  }

  .logo img {
    width: 94%;
  }

  .catch {
    bottom: 3.4rem;
    font-size: 28px;
    text-shadow:
      0 0 8px #82000d,
      0 0 8px #82000d,
      0 0 8px #82000d,
      0 0 8px #82000d;
  }

  .period {
    bottom: 2%;
    padding: 0.2em 0;
    width: 90%;
    font-size: 18px;
  }

  .bg-gra-1 {
    background-position: top left, bottom left, top 40px center;
    background-size: 100% 40%, 100% 40%, 600px auto;
  }

  .bg-gra-2 {
    background-size: 100% auto;
    background-position: top -80px left -80px, bottom -80px right -80px;
  }

  .bg-gra-3 {
    background-size: 70% auto;
  }

  .inner {
    padding: 1.5rem 0;
  }

  .lead {
    font-size: 18px;
  }

  .title {
    margin: 1rem 0 0;
  }

  .title-1 {
    font-size: 24px;
  }

  .title-2 {
    font-size: 32px;
    padding: 0 0 0 0.2em;
  }

  .price-1 {
    font-size: 28px;
  }

  .price-1 span {
    font-size: 50%;
  }

  .price-2 {
    font-size: 42px;
  }

  .usd {
    font-size: 16px;
  }

  .period-2 {
    width: 100%;
    font-size: 18px;
  }

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

  .plan-title {
    font-size: 30px;
    margin: 0 0 1rem;
  }

  .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: 4.2vw;
  }

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

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

  p.recommend-title {
    padding: 0.3em 0 0.5em;
    font-size: 22px;
  }

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

  .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.5rem 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: 7vw;
    text-shadow: #000 1px 1px 0;
  }

}

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

  .logo {
    top: 1rem;
  }

  .logo img {
    width: 90%;
  }

  .catch {
    bottom: 3.4rem;
    font-size: 5.73vw;
    /* 44px */
  }

  .period {
    width: 58%;
    font-size: 2.08vw;
    /* 16px */
    z-index: 3;
  }

  .period span {
    font-size: 2.60vw;
    /* 20px */
  }

  .bg-gra-1 {
    background-size: 100% 30%, 100% 30%, 800px auto;
  }

  .bg-gra-2 {
    background-size: 60% auto;
    background-position: top -110px left -110px, bottom -110px right -110px;
  }

  .bg-gra-3 {
    background-size: 60% auto;
  }

  .inner {
    padding: 3rem 0;
  }

  .lead {
    font-size: 3.39vw;
    /* 26px */
  }

  .title {
    line-height: 1.2;
  }

  .title-1 {
    font-size: 5.21vw;
    /* 40px */
  }

  .title-2 {
    font-size: 8.59vw;
    /* 66px */
    padding: 0 0 0 0.2em;
  }

  .price-1 {
    font-size: 6.51vw;
    /* 50px */
  }

  .price-1 span {
    font-size: 3.91vw;
    /* 60% of 50px = 30px */
  }

  .price-2 {
    font-size: 9.11vw;
    /* 70px */
  }

  .usd {
    font-size: 2.34vw;
    /* 18px */
  }

  .period-2 {
    width: 80%;
    font-size: 2.60vw;
    /* 20px */
  }

  .period-2 span {
    font-size: 3.13vw;
    /* 24px */
  }

  .plan-cat {
    width: 100%;
  }

  .plan-cat p {
    font-size: 2.86vw;
    /* 22px */
  }

  .plan-cat p span {
    font-size: 3.39vw;
    /* 26px */
  }

  .recommend-item {
    width: 100%;
  }

  p.recommend-title {
    font-size: 3.65vw;
    /* 28px */
  }

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

  .recommend-text {
    width: 57%;
  }

  .name {
    font-size: 3.65vw;
    /* 28px */
  }

  .name span {
    font-size: 2.34vw;
    /* 18px */
  }

  .caption {
    font-size: 2.08vw;
    /* 16px */
  }

  .anime {
    font-size: 2.08vw;
    /* 16px */
  }

  .anime span {
    font-size: 3.13vw;
    /* 24px */
  }

  .recommend-height {
    height: auto;
  }

  .work {
    width: 100%;
  }

  .work-title {
    font-size: 3.13vw;
    /* 24px */
  }

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

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

  a.button-3 {
    padding: 5% 10% 5%;
    font-size: 2.60vw;
    /* 20px */
  }

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

  .button-outer p {
    font-size: 3.39vw;
    /* 26px */
  }

  .social-text {
    font-size: 3.13vw;
    /* 24px */
  }

  .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: 1.56vw;
    /* 12px */
    font-weight: 300;
    color: #fff;
  }

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

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

  .floating {
    width: 40%;
  }

  a.button {
    font-size: 3vw;
  }

}

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

  .tab {
    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);
  }
}