@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: 18px;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
}

.inner {
  width: 100%;
  max-width: none;
  padding: 0;
}

.container {
  max-width: 1440px;
  margin: auto;
}

section {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  section {
    padding: 20px;
  }
}

.mv {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-color: #00458c;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .mv {
    padding: 20px;
  }
}
.mv ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  max-width: 1440px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .mv ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
.mv ul li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mv ul li a.img {
  display: block;
  width: 100%;
  aspect-ratio: 528/1430;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: background-image 0.3s ease;
  transition: background-image 0.3s ease;
}
.mv ul li .img-770 {
  background-image: url("/dcms_media/image/top_770.png");
}
.mv ul li .img-770:hover {
  background-image: url("/dcms_media/image/top_770_on.png");
}
.mv ul li .img-925_15 {
  background-image: url("/dcms_media/image/top_925_15.png");
}
.mv ul li .img-925_15:hover {
  background-image: url("/dcms_media/image/top_925_15_on.png");
}
.mv ul li .img-925_75 {
  background-image: url("/dcms_media/image/top_925_75.png");
}
.mv ul li .img-925_75:hover {
  background-image: url("/dcms_media/image/top_925_75_on.png");
}
.mv ul li .img-925_25 {
  background-image: url("/dcms_media/image/top_925_25.png");
}
.mv ul li .img-925_25:hover {
  background-image: url("/dcms_media/image/top_925_25_on.png");
}
.mv ul li .img-925_77 {
  background-image: url("/dcms_media/image/top_925_77.png");
}
.mv ul li .img-925_77:hover {
  background-image: url("/dcms_media/image/top_925_77_on.png");
}
.mv ul li .img-925_85 {
  background-image: url("/dcms_media/image/top_925_85.png");
}
.mv ul li .img-925_85:hover {
  background-image: url("/dcms_media/image/top_925_85_on.png");
}

.prodact_ttl {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 2px;
  font-style: italic;
  line-height: normal;
}

