/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 09 2026 | 06:27:05 */
/* -------------
ヘッダーのPCエリアの設定
-----------------------------*/
.btn-absolute{
  position: absolute;
  top:-15%;
  left: 50%;
  transform: translate(-50%, -50%);
    z-index: 1;
}
@media (min-width: 960px) {
  .l-header__logo {
    display: none;
  }
  .-parallel .l-header__gnav .c-gnav>li>a {
    padding: 16px 2.5rem;
  }
}
.flex-end {
  justify-content: end;
  display: flex;
  margin: 0 0.8rem 0 0;
}
.flex-end .swell-block-button {
  display: inline-flex;
}
.flex-end .swell-block-button span {
  display: inline-block;
  min-width: 10em; /* ← 長い文言基準で調整 */
  text-align: center;
}
.h-original>.swell-block-columns__inner {
  justify-content: space-between;
}
.h-original .swell-block-columns .swell-block-column {
  width: auto;
}
@media (max-width: 1150px) {
  .original-pc-none {
    display: none;
  }
}
.l-fixHeader::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    #fff 27%,
    var(--color_main) 50%,
    #4a0f4a 100%
  );
  z-index: -1;
}
.c-infoBar {
    margin: 0.6em 0 0;
}
/* -------------
ヘッダーメニュー設定
-----------------------------*/
ul.c-gnav span.ttl {
  padding-left: 15px;
  padding-right: 15px;
  font-weight: bold;
}
.c-gnav>li:hover>a, .c-gnav>.-current>a {
  background: var(--color_main);
  color: #ffffff;
}
.c-gnav>.menu-item>a .ttl {
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 960px) {
  .l-header .w-header {
    display: block !important;
    width: 40%;
    align-items: center;
    display: flex;
  }
  .l-header__customBtn {
    display: none;
  }
}
@media (min-width: 960px) {
	.-parallel .l-header__gnav .c-gnav {
		justify-content: end;
		gap: 0.5rem;
	}
	.l-header__gnav .c-gnav > li {
  display: inline-flex;
}
.l-header__gnav .c-gnav .ttl {
  display: inline-block;
  min-width: 10em; /* ← 長い文言基準で調整 */
  text-align: center;
}
  .-parallel-bottom .l-header__gnav {
    margin-top: 0;
  }
  .-parallel-bottom .l-header__inner {
    padding-top: 0;
  }
}
/* メニュー横線 */
@media (min-width: 960px) {
	.-series-right .l-header__inner {
		margin: 0;
		display: flex;
		max-width: none;
		padding: 0 0 0 2rem;
	}
	    .-series-right .c-gnavWrap {
        padding: 0 1rem 0 0;
    }
}

