@charset "utf-8";

/* -----------------------------
	共通
-------------------------------- */
.page-title-area .basic-txt{
	padding: 30px 0 0;
}
	
@media screen and (max-width: 768px){
	.page-title-area .basic-txt{
		padding: 20px 0;
	}
}

/* -----------------------------
	intro-area
-------------------------------- */
.intro-area{
	margin: 100px 0 0;
	position: relative;
}
.intro-area .inner{
	position: relative;
}
.intro-area .catch{
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.7;
}
.intro-area .txt-area{
	width: 600px;	
	margin: 0 0 0 auto;
}
.intro-area .txt-area .txt-l{
	font-size: 2rem;
	padding: 30px 0 10px;
	font-weight: bold;
}
.intro-area .txt-area .txt-l:first-of-type{
	padding: 20px 0 10px;
}
.intro-area .txt-area .basic-txt{
	padding: 20px 0 0;
}

.intro-img{
	margin: 0 0 0;
	position: absolute;
	z-index: -1;
}

.intro-img.intro-img02{
	margin: 0 0 0;
	position: absolute;
	z-index: -1;
	top: 1050px;
}

@media screen and (max-width: 1600px){
	.intro-img{
		width: 600px;
	}
	
	.intro-img img{
		width: 100%;
	}
	
	.intro-img.intro-img02{
		top: 850px;
	}
}

@media screen and (max-width: 768px){
	.intro-area{
		margin: 50px 0 0;
	}

	.intro-area .catch{
		font-size: 2.6rem;
		line-height: 1.7;
		text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
	  -1px 1px 0 #fff,  1px -1px 0 #fff,
	  1px 0 0 #fff, -1px  0 0 #fff,
	  0 1px 0 #fff,  0 -1px 0 #fff;
	}

	.intro-area .txt-area .basic-txt{
		width: 100%;
		padding: 20px 0 0;
	}

	.memorial .intro-area::before{
		font-size: 8rem;
	}
	.intro-area .txt-area{
		position: inherit;
		width: 100%;
		background: none;
		padding: 0;
		bottom: auto;
		padding: 370px 0 0;
	}
	.intro-area .txt-area .txt-l{
		font-size: 1.8rem;
		padding: 20px 0 10px;
	}
	.intro-area .txt-area .txt-l:first-of-type{
		padding: 10px 0 10px;
	}
	.intro-img{
		width: 90%;
		right: 0;
		max-width: 350px;
	}

	.intro-img img{
		width: 100%;
	}
	
	.intro-img.intro-img02{
		display: none;
	}
}

/* price-area */
.price-area{
	margin: 50px 0 0 auto;
	width: 600px;
}

.price-area > div{
	border: 1px solid #ddd;
	padding: 40px 40px;
	display: block;
	background: #f9f9f9;
}

.price-area .txt-box{
	margin: 0 30px 0 0;
}

.price-block{
	
}

/*20241024 修正*/
.price-title{
	font-size: 1.8rem;
	text-align: right;	
	display: flex;
	flex-direction: row-reverse;
    align-items: center;
	margin: 20px 0 0;
}
.price-title.second{
	/*margin: 50px 0 0;*/
	margin: 30px 0 0;
}
.price-title:before{
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #333;
    margin-right: 1rem;
}
 
.head-border:after {
    margin-left: 1rem;
}

.price-block .price{
	margin: 20px 0 0;
	font-size: 3.3rem;
	font-family: var(--serif);
	text-align: right;
	font-weight: bold;
}
.price-block .price span{
	font-size: 2rem;
}

.price-area .note{
	font-size: 1.4rem;
	text-align: right;
	background: #ddd;
	padding: 3px 10px;
	margin: 5px 0 0;
	font-weight: 600;
}

.price-other{
	margin: 20px 0 0;
	font-size: 1.8rem;
}


@media screen and (max-width: 1600px){
	.price-area > div{
		padding: 40px 30px;
	}
}

@media screen and (max-width: 768px){
	.price-area{
		margin: 30px 0 0;
		width: 100%;
	}

	.price-area > div{
		display: block;
		padding: 15px;
	}
	
	.price-title{
		font-size: 1.5rem;
		margin: 20px 0 0;
	}
	.price-title.second{
		/*margin: 40px 0 0;*/
		margin: 20px 0 0;
	}
	.price-title:before{

	}

	.head-border:after {
	}

	.price-block .price{
		font-size: 2.7rem;
		margin: 10px 0 0;
	}
	.price-block .price span{
	}

	.price-area .note{

	}
}


/* -----------------------------
	print-area
-------------------------------- */
.print-area{
	margin: 50px 0 0 auto;
	width: 600px;
}

.print-area > div{
	display: block;
}

.print-area .txt-box .basic-txt{
	margin: 20px 0 0;
}
.print-block{

}

.print-list{
	display: flex;
	justify-content: space-between;
	margin: 20px 0 0;
}
.print-list li{
border: 1px solid #ddd;
	position: relative;
	width: calc((100% / 2) - 20px);
	padding: 180px 0 0;
}
.print-list li::before{
	content: '';
	position: absolute;
	background: url("../img/photoprint.jpg") no-repeat center / cover;
	width: 100%;
	height: 180px;
	top: 0;
}
.print-list li:nth-child(2)::before{
	background: url("../img/photoalbum.jpg") no-repeat center / cover;
}

.print-cate{
	background: #333;
	color: #fff;
	width: 140px;
	padding: 3px 0;
	margin: 0 15px 0 0;
	text-align: center;
	position: absolute;
	top: 160px;
}
.print-list .basic-txt{
	padding: 20px;
}

/*20241024 料金詳細追加*/
.price-detail-block {
	margin: 20px 0 0;
}
.price-detail-block .price-detail-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	margin: 30px 0 20px;
}
.price-detail-block .price-detail-list li {
	width: calc( ( 100% - 10px )  / 2 );
	border: solid 1px #ddd;
	padding: 15px 15px;
	background: #fff;
}

.price-detail-block li .price-detail-icon {
	display: flex;
	justify-content: center;
}
.price-detail-block li .price-detail-icon img {
	width: auto;
	height: 50px;
	object-fit: cover;
	object-position: center;
}
.price-detail-block li .price-detail-icon img.img05 {
	width: 50px;
	height: 50px;
	object-fit: contain;
	object-position: center;
}

