/* Scss Document */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
  padding: 0;
  margin: 0;
  color: #242323;
  text-decoration: none;
  list-style-type: none;
}

#CONTENTS-WRAPPER .main-wrapper a {
  color: #3895ff;
  text-decoration: none;
}
#CONTENTS-WRAPPER .main-wrapper a:visited {
  color: #3895ff;
}
#CONTENTS-WRAPPER .main-wrapper a:hover {
  text-decoration: underline;
}
#CONTENTS-WRAPPER .main-wrapper sub {
  position: relative;
  bottom: 0;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
#CONTENTS-WRAPPER .main-wrapper sup {
  font-size: 1.2rem;
}
#CONTENTS-WRAPPER .main-wrapper ol,
#CONTENTS-WRAPPER .main-wrapper ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#CONTENTS-WRAPPER .main-wrapper figure {
  margin: 0;
}

.isNone {
  display: none;
}

.isActive {
  display: block;
}

span.fs {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
#CONTENTS-WRAPPER .main-wrapper .contBlock:not([data-bg] + [data-bg], :first-of-type) {
  padding-top: 80px;
}
#CONTENTS-WRAPPER .main-wrapper .contBlock[data-bg]:not([data-size]) > .contBlock__inner {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media screen and (min-width: 769px) {
  #CONTENTS-WRAPPER .main-wrapper .contBlock[data-bg]:not([data-size]) > .contBlock__inner {
    width: 100vw;
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .contBlock[data-bg]:not([data-size]) > .contBlock__inner {
    width: calc(100% + 48px);
    padding-right: 24px;
    padding-left: 24px;
    margin-right: -24px;
    margin-left: -24px;
  }
}
#CONTENTS-WRAPPER .main-wrapper .contBlock[data-bg][data-size=small] > .contBlock__inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  #CONTENTS-WRAPPER .main-wrapper .contBlock[data-bg][data-size=small] > .contBlock__inner {
    width: 100vw;
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .contBlock[data-bg][data-size=small] > .contBlock__inner {
    width: calc(100% + 48px);
    padding-right: 24px;
    padding-left: 24px;
    margin-right: -24px;
    margin-left: -24px;
  }
}
#CONTENTS-WRAPPER .main-wrapper .contBlock[data-bg=gray] > .contBlock__inner {
  background-color: #f7f7f7;
}
#CONTENTS-WRAPPER .main-wrapper .contBlock[data-bg=palePink] > .contBlock__inner {
  background-color: #ffe5e5;
}
#CONTENTS-WRAPPER .main-wrapper .contBlock[data-bg=lightLavender] > .contBlock__inner {
  background-color: #fff3f9;
}
#CONTENTS-WRAPPER .main-wrapper .contBlock[data-bg=blue] > .contBlock__inner {
  background-color: #e9f9ff;
}
#CONTENTS-WRAPPER .main-wrapper .title {
  position: relative;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .title {
    font-size: 2.4rem;
  }
}
#CONTENTS-WRAPPER .main-wrapper .note {
  font-size: 1.2rem;
  color: #909090;
}
#CONTENTS-WRAPPER .main-wrapper [data-weight=nomal] {
  font-weight: nomal;
}
#CONTENTS-WRAPPER .main-wrapper [data-weight=bold] {
  font-weight: bold;
}
#CONTENTS-WRAPPER .main-wrapper [data-textAlign=center] {
  text-align: center;
}
#CONTENTS-WRAPPER .main-wrapper [data-textAlign=left] {
  text-align: left;
}
[data-color="red"] {
  color:#fa1919 !important;
}
#CONTENTS-WRAPPER .main-wrapper {
  box-sizing: border-box;
  width: 100%;
  max-width: 1128px !important;
  padding: 0 24px;
  margin: auto;
  color: #242323;
}
#CONTENTS-WRAPPER .main-wrapper .mv {
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .mv {
    width: calc(100% + 48px);
    margin-right: -24px;
    margin-left: -24px;
  }
}
#CONTENTS-WRAPPER .main-wrapper .mv__title {
  position: relative;
  max-width: 1800px;
  height: 0;
  padding-top: min(34.6153846154vw, 450px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .mv__title {
    padding-top: 96vw;
  }
}
#CONTENTS-WRAPPER .main-wrapper .mv img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#CONTENTS-WRAPPER .main-wrapper .program__box {
  padding: 20px;
  border-radius: 8px;
  background-color: #fff;
}
#CONTENTS-WRAPPER .main-wrapper .program__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 28px 4px;
  margin: 0 auto;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  background-color: #fd5c5c;
  border-radius: 9999px;
}
#CONTENTS-WRAPPER .main-wrapper .program__text {
  margin-top: 16px;
}
#CONTENTS-WRAPPER .main-wrapper .whatNisa__content {
  display: grid;
  gap: 40px;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .whatNisa__title {
    font-size: 3.2rem;
  }
}
#CONTENTS-WRAPPER .main-wrapper .whatNisa__text {
  text-align: center;
}
#CONTENTS-WRAPPER .main-wrapper .whatNisa__btn {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #3895ff;
  color: #3895ff;
  text-decoration: none;
  text-align: center;
  transition: 0.3s cubic-bezier(0.63, 0.19, 0.4, 0.99);
  transition-property: transform, background-color, color, opacity;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #3895ff;
  border-radius: 8px;
  font-weight: bold;
  color: #3895ff !important;
  max-width: 100%;
  width: 327px;
  min-height: 48px;
  text-decoration: none;
  width: 100%;
  max-width: 327px;
  margin: 32px auto 0;
  font-size: 1.6rem;
}
#CONTENTS-WRAPPER .main-wrapper .whatNisa__btn:hover {
  background-color: #e5f1ff;
}
#CONTENTS-WRAPPER .main-wrapper .whatNisa__btn:active {
  color: #3895ff !important;
}
#CONTENTS-WRAPPER .main-wrapper .whatNisa__btn:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .whatNisa__btn {
    width: 327px;
    min-height: 48px;
  }
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .whatNisa__btn {
    width: 100%;
  }
}
#CONTENTS-WRAPPER .main-wrapper .benefit__content {
  display: grid;
  gap: 32px;
  max-width: 898px;
  margin: 0 auto;
}
#CONTENTS-WRAPPER .main-wrapper .benefit__title .-label {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 16px;
  margin: 0 auto;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: var(--color);
  border-radius: 9999px;
}
#CONTENTS-WRAPPER .main-wrapper .benefit .-main {
  margin-top: 16px;
  line-height: 1.2;
  text-align: center;
}
#CONTENTS-WRAPPER .main-wrapper .benefit .-large {
  font-size: 3.2rem;
}
#CONTENTS-WRAPPER .main-wrapper .benefit .-nomal {
  font-size: 2rem;
  font-weight: normal;
}
#CONTENTS-WRAPPER .main-wrapper .benefit__lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 16px 32px;
}
#CONTENTS-WRAPPER .main-wrapper .benefit__item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
#CONTENTS-WRAPPER .main-wrapper .benefit__itemHead {
  position: relative;
  padding: 7px 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: var(--color);
}
#CONTENTS-WRAPPER .main-wrapper .benefit__itemHead::before {
  position: absolute;
  bottom: -8px;
  left: 50%;
  width: 16px;
  height: 8px;
  margin-left: -15px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  background-color: var(--color);
}
#CONTENTS-WRAPPER .main-wrapper .benefit__itemFlex {
  display: flex;
  gap: 24px;
  align-items: center;
  height: 100%;
  padding: var(--padding);
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .benefit__itemFlex {
    gap: 16px;
    padding: var(--md-padding);
  }
}
#CONTENTS-WRAPPER .main-wrapper .benefit__number {
  font-size: 4.8rem;
  font-weight: bold;
  color: var(--color);
}
#CONTENTS-WRAPPER .main-wrapper .benefit__itemBlock {
  display: flex;
  gap: 16px;
  align-items: var(--alignItem);
  justify-content: space-between;
  width: 100%;
}
#CONTENTS-WRAPPER .main-wrapper .benefit__link {
  text-decoration: underline;
}
#CONTENTS-WRAPPER .main-wrapper .other .-small {
  font-size: 2rem;
}
#CONTENTS-WRAPPER .main-wrapper .other .-main {
  margin-top: 24px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .other .-main {
    margin-top: 12px;
  }
}
#CONTENTS-WRAPPER .main-wrapper .other .-decoration {
  position: relative;
}
#CONTENTS-WRAPPER .main-wrapper .other .-decoration::before {
  position: absolute;
  top: -32px;
  left: 50%;
  display: inline-block;
  width: 44px;
  height: 17px;
  content: "";
  background: url("/campaign/asset/program/img/img_other_title.svg") no-repeat;
  background-size: cover;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .other .-decoration::before {
    top: -20px;
    width: 26px;
    height: 10px;
  }
}
#CONTENTS-WRAPPER .main-wrapper .other .-decoration > span {
  padding: 8px;
  background-color: #ffcd48;
  border-radius: 50%;
}
#CONTENTS-WRAPPER .main-wrapper .other .-decoration > span:not(:first-of-type) {
  margin-left: -8px;
}
#CONTENTS-WRAPPER .main-wrapper .other .-accessibility {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#CONTENTS-WRAPPER .main-wrapper .other__note {
  margin-top: 16px;
  font-weight: bold;
  color: #909090;
  text-align: center;
}
#CONTENTS-WRAPPER .main-wrapper .other__lists {
  max-width: 930px;
  width: 100%;
  display: grid;
  gap: 24px;
  margin: 32px auto 0;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .other__lists {
    max-width: 640px;
  }
}
#CONTENTS-WRAPPER .main-wrapper .other__item {
  text-align: center;
}
#CONTENTS-WRAPPER .main-wrapper .other__link {
  display: inline-block;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  transition: 0.3s cubic-bezier(0.63, 0.19, 0.4, 0.99);
  transition-property: transform, background-color, color, opacity;
}
#CONTENTS-WRAPPER .main-wrapper .other__link:hover {
  opacity: 0.7;
}
#CONTENTS-WRAPPER .main-wrapper .other__link.-disabled {
  pointer-events: none;
}
#CONTENTS-WRAPPER .main-wrapper .other__img {
  border-radius: 8px;
  width: 100%;
  max-width: 654px;
}
#CONTENTS-WRAPPER .main-wrapper .what__text {
  margin-top: 32px;
  display: flex;
  justify-content: center;
}
#CONTENTS-WRAPPER .main-wrapper .what__note {
  margin-top: 4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .what__note {
    text-align: left;
  }
}
#CONTENTS-WRAPPER .main-wrapper .what__img {
  margin-top: 24px;
  text-align: center;
}
#CONTENTS-WRAPPER .main-wrapper .greatValue__container {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .greatValue__container {
    margin-top: 24px;
  }
}
#CONTENTS-WRAPPER .main-wrapper .greatValue__lists {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 380px), 1fr));
  gap: 16px;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .greatValue__lists {
    gap: 12px;
  }
}
#CONTENTS-WRAPPER .main-wrapper .greatValue__item {
  display: flex;
  gap: var(--gap);
  align-items: center;
  padding: var(--padding);
  background-color: #fff;
  border: 1px solid #bababa;
  border-radius: 16px;
}
@media screen and (min-width: 769px) {
  #CONTENTS-WRAPPER .main-wrapper .greatValue__item {
    min-height: 120px;
  }
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .greatValue__item {
    gap: var(--md-gap);
    padding: var(--md-padding);
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .greatValue__icon {
    width: var(--md-size);
  }
}
#CONTENTS-WRAPPER .main-wrapper .greatValue__icon > img {
  -o-object-fit: contain;
     object-fit: contain;
}
#CONTENTS-WRAPPER .main-wrapper .greatValue__textArea {
  display: grid;
  flex: 1;
  gap: 4px;
}
#CONTENTS-WRAPPER .main-wrapper .greatValue__textHead {
  display: flex;
  gap: 8px;
  align-items: center;
}
#CONTENTS-WRAPPER .main-wrapper .greatValue__textHead > p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #f03;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .greatValue__textHead > p {
    font-size: 1.2rem;
  }
}
#CONTENTS-WRAPPER .main-wrapper .greatValue__textHead > img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .greatValue__textHead > img {
    width: 22px;
  }
}
#CONTENTS-WRAPPER .main-wrapper .greatValue__text {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .greatValue__text {
    font-size: 1.6rem;
  }
}
#CONTENTS-WRAPPER .main-wrapper .greatValue__text-small {
  font-size: 1.4rem;
  font-weight: bold;
}
#CONTENTS-WRAPPER .main-wrapper .greatValue__note {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .greatValue__note {
    margin-top: 24px;
  }
}
#CONTENTS-WRAPPER .main-wrapper .greatValue__note > .note:not(:first-of-type) {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .greatValue__note > .note:not(:first-of-type) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .detail__title {
    font-size: 3.2rem;
  }
}
#CONTENTS-WRAPPER .main-wrapper .detail__ctn {
  margin: 32px auto 0;
}
#CONTENTS-WRAPPER .main-wrapper .detail__ctn .table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
  width: 100%;
}
#CONTENTS-WRAPPER .main-wrapper .detail__ctn .table__head, #CONTENTS-WRAPPER .main-wrapper .detail__ctn .table__data {
  border: 1px solid #ccc;
  padding: 15px 20px;
  text-align: left;
  vertical-align: top;
}
#CONTENTS-WRAPPER .main-wrapper .detail__ctn .table__head {
  background-color: #eee;
  font-weight: bold;
  width: 27%;
}
#CONTENTS-WRAPPER .main-wrapper .detail__ctn .table__text + .table__text {
  margin-top: 1em;
}
#CONTENTS-WRAPPER .main-wrapper .detail__ctn .table__img {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .detail__ctn .table {
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
  }
  #CONTENTS-WRAPPER .main-wrapper .detail__ctn .table__head,
