/* ▼ 下層ページMV */
#page-mv {
	position: relative;
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#page-mv .mv-bg {
	position: absolute;
	inset: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
}
#page-mv .page-ttl-box {
	text-align: center;
	color: #fff;
}
#page-mv .mv-slug {
	display: block;
	font-size: 4.4rem;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Josefin Sans";
}
#page-mv .mv-title {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.95;
	letter-spacing: 0.1em;
}

/* ▼ 米山プリンセスページMV */
#page-mv.mv-yoneyama {
	height: 650px;
	align-items: flex-end;
	padding-bottom: 40px;
}

#page-mv.mv-yoneyama .page-ttl-box {
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	padding: 15px 30px;
	border-radius: 8px;
}

/* ▼ 下層ページ */
section.section01 .sec-inner {
	padding: 120px 0 0;
}
section.section01 .content-box {
	margin: 0;
}
section.section01 .content-box .contents {
	display: flex;
	justify-content: center;
	gap: 50px;
	align-items: center;
	background: #fff;
	padding: 0 20px 120px 20px;
}
section.section01 .content-box .contents:nth-child(2n) {
	flex-direction: row-reverse;
	background: #EBEBEB;
}
section.section01 .content-box .contents .contents-img {
	position: relative;
	width: 690px;
	top: -40px;
}
section.section01 .content-box .contents .contents-text {
	max-width: 600px;
	width: 100%;
	top: -40px;
}
section.section01 .content-box .contents .contents-text .ttl {
	font-size: 2.4rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.625;
}
section.section01 .content-box .contents .contents-text .txt {
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2.0;
	margin-top: 24px;
}
@media screen and (max-width: 767px) {
	section.section01 .content-box .contents ,
	section.section01 .content-box .contents:nth-child(2n) {
		flex-direction: column;
		padding: 0 0 70px;
		gap: 40px;
	}
	section.section01 .content-box .contents .contents-img {
		width: 100%;
		top: 0;
	}
	section.section01 .content-box .contents .contents-text {
		padding: 0 20px;
	}
	section.section01 .content-box .contents .contents-text .ttl {
		font-size: 1.8rem;
	}
	section.section01 .content-box .contents .contents-text .txt {
		font-size: 1.4rem;
	}

}

section.section02 .sec-inner {
	padding: 0;
}
section.section02 .content-width {
	padding: 0 50px;
	max-width: 1440px;
	width: 100%;
}
section.section02 .content-box {
	display: flex;
	justify-content: space-between;
	margin: 0;
}
section.section02 .content-box .contents {
	width: 440px;
}
section.section02 .content-box .contents .contents-img {
	width: 100%;
}
section.section02 .content-box .contents .text-box {
	padding: 25px 27px 28px 27px;
	background-color: #fff;
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.6;
	width: 360px;
	position: relative;
	top: -30px;
}
@media screen and (max-width: 767px) {
	section.section02 .content-width {
		padding: 0 20px;
	}
	section.section02 .content-box {
		flex-direction: column;
	}
	section.section02 .content-box .contents {
		width: 100%;
	}
	section.section02 .content-box .contents .text-box {
		width: 100%;
		font-size: 1.4rem;
	}
}


.mainvisual.special-only {
  background-image: url(../images/page/yoneyama-princess_mv.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 767px) {
	.mainvisual.special-only {
		background-image: url(../images/page/yoneyama-princess_mv_sp.png);
		height: 320px;
	}
}

#yoneyama-princess .princess-content {
	position: relative;
	z-index: 2;
	top: -15px;
	text-align: center;
}
#yoneyama-princess .princess-en-title {
	font-size: 6.4rem;
	font-weight: 600;
	margin-bottom: 13px;
	font-family: "Josefin Sans";
	line-height: 1;
}
#yoneyama-princess .lead-text {
	font-size: 2.4rem;
	font-weight: 500;
	margin-bottom: 30px;
}
#yoneyama-princess .princess-text {
	margin-top: 25px;
}
#yoneyama-princess .princess-text p {
	font-size: 1.4rem;
	font-weight: 400;
}
#yoneyama-princess .princess-text .lead {
	margin-top: 15px;
	font-weight: 500;
	font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
	#yoneyama-princess .princess-en-title {
		font-size: 4.8rem;
	}
	#yoneyama-princess .lead-text {
		font-size: 1.7rem;
		margin-bottom: 20px;
	}
	#yoneyama-princess .lead-text {
		margin-top: 20px;
		text-align: left;
	}
	#yoneyama-princess .princess-text p {
		font-size: 1.4rem;
		text-align: left;
	}
	#yoneyama-princess .princess-text .lead {
		font-size: 1.8rem ;
		text-align: left;
	}
}
#yoneyama-princess #top-news {
	padding-top: 95px;
}


#about .sec-ttl h2 {
	display: block;
	font-size: 3.2rem;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0;
	font-family: "Josefin Sans";
}
#about .sec-ttl .sub-ttl {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.95;
	letter-spacing: 0.1em;
}
#about .sec-ttl .sub-ttl span {
	padding: 0 20px;
	position: relative;
}
#about .sec-ttl .sub-ttl span::before,
#about .sec-ttl .sub-ttl span::after {
	content: "";
	width: 10px;
	height: 0.5px;
	background-color: #000;
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
}
#about .sec-ttl .sub-ttl span::before {
	left: 0;
}
#about .sec-ttl .sub-ttl span::after {
	right: 0;
}
#about .content-box .content-img img {
	width: 100%;
}
#about .content-box .text-box .ttl {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.95;
	letter-spacing: 0.1em;
}
#about .content-box .text-box .txt {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.95;
	letter-spacing: 0.1em;
}
#about .philosophy, 
#about .schedule {
	background-color: #fff;
}
#about .philosophy .content-box .text-box {
	text-align: center;
	margin-top: 50px;
}
#about .message .content-box .text-box {
	margin-top: 50px;
}
#about .content-box .text-box .txt {
	margin-top: 40px;
}
#about .content-box .text-box .txt p + p {
	margin-top: 30px;
}

#about .sec-ttl img {
	width: 7%;
}
.schedule-list {
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-top: 60px;
}

.schedule-item {
  display: flex;
  gap: 84px;
  align-items: flex-start;
}

.schedule-img img {
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: cover;
}

.schedule-text {
  flex: 1;
}

.schedule-month {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1rem;
}
.schedule-month::after {
  content: '月';
  font-size: 2.4rem;
}

.work-title {
  font-weight: bold;
  margin-top: 1rem;
}
.work-desc {
  margin-left: 1em;
  line-height: 1.8;
}
#about .message .txt-name {
	text-align: right;
}
#about .company .content-box .img-box img {
	width: 100%;
}

@media screen and (max-width: 767px) {
	.schedule-item {
		flex-direction: column;
		justify-content: center;
		gap: 20px;
	}
	.schedule-img {
		text-align: center;
		margin: 0 auto;
	}
	#about .sec-ttl img {
	width: 17%;
	}
	#about .content-box .text-box .txt {
		text-align: left;
	}
}
