@charset "utf-8";
/*共通設定*/
*,
::before,
::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    font-size: 16px;
    line-height: 1.7;
    color: #222;
    letter-spacing: 0.05em;
}

img {
    max-width: 100%;
}

.wrap {
    overflow: hidden;
}
/*終わり*/


/*<div class="lp-area">*/
.lp-area {
    max-width: 599px;
    width: 100%;
    margin: 0 auto;
}

.lp-img {
    position: relative;
    display: inline-block;
}

.lp-img img {
    vertical-align: bottom;
}

.line-btn-01 {
    position: absolute;
    color: transparent;
    top: 15%;
    left: 0;
    width: 100%;
    height: 100px;
    display: block;
}

.line-btn-02 {
    position: absolute;
    color: transparent;
    bottom: 1%;
    left: 0;
    width: 100%;
    height: 100px;
    display: block;
}

.line-btn-03 {
    position: absolute;
    color: transparent;
    top: 14%;
    left: 0;
    width: 100%;
    height: 100px;
    display: block;
}

.line-btn-04 {
    position: absolute;
    color: transparent;
    bottom: 1.5%;
    left: 0;
    width: 100%;
    height: 100px;
    display: block;
}

/*終わり*/

  
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  

/*<header class="header">*/
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<div class="lp-area">*/
    .line-btn-01 {
        height: 60px;
    }

    .line-btn-02 {
        height: 60px;
    }

    .line-btn-03 {
        height: 60px;
    }

    .line-btn-04 {
        height: 60px;
    }
/*終わり*/

}