@charset "utf-8";
#main {
    width: 100%;
    margin: 10px auto;
    font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#main .sp {
    display: none;
}
/* =========================================================
mv
========================================================= */
#main .mv {
    background: url(../images/main_bg.jpg) ;
    width: 100%;
    text-align: center;
}
#main .point {
    margin: 0 auto;
    padding: 60px 0 100px;
    width: 1100px;
}
#main .point h2 {
    font-size: 2em;
    font-weight: bold;
    line-height: 1.6;
    color: #00b900;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
#main .point h2:before {
    content: url(../images/ttl_bg01.png);
    position: absolute;
    bottom: 0;
    left: 170px;
}
#main .point h2:after {
    content: url(../images/ttl_bg02.png);
    position: absolute;
    bottom: 0;
    right: 170px;
}
#main .point .lead {
    font-size: 1.5em;
    color: #404040;
    text-align: center;
    margin-bottom: 20px;
}

#main .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#main .point01, #main .point02 {
    width: 35%;
    padding: 20px 40px 0;
    border: solid 6px #00b900;
    margin: 0 36px;
}
#main .point h3 {
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.4;
    color: #e650cf;
    text-align: center;
    margin-bottom: 15px;
    width: auto;
    height: auto;
    text-shadow: none;
    position: relative;
}
#main .point h3:before {
    content: url(../images/point_bg01.png);
    position: absolute;
    top: -14px;
    left: -34px;
}
#main .point h3:after {
    content: url(../images/point_bg02.png);
    position: absolute;
    top: -14px;
    right: -34px;
}
#main .point img {
    margin-bottom: 20px;
}
#main .friend {
    background: url(../images/friend_bg.gif);
    padding-bottom: 70px;
    text-align: center;
    margin-top: 10px;
}
#main .friend h2 img {
    margin-top: -50px;
}
#main .qr {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 50px 5px;
    width: 620px;
    margin: 20px auto 0;
}
#main .qr p {
    font-size: 1.6em;
    line-height: 1.4;
    margin-bottom: 0.5em;
}
#main .qr .txt_pink {
    color: #e650cf;
}
#main .qr .txt_bld {
    font-weight: bold;
}

/*----------------------sp-----------------------*/

@media screen and (max-width: 768px) {
#main .pc {
    display: none;
}
#main .sp {
    display: block;
}
#main img{
    width: 100%;
}
/* =========================================================
head
========================================================= */
#main {
    background: url(../images/main_bg_sp.jpg);
    background-size: contain;
    margin: 0;
}
    #main .mv{
        background: none;
    }    
#main .point {
    padding: 20px 5%;
    width: 90%;
}    
#main .point h2 {
    font-size: 16px;
    line-height: 1.8;
    color: #404040;
    margin-bottom: 5px;
}    
#main .point h2:before {
    content: none;
}
#main .point h2:after {
    content: none;
}
#main .point .lead {
    font-size: 14px;
    color: #404040;
    text-align: center;
    margin-bottom: 10px;
}

#main .point01, #main .point02 {
    width: 100%;
    padding: 20px 10px 0;
    margin: 0 0 20px;
    background: url(../images/point_bg01.png),url(../images/point_bg03.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top left,bottom right;
    background-size: 70px;
    background-color: #fff;
}    
#main .point h3 {
    font-size: 16px;
}
#main .point h3:before {
    content: none;
}
#main .point h3:after {
    content: none;
}

#main .point img {
    width: 50%;
    height: 50%;
    margin-bottom: 15px;
}
#main .point02 img {
    width: 100%;
    height: 50%;
    margin-bottom: 15px;
}
#main .friend {
padding: 10% 5% 5%;
    width: 90%;
}
#main .friend h2 img {
    margin-top: -55px;
}    
#main .qr {
    border-radius: 5px;
    padding: 20px 20px;
    width: auto;
    margin: -5px auto 0;
}    
#main .qr p {
    font-size: 14px;
    margin-bottom: 1em;
}    
#main .qr img {
    width: 242px;
}
    
    
    
    
    
    
    
    

/* =========================================================
sp_links
========================================================= */
#sp_links {
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    z-index: 9;
}
#sp_links p {
    text-align: center;
}
#sp_links p.link a {
    width: 100%;
    height: 50px;
    display: block;
    background: #1eb900;
    padding: 16px 0 0;
    color: #fff;
    font-size: 1.5em;
    text-decoration: none;
}
}
/*----------------------top----------------------*/
#return_top {
    text-align: center;
    margin: 10px;
}
#return_top a {
    background: url("https://image.stworld.jp/images/common/tri01.gif") no-repeat scroll left 5px rgba(0, 0, 0, 0);
    line-height: 1em;
    padding-left: 10px;
}
