@charset "UTF-8";

/* --------------------------------------------------
  top
-------------------------------------------------- */
.wrapper{
  overflow: hidden;
}

/* --------------------------------------------------
  hero
-------------------------------------------------- */
#hero {
  position: relative;
}
#hero .inner {
  position: fixed;
  top: 64px;
  left: 0;
  z-index: -1;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
#hero.fv_small .inner {
  position: absolute;
  top: -42px;
}
html {
  /*overflow: hidden;*/
}
/*#hero .inner:after {*/
body:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f03626;
  z-index: 1001;
  -webkit-transition: width 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
          transition: width 800ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 800ms;
}
/*#hero.show .inner:after {*/
html.done body:after {
  width: 0;
}
#hero .img,
#hero .img div {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-size: cover;
}
#hero .img {
  width: 0;
  overflow: hidden;
  -webkit-transition: width 650ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1400ms;
          transition: width 650ms cubic-bezier(0.455, 0.03, 0.515, 0.955) 1400ms;
}

html.done #hero .img,
#hero .img div {
  width: 100%;
}

#hero .credit{
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 15px 15px;
  position: absolute;
  bottom: 0;
  z-index: 1;
}



/* --------------------------------------------------
    contdown
-------------------------------------------------- */

#logo .contdown_box{
  position: absolute;
  right: 28px;
  bottom: 28px;
}

#logo .hero_countdown{
  position: relative;
  width: 183px;
  height: auto;
}

#logo .hero_date{
  position: absolute;
  width: 100%;
  top: 48%;
  left: 0;
  text-align: center;
}
#logo .hero_date .hero_date_num{
  font-size: 50px;
  color: #f0376c;
  padding-right: 10px;
  line-height: 0.8;
}

#logo .hero_date .hero_date_num,
#logo .hero_date  .hero_date_text,
#logo .hero_date  .hero_date_text img{
  vertical-align: bottom;
}



/* --------------------------------------------------
    logo
-------------------------------------------------- */

#logo{
    background: #eeeeee;
    width: 100%;
    position: relative;
    height: auto;
  }

  #logo h1{
    width: 410px;
    height: auto;
    position: absolute;
    bottom: 0;
    margin-bottom: 90px;
    right: 0;
    margin-right: 20px; 
		/* margin-right: 110px; */
  }

  #logo .news{
    width: 90.63%;
    max-width: 960px;
    padding: 16px 0 16px;
    margin: 0 auto;
    font-size: 14px;
  }

  #logo .news_ttl{
    margin-bottom: 7px;
  }

  #logo .news_ttl img{
    width: 52px;
    height: 14px;
  }

  #logo .news .date{
    display: inline-block;
    margin-right: 30px;
  }

  #logo .news a{
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #000;
  }

  #logo .news a:hover{
    color: #f03f69;
    border-bottom: 1px solid #f03f69;
  }


/* --------------------------------------------------
  intro
-------------------------------------------------- */
#intro {
  padding-top: 123px;
  padding-bottom: 118px;
  background-color: #ffffff;
}
#intro .title {
  margin-bottom: 46px;
}
#intro .text_box {
  margin-bottom: 43px;
}
#intro .text {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
  line-height: 1.88;
}
#intro .text:not(:last-child) {
  margin-bottom: 15px;
}
#intro .btn_list {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
#intro .btn_list li {
  width: 48.96%;
  background-color: #ffffff;
}
#intro .btn_list .btn a {
  display: block;
  background: #f0325a url(../img/common/btn_bg.jpg) center center no-repeat;
  background-size: cover;
}
#intro .bnr {
  margin-top: 55px;
}

#intro .sankei_bnr{
  display: block;
}

#intro #past_articles_txt {
	text-align: right;
	margin-top: 20px;
	margin-right: 5px;
	font-size: 16px;
}

#intro #past_articles_txt a {
	display: inline-block;
	background: url(../img/common/icon_arrow.png) right center no-repeat;
	background-size: 14px;
	padding-right: 30px;
	
}

