@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
/* loading */
.loading {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: linear-gradient(to bottom, #5B00AA, #3067E2);
	opacity: 0;
	visibility: hidden;
}
.loading.active {
	opacity: 1;
	visibility: visible;
}
.loading .loadInner {
	margin-top: -6.5rem;
	width: 24.5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.loading .logoBox {
	padding-bottom: 1.6rem;
	margin-bottom: 3.1rem;
	position: relative;
	height: 24rem;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.5s;
}
.loading.active .logoBox {
	opacity: 1;
}
.loading .logoBox .logo {
	width: 18.7rem;
}
.loading.active .logoBox .logo {
	animation: blinking 2s linear infinite 0.2s;
}
.loading .logoTxt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.loading.active .logoTxt {
	animation: circRot 10s linear infinite 0.2s;
}
.loading .progress {
	margin: 0 auto;
	width: 15rem;
	height: 0.5rem;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 1rem;
	overflow: hidden;
	position: relative;
}
.loading .progressBar {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	background-color: #fff;
}
.loading .progressNum {
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 500;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -3.2rem;
}
@media all and (max-width: 768px) {
	.loading .loadInner {
		margin-top: -11rem;
		width: 20.4rem;
	}
	.loading .logoBox {
		padding-bottom: 1.1rem;
		margin-bottom: 5.2rem;
		height: 20rem;
	}
	.loading .logoBox .logo {
		width: 15.5rem;
	}
}
@keyframes circRot {
	0% { 
		transform: rotate(0deg);
	}
	100% { 
		transform: rotate(360deg);
	}
}
@keyframes blinking {
	0% { 
		opacity: 1;
	}
	40% { 
		opacity: 0;
	}
	80% { 
		opacity: 1;
	}
	100% { 
		opacity: 1;
	}
}
#main .conts {
	position: relative;
	z-index: 1;
	margin-top: 100svh;
	background-color: #fff;
}
/* mainVisual */
#main .mainVisual {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100svh;
	overflow: hidden;
}
#main .mainVisual .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #000;
}
#main .mainVisual .slider .imgItem {
	height: 100svh;
}
#main .mainVisual .slider .imgItem img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .mainVisual .slider .animate img {
	animation: slideimg 11s forwards linear;
}
#main .mainVisual ul {
	font-size: 0;
	line-height: 1;
}
@keyframes slideimg {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
@keyframes slideimg2 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.1);
	}
}
#main .mainVisual .slick-dots {
	position: absolute;
	top: 23.1%;
	right: 3rem;
	font-size: 0;
	line-height: 1;
	z-index: 10;
}
#main .mainVisual .slick-dots li {
	display: block;
	width: 0.5rem;
	height: 7.1rem;
	margin: 0.6rem 0;
	background-color: #E6E6E6;
	overflow: hidden;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
}
#main .mainVisual .slick-dots li::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 100%;
	background-color: #93111B;
	content: '';
	z-index: 1;
}
#main .mainVisual .slick-dots .active::before {
	height: 100%;
	transition: all 8s linear;
}
#main .mainVisual .slick-dots button {
	display: none;
}
#main .mainVisual .title {
	width: 14.7rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: -3rem 0 0 -57rem;
}
#main .mainVisual .title img {
	width: 100%;
}
#main .mainVisual .textImg {
	width: 121.3rem;
	position: absolute;
	bottom: 2.8rem;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 8.3rem;
}
#main .mainVisual .textImg.fadeUp {
	transform: translate(-50%,4rem);
}
#main .mainVisual .textImg.isShow {
	transform: translate(-50%,0);
}
@media all and (min-width: 769px) {
	#main .mainVisual .slick-dots li:hover {
		background-color: #93111B;
	}
}
@media all and (max-width: 768px) {
	#main .mainVisual .slick-dots {
		top: 11.5%;
		right: 1.8rem;
	}
	#main .mainVisual .slick-dots li {
		width: 0.3rem;
		height: 4rem;
		margin: 0.8rem 0;
	}
	#main .mainVisual .textImg {
		width: 33.8rem;
		/*bottom: 1.8rem;*/
		bottom: 5.8rem;
		margin-left: 0;
		max-height: 36vh;
	}
	#main .mainVisual .title {
		/*width: 10.3rem;*/
		width: 9.3rem;
		/*top: 50%;*/
		top: 48%;
		left: 0;
		transform: translate(0,-50%);
		margin: -6.2rem 0 0 0.8rem;
		max-height: 54vh;
	}
	#main .mainVisual .textImg img,
	#main .mainVisual .title img {
		max-height: 100%;
	}
}


/* formidable */
#main .formidable {
	padding: 6.5rem 0 3.4rem;
	color: #fff;
	background : linear-gradient(0deg, rgba(48, 103, 226, 1) 0%, rgba(91, 0, 170, 1) 100%);
	font-size: 1.6rem;
	text-align: center;
}
#main .formidable .title {
	text-align: center;
	margin-bottom: 3.3rem;
}
#main .formidable .title img {
	width: 100%;
	max-width: 80.5rem;
}
#main .formidable .content {
	padding: 6.1rem 0 6.7rem;
}
@media all and (max-width: 768px) {
	#main .formidable {
		padding: 4.6rem 0 4.6rem;
		font-size: 1.6rem;
	}
	#main .formidable .content {
		padding: 3.6rem 0 5.2rem;
		margin: 0 1rem;
	}
	#main .formidable .title img {
		max-width: 33rem;
	}
	#main .formidable .title {
		margin-bottom: 4.5rem;
	}
}


/* enList */
#main .enList {
	line-height: 1;
	font-size: 0;
}
#main .enList li {
	margin: 0 2rem;
}
#main .enList img {
	height: 11.6rem;
	max-width: inherit;
}
@media all and (max-width: 768px) {
	#main .enList img {
		height: 8rem;
	}
}

/* aboutBox */
#main .aboutBox {
	color: #fff;
	background-color: #803fc4;
}
#main .aboutBox .photo {
	order: 5;
}
@media all and (max-width: 768px) {
	#main .aboutBox {
		padding: 6rem 0 10.1rem;
	}
}


/* imgBox */
#main .imgBox {
	display: flex;
	align-items: center;
}
#main .imgBox .photo {
	width: calc(50% + 13rem);
}
#main .imgBox .photo img {
	width: 100%;
}
#main .imgBox .textBox {
	margin-top: -0.1rem;
	flex: 1;
	margin-right: -29.8rem;
	position: relative;
	order: 3;
}
#main .imgBox .innerBox {
	width: 100%;
	max-width: 77rem;
	margin-left: auto;
}
#main .imgBox .photo a {
	display: block;
}
@media all and (min-width: 769px) {
	#main .imgBox .photo a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 768px) {
	#main .imgBox {
		display: block;
	}
	#main .imgBox .textBox {
		margin-top: 0;
		padding: 0;
		margin-right: 0;
	}
	#main .imgBox .photo {
		width: auto;
		margin: 0 0 0 -5.9rem;
	}
	#main .imgBox .moreBox {
		margin: 3.7rem 1.8rem 0;
	}
}

