@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: 35px;
	line-height: 1;
}
.font-a-otf {
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: 300;
}
.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;
}
.dotted{
          background-image : linear-gradient(to right, #E4E4E4, #E4E4E4 2px, transparent 2px, transparent 8px);
  background-size: 8px 2px;
  background-position: left bottom; 
  background-repeat: repeat-x; 
}


@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;
	}
	.item-img {
		width: 90%;
	}
	.item-detail {
		width: 45%;
	}

	.main-detail {
		word-break: keep-all;
		line-height: 32px;
	}
	.pc-br {
		display: block;
	}
}


.style-title {
	font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif;
	font-size: 33px;
	line-height: .9;
	position: relative;
	top: 1px;
	font-style: italic;

}

.style-title-border {
	border-left: dotted 2px #707070;
	margin-left: 18px;
	padding-left: 18px;
	line-height: .9;
}

.style-headline {
	display: inline-flex;
	position: relative;
}


.style-text {
	font-size: 24px;
}

@media only screen and (max-width: 960px) {
	.main-detail {
		word-break: break-all;
		line-height: 32px;
	}
	.pc-br {
		display: none;
	}

	.font-a-otf {
		font-family: 'Noto Serif JP', serif;
		font-size: 16px;
		font-weight: 400;
	}
	.font-didot{
		font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif;
		font-size: 26px;
		line-height: 1;
	}
	.style-title {
		font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif;
		font-size: 25px;
		line-height: .9;
		position: relative;
		top: 1px;
		font-style: italic;
	}
	.style-title-border {
		border-left: dotted 1px #707070;
		margin-left: 16px;
		padding-left: 16px;
		line-height: .9;
	}
}

@media only screen and (max-width: 750px){
	.font-a-otf {
		font-size: 16px;
	}
        .margin_top{
               margin-top:30px;
}
}