@charset "UTF-8";
.js-span-text {
  opacity: 0;
}
.js-span-text .anime-letter {
  display: inline-block;
  opacity: 0;
}
.js-span-text.in-view {
  opacity: 1;
}
.js-span-text.in-view .anime-letter:nth-child(1) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.36s;
}
.js-span-text.in-view .anime-letter:nth-child(2) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.42s;
}
.js-span-text.in-view .anime-letter:nth-child(3) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.48s;
}
.js-span-text.in-view .anime-letter:nth-child(4) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.54s;
}
.js-span-text.in-view .anime-letter:nth-child(5) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.6s;
}
.js-span-text.in-view .anime-letter:nth-child(6) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.66s;
}
.js-span-text.in-view .anime-letter:nth-child(7) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.72s;
}
.js-span-text.in-view .anime-letter:nth-child(8) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.78s;
}
.js-span-text.in-view .anime-letter:nth-child(9) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.84s;
}
.js-span-text.in-view .anime-letter:nth-child(10) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.9s;
}
.js-span-text.in-view .anime-letter:nth-child(11) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.96s;
}
.js-span-text.in-view .anime-letter:nth-child(12) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.02s;
}
.js-span-text.in-view .anime-letter:nth-child(13) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.08s;
}
.js-span-text.in-view .anime-letter:nth-child(14) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.14s;
}
.js-span-text.in-view .anime-letter:nth-child(15) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.2s;
}
.js-span-text.in-view .anime-letter:nth-child(16) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.26s;
}
.js-span-text.in-view .anime-letter:nth-child(17) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.32s;
}
.js-span-text.in-view .anime-letter:nth-child(18) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.38s;
}
.js-span-text.in-view .anime-letter:nth-child(19) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.44s;
}
.js-span-text.in-view .anime-letter:nth-child(20) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.5s;
}
.js-span-text.in-view .anime-letter:nth-child(21) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.56s;
}
.js-span-text.in-view .anime-letter:nth-child(22) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.62s;
}
.js-span-text.in-view .anime-letter:nth-child(23) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.68s;
}
.js-span-text.in-view .anime-letter:nth-child(24) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.74s;
}
.js-span-text.in-view .anime-letter:nth-child(25) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.8s;
}
.js-span-text.in-view .anime-letter:nth-child(26) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.86s;
}
.js-span-text.in-view .anime-letter:nth-child(27) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.92s;
}
.js-span-text.in-view .anime-letter:nth-child(28) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 1.98s;
}
.js-span-text.in-view .anime-letter:nth-child(29) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 2.04s;
}
.js-span-text.in-view .anime-letter:nth-child(30) {
  animation: fadeUpText 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards 2.1s;
}

@keyframes fadeUpText {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-0.4em);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
[data-anime=fadeInUp] {
  opacity: 0;
  transform: translateY(2em);
  transition: transform 0.6s cubic-bezier(0, 0, 0.26, 0.98) 0.3s, opacity 0.4s cubic-bezier(0, 0, 0.26, 0.98) 0.3s;
}
[data-anime=fadeInUp].in-view {
  opacity: 1;
  transform: translateY(0px);
}

@keyframes imgDropShadow {
  0% {
    top: 0;
    left: 0;
  }
  100% {
    top: revert-layer;
    left: revert-layer;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
* {
  box-sizing: border-box;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
}

.w100 {
  width: 100%;
  height: auto;
}

.img_fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_fit-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

a,
button {
  color: inherit;
}
@media (min-width: 769px) {
  a,
  button {
    transition: opacity 0.4s;
  }
  a:hover,
  button:hover {
    opacity: 0.6;
  }
}

.link-tel {
  text-decoration: underline;
}
@media (min-width: 769px) {
  .link-tel {
    pointer-events: none;
    text-decoration: none;
  }
}

.txtlink-blank {
  display: flex;
  align-items: center;
  gap: 10px;
}
.txtlink-blank::after {
  content: "";
  aspect-ratio: 16/14;
  width: 16px;
  flex-shrink: 0;
  background: #989898;
  -webkit-mask: url(../../assets-common/images/icon/blank.svg) center/contain no-repeat;
  mask: url(../../assets-common/images/icon/blank.svg) center/contain no-repeat;
}

.txt_underline {
  text-decoration: underline;
}

.link-disabled {
  pointer-events: none;
}

@media (max-width: 768px) {
  .pc-visible {
    display: none;
  }
}

@media (min-width: 769px) {
  .sp-visible {
    display: none;
  }
}

.f-en {
  font-family: "Cabin", sans-serif;
}

.t-indent {
  padding-left: 1em;
  text-indent: -1em;
}

/* === 共通
==================================== */
body {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  background: #FFF4F0;
  color: #212121;
  font-size: 14px;
}

@media (max-width: 768px) {
  body.has-cmnMainNav {
    padding-bottom: calc(var(--mainNavHeight, 60) * 1px);
  }
}

.no-contents-txt {
  text-align: center;
  font-size: 14px;
  margin: 60px auto;
}
@media (min-width: 769px) {
  .no-contents-txt {
    font-size: 18px;
    margin: 100px auto;
  }
}

/* サブバナー */
.subpage-subbnr-wrap {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
@media (min-width: 769px) {
  .subpage-subbnr-wrap {
    padding: 100px 0;
  }
}
.subpage-subbnr-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 30px);
  border-radius: 30px 30px 0 0;
  background-color: #FAFAF4;
  background-image: repeating-linear-gradient(90deg, rgba(155, 80, 0, 0.3), rgba(155, 80, 0, 0.3) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 12px);
}
.subpage-subbnr-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85%;
  max-height: 64vw;
  border-radius: 30px 30px 0 0;
  background: #FAFAF4;
  -webkit-mask: url(../../assets-common/images/clip-02.svg) center bottom/100% auto no-repeat;
  mask: url(../../assets-common/images/clip-02.svg) center bottom/100% auto no-repeat;
}
@media (min-width: 769px) {
  .subpage-subbnr-wrap::after {
    height: 77%;
    max-height: 28.6085825748vw;
  }
}
@media screen and (min-width: 1000px) {
  .subpage-subbnr-wrap::after {
    height: 97%;
    max-height: 24.1581259151vw;
  }
}

