@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
/* カーソルをハンドポインターに */
/* ------------------------------------------------------------------------------------------------------ */
/* 全共通読み込み */
#page_feature0021 {
  font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
  margin-bottom: 8rem;
  /* /.block1 */
  /* /.block2 */
  /* /.block3 */
}
#page_feature0021 img {
  vertical-align: bottom;
}
#page_feature0021 .gallery img {
  cursor: pointer;
}
#page_feature0021 .gallery img:hover {
  color: #F60;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -ms-filter: "alpha(opacity=70)";
}
#page_feature0021 .contents-unit-width {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
#page_feature0021 .block1 .title-area {
  margin-bottom: 2rem;
}
#page_feature0021 .block1 .title-area .hero {
  width: 100%;
  max-width: 960px;
}
#page_feature0021 .block1 .title-area .hero img {
  width: 100%;
}
#page_feature0021 .block1 h1 {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  margin-bottom: .5rem;
}
#page_feature0021 .block1 h2 {
  font-weight: bold;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 2rem;
  line-height: 90%;
}
#page_feature0021 .block1 h2 .ja {
  font-size: 2.4rem;
}
#page_feature0021 .block1 h3 {
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
  color: #ff506c;
}
#page_feature0021 .block2 .youtube-movie {
  height: 540px;
  margin-bottom: 3rem;
  width: 100%;
  max-width: 960px;
}
#page_feature0021 .block2 .thumb {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  /*--- ipad ---*/
  display: -webkit-flex;
  /*--- ipad 7.0---*/
  -webkit-justify-content: space-around;
  /* ipad */
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#page_feature0021 .block2 .thumb li {
  margin-bottom: .5rem;
}
#page_feature0021 .block3 {
  /* /.ifeel */
}
#page_feature0021 .block3 .ifeel .ifeel-img {
  max-width: 670px;
  margin: 0 auto 2rem auto;
}
#page_feature0021 .block3 .ifeel .ifeel-img img {
  width: 100%;
}
#page_feature0021 .block3 .ifeel .title {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
#page_feature0021 .block3 .ifeel p {
  max-width: 670px;
  margin: 0 auto 2rem auto;
  font-size: .9rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#page_feature0021 .block3 .ifeel .ifeel-member {
  max-width: 670px;
  margin: 0 auto 3rem auto;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  /*--- ipad ---*/
  display: -webkit-flex;
  /*--- ipad 7.0---*/
  -webkit-justify-content: space-between;
  /* ipad */
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* ------------------------------------------------------------------------------------------------------ */
/* スマホ＆タブレット読み込み共通 */
@media screen and (max-width: 979px) {
  #page_feature0021 section[class^="general-block block"] {
    padding: 0 1em;
  }
  #page_feature0021 section[class^="general-block block"] p {
    padding: 0;
  }
}
/* ------------------------------------------------------------------------------------------------------ */
/* タブレットのみ読み込み */
/* ------------------------------------------------------------------------------------------------------ */
/* スマホでのみ読み込み */
@media screen and (max-width: 640px) {
  #page_feature0021 .block2 .youtube-movie {
    height: 200px;
  }
}
/* ------------------------------------------------------------------------------------------------------ */
/* デスクトップでのみ読み込み */
