@charset "UTF-8";

.tac{text-align: center;}
.tal{text-align: left;}
.tar{text-align: right;}

.df{display: flex;}

.inner {
    max-width: 1240px;
    margin: 0 auto;
}

.mt0{margin-top: 0!important;}
.mt100{margin-top: 100px!important;}

.fwb {
    font-weight: 600;
    color: #001966;    
}

.fontS{font-size: 1.6rem;}

.moreBtn{

}
.moreBtn a{
}
.moreBtn a:after{
    content: '';
}

@media screen and (max-width: 768px){
    .mt100{margin-top: 15%!important;}
    
    .inner{
        width: 96%;
        margin: 0 auto;
    }
    
    .fontS{font-size: 1.4rem;}

        
    .moreBtn a{
        font-size: 1.8rem;
        padding: 10px 0 10px;     
    }
}

/********* TOP *********/
main{
    padding-bottom: 163px;
}

h1.ttl {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 6px;
}
h1.ttl span{
    margin-top: 8px;
    display: block;
}

#mv {
    position: relative;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 50%);
}
#mv img{
    width: 100%;

}

@media screen and (max-width: 768px){
    main{
        padding-bottom: 80px;
    }
    h1.ttl{
        font-size: 2.8rem;
        letter-spacing: 3px;
        line-height: 1.3;
    }
    h1.ttl span{
        margin-top: 10px;
    }
}

section#service{
    padding-top: 54px;
    padding-bottom: 43px;
    background: #fff url(../img/section_bg.webp) no-repeat top center;
    background-size: cover;
}

section#service h1.ttl{
    margin-top: 89px;
}

section#service > .df{
    max-width: 1160px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
}

section#service .inner{
    max-width: 462px;
    margin-bottom: 43px;
    padding-left: 111px;
    position: relative;
}

section#service .inner > div{
    width: 350px;
    background: #000;    
    padding: 16px 0 25px;
}


section#service #service02 {
    margin-top: 260px;
}

section#service #service01:before,
section#service #service02:before{
    content: '';
    width: 122px;
    height: 98px;
    display: block;
    position: absolute;
    top: 26px;
    right: 24px;
    z-index: 1;
}
section#service #service01:before{
    background: url(../img/service01_img.png)no-repeat;
    background-size: 100% 100%;
}
section#service #service02:before{
    background: url(../img/service02_img.png)no-repeat;
    background-size: 100% 100%;
}


section#service .inner > div p {
    width: 80%;
    margin: 15px auto 30px;
    line-height: 1.6;
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    color: #fff;
}

section#service .inner > div .img_block {
    width: 390px;
    margin: 0 auto 0;
    padding: 0 0 28px 35px;
    background: #000;
    position: relative;
    left: -111px;
}
section#service .inner > div .img_block span {
    display: block;
}

section#service .inner > div .img_block h3{
    width: 200px;
    margin-bottom: 14px;
    padding-top: 3px;
    background: #000;
    font-size: 2.6rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
}

section#service #service01 h3{
    color: #06C755;
}
section#service #service02 h3{
    color: #D8C4A1;
}


@media screen and (max-width: 768px){
    section#service{
        padding-top: 10%;
        padding-bottom: 80px;
        background: #fff url(../img/section_bg-sp.webp) no-repeat top center;
        background-size: 100%;
    }

    section#service h1.ttl{
        width: 12%;
        max-width: 72px;
        margin: 0 auto 10%;
    }

    section#service > .df{display: block;}
    section#service > .df .inner{
        width: 96%;
        margin: 50px auto 0;
        padding: 0;
        display: flex;
        justify-content: flex-end;
    }

    section#service .inner > div{
        width: 80%;
        max-width: 350px;
    }

    section#service .inner > div .img_block{
        width: 90%;
        margin: 0;
        padding: 0 0 8px 15px;
        left: -70px;
    }
    

    section#service #service02{
        margin-top: 50px;
    }
    section#service #service01:before, section#service #service02:before{
        width: 102px;
        height: 78px;
        top: 16px;
        right: 14px;
    }

    section#service .inner > div .img_block h3{
        margin-bottom: 7px;
        padding-top: 1px;
        font-size: 2rem;
        
    }
    section#service .inner > div p{
        font-size: 1.8rem;
    }
}


/* item */
section#item{
    padding: 86px 0 82px;
    background: #272322 url(../img/section_bg2.webp) repeat-x top center;
}

section#item .inner.df,
main#item .inner.df{
    margin: 25px auto 0;
    justify-content: center;
    flex-wrap: wrap;
}

section#item article,
main#item article{
    width: 24%;
    max-width: 257px;
    margin: 0 11px 27px;
    padding-bottom: 16px;
    background: rgb(255 255 255 / 80%) url(../img/item_article_bg.png)no-repeat right top;
    background-size: 100%;
}

