@charset "UTF-8";
.section-title {
  text-align: center;
}

.section-title__ja {
  font-size: 3rem;
  line-height: 1.33333;
  letter-spacing: 0.1em;
  padding-bottom: 22px;
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .section-title__ja {
    padding-bottom: 4vw;
    font-size: 5.33333vw;
    line-height: 1.25;
    letter-spacing: 0;
  }
}

.section-title__ja::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background: #3f6ebd;
}

@media only screen and (max-width: 767px) {
  .section-title__ja::after {
    width: 5.33333vw;
  }
}

.section-title__en {
  color: #abb2c6;
  font-size: 1.1rem;
  letter-spacing: 0.4em;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .section-title__en {
    font-size: 2.66667vw;
    margin-top: 4vw;
  }
}

.mv {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mv {
    margin-top: 14.4vw;
  }
}

@-webkit-keyframes mainscrollpc {
  0% {
    left: 45px;
    width: 0;
  }
  50% {
    left: 0;
    width: 32px;
  }
  100% {
    left: 0;
    width: 0;
  }
}

@keyframes mainscrollpc {
  0% {
    left: 45px;
    width: 0;
  }
  50% {
    left: 0;
    width: 32px;
  }
  100% {
    left: 0;
    width: 0;
  }
}

@-webkit-keyframes mainscrollpc2 {
  0% {
    left: 45px;
    width: 0;
  }
  50% {
    left: 0;
    width: 5px;
  }
  100% {
    left: 5px;
    width: 0;
  }
}

@keyframes mainscrollpc2 {
  0% {
    left: 45px;
    width: 0;
  }
  50% {
    left: 0;
    width: 5px;
  }
  100% {
    left: 5px;
    width: 0;
  }
}

.mv-scroll {
  position: absolute;
  bottom: 60px;
  left: -20px;
  z-index: 50;
}

.mv-scroll a {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.6em;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #000;
  position: relative;
  padding-left: 53px;
}

.mv-scroll a::before {
  background: #3c4e7c;
  content: "";
  height: 1px;
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 32px;
  -webkit-animation: mainscrollpc 1.5s ease infinite;
  animation: mainscrollpc 1.5s ease infinite;
}

.mv-scroll a::after {
  background: #3c4e7c;
  content: "";
  height: 1px;
  margin-left: -5px;
  margin-top: -1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 5px;
  -webkit-animation: mainscrollpc2 1.5s ease infinite;
  animation: mainscrollpc2 1.5s ease infinite;
}

.mv-main {
  width: 100%;
  height: 704px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mv-main {
    height: 134.13333vw;
  }
}

.mv-contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 80px bottom;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

@media only screen and (max-width: 767px) {
  .mv-contents {
    background-position: center top;
    background-size: 100% auto;
  }
}

.mv-contents.is-show {
  opacity: 1;
}

.mv-contents .inner {
  width: 75%;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mv-contents .inner {
    width: 100%;
  }
}

#about {
  background-image: url(/assets/img/top/mv_about.jpg);
}

@media only screen and (max-width: 767px) {
  #about {
    background-image: url(/assets/img/top/mv_about_sp.jpg);
  }
}

#about.spring {
  background-image: url(/assets/img/top/mv/mv_spring.jpg);
}

@media only screen and (max-width: 767px) {
  #about.spring {
    background-image: url(/assets/img/top/mv/mv_spring_sp.jpg);
  }
}

#about.summer {
  background-image: url(/assets/img/top/mv/mv_summer.jpg);
}

@media only screen and (max-width: 767px) {
  #about.summer {
    background-image: url(/assets/img/top/mv/mv_summer_sp.jpg);
  }
}

#about.summer .mv-about {
  color: #fff;
}

#about.autumn {
  background-image: url(/assets/img/top/mv/mv_autumn.jpg);
}

@media only screen and (max-width: 767px) {
  #about.autumn {
    background-image: url(/assets/img/top/mv/mv_autumn_sp.jpg);
  }
}

#about.autumn .mv-about {
  color: #fff;
}

#about.winter {
  background-image: url(/assets/img/top/mv/mv_winter.jpg);
}

@media only screen and (max-width: 767px) {
  #about.winter {
    background-image: url(/assets/img/top/mv/mv_winter_sp.jpg);
  }
}

#about.winter .mv-about {
  color: #fff;
}

#campaign {
  background-image: url(/assets/img/top/mv_campaign.jpg);
}

