@charset "utf-8";


/* common =============================================================
	
	Header
	Contents Bottom
	Footer
	List
	Button
	Color
	Table
	Anchor Navgation
	Anchor
	
	中ページ共通スタイル
	スクール・導入サロン募集
	商材の特長
	増毛エクステ施術例
	WING UPについて
	オンラインスクール
	
======================================================================== */

	@import url('https://fonts.googleapis.com/css?family=Muli:300,400');
	@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC&display=swap');
	
	.u-fontMuli {font-family: 'Muli', sans-serif; font-weight: 300;}
	.u-fontCn   {font-family: 'Noto Sans SC', sans-serif;}

/* =====================================================================

	Header
	
======================================================================== */
		
	.p-logo {
		float: left;
		}

	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/

		.p-logo {
			padding-bottom: 20px;
			}
	}

	@media screen and (max-width: 48em) {
		/*SP*/

		.is-header-fixed {
			position: fixed;
			width: 100%;
			height: 65px;
			top: 0;
			left: 0;
			background-color: rgba(255,255,255,1);
			z-index: 999;
			}
		.p-logo {
			margin-left: 5%;
			margin-top: 10px;
			}
		.p-logo-img {
			height: 45px;
			}
				
	}


	
	/*	p-primary (PC only / SNS)
	----------------------------------------------------*/
	
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		
		.p-primary {
			float: right;
			margin-top: 35px;
			}
		.c-primary-list-items {
			display: inline-block;
			width: 175.5px;
			height: 48px;
			}
        .c-primary-list-items2 {
			display: inline-block;
			width: 120px;
			height: 48px;
            margin-left: 5px;
			}
    		
	}
	
	
	
	/*----------------------------------------------------
	
		 hamburger menu (SP only)
		 
	----------------------------------------------------*/
	
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		
		.p-btnMenu,
		.p-navigation {
			display: none;
			}
	
	}

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.l-header .l-wrap {
			margin: 0;
			}
	
		.scroll {
			border-bottom: solid 1px #000000;
			}
		.p-btnMenu {
			cursor: pointer;
			display: block;
			position: fixed;
			top: 10px;
			right: 5%;
			z-index: 51;
			width: 45px;
			height: 45px;
			background: url(../img/common/btn_menu.png) no-repeat;
			background-size: 45px 45px;
			}
		.p-navigation {
			display: none;
			position: fixed;
			z-index: 9000;
			top: 65px;
			width: 100vw;
			height: auto;
			background-color: #000000;
			border-top: solid 1px #000000;
			}	
		.c-nav-list-items {
			width: 50%;
			float: left;
			}
		.c-nav-list-items.coloum {
			width: 100%;
			float: inherit;
			overflow: hidden;
			}
		.c-nav-list-items a {
			border-right: solid 1px #666666;
			}
		.c-border-right-none {
			border-right: none;
			}
		/*.c-nav-list-items:nth-child(2n) a {
			border-right: none;
			}*/
		.c-nav-list-items:nth-child(odd) a {
			border-right: none;
			}
		.c-nav-list-items a {
			position: relative;
			display: block;
			border-bottom: solid 1px #666666;
			box-sizing: content-box;
			font-size: 12px;
			color: #FFF !important;
			text-decoration: none !important;
			}
		.c-nav-list-items a {
			padding: 10px 5%;
			}
		.c-nav-list-items.coloum a {
			padding: 10px 5%;
			}
			
			.c-nav-list-items a:before{
				display: block;
				content: "";
				position: absolute;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				top: 50%;
				right: 17px;
				width: 9px;
				height: 9px;
				margin-top: -5px;
				background-color: #FFF;
				}
			.c-nav-list-items a:after{
				display: block;
				content: "";
				position: absolute;
				-webkit-transform: rotate(45deg);
				transform: rotate(45deg);
				top: 50%;
				right: 20px;
				width: 9px;
				height: 9px;
				margin-top: -5px;
				background-color: #000000;
				}
            .u-bgcGrey-dark a:after{
				background-color: #333333;
				}
			.u-bgcPurple a:after{
				background-color: #660066;
				}
		
		.c-nav-list-items-reservation {
			background-color: #F7F7F7;
			padding: 16px 3%;
			box-sizing: border-box;
			width: 50%;
			float: left;
			border-bottom: solid 1px #000000;
			}
		.c-reservation-img {
			width: auto !important;
			}
					
	}
	@media screen and (max-width: 320px) {	
		.c-nav-list-items.small a {
			font-size: 10px;
			padding: 11.5px 5%;
			}
	}


	
	/*	l-gnav (PC only)
	----------------------------------------------------*/

	.l-gnav {
		clear: both;
		overflow: hidden;
		}
	.c-gnav-list-items {
		box-sizing: border-box;
		border-right: solid 1px #666666;
		}
	.c-gnav-list-items.home {
		box-sizing: border-box;
		border-left: solid 1px #666666;
		}
	.c-gnav-list-items a {
		color: #FFF;
		display: block;
		text-align: center;
		}
	.c-gnav-list-items {
		width: 20%;
		float: left;
		margin: 10px 0;
		}


	.l-gnav a,
	.l-fnav a {
		text-decoration: none !important;
		}



