﻿@charset "UTF-8";
.section-mv{
  background:#F5F5F5;
  display:flex;
  display:-webkit-flex;
  height: 450px;
}
.section-mv__catch{
  width:50%;
  display:flex;
  display:-webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items:center;
  -webkit-align-items:center;
}
.section-mv__ttl{
  font-size:40px;
  position: relative;
}
.section-mv__ttl:after{
  margin-top:10px;
  content:" ";
  display:block;
  width:1em;
  height:4px;
  background: #c71749;
}
.section-mv__msg{
  margin-top:26px;
  font-size:18px;
  font-weight: bold;
}
.section-mv__figure{
  width:50%;
  display:block;
  position:relative;
  background:url(https://mercart.jp/cms/mercart/img/functions/bg_obj_mainpic.jpg) center;
  background-size:cover;
}
.section-mv__figure:after{
  content:"";
  position: absolute;
  top:0;
  left:0;
  display: block;
  height:100%;
  width:19px;
  background-repeat:repeat-y;
  background-position:center;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219.314%22%20height%3D%22380%22%20viewBox%3D%220%200%2019.314%20380%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_25%22%20data-name%3D%22%E3%83%91%E3%82%B9%2025%22%20d%3D%22M380%2C9.29s-85.5%2C20.9-191.9%2C0S0%2C9.29%2C0%2C9.29V19.314H380Z%22%20transform%3D%22translate(19.314)%20rotate(90)%22%20fill%3D%22%23f5f5f5%22%2F%3E%0A%3C%2Fsvg%3E%0A');
}
.section-mv__figure-img{
  width:100%;
  height:100%;
  object-fit:contain;
  -webkit-object-fit:contain;
  font-family: "object-fit: contain;";
}
.bg-gray{
  background-color:#F5F5F5;
}
.sec-wrap{
  width: 1100px;
  margin-left:auto;
  margin-right:auto;
  padding:40px 0;
}
.detail-head{
  padding-top: 20px;
  text-align: center;
  font-size: 33px;
  padding-bottom: 15px;
  border-bottom: dashed 2px #d88580;
}
.detail-head__strong{
  color:#d88580;
}
.detail-head-sub{
  padding-top: 58px;
  text-align: center;
  font-size: 24px;
  padding-bottom: 15px;
}
.detail-head-sub:before{
  content:"";
  margin-right:10px;
  vertical-align:middle;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.detail-head-msg{
  margin-top:10px;
  font-size:16px;
  text-align: center;
  line-height:1.8;
}
.pos-lower .func-lines{
  outline: solid 1px blue;
  margin-bottom: 5em;
}
.func-nav{
  width: 1100px;
  margin:60px auto 0!important;
  display: flex;
  justify-content: flex-start;
  gap:16px;
  flex-wrap: wrap;
}
.func-nav__item{
  width: 13%;
}
.func-nav__item > a{
  cursor: pointer;
  position: relative;
  width: 100%;
  background:#F5F5F5;
  display: block;
  border-radius:35px ;
  height: 175px;  
  padding-top:12px;
  text-decoration:none;
  overflow:hidden;
}
.func-nav__item > a:before{
  content: "";
  position: absolute;
  display: block;
  height: 6px;
  width: 6px;
  bottom: 10px;
  z-index: 1;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  left: 50%;
  transform: translateX(-50%) rotate(-135deg);
}
.pos-lower .func-nav__item > a:before{
  display:none !important;
}
.func-nav__item-icon{
  width:72px;
  height:72px;
  margin:0 auto;
  border-radius:100% ;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items:center;
  -webkit-align-items:center;
}
.func-nav__item-icon-img{
  width:60%;
}
.func-nav__item-txt{
  margin-top: 12px;
  text-align:center;
  line-height: 1.5;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  min-height: 6em;
  background: #323232;
  color: #fff;
}
a.is-active .func-nav__item-txt{
  background: #c71749;
}
.func-details{
  width: 1100px;
  margin: 0 auto;
}
.func-list{
  display:flex;
  display:-webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items:stretch;
  -webkit-align-items:stretch;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  margin-top:40px;
  counter-increment:func-list-counter;
}
.func-list:before, .func-list:after{
  content:"";
  display: block;
  width: 24%;
  order:1;
  -webkit-order:1;
}
.func-list__item{
  width: 23.5%;
  padding:15px 15px 30px 15px;
  margin-bottom:30px;
  background: #F5F5F5;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-content:top;
  -webkit-align-content:top;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  line-height:1.8;
  text-align:center;
  font-size: 14px;
  font-weight: bold;
  position:relative;
}
.func-list:not(.related-parts) .func-list__item:first-of-type{
  background: #fff;
  padding: 0;
}
.func-list__item >a{
  width: 100%;
  display: flex;
  justify-content: center;
  align-content:flex-start;
  flex-wrap:wrap;
  height:100%;
  flex-direction: column;
  text-decoration: none;
}
.func-list__item-img{
  background: #fff;
  width: 100%;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.func-list:not(.related-parts) .func-list__item:first-of-type .func-list__item-img{
  margin-bottom: 0px;
}
.func-list__item-img > img{
  width:60%;
  height: 80%;
  object-fit:contain;
  -webkit-object-fit:contain;
}
.func-list:not(.related-parts) .func-list__item:first-of-type .func-list__item-img > img{
  width:60%;
}
.func-list__item-ttl{
  line-height: 1.4;
  font-size: 1.12em;
  text-align: center;
  margin-bottom:8px;
}
.func-list:not(.related-parts) .func-list__item:first-of-type .func-list__item-ttl{
  font-size: 1.37em;
  margin-bottom:0px;
}
.func-list:not(.related-parts) .func-list__item:first-of-type .func-list__item-ttl:before{
  content: "0" counter(func-list-counter);
  display: content;
  display: block;
  font-size: 2em;
  font-style: italic;
  color: #c71749;
}
.func-list__item-desc{
  line-height: 1.8;
  width: 100%;
  font-size: 0.87em;
  margin-bottom: 16px;
}
.func-list__item-link-text{
  width: 100%;
  text-align: center;
  margin-top: 5px;
}
.func-list__item-link-text span{
  /*color:#c71749;*/
  text-decoration:underline;
}
.func-list__item > a:hover .func-list__item-link-text span{
  text-decoration:none;
}
.func-list__item-ai-flg{
  position: absolute;
  right: 20px;
  top: 10px;
}
.smzpreview-article_data_status{
  position:absolute;
  top:0;
  right:0;
  height:auto !important;
}
.top-btn{
  margin-top: auto;
  margin-bottom:0;
}
.func-list__item-img{
  transition: 0.3s;
}
@media (hover: hover) {
  .func-list__item > a:hover .func-list__item-img{
    opacity: .7;
  }
  .func-list__item > a:hover .top-btn{
    color: #1a1a1a;
    background: #fff;
  }
  .func-list__item > a:hover .top-btn:after{
    border-color: #1a1a1a;
  }
}

@media (min-width:768px) and (max-width: 1100px) {
  .section-mv{
    min-height:unset !important;
    height:unset !important;
  }
  .section-mv__catch{
    padding:0 20px;
  }
  .section-mv__ttl{
    font-size: 36px;
  }
  .sec-wrap, .func-nav{
    width: calc(100% - 16px - 16px);
  }
}
@media (max-width: 1100px) {
  .pc-dsp-none{
    display:none;
  }
  .func-nav a{
    border-radius: 22px;
    height: auto;
  }
  .func-nav__item-icon{
    width:60px;
    height:60px;
  }
  .func-nav__item-txt{
    font-size:.6em;
    min-height:80px;
  }
}
@media (max-width: 767px) {
  .section-mv{
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    align-items:flex-star;
    height: unset;
  }
  .section-mv__catch{
    width:100%;
    padding:30px 16px 40px;
  }
  .section-mv__ttl{
    font-size:28px;
    position: relative;
  }
  .section-mv__ttl:after{
    margin-top:8px;
    height:4px;
  }
  .section-mv__msg{
    margin-top:18px;
    font-size:14px;
    line-height: 1.8;
  }
  .section-mv__figure{
    width:100%;
    position: relative;
  }
  .section-mv__figure:after{
    top:unset;
    bottom:-5px;
    height:20px;
    width:102%;
    background-repeat:repeat-x;
    background-position:center;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22375%22%20height%3D%2219%22%20viewBox%3D%220%200%20375%2019%22%3E%0A%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_25%22%20data-name%3D%22%E3%83%91%E3%82%B9%2025%22%20d%3D%22M375%2C9.139s-84.374%2C20.559-189.375%2C0S0%2C9.139%2C0%2C9.139V19H375Z%22%20fill%3D%22%23f5f5f5%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  }
  .section-mv__figure-img{
    position:relative;
    top:-1vh;
  }
  .sec-wrap, .func-nav{
    width: calc(100% - 16px - 16px);
  }
  .sec-wrap{
    padding:0 0 40px;
  }
  .sale-content{
    margin-top: 0;
  }
  .func-nav{
    margin-top: 1.5em !important;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
  }
  .func-nav__item{
    width:30%;
    margin-bottom:20px;
  }
  .func-nav__item > a{
    height:unset;
    padding-top:15px;
    border-radius: 22px;
  }
  .func-nav__item-txt{
    min-height: auto;
    font-size:.8em;
    padding: 1.5em 0;
  }
  .func-nav__item-icon-img{
    width:70%;
  }
  .detail-head{
    font-size: 24px;
  }
  .detail-head:before{
    width: 56px;
    height: 56px;
  }
  .detail-head-sub{
    font-size:18px;
    padding-top:40px;
  }
  .detail-head-sub:before{
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }
  .detail-head-msg{
    font-size: 14px;
  }
  .func-list__item{
    width:100%;
  }
  .func-list__item-img.logo-h-style{
    height:24px;
  }
  .func-list__item-desc{
    margin-top:5px;
  }
  .func-list__item-img > img{
    height:80%;
  }
  .mb-dsp-none{
    display: none;
  }
}