@charset "utf-8";
/* CSS Document */

a.brown {
	color: #810101;
    text-decoration: underline;
    font-size: 1.6rem;
}

/* ------------------------------------
 * ARTICLE
* ------------------------------------ */
#article h2 {
	margin: 20px auto;
	text-align: center;
	color: #fff;
	font-size: 2.6rem;
}

/* ------------------------------------
 * NEWS
* ------------------------------------ */
.page_news {
	font-size: 2.2rem;
	font-weight: 900;
}
.page_news li { 
	margin: 2%;
}
.page_news li a {
	color: #810101;
}
.page_news li span {
	color: #7b5a5a;
}
.news_date_article {
	display: inline-block;
	max-width: 200px;
	margin-bottom: 2%;
	padding: 1%;
}
h4.ttl_article {
	background: none;
	color: #4d291b;
	text-align: left;
}
.box_contents {
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.box_contents iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}
/* ------------------------------------
 * STORY
* ------------------------------------ */
#wrap_story {
	background-image: url(/storage/img/lower/story_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 25%;
	padding-top: 5rem;
}
.no_bg {
	background-image: none;
}
.box_story {
	background-color: rgba(28,3,3,0.7);
}
/* ------------------------------------
 * GUILD
* ------------------------------------ */
.list_card_profile {
	width: 100%;
	justify-content: center;
	position: relative;
}
.card_profile {
	background: #220805;
	width: 300px;
	margin: 4%;
	border: 4px solid #a69920;
	overflow: hidden;
}
.card_top {
	padding: 6% 4% 2% 6%;
}
.profile_img {
	display: block;
	width: 160px;
	min-height: 160px;
	border-radius:50%;
	margin: 0 auto;
}
.profile_name {
	text-align:center;
	font-weight:bold;
	font-size:2.2rem;
	margin: 4% auto;
	letter-spacing:.1rem;
	color: #f9e795;
}
.profile_type {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.4rem;
	margin: 2% auto;
}
.profile_type span {
	display: inline-block;
	padding: 2%;
	border-radius: 90px;
	color: #220805;
	background: #f9e795;
}
.card_bottom {
	background: #810101;
	position: relative;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
	height: 140px;
	margin-left: -70px;
	margin-right: -70px;
	padding-left: 70px;
	padding-right: 70px;
}
.profile_desc {
	position: absolute;
	font-size:1.6rem;
	line-height:1.6;
	color: #f9e795;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.card_line {
	display: block;
	width: 30%;
	margin: 0 auto;
}
.card_line img {
	max-width: 100%;
	vertical-align: middle;
}
/* ------------------------------------
 * KEYWORD
* ------------------------------------ */
.list_keyword {
	text-align: justify;
}
.list_keyword dl dd {
	border: solid 1px #220805;
	margin: 0 0 4% 0; 
}
.keyword_name {
	background-color: #220805;
	color: #f9e795;
}
.keyword_name p {
	position: relative;
	font-size: 2.2rem;
	padding: 0 0.6em 0 1.6em;
}
.keyword_name p::before {
	content: "";
	position: absolute;
	background: url(/storage/img/lower/icon_keyword.svg);
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 50% 50%;
	top: 0.6em;
    margin-left: -1em;
}
.keyword_text {
	padding: 2% 4%;
	background-color: #fff;
}
.keyword_text p {
	font-size: 1.4rem;
	line-height: 3;
	background-image: linear-gradient(#d5cbc9 1px, transparent 1px);
	background-size: 100% 3em;
	padding-bottom: 1px;
	background-position: right 0 bottom 10px;
}
.keyword_name p .ruby {
	font-size: 1.4rem;
}

/*NEW*/
/*ribbon*/
.new_keyword {
	position: relative;
}
.new_ribbon {
	display: inline-block;
	position: absolute;
	top: -1px;
	left: 4px;
	height: 44px;/*高さ*/
	width: 40px;
	line-height: 4.0;
	text-align: center;
	padding: 0;
	font-size: 1.2rem;
	background: #ad1818;
	color: #FFF;
	box-sizing: border-box;
}
.new_ribbon::after {
	content: '';
	position: absolute;
	left: 0;
	top: 100%;
	height: 0;
	width: 0;
	border-left: 20px solid #ad1818;
	border-right: 20px solid #ad1818;
	border-bottom: 10px solid transparent;
}
.new_keyword--ribbon .keyword_name p {
	padding-left: calc(44px + 1.3em);
}
/*oval*/
.new_oval::before {
	position: absolute;
	content: 'NEW';
	background: #ffd200;
	font-size: 1.2rem;
	line-height: 1.4;
	color: #220805;
	padding: 0px 4px;
	border-radius: 100px;
	top: 14px;
    left: 5px;
}
.new_keyword--oval .keyword_name p {
	padding-left: calc(44px + 1.1em);
}
@media screen and (min-width:768px) {
	.list_keyword {
		margin-top: 5%;	
	}
}
/* ------------------------------------
 * requesut
* ------------------------------------ */
.area_contents_request a {
	color: #810101;
    text-decoration: underline;
    font-size: 1.6rem;
}
/* ------------------------------------
 * 404
* ------------------------------------ */
.area_404 {
	text-align: center;
}
.area_404 img {
	max-width: 300px;
}