/* =====================================================================

	Contents Bottom
	
======================================================================== */


	/*	Pagetop
	----------------------------------------------------*/

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.c-pagetop-img {
			width: 45px;
			height: 45px;
			}
	
	}
	

	/*	l-btmAddress
	----------------------------------------------------*/
		
	.c-f-logo-img {
		width: 269px;
		}
	.c-tel-img {
		width: 173.5px;
		}
	.c-mail-img {
		width: 236.5px;
		}
	.c-f-time {
		line-height: 120%;
		margin-bottom: 10px;
		}

	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/

		.p-footerAddress {
			display:-webkit-box;
			display:-ms-flexbox;
			display: flex;
			justify-content: space-between;
			}	
		.p-threeColum {
			width: 33.333%;
			min-height: 100px;
			box-sizing: border-box;
			border-right: solid 1px #333333;
			}
		
		.c-f-block {
			padding: .5rem 0 .5rem 20px;
			}
		.c-f-time dt {
			float: left;
			width: 70px;
			}
		.c-f-time dd {
			overflow: hidden;
			}
		.c-holiday {
			line-height: 140%;
			}

	}

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.p-threeColum {
			border-bottom: solid 1px #333333;
			}
		.c-f-block {
			text-align: center;
			padding: 1rem 0;
			}
		.c-f-time {
			text-align: center;
			}
		.c-f-time dt {
			display: inline;
			}
		.c-f-time dd {
			margin-bottom: 1rem;
			display: inline;
			}

	}
	

	/*	p-linkbn
	----------------------------------------------------*/
	
	.p-linkbn {
		clear: both;
		padding-top: 30px;
		}

	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		
		.p-linkbn {
			display:-webkit-box;
			display:-ms-flexbox;
			display: flex;
			justify-content: space-between;
			}
		
	}

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.p-linkbn {
			text-align: center;
			}
		.c-linkbn-items {
			margin-top: 1rem;
			}

	}




/* =====================================================================

	Footer
	
======================================================================== */
	


	/*	l-fnav (PC only)
	----------------------------------------------------*/
			
	.l-fnav {
		text-align: center;
		margin-bottom: 70px;
		}
	.l-fnav a {
		color: #FFF;
		}
	.c-fnav-list-items {
		display: inline;
		padding: 0 12px 0 7px;
		border-right: solid 1px #FFFFFF;
		}
	.c-fnav-list-items:last-child {
		border-right: none;
		}
	.p-f-sns {
		margin-top: 20px;
		}
		.p-f-sns .c-primary-list-items {
			width: 42.5px;
			height: 42px;
			margin-left: 3px;
			}
		

	/*	c-copy
	----------------------------------------------------*/

	.c-copy {
		text-align: center;
		font-size: 90%;
		}	

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.c-copy {
			padding-bottom: 10px;
			}
		
	}




