@charset "utf-8";

/* ==========================================
カバー
========================================== */

.cover {
	max-width: 192rem;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.cover::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: var(--gradation-primary);
	z-index: 2;
}

.cover-text-area {
    max-width: 116.4rem;
    width: 61.1%;
    position: absolute;
    bottom: 2.5rem;
    left: 3%;
    z-index: 3;
}

.cover-text-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cover-text-img01 {
    max-width: 74.6rem;
    width: 64%;
}

.cover-text-img02 {
    max-width: 36.1rem;
    width: 31%;
}

.cover-text01 {
    font-size: 7.3rem;
    font-weight: 700;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
}

.cover-bottom-bg {
	max-width: 192rem;
	width: 100%;
	margin: 0 auto;
}

/* ==========================================
top01
========================================== */

.top01 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 11rem 0 0;
}

.top01-illust {
    max-width: 57.3rem;
    width: 30.1%;
	display: flex;
    align-items: center;
    position: absolute;
    top: 25.2rem;
    right: 0;
    margin: auto;
}

.top01-container {
    max-width: 166rem;
    width: 100%;
    margin: 0 auto 0 0;
	padding: 0 1.5rem 0 0;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
    z-index: 1;
}

.top01-left {
	margin: 3rem 0 0;
    max-width: 91.3rem;
    width: 55%;
    position: relative;
}

.top01-img-box01 {
    max-width: 77.2rem;
    width: 84.6%;
	position: absolute;
	top: 3rem;
	left: 0;
	margin: auto;
}

.top01-img-box02 {
    width: 100%;
}

.top01-right {
	max-width: 73.3rem;
	width: 51%;
	margin: 0 0 0 1rem;
}

.top01-text-box01 {
	margin: 2rem 0 0;
}

.top01-text-box02 {
	margin: 3.5rem 0 0;
}

.top01-text-box03 {
	margin: 4rem 0 0;
}

.top01-right .text01 {
	color: var(--sixth);
}

.top01-title-line-height {
	line-height: 3.1em;
}

.top01-span {
	margin: 0 1rem 0 0;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1.2em;
}

.top01-btn-area {
	margin: 6rem 0 0;
	display: flex;
	justify-content: flex-end;
}

/* ==========================================
top02
========================================== */

.top02 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
	padding: 8rem 0 0;
}

.top02-container {
    max-width: 112rem;
    width: 100%;
    margin: 0 auto;
}

.top02-main-title-box {
    max-width: 75.2rem;
    width: 100%;
    margin: 0 auto;
	position: relative;
}

.top02-main-title {
	padding: 0 15%;
    font-size: 5.5rem;
    font-weight: 700;
    font-family: var(--font-family02);
    letter-spacing: 0.05em;
    text-align: center;
}

.top02-title-illust {
	margin: -11rem 0 0;
}

.top02-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 2rem;
}

.top02-img-box {
    max-width: 50rem;
    width: 100%;
}

.top02-img-box a {
	display: block;
	transition: all .3s;
}

.top02-img-box a:hover {
	opacity: 0.7;
}

/* ==========================================
top03
========================================== */

.top03 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 12rem 0 12.2rem;
}

.top03-illust {
    max-width: 43.4rem;
    width: 50%;
	display: flex;
    align-items: center;
    position: absolute;
    top: 15rem;
    left: 2%;
    margin: auto;
}

.top03-container {
    max-width: 156.3rem;
    width: 100%;
    margin: 0 0 0 auto;
	padding: 0 0 0 1.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
    z-index: 1;
}

.top03-left {
	margin: 4rem 0 0;
    max-width: 65.8rem;
    width: 55%;
}

.top03-left .text01 {
	line-height: 2.7777em;
}

.top03-title-illust {
    max-width: 10.5rem;
    width: 16%;
	margin: 0 0 0 4rem;
}

.top03-title-box {
    display: flex;
    align-items: flex-start;
}

