#mvArea {
  background: #0068ac;
  padding: 150px 0 80px;
  position: relative;
}
@media (max-width: 767px) {
  #mvArea {
    padding: 80px 0 40px;
  }
}
#mvArea h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #mvArea h2 {
    margin-bottom: 10px;
  }
}
#mvArea h2 img {
  width: 100%;
}
#mvArea .stxt01 {
  font-size: 37px;
  color: #fff;
  line-height: 1.2em;
}
@media (max-width: 1440px) {
  #mvArea .stxt01 {
    font-size: 2.6vw;
  }
}
@media (max-width: 767px) {
  #mvArea .stxt01 {
    font-size: 5vw;
  }
}

.introArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .introArea {
    padding: 40px 0;
  }
}
.introArea .txt01 {
  line-height: 1.8em;
  font-size: 26px;
  color: #0068ac;
}
@media (max-width: 1440px) {
  .introArea .txt01 {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .introArea .txt01 {
    font-size: 4vw;
  }
}
.introArea .bnrArea {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .introArea .bnrArea {
    margin-top: 40px;
  }
}

#wrapper {
  overflow: visible;
}

.presentArea {
  position: relative;
  padding: 10px;
  margin-top: 80px;
  font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}
@media (max-width: 767px) {
  .presentArea {
    margin-top: 40px;
  }
}
.presentArea * {
  font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Meiryo", sans-serif;
}
.presentArea::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/limited/magazine07/bg01.svg) repeat left top/30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.presentArea .presentInner {
  background: #fff;
  position: relative;
  z-index: 2;
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .presentArea .presentInner {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.presentArea .presentInner .txtArea {
  width: 60%;
}
@media (max-width: 767px) {
  .presentArea .presentInner .txtArea {
    width: 100%;
  }
}
.presentArea .presentInner .txtArea .txtInner {
  padding-left: 25%;
  position: relative;
}
@media (max-width: 767px) {
  .presentArea .presentInner .txtArea .txtInner {
    padding-left: 0;
  }
}
.presentArea .presentInner .txtArea .txtInner .illust {
  width: 18.9285714286%;
  position: absolute;
  top: 0;
  left: 0;
}
.presentArea .presentInner .txtArea .txtInner .ttl {
  font-size: 68px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  color: #ffdd00;
  text-stroke: 2px #000;
  -webkit-text-stroke: 2px #000;
  text-shadow: 2px 2px 0 #000;
}
@media (max-width: 1440px) {
  .presentArea .presentInner .txtArea .txtInner .ttl {
    font-size: 4.25vw;
  }
}
@media (max-width: 767px) {
  .presentArea .presentInner .txtArea .txtInner .ttl {
    font-size: 6.7vw;
    padding-left: 25%;
    text-stroke: 1px #000;
    -webkit-text-stroke: 1px #000;
  }
}
.presentArea .presentInner .txtArea .txtInner .txt {
  font-size: 19px;
  line-height: 1.3em;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .presentArea .presentInner .txtArea .txtInner .txt {
    font-size: 1.18vw;
  }
}
@media (max-width: 767px) {
  .presentArea .presentInner .txtArea .txtInner .txt {
    font-size: 3.8vw;
    padding-left: 25%;
  }
}
.presentArea .presentInner .txtArea .txtInner .setBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.presentArea .presentInner .txtArea .txtInner .setBox .ttlBox {
  width: 32.64604811%;
  background: #cfeeec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.presentArea .presentInner .txtArea .txtInner .setBox .ttlBox p {
  font-size: 19px;
  line-height: 1.3em;
}
@media (max-width: 1440px) {
  .presentArea .presentInner .txtArea .txtInner .setBox .ttlBox p {
    font-size: 1.18vw;
  }
}
@media (max-width: 767px) {
  .presentArea .presentInner .txtArea .txtInner .setBox .ttlBox p {
    font-size: 3.8vw;
  }
}
.presentArea .presentInner .txtArea .txtInner .setBox .setList {
  width: 65%;
}
.presentArea .presentInner .txtArea .txtInner .setBox .setList li {
  padding-left: 1.2em;
  position: relative;
  font-size: 19px;
  line-height: 1.3em;
}
@media (max-width: 1440px) {
  .presentArea .presentInner .txtArea .txtInner .setBox .setList li {
    font-size: 1.18vw;
  }
}
@media (max-width: 767px) {
  .presentArea .presentInner .txtArea .txtInner .setBox .setList li {
    font-size: 3.8vw;
  }
}
.presentArea .presentInner .txtArea .txtInner .setBox .setList li::before {
  content: "";
  width: 1em;
  height: 1em;
  background: #71ccc8;
  position: absolute;
  top: 0;
  left: 0;
}
.presentArea .presentInner .imgArea {
  width: 37.5%;
}
@media (max-width: 767px) {
  .presentArea .presentInner .imgArea {
    width: 100%;
  }
}
.presentArea .presentInner .imgArea figure figcaption.bk {
  text-shadow: none;
  width: 100%;
  right: 0;
  bottom: -5px;
  text-align: center;
}

.strageMovieArea {
  width: 100%;
  max-width: 1260px;
  margin: 130px auto 0;
  padding: 60px 30px;
  border: solid 3px #0068ac;
  background: #e6f5ff;
}
@media (max-width: 767px) {
  .strageMovieArea {
    padding: 30px 20px;
    margin-top: 80px;
  }
}
.strageMovieArea .ttlBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media (max-width: 767px) {
  .strageMovieArea .ttlBox {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.strageMovieArea .ttlBox .logo {
  width: 80px;
}
@media (max-width: 767px) {
  .strageMovieArea .ttlBox .logo {
    width: 60px;
  }
}
.strageMovieArea .ttlBox .txtArea {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.strageMovieArea .ttlBox .txtArea .sttl {
  font-size: 24px;
  line-height: 1.2em;
  margin-bottom: 5px;
}
@media (max-width: 1600px) {
  .strageMovieArea .ttlBox .txtArea .sttl {
    font-size: 1.71vw;
  }
}
@media (max-width: 767px) {
  .strageMovieArea .ttlBox .txtArea .sttl {
    font-size: 4vw;
  }
}
.strageMovieArea .ttlBox .txtArea .sttl small {
  font-size: 80%;
  line-height: 1.2em;
}
.strageMovieArea .ttlBox .txtArea .ttl {
  font-size: 68px;
  line-height: 1em;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .strageMovieArea .ttlBox .txtArea .ttl {
    font-size: 4.2vw;
  }
}
@media (max-width: 767px) {
  .strageMovieArea .ttlBox .txtArea .ttl {
    font-size: 7vw;
  }
}
.strageMovieArea .txt01 {
  color: #000;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .strageMovieArea .txt01 {
    margin-top: 20px;
  }
}
.strageMovieArea .movieInBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .strageMovieArea .movieInBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    margin-top: 30px;
  }
}
.strageMovieArea .movieInBox .movie {
  width: 60%;
}
@media (max-width: 767px) {
  .strageMovieArea .movieInBox .movie {
    width: 100%;
  }
}
.strageMovieArea .movieInBox .movie .minner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.strageMovieArea .movieInBox .movie .minner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.strageMovieArea .movieInBox .guide {
  width: 35%;
}
@media (max-width: 767px) {
  .strageMovieArea .movieInBox .guide {
    width: 100%;
  }
}
.strageMovieArea .movieInBox .guide figure {
  width: 80%;
}
@media (max-width: 767px) {
  .strageMovieArea .movieInBox .guide figure {
    width: 100%;
  }
}
.strageMovieArea .movieInBox .guide .linkTxt {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .strageMovieArea .movieInBox .guide .linkTxt {
    margin-top: 20px;
  }
}
.strageMovieArea .movieInBox .guide .linkTxt a {
  display: block;
  font-weight: bold;
  background: #71ccc8;
  border: solid 3px #000;
  border-radius: 100px;
  text-align: center;
  font-size: 20px;
  line-height: 1.2em;
  padding: 18px 20px;
  position: relative;
  -webkit-transition: background 0.4s ease 0s, color 0.4s ease 0s;
  transition: background 0.4s ease 0s, color 0.4s ease 0s;
}
@media (max-width: 1440px) {
  .strageMovieArea .movieInBox .guide .linkTxt a {
    font-size: 1.42vw;
  }
}
@media (max-width: 767px) {
  .strageMovieArea .movieInBox .guide .linkTxt a {
    font-size: 4.5vw;
  }
}
@media (min-width: 992px) {
  .strageMovieArea .movieInBox .guide .linkTxt a:hover {
    background: #007864;
    color: #fff;
  }
}
@media (min-width: 992px) {
  .strageMovieArea .movieInBox .guide .linkTxt a:hover strong {
    color: #ffdd00;
  }
}
.strageMovieArea .movieInBox .guide .linkTxt a strong {
  font-size: 150%;
  color: #fff;
  -webkit-transition: color 0.4s ease 0s;
  transition: color 0.4s ease 0s;
}
.strageMovieArea .movieInBox .guide .linkTxt a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}

.sideNavArea {
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .sideNavArea {
    top: 75%;
  }
}
@media (max-width: 767px) {
  .sideNavArea {
    top: 60%;
  }
}
.sideNavArea.block {
  opacity: 1;
  pointer-events: all;
}
.sideNavArea .openBtn {
  position: absolute;
  top: 50%;
  left: 0;
  height: 120px;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.05em;
  padding: 5px;
  border-radius: 0 20px 20px 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
  background-color: #accbee;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .sideNavArea .openBtn {
    font-size: 12px;
    padding: 0;
    height: 80px;
  }
}
.sideNavArea .openBtn span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sideNavArea .sectionNavInner {
  position: relative;
  background-color: #accbee;
  padding: 30px 20px 30px 50px;
  border-radius: 0 40px 40px 0;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767px) {
  .sideNavArea .sectionNavInner {
    padding: 20px 15px 20px 40px;
    border-radius: 0 20px 20px 0;
  }
}
.sideNavArea .sectionNavInner ul li {
  margin-bottom: 15px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
@media (max-width: 767px) {
  .sideNavArea .sectionNavInner ul li {
    margin-bottom: 10px;
  }
}
.sideNavArea .sectionNavInner ul li.current {
  position: relative;
  opacity: 1;
}
.sideNavArea .sectionNavInner ul li.current a {
  color: #fff;
  background: #0068ac;
}
.sideNavArea .sectionNavInner ul li a {
  display: block;
  text-align: center;
  border: solid 1px #0068ac;
  line-height: 1;
  background: #fff;
  padding: 10px 10px;
  border-radius: 50px;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (max-width: 767px) {
  .sideNavArea .sectionNavInner ul li a {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .sideNavArea .sectionNavInner ul li a:hover {
    opacity: 0.7;
  }
}
.sideNavArea .sectionNavInner ul li:last-child {
  margin-bottom: 0;
}
.sideNavArea .sectionNavInner .closeBtn {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: 12px;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}
.sideNavArea .sectionNavInner .closeBtn span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sideNavArea .sectionNavInner .closeBtn:hover {
  color: #0068ac;
}
.sideNavArea.closenav .openBtn {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.sideNavArea.closenav .openBtn:hover {
  color: #0068ac;
}
.sideNavArea.closenav .sectionNavInner {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
}

.navArea {
  padding: 80px 0;
}
@media (max-width: 767px) {
  .navArea {
    padding: 40px 0;
  }
}
.navArea ul.navList {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 991px) {
  .navArea ul.navList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 4%;
       -moz-column-gap: 4%;
            column-gap: 4%;
  }
}
.navArea ul.navList li {
  width: 24%;
}
@media (max-width: 1280px) {
  .navArea ul.navList li {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .navArea ul.navList li {
    width: 100%;
  }
}
.navArea ul.navList li a {
  background: -webkit-gradient(linear, left top, right top, from(#111c36), to(#203a7c));
  background: -webkit-linear-gradient(left, #111c36, #203a7c);
  background: linear-gradient(to right, #111c36, #203a7c);
  position: relative;
  text-align: center;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 80px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
@media (min-width: 992px) {
  .navArea ul.navList li a {
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
  }
}
@media (max-width: 1280px) {
  .navArea ul.navList li a {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .navArea ul.navList li a {
    font-size: 18px;
    height: 100px;
  }
}
@media (min-width: 992px) {
  .navArea ul.navList li a:hover, .navArea ul.navList li a:focus {
    color: #d7be81;
  }
  .navArea ul.navList li a:hover::before, .navArea ul.navList li a:focus::before {
    border-right: solid 1px #d7be81;
    border-bottom: solid 1px #d7be81;
  }
  .navArea ul.navList li a:hover::after, .navArea ul.navList li a:focus::after {
    width: 100%;
  }
}
.navArea ul.navList li a span {
  position: relative;
  z-index: 2;
}
.navArea ul.navList li a span.ttl {
  width: 80%;
  padding-bottom: 8px;
  margin-bottom: 15px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .navArea ul.navList li a span.ttl {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.navArea ul.navList li a span.txt {
  width: 80%;
  font-size: 15px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .navArea ul.navList li a span.txt {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .navArea ul.navList li a span.txt {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .navArea ul.navList li a span.txt {
    font-size: 12px;
  }
}
.navArea ul.navList li a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-right 0.4s ease 0s, border-bottom 0.4s ease 0s;
  transition: border-right 0.4s ease 0s, border-bottom 0.4s ease 0s;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  z-index: 5;
}
@media (max-width: 767px) {
  .navArea ul.navList li a::before {
    width: 6px;
    height: 6px;
    right: 15px;
    margin-top: -3px;
  }
}
.navArea ul.navList li a::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  left: -100%;
  top: -100%;
}
.navArea ul.navList li a i {
  content: "";
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0c296d), to(#274fb3));
  background: -webkit-linear-gradient(left, #0c296d, #274fb3);
  background: linear-gradient(to right, #0c296d, #274fb3);
  -webkit-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.navArea ul.navList li:first-child a::after {
  -webkit-animation: Animation_flash 2s ease 0.4s infinite normal;
          animation: Animation_flash 2s ease 0.4s infinite normal;
}
.navArea ul.navList li:nth-child(2) a::after {
  -webkit-animation: Animation_flash 2s ease 0.5s infinite normal;
          animation: Animation_flash 2s ease 0.5s infinite normal;
}
.navArea ul.navList li:nth-child(3) a::after {
  -webkit-animation: Animation_flash 2s ease 0.8s infinite normal;
          animation: Animation_flash 2s ease 0.8s infinite normal;
}
.navArea ul.navList li:nth-child(4) a::after {
  -webkit-animation: Animation_flash 2s ease 1s infinite normal;
          animation: Animation_flash 2s ease 1s infinite normal;
}
.navArea .cc01 {
  text-align: center;
  margin: 60px 0 30px;
  color: #0068ac;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .navArea .cc01 {
    font-size: 2.85vw;
  }
}
@media (max-width: 767px) {
  .navArea .cc01 {
    font-size: 5.5vw;
  }
}
.navArea .cc02 {
  text-align: center;
  margin: 0 0 60px;
  color: #10b7d7;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.8em;
}
@media (max-width: 1440px) {
  .navArea .cc02 {
    font-size: 2.285vw;
  }
}
@media (max-width: 767px) {
  .navArea .cc02 {
    font-size: 5vw;
  }
}
.navArea .navBoxList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .navArea .navBoxList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.navArea .navBoxList li {
  width: 32%;
  background: #b8c5e2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .navArea .navBoxList li {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .navArea .navBoxList li {
    width: 100%;
  }
}
.navArea .navBoxList li::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  left: -100%;
  top: -100%;
}
.navArea .navBoxList li:first-child {
  background: #b8d8e2;
  position: relative;
}
.navArea .navBoxList li:first-child::before {
  content: "";
  width: 90px;
  height: 90px;
  background: url(../img/limited/icon_hikken.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 1280px) {
  .navArea .navBoxList li:first-child::before {
    width: 60px;
    height: 60px;
  }
}
.navArea .navBoxList li:first-child::after {
  -webkit-animation: Animation_flash 2s ease 1s infinite normal;
          animation: Animation_flash 2s ease 1s infinite normal;
}
.navArea .navBoxList li:first-child .btn a {
  color: #1098d7;
}
.navArea .navBoxList li:first-child .btn a::after {
  background: -webkit-gradient(linear, left top, right top, from(#1098d7), to(#4fd3ee));
  background: -webkit-linear-gradient(left, #1098d7, #4fd3ee);
  background: linear-gradient(to right, #1098d7, #4fd3ee);
}
.navArea .navBoxList li:nth-child(2)::after {
  -webkit-animation: Animation_flash 2s ease 1.2s infinite normal;
          animation: Animation_flash 2s ease 1.2s infinite normal;
}
.navArea .navBoxList li:nth-child(3)::after {
  -webkit-animation: Animation_flash 2s ease 1.4s infinite normal;
          animation: Animation_flash 2s ease 1.4s infinite normal;
}
.navArea .navBoxList li p {
  position: relative;
  z-index: 2;
}
.navArea .navBoxList li .sttl {
  font-size: 20px;
  line-height: 1.2em;
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
}
@media (max-width: 1440px) {
  .navArea .navBoxList li .sttl {
    font-size: 1.4vw;
  }
}
@media (max-width: 991px) {
  .navArea .navBoxList li .sttl {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .navArea .navBoxList li .sttl {
    font-size: 3.5vw;
  }
}
.navArea .navBoxList li .ttl {
  font-size: 35px;
  line-height: 1.2em;
  margin: 20px 0;
}
@media (max-width: 1440px) {
  .navArea .navBoxList li .ttl {
    font-size: 2.5vw;
  }
}
@media (max-width: 991px) {
  .navArea .navBoxList li .ttl {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .navArea .navBoxList li .ttl {
    font-size: 5vw;
  }
}
.navArea .navBoxList li .txt {
  font-size: 20px;
  line-height: 1.8em;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .navArea .navBoxList li .txt {
    font-size: 1.4vw;
  }
}
@media (max-width: 991px) {
  .navArea .navBoxList li .txt {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .navArea .navBoxList li .txt {
    font-size: 3.5vw;
  }
}
.navArea .navBoxList li .btn {
  margin-top: auto;
}
.navArea .navBoxList li .btn a {
  display: block;
  background: #fff;
  border-radius: 80px;
  color: #0c296d;
  font-size: 24px;
  line-height: 1;
  padding: 20px 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1440px) {
  .navArea .navBoxList li .btn a {
    font-size: 1.7vw;
  }
}
@media (max-width: 991px) {
  .navArea .navBoxList li .btn a {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .navArea .navBoxList li .btn a {
    font-size: 4.2vw;
  }
}
@media (min-width: 992px) {
  .navArea .navBoxList li .btn a:hover, .navArea .navBoxList li .btn a:focus {
    color: #fff;
  }
  .navArea .navBoxList li .btn a:hover::after, .navArea .navBoxList li .btn a:focus::after {
    width: 100%;
  }
}
.navArea .navBoxList li .btn a span {
  position: relative;
  z-index: 2;
}
.navArea .navBoxList li .btn a::after {
  content: "";
  width: 0;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#0c296d), to(#274fb3));
  background: -webkit-linear-gradient(left, #0c296d, #274fb3);
  background: linear-gradient(to right, #0c296d, #274fb3);
  -webkit-transition: width 0.4s ease 0s;
  transition: width 0.4s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@-webkit-keyframes Animation_flash {
  20% {
    opacity: 0;
    -webkit-transform: scale(5);
            transform: scale(5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}

@keyframes Animation_flash {
  20% {
    opacity: 0;
    -webkit-transform: scale(5);
            transform: scale(5);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(5);
            transform: scale(5);
  }
}
.stepArea {
  padding: 80px 0 0;
  background: #edf4f9;
}
@media (max-width: 767px) {
  .stepArea {
    padding: 40px 0 0;
  }
}
.stepArea .ttl01 {
  font-weight: bold;
  color: #0068ac;
  font-size: 35px;
  line-height: 1.2em;
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 1440px) {
  .stepArea .ttl01 {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .stepArea .ttl01 {
    font-size: 4.5vw;
  }
}
.stepArea .ttl01::before {
  content: "";
  width: 100%;
  height: 2px;
  background: #0068ac;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 5;
}
.stepArea .stepBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .stepArea .stepBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stepArea .stepBox .stepTtl {
  width: 13.3967789165%;
  position: relative;
}
@media (max-width: 767px) {
  .stepArea .stepBox .stepTtl {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .stepArea .stepBox .stepTtl::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #9fa0a0;
    top: 0;
    left: 50%;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .stepArea .stepBox .stepTtl figure {
    width: 100%;
    background: #edf4f9;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 5;
    margin-bottom: 100px;
  }
}
.stepArea .stepBox .stepMain {
  width: 83.5%;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .stepArea .stepBox .stepMain {
    width: 100%;
    padding: 20px 0 60px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
}
@media (max-width: 767px) {
  .stepArea .stepBox .stepMain::before {
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    background: #9fa0a0;
    top: 0;
    left: 15px;
    z-index: 1;
  }
}
.stepArea .stepBox .tag {
  color: #fff;
  font-size: 31px;
  line-height: 1;
  padding: 10px 20px;
  display: inline-block;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .stepArea .stepBox .tag {
    font-size: 2.2vw;
  }
}
@media (max-width: 767px) {
  .stepArea .stepBox .tag {
    font-size: 4.2vw;
    padding: 8px 15px;
  }
}
.stepArea .stepBox.step01 .tag {
  background: #0068ac;
}
.stepArea .stepBox.step02 .tag {
  background: #3386bc;
}
.stepArea .stepBox.step03 .tag {
  background: #66a4cd;
}
.stepArea .stepBox .ttl02 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .stepArea .stepBox .ttl02 {
    font-size: 2.8vw;
  }
}
@media (max-width: 767px) {
  .stepArea .stepBox .ttl02 {
    font-size: 5vw;
  }
}
.stepArea .stepBox .sttl01 {
  font-size: 35px;
  font-weight: bold;
  line-height: 1;
  color: #0068ac;
  margin: 60px 0 10px;
}
@media (max-width: 1440px) {
  .stepArea .stepBox .sttl01 {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .stepArea .stepBox .sttl01 {
    font-size: 4.5vw;
    margin: 30px 0 10px;
  }
}
.stepArea .stepBox .txt02, .stepArea .stepBox .txt03 {
  line-height: 1.8em;
  font-size: 26px;
  margin-top: 60px;
}
@media (max-width: 1440px) {
  .stepArea .stepBox .txt02, .stepArea .stepBox .txt03 {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .stepArea .stepBox .txt02, .stepArea .stepBox .txt03 {
    font-size: 4vw;
    margin-top: 30px;
  }
}
.stepArea .stepBox .txt02 strong, .stepArea .stepBox .txt03 strong {
  font-size: 150%;
  font-weight: normal;
}
.stepArea .stepBox .txt02 span, .stepArea .stepBox .txt03 span {
  border-bottom: solid 1px #000;
  font-weight: bold;
}
.stepArea .stepBox .txt03 {
  font-weight: bold;
  margin-top: 0;
}
.stepArea .stepBox .note01, .stepArea .stepBox .note02 {
  font-size: 12px;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  .stepArea .stepBox .note01, .stepArea .stepBox .note02 {
    font-size: 10px;
  }
}
.stepArea .stepBox .note01.mt, .stepArea .stepBox .note02.mt {
  margin-top: 10px;
}
.stepArea .stepBox .note01 {
  text-indent: -1em;
  padding-left: 1em;
}
.stepArea .stepBox .note02 {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
.stepArea .stepBox .flowBox {
  background: #7db2d5;
  margin-top: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 5%;
}
@media (max-width: 767px) {
  .stepArea .stepBox .flowBox {
    margin-top: 30px;
  }
}
.stepArea .stepBox .flowBox p {
  color: #fff;
}
.stepArea .stepBox .flowBox p.sttl01 {
  margin-top: 0;
}
.stepArea .stepBox .flowBox p.txt03 {
  margin-top: 0;
}
.stepArea .stepBox .flowList01 {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .stepArea .stepBox .flowList01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    margin-top: 20px;
  }
}
.stepArea .stepBox .flowList01.noarw li::before {
  display: none;
}
.stepArea .stepBox .flowList01.col4 li {
  width: 22.5%;
}
@media (max-width: 767px) {
  .stepArea .stepBox .flowList01.col4 li {
    width: 100%;
  }
}
.stepArea .stepBox .flowList01.col4 li:not(:last-child)::before {
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 10px #fff;
  position: absolute;
  top: 50%;
  right: calc(-5% - 10px);
  margin-top: -15px;
  z-index: 5;
}
@media (max-width: 1440px) {
  .stepArea .stepBox .flowList01.col4 li:not(:last-child)::before {
    border-top: solid 1.1vw transparent;
    border-bottom: solid 1.1vw transparent;
    border-left: solid 1.1vw #fff;
    right: calc(-5% - 1.1vw);
    margin-top: -1.1vw;
  }
}
@media (max-width: 767px) {
  .stepArea .stepBox .flowList01.col4 li:not(:last-child)::before {
    border-bottom: none;
    border-left: solid 2vw transparent;
    border-right: solid 2vw transparent;
    border-top: solid 2vw #fff;
    top: auto;
    bottom: calc(-2vw - 10px);
    left: 50%;
    margin: 0 0 0 -2vw;
  }
}
.stepArea .stepBox .flowList01 li {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
@media (max-width: 767px) {
  .stepArea .stepBox .flowList01 li {
    width: 100%;
  }
}
.stepArea .stepBox .flowList01 li:not(:last-child)::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 20px transparent;
  border-bottom: solid 20px transparent;
  border-left: solid 20px #fff;
  position: absolute;
  top: 50%;
  right: calc(-5% - 20px);
  margin-top: -20px;
  z-index: 5;
}
@media (max-width: 1440px) {
  .stepArea .stepBox .flowList01 li:not(:last-child)::before {
    border-top: solid 1.4vw transparent;
    border-bottom: solid 1.4vw transparent;
    border-left: solid 1.4vw #fff;
    right: calc(-5% - 1.4vw);
    margin-top: -1.4vw;
  }
}
@media (max-width: 767px) {
  .stepArea .stepBox .flowList01 li:not(:last-child)::before {
    border-bottom: none;
    border-left: solid 2vw transparent;
    border-right: solid 2vw transparent;
    border-top: solid 2vw #fff;
    top: auto;
    bottom: calc(-2vw - 10px);
    left: 50%;
    margin: 0 0 0 -2vw;
  }
}
.stepArea .stepBox .flowList01 li .txtBox {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #0068ac;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 3%;
}
.stepArea .stepBox .flowList01 li .txtBox p {
  font-size: 18px;
  line-height: 1.5em;
  color: #fff;
}
@media (max-width: 1440px) {
  .stepArea .stepBox .flowList01 li .txtBox p {
    font-size: 1.28vw;
  }
}
@media (max-width: 767px) {
  .stepArea .stepBox .flowList01 li .txtBox p {
    font-size: 3.5vw;
  }
}
.stepArea .stepBox .recomendList {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .stepArea .stepBox .recomendList {
    margin-top: 20px;
  }
}
.stepArea .stepBox .recomendList li {
  position: relative;
  line-height: 1.5em;
  font-size: 26px;
  border-bottom: solid 2px #0068ac;
  padding: 15px 0 15px 90px;
}
@media (max-width: 1440px) {
  .stepArea .stepBox .recomendList li {
    font-size: 1.8vw;
    padding: 15px 0 15px 6.4vw;
  }
}
@media (max-width: 767px) {
  .stepArea .stepBox .recomendList li {
    font-size: 4vw;
    padding: 2vw 0 2vw 10vw;
  }
}
.stepArea .stepBox .recomendList li:not(:last-child) {
  margin-bottom: 10px;
}
.stepArea .stepBox .recomendList li::before {
  content: "";
  width: 64px;
  height: 57px;
  background: url(../../common/img/limited/icon_check.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  margin-top: -35px;
}
@media (max-width: 1440px) {
  .stepArea .stepBox .recomendList li::before {
    width: 4.5714vw;
    height: 4.07142vw;
    margin-top: -2.6vw;
  }
}
@media (max-width: 767px) {
  .stepArea .stepBox .recomendList li::before {
    width: 8vw;
    height: 7.125vw;
    margin-top: -4vw;
  }
}
.stepArea .stepBox .preparationBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .stepArea .stepBox .preparationBox {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stepArea .stepBox .preparationBox .imgArea {
  width: 40%;
}
@media (max-width: 767px) {
  .stepArea .stepBox .preparationBox .imgArea {
    width: 100%;
    margin-bottom: 30px;
  }
}
.stepArea .stepBox .preparationBox .imgArea .sttl01 {
  margin-top: 0;
}
.stepArea .stepBox .preparationBox .imgArea .img01 {
  margin-top: 20px;
}
.stepArea .stepBox .preparationBox .txtArea {
  width: 55%;
}
@media (max-width: 767px) {
  .stepArea .stepBox .preparationBox .txtArea {
    width: 100%;
  }
}
.stepArea .stepBox .preparationBox .txtArea .txt04 {
  line-height: 1.5em;
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .stepArea .stepBox .preparationBox .txtArea .txt04 {
    font-size: 1.3vw;
  }
}
@media (max-width: 767px) {
  .stepArea .stepBox .preparationBox .txtArea .txt04 {
    font-size: 3.5vw;
  }
}
.stepArea .stepBox .guideBox {
  margin-top: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .stepArea .stepBox .guideBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}
.stepArea .stepBox .guideBox .txtArea {
  background: #66a4cd;
  width: 60%;
  padding: 50px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .stepArea .stepBox .guideBox .txtArea {
    width: 100%;
    padding: 30px 5%;
  }
}
.stepArea .stepBox .guideBox .txtArea p {
  color: #fff;
}
.stepArea .stepBox .guideBox .txtArea p.sttl01 {
  margin-top: 0;
}
.stepArea .stepBox .guideBox .txtArea ul {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .stepArea .stepBox .guideBox .txtArea ul {
    margin-top: 15px;
  }
}
.stepArea .stepBox .guideBox .txtArea ul li {
  color: #fff;
  line-height: 1.8em;
  font-size: 24px;
  text-indent: -0.8em;
  padding-left: 0.8em;
}
@media (max-width: 1440px) {
  .stepArea .stepBox .guideBox .txtArea ul li {
    font-size: 1.7vw;
  }
}
@media (max-width: 767px) {
  .stepArea .stepBox .guideBox .txtArea ul li {
    font-size: 3.6vw;
  }
}
.stepArea .stepBox .guideBox .txtArea ul li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .stepArea .stepBox .guideBox .txtArea ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.stepArea .stepBox .guideBox .txtArea ul li small {
  font-size: 12px;
}
.stepArea .stepBox .guideBox .imgArea {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .stepArea .stepBox .guideBox .imgArea {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.stepArea .stepBox .guideBox .imgArea figure {
  height: 100%;
}
@media (max-width: 767px) {
  .stepArea .stepBox .guideBox .imgArea figure {
    width: 100%;
    height: 30vw;
  }
}
.stepArea .stepBox .guideBox .imgArea figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stepArea .stepBox .inBox {
  width: 90%;
  margin: 0 auto;
}

.stepArea02 {
  padding-top: 40px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .stepArea02 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .stepArea02 {
    padding-top: 60px;
  }
}
.stepArea02 .threeStep {
  background: #f0f0f0;
  padding: 120px 0;
  position: relative;
}
@media (max-width: 767px) {
  .stepArea02 .threeStep {
    padding: 60px 0;
  }
}
.stepArea02 .threeStep::before {
  content: "";
  width: 80px;
  height: 80px;
  background: #0068ac;
  border-radius: 50%;
  position: absolute;
  bottom: -40px;
  left: 50%;
  margin-left: -40px;
  -webkit-animation: aniArrow 1.5s ease 0s infinite alternate;
          animation: aniArrow 1.5s ease 0s infinite alternate;
}
@media (max-width: 767px) {
  .stepArea02 .threeStep::before {
    width: 40px;
    height: 40px;
    bottom: -20px;
    margin-left: -20px;
  }
}
.stepArea02 .threeStep::after {
  content: "";
  width: 20px;
  height: 20px;
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .stepArea02 .threeStep::after {
    width: 10px;
    height: 10px;
    bottom: -3px;
    margin-left: -5px;
  }
}
.stepArea02 .threeStep .ttl01 {
  text-align: center;
  margin-bottom: 60px;
}
.stepArea02 .threeStep .ttl01 p {
  font-size: 30px;
}
@media (max-width: 1440px) {
  .stepArea02 .threeStep .ttl01 p {
    font-size: 2.3vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .threeStep .ttl01 p {
    font-size: 4.8vw;
  }
}
@media (min-width: 768px) {
  .stepArea02 .threeStep .threeStepBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.stepArea02 .threeStep .threeStepBox .inBox {
  text-align: center;
}
@media (min-width: 768px) {
  .stepArea02 .threeStep .threeStepBox .inBox {
    width: 28%;
  }
}
.stepArea02 .threeStep .threeStepBox .inBox:not(:last-child) {
  position: relative;
}
@media (max-width: 767px) {
  .stepArea02 .threeStep .threeStepBox .inBox:not(:last-child) {
    margin-bottom: 70px;
  }
}
.stepArea02 .threeStep .threeStepBox .inBox:not(:last-child)::before {
  content: "";
  width: 40px;
  height: 20px;
  background: url(../img/limited/arrow01.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
}
@media (min-width: 768px) {
  .stepArea02 .threeStep .threeStepBox .inBox:not(:last-child)::before {
    top: 50%;
    right: calc(-6% - 40px);
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .threeStep .threeStepBox .inBox:not(:last-child)::before {
    width: 30px;
    height: 15px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    bottom: -40px;
    left: 50%;
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .threeStep .threeStepBox .inBox figure img {
    width: 100%;
    max-width: 200px;
  }
}
.stepArea02 .threeStep .threeStepBox .inBox p.ttl {
  font-size: 32px;
  line-height: 1.5em;
  margin: 20px 0 10px;
}
@media (max-width: 1440px) {
  .stepArea02 .threeStep .threeStepBox .inBox p.ttl {
    font-size: 2.3vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .threeStep .threeStepBox .inBox p.ttl {
    font-size: 5vw;
  }
}
.stepArea02 .threeStep .threeStepBox .inBox p.tag {
  max-width: 100%;
  min-width: 70%;
  display: inline-block;
  border: solid 1px #0068ac;
  color: #0068ac;
  background: #fff;
  font-size: 18px;
  line-height: 1.1em;
  padding: 5px 10px;
  border-radius: 5px;
}
@media (max-width: 1440px) {
  .stepArea02 .threeStep .threeStepBox .inBox p.tag {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .stepArea02 .threeStep .threeStepBox .inBox p.tag {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .threeStep .threeStepBox .inBox p.tag {
    font-size: 12px;
  }
}
.stepArea02 .bnrWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .stepArea02 .bnrWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
}
.stepArea02 .bnrWrap .bnrBox {
  width: 49%;
  margin: 0;
}
@media (max-width: 767px) {
  .stepArea02 .bnrWrap .bnrBox {
    width: 100%;
  }
}
.stepArea02 .bnrWrap .bnrBox a {
  height: 100%;
}
.stepArea02 .bnrBox {
  width: 100%;
  max-width: 790px;
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .stepArea02 .bnrBox {
    margin: 0 auto 40px;
  }
}
.stepArea02 .bnrBox:last-child {
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  .stepArea02 .bnrBox:last-child {
    margin: 40px auto 0;
  }
}
.stepArea02 .bnrBox.b02 {
  margin: 80px auto 0;
}
@media (max-width: 767px) {
  .stepArea02 .bnrBox.b02 {
    margin: 40px auto 0;
  }
}
.stepArea02 .bnrBox a {
  display: block;
  padding: 30px;
  background: #002662;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
  position: relative;
}
@media (max-width: 991px) {
  .stepArea02 .bnrBox a {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) {
  .stepArea02 .bnrBox a:hover {
    opacity: 0.7;
  }
}
.stepArea02 .bnrBox a::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}
.stepArea02 .bnrBox a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #002662;
  border-right: solid 1px #002662;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  bottom: 16px;
  right: 18px;
  z-index: 3;
}
.stepArea02 .bnrBox a p {
  color: #fff;
  text-align: center;
}
.stepArea02 .bnrBox a p.ttl {
  font-size: 30px;
  line-height: 1.2em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #fff;
}
@media (max-width: 1440px) {
  .stepArea02 .bnrBox a p.ttl {
    font-size: 2.14vw;
  }
}
@media (max-width: 991px) {
  .stepArea02 .bnrBox a p.ttl {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .bnrBox a p.ttl {
    font-size: 5vw;
    padding-bottom: 10px;
  }
}
.stepArea02 .bnrBox a p.txt {
  font-size: 18px;
  line-height: 1.8em;
}
@media (max-width: 1440px) {
  .stepArea02 .bnrBox a p.txt {
    font-size: 1.3vw;
  }
}
@media (max-width: 991px) {
  .stepArea02 .bnrBox a p.txt {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .bnrBox a p.txt {
    font-size: 3.6vw;
  }
}
.stepArea02 .stepBox {
  padding: 180px 0;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox {
    padding: 60px 0;
  }
}
.stepArea02 .stepBox .inner01 {
  position: relative;
}
.stepArea02 .stepBox .ttlBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .ttlBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
.stepArea02 .stepBox .ttlBox .step {
  width: 17%;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .ttlBox .step {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .ttlBox .step img {
    width: 100%;
    max-width: 80px;
  }
}
.stepArea02 .stepBox .ttlBox .ttlArea {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 16%;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .ttlBox .ttlArea {
    width: 100%;
    padding-left: 25%;
  }
}
.stepArea02 .stepBox .ttlBox .ttlArea .ttlpImg {
  width: 14%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .ttlBox .ttlArea .ttlpImg {
    width: 20%;
  }
}
.stepArea02 .stepBox .ttlBox .ttlArea .sttl {
  color: #0068ac;
  font-size: 31px;
  line-height: 1.5em;
  margin-bottom: 10px;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox .ttlBox .ttlArea .sttl {
    font-size: 2.2vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .ttlBox .ttlArea .sttl {
    font-size: 4.2vw;
    margin-bottom: 5px;
  }
}
.stepArea02 .stepBox .ttlBox .ttlArea .tag {
  margin-bottom: 10px;
}
.stepArea02 .stepBox .ttlBox .ttlArea .tag span {
  display: inline-block;
  background: #0068ac;
  color: #fff;
  line-height: 1.1em;
  font-size: 26px;
  border-radius: 10px;
  padding: 10px 20px;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox .ttlBox .ttlArea .tag span {
    font-size: 1.9vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .ttlBox .ttlArea .tag span {
    font-size: 3.5vw;
    padding: 8px 10px;
  }
}
.stepArea02 .stepBox .ttlBox .ttlArea .ttl {
  font-size: 48px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox .ttlBox .ttlArea .ttl {
    font-size: 3.4vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .ttlBox .ttlArea .ttl {
    font-size: 4.8vw;
  }
}
.stepArea02 .stepBox .ttlBox .ttlArea .txt {
  font-size: 22px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox .ttlBox .ttlArea .txt {
    font-size: 1.57vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .ttlBox .ttlArea .txt {
    font-size: 3.5vw;
  }
}
.stepArea02 .stepBox .movieWrap {
  margin-bottom: 120px;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox .movieWrap {
    margin-bottom: 8vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .movieWrap {
    margin-bottom: 80px;
  }
}
.stepArea02 .stepBox .movieArea02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 40px 4%;
}
.stepArea02 .stepBox .movieArea02 .inBox {
  width: 48%;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .movieArea02 .inBox {
    width: 100%;
  }
}
.stepArea02 .stepBox .movieArea02 .ttl {
  padding-left: 1.5em;
  position: relative;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox .movieArea02 .ttl {
    font-size: 1.71vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .movieArea02 .ttl {
    font-size: 4vw;
    margin-bottom: 10px;
  }
}
.stepArea02 .stepBox .movieArea02 .ttl::before {
  content: "";
  width: 1em;
  height: 1em;
  background: #0068ac;
  border-radius: 50%;
  position: absolute;
  top: 0.2em;
  left: 0;
}
.stepArea02 .stepBox .movieArea02 .ttl span {
  color: #0068ac;
}
.stepArea02 .stepBox .movieArea02 .ttl.point {
  padding-left: 5em;
}
.stepArea02 .stepBox .movieArea02 .ttl.point span {
  color: #0068ac;
  position: absolute;
  top: 0;
  left: 1.5em;
}
.stepArea02 .stepBox .movieArea02 .movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.stepArea02 .stepBox .movieArea02 .movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.stepArea02 .stepBox .ccBox {
  background: #E5F0F7;
  position: relative;
  border-top: solid 2px #0068ac;
  padding: 40px 10px;
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .ccBox {
    padding: 20px 10px;
    margin-bottom: 60px;
  }
}
.stepArea02 .stepBox .ccBox::before {
  content: "";
  width: 0;
  height: 0;
  border-left: solid 75px transparent;
  border-right: solid 75px transparent;
  border-top: solid 50px #E5F0F7;
  position: absolute;
  bottom: -50px;
  left: 50%;
  margin-left: -75px;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .ccBox::before {
    border-left: solid 40px transparent;
    border-right: solid 40px transparent;
    border-top: solid 20px #E5F0F7;
    position: absolute;
    bottom: -20px;
    margin-left: -40px;
  }
}
.stepArea02 .stepBox .ccBox .cc {
  display: inline-block;
  text-align: center;
  font-size: 32px;
  line-height: 1.5em;
  position: relative;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox .ccBox .cc {
    font-size: 2.3vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .ccBox .cc {
    font-size: 4vw;
  }
}
.stepArea02 .stepBox .ccBox .cc strong {
  color: #0068ac;
  background: #FFFF69;
}
.stepArea02 .stepBox .ccBox .cc small {
  font-size: 12px;
  line-height: 1.3em;
  display: block;
  text-align: left;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .ccBox .cc small {
    position: static;
    width: 100%;
    margin-top: 5px;
    font-size: 10px;
  }
}
.stepArea02 .stepBox .sttlBox {
  padding-left: 40px;
  position: relative;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .sttlBox {
    padding-left: 30px;
  }
}
.stepArea02 .stepBox .sttlBox::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #0068ac;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .sttlBox::before {
    width: 12px;
    height: 12px;
    top: 12px;
  }
}
.stepArea02 .stepBox .sttlBox .ttlTxt {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox .sttlBox .ttlTxt {
    font-size: 1.7vw;
  }
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox .sttlBox .ttlTxt {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .sttlBox .ttlTxt {
    font-size: 4vw;
    margin-top: 10px;
  }
}
.stepArea02 .stepBox .recommendBox {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: dashed 1px #ccc;
  position: relative;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox .recommendBox {
    padding-bottom: 7.14vw;
    margin-bottom: 7.14vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .recommendBox {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .stepArea02 .stepBox .recommendBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.stepArea02 .stepBox .recommendBox .ttlArea {
  width: 290px;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .recommendBox .ttlArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .recommendBox .ttlArea .sttlBox img {
    width: 142px;
  }
}
.stepArea02 .stepBox .recommendBox .checkArea {
  width: calc(97% - 290px);
  max-width: 1000px;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .recommendBox .checkArea {
    width: 100%;
  }
}
.stepArea02 .stepBox .recommendBox .checkArea .check li {
  padding-left: 65px;
  position: relative;
  font-size: 26px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox .recommendBox .checkArea .check li {
    font-size: 1.86vw;
  }
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox .recommendBox .checkArea .check li {
    font-size: 2.2vw;
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .recommendBox .checkArea .check li {
    font-size: 4vw;
    padding-left: 40px;
  }
}
.stepArea02 .stepBox .recommendBox .checkArea .check li:not(:last-child) {
  margin-bottom: 20px;
}
.stepArea02 .stepBox .recommendBox .checkArea .check li::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../img/limited/icon_check02.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox .recommendBox .checkArea .check li::before {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .recommendBox .checkArea .check li::before {
    width: 25px;
    height: 25px;
  }
}
.stepArea02 .stepBox .flowBox {
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: dashed 1px #ccc;
  position: relative;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .flowBox {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) {
  .stepArea02 .stepBox .flowBox .flowTtl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .flowBox .flowTtl {
    margin-bottom: 30px;
  }
}
.stepArea02 .stepBox .flowBox .flowTtl .ttlArea {
  width: 31%;
  min-width: 290px;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .flowBox .flowTtl .ttlArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .flowBox .flowTtl .ttlArea .sttlBox img {
    width: 62px;
  }
}
.stepArea02 .stepBox .flowBox .flowTtl .txtArea {
  width: 65%;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .flowBox .flowTtl .txtArea {
    width: 100%;
  }
}
.stepArea02 .stepBox .flowBox .flowTtl .txtArea .txt {
  color: #0068ac;
  font-size: 39px;
  font-weight: bold;
  text-align: right;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox .flowBox .flowTtl .txtArea .txt {
    font-size: 2.6vw;
  }
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox .flowBox .flowTtl .txtArea .txt {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .flowBox .flowTtl .txtArea .txt {
    text-align: left;
    font-size: 4.8vw;
  }
}
.stepArea02 .stepBox .flowBox .flowInBox {
  position: relative;
  border: solid 5px #CCE9F5;
  background: #fff;
  padding: 50px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox .flowBox .flowInBox {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .flowBox .flowInBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 10px;
  }
}
.stepArea02 .stepBox .flowBox .flowInBox .note {
  width: 100%;
  line-height: 1.5em;
  font-size: 10px;
  margin-top: 10px;
}
.stepArea02 .stepBox .flowBox .flowInBox .inBox {
  width: 33.3333%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .flowBox .flowInBox .inBox {
    width: 100%;
    padding: 30px 10px;
  }
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox .flowBox .flowInBox .inBox .icon01 img {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .flowBox .flowInBox .inBox .icon01 img {
    width: 60px;
  }
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox .flowBox .flowInBox .inBox .icon02 img {
    width: 84px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .flowBox .flowInBox .inBox .icon02 img {
    width: 63px;
  }
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox .flowBox .flowInBox .inBox .icon03 img {
    width: 125px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .flowBox .flowInBox .inBox .icon03 img {
    width: 94px;
  }
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox .flowBox .flowInBox .inBox .icon04 img {
    width: 125px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .flowBox .flowInBox .inBox .icon04 img {
    width: 94px;
  }
}
.stepArea02 .stepBox .flowBox .flowInBox .inBox:not(:last-child) {
  border-right: solid 1px #ccc;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .flowBox .flowInBox .inBox:not(:last-child) {
    border-right: none;
    border-bottom: solid 1px #ccc;
  }
}
.stepArea02 .stepBox .flowBox .flowInBox .inBox:not(:last-child)::before {
  content: "";
  width: 0;
  height: 0;
  border-top: solid 30px transparent;
  border-bottom: solid 30px transparent;
  border-left: solid 40px #e5e5e5;
  position: absolute;
  top: 50%;
  right: -40px;
  margin-top: -30px;
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox .flowBox .flowInBox .inBox:not(:last-child)::before {
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
    border-left: solid 30px #e5e5e5;
    right: -30px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .flowBox .flowInBox .inBox:not(:last-child)::before {
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    border-top: solid 15px #e5e5e5;
    border-bottom: none;
    right: auto;
    left: 50%;
    top: auto;
    bottom: -15px;
    margin-top: 0;
    margin-left: -15px;
  }
}
.stepArea02 .stepBox .flowBox .flowInBox .inBox .txt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox .flowBox .flowInBox .inBox .txt {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox .flowBox .flowInBox .inBox .txt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .flowBox .flowInBox .inBox .txt {
    font-size: 13px;
  }
}
@media (min-width: 768px) {
  .stepArea02 .stepBox .contentsBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.stepArea02 .stepBox .contentsBox .ttlArea {
  width: 24%;
  min-width: 290px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .contentsBox .ttlArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .contentsBox .ttlArea .sttlBox img {
    width: 118px;
  }
}
.stepArea02 .stepBox .contentsBox .ttlArea .pimg05 {
  margin-top: 20px;
  width: 80%;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .contentsBox .ttlArea .pimg05 {
    width: 100%;
    text-align: right;
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .contentsBox .ttlArea .pimg05 img {
    width: 100%;
    max-width: 150px;
  }
}
.stepArea02 .stepBox .contentsBox .txtArea {
  width: 73%;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .contentsBox .txtArea {
    width: 100%;
  }
}
.stepArea02 .stepBox .contentsBox .txtArea .txt {
  color: #0068ac;
  font-size: 39px;
  font-weight: bold;
  text-align: right;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox .contentsBox .txtArea .txt {
    font-size: 2.6vw;
  }
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox .contentsBox .txtArea .txt {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .contentsBox .txtArea .txt {
    text-align: left;
    font-size: 4.8vw;
  }
}
.stepArea02 .stepBox .contentsBox .txtArea .contentsList {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .stepArea02 .stepBox .contentsBox .txtArea .contentsList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .contentsBox .txtArea .contentsList {
    width: 80%;
    max-width: 300px;
    margin: 30px auto 0;
  }
}
.stepArea02 .stepBox .contentsBox .txtArea .contentsList li {
  width: 31%;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .contentsBox .txtArea .contentsList li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.stepArea02 .stepBox .contentsBox .txtArea .contentsList li .img {
  position: relative;
  margin-bottom: 10px;
}
.stepArea02 .stepBox .contentsBox .txtArea .contentsList li .img .circle {
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: 20px;
  line-height: 80px;
  background: #0092CD;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: -30px;
  left: -30px;
  z-index: 5;
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox .contentsBox .txtArea .contentsList li .img .circle {
    width: 60px;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    top: -20px;
    left: -20px;
  }
}
.stepArea02 .stepBox .contentsBox .txtArea .contentsList li .sttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox .contentsBox .txtArea .contentsList li .sttl {
    font-size: 1.4vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .contentsBox .txtArea .contentsList li .sttl {
    font-size: 3.5vw;
  }
}
.stepArea02 .stepBox .movieBox {
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  padding: 6px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  margin: 140px auto 0;
  position: relative;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .movieBox {
    margin: 80px auto 0;
    padding: 4px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
.stepArea02 .stepBox .movieBox .circle {
  width: 150px;
  height: 150px;
  background: #0092CD;
  border-radius: 50%;
  position: absolute;
  top: -60px;
  left: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .stepArea02 .stepBox .movieBox .circle {
    width: 120px;
    height: 120px;
    top: -40px;
    left: -40px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .movieBox .circle {
    width: 100px;
    height: 100px;
    top: -20px;
    left: -20px;
  }
}
.stepArea02 .stepBox .movieBox .circle p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  .stepArea02 .stepBox .movieBox .circle p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox .movieBox .circle p {
    font-size: 13px;
  }
}
.stepArea02 .stepBox .movieBox .movie {
  width: 100%;
  aspect-ratio: 16/9;
}
.stepArea02 .stepBox .movieBox .movie iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 991px) {
  .stepArea02 .stepBox .movieBox .movie iframe.mPc {
    display: none;
  }
}
@media (min-width: 992px) {
  .stepArea02 .stepBox .movieBox .movie iframe.mSp {
    display: none;
  }
}
.stepArea02 .stepBox.step01 .pimg01 {
  width: 18.9604685212%;
  bottom: 0;
  right: -16%;
}
@media (max-width: 1600px) {
  .stepArea02 .stepBox.step01 .pimg01 {
    bottom: 48px;
    right: -5%;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step01 .pimg01 {
    width: 25%;
    max-width: 80px;
    bottom: auto;
    top: -105px;
  }
}
.stepArea02 .stepBox.step01 .pimg02 {
  width: 14.5680819912%;
  left: -14%;
  bottom: -40px;
}
@media (max-width: 1600px) {
  .stepArea02 .stepBox.step01 .pimg02 {
    width: 8%;
    left: -5%;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step01 .pimg02 {
    width: 18%;
    max-width: 80px;
    bottom: -60px;
  }
}
.stepArea02 .stepBox.step01 .pimg03 {
  width: 13.7628111274%;
  right: -13%;
  bottom: -40px;
}
@media (max-width: 1600px) {
  .stepArea02 .stepBox.step01 .pimg03 {
    width: 8%;
    right: -5%;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step01 .pimg03 {
    width: 20%;
    max-width: 80px;
    top: -60px;
    bottom: auto;
  }
}
.stepArea02 .stepBox.step01 .flowBox .flowInBox::before {
  content: "";
  width: 153px;
  height: 153px;
  background: url(../img/limited/icon_hikken.svg) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 10;
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox.step01 .flowBox .flowInBox::before {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step01 .flowBox .flowInBox::before {
    width: 80px;
    height: 80px;
  }
}
.stepArea02 .stepBox.step01 .flowBox .pimg.pimg04 {
  width: 9.6182634731%;
  bottom: -20px;
  right: -20px;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step01 .flowBox .pimg.pimg04 {
    width: 20%;
    bottom: -10px;
    right: -10px;
  }
}
.stepArea02 .stepBox.step02 {
  background: #E5F0F7;
}
.stepArea02 .stepBox.step02 .pimg05 {
  width: 20.7906295754%;
  bottom: 0;
  right: -14%;
}
@media (max-width: 1600px) {
  .stepArea02 .stepBox.step02 .pimg05 {
    bottom: 70px;
    right: -5%;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .pimg05 {
    width: 28%;
    max-width: 100px;
    bottom: 100px;
  }
}
.stepArea02 .stepBox.step02 .pimg06 {
  width: 11.420204978%;
  left: -11%;
  bottom: -20px;
}
@media (max-width: 1600px) {
  .stepArea02 .stepBox.step02 .pimg06 {
    left: -5%;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .pimg06 {
    width: 24%;
    max-width: 80px;
    left: auto;
    bottom: auto;
    right: 5%;
    top: -25px;
  }
}
.stepArea02 .stepBox.step02 .pimg07 {
  width: 26.5007320644%;
  right: -20%;
  bottom: -40px;
}
@media (max-width: 1600px) {
  .stepArea02 .stepBox.step02 .pimg07 {
    width: 13%;
    right: -5%;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .pimg07 {
    width: 40%;
    max-width: 120px;
  }
}
.stepArea02 .stepBox.step02 .pimg08 {
  width: 11.383601757%;
  left: -13%;
  bottom: 40px;
}
@media (max-width: 1600px) {
  .stepArea02 .stepBox.step02 .pimg08 {
    width: 8%;
    left: -5%;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .pimg08 {
    width: 15%;
    bottom: auto;
    top: 150px;
  }
}
.stepArea02 .stepBox.step02 .ttlBox .ttlArea .ttlpImg {
  text-align: center;
}
.stepArea02 .stepBox.step02 .ttlBox .ttlArea .ttlpImg img {
  width: 60%;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .ttlBox .ttlArea .ttlpImg img {
    width: 90%;
  }
}
.stepArea02 .stepBox.step02 .ccBox {
  background: #fff;
}
.stepArea02 .stepBox.step02 .ccBox::before {
  border-top: solid 50px #fff;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .ccBox::before {
    border-top: solid 20px #fff;
  }
}
.stepArea02 .stepBox.step02 .cc02 {
  text-align: center;
  color: #0068ac;
  margin-bottom: 40px;
  line-height: 1.5em;
  font-size: 39px;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox.step02 .cc02 {
    font-size: 2.6vw;
  }
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox.step02 .cc02 {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .cc02 {
    font-size: 4.8vw;
  }
}
.stepArea02 .stepBox.step02 .onlineBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .onlineBox {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
}
.stepArea02 .stepBox.step02 .onlineBox .time .ttl {
  background: #CCE9F5;
  text-align: center;
  color: #0068ac;
  font-size: 20px;
  line-height: 1;
  padding: 8px 10px;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox.step02 .onlineBox .time .ttl {
    font-size: 1.5vw;
  }
}
@media (max-width: 991px) {
  .stepArea02 .stepBox.step02 .onlineBox .time .ttl {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .onlineBox .time .ttl {
    font-size: 3.5vw;
  }
}
.stepArea02 .stepBox.step02 .onlineBox .time .timeTxt {
  background: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  padding: 10px 20px;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox.step02 .onlineBox .time .timeTxt {
    font-size: 2.14vw;
  }
}
@media (max-width: 991px) {
  .stepArea02 .stepBox.step02 .onlineBox .time .timeTxt {
    font-size: 2.4vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .onlineBox .time .timeTxt {
    font-size: 4.5vw;
    padding: 10px 10px;
  }
}
.stepArea02 .stepBox.step02 .onlineBox .time .timeTxt strong {
  font-weight: normal;
  font-size: 150%;
  line-height: 1;
}
.stepArea02 .stepBox.step02 .onlineBox .txtArea p {
  font-size: 20px;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox.step02 .onlineBox .txtArea p {
    font-size: 1.5vw;
  }
}
@media (max-width: 991px) {
  .stepArea02 .stepBox.step02 .onlineBox .txtArea p {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .onlineBox .txtArea p {
    font-size: 3.5vw;
  }
}
.stepArea02 .stepBox.step02 .flowBox .flowInBox .inBox {
  width: 25%;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .flowBox .flowInBox .inBox {
    width: 100%;
  }
}
.stepArea02 .stepBox.step02 .flowBox .pimg.pimg09 {
  width: 15.119760479%;
  bottom: -40px;
  right: -40px;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .flowBox .pimg.pimg09 {
    width: 20%;
    max-width: 70px;
    bottom: 30px;
    right: -10px;
  }
}
@media (min-width: 768px) {
  .stepArea02 .stepBox.step02 .preparationBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.stepArea02 .stepBox.step02 .preparationBox .preparationBox02 {
  width: 66.3173652695%;
  position: relative;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .preparationBox .preparationBox02 {
    width: 100%;
    margin-bottom: 30px;
  }
}
.stepArea02 .stepBox.step02 .preparationBox .preparationTtl {
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .preparationBox .preparationTtl {
    margin-bottom: 30px;
  }
}
.stepArea02 .stepBox.step02 .preparationBox .preparationInBox {
  background: #fff;
  border: solid 5px #CCE9F5;
  padding: 30px 20px;
  text-align: center;
}
.stepArea02 .stepBox.step02 .preparationBox .preparationInBox p {
  font-size: 30px;
  color: #0068ac;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox.step02 .preparationBox .preparationInBox p {
    font-size: 2.14vw;
  }
}
@media (max-width: 991px) {
  .stepArea02 .stepBox.step02 .preparationBox .preparationInBox p {
    font-size: 2.4vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .preparationBox .preparationInBox p {
    font-size: 4.5vw;
  }
}
.stepArea02 .stepBox.step02 .preparationBox .txtArea {
  width: 30%;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .preparationBox .txtArea {
    width: 100%;
  }
}
.stepArea02 .stepBox.step02 .preparationBox .txtArea .ttl {
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 15px 0;
  font-size: 22px;
  text-align: center;
  line-height: 1.3em;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox.step02 .preparationBox .txtArea .ttl {
    font-size: 1.7vw;
  }
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox.step02 .preparationBox .txtArea .ttl {
    font-size: 2vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .preparationBox .txtArea .ttl {
    font-size: 4vw;
    margin-bottom: 20px;
  }
}
.stepArea02 .stepBox.step02 .preparationBox .txtArea .note {
  margin-top: 5px;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 991px) {
  .stepArea02 .stepBox.step02 .preparationBox .txtArea .note {
    font-size: 12px;
  }
}
.stepArea02 .stepBox.step02 .preparationBox .ttlArea {
  width: 297px;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .preparationBox .ttlArea {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .preparationBox .ttlArea .sttlBox img {
    width: 154px;
  }
}
.stepArea02 .stepBox.step02 .preparationBox .pimg10 {
  width: calc(100% - 350px);
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .stepArea02 .stepBox.step02 .preparationBox .pimg10 {
    width: calc(100% - 150px);
    max-width: 240px;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step02 .preparationBox .pimg10 {
    width: calc(100% - 150px);
    max-width: 180px;
    bottom: 70px;
  }
}
.stepArea02 .stepBox.step03 {
  position: relative;
  padding-bottom: 300px;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step03 {
    padding-bottom: 120px;
  }
}
.stepArea02 .stepBox.step03::before {
  content: "";
  width: 1px;
  height: 100px;
  background: #80B3D5;
  position: absolute;
  bottom: 80px;
  left: 50%;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step03::before {
    height: 30px;
    bottom: 50px;
  }
}
.stepArea02 .stepBox.step03 .modelRoomBox {
  position: relative;
  margin-bottom: 60px;
  margin-top: 120px;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step03 .modelRoomBox {
    padding-bottom: 25vw;
    margin-bottom: 30px;
    margin-top: 60px;
  }
}
.stepArea02 .stepBox.step03 .modelRoomBox .ttlArea {
  width: 50%;
  max-width: 610px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 10;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step03 .modelRoomBox .ttlArea {
    width: 70%;
  }
}
.stepArea02 .stepBox.step03 .modelRoomBox .ttlArea .txt {
  margin-top: 20px;
  font-size: 38px;
  line-height: 1.5em;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox.step03 .modelRoomBox .ttlArea .txt {
    font-size: 2.4vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step03 .modelRoomBox .ttlArea .txt {
    font-size: 4.6vw;
  }
}
.stepArea02 .stepBox.step03 .modelRoomBox .ttlArea .fukidashi {
  width: 25%;
  position: absolute;
  top: -40%;
  right: -15%;
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox.step03 .modelRoomBox .ttlArea .fukidashi {
    top: -30%;
    right: -20%;
  }
}
@media (max-width: 991px) {
  .stepArea02 .stepBox.step03 .modelRoomBox .ttlArea .fukidashi {
    top: -30%;
    right: -28%;
  }
}
.stepArea02 .stepBox.step03 .modelRoomBox .pimg11 {
  width: 20%;
  left: 0;
  bottom: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step03 .modelRoomBox .pimg11 {
    width: 30%;
  }
}
.stepArea02 .stepBox.step03 .modelRoomBox .pimg12 {
  width: 20%;
  right: -50px;
  bottom: 0;
  z-index: 5;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step03 .modelRoomBox .pimg12 {
    width: 30%;
    right: 0;
  }
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox.step03 .modelRoomBox .pimg12 figure figcaption.btm.ab {
    right: 30px;
  }
}
.stepArea02 .stepBox.step03 .tokutenBox {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step03 .tokutenBox {
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .stepArea02 .stepBox.step03 .tokutenBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox {
  width: 48%;
  position: relative;
  border: solid 5px #CCE9F5;
  background: #fff;
  padding: 40px 30px;
  text-align: center;
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox {
    width: 100%;
    padding: 25px 20px;
    margin-top: 10px;
  }
}
.stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox::before {
  content: "";
  width: 120px;
  height: 120px;
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 10;
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox::before {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox::before {
    width: 70px;
    height: 70px;
  }
}
.stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox:first-child::before {
  background: url(../img/limited/icon_tokuten01.svg) no-repeat center center;
  background-size: cover;
}
.stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox:last-child::before {
  background: url(../img/limited/icon_tokuten02.svg) no-repeat center center;
  background-size: cover;
}
.stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox .txt {
  font-size: 30px;
  color: #0068ac;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox .txt {
    font-size: 2.14vw;
  }
}
@media (max-width: 991px) {
  .stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox .txt {
    font-size: 2.4vw;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox .txt {
    font-size: 4.5vw;
  }
}
.stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox .stxt {
  font-size: 18px;
  color: #333;
  line-height: 1.2em;
  margin-top: 20px;
}
@media (max-width: 1440px) {
  .stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox .stxt {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox .stxt {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox .stxt {
    font-size: 13px;
  }
}
.stepArea02 .stepBox.step03 .tokutenBox .tokutenInBox .stxt span {
  display: inline-block;
  background: #FFFF00;
  border-radius: 5px;
  padding: 5px 10px;
}
.stepArea02 .stepBox.step03 .flowBox {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.stepArea02 .pimg {
  position: absolute;
  z-index: 10;
}

@-webkit-keyframes aniArrow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes aniArrow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.note01 {
  font-size: 10px;
}
.note01.right {
  text-align: right;
}
.note01.ind {
  text-indent: -1em;
  padding-left: 1em;
}
.note01.mt {
  margin-top: 20px;
}

.magazineArea {
  margin-top: 120px;
  padding: 12vw 0 80px;
  background: #fdfcf8;
}
@media (max-width: 767px) {
  .magazineArea {
    padding: 13vw 0 40px;
  }
}
.magazineArea .inner01 {
  width: 80%;
  max-width: 1000px;
  z-index: 5;
}
.magazineArea .inBox {
  position: relative;
}
.magazineArea .inBox .pimg {
  position: absolute;
  z-index: 1;
}
@media (max-width: 767px) {
  .magazineArea .inBox .pimg {
    display: none;
  }
}
.magazineArea .inBox .pimg.pimg01 {
  width: 20.5208333333%;
  top: 1%;
  right: 2%;
}
.magazineArea .inBox .pimg.pimg02 {
  width: 7.0833333333%;
  top: 10%;
  left: 4%;
}
.magazineArea .inBox .pimg.pimg03 {
  width: 6.40625%;
  top: 52%;
  right: 4%;
}
.magazineArea .inBox .pimg.pimg04 {
  width: 15.8854166667%;
  top: 65%;
  left: 2%;
}
.magazineArea .txtimg {
  width: 35%;
  position: absolute;
  top: -15vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 767px) {
  .magazineArea .txtimg {
    width: 60%;
    top: -25vw;
  }
}
.magazineArea .cc01 {
  font-weight: bold;
  color: #0068ac;
  text-align: center;
  font-size: 35px;
  line-height: 1.2em;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 1440px) {
  .magazineArea .cc01 {
    font-size: 2.5vw;
  }
}
@media (max-width: 767px) {
  .magazineArea .cc01 {
    font-size: 4.5vw;
    margin-bottom: 30px;
  }
}
.magazineArea .cc01:last-child {
  margin-top: 60px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .magazineArea .cc01:last-child {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.magazineArea .img01 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .magazineArea .img01 {
    margin-bottom: 30px;
  }
}
.magazineArea .img01 img {
  width: 100%;
  max-width: 800px;
}
.magazineArea .txt01 {
  text-align: center;
  line-height: 1.8em;
  font-size: 26px;
  color: #0068ac;
  margin-bottom: 80px;
}
@media (max-width: 1440px) {
  .magazineArea .txt01 {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .magazineArea .txt01 {
    font-size: 4vw;
    margin-bottom: 40px;
  }
}
.magazineArea h3 {
  position: relative;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .magazineArea h3 {
    margin-bottom: 30px;
  }
}
.magazineArea h3 span {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fdfcf8;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1440px) {
  .magazineArea h3 span img {
    width: 36.2857142857vw;
  }
}
@media (max-width: 767px) {
  .magazineArea h3 span img {
    width: 50vw;
  }
}
.magazineArea h3::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #0068ac;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}
.magazineArea .magazineBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .magazineArea .magazineBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.magazineArea .magazineBox.rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .magazineArea .magazineBox.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.magazineArea .magazineBox.rev .txtArea {
  background: #80b3d5;
}
.magazineArea .magazineBox .txtArea {
  width: 50%;
  background: #4c95c5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .magazineArea .magazineBox .txtArea {
    width: 100%;
    padding: 20px 5%;
  }
}
.magazineArea .magazineBox .txtArea .num {
  width: 24%;
  line-height: 1;
  margin-bottom: 30px;
}
.magazineArea .magazineBox .txtArea .magTtl01 {
  color: #fff;
  font-weight: bold;
  font-size: 45px;
  line-height: 1.3em;
  position: relative;
}
@media (max-width: 1440px) {
  .magazineArea .magazineBox .txtArea .magTtl01 {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .magazineArea .magazineBox .txtArea .magTtl01 {
    font-size: 5.5vw;
  }
}
.magazineArea .magazineBox .txtArea .magTtl01.s02 {
  font-size: 42px;
}
@media (max-width: 1440px) {
  .magazineArea .magazineBox .txtArea .magTtl01.s02 {
    font-size: 2.7vw;
  }
}
@media (max-width: 767px) {
  .magazineArea .magazineBox .txtArea .magTtl01.s02 {
    font-size: 5.2vw;
  }
}
.magazineArea .magazineBox .txtArea .magTtl01.s02 strong {
  font-size: 120%;
  line-height: 1.3em;
}
.magazineArea .magazineBox .txtArea .magTtl01 small {
  font-size: 60%;
}
.magazineArea .magazineBox .txtArea .btnView {
  margin-left: auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .magazineArea .magazineBox .txtArea .btnView {
    width: 100%;
    max-width: 354px;
  }
}
.magazineArea .magazineBox .txtArea .btnView a {
  font-weight: normal;
}
.magazineArea .magazineBox .txtArea .btnView.soon a {
  pointer-events: none;
  background: #666;
  color: #fff;
}
.magazineArea .magazineBox .txtArea .btnView.soon a::before {
  display: none;
}
.magazineArea .magazineBox .imgArea {
  width: 50%;
}
@media (max-width: 767px) {
  .magazineArea .magazineBox .imgArea {
    width: 100%;
  }
}
.magazineArea .magazineBox .imgArea figure {
  width: 100%;
  height: 100%;
}
.magazineArea .magazineBox .imgArea figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.movieArea {
  padding: 80px 50px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  text-align: center;
}
@media (max-width: 991px) {
  .movieArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .movieArea {
    padding: 40px 0;
  }
}
.movieArea a {
  display: inline-block;
  -webkit-transition: opacity 0.4s ease 0s;
  transition: opacity 0.4s ease 0s;
}
@media (min-width: 992px) {
  .movieArea a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 991px) {
  .movieArea .txtArea {
    width: 100%;
  }
}
.movieArea .txtArea p {
  color: #fff;
}
.movieArea .txtArea p.moTtl {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  .movieArea .txtArea p.moTtl {
    font-size: 4.6vw;
  }
}
@media (max-width: 767px) {
  .movieArea .txtArea p.moTtl {
    font-size: 8vw;
  }
}
.movieArea .txtArea p.moTxt {
  font-size: 24px;
  line-height: 1.5em;
}
@media (max-width: 1280px) {
  .movieArea .txtArea p.moTxt {
    font-size: 1.8vw;
  }
}
@media (max-width: 767px) {
  .movieArea .txtArea p.moTxt {
    font-size: 4vw;
  }
}
.movieArea .btnArea {
  width: 354px;
}
@media (max-width: 991px) {
  .movieArea .btnArea {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .movieArea .btnArea .btnView {
    margin-left: auto;
  }
}