/* =====================================================================

	List
	
======================================================================== */

	.p-list-disc {
		list-style-type: disc;
		margin-left: 2rem;
		}
		
	/* 画像横並び（2カラム） */
	.p-list-colums {
		text-align: center;
		overflow: hidden;
		}
	.c-list-colums_two {
		margin-top: 1rem;
		}

		.p-column-wrap {
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			flex-flow: row wrap;
			justify-content: space-between;
			}	
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		
		.c-list-colums_two,
		.c-colums_two {
			width: 48%;
			}
		.c-list-colums_two:nth-child(odd),
		.c-colums_two:nth-child(odd) {
			float: left;
			}
		.c-list-colums_two:nth-child(even),
		.c-colums_two:nth-child(even) {
			float: right;
			}
			
		/*エクステまつげ 施術例*/
		.c-img-wingup {
			width: 49%;
			}
		
		.p-colums-inner {
			display: flex;
			justify-content: space-between;
			}
		.p-colums_two {
			width: 49%;
			}
		
		/*現場のノウハウ～よくある質問*/
		.p-faq-list::before {
			content: "";
			display: block;
			width: 18%;
			order: 1;
			}
		.p-faq-list::after {
			content: "";
			display: block;
			width: 18%;
			}
		.c-faq-list--item {
			width: 18%;
			margin-top: 2%;
			}
		
	}

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.c-colums_two+.c-colums_two {
			margin-top: 1.8rem;
			}

		/*現場のノウハウ～よくある質問*/
		.c-faq-list--item {
			width: 32%;
			margin-top: .8rem;
			text-align: center;
			}
		
		.c-list-colums_two {
			width: 100%;
			}
		
	}