.cmn-sub-bnr {
  z-index: 1;
  position: relative;
  width: calc(100% - 48px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 17px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .cmn-sub-bnr {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: calc(100% - 96px);
    max-width: 896px;
  }
}
.cmn-sub-bnr li {
  width: 100%;
  aspect-ratio: 330/174;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.cmn-sub-bnr li a {
  width: 100%;
  height: 100%;
  display: block;
}
.cmn-sub-bnr li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* モーダル */
/* === 下層ページ共通
==================================== */
.subpage-head-bg {
  width: 100%;
  height: 50px;
  background-image: repeating-linear-gradient(90deg, rgba(155, 80, 0, 0.3), rgba(155, 80, 0, 0.3) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 12px);
  -webkit-mask: url(../../assets-common/images/clip-03.svg) center bottom/517px 50px repeat-x;
  mask: url(../../assets-common/images/clip-03.svg) center bottom/517px 50px repeat-x;
}
@media (min-width: 769px) {
  .subpage-head-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 212px;
    -webkit-mask: url(../../assets-common/images/clip-04.svg) center bottom/1356px 212px repeat-x;
    mask: url(../../assets-common/images/clip-04.svg) center bottom/1356px 212px repeat-x;
  }
}

/* 下層ページコンテンツ */
.subpage-contents {
  padding: 14px 0 50px;
}
@media (min-width: 769px) {
  .subpage-contents {
    padding: 121px 0 100px;
  }
}

.subpage-cmn-block {
  background: #fff;
  border-radius: 30px;
  width: calc(100% - 28px);
  margin: 28px auto 0;
  padding: 40px 20px;
}
@media (min-width: 769px) {
  .subpage-cmn-block {
    width: calc(100% - 80px);
    max-width: 1160px;
    margin-top: 60px;
    padding: 70px 90px;
  }
}

/* 下層ページタイトル */
.subpage-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #BD399C;
  gap: 6px;
}
@media (min-width: 769px) {
  .subpage-title {
    gap: 15px;
  }
}
.subpage-title .en {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 0.07em;
  line-height: 1;
  text-align: center;
}
@media (min-width: 769px) {
  .subpage-title .en {
    font-size: 56px;
  }
}
.subpage-title .ja {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14285714;
}

/* ぱんくず */
.subpage-breadcrumb {
  position: relative;
  padding: 30px 24px;
}
.subpage-breadcrumb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 30px);
  border-radius: 30px 30px 0 0;
  background-color: #fff;
}
@media (min-width: 769px) {
  .subpage-breadcrumb .breadcrumb-list {
    width: calc(100% - 32px);
    max-width: 1160px;
    margin: 0 auto;
  }
}
.subpage-breadcrumb .breadcrumb-item {
  position: relative;
  font-size: 12px;
  display: inline;
}
.subpage-breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 18px;
}
.subpage-breadcrumb .breadcrumb-item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1px;
  background: #9B9B9B;
  position: absolute;
  top: 50%;
  right: -12px;
}
.subpage-breadcrumb a {
  color: #9B9B9B;
  text-decoration: underline;
}

/* 記事 */
.cmn-entry .date {
  color: #BD399C;
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .cmn-entry .date {
    font-size: 18px;
  }
}
.cmn-entry .title {
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cmn-entry .title {
    margin-top: 25px;
    font-size: 26px;
    line-height: 1.38461538;
  }
}
.cmn-entry .period {
  margin-top: 10px;
  background: #BD399C;
  color: #fff;
  border-radius: 16px 16px 16px 0;
  font-size: 16px;
  padding: 10px 16px;
  display: inline-block;
}
@media (max-width: 768px) {
  .cmn-entry .period + .title {
    margin-top: 12px;
  }
}
.cmn-entry .entry-body {
  margin-top: 30px;
}
@media (min-width: 769px) {
  .cmn-entry .entry-body {
    margin-top: 50px;
  }
}

