@charset "utf-8";
/*********************
	reset
*********************/
html, body,
h1, h2, h3, h4, h5, h6,
div, p, span,
ul, li, ol, dl, dt, dd,
pre, code,
form, fieldset, legend, input, textarea,
blockquote, th, td,
address, caption, cite, code, dfn, em, strong, var {
	margin: 0;
	padding: 0;
	line-height: normal;
}
h1, h2, h3, h4, h5, h6,
address, caption, cite, code, dfn, em, strong, dt, th, var {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
br {
	letter-spacing: 0;
}
a {
	color: #000;
	text-decoration: none;
	outline: none;
}
a img {
	border-style: none;
}
img {
	border-style: none;
}
/*********************
	img
*********************/
* img {
	max-width: 100%;
	height: auto;
	width: revert-layer;
	vertical-align: bottom;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-jyj */
/* clearfix */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
	display: flex;
	flex-wrap: wrap;
}
.flexA {
	justify-content: space-around;
}
.flexB {
	justify-content: space-between;
}
.flexC {
	justify-content: center;
}
.pt {
	 font-family: "PT Serif", serif;
}
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
html {
	font-size: 62.5%;
}
#container {
	padding-top: 9rem;
	overflow: hidden;
	position: relative;
}
#main a,
#main a:link {
	color: #B33264;
	text-decoration: none;
	transition: 0.3s;
}
#main a:visited {
	color: #B33264;
}
#main a:hover {
	color: #B33264;
}
#main a:active {
	color: #B33264;
}
#main a:hover img {
	opacity: 1;
}
#main {
	color: #B33264;
	font-family: 'Noto Sans JP', serif;
	font-size: 2.4rem;
	line-height: 1.5;
	font-weight: 500;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	word-break: break-word;
}
#main img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	transition: all ease 0.3s;
}
#main .mainBg {
	position: fixed;
	pointer-events: none;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
#main .mainBg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .content {
	margin: 0 auto;
	width: 75rem;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	font-feature-settings: "palt";
}
#main .content * {
	box-sizing: border-box;
}
.shadow {
	position: relative;
	z-index: 1;
}
.shadow > * {
	position: relative;
	z-index: 1;
}
.shadow::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	box-shadow: 0 0 2rem #B43264;
	mix-blend-mode: multiply;
	pointer-events: none;
}
#main .mainImg {
	position: relative;
}
#main .mainImg .scroll {
	width: 1.6rem;
	height: 23.4rem;
	position: absolute;
	right: 2.1rem;
	bottom: 0;
	display: block;
	z-index: 1;
}
#main .mainImg .scrollbar {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1px;
}
#main .mainImg .scrollbar::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0.2rem;
	height: 14.3rem;
	background: #fff;
	animation: liner 2.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes liner {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}
	30% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}
	70% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}
	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
