@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: 25px;
    display: block;
    color: #D8A300;
    font-family: Aparajita, serif;
    font-weight: normal;
    font-size: 1.8rem;

    
    letter-spacing: 1px;
}

#mv{
    position: relative;    
}
#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: 198px;
    padding-bottom: 190px;
    background: url(../img/maih_bg.png) no-repeat 2% top;
}

section#service > .inner{
    max-width: 1080px;
    margin: 0 auto;
    position: relative;
}
section#service > .inner:before{
    content: '01';
    color: rgb(216 163 0 / 10%);
    font-size: 48rem;
    font-family: Aparajita, serif;
    line-height: 1;
    position: absolute;
    top: -142px;
    right: -18px;
}

section#service > .inner h1{
    margin-bottom: 34px;
    padding-left: 21px;
    text-align: left;
    position: relative;
}
section#service > .inner h1:before{
    content: '';
    width: 100%;
    height: 1px;
    background: #D8A300;
    display: block;
    top: 52px;
    left: 0;
    position: absolute;
}

section#service > .inner h1 span{
    position: relative;
    padding: 15px 0;
    margin-top: 12px;
}

section#service .df{
    justify-content: center;
}

section#service .df .inner{
    width: 48%;
    max-width: 480px;
    margin: 0px 33px 43px;
    padding: 10px 10px;
    background: #EEECE3;
    position: relative;
}

section#service .df .inner > div{
    width: 100%;
    padding: 0 0 25px;
    border: 1px solid #322D29;
    position: relative;
}

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

section#service .inner > div h3{
    margin: 3px 0 6px;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
}

section#service .inner > div p {
    width: 90%;
    margin: 25px auto 30px;
    line-height: 1.6;
    font-size: 2.2rem;
}

section#service .inner > div .img_block {
    width: 90%;
    margin: 0 auto 70px;
}


section#service #service01 .img_block:before{
    background: url(../img/how_to01.png)no-repeat;
}

section#service #service02 .img_block:before{
    background: url(../img/how_to02.png)no-repeat;
}

section#service #service01 .img_block:before,
section#service #service02 .img_block:before{
    content: '';
    width: 85px;
    height: 102px;
    display: block;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section#service .txt_block .moreBtn {
    width: 320px;
    margin: auto;
    position: absolute;
    bottom: -25px;
    right: 0;
    left: 0;
}
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{
        padding-top: 58px;
        padding-bottom: 20px;
        background-size: 50%;
    }

    section#service .df{display: block;}
    section#service .df .inner{
        width: 90%;
        margin: 50px auto 0;
    }

    section#service .inner{
        padding: 30px 0;
    }

    section#service > .inner:before{
        font-size: 18rem;
        right: 0;
        top: 0;
    }
    
    section#service .df .inner > div{
        width: 100%;
        margin-left: 0;
        padding: 0 0 18px;
    }

    section#service .df .inner > div h3{
        margin: 8px 0 0;
        text-align: center;
        font-size: 2.0rem;
    }

    section#service .df .inner > div p {
        width: 96%;
        margin: 15px auto 20px;
        font-size: 1.8rem;
    }

    section#service .df .inner > div .img_block {
        width: 90%;
        margin: 0 auto;
    }

    section#service #service01{
        margin: 10px auto 0;
    }

    section#service #service01 .img_block:before,
    section#service #service02 .img_block:before{
        content: '';
        width: 75px;
        height: 76px;
        display: block;
        background-size: 100%;
    }

    section#service .txt_block .moreBtn{
        width: 80%;
        max-width: 320px;
        right: 0;
        left: 0;
    }

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

}


/* item */
section#item{
    padding: 71px 0 70px;
    background: #EEECE3;
}

section#item h1.ttl{
    max-width: 1080px;
    margin: 0 auto 27px;
    padding-left: 21px;
    text-align: left;
    position: relative;
}
section#item h1.ttl span {
    padding: 15px 0;
    margin-top: 12px;
}
section#item h1.ttl:before {
    content: '02';
    color: rgb(216 163 0 / 10%);
    font-size: 48rem;
    font-family: Aparajita, serif;
    line-height: 1;
    position: absolute;
    top: -240px;
    right: -18px;
    font-weight: normal;
}

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

section#item article,
main#item article{
    width: 24%;
    max-width: 257px;
    margin: 0 11px 27px;
    padding-bottom: 16px;
    background: #fff;
    background-size: 100%;
}

section#item article .img_block,
main#item article .img_block{
    width: 100%;
    margin: 0 auto 27px;
    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 .slug,
main#item article .img_block .slug {
    color: rgb(216 163 0 / 30%);
    font-size: 4.6rem;
    font-family: Aparajita, serif;
    line-height: 0.7;
    writing-mode: vertical-rl;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 195px;
}

