@charset "UTF-8";
body{
margin: 0;
}
.top_recommend img {
    max-width: 15vw;
}

.slider {
position: relative;
}
.bx-viewport {
border: none !important;
left: 0 !important;
}
#slider div {
width: 100% !important;
}

.more_prd {
display: none;
background-color: #aaa;
color: #fff;
font-size: 123.076%;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.free_space_block {
margin-top: 3em;
}

.bntop img{
width: 350px;
}
.bntop{
margin: 0 auto 80px auto;
text-align: center;
width: 350px;
}
ul.info_list {
    margin: 0px auto 60px auto !important;
}
#bnr_area a{
    display: block;
    margin: 0 auto;
}
#bnr_area a img{
    display: block;
    margin: 0 auto;
    width: 800px;
    max-width: 90vw;
    margin-bottom: 80px;
}

@media screen and (max-width: 769px) {
    .top_recommend img {
        max-width: 70%;
    }
    .bntop img{
        max-width: 80%;
    }
    .bntop{
        margin: 0 auto 30px auto;
        text-align: center;
        width: 90%;
    }
    #bnr_area a img{
        margin-bottom: 40px;
    }

}



.ttl_main_top{
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1;
    display: flex;
    align-items: center;
    gap: 25px;
    /* border-bottom: 1px solid #342e2c; */
    padding-bottom: 16px;
    margin-bottom: 37px;
    font-family: "Oswald", sans-serif;
    text-align: center;
    display: block;
}
/* .ttl_main_top::before{
    background-color: #707070; 
    border-radius: 0px; 
    bottom: -15px; 
    content: "";
    height: 1px; 
    left: 50%; 
    position: absolute;
    transform: translateX(-50%); 
    width: 64px;
} */
.listbox_top{
    /* max-width: 1000px !important;
    margin: 40px auto; */
    box-sizing: border-box;
    /* display: flex; */
    width: 1300px;
    margin: 0 auto;
    padding: 46px 50px 0;
    gap: 30px;
}
@media screen and (max-width: 768px) {
    .listbox_top{
        padding: 0 0 0;
        gap: 30px;
    }
}
/* .listbox_top ul {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    gap: 40px 2.8%;
    padding: 0;
    list-style: none;
} */

/* .listbox_top li {
    width: 22.9%;
} */

/* スマホ用（幅768px以下で2列に） */
@media screen and (max-width: 768px) {
  /* .listbox_top li {
    width: 48%;
  } */
}

.list_pict{
position: relative;
width: 100%;
}
.list_pict::before{
    content: "";
    display: block;
    padding-top: 120%;
    background-color: #FFF;
}
.list_pict_inner{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.listbox_top li a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: .3s all;
}
.listbox_top li a img:hover{
    transform: scale(1.1, 1.1);
    transition: .3s all;
    opacity: 1;
}

.listbox_top_text0{
text-align: left;
}
.listbox_top_text1{
display: block;
/* font-family: 'Marcellus', serif; */
font-size: 14px;
letter-spacing: 0.05em;
line-height: 1.21;
text-align: center;
margin-bottom: 12px;
}
.listbox_top_text2{
display: block;
/* font-family: 'Marcellus', serif; */
text-align: left;
font-size: 13px;
letter-spacing: 0.05em;
text-align: center;
}
/* NEWS */
#news_area{
    padding-top: 62px;
    padding-bottom: 80px;
    /* background-color: #F0F0F0; */
}
#news_area .news-list_ul li{
    width: 19%;
    background-color: #fff;
    padding: 18px;
    display: flex;
    flex-direction: column;
    /* background-color: #F0F0F0; */
    border: 1px solid #F0F0F0;

}

#news_area li a .news_text_area{
    /* font-family: 'Marcellus', serif; */
    text-align: left;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
#news_area li a .news_text_area p:first-child{
margin-bottom: 11px;
font-size: 13px;
letter-spacing: 0.05em;
}
#news_area li a .news_text_area p:last-child{
font-size: 15px;
letter-spacing: 0.05em;
line-height: 1.6;
flex-grow: 1; 
}

