@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Kaisei+Decol&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200&display=swap');

/* Reset */
*,:after,:before{box-sizing:border-box}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{text-decoration:none}ins,mark{background-color:#ff9;color:#000}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
ul, ol, li {list-style: none;}

html {
	font-size: 62.5%; /* 1rem = 10px */
}

body {
	background: #000;
	color: #e4e4e4;
	font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 1.8rem;
	margin: 0 auto;
}

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

.alert-warning {
	color: #664d03;
	background: #fff3cd;
	border-color: #ffecb5;
}

.alert-danger {
	color: #842029;
	background: #f8d7da;
	border-color: #f5c2c7;
}

.alert {
	border: 1px solid inherit;
	border-radius: 5px;
	text-align: center;
	margin: 20px;
	padding: 20px;
}

header {
	background: #000;
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 10000;
}

main {
	padding-top: 165px;
}

header h1 {
	border: #fff solid 5px;
	line-height: 0;
	max-height: 300px;
	text-align: center;
	width: 100%;
}

header h1 img {
	height: 100%;
	margin: 5px auto;
	max-width: 300px;
	width: 100%;
}

header .bh {
	font-size: 1.4rem;
	margin-bottom: 5px;
	text-align: center;
}

header nav {
	background: linear-gradient(to bottom, #222222, #141414);
}

header nav ul {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 0 10px;
}

header nav li {
/*	border-left: 1px solid #b8751e;*/
border-left: 1px solid #ffffff;
	text-align: center;
	margin: 5px 0;
}

header nav li:nth-child(5), header nav li:nth-child(10) {
/*	border-right: 1px solid #b8751e;*/
border-right: 1px solid #ffffff;
}

header nav a {
	display: block;
	font-size: 1.6rem;
	padding: 12px 0;
	text-align: center;
}

header nav a span {
/*	background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
	color: transparent;*/
	display: block;
	font-weight: bold;
	/*padding-top: 5px;*/
	-webkit-background-clip: text;
}

header nav a svg {
	fill: #fefeb2;
	display:none;
}

@media screen and (max-width: 480px) {
	header nav a {
		font-size: 1.2rem;
	}
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 0;
}

footer {
	/*background: #e81674;*/
	border: #fff solid 5px;
	color: #fff;
	font-size: 1.2rem;
	padding: 20px 0;
	margin-bottom: 50px;
	text-align: center;
	width: 100%;
}

footer nav {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

footer nav ul {
	background: linear-gradient(to bottom, #222222, #141414);
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 0 10px;
}

footer nav ul li {
	/*border-left: 1px solid #b8751e;*/
	border-left: 1px solid #fff;
	text-align: center;
	/*margin: 5px 0;*/
}

footer nav ul li:last-child {
	/*border-right: 1px solid #b8751e;*/
	border-right: 1px solid #fff;
}

footer nav ul li a {
	display: block;
	font-size: 1.2rem;
	padding: 15px 0;
	text-align: center;
}

footer nav ul li span {
/*	background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
	color: transparent;*/
	color:#fff;
	display: block;
	font-weight: bold;
	padding-top: 5px;
	-webkit-background-clip: text;
}

footer nav ul li svg {
	fill: #fefeb2;
	display:none;
}

/*
footer {
	background: #e81674;
	color: #fff;
	font-size: 1.2rem;
	padding: 20px 0 65px;
	text-align: center;
	width: 100%;
}

footer nav {
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 999;
}

footer nav ul {
	background: rgba(232, 22, 116, .8);
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding: 0 10px;
}

footer nav ul li {
	border-left: 1px solid #fff;
	text-align: center;
	margin: 5px 0;
}

footer nav ul li:last-child {
	border-right: 1px solid #fff;
}

footer nav ul li a {
	display: block;
	font-size: 1.2rem;
	padding: 5px 0;
	text-align: center;
}

footer nav ul li span {
	display: block;
	padding-top: 5px;
}

footer nav ul li svg {
	fill: #fff;
}
*/

section h2 {
	/*background: #e81674;*/
	border: #fff solid 5px;
	margin-bottom: 30px;
}

section h2 span {
	color: #fff;
	display: block;
	font-size: 2.2rem;
	font-weight: normal;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

section h4 {
	background: linear-gradient(to bottom, #222222, #141414);
    color: #fff;
	font-size: 1.8rem;
    font-weight: normal;
	padding: 10px;
}

.arrange th {
	font-size: 1.6rem;
	font-weight: normal;
	padding: 5px 10px;
	text-align: right;
}

.arrange td {
	font-size: 1.6rem;
	padding: 5px;
}

.wrap {
	margin: 0px auto 0px;
    max-width: 1100px;
}

/* キャスト一覧 */
.cast-list {
	display: grid;
	gap: 3px;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 0 30px;
}

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

.cast-list li {
	border: 1px solid #777;
	padding: 5px;
}

.cast-box a {
	display: block;
	margin-bottom: 5px;
}

.cast-box img {
	width: 100%;
}

.cast-box .name {
	font-size: 1.5rem;
	padding: 3px 0;
	text-align: center;
}

.cast-box .size {
	font-size: 1.4rem;
	margin: 5px 0;
	text-align: center;
}

.cast-box .time {
	align-items: center;
	border-top: solid 1px #333;
	display: flex;
	font-size: 1.4rem;
	height: 26px;
	justify-content: center;
}

.cast-box .time svg {
	fill: #fff;
	margin-right: 4px;
	width: 20px;
}

.cast-box .com {
	background: #000;
	color: #fff;
	font-size: 1.5rem;
	padding: 5px 0;
	text-align: center;
}

/* トップ */
#top h3 {
	margin-bottom: 20px;
}

.toppage-h2 {
	position: absolute;
	left: -9999px;
	clip: rect(0 0 0 0);
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.open {
	font-size: 1.2rem;
	text-align: center;
	padding: 10px 0;
}
.top-info {
	border: #fff solid 5px;
/*	margin-top: 20px;*/
	margin-bottom: 20px;
}

.top-schedule {
	/*margin: 0 5px 30px;*/
	margin: 0 0 30px;
}

/* トピックス */

.top-topics {
	/*margin: 0 5px 30px;*/
	margin: 0 0 30px;
}

.topics-list {
	max-height: 500px;
	overflow-y: auto;
	border: 1px solid #444;
}

/* 投稿全体 */
.topic-item {
	display: flex;
	align-items: flex-start;
	padding: 10px 0;
	margin: 0 10px;
	border-bottom: 1px solid #333;
}
.topics-list .topic-item:last-child {
    border-bottom: none;
}

/* 左：アイコン */
.topic-left {
	flex: 0 0 50px;
	margin-right: 15px;
}

.topic-avatar {
	width: 50px;
	height: 50px;
	border-radius: 50%; /* 丸くする */
	object-fit: cover;	 /* 中央切り抜き */
}

/* 右：内容 */
.topic-right {
	flex: 1;
}

/* 名前と時間を横並び */
.topic-header {
	display: flex;
	justify-content: flex-start; /* 左寄せ */
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.topic-name {
	font-weight: bold;
	font-size: 1.6rem;
}

.topic-time {
	font-size: 0.8em;
	color: #ccc;
}

/* 投稿内容 */
.topic-content {
	white-space: pre-wrap; /* 改行を反映 */
	line-height: 1.4;
	font-size: 1.6rem;
}

.topic-content a {
	text-decoration: underline;
}

.topic-content a:hover {
	color: #ccc;
}


/*
 * トピックス画像表示の改善
 * (XやMixiのようなSNS風のレイアウトを目指す)
 */

/* サムネ画像コンテナ */
.topic-images {
    display: flex; /* 基本はFlexboxで制御 */
    flex-wrap: wrap;
    gap: 8px; /* 画像間の隙間 */
    margin-top: 8px;
    /* 投稿内容の幅いっぱいに広げる */
    width: 100%;
}

.topic-image {
    cursor: pointer;
    border-radius: 6px;
    object-fit: cover; /* 画像がはみ出さないように中央で切り抜き */
    flex-grow: 1; /* Flexアイテムとして幅を伸ばす */
    width: 100%; /* デフォルトの幅 */
    height: auto; /* デフォルトの高さ */
    min-width: 0; /* flexアイテムの最小幅を設定 */
}

/* 1枚の場合: 横幅いっぱいに表示 */
.topic-images img:only-child {
    width: 100%;
    max-height: 400px; /* 最大高さを設定して縦長になりすぎないように調整 */
    height: auto;
}


/* 2枚の場合: 2列で横並びに表示 */
.topic-images:has(img:nth-child(2):nth-last-child(1)),
.topic-images:has(img:nth-child(2):nth-last-child(2)) {
    /* 2枚の時、Flexアイテムとして均等に幅を占める */
    display: flex;
    flex-wrap: nowrap;
}
.topic-images:has(img:nth-child(2):nth-last-child(1)) img,
.topic-images:has(img:nth-child(2):nth-last-child(2)) img {
    width: calc(50% - 4px); /* gap: 8pxの半分を引く */
    aspect-ratio: 1 / 1;  /* 適度な高さを設定 */
}

/* 3枚の場合: 左1枚（縦長）、右上下2枚の分割 */
.topic-images:has(img:nth-child(3):nth-last-child(1)) {
    display: grid;
    /* 全体を1:1の正方形に近づける */
    aspect-ratio: 1 / 1; 
    
    /* 2列に分割: 左右均等（50%ずつ）にする */
    grid-template-columns: 1fr 1fr; /* または 50% 50%; */
    /* 2行に分割: どちらも高さは半分 */
    grid-template-rows: 1fr 1fr;
    
    /* gapは既に .topic-images に設定されているものを使う */
}
/* 1枚目: 左側の縦2マス分を占有 */
.topic-images:has(img:nth-child(3):nth-last-child(1)) img:nth-child(1) {
    grid-column: 1 / 2; /* 1列目 */
    grid-row: 1 / 3; /* 1行目から3行目（縦2マス分）*/
    width: 100%;
    height: 100%;
}
/* 2枚目: 右上のマス */
.topic-images:has(img:nth-child(3):nth-last-child(1)) img:nth-child(2) {
    grid-column: 2 / 3; /* 2列目 */
    grid-row: 1 / 2; /* 1行目 */
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}
/* 3枚目: 右下のマス */
.topic-images:has(img:nth-child(3):nth-last-child(1)) img:nth-child(3) {
    grid-column: 2 / 3; /* 2列目 */
    grid-row: 2 / 3; /* 2行目 */
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
}

/* 4枚の場合: 2x2のグリッド表示 */
.topic-images:has(img:nth-child(4):nth-last-child(1)) {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 2列 */
    /* grid-template-rows: 150px 150px; */ /* これを削除またはコメントアウト */
    gap: 8px; /* グリッドアイテム間の隙間 */
}
.topic-images:has(img:nth-child(4):nth-last-child(1)) img {
    width: 100%;
    /* height: 100%; */ /* これを削除またはコメントアウト */
    aspect-ratio: 1 / 1; /* 正方形に設定 */
}

/*
 * 注意点:
 * :has() セレクタはモダンブラウザでのみサポートされています。
 * 古いブラウザ（IEなど）を考慮する場合は、PHP側で枚数に応じて別のクラス名
 * (例: class="topic-images image-count-2") を付与する必要があります。
 */

/* 既存のCSSのこの部分を削除またはコメントアウト
.topic-images img:nth-child(1):only-child { width: 100%; height: auto; }
.topic-images img:nth-child(2):nth-last-child(1), .topic-images img:nth-child(2):nth-last-child(2) { width: calc(50% - 4px); height: 120px; }
.topic-images img:nth-child(3), .topic-images img:nth-child(4) { width: calc(50% - 4px); height: 100px; }
*/

/* モーダル */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.modal-content {
    max-width: 90%;
    max-height: 80%;
    border-radius: 8px;
}

.close {
    position: absolute;
    top: 20px; right: 30px;
    color: white;
    font-size: 30px;
    cursor: pointer;
}

#modal-controls {
    margin-top: 10px;
}

#modal-controls button {
    background: rgba(255,255,255,0.2);
    border: none;
    color: white;
    font-size: 30px;
    margin: 0 10px;
    cursor: pointer;
    border-radius: 4px;
    padding: 0 10px;
}

























.top-explanation {
}

.top-explanation .title {
	align-items: center; /* 垂直中心 */
	display: flex;
	font-size: 1.6rem;
	font-weight: bold;
	justify-content: center; /* 水平中心 */
	margin-bottom: 25px;
}

.top-explanation .title:before, .top-explanation .title:after {
	border-top: 1px solid;
	content: "";
	width: 3em; /* 線の長さ */
}

.top-explanation .title:before {
	margin-right: 10px; /* 文字の右隣 */
}

.top-explanation .title:after {
	margin-left: 10px; /* 文字の左隣 */
}

.top-explanation p {
	font-size: 1.6rem;
	line-height: 150%;
	margin: 0 5px 30px;
}

.bh {
	margin: 0 5px 30px;
	display: none;
}

.bh h4 {
	margin-bottom: 5px;
}

/* プロフィール */
#profile .cast-photo .owl-item {
	opacity: 0.3;
	transition: 1s ease-out;
}

#profile .cast-photo .owl-item.center {
	opacity: 1;
}

#profile .nomination {
	background: #d591f5;
	color: #fff;
	font-size: 2.4rem;
	height: 50px;
	line-height: 50px;
	margin: 0 auto 20px;
	max-width: 400px;
	text-align: center;
}

#profile .nomination span {
	margin-right: 20px;
}

@media screen and (max-width: 480px) {
	#profile .nomination {
		height: 40px;
		line-height: 40px;
	}
}

