@charset "utf-8";


/*Google Fontsの読み込み
---------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1:wght@100..900&family=Noto+Serif+JP:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,700;1,400&display=swap');

/*Font Awesomeの読み込み
---------------------------------------------------------------------------*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css");

/*lightbox.cssの読み込み
---------------------------------------------------------------------------*/
@import url(https://cdnjs.cloudflare.com/ajax/libs/lightbox2/2.10.0/css/lightbox.css);


/*opa1のキーフレーム設定
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


/*animation1のキーフレーム設定（開閉ブロックのアニメーションに使用）
---------------------------------------------------------------------------*/
@keyframes animation1 {
	0% {left: -200px;}
	100% {left: 0px;}
}



/*全体の設定
---------------------------------------------------------------------------*/
body * {box-sizing: border-box;}
html,body {
	height: 100%;
	font-size: 13px;
}

	/*画面幅900px以上の追加指定*/
	@media screen and (min-width:900px) {

	html, body {
		font-size: 14px;
	}

	}/*追加指定ここまで*/

body {
	font-family: "M PLUS 1", "Noto Serif JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-weight: 300;
	font-optical-sizing: auto;
	letter-spacing: 0.1rem;
	text-indent: 0.1rem;
	-webkit-text-size-adjust: none;
	margin: 0;padding: 0;
	line-height: 2.5;
	background: #1a1a2e;
	color: #fff;
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav,ul,li {margin: 0;padding: 0;}
nav ul {list-style: none;}
h1,h2,h3,h4 {font-weight: 400;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*iframeタグ*/
iframe {width: 100%;}

/*他*/
input, select, textarea {font-size: 1rem; font-family: inherit;}
strong {font-weight: 500;}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: #fff;
	transition: 0.3s;
}

/*マウスオン時*/
a:hover {
	text-decoration: none;
}


/*オープニングの動画
---------------------------------------------------------------------------*/
video {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
}

#video {
	position: relative;z-index: -1; overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

	@media (orientation: portrait) {
	#video .landscape {display: none;}
	#video .portrait {display: block;}
	}

	@media (orientation: landscape) {
	#video .portrait {display: none;}
	#video .landscape {display: block;}
	}


/*header
---------------------------------------------------------------------------*/
header {
	width: 260px;
	padding: 0 2vw;
	margin-top: 4vw;
	text-align: center;
}

/*ロゴ*/
header #logo {
	padding: 0;margin: 0;
}

/*ロゴテキスト*/
.logo-text {
	display: block;
	font-family: "Playfair Display", serif;
	font-size: 2rem;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.05em;
	line-height: 1.2;
	color: #e8b4b8;
	text-shadow: 0 2px 10px rgba(232,180,184,0.3);
	margin-bottom: 0.3rem;
}

header #logo span {
	display: block;
	font-size: 0.65rem;
	letter-spacing: 0.2em;
	color: rgba(255,255,255,0.7);
	font-weight: 300;
}

	@media screen and (min-width:900px) {
	header {
		position: fixed;
		left: 0px;
		top: 0px;
	}
	}

	@media screen and (max-height:500px) {
	header {
		position: absolute;
	}
	}


/*mainブロック
---------------------------------------------------------------------------*/
	@media screen and (min-width:900px) {
	main {
		margin-left: 260px;
	}
	}

main h2 {
	font-family: "Playfair Display", serif;
	font-size: 2.5rem;
	font-weight: 700;
	font-style: italic;
	letter-spacing: 0.05em;
	color: #e8b4b8;
	margin-bottom: 0.5rem;
}

main h3 {
	font-size: 1.3rem;
	font-weight: 500;
}


/*メニューブロック初期設定
---------------------------------------------------------------------------*/
#menubar {display: none;}
.large-screen #menubar {display: block;}
.small-screen #menubar.display-block {display: block;}
#menubar_hdr.display-none {display: none;}


/*メニュー
---------------------------------------------------------------------------*/
#menubar ul {
	margin: 2rem 0;
}

