@charset "UTF-8";
@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: "Manrope", sans-serif;
}

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

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

.c-main {
  color: #BD399C;
}

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

.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;
  }
}

/* アコーディオン */
.acd-icon {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  background: #BD399C;
  border-radius: 100%;
}
.acd-icon::before, .acd-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 2px;
  background: #fff;
  transition: 0.4s;
}
.acd-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.acd-open .acd-icon:after {
  transform: translate(-50%, -50%) rotate(0deg);
}

/* モーダル */
/* === 下層ページ共通
==================================== */
.subpage-head-bg {
  width: 100%;
}
@media (min-width: 769px) {
  .subpage-head-bg {
    padding-right: 80px;
  }
}

.subpage-contents {
  margin-bottom: 70px;
}
@media (min-width: 769px) {
  .subpage-contents {
    margin-bottom: 120px;
  }
}
.subpage-contents .contents-inner {
  margin: 0 18px;
}
@media (min-width: 769px) {
  .subpage-contents .contents-inner {
    width: calc(100% - 160px);
    max-width: 1106px;
    margin: 0 auto;
  }
}

.subpage-ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 20px;
  padding-left: 24px;
}
@media (min-width: 769px) {
  .subpage-ttl {
    padding: 0;
    gap: 8px;
    margin: 60px auto 0;
    width: calc(100% - 160px);
    max-width: 1106px;
  }
}
.subpage-ttl::before {
  content: "";
  width: 16px;
  height: 1px;
  position: absolute;
  top: 19px;
  left: 0;
  background: #BD399C;
}
@media (min-width: 769px) {
  .subpage-ttl::before {
    width: 80px;
    top: 26px;
    left: -130px;
  }
}
.subpage-ttl .en {
  font-family: "Manrope", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 0.96;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .subpage-ttl .en {
    font-size: 50px;
  }
}
.subpage-ttl .ja {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23076923;
}
@media (min-width: 769px) {
  .subpage-ttl .ja {
    font-size: 13px;
  }
}
.subpage-ttl .main.ja {
  font-size: 30px;
  font-weight: 700;
  transform: translateY(3px);
}
@media (min-width: 769px) {
  .subpage-ttl .main.ja {
    font-size: 50px;
  }
}

@media (min-width: 769px) {
  .cmn-main-nav {
    border-bottom: 1px solid #BD399C;
  }
}
.cmn-main-nav .cmn-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 13px;
  margin: 30px 18px 0;
}
@media (min-width: 769px) {
  .cmn-main-nav .cmn-nav-list {
    flex-wrap: nowrap;
    align-items: flex-end;
    width: calc(100% - 160px);
    max-width: 1106px;
    margin: 60px auto 0;
    gap: 14px;
  }
}
.cmn-main-nav .nav-item {
  width: calc((100% - 13px) / 2);
}
@media (min-width: 769px) {
  .cmn-main-nav .nav-item {
    width: 100%;
    transform: translateY(1px);
  }
}
.cmn-main-nav .nav-item a,
.cmn-main-nav .nav-item button {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  text-align: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  min-height: 62px;
  padding: 12px 5px;
  border-radius: 6px;
  border: 1px solid #BD399C;
  background: #BD399C;
  color: #fff;
  font-size: 14px;
  line-height: 1.28571429;
  font-weight: 700;
}
@media (min-width: 769px) {
  .cmn-main-nav .nav-item a,
  .cmn-main-nav .nav-item button {
    border-radius: 6px 6px 0 0;
    min-height: 60px;
    font-size: clamp(12px, 1.5vw, 15px);
    line-height: 1.46666667;
  }
}
.cmn-main-nav .nav-item a span,
.cmn-main-nav .nav-item button span {
  display: inline-block;
}
.cmn-main-nav .nav-item.current a,
.cmn-main-nav .nav-item.current button {
  background: #fff;
  color: #BD399C;
}
@media (min-width: 769px) {
  .cmn-main-nav .nav-item.current a,
  .cmn-main-nav .nav-item.current button {
    height: 70px;
    border-bottom: none;
  }
  .cmn-main-nav .nav-item.current a:hover,
  .cmn-main-nav .nav-item.current button:hover {
    opacity: 1;
  }
}

