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

html,
body {
	padding: 0;
	margin: 0;
}
img,video,iframe {
	width: 100%;
	border: none;
}
ul,li {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	color: #000;
	text-decoration: none;
}
#br {
	max-width: 1200px;
	margin: 5% auto 5%;
}
#br .title {
	max-width: 340px;
	width: 80%;
	padding: 5% 0;
	margin: 0 auto;
}
#YTWrap {
  	position: relative;
    width:100%;
    margin: 0 auto;
    padding-top: 56.25%;
}

#YTWrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.swiper-slide {
	width: 200px;
	margin: 0 15px
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: 0;
	transition: 0.2s all 0s ease;
}
#br ul{
	display: flex;
	margin: 20% auto -5%;
	flex-direction: row;
    flex-wrap: wrap;
	justify-content: space-evenly;
	row-gap: 10px;
}

#br ul li{
	width: 44%;
	position: relative;
	margin-bottom: 12%;
}

#br ul li:last-child{
	margin-left: 4%;
	margin-right: auto;
}
#br ul li .no{
	position: absolute;
	top: -12%;
	left: 10%;
	width: 20%;
}
#br ul li .button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    margin: 3% auto 10%;
    padding: 4px 10px;
    border: 1px solid #000;
    border-radius: 25px;
    background-color: #fff;
    color: #000;
    font-family: Bahnschrift, 'DIN Alternate', 'Franklin Gothic Medium', 'Nimbus Sans Narrow', sans-serif-condensed, sans-serif;
    font-size: 11px;
}

.button-2:hover {
    background-color: #1579c0;
}
@media only screen and (min-width: 768px)  {
	#br ul {
    width: 1200px;
	}
	#br ul li{
	width: 21%;
	margin-bottom: 10%;
	}
	#br ul li:last-child{
	margin-left: 3%;
	}
	#br ul li .no {
    top: -10%;
    left: 5%;
	width: 18%;
    }
	#br ul li .button {
    width: 150px;
    margin: 5% auto 0%;
    padding: 8px 10px;
    font-size: 12px;
	}
	.swiper-slide {
		width: 150px;
		margin: 0 5px
	}
}



.clear {
    clear: both;
}

.anim {
	opacity: 0;
	transition: 1.6s all 0s ease;
}
.anim.ac {
	opacity: 1
}

/*************************************************
                view
*************************************************/
#br .spview {
	display: block;
}
#br .pcview {
	display: none;
}
@media only screen and (min-width: 768px)  {
     #br .spview {
		display: none;
	}	
	#br .pcview {
		display: block;
	}
}