@charset "UTF-8";
.lpShinchan {
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lpShinchan .lpShinchanDisplaySp {
  display: block;
}
.lpShinchan .lpShinchan__inner {
  padding-inline: 20px;
}

.lpShinchan .lpShinchanMv__img {
  width: 100%;
  height: auto;
}
.lpShinchan .lpShinchanConcept__text {
  text-align: center;
  line-height: 1.8;
  letter-spacing: .06em;
}

.lpShinchan .lpShinchanRelease {
  margin-inline: auto;
}
.lpShinchan .lpShinchanRelease__inner {
  position: relative;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
}
.lpShinchan .lpShinchanRelease__title {
  line-height: 1.6;
  text-align: center;
  display: block;
  letter-spacing: .06em;
}
.lpShinchan .lpShinchanRelease__date {
  margin-inline: auto;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  font-family: "M PLUS 1", sans-serif;
}
.lpShinchan .lpShinchanRelease__dateAtten {
  line-height: 1.6;
  text-align: center;
  display: block;
  letter-spacing: .06em;
}
.lpShinchan .lpShinchanRelease__storeTitle {
  text-align: center;
  line-height: 1.6;
  display: block;
}
.lpShinchan .lpShinchanRelease__storeList {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-inline: auto;
}
.lpShinchan .lpShinchanRelease__storeItem {
  display: inline-flex;
}
.lpShinchan .lpShinchanRelease__storeLink {
  line-height: 1.6;
  position: relative;
}
.lpShinchan .lpShinchanRelease__storeLink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #1a1a1a;
  transition: transform .3s ease;
}
.lpShinchan .lpShinchanRelease__storeItemSeparator {
  display: inline-block;
}
.lpShinchan .lpShinchanRelease__noteTitle {
  color: #666;
  line-height: 1.8;
  letter-spacing: .06em;
}
.lpShinchan .lpShinchanRelease__note {
  position: relative;
  padding-left: 1em;
  display: block;
  color: #666;
  line-height: 1.8;
  letter-spacing: .06em;
}
.lpShinchan .lpShinchanRelease__note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  color: #666;
}
.lpShinchan .lpShinchanRelease__noteLink {
  color: #666;
  position: relative;
}
.lpShinchan .lpShinchanRelease__noteLink::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #666;
  transition: transform .3s ease;
}

.lpShinchan .lpShinchanBottom {
  margin-top: 40px;
}
.lpShinchan .lpShinchanBottom__button {
  display: flex;
  width: 280px;
  margin-inline: auto;
  background-color: #1a1a1a;
  color: #fff;
  border-radius: 4px;
  height: 60px;
  justify-content: center;
  position: relative;
  padding-top: 17px;
  padding-bottom: 18px;
}
.lpShinchan .lpShinchanBottom__button::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 18px;
  z-index: 1;
  transform: translateY(-50%);
  background-image: url("../img/button_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 9px;
  height: 17px;
}
.lpShinchan .lpShinchanBottom__buttonText {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  letter-spacing: .04em;
}
.lpShinchan .lpShinchanBottom__text {
  display: block;
  text-align: center;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #1a1a1a;
  letter-spacing: .06em;
}
.lpShinchan .lpShinchanBottom__copyrightText {
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  color: #1a1a1a;
  letter-spacing: .06em;
}
@media screen and (min-width: 769px) {
  .lpShinchan .lpShinchanDisplaySp {
    display: none;
  }
  .lpShinchan .lpShinchan__inner {
    max-width: 840px;
    margin-inline: auto;
    padding-bottom: 85px;
  }
  .lpShinchan .lpShinchanConcept {
    margin-top: 80px;
  }
  .lpShinchan .lpShinchanConcept__text {
    font-size: 15px;
  }
  .lpShinchan .lpShinchanConcept__text + .lpShinchanConcept__text {
    margin-top: 16px;
  }
  .lpShinchan .lpShinchanRelease {
    margin-top: 48px;
  }
  .lpShinchan .lpShinchanRelease__inner {
    padding-block: 40px;
  }
  .lpShinchan .lpShinchanRelease__title {
    font-size: 15px;
  }
  .lpShinchan .lpShinchanRelease__date {
    margin-top: 8px;
    font-size: 30px;
  }
  .lpShinchan .lpShinchanRelease__en {
    font-size: 24px;
  }
  .lpShinchan .lpShinchanRelease__dateAtten {
    font-size: 15px;
    margin-top: 8px;
  }
  .lpShinchan .lpShinchanRelease__store {
    margin-top: 36px;
  }
  .lpShinchan .lpShinchanRelease__storeTitle {
    font-size: 15px;
  }
  .lpShinchan .lpShinchanRelease__storeList {
    max-width: 530px;
  }
  .lpShinchan .lpShinchanRelease__storeLink {
    font-size: 15px;
  }
  .lpShinchan .lpShinchanRelease__storeItemSeparator {
    opacity: 0;
    width: 1em;
  }
  .lpShinchan .lpShinchanRelease__notes {
    margin-top: 40px;
  }
  .lpShinchan .lpShinchanRelease__notes + .lpShinchanRelease__notes {
    margin-top: 14px;
  }
  .lpShinchan .lpShinchanRelease__noteTitle {
    font-size: 11px;
  }
  .lpShinchan .lpShinchanRelease__note {
    font-size: 11px;
  }
  .lpShinchan .lpShinchanBottom__copyright {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lpShinchan .lpShinchan__inner {
    padding-bottom: 64px;
  }
  .lpShinchan .lpShinchanConcept {
    margin-top: 48px;
  }
  .lpShinchan .lpShinchanConcept__text {
    font-size: 14px;
  }
  .lpShinchan .lpShinchanConcept__text + .lpShinchanConcept__text {
    margin-top: 10px;
  }
  .lpShinchan .lpShinchanRelease {
    margin-top: 40px;
    max-width: 330px;
  }
  .lpShinchan .lpShinchanRelease__inner {
    padding-block: 20px;
    padding-inline: 44px;
  }
  .lpShinchan .lpShinchanRelease__title {
    font-size: 13px;
  }
  .lpShinchan .lpShinchanRelease__date {
    margin-top: 10px;
    font-size: 21px;
  }
  .lpShinchan .lpShinchanRelease__en {
    font-size: 17px;
  }
  .lpShinchan .lpShinchanRelease__dateAtten {
    font-size: 13px;
    margin-top: 10px;
  }
  .lpShinchan .lpShinchanRelease__store {
    margin-top: 24px;
  }
  .lpShinchan .lpShinchanRelease__storeTitle {
    font-size: 13px;
  }
  .lpShinchan .lpShinchanRelease__storeList {
    width: 100%;
  }
  .lpShinchan .lpShinchanRelease__storeLink {
    font-size: 13px;
  }
  .lpShinchan .lpShinchanRelease__notes {
    margin-top: 16px;
  }
  .lpShinchan .lpShinchanRelease__notes + .lpShinchanRelease__notes {
    margin-top: 10px;
  }
  .lpShinchan .lpShinchanRelease__noteTitle {
    font-size: 10px;
  }
  .lpShinchan .lpShinchanRelease__note {
    font-size: 10px;
  }
  .lpShinchan .lpShinchanBottom__copyright {
    margin-top: 16px;
  }
}
