@charset "UTF-8";
/* LP専用SCSS */
.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp-inline {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-inline {
    display: inline !important;
  }
}

.pc-inline {
  display: inline !important;
}
@media (max-width: 768px) {
  .pc-inline {
    display: none !important;
  }
}

.sp-flex {
  display: none !important;
}
@media (max-width: 768px) {
  .sp-flex {
    display: flex !important;
  }
}

.pc-flex {
  display: flex !important;
}
@media (max-width: 768px) {
  .pc-flex {
    display: none !important;
  }
}

.container {
  padding-top: 0;
}
#header-lp {
  position: relative;
  z-index: 100;
  height: 80px;
}
#header-lp .header-inner {
  padding: 50px 0 0;
  max-width: 1100px;
  margin: 0 auto;
}
#header-lp .header-logo {
  text-align: right;
}
#header-lp .header-logo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #header-lp {
    height: 8vw;
  }
  #header-lp .header-inner {
    padding: 9.3333333333vw 6.6666666667vw 0;
  }
  #header-lp .header-logo img {
    width: 28vw;
    height: auto;
  }
}

.lp-container {
  width: 100%;
  max-width: 100%;
  margin: -80px auto 0;
  padding: 0;
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .lp-container {
    margin-top: -8vw;
    font-size: 4vw;
  }
}

