@charset "utf8";

* {
  margin: 0;
  padding: 0;
}
picture {
  display: block;
  height: 100%;
  margin: 0 auto;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  ._pc{ display: none; }
}

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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}
img {
  width: 100%;
  height: auto;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip-path: inset(50%);
}
/*---------------------------
section
---------------------------*/
section {
  width: 100%;
}

/*---------------------------
article
---------------------------*/
.fv {
  position: relative;
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .fv {
    width: 100%;
  }  
}
.cta {
  position: absolute;
  left: 50%;
  width: 723px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .cta {
    width: calc(348vw / 3.6);
  }
}
.cta.p1 {
  bottom: 2.5%;
}
.cta.p2 {
  bottom: 2%;
}
.cta.p3 {
  bottom: 2%;
}
.cta.p4 {
  bottom: 3.6%;
}
.cta.p5 {
  bottom: 3%;
}
.cta.p6 {
  bottom: 2%;
}
.cta.p7 {
  bottom: 2%;
}
.cta.p8 {
  bottom: 6%;
}
.item-01__01 {
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-01__01 {
    width: 100%;
  }  
}
.item-02__01 {
  position: relative;
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-02__01 {
    width: 100%;
  }  
}
.item-03__01 {
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-03__01 {
    width: 100%;
  }  
}
.item-04__01 {
  position: relative;
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-04__01 {
    width: 100%;
  }  
}
.item-05__01 {
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-05__01 {
    width: 100%;
  }  
}
.item-06__01 {
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-06__01 {
    width: 100%;
  }  
}
.item-07__01 {
  position: relative;
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-07__01 {
    width: 100%;
  }  
}
.item-08__01 {
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-08__01 {
    width: 100%;
  }  
}
.item-09__01 {
  position: relative;
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-09__01 {
    width: 100%;
  }  
}
.item-10__01 {
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-10__01 {
    width: 100%;
  }  
}
.item-11__01 {
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-11__01 {
    width: 100%;
  }  
}
.item-12__01 {
  position: relative;
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-12__01 {
    width: 100%;
  }  
}
.item-13__01 {
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-13__01 {
    width: 100%;
  }  
}
.item-14__01 {
  position: relative;
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-14__01 {
    width: 100%;
  }  
}
.item-15__01 {
  position: relative;
  width: 750px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .item-15__01 {
    width: 100%;
  }  
}
/* 下部固定CTA */
.cta-area-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 calc(-4vw / 19.2) calc(10vw / 19.2) rgba(0, 0, 0, .2);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 767px) {
  .cta-area-fixed {
    box-shadow: 0 calc(-2vw / 3.6) calc(5vw / 3.6) rgba(0, 0, 0, .2);
  }
}
.cta-area-fixed.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.cta-box-fixed {
  display: flex;
  width: 723px;
  margin: 30px auto 30px;
}
@media screen and (max-width: 767px) {
  .cta-box-fixed {
    width: calc(348vw / 3.6);
    margin: calc(14vw / 3.6) auto calc(14vw / 3.6);
  }
}