@charset "UTF-8";

/* ===================================================================
  touchtry-contents
=================================================================== */
.l-contents--touchtry::after {
	position: absolute;
	top: 30vw;
	right: -2vw;
	bottom: auto;
	left: auto;
	z-index: -1;
	margin: auto;
	width: 50vw;
	height: 50vw;
	background-image: url("/cloud/how-to-use/common/img/touchtry/bg_accent_touchtry.png");
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}
@media screen and (min-width: 35.5em) {
	.l-contents--touchtry::after {
		top: 8vw;
	}
}
@media screen and (min-width: 48em) {
	.l-contents--touchtry::after {
		width: 430px;
		height: 360px;
	}
}
/* ===================================================================
  touchtry block
=================================================================== */
.contents__block--touchtry {
	padding: 5%;
	margin: 0;
}

@media screen and (min-width: 48em) {
	.contents__block--touchtry {
		padding: 20px;
		height: 100%;
	}
}
/* ===================================================================
  はじめてご覧になる方へ
=================================================================== */
.l-touchtry-movie__note{
	position: relative;
	margin-top: 20%;
	padding-top: 8%;
	border: none;
	border-radius: 10px;
	box-shadow: 0px 10px 30px -30px rgba(0,0,0,0.6);
}
.l-touchtry-movie__note::before {
	position: absolute;
	top: -3em;
	right: 0;
	bottom: auto;
	left: 0;
	margin: auto;
	width: 175px;
	height: 88px;
	background-image: url("/cloud/how-to-use/common/img/touchtry/about_accent.png");
	background-size: contain;
	background-repeat: no-repeat;
	content: "";
}
.heading--touchtry-movie__note{
	color: #ec4f4f;
	text-align: center;
	letter-spacing: -.02em;
	font-size: 1.25em;
	font-family: fot-tsukuardgothic-std, Noto Sans JP, sans-serif;
}
@media screen and (min-width: 48em) {
	.l-touchtry-movie__note{
		margin-top: 6em;
		padding: 40px;
	}
	.heading--touchtry-movie__note{
		margin-bottom: .6em;
		font-size: 1.75em;
	}
}
/* ===================================================================
  touchtry-movie
=================================================================== */
.l-touchtry-movie{
	margin-top: 3em;
}
.touchtry-movie > img{
	margin: 0;
}
.touchtry-movie{
	position: relative;
	background: #666;
}
.touchtry-movie::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	margin: auto;
	width: 50px;
	height: 50px;
	border: 3px solid #fff;
	border-radius: 50%;
	content: "";
}
.touchtry-movie::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 1%;
	margin: auto;
	width: 0;
	height: 0;
	border-width: 10px 0 10px 15px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	content: "";
}
.touchtry-movie__note{
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
}
.touchtry-movie__note > li{
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #999;
	list-style: none;
	font-size: .75em;
}

/* ===================================================================
  touchtry-detail
=================================================================== */
.touchtry-detail{
	margin-top: 3em;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	transition: opacity .3s;
}
a:hover .touchtry-detail{
	opacity: .6;
}
.heading--touchtry{
	margin: 0;
	font-size: 1.25em;
}
.heading--touchtry .heading--howtouse-block__sub{
	font-size: .875rem;
}
#teacher .heading--touchtry{
	color: #4bacd5;
}
#student .heading--touchtry{
	color: #81b316;
}
.touchtry-text{
	margin-top: .5em;
}
a .touchtry-text{
	color: #54483d;
}
@media screen and (min-width: 48em) {
	.touchtry-text{
		line-height: 1.8;
	}
}

/* ===================================================================
  Coming soon
=================================================================== */
.contents__block--comingsoon{
	margin-top: 15vw;
	border-radius: 10px;
	border: 1px dashed #ccc;
	background: none;
}
#teacher .contents__block--comingsoon{
	border: 1px dashed #4bacd5;
}
#student .contents__block--comingsoon{
	border: 1px dashed #91c02c;
}
@media screen and (min-width: 48em) {
	.contents__block--comingsoon{
		margin-top: 6em;
	}
}