.p-extralarge-h2 {
  margin: 46px 0 93px;
  text-align: center;
}

.p-extralarge-h2__title {
  position: relative;
  font-size: 3.2rem;
  line-height: 140%;
  letter-spacing: 1.28px;
}

.p-extralarge-h2__title:before {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 54px;
  height: 11px;
  content: "";
  background-image: linear-gradient(to right, #00afec 33.3%, #00afec, #00a040 33.3%, #00a040 66.6%,#e60012, #e60012 66.6%);
}

.p-large-h2__title {
  margin-top: 80px;
  padding: 16px 0 16px 22px;
  font-size: 2.6rem;
  line-height: 30px;
  letter-spacing: 1.04px;
  background-color: #f3f2f2;
}

.p-normal-h2__title {
  position: relative;
  margin-top: 32px;
  padding-left: 21px;
  font-size: 2.2rem;
  line-height: 170%;
  letter-spacing: 0.88px;
}

.p-normal-h2__title::before {
  position: absolute;
  content: "";
  top: 7px;
  left: 0;
  width: 5px;
  height: 22px;
  background-color: #00A040;
}

.p-layout01 {
  display: flex;
  gap: 5%;
  margin-top: 32px;
  padding: 0 16px;
}

.p-layout01--reverse {
  flex-direction: row-reverse;
}

.p-layout01__img img {
  display: inline-block;
  width: var(--media-image-wrap);
}

.p-layout01__img img {
  max-width: initial;
}

.p-layout01__text {
  font-size: 1.7rem;
  line-height: 200%;
  letter-spacing: 0.34px;
  word-break: break-all;
}

.p-button {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 500px;
  margin: 32px auto 0;
}

.p-button-primary,
.p-button-secondary,
.p-button-attachment {
  padding: 8px 0;
  border-radius: 4px;
  font-size: 1.8rem;
  line-height: 200%;
  letter-spacing: 0.72px;
  text-align: center;
  box-sizing: border-box;
  transition: background-color 0.25s ease;
}

.p-button-primary {
  background-color: #1A1A1A;
  color: #fff;
  font-weight: bold;
}

.p-button-primary:hover {
  padding: 7px 0;
  background-color: #fff;
  color: #1A1A1A;
  border: 1px solid #1A1A1A;
}


.p-button-secondary {
  font-weight: bold;
  border: 1px solid #1A1A1A;
}

.p-button-secondary:hover {
  background-color: #1A1A1A;
  color: #fff;
}

.p-button-attachment {
  background-color: #F3F2F2;
  border: 1px solid #DDD;
}

.p-button-attachment:hover {
  background-color: #d9d4d5;
}

.p-text p{
  margin-top: 40px;
  line-height: 200%;
  letter-spacing: 0.32px;
}

.p-image-horizontal,
.p-image-vertical {
  margin-top: 32px;
  text-align: center;
}

.p-layout02 {
  margin-top: 38px;
}

.p-layout02-cards {
  display: flex;
  gap: 56px;
  max-width: 1210px;
  margin: 0 auto;
}

.p-layout02-card {
  width: 366px;
}

.p-layout02-card__img img {
  width: 100%;
}

.p-layout02-card__text {
  margin-top: 24px;
  line-height: 170%;
  letter-spacing: 0.32px;
}

.p-video {
  max-width: 800px;
  margin: 40px auto 0;
}

.p-video iframe {
border-radius: 16px;
}

.p-video__box {
  position: relative;
}

.p-video__box::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/img/icon_video.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  opacity: 1;
  z-index: 1;
}

.p-video__box.hide-icon::after {
  opacity: 0;
}

.p-videotext {
  margin-top: 24px;
}

.p-layout03 {
  margin-top: 32px;
}

.p-layout03-box {
  margin-top: 32px;
  display: flex;
  padding: 0 16px;
  gap: 5%;
}

.p-layout03-videoBox--reverse {
  flex-direction: row-reverse;
}

.p-layout03-box__youtube-wrapper {
  display: block;
}

.p-layout03-box__youtube-wrapper iframe {
  width: var(--youtube-width);
  border-radius: 16px;
  aspect-ratio: 16/9;
}

.p-layout03-videoBox {
  --layout-width: 100%;
  overflow: hidden;
}

.p-video__box video {
  border-radius: 16px;
  display: inline-block;
  width: var(--media-video);
}

.p-layout03-box__text p {
  margin-top: 40px;
  line-height: 2.4;
  word-break: break-all;
}

.p-layout03-box__text p:first-of-type {
  margin-top: 0;
}

.p-slider {
  margin-top: 40px;
}

.p-slider-swiper {
  position: relative;
}

.p-slider .swiper {
    position: relative;
    padding: 0 40px;
}
.p-slider .swiper::before,
.p-slider .swiper::after {
    position: absolute;
    top: 0;
    z-index: 5;
    display: block;
    width: 40px;
    height: 100%;
    content: "";
    background-color: #fefefe;
}
.p-slider .swiper::before {
    left: 0;
}
.p-slider .swiper::after {
    right: 0;
}

