@charset "UTF-8";

/* BASE
------------------------------------*/

html {
  height: 100%;
}

body {
  position: relative;
  font-family: 'Avenir Next','Koburina Gothic W3 JIS2004', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}


/* COMMON
------------------------------------*/
    
a:not(.postBody a) {
  cursor: pointer;
}
ul:not(.postBody ul),
ol:not(.postBody ol),
li:not(.postBody li) {
  list-style: none;
}
.sp {
  display: none;
}

h2,h3,h4,h5,h6 {
  line-height: 1.7em;
}
p {
  font-size: 18px;
  line-height: 2em;
}

.wrap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.wrap620 {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
}
.wrap__fx {
  display: flex;
}
.wrap__fxL {
  flex: 1;
}
.wrap__fxR {
  width: 300px;
  margin-left: 50px;
}
.relative {
  position: relative;
}

.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb70 { margin-bottom: 70px; }
.mb100 { margin-bottom: 100px; }



@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit;
  }
}
/* end @media */


@media (min-width: 768px) {
  .imgHover:hover {
    opacity: 0.8;
  }
} /* end @media */




/* Header
------------------------------------*/

header {
  position: fixed;
  width: 100%;
  height: 81px;
  background: rgba(255,255,255,0.9);
  border-bottom: 1px solid #DDD;
  z-index: 100;
}
header h1 {
  display: inline-block;
}
.header__space {
  height: 81px;
}
.header__logo {
  display: inline-block;
  width: 123px;
  margin: 12px 0 0 18px;
  margin-right: 100px;
}
.header__search {
  position: absolute;
  top: 22px;
  right: 0;
  display: inline-block;
  border: 1px solid #DDDDDD;
  border-radius: 30px;
  padding:0;
  margin: 0 20px 0 0;
  transition: all 0.3s;
}
.header__search:hover {
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
}
.header__search input {
  position: relative;
  top: -8px;
  padding: 0 20px;
  font-size: 14px;
  width: 200px;
}
.header__search input::placeholder {
  color: #BFBFBF;
}
.header__search-box-btn {
  width: 44px;
}


.header__cat {
  position: relative;
  top: -20px;
  display: inline-block;
}
.header__cat-fx {
  position: relative;
  display: flex;
  width: 600px;
  align-items: center;
  background: #fff;
  overflow: hidden;
}
.header__cat li {
  display: inline-block;
  font-size: 12px;
  background: #FFF;
  border: 1px solid #DDDDDD;
  border-radius: 30px;
  margin-right: 2px;
  transition: all 0.3s;
}
.header__cat li a {
  display: block;
  padding: 8px 20px;
}



.header-nav-scroll {
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
}
.header-nav-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.scroll-btn {
  position: relative;
  top: -2px;
  flex-shrink: 0;
  margin:0 10px;
}
.scroll-btn img {
  cursor: pointer;
  width: 19px;
  height: auto;
}




@media (max-width: 767px) {


} /* end @media */


@media (min-width: 768px) {
  .header__cat li:hover {
    background: #333;
    color: #FFF;
  }
  .header__search-box-btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
} /* end @media */


/* Footer
------------------------------------*/