.price-detail-block .price-detail-list li p.list-title {
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
	padding: 10px 0 5px;
}
.price-detail-block .price-detail-list li p.list-txt {
	text-align: center;
	font-size: 1.5rem;
}
.price-detail-block .price-detail-list li span.note-txt {
	font-size: 1.3rem;
}

.price-detail-block .price-detail-last {
	margin: 0 0 20px 0;
}

.price-detail-block p.txt-bg {
	font-size: 1.6rem;
	background: #ddd;
	display: inline-block;
	padding: 0 20px;
	margin: 0 0 10px 0;
}
.price-detail-block .price-detail-txt span.en-txt {
	font-family: var(--dmsans);
    font-weight: 700;
	font-size: 1.8rem;
}
.price-detail-block .price-detail-txt.txt-s {
	font-size: 1.4rem;
}
.price-detail-block .price-detail-txt.txt-s.txt-last {
	padding: 15px 0 0 0;
}

/*撮影事例リンク*/
.price-detail-link {
	margin: 10px 0 0;
}
.price-detail-link a {
	transition: .3s;
}
.price-detail-link a i {
	padding: 0 7px 0 0;
}
.price-detail-link a:hover {
	opacity: 0.8;
}


@media screen and (max-width: 768px){
	.print-area{
		margin: 50px 0 0;
		width: 100%;
	}
	
	.print-area > div{
		display: block;
	}

	.print-list{
		display: block;
		margin: 20px 0 0;
	}
	.print-list li{
		width: 100%;
	}
	.print-list li::before{
		width: 100%;
	}
	.print-list li:nth-child(2){
		margin: 20px 0 0 0;
	}
	.print-cate{
	}
	.print-list .basic-txt{
	}
	
	/*20241024 料金詳細追加*/
	.price-detail-block .price-detail-list {
		gap: 5px;
		margin: 20px 0 20px;
	}
	.price-detail-block .price-detail-list li {
		width: calc( ( 100% - 5px )  / 2 );
		padding: 15px 10px;
	}
	.price-detail-block li .price-detail-icon img {
		height: 40px;
	}
	.price-detail-block li .price-detail-icon img.img05 {
		width: 40px;
		height: 40px;
	}
	.price-detail-block .price-detail-example {
		margin: 0 0 5px 0;
	}
	
	/*撮影事例リンク*/
	.price-detail-link a {
		text-decoration: underline;
	}

}

/* -----------------------------
	bridal-contact-wrap
-------------------------------- */
.bridal-contact-wrap{
	margin: 30px 0 0;
	/*padding: 30px 50px 30px 30px;*/
	padding: 30px 30px 30px 30px;
	background: #fffaee;
	position: relative;
	/*display: flex;
	justify-content: space-between;
	align-items: flex-end;*/
}
.bridal-contact-wrap .title{
	font-size: 1.8rem;
	position: absolute;
	top: 0;
	background: #BFA049;
	color: #fff;
	padding: 0 20px;
	border-radius: 0 0 5px 5px;
}
.bridal-contact-wrap .name{
	font-size: 4rem;
	font-weight: 500;
	font-family: var(--serif);
	letter-spacing: .05em;
	line-height: 1;
}
.bridal-contact-wrap .hp,
.bridal-contact-wrap .tel{
	border-bottom: dotted 2px #BFA049;
}
.bridal-contact-wrap .hp span{
	width: 120px;
	display: inline-block;
}
.bridal-contact-wrap .tel span{
	width: 120px;
	display: inline-block;
	margin: 5px 0 0;
}

/*20240205 追記*/
.bridal-contact-wrap .clea-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.bridal-contact-wrap .clea-detail {
	display: flex;
	justify-content: center;
	gap: 15px;
	padding: 30px 0 0 0;
}
.bridal-contact-wrap .clea-detail .clea-img img {
	width: 200px;
	object-fit: cover;
	object-position: center;
}
.bridal-contact-wrap .clea-detail .clea-txt .detail-title {
	font-size: 1.8rem;
	font-weight: bold;
}
.bridal-contact-wrap .clea-detail .clea-txt .detail-txt {
	padding: 10px 0 0 15px;
}

@media screen and (max-width: 768px){
	.bridal-contact-wrap{
		display: block;
		padding: 20px;
	}
	.bridal-contact-wrap .title{
		font-size: 1.6rem;
	}
	.bridal-contact-wrap .name{
		margin: 20px 0 0;
		font-size: 3.2rem;
	}
	.bridal-contact-wrap .hp,
	.bridal-contact-wrap .tel{
	}
	.bridal-contact-wrap .hp{
		margin: 10px 0 0;
	}
	.bridal-contact-wrap .hp span{

	}
	.bridal-contact-wrap .tel span{

	}
	
	/*20240205 追記*/
	.bridal-contact-wrap .clea-box{
		display: block;
	}
	
	.bridal-contact-wrap .clea-detail {
		display: block;
		padding: 20px 0 0 0;
	}
	.bridal-contact-wrap .clea-detail .clea-img img {
		width: 100%;
	}
	.bridal-contact-wrap .clea-detail .clea-txt {
		padding: 20px 0 0;
	}
	.bridal-contact-wrap .clea-detail .clea-txt .detail-title {
		font-size: 1.6rem;
	}
	.bridal-contact-wrap .clea-detail .clea-txt .detail-txt {
		padding: 10px 0 0 0;
	}
	
}

/* -----------------------------
	gallery-area
-------------------------------- */
.gallery-area{
	/*margin: 100px 0 0;*/
	margin: 0 0 0;
}

@media screen and (max-width: 768px){
	.gallery-area{
		/*margin: 50px 0 0;*/
		margin: 0 0 0;
	}

	.gallery-list li:nth-child(n + 10){
		display: none;
	}
}

/* -----------------------------
	voice-area
-------------------------------- */
/*.voice-flow-block{
	background: url("../img/plan-bg.png") no-repeat center center / cover;
	background-attachment: fixed;
}*/
.voice-area{
	margin: 100px 0 0;
	position: relative;

}
.voice-area::before{
	content: '';
    position: absolute;
    width: 737px;
    height: 998px;
    background: url("../img/plan-voice-memorial.png") no-repeat center / contain;
    right: 0;
    top: -100px;
    z-index: 0;
}
.portrait .voice-area::before{
	background: url("../img/plan-voice-portrail.png") no-repeat center / contain;
}
.id-photo .voice-area::before{
	background: url("../img/plan-voice-id-photo.png") no-repeat center / contain;
}
.bridal .voice-area::before{
	background: url("../img/plan-voice-bridal.png") no-repeat center / contain;
}
.business .voice-area::before{
	background: url("../img/plan-voice-business.png") no-repeat center / contain;
}
.website .voice-area::before{
	background: url("../img/plan-voice-business.png") no-repeat center / contain;
}
.other .voice-area::before{
	background: url("../img/plan-voice-other.png") no-repeat center / contain;
}
.ceremony .voice-area::before{
	background: url("../img/plan-voice-ceremony.png") no-repeat center / contain;
}


