@import "https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;700&display=swap";
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox .flexbox_l {
  display: inline-block;
}
.flexbox .flexbox_r {
  display: inline-block;
}
.btn-default {
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0, 0.45, 1);
  transition: color 0.2s cubic-bezier(0.25, 0, 0.45, 1);
  transition: background-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}
.btn-outline {
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.2s cubic-bezier(0.25, 0, 0.45, 1);
  transition: color 0.2s cubic-bezier(0.25, 0, 0.45, 1);
  transition: background-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  -webkit-transition: background-color 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
a:hover {
  text-decoration: none;
}
.hover_ef:hover,
.hover_ef:active {
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}
.pc_on {
  display: block;
}
.sp .pc_on {
  display: none;
}
.sp_on {
  display: none;
}
.sp .sp_on {
  display: block;
}
.txt-weak {
  font-size: 20px;
}
.w904 {
  width: 904px;
  margin: 0 auto;
  position: relative;
}
.w970 {
  width: 970px;
  margin: 0 auto;
  position: relative;
}
.w1032 {
  width: 1032px;
  margin: 0 auto;
  position: relative;
}
button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#mobile_cpn {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 110px;
}
#mobile_cpn .topbar {
  background: #fff;
  position: relative;
}
#mobile_cpn .topbar #menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}
#mobile_cpn .topbar #menu .logo-rtv {
  width: 158px;
}
#mobile_cpn .topbar #menu .logo-rtv > a {
  display: block;
  height: 48px;
}
#mobile_cpn .topbar #menu .logo-rtv > a img {
  width: 100%;
}
#mobile_cpn .topbar #menu h1 {
  height: 60px;
  margin-left: 68px;
}
#mobile_cpn .topbar #menu h1 a img {
  height: 100%;
}
#mobile_cpn .contents {
  color: #fff;
  background: #2f80ed;
}
#mobile_cpn .specialContainer {
  width: 100%;
}
#mobile_cpn .specialContainer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mobile_cpn .specialContainer .sec {
  width: 100%;
  overflow: hidden;
  margin-top: -40px;
  margin-top: 0;
}
#mobile_cpn .specialContainer .sec img {
  width: 100%;
}
#mobile_cpn .specialContainer .sec .inner {
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
  padding: 70px 0;
}
#mobile_cpn .specialContainer .sec .tit {
  margin: 0 auto;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.05em;
}
#mobile_cpn .specialContainer .sec .txt {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  font-weight: bold;
  height: auto;
  font-weight: normal;
  overflow: hidden;
  margin: 12px auto 0;
  padding-bottom: 24px;
}
#mobile_cpn .specialContainer .sec .more {
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  text-decoration: underline;
  color: #3fb1e5;
  opacity: 1;
  z-index: 10;
  display: block;
}
#mobile_cpn .specialContainer .sec .more.hidden {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}
#mobile_cpn .specialContainer .sec .decoChar {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: -15px;
}
#mobile_cpn .specialContainer .sec .supplement {
  color: #fff !important;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: left;
  line-height: 1.7;
  margin: 14px 0;
  color: #727272;
}
#mobile_cpn .specialContainer .sec .supplement-ttl {
  font-size: 15px;
}
#mobile_cpn .specialContainer .sec .card {
  background-color: #262626;
  border-radius: 8px;
  padding: 38px 13px 14px;
  width: 310px;
}
#mobile_cpn .specialContainer .sec.header .bg-cyan .txt {
  width: 440px;
}
#mobile_cpn .specialContainer .sec.header .bg-cyan .txt img {
  width: 100%;
}
#mobile_cpn .specialContainer .sec.sec-about {
  margin-top: 0;
}
#mobile_cpn .specialContainer .sec.sec-about figure img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#mobile_cpn .specialContainer .sec.sec-about ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#mobile_cpn .specialContainer .sec.sec-about .icon {
  color: #d1d1d1;
  font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  font-size: 16px;
  width: 120px;
  text-align: center;
  margin: 0 auto;
}
#mobile_cpn .specialContainer .sec.sec-about .tit {
  margin: 13px auto 28px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.05em;
  position: relative;
  top: 0;
}
#mobile_cpn .specialContainer .sec.sec-original {
  background: #000;
}
#mobile_cpn .specialContainer .sec.sec-original .txt {
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
  height: auto;
  margin: 10px auto 20px;
  font-weight: bold;
}
#mobile_cpn .specialContainer .sec.sec-original .info {
  text-align: left;
  font-size: 12px;
  line-height: 20px;
}
#mobile_cpn .specialContainer .sec.sec-original .lead-original {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 42px;
}
#mobile_cpn .specialContainer .sec.sec-original .blockWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#mobile_cpn .specialContainer .sec.sec-original .blockWrap .block {
  width: 49%;
}
#mobile_cpn .specialContainer .sec.sec-original .blockWrap .block.content .box02.txtBox .tit {
  font-weight: bold;
}
#mobile_cpn .specialContainer .sec.sec-original .blockWrap .block.content .box02.memberBox .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#mobile_cpn .specialContainer .sec.sec-original .blockWrap .block.content .box02.memberBox .list .item {
  width: 33%;
}
#mobile_cpn .specialContainer .sec.sec-original figcaption {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.05em;
  margin: 24px auto 0;
  font-weight: bold;
}
#mobile_cpn .specialContainer .sec.sec-original .tit {
  text-align: left;
}
#mobile_cpn .specialContainer .sec.sec-original .member .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 10px auto 20px;
}
#mobile_cpn .specialContainer .sec.sec-original .member .list .item {
  width: 30%;
  margin: 10px auto 0;
}
#mobile_cpn .specialContainer .sec.sec-devices {
  margin-top: 0;
}
#mobile_cpn .specialContainer .sec.sec-devices ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#mobile_cpn .specialContainer .sec.sec-devices ul > li {
  width: 48%;
  width: -webkit-calc(90% / 4);
  width: 22.5%;
}
#mobile_cpn .specialContainer .sec.sec-devices ul > li:nth-child(-n + 2) {
  margin-bottom: 30px;
}
#mobile_cpn .specialContainer .sec.sec-devices .icon {
  color: #d1d1d1;
  font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
  font-size: 16px;
  width: 120px;
  text-align: center;
  margin: 0 auto;
}
#mobile_cpn .specialContainer .sec.sec-devices .block {
  margin-bottom: 50px;
}
#mobile_cpn .specialContainer .sec.sec-devices .tit {
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: -0.05em;
  font-weight: bold;
  margin: 8px auto 28px;
}
#mobile_cpn .specialContainer .sec.sec-devices .blockTit {
  background: #3fb1e5;
  padding: 10px 0;
  margin: 30px auto;
  border-radius: 4px;
  color: #fff;
  display: table;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.05em;
  width: 50%;
}
#mobile_cpn .specialContainer .sec.sec-price-period .ttl {
  display: block;
  padding-bottom: 42px;
  text-align: center;
  font-size: 16px;
}
#mobile_cpn .specialContainer .sec.sec-price-period .inner {
  padding: 70px 0;
}
#mobile_cpn .specialContainer .sec.sec-price {
  background: #000;
}
#mobile_cpn .specialContainer .sec.sec-price .inner {
  width: 100%;
}
#mobile_cpn .specialContainer .sec.sec-price .ttl {
  padding-bottom: 0 !important;
}
#mobile_cpn .specialContainer .sec.sec-price .ttl .check-day {
  font-size: 16px;
  margin: 18px auto 0;
  display: inline-block;
}
#mobile_cpn .specialContainer .sec.sec-price .ttl .check-day a {
  color: #ff008c;
  text-decoration: underline;
}
#mobile_cpn .specialContainer .sec.sec-price .ttl .check-day a:hover {
  text-decoration: none;
}
#mobile_cpn .specialContainer .sec.sec-price .boxWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#mobile_cpn .specialContainer .sec.sec-price .box02 {
  width: 48%;
}
#mobile_cpn .specialContainer .sec.sec-price .box02 .heading {
  position: relative;
  padding: 0;
}
#mobile_cpn .specialContainer .sec.sec-price .box02 .heading .more {
  display: none;
}
#mobile_cpn .specialContainer .sec.sec-price .box02 .contentWrap {
  padding-top: 15px;
}
#mobile_cpn .specialContainer .sec.sec-price .box02 .planBox {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 40px 0 10px;
}
#mobile_cpn .specialContainer .sec.sec-price .box02 .planBox .sec-price-plan {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: bold;
}
#mobile_cpn .specialContainer .sec.sec-price .box02 .planBox .sec-price-price {
  font-size: 37px;
  line-height: 32px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-left: 5%;
}
#mobile_cpn .specialContainer .sec.sec-price .box02.monthly .catch,
#mobile_cpn .specialContainer .sec.sec-price .box02.yearly .catch {
  text-align: center;
  color: #2c98f0;
  font-size: 20px;
  position: absolute;
  top: 4px;
  left: 21%;
  font-weight: bold;
}
#mobile_cpn .specialContainer .sec.sec-price .box02.yearly_big {
  border: solid 4px #ff008c;
  padding: 0 14px;
  position: relative;
}
#mobile_cpn .specialContainer .sec.sec-price .box02.monthly_big {
  border: solid 4px #ff008c;
  padding: 0 14px;
  position: relative;
}
#mobile_cpn .specialContainer .sec.sec-price .box02.monthly_big > h3.target_plan,
#mobile_cpn .specialContainer .sec.sec-price .box02.yearly_big > h3.target_plan {
  position: absolute;
  top: -50px;
  left: 30%;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #ff008c;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  border: solid 2px #ff008c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mobile_cpn .specialContainer .sec.sec-price .box02.monthly_big > h3.target_plan::before,
