@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainVisual {
	position: relative;
	overflow: hidden;
}
#main .mainVisual .slider li {
	height: 95rem;
}
#main .mainVisual .slider li 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 .titleImg {
	margin-left: -24rem;
	width: 74.6rem;
	position: absolute;
	left: 50%;
	bottom: 9.8rem;
	transition: .5s;
	transform: translateY(4rem);
	opacity: 0;
	z-index: 10;
	pointer-events: none;
}
#main .mainVisual .titleImg.show {
	transform: none;
	opacity: 1;
}
#main .mainVisual .slick-dots {
	width: 100%;
	position: absolute;
	bottom: 10.9rem;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0;
	line-height: 1;
	z-index: 10;
}
#main .mainVisual .slick-dots li {
	width: 4.5rem !important;
	height: 0.6rem !important;
	margin: 0 0.6rem;
	background-color: #fff;
	border-radius: 5rem;
	overflow: hidden;
	cursor: pointer;
	transition: 0.3s;
}
#main .mainVisual .slick-dots li:before {
	display: none;
}
#main .mainVisual .slick-dots .slick-active {
	background-color: #ff80c3;
}
#main .mainVisual .slick-dots button {
	display: none !important;
}
@media all and (min-width: 961px) {
	#main .mainVisual .slick-dots li:hover {
		background-color: #ff80c3;
	}
	#main .mainVisual .slick-dots {
		display: flex !important;
	}
}
@media all and (max-width: 960px) {
	#main .mainVisual .slider li {
		height: auto;
	}
	#main .mainVisual .titleImg {
		margin-left: -18.2rem;
		width: 36.5rem;
		bottom: 7.2rem;
	}
	#main .mainVisual .slick-dots {
		bottom: 6.2rem;
	}
	#main .mainVisual .slick-dots li {
		width: 2.6rem !important;
		height: 0.4rem !important;
		margin: 0 0.4rem;
	}
	#main .mainVisual .slider .animate img {
		animation-name: slideimg2;
	}
}