.p-slider .swiper-wrapper {
    padding: 15px 0;
  transition-timing-function: linear;
}

.p-slider .swiper-slide {
    padding: 0 10px;
}

.p-slider .swiper-pagination-clickable .swiper-pagination-bullet {
  background: #1A1A1A;
}

.p-slider .swiper-button-prev,
.p-slider .swiper-button-next {
    width: 40px;
    height: 40px;
    background-color: #f9f8f8;
    border-radius: 50%;
    transition: background-color 0.25s ease;
}
.p-slider .swiper-button-prev::after,
.p-slider .swiper-button-next::after {
    width: 6.7px;
    height: 10px;
    content: "";
    background-color: #1a1a1a;
}
.p-slider .swiper-button-prev:hover,
.p-slider .swiper-button-next:hover {
    background-color: #d9d4d5;
}

.p-slider .swiper-button-prev {
    left: 0;
}
.p-slider .swiper-button-prev::after {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.p-slider .swiper-button-next {
    right: 0;
}

.p-slider .swiper-button-next::after {
    clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.p-slider .swiper-pagination  {
  position: absolute;
  bottom: -20px !important;
}

.p-layout04-container {
  max-width: 1240px;
  margin: 0 auto;
}

.p-layout04-cards {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  gap: 24px;
  margin-top: 38px;
}

.p-layout04-card {
  display: flex;
  flex-direction: column;
  width: 292px;
  height: auto;
  border-radius: 8px;
  border: 1px solid #DDD;
}

.p-layout04-card__img {
  line-height: 0;
}

.p-layout04-card__img img {
  width: 293px;
  height: 195px;
  border-radius: 8px 8px 0 0;
  object-fit: contain;
}

.p-layout04-card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.p-layout04-card__text {
  padding: 10px 10px 0 12px;
}

.p-layout04-card__company {
  color: #0066BF;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.28px;
  text-decoration: none;
  cursor: pointer;
}

.p-layout04-card__company:hover {
  text-decoration: underline;
}

.p-layout04-card__seriesname,
.p-layout04-card__productname,
.p-layout04-card__modelnumber,
.p-layout04-card__orderunit {
  display: flex;
  margin-top: 3px;
  color: #1A1A1A;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: 0.28px;
}

.p-layout04-card__seriesname {
  margin-top: 8px;
}

.p-layout04-card__seriesname-title,
.p-layout04-card__productname-title,
.p-layout04-card__modelnumber-title,
.p-layout04-card__orderunit-title {
  width: 100%;
  max-width: 86px;
}

.p-layout04-card__productname-title,
.p-layout04-card__modelnumber-title,
.p-layout04-card__orderunit-title {
  text-align: right;
}

.p-layout04-card__seriesname-text,
.p-layout04-card__productname-text,
.p-layout04-card__modelnumber-text,
.p-layout04-card__orderunit-text {
  width: 100%;
  max-width: 180px;
}

.p-layout04-card__modelnumber-link {
  color: #0066BF;
  text-decoration: none;
}

.p-layout04-card__modelnumber-link:hover {
  text-decoration: underline;
}

.p-layout04-card__item {
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding: 0 10px 0 12px;
}

.p-layout04-card__price {
  color: #BF0000;
  font-weight: bold;
  line-height: 140%;
}


.p-layout04-card__button {
  display: flex;
  margin-top: 10px;
}

.p-layout04-card__orderbutton,
.p-layout04-card__quotebutton {
  width: 50%;
  padding: 12px 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 140%
}

.p-layout04-card__orderbutton {
  text-align: center;
  background-color: #BF0000;
  border-radius: 0 0 0 8px;
}

.p-layout04-card__orderbutton:hover {
  background-color: #a10101;
}

.p-layout04-card__quotebutton  {
  text-align: center;
  background-color: #1F978B;
  border-radius: 0 0 8px 0;
}

.p-layout04-card__quotebutton:hover  {
  background-color: #167b71;
}

.p-layout05-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 38px;
}

.p-layout05-card {
  display: flex;
  align-items: center;
  width: 1240px;
  border-radius: 8px;
  border: 1px solid #DDD;
}

.p-layout05-card__img {
  line-height: 0;
}

.p-layout05-card__img img {
  width: 225px;
  height: 150px;
  border-radius: 8px 0 0 8px;
  object-fit: contain;
}

.p-layout05-card__content {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: calc(100% - 225px);
  padding: 0 12px 0 20px;
}

.p-layout05-card__text {
  width: 100%;
}

.p-layout05-card__company {
  color: #0066BF;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.28px;
  text-decoration: none;
  cursor: pointer;
}

.p-layout05-card__company:hover {
  text-decoration: underline;
}

.p-layout05-card__seriesname,
.p-layout05-card__productname,
.p-layout05-card__modelnumber,
.p-layout05-card__orderunit {
  display: flex;
  margin-top: 2px;
  color: #1A1A1A;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: 0.28px;
}

.p-layout05-card__seriesname-title,
.p-layout05-card__productname-title,
.p-layout05-card__modelnumber-title,
.p-layout05-card__orderunit-title {
  width: 100%;
  max-width: 86px;
}

.p-layout05-card__productname-title,
.p-layout05-card__modelnumber-title,
.p-layout05-card__orderunit-title {
  text-align: right;
}

.p-layout05-card__modelnumber-link {
  color: #0066BF;
  text-decoration: none;
}

.p-layout05-card__modelnumber-link:hover {
  text-decoration: underline;
}

.p-layout05-card__price {
  margin-top: 8px;
  color: #BF0000;
  font-size: 2rem;
  font-weight: bold;
  line-height: 140%;
}

.p-layout05-card__itembox {
  display: flex;
  flex-direction: column;
  align-items: end;
  gap: 12px;
}

.p-layout05-card__button {
  display: flex;
  gap: 8px;
}

.p-layout05-card__orderbutton,
.p-layout05-card__quotebutton {
  width: 164px;
  height: 42px;
  padding: 10px 0;
  color: #fff;
  font-weight: bold;
  line-height: 140%;
  border-radius: 4px;
}

.p-layout05-card__orderbutton {
  text-align: center;
  background-color: #BF0000;
}

.p-layout05-card__orderbutton:hover {
  background-color: #a10101;
}

.p-layout05-card__quotebutton {
  text-align: center;
  background-color: #1F978B;
}

.p-layout05-card__quotebutton:hover {
  background-color: #167b71;
}

.p-layout06-container {
  max-width: 1240px;
  margin: 0 auto;
}

.p-layout06-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 24px;
  margin-top: 38px;

}

