@charset "UTF-8";

/*―――――――――――――――――――――――――――――――――――――――
	PickUpGirl用スタイル（記事個別）
――――――――――――――――――――――――――――――――――――――――*/
div#pickup_body {
	margin: 0px auto;
	padding: 5px;
	width: calc(100% - 10px);
	max-width: 800px;
}

/* 共通タイトル */
div#pickup_body h2 {
	position: relative;
	padding: 5px 20px 5px 10px;
	color: #A32D2B;
	background: #fff;
	text-shadow:
		1px 1px 0 #fff,
		2px 2px 0 rgba(163,45,43, 0.5);
	border-top: #A32D2B solid 3px;
	border-bottom: #A32D2B solid 3px;
	background-image: -webkit-gradient(linear, left top, right bottom,
			from(			rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(255, 255, 255, 0.0)), 
			color-stop(0.4, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(0, 0, 0, 0.1)), 
			color-stop(0.6, rgba(255, 255, 255, 0.0)),
			to(				rgba(255, 255, 255, 0.0))
			);
	background-image: -webkit-linear-gradient(top -45deg,
			transparent 40%,
			rgba(0, 0, 0, 0.1) 40%,
			rgba(0, 0, 0, 0.1) 60%,
			transparent 60%
			);
	background-image: -moz-linear-gradient(top -45deg,
			transparent 40%,
			rgba(0, 0, 0, 0.1) 40%,
			rgba(0, 0, 0, 0.1) 60%,
			transparent 60%
			);
	background-image: -o-linear-gradient(top -45deg,
			transparent 40%,
			rgba(0, 0, 0, 0.1) 40%,
			rgba(0, 0, 0, 0.1) 60%,
			transparent 60%
			);
	background-image: linear-gradient(to bottom -45deg,
			transparent 40%,
			rgba(0, 0, 0, 0.1) 40%,
			rgba(0, 0, 0, 0.1) 60%,
			transparent 60%
			);
	background-size: 4px 4px;
}
div#pickup_body h2 em {
	font-family: "M PLUS Rounded 1c";
	transform: rotate(0.028deg);
	font-size: 18px;
	font-weight: bold;
}
div#pickup_body h2:before {
	content: " ";
	position: absolute;
	top: 100%;
	left: 20px;
	width: 0;
	height: 0;
	border-width: 12px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #A32D2B;
}
div#pickup_body h2:after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 24px;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #FFF;
	z-index: 1;
}

/* ギャラリー（共通) */
div#pickup_body ul.gallery {
	margin: 15px auto 10px;
	width: calc(100% + 3px);
	max-width: 800px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div#pickup_body ul.gallery li {
	margin: 0px 3px 3px 0px;
	width: calc((100% / 3) - 3px);
	text-align: center;
}
div#pickup_body ul.gallery li img {
	border-radius: 3px;
	opacity: 1.0;
	transition: opacity 0.2s linear;
	width: 100%;
}
div#pickup_body ul.gallery li a:hover img {
	opacity: 0.8;
}

/*―――――――――――――――――――――――――
	画面TOP
―――――――――――――――――――――――――*/
/* ヘッダ */
div#pickup_body > p {
	padding: 0px 0px 3px;
	text-align: center;
	font-size: 11px;
}
div#pickup_body div#pickup_header {
	margin-bottom: 5px;
	text-align: center;
	width: 100%;
}
div#pickup_body div#pickup_header img {
	width: 100%;
	max-width: 800px;
}

/*―――――――――――――――――――――――――
	プロフィール
―――――――――――――――――――――――――*/
div#pickup_body div#profile {
	margin-bottom: 10px;
}
div#pickup_body div#profile dl {
	margin-bottom: 5px;
	display: flex;
	border: 1px solid #333;
	flex-wrap: wrap;
}
div#pickup_body div#profile dl dt,
div#pickup_body div#profile dl dd {
	line-height: 1.7;
}
div#pickup_body div#profile dl dt {
	width: 20%;
	text-align: center;
	font-style: italic;
}
div#pickup_body div#profile dl dd {
	padding-left: 10px;
	width: calc(30% - 10px);
	text-align: left;
	font-weight: bold;
}
div#pickup_body div#profile dl dt:nth-of-type(3) {
	width: 20%;
}
div#pickup_body div#profile dl dd:nth-of-type(3) {
	width: calc(80% - 10px);
}
div#pickup_body div#profile p.comment {
	font-size: 13px;
	line-height: 1.4;
}

