@charset "utf-8";

html {
	font-size: 62.5%;
}

* {
	box-sizing: border-box;
}

body {
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 1.6rem;
	line-height: 1.6;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
}

strong {
	font-weight: 600;
}

img {
	max-width: 100%;
	height: auto;
}

iframe {
	width: 100%;
    height: 100%;
}

sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

.pcNone {
	display: none;
}

input,
textarea,
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	background: none;
}

select::-ms-expand {
	display: none;
}

input[type="submit"] {
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]:-webkit-search-decoration {
	display: none;
}
input[type="submit"]:focus {
	outline-offset: -2px;
}

input[type="submit"]:-moz-focus-inner{
	border :0;
}

input[type=radio], input[type=checkbox] {
	opacity: 0;
	-webkit-appearance: none;
	appearance: none;
	position: absolute;
}

@media screen and (max-width: 767px) {
body {
	-webkit-text-size-adjust: 100%;
	font-size: 4vw;
}

img {
	width: 100%;
}

.spNone {
	display: none !important;
}

.pcNone {
	display: block !important;
}

}

.right {
	text-align: right !important;
}
.center {
	text-align: center !important;
}

/* link
*****************************************/
a:link,
a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #000;
	text-decoration: none;
}

.hover a img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: opacity .6s;
}

@media (any-hover: hover) {
	.hover a:hover img {
		transition: opacity .3s;
		opacity: .6;
	}
}
.imgOver01 > a {
	display: block;
	overflow: hidden;
}

.imgOver01 > a img {
	transform: scale(1);
	transition: transform .6s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.imgOver02 > a img {
	transition: opacity .6s;
}
@media (any-hover: hover) {
	.imgOver01 > a:hover img {
		transition: transform .3s;
		transform: scale(1.1);
	}
	.imgOver02 > a:hover img {
		transition: opacity .3s;
		opacity: .6;
	}
}

/* header
*****************************************/
.header01 {
}

@media screen and (max-width: 767px) {
.header01 {
}

}

/* footer
*****************************************/
.footer01 {
}

.pagetop01 {
	position: fixed;
	bottom: 20px;
	right: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
}

.pagetop01.fadeIn {
	opacity: 1.0;
	visibility: visible;
}

.copyrightBlock01 {
	background: #00A0EA;
}
.copyrightBlock01 > .inner01 {
	padding: 20px 0 10px;
}
.copyrightBlock01 > .inner01 > .copyright01 {
	color: #FFF;
	text-align: center;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.4;
}

@media screen and (max-width: 767px) {
.footer01 {
}

}


/* contents
*****************************************/
.wrap01 {
	display: flex;
	flex-wrap: wrap;
}
.wrap01.bC {
	justify-content: center;
}
.wrap01.between {
	justify-content: space-between;
}
.wrap01.aC {
	align-items: center;
}
.wrap01.aEnd {
	align-items: flex-end;
}
.wrap01.reverse {
	flex-direction: row-reverse;
}
#ct_bg {
	overflow: hidden;
}
.contents01 {

}
.contents01 > .heading01 {
	padding: 4px 0;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
	background: #FABD00;
}
.mvInner01 {
	position: relative;
}
.mvInner01::before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/mv01_bg.webp) no-repeat;
    background-size: cover;
    z-index: -1;
}
.mvInner01 > .inner01 {
	margin: auto;
	padding: 18px 20px 0;
    width: 100%;
    max-width: 1240px;
}
.mvInner01 > .inner01 > img {
	width: 100%;
}

