@charset "UTF-8";
.sp {
  display: none !important;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  position: relative;
  font-size: 1.6rem;
  overflow-x: hidden;
}

.header {
  border-bottom: 4px solid #049b7c;
  position: relative;
  z-index: 1;
}
.header-wrapper {
  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;
  padding: 12.5px 20px;
  max-width: 1203px;
  margin: 0 auto;
}
.header-left {
  width: 151px;
}
.header-right {
  width: 120px;
}

footer {
  background-color: #fff;
  text-align: center;
  padding-bottom: 100px;
}
footer small {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 35px;
  display: block;
}

/* =========================================================
   common parts (PC)
========================================================= */
.cmn-btn {
  width: 52.5%;
  margin: 0 auto;
}
.cmn-btn a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cmn-btn a:hover {
  opacity: 0.8;
}

/* =========================================================
   FV
========================================================= */
.sec-fv {
  background: url(../img/fv-bg_pc.jpg) center center/cover no-repeat;
}
.sec-fv-inner {
  position: relative;
}
.sec-fv-btn {
  position: absolute;
  left: 50%;
  top: 85%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 52.5%;
  margin: 0;
}

/* =========================================================
   present（プレゼント金額がアップ）
========================================================= */
.sec-present {
  background-color: #fefce7;
}

/* =========================================================
   flow（キャンペーン概要・3ステップ）
========================================================= */
.sec-flow {
  background-color: #fefce7;
}
.sec-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sec-flow-item:nth-child(1) {
  width: 35.818%;
}
.sec-flow-item:nth-child(2) {
  width: 31.909%;
}
.sec-flow-item:nth-child(3) {
  width: 32.273%;
}

/* =========================================================
   detail（キャンペーン詳細）
========================================================= */
.sec-detail {
  background-color: #fefce7;
  padding-bottom: 30px;
}

/* =========================================================
   entry（エントリー期間ボックス）
========================================================= */
.sec-entry {
  background-color: #fff;
  padding: 40px 0;
}
.sec-entry-box {
  position: relative;
}
.sec-entry-btn {
  position: absolute;
  left: 50%;
  top: 63%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 52.5%;
  margin: 0;
}

/* =========================================================
   more（さらに 定期預金キャンペーンも実施中）
========================================================= */
.sec-more {
  background: url(../img/entry-bg_pc.jpg) center top no-repeat;
  background-size: auto 100%;
  background-color: #f89800;
}
.sec-more-inner {
  position: relative;
}
.sec-more-btn {
  position: absolute;
  left: 50%;
  top: 59%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 52.7%;
  margin: 0;
}

/* =========================================================
   faq（よくあるご質問）
========================================================= */
.sec-faq {
  background-color: #fefce7;
  padding: 120px 0 75px;
}
.sec-faq-ttl {
  width: 27.18%;
  margin: 0 auto 45px;
}

.accordion {
  max-width: 900px;
  margin: 0 auto;
}
.accordion dt {
  position: relative;
  cursor: pointer;
  margin-top: 18px;
}
.accordion dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 3.4%;
  width: 39px;
  height: 21px;
  margin-top: -10px;
  background: url(../img/faq-icon.png) center/contain no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.accordion dt.selected::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.accordion dd {
  display: none;
  margin-top: -2%;
}

/* =========================================================
   end（エントリーをお忘れなく クロージングCTA）
========================================================= */
.sec-end {
  background-color: #fff;
  padding: 70px 0 75px;
}
.sec-end-box {
  max-width: 914px;
  position: relative;
}
.sec-end-btn {
  position: absolute;
  left: 50%;
  top: 59%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 63.2%;
  margin: 0;
}

/* =========================================================
   note（注意事項）
========================================================= */
.sec-note {
  background-color: #bfbfbf;
  padding: 80px 0 70px;
}
.sec-note-inner {
  -webkit-filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 3px 12px rgba(0, 0, 0, 0.1));
}
.sec-note-list {
  background-color: #fff;
  border-radius: 24px;
  padding: 55px 60px;
}
.sec-note-list li {
  position: relative;
  padding-left: 1.4em;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 0.04em;
}
.sec-note-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
}
.sec-note-list li + li {
  margin-top: 0.2em;
}

/* =========================================================
   inquiry（お問い合わせ）
========================================================= */
.sec-inquiry {
  background: -webkit-gradient(linear, left top, right top, from(#9ed31c), to(#179d62));
  background: linear-gradient(to right, #9ed31c, #179d62);
  padding: 100px 0 65px;
}
.sec-inquiry-ttl {
  width: 30.09%;
  margin: 0 auto 70px;
}
.sec-inquiry-box {
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 0 45px;
}
.sec-inquiry-main {
  width: 100%;
}
.sec-inquiry-tel {
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 38.36%;
}
.sec-inquiry-tel a {
  display: block;
}

/* =========================================================
   fixed-cv（追従エントリーボタン）
========================================================= */
.fixed-cv {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0.3s, -webkit-transform 0.3s;
}
.fixed-cv.is-fixed {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fixed-cv-inner {
  width: 480px;
  max-width: 90%;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.3));
}
.fixed-cv-inner a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.fixed-cv-inner a:hover {
  opacity: 0.8;
}/*# sourceMappingURL=style_pc.css.map */