@charset "utf-8";

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

.cover {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 100px 0 0;
	position: relative;
	z-index: 99;
}

.cover-area {
	width: 100%;
	position: relative;
}

.cover-box {
	width: 100%;
	aspect-ratio: 1920 / 790;
	position: relative;
}

.cover-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(206, 206, 206, .7);
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

.cover-text-container01 {
	margin: -8% auto 0;
	width: max-content;
	position: absolute;
	top: 4%;
	right: -12%;
	left: 0;
	overflow: hidden;
}

.cover-text01 {
	font-size: clamp(50px, 1.456px + 12.945vw, 250px);
	font-weight: 100;
	font-family: var(--font-family01);
	letter-spacing: 1em;
	text-align: center;
	color: var(--white);
	position: relative;
}

.cover-text-container02 {
    max-width: 695px;
    width: 100%;
    position: absolute;
    bottom: 110px;
    left: 6%;
}

.cover-text-box02 {
	display: flex;
	align-items: center;
}

.cover-text-box02::before {
    content: "";
    /* flex-grow: 1; */
	width: clamp(40px, 5.534px + 9.191vw, 182px);
    height: 1px;
    background: var(--quaternary);
    margin-right: 16px;
}

.cover-text02 {
	font-size: clamp(14px, 12.058px + 0.518vw, 22px);
	font-weight: 300;
	font-family: var(--font-family01);
	letter-spacing: 0.1em;
	color: var(--quaternary);
	text-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.cover-text-box03 {
    margin: 4px 0 0;
}

.cover-text03 {
	font-size: clamp(30px, 20.291px + 2.589vw, 70px);
	font-weight: 200;
	letter-spacing: 0.1em;
	line-height: 1.7285em;
	color: var(--quaternary);
	text-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

.scroll-link {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    font-weight: 300;
    font-family: var(--font-family01);
    color: var(--white);
    letter-spacing: 0.025em;
    position: absolute;
    right: 2%;
    bottom: 0;
    margin: auto;
    transition: all .3s;
}

.scroll-link::before {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background: var(--white);
    margin: 16px 0 0;
	transition: all .3s;
}

.scroll-link:hover {
	color: var(--white);
	opacity: .7;
}

/*===========================================================
TOP01
===========================================================*/

.top01-text-box {
	margin: 20px 0 0;
}

.top01-text01 {
	line-height: 2.5625em;
}

.top01-area::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 180%;
    height: 180%;
    background: radial-gradient(circle, rgba(250, 249, 248, 1) 0, rgba(250, 249, 248, 1) 40%, rgba(250, 249, 248, 0) 50%);
    filter: blur(40px);
	transform: translate(-50%, -50%);
    z-index: 0;
}

/*===========================================================
TOP02
===========================================================*/

.top02-en-title02 {
	mix-blend-mode: soft-light;
}

.top02-en-title-box {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 0 -2.3%;
	text-align: center;
}

/*===========================================================
TOP03
===========================================================*/

.top03-btn-area {
	gap: 10px;
}

/*===========================================================
TOP04
===========================================================*/

.top04 {
	border-bottom: 1px solid var(--base-font-color);
}

.top04-block {
	border-top: 1px solid var(--base-font-color);
}

.top04-banner {
    display: block;
    max-width: 520px;
    width: 100%;
    padding: 10px;
    border: 1px solid #C6BAB1;
    border-radius: 8px;
	transition: all .3s;
}

.top04-banner-box {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top04-banner-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(95, 86, 81, .8);
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
	transition: all .3s;
	z-index: 1;
}

.top04-banner:hover .top04-banner-box::before {
	background: rgba(95, 86, 81, .5);
}

.top04-banner:hover .btn02::after {
    transform: translateX(6px);
}

.top04-banner-img-box {
    width: 100%;
	filter: blur(1px);
}

.top04-banner-text-container {
	padding: 0 10px;
    position: absolute;
    top: 24%;
	z-index: 2;
}

.top04-text-box {
	margin: 20px 0 0;
}

.top04-banner-btn-area {
    position: absolute;
    bottom: 20px;
    right: 20px;
	z-index: 2;
}

/*===========================================================
TOP05
===========================================================*/

.top05-left {
	display: contents;
}

.top05-title-box {
	order: 1;
}

.top-news-area {
	order: 2;
}

.top05-btn-area {
	order: 3;
}

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

img + .no-img {
    display: none;
}

.top-news-link {
	padding: 15px 3% 15px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	border-bottom: 1px solid var(--tertiary);
	position: relative;
	transition: all .3s;
}

.top-news-item:first-child .top-news-link {
	padding: 0 3% 15px;
}

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

.top-news-cate-flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}

.top-news-cate {
	flex: 1;
    padding: 1px 10px;
    display: block;
    width: 100%;
    max-width: max-content;
	min-width: 128px;
    font-size: clamp(14px, 13.515px + 0.129vw, 16px);
    font-weight: 300;
	letter-spacing: 0;
    color: var(--white);
    text-align: center;
	background: var(--bg-tertiary);
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-news-date {
	display: block;
	font-size: clamp(14px, 13.515px + 0.129vw, 16px);
	font-weight: 300;
	letter-spacing: 0;
	color: var(--base-font-color);
}

.top-news-title {
	margin: 16px 0 0;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0.1em;
	color: var(--base-font-color);
	flex: 1;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@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 {
	padding: 120px 0 0;
}

.scroll-link::before {
    height: 50px;
}

/*===========================================================
TOP01
===========================================================*/

.top01-text-box {
	margin: 40px 0 0;
}

/*===========================================================
TOP04
===========================================================*/

.top04-banner {
	padding: 5px;
}

.top04-banner-text-container {
	top: 15%;
}

.top04-text-box {
	margin: 40px 0 0;
}

.top04-banner-img-box {
	position: relative;
	height: 400px;
}

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

.top04-banner-btn-area {
	bottom: 10px;
	right: 10px;
}

/*===========================================================
TOP05
===========================================================*/

.top05-left {
	display: block;
}

.top05-title-box {
	order: unset;
}

.top-news-area {
	order: unset;
}

.top05-btn-area {
	order: unset;
}

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


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


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

.cover {
	padding: 170px 0 0;
}

.scroll-link::before {
    height: 135px;
}

/*===========================================================
TOP02
===========================================================*/

.top02-block {
	border-left: 1px solid var(--base-font-color);
}

.top02-block:first-child {
	border-left: unset;
}

/*===========================================================
TOP04
===========================================================*/

.top04-banner {
	padding: 10px;
}

.top04-banner-text-container {
	top: 24%;
}

.top04-banner-img-box {
	height: 535px;
}

.top04-banner-btn-area {
	bottom: 20px;
	right: 20px;
}

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

.top-news-link {
	padding: 29px 3% 30px;
}

.top-news-item:first-child .top-news-link {
	padding: 0 3% 30px;
}

.top-news-cate-flex {
	gap: 20px 50px;
}

.top-news-cate {
    padding: 1px 24px;
}

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


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


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

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



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


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


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

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



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


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




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

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