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

body.coac {
	line-height: 200%;
	letter-spacing: 1px;
	font-feature-settings: "palt";
}

/* main */
#main {
	width: 100%;
	height: 850px;
	background: url(../img/coac/main.jpg) no-repeat fixed 20% 50%;
	background-size: cover;
	border-bottom: #D6BE98 2px solid;
	position: relative;
}
#main h2 {
	background: url(../img/coac/intro.png) no-repeat 50% 50%;
	width: 130px;
	height: 400px;
	text-indent: -9999px;
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: 230px;
	right: 300px;
}
#main a {
	display: block;
	background: url(../img/coac/btn_policy.png) no-repeat;
	width: 45px;
	height: 200px;
	position: absolute;
	bottom: 220px;
	right: 470px;
	text-indent: -9999px;
}

/* contents */
.box {
	padding: 40px 0;
}
.box .inner {
	width: 1200px;
	margin: 0 auto;
}
.box h2 {
	font-size: 38px;
	line-height: 140%;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}
.box p {
	margin: 10px 0;
}
.box p.info {
	text-align: center;
}

/* btn */
.btn {
	margin: 30px 0 0 0;
	display: flex;
	justify-content: flex-end;
}
.btn a {
	display: block;
	background: #000 url(../img/common/arrow_right.png) no-repeat 95% 50%;
	background-size: 7px;
	color: #FFF;
	width: 90%;
	text-decoration: none;
	padding: 10px 5%;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* thought */
.thought {
	width: 600px;
	margin: 80px auto;
}
.thought h2 {
	font-size: 28px;
	font-weight: normal;
	line-height: 160%;
	margin: 0 0 15px 0;
}
.thought h2 span {
	color: #b20000;
}
.thought div {
}
.thought a.modal-open {
	width: 180px;
	padding: 5px;
	background: #000;
	color: #FFF;
	text-decoration: none;
	display: block;
	text-align: center;
	border-radius: 5px;
	margin: 0 auto 30px auto;
}
.thought .manager {
	text-align: right;
}

/* yu */
.yu {
	background: #EEE;
	padding: 80px 0;
}
.yu .inner,
.yu ul {
	width: 1100px;
	margin: 0 auto;
}
.yu .inner  {
	background: url(../../wp_design/img/top/intro.png) no-repeat 95% 50%;
	padding: 0;
	height: 320px;
}
.yu .inner p {
	width: 500px;
}
.yu .inner h2 {
	margin: 0 0 10px 0;
	color: #bea97d;
	font-size: 32px;
	line-height: 140%;
}
.yu ul {
	margin: 30px auto 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 31.333%;
	box-sizing: border-box;
}
.yu ul li a {
	display: block;
	padding: 300px 15px 15px 15px;
}
.yu ul li.personal {
	background: #FFF url("../img/coac/yu/personal.jpg") no-repeat 50% 20%;
	background-size: cover;
}
.yu ul li.original {
	background: #FFF url("../img/coac/yu/original.jpg") no-repeat 50% 0;
	background-size: cover;
}
.yu ul li.surprise {
	background: #FFF url("../img/coac/yu/surprise.jpg") no-repeat 50% 0;
	background-size: cover;
}
/*
.yu ul li.special {
	background: #FFF url("../img/coac/yu/special.jpg") no-repeat 50% 0;
	background-size: cover;
}
*/
.yu ul li div {
	display: block;
	text-align: center;
	background: #FFF;
	padding: 15px;
}
.yu ul li div h4 {
	margin: 0;
	padding: 0;
	font-size: 21px;
}
.yu ul li.personal h4 {
	color: #e7426d;
}
.yu ul li.original h4 {
	color: #509680;
}
.yu ul li.surprise h4 {
	color: #455C86;
}
.yu ul li.special h4 {
	color: #bea97d;
}
.yu ul li div h4 small {
	display: block;
	font-size: 12px;
	color: #333;
}
.yu ul li div p {
	font-size: 16px;
	margin: 0;
	line-height: 160%;
}
.yu ul li div .point {
	font-size: 14px;
	background: #000;
	color: #FFF;
	margin-top: 5px;
	padding: 5px;
	border-radius: 5px;
	letter-spacing: 0;
}

/* optimal */
.optimal {
	margin: 80px 0;
	text-align: center;
}

/* costume */
.costume {
	background: #EEE;
	padding: 80px 0;
}
.costume .instagram {
	width: 1200px;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.costume .instagram .image {
	width: 23%;
	margin: 15px 0;
}
.costume .instagram .image img {
	width: 100%;
	height: auto;
	border-radius: 10px;
	-o-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	-moz-border-radius: 10px;
}
.costume .btn,
.photography .inner .btn {
	width: 300px;
	margin: 0 auto;
}

/* pro */
#pro {
	padding: 80px 0;
	margin: 50px 0 0 0;
	background: #eadecb;
}
#pro .service {
	width: 1100px;
	margin: 0 auto;
}
#pro .service .service_item {
	display: flex;
	margin: 50px 0;
	justify-content: space-between;
	align-items: center;
}
#pro .service .personalcolor,
#pro .service .dress {
	flex-flow: row-reverse;
}
#pro .service .service_item img {
	width: 650px;
	height: auto;
}
#pro .service .service_item .txt {
	width: 360px;
}
#pro .service .ico {
	font-size: 14px;
	displey: inline-block;
	color: #FFF;
	font-family: sans-serif;
	padding: 5px 10px;
}
#pro .service .ico.ico_original {
	background: #9cbfa2;
}
#pro .service .ico.ico_personal {
	background: #f2a3c0;
}
#pro .service .ico.ico_surprise {
	background: #8799b9;
}
#pro .service .service_item .txt h3 {
	font-size: 26px;
	line-height: 160%;
	font-weight: normal;
	margin: 5px 0;
}
#pro .service .service_item .txt p {
	margin: 0;
}