.p-layout06-card {
  display: flex;
  flex-direction: column;
  width: 292px;
  border-radius: 8px;
  border: 1px solid #DDD;
}

.p-layout06-card__img {
  line-height: 0;
}

.p-layout06-card__img img {
  width: 293px;
  height: 195px;
  border-radius: 8px 8px 0 0;
  object-fit: contain;
}

.p-layout06-card__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  padding: 10px 12px 8px 12px;
}

.p-layout06-card__company {
  color: #0066BF;
  font-size: 1.4rem;
  line-height: 140%;
  letter-spacing: 0.28px;
  text-decoration: none;
  cursor: pointer;
}

.p-layout06-card__company:hover {
  text-decoration: underline;
}

.p-layout06-card__seriesname,
.p-layout06-card__productname,
.p-layout06-card__modelnumber,
.p-layout06-card__orderunit {
  display: flex;
  margin-top: 3px;
  color: #1A1A1A;
  font-size: 1.4rem;
  line-height: 120%;
  letter-spacing: 0.28px;
}

.p-layout06-card__seriesname {
  margin-top: 8px;
}

.p-layout06-card__seriesname-title,
.p-layout06-card__productname-title,
.p-layout06-card__modelnumber-title,
.p-layout06-card__orderunit-title {
  width: 100%;
  max-width: 86px;
}

.p-layout06-card__productname-title,
.p-layout06-card__modelnumber-title,
.p-layout06-card__orderunit-title {
  text-align: right;
}

.p-layout06-card__seriesname-text,
.p-layout06-card__productname-text,
.p-layout06-card__modelnumber-text,
.p-layout06-card__orderunit-text {
  width: 100%;
  max-width: 180px;
}

.p-layout06-card__modelnumber-link {
  color: #0066BF;
  text-decoration: none;
}

.p-layout06-card__modelnumber-link:hover {
  text-decoration: underline;
}

.p-layout06-card__price {
  margin-top: 12px;
  color: #BF0000;
  font-weight: bold;
  line-height: 140%;
}

.counterset {
  display: flex;
}

.inputtext {
  width: 60px;
  height: 40px;
  color:#000 ;
  font-size: 14px;
  font-weight: bold;
  border-left: 0;
  border-right: 0;
  text-align: center;
  border: 1px solid #DDD;
  padding: 0 10px;
}

.counterset .button {
  width: 40px;
  height: 40px;
  color:#000 ;
  font-size: 26px;
  cursor: pointer;
  border: 1px solid #DDDDDD;
  background-color: #F5F5F5;
  line-height: 1;
}

.button:hover {
  background-color: #F3F2F2;
}

.p-layout05-card__counter .inputtext {
  width: 62px;
  height: 44px;
  font-size: 16px;
}

.p-layout05-card__counter .button {
  width: 44px;
  height: 44px;
}

.p-layout04-card__orderbutton-disabled,
.p-layout04-card__quotebutton-disabled,
.p-layout05-card__orderbutton-disabled,
.p-layout05-card__quotebutton-disabled {
  border: 1px solid #C1BBBC;
  color: #9C9C9C;
  background-color: #D9D4D5;
  cursor: initial;
}

.p-layout04-card__orderbutton-disabled:hover,
.p-layout04-card__quotebutton-disabled:hover,
.p-layout05-card__orderbutton-disabled:hover,
.p-layout05-card__quotebutton-disabled:hover {
  color: #9C9C9C;
  background-color: #D9D4D5;
  cursor: initial;
}