.top03-text-box01 {
	margin: 2rem 0 0;
}

.top03-text-box02 {
	margin: 1.5rem 0 0;
}

.top03-title-line-height {
	line-height: 3.1em;
}

.top03-btn-area {
	margin: 6rem 0 0;
	display: flex;
	justify-content: flex-start;
}

.top03-right {
	max-width: 87.1rem;
	width: 56.3%;
	margin: 0 0 0 1rem;
	position: relative;
}

.top03-swiper-area {
	max-width: 77.2rem;
	width: 88.6%;
	position: absolute;
	top: 3rem;
	right: 0;
	margin: auto;
}

.top03-img-box02 {
	width: 100%;
}

.top03-illust-box {
    max-width: 23.5rem;
    width: 27%;
    position: absolute;
    right: 1rem;
    bottom: 6rem;
    margin: auto;
    z-index: 1;
}

/* ==========================================
top04
========================================== */

.top04 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
}

.top04-container {
    display: flex;
    align-items: stretch;
    position: relative;
}

.top04-left-frame {
	position: relative;
	z-index: 1;
	text-shadow: 0 0.3rem 0.4rem rgba(0, 0, 0, 16%);
}

.top04-img-box {
    max-width: 110.7rem;
    width: 100%;
}

.top04-img-box img {
    height: 100% !important;
    object-fit: cover;
}

.top04-left {
    max-width: 81.3rem;
    width: 65%;
    padding: 3.6% 2.6rem 3rem;
    background: url(../../../../uploads/top_bg01.jpg)center center / cover no-repeat;
	position: relative;
}

.top04-left::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: var(--gradation-secondary);
}

.top04-title-box {
    position: relative;
    text-align: center;
}

.top04-title-box::before {
    content: "";
    display: block;
    width: 74%;
    height: 1.5rem;
    background: var(--secondary);
    position: absolute;
    bottom: 7rem;
    right: 0;
    left: 2rem;
    margin: auto;
    z-index: -1;
}

.top04-title {
	padding: 0 16% 0 20%;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
	line-height: 2em;
}

.top04-title-span {
    font-size: 7.5rem;
    font-family: var(--font-family02);
}

.top04-title-illust {
    max-width: 72.3rem;
    width: 100%;
    margin: -19rem 0 0;
}

.top04-text-area {
	margin: -2.3rem 0 0;
	padding: 0 0 6rem;
	font-weight: 500;
	border-bottom: 0.1rem solid var(--white);
}

.top04-text-area .text01 {
	text-align: center;
	line-height: 2.222222em;
}

.top04-text-box01 {
	margin: 2.5rem 0 0;
}

.top04-text-box02 {
	margin: 2.5rem 0 0;
}

.top04-btn-area .btn01 a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.8rem 1.5rem 2.1rem;
}

.top04-btn-area {
	margin: 4.5rem 0 0;
	display: flex;
	justify-content: center;
}

.top04-link-text01 {
    margin: 3.4rem 0 0;
    font-size: 2.2rem;
    font-weight: 400;
	font-family: var(--font-family03);
    letter-spacing: 0.05em;
    text-align: center;
}

.top04-link-flex {
	margin: 2.5rem auto 0;
	max-width: 60.7rem;
	width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top04-link-flex .btn03 {
	margin: 0 0 0 2rem;
}

.top04-link-text02 {
	margin: 1.7rem 0 0;
    font-size: 1.6rem;
    font-weight: 400;
	font-family: var(--font-family03);
    letter-spacing: 0.05em;
    text-align: center;
}

.top04-point-text {
    max-width: max-content;
    padding: 2rem 2rem 2.3rem 3rem;
    width: 100%;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-family: var(--font-family02);
    background: var(--white);
    border-radius: 5rem;
    text-shadow: none;
	position: absolute;
    top: 5rem;
    right: -32rem;
    margin: auto;
}

.top04-point-text::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: -1.4rem;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 1rem solid transparent;
    border-right: 1.6rem solid var(--white);
    border-bottom: 1rem solid transparent;
}