/* plan */
#pro .plan {
	background: #FFF;
	padding: 50px 30px;
	width: 1100px;
	margin: 20px auto 0 auto;
	text-align: center;
	box-sizing: border-box;
}
#pro .plan h2 {
	font-size: 36px;
}
#pro .plan h2 span {
	color: #b20000;
}
#pro .plan .notice {
	color: #b20000;
	padding: 20px;
	border: #eadecb 5px solid;
	width: 810px;
	margin: 20px auto;
	font-size: 24px;
	line-height: 180%;
}
#pro .plan .notice small {
	color: #333;
	font-size: 18px;
	line-hright: 160%;
	display: block;
}
#pro .plan p {
	width: 850px;
	margin: 10px auto;
}
#pro .price_list {
	width: 1000px;
	margin: 15px auto 0 auto;
}
#pro .ohirome  {
	width: 1000px;
	margin: 15px auto 20px auto;
}
#pro .price_list img,
#pro .ohirome img {
	width: 100%;
	height: auto;
}

/* present */
#pro .present {
	margin-top: 80px;
}
#pro .present h3 {
	font-size: 26px;
	line-height: 160%;
	font-weight: normal;
	margin: 5px 0;
}
#pro .present h3 strong {
	color: #b20000;
	border-bottom: 1px dashed #b20000;
	padding-bottom: 5px;
}
#pro .present p {
	margin: 0;
}
#pro .present ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#pro .present ul li {
	padding: 0;
	margin: 30px 0;
	width: 48%;
}
#pro .present ul li .img {
	margin-bottom: 10px;
	position: relative;
}
#pro .present ul li .img img {
	width: 100%;
	height: auto;
}
#pro .present ul li .img span {
	position: absolute;
	padding: 2px 10px;
	background: #b20000;
	color: #FFF;
	top: 0;
	left: 0;
	z-index: 10;
}
#pro .present ul li h4 {
	font-size: 21px;
	line-height: 160%;
	font-weight: normal;
	margin: 5px 0;
}
#pro .present ul li h4 small {
	font-size: 18px;
	display: block;
}

#pro .present .last_copy {
	text-align: center;
	font-size: 38px;
	line-height: 160%;
	color: #776674;
	margin-top: 50px;
}

