@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}


/*common*/
body {
  font-family: "M PLUS 1", "Noto Sans JP", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

.wrap {
  max-width: 1080px;
  position: relative;
}


@media screen and (max-width: 834px) {
  .wrap {
    padding: 0 20px;
  }
}

.main {
  width: 710px;
  padding: 0;
}

body.archive .main {
  width: 100%;
}

.main, .sidebar, .footer {
  background-color: transparent;
}

.sidebar {
  width: 300px;
  padding: 0;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

@media screen and (max-width: 1080px) {
  .main {
    width: 100%;
  }

  .sidebar {
    width: 100%;
    margin-top: 60px;
  }
}

@media screen and (max-width: 1023px) {
  .sidebar {
    display: block;
  }

  .no-mobile-sidebar .sidebar {
    display: flex;
    flex-direction: column;
    margin-top: 60px;
  }
}

@media screen and (max-width: 834px) {
  main.main, div.sidebar {
    padding: 0;
  }

  .container {
    overflow-x: hidden;
  }

  .mobile-menu-buttons {
    display: none;
  }
}

.btn {
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  height: 100px;
  max-width: 587px;
  font-size: 32px;
  width: 100%;
  border: none;
  padding: 0;
}

.btn.green {
  background-color: #24915A;
}

.btn.orange {
  background-color: #EB5919;
}

.btn.mini {
  width: 308px;
  height: 52px;
  font-size: 24px;
}

.content {
  position: relative;
  z-index: 1;
}

.content-in {
  margin-top: 60px;
}

@media screen and (max-width: 834px) {
  .content-in {
    margin-top: 10px;
  }
}

.entry_all_btn {
  background-color: #EB5919;
  color: #fff;
  height: 70px;
  width: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 32px;
  margin: 0 auto 50px;
  text-decoration: none;
  border-radius: 35px;
  border: 2px solid #fff;
}

@media screen and (max-width: 834px) {
  .entry_all_btn {
    height: 40px;
    width: 220px;
    font-size: 14px;
  }
}

h2 {
  padding-left: 30px;
  color: #715954;
  position: relative;
  margin-bottom: 30px;
  font-size: 32px;
  display: block;
}

h2:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 15px;
  height: 53px;
  background-color: #EB5919;
}

@media screen and (max-width: 834px) {
  h2 {
    font-size: 22px;
  }

  h2:before {
    width: 10px;
    height: 30px;
  }
}

.more_btn {
  color: #fff;
  font-weight: 600;
  width: 605px;
  height: 68px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #24915A;
  text-decoration: none;
  margin: 0 auto;
}

.more_btn img {
  width: 160px;
  margin-right: 20px;
}

@media screen and (max-width: 834px) {
  .more_btn {
    width: 270px;
    height: 43px;
    font-size: 14px;
  }

  .more_btn img {
    width: 90px;
    margin-right: 10px;
  }
}

.category.living {
  background-color: #A9B64F !important;
}

.category.health {
  background-color: #56ADC0 !important;
}

.category.childcare {
  background-color: #D58284 !important;
}

.sp {
  display: none;
}

@media screen and (max-width: 834px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

/*breadcrumbs*/
.fa-home:before {
  content: none;
}

.fa-folder:before {
  content: ">";
}

.breadcrumb a {
  color: #715954;
}

@media screen and (max-width: 834px) {
  .breadcrumb {
    display: flex;
  }

  .breadcrumb .sp {
    display: none;
  }
}

/*header*/
.header {
  position: relative;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1);
}

.header-in {
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 20px 0;
}

@media screen and (max-width: 834px) {
  .header-in {
    justify-content: flex-start;
    padding: 20px 20px;
  }
}

.header-in .logo {
  width: 500px;
  line-height: 1;
}

@media screen and (max-width: 834px) {
  .header-in .logo {
    width: 250px;
  }
}

.nav_btn {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 10;
}

.nav_btn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 2px;
  background: #333333;
  width: 100%;
}

@media screen and (max-width: 834px) {
  .nav_btn span {
    width: 90%;
  }
}

.nav_btn span:nth-of-type(1) {
  top: 10px;
}

.nav_btn span:nth-of-type(2) {
  top: 23px;
}

.nav_btn span:nth-of-type(3) {
  top: 36px;
}

.nav_btn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

.nav_btn.active span:nth-of-type(2) {
  opacity: 0;
}

.nav_btn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

#g-nav {
  position: fixed;
  z-index: 9;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #fff;
  transition: all 0.6s;
}

#g-nav.panelactive {
  right: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20vh 0;
  box-sizing: border-box;
}

#g-nav .nav_conts_logo {
  width: 251px;
  margin: 0 auto 60px;
}

#g-nav .nav_conts_logo {
  width: 250px;
  margin: 0 auto 60px;
}

#g-nav ul {
  padding: 0;
}

#g-nav li {
  list-style: none;
  text-align: center;
  margin-bottom: 40px;
}

#g-nav li a {
  color: #fff;
  width: 220px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 auto;
}

#g-nav li:nth-of-type(1) a {
  background-color: #D58284;
}

#g-nav li:nth-of-type(2) a {
  background-color: #A9B64F;
}

