@charset 'utf-8';
/* ファンフェス共通 
**************************************/
.ff-arrow {
  position: relative;
}
.ff-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  width: 0.4em;
  height: 0.4em;
  border-bottom: 3px solid #1b60cc;
  border-right: 3px solid #1b60cc;
  transform: translateY(-50%) rotate(45deg);
}
.ff-arrow.ff-btn--2::after {
  border-color: #ffff3d;
}
.ff-arrow--left {
  display: block;
}
.ff-arrow.ff-arrow--left::after {
  left: 9%;
  transform: translateY(-50%) rotate(-45deg);
}
.ff-arrow.ff-arrow--txtLeft::after {
  display: inline;
  left: -1em;
  transform: translateY(-50%) rotate(-45deg);
}

.ff-w-black {
  font-weight: 900;
}
.ff-sec {
  padding: 92px 0;
}
.ff-sec-ttl {
  padding-bottom: 45px;
}
.ff-btn {
  background-color: #ffff3d;
  color: #1b60cc !important;
  border-radius: 100vh;
  display: block;
  /* width: 50%; */
  padding: 0.5em 0.5em;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
.ff-btn.ff-btn--2 {
  border: 2px solid #ffff3d;
  background-color: transparent;
  color: #ffff3d !important;
}
.ff-btn--close {
  background-color: #8c8c8c;
  color: #fff !important;
}
.jcom-service-cont__link.ff-arrow::after {
  border-color: #e83817;
}
.jcom-service-cont__link.ff-btn--2 {
  color: #e83817 !important;
  border-color: #e83817;
}
.baystars .jcom-service-box__applybtn .campaign .sec-btn,
.ff-btn {
  width: 280px;
}
.ff-txtlink {
  text-decoration: underline !important;
}
.oubo-icon {
  width: 1.4em;
  margin-right: 10px;
}
.baystars .jcom-service-box__applybtn .requ-btn img {
  width: 1.4em;
}
/* ファンフェスとは
**************************************/
.fanfes .overview {
  padding-bottom: 52px;
}

/* プレゼント内容
**************************************/
.ff-present {
  background-color: #ffff80;
}
.ff-present-cont__table {
  /* margin-top: 20px; */
}
.ff-present-table {
  background-color: #fff;
}
.ff-present-table-item__ttl {
  background-color: #1b60cc;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 0.3em 10px;
}
.ff-present-table-item__txt {
  font-size: 20px;
  padding: 0.5em 30px 1.5em;
  font-weight: bold;
}
.ff-present-table-noteTxt {
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.75;
  /* margin-top: 25px; */
}
.ff-present-table-itemTxt__txt + .ff-present-table-itemTxt__txt {
  margin-top: 8px;
}
.ff-present-table-txtIndent {
  padding-left: 1em;
  text-indent: -1em;
}
.ff-present-plan {
  background-color: #d4e5ff;
}
.ff-present-plan-box {
  border: 2px solid #1b60cc;
  border-radius: 15px;
  background-color: #fff;
  overflow: hidden;
  display: block;
  color: #1b60cc !important;
}
.ff-present-plan-box__ttl {
  background-color: #1b60cc;
  color: #fff;
  font-weight: bold;
  font-size: 21px;
  text-align: center;
  padding: 0.4em 0;
}
.ff-present-plan-boxTxt-cont {
  padding: 20px;
}
.ff-present-plan-boxTxt-cont__oubo {
  text-align: center;
  background-color: #ffff80;
}
.ff-present-plan-boxTxt-date {
  text-align: center;
}
.ff-present-plan-boxTxt-date__ttl {
  border-bottom: 1px solid #1b60cc;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.ff-present-plan-box-ttl__goukei {
  font-size: 0.9em;
  font-weight: normal;
}
.ff-present-plan-boxTxt-cont__oubo {
  padding: 0.3em 20px;
}
.ff-present-plan__lead {
  margin-bottom: 25px;
}
.ff-present-plan__planBox + .ff-present-plan__planBox {
  margin-top: 30px;
}
.ff-present-plan-boxTxt-cont__date {
  margin-top: 20px;
}

/* 応募方法
**************************************/
.ff-process {
  background-color: #1b60cc;
  color: #fff;
}
.ff-plan-stepbox-step {
  background-color: #ffff80;
  color: #1b60cc;
  border-radius: 15px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
}
.ff-plan-stepbox-step__step {
  font-family: "Barlow Condensed";
  font-size: 47px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.ff-plan-stepbox-iconTxt {
  display: flex;
  align-items: center;
}
.ff-plan-stepbox-step__txt {
  font-size: 15px;
  margin-left: 30px;
}
.ff-plan-stepbox-iconTxt__icon {
  max-width: 100px;
  position: relative;
}
.ff-plan-stepbox-iconTxt__txt {
  font-size: 20px;
  margin-left: 35px;
  font-weight: 700;
}
.ff-plan-stepbox__cont {
  width: 80%;
  margin: 100px auto 0;
}
.ff-plan-stepbox-step {
  margin-bottom: 40px;
}
.ff-plan-stepbox-cont__icon-txt {
  margin-bottom: 30px;
}
.ff-step-arrow {
  border-top: 25px solid #ffff80;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  width: 0;
  height: 0;
  margin: 45px auto;
}
.process-line {
  border-top: 1px solid #fff;
  margin: 80px 0;
}
.ff-plan-stepbox-hama-hukidashi {
  position: absolute;
  top: -21%;
  right: -64%;
  width: 78% !important;
}
.ff-plan-stepbox-service {
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
  display: block;
}
.jcom-service-box {
  border: 2px solid #fff;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
}
.jcom-service-cont {
  color: #1b60cc;
  /* padding: 30px; */
}
.jcom-service-cont__catch {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.jcom-service-cont-service__point + .jcom-service-cont-service__point {
  margin-top: 8px;
}
.jcom-service-cont-service__point {
  width: 65%;
  margin: auto;
  font-size: 17px;
}
.jcom-service-cont-service__link {
  font-size: 18px;
}
.jcom-service-cont__service + .jcom-service-cont__service {
  margin-top: 35px;
}
.jcom-service-box__applybtn {
  /* padding: 30px 10px; */
}
.baystars .jcom-service-box__applybtn .campaign-item {
  /* display: block; */
}
.baystars .jcom-service-box__applybtn .campaign-ttl {
  margin-bottom: 10px;
}

.baystars .jcom-service-box__applybtn .campaign {
  margin-top: 0;
}
.jcom-service-box__applybtn .campaign-list {
  /* display: flex;
  justify-content: center; */
}
.jcom-service-cont-service__link {
  color: #e83817 !important;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.baystars .jcom-service-box__applybtn {
  border-top: none;
}
.ff-plan-stepbox-cont__detailTxt a {
  color: #fff !important;
}
.ff-plan-stepbox-cont__detailTxt {
  font-size: 18px;
  margin-top: 20px;
}
.hama-detailTxt {
  text-align: center;
}
.ff-plan-stepbox-cont__btn {
  margin-top: 30px;
}
.jcom-service-main {
  background-color: #000;
  display: block;
}
.jcom-service-main.-bg-blue {
  background-color: #040d56;
}
.jcom-service-cont-main {
  color: #fff;
  padding-bottom: 25px;
  /* padding: 0 25px 25px; */
}
.jcom-service-cont__btn {
  /* margin-top: 25px; */
}
.jcon-service-check {
  color: #1aa2ff;
  font-weight: 900;
}
.jcom-service-cont-item {
  margin: 25px 0;
}
.jcom-service-cont-item + .jcom-service-cont-item {
  margin-top: 40px;
}
.jcom-service-box__cont .jcom-service-cont__catch {
  color: #333;
}
.jcom-service-cont-main-inner {
  padding: 0 10px 25px;
}
.ff-oubobtn-datetxt {
  text-align: center;
  font-size: 16px;
  margin-bottom: 5px;
}
.ff-plan-stepbox-cont__btn.ff-oubo {
  margin-top: 40px;
}
.ff-oubo__closetxt {
  margin-top: 15px;
}
.ff-oubobtn-closetxt {
  text-align: center;
}
.ff-oubobtn-closetxt-inner {
  display: inline-block;
}
.ff-oubobtn-closetxt-inner__txt {
  text-align: left;
  font-size: 15px;
  color: #ffff80;
}
.ff-oubobtn-closetxt-inner__txt a {
  display: inline;
  color: inherit !important;
}
.ff-oubobtn-closetxt-inner__txt + .ff-oubobtn-closetxt-inner__txt {
  margin-top: 4px;
}
.ff-process-ttl {
  background-color: #fff;
  border-radius: 5px;
  color: #1b60cc;
  overflow: hidden;
}
.ff-process-ttl__main {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
  background-color: #ffff3d;
  padding: 0.4em 0;
}
.ff-process-ttl__detail {
  font-size: 22px;
  text-align: center;
}
.ff-process-ttl__detail-box {
  padding: 0.5em 0 1em;
}
.ff-process-ttl-arrow {
  max-width: 20px;
  display: block;
  margin: -14px auto 0;
  transform: rotate(90deg);
}
.process-list.--center {
  justify-content: center;
}
.ff-plan-section + .ff-plan-section {
  margin-top: 110px;
}
.process-list.--step {
  margin-top: 0;
}
.ff-btn.--white {
  background-color: #fff;
}
.ff-btn-note {
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
}
.ff-btn-note a {
  color: inherit;
  text-decoration: underline;
}

/* 応募資格・注意事項 
**************************************/
.fanfes .notice {
  padding-top: 92px;
}

/* sp用 
********************************************************/
@media screen and (max-width: 940px) {
  /* ファンフェス共通 
  **************************************/
  .ff-sec {
    padding: 13.87vw 0;
  }
  .ff-sec-ttl {
    padding-bottom: 8vw;
  }
  .ff-btn {
    font-size: 18px;
    font-weight: bold;
    width: 85%;
    min-height: 60px;
  }
  .baystars .jcom-service-box__applybtn .campaign .sec-btn,
  .ff-btn {
    max-width: 320px;
  }

  .oubo-icon {
    margin-right: 8px;
    /* width: 28px; */
  }
  /* ファンフェスとは 
  **************************************/
  .fanfes .overview-pop {
    margin-top: 8vw;
  }
  .fanfes .overview {
    padding-bottom: 8vw;
  }
  /* プレゼント内容 
  **************************************/
  .ff-present-table-item__ttl {
    font-size: 16px;
  }
  .ff-present-table-item__txt {
    font-size: 16px;
    padding-right: 5.33vw;
    padding-left: 5.33vw;
  }
  .ff-present-plan__lead {
    margin-bottom: 5vw;
  }
  .ff-present-plan-box__ttl {
    font-size: 17px;
  }
  .ff-present-plan-boxTxt-cont {
    padding: 4vw;
  }
  .ff-present-plan-boxTxt-date__ttl {
    font-size: 17px;
  }
  .ff-present-plan-boxTxt-cont__date {
    margin-top: 4vw;
  }
  .ff-present-plan-boxTxt-cont__oubo {
    padding-right: 4vw;
    padding-left: 4vw;
  }
  .ff-present-plan__planBox + .ff-present-plan__planBox {
    margin-top: 20px;
  }
  .ff-present-table-itemTxt__txt + .ff-present-table-itemTxt__txt {
    margin-top: 5px;
  }
  /* 応募方法
**************************************/
  .ff-plan-stepbox-step {
    display: block;
    padding: 10px;
    margin-bottom: 20px;
  }
  .ff-plan-stepbox-step__txt {
    margin-left: 0;
    text-align: center;
    margin-top: 8px;
  }
  .ff-plan-stepbox-step__step {
    text-align: center;
    font-size: 35px;
    /* margin-bottom: 8px; */
  }
  .ff-plan-stepbox-iconTxt {
    display: block;
  }
  .ff-plan-stepbox-iconTxt__txt {
    margin-left: 0;
    text-align: center;
  }
  .ff-plan-stepbox__cont {
    width: 100%;
  }
  .ff-plan-stepbox-iconTxt__icon {
    margin: 0 auto 15px;
    width: 40%;
    max-width: 230px;
  }
  .process-line {
    margin: 13.87vw 0;
  }
  .ff-plan-stepbox-hama-hukidashi {
    top: 9%;
    right: -75%;
    width: 88% !important;
  }
  .ff-plan-stepbox-cont__detailTxt {
    font-size: 16px;
    margin-top: 20px;
  }
  .hama-detailTxt {
    text-align: center;
  }
  .ff-plan-stepbox-cont__btn {
    margin-top: 20px;
  }
  .jcom-service-cont {
    /* padding: 4vw; */
  }
  .jcom-service-box__applybtn {
    /* padding: 5vw 0; */
  }
  .baystars .jcom-service-box__applybtn .campaign-item + .campaign-item {
    margin-top: 10px;
  }
  .baystars .jcom-service-box__applybtn .campaign .sec-btn {
    width: 100%;
    font-size: 18px;
  }
  .baystars .jcom-service-box__applybtn .campaign-item {
    width: 85%;
    margin: auto;
  }
  .baystars .jcom-service-box__applybtn .campaign .sec-btn svg {
    width: 1.1em;
  }
  .baystars .jcom-service-box__applybtn .campaign-ttl {
    font-size: 14px;
  }
  .jcom-service-cont__catch {
    font-size: 14px;
    /* font-weight: bold; */
    margin-bottom: 10px;
  }
  .jcom-service-cont-service__point {
    font-size: 14px;
    width: 38vw;
    min-width: 320px;
  }
  .jcom-service-cont-service__point + .jcom-service-cont-service__point {
    margin-top: 3px;
  }
  .jcom-service-cont__service + .jcom-service-cont__service {
    margin-top: 25px;
  }
  .jcom-service-cont-service__link {
    margin-top: 4px;
    font-size: 15px;
  }
  .jcom-service-cont-main {
    /* padding: 10px 4vw 25px; */
  }
  .jcom-service-cont-main-inner {
    padding: 10px 4vw 20px;
  }
  .jcom-service-cont__btn {
    /* margin-top: 15px; */
  }
  .jcom-service-cont-item {
    /* margin: 25px 0; */
  }
  .jcom-service-cont-item + .jcom-service-cont-item {
    margin-top: 35px;
  }
  .ff-oubobtn-datetxt {
    font-size: 15px;
  }
  .ff-plan-stepbox-cont__btn.ff-oubo {
    margin-top: 30px;
  }
  .ff-oubobtn-closetxt-inner__txt + .ff-oubobtn-closetxt-inner__txt {
    margin-top: 8px;
  }
  .ff-process-ttl__main {
    font-size: 18px;
  }
  .ff-process-ttl__detail {
    font-size: 16px;
  }
  .ff-process-ttl-arrow {
    width: 16px;
  }
  .ff-plan-section + .ff-plan-section {
    margin-top: 80px;
  }
  .ff-plan-stepbox__cont {
    margin-top: 60px;
  }
  .ff-btn-note {
    font-size: 14px;
  }

  /* 応募資格・注意事項 
**************************************/
  .fanfes .notice {
    padding-top: 13.87vw;
  }
}

@media screen and (max-width: 400px) {
  .jcom-service-cont-service__point {
    width: 100%;
    min-width: auto;
  }
}
