@charset "UTF-8";
:root {
  --font-family-base: Noto Sans JP, sans-serif;
  --font-weight-base: 400;
  --lineheight-base: 1.5;
  --font-en: Arvo, serif;
  --font-number: Inter, sans-serif;
  --font-size-base: 14px;
  --cl-body: #333;
  --cl-primary: #237664;
  --cl-secondary: #1C7AA6;
  --cl-danger: #dc4240;
  --cl-warning: #e5bb5e;
  --cl-border: #E0E0DC;
  --input-border-color: #ccc;
  --input-border-width: 1px;
  --input-font-size: 14px;
  --input-font-weight: 400;
  --input-background: #fff;
}
@media (min-width: 768px) {
  :root {
    --font-size-base: 16px;
  }
}

.editor-styles-wrapper p:not([class]) {
  font-weight: 500;
  line-height: 2;
}
.editor-styles-wrapper p:not([class]):not(:last-child) {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper p:not([class]):not(:last-child) {
    margin-bottom: 20px;
  }
}
.editor-styles-wrapper figure:not(:first-child) {
  margin-top: 55px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper figure:not(:first-child) {
    margin-top: 56px;
  }
}
.editor-styles-wrapper figure:not(:last-child) {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper figure:not(:last-child) {
    margin-bottom: 56px;
  }
}
.editor-styles-wrapper figcaption {
  opacity: 0.5;
  text-align: center;
  font-weight: 500;
  margin-top: 8px;
  font-size: 12px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper figcaption {
    margin-top: 10px;
    font-size: 14px;
  }
}
.editor-styles-wrapper img {
  border-radius: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .editor-styles-wrapper img {
    border-radius: 30px;
  }
}
.editor-styles-wrapper iframe {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper iframe {
    border-radius: 30px;
  }
}
.editor-styles-wrapper h1 {
  line-height: 1.2;
  font-weight: bold;
  font-size: 23px;
  margin-bottom: 40px;
}
.editor-styles-wrapper h1::before, .editor-styles-wrapper h1::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.editor-styles-wrapper h1::before {
  margin-block-end: calc((1 - 1.2) * 0.5em);
}
.editor-styles-wrapper h1::after {
  margin-block-start: calc((1 - 1.2) * 0.5em);
}
@media (min-width: 768px) {
  .editor-styles-wrapper h1 {
    line-height: 1.4;
    max-width: 780px;
    font-size: 34px;
    margin-bottom: 60px;
  }
  .editor-styles-wrapper h1::before, .editor-styles-wrapper h1::after {
    content: "";
    display: block flow;
    inline-size: 0;
    block-size: 1px;
  }
  .editor-styles-wrapper h1::before {
    margin-block-end: calc((1 - 1.4) * 0.5em);
  }
  .editor-styles-wrapper h1::after {
    margin-block-start: calc((1 - 1.4) * 0.5em);
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper h1 + .c-detail__date {
    margin-top: -35px;
  }
}
.editor-styles-wrapper h2 {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border-bottom: 1px solid var(--cl-border);
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper h2 {
    gap: 8px;
    font-size: 24px;
    padding-bottom: 18px;
    margin-bottom: 32px;
  }
}
.editor-styles-wrapper h2:not(:first-child) {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper h2:not(:first-child) {
    margin-top: 96px;
  }
}
.editor-styles-wrapper h2::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background: var(--cl-primary);
  vertical-align: middle;
  height: 5px;
  width: 6px;
  margin-top: 12px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .editor-styles-wrapper h2::before {
    margin-top: 17px;
  }
}
.editor-styles-wrapper h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 18px;
}
.editor-styles-wrapper h3::before, .editor-styles-wrapper h3::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.editor-styles-wrapper h3::before {
  margin-block-end: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}
.editor-styles-wrapper h3::after {
  margin-block-start: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}