.itembox {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .itembox {
    -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;
  }
}
.itembox > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.itembox .imgbox {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 20px 40px;
}
.itembox .imgbox::before {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  height: 14px;
  width: 14px;
  -webkit-clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 0%, 100% 100%, 100% 0%);
}
.itembox .imgbox::after {
  position: absolute;
  content: "";
  bottom: 10px;
  right: 10px;
  height: 14px;
  width: 14px;
  -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
          clip-path: polygon(0% 100%, 100% 100%, 100% 0%);
}
.itembox .imgbox img {
  max-width: 654px;
  width: 100%;
}
.itembox .imgbox .imgboxbg {
  position: absolute;
  right: -9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 25px;
  height: 50%;
  aspect-ratio: 1/10;
  -webkit-clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
          clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 90%);
}
.itembox .imgbox .imgboxbg::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 25px;
  height: 100%;
  aspect-ratio: 1/10;
  -webkit-clip-path: polygon(calc(0% + 1px) 10%, 100% calc(0% + 1px), 100% calc(100% - 1px), calc(0% + 1px) 90%);
          clip-path: polygon(calc(0% + 1px) 10%, 100% calc(0% + 1px), 100% calc(100% - 1px), calc(0% + 1px) 90%);
}
@media screen and (max-width: 1024px) {
  .itembox .imgbox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.itembox .txtbox {
  padding: 20px 40px;
  width: 100vw;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 1024px) {
  .itembox .txtbox {
    padding: 0;
    width: 100%;
    margin-right: auto;
  }
}
.itembox .txtbox .innerwrap {
  max-width: 650px;
}
@media screen and (max-width: 1024px) {
  .itembox .txtbox .innerwrap {
    max-width: none;
  }
}
.itembox .txtbox .txtbox_ttl {
  font-size: 28px;
  font-weight: 700;
  line-height: normal;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  letter-spacing: 3px;
}
.itembox .txtbox .txtbox_des {
  margin-top: 20px;
  line-height: normal;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.itembox .txtbox .txtbox_spec {
  margin-top: 40px;
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  table-layout: auto;
}
@media screen and (max-width: 425px) {
  .itembox .txtbox .txtbox_spec tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.itembox .txtbox .txtbox_spec th,
.itembox .txtbox .txtbox_spec td {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 1em;
  text-align: left;
  line-height: normal;
  letter-spacing: normal;
}
@media screen and (max-width: 425px) {
  .itembox .txtbox .txtbox_spec th,
  .itembox .txtbox .txtbox_spec td {
    border: none;
  }
}
.itembox .txtbox .txtbox_spec th {
  font-weight: 700;
  letter-spacing: 3px;
}
.itembox .txtbox .txtbox_spec td {
  border-right: none;
}
.itembox .txtbox .reviewbox {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .itembox .txtbox .reviewbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.itembox .txtbox .reviewbox .reviewbox_ttl {
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  border: 1px solid #fff;
  border-radius: 15px;
  padding: 5px 10px;
  margin: 0;
  white-space: nowrap;
}
.itembox .txtbox .reviewbox ul {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: normal;
}

.slick {
  position: relative;
}
.slick .slick-dots {
  bottom: 30px;
}
.slick .slick-dots li button::before {
  display: none;
}
.slick .prodact_ttl {
  position: relative;
  left: 20px;
}
@media screen and (max-width: 1024px) {
  .slick .itembox {
    padding-right: 18px;
  }
}
@media screen and (max-width: 768px) {
  .slick .itembox {
    padding-right: 9px;
  }
}
@media screen and (max-width: 425px) {
  .slick .itembox {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .slick .itembox .imgbox {
    display: block;
    margin-left: auto;
    width: 100%;
  }
  .slick .itembox .imgbox img {
    margin: auto;
  }
}
.slick .itembox .txtbox {
  padding: 40px;
}
@media screen and (max-width: 1024px) {
  .slick .itembox .txtbox {
    padding: 0 22px 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .slick .itembox .txtbox {
    padding: 0 11px 0 20px;
  }
}
@media screen and (max-width: 425px) {
  .slick .itembox .txtbox {
    padding: 0 0 0 20px;
  }
}

.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  padding: 40px 0px 100px;
}

.slick-slider,
.slick-dotted.slick-slider {
  margin: 0;
}

/*------------ dots ------------*/
/* slick-dots のスタイル */
.slick-dots li button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: none;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}

/* アクティブ時に拡大＆色変更 */
.slick-dots li.slick-active button {
  width: 16px;
  height: 16px;
}

#prodact01 {
  border-top: 9px solid #2474bc;
  background-color: #cadefc;
}
#prodact01 .imgbox {
  border-top: 1px solid #00458c;
  border-bottom: 1px solid #00458c;
  border-right: 8px solid #00458c;
}
#prodact01 .imgbox::before, #prodact01 .imgbox::after {
  background: #00458c;
}
#prodact01 .imgbox .imgboxbg {
  background-color: #00458c;
}
#prodact01 .imgbox .imgboxbg::after {
  background-color: #cadefc;
}
#prodact01 .txtbox .txtbox_ttl {
  color: #00458c;
}
#prodact01 .txtbox .txtbox_spec tr:nth-child(odd) th {
  background-color: #00458c;
}
#prodact01 .txtbox .txtbox_spec tr:nth-child(even) th {
  background-color: #2474bc;
}
#prodact01 .txtbox .txtbox_spec th,
#prodact01 .txtbox .txtbox_spec td {
  border-color: #000;
}
#prodact01 .txtbox .txtbox_spec th {
  color: #fff;
}
#prodact01 .txtbox .txtbox_spec td {
  color: #000000;
}
#prodact01 .txtbox .reviewbox .reviewbox_ttl {
  color: #00458c;
  border-color: #00458c;
}

