@charset "utf-8";@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: 18px;
	font-weight: 300;
}
.font-didot{
	font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif;
	font-style: italic;
	font-size: 40px;
	line-height: 1;
}
.font-a-otf {
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: 0.08em;
	font-size: 23px;
}
.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%;
	letter-spacing: 0.03em;
	line-height: 1.8;
}
.naoko__profile{
	margin-bottom: 90px;
}

.naoko__job{
	margin: 30px 0 22px;
}
.naoko__name{
	margin-bottom:15px;
	font-size: 28px;
}
.naoko__kana{
	margin-bottom:26px;
}

.naoko__profile-container{
	display: flex;
	flex-direction: column;
	background-color: #F7F7F7;
	padding:  20px 35px;
	margin-bottom: 50px;
}

.img-box {
	border-color: #808080;
	border: 1px solid;
}

@media only screen and (min-width: 960px){
	.font-ryumin{
	font-size: 22px;
	}

	.font-a-otf {
		font-size: 21px;
	}
	.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%;
	}

	.naoko__profile{
		margin-bottom: 140px;
	}
	.naoko__profile-container, .shop__list-container{
		flex-direction: row;
		padding: 51px 37px 44px 44px;
		margin-bottom: 80px;
	}

	.naoko__profile-image{
		margin-right: 52px;
	}
	.naoko__kana{
		margin-bottom:35px;
	}
}

.recommend-title {
	font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif;
	font-size: 16px;
	line-height: 0.8;
	position: relative;
	top: 30px;
}

@media only screen and (min-width: 960px){
	.recommend-title {
		font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif;
		font-size: 28px;
		line-height: 1.8;
		position: relative;
		top: 15px;
	}
}

.recommend-headline {
	display: inline-flex;
	margin: 15px 0;
}

@media only screen and (min-width: 960px){
	.recommend-headline {
		margin: 0;
	}
}

.recommend-text {
	font-size: 28px;
}

.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){
	.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;
	}
}

.code-img {
	position: sticky;
    z-index: 1;
    top: 100%;
    left: 20%;
    transform: translate(-53%,-22%);
    width: 45%;
    margin-left: 28%;
}

.code-description {
	color: rgba(7, 7, 7);
	line-height: 1.8;
	letter-spacing: 0.025em;
	font-size: 14px;
	margin: 55px 35px 0 35px;
	height: 135px;
}

.goods-list-all {
	margin: 0 40px 40px 40px;
}

.code-symbol::after {
	content: '';
    z-index: 1;
    width: 85px;
    height: 85px;
    border-top: solid 3px black;
    border-right: solid 3px black;
    transform: rotate(45deg);
    position: absolute;
    top: 30%;
    left: 44%;
}
@media only screen and (max-width: 1024px) {
	.code-symbol::after{
		content: none;
	}
	.code-img {
		position: sticky;
    	z-index: 1;
    	transform: translate(-54%,-24%);
    	width: 45%;
		margin-right: 34%;
	}
	
}

@media only screen and (max-width: 750px) {
	.code-img {
		position: sticky;
    	z-index: 1;
    	left: 32%;
    	transform: translate(-50%,-28%);
    	width: 52%;
	}
	.code-description {
		color: rgba(7, 7, 7);
		line-height: 2;
		letter-spacing: 0.025em;
		font-size: 14px;
		margin: 60px 0 0 0;
		height: unset;
	}
	.goods-list-all {
		margin: 0 0 40px 0;
	}
}

@media only screen and (max-width: 380px) {
	.code-symbol::after{
		content: none;
	}
	.code-img {
		position: sticky;
    	z-index: 1;
    	transform: translate(-50%,-23%);
    	width: 50%;
	}
	.font-a-otf {
		font-size: 20px;
	}
}
