@charset "UTF-8";
/*index*/

a img:hover{
  opacity: 0.8;
  }

header{
  position: absolute;
  bottom: 0;
  z-index: 120;
  width: 100%;
  background: #ffffff;
  }

.fixed{
  position: fixed;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 1000;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  }


section{
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  }


/*inner*/
.inner{
  width: 1000px;
  margin: 0px auto;
}

a:link,a:visited{
  color: #000000;
  text-decoration: none;
  }

a:hover{
  text-decoration: underline;
  }

a.btn_more,a.btn_list{
  display: inline-block;
  text-decoration: none;
  text-indent: -9999px;
  width: 110px;
  height: 30px;
  }

a.btn_more{
  margin-top: 15px;
  background: url('/id/common/img/btn_more.gif') center center no-repeat;
  }
a.btn_list{
  background: url('/id/common/img/btn_list.gif') center center no-repeat;
  }

a.btn_more:hover,a.btn_list:hover{
  opacity: 0.8 !important;
  }


h2{
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  }

/*mainimg*/
#mainimg{
  width: 100%;
  height: 90%;
  height: -webkit-calc(100vh - 70px);
  height: calc(100vh - 70px);
  text-align: center;
  overflow: hidden;
  position: relative;
  }


#mainimg div.h1_wrap{
  position: absolute;
  left: -webkit-calc(50% - 500px);
  left: calc(50% - 500px);
  bottom: 25px;
  z-index: 110;
  width: 1000px;
  }

#mainimg div.h1_wrap h1{
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 274px;
  height: 464px;
  text-decoration: none;
  text-indent: -9999px;
  background: url('/id/img/index/2020/02/logo_id.png') center center no-repeat;
  }

#mainimg a.btn_movie{
  position: absolute;
  left: 405px;
  bottom: 0;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  width: 190px;
  height: 39px;
  background: url('/id/img/index/btn_movie.png') center center no-repeat;
  }

#mainimg a.btn_latest{
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  text-decoration: none;
  text-indent: -9999px;
  width: 100px;
  height: 100px;
  background: url('/id/img/index/btn_latest.png') center center no-repeat;
  }


#mainimg a.btn_movie:hover,#mainimg a.btn_latest:hover{
  opacity: 0.8;
  }

#mainimg video{
  display: block;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  }

 
/* fullSlideShow
--------------------------- */
.fullSlideShow {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.fullSlideShow ul {
  top: 50%;
  left: 50%;
  width: 100%;
  position: absolute; /* absolute or fixed */
  overflow: hidden;
}
.fullSlideShow ul li {
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  position: absolute;
}
.fullSlideShow ul li img {
  width: 100%;
}

 
/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext,
.pagiNation {
    display: none;
}

/* =======================================
    ClearFixElements
======================================= */
.fullSlideShow ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
.fullSlideShow ul {
    display: inline-block;
    overflow: hidden;
}



/*project*/
#project{
  }

#project div.project_wrap{
  height: 700px;
  margin-top: 70px;
  padding: 0 0 30px;
  background: url('/id/img/index/2020/02/bg_project.jpg') center center no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
  }

#project h2{
  width: 389px;
  height: 102px;
  background: url('/id/img/index/h2_project.png') center center no-repeat;
  }

#project h2.s{
  width: 391px;
  height: 104px;
  background: url('/id/img/index/h2_project_s.png') center center no-repeat;
  }

#project img.txt_project{
  margin-top: 180px;
  }

#project a.btn_more{
  margin-top: 70px;
  }

#project a.btn_project_movie{
  position: absolute;
  bottom: 90px;
  left: calc(50% - 112px);
  z-index: 3;
  display: inline-block;
  text-decoration: none;
  text-indent: -9999px;
  width: 225px;
  height: 39px;
  background: url('/id/img/index/2020/02/btn_project_movie.png') center center no-repeat;
  }

#project a.btn_project_movie:hover{
  opacity: 0.8;
  }

#project video{
  display: block;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  }



#project .dot_link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 800px;
  }

#project .dot_link img{
  width: 100%;
  height: 100%;
  }

/*styles*/
#styles{
  }

#styles h2{
  height: 100px;
  background: url('/id/img/index/h2_styles.gif') center 50px no-repeat;
  }

#styles div.styles_wrap{
  height: 470px;
  padding: 0 0 30px;
  background: url('/id/img/index/2020/02/bg_styles.jpg') center top no-repeat;
  background-size: cover;
  }

#styles img.txt_styles_copy{
  margin-top: 50px;
  }
#styles a.btn_more{
  display: block;
  margin: 10px auto 0;
  }
#styles .dot_link{
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 500px;
  }

