@charset "UTF-8";
/* CSS INFORMATION -====================================================
File name : about.css
Description : プルチックの感情の輪ページ
===================================================================== */
.about .sec_ttl h2 {
  padding-top: 9.2rem;
  font-size: 4rem;
}

@media screen and (min-width: 768px) {
  .about .sec_ttl h2 {
    padding-top: 6.3rem;
  }
}

.about .inner {
  width: calc(680 / 750 * 100%);
}

@media screen and (min-width: 768px) {
  .about .inner {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .about p {
    font-size: 1.8rem;
  }
}

.plutchiks_text1 {
  line-height: 2.25;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 768px) {
  .plutchiks_text1 {
    line-height: 2.666;
  }
}

.plutchiks_text1 img {
  display: inline-block;
  width: calc(382 / 680 * 100%);
  margin: -0.7em 0.8em 0;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .plutchiks_text1 img {
    width: calc(287 / 1000 * 100%);
  }
}

.plutchiks_text1 strong {
  font-size: 3.2rem;
  font-weight: 400;
}

.plutchiks_text1 strong span {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .plutchiks_text1 strong {
    font-size: 2.4rem;
  }
}

.plutchiks_text1 span:nth-child(1) {
  color: #e61740;
}

.plutchiks_text1 span:nth-child(2) {
  color: #ff8c00;
}

.plutchiks_text1 span:nth-child(3) {
  color: #ffff00;
}

.plutchiks_text1 span:nth-child(4) {
  color: #b2f230;
}

.plutchiks_text1 span:nth-child(5) {
  color: #00d990;
}

.plutchiks_text1 span:nth-child(6) {
  color: #00d5ff;
}

.plutchiks_text1 span:nth-child(7) {
  color: #4d6aff;
}

.plutchiks_text1 span:nth-child(8) {
  color: #a422e6;
}

.plutchiks_ling {
  margin: 12rem auto;
  -webkit-box-shadow: 0px 0px 9rem 2.4rem #000;
          box-shadow: 0px 0px 9rem 2.4rem #000;
}

@media screen and (min-width: 768px) {
  .plutchiks_ling {
    margin-block: 10rem;
    width: calc(750 / 1000 * 100%);
    -webkit-box-shadow: 0px 0px 7rem 2.4rem #000;
            box-shadow: 0px 0px 7rem 2.4rem #000;
  }
}

.plutchiks_text2 p {
  text-align: center;
  letter-spacing: 0.15em;
}

.plutchiks_text2__1 {
  margin-bottom: 1em;
  font-size: 4.4rem;
}

.plutchiks_text2__1 span:nth-child(1) {
  color: #ffff00;
}

.plutchiks_text2__1 span:nth-child(2) {
  color: #b2f230;
}

.plutchiks_text2__1 span:nth-child(3) {
  color: #00d990;
}

.plutchiks_text2__1 span:nth-child(4) {
  color: #00d5ff;
}

.plutchiks_text2__1 span:nth-child(6) {
  color: #4d6aff;
}

.plutchiks_text2__1 span:nth-child(7) {
  color: #a422e6;
}

.plutchiks_text2__1 span:nth-child(8) {
  color: #e61740;
}

.plutchiks_text2__1 span:nth-child(9) {
  color: #ff8c00;
}

@media screen and (max-width: 767px) {
  .plutchiks_text2__1 {
    line-height: 1.5;
  }
  .plutchiks_text2__1 span:nth-child(5) {
    display: inline-block;
    padding-right: 2em;
  }
  .plutchiks_text2__1 span:nth-child(6) {
    display: inline-block;
    padding-left: 2em;
  }
}

@media screen and (min-width: 768px) {
  .plutchiks_text2__1 {
    font-size: 3.3rem !important;
    margin-bottom: 1.5em;
  }
}
/*# sourceMappingURL=about.css.map */