.mystyle {
  width: 100%;
  overflow: hidden;
}
.mystyle img {
  max-width: 100%;
  height: auto;
}

.mystyle-mv {
  position: relative;
}
.mystyle-mv__photo img {
  display: block;
  width: 100%;
  height: auto;
}
.mystyle-mv__catch {
  position: absolute;
  top: 34.6%;
  right: 9.3%;
  margin: 0;
  font-size: clamp(1.3125em, 3.4vw, 2.6em);
  line-height: 1.44;
  letter-spacing: 0.16em;
  text-align: left;
  color: #fff;
  text-shadow: 0 0 6px rgba(4, 4, 4, 0.85);
}
@media (max-width: 768px) {
  .mystyle-mv__catch {
    position: static;
    margin-top: 1.75em;
    padding: 0 1.25em;
    font-size: 1.375em;
    line-height: 1.6;
    letter-spacing: 0.12em;
    text-align: center;
    color: #231815;
    text-shadow: none;
  }
}

.mystyle-intro {
  padding: 5.3125em 0 4.375em;
}
@media (max-width: 768px) {
  .mystyle-intro {
    padding: 2.8125em 0 2.5em;
  }
}
.mystyle-intro__inner {
  width: 90%;
  max-width: 72.8125em;
  margin: 0 auto;
}
.mystyle-intro__logo {
  width: 90%;
  max-width: 47.875em;
  margin: 0 auto 2.8125em;
}
.mystyle-intro__logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .mystyle-intro__logo {
    margin-bottom: 1.5625em;
  }
}
.mystyle-intro__title {
  margin-bottom: 1.875em;
  font-size: 1.875em;
  line-height: 1.4;
  text-align: center;
  color: #0b3080;
}
@media (max-width: 768px) {
  .mystyle-intro__title {
    margin-bottom: 1.25em;
    font-size: 1.0625em;
    line-height: 1.5;
  }
}

.mystyle-options {
  padding: 6.25em 0;
  margin-bottom: 3em;
  background: url("../images/mystyle/bg-pattern.jpg") repeat center top;
  background-size: 400px auto;
}
@media (max-width: 768px) {
  .mystyle-options {
    padding: 4.375em 0;
    background-size: 100px auto;
  }
}

.mystyle-opt {
  margin-bottom: 5.625em;
}
.mystyle-opt:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .mystyle-opt {
    margin-bottom: 3.125em;
  }
}
.mystyle-opt__panel {
  width: 90%;
  max-width: 72.5em;
  margin: 0 auto;
  padding: 5em 3.125em 1.875em;
  border: 1px solid #0b3080;
  background: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  .mystyle-opt__panel {
    padding: 2.3125em 1.25em 1.875em;
  }
}
.mystyle-opt__label {
  width: 75%;
  max-width: 35.625em;
  margin: 0 auto 1.5625em;
}
.mystyle-opt__label img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .mystyle-opt__label {
    width: 80%;
    margin-bottom: 0;
  }
}
.mystyle-opt__ttl {
  padding-top: 1.25em;
  margin-bottom: 2.5em;
  font-size: 1.75em;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0b3080;
}
@media (max-width: 768px) {
  .mystyle-opt__ttl {
    padding-top: 0.9375em;
    margin-bottom: 1.5625em;
    font-size: 1.4375em;
    line-height: 1.5;
  }
}
.mystyle-opt__lead {
  padding-bottom: 3.125em;
  font-size: 1em;
  line-height: 2.1;
  text-align: center;
}
@media (max-width: 768px) {
  .mystyle-opt__lead {
    padding-bottom: 1.25em;
    font-size: 0.875em;
    line-height: 1.8;
    text-align: left;
  }
}
.mystyle-opt__item {
  margin-bottom: 2.1875em;
}
.mystyle-opt__item:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .mystyle-opt__item {
    margin-bottom: 1.25em;
  }
}
.mystyle-opt__item-ttl {
  width: 100%;
}
.mystyle-opt__item-ttl img {
  display: block;
  width: 100%;
  height: auto;
}
.mystyle-opt__item-body {
  padding: 2.5em 2.1875em 3.125em;
}
@media (max-width: 768px) {
  .mystyle-opt__item-body {
    padding: 1.25em 0;
  }
}
.mystyle-opt__text {
  padding-bottom: 1.875em;
  font-size: 1em;
  line-height: 2.1;
  text-align: left;
}
@media (max-width: 768px) {
  .mystyle-opt__text {
    padding-bottom: 1.25em;
    font-size: 0.875em;
    line-height: 1.8;
  }
}
.mystyle-opt__fig img {
  display: block;
  width: 100%;
  height: auto;
}
