@charset "utf-8";
/* -----------------------------------------------------
 共通
------------------------------------------------------- */
.top_link{
	margin: 80px auto 65px;
	text-align: center;
}
.top_link a {
	width: 420px;
	padding: 25px 100px;
	color: #000;
	font-size: 1.4em;
	font-weight: 300;
	border: 1px solid #000;
	background: url(/assets/images/common/link_arrow_g.png)no-repeat right 5% center/5%;
	transition: .1s linear;
}
.top_link a:hover{
	background: url(/assets/images/common/link_arrow_g.png)no-repeat right 8% center/6%;
	opacity: 0.6;
	transition: .1s linear;
}
.page-sec{
	width:100%;
}
.secInner_wrap{
	width: 90%;
	max-width: 1120px;
	margin: 0 auto;
	padding: 10px 0;
}
.page-sec_title{
	font-size: 3.9em;
	font-weight: 600;
	letter-spacing: 3.5px;
	margin: 0 0 10px 0;
}
.page-sec_title_sub{
	font-size: 1.4em;
	font-weight: 200;
	margin: -14px 0 30px;
}

@media screen and (min-width: 768px){
	.top_link{
		margin: 60px auto;
		text-align: center;
	}
	.top_link a{
		width: 420px;
		padding: 40px 130px;
		color: #000;
		font-size: 1.8em;
		font-weight: 500;
		border: 1px solid #000;
		background: url(/assets/images/common/link_arrow_g.png)no-repeat right 10% center/6%;
		transition: .1s linear;
	}
	.top_link a:hover{
		background: url(/assets/images/common/link_arrow_g.png)no-repeat right 8% center/6%;
		opacity: 0.6;
		transition: .1s linear;
	}
	.secInner_wrap{
		width: 100%;
		max-width: 1120px;
		margin: 0 auto;
		padding: 50px 0;
	}
	.page-sec_title{
		font-size: 6.6em;
		margin: 0 0 50px -3px;
	}
	.page-sec_title_sub{
		font-size: 1.75em;
		margin: -60px 0 60px;
	}
}
/* -----------------------------------------------------
 MV 下層ページ
------------------------------------------------------- */
.page_image {
	position:relative;
	background: url(/assets/images/plan/mv_pc.jpg) no-repeat center top/cover ;
	margin-bottom:65px;
}
.page_title{
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	
	width:100%;
	height: 500px;
	font-size: 7.4em;
	font-weight: 600;
	margin-bottom: 50px;
}
@media screen and (max-width: 768px){
	.page_image {
		background: url(/assets/images/plan/mv_sp.jpg) no-repeat center top/cover ;
		margin-bottom:30px;
	}
	.page_title {
		height: 250px;
		font-size: 3.5em;
	}
}