/* stylist */
.stylist {
	background: #EEE;
	padding: 80px 0;
	text-align: center;
}
.stylist h2 {
	font-size: 43px;
	font-weight: normal;
	line-height: 160%;
}
.stylist .inner {
	width: 1100px;
	margin: 0 auto;
}
.stylist ul {
	padding: 0;
	margin: 30px 0 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.stylist ul li {
	width: 22%;
}
.stylist ul li .staff {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin: 20px 0;
}
.stylist ul li .staff img {
	width: 65%;
	height: auto;
	border-radius: 50%;
}
.stylist ul li .staff p {
	width: 35%;
}
.stylist .coodinate {
	font-size: 14px;
	line-height: 180%;
	text-align: left;
}
.stylist .coodinate img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

/* enquete */
.enquete {
	width: 1200px;
	margin: 0 auto 80px;
}
.enquete .inner {
	text-align: center;	
}
.enquete h2 {
	font-size: 36px;
	font-weight: normal;
	line-hright: 160%;
	margin-bottom: 10px!important;
}
.enquete .customer {
	margin: 80px 0 30px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: start;
}
.enquete .voice01 .customer {
	margin: 0 0 30px 0;
}
.enquete .customer .ico {
	width: 8%;
	height: auto;
}
.enquete .customer .fukidashi {
	margin: 0;
	width: 78%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	padding: 5%;
	border-radius: 10px;
}
.enquete .customer .fukidashi_pink {
	background: #fbdedc;
}
.enquete .customer .fukidashi_pink::before {
	border-top: 20px solid transparent;
	border-right: 30px solid #fbdedc;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 30px;
	left: -15px;
	content: '';
}
.enquete .customer .fukidashi_gold {
	background: #e8dcca;
}
.enquete .customer .fukidashi_gold::before {
	border-top: 20px solid transparent;
	border-right: 30px solid #e8dcca;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 30px;
	left: -15px;
	content: '';
}
.enquete .customer .fukidashi img {
	width: 52%;
	height: auto;
}
.enquete .customer .fukidashi p {
	margin: 0 0 10px 0;
}
.enquete .customer .fukidashi .txt {
	width: 45%;
}

.enquete .staff {
	margin: 20px 0 80px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: start;
	flex-flow: row-reverse;
}
.enquete .staff .ico {
	width: 8%;
	height: auto;
}
.enquete .staff .fukidashi {
	margin: 0;
	width: 78%;
	position: relative;
	background: #EEE;
	padding: 5%;
	border-radius: 10px;
	font-size: 14px;
	line-height: 200%;
}
.enquete .staff .fukidashi p {
	margin: 0 0 10px 0;
}
.enquete .staff .fukidashi p.manager {
	margin: 10px 0 0 0;
	text-align: right;
}
.enquete .staff .fukidashi::before {
	border-top: 20px solid transparent;
	border-left: 30px solid #EEE;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 30px;
	right: -15px;
	content: '';
}

/* policy */
#policy {
	background: url(../img/coac/policy.jpg) no-repeat 50% 50%;
	background-size: 100%;
	padding: 80px 0;
}
#policy h2 {
	text-align: left;
	width: 1200px;
	margin: 0 auto 20px auto;
}

/* mama */
#mama{
	border-bottom: 2px solid #EEE;
	border: 5px solid #eadecb;
	width: 1100px;
	margin: 80px auto 0;
	padding: 40px;
	background: #FFF url(../img/coac/mama.jpg) no-repeat 90% 80%;
	box-sizing: border-box;
}
#mochikomi {
	border-bottom: 2px solid #EEE;
	border: 5px solid #eadecb;
	width: 1100px;
	margin: 80px auto;
	padding: 40px;
	background: #FFF url(../img/coac/mochikomi.jpg) no-repeat 90% 45%;
	background-size: 300px;
	box-sizing: border-box;
}
#photo {
	border-bottom: 2px solid #EEE;
	border: 5px solid #eadecb;
	width: 1100px;
	margin: 80px auto;
	padding: 40px;
	background: #FFF url(../img/coac/photo.jpg) no-repeat 90% 45%;
	background-size: 300px;
	box-sizing: border-box;
}
#mama .inner,
#mochikomi .inner,
#photo .inner {
	line-height: 160%;
}
#mama h2,
#mama p.info,
#mochikomi h2,
#mochikomi p.info,
#photo h2,
#photo p.info {
	text-align: left;
	margin-bottom: 0;
}
#mochikomi h2,
#photo h2 {
	line-height: 90%;
}
#mochikomi h2 small,
#photo h2 small {
	font-size: 16px;
}
#mama p.info,
#mochikomi p.info,
#photo p.info {
	margin-bottom: 30px;
}
#mama .inner .plan,
#mochikomi .inner .plan,
#photo .inner .plan  {
	margin: 0 0 50px 0;
    width: auto;
    background: none;
    text-align: left;
    padding: 0;
}
#mama .inner .plan .plan58000,
#mochikomi .inner .plan .plan58000,
#photo .inner .plan .plan58000 {
	margin-bottom: 30px;
}
#mama .inner .plan h3,
#mochikomi  .inner .plan h3,
#photo  .inner .plan h3 {
	font-size: 21px;
	line-height: 160%;
	border-bottom: 1px dashed #000;
	display: inline-block;
	margin: 0 0 10px 0;
}
#mama .inner .plan p,
#mochikomi .inner .plan p,
#photo .inner .plan p {
	margin: 5px 10px;
}
#mama .inner .plan .mama_price,
#mochikomi .inner .plan .mochikomi_price,
#photo .inner .plan .mochikomi_price {
	font-size: 24px;
	line-height: 160%;
}
#mama .inner .plan .mama_price small,
#mochikomi .inner .plan .mochikomi_price small,
#photo .inner .plan .mochikomi_price small {
	font-size: 16px;
	line-height: 160%;
}
#mama .inner .campaign {
	width: 100%;
}
#mama .inner .campaign h3 {
	background: #eadecb;
	color: #333;
	font-size: 21px;
	line-height: 160%;
	padding: 5px 30px 5px 15px;
	border-radius: 0 30px 30px 0;
	display: inline-block;
	margin: 0 0 10px 0;
}
#mama .inner dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 0 30px 0;
	padding: 0;
	width: 800px;
	border-top: 1px solid #DDD;
}
#mama .inner .campaign dl {
	width: 400px;
	margin-bottom: 15px;
}
#mama .inner dl dt {
	width: 50%;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #DDD;
}
#mama .inner dl dd {
	width: 50%;
	margin: 0;
	padding: 5px 0;
	border-bottom: 1px solid #DDD;
}
#mama .inner dl dd::before {
	content: "：";
}
#mama .inner .campaign strong {
	font-size: 26px;
	line-height: 160%;
	color: #a71f24;
}

