@charset "UTF-8";
/*pc_base*/
body {
  min-width: 1000px;
  position: relative;
}

#ga {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  color: #f00;
}

/* =============================================================
    custom pc(共通CSSにあって値を変更したいもの、独自に設定したいものを記述)
============================================================= */
.floatL {
  float: left;
  margin: 0 2em 2em 0;
}

.floatR {
  float: right;
  margin: 0 0 2em 2em;
}

.rtxtC {
  text-align: center;
}

.rbr-pc {
  display: none;
}

/* section */
.sec {
  margin-bottom: 100px;
  padding: 0;
  position: relative;
}

.sec-inner:not(:last-child) {
  margin-bottom: 60px;
}

/* title */
.title-1 {
  background: url("svg/icon_pickup.svg") no-repeat left 5px top 50%/18px;
  color: #e35489;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: left;
  margin: 0 0 20px;
  padding: 0 0 0 30px;
}

.title-2 {
  color: #096;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 35px;
}

.title-3 {
  color: #096;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  margin: 0 0 30px;
  padding: 0 0 0 20px;
}

.title-3::before {
  content: "";
  width: 6px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
}

.title-4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 30px;
}

/* table */
.table-1 th, .table-1 td, .post-contents table th, .post-contents table td {
  border: 1px solid #d2d2d2;
  padding: 20px 10px;
}
.table-1 th, .post-contents table th {
  width: 20%;
}

.wparts {
  display: inline-block;
  width: 60px;
}

.comments {
  text-indent: -1em;
  padding-left: 1em;
}

/* button */
.btn-wrap {
  text-align: center;
}

a.btn-1 {
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  padding: 12px 40px;
  min-width: 240px;
}

.link-btn {
  border: 1px solid #595959;
  border-radius: 25px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none !important;
  padding: 10px 50px;
}

/* =============================================================
    wrap,box
============================================================= */
.content-wrap {
  padding: 0 0 80px;
}

.header-wrap,
.mainnav,
.content-wrap,
.footer-inner {
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
}

.content {
  float: right;
  width: 665px;
  padding: 0;
}

.footer-inner {
  width: 100%;
}
.footer-inner .gnav-wrap {
  margin-bottom: 15px;
}

/* =============================================================
    header
============================================================= */
.header-wrap {
  text-align: center;
  padding: 110px 0;
  position: relative;
  background: url("images/main_bg.jpg") 0 0 no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
  background-position: center center;
}

/* header-desc
--------------------------------- */
.header-desc {
  font-size: 1.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* header-logo
--------------------------------- */
.logo {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
}
.logo:nth-child(2) {
  position: absolute;
  bottom: 8%;
}

/* main navi
--------------------------------- */
.gnav {
  background: #313131;
}

.mainnav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mainnav .current {
  opacity: 0.6;
}
.mainnav > li {
  flex: 1 1 auto;
}
.mainnav > li > a {
  display: block;
  padding: 12px 20px;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 13px;
}
.mainnav > li:first-child a {
  background: url("svg/icon_home.svg") no-repeat left 35px top 50%/15px 22px;
  font-size: 0;
  padding-top: 35px;
}

/* =============================================================
    sidebar
============================================================= */
.sidebar {
  width: 280px;
  float: left;
}

.side-sec {
  margin-bottom: 30px;
  display: block;
}

.side-sec.side-archive-list {
  list-style: none;
}

.side-title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  margin-bottom: -1px;
  padding: 9px 10px;
  background: linear-gradient(-135deg, #e12a68, #3a59bf);
  color: #fff;
}

.serch-form-wrapper::after {
  display: none;
}

#searchform {
  position: relative;
}

#searchbox {
  border: 1px solid #ededed;
  box-sizing: border-box;
  font-size: 1.4rem;
  padding: 10px 40px 10px 10px;
  width: 100%;
}

#sb {
  width: 35px;
  height: 35px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
}