/* ==========================================
top05
========================================== */

.top05 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
    padding: 15rem 0 0;
}

.top05-container {
    max-width: 125rem;
    width: 100%;
    margin: 0 auto;
}

.recruit-banner {
	display: flex;
    align-items: stretch;
    justify-content: center;
	transition: all .3s;
	box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 16%);
}

.recruit-banner:hover {
	opacity: 0.7;
}

.top05-img-box {
    max-width: 58.4rem;
    width: 46.7%;
}

.top05-text-container {
	margin: 0 0 0 -7.5%;
    max-width: 76rem;
    width: 100%;
    position: relative;
}

.top05-text-container::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	background: var(--gradation-tertiary);
}

.top05-text-frame {
	margin: 0 0 0 auto;
	padding: 1.5rem 0 3rem;
	max-width: 61rem;
	width: 100%;
	position: relative;
	z-index: 1;
	display: flex;
}

.top05-text-area {
    max-width: 53.6rem;
    width: 100%;
}

.top05-title01 {
    padding: 0 8%;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-family: var(--font-family02);
    color: var(--fifth);
    text-align: center;
}

.top05-illust01 {
    max-width: 45.4rem;
    width: 84.4%;
    margin: -4rem auto 0;
}

.top05-title02 {
    margin: -3.5rem 0 0;
    font-size: 7.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    font-family: var(--font-family02);
    color: var(--fifth);
    text-align: center;
	text-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 50%);
    position: relative;
    left: 6%;
    right: 0;
}

.top05-text-box {
    width: 100%;
    padding: 1.4rem 3rem;
    background: var(--fifth);
    text-align: center;
}

.top05-text {
    font-size: 2.3rem;
    font-weight: 700;
    letter-spacing: 0.05em;
	line-height: 4.4rem;
}

.top05-text span {
	margin: 0 1%;
    font-size: 3.2rem;
    font-weight: 900;
}

.top05-illust02 {
    margin: 3rem 0 0 -6.7%;
    max-width: 11.5rem;
    width: 23.1%;
}

/* ==========================================
top06
========================================== */

.top06 {
    max-width: 192rem;
    width: 100%;
    margin: 0 auto;
	padding: 8rem 0 11rem;
}

.top06-container {
    max-width: 144rem;
    width: 100%;
    margin: 0 auto;
}

