@charset "utf-8";main {
	overflow: hidden;
}
.font-ryumin{
	font-family: a-otf-ryumin-pr6n, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans',serif;
	font-style: normal;
	font-size: 22px;
	font-weight: 300;
}
.font-didot{
	font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif;
	font-size: 61px;
	line-height: 1;
}
.font-a-otf {
	font-family: A-OTF Ryumin Pro;
	font-size: 24px;
}
.c-items-area-02 {
	margin-top: 80px;
}
.c-items-area-03 {
	margin-top: 80px;
}
.c-items-area-04 {
	margin-top: 80px;
}
.c-items-area-05 {
	margin-top: 80px;
}
.c-slider .c-dots li {
	width: 7px;
	height: 7px;
	border-radius: 50%;
}
.c-description {
	width: 100%;
}
.ritsuko__profile{
	margin-top: 50px;
	margin-bottom: 90px;
}
.ritsuko__profile-container{
	display: flex;
	flex-direction: column;
	background-color: #F7F7F7;
	padding: 20px;
}
.ritsuko__job{
	margin: 20px 0;
}
.ritsuko__name{
	margin-bottom:15px;
	font-size: 28px;
}
.ritsuko__kana{
	margin-bottom:26px;
}


@media only screen and (min-width: 960px){
	.font-ryumin{
	font-size: 26px;
}
	.c-items-area-02 {
		margin-top: 100px;
	}
	.c-items-area-03 {
		margin-top: 140px;
	}
	.c-items-area-04 {
		margin-top: 170px;
	}
	.c-items-area-05 {
		margin-top: 190px;
	}
	.c-slider .c-dots li {
		width: 8px;
		height: 8px;
		border-radius: 50%;
	}

	.ritsuko__profile{
		margin-top: 115px;
		margin-bottom: 180px;
	}
	.ritsuko__profile-container{
		flex-direction: row-reverse;
		align-items: center;
		padding: 48px 57px 47px 55px;
	}
	.ritsuko__kana{
		margin-bottom:35px;
	}
}

.style-title {
	font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif;
	font-size: 50px;
	line-height: .9;
	position: relative;
	top: 1px;
	font-style: italic;
}

.style-title-border {
	border-left: solid 2px #707070;
	margin-left: 20px;
	padding-left: 20px;
	line-height: .9;
}

.style-headline {
	border-bottom: solid 2px #707070;
	padding-bottom: 7px;
	display: inline-flex;
	position: relative;
	margin-bottom: 30px;
}
.style-headline:before,
.style-headline:after {
	position: absolute;
	top: 100%;
	left: 50%;
	content: "";
	height: 0;
	width: 0;
}

.style-headline:before {
	border-top: 13px solid;
	border-left: 13px solid;
	border-color: transparent;
	border-top-color: #707070;
	margin-left: -85.5px;
}

.style-headline:after {
	border-top: 10.5px solid;
	border-left: 9.5px solid;
	border-color: transparent;
	border-top-color: white;
	margin-left: -83px;
}

.style-text {
	font-size: 26px;
}

@media only screen and (max-width: 750px){
	.font-a-otf {
		font-size: 18px;
	}
}