#mobile_cpn .specialContainer .sec.sec-price .box02.yearly_big > h3.target_plan::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 16px solid #fff;
  z-index: 2;
}
#mobile_cpn .specialContainer .sec.sec-price .box02.monthly_big > h3.target_plan::after,
#mobile_cpn .specialContainer .sec.sec-price .box02.yearly_big > h3.target_plan::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid rgba(0, 0, 0, 0);
  border-top: 18px solid #ff008c;
  z-index: 1;
}
#mobile_cpn .specialContainer .sec.sec-faq {
  background: #2f80ed;
}
#mobile_cpn .specialContainer .sec.sec-faq .ttl-qa {
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 13px;
  vertical-align: top;
  text-align: center;
  font-size: 36px;
  font-size: 46px;
  line-height: 2.3;
}
#mobile_cpn .specialContainer .sec.sec-faq .ttl {
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.05em;
  padding-left: 66px;
}
#mobile_cpn .specialContainer .sec .block {
  width: 100%;
}
#mobile_cpn .specialContainer .sec .block .box02 {
  width: 100%;
}
#mobile_cpn footer {
  border: none;
}
#mobile_cpn .footer {
  width: 100%;
  height: auto;
  z-index: 0;
  background: #fff;
  overflow: inherit;
  padding: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#mobile_cpn .footer-logo {
  margin: 16px auto;
  width: 216px;
  display: block;
  overflow: hidden;
}
#mobile_cpn .footer-logo a img {
  width: 100%;
}
#mobile_cpn .footer-float {
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
  background: #eee;
  display: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#mobile_cpn .footer-float.fixed {
  display: none;
}
@media screen and (min-width: 769px) {
  #mobile_cpn .footer-float.fixed {
    display: block;
    animation: fadeIn 0.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.5s ease 0s 1 normal;
  }
}
#mobile_cpn .footer-float-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 17px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  #mobile_cpn .footer-float-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#mobile_cpn .footer-float-caption {
  width: 100%;
  margin-right: 0;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  #mobile_cpn .footer-float-caption {
    width: 586px;
    margin-bottom: 0;
  }
}
#mobile_cpn .footer-float-caption span {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 1px;
  width: 100%;
}
#mobile_cpn .footer-float-caption a {
  width: 200px;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 769px) {
  #mobile_cpn .footer-float-caption a {
    width: 400px;
  }
}
#mobile_cpn .footer-float-caption a img {
  width: 100%;
}
#mobile_cpn .footer-float-btn {
  width: 70%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #mobile_cpn .footer-float-btn {
    width: 100%;
    margin: 0;
  }
}
#mobile_cpn .footer-float-btn .button > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 18px !important;
  font-weight: 500 !important;
  display: inline-block;
  padding: 18px 40px;
  text-decoration: none;
  background: #ff008c;
  color: #fff;
  border-radius: 44px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
}
#mobile_cpn .slick-slider img.slide-arrow {
  width: 40px;
  position: absolute;
  top: 39%;
  z-index: 2;
}
#mobile_cpn .slick-slider img.slide-arrow.prev-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -10px;
}
#mobile_cpn .slick-slider img.slide-arrow.next-arrow {
  right: -10px;
}
#mobile_cpn .slick-slider .custom_dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px auto 0;
}
#mobile_cpn .slick-slider .custom_dots li {
  border-radius: 50%;
  border: 2px solid #000;
  width: 12px;
  height: 12px;
  background: #fff;
  margin: 0 10px;
}
#mobile_cpn .slick-slider .custom_dots li.slick-active {
  background: #fbc72a;
}
#mobile_cpn .slick-slider .custom_dots button {
  color: rgba(0, 0, 0, 0);
}
#mobile_cpn .slick-slider .slick-disabled {
  display: none;
}
.scrollDown {
  position: absolute;
  bottom: 109px;
  left: 0;
  right: 0;
  width: 12px;
  height: 12px;
  margin: 0 auto;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 1.5s infinite;
  opacity: 0;
  -webkit-animation: sdb 1.6s infinite 4s;
  animation: sdb 1.6s infinite 4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(-5px, 5px);
    transform: rotate(-45deg) translate(-5px, 5px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    transform: rotate(-45deg) translate(-10px, 10px);
    opacity: 0;
  }
}
.header-menu {
  font-size: 16px !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.header-menu-list {
  font-size: 0.85rem !important;
}
.header-menu-list li a {
  padding: 20px 28px 19px !important;
  display: block;
  height: auto;
  color: #fff;
  line-height: 1;
  font-size: 18px;
}
.header-menu-list li a:hover,
.header-menu-list li a:active {
  border-bottom: 1px solid #fff;
}
.lp .pl-mainimg .txt {
  top: 0;
  left: 0;
}
.lp .pl-mainimg .txt img {
  width: 100%;
}
.lp .pl-mainimg .bg {
  position: static;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
}
.pl-mainimg .bg li {
  position: static;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: top center no-repeat;
  background-size: cover;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}
.lp .pl-mainimg .cnt .bg li:nth-child(1) {
  background: #ff008c;
}
.lp .pl-mainimg .bg img {
  width: 76%;
  display: block;
}
.lp .pl-mainimg .cnt {
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  color: #000;
}
.lp .pl-mainimg .cnt .bg-cyan {
  position: absolute;
  bottom: 0;
  left: 46%;
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
.lp .pl-mainimg .cnt .bg-cyan .txt {
  width: 30vw;
  margin-top: 4.14167vw;
  line-height: 1.5833333333;
}
.lp .ttl span,
.lp .ttl strong {
  position: relative;
  display: inline-block;
  height: 61px;
  padding-bottom: 13px;
  vertical-align: top;
  text-align: center;
  font-size: 36px;
  font-size: 46px;
  line-height: 2.3;
}
.lp .ttl span:after,
.lp .ttl strong:after {
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  display: block;
  width: 100%;
  margin: 0 auto;
  border-bottom: none;
  content: " ";
}
.lp .pl-mainimg .txt {
  bottom: 97px;
}
.lp .pl-mainimg .link-coupon {
  bottom: 27px;
}
@media screen and (max-width: 320px) {
  #mobile_cpn .topbar-logo img {
    width: 100px;
  }
}
.lp .topbar .wrapper-entry.header {
  position: absolute;
  right: 18px;
  top: 14px;
  padding: 0;
  background: none;
  height: auto;
  width: auto;
}
.lp .topbar .wrapper-entry .pl-free-btn:before,
.lp .topbar .wrapper-entry .pl-free-btn:after {
  display: none;
}
.lp .topbar .pl-free-btn {
  padding: 0 10px;
  min-width: 0;
  border-radius: 4px;
  background: #ff008c;
  font-size: 20px;
  font-size: 16px;
  line-height: 1;
  height: auto;
  padding: 14px;
  width: 160px;
}
.lp .pl-free-btn {
  background: #ff008c;
  font-size: 20px;
  padding-right: 0;
  padding: 0;
}
.lp .pl-mainimg .ttl,
.lp .pl-mainimg .txt {
  position: static;
  margin: 0 auto;
}
.lp .pl-mainimg .txt {
  bottom: 0;
}
.lp .pl-mainimg .ttl,
.lp .pl-mainimg .txt {
  width: 100%;
}
.lp .wrapper-entry .block-entry-comment {
  top: -44px;
  left: -11%;
  padding-top: 20px;
  font-size: 11px;
  line-height: 1.4;
}
.lp .wrapper-device ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.lp .wrapper-device ul li {
  width: 22%;
  width: -webkit-calc(100% / 4);
  width: 25%;
  text-align: center;
  font-size: 19px;
  font-weight: bold;
  line-height: 32px;
}
.lp .wrapper-device ul li > h3 {
  color: #d1d1d1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 82px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 14px;
}
.lp .wrapper-device dl dt span {
  display: inline-block;
  color: #3fb1e5;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  letter-spacing: -0.05em;
  font-weight: bold;
}
.lp .wrapper-device dl dd {
  width: 100%;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 90px;
}
.lp .wrapper-device dl dt {
  width: 100%;
  margin-bottom: 0;
  text-align: center;
  height: auto;
}
.lp .wrapper-device {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.lp .faq {
  padding-bottom: 1px;
}
.btn-default {
  width: 100%;
  height: 48%;
  margin: 0 auto;
  border-radius: 12px;
  background: #ff008c;
  font-size: 4.6vw;
  padding-right: 0;
}
.slick-slide img {
  width: 94%;
  display: block;
  margin: 0 auto;
}
.copyright {
  padding: 0 3% 18px;
  color: #000;
  font-size: 12px;
  text-align: center;
  background: #fff;
  margin-top: 12px;
}
.lp .wrapper-entry .pl-free-btn:before {
  top: 0;
  right: 14px;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  border: none;
  border-radius: 39px;
  background-color: #fff;
}
.lp .wrapper-entry .pl-free-btn:after {
  right: 22px;
  width: 7px;
  height: 7px;
  border: 5px solid #ff008c;
  border-width: 2px 2px 0 0;
  border-radius: 2px;
}
.lp .pl-free-btn:hover {
  border-color: rgba(0, 0, 0, 0);
  background-color: #ff1212;
  color: #fff !important;
  -webkit-transition: 0.2s cubic-bezier(0, 0, 0.58, 1), 0.1s cubic-bezier(0, 0, 0.58, 1) box-shadow;
  transition: 0.2s cubic-bezier(0, 0, 0.58, 1), 0.1s cubic-bezier(0, 0, 0.58, 1) box-shadow;
}
.lp .wrapper-entry .pl-free-btn:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#mobile_cpn a:hover,
#mobile_cpn a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#mobile_cpn a:hover,
#mobile_cpn a > img:hover {
  opacity: 0.7;
}
#mobile_cpn header#menu nav ul li a:hover {
  color: #fff !important;
}
.lp .wrapper-entry-and-fav {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}
.lp .wrapper-device dl dt svg {
  width: 74%;
  height: auto;
}
.lp .wrapper-entry .block-entry-comment span {
  font-size: 12px;
}
.lp .superpoint .wrapper-point-image img {
  display: block;
  width: 298px !important;
  margin: 18px auto 24px;
}
#mobile_cpn .footer {
  width: 100%;
  height: auto;
  z-index: 0;
  background: #fff;
}
#mobile_cpn .footer .footer-logo {
  width: 165px;
}
.modal .plan-list {
  width: 547px;
  margin: 30px auto 0;
  text-align: center;
}
.modal .pa_ad_lp_modal_btn {
  position: relative;
  display: block;
  height: 64px;
  padding-right: 52px;
  border-radius: 5px;
  background: #fb5427;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 64px;
}
.modal .pa_ad_lp_modal_btn:before {
  position: absolute;
  top: 13px;
  right: 58px;
  bottom: 13px;
  display: block;
  width: 1px;
  height: auto;
  background: #fff;
  content: "";
}
.modal .pa_ad_lp_modal_btn:after {
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  display: block;
  width: 12px;
  height: 12px;
  margin: auto;
  border: 2px solid #fff;
  border-width: 2px 2px 0 0;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .pa_ad_lp_modal_btn .btnTxt {
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
}
.modal .pa_ad_lp_modal_btn .btnTxt.bt1 {
  display: inline;
}
.modal .pa_ad_lp_modal_btn .btnTxt.bt2 {
  font-size: 19px;
  font-size: 1.1875rem;
  display: inline;
}
.modal .pa_ad_lp_modal_btn .btnTxt.bt3 {
  font-size: 19px;
  font-size: 1.1875rem;
  display: inline;
}
.lp .wrapper-entry .pl-free-btn {
  padding-left: 0;
}
.pl-free-btn:before {
  display: none !important;
}
.pl-free-btn:after {
  display: none !important;
}
body {
  padding-bottom: 0;
}
.txt-allout {
  margin-top: 12px;
}
.btn-details a {
  width: 460px;
  margin: 18px auto 0;
  display: block;
  color: #fff;
  font-size: 16px;
  border: 2px solid #fff;
  padding: 18px 90px;
  border-radius: 36px;
  background: url(/static/pacificleague/lp/mobile_cpn/_common/img/arrow-right-wh.png) no-repeat 97% center;
  background-size: 6%;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.btn-details a:hover {
  color: #000;
  background: url(/static/pacificleague/lp/mobile_cpn/_common/img/arrow-right-bk.png) no-repeat 97% center, #d1d1d1;
  background-size: 6%;
}
.lp .faq ul.list {
  background: #fff;
  padding: 40px 45px;
}
.lp .faq ul.list li {
  width: 100%;
  color: #000;
  background-color: #e4f1ff;
  border-radius: 8px;
  border: none;
  position: relative;
}
.lp .faq ul.list li:before {
  content: "";
  display: block;
  background: url(/static/mobile_cpn/lp/seiyuchannel/_common/img/icon-q.png) no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  position: absolute;
  top: 10px;
  left: 22px;
}
.lp .faq ul.list li .ttl:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  color: #2f80ed;
  content: "ANSWER+";
  letter-spacing: 2px;
  font-size: 20px;
}
.lp .faq ul.list li .text-wrap {
  display: none;
  margin: 0 auto !important;
  border-top: 1px solid #ccc;
  padding-top: 24px;
}
.pc-break {
  display: break;
}
.sp-break {
  display: none;
}
.txt-fq {
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 24px;
}
.plModal_closeBtn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 70px;
  height: 70px;
  background-size: 40%;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: pointer;
}
.icon-close {
  background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205L12%2010.59L6.41%205L5%206.41L10.59%2012L5%2017.59L6.41%2019L12%2013.41L17.59%2019L19%2017.59L13.41%2012L19%206.41Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center center;
}
.pModal_in {
  max-height: 95vh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 40px 14px;
}
.pModal_head {
  color: #fff;
  text-align: center;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.pModal_ttl {
  font-weight: 700;
  font-size: 34px;
  line-height: 1;
}
.pModal_copy {
  margin-top: 14px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 1.6;
}
.pModal_body {
  margin-top: 38px;
}
.pModal_tbl {
  margin-bottom: env(safe-area-inset-bottom) !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  border-right: 1px solid #777;
  color: #fff;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.plModal ol,
.plModal ul {
  list-style: none;
}
.pModal_clm-h {
  width: 175px;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.pModal_clm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.banner_link {
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}
.monthly-cell_big,
.yearly-cell_big {
  position: relative;
}
.monthly-cell_big .target_plan,
.yearly-cell_big .target_plan {
  list-style: none;
  position: absolute;
  z-index: 2;
  top: -72px;
  left: 14%;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #ff008c;
  font-size: 18px;
  font-weight: 700;
  background: #fff;
  border: solid 2px #ff008c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.monthly-cell_big .target_plan::before,
.yearly-cell_big .target_plan::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid rgba(0, 0, 0, 0);
  border-top: 16px solid #fff;
  z-index: 2;
}
.monthly-cell_big .target_plan::after,
.yearly-cell_big .target_plan::after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 50%;
  margin-left: -10px;
  border: 10px solid rgba(0, 0, 0, 0);
  border-top: 18px solid #ff008c;
  z-index: 1;
}
.monthly-cell_big > .pModal_clm_head,
.yearly-cell_big > .pModal_clm_head {
  border-top: solid 4px #ff008c;
}
.monthly-cell_big > .pModal_cell,
.yearly-cell_big > .pModal_cell {
  border-left: solid 4px #ff008c;
  border-right: solid 4px #ff008c;
}
.monthly-cell_big > .pModal_cell-btn03,
.yearly-cell_big > .pModal_cell-btn03 {
  border-bottom: solid 4px #ff008c;
}
.pModal_clm-h .pModal_cell {
  border-left: none;
  background: rgba(0, 0, 0, 0.3);
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
}
.pModal_cell {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  border-left: 1px solid #777;
  font-size: 14px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pModal_clm_head {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 56px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.pModal_cell + .pModal_cell {
  border-top: 1px solid #444;
}
.pModal_clm-h .pModal_cell {
  border-left: none;
  background: rgba(0, 0, 0, 0.3);
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  justify-content: start;
}
.pModal_cell {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 12px;
  border-left: 1px solid #777;
  font-size: 14px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.modal .modal-cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80vw;
  max-width: 80vw;
  padding: 0;
  background: #242424;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 8px;
}
.pModal_help {
  position: absolute;
  top: 12px;
  left: 0;
  color: #fff !important;
  font-size: 13px;
}
.pModal_help .icon-faq {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 0.3em;
  background-size: 140%;
  vertical-align: top;
}
.icon-faq {
  background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M11.9998%203.66669C7.39984%203.66669%203.6665%207.40002%203.6665%2012C3.6665%2016.6%207.39984%2020.3334%2011.9998%2020.3334C16.5998%2020.3334%2020.3332%2016.6%2020.3332%2012C20.3332%207.40002%2016.5998%203.66669%2011.9998%203.66669ZM12.8332%2017.8334H11.1665V16.1667H12.8332V17.8334ZM14.5582%2011.375L13.8082%2012.1417C13.2082%2012.75%2012.8332%2013.25%2012.8332%2014.5H11.1665V14.0834C11.1665%2013.1667%2011.5415%2012.3334%2012.1415%2011.725L13.1748%2010.675C13.4832%2010.375%2013.6665%209.95835%2013.6665%209.50002C13.6665%208.58335%2012.9165%207.83335%2011.9998%207.83335C11.0832%207.83335%2010.3332%208.58335%2010.3332%209.50002H8.6665C8.6665%207.65835%2010.1582%206.16669%2011.9998%206.16669C13.8415%206.16669%2015.3332%207.65835%2015.3332%209.50002C15.3332%2010.2334%2015.0332%2010.9%2014.5582%2011.375Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center center;
}
.pModal_clm-free .pModal_planName {
  color: #aaa;
  font-size: 20px;
}
.pModal_clm-free .icon-close {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}
.pModal_clm-free .icon-close,
.pModal_clm-free .icon-check {
  display: block;
  width: 24px;
  height: 24px;
}
.icon-close {
  background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M19%206.41L17.59%205L12%2010.59L6.41%205L5%206.41L10.59%2012L5%2017.59L6.41%2019L12%2013.41L17.59%2019L19%2017.59L13.41%2012L19%206.41Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center center;
}
.pModal_clm-free .icon-close,
.pModal_clm-free .icon-check {
  display: block;
  width: 24px;
  height: 24px;
}
.icon-check {
  background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.59%207.58L10%2014.17L6.41%2010.59L5%2012L10%2017L18%209L16.59%207.58ZM12%202C6.48%202%202%206.48%202%2012C2%2017.52%206.48%2022%2012%2022C17.52%2022%2022%2017.52%2022%2012C22%206.48%2017.52%202%2012%202ZM12%2020C7.58%2020%204%2016.42%204%2012C4%207.58%207.58%204%2012%204C16.42%204%2020%207.58%2020%2012C20%2016.42%2016.42%2020%2012%2020Z%22%20fill%3D%22%232C98F0%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center center;
}
.pModal_clm-plan .pModal_planName {
  color: #fff;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
[class^="icon-"],
[class*=" icon-"] {
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: icons !important;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pModal_clm-plan .pModal_planName .price {
  display: inline-block;
  padding: 2px 0.15em 0 0.35em;
  font-weight: 700;
  font-size: 24px;
}
.pModal_cell-video {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 160px;
  font-size: 16px;
}
.pModal_cell-video .icon-check {
  width: 52px;
  height: 52px;
  margin-bottom: 8px;
  background-size: 100%;
}
.pModal_clm-plan .icon-check {
  display: block;
  width: 24px;
  height: 24px;
}
.icon-check {
  background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.59%207.58L10%2014.17L6.41%2010.59L5%2012L10%2017L18%209L16.59%207.58ZM12%202C6.48%202%202%206.48%202%2012C2%2017.52%206.48%2022%2012%2022C17.52%2022%2022%2017.52%2022%2012C22%206.48%2017.52%202%2012%202ZM12%2020C7.58%2020%204%2016.42%204%2012C4%207.58%207.58%204%2012%204C16.42%204%2020%207.58%2020%2012C20%2016.42%2016.42%2020%2012%2020Z%22%20fill%3D%22%232C98F0%22%2F%3E%3C%2Fsvg%3E)
    no-repeat center center;
}
.pModal_btn {
  position: relative;
  display: block;
  width: 220px;
  padding: 10px 0 12px;
  border-radius: 8px;
  background-color: #f24848;
  color: #fff !important;
  text-align: center;
  cursor: pointer;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.pModal_btn_txt {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.2;
}
.pModal_btn_txtSub {
  display: block;
  margin-top: 4px;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
}
.pModal_btn .icon-forward {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-forward {
  background: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22white%22%20d%3D%22M9.235%205L7.59%206.645L12.9333%2012L7.59%2017.355L9.235%2019L16.235%2012L9.235%205Z%22%20%2F%3E%3C%2Fsvg%3E) no-repeat center center;
}
.pModal_cell-btn-none {
  border-left: none;
  background-color: rgba(0, 0, 0, 0) !important;
}
.pModal_cell-btn-none {
  border-left: none;
  background-color: rgba(0, 0, 0, 0) !important;
}
.pModal_cell-btn {
  position: relative;
  height: auto;
  padding: 16px 16px 12px;
  border-top: 1px solid #777 !important;
}
.pModal_cell-btn02 {
  position: relative;
  height: auto;
  padding: 16px 16px 12px;
  border-top: none !important;
}
.pModal_cell-btn03 {
  position: relative;
  height: auto;
  padding: 16px;
  border-top: 1px solid #777 !important;
}
.pModal_note {
  margin: 0 auto 40px;
  text-align: center;
  right: 0;
  bottom: 0;
  display: block;
  width: 504px;
  padding-top: 6px;
  color: #fff;
  white-space: nowrap;
  font-size: 15px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.pModal_cell-video .icon-check {
  width: 52px;
  height: 52px;
  margin-bottom: 8px;
  background-size: 100%;
}
.qa-link {
  color: #ff008c !important;
  text-decoration: underline !important;
}
.lp .faq ul.list li .ttl.js-on:after {
  color: #ff008c !important;
}
#header-box {
  width: 100%;
  background-color: #262626;
  height: 500px;
}
#header-box #header-inner-box {
  max-width: 1168px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header-box #header-inner-box .txt-box {
  margin-top: 72px;
  width: 40.6vw;
  text-align: center;
}
#header-box #header-inner-box .txt-box img {
  width: 400px;
  max-width: 400px;
}
.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.popup .popup-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 600px;
  background-color: #fff;
  z-index: 2;
}
.popup .popup-inner .close-btn {
  position: absolute;
  right: -16px;
  top: -16px;
  width: 32px;
  height: 32px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  background: #2f80ed;
  border-radius: 50%;
  border: 2px solid #fff;
}
.popup .popup-inner .close-btn > i {
  font-size: 20px;
  color: #fff;
}
.popup .popup-inner h2.ttl-new-cpn {
  color: #fff;
  background: #ff008c;
  text-align: center;
  padding: 12px 0;
  font-size: 20px;
  font-weight: 800;
  line-height: 28px;
}
.popup .popup-inner .txt-sec {
  padding: 24px 40px;
  max-height: 368px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.popup .popup-inner .txt-sec > h3 {
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 24px;
}
.popup .popup-inner .txt-sec .big-deal {
  font-size: 14px;
  line-height: 22px;
}
.popup .popup-inner .txt-sec .big-deal .precautionary-statement {
  margin-top: 4px;
  font-size: 12px;
}
.popup .black-background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
  cursor: pointer;
}
.popup.is-show {
  opacity: 1;
  visibility: visible;
}
.wrapper {
  min-width: 1032px !important;
  margin: 0 auto;
}
.sp .wrapper {
  min-width: 100% !important;
  width: 100%;
}
.the-rgroup-nav,
#the-header,
#mainHeader,
.headerGenreMenu {
  display: none;
}
.lp section.content {
  padding-top: 12px !important;
}
.anchor_ut {
  padding-top: 120px;
  margin-top: -120px;
}
.sp .anchor_ut {
  padding-top: 70px;
  margin-top: -70px;
}
.anchor_ut02 {
  padding-top: 70px;
  margin-top: -70px;
}
.sp .anchor_ut02 {
  padding-top: 40px;
  margin-top: -40px;
}
.button01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: top;
  -webkit-align-items: top;
  -ms-flex-align: top;
  align-items: top;
  padding: 28px 20px;
}
.sp .button01 {
  padding: 28px 0;
}
.sp .button01 .btn-mobile-sec,
.sp .button01 .btn-plg-sec {
  width: 100%;
  margin: 0 auto 3%;
}
.button01 .btn-mobile-sec .txt-caution02,
.button01 .btn-plg-sec .txt-caution02 {
  margin-top: 5px;
  color: #676767;
  font-size: 12px !important;
  line-height: 18px !important;
  text-align: center;
}
.button01 .btn-mobile-sec .txt-caution02 > a,
.button01 .btn-plg-sec .txt-caution02 > a {
  color: #0072bf;
}
.button01 .btn-mobile-sec > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 18px !important;
  font-weight: 500 !important;
  display: inline-block;
  padding: 30px 40px;
  text-decoration: none;
  background: #ff008c;
  color: #fff;
  border-radius: 44px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  color: #fff !important;
  line-height: 22px !important;
  width: 416px;
}
.sp .button01 .btn-mobile-sec > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 14px !important;
  font-weight: bolder;
  font-weight: 500 !important;
  line-height: 40px;
  display: inline-block;
  text-decoration: none;
  background: #ff008c;
  color: #2f80ed;
  border-radius: 41px;
  text-align: center;
  height: 82px;
  width: 100%;
}
.button01 .btn-plg-sec > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 18px !important;
  font-weight: 500 !important;
  display: inline-block;
  padding: 18px 40px 20px;
  text-decoration: none;
  background: #ffe913;
  color: #2f80ed;
  border-radius: 44px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  width: 416px;
}
.sp .button01 .btn-plg-sec > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 14px !important;
  font-weight: bolder;
  font-weight: 500 !important;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  background: #ffe913;
  color: #2f80ed;
  border-radius: 41px;
  text-align: center;
  height: 82px;
  width: 100%;
}
.button02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 20px;
}
.sp .button02 .btn-mobile-sec,
.sp .button02 .btn-plg-sec {
  width: 100%;
  margin: 0 auto 3%;
}
.button02 .btn-mobile-sec .txt-caution02,
.button02 .btn-plg-sec .txt-caution02 {
  margin-top: 5px;
  color: #676767;
  font-size: 12px !important;
  line-height: 18px !important;
  text-align: center;
  margin-top: 12px;
}
.button02 .btn-mobile-sec .txt-caution02 > a,
.button02 .btn-plg-sec .txt-caution02 > a {
  color: #0072bf;
}
.button02 .btn-mobile-sec > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 18px !important;
  font-weight: 500 !important;
  display: inline-block;
  padding: 18px 40px;
  text-decoration: none;
  background: #ff008c;
  color: #fff;
  border-radius: 44px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  color: #fff !important;
  width: 480px;
  margin-right: 12px;
}
.sp .button02 .btn-mobile-sec > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 14px !important;
  font-weight: bolder;
  font-weight: 500 !important;
  line-height: 40px;
  display: inline-block;
  text-decoration: none;
  background: #ff008c;
  color: #2f80ed;
  border-radius: 41px;
  text-align: center;
  height: 82px;
  width: 100%;
}
.button02 .btn-plg-sec > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 18px !important;
  font-weight: 500 !important;
  display: inline-block;
  padding: 18px 40px 20px;
  text-decoration: none;
  background: #ffe913;
  color: #2f80ed;
  border-radius: 44px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
}
.sp .button02 .btn-plg-sec > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 14px !important;
  font-weight: bolder;
  font-weight: 500 !important;
  line-height: 22px;
  display: inline-block;
  text-decoration: none;
  background: #ffe913;
  color: #2f80ed;
  border-radius: 41px;
  text-align: center;
  height: 82px;
  line-height: 22px !important;
  width: 100%;
  padding: 18px;
}
.button02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 20px;
}
.sp .button02 .btn-mobile-sec_price01,
.sp .button02 .btn-mobile-sec_price02 {
  width: 100%;
  margin: 0 auto 3%;
}
.button02 .btn-mobile-sec_price01 .txt-caution02,
.button02 .btn-mobile-sec_price02 .txt-caution02 {
  margin-top: 5px;
  color: #676767;
  font-size: 12px !important;
  line-height: 18px !important;
  text-align: left;
  margin-top: 12px;
}
.button02 .btn-mobile-sec_price01 .txt-caution02 > a,
.button02 .btn-mobile-sec_price02 .txt-caution02 > a {
  color: #0072bf;
}
.button02 .btn-mobile-sec_price01 > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 18px !important;
  font-weight: 500 !important;
  display: inline-block;
  padding: 18px 40px;
  text-decoration: none;
  background: #ff008c;
  color: #fff;
  border-radius: 44px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  color: #fff;
  margin-right: 14px;
  width: 440px;
}
.sp .button02 .btn-mobile-sec_price01 > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 14px !important;
  font-weight: bolder;
  font-weight: 500 !important;
  line-height: 40px;
  display: inline-block;
  text-decoration: none;
  background: #ff008c;
  color: #2f80ed;
  border-radius: 41px;
  text-align: center;
  height: 82px;
  color: #fff;
  margin-right: 0;
  margin-bottom: 10px;
  width: 100%;
}
.button02 .btn-mobile-sec_price02 > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 18px !important;
  font-weight: 500 !important;
  display: inline-block;
  padding: 18px 40px;
  text-decoration: none;
  background: #ff008c;
  color: #fff;
  border-radius: 44px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  color: #ff008c;
  background-color: #fff;
  border: 1px solid #ff008c;
  width: 440px;
}
.sp .button02 .btn-mobile-sec_price02 > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 14px !important;
  font-weight: bolder;
  font-weight: 500 !important;
  line-height: 40px;
  display: inline-block;
  text-decoration: none;
  background: #ff008c;
  color: #2f80ed;
  border-radius: 41px;
  text-align: center;
  height: 82px;
  width: 100%;
  color: #ff008c;
  background-color: #fff;
  border: 1px solid #ff008c;
}
.mobile_cpn_block a,
.mobile_cpn_block p {
  font-family: "Noto Sans JP", sans-serif;
}
.mobile_cpn_block img {
  width: 100%;
  height: auto;
}
.mobile_cpn_block-main_logo {
  background: #fff;
  height: 64px;
}
.sp .mobile_cpn_block-main_logo {
  padding: 4% 0;
  height: auto;
}
.mobile_cpn_block-main_logo > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.mobile_cpn_block-main_logo > ul > li:first-child {
  width: 178px;
}
.sp .mobile_cpn_block-main_logo > ul > li:first-child {
  width: 36%;
}
.mobile_cpn_block-main_logo > ul > li:nth-child(2) {
  width: 28px;
  padding: 0 6px;
}
.sp .mobile_cpn_block-main_logo > ul > li:nth-child(2) {
  width: 6%;
}
.mobile_cpn_block-main_logo > ul > li:nth-child(3) {
  width: 240px;
}
.sp .mobile_cpn_block-main_logo > ul > li:nth-child(3) {
  width: 42%;
}
.mobile_cpn_block-main_content {
  background: #262626;
}
.sp .mobile_cpn_block-main_content {
  height: auto;
  background: rgba(0, 0, 0, 0);
  min-width: 100%;
}
.mobile_cpn_block-main_content h1 {
  text-align: center;
}
.mobile_cpn_block-main_content h1 img {
  width: 1032px;
}
.sp .mobile_cpn_block-main_content h1 img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.mobile_cpn_block-main_content > h2.mv-lead {
  width: 602px;
  margin: 0 auto;
}
.sp .mobile_cpn_block-main_content > h2.mv-lead {
  display: none;
}
.mobile_cpn_block-main_duration {
  background: #333;
  text-align: center;
  font-size: 20px;
  padding: 22px 0;
}
.sp .mobile_cpn_block-main_duration {
  padding: 3% 0;
  line-height: 32px;
}
.mobile_cpn_block-main_nav {
  background-color: #333;
  position: relative;
  width: 100%;
  z-index: 10;
  font-weight: bold;
}
.mobile_cpn_block-main_nav.fixed {
  border-top: 0px solid #dcdcdc;
  position: fixed;
  top: 0;
  left: 0;
}
.mobile_cpn_block-main_nav .g-nav-menu {
  width: 1032px;
  height: 66px;
  margin: 0 auto;
  clear: both;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sp .mobile_cpn_block-main_nav .g-nav-menu {
  width: 100%;
  height: auto;
  padding: 3% 3% 3.6%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mobile_cpn_block-main_nav .g-nav-menu .logo {
  width: 406px;
  text-align: left;
  float: left;
}
.mobile_cpn_block-main_nav .g-nav-menu .logo > a img {
  width: 126px;
}
.sp .mobile_cpn_block-main_nav .g-nav-menu .logo > a img {
  width: 100%;
}
.sp .mobile_cpn_block-main_nav .g-nav-menu .logo {
  width: 40%;
}
.mobile_cpn_block-main_nav .g-nav-menu ul {
  width: 100%;
  display: inline-block;
  font-weight: 500;
  text-align: right;
}
.mobile_cpn_block-main_nav .g-nav-menu ul li {
  display: inline-block;
  padding-right: 26px;
}
.sp .mobile_cpn_block-main_nav .g-nav-menu ul li {
  padding-right: 0;
  display: block;
}
.mobile_cpn_block-main_nav .g-nav-menu ul li a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 15px !important;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 25px;
  display: inline-block;
}
.mobile_cpn_block-main_nav .g-nav-menu ul li a:hover {
  color: #ff008c;
  opacity: 1 !important;
}
@media screen and (max-width: 992px) {
  .mobile_cpn_block-main_nav .g-nav-menu ul li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .mobile_cpn_block-main_nav .g-nav-menu ul li a {
    font-size: 10px;
  }
}
.mobile_cpn_block-main_nav .g-nav-menu ul li:last-child {
  display: inline-block;
  padding-right: 0;
}
.sp .mobile_cpn_block-main_nav .g-nav-menu ul li:last-child {
  padding-right: 0;
  display: block;
}
.mobile_cpn_block-main_nav .g-nav-menu > .btn-sec a {
  width: 310px;
  text-align: center;
  padding: 12px;
  display: block;
  font-size: 18px;
  color: #fff;
  background: #ff008c;
  border-radius: 24px;
}
.sp .mobile_cpn_block-main_nav .g-nav-menu > .btn-sec a {
  font-size: 14px;
  width: 100%;
}
.mobile_cpn_block-main_nav .service-menu {
  line-height: 24px;
  padding: 2% 3% 2%;
  background: #ff008c;
}
.sp .mobile_cpn_block-main_nav .service-menu {
  padding: 2%;
}
.mobile_cpn_block-main_nav .service-menu > li {
  width: auto !important;
  display: inline-block;
}
.mobile_cpn_block-main_nav .service-menu > li > a {
  color: #fff;
}
.mobile_cpn_block-main_nav .service-menu > li:after {
  content: "/";
  display: inline-block;
  padding: 0 3px;
}
.sp .mobile_cpn_block-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sp .mobile_cpn_block-main_content {
  background: #000328;
  border-top: 1px solid #fff;
  padding: 0;
}
.sp .mobile_cpn_block-main_nav {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-top: 0;
}
.sp .mobile_cpn_block-main_nav ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sp .mobile_cpn_block-main_nav ul li {
  padding: 0;
  width: 33.33%;
}
.sp .mobile_cpn_block-main_nav ul li a::after {
  content: none;
}
.sp .mobile_cpn_block-main_nav ul li a img {
  max-width: 243px;
}
.mobile_cpn_block .block {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  background: #2f80ed;
  position: relative;
  padding: 12px;
}
.mobile_cpn_block .block h2 {
  text-align: center;
  position: relative;
  z-index: 5;
}
.mobile_cpn_block .block > h3 {
  margin-top: 10px;
  color: #2f80ed;
  font-size: 24px;
  text-align: center;
}
.sp .mobile_cpn_block .block > h3 {
  font-size: 22px;
  line-height: 32px;
}
.mobile_cpn_block .block .button {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 26px;
  text-align: center;
}
.mobile_cpn_block .block .button > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 18px !important;
  font-weight: 500 !important;
  display: inline-block;
  padding: 18px 40px;
  text-decoration: none;
  background: #ff008c;
  color: #fff;
  border-radius: 44px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
}
.sp .mobile_cpn_block .block .button > a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 14px !important;
  font-weight: bolder;
  font-weight: 500 !important;
  line-height: 40px;
  display: inline-block;
  text-decoration: none;
  background: #ff008c;
  color: #2f80ed;
  border-radius: 41px;
  text-align: center;
  height: 82px;
}
.mobile_cpn_block .block .button p {
  color: #2f80ed;
}
.mobile_cpn_block .block .button p a {
  color: #2f80ed;
  text-decoration: underline;
  font-weight: bold;
}
.mobile_cpn_block .block .button .watch {
  margin-top: 10px;
}
.sp .mobile_cpn_block .block {
  margin-left: 10px;
  margin-right: 10px;
}
.sp .mobile_cpn_block .block h2 {
  text-align: center;
  position: relative;
  z-index: 5;
}
.sp .mobile_cpn_block .block .button {
  width: 100%;
  border-top: 0px;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 16px 0;
  text-align: center;
}
.sp .mobile_cpn_block .block .button p {
  color: #2f80ed;
}
.sp .mobile_cpn_block .block .button p a {
  color: #2f80ed;
  text-decoration: underline;
}
.mobile_cpn_block-plan {
  background-color: #fff;
  padding: 50px 0 40px;
}
.sp .mobile_cpn_block-plan {
  padding: 50px 4% 40px;
}
.mobile_cpn_block-plan-inner > h2 {
  color: #333;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
}
.sp .mobile_cpn_block-plan-inner > h2 {
  font-size: 26px;
}
.mobile_cpn_block-plan-inner > h3 {
  color: #333;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
.sp .mobile_cpn_block-plan-inner > h3 {
  font-size: 22px;
  line-height: 32px;
}
.sec-faq {
  background-color: #2f80ed;
}
.sec-faq .ttl-qa {
  width: 100%;
  text-align: center;
  position: relative;
  display: inline-block;
  padding-bottom: 13px;
  vertical-align: top;
  text-align: center;
  font-size: 36px;
  font-size: 46px;
  line-height: 2.3;
}
.sec-faq .ttl {
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.05em;
  padding-left: 66px;
}
.sp .sec-faq .inner {
  width: 96%;
}
.sp .sec-faq .inner .ttl-qa {
  font-size: 2rem;
  line-height: 42px;
}
.sp .sec-faq .inner .ttl {
  line-height: 1.4;
  padding-left: 18%;
}
.nighter_cpn .cpnInformations {
  background-color: #2f80ed;
}
.lead-sec {
  background-color: #f7f7f7;
  padding: 14px 0 32px;
}
.sp .lead-sec {
  padding: 6% 4%;
}
.lead-sec .lead-inner-sec {
  margin: 0 auto;
}
.sp .lead-sec .lead-inner-sec {
  width: 100%;
}
.lead-sec .lead-inner-sec .txt-caution01 {
  color: #676767;
  font-size: 12px;
  line-height: 18px;
  text-indent: -11px;
  padding-left: 11px;
}
.sp .lead-sec .lead-inner-sec .txt-caution01 {
  padding: 0 0 0 13px;
}
.lead-sec .lead-inner-sec .txt-caution01 a {
  color: #ff008c;
  font-weight: 800;
  text-decoration: underline;
}
.lead-sec .lead-inner-sec .txt-caution01 a:hover {
  text-decoration: none;
}
.lead-sec .lead-inner-sec .txt-caution01 span {
  color: #ff008c;
  font-weight: 800;
}
.lead-sec .lead-inner-sec .cpn_terms_block {
  background: #fff;
  margin: 26px auto 0;
  padding: 28px 24px;
}
.sp .lead-sec .lead-inner-sec .cpn_terms_block {
  padding: 28px 8%;
}
.lead-sec .lead-inner-sec .cpn_terms_block > h2 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}
.sp .lead-sec .lead-inner-sec .cpn_terms_block > h2 {
  font-size: 24px;
}
.lead-sec .lead-inner-sec .cpn_terms_block-variety {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.lead-sec .lead-inner-sec .cpn_terms_block-variety li:first-child {
  width: 406px;
}
.sp .lead-sec .lead-inner-sec .cpn_terms_block-variety li:first-child {
  width: 100%;
}
.lead-sec .lead-inner-sec .cpn_terms_block-variety li:nth-child(2) {
  width: 32px;
  margin: 0 6px;
}
.sp .lead-sec .lead-inner-sec .cpn_terms_block-variety li:nth-child(2) {
  margin: 0 auto;
}
.lead-sec .lead-inner-sec .cpn_terms_block-variety li:last-child {
  position: relative;
  display: inline-block;
  background: url(/static/mobile_cpn/lp/seiyuchannel/_common/img/cpn02_seiyu.png) center top no-repeat;
  background-size: contain;
  width: 406px;
  height: 229px;
  text-align: center;
}
.sp .lead-sec .lead-inner-sec .cpn_terms_block-variety li:last-child {
  background-size: auto 100%;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.lead-sec .lead-inner-sec .cpn_terms_block-variety li:last-child > a {
  text-align: center;
  display: inline-block;
  background: #fff;
  border: 2px solid #333;
  border-radius: 12px;
  padding: 15px;
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 122px;
}
.sp .lead-sec .lead-inner-sec .cpn_terms_block-variety li:last-child > a {
  width: 62%;
  font-size: 14px;
  padding: 2% 3%;
  position: absolute;
  left: 19%;
  bottom: 14%;
}
.lead-sec .lead-inner-sec .cpn_terms_block-variety li:last-child > a:hover {
  border: 2px solid #2f80ed;
  background: #2f80ed;
  color: #fff;
  opacity: 1 !important;
}
.billing-sec {
  margin-top: 42px;
}
.sp .billing-sec {
  padding: 0 3%;
}
.cpnInformations {
  padding: 0 !important;
}
.cpnInformations .cpnInformation .cpnInformationHeading {
  background: #ff008c !important;
}
.mobile_cpn_copy {
  width: 100%;
  height: 70px;
  background: -webkit-gradient(linear, left top, right top, from(#47262c), color-stop(50%, #47262c), color-stop(50%, #0b1221), to(#0b1221));
  background: -webkit-linear-gradient(left, #47262c 0%, #47262c 50%, #0b1221 50%, #0b1221 100%);
  background: linear-gradient(90deg, #47262c 0%, #47262c 50%, #0b1221 50%, #0b1221 100%);
}
.sp .mobile_cpn_copy {
  height: auto;
}
.mobile_cpn_copy .pic_mv {
  background: url(/static/pacificleague/lp/mobile_cpn/_common/220701/img/mno220701/bnr-top_pc02.png) center top no-repeat;
  background-size: auto 100%;
  height: 70px;
}
.sp .mobile_cpn_copy .pic_mv {
  height: auto;
}
.procedure-sec {
  margin: 18px auto 0;
  width: 1032px;
}
.sp .procedure-sec {
  width: 100%;
}
.procedure-sec > .option {
  position: relative;
  margin-bottom: 6px;
  background: #fff;
}
.procedure-sec > .option .toggle {
  display: none;
}
.procedure-sec > .option .title {
  font-size: 24px;
  border: solid 1px #e0e0e0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
  padding: 24px 24px 24px 70px;
  display: block;
  color: #333;
  font-weight: bold;
  position: relative;
  background: #fff;
  position: relative;
  z-index: 1;
}
.sp .procedure-sec > .option .title {
  font-size: 20px;
}
.procedure-sec > .option .title::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 32px;
  height: 32px;
  background: url(/static/pacificleague/lp/mobile_cpn/_common/220701/img/mno220701/circle-arrow-down.png) center top no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp .procedure-sec > .option .title::before {
  width: 26px;
  height: 26px;
}
.procedure-sec > .option .content {
  color: #333;
  max-height: 0;
  overflow: hidden;
  border: solid 1px #e0e0e0;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.procedure-sec > .option .content::before {
  width: 100%;
  height: 1px;
  content: "";
  display: inline-block;
  border-top: solid 1px #e0e0e0;
  position: absolute;
  top: 0;
}
.procedure-sec > .option .content_inner01,
.procedure-sec > .option .content_inner02 {
  width: 984px;
  margin: 28px auto 0;
  border: 1px solid #bfbfbf;
  padding: 30px 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sp .procedure-sec > .option .content_inner01,
.sp .procedure-sec > .option .content_inner02 {
  display: block;
  width: 90%;
  margin: 5% auto 0;
  padding: 2% 6% 8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.procedure-sec > .option .content_inner01 .illust-box,
.procedure-sec > .option .content_inner02 .illust-box {
  width: 280px;
}
.sp .procedure-sec > .option .content_inner01 .illust-box,
.sp .procedure-sec > .option .content_inner02 .illust-box {
  width: 100%;
}
.procedure-sec > .option .content_inner01 .instruct-box,
.procedure-sec > .option .content_inner02 .instruct-box {
  width: 580px;
}
.sp .procedure-sec > .option .content_inner01 .instruct-box,
.sp .procedure-sec > .option .content_inner02 .instruct-box {
  width: 100%;
}
.procedure-sec > .option .content_inner01 .instruct-box > h4,
.procedure-sec > .option .content_inner02 .instruct-box > h4 {
  font-size: 20px;
  margin-bottom: 28px;
}
.sp .procedure-sec > .option .content_inner01 .instruct-box > h4,
.sp .procedure-sec > .option .content_inner02 .instruct-box > h4 {
  font-size: 17px;
  margin-top: 8px;
}
.procedure-sec > .option .content_inner01 .instruct-box > h4 > span,
.procedure-sec > .option .content_inner02 .instruct-box > h4 > span {
  font-weight: 400;
}
.procedure-sec > .option .content_inner01 .instruct-box > ul li,
.procedure-sec > .option .content_inner02 .instruct-box > ul li {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 28px;
}
.sp .procedure-sec > .option .content_inner01 .instruct-box > ul li,
.sp .procedure-sec > .option .content_inner02 .instruct-box > ul li {
  font-size: 14px;
}
.procedure-sec > .option .content_inner01 .instruct-box > ul li span.circle-color,
.procedure-sec > .option .content_inner02 .instruct-box > ul li span.circle-color {
  color: #8f8f8f;
  font-size: 6px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.procedure-sec > .option .content_inner01 .instruct-box > ul li > a,
.procedure-sec > .option .content_inner02 .instruct-box > ul li > a {
  color: #0072bf;
  text-decoration: underline;
}
.procedure-sec > .option .content_inner01 .instruct-box > ul li > a:hover,
.procedure-sec > .option .content_inner02 .instruct-box > ul li > a:hover {
  text-decoration: none;
}
.procedure-sec > .option .content_inner01 .instruct-box > ul li span.arrow-pink-right,
.procedure-sec > .option .content_inner02 .instruct-box > ul li span.arrow-pink-right {
  position: relative;
  top: 2px;
  margin-left: 4px;
}
.procedure-sec > .option .content_inner01 .instruct-box > ul .txt-caution02,
.procedure-sec > .option .content_inner02 .instruct-box > ul .txt-caution02 {
  margin-top: 5px;
  color: #676767;
  font-size: 12px !important;
  line-height: 18px !important;
  text-align: left;
}
.procedure-sec > .option .content_inner01 .instruct-box > ul .txt-caution02 > a,
.procedure-sec > .option .content_inner02 .instruct-box > ul .txt-caution02 > a {
  color: #0072bf;
}
.sp .procedure-sec > .option .content_inner01 .instruct-box .btn-small,
.sp .procedure-sec > .option .content_inner02 .instruct-box .btn-small {
  text-align: center;
  margin-bottom: 5%;
}
.procedure-sec > .option .content_inner01 .instruct-box .btn-small a,
.procedure-sec > .option .content_inner02 .instruct-box .btn-small a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-weight: 700;
  display: inline-block;
  padding: 14px 24px;
  text-decoration: none;
  background: #fff;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  border-radius: 36px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
}
.procedure-sec > .option .content_inner02 {
  width: 984px;
  margin: 28px auto;
  border: none;
  padding: 0;
}
.sp .procedure-sec > .option .content_inner02 {
  padding: 2% 0% 8%;
}
.procedure-sec > .option::after {
  content: "";
  display: inline-block;
  background-color: #e0e0e0;
  position: relative;
  z-index: 0;
  top: -12px;
  width: 100%;
  height: 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.procedure-sec .open-sec {
  position: relative;
  margin-bottom: 1em;
  background: #fff;
}
.procedure-sec .open-sec .title {
  border: solid 1px #e0e0e0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
  padding: 24px;
  display: block;
  position: relative;
  background: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
}
.sp .procedure-sec .open-sec .title {
  text-align: left;
}
.procedure-sec .open-sec .title > h4 {
  font-size: 24px;
  font-weight: 700;
  color: #ff008c;
}
.sp .procedure-sec .open-sec .title > h4 {
  font-size: 20px;
  line-height: 28px;
}
.procedure-sec .open-sec .title > h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #333;
  margin-top: 5px;
}
.sp .procedure-sec .open-sec .title > h5 {
  font-size: 17px;
  line-height: 26px;
}
.procedure-sec .open-sec .title > h6 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #333;
  margin-top: 3px;
}
.sp .procedure-sec .open-sec .title > h6 {
  font-size: 15px;
  line-height: 23px;
}
.procedure-sec .open-sec .title p.txt-caution02 {
  margin-top: 5px;
  color: #676767;
  font-size: 12px !important;
  line-height: 18px !important;
}
.procedure-sec .open-sec .title p.txt-caution02 > a {
  color: #0072bf;
}
.sp .procedure-sec .open-sec .title p.txt-caution02 {
  margin-top: 8px;
}
.procedure-sec .open-sec .open-content {
  color: #333;
  border: solid 1px #e0e0e0;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.procedure-sec .open-sec .open-content::before {
  width: 100%;
  height: 1px;
  content: "";
  display: inline-block;
  border-top: solid 1px #e0e0e0;
  position: absolute;
  top: 0;
}
.procedure-sec .open-sec::after {
  content: "";
  display: inline-block;
  background-color: #e0e0e0;
  position: relative;
  z-index: 0;
  top: -12px;
  width: 100%;
  height: 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.cpn-procedure-sec {
  margin: 18px auto 0;
  width: 1032px;
}
.sp .cpn-procedure-sec {
  width: 100%;
}
.cpn-procedure-sec .option {
  position: relative;
  margin-bottom: 6px;
  background: #fff;
}
.cpn-procedure-sec .option .toggle {
  display: none;
}
.cpn-procedure-sec .option .title {
  font-size: 24px;
  border: solid 1px #e0e0e0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom: none;
  padding: 24px 24px 24px 70px;
  display: block;
  color: #333;
  font-weight: bold;
  position: relative;
  background: #fff;
  position: relative;
  z-index: 1;
}
.sp .cpn-procedure-sec .option .title {
  font-size: 20px;
}
.cpn-procedure-sec .option .title::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 32px;
  height: 32px;
  background: url(/static/pacificleague/lp/mobile_cpn/_common/220701/img/mno220701/circle-arrow-down.png) center top no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp .cpn-procedure-sec .option .title::before {
  width: 26px;
  height: 26px;
}
.cpn-procedure-sec .option .content {
  color: #333;
  max-height: 0;
  overflow: hidden;
  border: solid 1px #e0e0e0;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background: #fff;
  position: relative;
  z-index: 1;
}
.cpn-procedure-sec .option .content::before {
  width: 100%;
  height: 1px;
  content: "";
  display: inline-block;
  border-top: solid 1px #e0e0e0;
  position: absolute;
  top: 0;
}
.cpn-procedure-sec .option .content_inner01,
.cpn-procedure-sec .option .content_inner02 {
  width: 984px;
  margin: 28px auto 0;
  border: 1px solid #bfbfbf;
  padding: 30px 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sp .cpn-procedure-sec .option .content_inner01,
.sp .cpn-procedure-sec .option .content_inner02 {
  display: block;
  width: 90%;
  margin: 5% auto 0;
  padding: 2% 6% 8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cpn-procedure-sec .option .content_inner01 .illust-box,
.cpn-procedure-sec .option .content_inner02 .illust-box {
  width: 280px;
}
.cpn-procedure-sec .option .content_inner01 .instruct-box,
.cpn-procedure-sec .option .content_inner02 .instruct-box {
  width: 580px;
}
.sp .cpn-procedure-sec .option .content_inner01 .instruct-box,
.sp .cpn-procedure-sec .option .content_inner02 .instruct-box {
  width: 100%;
}
.cpn-procedure-sec .option .content_inner01 .instruct-box > h4,
.cpn-procedure-sec .option .content_inner02 .instruct-box > h4 {
  font-size: 20px;
  margin-bottom: 6px;
}
.sp .cpn-procedure-sec .option .content_inner01 .instruct-box > h4,
.sp .cpn-procedure-sec .option .content_inner02 .instruct-box > h4 {
  font-size: 17px;
  margin-top: 8px;
}
.cpn-procedure-sec .option .content_inner01 .instruct-box > h4 > span,
.cpn-procedure-sec .option .content_inner02 .instruct-box > h4 > span {
  font-weight: 400;
}
.cpn-procedure-sec .option .content_inner01 .instruct-box > ul li,
.cpn-procedure-sec .option .content_inner02 .instruct-box > ul li {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 28px;
}
.sp .cpn-procedure-sec .option .content_inner01 .instruct-box > ul li,
.sp .cpn-procedure-sec .option .content_inner02 .instruct-box > ul li {
  font-size: 14px;
}
.cpn-procedure-sec .option .content_inner01 .instruct-box > ul li span.circle-color,
.cpn-procedure-sec .option .content_inner02 .instruct-box > ul li span.circle-color {
  color: #8f8f8f;
  font-size: 6px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.cpn-procedure-sec .option .content_inner01 .instruct-box > ul li > a,
.cpn-procedure-sec .option .content_inner02 .instruct-box > ul li > a {
  color: #0072bf;
  text-decoration: underline;
}
.cpn-procedure-sec .option .content_inner01 .instruct-box > ul li > a:hover,
.cpn-procedure-sec .option .content_inner02 .instruct-box > ul li > a:hover {
  text-decoration: none;
}
.cpn-procedure-sec .option .content_inner01 .instruct-box > ul li span.arrow-pink-right,
.cpn-procedure-sec .option .content_inner02 .instruct-box > ul li span.arrow-pink-right {
  position: relative;
  top: 2px;
  margin-left: 4px;
}
.cpn-procedure-sec .option .content_inner01 .instruct-box > ul .txt-caution02,
.cpn-procedure-sec .option .content_inner02 .instruct-box > ul .txt-caution02 {
  margin-top: 5px;
  color: #676767;
  font-size: 12px !important;
  line-height: 18px !important;
  text-align: left;
}
.cpn-procedure-sec .option .content_inner01 .instruct-box > ul .txt-caution02 > a,
.cpn-procedure-sec .option .content_inner02 .instruct-box > ul .txt-caution02 > a {
  color: #0072bf;
}
.sp .cpn-procedure-sec .option .content_inner01 .instruct-box .btn-small,
.sp .cpn-procedure-sec .option .content_inner02 .instruct-box .btn-small {
  text-align: center;
  margin-bottom: 5%;
}
.cpn-procedure-sec .option .content_inner01 .instruct-box .btn-small a,
.cpn-procedure-sec .option .content_inner02 .instruct-box .btn-small a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-weight: 700;
  display: inline-block;
  padding: 14px 24px;
  text-decoration: none;
  background: #fff;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  border-radius: 36px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
}
.cpn-procedure-sec .option .content_inner02 {
  width: 984px;
  margin: 28px auto;
  border: none;
  padding: 0;
}
.sp .cpn-procedure-sec .option .content_inner02 {
  padding: 2% 0% 8%;
}
.cpn-procedure-sec .option::after {
  content: "";
  display: inline-block;
  background-color: #e0e0e0;
  position: relative;
  z-index: 0;
  top: -12px;
  width: 100%;
  height: 16px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.triangle-after::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 26px solid rgba(0, 0, 0, 0);
  border-right: 26px solid rgba(0, 0, 0, 0);
  border-top: 12px solid #ff008c;
  margin-top: 6px;
  padding-bottom: 14px;
}
.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.content p {
  margin: 0;
  padding: 0.5em 1em 1em;
  font-size: 0.9em;
  line-height: 1.5;
}
.toggle:checked + .title + .content {
  max-height: 1000px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.sp .toggle:checked + .title + .content {
  max-height: 1200px;
}
.cpn-procedure-sec .toggle:checked + .title + .content {
  max-height: 100%;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.toggle:checked + .title::before {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.txt-caution02 {
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.txt-caution02 > a {
  color: #ff008c;
  text-decoration: underline;
}
.txt-caution02 > a:hover {
  text-decoration: none;
}
.plg_value {
  background: #fff;
  padding-bottom: 72px;
}
.sp .plg_value {
  padding: 6% 0;
}
.plg_value > h2 {
  text-align: center;
  background: #333;
  padding: 20px 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}
.sp .plg_value > h2 {
  padding: 6% 4%;
}
.plg_value > h2 > span {
  display: block;
  font-size: 20px;
}
.sp .plg_value > h2 > span {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 4px;
}
.plg_value_inner {
  margin: 0 auto;
}
.sp .plg_value_inner {
  width: 100%;
  padding: 0 4%;
}
.plg_value_inner .ttl-sec {
  text-align: center;
}
.sp .plg_value_inner .ttl-sec {
  text-align: left;
}
.plg_value_inner .ttl-sec > h4 {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #ff008c;
}
.plg_value_inner .ttl-sec > h5 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #333;
  margin-top: 12px;
}
.plg_value_inner .ttl-sec p.txt-caution02 {
  margin-top: 5px;
  color: #676767;
  font-size: 12px !important;
  line-height: 18px !important;
}
.plg_value_inner .ttl-sec p.txt-caution02 > a {
  color: #0072bf;
}
.sp .plg_value_inner .ttl-sec p.txt-caution02 {
  margin-top: 8px;
  text-align: left;
}
.plg_value_inner .txt-caution01 {
  color: #676767;
  font-size: 12px;
  line-height: 18px;
  text-indent: -11px;
  padding-left: 11px;
}
.sp .plg_value_inner .txt-caution01 {
  padding: 0 0 0 13px;
}
.plg_value_inner .txt-caution01 a {
  color: #ff008c;
  font-weight: 800;
  text-decoration: underline;
}
.plg_value_inner .txt-caution01 a:hover {
  text-decoration: none;
}
.plg_value_inner .txt-caution01 span {
  color: #ff008c;
  font-weight: 800;
}
.plg_value_inner .cpn_terms_block {
  background: #fff;
  border: solid 1px #e0e0e0;
  border-radius: 8px;
  margin: 26px auto 0;
  padding: 28px 84px;
}
.sp .plg_value_inner .cpn_terms_block {
  padding: 28px 8%;
}
.plg_value_inner .cpn_terms_block > h2 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 18px;
}
.sp .plg_value_inner .cpn_terms_block > h2 {
  font-size: 24px;
}
.plg_value_inner .cpn_terms_block-variety {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.plg_value_inner .cpn_terms_block-variety li:first-child {
  width: 406px;
}
.sp .plg_value_inner .cpn_terms_block-variety li:first-child {
  width: 100%;
}
.plg_value_inner .cpn_terms_block-variety li:nth-child(2) {
  width: 32px;
  margin: 0 6px;
}
.sp .plg_value_inner .cpn_terms_block-variety li:nth-child(2) {
  margin: 0 auto;
}
.plg_value_inner .cpn_terms_block-variety li:last-child {
  position: relative;
  display: inline-block;
  background: url(/static/mobile_cpn/lp/seiyuchannel/_common/img/cpn02_seiyu_02.png) center top no-repeat;
  background-size: contain;
  width: 406px;
  height: 229px;
  text-align: center;
}
.sp .plg_value_inner .cpn_terms_block-variety li:last-child {
  background-size: auto 100%;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.plg_value_inner .cpn_terms_block-variety li:last-child > a {
  text-align: center;
  display: inline-block;
  background: #fff;
  border: 2px solid #333;
  border-radius: 12px;
  padding: 15px;
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 122px;
}
.plg_value_inner .cpn_terms_block-variety li:last-child > a:hover {
  border: 2px solid #2f80ed;
  background: #2f80ed;
  color: #fff;
  opacity: 1 !important;
}
.sp .plg_value_inner .cpn_terms_block .button02 {
  padding: 28px 0;
}
#mno_about,
#mno_cpn {
  background: #fff;
  padding: 80px 0 0;
}
.sp #mno_about,
.sp #mno_cpn {
  padding: 50px 0 0;
}
#mno_about .mno_about_block_inner > h2,
#mno_cpn .mno_about_block_inner > h2 {
  color: #333;
  font-size: 28px;
  text-align: center;
  margin-bottom: 32px;
}
.sp #mno_about .mno_about_block_inner > h2,
.sp #mno_cpn .mno_about_block_inner > h2 {
  font-size: 22px;
  margin-bottom: 30px;
}
#mno_about .mno_about_block_inner_plan img,
#mno_cpn .mno_about_block_inner_plan img {
  width: 100%;
}
#mno_about .mno_about_block_inner_plan ul.bnr-service,
#mno_cpn .mno_about_block_inner_plan ul.bnr-service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#mno_about .mno_about_block_inner_plan ul.bnr-service > li,
#mno_cpn .mno_about_block_inner_plan ul.bnr-service > li {
  width: 22%;
  width: -webkit-calc(96% / 4);
  width: 24%;
}
#mno_about .mno_about_block_inner_plan ul.bnr-service > li > figure > a,
#mno_cpn .mno_about_block_inner_plan ul.bnr-service > li > figure > a {
  display: block;
}
#mno_about .mno_about_block_inner_plan ul.bnr-service > li > figure > a > img,
#mno_cpn .mno_about_block_inner_plan ul.bnr-service > li > figure > a > img {
  border: 1px solid #e0e0e0;
}
#mno_about .mno_about_block_inner_plan .txt-caution02,
#mno_cpn .mno_about_block_inner_plan .txt-caution02 {
  margin-top: 5px;
  color: #676767;
  font-size: 12px !important;
  line-height: 18px !important;
  text-align: center;
  line-height: 15px;
}
#mno_about .mno_about_block_inner_plan .txt-caution02 > a,
#mno_cpn .mno_about_block_inner_plan .txt-caution02 > a {
  color: #0072bf;
}
.sp #mno_about .mno_about_block_inner_plan .txt-caution02,
.sp #mno_cpn .mno_about_block_inner_plan .txt-caution02 {
  padding: 0 4%;
}
#mno_about .mno_about_block_inner_plan .txt-caution02 > a,
#mno_cpn .mno_about_block_inner_plan .txt-caution02 > a {
  color: #0072bf;
  text-decoration: underline;
}
#mno_about .mno_about_block_inner_plan .txt-caution02 > a:hover,
#mno_cpn .mno_about_block_inner_plan .txt-caution02 > a:hover {
  text-decoration: none;
}
#mno_about .mno_about_block_inner_plan .btn-small,
#mno_cpn .mno_about_block_inner_plan .btn-small {
  text-align: center;
}
#mno_about .mno_about_block_inner_plan .btn-small a,
#mno_cpn .mno_about_block_inner_plan .btn-small a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-weight: 700;
  display: inline-block;
  padding: 14px 24px;
  text-decoration: none;
  background: #fff;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
  border-radius: 36px;
  text-align: center;
  -webkit-filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, 0.1));
  margin-top: 24px;
}
#mno_about .mno_about_block_inner_bnr,
#mno_cpn .mno_about_block_inner_bnr {
  width: 640px;
  margin: 0 auto;
}
#mno_about .mno_about_block_inner_bnr > a,
#mno_cpn .mno_about_block_inner_bnr > a {
  display: block;
}
#mno_about .mno_about_block_inner_bnr > a > img,
#mno_cpn .mno_about_block_inner_bnr > a > img {
  width: 100%;
}
.sp #mno_about .mno_about_block_inner_bnr,
.sp #mno_cpn .mno_about_block_inner_bnr {
  width: 100%;
  padding: 0 20px;
}
.cpn_details {
  background: #fff;
  width: 100% !important;
  margin: 0 auto;
  padding: 40px 0;
}
.cpn_details > h2 {
  color: #333;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.sp .cpn_details > h2 {
  font-size: 22px;
}
.cpn_details_inner > h3 {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  background: #ededed;
  line-height: 40px;
  padding: 0 20px;
}
.cpn_details_inner_txt {
  color: #333;
  font-size: 13px;
  line-height: 24px;
  padding: 14px 20px;
}
.cpn_details_inner_txt > a {
  font-weight: 700;
  color: #0072bf;
  text-decoration: underline;
}
.cpn_details_inner_txt > a:hover {
  text-decoration: none;
}
.font-mobile-pink {
  color: #ff008c;
  font-weight: 700;
}
.font-mobile-pink > a {
  color: #0072bf;
  text-decoration: underline;
}
.font-mobile-pink > a:hover {
  text-decoration: none;
}
.sp .ttl-nav {
  overflow: hidden;
  color: #fff;
  font-size: 12px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  padding-top: 0;
  position: relative;
  top: -6px;
  text-align: center;
}
.sp .openbtn1 {
  position: fixed;
  z-index: 9999;
  top: 6.7%;
  right: 2%;
  width: 48px;
  height: 48px;
  background: #333;
  border: 2px solid #fff;
  cursor: pointer;
  padding: 32px 0 0;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sp .openbtn1 span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  left: 25%;
  width: 22px;
  border-radius: 0;
  background-color: #fff;
}
.sp .openbtn1 span:nth-of-type(1) {
  top: 7px;
}
.sp .openbtn1 span:nth-of-type(2) {
  top: 14px;
}
.sp .openbtn1 span:nth-of-type(3) {
  top: 21px;
}
.sp .openbtn1.active span:nth-of-type(1) {
  top: 8px;
  left: 12px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 46%;
}
.sp .openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.sp .openbtn1.active span:nth-of-type(3) {
  top: 20px;
  left: 12px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 46%;
}
.sp #g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100%;
  background: #232323;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.sp #g-nav.panelactive {
  right: 0;
  position: fixed;
  z-index: 999;
}
.sp #g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.sp #g-nav #g-nav-list > ul {
  position: absolute;
  z-index: 999;
  top: 45%;
  left: 48%;
  -webkit-transform: translate(-48%, -48%);
  transform: translate(-48%, -48%);
}
.sp #g-nav #g-nav-list > ul > li {
  margin: 0 auto;
  width: 70% !important;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #646464;
}
.sp #g-nav #g-nav-list > ul > li a {
  color: #fff;
  text-decoration: none;
  padding: 20px 0 20px;
  display: block;
  letter-spacing: 0.1em;
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 200;
  text-align: center;
  padding: 28px 0 28px;
}
.float-footer {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #4d4d4d;
  z-index: 100;
}
.float-footer .button02 {
  padding: 16px 0 !important;
  width: 846px !important;
}
.float-footer .button02 .btn-mobile-sec a,
.float-footer .button02 .btn-plg-sec a {
  width: 400px;
}
.sp .float-footer .button02 .btn-mobile-sec a,
.sp .float-footer .button02 .btn-plg-sec a {
  width: 100% !important;
}
.sp .float-footer .button02 {
  padding: 3% 2% !important;
}
.sp .float-footer .button02 .btn-mobile-sec {
  width: 48%;
  margin: 0 auto;
}
.sp .float-footer .button02 .btn-mobile-sec a {
  color: #fff !important;
  font-size: 12px !important;
  line-height: 18px;
  height: auto;
  margin: 0 auto;
  padding: 6% 4%;
}
.sp .float-footer .button02 .btn-plg-sec {
  width: 48%;
  margin: 0 auto;
}
.sp .float-footer .button02 .btn-plg-sec a {
  font-size: 12px !important;
  line-height: 18px !important;
  height: auto;
  padding: 6% 4%;
}
.active {
  -webkit-transform: translate(0);
  transform: translate(0);
}
.mno_about_block_inner_plan .slick-slider {
  padding: 0 0 0 4%;
}
.mno_about_block_inner_plan .slick-slider .slide-arrow {
  width: 32px !important;
  top: 76% !important;
}
.mno_about_block_inner_plan .slick-slider .prev-arrow {
  -webkit-transform: rotate(0deg) !important;
  transform: rotate(0deg) !important;
  left: 3% !important;
}
.mno_about_block_inner_plan .slick-slider .next-arrow {
  right: 3% !important;
}
.mno_about_block_inner_plan .slick-slider .slick-slide {
  margin-right: 3%;
}
.mno_about_block_inner_plan .slick-slider .custom_dots li {
  width: 8px !important;
  height: 8px !important;
  border: 1px solid #8f8f8f !important;
}
.mno_about_block_inner_plan .slick-slider .custom_dots > li.slick-active {
  background: #ff008c !important;
  border: 1px solid #ff008c !important;
}
.mt48 {
  margin-top: 48px;
}
