@charset "UTF-8";


#concept .content_main {
  margin: auto;
  padding: 4.5rem 0;
  background-image: url( "images/concept-bg.jpg" );
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
}
@media all and (min-width: 768px) {
  #concept .content_main {
    margin: 0;
    padding: 9rem 0;
  }
}

#concept .concept_text > p {
  color: #424142;
  font-size: 0.875em;
  line-height: 2;
}
#concept .concept_text > p + p {
  margin-top: 1em;
}
#concept .concept_text > p.copy {
  margin-bottom: 3rem;
  padding-left: 0.2em;
  font-size: 1.5em;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
#concept .concept_text .kn {
  display: inline-block;
  margin-right: -0.4em;
}
@media only screen and (max-width:767px) {
  /*
  #concept .concept_text > p:not(.copy) {
    text-align: justify;
  }
  #concept .concept_text > p br:not(.-is_sp) {
    display: none;
  }
  #concept .concept_text > p.-sp_center {
    text-align: center;
  }
  */
}
@media print, (min-width:768px) {
  #concept .concept_text > p {
    line-height: 2.5;
    font-size: 1em;
  }
  #concept .concept_text > p.copy {
    font-size: 3em;
  }
}



#concept .mov_youtube {
  display: block;
  position: relative;
  margin: 3rem auto auto;
  max-width: 750px;
  text-decoration: none;
  line-height: 1;
  vertical-align: bottom;
}
#concept .mov_youtube:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background-color: rgba(0,0,0,0.3);
}
#concept .mov_youtube:after {
  content: '▲';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding-top: 0.5em;
  width: 2em;
  height: 2em;
  border-radius: 50%;
  background-color: #101885;
  color: #FFF;
  font-size: 1.5em;
  text-align: center;
  line-height: 1em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}


#concept .mfp-bg {
  z-index: 5000;
}
#concept .mfp-wrap {
  z-index: 5001;
}
#concept .mfp-content {
  max-width: 69rem;
}