/* catalog ornament */
#catalog {
	margin: 80px 0;
}
#catalog ul {
	margin: 40px auto 0 auto;
	padding: 0;
	width: 1200px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#catalog ul li {
	padding: 0;
	margin: 5px 0;
	width: 16%;
}
#catalog ul li img {
	width: 100%;
	height: auto;
	border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
}


/* price_item */
.price_item {
	padding: 15px;
	text-align: center;
}
.price_item p {
	text-align: center;
}
.price_item .intro {
	text-align: left;
	background: url(../img/coac/price/25-30/ttl.png) no-repeat 0% 0%;
	background-size: contain;
	width: 50%;
	margin: 30px auto;
	padding-left: 200px;
	min-height: 250px;
}

.price_item h2 {
	background: #E4DDD1;
	padding: 15px;
	margin: 10px 0;
	text-align: center;
	font-size: 26px;
	line-height: 140%;
	font-weight: normal;
}
.price_item ul {
	padding: 15px;
	margin: 0;
	overflow: hidden;
}
.price_item ul li {
	padding: 0;
	margin: 1%;
	float: left;
	width: 18%;
}
.price_item ul li img {
	width: 100%;
	height: auto;
}

/* footer */
#footer p {
	margin: 0;
	line-height: 160%;
}


.movie {
	text-align: center;
	padding: 20px 0;
	width: 1100px;
	margin: 30px auto;
	background: url(../img/coac/movie01.png) no-repeat 100% 40%, url(../img/coac/movie02.png) no-repeat 0% 80%;
}
.movie iframe {
	width: 700px;
	height: 450px;
}