footer {
  background: #EEEEEE;
  padding-top: 60px;
  margin-top: 100px;
}
.footer__btn {
  display: block;
  width: 436px;
  max-width: 80%;
  margin: 0 auto 60px;
  padding: 22px 0;
  background: #333333 url("../img/arr_write.svg") no-repeat;
  background-size: 11px auto;
  background-position: top 29px right 28px;
  border-radius: 50px;
  text-align: center;
  font-size: 15px;
  color: #FFF;
  transition: all 0.3s;
}
.footer__fx {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  padding: 0 50px;
}
.footer__fxL {
  width: 330px;
}
.footer__fxR {
  padding-top: 90px;
  flex: 1;
  text-align: right;
}
.footer__fxL img {
  width: 186px;
  margin-bottom: 30px;
}
.footer__co {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer__ad {
  font-size: 14px;
}
.footer__cat {
}
.footer__cat li {
  display: inline-block;
  font-size: 12px;
  background: #FFF;
  border: 1px solid #DDDDDD;
  border-radius: 30px;
  margin-left: 6px;
  margin-bottom: 10px;
  transition: all 0.3s;
}
.footer__cat li a {
  display: block;
  padding: 8px 20px;
}
.footer__link {
  margin-top: 10px;
  padding-right: 10px;
}
.footer__link li {
  display: inline-block;
  font-size: 13px;
  margin-left: 27px;
}
.footer__cr {
  padding: 20px 0;
  margin-top: 40px;
  border-top: 1px solid #DDD;
  text-align: center;
  font-size: 14px;
}



@media (max-width: 767px) {


} /* end @media */


@media (min-width: 768px) {

  .footer__btn:hover {
    opacity: 0.9;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    background-position: top 29px right 24px;
    width: 450px;
    max-width: 85%;
  }
  .footer__cat li:hover {
    background: #333;
    color: #FFF;
  }
  .footer__link li:hover {
    text-decoration: underline;
  }
  
} /* end @media */




/* Pun
------------------------------------*/

.pun {
  background: #F9F9F9;
  padding:9px 20px;
  margin: 20px 20px 50px;
  border-radius: 50px;
}
.pun ul {
  padding-left: 20px;
  background: url("../img/pun_home.svg") no-repeat;
  background-size: 12px 13px;
  background-position: top 4px left 0;
}
.pun li {
  display: inline-block;
  font-size: 12px;
  color: #777777;
  padding: 0 20px 2px 0;
}
.pun li a {
  position: relative;
  color: #333333;
  border-bottom: 1px solid #999;
}
.pun li a::before {
  position: absolute;
  display: block;
  content: url("../img/pun_arr.svg");
  top: 0;
  right: -14px;
}
.pun li a:hover {
  border-bottom: 1px solid #eee;
  color: #999;
}



/* Sidebar
------------------------------------*/

.side__ttl {
  font-size: 19px;
  padding-bottom: 8px;
  border-bottom: 1px solid #CCC;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.side__ttl span {
  font-size: 12px;
}
.side__rank {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}
.side__rank img {
  display: block;
  width: 70px;
  height: auto;
  margin-right: 10px;
  border-radius: 6px;
  transition: all 0.2s;
}
.side__rankR {
  flex: 1;
}
.side__rankR p {
  font-size: 12px;
  line-height: 1.5em;
  margin-bottom: 2px;
}
.side__rank a {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}


@media (min-width: 768px) {

    .side__rank:hover img {
      opacity: 0.8;
      box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
    }
    .side__rank:hover p {
      text-decoration: underline;
      color: #666;
  }

}




/* Home
------------------------------------*/

.home__collection {
  height: 100px;
  border-bottom: 1px solid #DDDDDD;
  background: url("../img/home/collectionBg.png");
  background-size: cover;
  text-align: center;
}
.home__collection img {
  width: 313px;
  margin-right: 33px;
  margin-top: 24px;
}
.home__collection a {
  position: relative;
  display: inline-block;
  width: 170px;
  padding: 11px 0;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  font-weight: bold;
  background: url("../img/home/collectionBtn-bg.png");
  background-size: cover;
  border-radius: 30px;
  transition: all 0.2s;
}
.home__collection a:hover {
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);
  opacity: 0.9;
}
.home__collection a::after {
  position: absolute;
  content: url("../img/arr_write.svg");
  top: 11px;
  right: 16px;
  transition: all 0.2s;
}
.home__collection a:hover::after {
  right: 14px;
}
.home__sec1 {
  display: flex;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 70px;
}
.home__sec1L {
  width: 50.9091%
}
.home__sec1R {
  width: 43.6364%
}
.home__sec1L h2 {
  font-size: 24px;
  font-weight: bold;
  margin: 6px 0 10px;
}
.home__sec1L p {
  font-size: 14px;
  padding: 20px 0 27px;
}
.home__sec1 img {
  border-radius: 10px;
  transition: all 0.2s;
}
.home__sec1L h2 {
  margin-bottom: 6px;
}
.home__sec1R article {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 18px;
  margin-bottom: 18px;
  border-bottom: 1px dotted #DDD;
}
.home__sec1R article:last-child {
  border:none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.home__sec1R-link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.home__sec1R-L {
  width: 28.5417%;
}
.home__sec1R-R {
  width: 65.6667%;
}
.home__sec1R-ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 3px 0 4px;
}
.home__rmd {
  background: #EEE;
  border-top: 1px solid #DDD;
  padding-bottom: 50px;
}
.home__rmd h2 {
  padding: 30px 0;
  text-align: center;
  font-size: 19px;
  border-bottom: 1px solid #DDD;
}

.slider-wrapper {
  position: relative;
  max-width: 1110px;
  width: 100%;
  overflow: visible;
  padding: 0 55px;
  margin: 50px auto 0;
}
.slide__rmd-item {
  position: relative;
  margin: 0 20px;
}
.slide__rmd-item img {
  border-radius: 10px;
  margin-bottom: 16px;
  transition: all 0.2s;
}
.slide__rmd-item .acl__cat {
  border: 1px solid #FFF;
  margin-bottom: 6px;
}
.slide__rmd-item .acl__day {
  margin-top: 8px;
}
.slide__link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slick-prev, .slick-next {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  top: 100px!important;
}
.slick-prev:before,
.slick-next:before {
  content: none !important;
}
.slick-prev {
  left: -30px!important;
}
.slick-next {
  right: -30px!important;
}
.slick-prev:hover, .slick-next:hover {
  opacity: 0.8;
}
.custom-arrow {
  width: 35px!important;
  height: 35px!important;
}