/* =====================================================================

	Button
	
======================================================================== */

	/*↓矢印（white + circle）*/
	.c-u-arrow {
		width: 24px;
		height: 24px;
		}
		
	/* 赤ボタン */
	.c-btn-red:hover {
		border-color: #A93232;
		color: #A93232 !important;
		}

	.c-btn-more a {
		display: block;
		padding: 4px 0;
		}
	.u-bgcGrey.c-btn-more a:hover {
		background-color: #999;
		color: #FFF;
		}
	
	a.c-button {
		display: block;
		padding: .7em 10px;
		text-decoration: none;
		}
	a.c-button-gray {
		box-sizing: border-box;
		border: solid 1px #999;
		background-color: #333;
		color: #CCC;
		}
	a.c-button-gray-light {
		box-sizing: border-box;
		border: solid 1px #999;
		background-color: #6C6C6C;
		color: #FFF;
		}
	a.c-button-pink {
		box-sizing: border-box;
		border: solid 1px #999;
		background-color: #C45893;
		color: #FFF;
		}
	a.c-button-purple {
		box-sizing: border-box;
		border: solid 1px #999;
		background-color: #590059;
		color: #FFF;
		}
	a.c-button-red-dark {
		box-sizing: border-box;
		border: solid 1px #999;
		background-color: #7D423C;
		color: #FFF;
		}
	a.c-button-beige {
		box-sizing: border-box;
		border: solid 1px #999;
		background-color: #886451;
		color: #FFF;
		}
	a.c-button-gradation-blue {
		box-sizing: border-box;
		border: solid 1px #999;
		background: rgb(46,173,255);
		background: -moz-linear-gradient(top,  rgba(46,173,255,1) 0%, rgba(46,125,255,1) 100%);
		background: -webkit-linear-gradient(top,  rgba(46,173,255,1) 0%,rgba(46,125,255,1) 100%);
		background: linear-gradient(to bottom,  rgba(46,173,255,1) 0%,rgba(46,125,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2eadff', endColorstr='#2e7dff',GradientType=0 );
		color: #FFF;
		}
	.c-button-link,
	.c-button-link2,
	.c-button-camera {
		font-size: 110%;
		position: relative;
		}
	.c-button-link:after {
		font-family: FontAwesome;
		content: "\f13a";
		position: absolute;
		top: 0px;
		right: .5em;
		font-size: 180%;
		}
	.c-button-link.c-button-gray:after {
		color: #999;
		}
	.c-button-link2:after {
		font-family: FontAwesome;
		content: "\f138";
		position: absolute;
		top: 0px;
		right: .5em;
		font-size: 180%;
		}
	.c-button-camera:before {
		font-family: FontAwesome;
		content: "\f03d";
		position: absolute;
		top: 0px;
		left: .5em;
		font-size: 180%;
		}
	
	.c-button-cart {
		display: block;
		font-size: 110%;
		padding: 0 0 6px 0 !important;
		}
	.c-button-cart:before {
		font-family: FontAwesome;
		content: "\f07a";
		position: relative;
		top: 2px;
		margin-right: 10px;
		font-size: 180%;
		color: #999;
		}
		
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		.c-button-link, .c-button-link2,
		.c-button-half {
			width: 360px;
			}
		.c-button-center {
			margin: 0 auto;
			}
		.c-button-right {
			margin: 0 0 0 auto;
			}
	}
	@media screen and (max-width: 320px) {	
		.c-button-link,
		.c-button-link2 {
			font-size: 100%;
			}
	}



/* =====================================================================

	Color
	
======================================================================== */

	.u-cRed2		{ color: #CC0000; }
	.u-cPink		{ color: #C45892 !important; }
	.u-cBrown		{ color: #79483B; }
	.u-cBrown2  { color: #7E2A00 !important; }
	.u-cBrown3  { color: #663300; }
	
	.u-bgcDarkBrown { background-color: #211815; }
	.u-bgcPink			{ background-color: #C45893; }
	.u-bgcPurple		{ background-color: #590059; }
	.u-bgcGrey-light2 { background-color: #EFEFEF; }



/* =====================================================================

	Table
	
======================================================================== */

	.p-table-share {
		width: 100%;
		border-top: solid 1px #CCCCCC;
		border-left: solid 1px #CCCCCC;
		border-right: solid 1px #CCCCCC;
		box-sizing: border-box;
		}
	.p-table-share th,
	.p-table-share td {
		padding: 10px;
		border-bottom: solid 1px #CCCCCC;
		box-sizing: border-box;
		}
	.p-table-share th {
		background-color: #F2F2F2;
		text-align: left;
		font-weight: normal;
		}

		
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/

		.p-table-share th {
			border-right: solid 1px #CCCCCC;
			}
		.u-w220 { width: 220px; }
		
	}

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.p-table-share th,
		.p-table-share td {
			display: block;
			}
	
	}



/* =====================================================================

	Anchor Navgation
	
======================================================================== */
		
		.p-anchorNav {
			margin-bottom: 5.6rem;
			}
		.c-anchorNav-list-items {
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			-o-transition: all .2s ease-in-out;
			-ms-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			text-align: center;
			position: relative;
			}
		.c-anchorNav-list-items.u-fontMincho .c-button {
			padding: .6em 10px;
			}
		.c-anchorNav-list-items.u-fontMincho .c-button-link {
			letter-spacing: 0.05em;
			}
		
		.c-anchorNav-list-items .c-icon-new::before {
			content: '';
			display: inline-block;
			background-image: url(../img/common/icon_new.png);
			position: absolute;
			}	
			
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/

		.c-anchorNav-list {
			-js-display: flex;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			flex-flow: row wrap;
			justify-content: space-between;
			}
		.c-anchorNav-list-items .c-button-link {
			width: 470px;
			}
		.c-anchorNav-list-items.u-fontMincho .c-button-link {
			font-size: 21px;
			}
		.c-anchorNav-list-items:nth-child(3),
		.c-anchorNav-list-items:nth-child(4) {
			margin-top: 2.2rem;
			}
		
		.c-anchorNav-list-items .c-icon-new::before {
			left: 20px;
			top: -5px;
			width: 81px;
			height: 80px;
			}
		
	}

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.c-anchorNav-list-items+.c-anchorNav-list-items {
			margin-top: 0.8rem;
			}
		.c-anchorNav-list-items.u-fontMincho .c-button-link {
			font-size: 118%;
			}

		.c-anchorNav-list-items .c-icon-new::before {
			background-size: 51px 50px;
			left: 10px;
			top: 2px;
			width: 51px;
			height: 50px;
			}
	}



/* =====================================================================

	Anchor
	ページ内アンカーリンク
	
======================================================================== */

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.is-anchor {
			margin-top: -70px;
			padding-top: 70px;
			}
	
	}
		


/* =====================================================================

	中ページ共通スタイル
	
======================================================================== */

	/***
	Page Title
	***/
	.l-pageTitle-wrap {
		background-image: url(../img/title/bg_pagetitle.png);
		background-repeat: repeat-x;
		background-position: left bottom;
		}
	.p-pageTitle {
		position: relative;
		}

	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/	

		.l-pageTitle-wrap {
			height: 100px;
			margin-bottom: 40px;
			}
		.p-pageTitle {
			top: 30px;
			}

	}

	@media screen and (max-width: 48em) {
		/*SP*/
	
		.l-pageTitle-wrap {
			background-size: contain;
			margin-bottom: 20px;
			}
		.p-pageTitle {
			padding: 1rem 0;
			}
		.p-pageTitle img {
			height: 38px;
			}
	
	}


	/***
	セクション
	***/
	.c-section-title {
		color: #660066;
		font-weight: normal;
		margin-bottom: 10px;
		}
	.c-section-title.large {
		font-size: 180%;
		}
	.c-sub-title {
		font-weight: normal;
		border-bottom: solid 3px #ccc;
		}
		.c-sub-title i {
			font-size: 120%;
			margin-left: 5px;
			}
	.c-section-title-ribbon {
		font-weight: normal;
		color: #FFF;
		letter-spacing: 0.06em;
		position: relative;
		}
		.c-section-title-ribbon::before {
			content: '';
			display: inline-block;
			background-image: url(../img/common/ribbon.png);
			position: absolute;
			}
	.c-section-title-desc {
		font-size: 120%;
		}
	
	/***
	半円タイトル
	***/
	.p-tit-semicircle {
    font-weight: bold;
    color: #FFF;
    background-color: #999999;
    border-radius: 0 100px 100px 0;
    position: relative;
		box-sizing: border-box;
		}

	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/	
	
		.l-section {
			clear:both;
			margin-top: 80px;
			}
		.l-section-half {
			clear: both;
			margin-top: 50px;
			}
		.c-section-title {
			font-size: 30px;
			}
		.c-section-title.large {
			font-size: 40px;
			}
		.c-sub-title {
			font-size: 20px;
			}
		.p-tit-semicircle {
			display: inline-block !important;
			padding: 8px 40px !important;
			min-width: 170px;
			}
		.c-section-title-ribbon {
			font-size: 40px;
			padding: 0.4em 1em 0.4em 3em;
			margin-bottom: 50px;
			}
			.c-section-title-ribbon::before {
				background-size: 158px 158px;
				width: 158px;
				height: 158px;
				top: -10px;
				left: -5px;
				}
		.c-section-title-desc {
			font-size: 22px;
			}

	}
	
	@media screen and (max-width: 48em) {
		/*SP*/
	
		.l-anchor {
			margin-top: -1.5rem;
			}
		.l-section {
			padding-top: 4.8rem;
			}
		.l-section-half {
			padding-top: 2.4rem;
			}
		.c-section-title {
			font-size: 148%;
			line-height: 130%;
			}
		.c-sub-title {
			font-size: 116%;
			font-weight: bold;
			padding-bottom: 3px;
			}
		.p-tit-semicircle {
			padding: 10px !important;
			margin-bottom: 8px;
			}
		.c-section-title-ribbon {
			font-size: 140%;
			padding: 0.6em 0.8rem 0.6em 70px;
			margin-bottom: 20px;
			}
			.c-section-title-ribbon::before {
				background-size: 79px 79px;
				width: 79px;
				height: 79px;
				top: -5px;
				left: -5px;
				}	
	}


	/***
	dl blockリスト（下ライン）
	***/
	.p-block-line {
		overflow: hidden;
		display: block;
		border-bottom: solid 1px #EEEEEE;
		padding: 8px 0;
		}
	.p-block-line dt,
	.p-block-line dd {
		float: left;
		}

	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/	
	
		.p-block-line dt {
			min-width: 100px;
			}
		.p-block-line dd {
			float: none;
			min-width: 160px;
			overflow: hidden;
			}
		.p-block-line .c-option {
			margin-left: 2rem;
			}
		.c-section-indent {
			padding-left: 40px;
			}
		.c-section-indent-sub {
			padding-left: 60px;
			}
	
	}
	
	@media screen and (max-width: 48em) {
		/*SP*/
		
		.p-block-line dt {
			margin-right: 1.4rem;
			}
		.p-block-line .c-option {
			display: block;
			clear: both;
			}
		.c-section-indent {
			padding: 10px;
			}
		.c-section-indent-sub {
			padding-left: 1rem;
			}
		
	}


	/***
	BOX 装飾
	***/	
	
		.p-box-gray {
			background-color: #999;
			color: #FFF;
			}
		.p-box-gray2 {
			background-color: #E7E7E7;
			}
	
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/	

		.p-box-text {
			padding: 30px;
			}
		.p-box-gray,
		.p-box-gray2 {
			padding: 15px;
			}

	}
	
	@media screen and (max-width: 48em) {
		/*SP*/
		
		.p-box-text,
		.p-box-gray,
		.p-box-gray2 {
			padding: 1.2rem;
			}
		
	}


	/***
	BOX 料金メニュー（まつげメニュー・料金表）
	***/	

	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/	
		
		.p-box-price {
			margin-top: 25px;
			padding: 20px 40px;
			overflow: hidden;
			}
		.p-box-price-inner:nth-child(odd) {
			float: left;
			width: 37%;
			}
		.p-box-price-inner:nth-child(even) {
			float: right;
			width: 40%;
			text-align: right;
			}
		.p-box-price-items+.p-box-price-items {
			padding-top: 15px;
			}
		.p-box-price-items dt {
			float: left;
			}
		.p-box-price-items dd {
			min-width: 10%;
			text-align: right;
			}
	
	}
	
	@media screen and (max-width: 48em) {
		/*SP*/
		
		.p-box-price {
			margin-top: 1.2rem;
			padding: 0 10px;
			}
		.p-box-price-inner:nth-child(even) {
			padding-bottom: 10px;
			}
		.p-box-price-items {
			padding-top: 10px;
			}
		
	}


	/***
	テキストインデント（1文字分）
	***/	
	.u-text-indent {
		margin-left: 1rem;
		text-indent: -1rem;
		}
	/***
	リストインデント
	***/	
	.c-list-diamond {
		margin-left: 1.2rem;
		}
	.c-list-diamond:before {
		content: "◆ ";
		margin-left: -1.2rem;
		text-indent: 1.2rem;
		}
		
		
	/***
	テキストエリア
	***/
	.c-textarea-multiline {
		line-height: 190%;
		}
	
	/***
	ラインマーカー
	***/
	.u-yellow-marker {
		background: linear-gradient(transparent 60%, #FFFF4E 40%);
		display: inline;
		}

	/***
	Spacing
	***/
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		.u-pt-large-20 { padding-top:20px;}
	}
	
	/***
	Border Line
	***/
	.u-border-top-lightGray {
		border-top: solid 1px #EEEEEE;
		}
	