.voice-block ul{
	margin: 20px 0 0;
	background: #fff;
	padding: 20px;
	display: block;
	width: 600px;
	position: relative;
	z-index: 1;
}
.voice-block ul li{
	flex: 1;
	display: flex;
	width: 100%;
	margin: 0 20px 0 0;
}
.voice-block ul li::before{
	
}
.voice-block ul li:nth-child(2){
	margin: 20px 0 0;
}

.voice-block ul li .voice-img{
	margin: 0 20px 0 0;
	width: 80px;
	height: 80px;
}
.voice-block ul li .voice-img img{
	width: 80px;
	border: solid #333 1px;
    border-radius: 50px;
}
.voice-block ul li .basic-txt{
	font-weight: 600;
	background: #f8f8f8;
	padding: 20px;
	border-radius: 10px;
	position: relative;
}
.voice-block ul li .basic-txt::before{
	position: absolute;
	content: '';
	width:0;
	height:0;
	border-style:solid;
	border-width: 10px 20px 10px 0;
	border-color: transparent #f8f8f8 transparent transparent;
	top: 30px;
	left: -10px;
}
.voice-block ul li .name{
	padding: 0 0 0;
	text-align: right;
	display: block;
}

@media screen and (max-width: 1600px){
	.voice-area::before{
		width: 600px;
	}
}

@media screen and (max-width: 768px){
	.voice-area{
		margin: 130px 0 0;
	}
	.voice-area::before{
		background-size: contain;
		width: 220px;
		height: 300px;
		top: -130px;
	}
	.voice-block ul{
		display: block;
		margin: 10px 0 0;
		padding: 10px;
		width: 100%;
			background: #adadad;
	}
	.voice-block ul li{
		flex: 1;
		padding: 20px 30px;
		display: flex;
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.voice-block ul li:nth-child(2){
		margin: 10px 0 0;
	}

	.voice-block ul li .voice-img{
		width: 60px;
		height: 60px;
	}
	.voice-block ul li .voice-img img{
		width: 100%;
		border: none;
	}
	.voice-block ul li .basic-txt{
		margin: 5px 0 0;
		flex: 1;
		background: #fff;
	}
	.voice-block ul li .name{
	}
	.voice-block ul li .basic-txt::before{
		border-color: transparent #fff transparent transparent;
	}
}

/*20240318 追記*/
.bridal .option-area .option-list .retouch {
	display: none;
}

/*20240530 追記*/
@media screen and (max-width: 768px) {
	#plan .photographer-area {
        padding: 35px 0 50px;
    }
}
    
/*20240606 SP版修正*/
@media screen and (max-width: 768px) {
	#plan .scroll-area {
		width: 100%;
        min-width: 100%;
		height: 300px;
		overflow-y: hidden;
		overflow-x: scroll;
	}
	#plan .gallery-list {
		display: inline-flex;
		flex-wrap: inherit;
    	justify-content: space-evenly;
	}
	#plan .gallery-list li {
		width: 170px;
		height: 260px;
	}
	/*#plan .gallery-list li:nth-child(n + 11){
		display:none;
	}*/
	#plan .gallery-list li img {
		width: 100%;
		position: absolute;
		top: 0;
		object-fit: cover;
		transition: .3s all;
		object-position: center;
	}
	#plan .simplebar-track .simplebar-scrollbar::before{
	  	
	}
}

/* -----------------------------
	20240625 追記 plan-point-area
	家族写真ページ
-------------------------------- */
.plan-point-block {
	margin: 150px 0 300px;
}
/*point01*/
.plan-point-area.point01 {
	/*margin: 390px 0 0;*/
	margin: 100px 0 260px;
	position: relative;
}
.plan-point-area.point01::before{
	top: -50px;
	left: 0;
	width: 750px;
	height: 544px;
	position: relative;
	position: absolute;
	content: '';
	background: url("../img/plan-point01.png") no-repeat center / contain;
}
.plan-point-area.point01 .txt-area {
	width: 590px;
	padding: 0 0 0;
	margin: 0 0 0 auto;
}

/*point02*/
.plan-point-area.point02 {
	/*margin: 390px 0 0;*/
	margin: 140px 0 210px;
	position: relative;
}
.plan-point-area.point02::before{
	top: -50px;
	right: 0;
	width: 750px;
	height: 555px;
	position: relative;
	position: absolute;
	content: '';
	background: url("../img/plan-point02.png") no-repeat center / contain;
}
.plan-point-area.point02 .txt-area {
	width: 590px;
	padding: 0 0 0;
	margin: 0 auto 0 0;
}

/*point03*/
.plan-point-area.point03 {
	/*margin: 390px 0 0;*/
	margin: 180px 0 110px;
	position: relative;
}
.plan-point-area.point03::before{
	top: -50px;
	left: 0;
	width: 750px;
	height: 603px;
	position: relative;
	position: absolute;
	content: '';
	background: url("../img/plan-point03.png") no-repeat center / contain;
}
.plan-point-area.point03 .txt-area {
	width: 590px;
	padding: 0 0 0;
	margin: 0 0 0 auto;
}


.plan-point-area .txt-deco{
	font-size:18rem;
	/*color: #313332;*/
	color: #E8E8E8;
	right: -180px;
	bottom: 100px;
	transform: rotateZ( 90deg );
}
.plan-point-area .section-title {
	padding: 0 0 50px;
}
.plan-point-area .section-catch {
	font-size: 2rem;
	margin: 5px 0 0;
}
.plan-point-area .sub-catch {
	font-size: 3rem;
	padding: 10px 0 0;
}

.plan-point-area .txt-area .num {
	background: #585757;
    font-weight: bold;
    color: #fff;
    text-align: center;
	flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    font-family: var(--dmsans);
	top: -20px;
	padding: 2px 20px;
	border-radius: 50px;
	font-size: 1.4rem;
	display: inline-block;
}
.plan-point-area .basic-txt{
	padding: 20px 0 0;
}

