@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html, body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-feature-settings: "pkna" 1;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 120px);
  transition: all 900ms;
}

.effect-slide-left {
  opacity: 0;
  transform: translate(-120px, 0);
  transition: all 600ms;
}

.effect-slide-right {
  opacity: 0;
  transform: translate(120px, 0);
  transition: all 600ms;
}

.effect-fade.effect-scroll,
.effect-slide-left.effect-scroll,
.effect-slide-right.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

h1, h2, h3, h4, h5 {
  background: none;
  text-align: center;
	height:auto;
}

h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after {
  background: none;
}

.copy {
  background: url("../img/bg.png") no-repeat #2EAEDA left top;
  background-color: #2EAEDA;
	margin-bottom: 4rem;
}
.copy p {
  margin: 80px auto;
  text-align: center;
}

.character {
  margin: 40px auto 0;
}
.character dl {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.character dl dt {
  width: 630px;
}
.character dl dt p {
  margin: 20px 0 0;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.8;
}
.character dl dd {
  width: 490px;
  text-align: center;
}
.character dl dd ul {
  display: inline-block;
  margin: 20px auto 0;
}
.character dl dd ul li {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: left;
}
.character dl.rolan {
  flex-direction: row-reverse;
}

.line {
  margin: 100px auto 80px;
  text-align: center;
}
.line p {
  margin: 30px auto;
}

article.movie {
    margin: 0 auto;
}

.movie h2 {
	font-family: 'メイリオ', Meiryo,'Yu Gothic UI','ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','klee','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	font-size: 200%;
	margin-bottom: 3rem;
	color: #535353;
    font-weight: bold;
	line-height: 1.6;
}


.movie h3 {
	font-family: 'メイリオ', Meiryo,'Yu Gothic UI','ヒラギノ丸ゴ ProN','Hiragino Maru Gothic ProN','klee','ヒラギノ角ゴシック','Hiragino Sans',sans-serif;
	font-size: 130%;
	margin-bottom: 1rem;
	color: #535353;
    font-weight: bold;
	text-align: left;
}

.movie div {
    position: relative;
    width: 80%;
    padding: 45% 0 0 0;
    margin: 0 auto 0%;
}

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

#movieList {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#movieList li {
	width: 23.5%;
	margin: 0 2% 2% 0;
}

#movieList li:nth-child(4n) {
	margin: 0 0 2% 0;
}

#movieList li h4 {
	text-align: left;
	color:#333;
	min-height: 5rem;
	line-height: 1.6;
	box-shadow: none;
}

#movieList li img {
	width: 100%;
	margin-bottom: 0.6rem;
}

#movieList li a:hover {
	text-decoration: none;
}


@media screen and (max-width: 768px) {
  header img {
    width: 100%;
    height: auto;
  }

  .copy {
    background: none;
    background-color: #ffffff;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FF2EAEDA');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMzglIiBzdG9wLWNvbG9yPSIjMmVhZWRhIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMmVhZWRhIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(38%, #2eaeda), color-stop(100%, #2eaeda));
    background-image: -moz-linear-gradient(top, #ffffff 0%, #2eaeda 38%, #2eaeda 100%);
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #2eaeda 38%, #2eaeda 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #2eaeda 38%, #2eaeda 100%);
  }
  .copy p {
    margin: 2rem 0;
  }
  .copy p img {
    width: 90%;
    height: auto;
  }
  .copy .rainbow {
    width: 70%;
    height: auto;
  }
	
	.character {
		margin: 40px auto 0;
	}
	
  .character dl {
    display: block;
  }
  .character dl dt {
    width: auto;
  }
  .character dl dt img {
    width: 100%;
    height: auto;
  }
  .character dl dt p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .character dl dd {
    margin: 2rem 0;
    width: auto;
  }
  .character dl dd img {
    width: 100%;
    height: auto;
  }
  .character dl dd ul li {
    font-size: 1.1rem;
    line-height: 1.4;
  }
	
.line {
  margin: 2rem auto 2rem;
  text-align: center;
}	

  .line p.qr {
    width: 60%;
  }
	
	article.movie {
		max-width: unset;
	}
	
	.movie h2 {
		font-size: 130%;
		margin-bottom: 2rem;
	}

	.movie h3 {
		font-size: 110%;
	}
	
	.movie div {
		width: 90%;
		padding: 50% 0 0 0;
	}

	.movie div iframe {
		width: 100%;
	}
	
	#movieList li {
		width: 49%;
		margin: 0 2% 6% 0;
	}
	
	#movieList li:nth-child(2n) {
		margin: 0 0 6% 0;
	}
	
	#movieList li h4 {
		min-height: unset;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}	
	
	
}
