@charset "utf-8";
/* CSS Document */

/*basic*/

main {
	display: block;
} 

.m_copy{
	position: absolute;
	z-index: 5;
	bottom: 8%;
	width: 90%;
	left: 10%;
}

.mainS .l-inner {
	position: relative;
	-webkit-box-sizing: content-box;
		box-sizing: content-box;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10rem;
	height: 100%;
}

.mainS .l-section {
	border-top: 1px solid #eee;
}

.mainS .l-section .l-inner {
	padding-top: 8rem;
	padding-bottom: 8rem;
}

 [class*=swiper]:focus {
	 outline: none;
}

.slide-media,
.thumb-media {
	position: relative;
	overflow: hidden;
}

.slide-media img,
.thumb-media img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
		object-fit: cover;
}



@media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .l-inner {
      padding: 0 4rem;
    }
    .pc {
      display: none !important;
    }
  }

  @media only screen and (max-width: 599px) {
    html {
      font-size: 50%;
    }
    .pc-tab {
      display: none !important;
    }
  }

  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
   
  }

  @media only screen and (min-width: 600px) {
    .sp {
      display: none !important;
    }
  }



/*main visual*/

.main_slide {
	 background: url(../img/bg.png) no-repeat #fafafa;
	/* height: 100%;*/
	overflow: hidden;
	position: relative;
}

.mainS {
    overflow: hidden;
}

.mainS.l-section{
	border: none;
overflow: hidden;
}

.mainS .swiper {
    overflow: visible;
}

.mainS .slide {
    overflow: hidden;
    -webkit-transition: var(--transition), opacity 1s;
    transition: var(--transition), opacity 1s;
    border-radius: 60px;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);

}

.mainS .slide-media {
    padding-top: 41%;
}


.mainS .swiper-slide:not(.swiper-slide-visible) .slide {
    pointer-events: none;
    opacity: 0.3;
}

.mainS .l-inner {
    padding-top: 134px;
    padding-bottom: 8rem;
}



@media only screen and (max-width: 1024px) {
    
    .mainS .swiper {
      padding: 0 3.2rem;
    }
    .mainS .swiper-button-prev {
      right: calc(100% - 5.2rem);
    }
    .mainS .swiper-button-next {
      left: calc(100% - 5.2rem);
    }
  }

  @media only screen and (max-width: 599px) {
    
  }

  @media only screen and (min-width: 1025px) {
    
    .mainS .slide img {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    
  }

  @media only screen and (min-width: 600px) {
    
  }



 .evtD.l-section .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    width: 88.5%;
	  max-width: calc((100vw - 90.5em) / 2 + 89em);
    margin-left: auto;
	  overflow: hidden;
	 padding-top:50px;
  }



  [class*=swiper]:focus {
    outline: none;
  }

 .evtD .slide-media,
 .evtD .thumb-media {
    position: relative;
    overflow: hidden;
  }
 .evtD .slide-media img,
 .evtD .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }


.evtD .swiper-button-prev, .evtD .swiper-button-next {
    display: grid;
    place-content: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
.evtD .swiper-button-prev::before, .evtD .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    border: 2px solid #258b81;
	background: #fff;
  }
  .evtD .swiper-button-prev::after, .evtD .swiper-button-next::after {
    width: 10px;
    height: 10px;
    content: "";
    border: solid #258b81;
    border-width: 2px 2px 0 0;
  }
  .evtD .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .evtD .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .evtD .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .evtD {
    overflow: hidden;
  }
  .evtD .swiper {
    overflow: visible;
  }
  .evtD .swiper-controller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 1.6rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 23.9px;
	  
  }
  .evtD .swiper-pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1.2rem 0.8rem;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 auto 0 0;
    text-align: center;
  }
  .evtD .swiper-pagination-bullet {
    width: 1.6rem;
    height: 5px;
    cursor: pointer;
    vertical-align: top;
    background-color:#fff;
	  transition: .8s cubic-bezier(.2, 1, .2, 1);
  }
  .evtD .swiper-pagination-bullet-active {
    width: 4rem;
    background-color: #258b81;
  }
  .evtD .swiper-button-prev, .evtD .swiper-button-next {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0;
  }
  .evtD .swiper-button-disabled {
    pointer-events: none;
    opacity: 0.5;
  }
  .evtD .swiper-button-disabled::before {
    border:2px solid #258b81;
	  background: #fff;
  }
  .evtD .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
	  transition: .3s;
  }

  .evtD .swiper-slide:last-child {
   margin-right: 10%;
  }

	

  .evtD .slide {
    overflow: hidden;
    width: 320px;
	  
  }
  .evtD .slide-media {
    padding-top: 145%;
	  border-radius: 24px;
	 box-shadow: 0px 0px 10px rgba(178,220,207, 20%);
	  border: #e1e1e1 1px solid;
	  background: #18302b;
  }
  .evtD .slide-media img {
    height:100%;
	  opacity: 0.5;
  }
  .evtD .slide-content {
    padding: 25px 0 0;
  }
  .evtD .slide-date {
    font-size: 18px;
    line-height: 1;
    display: block;
    color: #848484;
	  font-family: 'outfitR';
  }
  .evtD .slide-title {
    font-size: 20px;
    margin: 15px 0 30px ;
	  text-align: left;
	  color: #222222;
	  font-weight: bold;
	 
  }