#menubar nav a {
	text-decoration: none;display: block;
	background: rgba(26,26,46,0.6);
	border: 1px solid rgba(232,180,184,0.3);
	color: #fff;
	padding: 0.4rem 0.8rem;
	margin: 0.4rem 0;
	border-radius: 4px;
	font-size: 0.85rem;
	letter-spacing: 0.15em;
	font-weight: 400;
	transition: all 0.3s ease;
}

#menubar nav a:hover {
	background: rgba(232,180,184,0.2);
	border-color: rgba(232,180,184,0.8);
	color: #e8b4b8;
}

/*900px以下画面でのメニュー
---------------------------------------------------------------------------*/
.small-screen #menubar.display-block {
	position: fixed;overflow: auto;z-index: 100;
	left: 0px;top: 0px;
	width: 100%;
	height: 100%;
	padding-top: 80px;
	background: rgba(26,26,46,0.95);
	animation: animation1 0.2s both;
}
.small-screen #menubar ul {
	margin: 3rem;
}


/*ハンバーガーアイコン設定
---------------------------------------------------------------------------*/
#menubar_hdr {
	animation: opa1 0s 0.2s both;
	position: fixed;z-index: 101;
	cursor: pointer;
	right: 30px;
	top: 30px;
	padding: 16px 14px;
	width: 46px;
	height: 46px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #c0392b;
	border-radius: 4px;
}

#menubar_hdr span {
	display: block;
	transition: 0.3s;
	border-top: 1.5px solid #fff;
}

#menubar_hdr.ham span:nth-of-type(1),
#menubar_hdr.ham span:nth-of-type(3) {
	transform-origin: center center;
	width: 20px;
}

#menubar_hdr.ham span:nth-of-type(1){
	transform: rotate(45deg) translate(3.8px, 5px);
}

#menubar_hdr.ham span:nth-of-type(3){
	transform: rotate(-45deg) translate(3.8px, -5px);
}

#menubar_hdr.ham span:nth-of-type(2){
	display: none;
}


/*SNSアイコン
---------------------------------------------------------------------------*/
ul.icons {
	list-style: none;
	margin: 0;padding: 0;
	display: flex;
	justify-content: center;
	gap: 6px;
}
ul.icons li {
	margin-right: 6px;
}
ul.icons a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(232,180,184,0.15);
	border: 1px solid rgba(232,180,184,0.3);
	transition: all 0.3s ease;
}
ul.icons a:hover {
	background: rgba(232,180,184,0.3);
	border-color: #e8b4b8;
}
ul.icons i {
	font-size: 16px;
	color: #e8b4b8;
}

/*SNS準備中*/
.icon-disabled {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.1);
	opacity: 0.35;
	cursor: default;
}
.icon-disabled i {
	color: rgba(255,255,255,0.5) !important;
}
.icons-notice {
	font-size: 0.6rem;
	color: rgba(255,255,255,0.35);
	text-align: center;
	letter-spacing: 0.15em;
	margin-top: 0.5rem;
}


/*section
---------------------------------------------------------------------------*/
.section::before {
	opacity: 0;
	transition: opacity 1s;
}
.section.active::before {
	opacity: 1;
}
.section.inactive::before {
	opacity: 0;
}

section {
	padding: 2vw 5vw;
}

#about,#talent,#news,#recruit,#contact {
	min-height: calc(100dvh - 50px);
	margin-bottom: 50px;
	padding: 5vw;
}
	@media screen and (min-width:900px) {
	#about,#talent,#news,#recruit,#contact {
		border-radius: 3vw 0 0 3vw;
	}
	}

/*背景画像を置く為の設定*/
#about::before,#talent::before,#news::before,#recruit::before,#contact::before {
	content: '';
	position: fixed;z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*about*/
#about {
	background-color: rgba(26,26,46,0.85);
	color: #fff;
}
#about::before {
	background: url('../images/section1.jpg') no-repeat center center / cover;
}

/*talent*/
#talent {
	background-color: rgba(26,26,46,0.85);
	color: #fff;
}
#talent::before {
	background: url('../images/section2.jpg') no-repeat center center / cover;
}

/*news*/
#news {
	background-color: rgba(26,26,46,0.85);
	color: #fff;
}
#news::before {
	background: url('../images/section3.jpg') no-repeat center center / cover;
}

