@charset "UTF-8";
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../../fonts/RakutenSansJP2_W-Light.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../../fonts/RakutenSansJP2_W-Regular.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../../fonts/RakutenSansJP2_W-Medium.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../../fonts/RakutenSansJP2_W-DemiBold.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../../fonts/RakutenSansJP2_W-Bold.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Rakuten Sans JP2";
  src: url(../../fonts/RakutenSansJP2_W-Heavy.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Rakuten Sans JP2", "Noto Sans JP", sans-serif;
}

#footer-wrap a, #footer-wrap a:hover, #footer-wrap a:link, #footer-wrap a:visited, #header-wrap a, #header-wrap a:hover, #header-wrap a:link, #header-wrap a:visited {
  color: #686868;
}

em {
  font-style: normal;
  font-weight: 700;
}

.u-fw-bold {
  font-weight: bold;
}

.u-fz-14 {
  font-size: 14px !important;
}

.u-lh-inherit {
  line-height: inherit !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

.crimsonRed {
  color: #bf0000;
}

.magenta {
  color: #FF008C;
}

.c000033 {
  color: #000033;
}

.cAnnotation {
  color: #DF0101;
}

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

.txt-center {
  text-align: center !important;
}

.txt-left {
  text-align: left !important;
}

.mt-0px {
  margin-top: 0px !important;
}

.mt-8px {
  margin-top: 8px !important;
}

.mt-12px {
  margin-top: 12px !important;
}

.mt-16px {
  margin-top: 16px !important;
}

.mt-24px {
  margin-top: 24px !important;
}

.mt-32px {
  margin-top: 32px !important;
}

.mt-36px {
  margin-top: 36px !important;
}

.mt-40px {
  margin-top: 40px !important;
}

.mt-48px {
  margin-top: 48px !important;
}

.mt-72px {
  margin-top: 72px !important;
}

.mb-8px {
  margin-bottom: 8px !important;
}

.mb-32px {
  margin-bottom: 32px !important;
}

.pdLR0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pdT-10px {
  padding-top: 10px !important;
}

.pdT-24px {
  padding-top: 24px !important;
}

.pdT-32px {
  padding-top: 32px !important;
}

.pdT-48px {
  padding-top: 48px !important;
}

.pdB-24px {
  padding-bottom: 24px !important;
}

.pdB-32px {
  padding-bottom: 32px !important;
}

.pdB-48px {
  padding-bottom: 48px !important;
}

.fs-12px {
  font-size: 12px !important;
}

.fs-13px {
  font-size: 13px !important;
}

.fs-14px {
  font-size: 14px !important;
}

.fs-16px {
  font-size: 16px !important;
}

.fs-26px {
  font-size: 26px !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.main-container {
  margin-bottom: 120px;
  position: relative;
  overflow: hidden;
}

.bottom-dl-area {
  margin-top: 0;
}

.marker {
  background: linear-gradient(transparent 70%, #ffeb3b 30%);
  background-size: 100% 80%;
}

.detail__list--item {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 8px;
}
.detail__list--item::before {
  content: "※";
  display: inline;
}

.button--blue, .button--red, .button--pink, .button--white, .button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 54px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: white !important;
  line-height: 1.1;
  background-color: #FF008C;
  border-radius: 60px;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
}
.button--blue:hover, .button--red:hover, .button--pink:hover, .button--white:hover, .button:hover {
  background-color: #cc0070;
}
.buttonBlue.button--blue, .buttonBlue.button--red, .buttonBlue.button--pink, .buttonBlue.button--white, .buttonBlue.button {
  background: #3B3BA3;
}
.feature-flow__block--box .button--blue, .feature-flow__block--box .button--red, .feature-flow__block--box .button--pink, .feature-flow__block--box .button--white, .feature-flow__block--box .button {
  font-size: 13px;
}

.button--white {
  height: 76px;
  color: #FF008C !important;
  background-color: white;
  border: 2px solid #FF008C;
  width: 100%;
}
.button--white:hover {
  background-color: white;
  filter: brightness(140%);
}
.button--pink {
  color: #FF008C !important;
  font-weight: bold;
  background-color: white;
  border: 2px solid #FF008C;
  width: 100%;
}
.button--pink:hover {
  background-color: white;
  filter: brightness(140%);
}
.button--red {
  color: #C11920 !important;
  font-weight: bold;
  background-color: white;
  border: 2px solid #C11920;
  width: 100%;
}
.button--red:hover {
  background-color: white;
  filter: brightness(140%);
}
.button--blue {
  color: #0072BF !important;
  background-color: white;
  border: 1px solid #0072BF;
  width: 100%;
}
.button--blue:hover {
  background-color: white;
  filter: brightness(140%);
}

.caution {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.6;
}

.sp_wrapper {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
.sp_wrapper img {
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .sp_wrapper {
    max-width: none;
  }
}

.border-dashed {
  width: 100%;
  border-top: black 1px dashed;
}
.kv_bottom .border-dashed {
  border-top-color: #BFBFBF;
  border-top-width: 0.6px;
  margin-bottom: 16px;
}
.feature-flow .border-dashed {
  border-top-color: #88CDCA;
  border-top-width: 2px;
}

/* kv */
.kv img {
  width: 100%;
}
.kv_bottom {
  max-width: 760px;
  margin: 0 auto;
  padding: 24px 16px;
  color: #676767;
}
.kv_main {
  background: #FFF2F9;
}
.kv_main-image {
  display: block;
  max-width: 760px;
  margin: 0 auto;
}
.kv_main-period {
  position: relative;
  width: 98.8%;
  margin: 10px auto;
  padding: 4px;
  border: 0.8px solid #FF008C;
  border-radius: 4px;
  color: #FF008C;
}
.kv_main-period__term {
  white-space: nowrap;
}
.kv_main-period__term--big {
  font-weight: 700;
  font-size: 15px;
}
.kv_main-period__head {
  font-size: 13.68px;
  font-weight: 700;
}
.kv_main-period__labels {
  position: absolute;
  display: flex;
  flex-direction: row;
  gap: 6px;
  top: 4px;
  right: 4px;
}
.kv_main-period__labels--label {
  font-weight: 400;
  background-color: #FF008C;
  color: white;
}

/* mainContent */
.mainContent {
  padding: 40px 16px;
  background: #FFE2F2;
  color: #FF008C;
}
.mainContent_inner {
  max-width: 540px;
  margin: 0 auto;
}

/* 開催中のキャンペーンはこちらボタン */
.other-campaign {
  margin: 36px 0 0;
  padding: 0 24px;
  text-align: center;
}
.other-campaign img {
  width: 100%;
}

.other-campaign-btn {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #3B3BA3;
  border: 2px solid #3B3BA3;
  padding: 11px 24px 12px;
  border-radius: 100vh;
  position: relative;
  text-align: center;
}
.other-campaign-btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #3B3BA3;
  border-right: solid 2px #3B3BA3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform: rotate(45deg);
}

/*--------------------
  フローティングバナー
--------------------*/
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: flex;
    opacity: 0;
  }
  100% {
    display: flex;
    opacity: 1;
  }
}
.floatingBnr {
  display: flex;
  position: fixed;
  bottom: 120px;
  right: 0;
  z-index: 99;
  box-shadow: 0px 0px 6.07143px rgba(0, 0, 0, 0.25);
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  transition: 0.5s;
}
.floatingBnr.fadeIn {
  animation: fadeIn 0.3s ease-in 0s forwards;
}
.floatingBnr.close {
  right: -190px;
}
.floatingBnr .target {
  width: 30px;
  background: white;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floatingBnr .target:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #232361;
  border-right: 2px solid #232361;
  transform: rotate(45deg);
  margin: 0 3px 0 0;
}
.floatingBnr .target.close:after {
  transform: rotate(-135deg);
  margin: 0 0 0 5px;
}
.floatingBnr .bnr .floatingBnrImage {
  width: 190px;
}
@media screen and (max-width: 767.9px) {
  .floatingBnr {
    bottom: 140px;
    border-radius: 8px 0px 0px 8px;
  }
  .floatingBnr.close {
    right: -190px;
  }
  .floatingBnr .target {
    width: 26px;
  }
  .floatingBnr .bnr .floatingBnrImage {
    width: 190px;
  }
}

