/*------------------------------------------------------------reset*/
*{
	margin:0;
	padding:0;
}
html,body{
	height:100%;
}
html{
	font-size:62.5%;
}
body{
	font-size:1.6rem;
}
ul,ol{
	list-style: none;
}
img{
	max-width: 100%;
	height:auto;
	vertical-align: bottom;
}
section{
	min-height:300px;
}
section:nth-child(2n+1){
	background-color:#FFFFFF;/**/
}
section h2{
	font-family: 'Poppins', sans-serif;
	font-size: 15rem;
	line-height: 1.2;
	margin: 0 30px;
	color: #cbb3d3;
}
/*------------------------------------------------------------header*/
header {
	width: 100vw;
	z-index: 100;
}

.menu{
	width: 100vw;
	display: flex;
	position: absolute;
	z-index: 150;
	height: 30%;
    justify-content: center;
}

.navul{
    display: flex;
	justify-content: flex-end;
    font-size: 120px;
    padding-top: 40px;
	padding-right: 40px;
    list-style: none;
}
.nav li a{
	color: #FFFFFF;
    text-decoration: none;
	font-family:  "M PLUS Rounded 1c";
}
.nav li{
	margin-left: 34px;
	font-size: 15px;
	text-align: center;
}
.nav li a:hover{
	color: #744f8f;
}
.logoimg img{
	width: 170px;
	padding:50px 20px 0 20px;
}
.menu-bg{
	z-index: -1;
	position: absolute;
	width: 100vw;
	hight: 20vw;
}

/*------------------------------------------------------------main*/
/*テンプレート*/
.sec{
    background: #ecd1ed url(../images/background-hands.png) no-repeat!important;
    background-size: cover;
	font-family: "M PLUS Rounded 1c"; 
	color: #3C3C3C;
	padding: 45px 0px 60px;
}
.tmp02{
    background: #d8c0e2 url(../images/background-hands.png) no-repeat!important;
}
.tmp03{
    background: #f4e4f0 url(../images/background-hands.png) no-repeat!important;
}
h3{font-size: 30px;
	margin-bottom: 20px;}
