@charset "UTF-8";
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
/* ボタンカラー */
/* フォント系 */
/*
	Noto Sans使用する場合
	'Noto Sans JP', 'Open Sans', Verdana, Roboto, 'Droid Sans'
*/
/*! このファイルを変更する場合は「.scss」から変更して下さい */
/*! 「.scss」ファイルがつかえない場合はcustom.cssを変更する */
#century__mv {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  background: #000;
  color: #fff;
  flex-wrap: nowrap;
}
#century__mv .mv__body {
  width: 30%;
  padding: 0 20px;
  order: -10;
}
#century__mv .mv__body .body__title {
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid;
  font-size: 40rem;
  line-height: 1.2;
  text-align: center;
}
#century__mv .mv__body .body__title img {
  display: block;
  margin: 0 auto 35px;
}
#century__mv .mv__body .body__text {
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}
#century__mv .mv__img {
  width: 70%;
}
#century__mv .mv__img img {
  width: 100%;
  height: auto;
}

#century {
  padding: 80px 0;
}
#century .century__text {
  margin-bottom: 35px;
  line-height: 2;
}
#century .note {
  color: #f00;
}
#century .note__list {
  margin-top: 40px;
  margin-bottom: 80px;
  color: red;
}
#century .note__list li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (max-width: 768px) {
  #century__mv {
    width: 100%;
    flex-wrap: wrap;
  }
  #century__mv .mv__body {
    width: 100%;
    padding: 30px 15px;
    order: 0;
  }
  #century__mv .mv__body .body__title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 36rem;
  }
  #century__mv .mv__body .body__title img {
    margin-bottom: 30px;
  }
  #century__mv .mv__img {
    width: 100%;
  }
  #century__mv .mv__img img {
    width: 100%;
    height: auto;
  }

  #century {
    padding: 40px 0 80px;
  }
  #century .century__text {
    margin-bottom: 30px;
  }
  #century .note__list {
    margin-bottom: 60px;
    font-size: 13rem;
  }
}
