@charset "UTF-8";
/* CSS Document */

/*----- PAGE-HEADER -----*/

.page-header{
	background-image: url("../../../images/_assets-page/ladies/img-cover-sp.webp");
}

@media screen and (min-width: 768px) {
	
	.page-header{
		background-image: url("../../../images/_assets-page/ladies/img-cover-pc.webp");
	}
	
}

/*----- MESSAGE-CONTENT -----*/

.message{
	width:100%;
	
	background-color:#f8f8f8;
	background-image: url("../../../images/_assets-page/ladies/bg-message.webp");
	background-repeat: repeat;
	background-size:216px;
	background-position: center;
	
	box-sizing: border-box;
	padding:10px;
}

.message div.post-content{
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	box-sizing: border-box;
	padding:40px 20px;
	
	background-color:#fff;
	color:#222;
}

.message div.inner{
	width:100%;
	position: relative;
}

.message div.inner span.design-top-left{
	display:block;
	
	width:60px;
	height:60px;
	
	position: absolute;
	top:-35px;
	left:-15px;
	
	background-image: url("../../../images/_assets-page/gentleman/design-frame-message.webp");
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: top left;
}

.message div.inner span.design-top-right{
	display:block;
	
	width:60px;
	height:60px;
	
	position: absolute;
	top:-35px;
	right:-15px;
	
	background-image: url("../../../images/_assets-page/gentleman/design-frame-message.webp");
	background-repeat: no-repeat;
	background-size: 80px;
	background-position: top left;
	
	transform: rotate(90deg);
}

.message div.inner span.design-bottom-right{
	display:block;
	
	width:60px;
	height:60px;
	
	position: absolute;
	bottom:-35px;
	right:-15px;
	
	background-image: url("../../../images/_assets-page/gentleman/design-frame-message.webp");
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: top left;
	
	transform: rotate(180deg);
}

.message div.inner span.design-bottom-left{
	display:block;
	
	width:60px;
	height:60px;
	
	position: absolute;
	bottom:-35px;
	left:-15px;
	
	background-image: url("../../../images/_assets-page/gentleman/design-frame-message.webp");
	background-repeat: no-repeat;
	background-size: 60px;
	background-position: top left;
	
	transform: rotate(270deg);
}

.message h4{
	font-size:1.25rem;
	line-height:1.5em;
	
	text-align: center;
	
	margin-bottom:20px;
}

.message h5{
	font-size:1.0rem;
	line-height:30px;
	
	text-align: center;
}

.message h5 span.note{
	display:inline-block;
	
	box-sizing: border-box;
	padding:0 10px;
	
	background-color:#5f161d;
	color:#fff;
	
	border-radius:2.5px;
}

.message p.statement{
	width:100%;
	
	box-sizing: border-box;
	padding:20px 0;
	
	text-align: center;
	
	text-decoration: underline;
	text-underline-offset: 0.25rem;
	
	color:#f44;
}

.message ul.call{
	width:100%;
	margin:0 auto;
	margin-bottom:20px;
	
	max-width: 360px;
}

.message ul.call li{
	width:100%;
	
	box-sizing: border-box;
	padding-left:40px;
	
	font-size:1.0rem;
	line-height:30px;
	
	margin-bottom:10px;
	
	background-color:#ffefed;
	
	position: relative;
}

.message ul.call li:last-child{
	margin-bottom:0;
}

.message ul.call li::before{
	display:block;
	content:"";
	
	width:30px;
	height:30px;
	
	background-color:#fd5e53;
	background-image: url("../../../images/_assets-page/ladies/icon_message-call.webp");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center;
	
	position: absolute;
	top:0;
	left:0;
}

.message div.comment p{
	font-size:0.8rem;
	line-height:1.75em;
}

.message div.comment p span.caution{
	color:#f44;
}

@media screen and (min-width: 768px) {
	
	.message{
		padding:20px;
	}
	
	.message div.post-content{
		padding:40px;
	}
	
	.message div.inner span.design-top-left{
		width:80px;
		height:80px;
		
		background-size: 80px;
		
		top:-30px;
		left:-30px;
	}
	
	.message div.inner span.design-top-right{
		width:80px;
		height:80px;
		
		background-size: 80px;
		
		top:-30px;
		right:-30px;
	}
	
	.message div.inner span.design-bottom-left{
		width:80px;
		height:80px;
		
		background-size: 80px;
		
		bottom:-30px;
		left:-30px;
	}
	
	.message div.inner span.design-bottom-right{
		width:80px;
		height:80px;
		
		background-size: 80px;
		
		bottom:-30px;
		right:-30px;
	}
	
	.message h4{
		font-size:1.5rem;
		line-height:1.75em;
	}
	
	.message h4 br{
		display:none;
	}
	
	.message h5{
		font-size:1.25rem;
		line-height:40px;
	}
	
	.message h5 span.note{
		padding:0 20px;
		border-radius:30px;
	}
	
	.message p.statement{
		font-size:1.25rem;
		line-height:1.75em;
	}
	
	.message ul.call{
		padding:20px 0;
	}
	
	.message p.statement br:nth-child(2){
		display:none;
	}
	
	.message div.comment p{
		font-size:1.0rem;
		line-height:1.75em;
	}
}