/* =====================================================================

	スクール・導入サロン募集
	
======================================================================== */
	
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		
		.p-table-course th,
		.p-table-course td {
			padding: 25px;
			box-sizing: border-box;
			}
		.p-table-course th {
			vertical-align: middle;
			}
		
		.p-course-text,
		.p-course-image {
			display: table-cell;
			vertical-align: top;
			}
		.p-course-text {
			padding-right: 25px;
			overflow: hidden;
			}
		.p-course-image {
			width: 260px;
			}
		.p-schoolkit-image {
			width: 340px;
			float: right;
			}
		.p-img-entrysheet {
			float: left;
			width: 100px;
			}
		.p-text-entrysheet {
			overflow: hidden;
			}

		.p-bwj {
			padding: 40px;
			}
	
	}
	
	@media screen and (max-width: 48em) {
		/*SP*/
		
		.p-course-image {
			margin-top: 15px;
			text-align: center;
			}
		.p-schoolkit-image {
			margin-bottom: 15px;
			}
		.p-img-entrysheet {
			display: none;
			}

		.p-bwj {
			padding: 1.2rem;
			}
		
	}



/* =====================================================================

	商材の特長
	
======================================================================== */

	.c-sign {
		width: 220px;
		}
	
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		
		.p-wingloop-merit {
			margin-bottom: 30px;
			}
		.p-img-wingloop {
			width: 490px;
			height: 465px;
			}
		.p-img-pen {
			float: right;
			margin-left: 25px;
			}
			
	}
	
	@media screen and (max-width: 48em) {
		/*SP*/
		
		#wingloop {
			margin-top: -4.6rem;
			padding-top: 4.2rem;
			}
		.p-wingloop-merit {
			margin-bottom: 1.2rem;
			}
		.p-img-wingloop {
			margin-top: 35px;
			}
		.p-img-pen {
			text-align: center;
			margin-bottom: 15px;
			}
		
	}