/* showBox */
#main .showBox {
	color: #fff;
	background-color: #803fc4;
	position: relative;
}
#main .showBox::before,
#main .showBox::after {
	width: 6rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000000;
	content: "";
	z-index: 10;
}
#main .showBox::after {
	right: 0;
	left: auto;
}
#main .showBox .title {
	position: absolute;
	top: 1.8rem;
	left: 0.9rem;
	width: 4.1rem;
	z-index: 11;
}
#main .showBox .titleImg {
	position: absolute;
	bottom: 26.4rem;
	right: 1rem;
	width: 4.1rem;
	z-index: 11;
}
#main .bodyBox {
	padding: 7.5rem 0 5rem;
	position: relative;
}
#main .bodyBox::after {
	width: 55rem;
	height: 88.5rem;
	position: absolute;
	top: 0;
	left: 5.9rem;
	background: url("../img/index/bg01.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .bodyBox .content {
	position: relative;
	z-index: 10;
}
#main .bodyBox .photo {
	position: absolute;
	top: -16rem;
  	left: -13.7rem;
	width: 64rem;
}
#main .bodyBox .rightBox {
	width: 97rem;
	margin-left: auto;
}
#main .bodyBox .listUl {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
	gap: 5.3rem 3.6rem;
	position: relative;
}
#main .bodyBox .listUl::before {
	display: block;
	width: calc((100% - 10.8rem) / 4);
	content: "";
}
#main .bodyBox .listUl li {
	width: calc((100% - 10.8rem) / 4);
}
#main .bodyBox .listUl a {
	display: block;
	color: #fff;
	font-weight: 500;
	text-align: center;
}
#main .bodyBox .listUl img {
	width: 100%;
	border-radius: 2.4rem;
	transition: 0.3s;
}
#main .bodyBox .listUl .image {
	border-radius: 3.2rem;
	border: 0.8rem solid #5b00aa;
	background-color: #fff;
}
#main .bodyBox .listUl .txt {
	margin-top: 2.2rem;
	font-size: 1.5rem;
	position: relative;
}
#main .bodyBox .listUl .txt::after {
	width: 0.1rem;
	height: 3.6rem;
	position: absolute;
	bottom: calc(100% + 0.4rem);
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	content: "";
}
#main .closeBtn {
	position: relative;
}
#main .closeBtn::after {
	width: 4.6rem;
	height: 5.9rem;
	position: absolute;
	bottom: 0.4rem;
	right: 1.1rem;
	background: url("../img/index/close_btn.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .showBox .imgBox {
	align-items: flex-start;
	padding-right: 11.5rem;
}
#main .showBox .imgBox .textBox {
	margin: 0 5.6rem 0 0;
	padding: 0;
	flex: 1;
	position: relative;
	z-index: 15;
}
#main .showBox .imgBox .photo {
	margin-top: 2.4rem;
	width: 47rem;
	border-radius: 3rem;
	border: 0.8rem solid #5b00aa;
	box-sizing: border-box;
	overflow: hidden;
	order: 3;
}
#main .showBox .imgBox .photo a {
	display: block;
	position: relative;
}
#main .showBox .imgBox .closeBtn::after {
	right: 1.9rem;
}
@media all and (min-width: 769px) {
	#main .bodyBox .listUl a:hover .image img {
		opacity: 0.7;
	}
	#main .bodyBox .listUl a:hover .txt {
		opacity: 0.7;
	}
}
@media all and (max-width: 768px) {
	#main .bodyBox .photo {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		margin: 0 -7rem 3.1rem -7.3rem;
	}
	#main .bodyBox .photo img {
		width: 100%;
		margin-top: -3.2rem;
	}
	#main .bodyBox .rightBox {
		width: auto;
	}
	#main .showBox::before,
	#main .showBox::after {
		display: none;
	}
	#main .showBox .title {
		top: 1.7rem;
		left: 1rem;
		width: 2.9rem;
		z-index: 6;
	}
	#main .bodyBox {
		padding: 0 0 3.7rem;
		z-index: 5;
		background-color: #803fc4;
	}
	#main .bodyBox::before {
		width: 4.5rem;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #000000;
		content: "";
		z-index: 5;
	}
	#main .bodyBox::after {
		display: none;
	}
	#main .bodyBox .listUl::before {
		display: none;
	}
	#main .bodyBox .listUl {
		margin: 0 0.7rem;
		gap: 2.7rem 2.5rem;
	}
	#main .bodyBox .listUl li {
		width: calc((100% - 2.5rem) / 2);
	}
	#main .bodyBox .listUl .image {
		border-radius: 3rem;
		border-width: 0.5rem;
		background-color: transparent;
	}
	#main .bodyBox .listUl img {
		border-radius: 2.6rem;
	}
	#main .bodyBox .listUl .txt {
		margin-top: 1.5rem;
	}
	#main .bodyBox .listUl .txt::after {
		height: 2.5rem;
		bottom: calc(100% + 0.2rem);
	}
	#main .closeBtn::after {
		width: 3.2rem;
		height: 4.1rem;
		bottom: 1.1rem;
		right: 0.8rem;
	}
	#main .showBox .imgBox .textBox {
		margin: 0 0 22.5rem;
		padding: 0 0 0 4.1rem;
		position: relative;
	}
	#main .showBox .imgBox .photo {
		width: auto;
		margin: 0;
		border-width: 0.5rem;
	}
	#main .showBox .imgBox::before {
		width: 0.1rem;
		height: auto;
		position: absolute;
		top: 8.6rem;
		bottom: 1.2rem;
		left: 1.5rem;
		background-color: #fff;
		content: "";
		z-index: 12;
	}
	#main .showBox .titleImg {
		bottom: 17.8rem;
		right: 0.5rem;
		width: 2.9rem;
	}
}


/* h3Title */
#main .h3Title {
	margin-bottom: 1.9rem;
	font-size: 3.5rem;
	font-weight: 700;
}
#main .h3Title .inner {
	padding: 0 2.6rem 0 4.5rem;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
#main .h3Title img {
	width: 3.5rem;
	position: absolute;
	bottom: 0.7rem;
	left: 0.2rem;
}
#main .h3Title small {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
}
#main .h3Title .inner::after {
	width: 37.3rem;
	height: 0.1rem;
	position: absolute;
	bottom: 0.7rem;
	left: 100%;
	background-color: #fff;
	content: "";
}
@media all and (max-width: 768px) {
	#main .h3Title .inner {
		padding: 0;
	}
	#main .h3Title img {
		width: 3.5rem;
		bottom: 0.8rem;
		left: -4.3rem;
	}
	#main .h3Title .inner::after {
		display: none;
	}
}

