@charset "UTF-8";
body {
  font-family: "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
}

a {
  transition: opacity 0.3s;
}

a:hover {
  opacity: .5 !important;
}

.t-general {
  background: #FFF9F1;
}

.o-header {
  background: #fff;
}

.cont__container,
.cont__container--small {
  box-sizing: content-box !important;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.mv__container {
  padding: 20px 30px 40px;
}

@media screen and (max-width: 768px) {
  .cont__container,
  .cont__container--small {
    max-width: 90.6666666667%;
    padding-left: 0;
    padding-right: 0;
  }
  .gradient_bg {
    overflow: hidden;
  }
  .mv__container {
    padding: 5vw 5vw 8vw 5vw;
  }
}

.cont__container--small {
  max-width: 900px;
}

@media screen and (max-width: 768px) {
  .cont__container--small {
    max-width: 89.3333333333%;
  }
}

.introduce__container,
.tokuten__container,
.cashless__container,
.security__container,
.cards__container,
.lead__container,
.imanara__container {
  padding-top: 100px;
  padding-bottom: 100px;
}

#bank_account .cards__container {
  padding-bottom: 20px;
}

.security__container {
  background: #fff;
}

.point__container {
  padding-bottom: 80px;
}

.anchor__container {
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .introduce__container,
  .tokuten__container,
  .cashless__container,
  .security__container,
  .cards__container,
  .lead__container,
  .imanara__container {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  #bank_account .cards__container {
    padding-bottom: 2vw;
  }
  .point__container {
    padding-bottom: 16vw;
  }
  .anchor__container {
    padding-bottom: 16vw;
  }
}

.lead__container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.introduce__container {
  padding-top: 80px;
  padding-bottom: 10px;
}