/*----- EVIDENCE-CONTENT -----*/

.evidence{
	width:100%;
	
	height:360px;
	
	background-color:transparent;	
	position: relative;
}

.evidence::before{
	display:block;
	content:"";
	
	width:100%;
	height:100%;
	
	background-image: url("../../../images/_assets-page/ladies/img-evidence-sp.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: -10;
}

.evidence::after{
	display:block;
	content:"";
	
	width:100%;
	height:100%;
	
	background-color:#000;
	
	opacity: 0.5;
	
	position: absolute;
	top:0;
	left:0;
	
	z-index: -5;
}

.evidence div.post-content{
	width:100%;
	height:100%;
	
	margin:0 auto;
	max-width: 960px;
	
	box-sizing: border-box;
	padding:0 10px;
}

.evidence div.inner{
	width:100%;
	height:100%;
	
	margin:0 auto;
	max-width: 540px;
	
	display:flex;
	align-items: center;
	justify-content: center;
	
	background-color: rgba(95,20,30,0.75);
	color:#fff;
}

.evidence div.inner-block{
	width:100%;
	
	box-sizing: border-box;
	padding:0 15px;
}

.evidence h6{
	font-size:1.25rem;
	line-height:60px;
	
	text-align:center;
	
	position: relative;
}

.evidence h6::before{
	display:inline-block;
	content:"〜";
	
	box-sizing: border-box;
	padding:0 5px;
}

.evidence h6::after{
	display:inline-block;
	content:"〜";
	
	box-sizing: border-box;
	padding:0 5px;
}

.evidence div.comment{
	font-size:0.8rem;
	line-height:1.75em;
}

.evidence div.comment p{
	margin-bottom:10px;
}

.evidence div.comment p:last-child{
	margin-bottom:0;
}

@media screen and (min-width: 768px) {
	
	.evidence{
		height:480px;
	}
	
	.evidence h6{
		font-size:1.5rem;
		line-height:60px;
	}
	
	.evidence::before{
		background-image: url("../../../images/_assets-page/ladies/img-evidence-pc.webp");
	}
	
	.evidence div.post-content{
		padding:0;
	}
	
	.evidence div.inner{
		max-width: 480px;
		margin-left:calc(100% - 480px);
	}
	
	.evidence div.inner-block{
		padding:0 30px;
	}
	
	.evidence div.comment{
		font-size:1.0rem;
		line-height:1.75em;
	}
	
	.evidence div.comment p{
		margin-bottom:20px;
	}
	
}

/*----- ENTRY-CONTENT -----*/

.entry{
	width:100%;
	
	background-color:#f0f0f0;
	color:#222;
}

.entry div.post-content{
	width:100%;
	margin:0 auto;
	max-width: 960px;
	
	box-sizing: border-box;
	padding:10px;
	padding-bottom:0;
}

.entry div.official{
	box-sizing: border-box;
	padding:10px;
	
	width:100%;
	
	background-color:#fff;
	color:#222;
	
	border-radius:5px;
	
	margin-bottom:10px;
}

.entry div.official h5{
	text-align: center;
	
	box-sizing: border-box;
	padding:20px 0;
	
	font-size:1.15rem;
	line-height:30px;
	
	color:#fd5e53;
}

.entry div.official h5 span.note{
	display:block;
	
	font-size:1.5rem;
	line-height:40px;
}

.entry div.official h6{
	text-align: center;
	
	font-size:1.0rem;
	line-height:40px;
	
	color:#5f161d;
}

.entry div.official h6 span.note{
	
	display:inline-block;
	
	box-sizing: border-box;
	padding:0 30px;
	
	position: relative;
}

.entry div.official h6 span.note::before{
	display:block;
	content:"";
	
	width:20px;
	height:1px;
	
	background-color:#5f161d;
	
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	
	margin:auto 0;
}

.entry div.official h6 span.note::after{
	display:block;
	content:"";
	
	width:20px;
	height:1px;
	
	background-color:#5f161d;
	
	position: absolute;
	top:0;
	bottom:0;
	right:0;
	
	margin:auto 0;
}

.entry div.official p{
	font-size:0.8rem;
	line-height:1.75em;
	
	text-align: center;
}

@media screen and (min-width: 768px) {
	
	.entry div.post-content{
		padding:20px;
	}
	
	.entry div.official{
		margin-bottom:20px;
	}
	
	.entry div.official p{
		font-size:1.0rem;
		line-height:1.75em;
	}
	
}

.entry div.offer{
	width:100%;
	
	box-sizing: border-box;
	padding:10px 20px;
	
	background-color:#fff;
	color:#222;
	
	border-radius:5px;
	
	margin-bottom:10px;
}

.entry div.row{
	width:100%;	
	margin-bottom:20px;
}

.entry div.row h4{
	font-size:1.15rem;
	line-height:50px;
	
	box-sizing: border-box;
	padding-left:40px;
	
	position: relative;
	
	color:#5f161d;
}

.entry div.row h4::before{
	display:block;
	content:"";
	
	width:30px;
	height:1px;
	
	background-color:#5f161d;
	
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	
	margin:auto 0;
}

.entry div.row div.text-block{
	font-size:0.8rem;
	line-height:1.75em;
	
	box-sizing: border-box;
	padding:0 10px;
}

.entry div.row div.text-block p{
	margin-bottom:10px;
}

.entry div.row div.text-block p:last-child{
	margin-bottom:0;
}

@media screen and (min-width: 768px) {
	
	.entry div.offer{
		margin-bottom:20px;
	}
	
	.entry div.row h4{
		font-size:1.25rem;
		line-height:60px;
	}
	
	.entry div.row div.text-block{
		font-size:1.0rem;
		line-height:1.75em;
	}
	
}

.entry div.privacy{
	width:100%;
	
	box-sizing: border-box;
	padding:10px;
	padding-top:40px;
	
	background-color:#fff;
	color:#222;
	
	border-radius:5px;
}

.entry div.privacy div.inner{	
	background-color:#ffefed;
	color:#222;
	
	box-sizing: border-box;
	padding:5px;
	border:solid 1px #f44;
	
	position: relative;
}

.entry div.privacy div.inner-block{
	box-sizing: border-box;
	
	background-color:#ffefed;
	color:#222;
	
	padding:10px;
	padding-top:15px;
	border:solid 1px #f44;
	
	position: relative;
	
	font-size:0.8rem;
	line-height:1.75em;
}

.entry div.privacy h6{
	font-size:1.15rem;
	line-height:30px;
	
	text-align: center;
	
	position: absolute;
	top:-20px;
	left:0;
	right:0;
	
	margin:0 auto;
}

.entry div.privacy h6 span.note{
	display:inline-block;
	
	box-sizing: border-box;
	padding:0 30px;
	
	background-color:#fd5e53;
	color:#fff;
}

.entry div.privacy ul{
	box-sizing: border-box;
	padding:15px 0;
	
	display:flex;
	flex-flow: row wrap;
	align-items:center;
	justify-content: center;
}

.entry div.privacy ul li{
	width:auto;
	
	box-sizing: border-box;
	padding:5px;
	
	text-align: center;
	
	font-size:1.0rem;
	line-height:30px;
	
	position: relative;
}

.entry div.privacy ul li::after{
	display:none;
	content:"";
	
	width:25px;
	height:25px;
	
	background-color:#fd5e53;
	
	position: absolute;
	bottom:-20px;
	left:0;
	right:0;
	
	margin:0 auto;
	
	clip-path: polygon(15% 0,85% 0,50% 50%);
}

.entry div.privacy ul li:last-child::after{
	display:block;
}

.entry div.privacy ul li span.note{
	display:inline-block;
	width:280px;
	
	background-color:#fd5e53;
	color:#fff;
	
	box-sizing: border-box;
	padding:0 10px;
	border:solid 1px #fd5e53;
}

@media screen and (min-width: 768px) {
	
	.entry div.privacy div.inner-block{
		padding:20px;
		padding-top:30px;
		
		font-size:1.0rem;
		line-height:1.75em;
	}
	
	.entry div.privacy ul{
		padding:25px 0;
	}
	
	.entry div.privacy ul li span.note{
		width:auto;
		
		padding:0 20px;
	}
	
	.entry div.privacy ul li::after{
		display:block!important;
	}
	
}

/*----- SIGNUP-CONTENT -----*/

.signup{
	width:100%;
	
	background-color:#ffffff;
	color:#222;
}

.signup div.post-content{
	width:100%;
	margin:0 auto;
	max-width: 800px;
	
	box-sizing: border-box;
	padding:10px;
	
	background-color:#fff;
	color:#222;
	
	border-radius:5px;
}

.signup p.banner{
	width:100%;
	margin:0 auto;
	max-width: 720px;
}

@media screen and (min-width: 768px) {
	
	.signup div.post-content{
		padding:20px;
	}
	
}