@media only screen and (max-width: 767px) {
  #campaign {
    background-image: url(/assets/img/top/mv_campaign_sp.jpg);
  }
}

#deposit {
  background-image: url(/assets/img/top/mv_deposit.jpg);
}

@media only screen and (max-width: 767px) {
  #deposit {
    background-image: url(/assets/img/top/mv_deposit_sp.jpg);
  }
}

#cardloan {
  background-image: url(/assets/img/top/mv_cardloan.jpg);
}

@media only screen and (max-width: 767px) {
  #cardloan {
    background-image: url(/assets/img/top/mv_cardloan_sp.jpg);
  }
}

#journal {
  background-image: url(/assets/img/top/mv_journal.jpg);
}

@media only screen and (max-width: 767px) {
  #journal {
    background-image: url(/assets/img/top/mv_journal_sp.jpg);
  }
}

.mv-nav {
  margin-top: -100px;
}

@media only screen and (max-width: 767px) {
  .mv-nav {
    margin-top: -7.6vw;
  }
}

.mv-nav .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 73px;
}

@media only screen and (max-width: 767px) {
  .mv-nav .inner {
    gap: 22px;
  }
}

.mv-nav-item {
  width: 17%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 20;
}

@media only screen and (max-width: 767px) {
  .mv-nav-item {
    width: 18.66667vw;
    height: auto;
  }
}

.mv-nav-item a {
  width: 100%;
  height: 100%;
  padding: 22px 5px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  cursor: pointer;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mv-nav-item a {
    pointer-events: none;
    height: auto;
    padding: 1.33333vw;
  }
}

@media only screen and (min-width: 768px) {
  .mv-nav-item a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 59, 108, 0.8);
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}

.mv-nav-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 100%;
}

@media only screen and (max-width: 767px) {
  .mv-nav-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(40, 59, 108, 0.8);
    z-index: 5;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
  }
}

.mv-nav-item--about::before {
  background-image: url(/assets/img/top/thumb_about.jpg);
}

.mv-nav-item--about.spring::before {
  background-image: url(/assets/img/top/mv/thumb_spring.jpg);
}

.mv-nav-item--about.summer::before {
  background-image: url(/assets/img/top/mv/thumb_summer.jpg);
}

.mv-nav-item--about.autumn::before {
  background-image: url(/assets/img/top/mv/thumb_autumn.jpg);
}

.mv-nav-item--about.winter::before {
  background-image: url(/assets/img/top/mv/thumb_winter.jpg);
}

.mv-nav-item--campaign::before {
  background-image: url(/assets/img/top/thumb_campaign.jpg);
}

.mv-nav-item--deposit::before {
  background-image: url(/assets/img/top/thumb_deposit.jpg);
}

.mv-nav-item--cardloan::before {
  background-image: url(/assets/img/top/thumb_cardloan.jpg);
}

.mv-nav-item--journal::before {
  background-image: url(/assets/img/top/thumb_journal.jpg);
}

.mv-nav-item__icon {
  width: 100%;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .mv-nav-item__icon {
    width: auto;
    height: 7.33333vw;
  }
  .mv-nav-item__icon img {
    width: auto;
    height: 100%;
  }
}

.mv-nav-item__text {
  font-size: 1.9rem;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  z-index: 10;
  line-height: 1.21053;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .mv-nav-item__text {
    font-size: 2.13333vw;
    line-height: 1.1875;
    letter-spacing: normal;
    margin-top: 1.33333vw;
  }
}

.mv-nav-item__text span {
  display: inline-block;
  font-size: 1.6rem;
  line-height: 1.125;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 767px) {
  .mv-nav-item__text span {
    font-size: 2.13333vw;
    line-height: 1.1875;
    letter-spacing: normal;
  }
}

.mv-nav-item.active::before {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}