.place{
	color: #333333;
	font-size: 16px;
}

.evtD .swiper-wrapper,.evtD .swiper-wrapper img{
	transition: .3s;
}


.evtD .swiper-wrapper a:hover {
	opacity: 1;
}

.evtD .swiper-wrapper a:hover .slide-content {
	opacity: .6;
}


.evtD .swiper-wrapper a:hover img{
	opacity: 1!important;
	transition: .3s;
}

.aboutI{
	margin-bottom: 100px;
}


.aboutI .swiper-slide{
	border-radius: 24px;
}

.aboutI .swiper-slide img{
	width: 100%;
    object-fit: cover;
	aspect-ratio: 16 / 10;
	border-radius: 24px;
}

.aboutI .swiper-slide:nth-child(2n) img{
	margin-top: 30px;
}

.aboutI .swiper-wrapper{
    transition-timing-function: linear;
}

.main{
	height: 90%;
	overflow: hidden;
}

.slick01 {
  width: 100%;
  height: 80%!important;
	
}


.slick01 img {

	margin: 0 10px;
	border-radius: 60px;
	margin-top: 134px;
}

.slick-slide{
        overflow: hidden;
    }

.slick-slide:not(.slick-active){
	opacity: .6;
}

@media screen and (min-width:1400px) and (max-width:1599px) {
	.main_slide{
		/*height: 80%;*/
		background-size: cover;
	}
	
	.m_copy{
		left: 5%;
		bottom: 3%;
	}
	
	.m_copy img{
		width: 70%;
	}
	
}

@media screen and (min-width:1280px) and ( max-width:1399px)  {
	.main_slide{
		/*height: 73%;*/
		background-size: cover;
	}
	
	.m_copy{
		left: 5%;
		bottom: 3%;
	}
	
	
	.m_copy img{
		width: 70%;
	}
	
}

@media screen and (max-width:1279px) {
	
	.mainS .l-inner {
    padding-top: 20px;
    padding-bottom: 30px;
}
	
	.mainS .slide-media {
    padding-top: 60%;
}
	
	.main_slide{
		/*height: 80%;*/
		background-size: cover;
	}
	
	.m_copy{
		left: 0;
		right: 0;
		margin: auto;

	}
	
	.m_copy img{
		width: 80%;
	}
}

@media screen and (max-width:1000px) {
	
	.evtD .swiper-pagination{
		display: none;
	}
	
	
	.main_slide{
		/*height: 55%;*/
		background-size: cover;
	}
}

@media screen and (max-width:1024px) {
	
	.mainS .slide-media {
    padding-top: 73%;
}

}

@media screen and (max-width:640px) {
	.evtD .swiper-controller{
		margin-top: 1rem;
	}
	
	.evtD .swiper-pagination{
		display: flex;
	}
	
	.evtD .swiper-button-prev, .evtD .swiper-button-next {
		width: 50px;
		height: 50px;

	}
	
	.main_slide{
		height:300px;
	}
	
	    .mainS .slide-media {
        padding-top: 220px;
    }
	
	.mainS .slide {
    border-radius: 30px;
}
		.m_copy img {
        width: 100%;
    }
	
}