.slider_list {
  position: relative;
}
.slider_list-link {
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}
.slider_list article {
  position: relative;
  margin-right: 20px;
}
.slider_list img {
  border-radius: 10px;
  margin-bottom: 16px;
  transition: all 0.2s;
}

.slider_list .acl__cat {
  margin-bottom: 6px;
}
.slider_list .acl__day {
  margin-top: 8px;
}
.custom-arrow2 {
  width: 62px!important;
  height: 62px!important;
}
.slider_list .slick-prev {
  left: 0px!important;
  top: 140px!important;
}
.slider_list .slick-next {
  right: 0px!important;
  top: 140px!important;
}

.home__bnr {
  max-width: 860px;
  width: 100%;
  margin: 70px auto 100px;
}

.home__article h2 {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #FFF;
  transition: all 0.2s;
}
.home__article h2::before {
  position: absolute;
  display: block;
  content: url("../img/home/arr_gray.svg");
  right: -20px;
  top: -2px;
}










@media (max-width: 767px) {


} /* end @media */



@media (min-width: 768px) {
  .home__sec1L a:hover h2,
  .home__sec1R article:hover .home__sec1R-ttl,
  .slide__rmd-item:hover .home__sec1R-ttl,
  .slider_list article:hover .home__sec1R-ttl {
    text-decoration: underline;
  }
  .home__sec1R article:has(.acl__cat:hover) .home__sec1R-ttl,
  .slide__rmd-item:has(.acl__cat:hover) .home__sec1R-ttl,
  .slider_list article:has(.acl__cat:hover) .home__sec1R-ttl {
    text-decoration: none !important;
  }

  .home__sec1L a:hover p {
    opacity: 0.8;
  }
  
  .home__sec1L a:hover img,
  .home__sec1R article:hover img,
  .slide__rmd-item:hover img,
  .slider_list article:hover img {
    opacity: 0.8;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  }
  .home__sec1L article:has(.acl__cat:hover) img,
  .home__sec1R article:has(.acl__cat:hover) img,
  .slide__rmd-item:has(.acl__cat:hover) img,
  .slider_list article:has(.acl__cat:hover) img {
    opacity: 1;
    box-shadow: none;
  }

  .home__article h2:hover {
    border-bottom: 1px solid #999;
    color: #666;
  }


} /* end @media */



/* 記事一覧
------------------------------------*/

.acl__cat {
  position: relative;
  z-index: 1;
  display: inline-block;
  background: #FFF;
  font-size: 11px;
  color: #999;
  padding: 0px 10px;
  border: 1px solid #DDDDDD;
  border-radius: 20px;
  transition: all 0.2s;
}
.acl__cat:hover {
  background: #333;
  color: #FFF;
  border: 1px solid #333;
}
.acl__day {
  font-size: 11px;
  color: #999;
  padding-left: 24px;
  background: url("../img/ico_cal.svg") no-repeat;
  background-size: 15px 14px;
}



/* postBody
------------------------------------*/

.page__h1 {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 16px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CCC;
}
.postBody {
  margin-top: 50px;
}
.post__h1 {
  font-size: 28px;
  font-weight: bold;
  margin: 6px 0 10px;
}
.page__sns {
  padding: 16px 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  text-align: center;
}
a.page__sns-link {
  display: inline-block;
  font-size: 12px;
  line-height: 1em;
  color: #333;
  background: #EEE url("../img/ico_link.svg") no-repeat;
  background-size: 10px auto;
  background-position: top 4px left 10px;
  border-radius: 20px;
  padding: 6px 12px 4px 24px;
  margin: 0 20px 0 10px;
}
.page__sns img {
  display: inline-block;
  height: 20px;
  width: auto;
  margin-right: 10px;
}
.post__acl__day {
  margin-bottom: 30px;
}
.postBody p {
  font-size: 18px;
  margin: 0 0 50px!important;
}
.postBody h2 {
  font-size: 28px;
  line-height: 1.7em;
  margin-bottom: 30px;
}
.postBody h3 {
  font-size: 24px;
  line-height: 1.7em;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.postBody h4,
.postBody h5,
.postBody h6,
.postBody h7 {
  font-size: 20px;
  line-height: 1.7em;
  margin-bottom: 20px;
}
.has-background {
  padding: 30px!important;
}





