<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body{
    font-family: "Inter", "Noto Sans JP", sans-serif;
}
.pc-show{
    display: inline-block;
}
.sp-show{
    display: none;
}
a:hover{
    opacity: .75;
}
p.fonts-s{
    font-size: 24px;
    font-weight: bold;

}
p.fonts-m{
    font-size: 26px;
}
p.fonts-l{
    font-size: 32px;
}
.wrapper{
    width: 750px;
    background: #fef5e7;
    margin: 0 auto;
    text-align: center;
}
.sec01 .mv{
    padding: 20px 0 40px;
}
.sec01 .sns-area{
    padding: 20px 0 30px;
}
.sec01 .sns-area ul{
    display: flex;
    justify-content: center;
    position: relative;
}
.sec01 .sns-area ul::before{
    content: url("../img/sec01-img01.png");
    margin-right: 40px;
}
.sec01 .sns-area ul::after{
    content: url("../img/sec01-img02.png");
    margin-left: 40px;
}
.sec01 .sns-area ul li{
    margin: 0 12px;
}
.sec01 .omikuji-area{
    margin: 0 0 30px;
}
.sec01 .omikuji-area .onemore{
    margin: 0 0 10px;
}
.sec01 .start{
    background: #fbf8f4;
}
.sec01 .start .start-inner{
    padding: 50px 0;
}
.sec01 .start .start-inner p:first-child{
    padding: 0 0 20px;
}
.sec02{
    padding: 0 0 20px;
}
.sec02 h2{
    padding: 40px 0 40px;
}
.sec02 p{
    padding: 0 0 10px;
}
.sec02 .bnr{
    padding: 0 0 60px;
}
.sec03 p{
    padding: 20px 0;
    
}
@media screen and (max-width: 767px) {
    .pc-show{
        display: none;
    }
    .sp-show{
        display: inline-block;
    }
    p.fonts-s{
        font-size: 16px;
    font-weight: bold;

    }
    p.fonts-m{
        font-size: 18px;
    }
    p.fonts-l{
        font-size: 20px;
    }
    img,
    .wrapper{
        width: 100%;
        vertical-align: bottom;
    }
    .sec01 .mv{
        padding: 10px 10px 20px;
    }
    .sec01 .sns-area ul::before,
    .sec01 .sns-area ul::after{
        content: "";
        display: inline-block;
        width: 40px;
        height: 57px;
        background-repeat: no-repeat;
        background-size: contain;
        vertical-align: middle;
    }
    .sec01 .sns-area ul::before{
        background-image: url("../img/sec01-img01.png");
        margin-right: 10px;
    }
    .sec01 .sns-area ul::after{
        background-image: url("../img/sec01-img02.png") ;
        margin-left: 10px;
    }
    .sec01 .sns-area ul li img{
        width: 60px;
    }
    .sec01 .omikuji-area{
        margin: 0 0 20px;
    }
    .sec01 .omikuji-area{
        padding: 0 10px;
    }
    .sec01 .omikuji-area .onemore img{
        width: 50%;
    }
    .sec01 .start .start-inner {
        padding: 40px 20px;
    }
    .sec02{
        padding: 0;
    }
    .sec02 h2 {
        padding: 20px 0 30px;
    }
    .sec02 .bnr{
        padding: 0 15px 40px;
    }
}


</pre></body></html>