#CONTENTS-WRAPPER .main-wrapper .detail__ctn .table__data {
    border-top: 0;
    display: block;
    padding: 10px 12px;
  }
  #CONTENTS-WRAPPER .main-wrapper .detail__ctn .table__head--no-border,
#CONTENTS-WRAPPER .main-wrapper .detail__ctn .table__data--no-border {
    border-bottom: none;
  }
  #CONTENTS-WRAPPER .main-wrapper .detail__ctn .table__head {
    text-align: left;
    width: 100%;
  }
}
#CONTENTS-WRAPPER .main-wrapper .lp_footer {
  text-align: center;
}
#CONTENTS-WRAPPER .main-wrapper .lp_footer__risk {
  margin: 64px auto 0;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .lp_footer__risk {
    margin: 40px 0 0;
  }
}
#CONTENTS-WRAPPER .main-wrapper .lp_footer__risk__open {
  border: none;
  border: 1px solid #bababa;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  height: 50px;
  margin: auto;
  padding: 10px 0 10px 20px;
  position: relative;
  text-align: left;
  width: 100%;
  color: #242323;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .lp_footer__risk__open {
    font-size: 1.4rem;
    height: 42px;
    height: 31px;
    padding: 6px 0 6px 10px;
  }
}
#CONTENTS-WRAPPER .main-wrapper .lp_footer__risk__open::after {
  content: "";
  display: block;
  content: "";
  display: block;
  border-color: #909090;
  border-style: solid;
  border-width: 0 2px 2px 0;
  height: 17px;
  vertical-align: middle;
  width: 17px;
  transform: rotate(45deg);
  position: absolute;
  right: 21px;
  top: calc(50% - 12px);
  transition: all 0.2s;
}
@media all and (-ms-high-contrast: none), print {
  #CONTENTS-WRAPPER .main-wrapper .lp_footer__risk__open::after {
    margin-bottom: 1px !important;
  }
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .lp_footer__risk__open::after {
    content: "";
    display: block;
    border-color: #909090;
    border-style: solid;
    border-width: 0 2px 2px 0;
    height: 14px;
    vertical-align: middle;
    width: 14px;
    transform: rotate(45deg);
    right: 20px;
    top: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) and (-ms-high-contrast: none) {
  #CONTENTS-WRAPPER .main-wrapper .lp_footer__risk__open::after {
    margin-bottom: 1px !important;
  }
}
#CONTENTS-WRAPPER .main-wrapper .lp_footer__risk__open.active::after {
  top: calc(50% - 5px);
  transform: rotate(-135deg);
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .lp_footer__risk__open.active::after {
    top: calc(50% - 3px);
  }
}
#CONTENTS-WRAPPER .main-wrapper .lp_footer__risk__text {
  display: none;
  font-size: 1.8rem;
  line-height: 26px;
  margin: 30px auto 0;
  padding: 0 15px;
  text-align: left;
}
#CONTENTS-WRAPPER .main-wrapper .lp_footer__risk__text a {
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .lp_footer__risk__text {
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 10px 0 0;
  }
}
#CONTENTS-WRAPPER .main-wrapper .sns-relay {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .sns-relay {
    margin-top: 56px;
  }
}

