@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainImg {
	position: relative;
	height: 100svh;
	z-index: 1;
	min-height: 600px;
	background-color: #fff;
}
#main .mainImg .fooList,
#main .mainImg .fooList .slick-list,
#main .mainImg .fooList .slick-track,
#main .mainImg .fooList .slick-slide,
#main .mainImg .fooList .slick-slide > div {
	height: 100%;
}
#main .mainImg .fooList li {
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 100%;
	transform: scale(1);
	will-change: transform;
}
#main .mainImg .fooList li.active {
	transform: scale(1.2);
	transition: linear 9.5s;
}
#main .mainImg .fooList .li01 {
	background-image: url(../img/index/main_img03.jpg);
}
#main .mainImg .fooList .li02 {
	background-image: url(../img/index/main_img02.jpg);
}
#main .mainImg .fooList .li03 {
	background-image: url(../img/index/main_img01.jpg);
}
#main .mainImg .slick-dots {
	position: absolute;
	bottom: 3.7rem;
	right: max(2.9166vw,4.2rem);
	z-index: 1;
}
#main .mainImg .slick-dots li {
	cursor: pointer;
	margin: 0 0.3rem;
	display: inline-block;
	width: 5rem;
	height: 0.5rem;
	border-radius: 0;
	background-color: #D3C9B6;
}
#main .mainImg .slick-dots li button {
	display: none;
}
#main .mainImg .slick-dots li.slick-active {
	background-color: #A0823C;
}
#main .visuals {
	padding-bottom: 8.2rem;
	position: relative;
	z-index: 1;
	background: url(../img/common/bg01.png) repeat left top;
	background-size: 100% auto;
}
#main .visuals .content {
	position: relative;
}
#main .visuals .bigPhoto {
	margin-bottom: 5rem;
}
#main .visuals h2 {
	font-size: 4rem;
	color: #AA9066;
	line-height: 1.125;
	text-align: center;
	font-weight: 400;
	margin: 0 auto 12.1rem;
	width: fit-content;
	padding: 0 15rem;
	background: url(../img/index/img03.png) no-repeat left top calc(50% + 0.7rem),url(../img/index/img04.png) no-repeat right top calc(50% + 0.7rem);
	background-size: 13.3rem auto;
}
#main .visuals h2 span {
	display: inline-block;
	position: relative;
}
#main .visuals h2 span::before {
	width: 2rem;  
	aspect-ratio: 40 / 67;
	background: url(../img/index/img01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	top: 0;
	left: -3.7rem;
	content: ""; 
}
#main .visuals h2 span:after {
	width: 2rem;  
	aspect-ratio: 40 / 67;
	background: url(../img/index/img02.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: -1.7rem;
	right: -3.7rem;  
	content: ""; 
}
#main .comInner {
	z-index: 1;
	xmax-width: 66.2rem;
	max-width: 76.2rem;
	margin: 0 auto 18.5rem;
	position: relative;
	padding-top: 3.9rem;
	/* background: url(../img/index/bg01.png) no-repeat center top;
	background-size: 100% auto; */
}
#main .comInner:after {
	width: 100%;  
	height: 100%;
	background: url(../img/index/bg01_bottom.png) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;  
	bottom: 0;
	left: 0;
	z-index: -1;
	content: ""; 
}
#main .comInner::before {
	width: 100%;  
	height: 5rem;
	background: url(../img/index/bg01.png) no-repeat center bottom;
	background-size: 100% auto;
	position: absolute;  
	top: -5rem;
	left: 0;
	z-index: -1;
	content: ""; 
}
#main .comInner .textBox {
	padding: 0 2rem 2.7rem 7.3rem;
	position: relative;
	top: -2.9rem;
	margin-bottom: -2.9rem;
}
#main .visuals .comInner p {
	margin-bottom: 3.5rem;
	line-height: 2.1875;
}
#main .visuals .comInner p:last-child {
	margin-bottom: 0;
}
#main .visuals .comInner .img01 {
	position: absolute;
	top: -10.1rem;
	right: -15.6rem;
	z-index: -2;
	width: 20.7rem;
}
#main .visuals .photo01 {
	width: 38.4rem;
	position: absolute;
	bottom: -2rem;
	xright: -20.3rem;
	right: -19.3rem;
	z-index: 1;
}
#main .visuals .photo02 {
	position: absolute;
	top: 9.8rem;
	left: -12rem;
	width: 54.3rem;
	z-index: -2;
}
#main .visuals .photo02 span {
	position: absolute;
	bottom: -2.4rem;
	right: 23.1rem;
	width: 14.9rem;
}
#main .visuals .linkUl {
	padding: 0 5.5rem;
	display: flex;
	flex-wrap: wrap;
	gap: 11rem;
}
#main .visuals .linkUl li {
	width: calc((100% - (11rem *2 + 0.1rem)) / 3);
}
#main .visuals .linkUl li:nth-child(2) {
	transition-delay: .4s !important;
}
#main .visuals .linkUl li:nth-child(3) {
	transition-delay: .6s !important;
}
#main .visuals .linkUl a {
	height: 100%;
	padding: 1rem 1rem 2.6rem;
	display: block;
	text-align: center;
	background: url(../img/common/icon02.png) no-repeat center bottom 1rem #fff;
	background-size: 1.5rem auto;
	border: 1px solid #EADBC5;
	border-radius: 0.4rem;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.05);
}
#main .visuals .linkUl a:hover {
	opacity: 0.7;
}
#main .visuals .linkUl .linkImg {
	display: block;
	width: 10.8rem;
	margin: -7rem auto -2.2rem;
	position: relative;
}
#main .visuals .linkUl span {
	display: block;
	color: #aa9066;
}
#main .visuals .linkUl .en {
	font-size: 6rem;
	margin-bottom: -1.1rem;
	color: #efd99c;
	line-height: 1;
}
#main .visuals .linkUl .item02 .en {
	color: #f0e4a9;
}
#main .visuals .linkUl .item03 .en {
	color: #c7dfef;
}
#main .visuals .linkUl .item03 .linkImg img {
	margin-right: -4rem;
}
#main .galley {
	padding-bottom: 7.1rem;
	position: relative;
	z-index: 1;
	background-color: #FFF7E6;
}
#main .galley .content {
	position: relative;
}
#main .galley:after {
	width: 100%;  
	height: 2px;
	background-color: #AA9066;
	position: absolute;  
	top: 0.7rem;
	left: 0;
	content: ""; 
}
#main .galley::before {
	width: 100%;  
	height: 5px;
	background-color: #AA9066;
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
}
#main .galley .bigPhoto {
	text-align: center;
	margin: 0 0 5rem;
}
#main .galley p {
	line-height: 2.1875;
	text-align: center;
}
/* #main .bgBox {
	z-index: 1;
	position: relative;
	background: url(../img/common/bg02.png) no-repeat center bottom;
	background-size: cover;
} */
#main .galleyInner {
	padding: 9rem 0 6.5rem;
	position: relative;
	z-index: 1;
	background: url(../img/common/bg02.png) no-repeat center bottom;
	background-size: cover;
}
#main .galleyInner .photo01 {
	top: -22.5rem;
	left: 1.7rem;
	width: 14.9rem;
	position: absolute;
}
#main .galleyInner .photo02 {
	width: 26.6rem;
	top: -19.5rem;
	right: -1.6rem;
	position: absolute;
}
#main .galleyList {
	margin-bottom: 1.7rem;
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
}
#main .galleyList a {
	display: block;
}
#main .galleyList a:hover {
	opacity: 0.7;
}
#main .galleyList li {
	width: calc((100% - (4rem * 2 + 0.1rem)) / 3);
}
#main .galleyList li:nth-child(2) {
	margin-top: 3rem;
	transition-delay: .4s !important;
}
#main .galleyList li:nth-child(3) {
	margin-top: 7rem;
	transition-delay: .6s !important;
}
#main .galleyList .photo {
	margin-bottom: 0.5rem;
	position: relative;
}
#main .galleyList .photo span {
	display: block;
	position: absolute;
	bottom: 1.9rem;
	right: 1.8rem;
	width: 3.9rem;
}
#main .galleyList p {
	font-size: 1.5rem;
	color: #93897D;
	text-decoration: underline;
}
#main .galleyDl {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 2.8rem;
}
#main .galleyDl dt {
	width: 17.5rem;
}
#main .galleyDl dd {
	width: 25.6rem;
}
#main .galleyDl a:hover {
	opacity: 0.7;
}
#main .sales {
	padding-bottom: 8rem;
	position: relative;
	z-index: 1;
	background: url(../img/common/bg01.png) repeat left top;
	background-size: 100% auto;
}
#main .sales .bigPhoto {
	margin-bottom: 3.3rem;
}
#main .sales .content {
	max-width: 68.9rem;
	box-sizing: content-box;
}
#main .sales:after {
	width: 100%;  
	height: 2px;
	background-color: #AA9066;
	position: absolute;  
	top: 0.7rem;
	left: 0;
	content: ""; 
}
#main .sales::before {
	width: 100%;  
	height: 5px;
	background-color: #AA9066;
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
}
#main .sales .headLine01 {
	margin: 0 0 4.8rem;
	width: fit-content;
}
#main .sales .headLine01 .en {
	background-image: url(../img/index/img20.png),url(../img/index/img21.png);
	background-size: 1.8rem auto;
}
#main .sales p {
	line-height: 2.1875;
}
#main .sales .imgBox {
	margin-bottom: -17.3rem;
	position: relative;
}
#main .sales .flower {
	position: absolute;
	bottom: 19.5rem;
	left: -15.8rem;
	width: 16.9rem;
}
#main .sales .imgBox .photoBox {
	width: 66.5rem;
	margin: -5.2rem -32.2rem 0 -4rem;
}
#main .sales .imgBox .lBox {
	padding-bottom: 25rem;
	padding-left: 3.7rem;
	position: relative;
	flex: 1;
}
#main .sales .comInner {
	margin: 0;
	max-width: inherit;
}
#main .sales .flower02 {
	position: absolute;
	bottom: -1.1rem;
	right: -10.6rem;
	width: 14.9rem;
}
#main .sales .comInner .subBox {
	padding: 0 8.6rem 5.3rem;
}
#main .sales .comInner h3 {
	font-weight: 400;
	position: relative;
	top: -4rem;
	margin-bottom: -2.4rem;
	text-align: center;
	font-size: 4rem;
	color: #EA2A2A;
}
#main .sales .comInner p {
	margin-bottom: 2rem;
	text-align: center;
}
#main .sales .comSnsList {
	padding-right: 0.7rem;
}
#main .infoSec .infoImg {
	position: relative;
	z-index: 1;
	padding: 4rem;
	text-align: center;
	background-color: #FFF7E6;
}
#main .infoSec .infoImg img {
	width: 22.5rem;
	margin: 0 auto;
}
#main .infoSec .bigPhotoBox {
	position: relative;
	/* aspect-ratio: 2880 / 1760; */
	padding: 69rem 0 10vw;
}
#main .infoSec .bigPhoto .innerBox {
	position: absolute;
	bottom: 12%;
	left: 0;
	width: 100%;
}
#main .infoSec .bigPhoto .photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#main .infoSec .bigPhoto .photo > img {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	object-fit: cover;
}
#main .infoSec .comInner {
	max-width: 97.2rem;
	margin: 0 auto;
	padding: 0 9.6rem 4.2rem;
}
#main .infoSec .comInner .headLine01 {
	position: relative;
	margin-bottom: 3.2rem;
}
#main .infoSec .comInner .headLine01 .en {
	background-image: url(../img/index/img20.png),url(../img/index/img21.png);
}
#main .infoSec .comInner .centerTxt {
	margin-bottom: 2rem;
	text-align: center;
	line-height: 2.1875;
}
#main .exibitionList {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
}
#main .exibitionList > li {
	padding: 1rem;
	background-color: #fff;
	width: calc((100% - 4rem) / 2);
}
#main .exibitionList .subList {
	margin-bottom: 1.2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 2rem 2.8rem;
}
#main .exibitionList .subList:not(.subList02) li {
	width: calc((100% - 2.8rem) / 2);
}
#main .exibitionList .subList:not(.subList02) .liStyle {
	width: calc((100% - 4.2rem) / 2);
}
#main .exibitionList .subList li p {
	text-align: center;
	font-size: 1.5rem;
}
#main .exibitionList dl {
	padding: 0.6rem 0.5rem 1rem 2rem;
	max-width: 27.5rem;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	color: #aa9066;
	border: 1px solid #AA9066;
}
#main .exibitionList dt {
	flex-shrink: 0;
	margin-right: 1.5rem;
}
#main .exibitionList .subList02 {
	margin-bottom: 1rem;
	display: block;
}
#main .exibitionList .subList02 li p {
	padding: 0.2rem 1rem 0;
	display: flex;
	justify-content: space-between;	
}
#main .special {
	padding: 7rem 0 7.3rem;
	position: relative;
	background-color: #D0D6C8;
}
#main .special .content {
	position: relative;
}
#main .special .flower {
	position: absolute;
	top: -10.8rem;
	right: 2.9rem;
	width: 23.2rem;
	z-index: 1;
}
#main .special:after {
	width: 100%;  
	height: 2px;
	background-color: #AA9066;
	position: absolute;  
	top: 0.7rem;
	left: 0;
	content: ""; 
}
#main .special::before {
	width: 100%;  
	height: 5px;
	background-color: #AA9066;
	position: absolute;  
	top: 0;
	left: 0;
	content: ""; 
}
#main .special p {
	padding-top: 0.4rem;
	text-align: center;
	line-height: 2.1875;
}
#main .doll {
	padding: 5.1rem 0 11.2rem;
	background: url(../img/common/bg03.png) repeat left top;
	background-size: 100% auto;
}
#main .doll .content {
	position: relative;
}
#main .doll .flower {
	position: absolute;
	top: -14.1rem;
	left: 9.1rem;
	width: 14.9rem;
}
#main .doll .flower2 {
	position: absolute;
	bottom: -17.4rem;
	right: 11.6rem;
	z-index: 1;
	width: 9.6rem;
}
#main .doll .imgBox {
	align-items: center;
}
#main .doll .imgBox .lBox {
	width: 41.2%;
	margin: 0 1rem 0 0.9rem;
}
#main .doll .imgBox .lBox img {
	width: 100%;
}
#main .doll .imgBox .rBox {
	padding-top: 2rem;
	flex: 1;
}
#main .doll .imgBox h3 {
	margin-bottom: 2.3rem;
	font-size: 3.08rem;
	color: #e5c18c;
	font-weight: 400;
	text-align: center;
}
#main .doll .imgBox h3 small {
	margin-bottom: -0.5rem;
	display: block;
	font-size: 2.2rem;
}
#main .doll .imgBox p {
	margin-bottom: 3.5rem;
	text-align: center;
	font-weight: 400;
	color: #e5c18c;
	line-height: 2.1875;
}
#main .doll .imgBox p:last-child {
	margin-bottom: 0;
}
.mfp-wrap {
	overflow: hidden auto;
	overscroll-behavior: contain;
}
.mfp-close {
	cursor: pointer !important;
}