/* shipBox */
#main .shipBox {
	background: #35006e;
	position: relative;
	z-index: 5;
}
#main .shipBox::after {
	width: 96.6rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: url("../img/index/bg02.png") no-repeat left top / 100% 100%;
	opacity: 0.12;
	content: "";
}
#main .shipBox .imgBox {
	padding: 14.4rem 11.5rem 5.2rem 0;
}
#main .shipBox .bgImg {
	width: 93.5rem;
	position: absolute;
	bottom: 0;
	right: -19.5rem;
}
#main .shipBox .imgBox .photo {
	position: relative;
	z-index: 10;
	background-color: #fff;
}
@media all and (max-width: 768px) {
	#main .shipBox .imgBox {
		padding: 0;
		position: relative;
		z-index: 10;
	}
	#main .shipBox .content {
		margin: 0 1.8rem
	}
	#main .shipBox::before {
		width: 4.5rem;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		background-color: #000000;
		content: "";
		z-index: 5;
	}
	#main .shipBox {
		padding: 3.6rem 0 4.5rem;
	}
	#main .shipBox .bgImg {
		width: 58.3rem;
		bottom: 4.9rem;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		margin-left: 6.5rem;
	}
	#main .shipBox .bgImg.fadeUp {
		transform: translate(-50%,40px);
	}
	#main .shipBox .bgImg.isShow {
		transform: translate(-50%,0);
	}
	#main .shipBox .imgBox::before {
		bottom: 20.7%;
	}
}

/* softBox */
#main .softBox {
	background-color: #000000;
	position: relative;
	z-index: 5;
}
#main .softBox .imgBox {
	padding: 6rem 11.5rem 6.7rem 0;
}
#main .softBox .h3Title img {
	width: 3rem;
}
#main .softBox .h3Title {
	margin-bottom: 2.7rem;
}
#main .softBox .imgBox .photo {
	margin-top: 0.4rem;
	border: none;
	border-radius: 0;	
}
#main .softBox .imgBox .photo a {
	display: block;
	border: 0.1rem solid #fff;
	padding: 0.7rem;
	border-radius: 3rem;
}
#main .softBox .imgBox .photo img {
	border-radius: 2.2rem;
}
#main .softBox .btn {
	width: 27.6rem;
	margin: 7.8rem 0 0 auto;
}
#main .softBox .btn a {
	display: block;
}
#main .logoImg {
	position: relative;
	z-index: 20;
	text-align: center;
	background-color: #803fc4;
	padding: 3.4rem 0 3rem;
}
#main .logoImg img {
	max-width: 39.4rem;
	width: 100%;
}
@media all and (min-width: 769px) {
	#main .softBox .btn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 768px) {
	#main .softBox .imgBox {
		padding: 0;
	}
	#main .softBox {
		padding: 2.8rem 0 16.4rem;
	}
	#main .softBox .imgBox .textBox {
		margin-bottom: 4.1rem;
	}
	#main .softBox .imgBox .photo {
		margin: 0 -0.2rem 0;
	}
	#main .softBox .imgBox .photo a {
		padding: 0.5rem;
	}
	#main .softBox .btn {
		width: 27.6rem;
		margin: 4rem auto 0;
	}
	#main .logoImg img {
		max-width: 32.4rem;
	}
	#main .logoImg {
		padding: 2.6rem 0 3.2rem;
	}
}

/* suppleBox */
#main .suppleBox {
	position: relative;
	background-color: #e8d7ff;
}
#main .suppleBox .enList {
	position: absolute;
	bottom: 4.1rem;
	left: 0;
	width: 100%;
	z-index: 20;
}
#main .suppleBox .photo {
	width: calc(50% + 27.5rem);
}
#main .suppleBox .textBox {
	margin: 0 0 0 -21.5rem;
	padding: 0 0 14.3rem;
}
#main .suppleBox .title {
	margin: 0 0 5.7rem 4.3rem;
}
#main .suppleBox .title img {
	max-width: 41.5rem;
	width: 100%;
}
#main .suppleBox .bgBox {
	padding: 2.9rem 0 2.7rem;
	position: relative;
	z-index: 10;
	font-size: 1.5rem;
}
#main .suppleBox .bgBox::after {
	width: 9999.9rem;
	height: 100%;
	position: absolute;
	top: 0;
	left: -6rem;
	background-color: rgba(232, 215, 255, 0.7);
	content: "";
	z-index: -1;
}
#main .suppleBox .h3Title {
	font-size: 1.6rem;
	font-weight: 500;
	margin-bottom: 1.5rem;
}
#main .suppleBox .h3Title .inner {
	padding: 0 1.9rem 0 0;
}
#main .suppleBox .h3Title .inner::after {
	width: 26.8rem;
	bottom: 1.1rem;
	background-color: #b3b3b3;
}
#main .suppleBox .innerBox {
	max-width: 54rem;
	margin-left: 0;
}
#main .suppleBox p {
	line-height: 2.2;
}
@media all and (min-width: 769px) {
	#main .suppleBox .photo {
		width: auto;
	}
	#main .suppleBox .suppleInner {
		width: calc(50% + 27.5rem);
	}
}
@media all and (max-width: 768px) {
	#main .suppleBox .title {
		margin: 0 0 4.8rem 0;
		text-align: center;
	}
	#main .suppleBox .enList {
		bottom: -5.1rem;
		left: 0;
	}
	#main .suppleBox .enList img {
		height: 8.7rem;
	}
	#main .suppleBox .photo {
		width: auto;
		margin: 0 -12.4rem 0 0;
	}
	#main .suppleBox .textBox {
		margin: 0;
		padding: 0;
	}
	#main .suppleBox .title img {
		max-width: 32rem;
	}
	#main .suppleBox .bgBox {
		padding: 6.5rem 4.1rem 0;
		font-size: 1.5rem;
	}
	#main .suppleBox .bgBox::after {
		display: none;
	}
	#main .suppleBox .h3Title {
		font-size: 1.6rem;
		margin-bottom: 0.6rem;
	}
	#main .suppleBox .h3Title .inner {
		padding: 0 0 0.8rem;
		display: block;
		border-bottom: 0.1rem solid #b3b3b3;
	}
	#main .suppleBox .innerBox {
		max-width: 54rem;
		margin-left: 0;
	}
	#main .suppleBox p {
		line-height: 2.2;
	}
	#main .suppleBox .suppleInner {
		position: relative;
	}
	#main .suppleBox {
		padding: 6.3rem 0 6rem;
	}
	
}