#news_area .list_pict{
    position: relative;
    width: 100%;
    margin-bottom: 13px;
    }
    #news_area .list_pict::before{
        content: "";
        display: block;
        padding-top: 100%;
        background-color: #FFF;
    }
    #news_area .list_pict_inner{
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    #news_area .listbox_top li a img{
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
/* NEWS  ここまで*/
.top_more{
text-align: center;
margin: 0 auto;
}
.top_more a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #0b0b0b;
    padding: 7px 90px;
    letter-spacing: 0;
    border: solid 1px #0b0b0b;
    position: relative;
    z-index: 1;
}
.top_more a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #f5f5f5;
    z-index: -1;
    transition-duration: 0.5s;
}
.top_more a:hover::before{
    width: 100%;
}
.mb100_80{
    margin-bottom: 100px;
}
.brand_area{
margin: 72px auto 20px;
}
.brand_area .list_pict::before{
padding-top: 40%;

}
.is-hidden{
    display: none;
}
.rank_ul{
    list-style-type: none;
  counter-reset: count1;
}
.rank_ul li{
    position: relative;
    counter-increment: count1;
}
.rank_ul li::before{
    position: absolute;
    display: block;
    content: counter(count1);
    left: 0;
    top: 0.2rem;
    width: 31px;
    line-height: 2rem;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-align: center;
    border-radius: 50%;
    background-color: #AAA187;
    color: #FFF;
    z-index: 1;
}

@media screen and (max-width: 769px) {
    .ttl_main_top{
        font-size: 20px;
    }
    .ttl_main_top::before{
        bottom: -10px; 
        width: 48px;
    }
    .listbox_top{
        width: 93%;
    }
    .listbox_top li{
        width: 48.1%;
    }
    .listbox_top_text1{
        font-size: 13px;
        margin-bottom: 10px;
    }
    .listbox_top_text1{
        font-size: 12px;
    }
    .mb100_80{
        margin-bottom: 80px;
    }
    .brand_area{
        margin: 55px auto 20px;
        }
/* NEWS */
    #news_area{
        padding-top: 47px;
    }
    #news_area ul{
        gap:15px 3.8%;
    }
    #news_area .news-list_ul li{
        width: 40%;
        padding: 12px 13px;
    }
    #news_area li a img{
        margin-bottom: 16px;
    }

    #news_area li a .news_text_area p:first-child{
    margin-bottom: 9px;
    font-size: 10px;
    }
    #news_area li a .news_text_area p:last-child{
    font-size: 13px;
    line-height: 1.69;
    }
    #news_area .list_pict{
        margin-bottom: 16px;
    }
/* NEWS  ここまで*/
}
/* 修正 2024.08.21 */
.instagram {
    display: flex !important;
    justify-content: center;
gap: 40px;
	margin: 20px auto;
}
.footer .instagram li::after {
    content: "";
    padding: 0;
}
.instagram p{
 font-size: 11px;
 padding-top: 5px;
}
@media screen and (max-width: 700px){
.logo img{
  max-width:150px !important ;
  padding-bottom:20px;
}
}









.pagination {
    text-align: center;
    margin-top: 30px;
    font-family: sans-serif;
  }
  
  .pagination-summary {
    margin-bottom: 10px;
  }
  
  .page-numbers {
    display: inline-flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 8px;
  }
  
  .page-numbers li {
    display: flex;
  }
  
  .page-numbers li a,
  .page-numbers li span {
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #000;
  }
  
  .page-numbers li .current,
  .page-numbers li span.current {
    background: #fff;
    border: 2px solid #000;
    font-weight: bold;
  }
  
  .page-numbers li .disabled span {
    color: #999;
    pointer-events: none;
    background: #eee;
  }
  











  h1,h2,p,a{
    font-family: "Noto Sans JP", sans-serif;
}
.contentWrap001{
    padding: 62px 0 0;
}
@media screen and (min-width: 769px) {
.NewsList {
    display: flex;
    justify-content: space-between;
    /* max-width: 1000px !important;
        margin: 100px auto 0; */
        width: 1300px;
        box-sizing: border-box;
        margin: 0 auto;
padding: 46px 50px 0;
}
}
@media screen and (max-width: 768px) {
.NewsList {
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    margin: 60px auto 0;
    padding: 0;
    width:93%;
}
.contentWrap001{
    padding: 47px 0 0;
}
}
@media screen and (min-width: 769px) {
.news_left {
    width: 74%;
}
}
@media screen and (max-width: 768px) {
.news_left {
    width: 100%;
}
}

