@media screen and (min-width: 769px) {
  #header {
    position: fixed;
    top: 32px;
    z-index: 999; }
  #header.noadmin {
    top: 0; }
  #header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 130px;
    background-color: #fff;
    left: 0;
    top: 97px;
    z-index: 999; }

  .breadList {
    position: absolute;
    top: 140px;
    right: 30px;
    z-index: 1000;
    background-color: #fff;
    padding: 0 10px; }
  .breadList.noadmin {
    top: 108px; }

  .intro {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999; }
  .intro .chapter-txt {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .intro .chapter-txt.chapter1 {
    width: 376px;
    height: 72px; }
  .intro .chapter-txt.chapter2 {
    width: 428px;
    height: 72px; }
  .intro .chapter-txt.chapter3 {
    width: 296px;
    height: 72px; }
  .intro .chapter-txt.chapter4 {
    width: 369px;
    height: 72px; }

  .page-dna {
    padding: 130px 0 92px 0; }
  .page-dna .frameFix .section__block .section__description {
    margin-bottom: 60px; }
  .page-dna .frameFix .section__block .section__description .text--basic {
    font-size: 1.5rem !important;
    line-height: 3.4rem !important;
    letter-spacing: 0.07em !important;
    margin-bottom: 3.5rem !important; }
  .page-dna .frameFix .section__block .section__caption {
    margin-bottom: 100px !important; }
  .page-dna .frameFix .section__block .section__menu .section__menuItem:nth-child(even) {
    margin-left:50px /*120px; */}
  .page-dna .frameFix .section__block .section__menu .section__menuItem a {
    width: 195px; /*120px; */}
  .page-dna .frameFix .section__visual {
    bottom: 0 !important; }
  .page-dna .frameFix .section__visual.fixed {
    position: fixed !important;
    bottom: auto !important; }
  .page-dna.page-dna_chapter-01 .frameFix .section__block {
    margin-left: 65px; }
  .page-dna.page-dna_chapter-01 .frameFix .section__visual {
    right: 65px; }
  .page-dna.page-dna_chapter-02 .frameFix .section__block {
    margin-right: 65px; }
  .page-dna.page-dna_chapter-02 .frameFix .section__visual {
    left: 65px; }
  .page-dna.page-dna_chapter-03 .frameFix .section__block {
    margin-left: 65px; }
  .page-dna.page-dna_chapter-03 .frameFix .section__visual {
    right: 65px; }
  .page-dna.page-dna_chapter-04 .frameFix .section__block {
    margin-right: 65px; }
  .page-dna.page-dna_chapter-04 .frameFix .section__visual {
    left: 65px; }

  .page--basic .msk {
    position: fixed;
    width: 100%;
    height: 92px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    z-index: 999; }
  .page--basic .msk.fixed {
    position: absolute; } }