/* moreBox */
@media all and (max-width: 768px) {
	#main .moreBox {
		padding-bottom: 4.8rem;
		position: relative;
	}
	#main .moreBox .moreBtn {
		width: 3.8rem;
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
}



/* productBox */
#main .productBox {
	padding: 9.1rem 0 9.7rem;
	background: url("../img/index/bg03.jpg") no-repeat center center / cover;
}
#main .productBox .headLine01 img {
	width: 42.4rem;
}
@media all and (max-width: 768px) {
	#main .productBox {
		padding: 6rem 0 17rem;
		background: url("../img/index/bg03_sp.jpg") repeat-y center center / 100% auto;
	}
	#main .productBox .headLine01 {
		margin: 0 0 2.3rem;
	}
	#main .productBox .headLine01 img {
		width: 29.4rem;
	}
	#main .productBox .headLine01 span {
		margin-top: 2rem;
	}
	#main .productBox .content {
		margin: 0 1.8rem;
	}
}

/* informationBox */
#main .informationBox {
	position: relative;
}
#main .informationBox::before {
	width: 3rem;
	position: absolute;
	top: -6.3rem;
	bottom: -2.5rem;
	right: 3rem;
	background: url("../img/index/line_icon02.png") no-repeat center top,url("../img/index/line_icon02.png") no-repeat center bottom;
	background-size: 3rem auto;
	content: "";
}
#main .informationBox::after {
	width: 1.3rem;
	position: absolute;
	top: -2.7rem;
	bottom: 2.1rem;
	right: 3.9rem;
	background: url("../img/index/line_icon01.png") repeat-y center bottom;
	background-size: 100% auto;
	content: "";
}
#main .informationBox .flexBox {
	display: flex;
}
#main .informationBox .leftBox {
	width: calc(50% - 6rem);
	position: relative;
}
#main .informationBox .logoBox {
	width: 48.6rem;
	position: absolute;
	bottom: -8.8rem;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -0.4rem;
}
#main .informationBox .photo img {
	width: 100%;
} 
#main .informationBox .rightBox {
	flex: 1;
	margin-right: 8rem;
	padding: 2.9rem 4.1rem 3rem 2.4rem;
	background-color: #fff;
	display: flex;
	align-items: center;
}
#main .informationBox .rightBox .innerBox {
	max-width: 63.6rem;
	margin: 0 auto;
}
#main .informationBox .txtDl {
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
	line-height: 1.78;
}
#main .informationBox .txtDl > dt {
	padding-left: 1rem;
	width: 11.8rem;
	color: #e82534;
	font-weight: 400;
}
#main .informationBox .txtDl > dd {
	width: calc(100% - 11.8rem);
}
#main .informationBox .txtDl > dt,
#main .informationBox .txtDl > dd {
	margin-bottom: 1.1rem;
	padding-bottom: 1.1rem;
	border-bottom: 0.1rem dashed #cccccc;
}
#main .informationBox .txtDl > dd:last-child,
#main .informationBox .txtDl > dt:nth-last-child(2) {
	margin-bottom: 0;
	border-style: solid;
}
#main .informationBox .ttl {
	margin: -0.7rem 0 -0.2rem;
	font-size: 1.8rem;
	color: #e82534;
	line-height: 1.94;
	font-weight: 700;
}
#main .informationBox .title {
	color: #e82534;
	font-size: 1.8rem;
	border-bottom: 0.1rem solid #cccccc;
	padding: 0 1rem 1.2rem;
	margin-bottom: 1.1rem;
}
#main .informationBox .innerDl dd {
	padding-left: 1.5rem;
	border-bottom: 0.1rem dashed #cccccc;
	padding-bottom: 1.3rem;
	margin-bottom: 0.8rem;
}
#main .informationBox .innerDl dd:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
#main .informationBox .innerDl dt {
	margin-bottom: -0.3rem;
}
#main .informationBox .notes {
	margin-top: 0.4rem;
	font-size: 1.3rem;
}
#main .informationBox .txtUl02 li {
	display: flex;
	margin-bottom: 0.3rem;
}
#main .informationBox .txtUl02 li:last-child {
	margin-bottom: 0;
}
#main .informationBox .txtUl02 .num {
	flex: 1;
}
#main .informationBox .txtUl02 .num small {
	font-size: 1.1rem;
	vertical-align: 0.1rem;
}
#main .informationBox .txtUl02 .txt {
	width: 21.6rem;
}
#main .informationBox .btmBox {
	width: calc(50% + 6rem);
	margin: 3.2rem 0 0 auto;
}
#main .informationBox .btmBox .inner {
	text-align: center;
	max-width: 70rem;
	margin: 0 auto;
	padding-right: 8.1rem;
}
#main .informationBox .btmBox p {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.65;
}
#main .informationBox .btn {
	width: 25rem;
	margin: 2rem auto 0;
}
#main .informationBox .btn a {
	display: block;
}
#main .informationBox .btn img {
	width: 100%;
}
@media all and (min-width: 769px) {
	#main .informationBox .btn a:hover {
		opacity: 0.7;
	}
	#main .informationBox .txtDl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 768px) {
	#main .informationBox .flexBox {
		display: block;
	}
	#main .informationBox .leftBox {
		width: auto;
	}
	#main .informationBox .rightBox {
		margin: 7rem 1.8rem 0;
		padding: 3.3rem 1.4rem 3.9rem;
		display: block;
	}
	#main .informationBox::before {
		display: none;
	}
	#main .informationBox::after {
		display: none;
	}
	#main .informationBox .btmBox .inner {
		max-width: inherit;
		padding-right: 0;
	}
	#main .informationBox .btmBox {
		width: auto;
		margin: 2.8rem 0 0 0;
	}
	#main .informationBox .btn {
		margin: 2.6rem auto 0;
	}
	#main .informationBox .logoBox {
		width: 27.6rem;
		bottom: -5rem;
		margin-left: -0.3rem;
	}
	#main .informationBox .title {
		padding: 0 0 1.1rem;
		margin-bottom: 1.2rem;
	}
	#main .informationBox .txtDl > dt {
		padding-left: 0;
		width: 8.8rem;
	}
	#main .informationBox .ttl {
		margin: -0.4rem 0 -0.2rem;
		font-size: 1.8rem;
		line-height: 1.5;
	}
	#main .informationBox .txtDl > dd {
		width: calc(100% - 8.8rem);
		margin-top: -0.1rem;
	}
	#main .informationBox .notes {
		margin-top: 0;
	}
	#main .informationBox .innerDl dd {
		padding-bottom: 1rem;
	}
	#main .informationBox .txtUl02 {
		margin-right: -1.5rem;
		padding-top: 0.3rem;
	}
	#main .informationBox .txtUl02 .txt {
		width: 12rem;
	}
	#main .informationBox .txtUl02 li {
		margin-bottom: 0.9rem;
		line-height: 1.42;
	}
}


