@charset "utf-8";

header, footer, hgroup, menu, nav, main, article, section, aside, details, figure, figcaption { display: block; }
body { line-height: 1; }


.wrapper {
	width: 100%;
	max-width: 1920px;
	background: white;
	margin: 0 auto; 
}

a {
	text-decoration: none;
}

.sample-text1 {

    animation-name: fadein;
    animation-duration: 3.5s;
    /*animation-iteration-count: infinite;*/
}

@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(90px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}

.sample-text2 {

    animation-name: fadein;
    animation-duration: 2s;
    /*animation-iteration-count: infinite;*/
}
@keyframes fadein {
from {
    opacity: 0;
    transform: translateY(60px);
}
to {
    opacity: 1;
    transform: translateY(0);
}
}


.trial_button_sp a{
	color:white;
	display:block;
}


/* Main Visual */


.title_logo {
	width:60%;
	max-width: 60%;
	position: absolute;
   	/*transform: translateY(-75%);*/
    bottom: 35%;
    right:18%;
}

.title_cap01{
	width:50%;
	max-width: 50%;
	position: absolute;
   	/*transform: translateY(-75%);*/
    top:15%;
    right:14%;
}

.title_cap02{
	width:50%;
	max-width: 50%;
	position: absolute;
   	/*transform: translateY(-75%);*/
    top:18%;
    right:20%;
}


.trial_button_sp{
	display:block;
	padding:18px 10px;
	color:white;
	text-align:center;
	font-weight:bold;
	font-size:1.25em;
	line-height:1.2em;
	background-image: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #FF0066 100%);
}


#main-visual-container p img {
	vertical-align: bottom;
	max-width:100%;
	/*max-width: 100%;*/
	object-fit:cover;
	/*height: 100vh;*/
}


#main-visual-container {
	width:1980px;
	max-width: 100%;
	text-align: center;
	overflow-wrap: anywhere;
	position: relative;
	object-fit:cover;
	/*height: 100vh;*/
}

.mainvisual_sp {
	display:none;
}


/* Main contents*/
.poem {
	line-height: 2.2rem;
	letter-spacing: 0.2em;
	color:#E81E79;
}
.poem h2 {
	text-align: center;
	width:500px;
	padding-top:20px;
	font-size: 2em;
}

.poem p {
	font-size: 0.9375rem;
	text-align: justify;
}

.poem-contents {
	width: 47%;
	margin: 80px auto 65px;
}


.flex_box{
	margin:0 auto;
	text-align:center;
	width:100%;
	padding:0 40px;
}

.box{
	float: left;
	padding:30px;
	width:30%;
	/*box-shadow: 0 0 5px gray;*/
	margin-left:3%;
	margin-bottom:40px;
	border-radius: 20px;
}

.sec_title {
	margin-bottom:0.7em;
	font-size:2.3em;
	color:#E81E79;	
}


.ja_title {
	font-size:1.375em;
	color:white;
	font-weight:bold;
}

.section_icon img{
	border-radius: 50%;
    width:  130px; 
    height: 130px; 
    margin-bottom:25px;
}

.sec_text {
	font-size:0.875em;
	line-height:1.7em;
	text-align: justify;
	padding: 20px 12% 30px;
	color:white;
}

.more_btn {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	border: 1.5px solid #fff;
}

/*.more_btn {
	width: 100px;
	margin: 0 auto;
	background: black;
	text-align: center;
	border-radius: 5px;
}*/

.more_btn a {
	display:block;
	color: white;
	display: block;
	padding: 14px 10px;
	font-size: 0.9em;
}

.more_btn:hover {
	background: #E81E79;
}

#guidance_box,
#lesson_box,
#studio_box {

}

#guidance_box {
	background-color:#FC70A9;
}

#lesson_box {
	background-color:#00C9A7;
}

#studio_box {
	background-color:#57C3D1;
}

/*main*/


/* gallery Section */

#gallery {
	clear: both;
}


.slider img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}


/* instructor Section */

#instructor{
	margin:40px 0 80px;
}


#instructor .content {
  display: flex;
  align-items: center;
  width: 63%;
  margin: 30px auto;
  margin-bottom:60px;
  justify-content: center;
}

.instructor_movie{
  width: 63%;
  margin: 30px auto;

}

#instructor img {
  width:130px;
  margin-right: 40px;
}

.instructor_text,.instructor_movie{
  line-height:1.7em;
  font-size:0.9375em;
  width:70%;
  color:#333333;
}

.instructor_text p{
  text-align:justify;
}