/* modal */
.modal-overlay {
    z-index: 2;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
}
a.modal-open:hover { cursor:pointer; }
.modal-content {
    position: fixed;
    display: none;
    z-index: 100;
    margin: 10px;
    padding: 40px 460px 50px 50px;
    border-radius: 10px;
    background: #FFF;
	width: 490px;
	box-shadow: 0 0 20px #555;
	overflow-y: auto;
    min-height: 60%;
    max-height: 80%;
}
#personal.modal-content {
	background: #FFF url(../img/coac/yu/personal.jpg) no-repeat 100% 50%;
	background-size: 430px;
}
#original.modal-content {
	background: #FFF url(../img/coac/yu/original02.jpg) no-repeat 100% 50%;
	background-size: 430px;
}
#surprise.modal-content {
	background: #FFF url(../img/coac/yu/surprise02.jpg) no-repeat 100% 50%;
	background-size: 430px;
}
/*
#special.modal-content {
	background: #FFF url(../img/coac/yu/special.jpg) no-repeat 100% 50%;
	background-size: 430px;
}
*/
#thought_message.modal-content {
	padding: 50px;
	width: 900px;
}
.modal-content h3 {
	margin: 0 0 10px 0;
	font-size: 43px;
	line-height: 160%;
}
.modal-content h3 small {
	font-size: 12px;
	line-height: 140%;
	margin-left: 20px;
}
.modal-content img {
	margin: 0;
}
.modal-content h4 {
	font-size: 26px;
	line-height: 160%;
	margin: 25px 0;
}
.modal-content p {
	margin: 10px 0;
	padding: 0;
}
.modal-content p strong {
	background: #bea97d;
	color: #FFF;
	padding: 2px;
}
.modal-content p.dic {
	font-family: "sans-serif";
	font-size: 13px;
	line-height: 160%;
	margin: 0;
}
#personal.modal-content p.dic {
	color: #e7426d;
}
#original.modal-content p.dic {
	color: #509680;
}
#surprise.modal-content p.dic {
	color: #455C86;
}
.modal-content .btn a {
    display: block;
    border: 1px solid #CCC;
    background: #FFF url(../../wp_design/img/common/ico/arrow.png) no-repeat 97% 50%;
	background-size: 10px;
    padding: 10px 5px;
    text-align: center;
    color: #776674;
    text-decoration: none;
    margin-top: 15px;
    border-radius: 5px;
}
.modal-content .btn a:hover {
	background: #FFC url(../../wp_design/img/common/ico/arrow.png) no-repeat 98% 50%;
	background-size: 10px;
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
a.modal-close {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	background: #FFF url(../../wp_design/img/common/ico/close.png) no-repeat 50% 50%;
	background-size: 12px;
	border-radius: 30px;
	padding: 0;
	margin: 0;
	text-indent: -99999px;
}
a.modal-close:hover {
	cursor:pointer;
}

.bnr {
	text-align: center;
}

/* Photo */
.photography {
	padding: 0 0 0 0;
	margin: 40px 0 80px 0;
}
.photography .box {
	padding: 0;
}
.photography .inner {
	width: 1100px;
	margin: 0 auto;
}
.photography .inner p {
	text-align: center;
}
.photography .inner .plan {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0;
}
.photography .inner .plan article {
	width: 49%;
	background: #eadecb;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 10px;
}
.photography .inner .plan article h4 {
	margin: 0 0 20px 0;
	font-size: 21px;
	line-height: 140%;
	border-bottom: 1px dashed #000;
    display: inline-block;
    margin: 0 0 10px 0;
}
.photography .inner .plan article p {
	text-align: left;
	margin: 0;
}
.photography .inner .plan article .price {
	color: #b20000;
	font-size: 21px;
	line-height: 160%;
}
.photography ul {
	padding: 0;
	margin: 0 0 30px 0;
	display: flex;
	flex-wrap: wrap;
}
.photography ul li {
	width: 200px;
	margin: 10px;
}
.photography ul li img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}
.photography .photo-plan {
	width: 1100px;
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.photography .photo-plan img {
	width: 520px;
}
.photography .set  {
	margin-bottom: 50px;
}
.photography .set img  {
	width: 1100px !important;
}

/* rank */
.ranking {
	padding: 80px 0;
    margin: 0;
    background: #eadecb;
}
.ranking .inner {
	width: 1200px;
	margin: 0 auto;
}
.ranking .popular_color {
	width: 1200px;
	margin: 30px auto 0 auto;
	background: #FFF;
	text-align: center;
	border-radius: 10px;
}
.ranking h2 {
	font-size: 38px;
	line-height: 140%;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}
.ranking ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
.ranking ul li {
	width: 18%;
	text-align: center;
	margin: 20px 0;
	padding: 0;
}
.ranking ul li img {
	width: 100%;
	border-radius: 10px;
}
.ranking ul li h3 {
	margin: 0 auto 10px auto;
	font-size: 18px;
	line-height: 140%;
	padding: 3px 20px;
	border-radius: 5px;
	display: inline-block;
	background: #FFF;
}
.ranking ul li.rank1st h3 {
	background: #BCA781;
	color: #FFF;
}
.ranking ul li.rank2nd h3 {
	background: #999;
	color: #FFF;
}
.ranking ul li.rank3rd h3 {
	background: #AA7658;
	color: #FFF;
}

/* special */
#pro #special {
	width: 1100px;
	margin: 80px auto 0 auto;
}
#pro #special h2 {
	font-size: 38px;
	line-height: 140%;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}
#pro #special h3 {
	font-size: 21px;
	line-height: 140%;
	font-weight: normal;
	margin: 0 0 30px 0;
	padding: 0;
	text-align: center;
}
#pro #special ul {
	margin: 10px 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
