@charset "utf-8";

/*=== メインレイアウト ===*/
.main-section {
  padding: 70px 20px 60px;
}
.main-cont {
  margin-top: 0;
}
.main-ttl {
  display: block;
  padding: 0;
  border: none;
  font-size: 36px;
  text-align: center;
  background-color: transparent;
}
.main-ttl .type-em {
  line-height: 1;
}
.main-ttl .type-small {
  font-size: 30px;
}
.main-ttl .type-accent {
  color: #c4141c;
  font-size: 44px;
  line-height: 1;
}
.main-ttl .type-highlight {
  color: #c4141c;
}

/*=== メインビジュアル ===*/
.mainvisual {
  margin: 20px auto;
}
.mainvisual-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

/*=== FMVキャッシュバックモールとは？ ===*/
.about {
  background-color: #f5f5f5;
}
.about-head {
  padding-bottom: 145px;
  background: url(images/renewal2025/about_bg_001.png) no-repeat center bottom / 100% auto;
}
.about-lead {
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}
.about-lead span {
  color: #c4141c;
  font-weight: bold;
  font-size: 24px;
}
.about-inner {
  position: relative;
  padding: 0 20px 30px;
  background-color: #fff;
}
.about-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -80px;
}
.about-item {
  position: relative;
  width: calc((100% - (16px * 3)) / 4);
  padding: 35px 10px 10px;
  text-align: center;
  background-color: #fffcf6;
  border-radius: 10px;
  filter: drop-shadow(5px 8px 4px rgba(68, 68, 68, 0.3));
}
.about-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -17.5px;
  width: 18px;
  height: calc(100% - 10px);
  background: #fffcf6;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
@media print, screen and (min-width: 769px) {
  .about-item:nth-child(1) {
    z-index: 3;
  }
  .about-item:nth-child(2) {
    z-index: 2;
  }
  .about-item:nth-child(3) {
    z-index: 1;
  }
}
.about-number {
  position: absolute;
  top: -30px;
  left: 50%;
  width: 54px;
  height: 54px;
  padding: 8px;
  border: 4px solid #fff;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  background-color: #288563;
  border-radius: 100%;
  transform: translateX(-50%);
}
.about-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  color: #277d5d;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.3;
}
.about-detail {
  margin-top: 10px;
}
.about-thumb {
  max-width: 145px;
  margin: 0 auto;
}
.about-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.5;
}
.about-txt span {
  color: #c4141c;
  font-weight: bold;
}
/* キャッシュバック */
.about-item.pattern-cashback {
  margin-left: 5px;
  padding: 10px;
  background: linear-gradient(-135deg, rgba(252,216,102,1) 0%, rgba(214,153,87,1) 19%, rgba(226,171,84,1) 52%, rgba(251,213,101,1) 100%);
}
.about-bg {
  height: 100%;
  padding: 25px 10px 0;
  background-color: #fff5d8;
  border-radius: 5px;
}
.about-item.pattern-cashback::after {
  content: none;
}
.pattern-cashback .about-ttl {
  color: #674b28;
}
.about-movie {
  margin-top: 60px;
}

