@charset "UTF-8";
#sut, sut_contents{
}
/*--画面幅960pxまでの部分にこれ--*/
#event .contents_width{
	max-width:960px;
	margin:0 auto;
}
#event .event_header{
	background: #ffffff;
	margin: 2%;
}

/*--スライダー--*/
#event #slider{
	padding: 3% 0;
}
#event .swiper-slide .item{
	transition: .5s; /* ゆっくり小さくさせる */
	opacity: .5;
	transform: scale(.8);
	position: relative;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 15px;
}
#event .swiper-slide .item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -10;
}
#event .swiper-slide-active .item,
#event .swiper-slide-duplicate-active .item{
	opacity: 1; /* 中央のスライドは薄くしない */
	transform: scale(1); /* 中央のスライドは小さくしない */
	z-index: 2; /* 中央のスライドを一番上にする */
}
#event .swiper-slide .item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
#event .swiper-slide .item a:hover .slider_image {
    transform: scale(1.1);
}
#event .swiper-slide .slider_image{
	object-fit: contain;
	object-position: center;
	max-width: 100%;
	max-height: 100%;
	z-index: 1;
    transition: 0.6s;
}
#event .swiper-slide .blur{
	position: absolute;
	object-fit: cover;
	top: 50%;
	left: 0;
	right: 0;
	transform: translateY(-50%);
	z-index: -1;
	filter: blur(10px);
	opacity: .7;
	width: 100%;
	height: 100%;
}
 #slider {
	margin-inline: auto;
	/* max-width: 1280px; */
	position: relative;
}
 #slider .swiper {
	/* max-width: 1280px; */
	margin-top: 2%;
}
/* 左右のやじるし */
 #slider .swiper-button-prev::after, #slider .swiper-button-next::after {
	font-size:25px;
}
/* ページネーション下の丸のこと */
 #slider .swiper-pagination-bullets,
 #slider .swiper-pagination-horizontal {
	bottom: -25px;
}
/* 前への矢印 */
 #slider .swiper-button-prev {
  left: 24%;
}
/* 次への矢印 */
 #slider .swiper-button-next {
  right: 24%;
}

/*--イベントCSS--*/
#event .base_common{
	position:relative;
	border-radius: 50px 50px 0 0;
}
#event .eventBanner-area {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 40px;
}
#event .eventBanner-area_inner {
    padding: 80px 0;
}
#event .banner_flex {
    /* display: flex; */
    justify-content: space-evenly;
    position: relative;
}
#event .banner_link {
    display: flex;
    color: #fff;
    padding: 2% 1%;
    border-radius: 10px;
    align-items: center;
    width: min(40%, 326px);
    justify-content: center;
    margin: 0 auto;
}
#event .banner_link .icon {
    max-width: 50px;
    margin-right: 20px;
}
#event .banner-text {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#event .banner-text_small {
    display: block;
    font-size: 16px;
    font-weight: normal;
}
#event .X-logo {
    width: 30px;
    margin-right: 12px;
}
#event .banner_link .icon img {
    vertical-align: middle;
}
#event .character {
    position: absolute;
    bottom: 0;
    width: 6%;
}
#event .character_01 {
    left: 150px;
}
#event .character_02 {
    right: 150px;
}
#event .category_nav {
    max-width: 960px;
    margin: 40px auto;
    width: 90%;
}
#event .category_nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* flex-wrap: wrap; */
}

#event .category_list:first-of-type .category_link{
	border-left: 2px solid #FFF601;
}

#event .category_link {
    width: clamp(9em, 10.8vw, 9em);
    text-align: center;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 2px solid #FFF601;
    height: 100%;
    min-height: 3em;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #161616;
    font-size: clamp(12px,1.4vw,14px);
}

#event .category_link::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: -150px;
    bottom: 0;
    background-color: #fff601;
    visibility: hidden;
    transition: 0.3s;
    z-index: -10;
}

#event .category_link:hover::after {
    visibility: visible;
    left: 0;
}


#event .category_link.is-active {
    background-color: #FFF601;
}
#event .itemlist_wrap{
	padding: 5% 7%;
	margin-top: 7%;
}

#event .itemlist_flexwrap{
    display: none;
}

