@charset "UTF-8";


@media (min-width: 768px) {
  #keyvisual{
  	background:url("../img/keyvisual.jpg") top center no-repeat;
  	height:1050px;
  	padding-bottom:50px;
  }
  h2{
    text-align:center;
    padding-top:230px;
    margin:0;
  }
  h3 img{
    text-align:center;
    width:400px;
  }

  .history_mainbox{
    width:680px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #keyvisual{
    position:relative;
  }
  h2{
    text-align:center;
    position:absolute;
    top:23%;
    left:0;
    width:100%;
  }
  h2 img{
    width:65%;
    z-index: 10;
  }
  h3 img{
    width:80%;
  }


  .history_mainbox{
    width:80%;
    margin: 12% auto 0 auto;
  }

}


/* -------------------------------------------------------------------------------------------
   VIDEO
-------------------------------------------------------------------------------------------*/

@media (min-width: 768px) {
  #history_video iframe{
    width:680px;
    height:400px;
  }
  #history_video{
    padding:0 0 50px 0;
  }
}

@media (max-width: 767px) {
  #history_video{
  }
}






/* -------------------------------------------------------------------------------------------
   TITLE - TEXT
-------------------------------------------------------------------------------------------*/

.h_txt{
  text-align: center;
  z-index:10;
}
.h_title{
  margin:0 auto 0 auto;
  color:#fff;
  font-weight:700;
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}
.h_name{
  margin:0 auto;
  color:#fff;
  text-align: center;
  font-weight:700;
}

.history_mainbox .toggle_contents p{
    font-size:92%;
    line-height:1.5em; 
}
  .title_borderbox{
    border-bottom: 1px solid #fff;
    width:40%;
    margin:0 auto;
  }

@media (min-width: 768px) {


  .h_txt{
    position:absolute;
    top:60%;
    left:0;
    width:680px;
    z-index:10;
  }

  .h_txt_prologue{
    position:absolute;
    text-align: center;
    top:20%;
    left:0;
    width:680px;
    z-index:10;
  }

  .h_title{
    width:480px;
    font-size:25px;
    padding-bottom:5px;
  }
  .h_name{
    width:480px;
    font-size:25px;
     padding-top:5px;
  }
  .h_name_prologue{
    padding-top:60px;
  }
}


@media (max-width: 767px) {



 
  .h_txt{
    position:absolute;
    top:57%;
    left:0;
    width:100%;
    z-index:10;
  }

  .h_txt_prologue{
    position:absolute;
    text-align: center;
    top:20%;
    left:0;
    width:100%;
    z-index:10;
  }

  .h_title{
    font-size:100%;
    padding-bottom:1%;
  }
  .h_name{
     font-size:100%;
     padding-top:1%;
  }

  .h_name_prologue{
    padding-top:12%;
  }
}





/* -------------------------------------------------------------------------------------------
   TOGGLE
-------------------------------------------------------------------------------------------*/

.toggle_wrap:last-of-type {
}
.toggle_switch.open {
}
.toggle_switch:hover { 
}
.toggle_contents_imgbox{
  background:#f4f4f4;
  padding:3% 3% 0 3%;
}
.toggle_contents_imgbox img{
  margin:0 0 3% 0;
  width:100%;
}



@media (min-width: 768px) {
  .toggle_switch {
    position: relative;
    cursor: pointer;
    width:680px;
    margin:0 auto 20px auto;
    position:relative;
  }
  .toggle_contents {
    display: none;
    width:680px;
    text-align: center;
    margin:0 auto;
    padding:0 0 55px 0;
  }
  .toggle_contents .img_size_narrow{
    width:50%;
  }
}

@media (max-width: 767px) {
  .toggle_switch {
    position: relative;
    cursor: pointer;
    width:100%;
    margin:0 auto 4% auto;
    position:relative;
  }
  .toggle_contents {
    display: none;
    width:100%;
    margin:0 auto;
    text-align:center;
    padding:0 0 55px 0;
  }
  .toggle_contents .img_size_wide{
    width:100%;
  }
   .toggle_contents .img_size_narrow{
    width:55%;
  }
}


.toggle_switch::after {
  content: "";
  display: inline-block;
  width: 10%;
  height: 30px;
  background: url(../img/arrow_down.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 90%;
  transform: translateY(-50%);
  right: 45%;
  transition: transform .2s;
}
.toggle_switch.open::after {
  transform: rotateZ(180deg);
  top: 90%;
}




