@charset "UTF-8";

body,
html {
  height: 100%;
  margin: 0 auto;
}

header {
    width: 100%;
    padding: 10px 0 3px;
    margin: 0;
    text-align: center;
}
header #logo {
    width: 120px;
    margin: 0 auto;
    padding: 0;
}
.clear {
	clear: both;
}
.shop-btn {
    width: 120px;
    position:absolute;
    top: 25%;
    right: 12px;
    font-family: "FOT-ロダン ProN DB";
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    z-index: 899;
}
.ichigogari-btn {
    width: 120px;
    position:absolute;
    top: 60%;
    right: 12px;
    font-family: "FOT-ロダン ProN DB";
    font-size: 11px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
    z-index: 898;
}
.shop-btn img, .ichigogari-btn img {
    width: 60%;
    margin: 0 auto 3px;
    padding: 0 20%;
}
.shop-btn a, .ichigogari-btn a {
    font-family: "FOT-ロダン ProN DB";
    color: #fff;
    text-decoration: none;
}
.shop-btn a:hover, .ichigogari-btn a:hover {
    opacity: 0.6;
}
.section {
    position: relative;
    width: 100%;
}
.img-ground {
    font-family: "FOT-筑紫明朝 Pr6N H";
    color: #fff;
    font-size: 21px;
    text-align: center;
    line-height: 2.5em;
    letter-spacing: 0.1em;
    padding: 150px 10%;
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    text-shadow: 0px 0px 4px #000;
}
.img-ground.scroll  {
  background-image: url('../img/top/ichigo.jpg');
}
.container {
}
.dot-haikei {
    position: relative;
    background-image: url(../img/dot.gif);
    background-repeat: repeat;
    background-size: 10px auto;
    padding: 20px 10% 20px;
    margin-bottom: 300px;
}
.small {
    font-size: 0.8em;
}
footer {
    position: relative;
    background-image: url(../img/dot.gif), url("../img/footer-irast.png");
    background-position: top left, center 50%;
    background-repeat: repeat, no-repeat;
    background-size: 10px auto, 160px auto;
    margin: 70px 0 0;
    padding: 50px 5% 20px;
    border-bottom: 30px solid #e4007f;
}
footer .logo {
    width: 100px;
    display:table;
    margin: 40px auto 0px;
}
footer .f-menu {
    width: auto;
    display: inline-block;
    float: left;
    margin-bottom: 120px;
}
footer .f-menu li {
    font-family: "FOT-ロダン ProN L";
    font-size: 12px;
    padding: 1px 20px 1px 0;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    display: inline-block;
    list-style: none;
}
footer .f-menu li a {
    font-family: "FOT-ロダン ProN DB";
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    color: #000;
    text-decoration: none;
}
footer .copy {
    font-family: "FOT-ロダン ProN EB";
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #000;
    text-align: right;
    float: right;
}

/* fade */
h1.delighter { transform:translatey(40%); opacity:0; transition: all .50s ease-out; }
h1.delighter.started { transform:none; opacity:1; }

.info.delighter { transform:translatey(40%); opacity:0; transition: all .50s ease-out; }
.info.delighter.started { transform:none; opacity:1; }

.info.l-image.delighter { transform:translate(-100%); opacity:0; transition: all 1.25s ease-out; }
.info.l-image.delighter.started { transform:none; opacity:1; }

.info.r-image.delighter { transform:translate(100%); opacity:0; transition: all 1.25s ease-out; }
.info.r-image.delighter.started { transform:none; opacity:1; }

.delighter.right { transform:translate(-100%); opacity:0; transition: all .75s ease-out; }
.delighter.right.started { transform:none; opacity:1; }


@media only screen and (max-width: 899px) {
header #logo {
    width: 90px;
    margin: 0 auto;
    padding: 0;
}
.img-ground {
    background-size: cover;
    background-attachment: scroll;
    padding: 120px 5%;
    font-size: 18px;
}
.shop-btn {
    width: 90px;
    position:fixed;
    top: auto;
    right: auto;
    bottom: 15px;
    left: 10px;
    font-family: "FOT-ロダン ProN DB";
    font-size: 10px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-align: center;
    z-index: 899;
}
.ichigogari-btn {
    width: 90px;
    position:fixed;
    top: auto;
    right: auto;
    bottom: 15px;
    left: 100px;
    font-family: "FOT-ロダン ProN DB";
    font-size: 10px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-align: center;
    z-index: 898;
}
.shop-btn img, .ichigogari-btn img {
    width: 60%;
    margin: 0 auto 2px;
    padding: 0 20%;
    opacity: 0.7;
}
.shop-btn a, .ichigogari-btn a {
    font-family: "FOT-ロダン ProN DB";
    color: #000;
    text-decoration: none;
}
footer {
    position: relative;
    background-image: url(../img/dot.gif);
    background-position: top left;
    background-repeat: repeat;
    background-size: 10px auto;
    margin: 70px 0 0;
    padding: 50px 5% 30px;
    border-bottom: 15px solid #e4007f;
}
footer .f-menu li {
    font-size: 12px;
    padding: 1px 20px 1px 0;
    margin-bottom: 25px;
}
footer .logo {
    width: 150px;
    display:table;
    margin: 0 auto 50px;
}

}