#prodact02 {
  border-top: 9px solid #282828;
  background-color: #565656;
}
#prodact02 .prodact_ttl {
  color: #fff;
}
#prodact02 .imgbox {
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  border-right: 8px solid #282828;
}
#prodact02 .imgbox::before, #prodact02 .imgbox::after {
  background: #282828;
}
#prodact02 .imgbox .imgboxbg {
  background-color: #282828;
}
#prodact02 .imgbox .imgboxbg::after {
  background-color: #565656;
}
#prodact02 .txtbox .txtbox_ttl {
  color: #fff;
}
#prodact02 .txtbox .txtbox_des {
  color: #fff;
}
#prodact02 .txtbox .txtbox_spec tr:nth-child(odd) th {
  background-color: #282828;
}
#prodact02 .txtbox .txtbox_spec tr:nth-child(even) th {
  background-color: #3d3d3d;
}
#prodact02 .txtbox .txtbox_spec th,
#prodact02 .txtbox .txtbox_spec td {
  border-color: #000;
}
#prodact02 .txtbox .txtbox_spec th {
  color: #ffffff;
}
#prodact02 .txtbox .txtbox_spec td {
  color: #fff;
}
#prodact02 .txtbox .reviewbox .reviewbox_ttl {
  color: #ffffff;
  border-color: #ffffff;
}
#prodact02 .txtbox .reviewbox ul {
  color: #fff;
}

#prodact03 {
  border-top: 9px solid #79a5c6;
  background-color: #3c5777;
}
#prodact03 .prodact_ttl {
  color: #fff;
}
#prodact03 .imgbox {
  border-top: 1px solid #79a5c6;
  border-bottom: 1px solid #79a5c6;
  border-right: 8px solid #79a5c6;
}
#prodact03 .imgbox::before, #prodact03 .imgbox::after {
  background: #79a5c6;
}
#prodact03 .imgbox .imgboxbg {
  background-color: #79a5c6;
}
#prodact03 .imgbox .imgboxbg::after {
  background-color: #3c5777;
}
#prodact03 .txtbox .txtbox_ttl {
  color: #fff;
}
#prodact03 .txtbox .txtbox_des {
  color: #fff;
}
#prodact03 .txtbox .txtbox_spec tr:nth-child(odd) th {
  background-color: #79a5c6;
}
#prodact03 .txtbox .txtbox_spec tr:nth-child(even) th {
  background-color: #aac1d9;
}
#prodact03 .txtbox .txtbox_spec th,
#prodact03 .txtbox .txtbox_spec td {
  border-color: #000;
}
#prodact03 .txtbox .txtbox_spec th {
  color: #000;
}
#prodact03 .txtbox .txtbox_spec td {
  color: #fff;
}
#prodact03 .txtbox .reviewbox .reviewbox_ttl {
  color: #ffffff;
  border-color: #ffffff;
}
#prodact03 .txtbox .reviewbox ul {
  color: #fff;
}

#prodact04 .snav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
#prodact04 .snav .prodact_ttl {
  font-size: 28px;
  font-weight: 300;
}
#prodact04 .snav .prodact_ttl:hover {
  border-bottom: 1px solid #000;
}
#prodact04 .snav .prodact_ttl h2 {
  font-size: 40px;
  border-bottom: 1px solid #000;
  font-weight: 500;
}

#prodact04_1 {
  border-top: 9px solid #00458c;
  background-color: #ededed;
}
#prodact04_1 .snav .prodact_ttl.active, #prodact04_1 .snav .prodact_ttl:hover {
  border-bottom: 1px solid #000000;
}
#prodact04_1 .imgbox {
  border-top: 1px solid #00458c;
  border-bottom: 1px solid #00458c;
  border-right: 8px solid #00458c;
}
#prodact04_1 .imgbox::before, #prodact04_1 .imgbox::after {
  background: #00458c;
}
#prodact04_1 .imgbox .imgboxbg {
  background-color: #00458c;
}
#prodact04_1 .imgbox .imgboxbg::after {
  background-color: #ededed;
}
#prodact04_1 .txtbox .txtbox_ttl {
  color: #00458c;
}
#prodact04_1 .txtbox .txtbox_spec tr:nth-child(odd) th {
  background-color: #00458c;
}
#prodact04_1 .txtbox .txtbox_spec tr:nth-child(even) th {
  background-color: #2474bc;
}
#prodact04_1 .txtbox .txtbox_spec th,
#prodact04_1 .txtbox .txtbox_spec td {
  border-color: #000;
}
#prodact04_1 .txtbox .txtbox_spec th {
  color: #fff;
}
#prodact04_1 .txtbox .txtbox_spec td {
  color: #000000;
}
#prodact04_1 .txtbox .reviewbox .reviewbox_ttl {
  color: #00458c;
  border-color: #00458c;
}

