@charset "UTF-8";

/* ------------------------------------------
  TOPページ
------------------------------------------ */
/* ------------------------------------------
  mv
------------------------------------------ */
.mv {
  background: url(../img/mv.webp) center / cover;
  position: relative;
  aspect-ratio: 1440/680;
  margin-top: -80px;
}

.mv-txt-inner {
  position: absolute;
  top: 20%;
  left: 10%;
  font-style: italic;
  font-weight: bold;
}

.mv-lead-txt {
  background: linear-gradient(90deg, #eae0d2 0%, #d0b782 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 3vw;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
}

.mv-lead-txt span {
  font-size: 5.2777vw;
}

.mv-btn-inner {
  width: 22vw;
  display: block;
  margin-top: 80px;
}

.mv-btn {
  width: 100%;
}

.mv-lead-txt3 {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv-sp.webp) right / cover;
    position: relative;
    aspect-ratio: 1142/603;
    margin-top: 0;
  }

  .mv-txt-inner {
    top: 19%;
    left: 7%;
  }

  .mv-lead-txt {
    font-size: 3.55vw;
    line-height: 1.6;
  }

  .mv-btn-inner {
    width: 40vw;
    margin-top: 25px;
  }
}
/* ------------------------------------------
  reason
------------------------------------------ */
.reason {
  background: url(../img/reason-bg.webp) center / cover;
  padding: 80px 0 230px !important;
}

.reason-ttl {
  text-align: center;
  color: #fff;
  margin-bottom: 135px !important;
}

.reason-ttl-dec {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
}

.reason-content-item {
  width: 70%;
  gap: 0 50px;
  position: relative;
  padding-left: 60px;
  margin-right: 0 !important;
  margin-left: auto !important;
}

