@charset "utf-8";

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 2400ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 100px);
}

.fade-in-down {
  transform: translate(0, -200px);
}

.fade-in-left {
  transform: translate(-100px, 0);
}

.fade-in-right {
  transform: translate(100px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}


.container {
    text-align: center;
    width: 100%;
}
.content {
    width: 1080px;
    display: block;
    margin: 0 auto;
}

body{
    font-size: 16px;
    line-height: 1.6;
    font-family: 'Roboto',"Noto Sans CJK JP", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    letter-spacing: .02em;
    color: #333;
}
h1, h2, h3, h4, h5, h6{
    font-feature-settings: 'palt';
}
h3{
    font-size: 20px;
	font-weight: 500;
}
p{
    font-family: 'Roboto',"Noto Sans CJK JP", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 400;
    letter-spacing: .02em;

}

li{
    list-style: none;
}
html{
    font-size: 62.5%;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
a{
    text-decoration: none;
}
img{
    vertical-align:middle;
}
.newline {
    display: none;
}
.blank150 {
    margin-top: 150px;
}
.blank100 {
    margin-top: 100px;
}
.blank80 {
    margin-top: 80px;
}
.blank70 {
    margin-top: 70px;
}
.blank50 {
    margin-top: 50px;
}
.blank40 {
    margin-top: 40px;
}
.blank30 {
    margin-top: 30px;
}
.blank20 {
    margin-top: 20px;
}
.blank10 {
    margin-top: 10px;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.center {
    text-align: center;
}
.justify {
    text-align: justify;
    word-break: break-all;
}
.white {
    color: #fff;
}
.black {
    color: #000;
}
.border-white {
    border: 1px solid white;
}
.border-black {
    border: 1px solid black;
}

.sp{
    display: none;
}
.tablet{
    display: none; 
}
.tablet-only{
    display: none; 
}

.sp-reverse{
     display: block;
}

@media screen and (max-width: 1080px) {
    .text {
        font-size: 15px;
    }
    .content {
        width: 90%;
        margin: 0 5%;
    }
    .tablet{
        display: block; 
    }
    .tablet-only{
        display: block; 
    }
    .pc{
        display: none;
    }
    .sp-reverse{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    h3{
        font-size: 17px;
    }
}

@media screen and (max-width: 600px) {
body , p{
    font-size: 14px;
    line-height: 1.6;
    font-weight: 500;
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
-webkit-overflow-scrolling: touch;
}
.text {
    font-size: 14px;
    line-height: 1.6;
}
.blank150 {
    margin-top: 75px;
}
.blank100 {
    margin-top: 50px;
}
.blank80 {
    margin-top: 40px;
}
.blank70 {
    margin-top: 35px;
}
.blank50 {
    margin-top: 25px;
}
.blank40 {
    margin-top: 20px;
}
.blank30 {
    margin-top: 15px;
}
.blank20 {
    margin-top: 10px;
}
.blank10 {
    margin-top: 5px;
}
.sp{
    display: block;
}
.tablet-only{
    display: none; 
}

}



.wrap{
    overflow-x: hidden;
  }
  /* ----- category-navi ----- */
  #cat-nav{
      display: none;
  }
  
  @media screen and (max-width: 767px) {
  #cat-nav{
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin: 60px 0 0 0;
      background-color: #eee;
      padding: 10px;
      gap: 10px;
  }
  #cat-nav li{
      width: calc(33.3333% - 6.75px);
      background-color: #fff;
      border: 0;
      height: 40px;
      border-radius: 6px;
  }
  
  #cat-nav li.active {
     background-color: #000;
  }
  
  #cat-nav li.active a {
     color: #FFCE00!important;
  }
  #cat-nav .arrow01{
      display: none;
  }
  #cat-nav li a {
      color: #000 !important;
  }
}