.whiteBg {
	padding-top: 1px;
	background-color: #fff;
	margin: 0 auto;
	width: 75rem;
}
.btmBtn {
	/* margin: 3.5rem auto 11.5rem; */
	margin: 7.9rem auto 6.5rem;
}
.btmBtn a {
	display: block;
	border: 0.8rem solid #000;
	background-color: #FFF;
	max-width: 59rem;
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
	border-radius: 2rem;
	position: relative;
	padding: 1.8rem 5.6rem 2rem 1rem;
	font-size: 3.4rem;
	transition: .3s;
	box-sizing: border-box;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.btmBtn a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 6rem;
	height: 2.4rem;
	width: 2.4rem;
	border-top: 0.6rem solid #000;
	border-right: 0.6rem solid #000;
	transform: translateY(-50%) rotate(45deg);
	transition: all 0.3s;
}
.pageTop {
	display: none;
	position: fixed;
	right: 1rem;
	bottom: 1rem;
	width: 13.1rem;
	z-index: 10;
}
.pageTop img {
	transition: .3s;
}
.pankuzu {
	margin: 0 auto;
	max-width: 75rem;
}
#main section {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#main .timeHead {
	margin: -1rem 0 0;
	padding: 2.1rem 0.1rem 2.5rem 0;
	text-align: center;
	background: #B33264;
	position: relative;
	z-index: 2;
}
#main .timeHead img {
	width: 62.5rem;
}
#main .sec01 {
	padding: 7rem 0 3rem;
	background: #fff;
}
#main .sec01 .head {
	margin: 0 auto;
	font-size: 3.8rem;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#main .sec01 .head > span {
	margin: -1.4rem 0 -1.6rem;
	letter-spacing: 0.08em;
	display: block;
}
#main .sec01 .head small {
	margin-bottom: 1rem;
	font-size: 2.8rem;
	letter-spacing: 0.05em;
}
#main .sec01 .head img {
	margin: 0 -0.9rem;
	width: 16.9rem;
	vertical-align: -3.6rem;
}
#main .sec01 .head .pt {
	font-size: 3.8rem;
	line-height: 0.5;
}
#main .sec01 .head strong {
	font-weight: 700;
}
#main .posImg {
	width: 11.9rem;
	position: absolute;
	left: 3.4rem;
	top: -1.2rem;
	z-index: -1;
	pointer-events: none;
}
#main .posImg.pos01 {
	width: 33.5rem;
	left: auto;
	right: -7.3rem;
	top: 14.1rem;
}
.km {
	 font-family: "Kiwi Maru", serif;
}
#main .sec01 .linkUl {
	margin: 6.3rem 5rem 0;
	gap: 2rem;
}
#main .sec01 .linkUl li {
	width: calc(50% - 1rem);
	font-size: 1.7rem;
	text-align: center;
}
#main .sec01 .linkUl .ttl {
	margin: 0 -1rem;
	display: block;
	font-family: 'Noto Sans JP', serif;
	font-size: 1.7rem;
	line-height: 1.5;
	font-weight: 500;
	position: absolute;
	left: -1rem;
	right: -1rem;
	top: 1.7rem;
}
#main .sec01 .linkUl .ttl02 {
	letter-spacing: -0.04em;
	font-size: 1.6rem;
}
#main .sec01 .linkUl .item a{
	padding-top: 4rem;
}
#main .sec01 .linkUl a {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	font-size: 3.8rem;
	line-height: 1.15;
	color: #fff;
	font-weight: 400;
	background: #B33264 url(../img/index/arrow_icon01.png) no-repeat center bottom 1.3rem / 2.5rem;
	position: relative;
	height: 17rem;
	padding-bottom: 2.9rem;
	box-sizing: border-box;
	font-feature-settings: "palt";
}
#main .sec01 .scrollBox01 {
	margin: 4rem 0 3.4rem;
}
#main .sec01 .scrollBox01 a {
	display: block;
}
#main .sec01 .scrollBox01 img {
	margin: 0 1rem;
	width: 128rem;
	max-width: inherit;
}
#main .sec01 .scrollBox02 {
	height: 35rem;
	overflow: hidden;
}
#main .sec01 .scrollBox02 li {
	margin: 0 0.7rem;
	width: 22.3rem;
}
#main .bg {
	background: url(../img/index/bg01.jpg) repeat-y center top / 100%;
	z-index: 0;
}
#main .imgHead {
	margin: 0 auto 4.5rem;
	width: 51.1rem;
}
#main .innerBox {
	margin: 0 auto;
	padding: 3.3rem 3.5rem 3.5rem;
	width: 65rem;
	background: url(../img/index/bg02.jpg) repeat-y center top / 100%;
	box-shadow: 0 0 1.7rem #B33264;
}
#main .innerBox .heading {
	margin-bottom: 2.3rem;
	font-weight: 500;
	font-size: 3.4rem;
	line-height: 1.764;
	letter-spacing: 0.06em;
	text-align: center;
	color: #505050;
	font-feature-settings: "palt";
}
#main .innerBox .heading .col {
	color: #B43264;
	font-weight: 800;
}
#main .slideBox {
	background-color: #fff;
	overflow: hidden;
}
#main .slideBox > *:last-child {
	padding-bottom: 2.5rem;
}
#main .slideBox.subBox01 {
	margin: 2.5rem 0 2rem;
}
#main .slideBox.subBox01 h4 {
	margin: 0;
	padding: 1rem 7.2rem 1.3rem;
	background: #B33264 url(../img/index/arrow_icon06.png) no-repeat center right 1rem / 4.8rem;
}
#main .slideBox.subBox01 .slideInn02 {
	margin: 3rem 0 0;
}
#main .slideBox h3 {
	min-height: 12.8rem;
	padding: 0.6rem 3rem 0.7rem;
	font-weight: 500;
	font-size: 3.6rem;
	line-height: 1.388;
	color: #fff;
	display: flex;
	align-items: center;
	background: #B33264 url(../img/index/arrow_icon06.png) no-repeat center right 2.8rem / 5.2rem;
	letter-spacing: 0.06em;
	font-feature-settings: "palt";
}
#main .slideBox h4 {
	margin: 0 2.5rem 7.1rem;
	padding: 0.2rem 0.2rem 0.6rem;
	min-height: 6rem;
	font-size: 2.9rem;
	font-weight: 700;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #B33264;
}
#main .slideBox .subBox02 .slideInn,
#main .slideBox .subBox02 h4,
#main .slideBox .subBox01 h4 {
	margin-bottom: 3rem;
}
#main .slideBox .textList {
	margin: 2rem 1.7rem 2.7rem;
}
#main .slideBox .textList li {
	text-indent: -1.9rem;
	padding-left: 1.9rem;
	font-size: 2.9rem;
	font-weight: 400;
	line-height: 1.55;
	text-align: justify;
}
#main .slideBox .slideInn {
	margin-bottom: 5.8rem;
	position: relative;
}
#main .slideBox .slideInn02 {
	margin-bottom: 2.9rem;
}
#main .slideBox .arrowList li {
	position: absolute;
	width: 2.6rem;
	right: 1.9rem;
	top: 50%;
	transform: translateY(-63%);
	z-index: 1;
	cursor: pointer;
}
#main .slideBox .arrowList li.prev {
	left: 1.9rem;
	right: auto;
	transform: translateY(-63%) rotate(180deg);
}
#main .slideBox .arrowList li.slick-disabled {
	opacity: 0.3;
	pointer-events: none;
}
#main .slideBox .slideUl {
	margin: 0 auto;
	width: 43.6rem;
}
#main .slideBox .slideUl p {
	line-height: 1.25;
	font-size: 3.2rem;
	font-weight: 400;
}
#main .slideBox .slideUl.line p {
	line-height: 1.343;
}
#main .slideBox .slideUl li {
	padding: 2rem 2rem 1.8rem;
	min-height: 20.7rem;
	display: block !important;
	background: #E8C1D0;
	border-radius: 2rem;
	position: relative;
}
#main .slideBox .subBox02 .slideUl li {
	min-height: 34.2rem;
}
#main .slideBox .slick-list {
	overflow: visible !important;
}
#main .slideBox .slick-slide {
	opacity: 0;
	transition: opacity ease 0.3s;
	pointer-events: none;
}
#main .slideBox .slick-current {
	opacity: 1;
	pointer-events: inherit;
}
#main .slideBox .slideUl li  .ttl {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: calc(100% + 0.5rem);
	font-weight: 700;
	color: #505050;
}
#main .slideBox .slideUl .slick-slide:not(:first-child) li {
	background: #E5C7EF;
	color: #505050;
}
#main .slideBox .slideUl .item {
	display: flex !important;
	justify-content: space-between;
}
#main .slideBox li strong {
	font-weight: 700;
	color: #0054A7;
}
#main .slideBox .slideUl .item .img {
	margin: -3rem -3rem 0 0;
	width: 12rem;
}
#main .slideBox .slideUl .item p {
	flex: 1;
}
#main .openTtl {
	cursor: pointer;
}
#main .openTtl.on {
	background-image: url(../img/index/arrow_icon05.png) !important;
}
#main .textList02 {
	margin: 1.5rem 2.4rem 4.5rem;
}
#main .textList02 li {
	padding-left: 2.4rem;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.583;
	color: #505050;
	text-indent: -2.4rem;
	text-align: justify;
}
#main .textList02 li.col {
	color: #B33264;
}
#main p a {
	font-weight: 700;
	color: #0054A7 !important;
}
#main .ttlBox {
	padding-bottom: 1.1rem;
	background: url(../img/index/border_img.png) no-repeat center center / 100% 100%;
}
#main .ttlBox .img {
	margin: -3.6rem -2rem 0 -6.1rem;
	width: 23.6rem;
}
#main .ttlBox .inn {
	flex: 1;
}
#main .ttlBox .heading02 {
	margin: 0.7rem 0;
	font-size: 3.6rem;
	line-height: 1.194;
	font-weight: 500;
}
#main .ttlBox p {
	margin-right: 1.2rem;
	padding: 0.6rem 1rem 0.7rem;
	font-size: 2.7rem;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	background: #B43264;
}
#main .ttlBox p span {
	display: block;
	text-align: right;
}
#main .headLine01 {
	margin: 1.9rem auto;
	width: fit-content;
	display: flex;
	align-items: center;
	font-weight: 800;
	font-size: 4.5rem;
	line-height: 1.222;
	gap: 1.3rem;
}
#main .headLine01 span {
	display: block;
	line-height: 1.222;
}
#main .headLine01 .num {
	width: 12rem;
	height: 12rem;
	border-radius: 100%;
	box-shadow: 0 0 1rem #B33264;
	font-size: 7.518rem;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	 font-family: "PT Serif", serif;
	 font-weight: 400;
	 color: #fff;
	 background-color: #B33264
}
#main .bodTxt {
	padding: 0.3rem 0.3rem;
	border: 0.2rem solid #B33264;
	text-align: center;
	font-size: 3.2rem;
	font-weight: 500;
}
#main .bodTxt strong {
	font-weight: 700;
}
#main .bodTxt span {
	transform: scale(1.5);
	display: inline-block;
	margin: 0 0.5rem;
}
#main .sampleBox {
	position: relative;
}
#main .sampleBox .imgUl  {
	margin: 1.8rem -6.1rem 3.8rem;
	padding-bottom: 6.5rem;
}
#main .sampleBox .imgUl li {
	margin: 0 -3.7rem -6.8rem;
	width: 23.1rem;
}
#main .sampleBox .posText {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-51.3%,-54%);
	width: 53.6rem;
}
#main .comBtn .link {
	margin: 3rem  auto 2.7rem;
	padding: 0 0 0.8rem 1.2rem;
	height: 14rem;
	max-width: 53.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	position: relative;
	font-size: 4.8rem;
	font-weight: 500 !important;
	letter-spacing: 0.28em;
	border: 0.3rem solid #B33264;
	border-radius: 7rem;
	background: linear-gradient(135deg,#fff 30%,#E595B3 100%);
	box-shadow: 0.7rem 0.7rem 0 #B33264;
}
#main .comBtn.pc {
	padding-right: 1.2rem;
}
#main .comBtn.pc .link {
	padding: 0.5rem 4rem;
	height: 20rem;
	letter-spacing: 0.06em;
	text-align: left;
}
#main .comBtn .link.sml {
	font-size: 3rem !important;
}
#main .comBtn .link.mid {
	font-size: 3.2rem !important;
}
#main .comBtn.pc .link::before {
	display: none;
}
#main .comBtn.pc .txt {
	margin-top: 1.8rem;
	font-size: 2rem;
	color: #505050;
	line-height: 1.35;
	letter-spacing: 0;
	display: block;
}
#main .comBtn.pc span {
	display: block;
	flex: 1;
	line-height: 1;
}
#main .comBtn.pc .qrBox {
	width: 11.5rem;
	height: 11.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #505050;
	font-size: 3rem;
	letter-spacing: 0;
	flex: initial;
}
#main .comBtn.pc .qrBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .comBtn.redBtn .link {
	margin: 0 auto;
	letter-spacing: 0.1em;
	color: #fff;
	border-color: #fff;
	background: #B43264;
	box-shadow: 0.7rem 0.7rem #fff;
}
#main .comBtn.redBtn .note {
	margin-top: 1.2rem;
	display: block;
	font-size: 2.4rem;
	text-indent: -2.4rem;
	padding-left: 2.4rem;
	text-align: center;
	font-weight: 400;
}
#main .comBtn.redBtn .link::before {
	background-image: url(../img/index/arrow_icon04.png);
}
#main .comBtn.grayBtn .link {
	padding: 0 !important;
	color: #fff;
	background: #505050;
	box-shadow: none !important;
	border-color: #505050;
	font-weight: 600 !important;
	letter-spacing: 0 !important;
}
#main .comBtn.grayBtn .link::before {
	display: none;
}
#main .comBtn.grayBtn.spec .link::before {
	width: 5.1rem;
	height: 3.7rem;
	right: -1.8rem;
	top: -2.4rem;
	display: block;
	background-image: url(../img/index/icon06.png);
	transform: none;
}
#main .comBtn .link::before {
	content: "";
	width: 4.9rem;
	height: 4.9rem;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%,-50%);
	background: url(../img/index/arrow_icon03.png) no-repeat center top / 100%;
}
#main .slideBox .comBtn {
	padding: 0 1.4rem 0.5rem 0;
}
#main .slideBox .comBtn .link {
	margin: 0 auto;
	padding-left: 1rem;
	height: 8.4rem;
	font-size: 3.4rem;
	letter-spacing: 0.2em;
	border-width: 0.2rem;
	box-shadow: 0.5rem 0.5rem #B33264;
}
#main .slideBox .comBtn .link::before {
	width: 2.9rem;
	height: 2.9rem;
}
#main .slideBox .comBtn .link::after {
	content: "";
	width: 7.6rem;
	height: 8.8rem;
	position: absolute;
	right: -0.1rem;
	bottom: -6.3rem;
	background: url(../img/index/icon04.png) no-repeat center top / 100%;
}
#main .slideBox .comBtn.grayBtn .link::after {
	background-image: url(../img/index/icon05.png);
}
#main .slideBox .slideInn02 .slideUl li {
	padding: 11.2rem 2.2rem 2rem;
	min-height: 34.2rem;
}
#main .slideBox .slideInn02 .comBtn {
	padding-bottom: 0;
	position: absolute;
	left: 2.2rem;
	right: 2.2rem;
	top: 2rem;
}
#main .slideBox .bodTxt {
	margin: 0 2.6rem;
	padding: 0.6rem 1.6rem 1.2rem;
	font-size: 2.9rem;
	line-height: 1.379;
	text-align: left;
	font-weight: 600;
	border-width: 1px;
}
#main .tipsList {
	margin-left: -0.4rem;
}
#main .tipsList li,
#main .tips {
	padding-left: 2.4rem;
	font-size: 2.4rem;
	line-height: 1.583;
	font-weight: 400;
	color: #505050;
	text-indent: -2.4rem;
	text-align: justify;
	letter-spacing: -0.04em;
	font-feature-settings: "palt";
}
#main .tipsList02 li {
	padding-left: 1.8rem;
	text-indent: -1.8rem;
}
#main .txtLink {
	font-size: 2.4rem;
	text-align: center;
}
#main .txtLink a {
	font-weight: 700;
	color: #0054A7 !important;
	text-decoration: underline;
}
#main .tipsList a,
#main .tips a {
	font-weight: 700;
	color: #0054A7 !important;
}
#main .sample02 .imgUl {
	margin: 1rem -6.1rem 0.5rem;
}
#main .policyBox {
	margin: 1.5rem 0 0;
	padding: 0 3.6rem 2rem;
	border: 0.2rem solid #B43264;
}
#main .policyBox .title {
	margin-bottom: 0.7rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.583;
}
#main .policyBox .title span {
	padding-bottom: 0.8rem;
	margin: 0 auto 1.1rem;
	display: block;
	width: fit-content;
	min-width: 20rem;
	color: #fff;
	background: #B33264;
	letter-spacing: 0.12em;
	border-radius: 0 0 1.5rem 1.5rem;
}
#main .innerBox02 {
	margin: 0 5.5rem;
}
#main .hide {
	display: none;
}
#main .moreBox {
	font-size: 2.4rem;
	font-weight: 400;
	color: #505050;
	text-align: justify;
}
#main .moreBox p {
	line-height: 1.583;
}
#main .moreBtn {
	margin: 2.7rem auto 1.7rem;
	padding: 1.1rem 6.6rem 1.4rem 2.6rem;
	width: fit-content;
	min-width: 20rem;
	font-size: 2.4rem;
	color: #fff;
	background: #505050;
	border-radius: 5rem;
	letter-spacing: 0.12em;
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}
#main .moreBtn::after {
	content: "";
	width: 3rem;
	height: 3rem;
	position: absolute;
	right: 1.6rem;
	top: 1.6rem;
	transition: 0.3s;
	background: url(../img/index/icon08.png) no-repeat center top / 100%;
}
#main .moreBtn.on::after {
	transform: rotate(45deg);
} 
#main .sec02 {
	padding: 12.8rem 0 1.5rem;
}
#main .sec02 .posImg,
#main .sec03 .posImg,
#main .sec04 .posImg{
	width: 34.2rem;
	left: -3rem;
	top: -4.4rem;
}
#main .sec03 {
	padding: 17.1rem 0 4.2rem;
}
#main .sec03 .innerBox {
	padding-top: 7.8rem;
}
#main .sec03 .posImg {
	top: 0;
}
#main .sec03  .heading {
	margin-bottom: 2.9rem;
	letter-spacing: 0.12em;
}
#main .innerBox .subBox {
	background: #fff;
	position: relative;
}
#main .innerBox .subBox .posImg {
	width: 55.1rem;
	left: 0;
	top: -4.2rem;
	z-index: 0;
}
#main .innerBox .subBox .imgBox {
	margin-bottom: 2.6rem;
	padding-top: 10.2rem;
	height: 75.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
