@charset "UTF-8";
* {
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  box-sizing: border-box;
  color: #fafbf3;
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400; }

body {
  background-color: #033085;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background: linear-gradient(#033085, #111111, #111111); 
}

body a {
	color: #fafbf3;
}

@media all and (max-width: 890px) {
  body {
    font-size: 14px; } }
a {
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    opacity: 0.7;
    transition: 0.4s; }

ul {
  list-style: none; }

h2 {
  font-weight: 700; }

img {
  display: block;
  width: 100%; }

strong {
  font-weight: 600; }

em {
  font-style: italic; }

/* header ヘッダー
----------------------------------*/
header {
  background-color: rgba(241, 218, 123, 0); }

#header_wrap {
  width: 100%; }
  #header_wrap .inner {
    margin: 0 auto;
    max-width: 1200px; }
    #header_wrap .inner .logo {
      padding: 32px 0 16px; }
      #header_wrap .inner .logo h1 {
        text-align: center;
        color: #f1da7b; 
		font-size: 1.4em;
}
    #header_wrap .inner .gnav {
      width: 100%;
      margin: 0 auto;
      padding: 16px 16px 24px;
      border-top: 1px solid #f1da7b; }
      #header_wrap .inner .gnav ul {
        display: flex;
        flex-wrap: wrap;
        text-align: center;
        justify-content: center; }
        #header_wrap .inner .gnav ul li {
          margin: 0 20px; }
          #header_wrap .inner .gnav ul li a {
            font-size: 0.9rem;
            display: block;
            position: relative;
            transition: 0.4s; }
            #header_wrap .inner .gnav ul li a::after {
              content: '';
              position: absolute;
              display: block;
              height: 1px;
              background-color: #f1da7b;
              width: 90%;
              bottom: -4px;
              left: 5%;
              transform: scale(0, 1);
              transition: 0.4s; }
            #header_wrap .inner .gnav ul li a:hover {
              opacity: 0.7; }
              #header_wrap .inner .gnav ul li a:hover::after {
                transform: scale(1, 1); }

/* header ヘッダー
/* モバイル
----------------------------------*/
@media all and (max-width: 890px) {
  #header_wrap .inner .gnav {
    display: none; } }
/* footer フッター
----------------------------------*/
#footer_wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 16px 32px;
  border-top: 2px dotted rgba(241, 218, 123, 0.6); }
  #footer_wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em; }
    #footer_wrap ul a {
      font-size: 14px;
      padding: 0 8px; }
  #footer_wrap .copyright {
    font-size: 11px;
    text-align: center; }

/* footer フッター
/* モバイル
----------------------------------*/
#footer_wrap {
  padding: 16px 16px 64px; }

/* Swiper
----------------------------------*/
.swiper {
  margin: 0 30px; }

.swiper-wrapper {
  margin-bottom: 32px; }

.swiper-slide-img-background {
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .swiper-slide-img-background img {
    opacity: 0.8; }
  .swiper-slide-img-background:hover img {
    opacity: 1.0;
    transform: scale(1.1, 1.1);
    transition: 0.6s; }

.swiper-post-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0.75em 0.5em; }
  .swiper-post-title h2 {
    font-size: 1.0rem; }

.swiper-pagination-bullet-active {
  background: #fafbf3 !important; }

/* Top トップページ
----------------------------------*/
.post_list_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 16px; }
  .post_list_tab li p {
    display: block;
    padding: 0.8em 1.5em;
    letter-spacing: 0.05em;
    cursor: pointer;
    position: relative;
    transition: 0.4s; }
    .post_list_tab li p::after {
      content: '';
      position: absolute;
      height: 1px;
      background-color: #f1da7b;
      bottom: 0;
      width: 100%;
      left: 0;
      transform: scale(0, 1);
      transition: 0.4s; }
    .post_list_tab li p:hover {
      color: #f1da7b; }
      .post_list_tab li p:hover::after {
        transform: scale(1, 1); }
  .post_list_tab li .active_tab {
    color: #f1da7b; }
    .post_list_tab li .active_tab::after {
      transform: scale(1, 1); }

#post_list {
  max-width: 1000px;
  margin: 2em auto 6em;
  padding: 40px; }
  #post_list .post_list_main_wrap {
    position: relative; }
  #post_list .post_list_thmb_background {
    background-color: #000;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #post_list .post_list_thmb_background .post_list_thmb {
      position: relative; }
      #post_list .post_list_thmb_background .post_list_thmb img {
        width: 100%;
        aspect-ratio: 900 / 600;
        opacity: 0.8; }
      #post_list .post_list_thmb_background .post_list_thmb img:hover {
        opacity: 1.0;
        transition: 0.6s; }
      #post_list .post_list_thmb_background .post_list_thmb .post_list_cat {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        background-color: #f1da7b;
        color: #000;
        font-size: 0.75rem;
        padding: 0.2em 0.35em;
        letter-spacing: 0; }
  #post_list .post_list_body {
    padding: 8px 8px 16px; }
    #post_list .post_list_body h2 {
      font-size: 1.2em; }
    #post_list .post_list_body time {
      font-size: 11px; }
      #post_list .post_list_body time:before {
        font-family: "Font Awesome 5 Free";
        content: "";
        font-weight: 900;
        margin-right: 2px; }
  #post_list .active {
    visibility: visible;
    position: absolute;
    opacity: 1;
    transition-delay: 0s; }