/* =====================================================================

	増毛エクステ施術例
	
======================================================================== */
		
		.c-img-example figcaption {
			background-color: #EFEFEF;
			text-align: center;
			padding: 0.4rem;
			margin-top: 5px;
			}
		
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/

		.c-exampleBox#volumeup,
		.c-exampleBox#color-extension {
			padding-top: 20px;
			}
		.c-exampleBox#color-extension {
			margin-top: 180px;
			}		

		.c-example-list {
			-js-display: flex;
			display: flex;
			flex-wrap: wrap;
			flex-flow: row wrap;
			justify-content: space-between;
			padding-top: 1rem;
			}
		.c-example-list::after {
			content: "";
			display: block;
			width: 330px;
			}
		.c-example-list-item {
			width: 330px;
			}

	}
	
	@media screen and (max-width: 48em) {
		/*SP*/
		
		.is-anchor#volumeup,
		.is-anchor#color-extension {
			padding-top: 80px;
			}
		.c-exampleBox#color-extension {
			margin-top: 2rem;
			}
		.c-exampleBox#volumeup .u-mtl,
		.c-exampleBox#color-extension .u-mtl {
			margin-top: 2.4rem !important;
			}
		.c-example-list-item {
			text-align: center;
			margin-top: 1.6rem;
			}
			
	}
	
	@media screen and (max-width: 414px) {
		.u-sp-db { display: block; }
	}




