@charset "UTF-8";
@import "/include/css/common.sp.css";

/* ---------------------------------------------------------
	CSS Document rent
--------------------------------------------------------- */

#rent .effect {
	transform: translateY(20px);
	opacity: 0;
}

#rent .effected {
	animation: effect 0.6s 0s forwards ease-out;
}

@keyframes effect {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

#rent [data-delay="500"].effected {
	animation-delay: 0.5s;
}

#rent [data-delay="700"].effected {
	animation-delay: 0.7s;
}

#rent [data-delay="900"].effected {
	animation-delay: 0.9s;
}

#rent [data-delay="1100"].effected {
	animation-delay: 1.1s;
}

#rent [data-delay="1300"].effected {
	animation-delay: 1.3s;
}

#rent .h3.effected .line {
	animation-delay: 0.1s;
}

#rent .h3.effected .en .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.3s;
}

#rent .h3.effected .ja .grow {
	transition: transform 0.75s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s;
}
/* ---------------------------------------------------------
	CSS Document about
--------------------------------------------------------- */

#about {
	margin-bottom: 20vw;
}

#about p {
	margin-bottom: 10vw;
}

#about .pdf a {
	display: inline-block;
	vertical-align: top;
	width: 60vw;
	border-radius: 14vw;
	background: #65472e;
	text-decoration: none;
	line-height: 14vw;
	color: #fff;
	position: relative;
}

#about .pdf a:after {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -8px;
	border-bottom: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 25px;
}

/* ---------------------------------------------------------
	CSS Document point
--------------------------------------------------------- */

#point {
	margin: 0 5vw 15vw;
}

#point .section {
	overflow: hidden;
	margin-bottom: 3vw;
	padding: 15vw 5vw 5vw;
	border-radius: 5px;
	background: #a08266;
	color: #fff;
	position: relative;
}

#point .section:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 30px;
	left: 0;
}

#point .num {
	width: 66px;
	height: 66px;
	border-radius: 0 0 30px 0;
	background: #927459;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 68px;
	position: absolute;
	top: 0;
	left: 0;
}

#point h3 {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 4.5vw;
	letter-spacing: 0.2em;
	line-height: 1.3;
}

#point .flex img {
	height: 60px;
}

#point .section p {
	margin-top: 5vw;
	text-align: justify;
}

/* ---------------------------------------------------------
	CSS Document anchor
--------------------------------------------------------- */

#anchor {
	margin-bottom: 5vw;
	border-bottom: solid 2px #a08266;
}

#anchor ul {
	display: flex;
	justify-content: space-between;
	margin: 0 5vw;
}

#anchor li {
	width: 49%;
	border-radius: 5px 5px 0 0;
	border: solid 2px #a08266;
	border-bottom: 0;
	font-weight: 400;
	font-size: 4vw;
	letter-spacing: 0.2em;
	line-height: 14vw;
}

#anchor li.this {
	background: #a08266;
	font-weight: 700;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document list
--------------------------------------------------------- */

#list .toggle {
	display: none;
}

#list #newly.toggle {
	display: block;
}

#list .flex {
	margin: 0 5vw 0;
}

#list .entries {
	margin-bottom: 10vw;
}

#list .entries figure {
	height: 90vw;
	overflow: hidden;
}

#list .entries figure img {
	height: 90vw;
}

#list .entries dl {
	width: 86%;
	margin-top: -30px;
	padding: 15px 50px 0 0;
	background: #fff;
	text-align: left;
	font-size: 3vw;
	line-height: 1.6;
	position: relative;
	z-index: 2;
}

#list .entries dl:before {
	content: '';
	width: 30px;
	height: 30px;
	border: solid 1px #55472e;
	position: absolute;
	bottom: 0;
	right: 0;
}

#list .entries dl:after {
	content: '';
	width: 10px;
	height: 10px;
	margin-top: -6px;
	border-top: solid 1px #55472e;
	border-right: solid 1px #55472e;
	transform: rotate(45deg);
	position: absolute;
	bottom: 10px;
	right: 14px;
}