@media screen and (max-width: 1400px){
	.plan-point-area.point01::before{
		top: -50px;
		left: 0;
		width: 650px;
		height: 471px;
		position: relative;
		position: absolute;
		content: '';
		background: url("../img/plan-point01.png") no-repeat center / contain;
	}
	.plan-point-area.point02::before{
		top: -50px;
		right: 0;
		width: 650px;
		height: 481px;
		position: relative;
		position: absolute;
		content: '';
		background: url("../img/plan-point02.png") no-repeat center / contain;
	}
	.plan-point-area.point03::before{
		top: -50px;
		left: 0;
		width: 650px;
		height: 523px;
		position: relative;
		position: absolute;
		content: '';
		background: url("../img/plan-point03.png") no-repeat center / contain;
	}
	.plan-point-area .txt-deco{
		font-size: 18rem;
		right: -180px;
		bottom: 200px;
		transform: rotateZ( 90deg );
	}
}

@media screen and (max-width: 768px){
	.plan-point-block {
		margin: 50px 0 80px
	}
	.plan-point-block .img-sp {
		margin: 40px 0 20px 0;
	}
	.plan-point-block .img-sp img {
		width: 100%;
		object-fit: cover;
		object-position: center;
	}
	/*point01*/
	.plan-point-area.point01{
		margin: 0 0 0;
	}
	.plan-point-area.point01::before{
		display: none;
	}
	.plan-point-area.point01 .txt-area{
		width: 100%;
		position: relative;
		padding: 0 0 0;
	}
	
	/*point02*/
	.plan-point-area.point02 {
		margin: 0 0 0;
	}
	.plan-point-area.point02::before{
		display: none;
	}
	.plan-point-area.point02 .txt-area{
		width: 100%;
		position: relative;
		padding: 0 0 0;
	}
	
	/*point03*/
	.plan-point-area.point03 {
		margin: 0 0 0;
	}
	.plan-point-area.point03::before{
		display: none;
	}
	.plan-point-area.point03 .txt-area{
		width: 100%;
		position: relative;
		padding: 0 0 0;
	}
	
	.plan-point-area .txt-deco{
		font-size:9rem;
		right: -75px;
		top: -30px;
		bottom: auto;
	}
	.plan-point-area .section-title {
		padding: 0 0 0;
	}
	.plan-point-area .section-catch {
		font-size: 1.8rem;
	}
	.plan-point-area .sub-catch {
		font-size: 2.2rem;
	}
	.plan-point-area .basic-txt {
		/*display: none;*/
	}

	.plan-point-area .btn-more{
		margin: 20px 0 0 auto;
	}
}
/*plan-point-area 家族写真ページ end*/

/* -----------------------------
	20240709 追記 plan-point-area
	ビジネスページ
-------------------------------- */
.business .plan-point-block {
	margin: 300px 0 300px;
}

.business .plan-point-area.point01::before{
	background: url("../img/plan-bus-point01.png") no-repeat center / contain;
}

/*point02*/
.business .plan-point-area.point02::before{
	background: url("../img/plan-bus-point02.png") no-repeat center / contain;
}

/*point03*/
.business .plan-point-area.point03::before{
	top: -50px;
	left: 0;
	width: 750px;
	height: 603px;
	position: relative;
	position: absolute;
	content: '';
	background: url("../img/plan-bus-point03.png") no-repeat center / contain;
}
@media screen and (max-width: 1400px){
	.business .plan-point-block {
		margin: 50px 0 80px
	}
	.business .plan-point-area.point01::before{
		top: -50px;
		left: 0;
		width: 650px;
		height: 471px;
		position: relative;
		position: absolute;
		content: '';
		background: url("../img/plan-bus-point01.png") no-repeat center / contain;
	}
	.business .plan-point-area.point02::before{
		top: -50px;
		right: 0;
		width: 650px;
		height: 481px;
		position: relative;
		position: absolute;
		content: '';
		background: url("../img/plan-bus-point02.png") no-repeat center / contain;
	}
	.business .plan-point-area.point03::before{
		top: -50px;
		left: 0;
		width: 650px;
		height: 523px;
		position: relative;
		position: absolute;
		content: '';
		background: url("../img/plan-bus-point03.png") no-repeat center / contain;
	}
	.business .plan-point-area .txt-deco{
		font-size: 18rem;
		color: #E8E8E8;
		right: -180px;
		bottom: 200px;
		transform: rotateZ( 90deg );
	}
}
/*plan-point-area ビジネスページ end*/

/* -----------------------------
	20241120 追記 plan-point-area
	プロフィール・宣伝写真
-------------------------------- */
.portrait .plan-point-block {
	margin: 300px 0 300px;
}
.portrait .plan-point-area.point01::before{
	background: url("../img/plan-port-point01.png") no-repeat center / contain;
}

.portrait .plan-point-area .txt-deco{
	bottom: 60px;
}
@media screen and (max-width: 1400px){
	.portrait .plan-point-block {
		margin: 50px 0 80px
	}
	
	.plan-point-area .txt-deco{
		bottom: 100px;
	}
}

/*20240701 追記*/
.portrait .faq-accordion ul li.faq-rental,
.id-photo .faq-accordion ul li.faq-rental,
.business .faq-accordion ul li.faq-rental {
    display: none;
}

/* -----------------------------
	20240702 ポートレートページ　ヘアメイク導線追加
-------------------------------- */
.hairmake-area{
	margin: 310px 0 110px;
	position: relative;
}
.hairmake-area::before{
	top: -270px;
	left: 0;
	width: 665px;
	height: 804px;
	position: relative;
	position: absolute;
	content: '';
	background: url("../img/hair-makeup.png") no-repeat center / contain;
}
.hairmake-area .txt-deco{
	font-size:12rem;
	color: #313332;
	right: -300px;
	top: 50px;
	transform: rotateZ( 90deg );
}

.hairmake-area .txt-area{
	width: 590px;
	padding: 0 0 0;
	margin: 0 0 0 auto;
}

.hairmake-area .section-catch{
	padding: 40px 0 0;
}
.hairmake-area .basic-txt{
	padding: 20px 0 0;
}

.hairmake-area .btn-more{
	margin: 60px 0 0;
}

@media screen and (max-width: 1400px){
	.hairmake-area::before{
		width: 600px;
	}
	.hairmake-area .txt-deco{
		font-size: 10rem;
		right: -250px;
	    top: 80px;
	}
}