/* exibition */
#main .exibition {
	padding: 8.9rem 0 11.9rem;
	position: relative;
	background: linear-gradient(90deg, rgba(237, 30, 121, 1) 0%, rgba(128, 63, 196, 1) 35.01%, rgba(128, 63, 196, 1) 65.56%, rgba(237, 30, 121, 1) 90.63%);
}
#main .exibition::before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	opacity: 0.8;
	content: '';
}
#main .exibition .content {
	width: 126rem;
	max-width: 95%;
}
#main .exibition .image {
	position: absolute;
	left: 0;
	top: 0;
	width: 58.2rem;
	max-width: 45%;
}
#main .exibition .headLine01 {
	margin-bottom: 4.2rem;
	text-align: center;
}
#main .exibition .headLine01 img {
	width: 43.3rem;
}
#main .exibition .lead {
	margin: 0 auto 5.5rem;
	width: fit-content;
	line-height: 2.18;
}
#main .exibition .innerBox {
	padding: 3rem 3rem 4.6rem;
	position: relative;
	border-radius: 1.5rem;
	background: rgba(255, 255, 255, 0.96);
}
#main .exibition .innerBox .subBox {
	margin: 0 auto;
	max-width: 104rem;
	position: relative;
}
#main .exibition .imgtext {
	width: 38.5rem;
	max-width: 31%;
	position: absolute;
	right: 2.9rem;
	bottom: 100%;
	margin-bottom: -6.7rem;
}
#main .exibition h3 {
	margin-bottom: 0.6rem;
	padding-bottom: 0.4rem;
	text-align: center;
	color: #E82534;
	font-size: 1.5rem;
	font-weight: 500;
	border-bottom: 0.1rem dashed #ccc;
}
#main .exibition .time {
	margin-bottom: 2.9rem;
}
#main .exibition .time p {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 700;
}
#main .exibition .shop h3 {
	margin-bottom: 2.2rem;
	padding-bottom: 0.7rem;
}
#main .exibition .shop .shopList li {
	width: 49.3%;
	display: flex;
	align-items: flex-start;
	gap: 2.2rem;
	color: #333;
}
#main .exibition .shop .shopList li .photo {
	width: 43%;
}
#main .exibition .shop .shopList li .photo a {
	display: block;
}
#main .exibition .shop .shopList li .photo img {
	width: 100%;
}
#main .exibition .shop .shopList li .textBox {
	margin-top: -0.2rem;
	flex: 1;
}
#main .exibition .shop .shopList li .textBox h4 {
	margin-bottom: 2.4rem;
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.1;
}
#main .exibition .shop .shopList li .textBox p {
	margin-bottom: 1rem;
	font-size: 1.5rem;
	line-height: 1.8;
	text-wrap: pretty;
}
#main .exibition .shop .shopList li .textBox .btn a {
	width: 19.4rem;
	max-width: 100%;
	display: block;
}
#main .exibition .shop .shopList li .textBox .btn a:hover {
	opacity: 0.7;
}
#main .exibition .bgTxt {
	width: 12rem;
	position: absolute;
	left: 50%;
	bottom: -9.6rem;
	transform: translateX(-50%);
}
#main .news {
	padding: 4.9rem 0 9.4rem;
}
#main .news .content {
	max-width: 92.6rem;
}
#main .news .headLine01 {
	margin-bottom: 3.9rem;
	text-align: center;
}
#main .news .headLine01 img {
	width: 15.2rem;
}
#main .news .scrollBox {
	padding: 0.3rem 0;
	width: 100%;
	height: 25.4rem;
	border-top: 0.1rem solid #ccc;
	border-bottom: 0.1rem solid #ccc;
}
#main .news .newsList li {
	color: #333;
	border-bottom: 0.1rem dashed #ccc;
}
#main .news .newsList li:last-child {
	border-bottom: none;
}
#main .news .newsList li {
	padding: 1.8rem 10rem 2.2rem 0.3rem;
	display: flex;
	gap: 1rem;
	font-size: 1.5rem;
	color: #333;
	line-height: 1.62;
}
#main .news .newsList li a{
text-decoration: underline;
}
#main .news .newsList li a:hover {
	opacity: 0.7;
}
#main .news .newsList li .date {
	width: 9rem;
	display: block;
}
#main .news .newsList li .txt {
	flex: 1;
}
#main .news .simplebar-track.simplebar-vertical {
	width: 1.3rem;
	right: -0.6rem;
	top: -0.2rem;
	bottom: -0.2rem;
}
#main .news .simplebar-scrollbar::before {
	opacity: 1;
	background: #ccc;
}
@media all and (min-width: 769px) {
	#main .exibition .shop .shopList li .photo a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 768px) {
	#main .exibition {
		padding: 5.9rem 0 13rem;
	}
	#main .exibition .content {
		margin: 0;
		width: auto;
		max-width: initial;
	}
	#main .exibition .image {
		position: relative;
		left: auto;
		top: auto;
		width: 100%;
		max-width: 100%;
	}
	#main .exibition .image img {
		width: 100%;
	}
	#main .exibition .headLine01 {
		margin-bottom: 2.3rem;
	}
	#main .exibition .headLine01 img {
		width: 30rem;
	}
	#main .exibition .lead {
		margin: 0 1.7rem 1rem;
		width: auto;
	}
	#main .exibition .innerBox {
		margin: -1.7rem 1.8rem 0;
		padding: 2.9rem 1.5rem 10rem;
	}
	#main .exibition .shop h3 {
		padding-bottom: 0.8rem;
	}
	#main .exibition .shop .shopList {
		margin: 0 auto;
		width: 71.2%;
		display: block;
	}
	#main .exibition .shop .shopList li {
		margin-bottom: 4.5rem;
		width: auto;
		display: block;
	}
	#main .exibition .shop .shopList li:last-child {
		margin-bottom: 0;
	}
	#main .exibition .shop .shopList li .photo {
		margin-bottom: 1.4rem;
		width: auto;
	}
	#main .exibition .shop .shopList li .textBox {
		margin: 0;
	}
	#main .exibition .shop .shopList li .textBox h4,
	#main .exibition .shop .shopList li .textBox p {
		display: none;
	}
	#main .exibition .shop .shopList li .textBox .btn a {
		width: fit-content;
		color: #0071BC;
		font-size: 2rem;
		font-weight: 700;
		text-decoration: underline;
	}
	#main .exibition .shop .shopList li .textBox .btn a::after {
		margin-left: 0.5rem;
		width: 1.2rem;
		aspect-ratio: 12/9;
		display: inline-block;
		background: url(../img/common/icon02.png) no-repeat right center / 100%;
		content: '';
	}
	#main .exibition .bgTxt {
		bottom: -16rem;
	}
	#main .news {
		padding: 8rem 0 5.3rem;
	}
	#main .news .content {
		margin: 0 1.7rem;
		max-width: initial;
	}
	#main .news .headLine01 {
		margin-bottom: 5rem;
	}
	#main .news .scrollBox {
		padding: 0.2rem 0;
		height: 41.4rem;
	}
	#main .news .newsList li {
		padding: 1.8rem 2rem 1.6rem 0.1rem;
		display: block;
		font-feature-settings: "palt";
		line-height: 1.68;
	}
	#main .news .newsList li .date {
		width: auto;
	}
	#main .news .newsList li .txt {
		display: block;
	}
	#main .news .simplebar-track.simplebar-vertical {
		right: -0.1rem;
		top: 0.4rem;
		bottom: 0.4rem;
	}
}



