@charset "utf-8";

/* common ----------------------------- */
section.wrap {
    padding: 85px 0;
} 
section.wrap h3 {
    text-align: center;
    margin: 0 auto 60px;
}
section.wrap h3 p {
    font-weight: normal;
    margin: 5px 0 0 0;
}
section.wrap .columns .txtWrap h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 22px;
    margin: 0 0 13px;
}
section.wrap .columns .txtWrap p {
    font-size: 15px;
    line-height: 25px;
}
section.wrap .columns .txtWrap br.nrw {
    display: none;
}

@media screen and (max-width: 819px) {
    section.wrap .columns .txtWrap br.nrw {
        display: block;
    }
}


/*メインイメージ------------------------------------------------*/
#main {
    background: url(../img/main_img03.png) no-repeat center top,
                url(../img/main_img01.png) repeat-x center top;
}
#main .inner {
	width:100%;
    max-width: 1050px;
    margin: 0 auto;
    position: relative;
}
#main .inner img {
    width: 100%;
}
#main .inner .appBtn {
    position: absolute;
    width: 19%;
    height: auto;
    bottom: 5.5%;
    right: 10.95%;
    
    /* 公開されたら下記1行を削除 */
}


/*なつすた------------------------------------------------*/
#about h3 {
    margin: 0 auto 35px;
}
#about .columns {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
    font-size: 0;
}
#about .columns .appImg {
    width: 300px;
    text-align: center;
    display: inline-block;
}
#about .columns .txtWrap {
    width: calc(100% - 300px);
    text-align: left;
    vertical-align:top;
    line-height: 25px;
    padding: 60px 0 0 0;
    display:inline-block;
}
#about .columns .txtWrap h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 25px;
    margin: 0 0 4px;
}
#about .columns .txtWrap p {
    font-size: 15px;
    line-height: 25px;
}
#about .txtWrap section{
    margin: 0 0 40px;
	
}


/*使い方------------------------------------------------*/
#howtouse {
    background: #ffeaf3;
    text-align: center;
}
#howtouse .sliderWrap {
    width: 700px;
    margin: 0 auto;
    position: relative;
}
#howtouse .sliderWrap .arrow {
    position: absolute;
    top: 305px;
    cursor: pointer;
}
#howtouse .sliderWrap .arrow:hover {
    opacity: 0.7;
}
#howtouse .sliderWrap .arrowL {
    left: 0;
    z-index: 1000;
}
#howtouse .sliderWrap .arrowR {
    right: 0;
    z-index: 1001;
}
#howtouse .sliderWrap:before {
    content:"";
    background: -moz-linear-gradient(left, rgba(255,234,243,1) 0%, rgba(255,234,243,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,234,243,1) 0%,rgba(255,234,243,0) 100%);
    background: linear-gradient(to right, rgba(255,234,243,1) 0%,rgba(255,234,243,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffeaf3', endColorstr='#00ffeaf3',GradientType=1 );
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 998;
}
#howtouse .sliderWrap:after {
    content:"";
    background: -moz-linear-gradient(left, rgba(255,234,243,0) 0%, rgba(255,234,243,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,234,243,0) 0%,rgba(255,234,243,1) 100%);
    background: linear-gradient(to right, rgba(255,234,243,0) 0%,rgba(255,234,243,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffeaf3', endColorstr='#ffeaf3',GradientType=1 );
    width: 120px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}
#slider {
    opacity: 0;
}
#slider.show {
    opacity: 1;
}
#slider .img img {
    margin: 0 auto;
}
#slider h4 {
    font-size: 30px;
    font-weight: normal;
    margin: 0 0 26px;
}
#slider p {
    font-size: 16px;
    line-height: 28px;
	margin: 25px 0 0;
}


/*DOWNLOAD------------------------------------------------*/
#download .columns {
    width: 100%;
    max-width: 770px;
    margin: 0 auto;
    font-size: 0;
}
#download .appImg {
    width: 270px;
    padding: 0 0 0 40px;
    display: inline-block;
}
#download .columns .txtWrap {
    width: calc(100% - 270px);
    text-align: left;
    vertical-align: top;
    line-height: 25px;
    display: inline-block;
}

#download .columns .txtWrap p:nth-of-type(2){
    /* 公開されたら下記1行を削除 */
}
#download .columns .txtWrap .app {
     margin: 20px 0 0;
    
    /* 公開されたら下記1行を削除 */
}