@media screen and (max-width: 768px){
	.hairmake-area{
		margin: 30px 0 0;
	}
	.hairmake-area::before{
		top: 0;
		left: auto;
		right: 0;
		width: 285px;
		height: 347px;
		background: url("../img/hair-makeup.png") no-repeat center / contain;
	}
	.hairmake-area .txt-deco{
		font-size:5.5rem;
		right: -4px;
		top: -28px;
		bottom: auto;
		transform: rotateZ( 0 );
	}

	.hairmake-area .txt-area{
		width: 100%;
		position: relative;
		padding: 200px 0 0;
		margin: 0 0 50px;
	}

	.hairmake-area .section-catch{
		padding: 15px 0 0;
	}
	.hairmake-area .basic-txt{
		display: none;
	}

	.hairmake-area .btn-more{
		margin: 20px 0 0 auto;
	}
}

/* -----------------------------
	ビジネスページ how-to-area
-------------------------------- */
#plan.business .how-to-area{
	margin: 480px 0 200px;
	position: relative;
}
#plan.business .how-to-area::before{
	content: '';
	position: absolute;
	width: 900px;
    height: 724px;
	background: url("../img/business-howto-bg.png") no-repeat center / cover;
	right: 0;
	top: -100px;
	z-index: -1;
	transition: 0.3s;
}
#plan.business .how-to-area .txt-area{
	margin: 0 0 0 150px;
}
#plan.business .how-to-area .txt-deco{
	font-size:50rem;
	color: #E8E8E8;
	left: -35px;
    top: -220px;
	line-height: 1;
}

#plan.business .how-to-area .section-catch{
	padding: 38px 0 0;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}
#plan.business .how-to-area .point-list{
	margin: 56px 0 0;
	display: inline-block;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 900px;
}
#plan.business .how-to-area .point-list li{
	background: #f9f9f9;
	margin: 0 0 40px;
	padding: 0;
	width: calc((100% / 4) - 10px);
	position: relative;
}
#plan.business .how-to-area .point-list li img {
    width: 100%;
	object-fit: contain;
	object-position: center;
}
#plan.business .how-to-area .point-list .txt-box{
	padding: 20px 15px;
}
#plan.business .how-to-area .point-list li .num{
	background: #585757;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	font-size: 1.3rem;
	font-family:  var(--dmsans);
	padding: 3px 10px;
	position: absolute;
	top: -10px;
	left: 55px;
	width: 100px;
	text-align: center;
}
#plan.business .how-to-area .point-list .txt-box .catch{
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;

}
#plan.business .how-to-area .point-list .txt-box .basic-txt{
	margin: 10px 0 0;
	font-size: 1.3rem;
	color: #8E8E8E;
}

#plan.business .how-to-area .btn-more{
	position: absolute;
	bottom: 40px;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	margin: 0 0 0 250px;
}

@media screen and (max-width: 1500px){
	#plan.business .how-to-area{
		margin: 400px 0 120px;
	}
	#plan.business .how-to-area::before{
		width: 700px;
		height: 563px;
	}
	#plan.business .how-to-area .btn-more {
		margin: 0 0 0 350px;
	}
	
}

@media screen and (max-width: 768px){
	#plan.business .how-to-area{
		margin: 50px 0 0;
	}
	#plan.business .how-to-area::before{
		content: '';
		position: absolute;
		width: 355px;
		height: 285px;
		background: url("../img/business-howto-bg.png") no-repeat center / contain;
		right: 0;
		top: 70px;
	}
	#plan.business .how-to-area .txt-area{
		margin: 0;
	}
	#plan.business .how-to-area .txt-deco{
		font-size:24rem;
		left: -10px;
		top: -57px;
		z-index: -2;
	}

	#plan.business .how-to-area .section-catch{
		padding: 365px 20px 0;
	}
	
	/*#plan.business .how-to-area .point-list {
		margin: 30px 0 0;
		padding: 0 0 0;
		display: block;
		width: 100%;
	}
	#plan.business .how-to-area .point-list li {
		margin: 0 0 40px;
		width: 100%;
		background:rgba(249,249,249,0.7);
	}
	#plan.business .how-to-area .point-list li img {
		height: 50px;
		margin: 40px 0 0;
	}*/
	
	#plan.business .how-to-area .point-list li .num {
		font-size: 1.3rem;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		width: 100px;
	}
	
	#plan.business .how-to-area .point-list{
		padding: 180px 0 0;
		display: block;
		margin: 30px 0 0;
		width: 100%;
	}
	#plan.business .how-to-area .point-list li{
		display: block;
		width: 100%;
		position: relative;
		background: none;
		margin: 0 0 10px;
		padding: 0 0;
	}
	#plan.business .how-to-area .point-list li img {
        width: 160px;
        height: 120px;
		margin: 0 0;
        object-fit: cover;
    }
	#plan.business .how-to-area .point-list .txt-box{
		width: 60%;
		background: #f9f9f9;
		padding: 20px 15px;
		margin: 0 0 0 auto;
		top: 50%;

		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		position: absolute;
		right: 0;
	}
	#plan.business .how-to-area .point-list li .num{
		font-size: 1.2rem;
		width: 90px;
		padding: 0;
		top: -10px;
	}
	#plan.business .how-to-area .point-list .txt-box .catch{
		font-size: 1.7rem;
		line-height: 1.4;
		/*text-align: left;*/
		padding: 0;
	}
	#plan.business .how-to-area .point-list .txt-box .basic-txt{
		display: none;
	}
	
	#plan.business .how-to-area .btn-more{
		margin: 0;
		left: auto;
		transform: translateX(0);
		position: inherit;
		margin: 30px 20px 0 auto;
	}
}

/*20240724 portrait MVスライド*/
#plan.portrait .page-title-area .image.loop-img img {
    width: 100%;
	max-height: 1000px;
	object-fit: cover;
	object-position: center;
}
@media screen and (max-width: 768px) {
	#plan.portrait .page-title-area .image.loop-img img {
		/*width: 100%;*/
		width: 292px;
		max-height: 400px;
		height: 400px;
		object-fit: contain;
		object-position: center;
	}
	#plan.portrait .page-title-area .image{
		width: 100%;
		margin: 100px 0 0;
		padding: 0 ;
		min-height: 400px;
		max-height: 400px;
	}
}