#latest_list,
#popular_list {
  visibility: hidden;
  position: relative;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s, visibility 0s; }

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

.list2 h2 {
	font-size: 1.2rem;
}

.list2 .post_list_body {
	padding: 8px 8px 16px;
}

  .list2 > li,
  .list2 .child {
    width: 48%;
    margin: 0 4% 20px 0;
    background-color: #26282c;
    border: 1px solid #f1da7b; }
    .list2 > li:nth-child(2n),
    .list2 .child:nth-child(2n) {
      margin-right: 0; }
      @media all and (max-width: 890px) {
        .list2 > li:nth-child(2n),
        .list2 .child:nth-child(2n) {
          margin-right: auto; } }
    .list2 > li.pc-only,
    .list2 .child.pc-only {
      display: list-item; }
    .list2 > li.sp-only,
    .list2 .child.sp-only {
      display: none; }
    @media all and (max-width: 890px) {
      .list2 > li,
      .list2 .child {
        width: 100%;
        margin: 0 auto 8px; } }
    .list2 > li.order,
    .list2 .child.order {
      order: 2; }
      @media all and (max-width: 890px) {
        .list2 > li.order,
        .list2 .child.order {
          order: 0; } }
    .list2 > li.center,
    .list2 .child.center {
      display: flex;
      align-items: center; }

/* Top トップページ
/* モバイル
----------------------------------*/
@media all and (max-width: 890px) {
  #post_list {
    margin: 0 auto 4em;
    padding: 20px 16px; } }
/* Single・category・404・page
----------------------------------*/
.single_wrap,
.category_wrap,
.nopage_wrap,
.page_wrap {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto; }

#main_cont {
  width: calc(100% - 320px);
  margin-right: 40px;
  background-color: #111111;
  padding: 32px 40px 40px; }
  #main_cont .main_cont_post {
    padding-bottom: 80px;
    border-bottom: 2px dotted rgba(241, 218, 123, 0.6); }
  #main_cont time {
    font-size: 0.8em;
    display: block;
    margin-bottom: 4px; }
    #main_cont time:before {
      font-family: "Font Awesome 5 Free";
      content: "";
      font-weight: 900;
      margin-right: 2px; }
  #main_cont .category_list_h2 {
    font-size: 1.4rem;
    margin-bottom: 16px; }
  #main_cont #category_list .post_list_thmb_background {
    background-color: #111111;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    #main_cont #category_list .post_list_thmb_background .post_list_thmb {
      position: relative; }
      #main_cont #category_list .post_list_thmb_background .post_list_thmb img {
        width: 100%;
        aspect-ratio: 900 / 600;
        opacity: 0.8; }
      #main_cont #category_list .post_list_thmb_background .post_list_thmb img:hover {
        opacity: 1.0;
        transition: 0.6s; }
      #main_cont #category_list .post_list_thmb_background .post_list_thmb .post_list_cat {
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        background-color: #f1da7b;
        color: #000;
        font-size: 0.75rem;
        padding: 0.2em 0.35em;
        letter-spacing: 0; }
    #main_cont #category_list .post_list_thmb_background .post_list_body time {
      margin-left: 4px; }

#sub_cont {
  width: 280px; }
  #sub_cont .sub_cont_box {
    padding: 8px; }
  #sub_cont .sub_cont_title {
    font-size: 0.9rem;
    display: block;
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 12px;
    border-bottom: 1px solid #f1da7b; }
  #sub_cont .popular_list li {
    margin-bottom: 16px; }
  #sub_cont .thmb_background {
    background-color: #000;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  #sub_cont .thmb {
    position: relative;
    opacity: 0.8; }
    #sub_cont .thmb:hover {
      opacity: 1.0;
      transition: 0.4s; }
  #sub_cont .cat {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.7rem;
    background-color: #f1da7b;
    color: #000;
    padding: 0.2em 0.35em;
    letter-spacing: 0; }
  #sub_cont .list_body {
    padding: 0.5em 0.25em;
    background-color: #26282c; }
  #sub_cont .title {
    font-size: 0.9rem; }

/* Single・category・404・page
/* モバイル
----------------------------------*/
@media all and (max-width: 890px) {
  .single_wrap,
  .category_wrap,
  .nopage_wrap,
  .page_wrap {
    display: block; }

  #main_cont {
    width: 95%;
    margin: 0 auto;
    padding: 16px 20px 40px; }
    #main_cont .main_cont_post h2 {
      font-size: 1.2rem; }
    #main_cont time {
      font-size: 0.7rem; }
    #main_cont .single_time {
      margin-bottom: 16px; }

  #sub_cont {
    width: 95%;
    padding: 16px 20px 40px;
    margin: 0 auto; }
    #sub_cont .sub_cont_box ul li {
      margin-bottom: 0.5rem; } }
