/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */

* {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	vertical-align: baseline;
}

html {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

li,
dd {
	list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
	display: block;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

body {
	background: #fff;
	color: #000000;
	font-family: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.6;
}

.l-inner {
	padding: 0 40px;
}

.c-widget--title {
	background: url(../img/heading-line.png) repeat-x bottom center/340px auto;
	color: #000;
}

/* ========== 基本変数 ========== */

/* ========== ボタン配置（親コンテナ） ========== */

.buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 16px; /* デフォルトは左寄せ */
	justify-content: flex-start;
	margin-top: 30px;
}

.buttons--center {
	justify-content: center;
}

.buttons--right {
	justify-content: flex-end;
}

/* ========== ボタン本体 ========== */

.btn {
	align-items: center;
	background: transparent;
	border: 1px solid transparent;
	border-radius: 40px;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font-size: 1.1rem;
	font-weight: 700;
	gap: 0.6rem;
	justify-content: center;
	letter-spacing: 0.08em;
	line-height: 1;
	padding: 15px 60px;
	text-decoration: none;
	transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), background 0.25s cubic-bezier(0.2, 0.7, 0.2, 1), color 0.25s cubic-bezier(0.2, 0.7, 0.2, 1);
	white-space: nowrap;
}

.btn:hover {
	opacity: 0.7;
}

.btn:active {
	transform: translateY(0);
}

.btn:focus-visible {
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.14);
	outline: none;
}

/* ========== カラーバリエーション ========== */

/* 単色ボタン（READ MOREなど） */