#profile .cast-photo {
	margin-bottom: 10px;
}

#profile .cast-info {
	margin-bottom: 20px;
	text-align: center;
}

#profile .cast-info .name {
	display: block;
	font-size: 4rem;
	margin-bottom: 3px;
}

#profile .cast-info span {
	font-size: 1.6rem;
}

#profile .cast-other {
	margin: 0 5px 20px;
}

#profile .cast-other li {
	margin: 0 10px 20px;
}

#profile .cast-other li a {
	align-items: center;
	background-image: linear-gradient(170deg, #e81674, #fff3af);
	border-radius: 50vh;
	color: #fff;
	display: flex;
	font-size: 2.2rem;
	justify-content: space-between;
	margin: 0 auto;
	padding: 20px;
	transition: 0.3s;
}

#profile .cast-other li a::after {
	border-right: 3px solid #000;
	border-top: 3px solid #000;
	content: '';
	height: 1rem;
	transform: rotate(45deg);
	width: 1rem;
}

#profile .cast-other li a:hover {
	background-image: linear-gradient(-170deg, #e81674, #fff3af);
	text-decoration: none;
}


/*

#top h3, #profile h3 {
	background-image: linear-gradient(170deg, #e81674, #bd4b7e);
	border: 1px solid #e6d623;
	background: #140c00;
	color: #fff;
	font-size: 2.2rem;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
}
*/