#pro #special ul li {
	margin: 10px;
	font-size: 18px;
	line-height: 160%;
	padding: 15px;
	width: 31%;
	background: #FFF;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
}
#pro #special ul li .img {
	text-align: center;
}
#pro #special ul li .img img {
	width: 60%;
}
#pro #special ul li small {
	background: #bea97d;
	color: #FFF;
	padding: 2px 10px;
	font-size: 21px;
	line-height: 160%;
	border-radius: 5px;
	display: block;
	width: 20px;
	text-align: center;
	margin: 0 auto 10px auto;
}
#pro #special ul li b {
	color: #bea97d;
	font-size: 24px;
	line-height: 160%;
	margin-left: 5px;
	display: block;
}

.bnr {
	margin: 50px 0;
}
.bnr h3 {
    margin: 0 0 20px 0;
    color: #bea97d;
    font-size: 32px;
    line-height: 140%;
    text-align: center;
}
.bnr ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 850px;
    margin: 0 auto;
    padding: 0;
}
.bnr ul li {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

/* link-area */
#link-area {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	width: 880px;
	margin-top: 50px;
}
#link-area .btn {
	margin: 0;
}
#link-area .btn a {
	display: block;
	background: #000 url(../img/common/arrow_btm.png) no-repeat 95% 50%;
	background-size: 12px;
	color: #FFF;
	width: 280px;
	text-decoration: none;
	padding: 10px 5%;
	border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



/* ------------------------------------------
coming_of_age 動画エリア
------------------------------------------ */
/*header設定*/
#main-area {
	position: relative;/*ローディング画像などを表示す際の基点とするため指定*/
    height: 100vh;/*高さを全画面にあわせる*/
    text-align: center;
    color: #fff;
    /*ローディング画面時＆動画が表示されないときに表示する背景画像のレスポンシブ化*/
    background: url("../img/movie.jpg") no-repeat;
    background-size: cover;
}

/* ローディングアイコン設定 */
#loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    font-weight: bold;
}

/*jQueryで付与されたdisappearクラスがついたらロゴエリアを非表示*/
#loading.disappear{
     display: none;   
}


/* youtube設定 */
#youtube-area {
    position: absolute;
    z-index: 1;/*最背面に設定*/
    top: 60px;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
 	opacity: 0;    
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
	animation-name:PageAnimeAppear;
	animation-duration:.5s;
	animation-fill-mode:forwards;
}

@keyframes PageAnimeAppear{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

#youtube {
/*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
/*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask {
    position: absolute;
    z-index: 2;/*下から2番目に表示*/
    top:0;
    width:100%;
    height: 100%;
}


/* ------------------------------------------
coming_of_age
------------------------------------------ */
.coming_of_age img {
	max-width: 100%;
}
.coming_of_age h2,
.coming_of_age h3,
.coming_of_age h4,
.coming_of_age .btn a {
	font-family: 'Noto Serif JP', '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
	font-weight: normal;
	letter-spacing: 0.05em;
}
.coming_of_age h2 {
	position: relative;
	margin-bottom: 50px;
	font-size: 32px;
	text-align: center;
}
.coming_of_age #lineup h2::after,
.coming_of_age #pickup h2::after,
.coming_of_age #present h2::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 10px;
    background: url(../img/coac/coming_of_age/ttl_deco.png) no-repeat center;
	background-size: 100px;
	position: absolute;
	bottom: -30px;
	left: 0;
}
.coming_of_age h2 small {
	font-size: 18px;
	/*color: #972123;*/
	display: block;
}
.coming_of_age h3 {
	margin-bottom: 30px;
	padding-top: 30px;
	font-size: 26px;
	color: #972123;
	position: relative;
}
.coming_of_age h3::after {
	display: inline-block;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	color: #972123;
	font-size: 18px;
}
.coming_of_age h4 {
	margin: 10px 0;
	font-size: 20px;
}
.coming_of_age .btn {
	display: block;
	width: 280px;
	margin: 0 auto;
}
.coming_of_age .btn a {
	display: block;
    background: #000 url(../img/common/arrow_btm.png) no-repeat 95% 50%;
    background-size: 12px;
    color: #FFF;
    width: 280px;
    text-decoration: none;
    padding: 10px 5%;
	box-sizing: border-box;
}
.coming_of_age p {
	font-size: 16px;
	line-height: 200%;
	margin-bottom: 30px;
}
.coming_of_age .viewmore {
	margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}