/* --------------------------------------------------
  gallery
-------------------------------------------------- */
#gallery {
  padding-top: 122px;
  padding-bottom: 118px;
  background-color: #eeeeee;
}

#gallery .title{
  text-align: center;
  margin-bottom: 30px;
}

#gallery .img{
  margin-bottom: 50px;
}

#gallery .btn {
  background-color: #ffffff;
  width: 334px;
  margin: 0 auto;
}
#gallery .btn a {
  display: block;
  background: #f0325a url(../img/common/btn_bg.jpg) center center no-repeat;
  background-size: cover;
}


/* --------------------------------------------------
  about
-------------------------------------------------- */
#about {
  padding-top: 122px;
  padding-bottom: 118px;
  background-color: #ffffff;
}
#about .inner {
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-align-items: center;
          align-items: center;
}
#about .img {
  width: 59.38%;
  max-width: 570px;
}
#about .box {
  width: 34.79%;
  max-width: 334px;
}
#about .title {
  margin-top: -2px;
  margin-bottom: 22px;
}
#about .text {
  margin-bottom: 22px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
  line-height: 1.88;
}

#about .btn a {
  display: block;
  background: #f0325a url(../img/common/btn_bg.jpg) center center no-repeat;
  background-size: cover;
}



/* --------------------------------------------------
  official
-------------------------------------------------- */
#official {
  padding-top: 120px;
  padding-bottom: 161px;
  background-color: #eeeeee;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
}
#official .bnr {
  margin-bottom: 50px;
}

#official .bnr .bnr_bg{
  background-color: #fff;
}

#official .bnr a {
  display: block;
}
#official .bnr .img {
  float: left;
  width: 66.67%;
}
#official .bnr .text {
  float: left;
  width: 33.33%;
  background-color: #ee1100;
}
#official .btn_list {
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
}
#official .btn_list .btn {
  margin: 0 10px;
  background-color: #ffffff;
}
#official .btn_list a {
  display: block;
  background: #f0325a url(../img/common/btn_bg.jpg) center center no-repeat;
  background-size: cover;
}



/* --------------------------------------------------
  1366px以上 pc wide style
-------------------------------------------------- */
@media screen and (min-width: 1366px) {
}



/* --------------------------------------------------
  1366px以下 pc short style
-------------------------------------------------- */
@media screen and (max-width: 1366px) {
}



/* --------------------------------------------------
  1025px以上 pc style
-------------------------------------------------- */
@media screen and (min-width: 1025px) {


}



/* --------------------------------------------------
  1024px以下 tablet + sp style
-------------------------------------------------- */
@media screen and (max-width: 1024px) {
}



/* --------------------------------------------------
  769px以上で1024px以下 tablet style
-------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {
}



/* --------------------------------------------------
  769px以上 pc + tablet style
-------------------------------------------------- */
@media screen and (min-width: 768px) {

  #hero .img .bg_img_1 {
    background-image: url(../img/top/hero_img_1.jpg);
  }
  #hero .img .bg_img_2 {
    background-image: url(../img/top/hero_img_2.jpg);
  }
  #hero .img .bg_img_3 {
    background-image: url(../img/top/hero_img_3.jpg);
  }

  #official {
    background-image: url(../img/top/official_bg.jpg);
  }


  /* --------------------------------------------------
    hover
  -------------------------------------------------- */
  .notouch .news a,
  .notouch #intro .btn_list li a,
  .notouch #intro .bnr a,
  .notouch #gallery .btn a,
  .notouch #about .btn a,
  .notouch #official .bnr a,
  .notouch #official .btn_list a {
    -webkit-transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
            transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  }

  .notouch #intro .btn_list li a:hover,
  .notouch #intro .bnr a:hover,
  .notouch #gallery .btn a:hover,
  .notouch #about .btn a:hover,
  .notouch #official .bnr a:hover,
  .notouch #official .btn_list a:hover {
    opacity: 0.75;
  }

}