.cmn-sub-nav {
  background: #F2F2F2;
  margin: 20px 13px 0;
  border-radius: 6px;
  padding: 30px 30px;
}
@media (min-width: 769px) {
  .cmn-sub-nav {
    margin: 0;
    border-radius: 0;
  }
}
.cmn-sub-nav .cmn-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
  margin-inline: auto;
  max-inline-size: max-content;
}
@media (min-width: 769px) {
  .cmn-sub-nav .cmn-nav-list {
    justify-content: center;
    width: calc(100% - 160px);
    max-width: 1106px;
    margin: 0 auto;
  }
}
.cmn-sub-nav .nav-item a,
.cmn-sub-nav .nav-item button {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #A3A3A3;
  padding: 7px 14px;
  border-left: 1px solid #BD399C;
  border-right: 1px solid #BD399C;
  margin-left: -1px;
}
@media (min-width: 769px) {
  .cmn-sub-nav .nav-item a,
  .cmn-sub-nav .nav-item button {
    font-size: 16px;
    padding: 6px clamp(20px, 5.1244509517vw, 70px);
  }
}
.cmn-sub-nav .nav-item.current a, .cmn-sub-nav .nav-item.current button {
  color: #BD399C;
}

.cmn-sec-ttl {
  position: relative;
  margin: 50px 0 40px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.26666667;
}
@media (min-width: 769px) {
  .cmn-sec-ttl {
    padding: 0;
    font-size: 38px;
    margin: 80px 0 60px;
  }
}
.cmn-sec-ttl span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
@media (min-width: 769px) {
  .cmn-sec-ttl span {
    display: block;
    width: 100%;
    max-width: 1156px;
    margin: 0 auto;
    padding-left: 40px;
  }
}
.cmn-sec-ttl span::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #BD399C;
}

/* ぱんくず */
.breadcrumb {
  position: relative;
  padding: 10px 18px;
}
@media (min-width: 769px) {
  .breadcrumb {
    padding: 10px 0;
  }
}
@media (min-width: 769px) {
  .breadcrumb .breadcrumb-list {
    width: calc(100% - 160px);
    max-width: 1106px;
    margin: 0 auto;
  }
}
.breadcrumb .breadcrumb-item {
  position: relative;
  font-size: 12px;
  display: inline;
  color: #B7B7B7;
}
.breadcrumb .breadcrumb-item:not(:last-child) {
  margin-right: 8px;
}
.breadcrumb .breadcrumb-item:not(:last-child):after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  transform: rotate(45deg) translateY(-3px);
  vertical-align: baseline;
}
@media (min-width: 769px) {
  .breadcrumb .breadcrumb-item:not(:last-child):after {
    width: 7px;
    height: 7px;
  }
}
.breadcrumb a {
  color: #212121;
  text-decoration: underline;
}