/* -----------------------------------------------------
 nav
------------------------------------------------------- */
.page_nav{
	width:100%;
	margin-bottom: 20px;
}
.page_nav ul{
	width: 100%;
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
}
.page_nav ul li{
	font-size: 2.5em;
	font-weight: 600;
	padding-right: 22px;
	margin-right: 47px;
	transition: 0.1s linear;
	background: url(/assets/images/plan/nav_icon.png) no-repeat right center/13px;
}
.page_nav ul li:hover{
	opacity:0.5;
	transition: 0.1s linear;
	background: url(/assets/images/plan/nav_icon.png) no-repeat right bottom 11.5px/13px;
}
@media screen and (max-width: 768px){
	.page_nav {
		width:  100%;
		margin:0 auto;
		margin-bottom: 30px;
	}
	.page_nav ul {
		width: 90%;
		max-width: 670px;
		margin: 0 auto;
		display: flex;
	}
	.page_nav ul li{
		font-size: 2em;
		font-weight: 500;
		padding-right: 18px;
		margin-right: 30px;
		background: url(/assets/images/plan/nav_icon.png) no-repeat right bottom 11px/10px;
	}
}
@media screen and (max-width: 480px){
	.page_nav {
		width:  100%;
		margin:0 auto;
		margin-bottom: 30px;
	}
	.page_nav ul li {
		padding-right: 13px;
		margin-right: 15px;
		background: url(/assets/images/plan/nav_icon.png) no-repeat right bottom 11px/10px;
	}
}
/* -----------------------------------------------------
 プラン紹介
------------------------------------------------------- */
.serviceInner_wrap{
	display:block;
}
.serviceInner{
	width:100%;
	position:relative;
}
.serviceInner_title{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 35px;
	box-sizing: border-box;
	width: 380px;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	padding: 1px 10px;
	transform-origin: left top;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
.serviceInner_title p{
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 530;
}
.serviceInner_main{
	margin-left: 10%;
	margin-bottom: 30px;
}
.serviceInner_main img{
	width:100%;
}
.serviceInner_main ul{
	padding: 10px;
}
.serviceInner_main ul li{
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
	margin-bottom: 0.2em;
}
.serviceInner_main ul li span{
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 13.5px;
	font-weight: 300;
	margin-right: 8px;
	vertical-align: 2px;
}
.serviceInner_main ul li small{
	font-size: 20px;
	margin-left: 2px;
}
.plan_desc {
		color: #d00;
		font-size: 1.3em;
		margin-left: 20px;
	}
.service_desc{
	background:#f7f7f7;
}
.service_desc dl{
	padding: 25px 22px;
	margin-bottom: 15px;
}
#area.service_desc dl,
#back.service_desc dl{
	padding-bottom:35px;
	margin-bottom:0;
}
.service_desc dl dt{
	float: left;
	width: 26%;
	font-size: 19px;
	font-weight: 600;
	margin-top: -7px;
}
.service_desc dl dd{
	font-size: 13.9px;
}
#cut.service_desc dl dd{
	font-size: 11.7px;
	font-weight: 300;
	color: #777;
	margin-left: 26%;
}
#data.service_desc dl dd span,
#area.service_desc dl dd span,
#payment.service_desc dl dd span{
	display: inline-block;
	font-size: 11.7px;
	font-weight: 300;
	color: #777;
	margin-left: 25%;
}
#cut.service_desc dl dd ul,
#option.service_desc dl dd ul{
	display:block;
}
#cut.service_desc dl dd ul li,
#option.service_desc dl dd ul li{
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 200;
	width: 100%;
	margin-bottom: 15px;
}
#cut.service_desc dl dd ul li{
	font-size: 13.9px;
	font-weight: 400;
	color: #000;
}
#option.service_desc dl dd ul li:last-of-type{
	margin-bottom: 0;
}
#option.service_desc dl dd ul li span{
	font-family: 'Barlow Condensed',"Noto Sans Japanese", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
}
#back.service_desc dl dt {
	font-size: 1.7em;
	margin-bottom: 8px;
	float: none;
	width: 100%;
}
@media screen and (max-width: 768px){
	.plan_desc{
		font-size: 1.2em;
		margin-left: 10px;
	}
	#cut.service_desc{
		margin-top:100px;
	}
	#option.service_desc dl{
		padding-bottom:25px;
	}
	#option.service_desc dl dd ul li:nth-of-type(2),
	#option.service_desc dl dd ul li:nth-of-type(3){
		margin-left: 26%;
	}
}
@media screen and (min-width: 768px){
	.serviceInner_wrap{
		display:flex;
		justify-content:space-between;
		flex-flow: wrap;
	}
	.serviceInner{
		width:48%;
		margin-bottom: 50px;
		position:relative;
	}
	.serviceInner_title{
		left: 60px;
		width: 530px;
		padding: 5px 20px;
	}
	.serviceInner_title p{
		font-size: 30px;
		letter-spacing: 1px;
		font-weight: 600;
	}
	.serviceInner_main{
		margin-left: 11%;
		margin-bottom: 0;
	}
	.serviceInner_main img{
		width:100%;
	}
	.serviceInner_main ul{
		padding:20px;
	}
	.serviceInner_main ul li{
		font-size: 37px;
		font-weight: 600;
		letter-spacing: 1.3px;
		line-height: 1.2;
		margin-bottom: 0.2em;
	}
	.serviceInner_main ul li span{
		font-family: "Noto Sans Japanese", sans-serif;
		font-size: 18px;
		font-weight: 400;
		margin-right: 15px;
	}
	.serviceInner_main ul li small{
		font-size: 28px;
		margin-left: 2px;
	}
	
	#cut.service_desc{
		margin-top: 60px;
		margin-bottom: 25px;
	}
	#data.service_desc,
	#option.service_desc{
		margin-bottom: 25px;
	}
	.service_desc dl{
		padding: 35px 65px;
	}
	.service_desc dl dt{
		float: left;
		width: 22%;
		font-size: 28px;
		font-weight: 600;
		margin-top: -7px;
	}
	#back.service_desc dl dt{
		float: left;
		display: block;
		width: 22%;
		font-size: 20px;
		font-weight: 600;
		margin-top: -3px;
		padding-bottom: 60px;
	}
	.service_desc dl dd{
		font-family: "Noto Sans Japanese", sans-serif;
		font-size: 15.7px;
		font-weight: 400;
	}
	#cut.service_desc dl dd{
		margin-left: 22%;
	}
	#data.service_desc dl dd span,
	#area.service_desc dl dd span,
	#payment.service_desc dl dd span{
		font-size: 13.5px;
		font-weight: 300;
		color: #777;
		margin-left: 0;
	}
	#back.service_desc dl dd span {
		display: block;
		font-size: 13.5px;
		font-weight: 300;
		color: #777;
		margin-left: 0;
		margin-top: 15px;
	}
	#cut.service_desc dl dd ul,
	#option.service_desc dl dd ul{
		display:flex;
		justify-content:space-between;
	}
	#cut.service_desc dl dd ul li{
		width: 50%;
		font-size: 22px;
		font-weight: 600;
		line-height: 1.3;
	}
	#cut.service_desc dl dd ul li span{
		font-size: 15.7px;
		font-weight: 300;
	}
	#cut.service_desc dl dd ul li small{
		margin-left: 10px;
		font-size: 14px;
		font-weight: 400;
		vertical-align: 2.5px;
	}
	#cut.service_desc dl dd p{
		font-size: 13.5px;
		font-weight: 300;
		color: #777;
		margin: 10px 0 0 0;
	}
	#option.service_desc dl dd ul li{
		width: 28%;
	}
	#option.service_desc dl dd ul li span{
		font-family: 'Barlow Condensed',"Noto Sans Japanese", sans-serif;
		font-size: 26px;
		font-weight: 600;
		line-height: 1;
	}
}