#searchsubmit {
  background: url("svg/icon_search.svg") no-repeat center 50%/17px;
  border: none;
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.post-list-ranking {
  border: 1px solid #ccc;
  padding: 0 10px;
}
.post-list-ranking .post-list-box {
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
  position: relative;
}
.post-list-ranking .post-list-box:last-child {
  border-bottom: none;
}
.post-list-ranking .ranking-no {
  border-bottom: 4px solid #096;
  border-radius: 50%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  width: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 100;
}
.post-list-ranking .post-img {
  width: 70px;
  float: left;
}
.post-list-ranking .post-list-inner {
  width: 160px;
  float: right;
}
.post-list-ranking .post-list-date {
  font-size: 1.2rem;
}
.post-list-ranking .cat-name {
  background: #096;
  border-radius: 3px;
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 2px 10px;
}

.post-list-title a {
  font-weight: 700;
}

.side-nav li {
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  position: relative;
}
.side-nav a {
  display: block;
  padding: 10px;
}
.side-nav p {
  margin: 20px auto 0;
  text-align: center;
  padding: 0;
}

.side-profile-list p {
  padding: 15px;
}
.side-profile-list p:first-child {
  text-align: center;
}

.side-box {
  margin: 0 0 20px;
}

.post-count {
  background: #fff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  position: absolute;
  right: 20px;
  margin: auto;
  text-align: center;
  line-height: 23px;
  vertical-align: middle;
  font-size: 1.2rem;
  color: #a6a5a5;
}

/* =============================================================
    footer
============================================================= */
.footer-wrap {
  padding: 0 0 15px;
  text-align: center;
}

/* footer nav
--------------------------------- */
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 45px;
}

.footer-nav-title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-right: .5em;
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  width: 1020px;
}
.footer-nav-list li {
  border-right: 1px solid #9b9b9b;
  line-height: 1.2;
  margin: 0;
  margin-bottom: 10px;
  padding: 0 10px;
}
.footer-nav-list li:last-child {
  border-right: none;
}

/* copyright
--------------------------------- */
.copyright {
  display: block;
  font-size: 1.1rem;
}

/* pagetop
--------------------------------- */
#pagetop {
  background: url(images/btn_pagetop.png) no-repeat;
  display: block;
  padding: 35px 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  text-decoration: none;
  width: 100px;
  position: fixed;
  bottom: 20px;
  right: 0;
}
#pagetop:hover {
  opacity: 0.8;
  text-decoration: none;
}
#pagetop.on {
  opacity: 1;
  visibility: visible;
}