.reason-content-item:nth-child(even) {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.reason-dec1 {
  height: 150%;
  width: 15px;
  position: absolute;
  left: 0;
  top: -25%;
}

.reason-dec2 {
  width: 125px;
  position: absolute;
  left: 33px;
  top: -53px;
}

.reason-content-item:not(:last-child) {
  margin-bottom: 80px;
}

.reason-content-item:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.reason-content-item:nth-child(2) .reason-dec1 {
  height: 172px;
  top: 55px;
}

.reason-content-item:nth-child(2) .reason-dec2 {
  top: 25px;
}

.reason-img {
  width: 40.6%;
}

.reason-txt {
  color: #fff;
}

.reason-content-item-ttl {
  margin-bottom: 40px;
  letter-spacing: 0.2em;
}

.reason-content-item-txt {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  padding-left: 30px;
}

@media screen and (max-width: 767px) {
  .reason {
    padding-bottom: 120px !important;
  }

  .reason-ttl {
    margin-bottom: 57px !important;
  }

  .reason-content-item {
    width: 100%;
    padding-left: 0;
  }

  .reason-content-item:not(:last-child) {
    margin-bottom: 50px;
  }

  .reason-img {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .reason-txt {
    width: 100%;
  }

  .reason-content-item-ttl {
    margin-bottom: 30px;
    line-height: 1.5 !important;
  }

  .reason-content-item-txt {
    padding-left: 0;
  }

  .reason-content-item:nth-child(2) {
    display: block;
  }
}

/* ------------------------------------------
  performer
------------------------------------------ */
.performer {
  padding: 50px 0 70px;
  background: url(../img/performer-bg.webp) center / cover;
}

.performer-ttl {
  margin-bottom: 50px;
}

.performer-container {
  width: 100%;
  margin: 0 auto;
}

.performer-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.performer-list-item {
  width: 18.75%;
  aspect-ratio: 1/1;
  height: 100%;
}

.performer-list-item a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.performer-list .slick-slide {
  margin: 0 20px;
}

.slick-dots li button:before {
  opacity: 1 !important;
  color: #fff !important;
  font-size: 1rem !important;
}

.slick-dots li.slick-active button:before {
  color: #923a02 !important;
}

.slick-dots {
  bottom: -35px !important;
}

.slick-dots li {
  margin: 5 !important;
}

.slick-next {
  right: 41.5% !important;
  bottom: -45px !important;
  top: auto !important;
  z-index: 11;
  color: #923a02 !important;
  background: none !important;
}

.slick-prev {
  left: 41.5% !important;
  bottom: -45px !important;
  top: auto !important;
  z-index: 11;
  color: #923a02 !important;
  background: none !important;
}

.slick-prev:before,
.slick-next:before {
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .performer-ttl {
    margin-bottom: 20px;
  }

  .slick-next {
    right: 20% !important;
  }

  .slick-prev {
    left: 20% !important;
  }
}

/* ------------------------------------------
  plan
------------------------------------------ */
.plan {
  background: linear-gradient(to right, #111 0%, #303030 50%, #111 100%);
}

.plan-list-inner {
  width: 62.7%;
  margin: 0 auto;
}

.plan-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.plan-list-item {
  width: 47.8%;
}

@media screen and (max-width: 767px) {
  .plan-list-inner {
    width: 100%;
  }

  .plan-list {
    gap: 5px;
  }

  .plan-list-item {
    width: 49%;
  }
}

/* ------------------------------------------
  cta
------------------------------------------ */
.cta {
  position: relative;
  background: url(../img/cta-bg.webp) center / cover;
}

.cta-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.cta-bg2 {
  position: absolute;
  width: 30%;
  height: auto;
  bottom: 0;
  right: 0;
}

/* .cta-content{
  position: absolute;
  left: 0;
  top: 10%;
} */

.cta-ttl {
  text-shadow: 0px 0px 10px rgba(116, 66, 3, 0.2);
  background: linear-gradient(90deg, #eae0d2 0%, #eae0d2 48%, #d0b782 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  line-height: 1.6 !important;
  margin-bottom: 50px;
}

.cta-container {
  width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.cta-point {
  background: #fff;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  margin-bottom: 50px;
}

.cta-point-ttl-inner {
  display: flex;
  align-items: center;
  width: 100%;
}

.cta-point-ttl-inner img {
  /* margin-right: 35px; */
  width: 20%;
}

.cta-point-ttl {
  line-height: 1.6 !important;
  color: #bc8d6e;
  text-align: center;
  width: 72%;
}

.cta-point-txt-inner {
  width: 60%;
}

.cta-btn-inner {
  width: 31%;
  margin: 0 auto;
}

.cta-btn a {
  display: block;
  margin-bottom: 50px;
}

.cta-btn p {
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .cta {
    background: url(../img/cta-bg-sp.webp) center / cover;
  }

  .cta-ttl {
    margin-bottom: 20px;
  }

  .cta-container {
    width: 100%;
  }

  .cta-point {
    border-radius: 40px;
    display: block;
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
  }

  .cta-point-ttl {
    text-align: left;
  }

  .cta-point-ttl-inner {
    width: 100%;
    margin: 0 auto 10px;
  }

  .cta-point-ttl-inner img {
    width: 56px;
    height: 56px;
    margin-right: 10px;
  }

  .cta-point-txt-inner {
    width: 100%;
  }

  .cta-btn-inner {
    width: 100%;
  }

  .cta-btn a {
    margin-bottom: 10px;
  }

  .cta-btn a img {
    display: block;
    width: 50%;
    margin: 0 auto;
  }

  .cta-btn p {
    font-size: 2rem;
  }

  @media screen and (max-width: 425px) {
    .cta-btn a img {
      display: block;
      width: 100%;
      margin: 0 auto;
    }
  }
}

@media screen and (min-width: 2000px) {
  .cta-bg2 {
    width: 20%;
  }
}

/* ------------------------------------------
  top-magician
------------------------------------------ */
.top-magician {
  background: url(../img/top-magician-bg.webp) top / cover;
  margin-top: -20px;
}

.top-magician-container {
  max-width: 1280px !important;
  padding-right: 2px;
  /* padding-left: 20px; */
}

.top-magician-ttl {
  margin-bottom: 50px;
  color: #fff;
}

.top-magician-sec-list-inner-inner {
  display: flex;
  justify-content: center;
}

.top-magician-sec-list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 1.3%;
  margin-bottom: 50px;
}

.top-magician-sec-list:after {
  display: block;
  content: "";
  width: 24%;
}

.top-magician-sec-list-inner {
  padding: 0 20px;
}

.top-magician-main-list-item {
  width: 47.2%;
}

.top-magician-sec-list-item {
  width: 24%;
}

.top-magician-img {
  display: block;
  width: 75%;
  margin: 0 auto 10px;
  position: relative;
  z-index: 2;
  transition: 0.3s;
}

.top-magician-img:hover {
  opacity: 1 !important;
  transform: scale(1.05);
}

.top-magician-img:hover * {
  opacity: 1 !important;
}

.top-magician-img img {
  width: 95%;
  margin-left: 0;
  margin-right: auto;
  aspect-ratio: 306/342;
  object-fit: cover;
  object-position: top;
  clip-path: polygon(
    70px 0%,
    100% 0%,
    100% calc(100% - 70px),
    calc(100% - 70px) 100%,
    0% 100%,
    0% 70px
  );
  position: relative;
  z-index: 2;
}

.top-magician-img::after {
  position: absolute;
  content: "";
  top: 17px;
  right: 6px;
  z-index: 1;
  display: block;
  height: 96%;
  width: 95%;
  background: #e1a858;
  clip-path: polygon(
    70px 0%,
    100% 0%,
    100% calc(100% - 70px),
    calc(100% - 70px) 100%,
    0% 100%,
    0% 70px
  );
}

.top-magician-sec-list-item .top-magician-img {
  width: 100%;
}

.top-magician-name {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  line-height: 100%;
  line-height: 1.5;
}

.top-magician-sec-list-item .top-magician-name {
  text-align-last: left;
  margin-bottom: 10px;
}

.top-magician-long-name {
  letter-spacing: -0.09em;
}

.top-magician-profile {
  background: #333;
  padding: 20px 10px 20px 20px;
  border-radius: 10px;
}

.top-magician-profile-ttl {
  color: #fff;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 10px;
  font-size: 1.4rem !important;
}

.top-magician-profile-txt {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.4rem !important;
}

.top-magician-profile-more {
  font-size: 1.4rem;
  padding-left: 40px;
  position: relative;
  margin-left: 0;
  display: inline-block;
  color: #fff;
}

.top-magician-profile-more::before {
  content: "→";
  position: absolute;
  background: #bc8d6e;
  border-radius: 50%;
  color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  text-align: center;
}

.top-magician-more-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  width: 82%;
  margin: 0 auto;
}

.top-magician-more-btn {
  width: 46.4%;
}

.top-magician-more-btn img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top-magician-name {
    word-break: keep-all; /* 単語を勝手に分割しない */
    white-space: normal; /* 通常の改行を許可 */
  }

  /* 括弧の前で強制改行 */
  .top-magician-name::before {
    content: "";
  }

  .top-magician-name {
    display: inline-block;
  }

  /* 「(」を検知して改行を入れる */
  .top-magician-name {
    word-break: break-word;
  }
}

@media screen and (max-width: 767px) {
  .top-magician {
    background: linear-gradient(to right, #111 0%, #303030 50%, #111 100%);
  }

  .top-magician-sec-list-inner {
    padding: 0;
  }

  .top-magician-main-list {
    display: block;
    margin-bottom: 30px;
  }

  .top-magician-main-list-item {
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #fff;
  }

  .top-magician-img {
    width: 100%;
  }

  .top-magician-name {
    text-align: left;
  }

  .top-magician-sec-list {
    margin-bottom: 30px;
  }

  .top-magician-sec-list-item {
    width: 47%;
  }

  .top-magician-more-inner {
    display: block;
    width: 100%;
  }

  .top-magician-more-btn {
    margin: 0 auto;
    width: 80%;
  }

  .top-magician-more-btn:nth-child(1) {
    margin-bottom: 30px;
  }

  .top-magician-img img {
    width: 95%;
    margin-left: 0;
    margin-right: auto;
    aspect-ratio: 306/342;
    object-fit: cover;
    clip-path: polygon(
      30px 0%,
      100% 0%,
      100% calc(100% - 30px),
      calc(100% - 30px) 100%,
      0% 100%,
      0% 30px
    );
    position: relative;
    z-index: 2;
  }

  .top-magician-img::after {
    position: absolute;
    content: "";
    top: 4%;
    right: 1%;
    z-index: 1;
    display: block;
    height: 96.5%;
    width: 95%;
    background: #e1a858;
    clip-path: polygon(
      30px 0%,
      100% 0%,
      100% calc(100% - 30px),
      calc(100% - 30px) 100%,
      0% 100%,
      0% 30px
    );
  }
}

@media screen and (max-width: 425px) {
  .top-magician-more-btn {
    width: 100%;
  }
}

/* ------------------------------------------
  review
------------------------------------------ */
.review {
  background: url(../img/review-bg.webp) top / cover;
}

.review-ttl {
  text-shadow: none !important;
  margin-bottom: 53px;
}

.review-content-item {
  background: #fff;
  padding: 25px 40px;
  border-radius: 120px;
  display: flex;
  align-items: center;
}

.review-content-item:not(:last-child) {
  margin-bottom: 30px;
}

.review-content-item img {
  display: block;
  width: 13%;
  margin-right: 50px;
}

.review-conent-ttl {
  text-shadow: none !important;
  color: #bc8d6e;
  margin-bottom: 20px;
}

.review-conent-txt {
  text-shadow: none !important;
}

@media screen and (max-width: 767px) {
  .review-ttl {
    margin-bottom: 45px;
  }

  .review-content-item {
    border-radius: 60px;
    display: block;
  }

  .review-content-item img {
    display: block;
    width: 35.7%;
    margin: 0 auto 20px;
  }

  .review-conent-ttl {
    margin-bottom: 10px;
    text-align: center;
  }
}

/* ------------------------------------------
  flow
------------------------------------------ */
.flow {
  background: #f6f6f6;
}

.flow-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 70px 28px;
  width: 81%;
  margin: 0 auto;
}

.flow-content-item {
  width: 22.5%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}

.flow-content-item img {
  width: 72%;
  display: block;
  margin: 0 auto 12px;
}

.flow-content-item::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
  height: 24px;
  width: 12px;
  background: url(../img/flow-arrow.svg) center / cover;
  content: "";
}

.flow-content-item:nth-child(4)::after,
.flow-content-item:nth-child(7)::after {
  background: none;
}

.flow-content-ttl {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #bc8d6e;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
}

.flow-content-item:nth-child(1) img,
.flow-content-item:nth-child(2) img,
.flow-content-item:nth-child(5) img {
  margin-bottom: 25px;
}

.flow-content-item:nth-child(6) img {
  margin-bottom: 40px;
}

.flow-content-ttl2 {
  text-align: left;
}

.flow-content-txt {
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .flow-content {
    width: 100%;
    display: block;
  }

  .flow-content-item {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .flow-content-item::after {
    background: url(../img/flow-arrow-sp.svg) center / cover;
    right: 50%;
    transform: translateX(50%);
    bottom: -27px;
    top: auto;
    width: 26px;
    height: 12px;
    content: "";
  }

  .flow-content-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .flow-content-item img {
    display: block;
    width: 28%;
    height: 100%;
    margin-right: 20px;
    margin-left: 0;
  }

  .flow-content-txt-inner {
    margin: 0 auto;
  }

  .flow-content-item:nth-child(4)::after {
    background: url(../img/flow-arrow-sp.svg) center / cover;
    right: 50%;
    transform: translateX(50%);
    bottom: -27px;
    top: auto;
    width: 26px;
    height: 12px;
    content: "";
  }

  .flow-content-item:nth-child(1) img,
  .flow-content-item:nth-child(2) img,
  .flow-content-item:nth-child(5) img {
    margin-bottom: 12px;
  }

  .flow-content-item:nth-child(6) img {
    margin-bottom: 12px;
  }

  .flow-content-ttl3 {
    text-align: left;
  }
}

/* ------------------------------------------
  service
------------------------------------------ */
.service {
  background: url(../img/service-bg.webp) center / cover;
}

.service-ttl {
  color: #fff;
  margin-bottom: 50px;
}

.service-ttl span {
  font-size: 2.8rem;
  color: #f3f3f3;
  line-height: 100%;
  margin-bottom: 7px;
  text-align: center;
  display: block;
  font-family: "garamond-premier-pro", serif;
  font-weight: 400;
  opacity: 0.4;
}

.service-content-item {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: 1px dashed #fff;
}

.service-content-item:not(:last-child) {
  margin-bottom: 50px;
}

.service-content-item img {
  width: 40.6%;
  margin-right: 50px;
}

.service-content-txt-inner {
  width: 55%;
}

.service-content-ttl {
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
  background: linear-gradient(90deg, #eae0d2 0%, #d0b782 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 40px;
  font-style: italic;
}

.service-price {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.service-price svg {
  display: block;
  margin-right: 20px;
}

.service-price p {
  font-size: 2.4rem;
  color: #fff;
  font-weight: bold;
}

.service-content-txt {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .service {
    background: url(../img/service-bg-sp.webp) center / cover;
  }

  .service-ttl span {
    font-size: 2rem;
  }

  .service-content-item {
    display: block;
    padding-bottom: 30px;
  }

  .service-content-item:not(:last-child) {
    margin-bottom: 30px;
  }

  .service-content-item img {
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .service-content-txt-inner {
    width: 100%;
  }

  .service-content-ttl {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }

  .service-price {
    margin-bottom: 10px;
  }

  .service-price svg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }

  .service-price p {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------
  faq
------------------------------------------ */
.faq {
  background: url(../img/faq-bg.webp) top / cover;
}

.faq-content {
  width: 81%;
  margin: 0 auto;
}

.faq-ttl {
  text-shadow: none !important;
}

.faq-list-item:not(:last-child) {
  margin-bottom: 30px;
}

.faq-list-item-inner {
  display: flex;
}

.faq-list-question {
  align-items: center;
  padding: 25px 50px;
  background: linear-gradient(
    to bottom,
    rgba(26, 26, 26, 1) 0%,
    rgba(26, 26, 26, 0.8) 100%
  );
  border-radius: 10px;
}

.faq-list-answer {
  padding: 25px 50px 0;
}

.faq-list-ttl {
  margin-right: 24px;
}

.faq-list-question-txt {
  color: #fff;
  font-weight: 600;
}

.faq-list-answer .faq-list-ttl {
  height: 100%;
}

@media screen and (max-width: 767px) {
  .faq {
    background: url(../img/faq-bg-sp.webp) top / cover;
  }

  .faq-content {
    width: 100%;
  }

  .faq-list-question {
    padding: 20px 40px 20px 20px;
  }

  .faq-list-answer {
    padding: 20px 0 0 20px;
  }
}

/* ------------------------------------------
  column
------------------------------------------ */
.top-column {
  background: url(../img/column-bg.webp) top / cover;
  margin-top: -20px;
}

.top-column-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 80px;
  color: #fff;
  margin-bottom: 50px;
}

.top-column-list-item {
  width: 28.4%;
}

.top-column-list-item img {
  margin-bottom: 24px;
}

.top-column-date {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  margin-bottom: 15px;
}

.top-column-ttl {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 5px;
}

.top-column-txt {
  font-size: 1.5rem;
  line-height: 1.8;
}

.top-column-more {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
}

.top-column-more a {
  display: block;
  padding: 18px 0;
  text-align: center;
  border-radius: 140px;
  color: #e5a759;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 100%;
}

.top-column-more a:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* ボーダーの太さ */
  background: linear-gradient(to top right, #e5a759, #f3d87e); /* 左下→右上 */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  border-radius: 140px;
}

@media screen and (max-width: 767px) {
  .top-column {
    background: linear-gradient(to right, #111 0%, #303030 50%, #111 100%);
  }

  .top-column-list {
    display: block;
  }

  .top-column-list-item {
    width: 100%;
  }

  .top-column-list-item:not(:last-child) {
    margin-bottom: 80px;
  }

  .top-column-list-item img {
    width: 100%;
  }
}

/* ------------------------------------------
  お問い合わせページ
------------------------------------------ */
/* ------------------------------------------
  page-cta------------------------------------------ */
.page-cta {
  padding-top: 90px;
}

.page-contact-cta {
  padding-top: 90px;
}

.page-cta {
  padding-top: 15px;
  padding-bottom: 75px;
}

.required {
  background: #c82121;
  border-radius: 4px;
  padding: 4px 10px;
  margin-left: 10px;
}

.any {
  background: #e5a759;
  border-radius: 4px;
  padding: 4px 10px;
  margin-left: 10px;
}

.page-cta-ttl {
  color: #fff;
  margin-bottom: 50px !important;
}

.page-cta-inner {
  width: 58%;
  margin: 0 auto;
}

.page-cta-inner input,
.page-cta-inner textarea,
.page-cta-inner select {
  display: block;
  background: #fff;
  padding: 10px;
  border: 1px solid #999999;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  margin-top: 5px;
  font-size: 1.6rem;
  color: #000;
}

.form-date {
  width: 50%;
}

.form-group:not(:last-child) {
  margin-bottom: 40px;
}

.form-group label {
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 1.6em;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #fff;
  font-size: 2rem;
}

/* .form-date label {
  position: relative;
  width: 100%;
  display: block;
}

.form-date label::after {
  position: absolute;
  content: "▼";
  font-size: 1rem;
  right: 0;
  top: 42%;
  transform: translateY(50%);
  background: linear-gradient(to bottom left, #706f6f 0%, #333333 100%);
  height: 42px;
  width: 40px;
  display: grid;
  place-content: center;
  border-radius: 0 5px 5px 0;
  border: 1px solid #999999;
  pointer-events: none;
} */

textarea {
  resize: none;
  height: 240px;
}

.check-section {
  text-align: center;
  color: #fff;
  margin: 40px 0;
}

.check-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 100%;
}

.check-box {
  width: 100%;
  max-width: 480px;
  height: 200px;
  margin: 0 auto 10px;
  background: #fff;
  color: #000;
  border-radius: 10px;
  padding: 30px;
  overflow-y: scroll;
  line-height: 1.8;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  font-size: 1.2rem;
  text-align: left;
}

.check-agree label {
  display: flex;
  align-items: center;
}

.check-agree {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
}

.check-agree input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.agree-text {
  font-size: 1.4rem;
  color: #fff;
  line-height: 100%;
  font-weight: 400;
}

.agree-text strong {
  color: #e5a759;
}

.check-agree label {
  background: none;
}

.submit {
  text-align: center;
}

.submit button {
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  margin: 0 auto;
  font-size: 1.8rem;
  color: #e5a759;
  cursor: pointer;
  transition: 0.3s;
  padding: 10px 0px 15px;
  border-radius: 50px;
  position: relative;
}

.submit button::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 3px; /* ボーダーの太さ */
  background: linear-gradient(to top right, #e5a759, #f3d87e); /* 左下→右上 */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 140px;
}

.submit button:hover {
  opacity: 0.7;
}

/* 現在の見た目を維持しつつ、チェックマークを追加 */
.check-agree input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  appearance: none; /* ブラウザデフォルトを無効化 */
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
}

/* チェック時の ✔ マーク */
.check-agree input[type="checkbox"]:checked::after {
  content: "✔";
  color: #e5a759; /* オレンジ色 */
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-weight: bold;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .page-cta {
    padding-top: 60px;
  }

  .page-cta-inner {
    width: 90%;
  }

  .page-cta-ttl {
    margin-bottom: 40px !important;
  }

  .form-date {
    width: 100%;
  }

  .form-date label::after {
    top: 13%;
    height: 42px;
  }

  .page-cta-inner label {
    font-size: 1.4rem;
    margin-bottom: 8px;
    line-height: 100%;
  }

  textarea {
    height: 150px;
  }

  .check-box {
    max-width: 100%;
    width: 100%;
    height: 160px;
    padding: 20px;
  }

  .check-agree input[type="checkbox"] {
    padding: 5px;
    margin-right: 15px;
  }

  .page-cta {
    padding-bottom: 100px;
  }
}

/* ------------------------------------------
  page-plan
------------------------------------------ */
.page-plan {
  padding-bottom: 60px;
}

.page-plan-list {
  width: 63%;
  margin: 0 auto;
  display: flex;
  gap: 30px 0;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-plan-list-item {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .page-plan {
    padding-bottom: 50px;
  }

  .page-plan-list {
    width: 100%;
    gap: 17px 0;
  }

  .page-plan-list-item {
    width: 49%;
  }
}

/* ------------------------------------------
  page-about
------------------------------------------ */
.page-about-inner {
  padding: 100px 0 160px;
  width: 81%;
  margin: 0 auto;
}

.page-about-inner table,
.page-about-inner tbody,
.page-about-inner th,
.page-about-inner td {
  display: block;
}

.page-about-inner tr {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}

.page-about-inner tr:nth-child(1) th,
.page-about-inner tr:nth-child(1) td {
  border-top: 1px solid #e5a759;
}

.page-about-inner th {
  text-align: left;
  padding: 32px 0;
  color: #e5a759;
  width: 21.6%;
  margin-right: 56px;
  border-bottom: 1px solid #e5a759;
}

.page-about-inner td {
  padding: 32px 0;
  color: #fff;
  width: 72%;
  border-bottom: 1px solid #e5a759;
}

@media screen and (max-width: 767px) {
  .page-about-inner {
    padding: 60px 0 120px;
  }

  .page-about-inner {
    width: 100%;
  }

  .page-about-inner th,
  .page-about-inner td {
    border: none;
    padding: 0;
    width: 100%;
  }

  .page-about-inner th {
    margin-bottom: 8px;
  }

  .page-about-inner td {
    font-size: 1.4rem;
  }

  .page-about-inner tr:nth-child(1) th,
  .page-about-inner tr:nth-child(1) td {
    border: none;
  }

  .page-about-inner tr {
    border-bottom: 1px solid #e5a759;
    border-top: 1px solid #e5a759;
    display: block;
    padding: 25px 0;
  }
}

/* ------------------------------------------
  page-greet
------------------------------------------ */
.page-greet {
  padding-bottom: 160px;
}

.page-greet-inner {
  width: 81%;
  margin: 0 auto;
}

.page-greet-ttl {
  text-align: left !important;
  color: #fff;
  padding-right: 10px;
}

.page-greet-ttl_dec {
  position: absolute;
  left: -10px;
  bottom: -5px;
}

.page-greet-name-sp {
  margin-bottom: 20px;
}

.page-greet-content {
  background: #fff;
  padding: 30px 80px;
}

.page-greet-content-ttl {
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 30px;
  color: #333;
  font-size: 2.4rem;
  line-height: 1.4;
}

.page-greet-txt {
  color: #333;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 30px;
}

.page-greet-name {
  color: #333;
  font-size: 1.6rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .page-greet {
    padding-bottom: 130px;
  }

  .page-greet-inner {
    width: 100%;
  }

  .page-greet-ttl-inner {
    width: 95%;
    margin: 0 auto;
  }

  .page-greet-ttl_dec {
    bottom: -2px;
  }

  .page-greet-content {
    padding: 80px 15px 50px;
  }

  .page-greet-content-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }

  .page-greet-txt {
    margin-bottom: 20px;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .page-greet-name {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

/* ------------------------------------------
  マジシャン紹介
------------------------------------------ */
/* ------------------------------------------
  page-magician
------------------------------------------ */
.page-magician {
  padding: 100px 0 160px;
}

.page-magician-img {
  margin: 0 auto 20px;
  width: 100%;
  display: block;
}

.page-magician-ttl-inner {
  width: 100%;
}

.page-magician-ttl-inner-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-magician-to-single a {
  font-family: "Shippori Mincho", serif;
  display: block;
  width: 400px;
  text-align: center;
  padding: 20px 10px;
  border-radius: 50px;
  font-size: 1.8rem;
  color: #000;
  background: linear-gradient(90deg, #e1a858, #faeb8f);
  font-weight: bold;
  margin: 50px auto 20px;
  font-size: 2rem;
}

.page-magician-ttl-inner ul {
  display: flex;
  align-items: center;
}

.page-magician-list {
  width: 90%;
  margin: 0 auto;
}

.page-magician-item {
  display: flex;
  gap: 50px;
  padding-bottom: 60px;
  border-bottom: 1px dashed #fff;
}

.page-magician-item-img {
  width: 40%;
}

.page-magician-ttl-inner-flex-item {
  width: 60%;
}

.page-magician-item-link {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.page-magician-item:not(:last-child) {
  margin-bottom: 60px;
}

.page-magician-name {
  position: relative;
  display: block;
  font-size: 2.4rem;
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  padding: 10px 40px;
  z-index: 1;
}

.page-magician-name::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #e1a858, #faeb8f);
  transform: skewX(-20deg); /* ← 角度を固定する */
  transform-origin: left;
}

.page-magician-affiliation {
  font-size: 1.6rem;
  margin-left: 30px;
  font-family: "Shippori Mincho", serif;
  color: #fff;
}

.page-magician-sns:not(:first-child) {
  margin-left: 25px;
}

.page-magician-content {
  padding: 30px 20px 10px;
  background: #fff;
  margin-top: 20px;
  border-radius: 10px;
}

.page-magician-content-item:not(:last-child) {
  margin-bottom: 20px;
}

.page-magician-content-ttl {
  font-size: 1.6rem;
  color: #bc8d6e;
  line-height: 100%;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-magician-content-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.page-magician-content-item a {
  display: block;
  font-size: 1.6rem;
  text-decoration: underline;
}

.secret-magician {
  display: flex;
  align-items: center;
}

.secret-magician .page-magician-img {
  margin-right: 15px;
  width: 40%;
}

@media screen and (max-width: 767px) {
  .page-magician {
    padding: 60px 0 30px;
  }

  .secret-magician .page-magician-img {
    width: 100%;
  }

  .page-magician-img {
    width: 100%;
  }

  .page-magician-ttl-inner {
    display: block;
    margin-bottom: 10px;
  }

  .page-magician-content {
    margin-top: 0;
  }

  .page-magician-list {
    width: 100%;
  }

  .page-magician-item {
    display: block;
    padding-bottom: 40px;
  }

  .page-magician-item-img {
    width: 90%;
    margin: 0 auto;
  }

  .page-magician-ttl-inner-flex-item {
    width: 90%;
    margin: 0 auto;
  }

  .page-magician-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .page-magician-name {
    padding: 7px 10px;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .page-magician-affiliation {
    margin-left: 0;
  }

  .page-magician-sns {
    width: 28px;
  }

  .page-magician-sns:not(:first-child) {
    margin-left: 20px;
  }

  .page-magician-content-ttl {
    font-size: 1.4rem;
  }

  .page-magician-content-txt {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .page-magician-content a {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .secret-magician {
    display: block;
  }

  .secret-magician .page-magician-img {
    margin: 0 auto 20px;
  }

  .page-magician-to-single {
  }

  .page-magician-ttl-inner-container {
    display: block;
  }

  .page-magician-to-single a {
    display: block;
    width: 250px;
    text-align: center;
    padding: 15px 0px;
    border-radius: 50px;
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-top: 10px;
  }
}

/* ------------------------------------------
  page-column
------------------------------------------ */
.page-column {
  background: url(../img/column-bg.webp) top / cover;
  padding: 100px 0;
}

.page-column-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 80px;
  color: #fff;
  margin-bottom: 100px;
}

.page-column-list-item {
  width: 28.4%;
}

.page-column-list-item img {
  margin-bottom: 10px;
}

.page-column-date {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  margin-bottom: 5px;
}

.page-column-ttl {
  font-size: 2rem;
  line-height: 1.8;
  margin-bottom: 10px;
  font-weight: bold;
}

.page-column-txt {
  font-size: 1.6rem !important;
  line-height: 1.8;
}

.page-column-more {
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
}

.page-column-more a {
  display: block;
  padding: 18px 0;
  text-align: center;
  border-radius: 140px;
  color: #e5a759;
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 100%;
}

.page-column-more a:before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px; /* ボーダーの太さ */
  background: linear-gradient(to top right, #e5a759, #f3d87e); /* 左下→右上 */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  border-radius: 140px;
}

.pagination ul {
  display: flex;
  list-style: none;
  align-items: center;
  padding: 0;
  justify-content: center;
  gap: 15px;
}

.pagination li a {
  display: grid;
  width: 50px;
  height: 50px;
  place-content: center;
  background: #eee;
  color: #333;
  text-decoration: none;
  border-radius: 50%;
  font-weight: bold;
  font-size: 1.4rem;
}

.pagination li a:hover {
  background: #ccc;
}

.pagination li.current a {
  background: #e1a858;
  color: #fff;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .page-column {
    /* background: linear-gradient(to right, #111 0%, #303030 50%, #111 100%); */
  }

  .page-column-list {
    display: block;
  }

  .page-column-list-item {
    width: 100%;
  }

  .page-column-list-item:not(:last-child) {
    margin-bottom: 80px;
  }

  .page-column-list-item img {
    width: 100%;
  }

  .pagination li a {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
}

/* ------------------------------------------
  page-single
------------------------------------------ */
.page-single {
  padding: 250px 0 100px;
  background: url(../img/column-bg.webp) top / cover;
}

.single-container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.page-single_thumbnail img {
  width: 100%;
  margin-bottom: 50px;
}

.page-single-ttl {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.6;
  font-size: 3.2rem;
  font-family: "Shippori Mincho", serif;
}

.page-single-date {
  color: #fff;
  font-size: 1.6rem;
  margin-bottom: 10px;
  height: 100%;
}

.page-single-content {
  margin-bottom: 50px;
}

.page-single-content h2 {
  margin-bottom: 40px;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.8;
  padding: 10px 20px;
  background: #e69626;
}

.page-single-content h3 {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #fff;
  line-height: 1.8;
  padding: 10px 30px;
  position: relative;
}

.page-single-content h3::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  display: block;
  background: #e69626;
  left: 0;
  top: 0;
}

.page-single-content h4 {
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.page-single-content p {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
  margin-bottom: 60px;
}

.page-single-content img {
  display: block;
  width: 100%;
  margin-bottom: 40px;
}

.page-single-btn-inner {
  display: flex;
  width: 30%;
  margin: 0 auto;
}

.page-single-btn {
  width: 100%;
}

.page-single-btn a {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 30px;
  color: #fff;
  font-size: 2rem;
  border: 2px solid #e1a858;
  border-radius: 50px;
}

.page-single-related-list {
  margin-top: 150px;
}

.page-single-related-list h3 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
}

.page-single-related-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}

.page-single-related-list ul li {
  width: 31%;
}

.page-single-related-list ul li img {
  width: 100%;
  margin-bottom: 10px;
}

.page-single-related-list-ttl {
  font-size: 1.8rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.8;
}

.page-single-related-list-date {
  color: #fff;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .page-single {
    padding: 200px 0 60px;
  }

  .page-single-btn-inner {
    width: 80%;
  }

  .single-container {
    width: 90%;
    margin: 0 auto;
  }

  .page-single-ttl {
    font-size: 2.8em;
  }

  .page-single-content h2 {
    font-size: 2rem;
  }

  .page-single-content h3 {
    font-size: 1.8rem;
    padding: 10px 0 10px 30px;
  }

  .page-single-content h3::before {
    width: 15px;
  }

  .page-single-content h4 {
    font-size: 1.6rem;
  }

  .page-single-content p {
    font-size: 1.4em;
  }

  .page-single-btn a {
    display: block;
    width: 100%;
    text-align: center;
  }

  .page-single-btn {
    width: 100%;
  }

  .page-single-related-list {
    margin-top: 60px;
  }

  .page-single-related-list ul {
    display: block;
  }

  .page-single-related-list ul li {
    width: 100%;
  }
  .page-single-related-list ul li:not(:last-child) {
    margin-bottom: 40px;
  }
}

/* ------------------------------------------
  マジシャン詳細
------------------------------------------ */
/* ------------------------------------------
  page-magician
------------------------------------------ */
.single-magician {
  padding: 55px 0 105px;
}

.single-magician-item-top-inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.single-magician-img {
  height: 100%;
  width: 48%;
  margin: 0 auto 20px;
  display: block;
}

.single-magician-content-item .single-magician-content-ttl{
  margin-top: 0 !important;
}

.single-magician-ttl-inner-inner {
  width: 48%;
  margin-bottom: 50px;
}

.single-magician-ttl-inner {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.single-magician-ttl-inner ul {
  display: flex;
  align-items: center;
}

.single-magician-item:not(:last-child) {
  margin-bottom: 60px;
}

.single-magician-name-inner {
  text-align: center;
}

.single-magician-name {
  position: relative;
  display: inline-block;
  font-size: 3.5rem;
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: bold;
  padding: 10px 40px;
  margin-bottom: 50px;
  text-align: center;
  z-index: 1;
}

.single-magician-name::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, #e1a858, #faeb8f);
  transform: skewX(-20deg); /* ← 角度を固定する */
  transform-origin: left;
}

.single-magician-affiliation {
  font-size: 1.6rem;
  font-family: "Shippori Mincho", serif;
  color: #fff;
  margin-bottom: 30px;
}

.single-magician-affiliation ul{
  display: block;
}

.single-magician-sns:not(:first-child) {
  margin-left: 25px;
}

.single-magician-content {
}

.single-magician-content-item:not(:last-child) {
  margin-bottom: 20px;
}

.single-magician-content-ttl {
  font-size: 1.6rem;
  color: #fff;
  line-height: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0 !important;
  margin-top: 50px;
}

.single-magician-content-txt {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
  margin-top: 30px;
}

.media-title,
.media-url{
  font-size: 1.6rem;
  line-height: 1.6;
  color: #fff;
}

.single-magicain-media {
  padding: 76px 0;
  background: url(../img/reason-bg.webp) center / cover;
}

.single-magician-media-ttl {
  text-align: center;
  color: #fff;
  width: 53%;
  margin: 0 auto 60px;
  position: relative;
  line-height: 50% !important;
}

.single-magicain-media-list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 0 auto;
}

.single-magicain-media-list-item:not(:last-child) {
  margin-bottom: 50px;
}

/* .single-magicain-media-list-item:nth-child(even)
  .single-magicain-media-list-item-img {
  order: 2;
} */

.single-magicain-media-list-item-img_sp {
  margin-top: 20px;
}

.single-magicain-media-list-item-img {
  width: 40.5%;
}

.single-magicain-media-list-item-txt {
  width: 57%;
  color: #fff;
}

.single-magicain-media-list-item-txt1 {
  line-height: 1.2 !important;
  margin-bottom: 30px !important;
}

.single-magicain-media-list-item-txt2 {
  font-size: 1.6rem;
  line-height: 1.6em;
}

.single-magicain-media-list-other {
  margin-top: 80px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}

.single-magicain-media-list-other-left,
.single-magicain-media-list-other-right {
  width: 48%;
}

.single-magicain-media-list-other-ttl {
  margin-bottom: 15px;
}

.single-magicain-media-list-other-txt {
  font-size: 1.6rem;
  line-height: 1.6em;
}

.single-magicain-media-list-other-item:not(:last-child) {
  margin-bottom: 55px;
}

.single-magician-gallery {
  padding: 100px 0;
}

.single-magician-gallery-list {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 45px 16px;
  justify-content: center;
}

.single-magician-gallery-item {
  width: 23%;
  aspect-ratio: 1 / 1;
}

.single-magician-gallery-item img {
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.cta-inner {
  width: 100%;
  background: url(../img/cta.webp) center / cover;
  aspect-ratio: 1100/430;
}

@media screen and (max-width: 767px) {
  .single-magician-item-top-inner {
    display: block;
  }

  .single-magician-ttl-inner-inner {
    display: block;
    width: 100%;
  }

  .single-magician {
    padding: 20px 0 40px;
  }

  .single-magician-img {
    width: 100%;
  }

  .single-magician-ttl-inner {
    display: block;
    margin-bottom: 10px;
  }

  .single-magician-content {
    margin-top: 0;
  }

  .single-magician-item {
    padding-bottom: 40px;
  }

  .single-magician-item:not(:last-child) {
    margin-bottom: 40px;
  }

  .single-magician-name {
    padding: 7px 40px;
    font-size: 2.5rem;
    margin-bottom: 10px;
  }

  @media screen and (max-width: 430px) {
    .single-magician-name {
      font-size: 1.8rem;
    }
  }

  .single-magician-affiliation {
    margin-left: 0;
  }

  .single-magician-sns {
    width: 28px;
  }

  .single-magician-sns:not(:first-child) {
    margin-left: 20px;
  }

  .single-magician-content-ttl {
    font-size: 1.4rem;
  }

  .single-magician-content-txt {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .single-magicain-media {
    padding-bottom: 30px;
  }

  .single-magician-media-ttl {
    width: 87%;
  }

  .single-magicain-media-list-item {
    flex-direction: column;
  }

  .single-magicain-media-list-item-txt1 {
    margin-bottom: 20px !important;
  }

  .single-magicain-media-list-item-img {
    width: 100%;
    margin-bottom: 20px;
    order: 2;
  }

  .single-magicain-media-list-item-txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .single-magicain-media-list-item-txt2 {
    font-size: 1.4rem;
  }

  .single-magicain-media-list-other {
    display: block;
    width: 90%;
    margin: 25px auto 0;
  }

  .single-magicain-media-list-other-left,
  .single-magicain-media-list-other-right {
    width: 100%;
  }

  .single-magicain-media-list-other-item:not(:last-child) {
    margin-bottom: 25px;
  }

  .single-magicain-media-list-other-right {
    margin-top: 25px;
  }

  .single-magicain-media-list-other-txt {
    font-size: 1.4rem;
  }

  .single-magician-gallery {
    padding: 22px 0;
  }

  .single-magician-gallery-list {
    gap: 20px;
  }

  .single-magician-gallery-item {
    width: 45%;
  }
}

/* ------------------------------------------
  ショー情報 下層ページ
------------------------------------------ */
.page-show-illusion-gallery {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.page-show-illusion-gallery img {
  display: block;
  width: 32%;
}

@media screen and (max-width: 767px) {
  .page-show-illusion-gallery {
    display: block;
  }

  .page-show-illusion-gallery img {
    width: 100%;
    margin-bottom: 20px;
  }
}