#list .entries dt {
	margin-bottom: 0.7em;
}

#list .entries dt a {
	text-decoration: none;
	font-weight: 500;
	font-size: 4vw;
	line-height: 1.3;
	color: #55472e;
}

#list .entries dt .new {
	margin-right: 0.5em;
	padding: 0 0.2em;
	background: #ec3b04;
	font-weight: 400;
	font-size: 2.8vw;
	color: #fff;
}

#list .more a {
	display: inline-block;
	vertical-align: top;
	width: 60vw;
	border-radius: 14vw;
	background: #65472e;
	text-decoration: none;
	line-height: 14vw;
	color: #fff;
	position: relative;
}

#list .more a:after {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
}

/* ---------------------------------------------------------
	CSS Document category
--------------------------------------------------------- */

#category {
	margin: 10vw 5vw 0;
}

#category ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#category li {
	width: 48%;
	margin-bottom: 2%;
}

#category li a {
	display: block;
	border-radius: 5px;
	border: solid 2px #a08266;
	text-decoration: none;
	font-weight: 400;
	font-size: 4vw;
	line-height: 12vw;
	color: #2f2823;
}

#category li.this a {
	background: #a08266;
	font-weight: 700;
	color: #fff;
}

/* ---------------------------------------------------------
	CSS Document entry
--------------------------------------------------------- */

#entry {
	margin: 0 5vw 0;
}

#entry .entry_title {
	margin-bottom: 10vw;
	text-align: left;
}

#entry .entry_title ul {
	margin-bottom: 5vw;
	font-weight: 700;
	line-height: 10vw;
	color: #a08266;
	position: relative;
	z-index: 0;
}

#entry .entry_title ul:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #ccc;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -1;
}

#entry .entry_title li {
	display: inline-block;
	vertical-align: top;
	padding-right: 15px;
	background: #fff;
}

#entry .entry_title h2 {
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.4;
	color: #55472e;
}

#entry .entry_body {
	margin-bottom: 10vw;
	text-align: left;
	line-height: 2;
}

#entry .entry_body h3 {
	padding: 0.6em 1em;
	border-radius: 5px;
	background: #f8f7f4;
	font-weight: 400;
	font-size: 4vw;
	line-height: 1.3;
}

#entry .entry_body h3:not(:first-child) {
	margin-top: 3em;
}

#entry .entry_body p {
	margin-top: 2em;
}

#entry .entry_body ul {
	margin-top: 2em;
}

#entry .entry_body ul li {
	margin-left: 18px;
	list-style: disc;
}

#entry .entry_body ol {
	margin-top: 2em;
}

#entry .entry_body ol li {
	margin-left: 18px;
	list-style: decimal;
}

#entry .entry_body a {
	text-decoration: underline;
}

#entry .entry_body table {
	width: 100%;
	margin-top: 2em;
}

#entry .entry_body th {
	padding: 10px;
	border: solid 1px #efeff0;
	background: #fdfdf5;
	text-align: left;
	font-weight: normal;
}

#entry .entry_body td {
	padding: 10px;
	border: solid 1px #efeff0;
	text-align: left;
	font-weight: normal;
}

#entry .entry_body iframe {
	vertical-align: top;
	width: 100%;
	max-height: 50vw;
	overflow: hidden;
	margin-top: 2em;
	border: 0;
}

/* ---------------------------------------------------------
	CSS Document pnavi
--------------------------------------------------------- */

#pnavi {
	text-align: center;
}

#pnavi li a {
	display: inline-block;
	vertical-align: top;
	width: 12em;
	border-radius: 12vw;
	background: #65472e;
	text-decoration: none;
	line-height: 12vw;
	color: #fff;
	position: relative;
}

#pnavi li a:after {
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-left: solid 2px #fff;
	border-bottom: solid 2px #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 20px;
}
