/*TOP 製品情報部分　*/
.boxLinkWrap {
  width: 100%;
  overflow: hidden;
  margin: 0;
}

.boxLinkWrap:after {
  content: "";
  display: block;
  clear: both;
}

.boxLinkWrap.col3 .boxLink {
  float: left;
  width: calc(100%/3 - 30px);
  height: auto;
  overflow: hidden;
  margin: 30px 44px 0 0;
}

.boxLinkWrap.col3 .boxLink:nth-child(3n) {
  margin-right: 0;
}

/* TOP about link blank_ico 部分*/

.txtLinkWrap .blank .iconBlank {
  top: 5px;
  width: 10px;
  height: 10px;
}

.brn_img {
  margin: -15px auto -10px;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  overflow: hidden;
}
.brn_img img {
  backface-visibility: hidden;
}
@media screen and (min-width: 751px) {
  .brn_img:hover img {
    opacity: 0.7;
  }
}

section + iframe {
  margin: auto;
  display: inherit;
  width: 60%;
  height: 350px;
}

@media screen and (max-width: 750px) {
  section + iframe {
    width: 100%;
    height: 250px;
  }
}

section.animate {
  opacity: 0;
}

section.animate .ttlPrimary {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

section.animate .ttlPrimary span:before {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

section.animate .lead {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

section.animate.animated {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

section.animate.animated .ttlPrimary {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

section.animate.animated .ttlPrimary span:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

section.animate.animated .lead {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#mv .visual {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #mv .visual {
    margin: auto;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  .brn_img {
    margin: 3vw auto 0;
    padding: 0;
}
  #mv .visual {
    margin: 0;
  }
}

#mv .visual .slick-list {
  overflow: visible;
}

@media screen and (max-width: 1024px) {
  #mv .visual .slick-list {
    overflow: visible;
  }
}

.pcView #mv .visual .slick-slide a:hover img {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  #mv .visual .slick-arrow.slick-prev {
    left: 2%;
  }
}

@media screen and (max-width: 750px) {
  #mv .visual .slick-arrow.slick-prev {
    left: 5px;
  }
}

@media screen and (max-width: 1024px) {
  #mv .visual .slick-arrow.slick-next {
    right: 2%;
  }
}

@media screen and (max-width: 750px) {
  #mv .visual .slick-arrow.slick-next {
    right: 5px;
  }
}

#mv .news {
  background: #eef4f3;
}

#mv .news dl dt {
  width: 144px;
  float: left;
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 56px;
  height: 56px;
}

@media screen and (max-width: 1024px) {
  #mv .news dl dt {
    display: none;
  }
}

#mv .news dl dt:before {
  content: "";
  width: 1px;
  height: calc(100% - 26px);
  position: absolute;
  top: 13px;
  right: 0;
  background: #dfdfdf;
}

#mv .news dl dd {
  width: calc(100% - 144px);
  float: left;
}

@media screen and (max-width: 1024px) {
  #mv .news dl dd {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #mv .news dl dd .newsList {
    margin: 0;
  }
}

#mv .news dl dd .newsList li {
  border: none;
}

#mv .news dl dd .newsList li a {
  padding: 14px 0;
}

@media screen and (max-width: 1024px) {
  #mv .news dl dd .newsList li a {
    padding: 20px 25px 20px 15px;
  }
}

@media print,
screen and (min-width: 751px) {
  #mv .news dl dd .newsList li a:hover {
    background: none;
  }
}

#mv .news dl dd .newsList li p {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

#productArea .lead {
  margin: 0 0 40px;
}

@media screen and (max-width: 1024px) {
  #productArea .boxLinkWrap.col3 {
    margin: -11px 0 0 -11px;
  }
}

@media screen and (max-width: 1024px) {
  #productArea .boxLinkWrap.col3 .boxLink {
    width: calc(100%/3 - 11px);
    margin: 11px 0 0 11px;
  }
}

@media screen and (max-width: 750px) {
  .boxLinkWrap.col3 .boxLink {
    background-color: rgb(0, 128, 134);
    box-shadow: 4.243px 4.243px 6px 0px rgba(54, 88, 106, 0.3);
  }

  #productArea .boxLinkWrap.col3 .boxLink {
    width: calc(100%/2 - 11px);
    height: auto;
    margin: 8px 0 8px 11px;
  }
}

@media screen and (max-width: 1024px) {
  #productArea .boxLinkWrap.col3 .boxLink p span {
    font-size: 1.2rem;
  }
}

#productArea .tabBtn {
  margin-top: 50px;
}

@media screen and (max-width: 1024px) {
  #productArea .tabBtn {
    margin-top: 30px;
  }

  #productArea .tabBtn ul {
    border-bottom: none;
  }

  #productArea .tabBtn.border ul {
    border-bottom: 2px solid #017f86;
  }
}

#productArea .tabContent {
  display: none;
}

#productArea .tabContent .btnPrimary {
  margin-top: 55px;
}

@media screen and (max-width: 1024px) {
  #productArea .tabContent .btnPrimary {
    margin-top: 40px;
  }
}

@media screen and (max-width: 750px) {
  #productArea .tabContent .btnPrimary+.btn {
    margin-top: 15px;
  }
}

#productArea .business ul {
  margin: -20px 0 0 -20px;
}

@media screen and (max-width: 1024px) {
  #productArea .business ul {
    margin: -10px 0 0 -10px;
  }
}

#productArea .business ul li {
  width: calc(100%/3 - 20px);
  margin: 20px 0 0 20px;
  float: left;
}

@media screen and (max-width: 1024px) {
  #productArea .business ul li {
    width: calc(100%/2 - 10px);
    margin: 10px 0 0 10px;
  }
}

#productArea.animate .lead~* {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#productArea.animate.animated .lead~* {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.sectionImage .txtLinkWrap {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .sectionImage .btn {
    max-width: 260px;
  }

  .sectionImage .txtLinkWrap {
    margin-top: 0;
    padding: 0;
  }
}


@media screen and (max-width: 750px) {
  .sectionImage .btn {
    max-width: 255px;
  }

  .sectionImage .txtLinkWrap {
    margin-top: 0;
    padding: 0;
  }

  .btnPrimary a span {
    padding: 10px 0 10px;
  }
}

.sectionImage.animate figure img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

.sectionImage.animate .btn {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.sectionImage.animate .txtLinkWrap {
  opacity: 0;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.sectionImage.animate.animated figure img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.sectionImage.animate.animated .btn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.sectionImage.animate.animated .txtLinkWrap {
  opacity: 1;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

#newsArea.animate .sortBtn {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#newsArea.animate .newsList {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

#newsArea.animate .btn {
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

#newsArea.animate.animated .sortBtn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

#newsArea.animate.animated .newsList {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  border-top: solid 1px #dfdfdf;
}

#newsArea.animate.animated .btn {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

@media screen and (max-width: 1024px) {
  .pickupArea .ttl {
    font-size: 2.4rem;
  }
}