@charset "UTF-8";
/*common*/
 a{
   text-decoration: none;
 }

 img{
   max-width: 100%;
 }

 .pc-none{ display: block;}
 .sp-none{ display: none;}

 .bg-colA{
  background: #F5F5F5;
 }

 .bg-colB{
  background: #1DA4B8;
  color: #ffffff;
 }

.l-head{
  position: relative;
}

.menu-open .l-head{
  padding-top: 61px;
}

.menu-open .l-head >.l-inner{
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 3;
}

.l-head > .l-inner{
  position: relative;
  background: #ffffff;
  min-height: 60px;
  padding: 16px 16px 9px;
}

.wrap-g-nav-btn{
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 1;
}

.menu-btn{
  position: relative;
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
}

.menu-btn span{
  position: absolute;
  display: block;
  background-color: #1DA4B8;
  border-radius: 4px;
  height: 3px;
  width: 20px;
  left: 12px;
}

.menu-btn span:nth-child(1){
  top: 15px;
}
.menu-btn span:nth-child(2){
  top: 22px;
}
.menu-btn span:nth-child(3){
  bottom: 12px;
}

.menu-open .menu-btn span:nth-child(1){
  top: 22px;
  transform: rotate(45deg);
}
.menu-open .menu-btn span:nth-child(2){
  opacity: 0;
}
.menu-open .menu-btn span:nth-child(3){
  top: 22px;
  transform: rotate(-45deg);
}

.wrap-top-menu{
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  padding: 16px 16px 55px;
  background-color: #fff;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.wrap-top-menu::-webkit-scrollbar {
  display:none;
}

.hdg-g-nav{
  width: 256px;
  margin: 16px auto 32px;
}

.hdg-g-nav:after{
  content: "";
  display: block;
  width: 32px;
  height: 2px;
  background: #EEEEEE;
  margin: 32px auto 0;
  z-index: 2;
}

.hdg-g-nav li{
  position: relative;
  margin-top: 28px;
}

.hdg-g-nav li:first-child{
  margin-top: 0;
}

.hdg-g-nav li:before,
.hdg-g-nav li:after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 8px;
  height: 2px;
  background: #1DA4B8;
  border-radius: 4px;
  transition: all 0.03s;
  z-index: 2;
}

.hdg-g-nav li:before{
  top: calc(50% + 2px);
  transform: rotate(-45deg);
}

.hdg-g-nav li:after{
  bottom: calc(50% + 1px);
  transform: rotate(45deg);
}


.hdg-g-nav li,.hdg-g-nav li a{
  font-size: 1.6rem;
  font-weight: bold;
  color: #1DA4B8;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  transform: rotate(0.03deg);
}

.hdg-g-nav li a{
  display: block;
  padding: 4px;
  padding-right: 48px;
}

.hdg-logo{
  text-align: center;
}

.hdg-logo img{
  width: 95px;
}

.hdg-lang{
  position: absolute;
  top: 30px;
  right: 16px;
}

.hdg-lang li a:before{
  content: "";
  display: inline-block;
  background: url(../image/ico_lang.png) no-repeat;
  width: 16px;
  height: 16px;
  background-size: contain;
  vertical-align: middle;
  margin: -3px 4px 0 0;
}

.hdg-lang li{
  display: inline-block;
}

.hdg-lang li,.hdg-lang li a {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1DA4B8;
  vertical-align: middle;
}

.wrap-top-menu .wrap-app-content{
  padding: 0;
}

.wrap-app-content{
  padding: 24px 0;
}

.wrap-app-content .txt-std{
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 32px;
}


.list-btn li {
  position: relative;
  background: #F42F66;
  width: 256px;
  margin: 32px auto 0;
  border: 2px solid #F42F66;
  border-radius: 24px;
}

.list-btn li:before,
.list-btn li:after{
  content: "";
  display: block;
  position: absolute;
  right: 24px;
  width: 12px;
  height: 2px;
  background: #ffffff;
  border-radius: 4px;
  transition: all 0.03s;
  z-index: 2;
}

.list-btn li:before{
  top: calc(50% + 3px);
  transform: rotate(-45deg);
}

.list-btn li:after{
  bottom: calc(50% + 2px);
  transform: rotate(45deg);
}

.list-btn li a{
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 12px;
  border-radius: 24px;
}

.list-btn.arrow-l li:before{
  left: 24px;
  transform: rotate(45deg);
}

.list-btn.arrow-l li:after{
  left: 24px;
  transform: rotate(-45deg);
}

.list-btn.btn-colB li{
  background: #ffffff;
  border: 2px solid #ffffff;
}

.list-btn.btn-colB li a{
  color: #1DA4B8;
}

.list-btn.btn-colB li:after{
  border-color: #1DA4B8;
}

