


/* 背景
------------------------------------- */
.bg{
	background-color:#86e1db;
	overflow-x: hidden;
}


#bg_kazari {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	position: relative;
	background-color: #23c8be;
	background-image: url('../img/bg_r.svg'),url('../img/bg_l.svg'),
						url('../img/bg_t.svg'),url('../img/bg_b.svg');
	background-repeat: repeat-y,repeat-y,repeat-x,repeat-x;
	background-position: right top,left top,top,bottom;
    background-size: 380px,380px,760px,760px;
}

#maru_kazari{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-image:	url('../img/kazari.png'),
						url('../img/kazari.png'),
						url('../img/kazari.png'),
						url('../img/kazari.png'),
						url('../img/kazari.png'),
						url('../img/kazari.png'),
						url('../img/kazari.png'),
						url('../img/kazari.png');
	background-position:	right 5% top 2%,
							right 2% top 38%,
							right 5% bottom 28%,
							right 2% bottom 6%,
							left 5% top 8%,
							left 2% top 42%,
							left 5% bottom 38%,
							left 2% bottom 2%;
	background-size: 6%;
}


#wrapper{
    width: 100%;
	max-width: 1024px;
    margin: 0 auto;
	position: relative;

}

p {
	  transform: rotate(0.05deg);
}

/* サービス開始時期
------------------------------------- */

.circle {
	max-width: 180px;
	position: absolute;
	transform: translateX(690px) translateY(0px);
	z-index: 100;
	display: flex;
	justify-content: center;
}

.circle_txt {
	position: absolute;
	max-width: 180px;
	top: 30px;
}

.txt_kana {
	letter-spacing: -0.15em;
}

.circle p {	
	font-family: "ads-hikari", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: white;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.1;
}

.circle span {
	font-size: 2rem;
}

.rotate-img {
	width: 100%;
	animation: spin 8s linear infinite;
	display: inline-block;
}

/* 回転アニメーション */
@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/* メインロゴ
------------------------------------- */

.main_circle {
	max-width: 550px;
	max-height: 550px;
	width: 95vw;
	height: 95vw;
	border-radius: 50%;
	background-color: white;
	margin: auto;
	display: block;
	margin-top: -20px;
}
.main_circle img{
  	display: block;
	margin: auto;
    padding-top: 160px;
	padding-left: 10px;
	max-width: 450px;
	width: 80%;
}


#main_wrapper { 
	position: relative;
}


/* アニメーション */

.fade-in-section {
  opacity: 0;
  transition:
    opacity 1.5s ease-out;
  will-change: opacity;
}

.fade-in-section.is-visible {
  opacity: 1;
}

/* ここまで */


/* イラスト配置
------------------------------------- */

.ph {
	width: 100%;
}


.ph_04_05{
	position: relative;
}

.ph01 {
	position: absolute;
	z-index: 50;
    max-width: 350px;
    width: 25%;
    top: 405px;
    left: -65px;
}

.ph02 {
	position: absolute;
	z-index: 50;
    max-width: 320px;
    width: 20%;
    top: 30px;
    left: -10px;
}

.ph03 {
	position: absolute;
	z-index: 50;
	max-width: 300px;
	width: 22.5%;
	top: 240px;
	right: -50px;
}

.ph04 {
    position: absolute;
    z-index: 50;
    max-width: 270px;
    width: 20%;
    transform: translate(-20%, -100%);
}

.ph05 {
	position: absolute;
	z-index: 50;
    max-width: 280px;
    width: 20%;
    right: 0;
    transform: translate(20%, -100%);
}

.ph06 {
    position: absolute;
    z-index: 50;
    max-width: 330px;
    width: 20%;
	transform: translate(-10%, -250%);
}

.ph07 {
	position: absolute;
	z-index: 50;
    max-width: 300px;
    width: 20%;
    right: 0;
	transform: translate(15%, -230%);
}

/* テキスト
------------------------------------- */


.main_txt {
	margin: 40px;
	line-height: 1.75;
	-webkit-text-stroke: 8px #23c8be;
	paint-order: stroke;
}
.main_txt p {
	text-align: center;
	color: white;
	font-size: 2rem;
	margin:10px auto;
	font-weight: 500;
}

.main_txt span {
	margin: auto;
	font-size: 2.5rem;
}

/* btn
------------------------------------- */
.X_btn {
	position: relative;
	background-color: #ff416e;
	max-width: 500px;
	max-height: 280px;
	border-radius: 200px;
	border: 5px solid white;
	display: flex;
	font-size: 2rem;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;	
	margin: auto;
	text-align: center;
    align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
	padding: 30px;
}


.X_btn:hover{
	transform: scale(1.05);
}


.X_btn_txt {
	position: relative;
	font-family: "ads-hikari", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #ffff00;
	z-index: 2; 
}

.x_icon{
	background-color: white;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	display: flex;
	left: -25px;
}

svg {
    width: 60px;
    height: 60px;
	display: block;
	margin: auto;
	fill: black;
}

.X_btn::after {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(255, 255, 255, 0); 
	transition: background-color;
	border-radius: inherit;
	z-index: 1; 
}

.X_btn:hover::after {
	background-color: rgba(255, 255, 255, 0.3);
}






/* スタートリスト
------------------------------------- */

#start_list{
	width: 80%;
	max-width: 640px;
	padding: 40px 0px;
	margin: auto;
}

#start_list h2 {
	background-color: white;
	border-radius: 100px;
	color: #23c8be;
	text-align: center;
	display: block;
	margin: auto 8px;
	font-weight: 500;
	font-size: 1.25rem;
	transform: rotate(0.05deg);
	font-feature-settings: "palt";
}


