@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-LSM */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
@font-face {
    font-family: 'googlesansflex';
    font-style: normal;
    src: url('../font/googlesansflex.ttf')  format('truetype');
}
@font-face {
    font-family: 'zenkakugothicantique-light';
    font-style: normal;
	font-weight: 300;
    src: url('../font/zenkakugothicantique-light.ttf')  format('truetype');
}
@font-face {
    font-family: 'zenkakugothicantique-regular';
    font-style: normal;
	font-weight: 400;
    src: url('../font/zenkakugothicantique-regular.ttf')  format('truetype');
}
@font-face {
    font-family: 'zenkakugothicantique-medium';
    font-style: normal;
	font-weight: 500;
    src: url('../font/zenkakugothicantique-medium.ttf')  format('truetype');
}
@font-face {
    font-family: 'zenkakugothicantique-bold';
    font-style: normal;
	font-weight: 700;
    src: url('../font/zenkakugothicantique-bold.ttf')  format('truetype');
}
@font-face {
    font-family: 'zenkakugothicantique-black';
    font-style: normal;
	font-weight: 900;
    src: url('../font/zenkakugothicantique-black.ttf')  format('truetype');
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 120rem;
	box-sizing: content-box;
	position: relative;
	z-index: 5;
}
@media all and (max-width: 896px) {
	.content {
		margin: 0;
		padding: 0 3.4rem;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 0 auto;
	max-width: 22.8rem;
}
.comBtn a {
	position: relative;
	z-index: 1;
	color: #FFF;
	font-size: 1.4rem;
	text-align: center;
	display: block;
}
.comBtn a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/common/com_btn_bg01.png) no-repeat center center / 100% 100%;
	content: '';
	z-index: -1;
	transition: background 0.3s;
}
.comBtn .sub {
	padding: 0.1rem 0 0 0.9rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	min-height: 6.5rem;
	letter-spacing: 0.08em;
	background: url(../img/common/icon02.png) no-repeat left 3.6rem top calc(50% + 0.1rem) / 2.5rem,url(../img/common/icon03.png) no-repeat right 2.8rem top calc(50% + 0.1rem) / 0.7rem;
}
@media all and (min-width: 897px) {
	.comBtn a:hover::before {
		background-image: url(../img/common/com_btn_bg01_over.png);
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		max-width: 19.1rem;
	}
	.comBtn a::before {
		background: url(../img/common/com_btn_bg01_sp.png) no-repeat center center / 100% 100%;
	}
	.comBtn .sub {
		min-height: 5.4rem;
		background: url(../img/common/icon02.png) no-repeat left 2.4rem top calc(50% + 0.1rem) / 2.5rem,url(../img/common/icon03.png) no-repeat right 2.6rem top calc(50% + 0.1rem) / 0.7rem;
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 4rem
}
.comLinkList li {
	padding: 1.5rem 0 1.6rem;
	width: 23rem;
	background: #F7E2D2;
	border-radius: 1rem;
}
.comLinkList li .logoBox {
	margin: 0 auto 1.3rem;
	width: fit-content;
	height: 4.8rem;
}
.comLinkList li .logoBox img {
	height: 100%;
}
.comLinkList li .comBtn {
	max-width: 19rem;
}
.comLinkList li .comBtn a .sub {
	padding: 0 0 0 0.9rem;
	min-height: 4.3rem;
	background: url(../img/common/icon04.png) no-repeat left 1.9rem center / 2.7rem,url(../img/common/icon03.png) no-repeat right 1.8rem center / 0.7rem;
}
@media all and (min-width: 897px) {
	.comLinkList li .comBtn a:hover::before {
		background-image: url(../img/common/com_btn_bg02_over.png);
	}
}
@media all and (max-width: 896px) {
	.comLinkList {
		display: block;
	}
	.comLinkList li {
		margin: 0 auto 1.5rem;
	}
	.comLinkList li:last-child {
		margin-bottom: 0;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 3.8rem;
	text-align: center;
}
.headLine01 .en {
	display: block;
	font-size: 3rem;
	font-weight: 500;
	font-family: 'googlesansflex';
	letter-spacing: 0.08em;
}
.headLine01 .jp {
	margin-top: 0.6rem;
	display: block;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.09em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 2.8rem;
	}
	.headLine01 .en {
		font-size: 2rem;
	}
	.headLine01 .jp {
		margin-top: 0;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comBannerBox
------------------------------------------------------------*/
.comBannerBox {
	margin: 0 auto;
	padding: 2.8rem 0;
	max-width: 100rem;
	position: relative;
	background: url(../img/common/banner_bg01.png) no-repeat center center / cover;
	box-sizing: border-box;
	z-index: 6;
}
.comBannerBox .enText {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 2rem;
	width: 3.8rem;
	height: 15rem;
	color: #FFF;
	font-family: 'googlesansflex';
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: center;
}
.comBannerBox .enText.style01 {
	left: auto;
	right: 2rem;
	transform: translateY(-50%) rotate(180deg);
}
.comBannerBox .inner {
	background: #FCF9F6;
	margin: 0 auto;
	padding: 2.5rem 3.5rem 1.9rem;
	max-width: 85rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.comBannerBox .inner .textBox {
	margin-top: -2.2rem;
	width: calc(100% - 36rem);
}
.comBannerBox .inner .textBox .title {
	margin-bottom: 2.3rem;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.53;
}
.comBannerBox .inner .textBox .title .top {
	margin-bottom: -0.8rem;
	display: block;
}
.comBannerBox .inner .textBox .title .number {
	margin:  0 0.8rem 0 0.6rem;
	font-size: 6rem;
	vertical-align: -0.5rem;
}
.comBannerBox .inner .textBox .title small {
	font-size: 2.4rem;
}
.comBannerBox .inner .textBox .title .bgText {
	background: -webkit-linear-gradient(#F6E2DA, #F6E2DA) repeat-x center bottom / 100% 1.5rem;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.comBannerBox .inner .textBox .textUl {
	margin-bottom: 2.8rem;
}
.comBannerBox .inner .textBox .textUl li {
	margin-bottom: 1.8rem;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}
.comBannerBox .inner .textBox .textUl li:last-child {
	margin-bottom: 0;
}
.comBannerBox .inner .textBox .textUl li .tag {
	margin-right: 1.2rem;
	padding: 0.5rem 0;
	width: 8.2rem;
	letter-spacing: 0.08em;
	border: 1px solid #595757;
	text-align: center;
	line-height: 1.2;
}
.comBannerBox .inner .textBox .textUl li .text {
	letter-spacing: 0.1em;
}
.comBannerBox .inner .textBox .textUl li .text .number {
	font-size: 2rem;
	font-family: 'googlesansflex';
	font-weight: 600;
}
.comBannerBox .inner .textBox .textUl li .textImg {
	width: 23.1rem;
}
.comBannerBox .inner .photoBox {
	width: 34.5rem;
}
.comBannerBox .inner .photoBox .textUl {
	margin: 2rem -2.2rem 1.4rem -7rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 2rem;
}
.comBannerBox .inner .photoBox .textUl li {
	padding: 0.6rem 0.6rem 0.3rem 0.8rem;
	background: #F6E2DA;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	position: relative;
}
.comBannerBox .inner .photoBox .textUl li::before {
	margin-top: 1px;
	position: absolute;
	top: 50%;
	left: -1.4rem;
	transform: translateY(-50%);
	width: 0.9rem;
	height: 1rem;
	background: url(../img/common/icon05.png) no-repeat left top / 100%;
	content: '';
}
.comBannerBox .inner .photoBox .textUl li:first-child::before {
	display: none;
}
.comBannerBox .inner .photoBox .textUl li .line {
	text-decoration: underline;
}
.comBannerBox .inner .photoBox .smallText {
	margin: 0 -2.2rem 0 -7rem;
	font-size: 1.4rem;
	text-align: center;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.comBannerBox {
		margin: 0;
		padding: 4.5rem 1.7rem 4.6rem;
		max-width: inherit;
		background-image: url(../img/common/banner_bg01_sp.png);
	}
	.comBannerBox .enText {
		top: 1.4rem;
		transform: translateX(-50%);
		left: 50%;
		width: auto;
		height: auto;
		font-size: 1.4rem;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
	}
	.comBannerBox .enText.style01 {
		top: auto;
		bottom: 1rem;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
	}
	.comBannerBox .inner {
		margin: 0 auto;
		padding: 0.2rem 1.5rem 2.5rem;
		max-width: inherit;
		display: block;
	}
	.comBannerBox .inner .textBox {
		margin-top: 0;
		width: auto;
	}
	.comBannerBox .inner .textBox .title {
		margin-bottom: 1.4rem;
		font-size: 2.1rem;
		line-height: 1.48;
		text-align: center;
	}
	.comBannerBox .inner .textBox .title .top {
		margin-bottom: 0;
	}
	.comBannerBox .inner .textBox .title .number {
		margin:  0 0.4rem 0 0.3rem;
		font-size: 4rem;
		vertical-align: -0.2rem;
	}
	.comBannerBox .inner .textBox .title small {
		font-size: 1.7rem;
	}
	.comBannerBox .inner .textBox .title .bgText {
		background: -webkit-linear-gradient(#F6E2DA, #F6E2DA) repeat-x center bottom / 100% 1.2rem;
	}
	.comBannerBox .inner .textBox .textUl {
		margin-bottom: 2.1rem;
	}
	.comBannerBox .inner .textBox .textUl li {
		margin-bottom: 0.6rem;
	}
	.comBannerBox .inner .textBox .textUl li .tag {
		margin-right: 1rem;
		padding: 0.4rem 0;
		width: 7.7rem;
	}
	.comBannerBox .inner .textBox .textUl li .text {
		margin-right: -1rem;
		padding-top: 0.4rem;
		letter-spacing: 0.1em;
		width: calc(100% - 7.7rem);
		line-height: 1.3;
	}
	.comBannerBox .inner .textBox .textUl li:has(.textImg) {
		display: block;
	}
	.comBannerBox .inner .textBox .textUl li .textImg {
		margin: 0.7rem 0 0 0.6rem;
		width: 23.1rem;
	}
	.comBannerBox .inner .photoBox {
		margin-bottom: 1.1rem;
		width: auto;
	}
	.comBannerBox .inner .photoBox .photo {
		margin: 0 1.7rem;
		aspect-ratio: 218 / 140;
	}
	.comBannerBox .inner .photoBox .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.comBannerBox .inner .photoBox .textUl {
		margin: 1.4rem 0 0.3rem;
		gap: 0.4rem 1.5rem;
		justify-content: center;
	}
	.comBannerBox .inner .photoBox .textUl li {
		margin-bottom: 0;
		padding: 0.3rem 0.4rem 0.3rem;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.comBannerBox .inner .photoBox .textUl li::before {
		left: -1.2rem;
	}
	.comBannerBox .inner .photoBox .smallText {
		margin: 0;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	position: absolute;
	top: -3.1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 98rem;
}
.comBgBox img {
	width: 7.1rem;
}
.comBgBox.right {
	text-align: right;
}
@media all and (min-width: 1600px) {
	.comBgBox {
		width: 116rem;
	}
}
@media all and (max-width: 896px) {
	.comBgBox {
		top: -4rem;
		left: 2rem;
		transform: none;
		width: auto !important;
	}
	.comBgBox img {
		width: 4.6rem;
	}
	.comBgBox.right {
		left: auto;
		right: 2.9rem;
	}
}
/*------------------------------------------------------------
	dotBox
------------------------------------------------------------*/
.dotBox {
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 3.6rem;
	z-index: 50;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: all ease 1s;
}
.dotBox.show {
	opacity: 1;
	visibility: visible;
}
.dotBox .enText {
	margin-bottom: 2rem;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-family: 'googlesansflex';
	font-size: 1.2rem;
	letter-spacing: 0.05em;
}
.dotBox .dotUl li {
	margin-bottom: 0.8rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: #aeacac;
	cursor: pointer;
	position: relative;
}
.dotBox .dotUl li a {
	position: absolute;
	inset: -0.5rem;
}
.dotBox .dotUl li:last-child {
	margin-bottom: 0;
}
.dotBox .dotUl li.on {
	background: #595757;
}
@media all and (max-width: 896px) {
	.dotBox {
		left: 1rem;
	}
	.dotBox .enText {
		margin-bottom: 0.8rem;
		font-size: 1rem;
		height: 5.5rem;
		letter-spacing: 0.04em;
	}
	.dotBox .dotUl li {
		margin-bottom: 0.7rem;
		width: 0.4rem;
		height: 0.4rem;
	}
}
/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
.comLink {
	width: 26.3rem;
}
.comLink a,
.comLink span {
	padding: 0.5rem 4rem 0.5rem 1rem;
	min-height: 5.7rem;
	background: #e99f90 url(../img/common/icon03.png) no-repeat right 3rem center / 0.7rem;
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	border-radius: 2.8rem;
	box-shadow: 0.3rem 0.3rem 0.5rem rgba(0, 0, 0, 0.15);
	transition: background 0.3s;
}
@media all and (min-width: 897px) {
	.comLink a:hover,
	a:hover .comLink span {
		background-color: #f2c4bb;
	}
}
@media all and (max-width: 896px) {
	.comLink {
		margin: 0 auto;
		width: 22.6rem;
	}
	.comLink a,
	.comLink span {
		padding: 0.5rem 3rem 0.5rem 1rem;
		min-height: 4.6rem;
		letter-spacing: 0.08em;
		background: #e99f90 url(../img/common/icon03.png) no-repeat right 1.5rem center / 0.6rem;
	}
}
/*------------------------------------------------------------
	comPhotoArea
------------------------------------------------------------*/
.comPhotoArea {
	position: relative;
}
.comPhotoArea .comBgBox {
	top: -4.6rem !important;
	width: 111.2rem !important;
}
.comPhotoArea .comBgBox img {
	width: 7.6rem !important;
}
.comPhotoArea::before {
	position: absolute;
	top: -45rem;
	left: 0;
	width: 100%;
	height: 141.4rem;
	background : linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 38.42%, rgba(255, 255, 255, 0.2) 79.08%, rgba(255, 255, 255, 0) 100%);
	content: '';
}
.comPhotoArea .inner {
	position: relative;
	margin: 0 auto;
	max-width: 98.6rem;
	padding-top: 8.9rem;
}
.comPhotoArea .photo {
	position: absolute;
	top: 0;
	right: 0;
	width: 37.7rem;
}
.comPhotoArea .innPhoto {
	margin: 0 auto;
	max-width: 90rem;
}
.comPhotoArea .enText {
	position: absolute;
	bottom: 2.2rem;
	right: -1rem;
	font-weight: 300;
	font-family: 'googlesansflex';
	font-size: 1.4rem;
	letter-spacing: 0.1em;
	-webkit-writing-mode : tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	width: 2.1rem;
	height: 22.4rem;
	letter-spacing: 0.08em;
}
.comPhotoArea .bgArea {
	position: absolute;
	bottom: -11.2rem;
	left: 50%;
	transform: translateX(-50%);
	width: 113.4rem;
	z-index: 5;
}
.comPhotoArea .bgArea img {
	width: 28.8rem;
}
.comPhotoArea.style01 {
	margin-bottom: 14.1rem;
}
.comPhotoArea.style01::before {
	display: none;
}
.comPhotoArea.style01 .photo {
	right: auto;
	left: 0;
}
.comPhotoArea.style01 .inner {
	padding-top: 10.9rem;
}
.comPhotoArea.style01 .comBgBox {
	top: -5.6rem !important;
	width: 102rem !important;
}
.comPhotoArea.style01 .comBgBox img {
	width: 11.9rem !important;
}
.comPhotoArea.style01 .enText {
	bottom: auto;
	top: 11.5rem;
}
.comPhotoArea.style01 .bgArea {
	bottom: -8.2rem;
	width: 106rem;
}
@media all and (min-width: 1600px) {
	.comPhotoArea .comBgBox {
		width: 128rem !important;
	}
	.comPhotoArea.style01 .comBgBox {
		width: 139.2rem !important;
	}
}
@media all and (max-width: 896px) {
	.comPhotoArea .comBgBox {
		top: 2.2rem !important;
		width: auto !important;
		left: 4.9rem;
	}
	.comPhotoArea .comBgBox img {
		width: 3.7rem !important;
	}
	.comPhotoArea::before {
		display: none;
	}
	.comPhotoArea .inner {
		margin: 0 0.9rem;
		max-width: inherit;
		padding-top: 8.9rem;
	}
	.comPhotoArea .photo {
		position: absolute;
		top: 3.5rem;
		right: -7.2rem;
		width: 19.2rem;
	}
	.comPhotoArea .photo img {
		width: 100%;
	}
	.comPhotoArea .innPhoto {
		margin: 0;
		max-width: inherit;
	}
	.comPhotoArea .innPhoto img {
		width: 100%;
	}
	.comPhotoArea .enText {
		margin-top: 1.4rem;
		position: static;
		font-size: 0.9rem;
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
		width: auto;
		height: auto;
		text-align: right;
		letter-spacing: 0.02em;
	}
	.comPhotoArea .bgArea {
		bottom: -3rem;
		left: -3rem;
		transform: none;
		width: 13.8rem;
	}
	.comPhotoArea .bgArea img {
		width: 100%;
	}
	.comPhotoArea.style01 {
		margin-bottom: 5.6rem;
	}
	.comPhotoArea.style01 .photo {
		right: auto;
		left: -9rem;
		width: 19.4rem;
	}
	.comPhotoArea.style01 .inner {
		margin: 0 -1rem 0 2.5rem;
		padding-top: 7.4rem;
	}
	.comPhotoArea.style01 .comBgBox {
		top: 0.8rem !important;
		width: auto !important;
		right: 2.9rem;
		transform: none;
	}
	.comPhotoArea.style01 .comBgBox img {
		width: 4.8rem !important;
	}
	.comPhotoArea.style01 .enText {
		margin-top: 0.8rem;
	}
	.comPhotoArea.style01 .bgArea {
		bottom: -3.2rem;
		left: -0.6rem;
		width: 12.6rem;
	}
}
/*------------------------------------------------------------
	popBox
------------------------------------------------------------*/
.popBox {
	margin: 0 auto;
	padding: 3rem 0 2.6rem;
	max-width: 100rem;
	background: #FFF;
	border-radius: 5rem;
	position: relative;
	box-shadow : 0.4rem 0.4rem 0.8rem rgba(119, 114, 88, 0.25);
	opacity: 0;
	transform: scale(0.96);
	transition: opacity 0.24s cubic-bezier(.39, .575, .565, 1),transform 0.24s cubic-bezier(.37, .13, 0, 1.38);
}
.popBox .close {
	position: absolute;
	top: 4rem;
	right: 3.5rem;
	width: 4.9rem;
	cursor: pointer;
	transition: opacity 0.3s;
}
@media all and (min-width: 897px) {
	.popBox .close:hover {
		opacity: 0.7;
	}
}
.popBox .topTitle {
	margin-bottom: 1.3rem;
	font-size: 2rem;
	letter-spacing: 0.08em;
	text-align: center;
}
.popBox .photoList {
	padding: 0 4.1rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.popBox .photoList li {
	position: relative;
	padding: 0.5rem 0 1.4rem 2.2rem;
}
.popBox .photoList li:first-child,
.popBox .photoList li:nth-child(2) {
	border-bottom: 0.2rem solid #E1E1E1;
}
.popBox .photoList li:nth-child(2n-1) {
	width: 47.4%;
}
.popBox .photoList li:nth-child(2n-1)::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	border-right: 0.2rem solid #E1E1E1;
	content: '';
}
.popBox .photoList li:first-child::before {
	top: 1.7rem;
}
.popBox .photoList li:nth-child(2n) {
	padding-left: 4.4rem;
	flex: 1;
}
.popBox .photoList li .number {
	margin-bottom: -2.2rem;
	position: relative;
	width: fit-content;
	font-family: 'googlesansflex';
	font-size: 4rem;
	letter-spacing: 0.08em;
}
.popBox .photoList li .number::before {
	position: absolute;
	left: 0.4rem;
	top: 2.2rem;
	width: 5.6rem;
	height: 5.7rem;
	background: url(../img/common/line01.png) no-repeat left top / 100%;
	content: '';
}
.popBox .photoList li .subBox {
	margin-left: 6.4rem;
}
.popBox .photoList li:nth-child(2n) .subBox {
	margin-left: 5.8rem;
}
.popBox .photoList li .title {
	margin-bottom: 1.9rem;
	font-size: 2rem;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.popBox .photoList li .text {
	margin-bottom: 1.5rem;
	font-size: 1.4rem;
	line-height: 1.45;
	letter-spacing: 0.08em;
}
.popBox .photoList li .text.style01 {
	margin: -0.6rem 0 2.7rem;
	font-size: 1.5rem;
}
.popBox .photoList li .text .bgText {
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	background: -webkit-linear-gradient(#F6E2DA,#F6E2DA) repeat-x center bottom / 100% 1.2rem;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}
.popBox .photoList li .text sup {
	vertical-align: 0.1rem;
}
.popBox .photoList li .subBox.style01 {
	margin-top: -3rem;
}
.popBox .photoList li .subBox.style01 .title {
	margin-bottom: 1.3rem;
}
.popBox .photoList li .textImg {
	margin: -0.2rem 0 0 -0.2rem;
	max-width: 38.7rem;
}
.popBox .photoList li .photo {
	margin: 0 auto;
	width: 23rem;
}
.popBox .photoList li .photo01 {
	margin: 4.9rem auto 0;
	padding-right: 6.5rem;
	max-width: 19.3rem;
	box-sizing: content-box;
}
.popBox .photoList li .textImg01 {
	margin: 0 auto;
	max-width: 43.8rem;
}
.popBox02 .photoList li {
	padding-bottom: 3.4rem;
}
.popBox02 .photoList li .textImg {
	margin: 1.5rem 0 0 0.7rem;
	max-width: 38.9rem;
}
.popBox02 .photoList li .photo {
	margin-top: -0.9rem;
}
.popBox02 .photoList li.spec {
	padding-top: 1.8rem;
	width: 100%;
}
.popBox02 .photoList li.spec::before {
	display: none;
}
.popBox02 .photoList li.spec .title {
	margin-bottom: 0.8rem !important;
}
.popBox02 .photoList li.spec .textImg01 {
	margin-top: -10.2rem;
    max-width: 80.7rem;
    box-sizing: content-box;
    padding-left: 6.7rem;
}
.videoArea {
	padding-top: 5.2rem;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
}
.videoArea .close {
	right: 5rem;
	top: 0.5rem;
}
.videoArea .subArea {
	margin: 0 auto;
	max-width: 90rem;
	background: #A4A3A3;
	aspect-ratio: 16/9;
	line-height: 0;
}
.videoArea .subArea iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mfp-bg {
	opacity: 1 !important;
	background: rgba(255, 255, 255, 0.45) !important;
}
.mfp-content {
	padding: 10rem 2rem !important;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content .popBox {
	opacity: 1;
	transition-delay: 0.24s;
	transition-duration: 0.32s;
	transform: scale(1);
}
@media all and (max-width: 896px) {
	.popBox {
		margin: 0;
		padding: 2.6rem 0 2.6rem;
		max-width: inherit;
	}
	.popBox .topLink {
		position: absolute;
		bottom: 2.7rem;
		right: 2.4rem;
		width: 2.6rem;
	}
	.popBox .close {
		top: 2.3rem;
		right: 1.5rem;
		width: 4.3rem;
	}
	.popBox .topTitle {
		margin-bottom: 2.6rem;
		font-size: 1.6rem;
	}
	.popBox .photoList {
		padding: 0 3rem;
		display: block;
	}
	.popBox .photoList li {
		margin-bottom: 3rem;
		position: relative;
		padding: 0 0 1.1rem !important;
		width: auto !important;
		border-bottom: 1px solid #E1E1E1 !important;
	}
	.popBox .photoList li:last-child {
		margin-bottom: 0;
		padding-bottom: 0 !important;
		border-bottom: none !important;
	}
	.popBox .photoList li:first-child,
	.popBox .photoList li:nth-child(2) {
		border-bottom: none;
	}
	.popBox .photoList li:nth-child(2n-1)::before {
		display: none;
	}
	.popBox .photoList li:first-child::before {
		display: none;
	}
	.popBox .photoList li .number {
		margin: 0 0 -3.7rem 0.3rem;
		font-size: 3rem;
	}
	.popBox .photoList li .number::before {
		left: 0.3rem;
		top: 2.2rem;
		width: 2.4rem;
		height: 2.4rem;
		background: url(../img/common/line01_sp.png) no-repeat left top / 100%;
	}
	.popBox .photoList li .subBox {
		margin-left: 2rem !important;
	}
	.popBox .photoList li .title {
		margin: 0 0 1rem;
		font-size: 1.6rem;
		line-height: 1.625;
		text-align: center;
		min-height: 3.8rem;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: center;
	}
	.popBox .photoList li .text {
		margin: 0 -1rem 1.4rem -2.2rem;
		font-size: 1.2rem;
		line-height: 1.55;
		text-align: center;
	}
	.popBox .photoList li .text.style01 {
		margin: 1.9rem 0 1.8rem -2.2rem;
		font-size: 1.2rem;
	}
	.popBox .photoList li .text .bgText {
		font-size: 1.4rem;
		letter-spacing: 0.1em;
		background: -webkit-linear-gradient(#F6E2DA,#F6E2DA) repeat-x center bottom / 100% 1.1rem;
	}
.popBox .photoList li .text sup {
	vertical-align: 0.1rem;
}
.popBox .photoList li .subBox.style01 {
	margin-top: -3rem;
}
.popBox .photoList li .subBox.style01 .title {
	margin-bottom: 1.3rem;
}
	.popBox .photoList li .textImg {
		margin: -0.8rem -0.1rem 0 0;
		max-width: inherit;
	}
	.popBox .photoList li .textImg img {
		width: 100%;
	}
	.popBox .photoList li .photo {
		margin: 0 3.6rem 0 3.7rem;
		width: auto;
	}
	.popBox .photoList li .photo img {
		width: 100%;
	}
	.popBox .photoList li .photo01 {
		margin: 2rem 7rem 0;
		padding-right: 0;
		max-width: inherit;
	}
	.popBox .photoList li .photo01 img {
		width: 100%;
	}
	.popBox .photoList li .textImg01 {
		margin: 2.2rem -2.3rem 0 -2.2rem;
		max-width: inherit;
	}
	.popBox .photoList li .textImg01 img {
		width: 100%;
	}
	.popBox02 .photoList li {
		padding-bottom: 3.2rem !important;
	}
	.popBox02 .photoList li .textImg {
		margin: -0.4rem -0.1rem 0 0.3rem;
		max-width: inherit;
	}
	.popBox02 .photoList li .textImg img {
		width: 100%;
	}
	.popBox02 .photoList li.spec .textImg01 {
		margin: 2rem -2.3rem 0 -2.2rem;
		max-width: inherit;
		box-sizing: content-box;
		padding-left: 0;
	}
	.videoArea .close {
		right: -1.4rem;
		top: -1.5rem;
	}
	.videoArea .subArea {
		margin: 0 -1.6rem;
		max-width: inherit;
	}
	.mfp-content {
		padding: 10rem 2.7rem !important;
	}
}
/*------------------------------------------------------------
	fade
------------------------------------------------------------*/
.fadeInUp {
    opacity: 0;
	transform: translate(0,30px);
	-webkit-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s;
}
.fadeInUp.on {
    opacity: 1;
	transform: translate(0, 0);
}