@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lusitana:wght@700&display=swap");
.f-mincho {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
}

.f-lusitana {
  font-family: "Lusitana", serif;
  font-weight: 700;
  font-style: normal;
}

:root {
  --bc-pink: #ff7a95;
  --bc-orange: #ffb696;
}

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

@media screen and (max-width: 500px) {
  .pc2 {
    display: none;
  }
}

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

@media screen and (min-width: 501px) {
  .sp2 {
    display: none;
  }
}

.ov {
  transition: 0.3s;
}
.ov:hover {
  opacity: 0.75;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
header a.logo {
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  padding: 12px 15px;
  background-color: #fff;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  header a.logo {
    border-radius: 0 0 10px 0;
  }
}
@media screen and (max-width: 768px) {
  header a.logo {
    width: calc(100% - 60px);
    height: 60px;
    padding: 10px 12px;
    font-size: 20px;
  }
}
header .navTgl {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: linear-gradient(90deg, var(--bc-pink) 0%, var(--bc-orange) 100%);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  header .navTgl {
    width: 60px;
    height: 60px;
  }
}
header .navTgl i {
  position: relative;
}
header .navTgl i, header .navTgl i::before, header .navTgl i::after {
  width: 50px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  header .navTgl i, header .navTgl i::before, header .navTgl i::after {
    width: 40px;
  }
}
header .navTgl i::before, header .navTgl i::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
header .navTgl i::before {
  top: -12px;
}
@media screen and (max-width: 768px) {
  header .navTgl i::before {
    top: -8px;
  }
}
header .navTgl i::after {
  bottom: -12px;
}
@media screen and (max-width: 768px) {
  header .navTgl i::after {
    bottom: -8px;
  }
}
header .navTgl.ex {
  background: none;
}
header .navTgl.ex i {
  background-color: transparent;
}
header .navTgl.ex i::before, header .navTgl.ex i::after {
  background: linear-gradient(90deg, var(--bc-pink) 0%, var(--bc-orange) 100%);
}
header .navTgl.ex i::before {
  top: 0;
  rotate: 45deg;
}
header .navTgl.ex i::after {
  bottom: 0;
  rotate: -45deg;
}
header .navTgl:not(.ex) + nav {
  translate: 100% 0;
}
header nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  max-width: 450px;
  width: 80%;
  min-height: 100vh;
  padding: 10vh 45px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  header nav {
    max-width: 100%;
    width: 100%;
    padding: 10vh 5%;
  }
}
header nav ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px 0;
  margin-bottom: 20px;
}
header nav ul li {
  padding-bottom: 2px;
  background: linear-gradient(90deg, var(--bc-pink) 0%, var(--bc-orange) 100%);
}
header nav ul li a {
  display: flex;
  align-items: center;
  gap: 0 8px;
  padding: 7px 0;
  background-color: #fff;
  font-weight: bold;
}
header nav ul li a::before {
  content: "";
  width: 23px;
  height: 23px;
  aspect-ratio: 1/1;
  background: url(../img/icn_arw.png) no-repeat center center/contain;
}
header nav a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  max-width: 310px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  line-height: 60px;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  header nav a.btn {
    line-height: 1.2;
    font-size: 15px;
  }
}
header nav a.btn.numLess {
  background: linear-gradient(45deg, #ff3640 0%, #fc830d 100%);
  color: #fff;
}
header nav a.btn.numLess::before {
  content: "";
  max-width: 38px;
  width: 100%;
  aspect-ratio: 19/12;
  background-color: #fff;
  -webkit-mask-image: url(../img/icn_ex.svg);
          mask-image: url(../img/icn_ex.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
header nav a.btn:not(.numLess) {
  border: 3px solid #fc830d;
  color: #fc830d;
}
header nav a.btn:not(.numLess)::before {
  content: "";
  max-width: 38px;
  width: 100%;
  aspect-ratio: 19/12;
  background-color: #fc830d;
  -webkit-mask-image: url(../img/icn_ex.svg);
          mask-image: url(../img/icn_ex.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
header nav a.btn span, header nav a.btn strong {
  font-weight: bold;
}
header nav a.btn strong {
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  header nav a.btn strong {
    font-size: 18px;
  }
}

main {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  main {
    padding-top: 60px;
  }
}
main section.mv {
  max-width: 1440px;
  width: calc(100% - 60px);
  margin: 0 auto 50px;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  main section.mv {
    width: 100%;
    margin-bottom: 40px;
  }
}
main section.mv .slick-track {
  display: flex;
}
main section.mv ul.slick-dots {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 20px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  main section.mv ul.slick-dots {
    justify-content: center;
    padding-top: 15px;
  }
}
main section.mv ul.slick-dots li.slick-active button, main section.mv ul.slick-dots li button:hover {
  background-color: #eb6255;
}
main section.mv ul.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #f9d0cc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  font-size: 0;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}
main section#campaign {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
  background: linear-gradient(90deg, var(--bc-pink) 0%, #f6b469 100%) center center;
}
@media screen and (max-width: 768px) {
  main section#campaign {
    margin-bottom: 60px;
  }
}
main section#campaign::before {
  content: "";
  width: 100%;
  padding-top: 8.133%;
  background: #fff url(../img/campaign_top.png) no-repeat center top/cover;
}
@media screen and (max-width: 768px) {
  main section#campaign::before {
    padding-top: 12.2%;
  }
}
main section#campaign::after {
  content: "";
  width: 100%;
  padding-top: 10.466%;
  background: #fff url(../img/campaign_btm.png) no-repeat center bottom/cover;
}
@media screen and (max-width: 768px) {
  main section#campaign::after {
    padding-top: 10.2%;
  }
}
main section#campaign .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1500px;
  width: 90%;
  margin: 0 auto;
}
main section#campaign .inner picture.cpImg {
  margin-bottom: 40px;
}
main section#campaign .inner .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  color: #fff;
}
@media screen and (max-width: 500px) {
  main section#campaign .inner .ttl {
    flex-direction: column;
    gap: 12px 0;
    margin-bottom: 28px;
  }
}
main section#campaign .inner .ttl p.free {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 125px;
  border-radius: 45% 60% 45% 65%;
  background-color: #ea595b;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .ttl p.free {
    width: 100px;
    height: 100px;
    font-size: 16px;
  }
}
main section#campaign .inner .ttl p.free::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  translate: -5% 3%;
}
main section#campaign .inner .ttl hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main section#campaign .inner .ttl hgroup h1 {
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .ttl hgroup h1 {
    font-size: 34px;
  }
}
@media screen and (max-width: 500px) {
  main section#campaign .inner .ttl hgroup h1 {
    font-size: 24px;
  }
}
main section#campaign .inner .ttl hgroup p {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .ttl hgroup p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  main section#campaign .inner .ttl hgroup p {
    font-size: 16px;
  }
}
main section#campaign .inner p.serif {
  margin-bottom: 25px;
  padding: 8px 25px 12px;
  border-radius: 100px;
  background-color: #fff;
  line-height: 1.2;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section#campaign .inner p.serif {
    text-align: center;
    font-size: 18px;
    padding: 5px 25px 10px;
  }
}
main section#campaign .inner p.serif::after {
  content: "";
  border-top: 10px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  left: calc(50% - 7px);
  bottom: -10px;
}
main section#campaign .inner p.serif, main section#campaign .inner p.serif * {
  font-weight: bold;
}
main section#campaign .inner p.serif em {
  color: #eb6255;
  font-size: 24px;
}
main section#campaign .inner p.serif em:nth-of-type(2) {
  font-size: 23px;
}
main section#campaign .inner p.serif em i {
  font-size: max(16px, 0.83em);
}
main section#campaign .inner .tblWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  width: 100%;
  padding: 40px 10px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .tblWrap {
    padding: 35px min(5%, 20px);
  }
}
main section#campaign .inner .tblWrap .tm1 {
  background-color: #f7a13f;
}
main section#campaign .inner .tblWrap .tm2 {
  background-color: #ff7b95;
}
main section#campaign .inner .tblWrap .tm3 {
  background-color: #eb6255;
}
main section#campaign .inner .tblWrap .tblHead {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .tblWrap .tblHead {
    display: flex;
    flex-direction: column;
    gap: 25px 0;
    margin-bottom: 40px;
  }
}
main section#campaign .inner .tblWrap .tblHead .tblHeadCnt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 15px 0;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  main section#campaign .inner .tblWrap .tblHead .tblHeadCnt {
    border-left: 1px solid rgba(236, 109, 109, 0.15);
    border-right: 1px solid rgba(236, 109, 109, 0.15);
  }
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .tblWrap .tblHead .tblHeadCnt {
    padding: 0 5% 25px;
    border-bottom: 1px solid rgba(236, 109, 109, 0.15);
  }
}
main section#campaign .inner .tblWrap .tblHead .tblHeadCnt:nth-of-type(1) {
  border-left: none;
}
main section#campaign .inner .tblWrap .tblHead .tblHeadCnt:nth-last-of-type(1) {
  border-right: none;
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .tblWrap .tblHead .tblHeadCnt:nth-last-of-type(1) {
    border-bottom: none;
  }
}
main section#campaign .inner .tblWrap .tblHead .tblHeadCnt p.num {
  width: 100%;
  border-radius: 20px;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .tblWrap .tblHead .tblHeadCnt p.num {
    font-size: 20px;
  }
}
main section#campaign .inner .tblWrap .tblHead .tblHeadCnt h2.terms {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .tblWrap .tblHead .tblHeadCnt h2.terms {
    font-size: 20px;
  }
}
main section#campaign .inner .tblWrap .tblHead .tblHeadCnt .period {
  width: 100%;
  padding: 15px 10px;
  border-radius: 4px;
  background-color: #fff;
  line-height: 1.6;
}
main section#campaign .inner .tblWrap .tblHead .tblHeadCnt .period span {
  color: #eb6255;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .tblWrap .tblHead .tblHeadCnt .period span {
    font-size: 16px;
  }
  main section#campaign .inner .tblWrap .tblHead .tblHeadCnt .period span p {
    font-size: 15px;
  }
}
main section#campaign .inner .tblWrap table {
  width: calc(100% - 60px);
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .tblWrap table {
    width: 95%;
  }
}
main section#campaign .inner .tblWrap table tr:nth-of-type(odd) {
  background-color: rgba(236, 109, 109, 0.15);
}
main section#campaign .inner .tblWrap table th, main section#campaign .inner .tblWrap table td {
  width: 33.3333333333%;
  padding: 5px;
  vertical-align: middle;
}
main section#campaign .inner .tblWrap table th {
  min-height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .tblWrap table th {
    font-size: min(3.5vw, 18px);
  }
}
main section#campaign .inner .tblWrap table th:nth-of-type(1) {
  border-radius: 4px 0 0 4px;
}
main section#campaign .inner .tblWrap table th:nth-last-of-type(1) {
  border-radius: 0 4px 4px 0;
}
main section#campaign .inner .tblWrap table td {
  height: 60px;
  text-align: center;
  font-size: 24px;
}
main section#campaign .inner .tblWrap table td em {
  font-size: max(12px, 0.65em);
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .tblWrap table td {
    font-size: min(4vw, 20px);
  }
}
main section#campaign .inner .tblWrap .note {
  width: calc(100% - 60px);
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .tblWrap .note {
    width: 95%;
    margin-top: 25px;
  }
}
main section#campaign .inner .tblWrap .note.how h3 {
  color: #eb6255;
}
main section#campaign .inner .tblWrap .note h3 {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .tblWrap .note h3 {
    gap: 0 12px;
    margin-bottom: 8px;
    font-size: 18px;
  }
}
main section#campaign .inner .tblWrap .note h3::after {
  content: "";
  height: 2px;
  flex-grow: 1;
  background-color: currentColor;
}
@media screen and (max-width: 768px) {
  main section#campaign .inner .tblWrap .note p, main section#campaign .inner .tblWrap .note li {
    font-size: 14px;
  }
}
main section#campaign .inner .tblWrap .note li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
main section#campaign .inner .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 90%;
  height: 60px;
  margin: 40px 0;
  border: 2px solid #eb6255;
  border-radius: 30px;
  background-color: #fff;
  color: #eb6255;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