.tokuten__container {
  background-image: linear-gradient(90deg, #daf0fc 48%, #a5dbf7 100%);
}

.cashless__title,
.cards__title {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.cashless__title picture img,
.cards__title picture img {
  width: 100%;
  height: auto;
}

.tokuten__title h2,
.cashless__title h2,
.cards__title h2 {
  margin: 0;
  margin-left: 20px;
  color: #4653a2;
  font-size: 55px;
  font-weight: bold;
  line-height: 1;
}

.cards__title h2,
.security__title h2,
.tokuten__title h2 {
  margin-left: 0;
}

.tokuten__title h2 {
  padding-top: 20px;
}

.security__title,
.tokuten__title {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tokuten__title h2,
  .cashless__title h2,
  .security__title h2,
  .cards__title h2 {
    margin-left: 2.6666666667vw;
    font-size: 7.5vw;
    line-height: 1.3333333333;
    text-align: center;
  }
  .cards__title h2,
  .security__title h2,
  .tokuten__title h2 {
    margin-left: 0;
  }
}

.tokuten__top-text,
.cashless__top-text,
.security__top-text {
  margin-top: 20px !important;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .tokuten__top-text,
  .cashless__top-text,
  .security__top-text {
    margin-top: 2.6666666667vw !important;
    font-size: 5.3333333333vw;
  }
}

.tokuten__top-text .underline,
.cashless__top-text .underline,
.security__top-text .underline {
  display: inline-block;
  background: linear-gradient(transparent 60%, #fff000 60%, #fff000 100%, transparent 100%);
}

@media screen and (max-width: 768px) {
  .tokuten__top-text .underline,
  .cashless__top-text .underline,
  .security__top-text .underline {
    background: linear-gradient(transparent 60%, #fff000 60%, #fff000 90%, transparent 90%);
  }
}

.modal__close,
.introduce__bnr,
.introduce__other-link,
.lead__link,
.lead__u29-entry,
.js-accordion__trigger,
.float-link__card,
.modal__entry-btn,
.tokuten__detail-link,
.cashless__detail-btn,
.security__detail-link,
.card__entry,
.rule__link,
.tokuten__caution-link,
.card__link {
  color: inherit;
  transition: opacity 0.3s;
  cursor: pointer;
}

.link {
  color: inherit;
  transition: opacity 0.3s;
}

.modal__close:hover,
.introduce__bnr:hover,
.introduce__other-link:hover,
.lead__link:hover,
.lead__u29-entry:hover,
.js-accordion__trigger:hover,
.link:hover,
.float-link__card:hover,
.modal__entry-btn:hover,
.tokuten__detail-link:hover,
.cashless__detail-btn:hover,
.security__detail-link:hover,
.card__entry:hover,
.rule__link:hover,
.tokuten__caution-link:hover,
.card__link:hover {
  opacity: 0.7;
}

.rule__link,
.tokuten__caution-link,
.card__link {
  color: #002e9b;
}

.float-link__card,
.modal__entry-btn,
.cashless__detail-btn,
.security__detail-link,
.card__entry {
  appearance: none;
  border: 0;
  border-radius: 6px;
  background-color: #d72e8b;
  color: #ffffff;
  font-weight: 500;
  position: relative;
}

.float-link__card {
  background-color: #b60081;
}

.tokuten__detail-link {
  color: #fff;
  background-color: #4F62AC;
  position: relative;
  font-weight: bold;
  border-radius: 10px;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
  .float-link__card,
  .modal__entry-btn,
  .tokuten__detail-link,
  .cashless__detail-btn,
  .security__detail-link,
  .card__entry {
    border-radius: 1.3333333333vw;
  }
}

/* common style override:start */
body.fixed {
  overflow-y: hidden;
}

@media screen and (min-width: 769px) {
  body {
    min-width: 100%;
  }
}

.cont * {
  box-sizing: border-box;
}

.cont ul,
.cont ol {
  list-style: none;
}

.cont img {
  max-width: 100%;
  height: auto;
}

/* common style override:end */
/* base:start */
[v-cloak] {
  display: none;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 1281px) {
  .pcSmallOnly {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcSmallOnly {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }
}

.lineBreak {
  display: inline-block;
}

.cautionText {
  color: #e70031;
}

.greenText {
  color: #00B050;
}

.linkText {
  color: #002e9b;
}

/* base:end */
.js-accordion__trigger {
  position: relative;
}

.js-accordion__target {
  overflow: hidden;
}

.js-accordion__target-enter-active {
  transition: all 0.5s ease-in-out;
}

.js-accordion__target-leave-active {
  transition: all 0.5s ease-in-out;
}

.js-accordion__target-enter,
.js-accordion__target-leave-to {
  opacity: 0;
}

.js-accordion__icon {
  position: absolute;
  right: 1.9230769231%;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 768px) {
  .js-accordion__icon {
    right: 10px;
    width: 17px;
    height: 17px;
  }
}

.js-accordion__icon::before {
  position: absolute;
  top: 50%;
  right: 40px;
  width: 100px;
  transform: translateY(-50%);
  content: "閉じる";
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .js-accordion__icon::before {
    right: 25px;
    font-size: 12px;
  }
}

.js-accordion__icon span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  transition-delay: 0.3s;
}

.js-accordion__icon span::before,
.js-accordion__icon span::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.js-accordion--close .js-accordion__icon::before {
  content: "開く";
}

.js-accordion--close .js-accordion__icon span::after {
  transform: translateY(-50%) rotate(90deg);
}

/* js-fade:start */
:root {
  --fade-translate-x: 0px;
  --fade-translate-y: 0px;
  --fade-duration: 500ms;
}

/* 表示方法 */
.up {
  --fade-translate-y: 50px;
}

.down {
  --fade-translate-y: -50px;
}

.fromLeft {
  --fade-translate-x: -50px;
}

.fromRight {
  --fade-translate-x: 50px;
}

.jsScroll {
  opacity: 0;
  transition-duration: 400ms;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-delay: 0ms;
  transform: translate(var(--fade-translate-x), var(--fade-translate-y));
}

.jsScroll.delay--100 {
  transition-delay: 100ms;
}

.jsScroll.delay--200 {
  transition-delay: 200ms;
}

.jsScroll.delay--300 {
  transition-delay: 300ms;
}

.jsScroll.delay--400 {
  transition-delay: 400ms;
}

.jsScroll.delay--500 {
  transition-delay: 500ms;
}

.jsScroll.delay--600 {
  transition-delay: 600ms;
}

.jsScroll.delay--700 {
  transition-delay: 700ms;
}

.jsScroll.delay--800 {
  transition-delay: 800ms;
}

.jsScroll.delay--900 {
  transition-delay: 900ms;
}

.jsScroll.delay--1000 {
  transition-delay: 1000ms;
}

.jsScroll.delay--1100 {
  transition-delay: 1100ms;
}

.jsScroll.delay--1200 {
  transition-delay: 1200ms;
}

.jsScroll.delay--1300 {
  transition-delay: 1300ms;
}

.jsScroll.delay--1400 {
  transition-delay: 1400ms;
}

.jsScroll.delay--1500 {
  transition-delay: 1500ms;
}

.jsScroll.delay--1600 {
  transition-delay: 1600ms;
}

.jsScroll.delay--1700 {
  transition-delay: 1700ms;
}

.jsScroll.delay--1800 {
  transition-delay: 1800ms;
}

.jsScroll.delay--1900 {
  transition-delay: 1900ms;
}

.jsScroll.delay--2000 {
  transition-delay: 2000ms;
}

.jsScrollIn {
  opacity: 1;
  transform: translate(0, 0);
}

.jsFvHide {
  opacity: 0;
  transition-duration: 1.5s;
  transition-property: opacity, transform;
  transition-delay: 0s;
}

.jsFvHide.jsFvShow {
  opacity: 1;
}

.fade-enter-active {
  transition: opacity 0.5s;
}

.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

/* end */
/* js-fade:end */
/* mv:start */
@media screen and (max-width: 768px) {
  .mv .cont__container {
    max-width: 100%;
  }
}

.mv__texts {
  margin-right: 15px;
}

.mv__contents {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 6%;
  position: relative;
  z-index: 3;
}

.mv__contents_b {
  padding: 0 6.3%;
}

@media screen and (min-width: 769px) {
  .mv__flag {
    width: 100%;
    margin-bottom: 30px;
  }
}

.mv__card img {
  width: 24vw;
  border-radius: 1vw;
  border: 2px solid #fff;
}

@media screen and (min-width: 769px) {
  .mv__card {
    width: 100%;
    text-align: center;
    display: flex;
  }
  .mv__card img {
    width: 108px;
    border-radius: 5px;
  }
  .mv__contents_b .mv__card img {
    width: auto;
  }
  .cash_back__container {
    text-align: center;
  }
  .cash_back_period__container {
    text-align: center;
  }
}

.mv__text-01 {
  display: block;
}

.mv__text-01 img {
  width: 70vw;
}

.mainperiod {
  text-align: center;
  padding: 15px 0;
  border: 2px solid #b2b2b2;
  margin: 0 4.66vw 16vw;
}

.cash_back_20_whereever {
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .mainperiod {
    padding: 30px 0;
    border: 4px solid #b2b2b2;
    max-width: 940px;
    margin: 0 auto 100px;
  }
  .mv__texts {
    text-align: center;
  }
  .mv__text-01 img {
    width: 190px;
  }
}

.mv {
  opacity: 0;
}

.mv.jsFvAnime {
  opacity: 1;
}

.mv__flag,
.mv__card,
.mv__text-01,
.mv__text-02,
.mv__text-03,
.mv__text-04,
.mv__text-05 {
  opacity: 0;
}

.jsFvAnime .mv__card {
  animation: fade-in 2s ease both;
  animation-delay: 0.8s;
}

.jsFvAnime .mv__flag {
  animation: fade-in 0.5s ease both;
  animation-delay: 0.5s;
}

.jsFvAnime .mv__text-01 {
  animation: fade-in 2s ease both;
  animation-delay: 0.8s;
}

.jsFvAnime .mv__text-02 {
  animation: fade-in 0.8s ease both;
  animation-delay: 0.3s;
}

.jsFvAnime .mv__text-03 {
  animation: slide-top 0.8s ease both;
  animation-delay: 0.5s;
}

.jsFvAnime .mv__text-04 {
  animation: slide-top 1.2s ease both;
  animation-delay: 0.5s;
}

.jsFvAnime .mv__text-05 {
  animation: slide-top 1.6s ease both;
  animation-delay: 1s;
}

.mv__text-06 {
  animation: enlarge 1.5s ease-in-out both;
}

.mv__text-07 {
  animation: enlarge 2s ease both;
  max-height: 510px;
}

.mv__text-07 img {
  max-height: 510px;
}

@media screen and (max-width: 768px) {
  .mv__text-07 {
    animation: enlargeSP 2s ease both;
    max-height: none;
  }
  .mv__text-07 img {
    max-height: none;
  }
}

/**
 * ----------------------------------------
 * fade-in
 * ----------------------------------------
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/**
 * ----------------------------------------
 * slide-left
 * ----------------------------------------
 */
@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(-30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

/**
 * ----------------------------------------
 * slide-right
 * ----------------------------------------
 */
@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(40%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

/**
 * ----------------------------------------
 * slide-top
 * ----------------------------------------
 */
@keyframes slide-top {
  0% {
    opacity: 0;
    transform: translateY(40%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

/**
 * ----------------------------------------
 * shine
 * ----------------------------------------
 */
@keyframes shine {
  100% {
    left: 125%;
  }
}

/**
 * ----------------------------------------
 * enlarge
 * ----------------------------------------
 */
@keyframes enlarge {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/**
 * ----------------------------------------
 * enlargeSP
 * ----------------------------------------
 */
@keyframes enlargeSP {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1.2);
  }
}

/**
 * ----------------------------------------
 * bgenlarge
 * ----------------------------------------
 */
@keyframes bgenlarge {
  0% {
    background-position-y: 50px;
  }
  100% {
    background-position-y: 0;
  }
}

/* mv:end */
.rule__acd-link,
.rule__acd-list,
.rule__table th,
.rule__table td,
.rule__list--no-space,
.rule__list,
.rule__definition,
.rule__text--no-space,
.rule__text {
  font-size: 16px;
  line-height: 1.5625;
}

@media screen and (max-width: 768px) {
  .rule__acd-link,
  .rule__acd-list,
  .rule__table th,
  .rule__table td,
  .rule__list--no-space,
  .rule__list,
  .rule__definition,
  .rule__text--no-space,
  .rule__text {
    line-height: 1.375;
  }
}

.rule__acd-caution,
.rule__caution--diff,
.rule__caution--no-space,
.rule__caution {
  font-size: 14px;
  line-height: 1.5714285714;
}

@media screen and (max-width: 768px) {
  .rule__acd-caution,
  .rule__caution--diff,
  .rule__caution--no-space,
  .rule__caution {
    line-height: 1.4285714286;
  }
}

/* rule:start */
.rule ul,
.rule ol {
  list-style: none;
}

.rule dl {
  margin: 0;
}

.rule dd {
  margin-left: 0;
}

.rule__container {
  background-color: #fff;
  padding-top: 50px;
}

@media screen and (max-width: 768px) {
  .rule__container {
    padding-top: 8vw;
  }
}

.rule__contents {
  width: 100%;
  margin-bottom: 40px;
}

.rule__title {
  background-color: #e5e5e5;
  padding: 11px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .rule__title {
    padding: 8px 10px;
    line-height: 1.3888888889;
  }
}

.rule__texts {
  padding-top: 20px;
}

.rule__text {
  margin-bottom: 20px !important;
}

.rule__text--no-space {
  margin-bottom: 0;
}

.rule__definition {
  margin-bottom: 0;
}

.rule__list {
  margin-bottom: 20px;
}

.rule__list li {
  padding-left: 1em;
  text-indent: -1em;
}

.rule__list--no-space {
  margin-bottom: 0;
}

.rule__list--no-space li {
  padding-left: 1em;
  text-indent: -1em;
}

.rule__caution {
  margin-bottom: 20px;
}

.rule__caution li {
  padding-left: 1em;
  text-indent: -1em;
}

.rule__caution--no-space {
  margin-bottom: 0;
}

.rule__caution--no-space li {
  padding-left: 1em;
  text-indent: -1em;
}

.rule__caution--diff {
  margin-bottom: 0;
}

.rule__caution--diff li {
  padding-left: 0;
  text-indent: -1em;
}

.rule__link {
  text-decoration: underline;
}

.rule__table {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .rule__table {
    margin-top: 30px;
  }
}

.rule__table th,
.rule__table td {
  border: 1px solid #bfbfbf;
  font-weight: normal;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .rule__table th,
  .rule__table td {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 3px;
    padding-right: 3px;
  }
}

@media screen and (max-width: 768px) {
  .rule__table-head {
    width: 27.9411764706%;
  }
}

@media screen and (max-width: 768px) {
  .rule__table-term {
    width: 38.9705882353%;
  }
}

@media screen and (max-width: 768px) {
  .rule__table-date {
    width: 33.0882352941%;
  }
}

.rule__cell--left span {
  display: inline-block;
  text-align: left;
}

.rule__acd {
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .rule__acd {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.rule__acd-trigger {
  background-color: #4553a3;
  padding: 10px 130px;
}

@media screen and (max-width: 768px) {
  .rule__acd-trigger {
    min-height: 65px;
    padding: 10px 70px 10px 20px;
    align-items: flex-start;
  }
}

.rule__acd-title {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .rule__acd-title {
    font-size: 16px;
    line-height: 1.375;
    text-align: left;
  }
}

.rule__acd-content {
  border: 1px solid #4553a3;
  background-color: #ffffff;
  padding: 40px 20px;
}

@media screen and (max-width: 768px) {
  .rule__acd-content {
    padding: 5.3333333333vw;
  }
}

.rule__acd-list {
  margin-bottom: 20px;
}

.rule__acd-list li {
  padding-left: 1em;
  text-indent: -1em;
}

.rule__acd-caution {
  margin-bottom: 0;
}

.rule__acd-caution li {
  padding-left: 1em;
  text-indent: -1em;
}

.modal__text-area .cont__container {
  max-width: 93.3333333333%;
  width: 100%;
}

.modal__text-area .rule__container {
  background-color: #e5e5e5;
  padding-top: 20px;
}

.modal__text-area .rule__title {
  background-color: #a0a0a0;
  color: #ffffff;
}

.modal__text-area .rule__table {
  background-color: #ffffff;
}

.modal__text-area .rule__table td {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .modal__text-area .rule__table-head {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .modal__text-area .rule__table-term {
    width: 46.4285714286%;
    letter-spacing: -0.03em;
  }
}

@media screen and (max-width: 768px) {
  .modal__text-area .rule__table-date {
    width: 28.5714285714%;
  }
}

@media screen and (min-width: 769px) {
  .modal__text-area .rule__acd-trigger {
    padding-left: 20px;
    padding-right: 100px;
  }
}

/* rule:end */
/* modal:start */
.modal__overlay {
  z-index: 999;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal__container {
  margin-top: 100px;
  max-width: 840px;
  max-height: 800px;
  width: 90vw;
  height: 80vh;
  padding: 10px 20px 50px;
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .modal__container {
    padding-bottom: 30px;
    margin-top: 13.3333333333vw;
  }
}

.modal__close {
  width: 30px;
  height: 30px;
  padding: 0;
  margin-left: auto;
  margin-bottom: 10px;
}

.modal__text-area {
  flex: 1;
  background-color: #e5e5e5;
  width: 100%;
  overflow-y: scroll;
}

.modal__entry {
  height: 110px;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .modal__entry {
    height: 85px;
    padding-top: 30px;
  }
}

.modal__entry-btn {
  text-align: center;
  width: 400px;
  height: 70px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3888888889;
  background-color: #F59200;
}

@media screen and (max-width: 768px) {
  .modal__entry-btn {
    width: 300px;
    max-width: 100%;
    height: 55px;
    font-size: 16px;
    line-height: 1.40625;
  }
}

/* modal:end */
/* float:start */
.float-link__container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9;
}

.float-link__contents {
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .float-link__contents {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

.float-link__caution {
  margin-right: 40px;
  width: 140px;
  height: 70px;
  border: 2px solid #4653a2;
  border-radius: 6px;
  background-color: #ffffff;
  color: #4653a2;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}

.float-link__card {
  width: 500px;
  height: 70px;
}

@media screen and (max-width: 768px) {
  .float-link__card {
    width: 340px;
    height: 70px;
  }
}

@media screen and (max-width: 375px) {
  .float-link__card {
    width: 90.6666666667vw;
    height: 18.6666666667vw;
  }
}

.float-link__card::after {
  right: 15px;
}

@media screen and (max-width: 768px) {
  .float-link__card::after {
    right: 2.9411764706%;
    height: 17.1428571429%;
  }
}

.float-link__text {
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .float-link__text {
    font-size: 17px;
  }
}

@media screen and (max-width: 375px) {
  .float-link__text {
    font-size: 4.5333333333vw;
  }
}

.float-link__note {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .float-link__note {
    font-size: 12px;
    line-height: 1.4166666667;
    text-align: center;
  }
}

@media screen and (max-width: 375px) {
  .float-link__note {
    font-size: 3.2vw;
  }
}

.float-top__container {
  position: fixed;
  bottom: 200px;
  right: 20px;
  width: 65px;
  z-index: 11;
}

.float-top__container img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .float-top__container {
    width: 10vw;
    bottom: 30vw;
    right: 4vw;
  }
}

/* float:end */
.indent_adjust_atten {
  text-indent: -1.1em;
  margin-left: 1.2em;
  display: inline-block;
}

.indent_adjust_atten .u-sp-hidden {
  display: inline-block;
}

.c-notelist li a {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .web_limit_entry ul {
    padding: 0;
  }
  .indent_adjust_atten .u-sp-hidden {
    display: none;
  }
  .indent_adjust_atten .u-pc-hidden {
    display: inline-block;
  }
}

.c-notelist li {
  font-size: 14px;
  color: inherit;
}

body.is-pc button:focus {
  opacity: 1 !important;
}

.btn-more-area {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newcard-list .btn-more {
  display: block;
  left: 0;
  right: 0;
  margin: 30px auto 0;
  color: #5c5c5c;
  width: 75%;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
  z-index: 10;
  cursor: pointer;
}

.btn-more {
  background-position: 95.3225% center;
  background-position: calc(100% - 4.6774%) center;
  background-repeat: no-repeat;
  background-size: 23px auto;
}

.btn-more.is-show {
  animation: button-leave .6s ease both;
  transform-origin: center;
}

.btn-more:active,
.btn-more:hover {
  color: #fff;
  opacity: .5;
}

.newcard-box {
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .c-notelist li {
    font-size: 12px;
  }
  .newcard-list .btn-more {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .newcard-list .newcard-box {
    padding-bottom: 10px;
  }
  .nobr {
    margin-bottom: 0 !important;
  }
}

/**
 * ----------------------------------------
 * button-leave
 * ----------------------------------------
 */
@keyframes button-leave {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes animation_btn_show {
  /* 0% {
    transform: rotateY(20deg);
  }
  50% {
    transform: rotateY(-20deg);
  } */
  100% {
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 768px) {
  .newcard-list .btn-more {
    font-size: 14px;
  }
}

.accordion-title {
  background-repeat: no-repeat;
  background-position: 0px 50%;
  background-size: 90px;
}

.campcard-new-border {
  border-radius: 30px;
  background-color: #ffffff;
}

.new-c-style {
  background-color: #FFEEF7;
  color: #BC0088;
  font-weight: bold;
  border-radius: 0;
  display: block;
  border-radius: 10px;
  padding: 4px 0;
  background-image: url(/-/media/AeonCard/campaign/lp/biga/images/card_new_icon_01.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 12px 50%;
  padding-left: 20px;
  padding-top: 6px;
}

.campcard-new-border-pd0 {
  padding: 0;
}

.campcard-flex {
  display: flex;
  justify-content: center;
  padding: 0px 140px;
}

.campcard-flex > div {
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 0 20px;
}

.campcard-flex-query {
  width: 240px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
}

.campcard-flex-query img {
  display: block;
  height: 80px;
}

.campcard-flex-query > p {
  margin-top: 10px;
  font-size: 18px;
  margin-left: 10px;
  line-height: 1.2;
}

.campcard-flex-query > p span {
  font-size: 28px;
}

@media screen and (max-width: 768px) {
  .campcard-flex-query {
    flex-direction: column;
  }
  .campcard-flex-query > p {
    margin-left: 0;
  }
  .accordion-title {
    padding: 3.2vw 17vw 3.2vw 3.2vw;
    background-position: 0vw 50%;
    background-size: 20vw;
    font-size: 4vw;
  }
  .new-c-style {
    background-size: 4vw;
    background-position: 2vw 50%;
    padding-left: 4vw;
  }
  .campcard-flex {
    padding: 0px 18.66667vw 10.66667vw;
  }
  .campcard-flex > div {
    padding: 0 1vw;
  }
  .campcard-flex-query {
    width: 28vw;
    height: 28vw;
  }
  .campcard-flex-query img {
    height: 17vw;
  }
  .campcard-flex-query > p {
    margin-top: 2vw;
    font-size: 3.2vw;
    font-weight: bold;
  }
  .campcard-flex-query > p span {
    font-size: 5.4vw;
  }
}

.kv_phone {
  width: auto !important;
}

.mv__contents > div {
  margin-left: 10px;
  margin-right: 10px;
}

.kv_top .img_center_style {
  flex: 0 0 358px;
}

.img_center_style {
  display: flex;
  justify-content: center;
}

.anchor_ul .img_center_style {
  display: flex;
  justify-content: center;
  height: 100%;
}

.kv_tips {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.campaign_progress {
  width: 100%;
  margin: 0 auto;
  background-color: #4352a9;
  padding: 30px 50px 0;
}

.campaign_progress > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.campaign_progress img {
  max-width: 940px;
}

.newcard-btn_wrapper .newcard-btn {
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column;
}

.newcard-btn_wrapper .newcard-btn .btn {
  width: 100%;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
}

.newcard-btn_wrapper .newcard-btn .btn a {
  width: 72%;
}

.newcard-btn_wrapper .newcard-btn .link a {
  border: 0;
  background: none;
  color: #777;
  text-decoration: underline;
  text-align: right;
  font-weight: normal;
  display: inline-block;
}

.newcard-btn_wrapper .newcard-btn .link a::before {
  display: none;
}

.newcard-btn_wrapper .newcard-out {
  color: #787878;
}

.r-lead-sub {
  color: #FF3131;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .newcard-btn_wrapper .newcard-btn .btn {
    flex: 0 0 100%;
    margin-top: 10px;
  }
  .newcard-btn_wrapper .newcard-btn .btn a {
    width: 100%;
  }
}

/**
 * ----------------------------------------
 * kv
 * ----------------------------------------
 */
.indent_adjust_atten_block {
  text-indent: -1.2em;
  margin-left: 1.2em;
  display: inline-block;
  font-size: 13px;
}

.kv_logo {
  border-top: 5px solid #46549d;
  background: #005eae;
  padding: 18px;
  text-align: center;
}

.kv_top {
  margin-top: 40px;
  background: #fff;
  border: 2px solid #005eb0;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-shadow: 7px 7px 0 0 #4755a0;
  margin: 40px 50px 7px;
  position: relative;
  z-index: 2;
}

.kv_top .kv_top_lay {
  flex: 1.4;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.kv_top .kv_top_lay .kv_top_card {
  flex: 110px 0 0;
  margin-right: 10px;
  border-radius: 6px;
}

.kv_top .kv_top_lay .kv_top_txt {
  margin-right: 25px;
}

.kv_top .kv_top_settlement {
  flex: 4;
}

.kv_top .kv_top_settlement p {
  margin-top: 35px;
  font-weight: bold;
  color: #4e4e4e;
}

.kv_banner {
  max-width: 750px !important;
}

.kv_center {
  margin-bottom: 90px;
}

.pop_banner_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

.pop_banner {
  padding: 12px 38px 10px;
  border: 4px solid #035eaf;
  color: #035eaf;
  position: relative;
  display: inline-block;
  background: #ffffff;
  border-radius: 40px;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 55px;
  line-height: 1.3;
}

.pop_banner::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-top: 15px solid #035eaf;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}

.point_btn_style {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.point_btn_style_follow {
  margin-top: 0;
}

.point_btn_style_follow .point_btn {
  background-image: url(/-/media/AeonCard/campaign/lp/biga/images/white_tri_02.png);
}

.point_btn {
  width: 630px;
  background-color: #005eae;
  border-radius: 15px;
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  display: block;
  text-align: center;
  padding: 18px 0 12px;
  box-shadow: 0px 8px 0px 0px #004f94;
  position: relative;
  background-image: url(/-/media/AeonCard/campaign/lp/biga/images/white_tri.png);
  background-repeat: no-repeat;
  background-position: 96% 50%;
  background-size: 54px;
}

.point_btn span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .pop_banner_wrapper {
    margin-top: 15vw;
  }
}

/**
 * ----------------------------------------
 * parts_area
 * ----------------------------------------
 */
.parts_area {
  padding-top: 120px;
}

.part_wrapper {
  border-radius: 20px;
  border: 4px solid #0061b6;
  background: #fff;
  margin-bottom: 40px;
}

.part_wrapper:last-of-type {
  margin-bottom: 0;
}

.part_inner {
  padding: 20px 45px 40px;
}

.part_top {
  padding-bottom: 20px;
  border-bottom: 3px solid #e3670d;
  margin-bottom: 20px;
  justify-content: space-around;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part_top .worth_lab {
  font-size: 20px;
  color: #da6b12;
  font-weight: bold;
}

.part_top p {
  font-size: 23px;
  font-weight: bold;
  margin-left: 35px;
  margin-top: 18px;
}

.part_top span {
  color: #ff2c34;
  display: inline-block;
  text-decoration: underline;
}

img.cinema_img {
  max-width: 418px;
}

.worth_banner {
  text-align: center;
  margin: 23px auto 30px;
}

.worth_banner .worth_banner_big_a {
  padding: 15px 80px;
  color: #fff;
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  background: #ff2c3a;
  display: inline-block;
}

.worth_banner .worth_banner_big_a_02 {
  background: #005eae;
}

.worth_banner ~ .worth_banner {
  margin: 80px auto 30px;
}

.dashed-border {
  height: 4px;
  background: url(/-/media/AeonCard/campaign/lp/biga/images/dot.png);
  margin: 25px 0;
}

.worth_txt {
  font-size: 24px;
  text-align: center;
  margin: 20px 0 30px;
  font-weight: bold;
}

.worth_btn {
  background: #fff;
  border-radius: 15px;
  border: 4px solid #0061b6;
  padding: 16px 70px;
  min-width: 440px;
  font-size: 25px;
  color: #0061b6;
  text-align: center;
  font-weight: bold;
  position: relative;
  display: inline-block;
}

.worth_btn::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 11px solid #0061b6;
  border-right: 11px solid transparent;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%);
}

.worth_txt_02 {
  font-size: 18px;
}

.img_ad {
  margin-top: 30px;
}

.area_title img {
  width: 90%;
}

@media screen and (max-width: 768px) {
  img.cinema_img {
    max-width: 100%;
  }
  .worth_btn {
    min-width: auto;
    width: 100%;
    font-size: 4.26667vw;
    padding: 3vw 3.6vw;
    border-width: 0.53333vw;
    border-radius: 2.66667vw;
    line-height: 1.3;
  }
  .kv_logo {
    padding: 1.6vw;
  }
  .kv_logo img {
    max-width: 33.33333vw;
  }
  .kv_top {
    box-shadow: 0.93333vw 0.93333vw 0 0 #4755a0;
    margin: 5.33333vw 0 0.93333vw;
    padding: 2.06667vw;
    align-items: center;
    border-width: 0.53333vw;
  }
  .kv_top .kv_top_lay {
    margin-right: 1.5vw;
    flex-direction: column;
    flex: 1.65;
  }
  .kv_top .kv_top_lay .kv_top_card {
    flex: 17.6vw 0 0;
    margin-right: 0;
  }
  .kv_top .kv_top_settlement p {
    font-size: 2.5vw;
    margin-top: 2.53333vw;
    text-align: center;
  }
  .kv_top .kv_top_lay .kv_top_txt {
    margin-right: 0;
    margin-top: 2vw;
  }
  .kv_center {
    margin-bottom: 2vw;
    margin-top: -11vw;
  }
  .pop_banner {
    font-size: 5.33333vw;
    border-width: 0.53333vw;
    padding: 3.1vw 7vw 2.93333vw;
  }
  .kv_banner {
    max-width: 90% !important;
  }
  .pop_banner {
    margin-bottom: 6.66667vw;
  }
  .pop_banner::before {
    border-top: 3.8vw solid #035eaf;
    border-left: 4.7vw solid transparent;
    border-right: 4.7vw solid transparent;
  }
  .parts_area {
    padding-top: 25vw;
  }
  .point_btn_style {
    margin-top: 9.33333vw;
    width: 100%;
  }
  .point_btn_style_follow {
    margin-top: 0;
  }
  .point_btn {
    font-size: 5.73333vw;
    width: 100%;
    background-size: 9.33333vw;
    padding: 3.63333vw 0 3.36667vw;
    border-radius: 2vw;
    box-shadow: 0px 1.06667vw 0px 0px #004f94;
  }
  .point_btn span {
    font-size: 2.66667vw;
    margin-top: 1vw;
  }
  .part_top .worth_lab {
    font-size: 4.26667vw;
  }
  .part_top p {
    font-size: 4.26667vw;
    margin-left: 4.66667vw;
    flex: 3;
    margin-top: 0;
  }
  .worth_banner .worth_banner_big_a {
    font-size: 4.26667vw;
    padding: 2vw;
    width: 100%;
  }
  .part_wrapper {
    border-width: 0.53333vw;
    border-radius: 2.66667vw;
    margin-bottom: 8vw;
  }
  .part_inner {
    padding: 3.33333vw 4.66667vw 4.6vw;
  }
  .addition_hidden {
    height: 48vw;
  }
  .part_top {
    border-width: 0.53333vw;
    margin-bottom: 4vw;
    padding-bottom: 2.66667vw;
  }
  .part_top > div {
    flex: 1;
    text-align: center;
  }
  .part_top > div img {
    width: 10vw;
  }
  .dashed-border {
    height: 0.53333vw;
    background-size: 1.06667vw 0.53333vw;
    margin: 4vw 0;
  }
  .worth_banner ~ .worth_banner {
    margin: 11vw auto 6vw;
  }
  .worth_banner {
    margin: 4vw auto 6vw;
  }
  .worth_txt {
    font-size: 4.26667vw;
    margin: 6.66667vw 0 5.33333vw;
  }
  .worth_btn {
    border-radius: 2.66667vw;
  }
  .worth_btn::before {
    border-top: 1.7vw solid transparent;
    border-bottom: 1.7vw solid transparent;
    border-left: 2.2vw solid #0061b6;
    border-right: 2.2vw solid transparent;
    right: 2vw;
  }
  .worth_txt_02 {
    font-size: 3.73333vw;
  }
  .card_icon {
    width: 30vw;
  }
  .img_ad {
    margin-top: 5.06667vw;
    text-align: center;
  }
  .img_ad img {
    width: 63vw;
  }
}

.addition_hidden {
  height: 250px;
  overflow: hidden;
}

.addition_show {
  height: auto;
}

.lazyload_style {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, #ffffff 50%);
  padding: 30px 0;
  position: relative;
  top: -80px;
  text-align: center;
}

.lazyload_style img {
  cursor: pointer;
  position: relative;
  top: 50px;
}

@media screen and (max-width: 768px) {
  .lazyload_style {
    padding: 6vw 0;
    top: -10vw;
  }
  .lazyload_style img {
    width: 40vw;
    cursor: pointer;
    position: relative;
    top: 7vw;
  }
  .lazyload_style {
    padding: 6vw 0;
    top: -10vw;
  }
}
