@charset "UTF-8";
* {
  box-sizing: border-box;
}
a, a:visited {
  color: #333;
}
.header__logo {
  width: 170px;
  transition: 0.12s;
}
@media screen and (max-width: 576px) {
  .header__logo {
    width: 96px;
  }
}
.header__logo a {
  pointer-events: auto;
}
.header__logo a img {
  vertical-align: text-top;
}
h2 {
  margin-bottom: 24px;
  text-align: center;
  font-family: "Josefin Sans", "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  font-size: 37px;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 576px) {
  h2 {
    font-size: 24px;
    line-height: 1.5;
  }
}
h2.singlePostTtl {
  margin: 0 16px 16px;
  font-size: 26px;
  text-align: left;
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  h2.singlePostTtl {
    margin: 0 16px 16px;
    font-size: 18px;
  }
}
h2 span {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
}
@media screen and (max-width: 576px) {
  h2 span {
    font-size: 14px;
  }
}
a.moreBtn, a.entryBtn, .submitBtn button {
  display: block;
  margin: 0 auto;
  width: 240px;
  line-height: 3;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  text-align: center;
  transition: 0.5s linear;
  font-family: "Josefin Sans", "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
}
a.moreBtn:hover, a.entryBtn:hover, .submitBtn button:hover {
  background-color: #0b0b0b;
  border: 1px solid #0b0b0b;
  color: #fff;
}
.instaArea {
  max-width: 768px;
  margin: 0 auto 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .instaArea {
    padding: 0 40px;
  }
}
@media screen and (max-width: 576px) {
  .instaArea {
    margin: 0 4.25% 48px;
    padding: 0;
  }
}
.instaArea__ttl {
  margin-bottom: 48px;
  font-family: "Josefin Sans", "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 576px) {
  .instaArea__ttl {
    margin-bottom: 30px;
  }
}
.instaArea a {
  display: block;
  margin-bottom: 16px;
}
@media screen and (max-width: 576px) {
  .instaArea a {
    margin-bottom: 8px;
  }
}
.instaArea a img {
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.instaArea a img:hover {
  opacity: 0.9;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.38);
}
.youtube {
  position: relative;
  max-width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
footer {
  padding: 24px 40px 40px;
  background-color: #0b0b0b;
  font-family: "Josefin Sans", "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, "メイリオ", Meiryo, sans-serif;
  color: #fff;
}
footer .footerInner {
  display: flex;
}
@media screen and (max-width: 576px) {
  footer .footerInner {
    justify-content: center;
  }
}
footer .footerInner a {
  display: block;
  padding: 8px;
  color: #fff;
  transition: 0.3s;
}
footer .footerInner a:hover {
  opacity: 0.4;
}
footer .footerInner .footerNav {
  display: flex;
  width: 80%;
}
@media screen and (max-width: 576px) {
  footer .footerInner .footerNav {
    display: none;
  }
}
footer .footerInner .footerNav li {
  margin-right: 16px;
}
footer .footerInner .footerNav li a {
  font-size: 1.2rem;
}
footer .footerInner .footerSns {
  width: 20%;
  max-width: 200px;
}
@media screen and (max-width: 576px) {
  footer .footerInner .footerSns {
    width: 100%;
    text-align: center;
  }
}
footer .footerInner .footerSns .footerIcns {
  display: flex;
  margin-bottom: 8px;
}
footer .footerInner .footerSns .footerIcns li {
  margin-right: 8px;
}
footer .footerInner .footerSns .footerIcns li a {
  font-size: 1.8rem;
}
footer .footerInner .footerSns .copyright {
  margin: 0 8px;
}