/* blog-article
----------------------------------*/
.blog-article_prev_next {
  display: flex;
  flex-wrap: wrap;
  column-gap: 4%;
  margin-top: 32px; }
  .blog-article_prev_next .box {
    min-height: 80px;
    width: 48%;
    position: relative; }
  .blog-article_prev_next .prev::after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    color: #f1da7b;
    top: 45%;
    transform: translateY(-50%);
    right: 8px;
    position: absolute; }
  .blog-article_prev_next .prev a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px;
    padding-right: 32px;
    border-bottom: 1px solid rgba(241, 218, 123, 0.6); }
    .blog-article_prev_next .prev a:hover {
      background-color: rgba(250, 251, 243, 0.02);
      transition: 0.4s; }
  .blog-article_prev_next .next::after {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    color: #f1da7b;
    top: 45%;
    transform: translateY(-50%);
    left: 8px;
    position: absolute; }
  .blog-article_prev_next .next a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 8px;
    padding-left: 32px;
    border-bottom: 1px solid rgba(241, 218, 123, 0.6); }
    .blog-article_prev_next .next a:hover {
      background-color: rgba(250, 251, 243, 0.02);
      transition: 0.4s; }

.box-none {
  min-height: 80px;
  width: 48%;
  opacity: 0; }

/* blog-article
/* モバイル
----------------------------------*/
@media all and (max-width: 890px) {
  .blog-article_prev_next .box a p {
    font-size: 0.7rem; } }
/* breadclumb
----------------------------------*/
.breadcrumb_wrap {
  max-width: 1200px;
  margin: 0 auto 16px;
  padding: 16px 0 8px; }
  .breadcrumb_wrap .breadcrumb {
    display: flex;
    flex-wrap: wrap; }
    .breadcrumb_wrap .breadcrumb li {
      font-size: 0.5rem;
      margin-right: 20px;
      position: relative; }
      .breadcrumb_wrap .breadcrumb li:after {
        content: "／";
        position: absolute;
        right: -14px; }
    .breadcrumb_wrap .breadcrumb .breadcrumb_home:before {
      font-family: "Font Awesome 5 Free";
      content: "";
      font-weight: 900;
      margin-right: 4px; }

/* breadclumb
/* モバイル
----------------------------------*/
@media all and (max-width: 890px) {
  .breadcrumb_wrap {
    width: 95%;
    padding: 8px; } }
/* sp_nav
----------------------------------*/
#sp_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100000;
  height: 100%;
  width: 50%;
  background: rgba(17, 17, 17, 0.9);
  transform: translateX(-100%);
  transition: transform .4s; }
  #sp_nav ul {
    margin-top: 16px;
    font-size: 1.0rem; }
    #sp_nav ul li {
      padding: 0 8px; }
      #sp_nav ul li a,
      #sp_nav ul li p {
        padding: 16px 0;
        display: block;
        border-bottom: 1px solid rgba(241, 218, 123, 0.7); }
      #sp_nav ul li .home::before {
        font-family: "Font Awesome 5 Free";
        content: "";
        font-weight: 900;
        margin-right: 4px; }
      #sp_nav ul li #sp_close::before {
        font-family: "Font Awesome 5 Free";
        content: "";
        font-weight: 900;
        margin-right: 4px; }
      #sp_nav ul li .cate::before {
        font-family: "Font Awesome 5 Free";
        content: "";
        font-weight: 900;
        margin-right: 4px; }
  #sp_nav.open {
    transform: translateX(0%); }

/* sp_bottom_menu
----------------------------------*/
#sp_bottom_menu {
  display: none; }

@media all and (max-width: 890px) {
  #sp_bottom_menu {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(3, 48, 133, 0.6);
    height: 48px; }
    #sp_bottom_menu ul {
      display: flex;
      flex-wrap: wrap;
      width: 100%; }
      #sp_bottom_menu ul li {
        width: 50%; }
        #sp_bottom_menu ul li p {
          display: block;
          text-align: center; }
        #sp_bottom_menu ul li i {
          display: block;
          text-align: center;
          font-size: 1.2rem;
          padding-top: 4px; }
        #sp_bottom_menu ul li .menu::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900; }
        #sp_bottom_menu ul li .top::before {
          font-family: "Font Awesome 5 Free";
          content: "";
          font-weight: 900; } }
/* ページネーション
----------------------------------*/
.pagenation-wrap {
  display: none; }
  .pagenation-wrap.page-active {
    display: block; }

.page-numbers {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .page-numbers li {
    margin: 4px; }
    .page-numbers li .current {
      background-color: #f1da7b;
      border-radius: 50%;
      width: 36px;
      height: 36px;
      border: 1px solid #f1da7b; }
    .page-numbers li a {
      border-radius: 50%;
      width: 36px;
      height: 36px;
      border: 1px solid #f1da7b; }

/*# sourceMappingURL=basis.css.map */