/* --------------------------------------------------
  768px以下 sp style
-------------------------------------------------- */
@media screen and (max-width: 767px) {

  /* --------------------------------------------------
    hero
  -------------------------------------------------- */
  #hero .inner {
    top: 60px;
  }
  #hero.fv_small .inner {
    top: 0;
  }
  #hero .img .bg_img_1 {
    background-image: url(../img/top/sp/hero_img_1.jpg);
  }
  #hero .img .bg_img_2 {
    background-image: url(../img/top/sp/hero_img_2.jpg);
  }
  #hero .img .bg_img_3 {
    background-image: url(../img/top/sp/hero_img_3.jpg);
  }

  #hero .credit{
  font-size: 10px;
}


  /* --------------------------------------------------
    logo
  -------------------------------------------------- */

  #logo{
    width: 100%;
    position: relative;
    height: auto;
  }

  #logo h1{
    width: 51.25%;
    height: auto;
    position: absolute;
    top:0;
    margin-top: -55vw;
    right: 0;
    margin-right: -6.25%;
  }

  #logo .news{
    background-color: #eeeeee;
    padding: 15px 0 15px 18px;
    font-size: 11px;
  }

  #logo .news .news_ttl{
    margin-bottom: 5px;
  }

  #logo .news .news_ttl img{
    width: 37px;
    height: 9px;
  }

  #logo .news .date{
    display: block;
  }

  #logo .news a:hover{
    color: #000;
    border-bottom: 1px solid #000;
  }

  #logo .contdown_box{
    width: 31.125%;
    position: absolute;
    right: -2%;
    bottom: 0;
    margin-bottom: 8.6%;
  }
  #logo .hero_countdown{
    width: 100%;
  }
  #logo .hero_countdown img{
    width: 100%;
  }

  #logo .hero_date .hero_date_num {
    font-size: 9vw;
    padding-right: 5%;
}

  #logo .hero_date .hero_date_text{
    display: inline-block;
    width: 10%;
  }


  /* --------------------------------------------------
    intro
  -------------------------------------------------- */
  #intro {
    padding-top: 38px;
    padding-bottom: 60px;
  }
  #intro .title {
    margin-bottom: 25px;
  }
  #intro .text_box {
    margin-bottom: 14px;
  }
  #intro .text {
    font-size: 13px;
    line-height: 1.93;
    letter-spacing: -0.04em;
  }
  #intro .text:not(:last-child) {
    margin-bottom: 25px;
  }
  #intro .btn_list {
    display: block;
  }
  #intro .btn_list li {
    width: auto;
  }
  #intro .btn_list .btn:first-child {
    margin-bottom: 15px;
  }
  #intro .bnr {
    margin-top: 30px;
  }


  /* --------------------------------------------------
    gallery
  -------------------------------------------------- */

  #gallery {
    padding-top: 0;
    padding-bottom: 50px;
    background-color: #ffffff;
  }

  #gallery .inner {
    display: block;
    width: auto;
  }
  #gallery .img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

    #gallery .box {
    width: 90.63%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
  }

  #gallery .btn{
    width: auto;
  }

  #gallery .title {
    margin-top: auto;
    margin-bottom: 15px;
  }


  /* --------------------------------------------------
    about
  -------------------------------------------------- */
  #about {
    padding-top: 0;
    padding-bottom: 50px;
  }
  #about .inner {
    display: block;
    width: auto;
  }
  #about .img {
    width: 100%;
    max-width: 100%;
  }
  #about .box {
    width: 90.63%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 24px;
  }
  #about .title {
    margin-top: auto;
    margin-bottom: 15px;
  }
  #about .text {
    margin-bottom: 14px;
    font-size: 13px;
    line-height: 1.92;
  }



  /* --------------------------------------------------
    official
  -------------------------------------------------- */
  #official {
    padding-top: 51px;
    padding-bottom: 138px;
    background-image: url(../img/top/sp/official_bg.jpg);
  }
  #official .bnr {
    margin-bottom: 34px;
  }
  #official .bnr .img,
  #official .bnr .text {
    width: 50%;
  }
  #official .btn_list {
    display: block;
  }
  #official .btn_list .btn {
    margin: 0 auto;

  }
  #official .btn_list .btn.course {
    margin-top: 15px;
  }

}