/* salesBox */
#main .salesBox {
	padding-bottom: 8rem;
	position: relative;
}
#main .salesBox .headLine01 img {
	width: 32.8rem;
}
#main .salesBox .headLine01 {
	margin-bottom: 5.9rem;
}
#main .salesBox .heightBox {
	height: 100vh;
}
#main .salesBox .bgBox {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: -1;
	clip: rect(0, auto, auto, 0);
}
#main .salesBox .clipImg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100dvh;
	will-change: transform;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform: translateZ(0);
}
#main .salesBox .bgBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .salesBox .content {
	padding: 8.9rem 3rem 5rem;
	max-width: 126rem;
	background-color: rgba(255, 255, 255, 0.94);
}
#main .salesBox .flexBox {
	display: flex;
	justify-content: space-between;
	border-bottom: 0.1rem dashed #cccccc;
	padding-bottom: 2.6rem;
	margin-bottom: 4.3rem;
}
#main .salesBox .flexBox .subBox {
	width: calc(50% - 2rem);
}
#main .salesBox .txtDl {
	margin: 0 6.4rem;
	font-size: 1.5rem;
}
#main .salesBox .txtDl dt {
	font-weight: 500;
	border-bottom: 0.1rem solid #b3b3b3;
	padding-bottom: 0.4rem;
  	margin-bottom: 0.7rem;
}
#main .salesBox .txtDl dd {
	margin: 0 0 3.1rem 2.9rem;
	color: #333333;
}
#main .salesBox .txtDl .big {
	margin: -0.4rem 0 0 0;
	text-align: left;
	font-size: 2.5rem;
	font-weight: 700;
	color: #000;
	line-height: 1.5;
}
#main .salesBox .txtDl .big + .big {
	margin-top: 3rem;
}
#main .salesBox .txtDl .big .lable {
	color: #fff;
	background-color: #93111b;
	line-height: 1;
	font-size: 1.5rem;
	padding: 0.3rem 1rem 0.5rem;
}
#main .salesBox .txtDl .col {
	color: #c1272d;
}
#main .salesBox .box02 .txtDl .big .lable {
	background-color: #ff7bac;
}
#main .salesBox .txtDl dt.col {
	color: #93111b;
}
#main .salesBox .title {
	margin-bottom: 3.9rem;
	padding: 1.2rem 0.5rem 1.5rem;
	text-align: center;
	color: #fff;
	font-weight: 700;
	font-size: 2.5rem;
	border-radius: 5rem;
	background-color: #93111b;
}
#main .salesBox .box02 .title {
	background-color: #ff7bac;
}
#main .salesBox .txtDl .comNotesUl {
	margin-top: 1.2rem;
}
#main .salesBox .txtDl p {
	line-height: 1.66;
}
#main .salesBox .txtDl .col + .comNotesUl {
	margin-top: 0.8rem;
}
#main .salesBox .listBox .subBox {
	margin-bottom: 4.2rem;
	border-bottom: 0.1rem dashed #cccccc;
	padding-bottom: 3.3rem;
	display: flex;
	align-items: flex-start;
}
#main .salesBox .listBox .subBox:last-child {
	margin-bottom: 0;
}
#main .salesBox .listBox .h3Title02 {
	padding: 1.3rem 0.5rem;
	font-size: 2rem;
	font-weight: 700;
	color: #fff;
	background-color: #4d4d4d;
	width: 22rem;
	text-align: center;
}
#main .salesBox .listBox .h3Title02.bg {
	background-color: #000000;
}
#main .salesBox .listBox .rightBox {
	flex: 1;
	color: #333333;
	font-weight: 500;
	margin: 1.6rem 0 0 3.7rem;
	padding-right: 7rem;
}
#main .salesBox .listBox .text {
	margin: -1rem 0 2.1rem;
	color: #000;
	font-weight: 700;
	font-size: 2.5rem;
}
#main .salesBox .listBox ul {
	line-height: 1.92 !important;
	font-weight: 400;
	font-size: 1.3rem;
}
#main .salesBox .listBox .notes {
	font-size: 1.25rem;
	line-height: 1.6;
	margin-top: 1.1rem;
}
#main .salesBox .listBox .subBox:first-child {
	margin-top: -1rem;
}
@media all and (max-width: 768px) {
	#main .salesBox .flexBox {
		display: block;
		padding-bottom: 0;
		margin-bottom: 0.2rem;
		border-bottom: none;
	}
	#main .salesBox .flexBox .subBox {
		width: auto;
		margin: 0 0 0.2rem;
	}
	#main .salesBox .flexBox .subBox:last-child {
		margin-bottom: 0;
	}
	#main .salesBox .content {
		padding: 5rem 0 0.2rem;
  		max-width: inherit;
		margin: 0 1.5rem;
	}
	#main .salesBox .title {
		margin-bottom: 0;
		border-radius: 0;
	}
	#main .salesBox .spBox .dropBox {
		display: none;
	}
	#main .salesBox .listBox .subBox:first-child {
		margin-top: 0;
	}
	#main .salesBox .listBox .subBox {
		display: block;
		padding-bottom: 0;
		margin-bottom: 0.2rem;
		border-bottom: none;
	}
	#main .salesBox .listBox .h3Title02 {
		width: auto;
		padding: 1.8rem 0.5rem;
	}
	#main .salesBox .listBox .rightBox {
		margin: 0;
		padding: 1.3rem 2rem 5.3rem;
	}
	#main .salesBox .headLine01 img {
		width: 22.6rem;
	}
	#main .salesBox .headLine01 {
		margin-bottom: 4.3rem;
	}
	#main .salesBox .dropBox {
		padding: 2.4rem 2.3rem 3.8rem;
	}
	#main .salesBox .txtDl {
		margin: 0;
	}
	#main .salesBox .txtDl dt {
		padding-bottom: 0.3rem;
	}
	#main .salesBox .txtDl .big {
		margin: 0.3rem 0 0 0;
		text-align: left;
		line-height: 1.2;
	}
	#main .salesBox .txtDl dd {
		margin: 0 0 3.4rem;
	}
	#main .salesBox .txtDl dd:last-child {
		margin-bottom: 0;
	}
	#main .salesBox .txtDl .col + .comNotesUl {
		margin-top: 1.2rem;
	}
	#main .salesBox .txtDl .comNotesUl {
		margin-top: 0.9rem;
	}
	#main .salesBox .listBox .text {
		line-height: 1.4;
		margin: 0 0 1.1rem;
	}
	#main .salesBox .listBox .notes {
		margin-top: 1.5rem;
	}
	#main .salesBox .spTitle {
		position: relative;
		padding-left: 4rem;
		padding-right: 4rem;
		cursor: pointer;
	}
	#main .salesBox .spTitle::before {
		width: 1.7rem;
		height: 1.7rem;
		position: absolute;
		top: 50%;
		left: 2.1rem;
		transform: translateY(-50%);
		background: url("../img/index/icon03.png") no-repeat left top / 100% 100%;
		content: "";
	}
	#main .salesBox .spTitle.on::before {
		display: none;
	}
	#main .salesBox .txtDl .big .lable {
		display: inline-block;
		margin-bottom: 5px;
	}
}