@media only screen and (min-width: 768px) {
  .mv-nav-item.active a::after {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .mv-nav-item.active::after {
    opacity: 1;
  }
}

.mv-body {
  position: absolute;
  z-index: 20;
}

.mv-about {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .mv-about {
    width: 74.66667vw;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.mv-about__title {
  font-size: 3rem;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 767px) {
  .mv-about__title {
    font-size: 5.2vw;
  }
}

.mv-about__title span {
  font-size: 1.8rem;
  letter-spacing: 0.23em;
  display: block;
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .mv-about__title span {
    font-size: 3.06667vw;
    margin-bottom: 2.66667vw;
  }
}

.mv-about__entitle {
  font-size: 1.5rem;
  letter-spacing: 0.4em;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #d4dbe3;
}

@media only screen and (max-width: 767px) {
  .mv-about__entitle {
    font-size: 2.6vw;
    margin-top: 2.66667vw;
    padding-top: 2.66667vw;
  }
}

.mv-about__btn {
  margin-top: 30px;
  width: 400px;
}

@media only screen and (max-width: 767px) {
  .mv-about__btn {
    margin-top: 4.66667vw;
    width: 100%;
    margin-left: -1.33333vw;
  }
}

.mv-about__btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.mv-about__btn a::before {
  background: #fff;
  content: "";
  height: 1px;
  margin-left: -10px;
  margin-top: -4px;
  position: absolute;
  right: 24px;
  top: 55%;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 28px;
}

@media only screen and (max-width: 767px) {
  .mv-about__btn a::before {
    right: 5.33333vw;
    width: 5.06667vw;
  }
}

.mv-about__btn a::after {
  background: #fff;
  content: "";
  height: 1px;
  margin-left: -2px;
  margin-top: -4px;
  position: absolute;
  right: 24px;
  top: 55%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 5px;
}

@media only screen and (max-width: 767px) {
  .mv-about__btn a::after {
    right: 5.33333vw;
    width: 1.06667vw;
  }
}

@media only screen and (min-width: 768px) {
  .mv-about__btn a:hover::before {
    right: 14px;
  }
  .mv-about__btn a:hover::after {
    right: 14px;
  }
}

.mv-campaign {
  width: 892px;
  top: 52.9%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .mv-campaign {
    width: 72vw;
    top: 50.3%;
    display: block;
  }
}

.mv-campaign__note {
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.07em;
  position: absolute;
  left: 228px;
  top: -53px;
}

@media only screen and (max-width: 767px) {
  .mv-campaign__note {
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 1.2846;
    position: static;
    text-align: center;
  }
}

.mv-campaign__note:after {
  border: solid 1px #b0bbb3;
  content: "";
  position: absolute;
  left: -227px;
  top: 46px;
  width: 892px;
}

@media only screen and (max-width: 767px) {
  .mv-campaign__note:after {
    top: 8.8%;
    left: 5%;
    width: 85%;
  }
}

@media only screen and (max-width: 767px) {
  .mv-campaign__detail {
    margin-top: 6%;
  }
}

@media only screen and (max-width: 767px) {
  .mv-campaign__desc-main {
    margin: auto;
    width: 86%;
  }
}

.mv-campaign__subtitle {
  text-align: center;
  border-bottom: 1px solid #b29d5e;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .mv-campaign__subtitle {
    padding-bottom: 1.33333vw;
  }
  .mv-campaign__subtitle img {
    width: 50.26667vw;
  }
}

.mv-campaign__title {
  font-size: 4.1rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
  width: 480px;
}

@media only screen and (max-width: 767px) {
  .mv-campaign__title {
    font-size: 8.53333vw;
    width: auto;
  }
}

.mv-campaign__title span {
  display: block;
}

.mv-campaign__title--large {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .mv-campaign__title--large {
    margin-top: 2vw;
  }
}

.mv-campaign__title--medium {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .mv-campaign__title--medium {
    margin-top: 3.33333vw;
    font-size: 4vw;
    letter-spacing: 0.07em;
  }
}

.mv-campaign__title--small {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  margin-top: 12px;
}

@media only screen and (max-width: 767px) {
  .mv-campaign__title--small {
    margin-top: 1.33333vw;
    font-size: 3.46667vw;
    letter-spacing: 0.15em;
  }
}

.mv-campaign__title-margin {
  display: inline-block !important;
  margin-left: -11px;
}

@media only screen and (max-width: 767px) {
  .mv-campaign__title-margin {
    margin-left: -2%;
  }
}

.mv-campaign__btn {
  margin-left: 30px;
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .mv-campaign__btn {
    width: 92%;
    margin: 2vw auto 0;
  }
}

.mv-campaign__btn a {
  display: inline-block;
  position: relative;
}

.mv-campaign__btn a::before {
  background: #3c4e7c;
  content: "";
  height: 1px;
  margin-left: -10px;
  margin-top: -4px;
  position: absolute;
  right: 37px;
  top: 50%;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 28px;
}

@media only screen and (max-width: 767px) {
  .mv-campaign__btn a::before {
    right: 6.66667vw;
    width: 5.06667vw;
  }
}

.mv-campaign__btn a::after {
  background: #3c4e7c;
  content: "";
  height: 1px;
  margin-left: -2px;
  margin-top: -4px;
  position: absolute;
  right: 37px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 5px;
}

@media only screen and (max-width: 767px) {
  .mv-campaign__btn a::after {
    right: 6.66667vw;
    width: 1.06667vw;
  }
}

@media only screen and (min-width: 768px) {
  .mv-campaign__btn a:hover::before {
    right: 27px;
  }
  .mv-campaign__btn a:hover::after {
    right: 27px;
  }
}

.mv-campaign__desc {
  position: relative;
  top: 18px;
}

@media only screen and (max-width: 767px) {
  .mv-campaign__desc {
    margin-top: -0.66667vw;
    top: 0;
  }
}

.mv-campaign__text {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin: 12px auto 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .mv-campaign__text {
    font-size: 2.4vw;
    letter-spacing: 0.04em;
    line-height: 1.667;
    margin-top: 2vw;
    margin-left: -13vw;
    text-align: center;
    width: 100vw;
  }
}

.mv-campaign__desc02 {
  position: relative;
  top: 24px;
  background-color: #fff;
  color: #ff0000;
  font-size: 1.5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  line-height: 1.75;
  padding: 32px 0;
  left: 0;
  width: 1234px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 767px) {
  .mv-campaign__desc02 {
    background-color: transparent;
    width: 100vw;
    font-size: 2.4vw;
    letter-spacing: 0;
    position: static;
    padding: 6vw 0 10.9vw;
    margin: 2.8vw auto 0 -14vw;
  }
}

@media only screen and (max-width: 767px) {
  .mv-campaign__desc02--cardloan {
    background: #fff;
    padding: 6vw 0;
    margin-left: -8.666665vw;
  }
}

.mv-campaign__desc-batch {
  position: absolute;
  top: -144px;
  right: -129px;
}

@media only screen and (max-width: 767px) {
  .mv-campaign__desc-batch {
    width: 18.53333vw;
    height: 18.53333vw;
    top: -57.6vw;
    right: -9.5vw;
  }
  .mv-campaign__desc-batch img {
    width: 100%;
  }
}

.mv-deposit {
  width: 892px;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .mv-deposit {
    width: 72vw;
    top: 46.5%;
    display: block;
  }
}

.mv-deposit__detail {
  width: 392px;
}

@media only screen and (max-width: 767px) {
  .mv-deposit__detail {
    width: 100%;
  }
}

.mv-deposit__subtitle {
  font-size: 2.3rem;
  letter-spacing: 0.07em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #688eaf;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .mv-deposit__subtitle {
    width: 56vw;
    margin: auto;
    font-size: 3.46667vw;
    padding-bottom: 2.66667vw;
  }
}

.mv-deposit__title {
  font-size: 6.2rem;
  letter-spacing: 0.03em;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mv-deposit__title {
    font-size: 9.46667vw;
  }
}

.mv-deposit__title span {
  display: block;
}

.mv-deposit__title--large {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .mv-deposit__title--large {
    margin-top: 2vw;
  }
}

.mv-deposit__title--medium {
  font-size: 2.6rem;
  letter-spacing: 0.02em;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .mv-deposit__title--medium {
    margin-top: 3.33333vw;
    font-size: 4vw;
  }
}

.mv-deposit__title--small {
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .mv-deposit__title--small {
    margin-top: 3.33333vw;
    font-size: 3.33333vw;
  }
}

.mv-deposit__btn {
  margin-left: -10px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .mv-deposit__btn {
    width: 100%;
    margin: 2vw auto 0;
  }
}

.mv-deposit__btn a {
  display: block;
  position: relative;
}

.mv-deposit__btn a::before {
  background: #3c4e7c;
  content: "";
  height: 1px;
  margin-left: -10px;
  margin-top: -4px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 28px;
}

@media only screen and (max-width: 767px) {
  .mv-deposit__btn a::before {
    right: 6.66667vw;
    width: 5.06667vw;
  }
}

.mv-deposit__btn a::after {
  background: #3c4e7c;
  content: "";
  height: 1px;
  margin-left: -2px;
  margin-top: -4px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 5px;
}

@media only screen and (max-width: 767px) {
  .mv-deposit__btn a::after {
    right: 6.66667vw;
    width: 1.06667vw;
  }
}

@media only screen and (min-width: 768px) {
  .mv-deposit__btn a:hover::before {
    right: 14px;
  }
  .mv-deposit__btn a:hover::after {
    right: 14px;
  }
}

.mv-deposit__desc {
  position: relative;
}

.mv-deposit__desc-batch {
  position: absolute;
  top: -101px;
  right: -131px;
}

@media only screen and (max-width: 767px) {
  .mv-deposit__desc-batch {
    width: 20.4vw;
    height: 20.4vw;
    top: -53.33333vw;
    right: -12vw;
  }
  .mv-deposit__desc-batch img {
    width: 100%;
  }
}

.mv-deposit__note {
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 30px;
  letter-spacing: 0.09em;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .mv-deposit__note {
    font-size: 2.13333vw;
    line-height: 1.25;
    margin-top: 2.66667vw;
    letter-spacing: normal;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    width: 100vw;
    margin-left: -13.33333vw;
  }
}

.mv-deposit__note02 {
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .mv-deposit__note02 {
    width: 100vw;
    margin-left: -13.33333vw;
    font-size: 2.26667vw;
    line-height: 1.3;
    margin-top: 1.33333vw;
  }
}

.mv-cardloan {
  width: 922px;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .mv-cardloan {
    width: 82.66667vw;
    top: 49.5%;
    display: block;
  }
}

.mv-cardloan__detail {
  width: 392px;
}

@media only screen and (max-width: 767px) {
  .mv-cardloan__detail {
    width: 100%;
  }
}

.mv-cardloan__subtitle {
  font-size: 2.6rem;
  letter-spacing: 0.07em;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #bac4dd;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .mv-cardloan__subtitle {
    width: 69.86667vw;
    margin: auto;
    font-size: 4.53333vw;
    padding-bottom: 2.66667vw;
  }
}

