@charset "UTF-8";
/*
Theme Name: shukatsu-sharel_wp
*/
@import url("assets/scss/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Color+Emoji&display=swap");
/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  color: #222222 !important;
  letter-spacing: 0.05em;
  font-family: "M PLUS 1p", sans-serif, "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
  font-size: 16px;
}
@media (max-width: 959px) {
  body {
    font-size: 4.267vw;
  }
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body a:hover {
  opacity: 0.8;
}
body p {
  line-height: 1.8;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
  display: block;
}
body iframe {
  max-width: 100%;
}

.container {
  max-width: 1232px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 5vw;
  }
}

.page {
  padding: 100px 0 100px;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 15vw 0 15vw;
  }
}
.page-recommend-list {
  padding: 40px 0 40px;
}
@media screen and (max-width: 959px) {
  .page-recommend-list {
    padding: 8vw 0 8vw;
  }
}
.page-personality-list {
  padding: 40px 0 40px;
}
@media screen and (max-width: 959px) {
  .page-personality-list {
    padding: 8vw 0 8vw;
  }
}
.page-type-icons {
  padding: 10px 0 20px;
}
@media screen and (max-width: 959px) {
  .page-type-icons {
    padding: 2vw 0 4vw;
  }
}
.page--none {
  padding: 0 0 0;
}
@media screen and (max-width: 959px) {
  .page--none {
    padding: 0 0 0;
  }
}

.section-border-bottom {
  border-bottom: 1px solid #000;
}

