html {
  font-size: 1px;
}

body {
  font-family: "LINE Seed JP", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #000;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  font-feature-settings: "palt";
  line-height: 1.4;
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, figure {
  margin: 0;
}

.d-flex {
  display: flex;
}

.flex-reserve {
  flex-direction: row-reverse;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

.align-items-center {
  align-items: center;
}

.pc {
  display: flex !important;
}

.pc-block {
  display: block !important;
}

.font-mincho {
  font-family: "Hina Mincho", serif;
}

.sp {
  display: none !important;
}

.sp-block {
  display: none !important;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-baseline {
  align-items: baseline;
}

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

.center {
  margin-left: auto;
  margin-right: auto;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.jusify-content-left {
  justify-content: left !important;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scaled_x {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_reserve {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes scaled_x_down {
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
.anim {
  opacity: 0;
}
.anim.fadeInUp.is-animated {
  animation: fadeInUp 1s ease-in-out forwards;
}
.anim.fadeInDown.is-animated {
  animation: fadeInDown 0.5s ease-in-out forwards;
}
.anim.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out forwards;
}
.anim.fadeInLeft.is-animated {
  animation: fadeInLeft 1s ease-in-out forwards;
}
.anim.fadeInRight.is-animated {
  animation: fadeInRight 1s ease-in-out forwards;
}
.anim.scaled_x.is-animated {
  transform-origin: left;
  animation: scaled_x 1s ease-in-out forwards;
}
.anim.scaled_x_reserve.is-animated {
  transform-origin: right;
  animation: scaled_x_reserve 1s ease-in-out forwards;
}
.anim.scaled_x_down.is-animated {
  transform-origin: right;
  animation: scaled_x_down 1s ease-in-out forwards;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 0.133333vw;
  }
  .pc {
    display: none !important;
  }
  .pc-block {
    display: none !important;
  }
  .sp {
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
header {
  width: 100%;
  height: 80rem;
  padding: 0 24rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
header.fixed {
  position: fixed;
  animation: fadeIn 0.3s forwards;
}
header .logo {
  width: 235rem;
  display: flex;
}

.frontview {
  width: 100%;
  display: flex;
  position: relative;
}
.frontview .campain {
  width: 25.6222547584%;
  display: flex;
  position: absolute;
  left: 3.5871156662%;
  bottom: 5.8565153734%;
}
.frontview .campain .link__btn {
  width: 88.5714285714%;
  display: flex;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  bottom: 6.2857142857%;
  transform: translate(-50%);
}
.frontview .campain .link__btn:hover {
  opacity: 0.7;
}

.section-title .icon {
  width: 57rem;
  display: flex;
  margin: auto;
  margin-bottom: 20rem;
}
.section-title .ja__txt {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.section-title .ja__txt .apply__name {
  width: 626rem;
  display: flex;
}
.section-title .ja__txt .apply__name.c01 {
  width: 516rem;
}
.section-title .ja__txt .t__lbl {
  font-weight: 900;
  font-size: 40rem;
  line-height: 1;
  letter-spacing: 0.03em;
  text-align: left;
  color: #e50012;
}
.section-title .ja__txt .t__lbl .po {
  position: relative;
}
.section-title .ja__txt .t__lbl .po:after {
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #e50012;
  position: absolute;
  left: 50%;
  top: -2rem;
  transform: translate(-50%);
}
.section-title .ja__txt .t__lbl .cb {
  font-size: 32rem;
  font-weight: bold;
}

.section-recommand {
  padding: 100rem 0;
  background: #fff5e6;
}
.section-recommand .recommand__items {
  max-width: 990rem;
  width: 95%;
  margin: auto;
  margin-top: 40rem;
}
.section-recommand .recommand__items .r__item {
  width: 100%;
  margin-bottom: 45rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section-recommand .recommand__items .r__item:nth-child(2n) {
  flex-direction: row-reverse;
}
.section-recommand .recommand__items .r__item:nth-child(2n) .c__image {
  margin-right: 20rem;
  margin-left: 0;
}
.section-recommand .recommand__items .r__item:nth-child(2n) .content__part {
  flex-direction: row-reverse;
}
.section-recommand .recommand__items .r__item:nth-child(2n) .content__part .point {
  margin-right: 0;
  margin-left: 26rem;
}
.section-recommand .recommand__items .r__item:last-child {
  margin-bottom: 0;
}
.section-recommand .recommand__items .r__item:last-child .content__part {
  padding-top: 0;
}
.section-recommand .recommand__items .r__item .content__part {
  padding-top: 40rem;
  display: flex;
  align-items: flex-start;
}
.section-recommand .recommand__items .r__item .content__part .point {
  width: 66rem;
  margin-right: 26rem;
  margin-top: 10rem;
  display: flex;
}
.section-recommand .recommand__items .r__item .content__part .content__text {
  width: 460rem;
}
.section-recommand .recommand__items .r__item .content__part .content__text .t__lbl {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 32rem;
  letter-spacing: 0;
  line-height: 56rem;
  text-align: left;
  color: #333;
}
.section-recommand .recommand__items .r__item .content__part .content__text .c__txt {
  font-weight: normal;
  font-size: 18rem;
  letter-spacing: 0.05em;
  line-height: 36rem;
  margin-top: 15rem;
  text-align: left;
  color: #333;
}
.section-recommand .recommand__items .r__item .c__image {
  width: 400rem;
  margin-left: 20rem;
  display: flex;
}

.section-do {
  padding: 150rem 0;
  background: white;
  position: relative;
  text-align: center;
}
.section-do .bg {
  width: 725rem;
  display: flex;
  position: absolute;
  left: 0;
  top: 60rem;
}
.section-do .bg__gap {
  width: 413rem;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 127rem;
}
.section-do .do__items {
  max-width: 1120rem;
  width: 95%;
  margin: auto;
  margin-top: 50rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.section-do .do__items .gap01 {
  width: 77rem;
  display: flex;
  position: absolute;
  left: 15rem;
  top: -70rem;
  z-index: -1;
}
.section-do .do__items .gap02 {
  width: 80rem;
  display: flex;
  position: absolute;
  right: 15rem;
  top: -60rem;
  z-index: 0;
}
.section-do .do__items .gap03 {
  width: 238rem;
  display: flex;
  position: absolute;
  right: 0;
  bottom: -130rem;
  z-index: 0;
}
.section-do .do__items .gap04 {
  width: 157rem;
  display: flex;
  position: absolute;
  left: 15rem;
  bottom: -50rem;
  z-index: 0;
}
.section-do .do__items .d__item {
  width: 25%;
  padding: 10rem;
}
.section-do .do__items .d__item:first-child .d__inner {
  padding-top: 20rem;
}
.section-do .do__items .d__item:first-child .d__inner .icon {
  width: 100rem;
}
.section-do .do__items .d__item:first-child .d__inner .c__lbl {
  margin-top: 16rem;
}
.section-do .do__items .d__item .d__inner {
  width: 100%;
  height: 179rem;
  padding-top: 32rem;
  border-radius: 12rem;
  background: #fff;
  border: 1rem solid #eee;
  box-shadow: 0.71rem 0.71rem 6rem rgba(221, 221, 221, 0.4);
}
.section-do .do__items .d__item .d__inner .icon {
  width: 80rem;
  margin: auto;
  display: flex;
}
.section-do .do__items .d__item .d__inner .c__lbl {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 26rem;
  text-align: center;
  color: #000;
}
.section-do .t__txt {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 52rem;
  letter-spacing: 0.1em;
  line-height: 91rem;
  margin-top: 90rem;
  text-align: left;
  color: #e50012;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.section-do .t__txt:after {
  content: "";
  width: 100%;
  height: 16rem;
  background: #fbcd44;
  position: absolute;
  left: 0;
  bottom: 15rem;
  z-index: -1;
}

.section-safe {
  width: 100%;
  height: auto;
  padding: 160rem 0;
  background: #fff5e6;
}
.section-safe .ttl {
  width: 788rem;
  display: flex;
  margin: auto;
}
.section-safe .safe__items {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  margin-top: 80rem;
  display: flex;
  justify-content: center;
}
.section-safe .safe__items .s__item {
  width: 350rem;
  height: 441rem;
  margin: 0 12rem;
  padding: 50rem 20rem;
  border-radius: 12rem;
  background: #fff;
  position: relative;
}
.section-safe .safe__items .s__item:nth-child(2) {
  animation-delay: 0.3s;
}
.section-safe .safe__items .s__item:nth-child(2) .icon {
  width: 187rem;
  bottom: 44rem;
}
.section-safe .safe__items .s__item:nth-child(3) {
  animation-delay: 0.6s;
}
.section-safe .safe__items .s__item:nth-child(3) .icon {
  width: 136rem;
  bottom: 61rem;
}
.section-safe .safe__items .s__item .check {
  width: 48rem;
  display: flex;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.section-safe .safe__items .s__item .icon {
  width: 136rem;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 32rem;
  transform: translate(-50%);
}
.section-safe .safe__items .s__item .t__lbl {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 20rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  text-align: center;
  color: #e50012;
}
.section-safe .safe__items .s__item .c__txt {
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 26rem;
  margin-top: 10rem;
  text-align: left;
  color: #333;
}

.section-caption {
  padding: 128rem 0;
}
.section-caption .caption__wrapper {
  max-width: 1100rem;
  width: 95%;
  height: auto;
  margin: auto;
  border-radius: 20rem;
  padding: 15rem;
  background: #fff;
  border: 4rem solid #f00;
}
.section-caption .caption__wrapper .caption__inner {
  width: 100%;
  height: auto;
  padding: 33rem 0;
  border-radius: 18rem;
  background: #fffbe7;
  border: 1rem solid #f00;
}
.section-caption .caption__wrapper .caption__inner .c__banner {
  width: 960rem;
  display: flex;
  margin: auto;
}
.section-caption .caption__wrapper .caption__inner .term__banner {
  width: 570rem;
  display: flex;
  margin: auto;
  margin-top: 32rem;
}
.section-caption .caption__wrapper .caption__inner .caption__ttl {
  width: 920rem;
  display: flex;
  margin: auto;
  margin-top: 72rem;
}
.section-caption .caption__wrapper .caption__inner .step__items {
  margin-top: 40rem;
  display: flex;
  justify-content: center;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item {
  width: 280rem;
  margin: 0 2%;
  position: relative;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item:nth-child(2) {
  animation-delay: 0.3s;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item:nth-child(3) {
  animation-delay: 0.6s;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item .arrow {
  width: 195rem;
  display: flex;
  position: absolute;
  top: 7px;
  right: -120rem;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item .step__lbl {
  width: 115rem;
  display: flex;
  margin: auto;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item h2 {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 20rem;
  letter-spacing: 0.03em;
  line-height: 30rem;
  margin-top: 25rem;
  text-align: center;
  color: #e50012;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item .c__txt {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 26rem;
  margin-top: 10rem;
  text-align: center;
  color: #333;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item .bacode__items {
  margin-top: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item .bacode__items .app__items .app {
  width: 109rem;
  display: flex;
  margin: auto;
  transition: 0.3s;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item .bacode__items .app__items .app:hover {
  opacity: 0.7;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item .bacode__items .app__items .google {
  width: 135rem;
  margin-top: 4rem;
  display: flex;
  transition: 0.3s;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item .bacode__items .app__items .google:hover {
  opacity: 0.7;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item .bacode__items .barcode {
  width: 84rem;
  margin-left: 20rem;
  display: flex;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item .note__text {
  width: 100%;
  height: auto;
  margin-top: 20rem;
  padding: 10rem;
  background: #fff;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item .note__text p {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: normal;
  font-size: 12rem;
  line-height: 20rem;
  text-align: justify;
  color: #333;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item .phone {
  width: 180rem;
  margin: auto;
  margin-top: 15rem;
  display: flex;
}
.section-caption .caption__wrapper .caption__inner .step__items .s__item .gift {
  width: 200rem;
  margin: auto;
  margin-top: 32rem;
  display: flex;
}
.section-caption .caption__wrapper .caption__inner .note__txt {
  font-weight: bold;
  font-size: 20rem;
  letter-spacing: 0.05em;
  line-height: 26rem;
  margin-top: 40rem;
  text-align: center;
  color: #e50012;
}
.section-caption .caption__wrapper .caption__inner .note__frame {
  width: 920rem;
  height: auto;
  margin: auto;
  margin-top: 45rem;
  border-radius: 12rem;
  overflow: hidden;
  background: #fff;
}
.section-caption .caption__wrapper .caption__inner .note__frame .header__part {
  width: 100%;
  height: 80rem;
  border-radius: 12rem 12rem 0rem 0rem;
  background: #ef6078;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-caption .caption__wrapper .caption__inner .note__frame .header__part .lbl {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 22rem;
  letter-spacing: 0.1em;
  line-height: 32rem;
  text-align: left;
  color: #fff;
}
.section-caption .caption__wrapper .caption__inner .note__frame .header__part .icon {
  width: 40rem;
  margin-right: 20rem;
  display: flex;
}
.section-caption .caption__wrapper .caption__inner .note__frame .note__content {
  padding: 35rem 45rem;
}
.section-caption .caption__wrapper .caption__inner .note__frame .note__content ul {
  padding-left: 15rem;
  list-style: disc;
}
.section-caption .caption__wrapper .caption__inner .note__frame .note__content ul.child {
  padding-left: 20rem;
}
.section-caption .caption__wrapper .caption__inner .note__frame .note__content ul.child li {
  margin: 0;
}
.section-caption .caption__wrapper .caption__inner .note__frame .note__content ul li {
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 26rem;
  margin: 8rem 0;
  text-align: left;
  color: #333;
}

.section-faq {
  padding: 145rem 0;
  background: #fff5e6;
}
.section-faq .ttl {
  width: 440rem;
  display: flex;
  margin: auto;
}
.section-faq .faq__items {
  max-width: 1100rem;
  width: 95%;
  margin: auto;
  margin-top: 46rem;
}
.section-faq .faq__items .f__item {
  width: 100%;
  border-radius: 12rem;
  overflow: hidden;
  background: #fff;
  border: 1rem solid #f00;
  margin-bottom: 40rem;
}
.section-faq .faq__items .f__item:last-child {
  margin-bottom: 0;
}
.section-faq .faq__items .f__item {
  cursor: pointer;
}
.section-faq .faq__items .f__item .q__title {
  width: 100%;
  height: auto;
  padding: 20rem 48rem;
  background: #e50012;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.section-faq .faq__items .f__item .q__title.open .arrow {
  transform: rotate(180deg);
}
.section-faq .faq__items .f__item .q__title .arrow {
  width: 21rem;
  display: flex;
  position: absolute;
  right: 48rem;
  top: 31rem;
  transition: 0.3s;
}
.section-faq .faq__items .f__item .q__title .q__lbl {
  width: 32rem;
  margin-right: 25rem;
  display: flex;
}
.section-faq .faq__items .f__item .q__title .q__txt {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 20rem;
  letter-spacing: 0.05em;
  line-height: 32rem;
  text-align: left;
  color: #fff;
}
.section-faq .faq__items .f__item .a__box {
  padding: 20rem 48rem;
  display: none;
}
.section-faq .faq__items .f__item .a__box .a__inner {
  display: flex;
  align-items: flex-start;
}
.section-faq .faq__items .f__item .a__box .a__inner .a__lbl {
  width: 32rem;
  margin-right: 24rem;
  display: flex;
}
.section-faq .faq__items .f__item .a__box .a__inner .a__txt {
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 26rem;
  text-align: left;
  color: #333;
}
.section-faq .faq__items .f__item .a__box .a__inner .a__txt a {
  color: #333;
  text-decoration: underline;
  transition: 0.3s;
}
.section-faq .faq__items .f__item .a__box .a__inner .a__txt a:hover {
  opacity: 0.7;
}
.section-faq .note__frame {
  max-width: 1100rem;
  width: 95%;
  height: auto;
  margin: auto;
  margin-top: 65rem;
  border-radius: 12rem;
  overflow: hidden;
  background: #ffe6ea;
}
.section-faq .note__frame .header__part {
  width: 100%;
  height: 80rem;
  border-radius: 12rem 12rem 0rem 0rem;
  background: #ef6078;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-faq .note__frame .header__part .lbl {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: 800;
  font-size: 22rem;
  letter-spacing: 0.1em;
  line-height: 32rem;
  text-align: left;
  color: #fff;
}
.section-faq .note__frame .header__part .icon {
  width: 40rem;
  margin-right: 20rem;
  display: flex;
}
.section-faq .note__frame .note__content {
  padding: 45rem;
}
.section-faq .note__frame .note__content ul {
  padding-left: 15rem;
  list-style: disc;
}
.section-faq .note__frame .note__content ul.child {
  padding-left: 20rem;
}
.section-faq .note__frame .note__content ul.child li {
  margin: 0;
}
.section-faq .note__frame .note__content ul li {
  font-weight: normal;
  font-size: 16rem;
  letter-spacing: 0.05em;
  line-height: 26rem;
  margin: 8rem 0;
  text-align: left;
  color: #333;
}

footer {
  width: 100%;
  background: #3A3A3A;
  padding: 20rem 40rem 150rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-feature-settings: "palt" off;
}
footer .cp__text {
  font-size: 14rem;
  line-height: 1.6;
  color: white;
  font-weight: 400;
}
footer .cp__info {
  margin-left: 30rem;
  white-space: nowrap;
}
footer .cp__info .code {
  font-size: 14rem;
  line-height: 1.6;
  color: white;
  font-weight: 500;
}
footer .cp__info .copyright {
  font-size: 11rem;
  line-height: 1.6;
  margin-top: 6rem;
  color: white;
}

.fixed__banner {
  width: 100%;
  padding: 5rem 0;
  background: #e50012;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.fixed__banner.fixed {
  display: flex;
  animation: fadeIn 0.3s forwards;
}
.fixed__banner .download {
  width: 220rem;
  height: 40rem;
  border-radius: 20rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed__banner .download span {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 16rem;
  letter-spacing: 0.03em;
  line-height: 28rem;
  text-align: left;
  color: #e50012;
}
.fixed__banner .line {
  width: 1rem;
  height: 104rem;
  margin: 0 27rem;
  background: #fff;
}
.fixed__banner .app__txt {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: bold;
  font-size: 16rem;
  line-height: 28rem;
  text-align: left;
  color: #fff;
}
.fixed__banner .bacode__items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed__banner .bacode__items .app__items .app {
  width: 109rem;
  display: flex;
  margin: auto;
  transition: 0.3s;
}
.fixed__banner .bacode__items .app__items .app:hover {
  opacity: 0.7;
}
.fixed__banner .bacode__items .app__items .google {
  width: 135rem;
  margin-top: 4rem;
  display: flex;
  transition: 0.3s;
}
.fixed__banner .bacode__items .app__items .google:hover {
  opacity: 0.7;
}
.fixed__banner .bacode__items .barcode {
  width: 84rem;
  margin-left: 20rem;
  display: flex;
}
.fixed__banner .bacode__items .note__text {
  width: 360rem;
  height: auto;
  margin-left: 15rem;
  padding: 10rem;
  background: #fff;
}
.fixed__banner .bacode__items .note__text p {
  font-family: "LINE Seed JP", sans-serif;
  font-weight: normal;
  font-size: 12rem;
  line-height: 20rem;
  text-align: left;
  color: #333;
}
.fixed__banner .banner {
  width: 400rem;
  display: flex;
  transition: 0.3s;
}
.fixed__banner .banner:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1370px) {
  .fixed__banner {
    padding: 5rem 20rem;
  }
  .fixed__banner .banner {
    width: 25%;
  }
  .fixed__banner .download span {
    font-size: 1.2vw;
  }
  .fixed__banner .download {
    width: 16vw;
    height: 3vw;
  }
  .fixed__banner .bacode__items .note__text {
    width: 29vw;
  }
  .fixed__banner .bacode__items .note__text p {
    font-size: 0.95vw;
  }
  .fixed__banner .app__txt {
    font-size: 1.2vw;
  }
  .fixed__banner .bacode__items .barcode {
    width: 7vw;
  }
  .fixed__banner .line {
    margin: 0 1.5vw;
  }
  .fixed__banner .bacode__items .app__items .app {
    width: 9vw;
  }
  .fixed__banner .bacode__items .app__items .google {
    width: 12vw;
  }
}
@media screen and (max-width: 1100px) {
  html {
    font-size: 0.8px;
  }
  .section-caption .caption__wrapper .caption__inner .note__frame {
    width: 94%;
  }
  .section-caption .caption__wrapper .caption__inner .caption__ttl {
    width: 94%;
  }
  .section-caption .caption__wrapper .caption__inner .c__banner {
    width: 93%;
  }
  .fixed__banner .download {
    width: 20vw;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item .arrow {
    width: 68%;
    right: -10vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 0.1333333vw;
  }
  header {
    width: 100%;
    height: 100rem;
    padding: 0 30rem;
  }
  .frontview .campain {
    width: 580rem;
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 72rem;
    transform: translate(-50%);
  }
  .frontview .campain .link__btn {
    width: 540rem;
  }
  .section-recommand {
    padding: 150rem 0;
  }
  .section-title .icon {
    width: 89rem;
    margin-bottom: 30rem;
  }
  .section-title .ja__txt .apply__name {
    width: 430rem;
    margin: auto;
  }
  .section-title .ja__txt {
    display: block;
  }
  .section-title .ja__txt .t__lbl {
    font-size: 52rem;
    line-height: 1;
    letter-spacing: 0.03em;
    text-align: center;
    display: block;
    margin-top: 30rem;
  }
  .section-title .ja__txt .t__lbl .po:after {
    width: 7rem;
    height: 7rem;
    top: -1rem;
  }
  .section-recommand .recommand__items {
    width: 690rem;
    margin: auto;
    margin-top: 55rem;
  }
  .section-recommand .recommand__items .r__item {
    margin-bottom: 55rem;
    display: block;
  }
  .section-recommand .recommand__items .r__item .content__part .content__text {
    width: 590rem;
  }
  .section-recommand .recommand__items .r__item .content__part .content__text .t__lbl {
    font-size: 40rem;
    letter-spacing: 0;
    line-height: 70rem;
  }
  .section-recommand .recommand__items .r__item .content__part .content__text .c__txt {
    font-size: 28rem;
    letter-spacing: 0.05em;
    line-height: 56rem;
  }
  .section-recommand .recommand__items .r__item .c__image {
    width: 480rem;
    margin: auto;
    margin-top: 25rem;
  }
  .section-recommand .recommand__items .r__item:nth-child(2n) .content__part {
    flex-direction: row;
  }
  .section-recommand .recommand__items .r__item .content__part {
    justify-content: space-between;
  }
  .section-recommand .recommand__items .r__item:nth-child(2n) .content__part .point {
    margin-right: 0;
    margin-left: 0;
  }
  .section-do .do__items {
    width: 704rem;
    margin: auto;
    margin-top: 70rem;
  }
  .section-do .do__items .d__item {
    width: 33.3333333333%;
    padding: 7rem;
  }
  .section-do .do__items .d__item .d__inner .c__lbl {
    font-size: 22rem;
  }
  .section-do .bg {
    width: 618rem;
    top: 108rem;
  }
  .section-do .bg__gap {
    width: 313rem;
    bottom: 149rem;
  }
  .section-do .t__txt {
    font-size: 56rem;
    letter-spacing: 0.1em;
    line-height: 91rem;
    margin-top: 123rem;
  }
  .section-safe .ttl {
    width: 720rem;
  }
  .section-safe .safe__items {
    width: 690rem;
    margin: auto;
    margin-top: 108rem;
    display: block;
  }
  .section-safe .safe__items .s__item {
    width: 100%;
    height: auto;
    margin: 0 0 90rem;
    padding: 60rem 30rem 40rem 270rem;
  }
  .section-safe .safe__items .s__item:last-child {
    margin-bottom: 0;
  }
  .section-safe .safe__items .s__item .check {
    width: 72rem;
  }
  .section-safe .safe__items .s__item .t__lbl {
    font-size: 28rem;
    letter-spacing: 0.05em;
    line-height: 40rem;
    text-align: left;
  }
  .section-safe .safe__items .s__item .c__txt {
    font-size: 26rem;
    letter-spacing: 0.05em;
    line-height: 40rem;
    margin-top: 15rem;
  }
  .section-safe .safe__items .s__item .icon {
    width: 125rem;
    display: flex;
    position: absolute;
    left: 87rem;
    bottom: 90rem;
    transform: unset;
  }
  .section-safe .safe__items .s__item:nth-child(2) .icon {
    width: 207rem;
    bottom: 50rem;
    left: 24rem;
  }
  .section-safe .safe__items .s__item:nth-child(3) .icon {
    width: 169rem;
    bottom: 68rem;
    left: 43rem;
  }
  .section-caption .caption__wrapper {
    width: 690rem;
    padding: 10rem;
  }
  .section-caption .caption__wrapper .caption__inner {
    padding: 58rem 0;
  }
  .section-caption .caption__wrapper .caption__inner .c__banner {
    width: 640rem;
  }
  .section-caption .caption__wrapper .caption__inner .term__banner {
    width: 628rem;
    margin-top: 50rem;
  }
  .section-caption .caption__wrapper .caption__inner .caption__ttl {
    width: 630rem;
  }
  .section-caption .caption__wrapper .caption__inner .step__items {
    margin-top: 56rem;
    display: block;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item {
    width: 578rem;
    margin: auto;
    padding-left: 40rem;
    margin-bottom: 60rem;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item:nth-child(2) {
    margin-bottom: 100rem;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item:nth-child(2) .arrow {
    width: 30rem;
    top: 70rem;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item .step__lbl {
    width: 242rem;
    display: flex;
    margin: 0;
    margin-left: -40rem;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item h2 {
    font-size: 32rem;
    letter-spacing: 0.03em;
    line-height: 1.5;
    margin-top: 40rem;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item .c__txt {
    font-size: 26rem;
    letter-spacing: 0.03em;
    line-height: 1.4;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item .bacode__items {
    display: block;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item .bacode__items .app__items .app {
    width: 330rem;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item .bacode__items .app__items .google {
    width: 340rem;
    margin: auto;
    margin-top: 20rem;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item .bacode__items .barcode {
    display: none;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item .note__text {
    width: 520rem;
    height: auto;
    margin: auto;
    margin-top: 25rem;
    padding: 15rem;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item .note__text p {
    font-size: 22rem;
    line-height: 32rem;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item .arrow {
    width: 35rem;
    right: auto;
    left: 15rem;
    top: 90rem;
  }
  .section-caption .caption__wrapper .caption__inner .note__txt {
    font-size: 32rem;
    line-height: 48rem;
    margin-top: 42rem;
  }
  .section-caption .caption__wrapper .caption__inner .note__frame {
    width: 630rem;
  }
  .section-caption .caption__wrapper .caption__inner .note__frame .header__part .icon {
    width: 51rem;
  }
  .section-caption .caption__wrapper .caption__inner .note__frame .header__part {
    height: 96rem;
  }
  .section-caption .caption__wrapper .caption__inner .note__frame .note__content ul li {
    font-size: 26rem;
    letter-spacing: 0.05em;
    line-height: 38rem;
  }
  .section-faq .ttl {
    width: 450rem;
  }
  .section-faq .faq__items {
    width: 690rem;
    margin: auto;
    margin-top: 70rem;
  }
  .section-faq .faq__items .f__item .q__title {
    padding: 30rem;
  }
  .section-faq .faq__items .f__item .q__title .q__txt {
    width: 83%;
    font-size: 26rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
  .section-faq .faq__items .f__item .q__title .arrow {
    width: 22rem;
    right: 38rem;
    top: 42rem;
  }
  .section-faq .faq__items .f__item .a__box {
    padding: 30rem;
  }
  .section-faq .faq__items .f__item .a__box .a__inner .a__txt {
    width: 89%;
    font-size: 24rem;
    letter-spacing: 0.05em;
    line-height: 38rem;
  }
  .section-faq .note__frame {
    width: 690rem;
  }
  .section-faq .note__frame .header__part .icon {
    width: 50rem;
  }
  .section-faq .note__frame .header__part .lbl {
    font-size: 32rem;
  }
  .section-faq .note__frame .header__part {
    height: 96rem;
  }
  .section-faq .note__frame .note__content p {
    font-size: 26rem;
    letter-spacing: 0.05em;
    line-height: 38rem;
    text-align: justify;
  }
  footer {
    padding: 40rem 20rem;
    display: block;
  }
  footer .cp__text {
    font-size: 22rem;
  }
  footer .cp__info {
    margin-left: 0;
    margin-top: 25rem;
  }
  footer .cp__info .code {
    font-size: 22rem;
    text-align: center;
  }
  footer .cp__info .copyright {
    font-size: 18rem;
    text-align: center;
  }
  .fixed__banner.fixed {
    display: block;
    padding: 20rem 0;
  }
  .fixed__banner .download {
    width: 353rem;
    height: 36rem;
    margin: auto;
  }
  .fixed__banner .download span {
    font-size: 24rem;
  }
  .fixed__banner .app__txt {
    font-size: 22rem;
    line-height: 1.5;
    text-align: center;
    margin-top: 12rem;
  }
  .fixed__banner .bacode__items .app__items {
    margin-top: 15rem;
    display: flex;
    align-items: center;
  }
  .fixed__banner .bacode__items .app__items .app {
    width: 160rem;
  }
  .fixed__banner .bacode__items .app__items .google {
    width: 202rem;
    margin-left: 40rem;
  }
  footer {
    padding: 40rem 20rem 250rem;
  }
  .fixed__banner .banner {
    width: 180rem;
    position: fixed;
    right: 0;
    top: 130rem;
    z-index: 3;
  }
  .section-recommand .recommand__items .r__item:nth-child(2n) .c__image {
    margin: auto;
    margin-top: 25rem;
  }
  .section-faq .note__frame .note__content ul li {
    font-size: 26rem;
    letter-spacing: 0.05em;
    line-height: 38rem;
  }
  .section-title .ja__txt .apply__name.c01 {
    width: 436rem;
  }
  .section-caption .caption__wrapper .caption__inner .note__frame .header__part .lbl {
    font-size: 32rem;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item .phone {
    width: 300rem;
    margin-top: 32rem;
  }
  .section-caption .caption__wrapper .caption__inner .step__items .s__item .gift {
    width: 380rem;
  }
}/*# sourceMappingURL=style.css.map */