/* -----------------------------
	ビジネスページ 目次追加 index-box
-------------------------------- */
.index-box {
	margin: 40px 0 0 0;
	padding: 25px 30px;
	background-color: rgba(249,249,249,0.5);
    border: solid 1px #ddd;
    color: #BFA049;
}
.index-box .index-ttl {
	padding: 0 0 20px;
	font-size: 2.2rem;
	line-height: 1;
}
.index-box .index-ttl span.txt-s{
	font-size: 1.4rem;
}
.index-box ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px 0;
}
.index-box ul li {
	display: inline-block;
	/*width: calc( ( 100% - 10px ) / 2 );*/
	width: 200px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.index-box ul li:before {
    content: "\f138";
	color: #BFA049;
	padding: 0 8px 0 0;
}
.index-box ul li a {
	transition: 0.3s;
}
.index-box ul li a:hover {
    color: #BFA049;
}

@media screen and (max-width: 768px){
	.index-box {
		margin: 0 0 0 0;
		padding: 20px 30px;
	}
	.index-box .index-ttl {
		/*padding: 0 0 20px;
		font-size: 1.8rem;*/
	}
	.index-box .index-ttl span.txt-s{
		/*font-size: 1.4rem;*/
	}
	.index-box ul {
		gap: 10px 0;
	}
}

/* -------------------------------------------
	20241106 ビジネスページ　グループ撮影追加
---------------------------------------------- */
/*撮影料金エリア*/
#plan .group-price-block{
	border: solid 1px #ddd;
	background: #fff;
	padding: 30px;
	margin: 30px 0 0;
	position: relative;
}
#plan .group-price-block .sub-title {
	font-size: 2rem;
	background: #333;
	color: #fff;
	display: inline-block;
	padding: 15px 20px;
	position: absolute;
	left: -1px;
	top: -10px;
}

#plan .group-price-block .campaign-txt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
	margin: 30px 0 0 0;
}
#plan .group-price-block .campaign-txt::before, 
#plan .group-price-block .campaign-txt::after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #333;
    margin: 0px 4px 4px;
}
#plan .group-price-block .campaign-txt::before {
    transform: rotate(45deg);
}
#plan .group-price-block .campaign-txt::after {
    transform: rotate(-45deg);
}

#plan .group-price-block .price{
	margin: 20px 0 0;
	font-size: 2.4rem;
	font-family: var(--serif);
	text-align: right;
	font-weight: bold;
}

#plan .group-price-block .price.price-gray {
	background: #ddd;
    padding: 3px 15px;
    margin: 10px 0 10px;
}
#plan .group-price-block .price.price-gray span {
	font-size: 3.3rem;
    font-family: var(--serif);
    text-align: right;
    font-weight: bold;
}
#plan .group-price-block .price.price-gray span.yen {
	font-size: 1.8rem;
    font-family: var(--serif);
}
#plan .group-price-block .price.price-gray span.price-mun,
#plan .group-price-block .price.price-gray span.price-s,
#plan .group-price-block .price.price-gray span.price-normal {
	font-size: 1.8rem;
}
#plan .group-price-block .price.price-gray span.price-normal {
	padding: 0 10px 0 5px;
	text-decoration: line-through;
}

/*テキストリンク*/
.price-group-link {
	margin: 10px 0 0;
	text-align: right;
}
.price-group-link a {
	transition: .3s;
}
.price-group-link a i {
	padding: 0 0 0 7px;
}
.price-group-link a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	#plan .group-price-block{
		margin: 50px 0 0;
		padding: 20px;
	}
	#plan .group-price-block .sub-title {
		font-size: 1.5rem;
		line-height: 1.5;
		width: 95%;
		top: -20px;
		text-align: left;
		padding: 10px 10px;
	}
	#plan .group-price-block .campaign-txt {
		margin: 20px 0 0 0;
	}
	#plan .group-price-block .price{
		font-size: 2.3rem;
		margin: 50px 0 0;
		text-align: center;
	}
	#plan .group-price-block .price.price-gray span {
		font-size: 2.7rem;
	}
	#plan .group-price-block .price.price-gray span.price-mun,
	#plan .group-price-block .price.price-gray span.price-s,
	#plan .group-price-block .price.price-gray span.price-normal {
		
	}
	#plan .group-price-block .price.price-gray span.price-normal {
		padding: 0 0 0 3px;
	}
	#plan .group-price-block .price span.txt{
		display: block;
	}
	
	/*撮影事例リンク*/
	.price-group-link a {
		text-decoration: underline;
	}
}

/*セットプランについて*/
#plan .business-set-plan {
	margin: 250px 0 180px;
	position: relative;
}
#plan .business-set-plan::before{
	content: '';
	position: absolute;
	width: 600px;
    height: 724px;
	background: url("../img/business-set-plan-bg.png") no-repeat right / cover;
	left: 0;
	top: -50px;
	z-index: -1;
	transition: 0.3s;
}
#plan .business-set-plan .txt-area{
	width: calc( 100% - 700px );
    margin: 0 0 0 auto;
	padding: 0 100px 0 0;
}
#plan .business-set-plan .txt-deco{
	font-size:45rem;
	-webkit-text-stroke: 1px #313332;
    text-stroke: 1px #313332;
    color: transparent;
	right: -35px;
    top: -150px;
	line-height: 1;
	z-index: -1;
}

#plan .business-set-plan .section-catch{
	padding: 38px 0 0;
	text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff;
}

/*set-plan-box01*/
#plan .business-set-plan .set-plan-box01 {
    background: #f9f9f9;
    padding: 30px;
    margin: 40px 0 0;
    position: relative;
}
#plan .business-set-plan .set-plan-box01 .set-plan-box-title {
	font-size: 2rem;
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 15px 20px;
    position: absolute;
    left: -10px;
    top: -20px;
}

/*今だけ特別割引キャンペーン中！*/
#plan .business-set-plan .set-plan-box01 .campaign-txt {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: bold;
	margin: 40px 0 0 0;
	font-size: 1.8rem;
}
#plan .business-set-plan .set-plan-box01 .campaign-txt::before, 
#plan .business-set-plan .set-plan-box01 .campaign-txt::after {
    content: "";
    width: 25px;
    height: 1px;
    background-color: #333;
    margin: 0px 4px 4px;
}
#plan .business-set-plan .set-plan-box01 .campaign-txt::before {
    transform: rotate(45deg);
}
#plan .business-set-plan .set-plan-box01 .campaign-txt::after {
    transform: rotate(-45deg);
}
/*今だけ特別割引キャンペーン中！end*/