.floating {
  width: 100%;
  padding: 12px 24px;
  height: 108px;
  background-color: #fff;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.08);
  position: fixed;
  bottom: 0;
  z-index: 10;
}
.floating__stores__text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #002970;
  text-align: center;
  display: block;
}
.floating__stores__flexwrap {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  gap: 16px;
}
.floating__stores__flexwrap img {
  height: 46px;
}
.floating__flexwrap {
  display: flex;
  gap: 54px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .floating__flexwrap {
    flex-direction: column;
    text-align: center;
    gap: 16px;
  }
}
.floating__button {
  background-color: #3895ff;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  max-width: 400px;
  width: 50%;
  min-width: 350px;
  height: 68px;
  white-space: nowrap;
  border-radius: 8px;
  transition: 0.3s cubic-bezier(0.63, 0.19, 0.4, 0.99);
  transition-property: transform, background-color, color, opacity;
  cursor: pointer;
  line-height: 68px;
}
@media screen and (max-width: 768px) {
  .floating__button {
    width: 100%;
    min-width: auto;
    height: 44px;
    font-size: 1.6rem;
    margin: 0 auto;
    line-height: 44px;
  }
}
.floating__button:hover {
  opacity: 0.5;
}
.floating__sptext {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #3895ff;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .floating__sptext {
    font-weight: normal;
  }
}