.contents-wrap{
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contents{
    width: 840px;
    width: calc((100% - 240px - 24px - 86px));
    display: flex;
    justify-content: center;
    overflow: hidden;
}
@media screen and (max-width: 1080px) {
    .contents{
        width: 90%;
        margin: 0 5%;
        overflow: unset;
    }
}
@media screen and (max-width: 767px) {
    .contents-wrap{
        margin: 0;
        overflow: hidden;
    }
}


.article-content{
    width: 660px;
}
@media screen and (max-width: 767px) {
    .article-content {
        width: 100%;
    }
}




.top-article-item{
    width: 310px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    position: relative;
    margin: 0;
    padding: 11px 0 0;
}
img.top-article-img{
	width: 310px;
    height: 180px;
    object-fit: cover;
    object-position: center;
    border-radius: 7px;
    transition: transform .6s ease; 
}
img.top-article-img:hover{
  transform: scale(1.2);
}
@media screen and (max-width: 767px) {
    .top-article-item{
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 10px;
        padding: 0 0 13px 0;
        border-bottom: 1px solid #707070;
    }
    img.top-article-img{
        width: 118px;
        height: 118px;
        border-radius: 6px;
    }
}


.img-inner{
    width: 100%;
    border-radius: 7px;
    overflow: hidden;
}



img.main-img{
    width: 660px;
    height: 380px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
    transition: transform .6s ease;
}
img.main-img:hover {
    transform: scale(1.2);
}
img.banner-img{
    width: 100%;
    max-width: 660px;
}
@media screen and (max-width: 767px) {
    img.main-img{
        width: 100%;
        border-radius: 0;
        border: 0;
        height: auto;
        aspect-ratio:66 / 38;
    }
    img.banner-img{
        width: 100vw;
        max-width: unset;
        margin: 0 -5vw;
    }
}


.m-text-wrap{
    margin: 0 7px;
}
.m-name{
    font-size: 19px;
    line-height: 1.3;
    font-weight: 500;
    color: #000;
	margin: 8px 0 -6px 0;
    display: block;
}
.m-title{
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    color: #000;
	margin: 10px 0 0 0;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
    .m-text-wrap{
        width: 90%;
        margin: 0 5%;
    }
    .m-name {
        font-size: 19px;
    }
    .m-title{
        font-size: 15px;
        margin-top: 10px;
    }
}

.a-name{
    font-size: 19px;
    line-height: 1.3;
    font-weight: 500;
	margin: 8px 0 -6px 0;
}
.a-title{
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    margin: 10px 0 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
    .a-text-wrap{
        width: calc(100% - 128px);
        align-items: flex-start;
        display: inline-block;
    }
    .a-name{
        font-size: 15px;
        margin: 0 0 -6px 0;
    }
    .a-title {
        font-size: 14px;
        margin-top: 8px;
        -webkit-line-clamp: 3;
        
    }
}

.p-name {
    font-size: 19px;
    line-height: 1.3;
    font-weight: 500;
    margin: 8px 0 -6px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.p-title {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 400;
    margin: 10px 0 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
@media screen and (max-width: 767px) {
    .p-name {
        font-size: 19px;
    }
    .p-title {
        font-size: 15px;
        margin-top: 10px;
        -webkit-line-clamp: 2;
    }
}


.a-date, .a-area, .a-cat{
    font-size: 11px;
    color: #A3A3A3;
    display: block;
}
.a-date{
    margin: 0 8px 0 0;
}
.a-date, .a-area{
    flex-shrink: 0;   
}
.a-cat{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.info-wrap{
	line-height: 1.2;
    display: flex;
    gap: 4px;
    align-items: center;
    margin-top: 6px;
}
.info-wrap small{
    font-size: 0.7em;
    color: transparent;
    width: 1em;
    flex-shrink: 0;
    content: "";
    width: 1px;
    height: 9px;
    margin: 0 0.5em;
    background: #A3A3A3;
    display: block;
}
.info-wrap > a small{
    display: none;
}
.tag-wrap{
    display: flex;
    flex-wrap: wrap;
    gap:6px;
    margin: 8px 0 0 0;
}
.a-tag{
    font-size: 11px;
    color: #000;
    background-color: #FFCE00;
    border-radius: 14px;
    padding: 3px 12px 2px 12px;
}
@media screen and (max-width: 767px) {
    .a-date, .a-area{
        flex-shrink: 0;   
    }
    .a-cat{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .info-wrap{
        display: flex;
        flex-wrap: nowrap;
        gap: 4px;
        align-items: center;
        margin-top: 2px;
    }
    .tag-wrap{
        margin-top: 4px;
    }
}




.slick-prev:before,
.slick-next:before{   
    opacity: 1;
    width: 36px;
    height: 36px;
    display: block;
}
.slick-prev:before{
    content: url(/wp-content/uploads/2024/08/arrowb-pre.svg);
}
.slick-next:before{
    content: url(/wp-content/uploads/2024/08/arrowb-next.svg);
}
.slick-prev,
.slick-next{
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 40px;
    z-index: 10;
}
.slick-prev {
    left: -55px;   
}
.slick-next {
    right: -55px;
}
@media screen and (max-width: 767px) {
    .slick-prev:before,
    .slick-next:before{
        width: 23px;
        height: 23px;
    }
    .slick-prev:before{
        content: url(/wp-content/uploads/2024/09/arrowsp-pre.svg);
    }
    .slick-next:before{
        content: url(/wp-content/uploads/2024/09/arrowsp-next.svg);
    }
    .slick-prev,
    .slick-next{
        width: 23px;
        height: 23px;
        border: 0;
    }
    .slick-prev {
        left: 10px;  
    }
    .slick-next {
        right: 10px;
    }
}




.pickup-item::after{
    content: "";
    background-image: url(/wp-content/uploads/2024/08/pickup.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 39px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 12px;
}
@media screen and (max-width: 767px) {
    .pickup-item::after{
        width: 45px;
        height: 37px;
        top: -13px;
        left: 12px;
    }
}

.new-item::after{
    content: "";
    background-image: url(/wp-content/uploads/2024/08/new.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 39px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 12px;
}
@media screen and (max-width: 767px) {
    .new-item::after{
        width: 27px;
        height: 22px;
        top: -8px;
        left: 4px;
    }
}



.border{
    border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
    
}