#plan .business-set-plan .set-plan-box01 .set-plan-txt-flex {
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	gap: 15px;
	margin: 0 0 0 0;
}
#plan .business-set-plan .set-plan-box01 .set-plan-txt-flex .set-price-case {
	font-size: 2rem;
}
#plan .business-set-plan .set-plan-box01 .set-plan-txt-flex .set-price01 {
	font-size: 2rem;
}
#plan .business-set-plan .set-plan-box01 .set-plan-txt-flex .set-price01 span.set-normal {
	text-decoration: line-through;
}
#plan .business-set-plan .set-plan-box01 .set-plan-txt-flex .set-price02 {
	font-size: 3.3rem;
    font-family: var(--serif);
	font-weight: bold;
}
#plan .business-set-plan .set-plan-box01 .set-plan-txt-flex .set-price02 span.yen {
	font-size: 2rem;
	font-family: var(--serif);
}

#plan .business-set-plan .point-list-title {
	font-size: 1.8rem;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
	padding: 40px 0 0 0;
}
#plan .business-set-plan .point-list-title:before {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #333;
    margin-right: 1rem;
}

#plan .business-set-plan .point-list{
	margin: 30px 0 30px;
}
#plan .business-set-plan .point-list li{
	margin: 0 0 10px;
	background: #f9f9f9;
    padding: 10px 20px;
	display: inline-block;
}

#plan .business-set-plan .point-list .txt-box .basic-txt{
	margin: 10px 0 0;
	font-size: 1.3rem;
	color: #8E8E8E;
}

#plan .business-set-plan .business-set-plan-last p:last-of-type {
	padding: 20px 0 0 0;
}

@media screen and (max-width: 1500px){
	#plan .business-set-plan {
		margin: 200px 0 80px;
	}
	#plan .business-set-plan::before{
		width: 500px;
		height: 563px;
	}
	#plan .business-set-plan .txt-area{
		width: calc( 100% - 600px );
		margin: 0 0 0 auto;
		padding: 0 50px 0 0;
	}
	#plan .business-set-plan .txt-deco{
		font-size: 35rem;
		right: -35px;
		top: -120px;
		line-height: 1;
	}
}

@media screen and (max-width: 768px){
	#plan .business-set-plan {
		margin: 50px 0 0;
	}
	#plan .business-set-plan::before{
		content: '';
		position: absolute;
		width: 355px;
		height: 285px;
		background: url("../img/business-set-plan-bg.png") no-repeat right/ contain;
		right: 0;
		top: 70px;
	}
	#plan .business-set-plan .txt-area{
		width: 100%;
		margin: 0;
		padding: 0 20px 0;
	}
	#plan .business-set-plan .txt-deco{
		font-size:24rem;
		-webkit-text-stroke: 1px #E8E8E8;
    	text-stroke: 1px ##E8E8E8;
    	color: #E8E8E8;
		left: -10px;
		top: -57px;
		z-index: -2;
	}

	/*set-plan-box01*/
	#plan .business-set-plan .set-plan-box01 {
		padding: 30px 20px 20px;
		margin: 330px 0 20px;
		position: relative;
	}
	#plan .business-set-plan .set-plan-box01 .set-plan-box-title {
		font-size: 1.8rem;
		padding: 10px 10px;
	}
	
	/*今だけ特別割引キャンペーン中！*/
	#plan .business-set-plan .set-plan-box01 .campaign-txt {
		justify-content: center;
		margin: 20px 0 0 0;
		font-size: 1.6rem;
	}
	#plan .business-set-plan .set-plan-box01 .campaign-txt::before, #plan .business-set-plan .set-plan-box01 .campaign-txt::after {
		content: "";
		width: 20px;
		height: 1px;
		background-color: #333;
		margin: 0px 4px 4px;
	}
	/*今だけ特別割引キャンペーン中！end*/
	
	#plan .business-set-plan .set-plan-box01 .set-plan-txt-flex {
		flex-wrap: wrap;
		gap: 0 10px;
		justify-content: center;
		margin: 10px 0 10px 0;
	}
	#plan .business-set-plan .set-plan-box01 .set-plan-txt-flex .set-price-case {
		font-size: 1.6rem;
	}
	#plan .business-set-plan .set-plan-box01 .set-plan-txt-flex .set-price01 {
		font-size: 1.6rem;
	}
	#plan .business-set-plan .set-plan-box01 .set-plan-txt-flex .set-price02 {
		font-size: 2.7rem;
	}
	#plan .business-set-plan .set-plan-box01 .set-plan-txt-flex .set-price02 span.yen {
		font-size: 1.8rem;
	}

	#plan .business-set-plan .point-list-title {
		font-size: 1.6rem;
		padding: 20px 0 0 0;
	}

	#plan .business-set-plan .point-list{
		margin: 10px 0 20px;
	}
	#plan .business-set-plan .point-list li{
		padding: 10px 15px;
	}
	#plan .business-set-plan .business-set-plan-last p:last-of-type {
		padding: 0 0 0 0;
	}
}

/*parts配下 option ビジネスページのみ表示テキスト*/
#plan .business-only {
	display: none;
}
#plan.business .business-only,
#plan.website .business-only{
	display: block;
	margin: 30px 0 0 0;
}
#plan.business .business-only .title,
#plan.website .business-only .title {
	background: #ddd;
    padding: 3px 8px;
	display: inline-block;
	margin: 0 0 10px 0;
}

/* -----------------------------
	20250603 追加コンテンツ 各プランページ
-------------------------------- */
.plan-cmn-studio{
	margin: 180px 0 110px;
	position: relative;
	/*display: none;*/
}
.plan-cmn-studio::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 906px;
    background: url(../img/plan-line01.png) no-repeat center / contain;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
}
.plan-cmn-studio::after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 906px;
    background: url(../img/plan-line02.png) no-repeat center / contain;
    top: 800px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
}
.plan-cmn-studio .txt-deco{
	font-size:15rem;
	color: #313332;
	right: -180px;
	top: 50px;
	transform: rotateZ( 90deg );
}

