@charset "utf-8";
#main {
  background: #fff;
  padding-top: 38px;
}
.container {
  padding: 0 40px;
}
@media (max-width: 810px) {
  .container {
    padding: 0 40px;
  }
}
#brand {
  background: #fffcf7;
}
.morinowa_header {
  margin-bottom: 50px;
}
.morinowa_header nav {
  display: flex;
  justify-content: space-between;
}
.morinowa_header nav .morinowa_logo {
  line-height: 0;
  padding-right: 25px;
}
.morinowa_header nav .morinowa_logo img {
  width: 154px;
  max-width: 100%;
}
.morinowa_header nav .morinowa_header_links {
  width: calc(100% - (154px + 25px));
}
.morinowa_header nav .morinowa_header_links .links_top {
  display: flex;
  background-color: #653309;
  color: #fff;
  margin-bottom: 5px;
  padding: 7px 0;
}
.morinowa_header nav .morinowa_header_links .links_top {
  position: relative;
}
.morinowa_header nav .morinowa_header_links .links_top:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 20px solid #fff;
  border-bottom: 20px solid #cdac86;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.morinowa_header nav .morinowa_header_links .links_top li {
  width: 25%;
  border-right: 1px dotted #fff;
}
.morinowa_header nav .morinowa_header_links .links_top li:last-child {
  border-right: 0;
}
.morinowa_header nav .morinowa_header_links .links_top li a {
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'Noto Serif JP';
  line-height: 1em;
  padding: 10px 0;
  opacity: 0.35;
}
.morinowa_header nav .morinowa_header_links .links_top li a.current {
  opacity: 1;
}
.morinowa_header nav .morinowa_header_links .links_top li a:hover {
  text-decoration: none;
  opacity: 1;
}
.morinowa_header nav .morinowa_header_links.forest .links_top {
  background-color: #22ac38;
}
.morinowa_header nav .morinowa_header_links.forest .links_top {
  position: relative;
}
.morinowa_header nav .morinowa_header_links.forest .links_top:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 20px solid #fff;
  border-bottom: 20px solid #a0ce72;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.morinowa_header nav .morinowa_header_links.house .links_top {
  background-color: #b28247;
}
.morinowa_header nav .morinowa_header_links.house .links_top {
  position: relative;
}
.morinowa_header nav .morinowa_header_links.house .links_top:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 20px solid #fff;
  border-bottom: 20px solid #cdac86;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.morinowa_header nav .morinowa_header_links.life .links_top {
  background-color: #ed8024;
}
.morinowa_header nav .morinowa_header_links.life .links_top {
  position: relative;
}
.morinowa_header nav .morinowa_header_links.life .links_top:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 20px solid #fff;
  border-bottom: 20px solid #f9c162;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.morinowa_header nav .morinowa_header_links.special .links_top {
  background-color: #5e9acd;
}
.morinowa_header nav .morinowa_header_links.special .links_top {
  position: relative;
}
.morinowa_header nav .morinowa_header_links.special .links_top:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 20px solid #fff;
  border-bottom: 20px solid #94cfff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.morinowa_header nav .morinowa_header_links .links_bottom {
  display: flex;
  align-items: center;
}
.morinowa_header nav .morinowa_header_links .links_bottom ul {
  display: flex;
  padding: 0 20px 0 0;
  flex-wrap: wrap;
}
.morinowa_header nav .morinowa_header_links .links_bottom ul li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.morinowa_header nav .morinowa_header_links .links_bottom ul li a {
  line-height: 1em;
  padding: 10px 15px;
  font-size: 11px;
  letter-spacing: 0.05em;
  display: block;
}
.morinowa_header nav .morinowa_header_links .links_bottom ul li:last-child {
  margin-right: 0;
}
.morinowa_header nav .morinowa_header_links .links_bottom .special_issue {
  line-height: 0;
  margin-left: auto;
}
.morinowa_header nav .morinowa_header_links .links_bottom .special_issue a {
  line-height: 0;
}
.morinowa_header nav .morinowa_header_links .links_bottom .special_issue a img {
  width: 59px;
  max-width: 59px;
}
.morinowa_header nav .morinowa_header_links.forest .links_bottom ul li a {
  border: 1px solid #22ac38;
  box-shadow: 3px 3px 0 #22ac38;
  color: #22ac38;
}
.morinowa_header nav .morinowa_header_links.house .links_bottom ul li a {
  border: 1px solid #b28247;
  box-shadow: 3px 3px 0 #b28247;
  color: #b28247;
}
.morinowa_header nav .morinowa_header_links.life .links_bottom ul li a {
  border: 1px solid #ed8024;
  box-shadow: 3px 3px 0 #ed8024;
  color: #ed8024;
}
.morinowa_header nav .morinowa_header_links .morinowa_description {
  margin-top: 50px;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.05em;
}
@media (max-width: 599px) {
  .morinowa_header {
    margin-bottom: 50px;
  }
  .morinowa_header nav {
    flex-direction: column;
    align-items: center;
  }
  .morinowa_header nav .morinowa_logo {
    padding-right: 0;
    margin-bottom: 38px;
  }
  .morinowa_header nav .morinowa_header_links {
    width: 100%;
  }
  .morinowa_header nav .morinowa_header_links .links_top {
    padding: 0;
    flex-wrap: wrap;
    margin: 0 -20px 5px;
  }
  .morinowa_header nav .morinowa_header_links .links_top li {
    width: 50%;
    padding: 7px;
  }
  .morinowa_header nav .morinowa_header_links .links_top li:nth-child(1) {
    border-bottom: 1px dotted #fff;
  }
  .morinowa_header nav .morinowa_header_links .links_top li:nth-child(2) {
    border-right: 0;
    border-bottom: 1px dotted #fff;
  }
  .morinowa_header nav .morinowa_header_links .links_top li:last-child {
    border-right: 0;
  }
  .morinowa_header nav .morinowa_header_links .links_bottom {
    align-items: flex-start;
    margin: 0 -20px;
  }
  .morinowa_header nav .morinowa_header_links .links_bottom ul {
    flex-wrap: wrap;
  }
  .morinowa_header nav .morinowa_header_links .links_bottom ul li {
    margin-right: 15px;
  }
  .morinowa_header nav .morinowa_header_links .links_bottom ul li a {
    line-height: 1em;
    padding: 10px 15px;
    font-size: 11px;
    letter-spacing: 0.05em;
  }
  .morinowa_header nav .morinowa_header_links .links_bottom ul li:last-child {
    margin-right: 0;
  }
}
.morinowa_post {
  width: 744px;
  max-width: 100%;
  padding: 0 102px;
  margin: 50px auto;
  position: relative;
}
.morinowa_post .morinowa_post_content h1 {
  padding: 17px 0 12px;
  font-size: 25px;
  border-bottom: 1px solid #653309;
  margin-bottom: 12px;
  line-height: 1.5em;
}
.morinowa_post .morinowa_post_content .morinowa_sub_title {
  font-weight: bold;
  font-size: 15px;
}
.morinowa_post .morinowa_post_content .morinowa_eye_catch {
  line-height: 0;
  margin-bottom: 35px;
  text-align: center;
}
.morinowa_post .morinowa_post_content .morinowa_eye_catch img {
  max-width: 100%;
}
.morinowa_post .morinowa_post_content h2,
.morinowa_post .morinowa_post_content h3 {
  margin-top: 50px;
  margin-bottom: 30px;
}
.morinowa_post .morinowa_post_content img {
  max-width: 100%;
  height: auto;
}
.morinowa_post .morinowa_post_content p {
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 32px;
  letter-spacing: 0.05em;
}
.morinowa_post .morinowa_post_content a {
  text-decoration: underline;
}
.morinowa_post .morinowa_post_content .wp-caption {
  max-width: 100%;
}
.morinowa_post .morinowa_post_content .wp-caption-text {
  font-size: 12px;
  line-height: 24px;
}
.morinowa_post .morinowa_post_content hr {
  margin-bottom: 35px;
}
.morinowa_post.forest .morinowa_post_content h1 {
  border-bottom: 1px solid #22ac38;
}
.morinowa_post.house .morinowa_post_content h1 {
  border-bottom: 1px solid #b28247;
}
.morinowa_post.life .morinowa_post_content h1 {
  border-bottom: 1px solid #ed8024;
}
.morinowa_post.special .morinowa_post_content h1 {
  border-bottom: 1px solid #5e9acd;
}
.morinowa_post aside {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 102px;
}
.morinowa_post aside .kakko {
  width: 43px;
  max-width: 100%;
}
.morinowa_post aside .vol_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 0;
  margin: 12px 0 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #653309;
}
.morinowa_post aside .vol_wrap img {
  width: 24px;
}
.morinowa_post aside .vol_wrap p {
  margin-top: 6px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: 0;
  font-family: 'Noto Sans JP';
}
.morinowa_post aside .post_type {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  font-size: 13.5px;
  margin-bottom: 8px;
  letter-spacing: 0.07em;
  line-height: 0;
}
.morinowa_post.forest aside .vol_wrap {
  border-bottom: 1px solid #22ac38;
}
.morinowa_post.house aside .vol_wrap {
  border-bottom: 1px solid #b28247;
}
.morinowa_post.life aside .vol_wrap {
  border-bottom: 1px solid #ed8024;
}
.morinowa_post.special aside .vol_wrap {
  border-bottom: 1px solid #5e9acd;
}
@media (max-width: 599px) {
  .morinowa_post {
    padding: 0 0 0 63px;
    margin-left: -20px;
  }
  .morinowa_post .morinowa_post_content {
    margin-right: -20px;
  }
  .morinowa_post .morinowa_post_content h1 {
    padding: 25px 0 12px;
    font-size: 25px;
    border-bottom: 1px solid #653309;
    margin-bottom: 12px;
  }
  .morinowa_post .morinowa_post_content .morinowa_eye_catch {
    line-height: 0;
    margin-bottom: 35px;
    text-align: center;
  }
  .morinowa_post .morinowa_post_content .morinowa_eye_catch img {
    max-width: 100%;
  }
  .morinowa_post .morinowa_post_content p {
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 32px;
  }
  .morinowa_post .morinowa_post_content a {
    text-decoration: underline;
  }
  .morinowa_post.forest .morinowa_post_content h1 {
    border-bottom: 1px solid #22ac38;
  }
  .morinowa_post.house .morinowa_post_content h1 {
    border-bottom: 1px solid #b28247;
  }
  .morinowa_post.life .morinowa_post_content h1 {
    border-bottom: 1px solid #ed8024;
  }
  .morinowa_post.special .morinowa_post_content h1 {
    border-bottom: 1px solid #5e9acd;
  }
  .morinowa_post aside {
    width: 43px;
  }
  .morinowa_post aside .kakko {
    width: 43px;
    max-width: 100%;
  }
  .morinowa_post aside .vol_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 0;
    margin: 12px 0 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid #653309;
  }
  .morinowa_post aside .vol_wrap img {
    width: 24px;
  }
  .morinowa_post aside .vol_wrap p {
    margin-top: 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1em;
    letter-spacing: 0;
    font-family: 'Noto Sans JP';
  }
  .morinowa_post aside .post_type {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-weight: bold;
    font-size: 13.5px;
    margin-bottom: 8px;
    letter-spacing: 0.07em;
  }
  .morinowa_post.forest aside .vol_wrap {
    border-bottom: 1px solid #22ac38;
  }
  .morinowa_post.house aside .vol_wrap {
    border-bottom: 1px solid #b28247;
  }
  .morinowa_post.life aside .vol_wrap {
    border-bottom: 1px solid #ed8024;
  }
  .morinowa_post.special aside .vol_wrap {
    border-bottom: 1px solid #5e9acd;
  }
}