#g-nav li:nth-of-type(3) a {
  background-color: #56ADC0;
}

#g-nav .nav_conts_sns {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 60px auto 0;
}

#g-nav .nav_conts_sns a {
  width: 30px;
}

#g-nav .nav_conts_sns a img {
  width: 100%;
}

/*sidebar*/
.side_insta {
  background-color: #D58284;
  border-radius: 20px;
  padding: 35px;
  margin-top: 40px;
}

.side_insta .logo_icon {
  display: block;
  width: 90px;
  margin: 0 auto 10px;
}

.side_insta .in {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.side_insta .img {
  margin-bottom: 10px;
}

.side_insta .btn {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #EB5919;
  font-weight: 600;
  font-size: 13px;
  height: 40px;
  margin: 0 auto;
}

.side_insta .btn img {
  width: 26px;
  margin-right: 5px;
}

.side_ranking {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 834px) {
  .side_ranking {
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
  }
}

.side_ranking_conts {
  background-color: #f6f8ed;
  border-radius: 20px;
  padding: 20px;
  margin-top: 40px;
}

@media screen and (max-width: 834px) {
  .side_ranking_conts {
    background-color: transparent;
    background-image: url(./imgaes/side_ranking_bg.svg);
    background-size: cover;
    order: -1;
    margin-left: -20px;
    width: calc(100% + 40px);
    border-radius: 0;
    padding: 40px 20px 20px;
    margin-bottom: 40px;
  }
}

.side_ranking_title {
  width: 192px;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .side_ranking_title {
    width: 100%;
    font-weight: 600;
    padding-left: 15px;
    border-left: 10px solid #EB5919;
    font-size: 18px;
    margin-bottom: 20px;
    color: #715954;
  }
}

.side_ranking .entry-card-wrap {
  width: 100%;
  position: relative;
  overflow: visible;
}

.side_ranking .entry-card {
  display: flex;
}

.side_ranking .entry-card-wrap .entry-card-thumb {
  width: 125px;
  height: 125px;
}

.side_ranking .entry-card-wrap .entry-card-thumb img {
  width: 125px;
  height: 125px;
  object-fit: cover;
}

.side_ranking .entry-card-wrap .entry-card-content {
  flex: 1;
  padding: 5px 5px 5px 10px;
}

.side_ranking .entry-card-wrap .entry-card-title {
  margin-bottom: 0;
  font-size: 14px;
  -webkit-line-clamp: 4;
  line-height: 1.4;
}

.side_ranking .e-card-categorys {
  margin-bottom: 5px;
}

.side_ranking .e-card-categorys .category {
  height: 20px;
}

.side_ranking .entry-card-wrap:before {
  width: 38px;
  height: 32px;
  position: absolute;
  top: -10px;
  left: -5px;
  content: '';
  background-size: 100% auto;
  display: inline-block;
  background-image: url(./imgaes/ranking_icon01.svg);
  background-repeat: no-repeat;
  z-index: 1;
}

.side_ranking .entry-card-wrap:nth-child(1):before {
  background-image: url(./imgaes/ranking_icon01.svg);
}

.side_ranking .entry-card-wrap:nth-child(2):before {
  background-image: url(./imgaes/ranking_icon02.svg);
}

.side_ranking .entry-card-wrap:nth-child(3):before {
  background-image: url(./imgaes/ranking_icon03.svg);
}

.side_ranking .entry-card-wrap:nth-child(4):before {
  background-image: url(./imgaes/ranking_icon04.svg);
}

.side_ranking .entry-card-wrap:nth-child(5):before {
  background-image: url(./imgaes/ranking_icon05.svg);
}

.side_ranking .entry-card-wrap:after {
  width: 38px;
  height: 32px;
  position: absolute;
  top: -5px;
  left: -5px;
  content: '';
  background-size: 100% auto;
  display: inline-block;
  background-image: url(./imgaes/ranking_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12.9px 19.4px;
  z-index: 2;
}

.side_ranking .entry-card-wrap:nth-child(1):after {
  background-image: url(./imgaes/ranking_01.svg);
}

.side_ranking .entry-card-wrap:nth-child(2):after {
  background-image: url(./imgaes/ranking_02.svg);
}

.side_ranking .entry-card-wrap:nth-child(3):after {
  background-image: url(./imgaes/ranking_03.svg);
}

.side_ranking .entry-card-wrap:nth-child(4):after {
  background-image: url(./imgaes/ranking_04.svg);
}

.side_ranking .entry-card-wrap:nth-child(5):after {
  background-image: url(./imgaes/ranking_05.svg);
}

.side_keyword {
  margin-top: 40px;
}

@media screen and (max-width: 834px) {
  .side_keyword {
    margin-top: 20px;
    margin-bottom: 40px;
    order: -1;
  }
}

.side_keyword_title {
  color: #715954;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}

.side_keyword_title img {
  width: 194px;
}

.side_keyword .top_keyword_list ul li {
  font-size: 12px;
  padding: 3px 10px;
}

.side_keyword .top_keyword_list ul li a {
  font-size: 12px;
}



/*main_slider*/
.main_slider {
  padding: 20px 0 130px;
  background-image: url(./imgaes/main_slider_bg.svg);
  background-size: cover;
}

.main_slider .slick-slider {
  padding: 0;
}

@media screen and (max-width: 834px) {
  .main_slider {
    background-image: url(./imgaes/main_slider_bg_sp.svg);
    padding: 20px 0 10px;
    margin-bottom: 30px;
  }
}

.main_slider .slick-center {
  margin-right: 40px;
  margin-left: 40px;
}

.main_slider .slick-slide {
  width: 702px;
  height: 530px;
  position: relative;
}

.main_slider .slick-slide img {
  width: 702px;
  height: 480px;
  object-fit: cover;
  border-radius: 30px;
  border: 10px solid #F3F0E8;
  box-sizing: border-box;
}

.main_slider .slick-slide .info {
  position: absolute;
  background-color: #fff;
  width: 590px;
  min-height: 118px;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 15px;
  right: 25px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .main_slider .slick-slide {
    width: 380px;
    height: 332px;
  }

  .main_slider .slick-slide img {
    width: 340px;
    height: 210px;
  }

  .main_slider .slick-slide .img {
    position: relative;
    z-index: 2;
    width: 340px;
    height: 210px;
    margin: 0 auto;
  }

  .main_slider .slick-slide .info {
    width: 380px;
    z-index: 1;
    padding: 30px 15px 15px;
    right: 0;
    border-radius: 0;
  }
}

.main_slider .slick-slide .info .title {
  color: #715954;
  font-size: 18px;
  line-height: 1.4;
}

.main_slider .slick-slide .info .sub {
  display: flex;
  margin-top: auto;
}

.main_slider .slick-slide .info .sub .cat {
  display: flex;
  margin-right: 20px;
  align-items: center;
}

.main_slider .slick-slide .info .sub .cat .category {
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 20px;
  font-size: 14px;
  color: #F3F0E8;
  background-color: #56ADC0;
}

.main_slider .slick-slide .info .sub .date {
  font-size: 14px;
  color: #715954;
}

.main_slider .slick-dots {
  position: absolute;
  bottom: 26px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  max-width: 100px;
  left: calc(50% - 365px);
}

@media screen and (max-width: 834px) {
  .main_slider .slick-dots {
    bottom: -20px;
    display: block !important;
    margin: 0 auto;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.main_slider .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0;
}

.main_slider .slick-dots li button:before {
  content: '〇';
  opacity: 1;
  color: #fff;
}

.main_slider .slick-dots li.slick-active button:before {
  content: '●';
  opacity: 1;
  color: #fff;
}

.main_slider .slick-next {
  bottom: 14px;
  left: calc(50% - 284px);
  top: auto;
  z-index: 2;
}

.main_slider .slick-prev {
  bottom: 14px;
  left: calc(50% - 362px);
  top: auto;
  z-index: 2;
}

@media screen and (max-width: 834px) {
  .main_slider .slick-next {
    bottom: -33px;
    right: 20px;
    left: auto;
    top: auto;
  }

  .main_slider .slick-prev {
    bottom: -33px;
    left: 20px;
    top: auto;
  }
}

.main_slider .slick-next:before {
  opacity: 1;
  content: '';
  height: 18px;
  width: 9px;
  background-size: 100% auto;
  display: inline-block;
  background-image: url(./imgaes/main_slider_next.svg);
  background-repeat: no-repeat;
}

.main_slider .slick-prev:before {
  opacity: 1;
  content: '';
  height: 18px;
  width: 9px;
  background-size: 100% auto;
  display: inline-block;
  background-image: url(./imgaes/main_slider_prev.svg);
  background-repeat: no-repeat;
}


.main-top-bnr {
  margin: 40px auto;
}

/*entry-card-wrap*/
.ect-entry-card {
  display: flex;
  gap: 35px;
  flex-direction: row;
  flex-wrap: wrap;
}

.entry-card-wrap {
  border-radius: 20px;
  background-color: #FBF9F5;
  width: calc((100% - 35px) / 2);
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 834px) {
  .entry-card-wrap {
    width: 100%;
    position: relative;
  }
}

.entry-card-thumb {
  width: 100%;
  height: 215px;
  margin: 0;
  float: none;
}

.entry-card-thumb img {
  width: 100%;
  height: 215px;
  object-fit: cover;
  border-radius: 20px;
}

.entry-card-content {
  padding: 15px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

.related-entry-card-title, .entry-card-title {
  color: #715954;
  width: 100%;
  margin-bottom: 10px;
}

.related-entry-card-meta, .entry-card-meta {
  display: flex;
  position: static;
}

.e-card-categorys {
  display: flex !important;
}

.e-card-categorys .category {
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-radius: 20px;
  font-size: 14px;
  color: #F3F0E8;
  background-color: #56ADC0;
}

.entry-date {
  font-size: 13px;
  margin-left: 10px;
  color: #715954;
  opacity: 0.7;
}


/*トップページ*/
.front-page-type-index {
  margin-bottom: 80px;
  position: relative;
}

body.home .top_new_list:before {
  height: 699px;
  position: absolute;
  top: 240px;
  left: 0;
  content: '';
  background-size: 380px auto;
  display: inline-block;
  background-image: url(./imgaes/top_new_list_bg02.svg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 100vw;
  margin: 0 calc(50% - 38vw);
  z-index: -1;
}

body.home .top_new_list:after {
  height: 699px;
  position: absolute;
  top: -126px;
  right: 0;
  content: '';
  background-size: 380px auto;
  display: inline-block;
  background-image: url(./imgaes/top_new_list_bg01.svg);
  background-repeat: no-repeat;
  background-position: top right;
  width: 100vw;
  margin: 0 calc(50% - 62vw);
  z-index: -1;
}

@media screen and (max-width: 834px) {
  body.home .top_new_list:before {
    width: 140px;
    height: 180px;
    position: absolute;
    top: 251px;
    right: -20px;
    left: auto;
    content: '';
    background-size: 100% auto;
    display: inline-block;
    background-image: url(./imgaes/front-page-type-index_bg_sp.svg);
    background-repeat: no-repeat;
    margin: 0;
  }

  body.home .top_new_list:after {
    width: 140px;
    height: 239px;
    position: absolute;
    left: -20px;
    top: 625px;
    margin: 0;
    content: '';
    background-size: 100% auto;
    display: inline-block;
    background-image: url(./imgaes/front-page-type-index_bg_sp02.svg);
    background-repeat: no-repeat;
    z-index: -1;
  }
}

.top_ranking_conts {
  position: relative;
  padding-top: 40px;
  margin-bottom: 120px;
}

.top_ranking_conts:before {
  margin: 0 calc(50% - 50vw);
  width: 113vw;
  height: 850px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-size: cover;
  display: inline-block;
  background-image: url(./imgaes/top_ranking_bg.svg);
  background-repeat: no-repeat;
}

@media screen and (max-width: 834px) {
  .top_ranking_conts:before {
    background-image: url(./imgaes/top_ranking_bg_sp.svg);
    height: 973px;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px;
  }
}

.top_ranking {
  display: flex;
  gap: 35px 20px;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 30px;
  background-color: #fff;
  position: relative;
  border-radius: 20px;
}

.top_ranking .entry-card-wrap {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  position: relative;
  display: list-item;
}

@media (max-width: 768px) {
  .hidden {
    display: flex;
  }
}

@media screen and (max-width: 834px) {
  .top_ranking {
    padding: 20px;
    gap: 20px 20px;
  }

  .top_ranking .entry-card-wrap {
    width: 100%;
  }

  .top_ranking .entry-card {
    display: flex;
  }
}

.top_ranking .entry-card-wrap:before {
  width: 38px;
  height: 32px;
  position: absolute;
  top: 5px;
  left: 5px;
  content: '';
  background-size: 100% auto;
  display: inline-block;
  background-image: url(./imgaes/ranking_icon01.svg);
  background-repeat: no-repeat;
  z-index: 1;
}

.top_ranking .entry-card-wrap:nth-child(1):before {
  background-image: url(./imgaes/ranking_icon01.svg);
}

.top_ranking .entry-card-wrap:nth-child(2):before {
  background-image: url(./imgaes/ranking_icon02.svg);
}

.top_ranking .entry-card-wrap:nth-child(3):before {
  background-image: url(./imgaes/ranking_icon03.svg);
}

.top_ranking .entry-card-wrap:nth-child(4):before {
  background-image: url(./imgaes/ranking_icon04.svg);
}

.top_ranking .entry-card-wrap:nth-child(5):before {
  background-image: url(./imgaes/ranking_icon05.svg);
}

.top_ranking .entry-card-wrap:nth-child(6):before {
  background-image: url(./imgaes/ranking_icon06.svg);
}

.top_ranking .entry-card-wrap:after {
  width: 38px;
  height: 32px;
  position: absolute;
  top: 8px;
  left: 5px;
  content: '';
  background-size: 100% auto;
  display: inline-block;
  background-image: url(./imgaes/ranking_01.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12.9px 19.4px;
  z-index: 2;
}

.top_ranking .entry-card-wrap:nth-child(1):after {
  background-image: url(./imgaes/ranking_01.svg);
}

.top_ranking .entry-card-wrap:nth-child(2):after {
  background-image: url(./imgaes/ranking_02.svg);
}

.top_ranking .entry-card-wrap:nth-child(3):after {
  background-image: url(./imgaes/ranking_03.svg);
}

.top_ranking .entry-card-wrap:nth-child(4):after {
  background-image: url(./imgaes/ranking_04.svg);
}

.top_ranking .entry-card-wrap:nth-child(5):after {
  background-image: url(./imgaes/ranking_05.svg);
}

.top_ranking .entry-card-wrap:nth-child(6):after {
  background-image: url(./imgaes/ranking_06.svg);
}

.top_ranking .entry-card-thumb {
  height: 120px;
}

.top_ranking .entry-card-thumb img {
  height: 120px;
}

.top_ranking .entry-card-content {
  padding: 10px 0 0;
}

@media screen and (max-width: 834px) {
  .top_ranking .entry-card-thumb {
    width: 120px;
    height: 120px;
  }

  .top_ranking .entry-card-thumb img {
    width: 120px;
    height: 120px;
  }

  .top_ranking .entry-card-content {
    padding: 0 0 0 10px;
    flex: 1;
  }

  .top_ranking .e-card-meta .e-card-categorys .category {
    font-size: 13px;
    height: 20px;
  }

  .top_ranking .e-card-title {
    font-size: 14px;
  }

}

.top_popular {
  position: relative;
}

.top_popular:before {
  height: 468px;
  position: absolute;
  top: -200px;
  right: 0;
  content: '';
  background-size: 500px auto;
  display: inline-block;
  background-image: url(./imgaes/top_popular_bg.svg);
  background-repeat: no-repeat;
  background-position: top -158px right;
  width: 100vw;
  margin: 0 calc(50% - 63vw);
}

@media screen and (max-width: 834px) {
  .top_popular:before {
    background-size: 200px auto;
    display: inline-block;
    background-image: url(./imgaes/top_popular_bg_sp.svg);
    top: 110px;
    background-position: top right;
    margin: 0;
    right: -20px;
  }

  .top_popular.front-page-type-index:after {
    content: '';
    background-size: 200px auto;
    display: inline-block;
    background-image: url(./imgaes/top_popular_bg_sp02.svg);
    bottom: 0;
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    margin: 0;
    left: -20px;
    width: 100vw;
    height: 340px;
    z-index: -1;
  }
}

@media screen and (min-width: 835px) {
  .top_popular .entry_all_btn {
    display: none;
  }
}

.top_keyword {
  position: relative;
  margin-bottom: 80px;
}

.top_keyword:before {
  height: 699px;
  position: absolute;
  top: -200px;
  left: 0;
  content: '';
  background-size: 500px auto;
  display: inline-block;
  background-image: url(./imgaes/top_keyword_bg.svg);
  background-repeat: no-repeat;
  background-position: top left;
  width: 100vw;
  margin: 0 calc(50% - 40vw);
  z-index: -1;
}

@media screen and (max-width: 834px) {
  .top_keyword:before {
    margin: 0;
    background-image: url(./imgaes/top_keyword_bg_sp.svg);
    top: auto;
    bottom: 0;
    height: 100px;
    width: 132px;
    background-size: 115px 120px;
    left: auto;
    right: -40px;
  }
}

.top_keyword_list {
  position: relative;
}

.top_keyword_list ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  padding: 0;
}

.top_keyword_list ul li {
  list-style: none;
  background-color: #F3F0E8;
  border-radius: 20px;
  padding: 3px 20px;
}

.top_keyword_list ul li a {
  color: #715954;
  text-decoration: none;
  font-size: 16px;
}

@media screen and (max-width: 834px) {
  .top_keyword_list ul li {
    font-size: 12px;
    padding: 3px 15px;
  }

  .top_keyword_list ul li a {
    font-size: 12px;
  }
}

.pc_bottom_conts {
  padding: 60px 0;
  position: relative;
}

.pc_bottom_conts:before {
  height: 699px;
  position: absolute;
  top: -20px;
  right: 0;
  content: '';
  background-size: 500px auto;
  display: inline-block;
  background-image: url(./imgaes/pc_bottom_conts_bg.svg);
  background-repeat: no-repeat;
  background-position: top right;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.pc_bottom_bnr {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 834px) {
  .pc_bottom_conts {
    padding: 0;
  }

  .pc_bottom_conts:before {
    content: none;
  }

  .pc_bottom_bnr {
    display: none;
  }
}

.more_mogumo {
  margin-top: 60px;
  position: relative;
  background-image: url(./imgaes/pc_bottom_more_bg.svg);
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 60px;
}

.more_mogumo_img {
  max-width: 1300px;
  margin-left: 94px;
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .more_mogumo {
    padding-top: 40px;
    background-image: url(./imgaes/sp_bottom_more_bg.svg);
    background-size: cover;
    padding-bottom: 0;
  }

  .more_mogumo_img {
    width: 340px;
    margin: 0 auto;
  }
}

.more_mogumo .more_btn {
  color: #fff;
  font-weight: 600;
  width: 605px;
  height: 68px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 21%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #24915A;
  text-decoration: none;
}

.more_mogumo .more_btn img {
  width: 160px;
  margin-right: 20px;
}

@media screen and (max-width: 834px) {
  .more_mogumo .more_btn {
    width: 270px;
    height: 43px;
    font-size: 14px;
    bottom: 31%;
  }

  .more_mogumo .more_btn img {
    width: 90px;
    margin-right: 10px;
  }
}


/*記事詳細*/
body.single .content {
  position: relative;
}

body.single .content:before {
  width: 369px;
  height: 427px;
  position: absolute;
  top: 100px;
  left: 0;
  content: '';
  background-size: 100% auto;
  display: inline-block;
  background-image: url(./imgaes/single_bg01.svg);
  background-repeat: no-repeat;
}

body.single .content:after {
  width: 297px;
  height: 371px;
  position: absolute;
  top: 1000px;
  right: 0;
  content: '';
  background-size: 100% auto;
  display: inline-block;
  background-image: url(./imgaes/single_bg02.svg);
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 834px) {
  body.single .content:before, body.single .content:after {
    content: none;
  }
}

.article-header {
  color: #715954;
}

.entry-content {
  color: #715954;
  font-size: 16px;
}

@media screen and (max-width: 834px) {
  .entry-content {
    font-size: 14px;
  }
}

.article-footer {
  color: #715954;
}

.article h1.entry-title {
  font-size: 34px;
  padding: 0 0 0 20px;
  border-left: 15px solid #EB5919
}

.entry-content h2 {
  font-size: 28px;
  border-left: 15px solid #A9B64F;
  padding: 0 0 0 25px;
  margin-bottom: 30px;
  background: none;
  margin-top: 60px;
}

.entry-content h2:before {
  content: none;
}

.entry-content h3 {
  font-size: 22px;
  border: none;
  padding: 0;
  margin-top: 60px;
}

.entry-content h4 {
  font-size: 18px;
  color: #EB5919;
  margin-bottom: 30px;
  margin-top: 60px;
  padding: 0;
  border: none;
}

@media screen and (max-width: 834px) {
  .article h1.entry-title {
    font-size: 23px;
    margin-bottom: 10px;
    padding-left: 15px;
  }

  .entry-content h2 {
    font-size: 21px;
    border-left: 10px solid #A9B64F;
    padding: 0 0 0 15px;
  }

  .entry-content h3 {
    font-size: 20px;
  }

  .entry-content h4 {
    font-size: 16px;
  }
}

.entry-content b {
  font-weight: 400;
  background-color: rgb(169, 182, 79, 0.2);
}

.entry-content p {
  margin-bottom: 40px;
}

.date-tags {
  display: none;
}

.eye-catch .cat-label {
  display: none;
}

.entry_meta_info {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.eye-catch img {
  border-radius: 20px;
}

.entry-content figure {
  margin-bottom: 40px;
}

.sns-share {
  display: none;
}

.check_list {
  background-color: #F3F0E8;
  padding: 30px;
  border-radius: 20px;
}

.check_list ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.check_list ul li {
  padding-left: 50px;
  margin-bottom: 20px;
  position: relative;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (max-width: 834px) {
  .check_list {
    padding: 20px;
  }

  .check_list ul li {
    font-size: 16px;
    padding-left: 40px;
    margin-bottom: 10px;
  }
}

.check_list ul li:last-child {
  margin-bottom;
  0;
}

.check_list ul li:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  background-size: 100% auto;
  display: inline-block;
  background-image: url(./imgaes/check_icon.svg);
  background-repeat: no-repeat;
  width: 39px;
  height: 36px;
}

@media screen and (max-width: 834px) {
  .check_list ul li:before {
    width: 30px;
    height: 28px;
  }
}

.blog_card {
  border: 3px solid #A9B64F;
  border-radius: 20px;
  background-color: #F3F0E8;
  padding: 20px;
  margin-bottom: 40px;
}

.blog_card a {
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  color: #715954;
}

.blog_card a .title {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

@media screen and (max-width: 834px) {
  .blog_card a .title {
    font-size: 18px;
  }
}

.blog_card a .thumbnail {
  width: 190px;
  height: 130px;
  margin-right: 20px;
}

.blog_card a .thumbnail img {
  width: 190px;
  height: 130px;
  object-fit: cover;
}

@media screen and (max-width: 834px) {
  .blog_card a .thumbnail {
    width: 100%;
    margin-right: 0;
  }

  .blog_card a .thumbnail img {
    width: 100%;
  }
}

.blog_card a .thumbnail .blog_info {
  flex: 1;
  overflow: hidden;
  width: 100%;
  background: none;
}

@media screen and (max-width: 834px) {
  .blog_card a .thumbnail .blog_info {
    flex: auto;
  }
}

.blog_card a .thumbnail .blog_info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.relate_keyword {
  text-align: center;
  font-size: 16px;
  margin: 40px auto 20px;
}

.entry-categories-tags {
  justify-content: center;
}

.article-footer .top_keyword_list ul {
  justify-content: center;
}

.sns-follow {
  display: none;
}

.footer-meta {
  display: none;
}

.sns_share_title {
  text-align: center;
  margin-bottom: 20px;
}

.sns_share_title span {
  font-size: 20px;
  position: relative;
  padding: 0 35px;
}

.sns_share_title span:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  background-size: 100% auto;
  display: inline-block;
  background-image: url(./imgaes/share_title_b.svg);
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  background-size: contain;
}

.sns_share_title span:after {
  position: absolute;
  top: 0;
  right: 0;
  content: '';
  display: inline-block;
  background-size: 100% auto;
  display: inline-block;
  background-image: url(./imgaes/share_title_a.svg);
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  background-size: contain;
}

@media screen and (max-width: 834px) {
  .sns_share_title span {
    font-size: 16px;
  }

  .sns_share_title span:before, .sns_share_title span:after {
    width: 20px;
    height: 20px;
  }
}

.sns_share_btn_list {
  display: flex;
  justify-content: center;
  gap: 35px;
}

.sns_share_btn_list a {
  width: 58px;
}

@media screen and (max-width: 834px) {
  .sns_share_btn_list a {
    width: 50px;
  }
}

.sns_share_btn_list a img {
  width: 100%;
}

.related-entries {
  position: relative;
  padding-top: 60px;
  margin-top: 60px;
}

.related-entries:before {
  height: 850px;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background-size: cover;
  display: inline-block;
  background-image: url(./imgaes/recommend_bg.svg);
  background-repeat: no-repeat;
  width: 100%;
}

.related-entry-heading {
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}

@media screen and (max-width: 834px) {
  .related-entries .wrap {
    padding: 0;
  }

  .related-entry-heading {
    font-weight: 600;
    padding-left: 15px;
    border-left: 10px solid #EB5919;
    font-size: 18px;
  }

  .related-entries:before {
    content: none;
  }
}

.related-entry-heading:before {
  content: none;
}

.related-list {
  flex-direction: row;
  gap: 35px;
}

@media screen and (max-width: 834px) {
  .related-list {
    flex-wrap: wrap;
  }
}

.related-list .a-wrap {
  width: calc((100% - 105px) / 3);
  padding: 0;
  background-color: #fff;
  border-radius: 20px;
}

@media screen and (max-width: 834px) {
  .related-list .a-wrap {
    width: 100%;
    background-color: #FBF9F5;
  }
}

.related-entry-card-thumb {
  width: 100%;
  height: 200px;
  margin: 0 0 5px;
  float: none;
}

.related-entry-card-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}

.related-entry-card-content {
  margin-left: 0;
  padding: 15px;
  color: #715954;
  font-size: 16px;
}

.relate_more {
  max-width: 1500px;
  position: relative;
  padding: 60px 0;
  margin: 0 auto;
}

.relate_more:before {
  height: 206px;
  position: absolute;
  bottom: -13px;
  left: 0;
  content: '';
  background-size: cover;
  display: inline-block;
  background-image: url(./imgaes/recommend_before.png);
  background-repeat: no-repeat;
  width: 143px;
}

.relate_more:after {
  height: 200px;
  position: absolute;
  bottom: -13px;
  right: 0;
  content: '';
  background-size: cover;
  display: inline-block;
  background-image: url(./imgaes/recommend_after.png);
  background-repeat: no-repeat;
  width: 253px;
}

/*#toc {
	display:none;
}*/

/*archive*/
body.archive .entry-card-wrap {
  width: calc((100% - 105px) / 4);
}

@media screen and (max-width: 834px) {
  body.archive .entry-card-wrap {
    width: 100%;
  }
}

body.archive .content:before {
  width: 297px;
  height: 371px;
  position: absolute;
  top: -18px;
  right: 0;
  content: '';
  background-size: 100% auto;
  display: inline-block;
  background-image: url(./imgaes/archive_bg01.svg);
  background-repeat: no-repeat;
}

body.archive .content:after {
  width: 369px;
  height: 427px;
  position: absolute;
  top: 500px;
  left: 0;
  content: '';
  background-size: 100% auto;
  display: inline-block;
  background-image: url(./imgaes/archive_bg02.svg);
  background-repeat: no-repeat;
  z-index: -1;
}

body.archive .content-in:before {
  height: 371px;
  position: absolute;
  top: 900px;
  content: '';
  background-size: 100% auto;
  display: inline-block;
  background-image: url(./imgaes/archive_bg03.svg);
  background-repeat: no-repeat;
  background-size: 297px 371px;
  background-position: top right;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 834px) {
  body.archive .content:before {
    width: 113px;
    height: 127px;
  }

  body.archive .content:after {
    width: 180px;
    height: 209px;
  }

  body.archive .content-in:before {
    top: 773px;
    background-size: 113px 127px;
  }
}

.archive_header {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 834px) {
  .archive_header {
    display: block;
    margin-bottom: 30px;
  }
}

.cat_select {
  position: relative;
  margin-top: 10px;
}

@media screen and (max-width: 834px) {
  .cat_select {
    margin-top: -10px;
    height: 40px;
  }
}

.cat_select ul {
  width: 240px;
  position: absolute;
  background: #fff;
  top: 0px;
  right: 0px;
  z-index: 1;
  padding: 0 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 834px) {
  .cat_select ul {
    width: 100%;
  }
}

.cat_select ul li {
  display: none;
  list-style: none;
  padding: 0 10px 0 15px;
}

.cat_select ul li:last-child {
  margin-bottom: 10px;
}

.cat_select ul li a, .cat_select ul li span {
  display: block;
  padding: 5px 10px 5px;
  color: #715954;
  text-decoration: none;
}

.cat_select ul li span {
  padding: 5px 10px 5px 0;
}

.cat_select ul li.no2 a {
  border-bottom: 2px solid #D58284;
}

.cat_select ul li.no3 a {
  border-bottom: 2px solid #A9B64F;
}

.cat_select ul li.no4 a {
  border-bottom: 2px solid #56ADC0;
}

.page-numbers {
  border: none;
  font-family: "M PLUS 1";
  font-weight: 600;
  color: #ccc;
}

.pagination {
  position: relative;
  padding-bottom: 100px;
}

.pagination:before {
  height: 206px;
  position: absolute;
  bottom: -38px;
  left: -60px;
  content: '';
  background-size: cover;
  display: inline-block;
  background-image: url(./imgaes/recommend_before.png);
  background-repeat: no-repeat;
  width: 143px;
}

.pagination:after {
  height: 200px;
  position: absolute;
  bottom: -38px;
  right: -100px;
  content: '';
  background-size: cover;
  display: inline-block;
  background-image: url(./imgaes/recommend_after.png);
  background-repeat: no-repeat;
  width: 253px;
}

@media screen and (max-width: 1240px) {
  .pagination:before {
    left: 0;
  }

  .pagination:after {
    right: 0;
  }
}

@media screen and (max-width: 834px) {
  .nav-links {
    display: flex;
    align-items: center;
  }

  .pagination {
    padding-bottom: 50px;
  }

  .pagination:before {
    height: 85px;
    width: 59px;
    left: -20px;
    bottom: -42px;
  }

  .pagination:after {
    height: 83px;
    width: 105px;
    bottom: -42px;
    right: -20px;
  }
}

.pagination .current {
  background-color: transparent;
  color: #000;
}

.next.page-numbers, .prev.page-numbers {
  background-color: #EB5919;
  width: 128px;
  height: 46px;
  color: #fff;
  border-radius: 25px;
}

@media screen and (max-width: 834px) {
  .next.page-numbers, .prev.page-numbers {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.next.page-numbers {
  margin-left: 20px;
}

.prev.page-numbers {
  margin-right: 20px;
}


/*404*/
body.error404 .sidebar {
  display: none;
}

body.error404 .main {
  width: 100%;
}

.entry-404_title {
  font-size: 28px;
  text-align: center;
  color: #715954;
  font-weight: 600;
  margin-bottom: 60px;
}

.entry-404_title .sub {
  font-size: 14px;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .entry-404_title {
    margin-top: 60px;
    font-size: 20px;
    line-height: 1.4;
  }

  .entry-404_title .sub {
    margin-top: 20px;
  }
}

.article_404 {
  text-align: center;
}

.not-found_img {
  margin-bottom: 100px;
}

@media screen and (max-width: 834px) {
  .not-found_img {
    margin-bottom: 60px;
  }
}

.article_404 .entry_all_btn {
  margin-bottom: 120px;
}

/*footer*/
.footer-bottom-logo {
  display: none;
}

.footer {
  padding: 0;
  background-color: #F3F0E8;
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.footer_bnr_list {
  display: flex;
  position: relative;
  z-index: 1;
}

.footer_bnr_list a {
  width: calc(100% / 3);
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .footer_bnr_list a {
    padding: 8px;
  }
}

.footer_bnr_list a:nth-child(1) {
  background-color: #D58284;
}

.footer_bnr_list a:nth-child(2) {
  background-color: #A9B64F;
}

.footer_bnr_list a:nth-child(3) {
  background-color: #56ADC0;
}

.footer_bnr_list a img {
  border-radius: 20px;
}

.footer_bnr_list a span {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  border-radius: 40px;
  padding: 10px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-decoration: none;
}

.footer_bnr_list a:nth-child(1) span {
  background-color: #D58284;
}

.footer_bnr_list a:nth-child(2) span {
  background-color: #A9B64F;
}

.footer_bnr_list a:nth-child(3) span {
  background-color: #56ADC0;
}

@media screen and (max-width: 1080px) {
  .footer_bnr_list a span {
    font-size: 22px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 834px) {
  .footer_bnr_list a span {
    font-size: 14px;
    padding: 6px 10px;
  }
}

.footer_logo {
  display: block;
  margin: 0 auto 40px;
  max-width: 660px;
  width: 100%;
  padding-top: 50px;
}

@media screen and (max-width: 834px) {
  .footer_logo {
    margin: 0 auto 50px;
    max-width: 660px;
    width: 100%;
    padding-top: 40px;
  }
}

.footer_logo img {
  width: 100%;
}

.footer_sns {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 834px) {
  .footer_sns {
    margin: 0 auto 40px;
  }
}

.footer_sns a {
  width: 50px;
}

.footer_sns a img {
  width: 100%;
}

.footer_menu {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 834px) {
  .footer_menu {
    margin: 0 auto 40px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}

.footer_menu a {
  font-size: 14px;
  font-weight: 600;
  color: #715954;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 834px) {
  .footer_menu a {
    width: 60px;
    text-align: center;
    align-items: center;
  }
}

.footer_menu a:after {
  content: '';
  display: inline-block;
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.footer_menu a:nth-child(1):after {
  background-color: #D58284;
}

.footer_menu a:nth-child(2):after {
  background-color: #A9B64F;
}

.footer_menu a:nth-child(3):after {
  background-color: #56ADC0;
}

.footer_sub_menu {
  border-top: 1px solid #715954;
  max-width: 960px;
  width: 100%;
  padding: 40px 0;
  margin-top: 40px;
  gap: 60px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}

@media screen and (max-width: 834px) {
  .footer_sub_menu {
    display: block;
    padding: 20px 0 0;
  }
}

.footer_sub_menu a {
  font-size: 12px;
  color: #715954;
  text-decoration: none;
}

@media screen and (max-width: 834px) {
  .footer_sub_menu a {
    display: block;
    text-align: center;
    padding: 10px;
  }
}

.footer-bottom {
  margin-top: 0;
}

.footer-bottom-content {
  text-align: center;
  float: none;
}