article .img_block span.no21,
article .img_block span.no32,
article .img_block span.no35,
article .img_block span.no34,
article .img_block span.no30,
article .img_block span.no36,
article .img_block span.no23,
article .img_block span.no38,
article .img_block span.no28,
article .img_block span.no15,
article .img_block span.no33
{
    font-size: 4rem !important;
    height: 240px;
}

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 h2,
main#item  article .txt_block h2{
    margin: 7px 0 15px;
    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 35px;
    }
    section#item .inner.df{
        margin: 28px auto 0;
        flex-wrap: wrap;
    }

    section#item h1.ttl span{
        padding: 10px 0;
        margin-top: 0;
    }
    section#item h1.ttl:before{
        font-size: 18rem;
        right: 0;
        top: -40px;
    }

    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: 74%;
        max-width: 150px;
        height: 150px;
    }

    section#item article .img_block .slug, main#item article .img_block .slug{
        font-size: 3.3rem;
        left: 72%;
    }
    article .img_block span.no21,
    article .img_block span.no32,
    article .img_block span.no35,
    article .img_block span.no34,
    article .img_block span.no30,
    article .img_block span.no36,
    article .img_block span.no23,
    article .img_block span.no38,
    article .img_block span.no28,
    article .img_block span.no15,
    article .img_block span.no33
    {
        font-size: 3.2rem !important;
        height: 180px;
        }

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


/* point */
section#point{
    background: url(../img/point_bg.webp)no-repeat top center;
    position: relative;
}

section#point .inner{
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

section#point .img_block{
    width: 50%;
}

section#point .point_block{
    width: 50%;
    max-width: 904px;
    background: rgb(178 0 0 / 60%);
    padding: 88px 0 46px;
    position: relative;
    border: 1px solid #fff;
    border-left: none;
}
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: 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{
        background: url(../img/point_bg-sp.webp) no-repeat top center;
        padding: 40px 0;
        background-size: cover;
    }

    section#point .inner{
        display: block;
    }

    section#point .point_block{
        width: 100%;
        max-width: 96%;
        padding: 48px 0 46px;
        margin: -30px auto 0;
        border: 1px solid #fff;
    }
    section#point .point_block h1{
        margin-bottom: 20px;
        font-size: 2.8rem;
    }
    section#point .point_block h1 span {
        display: block;
        width: 200px;
        margin: 0 auto;
    }

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

    section#point .img_block{
        width: 90%;
        margin: 0 auto -10px;
        position: relative;
        z-index: 1;
    }

}


/* news */
section#topics{
    padding: 86px 0 127px;
    background: url(../img/section_bg.webp)no-repeat 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: #F9F4EE;
    border-radius: 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{
    margin-bottom: 3px;
    display: block;
    line-height: 1;
}
.news_block article span.cate a{
    color: #fff;
    border-radius: 0 0 5px 5px;
    padding: 4px 20px 8px;
    letter-spacing: 2px;
    display: inline-block;
}
.news_block article span.cate.purchase a{
    background: #59B200;
}
.news_block article span.cate.news a{
    background: #FFA64D;
}

.news_block article time{
    color: #8C2300;
    display: block;
}
.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;
    }

    section#topics .news_block{
        margin: 20px auto 10px;
    }
}

/* 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;
}
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: #06C755;
}
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{
        padding: 0px 0 10px;
    }
    section#line .txt_block > div{
        width: 50%;
        margin: 0;
    }
}

@media screen and (max-width: 768px){
    section#line{
        padding-top: 40px;
        background: #06C654 url(../img/line_bg.png);
        background-repeat: repeat-x;
    }
    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;
    }

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

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




main#item ul.check {
    max-width: 1048px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

main#item ul.check li{
    width: 31%;
    max-width: 320px;
    margin-bottom: 52px;
    padding: 17px 10px 20px 110px;
    font-size: 2.4rem;
    font-family: "Noto Serif JP", serif;
    position: relative;
    border: 1px solid #322D29;
}

main#item ul.check li:before{
    content: '';
    background: url(../img/check_item.png)no-repeat;
    background-size: 100%;
    width: 37px;
    height: 37px;
    display: block;
    position: absolute;
    top: 15px;
    left: 11px;
}

@media screen and (max-width: 768px){
    main#item ul.check{
        width: 96%;
    }
    main#item ul.check li{
        width: 48%;
        margin-bottom: 15px;
        padding: 10px 10px 10px 50px;
        font-size: 1.8rem;
    }
    main#item ul.check li:before{
        width: 27px;
        height: 27px;
        top: 9px;
    }
}