.mv-cardloan__title {
  font-size: 4rem;
  line-height: 1.125;
  letter-spacing: -0.07em;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .mv-cardloan__title {
    margin-top: 3.73333vw;
    font-size: 6.66667vw;
  }
}

.mv-cardloan__btn {
  margin-left: -10px;
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .mv-cardloan__btn {
    width: 72vw;
    margin: 3.33333vw auto 0;
  }
}

.mv-cardloan__btn a {
  display: block;
  position: relative;
}

.mv-cardloan__btn a::before {
  background: #fff;
  content: "";
  height: 1px;
  margin-left: -10px;
  margin-top: -4px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 28px;
}

@media only screen and (max-width: 767px) {
  .mv-cardloan__btn a::before {
    right: 6.66667vw;
    width: 5.06667vw;
  }
}

.mv-cardloan__btn a::after {
  background: #fff;
  content: "";
  height: 1px;
  margin-left: -2px;
  margin-top: -4px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 5px;
}

@media only screen and (max-width: 767px) {
  .mv-cardloan__btn a::after {
    right: 6.66667vw;
    width: 1.06667vw;
  }
}

@media only screen and (min-width: 768px) {
  .mv-cardloan__btn a:hover::before {
    right: 14px;
  }
  .mv-cardloan__btn a:hover::after {
    right: 14px;
  }
}

