@charset "utf-8";

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

.cover::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	background: linear-gradient(to top, rgba(102, 89, 61, 65%), rgba(102, 89, 61, 0), rgba(102, 89, 61, 65%));
	z-index: 1;
}

.cover-title {
	font-size: clamp(20px, calc(1.25rem + ((1vw - 3.75px) * 1.9417)), 50px);
	color: #FFF;
	letter-spacing: 0.05em;
}

.cover-sub-title {
	margin: 10px 0 0 1.5%;
	font-size: clamp(14px, calc(0.875rem + ((1vw - 3.75px) * 0.712)), 25px);
	color: #FFF;
	letter-spacing: 0.05em;
}

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

.top01-text-area {
	margin: 100px 0 0 0;
	padding: 0 15px;
    width: 100%;
}

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

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

.top02-img-container {
    gap: 0 4.1%;
}

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

.top03::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    background: rgba(102, 77, 26, 40%);
}

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

.top04-set {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 40px;
}

.top04-set::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	bottom: 0;
    margin: auto;
    background: #D6CEBF;
}

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

.top-swiper-slide {
    max-width: 200px;
    width: 100%;
}

.top05-area .swiper-button-prev {
    top: auto;
    bottom: 0;
    right: 65px;
    left: 0;
    margin: auto;
}

.top05-area .swiper-button-next {
    top: auto;
    bottom: 0;
    right: 0;
    left: 65px;
    margin: auto;
}

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

.top07-banner-area {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
}


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

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

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

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

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

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

.top01-text-area {
	margin: 160px 0 0 0;
}

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

.top04-set {
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 60px;
}

.top04-set::before {
    width: 1px;
    height: 90%;
    top: 0;
    left: 0;
    right: 0;
	bottom: auto;
}

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

.top-swiper-slide {
    max-width: 360px;
    width: 100%;
}

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

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

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

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

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

.top01-text-area {
	max-width: 503px;
	width: 48%;
	position: absolute;
	top: 30px;
	right: 0;
	left: 21%;
	margin: auto;
	padding: 0;
}


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

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

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

.top01-text-area {
	max-width: 503px;
	width: 48%;
	position: absolute;
	top: 126px;
	right: 0;
	left: 15.6%;
	margin: auto;
}
  
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

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

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