#main .productBox {
	background-color: #ff80c3;
}
#main .productBox .secBox {
	padding-bottom: 25.8rem;
}
#main .productBox .topBox {
	margin: 0 auto 2.7rem;
	padding: 4.4rem 0;
	max-width: 119.6rem;
	background: #fff url("../img/index/bg01.jpg") repeat-x left bottom;
	background-size: 2.4rem auto;
	position: relative;
	top: -3.6rem;
	z-index: 10;
}
#main .productBox .linkUl {
	display: flex;
	justify-content: center;
	gap: 0 3.2rem;
}
#main .productBox .linkUl li {
	width: 32.7rem;
}
#main .productBox .linkUl .item01 {
	margin: 0 0.5rem;
}
#main .productBox .linkUl a {
	display: block;
	position: relative;
}
#main .productBox .linkUl .iconImg {
	width: 100%;
	position: absolute;
	top: 19rem;
	left: -2.1rem;
	opacity: 0;
	pointer-events: none;
	transition: all 0.55s cubic-bezier(0.77, 0, 0.175, 1) 0.1s;
	scale: 0.5;
}
#main .productBox .linkUl .item02 .iconImg {
	left: -1.8rem;
	top: 16.8rem;
}
#main .productBox .linkUl .item03 .iconImg {
	left: -1.3rem;
	top: 20.1rem;
}
#main .productBox .linkUl img {
	width: 100%;
}
#main .productBox .h2Title {
	left: -3.9rem;
}
#main .productBox .dollBox {
	padding-bottom: 6.9rem;
	position: relative;
}
#main .productBox .dollBox::before {
	width: 0.4rem;
	height: 100%;
	position: absolute;
	top: 0.8rem;
	left: -5.1rem;
	background-color: #fff;
	content: "";
}
#main .productBox .enImg {
	width: 7.7rem;
	position: absolute;
	top: -17.8rem;
	right: -17.9rem;
}
#main .productBox .h3Title {
	text-align: left;
	margin: 0 0 0.5rem -1.9rem;
	position: relative;
}
#main .productBox .h3Title::before {
	width: 3.6rem;
	height: 3.6rem;
	position: absolute;
	top: 0.4rem;
	left: -4.8rem;
	background-color: #fff;
	border-radius: 50%;
	content: "";
}
#main .productBox .h3Title img {
	width: auto;
	height: 5.1rem;
}
#main .productBox .content {
	max-width: 100.4rem;
}
#main .dollBox .showBox {
	border-radius: 4rem;
	padding: 4.7rem 5.2rem 3.9rem;
}
#main .dollBox .enImg {
	right: -19.3rem;
	top: -5rem;
}
#main .dollBox .imgUl {
	display: flex;
	flex-wrap: wrap;
	gap: 5.2rem 3.6rem;
	max-width: 60rem;
}
#main .dollBox .imgUl li {
	width: 17.1rem;
	position: relative;
	z-index: 10;
}
#main .dollBox .imgUl a {
	display: block;
	text-align: center;
	color: #f458a3;
	font-size: 1.5rem;
	font-weight: 700;
	position: relative;
}
#main .dollBox .imgUl .image {
	position: relative;
}
#main .dollBox .imgUl .image::after {
	width: 3.6rem;
	height: 3.6rem;
	position: absolute;
	bottom: 0;
  	right: 0.1rem;
	background: url("../img/index/icon01.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .dollBox .imgUl img {
	width: 100%;
}
#main .dollBox .imgUl .image {
	margin-bottom: 0.5rem;
}
#main .dollBox .imgUl .num10 {
	width: 22.4rem;
	position: absolute;
	bottom: 11.2rem;
	right: 11rem;
	z-index: 15;
}
#main .dollBox .imgUl .num10 .image {
	margin-bottom: 0;
}
#main .dollBox .imgUl .num10 .image img {
	border-radius: 50%;
	border: 0.4rem solid #fff;
}
#main .dollBox .imgUl .num10 .image::after {
	width: 4.6rem;
	height: 4.6rem;
	right: 1rem;
	bottom: 0.4rem;
}
#main .dollBox .imgUl .line::after {
	width: 74.7rem;
	height: 2rem;
	position: absolute;
	bottom: -3.2rem;
	left: -0.9rem;
	background: url("../img/index/line01.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .dollBox .imgUl .num04.line::after {
	width: 60.1rem;
}
#main .dollBox .showBox .photo {
	width: 38.7rem;
	position: absolute;
	right: -7.9rem;
	top: -12.5rem;
	z-index: 10;
}
#main .bodyBox {
	position: relative;
}
#main .bodyBox .h3Title {
	margin-bottom: 1.1rem;
}
#main .bodyBox .enImg {
	width: 7.7rem;
	top: 6.4rem;
	right: auto;
	left: -18.9rem;
}
#main .bodyBox .imgBox {
	margin: 0 -1.7rem 8.2rem;
	position: relative;
}
#main .bodyBox .imgBox .photo {
	width: 77.5rem;
	border-radius: 2.5rem;
	overflow: hidden;
}
#main .bodyBox .imgBox .photo img {
	width: 100%;
}
#main .bodyBox .imgBox .textBox {
	width: 73rem;
	padding: 3.8rem 4.1rem 3.7rem 10.8rem;
	border-radius: 4rem;
	font-size: 1.5rem;
}
#main .bodyBox .imgBox .textBox p {
	line-height: 1.66;
}
#main .bodyBox .imgBox .title {
	margin-bottom: 2.2rem;
	color: #f458a3;
	font-size: 3.5rem;
	line-height: 1;
	position: relative;
}
#main .bodyBox .imgBox .title img {
	width: 5rem;
	position: absolute;
	top: -0.6rem;
	left: -6.9rem;
}
#main .bodyBox .imgBox .comBtn {
	margin-top: -0.8rem;
}
#main .bodyBox .notesBox {
	padding: 2.7rem 1.6rem 4.3rem 4.2rem;
	border-radius: 2.5rem;
	display: flex;
}
#main .bodyBox .notesBox .leftBox {
	flex: 1;
}
#main .bodyBox .notesBox .comBtn {
	margin-top: 3.6rem;
	width: 40rem;
}
#main .bodyBox .notesBox .comBtn a {
	background-color: #333333;
	padding-left: 2rem;
}
#main .bodyBox .notesBox .comBtn .inner {
	padding: 0 3.3rem;
}
#main .bodyBox .notesBox .comBtn .inner::before {
	margin-top: -0.7rem;
	width: 2.3rem;
	height: 1.5rem;
	position: absolute;
	top: 50%;
	left: 0;
	background: url("../img/common/icon08.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .bodyBox .notesBox .comBtn .inner::after {
	background-image: url("../img/common/icon02.png");
}
#main .bodyBox .notesBox .title {
	margin: 0 0 1.4rem 0.4rem;
	font-size: 1.5rem;
}
#main .bodyBox .notesUl li {
	margin-bottom: 0.3rem;
	padding-left: 1em;
	text-indent: -1em;
} 
#main .bodyBox .notesUl li:last-child {
	margin-bottom: 0;
}
#main .productBox .secBox.box01 {
	background: url("../img/index/bg03.png") no-repeat left center,url("../img/index/bg04.png") no-repeat right bottom -13.5rem;
	background-size: 44.3rem auto;
}
#main .productBox .bgTop {
	position: relative;
	z-index: 10;
}
#main .productBox .bgTop::before {
	width: 100%;
	height: 25.5rem;
	position: absolute;
	bottom: calc(100% - 0.3rem);
	left: 0;
	background: url("../img/index/bg05.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .productBox .secBox.box02 {
	background-color: #80ccff;
	padding-bottom: 0;
}
#main .productBox .secBox.box02 .bg {
	padding: 2.8rem 0 32.2rem;
	background: url("../img/index/bg07.png") no-repeat right bottom;
	background-size: 74rem auto;
}
#main .box02 .content {
	position: relative;
	max-width: 103.6rem;
}
#main .box02 .photo {
	width: 57.4rem;
	position: absolute;
	top: -2.5rem;
	right: -8.4rem;
}
#main .box02 .headLine01 {
	text-align: left;
	margin: 0 0 -1.2rem 3.9rem;
	position: relative;
	z-index: 10;
}
#main .box02 .headLine01 img {
	width: 31.6rem;
}
#main .box02 .widBox {
	padding: 2.5rem 2.1rem 1.5rem;
	max-width: 63.5rem;
	background: #fff url("../img/index/bg06.png") repeat left top;
	background-size: 0.9rem;
	border-radius: 2.5rem;
}
#main .box02 .listUl {
	position: relative;
	z-index: 10;
}
#main .box02 .listUl > li {
	display: flex;
	font-weight: 700;
	font-size: 1.5rem;
	align-items: flex-start;
	border-bottom: 1px solid #33b6ff;
	padding-bottom: 1.1rem;
	margin-bottom: 1.2rem;
}
#main .box02 .listUl > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#main .box02 .listUl .ttl {
	padding: 0.7rem 0.5rem 0.8rem;
	width: 10rem;
	color: #33b6ff;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
	border-radius: 5rem;
	border: 1px solid #33b6ff;
	box-sizing: border-box;
	background-color: #fff;
	flex-shrink: 0;
}
#main .box02 .listUl .rightBox {
	margin: 0.4rem 0 0 1.6rem;
	flex: 1;
	font-weight: 500;
	line-height: 1.66;
}
#main .box02 .listUl .flexUl {
	margin: -0.9rem 0 -0.3rem;
	display: flex;
	line-height: 1.73;
	justify-content: space-between;
}
#main .box02 .listUl .flexUl > li {
	width: 58%;
}
#main .box02 .listUl .flexUl > li:last-child {
	width: 42%;
	letter-spacing: -0.05em;
}
#main .box02 .listUl .flexUl ul li {
	padding-left: 1em;
	text-indent: -1em;
}
#main .box02 .listUl .sml {
	font-size: 1.2rem;
}
@media all and (min-width: 961px) {
	#main .bodyBox .imgBox .textBox {
		position: absolute;
		top: 13.6rem;
		right: 0;
	}
	#main .productBox .linkUl a:hover {
		opacity: 1;
	}
	#main .productBox .linkUl a:hover .iconImg {
		opacity: 1;
    	scale: 1;
	}
	#main .dollBox .imgUl a:hover {
		opacity: 0.7 !important;
	}
}
@media all and (max-width: 960px) {
	#main .productBox .linkUl {
		margin-right: -1.1rem;
		display: block;
	}
	#main .productBox .topBox {
		margin: 0 1.8rem 3.4rem;
		padding: 3.4rem 1.5rem 2.7rem;
		max-width: inherit;
	}
	#main .productBox .linkUl li {
		width: auto;
		margin-bottom: 0.5rem !important;
	}
	#main .productBox .linkUl .item01 {
		margin: 0;
	}
	#main .productBox .linkUl .item02 {
		margin-bottom: 1.4rem !important;
	}
	#main .productBox .linkUl li:last-child {
		margin-bottom: 0 !important;
	}
	#main .productBox .centerTxt {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
	}
	#main .productBox .h2Title {
		left: -2.7rem;
	}
	#main .dollBox .showBox .photo {
		width: 16.3rem;
		right: -2.5rem;
		top: -14.3rem;
		z-index: 1;
	}
	#main .productBox .h3Title {
		text-align: left;
		margin: 0 0 2rem 1.6rem;
		position: relative;
		z-index: 10;
	}
	#main .productBox .h3Title img {
		width: auto;
		height: 6.6rem;
	}
	#main .dollBox .showBox {
		border-radius: 3rem;
		padding: 4.7rem 5.2rem 3.9rem;
	}
	#main .dollBox .showBox {
		border-radius: 3rem;
		padding: 2.6rem 8.6rem 6.9rem 1.9rem;
	}
	#main .dollBox .imgUl .line::after {
		display: none;
	}
	#main .dollBox .imgUl li {
		width: 10.1rem;
	}
	#main .dollBox .imgUl .image {
		margin-bottom: 0.7rem;
	}
	#main .dollBox .imgUl {
		margin: 0 auto;
		max-width: inherit;
		display: flex;
		flex-wrap: wrap;
		gap: 2.2rem 1.8rem;
		position: relative;
	}
	#main .dollBox .imgUl li {
		width: calc(50% - 1rem);
	}
	#main .dollBox .imgUl .image::after {
		width: 21%;
		height: 21%;
	}
	#main .dollBox .imgUl .num10 {
		width: calc(50% + 5.7rem);
		bottom: -5.2rem;
		right: -7.1rem;
	}
	#main .dollBox .imgUl .num10 .image {
		margin-bottom: -0.2rem;
	}
	#main .dollBox .imgUl .num10 .image::after {
		width: 20%;
    	height: 20%;
		right: 0.9rem;
		bottom: 0.4rem;
	}
	#main .productBox .bodyBox .h3Title img {
		height: 9.3rem;
	}
	#main .productBox .h3Title::before {
		width: 2.5rem;
		height: 2.5rem;
		top: -0.1rem;
		left: -3.6rem;
	}
	#main .productBox .dollBox::before {
		width: 0.3rem;
		left: -0.9rem;
	}
	#main .bodyBox .imgBox {
		margin: 0 0.2rem 4.8rem 0.1rem;
	}
	#main .bodyBox .imgBox .photo {
		width: auto;
	}
	#main .bodyBox .imgBox .textBox {
		width: auto;
		margin: -5.5rem 0 0 0;
		padding: 3.6rem 2.2rem 3.4rem;
		border-radius: 3rem;
		font-size: 1.5rem;
	}
	#main .bodyBox .h3Title {
		margin-bottom: 1.6rem;
	}
	#main .bodyBox .imgBox .title {
		padding-left: 5.5rem;
		font-size: 2.5rem;
  		margin: 0 1.4rem 3.3rem;
	}
	#main .bodyBox .imgBox .title img {
		width: 4.1rem;
		top: -0.9rem;
		left: -0.2rem;
	}
	#main .bodyBox .imgBox .comBtn {
		margin-top: 2.6rem;
	}
	#main .bodyBox .imgBox .comBtn a {
		margin: 0 auto;
	}
	#main .bodyBox .notesBox {
		padding: 2.5rem 2.3rem 4.1rem;
		border-radius: 3rem;
		display: block;
	}
	#main .bodyBox .notesBox .title {
		margin: 0 0 1.2rem 0;
		font-size: 1.8rem;
	}
	#main .bodyBox .notesUl {
		font-size: 1.5rem;
	}
	#main .bodyBox .notesUl li {
		margin-bottom: 0;
		line-height: 1.866;
	}
	#main .bodyBox .notesBox .comBtn {
		margin-top: 1.7rem;
		width: auto;
	}
	#main .productBox .secBox.box01 {
		background-size: 26.5rem 57.5rem;
	}
	#main .productBox .bgTop::before {
		height: 7rem;
	}
	#main .productBox .secBox {
		padding-bottom: 8.3rem;
	}
	#main .box02 .listUl > li {
		padding-bottom: 1rem;
  		margin-bottom: 1rem;
		font-size: 1.3rem;
		line-height: 1.69;
	}
	#main .box02 .listUl > li:first-child {
		display: block;
	}
	#main .box02 .listUl .rightBox {
		margin: 0.1rem 0 0 1.2rem;
		line-height: 1.66;
		font-weight: 700;
		text-shadow: -1px -1px 1px #fff, 1px -1px 1px #fff,-1px  1px 1px #fff, 1px  1px 1px #fff;
	}
	#main .box02 .listUl > li:first-child .rightBox {
		margin: 0.7rem 0 0.2rem 0;
	}
	#main .box02 .headLine01 {
		text-align: center;
		margin: 0 0 2.5rem;
	}
	#main .box02 .headLine01 img {
		width: 23.6rem;
	}
	#main .productBox .secBox.box02 .bg {
		padding: 4.1rem 0 11rem;
		background-size: 37rem 32rem;
	}
	#main .box02 .headLine01 img {
		width: 24rem;
	}
	#main .box02 .content {
		margin: 0 1.8rem;
	}
	#main .box02 .widBox {
		padding: 2rem 1.7rem 1.8rem;
		max-width: inherit;
		background-size: 0.7rem;
	}
	#main .box02 .photo {
		width: 27.5rem;
		top: -1.7rem;
		right: -5.1rem;
	}
	#main .box02 .listUl .ttl {
		padding: 0.3rem 0.5rem 0.5rem;
		width: 8rem;
		font-size: 1.1rem;
	}
	#main .box02 .listUl .flexUl {
		margin: 0;
		display: block;
		line-height: 1.76;
	}
	#main .box02 .listUl .flexUl > li {
		width: auto;
	}
	#main .box02 .listUl .flexUl > li:last-child {
		width: auto;
		letter-spacing: 0;
	}
	#main .box02 .listUl .sml {
		font-size: 1rem;
		display: block;
	}
	#main .box04 .list .inner .flexB {
		margin: 0 auto;
		max-width: 40rem;
	}
	#main .bodyBox .imgBox .textBox p {
		line-height: 1.866;
	}
}