.instructor_title {
	margin:0 auto;
	color:white;
	font-size:1.2em;
	background:#E81E79;
	width:200px;
	padding:15px 20px;
	text-align:center;
	border-radius:50px;
	margin-bottom:50px;
}

.content-title{
	font-size: 2em;
	border-bottom:1px solid black;
	margin-bottom:20px;
	padding-bottom: 10px;
	color:#FF7BAB;
}

.movie-title {
	font-size: 1.5em;
	border-bottom:1px solid black;
	margin-bottom:20px;
	padding-bottom: 10px;
	color:#FF7BAB;
}

.movie-name {
	padding:35px 0 10px;
	color:#E81E79;
	font-weight:bold;
}

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.name {
	font-size: 0.4em;
	font-weight:normal;
	padding-left:1em;
	letter-spacing: 0.2rem;
	color:#333333;
}

.news-container {
	background: url("../images/top/newsback1.jpg")no-repeat;
	background-size:cover;
	padding-bottom: 30px;
}

.news-text_container {
	margin:0 auto;
	font-size: 2rem;
	width: 60%;
	padding:15px 0;
}

.subtitle {
	font-size: 1rem;
}

.important-news {
	background: black;
	color: white;
	font-size: 0.75rem;
	margin-right: 0.7em; 
	padding: 2px 14px 2px 14px;
	font-weight: bold;
	letter-spacing: 0.1rem;
}


/* NEWS DL */
#news dl {
	line-height: 1.3rem;
}

#news dl dt {
	font-size: 0.875rem;
	margin-bottom:15px;
}

#news dl dd {
	font-size:1.1rem;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight: bold;
	border-bottom:1px solid black;	
}

#news dl dd p{
	padding-top:10px;
	font-weight: normal;
	font-size: 0.8rem;	
}

#news dl dd a{
	color:#E81E79;
	font-weight: bold;
}

#news dl dd a:hover{
	background-color: rgba(255,123,171,0.2);	
}


@media screen and (max-width: 600px){



}

@media screen and (max-width: 600px){

.mainvisual_pc {
	display:none;
}

.mainvisual_sp {
	display:block;
}

.trial_button_sp:hover {
	 cursor: pointer;
     background:black;
}

.title_logo {
	width:80%;
	max-width: 80%;
	position: absolute;
   	/*transform: translateY(-75%);*/
    bottom: 32%;
    right:10%;
}


#main-visual-container {
	position: relative;
}


.title_cap01{
	width:72%;
	max-width: 72%;
	position: absolute;
   	/*transform: translateY(-75%);*/
    top:30%;
    right:11%;
}


.poem {
	line-height: 1.9rem;
	letter-spacing: 0em;
}
.poem h2 {
	width:270px;
	padding:0;
	font-size: 1.5em;
}

.poem-contents {
	width:100%;
	padding:0 25px;
	color:#E81E79;
	margin:50px auto;
}	
.poem p {
		text-align: justify;
}


.box{
	margin-bottom:0;
	padding:60px 20px 50px ;
	margin-left:0;
	border-radius: 0;
	box-shadow: 0 0 8px gray;
}

.flex_box{
	display:flex;
	flex-direction: column;
	width:100%;
	margin:0;
	padding:0;
}


#guidance_box,
#lesson_box,
#studio_box {
	width: 100%;
}

#studio_box {
	margin-bottom:40px;
}

.sec_text {
	padding: 30px 8% 20px;
	font-size:1em;
	line-height:2em;	
}

.sec_title {
	margin-bottom:0.7em;
	font-size:3em;	
}

.more_btn a {
	padding: 16px 10px;
	font-size: 1em;
}

#instructor{
	margin:40px 0 30px;
}

#instructor .content {
	flex-direction: column;
    width:100%;
}

#instructor .content p {
    padding:0;
}

#instructor img {
  margin:0 0 20px 0;
}

.content-title{
	text-align:center;
}

.instructor_movie {
    width: 100%;
    padding:0  ;
    text-align:center;
}

.instructor_movie p{
    text-align:left;
     padding:20px 35px 5px;
}

.movie-title {
	width:70%;
	margin:0 auto;
}

.movie-name {
	padding:18px 20px 0;
}

.news-container {
	background: url("../images/top/motimono_sp.png")no-repeat;
	background-size:100%;
}

.name {
	display:none;
}

.news-text_container {
	/*margin:0 10px;*/
	font-size: 2rem;
	width: 100%;
	padding:20px 20px;
}

#news dl dd {
		border-bottom:none;
}
}