#prodact04_2 {
  border-top: 9px solid #79a5c6;
  background-color: #3c5777;
}
#prodact04_2 .snav .prodact_ttl {
  color: #fff;
}
#prodact04_2 .snav .prodact_ttl.active, #prodact04_2 .snav .prodact_ttl:hover {
  border-bottom: 1px solid #ffffff;
}
#prodact04_2 .imgbox {
  border-top: 1px solid #79a5c6;
  border-bottom: 1px solid #79a5c6;
  border-right: 8px solid #79a5c6;
}
#prodact04_2 .imgbox::before, #prodact04_2 .imgbox::after {
  background: #79a5c6;
}
#prodact04_2 .imgbox .imgboxbg {
  background-color: #79a5c6;
}
#prodact04_2 .imgbox .imgboxbg::after {
  background-color: #3c5777;
}
#prodact04_2 .txtbox .txtbox_ttl {
  color: #fff;
}
#prodact04_2 .txtbox .txtbox_des {
  color: #fff;
}
#prodact04_2 .txtbox .txtbox_spec tr:nth-child(odd) th {
  background-color: #79a5c6;
}
#prodact04_2 .txtbox .txtbox_spec tr:nth-child(even) th {
  background-color: #aac1d9;
}
#prodact04_2 .txtbox .txtbox_spec th,
#prodact04_2 .txtbox .txtbox_spec td {
  border-color: #000;
}
#prodact04_2 .txtbox .txtbox_spec th {
  color: #000;
}
#prodact04_2 .txtbox .txtbox_spec td {
  color: #fff;
}
#prodact04_2 .txtbox .reviewbox .reviewbox_ttl {
  color: #ffffff;
  border-color: #ffffff;
}
#prodact04_2 .txtbox .reviewbox ul {
  color: #fff;
}

#prodact04_3 {
  border-top: 9px solid #282828;
  background-color: #565656;
}
#prodact04_3 .snav .prodact_ttl {
  color: #fff;
}
#prodact04_3 .snav .prodact_ttl.active, #prodact04_3 .snav .prodact_ttl:hover {
  border-bottom: 1px solid #ffffff;
}
#prodact04_3 .imgbox {
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  border-right: 8px solid #282828;
}
#prodact04_3 .imgbox::before, #prodact04_3 .imgbox::after {
  background: #282828;
}
#prodact04_3 .imgbox .imgboxbg {
  background-color: #282828;
}
#prodact04_3 .imgbox .imgboxbg::after {
  background-color: #565656;
}
#prodact04_3 .txtbox .txtbox_ttl {
  color: #fff;
}
#prodact04_3 .txtbox .txtbox_des {
  color: #fff;
}
#prodact04_3 .txtbox .txtbox_spec tr:nth-child(odd) th {
  background-color: #282828;
}
#prodact04_3 .txtbox .txtbox_spec tr:nth-child(even) th {
  background-color: #3d3d3d;
}
#prodact04_3 .txtbox .txtbox_spec th,
#prodact04_3 .txtbox .txtbox_spec td {
  border-color: #000;
}
#prodact04_3 .txtbox .txtbox_spec th {
  color: #ffffff;
}
#prodact04_3 .txtbox .txtbox_spec td {
  color: #fff;
}
#prodact04_3 .txtbox .reviewbox .reviewbox_ttl {
  color: #ffffff;
  border-color: #ffffff;
}
#prodact04_3 .txtbox .reviewbox ul {
  color: #fff;
}