/*テキストと画像をflex表示*/
.plan-cmn-studio-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
}
.plan-cmn-studio-flex.re {
	flex-direction: row-reverse;
	margin-bottom: 100px;
}
.plan-cmn-studio .txt-area{
	/*width: 590px;*/
	width: calc( 100% - 650px );
	padding: 0 0 0;
	margin: 0 0 0 0;
}
.plan-cmn-studio .section-catch{
	/*padding: 40px 0 0;*/
	padding: 0 0 0;
}
.plan-cmn-studio .basic-txt{
	/*padding: 20px 0 0;*/
	padding: 30px 0 0;
	line-height: 2;
}

/*スライドエリア*/
.slider-studio{
    /*width:70%;*/
	width: 600px;
    margin:0 0;
}
.slider-studio img { 
	width:100%;
}
.slider-studio .slick-slide {
	height:auto!important; 
}
.slider-studio .slick-arrow{ 
	z-index:2!important; 
} /* 矢印の位置を調整 */
.slider-studio .slick-arrow {
    width: initial!important;
    height: initial!important;
    z-index:2!important;
    transform: rotate(90deg);
    top: initial;
    left: initial!important;
    right: 0!important;
}
.slider-studio .slick-arrow:before{ font-size: 50px; }
.slider-studio .slick-prev{ top: 0; }
.slider-studio .slick-next{ bottom: 0; }

/* ドットの位置を調整 */
.slider-studio .slick-dots{
    width: 50px;
    right: 0;
    bottom: initial;
    top: 50%;
	transform: translateY(-50%);
}

/*スライド画像*/
.plan-cmn-studio .image.loop-img img {
    /*width: 100%;
	max-height: 1000px;
	object-fit: cover;
	object-position: center;*/
}

@media screen and (max-width: 1500px){
	/*.plan-cmn-studio::before{
		width: 600px;
	}*/
	.plan-cmn-studio .txt-deco{
		font-size: 12rem;
		right: -150px;
	    top: 30px;
	}
}

@media screen and (max-width: 768px){
	.plan-cmn-studio{
		margin: 100px 0 50px;
	}
	.plan-cmn-studio::before {
    	content: '';
    	position: absolute;
    	width: 100vw;
    	height: 906px;
    	background: url(../img/plan-line01.png) no-repeat center / cover;
    	top: -10px;
    	left: 50%;
    	transform: translateX(-50%);
    	-webkit-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	z-index: -1;
	}
	.plan-cmn-studio::after{
		content: '';
		position: absolute;
		width: 100vw;
		height: 906px;
		background: url("../img/plan-line02.png") no-repeat center / contain;
		top: 500px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		z-index: -1;
	}
	.plan-cmn-studio .txt-deco{
		font-size:5.5rem;
		right: -4px;
		top: -65px;
		bottom: auto;
		transform: rotateZ( 0 );
	}

	/*テキストと画像をflex表示*/
	.plan-cmn-studio-flex {
		flex-wrap: wrap;
		gap: 10px;
		flex-direction: column;
	}
	.plan-cmn-studio-flex.re {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.plan-cmn-studio .txt-area{
		width: 100%;
		padding: 0 0 0;
		margin: 0 0 0 0;
	}

	.plan-cmn-studio .section-catch{
		font-size: 2rem;
		padding: 15px 0 20px;
	}
	.plan-cmn-studio .basic-txt{
		/*display: none;*/
		padding: 20px 0 0;
		line-height: 1.8;
	}
	
	/*スライドエリア*/
	.slider-studio{
		width: 100%;
		margin:0 0;
	}
	.slider-studio img { 
		width:100%;
	}
	.slider-studio .slick-slide {
		height:auto!important; 
	}
	.slider-studio .slick-arrow{ 
		z-index:2!important; 
	} /* 矢印の位置を調整 */
	.slider-studio .slick-arrow {
		width: initial!important;
		height: initial!important;
		z-index:2!important;
		transform: rotate(90deg);
		top: initial;
		left: initial!important;
		right: 0!important;
	}
	.slider-studio .slick-arrow:before{ font-size: 50px; }
	.slider-studio .slick-prev{ top: 0; }
	.slider-studio .slick-next{ bottom: 0; }

	/* ドットの位置を調整 */
	.slider-studio .slick-dots{
		width: 50px;
		right: 0;
		bottom: initial;
		top: 50%;
		transform: translateY(-50%);
	}

	/*スライド画像*/
	/*.plan-cmn-studio .image.loop-img img {
		width: 100%;
		max-height: 400px;
		height: 400px;
		object-fit: contain;
		object-position: center;
	}
	.plan-cmn-studio .image{
		width: 100%;
		margin: 100px 0 0;
		padding: 0 ;
		min-height: 400px;
		max-height: 400px;
	}*/

}

/* -----------------------------
	20250603 追加コンテンツ 
-------------------------------- */
.sum-up-area{
	margin: 100px 0 200px;
	padding: 50px 0 0 0;
	position: relative;
}
.sum-up-area::before{
	content: '';
    position: absolute;
    width: 900px;
    height: 733px;
    background: url("../img/hairmakeup-sumup01.png") no-repeat center / contain;
    right: -50px;
    top: -105px;
    z-index: 0;
}

.sum-up-area .txt-area {
	
}
.sum-up-area .txt-area h2.catch {
	font-size: 3.2rem;
    font-weight: bold;
    line-height: 1.7;
	padding: 0 0 50px;
}
.sum-up-area .txt-area p.basic-txt {
	padding: 0 0 0;
	font-size: 1.8rem;
	line-height: 2.2;
}
.sum-up-area .txt-area p.basic-txt.last {
	padding: 20px 0 0;
}

@media screen and (max-width: 1600px){
	.sum-up-area::before{
		width: 780px;
		top: -155px;
	}
}

@media screen and (max-width: 768px){
	.sum-up-area{
		margin: 50px 0 50px;
		padding: 0 0 0;
	}
	.sum-up-area::before{
		background-size: contain;
		width: 300px;
		height: 281px;
		top: -70px;
	}
	
	.sum-up-area .txt-area {

	}
	.sum-up-area .txt-area h2.catch {
		font-size: 2.2rem;
		padding: 0 0 20px;
	}
	.sum-up-area .txt-area p.basic-txt {
		font-size: 1.6rem;
	}
	.sum-up-area .txt-area p.basic-txt.last {
		padding: 20px 0 0;
	}
	
}


/*20250828 Web写真ページのみ※投稿されたら表示にする*/
#plan.website .gallery-area {
	display: none;
}
#plan.website .flow-area {
	margin: 0 0 0;
}