@media (min-width: 768px) {
  .editor-styles-wrapper h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.editor-styles-wrapper h3:not(:first-child) {
  margin-top: 28px;
}
.editor-styles-wrapper h3 + h4,
.editor-styles-wrapper h3 + h5 {
  margin-top: 0;
}
.editor-styles-wrapper h4 {
  font-weight: bold;
  color: #1C7AA6;
  font-size: 14px;
  margin-bottom: 8px;
}
.editor-styles-wrapper h4::before, .editor-styles-wrapper h4::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.editor-styles-wrapper h4::before {
  margin-block-end: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}
.editor-styles-wrapper h4::after {
  margin-block-start: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}
@media (min-width: 768px) {
  .editor-styles-wrapper h4 {
    font-size: 16px;
    margin-block: 35px 10px;
  }
}
.editor-styles-wrapper h5 {
  font-weight: bold;
  color: var(--cl-danger);
  font-size: 14px;
  margin-bottom: 8px;
}
.editor-styles-wrapper h5::before, .editor-styles-wrapper h5::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.editor-styles-wrapper h5::before {
  margin-block-end: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}
.editor-styles-wrapper h5::after {
  margin-block-start: calc((1 - var(--lh, var(--lineheight-base))) * 0.5em);
}
@media (min-width: 768px) {
  .editor-styles-wrapper h5 {
    margin-block: 35px 10px;
    font-size: 16px;
  }
}
.editor-styles-wrapper .btn {
  color: #000;
  display: inline-flex;
  text-align: center;
  align-items: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  cursor: pointer;
}
.editor-styles-wrapper .btn:hover {
  text-decoration: none;
}
.editor-styles-wrapper .btn:focus, .editor-styles-wrapper .btn.focus {
  outline: 0;
}
.editor-styles-wrapper .btn.disabled, .editor-styles-wrapper .btn:disabled {
  background-color: #afafaf;
}
.editor-styles-wrapper .btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.editor-styles-wrapper .btn--arrow {
  position: relative;
  font-weight: 500;
  border: 1px solid #333;
  border-radius: 72px;
  padding: 0 60px 0 30px;
  height: 56px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .btn--arrow {
    padding: 0 65px 0 24px;
    height: 56px;
  }
}
.editor-styles-wrapper .btn--arrow:hover::after {
  animation: hover_icon 0.25s ease;
}
.editor-styles-wrapper .btn--arrow::before, .editor-styles-wrapper .btn--arrow::after {
  content: "";
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  width: 24px;
  right: 24px;
  transition: all 0.25s ease-in-out;
}
.editor-styles-wrapper .btn--arrow::before {
  background-color: var(--cl-body);
}
.editor-styles-wrapper .btn--arrow::after {
  background: url(../images/common/ic_arrow_right.svg) no-repeat center/9px;
  filter: brightness(0) invert(1);
}
@media (min-width: 768px) {
  .editor-styles-wrapper .btn--arrow::after {
    background-size: 9px;
  }
}
.editor-styles-wrapper .btn--back {
  width: 100%;
  justify-content: center;
  background-color: #EBE6D8;
  border: 1px solid var(--cl-border);
  min-height: 79px;
  border-radius: 80px;
  font-size: 14px;
  gap: 2px;
  font-weight: 500;
}
.editor-styles-wrapper .btn--back::before {
  content: "";
  width: 13px;
  aspect-ratio: 1;
  background: url(../images/common/icon_back.svg) no-repeat center/contain;
}
.editor-styles-wrapper .btn--outline {
  border: 1px solid var(--cl-border);
  border-radius: 60px;
  justify-content: center;
  min-height: 56px;
  padding: 10px;
  min-width: 200px;
}
.editor-styles-wrapper .btn--black {
  background-color: #333;
  color: #fff;
}
.editor-styles-wrapper .c-detail__sub {
  font-family: var(--font-en);
  font-weight: bold;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__sub {
    display: none;
  }
}
.editor-styles-wrapper .c-detail__sub::before {
  content: "";
  flex-shrink: 0;
  aspect-ratio: 6/5;
  border-radius: 50%;
  background: var(--cl-primary);
  width: 5px;
}
.editor-styles-wrapper .c-detail__name {
  font-weight: 500;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__name {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .c-detail__name {
    display: none;
  }
}
.editor-styles-wrapper .c-detail__name .name-cast {
  display: inline-flex;
  align-items: center;
}
.editor-styles-wrapper .c-detail__name .name-cast::after {
  content: "";
  display: inline-block;
  width: 1px;
  background-color: var(--cl-body);
  opacity: 0.5;
  border-radius: 2px;
  height: 16px;
  margin-inline: 16px;
}
.editor-styles-wrapper .c-detail__tags {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  opacity: 0.5;
  font-size: 12px;
  gap: 8px 20px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__tags {
    max-width: 870px;
    padding-right: 90px;
    gap: 15px 24px;
  }
}
.editor-styles-wrapper .c-detail__tags span {
  display: inline-block;
  color: #666;
}
.editor-styles-wrapper .c-detail__date {
  text-align: right;
  opacity: 0.5;
  font-family: var(--font-number);
  font-weight: 600;
  font-size: 11px;
  margin-block: 15px 50px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__date {
    margin-block: -15px 80px;
  }
}
.editor-styles-wrapper .c-detail__catalogue {
  display: flex;
  border: 1px solid var(--cl-border);
  border-width: 1px 0;
  padding-block: 16px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__catalogue {
    padding-block: 40px;
    margin-bottom: 48px;
  }
}
.editor-styles-wrapper .c-detail__catalogue-ttl {
  position: relative;
  font-weight: 500;
  flex-shrink: 0;
  font-size: 16px;
  flex-shrink: 0;
  margin-right: 48px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__catalogue-ttl {
    margin-right: 48px;
    font-size: 18px;
  }
}
.editor-styles-wrapper .c-detail__catalogue-ttl::after {
  content: "";
  position: absolute;
  bottom: 5px;
  top: 5px;
  right: -24px;
  width: 1px;
  background-image: repeating-linear-gradient(to bottom, #B8B8B4 0px, #B8B8B4 1px, transparent 1px, transparent 4px);
}
.editor-styles-wrapper .c-detail__catalogue-content {
  flex: 1 1;
}
.editor-styles-wrapper .c-detail__catalogue-content > ul > li:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__catalogue-content > ul > li:not(:first-child) {
    margin-top: 20px;
  }
}
.editor-styles-wrapper .c-detail__catalogue .catalogue-lv2 {
  font-weight: 500;
  display: inline-block;
  font-size: 16px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__catalogue .catalogue-lv2 {
    font-size: 18px;
  }
}
.editor-styles-wrapper .c-detail__catalogue .catalogue-lv3 {
  color: #808080;
  font-weight: 500;
  line-height: 1.3;
  display: inline-flex;
  align-items: flex-start;
  font-size: 13px;
  margin-top: 5px;
  gap: 6px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__catalogue .catalogue-lv3 {
    font-size: 15px;
    margin-top: 8px;
  }
}
.editor-styles-wrapper .c-detail__catalogue .catalogue-lv3::before {
  content: "";
  border-radius: 50%;
  background: var(--cl-primary);
  vertical-align: middle;
  width: 6px;
  height: 5px;
  margin-top: 8px;
}
.editor-styles-wrapper .c-detail__social {
  border: 1px solid var(--cl-border);
  text-align: center;
  border-radius: 12px;
  padding: 18px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__social {
    margin-inline: -48px;
    border-radius: 20px;
    padding: 24px;
  }
}
.editor-styles-wrapper .c-detail__social:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__social:not(:last-child) {
    margin-bottom: 80px;
  }
}
.editor-styles-wrapper .c-detail__social-ttl {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__social-ttl {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.editor-styles-wrapper .c-detail__social-list {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__social-list {
    gap: 22px;
  }
}
.editor-styles-wrapper .c-detail__social-list a {
  transition: all 0.25s ease-in-out;
}
.editor-styles-wrapper .c-detail__social-list a:hover {
  opacity: 0.8;
}
.editor-styles-wrapper .c-detail__social-list a img {
  width: auto;
  display: block;
  height: 22px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__social-list a img {
    height: 26px;
  }
}
.editor-styles-wrapper .c-detail__desc {
  background-color: #Fff;
  margin-block: 56px;
  padding: 20px;
  border-radius: 16px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__desc {
    padding: 48px;
    border-radius: 30px;
  }
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__desc {
    margin-block: 56px;
    margin-inline: -48px;
  }
}
.editor-styles-wrapper .c-detail__profile {
  background: rgba(51, 51, 51, 0.05);
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  border-radius: 16px;
  padding: 32px 20px 28px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__profile {
    align-items: flex-start;
    border-radius: 30px;
    gap: 47px;
    padding: 40px 48px;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .c-detail__profile {
    flex-direction: column;
  }
}
.editor-styles-wrapper .c-detail__profile:not(:last-child) {
  margin-bottom: 40px;
}
.editor-styles-wrapper .c-detail__profile-image {
  aspect-ratio: 1;
  width: 180px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__profile-image {
    width: 180px;
    flex-shrink: 0;
  }
}
.editor-styles-wrapper .c-detail__profile-image img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__profile-body {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__profile-head {
    padding-right: 280px;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .c-detail__profile-head {
    margin-bottom: 20px;
  }
}
.editor-styles-wrapper .c-detail__profile-sub {
  opacity: 0.5;
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__profile-sub {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.editor-styles-wrapper .c-detail__profile-ttl {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__profile-ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.editor-styles-wrapper .c-detail__profile-text {
  font-size: 14px;
  line-height: 2;
  font-weight: 500;
}
.editor-styles-wrapper .c-detail__profile-row {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__profile-row {
    right: 48px;
    top: 40px;
    position: absolute;
  }
}
.editor-styles-wrapper .c-detail__profile-sns {
  font-family: var(--font-number);
  border-right: 1px dotted #b8b8b4;
  font-size: 12px;
  margin-right: 14px;
  padding: 3px 14px 3px 0;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__profile-sns {
    font-size: 10px;
    margin-right: 18px;
    padding: 5px 18px 5px 0;
  }
}
.editor-styles-wrapper .c-detail__profile-social {
  display: flex;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.editor-styles-wrapper .c-detail__profile-social a {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #E0E0DC;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  transition: all 0.25s ease-in-out;
}
.editor-styles-wrapper .c-detail__profile-social a:hover {
  opacity: 0.8;
}
.editor-styles-wrapper .c-detail__profile-social a img {
  display: block;
  width: auto;
  height: 18px;
}
.editor-styles-wrapper .c-detail__slider {
  text-align: center;
}
.editor-styles-wrapper .c-detail__slider:not(:last-child) {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__slider:not(:last-child) {
    margin-bottom: 100px;
  }
}
.editor-styles-wrapper .c-detail__slider-main {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__slider-main {
    margin-bottom: 48px;
    margin-inline: -48px;
  }
}
.editor-styles-wrapper .c-detail__slider-main .slick-slide {
  margin-inline: 1px;
}
.editor-styles-wrapper .c-detail__slider-main img {
  height: auto;
  aspect-ratio: 165/110;
  -o-object-fit: cover;
  object-fit: cover;
}
.editor-styles-wrapper .c-detail__slider-sub {
  margin-top: 10px;
  opacity: 0.5;
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__slider-sub {
    font-size: 14px;
  }
}
.editor-styles-wrapper .c-detail__slider-thumb {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__slider-thumb {
    margin-bottom: 40px;
    margin-inline: -12px;
  }
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__slider-thumb.none-transform .slick-track {
    transform: none !important;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .c-detail__slider-thumb .slick-list {
    overflow: initial;
  }
}
.editor-styles-wrapper .c-detail__slider-thumb .slick-slide {
  position: relative;
  cursor: pointer;
  margin-inline: 8px;
  width: 135px;
  aspect-ratio: 165/110;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__slider-thumb .slick-slide {
    margin-inline: 12px;
    width: 165px;
    aspect-ratio: 165/110;
  }
}
.editor-styles-wrapper .c-detail__slider-thumb .slick-slide::before, .editor-styles-wrapper .c-detail__slider-thumb .slick-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.editor-styles-wrapper .c-detail__slider-thumb .slick-slide::before {
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  opacity: 0;
}
.editor-styles-wrapper .c-detail__slider-thumb .slick-slide::after {
  border: 2px solid transparent;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__slider-thumb .slick-slide::after {
    border-width: 4px;
  }
}
.editor-styles-wrapper .c-detail__slider-thumb .slick-slide img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__slider-thumb .slick-slide img {
    border-radius: 16px;
  }
}
.editor-styles-wrapper .c-detail__slider-thumb .slick-slide.slick-current::before {
  opacity: 0.3;
}
.editor-styles-wrapper .c-detail__slider-thumb .slick-slide.slick-current::after {
  border-color: var(--cl-danger);
  border-radius: 12px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__slider-thumb .slick-slide.slick-current::after {
    border-radius: 16px;
  }
}
.editor-styles-wrapper .c-detail__slider-arrows {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 33px;
}
.editor-styles-wrapper .c-detail__slider-arrows .slick-arrow {
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #333;
  border: 0;
  cursor: pointer;
  width: 40px;
  transition: all 0.25s ease-in-out;
}
.editor-styles-wrapper .c-detail__slider-arrows .slick-arrow:hover {
  opacity: 0.8;
}
.editor-styles-wrapper .c-detail__slider-arrows .slick-arrow::after {
  content: "";
  background: url(../images/common/ic_arrow_right.svg) no-repeat center/contain;
  position: absolute;
  width: 15px;
  aspect-ratio: 15/13;
  filter: brightness(0) invert(1);
}
.editor-styles-wrapper .c-detail__slider-arrows .slick-prev::after {
  transform: scaleX(-1);
}
.editor-styles-wrapper .c-detail__slider-count {
  font-size: 14px;
  font-family: var(--font-number);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.editor-styles-wrapper .c-detail__slider-count .total {
  display: flex;
  align-items: center;
}
.editor-styles-wrapper .c-detail__slider-count .total::before {
  content: "/";
  font-size: 20px;
  margin-inline: 8px;
  font-weight: 300;
}
.editor-styles-wrapper .c-detail__btn {
  margin-top: 32px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__btn {
    margin-top: 57px;
    margin-inline: -48px;
  }
}
.editor-styles-wrapper .c-detail__info {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__info {
    margin-bottom: 56px;
  }
}
.editor-styles-wrapper .c-detail__info-sub {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__info dl {
    display: grid;
    gap: 8px;
    grid-template-columns: 210px 1fr;
  }
}
.editor-styles-wrapper .c-detail__info dt,
.editor-styles-wrapper .c-detail__info dd {
  border-radius: 4px;
  padding: 20px 16px;
  min-height: 56px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.editor-styles-wrapper .c-detail__info dt {
  background-color: #E5E5E1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .editor-styles-wrapper .c-detail__info dt {
    margin-block: 4px;
  }
  .editor-styles-wrapper .c-detail__info dt:first-child {
    margin-top: 0;
  }
}
.editor-styles-wrapper .c-detail__info dd {
  margin: 0;
  background-color: #EDEDE8;
}
.editor-styles-wrapper .c-detail__map {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__map {
    margin-bottom: 56px;
    margin-inline: -48px;
  }
}
.editor-styles-wrapper .c-detail__map iframe {
  margin-bottom: 15px;
}
.editor-styles-wrapper .c-detail__map a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__map a {
    margin-inline: 48px;
  }
}
.editor-styles-wrapper .c-detail__map a::before {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 17px;
  background: url(../images/common/icon_map.svg) no-repeat center/contain;
  margin-top: 3px;
}
.editor-styles-wrapper .c-detail__media {
  display: flex;
  gap: 20px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__media {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper .c-detail__media {
    flex-direction: column-reverse;
  }
}
.editor-styles-wrapper .c-detail__media:not(:last-child) {
  margin-bottom: 48px;
}
.editor-styles-wrapper .c-detail__media img {
  aspect-ratio: 460/277;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__media img {
    border-radius: 20px;
  }
}
.editor-styles-wrapper .c-detail__prepare {
  background: rgba(51, 51, 51, 0.05);
  position: relative;
  border-radius: 16px;
  padding: 18px 20px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__prepare {
    border-radius: 30px;
    padding: 40px 26px;
  }
}
.editor-styles-wrapper .c-detail__prepare:not(:last-child) {
  margin-bottom: 48px;
}
.editor-styles-wrapper .c-detail__prepare-list:not(:last-child) {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__prepare-list:not(:last-child) {
    margin-bottom: 25px;
  }
}
.editor-styles-wrapper .c-detail__prepare-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 500;
}
.editor-styles-wrapper .c-detail__prepare-list li:not(:last-child) {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__prepare-list li:not(:last-child) {
    margin-bottom: 14px;
  }
}
.editor-styles-wrapper .c-detail__prepare-list li::before {
  content: "";
  flex-shrink: 0;
  aspect-ratio: 6/5;
  border-radius: 50%;
  background: var(--cl-body);
  opacity: 0.5;
  width: 6px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__prepare-list li::before {
    margin-top: 12px;
  }
}
.editor-styles-wrapper .c-detail__prepare-note {
  background-color: #fff;
  color: #808080;
  font-weight: 500;
  border-radius: 8px;
  padding: 15px 20px 18px;
  font-size: 13px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__prepare-note {
    border-radius: 10px;
    padding: 19px 24px 24px;
    font-size: 15px;
  }
}
.editor-styles-wrapper .c-detail__prepare-note::before {
  content: "“";
  display: block;
  margin-bottom: -10px;
  font-size: 20px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__prepare-note::before {
    margin-bottom: -5px;
    font-size: 24px;
  }
}
.editor-styles-wrapper .c-detail__cate {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  border: 2px solid #D9D9D4;
  color: #fff;
  transition: all 0.2s;
  padding-inline: 7px;
  border-radius: 20px;
  height: 23px;
  margin-bottom: 8px;
  font-size: 10px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__cate {
    padding-inline: 20px;
    height: 36px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.editor-styles-wrapper .c-detail__cate.--cate-body {
  background-color: var(--cl-body);
  border-color: var(--cl-body);
}
.editor-styles-wrapper .c-detail__cate.--cate-danger {
  background-color: var(--cl-danger);
}
.editor-styles-wrapper .c-detail__cate.--cate-primary {
  background-color: var(--cl-primary);
}
.editor-styles-wrapper .c-detail__cate.--cate-warning {
  background-color: var(--cl-warning);
}
.editor-styles-wrapper .c-detail__gallery:not(:last-child) {
  margin-bottom: 80px;
}
.editor-styles-wrapper .c-detail__gallery-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__gallery-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
  }
}
.editor-styles-wrapper .c-detail__gallery img {
  border-radius: 8px;
  aspect-ratio: 219/137;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__gallery img {
    border-radius: 8px;
  }
}
.editor-styles-wrapper .c-detail__gallery-txt {
  color: #808080;
  font-weight: 500;
  font-size: 12px;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .c-detail__gallery-txt {
    font-size: 16px;
  }
}
.editor-styles-wrapper .wp-block-table {
  margin-block: 24px !important;
}
@media (min-width: 768px) {
  .editor-styles-wrapper .wp-block-table {
    margin-block: 32px !important;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper table tr {
    margin-bottom: 8px;
    float: left;
    display: block;
    width: 100%;
  }
}
.editor-styles-wrapper table th, .editor-styles-wrapper table td {
  border: 0;
}
@media (min-width: 768px) {
  .editor-styles-wrapper table th, .editor-styles-wrapper table td {
    padding-block: 4px;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper table th, .editor-styles-wrapper table td {
    float: left;
    display: block;
    width: 100%;
  }
}
.editor-styles-wrapper table td {
  position: relative;
  font-size: 14px;
  padding: 14px 16px;
  z-index: 1;
}
@media (min-width: 768px) {
  .editor-styles-wrapper table td {
    font-size: 16px;
    padding: 22px 16px;
  }
}
.editor-styles-wrapper table td::after {
  content: "";
  background-color: #EDEDE8;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}
@media (min-width: 768px) {
  .editor-styles-wrapper table td::after {
    left: 4px;
    right: 4px;
    top: 4px;
    bottom: 4px;
  }
}
.editor-styles-wrapper table td:first-child {
  font-weight: bold;
}
@media (min-width: 768px) {
  .editor-styles-wrapper table td:first-child {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .editor-styles-wrapper table td:first-child {
    margin-bottom: 4px;
  }
}
.editor-styles-wrapper table td:first-child::after {
  background-color: #E5E5E1;
}