main section#campaign .inner .btn.ex::after {
  translate: 0 -25%;
  rotate: -135deg;
}
main section#campaign .inner .btn:hover {
  background-color: #eb6255;
  color: #fff;
}
main section#campaign .inner .btn::after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  rotate: 45deg;
  transition: 0.3s;
}
main section.lead {
  padding-bottom: 80px;
  background: url(../img/lead_bg.png) no-repeat center bottom/100% auto;
}
@media screen and (max-width: 768px) {
  main section.lead {
    background-position-y: top calc(120px + 65vw);
  }
}
@media screen and (max-width: 500px) {
  main section.lead {
    background-position-y: top calc(150px + 70vw);
  }
}
main section.lead hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
  margin-bottom: 80px;
  padding: 0 5%;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section.lead hgroup {
    gap: 12px 0;
    margin-bottom: 48px;
  }
}
main section.lead hgroup p {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.lead hgroup p {
    font-size: 18px;
  }
}
main section.lead hgroup h2 {
  font-size: 52px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.lead hgroup h2 {
    font-size: 24px;
  }
}
main section.lead .inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
main section.lead .inner .movWrap {
  max-width: 960px;
  margin: 0 auto 50px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  main section.lead .inner .cntWrap {
    padding-bottom: 55.5%;
    position: relative;
  }
  main section.lead .inner .cntWrap img {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  main section.lead .inner .cntWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
main section.lead .inner .cntWrap .txt {
  max-width: 500px;
  width: 45.5%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  main section.lead .inner .cntWrap .txt {
    max-width: 100%;
    width: 100%;
  }
}
main section.lead .inner .cntWrap .txt h3 {
  margin-bottom: 12px;
  color: #feacbd;
  font-size: 20px;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  main section.lead .inner .cntWrap .txt h3 {
    margin-bottom: 10px;
  }
}
main section.lead .inner .cntWrap .txt p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  main section.lead .inner .cntWrap .txt p {
    line-height: 1.8;
  }
}
main section[id*=point] .inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
main section[id*=point] .inner .lead {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section[id*=point] .inner .lead {
    align-items: center;
    flex-wrap: wrap;
    gap: 25px 0;
  }
}
@media screen and (max-width: 500px) {
  main section[id*=point] .inner .lead {
    flex-direction: column;
  }
}
main section[id*=point] .inner .lead .txt {
  max-width: 580px;
  width: 52%;
}
@media screen and (max-width: 768px) {
  main section[id*=point] .inner .lead .txt {
    display: contents;
  }
}
@media screen and (min-width: 769px) {
  main section[id*=point] .inner .lead .txt hgroup {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  main section[id*=point] .inner .lead .txt hgroup {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  main section[id*=point] .inner .lead .txt hgroup {
    order: 0;
  }
}
main section[id*=point] .inner .lead .txt hgroup p {
  display: flex;
  align-items: center;
  gap: 0 12px;
  margin-bottom: 40px;
  color: #eb6157;
}
@media screen and (max-width: 768px) {
  main section[id*=point] .inner .lead .txt hgroup p {
    margin-bottom: 15px;
  }
}
main section[id*=point] .inner .lead .txt hgroup p span {
  display: flex;
  flex-direction: column;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  main section[id*=point] .inner .lead .txt hgroup p span {
    font-size: 22px;
  }
}
main section[id*=point] .inner .lead .txt hgroup p span::before, main section[id*=point] .inner .lead .txt hgroup p span::after {
  content: "";
  width: 100%;
  height: 8px;
  background: url(../img/point_ttl_wave.png) no-repeat center center/auto 100%;
}
@media screen and (max-width: 768px) {
  main section[id*=point] .inner .lead .txt hgroup p span::before, main section[id*=point] .inner .lead .txt hgroup p span::after {
    height: 6px;
  }
}
main section[id*=point] .inner .lead .txt hgroup p i {
  font-size: 60px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  main section[id*=point] .inner .lead .txt hgroup p i {
    font-size: 46px;
  }
}
main section[id*=point] .inner .lead .txt hgroup p i::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff362;
  position: absolute;
  left: calc(50% - 50px);
  top: calc(50% - 50px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  main section[id*=point] .inner .lead .txt hgroup p i::before {
    width: 80px;
    height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
  }
}
main section[id*=point] .inner .lead .txt hgroup h2 {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  main section[id*=point] .inner .lead .txt hgroup h2 {
    font-size: 28px;
  }
}
main section[id*=point] .inner .lead .txt hgroup h2, main section[id*=point] .inner .lead .txt hgroup h2 * {
  font-weight: bold;
}
main section[id*=point] .inner .lead .txt p.leadTxt, main section[id*=point] .inner .lead .txt div.leadTxt > p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  main section[id*=point] .inner .lead .txt .leadTxt {
    width: 51%;
  }
}
@media screen and (max-width: 500px) {
  main section[id*=point] .inner .lead .txt .leadTxt {
    width: 100%;
    order: 2 !important;
  }
}
main section[id*=point] .inner .lead img {
  max-width: 48%;
}
@media screen and (min-width: 769px) {
  main section[id*=point] .inner .lead img {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  main section[id*=point] .inner .lead img {
    max-width: 90%;
  }
}
@media screen and (max-width: 500px) {
  main section[id*=point] .inner .lead img {
    order: 1 !important;
  }
}
main section#point01 {
  margin: -30px 0 100px;
}
@media screen and (max-width: 768px) {
  main section#point01 {
    margin: 0 0 60px;
  }
}
main section#point01 .inner .lead {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .lead {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 500px) {
  main section#point01 .inner .lead {
    margin-bottom: 55px;
  }
}
main section#point01 .inner .lead .txt hgroup h2 span.gray {
  color: #333;
}
main section#point01 .inner .lead .txt hgroup h2 span.pink {
  color: #eb6157;
}
main section#point01 .inner .lead .txt .leadTxt {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .lead .txt .leadTxt {
    order: 2;
    margin-bottom: 10px;
  }
}
main section#point01 .inner .lead .txt a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 90%;
  height: 60px;
  border: 2px solid #eb6255;
  border-radius: 30px;
  background-color: #fff;
  line-height: 1.2;
  color: #eb6255;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .lead .txt a.btn {
    order: 4;
  }
}
@media screen and (max-width: 500px) {
  main section#point01 .inner .lead .txt a.btn {
    order: 3;
    text-align: center;
    font-size: 18px;
  }
}
main section#point01 .inner .lead .txt a.btn:hover {
  background-color: #eb6255;
  color: #fff;
}
main section#point01 .inner .lead .txt a.btn i {
  width: 35px;
  border-bottom: 2px solid #eb6255;
  position: absolute;
  right: 0;
  bottom: 40%;
  translate: 50% 0;
}
main section#point01 .inner .lead .txt a.btn i::after {
  content: "";
  width: 2px;
  height: 12px;
  background-color: #eb6255;
  position: absolute;
  right: 0;
  bottom: 0;
  transform-origin: right bottom;
  rotate: -45deg;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  main section#point01 .inner .lead img {
    right: 0;
    bottom: -60px;
  }
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .lead img {
    order: 3;
  }
}
main section#point01 .inner .caseWrap {
  position: relative;
  z-index: 2;
}
main section#point01 .inner .caseWrap:nth-last-of-type(n+2) {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .caseWrap:nth-last-of-type(n+2) {
    margin-bottom: 45px;
  }
}
main section#point01 .inner .caseWrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff7a95 0%, #f6b469 100%);
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
main section#point01 .inner .caseWrap hgroup {
  display: flex;
  padding: 10px 20px;
  background-color: #eb6255;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .caseWrap hgroup {
    align-items: center;
    padding: 10px;
  }
}
main section#point01 .inner .caseWrap hgroup.ex h3 i::before {
  content: none;
}
main section#point01 .inner .caseWrap hgroup p {
  min-width: 115px;
  color: #fff362;
  font-size: 20px;
}
@media screen and (min-width: 769px) {
  main section#point01 .inner .caseWrap hgroup p {
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .caseWrap hgroup p {
    min-width: 90px;
    font-size: 18px;
  }
}
main section#point01 .inner .caseWrap hgroup p i {
  padding-left: 3px;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .caseWrap hgroup p i {
    font-size: 40px;
  }
}
main section#point01 .inner .caseWrap hgroup h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 115px);
  padding-left: 30px;
  border-left: 1px solid #fff;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .caseWrap hgroup h3 {
    padding-left: 20px;
    font-size: 24px;
  }
}
main section#point01 .inner .caseWrap hgroup h3 i {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  min-height: 50px;
  border-radius: 50%;
  background-color: #fff362;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .caseWrap hgroup h3 i {
    min-width: 40px;
    min-height: 40px;
  }
}
@media screen and (max-width: 500px) {
  main section#point01 .inner .caseWrap hgroup h3 i {
    min-width: 30px;
    min-height: 30px;
  }
}
main section#point01 .inner .caseWrap hgroup h3 i::before, main section#point01 .inner .caseWrap hgroup h3 i::after {
  content: "";
  width: 28px;
  height: 3px;
  background-color: #eb6255;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .caseWrap hgroup h3 i::before, main section#point01 .inner .caseWrap hgroup h3 i::after {
    width: 20px;
  }
}
@media screen and (max-width: 500px) {
  main section#point01 .inner .caseWrap hgroup h3 i::before, main section#point01 .inner .caseWrap hgroup h3 i::after {
    width: 16px;
  }
}
main section#point01 .inner .caseWrap hgroup h3 i::before {
  rotate: 90deg;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
