@charset "UTF-8";

/* COMMON PARTS */

.l-main {
  margin-top: 9.75rem;
}
.l-common-margin {
  margin-top: initial;
  margin-bottom: initial;
  margin-left: auto;
  margin-right: auto;
}
.l-operation__inner {
  max-width: 1050px;
  margin: 0 auto;
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 7.5rem;
}
.p-page-head {
  margin-bottom: 56px;
}
.l-operation__inner .c-page-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .l-main {
    margin-top: 3.75rem;
  }
  .l-operation__inner {
    padding-right: 5.3vw;
    padding-left: 5.3vw;
    margin-bottom: 2.5rem;
  }
  .l-operation__inner.p-operation-injection-mv {
    padding: 0;
    width: 100%;
  }
  .p-page-head {
    margin-bottom: 0;
  }
  .l-operation__inner .c-page-section-title {
    width: 100%;
    position: relative;
    font-size: clamp(22px, 6.2vw, 24px);
    font-weight: 500;
    line-height: 1.3;
    text-align: left;
    max-width: 1000px;
    padding-bottom: 16px;
  }
}

/* MV */
.p-operation-mv {
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .p-operation-mv {
    margin-bottom: 3.5rem;
  }
  .p-operation-mv__inner.l-operation__inner {
    padding: 0;
    width: 100vw;
  }
  article.l-operation {
    padding-inline: 20px;
  }
}

.l-container {
  padding-bottom: 160px;
}
.l-container img.c-icon-effect  {
    width: 40px;
}
.l-common-section-margin {
  margin-top: 25.066vw;
}

@media screen and (min-width: 768px) {
  .l-common-section-margin {
    margin-top: 10rem;
  }
}

hgroup.p-section-heading {
  margin-bottom: 1.5rem;
}
hgroup.c-txt-center {
  text-align: center;
}
.c-section-title {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: Noto Serif JP;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3;
  color: #5e5657;
}
.c-section-title::before,
.c-section-title::after {
  content: none;
}

hgroup.p-section-heading .c-section-text {
  margin-top: 1.5rem;
}

/* ページトップに戻る */

.p-back-to-menu {
  text-align: right;
}
.p-back-to-menu a {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  padding: 0 24px 0 0;
  background: url(../../../../assets/img/operation/injection/icon_arrow_anchor.svg)
    no-repeat right 50%;
  background-size: 16px auto;
}

@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: clamp(24px, 7.466vw, 28px);
  }

  hgroup.c-txt-center {
    text-align: left;
  }
}

.p-consultation-menu-term {
  position: relative;
  padding-left: 48px;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  color: #333;
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  background-size: 48px auto;
  background-repeat: no-repeat;
}

