@charset "UTF-8";
html {
   background: #000;
   color: #fff;
}
@media screen and (min-width: 900px) {

}

.menuButton span:before,
.menuButton span:after {
  background: #fff;
}


svg #logo path,
#iconSearch path,
#iconInst path{
  fill: #fff;
}
.siteHeader:hover {
  background: rgba(0, 0, 0, 0.85);
}

.post2Page{
  padding-top: 7.4%;
}
.post2Area{
  margin: 0 auto;
  padding: 0 var(--space-margin-m);
  max-width: calc(780px + var(--space-margin-m) * 2);
}
.post2Main{
  max-width: 1080px;
  margin-bottom: 80px;
  font-family: "dnp-shuei-gothic-kin-std", sans-serif;
  font-weight:  400;
  padding-bottom: 60px;
  border-bottom: 1px solid #ccc;
}
.post2ArticleHgroup{
  font-family: "Helvetica", "Roboto", "dnp-shuei-gothic-kin-std", "Noto Sans JP", sans-serif;
}
.post2ArticleHgroup figure{
  font-size: 0;
  margin-left: -7.69vw;
  margin-right: -7.69vw;
}
.post2ArticleHgroup header{
  padding: 20px 0px;
  text-align: center;
}
.post2ArticleHgroup header a{
  color: #fff;
}
.post2ArticleHgroup header .category{
 margin-bottom: 15px;
}
.post2ArticleHgroup header .category a{
  color: var(--key-color);
}
.post2ArticleHgroup h1{
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
}
.post2ArticleHgroup h2{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.48;
  color: #848484;
}
.meta-info{
  color: #848484;
  font-size: 13px;
  letter-spacing: 0.01em;
  margin-top: 15px;
}
.post2ArticleHgroup header .meta-info a{
  color: #848484;
}
.post2MainText{
  padding: 0px;
  margin-top: 60px;
}
.post2MainText h3{
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}
.post2MainText p{
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 1.825;
}
.post2MainText p + h3{
  margin-top: 30px;
}

.post2MainText figure{
  font-size: 0;
  margin-bottom: 30px;
}

.post2MainText p + figure{
  margin-top: 30px;
}
.post2MainText figure figcaption{
  margin-top: 5px;
  font-size: 13px;
}
.custom-tags{
  margin-top: 1em;
 margin-left: -5px;
}
.custom-tags li{
  list-style: none;
  display: inline-block;
  border: 1px solid #fff;
  margin: 5px;
  font-size: 0;
}
.custom-tags li a{
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 14px;
}

@media screen and (min-width: 900px) {
  .post2Page{
    padding-top: 50px;
  }
  .post2Area{
    padding: 0 3.846vw;
  }
  /*
  .post2AreaInner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1480px;
    margin: 0 auto;
  }
  .post2Main{
    width: 70.13% ;
    margin-bottom: 0px;
  }
  */
  .post2AreaInner{
    max-width: 780px;
    margin: 0 auto;
  }
  .post2Main{
    width: 100% ;
    margin-bottom: 60px;
  }
  .post2ArticleHgroup figure{
    font-size: 0;
    margin-left: 0px;
    margin-right: 0px;
  }
  .post2ArticleHgroup h1{
    font-size: 40px;
    line-height: 1;
  }
  .post2ArticleHgroup header{
    padding: 40px 0px;
  }
  .post2ArticleHgroup h2{
    font-size: 21px;
  }

}
@media screen and (min-width: 1280px) {
    .post2MainText{
      width: 100%;
    }
}

.post2Aside{

}

.sideAD{
  font-size: 0;
  margin-bottom: 60px;
}
.asideSectionTitle{
  color: var(--key-color);
  font-size: 2.34rem;
}
.post2List .post2ArticleHgroup figure{
  margin-left: 0px;
  margin-right: 0px;
}

.post2List{
  padding: 15px 0;
}
.post2List + .post2List{
  border-top: 1px solid #1f1f20;
}
.post2List .post2ArticleHgroup{
  display: flex ;
  flex-wrap: wrap;
}
.post2List .post2ArticleHgroup figure{
  width: 30%;
  margin-right: 8px;
}
.post2List .post2ArticleHgroup header{
  width: calc( 70% - 8px);
  padding: 0;
}
.post2List .post2ArticleHgroup header h1{
  color: #cccccc;
  font-size: 14px;
  margin-bottom: 5px;
}
.post2List .post2ArticleHgroup header h2{
  color: #848484;
  font-size: 10px;
  font-weight: 500;
}
.post2List .post2ArticleHgroup header h2 br{
  display: none;
}
@media screen and (min-width: 900px) {
  .post2Aside{
    /*max-width: 300px;*/
    width: 26.67%;
    width: 100%;
  }
  .asideSectionTitle{
    font-size: 25px;
  }
  .meta-info{
    font-size: 16px;
  }
  .post2List{
    padding: 30px 0 30px;
  }
  .post2List + .post2List{
    padding-top: 30px;
  }

  .post2List .post2ArticleHgroup figure{
    width: 40%;
    margin-right: 32px;
  }
  .post2List .post2ArticleHgroup header{
    width: calc( 60% - 32px);
    padding: 0;
    text-align: left;
  }
  .post2List .post2ArticleHgroup header h1{
    color: #cccccc;
    font-size: 25px;
    margin-bottom: 15px;
  }
  .post2List .post2ArticleHgroup header h2{
    color: #848484;
    font-size: 18px;
    font-weight: 500;
  }
}


.post2archiveList + .post2archiveList{
  margin-top: 30px;
}

.post2archiveList .post2ArticleHgroup header {
  padding: 5px 0px;
  text-align: left;
}
.post2archiveList .post2ArticleHgroup header .category{
 font-size: 14px;
 margin-bottom: 5px;
}
.post2archiveList .post2ArticleHgroup h1{
  font-size: 19px;
  margin-bottom: 10px;
}
.post2archiveList .post2ArticleHgroup h2{
  font-size: 14px;
  margin-bottom: 5px;
}

.post2archiveList .post2ArticleHgroup figure{
  margin: 0;
}
.post2archiveList .post2ArticleHgroup .meta-info{
  font-size: 12px;
  margin-top: 0;
}

@media screen and (min-width: 900px) {
  .post2archiveLists{
    width: 100% ;
    margin-bottom: 0px;
  }
  .post2archiveList .post2ArticleHgroup{
    display: flex;
  }
  .post2archiveList + .post2archiveList{
    margin-top: 60px;
  }
  .post2archiveList .post2ArticleHgroup figure{
    margin: 0;
    flex: 0 0 calc(50% - 15px);
    margin-right: 30px;
  }
  .post2archiveList .post2ArticleHgroup header{
    padding: 0;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 1px;
    position: relative;
    width: 100%;
  }
  .post2archiveList .post2ArticleHgroup header .category{
    font-size: 13px;
    margin-bottom: 10px;
   }
   .post2archiveList .post2ArticleHgroup h1{
    font-size: 25px;
    margin-bottom: 10px;
  }
  .post2archiveList .post2ArticleHgroup h2{
    font-size: 16px;
    margin-bottom: 20px;
  }
}