.mv-cardloan__desc {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .mv-cardloan__desc {
    margin-top: 4vw;
  }
}

.mv-cardloan__desc-batch {
  position: absolute;
  top: -96px;
  right: -131px;
}

@media only screen and (max-width: 767px) {
  .mv-cardloan__desc-batch {
    width: 20.4vw;
    height: 20.4vw;
    top: -53.33333vw;
    right: -5.33333vw;
  }
  .mv-cardloan__desc-batch img {
    width: 100%;
  }
}

.mv-journal {
  width: 892px;
  top: 53%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .mv-journal {
    width: 66.66667vw;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.mv-journal__detail {
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .mv-journal__detail {
    width: 100%;
  }
}

.mv-journal__title {
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .mv-journal__title {
    font-size: 6.66667vw;
    line-height: 1.3;
  }
}

.mv-journal__btn {
  margin: 30px auto 0;
  width: 382px;
}

@media only screen and (max-width: 767px) {
  .mv-journal__btn {
    margin-top: 6.66667vw;
    width: 100%;
  }
}

.mv-journal__btn a {
  display: block;
  position: relative;
}

.mv-journal__btn a::before {
  background: #fff;
  content: "";
  height: 1px;
  margin-left: -10px;
  margin-top: -4px;
  position: absolute;
  right: 34px;
  top: 50%;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 28px;
}

@media only screen and (max-width: 767px) {
  .mv-journal__btn a::before {
    right: 6.66667vw;
    width: 5.06667vw;
  }
}

.mv-journal__btn a::after {
  background: #fff;
  content: "";
  height: 1px;
  margin-left: -2px;
  margin-top: -4px;
  position: absolute;
  right: 34px;
  top: 50%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 5px;
}

@media only screen and (max-width: 767px) {
  .mv-journal__btn a::after {
    right: 6.66667vw;
    width: 1.06667vw;
  }
}

@media only screen and (min-width: 768px) {
  .mv-journal__btn a:hover::before {
    right: 20px;
  }
  .mv-journal__btn a:hover::after {
    right: 20px;
  }
}

.mv-journal__desc {
  position: relative;
}

.mv-journal__desc-batch {
  position: absolute;
  top: -96px;
  right: -131px;
}

.mv-journal__note {
  width: 100%;
  text-align: center;
  margin-top: 25px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.mv-journal__note span {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

.topics {
  padding-top: 70px;
}

@media only screen and (max-width: 767px) {
  .topics {
    padding-top: 9.6vw;
  }
}

@media only screen and (max-width: 767px) {
  .topics .inner {
    width: 100%;
  }
}

.topics__list {
  margin-top: 52px;
}

@media only screen and (max-width: 767px) {
  .topics__list {
    padding: 5.33333vw;
    margin-top: 3.33333vw;
  }
}

.topics__item {
  display: grid;
  grid-template-columns: 145px 1fr;
  border-bottom: 1px solid #eff1f7;
  padding-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .topics__item {
    display: block;
    padding-bottom: 7px;
  }
}

.topics__item + .topics__item {
  margin-top: 19px;
}

@media only screen and (max-width: 767px) {
  .topics__item + .topics__item {
    margin-top: 3.33333vw;
  }
}

.topics__date {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .topics__date {
    font-size: 3.73333vw;
    line-height: 1.42857;
  }
}

.topics__detail {
  font-size: 1.5rem;
  line-height: 1.2;
}

@media only screen and (max-width: 767px) {
  .topics__detail {
    font-size: 3.73333vw;
    line-height: 1.42857;
    line-height: 2;
    margin-top: -0.66667vw;
  }
}

.topics__link {
  color: inherit;
  text-decoration: none;
}

.section-title {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section-title__ja {
    font-size: 6.13333vw;
    padding-bottom: 2.93333vw;
  }
}

@media only screen and (max-width: 767px) {
  .section-title__ja::after {
    width: 9.6vw;
  }
}

.section-title__ja--wide {
  letter-spacing: 0.05em;
}

.section-title__en {
  color: #abb2c6;
  font-size: 1.1rem;
  letter-spacing: 0.4em;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .section-title__en {
    font-size: 2.66667vw;
    margin-top: 4vw;
  }
}

.section-title__en--tight {
  letter-spacing: 0.2em;
}

.news {
  margin-top: 70px;
  background: url(/assets/img/top/bg_news.jpg) no-repeat center top;
  background-size: cover;
  padding: 170px 0 120px;
}

@media only screen and (max-width: 767px) {
  .news {
    margin-top: 10vw;
    padding: 21.33333vw 0 20vw;
  }
}

.news__link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.news__link {
  display: inline-block;
  width: 360px;
  height: 100%;
  color: #fff;
  background: #415485;
  font-size: 2rem;
  line-height: 1.2;
  padding: 15px 5px;
  text-align: center;
  border: 1px solid #415485;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

@media only screen and (max-width: 767px) {
  .news__link {
    font-size: 3.73333vw;
    line-height: 1.42857;
    width: 68%;
    padding: 9px 5px;
  }
}

.news__link span {
  display: inline-block;
  position: relative;
  margin-right: -15px;
}

.news__link span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -60px;
  width: 41px;
  height: 25px;
  background: url(/assets/img/top/news_btn_icon01.svg) no-repeat center top;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .news__link span::before {
    width: 7.46667vw;
    height: 4.53333vw;
    left: -11.73333vw;
  }
}

.news__link span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -62px;
  width: 29px;
  height: 4px;
  background: url(/assets/img/top/news_btn_icon02.svg) no-repeat center top;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: right .4s;
  transition: right .4s;
  will-change: transform;
}

@media only screen and (max-width: 767px) {
  .news__link span::after {
    width: 5.33333vw;
    height: 0.8vw;
    right: -8.26667vw;
  }
}

@media only screen and (min-width: 768px) {
  .news__link:hover span::after {
    right: -70px;
  }
}
