/* Scss Document */
header h1 {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.cl1 {
  color: #d6302b;
}
#sec1 {
  padding: 15vw 0;
}
#sec1 h2 {
  font-size: 7.5vw;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: 10vw;
}
#sec1 .list {
  justify-content: center;
  gap: 20px;
}
#sec1 .list li {
  border: 1px solid #cfcfcf;
  justify-content: center;
  width: calc(50% - 10px);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.18);
}
@media screen and (min-width: 768px) {
  #sec1 {
    padding: 120px 20px 80px;
  }
  #sec1 .wrap {
    max-width: 1200px;
  }
  #sec1 h2 {
    font-size: 54px;
    line-height: 93px;
    padding-bottom: 50px;
  }
  #sec1 .list {
    gap: 50px;
  }
  #sec1 .list li {
    border: 2px solid #cfcfcf;
    width: calc((100% - 150px)/4);
  }
  #sec1 .list li img {
    width: 100%;
    height: auto;
  }
}
.cate-shared {
  padding: 10vw 0 0;
}
.cate-shared .logo {
  width: 75%;
  margin: 0 auto 10vw;
}
.cate-shared .txt {
  padding-bottom: 25px;
}
.cate-shared .row h2 {
  text-align: center;
  font-size: 6.5vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 2vw 5vw;
  border-top: 2px solid;
  border-bottom: 2px solid;
}
.cate-shared .toggle .toggle-link {
  text-align: center;
  font-size: 5vw;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 2vw 0 5vw;
  margin-bottom: 5vw;
  position: relative;
}
.cate-shared .toggle .toggle-link:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  position: absolute;
  left: calc(50% - 5px);
  bottom: 0;
  transform: rotate(-45deg);
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.cate-shared .toggle .toggle-link span {
  font-size: 6vw;
  letter-spacing: 0.1em;
}
.cate-shared .toggle.active .toggle-link:after {
  bottom: -5px;
  transform: rotate(135deg);
}
.cate-shared .shop {
  padding: 10vw 0;
}
.cate-shared .shop:not(:last-child) {
  border-bottom: 2px solid;
}
.cate-shared .tbl-info dl {
  border-bottom: 2px solid #e4e4e4;
  padding: 10px 0;
  line-height: 20px;
  font-size: 14px;
  display: table;
  width: 100%;
}
.cate-shared .tbl-info dl dt, .cate-shared .tbl-info dl dd {
  display: table-cell;
}
.cate-shared .tbl-info dl dt {
  width: 84px;
}
.cate-shared .link {
  padding: 25px 10vw 0;
}
.cate-shared .link li {
  margin-bottom: 10px;
}
.cate-shared .link li.bnr-shared a span {
  padding-left: 26px;
}
.cate-shared .link li.bnr-shared a span:before {
  content: '';
  background: url("../img/brand/ico1.png") no-repeat 0 center/100%;
  width: 16px;
  left: 20px;
  top: 0;
  bottom: 0;
  position: absolute;
}
.cate-shared .link li.bnr-shared.bnr-hot a span:before {
  background: url("../img/brand/ico2.png") no-repeat 0 center/100%;
  width: 18px;
}
.cate-shared .link li.sns {
  width: 35px;
  margin: 0 auto;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .cate-shared {
    padding: 100px 0 0;
  }
  .cate-shared .logo {
    width: auto;
    margin: 0 auto 82px;
    text-align: center;
  }
  .cate-shared .logo.ext {
    margin-bottom: 30px;
  }
  .cate-shared .wrap {
    max-width: 1200px;
  }
  .cate-shared .txt {
    padding-bottom: 80px;
    text-align: center;
  }
  .cate-shared .row h2 {
    font-size: 35px;
    line-height: 30px;
    padding: 24px 10px;
    margin-bottom: 64px;
  }
  .cate-shared .shop {
    margin: 0 auto 65px;
    padding: 0px 0 80px;
    position: relative;
  }
  .cate-shared .shop:last-child {
    margin-bottom: 0;
  }
  .cate-shared .toggle {
    justify-content: flex-end;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
  }
  .cate-shared .toggle .toggle-main {
    display: block !important;
    width: 530px;
  }
  .cate-shared .toggle .toggle-link {
    text-align: left;
    font-size: 22px;
    line-height: 34px;
    padding: 0;
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    top: 10px;
    left: 0;
    width: 50%;
  }
  .cate-shared .toggle .toggle-link:after {
    display: none;
  }
  .cate-shared .toggle .toggle-link span {
    font-size: 32px;
  }
  .cate-shared .toggle.active .toggle-link:after {
    bottom: -5px;
    transform: rotate(135deg);
  }
  .cate-shared .tbl-info dl {
    padding: 10px 0;
    line-height: 22px;
    font-size: 16px;
  }
  .cate-shared .tbl-info dl dt {
    width: 135px;
    padding-left: 15px;
  }
  .cate-shared .link {
    padding: 0;
    width: 356px;
    position: absolute;
    top: 115px;
    left: 0;
  }
  .cate-shared .link.ext {
    top: 83px;
  }
  .cate-shared .link li {
    margin-bottom: 17px;
    max-width: 300px;
  }
  .cate-shared .link li.bnr-shared a {
    padding-left: 20px;
  }
  .cate-shared .link li.bnr-shared a span:before {
    width: 12px;
    left: 25px;
  }
  .cate-shared .link li.bnr-shared.bnr-hot a {
    padding-left: 30px;
  }
  .cate-shared .link li.bnr-shared.bnr-hot a span:before {
    width: 20px;
    left: 30px;
  }
  .cate-shared .link li.sns {
    width: 32px;
    margin: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    bottom: 26px;
  }
  .cate-shared .link li.sns img {
    width: 100%;
    height: auto;
  }
}