main section#point01 .inner .caseWrap .caseBox .cntWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .caseWrap .caseBox .cntWrap {
    padding: 30px 5%;
  }
}
main section#point01 .inner .caseWrap .caseBox .cntWrap::before {
  content: "";
  width: 3px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50px;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .caseWrap .caseBox .cntWrap::before {
    left: 5%;
  }
}
main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 49%;
  width: 480px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox {
    max-width: 100%;
    width: 100%;
    padding-left: 5%;
  }
}
main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox::before {
  content: "";
  width: 22px;
  height: 22px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #eb6255;
  position: absolute;
  top: 15px;
  left: 0;
  translate: -50% -50%;
}
main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox p.pin {
  display: flex;
  align-items: center;
  gap: 0 8px;
  height: 30px;
  margin-bottom: 15px;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #fff;
  color: #eb6255;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox p.pin {
    margin-bottom: 12px;
    font-size: 16px;
  }
}
main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox p.pin::before {
  content: "";
  width: 14px;
  height: 21px;
  background: url(../img/icn_pin.png) no-repeat center center/contain;
}
main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox h4 {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox h4 {
    font-size: 28px;
  }
}
main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox p.bg {
  width: 100%;
  margin-bottom: 10px;
  padding: 5px 10px;
  background-color: #fff;
}
main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox p.bg span {
  color: #eb6255;
}
main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox p.bg + p {
  margin-bottom: 25px;
  line-height: 1.8;
}
main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox figure figcaption {
  margin-bottom: 10px;
  padding-left: 10px;
  border-left: 4px solid #eb6255;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox figure figcaption {
    margin-bottom: 8px;
    padding-left: 8px;
    font-size: 16px;
  }
}
main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox figure figcaption span {
  font-size: 14px;
  font-weight: inherit;
}
main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox figure img {
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .caseWrap .caseBox .cntWrap .cntBox figure img {
    max-width: 200px;
  }
}
main section#point01 .inner .caseWrap .caseBox .cntWrap img.caseImg {
  max-width: 500px;
  width: 50%;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  main section#point01 .inner .caseWrap .caseBox .cntWrap img.caseImg {
    display: none;
  }
}
main section#point01 .inner p.note {
  padding-top: 10px;
  font-size: 14px;
}
main section#point02 {
  margin-bottom: 80px;
  padding: 80px 0 120px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section#point02 {
    margin-bottom: 50px;
    padding: 50px 0 60px;
  }
}
main section#point02::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff7a95 0%, #f6b469 100%);
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
main section#point02 .inner .lead {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .lead {
    margin-bottom: 70px;
  }
}
main section#point02 .inner .lead .txt {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .lead .txt .leadTxt {
    order: 3;
  }
}
main section#point02 .inner .lead .txt .leadTxt > p {
  margin-bottom: 20px;
  font-size: 18px;
}
main section#point02 .inner .lead .txt .leadTxt > p, main section#point02 .inner .lead .txt .leadTxt > p * {
  font-weight: bold;
}
main section#point02 .inner .lead .txt .leadTxt > p em {
  color: #eb6255;
}
main section#point02 .inner .lead .txt .leadTxt .note {
  display: flex;
  flex-direction: column;
  gap: 6px 0;
}
main section#point02 .inner .lead .txt .leadTxt .note p {
  line-height: 1.6;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  main section#point02 .inner .lead img {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .lead img {
    order: 2;
  }
}
main section#point02 .inner .persona {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona {
    margin-bottom: 60px;
  }
}
main section#point02 .inner .persona hgroup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(100% - 100px);
  min-height: 90px;
  margin: -45px auto 0;
  padding: 5px 5%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #fdcbc6;
  text-align: center;
  font-weight: bold;
}
main section#point02 .inner .persona hgroup p {
  font-size: 22px;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona hgroup p {
    font-size: 18px;
  }
}
@media screen and (max-width: 500px) {
  main section#point02 .inner .persona hgroup p {
    font-size: 16px;
  }
}
main section#point02 .inner .persona hgroup h3 {
  font-size: 30px;
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona hgroup h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  main section#point02 .inner .persona hgroup h3 {
    font-size: 20px;
  }
}
main section#point02 .inner .persona .personaBox {
  padding: 30px min(5%, 50px) 40px;
}
main section#point02 .inner .persona .personaBox .profile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding: 30px;
  border-radius: 15px;
  background-color: #f7f7f7;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .personaBox .profile {
    padding: 30px min(5%, 30px);
    border-radius: 10px;
  }
}
main section#point02 .inner .persona .personaBox .profile::after {
  content: "";
  position: absolute;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f7f7f7;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 100%;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .personaBox .profile img {
    max-width: 130px;
    position: absolute;
    top: -5px;
    right: -5px;
    rotate: 20deg;
    filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.3));
  }
}
@media screen and (min-width: 769px) {
  main section#point02 .inner .persona .personaBox .profile .txt {
    max-width: 620px;
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .personaBox .profile .txt {
    width: 100%;
  }
}
main section#point02 .inner .persona .personaBox .profile .txt h4, main section#point02 .inner .persona .personaBox .profile .txt dl {
  border-bottom: 2px dotted #f5e0de;
}
main section#point02 .inner .persona .personaBox .profile .txt h4, main section#point02 .inner .persona .personaBox .profile .txt dt {
  color: #eb6255;
}
main section#point02 .inner .persona .personaBox .profile .txt h4 {
  padding: 0 15px 10px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .personaBox .profile .txt h4 {
    padding: 12px 10px;
  }
}
main section#point02 .inner .persona .personaBox .profile .txt dl {
  display: flex;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .personaBox .profile .txt dl {
    padding: 8px 10px;
  }
}
main section#point02 .inner .persona .personaBox .profile .txt dl dt {
  width: 100px;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  main section#point02 .inner .persona .personaBox .profile .txt dl dt {
    width: 80px;
  }
}
@media screen and (max-width: 500px) {
  main section#point02 .inner .persona .personaBox .profile .txt dl dd {
    width: calc(100% - 80px);
  }
}
main section#point02 .inner .persona .personaBox p.situation {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .personaBox p.situation {
    font-size: 26px;
  }
}
main section#point02 .inner .persona .personaBox p.situation, main section#point02 .inner .persona .personaBox p.situation * {
  font-weight: bold;
}
main section#point02 .inner .persona .personaBox p.situation i {
  position: relative;
}
main section#point02 .inner .persona .personaBox p.situation i::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #eb6255;
  position: absolute;
  top: -5px;
  left: 50%;
  translate: -50% 0;
}
main section#point02 .inner .persona .personaBox p.situation span {
  color: #eb6255;
}
main section#point02 .inner .persona .personaBox .cntWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .personaBox .cntWrap {
    flex-direction: column;
    gap: 40px 0;
  }
}
main section#point02 .inner .persona .personaBox .cntWrap .payment, main section#point02 .inner .persona .personaBox .cntWrap .okidoki {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .personaBox .cntWrap .payment, main section#point02 .inner .persona .personaBox .cntWrap .okidoki {
    width: 100%;
  }
}
main section#point02 .inner .persona .personaBox .cntWrap .payment {
  padding: 30px;
  background-color: #fffde4;
}
@media screen and (min-width: 769px) {
  main section#point02 .inner .persona .personaBox .cntWrap .payment {
    max-width: 500px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .personaBox .cntWrap .payment {
    padding: 25px 5%;
  }
}
main section#point02 .inner .persona .personaBox .cntWrap .payment h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
main section#point02 .inner .persona .personaBox .cntWrap .payment dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 10px 15px;
}
main section#point02 .inner .persona .personaBox .cntWrap .payment dl.bg {
  background-color: #fff8a8;
}
main section#point02 .inner .persona .personaBox .cntWrap .payment dl dt {
  width: calc(100% - 100px);
  font-weight: bold;
}
main section#point02 .inner .persona .personaBox .cntWrap .payment dl dt a {
  color: #eb6255;
  font-size: 15px;
  font-weight: bold;
}
main section#point02 .inner .persona .personaBox .cntWrap .payment dl dt a:hover {
  text-decoration: underline;
}
main section#point02 .inner .persona .personaBox .cntWrap .payment p.up {
  margin: 20px 0 10px;
  padding: 0 15px;
  border-radius: 20px;
  background-color: #eb6255;
  line-height: 30px;
  color: #fff;
  font-weight: bold;
}
main section#point02 .inner .persona .personaBox .cntWrap .payment p.total {
  width: 100%;
  margin-top: 20px;
  padding: 10px 15px;
  background-color: #fff;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}
