@charset "UTF-8";
body {
  position: relative;
  background: #fff;
  color: #393939;
  font-family: -apple-sysytem, BlinkMacSystemFont, "Hiragino Sans", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Segoe UI", メイリオ, Meiryo, Verdana, Roboto, "Droid Sans", sans-serif;
}

body.is-modal-window__open {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

main {
  position: relative;
}

img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .is-pc__only {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .is-pc__only {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .is-sp__only {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .is-sp__only {
    display: none;
  }
}
.p-mv {
  background: url(../images/mainBG.jpg);
  background-repeat: repeat;
  background-position: center center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-mv {
    background-size: cover;
    padding: 24px 0 17px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv {
    background-size: auto 100%;
    padding: 45px 0 15px;
  }
}

.p-mv .p-mv__inner {
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media screen and (max-width: 768px) {
  .p-mv .p-mv__inner {
    padding: 0 15px;
  }
}
.p-mv .p-mv__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 27px;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .p-mv .p-mv__ttl {
    margin-bottom: 30px;
    padding: 0;
  }
}
.p-mv .p-mv__ttl__image {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-mv .p-mv__ttl__image {
    max-width: 700px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-mv .p-mv__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-mv .p-mv__content__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 0px;
  max-width: 996px;
}

.p-mv__txt {
  font-size: 1.8rem;
  color: #CC3315;
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .p-mv__txt span {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__txt {
    font-size: 1.2rem;
    margin-top: 14px;
  }
  .p-mv__txt span {
    display: inline-block;
  }
}
.p-policyWrap {
  width: 100%;
  height: 18%;
  margin: 40px auto 0;
}

@media screen and (min-width: 769px) {
  .p-mv .p-policyWrap {
    margin-top: 45px;
  }
}
@media screen and (max-width: 768px) {
  .p-policyWrap {
    width: 100%;
    margin: 30px auto 0;
  }
}
.p-policy {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-policy {
    font-size: 1.2rem;
    max-width: 310px;
    margin: 0 auto 10px;
  }
}
.p-policy input {
  display: none;
}

.p-policy label {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  color: #0c234c;
  cursor: pointer;
  position: relative;
}

.p-policy label[for=chkbox1] {
  margin-bottom: 26px;
}

.p-policy label::before {
  background: url(../images/check.svg) no-repeat center center/100% auto;
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

.p-policy input:checked + label::before {
  background: url(../images/check-active.svg) no-repeat center center/100% auto;
}

@media screen and (max-width: 768px) {
  .p-policy label {
    text-align: center;
  }
  .p-policy label::before {
    width: 20px;
    height: 20px;
  }
}
.p-policy label a {
  color: #0c234c;
  border-bottom: 1px solid #0c234c;
}

.p-submit_btnarea {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: 0 auto;
  min-height: 80px;
  width: 100%;
}

.p-submit_btnarea .p-submit_btn_img_pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .p-submit_btnarea .p-submit_btn_img_pc {
    display: none;
  }
}
.p-submit_btnarea .p-submit_btn_img_sp {
  display: block;
}

@media screen and (min-width: 961px) {
  .p-submit_btnarea .p-submit_btn_img_sp {
    display: none;
  }
}
.p-form__btn {
  position: relative;
  width: 100%;
  padding: 25px 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  color: #fff;
  background-color: #8BCC5A;
  border-radius: 11px;
}

.p-form__btn p {
  font-size: 2.3rem;
  font-weight: bold;
}

.p-form__btn p br {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-form__btn {
    padding: 20px 20px 20px 20px;
    min-width: 260px;
  }
  .p-form__btn p {
    font-size: 1.8rem;
  }
  .p-form__btn p br {
    display: inline;
  }
}
.p-form__btn:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.9;
}

.p-form__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 20px;
  background: url(../images/arrow_white.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p-form__btn:after {
    width: 10px;
    height: 15px;
    right: 5%;
  }
}
.button__active {
  cursor: pointer;
  color: #fff;
  background-color: #8BCC5A;
}

.button__noActive {
  cursor: default;
  pointer-events: none;
  background-color: #9a9a9a;
}

.button__noActive:hover {
  opacity: 1;
}

.button__noActive p span {
  color: #9a9a9a;
}

.p-premium {
  padding: 70px 40px;
}

@media screen and (max-width: 768px) {
  .p-premium {
    padding: 30px 20px 30px;
  }
}
.p-premium__wrap {
  margin: 0 auto;
  max-width: 1100px;
}

.p-premium__ttl {
  font-size: 4.1rem;
  color: #1a1c22;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 41px;
}

@media screen and (max-width: 768px) {
  .p-premium__ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.p-premium__txt {
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.p-premium__h3 {
  font-size: 3rem;
  margin-bottom: 30px;
}

.p-premium_note {
  font-size: 2rem;
  font-weight: 400;
  margin-top: 27px;
  margin-bottom: 57px;
}

@media screen and (max-width: 768px) {
  .p-premium__txt {
    font-size: 1.6rem;
  }
  .p-premium__h3 {
    font-size: 1.8rem;
  }
  .p-premium_note {
    font-size: 14px;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 42px;
  }
}
.p-premium__txt--color_red {
  color: #e80000;
}

.p-premium__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 950px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-premium__list {
    max-width: 500px;
  }
}
.p-premium__item {
  position: relative;
  font-weight: 700;
  line-height: 1.8;
  font-size: 2rem;
  letter-spacing: 2px;
  margin: 0 0 30px 0;
  padding-left: 1.7em;
  width: 48%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}

.p-premium__item span {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .p-premium__item {
    width: 100%;
    font-size: 1.6rem;
    letter-spacing: 1px;
  }
  .p-premium__item:last-of-type {
    margin-bottom: 0;
  }
}
.p-premium__item:before {
  content: "";
  position: absolute;
  background-image: url("https://i.fod.fujitv.co.jp/webfile/web/img/registerpremium/icon_check.png");
  background-repeat: no-repeat;
  background-size: contain;
  top: 9px;
  left: 5px;
  width: 35px;
  height: 22px;
}

@media screen and (max-width: 768px) {
  .p-premium__item:before {
    top: 6px;
    width: 18px;
    height: 16px;
  }
}
.p-premium__btn {
  position: relative;
  display: block;
  margin-bottom: 90px;
  max-width: 410px;
  width: 100%;
  border: 3px solid #1a1c22;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 90px;
  color: #1a1c22;
  padding: 19px 15px 19px 0;
  font-size: 2.8rem;
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
  .p-premium__btn {
    max-width: 270px;
    font-size: 2rem;
    padding: 12px 15px 12px 0;
    margin-bottom: 50px;
  }
}
.p-premium__btn:hover {
  border: 3px solid #9d8847;
  color: #9d8847;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-premium__btn:hover:after {
  border-top: 2px solid #9d8847;
  border-right: 2px solid #9d8847;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.p-premium__btn:after {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 12px;
  height: 12px;
  -webkit-transition: 0.4s !important;
  transition: 0.4s !important;
  content: "";
  display: block;
  border-top: 2px solid #1a1c22;
  border-right: 2px solid #1a1c22;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -7px;
}

.p-summary {
  background-color: #1a1d21;
  color: #fff;
}

.p-summary__inner {
  max-width: 1044px;
  width: 100%;
  padding: 70px 30px 40px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-summary__inner {
    padding: 35px 15px 20px;
  }
}
.p-summary__ttl {
  font-size: 4.6rem;
  margin-bottom: 40px;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  .p-summary__ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-summary__txt {
  text-align: left;
  font-size: 1.6rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .p-summary__txt {
    font-size: 1.2rem;
  }
}
.p-summary__items {
  text-align: left;
}

.p-summary__item {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

@media screen and (max-width: 768px) {
  .p-summary__item {
    font-size: 1.4rem;
  }
}
.p-faq {
  background-color: #1a1d21;
  border-bottom: 2px solid #48494f;
  color: #fff;
}

.p-faq .p-contactBtn {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  color: #393939;
  padding: 25px 0;
  margin-top: 50px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .p-faq .p-contactBtn {
    font-size: 1.4rem;
    padding: 15px 0;
    margin: 30px auto;
    max-width: 280px;
  }
}
.p-faq .p-contactBtn:after {
  position: absolute;
  width: 13px;
  height: 20px;
  content: "";
  background-image: url(../images/arrow_red.png);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 28%;
}

@media screen and (max-width: 768px) {
  .p-faq .p-contactBtn:after {
    width: 14px;
    height: 12px;
    background-size: contain;
    right: 15%;
  }
}
@media screen and (max-width: 768px) {
  .p-faq .m-faq {
    padding-top: 0;
  }
}
.footer {
  background-color: #1a1c22;
  color: #fff;
}

.p-apply {
  position: fixed;
  width: 100%;
  bottom: 0;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  z-index: 102;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-apply {
    padding: 15px 15px 30px;
  }
}
.p-apply .p-policyWrap {
  max-width: 780px;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .p-apply .p-policyWrap {
    max-width: 580px;
    margin: 0 auto;
  }
}
.p-apply .p-policyWrap .p-policy {
  color: #fff;
}

.p-apply .p-policyWrap .p-policy label {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-apply .p-policyWrap .p-policy label {
    font-size: 1.2rem;
  }
}
.p-apply .p-policyWrap .p-policy label a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-apply .p-policyWrap .p-submit_btnarea .p-form_btn {
    padding: 0 0 13px;
  }
}
.p-apply a {
  color: #fff;
}

.p-apply a:hover {
  opacity: 1;
}

.p-login {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  z-index: 200;
}

.p-login__overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.55);
}

.p-login__close span {
  position: absolute;
  top: 32px;
  left: 32px;
  width: 24px;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .p-login__close span {
    width: 21px;
  }
}
.p-login__close span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-login__close span:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-login__wrapper {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 14px;
  padding: 67px 48px 71px;
}

@media screen and (max-width: 768px) {
  .p-login__wrapper {
    max-width: 558px;
    width: 90%;
    padding: 8% 6%;
  }
}
.p-login__content {
  text-align: center;
}

.p-login__txt,
.p-login__txt__fod {
  line-height: 1.7;
  font-size: 2.2rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-login__txt,
  .p-login__txt__fod {
    font-size: 3vw;
  }
}
.p-login__txt__fod {
  color: #9d8847;
}

.p-login__btn__login,
.p-login__btn__fod {
  position: relative;
  display: block;
  margin: 38px auto;
  width: 400px;
  padding: 23px 0;
  border-radius: 35px;
  line-height: 1;
  font-size: 2.4rem;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-login__btn__login,
  .p-login__btn__fod {
    width: 80%;
    margin: 5% auto;
    padding: 18px 0;
    font-size: 3.3vw;
  }
}
.p-login__btn__login:hover,
.p-login__btn__fod:hover {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.7;
}

.p-login__btn__login:hover::after,
.p-login__btn__fod:hover::after {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -7px;
}

@media screen and (max-width: 768px) {
  .p-login__btn__login:hover::after,
  .p-login__btn__fod:hover::after {
    right: 6%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.p-login__btn__login::after,
.p-login__btn__fod::after {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -7px;
}

@media screen and (max-width: 768px) {
  .p-login__btn__login::after,
  .p-login__btn__fod::after {
    right: 6%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
.p-login__btn__login {
  background-color: #191c22;
}

.p-login__btn__fod {
  background-color: #9d8847;
}

.p-login__break {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 370px;
  margin: 2.75em;
  letter-spacing: 0.1em;
  color: #aaa;
}

@media screen and (max-width: 768px) {
  .p-login__break {
    width: 80%;
    margin: 0 auto 20px;
    font-size: 1rem;
  }
}
.p-login__break::before,
.p-login__break::after {
  display: inline-block;
  content: "";
  width: 35%;
  height: 1px;
  background-color: #aaa;
}

@media (hover: hover) and (pointer: fine) {
  .m-faq-btn:hover {
    cursor: pointer;
  }
}