@charset "UTF-8";
body {
  color: #262A32;
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.75;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  word-wrap: break-word; }

a {
  transition: .3s; }

a:hover {
  opacity: 0.7; }

.inner {
  max-width: 920px;
  margin: 0 auto;
  padding: 0rem 0 0rem 0;
  position: relative; }

@media (max-width: 960px) {
  .inner {
    max-width: 728px; } }

@media (max-width: 768px) {
  .inner {
    max-width: none;
    width: 90%; } }

/*------------
    COMMON
------------*/
.mainHeader {
  z-index: 100;
  position: relative; }
  .mainHeader .header__wrap {
    width: auto;
    min-height: calc(240px - 4rem);
    height: auto;
    margin: 0 auto;
    padding: 2rem 0;
    display: flex;
    /* 縦方向中央揃え（Safari用） */
    align-items: center;
    /* 縦方向中央揃え */
    background-color: #707070;
    background-image: url(../img/header.jpg);
    background-position: center;
    background-size: cover; }
  .mainHeader .header__title {
    font-size: 40px;
    line-height: 1.25;
    font-weight: bold;
    text-align: center;
    -webkit-text-shadow: 0px 0px 8px white, 0px 0px 16px white, 0px 0px 20px white, 0px 0px 24px white;
    text-shadow: 0px 0px 8px white, 0px 0px 16px white, 0px 0px 20px white, 0px 0px 24px white; }
    .mainHeader .header__title a {
      text-decoration: none; }
  .mainHeader .header__description {
    margin-top: 0.5rem;
    text-align: center;
    -webkit-text-shadow: 0px 0px 2px white, 0px 0px 8px white, 0px 0px 12px white;
    text-shadow: 0px 0px 2px white, 0px 0px 8px white, 0px 0px 12px white; }

.navi__wrap {
  position: absolute;
  width: 100%; }
  .navi__wrap.fixed {
    position: fixed;
    top: 0; }

.navi__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .navi__list li {
    width: auto;
    line-height: 60px;
    display: block;
    margin: 0 1rem;
    font-weight: bold;
    word-break: break-all; }
    .navi__list li a {
      text-decoration: none; }

/*PCのスタイル*/
#nav_toggle {
  display: none; }

/*メニュー部分*/
@media screen and (max-width: 960px) {
  nav {
    display: none;
    position: relative;
    width: 100%;
    left: 0; }
  .navi__list {
    display: block;
    width: 100%; }
  .navi__list li {
    line-height: 56px;
    text-align: center;
    border-top: 1px solid #CCCCCC; }
    .navi__list li a {
      display: block; }
  #nav_toggle {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    padding: 16px 0 12px;
    position: relative;
    z-index: 1000;
    cursor: pointer; }
  #nav_toggle div {
    position: relative; }
  #nav_toggle span {
    display: block;
    height: 3px;
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.5s ease-in-out; }
  #nav_toggle span:nth-child(1) {
    top: 0px; }
  #nav_toggle span:nth-child(2) {
    top: 11px; }
  #nav_toggle span:nth-child(3) {
    top: 22px; }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%; }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); } }

main {
  margin: 40px 0 60px;
  padding-top: 40px; }

aside a {
  color: #262A32;
  text-decoration: none; }

.sidebarWrap {
  display: flex;
  flex-wrap: wrap; }

.sidebar__module {
  width: calc(50% - 30px);
  margin-bottom: 40px; }
  .sidebar__module:nth-child(odd) {
    margin-right: 60px; }
  .sidebar__module .sidebar__label {
    font-size: 1.75rem;
    margin-bottom: 1.25rem;
    padding: 12px 0;
    line-height: 1.25;
    text-align: center;
    font-weight: bold; }
  .sidebar__module ul li, .sidebar__module ol li {
    line-height: 1.25;
    margin-bottom: 1rem; }
    .sidebar__module ul li:last-child, .sidebar__module ol li:last-child {
      margin-bottom: 0; }
  .sidebar__module dl {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #CCCCCC; }
    .sidebar__module dl:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border: 0px; }
  .sidebar__module dl dt {
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.25; }
  .sidebar__module dl dd:last-child {
    margin-bottom: 0; }

.sidebar__ranking li {
  left: 32px;
  width: auto;
  display: block;
  position: relative;
  margin-right: 32px; }
  .sidebar__ranking li::before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: -2px;
    left: -32px;
    display: block;
    background-size: 24px;
    background-repeat: no-repeat; }

.sidebar__ranking li:nth-child(1):before {
  background-image: url(../img/ranking_icon01.png); }

.sidebar__ranking li:nth-child(2):before {
  background-image: url(../img/ranking_icon02.png); }

