.msreport img {
  width: 100%;
}
.msreport-lead {
  line-height: 2.5;
}
.msreport-brief {
  border-radius: inherit;
  padding: 22px 18px;
  line-height: 2.3;
}
.msreport-main.-beige {
  background-color: #FBF6EA;
}
.msreport-main.-pale-amber {
  background-color: #FCF2DA;
}
.msreport-main__inner {
  max-width: 1120px;
  padding: 75px 30px;
  margin: auto;
}
.msreport-main__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 28px;
  background-color: #B29867;
  color: #FFF;
  text-align: center;
  padding: 4px 16px;
  width: 100%;
  border-radius: 38px;
}
.msreport-group {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5%;
  position: relative;
}
.msreport-group::after {
  content: url(/product/special/kyutou_specialproject/moshi_2024/assets/img/moshireport/divider.png);
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.msreport-block__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 48px;
  background-color: #B29867;
  color: #FFF;
  text-align: center;
  padding: 4px 16px;
  width: 100%;
  border-radius: 38px;
  position: relative;
}
.msreport-block__title.-pre {
  margin-top: 30px;
}
.msreport-block__title.-pre span {
  position: absolute;
  display: block;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: #B29867;
  line-height: 1.6;
}
.msreport-block__title.-pre span:before, .msreport-block__title.-pre span:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 20px;
  width: 30px;
  height: 2px;
  background-color: #B29867;
}
.msreport-block__title.-pre span:before {
  left: -36px;
  transform: rotate(60deg);
}
.msreport-block__title.-pre span:after {
  right: -36px;
  transform: rotate(-60deg);
}
.msreport-finding {
  margin: 50px auto 0;
  text-align: center;
  position: relative;
}
.msreport-finding__bubble {
  width: 100%;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 20px 0;
  position: relative;
}
.msreport-finding__bubble::after {
  content: "";
  background-image: url(../img/moshireport/bubble.svg);
  background-repeat: no-repeat;
  width: 36px;
  height: 27px;
  position: absolute;
  bottom: 0px;
  left: 4px;
}
.msreport-finding__text {
  width: fit-content;
  margin: auto;
  font-size: 2.4rem;
  color: #173EBB;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
.msreport-finding__text span {
  font-size: 3.2rem;
}
.msreport-finding__deco {
  display: inline-block;
  position: relative;
}
.msreport-finding__deco img {
  position: absolute;
  max-width: 50px;
  height: 36px;
  top: -30px;
  right: -20px;
}
.msreport-finding.-first, .msreport-finding.-second, .msreport-finding.-third {
  display: flex;
  align-items: center;
  gap: 10px;
}
.msreport-finding.-first {
  max-width: 792px;
}
.msreport-finding.-second {
  max-width: 785px;
}
.msreport-finding.-third {
  max-width: 823px;
}
.msreport-method {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
.msreport-method__graph {
  width: 35%;
}
.msreport-method__problem {
  width: 60%;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.msreport-method__problem-01 img {
  max-width: 608px;
}
.msreport-method__problem-02 {
  position: relative;
}
.msreport-method__problem-text {
  position: absolute;
  text-align: left;
  top: 37%;
  left: 19%;
  color: #173EBB;
  font-weight: 700;
  font-size: 2.4rem;
}
.msreport-method__problem-text span {
  font-size: 3.2rem;
}
.msreport-method__item {
  position: relative;
  z-index: 5;
  width: 100%;
  background: #FFFFFF;
  border-radius: 100px;
  padding: 10px;
}
.msreport-method__item::after {
  content: "";
  background-image: url(../img/moshireport/bubble.svg);
  background-repeat: no-repeat;
  width: 36px;
  height: 27px;
  position: absolute;
  bottom: -4px;
  left: 1px;
  z-index: -5;
}
.msreport-method__item-text {
  width: fit-content;
  margin: auto;
  font-size: 2.4rem;
  color: #173EBB;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
.msreport-method__item-text span {
  font-size: 3.2rem;
}
.msreport-method__item + .msreport-method__item {
  margin-top: 20px;
}
.msreport-trait {
  display: flex;
  justify-content: space-between;
  gap: 3%;
  max-width: 780px;
  margin: auto;
}
.msreport-trait__answer {
  width: 60%;
}
.msreport-trait__graph {
  width: 48%;
}
.msreport-trait__item {
  display: flex;
  color: #173EBB;
  font-weight: 700;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.msreport-trait__item-img {
  text-align: center;
  width: 100px;
}
.msreport-trait__item-img img {
  max-width: 80px;
  margin: auto;
}
.msreport-trait__item-title {
  font-size: 3.2rem;
}
.msreport-trait__item-text {
  font-size: 2.2rem;
}
.msreport-trait__item.-wrong {
  margin-top: 80px;
}
.msreport-trait__item.-correct .msreport-trait__item-title {
  position: relative;
}
.msreport-trait__item.-correct .msreport-trait__item-title::after {
  content: "";
  background: url(../img/moshireport/finding.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 50px;
  height: 36px;
  top: -26px;
  right: -20px;
}
.msreport-explain__title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 48px;
  background-color: #0043D9;
  color: #FFF;
  text-align: center;
  padding: 4px 16px;
  width: 100%;
  border-radius: 10px;
}
.msreport-explain__list {
  width: fit-content;
  margin: auto;
}
.msreport-explain__list li {
  font-weight: 700;
  font-size: 2rem;
  color: #173EBB;
  position: relative;
  padding-left: 102px;
}
.msreport-explain__list li + li {
  margin-top: 38px;
}
.msreport-explain__list li::before {
  content: "";
  background: url(../img/moshireport/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.msreport-lineup a {
  position: relative;
}
.msreport-lineup__img-icon {
  position: absolute;
  max-width: 70px;
  bottom: 6%;
  right: 0;
}
.msreport-bridge__simpletext {
  color: #967B4B;
  font-size: 2.2rem;
  text-align: center;
}
.msreport-bridge__simpleimg.-first {
  max-width: 100px;
  margin: 40px auto;
}
.msreport-bridge__01 {
  position: relative;
  margin-top: 20px;
}
.msreport-bridge__01-text {
  position: absolute;
}
.msreport-bridge__01-text.-upper {
  width: 100%;
  font-weight: 700;
  color: #173EBB;
  font-size: 2.4rem;
  top: 18%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.msreport-bridge__01-text.-upper span {
  font-size: 5rem;
}
.msreport-bridge__01-text.-lower {
  color: #173EBB;
  font-weight: 700;
  font-size: 2.4rem;
  right: 24%;
  bottom: 23%;
}
.msreport-bridge__01-text.-lower div + div {
  margin-top: 6px;
}
.msreport-bridge__01-text.-lower div:nth-child(2) {
  padding-left: 50px;
}
.msreport-bridge__01-text.-lower div:nth-child(3) {
  padding-left: 100px;
}
.msreport-bridge__02 {
  margin: auto;
  position: relative;
}
.msreport-bridge__02-text {
  width: 90%;
  max-width: 912px;
  text-align: center;
  color: #173EBB;
  font-weight: 700;
  font-size: 2.4rem;
  position: absolute;
  top: 20%;
}
.msreport-bridge__02-text span {
  font-size: 3.2rem;
}
.msreport-bridge__02-text span.-large {
  font-size: 6rem;
}
.msreport-bridge__02-deco {
  display: inline-block;
  position: relative;
  color: #FFF;
  font-size: 4rem;
}
.msreport-bridge__02-deco img {
  position: absolute;
  max-width: 36px;
  top: -8px;
  right: -27px;
}
.msreport-bnr__inner {
  max-width: 746px;
  margin: auto;
  position: relative;
}
.msreport-bnr__list li:nth-child(n+2) {
  margin-top: 28px;
}
.msreport-sns__label {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.msreport-sns__list {
  margin-top: 45px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 54px;
}
@media screen and (max-width: 767px) {
  .msreport-mv {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .msreport-main__inner {
    padding: 60px 16px;
  }
  .msreport-main__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .msreport-group {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .msreport-group::after {
    content: none;
  }
  .msreport-block__title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .msreport-finding {
    flex-direction: column-reverse;
  }
  .msreport-finding__text {
    font-size: 1.8rem;
  }
  .msreport-finding__text span {
    font-size: 2.8rem;
  }
  .msreport-finding__bubble::after {
    left: inherit;
    right: 30%;
    bottom: -10px;
  }
  .msreport-finding__deco img {
    max-width: 36px;
    height: 26px;
    top: -20px;
    right: -20px;
  }
  .msreport-finding.-first, .msreport-finding.-second, .msreport-finding.-third {
    max-width: 350px;
    gap: 20px;
  }
  .msreport-finding.-second .msreport-finding__deco {
    padding-left: 40px;
  }
  .msreport-finding.-third .msreport-finding__deco img {
    top: -20px;
    right: 3px;
  }
  .msreport-method {
    flex-direction: column;
    gap: 30px;
  }
  .msreport-method__graph, .msreport-method__problem {
    width: 100%;
  }
  .msreport-method__problem {
    gap: 18px;
  }
  .msreport-method__problem-02 {
    max-width: 400px;
    margin: auto;
  }
  .msreport-method__problem-text {
    top: 31%;
    left: 5%;
    font-size: 1.8rem;
  }
  .msreport-method__problem-text span {
    font-size: 2.8rem;
  }
  .msreport-method__item {
    position: relative;
    max-width: 345px;
    margin: auto;
  }
  .msreport-method__item-text {
    font-size: 1.6rem;
  }
  .msreport-trait {
    flex-direction: column;
    gap: 30px;
    margin-top: 40px;
  }
  .msreport-trait__answer, .msreport-trait__graph {
    width: 100%;
  }
  .msreport-trait__group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .msreport-trait__group img {
    max-width: 250px;
    margin: 10px 0;
  }
  .msreport-trait__item {
    gap: 20px;
  }
  .msreport-trait__item-img {
    width: 74px;
  }
  .msreport-trait__item-img img {
    max-width: 60px;
  }
  .msreport-trait__item-title {
    font-size: 2.4rem;
  }
  .msreport-trait__item-text {
    font-size: 1.8rem;
  }
  .msreport-trait__item.-wrong {
    margin-top: 30px;
  }
  .msreport-trait__item.-correct .msreport-trait__item-title::after {
    width: 38px;
    height: 28px;
    top: -16px;
    right: -11px;
  }
  .msreport-explain__title {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .msreport-explain__list li {
    font-size: 1.6rem;
    padding-left: 70px;
  }
  .msreport-explain__list li + li {
    margin-top: 28px;
  }
  .msreport-explain__list li::before {
    width: 50px;
    height: 50px;
  }
  .msreport-bridge__01 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  .msreport-bridge__01-text.-upper {
    max-width: 375px;
    top: 15%;
    font-size: 1.8rem;
  }
  .msreport-bridge__01-text.-upper span {
    font-size: 2.6rem;
  }
  .msreport-bridge__01-text.-lower {
    max-width: 375px;
    right: inherit;
    left: 40%;
    bottom: inherit;
    top: 50%;
    font-size: 1.6rem;
  }
  .msreport-bridge__01-text.-lower div + div {
    margin-top: 2px;
  }
  .msreport-bridge__01-text.-lower div:nth-child(2) {
    padding-left: 16px;
  }
  .msreport-bridge__01-text.-lower div:nth-child(3) {
    padding-left: 32px;
  }
  .msreport-bridge__02 {
    max-width: 400px;
    margin: auto;
  }
  .msreport-bridge__02-text {
    width: 100%;
    font-size: 1.6rem;
    top: inherit;
    bottom: 13%;
  }
  .msreport-bridge__02-text span {
    font-size: 2.2rem;
  }
  .msreport-bridge__02-text span.-large {
    font-size: 2.4rem;
  }
  .msreport-bridge__02-deco {
    font-size: 2.4rem;
  }
  .msreport-bridge__02-deco img {
    width: 28px;
    top: -9px;
    right: -25px;
  }
  .msreport-bnr__list li:nth-child(n+2) {
    margin-top: 3.2vw;
  }
  .msreport-sns__inner {
    padding-top: 0;
  }
  .msreport-sns__label {
    font-size: 4.2666666667vw;
  }
  .msreport-sns__list {
    margin-top: 6.4vw;
  }
}