.btn--primary {
	background: linear-gradient(180deg, #870A7C 0%, #5F2068 100%);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
	color: #fff;
}

.btn--primary-sub {
	background: #fff;
	color: #860C7C;
}

/* グラデーションボタン（Instagramなど） */

.btn--grad {
	background: linear-gradient(to right, #EF9D5F, #D4415F, #BB3481, #7744A2, #864099);
	box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
	color: #fff;
	text-align: center;
}

.btn--grad:hover {
	opacity: 0.7;
}

/* NEWSボタン（右矢印付き） */

.btn--news {
	background: transparent;
	box-shadow: none;
	color: #860C7C;
}

.btn--news .btn__icon-circle {
	align-items: center;
	background: #860C7C;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	height: 20px;
	justify-content: center;
	transition: background 0.2s ease, transform 0.2s ease;
	width: 20px;
}

.btn--news .btn__icon-circle svg {
	height: 13px;
	width: 13px;
}

.btn--news:hover .btn__icon-circle {
	background: #4e0748;
	transform: translateX(7px);
}

/* ========== 汎用オプション ========== */

.btn--outline {
	background: transparent;
	border-color: currentColor;
	color: #860C7C;
}

.btn--block {
	max-width: none;
	width: 100%;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 16px;
}

/* ========================================
  Header
======================================== */

.header {
	border-top: 6px solid #860C7C;
	width: 100%;
}

.header .header__inner {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin: auto;
	max-width: 1950px;
	padding: 65px 15px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1006; /* Logo */ /* PCナビ（基本はPCで表示、SPでは非表示） */ /* ハンバーガー（SP表示、PCは非表示） */ /* Drawer Icon */
}

.header .header__inner.active {
	background: rgba(251, 251, 251, 0.2);
	transition: all 0.3s ease-in;
}

.header .header__inner .p-header__logo {
	left: 70px;
	position: fixed;
	top: 7px;
	z-index: 1004;
}

.header .header__inner .p-header__logo a img {
	display: block;
	width: 110px;
}

.header .header__inner .header__nav {
	display: none; /* 共通リンク装飾（PC） */
}

.header .header__inner .header__nav .header__link {
	color: #000;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 3px;
	position: relative;
	transition: color 0.3s ease;
}

.header .header__inner .header__nav .header__link::after {
	background: #860C7C;
	bottom: -5px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.5s;
	width: 0;
}

.header .header__inner .header__nav .header__link:hover::after,
.header .header__inner .header__nav .header__link:active::after {
	width: 100%;
}

.header .header__inner .drawer-icon {
	background: transparent;
	height: 40px;
	position: relative;
	width: 40px;
	z-index: 1003;
}

.header .header__inner .drawer-icon .drawer-icon__bar {
	background-color: #666;
	border-radius: 2px;
	height: 2px;
	left: 0;
	position: absolute;
	transition: all 0.3s ease;
	width: 100%;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(1) {
	top: 10px;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(2) {
	top: 21px;
}

.header .header__inner .drawer-icon .drawer-icon__bar:nth-of-type(3) {
	top: 31px;
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
	background: #fff;
	top: 20px;
	transform: rotate(45deg);
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
	opacity: 0;
}

.header .header__inner .drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
	background: #fff;
	top: 20px;
	transform: rotate(-45deg);
}

/* ========================================
  Drawer (SP)
======================================== */

.drawer-content {
	background: rgba(51, 51, 51, 0.8);
	height: 100%;
	inset: 0 0 0 auto;
	padding: 90px 20px 40px;
	position: fixed;
	transform: translateX(100%);
	transition: transform 0.3s linear;
	width: 100%;
	z-index: 1001;
}

.drawer-content.is-checked {
	transform: translateX(0);
}

.drawer-content .drawer-content__menu {
	color: #fff;
}

.drawer-content .drawer-content__menu .drawer-content__item {
	border-bottom: 1px solid #fff;
}

.drawer-content .drawer-content__menu .drawer-content__item:first-child {
	border-top: 1px solid #fff;
}

.drawer-content .drawer-content__menu .drawer-content__item .drawer-content__link {
	display: block;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 24px 20px;
}

.drawer-content .drawer-content__menu .drawer-content__item .header__dropdown-sp {
	padding: 0 0 30px 40px;
}

.drawer-content .drawer-content__menu .drawer-content__item .header__dropdown-sp li {
	font-size: 1.1rem;
	padding: 5px 0;
}

.drawer-content .drawer-content__menu .p-drawer__content-sns ul {
	display: flex;
	gap: 10px;
	justify-content: center;
	margin-top: 30px;
}

.drawer-content .drawer-content__menu .p-drawer__content-sns ul li img {
	filter: brightness(0) invert(1);
	height: 30px;
	width: 30px;
}

details {
	position: relative;
}

details summary {
	cursor: pointer;
	list-style: none;
	position: relative;
}

details summary::-webkit-details-marker {
	display: none;
}

details summary::after {
	content: "▸";
	font-size: 40px;
	height: 1em;
	line-height: 1em;
	position: absolute;
	right: 20px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%) rotate(90deg);
	transform-origin: 50% 50%;
	transition: transform 0.2s;
	width: 1em;
}

details[open] summary::after {
	transform: translateY(-50%) rotate(270deg);
}

/* ローディング画面 */

.header-load {
	display: flex;
	gap: 0.05em;
	left: 50%;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10000;
}

.h1 {
	color: #fff;
	font-family: "Carpenter";
	font-size: 12vw;
	line-height: 1.125;
}

.overlay {
	display: flex;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100vw;
	z-index: 10000;
}

.overlay .bar {
	background: #BC91C4;
	height: 105vh;
	width: 10vw;
}

.counter {
	align-items: flex-end;
	bottom: 0;
	color: #ffffff;
	display: flex;
	font-family: "Carpenter";
	font-size: 20vw;
	height: 100%;
	justify-content: flex-end;
	padding: 0.2em 0.4em;
	position: fixed;
	right: 0;
	width: 100%;
	z-index: 10001;
}

.privacy {
	margin: 200px auto 200px;
	max-width: 880px;
}

.privacy .privacy-title {
	font-size: 1.625rem;
	font-weight: 700;
	text-align: center;
}

.privacy .privacy-content {
	margin-top: 100px;
}

.privacy .privacy-content p {
	font-size: 1.125rem;
}

.privacy .btn {
	margin-top: 100px;
}

.fv {
	background: #fffbfb;
	width: 100%;
}

.fv .p-fv-content {
	padding: 120px 0 0 clamp(16px, 6vw, 80px);
}

.fv .p-fv-content__items {
	align-items: center;
	display: grid;
	grid-auto-rows: clamp(260px, 40vw, 560px);
	grid-template-columns: 1.1fr 1.1fr clamp(60px, 7vw, 110px); /* --- 右：スクロール枠 --- */
}

.fv .p-fv-content__items-message {
	margin-top: 20px;
}

.fv .p-fv-content__items-message h1 {
	color: #860C7C;
	font-size: clamp(28px, 6vw, 6rem);
	font-weight: 800;
	letter-spacing: 5px;
	line-height: 1;
	margin: 17px 0 28px;
}

.fv .p-fv-content__items-message .fv-text-f {
	color: #BC91C4;
	font-size: clamp(14px, 2.2vw, 1.6rem);
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 1.8;
}

.fv .p-fv-content__items-message .fv-text-s {
	color: #666;
	font-size: clamp(14px, 2.2vw, 1.6rem);
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 1.5;
}

.fv .p-fv-content__items-img {
	align-self: stretch;
	display: grid;
	overflow: hidden;
	place-items: center;
}

.fv .p-fv-content__items-img img {
	-o-object-fit: cover;
	display: block;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	transform: translateZ(0);
	width: 100%;
}

.fv .p-fv-content__items-scroll {
	align-self: stretch;
	background: #BC91C4;
	min-height: 100%;
	position: relative;
	width: 100%;
}

.title-span {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	position: relative;
	transition: color 0s 1s;
	width: -moz-max-content;
	width: max-content;
}

.title-span::after {
	background-color: #BC91C4;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
	transform: translate3d(-100%, 0, 0);
	will-change: transform, opacity;
	z-index: 1;
}

.title-span.active {
	-webkit-text-fill-color: initial;
	color: #000;
}

.title-span.active::after {
	animation: lineAnime 1s ease forwards;
}

/* --- SPでは演出をオフ（完全非表示） --- */

.p-gallery {
	background: linear-gradient(to right, #fcc051, #f8821b);
	padding: 150px 0;
}

.p-gallery .p-gallery__inner .p-gallery__slider {
	margin-top: 30px;
}

.p-gallery .p-gallery__inner .p-gallery__slider .swiper .swiper-wrapper .swiper-slide .p-gallery-card .p-gallery-card__image .p-tv__content {
	align-items: center;
	display: flex;
	gap: 40px;
}

.p-gallery .p-gallery__inner .p-gallery__slider .swiper .swiper-wrapper .swiper-slide .p-gallery-card .p-gallery-card__image .p-tv__content .p-tv__content-message {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 5%;
	width: 100%;
}

.p-gallery .p-gallery__inner .p-gallery__slider .swiper .swiper-wrapper .swiper-slide .p-gallery-card .p-gallery-card__image .p-tv__content .p-tv__content-message .p-tv__content-message-title {
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 30px 0 40px;
	max-width: 600px;
}

.p-gallery .p-gallery__inner .p-gallery__slider .swiper .swiper-wrapper .swiper-slide .p-gallery-card .p-gallery-card__image .p-tv__content .p-tv__content-message .p-tv__content-message-title .p-tv__content-message-titleSub {
	font-size: 1rem;
	letter-spacing: 3px;
	padding-bottom: 35px;
}

.p-gallery .p-gallery__inner .p-gallery__slider .swiper .swiper-wrapper .swiper-slide .p-gallery-card .p-gallery-card__image .p-tv__content .p-tv__content-message .p-tv__content-message-desc {
	font-size: 1rem;
	letter-spacing: 3px;
	margin: 40px 0 30px;
	max-width: 500px;
}

.p-gallery .p-gallery__inner .p-gallery__slider .swiper .swiper-wrapper .swiper-slide .p-gallery-card .p-gallery-card__image .p-tv__content .p-tv__content-img {
	width: 50%;
}

.p-gallery .p-gallery__inner .p-gallery__slider .swiper .swiper-wrapper .swiper-slide .p-gallery-card .p-gallery-card__image .p-tv__content .p-tv__content-img img {
	width: 100%;
}

.gallery__swiper {
	padding-bottom: 80px;
}

.gallery__pagination {
	bottom: 0 !important;
	display: flex;
	gap: 12px;
	justify-content: center;
}

.gallery__pagination .swiper-pagination-bullet {
	background: #bcbcbc;
	height: 10px;
	margin-left: 0 !important;
	margin-right: 0 !important;
	opacity: 1;
	width: 10px;
}

.gallery__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.gallery__prev,
.gallery__next {
	height: 40px;
	margin-top: -40px;
	width: 40px;
}

.gallery__prev::after,
.gallery__next::after {
	display: none;
}

.gallery__prev {
	background: url(../img/ic_l.png) no-repeat center center/contain;
}

.gallery__next {
	background: url(../img/ic_r.png) no-repeat center center/contain;
}

.p-interior {
	margin: 110px 0 150px;
}

.p-interior .p-interior-fv {
	position: relative;
}

.p-interior .p-interior-fv .p-interior-fv__img img {
	width: 100%;
}

.p-interior .p-interior-fv .p-interior-fv__title {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 3px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-interior .p-interior__content-img {
	display: flex;
	flex-wrap: wrap;
	margin: 150px auto 0;
	max-width: 1200px;
}

.p-interior .p-interior__content-img #enlargedImage {
	-o-object-fit: cover;
	border-radius: 40px;
	display: block;
	height: 600px;
	object-fit: cover;
	width: 100%;
}

.p-interior .p-interior__content-img .p-interior__content-img-item {
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
	text-align: center;
	width: 100%;
}

.p-interior .p-interior__content-img .p-interior__content-img-item .thumbnail {
	border-radius: 10px;
	cursor: pointer;
	height: auto;
	width: calc(16.6% - 20px);
}

.p-interior .p-interior__content .p-interior-fv__title {
	margin: 120px 0 80px;
	text-align: center;
	width: 100%;
}

.p-interior .p-interior__content .p-interior-fv__title p {
	color: #860C7C;
	font-size: 2.2rem;
	font-weight: 700;
	letter-spacing: 5px;
}

.p-interior .p-interior__content .p-interior__content-items {
	display: grid;
	gap: 60px;
	grid-template-columns: repeat(2, 1fr);
	justify-content: space-around;
	margin: 0 auto;
	max-width: 1050px;
	width: 100%;
}

.p-interior .p-interior__content .p-interior__content-items .p-interior__content-item {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.p-interior .p-interior__content .p-interior__content-items .p-interior__content-item .p-interior__content-item-item-img {
	width: 100%;
}

.p-interior .p-interior__content .p-interior__content-items .p-interior__content-item .p-interior__content-item-text {
	width: 100%;
}

.p-interior .p-interior__content .p-interior__content-items .p-interior__content-item .p-interior__content-item-text .p-t_1 {
	color: #860C7C;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 4px;
	margin-top: 25px;
}

.p-interior .p-interior__content .p-interior__content-items .p-interior__content-item .p-interior__content-item-text .p-t_2 {
	font-size: 1.1rem;
	letter-spacing: 4px;
	margin-top: 15px;
	width: 100%;
}

.p-interior .p-interior__content-message {
	letter-spacing: 3px;
	margin-top: 100px;
}

.p-interior .p-interior__content-message p {
	color: #860C7C;
	font-size: 2.3rem;
	font-weight: 700;
	text-align: center;
}

.p-interior .p-interior__content-message span {
	color: #000;
	font-size: 1.2rem;
}

.p-interior .p-interior__content-message-sns {
	margin-top: 100px;
	text-align: center;
}

.p-interior .p-interior__content-message-sns p {
	color: #860C7C;
	font-size: 2.3rem;
	font-weight: 700;
	letter-spacing: 3px;
}

.p-interior .p-interior__content-message-sns img {
	margin-top: 60px;
	width: 30%;
}

.interior-single-content {
	margin-bottom: 150px;
}

.interior-single-content .interior-single-items {
	align-items: center;
	display: flex;
}

.interior-single-content .interior-single-items .interior-single-item-1 {
	background: #F8F8F8;
	display: flex;
	flex-flow: column;
	height: 100vh;
	justify-content: center;
	padding-left: 50px;
	width: 40%;
}

.interior-single-content .interior-single-items .interior-single-item-1 .interior-single-title {
	font-size: 1.9rem;
	letter-spacing: 3px;
}

.interior-single-content .interior-single-items .interior-single-item-1 table {
	margin-top: 25px;
}

.interior-single-content .interior-single-items .interior-single-item-1 table tr td {
	font-size: 1rem;
	letter-spacing: 3px;
	overflow-wrap: break-word;
	padding-right: 40px;
	padding-top: 30px;
}

.interior-single-content .interior-single-items .interior-single-item-1 table tr td {
	overflow-wrap: break-word;
}

.interior-single-content .interior-single-items .interior-single-item-1 table tr td {
	overflow-wrap: break-word;
}

.interior-single-content .interior-single-items .interior-single-item-2 {
	margin: auto;
	padding: 40px;
	text-align: center;
	width: 60%;
}

.interior-single-content .interior-single-items .interior-single-item-2 .interior-single-fv {
	width: 90%;
}

.sns {
	margin: 1070px 0 100px;
	text-align: center;
}

.sns .p-sns-title {
	color: #860C7C;
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: 5px;
}

/* ラッパー：固定バーの基準 */

.ig-strip-wrap {
	margin-bottom: 50px;
	padding: 0 5% 20px;
	position: relative;
}

/* 横スクロール本体（ネイティブバーは非表示に） */

.ig-strip {
	--gap: 12px;
	-webkit-overflow-scrolling: touch;
	cursor: grab;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-behavior: smooth;
	scroll-snap-type: x proximity;
}

.ig-strip:active {
	cursor: grabbing;
}

.ig-strip::-webkit-scrollbar {
	display: none;
}

.ig-strip {
	scrollbar-width: none;
}

/* 固定のカスタムバー（常に同じ位置） */

.ig-scrollbar {
	background: rgba(0, 0, 0, 0.1);
	border-radius: 999px;
	bottom: 2px;
	height: 8px;
	left: 0;
	margin: auto;
	pointer-events: none;
	position: absolute;
	right: 0;
	width: 90%;
}

.ig-scrollbar__thumb {
	background: #860C7C;
	border-radius: inherit;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 20%;
}

/* 横並び＆カード（既存のまま） */

.ig-strip #sb_instagram #sbi_images,
.ig-strip .sbi_images,
.ig-strip .sbi_items,
.ig-strip .sbi_photo_grid {
	display: flex !important;
	flex-wrap: nowrap !important;
	gap: var(--gap) !important;
	width: 100%;
}

.ig-strip .sbi_item {
	border-radius: 10px;
	flex: 0 0 360px;
	min-width: 360px;
	overflow: hidden;
	scroll-snap-align: start;
}

.ig-strip .sbi_item img,
.ig-strip .sbi_item a.sbi_photo {
	-o-object-fit: cover;
	aspect-ratio: 4/5;
	background-position: center;
	background-size: cover;
	border-radius: inherit;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-service-content__sec-items-item-side {
	-webkit-font-smoothing: antialiased;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px #5D2167;
	color: transparent;
	font-size: 8rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 60px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}

.p-service-content__sec-items-item-side .ticker {
	animation: marquee 18s linear infinite;
	display: inline-flex;
	gap: 4rem;
	white-space: nowrap;
	will-change: transform;
}

.p-service-content__sec-items-item-side .text {
	flex: 0 0 auto;
}

.sbi_header_text {
	display: none !important;
}

.sb_instagram_header.sbi_medium {
	display: none !important;
}

.p-design {
	margin: 110px 0;
}

.p-design .p-design-fv {
	position: relative;
}

.p-design .p-design-fv .p-design-fv__img img {
	width: 100%;
}

.p-design .p-design-fv .p-design-fv__title {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 3px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-design .p-design__title {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	font-weight: 900;
	justify-content: space-between;
	letter-spacing: 3px;
	padding: 0 10%;
	text-align: left;
}

.p-design .p-design__title p {
	font-size: 2.3rem;
	font-weight: 700;
}

.p-design .p-design__content {
	display: grid;
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
	margin: 100px auto 0;
}

.p-design .p-design__content .p-design__content-items .p-design__content-item-text .p-t_1 {
	color: #860C7C;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 4px;
	margin-top: 10px;
}

.p-design .p-design__content .p-design__content-items .p-design__content-item-text .p-t_2 {
	font-size: 1.1rem;
	letter-spacing: 4px;
	margin-top: 15px;
}

.p-design .p-design__content-message {
	letter-spacing: 3px;
	margin-top: 100px;
}

.p-design .p-design__content-message p {
	color: #860C7C;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
}

.p-design .p-design__content-message span {
	color: #000;
	font-size: 1.2rem;
}

.p-design .p-design__content-message-sns {
	margin-top: 100px;
	text-align: center;
}

.p-design .p-design__content-message-sns p {
	color: #860C7C;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 3px;
}

.p-design .p-design__content-message-sns img {
	margin-top: 60px;
	width: 35%;
}

.p-design .p-design__content-message-sns img:hover {
	opacity: 0.7;
}

.design-single-content {
	margin-bottom: 150px;
}

.design-single-content .design-single-items {
	align-items: center;
	display: flex;
}

.design-single-content .design-single-items .design-single-item-1 {
	background: #F8F8F8;
	display: flex;
	flex-flow: column;
	height: 100vh;
	justify-content: center;
	padding-left: 50px;
	width: 40%;
}

.design-single-content .design-single-items .design-single-item-1 .design-single-title {
	font-size: 1.9rem;
	letter-spacing: 3px;
}

.design-single-content .design-single-items .design-single-item-1 table {
	margin-top: 25px;
}

.design-single-content .design-single-items .design-single-item-1 table tr td {
	font-size: 1rem;
	letter-spacing: 3px;
	overflow-wrap: break-word;
	padding-right: 40px;
	padding-top: 30px;
}

.design-single-content .design-single-items .design-single-item-1 table tr td {
	overflow-wrap: break-word;
}

.design-single-content .design-single-items .design-single-item-1 table tr td {
	overflow-wrap: break-word;
}

.design-single-content .design-single-items .design-single-item-2 {
	margin: auto;
	padding: 40px;
	text-align: center;
	width: 60%;
}

.design-single-content .design-single-items .design-single-item-2 .design-single-fv {
	width: 90%;
}

.p-about {
	background: linear-gradient(to right, #fff, #F1E8F3);
}

.p-about .p-about-content {
	align-items: center;
	display: grid;
	grid-template-areas: "title img" "text  img" "sub   img" "btn   img";
	grid-template-columns: 1fr;
	justify-content: center;
	margin: 0 auto;
	max-width: 1000px;
	padding: 100px 0; /* sp時のみ順序を変更（title→text→img→sub→btn） */
}

.p-about .p-about-content .p-about-content-message {
	display: contents;
}

.p-about .p-about-content .p-about-message__title {
	grid-area: title;
}

.p-about .p-about-content .p-about-message__text {
	grid-area: text;
}

.p-about .p-about-content .p-about-content-img {
	grid-area: img;
}

.p-about .p-about-content .p-about-message__text-sub {
	grid-area: sub;
}

.p-about .p-about-content .buttons {
	grid-area: btn;
}

.p-about .p-about-content-message .p-about-message__title {
	color: #5D2167;
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: 5px;
}

.p-about .p-about-content-message .p-about-message__title p {
	text-align: center;
}

.p-about .p-about-content-message .p-about-message__text {
	color: #5D2167;
	font-size: clamp(14px, 2.7vw, 2rem);
	font-weight: 700;
	letter-spacing: 5px;
	margin-top: 50px;
	white-space: nowrap;
}

.p-about .p-about-content-message .p-about-message__text-sub {
	font-size: clamp(14px, 1.4vw, 2rem);
	letter-spacing: 5px;
	line-height: 2;
	margin: 30px 0 50px;
}

.p-about .p-about-content-message .buttons {
	display: flex;
	justify-content: flex-start;
}

.p-about .p-about-content-img {
	display: flex;
	justify-content: center;
	overflow: hidden;
	position: relative;
}

.p-about .p-about-content-img .p-about-content-img-1 {
	margin: 40px 0 0 60px;
}

.p-about .p-about-content-img .p-about-content-img-1.is-animated img {
	transform: scaleX(1);
}

.p-about .p-about-content-img .p-about-content-img-2 {
	margin: 150px 0 0 60px;
}

.p-about .p-about-content-img .p-about-content-img-2.is-animated img {
	transform: scaleX(1);
}

.p-single-about {
	background: linear-gradient(to right, #fbf7fb, #f8d8ff);
	font-weight: 700;
	line-height: 1.2;
	margin-top: 100px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	z-index: 10000;
}

.p-single-about .p-single-about-fv {
	overflow: hidden;
	padding: 0;
}

.p-single-about .marquee__inner {
	animation: marquee 20s linear infinite;
	display: flex;
	gap: 1rem;
	width: -moz-max-content;
	width: max-content;
	will-change: transform;
}

.p-single-about .p-single-about-fv-img {
	flex: 0 0 auto;
}

.p-single-about .p-single-about-fv-img img {
	display: block;
}

.p-single-about .p-single-about-content {
	position: relative;
}

.p-single-about .p-single-about-content .p-single-about-title {
	background: #860C7C;
	border-radius: 60px;
	color: #fff;
	display: inline;
	font-size: 3rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 5px;
	padding: 11px 60px 14px;
	position: absolute;
	text-align: center;
	top: -3%;
	transform: translateX(-50%);
}

.p-single-about .p-single-about-content .table {
	background: #fff;
	border: 1px solid #860C7C;
	border-collapse: separate;
	border-radius: 20px;
	border-spacing: 0;
	box-sizing: border-box;
	font-family: sans-serif;
	letter-spacing: 1px;
	margin: clamp(40px, 8vw, 200px) auto clamp(60px, 10vw, 150px);
	max-width: 1000px;
	overflow: hidden;
	padding: clamp(24px, 6vw, 100px) clamp(16px, 7vw, 70px);
	width: 100%;
}

.p-single-about .p-single-about-content .table tbody {
	width: 100%;
}

.p-single-about .p-single-about-content .table tbody th,
.p-single-about .p-single-about-content .table tbody td {
	word-wrap: break-word;
	border-bottom: 1px solid #D9D9D9;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 5px;
	line-height: 1.5;
	padding: 45px 0 10px 30px;
	text-align: left;
	word-break: break-all;
}

.p-single-about .table {
	white-space: normal !important;
}

.p-service {
	margin: 0 auto;
	position: relative;
	z-index: 100;
}

.p-service .p-service-content {
	align-items: center;
	display: flex;
	gap: 40px;
	justify-content: space-between;
	padding: 0 5% 0 0; /* ▼▼▼ 並び替えの割当（SP時のみ grid-area を付与） ▼▼▼ */ /* ▲▲▲ ここまで（他の見た目は既存維持） ▲▲▲ */
}

.p-service .p-service-content .p-service-content__message .p-service-title {
	color: #860C7C;
	font-size: clamp(14px, 96px, 8rem);
	font-weight: 700;
	letter-spacing: 5px;
}

.p-service .p-service-content .p-service-content__message .p-service-message__text {
	color: #5D2167;
	font-size: clamp(14px, 2.7vw, 2rem);
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 10px;
}

.p-service .p-service-content .p-service-content__message .p-service-message__text-sub {
	font-size: clamp(14px, 1.4vw, 2rem);
	letter-spacing: 5px;
	margin: 30px 0;
	max-width: 800px;
}

.p-service .p-service-content .p-service-content__message .p-service-content__img-s {
	margin-top: 30px;
	width: 100%;
}

.p-service .p-service-content .p-service-content__img-f {
	width: 60%;
}

.p-service .p-service-content .p-service-content__img-f img {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}

.p-service-content__sec {
	background: #BC91C4;
	bottom: -990px;
	left: 0;
	padding: 300px 0 150px;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-service-content__sec .p-service-content__sec-title {
	color: #fff;
	font-size: clamp(14px, 2.5vw, 8rem);
	font-weight: 700;
	text-align: center;
}

.p-service-content__sec .p-service-content__sec-items {
	display: flex;
	gap: 40px;
	justify-content: center;
	margin-top: 80px;
	padding: 0 5%;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item {
	background: #fff;
	border: 1px solid #5D2167;
	border-radius: 0 20px 20px 20px;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
	max-width: 370px;
	padding: 50px 20px 30px 60px;
	position: relative;
	width: 300px;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item:hover {
	box-shadow: none;
	opacity: 0.7;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item a .p-service-content__sec-items-item-number {
	color: #5D2167;
	font-size: 5rem;
	font-weight: 700;
	left: 70px;
	position: absolute;
	top: -66px;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item a .p-service-content__sec-items-item-title {
	color: #5D2167;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 2px;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item a .p-service-content__sec-items-item-img {
	margin: 17px 0 20px;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item a .p-service-content__sec-items-item-text p {
	color: #333;
	font-size: 0.8rem;
	line-height: 1.4;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item a .p-service-content__sec-items-item-left {
	background: #5D2167;
	left: -128px;
	padding: 5px 70px 5px 30px;
	position: absolute;
	rotate: 90deg;
	top: 126px;
	width: 290px;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item a .p-service-content__sec-items-item-left p {
	color: #fff;
	letter-spacing: 2px;
	white-space: nowrap;
}

.p-service-content__sec .p-service-content__sec-items-item-side {
	-webkit-font-smoothing: antialiased;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 2px #fff;
	color: transparent;
	font-size: 8rem;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 60px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	z-index: 10000;
}

.p-service-content__sec .p-service-content__sec-items-item-side .ticker {
	animation: marquee 18s linear infinite;
	display: inline-flex;
	gap: 4rem;
	white-space: nowrap;
	will-change: transform;
}

.p-service-content__sec .p-service-content__sec-items-item-side .text {
	flex: 0 0 auto;
}

.p-web {
	margin: 130px 0;
}

.p-web .p-web-fv {
	position: relative;
}

.p-web .p-web-fv__img img {
	width: 100%;
}

.p-web .p-web-fv__title {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 3px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.p-web__title {
	align-items: center;
	display: flex;
	font-size: 1.5rem;
	font-weight: 900;
	justify-content: space-between;
	letter-spacing: 3px;
	padding: 0 10%;
	text-align: left;
}

.p-web__title a {
	font-size: 1.1rem;
}

.p-web__title p {
	font-size: 2.3rem;
	font-weight: 700;
}

.p-web__content {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 30px;
	margin: 100px auto 120px;
	max-width: 1126px;
	overflow: hidden;
}

.p-web__content-item {
	width: 31%;
}

.p-web__content-item-img {
	-o-object-fit: fill;
	object-fit: fill;
	overflow: hidden;
	width: 100%;
}

.p-web__content-item-img a img {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
	transition: transform 0.3s ease;
}

.p-web__content-item-img a img:hover {
	opacity: 0.8;
	transform: scale(1.1);
}

.p-web__content-item-text .p-t_1 {
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: 5px;
}

.p-web__content-item-text .p-t_2 {
	font-size: 0.7rem;
	letter-spacing: 2px;
	margin-top: 15px;
}

.p-web__content-item-text .p-t_2 span {
	border-bottom: 1px solid #333;
}

.p-web__content-item-text .p-t_3 {
	font-size: 0.8rem;
	letter-spacing: 2px;
	margin-top: 13px;
}

.p-web .p-web-web {
	margin-top: 70px;
}

.p-web .p-web-web .p-web-content__item {
	align-items: center;
	display: flex;
	width: 100%;
}

.p-web .p-web-web .p-web-content__item-img {
	-o-object-fit: fill;
	object-fit: fill;
	overflow: hidden;
	position: relative;
	width: 65%;
}

.p-web .p-web-web .p-web-content__item-img img {
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
	display: block;
	height: 100%;
	transition: transform 0.3s ease;
	width: 100%;
}

.p-web .p-web-web .p-web-content__item-img img:hover {
	transform: scale(1.1);
}

.p-web .p-web-web .p-web-content__item-text {
	letter-spacing: 3px;
	line-height: 1.3;
	margin-left: 70px;
	padding-right: 100px;
	width: 35%;
	word-break: break-all;
}

.p-web .p-web-web .p-web-content__item-text .p-t_1 {
	font-size: 1.3rem;
	font-weight: 700;
	transition: 0.4s;
}

.p-web .p-web-web .p-web-content__item-text .p-t_2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 20px;
}

.p-web .p-web-web .p-web-content__item-text .p-t_3 {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 20px;
}

.p-web .p-web__content-message p {
	color: #860C7C;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
}

.web-single-content {
	margin-bottom: 150px;
}

.web-single-content .web-single-items {
	align-items: center;
	display: flex;
}

.web-single-content .web-single-items .web-single-item-1 {
	background: #F8F8F8;
	display: flex;
	flex-flow: column;
	height: 100vh;
	justify-content: center;
	padding-left: 50px;
	width: 40%;
}

.web-single-content .web-single-items .web-single-item-1 .web-single-title {
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: 3px;
}

.web-single-content .web-single-items .web-single-item-1 table {
	margin-top: 25px;
}

.web-single-content .web-single-items .web-single-item-1 table tr td {
	font-size: 1rem;
	letter-spacing: 3px;
	overflow-wrap: break-word;
	padding-right: 40px;
	padding-top: 30px;
}

.web-single-content .web-single-items .web-single-item-1 table tr td {
	overflow-wrap: break-word;
}

.web-single-content .web-single-items .web-single-item-1 table tr td {
	overflow-wrap: break-word;
}

.web-single-content .web-single-items .web-single-item-2 {
	margin: auto;
	padding: 40px;
	text-align: center;
	width: 60%;
}

.web-single-content .web-single-items .web-single-item-2 .web-single-fv {
	width: 90%;
}

.news {
	background: #fff;
	padding: 100px 120px 100px;
	position: relative;
}

.news::after {
	background: url(../img/bg.png) no-repeat center center/cover;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 15%;
}

.news::before {
	background: url(../img/bg.png) no-repeat center center/cover;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 15%;
}

.news .p-news-title {
	color: #5D2167;
	font-size: 96px;
	font-weight: 700;
	letter-spacing: 4px;
	text-align: center;
}

.news .p-news-content {
	margin: 30px auto 0;
	max-width: 750px;
	position: relative;
}

.news .p-news-content .p-news-content__item {
	align-items: center;
	border-bottom: 1px solid #D9D9D9;
	display: flex;
	padding: 27px 10px 10px;
	position: relative;
	transition: all 0.5s;
	width: 100%;
}

.news .p-news-content .p-news-content__item:hover {
	color: #5D2167;
	opacity: 0.7;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text {
	display: flex;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text .p-news-content__item-date {
	color: #860C7C;
	font-size: 1.1rem;
	letter-spacing: 3px;
	margin-right: 30px;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text .p-news-content__item-tc-text {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-right: 20px;
	white-space: nowrap;
	width: 110px;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text .p-news-content__item-tc-text a {
	background: #860C7C;
	border-radius: 20px;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 400;
	padding: 1px 15px;
}

.news .p-news-content .p-news-content__item .p-news-content__item-tc {
	width: 100%;
}

.news .p-news-content .p-news-content__item .p-news-content__item-tc .p-news-content__item-tc-title {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 3px;
	white-space: nowrap;
	width: 100%;
}

.news-archive {
	margin: 110px auto 150px;
}

.news-archive .p-news-fv {
	position: relative;
}

.news-archive .p-news-fv .p-news-fv__img {
	width: 100%;
}

.news-archive .p-news-fv .p-news-fv__img img {
	width: 100%;
}

.news-archive .p-news-fv .p-news-fv__title {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 3px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.news-archive .p-news-content-archive .p-news-content__item-archive {
	display: grid;
	gap: 60px;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 auto;
	max-width: 1050px;
	width: 100%;
}

.news-archive .p-news-content-archive .p-news-card {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.news-archive .p-news-content-archive .p-news-card__thumb {
	border-radius: 20px;
	display: block;
	overflow: hidden;
}

.news-archive .p-news-content-archive .p-news-card__thumb img { /* 好みで 4/3 でもOK */
	-o-object-fit: cover;
	aspect-ratio: 16/9;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.news-archive .p-news-content-archive .p-news-card__thumb img:hover {
	transform: scale(1.05);
}

.news-archive .p-news-content-archive .p-news-card__meta {
	color: #929191;
	display: flex;
	gap: 20px;
}

.news-archive .p-news-content-archive .p-news-card__meta .p-news-card__date {
	font-size: 0.9rem;
	letter-spacing: 1px;
}

.news-archive .p-news-content-archive .p-news-card__meta .p-news-card__cats a {
	background: #860C7C;
	border-radius: 20px;
	color: #fff;
	font-size: 0.8rem;
	font-weight: 400;
	margin-right: 8px;
	padding: 1px 15px;
}

.news-archive .p-news-content-archive .p-news-card__title a {
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 2px;
}

.news-archive .p-news-content-archive .p-news-card__title a:hover {
	opacity: 0.7;
}

.news-single-content .p-news-fv {
	margin-top: 80px;
	position: relative;
}

.news-single-content .p-news-fv .p-news-fv__img img {
	-o-object-fit: cover;
	height: 255px;
	object-fit: cover;
	width: 100%;
}

.news-single-content .p-news-fv .p-news-fv__title {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 1px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.news-single-content .news-single-message {
	letter-spacing: 1px;
	margin: 0 auto;
	max-width: 1100px;
	padding: 0 40px;
}

.news-single-content .news-single-message .news-single-data {
	color: #9E9D9D;
	font: 400 1.1rem/1 "Barlow Condensed";
	font-weight: 600;
	margin-top: 20px;
}

.news-single-content .news-single-message .news-single-category {
	font: 400 1.2rem/1 "Barlow Condensed";
	font-weight: 600;
}

.news-single-content .news-single-message .news-single-title {
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 3px;
	margin-top: 20px;
}

.news-single-content .buttons {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
	width: 100%;
}

.news-single-content-message {
	margin: 0 auto;
	padding: 60px 15% 30px;
}

.navigation {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.navigation .wp-pagenavi {
	display: flex;
	gap: 8px;
	padding: 0;
}

.navigation .wp-pagenavi .pages {
	display: none;
}

.navigation .wp-pagenavi a,
.navigation .wp-pagenavi span {
	border: 1px solid #ddd;
	border-radius: 5px;
	color: #333;
	display: inline-block;
	font-size: 14px;
	padding: 15px 20px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.navigation .wp-pagenavi a:hover,
.navigation .wp-pagenavi span:hover {
	background: #860C7C;
	border-color: #860C7C;
	color: #fff;
}

.navigation .wp-pagenavi .current {
	background: #860C7C;
	border-color: #860C7C;
	color: #fff;
	pointer-events: none;
}

.navigation .wp-pagenavi .extend {
	display: none;
}

.page-title {
	font-size: 32px;
	margin-bottom: 20px;
	text-align: center;
}

.category-filter {
	margin: 80px 0 100px;
	text-align: center;
}

.category-filter ul li {
	background-color: #f5f5f5;
	padding: 5px 10px;
	width: 100%;
}

.category-filter ul li a {
	border-radius: 5px;
	color: #333;
	font-size: 1.1rem;
	letter-spacing: 3px;
}

.category-filter ul li a:hover {
	opacity: 0.7;
}

.contact {
	background: #860C7C;
	color: #fff;
	padding: 40px 0 70px;
	text-align: center;
	transition: all 0.3a;
	width: 100%;
}

.contact .contact-title {
	font-size: 4rem;
	font-weight: 700;
	letter-spacing: 5px;
	transition: font-size 0.5s ease;
}

.contact .contact-text {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
}

.p-contact-fv {
	margin-top: 130px;
	position: relative;
}

.p-contact-fv .p-contact-fv__img img {
	width: 100%;
}

.p-contact-fv .p-contact-fv__title {
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 3px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.contact-line {
	margin-top: 150px;
	text-align: center;
}

.contact-line .contact-line-title {
	color: #5D2167;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 5px;
}

.contact-line .contact-line-text {
	font-size: 1.3rem;
	font-weight: 700;
	letter-spacing: 5px;
	margin-top: 20px;
}

.contact-line .contact-line-img {
	margin-top: 40px;
	width: 100%;
}

.contact-line .contact-line-img img {
	width: 30%;
}

.full-width {
	margin: 110px auto 100px;
	max-width: 1000px;
}

section.contact .contactForm {
	margin: auto;
	max-width: 660px;
}

.contact_item {
	margin-bottom: 30px;
}

.contact_item-p {
	margin-bottom: 30px;
	text-align: center;
}

.contact_item-p a {
	border-bottom: 1px solid #860C7C;
	color: #860C7C;
	font-size: 1.1rem;
	font-weight: 700;
	margin-right: 6px;
}

.label {
	color: #860C7C;
	display: block;
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 5px;
	position: relative;
}

.wpcf7-list-item {
	position: relative;
}

.custom-checkbox {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	justify-content: center;
	position: relative; /*  チェックマークの表示修正 */
}

.custom-checkbox input[type=checkbox] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	height: 20px;
	opacity: 0;
	position: absolute;
	width: 20px;
}

.custom-checkbox .checkmark {
	background-color: #fff;
	border: 2px solid #808080;
	border-radius: 4px;
	display: inline-block;
	height: 20px;
	margin-right: 8px;
	position: relative;
	width: 20px;
}

.custom-checkbox input[type=checkbox]:checked ~ .checkmark {
	background-color: #BC91C4;
	border-color: #BC91C4;
}

.custom-checkbox input[type=checkbox]:checked ~ .checkmark::after {
	color: #fff;
	content: "✔";
	font-size: 10px;
	left: 60%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.contact_item-information {
	margin-top: 30px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	background: #f4f4f4;
	border: 1px solid #d9d9d9;
	font-size: 1rem;
	padding: 15px 0.8rem;
	resize: none;
	width: 100%;
}

textarea.form-control {
	height: 207px;
}

.submit-btn-wrapper {
	margin: 50px auto 0;
	max-width: 1000px;
	text-align: center;
}

.submit-btn-wrapper .submit-btn {
	display: inline-block;
}

.submit-btn-wrapper input[type=submit] {
	background: #fff;
	border: 2px solid #860C7C;
	border-radius: 40px;
	color: #860C7C;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	letter-spacing: 4px;
	padding: 15px 90px;
	text-align: center;
	transition: all 0.3s;
}

.submit-btn-wrapper input[type=submit]:hover {
	background: #860C7C;
	box-shadow: 8px 8px 20px 0px #e0e0e0;
	color: #fff;
}

.contact_item-p {
	letter-spacing: 3px;
	margin-top: 100px;
}

.contact_item-p .contact_item-p-title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 3;
}

.contact_item-p .contact_item-p-text {
	margin-bottom: 10px;
}

.wpcf7-spinner {
	display: none;
}

.wpcf7 br {
	display: none;
}

.thanks-content {
	margin: 200px auto 150px;
	max-width: 1000px;
	text-align: center;
}

.thanks-content .thanks-content-items .thanks-content-title {
	color: #000;
	font: 700 3.5rem/1 "Times New Roman", Times, serif;
	margin-bottom: 70px;
}

.thanks-content .thanks-content-items .thanks-content-text {
	font: 300 1.2rem/1 "Times New Roman", Times, serif;
	line-height: 1.5;
}

.p-access {
	margin: 50px auto 0;
	max-width: 1000px;
}

.p-access .p-access-content-title {
	color: #860C7C;
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: 5px;
	text-align: center;
}

.p-access .p-access-content {
	margin: 30px auto 0;
	position: relative;
}

.p-access .p-access-content::after {
	background: url(../img/a_il.png) no-repeat center center/contain;
	bottom: -217px;
	content: "";
	height: 500px;
	position: absolute;
	right: -6%;
	width: 190px;
}

.p-access .p-access-content .p-access-content-map {
	text-align: center;
}

.p-access .p-access-content .p-access-content-map iframe {
	border-radius: 30px;
	height: 450px;
	width: 100%;
}

.p-access .p-access-content .p-access-content-wrapper {
	align-items: center;
	display: flex;
	gap: 40px;
	margin-top: 40px;
}

.p-access .p-access-content .p-access-content-wrapper .p-access-content-logo img {
	height: auto;
	width: 170px;
}

.p-access .p-access-content .p-access-content-wrapper .p-access-content-text {
	letter-spacing: 5px;
}

.p-access .p-access-content .p-access-content-wrapper .p-access-content-text .p-access-content-text-title {
	color: #860C7C;
	font-size: 1.8rem;
	font-weight: 700;
}

.p-access .p-access-content .p-access-content-wrapper .p-access-content-text .p-access-content-text-message {
	font-size: 1rem;
	line-height: 2;
}

.footer {
	overflow: hidden;
	padding: 50px 20px 10px;
	position: relative;
}

.footer .p-footer__content {
	display: flex;
	gap: 60px;
	justify-content: space-between;
	margin: auto;
	max-width: 1000px;
}

.footer .p-footer__content .p-footer__content-logo img {
	height: auto;
	width: 200px;
}

.footer .p-footer__content .p-footer__content-nav {
	margin-top: 7px;
}

.footer .p-footer__content .p-footer__content-nav .nav {
	display: flex;
	gap: 2.4rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .p-footer__content .p-footer__content-nav .nav__item {
	cursor: pointer;
	font-size: 1rem;
	font-weight: 700;
	position: relative;
}

.footer .p-footer__content .p-footer__content-nav .nav__item .nav__link {
	color: #860C7C;
	font-size: 1.3rem;
	letter-spacing: 2px;
}

.footer .p-footer__content .p-footer__content-nav .nav__item .nav__sub {
	margin-top: 15px; /* サブリンクの見た目 */
}

.footer .p-footer__content .p-footer__content-nav .nav__item .nav__sub .nav__sublink {
	color: #222;
	display: block;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 0;
}

.footer .p-footer__content .p-footer__content-nav .nav__item .nav__sub .nav__sublink:hover,
.footer .p-footer__content .p-footer__content-nav .nav__item .nav__sub .nav__sublink:focus-visible {
	opacity: 0.7;
}

.footer .p-footer__content .p-footer__content-nav .p-footer__content-sns {
	margin-left: auto;
	margin-top: 50px;
}

.footer .p-footer__content .p-footer__content-nav .p-footer__content-sns ul {
	align-items: center;
	display: flex;
	gap: 20px;
	justify-content: space-around;
}

.footer .p-footer__content .p-footer__content-nav .p-footer__content-sns ul li {
	margin-right: 10px;
}

.footer .p-footer__content .p-footer__content-nav .p-footer__content-sns ul li img {
	filter: invert(1);
	height: auto;
	width: 30px;
}

.footer .p-footer__content .p-footer__content-nav .p-footer__content-sns ul li img:hover {
	opacity: 0.7;
}

.footer .p-footer__content .p-footer__content-nav .p-footer__content-sns ul li img:active {
	opacity: 0.7;
}

.footer .footer-copy-right {
	color: #000;
	font-size: 0.9rem;
	margin-top: 70px;
	text-align: center;
}

.disabled-link { /* マウスイベントを無効化する */
	cursor: default;
	pointer-events: none; /* マウスカーソルをデフォルトにする（オプション） */
}

.buttons {
	margin-top: 5px;
}

.fade-in-up {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-up.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-s {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 1.5s, transform 1.5s;
}

.fade-in-up-s.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-t {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 2s, transform 2s;
}

.fade-in-up-t.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-f {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 2.5s, transform 2.5s;
}

.fade-in-up-f.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-up-h {
	opacity: 0;
	transform: translateY(50px);
	transition: opacity 3s, transform 3s;
}

.fade-in-up-h.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-down {
	opacity: 0;
	transform: translateY(-24px);
	transition: opacity 1s, transform 1s;
}

.fade-in-down.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-slide-l {
	opacity: 0;
	transform: translateX(-300px);
	transition: opacity 1s, transform 2s;
}

.fade-in-slide-l.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.fade-in-slide-r {
	opacity: 0;
	transform: translateX(100px);
	transition: opacity 1s, transform 2s;
}

.fade-in-slide-r.is-in-view {
	opacity: 1;
	transform: translateY(0);
}

.shrink-image {
	height: 100%; /* 縮小アニメーションの設定 */
	transform-origin: center;
	transition: transform 1s ease-in-out;
	width: 100%; /* 縮小の中心点を中央に設定 */
}

.shrink-image.shrink {
	transform: scale(1.3); /* 80% まで縮小 */
}

.scroll-down {
	bottom: 35%;
	padding-left: 140px;
	position: absolute;
	right: 50%;
	transform: translateX(-50%);
	transform: rotateZ(-90deg);
	transform-origin: right bottom;
	z-index: 201;
}

.scroll-down__line {
	height: 0px;
	position: absolute;
	right: 45%;
	top: 45%;
	width: 160px;
}

.scroll-down__line:after {
	border-bottom: 2px solid #fff;
	content: "";
	display: block;
	height: 0;
	opacity: 0;
	width: 100%;
}

.scroll-down__text {
	color: #fff;
	font-family: "Replica-Bold", sans-serif;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.2em;
	line-height: 1;
	overflow: hidden;
	text-transform: uppercase;
}

.scroll-down__text span {
	display: block;
}

.scroll-down.is-active.is-inview .scroll-down__text span {
	transform: none;
}

.scroll-down.is-active.is-inview .scroll-down__line {
	animation: scroll-down-line 2.5s infinite 851ms;
}

.scroll-down.is-active.is-inview .scroll-down__line:after {
	opacity: 1;
	transform: none;
}

.is-body-touch .scroll-down {
	display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {

.header .header__inner {
	padding: 35px 20px;
}

.sns .p-sns-title {
	font-size: 5rem;
}

.p-about .p-about-content-message .p-about-message__title {
	font-size: 5rem;
}

.news-archive .p-news-content-archive .p-news-content__item-archive {
	gap: 40px;
	grid-template-columns: repeat(2, 1fr);
}

}

@media screen and (min-width: 1025px) {

.header .header__inner .header__nav {
	align-items: center;
	display: flex;
	gap: 40px;
	margin-right: auto;
	position: fixed;
	right: 70px;
}

.header .header__inner .header__open {
	display: none;
}

.header__nav {
	display: flex;
	gap: 40px;
	justify-content: center;
	position: relative;
}

.header__nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.header__nav ul li {
	position: relative; /* hover時に表示 */
}

.header__nav ul li .header__link {
	color: #333;
	display: inline-block;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 8px 4px;
	text-decoration: none;
	transition: color 0.3s ease;
}

.header__nav ul li .header__link:hover {
	color: #860C7C;
}

.header__nav ul li .header__dropdown {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	left: 0;
	min-width: 220px;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	top: 120%;
	transform: translateY(10px);
	transition: all 0.3s ease;
	visibility: hidden;
	z-index: 10;
}

.header__nav ul li .header__dropdown li a {
	color: #333;
	display: block;
	font-weight: 600;
	padding: 12px 20px;
	text-decoration: none;
	transition: all 0.3s ease;
}

.header__nav ul li .header__dropdown li a:hover {
	background: rgba(134, 12, 124, 0.08);
	color: #860C7C;
	transform: translateX(5px);
}

.header__nav ul li .header__dropdown li:not(:last-child) a {
	border-bottom: 1px solid #eee;
}

.header__nav ul li:hover .header__dropdown {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.p-gallery .p-gallery__inner {
	margin: auto;
	width: 100%;
}

.gallery__prev,
.gallery__next {
	height: 50px;
	width: 50px;
}

.p-interior .p-interior__content .p-interior__content-items .p-interior__content-item .p-interior__content-item-item-img img {
	border-radius: 0 60px 0 0;
}

.p-about .p-about-content-img .p-about-content-img-1 img {
	display: block;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.6s ease;
	width: 100%;
}

.p-about .p-about-content-img .p-about-content-img-2 img {
	display: block;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.6s ease;
	width: 100%;
}

.category-filter ul {
	display: flex;
	gap: 15px;
	margin: 0 auto;
	max-width: 800px;
}

.u-is-pc {
	display: none;
}

}

@media screen and (max-width: 768px) {

.label {
	font-size: 1rem;
}

input[type=submit] {
	font-size: 1rem;
}

}

@media screen and (max-width: 767px) {

.l-inner {
	padding: 0 20px;
}

.buttons {
	justify-content: center;
}

.btn {
	font-size: 1rem;
	max-width: 230px;
	padding: 12px 24px;
	width: 100%;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.header .header__inner {
	padding: 25px 20px;
	z-index: 1004;
}

.header .header__inner .p-header__logo {
	left: 10px;
	top: 10px;
}

.header .header__inner .p-header__logo a img {
	height: auto;
	width: 75px;
}

.header .header__inner .header__nav {
	display: none;
}

.header .header__inner .drawer-icon {
	z-index: 1009;
}

.privacy {
	margin: 130px auto 100px;
}

.privacy .privacy-title {
	font-size: 1.3rem;
}

.privacy .privacy-content {
	margin-top: 40px;
	padding: 0 20px;
}

.privacy .privacy-content p {
	font-size: 0.9rem;
}

.privacy .btn {
	margin-top: 50px;
}

.fv .p-fv-content {
	padding: 82px 0 0 0;
}

.fv .p-fv-content__items {
	align-items: stretch;
	display: flex;
	flex-direction: column-reverse;
	grid-auto-rows: unset;
	grid-template-columns: none;
}

.fv .p-fv-content__items-message {
	bottom: 120px;
	left: 20px;
	position: absolute;
	z-index: 1000;
}

.fv .p-fv-content__items-message h1 {
	font-size: 2.3rem;
}

.fv .p-fv-content__items-message .fv-text-f {
	background: #fff;
	display: inline;
	font-size: 1.2rem;
	padding: 3px 7px;
}

.fv .p-fv-content__items-message .fv-text-s {
	font-size: 1.1rem;
}

.title-span {
	-webkit-text-fill-color: initial;
	color: #000;
}

.title-span::after {
	display: none !important;
}

.p-gallery {
	padding: 80px 0;
}

.p-gallery .p-gallery__inner .p-gallery__slider .swiper .swiper-wrapper .swiper-slide .p-gallery-card .p-gallery-card__image .p-tv__content {
	flex-direction: column-reverse;
}

.p-gallery .p-gallery__inner .p-gallery__slider .swiper .swiper-wrapper .swiper-slide .p-gallery-card .p-gallery-card__image .p-tv__content .p-tv__content-message {
	flex-direction: column-reverse;
	padding: 0 20px;
	width: 100%;
}

.p-gallery .p-gallery__inner .p-gallery__slider .swiper .swiper-wrapper .swiper-slide .p-gallery-card .p-gallery-card__image .p-tv__content .p-tv__content-message .p-tv__content-message-title {
	font-size: 1.3rem;
	margin: 20px 0 0;
}

.p-gallery .p-gallery__inner .p-gallery__slider .swiper .swiper-wrapper .swiper-slide .p-gallery-card .p-gallery-card__image .p-tv__content .p-tv__content-message .p-tv__content-message-title .p-tv__content-message-titleSub {
	display: none;
	padding-bottom: 30px;
}

.p-gallery .p-gallery__inner .p-gallery__slider .swiper .swiper-wrapper .swiper-slide .p-gallery-card .p-gallery-card__image .p-tv__content .p-tv__content-message .p-tv__content-message-desc {
	font-size: 0.9rem;
	margin: 30px 0 10px;
}

.p-gallery .p-gallery__inner .p-gallery__slider .swiper .swiper-wrapper .swiper-slide .p-gallery-card .p-gallery-card__image .p-tv__content .p-tv__content-img {
	width: 100%;
}

.gallery__swiper {
	padding-bottom: 0;
}

.p-interior {
	margin: 80px auto 90px;
}

.p-interior .p-interior-fv .p-interior-fv__title {
	font-size: 1.4rem;
}

.p-interior .p-interior__content-img {
	margin: 75px auto 40px;
}

.p-interior .p-interior__content-img #enlargedImage {
	height: 230px;
}

.p-interior .p-interior__content-img .p-interior__content-img-item {
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-top: 30px;
}

.p-interior .p-interior__content-img .p-interior__content-img-item .thumbnail {
	width: 30%;
}

.p-interior .p-interior__content .p-interior-fv__title {
	margin: 30px 0;
}

.p-interior .p-interior__content .p-interior-fv__title p {
	font-size: 1.2rem;
}

.p-interior .p-interior__content .p-interior__content-items {
	display: block;
	margin: 0 auto;
}

.p-interior .p-interior__content .p-interior__content-items .p-interior__content-item {
	align-items: flex-start;
	margin: 60px auto;
}

.p-interior .p-interior__content .p-interior__content-items .p-interior__content-item:nth-child(even) {
	align-items: flex-end;
}

.p-interior .p-interior__content .p-interior__content-items .p-interior__content-item .p-interior__content-item-item-img {
	width: 90%;
}

.p-interior .p-interior__content .p-interior__content-items .p-interior__content-item:nth-child(odd) .p-interior__content-item-item-img img {
	border-radius: 0 60px 60px 0;
}

.p-interior .p-interior__content .p-interior__content-items .p-interior__content-item:nth-child(even) .p-interior__content-item-item-img img {
	border-radius: 60px 0 0 60px;
}

.p-interior .p-interior__content .p-interior__content-items .p-interior__content-item .p-interior__content-item-text {
	padding: 0 10%;
	width: 100%;
}

.p-interior .p-interior__content .p-interior__content-items .p-interior__content-item .p-interior__content-item-text .p-t_1 {
	font-size: 1.2rem;
	margin-top: 20px;
}

.p-interior .p-interior__content .p-interior__content-items .p-interior__content-item .p-interior__content-item-text .p-t_2 {
	font-size: 0.9rem;
	margin-top: 10px;
}

.interior-single-content {
	margin-bottom: 80px;
}

.interior-single-content .interior-single-items {
	flex-direction: column-reverse;
}

.interior-single-content .interior-single-items .interior-single-item-1 {
	display: block;
	height: 90vh;
	padding-left: 20px;
	padding-top: 80px;
	width: 100%;
}

.interior-single-content .interior-single-items .interior-single-item-1 .interior-single-title {
	font-size: 1.6rem;
	font-size: 700;
}

.interior-single-content .interior-single-items .interior-single-item-1 table {
	margin-top: 10px;
}

.interior-single-content .interior-single-items .interior-single-item-1 table tr {
	display: block;
	padding-top: 30px;
}

.interior-single-content .interior-single-items .interior-single-item-1 table tr td {
	display: flex;
	font-size: 0.8rem;
	padding-top: 10px;
}

.interior-single-content .interior-single-items .interior-single-item-1 table tr .interior-single-message-1 {
	font-size: 1.4rem;
	font-weight: 700;
}

.interior-single-content .interior-single-items .interior-single-item-1 table tr .interior-single-message-2 {
	font-size: 1.4rem;
	font-weight: 700;
}

.interior-single-content .interior-single-items .interior-single-item-1 table tr .interior-single-message-3 {
	font-size: 1.4rem;
	font-weight: 700;
}

.interior-single-content .interior-single-items .interior-single-item-2 {
	margin-top: 80px;
	padding: 40px 10px 50px;
	width: 100%;
}

.interior-single-content .interior-single-items .interior-single-item-2 .interior-single-fv {
	width: 100%;
}

.sns {
	margin: 1560px 0 100px;
}

.sns .p-sns-title {
	font-size: 2rem;
}

.ig-strip .sbi_item img,
.ig-strip .sbi_item a.sbi_photo {
	aspect-ratio: auto;
	width: 100vw;
}

.p-service-content__sec-items-item-side {
	font-size: 4rem;
}

.p-design {
	margin: 80px auto 90px;
}

.p-design .p-design-fv .p-design-fv__title {
	font-size: 1.4rem;
}

.p-design .p-design__title {
	display: block;
	font-size: 1.2rem;
	margin: 50px 0 40px;
}

.p-design .p-design__title p {
	font-size: 1.5rem;
}

.p-design .p-design__content {
	display: block;
}

.p-design .p-design__content .p-design__content-items {
	display: block;
	margin: 50px auto 70px;
}

.p-design .p-design__content .p-design__content-items .p-design__content-items-item-img {
	margin-top: 40px;
	width: 100%;
}

.p-design .p-design__content .p-design__content-items .p-design__content-item-text .p-t_1 {
	font-size: 1.2rem;
}

.p-design .p-design__content .p-design__content-items .p-design__content-item-text .p-t_2 {
	font-size: 0.9rem;
}

.p-design .p-design__content-message {
	margin-top: 70px;
}

.p-design .p-design__content-message p {
	font-size: 1.2rem;
}

.p-design .p-design__content-message span {
	font-size: 0.8rem;
	letter-spacing: 1px;
}

.p-design .p-design__content-message-sns {
	margin-top: 70px;
}

.p-design .p-design__content-message-sns p {
	font-size: 1.2rem;
}

.p-design .p-design__content-message-sns img {
	margin-top: 30px;
	width: 80%;
}

.design-single-content {
	margin-bottom: 80px;
}

.design-single-content .design-single-items {
	flex-direction: column-reverse;
}

.design-single-content .design-single-items .design-single-item-1 {
	display: block;
	height: 90vh;
	padding-left: 20px;
	padding-top: 80px;
	width: 100%;
}

.design-single-content .design-single-items .design-single-item-1 .design-single-title {
	font-size: 1.6rem;
	font-size: 700;
}

.design-single-content .design-single-items .design-single-item-1 table {
	margin-top: 10px;
}

.design-single-content .design-single-items .design-single-item-1 table tr {
	display: block;
	padding-top: 30px;
}

.design-single-content .design-single-items .design-single-item-1 table tr td {
	display: flex;
	font-size: 0.8rem;
	padding-top: 10px;
}

.design-single-content .design-single-items .design-single-item-1 table tr .design-single-message-1 {
	font-size: 1.4rem;
	font-weight: 700;
}

.design-single-content .design-single-items .design-single-item-1 table tr .design-single-message-2 {
	font-size: 1.4rem;
	font-weight: 700;
}

.design-single-content .design-single-items .design-single-item-1 table tr .design-single-message-3 {
	font-size: 1.4rem;
	font-weight: 700;
}

.design-single-content .design-single-items .design-single-item-2 {
	margin-top: 80px;
	padding: 40px 10px 50px;
	width: 100%;
}

.design-single-content .design-single-items .design-single-item-2 .design-single-fv {
	width: 100%;
}

.p-about {
	margin: 30px 0 0;
}

.p-about .p-about-content {
	justify-items: center;
	padding: 50px 20px;
}

.p-about .p-about-content .p-about-message__title {
	text-align: center;
}

.p-about .p-about-content {
	grid-template-areas: "title" "text" "img" "sub" "btn";
	grid-template-columns: 1fr;
}

.p-about .p-about-content-message {
	text-align: center;
}

.p-about .p-about-content-message .p-about-message__title {
	font-size: 2rem;
}

.p-about .p-about-content-message .p-about-message__text {
	font-size: 1.1rem;
	margin-top: 25px;
	text-align: center;
	white-space: normal;
}

.p-about .p-about-content-message .p-about-message__text-sub {
	font-size: 0.9rem;
	letter-spacing: 1px;
	margin: 10px 0 20px;
}

.p-about .p-about-content-message .buttons {
	justify-content: center;
}

.p-about .p-about-content-img {
	gap: 30px;
	margin: 30px 0;
}

.p-about .p-about-content-img .p-about-content-img-1 {
	margin: 0;
}

.p-about .p-about-content-img .p-about-content-img-1 img {
	width: 100%;
}

.p-about .p-about-content-img .p-about-content-img-2 {
	margin: 20px 0 0 0;
}

.p-about .p-about-content-img .p-about-content-img-2 img {
	width: 100%;
}

.p-single-about {
	font-size: 4rem;
	margin-top: 30px;
	margin-top: 80px;
}

.p-single-about .p-single-about-fv-img img {
	height: 200px;
	width: auto;
}

.p-single-about .p-single-about-content {
	margin-top: 70px;
	padding: 0 20px;
}

.p-single-about .p-single-about-content .p-single-about-title {
	font-size: 1.1rem;
	padding: 6px 20px;
	top: -1%;
}

.p-single-about .p-single-about-content .table tbody th,
.p-single-about .p-single-about-content .table tbody td {
	border-bottom: none;
}

.p-single-about .p-single-about-content .table tbody tbody {
	display: block;
	width: 100%;
}

.p-single-about .p-single-about-content .table tbody tr {
	border-bottom: 1px solid #ccc;
	display: block;
}

.p-single-about .p-single-about-content .table tbody th,
.p-single-about .p-single-about-content .table tbody td {
	display: block;
}

.p-single-about .p-single-about-content .table tbody th {
	font-size: 1.1rem;
	padding: 30px 0 0px 10px;
}

.p-single-about .p-single-about-content .table tbody td {
	font-size: 0.9rem;
	padding: 15px 0 10px 10px;
}

.table {
	display: block;
	margin: 80px auto;
	max-width: 100vw;
	overflow-x: auto;
	padding: 24px 12px;
}

.table tbody {
	display: block;
	width: 100%;
}

.table tr {
	border-bottom: 1px solid #eee;
	display: block;
}

.table th,
.table td {
	display: block;
	font-size: 0.7rem;
	padding: 12px 10px;
}

th {
	color: #860C7C;
	font-size: 0.7rem;
}

td {
	font-size: 0.7rem;
}

.p-service {
	margin: 1vh auto 0;
	text-align: center;
}

.p-service .p-service-content { /* ▼ ここだけ変更：SP時は一時的にGrid化して順番指定 */
	display: grid;
	grid-template-areas: "title" "text" "imgf" "sub" "imgs";
	grid-template-columns: 1fr; /* 5) p-service-content__img-s */
	padding: 50px 0 70px;
	row-gap: 0;
	text-align: center;
}

.p-service .p-service-content .p-service-content__message {
	display: contents;
}

.p-service .p-service-content .p-service-content__message {
	width: 100%;
}

.p-service .p-service-content .p-service-content__message .p-service-title {
	font-size: 2rem;
}

.p-service .p-service-content .p-service-content__message .p-service-message__text {
	font-size: 1.1rem;
	margin-top: 20px;
}

.p-service .p-service-content .p-service-content__message .p-service-message__text-sub {
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 1px;
	margin: 20px 0 10px;
	padding: 0 20px;
}

.p-service .p-service-content .p-service-content__message .p-service-content__img-s {
	margin: 20px 0 20px auto;
	width: 80%;
}

.p-service .p-service-content .p-service-content__img-f {
	margin: 20px 0;
	width: 80%;
}

.p-service .p-service-content .p-service-title {
	grid-area: title;
}

.p-service .p-service-content .p-service-message__text {
	grid-area: text;
}

.p-service .p-service-content .p-service-content__img-f {
	grid-area: imgf;
}

.p-service .p-service-content .p-service-message__text-sub {
	grid-area: sub;
}

.p-service .p-service-content .p-service-content__img-s {
	grid-area: imgs;
}

.p-service-content__sec {
	bottom: -1520px;
	padding: 550px 0 50px;
}

.p-service-content__sec .p-service-content__sec-title {
	font-size: clamp(14px, 7vw, 10rem);
}

.p-service-content__sec .p-service-content__sec-items {
	display: block;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item {
	margin-bottom: 50px;
	width: 100%;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item:last-child {
	margin-bottom: 0;
}

.p-service-content__sec .p-service-content__sec-items .p-service-content__sec-items-item a .p-service-content__sec-items-item-text {
	text-align: left;
}

.p-service-content__sec .p-service-content__sec-items-item-side {
	font-size: 4rem;
	margin-top: 30px;
}

.p-web {
	margin: 80px 0;
}

.p-web .p-web-fv__title {
	font-size: 1.4rem;
}

.p-web__title {
	display: block;
	font-size: 1.2rem;
	margin: 50px 0 40px;
}

.p-web__title p {
	font-size: 1.5rem;
}

.p-web__content {
	display: block;
	margin: 50px auto 70px;
}

.p-web__content-item {
	margin-top: 40px;
	width: 100%;
}

.p-web .p-web-web {
	margin-top: 40px;
}

.p-web .p-web-web .p-web-content {
	display: block;
}

.p-web .p-web-web .p-web-content__item {
	display: block;
}

.p-web .p-web-web .p-web-content__item-img {
	width: 100%;
}

.p-web .p-web-web .p-web-content__item-text {
	margin-left: 0;
	padding: 0 20px;
	width: 100%;
}

.p-web .p-web-web .p-web-content__item-text .p-t_1 {
	font-size: 1.1rem;
	margin-top: 15px;
}

.p-web .p-web-web .p-web-content__item-text .p-t_2 {
	font-size: 1.2rem;
	margin-top: 10px;
}

.p-web .p-web-web .p-web-content__item-text .p-t_3 {
	font-size: 0.9rem;
}

.p-web .p-web__content-message p {
	font-size: 1.2rem;
}

.web-single-content {
	margin-bottom: 80px;
}

.web-single-content .web-single-items {
	flex-direction: column-reverse;
}

.web-single-content .web-single-items .web-single-item-1 {
	display: block;
	height: auto;
	padding: 60px 0 60px 20px;
	width: 100%;
}

.web-single-content .web-single-items .web-single-item-1 .web-single-title {
	font-size: 2.1rem;
}

.web-single-content .web-single-items .web-single-item-1 .web-single-title span {
	border-bottom: 1px solid #000;
}

.web-single-content .web-single-items .web-single-item-1 table {
	margin-top: 10px;
}

.web-single-content .web-single-items .web-single-item-1 table tr {
	display: block;
	padding-top: 10px;
}

.web-single-content .web-single-items .web-single-item-1 table tr td {
	display: flex;
	font-size: 0.8rem;
	padding-top: 10px;
}

.web-single-content .web-single-items .web-single-item-1 table tr .web-single-message-1 {
	font-size: 1.4rem;
	font-weight: 700;
}

.web-single-content .web-single-items .web-single-item-1 table tr .web-single-message-2 {
	font-size: 1.4rem;
	font-weight: 700;
}

.web-single-content .web-single-items .web-single-item-1 table tr .web-single-message-3 {
	font-size: 1.4rem;
	font-weight: 700;
}

.web-single-content .web-single-items .web-single-item-2 {
	margin-top: 80px;
	padding: 40px 10px 50px;
	width: 100%;
}

.news {
	padding: 150px 20px 0;
}

.news::after {
	display: none;
}

.news::before {
	display: none;
}

.news .p-news-title {
	font-size: 2rem;
}

.news .p-news-content {
	margin: 10px auto 0;
}

.news .p-news-content .p-news-content__item {
	display: block;
	padding: 20px 10px 2px;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text {
	display: block;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text .p-news-content__item-date {
	font-size: 0.7rem;
	letter-spacing: 2px;
	margin-right: 10px;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text .p-news-content__item-tc-text {
	padding: 3px 0 1px;
}

.news .p-news-content .p-news-content__item .p-news-content__item-date-text .p-news-content__item-tc-text a {
	font-size: 0.6rem;
}

.news .p-news-content .p-news-content__item .p-news-content__item-tc .p-news-content__item-tc-title {
	font-size: 0.8rem;
	margin-top: 5px;
}

.news-archive {
	margin: 50px auto 90px;
}

.news-archive .p-news-fv .p-news-fv__title {
	font-size: 1.2rem;
}

.news-archive .p-news-content-archive {
	margin-top: 70px;
	padding: 0 20px;
}

.news-archive .p-news-content-archive .p-news-content__item-archive {
	gap: 30px;
	grid-template-columns: 1fr;
	padding: 0 20px;
}

.news-archive .p-news-content-archive .p-news-card__meta .p-news-card__cats a {
	font-size: 0.6rem;
}

.news-archive .p-news-content-archive .p-news-card__title a {
	font-size: 1rem;
}

.news-single-content .p-news-fv {
	margin-top: 40px;
}

.news-single-content .p-news-fv .p-news-fv__img img {
	height: 100px;
}

.news-single-content {
	font: 600 1.2rem/1 sans-serif;
	left: 20px;
	line-height: 1.5;
}

.news-single-content .news-single-message {
	padding: 0 20px;
}

.news-single-content .news-single-message .news-single-data {
	font: 600 0.8rem/1 "Barlow Condensed";
}

.news-single-content .news-single-message .news-single-category {
	font: 600 0.9rem/1 "Barlow Condensed";
	margin-top: 10px;
}

.news-single-content .news-single-message .news-single-title {
	font-size: 1.2rem;
	margin-top: 15px;
}

.news-single-content-message {
	font-size: 0.9rem;
	padding: 40px 5% 30px;
}

.page-title {
	font-size: 24px;
	margin-bottom: 15px;
}

.category-filter {
	margin: 40px 0 60px;
}

.category-filter ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.category-filter ul li {
	padding: 0;
	text-align: center;
	width: calc(50% - 15px);
}

.category-filter ul li a {
	font-size: 0.8rem;
}

.contact {
	padding: 30px 0;
}

.contact .contact-title {
	font-size: 2rem;
}

.p-contact-fv {
	margin-top: 80px;
}

.p-contact-fv .p-contact-fv__title {
	font-size: 1.4rem;
}

.contact-line {
	margin-top: 75px;
}

.contact-line .contact-line-title {
	font-size: 1.4rem;
}

.contact-line .contact-line-text {
	font-size: 0.9rem;
}

.contact-line .contact-line-img img {
	width: 65%;
}

.full-width {
	margin: 60px auto 50px;
}

.contact_item-p a {
	font-size: 1rem;
}

.label {
	font-size: 1rem;
}

.custom-checkbox .checkmark {
	height: 17px;
	width: 17px;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	font-size: 0.9rem;
	padding: 0.4rem;
}

.submit-btn-wrapper input[type=submit] {
	font-size: 1.1rem;
	padding: 15px 75px;
}

.contact_item-p {
	margin-top: 30px;
}

.contact_item-p .contact_item-p-title {
	font-size: 1.1rem;
	letter-spacing: 1px;
}

.contact_item-p .contact_item-p-text {
	font-size: 0.8rem;
}

.thanks-content {
	margin: 150px auto 100px;
	padding: 0 20px;
}

.thanks-content .thanks-content-items .thanks-content-title {
	font: 700 2.8rem/1 "Times New Roman", Times, serif;
	margin-bottom: 80px;
}

.thanks-content .thanks-content-items .thanks-content-text {
	font: 300 1rem/1 "Times New Roman", Times, serif;
	line-height: 1.5;
}

.p-access {
	margin: 70px 0;
}

.p-access .p-access-content-title {
	font-size: 2rem;
	text-align: center;
}

.p-access .p-access-content::after {
	height: auto;
	left: 2%;
	top: 66%;
	width: 90px;
}

.p-access .p-access-content {
	display: block;
	margin-top: 20px;
}

.p-access .p-access-content .p-access-content-map iframe {
	height: 300px;
	width: 100%;
}

.p-access .p-access-content .p-access-content-wrapper {
	margin-top: 20px;
}

.p-access .p-access-content .p-access-content-wrapper .p-access-content-text {
	letter-spacing: 3px;
}

.p-access .p-access-content .p-access-content-wrapper .p-access-content-text .p-access-content-text-title {
	font-size: 1rem;
	margin-top: 15px;
}

.p-access .p-access-content .p-access-content-wrapper .p-access-content-text .p-access-content-text-message {
	font-size: 0.7rem;
	margin-top: 15px;
}

.footer {
	padding: 50px 50px 10px;
}

.footer .p-footer__content {
	gap: 10px;
}

.footer .p-footer__content .p-footer__content-logo img {
	width: 120px;
}

.footer .p-footer__content .p-footer__content-nav .nav {
	display: block;
}

.footer .p-footer__content .p-footer__content-nav .nav__item {
	font-size: 0.9rem;
	margin-bottom: 10px;
}

.footer .p-footer__content .p-footer__content-nav .nav__item .nav__link {
	font-size: 0.9rem;
}

.footer .p-footer__content .p-footer__content-nav .nav__item .nav__sub {
	margin: 5px 10px;
}

.footer .p-footer__content .p-footer__content-nav .nav__item .nav__sub .nav__sublink {
	font-size: 0.7rem;
	padding: 3px 0;
}

.footer .p-footer__content .p-footer__content-nav .p-footer__content-sns {
	margin-top: 20px;
}

.footer .p-footer__content .p-footer__content-nav .p-footer__content-sns ul li img {
	width: 30px;
}

.footer .footer-copy-right {
	font-size: 0.7rem;
}

.u-is-sp {
	display: none;
}

.scroll-down {
	bottom: -220px;
	right: 5%;
}

.scroll-down__line {
	width: 130px;
}

.scroll-down__line:after {
	border-bottom: 2px solid #000;
	width: 80%;
}

.scroll-down__text {
	color: #000;
	font-size: 0.8rem;
}

}

@media screen and (max-width: 767px) and (max-width: 767px) {

.p-single-about .p-single-about-content .table tbody th {
	font-size: 0.9rem;
}

.p-single-about .p-single-about-content .table tbody td {
	font-size: 0.7rem;
}

}

@keyframes lineAnime {

0% {
	opacity: 1;
	transform: translate3d(-100%, 0, 0);
}

50% {
	opacity: 1;
	transform: translate3d(0%, 0, 0);
}

100% {
	opacity: 0;
	transform: translate3d(101%, 0, 0);
	visibility: hidden;
}

}

@keyframes marquee {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-50%);
}

}

@keyframes marquee {

from {
	transform: translateX(0);
}

to {
	transform: translateX(-50%);
}

}

@keyframes marquee {

0% {
	transform: translateX(0);
}

100% {
	transform: translateX(-50%);
}

}

@keyframes scroll-down-line {

0% {
	transform: scale(1, 1);
	transform-origin: 0% 40%;
}

20% {
	transform: scale(0.001, 1);
	transform-origin: 0% 40%;
}

20.01% {
	transform-origin: 100% 50%;
}

38% {
	transform: scale(1, 1);
	transform-origin: 100% 50%;
}

}