#event .itemlist_flexwrap.is-active{
	padding-bottom: 80px;
	width: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, 24%);
	grid-gap: 3rem 1.5rem;
	place-content: center;
	max-width: 1280px;
	margin: 0 auto;
}
#event .itemlist_contentswrap:nth-child(4n){
	margin-right:0;
}
#event .itemlist_contentswrap{
	display: block;
	border-radius: 0 0 0 30px;
	color: #ffffff;
	box-shadow: 0px 2px 8px 0px rgb(147 147 147 / 35%);
}
#event .eventImage_wrap{
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	aspect-ratio: 16 / 9;
}
#event .itemlist_contentswrap:hover .eventImage_item {
    transform: scale(1.1);
}
#event .eventImage_item{
	position: relative;
	width: auto;
	height: 100%;
	object-fit: contain;
	display: block;
	margin: 0 auto;
	z-index: 3;
	transition: 0.6s;
}
#event .eventImage_filter{
	position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    filter: blur(10px);
    opacity: 0.7;
    transform: scale(1.3);
    width: 100%;
    height: 100%;
    display: block;
	z-index: 2;
}
#event .eventText_wrap{
	/* height: 100%; */
	padding: 5% 5% 6%;
}
#event .event-category_wrap{
	margin-bottom: 5%;
	display: flex;
	flex-wrap: wrap;
}
#event .event-category{
	line-height: 1.8;
	margin-bottom: 2%;
}
#event .category_1{
	background-color: #AE8FC3;
	margin-right: 2%;
	padding: 0 2%;
}
#event .category_2{
	background-color: #EFEB46;
	margin-right: 2%;
	padding: 0 2%;
}
#event .category_3{
	background-color: #F6B538;
	margin-right: 2%;
	padding: 0 2%;
}
#event .category_4{
	background-color: #F494B6;
	margin-right: 2%;
	padding: 0 2%;
}
#event .category_5{
	background-color: #7BCFD9;
	margin-right: 2%;
	padding: 0 2%;
}
#event .category_6 {
    background-color: #A3D977;
    margin-right: 2%;
    padding: 0 2%;
}
#event .status_1 {
    background-color: #CA2557;
    color: #FFFFFF;
    padding: 0 2%;
}

#event .status_2 {
    background-color: #DA7C00;
    color: #FFFFFF;
    padding: 0 2%;
}

#event .status_3 {
    background-color: #60B20B;
    color: #FFFFFF;
    padding: 0 2%;
}

#event .status_4 {
    background-color: #4C4C4C;
    color: #FFFFFF;
    padding: 0 2%;
}

#event .status_5 {
    background-color: #0066CC;
    color: #FFFFFF;
    padding: 0 2%;
}

#event .status_6 {
    background-color: #987b08;
    color: #FFFFFF;
    padding: 0 2%;
}

#event .status_7 {
    background-color: #8A2BE2;
    color: #FFFFFF;
    padding: 0 2%;
}

#event .status_8 {
    background-color: #00BFFF;
    color: #FFFFFF;
    padding: 0 2%;
}

#event .status_9 {
    background-color: #32CD32;
    color: #FFFFFF;
    padding: 0 2%;
}

#event .status_10 {
    background-color: #FF4500;
    color: #FFFFFF;
    padding: 0 2%;
}

#event .status_11 {
    background-color: #FF1493; /* ディープピンク */
    color: #FFFFFF;
    padding: 0 2%;
}

#event .status_12 {
    background-color: #FFD700; /* ゴールド */
    color: #FFFFFF;
    padding: 0 2%;
}

#event .status_13 {
    background-color: #FF69B4; /* ホットピンク */
    color: #FFFFFF;
    padding: 0 2%;
}

#event .event-banner_wrap{
	width: 100%;
	text-align: center;
}
#event .event-banner{
	width: 250px;
	margin: 10px;
}

#event .sns_x {
    background-color: #000;
    display: flex;
    border-radius: 40px;
    padding: 1%;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 40%;
    max-width: 280px;
    margin: 0 auto;
}

#event .sns-text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

#event .sns-text_small {
    display: block;
    font-size: 14px;
}



@media screen and (max-width: 1099px){
	/*#event .itemlist_flexwrap{
		width: 80%;
		min-width: 700px;
		justify-content: space-around;
	}
	#event .itemlist_contentswrap{
		width: 40%;
		 min-width: 250px; 
		max-width: 350px;
	}*/
    #event .itemlist_flexwrap.is-active {
        grid-template-columns: repeat(auto-fit, 38%);
    }
    
}