/*=== 現金型ポイントサイトとは ===*/
.site-ttl_icon {
  display: inline-block;
  position: relative;
  top: 7px;
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
.site-column {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.site-thumb {
  flex-shrink: 0;
  max-width: 210px;
  margin-right: 25px;
}
.site-lead {
  font-size: 18px;
}
.site-lead .type-small {
  font-size: 18px;
}
.site-lead .type-em {
  font-weight: bold;
  font-size: 22px;
}
.site-lead .type-accent {
  color: #c4141c;
  font-weight: bold;
  font-size: 22px;
}
.site-subttl {
  margin-top: 60px;
  text-align: center;
}
.site-list {
  display: flex;
  justify-content: space-between;
  max-width: 1060px;
  margin: 15px auto 0;
  padding: 20px 0 15px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
}
.site-item {
  width: calc(100% / 3);
  padding: 5px 0 25px;
}
.site-item:nth-child(2) {
  border-right: 2px dotted #e1e1e1;
  border-left: 2px dotted #e1e1e1;
}
.site-txt {
  font-size: 20px;
  text-align: center;
}
.site-icon {
  display: inline-block;
  position: relative;
  top: -3px;
  width: 32px;
  margin-right: 15px;
}
.site-shop {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 5px;
}
.site-shop_item {
  margin: 15px 10px 0;
}
.site-note {
  margin-top: 10px;
  padding-right: 30px;
  text-align: right;
}

/*=== YouTube動画 ===*/
.youtube {
  max-width: 800px;
  margin: 20px auto 0;
}
.youtube-cont {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.youtube-thumb {
  position: absolute;
  top: 0;
  left: 0;
}
.youtube-thumb:hover {
  opacity: 0.7;
}
.youtube_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=== 会員登録 ===*/
.register {
  background-color: #fcba3d;
  background-image: repeating-linear-gradient(135deg, #fcba3d, #fcba3d 35px, #fcb035 0, #fcb035 70px);
}
.register .main-section {
  padding: 50px 20px;
}
.register-cont {
  max-width: 1000px;
  margin: 0 auto;
  padding: 45px 20px 30px;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
.register-ttl {
  display: inline-block;
  position: relative;
  padding: 0 38px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
}
.register-ttl::before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 9px;
  width: 1px;
  height: 75%;
  background-color: #232b35;
  transform: rotate(-30deg);
}
.register-ttl::after {
  content: "";
  position: absolute;
  bottom: 2px;
  right: 9px;
  width: 1px;
  height: 75%;
  background-color: #232b35;
  transform: rotate(30deg);
}
.register-ttl span {
  padding: 0 2px;
  color: #c4141c;
  font-size: 36px;
}
.register-ttl .type-em {
  font-size: 48px;
}
.register-transition {
  margin: 20px auto 0;
  max-width: 640px;
}
a.register-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  min-height: 96px;
  padding: 10px 45px;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  line-height: 1.2;
  text-decoration: none;
  background-color: #ac2330;
  border-radius: 50px;
}
a.register-btn:visited {
  color: #fff;
}
a.register-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
a.register-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 20px;
  background-color: #fff;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  transform: translateY(-50%);
}
.register-lead {
  margin-top: 35px;
  font-weight: bold;
  font-size: 28px;
}
.register-txt a {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  color: #232b35;
  font-size: 22px;
  text-decoration: none;
}
.register-txt a:visited {
  color: #232b35;
}
.register-txt a::after {
  content: "";
  display: inline-block;
  position: relative;
  top: 0;
  right: -10px;
  width: 10px;
  height: 15px;
  background-color: #666;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

/*=== 3つの安心ポイント ===*/
.point {
  border-top: 10px solid #c4141c;
  border-bottom: 10px solid #c4141c;
  background-color: #fcf2dd;
}
.point .main-section {
  padding-top: 110px;
}
.point-inner {
  position: relative;
  padding: 55px 35px 35px;
  border: 3px solid #c4141c;
  background-color: #fff;
  border-radius: 10px;
}
.point-label {
  position: absolute;
  top: -61px;
  left: 50%;
  width: 490px;
  transform: translateX(-50%);
}
.point-list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.point-item {
  width: calc((100% - (20px * 2)) / 3);
}
.point-main {
  max-width: 260px;
  height: 260px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
  background-color: #fff0f1;
  border-radius: 100%;
}
.point-number {
  color: #c4141c;
  font-size: 24px;
  line-height: 1;
}
.point-lead {
  font-size: 18px;
}
.point-lead span {
  font-size: 24px;
}
.point-thumb {
  max-width: 143px;
  margin: 5px auto 0;
}
.point-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  padding: 10px 15px 8px;
  border-top: 2px dotted #626262;
  border-bottom: 2px dotted #626262;
  font-size: 20px;
  text-align: center;
}
.point-txt {
  flex-grow: 1;
}
.point-txt .type-accent {
  color: #c4141c;
  font-weight: bold;
}
.point-txt .type-note {
  font-size: 16px;
}
.point-movie {
  margin-top: 70px;
}

/*=== 楽しみ方 ===*/
.howto-thumb {
  margin-top: 30px;
  text-align: center;
}
.howto-detail {
  position: relative;
  padding-bottom: 100px;
  text-align: center;
}
.howto-detail::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  height: 58px;
  background: url(images/renewal2025/howto_ic_001.png) no-repeat 0 / 100% auto;
  transform: translateX(-50%);
}
.howto-bnr {
  margin-top: 70px;
  text-align: center;
}

/*=== 1,000円で出来る こんなこと ===*/
.example {
  margin-top: 25px;
}
.example-ttl {
  max-width: 594px;
  margin: 0 auto;
}
.example-list {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.example-item {
  width: calc((100% - (16px * 5)) / 6);
}
.example-txt {
  margin-top: 10px;
  text-align: center;
}
.example-txt span {
  font-weight: bold;
}
.example-lead {
  margin-top: 35px;
  text-align: center;
}

/*=== よくあるご質問 ===*/
.faq {
  background-color: #f5f5f5;
}
.faq-icon {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 62px;
  height: 37px;
  margin-right: 10px;
}
.faq-list {
  margin-top: 20px;
}
.faq-item:not(:first-child) {
  margin-top: 30px;
}
.faq-question {
  appearance: none;
  display: flex;
  position: relative;
  width: 100%;
  padding: 20px 60px 18px 20px;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: left;
  line-height: 1.5;
  background-color: #288563;
  transition: 0.3s all;
  cursor: pointer;
}
.faq-question_mark {
  display: block;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 100%;
  transform: translateY(-50%);
}
.faq-question_mark::before,
.faq-question_mark::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 8px;
  width: 18px;
  height: 2px;
  background-color: #18503c;
}
.faq-question_mark::after {
  transform: rotate(90deg);
}
.faq-item.is-AcorShow .faq-question_mark::after {
  content: none;
}
.faq-answer {
  display: none;
  background-color: #fff;
}
.faq-cont {
  padding: 22px 20px 15px;
  font-size: 20px;
}
.faq-lead {
  display: flex;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
.faq-txt {
  margin-top: 15px;
}

@media print, screen and (max-width: 768px) {
  /*=== メインレイアウト ===*/
  .main-section {
    display: block;
    width: 100%;
    padding: 30px 10px 40px;
  }
  .main-ttl {
    font-size: 24px;
  }
  .main-ttl .type-small {
    font-size: 24px;
  }
  .main-ttl .type-accent {
    font-size: 28px;
  }
  /*=== メインビジュアル ===*/
  .mainvisual {
    margin-top: 0;
  }
  .mainvisual-main {
    max-width: 550px;
    padding: 0 10px;
  }
  /*=== FMVキャッシュバックモールとは？ ===*/
  .about .main-section {
    padding: 30px 0 40px;
  }
  .about-head {
    max-width: 550px;
    margin: 0 auto;
    padding-bottom: 60px;
    background-image: url(images/renewal2025/about_bg_002.png);
  }
  .about-lead {
    margin-top: 20px;
    font-size: 18px;
  }
  .about-lead span {
    font-size: 21px;
    line-height: 1.5;
  }
  .about-inner {
    padding: 0 10px 30px;
  }
  .about-list {
    display: block;
    top: -15px;
    max-width: 550px;
    margin: 0 auto;
  }
  .about-item {
    width: 100%;
    padding: 22px 10px 15px;
    text-align: left;
    filter: drop-shadow(3px 4px 2px rgba(68, 68, 68, 0.3));
  }
  .about-item:not(:first-child) {
    margin-top: 30px;
  }
  .about-item::after {
    top: auto;
    bottom: -19.5px;
    right: 50%;
    width: calc(100% - 20px);
    height: 20px;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
    transform: translateX(50%);
  }
  .about-number {
    top: 20px;
    left: 10px;
    width: 25px;
    height: 25px;
    padding: 3px;
    border: none;
    font-size: 16px;
    transform: none;
  }
  .about-ttl {
    display: block;
    min-height: auto;
    padding-left: 35px;
    font-size: 19px;
  }
  .about-detail {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .about-thumb {
    flex-shrink: 0;
    max-width: 93px;
    margin: 0 15px 0 0;
  }
  .about-cont {
    min-height: auto !important;
    display: block;
    margin-top: 0;
    font-size: 15px;
  }
  /* キャッシュバック */
  .about-item.pattern-cashback {
    margin-left: 0;
    padding: 5px;
  }
  .about-bg {
    padding: 20px 10px 15px;
  }
  .about-movie {
    margin-top: 40px;
  }
  /*=== 現金型ポイントサイトとは ===*/
  .site {
    margin-top: 40px;
  }
  .site .main-ttl .type-small {
    font-size: 21px;
  }
  .site-ttl_icon {
    top: 2px;
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  .site-column {
    display: block;
    margin-top: 5px;
  }
  .site-thumb {
    max-width: 188px;
    margin: 0 auto;
  }
  .site-lead {
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
  }
  .site-lead .type-small {
    font-size: 16px;
  }
  .site-lead .type-em {
    font-size: 18px;
  }
  .site-lead .type-accent {
    font-size: 18px;
  }
  .site-subttl {
    max-width: 450px;
    margin: 50px auto 0;
  }
  .site-list {
    display: block;
    margin: 15px 10px 0;
    padding: 10px 10px 5px;
  }
  .site-item {
    width: 100%;
    padding: 15px 10px;
  }
  .site-item:nth-child(2) {
    border: none;
    border-top: 1px dotted #d5d5d5;
    border-bottom: 1px dotted #d5d5d5;
  }
  .site-txt {
    font-size: 18px;
  }
  .site-icon {
    top: -2px;
    width: 26px;
    margin-right: 10px;
  }
  .site-shop {
    margin: 5px -15px 0;
  }
  .site-shop_item {
    margin: 10px 5px 0;
  }
  .site-note {
    padding-right: 10px;
  }
  /*=== 会員登録 ===*/
  .register {
    background-image: repeating-linear-gradient(135deg, #fcba3d, #fcba3d 16px, #fcb035 0, #fcb035 32px);
  }
  .register .main-section {
    padding: 25px 10px;
  }
  .register-cont {
    padding: 30px 10px 30px;
  }
  .register-ttl {
    padding: 0 27px;
    font-size: 20px;
  }
  .register-ttl::before {
    left: 6px;
  }
  .register-ttl::after {
    right: 6px;
  }
  .register-ttl span {
    font-size: 24px;
  }
  .register-ttl .type-em {
    font-size: 30px;
  }
  .register-transition {
    margin-top: 15px;
  }
  a.register-btn {
    min-height: 54px;
    padding: 10px 35px;
    font-size: 20px;
  }
  a.register-btn::after {
    right: 15px;
    width: 10px;
    height: 15px;
  }
  .register-lead {
    margin-top: 35px;
    font-size: 19px;
  }
  .register-txt a {
    font-size: 15px;
  }
  .register-txt a::after {
    width: 8px;
    height: 12px;
  }
  /*=== 3つの安心ポイント ===*/
  .point {
    border-width: 5px;
  }
  .point .main-section {
    padding-top: 70px;
  }
  .point-inner {
    padding: 25px 10px 35px;
    border-width: 2px;
  }
  .point-label {
    position: absolute;
    top: -47px;
    left: 50%;
    width: 243px;
    transform: translateX(-50%);
  }
  .point-list {
    display: block;
    max-width: 550px;
    margin: 10px auto 0;
    padding: 0 10px;
  }
  .point-item {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .point-item:not(:first-child) {
    margin-top: 20px;
  }
  .point-main {
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    margin: 0 7px 0 0;
    padding: 15px 0;
  }
  .point-number {
    font-size: 15px;
  }
  .point-lead {
    font-size: 12px;
  }
  .point-lead span {
    font-size: 15px;
  }
  .point-thumb {
    max-width: 83px;
    margin: 0 auto;
  }
  .point-detail {
    flex-grow: 1;
    min-height: 122px !important;
    margin-top: 0;
    border-width: 1px;
    font-size: 14px;
  }
  .point-txt .type-note {
    display: block;
    margin-top: 5px;
    font-size: 12px;
  }
  .point-movie {
    margin-top: 40px;
  }
  /*=== 楽しみ方 ===*/
  .howto {
    max-width: 550px;
    margin: 0 auto;
  }
  .howto-thumb {
    margin-top: 15px;
  }
  .howto-detail {
    padding-bottom: 60px;
  }
  .howto-detail::after {
    width: 58px;
    height: 37px;
  }
  .howto-bnr {
    margin: 40px calc(50% - 50vw) 0;
    padding: 25px 10px;
    background-color: #fcf2dd;
  }
  .howto-bnr span {
    display: block;
    max-width: 550px;
    margin: 0 auto;
  }

  /*=== 1,000円で出来る こんなこと ===*/
  .example {
    margin-top: 15px;
  }
  .example-list {
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .example-item {
    width: calc((100% - (15px * 2)) / 3);
  }
  .example-item:not(:nth-child(-n+3)) {
    margin-top: 15px;
  }
  .example-thumb {
    padding: 0 5px;
  }
  .example-txt {
    margin-top: 5px;
  }
  .example-lead {
    margin-top: 25px;
  }
  /*=== よくあるご質問 ===*/
  .faq-icon {
    top: 2px;
    width: 39px;
    height: 24px;
  }
  .faq-list {
    margin-top: 10px;
  }
  .faq-item:not(:first-child) {
    margin-top: 15px;
  }
  .faq-question {
    padding: 15px 35px 14px 10px;
    font-size: 16px;
  }
  .faq-question_mark {
    right: 10px;
    width: 22px;
    height: 22px;
  }
  .faq-question_mark::before,
  .faq-question_mark::after {
    top: 10px;
    left: 6px;
    width: 10px;
  }
  .faq-cont {
    padding: 20px 10px 15px;
    font-size: 14px;
  }
  .faq-lead {
    font-size: 16px;
  }
  .faq-txt {
    margin-top: 15px;
  }
}