main section#point02 .inner .persona .personaBox .cntWrap .payment p.total em {
  font-size: 16px;
  font-weight: inherit;
}
@media screen and (min-width: 769px) {
  main section#point02 .inner .persona .personaBox .cntWrap .okidoki {
    width: 42%;
  }
}
main section#point02 .inner .persona .personaBox .cntWrap .okidoki h4 {
  padding: 0 10px;
  border-radius: 20px;
  background-color: #fdcbc6;
  line-height: 30px;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
main section#point02 .inner .persona .personaBox .cntWrap .okidoki .month, main section#point02 .inner .persona .personaBox .cntWrap .okidoki .year {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 30px;
}
main section#point02 .inner .persona .personaBox .cntWrap .okidoki .month p.f-mincho, main section#point02 .inner .persona .personaBox .cntWrap .okidoki .year p.f-mincho {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .personaBox .cntWrap .okidoki .month p.f-mincho, main section#point02 .inner .persona .personaBox .cntWrap .okidoki .year p.f-mincho {
    font-size: 22px;
  }
}
main section#point02 .inner .persona .personaBox .cntWrap .okidoki .month p.f-mincho em, main section#point02 .inner .persona .personaBox .cntWrap .okidoki .year p.f-mincho em {
  font-size: 36px;
  font-weight: inherit;
}
main section#point02 .inner .persona .personaBox .cntWrap .okidoki .month {
  margin-top: -15px;
  background-color: #fdefee;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .personaBox .cntWrap .okidoki .month {
    padding: 20px 5% 10px;
  }
}
main section#point02 .inner .persona .personaBox .cntWrap .okidoki .month p.f-mincho {
  color: #eb6255;
}
main section#point02 .inner .persona .personaBox .cntWrap .okidoki .month p.note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
}
main section#point02 .inner .persona .personaBox .cntWrap .okidoki .year {
  margin-bottom: 25px;
  background-color: #eb6255;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .personaBox .cntWrap .okidoki .year {
    padding: 10px 5% 20px;
  }
}
main section#point02 .inner .persona .personaBox .cntWrap .okidoki .year p.f-mincho {
  color: #fff;
}
main section#point02 .inner .persona .personaBox .cntWrap .okidoki .year p.note {
  text-indent: -1em;
  padding: 10px 10px 10px calc(10px + 1em);
  background-color: #fff;
  font-weight: bold;
}
main section#point02 .inner .persona .redemption {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px 0;
  padding: 0 50px 50px;
  background-color: rgba(235, 98, 85, 0.2);
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .redemption {
    padding: 0 min(5%, 40px) 40px;
  }
}
main section#point02 .inner .persona .redemption p.more {
  margin: -20px 0 20px;
  padding: 0 20px;
  border-radius: 40px;
  background-color: #000;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .redemption p.more {
    padding: 10px 20px;
    line-height: 1.2;
    font-size: 18px;
  }
}
main section#point02 .inner .persona .redemption .leadTxt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  line-height: 1.2;
}
main section#point02 .inner .persona .redemption .leadTxt p.f-mincho {
  margin-bottom: 15px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .redemption .leadTxt p.f-mincho {
    font-size: 24px;
  }
}
main section#point02 .inner .persona .redemption .leadTxt p.f-mincho, main section#point02 .inner .persona .redemption .leadTxt p.f-mincho * {
  font-weight: bold;
}
main section#point02 .inner .persona .redemption .leadTxt p.f-mincho em {
  padding: 0 10px;
  background-color: #eb6255;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .redemption .leadTxt p.f-mincho em {
    padding: 0 6px;
    font-size: 22px;
  }
}
main section#point02 .inner .persona .redemption .leadTxt p.f-mincho span {
  color: #eb6255;
}
main section#point02 .inner .persona .redemption .leadTxt p.f-mincho span i {
  line-height: 1;
  font-size: 44px;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .persona .redemption .leadTxt p.f-mincho span i {
    font-size: 40px;
  }
}
main section#point02 .inner .persona .redemption .leadTxt p.note {
  font-size: 14px;
}
main section#point02 .inner .point h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .point h3 {
    margin-bottom: 40px;
  }
}
main section#point02 .inner .point h3 i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #eb6255;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .point h3 i {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
}
main section#point02 .inner .point h3 span {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .point h3 span {
    font-size: 28px;
  }
}
@media screen and (max-width: 500px) {
  main section#point02 .inner .point h3 span {
    font-size: 24px;
  }
}
main section#point02 .inner .point .cntWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px 0;
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .point .cntWrap {
    gap: 60px 0;
    margin-bottom: 30px;
  }
}
main section#point02 .inner .point .cntWrap .cntBox {
  width: 100%;
}
main section#point02 .inner .point .cntWrap .cntBox .bg {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  padding: 0 50px 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .point .cntWrap .cntBox .bg {
    margin-bottom: 10px;
    padding: 0 5% 25px;
  }
}
main section#point02 .inner .point .cntWrap .cntBox .bg h4 {
  margin: -23px 0 20px;
  padding: 10px 15px;
  background-color: #eb6255;
  line-height: 1;
  color: #fff;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .point .cntWrap .cntBox .bg h4 {
    margin: -18px 0 15px;
    padding: 8px 12px;
    font-size: 18px;
    font-weight: bold;
  }
}
main section#point02 .inner .point .cntWrap .cntBox .bg p.per {
  color: #eb6255;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .point .cntWrap .cntBox .bg p.per {
    font-size: 24px;
  }
}
main section#point02 .inner .point .cntWrap .cntBox .bg p.per, main section#point02 .inner .point .cntWrap .cntBox .bg p.per i {
  font-weight: bold;
}
main section#point02 .inner .point .cntWrap .cntBox .bg p.per i {
  font-size: 48px;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .point .cntWrap .cntBox .bg p.per i {
    font-size: 40px;
  }
}
main section#point02 .inner .point .cntWrap .cntBox .bg .leadTxt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
main section#point02 .inner .point .cntWrap .cntBox .bg .leadTxt p.f-mincho {
  margin-bottom: 15px;
  color: #eb6255;
  font-size: 24px;
  font-weight: bold;
}
main section#point02 .inner .point .cntWrap .cntBox .bg .leadTxt p:not(.f-mincho) {
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  main section#point02 .inner .point .cntWrap .cntBox .bg .leadTxt p:not(.f-mincho) {
    text-align: center;
  }
}
main section#point02 .inner .point .cntWrap .cntBox .bg .itemWrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 15px 20px;
  border-radius: 10px;
  background-color: #fffde4;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .point .cntWrap .cntBox .bg .itemWrap {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 5%;
    margin-bottom: 25px;
  }
}
main section#point02 .inner .point .cntWrap .cntBox .bg .itemWrap .item {
  max-width: 380px;
  width: 30%;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .point .cntWrap .cntBox .bg .itemWrap .item {
    width: 90%;
  }
}
main section#point02 .inner .point .cntWrap .cntBox .bg .other p.f-mincho {
  margin-bottom: 15px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  main section#point02 .inner .point .cntWrap .cntBox .bg .other p.f-mincho {
    font-size: 22px;
  }
}
main section#point02 .inner .point .cntWrap .cntBox .bg .other p.f-mincho, main section#point02 .inner .point .cntWrap .cntBox .bg .other p.f-mincho * {
  font-weight: bold;
}
main section#point02 .inner .point .cntWrap .cntBox .bg .other p.f-mincho em {
  color: #eb6255;
}
main section#point02 .inner .point .cntWrap .cntBox .bg .other p.note {
  font-size: 14px;
}
main section#point02 .inner .point .cntWrap .cntBox .noteWrap {
  font-size: 14px;
}
main section#point02 .inner .point .cntWrap .cntBox .noteWrap ol {
  margin-bottom: 20px;
}
main section#point02 .inner .point .cntWrap .cntBox .noteWrap ol li {
  text-indent: -1em;
  padding-left: 1em;
}
main section#point02 .inner .point .cntWrap .cntBox .noteWrap .noteBox h5 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: bold;
}
main section#point02 .inner .point .cntWrap .cntBox .noteWrap .noteBox p:nth-last-of-type(1) {
  margin-top: 10px;
}
main section#point02 .inner .point .cntWrap .cntBox .noteWrap .noteBox a {
  color: #eb6255;
}
main section#point02 .inner .point .cntWrap .cntBox .noteWrap .noteBox a:not(:hover) {
  text-decoration: underline;
}
main section#point02 .inner .point .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 90%;
  height: 60px;
  margin: 0 auto;
  border: 2px solid #eb6255;
  border-radius: 30px;
  background-color: #fff;
  color: #eb6255;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