.list-btn.btn-colC li{
  background: #1DA4B8;
  border: 2px solid #1DA4B8;
}

.list-btn.btn-colB li:before,
.list-btn.btn-colB li:after{
  background: #1DA4B8;
}

.list-btn.btn-colC li a{
  color: #ffffff;
}

.list-app-btn{
  display: flex;
  justify-content: center;
  margin: 16px 16px 16px 8px;
}

.list-app-btn li{
  margin-left: 8px;
}

.list-app-btn img{
  max-width: 142px;
}

.wrap-hero-movie{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.hero-movie{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inner-body{
  padding: 48px 16px;
}

.hdg-lv2-ttl{
  font-size: 1.4rem;
  color: #777777;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 48px;
  transform: rotate(0.03deg);
}

.hdg-lv3-ttl{
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 16px;
}

.list-date{
  height: 180px;
  overflow-y: scroll;
}

.list-date li{
  border-top: 1px solid #EEEEEE;
  padding: 8px 0 4px;
}

.list-date li:first-child{
  border-top: none;
}

.list-date li p,
.list-date li a{
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.7;
  color: #1DA4B8;
  margin-top: 4px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
}

.list-date li a{
  display: block;
}

.list-date li span{
  display: block;
  font-size: 1rem;
  color: #777777;
}

.slider{
  width: 296px;
  height: 140px;
  margin: 0 auto;
}

.slider li{
  margin: 0 20px;
}

.slider .slick-txt{
  font-size: 1.4rem;
  font-weight: bold;
  color: #777777;
  line-height: 1.7;
  text-align: center;
  opacity: 0.5;
}

.slider li.no-item{
  margin: 42px auto 0;
}

.slider .slick-prev,
.slider .slick-next {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1DA4B8;
  opacity: 0.8;
  z-index: 1;
}

.slider .slick-prev{
  left: 0;
}

.slider .slick-next {
  right: 0;
}

.slider .slick-prev:before,
.slider .slick-next:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 14px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  transform: rotate(135deg) translateY(-32%);
}

.slider .slick-prev:before{
  top: 12px;
  left: 14px;
  transform: rotate(315deg) translateY(-32%);
}

.wrap-concept{
  background: url(../image/bg_concept_sp.jpg) no-repeat;
  background-size: cover;
  background-position: bottom;
}

.wrap-concept .hdg-lv2-ttl,
.wrap-concept .txt-lead,
.wrap-concept .txt-std{
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  letter-spacing: 1.2;
  letter-spacing: 0.1rem;
}

.wrap-concept .txt-lead{
  font-size: 1.8rem;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 800;
  transform: rotate(0.03deg);
}

.wrap-concept .txt-std{
  font-size: 1.4rem;
  letter-spacing: 0.01rem;
}

.img-logo{
  width: 32%;
  margin: 32px auto;
  text-align: center;
}

.list-card li{
  padding-top: 32px;
}

.list-card li:after{
  content: "";
  display: block;
  width: 38px;
  height: 2px;
  background: #EEEEEE;
  margin: 32px auto 0;
  z-index: 2;
}

.list-card li:first-child{
  padding-top: 0;
}

.list-card li:last-child:after{
  content: none;
}

.list-card .txt-lead,
.list-card .txt-dtl{
  text-align: center;
  line-height: 1.4;
}

.list-card .txt-lead{
  font-size: 1.6rem;
  font-weight: bold;
  min-height: 4.5em;

}

.list-card .txt-dtl{
  font-size: 1.2rem;
  padding: 0 8px;
}

.list-card .wrap-img{
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

.wrap-area + .wrap-area{
  margin-top: 32px;
}

.list-col1-2 li{
  font-size: 1.6rem;
  color: #777777;
  font-weight: bold;
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 24px 16px 16px;
  margin-top: 8px;
}

.l-foot{
padding: 32px 0;
}

.lst-logo,
.foot-nav{
  margin: 32px auto;
}

.lst-logo li{
  width: 50%;
  margin:  auto;
}

.foot-nav li {
  margin-top: 32px;
  text-align: center;
}

.foot-nav li ,
.foot-nav li a{
  font-size: 1.4rem;
  color: #1DA4B8;
  font-weight: bold;
}

.foot-nav li a{
  text-decoration: underline;
}

.copy{
  font-size: 1rem;
  color: #777777;
  text-align: center;
}

@media all and (min-width: 768px) {
  .pc-none{ display: none;}
  .sp-none{ display: block;}

  .link-txt:hover,
  a:hover img{
    opacity: 0.5;
  }

  .hdg-g-nav li:before,
  .hdg-g-nav li:after,
  .hdg-g-nav li a{
    transition: all 0.3s;
  }

  .hdg-g-nav li:hover:before,
  .hdg-g-nav li:hover:after{
    right: -24px;
  }

  .hdg-g-nav li a:hover{
    letter-spacing: 0.3rem;
  }

  .wrap-app-content{
    padding: 48px 0;
  }

  .wrap-app-content .txt-std{
    display: inline-block;
  }

  .list-btn li:before,
  .list-btn li:after{
    transition: all 0.3s;
  }

  .list-btn li:hover:before,
  .list-btn li:hover:after{
    background: #F42F66;
    right: 16px;
  }

  .list-btn li a{
    position: relative;
    z-index: 1;
    transition: all .3s;
  }

  .list-btn li a:before,
  .list-btn li a:after{
    position: absolute;
    z-index: -1;
    display: block;
    content: "";
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #F42F66;
    transition: all .3s;
  }

  .list-btn li a:before{
    right: 0;
    border-radius: 0 24px 24px 0;
  }

  .list-btn li a:after{
    left: 0;
    border-radius: 24px 0 0 24px;
  }

  .list-btn li a:hover:before,
  .list-btn li a:hover:after{
    width: 0;
    opacity: 0;
  }

  .list-btn li a:hover{
    color: #F42F66;
    background: #ffffff;
  }

  .list-btn.btn-colB li:hover:before,
  .list-btn.btn-colB li:hover:after{
    background: #ffffff;
  }

  .list-btn.btn-colB li a:hover{
    color: #ffffff;
    background: #1DA4B8;
  }

  .list-btn.btn-colB li a:before,
  .list-btn.btn-colB li a:after{
    background: #ffffff;
  }

  .list-btn.btn-colC li:hover:before,
  .list-btn.btn-colC li:hover:after{
    background: #1DA4B8;
    right: 16px;
  }

  .list-btn.btn-colC li a:hover{
    color: #1DA4B8;
    background: #ffffff;
  }

  .list-btn.btn-colC li a:before,
  .list-btn.btn-colC li a:after{
    background: #1DA4B8;
  }

  .list-btn.arrow-l li:hover:before,
  .list-btn.arrow-l li:hover:after{
    left: 16px;
  }

  .wrap-app-btn{
    display: flex;
    justify-content: center;
    max-width: 880px;
    margin: 32px auto 0;
  }

  .list-app-btn li{
    width: 142px;
  }

  .wrap-hero-movie{
    background: url(../image/bg_hero_movie.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0;
  }

  .hero-movie{
    position: relative;
    display: block;
    max-width: 880px;
    height: 494px;
    margin: 0 auto;
  }

  .inner-body{
    max-width: 880px;
    width: 100%;
    margin: 0 auto;
  }

  .list-date{
    width: 600px;
    height: 102px;
    margin: 0 auto;
  }

  .list-date li{
    display: table;
    width: 100%;
  }

  .list-date li p,
  .list-date li a{
    width: 500px;
    margin-top: 0;
  }

  .list-date li a:hover{
    opacity: 0.5;
  }

  .list-date li span{
    display: table-cell;
    vertical-align: middle;
    min-width: 8em;
    width: 8em;
  }

  .slider{
    max-width: 880px;
    width: 100%;
  }

  .wrap-concept{
    background: url(../image/bg_concept_pc.jpg) no-repeat;
    background-size: cover;
    background-position: bottom;
  }

  .img-logo{
    width: 93px;
    height: 93px;
    margin: 48px auto 32px;
  }

  .list-card{
    display: flex;
  }

  .list-card li{
    max-width: 288px;
    width: 33%;
  }

  .list-card li:after{
    content: none;
  }

  .list-card li:first-child{
    padding-top: 32px;
  }

  .list-card .wrap-img{
    width: 140px;
  }

  .list-card .txt-lead{
    min-height: 4.5em;
  }
  
  .list-card .txt-dtl{
    padding: 0 10px;
  }
  
  .list-col1-2{
    display: flex;
    flex-wrap: wrap;
    padding: 0 75px;
    margin-left: -8px;
  }
  .list-col1-2 li{
    width: calc(100% / 2 - 8px);
    margin-left: 8px;
  }

  .l-foot > .l-inner{
    max-width: 880px;
    margin: 0 auto;
  }

  .lst-logo{
    max-width: 50%;
  }

  .foot-nav{
    font-size: 0;
    margin: 32px auto 64px;
    text-align: center;
  }

  .foot-nav li{
    display: inline-block;
    width: 200px;
  }

  .foot-nav li a:hover{
    opacity: 0.5;
  }
  

}



/*news page*/
.hdg-lv1.newsttl{
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin: 32px 0;
}

.news-ddl{
  font-size: 1.4rem;
  line-height: 1.5;
}