@charset "UTF-8";

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

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;
    bottom: 22%;
    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;
    bottom: 2%;
    right: 12px;
    font-family: "FOT-ロダン ProN DB";
    font-size: 11px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    color: #000;
    text-align: center;
    z-index: 898;
}
.shop-btn img, .ichigogari-btn img {
    width: 60%;
    margin: 0 auto 3px;
    padding: 0 20%;
}
.shop-btn a {
    font-family: "FOT-ロダン ProN DB";
    color: #fff;
    text-decoration: none;
}
.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%;
}
section2 {
    position: relative;
    width: 100%;
    padding: 30px 0;
    display: block;
    overflow: hidden;
}
section3 {
    position: relative;
    width: 100%;
    padding: 30px 0;
    display: block;
    background-color: #f4f4f4;
    overflow: hidden;
}
section4 {
    position: relative;
    width: 100%;
    padding: 30px 5%;
    display: block;
    box-sizing: border-box;
}
.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;
    margin: 50px 0;
}
.img-ground.scroll2, .img-ground.scroll3, .img-ground.scroll4 {
    font-family: "FOT-筑紫明朝 Pr6N H";
    color: #fff;
    font-size: 30px;
    text-align: center;
    line-height: 2.5em;
    letter-spacing: 0.1em;
    padding: 100px 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;
    margin: 50px 0;
}
.img-ground.scroll  {
  background-image: url('../img/top/ichigo.jpg');
}
.img-ground.scroll2  {
  background-image: url('../img/ichigo2.jpg');
}
.img-ground.scroll3  {
  background-image: url('../img/ichigo3.jpg');
}
.img-ground.scroll4  {
  background-image: url('../img/ichigo4.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; }

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

.map.delighter, .variety.delighter { transform:translatey(30%); opacity:0; transition: all .50s ease-out; }
.map.delighter.started, .variety.delighter.started { transform:none; opacity:1; }

section4.delighter, .variety.delighter { transform:translatey(10%); opacity:0; transition: all .50s ease-out; }
section4.delighter.started, .variety.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; }

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


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

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

.delighter .fade-slide {
    transition: all 0.8s ease-out; opacity: 0;
  width: 0px; overflow: hidden;
}
.delighter.started .fade-slide {
  max-width: 99999px;
    width: 100%;
    opacity: 1;
}
.delighter .goods1 {
    transition: all 0.8s ease-out; opacity: 0;
  width: 0px; overflow: hidden;
}
.delighter.started .goods1 {
  max-width: 99999px;
    width: 100%;
    opacity: 1;
}
.delighter .goods2 {
    transition: all 0.8s ease-out; opacity: 0;
    width: 0px; overflow: hidden;
}
.delighter.started .goods2 {
  max-width: 99999px;
    width: 60%;
    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;
}
.img-ground.scroll2, .img-ground.scroll3, .img-ground.scroll4 {
    background-size: cover;
    background-attachment: scroll;
    padding: 90px 5%;
    font-size: 24px;
}
.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;
}
.delighter.started .goods2 {
  max-width: 99999px;
    width: 70%;
    opacity: 1;
}

}
