@charset "UTF-8";

/*common*/
html {
    height: 100%;
}

body {
    color: #333;
    font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    line-break: strict;
    word-break: break-all;
    text-align: justify;
    text-justify: distribute;
    min-height: 100vh;
    height: 100%;
    background: url(../images/bg.jpg) no-repeat #dcf4d8 center top fixed;
    background-size: cover;
    position: relative;
}

a:link {
    text-decoration: none;
    color: #e72f7e;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

a:visited {
    text-decoration: none;
    color: #e72f7e;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

p:not(:last-child) {
    margin-bottom: 1em;
}


/*PC--------------------------------------------------------------------------------------*/


.bg-ill {
    position: fixed;
    max-width: 1300px;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}

.bg-ill .ill {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 80.76923%;
    position: relative;
    width: 100%;
    background: url("../images/BGill.png") no-repeat;
    text-indent: -9999px;
    background-size: cover;
    display: block;
    overflow: hidden;
}


/*header*/

.header-wrap {
    max-width: 1220px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.header-wrap .header {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 63.33333%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
}

.header-wrap .header .logo-pos {
    position: absolute;
    top: 0;
    left: 0;
    width: 53.75%;
}

.header-wrap .header .logo-pos h1 {
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 117.82945%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    background: url(../images/header.png) no-repeat;
    background-size: cover;
}

.header-wrap .header .tw-pos {
    position: absolute;
    top: 3%;
    right: 0;
    width: 6%;
}

.header-wrap .header .tw-pos img {
    width: 100%;
}

/*twitter*/

.twitter-wrap {
    max-width: 1220px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    padding-bottom: 5vh;
}

.twitter-box {
    max-width: 600px;
    width: 100%;
}

/*contents*/

.wrap {
    max-width: 1220px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 auto 5vh auto;
}

.product-bg section{
    background: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 3%;
}

h2{
    background: #0099b3;
    color: #fff;
    text-align: center;
    padding: 1rem;
    font-size: 1.3rem;
}


/*list*/

.StyleF_Frame_ {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.5% -3% -1.5%;
}

.StyleF_Item_ {
    flex-basis: 25%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 0 3% 0;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 1.5%;
}

.StyleF_Item_ .img_ {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.5em;
}

.StyleF_Item_ .price_ {
    margin-top: 0.3em;
    font-size: 0.9em;
    color: #f90;
}

.StyleF_Item_ .cart_ {
    width: 100%;
    margin: 0.5em 0 0 0;
}

.StyleF_Item_ .img_ img {
    width: 100%;
}

.StyleF_Item_ .cart_ img {
    width: 100%;
}

/*項目非表示設定*/

.rdt_,
.comment_,
.pre_sales_,
.btn_{
    display: none;
}
@media only screen and (max-width: 767px) {

    .btn_ {
        display: block;
    }
    .cart_btn_{
        display: block;
        color: transparent;
        width: 100%;
        background: none;
        border: none;
        height: 4vh;
    }
    .cart_btn_.closed_{
        background: url("/img/sys/button/close_s_102615.gif") center center no-repeat;
        background-size: contain;
    }
    .cart_btn_.order_{
        background: url("/img/sys/button/cart_s_102615.gif") center center no-repeat;
        background-size: contain;
    }
    .cart_btn_.sold_out_{
        background: url("/img/sys/button/soldout_s_102615.gif") center center no-repeat;
        background-size: contain;
    }
    .cart_btn_.reservation_{
        background: url("/img/sys/button/reserved_s_102615.gif") center center no-repeat;
        background-size: contain;
    }

}

/*footer*/

footer {
    width: 100%;
    background: #333;
    z-index: 10;
    position: relative;
    padding: 3vh;
    box-sizing: border-box;
}

footer .copyright-wrap{
    max-width: 498px;
    width: 100%;
    margin: 0 auto;
}

footer figure.copyright{
    top: 0px;
    left: 0px;
    height: 0;
    padding-top: 2.61044%;
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    -webkit-transition: all 500ms 0s ease;
    transition: all 500ms 0s ease;
    background: url(../images/copyright2.png) no-repeat;
    background-size: cover;
}


/*to top*/

#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 70px;
    margin-bottom: 0;
    z-index: 120;
}

#page-top img {
    width: 100%;
}

/*buy link*/


/*RESPONSIVE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 1100px) {

    .twitter-box {
        max-width: 600px;
        width: 100%;
        margin: 0 auto;
    }

}

/*MOBILE--------------------------------------------------------------------------------------*/

@media only screen and (max-width: 750px) {

    body {
        font-size: 14px;
        background-size: contain;
    }

    .bg-ill .ill {
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 175%;
        position: relative;
        width: 100%;
        background: url("../images/BGill2.png") no-repeat;
        text-indent: -9999px;
        background-size: cover;
        display: block;
        overflow: hidden;
    }

    .header-wrap .header {
        top: 0px;
        left: 0px;
        height: 90vh;
        padding-top: 0;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
    }

    .header-wrap .header .logo-pos {
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .header-wrap .header .tw-pos {
        position: absolute;
        top: 3%;
        right: 0;
        width: 15%;
    }

    .StyleF_Frame_ {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -2.5% -5% -2.5%;
    }

    .StyleF_Item_ {
        flex-basis: 50%;
        box-sizing: border-box;
        padding: 10px;
        margin: 0 0 5% 0;
        background: #fff;
        border-radius: 10px;
        box-sizing: border-box;
        padding: 0 2.5%;
    }

    .product-bg section{
        background: #fff;
        position: relative;
        box-sizing: border-box;
        padding: 5%;
    }

    footer .copyright-wrap{
        width: 80%;
        margin: 0 auto 0 0;
    }

    footer figure.copyright{
        top: 0px;
        left: 0px;
        height: 0;
        padding-top: 9.20245%;
        position: relative;
        width: 100%;
        display: block;
        overflow: hidden;
        -webkit-transition: all 500ms 0s ease;
        transition: all 500ms 0s ease;
        background: url(../images/copyright1.png) no-repeat;
        background-size: cover;
    }

    #page-top {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 50px;
        margin-bottom: 0;
        z-index: 120;
    }


}


/* Twitter埋め込み差し替え */
.twitter-box{
    padding: 20px 0;
    width: 500px;
    background-color: #fff;
    text-align: center;
}

.twitter_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.twitter_account img {
    border-radius: 50%;
    max-width: 200px;
    width: 100%;
}

.twitter_p {
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
    padding: 10px 10px 0;
}

.twitter_btn a {
    padding: 10px 40px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    background: #0e0e0e;
    color: #fff;
    position: relative;
}

.twitter_btn a:before {
    position: absolute;
    display: block;
    content: "";
    right: 0.8em;
    top: calc(50% - 0.3em);
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #ffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.2s;
}


@media only screen and (max-width: 575px){
    .twitter-box{
        width: 100%;
    }

    .twitter_account{
        width: 100%;
    }
}
