@charset "utf-8";
/* base */
.sp-visible {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp-visible {
    display: none;
  }
}

.pc-visible {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-visible {
    display: block;
  }
}

.g430-stance__decoration {
  font-weight: bold;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .g430-stance__decoration {
    font-size: 20px;
  }
}

.g430-stance__btn {
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .g430-stance__btn {
    margin: 0 60px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .g430-stance__btn:last-child {
    margin: 0;
  }
}

.g430-stance__btn:last-child {
  margin-bottom: 0;
  box-sizing: border-box;
}

.g430-stance__btn__link {
  display: inline-block;
  width: 300px;
  height: 60px;
}

@media screen and (min-width: 768px) {
  .g430-stance__btn__link:hover {
    opacity: 0.8;
  }
}

.g430-stance {
  width: 100%;
  color: #782170;
  background-color: #222222;
}

.g430-stance__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px 60px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .g430-stance__wrapper {
    padding: 0 0 130px;
  }
}

/* kv */
.g430-stance__kv__wrapper {
  margin: 0 -20px;
  box-sizing: border-box;
}

.g430-stance__kv__catchphrase {
  text-align: center;
  color: #ffffff;
  margin: 27px 0;
  padding: 0 15px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .g430-stance__kv__catchphrase {
    font-size: 20px;
    margin: 55.6px 0;
    padding: 0;
  }
}

/* about */
.g430-stance__about__bg {
  position: relative;
  background-image: url(/img/usr/feature-g430-stance/g430-stance__about__bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.g430-stance__about__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-color: #782170;
  opacity: 0.8;
  z-index: -1;
}

.g430-stance__about__content {
  color: #ffff00;
  padding: 25px 15px 30px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .g430-stance__about__content {
    padding: 92px 20px 96.5px;
  }
}

.g430-stance__about__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  margin-bottom: 15px;
  padding: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .g430-stance__about__title {
    font-size: 32px;
    margin: 0 0 38.5px;
  }
}

.g430-stance__about__desc {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .g430-stance__about__desc {
    font-size: 18px;
    text-align: center;
  }
}

/* collaboration */
.g430-stance__collaboration {
  padding: 40px 0;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .g430-stance__collaboration {
    padding: 100px 0;
  }
}

.g430-stance__collaboration__bg {
  position: relative;
  background-image: url(/img/usr/feature-g430-stance/g430-stance__collaboration__bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.g430-stance__collaboration__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-color: #ffffff;
  opacity: 0.8;
  z-index: -1;
}

.g430-stance__collaboration__content {
  padding: 25px 15px 30px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .g430-stance__collaboration__content {
    font-size: 28px;
    padding: 92px 20px 96.5px;
  }
}

.g430-stance__collaboration__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  margin-bottom: 15px;
  padding: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .g430-stance__collaboration__title {
    font-size: 32px;
    margin: 0 0 38.5px;
  }
}

.g430-stance__collaboration__desc {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .g430-stance__collaboration__desc {
    font-size: 18px;
    text-align: center;
  }
}

/* product */
.g430-stance__product__image {
  text-align: center;
}

.g430-stance__product__box {
  margin-top: 30px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .g430-stance__product__box {
    display: flex;
    justify-content: center;
    margin-top: 60px;
  }
}

/* reviews */
.g430-stance__reviews {
  padding: 40px 0 60px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .g430-stance__reviews {
    padding: 100px 0 130px;
  }
}

.g430-stance__reviews__wrapper {
  background-color: #f2f2f2;
  padding: 25px 15px 30px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .g430-stance__reviews__wrapper {
    padding: 92px 60px 96.5px;
  }
}

.g430-stance__reviews__title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
  margin-bottom: 15px;
  padding: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .g430-stance__reviews__title {
    font-size: 32px;
    margin: 0 0 38.5px;
  }
}

@media screen and (min-width: 768px) {
  .g430-stance__reviews__item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .g430-stance__reviews__item:nth-child(3) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .g430-stance__reviews__item:last-child {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  .g430-stance__reviews__top {
    width: 30%;
  }
}

.g430-stance__reviews__image {
  border-radius: 10px;
  box-shadow: 10px 10px 15px 0 rgb(0 0 0 / 10%);
}

.g430-stance__reviews__bottom {
  margin: 12px 0 30px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .g430-stance__reviews__bottom {
    width: 70%;
    margin: 0 0 0 30px;
  }
}

@media screen and (min-width: 768px) {
  .g430-stance__reviews__bottom.g430-stance__reviews__bottom--margin {
    margin: 0 30px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .g430-stance__reviews__comment {
    font-size: 18px;
    margin-top: 5px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .g430-stance__review__box {
    display: flex;
    justify-content: center;
  }
}

/* accessory */
@media screen and (min-width: 768px) {
  .g430-stance__accessory__btn:hover {
    opacity: 0.8;
  }
}
