@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);


/* 基本設定
---------------------------------------- */

/* カスタムプロパティの定義 */
:root {
	--main-color: #F5F5ED;
	--secondary-color: #714514;
}

body {
	font-size: 16px;
	font-family: 'Noto Sans JP', sans-serif;
	background: #F7F8F8;
	color: var(--secondary-color);
}

#slmc_event {
	background: var(--main-color);
}

#mv-sp {
	display: none;
}

#mv-pc {
	display: block;
}




/* メインビジュアル
---------------------------------------- */


#mv {
  background-image: url(/club_event_2025/digital_kurashi_lab/img/image_lab_L.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

#mv h1 {
  position: relative;
  background: #fff;
  max-width: 540px;
  width: 90%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px 0;
  text-align: center;
}
#mv h1:before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  content: "";
  border: 2px solid #fff;
}

/* タイトル
---------------------------------------- */
.main_header .description {
	background-color:rgba(245,245,237,0.8);
}

h2 {
	font-size: 4rem;
	text-shadow: 0px 2px 10px rgba(33, 33, 33, 20%);
	color: #FFD600;
	max-width: 620px;
/*	margin: 0 auto 40px 10%;
	padding: 0 0 10px;*/
}

h2 small {
	font-size: 60%;
}

/* コンテンツ
---------------------------------------- */
.ao_lead{
  text-align: center;
  margin: 70px 0 40px;
}

.ao_lead a{
  color: #4f79ec;
}

section {
	width: 98%;
	margin: -1px auto 0;
	padding: 90px 20px;
}

@media (min-width: 576px) {
	section {
		/* width: 70%; */
		max-width: 1000px;
		margin: -1px auto 0;
		padding: 90px 20px;
	}
}

h3, h4 {
	color: var(--secondary-color);
}

h3 {
	font-size: 2.4rem;
}

.event {
	background-color: #fff;
	box-shadow: 10px 10px 10px rgba(33, 33, 33, 20%);
	position: relative;
}

.event .title {
	border-bottom: 2px solid var(--secondary-color);
}

.event .readmore {
	color: #FFD600;
}

.coming_soon, .overed {
	background-color:#000;
}

.coming_soon>div, .overed>div {
    opacity: 0.5;
    display:#000;
}

.coming_soon::after, .overed::after {
    position:absolute;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    font-size:30px;
    color:#fff;
}

.coming_soon::after {
    content:"coming soon";
}

.overed::after {
    content:"ご参加ありがとうございました！";
}

.section_title {
	text-align: center;
	font-size: 3rem;
}

.section_title small {
	font-size: 46%;
}