/* =====================================================================

	WING UPについて
	
======================================================================== */
		
		.c-wingup-lead {
			text-align: center;
			}
		.c-wingup-lead--txt {
			font-weight: normal;
			}
			
		.c-wingup-brand--title {
			text-align: center;
			font-weight: normal;
			}
		.c-wingup-brand--title span {
			display: block;
			color: #7E2A00;
			}
		.c-wingup-brand .c-section-title-ribbon {
			text-align: center;
			}
		.c-img-flyer {
			text-align: center;
			}
		
	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		
		.c-wingup-lead {
			margin-bottom: 100px;
			}
		.c-wingup-lead--txt {
			font-size: 26px;
			letter-spacing: 0.1rem;
			margin-bottom: 5px;
			}
		.c-wingup-lead--image {
			margin-top: 30px;
			}
		
		.c-wingup-brand--title {
			font-size: 34px;
			letter-spacing: 0.1rem;
			margin-bottom: 30px;
			}
		.c-wingup-brand .c-section-title-ribbon {
			margin-bottom: 10px;
			}
		.c-wingup-brand .c-section-title-ribbon::before {
			left: -10px;
			}
			
		.c-wingup-brand--section {
			-js-display: flex;
			display: -webkit-flex;
			display: flex;
			-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
			flex-flow: row wrap;
			justify-content: space-between;
			align-items: stretch;
			}
		.c-wingup-brand--section #volumeup,
		.c-wingup-brand--section #color-extension {
			width: 47%;
			display: flex;
			flex-direction: column;
			}
		.c-wingup-brand--section .c-more-button {
			margin-top: auto;
			}
		.c-wingup-brand .c-section-title-ribbon {
			font-size: 26px;
			padding: 0.4em inherit;
			}
		.c-wingup-brand--subtitle {
			font-size: 20px;
			line-height: 160%;
			margin-top: 30px;
			padding-bottom: 20px;
			}
			.c-wingup-brand--subtitle span {
				font-size: 23px;
				}
		.p-section-line {
			margin-top: 5rem;
			border-top: solid 10px #CCCCCC;
			}

	/***
	リバーステクニック
	***/			
		.p-revers-technique-inner {
			margin-top: -40px;
			margin-bottom: 20px;
			}
		.p-revers-technique-inner .c-img-flyer {
			margin-left: -10px;
			}
		
	}

	@media screen and (max-width: 48em) {
		/*SP*/

		.c-wingup-lead {
			margin-bottom: 3rem;
			}
		.c-wingup-lead--txt {
			font-size: 18px;
			letter-spacing: 0.05rem;
			}
		.c-wingup-lead--image {
			margin-top: 20px;
			}
		
		.c-wingup-brand .p-anchorNav {
			margin-top: 1.2rem;
			margin-bottom: 2.4rem;
			}
		.c-wingup-brand--title {
			font-size: 20px;
			letter-spacing: 0.05rem;
			}
		.c-wingup-brand--title span {
			font-size: 24px;
			}
		.c-wingup-brand .c-section-title-ribbon {
			padding: 0.4em 0;
			margin-bottom: 5px;
			}
		
		.c-wingup-brand--section .is-anchor#color-extension {
			margin-top: 0px;
			}
		.c-wingup-brand--subtitle {
			font-size: 15px;
			line-height: 150%;
			margin-top: 16px;
			}
			.c-wingup-brand--subtitle span {
				font-size: 16px;
				}

	/***
	リバーステクニック
	***/			
		.p-revers-technique-inner {
			margin-top: -15px;
			margin-bottom: 15px;
			}
		.c-revers-technique--text {
			margin-top: 1.6rem;
			}
			
	}