/* -----------------------------------------------------
 タイプ紹介
------------------------------------------------------- */
.phototypeNav{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
.phototypeNav li{
	width: 49.4%;
}
.phototypeNav li a{
	display: block;
	position: relative;
	width: 100%;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 15px;
}
.phototypeNav li a:hover{
	opacity:0.6;
	transition: .1s linear;
}
.phototypeInner_wrap2{
	display:block;
}
.phototypeInner{
	width:100%;
	margin-bottom: 35px;
}
.phototypeInner_title{
	font-size: 17.6px;
	font-weight: 600;
	margin: 5px 0 7px;
}
.phototypeInner_text{
	font-size: 1.35em;
	font-weight: 200;
}
.phototypeInner_note{
	margin: 15px 0 20px;
	padding-top: 15px;
	border-top: 1px #ddd solid;
	font-family: "Noto Sans Japanese", sans-serif;
}
.phototypeInner_note li:before{
	content:'※';
	margin-right:0.5em;
}
.phototypeInner_note li{
	font-size:1.35em;
}
@media screen and (max-width: 768px){
	.phototypeNav li a:after{
		content: '';
		background: url(/assets/images/plan/nav_icon.png)no-repeat;
		display: inline-block;
		width: 10px;
		height: 7px;
		background-size: contain;
		vertical-align: center;
		margin-left: 6px;
		transition: .1s linear;
	}
}
@media screen and (min-width: 768px){
	.phototypeNav{
		padding-bottom: 60px;
	}
	.phototypeNav li{
		/*width:19%;  5つ並び*/
		width: 23.5%;/*  4つ並び*/
	}
	.phototypeNav li a{
		display: block;
		position:relative;
		width: 100%;
		font-size: 15px;
		font-weight: 600;
	}
	.phototypeNav li a:after{
		content: url(/assets/images/plan/nav_icon.png);
		display: inline-block;
		margin-left: 10px;
		transition: .1s linear;
	}
	.phototypeNav li a:hover{
		opacity:0.6;
		transition: .1s linear;
	}
	.phototypeInner_wrap2{
		display:flex;
		justify-content:space-between;
		flex-wrap: wrap;
	}
	.phototypeInner{
		width:48%;
		margin-bottom: 50px;
	}
	.phototypeInner_title{
		font-size: 23px;
		font-weight: 600;
		margin: 17px 0;
	}
	.phototypeInner_text{
		font-size: 1.55em;
		font-weight: 400;
	}
}

/* -----------------------------------------------------
 FLOW
------------------------------------------------------- */
.flowInner_wrap{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.flowInner{
	width:48%;
	margin-bottom: 25px;
}
.flowInner_left {
	width: 100%;
	margin-right: 7%;
	float: left;
}
.flowInner_right h3{
	font-size: 16px;
	font-weight: 600;
	margin: -18px 0 3px;
}
.last .flowInner_right h3:after{
	content: none;
}
.flowInner_right h3 span{
	font-size: 21px;
	margin-right: 7px;
	vertical-align: -2px;
}
.flowInner_right p{
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 1.15em;
	font-weight: 200;
	line-height: 1.7;
}
@media screen and (max-width: 768px){
	.flowInner_right h3:after {
		content: '';
		background: url(/assets/images/plan/flow_icon.svg)no-repeat;
		display: inline-block;
		width: 27px;
		height: 7px;
		background-size: contain;
		margin-left: 6px;
		transition: .1s linear;
		margin-left: 10px;
	}
}
@media screen and (min-width: 768px){
	.flowInner_wrap{
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.flowInner{
	width:48%;
	margin-bottom: 50px;
}
.flowInner_left{
	width: 41%;
	margin-right: 7%;
	float: left;
}
.flowInner_right h3{
	font-size: 24px;
	font-weight: 600;
	margin: -18px 0 15px;
}
.flowInner_right h3:after{
	content: url(/assets/images/plan/flow_icon.svg);
	margin-left: 10px;
}
.last .flowInner_right h3:after{
	content: none;
}
.flowInner_right h3 span{
	font-size: 38px;
	margin-right: 15px;
	vertical-align: -4px;
}
.flowInner_right p{
	display: block;
	width: 52%;
	font-size: 1.48em;
	font-weight: 400;
	line-height: 1.8;
	float: right;
	}
}

/* -----------------------------------------------------
 撮影時の服装について
------------------------------------------------------- */
.clothes_wrap{
	display:block;
}
.clothesInner{
	width:100%;
}
.clothesInner_title{
	font-size: 17.8px;
	font-weight: 500;
	margin: 17px 0 10px;
}
.clothesInner_caption{
	width: 50%;
	float: left;
	font-size: 12px;
	font-weight: 500;
}
.clothesInner_text{
	font-size: 1.35em;
	font-weight: 200;
	line-height: 1.6;
	margin-top: 30px;
}
.clothesInner_text li{
	line-height: 1.6;
	margin-bottom: 15px;
	padding-left: 1em;
	text-indent: -0.7em;
}
.clothesInner_text li:before{
	content:'-';
	margin-right:5px;
}
@media screen and (min-width: 768px){
	.clothes_wrap{
		display:flex;
		justify-content:space-between;
	}
	.clothesInner{
		width:48%;
	}
	.clothesInner_title{
		font-size: 23px;
		font-weight: 600;
		margin: 17px 0;
	}
	.clothesInner_caption{
		width: 50%;
		float: left;
		font-size: 16px;
		font-weight: 600;
		margin-top:10px;
	}
	.clothesInner_text{
		font-size: 1.55em;
		font-weight: 400;
		line-height: 1.9;
		margin-top: 60px;
	}
}
/* -----------------------------------------------------
 Banner
------------------------------------------------------- */
.banner{
	width: 100%;
}
.banner_wrap{
	position: relative;
	width: 100%;
	max-width: 1250px;
	margin: 0 auto;
	/*padding: 45px 0 85px;*/
	padding: 45px 0 45px;
}
.banner-small{
	margin: 0 auto;
	width: 1120px;
	margin-left: 65px;
}
.banner-small__slider{
	width:100%;
	max-width:1120px;
}
.banner_arrow_left,
.banner_arrow_right{
	box-sizing: border-box;
	width: 50px;
	line-height: 50%;
	padding: 5px;
	transition: .1s linear;
}
.banner_arrow_left:hover,
.banner_arrow_right:hover{
	opacity:0.5;
	transition: .2s linear;
}
.banner_arrow_left{
	position:absolute;
	top: 40%;
	left:0;
}
.banner_arrow_left:hover{
	margin-left:-10px;
}
.banner_arrow_right{
	position:absolute;
	top: 40%;
	right:0;
}
.banner_arrow_right:hover{
	margin-right:-10px;
}
.banner .slick-track{
	display: flex;
}
.banner .banner-small_arrow{
	z-index:9999;
}

@media screen and (min-width: 769px) {
	.banner-small li a{
		display: block;
		margin-right: 35px;
	}
	.banner-small .banner-small__slider .banner1,
	.banner-small .banner-small__slider .banner2{
		margin-right: 40px;
	}
	.banner-small .banner-small__slider .banner1{
		min-width:540px;
	}
	.banner-small .banner-small__slider .banner2{
		min-width:345px;
		}
}
@media screen and (max-width: 768px) and (min-width: 481px){
	.banner-small li a {
		display: block;
		margin-right: 30px;
	}
	.banner-small__slider {
		width: 100%;
		max-width: 610px;
	}
	.banner_arrow_left {
		position: absolute;
		top: 40%;
		left: 3%;
	}
	.banner_arrow_right {
		position: absolute;
		top: 40%;
		right: 6%;
	}
}
.slick-dots {
  margin-top: -1px;
  margin-top: -.3125vw;
  padding: 7px 0;
  padding: 2.8vw 0 2.2vw;
  text-align: center;
  line-height: 0;
}
.slick-dots li {
  width: 2%;
  display: inline-block;
  line-height: 0;
}
.slick-dots li + li {
  margin-left: 3.6%;
}
.slick-dots li button {
	width: 100%;
	height: 0;
	padding: 100% 0 0;
	display: block;
	border-radius: 50%;
	/*border: 1px solid #bbb;*/
	background: #bbb;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	box-sizing: content-box;
	transition: .15s;
}
.slick-dots li.slick-active button {
	/*border: 2.2px solid #000;*/
	background-color: #000;
}
@media screen and (min-width: 481px) {
	.slick-dots {
		position: absolute;
		bottom: -50px;
		left: 48.5em;
		padding: 0;
	}
	.slick-dots li {
		width: 8px;
	}
	.slick-dots li button {
		border-width: 2.2px;
	}
	.slick-dots li + li {
		margin-left: 25px;
	}
}
@media screen and (max-width: 768px) and (min-width: 481px){
	.slick-dots{
		display:none!important;
	}
}
@media screen and (max-width: 480px){
	.banner_wrap {
		position: relative;
		width: 90%;
		padding: 20px 0 0;
	}
	.banner-small {
		margin: 0 auto;
		width: 400px;
	}
	.banner-small__slider {
		width: 90%;
		max-width: 290px;
	}
	.banner .banner-small_arrow {
		display: none;
	}
	.slick-dots {
		display: none;
	}
	.slick-dots li button {
		display: none;
	}
	.banner_arrow_left,
	.banner_arrow_right{
	display:none;
	}
}