/*―――――――――――――――――――――――――
	グラビア
―――――――――――――――――――――――――*/

/*―――――――――――――――――――――――――
	プライベートショット
―――――――――――――――――――――――――*/
div#private {
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
}
div#private p.title {
	padding: 10px 0px 0px 10px;
	font-family: "M PLUS Rounded 1c";
	transform: rotate(0.028deg);
	font-size: 14px;
	text-shadow: 2px 2px 0px rgba(255, 255, 255, 0.5);
}
div#private ul.private_gallery li {
	position: absolute;
	width: calc(100% / 3);
}
div#private ul.private_gallery li a {
	display: block;
	position: relative;
	text-align: center;
}
div#private ul.private_gallery li a img {
	border-radius: 100px;
	border: 3px solid #FFF;
	border-radius: 100px;
	box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.1);
	width: 100%;
	opacity: 1.0;
	transition: opacity 0.2s linear;
}
div#private ul.private_gallery li a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(0.028deg);
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	font-family: "M PLUS Rounded 1c";
	color: #FFF;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.8);
}

/* 位置調整 */
@media screen and (max-width: 640px) {
	div#private {
		height: 380px;
	}
	div#private ul.private_gallery {
		margin: 0px auto;
		width: 100%;
		max-width: 441px;
		position: relative;
	}
	div#private ul.private_gallery li:nth-child(1) {
		top: 10px;
		left: 10px;
		width: calc(100% / 3 + 5px);
	}
	div#private ul.private_gallery li:nth-child(2) {
		top: 15px;
		right: 5px;
	}
	div#private ul.private_gallery li:nth-child(3) {
		top: 70px;
		left: 0px;
		right: 0px;
		z-index: 9999;
		margin: 0px auto;
		width: calc(100% / 3 + 15px);
	}
	div#private ul.private_gallery li:nth-child(4) {
		top: 160px;
		left: 20px;
		width: calc(100% / 3 + 5px);
	}
	div#private ul.private_gallery li:nth-child(5) {
		top: 160px;
		right: 10px;
		width: calc(100% / 3 + 10px);
	}
}
@media screen and (min-width: 641px) {
	div#private {
		height: 420px;
	}
	div#private ul.private_gallery {
		margin: 0px auto;
		width: 100%;
		max-width: 700px;
		position: relative;
	}
	div#private ul.private_gallery li:nth-child(1) {
		top: 10px;
		left: 10px;
		width: calc(100% / 4 + 5px);
	}
	div#private ul.private_gallery li:nth-child(2) {
		top: 150px;
		left: 110px;
		width: calc(100% / 4 + 5px);
	}
	div#private ul.private_gallery li:nth-child(3) {
		top: 60px;
		left: 250px;
		z-index: 9999;
		width: calc(100% / 4 + 15px);
	}
	div#private ul.private_gallery li:nth-child(4) {
		top: 130px;
		right: 100px;
		width: calc(100% / 4 + 10px);
	}
	div#private ul.private_gallery li:nth-child(5) {
		top: 15px;
		right: 5px;
		width: calc(100% / 4);
	}
}