section#item article .img_block,
main#item article .img_block{
    width: 100%;
    margin: 0 auto 22px;
    display: flex;
    position: relative;
}
section#item article .img_block .img,
main#item article .img_block .img{
    max-width: 203px;
    height: 203px;
    display: block;
}
section#item article .img_block .cate,
main#item article .img_block .cate {
    padding-top: 46px;
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 2.8rem;
    line-height: 1;
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 206px;
    letter-spacing: 6px;
}
section#item article .img_block img,
main#item article .img_block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
section#item article .txt_block,
main#item  article .txt_block{
    margin: 0px auto;
    padding-left: 18px;
    padding-right: 10px;
    font-size: 2.0rem;
    line-height: 1.5;
    font-family: "Noto Serif JP", serif;
}

section#item article .txt_block .slug,
main#item  article .txt_block .slug{
    color: #6A584C;
    font-family: "Julee", cursive;
    font-weight: 600;
    font-size: 1.6rem;
    text-transform: uppercase;
}

section#item article .txt_block h2,
main#item  article .txt_block h2{
    margin: 17px 0 13px;
    font-family: "Noto Serif JP", serif;
}

section#item .moreBtn {
    width: 300px;
    margin: 43px auto 0;
}
section#item .moreBtn a{
    width: 100%;
    padding: 13px 0 15px;
    font-size: 1.9rem;
    font-weight: 600;
    background: #B7A964;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
section#item .moreBtn a:after{
    content: '';
    background: url(../img/icon_arrow.png)no-repeat top center;
    width: 13px;
    height: 20px;
    margin-left: 15px;
    display: block;
}


@media screen and (max-width: 768px){
    section#item{
        padding: 35px 0 55px;
    }

    section#itemh1.ttl {
        width: 12%;
        max-width: 72px;
        margin: 0 auto 10%;
    }

    section#item .inner.df{
        margin: 28px auto 0;
        flex-wrap: wrap;
    }

    section#item article,main#item article{
        width: 46%;
        margin: 0 5px 20px;
    }
    section#item article .txt_block h2, section#item article .txt_block h2{
        margin: 7px 0 10px;
        font-size: 1.8rem;
    }

    section#item article .img_block, main#item article .img_block{
        margin: 0 auto 12px;

    }
    section#item article .txt_block, main#item article .txt_block{
        padding-left: 10px;
        font-size: 1.6rem;
    }

    section#item article .img_block .img, main#item article .img_block .img{
        width: 80%;
        max-width: 150px;
        height: 150px;
    }

    section#item article .img_block .cate, main#item article .img_block .cate{
        font-size: 2rem;
        left: 81%;
    }

    section#item .moreBtn {
        margin: 23px auto 0;
    }
    section#item .moreBtn a{
        font-size: 1.6rem;
    }
}


/* point */
section#point{
    margin-top: 107px;
}

section#point .inner{
    width: 96%;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

section#point .point_block{
    width: 32%;
    max-width: 420px;
    height: 200px;
    position: absolute;
    right: 3%;
    top: 0;
    bottom: 0;
    margin: auto;
}

section#point .point_block h1 {
    margin-bottom: 60px;
    font-size: 4.0rem;
    font-weight: 600;
    line-height: 1;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    text-align: center;
    position: relative;
}
section#point .point_block h1 span{
    display: block;
}

section#point .point_block .moreBtn {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
    position: relative;
}
section#point .point_block .moreBtn a{
    width: 100%;
    padding: 8px 0 9px;
    font-size: 2.4rem;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(254, 227, 151, 1) 0%, rgba(186, 142, 15, 1) 50%, rgba(254, 227, 151, 1) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
section#point .point_block .moreBtn a:after{
    content: '';
    background: url(../img/icon_arrow.png)no-repeat top center;
    width: 13px;
    height: 20px;
    margin-left: 15px;
    display: block;
}




@media screen and (max-width: 768px){
    section#point{
        margin-top: 60px;
        background-size: cover;
    }
    section#point .point_block{
        width: 62%;
        height: auto;
        right: 0;
        left: 0;
        top: auto;
        bottom: 30px;
        margin: auto;
    }
    section#point .point_block h1{
        margin-bottom: 20px;
        font-size: 2.8rem;
    }
    section#point .point_block h1 span {
        margin-top: 10px;
        display: block;
    }

    section#point .point_block .moreBtn{
        max-width: 420px;
    }
    section#point .point_block .moreBtn a{
        font-size: 1.4rem;
    }

    section#point .img_block{
        width: 96%;
        margin: 0 auto;
        position: relative;
    }
    

}


/* news */
section#topics{
    padding: 156px 0 127px;
    background: #fff url(../img/topics_bg.webp)repeat-x top center;
}
section#topics .news_block{
    max-width: 1200px;
    margin: 60px auto 38px;
    display: flex;
    flex-wrap: wrap;
}

.news_block article{
    width: 31%;
    max-width: 380px;
    margin: 0 10px 56px;
    padding: 10px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 10px #dcdde1;
}
.news_block article .img_block{
    max-width: 362px;
    height: 232px;
    margin: 0 auto;
}
.news_block article .img_block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news_block article span.cate{
    display: block;
    line-height: 1;
}
.news_block article span.cate.purchase{
    background: url(../img/topics_cate02.png)no-repeat bottom left;
}
.news_block article span.cate.news{
    background: url(../img/topics_cate01.png)no-repeat bottom left;
}

