@charset "UTF-8";
@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  /*ここからメイン*/
  .news {
    height: 100%;
  }
  .news_title {
    font-family: 'Baloo Tammudu 2', cursive;
    width: 50vw;
    margin: 0 auto;
    display: block;
    font-size: 13.0vw;
    padding-bottom: 0vw;
    display: flex;
    justify-content: center;
    font-weight: bold;
  }
  .news_title_2 {
    font-size: 3.5vw;
    padding-top: 20vw;
    display: flex;
    justify-content: center;
    font-weight: bold;
  }
  .news li:hover {
    color: #D44525;
    border-bottom: solid 2px #D44525;
  }
  .news ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    /* コンテンツが見切れて見えるようにする */
    overflow-x: auto;
    /* 横スクロールの指定 */
    white-space: nowrap;
    /* 横スクロールの指定 */
    overflow-scrolling: touch;
    /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch;
    /* スクロールを滑らかにする */
    display: flex;
    justify-content: left;
  }
  .news li {
    display: inline-block;
    /* 横並びにする指定 */
    list-style: none;
    height: 90%;
    /* 横スクロールする範囲の高さを指定 */
    padding: 0vw 1vw 3vw 0vw;
    margin-left: 5vw;
    margin-bottom: 8vw;
    font-size: 3.5vw;
  }
  .news li {
    float: left;
    font-size: 3.0vw;
    margin: 1.0vw 2.0vw 8.0vw 2.0vw;
    padding-bottom: 2vw;
    letter-spacing: 3px;
    font-weight: bold;
  }
  .news_li_1 {
    margin-left: 0;
  }
  .news_li_2, .news_li_3, .news_li_4, .news_li_5, .news_li_6 {
    margin-left: 0;
  }
  .news a {
    text-decoration: none;
  }
  /*ここからメイン*/
  /*ここから下部*/
  .news_main {
    height: 100%;
    background-image: url("../images/event_backimg.png");
  }
  .news_main_innner {
    width: 90%;
    margin: 0 auto;
    padding-top: 10vw;
  }
  .news_main ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 5vw;
  }
	.news_main li {
		height: 53vw;
		margin-right: 0;
		}
  .news_contents_1_1 {
    padding-bottom: 30vw;
  }
  .news_contents_1_2 {
    padding-bottom: 20vw;
  }
  .news_contents_photo {
    position: relative;
    height: 30vw;
    width: 100%;
  }
  .news_contents_1_pickup {
    display: table;
    position: absolute;
    width: 18vw;
    height: 5vw;
    top: 2vw;
    left: 23vw;
    border-radius: 1.5vw;
    background-color: #D44525;
    z-index: 5;
    color: #FFF;
    text-align: center;
  }
  .news_contents_1_pickup p {
    display: table-cell;
    vertical-align: middle;
  }
  .news_contents_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4vw 4vw 0 0;
  }
  .news_contents_1 {
    position: relative;
    width: 48%;
    height: 53vw;
    padding-bottom: 3vw;
    border-radius: 4vw;
    margin-bottom: 8vw;
    background-color: #FFF;
  }
  .news_contents_date {
    margin:2.5vw 2.5vw 0vw 2.5vw;
    font-size: 2.5vw;
    float: left;
  }
  .news_contents_icon {
    width: 20vw;
    /* 		width: fit-content; */
    height: 4vw;
    line-height: 3.5vw;
    margin: 2vw 0 0 0;
    float: left;
  }
  .news_contents_icon_ {
    border: 1px solid #D44525;
    display: inline-block;
    vertical-align: middle;
    width: 20vw;
    height: 4vw;
    line-height: 4vw;
    text-decoration: none;
    text-align: center;
    color: #D44525;
    font-size: 2.0vw;
    padding: 0 1.5vw;
	 margin-top: 0vw;
    border-radius: 20px;
  }
  .news_contents_icon__2 {
    border: 1px solid #D44525;
    display: inline-block;
    vertical-align: middle;
    width: 22vw;
    height: 4vw;
    text-decoration: none;
    text-align: center;
    color: #FFF;
    background-color: #D44525;
    font-size: 2.0vw;
    padding: 0 1.5vw;
	 margin-top: 0vw;
    border-radius: 20px;
  }
  .news_contents_copy_2 {
    width: 90%;
    font-size: 3.3vw;
    margin-left: 3vw;
    margin-bottom: 5vw;
	 margin-top: 2vw;
    float: left;
  }
  .news_contents_copy {
    width: 90%;
    font-size: 3.0vw;
    margin-left: 5%;
    float: left;
  }
  .news_btn {
    padding: 10vw;
    padding-bottom: 20vw;
    position: static;
    text-decoration: none;
  }
  .event_contents_date_month {
    font-size: 2.5vw;
    top: 2vw;
    left: 2.8vw;
  }
  .event_contents_date_day {
    font-size: 4.7vw;
    top: 5vw;
    left: 5vw;
  }
  .news_contents_date__2 {
    font-family: 'Baloo Tammudu 2', cursive;
    font-size: 3.0vw;
    margin: 2.5vw 3vw 0 1vw;
    float: left;
    color: #858585;
  }
  .news_archive {
    font-family: 'Baloo Tammudu 2', cursive;
    font-size: 2.0rem;
    color: #858585;
    display: flex;
    justify-content: center;
    padding-bottom: 20vw;
  }
  .news_contents_1___ {
    height: 5vw;
    margin-bottom: 0.5vw;
    padding-bottom: 0;
  }
  .event_contents_end {
    height: 30vw;
  }
  .event_contents_end_copy {
    position: absolute;
        top: 30%;
		left: 50%;
		transform: translate(-50%, -50%);
		/* -webkit-transform: translate(-50%, -50%); */
		-ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 2.3vw;
    width: 100%;
    color: #FFF;
    z-index: 30;
  }
  .event_contents_date {
    position: absolute;
    width: 13vw;
    top: -5vw;
    left: 28vw;
  }
  .event_contents_date_month {
    position: absolute;
    top: 2.5vw;
    left: 2.5vw;
    font-size: 2.5vw;
  }
  .event_contents_date_day {
    position: absolute;
    top: 5.0vw;
    left: 6.0vw;
    font-size: 5vw;
  }
  .event_contents_date_day_2 {
    position: absolute;
    top: 4.8vw;
    left: 6.0vw;
    font-size: 5vw;
  }
	
	
		.next {
	  font-size: 3.0vw;
		padding-top: 2vw;
		position: absolute;
		right: 0vw;
	}

	.prev {
	 font-size: 3.0vw;
		padding-top: 2vw;
		position: absolute;
		left: 0;
	}

	  .event_contents_end {
		position: absolute;
		border-radius: 4vw 4vw 0 0;
		top: 0;
		left: 0;
		background-color: #000;
		width: 100%;
		height: 30.0vw;
		opacity: 0.5;
		z-index: 10;
		text-align: center;
	  }
	  .event_contents_end_copy {
		position: absolute;
		top: 13.5vw;
		        top: 30%;
		left: 50%;
		transform: translate(-50%, -50%);
		/* -webkit-transform: translate(-50%, -50%); */
		-ms-transform: translate(-50%, -50%);
		font-size: 2.5vw;
		color: #FFF;
		z-index: 11;
		font-weight: bold;
		  text-align: center;
	  }
	
		.event_contents_icon {
		width: 10vw;
		height: 2.3vw;
		line-height: 2.0vw;
		margin: 2.5vw 2vw 1vw 2vw;
	  }

	
	
  /*ここまで下部*/
}