/*―――――――――――――――――――――――――
	Ｑ＆Ａ
―――――――――――――――――――――――――*/
div#qa {
	margin-bottom: 15px;
}
div#qa h2 {
	margin-bottom: 20px;
}
div#qa p.title {
	margin-bottom: 10px;
	padding: 0px 0px 0px 10px;
	font-family: "M PLUS Rounded 1c";
	transform: rotate(0.028deg);
	font-size: 16px;
}
/* 位置調整 */
@media screen and (max-width: 640px) {
	div#qa table {
		margin: 0px 0px 10px 0px;
		width: 100%;
		border-collapse: separate;
	}
	div#qa table th,
	div#qa table td {
		font-family: "M PLUS Rounded 1c";
		transform: rotate(0.028deg);
	}
	div#qa table th:before {
		padding-right: 3px;
		content: "Q.";
		font-size: 13px;
	}
	div#qa table th {
		padding: 5px 0px 2px 1.6em;
		width: 52%;
		font-size: 11px;
		font-weight: normal;
		text-align: left;
		text-indent: -1.6em;
	}
	div#qa table td {
		padding: 5px 0px 2px 0px;
		padding-left: 5px;
		font-size: 12px;
		font-weight: bold;
	}
	div#qa table td i.fas,
	div#qa table td i.far {
		padding-left: 2px;
	}
}
@media screen and (min-width: 641px) {
	div#qa {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	div#qa h2,
	div#qa p.title {
		width: 100%;
	}
	div#qa table {
		width: calc(50% - 5px);
		border-collapse: separate;
	}
	div#qa table th,
	div#qa table td {
		padding: 5px 0px 2px 10px;
		font-family: "M PLUS Rounded 1c";
		transform: rotate(0.028deg);
		line-height: 1.5;
	}
	div#qa table th:before {
		padding-right: 5px;
		content: "Q.";
		font-size: 13px;
	}
	div#qa table th {
		width: 50%;
		font-size: 11px;
		font-weight: normal;
		text-align: left;
	}
	div#qa table td {
		padding-left: 5px;
		font-size: 12px;
		font-weight: bold;
	}
	div#qa table td i.fas,
	div#qa table td i.far {
		padding-left: 2px;
	}
}

/*―――――――――――――――――――――――――
	スペシャルコーナー
―――――――――――――――――――――――――*/
div#special ul.gallery li.catchphrase {
	margin: 0px auto 10px;
	padding: 5px 0px;
	border-radius: 5px;
	width: calc(100% - 7px);
	/*background-color: rgba(254, 221, 216, 0.5);*/
	font-family: "M PLUS Rounded 1c";
	transform: rotate(0.028deg);
	font-size: 12px;
}
div#special ul.gallery li.catchphrase p {
	transform: rotate(-3deg);
}
div#special ul.gallery li.catchphrase p strong {
	display: inline-block;
	font-size: 15px;
	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 640px) {
	div#special ul.gallery li.catchphrase {
		font-size: 12px;
	}
	div#special ul.gallery li.catchphrase p strong {
		font-size: 15px;
	}
}
@media screen and (min-width: 641px) {
	div#special ul.gallery li.catchphrase {
		padding: 15px 0px;
		font-size: 18px;
	}
	div#special ul.gallery li.catchphrase p strong {
		font-size: 25px;
	}
}

/*―――――――――――――――――――――――――
	店舗情報
―――――――――――――――――――――――――*/
div.link_shop {
	margin: 10px auto 20px;
	width: calc(100% - 15px);
}
div.link_shop p {
	margin-bottom: 10px;
	font-family: "M PLUS Rounded 1c";
	transform: rotate(0.028deg);
	text-align: center;
	font-weight: bold;
	color: #333;
}
div.link_shop table {
	margin: 0px auto 10px;
	width: 100%;
	max-width: 600px;
}
div.link_shop table,
div.link_shop table th,
div.link_shop table td {
	border: 1px solid #CCC;
}
div.link_shop table th,
div.link_shop table td {
	padding: 7px 0px;
	background-color: #FFE;
}
div.link_shop table th {
	font-weight: normal;
	font-size: 11px;
}
div.link_shop table td {
	padding-left: 10px;
	font-size: 12px;
}

div.link_shop div.btn {
	margin: 5px auto 0px;
	border: solid 1px #FFF;
	padding: 2px 0px 3px;
	display: block;
	width: 300px;
	height: 33px;
	line-height: 33px;
	text-decoration: none;
	text-align: center;
	background: linear-gradient(top, #F9ACA6, #F78E86);
	background: -webkit-gradient(linear, left top, left bottom, from(#F9ACA6), to(#F78E86));
	color: #A32D2B;
	border-radius: 20px;
	box-shadow: 1px 1px 5px #666;
}
div.link_shop div.btn a {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
div.link_shop div.btn a i.fas {
	padding-right: 3px;
}