/* messageBox */
#main .messageBox {
	padding: 3.6rem 0 8.5rem;
	background: #f458a3 url("../img/index/message_bg02.jpg") repeat-x left top 1rem;
	background-size: auto 0.3rem;
	position: relative;
}
#main .messageBox::before {
	width: 59.5rem;
	height: 11.5rem;
	position: absolute;
	left: 50%;
	bottom: calc(100% - 2.5rem);
	transform: translateX(-50%);
	background: url("../img/index/message_bg01.png") no-repeat left top / 100% 100%;
	content: "";
}
#main .messageBox::after {
	width: 100%;
	height: 0.3rem;
	position: absolute;
	left: 0;
	bottom: 1rem;
	background: url("../img/index/message_bg02.jpg") repeat-x left top / auto 100%;
	content: "";
}
#main .messageBox .content {
	position: relative;
	z-index: 10;
}
#main .messageBox .centerTxt {
	font-size: 1.8rem;
	line-height: 2;
	position: relative;
	z-index: 10;
	letter-spacing: -0.05em;
	margin: 0 auto 4.7rem;
	max-width: 600px;
}
#main .messageBox .centerTxt small {
	font-size: 1.3rem;
}
#main .messageBox .headLine01 img {
	width: 67.9rem;
}
#main .messageBox .headLine01 {
	margin: 0 3.8rem -0.3rem 0;
	position: relative;
	z-index: 10;
}
#main .messageBox .logo {
	text-align: center;
}
#main .messageBox .logo img {
	width: 24.4rem;
}
#main .messageBox .iconUl li {
	position: absolute;
}
#main .messageBox .iconUl .col {
	animation: fuwafuwa02 1.8s ease-in-out 0.5s alternate infinite;
}
#main .messageBox .iconUl .row {
	animation: fuwafuwa01 1.2s ease-in-out alternate infinite;
}
#main .messageBox .iconUl .num01 {
	width: 11rem;
	right: -0.1rem;
	top: 0;
}
#main .messageBox .iconUl .num02 {
	width: 8.4rem;
	right: 9.7rem;
	top: 21%;
}
#main .messageBox .iconUl .num03 {
	width: 12.8rem;
	right: -7.9rem;
	top: 30%;
}
#main .messageBox .iconUl .num04 {
	width: 29.5rem;
	right: -2.3rem;
	bottom: -11.4rem;
}
#main .messageBox .iconUl .num05 {
	width: 14rem;
	left: -9.6rem;
	top: -1.9rem;
}
#main .messageBox .iconUl .num06 {
	width: 17.3rem;
	left: -6.7rem;
	top: 35.5%;
}
#main .messageBox .iconUl .num07 {
	width: 10.5rem;
	left: 0;
	top: 61.2%;
}
#main .messageBox .iconUl .num08 {
	width: 33.4rem;
	left: -9.5rem;
	bottom: -22.8rem;
}
@keyframes fuwafuwa01 {
	0% {
	  transform: translate(0, 0) rotate(0);
	}
	100% {
	  transform: translate(min(0.4081632653vw + 3.4693877551px, 10px), min(0.1632653061vw + 2.387755102px, 5px)) rotate(3deg);
	}
  }