/* product */
.productInner {
	margin: 4.7rem 0 10.6rem;
	overflow: hidden;
	padding: 4.9rem 0 5.3rem;
	background: #C62E40 url("../img/index/bg04.png") no-repeat right top;
	background-size: 96.6rem 100%;
}
.proInner {
	display: flex;
	flex-wrap: nowrap;
	aspect-ratio: 2080 / 1050;
	position: relative;
}
.proInner .item .btnTxt {
	padding: 11.7rem 1.3rem 0 0;
	position: absolute;
	left: calc(6.9% * var(--i));
	top: 0;
	text-align: center;
	height: 100%;
	width: 8%;
	cursor: pointer;
	z-index: var(--i);
	border-radius: 1.5rem 0 0 1.5rem;
	overflow: hidden;
	transition: all 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}
.proInner .item .btnTxt .enImg {
	width: 2.9rem;
	position: absolute;
	left: 50%;
	bottom: 6.9rem;
	transform: translateX(-50%);
	z-index: 5;
	margin-left: -0.5rem;
	transition: all 0.5s cubic-bezier(0.87, 0, 0.13, 1);
}
.proInner .item .btnTxt::before {
	width: 2.5rem;
	height: 2.5rem;
	position: absolute;
	top: 5.7rem;
	left: 50%;
	transform: translateX(-50%);
	background: url("../img/index/icon03.png") no-repeat left top / 100% 100%;
	content: "";
	margin-left: -0.8rem;
	transition: all 0.5s;
}
.proInner .moveR .btnTxt {
	left: calc(100% - calc(7.1% * var(--index)) );
}
.proInner .item05 .btnTxt {
	background-color: #3067E2;
}
.proInner .item04 .btnTxt {
	background-color: #803FC4;
}
.proInner .item03 .btnTxt {
	background-color: #003DE8;
}
.proInner .item02 .btnTxt {
	background-color: #5B00AA;
}
.proInner .item01 .btnTxt {
	background-color: #ED1E79;
}
.proInner .item .btnTxt span {
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
}
.proInner .innerBox {
	width: 73.7%;
	border-radius: 1.5rem 0 0 1.5rem;
	overflow: hidden;
	transition: clip-path 0.5s cubic-bezier(0.87, 0, 0.13, 1),transform 0.5s cubic-bezier(0.87, 0, 0.13, 1);
	transform: translateX(11%);
	z-index: var(--i);
	position: absolute;
	left: calc(6.9% * var(--i));
	top: 0;
	height: 100%;
	clip-path: inset(0 0 0 0);
}
.proInner .item:last-child .innerBox {
    width: 72.23%;
}
.proInner .active .innerBox {
	transform: translateX(0);
	clip-path: inset(0 0 0 0);
}
.proInner .moveR .innerBox {
	transform: translateX(2%);
	clip-path: inset(0 0 0 100%);
}
.proInner .innerH {
	height: 100%;
}
.proInner .photo {
	height: 100%;
}
.proInner .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.proInner .textBox {
	padding: 1.5rem 2rem 1.7rem;
	width: 83rem;
	display: flex;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 7rem;
	background-color: rgba(255, 255, 255, 0.7);
	margin-left: 0.2rem;
}
.proInner .textBox .ttl {
	font-size: 2rem;
	font-weight: bold;
	width: 33rem;
	margin-right: 2rem;
}
.proInner .item01 .textBox .ttl {
	color: #ED1E79;
}
.proInner .item02 .textBox .ttl {
	color: #5B00AA;
}
.proInner .item03 .textBox .ttl {
	color: #003DE8;
}
.proInner .item04 .textBox .ttl {
	color: #803FC4;
}
.proInner .item05 .textBox .ttl {
	color: #3067E2;
}
.proInner .textBox .text {
	margin-top: -0.2rem;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2;
}
@media all and (min-width: 769px) {
	.proInner .item .btnTxt span {
		transition: all 0.5s;
	}
	.proInner .item .btnTxt:hover span {
		padding-top: 1rem;
	}
	.proInner .item .btnTxt:hover .enImg {
		margin-bottom: 1rem;
	}
	.proInner .item .btnTxt:hover::before {
		transform: rotate(180deg) translateX(50%);
	}
	.proInner .item04 .textBox .ttl {
		width: 57rem;
	}
	.proInner .item03 .textBox .ttl {
		width: 45rem;
	}
	.proInner .item02 .textBox .ttl {
		width: 65rem;
	}
	.proInner .item01 .textBox .ttl {
		width: 50rem;
	}
}
@media all and (max-width: 768px) {
	.productInner {
		margin: 4.4rem 0 8rem;
		padding: 3.9rem 0 3.9rem;
		background-image: url("../img/index/bg04_sp.png");
		background-size: 100% 100%;
	}
	.proInner {
		display: flex;
		flex-flow: column-reverse;
		aspect-ratio: inherit;
	}
	.proInner .item .btnTxt {
		padding: 1rem;
		z-index: 1;
		left: 0;
		position: static;
		left: auto;
		top: auto;
		text-align: left;
	}
	.proInner .item .btnTxt {
		width: 100%;
		height: auto;
		border-radius: 0;
		padding: 2.3rem 2rem 2.7rem 4.2rem;
		position: relative;
	}
	.proInner .active .btnTxt {
		display: none;
		position: relative;
	}
	.proInner .item .btnTxt span {
		-webkit-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		-moz-writing-mode: horizontal-tb;
		-ms-writing-mode: horizontal-tb;
		-o-writing-mode: horizontal-tb;
		font-size: 2rem;
	}
	.proInner .innerBox {
		position: static;
		left: auto;
		top: auto;
		height: auto;
		width: 100%;
		transform: none;
		border-radius: 0;
		height: 0;
		transform: none !important;
		clip-path: none !important;
		transition: all 0.5s cubic-bezier(0.87, 0, 0.13, 1);
	}
	.proInner .active .innerBox {
		height: var(--height);
	}
	.proInner .item:last-child .innerBox {
		width: auto;
	}
	.proInner .photo {
		height: auto;
	}
	.proInner .textBox {
		padding: 3.5rem 1.8rem 5.8rem;
		display: block;
		width: auto;
		position: static;
		left: auto;
		bottom: auto;
		background-color: #fff;
		transform: translateX(0);
		margin: 0;
	}
	.proInner .textBox .ttl {
		margin: 0 0 2rem 0;
	}
	.proInner .item .btnTxt::before {
		width: 1.7rem;
		height: 1.7rem;
		top: 50%;
		left: 1.9rem;
		transform: translate(0,-50%);
		margin-left: 0;
	}
	.proInner .item {
		background-color: #fff;
	}
	.proInner .item .btnTxt .enImg {
		width: auto;
		left: auto;
		bottom: auto;
		transform: translate(0,-50%);
		z-index: 5;
		margin-left: -0.5rem;
		right: 1.6rem;
		top: 50%;
		height: 1.3rem;
	}
	.proInner .item:has(+ .active) .btnTxt {
        border-radius: 0 1.5rem 0 0;
    }
	.proInner .innerH {
		height: auto;
	}
	.proInner:has(.item05.moveR) {
        border-radius: 0 1.5rem 0 0;
        overflow: hidden;
    }
}