.top06-frame {
    max-width: 125rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.top06-title-box {
	margin: 0 2rem 0 0;
    max-width: 37.7rem;
    width: 100%;
}

.top06-btn-area01 {
    margin: 4rem 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top06-title-box .title02 {
    text-align: center;
}

.top06-news-area {
    max-width: 80rem;
    width: 100%;
}

.top06-btn-area02 {
    margin: 5.5rem 0 0;
    display: none;
    align-items: center;
    justify-content: center;
}

.top06-illust {
    margin: 0 0 -3.5rem;
    max-width: 13.2rem;
    width: 9.2%;
}

.top06-btn-area01 .btn01 a {
    display: flex;
    justify-content: flex-end;
    padding: 1.8rem 11rem 2.3rem 1.5rem;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1920px) {

	html {
		/* 10px */
		font-size: 0.52083vw;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

	html {
		/* 10px */
		font-size: 0.64516vw;
	}

	/* ==========================================
	カバー
	========================================== */

	.cover-text01 {
		font-size: 6.3rem;
	}

	/* ==========================================
	top04
	========================================== */

	.top04-title {
    	font-size: 2.5rem;
	}

	.top04-title-span {
		font-size: 5.5rem;
	}

	.top04-title-box::before {
		bottom: 2rem;
	}

	.top04-title-box::before {
        bottom: -1rem;
    }

	.top04-text-area {
		margin: 2rem 0 0;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

	html {
		/* 10px */
		font-size: 0.97656vw;
	}

	/* ==========================================
	カバー
	========================================== */

	.cover-text01 {
		font-size: 4.1rem;
	}

	/* ==========================================
	top01
	========================================== */

	.top01 {
		padding: 8rem 0 0;
	}

	.top01-span {
		font-size: 2rem;
	}

	/* ==========================================
	top02
	========================================== */

	.top02-main-title {
		font-size: 5rem;
	}

	/* ==========================================
	top03
	========================================== */

	.top03 {
		padding: 10rem 0;
	}

	/* ==========================================
	top04
	========================================== */

	.top04-container {
		flex-direction: column-reverse;
		align-items: center;
	}

	.top04-point-text {
		position: unset;
	}

	.top04-point-text::before {
		display: none;
	}

	.top04-left {
		max-width: 100%;
		width: 100%;
	}

	.top04-title-box::before {
		width: 54%;
		bottom: 6rem;
	}

	.top04-title-illust {
		margin: -19rem auto 0;
	}

	.top04-title {
		padding: 0 20% 0 20%;
	}

	.top04-text-area {
		margin: 0;
	}

	.top04-img-box {
		max-width: 110.7rem;
		width: 100%;
		height: 600px;
		position: relative;
	}

	.top04-img-box img {
		height: 100% !important;
		width: 100%;
		object-fit: cover;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}

	/* ==========================================
	top05
	========================================== */

	.top05 {
		padding: 8rem 0 0;
	}

	.top05-text-container {
		width: 59.3%;
	}

	.top05-text-frame {
		padding: 1.5rem 0 3rem 9%;
	}

	.top05-title01 {
		font-size: 2.5rem;
	}

	.top05-illust01 {
		margin: -3rem auto 0;
	}

	.top05-title02 {
		margin: -2rem 0 0;
		font-size: 4rem;
	}

	.top05-text-box {
		padding: 1.4rem 2rem;
	}

	.top05-text {
		font-size: 1.8rem;
	}

	.top05-text span {
		font-size: 2.4rem;
	}

	.top05-illust02 {
		margin: -0.4rem 0 0 -6.8%;
	}

	/* ==========================================
	top06
	========================================== */

	.top06-illust {
		position: relative;
		left: 25%;
	}

	.top06-frame {
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.top06-title-box {
		margin: 0;
		max-width: 100%;
	}

	.top06-btn-area01 {
		display: none;
	}

	.top06-news-area {
		margin: 4rem 0 0;
		max-width: 100%;
	}

	.top06-btn-area02 {
		margin: 4rem 0 0;
		display: flex;
	}

	/* ==========================================
	top06
	========================================== */

	.top06 {
		padding: 8rem 0;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

	html {
		/* 10px */
		font-size: 1.30208vw;
	}

	.cover-text-area {
		width: 90%;
	}

	.top01-container {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	/* ==========================================
	top01
	========================================== */

	.top01 {
		padding: 6rem 0 0;
	}

	.top01-left {
		width: 100%;
	}

	.top01-right {
		max-width: 100%;
		width: 100%;
		margin: 4rem 0 0;
		padding: 0 0 0 1.5rem;
	}

	.top01-text-box01 {
		margin: 0;
	}

	.top01-text-box02 {
		margin: 2rem 0 0;
	}

	.top01-text-box03 {
		margin: 2rem 0 0;
	}

	.top01-btn-area {
		justify-content: center;
	}

	/* ==========================================
	top02
	========================================== */

	.top02-main-title {
		font-size: 3rem;
	}

	.top02-area {
		flex-direction: column;
		justify-content: center;
	}

	/* ==========================================
	top03
	========================================== */

	.top03 {
		padding: 8rem 0;
	}

	.top03-container {
		flex-direction: column-reverse;
	}

	.top03-left {
		max-width: 100%;
		width: 100%;
	}

	.top03-btn-area {
		justify-content: center;
	}

	.top03-right {
		margin: 0;
		width: 100%;
	}

	/* ==========================================
	top05
	========================================== */

	.top05 {
		padding: 6rem 0 0;
	}

	.top05-text-frame {
		padding: 1.5rem 0 3rem;
	}

	.recruit-banner {
		margin: 0  auto;
		flex-direction: column;
		align-items: center;
	}

	.top05-img-box {
		max-width: 100%;
		width: 100%;
	}

	.top05-text-container {
		margin: 0;
		padding: 0 1.5rem;
		max-width: 100%;
		width: 100%;
	}

	.top05-text-container::before {
		background: var(--primary);
	}

	.top05-text-frame {
		margin: 0 0 0 auto;
		max-width: 62rem;
	}

	/* ==========================================
	top06
	========================================== */

	.top06 {
		padding: 6rem 0;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

	html {
		/* 12px */
		font-size: 2.08333vw;
	}

	/* ==========================================
	カバー
	========================================== */

	.cover-text-flex {
		flex-direction: column-reverse;
		align-items: flex-start;
	}

	.cover-text-img01 {
		width: 95%;
	}

	.cover-text-img02 {
		margin: 0 0 2rem auto;
		width: 40%;
	}

	.cover-text01 {
		font-size: 2.8rem;
	}

	/* ==========================================
	top01
	========================================== */

	.top01-span {
		font-size: 1.6rem;
	}

	/* ==========================================
	top02
	========================================== */

	.top02-main-title {
		font-size: 3rem;
	}

	.top02-title-illust {
		margin: -7rem 0 0;
	}

	/* ==========================================
	top03
	========================================== */

	.top03-illust-box {
		bottom: 2rem;
	}

	/* ==========================================
	top04
	========================================== */

	.top04-point-text {
		padding: 1rem 1rem 1.1rem 2rem;
		font-size: 1.8rem;
		margin: 0 auto;
	}

	.top04-title {
		padding: 0 20% 0 20%;
		font-size: 1.8rem;
	}

	.top04-title-span {
		font-size: 3.5rem;
	}

	.top04-title-illust {
		margin: -9rem auto 0;
	}

	.top04-title-box::before {
		height: 1rem;
	}

	.top04-text-area {
		padding: 0 0 6rem;
	}

	.top04-text-box01 {
		margin: 2rem 0 0;
	}

	.top04-text-box02 {
		margin: 2rem 0 0;
	}

	.top04-link-text01 {
		margin: 2rem 0 0;
		font-size: 1.6rem;
	}

	.top04-link-flex {
		flex-direction: column;
	}

	.top04-link-flex .btn03 {
		margin: 2rem 0 0;
	}

	.top04-link-text02 {
		font-size: 1.4rem;
	}

	.top04-btn-area {
		margin: 2.5rem 0 0;
	}

	/* ==========================================
	top05
	========================================== */

	.top05-title01 {
		font-size: 1.6rem;
	}

	.top05-illust01 {
		margin: -2.3rem auto 0;
	}

	.top05-title02 {
		margin: -1rem 0 0;
		font-size: 3rem;
	}

	.top05-text {
		font-size: 1.4rem;
	}

	.top05-text span {
		font-size: 1.8rem;
	}

	.top05-illust02 {
		margin: -0.4rem -6% 0 -11.8%;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 414px) {

	html {
		/* 14px */
		font-size: 2.43055vw;
	}

	/* ==========================================
	カバー
	========================================== */

	.cover-text01 {
		font-size: 2.4rem;
	}

	/* ==========================================
	top02
	========================================== */

	.top02-main-title {
		font-size: 2.2rem;
	}

	.top02-title-illust {
		margin: -5.5rem 0 0;
	}

	/* ==========================================
	top04
	========================================== */

	.top04-title {
		font-size: 1.5rem;
		padding: 0 16% 0 23%;
	}

	.top04-title-span {
		font-size: 3rem;
	}

	.top04-title-box::before {
		bottom: 3.3rem;
	}


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */