.p-special_share__ttl {
  position: relative;
  margin-top: 100px;
  text-align: center;
  z-index: 2;
}

@media screen and (max-width: 900px) {
  .p-special_share__ttl {
    margin-top: 60px;
  }
}

.p-special_share__ttl .p-special_share__main {
  font-size: 50px;
  font-weight: 500;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

@media screen and (max-width: 900px) {
  .p-special_share__ttl .p-special_share__main {
    font-size: 30px;
  }
}

.p-special_share__ttl .p-special_share__sub {
  font-size: 30px;
  margin-top: 30px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}

@media screen and (max-width: 900px) {
  .p-special_share__ttl .p-special_share__sub {
    font-size: 15px;
    margin-top: 20px;
  }
}

.p-special_share__lead {
  text-align: center;
  font-size: 18px;
  line-height: 1.5em;
  margin-top: 60px;
}

@media screen and (max-width: 900px) {
  .p-special_share__lead {
    font-size: 13px;
    width: 90%;
    margin: 40px auto 0;
  }
}

.p-special_share__about {
  position: relative;
  background: #e7dcc3;
  width: 760px;
  margin: 50px auto 0;
  font-size: 15px;
  padding: 50px;
}

@media screen and (max-width: 900px) {
  .p-special_share__about {
    width: 90%;
    margin: 30px auto 0;
    padding: 6%;
    font-size: 13px;
  }
}

.p-special_share__about dt {
  text-align: center;
  font-size: 30px;
  color: var(--color-text-head);
}

.p-special_share__about dt p {
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .p-special_share__about dt {
    font-size: 20px;
  }
}

.p-special_share__about dd {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .p-special_share__about dd {
    margin-top: 15px;
  }
}

.p-special_share__about dd .item {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 15px;
  line-height: 1.3em;
}

@media screen and (max-width: 900px) {
  .p-special_share__about dd .item {
    margin-top: 10px;
  }
}

.p-special_share__about dd .item:first-child {
  margin-top: 0;
}

.p-special_share__about::before {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border: 1px solid #000;
}

.p-special_share__photo {
  margin-top: 60px;
  background: #c8dddd;
  padding: 80px 0;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 900px) {
  .p-special_share__photo {
    padding: 40px 0;
    margin-top: 40px;
  }
}

.p-special_share__photo-cap {
  text-align: center;
  font-size: 18px;
  margin-bottom: 50px;
}

@media screen and (max-width: 900px) {
  .p-special_share__photo-cap {
    font-size: 13px;
    line-height: 1.5em;
  }
}

.p-special_share__photo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 80%;
  max-width: 1400px;
  margin: 0 auto;
}

@media screen and (min-width: 901px) {
  .p-special_share__photo-list > li {
    width: 24%;
    margin-left: 1.3%;
    margin-top: 1.5%;
  }
  .p-special_share__photo-list > li:nth-child(4n+1) {
    margin-left: 0;
  }
  .p-special_share__photo-list > li:nth-child(n+1):nth-child(-n+4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .p-special_share__photo-list {
    width: 92%;
  }
  .p-special_share__photo-list > li {
    width: 32.5%;
    margin-left: 1%;
    margin-top: 1%;
  }
  .p-special_share__photo-list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  .p-special_share__photo-list > li:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0;
  }
}

.-thumb_list__item {
  position: relative;
}

.-thumb_list__item .-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  -webkit-transition: all 0.5s var(--ease-main);
  transition: all 0.5s var(--ease-main);
}

.-thumb_list__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-text-head);
  opacity: 0;
  z-index: 1;
  pointer-events: none;
  -webkit-transition: all 0.5s var(--ease-main);
  transition: all 0.5s var(--ease-main);
}

@media screen and (min-width: 901px) {
  .-thumb_list__item {
    -webkit-transition: all 0.5s var(--ease-main);
    transition: all 0.5s var(--ease-main);
  }
  .-thumb_list__item:hover .-text {
    opacity: 1;
  }
  .-thumb_list__item:hover::before {
    opacity: 0.8;
  }
}

.-thumb_list__item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tokuten {
  padding-top: 80px;
  display: none;
  position: relative;
}

@media screen and (max-width: 900px) {
  .tokuten {
    padding-top: 40px;
  }
}

.tokuten .cap {
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .tokuten .cap {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.tokuten_box {
  width: 50%;
  margin: 0 auto;
  max-width: 400px;
}
/*# sourceMappingURL=silent_witch.share.css.map */