#top h3, #profile h3 {
	/*border: 1px solid #e6d623;*/
	border: 1px solid #fff;
	background: linear-gradient(to bottom, #222, #111);
}


#top h3 span, #profile h3 span {
/*   background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
    color: transparent;*/
	color:#fff;
    display: block;
	font-size: 2.2rem;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
    -webkit-background-clip: text;
}




#profile .cast-comment {
	margin: 0 5px 20px;
}

#profile .cast-comment div {
	color: #fff;
	font-size: 1.8rem;
/*	font-weight: bold;*/
	line-height: 2.6rem;
	margin: 20px 10px;
/*	max-height: 400px;
	overflow-y: auto;*/
}




.cast-instagram {
    margin: 1.5em 0;
}

.cast-instagram .insta-button {
    display: inline-block;
	margin-top: 20px;
    padding: 0.7em 1.6em;
    background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af, #515bd4);
    color: #fff;
    border-radius: 999px;
    text-decoration: none;
    font-weight: bold;
    transition: opacity .2s;
}

.cast-instagram .insta-button:hover {
    opacity: 0.85;
}



#profile .cast-twitter {
	margin: 0 5px 30px;
}

#profile .twitter-wrap {
	margin-top: 20px;
}

#profile .cast-schedule {
	margin: 0 5px 30px;
}