#main .innerBox .subBox .imgBox img {
	width: 14.4rem;
}
#main .innerBox .heading03 {
	padding: 0.5rem 1rem 1rem;
	color: #fff;
	background: #B33264;
	font-weight: 400;
	text-align: center;
	font-size: 2.8rem;
	line-height: 1.357;
	letter-spacing: 0.04em;
}
#main .innerBox .heading03 span {
	font-weight: 600;
}
#main .innerBox .heading04 {
	margin-right: -0.8rem;
	padding: 2.6rem 1.2rem 3.6rem 1.5rem;
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #505050;
	letter-spacing: 0.1em;
	background: url(../img/index/bg03.png) no-repeat center top / 100% 100%;
}
#main .innerBox .timeTtl {
	margin: 0.3rem 0 1rem;
	font-size: 3.3rem;
	color: #505050;
	text-align: center;
}
#main .innerBox .timeTtl span {
	font-size: 4rem;
}
#main .sec03 .comBtn.sp .link {
	margin-bottom: 1.5rem;
	padding-bottom: 0;
	flex-direction: column;
	font-size: 4.8rem;
	height: 14rem;
}
#main .sec03 .comBtn.pc .link {
	letter-spacing: 0.23em;
}
#main .sec03 .comBtn.pc small {
	margin-bottom: 0.5rem;
}
#main .sec03 .comBtn.pc .txt {
	margin-top: 1rem;
}
#main .sec03 .comBtn small {
	display: block;
	font-size: 2.8rem;
	letter-spacing: 0.28em;
	line-height: 1;
}
#main .sec03 .policyBox {
	margin-top: 3.7rem;
}
#main .sec04 {
	padding: 17.1rem 0 2rem;
}
#main .sec04 .posImg {
	top: 0;
}
#main .sec04 .imgHead {
	margin-bottom: 4.1rem;
}
#main .sec04 .innerBox {
	padding: 5rem 5rem 7.2rem;
}
#main .sec04 .photoBox {
	margin: 0 -0.2rem;
	padding: 0.2rem 0.2rem 3rem;
	background: #fff;
}
#main .sec04 .photoBox img {
	width: 100%;
}
#main .sec04 .photoBox p {
	margin-top: 1.8rem;
	font-size: 4rem;
	color: #505050;
	text-align: center;
	line-height: 0.925;
	font-weight: 700;
}
#main .sec04 .tips {
	margin: 0 auto;
	width: fit-content;
	letter-spacing: 0.01em;
}
#main .sec04 .timeTtl + .tips {
	margin: -1.4rem auto 1rem;
}
#main .sec04 .photoBox p small {
	margin: 1rem 0 -0.5rem;
	font-size: 2.6rem;
	font-weight: 600;
	display: block;
}
#main .sec04 .photoBox + .heading04 {
	margin-top: 5rem;
}
#main .sec04 .slidePhoto {
	margin: 0 -0.2rem 3.9rem;
	padding: 0.2rem 0.2rem 1.7rem;
	position: relative;
	background: #fff;
}
#main .sec04 .slidePhoto .photoBox {
	margin: 0;
	padding: 0;
}
#main .sec04 .slidePhoto .dotList {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 2.2rem;
	position: absolute;
	left: 0;
	bottom: -2.6rem;
}
#main .sec04 .slidePhoto .dotList li {
	width: 1rem;
	height: 1rem;
	border-radius: 100%;
	background: #CA90AE;
	opacity: 0.5;
	cursor: pointer;
	transition: 0.3s;
}
#main .sec04 .slidePhoto .dotList li.slick-active {
	background: #fff;
	opacity: 1;
}
#main .sec04 .slidePhoto .dotList button {
	display: none;
}
#main .sec04 .policyBox {
	margin-top: 5rem;
	padding-bottom: 2.7rem;
	position: relative;
	z-index: 1;
}
#main .sec04 .policyBox .posImg {
	width: 16.8rem;
	right: -6.7rem;
	top: -6.4rem;
	left: auto;
}
#main .sec04 .policyBox .pos01 {
	width: 23.1rem;
	top: auto;
	bottom: -9.4rem;
	right: 5rem;
}
#main .sec05 {
	padding: 1.3rem 0;
	background: #B33264;
	position: relative;
	overflow: initial;
}
#main .sec05 .image {
	margin: 0 auto;
	width: 65.1rem;
}
#main .sec05::before {
	content: "";
	width: 100%;
	height: 10rem;
	top: -9.8rem;
	left: 0;
	position: absolute;
	background: url(../img/index/bg04.png) no-repeat center top / 100%;
}
#main .sec05 .head01 {
	margin: 0 auto 9.5rem;
	width: 56.9rem;
	position: relative;
	z-index: 2;
}
#main .sec05 .head02 {
	margin-bottom: 3.6rem;
	text-align: center;
}
#main .sec05 .head02 img {
	width: auto;
	height: 5.7rem;
}
#main .sec05 .inner01 {
	padding: 4.3rem 0 12.3rem;
	color: #fff;
	background: #C8327D;
	position: relative;
	z-index: 1;
}
#main .sec05 .inner03 .text01 {
	margin: 1.3rem 0 4rem;
}
#main .sec05 .inner01::before {
	content: "";
	width: 100%;
	height: 10rem;
	bottom: -1.2rem;
	left: 0;
	position: absolute;
	transform: rotate(180deg);
	z-index: -1;
	background: url(../img/index/bg06.jpg) no-repeat center top / 100%;
}
#main .sec05 .inner01 p {
	text-align: center;
	font-size: 5rem;
	line-height: 1.26;
}
#main .sec05 .inner01 .box {
	margin: 2.9rem auto 4rem;
	width: 50rem;
	height: 50rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	font-size: 3.6rem;
	letter-spacing: 0.12em;
	background: #fff;
	box-shadow: 0 0 2rem #fff;
}
#main .sec05 .inner02 {
	padding: 0.8rem 5rem 10.4rem;
	position: relative;
	z-index: 2;
	background: url(../img/index/bg05.jpg) no-repeat center bottom / 100%;
}
#main .sec05 .inner01::after {
	content: "";
	width: 100%;
	height: 10rem;
	top: -9.9rem;
	left: 0;
	position: absolute;
	z-index: -1;
	transform: rotate(180deg);
	background: url(../img/index/bg07.jpg) no-repeat center top / 100%;
}
#main .sec05 .inner02 .box {
	color: #fff;
}
#main .sec05 .inner02 .box p {
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 1.718;
	letter-spacing: 0.01em;
}
#main .sec05 .inner02 .head02 {
	margin-bottom: 2.2rem;
}
#main .sec05 .inner03 {
	padding: 4.5rem 2rem 3.2rem;
}
#main .sec05 .inner03 .head02 {
	margin-bottom: 5.2rem;
}
#main .sec05 .inner03 .comBtn .link {
	background: #C8327D;
}
#main .sec05 .inner03 .snsUl {
	margin: 5.4rem 1rem 4.2rem;
	align-items: center;
	gap: 6.2rem;
}
#main .sec05 .inner03 .snsUl a {
	display: block;
}
#main .sec05 .inner03 .snsUl img {
	width: auto;
	height: 5.6rem;
}
#main .sec05 .inner03 .tips {
	color: #fff;
	text-align: center;
}
#main .sideInn {
	position: fixed;
	z-index: 99;
	width: fit-content;
	left: calc((100% - 75rem) / 4);
	top: 50%;
	transform: translate(-60%,-50%);
}
#main .sideInn h2 {
	width: 15.4rem;
}
#main .sideInn img {
	width: 100%;
}
#main .sideInn .img {
	width: 10.2rem;
	position: absolute;
	right: -4.8rem;
	top: -1.6rem;
}
@media (min-width: 751px) and (max-width: 1223px) {
	html {
		font-size: calc(1000vw / 1223);
	}
}
@media all and (min-width: 751px) {
	.footer_wrap {
		position: relative;
	}
	.footer_wrap > * {
		position: relative;
		z-index: 1;
	}
	.footer_wrap::after {
		content: "";
		width: 999rem;
		height: 100%;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		position: absolute;
		background: #e9e9e9;
	}
	#main .pc {
		display: block !important;
	}
	#main .sp {
		display: none !important;
	}
	#main .sec05 .inner03 .snsUl a:hover,
	.btmBtn a:hover,
	#main .sec05 .inner02 .box .readMore:hover,
	#main .moreBtn:hover,
	#main .sec01 .linkUl a:hover,
	#main .sec01 .scrollBox01 a:hover {
		opacity: 0.7;
	}
	#main .slideBox .arrowList li:hover {
		opacity: 0.3;
	}
	#main .comBtn a:hover {
		opacity: 0.7;
	}
	#main .tipsList a:hover,
	#main p a:hover {
		text-decoration: underline;
	}
	#main .txtLink a:hover {
		text-decoration: none;
	}
	#main .sec04 .slidePhoto .dotList li:hover {
		background: #fff;
	}
}
.anim {
	animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeup {
	0% {
		transform: translateY(3rem);
		opacity: 0;
	}
	80% {
		opacity: 1;
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
.anim02 {
  animation: poyoyon3 2.5s infinite;
  opacity: 1;
}
@keyframes poyoyon3 {
	0%, 40% {
		transform: skew(0deg, 0deg);
	}
	5% {
		transform: skew(5deg, 5deg);
	}
	10% {
		transform: skew(-4deg, -4deg);
	}
	15% {
		transform: skew(3deg, 3deg);
	}
	20% {
		transform: skew(-2deg, -2deg);
	}
	25% {
		transform: skew(1deg, 1deg);
	}
	30% {
		transform: skew(-0.6deg, -0.6deg);
	}
	35% {
		transform: skew(0.3deg, 0.3deg);
	}
}
@media all and (max-width: 750px) {
	html {
		font-size: calc(1000vw / 750);
	}
	#container {
		padding-top: 66px;
	}
	#main .pc {
		display: none !important;
	}
	#main .sp {
		display: block !important;
	}
	#main .mainBg,
	#main .sideInn {
		display: none;
	}
}