@charset "utf-8";
/* CSS Document */
*{
  box-sizing: border-box;
  scroll-behavior: smooth;
}
.npl-wrap{
  background-color: #000;
  font-family: "Noto Serif JP", serif;
}
section{
  padding: 0 15px;
}
section h3{
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  padding: 30px 0 0.8em;
  margin: 10px 0 30px;
  text-align: center;
  position: relative;
  filter: drop-shadow(2px 2px 3px #000);
}
section h3::after {
  content: '';
  background-color: #e74c3d;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
/*fixed contact*/
.npl-contact{
  width: 75%;
  aspect-ratio: 175 / 42;
  display: block;
  background-image: url("../img/cardio-collection/btn_contact.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: fixed;
  left: 0;
  bottom: 12px;
  z-index: 100;
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.is-active {
  visibility: visible;
  opacity: 1;
}

/*header*/
#npl-head{
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: auto;
  aspect-ratio: 16 / 9;
}
#npl-head video{
  width: 100%;
}
.movie-filter {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}
.movie-filter::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	aspect-ratio: 16 / 9;
	background-color: rgba(0,0,0,0.5);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}
.npl-head-tit{
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
}
.npl-head-tit h1{
  margin-top: 15px;
  color: #fff;
  font-size: 46px;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 0.9;
  filter: drop-shadow(2px 2px 3px #000);
}
.npl-head-tit h1 span{
  display: block;
  font-size: 32px;
  margin-bottom: 5px;
}
.npl-head-tit img{
  width: 50%;
  height: auto;
  filter: drop-shadow(2px 2px 3px #000);
}
.npl-head-oly-logo,.npl-head-oly-txt{
  position: absolute;
}
.npl-head-btn{
  width: fit-content;
  display: block;
  font-size: 14px;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 16px;
  margin: 30px auto 0;
  overflow: hidden;
  position: relative;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: 1;
}
.npl-head-btn::after{
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.npl-head-btn:hover{
  color: #000;
}
.npl-head-btn:hover::after{
  transform: scale(1, 1);
}
.npl-head-oly-logo{
  top: 96px;
  left: 32px;
  width: 70px;
}
.npl-head-oly-txt{
  top: 100px;
  left: 120px;
  color: #fff;
  font-size: 12px;
}
.npl-head-oly-txt span{
  display: inline-block;
}
.npl-feature-area{
  color: #fff;
}
.npl-feature-box img{
  width: 100%;
}
.npl-feature-box h4{
  font-size: 18px;
  margin-top: 10px;
  font-weight: bold;
}
.npl-feature-box p{
  margin: 8px 0 20px;
}
.npl-head-btm{
  position: absolute;
  bottom: 15px;
  width: 100%;
  color: #fff;
  padding: 15px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.1em;
}
.npl-content-head{
  height: auto;
  aspect-ratio: 3 / 2;
  background-size: cover;
  margin: 0 calc(50% - 50vw) 15px;
  width: 100vw;
  padding: 15px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
}
.cont-head-t{
  background-image: url("../img/plateloaded-tz/tseries-head.webp");
  margin-top: 80px;
}
.cont-head-z{
  background-image: url("../img/plateloaded-tz/zseries-head.webp");
}
.cont-head-text{
  margin: 0 auto;
}
.cont-head-text h2{
  font-size: 36px;
  font-weight: bold;
}
.cont-head-text h2 span{
  font-size: 24px;
  margin-left: 10px;
}
.cont-head-text p{
  margin-top: 15px;
  line-height: 2.1;
}
.product-list{
  margin: 30px calc(50% - 50vw);
  width: 100vw;
}
.product-list a img{
  transition: 0.3s;
}
.product-list a img:hover{
  opacity: 0.6;
}
.product-name{
  font-size:16px;
  color: #fff;
  margin-top: 10px;
}
.product-name span{
  font-size:14px;
  display: block;
  color: #909090;
}
.product-list a.product-list-btn{
  display: block;
  padding: 8px;
  background: #4f79a4;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  border-radius: 5px;
  transition: 0.3s;
}
.product-list a.product-list-btn:hover{
  
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper-slide p{
  color: #fff;
  margin: 10px 0;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.machine-review-box{
  background: #d9d9d9;
  padding: 10px 10px 15px;
  border-radius: 5px;
}
.machine-review-box + .machine-review-box{
  margin-top: 15px;
}
.machine-review-box img{
  width: 100%;
}
.machine-review-box p{
  margin-top: 5px;
  line-height: 1.6;
}

.machine-review-box-2{
  background: #d9d9d9;
  padding: 10px 10px 15px;
  border-radius: 5px;
  margin-bottom: 15px;
}
.machine-review-box-2 img{
  width: 100%;
}
.machine-review-box-2 p{
  margin-top: 5px;
  line-height: 1.6;
}

.mr-machine-name{
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  color: #222;
}
.mr-machine-name span{
  font-size: 14px;
  display: block;
  color: #565656;
}
.mr-athlete-name{
  margin-top: 15px;
  font-weight: bold;
  color: #222;
}
.machine-review-box a{
  display: block;
  padding: 8px;
  background: #4f79a4;
  color: #fff;
  text-align: center;
  margin: 10px 0 0 0;
  border-radius: 5px;
  transition: 0.3s;
}
.machine-review-box a:hover{
  background: #790e03;
}

.machine-review-box-2 a{
  display: block;
  padding: 8px;
  background: #4f79a4;
  color: #fff;
  text-align: center;
  margin: 10px 0 0 0;
  border-radius: 5px;
  transition: 0.3s;
}
.machine-review-box-2 a:hover{
  background: #790e03;
}
.npl-machine-review{
  margin-bottom: 50px;
}
/*contact*/
.inq_title{
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 15px;
  text-align: center;
  filter: drop-shadow(2px 2px 3px #000);
}
.inq_title span{
  display: block;
}
span.title_line{
  margin: 0px auto 20px;
}
.inq_read{
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 30px;
}
.inq_read span{
  display: block;
}

/*contact form*/
.contact_bg{
  background: #222;
  width: 100%;
  padding:50px 15px 80px;
  color: #fff;
}
.cont-confirm, .cont-back, .cont-submit{
  border: 1px solid #fff;
  color: #fff;
}
input[type="radio"], input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 0;
}
input::placeholder{
  color: #999;
}
.label_postal_code {
  float: left;
  margin-top: 13px;
}
.form-control.input_postal {
  float: left;
  margin-left: 10px;
}
.form-control.input_address {
  float: left;
  margin-left: 20px;
}
/* チェックボックス系（本家から拝借） */
.table-row {
  align-items: center;
  color: #fff;
}
.cont-col-content > div {
  float: left;
}
.table-row-is_showroom > div > label:first-child {
  margin-bottom: 15px;
}
.cont-col-content > div > label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 22px;
  margin: 5px 30px 5px 0;
  font-weight: normal;
  cursor: pointer;
}
.cont-col-content > div > label > p {
  margin-left: 5px;
  line-height: 1;
}
.cont-col-content-dates > div {
  display: flex;
  flex-wrap: wrap;
}
.cont-col-content-dates > div > div {
  display: flex;
  align-items: center;
}
.cont-col-content-dates > div > div input {
  flex: 1;
  margin-right: 25px;
}
.agree > p {
  padding-left: 10px;
  line-height: normal;
}
.contact_in{
  padding: 0;
}
.cont-form-table{
  padding: 0;
}
.cont-confirm, .cont-back, .cont-submit{
  color: #fff;
  border: 1px solid #fff;
  
}
/*footer*/
footer{
  margin-top: 0;
}
/*google recaptcha*/
.grecaptcha-badge{
  z-index: 1000;
}
.form-control.input_address {
  margin-left: 0;
}
/*hidden-text*/
.hidden-text-wrap {
  position: relative;
  margin-bottom: 50px;
}
.hidden-text {
  height: 90px;
  overflow: hidden;
}
.show-more {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 30px;
  padding-top: 60px;
  text-align: center;
  line-height: 30px;
  background: linear-gradient(
    180deg,
    rgb(217, 217, 217, 0) 0%,
    rgb(217, 217, 217, 1) 70%
  );
  cursor: pointer;
  transition: bottom 0.5s;
}
.show-more span{
  color: #222;
  border: 1px solid #222;
  background: #d9d9d9;
  padding: 8px 20px 8px 15px;
  font-weight: bold;
  transition: 0.3s;
}
.show-more span:hover{
  background: #9d9d9d;
}
.hidden-active {
  background: none;
  bottom: -30px;
}
.media-area{
  width: 100%;
  padding: 10px 15px 50px;
  background-color: #000;
}
.media-area h3{
  color: #fff;
  text-align: center;
  font-size: 21px;
  margin-bottom: 20px;
}
.media-area h3 span{
  font-size: 14px;
  color: #9d9d9d;
  display: block;
}
.media-area-box{
  max-width: 960px;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.media-image{
  width: 100%;
}
.media-image img{
  width: 70%;
}
.media-text{
  margin-top: 15px;
  width: 100%;
  color: #fff;
}
.media-text h4{
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 15px;
}
.stock-area{
	width: 100%;
	margin: 0 auto;
	padding: 40px 15px 50px;
	background-color: #111;
}
.stock-area h3{
	color: #fff;
	text-align: center;
	font-size: 21px;
	margin-bottom: 20px;
}
.stock-area h3 span{
	font-size: 14px;
	color: #9d9d9d;
	display: block;
}
.stock-area h4{
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-bottom: 20px;
}
.stock-area h4 b{
	color: #e84c3d;
	display: block;
}
.stock-area h4 span{
	display: block;
}
.stock-area p{
  margin-top: 15px;
	color: #fff;
	text-align: center;
}
.stock-area p span{
 display: inline-block;
}
.stock-img-area{
  display: flex;
  justify-content: center;
	flex-wrap: wrap;
}
.stock-img-area div{
  width: 50%;  
}
.stock-img-area div img{
  width: 100%;
}
.advantage-area{
	width: 100%;
	padding: 40px 15px 0;
	background-color: #000;
	color: #fff;
	text-align: center;
}
.advantage-area h3{
	color: #fff;
	text-align: center;
	font-size: 21px;
	margin-bottom: 20px;
}
.advantage-area h3 span{
	font-size: 14px;
	color: #9d9d9d;
	display: block;
}
.advantage-box-area{
  width: 100vw;
  margin: 20px calc(50% - 50vw) 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantage-box{
  width: 100%;
  padding: 70px 15px;
  background-size: cover;
  background-position: center;
  text-align: center;
}
.adv1{
  background-image: url("../img/plateloaded-tz/adv1_bg.webp");
}
.adv2{
  background-image: url("../img/plateloaded-tz/adv2_bg.webp");
}
.adv3{
  background-image: url("../img/plateloaded-tz/adv3_bg.webp");
}
.adv4{
  background-image: url("../img/plateloaded-tz/adv4_bg.webp");
}
.adv-box-read{
  font-size: 21px;
  line-height: 1.6;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
}
.advantage-box p{
  margin-top: 20px;
}
section#faq-area{
  background: #fff;
	padding: 0 15px 40px;
}
section#faq-area h3{
  color: #222;
	filter: none;
	margin: 0 0 20px;
}
section#faq-area .faq-area-in{
  max-width: 1200px;
  margin: 0 auto;
}
.toggle_title {
  position: relative;
  padding: 20px 20px 20px 70px;
  border-bottom: 1px solid #000;
  cursor: pointer;
  font-size: 14px;
  color: #222;
  font-weight: bold;
  background-image: url("../../img/faq_icon.svg");
  background-size: 35px 35px;
  background-position: 15px center;
  background-repeat: no-repeat;
  transition: 0.5s;
}
.selected{
  background-color: #efefef;
}
.toggle_title:hover {
  background-color: #efefef;
  transition: 0.5s;
}
.toggle_ans {
  margin: 0;
  padding: 20px;
  display: none;
  font-size: 14px;
  color: #232323;
  line-height: 1.8;
}
.toggle_ans p{
  margin-bottom: 15px;
}
.toggle_ans p span{
  font-size: 12px;
}
.toggle_ans p a{
  text-decoration: underline;
  color: #e74c3d;
  transition: 0.3s;
}
.toggle_ans p a:hover{
  color: #74261e;
}
a.link-ul{
  text-decoration: underline;
  font-weight: bold;
}
.ans-area{
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.ans-txt{
  width: 60%;
}
.ans-img{
  width: 38%;
}
.ans-img img{
  width: 100%;
}
.ans-img-beside{
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 30px;
}
.ans-img-beside img{
  display: block;
  width: 49%;
}
.plus {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
  border-radius: 0px 10px 10px 0px;
	display: none;
}
.plus:before,
.plus:after {
  display: block;
  content: "";
  background-color: #222;
  position: absolute;
  width: 15px;
  height: 2px;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%);
  transition: 0.5s;
}
.plus:before {
  width: 2px;
  height: 15px;
}
.toggle_title.selected .plus:before {
  transform: translate(50%, 50%) rotate(90deg);
}
.code-pc{
  display: none;
}
.code-sp{
  display: block;
}
p.contact-btn-text{
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
	color: #fff;
}
.cta-button{
	width: fit-content;
	margin: 30px auto;
}
.cta-button a{
	background: #e74c3d;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 2;
	padding: 20px 50px;
	border-radius: 5px;
	transition: 0.3s;
	display: block;
}
.cta-button a:hover{
	opacity: 0.6;
}
@media screen and (min-width: 599px) {
  .npl-head-oly{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    width: fit-content;
  }
  .npl-head-oly-logo {
    position: static;
    width: 70px;
    margin-right: 15px;
  }
  .npl-head-oly-txt {
    position: static;
    margin: auto;
    width: fit-content;
    font-size: 14px;
  }
  .npl-head-tit h1 {
    font-size: 62px;
  }
  .npl-head-tit h1 span {
    font-size: 36px;
    margin-bottom: 8px;
  }
  .npl-contact {
    width: 50%;
  }
  section {
    padding: 0 30px;
  }
  .machine-review-box {
    background: #d9d9d9;
    padding: 30px;
  }
  .machine-review-box a {
    padding: 15px 120px;
    width: fit-content;
    margin: 0 auto;
  }
  .machine-review-box-2 {
    background: #d9d9d9;
    padding: 30px;
  }
  .machine-review-box-2 a {
    padding: 15px 120px;
    width: fit-content;
    margin: 0 auto;
  }
  .hidden-text-wrap {
    margin-bottom: 60px;
  }
  .media-area{
    padding: 10px 30px 30px;
  }
  .media-area-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    width: 80%;
  }
  .media-image{
    width: 40%;
  }
  .media-image img{
    width: 100%;
  }
  .media-text{
    width: 55%;
  }
  .media-text h4 span{
    display: inline-block;
  }
	.stock-area h4 b {
		display: inline-block;
	}
	.stock-img-area {
    justify-content: space-between;
	}
	.stock-img-area div {
    width: 32%;
	}
	.advantage-box {
		width: 50%;
    padding: 40px 15px;
	}
	.advantage-box p br{
    display: none;
	}
	.plus {
		display: block;
	}
  .code-pc{
    display: block;
  }
  .code-sp{
    display: none;
  }
}
@media screen and (min-width: 814px) {
}
@media screen and (min-width: 1200px) {
  .npl-head-oly {
    top: 50px;
  }
  .npl-head-oly-logo {
    width: 120px;
    margin-right: 20px;
  }
  .npl-head-oly-txt {
    font-size: 16px;
  }
  .npl-head-tit h1 {
    font-size: 120px;
  }
  .npl-head-tit h1 span {
    font-size: 56px;
  }
  .npl-head-btm {
    bottom: 150px;
    font-size: 18px;
  }
  .npl-contact {
    width: 360px;
  }
  .npl-feature-area {
    display: flex;
    justify-content: space-around;
  }
  .npl-feature-box{
    width: 24%;
  }
  .npl-machine-review{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .npl-machine-review-2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .machine-review-box{
    width: 32%;
  }
  .machine-review-box + .machine-review-box {
    margin-top: 0;
  }
  .machine-review-box-2{
    width: 49%;
    margin-bottom: 15px;
  }
  .npl-content-head{
    aspect-ratio: 3 / 1;
  }
  .cont-head-t{
    background-image: url("../img/plateloaded-tz/tseries-head-pc.webp");
    margin-top: 80px;
  }
  .cont-head-z{
    background-image: url("../img/plateloaded-tz/zseries-head-pc.webp");
  }
  .media-image{
    width: 30%;
  }
  .media-text{
    width: 65%;
  }
	.stock-area {
    padding: 40px 30px 50px;
	}
	.advantage-box {
		width: 50%;
		padding: 120px 30px;
	}
	.advantage-box p br{
    display: inline;
	}
	.toggle_title {
    font-size: 16px;
	}
}