@media all and (min-width: 768px) {
	#main .infoSec .comInner::before {
		background-image: url(../img/index/bg02.png);
	}
	#main .infoSec .comInner::after {
		background-image: url(../img/index/bg02_bottom.png);
	}
}

@media all and (max-width: 767px) {
	#main .mainImg {
		min-height: 600px;
	}
	#main .mainImg .slick-dots {
		right: auto;
		left: 50%;
		bottom: 0.6rem;
		transform: translateX(-50%);
	}
	#main .mainImg .fooList .li01 {
		background-image: url(../img/index/main_img03_sp.jpg);
	}
	#main .mainImg .fooList .li02 {
		background-image: url(../img/index/main_img02_sp.jpg);
	}
	#main .mainImg .fooList .li03 {
		background-image: url(../img/index/main_img01_sp.jpg);
	}
	#main .visuals .bigPhoto{
		margin: 0 -0.9rem 3.5rem;
	}
	#main .visuals .bigPhoto img {
		width: 100%;
	}
	#main .visuals h2 {
		margin-bottom: 3.3rem;
		padding: 0;
		background: none;
		font-size: 3rem;
		line-height: 1.2;
	}
	#main .visuals h2 span::before {
		left: -1.0rem;
		top: -2.4rem;
	}
	#main .visuals h2 span::after {
		bottom: -2.8rem;
		right: -1.1rem;
	}
	#main .visuals .photo02 {
		margin: 0 -8.5rem 9.8rem -1.5rem;
		width: auto;
		position: relative;
		top: auto;
		left: auto;
	}
	#main .visuals .photo02 > img {
		width: 100%;
	}
	#main .comInner::before {
		background-image: url(../img/index/bg01_sp.png);
		background-size: 100% 100%;
	}
	#main .comInner::after {
		background-image: url(../img/index/bg01_bottom_sp.png);
	}
	#main .comInner {
		margin-bottom: -3.8rem;
		max-width: inherit;
	}
	#main .comInner .textBox {
		padding: 0 2.5rem 2.8rem 3.5rem;
	}
	#main .visuals {
		padding-bottom: 6.1rem;
		background-image: url(../img/common/bg01_sp.png);
	}
	#main .visuals .comInner .img01 {
		top: -13.2rem;
		right: -4.9rem;
		width: 19.3rem;
	}
	#main .visuals .photo02 span {
		right: auto;
		left: 1.3rem;
    	width: 9.5rem;
		bottom: -4.1rem;
	}
	#main .visuals .photo01 {
		position: relative;
		bottom: auto;
		right: auto;
		width: auto;
		margin: 0 0.5rem 0 2.5rem;
	}
	#main .visuals .photo01 img {
		width: 100%;
	}
	#main .visuals .linkUl {
		padding: 12rem 3.5rem 0;
		flex-direction: column;
		gap: 8.3rem;
	}
	#main .visuals .linkUl li {
		width: 100%;
	}
	#main .galley .headLine01 .en {
		color: #EFD99C;
	}
	#main .galley .bigPhoto {
		margin-bottom: 5.2rem;
	}
	#main .galley p {
		text-align: left;
		margin: 0 2.5rem;
		padding-top: 0.3rem;
	}
	#main .bgBox {
		background-image: url(../img/common/bg02_sp.png);
	}
	#main .galley {
		padding-bottom: 5.2rem;
	}
	#main .galleyInner {
		padding: 8rem 1.5rem 6.2rem;
	}
	#main .galleyInner .photo01 {
		top: -13.2rem;
		left: -1.7rem;
		width: 9.9rem;
	}
	#main .galleyInner .photo02 {
		width: 18.4rem;
		right: -2.9rem;
		top: -14.2rem;
	}
	#main .galleyList {
		margin-bottom: 3.4rem;
		flex-direction: column;
		gap: 3.3rem;
	}
	#main .galleyList li {
		margin: 0 !important;
		width: 100%;
	}
	#main .galleyList p {
		font-size: 1.5rem;
	}
	#main .galleyList .photo {
		margin-bottom: 0.7rem;
	}
	#main .galleyDl {
		gap: 0 2.2rem;
	}
	#main .sales .bigPhoto {
		margin: 0 -0.9rem 3.2rem;
	}
	#main .sales .bigPhoto img {
		width: 100%;
	}
	#main .sales .imgBox {
		margin-bottom: -14.3rem;
		display: block;
	}
	#main .sales .imgBox .lBox {
		padding: 0 2.0rem 3.2rem;
	}
	#main .sales .headLine01 {
		margin: 0 auto 4.8rem;
	}
	#main .sales .headLine01 .en {
		margin-bottom: 0;
	}
	#main .sales p {
		margin-left: 0.5rem;
	}
	#main .sales .imgBox .photoBox {
		position: relative;
		width: auto;
		margin: 0 -18.7rem 0 -2.1rem;
	}
	#main .sales .imgBox .photoBox img {
		width: 100%;
	}
	#main .sales .flower {
		display: block;
		top: -0.7rem;
		left: -1rem;
		width: 21.7%;
		bottom: 0;
	}
	#main .sales .comInner .subBox {
		padding: 0 2rem 7rem;
	}
	#main .sales {
		z-index: 2;
		padding-bottom: 6rem;
	}
	#main .lineBox:has(.sales)::before {
		z-index: 3;
	}
	#main .sales .comInner h3 {
		margin-bottom: 0rem;
		font-size: 3.5rem;
		line-height: 1.14;
		top: -2.8rem;
	}
	#main .sales .comInner p {
		margin-bottom: 2.4rem;
	}
	#main .sales .flower02 {
		bottom: -7.7rem;
		right: -0.7rem;
		width: 11.9rem;
	}
	#main .infoSec .bigPhotoBox {
		padding: 0;
		aspect-ratio: 750 / 1000;
	}
	#main .special .flower {
		width: 16.1rem;
		top: -13.3rem;
		right: -4.8rem;
	}
	#special {
		margin-top: 7rem !important;
	}
	#main .special {
		padding: 6.8rem 0 7.4rem;
	}
	#main .special p {
		padding-top: 0.7rem;
		margin: 0 3rem 0 3.5rem;
		text-align: left;
	}
	#main .doll {
		padding: 3.7rem 0 11.4rem;
		background-image: url(../img/common/bg03_sp.png);
	}
	#main .doll .flower {
		width: 12rem;
		left: 1.6rem;
		top: -9.4rem;
	}
	#main .doll .imgBox {
		display: block;
	}
	#main .doll .imgBox h3 {
		margin-bottom: 1.6rem;
		line-height: 1.3;
	}
	#main .doll .imgBox h3 small {
		margin-bottom: 0.1rem;
	}
	#main .doll .imgBox .lBox {
		width: auto;
		margin: 0 1.6rem 0.6rem -0.5rem;
	}
	#main .doll .imgBox p {
		text-align: left;
		margin: 0 2rem 3.5rem 2.5rem;
	}
	#main .doll .flower2 {
		right: 0rem;
		width: 7.6rem;
		bottom: -14.1rem;
	}
	#main .infoSec .bigPhoto {
		padding-top: 7.6rem;
	}
	#main .infoSec .bigPhoto .innerBox {
		position: static;
		padding: 0 1.5rem;
	}
	#main .infoSec .comInner {
		max-width: inherit;
		padding: 2.7vw 4vw 13.9vw;
	}
	#main .infoSec .comInner::before {
		height: 3.7rem;
		top: -3.7rem;
	}
	#main .infoSec .comInner .headLine01 {
		margin-bottom: 2.8rem;
	}
	#main .exibitionList {
		gap: 1.4rem;
		flex-direction: column;
	}
	#main .exibitionList > li {
		width: 100%;
		padding: 0.8rem;
	}
	#main .exibitionList .subList {
		gap: 2rem 2.3rem;
		margin-bottom: .8rem;
	}
	#main .exibitionList .subList:not(.subList02) li {
		width: calc((100% - 2.3rem) / 2);
	}
	#main .exibitionList .subList:not(.subList02) .liStyle {
		width: calc((100% - 3.4rem) / 2);
	}
	#main .exibitionList .subList:not(.subList02) .subPhoto {
		aspect-ratio: 274 / 190;
		position: relative;
	}
	#main .exibitionList .subList:not(.subList02) .subPhoto img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#main .exibitionList .subList:not(.subList02) .liStyle .subPhoto {
		aspect-ratio: 261 / 190;
	}
	#main .exibitionList .subList li p {
		font-size: 1.4rem;
		margin-top: -0.2rem;
	}
	#main .exibitionList .subList02 li p {
		padding: 0 2rem;
	}
	#main .exibitionList .subList02 {
		margin-bottom: 1.3rem;
	}

}