/* =====================================================================

	オンラインスクール
	
======================================================================== */
		
	.p-featuresBox .p-tit-semicircle {
		margin-top: 16px;
		margin-bottom: 0 !important;
		padding-left: 20px !important;
		width: 80%;
		}
	.p-featuresBox-inner {
		padding: 16px 20px;
		}
	
	/***
	オンラインコース内容
	***/
	.p-onlineCourse-list {
		background-color: #F7F7F7;
		box-shadow: 7px 7px 0px #CCCCCC;
		padding: 25px 20px;
		box-sizing: border-box;
		}
	.c-sub-title .c-indent {
		display: block;
		margin-left: 39px;
		line-height: 100%;
		padding-bottom: 8px;
		}
	.p-onlineCourse-list--detail {
		margin: 24px 0;
		}
	.p-onlineCourse-list--detail p {
		display: block;
		border-bottom: solid 1px #EEEEEE;
		padding: 4px 0;
		}

	@media print, screen and (min-width: 48.0625em) {
		/*TB,PC*/
		
		.p-onlineCourse-wrap {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-webkit-box-pack: justify;
				 -ms-flex-pack: justify;
			 justify-content: space-between;
			-ms-flex-wrap: wrap;
					flex-wrap: wrap;
			align-items: stretch;
			}
		.p-onlineCourse-list {
			width: 470px;
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			flex-direction: column;
			margin-top: 50px;
			}
		.p-onlineCourse-list:nth-of-type(-n+2) {
			margin-top: 0;
			}
		.p-reservation-button {
			margin-top: auto;
			}
		.c-indent-price {
			padding-left: 62px;
			}
	}

	@media screen and (max-width: 48em) {
		/*SP*/
		
		.p-featuresBox {
			width: 100%;
			}
		.p-featuresBox .p-tit-semicircle {
			width: 90%;
			}
		.p-featuresBox-inner .u-font130 {
			font-size: 110% !important;
			}

		/***
		オンラインコース内容
		***/
		.p-onlineCourse-list+.p-onlineCourse-list {
			margin-top: 40px;
			}
		.p-onlineCourse-list {
			padding: 15px 10px;
			}
		.c-sub-title .c-indent {
			margin-left: 34px;
			}
		.p-onlineCourse-list--detail {
			margin: 15px 0;
			font-size: 13px;
			}
		.c-indent-price {
			padding-left: 56px;
			}

	}

		/***
		youTube
		***/
	.p-youtube-wrap {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		}
	.p-youtube-wrap iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		}