@keyframes fuwafuwa02 {
	0% {
	  transform: translateY(0);
	}
	100% {
	  transform: translateY(min(1.2244897959vw + 0.4081632653px, 20px));
	}
  }
@media all and (min-width: 961px) {
	#main .messageBox .photo {
		width: 36.9rem;
		position: absolute;
		bottom: 1.3rem;
		right: 100%;
		margin-right: -15.8rem;
	}
	#main .messageBox .photo.img02 {
		margin: 0 0 0 -16.6rem;
		width: 37.8rem;
		right: auto;
		left: 100%;
		bottom: 1px;
	}
}
@media all and (max-width: 960px) {
	#main .messageBox .centerTxt {
		margin: 0 auto 3.7rem;
		max-width: inherit;
		font-size: 1.5rem;
		line-height: 1.866;
	}
	#main .messageBox::before {
		width: 36rem;
		height: 6.8rem;
		bottom: calc(100% - 1.5rem);
	}
	#main .messageBox {
		padding: 0 0 6rem;
		background-position: left top 0.7rem;
		background-size: auto 0.2rem;
	}
	#main .messageBox::after {
		height: 0.2rem;
		bottom: 0.4rem;
	}
	#main .messageBox .headLine01 img {
		margin-top: -2.6rem;
		width: 37rem;
	}
	#main .messageBox .headLine01 {
		margin: 0 0 -0.2rem 0;
	}
	#main .messageBox .content {
		margin: 0;
	}
	#main .messageBox .logo img {
		width: 15rem;
	}
	#main .messageBox .photo {
		text-align: center;
	}
	#main .messageBox .photo img {
		width: 100%;
		max-width: 80rem;
	}
	#main .messageBox .photoBox {
		position: relative;
		margin: 0 -2.2rem 0 -5rem;
	}
	#main .messageBox .photoBox .photo {
		position: static;
	}
	#main .messageBox .logo {
		margin-bottom: 3.2rem;
	}
	#main .messageBox .iconUl .num03 {
		width: 7.7rem;
		right: auto;
		top: -6.6rem;
		left: 13%;
	}
	#main .messageBox .iconUl .num04 {
		width: 15rem;
		right: auto;
		bottom: -1.4rem;
		left: 5.9rem;
	}
	#main .messageBox .iconUl .num07 {
		width: 6.4rem;
		left: auto;
		top: -2.8rem;
		right: 9.5%;
	}
	#main .messageBox .iconUl .num08 {
		width: 17.6rem;
		left: auto;
		bottom: -7.6rem;
		right: -3.1%;
	}
	#main .messageBox .photoBox img {
		width: 100%;
	}
	#main .messageBox .centerTxt small {
		font-size: 1.2rem;
	}
}