#styles .dot_link img{
  width: 100%;
  height: 100%;
  }

/*quarterly*/
#quarterly{
  }

#quarterly h2{
  height: 100px;
  background: url('/id/img/index/h2_quarterly.gif') center 50px no-repeat;
  }

#quarterly div.quarterly_wrap{
  padding: 10px 0 40px;
  background: #dbdcdc;
  }


#quarterly div.quarterly_wrap h3{
  font-size: 1.5em;
  font-weight: normal;
  border-bottom: 2px solid #b7b7b7;
  padding-bottom: 8px;
  margin-top: 30px;
  margin-bottom: 14px;
  }

#quarterly div.quarterly_item{
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: stretch; 
  }


#quarterly div.quarterly_txt{
  margin: 0 0 0 20px;
  position: relative;
  }

#quarterly div.quarterly_item p{
  font-size: 1.3em;
  }

#quarterly a.btn_more{
  position: absolute;
  right: 0;
  bottom: 0;
  }

/*dna*/
#dna{
  }

#dna h2{
  height: 100px;
  background: url('/id/img/index/h2_dna.gif') center 50px no-repeat;
  }

#dna div.dna_wrap{
  height: 440px;
  padding: 30px 0;
  background: url('/id/img/index/2020/02/bg_dna.jpg') center top no-repeat;
  background-size: cover;
  text-align: center;
  }
#dna img.txt_dna_01{
  margin-top: 150px;
  }
#dna img.txt_dna_main{
  margin-top: 20px;
  }

#dna a.btn_more{
  display: block;
  margin: 10px auto 0;
  }
#dna .dot_link{
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 500px;
  }

#dna .dot_link img{
  width: 100%;
  height: 100%;
  }

/*backnumber*/
#backnumber{
  }

#backnumber .h2_wrap{
  position: relative;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  }

#backnumber h2{
  height: 200px;
  background: url('/id/img/index/h2_backnumber.gif') center 150px no-repeat;
  }


#backnumber div.backnumber_wrap{
  background: #dbdcdc;
  position: relative;
  height: 300px;
  padding: 0;
  }

#backnumber .slider{
  margin: 0 auto;
  padding: 0;
  height: 300px;
  text-align: left;
  overflow: hidden;
  position: relative;
  border: none;
  }


#backnumber .slideSet {
  position: absolute;
  padding: 0 0 0 calc((100% - 1000px) / 2);
}

#backnumber .slideSet ul li{
  list-style-type: none;
  padding: 0;
}


#backnumber div.slide{
  width: 500px;
  height: 300px;
  overflow: hidden;
  background: #dbdcdc;
  border-left: 5px solid #ffffff;
  border-right: 5px solid #ffffff;
  box-sizing: border-box;
  float: left;
  }

#backnumber div.slide h3.h3_latest{
  padding: 15px 0px 7px;
  }
#backnumber div.slide{
  overflow: hidden;
  }

#backnumber div.slide img.img_pdf{
  margin-right: 15px;
  }


#backnumber div.slide p{
  line-height: 1.4;
  /*clear: both;*/
  floart: right;
  width: auto;
  padding: 0 15px;
  display: block;
  }






#carousel_prev,
#carousel_next {
  top: 0;
  width: calc((100% - 1000px) / 2);
  height: 300px;
  cursor: pointer;
  position: absolute;
  text-indent: -9999px;
  }
#carousel_prev {
  left: 0px;
  background: rgba(255,255,255,0.5) url('/id/img/index/carousel_prev.png') no-repeat right center;
  }
#carousel_next {
  right: 0px;
  background: rgba(255,255,255,0.5) url('/id/img/index/carousel_next.png') no-repeat left center;
  }

footer{
  margin: 110px auto 0;
  }



/* Media Queries
==========================================================================*/
@media screen and (max-width:834px) {

html {
  -webkit-text-size-adjust: none;
  }

img {
  max-width: 100%;
  height: auto;
  }

.inner{
  width: 96%;
  margin: 0px auto;
  }

/*header*/
header{
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background:  none;
  }

.fullSlideShow {
  width: 100%;
  text-align: left;
  position: relative;
  overflow: hidden;
}


.fixed{
  height: 50px;
  }


/*mainimg*/
#mainimg{
  margin-top: 2px;
  margin-bottom: -1px;
  width: 100%;
  height: auto;
  }


#mainimg div.h1_wrap{
  left: 0;
  width: 100%;
  }

#mainimg div.h1_wrap h1{
  position: static;
  margin: 0 auto;
  }


