@charset "UTF-8";
@font-face {
  font-family: "NotoSansJP";
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url(https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Regular.woff) format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), local("NotoSansCJKjp-Medium"), local("NotoSansJP-Medium"), url(https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Medium.woff) format("woff");
}
@font-face {
  font-family: "NotoSansJP";
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url(https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v5/NotoSansJP-Bold.woff) format("woff");
}
.thiscontents {
  font-family: "NotoSansJP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  max-width: 1080px;
  margin-inline: auto;
  padding-inline: 16px;
}
.thiscontents *,
.thiscontents *:before,
.thiscontents *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.thiscontents a:link {
  color: #0067cc;
}
.thiscontents a:visited {
  color: #0067cc;
}

.frame_header .bnr-biz {
  position: relative;
  float: right;
  width: 220px;
  height: 64px;
  margin-right: 12px;
  margin-top: 13px;
}
@media screen and (max-width: 1030px) and (min-width: 768px) {
  .frame_header .bnr-biz {
    height: 50px;
    margin-top: 0;
    margin-right: 152px;
  }
  .frame_header .bnr-biz img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .frame_header .bnr-biz {
    display: none;
  }
}

.bnr-biz-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .bnr-biz-sp {
    position: relative;
    display: block;
    text-align: center;
    border-top: 1px solid #ccc;
    background: #fff;
  }
  .bnr-biz-sp img {
    width: 200px;
    height: auto;
    vertical-align: middle;
  }
}

.l-footer {
  margin-top: 0;
}

.text-nowrap {
  white-space: nowrap;
}

.thiscontents .tablet {
  display: none;
}
.thiscontents .sp {
  display: none;
}
.thiscontents .sp-tablet {
  display: none;
}
.thiscontents .hide {
  display: none;
}
.thiscontents .show {
  display: block;
}

@media screen and (max-width: 949px) {
  .thiscontents .pc {
    display: none;
  }
  .thiscontents .pc-tablet,
  .thiscontents .sp-tablet,
  .thiscontents .tablet {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .thiscontents .sp {
    display: block;
  }
  .thiscontents .pc-tablet,
  .thiscontents .tablet {
    display: none;
  }
}
.thiscontents .text-indent {
  text-indent: -1em;
  padding-left: 1em;
}
.thiscontents img.fit {
  max-width: 100%;
  height: auto;
}

a[data-lity],
a[data-micromodal-trigger=modal-video] {
  text-decoration: none;
}
a[data-lity]:hover,
a[data-micromodal-trigger=modal-video]:hover {
  opacity: 0.75;
  color: #333;
}

#modal-video {
  position: relative;
  z-index: 1234;
  display: none;
  text-decoration: none;
}
#modal-video.is-open {
  display: block;
}
#modal-video[aria-hidden=false] {
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}
#modal-video[aria-hidden=true] {
  -webkit-animation: fadeOut 0.3s;
          animation: fadeOut 0.3s;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
#modal-video .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#modal-video .modal-content {
  max-width: 800px;
  margin-inline: auto;
}
#modal-video .modal-content .video-wrap {
  aspect-ratio: 16/9;
}
#modal-video .modal-content .video-wrap .video {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  display: block;
}
#modal-video .modal-content a.modal-close {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 8px 12px;
  width: 160px;
  margin: 16px auto 0;
  border-radius: 100px;
  border: 2px solid #fff;
}

.swiper-product {
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.swiper-product.is-show {
  opacity: 1;
}
.swiper-product .swiper-slide {
  aspect-ratio: 16/9;
}
.swiper-product .swiper-slide img {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.swiper-product .swiper-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 24px auto 0;
}
.swiper-product .swiper-footer .swiper-button-prev,
.swiper-product .swiper-footer .swiper-button-next {
  position: relative;
  z-index: 1;
  top: 2px;
  width: 32px;
  height: 32px;
  outline: none;
  background: url(../images/swiper_btn_next.svg) no-repeat 0 0/100% auto;
}
.swiper-product .swiper-footer .swiper-button-prev::after,
.swiper-product .swiper-footer .swiper-button-next::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .swiper-product .swiper-footer .swiper-button-prev,
  .swiper-product .swiper-footer .swiper-button-next {
    display: block;
  }
}
.swiper-product .swiper-footer .swiper-button-prev.swiper-button-disabled,
.swiper-product .swiper-footer .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.swiper-product .swiper-footer .swiper-button-prev {
  left: -16px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.swiper-product .swiper-footer .swiper-button-next {
  right: -16px;
}
.swiper-product .swiper-footer .swiper-pagination {
  position: relative;
  width: auto;
  height: 32px;
}
.swiper-product .swiper-footer .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 0;
  padding: 14px 12px;
  border-radius: 0;
  background: none;
  opacity: 1;
}
.swiper-product .swiper-footer .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #dbdbdb;
}
.swiper-product .swiper-footer .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: #684bb5;
}

.box-common, .box-50,
.box-33, .box-100 {
  overflow: hidden;
  margin-top: 80px;
  border-radius: 16px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .box-common, .box-50,
  .box-33, .box-100 {
    margin-top: 60px;
    border-radius: 16px;
  }
}
.box-common .box-header, .box-50 .box-header,
.box-33 .box-header, .box-100 .box-header {
  background: #684bb5;
}
.box-common .box-header .box-header-row, .box-50 .box-header .box-header-row,
.box-33 .box-header .box-header-row, .box-100 .box-header .box-header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.box-common .list-note, .box-50 .list-note,
.box-33 .list-note, .box-100 .list-note {
  margin-top: 16px;
}
.box-common .list-note li, .box-50 .list-note li,
.box-33 .list-note li, .box-100 .list-note li {
  font-size: 14px;
}
.box-common .box-footer, .box-50 .box-footer,
.box-33 .box-footer, .box-100 .box-footer {
  padding: 32px;
  background: #f3f3f3;
}
@media screen and (max-width: 767px) {
  .box-common .box-footer, .box-50 .box-footer,
  .box-33 .box-footer, .box-100 .box-footer {
    padding: 24px 16px;
  }
}
.box-common .box-footer .box-footer-row, .box-50 .box-footer .box-footer-row,
.box-33 .box-footer .box-footer-row, .box-100 .box-footer .box-footer-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .box-common .box-footer .box-footer-row, .box-50 .box-footer .box-footer-row,
  .box-33 .box-footer .box-footer-row, .box-100 .box-footer .box-footer-row {
    display: block;
  }
}
.box-common .box-footer .box-footer-col, .box-50 .box-footer .box-footer-col,
.box-33 .box-footer .box-footer-col, .box-100 .box-footer .box-footer-col {
  width: calc(50% - 24px);
}
@media screen and (max-width: 767px) {
  .box-common .box-footer .box-footer-col, .box-50 .box-footer .box-footer-col,
  .box-33 .box-footer .box-footer-col, .box-100 .box-footer .box-footer-col {
    width: 100%;
  }
  .box-common .box-footer .box-footer-col + .box-footer-col, .box-50 .box-footer .box-footer-col + .box-footer-col,
  .box-33 .box-footer .box-footer-col + .box-footer-col, .box-100 .box-footer .box-footer-col + .box-footer-col {
    margin-top: 16px;
  }
}

.box-100 {
  max-width: 1000px;
  margin-inline: auto;
}
.box-100 .box-header {
  min-height: 128px;
  padding: 24px 40px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .box-100 .box-header {
    padding: 24px 32px;
  }
}
@media screen and (max-width: 767px) {
  .box-100 .box-header {
    padding: 16px 16px;
    padding-right: 12px;
    min-height: auto;
  }
}
.box-100 .box-header-txt-1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  padding-top: 4px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .box-100 .box-header-txt-1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .box-100 .box-header-txt-1 {
    font-size: 18px;
  }
}
.box-100 .box-body {
  padding: 40px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .box-100 .box-body {
    padding: 32px;
  }
}
@media screen and (max-width: 767px) {
  .box-100 .box-body {
    padding: 16px 16px 24px;
  }
}
.box-100 .box-body-item + .box-body-item {
  margin-top: 40px;
}
.box-100 .box-body-txt-1 {
  font-size: 18px;
  text-align: justify;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .box-100 .box-body-txt-1 {
    font-size: 16px;
  }
}
.box-100 h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ccc;
}
@media screen and (max-width: 767px) {
  .box-100 h4 {
    font-size: 16px;
  }
}
.box-100 .btn-entry {
  max-width: 484px;
  margin: 16px auto 0;
}

.box-50,
.box-33 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .box-50,
  .box-33 {
    width: 100% !important;
  }
}
.box-50 .box-footer,
.box-33 .box-footer {
  margin-top: auto;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .box-50 .box-footer,
  .box-33 .box-footer {
    padding: 24px 16px;
  }
}
.box-50 .box-header,
.box-33 .box-header {
  padding: 16px 24px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .box-50 .box-header,
  .box-33 .box-header {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 767px) {
  .box-50 .box-header,
  .box-33 .box-header {
    padding: 16px;
    padding-right: 12px;
  }
}
.box-50 .box-header-txt-1,
.box-33 .box-header-txt-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .box-50 .box-header-txt-1,
  .box-33 .box-header-txt-1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .box-50 .box-header-txt-1,
  .box-33 .box-header-txt-1 {
    font-size: 18px;
  }
}
.box-50 .box-header-txt-1 .fs-sm,
.box-33 .box-header-txt-1 .fs-sm {
  font-size: 20px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .box-50 .box-header-txt-1 .fs-sm,
  .box-33 .box-header-txt-1 .fs-sm {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .box-50 .box-header-txt-1 .fs-sm,
  .box-33 .box-header-txt-1 .fs-sm {
    font-size: 16px;
  }
}
.box-50 .box-body,
.box-33 .box-body {
  padding: 24px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .box-50 .box-body,
  .box-33 .box-body {
    padding: 16px;
  }
}
@media screen and (max-width: 767px) {
  .box-50 .box-body,
  .box-33 .box-body {
    padding: 16px 16px 24px;
  }
}
.box-50 .box-body-txt-1,
.box-33 .box-body-txt-1 {
  font-size: 16px;
  text-align: justify;
  line-height: 1.6;
}
.box-50 h4,
.box-33 h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #ccc;
}
.box-50 .btn-entry,
.box-33 .btn-entry {
  margin-top: 16px;
}
.box-50 .btn-entry a,
.box-33 .btn-entry a {
  font-size: 22px;
}
.box-50 .list-rel,
.box-33 .list-rel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}
.box-50 .list-rel li,
.box-33 .list-rel li {
  font-size: 16px;
  width: calc(50% - 12px);
}
.box-50 .list-rel li a,
.box-33 .list-rel li a {
  position: relative;
  display: block;
  color: #333;
}
.box-50 .list-rel li a::before,
.box-33 .list-rel li a::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6.5px);
  width: 13px;
  height: 13px;
  background: url(../images/icn/icn_arr_blk.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .box-50 .list-rel li a::before,
  .box-33 .list-rel li a::before {
    right: 12px;
  }
}

.box-50 {
  width: calc(50% - 16px);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .box-50 {
    width: calc(50% - 12px);
  }
}

.box-33 {
  width: calc(33.3333% - 16px);
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .box-33 {
    width: calc(50% - 12px);
  }
}
.box-33 .box-header {
  padding: 16px 16px;
}
.box-33 .box-header-txt-1 {
  font-size: 18px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .box-33 .box-header-txt-1 {
    font-size: 20px;
  }
}
.box-33 .box-header-txt-1 .fs-sm {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .box-33 .box-body {
    padding: 16px;
  }
}
.box-33 .box-footer {
  padding: 24px 16px;
}