/* box03 */
#main .productBox .box03 {
	padding-bottom: 3.8rem;
	position: relative;
	background-color: #C094EA;
	position: relative;
	z-index: 10;
}
#main .productBox .box03:after {
	width: 75.35rem;  
	height: 82.45rem;
	background: url(../img/index/box03_bg01.png) no-repeat;
	background-size: 100% auto;
	position: absolute;  
	bottom: -23.4rem;
	left: 0;
	z-index: -1;
	content: ""; 
}
#main .box03::before {
	width: 100%;  
	height: 106.3rem;
	background: url(../img/index/box03_bg03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;  
	top: -29.8rem;
	right: 0;  
	content: ""; 
}
#main .box03 .enImg {
	position: absolute;
	top: -18rem;
	left: 2.5rem;
	z-index: 1;
}
#main .box03 .content {
	position: relative;
	z-index: 2;
	max-width: 143.2rem;
}
#main .box03 .photoBox {
	width: 72.85rem;
	margin: -5.4rem -9.6rem 0 0;
}
#main .box03 .widBox {
	flex: 1;
}
#main .innerBox {
	width: 60.4rem;
}
#main .box03 h2{
	margin: -7.3rem 0 3.2rem 0.5rem;
}
#main .box03 .txtDl {
	margin: 0 0.8rem 3.6rem;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .box03 .txtDl dt {
	font-weight: 700;
	margin-right: 1.5rem;
	width: 19.8rem;
	background-color: #FCEE21;
	border-radius: 1.5rem;
	font-size: 2rem;
	padding: 0.4rem 0.5rem 0.6rem;
	color: #964BDD;
	text-align: center;
}
#main .box03 .txtDl dd {
	flex: 1;
	padding-top: 0.5rem;
}
#main .box03 .txtDl dd p {
	font-size: 2rem;
	line-height: 1.375;
	font-weight: 700;
	color: #fff;
}
#main .box03 .txtDl dd .sml {
	margin-top: 0.8rem;
	font-size: 1.2rem;
	display: flex;
	font-weight: 500;
}
#main .box03 .txtDl dd .sml .ico {
	flex-shrink: 0;
}
#main .box03 .linkList {
	display: flex;
	flex-wrap: wrap;
	gap: 0 2.8rem;
	position: relative;
	border-bottom: 2px solid #964BDD;
}
#main .box03 .linkList:after {
	width: 100%;  
	height: 0.2rem;
	background-color: #964BDD;
	position: absolute;  
	left: 0;
	bottom: -0.2rem;
	content: ""; 
}
#main .box03 .linkList li {
	width: 28.8rem;
}
#main .box03 .linkList li a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 5.2rem;
	font-size: 2rem;
	font-weight: 700;
	padding: 0.2rem 2.5rem 0 0;
	color: rgb(255, 255, 255,0.4);
	background: url(../img/index/box03_arrow02.png) no-repeat right 1.5rem top calc(50% + 0.5rem) #B681E8;
	background-size: 1.5rem auto;
	border-radius : 1.5rem 1.5rem 0 0;
	border: 2px solid transparent;
	border-bottom: none;
	margin-bottom: -2px;
	position: relative;
}
#main .box03 .linkList li a:after {
	height: 2px;
	background-color: transparent;
	position: absolute;  
	bottom: 0;
	right: 2px;
	left: 2px;  
	content: ""; 
}
#main .box03 .linkList .on a {
	border-color: #964BDD;
	color: #964BDD;
	background-color: #F5EDFC;
	border-bottom-color: transparent;
	background-image: url(../img/index/box03_arrow01.png);
	position: relative;
	z-index: 1;
}
#main .tabInner {
	margin-bottom: 1.8rem;
	padding: 3.5rem 2.5rem 2.4rem;
	background-color: #fff;
	border: 2px solid #964BDD;
	border-top: none;
	min-height: 40rem;
	border-radius: 0 0 2.5rem 2.5rem;
}
#main .comDl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
#main .comDl dt {
	width: 10rem;
	border-radius: 5rem;
	text-align: center;
	font-size: 1.3rem;
	font-weight: 500;
	color: #964BDD;
	padding: 0.7rem 0.5rem;
	margin: 0.2rem 1.9rem 0 0;
	border: 1px solid #964BDD;
}
#main .comDl dd {
	color: #000;
	min-height: 5.7rem;
	margin-bottom: 2.5rem;
	font-size: 1.8rem;
	line-height: 1.39;
	font-weight: 700;
	width: calc(100% - 11.9rem);
}
#main .comDl dd:last-child {
	margin-bottom: 0;
}
#main .comDl dd p {
	margin-top: 1rem;
	font-size: 1.2rem;
	line-height: 1.75;
}
#main .comDl dd .ttl {
	margin: 0 0 -0.2rem;
	font-size: 2.5rem;
	font-weight: 700;
	color: #964BDD;
	line-height: 1.2;
}
#main .box03 .whiteBox {
	margin-bottom: 2rem;
	padding: 2.2rem 2.5rem 2.4rem;
	background-color: #fff;
	border: 2px solid #964BDD;
	border-radius: 2.5rem;
}
#main .box03 .whiteBox .comDl {
	margin-bottom: 1.8rem;
}
#main .box03 .whiteBox .comDl dd p:not(.ttl) {
	font-size: 1.5rem;
	font-weight: 700;
	margin-top: 0.7rem;
}
#main .box03 .list li {
	font-size: 1.2rem;
	font-weight: 500;
	color: #000;
	letter-spacing: 0;
	line-height: 1.75;
	position: relative;
	padding-left: 1rem;
	font-feature-settings: "palt";
}
#main .box03 .list li:after {
	width: 0.3rem;  
	height: 0.3rem;
	background-color: #000;
	position: absolute;  
	top: 1.1rem;
	border-radius: 100%;
	left: 0;
	content: ""; 
}
#main .box03 .subBox {
	margin: 0 1rem;
}
#main .box03 .note {
	margin-bottom: 0.4rem;
	padding: 0.2rem 0 0 2.7rem;
	font-size: 1.6rem;
	font-weight: 700;
	font-feature-settings: "palt";
	color: #D42E3E;
	background: url(../img/index/box03_icon01.png) no-repeat left top 0.4rem;
	background-size: 2.1rem auto;
}
#main .box03 .subBox .list {
	margin: 0 0 0.6rem 3rem;
}
#main .box03 .comBtn {
	margin: 0 0 1.5rem 3.3rem;
}
#main .box03 .comBtn a {
	margin: 0;
	height: 3.5rem;
	width: 15rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	justify-content: flex-start;
	padding-left: 2.5rem;
	background: url(../img/index/box03_icon02.png) no-repeat right 1.5rem center #333333;
	background-size: 1.6rem auto;
}
#main .box04 {
	padding-bottom: 17.3rem;
	position: relative;
	z-index: 2;
	background: url(../img/index/box04_bg01.png) no-repeat center bottom #FFB3B3;
	background-size: 100% auto;
	z-index: 12;
}
#main .box04 h2 {
	text-align: center;
	position: relative;
	top: -2.7rem;
	margin-bottom: 0.2rem;
}
#main .box04 .txt {
	margin-bottom: 3.6rem;
	text-align: center;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.67;
}
#main .box04 .txt .yellow {
	color: #fcee21;
}
#main .box04 .list {
	margin: 0 -0.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 2rem 5rem;
}
#main .box04 .list li {
	width: calc((100% - 5rem) / 2);
	background-color: #F25A5A;
	border: 2px solid #F25A5A;
	border-radius: 2.5rem;
	overflow: hidden;
}
#main .box04 .list h3 {
	padding: 1.3rem 1rem 1.5rem;
	text-align: center;
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
#main .box04 .list .inner {
	align-items: flex-start;
	background: url(../img/index/box04_bg02.png) repeat left top;
	background-size: 1.7rem auto;
}
#main .box04 .list .inner .photoBox {
	margin: -0.9rem -3rem 0 0;
	height: 28rem;
}
#main .box04 .list .inner .textBox {
	padding-top: 1.7rem;
	padding-right: 2rem;
	flex: 1;
}
#main .box04 .list .inner .ttl {
	font-size: 2.2rem;
	font-weight: 700;
	color: #33B6FF;
	text-align: center;
	font-feature-settings: "palt";
	margin-bottom: 0.7rem;
}
#main .box04 .list .inner .txt {
	width: fit-content;
	margin: 0 auto .5rem;
	min-width: 12.3rem;
	padding: 0.4rem 1.2rem;
	border-radius: 1rem;
	font-size: 2rem;
	letter-spacing: 0.025em;
	text-align: center;
	background-color: #33B6FF;
}
#main .box04 .list .inner .txt02 {
	margin-bottom: 1.7rem;
	text-align: center;
	font-size: 1.8rem;
	color: #000;
	font-weight: 700;
	font-feature-settings: "palt";
}
#main .box04 .list .inner dl {
	margin-left: 6.7rem;
}
#main .box04 .list .inner dt {
	margin-bottom: 0.6rem;
	width: fit-content;
	min-width: 8.5rem;
	text-align: center;
	border: 1px solid #F25A5A;
	border-radius: 5rem;
	font-size: 1.3rem;
	font-weight: 500;
	color: #F25A5A;
	padding: 0.5rem 0.3rem;
}
#main .box04 .list .inner dd {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5625;
}
#main .box04 .list .sub {
	align-items: flex-start;
	margin-top: -2.2rem;
	position: relative;
	padding: 1.5rem 4rem;
	background-color: #E6E6E6;
}
#main .box04 .list .sub .photoBox {
	border-radius: 1rem;
	width: 13.6rem;
	margin-right: 4.0rem;
	overflow: hidden;
}
#main .box04 .list .sub .photoBox img {
	width: 100%;
}
#main .box04 .list .sub .textBox {
	flex: 1;
	margin-top: -0.6rem;
}
#main .box04 .list .sub p {
	font-size: 1.4rem;
	margin-bottom: 2rem;
	font-weight: 500;
	color: #444444;
	line-height: 1.79;
}
#main .box04 .list .liStyle .inner .photoBox {
	margin: -2.5rem -2rem 1.6rem -1.3rem;
}
#main .box04 .list .liStyle .sub p {
	line-height: 1.43;
	padding-top: 0.2rem;
	margin-bottom: 0.8rem;
}
#main .box04 .list .liStyle .inner .ttl {
	color: #F458A3;
}
#main .box04 .list .liStyle .inner .txt {
	background-color: #F458A3;
}
@media all and (max-width: 960px) {
	#main .box03::before {
		height: 28.3rem;
		top: -8rem;
		background-image: url(../img/index/box03_bg03_sp.png);
	}
	#main .box03 .enImg {
		display: none;
	}
	#main .box03 .content {
		display: block;
	}
	#main .box03 .widBox {
		padding-top: 0.4rem;
	}
	#main .box03 h2 {
		width: 24.3rem;
		box-sizing: content-box;
		padding-right: 4rem;
		margin: 0 auto 2rem;
	}
	#main .box03 .spBox {
		align-items: flex-start;
		margin: 0 auto;
    	max-width: 40rem;
	}
	#main .box03 .photoBox {
		width: 32.6rem;
		margin: -1.2rem -8rem -19.5rem -9.4rem;
		position: relative;
		z-index: 1;
	}
	#main .box03 .photoBox:after {
		width: 37.45rem;  
		height: 41rem;
		background: url(../img/index/box03_bg01_sp.png) no-repeat;
		background-size: 100% auto;
		position: absolute;  
		bottom: -7rem;
		left: 7.3rem;
		z-index: -1;
		content: ""; 
	}
	#main .box03 .txtDl {
		flex: 1;
		margin: 5.2rem -2rem 0 1.5rem;
		display: block;
	}
	#main .box03 .txtDl dt {
		padding: 0.3rem 0.5rem 0.5rem;
		width: 15.8rem;
		font-size: 1.6rem;
		border-radius: 1.2rem;
	}
	#main .box03 .txtDl dd {
		padding: 0.7rem 0rem 0 1.5rem;
	}
	#main .box03 .txtDl dd p {
		font-size: 1.6rem;
		line-height: 1.375;
	}
	#main .box03 .txtDl dd .sml {
		margin-top: 1rem;
		font-size: 0.9rem;
		line-height: 1.78;
	}
	#main .innerBox {
		margin: 0 -0.5rem 0 -0.3rem;
		position: relative;
		z-index: 1;
		width: auto;
	}
	#main .box03 .linkList {
		gap: 0;
		justify-content: space-between;
	}
	#main .box03 .linkList li {
		width: 48%;
	}
	#main .box03 .linkList li a {
		font-size: 1.6rem;
		line-height: 1.25;
		min-height: 6.2rem;
		justify-content: flex-start;
		padding: 0 0 0 1.5rem;
		background-position: right 1rem top 1.8rem;
		background-size: 1.2rem auto;
		border-radius : 1.5rem 1.5rem 0 0;
	}
	#main .tabInner {
		padding: 2rem 1rem 2rem 1.5rem;
		min-height: 42.7rem;
		margin-bottom: 2.9rem;
	}
	#main .comDl {
		display: block;
	}
	#main .comDl dt {
		margin: 0 0 0.5rem;
		width: 8rem;
		font-size: 1.1rem;
		padding: 0.4rem .5rem 0.5rem;
	}
	#main .comDl dd {
		min-height: inherit;
		width: auto;
		margin: 0 0 2.4rem 1.6rem;
		font-size: 1.44rem;
		line-height: 1.39;
	}
	#main .comDl dd .ttl {
		font-size: 2rem;
		line-height: 1.2;
	}
	#main .comDl dd p {
		font-size: 1.4rem;
		line-height: 1.66;
	}
	#main .box03 .whiteBox {
		margin-bottom: 1.8rem;
		padding: 1.6rem 2rem 3rem;
	}
	#main .box03 .whiteBox .comDl dd {
		margin: 0.8rem -1rem 0 0.5rem;
	}
	#main .box03 .whiteBox .comDl dd p:not(.ttl) {
		font-size: 1.5rem;
		margin: 0.5rem 0 0;
	}
	#main .box03 .list li {
		font-size: 1.4rem;
		line-height: 1.66;
		padding-left: 0.7rem;
		margin-left: -0.5rem;
	}
	#main .box03 .whiteBox .comDl {
		margin-bottom: 1.5rem;
	}
	#main .box03 .list li::after {
		top: 1.1rem;
		width: 0.3rem;
		height: 0.3rem;
	}
	#main .box03 .subBox {
		margin: 0 1rem;
	}
	#main .box03 .note {
		font-size: 1.28rem;
		padding-left: 2rem;
		background-size: 1.7rem auto;
	}
	#main .box03 .subBox .list {
		margin: 0 1rem 0.5rem 2.5rem;
	}
	#main .box03 .comBtn {
		margin: 0 0 2.3rem 2.5rem;
	}
	#main .productBox .box03::after {
		display: none;
	}
	#main .productBox .box03 {
		padding-bottom: 7.2rem;
	}
	#main .box04 h2 {
		max-width: 29.7rem;
		top: -1.1rem;
		padding-left: 1rem;
		box-sizing: content-box;
		margin: 0 auto 2.2rem;
	}
	#main .box04 .txt {
		margin-bottom: 2.2rem;
		font-size: 1.9rem;
		line-height: 1.315;
	}
	#main .box04 .list {
		margin: 0 -0.6rem;
		display: block;
	}
	#main .box04 .list li {
		margin-bottom: 3.5rem;
		width: auto;
	}
	#main .box04 .list li:last-child {
		margin-bottom: 0;
	}
	#main .box04 .list h3 {
		font-size: 2rem;
		padding: 1.1rem 1rem 1.1rem;
	}
	#main .box04 .list .inner .photoBox {
		width: 16.5rem;
		margin: 1.3rem -5rem 0 0;
		height: auto;
	}
	#main .box04 .list .inner .textBox {
		padding-right: 1rem;
	}
	#main .box04 .list .inner .ttl {
		font-size: 1.76rem;
	}
	#main .box04 .list .inner .txt {
		margin-bottom: 0.3rem;
		min-width: 4rem;
		font-size: 1.6rem;
		padding: 0.5rem 1.8rem 0.6rem;
	}
	#main .box04 .list .inner .txt02 {
		margin-bottom: 2rem;
		font-size: 1.44rem;
	}
	#main .box04 .list .inner dl {
		margin-left: 5.5rem;
	}
	#main .box04 .list .inner dt {
		font-size: 1.2rem;
		min-width: 7rem;
		margin-bottom: 0.7rem;
		padding: 0.2rem 0.3rem;
	}
	#main .box04 .list .inner dd {
		font-size: 1.3rem;
		line-height: 1.46;
	}
	#main .box04 .list .sub {
		margin-top: 0;
		padding: 1.3rem 0.7rem 1.3rem 1.7rem;
	}
	#main .box04 .list .sub .photoBox {
		width: 10.9rem;
		margin-right: 2.2rem;
		border-radius: 1rem;
	}
	#main .box04 .list .sub p {
		margin-bottom: 1.6rem;
		font-size: 1.12rem;
		line-height: 1.786;
	}
	#main .box04 .list .link {
		width: 12rem;
	}
	#main .box04 .list .liStyle .inner .photoBox {
		width: 14.5rem;
		margin: -0.9rem -3.2rem 0rem 0.1rem;
	}
	#main .box04 {
		padding-bottom: 6rem;
	}
	#main .box04 .list .liStyle .sub p {
		margin-bottom: 0.5rem;
	}
}

