@charset "utf-8";

/*===========================================================
cover
===========================================================*/

.cover {
    margin: 1.8rem auto 0;
	padding: 0 7%;
    max-width: 1920px;
    width: 100%;
}

.cover-container {
	margin: 0 auto;
    max-width: 1400px;
    width: 100%;
    position: relative;
}

.cover-text-area {
    display: flex;
    align-items: center;
    position: absolute;
    left: 20px;
    top: 10%;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.cover-text01 {
    margin: 0;
    font-size: clamp(17px, calc(1.0625rem + ((1vw - 3.75px) * 0.712)), 28px);
    font-weight: 300;
    letter-spacing: 0.45em;
    text-shadow: 2px 3px 4px var(--white), 2px 3px 4px var(--white);
}

.scroll-link {
    margin: 0 auto;
    max-width: 60px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 300;
    font-family: var(--font-family02);
    color: var(--black);
    letter-spacing: 0.15em;
    transition: all .3s;
}

.scroll-link-icon {
    max-width: 16px;
    width: 100%;
    position: relative;
    bottom: -9px;
    transition: all .3s;
}

.scroll-link:hover {
    color: var(--black);
}

.scroll-link:hover .scroll-link-icon {
    bottom: -13px;
}

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

.top01-text-box .text01 {
    font-size: clamp(13px, calc(0.8125rem + ((1vw - 3.75px) * 0.3236)), 18px);
    letter-spacing: 0.1em;
	line-height: 3.88888;
}

/*===========================================================
お知らせ
===========================================================*/

.top02-area section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
}

.top-news-img {
    background: var(--bg-primary);
    padding: 0 0 60.71%;
    position: relative;
    height: 0;
    transition: all .3s;
}

.top-news-img img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

img + .noImg {
    display: none;
}

.top-news-link {
    display: block;
    transition: all .3s;
}

.top-news-link:hover {
    opacity: 0.7;
}

.top-news-cate-flex {
    display: inline-flex;
    flex-direction: column;
}

.top-news-cate {
	margin: 8px 0 0;
	padding: 4px 13px;
	display: inline-block;
	width: auto;
	font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.1294)), 14px);
	font-weight: 400;
	letter-spacing: 0.05em;
	background: var(--secondary);
	border-radius: 2px;
	color: var(--black);
}

.top-news-date {
	margin: 6px 0 0 0;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
    font-weight: 300;
    letter-spacing: 0.05em;
    color: var(--black);
}

.top-news-title {
	margin: 4px 0 0;
    font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.1294)), 16px);
    font-weight: 300;
    letter-spacing: 0.05em;
    margin: 2px 0 0 0;
    color: var(--black);
}

/*===========================================================
Gallery
===========================================================*/

.top07-container::before {
    content: "";
    display: block;
    width: 100%;
    height: 59%;
    background: var(--bg-secondary);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	z-index: -1;
}

.top-gallery-area {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 9.2%;
}

/*===========================================================
top08
===========================================================*/

.top08-container {
    gap: 20px 60px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {


/*===========================================================

===========================================================*/



} /* min-width: 414px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {


/*===========================================================

===========================================================*/



} /* min-width: 544px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {


/*===========================================================
cover
===========================================================*/

	.cover-text-area {
		left: 40px;
		top: 15%;
	}

	.cover-text01 {
		font-size: clamp(14px, calc(0.875rem + ((1vw - 7.68px) * 1.2153)), 28px);
	}

/*===========================================================
お知らせ
===========================================================*/

	.top02-area section {
		grid-template-columns: repeat(3, 1fr);
		gap: 20px 9%;
	}

/*===========================================================
Gallery
===========================================================*/

	.top-gallery-area {
		grid-template-columns: repeat(3, 1fr);
	}

} /* min-width: 768px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {


/*===========================================================
cover
===========================================================*/

	.cover-text-area {
		left: 75px;
		top: 20%;
	}

} /* min-width: 1024px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


/*===========================================================

===========================================================*/



} /* min-width: 1200px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1300px) {


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

	.top06 {
		margin: -70px auto 0 !important;
		padding: 0 15px !important;
	}

} /* min-width: 1300px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




} /* min-width: 1520px ここまで */

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