.cmn-search-block {
  margin: 40px 0;
  background: #F2F2F2;
  border-radius: 6px;
  padding: 40px 20px;
}
@media (min-width: 769px) {
  .cmn-search-block {
    margin: 50px auto 0;
    padding: 60px 20px;
  }
}
.cmn-search-block .search-box {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .cmn-search-block .search-box {
    max-width: 625px;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    font-size: 15px;
  }
}
.cmn-search-block .search-box + .search-box {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .cmn-search-block .search-box + .search-box {
    margin-top: 30px;
  }
}
.cmn-search-block .search-box .b-ttl {
  font-weight: 700;
}
@media (min-width: 769px) {
  .cmn-search-block .search-box .b-ttl {
    width: 95px;
    flex-shrink: 0;
  }
}
.cmn-search-block .search-box .input-box {
  position: relative;
}
@media (min-width: 769px) {
  .cmn-search-block .search-box .input-box {
    flex: 1;
  }
}
.cmn-search-block .search-box .input-wrap {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  display: block;
}
.cmn-search-block .search-box .input-wrap input[type=text] {
  background: #fff;
  width: calc(100% - 60px);
  height: 60px;
  padding: 0 20px;
}
.cmn-search-block .search-box .input-wrap input[type=text]::placeholder {
  color: #B7B7B7;
}
.cmn-search-block .search-box .input-wrap .keyword-submit {
  position: absolute;
  top: 0;
  right: 0;
  background: #BD399C url(../images/common/icon-search.svg) center/20px no-repeat;
  width: 60px;
  height: 60px;
}
.cmn-search-block .search-box .select-box {
  position: relative;
  background: #fff;
  border-radius: 6px;
  width: 100%;
}
@media (min-width: 769px) {
  .cmn-search-block .search-box .select-box {
    width: 280px;
    flex: none;
  }
}
.cmn-search-block .search-box .select-box:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  color: #BD399C;
  border-right: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 20px;
}
.cmn-search-block .search-box .select-box select {
  width: 100%;
  height: 60px;
  padding: 0 20px;
}
.cmn-search-block .search-box input[type=checkbox] {
  display: none;
}
.cmn-search-block .search-box .check {
  position: relative;
}
.cmn-search-block .search-box .check span {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}
.cmn-search-block .search-box .check span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 4px;
}
.cmn-search-block .search-box .check span::after {
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 7px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.cmn-search-block .search-box .check input[type=checkbox]:checked + span::before {
  background: #BD399C;
}
.cmn-search-block .search-box.category .input-box {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.cmn-search-block .btn-submit {
  margin: 30px auto 0;
  width: 100%;
  height: 70px;
  background: #BD399C;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media (min-width: 769px) {
  .cmn-search-block .btn-submit {
    margin-top: 40px;
    max-width: 320px;
    height: 60px;
    font-size: 15px;
    display: grid;
    place-content: center;
    transform: translateX(30px);
  }
}

.cmn-entry {
  margin: 40px 0;
  padding-bottom: 40px;
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 769px) {
  .cmn-entry {
    max-width: 860px;
    margin: 50px auto;
    padding-bottom: 50px;
  }
}
.cmn-entry .entry-head {
  border-top: 1px solid #BD399C;
  border-bottom: 1px solid #BD399C;
  display: flex;
  flex-wrap: wrap;
  padding: 32px 0;
  margin-bottom: 40px;
}
@media (min-width: 769px) {
  .cmn-entry .entry-head {
    padding: 40px 0;
    margin-bottom: 50px;
    align-items: center;
    gap: 20px;
  }
}
.cmn-entry .entry-head .hd-wrap {
  display: flex;
  align-items: center;
  gap: 14px;
}
@media (min-width: 769px) {
  .cmn-entry .entry-head .hd-wrap {
    order: 2;
  }
}
.cmn-entry .entry-head .date {
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
@media (min-width: 769px) {
  .cmn-entry .entry-head .date {
    font-size: 15px;
  }
}
.cmn-entry .entry-head .title {
  width: 100%;
  margin-top: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}
@media (min-width: 769px) {
  .cmn-entry .entry-head .title {
    order: 1;
    font-size: 30px;
    line-height: 1.46666667;
  }
}
.cmn-entry .entry-head .cmn-share-btn {
  margin-top: 20px;
}
@media (min-width: 769px) {
  .cmn-entry .entry-head .cmn-share-btn {
    order: 3;
    margin: 0 0 0 auto;
  }
}
.cmn-entry .entry-body {
  font-size: 16px;
}
@media (min-width: 769px) {
  .cmn-entry .entry-body {
    font-size: 15px;
  }
}

/* SNSシェアボタン */
.cmn-share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.cmn-share-btn a {
  display: inline-block;
}
.cmn-share-btn img {
  width: 35px;
}
@media (min-width: 769px) {
  .cmn-share-btn img {
    width: 35px;
  }
}

.cmn-header {
  z-index: 999;
  position: relative;
  opacity: 0;
  animation: fadeIn 0.6s ease 0.3s forwards;
}
@media (min-width: 769px) {
  .cmn-header .cmn-header-main {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 769px) {
  .cmn-header .cmn-header-main .cmn-header-in {
    padding: 19px 30px 19px clamp(10px, 2.9282576867vw, 40px);
    display: flex;
    gap: clamp(10px, 1.9033674963vw, 26px);
    transition: 0.4s;
    background: #fff;
  }
  .cmn-header .cmn-header-main .cmn-header-in.DownMove.is-fixed {
    padding: 36px clamp(30px, 10.980966325vw, 150px) 36px clamp(10px, 2.196193265vw, 30px);
  }
  .page-home .cmn-header .cmn-header-main .cmn-header-in.DownMove.is-fixed {
    padding: 36px 30px 36px clamp(10px, 2.196193265vw, 30px);
    background: rgba(255, 255, 255, 0.5);
  }
  .page-home .cmn-header .cmn-header-main .cmn-header-in.DownMove.is-fixed:hover {
    background: #fff;
  }
  .cmn-header .cmn-header-main .cmn-header-in.DownMove.is-fixed .dropdown-menu {
    padding-top: 52px;
  }
  .cmn-header .cmn-header-main .cmn-header-in.DownMove.is-fixed .hd-logo img {
    width: 68px;
  }
  .cmn-header .cmn-header-main .cmn-header-in.DownMove {
    position: fixed;
    top: 0;
    left: 0;
  }
  .cmn-header .cmn-header-main .cmn-header-in.UpMove {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
  }
}
@media (max-width: 768px) {
  .cmn-header .cmn-header-main .main-nav {
    display: none;
  }
}
.cmn-header .cmn-header-main .main-nav > ul {
  display: flex;
  gap: clamp(10px, 1.9033674963vw, 26px);
  font-size: 14px;
  font-weight: 700;
  height: 100%;
}
.cmn-header .cmn-header-main .main-nav .nav-item {
  position: relative;
}
.cmn-header .cmn-header-main .main-nav .nav-item:hover > a {
  opacity: 1;
}
.cmn-header .cmn-header-main .main-nav .nav-item:hover span::after {
  width: 100%;
}
.cmn-header .cmn-header-main .main-nav .nav-item > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.cmn-header .cmn-header-main .main-nav .nav-item > a span {
  position: relative;
  display: inline-block;
}
.cmn-header .cmn-header-main .main-nav .nav-item > a span::after {
  content: "";
  width: 0%;
  height: 1px;
  background: #BD399C;
  position: absolute;
  bottom: -6px;
  left: 0;
  transition: 0.4s 0.2s;
}
@media (max-width: 768px) {
  .cmn-header .cmn-header-main .hd-logo {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 16px;
    background: #fff;
    border-radius: 0 0 6px 0;
  }
}
.cmn-header .cmn-header-main .hd-logo img {
  width: 49px;
}
@media (max-width: 768px) {
  .page-home .cmn-header .cmn-header-main .hd-logo img {
    width: 66px;
  }
}
@media (min-width: 769px) {
  .cmn-header .cmn-header-main .hd-logo img {
    transition: 0.2s;
    width: 53px;
  }
}
.cmn-header .cmn-header-main .btn-menu {
  z-index: 2;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 54px;
  height: 54px;
}
.cmn-header .cmn-header-main .btn-menu::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/common/menu-open.svg) center right/54px no-repeat;
  transition: 0.4s;
}
.cmn-header .cmn-header-main .btn-menu::after {
  opacity: 0;
  content: "";
  width: 68px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 5px;
  background: url(../images/common/menu-close.svg) center right/68px no-repeat;
  transition: 0.4s;
}
@media (min-width: 769px) {
  .cmn-header .cmn-header-main .btn-menu {
    display: none;
  }
}
.cmn-header .pc-fixed-nav {
  z-index: 2;
  position: fixed;
  top: 30px;
  right: 0;
  width: 80px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cmn-header .pc-fixed-nav {
    display: none;
  }
}
.cmn-header .pc-fixed-nav .sub-nav ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.cmn-header .pc-fixed-nav .sub-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
  color: #212121;
  transition: color 0.4s;
}
.header-hover .cmn-header .pc-fixed-nav .sub-nav a {
  color: #fff;
}
.cmn-header .pc-fixed-nav .sub-nav .text {
  writing-mode: vertical-lr;
  text-orientation: upright;
  line-height: 1;
  letter-spacing: 0.2em;
}
.cmn-header .pc-fixed-nav .sub-nav .icon {
  width: 15px;
}
.cmn-header .gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #F2F2F2;
  display: none;
}
@media (min-width: 769px) {
  .cmn-header .gnav {
    display: none !important;
  }
}
.cmn-header .gnav .gnav-logo {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 66px;
}
.cmn-header .gnav .main-nav {
  padding: 133px 28px 0;
}
.cmn-header .gnav .main-nav ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 18px;
  font-weight: 700;
}
.cmn-header .gnav .main-nav a {
  display: block;
}
.cmn-header .gnav .main-nav .parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cmn-header .gnav .main-nav .children {
  display: none;
  padding-left: 17px;
  margin-top: 16px;
}
.cmn-header .gnav .main-nav .child {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.375;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cmn-header .gnav .main-nav .child + .child {
  margin-top: 10px;
}
.cmn-header .gnav .main-nav .child::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #BD399C;
  flex-shrink: 0;
}
.cmn-header .gnav .sub-nav {
  margin: 77px 4px 0;
}
.cmn-header .gnav .sub-nav ul {
  display: flex;
  justify-content: space-between;
}
.cmn-header .gnav .sub-nav li {
  flex-grow: 1;
}
.cmn-header .gnav .sub-nav li:not(:first-child) {
  border-left: 1px solid #DDDDDD;
}
.cmn-header .gnav .sub-nav a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 76px;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
}
.cmn-header .gnav .sub-nav .icon {
  display: flex;
  align-items: flex-end;
  height: 23px;
}
.cmn-header .gnav .copyright {
  text-align: center;
  padding: 30px 0;
  font-size: 10px;
  font-family: "Manrope", sans-serif;
}
@media (min-width: 769px) {
  .cmn-header .gnav .copyright {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .menu-open .cmn-header .cmn-header-in .btn-menu::before {
    opacity: 0;
  }
  .menu-open .cmn-header .cmn-header-in .btn-menu::after {
    opacity: 1;
  }
}

.cmn-header-bg {
  display: none;
  background: #000;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
@media (max-width: 768px) {
  .cmn-header-bg {
    display: none !important;
  }
}

.dropdown-menu {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 35px;
  transform: translateY(100%);
}
@media screen and (max-width: 950px) {
  .nav-item:last-child .dropdown-menu {
    left: auto;
    right: -30px;
  }
}
.dropdown-menu-in {
  background: #fff;
  padding: 20px 30px;
  min-width: 221px;
  border-radius: 6px;
  width: max-content;
}
.dropdown-menu .dropdown-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dropdown-menu .dropdown-list li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.dropdown-menu .dropdown-list li::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #BD399C;
  flex-shrink: 0;
}
.dropdown-menu .dropdown-list a {
  font-size: 13px;
  line-height: 1.69230769;
}

@media (min-width: 769px) {
  .cmn-footer {
    margin-right: 80px;
  }
}
.cmn-footer .ft-top {
  background: #F2F2F2;
  padding: 40px 18px 60px;
}
@media (min-width: 769px) {
  .cmn-footer .ft-top {
    padding: 110px clamp(20px, 3.6603221083vw, 50px) 110px clamp(30px, 3.6603221083vw, 50px);
  }
}
@media screen and (min-width: 1000px) {
  .cmn-footer .ft-top {
    padding: 110px 0 110px 80px;
  }
}
.cmn-footer .ft-top .ft-in {
  max-width: 1106px;
  margin: 0 auto;
}
.cmn-footer .ft-nav-wrap {
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 769px) {
  .cmn-footer .ft-nav-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 24px clamp(10px, 1.8181818182vw, 50px);
    padding-bottom: 50px;
    border-color: #fff;
  }
}
@media screen and (min-width: 1000px) {
  .cmn-footer .ft-nav-wrap {
    display: flex;
  }
}
.cmn-footer .ft-nav-block {
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .cmn-footer .ft-nav-block {
    flex-grow: 1;
  }
}
.cmn-footer .ft-nav-block:first-of-type .parent:first-child {
  border-top: 0px;
}
.cmn-footer .ft-nav-block .parent {
  border-top: 1px solid #DDDDDD;
  font-size: 14px;
  line-height: 1.57142857;
  padding: 16px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s;
}
@media (min-width: 769px) {
  .cmn-footer .ft-nav-block .parent {
    border-top: 0;
    font-size: 13px;
    font-weight: 700;
    padding: 0;
  }
  .cmn-footer .ft-nav-block .parent + .parent {
    margin-top: 24px;
  }
}
.cmn-footer .ft-nav-block .parent.acd-open {
  padding-bottom: 11px;
}
@media (max-width: 768px) {
  .cmn-footer .ft-nav-block .parent a {
    pointer-events: none;
  }
}
@media (min-width: 769px) {
  .cmn-footer .ft-nav-block .parent .acd-icon {
    display: none;
  }
}
.cmn-footer .ft-nav-block .children {
  display: none;
  padding-left: 27px;
  padding-bottom: 16px;
}
@media (min-width: 769px) {
  .cmn-footer .ft-nav-block .children {
    display: block !important;
    padding-left: 20px;
    padding-bottom: 0;
    margin-top: 14px;
  }
}
.cmn-footer .ft-nav-block .children-in {
  padding-left: 16px;
  margin-top: 8px;
}
.cmn-footer .ft-nav-block .children-in + .child {
  margin-top: 8px;
}
@media (min-width: 769px) {
  .cmn-footer .ft-nav-block .children-in + .child {
    margin-top: 12px;
  }
}
.cmn-footer .ft-nav-block .child {
  position: relative;
  font-size: 13px;
  line-height: 1.69230769;
  padding-left: 23px;
  display: block;
}
@media (min-width: 769px) {
  .cmn-footer .ft-nav-block .child {
    font-size: 12px;
  }
}
.cmn-footer .ft-nav-block .child + .child {
  margin-top: 8px;
}
@media (min-width: 769px) {
  .cmn-footer .ft-nav-block .child + .child {
    margin-top: 12px;
  }
}
.cmn-footer .ft-nav-block .child::before {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #BD399C;
  flex-shrink: 0;
  position: absolute;
  top: 10px;
  left: 0;
}
.cmn-footer .ft-link-wrap {
  margin: 30px 0 0;
}
@media (min-width: 769px) {
  .cmn-footer .ft-link-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
  }
}
.cmn-footer .ft-link-wrap .link-box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (min-width: 769px) {
  .cmn-footer .ft-link-wrap .link-box {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.cmn-footer .ft-link-wrap .link-list {
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.42857143;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 769px) {
  .cmn-footer .ft-link-wrap .link-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 12px;
    gap: 24px 20px;
    padding: 0;
  }
}
.cmn-footer .ft-link-wrap .copyright {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #fff;
  font-size: 10px;
  text-align: center;
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 769px) {
  .cmn-footer .ft-link-wrap .copyright {
    padding: 0;
    margin: 0;
    border: 0;
    flex-grow: 1;
    text-align: right;
    font-size: 9px;
  }
}
.cmn-footer .ft-bottom {
  background: #F2F2F2;
  padding: 0px 18px;
}
@media (min-width: 769px) {
  .cmn-footer .ft-bottom {
    background: #fff;
    padding: 42px 0 45px clamp(30px, 3.6603221083vw, 50px);
  }
}
@media screen and (min-width: 1000px) {
  .cmn-footer .ft-bottom {
    padding: 42px 0 45px 80px;
  }
}
.cmn-footer .ft-bottom .ft-in {
  padding-bottom: 22px;
}
@media (min-width: 769px) {
  .cmn-footer .ft-bottom .ft-in {
    max-width: 1156px;
    max-width: 1106px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
  }
}
.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: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  transition: none;
}
@media (min-width: 769px) {
  .cmn-pagetop {
    width: 30px;
    height: 30px;
    right: 25px;
    bottom: 25px;
  }
  .cmn-pagetop:hover::before {
    opacity: 0.6;
  }
}
.cmn-pagetop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets-common/images/pagetop.svg) center/100% no-repeat;
  transition: 0.4s;
}

