@charset "UTF-8";




.box{
	color: #fff;
	height: auto;
	position: relative;
}
.box1{
	background-image: url(../../img/2024/ss01_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 438px;

}
.box2{
	background-image: url(../../img/ss02_sp.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.box3{
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
	position: relative;

}
.sec-black{
	background-color: #000000;
	padding-top: 15%;
	padding-bottom: 10px;
	color: rgba(255,255,255,1.00);
}



.pagenation{
	display: none;
}
.pagenation2{
	display: none;
}
.pagenation3{
	display: none;
}
.treearea {
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	z-index: 80;
	display: none;
}
.loop_css {
	position: relative;
	display: -webkit-block;
	display: none;
	width: 100vw;
	left: 50%;
	margin-left: -50vw;
	overflow: hidden;
}

/*アニメーション*/
@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  to {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-200%);
    -ms-transform: translateY(-200%);
    transform: translateY(-200%);
  }
}


.box1 .txtbox {
	position: absolute;
	top: 50vh;
	right: 8%;
	width: 220px;
}
.box1 .txtbox img {
	width: 100%;
	height: auto;
}


.box2 .txtbox {
	font-size: 11px;
	line-height: 24px;
	padding-top: 40px;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.box2 .txtbox img {
	width: 100%;
	height: auto;
}

.box3 .txtbox {
	color: rgba(0,0,0,1.00);
	font-size: 10px;
	line-height: 24px;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	text-align: left;
	z-index: 100;
	position: relative;
	padding-left: 50px;
	padding-bottom: 5px;
}
.box3 img.sp-resize  {
	width: 115px;
	height: auto;
}

.box3 .img img {
	width: 100%;
	height: auto;
}
.box3 .sec03-bg {
	background-image: url(../../img/ss03_bg_sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.box3 .sec04-bg {
	background-image: url(../../img/ss04_bg_sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.box3 .sec05-bg {
	background-image: url(../../img/ss05_bg_sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.box3 .sec06-bg {
	background-image: url(../../img/ss06_bg_sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.box3 .sec07-bg {
	background-image: url(../../img/ss07_bg_sp.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
ul.banner2 {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}


ul.banner2 li {
	float: none;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
ul.banner2 li:last-child  {
	float: none;
	margin-right: 0px;
}
ul.banner2 img {
	width: 100%;
	height: auto;
}

/* 20221007 お知らせ追加 */
.box-news{
	margin: 43px auto 48px;
}
.box-news__wrap{
	max-width: none;
	padding: 0 30px;
}
.box-news__ttl{
	font-size: 13px;
}
.box-news__ttl::before{
	margin-right: 19px;
	font-size: 24px;
}
.box-news__list{
	margin-bottom: 24px;
}
.box-news__item a{
	padding: 16px 0;
}
.box-news__date{
	width: 30.3%;
	line-height: 1.8;
}
.box-news__itemTtl{
	width: 69.7%;
	line-height: 1.8;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.box-news__btn a span{
	font-size: 14px;
}

/* 20221007 お知らせ追加 index-03 */
.box-news__wrap{
	margin-top: 80px;
	padding-top: 60px;
}
.box-news__itemTtl{
	font-size: 13px;
}
.box-news__date{
	font-size: 14px;
}
.box-news__ttl::before{
	font-size: 24px;
}
.box-news__ttl{
	font-size: 15px;
}
.box-news__item a{
	padding: 24px 0;
}
.wrapper::after{
	content: ".";
	clear: both;
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
}