@charset "UTF-8";

.method360_lp_contents {
	font-size: 3.75vw;
	font-weight: 600;
}

.wrapper {
	display: none;
	background: #fff !important;
}

#wrap {
	margin: 0 auto !important;
	background: #fff;
	max-width: 100%;
}

img {
	display: block;
}


.topimgsp {
	margin-top: 113px;
}

/* --------------                  sec01                   -------------- */
.s1 {}

.videocont_a {
	width: 100%;
	height: 100%;
	aspect-ratio: 9 / 16;
	position: relative;
}

.videocont_a video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}


/* --------------                  sec02                   -------------- */
.s2 {
	background-color: #fff;
	color: #000;
	font-size: 0.8em;
}

.s2-inner {
	padding: 1.5rem .5rem;
}

.s2left {
	overflow: hidden;
	border-radius: 10px;
}

.s2right {
	padding: 1rem .5rem 0;
	text-align: center;
}

.s2tit {
	font-size: 3.5em;
	font-weight: 700;
}

.s2rightflexbox {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 2rem;
}

.s2rightflexbox-c {
	width: calc(100% / 3);
	padding: .3rem;
}

.s2rightflexbox-c p {
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}

.s2right a {
	display: inline-block;
	text-align: left;
	text-decoration: underline;
	margin-top: 2rem;
}


/* --------------                  sec03                   -------------- */

.s3 {
	position: relative;
}

.s3-inner {
	position: absolute;
	top: 4%;
	left: 0;
	width: 100%;
}

.s3-inner p {
	color: #fff;
	text-align: center;
	line-height: 1.4;
}

.sbtxt {
	font-size: 2.1em;
	font-weight: bold;
}

.sstxt {
	font-size: 1em;
}


/* --------------                  sec04                   -------------- */

.s4 {
	padding: 1.5rem 0.5rem 0.75rem;
	color: #000;
}

.method360logo {
	width: 70%;
	max-width: 400px;
	margin: 0 auto 2rem;
}

.s4 p {
	text-align: center;
	font-size: 1em;
	padding: 1rem;
}

/* --------------                  sec05                   -------------- */

.s5 {
	padding: 0.75rem 0.5rem 1.5rem;
}

.s5videocont {
	width: 90%;
	margin: 0 auto;
	aspect-ratio: 4 / 3;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}

.s5videocont video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.s5videocont button {
	position: absolute;
	z-index: 2;
	aspect-ratio: 1/1;
	width: 3rem;
	border: none;
	background-color: transparent;
	background-position: center;
	background-size: cover;
}

#v-start {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background-image: url(../images/start.png);
}

#v-stop {
	display: none;
	bottom: 5%;
	left: 5%;
	background-image: url(../images/stop.png);
}

/* --------------                  sec06                   -------------- */

.s6 {
	padding: 0 0 1.5rem;
	color: #000;
}

.s6 p {
	font-weight: bold;
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 1.5rem;
}

.s6 img {
	width: calc(90% - 1rem);
	margin: 0 auto;
}

.s6 img.crew_l {
	margin-top: .5rem;
	width: 100%;
}

/* --------------                  sec07                   -------------- */

.s7 {}

.s7-inner {
	background-image: url(../images/Carousel/m360_carousel-bg_Mobile.jpg);
	background-position: center;
	background-size: cover;
	padding: 2rem 0;
}

.s7slide li {
	padding: 0 0.3rem;
	min-height: 1px;

}

.s7slide li .s-in {
	overflow: hidden;
	border-radius: 20px;
}

.s7slide li:nth-child(1) {
	width: 88vw;
}

.s7slide li:nth-child(2) {
	width: 53vw;
}

.s7slide li:nth-child(3) {
	width: 88vw;
}

.s7slide li:nth-child(4) {
	width: 53vw;
}

.s7slide li:nth-child(5) {
	width: 88vw;
}

.s7slide li:nth-child(6) {
	width: 53vw;
}

.s7slide li:nth-child(7) {
	width: 88vw;
}

.s7slide li:nth-child(8) {
	width: 53vw;
}

.s7slide li img {
	width: 100%;
	height: auto;
	display: block;
}

.slick-next::before,
.slick-prev::before {
	content: none;
}

.slick-next,
.slick-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	margin: 0;
	padding: 0;
	background-position: center;
	background-size: cover;
	width: 1.5rem;
	height: 1.5rem;
}

.slick-next:focus,
.slick-next:hover {
	background-image: url(../images/next.jpg);
	background-position: center;
	background-size: cover;
}

.slick-prev:focus,
.slick-prev:hover {
	background-image: url(../images/prev.jpg);
	background-position: center;
	background-size: cover;
}

.slick-next {
	background-image: url(../images/next.jpg);
}

.slick-prev {
	background-image: url(../images/prev.jpg);
}

/* --------------                  sec08                   -------------- */

.s8 {
	color: #000;
	padding: 1.5rem 0;
}

.s8 p {
	font-weight: bold;
	text-align: center;
	font-size: 2.5em;
	margin-bottom: 1.5rem;
}

.s8-inner {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
}

.s8itemlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.s8itemlist li {
	width: 50%;
	padding: 10px;
}

.s8itemlist li a p {
	color: #000;
	font-size: 0.8em;
	text-align: left;
	font-weight: bold;
}

.s8itemlist li .img {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1;
	background-position: center;
	background-size: cover;
}



@media only screen and (min-width: 960px) {

	.method360_lp_contents {
		font-size: 16px;
	}

	.topimgpc {
		margin-top: 111px;
	}

	/* --------------                  sec01                   -------------- */
	.s1 {}

	.videocont_a {
		aspect-ratio: 16 / 9;
	}

	/* --------------                  sec02                   -------------- */
	
	
    
	.s2-inner {
		width: 90%;
		max-width: 1000px;
		margin: 0 auto;
		display: flex;
		justify-content: center;

	}

	.s2left {
		width: 50%;
	}

	.s2right {
		width: 50%;
		padding: 1rem;
		text-align: center;
	}

	/* --------------                  sec03                   -------------- */
	.s3 {}

	.s3-inner {
		top: 30%;
		left: 50%;
		width: 50%;
	}

	.s3-inner p {
		text-align: left;
	}

	.sbtxt {
		font-size: clamp(0em, 3.5vw, 3.625rem);
	}

	.sstxt {
		font-size: clamp(1em, 1.75vw, 2rem);
	}



	/* --------------                  sec04                   -------------- */
	.s4 {
		text-align: center;
	font-size: 1em;
	margin-bottom: 1rem;
	}
	/* --------------                  sec05                   -------------- */

	.s5videocont button {
		width: 5rem;
	}


	/* --------------                  sec06                   -------------- */
	.s6 {}

	/* --------------                  sec07                   -------------- */
	.s7 {}

	.s7-inner {
		background-image: url(../images/Carousel/M360_carousel-bg_desktop.jpg);
	}

	.s7slide li:nth-child(1) {
		width: 31.5vw;
	}

	.s7slide li:nth-child(2) {
		width: 18.5vw;
	}

	.s7slide li:nth-child(3) {
		width: 31.5vw;
	}

	.s7slide li:nth-child(4) {
		width: 18.5vw;
	}

	.s7slide li:nth-child(5) {
		width: 31.5vw;
	}

	.s7slide li:nth-child(6) {
		width: 18.5vw;
	}

	.s7slide li:nth-child(7) {
		width: 31.5vw;
	}

	.s7slide li:nth-child(8) {
		width: 18.5vw;
	}

	/* --------------                  sec08                   -------------- */
	.s8 {}

	.s8itemlist li {
		width: calc(100% / 5);
	}

}