@keyframes pagetop_anime {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  40% {
    opacity: .5;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*pc_home*/
/* =============================================================
    home
============================================================= */
.pane {
  height: 230px;
  overflow: hidden;
}

/* home add
--------------------------------- */
/*pc_page*/
/* =============================================================
	page
============================================================= */
/* float-box 
--------------------------------- */
.float-box-inner {
  width: 600px;
}

.float-box-inner.l {
  float: left;
}

.float-box-inner.r {
  float: right;
}

/* =============================================================
	search
============================================================= */
.search-results-sec .cat-name {
  background: #096 url("svg/icon_folder.svg") no-repeat left 10px top 50%/15px;
  border-radius: 3px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 20px;
  padding: 5px 10px 5px 30px;
}

/* =============================================================
	404
============================================================= */
.page404-title {
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 30px;
}

.page404 {
  text-align: center;
  line-height: 1.6;
  padding: 60px 0;
}

.page404-title {
  font-size: 30px;
}

/*pc_post*/
/* =============================================================
    post
============================================================= */
/*archive*/
.post-list-1, .post-list-2 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.post-list-1 a, .post-list-2 a {
  display: block;
}
.post-list-1 .post-list-box, .post-list-2 .post-list-box {
  overflow: hidden;
  width: 320px;
  margin: 0 25px 60px 0;
}
.post-list-1 .post-list-box:nth-child(2n), .post-list-2 .post-list-box:nth-child(2n) {
  margin-right: 0;
}
.post-list-1 .post-img, .post-list-2 .post-img {
  position: relative;
  background: linear-gradient(-135deg, #260366, #a858db);
}
.post-list-1 .post-band, .post-list-2 .post-band {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 15px 3px 25px;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0.8;
  position: absolute;
  height: 30px;
}
.post-list-1 .post-band a, .post-list-2 .post-band a {
  color: #fff;
}
.post-list-1 .post-list-inner a, .post-list-2 .post-list-inner a {
  padding: 5px 0;
}
.post-list-1 .post-list-title, .post-list-2 .post-list-title {
  font-weight: 700;
  font-size: 19px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.post-list-1 .post-list-date, .post-list-2 .post-list-date {
  font-size: 1rem;
  margin-bottom: 10px;
  background: #000 url("svg/icon_calendar.svg") no-repeat left 5px top 50%/15px;
  padding-left: 25px;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  top: 6px;
}
.post-list-1 p, .post-list-2 p {
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 1.4;
}

.post-list-2 .post-list-box {
  position: relative;
}
.post-list-2 .post-list-date {
  font-size: 1rem;
  margin-bottom: 10px;
  background: #000 url("svg/icon_calendar.svg") no-repeat left 15px top 50%/15px;
  padding-left: 40px;
  position: absolute;
  top: 210px;
  right: 0;
  width: 100%;
  color: #fff;
  height: 30px;
  opacity: 0.8;
  line-height: 3;
}

.post-list-title {
  line-height: 1.2;
}

.attention-posts {
  overflow: hidden;
  margin-bottom: 50px;
}
.attention-posts .post-list-inner {
  padding: 5px 0;
  position: relative;
}
.attention-posts .post-list-title a {
  font-size: 1.4rem;
  font-weight: bold;
}
.attention-posts .cat-name {
  color: #fff;
  font-size: 1.0rem;
  font-weight: normal;
  width: 100%;
  text-align: left;
  margin: auto;
  padding: 6px 0 0 35px;
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  opacity: 0.8;
  height: 30px;
  background: #000 url("svg/icon_folder.svg") no-repeat left 15px top 50%/13px;
}

.attention-posts-inner .slick-next {
  right: 38%;
}
.attention-posts-inner .slick-prev {
  left: 38%;
}
.attention-posts-inner article {
  margin: 0 18.5px;
}

.cat-name {
  cursor: pointer;
  background: #000 url("svg/icon_folder.svg") no-repeat left 5px top 50%/13px;
  padding-left: 25px;
  position: absolute;
  width: 50%;
  left: 20px;
  top: 6px;
  font-size: 1rem;
}

/*single*/
.post-title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.post-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.post-info li {
  line-height: 1;
  margin-right: 1em;
}

.eyecatch {
  margin-bottom: 50px;
}

/* prev next
--------------------------------- */
.pn-prev {
  padding: 15px 15px 15px 75px;
}

.pn-next {
  padding: 15px 75px 15px 15px;
}

.single a.pn-prev::before,
.single a.pn-next::before {
  content: "";
  height: 75%;
  width: 1px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.single a.pn-prev::before {
  left: 62px;
}

.single a.pn-next::before {
  right: 62px;
}

.pn-label {
  margin: auto;
  position: absolute;
  bottom: 0;
  top: 0;
}

a.pn-prev:hover,
a.pn-next:hover {
  background: rgba(0, 45, 212, 0.1);
}

.pn-prev .pn-label {
  left: 10px;
}

.pn-next .pn-label {
  right: 10px;
}

/* Pagination
--------------------------------- */
.pagination {
  clear: both;
  padding: 30px 0 10px;
  position: relative;
  font-size: 1.4rem;
  text-align: center;
}
.pagination span, .pagination a {
  color: #222f5a;
  display: inline-block;
  text-decoration: none;
  margin: 0 4px;
  padding: 8px 16px;
  width: auto;
}

/*pc_effect*/
/* =============================================================
    effect
============================================================= */
a {
  transition: all .2s ease-out;
}

.scale {
  overflow: hidden;
}
.scale img {
  transition: transform .4s ease-out;
}

.scale:hover img {
  transform: scale(1.1);
}

/* button */
a.btn-1:hover {
  background-color: #0b7;
}

.link-btn:hover {
  color: #595959;
  background-color: rgba(89, 89, 89, 0.2);
}

.post-list-ranking .cat-name:hover,
.search-results-sec .cat-name:hover {
  background-color: #0b7;
}