.start_list_box {
	width: 90%;
	max-width: 400px;
	background-color: white;
	border-radius: 10px;
	text-align: center;
	margin: 20px auto;
	color: #323232;
	transition: transform 0.3s ease;
}

.start_list_box:hover{
	transform: scale(1.05);
}

.start_list_box li img {
	width: 100%;
	display: block;
	margin: auto;
}

.start_list_series {
	padding: 10px;
	display: inline-block;
}

.start_list_series img {
    padding: 0 0 10px 0;
}

.start_title {
	font-weight: 600;
	color: #323232;
	text-decoration: none;
}



/* footer
------------------------------------- */

footer {
	background-color: white;
	padding: 30px 0px 10px 0px;
}

footer ul {
	display: flex;
	max-width: 1024px;
	width: 90%;
	margin:20px auto;
	gap: 2rem;
	justify-content: center;
	align-items: center;
}

footer li {
	display: block;
	width: 200px;
}

footer img {
	width: 100%;
}



/* SP===================================== */
/*======================================== */

@media screen and (max-width: 1024px) and (min-width: 768px) {



#bg_kazari {
	background-position: right top,left top,top,bottom;
	background-size: 240px,240px,480px,480px;
}

.circle {
	top: 20px;
    right: 20px;
	transform: translateX(0px) translateY(0px);
}


}


@media screen and (max-width: 767px) {


#wrapper{
	padding-top: 60px;
}


#bg_kazari {
	background-position: right -145px top 0px,left -145px top 0px,top,bottom;
	background-size: 240px,240px,480px,480px;
}

#maru_kazari{
	background-size: 10%;
}


.circle {
	width: 135px;
	top: 10px;
	right: 20px;
	transform: translateX(0px) translateY(0px);
}

.circle_txt {
	top: 20px;
}


.circle p {	
	font-size: 1.2rem;
}

.circle span {
	font-size: 1.5rem;
}

.main_circle {
	margin-top: 10px;
	width: 85vw;
	height: 85vw;
	z-index: 40;
}

.main_circle img{
	padding-top: 28%;

}




.main_txt p {
	font-size: 1.5rem;
}

.main_txt span {
	font-size: 1.8rem;
}


/* イラスト
------------------------------------- */

.ph_B,.ph_C {
    position: relative;
	height: 45vw;
}

.ph01 {
	width: 42.5%;
	top: 0;
	left: 0;
	transform: translate(-10%, 200%);
}

.ph02 {
	width: 35%;
	top: 0;
	left: 0;
	z-index: 20;
	transform: translate(0%, -25%);
}


.ph03 {
	width: 40%;
	top: 0px;
	right: 0px;
	transform: translate(25%, 175%);
}

.ph04 {
    width: 40%;
    transform: translate(10%, -5%);
}

.ph05 {
    width: 35%;
    right: 0;
    transform: translate(-10%, -15%);
}

.ph06 {
    width: 45%;
	transform: translate(5%, -5%);
}

.ph07 {
    width: 40%;
    right: 0;
	transform: translate(15%, -25%);
}

/* Xボタン
------------------------------------- */

.X_btn {
	max-width: 400px;
	width: 94%;
	font-size: 1.5rem;
	border: 4px solid white;
	max-height: 180px;
}
.x_icon{
	left: -10px;
}

#start_list{
	width: 100%;
}

#start_list h2 {
	width: 90%;
	font-size: 1.25rem;
	line-height: 1.2;
	display: block;
	margin: auto;
	padding: 5px 0;
}



/* スライダー
------------------------------------- */


.topKvSlider {
	position: relative;
	overflow: hidden;
}


.slider p img {
	width: 100%;
}

.slider p {
	position: relative;
}


.slick-initialized .slick-slide {
    margin: 16px 16px 0 16px;
}


.slide_new {
	position: absolute;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.6);
	width: 100%;
	display: flex;
	align-items: center;
}

.top_slider .background_l {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 500px;
	background: #000038;
	z-index: 998;
}

.top_slider .background_r {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 500px;
	background: #000038;
	z-index: 998;
}

.slick-dots {
	padding: 5px;
}

.slick-dots li {
	width: 12px;
    height: 12px;
}

.start_list_box li button {
	width: 12px;
    height: 12px;
	border-radius: 50%;
	color:  rgba(255, 255, 255, 0);
}

.slick-dots li.slick-active button {
	background-color: #ff416e;
}

.slick-list {
    z-index: 40;
}

.start_list_box ul {
    justify-content: center;
}


.slick-arrow {
	top: 48%;
    width: 15px;
	height: auto;
	position: absolute;
	z-index: 1000;
	cursor: pointer;
}



.slick-prev {
	left: 50px;
}


.slick-next {
	right: 50px;
}


.start_list_series {
	transition: none;
}

.start_list_series:hover{
	transform: none;
}



/* footer
------------------------------------- */


footer {
	padding: 30px 0px 80px 0px;
}

.X_btn_kotei{
	position: fixed;
	width: 100%;
	background-color: #ff416e;
	height: 70px;
	display: flex;
	bottom: 0px;
	margin: auto;
	z-index: 100;
	text-decoration: none;	
}

.kotei {
	width: 60px;
	height: 60px;
	left: 10px;
	display: flex;
	margin: auto;
}

.kotei_box {
	display: flex;
	width: 100%;
	max-width: 400px;
	margin: auto;
}


.kotei svg {
	width: 35px;
	height: 35px;
	margin: auto;
}

.kotei_txt{
	margin: auto;
}

.X_btn_kotei p {
	font-family: "ads-hikari", sans-serif;
	font-weight: 300;
	font-style: normal;
	color: white;
	display: block;
	font-size: 1.5rem;
	text-align: center;
	line-height: 1.1;
}


}