/* ハンバーガーオリジナル */
.c-spnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0.1rem;
    gap: 1%;
}
.c-spnav .menu-item {
    position: relative;
    width: 100%;
    border: 1px solid #fff;
    margin: 1em auto;
    padding: 0.4rem;
    background: var(--color_gray);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s ease;
}
.c-spnav .menu-item:hover {
    background: var(--color_main);
    color: #fff;
    transform: translateY(-5px);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
}
.c-spnav .menu-item a {
    color: inherit;
    font-size: 0.9em;
}
.-right .p-spMenu__inner {
    transform: scale(1);
    transition: 0.5s;
}
[data-spmenu="opened"] .c-iconBtn {
    width: 100%;
    height: 100%;
}
.p-spMenu__inner {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    pointer-events: none; /* 非表示時のクリックを無効化 */
    transition: opacity 0.5s ease-in-out;
    z-index: 10;
}
[data-spmenu="opened"] .p-spMenu__inner {
    opacity: 1;
    pointer-events: auto; /* 表示時のクリックを有効化 */
}
.c-widget__title.-spmenu {
    text-align: center;
    letter-spacing: 2px;
    border: 1px solid var(--color_main);
    background: none;
    color: var(--color_main);
}
/* メニュー*/
@media (min-width: 960px) {
	.-series-right .l-header__inner {
		margin: 0;
		display: flex;
		max-width: none;
		padding: 0 0 0 2rem;
	}
}
.l-header__gnav ul.c-gnav>li:last-child a {
   background:var(--color_main);
	color:#fff;
}
@media (min-width: 960px) {
    .-series-right .c-gnavWrap {
    }
}
.l-header .c-gnav>.menu-item>a {
    width: 100%;
    align-items: center;
	padding:0 40px;
	border:1px solid var(--color_main);
}
.l-fixHeader__gnav .menu-item>a {
    width: 100%;
    align-items: center;
	padding:0 40px;
    color: #fff;
}
/* ▼ サブメニューを持つ親メニューのみに矢印を表示 */
.menu-item-has-children > a .ttl {
  position: relative;
  padding-right: 1.2em;
}
.menu-item-has-children > a .ttl::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
  color: currentColor;
  pointer-events: none;
}
.menu-item-has-children:hover > a .ttl::after {
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}
/* -------------
サブメニューの設定
-----------------------------*/
/* ▼ サブメニュー全体のデザイン強化 */
.c-gnav .sub-menu {
    box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
    border-radius: 8px;
    transform: translateY(10px);
    transition: all .25s ease;
}
/* 最後の境界線だけ消す */
.c-gnav .sub-menu > .menu-item:last-child > a {
    border-bottom: none;
}
.c-gnav .sub-menu {
    width: auto;
    min-width: 300px;
}
.c-gnav .sub-menu li {
    border-bottom: 1px dashed #2f6dff;
    position: relative;
    padding: 0.1em 0;
}
@media (max-width: 1100px) and (min-width: 960px) {
  .c-gnav > .menu-item > a .ttl {
    font-size: 1.1vw;
  }
}
/* 下層タイトル */
.l-topTitleArea__body .c-pageTitle {
    color: #3A4268;
	display: flex;
    flex-direction: column;
}
.c-pageTitle__subTitle {
    font-style: italic;
    margin-left: 0;
    opacity:1;
    color: #FFC703;
}
/* =====================================================
   共通
===================================================== */
.w-footer__box .menu {
  position: relative;
}
/* .w-footer__box .c-listMenu a {
    font-size: 11px;
} */
/* 「詳しく見る」ボタン */
/* .footer-more-btn {
  text-align: center;
  margin-top: 0.75em;
  font-size: 13px;
  color: var(--color_main, #4aa3df);
  cursor: pointer;
}

.footer-more-btn::after {
  content: "▼";
  font-size: 11px;
}
 */
/* =====================================================
   PC：2列・全表示
===================================================== */

@media (min-width: 768px) {

  /* メニューを2列に */
  .w-footer__box .menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1.5em;
    row-gap: .4em;
    max-height: none !important;
    overflow: visible;
  }

}


/* ----------------------------------- */
/* 追従設定 固定フッター*/
/* ----------------------------------- */
.floating {
  position: fixed;
  bottom: 0;
  z-index: 1000; 
  left: 50%;
  transform: translate(-50%, 0%);
		opacity: 0;
	visibility: hidden;
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
	display: none;
	transition: opacity 0.6s ease;
}
.floating.show {
	opacity: 1;
	visibility: visible;
	/* 表示時の状態 */
	pointer-events: auto;
	/* 表示時にクリック可能 */
	display: block;
	/* 表示 */
	transition: opacity 0.6s ease;
}
.icon-black svg:not([fill]) {
    fill: rgb(0 0 0);
}
/* 背景色用の::before */
  .floating::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    z-index: -1;
    height: 28px; /* ←忘れずに高さを指定 */
    background: inherit; /* 背景を引き継ぐなら */
  }
.floating .swell-block-button__link{
    padding: 1em;
    width: 320px;
    border-radius: 160px 160px 0 0;
    background: var(--color_main);
}