
.min{font-family: "Montserrat", sans-serif;}


.mv{
  width: 100%;
}

.frame-box{
	max-width: 1000px;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.main-frame{
  max-width: 1500px;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}


.Movie-frame video{
  display: block;
width: 100%;
}


.mv .main-frame{
  position: relative;
}



#mail-form h2{
  text-align: center;
  font-size: 4rem;
}


.question_box h2{
  font-weight: 600;
  font-size: 3.5rem;
  letter-spacing: 0.05em;
}
.question_box img{
  display: block;
}

.requestーbox{
  padding: 3rem 0 2.1em;
  background-image: url(images/nayami.jpg);
  background-size: cover;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.09em;
}
.requestーbox span{
  position: relative;
}

.requestーbox span::after{
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  border-bottom: 2px solid var(--color-lp-sabu);
  width: 100%;
  display: block;
}

.movie-logo{
  text-align: center;
  position: relative;
}

.movie-logo::after{
  content: "";
  display: block;
  position: absolute;
  bottom: -10vw;
  right: 0;
  width: 60vw;
  height: 30vw;
  background-image: url(images/nami1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
}
.movie-logo::after{
  animation: after-y 5s ease-in-out infinite alternate-reverse;
}
@keyframes after-y{
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-15%);
  }
}





.text-right{
  text-align: right;
}