/*recruit*/
#recruit {
	background-color: rgba(26,26,46,0.85);
	color: #fff;
}
#recruit::before {
	background: url('../images/section1.jpg') no-repeat center center / cover;
}

/*contact*/
#contact {
	color: #fff;
}
#contact::before {
	background: #1a1a2e;
}

	@media (orientation: portrait) {
	#about::before {
		background-image: url('../images/section1_portrait.jpg');
	}
	#talent::before {
		background-image: url('../images/section2_portrait.jpg');
	}
	#news::before {
		background-image: url('../images/section3_portrait.jpg');
	}
	#recruit::before {
		background-image: url('../images/section1_portrait.jpg');
	}
	}

.no-bgcolor {background-color: transparent !important;}


/*セクションリード
---------------------------------------------------------------------------*/
.section-lead {
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	color: rgba(255,255,255,0.7);
	letter-spacing: 0.1em;
	margin-bottom: 2rem;
}


/*Aboutセクション
---------------------------------------------------------------------------*/
.about-box {
	margin-top: 1rem;
}
.about-box > p {
	line-height: 2.2;
	margin-bottom: 1rem;
	font-size: 0.95rem;
}

.about-features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.5rem;
	margin: 2.5rem 0;
}
.feature-item {
	background: rgba(255,255,255,0.08);
	border: 1px solid rgba(232,180,184,0.2);
	border-radius: 12px;
	padding: 2rem 1.5rem;
	text-align: center;
	transition: all 0.3s ease;
}
.feature-item:hover {
	background: rgba(232,180,184,0.1);
	border-color: rgba(232,180,184,0.4);
	transform: translateY(-4px);
}
.feature-item i {
	font-size: 2rem;
	color: #e8b4b8;
	margin-bottom: 1rem;
	display: block;
}
.feature-item h4 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.1rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
	color: #e8b4b8;
}
.feature-item p {
	font-size: 0.85rem;
	line-height: 1.8;
	color: rgba(255,255,255,0.75);
}

	@media screen and (max-width:700px) {
	.about-features {
		grid-template-columns: 1fr;
	}
	}

/*会社概要テーブル*/
.company-info {
	margin-top: 2rem;
}
.company-info table {
	width: 100%;
	border-collapse: collapse;
}
.company-info th {
	text-align: left;
	padding: 0.8rem 1rem;
	width: 120px;
	font-weight: 500;
	font-size: 0.85rem;
	color: #e8b4b8;
	border-bottom: 1px solid rgba(232,180,184,0.2);
	vertical-align: top;
}
.company-info td {
	padding: 0.8rem 1rem;
	font-size: 0.9rem;
	color: rgba(255,255,255,0.85);
	border-bottom: 1px solid rgba(255,255,255,0.08);
}


/*タレント一覧
---------------------------------------------------------------------------*/
.talent-category {
	margin-bottom: 2.5rem;
}
.talent-category h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.2rem;
	font-weight: 500;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(232,180,184,0.3);
	color: #e8b4b8;
}
.talent-category h3 i {
	margin-right: 0.5rem;
	font-size: 1rem;
}

/*Coming Soonブラー*/
.talent-coming-soon {
	position: relative;
}
.talent-coming-soon .list-grid-trimming {
	filter: blur(12px);
	-webkit-filter: blur(12px);
	opacity: 0.5;
	pointer-events: none;
	user-select: none;
}
.coming-soon-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 2;
}
.coming-soon-text {
	font-family: "Playfair Display", serif;
	font-size: 3rem;
	font-weight: 700;
	font-style: italic;
	color: #e8b4b8;
	letter-spacing: 0.1em;
	text-shadow: 0 2px 20px rgba(232,180,184,0.4);
}
.coming-soon-sub {
	font-size: 0.9rem;
	color: rgba(255,255,255,0.6);
	letter-spacing: 0.3em;
	margin-top: 0.5rem;
}
.blur-placeholder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.blur-placeholder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*タレント名オーバーレイ*/
.talent-name {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(26,26,46,0.9));
	color: #fff;
	padding: 2rem 0.5rem 0.5rem;
	font-size: 0.8rem;
	font-weight: 500;
	text-align: center;
	letter-spacing: 0.1em;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.list-grid-trimming .list:hover .talent-name {
	opacity: 1;
}