main section#point02 .inner .point .btn.ex::after {
  translate: 0 -25%;
  rotate: -135deg;
}
main section#point02 .inner .point .btn:hover {
  background-color: #eb6255;
  color: #fff;
}
main section#point02 .inner .point .btn::after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  rotate: 45deg;
  transition: 0.3s;
}
main section#point03 {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  main section#point03 {
    margin-bottom: 60px;
  }
}
main section#point03 .inner .lead {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  main section#point03 .inner .lead {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 500px) {
  main section#point03 .inner .lead {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 768px) {
  main section#point03 .inner .lead .txt .leadTxt {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  main section#point03 .inner .lead img {
    top: 50%;
    right: 0;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 768px) {
  main section#point03 .inner .lead img {
    order: 3;
  }
}
main section#point03 .inner .cntWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
  padding: 0 min(5%, 50px) 50px;
  background-color: #fdefee;
}
main section#point03 .inner .cntWrap:nth-last-of-type(1) {
  margin-top: 80px;
}
main section#point03 .inner .cntWrap h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  margin-top: -20px;
  padding: 5px 5%;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #fdcbc6;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#point03 .inner .cntWrap h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  main section#point03 .inner .cntWrap h3 {
    text-align: center;
    font-size: 20px;
  }
}
main section#point03 .inner .cntWrap .cntBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 49%;
  padding: 0 30px 20px;
  background-color: #fff;
}
@media screen and (max-width: 500px) {
  main section#point03 .inner .cntWrap .cntBox {
    width: 100%;
  }
}
main section#point03 .inner .cntWrap .cntBox img {
  width: 75px;
  margin: -32px 0 20px;
}
@media screen and (max-width: 768px) {
  main section#point03 .inner .cntWrap .cntBox img {
    width: 50px;
    margin: -25px 0 15px;
  }
}
main section#point03 .inner .cntWrap .cntBox h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#point03 .inner .cntWrap .cntBox h4 {
    margin-bottom: 15px;
    font-size: 20px;
  }
}
main section#point03 .inner .cntWrap .cntBox p {
  width: 100%;
}
main section#point03 .inner .cntWrap .cntBox p:not(.note) {
  line-height: 1.8;
}
main section#point03 .inner .cntWrap .cntBox p.note {
  margin-top: 15px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  font-size: 14px;
}
main section#point03 .inner .cntWrap .cntBox p.note a {
  color: #eb6255;
}
main section#point03 .inner .cntWrap .cntBox p.note a:not(:hover) {
  text-decoration: underline;
}
main section#point04 {
  padding: 100px 0 calc(75px + 10vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  main section#point04 {
    padding: 60px 0 calc(40px + 9vw);
  }
}
main section#point04::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ff7a95 0%, #f6b469 100%);
  opacity: 0.15;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
