@charset "UTF-8";

/*common*/

body {
    color: #333;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    background: #fff100;
}

a:link {
    text-decoration: none;
    color: #f90;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

a:visited {
    text-decoration: none;
    color: #f90;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

p {
    margin-bottom: 1em;
}

p:last-child {
    margin-bottom: 0;
}

/*PC--------------------------------------------------------------------------------------*/

/*header*/

.header-bg {
    width: 100%;
    background: url(/img/freepage/charagum_cl/images/bg.jpg) repeat-x #fff100;
    overflow: hidden;
}

.header-wrap {
    max-width: 1220px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
}

header{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 99.16666%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    background: url(/img/freepage/charagum_cl/images/header.png) no-repeat;
    background-size: cover;
}

header h1 {
    display: none;
}

header .tw-pos{
    position: absolute;
    width: 60px;
    top: 3%;
    right: 0;
}

header .tw-pos img{
    width: 100%;
}

header .movie-pos{
    position: absolute;
    width: 56.666666%;
    top: 58.6%;
    left: 21.66666%;
}

.movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}


/*contents*/

#wrap {
    max-width: 1220px;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}

section{
    width: 100%;
    background: url(/img/freepage/charagum_cl/images/bg.png) repeat-x bottom left #fff;
    overflow: hidden;
    margin-bottom: 3%;
    padding: 3% 3% 3.5% 3%;
    box-sizing: border-box;
}


/*list*/

.StyleF_Frame_ {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% -3% -1.5%;
}

.StyleF_Item_ {
    flex-basis: 22%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 1.5% 3% 1.5%;
    background: #000;
}

.StyleF_Item_ .img_ {
    width: 100%;
    padding: 10px;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 0.5em;
}

.StyleF_Item_ .price_ {
    margin-top: 0.3em;
    font-size: 0.9em;
    color: #fff100;
}

.StyleF_Item_ .cart_ {
    width: 100%;
    margin: 0.5em 0 0 0;
}

.StyleF_Item_ .img_ img {
    width: 100%;
}

.StyleF_Item_ .cart_ img {
    width: 100%;
}


/*footer*/

footer {
    width: 100%;
    font-size: 0.9em;
    box-sizing: border-box;
    line-height: 1.5;
    padding: 3%;
    text-align: center;
    background: #e94620;
}



.movic-logo {
    width: 200px;
    margin: 0 auto 1rem auto;
}

.movic-logo img {
    width: 100%;
}

/*to top*/

#page-top {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 50px;
    z-index: 20;
}

#page-top img {
    width: 100%;
}

/*MOBILE--------------------------------------------------------------------------------------*/



@media only screen and (max-width: 700px) {

    body {
        font-size: 14px;
    }
    
    .header-wrap {
        max-width: 1220px;
        width: 100%;
        padding: 0;
        box-sizing: border-box;
        margin: 0 auto;
    }
    
    header{
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 221.42857%;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        background: url(/img/freepage/charagum_cl/images/header.jpg) no-repeat;
        background-size: cover;
    }
    
    header .tw-pos{
        position: absolute;
        width: 60px;
        top: 3%;
        right: 3%;
    }
    
    header .movie-pos{
        position: absolute;
        width: 94%;
        top: 67%;
        left: 3%;
        border: 7px solid #000;
        box-sizing: border-box;
    }
    
    #wrap {
        max-width: 1220px;
        padding: 0;
        box-sizing: border-box;
        width: 100%;
        margin: 0 auto;
    }
    
    section{
        width: 100%;
        background: url(/img/freepage/charagum_cl/images/bg.png) repeat-x bottom left #fff;
        overflow: hidden;
        margin-bottom: 0;
        padding: 3% 3% 3.5% 3%;
        box-sizing: border-box;
    }
    
    .StyleF_Item_ {
        flex-basis: 47%;
        box-sizing: border-box;
        padding: 10px;
        margin: 0 1.5% 3% 1.5%;
        background: #000;
    }

    footer {
        width: 100%;
        font-size: 0.9em;
        box-sizing: border-box;
        line-height: 1.5;
        padding: 1rem;
        text-align: center;
    }

    .br::before {
        content: "\A";
        white-space: pre;
    }
    
    .movic-logo {
        width: 150px;
        margin: 0 auto 1rem auto;
    }

}



/*項目非表示設定*/

.rdt_,
.comment_,
.pre_sales_,
.btn_,
.cart_{
    display: none;
}