#profile .cast-schedule-box {
	background-color: rgba(0, 0, 0, 1);
	background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 41, 137, 1) 10px, rgba(255, 41, 137, 1) 20px );
	background-size: auto auto;
	display: grid;
	gap: 10px 2px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 20px;
	padding: 10px 2px;
}

#profile .cast-schedule dl dt {
	align-items: center;
	background: #e4e4e4;
	color: #000;
	display: flex;
	font-size: 1.5rem;
	height: 40px;
	justify-content: center;
}

#profile .cast-schedule dl dd {
	background: #fff;
	height: 74px;
	overflow: hidden;
}

#profile .cast-schedule dl dd span {
	color: #000;
	display: block;
	font-size: 1.4rem;
	margin: 10px auto;
	text-align: center;
}

#profile .cast-schedule dl dd a {
	background: #d591f5;
	color: #fff;
	display: block;
	font-size: 1.4rem;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	text-align: center;
	width: 94%;
}

@media screen and (max-width: 480px) {
	#profile .cast-schedule dl dd span {
		font-size: 1.3rem;
	}
}

/* スケジュール */
#schedule .schedule-calendar {
	display: grid;
	gap: 5px;
	grid-template-columns: repeat(3, 1fr);
	margin: 0 5px;
}

@media screen and (min-width: 768px) {
	#schedule .schedule-calendar {
		margin: 0 80px;
	}
}