.lp-section--mv {
  padding-bottom: 150px;
  background: url("../img/section01-bg.jpg") no-repeat top;
}
@media (max-width: 768px) {
  .lp-section--mv {
    background: url("../img/section01-bg_sp.jpg") no-repeat top;
    padding-bottom: 13.3333333333vw;
    background-size: contain;
  }
}
.lp-section--mv .lp-mv__inner {
  margin: 0 auto;
}
.lp-section--mv .lp-mv__content01 {
  position: relative;
  max-width: 810px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content01 {
    max-width: 100%;
  }
}
.lp-section--mv .lp-mv__content01 .lp-mv__camera {
  position: absolute;
  right: -100px;
  top: 60px;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content01 .lp-mv__camera {
    position: static;
    text-align: center;
    margin: 0 auto;
    padding-top: 5.3333333333vw;
    right: 0;
  }
  .lp-section--mv .lp-mv__content01 .lp-mv__camera img {
    max-width: 100%;
    height: auto;
  }
}
.lp-section--mv .lp-mv__content01 .lp-mv__filmtxt {
  padding-top: 320px;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content01 .lp-mv__filmtxt {
    padding-top: 0;
    margin-top: -12vw;
    text-align: center;
  }
  .lp-section--mv .lp-mv__content01 .lp-mv__filmtxt img {
    max-width: 100%;
    margin: 0 auto;
    width: 67.2vw;
  }
}
.lp-section--mv .lp-mv__content02 {
  max-width: 1020px;
  margin: 100px auto;
  display: flex;
  gap: 10px;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content02 {
    margin: 8vw auto;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.lp-section--mv .lp-mv__content02 .lp-mv__content02-img img {
  max-width: 100%;
  height: auto;
}
.lp-section--mv .lp-mv__content02 .lp-mv__content02-txt {
  margin-top: 100px;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content02 .lp-mv__content02-txt {
    text-align: center;
    font-size: 4vw;
    margin-top: 6.6666666667vw;
  }
}
.lp-section--mv .lp-mv__content02 .lp-mv__content02-txt__middle {
  margin-top: 25px;
  margin-left: 70px;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content02 .lp-mv__content02-txt__middle {
    margin-top: 6.6666666667vw;
    margin-left: 0;
  }
}
.lp-section--mv .lp-mv__content02 .lp-mv__content02-txt__bottom {
  margin-top: 25px;
  margin-left: 140px;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content02 .lp-mv__content02-txt__bottom {
    margin-top: 6.6666666667vw;
    margin-left: 0;
  }
}
.lp-section--mv .lp-mv__content03, .lp-section--mv .lp-mv__content04 {
  max-width: 1050px;
  margin: 0 auto;
  position: relative;
}
.lp-section--mv .lp-mv__content03 .lp-mv__content-line, .lp-section--mv .lp-mv__content04 .lp-mv__content-line {
  position: absolute;
  top: 34px;
  height: 1px;
  width: 100%;
  display: block;
  z-index: 0;
}
.lp-section--mv .lp-mv__content03 .lp-mv__content-line:after, .lp-section--mv .lp-mv__content04 .lp-mv__content-line:after {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  height: 1px;
  width: 100%;
  background: #929292;
  display: block;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content03 .lp-mv__content-line, .lp-section--mv .lp-mv__content04 .lp-mv__content-line {
    width: 86%;
    margin: 0 auto;
    top: 1.8em;
    left: 0;
    right: 0;
  }
}
.lp-section--mv .lp-mv__content03 .lp-mv__content-cont, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont {
  position: relative;
  z-index: 10;
  display: flex;
  gap: 35px;
  max-width: 740px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content03 .lp-mv__content-cont, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
.lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-img, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-img {
  width: 320px;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-img, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-img img, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-img img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-img img, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-img img {
    width: 72vw;
    margin: 0 auto;
  }
}
.lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-txt, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt {
  width: 380px;
  margin-top: 10px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-txt, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt {
    width: 100%;
    font-size: 4vw;
    text-align: center;
  }
}
.lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-txt__title-en, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt__title-en {
  display: inline-block;
  background: #fff;
  font-family: "Noto Serif Jp", sans-serif;
  font-size: 20px;
  color: #555;
}
.lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-txt__title-en i, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt__title-en i {
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-txt__title-en, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt__title-en {
    font-size: 4vw;
  }
  .lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-txt__title-en i, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt__title-en i {
    font-size: 1.05em;
  }
}
.lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-txt__title, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt__title {
  margin-top: 20px;
  font-family: "Noto Serif Jp", sans-serif;
  font-style: italic;
  font-size: 24px;
  font-weight: bold;
}
.lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-txt__title span, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt__title span {
  font-size: 30px;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-txt__title, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt__title {
    margin-top: 0.25em;
    font-size: 4.8vw;
  }
  .lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-txt__title span, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt__title span {
    font-size: 6.4vw;
  }
}
.lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-txt__desc, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt__desc {
  margin-top: 0.5em;
  padding-left: 0.5em;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-txt__desc, .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt__desc {
    margin: 0.5em auto;
    padding: 0;
    width: 86%;
    text-align: left;
  }
}
.lp-section--mv .lp-mv__content03 {
  margin-top: 100px;
}
.lp-section--mv .lp-mv__content03 .lp-mv__content-cont .lp-mv__content-cont-img img {
  box-shadow: 15px 15px 30px 15px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content03 {
    margin-top: 13.3333333333vw;
  }
}
.lp-section--mv .lp-mv__content04 {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content04 {
    margin-top: 13.3333333333vw;
  }
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content04 .lp-mv__content-cont {
    flex-direction: column-reverse;
  }
}
.lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-img {
  width: 300px;
  margin-left: 10px;
  margin-top: 90px;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-img {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
.lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt {
  width: 400px;
  margin-top: 10px;
  font-size: 15px;
  text-align: right;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt {
    width: 100%;
    font-size: 4vw;
    text-align: center;
  }
}
.lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt__title {
  margin-top: 20px;
  text-align: left;
}
@media (max-width: 768px) {
  .lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt__title {
    margin-top: 0.25em;
    text-align: center;
  }
}
.lp-section--mv .lp-mv__content04 .lp-mv__content-cont .lp-mv__content-cont-txt__desc {
  text-align: left;
}

.lp-section .section__title {
  font-family: "Noto Serif Jp", sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  color: #190905;
  line-height: 1;
}
.lp-section .section__title:before {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  background: url("../img/pentax17-logo2.png") no-repeat center center;
}
.lp-section .section__title-jp {
  font-family: "Noto Serif Jp", sans-serif;
  text-align: center;
  color: #190905;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .lp-section .section__title {
    font-size: 12.5333333333vw;
  }
  .lp-section .section__title:before {
    height: 3.4666666667vw;
    background-size: contain;
  }
  .lp-section .section__title-jp {
    font-size: 1.2em;
  }
}

.lp-section--features {
  padding: 120px 0;
  background: #efefef;
  position: relative;
}
.lp-section--features .lp-features__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.lp-section--features .lp-features__bg img {
  max-width: 100%;
  height: auto;
}
.lp-section--features .lp-features__inner {
  position: relative;
  z-index: 10;
  max-width: 900px;
  margin: 100px auto 0;
}
.lp-section--features .lp-features__content {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 30px;
}
.lp-section--features .lp-features__content-card {
  position: relative;
  width: calc(50% - 15px);
  background: #fff;
  padding: 60px 0 30px;
  text-align: center;
  box-shadow: 15px 15px 20px 10px rgba(0, 0, 0, 0.15);
}
.lp-section--features .lp-features__content-card:before {
  font-size: 40px;
  font-weight: bold;
  font-family: "Noto Serif Jp", sans-serif;
  font-style: italic;
  width: 82px;
  height: 79px;
  background: url("../img/section02-icon01.png") no-repeat center center;
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  padding: 3px 6px 0 0;
}
.lp-section--features .lp-features__content-title {
  font-family: "Noto Serif Jp", sans-serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #190905;
  line-height: 1.2;
}
.lp-section--features .lp-features__content-img {
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-section--features .lp-features__content-img img {
  margin: 0 auto;
}
.lp-section--features .lp-features__content-txt {
  font-size: 14px;
  text-align: left;
  padding: 0 50px;
}
.lp-section--features .lp-features__content .card01:before {
  content: "1";
}
.lp-section--features .lp-features__content .card02 .lp-features__content-img {
  justify-content: flex-start;
}
.lp-section--features .lp-features__content .card02 .lp-features__content-img img {
  margin: inherit;
}
.lp-section--features .lp-features__content .card02:before {
  content: "2";
}
.lp-section--features .lp-features__content .card03:before {
  content: "3";
}
.lp-section--features .lp-features__content .card04:before {
  content: "4";
}
@media (max-width: 768px) {
  .lp-section--features {
    padding: 16vw 0;
  }
  .lp-section--features .lp-features__bg {
    display: none;
  }
  .lp-section--features .lp-features__inner {
    width: 86%;
    margin: 13.3333333333vw auto 0;
  }
  .lp-section--features .lp-features__content {
    gap: 15.3333333333vw 0;
  }
  .lp-section--features .lp-features__content-card {
    width: 100%;
    padding: 9.3333333333vw 0;
  }
  .lp-section--features .lp-features__content-card:before {
    font-size: 11.4666666667vw;
    background-size: contain;
    width: 14.9333333333vw;
    height: 21.3333333333vw;
    top: -12.8vw;
    padding: 0 1.8666666667vw 0 0;
  }
  .lp-section--features .lp-features__content-img {
    margin: 1.6em auto 1em;
    height: auto;
  }
  .lp-section--features .lp-features__content-txt {
    padding: 0 6.6666666667vw;
    font-size: 4vw;
  }
  .lp-section--features .lp-features__content-title {
    font-size: 5.0666666667vw;
  }
  .lp-section--features .lp-features__content .card01 .lp-features__content-img img {
    height: 49.0666666667vw;
  }
  .lp-section--features .lp-features__content .card02 .lp-features__content-img img {
    height: 41.3333333333vw;
    margin-left: 0;
    margin-right: auto;
  }
  .lp-section--features .lp-features__content .card03 .lp-features__content-img img, .lp-section--features .lp-features__content .card04 .lp-features__content-img img {
    height: 37.3333333333vw;
  }
}

.lp-section--functions {
  padding: 120px 0;
}
.lp-section--functions .lp-functions__inner {
  max-width: 840px;
  margin: 0 auto;
}
.lp-section--functions .lp-functions__content {
  box-shadow: 15px 15px 20px 10px rgba(0, 0, 0, 0.15);
  margin-top: 70px;
  padding: 40px 80px;
  border-radius: 5px;
}
.lp-section--functions .lp-functions__content-title {
  font-family: "Noto Serif Jp", sans-serif;
  font-size: 34px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  color: #190905;
  line-height: 1;
  border-bottom: 1px solid #190905;
  padding-bottom: 0.5em;
}
.lp-section--functions .lp-functions__content-title .small {
  font-size: 0.6em;
  font-weight: normal;
}
.lp-section--functions .lp-functions__content-title .large {
  font-size: 1.4em;
  font-weight: normal;
}
.lp-section--functions .lp-functions__content-img {
  text-align: center;
}
.lp-section--functions .lp-functions__content-img img {
  margin: 40px auto;
  max-width: 100%;
  height: auto;
}
.lp-section--functions .lp-functions__content-functions {
  display: block;
}
@media (max-width: 768px) {
  .lp-section--functions {
    padding: 14.6666666667vw 0;
  }
  .lp-section--functions .lp-functions__inner {
    width: 86%;
    margin-top: 8vw;
    padding: 0 2.6666666667vw;
  }
  .lp-section--functions .lp-functions__content {
    margin-top: 8vw;
    padding: 5.3333333333vw 6.6666666667vw;
  }
  .lp-section--functions .lp-functions__content .lp-functions__content-title {
    padding-bottom: 0.8em;
    font-size: 8vw;
  }
  .lp-section--functions .lp-functions__content .lp-functions__content-img img {
    margin: 2em auto;
  }
  .lp-section--functions .lp-functions__content .lp-functions__content-desc {
    font-size: 4vw;
    margin-top: 2.6666666667vw;
  }
  .lp-section--functions .lp-functions__item {
    flex-direction: column;
  }
  .lp-section--functions .lp-functions__item-title {
    font-size: 2.1333333333vw;
  }
  .lp-section--functions .lp-functions__item-desc {
    font-size: 1.6vw;
  }
}
.lp-section--functions .content01 .lp-functions__content-functions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.lp-section--functions .content01 .lp-functions__item {
  margin-bottom: 27px;
  padding-bottom: 28px;
}
.lp-section--functions .content01 .lp-functions__item.item01, .lp-section--functions .content01 .lp-functions__item.item02 {
  width: 100%;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
  gap: 40px;
}
.lp-section--functions .content01 .lp-functions__item.item03, .lp-section--functions .content01 .lp-functions__item.item04, .lp-section--functions .content01 .lp-functions__item.item05, .lp-section--functions .content01 .lp-functions__item.item06, .lp-section--functions .content01 .lp-functions__item.item07 {
  width: calc(50% - 20px - 1em);
  padding: 0 1em;
}
.lp-section--functions .content01 .lp-functions__item-title {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif Jp", sans-serif;
  line-height: 1.5;
  position: relative;
}
.lp-section--functions .content01 .lp-functions__item-title .lp-functions__item-number {
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  margin-right: 5px;
  background: #222222;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  padding: 2px 2px 0 0;
}
.lp-section--functions .content01 .lp-functions__item--left {
  width: 20%;
  margin-left: 1em;
}
.lp-section--functions .content01 .lp-functions__item-desc {
  max-width: 70%;
  font-size: 14px;
  line-height: 1.6;
}
.lp-functions__item-icon--right + .lp-section--functions .content01 .lp-functions__item-desc {
  margin-top: 0;
}
.lp-section--functions .content01 .lp-functions__item--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lp-section--functions .content01 .lp-functions__item--bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.lp-section--functions .content01 .lp-functions__item-icon {
  margin-left: 2em;
}
.lp-section--functions .content01 .lp-functions__item-icon img {
  max-width: 100%;
  height: auto;
}
.lp-section--functions .content01 .lp-functions__item-img {
  max-width: 45%;
}
.lp-section--functions .content01 .lp-functions__item-img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.lp-section--functions .content01 .lp-functions__item--with-image .lp-functions__item-desc {
  max-width: 49%;
}
.lp-section--functions .content01 .line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 0.3em 0 1.2em;
  background: #d2d2d2;
}
@media (max-width: 768px) {
  .lp-section--functions .content01 .lp-functions__item {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
  }
  .lp-section--functions .content01 .lp-functions__item--left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 0;
  }
  .lp-section--functions .content01 .lp-functions__item-title {
    font-size: 5.0666666667vw;
  }
  .lp-section--functions .content01 .lp-functions__item-title .lp-functions__item-number {
    font-size: 3.7333333333vw;
    height: 4.5333333333vw;
    width: 4.5333333333vw;
    line-height: 1.3;
    padding: 0.2666666667vw 0.5333333333vw 0.2666666667vw 0;
    margin-right: 0;
  }
  .lp-section--functions .content01 .lp-functions__item-icon {
    zoom: 0.7;
  }
  .lp-section--functions .content01 .lp-functions__item-desc {
    max-width: 100%;
    font-size: 4vw;
  }
  .lp-section--functions .content01 .lp-functions__item.item01, .lp-section--functions .content01 .lp-functions__item.item02 {
    gap: 2.6666666667vw;
  }
  .lp-section--functions .content01 .lp-functions__item.item03, .lp-section--functions .content01 .lp-functions__item.item04, .lp-section--functions .content01 .lp-functions__item.item05, .lp-section--functions .content01 .lp-functions__item.item06, .lp-section--functions .content01 .lp-functions__item.item07 {
    width: 100%;
    padding: 0;
  }
  .lp-section--functions .content01 .lp-functions__item.item03 .lp-functions__item-desc, .lp-section--functions .content01 .lp-functions__item.item04 .lp-functions__item-desc, .lp-section--functions .content01 .lp-functions__item.item05 .lp-functions__item-desc, .lp-section--functions .content01 .lp-functions__item.item06 .lp-functions__item-desc, .lp-section--functions .content01 .lp-functions__item.item07 .lp-functions__item-desc {
    max-width: 100%;
  }
  .lp-section--functions .content01 .lp-functions__item--with-image {
    border-bottom: 1px solid #d2d2d2;
  }
  .lp-section--functions .content01 .lp-functions__item--with-image.item06, .lp-section--functions .content01 .lp-functions__item--with-image.item07 {
    border: 0;
    margin-bottom: 0;
  }
  .lp-section--functions .content01 .lp-functions__item--bottom {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 1.5em;
  }
  .lp-section--functions .content01 .lp-functions__item-img {
    max-width: 70%;
    margin: 1.5em auto;
  }
}
.lp-section--functions .content02 {
  padding: 50px;
  background: url("../img/section03-bg02.png") no-repeat left top;
}
.lp-section--functions .content02 .lp-functions__content-title {
  max-width: 667px;
  margin: 0 auto;
  padding-bottom: 0.8em;
  line-height: 1.15;
}
.lp-section--functions .content02 .lp-functions__content-desc {
  margin: 42px 0 10px 230px;
  width: 50%;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .lp-section--functions .content02 {
    padding: 8vw 6.6666666667vw;
    background: url("../img/section03-bg02_sp.png") no-repeat center top;
    background-size: contain;
  }
  .lp-section--functions .content02 .lp-functions__content-desc {
    margin: 34.6666666667vw auto 0;
    width: 100%;
    line-height: 1.8;
    letter-spacing: 0.05em;
  }
}
.lp-section--functions .content03 {
  padding: 50px 50px 50px;
  background: url("../img/section03-bg03.png") no-repeat center 40px;
}
.lp-section--functions .content03 .lp-functions__content-title {
  padding-bottom: 0.8em;
  line-height: 1.15;
  max-width: 667px;
  margin: 0 auto;
}
.lp-section--functions .content03 .lp-functions__content-desc {
  margin: 120px auto 10px;
  width: 68%;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.lp-section--functions .content03 .lp-functions__zone-icons {
  text-align: center;
  margin-top: 35px;
}
.lp-section--functions .content03 .lp-functions__zone-icons img {
  margin: 0 auto;
  max-width: 100%;
}
.lp-section--functions .content03 .lp-functions__detail {
  margin-top: 50px;
}
.lp-section--functions .content03 .lp-functions__detail .lp-functions__zone-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 20px;
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}
.lp-section--functions .content03 .lp-functions__detail .lp-functions__zone-item {
  border-radius: 8px;
  padding: 5px 25px 5px 70px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.lp-section--functions .content03 .lp-functions__detail .lp-functions__zone-line {
  grid-column: 1/-1;
  height: 1px;
  background: #d2d2d2;
  margin: 0;
}
.lp-section--functions .content03 .lp-functions__detail .lp-functions__zone-icon {
  position: absolute;
  left: 10px;
  top: 0;
  margin-bottom: 15px;
}
.lp-section--functions .content03 .lp-functions__detail .lp-functions__zone-icon img {
  max-width: 60px;
  height: auto;
  display: block;
}
.lp-section--functions .content03 .lp-functions__detail .lp-functions__zone-title {
  font-family: "Noto Serif Jp", sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}
.lp-section--functions .content03 .lp-functions__detail .lp-functions__zone-title .lp-functions__zone-note {
  font-size: 12px;
  margin-left: 2px;
}
.lp-section--functions .content03 .lp-functions__detail .lp-functions__zone-desc {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin: 0;
}
@media (max-width: 768px) {
  .lp-section--functions .content03 {
    padding: 8vw 6.6666666667vw 12vw;
    background: none;
    background: url("../img/section03-bg03_sp.png") no-repeat center 42.6666666667vw;
    background-size: contain;
  }
  .lp-section--functions .content03 .lp-functions__content-title {
    line-height: 0.5;
  }
  .lp-section--functions .content03 .lp-functions__content-title .small {
    display: block;
    line-height: 1.2;
  }
  .lp-section--functions .content03 .lp-functions__content-desc {
    width: 100%;
    margin-top: 22.6666666667vw;
  }
  .lp-section--functions .content03 .lp-functions__zone-line {
    display: none;
  }
  .lp-section--functions .content03 .lp-functions__detail {
    margin-top: 1.8em;
  }
  .lp-section--functions .content03 .lp-functions__detail .lp-functions__zone-grid {
    grid-template-columns: 1fr;
  }
  .lp-section--functions .content03 .lp-functions__detail .lp-functions__zone-item {
    border-top: 1px solid #d2d2d2;
    border-radius: 0;
    padding: 1.2em 0 0;
  }
  .lp-section--functions .content03 .lp-functions__detail .lp-functions__zone-item .lp-functions__zone-icon {
    top: 1.3em;
    left: 0;
    margin-bottom: 0;
  }
  .lp-section--functions .content03 .lp-functions__detail .lp-functions__zone-item .lp-functions__zone-icon img {
    width: 9.3333333333vw;
    height: auto;
  }
  .lp-section--functions .content03 .lp-functions__detail .lp-functions__zone-item .lp-functions__zone-title {
    font-size: 5.0666666667vw;
    margin: 0 0 0 2.4em;
  }
  .lp-section--functions .content03 .lp-functions__detail .lp-functions__zone-item .lp-functions__zone-desc {
    font-size: 4vw;
    margin-top: 0.8em;
  }
  .lp-section--functions .content03 .lp-functions__zone-icons {
    margin-top: 1.2em;
  }
}
.lp-section--functions .lp-functions__zone-notice {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin: 1.2em auto 0;
}
@media (max-width: 768px) {
  .lp-section--functions .lp-functions__zone-notice {
    font-size: 3.2vw;
    letter-spacing: -0.05em;
    line-height: 1.1;
  }
}
.lp-section--functions .content04 {
  padding: 60px 60px 80px;
  background: url("../img/section03-bg04.png") no-repeat center 105px;
}
.lp-section--functions .content04 .lp-functions__content-title {
  padding-bottom: 0.7em;
  width: 90%;
  margin: 0 auto;
}
.lp-section--functions .content04 .lp-functions__enjoy-item {
  display: flex;
  gap: 70px;
}
.lp-section--functions .content04 .lp-functions__enjoy-item .lp-functions__enjoy-img {
  min-width: 290px;
  text-align: center;
}
.lp-section--functions .content04 .lp-functions__enjoy-item .lp-functions__enjoy-img img {
  margin: 0 auto;
  max-width: 100%;
}
.lp-section--functions .content04 .lp-functions__enjoy-item .lp-functions__enjoy-title {
  font-size: 20px;
  font-family: "Noto Serif Jp", sans-serif;
  font-weight: bold;
  line-height: 1.4;
}
.lp-section--functions .content04 .lp-functions__enjoy-item .lp-functions__enjoy-desc {
  margin-top: 1.5em;
  letter-spacing: 0.05em;
}
.lp-section--functions .content04 .lp-functions__enjoy-item.item01 .lp-functions__enjoy-content {
  padding-top: 70px;
}
.lp-section--functions .content04 .lp-functions__enjoy-item.item02, .lp-section--functions .content04 .lp-functions__enjoy-item.item03 {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .lp-section--functions .content04 {
    padding: 8vw 0 12vw;
    background: none;
  }
  .lp-section--functions .content04 .lp-functions__content-title {
    padding: 0 0 0.7em;
    width: 84%;
    margin: 0 auto;
    letter-spacing: -0.05em;
  }
  .lp-section--functions .content04 .lp-functions__enjoy-item {
    flex-direction: column;
    gap: 1.2em;
  }
  .lp-section--functions .content04 .lp-functions__enjoy-item .lp-functions__enjoy-img {
    min-width: inherit;
    zoom: 0.62;
  }
  .lp-section--functions .content04 .lp-functions__enjoy-item .lp-functions__enjoy-title {
    width: 84%;
    margin: 0 auto;
    font-size: 5.0666666667vw;
  }
  .lp-section--functions .content04 .lp-functions__enjoy-item .lp-functions__enjoy-desc {
    width: 84%;
    margin: 1.2em auto 0;
  }
  .lp-section--functions .content04 .lp-functions__enjoy-item.item01 .lp-functions__enjoy-img {
    zoom: 0.5;
  }
  .lp-section--functions .content04 .lp-functions__enjoy-item.item01 .lp-functions__enjoy-img img {
    margin: 0 0 0 auto;
  }
  .lp-section--functions .content04 .lp-functions__enjoy-item.item01 .lp-functions__enjoy-content {
    padding-top: 0;
  }
  .lp-section--functions .content04 .lp-functions__enjoy-item.item02, .lp-section--functions .content04 .lp-functions__enjoy-item.item03 {
    margin-top: 1.7em;
  }
}
.lp-section--functions .content05 {
  margin-top: 35px;
  padding: 30px 10px 30px 25px;
}
.lp-section--functions .notice {
  display: flex;
  letter-spacing: -0.08em;
  line-height: 1;
}
.lp-section--functions .notice--left {
  font-weight: bold;
  border-right: 1px solid #190905;
  padding-right: 0.8em;
}
.lp-section--functions .notice--right {
  padding-left: 0.5em;
}
@media (max-width: 768px) {
  .lp-section--functions .notice {
    flex-direction: column;
    font-size: 3.7333333333vw;
    line-height: 1.6;
  }
  .lp-section--functions .notice--left {
    font-size: 4.2666666667vw;
    border: 0;
    text-align: center;
    padding-bottom: 0.7em;
  }
}

.lp-section--others {
  padding: 120px 0 100px;
  background: #efefef;
}
.lp-section--others .lp-others__inner {
  max-width: 950px;
  margin: 100px auto 0;
}
.lp-section--others .lp-others__content {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 40px;
}
.lp-section--others .lp-others__content-card {
  position: relative;
  width: calc((100% - 40px) / 2);
  box-sizing: border-box;
}
.lp-section--others .lp-others__content-img {
  height: 240px;
}
.lp-section--others .lp-others__content-img img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  box-shadow: 15px 15px 20px 10px rgba(0, 0, 0, 0.15);
}
.lp-section--others .lp-others__content-title {
  font-family: "Noto Serif Jp", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-left: 2em;
  margin-bottom: 20px;
  letter-spacing: -0.05em;
}
.lp-section--others .lp-others__content-txt {
  border-left: 2px solid #000;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-left: 4em;
  padding: 0.5em 0 0.5em 2.5em;
}
.lp-section--others .lp-others__content .card02 .lp-others__content-title {
  padding: 0.7em 0;
}
@media (max-width: 768px) {
  .lp-section--others {
    padding: 14.6666666667vw 0 13.3333333333vw;
  }
  .lp-section--others .lp-others__inner {
    margin: 5.3333333333vw auto 0;
    padding: 0;
    width: 86%;
  }
  .lp-section--others .lp-others__content {
    width: 88%;
    margin: 2.5em auto;
    gap: 11.7333333333vw;
  }
  .lp-section--others .lp-others__content-card {
    width: 100%;
  }
  .lp-section--others .lp-others__content-img {
    height: auto;
    min-height: 24vw;
  }
  .lp-section--others .lp-others__content-title {
    font-size: 5.0666666667vw;
    margin: 1.2em 0;
  }
  .lp-section--others .lp-others__content-txt {
    border-width: 1px;
    font-size: 4vw;
    margin: 0 0 0 0.4em;
    padding: 0 0 0 1.2em;
  }
}

.lp-section--gallery {
  padding: 120px 0 100px;
}
.lp-section--gallery .section__title,
.lp-section--gallery .section__title-jp {
  position: relative;
  z-index: 2;
}
.lp-section--gallery .lp-gallery {
  z-index: 1;
  max-width: 1000px;
  height: 360px;
  margin: -60px auto 0;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  background: url("../img/section05-img01.png") no-repeat;
  background-position: center top;
  background-size: contain;
}
.lp-section--gallery .lp-gallery__inner {
  max-width: 620px;
  margin: 0 auto;
  color: #190905;
}
.lp-section--gallery .lp-gallery__logo {
  font-size: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.lp-section--gallery .lp-gallery__btn {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
  width: 260px;
  padding: 0.6em 0px;
  background: linear-gradient(to right, #555555, #222222);
  color: #ffffff;
  letter-spacing: 0.15em;
  text-decoration: none;
  border-radius: 5px;
  transition: opacity 0.2s ease;
}
.lp-section--gallery .lp-gallery__btn span {
  position: relative;
  padding-right: 18px;
}
.lp-section--gallery .lp-gallery__btn span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: translateY(-50%) rotate(-45deg);
}
.lp-section--gallery .lp-gallery__btn:hover {
  opacity: 0.85;
}
@media (max-width: 768px) {
  .lp-section--gallery {
    padding: 14.6666666667vw 0 12vw;
  }
  .lp-section--gallery .lp-gallery {
    background: url("../img/section05-img01_sp.png") no-repeat;
    background-position: center top;
    background-size: cover;
    max-width: 86%;
    height: 74.6666666667vw;
    margin: -4.4vw auto 0;
  }
  .lp-section--gallery .lp-gallery__btn {
    width: 74%;
    padding: 0.5em 0;
    font-size: 4.8vw;
    bottom: -1.8em;
  }
}

.lp-section--link {
  padding: 80px 0;
  text-align: center;
  position: relative;
}
.lp-section--link .link__title {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  font-family: "Noto Serif Jp", sans-serif;
  font-style: italic;
  line-height: 1.3;
  background: #fff;
  z-index: 2;
  position: relative;
}
.lp-section--link .link__title .small {
  font-size: 0.6em;
}
.lp-section--link .line {
  height: 1px;
  width: 1000px;
  display: block;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  background: #929292;
  z-index: 1;
}
.lp-section--link .lp-link {
  max-width: 800px;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.lp-section--link .lp-link .lp-link__btn:hover {
  opacity: 0.8;
}
.lp-section--link .lp-link .lp-link__btn img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .lp-section--link {
    padding: 14.6666666667vw 0 13.3333333333vw;
  }
  .lp-section--link .link__title {
    display: inline-block;
    font-size: 9.3333333333vw;
  }
  .lp-section--link .line {
    display: none;
  }
  .lp-section--link .lp-link {
    width: 86%;
    margin: 1.5em auto;
    gap: 1em;
  }
  .lp-section--link .lp-link .lp-link__btn:hover {
    opacity: 0.8;
  }
  .lp-section--link .lp-link .lp-link__btn img {
    max-width: 100%;
    height: auto;
  }
}

.lp-follow-banner {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1000;
}
.lp-follow-banner__link {
  display: block;
  transition: opacity 0.2s ease;
}
.lp-follow-banner__link:hover {
  opacity: 0.8;
}
.lp-follow-banner img {
  max-width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(8px 12px 12px rgba(0, 0, 0, 0.5));
  animation-name: fuwafuwa;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@media (max-width: 768px) {
  .lp-follow-banner {
    right: 0;
    bottom: 3%;
  }
  .lp-follow-banner img {
    animation: none;
    width: 21.8666666667vw;
    height: auto;
  }
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=lp.css.map */