#mainimg a.btn_latest{
  right: 10px;
  width: 80px;
  height: 80px;
  -webkit-background-size: 80px 80px;
  -o-background-size: 80px 80px;
  -khtml-background-size: 80px 80px;
  background-size: 80px 80px;
  }

#mainimg a.btn_movie{
  position: static;
  margin: 10px auto 0;
  }

#project{
  }

#project div.project_wrap{
  height: 500px;
  margin-top: 0;
  padding: 0 0 1em;
  background-size: cover;
  }

#project h2{
  width: 305px;
  height: 80px;
  -webkit-background-size: 305px 80px;
  -o-background-size: 305px 80px;
  -khtml-background-size: 305px 80px;
  background-size: 305px 80px;
  }

#project h2.s{
  width: 307px;
  height: 82px;
  -webkit-background-size: 307px 82px;
  -o-background-size: 307px 82px;
  -khtml-background-size: 307px 82px;
  background-size: 307px 82px;
  }

#project img.txt_project{
  margin-top: 60px;
  }
#project a.btn_more{
  margin-top: 40px;
  }

#project a.btn_project_movie{
  bottom: 70px;
  }

#project .dot_link{
  height: 530px;
  }

#styles div.styles_wrap{
  height: 500px;
  padding: 1em 0;
  }

#styles img.txt_styles_copy{
  margin-top: 60px;
  }

#styles a.btn_more{
  margin: 20px auto 0;
  }

#styles .dot_link{
  height: 530px;
  }

#quarterly .w730{
  width: 100% !important;
  }

#quarterly div.quarterly_wrap > div.flex{
  display: block;
  }

#quarterly div.quarterly_wrap img.logo_quarterly{
  display: block;
  margin: 0 auto;
  }


#quarterly div.quarterly_txt{
  width: calc(50% - 20px);
  }



#dna div.dna_wrap{
  padding: 1em 0 2em;
  background-size: cover;
  }
#dna img.txt_dna_main{

  }

#dna .dot_link{
  height: calc(400px + 3em);
  }


#backnumber div.inner{
  width: auto;
  height: auto;
  display: block;
  }


#backnumber div.slide{
  width: calc(100vw - 116px) !important;
  float: left;
  margin: 0 58px 20px;
  }

#backnumber div.slide div.float-r{
  width: calc(100% - 240px) !important;
  }

#backnumber .h2_wrap{
  width: auto;
  }

#backnumber h2{
  background-position:  center 150px;
  }


#carousel_prev,
#carousel_next {
  width: 58px;
  }


footer{
  margin-top: 50px;
  }
}

@media screen and (max-width:699px) {
.flex{
  display: block;
  }
a.btn_more{
  margin-top: 0.5em;
  }

#mainimg div.h1_wrap{
  bottom: 5%;
  }

#mainimg div.h1_wrap h1{
  margin: 0 auto;
  width:148px;
  height: 251px;
  -webkit-background-size: 148px 251px;
  -o-background-size: 148px 251px;
  -khtml-background-size: 148px 251px;
  background-size: 148px 251px;
  }

#mainimg a.btn_movie{
  width: 146px;
  height: 30px;
  -webkit-background-size: 146px 30px;
  -o-background-size: 146px 30px;
  -khtml-background-size: 146px 30px;
  background-size: 146px 30px;
  }



#project{
  }

#project div.project_wrap{
  height: auto;
  padding-bottom: 10px;
  background: url('/id/img/index/2020/02/bg_project_sp.jpg') center bottom no-repeat;
  background-size: cover;
  }

#project h2{
  width: 195px;
  height: 51px;
  -webkit-background-size: 195px 51px;
  -o-background-size: 195px 51px;
  -khtml-background-size: 195px 51px;
  background-size: 195px 51px;
  }

#project h2.s{
  width: 196px;
  height: 52px;
  -webkit-background-size: 196px 52px;
  -o-background-size: 196px 52px;
  -khtml-background-size: 196px 52px;
  background-size: 196px 52px;
  }


#project p{
  font-size: 1.4em;
  }

#project img.txt_project{
  margin-top: 60px;
  width: 80%;
  height: auto;
  }


#project a.btn_project_movie{
  width: 173px;
  height: 30px;
  -webkit-background-size: 173px 30px;
  -o-background-size: 173px 30px;
  -khtml-background-size: 173px 30px;
  background-size: 173px 30px;
  margin-top: 10px;
  bottom: 70px;
  left: calc(50% - 86px);
  }

#project a.btn_more{
  margin: 60px auto 20px;
  }

#project .dot_link{
  height: 100%;
  }


#styles h2{
  height: 50px;
  -webkit-background-size: 171px 18px;
  -o-background-size: 171px 18px;
  -khtml-background-size: 171px 18px;
  background-size: 171px 18px;
  background-position: center center;
  }