.news_block article span.cate a{
    color: #fff;
    padding: 4px 20px 22px;
    letter-spacing: 2px;
    display: inline-block;
}

.news_block article time{
    margin-bottom: 5px;
    color: #8C2300;
    display: block;
    line-height: 1;
}
.news_block article span.txt{
    display: block;
}

section#topics .moreBtn {
    width: 300px;
    margin: 0 auto;
}
section#topics .moreBtn a{
    width: 100%;
    padding: 13px 0 15px;
    font-size: 1.9rem;
    font-weight: 600;
    background: #B7A964;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
section#topics .moreBtn a:after{
    content: '';
    background: url(../img/icon_arrow.png)no-repeat top center;
    width: 13px;
    height: 20px;
    margin-left: 15px;
    display: block;
}

@media screen and (max-width: 768px){
    section#topics{
        padding: 46px 0 40px;
    }

    .news_block{
        margin: 30px auto 18px;
    }
    .news_block article{
        width: 44%;
        margin: 0 10px 26px;
    }
    .news_block article:nth-child(n+5){
        display: none;
    }

    .news_block article .img_block{
        height: 120px;
    }
    .news_block article span.cate a{
        padding: 4px 10px 4px;
    }

    section#topics .moreBtn a{
        font-size: 1.6rem;
    }
}

/* line */
section#line{
    position: relative;
}
section#line .ttl_block{
    max-width: 1200px;
    margin: 0 auto 23px;
}
section#line .ttl_block h1{
    font-size: 2.8rem;
    font-weight: 600;
    font-family: "Noto Serif JP", serif;
}
section#line .ttl_block h1 span{
    font-size: 4.8rem;
    display: block;
    color: #06C755;
    line-height: 1;
}

section#line .txt_block{
    padding: 54px 0;
    background: #00ba30 url(../img/line_bg.webp) center bottom;
}
section#line .txt_block > div{
    max-width: 1200px;
    margin: 0 auto;
}
section#line .img_block {
    width: 55%;
    height: 628px;
    position: absolute;
    top: 0;
    right: 0;
}
section#line .img_block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top left;
}

section#line .moreBtn {
    width: 300px;
    margin: 51px 0px 0 130px;
}
section#line .moreBtn a{
    width: 100%;
    padding: 12px 0 14px;
    font-size: 1.9rem;
    font-weight: 600;
    background: #FFFF00;
    color: #06C654;
    display: flex;
    align-items: center;
    justify-content: center;
}
section#line .moreBtn a:after{
    content: '';
    background: url(../img/icon_arrow_green.png)no-repeat top center;
    width: 13px;
    height: 20px;
    margin-left: 15px;
    display: block;
}

@media screen and (max-width: 1024px){
    section#line .ttl_block{
        width: 50%;
        max-width: 1200px;
        margin: 0;
    }
    section#line .txt_block > div{
        width: 50%;
        margin: 0;
    }
}

@media screen and (max-width: 768px){
    
    section#line{
        padding-top: 40px;
        background: url(../img/line_bg-sp.webp)no-repeat bottom center;
        background-size: 100%;
    }
    section#line .txt_block{
        width: 100%;
        padding: 0 0 10px;
        background: none;
    }
    section#line .ttl_block{
        width: 100%;
    }
    
    section#line .ttl_block h1{
        text-align: center;
        font-size: 2.0rem;
    }
    section#line .ttl_block h1 span{
        font-size: 3.6rem;
    }

    section#line .img_block {
        width: 96%;
        height: auto;
        margin: 20px auto 10px;
        position: relative;
    }

    section#line .txt_block > div{
        width: 96%;
        margin: 0 auto;
        padding: 16px 0;
        background: none;
    }

    section#line .moreBtn{
        margin: 30px auto 0;
    }

    section#line .moreBtn a{
        font-size: 1.6rem;
    }
    
}


section#service .txt_block .moreBtn {
    width: 280px;
    margin: auto;
    position: absolute;
    bottom: -25px;
    right: 33px;
}
section#service .txt_block .moreBtn a {
    width: 100%;
    padding: 13px 0 13px;
    font-size: 2.0rem;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(254, 227, 151, 1) 0%, rgba(186, 142, 15, 1) 50%, rgba(254, 227, 151, 1) 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
}
section#service .txt_block .moreBtn a:after {
    content: '';
    background: url(../img/icon_arrow.png) no-repeat top center;
    width: 13px;
    height: 20px;
    margin-left: 15px;
    display: block;
}

@media screen and (max-width: 768px){
    
    section#service .txt_block .moreBtn{
        width: 60%;
        max-width: 320px;
    }

    section#service .txt_block .moreBtn a {
        padding: 8px 0 8px;
        font-size: 1.8rem;
    }
    
}