/* popBox */
.mfp-container {
	overflow-y: auto;
	position: fixed;
}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: #000;
}
.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-img-mobile {
	background: none;
	opacity: 1;
}
html {
	margin-right: 0 !important;
	overflow: visible !important;
}
.popBox {
	margin: 0 auto;
	max-width: 144rem;
  	width: 100%;
	position: relative;
}
.mfp-container {
	padding: 0;
}
.popBox .close {
	position: absolute;
	right: 3rem;
	top: 3rem;
	width: 10.5rem;
}
.popBox .close a {
	display: inline-block;
}
.popBox .innerBox {
	padding: 0;
	background-color: #000;
	display: flex;
}
.popBox .leftBox {
	width: 55rem;
	position: relative;
}
.popBox .leftBox .imgUl {
	font-size: 0;
	line-height: 1;
}
.popBox .leftBox .imgUl .image {
	width: 100%;
	max-height: 83.2rem;
	height: 100vh;
	overflow: hidden;
}
.popBox .leftBox .imgUl img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* max-height: 100dvh; */
}
.popBox .arrowUl {
	position: absolute;
	right: -3rem;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	margin-top: 2.5rem;
}
.popBox .arrowUl li {
	width: 4rem;
	margin-bottom: 1rem;
	cursor: pointer;
	transition: 0.3s;
}
.popBox .arrowUl li.num {
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 4rem;
	background-color: #93111B;
	font-size: 1.4rem;
	cursor: default;
	pointer-events: none;
}
.popBox .arrowUl li:last-child {
	margin-bottom: 0;
}
.popBox .rightBox {
	padding: 0 7.9rem 0 3rem;
	flex: 1;
	background: url("../img/index/bg05.png") no-repeat left top / 33.5rem 100%;
}
.popBox .rightBox p {
	margin-bottom: 3rem;
	font-size: 1.5rem;
	line-height: 2;
	color: #fff;
}
.popBox .rightBox p:last-child {
	margin-bottom: 0;
}
.popBox .rightBox .title {
	margin-bottom: 4rem;
	color: #fff;
	font-size: 2.5rem;
	font-weight: bold;
	position: relative;
	border-bottom: 0.1rem solid #ffffff;
}
.popBox .title img {
	width: 17.6rem;
	position: absolute;
	bottom: 1.5rem;
	right: 0;
}
.popBox .innerWid {
	margin: 0 auto;
	padding: 9.3rem 0;
	max-width: 70rem;
}
@media all and (min-width: 769px) {
	.popBox .close:hover {
		opacity: 0.7;
	}
	.popBox .arrowUl li.prev:hover,
	.popBox .arrowUl li.next:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 768px) {
	.popBox .leftBox {
		width: auto;
	}
	.popBox .rightBox {
		padding: 0;
		background: none;
		position: relative;
	}
	.popBox .rightBox:after {
		width: 4.5rem;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: url("../img/index/bg05_sp.png") repeat left top / 2.2rem auto;
		content: "";
	}
	.popBox .innerWid {
		margin: 0 auto;
		padding: 2.4rem 2.5rem 8rem;
		max-width: inherit;
	}
	.popBox .leftBox .imgUl .image {
		max-height: inherit;
		height: auto;
	}
	.popBox .innerBox {
		display: block;
	}
	.popBox .arrowUl {
		position: absolute;
		right: 0;
		top: auto;
		transform: translate(0);
		margin-top: 0;
		bottom: 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	.popBox .arrowUl li {
		margin-bottom: 0;
	}
	.popBox .arrowUl .next {
		order: 10;
	}
	.popBox .arrowUl .num {
		order: 5;
	}
	.popBox .title img {
		width: 14.6rem;
		bottom: 1.4rem;
		right: 0;
	}
	.popBox .rightBox .title {
		padding-bottom: 0.2rem;
		margin-bottom: 2.4rem;
	}
	.popBox .close {
		right: 0.8rem;
		top: auto;
		width: 7.4rem;
		bottom: 0.6rem;
		z-index: 20;
	}
	.popBox .close02 {
		width: 8.5rem;
		top: 0;
		right: 0;
		left: auto;
		bottom: auto;
	}
	.spHide {
		display: none;
	}
	html.noScroll {
		touch-action: none;
		overscroll-behavior: none;
		overflow: hidden;
	}
	.noScroll body {
		-webkit-overflow-scrolling: auto;
	}
}

.conts .jsCart {
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: all 0.3s;
	z-index: 100;
}
.jsCart.show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.conts .cartBtn {
	width: 100%;
}
.conts .cartBtn a {
	color: #fff;
	height: 6rem;
	gap: 1.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ED1E79;
	font-weight: 900;
	font-size: 1.9rem;
}
.conts .cartBtn a img {
	width: 2.2rem;
}