.cmn-entry-bottom {
  position: relative;
}
.cmn-entry-bottom .btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (min-width: 769px) {
  .cmn-entry-bottom .btn-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.cmn-entry-bottom .btn-wrap a.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.cmn-entry-bottom .btn-wrap a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #BD399C;
}
@media (min-width: 769px) {
  .cmn-entry-bottom .btn-wrap a {
    font-size: 15px;
    gap: 12px;
  }
}
.cmn-entry-bottom .btn-wrap a::before, .cmn-entry-bottom .btn-wrap a::after {
  content: "";
  display: block;
  width: 46px;
  height: 46px;
  border: 2px solid;
  border-radius: 100%;
}
@media (min-width: 769px) {
  .cmn-entry-bottom .btn-wrap a::before, .cmn-entry-bottom .btn-wrap a::after {
    width: 60px;
    height: 60px;
  }
}
.cmn-entry-bottom .btn-wrap a::after {
  background-color: #BD399C;
  -webkit-mask: url(../../assets-common/images/icon/arrow.svg) center/12px no-repeat;
  mask: url(../../assets-common/images/icon/arrow.svg) center/12px no-repeat;
}
@media (min-width: 769px) {
  .cmn-entry-bottom .btn-wrap a::after {
    -webkit-mask: url(../../assets-common/images/icon/arrow.svg) center/14px no-repeat;
    mask: url(../../assets-common/images/icon/arrow.svg) center/14px no-repeat;
  }
}
.cmn-entry-bottom .btn-wrap .btn-prev::after {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(-1, 1);
}
.cmn-entry-bottom .btn-wrap .btn-next::before {
  position: absolute;
  top: 0;
  right: 0;
}
.cmn-entry-bottom .cmn-btn {
  position: relative;
  z-index: 2;
  max-width: 320px;
  margin: 0 auto;
}

/* SNSシェアボタン */
.cmn-share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 40px auto 30px;
  padding-bottom: 40px;
  background: url(../../assets-common/images/dot.svg) bottom left/auto 2px repeat-x;
}
@media (min-width: 769px) {
  .cmn-share-btn {
    padding-bottom: 60px;
    margin-bottom: 50px;
  }
}
.cmn-share-btn a {
  display: inline-block;
}
.cmn-share-btn img {
  width: 45px;
}
@media (min-width: 769px) {
  .cmn-share-btn img {
    width: 35px;
  }
}

/* カテゴリナビ */
.cmn-category-wrap {
  background: #fff;
  border-radius: 30px;
  width: calc(100% - 28px);
  margin: 28px auto 30px;
  padding: 40px 20px;
}
@media (min-width: 769px) {
  .cmn-category-wrap {
    width: calc(100% - 80px);
    max-width: 1160px;
    margin: 60px auto 50px;
    padding: 60px 10px;
  }
}

.cmn-category-navi {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 15px;
}
@media (min-width: 769px) {
  .cmn-category-navi {
    justify-content: center;
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .cmn-category-navi li {
    width: calc((100% - 15px) / 2);
  }
  .cmn-category-navi li.c-all {
    width: 100%;
  }
}
.cmn-category-navi li.current a {
  background: #BD399C;
  color: #fff;
}
.cmn-category-navi a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  color: #BD399C;
  border: 2px solid;
  border-radius: 999px;
  padding: 10px 6px;
  min-height: 50px;
  font-size: 14px;
}
@media (min-width: 769px) {
  .cmn-category-navi a {
    padding: 10px 18px;
  }
}

.cmn-result-category {
  margin-bottom: 30px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #BD399C;
}
@media (min-width: 769px) {
  .cmn-result-category {
    margin-bottom: 50px;
    font-size: 32px;
  }
}

/* 下層ページタイトル */
/* リード */
/* 見出し（左縦にドット） */
/* 見出し（下/水平にドット） */
/* ページャー */
.cmn-hd-bar {
  z-index: 99;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #BD399C;
}
@media (min-width: 769px) {
  .cmn-hd-bar {
    height: 8px;
  }
}

.cmn-lang-bg {
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 768px) {
  .cmn-lang-bg {
    z-index: 90;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100lvh;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    transition: 0.4s;
  }
  .lang-open .cmn-lang-bg {
    opacity: 1;
    visibility: visible;
  }
}

