@charset "utf=8";

/* ==========================================
フッター
========================================== */

.footer {
    padding: 6rem 1.5rem 5rem;
}

.footer-row {
	max-width: 122rem;
    width: 100%;
	margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/* --- 左 --- */

.footer-left {
	max-width: 300px;
	width: 25%;
}

.copyright-box {
    margin: 4.6rem auto 0;
}

.copyright-text {
    font-size: 1.3rem;
    text-align: left;
}

/* --- 真ん中 --- */

.footer-center {
	max-width: 420px;
	width: 55%;
	margin: 0 auto;
}

.footer-name {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

.footer-info {
    margin: 2.5rem auto 0;
}

.footer-info p {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
}

.footer-info-row {
    display:flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}

.footer-info-title {
	width: 115px;
	margin: 0 20px 0 0;
}

/* --- 右 --- */

.footer-right {
    width: 15%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-sns-link {
    display: flex;
    align-items: center;
    justify-content: center;
	background: var(--black02);
	width: 60px;
	height: 60px;
	position: relative;
	border-radius: 100vmax;
	transition: all .3s;
}

.footer-sns-link .instagram-image {
	max-width: 30px;
	width: 100%;
}

.footer-sns-link:hover {
	background: var(--primary);
	transition: all .3s;
}

/* --- 言語切替 --- */

.footer-name.en, .footer-name.ko, .footer-name.zh {
    display: none;
}

.en-US .footer-name.ja {
    display: none;
}

.en-US .footer-name.en {
    display: block;
}

.ko-KR .footer-name.ja {
    display: none;
}

.ko-KR .footer-name.ko {
    display: block;
}

.zh-CN .footer-name.ja {
    display: none;
}

.zh-CN .footer-name.zh {
    display: block;
}

.footer-info-row.en, .footer-info-row.ko, .footer-info-row.zh {
    display: none;
}

.en-US .footer-info-row.ja {
    display: none;
}

.en-US .footer-info-row.en {
    display: flex;
}

.ko-KR .footer-info-row.ja {
    display: none;
}

.ko-KR .footer-info-row.ko {
    display: flex;
}

.zh-CN .footer-info-row.ja {
    display: none;
}

.zh-CN .footer-info-row.zh {
    display: flex;
}

.copyright-text.en, .copyright-text.ko, .copyright-text.zh {
    display: none;
}

.en-US .copyright-text.ja {
    display: none;
}

.en-US .copyright-text.en {
    display: block;
}

.ko-KR .copyright-text.ja {
    display: none;
}

.ko-KR .copyright-text.ko {
    display: block;
}

.zh-CN .copyright-text.ja {
    display: none;
}

.zh-CN .copyright-text.zh {
    display: block;
}

.ko-KR .footer-center {
    max-width: 450px;
}

.ko-KR .footer-info-title {
    width: 145px;
}

.en-US .footer-center {
    max-width: 480px;
}

.en-US .footer-info-title {
    width: 140px;
}

.accordionIcon {
	position: relative;
	width: 100%;
	height: 16px;
	margin-right: 5px;
	margin: 0 0 0 2%;
	max-width: 16px;
}

.arrow-box {
    display: inline-block;
    transform: rotate(0deg);
}

.arrow-box.rotate {
    transform: rotate(180deg);
}


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

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

}

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

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

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

}

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

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

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

	.footer-left {
		width: 28.13%;
	}

    .footer-center {
        max-width: 400px;
    }

    .footer-info-title {
        width: 110px;
        margin: 0 15px 0 0;
    }
}

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

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

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

	.footer-row {
        flex-direction: column;
		align-items: center;
    }

	.footer-left {
        width: 100%;
    }

	.footer-center {
		width: 100%;
		margin: 30px 0 0;
	}

	.footer-info-row {
		flex-direction: column;
		align-items: center;
    	justify-content: center;
		margin: 10px 0 0;
	}

	.footer-info-title {
		text-align: center;
		margin: 0;
		width: 100%;
	}

	.footer-info-row p {
		text-align: center;
	}

	.footer-right {
		width: 100%;
		flex-direction: column;
		margin: 30px 0 0;
	}

	.copyright-text {
        text-align: center;
    }


}

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

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

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

    #clone {
        display: none;
    }

}

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