@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
html.hidden {
  overflow: hidden;
}

body.hidden {
  -ms-touch-action: none;
      touch-action: none;
  -webkit-overflow-scrolling: none;
  overflow: hidden;
  /* Other browsers */
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

.vacuclave105pro305prime img {
  max-width: 100%;
}

.bold {
  font-weight: bold;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.rd {
  color: #EB1E2D;
}

.bu {
  color: #007CC5;
}

.btn-arrow {
  background: #fff;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0;
  color: #007CC5;
  border: 2px solid #007CC5;
  border-radius: 99999px;
  width: 335px;
  max-width: 100%;
  text-align: center;
  padding: 4px 14px;
  position: relative;
}
.btn-arrow:after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 18px;
  width: 14px;
  height: 15px;
  background: linear-gradient(45deg, transparent 50%, #9febff 50%, #309cd5);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-txt {
  display: inline-block;
  color: #007CC5;
  text-decoration: underline;
}

.modal-trigger {
  display: inline-block;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.visual {
  width: 100%;
  position: relative;
  background: url("../img/product/vacuclave105pro305prime/bg01.jpg") center/cover no-repeat;
  padding: 117px 0;
}
@media (max-width: 768px) {
  .visual {
    padding: 0;
  }
}
.visual .inner {
  width: 1440px;
  position: relative;
  margin: 0 auto;
  max-width: calc(100% - 480px);
}
.visual .inner img {
  margin-left: auto;
}
@media (max-width: 1580px) {
  .visual .inner {
    max-width: calc(100% - 150px);
    margin: 0 5px 0 auto;
  }
}
@media (max-width: 768px) {
  .visual .inner {
    max-width: 100%;
    margin: 0;
  }
}
.visual .txtArea {
  padding: 117px 0 172px;
  width: 71.0655737705%;
}
@media (max-width: 768px) {
  .visual .txtArea {
    width: 100%;
    padding: 20px;
  }
}
.visual__img {
  width: 34.5833333333%;
  position: absolute;
  right: 12.5%;
  bottom: 1.875%;
}
.visual__img img {
  width: 100%;
}
@media (max-width: 768px) {
  .visual__img {
    position: static;
    width: 100%;
    padding: 0 20px;
  }
}

.fixed-nav {
  position: fixed;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  padding: 40px 10px 40px 50px;
  width: 196px;
}
.fixed-nav__link {
  color: #007CC5;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0;
  position: relative;
}
.fixed-nav__link--sub {
  font-size: 13px;
  color: #46525A;
  padding-left: 1em;
}
.fixed-nav__link:nth-of-type(n+2) {
  margin-top: 10px;
}
.fixed-nav__link.active {
  font-weight: bold;
}
.fixed-nav__link.active:before {
  content: "";
  display: block;
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  width: 40px;
  height: 1px;
  background: #007CC5;
}
@media (max-width: 1580px) {
  .fixed-nav {
    left: 5px;
    padding: 40px 5px 40px 20px;
    width: 136px;
  }
  .fixed-nav__link.active:before {
    width: 10px;
  }
  .fixed-nav__trigger {
    display: none;
  }
}
@media (max-width: 768px) {
  .fixed-nav {
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    z-index: 999;
    padding: 60px;
    border-radius: 0;
  }
  .fixed-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .fixed-nav__link {
    font-size: 18px;
  }
  .fixed-nav__link--sub {
    font-size: 16px;
  }
  .fixed-nav__trigger {
    display: none;
    position: fixed;
    top: 11%;
    z-index: 999;
    left: 20px;
    width: 60px;
    height: 60px;
    background: #007CC5;
    border-radius: 50%;
  }
  .fixed-nav__trigger:before, .fixed-nav__trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #fff;
    right: calc(50% - 15px);
  }
  .fixed-nav__trigger:before {
    top: calc(50% - 5px);
  }
  .fixed-nav__trigger:after {
    top: calc(50% + 5px);
  }
  .fixed-nav__trigger.active {
    top: 20px;
  }
  .fixed-nav__trigger.active:before {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .fixed-nav__trigger.active:after {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.movie__container {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .movie__container {
    max-width: calc(100% - 150px);
    margin: 0 5px 0 auto;
  }
}
@media (max-width: 768px) {
  .movie__container {
    max-width: 100%;
    margin: 0;
  }
}
.movie video {
  width: 100%;
  vertical-align: bottom;
}

.sec1 {
  background: url(../img/product/vacuclave105pro305prime/sec1_bg01.jpg) center top/cover no-repeat;
  padding: 0 0 111px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .sec1 {
    padding: 60px 2.7777777778vw;
    background: url(../img/product/vacuclave105pro305prime/sec1_bg01_sp.png) center top/100% auto no-repeat, url(../img/product/vacuclave105pro305prime/sec1_bg02_sp.png) center top/cover no-repeat;
  }
}
.sec1__container {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .sec1__container {
    max-width: calc(100% - 150px);
    margin: 0 5px 0 auto;
  }
}
@media (max-width: 768px) {
  .sec1__container {
    max-width: 100%;
    margin: 0;
  }
}
.sec1__intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec1__intro-img {
  margin: 0 -268px;
  width: calc(100% - 325px + 268px);
}
@media (max-width: 768px) {
  .sec1__intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .sec1__intro-img {
    margin: 0;
  }
}
.sec1__ttl {
  font-size: min(3.125vw, 45px);
  color: #fff;
  line-height: 150%;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .sec1__ttl {
    font-size: 26px;
  }
}
.sec1__desc {
  color: #fff;
  width: 325px;
}
@media (max-width: 768px) {
  .sec1__desc {
    width: 100%;
  }
}
.sec1__txt {
  margin-top: 32px;
  font-size: min(1.1111111111vw, 16px);
  line-height: 175%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .sec1__txt {
    font-size: 16px;
  }
}
.sec1__caution {
  margin-top: 2em;
  font-size: min(0.8333333333vw, 12px);
  line-height: 175%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .sec1__caution {
    font-size: 12px;
  }
}
.sec1__block {
  border: solid 1px #fff;
  background: rgba(28, 112, 164, 0.4);
  color: #fff;
  padding: 50px;
}
.sec1__block + .sec1__block {
  margin-top: 40px;
}
.sec1__block-ttl {
  font-size: min(2.7777777778vw, 40px);
  line-height: 175%;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.sec1__block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sec1__block-txt {
  font-size: min(1.1111111111vw, 16px);
  line-height: 175%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .sec1__block {
    margin-top: 40px;
    padding: 20px;
  }
  .sec1__block-ttl {
    font-size: 26px;
  }
  .sec1__block-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .sec1__block-txt {
    font-size: 16px;
  }
}
@media (min-width: 769px) {
  .sec1__block--1 {
    gap: 60px;
  }
  .sec1__block--1 .sec1__col {
    width: calc((100% - 60px) / 2);
  }
  .sec1__block--2 .sec1__block-ttl {
    letter-spacing: 0;
  }
  .sec1__block--2 .sec1__col {
    width: 400px;
  }
  .sec1__block--2 .sec1__img {
    width: 497px;
  }
  .sec1__block--3 .sec1__block-ttl {
    letter-spacing: 0;
  }
  .sec1__block--3 .sec1__col {
    width: 457px;
  }
}
.sec1__col-ttl {
  font-size: min(1.3888888889vw, 20px);
  line-height: 175%;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.sec1__col-caution {
  margin-top: 30px;
  font-size: min(0.8333333333vw, 12px);
  line-height: 175%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .sec1__col-ttl {
    font-size: 20px;
  }
  .sec1__col-caution {
    font-size: 12px;
  }
}
.sec1__slider {
  padding-bottom: 30px;
}
.sec1__slider .slick-prev,
.sec1__slider .slick-next {
  z-index: 1;
  top: unset;
  bottom: 4px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 12px;
  height: 12px;
}
.sec1__slider .slick-prev {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: calc(50% - 110px);
}
.sec1__slider .slick-next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: calc(50% - 110px);
}
.sec1__slider .slick-dots {
  bottom: 0;
  left: 0;
  right: 0;
}
.sec1__slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
.sec1__slider .slick-dots li button {
  width: 100%;
  height: 100%;
}
.sec1__slider .slick-dots li button:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: none;
  border: solid 1px #fff;
}
.sec1__slider .slick-dots li.slick-active button:before {
  background: #fff;
}
@media (max-width: 768px) {
  .sec1__slider .slick-dots {
    -webkit-transform: none;
            transform: none;
  }
}
.sec1__slide {
  text-align: center;
}
.sec1__slide-img {
  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;
}
.sec1__slide-cap {
  font-size: min(1.1111111111vw, 16px);
  line-height: 155%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .sec1__slide-cap {
    font-size: 16px;
  }
}

.sec2 {
  padding: 125px 0 136px;
}
@media (max-width: 768px) {
  .sec2 {
    padding: 60px 2.7777777778vw;
  }
}
.sec2__container {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .sec2__container {
    max-width: calc(100% - 150px);
    margin: 0 5px 0 auto;
  }
}
@media (max-width: 768px) {
  .sec2__container {
    max-width: 100%;
    margin: 0;
  }
}
.sec2__ttl {
  color: #007CC5;
  font-size: min(3.3333333333vw, 48px);
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .sec2__ttl {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.sec2__slider {
  padding: 0 40px 30px;
  margin: 0 -40px;
}
.sec2__slider .slick-prev,
.sec2__slider .slick-next {
  z-index: 1;
  top: calc(50% - 150px);
  border-top: solid 1px #747474;
  border-right: solid 1px #747474;
  width: 20px;
  height: 20px;
}
.sec2__slider .slick-prev {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 5px;
}
.sec2__slider .slick-next {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 5px;
}
.sec2__slider .slick-dots {
  bottom: 0;
  left: 0;
  right: 0;
}
.sec2__slider .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
.sec2__slider .slick-dots li button {
  width: 100%;
  height: 100%;
}
.sec2__slider .slick-dots li button:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: none;
  background: #D9D9D9;
}
.sec2__slider .slick-dots li.slick-active button:before {
  background: #007CC5;
}
@media (max-width: 1580px) {
  .sec2__slider {
    margin: 0;
  }
}
@media (max-width: 768px) {
  .sec2__slider {
    padding: 0 0 30px;
    margin: 0;
  }
  .sec2__slider .slick-prev,
  .sec2__slider .slick-next {
    top: unset;
    bottom: 0;
  }
  .sec2__slider .slick-dots {
    -webkit-transform: none;
            transform: none;
  }
}
.sec2__slide {
  text-align: center;
}
.sec2__slide-txt {
  margin-top: 48px;
  font-size: min(1.3888888889vw, 20px);
  line-height: 150%;
  letter-spacing: 0;
}
.sec2__slide-lead {
  margin-top: 28px;
  font-size: min(2.7777777778vw, 40px);
  line-height: 120%;
  letter-spacing: 0;
  color: #007CC5;
}
@media (max-width: 768px) {
  .sec2__slide-txt {
    margin-top: 20px;
    font-size: 16px;
  }
  .sec2__slide-lead {
    margin-top: 10px;
    font-size: 26px;
  }
}
.sec2__img {
  margin-top: 80px;
}
.sec2__img-ttl {
  font-weight: 500;
  font-size: min(2.2222222222vw, 32px);
  line-height: 1;
  letter-spacing: 0.05em;
  color: #007CC5;
  margin-bottom: 32px;
}
.sec2__img-img img {
  max-width: 100%;
}
.sec2__img-img + .sec2__img-img {
  margin-top: 32px;
}
.sec2__img-caution {
  margin-top: 25px;
  font-size: min(0.8333333333vw, 12px);
  line-height: 175%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .sec2__img-ttl {
    font-size: 24px;
    text-align: center;
  }
  .sec2__img-caution {
    font-size: 12px;
  }
}
.sec2__bnr {
  margin-top: 69px;
}
.sec2__bnr img {
  max-width: 100%;
}

.sec3 {
  background: url(../img/product/vacuclave105pro305prime/sec3_bg01.jpg) center/cover no-repeat;
  padding: 103px 0 116px;
  color: #fff;
}
@media (max-width: 768px) {
  .sec3 {
    padding: 60px 2.7777777778vw;
  }
}
.sec3__container {
  width: 1100px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .sec3__container {
    max-width: calc(100% - 150px);
    margin: 0 5px 0 auto;
  }
}
@media (max-width: 768px) {
  .sec3__container {
    max-width: 100%;
    margin: 0;
  }
}
.sec3__ttl {
  font-size: min(3.125vw, 45px);
  letter-spacing: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .sec3__ttl {
    font-size: 26px;
    text-align: center;
  }
}
.sec3__list {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 60px;
}
@media (max-width: 768px) {
  .sec3__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec3__item {
  width: calc((100% - 60px) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.sec3__item-img {
  width: 110px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sec3__item-ttl {
  font-weight: bold;
  font-size: min(1.25vw, 18px);
  letter-spacing: 0;
  line-height: 1.2222222222;
}
.sec3__item-txt {
  margin-top: 10px;
  font-size: min(1.1111111111vw, 16px);
  line-height: 150%;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .sec3__item {
    width: 100%;
  }
  .sec3__item-img {
    width: 80px;
  }
  .sec3__item-ttl {
    font-size: 16px;
  }
  .sec3__item-txt {
    font-size: 14px;
  }
}

.sec4 {
  background: url(../img/product/vacuclave105pro305prime/sec4_bg01.jpg) center/cover no-repeat;
  padding: 120px 0;
  position: relative;
  color: #fff;
}
@media (max-width: 768px) {
  .sec4 {
    padding: 60px 2.7777777778vw 200px;
  }
}
.sec4__container {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .sec4__container {
    max-width: calc(100% - 150px);
    margin: 0 5px 0 auto;
  }
}
@media (max-width: 768px) {
  .sec4__container {
    max-width: 100%;
    margin: 0;
  }
}
.sec4__ttl {
  margin-bottom: 40px;
}
.sec4__lead {
  font-size: min(2.7777777778vw, 40px);
  line-height: 1.2;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .sec4__lead {
    font-size: 26px;
  }
}
.sec4__txt {
  margin-top: 15px;
  font-size: min(1.1111111111vw, 16px);
  line-height: 175%;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .sec4__txt {
    font-size: 16px;
  }
}
.sec4__item {
  width: 743px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 40px;
}
.sec4__item-ic {
  width: 116px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.sec4__item-ttl {
  font-weight: bold;
  font-size: min(1.25vw, 18px);
  line-height: 1.2222222222;
  letter-spacing: 0;
}
.sec4__item-txt {
  margin-top: 10px;
  font-size: min(1.1111111111vw, 16px);
  line-height: 150%;
  letter-spacing: 0;
}
@media (min-width: 769px) {
  .sec4__item--1 {
    width: 482px;
  }
  .sec4__item--4 {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .sec4__item--4 .sec4__item-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 1400px) {
  .sec4__item--4 .sec4__item-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .sec4__item {
    width: 100%;
  }
  .sec4__item-ic {
    width: 80px;
  }
  .sec4__item-ttl {
    font-size: 16px;
  }
  .sec4__item-txt {
    font-size: 14px;
  }
}
.sec4__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 54.1145833333%;
}
.sec4__img img {
  max-height: 100%;
}
@media (max-width: 1400px) {
  .sec4__img {
    max-width: 32.4545454545%;
  }
  .sec4__img img {
    max-height: 320px;
  }
}
@media (max-width: 768px) {
  .sec4__img {
    max-width: 80%;
  }
}

.sec5 {
  padding: 120px 0 80px;
  text-align: center;
}
@media (max-width: 768px) {
  .sec5 {
    padding: 60px 2.7777777778vw;
  }
}
.sec5__container {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .sec5__container {
    max-width: calc(100% - 150px);
    margin: 0 5px 0 auto;
  }
}
@media (max-width: 768px) {
  .sec5__container {
    max-width: 100%;
    margin: 0;
  }
}
.sec5__ttl {
  font-size: min(3.3333333333vw, 48px);
  color: #007CC5;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sec5__ttl {
    font-size: 26px;
  }
}
.sec5__txt {
  font-size: min(1.3888888889vw, 20px);
  line-height: 175%;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
  .sec5__txt {
    font-size: 16px;
    text-align: left;
  }
}

.lineup {
  padding: 150px 0 80px;
}
.lineup img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .lineup {
    padding: 60px 2.7777777778vw;
  }
}
.lineup__container {
  width: 1100px;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .lineup__container {
    max-width: calc(100% - 150px);
    margin: 0 5px 0 auto;
  }
}
@media (max-width: 768px) {
  .lineup__container {
    max-width: 100%;
    margin: 0;
  }
}
.lineup__ttl {
  font-size: min(3.3333333333vw, 48px);
  color: #007CC5;
  text-align: center;
  margin-bottom: 93px;
}
@media (max-width: 768px) {
  .lineup__ttl {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.lineup__ttl02 {
  color: #007CC5;
  font-weight: bold;
  font-size: min(1.9444444444vw, 28px);
  line-height: 150%;
  letter-spacing: 0;
  margin: 80px 0 40px;
}
@media (max-width: 768px) {
  .lineup__ttl02 {
    font-size: 20px;
  }
}
.lineup__ttl03 {
  font-weight: bold;
  font-size: min(1.9444444444vw, 28px);
  line-height: 150%;
  letter-spacing: 0;
  border-bottom: solid 1px #000;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .lineup__ttl03 {
    font-size: 20px;
  }
}
.lineup__txt {
  font-size: min(1.1111111111vw, 16px);
  line-height: 150%;
  letter-spacing: 0;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .lineup__txt {
    font-size: 16px;
  }
}
.lineup__caution {
  margin-top: 30px;
  font-size: min(0.9722222222vw, 14px);
  line-height: 150%;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .lineup__caution {
    font-size: 14px;
  }
}
.lineup__product01 {
  margin-top: 64px;
}
.lineup__accessories {
  margin-top: 50px;
}
.lineup__other {
  color: #007CC5;
  font-size: min(1.1111111111vw, 16px);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .lineup__other {
    font-size: 4.2666666667vw;
  }
}
.lineup__product02 {
  margin-top: 50px;
}
.lineup .product {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.lineup .product li {
  width: calc((100% - 40px) / 2);
}
.lineup .product li dt {
  width: 100%;
  background: #DFF4FC;
  padding: 7px 18px 8px;
  margin-bottom: 30px;
}
.lineup .product li dd {
  font-size: min(1.1111111111vw, 16px);
  line-height: 150%;
  letter-spacing: 0;
}
.lineup .product li dd img {
  margin: 0 auto 20px;
}
@media (max-width: 768px) {
  .lineup .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .lineup .product li {
    width: 100%;
  }
  .lineup .product li dd {
    font-size: 16px;
  }
}
.lineup .accessories {
  width: 100%;
  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;
  gap: 40px;
}
.lineup .accessories li {
  width: calc((100% - 80px) / 3);
  font-size: min(1.1111111111vw, 16px);
  line-height: 150%;
  letter-spacing: 0;
}
.lineup .accessories__img {
  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;
  min-height: 250px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .lineup .accessories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .lineup .accessories li {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}
.lineup .option {
  margin-top: 100px;
  padding: 40px;
  background: #F6F8F9;
}
@media (max-width: 768px) {
  .lineup .option {
    padding: 12px 10px 45px;
  }
}
.lineup .option__ttl {
  color: #007CC5;
  font-weight: bold;
  font-size: min(1.9444444444vw, 28px);
  line-height: 150%;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .lineup .option__ttl {
    font-size: 28px;
  }
}
.lineup .option__inner {
  margin-top: 40px;
}
.lineup .option__name {
  font-size: min(1.3888888889vw, 20px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 150%;
  padding-bottom: 10px;
  border-bottom: solid 1px #46525A;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .lineup .option__name {
    font-size: 4.2666666667vw;
  }
}
.lineup .option__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lineup .option__list + .option__name {
  margin-top: 60px;
}
.lineup .option__list + .option__list {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .lineup .option__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .lineup .option__list.column-4 li {
    width: calc((100% - 90px) / 4);
  }
}
@media (max-width: 768px) {
  .lineup .option__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10.6666666667vw;
    font-size: 3.2vw;
  }
  .lineup .option__list + .option__list {
    margin-top: 10.6666666667vw;
  }
}
.lineup .option__img {
  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: 10px;
}
.lineup .option__txt {
  font-size: min(0.9722222222vw, 14px);
  line-height: 150%;
  letter-spacing: 0;
}
.lineup .option__txt--indent {
  padding-left: 1em;
  text-indent: -1em;
}
.lineup .option__txt + .option__txt:not(.option__txt--indent) {
  margin-top: 2em;
}
@media (max-width: 768px) {
  .lineup .option__txt {
    font-size: 3.2vw;
  }
}
.lineup__case {
  margin-top: 40px;
  background: #F6F8F9;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lineup__case-ttl {
  color: #007CC5;
  font-weight: bold;
  font-size: min(1.9444444444vw, 28px);
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 19px;
}
.lineup__case-txt {
  font-size: min(0.9722222222vw, 14px);
  line-height: 150%;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .lineup__case {
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .lineup__case-ttl {
    font-size: 20px;
  }
  .lineup__case-txt {
    font-size: 14px;
  }
}
.lineup__program {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .lineup__tbl img {
    max-width: 1100px;
  }
}
.lineup__spec {
  margin-top: 80px;
}
.lineup__spec-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.lineup__spec-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.lineup__spec-name {
  font-weight: bold;
  font-size: min(1.3888888889vw, 20px);
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.lineup__spec-txt {
  font-size: min(1.1111111111vw, 16px);
  line-height: 150%;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .lineup__spec-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lineup__spec-name {
    font-size: 20px;
  }
  .lineup__spec-txt {
    font-size: 16px;
  }
}
.lineup__requirement {
  margin-top: 80px;
}
.lineup__requirement-caution {
  font-weight: bold;
  font-size: min(1.3888888889vw, 20px);
  line-height: 150%;
  letter-spacing: 0;
  color: #007CC5;
}
@media (max-width: 768px) {
  .lineup__requirement-caution {
    font-size: 20px;
  }
}
.lineup__requirement-img {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .lineup__requirement-img img {
    max-width: 1100px;
  }
}
.lineup__requirement-row {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .lineup__requirement-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lineup__requirement-txt {
  font-size: min(1.1111111111vw, 16px);
  line-height: 150%;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .lineup__requirement-txt {
    font-size: 16px;
  }
}
.lineup__requirement-notice {
  margin-top: 30px;
}
.lineup__requirement-notice img {
  margin: 0 auto;
}
.lineup__power {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48.1818181818%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  gap: 40px;
  background: #F6F8F9;
  padding: 30px;
}
.lineup__power-ttl {
  color: #007CC5;
  font-weight: bold;
  font-size: min(1.3888888889vw, 20px);
  line-height: 150%;
  letter-spacing: 0;
  margin-bottom: 9px;
}
.lineup__power-txt {
  font-size: min(0.9722222222vw, 14px);
  line-height: 150%;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .lineup__power {
    padding: 20px 10px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .lineup__power-ttl {
    font-size: 20px;
  }
  .lineup__power-txt {
    font-size: 14px;
  }
}

.remodal-overlay:before, .remodal-overlay:after {
  content: "";
  display: block;
  position: fixed;
  top: 40px;
  right: 10px;
  width: 80px;
  height: 2px;
  background: #fff;
}
.remodal-overlay:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.remodal-overlay:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 768px) {
  .remodal-overlay:before, .remodal-overlay:after {
    width: 40px;
    top: 20px;
  }
}

@media (max-width: 768px) {
  .remodal-wrapper {
    padding-top: 60px;
  }
}

.modal {
  width: 960px;
  max-width: calc(100% - 160px);
  padding: 50px 80px 20px;
}
@media (max-width: 768px) {
  .modal {
    max-width: calc(100% - 5px);
    padding: 30px 22px 10px;
  }
}
.modal-trigger {
  cursor: pointer;
}
.modal__container {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.modal__slider-slide {
  position: relative;
  padding-bottom: 3em;
}
.modal__slider-page {
  position: absolute;
  text-align: center;
  bottom: 0;
}
.modal__slider:not(.modal__slider--inactive) {
  height: 0;
  overflow: hidden;
}
.modal__slider:not(.modal__slider--inactive) .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal__slider:not(.modal__slider--inactive) .slick-track:before, .modal__slider:not(.modal__slider--inactive) .slick-track:after {
  display: none;
}
.modal__slider:not(.modal__slider--inactive) .slick-slide {
  height: auto !important;
  float: none;
}
.modal__slider:not(.modal__slider--inactive) .slick-arrow {
  width: 50px;
  height: 50px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
}
.modal__slider:not(.modal__slider--inactive) .slick-arrow.slick-prev {
  left: -140px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.modal__slider:not(.modal__slider--inactive) .slick-arrow.slick-next {
  right: -140px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 768px) {
  .modal__slider:not(.modal__slider--inactive) .slick-arrow {
    top: -80px;
    width: 20px;
    height: 20px;
  }
  .modal__slider:not(.modal__slider--inactive) .slick-arrow.slick-prev {
    left: -15px;
  }
  .modal__slider:not(.modal__slider--inactive) .slick-arrow.slick-next {
    right: unset;
    left: 10px;
  }
}
.modal__ttl {
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.6;
  color: #007CC5;
  text-align: center;
  margin-bottom: 30px;
}
.modal__ttl .ruby {
  position: relative;
}
.modal__ttl .rt {
  font-size: 1rem;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -0.5rem;
}
@media (max-width: 768px) {
  .modal__ttl {
    font-size: 6.4vw;
    line-height: 1.625;
    text-align: left;
  }
}
.modal__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.125;
  text-align: left;
}
.modal__small {
  margin-top: 5px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: left;
}
.modal__img {
  margin-top: 30px;
}
.modal__img img {
  margin: 0 auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .modal__img--scroll img {
    width: 213.3333333333vw;
    max-width: none;
  }
}

.remodal-is-opened .slick-initialized {
  height: auto;
  overflow: visible;
}