.contents {
  font-family: "Sawarabi Gothic";
  width: 90%;
  margin: auto;
}
#top h2 {
  font-family: 'Cormorant Garamond', serif;
  padding: 45px 0 0px;
}
/*■■ニュースとコンテンツ最新■■*/
.topnews_box {
  font-size: 1.4rem;
  width: calc((100% - 4% - 2px)/3);
  margin: 0 1% 20px 0;
  border-right: 1px dotted #999;
  padding: 0 1% 0 0;
}
.topnews_box:nth-of-type(3), .topnews_box:nth-of-type(6), .topnews_box:nth-of-type(9) {
  margin: 0 0 20px 0;
  border-right: none;
  padding: 0 0 0 0;
}
.topnews_box:nth-child(n + 10) {
  display: none;
}
#topnews a {
  color: inherit;
  transition: 0.3s;
  opacity: 1;
  display: block;
}
#topnews a:hover {
  opacity: 0.6;
}
div#news_photo {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 200px;
}
div#topnews {
  display: flex;
  flex-wrap: wrap;
  margin: 24px auto;
}
#topnews p {
  font-size: 1.3rem;
  margin: 8px 1% 0 1%;
  line-height: 150%;
}
.topnews_box p span {
  font-size: 1.3rem;
  display: inline-block;
  border: solid 1px #000;
  padding: 2px 5px;
  border-radius: 6px;
  line-height: 100%;
  margin: 0 5px 0 0px;
}
#topnews h4 {
  margin: 5px 1% 0 1%;
}
#topnews p.conlistcopy {
  margin: 4px 1% 3px 1%;
}
@media screen and (max-width: 768px) {
  .topnews_box {
    font-size: 1.4rem;
    width: calc((100% - 2% - 1px)/2);
    margin: 0 1% 20px 0;
    border-right: 1px dotted #999;
    padding: 0 1% 0 0;
  }
  .topnews_box:nth-of-type(3), .topnews_box:nth-of-type(6), .topnews_box:nth-of-type(9) {
    margin: 0 1% 20px 0;
    border-right: 1px dotted #999;
    padding: 0 1% 0 0;
  }
  .topnews_box:nth-of-type(2), .topnews_box:nth-of-type(4), .topnews_box:nth-of-type(6) {
    margin: 0 0 20px 0;
    border-right: none;
    padding: 0 0 0 0;
  }
  .topnews_box:nth-child(n + 4) {
    display: block;
  }
  .topnews_box:nth-child(n + 5) {
    display: none;
  }
}
@media screen and (max-width: 581px) {
  div#news_photo {
    height: 140px;
  }
}
/*■■トップアバウト■■*/
div#about {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ab_photo {
  width: 45%;
  min-height: 100vh;
  background-size: cover;
  background-position: bottom center;
}
.ab_text {
  width: 35%;
  margin: auto;
  font-size: 1.3rem;
  font-family: "Sawarabi Gothic";
  padding: 50px 10%;
}
#top #about h4 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  margin: 0 0 20px 0;
}
#top #about h3 {
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  #top #about h3 br {
    display: none;
  }
}
@media screen and (max-width: 581px) {
  .ab_photo {
    width: 100%;
    min-height: 50vh;
    background-size: cover;
    background-position: bottom center;
  }
  .ab_text {
    width: 80%;
    margin: auto;
    font-size: 1.3rem;
    font-family: "Sawarabi Gothic";
    padding: 50px 10%;
  }
}
/*■■インスタ■■*/
div#load-insta {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 25px 0 0 0;
}
.insta_box {
  height: calc(87.3vw / 3);
  width: calc(33.333333% - 0.2%);
  padding: 0.1%;
}
.frame {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}