@charset "utf-8";

/* ----------------------------------------------------------
/* メインビジュアル
---------------------------------------------------------- */
#main {
	margin: 40px auto;
	}

#main .inner {
	width: 1200px;
	margin: auto;
	display: flex;
	align-items: center;
	}

#main .inner .mainimg {
	width: 600px;
	}

#main .inner h1 {
	width: 540px;
	margin-left: auto;
	}

#main .inner img {
	width: 100%;
	}

@media (max-width: 1200px){
#main {
	padding: 0 40px;
	}

#main .inner {
	width: 100%;
	}

#main .inner h1 {
	width: 480px;
	}
}

@media (max-width: 768px){
#main {
	margin: 0 auto 20px auto;
	padding: 0;
	}

#main .inner {
	display: block;
	}

#main .inner .mainimg {
	width: 100%;
	margin: 0 auto 30px auto;
	}

#main .inner h1 {
	width: 80%;
	margin: auto;
	}
}


/* ----------------------------------------------------------
/* コンテンツ
---------------------------------------------------------- */
#wrapper {
	width: 1200px;
	margin: auto;
	padding: 20px 0 60px 0;
	}

#wrapper section {
	background: url(../images/bg_box_top.png) no-repeat top left , url(../images/bg_box_bottom.png) no-repeat bottom right , rgba(45,45,125,0.7);
	background-size: 20px , 20px , auto;
	margin-bottom: 40px;
	padding: 40px 60px;
	}

#wrapper section h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 3.0rem;
	font-weight: 700;
	line-height: 1;
	border-bottom: 1px solid #fff;
	text-align: center;
	margin-bottom: 40px;
	padding-bottom: 20px;
	text-shadow: 2px 2px 10px rgba(255,255,255, 0.6) , -2px -2px 10px rgba(255,255,255, 0.6);
	position: relative;
	}

#wrapper section h2::before {
	content: "";
	width: 14px;
	height: 10px;
	background: url(../images/ico_tit.png) no-repeat center / cover;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	position: absolute;
	}

#wrapper section:last-child {
	margin: 0;
	}

#wrapper #news article {
	border-top: 1px dotted #fff;
	}

#wrapper #news article:last-child {
	border-bottom: 1px dotted #fff;
	}

#wrapper #news article .title {
	font-family: 'Noto Serif JP', serif;
	padding: 15px 0;
	display: flex;
	align-items: center;
	cursor: pointer;
	position: relative;
	}

#wrapper #news article .title::before {
	content: "";
	width: 25px;
	height: 25px;
	background: url(../images/ico_arrow.png) no-repeat center / cover;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	display: block;
	position: absolute;
	transform: rotate(180deg);
	}

#wrapper #news article .title.close::before {
	transform: rotate(0deg);
	}

#wrapper #news article .title time {
	width: 120px;
	color: #ffec10;
	cursor: pointer;
	}

#wrapper #news article .title h3 {
	width: calc(100% - 120px);
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
	padding-right: 50px;
	}

#wrapper #news article .detail {
	border-top: 1px dotted #fff;
	padding: 20px 0 30px 0;
	}

#wrapper #news article .detail h4 {
	font-size: 1.6rem;
	font-weight: 700;
	color: #ffec10;
	}

#wrapper #news article .detail p,
#wrapper #news article .detail span,
#wrapper #news article .detail strong {
	font-size: 1.4rem;
	}

#wrapper #staffcast .box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px 40px;
	}

#wrapper #staffcast .box h3 {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.2rem;
	font-weight: 700;
	color: #ffec10;
	line-height: 1;
	margin-bottom: 15px;
	}

@media (max-width: 1200px){
#wrapper {
	padding: 20px 40px 60px 40px;
	}

#wrapper section {
	padding: 40px;
	}

#wrapper section h2 {
	font-size: 2.8rem;
	}
}

@media (max-width: 768px){
#wrapper {
	width: 100%;
	padding: 20px 30px 60px 30px;
	}

#wrapper section {
	background-size: 15px , 15px , auto;
	}

#wrapper section h2 {
	font-size: 2.4rem;
	}

#wrapper section {
	padding: 40px 30px;
	}

#wrapper #news article .title {
	display: block;
	}

#wrapper #news article .title::before {
	width: 20px;
	height: 20px;
	right: 0;
	}

#wrapper #news article .title time {
	font-size: 1.2rem;
	}

#wrapper #news article .title h3 {
	width: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	padding-right: 40px;
	}

#wrapper #news article .detail {
	padding: 15px 0 20px 0;
	}

#wrapper #staffcast .box {
	display: block;
	}

#wrapper #staffcast .box .staff {
	margin-bottom: 30px;
	}

#wrapper #staffcast .box h3 {
	font-size: 2.0rem;
	margin-bottom: 10px;
	}
}

@media (max-width: 640px){
#wrapper {
	padding: 10px 15px 40px 15px;
	}

#wrapper section {
	margin-bottom: 20px;
	padding: 30px 20px;
	}

#wrapper section h2 {
	font-size: 2.0rem;
	margin-bottom: 30px;
	padding-bottom: 10px;
	}

#wrapper section h2::before {
	width: 10px;
	height: 8px;
	bottom: -20px;
	}

#wrapper #news article .title {
	padding: 10px 0 15px 0;
	}

#wrapper #news article .title h3 {
	padding-right: 35px;
	}

#wrapper #news article .detail h4 {
	font-size: 1.4rem;
	}

#wrapper #staffcast .box h3 {
	font-size: 1.8rem;
	}
}


/* ----------------------------------------------------------
/* ページトップ
---------------------------------------------------------- */
#pageTop {
	width: 80px;
	bottom: 15px;
	right: 15px;
	position: fixed;
	z-index: 100;
	}

#pageTop:hover {
	opacity: 0.7;
	}

@media (max-width: 1200px){
#pageTop {
	width: 60px;
	}
}

@media (max-width: 640px){
#pageTop {
	width: 45px;
	}
}


/* ----------------------------------------------------------
/* フッター
---------------------------------------------------------- */
footer {
	text-align: center;
	background: #000;
	padding: 15px 10px;
	}

footer .copy {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	}

@media (max-width: 640px){
footer .copy {
	font-size: 10px;
	font-size: 1.0rem;
	}
}