@charset "UTF-8";
/* コンテンツ */

#mainimg {
	position: relative;
    width: 100%;
    max-height: 1200px;
    height: 100vh; /* disable Fallback */
    height: calc((var(--vh, 1vh) * 100) - 100px);
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
}
#mainimg .swiper-container1 {
	position:relative;
	width: 100%;
	height: 100%;
}
#mainimg .swiper-slide {
	position:relative;
	width: 100%;
	height: 100%;
    background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
    overflow: hidden;
}

.swiper-pagination {
	position:relative !important;
	line-height:0;
	padding-top:0;
    height: 20px;
    margin: -20px auto 0;
    z-index: 3000;
}
.swiper-pagination span {
	margin:0 5px !important;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
	opacity:1 !important;
}
.swiper-pagination-bullet {
  background: rgba(255,255,255,0.3) !important;
	border-radius:0 !important;
	width:40px !important;
	height:6px !important;
}
.swiper-pagination-bullet-active {
  background: rgba(255,255,255,0.8) !important;
}

.tsub {
    font-size: 2em;
    font-weight: normal;
    font-family: 'Jost', sans-serif;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.3;
}

#news {
	position:relative;
    background-color: rgba(255,255,255,0.8);
	height:6.84em;
    margin-top: -6.84em;
    margin-left: 0;
    width: 650px;
    box-sizing: border-box;
    z-index: 100;
    text-align: left;
    padding-right: 2em;
    padding-top: 1.5em;
}
.news_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction:row;
}
.news_box h3 {
	font-family: 'Jost', sans-serif;
    padding: 0 2em;
    font-weight: normal;
    font-size: 1.4em;
    line-height: 1;
    letter-spacing: 1px;
}
#news_tx {
    width: 100%;
}
.ticker {
	width: 100%;
	line-height:1.5;
	position: relative;
}
.ticker ul {
	width: 100%;
	position: relative;
}
.ticker ul li {
	width: 100%;
	display: none;
    font-size: 0.84em;
}
.ticker ul li span {
    font-family: 'Jost', sans-serif;
    display: block;
    font-size: 0.84em;
}

.tgallery {
    position: relative;
    background-color: #000;
    margin-bottom: 5em;
}
.tgallery ul {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.tgallery ul li {
    float: left;
    width: 25%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    opacity: 0.4;
}

@media screen and (max-width: 1200px) {
#mainimg {
    max-width: 100%;
    height: auto;
    aspect-ratio:4 / 3;
}
}

@media screen and (max-width: 960px) {

.swiper-pagination {
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
}
.swiper-pagination-bullet {
  background: rgba(255,255,255,0.4) !important;
}
.swiper-pagination-bullet-active {
  background: rgba(255,255,255,0.7) !important;
}
.swiper-pagination-bullet {
	width:30px !important;
	height:5px !important;
}

#news {
    margin-top:0;
    width: 100%;
    background-color: #eee;
}
.news_box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-direction:row;
}


.tgallery {
    margin-bottom: 5em;
}
.tgallery ul li {
    width: 50%;
    height: 50%;
}

}

@media screen and (max-width: 520px) {
#news {
    padding-right: 1em;
}
.news_box h3 {
    padding: 0 1em;
}
}