.menuBlock01 {
	position: relative;
	background: #EA5189;
	z-index: 5;
}
.menuBlock01::after {
	content: "";
    background: url(../img/bg01.svg);
    width: 100%;
    height: 25px;
    display: block;
    position: absolute;
	bottom: -25px;
	left: 0;
	z-index: 1;
}
.menuBlock01 > .inner01 {
	margin: auto;
    padding: 20px 20px 5px;
    width: 100%;
    max-width: 1240px;
}
.menuBlock01 > .inner01 > .list01  {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0 15px;
}
.menuBlock01 > .inner01 > .list01 > li {
	width: calc( (100% - 15px * 3) / 4 );
}
.menuBlock01 > .inner01 > .list01 > li.logo01 {
	display: flex;
	align-items: center;
}
.menuBlock01 > .inner01 > .list01 > li > .btn01 {
    border-radius: 30px;
    box-shadow: 5px 5px 0px 0px #000;
	transition: .3s;
}
.menuBlock01 > .inner01 > .list01 > li > .btn01 > a {
	display: block;
	width: 100%;
    height: 100%;
}
.menuBlock01.type01 {
	position: relative;
	padding-bottom: 6.5px;
	background: url(../img/bg03.svg);
}
.menuBlock01.type01::after {
	content: "";
	display: block;
	background: url(../img/bg08.svg);
	position: absolute;
	bottom: -9px;
	left: 0;
	width: 100%;
	height: 10px;
}
.menuBlock01.type01 > .inner01 {
	padding-top: 13px;
}
.menuBlock01 > .inner01 .logo01 {
	width: 100%;
	max-width: 260px;
}
.menuBlock01.type01 > .inner01 .list01 > li:not(:first-child) {
	width: calc( (100% - 16px * 4 - 260px) / 4 );
}
.menuBlock01.type01 > .inner01 .list01 > li > .btn01 {
	border-radius: 20px;
	box-shadow: 4px 4px 0px 0px #000;
	transition: .3s;
}
.menuBlock01.type01 > .inner01 > .wrap01 {
	align-items: center;
	justify-content: space-between;
}
.menuBlock01.type01 > .inner01 .list01.type01 {
	margin-left: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 0 16px;
	width: calc( 100% - 260px - 20px );
}
.menuBlock01.type01 > .inner01 .list01.type01 > li {
	margin-top: 0;
	width: calc( (100% - 16px * 3) / 4 );
}
.menuBlock01 > .inner01 .list01 > li > .btn01:hover {
	box-shadow: none;
	transform: translate(5px,5px);
	transition: .3s;
}
.menuBlock01 > .inner01 .list01 > li > .btn01:hover {
	box-shadow: none;
}
.menuBlock01 + .section01:not(.type02) {
	padding-top: 65px;
}
.section01 {
	position: relative;
	padding: 40px 0 100px;
}
.section01:nth-of-type(odd) {
	background: #00A0EA;
}
.section01:nth-of-type(even) {
	background: #EA5189;
	padding-bottom: 80px;
}
.section01:nth-last-of-type(1) {
	padding-bottom: 90px;
}
.section01.type01 + .menuBlock01.type01 {
	padding-top: 25px;
}
.section01 > .bgBlock01::after {
    content: "";
    display: block;
    background: url(../img/bg09.png);
    width: calc(100% - 30px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    background-size: 100%;
    visibility: visible;
    max-width: 1720px;
    background-position: top center;
    transform: translateX(-50%);
}
.section01:nth-of-type(2) > .bgBlock01::after,
.section01:nth-last-of-type(1) > .bgBlock01::after {
	height: calc(100% + 50px);
    top: -50px;
}
.section01.type02 {
	padding-bottom: 120px;
}
.section01.type02 > .inner01 > .image01 {
	margin-top: 60px;
	text-align: center;
}
.section01.type01::before {
	content: "";
    background: url(../img/bg02.svg);
    width: 100%;
    height: 25px;
    display: block;
    position: absolute;
	top: -25px;
	left: 0;
	z-index: 99;
}
.section01.type01::after {
	content: "";
	background: url(../img/bg01.svg);
	width: 100%;
	height: 25px;
	display: block;
	position: absolute;
	bottom: -25px;
	left: 0;
	z-index: 99;
	visibility: visible;
}
.section01.type02::before {
    content: "";
    background: url(../img/bg05.webp) no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    /* top: -3.86vw;
    right: -4.69vw; */
    top: -4.85vw;
    right: -1vw;
    z-index: 1;
    background-size: 100%;
}
.section01.type01 + .section01 {
	padding-top: 65px;
	padding-bottom: 125px;
}
.section01.type02.howto > .inner01 > .heading01 + * {
	margin-top: 36px;
}
.section01.type02.qa > .inner01 > .heading01 + * {
	margin-top: 56px;
}
.section01 > .inner01 {
	position: relative;
    z-index: 5;
	width: 100%;
	max-width: 1040px;
	padding: 0 20px;
	margin: auto;
}
.section01:nth-of-type(1) > .inner01 > .heading01 {
	margin: auto;
	width: 100%;
	max-width: 766px;
}
.section01:nth-of-type(2) > .inner01 > .heading01 {
	margin: auto;
	width: 100%;
	max-width: 686px;
}
.section01:nth-of-type(3) > .inner01 > .heading01 {
	margin: auto;
	width: 100%;
	max-width: 846px;
}
.section01:nth-of-type(4) > .inner01 > .heading01 {
	margin: 0 0 0 -45px;
    width: 109%;
    max-width: 109%;
}
@media screen and ( max-width: 1040px ) {
	.section01:nth-of-type(4) > .inner01 > .heading01 {
		margin: auto;
		width: 100%;
		max-width: 100%;
	}
}
.section01.type02.info > .inner01 > .heading01 {
    width: calc(100% + 90px);
    max-width: max-content;
    margin-left: -45px;
}
.section01.type02.lineup > .inner01 > .heading01 {
	max-width: 846px;
}
.section01.type02 + .menuBlock01.type01::before {
	content: "";
    display: block;
    background: url(../img/bg07.svg);
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.heading02 {
	padding-bottom: 3px;
	text-align: left;
	color: #EA5189;
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.4;
    border-bottom: 2px solid #F5BAD0;
}
.heading03 {
	padding-left: 11px;
	text-align: left;
	color: #EA5189;
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.4;
	border-left: 4px solid #F5BAD0;
}
.heading04 {
	padding: 160px 0px;
	color: #FFF;
	text-align: center;
	font-family: "Mochiy Pop One";
	font-size: 8rem;
	font-weight: 400;
	line-height: 1;
}
.list01:not(.type01) {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.list01:not(.type01) > li {
	width: calc((100% - 20px) / 2);
	display: flex;
	flex-direction: column;
}
.list01 > li > .bgBlock01 {
	padding: 10px 10px 20px;
	background: #fff;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
.list01 > li > .bgBlock01 > .text01 {
	flex-grow: 1;
}
.list01 > li > .bgBlock01 > *:not(.image01, .btn03) {
	padding: 0 10px;
}
.list01 > li > .bgBlock01 .title01 {
	margin-top: 15px;
	color: #EA5189;
	font-family: "Mochiy Pop One";
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.56px;
}
.list01 > li > .bgBlock01 .title01::after {
	content: "";
	display: block;
	margin-top: 8px;
	border-bottom: 2px solid #EA5189;
}
.list01 > li > .bgBlock01 .title02 {
	margin-top: 15px;
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.32px;
}
.list01 > li > .bgBlock01 .title02 > span {
	font-size: 20px;
	letter-spacing: 0.4px;
}
.list01 > li > div:not(.block01) .text01 {
	margin-top: 15px;
	text-align: left;
	line-height: 1.4;
    letter-spacing: 0.32px;
}
.list01 > li > .bgBlock01 .block02 {
	margin-top: 15px;
	text-align: left;
}
.list01 > li > .bgBlock01 .block02 > .title03 {
	display: inline;
	padding: 4px 5px;
	background: #9BD6F1;
	line-height: 1.4;
	letter-spacing: 0.32px;
}
.list01 > li > .bgBlock01 .block02 > .list02 {
	margin-top: 5px;
}
.list01.type01 > li:not(:first-child) {
	margin-top: 60px;
}
.list01.type01 > li > .bgBlock01 {
	padding: 20px;
}
.list01.type01 > li > .bgBlock01:has(.col01) {
	display: flex;
	flex-wrap: wrap;
	gap: 0 20px;
}
.list01.type01 > li > .bgBlock01:has(.col01) > .image01 {
	width: 100%;
	max-width: 470px;
}
.list01.type01 > li > .bgBlock01 > .col01 {
	width: calc( 100% - 470px - 20px );
}
.list01.type01 > li > .bgBlock01 > .col01 > .title01 {
	margin-top: 10px;
	text-align: left;
}
.list01.type01 > li > .bgBlock01 > .col01 > .btn03 {
    margin-left: 0;
    display: block;
}
.list02 > li {
	position: relative;
	padding-left: 1em;
	letter-spacing: 0.32px;
}
.list02 > li::before {
	content: "";
	display: block;
    position: absolute;
	top: 50%;
    left: 0;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	background-color: #000;
	border-radius: 50%;
}
.list03 {
	margin-top: 10px;
}
.list03 > li {
	position: relative;
	margin-top: 5px;
	padding-left: 18px;
}
.list03 > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	background: #F5BAD0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
}
.list04 > li {
	display: flex;
	flex-wrap: wrap;
	gap: 0 30px;
}
.list04 > li:not(:first-child) {
	margin-top: 20px;
}
.list04 > li:nth-of-type(even) {
	flex-flow: row-reverse;
}
.orderedList01 {
	margin-top: 10px;
    counter-reset: table-ol;
}
.orderedList01 > li {
	display: flex;
	margin-left: 1em;
	counter-increment: table-ol;
}
.orderedList01 > li::before {
	margin-right: 10px;
	content: counter(table-ol);
	display: table-cell;
	color: #EA5189;
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.6;
	text-indent: -1em;
}
.frameArea01 {
	background: #fff;
	border-bottom-left-radius: 40px;
	border-bottom-right-radius: 40px;
}
.frameArea01 + .block01.type02 {
	margin-top: 60px;
}
.frameArea01 > .inner01 {
	padding: 25px 40px 50px;
	border-top: 5px solid #00A0EA;
	text-align: left;
}
.frameArea01.type01 > .inner01 {
	border-top: 5px solid #EA5189;
}
.frameArea01.type01 > .inner01 .block02:not(:first-of-type) {
	margin-top: 32px;
}
.frameArea01 > .inner01 .heading02,
.frameArea01 > .inner01 .heading03 {
	margin-top: 20px;
}
.frameArea01 > .inner01 .image01 + * {
	margin-top: 30px;
}
.frameArea01 > .inner01 .text01 {
	margin-top: 10px;
}
.frameArea01 > .inner01 .title01 {
	color: #00A0EA;
	text-align: left;
	font-family: "Mochiy Pop One";
	font-size: 2.8rem;
	font-weight: 400;
	line-height: 1.4;
}
.frameArea01.type01 > .inner01 .title01 {
	color: #EA5189;
}
.frameArea01 > .inner01 .image01 {
	margin-top: 30px;
}
.frameArea01 .list03 + .heading02,
.frameArea01 .orderedList01 + .heading02 {
	margin-top: 32px;
}
.frameArea02 > .inner01 > dl {
	padding: 20px 30px;
	background: #fff;
	border-radius: 30px;
	text-align: left;
	line-height: 1.4;
}
.frameArea02 > .inner01 > dl + dl {
	margin-top: 20px;
}
.frameArea02 > .inner01 > dl > dt {
	position: relative;
	padding-bottom: 8px;
	padding-left: 40px;
	color: #EA5189;
	font-family: "Mochiy Pop One";
	font-size: 2.4rem;
	letter-spacing: 0.48px;
	border-bottom: 2px solid #EA5189;
}
.frameArea02 > .inner01 > dl > dt::before {
	content: "Q.";
	display: inline-block;
	color: #EA5189;
	font-family: "Mochiy Pop One";
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.48px;
	position: absolute;
	left: 0;
	top: 0;
}
.frameArea02 > .inner01 > dl > dd {
	position: relative;
	margin-top: 20px;
	padding-top: 6px;
	padding-left: 40px;
    letter-spacing: 0.32px;
}
.frameArea02 > .inner01 > dl > dd::before {
	content: "A.";
	display: inline-block;
	color: #EA5189;
	font-family: "Mochiy Pop One";
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: 0.48px;
	position: absolute;
	left: 0;
	top: 0;
}
.frameArea03 {
	margin-top: 85px;
	position: relative;
	background: url(../img/bg03.svg);
}
.frameArea03::before {
    content: "";
    display: block;
    background: url(../img/bg07.svg);
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.frameArea03::after {
    content: "";
    display: block;
    background: url(../img/bg08.svg);
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 10px;
}
.frameArea03 > .inner01 {
	padding: 30px 20px;
}
.frameArea03 > .inner01 > .list04 > li {
	position: relative;
}
.frameArea03 > .inner01 > .list04 > li > .image01 {
	position: relative;
    z-index: 1;
	width: 100%;
	max-width: 480px;
}
.frameArea03 > .inner01 li > .col01 {
	width: calc(100% - 480px - 30px);
}
.frameArea03 > .inner01 li > .col01 > .title01 {
	margin-top: 10px;
    padding: 15px 10px 15px 25%;
    background: #00A0EA;
    border-radius: 50px;
    color: #FFF;
    font-family: "Mochiy Pop One";
    font-size: 3.8rem;
	text-align: left;
    font-weight: 400;
    line-height: 1.4;
    width: 83.4%;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-2deg);
}
.frameArea03 > .inner01 li:nth-of-type(odd) > .col01 {
	padding-right: 20px;
}
.frameArea03 > .inner01 li:nth-of-type(even) > .col01 {
	padding-left: 20px;
}
.frameArea03 > .inner01 li:nth-of-type(even) > .col01 > .title01 {
    left: 0;
    transform: rotate(2deg);
    padding: 15px 25% 15px 30px;
}
.frameArea03 > .inner01 li > .col01 > .title01 + .text01 {
	margin-top: 120px;
}
.frameArea03 > .inner01 li > .col01 .text01 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6;
	text-align: left;
}
.frameArea03 > .inner01 li > .col01 > .text01 img {
	width: auto;
    height: 60px;
    vertical-align: middle;
}
.frameArea03 > .inner01 li > .col01 > .text01 + .text02 {
	margin-top: 20px;
}
.frameArea03 > .inner01 li > .col01 > .text02 {
	color: #E4007F;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.6;
	text-align: left;
}
.frameArea03 > .inner01 li > .col01 > .text02.type01 {
	margin-top: 20px;
	color: #000;
}
.frameArea03 > .inner01 li > .col01 > .text02 img {
    margin: 0 5px;
	width: auto;
    height: 40px;
    vertical-align: middle;
}
.frameArea03 > .inner01 li > .col01 > .text01 > span {
	color: #E4007F;
}
.frameArea03 > .inner01 li > .col01 > .text01 + .text01 {
	margin-top: 20px;
}
.frameArea03 > .inner01 li > .col01 > .image01 {
	margin-top: 20px;
}
.frameArea03 > .inner01 li > .col01 > .bgBlock01 {
	margin-top: 20px;
	padding: 15px;
	background: #E4D3E7;
	border-radius: 10px;
}
.frameArea03 > .inner01 li > .col01 > .bgBlock01 > .wrap01 {
	display: flex;
	flex-wrap: wrap;
	gap: 0 15px;
	align-items: center;
}
.frameArea03 > .inner01 li > .col01 > .bgBlock01 > .wrap01 > .list02 {
	width: calc(100% - 120px - 15px);
}
.frameArea03 > .inner01 li > .col01 > .bgBlock01 > .wrap01 > .image01 {
	width: 100%;
	max-width: 120px;
}
.frameArea03 > .inner01 li > .col01 > .bgBlock01 .list02 > li {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6;
	text-align: left;
}
.frameArea03 > .inner01 li > .col01 > .bgBlock01 .list02 > li::before {
    top: 10px;
    background: #00AEBB;
    transform: none;
}
.frameArea03 > .inner01 li > .col01 > .bgBlock01 .list02 > li > span {
	color: #E4007F;
}
.block01 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
	min-height: 36px;
}
.block01 > .icon01 {
	padding: 8px 10px;
	background: #EA5189;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	font-family: "Mochiy Pop One";
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.4px;
}
.block01.type01 > .icon01 {
	padding: 8px 10px;
	background: #00A0EA;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	font-family: "Mochiy Pop One";
	font-size: 2rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.4px;
}
.block01 > .text01 {
	padding: 5px 10px 2px 10px;
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: var(--blue, #00A0EA);
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.28px;
	display: table;
    margin-left: auto;
}
.block01 > .text01 > time {
	margin-left: 10px;
	color: #000;
	font-family: "Hiragino Kaku Gothic Pro";
	font-weight: 300;
	line-height: 1;
}
.movieArea01 > .inner01 > .movieBlock01 {
	margin: auto;
    width: 100%;
	max-width: 800px;
    height: 100%;
}
.movieArea01 > .inner01 .movieBlock01 > iframe {
    aspect-ratio: 800 / 450;
}
.movieArea01 > .inner01 > .movieBlock01 > .text01 {
	margin-top: 10px;
	text-align: left;
}
.movieArea01 > .inner01 > .list01 {
	margin-top: 24px;
	justify-content: start;
	gap: 24px 30px;
}
.movieArea01 > .inner01 > .list01 > li {
	width: calc((100% - 30px * 2) / 3);
}
.movieArea01 > .inner01 > .list01 > li > .text01 {
	margin-top: 10px;
	text-align: left;
	line-height: 1.4;
    letter-spacing: 0.32px;
}
.movieArea01 > .inner01 > .list01 > li:not(:has(.block01)) {
	margin-top: 36px;
}
.movieArea01 > .inner01 > .list01 > li > .movieBlock01 {
	aspect-ratio: 9 / 16;
}
.movieArea01 > .inner01 > .list01 > li > .movieBlock01.type01 {
	aspect-ratio: 16 / 9;
}
.slideArea01 {
	position: relative;
	background: #e65388;
}
.slideArea01::before {
	content: "";
    display: block;
    background: url(../img/bg11.svg);
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.slideArea01::after {
	content: "";
    display: block;
    background: url(../img/bg10.svg);
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
.slideArea01  + .slideArea01  {
	margin-top: 40px;
}
.slideArea01 .slider01 .slick-slide {
	margin-right: 20px!important;
    margin-left: 20px!important;
}
.slideArea01 .slick-prev,
.slick-prev, .slick-next {
	width: 60px;
	height: 60px;
	z-index: 5;
}
.slideArea01 .slick-prev:before,
.slideArea01 .slick-next:before {
	content: "";
	display: block;
	width: 60px;
	height: 60px;
}
.slideArea01 .slick-prev:before {
	background: url(../img/btn09.webp)no-repeat;
	background-size: contain;
}
.slideArea01 .slick-next:before {
	background: url(../img/btn10.webp)no-repeat;
	background-size: contain;
}
.slideArea01 .slick-slide {
    opacity: 0.4;
    transition: opacity 0.5s;
}

.slideArea01 .slick-center {
    opacity: 1;
}

.slideArea01 .slider02 .slick-slide {
	margin-right: 20px!important;
    margin-left: 20px!important;
}
.slideArea01 .slider02 .slick-list {
    margin: 0 auto;
}
.slick-prev {
	left: 33px;
}
.slick-next {
	right: 33px;
}
.slideArea01.type01 .slick-prev {
	left: 230px;
}
.slideArea01.type01 .slick-next {
	right: 230px;
}
.slideArea01.type01 .item01 {
	aspect-ratio: 400 / 712;
}
.slideArea01.type01 .item01 .movieBlock01 {
	height: 100%;
}
@media screen and ( max-width: 1000px ) {
	.slideArea01.type01 .slick-prev {
		left: 21vw;
	}
	.slideArea01.type01  .slick-next {
		right: 21vw;
	}
}
.btn02 {
	display: inline-block;
	margin-top: 40px;
}
.image01 + .btn02 {
	margin-top: 0;
}
.btn02 > a {
	border-radius: 70px;
	background: #EA5189;
	display: block;
	padding: 5px;
	color: #FFF;
	text-align: center;
	font-family: "Mochiy Pop One";
	font-size: 3rem;
	font-weight: 400;
	line-height: 1.4;
	transition: .3s;
	text-decoration: none;
}
.btn02.type01 > a {
	background: #00A0EA;	
}
.btn02 > a > span {
	position: relative;
	display: block;
	border-radius: 70px;
	border: 2px dashed #F5BAD0;
	text-decoration: none;
	padding: 15px 40px;
}
.btn02 > a > span::before {
    content: "";
    margin-right: 15px;
    display: inline-block;
    background: url(../img/ic02.svg) no-repeat;
    width: 16px;
    height: 14.256px;
    background-size: contain;
    position: relative;
    top: 0;
    left: 0;
    vertical-align: middle;
}
.btn02.type01 > a > span {
	border: 2px dashed #9BD6F1;
}
.btn03 {
	display: inline-block;
	margin: 15px auto 0;
	width: 100%;
	max-width: 320px;
}
.btn03 > a {
	border-radius: 70px;
	background: #00A0EA;
	display: block;
	padding: 5px;
	color: #FFF338;
	text-align: center;
	font-family: "Mochiy Pop One";
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.4;
	transition: .3s;
	text-decoration: none;
}
.btn03 > a > span {
	position: relative;
	display: block;
	border-radius: 70px;
	border: 2px dashed #9BD6F1;
	text-decoration: none;
	padding: 15px 40px 15px 40px;
}
.btn03 > a > span::before {
    content: "";
    margin-right: 13.37px;
    display: inline-block;
    background: url(../img/ic03.svg) no-repeat;
    width: 22px;
    height: 22px;
    background-size: contain;
    position: relative;
    left: 0;
    vertical-align: baseline;
}
.btn04 {
	margin-top: 20px;
}
.text01 + .btn04 {
	margin-top: 10px;
}
.btn04 > a {
	position: relative;
	display: inline-block;
	padding: 15px 40px 15px 69px;
	border-radius: 64px;
	border: 2px solid #FABD00;
	background: #FFF338;
	text-decoration: none;
	color: var(--black, #000);
	text-align: center;
	font-family: "Hiragino Kaku Gothic Pro";
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.4;
	transition: .3s;
}
.btn04 > a::before {
	content: "";
	margin-right: 15px;
	display: inline-block;
	background: url(../img/ic01.svg)no-repeat;
	width: 14px;
	height: 12.474px;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
}
.btn04 > a > span {
	margin-left: 15px;
	vertical-align: middle;
}
.btnWrap01 {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 20px;
}
.btnWrap01 > .btn02 {
	margin-top: 0;
	width: 100%;
	max-width: 320px;
}
@media screen and ( min-width: 769px ) {
	.btn02 > a:hover {
		transform: scale(1.1);
		transition: .3s;
	}
	.btn03 > a:hover {
		transform: scale(1.1);
		transition: .3s;
	}
	.btn04 > a:hover {
		transform: scale(1.1);
		transition: .3s;
	}
}
.btn04.type01 {
	margin-top: 32px;
	text-align: center;
}
.list01:has(.bgBlock01.type01) > li > .block01 > .text01 > time {
	margin-left: 10px;
	font-weight: 300;
	color: #000;
}
.list01:has(.bgBlock01.type01) > li > .bgBlock01.type01 {
	padding: 13px 10px 20px;
	border-top: 3px solid #00A0EA;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
}
.list01:has(.bgBlock01.type01) > li > .bgBlock01.type01 > .text01 {
	padding: 0;
	font-weight: 600;
}
.list01:has(.bgBlock01.type01) > li > .bgBlock01.type01 > .text01 a {
	text-decoration: none;
}
@media screen and ( min-width: 768px ) {
	.list01:has(.bgBlock01.type01) > li > .bgBlock01.type01 > .text01 a:hover {
		text-decoration: underline;
	}
}
@media screen and ( max-width: 980px ) {
	.menuBlock01.type01 > .inner01 > .wrap01 > .logo01 {
		max-width: 26vw;
	}
	.menuBlock01.type01 > .inner01 .list01.type01 {
		width: calc( 100% - 26vw - 30px );
	}
	.menuBlock01.type01 > .inner01 .list01 > li > .btn01 {
		border-radius: 10px;
	}
	.frameArea03 {
		margin-top: 21.25vw;
	}
	.frameArea03 > .inner01 {
		padding: 5vw 2.5vw;
	}
	.frameArea03 > .inner01 > .list04 > li > .image01 {
		max-width: inherit;
	}
	.frameArea03 > .inner01 li {
		display: block;
	}
	.frameArea03 > .inner01 li > .col01 {
		width: 100%;
	}
	.frameArea03 > .inner01 li > .col01 > .title01 {
		margin-top: 2.5vw;
		padding: 2.5vw;
		width: auto;
		font-size: 7vw;
		text-align: center;
		position: static;
		transform: none;
	}
	.frameArea03 > .inner01 li:nth-of-type(even) > .col01 > .title01 {
		transform: none;
		padding: 2.5vw;
	}
	.frameArea03 > .inner01 li > .col01 > .title01 + .text01 {
		margin-top: 2.5vw;
	}
	.frameArea03 > .inner01 li > .col01 .text01 {
		font-size: 4vw;
	}
	.frameArea03 > .inner01 li > .col01 > .text01 img {
		height: 15vw;
	}
	.frameArea03 > .inner01 li > .col01 > .text01 + .text02 {
		margin-top: 5vw;
	}
	.frameArea03 > .inner01 li > .col01 > .text02 {
		font-size: 3vw;
	}
	.frameArea03 > .inner01 li > .col01 > .text02.type01 {
		margin-top: 5vw;
	}
	.frameArea03 > .inner01 li > .col01 > .text02 img {
		margin: 0 0.25vw;
		height: 10vw;
	}
	.frameArea03 > .inner01 li > .col01 > .text01 + .text01 {
		margin-top: 5vw;
	}
	.frameArea03 > .inner01 li > .col01 > .image01 {
		margin-top: 5vw;
	}
	.frameArea03 > .inner01 li > .col01 > .bgBlock01 {
		margin-top: 5vw;
		padding: 3.75vw;
	}
	.frameArea03 > .inner01 li > .col01 > .bgBlock01 > .wrap01 {
		display: flex;
		flex-wrap: wrap;
		gap: 0 3.75vw;
		align-items: center;
	}
	.frameArea03 > .inner01 li > .col01 > .bgBlock01 > .wrap01 > .list02 {
		width: calc(100% - 30vw - 3.75vw);
	}
	.frameArea03 > .inner01 li > .col01 > .bgBlock01 > .wrap01 > .image01 {
		width: 100%;
		max-width: 30vw;
	}
	.frameArea03 > .inner01 li > .col01 > .bgBlock01 .list02 > li {
		font-size: 4vw;
	}
}
@media screen and ( max-width: 769px ) {
	.mvInner01::before {
		content: none;
	}
	.mvInner01 > .inner01 {
		padding: 0;
	}
	.menuBlock01 > .inner01 {
		padding: 5vw 2.5vw 0.81vw 2.5vw;
	}
	.menuBlock01 > .inner01 > .list01 {
		gap: 2.5vw;
		margin-top: 0;
	}
	.menuBlock01 > .inner01 > .list01 > li {
		width: calc( (100% - 2.5vw) / 2 );
	}
	.menuBlock01.type01 > .inner01 {
		padding-bottom: 7.5vw;
	}
	#ct_bg > .menuBlock01.type01 {
		padding-bottom: 0;
        margin-top: 2.5vw;
	}
	#ct_bg > .section01.type02 + .menuBlock01.type01 {
		margin-top: 0;
	}
	#ct_bg > .menuBlock01.type01 > .inner01 {
		padding: 3.75vw 5vw 7.5vw;
	}
	#ct_bg >  .menuBlock01.type01:first-child {
		margin-top: 0;
	}
	#ct_bg >  .menuBlock01.type01:first-child > .inner01 {
		padding: 2.5vw;
	}
	.menuBlock01.type01 > .inner01 > .list01 {
		gap: 4.25vw;
	}
	.menuBlock01.type01 > .inner01 .list01 > li:not(:first-child) {
		width: calc( (100% - 4.25vw) / 2 );
	}
	.menuBlock01 > .inner01 > .list01 > li.logo01 {
		width: 100%;
	}
	.menuBlock01 > .inner01 > .list01 > li > .btn01 {
		border-radius: 4.86vw;
		box-shadow: 0.81vw 0.81vw 0px 0px #000;
	}
	.menuBlock01.type01 > .inner01 > .list01 > li > .btn01 {
		border-radius: 5vw;
		box-shadow: 0.79vw 0.79vw 0px 0px #000;
	}
	.menuBlock01.type01 > .inner01 > .list01 > li > .btn01:hover {
		box-shadow: none;
		transform: translate(5px,5px);
		transition: .3s;
	}
	.menuBlock01.type01 > .inner01 > .list01 > .logo01,
	.menuBlock01.type01 > .inner01 > .wrap01 > .logo01 {
		max-width: 65vw;
	}
	.menuBlock01.type01 > .inner01 .list01.type01 {
		display: none;
	}
	body:has(.active) {
		height: 100vh;
		overflow: hidden;
	}
	.active .menuBlock01.type01 {
		height: 100vh;
	}
	.active .menuBlock01.type01 > .inner01 .list01.type01 {
		display: flex;
		margin-left: 0;
		padding: 0 5vw;
        position: absolute;
        top: 25vw;
        width: 100%;
        left: 0;
        gap: 5vw 5vw;
	}
	.menuBlock01.type01 > .inner01 .list01.type01 > li {
		width: calc( (100% - 5vw) / 2 );
	}
	.menuBlock01.type01 > .inner01 .list01.type01 > li > .btn01 {
		border-radius: 5vw;
        box-shadow: 0.79vw 0.79vw 0px 0px #000;
		transition: .3s;
	}
	.menuBlock01.type01 > .inner01 .list01.type01 > li > .btn01:hover {
		box-shadow: none;
		transition: .3s;
	}
	.menuBlock01.type01 > .inner01 > .wrap01 > .icon01 {
		position: relative;
		width: 17.5vw;
		height: 17.5vw;
		border-radius: 3.95vw;
		box-shadow: 0.79vw 0.79vw 0px 0px #000;
		transition: .3s;
	}
	.menuBlock01.type01 > .inner01 > .wrap01 > .icon01::before {
        content: "";
        display: block;
        background: url(../../common/img/ic04.svg) no-repeat;
        width: 100%;
        height: 100%;
        background-size: 100%;
	}
	.active .menuBlock01.type01 > .inner01 > .wrap01 > .icon01::before {
        background: url(../../common/img/ic05.svg) no-repeat;
		background-size: 100%;
	}
	.menuBlock01.type01 > .inner01 > .wrap01 > .icon01:active {
		box-shadow: none;
		transform: translate(5px,5px);
		transition: .3s;
	}
	.menuBlock01 + .section01 > .inner01 {
		padding: 0 1.25vw;
	}
	.menuBlock01 + .section01 > .inner01 > .heading01 + .image01 {
		margin-top: 5vw;
	}
	.section01 {
		padding: 10vw 0 25vw;
	}
	.section01 > .bgBlock01::after {
		content: none;
	}
	.menuBlock01 + .section01,
	.section01.type01 + .section01 {
		padding-top: 16.25vw;
		padding-bottom: 31.25vw;
	}
	.section01.type01 {
		padding-bottom: 20vw;
	}
	.section01.type01:nth-last-of-type(1) {
		padding-bottom: 16.25vw;
	}
	.section01 > .inner01 {
		padding: 0 2.5vw;
	}
	.section01.type02 {
		padding-top: 12.5vw;
		padding-bottom: 25vw;
	}
	.section01.type02::before {
		width: 200vw;
		height: 200vw;
		top: -18vw;
		right: -4.5vw;
		background-size: contain;
	}
	.section01.type02.howto > .inner01 > .heading01 + *,
	.section01.type02.qa > .inner01 > .heading01 + * {
		margin-top: 14vw;
	}
	.section01.type02 > .inner01 {
		padding: 0 2.5vw;
	}
	.section01.type02.movie > .inner01 > .heading01 {
		width: 90%;
	}
	.section01.type02.lineup > .inner01 > .heading01 {
		width: 110%;
		max-width: 110%;
		margin-left: -5%;
	}
	.section01.type02.qa > .inner01 > .heading01 {
		width: 105%;
		max-width: 105%;
		margin-left: -2.5%;
	}
	.section01.type02 > .inner01 > .image01 {
		margin-top: 60px;
	}
	.section01.type02 > .inner01 > .list01 {
		margin-top: 5vw;
	}
	.section01:nth-of-type(1) > .inner01 > .heading01 {
		margin: auto;
		width: 100%;
		max-width: 766px;
	}
	.section01:nth-of-type(2) > .inner01 > .heading01 {
		margin: auto;
		width: 85.75vw;
		max-width: 686px;
	}
	.section01:nth-of-type(3) > .inner01 > .heading01 {
		margin-left: -2.5vw;
		width: calc(100% + 5vw);
		max-width: inherit;
	}
	.section01:nth-of-type(4) > .inner01 > .heading01 {
		margin: 0 0 0 -2.5vw;
		width: calc(100% + 5vw);
		max-width: inherit;
	}
	.section01.type02.info > .inner01 > .heading01 {
		width: 100%;
		max-width: inherit;
		margin-left: 0;
	}
	.heading01 + .block01 {
		margin-top: 5vw;
	}
	.heading02 {
		font-size: 5vw;
	}
	.heading03 {
		padding-left: 2.75vw;
		font-size: 4.5vw;
	}
	.heading04 {
		padding: 20vw 0;
		font-size: 9.5vw;
		line-height: 1.2;
	}
	.list01:not(.type01) {
		margin-top: 5vw;
		gap: 5vw 0;
	}
	.list01:not(.type01) > li {
		width: 100%;
	}
	.list01 > li > .bgBlock01 {
		padding: 2.5vw 2.5vw 5vw;
		background: #fff;
		border-bottom-right-radius: 7.5vw;
		border-bottom-left-radius: 7.5vw;
	}
	.list01 > li > .bgBlock01 > *:not(.image01, .btn03) {
		padding: 0 2.5vw;
	}
	.list01 > li > .bgBlock01 .title01 {
		margin-top: 3.75vw;
		font-size: 5vw;
		letter-spacing: 0.4px;
	}
	.list01 > li > .bgBlock01 .title01::after {
		margin-top: 2vw;
	}
	.list01 > li > .bgBlock01 .title02 {
		margin-top: 3.75vw;
		font-size: 4vw;
	}
	.list01 > li > .bgBlock01 .title02 > span {
		font-size: 5vw;
	}
	.list01 > li > .bgBlock01 .block02 {
		margin-top: 3.75vw;
	}
	.list01 > li > .bgBlock01 .block02 > .list02 {
		margin-top: 1.25vw;
	}
	.list01.type01 > li:not(:first-child) {
		margin-top: 5vw;
	}
	.list01.type01 > li > .bgBlock01 {
		padding: 2.5vw 2.5vw 5vw 2.5vw;
	}
	.list01.type01 > li > .bgBlock01:has(.col01) {
		display: flex;
		flex-wrap: wrap;
		gap: 0 20px;
	}
	.list01.type01 > li > .bgBlock01:has(.col01) > .image01 {
		max-width: inherit;
	}
	.list01.type01 > li > .bgBlock01 > .col01 {
		width: 100%;
	}
	.list01.type01 > li > .bgBlock01 > .col01 > .title01 {
		margin-top: 3.75vw;
	}
	.list01.type01 > li > .bgBlock01 > .col01 > .btn03 {
		margin-left: auto;
	}
	.list03 {
		margin-top: 2.5vw;
	}
	.list03 > li {
		margin-top: 1.25vw;
		padding-left: 4.5vw;
	}
	.list03 > li::before {
		width: 2vw;
		height: 2vw;	
	}
	.orderedList01 {
		margin-top: 2.5vw;
	}
	.orderedList01 > li {
		margin-left: 1em;
	}
	.orderedList01 > li::before {
        font-size: 4vw;
        margin-right: 1vw;
        text-indent: -4.5vw;
	}
	.block01 > .icon01 {
		padding: 2vw 2.5vw;
		border-radius: 2.5vw 2.5vw 0px 0px;
		font-size: 5vw;
	}
	.block01 > .text01 {
		padding: 1.25vw 2.5vw 0.5vw 2.5vw;
		border-radius: 2.5vw 2.5vw 0px 0px;
		font-size: 3.5vw;
		letter-spacing: 0.28px;
		margin-left: auto;
	}
	.frameArea01 + .block01.type02 {
		margin-top: 15vw;
	}
	.frameArea01 > .inner01 {
		padding: 6.25vw 3.75vw 12.5vw;
	}
	.frameArea01 > .inner01 > .title01 {
		font-size: 5vw;
	}
	.frameArea01 > .inner01 > .image01 {
		margin-top: 7.5vw;
	}
	.frameArea01 > .inner01 > .image01 + * {
		margin-top: 7.5vw;
	}
	.frameArea01 > .inner01 > .heading02,
	.frameArea01 > .inner01 > .heading03 {
		margin-top: 5vw;
	}
	.frameArea01 > .inner01 > .text01 {
		margin-top: 2.5vw;
	}
	.frameArea01 .list03 + .heading02,
	.frameArea01 .orderedList01 + .heading02 {
		margin-top: 8vw;
	}
	.frameArea02 {
		margin-top: 5vw;
	}
	.frameArea02 > .inner01 > dl {
		padding: 5vw 3.75vw;
	}
	.frameArea02 > .inner01 > dl + dl {
		margin-top: 5vw;
	}
	.frameArea02 > .inner01 > dl > dt {
		position: relative;
		padding-bottom: 2vw;
		padding-left: 10vw;
		color: #EA5189;
		font-family: "Mochiy Pop One";
		font-size: 5vw;
		letter-spacing: 0.4px;
		border-bottom: 2px solid #EA5189;
	}
	.frameArea02 > .inner01 > dl > dt::before {
		content: "Q.";
		display: inline-block;
		color: #EA5189;
		font-family: "Mochiy Pop One";
		font-size: 6vw;
		font-weight: 400;
		line-height: 1.4;
		letter-spacing: 0.4px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.frameArea02 > .inner01 > dl > dd {
		position: relative;
		margin-top: 5vw;
		padding-top: 1.5vw;
		padding-left: 10vw;
		letter-spacing: 0.32px;
	}
	.frameArea02 > .inner01 > dl > dd::before {
		content: "A.";
		display: inline-block;
		color: #EA5189;
		font-family: "Mochiy Pop One";
		font-size: 6vw;
		font-weight: 400;
		line-height: 1.4;
		letter-spacing: 0.48px;
		position: absolute;
		left: 0;
		top: 0;
	}
	.movieArea01:first-of-type {
		margin-top: 5vw;
	}
	.movieArea01:has(.slideArea01) {
		width: calc(100% + 5vw);
		margin-left: -2.5vw;
	}
	.movieArea01 > .inner01 > .movieBlock01 + .text01 {
		margin-top: 2.5vw;
	}
	.movieArea01 > .inner01 > .list01 {
		margin-top: 8vw;
		gap: 0;
	}
	.movieArea01 > .inner01 > .list01 > li {
		width: 100%;
	}
	.movieArea01 > .inner01 > .list01 > li:not(:first-child) {
		margin-top: 15vw;
	}
	.movieArea01 > .inner01 > .list01 > li:not(:first-child):has(.block01) {
		margin-top: 6vw;
	}
	.movieArea01 > .inner01 > .list01 > li > .text01 {
		margin-top: 2.5vw;
		font-size: 4vw;
	}
	.movieArea01 > .inner01 > .list01 > li > .movieBlock01 {
		aspect-ratio: 9 / 15.8
	}
	.btn02 {
		margin-top: 10vw;
	}
	.image01 + .btn02 {
		margin-top: 5vw;
	}
	.btn02 > a {
		padding: 1.25vw;
		font-size: 5vw;
	}
	.btn02 > a > span {
		padding: 3.75vw 10vw;
	}
	.btn02 > a > span::before {
		position: relative;
		margin-right: 3.75vw;
		left: 0;
		width: 2.5vw;
		height: 2.23vw;
	}
	.btn03 {
		margin-top: 3.75vw;
		max-width: 80vw;
	}
	.btn03 > a {
		padding: 1.25vw;
	}
	.btn03 > a > span {
		padding: 3.75vw 0;
		font-size: 6vw;
	}
	.btn03 > a > span::before {
		margin-right: 2.5vw;
		width: 5.5vw;
		height: 5.5vw;
		position: static;
		transform: none;
	}
	.text01 + .btn04 {
		margin-top: 2.5vw;
	}
	.btn04.type01 {
		margin-top: 8vw;
	}
	.btn04 > a {
		padding: 3.75vw 5vw;
		border-radius: 16vw;
		font-size: 4vw;
	}
	.btn04 > a::before {
		margin-right: 3.75vw;
		position: relative;
		top: 50%;
		left: 0;
		transform: none;
	}
	.btn04.type02 > a {
		padding: 3.75vw 5vw 3.75vw 12.25vw;
	}
	.btn04.type02 > a::before {
		position: absolute;
		top: 50%;
		left: 5vw;
		transform: translateY(-50%);
	}
	.btnWrap01 {
		margin-top: 10vw;
		gap: 5vw 0;
	}
	.btnWrap01 > .btn02 {
		max-width: 80vw;
	}
	.slideArea01 {
		margin-top: 5vw;
		display: block;
	}
	.slideArea01 + .slideArea01 {
		margin-top: 10vw;
	}
	.slideArea01::before,
	.slideArea01::after {
		content: none;
	}
	.slideArea01 .slider01 .slick-slide {
		margin-right: 1.25vw!important;
		margin-left: 1.25vw!important;
	}
	.slideArea01 .slider02 .slick-slide {
		margin-right: 1.25vw!important;
		margin-left: 1.25vw!important;
	}
	.slideArea01 .slick-prev,
	.slick-prev, .slick-next {
		width: 10vw;
		height: 10vw;	
	}
	.slideArea01 .slick-prev:before,
	.slideArea01 .slick-next:before {
		width: 10vw;
		height: 10vw;
	}
	.slick-prev {
		left: 1.25vw;
	}
	.slick-next {
		right: 1.25vw;
	}
	.slideArea01.type01 .slick-prev {
		left: 20.37vw;
	}
	.slideArea01.type01  .slick-next {
		right: 20.37vw;
	}
	.list01:has(.bgBlock01.type01) > li > .block01 > .text01 > time {
		margin-left: 2.5vw ;
		font-weight: 300;
		color: #000;
	}
	.list01:has(.bgBlock01.type01) > li > .bgBlock01.type01 {
		padding: 3.25vw 2.5vw 5.5vw;
		border-top: 3px solid #00A0EA;
	}
	.list01:has(.bgBlock01.type01) > li > .bgBlock01.type01 > .text01 {
		font-size: 4vw;
		font-weight: 600;
	}
	.list01:has(.bgBlock01.type01) > li > .bgBlock01.type01 > .text01 a {
		text-decoration: none;
	}
	.frameArea01.type01 > .inner01 .block02:not(:first-of-type) {
		margin-top: 8vw;
	}
}
/* Clearfix
*****************************************/
.cf::after {
	content: "";
	display: block;
	clear: both;
}

.copyrightBlock01 {
	position: relative;
}
.copyrightBlock01 > .inner01 > .copyright01 {
	padding: 0 2.5vw;
}
.copyrightBlock01::after{
    content: "";
    position: absolute;
    background: linear-gradient(45deg, #00A0EA 50%, transparent 52%), linear-gradient(315deg, #00A0EA 50%, transparent 52%);
    background-size: 30px 30px;
    height: 15px;
    width: calc(100% + 30px);
    top: -14px;
    z-index: 1;
    left: -30px;
  }