.global--page-top-button {
  display: none !important;
}

.global-footer {
  padding-bottom: 128px;
  background-color: #f7f7f7;
}
@media screen and (max-width: 768px) {
  .global-footer {
    padding-bottom: 129px;
  }
}

#CONTENTS-WRAPPER .main-wrapper .lp_footer__risk {
  margin: 64px auto 80px;
}
@media screen and (max-width: 768px) {
  #CONTENTS-WRAPPER .main-wrapper .lp_footer__risk {
    margin: 40px 0 0;
  }
}

.floating {
  padding: 20px 24px;
  position: relative;
  background: linear-gradient(0.25turn, #ffacbb, 50%, #fba9a2);
  height: auto;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .floating {
    position: fixed;
    margin-top: 0;
    background: #fff;
    padding: 12px 24px;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.08);
  }
}
.floating__flexwrap {
  background-color: #fff;
  max-width: 900px;
  padding: 20px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 768px) {
  .floating__flexwrap {
    max-width: none;
    box-shadow: none;
    border-radius: none;
    padding: 0;
  }
}
.floating__button {
  max-width: 312px;
}
@media screen and (max-width: 768px) {
  .floating__button {
    max-width: 400px;
  }
}

.lp_footer__text {
  font-size: 1.6rem;
  margin: 100px auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lp_footer__text {
    margin: 50px auto 20px;
    padding-bottom: 130px;
  }
}
.lp_footer__text__upper {
  font-weight: bold;
}
.lp_footer__text__upper a {
  text-decoration: none;
  color: #242323;
}
.lp_footer__text__upper a:hover {
  text-decoration: underline;
}
.lp_footer__text__upper a:visited {
  color: #242323;
}
.lp_footer__text__lower {
  font-weight: bold;
  margin-top: 14px;
}
.lp_footer__text small {
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .lp_footer__text small {
    font-size: 1rem;
    margin-top: 16px;
  }
}
