@charset "utf-8";

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

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

.cover-container {
    margin: 0 auto;
    max-width: 1700px;
    width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.cover-sns-area {
    max-width: 46px;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: center;
    position: absolute;
    right: 7px;
    bottom: 19px;
}

.cover-sns-area .sns-link02 {
    margin: 24px 0 0;
}

.top01-illust-box {
	z-index: -1;
}

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

.top01-text-box01 .text01 br {
	display: none;
}

.top01-text-box02 .text01 br {
	display: none;
}


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

.top02-block {
	margin: 60px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.top02-block:first-child {
	margin: 0;
}

.top02-illust-box {
	z-index: -1;
}

.top02-text-area .text02 br {
	display: none;
}

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

.top03::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(72, 34, 5, 0.76)0, rgba(92, 59, 34, 0.22)70%, rgba(90, 69, 53, 0));
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.top03-text-box .text01 br {
	display: none;
}

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

.top04-btn-area {
	gap: 20px;
}

.top04-btn-area .btn01 {
	font-family: var(--font-family03);
}

.top04-illust-box {
	z-index: -1;
}

.top04-text-area .text02 br {
	display: none;
}

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

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

.top05-block {
    padding: 40px 0;
	border-bottom: 1px solid var(--border-secondary);
}

.top05-block:first-child {
    padding: 0 0 40px;
}

.top05-block:last-child {
    padding: 40px 0 0;
	border-bottom: 0;
}

.top05-title-box {
    margin: 14px 0 0;
    padding: 5px 10px;
	display: inline-block;
    border: 1px solid var(--border-primary);
    border-radius: 4px;
	background: var(--white);
}

.top05-title-box .title06 br {
	display: none;
}

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

.top06-container {
	background: var(--white);
	border: 1px solid var(--border-secondary);
}

.top06-title-area .title08 {
    margin: -35px 0 0;
}

.top06-frame::before {
    content: "";
    display: block;
    max-width: 320px;
    width: 100%;
    height: 230px;
    border: 1px solid var(--border-secondary);
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
	z-index: -1;
}

.top06-frame::after {
    content: "";
    display: block;
    max-width: 320px;
    width: 100%;
    height: 230px;
    border: 1px solid var(--border-secondary);
    border-left: 0;
    border-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
	z-index: -1;
}

.top06-illust-box {
	z-index: -1;
}

.top06-text-box .text02 br {
	display: none;
}

.top06-btn-area .btn01 {
	margin: 0 10px 0 0;
}

/*===========================================================
top07
===========================================================*/

.top07-container {
	gap: 40px;
}

.top-banner {
	color: var(--white);
}

.top-banner:hover {
	color: var(--white);
}

.top-banner::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(44, 22, 4, 0.6);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	transition: all .3s;
}

.top-banner:hover::before {
	background: rgba(44, 22, 4, 0.3);
}

.top-banner-text01 {
	font-size: clamp(22px, calc(1.375rem + ((1vw - 3.75px) * 0.6472)), 32px);
	font-weight: 400;
	font-family: var(--font-family02);
	letter-spacing: 0.05em;
}

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

.top08-container::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.62));
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

/*===========================================================
top09
===========================================================*/

.top09-illust-box {
	z-index: -1;
}

.top09-left {
	display: contents;
}

.top09-title-area {
	margin: 0 auto;
	display: inline-block;
	order: 1;
}

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

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


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

.top-news-item:first-child .top-news-link {
	padding: 0 60px 20px 0;
}

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

.top-news-link::before {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	background: var(--secondary);
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 40px;
	margin: auto;
	transform: scale(1);
    transform-origin: center center; 
	transition: all .3s;
}

.top-news-link:hover::before {
	transform: scale(1.5);
}

.top-news-cate-flex {
	max-width: 210px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.top-news-cate {
	flex: 1;
    padding: 4px 12px;
    display: block;
    width: 100%;
    max-width: max-content;
	min-width: 114px;
    background: var(--tertiary);
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
    font-weight: 500;
    font-family: var(--font-family03);
	letter-spacing: 0.05em;
    color: var(--white);
    text-align: center;
    /* word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
	border-radius: 4px;
}

.top-news-date {
	display: block;
	font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.2589)), 16px);
	font-weight: 400;
	font-family: var(--font-family02);
	letter-spacing: 0.05em;
	color: var(--base-font-color);
}

.top-news-title {
	font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.2589)), 18px);
	font-weight: 500;
	letter-spacing: 0.05em;
	color: var(--base-font-color);
	flex: 1;
}

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


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

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



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


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


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

.top02-text-area .text02 br {
	display: block;
}


.top01-left .sub-title01 br {
	display: none;
}

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

.top03-title-box01 .title02 br {
	display: none;
}

.top03-text-box .text01 br {
	display: block;
}

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

.top04-text-area .text02 br {
	display: block;
}

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


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


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

.cover {
    padding: 0 60px;
}

.cover-sns-area {
	display: flex;
}

.top01-left .sub-title01 br {
	display: block;
}

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

.top02-block {
	margin: 80px 0 0;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
}

.top02-block:nth-of-type(even) {
	flex-direction: row-reverse;
}

.top02-illust-box {
	z-index: -1;
}

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

.top05-container {
	flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}

.top05-block {
    padding: 0 20px;
	border-right: 1px solid var(--border-secondary);
	border-bottom: 0;
}

.top05-block:first-child {
    padding: 0 20px 0 0;
}

.top05-block:last-child {
    padding: 0 0 0 20px;
	border-right: 0;
}

.top05-title-box .title06 br {
	display: block;
}

/*===========================================================
top09
===========================================================*/

.top-news-link {
	padding: 36px 60px 38px 0;
	flex-direction: row;
	align-items: center;
}

.top-news-item:first-child .top-news-link {
	padding: 0 60px 38px 0;
}

.top-news-cate-flex {
	max-width: 231px;
}

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


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


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

.cover {
    padding: 0 110px;
}

.cover-sns-area {
    right: 35px;
    bottom: 38px;
}

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

.top01-text-box01 .text01 br {
	display: block;
}

.top01-text-box02 .text01 br {
	display: block;
}

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

.top02-block {
	margin: 118px 0 0;
}

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

.top05-text-box .text02 br {
	display: none;
}

.top05-title-box .title06 br {
	display: none;
}

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

.top06-text-box .text02 br {
	display: block;
}

/*===========================================================
top07
===========================================================*/

.top07-container {
	gap: 40px 60px;
}

/*===========================================================
top09
===========================================================*/

.top09-left {
	display: block;
}

.top09-title-area {
	margin: 0;
}


.top-news-link {
	padding: 36px 40px 38px 0;
}

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


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


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

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

.top01-left .sub-title01 br {
	display: none;
}

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


.top05-block {
    padding: 0 40px;
}

.top05-block:first-child {
    padding: 0 40px 0 0;
}

.top05-block:last-child {
    padding: 0 0 0 40px;
}

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


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


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

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



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


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




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

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