@media screen and (min-width: 769px) {
.NewsList .news_right {
    width: 23%;
}
}
@media screen and (max-width: 768px) {
.NewsList .news_right {
    width: 100%;
    margin-top: 30px;
}
}
/* カテゴリラベル */
.entry-labels-ul{
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.entry-labels a{
background-color: #232323;
color:#fff;
font-size: 16px;
padding:8px;
border-radius:3px;
}
/* タグラベル */
.entry-tag-items{
display: flex;
gap:10px;
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #e2e2e2;
}
.entry-tag-item a{
border: 1px solid #e2e2e2;
border-radius: 25px;
color: #808080;
display: block;
font-size: 12px;
padding: 3px 13px 2px;
text-decoration: none;
transition: all 0.3s ease 0s;
}
.entry-tag-item a:hover{
background-color: #808080;
color: #fff;
}
.news_box{
word-break: break-word;
/* border-top: 1px solid #002B57; */
/* padding-top: 40px; */
margin-bottom: 100px;
}
.news_box>ul{
background: #fff;
border:1px solid #e1e1e1;;
padding: 40px 40px 60px;
}
@media screen and (max-width: 768px) {
.news_box>ul{
    padding: 30px 30px 40px;
}

}
.side_section{
border-top: 1px solid #002B57;
margin-bottom: 80px;
border-bottom: 1px solid #e1e1e1;
}
.news_box .date p {
font-size: 14px;
color: #002B57;
font-weight: 500;
line-height: 1;
margin-top: 30px;
}
.news_left h2 {
font-weight: bold;
font-size: 20px;
letter-spacing: 1px;
padding: 10px 0;
color: #002B57;
margin-top: 0;
margin-bottom: 0;
}
.news_box .note {
margin-top: 15px;
font-size: 16px;
letter-spacing:0.04em;
line-height:1.875;
}
@media screen and (max-width: 768px){
.news_box .note {
line-height:1.6;
}
}
.side_section h2 {
font-size: 14pt;
letter-spacing: 1px;
padding: 10px 0;
color: #002B57;
font-weight: 500;
}
@media screen and (max-width: 768px) {
.side_section h2 {
    text-align: center;
}
}
.side_section li a {
padding: 10px 0;
text-decoration: none;
border-top: 1px solid #e1e1e1;
display: block;
font-size: 16px;
letter-spacing:0.04em;
line-height:1.875;
position: relative;
color: #051c2c;

}
@media screen and (max-width: 768px) {
.side_section li a {
    padding: 10px 0px;
    line-height:1.6;
}
}
.side_section li a:after {
position:absolute;
content: '';
width: 6px;
height: 6px;
border: 0px;
border-top: solid 1px #002B57;
border-right: solid 1px #002B57;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
position: absolute;
top: 50%;
right: 10px;
margin-top: -3px;
-webkit-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
-moz-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
-ms-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
-o-transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
transition: 0.2s cubic-bezier(0.78, .18, .34, .98);
}

.entry-img {
display: block;
width: 50%;
}

@media screen and (max-width: 768px) {
.entry-img {
width: 100%;    }
}
.entry-img img{
width: 100%;
height:auto;
}



.entry-labels-archive{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}
.entry-label-archive{
    background-color: #232323;
    color:#fff;
    font-size: 12px;
    padding:6px;
    border-radius:3px;
    line-height:1;
}
.news-list li a {
    display: flex;
    align-items: flex-start;
    padding: 24px 0 26px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
}
.news-list li:first-child a{
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .news-list li{
    width:100%;
  }
    .news-list li a {
        flex-direction: column;
    }
}
.news-date {
    width: 100px;
    flex-shrink: 0;
    color: #333;
}
.news-text {
    flex: 1;
}




.section-news-ichiran{

    
}
.section-news-ichiran a{
    display: flex;
    justify-content: flex-end;
    padding: 24px 0 26px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;

}
.section-news-ichiran a p{
    

}