.p-consultation-menu-term span {
    position: relative;
    z-index: 2;
    background-color: #fff;

  display: inline-block;
  padding: 0 8px;
  background: #fff;
  color: #666;
}
.p-consultation-menu-term:before {
  content: "";
  width: calc(100% - 50px);
  height: 1px;
  background: linear-gradient(to right, #CBC4C5 2px, transparent 3px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 50%;
  left: 50px;
  z-index: 2;
}

/* 見出しアイコン */
.p-consultation-menu-term.c-menu-hair {
  background-image: url(../../../../assets/img/operation/injection/icon-hair01.png);
}
.p-consultation-menu-term.c-menu-beauty {
  background-image: url(../../../../assets/img/operation/injection/icon-beauty.png);
}
.p-consultation-menu-term.c-menu-detox {
  background-image: url(../../../../assets/img/operation/injection/icon-detox.png);
}
.p-consultation-menu-term.c-menu-skincare {
  background-image: url(../../../../assets/img/operation/injection/icon-skincare.png);
}
.p-consultation-menu-term.c-menu-aging {
  background-image: url(../../../../assets/img/operation/injection/icon-agingcare.png);
}
.p-consultation-menu-term.c-menu-diet {
  background-image: url(../../../../assets/img/operation/injection/icon-diet.png);
}
.p-consultation-menu-term.c-menu-physical {
  background-image: url(../../../../assets/img/operation/injection/icon-physical.png);
}
.p-consultation-menu-term.c-menu-special {
  background-image: url(../../../../assets/img/operation/injection/icon-special.png);
}

.p-consultation-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
.c-align-center {
  justify-content: center;
}
.p-menu-list-single {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-consultation-menu {
    margin-bottom: 10.666vw;
  }
  .p-consultation-menu-list {
    gap: 2.133vw 2.133vw;
  }
  .p-menu-list-single {
    margin-bottom: 10.666vw;
  }
}

/* 診療ボタン */
.p-consultation-menu-list-item {
  width: 232px;
  height: 62px;
  padding: 4px 8px;
  background: #fff;
  border: 1px solid #4f4f4f;
  border-radius: 4px;
  border: 1px solid #ffd0c6;
  background: #fef5f3;
}
@media (min-width: 600px) and (max-width: 1200px) {
  .p-consultation-menu-list-item {
    width: 214px;
  }
}

.p-no-link {
  border: 1px solid #fff;
}

.p-consultation-menu-list-item a,
.p-consultation-menu-list-item .c-no-link {
  padding-right: 24px;
  position: relative;
  height: 100%;
  color: #666;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
.p-consultation-menu-list-item a:after {
  content: "";
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.6rem;
  height: 0.6rem;
  border-top: 0.16px solid #fe9d9d;
  border-right: 0.16px solid #fe9d9d;
  position: absolute;
  right: 8px;
  top: calc(50% - 0.3rem);
}

@media screen and (max-width: 767px) {
  .p-consultation-menu-list-item {
    width: 43.466vw;
    height: 16.533vw;
  }
  .p-consultation-menu-list-item a {
    padding: 0px 24px 0 0;
  }
  .p-consultation-menu-list-item a small {
    font-size: 0.85em;
  }
}

/* 治療カセット 詳細 */

.l-menu-wrapper:not(:nth-last-of-type(1)) {
  margin-bottom: 120px;
}

.p-consultation-menu-term.c-heading-menu {
  margin-bottom: 16px;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .l-menu-wrapper:not(:nth-last-of-type(1)) {
    margin-bottom: 16.4vw;
  }
  .p-consultation-menu-term.c-heading-menu {
    margin-bottom: 2.133vw;
  }
}
.p-list-menu {
  margin: 0 0 8px;
  padding: 24px;
  background: #f5f5f5;
}
.p-list-menu-item {
  padding: 24px;
  background: #fff;
  box-shadow: 0px 7px 25px 0px rgba(0, 0, 0, 0.1);
}
.p-list-menu-item:not(:nth-last-of-type(1)) {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-list-menu {
    padding: 5.333vw 6.4vw;
    margin-left: -5.333vw;
    margin-right: -5.333vw;
    width: 100vw;
  }
  .p-list-menu-item {
    padding: 4.266vw;
  }
}

.c-heading-menu-list {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}
.c-menu-description-heading {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.c-menu-description-txt {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.c-menu-detail-wrap {
  margin-block-start: 16px;
}
.c-menu-accordion-heading {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px dashed #dfdfdf;
}
.p-list-menu-item .js-common-singleAccordion-trigger {
  margin-top: 16px;
  position: relative;
  cursor: pointer;
}
.js-common-singleAccordion-trigger::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  background: url(../../../../assets/img/operation/injection/ac-common-plus16.svg)
    no-repeat top/cover;
  width: 16px;
  height: 16px;
}
.js-common-singleAccordion-trigger.is-active::before {
  background: url(../../../../assets/img/operation/injection/ac-common-minus.svg)
    no-repeat top/cover;
  height: 2px;
  top: 7px;
}
.c-menu-accordion-txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.p-menu-accordion {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
.p-menu-accordion p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.c-menu-detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .c-menu-description-heading {
    font-size: 4.266vw;
  }

  .c-menu-description-txt {
    margin-bottom: 3.2vw;
    font-size: 3.733vw;
    font-weight: 400;
    line-height: 1.3;
  }
  .c-menu-description-txt {
    margin-bottom: 3.2vw;
    font-size: 3.733vw;
  }
  .c-menu-detail {
    font-size: 3.733vw;
  }
}

.c-common-accordion__button {
  text-align: left;
  position: relative;
  cursor: pointer;
  z-index: 2;
  width: 100%;
}
/* 
.c-common-accordion .c-common-accordion__button::before {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 0.2em;
  bottom: 0;
  margin: 0;
  background: url(../../../../assets/img/operation/injection/ac-common-plus.svg)
    no-repeat top/cover;
  width: 16px;
  height: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
} */

@media screen and (min-width: 768px) {
  .c-common-accordion__button::before,
  .c-common-accordion__button::after {
    right: 0;
  }
}

.c-common-accordion.is-active .c-common-accordion__button::before {
  background: url(../../../../assets/img/operation/injection/ac-common-minus.svg)
    no-repeat top/cover;
}

.c-common-accordion__contents {
  display: none;
  cursor: pointer;
}

.c-common-accordion__contents.is-open {
  display: block;
}

.p-list-menu-item__bottom {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-list-menu-item__bottom {
    margin-top: 4.266vw;
    flex-flow: column;
    gap: 3.2vw;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

/* 価格 */
.p-menu-price {
  display: flex;
  align-items: center;
  gap: 12px;
}
.c-menu-contents {
  padding: 4px 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background: #fe9d9d;
}
.c-menu-price {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}
.c-menu-price.has-no-value p {
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
.c-price-yen {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
}
.c-price-consultation {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.p-operation-menu {
  margin-bottom: 7.5rem;
  display: flex;
  flex-direction: column;
}
.p-worry-wrap {
  background: #fef5f3;
  padding: 16px;
  margin-bottom: 12px;
}

.p-worry-wrap .worry-wrap-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.75rem;
  width: 100%;
  display: block;
  position: relative;
}
.p-worry-wrap .worry-wrap-title::before {
  content: "";
  width: calc(100% - 9.5em);
  height: 1px;
  background: #ffd0c6;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-list-worry {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
}
.p-oral .p-list-worry-item, 
.p-topical .p-list-worry-item {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
  text-indent: 0.3em;
}
.p-page-operation-wrap-text p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
}
.c-price-yen {
  margin-left: 4px;
}
.p-back-to-menu {
  text-align: right;
  font-family: 'Noto Sans JP', sans-serif !important;
  line-height: 1.3;
  font-size: 14px;
}
.c-menu-description-txt {
  line-height: 1.6;
  margin-bottom: 0;
}
.c-menu-description-txt.txt-annotation {
  padding-left: 1em;
  position: relative;
}
.c-menu-description-txt.txt-annotation span {
  position: absolute;
  top: 0;
  left: 0;
}
.p-menu-description {
  margin-top: 0.75rem;
}
@media (max-width: 768px) {
  .l-menu-wrapper:not(:nth-last-of-type(1)) {
    margin-bottom: 0;
  }
  .p-operation-menu {
    margin-bottom: 5rem;
    gap: 4rem;
  }
  .p-consultation-menu-wrap.p-operation-menu {
    margin-bottom: 4rem;
  }
  .p-list-worry {
    gap: 0.75rem;
    flex-direction: column;
  }
  .c-menu-price {
    font-size: clamp(28px, 8.533vw, 32px);
  }
}

/* @media (min-width: 1200px) {
  .supervising-doctors {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-template-rows: repeat(2, auto);
  }
} */

/* 治療の流れ */
.p-operation-flow.page-injection {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.p-operation-flow.page-injection .step-title {
  color: #fe9d9d;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
  padding-bottom: 8px;
}
.p-operation-flow.page-injection .step-content {
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
}

/* ↑injection関連 */
/* ↓online関連 */
.l-online__inner {
    max-width: 1000px;
    width: 100%;
    padding: 40px 100px 0px 100px;
    margin: 0px auto;
    background: #fff;
}
@media screen and (max-width: 767px) {
    .l-online__inner {
        padding: 40px 0;
    }
}

.l-online__mv{
    max-width: 1000px;
    margin: 0 auto;
    margin-block-end: 64px;
}
.l-online__mv img {
    image-rendering: auto;
}
@media (max-width: 768px) {
  .l-online__mv img {
    aspect-ratio: 750 / 640;
  }
}

#lead_sentence {
    color: #333;
    font-family: "Hiragino Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    margin-block-end: 64px;
}
#lead_sentence strong {
    color: #333;
    font-family: "Hiragino Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
}
#lead_sentence .p-online__lead-notes {
    display: inline-block;
    color: #333;
    font-family: "Hiragino Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    margin-block-start: 24px;
}

.p-online-merit__cards {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
.p-online-merit__card {
    display: flex;
    flex-direction: column;
    gap: 12px;
    border: 1px solid #FE9D9D;
    padding: 20px 16px;
    flex-basis: 238px;
    max-width: 300px;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .p-online-merit__card {
        flex-basis: inherit;
        max-width: inherit;
        width: 100%;
    }
}
.p-online-merit__img {
    text-align: center;
}
.p-online-merit__card img.p-online-merit__icon {
    
    width: 96px;
    aspect-ratio: 96/71;
    object-fit: cover;
}
.p-online-merit__card-title {
    display: inline-block;
    color: #FA657A;
    text-align: center;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    margin-block-end: 4px;
}
.p-online-merit__card .p-online-merit__card-description {
    color: var(--ST-text-black-900, #333);
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 170%;
}

.p-online-reserve__topical-btn .main__detailLink,
.p-operation__contents .main__detailLink {
    width: 242px;
}
.p-operation__contents .main__detailLink {
    margin: 0;
}
#prescription {
    margin-block-end: 48px;
}

.p-online-prescription__heading {
    display: flex;
    align-items: center;
    background-color: #FEF5F3;
    padding: 16px;
    color: #333;
    font-family: "Hiragino Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin-block-end: 40px;
}
.p-online-prescription__heading::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 31px;
    margin-right: 16px;
    background-color: #FE9D9D;
}

.p-consultation-menu-term::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50px;
  right: 0;
  border-bottom: 1px dotted #CBC4C5;
  z-index: 1;
}

.p-operation__contents .l-menu-wrapper {
    margin-block-end: 64px;
    font-family: "Hiragino Sans";
}
.p-operation__contents .l-menu-wrapper.p-oral {
    margin-block-end: 120px;
}
.p-operation__contents .p-list-menu-item:not(:last-child) {
    margin-block-end: 48px;
}

.p-operation__contents .p-list-menu {
    margin: 0;
    padding: 24px;
    width: 100%;
    box-sizing: border-box;
}
@media screen and (max-width: 767px) {
    .p-operation__contents .p-list-menu {
        padding: clamp(22px, 6.4vw, 24px);
        margin-left: -20px;
        margin-right: -20px;
        width: 100vw;
    }
}

.p-back-to-menu {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.p-operation__contents .c-heading-menu-list {
    color: #333;
    font-family: "Hiragino Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    padding-bottom: 16px;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 0;
}

.p-operation__contents .p-worry-wrap {
    display: flex;
    align-items: center;
    background: inherit;
    padding: 12px 0;
    border-bottom: 1px dashed #DFDFDF;
    min-height: 40px;
}
.p-operation__contents .p-list-worry {
    gap: 24px;
}
.p-operation__contents .p-list-worry-item {
    color: #333;
    font-family: 'Noto Sans JP', sans-serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    display: flex;
    align-items: center;
}

.p-operation__contents .c-menu-accordion-heading {
    border-bottom: 1px solid #DFDFDF;
}

.p-operation__contents .p-list-menu-item__bottom {
    margin-top: 16px;
}

.p-operation__contents .p-menu-btn__wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 8px;
}
@media screen and (max-width: 767px) {
    .p-operation__contents .p-menu-btn__wrap {
    justify-content: inherit;
    align-items: flex-start;
    flex-wrap: wrap;
    }
}

.p-menu-btn__detail {
    display: flex;
    width: 180px;
    height: 56px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #FA657A;
    color: #FA657A;
    text-align: center;
    font-family: "Hiragino Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
.p-menu-btn__line {
    display: flex;
    width: 180px;
    height: 56px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #06c755;
    background: #06c755;
    color: #fff;
    text-align: center;
    font-family: "Hiragino Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}
a.p-menu-btn__line:hover {
    color: #fff;
}
.p-menu-btn__line img {
    width: 24px;
}
@media screen and (max-width: 767px) {
    .p-operation__contents .p-menu-btn__wrap {
        justify-content: center;
        width: 100%;
    }
    .p-menu-btn__detail,
    .p-menu-btn__line {
        width: 100%;
    }
}

.p-online-reserve__wrap {
    display: flex;
    padding: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    background: #F5F5F5;
}
.p-online-reserve__btn-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .p-online-reserve__btn-wrap {
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    width: 100%;
    }
}
.p-online-reserve__btn-wrap .c-cta-contact-item {
    flex: 1;
    min-width: 0;
}
@media screen and (max-width: 767px) {
    .p-online-reserve__btn-wrap {
        flex-direction: column;
    }
    .p-online-reserve__btn-wrap .c-cta-contact-item {
        flex: inherit;
    }
}

@media only screen and (max-width: 768px) {
    .p-online-reserve__wrap .c-cta-contact-item.c-contact-tel:not(:last-child),
    .p-online-reserve__wrap .c-cta-contact-item.c-contact-line:not(:last-child) {
        margin-bottom: 0;
    }
}

.p-operation__contents .c-cta-contact-item {
  max-width: 100%;
  min-width: 307px;
  width: 100%;
  height: 80px;
}
.p-operation__contents .c-cta-contact-item a {
    font-size: 1em;
}
.p-operation__contents .c-contact-tel img,
.p-operation__contents .c-contact-line img {
    width: 40px;
}
.p-operation__contents .p-online-reserve__text {
    color: #333;
    font-family: "Hiragino Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
}

@media screen and (max-width: 767px) {
    .p-scroll-hint-container {
        overflow-x: auto; /* 横方向のスクロールを有効 */
        -webkit-overflow-scrolling: touch;
        width: 100%;
    }
    .p-scroll-hint-container img {
        width: 1024px;
    }
}
.scroll-hint-shadow-wrap img {
  max-width: 1536px;
  min-width: 1000px;
}

.p-operation__contents .p-online-reserve__agreement {
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    border: 1px solid #DFDFDF;
}
@media screen and (max-width: 767px) {
    .p-operation__contents .p-online-reserve__agreement {
        flex-direction: column;
    }
}


/* カクカクしないアコーディオン */
.js-common-singleAccordion__content {
  display: grid;
  transition: grid-template-rows 0.3s ease-out;
  grid-template-rows: 0fr;
}
.js-common-singleAccordion-trigger.is-active .js-common-singleAccordion__content {
  grid-template-rows: 1fr;
}
.js-common-singleAccordion__content > div {
  overflow: hidden;
}