@charset "UTF-8";
body .content-asset {
  letter-spacing: 0;
}

.content-asset .ar-common-title {
  margin: 25px 0 50px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-common-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-common-title {
    margin: 1.9375rem 0 1.4375rem;
    font-size: 1.25rem;
  }
}
.content-asset .ar-common-text {
  line-height: 1.5714285714;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-common-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-common-text {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .cKv-main {
    margin-top: 3.125rem;
  }
}
.content-asset .cKv-titleMain {
  margin-bottom: 2.1875rem;
}
@media screen and (min-width: 769px) {
  .content-asset .cKv-lead {
    text-align: center;
  }
}
.content-asset .cKv-lead small {
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .content-asset .cKv-lead small {
    font-size: 0.625rem;
  }
}
.content-asset .cKv-desc {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F9F9F9;
}
@media screen and (min-width: 769px) {
  .content-asset .cKv-desc {
    gap: 25px;
    padding: 30px 58px 30px 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .cKv-desc {
    gap: 1.5625rem;
    padding: 1.875rem 4.25rem;
    margin-top: 3.125rem;
  }
}
.content-asset .cKv-desc img {
  filter: drop-shadow(0px 6px 20px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .content-asset .cKv-desc img {
    width: 4rem;
    height: auto;
    filter: drop-shadow(0px 0.375rem 1.25rem rgba(0, 0, 0, 0.2));
  }
}
.content-asset .cKv-desc p {
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .content-asset .cKv-desc p {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 769px) {
  .content-asset .ar-about {
    margin-top: -30px;
    padding-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-about {
    margin-top: -2.5rem;
    padding-top: 6.875rem;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-about-inner {
    padding-inline: 1.0625rem;
  }
}
.content-asset .ar-about-movie {
  aspect-ratio: 16 / 9;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-about-movie {
    margin-top: 36px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-about-movie {
    margin-top: 1.625rem;
  }
}
@media screen and (min-width: 769px) {
  .content-asset .ar-scene {
    margin-top: -30px;
    padding-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-scene {
    margin-top: -2.5rem;
    padding-top: 6.875rem;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-scene .ar-common-title {
    padding-inline: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-scene .ar-common-text {
    padding-inline: 1.0625rem;
  }
}
.content-asset .ar-scene-flips {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}
@media screen and (min-width: 769px) {
  .content-asset .ar-scene-flips {
    gap: 22px;
    margin-top: 46px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-scene-flips {
    gap: 0.625rem;
    margin-top: 1rem;
  }
}
.content-asset .ar-scene-flip {
  position: relative;
  text-align: center;
}
.content-asset .ar-scene-flip-front,
.content-asset .ar-scene-flip-back {
  width: 100%;
  height: 100%;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-weight: bold;
  line-height: 1.6666666667;
  backface-visibility: hidden;
  cursor: pointer;
  transition: transform .3s linear;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-scene-flip-front,
  .content-asset .ar-scene-flip-back {
    padding: 26px 20px 36px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-scene-flip-front,
  .content-asset .ar-scene-flip-back {
    padding: 1.25rem 1.25rem 1.875rem;
    font-size: 0.75rem;
  }
}
.content-asset .ar-scene-flip-front::before,
.content-asset .ar-scene-flip-back::before {
  position: absolute;
  background: no-repeat 50% 50% / contain;
  content: "";
}
@media screen and (min-width: 769px) {
  .content-asset .ar-scene-flip-front::before,
  .content-asset .ar-scene-flip-back::before {
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-scene-flip-front::before,
  .content-asset .ar-scene-flip-back::before {
    top: 0.625rem;
    right: 0.625rem;
    width: 0.625rem;
    height: 0.625rem;
  }
}
.content-asset .ar-scene-flip-front {
  position: relative;
  background-color: #F9F9F9;
}
.content-asset .ar-scene-flip-front::before {
  background-image: url("../img/icon_plus.svg");
}
.content-asset .ar-scene-flip-front img {
  display: block;
  margin: 0 auto 22px;
}
@media screen and (max-width: 768px) {
  .content-asset .ar-scene-flip-front img {
    width: 6.25rem;
    height: auto;
    margin-bottom: 1.25rem;
  }
}
.content-asset .ar-scene-flip-back {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fffae7;
  transform: rotateY(180deg);
}
@media screen and (min-width: 769px) {
  .content-asset .ar-scene-flip-back {
    padding-top: 69px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-scene-flip-back {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.content-asset .ar-scene-flip-back::before {
  background-image: url("../img/icon_minus.svg");
}
.content-asset .ar-scene-flip-back .--sub {
  font-family: "Hiragino Kaku Gothic W3 JIS2004", sans-serif;
  font-weight: normal;
}
.content-asset .ar-scene-flip-back .--sub::after {
  display: block;
  background-color: #888;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
}
@media screen and (min-width: 769px) {
  .content-asset .ar-scene-flip-back .--sub::after {
    width: 24px;
    height: 12px;
    margin: 12px auto;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-scene-flip-back .--sub::after {
    width: 1.5rem;
    height: 0.75rem;
    margin: 0.75rem auto;
  }
}
.content-asset .is-reverse .ar-scene-flip-front {
  transform: rotateY(180deg);
}
.content-asset .is-reverse .ar-scene-flip-back {
  transform: rotateY(0deg);
}
@media screen and (min-width: 769px) {
  .content-asset .ar-feature {
    padding-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-feature {
    padding-top: 6.875rem;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-feature .ar-common-title {
    padding-inline: 1.0625rem;
  }
}
.content-asset .ar-feature .cSlider .slick-prev,
.content-asset .ar-feature .cSlider .slick-next {
  top: 8.5rem;
}
.content-asset .ar-feature .cSlider .slick-track {
  background-color: transparent;
}
.content-asset .ar-feature .cSlider .slick-dots {
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .content-asset .ar-feature .cColumn2:not(:last-child) {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-feature .cSlider-inner:not(.slick-initialized) .cColumn2:not(:first-child) {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-feature .cColumn2-content {
    display: flex;
    flex-direction: column-reverse;
    gap: 1.875rem 0;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-feature .cColumn2-main {
    padding-inline: 1.0625rem;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-feature .cColumn2-image {
    margin-top: 0;
  }
}
.content-asset .ar-feature-title {
  margin: 0 0 24px;
  font-family: "Hiragino Kaku Gothic W4 JIS2004", sans-serif;
  font-weight: normal;
  line-height: 1.5882352941;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-feature-title {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-feature-title {
    margin-bottom: 1rem;
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 769px) {
  .content-asset .ar-point {
    padding-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-point {
    padding-top: 6.875rem;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-point .ar-common-title {
    padding-inline: 1.0625rem;
  }
}
.content-asset .ar-point-column {
  display: flex;
  gap: 22px;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .content-asset .ar-point-column {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-point-column {
    flex-direction: column;
    gap: 3.125rem 0;
    padding-inline: 1.0625rem;
  }
}
.content-asset .ar-point-column-item {
  width: 50%;
}
@media screen and (min-width: 769px) and (max-width: 1100px) {
  .content-asset .ar-point-column-item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-point-column-item {
    width: 100%;
  }
}
.content-asset .ar-point-column-item img {
  display: block;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .content-asset .ar-point-column-item img {
    width: 12.5rem;
    height: auto;
    margin-bottom: 1.25rem;
  }
}
.content-asset .ar-point-column-item h4 {
  margin: 0 0 10px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 14px;
  line-height: 1.4285714286;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-point-column-item h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-point-column-item h4 {
    margin-bottom: 0.625rem;
    font-size: 0.875rem;
  }
}
.content-asset .ar-point-column-item p {
  font-size: 12px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 768px) {
  .content-asset .ar-point-column-item p {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 769px) {
  .content-asset .ar-profile {
    padding-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile {
    padding-top: 6.875rem;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile .ar-common-title {
    padding-inline: 1.0625rem;
  }
}
.content-asset .ar-profile-inner {
  position: relative;
  z-index: 1;
}
.content-asset .ar-profile-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url("../img/profile_bg.jpg") no-repeat 0 0/100% 100%;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-profile-bg {
    width: calc(100% - 50% + 50vw);
    height: 476px;
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-bg {
    width: 100%;
    height: 29.75rem;
    background-image: url("../img/sp_profile_bg.jpg");
  }
}
.content-asset .ar-profile-intro {
  position: relative;
  margin: 0 auto 80px;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-profile-intro {
    max-width: 535px;
    height: 330px;
    padding: 15px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-intro {
    height: 20.625rem;
    margin-bottom: 3.75rem;
  }
}
.content-asset .ar-profile-intro picture {
  align-self: flex-end;
  flex: 0 0 auto;
  position: relative;
  z-index: 1;
  transition: opacity 1s ease 0.4s;
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-intro picture {
    width: 10.6875rem;
    margin-top: 0.625rem;
    margin-left: 1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-intro picture img {
    width: 100%;
    height: auto;
  }
}
.content-asset .ar-profile-intro-1,
.content-asset .ar-profile-intro-2 {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-profile-intro-1,
  .content-asset .ar-profile-intro-2 {
    padding-top: 19px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-intro-1,
  .content-asset .ar-profile-intro-2 {
    padding-top: 1.6875rem;
  }
}
.content-asset .ar-profile-intro-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.content-asset .ar-profile-intro-text {
  background-color: #fff;
  transition: opacity 2s ease 1s;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-profile-intro-text {
    max-width: 360px;
    margin-left: -32px;
    padding: 35px 30px 35px 35px;
    border-radius: 28px 28px 28px 0;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-intro-text {
    width: 14.6875rem;
    margin-left: -1.5625rem;
    padding: 1.875rem 1.25rem 1.875rem 2rem;
    border-radius: 1.75rem 1.75rem 1.75rem 0;
    box-shadow: 0.25rem 0.25rem 1.25rem rgba(0, 0, 0, 0.15);
  }
}
.content-asset .ar-profile-intro-text p {
  font-size: 14px;
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-intro-text p {
    font-size: 0.875rem;
  }
}
.content-asset .ar-profile-intro-text p + p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-intro-text p + p {
    margin-top: 1rem;
  }
}
.content-asset .ar-profile-intro-text p b {
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
}
.content-asset .ar-profile-hide picture {
  opacity: 0;
}
.content-asset .ar-profile-hide .ar-profile-intro-text {
  opacity: 0;
  transition-duration: 1.2s;
  transition-delay: 0s;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-profile-cont {
    max-width: 632px;
    padding-left: 120px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-cont {
    padding-inline: 2.9375rem;
  }
}
.content-asset .ar-profile-cont h4 {
  margin: 0 0 30px;
  font-family: "Hiragino Kaku Gothic W5 JIS2004", sans-serif;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-cont h4 {
    margin-bottom: 1.75rem;
    font-size: 1.25rem;
  }
}
.content-asset .ar-profile-cont h4 small {
  font-size: 0.7em;
}
.content-asset .ar-profile-cont p {
  line-height: 1.5714285714;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-profile-cont p {
    padding-right: 1em;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-cont p {
    font-size: 0.875rem;
  }
}
.content-asset .ar-profile-detail {
  border-top: 1px solid #000;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-profile-detail {
    margin-block: 28px 17px;
    padding-top: 32px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-detail {
    margin-block: 1.75rem 1.0625rem;
    padding-top: 2rem;
  }
}
.content-asset .ar-profile-detail > div {
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-detail > div {
    margin-bottom: 0.75rem;
  }
}
.content-asset .ar-profile-detail dt {
  flex: 0 0 auto;
  width: 8em;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  font-weight: bold;
  line-height: 1.4285714286;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-profile-detail dt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-detail dt {
    font-size: 0.875rem;
  }
}
.content-asset .ar-profile-detail dd {
  display: flex;
  line-height: 1.4285714286;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-profile-detail dd {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-detail dd {
    font-size: 0.875rem;
  }
}
.content-asset .ar-profile-detail dd::before {
  padding-inline: 0.5em;
  content: "―";
}
.content-asset .ar-profile-tag {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-profile-tag {
    gap: 7px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-tag {
    gap: 0.4375rem;
  }
}
.content-asset .ar-profile-tag li {
  color: #FFFCF4;
  background-color: #323232;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", sans-serif;
  line-height: 1.8181818182;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-profile-tag li {
    padding: 5px 11px;
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-profile-tag li {
    padding: 0.3125rem 0.6875rem;
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 769px) {
  .content-asset .ar-faq {
    padding-top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-faq {
    padding-top: 6.875rem;
  }
}
@media screen and (min-width: 769px) {
  .content-asset .ar-faq .ar-common-title {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-faq .ar-common-title {
    margin-bottom: 1.4375rem;
    padding-inline: 1.0625rem;
  }
}
@media screen and (min-width: 769px) {
  .content-asset .ar-faq .ar-common-title + .ar-common-text {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-faq .ar-common-title + .ar-common-text {
    margin-bottom: 2.5rem;
    padding-inline: 1.0625rem;
  }
}
.content-asset .ar-faq .toggle-content {
  display: none;
  background-color: #F9F9F9;
}
@media screen and (min-width: 769px) {
  .content-asset .ar-faq .toggle-content {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 768px) {
  .content-asset .ar-faq .toggle-content {
    padding: 2.5rem 1.0625rem;
  }
}
.content-asset .ar-faq .toggle-content:last-of-type {
  border-bottom: 1px solid #d6d6d6;
}
.content-asset .ar-faq .toggle-content p,
.content-asset .ar-faq .toggle-content ul,
.content-asset .ar-faq .toggle-content li {
  font-size: 14px;
  line-height: 1.5714285714;
}
@media screen and (max-width: 768px) {
  .content-asset .ar-faq .toggle-content p,
  .content-asset .ar-faq .toggle-content ul,
  .content-asset .ar-faq .toggle-content li {
    font-size: 0.875rem;
  }
}
.content-asset .ar-faq .toggle-content ul {
  margin-block: 0.5em;
}
.content-asset .ar-faq .toggle-content li {
  padding-left: 1em;
  text-indent: -1em;
}
.content-asset .ar-faq .toggle-content li::before {
  content: "・";
}