.coming_of_age .viewmore a {
    border-bottom: 1px solid #000;
    background: url(../img/coac/coming_of_age/brown-arrow.png) 0 42% no-repeat;
    padding-left: 30px;
	text-decoration: none;
    color: #000;
    letter-spacing: -0.1em;
}
.coming_of_age #title {
	margin: 0 auto 50px auto;
	padding: 50px 0;
	text-align: center;
	background: #8b2f2f;
    color: #fff;
    position: relative;
}
.coming_of_age #title::before {
	content: "";
	display: inline-block;
	width: 200px;
	height: 110px;
    background: url(../img/coac/coming_of_age/point-bg.png) no-repeat;
	background-size: 100%;
	position: absolute;
	top: 50px;
	left: 15%;
}
.coming_of_age #title::after {
	content: "";
	display: inline-block;
	width: 200px;
	height: 110px;
    background: url(../img/coac/coming_of_age/point-bg.png) no-repeat;
	background-size: 100%;
	position: absolute;
	bottom: 50px;
	right: 15%;
}
.coming_of_age #link-area {
	margin: 0 auto 80px auto;
	text-align: center;
	display: block;
}
.coming_of_age #link-area h3 {
	color: #000;
	margin: 0 0 30px 0;
	padding: 0;
}
.coming_of_age #link-area .btn-area {
	display: flex;
	justify-content: space-between;
    width: 880px;
}
.coming_of_age .bnr {
	margin: 50px auto 80px;
}
.coming_of_age .bnr h3{
	font-size: 32px;
	color: #BEA97D!important;
}
.coming_of_age .bnr-line {
	margin: 0 auto;
    padding: 0;
    text-align: center;
}
.coming_of_age .bnr-line ul {
	margin: 0;
}
.coming_of_age .item-box {
	margin: 0;
	padding: 50px 0;
}
.coming_of_age .item-box:nth-child(2n+1) {
	background: #eee;
}
.coming_of_age .inner {
	width: 1200px;
	margin: 0 auto;
}
.coming_of_age .flex-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.coming_of_age .flex-box.reverse {
	flex-direction: row-reverse;
}
.coming_of_age .flex-box .img-box {
	width: 600px;
}
.coming_of_age .flex-box .txt-box {
	width: 600px;
	text-align: left;
	padding: 0 100px;
	position: relative;
}
.coming_of_age .flex-box .txt-box1::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 120px;
	height: 60px;
	background: url("../img/coac/coming_of_age/illust_1.png") no-repeat 0% 50%;
	background-size: 120px;
	top: -30px;
	right: 50px;
}
.coming_of_age .flex-box .txt-box2::before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 120px;
	height: 60px;
	background: url("../img/coac/coming_of_age/illust_2.png") no-repeat 0% 50%;
	background-size: 120px;
	top: -30px;
	right: 50px;
}
.coming_of_age .flex-box .txt-box2::after {
	content: "";
	display: inline-block;
	position: absolute;
	width: 120px;
	height: 60px;
	background: url("../img/coac/coming_of_age/illust_1.png") no-repeat 0% 50%;
	background-size: 120px;
	bottom: -30px;
	left: 0;
}
.coming_of_age .item-box ul {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 30px;
	padding: 0;
}
.coming_of_age .item-box li {
	width: 32.3%;
}
.coming_of_age .swaro h3::after {
	content: "1 / 6";
}
.coming_of_age .green h3::after {
	content: "2 / 6";
}
.coming_of_age .red h3::after {
	content: "3 / 6";
}
.coming_of_age .azure h3::after {
	content: "4 / 6";
}
.coming_of_age .lace_w h3::after {
	content: "5 / 6";
}
.coming_of_age .lace_p h3::after {
	content: "6 / 6";
}
.coming_of_age #lineup {
	margin-top: 100px;
	padding-bottom: 100px;
}
.coming_of_age #lineup .inner {
	width: 1000px;
}
.coming_of_age #lineup p {
	text-align: center;
}
.coming_of_age #lineup ul {
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto 0 auto;
	width: 100%;
    padding: 0;
}
.coming_of_age #lineup li {
	width: 235px;
	height: 330px;
	padding: 0;
	margin: 0 20px 50px 0;
}
.coming_of_age #lineup li.li-pc {
	margin: 0 20px 0 0;
}
.coming_of_age #lineup li:nth-child(4n) {
	margin: 0 0 0 0;
}
.coming_of_age #lineup li a {
	position: relative;
	display: block;
	height: inherit;
}
.coming_of_age #lineup li a::after {
	content: "";
	display: inline-block;
	width: 44px;
	height: 44px;
	background: url("../img/coac/coming_of_age/arrow_right.png") no-repeat 0% 50%;
	background-size: 44px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.coming_of_age .color {
	margin-top: 100px;
}
.coming_of_age .design {
	margin-bottom: 130px;
}
.coming_of_age .color .inner,
.coming_of_age .design .inner {
	width: 1000px;
}
.coming_of_age .color h3,
.coming_of_age .design h3 {
	font-size: 32px;
	color: #000;
}
.coming_of_age .color ul,
.coming_of_age .design ul {
    display: flex;
    flex-flow: wrap;
    align-items: center;
	justify-content: center;
}
.coming_of_age .color li,
.coming_of_age .design li {
	width: 150px;
    padding: 15px 5px;
    text-align: center;
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 20px;
} 
.coming_of_age .color li:last-child,
.coming_of_age .design li:last-child {
    margin-right: 0;
}
.coming_of_age .color li.white,
.coming_of_age .design li {
	background: #fff;
    border: 1px solid #000;
}
.coming_of_age .color li.red {
	background: #FF0000;
}
.coming_of_age .color li.yellow_green {
	background: #b8d200;
}
.coming_of_age .color li.blue {
    background: #0073BD;
}
.coming_of_age .color li.black {
    background: #000;
}
.coming_of_age .color li.dull {
    background: #D6909D;
}
.coming_of_age .color li a {
	color: #fff;
}
.coming_of_age .color li.white a,
.coming_of_age .design li a {
	color: #000;
}
.coming_of_age #about {
	background: #eee;
	padding: 50px 0 80px;
}
.coming_of_age #about .flex-box {
	margin-top: 80px;
}
.coming_of_age #about .flex-box .img-box {
	width: 600px;
}
.coming_of_age #about .flex-box .txt-box {
	width: 450px;
	padding: 0;
	margin: 0 100px 0 50px;
}
.coming_of_age .footer-menu {
	width: 1000px;
	justify-content: center;
    margin: 0 auto;
}
.coming_of_age footer p {
	font-size: 13px;
}
.coming_of_age .gallery-list li {
	position: relative;
}
.coming_of_age .gallery-list li::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/coac/coming_of_age/zoom.png") no-repeat 0% 50%;
	background-size: 20px;
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.coming_of_age .img-box iframe {
	width: 600px; /* 任意の横幅を指定 */
	height: auto;
	aspect-ratio: 16/9;
}
.coming_of_age #contact2021 {
	margin: 0 auto 120px;
    text-align: center;
}
.coming_of_age #contact2021 .btn a {
	display: block;
    background: #972123 url(../img/common/arrow_right.png) no-repeat 95% 50%;
    background-size: 7px;
    color: #FFF;
    width: 280px;
    text-decoration: none;
    padding: 10px 5%;
    box-sizing: border-box;
}
.coming_of_age #pickup {
    margin: 0 auto 100px;
}