/*list-grid
---------------------------------------------------------------------------*/
.list-grid-trimming {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem;
}

.list-grid-trimming .list {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-top: 100%;
	border-radius: 8px;
}
.list-grid-trimming .list a {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.list-grid-trimming .list img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: 0.5s;
}

.list-grid-trimming .list img:hover {
	transform: scale(1.1);
	filter: brightness(1.1);
}

	@media screen and (max-width:600px) {
	.list-grid-trimming {
		grid-template-columns: repeat(2, 1fr);
	}
	}


/*お知らせブロック
---------------------------------------------------------------------------*/
.new dd {
	padding-bottom: 1rem;
}

.new dt {
	font-weight: 500;
}

.new dt span {
	display: inline-block;
	text-align: center;
	line-height: 1.8;
	border-radius: 20px;
	padding: 0 0.6rem;
	width: auto;
	min-width: 5rem;
	transform: scale(0.8);
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

/*カテゴリ別の色分け*/
.new dt span {
	background: rgba(232,180,184,0.3);
	color: #e8b4b8;
	border: 1px solid rgba(232,180,184,0.4);
}

	@media screen and (min-width:700px) {
	.new {
		display: grid;
		grid-template-columns: auto 1fr;
	}
	}


/*Recruitセクション
---------------------------------------------------------------------------*/
.recruit-box {
	margin-top: 1rem;
}

.recruit-message {
	background: rgba(232,180,184,0.1);
	border: 1px solid rgba(232,180,184,0.3);
	border-radius: 12px;
	padding: 2rem;
	margin-bottom: 2rem;
	text-align: center;
}
.recruit-message h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.4rem;
	font-weight: 500;
	color: #e8b4b8;
	margin-bottom: 1rem;
}
.recruit-message p {
	font-size: 0.9rem;
	line-height: 2;
	color: rgba(255,255,255,0.8);
}

.recruit-details {
	margin-bottom: 2rem;
}
.recruit-details h4 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.1rem;
	font-weight: 500;
	color: #e8b4b8;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(232,180,184,0.3);
}
.recruit-details table {
	width: 100%;
}
.recruit-details th {
	text-align: left;
	padding: 0.7rem 1rem;
	width: 110px;
	font-weight: 500;
	font-size: 0.85rem;
	color: #e8b4b8;
	border-bottom: 1px solid rgba(232,180,184,0.15);
	vertical-align: top;
}
.recruit-details td {
	padding: 0.7rem 1rem;
	font-size: 0.88rem;
	color: rgba(255,255,255,0.85);
	border-bottom: 1px solid rgba(255,255,255,0.06);
}

.recruit-benefits h4 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.1rem;
	font-weight: 500;
	color: #e8b4b8;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(232,180,184,0.3);
}
.recruit-benefits ul {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.8rem;
}
.recruit-benefits li {
	font-size: 0.9rem;
	color: rgba(255,255,255,0.85);
	line-height: 2;
}
.recruit-benefits li i {
	color: #e8b4b8;
	margin-right: 0.5rem;
}

	@media screen and (max-width:600px) {
	.recruit-benefits ul {
		grid-template-columns: 1fr;
	}
	.recruit-details th {
		display: block;
		width: 100%;
		border-bottom: none;
		padding-bottom: 0;
	}
	.recruit-details td {
		display: block;
		padding-top: 0;
		padding-bottom: 1rem;
	}
	}


/*Contactセクション
---------------------------------------------------------------------------*/
.contact-box {
	margin-top: 1rem;
}

