main {
  background-color: #eeeeee;
  margin-bottom: 0;
  padding-bottom: 80px;
}

.font-black {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.txt-white {
  color: #ffffff;
}

.txt-red {
  color: #d73900;
}

.disc-top {
  max-width: 920px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 1019px) {
  .disclaim-block-box.disc-top {
    width: calc(100% - 40px);
  }
}

/* フレーム*/

.body-container {
  max-width: 920px;
  margin: 0 auto;
}

@media screen and (max-width: 1019px) {
  .body-container {
    padding: 10px;
    width: 100%;
  }
}

/* メインビジ */
.main_visual {
  background-color: #d73900;
  background-position: center top;
  background-size: auto;
  background-repeat: no-repeat;
}

.pc-kv-red-bg {
  background-image: url(/campaign/sbihyper_fes_2509_sbisec/imgs/kv_pc_bg.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
  height: clamp(400px, 38vw, 733px);
  display: flex;
}

.pc-kv-red-bg .image__wrap {
  align-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 72%;
}

.main-kv-pc {
  width: 100%;
}

@media screen and (min-width: 1020px) and (max-width: 1366px) {
  .main-kv-pc {
    padding-left: 0;
    padding-right: 0;
  }

  .pc-kv-red-bg {
    margin-right: clamp(0px, 3vw, 60px);
    margin-left: clamp(0px, 3vw, 60px);
  }
}

@media screen and (min-width: 1367px) and (max-width: 1920px) {
  .main-kv-pc {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 1920px) {
  .main-kv-pc {
    width: 1760px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .main_visual_sp .image__wrap {
    text-align: center;
    height: auto;
  }

  .main_visual_sp img {
    padding-top: 30px;
    width: 95%;
    padding-bottom: clamp(52px, 18vw, 160px);
  }

  .main_visual_sp {
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(/campaign/sbihyper_fes_2509_sbisec/imgs/kv_bg_sp@3x.png);
  }
}

@media screen and (min-width: 769px) and (max-width: 1019px) {
  .main_visual_sp .image__wrap {
    text-align: center;
    height: auto;
  }

  .main_visual_sp img {
    padding-top: 80px;
    width: 688px;
    padding-bottom: 160px;
  }

  .main_visual_sp {
    background-position: center top;
    background-size: 100vw 1234px;
    background-repeat: no-repeat;
    background-image: url(/campaign/sbihyper_fes_2509_sbisec/imgs/kv_bg_sp@3x.png);
  }
}

h1 {
  display: none;
}

/* 黒コンバージョン */

.white-cvn-area {
  background-color: #ffffff;
  padding: 28px 12px 16px;
  width: 100%;
  /* height: 192px; */
  margin: 34px 0 20px;
}

.btn--red {
  background-color: #d73900;
  border-color: #d73900;
  color: #ffffff;
  height: 66px;
  transition: background-color 0.3s ease-in, border-color 0.3s ease-in;
}

.btn--red:hover {
  background-color: #0ebedd;
  border-color: #0ebedd;
}

.cvn-head {
  margin-bottom: 20px;
}

.cvn-txt-link {
  margin-top: 15px;
  margin-bottom: 0;
}

.btn-img {
  position: relative;
  display: block;
  width: 331px;
  height: 71px;
  margin: 0 auto;
}

.btn-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease-in;
}

.btn-img .btn-img {
  opacity: 0;
}

.btn-img:hover .btn-img {
  opacity: 1;
}

.btn,
.btn-newtab {
  height: 66px;
  width: 331px;
}

.btn {
  border-radius: 0;
}

@media screen and (min-width: 1020px) {
  .cvn-txt-link-area {
    text-align: center;
  }
}

@media screen and (max-width: 1019px) {
  .white-cvn-area {
    margin: 40px auto 20px;
    max-width: 391px;
  }
}

/* イントロメイン */

.intro-area {
  padding-bottom: 60px;
}

.intro-main {
  margin: 60px auto;
}

h2 {
  color: #d73900;
  font-weight: 900;
  font-size: 58px;
  line-height: 1.4;
  text-align: center;
}

.intro-text {
  margin-top: 20px;
}

@media screen and (min-width: 1020px) {
  .intro-text {
    text-align: center;
  }
}

@media screen and (max-width: 1019px) {
  h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }

  .block-h2 {
    margin-top: 0;
  }

  .intro-main {
    text-align: center;
    margin: 40px auto;
    max-width: 391px;
  }

  .intro-text {
    text-align: left;
  }

  .hyper-logo {
    margin: 20px 0;
    width: 100%;
    max-width: 391px;
  }
}

/* イントロアンカーボタン */
.intro-anchor {
  margin: 0 auto;
}

.double-btn {
  display: flex;
  margin-bottom: 24px;
}

.double-btn {
  align-items: baseline;
}

.anchor-btn-img {
  position: relative;
  text-align: center;
}

.double-btn .anchor-btn-img {
  width: 50%;
}

.anchor-btn-img img {
  width: 416px;
}

.reserve-small {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

.reserve-large {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.4;
}

@media screen and (max-width: 1019px) {
  .double-btn {
    display: block;
    margin-bottom: 0;
  }
  .double-btn .anchor-btn-img {
    width: 100%;
    margin-bottom: 0;
  }

  .anchor-btn-img img {
    width: 100%;
    max-width: 391px;
  }

  .reserve-small {
    font-size: 14px;
  }

  .reserve-large {
    font-size: 20px;
  }

  .btn-img {
    width: 100%;
  }
}

/* 口座開設は簡単3ステップ */

.block-h3 {
  margin: 0;
}

.account-open-area {
  background-color: #7adced;
  padding: 60px 0;
}

.red-band-outer {
  margin: 0 auto 10px;
  text-align: center;
}

.red-band {
  background-color: #d73900;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 3px;
}

.red-band-large-p {
  font-size: 24px;
  font-weight: 900;
}

.aster {
  font-size: 14px;
}

h3 {
  font-weight: 900;
  font-size: 36px;
  text-align: center;
  margin-bottom: 0;
  line-height: 1.4;
}

.pre-item {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}

.three-step-area {
  display: flex;
  margin: 20px auto 10px;
  width: 692px;
}

.step-img:not(:last-child) {
  margin-right: 10px;
}

.step-ast {
  width: 692px;
  margin: 0 auto !important;
}

.logo-under {
  font-weight: 900;
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 1019px) {
  .three-step-area-sp {
    text-align: center;
    width: 100%;
  }

  .block-h3 .body-container {
    padding-top: 0;
  }

  .three-step-area-sp {
    margin: 20px auto;
  }

  .three-step-area-sp img {
    width: 80%;
    max-width: 391px;
  }

  .account-open-area-sp {
    height: 100%;
  }

  h3 {
    font-size: 24px;
  }

  .red-band {
    font-size: 16px;
    padding: 3px;
  }

  .red-band-large-p {
    font-size: 20px;
  }

  .aster {
    font-size: 14px;
  }

  .pre-item {
    font-weight: 400;
    margin-top: 20px;
  }

  .step-img {
    padding-left: 0;
  }

  .step-ast {
    max-width: 391px;
    width: 100%;
  }
  .logo-under {
    font-size: 20px;
  }
}

/* キャンペーン詳細 */

.cp_menu-area {
  padding: 100px 0 40px;
}

.dluble-cp {
  display: flex;
  margin-bottom: 36px;
  flex-direction: row;
}

.cp-detail {
  display: flex;
  flex-direction: column;
}

.cp-head {
  display: flex;
  position: relative;
  justify-content: center;
}

.cp-head-base {
  width: 390px;
  display: block;
  position: relative;
}

.cp-head-left-first {
  position: absolute;
  z-index: 10;
  top: -18px;
  width: 298px;
  left: -12px;
}

.cp-head-left {
  position: absolute;
  z-index: 10;
  top: 3px;
  width: 154px;
  left: -12px;
}

.dluble-cp .cp-detail {
  width: 50%;
}

.cp-box-outer {
  width: 416px;
  margin: 0 auto;
  height: 100%;
  text-align: center;
}

.cp-box {
  border: 4px solid #000;
  background-color: #ffffff;
  height: calc(100% - 163px);
  min-height: 152px;
  text-align: left;
  width: 390px;
  margin: auto;
}

.cp-box-inner {
  padding: 24px 10px;
  height: 100%;
}

.cp-box-text {
  padding: 0 4px;
}

.cp-box-text .sub-head {
  margin-top: 20px;
  line-height: 1.6;
  margin-bottom: 0;
}

.cp-box-btn {
  width: 363px;
  height: 62px;
  margin-top: 14px;
}

.cp-box_end img {
  width: 390px;
}

.cp-box_end_button {
  min-height: 87px;
  height: calc(100% - 534px);
  background-color: rgba(0, 0, 0, 0.6);
  border-left: 5px solid #000;
  border-right: 5px solid #000;
  border-bottom: 5px solid #000;
  border-top: none;
  padding: 14px 10px 24px;
}
.cp-box_end_button .cp-box-btn {
  margin-top: 0;
}

.btn--grayout {
  background-color: #adadad;
  border: #adadad;
}

.soon-gray-bg {
  background-color: #d9d9d9;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.soon-gray-bg p {
  font-weight: 700;
  font-size: 20px;
}

.btn-newtab .icon-newtab {
  right: 10px;
}

@media screen and (max-width: 1019px) {
  .cp-box_end_button {
    border-left: 4px solid #000;
    border-right: 4px solid #000;
    border-bottom: 4px solid #000;
  }

  .cp_menu-area {
    padding: 100px 10px 0;
  }

  .cp_upper-area {
    margin: 0 auto 60px;
    max-width: 391px;
    padding: 0 5px;
  }

  .cp-box-text {
    padding: 0;
  }

  .cp-head-left {
    top: 1vh;
    width: 35vw;
    max-width: 154px;
  }

  .cp-head-base {
    width: 100%;
  }

  .dluble-cp {
    display: block;
    margin-bottom: 24px;
  }

  .cp-detail {
    display: block;
    flex-direction: column;
  }

  .dluble-cp .cp-detail {
    width: 100%;
  }

  .cp-box-outer {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .cp-box {
    width: 100%;
  }

  .soon-gray-bg {
    min-height: 104px;
  }

  .cp-box-btn {
    width: 100%;
  }

  .cp-head-left-first {
    width: 75vw;
    max-width: 298px;
  }
  .red-deco {
    margin-top: 67px;
  }
}

.cp_menu-area .white-cvn-area {
  margin-top: 60px;
}

/* バナー */
@media screen and (max-width: 1019px) {
  .area-out-bnr {
    padding: 0 10px;
  }
}

/* ディスクレ白背景 */
.box-group {
  background-color: #ffffff;
}