a{color:#744F8F;}
/*News*/
.secNews{
	padding-top:170px;
	padding-bottom:150px;
	background-color:transparent;
	background-image: url("../images/resize_bg_news01.png"),url("../images/resize_background-hands02.png");
	background-repeat:repeat-y;
	background-size: 260px 84px,cover;
}
.boxMainImg{
	position:relative;
	width:50vw;
	margin:0 auto;
}
.boxMainImg span{
	position:absolute;
	display: block;
}
.anim02{
	top:8vw;
	right:11vw;
}
.anim02 img{
	width:3.286vw;
	animation-name: anim_s;
	transform: rotate(7deg);
	transform-origin: -200px 150px;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}
@keyframes anim_s {
	0%{transform: rotate(0deg);}
  50% {ransform: rotate(-10deg);}
  100% {transform: rotate(10deg);}
}
.anim03{
	top:13.2vw;
	right:24.3vw;
}
.anim03 img{
	width:1.5vw;
  animation-name: poyopoyo;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}
@keyframes poyopoyo{
	0%, 40%, 60%, 80% {transform: scale(1.0) translateY(0);}
	50%, 70% {transform: scale(0.85) translateY(-6px);}
}
.anim04{
	top:5vw;
	left:11vw;
}
.anim04 img{
	width:4vw;
	animation-name: anim_sc;
	transform: scale(0.80,0.80);
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}
@keyframes anim_sc{
	100% {transform: scale(1,1);}
}
.anim05{
	top:30vw;
	left:16.1vw;
}
.anim05 img{
	width:5.2vw;
	animation-name: anim_h;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	animation-duration: 1.5s;
}
@keyframes anim_h{
	0% {transform: translate(0px, 0);}
	100% {transform: translate(20px, 0);}
}
.boxMainImg .mainImg img{
	width:100%;
}
.boxNews{
	width:60vw;
	margin: 20px auto 50px;
	background-color: rgba( 255, 255, 255, 0.45 );/**/
}
.boxNews dl{
	display: flex;
	flex-wrap: wrap;
	height:400px;
	overflow-y: scroll;
	font-size:1.5rem;
}
.boxNews dl dt{
	width:200px;
	padding:18px 0 18px 30px;
	border-bottom: 1px solid #ccc;
}
.boxNews dt:after{
	display: inline-block;
	width:6em;
	margin-left:20px;
	border-radius: 9999px;
	text-align: center;
	color:#fff;
}
.boxNews dt.info:after{
	content:"お知らせ";
	background:#744f8f;
}
.boxNews dt.event:after{
	content:"イベント";
	background:#CD3C3F;
}
.boxNews dt.news:after{
	content:"ニュース";
	background:#16839F;
}
.boxNews dl dd{
	width:calc(100% - 245px);
	padding:18px 0 18px 15px;
	border-bottom: 1px solid #ccc;
}
.boxNews dl dt:nth-of-type(1),
.boxNews dl dd:nth-of-type(1){
	border-top: 1px solid #ccc;
}

.boxUpdate .slider{
	display: flex;	
	width:50%;
	margin: 0px auto 50px;}

.blocksns{display: flex;
	width: 60vw;
	margin: 0px auto 50px;
	justify-content: space-between;
}

.blockX{
	width: 47%;
	height: 40%;
	margin: 0px ;
	background-color: #744F8F;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
}
.upperX{
	display: flex;
	color:#fff;
}
.upperX img {
	height: 80px;
}
.titleX{
	margin:auto 0px;
}
.x{text-align: center;
   overflow-x: scroll;
   height: 400px;
	border-radius: 15px;
	 /* IE, Edge 対応 */
 -ms-overflow-style: none;
 /* Firefox 対応 */
 scrollbar-width: none;
}
/* Chrome, Safari 対応 */
.x::-webkit-scrollbar {
 display:none;
}
/*About*/
.Aboutimg{text-align: center;}

.AboutBlock{
	width: 60%;
	margin: auto;
padding: 50px 0px;
font-size: 18px;
line-height: 40px;}
.AboutTitle img{
	margin: 40px auto 40px;
		width: 300px;}
.Aboutimg01 img{width: 600px;
margin-bottom: 40px;}
.Aboutgraph img{
	width: 350px;
	margin: 80px auto 10px;}
.Aboutgraph{
	margin: 40px auto 40px;}
.pc { display: block !important; 
margin-bottom: 40px;}
.sp { display: none !important; }

/*スライダー*/

.slider{
	margin: 0 auto;
}

.slick-dots li button:before{
	font-size:40px!important;
}

/*スライダー 終わり*/

/*キャラクター*/
.character{width: 60%;
margin: 0px auto;
text-align: center;}
.character .slider{max-width: 400px;}
.sukimamoritext img{width:  55%;
	margin-bottom: 40px;}
.sukimamoritext p{
margin-bottom: 40px;}
.sukimamoritext{
padding: 50px 0px;
font-size: 18px;
line-height: 40px;
align-items: center;}
.profile table{border-collapse:collapse;
	border-bottom-style: hidden;
margin: auto;}
.profile tr {border-bottom:solid 1px #754E90;}
.profile th {
	padding:0px 20px;
	color: #754E90;
text-align: center;}
.profile td {
	text-align: justify;
	padding:10px 0px 10px 50px;
	border-left:solid 1px #754E90;}

/*--ポスター--*/
.PosterBrock{
	width: 60%;	
	margin: 0 auto;
padding: 50px 0px;
font-size: 18px;
line-height: 40px;
text-align: center;;}
.posterimages{display: flex;
justify-content: space-between;
}
.postertitle{width:220px;
padding-bottom: 30px;}
.mainposter {width: 500px;}
.posterimg {max-width: 40%;
	text-align: center;
display: block;
margin-bottom: 0px;}
.psimgs01{margin-bottom: 150px;}

/*--PDP--*/
.PDPBlock{width: 60%;
margin: 50px auto;
text-align: center;}
.jrpdp{margin-bottom: 150px;
}

.jrpdp img{width: 30%;
	margin: 5px;
}
.tokyupdp img{width:30%;
margin: 5px;}

/*--絵本--*/
.ehon{
	width: 60%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0px;
	margin: auto;
	flex-flow: row-reverse;
}

.ehontext{
	width: 45%;
	text-align: justify;
}

.ehonimg{
	width: 50%;
	margin-left: 40px ;
}
button{
	margin-top: 25%;
border:none;
box-shadow: 2px 2px 5px;}
.click{padding: 10px;
color: #744F8F;}

/*--動画--*/
.movie{
	margin: 50px auto;
	align-items: center;
    width: 60%;
	text-align: center;
}
.movie-top{
	display: flex;
justify-content: space-between;
padding-bottom: 50px;
flex-direction:row;}

.movietext{width: 50%;
	text-align: justify;
margin: auto ;}

.movie video {
	width: 50%;
	margin: 0 auto;
}

.movieimg{
	text-align: center;
	width: 40%;
}

.movieimg video{
	width: 100%;
	padding: 0;
}
.movieimg2{
	margin-bottom: 150px;}
.movie iframe{width: 100%;}
.besidemovie {
    display: block;
    height: auto;
	margin: 0 auto;
}

.animationtext {
	text-align: justify;
	margin-bottom: 50px;
}
.movie ul{width: 100%;}

/*--ワークショップ--*/
.workshop{width: 60%;
margin: 50px auto;}
.workContents{
	margin-top: 50px;
	display: flex;
justify-content: space-between;}
.worktext{width: 45%}
.workimg{width:  45%;
margin: auto 0px;}

/*プロダクト*/
.product{
	width: 60%;
	display: block;
	align-items: center;
	margin: 0 auto;
	padding-top: 50px;
}
.boxPd{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blockPd{
	max-width:45%;
	text-align: center;
	
}
.pdT{
	margin: 35px auto 50px;
}
.pdV{
	border-radius: 30px;
}
.pdT span{
	border-top: solid 3px #7a4a92;
	border-bottom: solid 3px #7a4a92;
	padding: 10px 30px;
}
.pdt{
	text-align: left;
}
.pdP{margin-bottom: 20px;}
/*LINEスタンプ*/
.boxStamp{
	width: 60%;
	margin: auto;
padding: 50px 0px;
font-size: 18px;
line-height: 40px;
display: flex;
flex-flow: row;
justify-content: space-between;}
.LINEtext{width:45%;}
.stamplink li{padding-top: 5px;}
.tobutex{font-size:13px;
color: #754E90}
.lineimg{width: 45%;
margin:auto 0px;}


#page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #744F8F;
    padding: 0 0 0 35px;
    border-top: solid 1px;
    margin-right: 30px;
}
#page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
}
/***トップへ戻るボタンここまで***/
/*------------------------------------------------------------footer*/
footer{
	padding:30px 0 40px;
	text-align: center;
}
.schoolrogo{
	width: 80%;
	display: flex;
	justify-content: space-between;
	margin:0 auto 70px;
}
.schoolrogo li{padding: 20px;}
.share p{
	margin-bottom:30px;
	text-align: center;
}
.sns{
	display: flex;
	justify-content: center;
	margin-bottom:70px;
}
.sns li{
	width:100px;
}

/*ここからスマートフォン対応-----secNews*/
@media screen and (max-width:768px){
.boxMainImg{
	position:relative;
	width:80vw;
	margin:0 auto;
}
	.boxNews dl{
		display: block;
	}
	.boxNews dl dt{
		box-sizing: border-box;
		width:100%;
		padding:18px 0 8px 15px;
		border-bottom:none;
	}
	.boxNews dl dd{
		box-sizing: border-box;
		width:100%;
		padding:0 0 18px 15px;
		border-bottom: 1px solid #ccc;
	}
	.boxNews dl dd:nth-of-type(1){
		border-top:none;
	}
	.boxUpdate{
		flex-direction: column;
		align-items: center;
	}
	.blockX{width: 100%;
	margin-bottom: 20px;}
	.blockStamp{
		width:60%;
	}
	.blocksns{
		width: 60%;
		margin:0px auto;
		display: block;
	}
/*header*/
header {
	width: 100vw;
	position: fixed;
	z-index: 150;
}

	.menu {
		height: 17vh;
		width: 100%;
	}
	.logoimg img{
		width: 30vw;
		padding:40px 0px;
	}
	
.nav ul{
    width: 100vw;
    height: auto;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
	z-index: 150;
}

.nav li{
    width: 100vw;
    background-color: rgba(255,255,255,0.9);
    margin: 0;
    padding: 10px 0;
	z-index: 150;
}

.nav li:hover{
    background-color: #d2c0d3;
}
    
.nav li a{
	color: #000;
    text-decoration: none;
	font-family:  "M PLUS Rounded 1c";
}   

    
/*メニューのクリック前*/

.nav_toggle {
    position: fixed;
    width: 3rem;
    height: 2.4rem;
    top: 3%;
    right: 5%;
    z-index: 150;
}

.nav_toggle:hover {
    cursor: pointer;
    z-index: 150;
}

.nav_toggle i {
    width: 100%;
    height: 2px;
    background-color: #FFFFFF;
    position: absolute;
    transition: transform .5s, opacity .5s;
    z-index: 150;
}

.nav_toggle i:hover {
    cursor: pointer;
    z-index: 150;
}

.nav_toggle i:nth-child(1) {
  top: 0;
}
.nav_toggle i:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.nav_toggle i:nth-child(3) {
  bottom: 0;
}

/*メニューのクリック後*/

.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
}
.nav_toggle.show i:nth-child(2) {
  opacity: 0;
}
.nav_toggle.show i:nth-child(3) {
  transform: translateY(-12px) rotate(45deg);
}

/*メニューリストのクリック前*/

.nav {
    position: fixed;
    opacity: 0;
    margin: 15% 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
    z-index: 100;
}
	

/*メニューリストのクリック後*/

.nav.show {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
	/*About*/
		.pc { display: none !important; }
    .sp { display: block !important; 
		margin-bottom: 40px;}
	/*Poster*/
	.posterimages{
	display: block;
	margin: auto;}
	.posterimg{
	max-width: 100%;
	margin-bottom: 50px;}
	
	/*PDP*/
	.jrpdp img {
	width: 45%;
	}
	.tokyupdp img {
	width: 45%;
	}
/*movie*/
.movie-top{
	flex-direction: column-reverse;}
.movietext{width:100%;
margin:0px 0px 50px;}
.movieimg{width: 100%;}
.movieimg video{width: 50%;}

.movie ul{width: 100%;}

/*ワークショップ*/
	.workContents{display: block;}
	.worktext{width: 100%;
	margin-bottom: 50px;}
	.workimg{width: 100%}
/*絵本*/
.ehon{
	flex-flow: column-reverse;}
.ehonimg{width: 100%;
	margin-left: 0px;}
.ehontext{width: 100%;}
	button{
		margin-top: 30px;}
	
/*LINE*/
	.boxStamp{
	flex-flow: column-reverse;}
	.LINEtext{width: 100%;}
	.lineimg{width: 100%;
	margin:auto auto 50px;}
	
/*グッズ*/
	.boxPd{display:block;}
	.blockPd{
	max-width:100%;
	text-align: center;}
}

