@charset "utf-8";

.top-btn {
	font-family: var(--font-family01)
}

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/

.cover-text-block {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 3%;
    margin: auto;
    width: 100%;
    height: 20%;
    z-index: 1;
}

/* 46px - 64px */

.cover-text-en {
	font-size: clamp(2.875rem, 2.6019rem + 1.165vw, 4rem);
	font-weight: 700;
	font-family: var(--font-family01);
    line-height: 1;
}

.cover-text-jp {
	font-size: 16px;
	margin: 14px 0 0;
	line-height: 1.57;
}

.cover-text-block p, .cover-text-block h1 {
    text-shadow: 1px 2px 2px #ffffff;
}

.scroll-link {
    bottom: -12%;
    left: 4%;
    width: 1.8%;
}


/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/

.top03-img-box01.img-control {
    aspect-ratio: 640/280;
    height: 100%;
}

.top03-img-box02.img-control {
    aspect-ratio: 310/280;
    height: 100%;
}

/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/

.top04-reserve-btn {
    margin: 30px auto 0;
}

/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/

.news-item {
    border-bottom: 1px solid var(--gray02);
}

.news-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 15px 20px 0;
    transition: all .3s;
    width: 100%;
}

.news-item:first-child .news-flex {
    padding-top: 0;
}

.news-cate-flex {
    display: flex;
    align-items: center;
}

.news-text-box {
    /* flex: 1; */
    /* margin: 0 15px 0 0; */
    width: 90%;
}

.news-date {
    width: 73px;
    margin: 0 20px 0 0;
    color: var(--base-body-color);
	font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.1294)), 14px);
    font-weight: 500;
    max-width: max-content;
    flex-shrink: 0;
}

.news-cate-box {
    max-width: calc(100% - 125px);
    min-width: 77px;
    display: inline-block;
    /* width: 100%; */
    padding: 0 11px 0 10px;
    background: var(--primary);
    /* flex: 1; */
    flex: 0 1 auto;
}

.news-cate {
	font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.1294)), 14px);
	color: var(--base-body-color);
	line-height: 1.5;
	text-align: center;
	word-break: keep-all;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}

.news-title {
    color: var(--base-body-color);
    margin: 20px 0 0;
}

.news-arrow-box {
	/* max-width: 31px; */
	width: 31px;
	margin: 0 0 0 15px;
	transition: all .3s;
}

/*.news-item:hover .news-title {
    text-decoration: underline;
}*/

.news-item:hover .news-arrow-box{
	margin: 0 -15px 0 0;
 	transition: all .3s;
}


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

@media screen and (min-width:375px) {

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

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

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

.news-date {
	margin: 0 10px 0 0;
}

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

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

@media screen and (min-width:576px) {
  
  
/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/  
  


/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/ 

.top02-menu01-row{
	flex-direction: row !important; 
	align-items: flex-end !important;
}
  


/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/  


/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/
  
.top04-btn-row {
	flex-direction: row !important; 
}
  
.top04-reserve-btn {
	margin: 0;
}
  
/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/
  


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

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

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

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/
  
.cover-text-block {
    width: 35%;
    height: 215px;
    top: 35%;
}
  
.cover-text-en {
	font-size: clamp(30px, calc(1.875rem + ((1vw - 7.68px) * 2.9514)), 64px);
}
  
.cover-text-jp {
  	font-size: 14px;
    line-height: 2;
	margin: 27px 0 0;
}
  
.cover-text-block p, .cover-text-block h1 {
    text-shadow: unset;
}
  
.scroll-link {
    bottom: -14%;
}

/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/
  

/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/

/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/
  

/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/

  
/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/
  
.news-flex {
	padding: 20px 0;
}
  
.news-date {
	width: 105px;
}


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

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

@media screen and (min-width:992px) {

/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/
  


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

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

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

/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/
  
.cover-text-block {
    top: 30%;
}

.scroll-link {
    bottom: -12%;
}
  
  
/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/

/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/
  
.news-date {
    margin: 0 40px 0 0;
}

.news-text-box {
    width: 92%;
}


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

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

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

  
/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/  

.cover-text-block {
    top: 14.5%;
    left: 4%;
}
  
.cover-text-jp {
	font-size: 16px;
}
  
.scroll-link {
    bottom: -5%;
}
  
/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/  

.top01 {
	padding: 200px 0 130px !important;  
}

/*-----------------------------------------------------------
top02
-----------------------------------------------------------*/  

.top02 {
	padding: 127px 0 130px !important;  
}


/*-----------------------------------------------------------
top03
-----------------------------------------------------------*/  

.top03 {
	padding: 130px 0 130px !important;  
}

/*-----------------------------------------------------------
top04
-----------------------------------------------------------*/  

.top04 {
	padding: 130px 0 !important;  
}
  
.top04-row02 {
	margin: 120px auto 0 !important;  
}
  

/*-----------------------------------------------------------
top05
-----------------------------------------------------------*/  

.top05 {
	padding: 123px 0 130px !important;  
}
  
.news-text-box {
    width: 93%;
}


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

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

@media screen and (min-width:1400px) {


/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/
 
.mv-wrapper {
    width: 68.75% !important;
}  
  
.cover-border-radius {
	border-radius: 0 0 0 160px !important;  
}
  
.scroll-link {
    bottom: 3.5%;
}
  
/*-----------------------------------------------------------
top01
-----------------------------------------------------------*/
  
.top01-left {
  	width: 44.34% !important;
}

.top01-right {
  	width: 50% !important;
}


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

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

@media screen and (min-width:1500px) {


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

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

@media screen and (min-width:1600px) {


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

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


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