.btn-entry + .btn-entry {
  margin-top: 16px;
}
.btn-entry a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 26px;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  min-height: 78px;
  border-radius: 9999px;
  background: #e83416;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media screen and (max-width: 767px) {
  .btn-entry a {
    font-size: 22px;
    min-height: 68px;
  }
}
.btn-entry a::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  right: 24px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background: url(../images/icn/icn_arr_wht.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .btn-entry a::before {
    right: 12px;
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
  }
}
.btn-entry a .fs-sm {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .btn-entry a .fs-sm {
    font-size: 14px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .btn-entry a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .btn-entry a:hover::before {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

.box-header .label-num-group,
.box-header .label-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  text-align: center;
  background: url(../images/burst.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .box-header .label-num-group,
  .box-header .label-num {
    width: 68px !important;
    height: 68px !important;
  }
}
.box-header .label-num-group {
  font-weight: 700;
  line-height: 1;
  padding-bottom: 4px;
}
@media screen and (max-width: 767px) {
  .box-header .label-num-group {
    font-size: 14px !important;
  }
}
.box-header .label-num-group .lg {
  position: relative;
  top: 2px;
}
@media screen and (max-width: 767px) {
  .box-header .label-num-group .lg {
    font-size: 22px !important;
  }
}
.box-header .label-num {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 700;
  line-height: 1.1;
  padding: 0 0 3px;
}
@media screen and (max-width: 767px) {
  .box-header .label-num {
    font-size: 24px !important;
  }
}
.box-header .label-num > .sm {
  position: relative;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .box-header .label-num > .sm {
    font-size: 12px !important;
  }
}

.box-100 .box-header .label-num-group,
.box-100 .box-header .label-num {
  width: 124px;
  height: 124px;
}
.box-100 .box-header .label-num {
  font-size: 42px;
}

.box-50 .box-header .label-num-group,
.box-50 .box-header .label-num,
.box-33 .box-header .label-num-group,
.box-33 .box-header .label-num {
  width: 84px;
  height: 84px;
}
.box-50 .box-header .label-num-group,
.box-33 .box-header .label-num-group {
  font-size: 16px;
}
.box-50 .box-header .label-num-group .lg,
.box-33 .box-header .label-num-group .lg {
  font-size: 26px;
}
.box-50 .box-header .label-num,
.box-33 .box-header .label-num {
  font-size: 30px;
}
.box-50 .box-header .label-num > .sm,
.box-33 .box-header .label-num > .sm {
  font-size: 14px;
}

.box-footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
.box-footer .sns .sns-label {
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  margin-right: 12px;
}
.box-footer .sns .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.box-footer .sns .sns-list li + li {
  margin-left: 16px;
}
.box-footer .sns .sns-list li img {
  vertical-align: middle;
}

@media screen and (min-width: 768px) and (max-width: 999px) {
  .box-50 .box-footer .sns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box-50 .box-footer .sns .sns-label {
    margin: 0 0 8px;
  }
}

.box-33 .box-footer .sns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box-33 .box-footer .sns .sns-label {
  margin: 0 0 8px;
}

.bg-main {
  position: relative;
  z-index: 0;
  background: #d9cbff url(../images/bg_pc.webp?2025) no-repeat center top/100% auto;
  background-attachment: fixed;
}
@media screen and (min-width: 1920px) {
  .bg-main {
    background-size: 2560px auto;
  }
}
@media screen and (min-width: 1112px) and (max-width: 1920px) {
  .bg-main {
    background-size: calc(1920px + (2560 - 1920) * (100vw - 1112px) / (1920 - 1112));
  }
}
@media screen and (min-width: 768px) and (max-width: 1112px) {
  .bg-main {
    background-image: url(../images/bg_tablet.webp?2025);
    background-size: calc(880px + (1280 - 880) * (100vw - 768px) / (1112 - 768));
    background-attachment: scroll;
  }
}
@media screen and (max-width: 767px) {
  .bg-main::before, .bg-main::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .bg-main::before {
    z-index: -2;
    background: url(../images/bg_repeat_sp.webp?2025) repeat-y 0 0/100% auto;
  }
  .bg-main::after {
    z-index: -1;
    background: url(../images/bg_sp.webp?2025) no-repeat center top/100% auto;
  }
}

.bg-garland {
  position: relative;
  z-index: 0;
}
.bg-garland::before, .bg-garland::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  width: 324px;
  height: 160px;
  background: url(../images/bg_garland.png?2025) no-repeat 0 0/100% auto;
}
@media screen and (min-width: 1112px) and (max-width: 2560px) {
  .bg-garland::before, .bg-garland::after {
    background-size: calc(248px + (324 - 248) * (100vw - 1112px) / (2560 - 1112));
  }
}
@media screen and (max-width: 1112px) {
  .bg-garland::before, .bg-garland::after {
    display: none;
  }
}
.bg-garland::before {
  left: 0;
}
.bg-garland::after {
  right: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.bg-motif {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  max-width: 1366px;
  min-height: 1070px;
  margin-inline: auto;
  background: url(../images/bg_obj.png?2025) no-repeat center top/100% auto;
}
@media screen and (min-width: 1112px) and (max-width: 1366px) {
  .bg-motif {
    left: calc(-44px + (0 - -44) * (100vw - 1112px) / (1366 - 1112));
    top: calc(80px + (0 - 80) * (100vw - 1112px) / (1366 - 1112));
    width: calc(1200px + (1366 - 1200) * (100vw - 1112px) / (1366 - 1112));
  }
}
@media screen and (max-width: 1112px) {
  .bg-motif {
    display: none;
  }
}

.lp-main {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .lp-main {
    padding-top: 0;
  }
}
.lp-main h1 {
  text-align: center;
  margin: auto;
}

.lp-main-txt-1 {
  text-align: center;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .lp-main-txt-1 {
    margin-top: 0;
  }
}

.lp-main-txt-2 {
  text-align: center;
  margin-top: 0;
}

.lp-product {
  margin-top: 72px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lp-product {
    margin-top: 24px;
  }
}

.lp-product-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-product-inner [class*=box-]:first-child {
  margin-top: 0;
}
.lp-product-inner::after {
  content: "";
  display: block;
  width: calc(33.3333% - 16px);
}

.company-logo {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.company-logo img {
  max-height: 100%;
  width: auto;
}
@media screen and (max-width: 767px) {
  .company-logo img[src="images/product_a_1_logo.svg"] {
    height: 34px;
  }
}
@media screen and (max-width: 767px) {
  .company-logo img[src="images/product_c_3_logo.svg"] {
    height: 28px;
  }
}
.company-logo a.mt {
  display: inline-block;
  margin-top: 8px;
}

.list-note > li {
  position: relative;
  padding-left: 20px;
}
.list-note > li + li {
  margin-top: 8px;
}
.list-note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.btn-link {
  max-width: 484px;
  margin-inline: auto;
}
.btn-link a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #333 !important;
  text-align: center;
  min-height: 50px;
  border: 1px solid #bbb;
  border-radius: 9999px;
  background: #fff;
  /*
  @media (hover: none) {
  	&:active {
  		@content;
  	}
  }
  */
}
@media screen and (max-width: 767px) {
  .btn-link a {
    font-size: 14px;
  }
}
.btn-link a::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
  position: absolute;
  right: 24px;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
  background: url(../images/icn/icn_arr_blk.svg) no-repeat 0 0/100% auto;
}
@media screen and (max-width: 767px) {
  .btn-link a::before {
    right: 12px;
  }
}
@media (hover: hover) and (pointer: fine) and (min-width: 768px) {
  .btn-link a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .btn-link a:hover::before {
    -webkit-transform: translateX(6px);
            transform: translateX(6px);
  }
}

a[data-lity],
a[data-micromodal-trigger=modal-video] {
  text-decoration: none;
}
a[data-lity]:hover,
a[data-micromodal-trigger=modal-video]:hover {
  opacity: 0.75;
  color: #333;
}

.modal-video {
  position: relative;
  z-index: 1234;
  display: none;
  text-decoration: none;
}
.modal-video.is-open {
  display: block;
}
.modal-video[aria-hidden=false] {
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
}
.modal-video[aria-hidden=true] {
  -webkit-animation: fadeOut 0.3s;
          animation: fadeOut 0.3s;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.modal-video .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-video .modal-content {
  max-width: 800px;
  margin-inline: auto;
}
.modal-video .modal-content .video-wrap {
  aspect-ratio: 16/9;
}
.modal-video .modal-content .video-wrap .video {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  display: block;
}
.modal-video .modal-content a.modal-close {
  display: block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 8px 12px;
  width: 160px;
  margin: 16px auto 0;
  border-radius: 100px;
  border: 2px solid #fff;
}
.modal-video .modal-content a.modal-close:focus {
  outline: none;
}