#styles div.styles_wrap{
  height: auto;
  background: #000000 url('/id/img/index/2020/02/bg_styles_sp.jpg') center bottom no-repeat;
  background-size: cover;
  }

#styles img.txt_styles_name{
  width: 100px;
  height: auto;
  }

#styles img.txt_styles_copy{
  margin-top: 60px;
  width: 80%;
  height: auto;
  }

#styles a.btn_more{
  margin: 10px auto 0;
  }

#styles .dot_link{
  top: 50px;
  height: calc(100% - 50px);
  }

#quarterly h2{
  height: 50px;
  -webkit-background-size: 95px 18px;
  -o-background-size: 95px 18px;
  -khtml-background-size: 95px 18px;
  background-size: 95px 18px;
  background-position: center center;
  }

#quarterly .flex{
  display: block;
  }
#quarterly div.quarterly_wrap img.logo_quarterly{
  display: none;
  }


#quarterly div.quarterly_item{
  display: block;
  width: auto;
  margin-bottom: 2em;
  overflow: hidden;
  }

#quarterly div.quarterly_item:last-child{
  margin-bottom: 0;
  }

#quarterly div.quarterly_item div.quarterly_img{
  float: left;
  }

#quarterly div.quarterly_item div.quarterly_img img{
  display: block;
  width: 120px;
  height: auto;
  margin-bottom: 5px;
  }
#quarterly div.quarterly_item div.quarterly_txt{
  width: calc(100% - 130px);
  float: right;
  margin: 0;
  position: static;
  overflow: hidden;
  }
#quarterly a.btn_more{
  position: static;
  right: auto;
  bottom: auto;
  display: block;
  float: right;
  }


#quarterly div.quarterly_item div.quarterly_txt span.sp_hide{
  display: none;
  }
#quarterly div.quarterly_item div.quarterly_txt p:after{
  content: "…";
  }

#quarterly div.mt50{
  margin-top: 2em !important;
  }
#quarterly div.quarterly_item h3{
  font-size: 1.6em;
  min-height: auto;
  }
#quarterly div.quarterly_item p{
  font-size: 1.4em;
  }

#dna h2{
  height: 50px;
  -webkit-background-size: 66px 18px;
  -o-background-size: 66px 18px;
  -khtml-background-size: 66px 18px;
  background-size: 66px 18px;
  background-position: center center;
  }

#dna div.dna_wrap{
  height: auto;
  padding: 20px 0;
  background: url('/id/img/index/2020/02/bg_dna_sp.jpg') center top no-repeat;
  background-size: cover;
  }

#dna img.txt_dna_01{
  margin-top: 180px;
  }

#dna img.txt_dna_main{
  width: 70%;
  height: 70%;
  }


#dna .dot_link{
  top: 50px;
  height: auto;
  }


#backnumber{
  width: auto;
  margin-top: 0;
  padding-top: 0;
  }

#backnumber h2{
  height: 100px;
  -webkit-background-size: 156px 18px;
  -o-background-size: 156px 18px;
  -khtml-background-size: 156px 18px;
  background-size: 156px 18px;
  background-position: center 68px;
  }

#backnumber div.backnumber_wrap{
  height: 460px;
  }

#backnumber .slider{
  height: 460px;
  }

#backnumber .slideSet {
  padding: 0;
}

#backnumber div.slide{
  width: calc(100vw - 60px) !important;
  height: 350px;
  margin: 0 auto;
  padding: 20px 30px;
  overflow: hidden;
  border-left: none;
  border-right: none;
  box-sizing: content-box;
  float: left;
  }


#backnumber div.slide img.float-l{
  display: block;
  margin: 10px auto;
  }

#backnumber div.slide img.img_pdf{
  height: 100px;
  width: auto;
  margin-right: 10px;
  }

#backnumber div.slide p.mt45{
   margin-top: 0px !important;
  }

#backnumber br.pc{
  display: none;
  }

#backnumber p.spclear{
  clear:both !important;
}


#carousel_prev,
#carousel_next {
  height: 320px;
  }

#carousel_prev {
  left: 0px;
  background: rgba(255,255,255,0) url('/id/img/index/carousel_prev.png') no-repeat center center;
  }
#carousel_next {
  right: 0px;
  background: rgba(255,255,255,0) url('/id/img/index/carousel_next.png') no-repeat center center;
  }
}

@media print {
header,.fixed{
  position: static;
  }
/*mainimg*/
#mainimg{
  height: auto;
  }
#project{
  margin-top: 0;
  }
#project img.txt_project{
  margin-top: 140px;
  }


}