/*--------------------
  フローティングバナー　くじ
--------------------*/
.floatingBnrKuji {
  position: fixed;
  bottom: 30px;
  right: 16px;
  z-index: 99;
  width: 138px;
}
.floatingBnrKuji_close {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 34px !important;
  z-index: 999;
}
.floatingBnrKuji.close {
  display: none;
}

/* note */
.note_inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 0 4rem;
  font-size: 1.6rem;
  color: #000033;
}

/* アンケート */
.popask {
  margin-top: 32px;
}
.popask #rexSurveyEmbedded:empty {
  margin-top: -32px;
}

/* terms */
.terms__inner {
  margin: 0 auto;
  padding: 72px 16px;
  max-width: 800px;
}
.terms__close {
  margin-bottom: 32px;
}
.terms__head {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}
.terms__title {
  border: solid 1px #dddddd;
  border-bottom: none;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
  background-color: #e9e9e9;
}
.terms__detail {
  background-color: white;
  border: solid 1px #dddddd;
  line-height: 1.6;
}
.terms__detail-head {
  background-color: #F7F8FB;
  border-bottom: solid 1px #dddddd;
  padding: 16px;
  font-size: 16px;
  font-weight: bold;
}
.terms__detail-desc {
  padding: 16px;
  font-size: 14px;
}
.terms__detail-desc:not(:last-of-type) {
  border-bottom: solid 1px #dddddd;
}
.terms__detail-subhead {
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-weight: bold;
  border-bottom: 1px solid #dddddd;
}
.terms__detail-subhead:not(:first-of-type) {
  margin-top: 16px;
}
.terms__detail-note span {
  font-weight: bold;
}
* + .terms__detail-note {
  margin-top: 12px;
}

