/* CSS Document */

#makeup{
	position: relative;
	overflow: hidden;
	}
	#makeup:before{
		content: "Hair make";
		position: absolute;
		color: rgba(115,204,215,0.5);
		right: -1.75em;
		top: 700px;
		font-size: 7em;
		transform: rotate(90deg);
		}
	#makeup section{
		padding-top: 0;
		}
	#makeup table{
		width: 100%;
		border-top: 1px dotted #ccc;
		}
	#makeup tr{
		border-bottom: 1px dotted #ccc;
		}
	#makeup th,
	#makeup td{
		padding: 1em 0;
		
		text-overflow: ellipsis;
		}
	#makeup th{
		color: #73ccd7;
		text-align: left;
		}
	#makeup td{
		text-align: right;
		}
	#makeup table+p{
		margin-top: 1em;
		line-height: 1em;
		}

#makeupHeadline{}
	#makeupHeadline p:nth-of-type(1){
		text-align: center;
		color: #fff;
		font-weight: bold;
		text-shadow: #000 1px 0 10px;
		}
	#makeupHeadline p:nth-of-type(2),
	#makeupHeadline p:nth-of-type(3){
		background: rgba(255,255,255,0.7);
		}
	#makeupHeadline p:nth-of-type(3){
		background: rgba(255,255,255,1);
		text-align: center;
		color: red;
		}

#coverTitle{}
	#coverTitle h2{
		left: 50%;
		transform: translateX(-50%);
		text-align: center;
		color: #fff;
		font-weight: bold;
		text-shadow: #000 1px 0 10px;
		}
	#coverTitle h2+p,
	#coverTitle h2+p+p{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		background: rgba(255,255,255,0.7);
		}
	#coverTitle h2+p+p{
		background: rgba(255,255,255,1);
		text-align: center;
		color: red;
		}
	#coverTitle.coverBg{
		position: relative;
		}
#special{
	padding: 1em!important;
	background: #fde9e9;
	}
	#special>div{
		display: flex;
		padding: 1em;
		border: 1px solid #A49445;
		background: #fff;
		line-height: 1.6em;
		}
	#special figure{}
	#special p{
		font-weight: bold;
		}
	#special p+div,
	#special div+div{
		margin-top: 1em;
		}
	#special .title{
		position: relative;
		margin-bottom: 1.5em;
		color: #8b781a;
		text-align: center;
		}
		#special .title:before{
			content: "";
			position: absolute;
			bottom: -0.75em;
			left: 50%;
			transform: translateX(-50%);
			width: 3em;
			height: 1px;
			background: #A49445;
			}


/* for all */
@media (max-width: 1199px) {
/*1199px以下*/
}
@media (max-width: 991px) {
/*991px以下*/
}


/* for mobile */
@media (max-width: 767px) {
/*767以下px*/
#coverTitle{}
	#coverTitle h2{
		position: absolute;
		top: 3em;
		left: 50%;
		transform: translateX(-50%);
		width: 80vw;
		padding: 1em;
		font-size: 1.6em;
		line-height: 1.4em;
		}
	#coverTitle h2+p{
		top: 16em;
		width: 80vw;
		padding: 1em;
		}
	#coverTitle h2+p+p{
		top: 28.5em;
		width: 80vw;
		padding: 0.5em;
		}
	#coverTitle.coverBg{
		height: 35em;
		background-position: right
		}
	
#makeupHeadline{}
	#makeupHeadline p:nth-of-type(1){
		padding: 1em;
		font-size: 1.6em;
		line-height: 1.4em;
		}
	#makeupHeadline p:nth-of-type(2){
		padding: 1em;
		}
	#makeupHeadline p:nth-of-type(3){
		padding: 0.5em;
		margin: 0 0 1em;
		}
	
#special{
	margin-bottom: 2em;
	}
	#special>div{
		flex-direction: column;
		}
	#special figure{
		display: flex;
		margin-top: 2em;
		}
		#special figure>img{
			width: 50%;
			}
}
@media (max-width: 767px) and (orientation:portrait) {
/*767px以下 縦向き*/
}
@media (max-width: 767px) and (orientation:landscape) {
/*767px以下 横向き*/
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
}
@media (min-width: 768px) and (max-width: 1199px) {
/*768px～1199px*/
}
@media (min-width: 768px) and (max-width: 991px) {
/*768px～991px*/
#coverTitle{}
	#coverTitle h2{
		position: absolute;
		top: 3em;
		width: 80vw;
		max-width: 720px;
		padding: 1em;
		font-size: 1.6em;
		line-height: 1.6em;
		}
	#coverTitle h2+p{
		top: 12.5em;
		width: 80vw;
		max-width: 720px;
		padding: 1em;
		}
	#coverTitle h2+p+p{
		top: 20.5em;
		width: 80vw;
		max-width: 350px;
		padding: 0.5em;
		}
	#coverTitle.coverBg{
		height: 28em;
		}

#makeupHeadline{}
	#makeupHeadline p:nth-of-type(1){
		padding: 1em;
		font-size: 1.6em;
		line-height: 1.6em;
		}
	#makeupHeadline p:nth-of-type(2){
		padding: 1em;
		}
	#makeupHeadline p:nth-of-type(3){
		padding: 0.5em;
		margin: 0 0 1em;
		}
	
#special{
	padding: 2em!important;
	margin-bottom: 3em;
	}
	#special>div{
		flex-direction: column;
		}
	#special figure{
		display: flex;
		margin-top: 2em;
		}
		#special figure>img{
			width: 50%;
			}
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
#makeup{}
#coverTitle{}
	#coverTitle h2{
		position: absolute;
		top: 4em;
		width: 800px;
		font-size: 1.6em;
		line-height: 1.6em;
		}
	#coverTitle h2+p{
		width: 800px;
		top: 12em;
		padding: 0.5em 1em;
		}
	#coverTitle h2+p+p{
		top: 17.5em;
		width: 80vw;
		max-width: 350px;
		padding: 0.5em;
		}
	#coverTitle.coverBg{
		height: 26em;
		}
#makeupHeadline{}
	#makeupHeadline p:nth-of-type(1){
		font-size: 1.6em;
		line-height: 1.6em;
		}
	#makeupHeadline p:nth-of-type(2){
		padding: 0.5em 1em;
		max-width: 800px;
		margin-right: auto;
		margin-left: auto;
		}
	#makeupHeadline p:nth-of-type(3){
		padding: 0.5em;
		margin: 0 0 1em;
		}
	
#special{
	padding: 2em!important;
	margin-bottom: 4em;
	}
	#special>div{
		justify-content: space-between;
		align-items: center;
		}
		#special>div>div{
			width: calc(65% - 0.5em);
			}
			#special>div>div>div:last-of-type{
				margin-top: 2em;
				}
	#special figure{
		width: calc(35% - 0.5em);
		order: -1;
		}
}
@media (min-width: 992px) and (max-width: 1199px) {
/*992px～1199px*/
}
@media (min-width: 1200px) {
/*1200px以上*/
}


/* Edge */
@supports (-ms-ime-align:auto) {
}


/* ie */
@media all and (-ms-high-contrast: none){
}