.sidebar__ranking li:nth-child(3):before {
  background-image: url(../img/ranking_icon03.png); }

.sidebar__ranking li:nth-child(4):before {
  background-image: url(../img/ranking_icon04.png); }

.sidebar__ranking li:nth-child(5):before {
  background-image: url(../img/ranking_icon05.png); }

.sidebar__ranking li:nth-child(6):before {
  background-image: url(../img/ranking_icon06.png); }

.sidebar__ranking li:nth-child(7):before {
  background-image: url(../img/ranking_icon07.png); }

.sidebar__ranking li:nth-child(8):before {
  background-image: url(../img/ranking_icon08.png); }

.sidebar__ranking li:nth-child(9):before {
  background-image: url(../img/ranking_icon09.png); }

.sidebar__ranking li:nth-child(10):before {
  background-image: url(../img/ranking_icon10.png); }

.sidebar__comment .sidecomment__blogname {
  font-size: 0.75rem; }

.sidebar__profile .profile__images {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  display: block;
  margin-bottom: 0.5rem;
  background-image: url(../img/profile_images.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto; }

.sidebar__profile .profile__name {
  margin-bottom: 0.5rem;
  line-height: 1.25; }

.sidebar__feed .sidebar__label {
  text-align: left;
  font-size: 1.25rem; }
  .sidebar__feed .sidebar__label::before {
    content: "\f09e";
    font-family: "Font Awesome 5 Free";
    margin-right: 0.5rem; }

.sidebar__neighbor .neighbor__titleList dd {
  font-size: 0.75rem;
  line-height: 1.25;
  margin-left: 20px;
  margin-bottom: 0.5rem;
  display: list-item;
  list-style: disc; }

.sidebar__copy .sidebar__label {
  border: 2px solid #C19969;
  font-size: 1rem;
  font-weight: normal;
  padding: 16px 0; }

@media (max-width: 960px) {
  main {
    padding-top: 0px ;
  }
  .sidebar__module {
    width: calc(50% - 12px); }
    .sidebar__module:nth-child(odd) {
      margin-right: 24px; } }

@media (max-width: 768px) {
  .sidebarWrap {
    display: block; }
  .sidebar__module {
    width: 100%;
    margin-bottom: 2rem; }
    .sidebar__module .sidebar__label {
      font-size: 1.25rem; } }

.mainFooter {
  padding: 40px 0 80px;
  border-top: 1px solid #CCCCCC; }
  .mainFooter .footer__themename {
    text-align: center; }
    .mainFooter .footer__themename .themename__heading {
      margin-right: 0.5rem; }
      .mainFooter .footer__themename .themename__heading:after {
        content: ":";
        margin-left: 0.5rem; }

/*------------
    INDEX
------------*/
.articleWrap {
  display: flex;
  flex-wrap: wrap; }

.article {
  width: 439px;
  margin-bottom: 60px; }
  .article:nth-child(odd) {
    margin-right: 42px; }
  .article .article__thumbnail {
    position: relative;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 16px; }
    .article .article__thumbnail:hover {
      opacity: 0.7;
      transition: .3s; }
    .article .article__thumbnail img {
      width: 439px;
      height: 280px;
      -o-object-fit: cover;
      object-fit: cover; }
  .article .article__title {
    text-align: center;
    font-size: 1.75rem;
    line-height: 1.25;
    margin-bottom: 0.5rem;
    font-weight: bold; }
    .article .article__title a {
      color: #262A32;
      text-decoration: none; }
  .article .article__category {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.25;
    margin-bottom: 0.5rem; }
  .article .article__date {
    text-align: center;
    color: #999999;
    margin-bottom: 0.5rem; }
  .article .article__text {
    margin-bottom: 40px; }
  .article .article__btn {
    font-size: 0.75rem;
    display: block;
    margin: 0 auto;
    width: 204px;
    border: 2px solid #C19969;
    text-decoration: none;
    padding: 10px 0;
    text-align: center; }

.footerNavi {
  width: 100%;
  border-top: 1px solid #CCCCCC;
  padding-top: 40px;
  display: block; }
  .footerNavi ul {
    display: flex;
    justify-content: space-between; }
    .footerNavi ul .footerNavi__prev:before {
      content: "\f0d9";
      font-weight: bold;
      font-family: "Font Awesome 5 Free";
      color: #C19969;
      margin-right: 0.5rem; }
    .footerNavi ul .footerNavi__next:after {
      content: "\f0da";
      font-weight: bold;
      font-family: "Font Awesome 5 Free";
      color: #C19969;
      margin-left: 0.5rem; }
    .footerNavi ul a {
      text-decoration: none; }
    .footerNavi ul i {
      margin: 0 0.25rem; }

@media (max-width: 960px) {
  .article {
    width: calc(50% - 16px); }
    .article:nth-child(odd) {
      margin-right: 24px; }
    .article .article__thumbnail {
      width: 348px;
      height: 222px; }
      .article .article__thumbnail img {
        width: 348px;
        height: 222px; } }

@media (max-width: 768px) {
  .articleWrap {
    display: block; }
  .article {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
    border-bottom: 1px solid #CCCCCC; }
    .article:nth-child(1) {
      padding-top: 0; }
    .article:nth-child(odd) {
      margin-right: 0;
      margin-bottom: 0;
      padding-bottom: 40px; }
    .article .article__thumbnail {
      width: 100%;
      height: auto;
      margin: 0 auto;
      display: block; }
      .article .article__thumbnail img {
        width: 100%;
        height: auto; }
  .footerNavi {
    border: 0px;
    padding-top: 20px; } }

/*------------------------
    ENTRY,WEBPAGE
------------------------*/
.entryHeader, .webpageHeader {
  margin-bottom: 20px; }
  .entryHeader .entry__title, .entryHeader .webpage__title, .webpageHeader .entry__title, .webpageHeader .webpage__title {
    margin-bottom: 1rem; }
  .entryHeader .entry__dateWrap, .webpageHeader .entry__dateWrap {
    max-width: 620px;
    margin: 0 auto; }
  .entryHeader .entry__date, .webpageHeader .entry__date {
    color: #707070; }
  .entryHeader .article__thumbnail {
    text-align: center; }

.entryBody, .webpageBody {
  max-width: 620px;
  margin: 0 auto 40px; }
  .entryBody .entry__more, .webpageBody .entry__more {
    margin: 20px 0 0; }
  .entryBody section *:last-child, .webpageBody section *:last-child {
    margin-bottom: 0; }

.entryFooter, .webpageFooter {
  max-width: 620px;
  margin: 0 auto;
  padding: 0 0 40px;
  border-bottom: 1px solid #CCCCCC; }
  .entryFooter .entryFooter__date, .webpageFooter .entryFooter__date {
    font-size: 0.75rem;
    color: #999999; }
    .entryFooter .entryFooter__date:after, .webpageFooter .entryFooter__date:after {
      content: " ";
      display: block;
      clear: both; }
    .entryFooter .entryFooter__date li, .webpageFooter .entryFooter__date li {
      margin-right: 0.5rem;
      float: left; }
    .entryFooter .entryFooter__date a, .webpageFooter .entryFooter__date a {
      color: #999999; }
    .entryFooter .entryFooter__date .date__author, .webpageFooter .entryFooter__date .date__author {
      margin-right: 1rem; }
      .entryFooter .entryFooter__date .date__author .author__hedding:after, .webpageFooter .entryFooter__date .date__author .author__hedding:after {
        content: "："; }
  .entryFooter .entryFooter__info:after, .webpageFooter .entryFooter__info:after {
    content: " ";
    display: block;
    clear: both; }
  .entryFooter .entryFooter__info li, .webpageFooter .entryFooter__info li {
    float: left;
    margin-right: 1rem; }
  .entryFooter .entryFooter__info .category, .entryFooter .entryFooter__info .comment, .webpageFooter .entryFooter__info .category, .webpageFooter .entryFooter__info .comment {
    color: #C19969; }
    .entryFooter .entryFooter__info .category__hedding:after, .entryFooter .entryFooter__info .comment__hedding:after, .webpageFooter .entryFooter__info .category__hedding:after, .webpageFooter .entryFooter__info .comment__hedding:after {
      content: "："; }
  .entryFooter .footer__sns, .webpageFooter .footer__sns {
    margin-top: 40px;
    width: 100%;
    text-align: center; }
    .entryFooter .footer__sns li, .webpageFooter .footer__sns li {
      display: inline-block;
      margin: 0 6px; }
    .entryFooter .footer__sns li a, .webpageFooter .footer__sns li a {
      width: 36px;
      height: 36px;
      display: block;
      border-radius: 4px; }
    .entryFooter .footer__sns li i, .webpageFooter .footer__sns li i {
      font-size: 20px;
      line-height: 36px;
      color: #ffffff; }
    .entryFooter .footer__sns li .sns__twitter, .webpageFooter .footer__sns li .sns__twitter {
      background-color: #55acee; }
    .entryFooter .footer__sns li .sns__fb, .webpageFooter .footer__sns li .sns__fb {
      background-color: #315096; }
    .entryFooter .footer__sns li .sns__pocket, .webpageFooter .footer__sns li .sns__pocket {
      background-color: #EB4459; }

.comment__module {
  max-width: 620px;
  margin: 0 auto;
  padding: 40px 0; }
  .comment__module .comment__label {
    font-size: 1.75rem;
    line-height: 1.25;
    margin-bottom: 16px;
    font-weight: bold; }

.entryComment .entryComment__name {
  font-weight: bold; }
  .entryComment .entryComment__name .commentname__hedding::after {
    content: "：";
    font-weight: normal; }
  .entryComment .entryComment__name a {
    text-align: underline; }

.entryComment .entryComment__date {
  font-size: 12px;
  color: #999999; }

.entryComment .entryComment__body {
  margin-top: 16px; }

.entryComment ol li {
  margin: 0 auto 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCCCCC; }
  .entryComment ol li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

.entryPost {
  border-top: 1px solid #CCCCCC; }
  .entryPost ul li {
    margin-bottom: 20px; }
  .entryPost ul li input {
    height: 1.25rem; }
  .entryPost input {
    width: 100%; }
  .entryPost .input__checkbox {
    display: none; }
    .entryPost .input__checkbox + span {
      padding-left: 28px;
      position: relative;
      margin-right: 20px; }
    .entryPost .input__checkbox + span::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background-color: #707070; }
    .entryPost .input__checkbox:checked + span::after {
      content: "";
      display: block;
      position: absolute;
      top: -2px;
      left: 5px;
      width: 6px;
      height: 14px;
      -webkit-transform: rotate(40deg);
              transform: rotate(40deg);
      border-bottom: 3px solid #ffffff;
      border-right: 3px solid #ffffff; }
  .entryPost textarea {
    width: 100%;
    border: 1px solid #CCCCCC; }
  .entryPost input[type="button"], .entryPost input[type="submit"] {
    width: 80px;
    height: 36px;
    font-size: 1rem;
    line-height: 36px;
    text-align: center;
    background-color: #707070;
    color: #ffffff;
    border: 0px;
    margin: 0 4px; }

    @media (max-width: 768px) {
      .entryFooter h4, .webpageFooter h4 {
        font-size: 1.125rem; } }

/*------------
    ARCHIVES
------------*/
.archives__title {
  font-size: 1.5rem;
  line-height: 1.25;
  padding-bottom: 12px;
  font-weight: bold;
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 20px; }

/*------------
    WYSIWYG
------------*/
.wysiwyg h1 {
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center; }

.wysiwyg h2 {
  font-size: 1.75rem;
  line-height: 1.25;
  color: #999999;
  margin-bottom: 20px; }

.wysiwyg h3 {
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 1rem; }

.wysiwyg h4 {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #999999;
  font-weight: normal;
  margin-bottom: 0.5rem; }

.wysiwyg h5 {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
  margin-bottom: 0.5rem; }

.wysiwyg p {
  margin-bottom: 20px; }

.wysiwyg strong {
  font-weight: bold; }

.wysiwyg em {
  font-style: italic; }

.wysiwyg img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem; }

.wysiwyg hr {
  height: 0px;
  margin: 20px 0;
  border: none;
  border-top: 1px solid #CCCCCC; }

.wysiwyg .underline {
  text-decoration: underline; }

.wysiwyg .linethrough {
  text-decoration: line-through; }

.wysiwyg blockquote {
  margin-bottom: 2rem;
  margin-left: 0.5rem;
  padding-left: 20px;
  color: #999999;
  display: block;
  position: relative; }
  .wysiwyg blockquote::before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    top: 0px;
    left: 0;
    background-color: #CCCCCC;
    position: absolute; }

.wysiwyg ul {
  margin-bottom: 1rem;
  margin-left: 1.5rem; }
  .wysiwyg ul li {
    list-style: disc; }

.wysiwyg ol {
  margin-bottom: 1rem;
  margin-left: 1.5rem; }
  .wysiwyg ol li {
    list-style: decimal; }

@media (max-width: 768px) {
  .wysiwyg h2 {
    font-size: 1.5rem; }
  .wysiwyg h4 {
    font-size: 1.125rem; } }

.articleWrap.fixedtotop .article {
  flex: 1;
  margin-right: 0;
  padding: 1.5rem;
  position: relative; }
  .articleWrap.fixedtotop .article:before {
    content: "Pick up";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 1rem; }
.articleWrap.fixedtotop .article__thumbnail {
  margin: 0 auto 16px; }

@media (max-width: 768px) {
  .articleWrap.fixedtotop {
    margin-bottom: 2rem; }
  .articleWrap.fixedtotop .article {
    padding: 3rem 1rem 2rem;
    width: calc(100% - 2rem);
    margin: 0 auto; }
}