main section#point04 .inner .lead {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  main section#point04 .inner .lead {
    margin-bottom: 50px;
  }
}
main section#point04 .inner .lead .txt {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  main section#point04 .inner .lead .txt .leadTxt {
    order: 3;
  }
}
@media screen and (min-width: 769px) {
  main section#point04 .inner .lead img {
    top: 0;
    left: 0;
    translate: 0 -5%;
  }
}
@media screen and (max-width: 768px) {
  main section#point04 .inner .lead img {
    order: 2;
  }
}
main section#point04 .inner .cntWrap {
  display: flex;
  justify-content: space-between;
  gap: 20px 1%;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section#point04 .inner .cntWrap {
    flex-direction: column;
  }
}
main section#point04 .inner .cntWrap .cntBox {
  background-color: rgba(255, 255, 255, 0.6);
}
@media screen and (min-width: 769px) {
  main section#point04 .inner .cntWrap .cntBox {
    max-width: 350px;
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  main section#point04 .inner .cntWrap .cntBox {
    width: 100%;
  }
}
main section#point04 .inner .cntWrap .cntBox dl {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  main section#point04 .inner .cntWrap .cntBox dl {
    padding: 25px min(5%, 25px);
  }
}
main section#point04 .inner .cntWrap .cntBox dl dt {
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 4px solid #eb6255;
  font-size: 24px;
  font-weight: bold;
}
main section#point04 .inner .cntWrap .cntBox dl dd {
  line-height: 1.8;
}
main section.choice hgroup, main section#flow hgroup, main section#qa hgroup, main section.info hgroup {
  margin-bottom: 50px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main section.choice hgroup, main section#flow hgroup, main section#qa hgroup, main section.info hgroup {
    margin-bottom: 35px;
  }
}
main section.choice hgroup h2, main section#flow hgroup h2, main section#qa hgroup h2, main section.info hgroup h2 {
  font-size: 52px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.choice hgroup h2, main section#flow hgroup h2, main section#qa hgroup h2, main section.info hgroup h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  main section.choice hgroup h2, main section#flow hgroup h2, main section#qa hgroup h2, main section.info hgroup h2 {
    font-size: 28px;
  }
}
main section.choice, main section#flow {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main section.choice .cntWrap, main section#flow .cntWrap {
  max-width: 1100px;
  width: 90%;
}
main section.choice .cntWrap .cntBox, main section#flow .cntWrap .cntBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
main section.choice .cntWrap .cntBox h3, main section#flow .cntWrap .cntBox h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70px;
  margin-top: -20px;
  padding: 5px 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background-color: #fdcbc6;
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.choice .cntWrap .cntBox h3, main section#flow .cntWrap .cntBox h3 {
    min-height: 60px;
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  main section.choice .cntWrap .cntBox h3, main section#flow .cntWrap .cntBox h3 {
    font-size: 20px;
  }
}
main section.choice {
  margin: -10vw 0 120px;
  padding: 120px 0 170px;
  background: url(../img/choice_bg.png) no-repeat center top/100% 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.choice {
    margin: -9vw 0 60px;
    padding: 80px 0 100px;
  }
}
main section.choice hgroup {
  display: flex;
  flex-direction: column;
  align-items: center;
}
main section.choice hgroup p {
  margin-bottom: 25px;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #fff;
  color: #eb6255;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.choice hgroup p {
    margin-bottom: 15px;
    font-size: 18px;
  }
}
main section.choice hgroup p::after {
  content: "";
  border-top: 10px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  position: absolute;
  left: calc(50% - 7px);
  bottom: -10px;
}
main section.choice hgroup h2 {
  color: #fff;
}
main section.choice .cntWrap .cntBox {
  gap: 20px 0;
  padding: 0 5% min(5%, 50px);
  background-color: rgba(255, 255, 255, 0.8);
}
main section.choice .cntWrap .cntBox p {
  text-align: center;
}
main section.choice .cntWrap .plus {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section.choice .cntWrap .plus {
    height: 60px;
  }
}
main section.choice .cntWrap .plus::before, main section.choice .cntWrap .plus::after {
  content: "";
  width: 40px;
  height: 4px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main section.choice .cntWrap .plus::before, main section.choice .cntWrap .plus::after {
    width: 30px;
  }
}
main section.choice .cntWrap .plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  rotate: 90deg;
}
main section#flow {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  main section#flow {
    margin-bottom: 70px;
  }
}
main section#flow hgroup h2 i {
  padding-top: 5px;
  font-weight: inherit;
  position: relative;
}
@media screen and (max-width: 500px) {
  main section#flow hgroup h2 i {
    display: inline-block;
    padding-top: 20px;
  }
}
main section#flow hgroup h2 i::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #eb6255;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  main section#flow hgroup h2 i::before {
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 500px) {
  main section#flow hgroup h2 i::before {
    top: 10px;
  }
}
main section#flow .cntWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main section#flow .cntWrap {
    flex-direction: column;
    gap: 45px 0;
  }
}
main section#flow .cntWrap .cntBox {
  width: max(540px, 49%);
  padding: 0 min(5%, 30px) 30px;
  background-color: #fdefee;
}
@media screen and (max-width: 768px) {
  main section#flow .cntWrap .cntBox {
    width: 100%;
  }
}
main section#flow .cntWrap .cntBox h3 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  main section#flow .cntWrap .cntBox h3 {
    margin-bottom: 20px;
  }
}
main section#flow .cntWrap .cntBox .lead {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  main section#flow .cntWrap .cntBox .lead {
    min-height: 2.8lh;
    margin-bottom: 30px;
  }
}
main section#flow .cntWrap .cntBox .lead p {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#flow .cntWrap .cntBox .lead p {
    font-size: 20px;
  }
}
main section#flow .cntWrap .cntBox .lead p span {
  color: #eb6255;
  font-weight: inherit;
}
main section#flow .cntWrap .cntBox ol {
  width: 100%;
}
main section#flow .cntWrap .cntBox ol li:nth-last-of-type(n+2) {
  padding-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  main section#flow .cntWrap .cntBox ol li:nth-last-of-type(n+2) {
    padding-bottom: 40px;
  }
}
main section#flow .cntWrap .cntBox ol li:nth-last-of-type(n+2)::after {
  content: "";
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #fdcbc6;
  position: absolute;
  left: 50%;
  bottom: 10px;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  main section#flow .cntWrap .cntBox ol li:nth-last-of-type(n+2)::after {
    border-width: 25px;
    bottom: 5px;
  }
}
main section#flow .cntWrap .cntBox ol li h4 {
  margin-bottom: 15px;
  padding: 0 20px;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section#flow .cntWrap .cntBox ol li h4 {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 20px;
  }
}
main section#flow .cntWrap .cntBox ol li h4::first-letter {
  color: #eb6255;
}
main section#flow .cntWrap .cntBox ol li .bg {
  padding: 25px 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main section#flow .cntWrap .cntBox ol li .bg {
    padding: 20px min(5%, 30px);
  }
}
main section#flow .cntWrap .cntBox ol li .bg a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  max-width: 310px;
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  background: linear-gradient(45deg, #ff3640 0%, #fc830d 100%);
  line-height: 60px;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  main section#flow .cntWrap .cntBox ol li .bg a.btn {
    line-height: 1.2;
    font-size: 14px;
  }
}
main section#flow .cntWrap .cntBox ol li .bg a.btn::before {
  content: "";
  max-width: 38px;
  width: 100%;
  aspect-ratio: 19/12;
  background-color: #fff;
  -webkit-mask-image: url(../img/icn_ex.svg);
          mask-image: url(../img/icn_ex.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
main section#flow .cntWrap .cntBox ol li .bg a.btn span, main section#flow .cntWrap .cntBox ol li .bg a.btn strong {
  font-weight: bold;
}
main section#flow .cntWrap .cntBox ol li .bg a.btn strong {
  font-size: 20px;
}
@media screen and (max-width: 500px) {
  main section#flow .cntWrap .cntBox ol li .bg a.btn strong {
    font-size: 16px;
  }
}
main section#qa {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 120px;
  padding: 120px 5%;
  background-color: #fdefee;
}
@media screen and (max-width: 768px) {
  main section#qa {
    margin-bottom: 60px;
    padding: 70px 5% 60px;
  }
}
main section#qa .inner {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  max-width: 800px;
  width: 100%;
}
main section#qa .inner dl {
  border-radius: 10px;
  overflow: hidden;
}
main section#qa .inner dl dt, main section#qa .inner dl dd {
  position: relative;
}
main section#qa .inner dl dt::before, main section#qa .inner dl dd::before {
  line-height: 50px;
  color: #eb6255;
  font-family: "Zen Old Mincho", serif;
  font-size: 36px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 25px;
}
@media screen and (max-width: 768px) {
  main section#qa .inner dl dt::before, main section#qa .inner dl dd::before {
    font-size: 30px;
    left: 15px;
  }
}
main section#qa .inner dl dt {
  display: flex;
  align-items: center;
  min-height: 60px;
  padding: 15px 60px 15px 75px;
  background-color: #fff;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main section#qa .inner dl dt {
    padding: 12px 50px 12px 55px;
  }
}
main section#qa .inner dl dt.ex::after {
  translate: 0 -25%;
  rotate: -135deg;
}
main section#qa .inner dl dt::before {
  content: "Q.";
}
main section#qa .inner dl dt::after {
  content: "";
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #eb6255;
  border-right: 2px solid #eb6255;
  position: absolute;
  top: 50%;
  right: 30px;
  translate: 0 -50%;
  rotate: 45deg;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  main section#qa .inner dl dt::after {
    right: 20px;
  }
}
main section#qa .inner dl dd {
  padding: 15px 50px 15px 75px;
  background-color: #fde4e2;
}
@media screen and (max-width: 768px) {
  main section#qa .inner dl dd {
    padding: 12px 5% 12px 55px;
  }
}
main section#qa .inner dl dd::before {
  content: "A.";
}
main section#qa .inner dl dd p {
  line-height: 1.8;
}
main section#qa .inner dl dd p.note, main section#qa .inner dl dd .flow {
  margin-top: 10px;
  font-size: 14px;
}
main section#qa .inner dl dd .flow {
  padding-top: 10px;
  border-top: 2px solid #fff;
}
main section#qa .inner dl dd .flow h3 {
  margin-bottom: 5px;
  color: #eb6255;
  font-size: 15px;
  font-weight: bold;
}
main section#qa .inner dl dd .flow ol {
  display: flex;
  flex-direction: column;
  gap: 3px 0;
}
main section.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}
main section.info .cntWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  width: 90%;
}
main section.info .cntWrap > .cntBox {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
  width: min(530px, 95%);
}
@media screen and (min-width: 769px) {
  main section.info .cntWrap > .cntBox {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  main section.info .cntWrap > .cntBox {
    gap: 12px 0;
    width: 100%;
  }
}
main section.info .cntWrap > .cntBox dl {
  width: 100%;
}
main section.info .cntWrap > .cntBox dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 5px 5%;
  background-color: #fdefee;
  color: #eb6255;
  font-weight: bold;
}
main section.info .cntWrap > .cntBox dl dd {
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  main section.info .cntWrap > .cntBox dl dd {
    padding: 12px 20px;
  }
}
main section.info .cntWrap > .cntBox dl dd span {
  font-size: 14px;
}
main section.info .cntWrap .noteWrap {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  main section.info .cntWrap .noteWrap {
    margin: 25px 0 30px;
    font-size: 14px;
  }
}
main section.info .cntWrap .noteWrap ul.noteBox {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
main section.info .cntWrap .noteWrap p.num {
  line-height: 1;
  text-align: right;
}
main section.info .cntWrap .noteWrap a {
  color: #eb6255;
}
main section.info .cntWrap .noteWrap a:not(:hover) {
  text-decoration: underline;
}
main section.info .cntWrap .bg {
  padding: 40px 50px;
  background-color: #f7f7f7;
}
@media screen and (min-width: 769px) {
  main section.info .cntWrap .bg {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media screen and (max-width: 768px) {
  main section.info .cntWrap .bg {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    padding: 25px min(5%, 40px);
  }
}
main section.info .cntWrap .bg .cntBox {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
@media screen and (min-width: 769px) {
  main section.info .cntWrap .bg .cntBox:nth-of-type(1) {
    margin-bottom: 45px;
  }
}
main section.info .cntWrap .bg .cntBox h3 {
  margin-bottom: 10px;
  color: #eb6255;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.info .cntWrap .bg .cntBox h3 {
    margin-bottom: 8px;
  }
}
main section.info .cntWrap .bg .cntBox .txt {
  line-height: 1.8;
}
main section.info .cntWrap .bg .cntBox .txt p.indent, main section.info .cntWrap .bg .cntBox .txt p.note {
  text-indent: -1em;
  padding-left: 1em;
}
main section.info .cntWrap .bg .cntBox .txt p a {
  color: #eb6255;
}
main section.info .cntWrap .bg .cntBox .txt p a:not(:hover) {
  text-decoration: underline;
}
main section.contact {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  width: 90%;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  main section.contact {
    margin-bottom: 60px;
  }
}
main section.contact h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background-color: #eb6255;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}
main section.contact dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px 0;
  width: 100%;
  padding: 20px 5%;
  background-color: #fdefee;
}
main section.contact dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 330px;
  width: 100%;
  height: 40px;
  border-radius: 40px;
  background-color: #fff;
  color: #eb6255;
  font-weight: bold;
}
main section.contact dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.contact dl dd {
    flex-direction: column;
    gap: 5px 0;
  }
}
main section.contact dl dd p.f-lusitana {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  main section.contact dl dd p.f-lusitana {
    font-size: 36px;
  }
}
main section.contact dl dd p.time {
  display: flex;
  align-items: baseline;
  gap: 0 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  main section.contact dl dd p.time {
    margin-bottom: 10px;
  }
}
main section.contact dl dd p.time span {
  padding: 5px;
  background-color: #eb6255;
  color: #fff;
}
main section.contact dl dd p.note {
  width: 100%;
  text-align: center;
  font-size: 14px;
}
main .fltBnr {
  width: 100%;
  padding: 20px 5%;
  position: fixed;
  z-index: 9995;
  left: 0;
  bottom: 0;
  background-color: #fff;
}
main .fltBnr .btnWrap {
  display: flex;
  justify-content: center;
}
main .fltBnr .btnWrap a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5px;
  max-width: 310px;
  width: 50%;
  height: 60px;
  line-height: 60px;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  main .fltBnr .btnWrap a.btn {
    line-height: 1.2;
    font-size: 14px;
  }
}
main .fltBnr .btnWrap a.btn.numLess {
  border-radius: 30px 0 0 30px;
  background: linear-gradient(45deg, #ff3640 0%, #fc830d 100%);
  color: #fff;
}
main .fltBnr .btnWrap a.btn.numLess::before {
  content: "";
  max-width: 38px;
  width: 100%;
  aspect-ratio: 19/12;
  background-color: #fff;
  -webkit-mask-image: url(../img/icn_ex.svg);
          mask-image: url(../img/icn_ex.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 500px) {
  main .fltBnr .btnWrap a.btn.numLess::before {
    max-width: 34px;
  }
}
main .fltBnr .btnWrap a.btn:not(.numLess) {
  border: 3px solid #fc830d;
  border-radius: 0 30px 30px 0;
  color: #fc830d;
}
main .fltBnr .btnWrap a.btn:not(.numLess)::before {
  content: "";
  max-width: 38px;
  width: 100%;
  aspect-ratio: 19/12;
  background-color: #fc830d;
  -webkit-mask-image: url(../img/icn_ex.svg);
          mask-image: url(../img/icn_ex.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media screen and (max-width: 500px) {
  main .fltBnr .btnWrap a.btn:not(.numLess)::before {
    max-width: 30px;
  }
}
main .fltBnr .btnWrap a.btn span, main .fltBnr .btnWrap a.btn strong {
  font-weight: bold;
}
main .fltBnr .btnWrap a.btn strong {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main .fltBnr .btnWrap a.btn strong {
    font-size: 16px;
  }
}
main a.blnk::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  background: url(../img/icn_link_ex.png) no-repeat center center/contain;
  margin-left: 4px;
}

footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px 0;
  width: 100%;
  height: 130px;
  margin-bottom: 100px;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  footer {
    height: 100px;
    gap: 10px 0;
  }
}
footer a img {
  max-width: 260px;
}
@media screen and (max-width: 768px) {
  footer a img {
    max-width: 180px;
  }
}
footer small {
  line-height: 1;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  footer small {
    font-size: 12px;
  }
}