.news-label {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 8px 15px;
  border-radius: 99px;
}
.news-label.cat0 {
  background: #E3BE5B;
}
.news-label.cat1 {
  background: #EDA1C9;
}
.news-label.cat2 {
  background: #70A7DF;
}

@media (min-width: 769px) {
  .cmn-dl {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0 20px;
  }
}
.cmn-dl .bundle {
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.625;
  border-bottom: 1px solid #DDDDDD;
}
@media (min-width: 769px) {
  .cmn-dl .bundle {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    border: 0;
    padding: 0;
    font-size: 15px;
    line-height: 1.66666667;
  }
}
.cmn-dl .bundle:first-child {
  border-top: 1px solid #DDDDDD;
}
@media (min-width: 769px) {
  .cmn-dl .bundle:first-child {
    border: 0;
  }
  .cmn-dl .bundle:first-child > dt {
    border-top: 1px solid #BD399C;
  }
  .cmn-dl .bundle:first-child > dd {
    border-top: 1px solid #DDDDDD;
  }
}
.cmn-dl .bundle > dt {
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .cmn-dl .bundle > dt {
    margin-bottom: 0;
    padding: 30px 16px 30px 10px;
    min-width: 120px;
    border-bottom: 1px solid #BD399C;
    flex-shrink: 0;
  }
}
.cmn-dl .bundle > dd {
  padding-left: 20px;
}
@media (min-width: 769px) {
  .cmn-dl .bundle > dd {
    padding: 30px 0 30px 10px;
    border-bottom: 1px solid #DDDDDD;
  }
}

.cmn-btn {
  margin: 0 auto;
}
.cmn-btn-in {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  width: 300px;
  height: 70px;
  margin: 0 auto;
  font-size: 16px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid;
}
@media (min-width: 769px) {
  .cmn-btn-in {
    width: 320px;
    height: 60px;
    font-size: 15px;
  }
}
.cmn-btn .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  color: #BD399C;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(45deg);
  margin-top: -5px;
}
.cmn-btn .blank {
  display: inline-block;
  aspect-ratio: 16/14;
  width: 16px;
  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.bg-main .cmn-btn-in {
  background: #BD399C;
  color: #fff;
}
.cmn-btn.bg-main .arrow {
  color: #fff;
}
.cmn-btn.bg-main .blank {
  background: #fff;
}

/* Slider */
.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 */