.header {
  width: 100%;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: -webkit-sticky;
  position: sticky;
  z-index: 11;
}
@media screen and (min-width: 960px) {
  .header {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  .header {
    display: block;
  }
}
.header__wrap {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  height: 55px;
}
@media screen and (max-width: 959px) {
  .header__wrap {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .header__wrap {
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.header__logo {
  max-width: 136px;
  width: 100%;
  padding-left: 15px;
}
@media screen and (max-width: 959px) {
  .header__logo {
    padding-left: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .header__logo {
    max-width: 100%;
    width: 40vw;
  }
}
.header__sp-menu {
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f2f2;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .header__sp-menu {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}

.logo {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 226px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .logo {
    padding-top: calc(25 / 375 * 100vw);
    padding-bottom: calc(25 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .logo {
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .logo {
    padding-left: 0px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .logo {
    padding-left: calc(0 / 375 * 100vw);
  }
}

.header-navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-navi__item {
  font-size: 14px;
}
@media (max-width: 959px) {
  .header-navi__item {
    font-size: 3.733vw;
  }
}
.header-navi__item a:hover {
  color: #feef66;
}
.header-navi__item-contact a {
  border-radius: 100px;
  background-color: #feef66;
  color: #fff;
  padding: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
@media screen and (max-width: 959px) {
  .header-navi__item-contact a {
    padding: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .header-navi__item-contact a {
    padding-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .header-navi__item-contact a {
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.header-navi__item-contact a:hover {
  color: #fff;
}

.toggle {
  position: fixed;
  top: 0;
  z-index: 10;
}

.menu-trigger {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 !important;
  position: relative;
  vertical-align: middle;
  width: 20px;
  height: 15px;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .menu-trigger {
    width: 7vw;
    height: 5vw;
  }
}
.menu-trigger span {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #222222;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.menu-trigger span:nth-of-type(3) {
  right: inherit;
  bottom: 0;
}
.menu-trigger.active span {
  background-color: #222222;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
  top: 50%;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  top: 50%;
}

.sp-navi {
  visibility: hidden;
  width: 100%;
  overflow-y: scroll;
  position: absolute;
  padding-top: 16vw;
  padding-bottom: 4vw;
  max-width: 375px;
  top: 0;
  z-index: -1;
  background: #f2f2f2;
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
@media screen and (max-width: 959px) {
  .sp-navi {
    max-width: 100%;
  }
}
.sp-navi.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.sp-navi li {
  font-weight: 600;
  text-align: center;
}

.footer {
  position: relative;
  z-index: 0;
  padding-top: 15px;
  padding-bottom: 30px;
}
@media screen and (max-width: 959px) {
  .footer {
    padding-top: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .footer {
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
.footer__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.footer__bg img {
  display: block;
  width: 100%;
}
.footer__legal {
  font-size: 10px;
  text-align: center;
}
@media (max-width: 959px) {
  .footer__legal {
    font-size: 2.667vw;
  }
}
.footer__logo-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .footer__logo-block {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.footer__logo-block > div {
  width: calc((100% - 20px) / 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.footer__logo {
  padding-left: 40px;
  padding-right: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .footer__logo {
    padding-left: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__logo {
    padding-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__logo {
    margin-top: calc(30 / 375 * 100vw);
  }
}
.footer__ill {
  padding-right: 10px;
}
@media screen and (max-width: 959px) {
  .footer__ill {
    padding-right: calc(10 / 375 * 100vw);
  }
}

.wysiwyg {
  font-weight: 500;
  line-height: 1.875;
}
.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
  margin-bottom: 1em;
}
.wysiwyg h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
}
@media (max-width: 959px) {
  .wysiwyg h2 {
    font-size: 5.333vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.wysiwyg h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-top: 40px;
}
@media (max-width: 959px) {
  .wysiwyg h3 {
    font-size: 4.8vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg h3 {
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg h3 {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.wysiwyg h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
@media (max-width: 959px) {
  .wysiwyg h4 {
    font-size: 4.267vw;
  }
}
.wysiwyg p {
  font-size: 16px;
  line-height: 1.875;
}
@media (max-width: 959px) {
  .wysiwyg p {
    font-size: 4vw;
  }
}
.wysiwyg .wp-block-table {
  overflow-x: scroll;
}
.wysiwyg .wp-block-table::-webkit-scrollbar {
  width: 10px;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 10px;
}
.wysiwyg img {
  max-width: 100%;
}
.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img.alignright {
  float: right;
  margin-left: 1.5em;
}
.wysiwyg img.alignleft {
  float: left;
  margin-right: 1.5em;
}
.wysiwyg table thead {
  background-color: #454545;
  color: #fff;
  text-align: right;
}
.wysiwyg table thead th {
  text-align: center;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 20px;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 959px) {
  .wysiwyg table th,
  .wysiwyg table td {
    padding: calc(20 / 375 * 100vw);
  }
}
.wysiwyg table th::after,
.wysiwyg table td::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.6em;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wysiwyg table th:last-child::after,
.wysiwyg table td:last-child::after {
  display: none;
}
.wysiwyg table tbody tr td {
  border-bottom: 2px solid #e6e6e6;
}
.wysiwyg table tbody tr td:first-child {
  background-color: #f2f2f2;
}
.wysiwyg table tbody tr td:first-child::after {
  display: none;
}
.wysiwyg table tbody tr th {
  background-color: #f2f2f2;
}
.wysiwyg dl {
  border: 1px solid #ccc;
}
.wysiwyg dt,
.wysiwyg dd {
  padding: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .wysiwyg dt,
  .wysiwyg dd {
    padding: calc(20 / 375 * 100vw);
  }
}
.wysiwyg dt {
  background-color: #454545;
  color: #fff;
}
.wysiwyg blockquote {
  font-size: 14px;
  line-height: 1.875;
  background-color: #f2f2f2;
  padding: 20px;
  position: relative;
}
@media (max-width: 959px) {
  .wysiwyg blockquote {
    font-size: 3.733vw;
  }
}
@media screen and (max-width: 959px) {
  .wysiwyg blockquote {
    padding: calc(20 / 375 * 100vw);
  }
}
.wysiwyg blockquote::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote::after {
  content: "”";
  position: absolute;
  bottom: 12px;
  right: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote cite {
  font-size: 14px;
  display: block;
  text-align: right;
  color: #6f6c67;
  position: relative;
}
.wysiwyg blockquote cite::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 28px;
  background-color: #707070;
  vertical-align: middle;
  margin-right: 1.5em;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.3em;
}
.wysiwyg ul li,
.wysiwyg ol li {
  line-height: 1.8;
}
.wysiwyg strong {
  font-weight: bold;
}
.wysiwyg li {
  word-break: break-all;
}

.text-marker {
  border-bottom: 2px solid #000;
}

.fade-in {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
          transform: translate(0, 20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.fade-in.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.normal-btn {
  display: inline-block;
  padding: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #222222;
  color: #fff;
  border-radius: 100px;
}
@media screen and (max-width: 959px) {
  .normal-btn {
    padding: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .normal-btn {
    padding-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .normal-btn {
    padding-bottom: calc(10 / 375 * 100vw);
  }
}

@media screen and (max-width: 959px) {
  .bg-fix {
    display: none;
  }
}
.bg-fix__inner {
  position: fixed;
  top: 0;
  height: 100vh;
  z-index: 0;
  width: 100%;
}
.bg-fix__absolute {
  position: absolute;
  top: 0;
}
.bg-fix__left-inner, .bg-fix__right-inner {
  font-size: 13px;
  position: relative;
  z-index: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 959px) {
  .bg-fix__left-inner, .bg-fix__right-inner {
    font-size: 3.467vw;
  }
}
.bg-fix__left {
  height: 100vh;
  width: calc(100vw - (50vw + 187.5px));
  background-color: #c4e8f0;
  left: 0;
}
@media screen and (max-width: 959px) {
  .bg-fix__left {
    width: calc(100vw - (50vw + 50%));
  }
}
.bg-fix__right {
  height: 100vh;
  width: calc(100vw - (50vw + 187.5px));
  background-color: #c4e8f0;
  right: 0;
}
@media screen and (max-width: 959px) {
  .bg-fix__right {
    width: calc(100vw - (50vw + 50%));
  }
}

.left-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.left-inner__block {
  position: relative;
  margin-left: auto;
  padding-top: 20px;
  padding-right: clamp(15px, 1.5vw, 40px);
  padding-left: 10px;
  height: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .left-inner__block {
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .left-inner__block {
    padding-left: calc(10 / 375 * 100vw);
  }
}
.left-inner__box {
  max-width: 375px;
  width: 100%;
  margin: auto;
  margin-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .left-inner__box {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.left-inner__card-box {
  height: 100%;
}
.left-inner__heading {
  font-weight: 500;
}

.right-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.right-inner__block {
  position: relative;
  margin-left: auto;
  padding-top: 20px;
  padding-left: clamp(15px, 1.5vw, 40px);
  padding-right: 10px;
  height: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .right-inner__block {
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .right-inner__block {
    padding-right: calc(10 / 375 * 100vw);
  }
}
.right-inner__box {
  max-width: 375px;
  width: 100%;
  margin: auto;
  margin-top: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .right-inner__box {
    margin-top: calc(15 / 375 * 100vw);
  }
}
.right-inner__card-box {
  height: 100%;
}
.right-inner__heading {
  font-weight: 500;
}
.right-inner__block-bottom {
  margin-top: 15px;
  padding-left: 40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .right-inner__block-bottom {
    margin-top: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .right-inner__block-bottom {
    padding-left: calc(40 / 375 * 100vw);
  }
}
.right-inner__box-bottom {
  max-width: 375px;
  width: 100%;
  margin: auto;
}

.emoji {
  font-family: "Noto Color Emoji", sans-serif;
}

.heading-anime {
  opacity: 0;
  -webkit-transform: scale(0) translateY(0);
          transform: scale(0) translateY(0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.heading-anime.is-active {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
  -webkit-animation: heading-anime 2.5s ease infinite;
          animation: heading-anime 2.5s ease infinite;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  display: block;
}
@-webkit-keyframes heading-anime {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
  50% {
    -webkit-transform: scale(1) translateY(10px);
            transform: scale(1) translateY(10px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}
@keyframes heading-anime {
  0% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
  50% {
    -webkit-transform: scale(1) translateY(10px);
            transform: scale(1) translateY(10px);
  }
  100% {
    -webkit-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
  }
}
@media screen and (max-width: 959px) {
  @-webkit-keyframes heading-anime {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
    }
    50% {
      -webkit-transform: scale(1) translateY(1vw);
              transform: scale(1) translateY(1vw);
    }
    100% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
    }
  }
  @keyframes heading-anime {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
    }
    50% {
      -webkit-transform: scale(1) translateY(1vw);
              transform: scale(1) translateY(1vw);
    }
    100% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
    }
  }
}

.left-card-box {
  height: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .left-card-box {
    padding: calc(20 / 375 * 100vw);
  }
}
.left-card-box__left-obj {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
.left-card-box__inner {
  height: 100%;
  background-color: #c4e8f0;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 959px) {
  .left-card-box__inner {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .left-card-box__inner {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.left-card-box__ill {
  max-width: 260px;
  width: 100%;
}
.left-card-box__title-block {
  margin-top: 10px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .left-card-box__title-block {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.left-card-box__title {
  max-width: 180px;
  width: 100%;
  margin: auto;
}
.left-card-box__heading {
  max-width: 115px;
  width: 100%;
  margin: auto;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .left-card-box__heading {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.left-card-box__sns-block {
  max-width: 250px;
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .left-card-box__sns-block {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.left-card-box__sns-block-description {
  margin-top: 10px;
  font-size: 13px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .left-card-box__sns-block-description {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media (max-width: 959px) {
  .left-card-box__sns-block-description {
    font-size: 3.467vw;
  }
}
.left-card-box__logo {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 65px;
  width: 100%;
}

.right-card-box {
  height: 100%;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right-card-box__right-obj {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  z-index: -1;
}
.right-card-box__right-obj img {
  width: 100%;
}
.right-card-box__inner {
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-color: #fff;
  padding-bottom: 20px;
  padding-bottom: clamp(10px, 2vh, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
}
@media screen and (max-width: 959px) {
  .right-card-box__inner {
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.right-card-box__inner:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  background-color: #c2ebc3;
  border-radius: 20px;
  z-index: -1;
  width: 90%;
  height: 94%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.right-card-box__inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -2;
}
.right-card-box__sign {
  position: absolute;
  top: clamp(-6px, -5vh, -40px);
  left: 7%;
  width: clamp(100px, 20vh, 170px);
}
.right-card-box__sign .sign {
  background-color: #fffba6;
  border: 1px solid #000;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 0 rgb(0, 0, 0);
          box-shadow: 2px 2px 0 rgb(0, 0, 0);
  padding: clamp(2px, 0.5vh, 4px) clamp(5px, 1.5vh, 10px);
  font-weight: 700;
  font-size: clamp(10px, 1.8vh, 16px);
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  display: inline-block;
}
.right-card-box__title-block {
  position: relative;
  z-index: 0;
  margin-top: clamp(5px, 1.5vh, 10px);
  width: 100%;
  padding-top: clamp(10px, 2vh, 20px);
}
.right-card-box__title--01 {
  max-width: clamp(80px, 15vh, 130px);
  margin: auto;
}
.right-card-box__title--02 {
  max-width: clamp(100px, 20vh, 170px);
  margin: auto;
  margin-top: clamp(5px, 1.5vh, 10px);
}
.right-card-box__heading {
  max-width: clamp(150px, 27vh, 230px);
  margin: auto;
  margin-top: clamp(5px, 1.5vh, 10px);
}
.right-card-box__link-block {
  position: absolute;
  bottom: clamp(20px, 5vh, 40px);
  right: clamp(20px, 5vh, 40px);
  text-align: right;
}
.right-card-box__link-block a {
  display: inline-block;
  border-bottom: 1px solid #000;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 4px;
  font-weight: 600;
  font-size: clamp(12px, 1.6vh, 16px);
}
@media screen and (max-width: 959px) {
  .right-card-box__link-block a {
    padding-left: calc(5 / 375 * 100vw);
    padding-right: calc(5 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .right-card-box__link-block a {
    padding-bottom: calc(4 / 375 * 100vw);
  }
}
.right-card-box__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: clamp(2px, 0.5vh, 4px);
}
.right-card-box__link img {
  max-width: clamp(6px, 1.2vh, 10px);
  width: 100%;
}
.right-card-box__slider {
  width: 100%;
  margin-top: clamp(5px, 1.5vh, 10px);
  padding-bottom: clamp(10px, 2vh, 20px);
}

.more-information-link-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.more-information-link-list li {
  display: inline-block;
}
.more-information-link-list li img {
  max-width: 15px;
  width: 100%;
}
.more-information-link-list a {
  display: block;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #000;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
@media screen and (max-width: 959px) {
  .more-information-link-list a {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .more-information-link-list a {
    padding-top: calc(6 / 375 * 100vw);
    padding-bottom: calc(6 / 375 * 100vw);
  }
}
.more-information-link-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.more-information-sp-link-list {
  padding: 20px;
}
@media screen and (max-width: 959px) {
  .more-information-sp-link-list {
    padding: calc(20 / 375 * 100vw);
  }
}
.more-information-sp-link-list__heading {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .more-information-sp-link-list__heading {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
.more-information-sp-link-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4vw 3vw;
}
.more-information-sp-link-list li {
  display: inline-block;
}
.more-information-sp-link-list li img {
  max-width: 15px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .more-information-sp-link-list li img {
    max-width: 100%;
    width: 4vw;
  }
}
.more-information-sp-link-list a {
  display: block;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #000;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
}
@media screen and (max-width: 959px) {
  .more-information-sp-link-list a {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .more-information-sp-link-list a {
    padding-top: calc(6 / 375 * 100vw);
    padding-bottom: calc(6 / 375 * 100vw);
  }
}
@media (max-width: 959px) {
  .more-information-sp-link-list a {
    font-size: 3.467vw;
  }
}
.more-information-sp-link-list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (max-width: 959px) {
  .more-information-sp-link-list__item {
    gap: 1vw;
  }
}

.slider__item {
  margin: clamp(5px, 1.5vh, 10px);
  padding: clamp(5px, 1.5vh, 10px);
  border: 1px solid #000;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.slider__item:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
.slider__item img {
  width: 100%;
  height: auto;
  display: block;
}

.slick-arrow:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  z-index: -1;
}
.slick-prev, .slick-next {
  width: clamp(20px, 3.5vh, 30px) !important;
  height: clamp(20px, 3.5vh, 30px) !important;
}
.slick-prev:before, .slick-next:before {
  display: none;
}
.slick-prev img, .slick-next img {
  width: 100%;
  height: 100%;
}
.slick-prev {
  left: clamp(15px, 4vh, 35px) !important;
  z-index: 1;
}
.slick-next {
  right: clamp(15px, 4vh, 35px) !important;
  z-index: 1;
}

.main-contents {
  margin: auto;
  overflow: visible;
  max-width: 375px;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 960px) {
  .main-contents {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
}
@media screen and (max-width: 959px) {
  .main-contents {
    max-width: 100%;
    width: 100%;
  }
}

.bg-color--info-block {
  background-color: #f2f2f2;
}
.bg-color--pink {
  background-color: #e9ccea;
}
.bg-color--type-icons {
  background-color: #f2f2f2;
}

.bg-image--info-block {
  background-image: url(assets/images/bg-info-block.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.bg-image--info-block-area {
  position: relative;
  z-index: 0;
}
.bg-image--info-block-area::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/bg-info-area.png);
  background-size: 100% auto;
  opacity: 0.3;
  z-index: -1;
}
.bg-image-personality-detail {
  position: relative;
  z-index: 0;
}
.bg-image-personality-detail::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/personality/bg-personality-detail.png);
  opacity: 0.3;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  .bg-image-personality-detail::before {
    background-size: 100% auto;
  }
}
.bg-image--type-icons {
  position: relative;
  z-index: 0;
}
.bg-image--type-icons::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/personality/bg-mokuji.png);
  opacity: 0.3;
  z-index: -1;
}

.object-space__ill {
  padding-top: 66px;
}
@media screen and (max-width: 959px) {
  .object-space__ill {
    padding-top: calc(66 / 375 * 100vw);
  }
}

.info-block {
  padding-top: 80px;
  border-bottom: 2px solid #000;
}
@media screen and (max-width: 959px) {
  .info-block {
    padding-top: calc(80 / 375 * 100vw);
  }
}
.info-block__sns-block {
  margin-top: 30px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 959px) {
  .info-block__sns-block {
    margin-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .info-block__sns-block {
    padding-left: calc(60 / 375 * 100vw);
    padding-right: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .info-block__sns-block {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
.info-block__block:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .info-block__block:not(:first-child) {
    margin-top: calc(100 / 375 * 100vw);
  }
}
.info-block__info-link-list {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .info-block__info-link-list {
    margin-top: calc(30 / 375 * 100vw);
  }
}

.info-block-heading__en {
  position: relative;
  z-index: 0;
}
.info-block-heading .sns {
  max-width: 116px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .info-block-heading .sns {
    max-width: 100%;
    width: 30.9333333333vw;
  }
}
.info-block-heading .info {
  max-width: 150px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .info-block-heading .info {
    max-width: 100%;
    width: 40vw;
  }
}
.info-block-heading__en-sub {
  position: absolute;
}
.info-block-heading__en-sub.sns {
  max-width: 110px;
  width: 100%;
  top: -90%;
  right: 5em;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .info-block-heading__en-sub.sns {
    max-width: 100%;
    width: 29.3333333333vw;
  }
}
.info-block-heading__en-sub.info {
  max-width: 118px;
  width: 100%;
  top: -90%;
  right: 4em;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .info-block-heading__en-sub.info {
    max-width: 100%;
    width: 31.4666666667vw;
  }
}
.info-block-heading__ja {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
  letter-spacing: -0.1em;
}
@media screen and (max-width: 959px) {
  .info-block-heading__ja {
    margin-top: calc(5 / 375 * 100vw);
  }
}
@media (max-width: 959px) {
  .info-block-heading__ja {
    font-size: 3.2vw;
  }
}

.sns-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
}
.sns-block__item {
  width: calc((100% - 45px) / 4);
}

.info-link-list li {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .info-link-list li {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .info-link-list li {
    padding-top: calc(20 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
@media (max-width: 959px) {
  .info-link-list li {
    font-size: 3.467vw;
  }
}
.info-link-list li a {
  display: block;
}
.info-link-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 1em;
  width: 100%;
  height: 100%;
  background-image: url(assets/images/arrow-right--black.svg);
  background-size: auto 40%;
  background-repeat: no-repeat;
  background-position: center right;
  z-index: -1;
}
.info-link-list li:first-child {
  border-top: 1px solid #000;
}
.info-link-list li:first-child, .info-link-list li:not(:last-child) {
  border-bottom: 1px solid #000;
}

.recommend-list__heading-block {
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .recommend-list__heading-block {
    padding-bottom: calc(50 / 375 * 100vw);
  }
}
.recommend-list__ill {
  position: absolute;
  bottom: 0;
  right: 5px;
  z-index: 0;
  max-width: var(--recommend-list-ill-max-width-pc);
  width: 100%;
}
@media screen and (max-width: 959px) {
  .recommend-list__ill {
    max-width: 100%;
    width: var(--recommend-list-ill-max-width-sp);
  }
}
.recommend-list__heading {
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
}
@media (max-width: 959px) {
  .recommend-list__heading {
    font-size: 7.2vw;
  }
}
.recommend-list__heading .text-sm {
  display: inline-block;
  padding-left: 5px;
  font-size: 0.7em;
}
@media screen and (max-width: 959px) {
  .recommend-list__heading .text-sm {
    padding-left: calc(5 / 375 * 100vw);
  }
}
.recommend-list__lead {
  font-size: 15px;
  margin-top: 10px;
  font-weight: 600;
}
@media (max-width: 959px) {
  .recommend-list__lead {
    font-size: 4vw;
  }
}
@media screen and (max-width: 959px) {
  .recommend-list__lead {
    margin-top: calc(10 / 375 * 100vw);
  }
}

.recommend-list-box {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
  position: relative;
  z-index: 0;
}
.recommend-list-box.is-active {
  background-color: #fff;
  padding-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .recommend-list-box.is-active {
    padding-top: calc(20 / 375 * 100vw);
  }
}
.recommend-list-box:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .recommend-list-box:not(:first-child) {
    margin-top: calc(20 / 375 * 100vw);
  }
}
.recommend-list-box__inner {
  border-radius: 10px;
}
.recommend-list-box__title-block {
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 959px) {
  .recommend-list-box__title-block {
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .recommend-list-box__title-block {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.recommend-list-box__title {
  font-size: 16px;
  padding-right: 20px;
  font-weight: 600;
  line-height: 1.2;
  position: relative;
  z-index: 0;
}
@media (max-width: 959px) {
  .recommend-list-box__title {
    font-size: 4.267vw;
  }
}
@media screen and (max-width: 959px) {
  .recommend-list-box__title {
    padding-right: calc(20 / 375 * 100vw);
  }
}
.recommend-list-box__btn {
  position: absolute;
  top: -0.1em;
  right: 0;
  max-width: 20px;
}
.recommend-list-box__btn img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .recommend-list-box__btn {
    max-width: 100%;
    width: 5vw;
    height: 5vw;
  }
}
.recommend-list-box__text {
  font-size: 12px;
  margin-top: 10px;
}
@media (max-width: 959px) {
  .recommend-list-box__text {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 959px) {
  .recommend-list-box__text {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.recommend-list-box__list {
  margin-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .recommend-list-box__list {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .recommend-list-box__list {
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .recommend-list-box__list {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.recommend-list-box__list:not(:last-child) {
  border-bottom: 1px solid #000;
}
.recommend-list-box__list ul li {
  font-size: 12px;
}
@media (max-width: 959px) {
  .recommend-list-box__list ul li {
    font-size: 3.2vw;
  }
}
.recommend-list-box__list ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.recommend-list-box__list-text {
  width: 60%;
}
.recommend-list-box__list-img {
  width: 40%;
}
.recommend-list-box__list-img img {
  max-height: 40px;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .recommend-list-box__list-img img {
    max-height: 100%;
    height: 10vw;
  }
}
.recommend-list-box__pick-up {
  position: absolute;
  top: -1.2em;
  left: 20px;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media screen and (max-width: 959px) {
  .recommend-list-box__pick-up {
    top: -6.9333333333vw;
    left: 5.3333333333vw;
  }
}
.recommend-list-box:not(.is-active) .recommend-list-box__pick-up {
  top: -2.5em;
}

.pick-up {
  max-width: 80px;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .pick-up {
    max-width: 100%;
    width: 26.6666666667vw;
  }
}

.relative {
  position: relative;
  z-index: 0;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-hidden {
  overflow: hidden;
}

.bg-obj-01 {
  position: absolute;
  top: var(--bg-main-obj-position-pc);
  left: 0;
  width: 100%;
  z-index: -1;
}
.bg-obj-01 img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .bg-obj-01 {
    top: var(--bg-main-obj-position-sp);
  }
}
.bg-obj-02 {
  position: absolute;
  top: var(--bg-main-obj-position-pc);
  left: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.6;
}
.bg-obj-02 img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .bg-obj-02 {
    top: var(--bg-main-obj-position-sp);
  }
}

.personality-list {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 959px) {
  .personality-list {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}
.personality-list__sns-share {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .personality-list__sns-share {
    margin-top: calc(40 / 375 * 100vw);
  }
}

.personality-list-box:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .personality-list-box:not(:first-child) {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.personality-list-box__heading {
  font-size: 21px;
  font-weight: 600;
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 100px;
  border: 1px solid #000;
  -webkit-box-shadow: 3px 3px 0 rgb(0, 0, 0);
          box-shadow: 3px 3px 0 rgb(0, 0, 0);
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 959px) {
  .personality-list-box__heading {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 959px) {
  .personality-list-box__heading {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .personality-list-box__heading {
    padding-top: calc(20 / 375 * 100vw);
    padding-bottom: calc(20 / 375 * 100vw);
  }
}
.personality-list-box__text {
  margin-top: 20px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .personality-list-box__text {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media (max-width: 959px) {
  .personality-list-box__text {
    font-size: 3.733vw;
  }
}
.personality-list-box__obj-block {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .personality-list-box__obj-block {
    margin-top: calc(20 / 375 * 100vw);
  }
}

.obj-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  .obj-block {
    gap: 4vw;
  }
}
.obj-block__item {
  max-width: 55px;
  -webkit-animation: anime 2s infinite;
          animation: anime 2s infinite;
}
.obj-block__item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .obj-block__item {
    max-width: 100%;
    width: 15vw;
  }
}
.obj-block__item:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.obj-block__item:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
@-webkit-keyframes anime {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  50% {
    -webkit-transform: scale(1.1) translateY(-5px);
            transform: scale(1.1) translateY(-5px);
  }
}
@keyframes anime {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  50% {
    -webkit-transform: scale(1.1) translateY(-5px);
            transform: scale(1.1) translateY(-5px);
  }
}
@media screen and (max-width: 959px) {
  @-webkit-keyframes anime {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
    }
    50% {
      -webkit-transform: scale(1.1) translateY(-2vw);
              transform: scale(1.1) translateY(-2vw);
    }
  }
  @keyframes anime {
    0% {
      -webkit-transform: scale(1) translateY(0);
              transform: scale(1) translateY(0);
    }
    50% {
      -webkit-transform: scale(1.1) translateY(-2vw);
              transform: scale(1.1) translateY(-2vw);
    }
  }
}

.sns-share {
  background-image: url(assets/images/bg-share.svg);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (max-width: 959px) {
  .sns-share {
    padding-top: calc(65 / 375 * 100vw);
    padding-bottom: calc(65 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .sns-share {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .sns-share {
    padding-top: calc(90 / 375 * 100vw);
    padding-bottom: calc(90 / 375 * 100vw);
  }
}
.sns-share__title {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
@media (max-width: 959px) {
  .sns-share__title {
    font-size: 4.267vw;
  }
}
@media screen and (max-width: 959px) {
  .sns-share__title {
    padding-top: calc(2 / 375 * 100vw);
    padding-bottom: calc(2 / 375 * 100vw);
  }
}
.sns-share__title:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -10px;
  width: 1px;
  height: 100%;
  background-color: #000;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
}
.sns-share__title:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
  width: 1px;
  height: 100%;
  background-color: #000;
  -webkit-transform: rotate(10deg);
          transform: rotate(10deg);
}
.sns-share__list {
  max-width: 55px;
}
.sns-share__block {
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 959px) {
  .sns-share__block {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .sns-share__block {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.sns-share__btn-block {
  text-align: center;
}
.sns-share__btn {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  border-radius: 100px;
  background-color: #06c755;
  border: 1px solid #000;
  -webkit-box-shadow: 3px 3px 0 rgb(0, 0, 0);
          box-shadow: 3px 3px 0 rgb(0, 0, 0);
  max-width: 210px;
  margin: auto;
}
@media (max-width: 959px) {
  .sns-share__btn {
    font-size: 3.467vw;
  }
}
@media screen and (max-width: 959px) {
  .sns-share__btn {
    max-width: 100%;
    width: 50vw;
  }
}
.sns-share__btn a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
@media screen and (max-width: 959px) {
  .sns-share__btn a {
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .sns-share__btn a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .sns-share__btn a {
    padding-top: calc(15 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
  }
}
.sns-share__retry-btn {
  font-size: 13px;
  font-weight: 600;
  background-color: #fff;
  border-radius: 100px;
  border: 1px solid #000;
  -webkit-box-shadow: 1px 1px 0 rgb(0, 0, 0);
          box-shadow: 1px 1px 0 rgb(0, 0, 0);
  max-width: 180px;
  margin: auto;
  margin-top: 20px;
}
@media (max-width: 959px) {
  .sns-share__retry-btn {
    font-size: 3.467vw;
  }
}
@media screen and (max-width: 959px) {
  .sns-share__retry-btn {
    margin-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .sns-share__retry-btn {
    max-width: 100%;
    width: 50vw;
  }
}
.sns-share__retry-btn a {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
@media screen and (max-width: 959px) {
  .sns-share__retry-btn a {
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .sns-share__retry-btn a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .sns-share__retry-btn a {
    padding-top: calc(15 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
  }
}

.single-results-visual {
  padding-top: 20px;
  padding-bottom: 40px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .single-results-visual {
    padding-top: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .single-results-visual {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .single-results-visual {
    padding-top: 40px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .single-results-visual {
    padding-top: calc(40 / 375 * 100vw);
  }
}
.single-results-visual__main-block {
  position: relative;
  z-index: 0;
}
.single-results-visual__main-block-inner {
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .single-results-visual__main-block-inner {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.single-results-visual__sub-block {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 959px) {
  .single-results-visual__sub-block {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}
.single-results-visual__logo-block {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 959px) {
  .single-results-visual__logo-block {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}
.single-results-visual__logo {
  max-width: 75px;
  margin-left: auto;
}
@media screen and (max-width: 959px) {
  .single-results-visual__logo {
    width: 20vw;
    max-width: 100%;
  }
}
.single-results-visual__you {
  text-align: center;
  margin-bottom: 20px;
  font-size: 19px;
}
@media screen and (max-width: 959px) {
  .single-results-visual__you {
    margin-bottom: calc(20 / 375 * 100vw);
  }
}
@media (max-width: 959px) {
  .single-results-visual__you {
    font-size: 5.067vw;
  }
}
.single-results-visual__lead {
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #000;
}
@media screen and (max-width: 959px) {
  .single-results-visual__lead {
    padding-left: calc(8 / 375 * 100vw);
    padding-right: calc(8 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .single-results-visual__lead {
    padding-top: calc(4 / 375 * 100vw);
    padding-bottom: calc(4 / 375 * 100vw);
  }
}
@media (max-width: 959px) {
  .single-results-visual__lead {
    font-size: 4.533vw;
  }
}
.single-results-visual__title-block {
  margin-top: 8px;
}
@media screen and (max-width: 959px) {
  .single-results-visual__title-block {
    margin-top: calc(8 / 375 * 100vw);
  }
}
.single-results-visual__title {
  font-weight: 600;
  font-size: 33px;
  font-weight: 700;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #000;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.2;
}
@media (max-width: 959px) {
  .single-results-visual__title {
    font-size: 8.8vw;
  }
}
@media screen and (max-width: 959px) {
  .single-results-visual__title {
    padding-left: calc(13 / 375 * 100vw);
    padding-right: calc(13 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .single-results-visual__title {
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.single-results-visual__text {
  max-inline-size: -webkit-max-content;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  padding-top: var(--single-results-visual-text-padding-top-pc);
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .single-results-visual__text {
    padding-bottom: calc(40 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .single-results-visual__text {
    padding-top: var(--single-results-visual-text-padding-top-sp);
  }
}
.single-results-visual__personality-block {
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.single-results-visual__personality-block.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.single-results-visual__ill {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.single-results-visual__ill.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.single-results-visual__ill img {
  width: 100%;
}
.single-results-visual__ill:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  width: 85%;
  height: var(--single-results-visual-ill-bg-height-pc);
  z-index: -1;
  border-radius: 1000px 1000px 0 0;
}
@media screen and (max-width: 959px) {
  .single-results-visual__ill:after {
    height: var(--single-results-visual-ill-bg-height-sp);
  }
}
.single-results-visual__text-inner {
  opacity: 0;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
  line-height: 1.4;
}
.single-results-visual__text-inner.is-active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.single-results-visual__text-inner span {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #000;
  padding-left: 4px;
  padding-right: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 4px;
}
@media (max-width: 959px) {
  .single-results-visual__text-inner span {
    font-size: 3.733vw;
  }
}
@media screen and (max-width: 959px) {
  .single-results-visual__text-inner span {
    padding-left: calc(4 / 375 * 100vw);
    padding-right: calc(4 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .single-results-visual__text-inner span {
    padding-top: calc(2 / 375 * 100vw);
    padding-bottom: calc(2 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .single-results-visual__text-inner span {
    margin-bottom: calc(4 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .single-results-visual__text-inner span {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .single-results-visual__text-inner span {
    margin-bottom: calc(10 / 375 * 100vw);
  }
}
.single-results-visual__list-block {
  border-radius: 10px;
  background-color: #fff;
}
.single-results-visual__list {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.single-results-visual__list.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.single-results-visual__list-item {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .single-results-visual__list-item {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .single-results-visual__list-item {
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.single-results-visual__list-item span {
  font-size: 14px;
  padding-left: 25px;
  line-height: 1.4;
  display: block;
  position: relative;
  font-weight: 600;
  z-index: 0;
  letter-spacing: 0em;
}
@media (max-width: 959px) {
  .single-results-visual__list-item span {
    font-size: 3.733vw;
  }
}
@media screen and (max-width: 959px) {
  .single-results-visual__list-item span {
    padding-left: calc(25 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .single-results-visual__list-item span {
    padding-left: 30px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .single-results-visual__list-item span {
    padding-left: calc(30 / 375 * 100vw);
  }
}
.single-results-visual__list-item span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(assets/images/check-list.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 959px) {
  .single-results-visual__list-item span::before {
    width: 3vw;
    height: 3vw;
  }
}

.single-results__sns-share {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .single-results__sns-share {
    margin-top: calc(20 / 375 * 100vw);
  }
}

#sns-fixed {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  max-width: 450px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  #sns-fixed {
    max-width: 100%;
    width: 90vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  #sns-fixed {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}

.sns-fixed {
  background-color: #ff9be0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #000;
  -webkit-box-shadow: 3px 3px 0 rgb(0, 0, 0);
          box-shadow: 3px 3px 0 rgb(0, 0, 0);
}
@media screen and (max-width: 959px) {
  .sns-fixed {
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .sns-fixed {
    padding-left: calc(10 / 375 * 100vw);
    padding-right: calc(10 / 375 * 100vw);
  }
}
.sns-fixed__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sns-fixed__link-block {
  width: 45%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (max-width: 959px) {
  .sns-fixed__link-block {
    width: 55%;
    gap: 1vw;
  }
}
.sns-fixed__link {
  width: 50%;
}
.sns-fixed__link a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  background-color: #fff;
  border-radius: 10px;
  padding: 6px 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
}
@media screen and (max-width: 959px) {
  .sns-fixed__link a {
    gap: 1vw;
  }
}
.sns-fixed__link-icon {
  width: 25px;
  height: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959px) {
  .sns-fixed__link-icon {
    width: 5vw;
    height: 5vw;
  }
}
.sns-fixed__link-icon img {
  max-width: 22px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 959px) {
  .sns-fixed__link-icon img {
    max-width: 4vw;
  }
}
.sns-fixed__link-text {
  font-size: 11px;
  font-weight: 600;
}
@media (max-width: 959px) {
  .sns-fixed__link-text {
    font-size: 2.667vw;
  }
}
.sns-fixed__text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  padding-left: 4px;
}
@media (max-width: 959px) {
  .sns-fixed__text {
    font-size: 2.933vw;
  }
}
@media screen and (max-width: 959px) {
  .sns-fixed__text {
    padding-left: calc(4 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .sns-fixed__text {
    padding-left: 4px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .sns-fixed__text {
    padding-left: calc(4 / 375 * 100vw);
  }
}
.sns-fixed__text p {
  line-height: 1.4;
}
.sns-fixed__close-btn {
  max-width: 25px;
  width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .sns-fixed__close-btn {
    max-width: 100%;
    width: 5vw;
    height: 5vw;
  }
}

.type-icons__heading {
  max-width: 140px;
  margin: auto;
}
.type-icons__icon {
  width: 100%;
  height: 80px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.type-icons__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.type-icons__icon.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.type-icons .revolutionary {
  max-width: 105px;
  width: 100%;
  margin: auto;
}
.type-icons .communication {
  max-width: 75px;
  width: 100%;
  margin: auto;
}
.type-icons .fighter {
  max-width: 105px;
  width: 100%;
  margin: auto;
}
.type-icons .all-rounder {
  max-width: 105px;
  width: 100%;
  margin: auto;
}
.type-icons__heading {
  text-align: center;
}
.type-icons__block {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 959px) {
  .type-icons__block {
    margin-top: calc(10 / 375 * 100vw);
  }
}
.type-icons__list {
  width: calc((100% - 10px) / 2);
  position: relative;
  z-index: 0;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .type-icons__list {
    padding: calc(20 / 375 * 100vw);
  }
}
.type-icons__list:nth-of-type(1)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5px;
  width: 1px;
  height: 90%;
  background-color: #fff;
}
.type-icons__list:nth-of-type(1)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 1px;
  background-color: #fff;
}
.type-icons__list:nth-of-type(2)::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 90%;
  height: 1px;
  background-color: #fff;
}
.type-icons__list:nth-of-type(3)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5px;
  width: 1px;
  height: 90%;
  background-color: #fff;
}
.type-icons__title {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 959px) {
  .type-icons__title {
    font-size: 4vw;
  }
}
.type-icons__arrow {
  max-width: 10px;
  margin: auto;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .type-icons__arrow {
    margin-top: calc(10 / 375 * 100vw);
  }
}

.marquee {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 959px) {
  .marquee {
    padding-top: calc(10 / 375 * 100vw);
    padding-bottom: calc(10 / 375 * 100vw);
  }
}
.marquee .marquee-image {
  overflow: hidden;
}
.marquee .marquee-image ul {
  -webkit-animation: marquee-right 40s linear infinite;
          animation: marquee-right 40s linear infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.marquee .marquee-image ul li {
  list-style: none;
  padding-left: 50px;
  padding-right: 50px;
  height: 16px;
}
@media screen and (max-width: 959px) {
  .marquee .marquee-image ul li {
    padding-left: calc(50 / 375 * 100vw);
    padding-right: calc(50 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .marquee .marquee-image ul li {
    height: 3vw;
  }
}
.marquee .marquee-image ul li img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@-webkit-keyframes marquee-right {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee-right {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.auto-condensed {
  white-space: nowrap;
}

.line-top {
  border-top: 1px solid #000;
}

.line-bottom {
  border-bottom: 1px solid #000;
}

.personality-box {
  padding-top: 60px;
  padding-bottom: 30px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .personality-box {
    padding-top: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .personality-box {
    padding-bottom: calc(30 / 375 * 100vw);
  }
}
.personality-box__main-block {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  position: relative;
  z-index: 0;
}
.personality-box__title-block {
  position: absolute;
  left: -4px;
}
.personality-box__title-block.revolutionary {
  top: 8%;
}
.personality-box__title-block.communication {
  top: 70%;
}
.personality-box__title-block.fighter {
  top: 8%;
}
.personality-box__title-block.all-rounder {
  top: 60%;
}
.personality-box__subtitle {
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.personality-box__subtitle .subtitle {
  display: inline-block;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 5px 5px 0 0;
  padding-top: 8px;
  padding-bottom: 4px;
  padding-left: 13px;
  padding-right: 13px;
}
@media screen and (max-width: 959px) {
  .personality-box__subtitle .subtitle {
    padding-top: calc(8 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .personality-box__subtitle .subtitle {
    padding-bottom: calc(4 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .personality-box__subtitle .subtitle {
    padding-left: calc(13 / 375 * 100vw);
    padding-right: calc(13 / 375 * 100vw);
  }
}
.personality-box__subtitle .subtitle.revolutionary {
  font-size: 16px;
}
@media (max-width: 959px) {
  .personality-box__subtitle .subtitle.revolutionary {
    font-size: 4.267vw;
  }
}
.personality-box__subtitle .subtitle.communication {
  font-size: 15px;
}
@media (max-width: 959px) {
  .personality-box__subtitle .subtitle.communication {
    font-size: 4vw;
  }
}
.personality-box__subtitle .subtitle.fighter {
  font-size: 13px;
}
@media (max-width: 959px) {
  .personality-box__subtitle .subtitle.fighter {
    font-size: 3.467vw;
  }
}
.personality-box__subtitle .subtitle.all-rounder {
  font-size: 14px;
}
@media (max-width: 959px) {
  .personality-box__subtitle .subtitle.all-rounder {
    font-size: 3.733vw;
  }
}
.personality-box__title {
  font-weight: 600;
  margin-top: -1px;
}
.personality-box__title .title {
  display: inline-block;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 0 5px 5px 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
}
@media screen and (max-width: 959px) {
  .personality-box__title .title {
    padding-top: calc(8 / 375 * 100vw);
    padding-bottom: calc(8 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .personality-box__title .title {
    padding-left: calc(12 / 375 * 100vw);
    padding-right: calc(12 / 375 * 100vw);
  }
}
.personality-box__title .title .text--sm {
  font-size: 0.8em;
  margin-left: -0.3em;
}
.personality-box__title .title.revolutionary {
  font-size: 23px;
}
@media (max-width: 959px) {
  .personality-box__title .title.revolutionary {
    font-size: 6.133vw;
  }
}
.personality-box__title .title.communication {
  font-size: 20px;
}
@media (max-width: 959px) {
  .personality-box__title .title.communication {
    font-size: 5.333vw;
  }
}
.personality-box__title .title.fighter {
  font-size: 20px;
}
@media (max-width: 959px) {
  .personality-box__title .title.fighter {
    font-size: 5.333vw;
  }
}
.personality-box__title .title.all-rounder {
  font-size: 20px;
}
@media (max-width: 959px) {
  .personality-box__title .title.all-rounder {
    font-size: 5.333vw;
  }
}
.personality-box__image img {
  width: 100%;
  height: auto;
}
.personality-box__image.revolutionary {
  padding-top: 100px;
}
@media screen and (max-width: 959px) {
  .personality-box__image.revolutionary {
    padding-top: calc(100 / 375 * 100vw);
  }
}
.personality-box__image.communication {
  padding-top: 0px;
}
@media screen and (max-width: 959px) {
  .personality-box__image.communication {
    padding-top: calc(0 / 375 * 100vw);
  }
}
.personality-box__image.fighter {
  padding-top: 45px;
}
@media screen and (max-width: 959px) {
  .personality-box__image.fighter {
    padding-top: calc(45 / 375 * 100vw);
  }
}
.personality-box__image.all-rounder {
  padding-top: 0px;
}
@media screen and (max-width: 959px) {
  .personality-box__image.all-rounder {
    padding-top: calc(0 / 375 * 100vw);
  }
}
.personality-box__number {
  position: absolute;
  top: 5%;
  right: 40px;
  z-index: 1;
}
.personality-box__number .number {
  max-width: 80px;
  width: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.personality-box__number .number img {
  width: 100%;
  height: auto;
}
.personality-box__number .number.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
@media screen and (max-width: 959px) {
  .personality-box__number .number {
    max-width: 100%;
    width: 25vw;
  }
}
.personality-box__article-block {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.personality-box__article ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 959px) {
  .personality-box__article ul li a {
    padding-top: calc(15 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .personality-box__article ul li a {
    padding-left: calc(15 / 375 * 100vw);
    padding-right: calc(15 / 375 * 100vw);
  }
}
.personality-box__article-arrow {
  max-width: 16px;
  width: 100%;
  border-radius: 100px;
}
.personality-box__article-arrow img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .personality-box__article-arrow {
    max-width: 100%;
    width: 5vw;
  }
}

.is-mobile {
  display: none;
}
@media screen and (max-width: 959px) {
  .is-mobile {
    display: block;
  }
}

.personality-visual {
  background-color: #ffced9;
  padding-top: 30px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .personality-visual {
    padding-top: calc(30 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .personality-visual {
    padding-bottom: calc(60 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .personality-visual {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.personality-visual__wrap {
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.personality-visual__wrap::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(assets/images/personality-visual/bg-img.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.personality-visual__title {
  position: absolute;
  top: 3%;
  right: 15px;
  max-width: 15px;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.personality-visual__title.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.personality-visual__main-block {
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
@media screen and (max-width: 959px) {
  .personality-visual__main-block {
    padding-top: calc(30 / 375 * 100vw);
  }
}
.personality-visual__main {
  max-width: 225px;
  margin: auto;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.personality-visual__main.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 959px) {
  .personality-visual__main {
    max-width: 100%;
  }
  .personality-visual__main img {
    width: 50vw;
    margin: auto;
  }
}
.personality-visual__ill {
  margin-top: 10px;
  padding-right: 10px;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
@media screen and (max-width: 959px) {
  .personality-visual__ill {
    margin-top: calc(10 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .personality-visual__ill {
    padding-right: calc(10 / 375 * 100vw);
  }
}
.personality-visual__ill.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.personality-visual__ill img {
  width: 100%;
}
.personality-visual__btn {
  position: absolute;
  bottom: -4%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.personality-visual__btn.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.personality-btn {
  background-color: #06c755;
  border-radius: 100px;
  color: #fff;
  border: 1px solid #000;
  -webkit-box-shadow: 3px 3px 0 rgb(0, 0, 0);
          box-shadow: 3px 3px 0 rgb(0, 0, 0);
  margin: auto;
  text-align: center;
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .personality-btn {
    max-width: 100%;
    width: 65vw;
    margin: auto;
  }
}
.personality-btn a {
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 959px) {
  .personality-btn a {
    padding-top: calc(14 / 375 * 100vw);
    padding-bottom: calc(14 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .personality-btn a {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .personality-btn a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .personality-btn a {
    padding-top: calc(16 / 375 * 100vw);
    padding-bottom: calc(16 / 375 * 100vw);
  }
}

.share-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.share-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .share-modal__overlay {
    padding-left: calc(20 / 375 * 100vw);
    padding-right: calc(20 / 375 * 100vw);
  }
}
.share-modal__content {
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 375px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .share-modal__content {
    padding: calc(20 / 375 * 100vw);
  }
}
@media screen and (max-width: 959px) {
  .share-modal__content {
    max-width: 90vw;
  }
}
.share-modal__content-inner {
  background-color: #fff;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .share-modal__content-inner {
    max-width: 100%;
  }
}
.share-modal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border-bottom: 1px solid #eee;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 959px) {
  .share-modal__header {
    padding: calc(20 / 375 * 100vw);
  }
}
.share-modal__header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(assets/images/personality/bg-personality-detail.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
.share-modal__title {
  font-size: 21px;
  font-weight: bold;
  margin: 0;
}
@media (max-width: 959px) {
  .share-modal__title {
    font-size: 5.6vw;
  }
}
.share-modal__close {
  background: none;
  border: none;
  font-size: 21px;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 959px) {
  .share-modal__close {
    font-size: 5.6vw;
  }
}
@media screen and (max-width: 959px) {
  .share-modal__close {
    width: 5vw;
    height: 5vw;
  }
}
.share-modal__close:hover {
  background-color: #f5f5f5;
  border-radius: 50%;
}
.share-modal__body {
  position: relative;
  z-index: 0;
}
.share-modal__body::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(assets/images/personality/bg-personality-detail.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.3;
}
.share-modal__body-inner {
  padding: 20px;
}
@media screen and (max-width: 959px) {
  .share-modal__body-inner {
    padding: calc(20 / 375 * 100vw);
  }
}
.share-modal__img img {
  display: block;
  width: 100%;
}

.share-sns-list__item {
  display: block;
}
.share-sns-list__item:not(:first-child) {
  margin-top: 14px;
}
@media screen and (max-width: 959px) {
  .share-sns-list__item:not(:first-child) {
    margin-top: calc(14 / 375 * 100vw);
  }
}

.slider-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
.slider-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
@media screen and (max-width: 959px) {
  .slider-modal__overlay {
    padding: calc(20 / 375 * 100vw);
  }
}
.slider-modal__content {
  position: relative;
  width: 90vw;
  max-width: 600px;
  max-height: 90vh;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.slider-modal__header {
  position: absolute;
  top: -50px;
  right: 10px;
  z-index: 1;
}
.slider-modal__close {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.slider-modal__close:hover {
  background: rgba(0, 0, 0, 0.9);
}
.slider-modal__body .modal-slider-container {
  position: relative;
  width: 100%;
}
.slider-modal__body .modal-slider {
  width: 100%;
  padding: 0 50px;
}
.slider-modal__body .modal-slider .modal-slide-item img {
  width: 100%;
  height: auto;
  display: block;
}
.slider-modal__body .modal-slider .modal-slick-prev,
.slider-modal__body .modal-slider .modal-slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 2;
  cursor: pointer;
}
.slider-modal__body .modal-slider .modal-slick-prev:after,
.slider-modal__body .modal-slider .modal-slick-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  z-index: -1;
}
.slider-modal__body .modal-slider .modal-slick-prev img,
.slider-modal__body .modal-slider .modal-slick-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.slider-modal__body .modal-slider .modal-slick-prev:hover:after,
.slider-modal__body .modal-slider .modal-slick-next:hover:after {
  background-color: rgb(255, 255, 255);
}
.slider-modal__body .modal-slider .modal-slick-prev {
  left: 0px;
}
.slider-modal__body .modal-slider .modal-slick-next {
  right: 0px;
}
.slider-modal__body .modal-slider .slick-dots {
  bottom: 15px;
}
.slider-modal__body .modal-slider .slick-dots li button:before {
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
}
.slider-modal__body .modal-slider .slick-dots li.slick-active button:before {
  opacity: 1;
}/*# sourceMappingURL=style.css.map */