.contact-info {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
	margin-bottom: 2.5rem;
}
.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(232,180,184,0.2);
	border-radius: 12px;
	padding: 1.5rem;
	transition: all 0.3s ease;
}
.contact-item:hover {
	background: rgba(232,180,184,0.08);
	border-color: rgba(232,180,184,0.4);
}
.contact-item > i {
	font-size: 1.3rem;
	color: #e8b4b8;
	margin-top: 0.2rem;
}
.contact-item h4 {
	font-size: 0.85rem;
	font-weight: 600;
	color: #e8b4b8;
	margin-bottom: 0.2rem;
	line-height: 1.8;
}
.contact-item p {
	font-size: 0.85rem;
	color: rgba(255,255,255,0.75);
	line-height: 1.8;
}
.contact-item small {
	font-size: 0.75rem;
	color: rgba(255,255,255,0.5);
}

	@media screen and (max-width:700px) {
	.contact-info {
		grid-template-columns: 1fr;
	}
	}

/*お問い合わせフォーム*/
.contact-form-wrap {
	background: rgba(255,255,255,0.05);
	border: 1px solid rgba(232,180,184,0.2);
	border-radius: 12px;
	padding: 2rem;
}
.contact-form-wrap h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.2rem;
	font-weight: 500;
	color: #e8b4b8;
	text-align: center;
	margin-bottom: 1.5rem;
}

.form-group {
	margin-bottom: 1.5rem;
}
.form-group label {
	display: block;
	font-size: 0.85rem;
	font-weight: 500;
	margin-bottom: 0.4rem;
	color: rgba(255,255,255,0.85);
}
.required {
	display: inline-block;
	background: #c0392b;
	color: #fff;
	font-size: 0.65rem;
	padding: 0.1rem 0.4rem;
	border-radius: 3px;
	margin-left: 0.3rem;
	vertical-align: middle;
	line-height: 1.5;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group select,
.form-group textarea {
	width: 100%;
	padding: 0.7rem 1rem;
	border: 1px solid rgba(232,180,184,0.3);
	border-radius: 6px;
	background: rgba(255,255,255,0.08);
	color: #fff;
	font-size: 0.9rem;
	transition: all 0.3s ease;
	line-height: 1.8;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
	outline: none;
	border-color: #e8b4b8;
	background: rgba(232,180,184,0.08);
	box-shadow: 0 0 0 3px rgba(232,180,184,0.1);
}
.form-group select {
	appearance: auto;
	cursor: pointer;
}
.form-group textarea {
	resize: vertical;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
	color: rgba(255,255,255,0.3);
}

.submit-btn {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 2rem auto 0;
	padding: 0.8rem 2rem;
	background: linear-gradient(135deg, #c0392b, #e8b4b8);
	color: #fff;
	border: none;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(192,57,43,0.3);
}
.submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 25px rgba(192,57,43,0.4);
	opacity: 0.95;
}


/*フッター設定
---------------------------------------------------------------------------*/
footer small {font-size: 100%;}
footer {
	font-size: 0.8rem;
	text-align: center;
	padding: 2rem 1rem;
	background: rgba(26,26,46,0.9);
}
footer a {color: inherit;text-decoration: none;}

/*フッターリンク*/
.footer-links {
	margin-bottom: 0.8rem;
}
.footer-links a {
	font-size: 0.8rem;
	color: #e8b4b8;
	border-bottom: 1px solid rgba(232,180,184,0.3);
	padding-bottom: 1px;
	transition: all 0.3s ease;
}
.footer-links a:hover {
	color: #fff;
	border-bottom-color: #fff;
}


/*PAGE TOP
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	animation: opa1 0.2s 0.2s both;
	position: fixed;
	right: 20px;
	bottom: 20px;
	color: #fff;
	font-size: 1.5rem;
	background: rgba(192,57,43,0.6);
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	transition: all 0.3s ease;
}
.pagetop a:hover {
	background: rgba(192,57,43,0.9);
}


/*プライバシーポリシーページ
---------------------------------------------------------------------------*/
.privacy-section {
	padding: 5vw;
	background: rgba(26,26,46,0.95);
	min-height: 100vh;
}

.privacy-content {
	max-width: 800px;
	margin-top: 1rem;
}

.privacy-intro {
	font-size: 0.95rem;
	line-height: 2.2;
	margin-bottom: 2rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(232,180,184,0.2);
}

.privacy-block {
	margin-bottom: 2.5rem;
}

.privacy-block h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.15rem;
	font-weight: 500;
	color: #e8b4b8;
	margin-bottom: 0.8rem;
	padding-left: 1rem;
	border-left: 3px solid #e8b4b8;
}