/*CONTACT------------------------------------------------*/
#contact{
    background: #f3f3f6;
	text-align: center;
}
#contact p {
    line-height: 26px;
}
#contact #contactBtn {
    margin: 26px 0 0;
}
#contact #contactBtn a {
	background: #44d096;
	border-radius: 20px;
	color: #fff;
	width: 256px;
	height: 40px;
    line-height: 40px;
    margin: 0 auto;
    display: block;
}
#contact #contactBtn a:hover{
	background: #fff;
	border: solid 1px #ccc;
    color: #000;
}


/*スマホ用-----------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    
    /* common ----------------------------- */
    section.wrap h3 {
        margin: 0 auto 50px;
    }
    section.wrap h3 p {
        font-size: 3.6vw;
        margin: 10px 0 0 0;
    }
    section.wrap .columns .txtWrap h4 {
        font-size: 5.33vw;
        line-height: 1.5em;
        margin: 0 0 10px;
    }
    section.wrap .columns .txtWrap p {
        font-size: 4.5vw;
        line-height: 1.6em;
    }
    section.wrap .columns .txtWrap br.nrw {
        display: none;
    }
    
    /*メインイメージ------------------------------------------------*/
    #main {
        background: url(../img/main_img03_sp.png) no-repeat center;
    }
    #main .inner {
        max-width: 100%;
    }
    #main .inner .appBtn {
        width: 36%;
        bottom: 4.6%;
        right: 7.2%;
    }


    /*なつすた------------------------------------------------*/
    #about .columns {
        max-width: 100%;
    }
    #about .columns .appImg {
        width: 100%;
        display: block;
    }
    #about .columns .txtWrap {
        width: 100%;
        margin: 80px 0 0;
        line-height: 25px;
        padding: 0 5vw;
        display: block;
    }
    #about .columns .txtWrap h4 {
        font-size: 5.333vw;
        line-height: 1.4em;
        margin: 0 0 6px;
    }
    #about .columns .txtWrap p {
        font-size: 4.533vw;
        line-height: 1.6em;
    }
    #about .columns .txtWrap section:nth-of-type(1){
        margin: 0 0 40px;
    }
    
	
    /*使い方-----------------------------------------------*/
    #howtouse h3 {
        margin: 0 auto 40px;
    }
    #howtouse .sliderWrap {
        width: 100%;
    }
    #howtouse .sliderWrap .arrow {
        width: 9.6vw;
        height: 9.6vw;
        top: 38%;
    }
    #howtouse .sliderWrap .arrow img {
        width: 100%;
    }
    #howtouse .sliderWrap .arrowL {
        left: 6vw;
    }
    #howtouse .sliderWrap .arrowR {
        right: 6vw;
    }
    #howtouse .sliderWrap:before {
        width: 12vw;
    }
    #howtouse .sliderWrap:after {
        width: 12vw;
    }
    #slider .img img {
        width: 53.866vw;
    }
    #slider h4 {
        font-size: 5vw;
        margin: 0 0 20px;
    }
    #slider p {
        width: 62vw;
        font-size: 3.6vw;
        text-align: left;
        line-height: 1.85em;
        margin: 10px auto 0;
    }


    /*DOWNLOAD------------------------------------------------*/
    #download .columns {
        max-width: 100%;
    }
    #download .columns .appImg {
        width: 100%;
        text-align: center;
        padding: 0;
        display: block;
    }
    #download .columns .txtWrap {
        width: 100%;
        margin: 15px 0 0;
        text-align: center;
        line-height: 1em;
        display: block;
    }
    #download .columns .txtWrap h4 {
        font-size: 5.866vw;
        margin: 0 0 8px;
    }
    #download .columns .txtWrap p {
        font-size: 4vw;
    }
    #download .columns .txtWrap p:nth-of-type(2){
        margin: 15px 0 0;
    }
    #download .columns .txtWrap .app a {
        width: 43.33vw;
        margin: 0 auto;
        display: block;
    }
    #download .columns .txtWrap .app a img {
        width: 100%;
    }
    #download .columns .txtWrap br.nrw {
        display: block;
    }

    
    /*CONTACT------------------------------------------------*/
    #contact{
        background: #f3f3f6;
        text-align: center;
    }
    #contact p {
        font-size: 4vw;
        line-height: 1.5em;
    }
    #contact #contactBtn {
        margin: 26px 0 0;
    }
    #contact #contactBtn a {
        background: #44d096;
        border-radius: 25px;
        color: #fff;
        width: 60vw;
        height: 50px;
        line-height: 50px;
        margin: 0 auto;
        display: block;
    }
    #contact #contactBtn a:hover{
        background: #fff;
        border: solid 1px #ccc;
        color: #000;
    }

}


