@charset "utf-8";.main {
	overflow: hidden;
}
.font-ryumin{
	font-family: "Zen Kaku Gothic Antique", 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: 20px;
	line-height: 1;
	border-bottom: 1px solid;
    padding: 10px 20px;
}
.font-a-otf {
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	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%;
}

.backcolor {
	background-color: #F2F2F2;
}
.profile_backcolor {
	background-color: #F2F2F2;
}


.style_idea {
	text-align: -webkit-center;
}
.rule02_img {
	text-align: -webkit-center;
}
.rule03 {
	text-align: -webkit-center;
}
.idea1 {
	text-align: -webkit-center;
}
.idea2 {
	text-align: -webkit-center;
}
.idea03 {
	text-align: -webkit-center;
}
.idea00 {
	text-align: -webkit-center;
}
.columm {
	text-align: -webkit-center;
	padding: 0.5em 1em;
	margin: 2em 0;
	border: solid 1px #707070;
	border-top: solid 4px #010101;
}
.columm_title {
	text-align: -webkit-center;
}
.profile_img {
	/* display: flex;
	justify-content: center; */
}

.equal{
    position: relative;
    display: inline-block;
}
.equal::after{
    content: '';
    width: 25px;
    height: 25px;
    margin-top: 0px;
    border-top: solid 3px #010101;
    border-right: solid 3px #010101;
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    position: absolute;
    top: 50%;
    right: 10%;
}

.rule_border {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}

/* .rule_border:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;
	display: inline-block;
	width: 300px;
	height: 1px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #010101;
} */

.profile {
	margin: 40px;
	padding: 40px 0px;
}
.mika_job p{
	font-size: 10px;
	width: fit-content;
	padding: 2px 8px;
	background-color: #010101;
	color: white;
}
.mika__name {
	font-size: 32px;
}
.mika_instagram_img {
	width: 2.5%;
	margin-right: 5px
}

@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%;
	}

	.item-img {
		width: 90%;
	}
	.item-detail {
		width: 45%;
	}
	.columm .item-img {
		width: 95%;
	}

	.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-text {
	font-size: 20px;
}

@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: "Zen Kaku Gothic Antique", sans-serif;
		font-size: 16px;
		font-weight: 400;
	}
	.font-didot{
		font-family: Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman,serif;
		font-size: 15px;
		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: 17px;
	}
    .margin_top{
        margin-top:30px;
	}
	.backcolor {
		background-color: white;
	}
	.profile_img {
		text-align: left;
	}
	.style-text {
		font-size: 18px;
	}
	.mika_instagram_img {
		width: 4%;
	}

	.equal{
		position: relative;
		display: inline-block;
		padding-bottom: 50px;
	}
	.equal::after{
		content: '';
		width: 25px;
		height: 25px;
		margin-top: 0px;
		border-top: solid 3px #010101;
		border-right: solid 3px #010101;
		transform: rotate(135deg) translate(-50%, -50%);
		-webkit-transform: rotate(135deg) translate(-50%, -50%);
		-ms-transform: rotate(135deg) translate(-50%, -50%);
		position: absolute;
		right: 50.6%;
		top: 84%;
	}
}