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


/* layout-concept */

.layout-concept p {
	text-align: center;
}


/* contents01 */

.contents01 {
	width: 100%;
	background-image: url("../../images/gallery/back01.svg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.contents01 .box-inner {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:80px 0px;
}

.contents01 .box {
	width: 460px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 20px rgba(80,160,254,0.15);
}

.box-movie {
	padding-top: 56.25%;
	width: 100%;
	position: relative;
}

.box-movie iframe {
	width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0px;
	    left: 0px;
}


.sp-view {
	display: none;
}