/* popBox */
.popBox {
	margin: 0 auto;
	max-width: 104rem;
}
.popBox .close {
	text-align: right;
	margin: 0 1.7rem 2rem;
}
.popBox .close a {
	display: inline-block;
}
.popBox .close img {
	width: 3.6rem;
}
.popBox .innerBox {
	padding: 3.8rem;
	background-color: #fff;
	border-radius: 2.5rem;
	display: flex;
	align-items: flex-start;
}
.popBox .leftBox {
	width: 55rem;
	position: relative;
}
.popBox .leftBox .imgUl {
	font-size: 0;
	line-height: 1;
}
.popBox .leftBox .imgUl img {
	width: 100%;
}
.popBox .leftBox .imgUl li:not(:first-child) {
	display: none;
}
.popBox .arrowUl li {
	margin-top: -1.7rem;
	width: 4rem;
	position: absolute;
	top: 50%;
	left: -1.8rem;
	cursor: pointer;
	font-size: 0;
	line-height: 1;
	z-index: 5;
	transition: 0.3s;
}
.popBox .arrowUl .next {
	left: auto;
	right: -1.8rem;
}
.popBox .slick-dots {
	width: 100%;
	position: absolute;
	bottom: 1.9rem;
	left: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0;
	line-height: 1;
}
.popBox .slick-dots li {
	display: block !important;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0.9rem;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	transition: 0.3s;
}
.popBox .slick-dots li:before {
	display: none;
}
.popBox .slick-dots .slick-active {
	background-color: #f458a2;
}
.popBox .slick-dots button {
	display: none !important;
}
.popBox .rightBox {
	margin: 9.2rem 0 0 5.1rem;
	flex: 1;
	padding-bottom: 11rem;
	position: relative;
	min-height: 45.8rem;
}
.popBox .rightBox .arrowUl li {
	margin: 0;
	width: 4.1rem;
	top: 1.4rem;
	left: -0.3rem;
}
.popBox .rightBox .arrowUl .next {
	left: auto;
	right: -0.3rem;
}
.popBox .rightBox .arrowUl .disable {
	opacity: 0.7;
	cursor: default;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}
