@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
}

.wrapper{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 5% 0 3%;
	font-family: "Zen Kaku Gothic New", sans-serif;
}

.wrapper img{
	display: block;
	line-height: 0;
}

.wrapper h1{
	text-align: center;
	font-family: "trade-gothic-next-compressed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 65px;
	line-height: 1.1;
	margin-top:5%;
}

.box{
	margin: 10% auto 20%;
	width: 100%;
}

.box h2{
	/*font-family: "trade-gothic-next-compressed", sans-serif;
	font-weight: 700;
	font-style: normal;*/
	font-weight: 500;
	font-size: 22px;
	display: flex;
	width: 100%;
	margin: 0 auto 3%;
	align-items: center;
	text-align: center;
}

.box h2:before, .box h2:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
}

.box h2:before {
	margin-right: 1rem;
}

.box h2:after {
	margin-left: 1rem;
}

.box .border__non{
	font-size: 22px;
	font-weight: bold;
}

.box .border__non:before{
	content: "\\";
	border:none;
	text-align: right;
	font-size: 30px;
}

.box .border__non:after{
	content: "/";
	border:none;
	text-align: left;
	font-size: 30px;
}

.box ul{
	padding: 0;
	width: 90%;
	margin: 5% auto;
	list-style: none;
	display: flex;
	column-gap: 10px;
}

.box ul li img{
	border-radius: 50px;
}

.box p{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	margin: 8% auto;
}

.box p span{
	font-size: 11px;
}

.slider__group::-webkit-scrollbar {
	/*display: none;*/
}

.slider__group {
	position: relative;
	width: 100%;
	margin: 5% auto;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

.slider__box {
	flex: 0 0 auto;
	width: 30%;
	margin-right: 2%;
	position: relative;
}

.slider__box:first-child {
	margin-left: 12.5%;
}

.slider__box:last-child {
	margin-right: 12.5%;
	padding-right: 2%;
}

.slider__box img {
	width: 100%;
	object-fit: cover;
}

.movie{
	width: 90%;
	margin: 5% auto 5%;
	overflow: hidden;
}
video{
	width: 100%;
	height: auto;
}

.box .radius__none li img{
	border-radius: 0px;
}


@media(min-width:750px){

.wrapper h1{
	font-size: 85px;
}

.box h2{
	font-size: 25px;
}

.box .border__non{
	font-size: 26px;
}

.box ul{
	column-gap: 20px;
}

.box ul li img{
	border-radius: 150px;
}

.box p{
	font-size: 16px;
}

.box p span{
	font-size: 12px;
}


.slider__box {
	width: 22%;
}

.slider__box:first-child {
	margin-left: 0%;
}

.slider__box:last-child {
	margin-right: 0%;
	padding-right: 0;
}
	
.movie{
	width: 50%;
}
	
	.br_s{
		display: none;
	}
}