@charset "UTF-8";
/* CSS Document */

.main-content{
	font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
	text-align: center;
	padding-bottom: 70px;
}


/* title */
.title{
	background-image: linear-gradient( to right, #fdfdff 0%, #fdfdff 50%, #ebe7e9 50%, #ebe7e9 100%);
}
.title > img{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}


/* content */
.content{
	padding: 40px 0;
}
.content:nth-of-type(2n){
	background-color: #fafafa;
}

.content-head > img{
	width: 100%;
	max-width: 320px;
}

.content-img{
	width: 90%;
	max-width: 810px;
}

.content-poem{
	font-size: 16px;
	line-height: 1.6;
	margin-top: 30px;
}

.content-itemlist{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}
.content-itemlist > li{
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 5px;
	position: relative;
	width: 90%;
}
.content-itemlist a,
.content-itemlist div{
	align-items: center;
	display: block;
	line-height: 1.3;
	padding: 8px 0 10px;
}
.content-itemlist div{
	color: #bbb;
}
.content-itemlist a::after,
.content-itemlist div::after{
	border-radius: 4px;
	display: block;
	font-size: 11px;
	line-height: 1;
	margin: 4px auto 0;
	padding: 4px 0;
	width: 80px;
}
.content-itemlist a::after{
	background: #45423f;
	color: #fff;
	content: "Check";
}
.content-itemlist div::after{
	border: 1px solid #ccc;
	color: #bbb;
	content: "Coming soon";
}


/* under-link-box */
.under-link-box{
	margin-top: 30px;
}
.under-link-head{
	margin-top: 20px;
	font-size: 24px;
}

.under-link li{
	display: inline-block;
	width: 300px;
	margin: 5px;
}





@media screen and (max-width:640px){
/* ----- */
/* S M P */
/* ----- */

.content-poem{
	font-size: 14px;
	margin-top: 20px;
	padding: 0 4%;
	text-align: justify;
}

.content-itemlist{
	margin-top: 20px;
}

.content-itemlist > li::after{
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	content: "";
	display: block;
	height: 10px;
	position: absolute;
	transform: translateY(-50%) rotate(45deg);
	width: 10px;

	top: 50%;
	right: 10px;
}

}





@media screen and (min-width:640px){
/* ----- */
/* P   C */
/* ----- */
.content-itemlist > li{
	max-width: 300px;
}

.content-itemlist a:hover{
	opacity: .5;
}