.dots-slide-0 li button {
  background-color: #00458c;
}

/* アクティブ時に拡大＆色変更 */
.dots-slide-0 li.slick-active button {
  background-color: #ffffff;
  border: 1px solid #00458c;
}

.dots-slide-1 li button {
  background-color: #79a5c6;
}

/* アクティブ時に拡大＆色変更 */
.dots-slide-1 li.slick-active button {
  background-color: #ffffff;
  border: 1px solid #79a5c6;
}

.dots-slide-2 li button {
  background-color: #282828;
}

/* アクティブ時に拡大＆色変更 */
.dots-slide-2 li.slick-active button {
  background-color: #ffffff;
  border: 1px solid #282828;
}

#prodact05 {
  border-top: 9px solid #282828;
  background-color: #565656;
}
#prodact05 .prodact_ttl {
  color: #fff;
}
#prodact05 .prodact_ttl span {
  font-size: 24px;
}
#prodact05 .imgbox {
  border-top: 1px solid #282828;
  border-bottom: 1px solid #282828;
  border-right: 8px solid #282828;
}
#prodact05 .imgbox::before, #prodact05 .imgbox::after {
  background: #282828;
}
#prodact05 .imgbox .imgboxbg {
  background-color: #282828;
}
#prodact05 .imgbox .imgboxbg::after {
  background-color: #565656;
}
#prodact05 .txtbox .txtbox_ttl {
  color: #fff;
}
#prodact05 .txtbox .txtbox_des {
  color: #fff;
}
#prodact05 .txtbox .txtbox_spec tr:nth-child(odd) th {
  background-color: #282828;
}
#prodact05 .txtbox .txtbox_spec tr:nth-child(even) th {
  background-color: #3d3d3d;
}
#prodact05 .txtbox .txtbox_spec th,
#prodact05 .txtbox .txtbox_spec td {
  border-color: #000;
}
#prodact05 .txtbox .txtbox_spec th {
  color: #ffffff;
}
#prodact05 .txtbox .txtbox_spec td {
  color: #fff;
}
#prodact05 .txtbox .reviewbox .reviewbox_ttl {
  color: #ffffff;
  border-color: #ffffff;
}
#prodact05 .txtbox .reviewbox ul {
  color: #fff;
}

#prodact06 {
  border-top: 9px solid #3d3d3d;
  background-color: #ededed;
}
#prodact06 .prodact_ttl span {
  font-size: 24px;
}
#prodact06 .imgbox {
  border-top: 1px solid #3d3d3d;
  border-bottom: 1px solid #3d3d3d;
  border-right: 8px solid #3d3d3d;
}
#prodact06 .imgbox::before, #prodact06 .imgbox::after {
  background: #3d3d3d;
}
#prodact06 .imgbox .imgboxbg {
  background-color: #3d3d3d;
}
#prodact06 .imgbox .imgboxbg::after {
  background-color: #ededed;
}
#prodact06 .txtbox .txtbox_ttl {
  color: #3d3d3d;
}
#prodact06 .txtbox .txtbox_spec tr:nth-child(odd) th {
  background-color: #3d3d3d;
}
#prodact06 .txtbox .txtbox_spec tr:nth-child(even) th {
  background-color: #636363;
}
#prodact06 .txtbox .txtbox_spec th,
#prodact06 .txtbox .txtbox_spec td {
  border-color: #000;
}
#prodact06 .txtbox .txtbox_spec th {
  color: #fff;
}
#prodact06 .txtbox .txtbox_spec td {
  color: #000000;
}
#prodact06 .txtbox .reviewbox .reviewbox_ttl {
  color: #3d3d3d;
  border-color: #3d3d3d;
}

#locator_t_under {
  margin-bottom: 0;
}
#locator_t_under .inner {
  max-width: 1120px;
}/*# sourceMappingURL=mplp.css.map */