.feature__inner {
  max-width: 640px;
  padding: 40px 0 0;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767.9px) {
  .feature__inner {
    padding: 40px 16px 0;
  }
}
.feature__detail {
  color: #676767;
  margin-top: 40px;
}
.feature__detail p {
  margin-bottom: 8px;
  padding-left: 2.6rem;
  text-indent: -2.6rem;
}
.feature__head {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #FF008C;
}
.feature__head3 {
  max-width: 430px;
  width: 100%;
  margin: 0 auto 24px;
  padding: 14px 0;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  background-image: url(../img/img_title_bg_pc.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .feature__head3 {
    background-image: url(../img/img_title_bg_sp.png);
  }
}
.feature__image {
  max-width: 100%;
  margin: 0 auto 40px;
}
.feature__image__content {
  max-width: 100%;
}
.feature__divider {
  height: 15px;
  margin: 40px 0;
  background-image: url(../img/img_featdevider_pc.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.9px) {
  .feature__divider {
    background-image: url(../img/img_featdevider_sp.png);
  }
}
.feature__divider-dashed {
  max-width: 328px;
  border-color: rgb(191, 191, 191);
  border-width: 0.6px;
  border-style: dashed;
  margin: 40px auto;
}
.feature__btn {
  display: block;
  font-size: 18px;
  margin: 0 auto;
  text-align: center;
  width: 280px;
  height: 50px;
  gap: 16px;
  padding: 12px 20px;
  border-radius: 50px;
  background: #CB0085;
  color: #FFFFFF;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
.feature__row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  gap: 16px;
}
@media screen and (max-width: 767.9px) {
  .feature__row {
    flex-direction: column;
    gap: 40px;
  }
}
.feature__list {
  width: 296px;
}
@media screen and (max-width: 767.9px) {
  .feature__list {
    width: 100%;
  }
}
.feature__list img {
  width: 100%;
  margin-bottom: 16px;
}
.feature-flow {
  counter-reset: flow-num 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.feature-flow__head {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.feature-flow__block {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  background-color: white;
  box-shadow: 0px 2px 8px 0px rgba(0, 114, 191, 0.2);
  color: #333333;
  padding: 24px 130px;
  border-radius: 12px;
}
@media screen and (max-width: 767.9px) {
  .feature-flow__block {
    padding: 24px;
  }
}
.feature-flow__block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 100%;
  height: 100%;
  margin: 0;
  background-image: url(../img/bg.png?260401);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767.9px) {
  .feature-flow__block::before {
    width: 100vw;
    height: 100vw;
    margin: 0 -16px;
  }
}
.feature-flow__block--last::before {
  content: "";
  background: #FFE2F2;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) rotate(45deg);
}
.feature-flow__block--step {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(to bottom, #FF008C 42.31%, #bf0000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
}
.feature-flow__block--step-number::before {
  counter-increment: flow-num;
  content: counter(flow-num, decimal-leading-zero);
  font-size: 52px;
}
.feature-flow__block--head {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.feature-flow__block--head-pink {
  color: #FF008C;
}
.feature-flow__block--box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 24px 16px;
  border-radius: 12px;
  background: #F7F7F7;
}
.feature-flow__block--img img {
  max-width: 100%;
}
.feature-flow__block--btn {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.feature-flow__block--desc-bold {
  font-weight: 700;
  font-size: 18px;
}

.floatingArea {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding: 8px 16px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFFFFF;
}
.floatingArea-head {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 8px;
}
.floatingArea-inner {
  max-width: 540px;
  margin: 0 auto;
}
.floatingArea-inner-list {
  display: flex;
  gap: 8px;
  align-items: baseline;
  justify-content: center;
}
.floatingArea-inner-list-item a {
  background-color: #FFFFFF;
}
@media screen and (max-width: 767.9px) {
  .floatingArea-inner-list-item a {
    background: none;
  }
}
.floatingArea-inner-list-item .desktopWelcome_flame_detail_download_item_note {
  color: #FFFFFF;
}
.floatingArea-inner-list img {
  max-width: 100%;
  height: auto;
}
.floatingArea-button {
  position: absolute;
  top: 10px;
  right: 32px;
}
.floatingArea-button button {
  padding-right: 22px;
  background-image: url("/img/btn_icon/btn_close_01.png");
  background-size: 16px;
  background-position: right;
  background-repeat: no-repeat;
  filter: brightness(10);
}

img.link-icon {
  width: 100px;
  height: 100px;
}

img.img-qr {
  width: 190px;
  height: 190px;
}

/* TOPへボタン */
.to-top-btn {
  position: fixed;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  z-index: 999;
  bottom: 2.4rem;
  right: 2.4rem;
  width: 50px;
  height: 50px;
}

.to-top-btn.active {
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

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

@media screen and (max-width: 767.9px) {
  .to-top-btn {
    bottom: 15rem;
    right: 1.6rem;
    width: 46px;
    height: 46px;
  }
  #footer-wrap {
    padding-bottom: 150px;
  }
}
/*--------------------
  banner-slider
--------------------*/
.banner-slider {
  opacity: 0;
  transition: opacity 0.3s linear;
  width: 100%;
}
.banner-slider.swiper-initialized {
  opacity: 1;
}
.banner-slider .swiper-slide img {
  width: 100%;
}
.banner-slider .swiper-pagination {
  position: static;
  padding: 8px 16px;
}
.banner-slider .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #dddddd;
  border: none;
  opacity: 1;
  margin: 0 4px !important;
}
.banner-slider .swiper-pagination-bullet-active {
  background-color: #1B4F9F;
}
.banner-slider .swiper-button-disabled {
  display: none !important;
}
.banner-slider .swiper-button-prev {
  left: 0;
}
.banner-slider .swiper-button-next {
  right: 0;
}
.banner-slider .swiper-button-next,
.banner-slider .swiper-button-prev {
  border-radius: 100%;
  font-size: 0;
  top: 45%;
  width: 32px;
  height: 32px;
  border: none;
  background-color: #dddddd;
}
.banner-slider .swiper-button-next::after,
.banner-slider .swiper-button-prev::after {
  font-size: 14px;
  color: white;
}

#step01 .rex-button {
  font-size: 20px;
}

p.agreement-message {
  font-family: "Rakuten Sans JP" !important;
  color: #676767 !important;
  margin-bottom: 8px;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.lp-fathersday {
  color: #333333;
  line-height: 1.6;
  font-size: 14px;
}
.lp-fathersday .fd-kv {
  background: #E0F0FF;
}
.lp-fathersday .fd-kv__img {
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.lp-fathersday .fd-kv__img picture, .lp-fathersday .fd-kv__img img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px) {
  .lp-fathersday .fd-kv__img {
    max-width: 1280px;
  }
}
.lp-fathersday .fd-kv__period {
  max-width: 540px;
  margin: 16px auto 0;
  padding: 0 16px;
}
.lp-fathersday .fd-kv__period img {
  width: 100%;
  display: block;
}
.lp-fathersday .fd-entry {
  background: #E0F0FF;
  padding: 24px 16px;
}
.lp-fathersday .fd-entry__inner {
  max-width: 540px;
  margin: 0 auto;
  text-align: left;
}
.lp-fathersday .fd-entry__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  padding: 14px 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 60px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #FF008C;
  border: 2px solid #FF008C;
  color: white !important;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.15);
}
.lp-fathersday .fd-entry__btn:hover {
  background-color: #cc0070;
  border-color: #cc0070;
}
.lp-fathersday .fd-entry__login-note {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #0072BF;
  margin-top: 12px;
  display: inline-block;
  position: relative;
  padding-left: 28px;
}
.lp-fathersday .fd-entry__login-note::before {
  content: "";
  display: block;
  background: url(../img/icon_info.png) no-repeat center center/100%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.lp-fathersday .fd-section {
  padding: 0px 16px 24px;
}
.lp-fathersday .fd-section__inner {
  max-width: 540px;
  margin: 0 auto;
}
.lp-fathersday .fd-section--blue-bg {
  background: #E0F0FF;
}
.lp-fathersday .fd-section--white-bg {
  background: #ffffff;
}
.lp-fathersday .fd-section--ads {
  background: #ffffff;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 25px;
}
.lp-fathersday .fd-heading {
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-weight: 900;
  color: #002FA7;
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.4;
  padding: 14px 0;
  border-top: 2px dotted #4A90D9;
  border-bottom: 2px dotted #4A90D9;
}
.lp-fathersday .fd-heading::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 22px;
  background: url(../img/deco_glasses.png) center top/44px auto no-repeat;
  background-color: #E0F0FF;
}
.lp-fathersday .fd-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 44px;
  height: 22px;
  background: url(../img/deco_glasses.png) center bottom/44px auto no-repeat;
  background-color: #E0F0FF;
}
.lp-fathersday .fd-words__lead {
  position: relative;
  display: block;
  background: #FEFC6A;
  color: #002FA7;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 10px 12px;
  border-radius: 6px;
  margin-bottom: 24px;
  filter: drop-shadow(0 4px 0 rgba(22, 161, 217, 0.37));
}
@media screen and (max-width: 767.9px) {
  .lp-fathersday .fd-words__lead {
    max-width: 246px;
    margin: 0 auto 24px;
  }
}
.lp-fathersday .fd-words__lead::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 8px 0;
  border-style: solid;
  border-color: #FEFC6A transparent transparent;
}
.lp-fathersday .fd-words__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 4px solid #002FA7;
  border-left: 4px solid #002FA7;
  background-color: #002FA7;
  border-radius: 8px;
  overflow: hidden;
}
.lp-fathersday .fd-words__item {
  list-style: none;
  border-right: 4px solid #002FA7;
  border-bottom: 4px solid #002FA7;
  border-radius: 8px;
  aspect-ratio: 1;
}
.lp-fathersday .fd-words__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  background: white;
  padding: 8px 6px 8px;
  text-decoration: none;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  border-radius: 8px;
}
.lp-fathersday .fd-words__icon {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-fathersday .fd-words__icon img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.lp-fathersday .fd-words__item:nth-child(1) .fd-words__icon img {
  max-width: 43px;
  max-height: 43px;
}
.lp-fathersday .fd-words__item:nth-child(2) .fd-words__icon img {
  max-width: 52px;
  max-height: 37px;
}
.lp-fathersday .fd-words__item:nth-child(3) .fd-words__icon img {
  max-width: 35px;
  max-height: 36px;
}
.lp-fathersday .fd-words__item:nth-child(4) .fd-words__icon img {
  max-width: 45px;
  max-height: 34px;
}
.lp-fathersday .fd-words__item:nth-child(5) .fd-words__icon img {
  max-width: 58px;
  max-height: 28px;
}
.lp-fathersday .fd-words__item:nth-child(6) .fd-words__icon img {
  max-width: 58px;
  max-height: 35px;
}
.lp-fathersday .fd-words__item:nth-child(7) .fd-words__icon img {
  max-width: 49px;
  max-height: 39px;
}
.lp-fathersday .fd-words__item:nth-child(8) .fd-words__icon img {
  max-width: 57px;
  max-height: 31px;
}
.lp-fathersday .fd-words__item:nth-child(9) .fd-words__icon img {
  max-width: 36px;
  max-height: 31px;
}
.lp-fathersday .fd-words__num {
  position: absolute;
  top: 4px;
  left: 6px;
  width: 24px;
  height: 24px;
  font-size: 11px;
  font-weight: 900;
  color: white;
  line-height: 24px;
  text-align: center;
  background: url(../img/deco_hat.png) center center/contain no-repeat;
}
.lp-fathersday .fd-words__label {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 33px;
  font-size: 13px;
  font-weight: 700;
  color: #002FA7;
  text-align: center;
  line-height: 1.3;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .lp-fathersday .fd-words__link {
    gap: 6px;
    padding: 12px 8px 12px;
  }
  .lp-fathersday .fd-words__item:nth-child(1) .fd-words__icon img {
    max-width: 68px;
    max-height: 68px;
  }
  .lp-fathersday .fd-words__item:nth-child(2) .fd-words__icon img {
    max-width: 82px;
    max-height: 59px;
  }
  .lp-fathersday .fd-words__item:nth-child(3) .fd-words__icon img {
    max-width: 55px;
    max-height: 57px;
  }
  .lp-fathersday .fd-words__item:nth-child(4) .fd-words__icon img {
    max-width: 71px;
    max-height: 54px;
  }
  .lp-fathersday .fd-words__item:nth-child(5) .fd-words__icon img {
    max-width: 92px;
    max-height: 44px;
  }
  .lp-fathersday .fd-words__item:nth-child(6) .fd-words__icon img {
    max-width: 92px;
    max-height: 55px;
  }
  .lp-fathersday .fd-words__item:nth-child(7) .fd-words__icon img {
    max-width: 77px;
    max-height: 62px;
  }
  .lp-fathersday .fd-words__item:nth-child(8) .fd-words__icon img {
    max-width: 90px;
    max-height: 49px;
  }
  .lp-fathersday .fd-words__item:nth-child(9) .fd-words__icon img {
    max-width: 57px;
    max-height: 49px;
  }
  .lp-fathersday .fd-words__num {
    top: 6px;
    left: 8px;
    width: 38px;
    height: 38px;
    font-size: 17px;
    line-height: 38px;
  }
  .lp-fathersday .fd-words__label {
    font-size: 20px;
    height: 52px;
  }
}
.lp-fathersday .fd-note {
  font-size: 12px;
  color: #676767;
  line-height: 1.5;
}
.lp-fathersday .fd-step__img {
  display: block;
  max-width: 540px;
  margin: 0 auto 24px;
}
.lp-fathersday .fd-step__img img {
  width: 100%;
  display: block;
}
.lp-fathersday .fd-feature__img {
  display: block;
  max-width: 540px;
  margin: 0 auto;
}
.lp-fathersday .fd-feature__img img {
  width: 100%;
  display: block;
}
.lp-fathersday .fd-reward-arrow {
  background-color: #E0F0FF;
}
.lp-fathersday .fd-reward-arrow img {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: block;
}
.lp-fathersday .fd-deco {
  width: 48px;
  margin: 0 auto 16px;
}
.lp-fathersday .fd-deco img {
  width: 100%;
  display: block;
}
.lp-fathersday .fd-terms {
  padding: 40px 16px 60px;
  background: #f7f7f7;
}
.lp-fathersday .fd-terms__inner {
  max-width: 540px;
  margin: 0 auto;
}
.lp-fathersday .fd-terms__head {
  font-size: 18px;
  font-weight: 700;
  color: #1B4F9F;
  border-left: 4px solid #1B4F9F;
  padding-left: 10px;
  margin-bottom: 16px;
}
.lp-fathersday .fd-terms__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.6;
}
.lp-fathersday .fd-terms__table th, .lp-fathersday .fd-terms__table td {
  border: 1px solid #dddddd;
  padding: 12px;
  vertical-align: top;
  text-align: left;
}
.lp-fathersday .fd-terms__table th {
  background: #e6eef7;
  font-weight: 700;
  color: #1B4F9F;
  white-space: nowrap;
  width: 8em;
}
.lp-fathersday .fd-terms__table td {
  background: #ffffff;
}
.lp-fathersday .fd-terms__note-list {
  margin-top: 24px;
  font-size: 12px;
  color: #676767;
}
.lp-fathersday .fd-terms__note-list li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 6px;
}
.lp-fathersday .fd-terms__note-list li::before {
  content: "※";
  display: inline;
}
.lp-fathersday .fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.lp-fathersday .floating {
  margin-top: 8px;
  position: relative;
  display: block;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 51;
}
.lp-fathersday .floating_inner {
  display: flex;
  align-items: flex-end;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  gap: 8px;
  padding: 8px;
}
.lp-fathersday .floating_inner > div {
  flex: 1;
}
.lp-fathersday .floating .InformationText_wrapper__-md1T,
.lp-fathersday .floating .Below {
  display: none;
}
.lp-fathersday .fd-other {
  margin: 32px 0 0;
  padding: 0 16px 32px;
}
.lp-fathersday .fd-other__inner {
  max-width: 540px;
  margin: 0 auto;
}
.lp-fathersday .fd-other__btn {
  display: block;
  width: 100%;
  font-size: 15px;
  color: #3B3BA3;
  border: 2px solid #3B3BA3;
  padding: 11px 24px 12px;
  border-radius: 100vh;
  text-align: center;
  position: relative;
}
.lp-fathersday .fd-other__btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #3B3BA3;
  border-right: solid 2px #3B3BA3;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  transform: rotate(45deg);
}
.lp-fathersday .feature-flow {
  margin-top: 32px;
  gap: 16px;
}
.lp-fathersday .feature-flow__block {
  background-color: white;
  border-radius: 12px;
  padding: 24px 8.5px;
  box-shadow: 0px 2px 8px 0px rgba(0, 114, 191, 0.2);
}
.lp-fathersday .feature-flow__block::before {
  display: none;
}
.lp-fathersday .feature-flow__block--step {
  background-image: linear-gradient(to bottom, #4A90D9 0%, #1B4F9F 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.lp-fathersday .feature-flow__block--head {
  color: #1B4F9F;
  font-size: 24px;
}
.lp-fathersday .feature-flow__block--box {
  background: white;
}
.lp-fathersday .feature-flow__block--text {
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.lp-fathersday .feature-flow__block--text p:not([class]) {
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}

.js-accordion [data-accordion-id] {
  display: grid;
  transition: grid-template-rows 0.5s;
  grid-template-rows: 0fr;
}
.js-accordion [data-accordion-id] > * {
  overflow: hidden;
}
.js-accordion [data-accordion-id].is-show {
  grid-template-rows: 1fr;
}

.rm-c-text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
.rm-c-text--small {
  font-size: 14px;
}
.rm-c-text--bold {
  font-weight: 600;
}

.rm-c-annotation {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 400;
  color: #676767;
}

.rm-c-link {
  color: #0072BF;
  text-decoration: underline;
}

.rm-c-detail {
  width: 100%;
  background-color: #fff;
  padding: 40px 16px;
}
.rm-c-detail__container {
  padding: 0;
}
.rm-c-detail__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  padding: 16px;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  background-color: #E9E9E9;
}
.rm-c-detail__table {
  border: 1px solid #DDDDDD;
  border-bottom: none;
  display: block;
  width: 100%;
}
.rm-c-detail__table--term {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  padding: 16px;
  background-color: #F7F8FB;
  border-bottom: 1px solid #DDDDDD;
  display: block;
}
.rm-c-detail__table--description {
  padding: 16px;
  border-bottom: 1px solid #DDDDDD;
  display: block;
}
.rm-c-detail__list {
  margin-top: 8px;
}
.rm-c-detail__list:first-child {
  margin-top: 0;
}
.rm-c-detail__item {
  margin-top: 4px;
}
.rm-c-detail__item:first-child {
  margin-top: 0;
}
.rm-c-detail__item--note {
  padding-left: 20px;
  position: relative;
}
.rm-c-detail__item--note::before {
  content: "・";
  width: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}
.rm-c-detail__item .rm-c-detail__list {
  margin-top: 4px;
}
.rm-c-detail__item .rm-c-detail__item--note::before {
  content: "ー";
}

.rm-c-accordion {
  display: flex;
  flex-direction: column;
}
.rm-c-accordion__item {
  background-color: #ffffff;
  border: 1px solid #BFBFBF;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.rm-c-accordion__head {
  width: 100%;
}
.rm-c-accordion__button {
  position: relative;
  width: 100%;
  padding: 16px 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.rm-c-accordion__button::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  width: 24px;
  height: 24px;
  background-image: url(../img/accordion_plus.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-50%);
  transition: all 0.5s;
}
.rm-c-accordion__button.is-active::before {
  background-image: url(../img/accordion_minus.png);
}
.rm-c-accordion__container {
  width: 100%;
}
.rm-c-accordion__inner {
  width: 100%;
}
.rm-c-accordion__content {
  padding: 0 16px 16px;
}