.point{
  background-image: url(images/don.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.8rem;
}






.point .frame-box{
  position: relative;
  background-color: #fff;
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}

.point-question{
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 1.8rem;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
}

.point-question img{
  padding-right: 3rem;
}

.point-accent-p{
  color: var(--color-lp-base);
}

.point-accent{
  color: var(--color-lp-base);
  font-size: 2.4rem;
}

.point-accent span{
  border-bottom: 2px solid var(--color-lp-sabu);
}

.araina-box{
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.midasi-ttl{
  font-size: 3.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  position: relative;
  padding-bottom: 0.6em;
}
.midasi-ttl::after{
  content: "";
  width: 3em;
  height: 1em;
  display: inline-block;
  background-image:url(images/mifori.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}

.araina-text{
  font-size: 2rem;
  line-height: 2;
}
.araina-text p+p{
  margin-top: 1em;
}

.araina-text .line{
  padding-bottom: 1px;
  border-bottom: 3px solid var(--color-lp-sabu);
}

.araina-text .big{
  font-size: 1.5em;
}

.manabi{
  background-color: #f6f2e3;
  padding: 2rem;
  box-sizing: border-box;
  position: relative;
}
.manabi-ol{
  margin-bottom: 1em;
  font-size: 2.8rem;
  list-style-type: decimal-leading-zero;
  list-style-position: inside;
}


.manabi-ol li::marker{
  color: var(--color-lp-base);
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.araina-text span{
  color: #aa2320;
}

.osusume{
  position: relative;
  overflow: hidden;
}

.osusume::after{
  content: "";
  bottom: -4vw;
  left: 0;
  position:absolute;
  background-image: url(images/nami2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 40vw;
  display: block;
  z-index: 1;
}




.osusume::after{
  animation: osusumeafter-y 10s ease-in-out infinite alternate-reverse;
}
@keyframes osusumeafter-y{
  0% {
    transform: translate(0%);
  }
  100% {
    transform: translate(-8% , 12%);
  }
}


.konan-list{
  font-size: 2rem;
  list-style-position: inside;
}
.konan-list li{
  position: relative;
  padding-left: 1.8em;
}

.konan-list li+li{
  margin-top: 0.7em;
}
.konan-list li:after{
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background-color: var(--color-lp-base);
  display: block;
  left: 0;
  top: 0.5em;
  transform: rotate(-45deg);
}


.Movie{
  display: flex;
  background-color: var(--color-lp-base);
  background-image: url(images/movie.jpg);
  background-position: center left;
}
.Movie .text{
  padding: 2em;
 width: 40%;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #fff;
 flex-wrap: wrap;
 box-sizing: border-box;
}

.Movie .img{
  width: 60%;
}

.Movie .label{
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-family: "Montserrat","M PLUS 1p", sans-serif;
  line-height: 1.4;

}

.Movie .big{
  font-size: 2em;
  font-weight: 600;
}
.time{
  font-weight: 600;
}

.event-time{
   font-weight: 600;
  text-align: center;
  font-size: 3.5rem;
  line-height: 1.2;
  font-family: "Montserrat","M PLUS 1p", sans-serif;

}

.event-time .big{
  font-size: 3em;
}
.event-time .time{
  color: var(--color-lp-base);
}

.profile{
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", sans-serif;
}

.profile .img img{
 width: 100%;
}

.profile .name{
  line-height: 1.2;
  font-size: 4rem;
  margin-bottom: 1em;
  font-weight: 600;
}

.profile .name span{
  font-size: 0.6em;
}

.held{
  padding: 3rem 0;
  background: var(--color-lp-base);
}

.held .frame-box{
  padding-top: 2em;
  padding-bottom: 2em;
  background-color: #fff;;
}

.held table{
  width: 100%;
  font-size: 1.8rem;
}

.held tr{
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

.held th{
 font-weight: 600;
 width: 150px;
 text-align: right;
 padding: 0.6em;
 color: var(--color-lp-base);
}


  .btn-right{
    position: fixed;
    background-color: var(--color-lp-base);
    color: #fff;
    top: 50%;
    right: -1em;
    transform: translateY(-50%);
    writing-mode:vertical-lr;
    padding: 2rem 2em 1em 1em;
    box-sizing: border-box;
    font-size: 2rem;
    border-radius: 1em;
    transition: 0.4s ease-in all;
    letter-spacing: 0.1em;
    opacity: 0;
  }
  .btn-right.fixed{
    opacity: 1;
  }


  .btn-right:hover{
    background-color: var(--color-lp-sabu);
    color: #666;
    transition: 0.4s ease-in all;
  }


/*タブ切り替え*/
/*tabの形状*/
.tab{
	display: flex;
	flex-wrap: wrap;
  letter-spacing: 0.1em;
    position: relative;
}
.tab li{
  margin: 0;
  padding:0;
  display: contents;
}
.tab li a{
  position: relative;
	display: block;
	background:var(--color-lp-base);
  color: #fff;
  font-size: 2em;
	margin:0 2px;
	padding:0.5em 1em;
  border-radius: 0.5em 0.5em 0 0;
  z-index: 2;
}
.tab::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 2px solid var(--color-lp-base);
  z-index: -1;
}
/*liにactive

クラスがついた時の形状*/
.tab li.active a{
   position: relative;
	background:#fff;
  color: #666;
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.seminar h3{
  margin-top: 1em;
  font-size: 2.4em;
  font-weight: 600;
  letter-spacing: 0.1em;
  font-family: "Montserrat", sans-serif;
}


.seminar dl{
  font-size: 1.1em;
  display: flex;
  line-height: 1.4;
  justify-content: flex-start;
}
.seminar dl+dl{
  margin-top: 1em;
}

.seminar dt{
  letter-spacing: 0.1em;
  font-size: 1.5em;
  font-weight: 600;
  width: 100px;
  font-family: "Montserrat", sans-serif;
}
.seminar dd{
  width: calc(100% - 100px);
}


.seminar h4{
  font-size: 1.3em;
  margin-bottom: 0.5em;
}
.seminar p+p{
  margin-top: 0.5em;
}


.seminar h5{
  font-size: 1.3em;
  margin-top: 0.4em;
  border-bottom: 2px solid #eee;
  margin-bottom: 0.2em;
}

.seminar li::marker{
  color: var(--color-lp-base);
}

.seminar ol{
  margin-top: 1em;
  margin-bottom: 1em;
  
  font-size: 1em;
  list-style-type: decimal;
  list-style-position: inside;
}
.seminar ul{
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1em;
  list-style-type: disc;
  list-style-position: inside;
}
.seminar li+li{
  margin-top: 0.2em;
}




@media screen and (min-width: 1200px) {
.point .frame-box::after{
  content: "";
  background-image: url(images/ribon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 5rem;
  height: 5rem;
  display: block;
  top: 50%;
  left: -8vw;
  transform: translateY(50%);
}
.manabi{
  padding: 6rem;
}

.araina-box{
  justify-content: flex-start;
}

.manabi::after{
  content: "";
  top: -2em;
  right: -5em;
  width: 10em;
  height: 10em;
  position: absolute;
  display: block;
  background-image: url(images/syuri1.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}
.manabi::before{
  content: "";
  bottom: -5em;
  left: -5em;
  width: 10em;
  height: 10em;
  position: absolute;
  display: block;
  background-image: url(images/syuri2.png);
  background-position: center top;
  background-size: contain;
  background-repeat: no-repeat;
}


.osusume .frame-box{
   position: relative;
  padding-bottom: 360px;
}
.osusume .img{
  position: absolute;
  left: -200px;
  bottom: 0;
  z-index: 2;
}



.manabi-box{
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}



.osusume .midasi-ttl{
  font-size: 3.3rem;
}

.osusume .konan{
  padding-left: 300px;
}

.Movie .big{
  font-size: 4em;
}




}/*@media screen and (max-width: 1200px) {*/

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


.mv .btn-seminar{
  position: absolute;
  bottom: 20px;
  left: -0%;
  background-color: var(--color-lp-base);
  box-sizing: border-box;
  border-radius: 400px;
  width: 320px;
  height: 320px;
  color: #fff;
  transform: translateY(50%);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  line-height: 1;
}

.mv .btn-seminar{
  animation: floating-yy 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-yy{
  0% {
    transform: translateY(50%);
  }
  100% {
    transform: translateY(60%);
  }
}


.btn-seminar .zikai{
  font-size: 4rem;
  margin-bottom: 0.3em;

}

.btn-seminar .day{
  font-size: 7.8rem;
  margin-bottom: 0.2em;
}

.btn-seminar .text{
  position: relative;
  font-size: 2.3rem;
  padding-bottom: 1em;
}
.btn-seminar .text::after{
  position: absolute;
  bottom: -15px;
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  background-image: url(images/Arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}



#mail-form{
  padding-top: 70px;
}

.question_box{
  display: flex;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.question_box .text{
 padding-left: 5rem;
}

.araina-box .text{
  width: 60%;
  padding-left: 1rem;
  box-sizing: border-box;
}

.araina-box .text{
  display: flex;
  align-items: center;
}
.araina-box .imgt{
  width: 40%;
}

.profile{
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.profile .img{
  width: 40%;
}
.profile .text{
  width: 60%;
  padding-left: 4rem;
  box-sizing: border-box;
}



}/*@media screen and (max-width: 790px) {*/
@media screen and (max-width: 789px) {


  .btn-right{
    display: none;
  }

  .mv .btn-seminar{
    padding-top: 1em;
    padding-bottom: 1em;
    box-sizing: border-box;
    background-color: var(--color-lp-base);
    color: #fff;
    list-style: 1.2;
    display: block;
  }

  .btn-seminar .box{
    display: flex;
   justify-content: center;
   align-items: center;

  }

.btn-seminar .zikai{
  font-size: 1.8rem;
}

.btn-seminar .day{
  padding-left: 0.2em;
  padding-right: 0.2em;
  font-size: 3rem;
}

.btn-seminar .text{
  position: relative;
  font-size: 1.8rem;
}

#mail-form h2,.question_box h2{
  font-size: 2.3rem;
  letter-spacing: -0.04em;

}

.question_box .img{
  text-align: center;
  margin-top: 1em;
}
.question_box img{
  display: inline-block;
}

.requestーbox,.point,.point-question,.araina-text,.manabi-ol,.konan-list{
  font-size: 1.3rem;
}


.point .frame-box {
  text-align: left;
}
.point-question img{
  display: none;
}
.point-accent{
  font-size: 1.8rem;
}

.point-question{
  padding: 1em;
  box-sizing: border-box;
  background-color: #eee;
}


.midasi-ttl{font-size: 2rem;}

.osusume .img{
  position: relative;
  bottom: auto;
  left: auto;

}
.araina-box{
  justify-content: center;
}
.araina-box .img,.profile .img{
  margin-top: 1em;
}

.osusume .frame-box{
  padding-bottom: 0;
}

  .Movie .text{
display: none;
  }
  .Movie .img{
    width: 100%;
  }



  .tab li a,.profile .name{
    font-size: 1.5em;
  }
  .event-time,.seminar h3{
    font-size: 2rem;
  }

 .seminar dl{
  font-size: 0.9em;
 }

 .seminar dt{
  width: 60px;
 }
 .seminar dd{
  width: calc(100% - 60px);
 }

 .seminar ol,.profile,.held table{
  font-size: 1.2em;
 }
.held th,td{
  padding: 0;
  text-align: left;
  width: 100%;
  display: block;
}


}/*@media screen and (max-width: 789px) {*/


/* Animation */
.target {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(10%);
  }
}


/*メールフォーム*/

#mail-form{
  font-size: 1.8rem;
}
#mail-form dt {
  margin-bottom: 0.4rem;
  font-weight: 600; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-color: #bababa;
  border-radius: 2px; }

#mail-formt span {
  line-height: 2;
  box-sizing: border-box; }

#mail-form [inert] {
  opacity: 0.5; }

#mail-form input[type="file"] {
  cursor: pointer; }

#mail-form input[type="file"]:disabled {
  cursor: default; }

#mail-form #mail-form-submit:disabled {
  cursor: not-allowed; }

#mail-form input[type="url"],
#mail-form input[type="email"],
#mail-form input[type="tel"] {
  direction: ltr; }

#mail-form-reflection > output {
  display: list-item;
  list-style: none; }

#mail-form-reflection > output[hidden] {
  display: none; }

select,
textarea,
input[type="text"],
input[type="tel"],
#mail-form input[type="url"],
#mail-form input[type="email"]{
	border: 1px solid #aeaeae;
	box-sizing: border-box;
	font-family:'游ゴシック体', 'Yu Gothic', YuGothic,'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	-webkit-appearance: none;
	transition: all 0.4s;
	background: #fff;
	line-height: 2;
}


.btn-order {
background: var(--color-lp-base);
color: #fff;
font-size: 17px;
width: 350px;
border-radius: 1rem;
padding: 0.7rem;
margin-top: 2.5rem;
	display: block;
	max-width: 80%;
	margin: 3rem auto;
	transition: all 0.3s;
	font-weight: 600;
  border: none;
}
.btn-order:hover {
color: #fff;
background: var(--color-lp-sabu);
	font-weight: 600;
}