/* present */
.coming_of_age #present {
    background: #f8f8f8;
    padding: 50px 0;
    margin: 50px 0 0 0;
}
.coming_of_age #present ul {
    display: flex;
    flex-wrap: wrap;
    width: 720px;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    justify-content: center;
}
.coming_of_age #present ul li {
    width: 200px;
    margin: 20px;
}
.coming_of_age #present ul.present-box1 {
    margin-top: 30px;
}
.coming_of_age #present ul.present-box1,
.coming_of_age #present ul.present-box2 {
    position: relative;
}
.coming_of_age #present ul.present-box2::before {
	content: "";
	display: inline-block;
	width: 430px;
	height: 50px;
	background: url("../img/coac/coming_of_age/present-txt.png") no-repeat 0% 50%;
	background-size: 100%;
	position: absolute;
	top: 0;
}
.coming_of_age #present ul.present-box2::after {
	content: "";
	display: inline-block;
	width: 120px;
	height: 57px;
	background: url("../img/coac/coming_of_age/present-bg.png") no-repeat 0% 50%;
	background-size: 100%;
	position: absolute;
	bottom: 30px;
    left: -70px;
}
.coming_of_age #present ul.present-box1::after {
	content: "";
	display: inline-block;
	width: 120px;
	height: 57px;
	background: url("../img/coac/coming_of_age/present-bg.png") no-repeat 0% 50%;
	background-size: 100%;
	position: absolute;
	top: 30px;
    right: -70px;
}


/* yoyaku */
.yoyaku_ico {
	display: inline-block;
    position: fixed;
    bottom: 140px;
    right: 20px;
}
.yoyaku_ico img {
	width: 110px;
	height: auto;
}
/* line */
.line_ico {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.line_ico img {
    width: 110px;
    height: auto;
}