.cmn-header {
  z-index: 99;
  position: sticky;
  top: 6px;
  left: 0;
}
@media (min-width: 769px) {
  .cmn-header {
    top: 25px;
    margin-top: 30px;
  }
}
.cmn-header-in {
  background: #fff;
  display: flex;
}
@media (max-width: 768px) {
  .cmn-header-in {
    border-bottom: 1px solid #F0F0F0;
  }
}
@media (min-width: 769px) {
  .cmn-header-in {
    position: relative;
    align-items: center;
    width: calc(100% - min(4.39238653vw, 60px));
    margin: 0 auto;
    height: 80px;
    border-radius: 999px;
    box-shadow: 0px 3px 10px 0 rgba(199, 199, 199, 0.15);
  }
}
.cmn-header .hd-logo {
  padding: 9px 14px;
}
@media (min-width: 769px) {
  .cmn-header .hd-logo {
    padding: 0 0 0 clamp(15px, 2.3426061493vw, 32px);
  }
}
.cmn-header .hd-logo a {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 769px) {
  .cmn-header .hd-logo a {
    flex-direction: column;
    gap: 6px;
  }
}
.cmn-header .hd-logo span {
  display: inline-block;
  line-height: 0;
}
@media (min-width: 769px) {
  .cmn-header .hd-logo .aeontown img {
    width: 162px;
    width: clamp(130px, 11.859443631vw, 162px);
  }
}
@media (min-width: 769px) {
  .cmn-header .hd-logo .store img {
    width: auto;
    height: 11px;
    height: clamp(9px, 0.8052708638vw, 11px);
  }
}
@media (max-width: 768px) {
  .cmn-header .main-nav {
    margin-left: auto;
  }
}
@media (min-width: 769px) {
  .cmn-header .main-nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 768px) {
  .cmn-header .main-nav ul {
    display: flex;
    align-items: flex-end;
    height: 100%;
  }
}
@media (min-width: 769px) {
  .cmn-header .main-nav ul {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: clamp(25px, 5vw, 50px);
    margin-inline: auto;
    max-inline-size: max-content;
  }
}
@media (max-width: 768px) {
  .cmn-header .main-nav ul li {
    height: 100%;
    border-left: 1px solid #F0F0F0;
  }
}
@media (min-width: 769px) {
  .cmn-header .main-nav ul li {
    height: 100%;
  }
}
.cmn-header .main-nav ul li.shop .icon::before {
  aspect-ratio: 25/22;
  width: 27px;
  -webkit-mask: url(../../assets-common/images/icon/shop.svg) right top/contain no-repeat;
  mask: url(../../assets-common/images/icon/shop.svg) right top/contain no-repeat;
}
@media (min-width: 769px) {
  .cmn-header .main-nav ul li.shop .icon::before {
    width: 27px;
  }
}
.cmn-header .main-nav ul li.access .icon::before {
  aspect-ratio: 34/17;
  width: 34px;
  -webkit-mask: url(../../assets-common/images/icon/access.svg) center/contain no-repeat;
  mask: url(../../assets-common/images/icon/access.svg) center/contain no-repeat;
}
@media (max-width: 768px) {
  .cmn-header .main-nav ul li.access .icon::before {
    margin-top: 4px;
  }
}
@media (max-width: 768px) {
  .cmn-header .main-nav ul a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    height: 100%;
    padding: 8px 10px;
  }
}
@media (min-width: 769px) {
  .cmn-header .main-nav ul a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    gap: 8px;
  }
}
.cmn-header .main-nav ul .icon {
  position: relative;
  display: inline-block;
}
.cmn-header .main-nav ul .icon::before {
  content: "";
}
@media (max-width: 768px) {
  .cmn-header .main-nav ul .icon::before {
    background: #BD399C;
    display: block;
    width: 100%;
    height: 24px;
  }
}
@media (min-width: 769px) {
  .cmn-header .main-nav ul .icon::before {
    display: block;
    background: #BD399C;
    height: 26px;
  }
}
.cmn-header .main-nav ul .text {
  font-size: clamp(10px, 0.878477306vw, 12px);
  font-weight: 700;
}
@media (max-width: 768px) {
  .cmn-header .main-nav ul .text {
    font-size: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 769px) {
  .cmn-header .main-nav ul .text:not(.type02) {
    width: max-content;
  }
}
@media (min-width: 769px) {
  .cmn-header .main-nav ul .text.type02 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.cmn-header .sub-nav {
  margin-left: auto;
}
@media (min-width: 769px) {
  .cmn-header .sub-nav {
    height: 100%;
  }
}
.cmn-header .sub-nav ul {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.cmn-header .sub-nav ul li {
  height: 100%;
  border-left: 1px solid #F0F0F0;
}
@media (min-width: 769px) {
  .cmn-header .sub-nav ul li.access {
    display: none;
  }
}
.cmn-header .sub-nav ul li.access .text {
  margin-top: 2px;
}
.cmn-header .sub-nav ul li.lang {
  position: relative;
}
.cmn-header .sub-nav ul a,
.cmn-header .sub-nav ul button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  padding: 8px 12px;
}
@media (min-width: 769px) {
  .cmn-header .sub-nav ul a,
  .cmn-header .sub-nav ul button {
    justify-content: center;
    padding: 0 19px;
  }
}
@media (min-width: 769px) {
  .cmn-header .sub-nav ul .icon img {
    width: 24px;
    height: 24px;
  }
}
.cmn-header .sub-nav ul .text {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.22222222;
  margin-top: 4px;
}
@media (min-width: 769px) {
  .cmn-header .sub-nav ul .text {
    font-size: 11px;
    margin-top: 5px;
  }
}
.cmn-header .sub-nav .lang-dropdown {
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 120px;
  overflow: hidden;
  transform: translateY(100%);
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0.6s;
}
.lang-open .cmn-header .sub-nav .lang-dropdown {
  visibility: visible;
}
@media (min-width: 769px) {
  .cmn-header .sub-nav .lang-dropdown {
    bottom: -13px;
    width: 130px;
    border-radius: 10px;
  }
}
.cmn-header .sub-nav .lang-dropdown .in {
  display: flex;
  flex-direction: column;
  background: #fff;
  transition: transform 0.6s;
  pointer-events: auto;
}
@media (max-width: 768px) {
  .cmn-header .sub-nav .lang-dropdown .in {
    transform: translateX(100%);
  }
}
@media (min-width: 769px) {
  .cmn-header .sub-nav .lang-dropdown .in {
    transform: translateY(-100%);
  }
}
.lang-open .cmn-header .sub-nav .lang-dropdown .in {
  transform: translate(0%);
}
.cmn-header .sub-nav .lang-dropdown a {
  display: block;
  padding: 12px 0;
  text-align: center;
  font-size: 11px;
}
.cmn-header .sub-nav .lang-dropdown a + a {
  border-top: 1px solid #E5E5E5;
}

.cmn-footer {
  position: relative;
  z-index: 1;
}
.cmn-footer .ft-top {
  background: #FAFAF5;
  padding: 40px 18px 30px;
  border-radius: 30px 30px 0 0;
}
@media (min-width: 769px) {
  .cmn-footer .ft-top {
    padding: 67px 0;
  }
}
@media (min-width: 769px) {
  .cmn-footer .ft-top .ft-in {
    width: calc(100% - 48px);
    max-width: 1116px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
  }
}
.cmn-footer .ft-top .link-list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 10px;
  padding: 0 10px;
}
@media (min-width: 769px) {
  .cmn-footer .ft-top .link-list {
    gap: 20px 40px;
  }
}
.cmn-footer .ft-top .link-list li {
  width: calc(50% - 5px);
  font-size: 14px;
}
@media (min-width: 769px) {
  .cmn-footer .ft-top .link-list li {
    width: auto;
    font-size: 12px;
  }
}
.cmn-footer .ft-top .copyright {
  padding-top: 30px;
  margin-top: 30px;
  text-align: center;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #7C7C7C;
  border-top: 1px solid #FFFFFF;
}
@media (min-width: 769px) {
  .cmn-footer .ft-top .copyright {
    border-top: 0;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
  }
}
.cmn-footer .ft-bottom {
  background: #fff;
  padding: 30px 18px;
}
@media (min-width: 769px) {
  .cmn-footer .ft-bottom {
    padding: 40px 0;
  }
}
@media (min-width: 769px) {
  .cmn-footer .ft-bottom .ft-in {
    width: calc(100% - 48px);
    max-width: 1116px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
.cmn-footer .ft-bottom .wrap {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
@media (min-width: 769px) {
  .cmn-footer .ft-bottom .wrap {
    align-items: center;
    gap: 40px;
  }
}
.cmn-footer .ft-bottom .wrap .logo {
  width: 96px;
  flex-shrink: 0;
}
@media (min-width: 769px) {
  .cmn-footer .ft-bottom .wrap .logo {
    width: 88px;
  }
}
.cmn-footer .ft-bottom .wrap .link {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 769px) {
  .cmn-footer .ft-bottom .wrap .link {
    display: flex;
    gap: 40px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .cmn-footer .ft-bottom .wrap .link p + p {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .cmn-footer .ft-bottom .tree-logo {
    padding-top: 24px;
    margin-top: 30px;
    border-top: 1px solid #DDDDDD;
  }
}
.cmn-footer .ft-bottom .tree-logo a {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.cmn-pagetop {
  display: none;
  z-index: 10;
  position: fixed;
  bottom: calc(var(--mainNavHeight, 60) * 1px + 14px);
  right: 14px;
  width: 38px;
  height: 38px;
  background: #BD399C;
  border-radius: 100%;
  transition: none;
}
.cmn-pagetop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-mask: url(../../assets-common/images/icon/arrow02.svg) center/12px no-repeat;
  mask: url(../../assets-common/images/icon/arrow02.svg) center/12px no-repeat;
  transform: scale(1, -1);
}

.cmn-card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 21px;
}
@media (min-width: 769px) {
  .cmn-card-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.cmn-card a {
  position: relative;
}
@media (min-width: 769px) {
  .cmn-card a {
    opacity: 1;
  }
  .cmn-card a:hover .photo img {
    transform: scale(1.2);
  }
}
.cmn-card .icon-new {
  z-index: 2;
  position: absolute;
  top: -25px;
  left: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 52px;
  aspect-ratio: 1/1;
  background: url(../../assets-common/images/icon/new_bg.svg) center/100% no-repeat;
  font-family: "Cabin", sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 769px) {
  .cmn-card .icon-new {
    width: 64px;
    font-size: 13px;
    top: -32px;
    left: 10px;
  }
}
.cmn-card .photo {
  z-index: 1;
  position: relative;
}
.cmn-card .photo.w-shadow {
  position: relative;
  margin: 0 8px 20px 0;
}
@media (min-width: 769px) {
  .cmn-card .photo.w-shadow {
    margin: 0 14px 30px 0;
  }
}
.cmn-card .photo.w-shadow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 100%;
  aspect-ratio: 1/1;
  background: #BD399C;
  border-radius: 20px;
}
@media (min-width: 769px) {
  .cmn-card .photo.w-shadow::before {
    top: 14px;
    left: 14px;
    border-radius: 30px;
  }
}
.cmn-card .photo .photo-in {
  position: relative;
  z-index: 2;
  aspect-ratio: 1/1;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFF4F0;
}
@media (min-width: 769px) {
  .cmn-card .photo .photo-in {
    border-radius: 30px;
  }
}
.cmn-card .photo .photo-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(1.2) blur(14px);
  filter: brightness(1.2) blur(14px);
}
.cmn-card .photo img {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 0.6s;
}

.in-view .cmn-card:nth-child(1) .photo.w-shadow::before {
  animation: imgDropShadow 0.4s ease both 0.4s;
}
.in-view .cmn-card:nth-child(2) .photo.w-shadow::before {
  animation: imgDropShadow 0.4s ease both 0.6s;
}
.in-view .cmn-card:nth-child(3) .photo.w-shadow::before {
  animation: imgDropShadow 0.4s ease both 0.8s;
}
.in-view .cmn-card:nth-child(4) .photo.w-shadow::before {
  animation: imgDropShadow 0.4s ease both 1s;
}
.in-view .cmn-card:nth-child(5) .photo.w-shadow::before {
  animation: imgDropShadow 0.4s ease both 1.2s;
}
.in-view .cmn-card:nth-child(6) .photo.w-shadow::before {
  animation: imgDropShadow 0.4s ease both 1.4s;
}
.in-view .cmn-card:nth-child(7) .photo.w-shadow::before {
  animation: imgDropShadow 0.4s ease both 1.6s;
}
.in-view .cmn-card:nth-child(8) .photo.w-shadow::before {
  animation: imgDropShadow 0.4s ease both 1.8s;
}
.in-view .cmn-card:nth-child(9) .photo.w-shadow::before {
  animation: imgDropShadow 0.4s ease both 2s;
}
.in-view .cmn-card:nth-child(10) .photo.w-shadow::before {
  animation: imgDropShadow 0.4s ease both 2.2s;
}
.in-view .cmn-card:nth-child(11) .photo.w-shadow::before {
  animation: imgDropShadow 0.4s ease both 2.4s;
}
.in-view .cmn-card:nth-child(12) .photo.w-shadow::before {
  animation: imgDropShadow 0.4s ease both 2.6s;
}

@media (min-width: 769px) {
  .cmn-card-body {
    transition: opacity 0.4s;
  }
  a:hover .cmn-card-body {
    opacity: 0.6;
  }
}
.cmn-card-body .label-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 10px;
}
.cmn-card-body .event-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  padding: 5px 7px;
  color: #FF3836;
  border: 1px solid #FF3836;
}
.cmn-card-body .event-label.now {
  background: #FF3836;
  color: #fff;
}
.cmn-card-body .event-label.end {
  border-color: #9B9B9B;
  background: #9B9B9B;
  color: #fff;
}
.cmn-card-body .event-category {
  font-family: "Cabin", sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  color: #BD399C;
  border: 1px solid;
  border-radius: 99px;
  padding: 6px 14px 5px;
}
.cmn-card-body .category-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  border-radius: 99px;
  padding: 8px 14px;
  margin-bottom: 8px;
  color: #fff;
}
.cmn-card-body .category-label.cat-01 {
  background: #BD399C;
}
.cmn-card-body .category-label.cat-02 {
  background: #FF8773;
}
.cmn-card-body .category-label.cat-03 {
  background: #FF9F4B;
}
.cmn-card-body .category-label.cat-04 {
  background: #00C171;
}
.cmn-card-body .category-label.cat-05 {
  background: #F1BF41;
}
.cmn-card-body .category-label.cat-06 {
  background: #4897E7;
}
.cmn-card-body .date {
  font-family: "Cabin", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #BD399C;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (min-width: 769px) {
  .cmn-card-body .date {
    font-size: 14px;
  }
}
.cmn-card-body .period {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #BD399C;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (min-width: 769px) {
  .cmn-card-body .period {
    font-size: 13px;
  }
}
.cmn-card-body .main-txt {
  font-size: 15px;
  line-height: 1.57142857;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cmn-card-body .sub-txt {
  font-size: 14px;
  line-height: 1.42857143;
  color: #9B9B9B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.cmn-card-body .floor {
  margin-top: 4px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
}
@media (min-width: 769px) {
  .cmn-card-body .floor {
    font-size: 13px;
  }
}
.cmn-card-body .floor::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #BD399C;
  border-radius: 100%;
  flex-shrink: 0;
}
.cmn-card-body .payment-list {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.cmn-card-body .num {
  display: inline-block;
  color: #BD399C;
  border: 1px solid;
  font-family: "Cabin", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 4px 12px;
  border-radius: 8px;
}

.cmn-table-list {
  position: relative;
}
.cmn-table-list::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: -1px;
  left: 0;
  background: url(../../assets-common/images/dot.svg) bottom left/10px 2px repeat-x;
}
.cmn-table-list .bundle {
  position: relative;
  font-size: 14px;
  line-height: 1.42857143;
}
@media (min-width: 769px) {
  .cmn-table-list .bundle {
    width: 100%;
    display: flex;
    font-size: 15px;
    line-height: 1.53333333;
  }
}
.cmn-table-list .bundle::before {
  content: "";
  width: 100%;
  height: 2px;
  background: url(../../assets-common/images/dot.svg) center left/10px 2px repeat-x;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.cmn-table-list .bundle dt {
  background: #FFFADD;
  padding: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .cmn-table-list .bundle dt {
    width: 240px;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-left: 20px;
  }
}
.cmn-table-list .bundle dd {
  padding: 16px;
}
@media (min-width: 769px) {
  .cmn-table-list .bundle dd {
    flex: 1;
    padding: 19px 0 19px 32px;
    min-height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cmn-table-list .link-tel {
  display: inline-block;
  padding-right: 1em;
}
.cmn-table-list .link-txt {
  text-decoration: underline;
}
.cmn-table-list .sns-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cmn-table-list .sns-list img {
  width: 35px;
}
.cmn-table-list .payment-list {
  margin-bottom: 8px;
}

.cmn-btn {
  margin: 0 auto;
}
.cmn-btn-in {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  text-align: center;
  background: #BD399C;
  color: #fff;
  padding: 21px 10px;
  border-radius: 999px;
  border: 2px solid transparent;
}
@media (min-width: 769px) {
  .cmn-btn-in {
    font-size: 14px;
    transition: 0.4s;
  }
  .cmn-btn-in:hover {
    opacity: 1;
    color: #BD399C;
    background: #fff;
    border-color: #BD399C;
  }
  .cmn-btn-in:hover .arrow,
  .cmn-btn-in:hover .blank {
    background: #BD399C;
  }
}
.cmn-btn .arrow {
  display: inline-block;
  width: 11px;
  height: 7px;
  margin-right: 12px;
  background: #fff;
  -webkit-mask: url(../../assets-common/images/icon/arrow02.svg) center/contain no-repeat;
  mask: url(../../assets-common/images/icon/arrow02.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .cmn-btn .arrow {
    transition: background 0.4s;
  }
}
.cmn-btn .blank {
  display: inline-block;
  aspect-ratio: 16/14;
  width: 16px;
  margin-left: 10px;
  background: #fff;
  -webkit-mask: url(../../assets-common/images/icon/blank.svg) center/contain no-repeat;
  mask: url(../../assets-common/images/icon/blank.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .cmn-btn .blank {
    transition: background 0.4s;
  }
}

.cmn-btn-02 {
  margin: 0 auto;
}
.cmn-btn-02-in {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 16px;
  text-align: center;
  color: #BD399C;
  background: #fff;
  padding: 19px 10px;
  border-radius: 999px;
  border: 2px solid #BD399C;
}
@media (min-width: 769px) {
  .cmn-btn-02-in {
    font-size: 14px;
    transition: 0.4s;
  }
  .cmn-btn-02-in:hover {
    opacity: 1;
    background: #BD399C;
    color: #fff;
  }
  .cmn-btn-02-in:hover .arrow,
  .cmn-btn-02-in:hover .blank {
    background: #fff;
  }
}
.cmn-btn-02 .arrow {
  display: inline-block;
  width: 11px;
  height: 7px;
  margin-right: 12px;
  background: #BD399C;
  -webkit-mask: url(../../assets-common/images/icon/arrow02.svg) center/contain no-repeat;
  mask: url(../../assets-common/images/icon/arrow02.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .cmn-btn-02 .arrow {
    transition: background 0.4s;
  }
}
.cmn-btn-02 .blank {
  display: inline-block;
  aspect-ratio: 16/14;
  width: 16px;
  margin-left: 10px;
  background: #BD399C;
  -webkit-mask: url(../../assets-common/images/icon/blank.svg) center/contain no-repeat;
  mask: url(../../assets-common/images/icon/blank.svg) center/contain no-repeat;
}
@media (min-width: 769px) {
  .cmn-btn-02 .blank {
    transition: background 0.4s;
    width: 14px;
  }
}

/* Slider */
.splide.no-slide {
  visibility: visible;
}

.splide-wrapper {
  position: relative;
}

.splide__track {
  border-radius: 30px;
  border-left: 1px solid #fff;
}

.splide__slide {
  aspect-ratio: 1/1;
  width: 100%;
}
.splide__slide a, .splide__slide .slide-in {
  display: block;
  width: 100%;
  height: 100%;
}
.splide__slide .slide-in {
  position: relative;
  background: #FFF4F0;
}
.splide__slide .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-filter: brightness(1.2) blur(14px);
  filter: brightness(1.2) blur(14px);
}
.splide__slide img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.thumbnails {
  margin: 16px 14px 0;
  display: flex;
  gap: 7px;
  justify-content: center;
}
@media (min-width: 769px) {
  .thumbnails {
    gap: 10px;
    margin: 16px 0 0;
  }
}
.thumbnails li {
  aspect-ratio: 1/1;
  width: 52px;
  border-radius: 8px;
  border: 2px solid transparent;
  overflow: hidden;
}
@media (min-width: 769px) {
  .thumbnails li {
    width: 56px;
  }
}
.thumbnails li.is-active {
  border-color: #BD399C;
}
.thumbnails li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.splide__arrow {
  width: 46px;
  height: 46px;
  background: #BD399C;
  opacity: 1;
  display: grid;
  place-content: center;
}
@media (max-width: 768px) {
  .splide__arrow {
    opacity: 1 !important;
  }
}
@media (min-width: 769px) {
  .splide__arrow {
    width: 50px;
    height: 50px;
  }
}
.splide__arrow::before {
  content: "";
  display: block;
  width: 14px;
  height: 10px;
  background-color: #fff;
  -webkit-mask: url(../../assets-common/images/icon/arrow.svg) right top/contain no-repeat;
  mask: url(../../assets-common/images/icon/arrow.svg) right top/contain no-repeat;
}
@media (min-width: 769px) {
  .splide__arrow::before {
    width: 18px;
    height: 12px;
  }
}
.no-slide .splide__arrow {
  display: none;
}

.splide__arrow--prev {
  left: 0;
  margin-left: -20px;
  transform: scale(-1, 1) translateY(-50%);
}
@media (min-width: 769px) {
  .splide__arrow--prev {
    margin-left: -25px;
  }
}

.splide__arrow--next {
  right: 0;
  margin-right: -20px;
}
@media (min-width: 769px) {
  .splide__arrow--next {
    margin-right: -25px;
  }
}

.wysiwyg {
  font-size: inherit;
  line-height: 1.8;
  word-break: break-all;
}

.wysiwyg p:after {
  content: "";
  display: block;
  clear: both;
}

.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {
  font-weight: bold;
}

.wysiwyg h1 {
  font-size: 200%;
}

.wysiwyg h2 {
  font-size: 180%;
}

.wysiwyg h3 {
  font-size: 160%;
}

.wysiwyg h4 {
  font-size: 140%;
}

.wysiwyg h5 {
  font-size: 120%;
}

.wysiwyg h6 {
  font-size: 100%;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg a {
  text-decoration: underline;
}

.wysiwyg a:hover {
  text-decoration: none;
}

.wysiwyg strong,
.wysiwyg b {
  font-weight: bold;
}

.wysiwyg em {
  font-style: italic;
}

.wysiwyg sup {
  vertical-align: super;
  font-size: smaller;
}

.wysiwyg sub {
  vertical-align: sub;
  font-size: smaller;
}

.wysiwyg code {
  display: block;
  padding: 20px;
  background: #eee;
}

.wysiwyg ul, .wysiwyg ol {
  padding-left: 1.5em;
}

.wysiwyg ul {
  list-style: disc;
}

.wysiwyg ol {
  list-style: decimal;
}

.wysiwyg ul[style] li, .wysiwyg ol[style] li {
  list-style-type: inherit !important;
}

.wysiwyg ul li, .wysiwyg ol li {
  list-style-position: inside;
}

.wysiwyg ul li {
  list-style-type: disc;
}

.wysiwyg ol li {
  list-style-type: decimal;
}

.wysiwyg table {
  width: 100% !important;
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .wysiwyg .table-wrap {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar {
    height: 15px;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .wysiwyg .table-wrap::-webkit-scrollbar-thumb {
    background: #bbb;
  }
}
/* === 共通レイアウト
==================================== */
/*# sourceMappingURL=map/common.css.map */