.privacy-block p {
	font-size: 0.9rem;
	line-height: 2.2;
	color: rgba(255,255,255,0.8);
	margin-bottom: 0.5rem;
}

.privacy-block ul {
	list-style: none;
	padding: 0;
	margin: 0.8rem 0;
}

.privacy-block li {
	font-size: 0.9rem;
	line-height: 2.2;
	color: rgba(255,255,255,0.8);
	padding-left: 1.2rem;
	position: relative;
}

.privacy-block li::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #e8b4b8;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 1.1em;
}


/*送信完了ページ
---------------------------------------------------------------------------*/
.thanks-page {
	min-height: 100vh;
	background: #1a1a2e;
	display: flex;
	align-items: center;
	justify-content: center;
}
.thanks-inner {
	text-align: center;
	padding: 2rem;
	max-width: 500px;
}
.thanks-logo {
	font-family: "Playfair Display", serif;
	font-size: 2rem;
	font-weight: 700;
	font-style: italic;
	color: #e8b4b8;
	line-height: 1.2;
	margin-bottom: 2.5rem;
}
.thanks-icon {
	font-size: 4rem;
	color: #e8b4b8;
	margin-bottom: 1.5rem;
}
.thanks-inner h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	margin-bottom: 1.5rem;
}
.thanks-inner p {
	font-size: 0.95rem;
	color: rgba(255,255,255,0.7);
	line-height: 2.2;
	margin-bottom: 2.5rem;
}
.thanks-btn {
	display: inline-block;
	padding: 0.8rem 2.5rem;
	background: linear-gradient(135deg, #c0392b, #e8b4b8);
	color: #fff;
	border-radius: 50px;
	font-size: 0.9rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-decoration: none;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(192,57,43,0.3);
}
.thanks-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 25px rgba(192,57,43,0.4);
}


/*年齢認証ゲート
---------------------------------------------------------------------------*/
.age-gate {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: #1a1a2e;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}
.age-gate-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}
.age-gate-inner {
	text-align: center;
	padding: 2rem;
	max-width: 400px;
	width: 90%;
}
.age-gate-logo {
	font-family: "Playfair Display", serif;
	font-size: 2.8rem;
	font-weight: 700;
	font-style: italic;
	color: #e8b4b8;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin-bottom: 2.5rem;
	text-shadow: 0 2px 15px rgba(232,180,184,0.3);
}
.age-gate-text {
	font-size: 0.95rem;
	color: rgba(255,255,255,0.75);
	line-height: 2;
	margin-bottom: 2.5rem;
}
.age-gate-btn {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto 1rem;
	padding: 1rem 2rem;
	border-radius: 50px;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.15em;
	cursor: pointer;
	transition: all 0.3s ease;
	font-family: inherit;
}
.age-gate-enter {
	background: linear-gradient(135deg, #c0392b, #e8b4b8);
	color: #fff;
	border: none;
	box-shadow: 0 4px 20px rgba(192,57,43,0.3);
}
.age-gate-enter:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 30px rgba(192,57,43,0.4);
}
.age-gate-leave {
	background: transparent;
	color: rgba(255,255,255,0.6);
	border: 1px solid rgba(255,255,255,0.2);
}
.age-gate-leave:hover {
	border-color: rgba(255,255,255,0.5);
	color: rgba(255,255,255,0.9);
}


/*その他
---------------------------------------------------------------------------*/
.clearfix::after {content: "";display: block;clear: both;}
.l {text-align: left !important;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.ws {width: 95%;display: block;}
.wl {width: 95%;display: block;}
.mb0 {margin-bottom: 0px !important;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: #000;border: 1px solid #fff;border-radius: 3px;margin: 5px 0; word-break: break-all;}
.small {font-size: 0.75em;}
.large {font-size: 2em; letter-spacing: 0.1em;}
.color-check, .color-check a {color: #e8b4b8;}
.pc {display: none;}
.dn {display: none !important;}
.block {display: block !important;}

	@media screen and (min-width:900px) {
		.ws {width: 48%;display: inline;}
		.sh {display: none;}
		.pc {display: block;}
	}