#schedule .schedule-calendar li {
	/*border: 1px solid #b8751e;*/
	/*border-radius: 8px;*/
	background: linear-gradient(to bottom, #222222, #141414);
}

#schedule .schedule-calendar li a {
	/*background-image: linear-gradient(135deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
	color: transparent;*/
	color: #fff;
	display: block;
	font-size: 2.2rem;
	margin: 2px;
	padding: 10px 0;
	text-align: center;
	-webkit-background-clip: text;
}

.schedule-day {
/*	background: linear-gradient(to right, #d591f5 0%,#f3dbff 50%, #d591f5 100%);*/
border: #fff solid 5px;
	color: #fff;
	padding: 10px 0;
	text-align: center;
	margin:20px 0;
}

/* アクセス */
#access dl {
	margin: 10px;
}

#access dt {
    background: linear-gradient(to bottom, #222222, #141414);
    color: #fff;
	font-size: 1.8rem;
    font-weight: normal;
	padding: 10px;
}

#access dd {
	font-size: 1.6rem;
	padding: 15px 0;
}

.map-img {
	text-align: center;
	margin-bottom: 20px;
}

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

/* 料金システム */
#system .system-area {
	margin-bottom: 40px;
}

#system h3, #system dl {
	font-family: "Noto Serif JP", sans-serif;
}

#system h3 {
	/*color: #c59839;*/
	color: #fff;
    font-size: 3rem;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}

#system .explanation {
	font-size: 1.3rem;
	line-height: 150%;
	padding: 0 20px;
}

#system dl {
	border-bottom: 1px solid #333;
	display: flex;
	flex-wrap: wrap;
	font-size: 2.2rem;
	padding: 18px 20px;
}

#system dt {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#system dd {
	width: 60%;
	text-align: right;
}

#system .note ul {
	font-size: 1.8rem;
}

#system .note li {
	padding: 10px 20px;
}

#system .rule p {
	font-size: 1.5rem;
	line-height: 150%;
	padding: 18px 20px;
}

#system .rule ul {
	font-size: 1.5rem;
}

#system .rule li {
	list-style-type: disc;
	margin-left: 40px;
	padding: 3px 0;
}

/* 求人情報 */
.job-img {
	text-align: center;
	margin-bottom: 20px;
}

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

.job-area {
	margin: 10px 10px 30px;
}

.job-area h4 {
	margin-bottom: 20px;
}

.job-area p {
	font-size: 1.6rem;
	line-height: 150%;
	margin-bottom: 20px;
}

.job-area li {
	font-size: 1.6rem;
	line-height: 150%;
	list-style-type: decimal;
	margin-left: 30px;
}

.job-area .qr {
	text-align: center;
}

/* イベント */
.event-img {
	text-align: center;
	margin: 0 -10px 20px -10px;
}

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

.event-area {
	margin: 10px 10px 50px;
}

.event-area h4 {
	margin-bottom: 10px;
}

.event-area p {
	font-size: 5rem;
	text-align: center;
	line-height: 150%;
	margin-bottom: 20px;
}

.event-area .del {
	text-decoration: line-through;
}

.moto {/*
	color: #000;
	text-shadow: rgb(255 255 255) 1px 1px 2px, rgb(255 255 255) 1px 1px 2px, rgb(255 255 255) 1px 1px 2px, rgb(255 255 255) 1px 1px 2px;
*/}

.ato {
	background-image: linear-gradient(0deg, #b8751e 0%, #ffce08 37%, #fefeb2 47%, #fafad6 50%, #fefeb2 53%, #e1ce08 63%, #b8751e 100%);
    color: transparent;
    display: block;
    font-weight: bold;
    -webkit-background-clip: text;
}