.popBox .rightBox p {
	font-size: 1.5rem;
	line-height: 1.866;
}
.popBox .rightBox .title {
	margin-bottom: 3.1rem;
	padding: 0 5rem;
	color: #f458a3;
	font-size: 3.5rem;
	font-family: "Zen Maru Gothic", serif;
	text-align: center;
	font-weight: 700;
}
.popBox .btmBox {
	width: 100%;
	position: absolute;
	bottom: -0.1rem;
	left: 0;
	text-align: center;
}
.popBox .btmBox address {
	margin: 1.5rem 0 0 0;
	font-size: 1rem;
	line-height: 1;
}
.popBox .btmBox img {
	width: 17.9rem;
}
@media all and (min-width: 961px) and (max-width: 1200px) {
	.popBox .leftBox {
		width: 42rem;
	}
	.popBox .rightBox {
		margin-top: 4.2rem;
	}
	.popBox .rightBox .title {
		font-size: 3.2rem;
		margin-bottom: 2.1rem;
	}
}
@media all and (min-width: 961px) {
	.popBox .dotsUl li:hover {
		background-color: #f458a2;
	}
	.popBox .arrowUl li:hover {
		opacity: 0.4;
	}
}

@media all and (max-width: 960px) {
	.popBox .innerBox {
		padding: 0 2rem 3rem;
		display: block;
		border-radius: 0 0 2rem 2rem;
	}
	.popBox .leftBox {
		margin: 0 -2rem;
		width: auto;
	}
	.popBox .rightBox {
		margin: 3rem 0 0 0;
		padding-bottom: 15rem;
		min-height: 0;
	}
	.popBox .dotsUl li {
		width: 1rem;
		height: 1rem;
	}
	.popBox .rightBox .title {
		font-size: 3rem;
	}
	.popBox .leftBox .arrowUl li {
		left: 0.3rem;
	}
	.popBox .leftBox .arrowUl .next {
		left: auto;
		right: 0.3rem;
	}
}

@media all and (min-width: 961px) and (max-width: 1400px) {
	#main .productBox .enImg {
		width: 6.7rem;
	}
	#main .dollBox .enImg {
		right: -16.3rem;
	}
	#main .bodyBox .enImg {
		width: 6.7rem;
		left: -16.9rem;
	}
	#main .productBox .enImg {
		width: 6rem;
		right: -13.9rem;
	}
}


.mfp-fade.mfp-bg {
	background-color: rgb(244,88,163) !important;
}