/*Flavour css paste start*/

#img1 .flavour-img{
    background-image: url(https://moonfoodjapan.com/img/coconut.png);
}
#img2 .flavour-img{
    background-image: url(https://moonfoodjapan.com/img/choco.png);
}
#img3 .flavour-img{
    background-image: url(https://moonfoodjapan.com/img/matcha.png);
}
#img4 .flavour-img{
    background-image: url(https://moonfoodjapan.com/img/puresoy.png);
}
#img5 .flavour-img{
    background-image: url(https://moonfoodjapan.com/img/latte.png);
}
#img6 .flavour-img{
    background-image: url(https://moonfoodjapan.com/img/st.png);
}
#img7 .flavour-img{
    background-image: url(https://moonfoodjapan.com/img/apple.png);
}
#img8 .flavour-img{
    background-image: url(https://moonfoodjapan.com/img/amazake.png);
}
#img9 .flavour-img{
    background-image: url(https://moonfoodjapan.com/img/soysauce.png);
}
#img10 .flavour-img{
    background-image: url(https://moonfoodjapan.com/img/mangoLemon.png);
}
#img11 .flavour-img{
    background-image: url(https://moonfoodjapan.com/img/sweetPotato.png);
}
#img12 .flavour-img{
    background-image: url(https://moonfoodjapan.com/img/mandokoro.png);
}

/*Flavour css paste end*/

/*----------- link to shop -----------*/
/*----------- back to top button -----------*/
/*----------- header -----------*/
/*----------- menu -----------*/
/*----------- section quote -----------*/
/*----------- section parts -----------*/
/*----------- section about us -----------*/
/*----------- section flavours -----------*/
/*----------- section shop -----------*/
/*----------- section ingredients -----------*/
/*----------- section news -----------*/
/*----------- section findus -----------*/
/*----------- section contact -----------*/
/*----------- section footer -----------*/



html {
    font-family: 'Lato', Arial, '游ゴシック', 'YuGothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    letter-spacing:3px;
}
a {
    color: greenyellow;
    text-decoration: none;
    cursor: pointer;
}
.container {
    width:100%;
}
.clear {
    clear:both;
}

/*----------- link to shop -----------*/
/*

.shoplink {
    position: fixed;
    left: 20px;
    top: 80px;
    animation-name: shake;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    z-index: 1;
    -webkit-transition: top 1s ease-in-out;
        -moz-transition: top 1s ease-in-out;
        -o-transition: top 1s ease-in-out;
        transition: top 1s ease-in-out;
}
.shoplink.focusing {
    top: -100px;
}
.shoplink a {
    display: block;
}
.shoplink img {
    width: 90px;
}
@-webkit-keyframes shake {
    0% {opacity: 1;}
    20% {opacity: 1;}
    25% {opacity: 0;}
    95% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes shake {
    0% {left: 20px;}
    2% {left: 16px;}
    4% {left: 24px;}
    6% {left: 17px;}
    8% {left: 23px;}
    10% {left: 18px;}
    12% {left: 22px;}
    14% {left: 19px;}
    16% {left: 21px;}
    18% {left:20px;}
    100% {}
}

/*----------- back to top button -----------*/

.backToTop {
    background: rgba(0,0,0,0.5);
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 60px;
    width: 60px;
    z-index: 1;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display:none;
    -webkit-transition: bottom 1s ease-in-out;
        -moz-transition: bottom 1s ease-in-out;
        -o-transition: bottom 1s ease-in-out;
        transition: bottom 1s ease-in-out;
}
.backToTop.focusing {
    bottom:-100px;
}

.backToTop span {
    position: relative;
    top: 15pt;
    left: 18px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 0.3em solid white;
    border-top: 0.3em solid white;
    transform: rotate(-45deg);
    animation-name: uparrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
/* The animation code */
@-webkit-keyframes uparrow {
    0%   {top: 15pt;}
    50%  {top: 20pt;}
    100% {top: 15pt;}
}
@keyframes uparrow {
    0%   {top: 15pt;}
    50%  {top: 20pt;}
    100% {top: 15pt;}
}

/*----------- header -----------*/

header {
    width: 100%;
    height: 100vh;
    min-height: 500px;
}
h1 {
    display: none;
}
.header-bg, .header-bg1, .header-bg2, .header-bg3, .header-bg4 {
    position:absolute;
    width:100%;
    height:100vh;
    min-height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    animation-name: bgfade;
    animation-duration: 25s;
    animation-iteration-count: infinite;
}
.header-bg {
    z-index:-1;
    background-image: url("../img/header-bg.jpg");
}
.header-bg1 {
    z-index:-2;
    background-image: url("../img/header-bg1.jpg");
    animation-delay:5s;
    -webkit-animation-delay:5s
}
.header-bg2 {
    z-index:-3;
    background-image: url("../img/header-bg2.jpg");
    animation-delay:10s;
    -webkit-animation-delay:10s
}
.header-bg3 {
    z-index:-4;
    background-image: url("../img/header-bg3.jpg");
    animation-delay:15s;
    -webkit-animation-delay:15s
}
.header-bg4 {
    z-index:-5;
    background-image: url("../img/header-bg4.jpg");
    animation-delay:20s;
    -webkit-animation-delay:20s
}

@-webkit-keyframes bgfade {
    0% {opacity: 1;}
    20% {opacity: 1;}
    25% {opacity: 0;}
    95% {opacity: 0;}
    100% {opacity: 0;}
}
@keyframes bgfade {
    0% {opacity: 1;}
    20% {opacity: 1;}
    25% {opacity: 0;}
    95% {opacity: 0;}
    100% {opacity: 1;}
}

.header-top {
    width: 100%;
    height:100vh;
    min-height: 500px;
    position: relative;
}
header .logo {
    margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(0, -50%);
}
header .logo img {
    width:50%;
}
.top-right {
    float: right;
    margin: 10px;
}
.header-top .sns {
    display:none;
}
.header-top .lang {
    display: none;
}
.lang ul {
    margin:0;
    padding:0;
    margin: 0 0 0 15px;
}
.lang li {
    display: inline;
    line-height: 50px;
}
.lang li a {
    color: white;
}
.scrollArrow {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-right: 0.3em solid white;
    border-top: 0.3em solid white;
    transform: rotate(135deg);
    animation-name: downarrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

/* The animation code */
@-webkit-keyframes downarrow {
    0%   {top: 0pt;}
    50%  {top: 7pt;}
    100% {top: 0pt;}
}
@keyframes downarrow {
    0%   {top: 0pt;}
    50%  {top: 7pt;}
    100% {top: 0pt;}
}
.scrolldown {
    width: 100%;
    position: absolute;
    bottom: 65px;
    text-align: center;
    color:white;
    font-weight: 900;
}

@media screen and (orientation: landscape) and (max-width: 767px) {


    header .logo {
        top: 45%;
    }
    header .logo img {
        width: 30%;
    }
    header {
        min-height: 0;
    }
    .header-top {
        min-height: 0;
    }
    .header-bg, .header-bg1, .header-bg2, .header-bg3, .header-bg4 {
        min-height: 0;
    }
}

/*----------- menu -----------*/

.mob-menu {
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    text-align: right;
    z-index: 1;
    background-color: #171717;
    opacity: 0.6;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.mob-menu.open {
    opacity: 1;
}
.mob-menu.focusing {
    top: -100px;
}
.mob-menu a {
    display: block;
    margin:5px auto;
    width: 50px;
    text-align: center;
}
.mob-menu img {
    width: 100%;
    height: auto;
}
.menubottum {
    float: right;
    z-index: 1;
    width: 50px;
    height: 45px;
    position: fixed;
    top: 0;
    right: 0;
    margin: 12px 10px 0 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.menubottum span {
  display: block;
  position: absolute;
  height: 6px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.menubottum.focusing span {
    background: #444 !important;
}

.menubottum span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.menubottum span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

.menubottum span:nth-child(1), .menubottum span:nth-child(2) {
  top: 0px;
}

.menubottum span:nth-child(3), .menubottum span:nth-child(4) {
  top: 15px;
}

.menubottum span:nth-child(5), .menubottum span:nth-child(6) {
  top: 30px;
}

.menubottum.open span:nth-child(1),.menubottum.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menubottum.open span:nth-child(2),.menubottum.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menubottum.open span:nth-child(1) {
  left: 5px;
  top: 9px;
}

.menubottum.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 9px;
}

.menubottum.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.menubottum.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.menubottum.open span:nth-child(5) {
  left: 5px;
  top: 25px;
}

.menubottum.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 25px;
}

nav.topnav {
    display: block;
    background-color: #171717;
    font-size: 20px;
    letter-spacing: 3vw;
    position: fixed;
    top: 59px;
    width: 100%;
    display:none;
    overflow: hidden;
    text-align: center;
    z-index: 2;
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
nav.topnav::-webkit-scrollbar {
    display: none;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
nav li {
    float: none;
    display: inline;
}
nav li span {
    font-size: 12px;
    color: #8c8c8c;
}
nav li a {
    color: white;
    display: block;
    line-height: 20px;
    margin-bottom: 10px;
}
nav li .home {
    padding: 0 5px;
}
.topnav img {
    display:none;
}
.topnav .sns {
    display: inline-block;
    width: 80%;
    float: left;
}
.topnav .sns img {
    width: 50px;
    margin: 0px 0.8vw;
    display: inline;
}
.topnav .lang {
    margin-bottom: 20px;
}
.topnav .lang ul {
    margin: 0;
    display: inline-block;
}
.topnav .lang li a {
    color:white;
    line-height: 50px;
}
.closer {
    display: none;
}
.closer.active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    background: rgba(250,250,250,0.5);
}

/*----------- section quote-----------*/

section.quote {
    background: url("../img/quote-bg.jpg") -10px -10px repeat;
    background-size:550px 229px;
    width:100%;
    height:300px;
}
section.quote .quote-container {
    margin: 0 0 0 5%;
    padding-top: 60px;
}
section.quote h2 {
    margin: 0;
    font-size: 12px;
    letter-spacing: 4px;
}
section.quote h2 span {
    display: block;
    padding: 20px 0;
}
section.quote h2 span.q1 {
    text-align:left;
}
section.quote h2 span.q2 {
    margin-left: calc((100vw - 250px)/2);
}
section.quote h2 span.q3 {
    display: inline-block;
    float: left;
    margin-left: calc((100vw - 318px));
}
section.quote h2 span.q4 {
    display: inline-block;
    margin-left: -10px;
    animation-name: blinkbar;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@-webkit-keyframes blinkbar {
    0% {opacity: 1;}
    49% {opacity: 1;}
    50% {opacity: 0;}
    99% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes blinkbar {
    0% {opacity: 1;}
    49% {opacity: 1;}
    50% {opacity: 0;}
    99% {opacity: 0;}
    100% {opacity: 1;}
}

/*----------- section ad -----------*/

.giftbarner {
    width: 90%;
    margin: 0 auto;
    z-index: 100;
    padding-bottom: 20px;
}
.giftbarnerInner {
    margin: 0 auto;
}
.giftbarner {
    width: 100%;
}
.giftbarnerInner img {
    width: 100%;
}

/*----------- section parts -----------*/

section {
    width:100%;
}
.secheader {
    text-align:center;
    padding: 30px 0;
    position: relative;
}
.secheader img {
    width: 70px;
}
.secheader h3 {
    margin: 20px 0 0 0;
    letter-spacing: 7px;
}
.secheader h4 {
    margin: 5px 0 0 0;
    font-size: 12px;
    color: white;
    font-weight: 100;
}


/*----------- section warning -----------*/

section.warning {
    padding-bottom: 20px;
    padding-top: 20px;
}
.shippingCaution {
    border: #d08282 9px solid;
    width: 90%;
    margin: 0 auto;
}
.shippingCautionInner {
    width: 90%;
    margin: 0 auto;
}
.shippingCaution h4 {
    font-size: 16px;
    letter-spacing: 3px;
    color: #bf7575;;
}
.shippingCaution p {
    font-size: 13px;
    line-height: 25px;
    letter-spacing: 1.5px;
}
.shippingCaution p span {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    letter-spacing: 2px;
    font-weight: bold;
    color: #797979;
    text-align: right;
}

/*----------- section about us -----------*/

.aboutus .secheader {
    background: #f3bdd7;
}
.aboutus .secheader:before {
    background: linear-gradient(-45deg, #f3bdd7 5px, transparent 0), linear-gradient(45deg, #f3bdd7 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.aboutus .secheader:after {
    background: linear-gradient(-225deg, #f3bdd7 5px, transparent 0), linear-gradient(225deg, #f3bdd7 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.aboutus .photo {
    width: 100%;
    position: relative;
    z-index: -1;
    padding-bottom: 100%;
    background: url(../img/aboutus.jpg);
    background-size: cover;
    background-position: center center;
}
.aboutus .words {
    width:100%;
    text-align:center;
    height: 100vw;
    background: #fff;
}
.words {
    position: relative;
}
.words:before {
    background: #fff;
    content: " ";
    display: block;
    position: absolute;
    top: -7vw;
    width: 15vw;
    height: 15vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.words-container {
    width: 85%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.words h5 {
    font-size: 4vw;
    letter-spacing: 1.5vw;
    margin: 0;
    padding: 0 0 10px;
}
.words p {
    font-size: 3vw;
    line-height: 8vw;
    letter-spacing: .1em;
}

/*----------- section flavours -----------*/
section.flavours {
    margin-bottom:20px;
}

.flavours .secheader {
    background: #c1e6ea;
}
.flavours .secheader:before {
    background: linear-gradient(-45deg, #c1e6ea 5px, transparent 0), linear-gradient(45deg, #c1e6ea 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.flavours .secheader:after {
    background: linear-gradient(-225deg, #c1e6ea 5px, transparent 0), linear-gradient(225deg, #c1e6ea 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.flavours p {
    text-align: center;
    margin: 40px auto;
    font-size: 3vw;
    width: 80%;
}
.flavours p span {
    font-size: 2vw;
    background-color: #353535;
    color: white;
    padding: 10px;
    margin-top: 10px;
    display: block;
}
.imgs-container {
    width:70%;
    margin:0 auto;
}
.parent {
    width:100%;
    height: 67.5vw;
    position: relative;
    margin-bottom:10px;
}
.flavour-img {
    position: relative;
    width:100%;
    height:100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;

}
.icecream {
    width: 100%;
}
.name {
    height: 22%;
    position: absolute;
    top: 0;
    bottom:0;
    margin:auto;
    left: 0;
    right: 0;
}
.soymilk {
    width: 35%;
    position: absolute;
    bottom: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.seasonal {
    width: 40%;
    position:absolute;
    top: 0;
    right: 0;
}
p.gototext {
    opacity: 0;
}
.finger-pointer {
    opacity: 0;
}

/*----------- section shop -----------*/

.shop .secheader {
    background: #efb08c;;
}
.shop .secheader:before {
    background: linear-gradient(-45deg, #efb08c 5px, transparent 0), linear-gradient(45deg, #efb08c 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.shop .secheader:after {
    background: linear-gradient(-225deg, #efb08c 5px, transparent 0), linear-gradient(225deg, #efb08c 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.shop .photo {
    width: 100%;
    position: relative;
    z-index: -1;
    padding-bottom: 100%;
    background: url(../img/shop.jpg);
    background-size: cover;
    background-position: center center;
}
.shop .words {
    width:100%;
    text-align:center;
    height: 100vw;
    background: #fff;
}
.shop .words h5 {
    font-size: 3vw;
}
.shop .words p {
    font-size: 2.5vw;
}
.gotoshop {
    font-size: 2.5vw;
    margin-top: 20px;
    border: #b1b1b1 1px solid;
    line-height: 10vw;
    color: #222;
    letter-spacing: 1.4vw;
}

/*----------- section ingredients -----------*/

.ingredients .secheader {
    background: #c2e1bf;
}
.ingredients .secheader:before {
    background: linear-gradient(-45deg, #c2e1bf 5px, transparent 0), linear-gradient(45deg, #c2e1bf 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.ingredients .secheader:after {
    background: linear-gradient(-225deg, #c2e1bf 5px, transparent 0), linear-gradient(225deg, #c2e1bf 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.ingredients .photo {
    width: 100%;
    position: relative;
    z-index: -1;
    padding-bottom: 100%;
    background: url(../img/ingredients.jpg);
    background-size: cover;
    background-position: center center;
}
.ingredients .words {
    width:100%;
    text-align:center;
    height: 100vw;
    background: #fff;
}

/*----------- section news -----------*/
/*

.news .secheader {
    background: #ece8bd;
}
.news .secheader:before {
    background: linear-gradient(-45deg, #ece8bd 5px, transparent 0), linear-gradient(45deg, #ece8bd 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.news .secheader:after {
    background: linear-gradient(-225deg, #ece8bd 5px, transparent 0), linear-gradient(225deg, #ece8bd 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.news-container {
    width: 100%;
}
.news-inner {
    width: 90%;
    margin: 12vw auto;
}
.news-line {
    border-bottom: #b7b7b7 1px solid;
    margin: 30px 0;
}
.news-line p {
    margin: 0;
}
span.date {
    font-size: 3vw;
}
span.tag {
    display: inline-block;
    color: white;
    width: 12vw;
    height: 4vw;
    text-align: center;
}
span.tag.news{
    background-color: #ff9e9e;
    padding: 5px;
    font-size: 3vw;
}
span.tag.new-dealer{
    background-color: #bde3e1;
    padding: 5px;
    font-size: 3vw;
    letter-spacing: 0px;
}
span.tag.new-item{
    background-color: #c2e2c1;
    padding: 5px;
    font-size: 3vw;
}
span.tag.media{
    background-color: #e4d86f;
    padding: 5px;
    font-size: 3vw;
    letter-spacing: 2px;
}
span.contant {
    display: block;
    margin-top: 10px;
    padding-left: 10px;
    font-size: 4vw;
}
.news-button {
    border: #afafaf 1px solid;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    letter-spacing: 5px;
    font-size: 2.5vw;
    line-height: 6vw;
    color: #484848;
    margin-bottom: 40px;
}

/*----------- section findus -----------*/

.findus .secheader img {
    width: auto;
    height: 70px;
}

.findus .secheader {
    background: #f7c9c9;
}
.findus .secheader:before {
    background: linear-gradient(-45deg, #f7c9c9 5px, transparent 0), linear-gradient(45deg, #f7c9c9 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.findus .secheader:after {
    background: linear-gradient(-225deg, #f7c9c9 5px, transparent 0), linear-gradient(225deg, #f7c9c9 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.findus-container {
    width: 80%;
    margin: 0 auto;
}
p.discFindus {
    font-size: 2.5vw;
    text-align: center;
    margin-top: 40px;
    line-height: 5vw;
}
.choose-pref {
    margin: 50px auto;
    position: relative;
    overflow: hidden;
    width: 80%;
    height: 80px;
    background-color: #66a048;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}
.choose-pref:before {
    position: absolute;
    bottom: 10px;
    right: 46%;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
}
.tempforSize {
    font-size: 4.5vw;
    letter-spacing: normal;
}
select#pref {
    background: transparent;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    height: 80px;
    width: 100%;
    color: white;
    font-size: 4.5vw;
    padding: 0 0 0 0;
    -webkit-appearance: none;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border: none;
}
.result-line {
    border-bottom: #b7b7b7 1px solid;
    margin: 30px 0;
}
.result-line p {
    margin: 0;
    float: left;
}
span.tag {
    display: inline-block;
    color: white;
    width: 12vw;
    height: 4vw;
    text-align: center;
}
.findus span.tag {
    font-size: 14px;
    width: 60px;
    height: 23px;
    line-height: 23px;
}
span.tag.retail{
    background-color: #ff9e9e;
}
span.tag.restaurant{
    background-color: #bde3e1;
    letter-spacing: -4px;
}
span.findusname {
    font-size: 4vw;
    margin-left: 10px;
}
span.address {
    display: block;
    font-size: 3vw;
    margin: 10px 0 5px 10px;
}
.googlemap a {
    display: inline-block;
    float: right;
}
.googlemap img {
    width: 30px;
}

/*----------- section contact -----------*/

.contact .secheader {
    background: #d1d2d4;
}
.contact .secheader:before {
    background: linear-gradient(-45deg, #d1d2d4 5px, transparent 0), linear-gradient(45deg, #d1d2d4 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.contact .secheader:after {
    background: linear-gradient(-225deg, #d1d2d4 5px, transparent 0), linear-gradient(225deg, #d1d2d4 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
}
.contact-inner {
    width: 80%;
    margin: 40px auto;
}
.contact-inner p {
    text-align: center;
    font-size: 2.5vw;
    border-bottom: #d8d8d8 1px solid;
    padding-bottom: 20px;
}
.field {
    border-bottom: #d8d8d8 1px solid;
    padding-bottom: 20px;
}
label {
    display: block;
    font-size: 4vw;
    margin: 20px 0;
}
span.formTag {
    font-size: 14px;
    display: inline-block;
    line-height: 25px;
    height: 25px;
    text-align: center;
    width: 58px;
    margin-left: 20px;
}
span.formTag.req {
    background-color: #e6bdd8;
    color: white;
}
span.formTag.nonReq {
    background-color: #ffffff;
    color: #9a9a9a;
    border: #9a9a9a 1px solid;
}
textarea#message{
    height:200px;
}

textarea#message, .contact-container input {
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 4px;
    outline: 0;
    padding: 7px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #3c3c3c;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
}
textarea#message:focus, .contact-container input:focus{
    background: #d2d9dd;
}
.infomation {
    margin: 20px 0;
}
.information p {
    /* font-size: 2vw; */
    border: none;
}
.parsonalInformation {
    height: 120px;
    overflow-y: scroll;
    overflow-x: hidden;
    border: #d8d8d8 1px solid;
    padding: 20px;
}
.parsonalInformation h4 {
    text-align: center;
    font-size: 3.5vw;
}
button {
    margin: 34px auto;
    display: block;
    width: 80%;
    height: 60px;
    font-size: 0;
    letter-spacing: 30px;
    padding-left: 4vw;
    border: none;
    background-color: #66a048;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    -webkit-appearance: none;
    color: white;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
button.disabled {
    background-color: #afafaf;
}
span.buttonText {
    font-size: 7vw;
    letter-spacing: 4vw;
}
.success {
    border: #66a048 1px solid;
    background-color: #ffffff;
    color: #66a048;
}
button img {
    height: 50px;
    padding-right: 30px;
}

.error {
    padding: 1em;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #f2dede;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: fixed;
    top: 40%;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    text-align: center;
    display: none;
    border: 1px solid rgba(185, 74, 72, 0.3);
}
textarea.nonValid , input.nonValid {
    border: #EAB6B6 4px solid !important;
}
textarea.valid, input.valid {
    border: #b4eaa3 4px solid !important;
}
span.validation {
    color: #ff7777;
    font-size: 3vw;
}
.field.submit {
    border: none;
}

.contactus {
    font-size: 2.5vw;
    margin-top: 20px;
    border: #b1b1b1 1px solid;
    line-height: 10vw;
    color: #222;
    letter-spacing: 1.4vw;
    margin: auto;
    text-align: center;
}

/*----------- section footer -----------*/

footer {
    width: 100%;
    height: 75vw;
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
footer:before {
    background: linear-gradient(-225deg, #fff 5px, transparent 0), linear-gradient(225deg, #fff 5px, transparent 0);
    background-repeat: repeat-x;
    background-size: 10px 10px;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
}
.footer-top {
    width: 100%;
    height: 65vw ;
    background-color: rgba(225,225,225,0.5);
}
footer .logo {
    width: 100%;
    text-align: center;
}
footer .logo img {
    width: 40%;
    margin: 15vw auto 5vw auto;
}
footer .sns {
    width: 70%;
    margin: 0 auto;
    text-align: center;
}
footer .sns img {
    width: 15%;
    margin: 0 2vw;
}
p.copyright {
    margin: 0;
    background: white;
    height: 10vw;
    text-align: center;
    font-size: 2.6vw;
    line-height: 10vw;
}

@media screen and (min-width:480px) {
    /*--------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*----------------------------------------------------media 480px to 768px--------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------------------------------------------------------------------------*/

    /*----------- link to shop -----------*/
    /*

    .shoplink img {
        width: 110px;
    }

    /*----------- header -----------*/

    /*----------- menu -----------*/

    /*----------- section quote-----------*/

    section.quote h2 {
        font-size: 19px;
        letter-spacing: 4px;
    }
    section.quote h2 span {
        padding: 15px 0;
    }
    section.quote h2 span.q2 {
        margin-left: calc((100vw - 330px)/2);
    }
    section.quote h2 span.q3 {
        margin-left: calc((100vw - 455px));
    }

    .giftbarner {
        width: 70%;
    }

    /*----------- section parts -----------*/

    .secheader {
        padding: 40px 0;
    }

    /*----------- section about us -----------*/

    .aboutus .secheader:before {
        background: linear-gradient(-45deg, #f3bdd7 8px, transparent 0), linear-gradient(45deg, #f3bdd7 8px, transparent 0);
        background-size: 16px 16px;
        height: 16px;
        top:-16px;
    }
    .aboutus .secheader:after {
        background: linear-gradient(-225deg, #f3bdd7 8px, transparent 0), linear-gradient(225deg, #f3bdd7 8px, transparent 0);
        background-size: 16px 16px;
        height: 16px;
        bottom:-16px;
    }

    /*----------- section flavours -----------*/

    .flavours .secheader:before {
        background: linear-gradient(-45deg, #c1e6ea 8px, transparent 0), linear-gradient(45deg, #c1e6ea 8px, transparent 0);
        background-size: 16px 16px;
        height: 16px;
        top:-16px;
    }
    .flavours .secheader:after {
        background: linear-gradient(-225deg, #c1e6ea 8px, transparent 0), linear-gradient(225deg, #c1e6ea 8px, transparent 0);
        background-size: 16px 16px;
        height: 16px;
        bottom:-16px;
    }
    .imgs-container {
        width: 90%;
    }
    .flavour-img {
    }
    .parent {
        width: 45%;
        margin-top:20px;
        height:39.4vw;
    }
    .divider1 {
        clear:both;
    }
    #img1, #img3, #img5 , #img7, #img9, #img11{
        float: left;
    }
    #img2, #img4, #img6, #img8, #img10, #img12{
        float: right;
    }

    /*----------- section shop -----------*/

    .shop .secheader:before {
        background: linear-gradient(-45deg, #efb08c 8px, transparent 0), linear-gradient(45deg, #efb08c 8px, transparent 0);
        background-size: 16px 16px;
        height: 16px;
        top:-16px;
    }
    .shop .secheader:after {
        background: linear-gradient(-225deg, #efb08c 8px, transparent 0), linear-gradient(225deg, #efb08c 8px, transparent 0);
        background-size: 16px 16px;
        height: 16px;
        bottom:-16px;
    }

    /*----------- section ingredients -----------*/

    .ingredients .secheader:before {
        background: linear-gradient(-45deg, #c2e1bf 8px, transparent 0), linear-gradient(45deg, #c2e1bf 8px, transparent 0);
        background-size: 16px 16px;
        height: 16px;
        top:-16px;
    }
    .ingredients .secheader:after {
        background: linear-gradient(-225deg, #c2e1bf 8px, transparent 0), linear-gradient(225deg, #c2e1bf 8px, transparent 0);
        background-size: 16px 16px;
        height: 16px;
        bottom:-16px;
    }

    /*----------- section news -----------*/
    /*

    .news .secheader:before {
        background: linear-gradient(-45deg, #ece8bd 8px, transparent 0), linear-gradient(45deg, #ece8bd 8px, transparent 0);
        background-size: 16px 16px;
        height: 16px;
        top:-16px;
    }
    .news .secheader:after {
        background: linear-gradient(-225deg, #ece8bd 8px, transparent 0), linear-gradient(225deg, #ece8bd 8px, transparent 0);
        background-size: 16px 16px;
        height: 16px;
        bottom:-16px;
    }
    span.date {
        font-size: 2.5vw;
    }
    span.contant {
        font-size: 3.5vw;
    }

    /*----------- section findus -----------*/

    .findus .secheader:before {
        background: linear-gradient(-45deg, #f7c9c9 8px, transparent 0), linear-gradient(45deg, #f7c9c9 8px, transparent 0);
        background-size: 16px 16px;
        height: 16px;
        top:-16px;
    }
    .findus .secheader:after {
        background: linear-gradient(-225deg, #f7c9c9 8px, transparent 0), linear-gradient(225deg, #f7c9c9 8px, transparent 0);
        background-size: 16px 16px;
        height: 16px;
        bottom:-16px;
    }
    .choose-pref:before {
        top: 23px;
        right: 29px;
        width: 20px;
        height: 20px;
        bottom: 0;
        border-right: 7px solid #a9d892;
        border-top: 7px solid #a9d892;
        border-left: none;
        transform: rotate(135deg);
    }
    .tempforSize {
        font-size: 3.5vw;
    }
    select#pref {
        font-size: 3.5vw;
        padding: 0 70px 0 0;
    }
    .googlemap img {
        width: 40px;
    }

    /*----------- section contact -----------*/

    .contact .secheader:before {
        background: linear-gradient(-45deg, #d1d2d4 8px, transparent 0), linear-gradient(45deg, #d1d2d4 8px, transparent 0);
        background-size: 16px 16px;
        height: 16px;
        top:-16px;
    }
    .contact .secheader:after {
        background: linear-gradient(-225deg, #d1d2d4 8px, transparent 0), linear-gradient(225deg, #d1d2d4 8px, transparent 0);
        background-size: 16px 16px;
        height: 16px;
        bottom:-16px;
    }
    span.buttonText {
        font-size: 24px;
        letter-spacing: 30px;
    }
    button {
        padding-left: 30px;
    }

    /*----------- section footer -----------*/

    footer:before {
        background: linear-gradient(-225deg, #fff 8px, transparent 0), linear-gradient(225deg, #fff 8px, transparent 0);
        background-size: 16px 16px;
        height: 16px;
    }

} /*END media 480px to 768px*/

@media screen and (min-width:768px) {
    /*--------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*----------------------------------------------------media 768px to 1024px-------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------------------------------------------------------------------------*/

    /*----------- link to shop -----------*/
    /*

    .shoplink {
        top: 40px;
        z-index:3;
        -webkit-transition: top 1s ease-in-out;
        -moz-transition: top 1s ease-in-out;
        -o-transition: top 1s ease-in-out;
        transition: top 1s ease-in-out;
    }
    .shoplink.focusing {
        top: 100px;
    }
    .shoplink img {
        width: 130px;
    }
    .moved {
        top: 100px;
    }

    /*----------- back to top -----------*/

    .backToTop.focusing {
        bottom: 20px;
    }

    /*----------- header -----------*/

    h1 {
        background-color: black;
        color: white;
        font-size: 9px;
        line-height: 20px;
        text-align: center;
        margin: 0;
        display: block;
    }

    .header-top .sns {
        float: left;
        display:block;
    }
    .header-top .sns img {
        width: 50px;
        margin: 0 0 0 5px;
    }
    .header-top .lang {
        float: right;
        display:inline;
    }
    .top-right a:hover {
        opacity: 0.6;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }

    .scrolldown {
        bottom: 30px;
    }

    /*----------- menu -----------*/

    .fixed {
        position:fixed !important;
        top:0;
        opacity:0.8;
    }
    .mob-menu {display: none;}
    .menubottum {display: none;}
    nav.topnav {
        height: 80px;
        position: relative;
        display: block !important;
        font-size: 9px;
        letter-spacing: 4px;
        top:0;
    }
    .nav-container {
        margin: 5px auto 0 auto;
        display: block;
        position: relative;
        /* width: 760px; */
    }
    .topnav img {
        width: 70px;
        display:inline;
    }
    nav ul {
        display: flex;
        justify-content: space-between;
    }
    /* nav li {
        float: left;
    } */
    nav li a {
        display: block;
        color: white;
        text-align: center;
        padding: 23px 5px 8px 5px;
        text-decoration: none;
        line-height: 13px;
        margin-bottom: 0;
        position: relative;
        letter-spacing: .35em;
    }
    nav li span.underbar {
      position: absolute;
      width: 100%;
      height: 1px;
      bottom: 0;
      left: 0;
      background-color: #fff;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transition: .3s ease-in-out;
      transition: .3s ease-in-out;
    }
    nav li a:hover span.underbar {
      -webkit-transform: scaleX(1) !important;
      transform: scaleX(1) !important;
    }
    nav li span {
        font-size: 8px;
        color: #8c8c8c;
    }
    .topnav .sns {
        display:none;
    }
    .topnav .lang {
        display:none;
    }
    a.navlink.flavours {
        margin-left: 14px;
    }

    /*----------- section quote-----------*/
    section.quote {
        background-size:837px 348px;
        height:400px;
        margin-top: 80px;
    }
    section.quote .quote-container {
    }
    section.quote h2 {
        font-size: 28px;
        letter-spacing: 6px;
    }
    section.quote h2 span {
        padding: 25px 0;
    }
    section.quote h2 span.q2 {
        margin-left: calc((100vw - 570px)/2);
    }
    section.quote h2 span.q3 {
        margin-left: calc((100vw - 680px));
    }

    /*----------- section parts -----------*/

    .secheader {
        padding: 50px 0;
    }
    .secheader img {
        width: 80px;
    }
    .secheader h3 {
        letter-spacing: 8px;
        font-size: 25px;
    }
    .secheader h4 {
        font-size: 15px;
    }

    /*----------- section about us -----------*/

    .aboutus .secheader {
        z-index: 1;
    }
    .aboutus .secheader img {
        width: auto;
        height: 80px;
    }
    .aboutus .photo {
        width: 50%;
        float: left;
        padding-bottom: 50%;
    }
    .aboutus .photo:after {
        content: " ";
        background: #fff;
        display: block;
        position: absolute;
        z-index: 0;
        top: 20vw;
        width: 10vw;
        height: 10vw;
        right: -5vw;
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
    }
    .aboutus .words {
        width: 50%;
        float: right;
        height: 49.2vw;
    }
    .words-container {
        width: 85%;
    }
    .words h5 {
        font-size: 2vw;
        letter-spacing: 0.75vw;
    }
    .words p {
        font-size: 1.5vw;
        line-height: 4vw;
    }

    /*----------- section flavours -----------*/

    .flavours p {
        font-size: 1.7vw;
        text-align: left;
        border: #bdbdbd 1px solid;
        padding: 20px;
    }
    .flavours p span {
        display:none;
    }
    .divider1 {
        clear: none;
    }
    .divider2 {
        clear:both;
    }
    #img1, #img2, #img3 {
        float: left;
    }
    #img4, #img5, #img6, #img7, #img8, #img9, #img10, #img11, #img12 {
        float: left;
    }
    .parent {
        width: 28%;
        height: 0;
        padding-bottom: 28%;
        margin: 30px 2.1vw;
        overflow: visible;
    }
    .flavour-img {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }
    .imgs-container * {
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .parent:hover .flavour-img,
    .parent:focus .flavour-img {
      transform: scale(1.2);
      opacity:0.5;
    }
    .parent:hover {

    }
    .parent:hover .finger-pointer,
    .parent:hover p.gototext {
        opacity:1;
        z-index:0;
    }
    .parent:hover .name,
    .parent:hover .soymilk,
    .parent:hover .seasonal {
        opacity:0;
    }
    .finger-pointer {
        position: absolute;
        width: 35%;
        top: 32%;
        left: 20%;
        animation-name: finger;
        animation-duration: 1s;
        animation-iteration-count: infinite;
    }
    @-webkit-keyframes finger {
        0% {left: 20%;}
        50% {left: 50%;}
        100% {left: 20%;}
    }
    @keyframes finger {
        0% {left: 20%;}
        50% {left: 50%;}
        100% {left: 20%;}
    }
    p.gototext {
        font-size: 1.8vw;
        font-weight: 900;
        color:white;
        position: absolute;
        bottom: 15%;
        text-align: center;
        border: none;
        padding: 0;
        margin: 20px auto;
        width: 100%;
    }

    /*----------- section shop -----------*/

    .shop .secheader img {
        width: auto;
        height: 80px;
    }
    .shop .secheader {
        z-index: 1;
    }
    .shop .photo {
        width: 50%;
        float: left;
        padding-bottom: 50%;
    }
    .shop .photo:after {
        content: " ";
        background: #fff;
        display: block;
        position: absolute;
        z-index: 0;
        top: 20vw;
        width: 10vw;
        height: 10vw;
        right: -5vw;
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
    }
    .shop .words {
        width: 50%;
        float: right;
        height: 49.2vw;
    }
    .shop .words h5 {
        font-size: 1.8vw;
    }
    .shop .words p {
        font-size: 1.8vw;
        line-height: 3.5vw;
    }
    .gotoshop {
        font-size: 1.5vw;
        line-height: 6vw;
        letter-spacing:6px;
        margin-bottom: 10px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .gotoshop:hover {
        background: #b1b1b1;
        color: white !important;
    }

    /*----------- section ingredients -----------*/

    .ingredients .secheader {
        z-index: 1;
    }

    .ingredients .photo {
        width: 50%;
        float: right;
        padding-bottom: 50%;
    }
    .ingredients .photo:after {
        content: " ";
        background: #fff;
        display: block;
        position: absolute;
        z-index: 0;
        top: 20vw;
        width: 10vw;
        height: 10vw;
        left: -5vw;
        -ms-transform: rotate(45deg); /* IE 9 */
        -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
        transform: rotate(45deg);
    }
    .ingredients .words {
        width: 50%;
        float: left;
        height: 49.2vw;
    }

    /*----------- section news -----------*/
    /*
    .news-inner {
        width: 70%;
        margin: 80px auto;
    }
    .news-line {
        padding-bottom: 10px;
    }
    span.date {
        font-size: 1.5vw;
    }
    span.tag {
        width: 60px;
        height: 20px;
        margin-left: 20px;
    }
    span.tag.news{
        font-size: 14px;
    }
    span.tag.new-dealer{
        font-size: 14px;
    }
    span.tag.new-item{
        font-size: 14px;
    }
    span.tag.media{
        font-size: 14px;
    }
    span.contant {
        font-size: 2vw;
        letter-spacing: 0.6vw;
        display: inline;
        margin-top: 0;
        padding-left: 20px;
    }
    .news-button {
        width: 60%;
        letter-spacing: 1.5vw;
        font-size: 1.5vw;
        line-height: 4vw;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .news-button:hover {
        background-color: #6b6b6b;
        color:white !important;
    }

    /*----------- section findus -----------*/

    .findus-container {
    }
    p.discFindus {
        font-size: 1.7vw;
        text-align: left;
        border: #bdbdbd 1px solid;
        padding: 20px;
        margin-top: 40px;
    }
    .choose-pref {
        width: 450px;
        height: 80px;
    }
    .tempforSize {
        font-size: 24px;
    }
    select#pref {
        font-size: 24px;
    }
    .result {
        margin: 80px 0;
    }
    .result-line {
        padding-bottom: 10px;
    }
    span.tag {
        width: 60px;
        height: 20px;
        margin-left: 20px;
    }
    .findus span.tag {
        font-size: 17px;
        width: 80px;
        height: 30px;
        line-height: 30px;
        margin:0;
    }
    span.tag.retail{
        background-color: #ff9e9e;
    }
    span.tag.restaurant{
        background-color: #bde3e1;
        letter-spacing: -4px;
    }
    span.findusname {
        font-size: 3vw;
    }
    span.address {
        display: inline;
        font-size: 1.7vw;
        margin: 0 0 0 3vw;
    }
    .googlemap img {
        margin-top: -20px;
    }

    /*----------- section contact -----------*/

    .contact-inner p {
        font-size: 2vw;
    }
    .field {
        border-bottom: #d8d8d8 1px solid;
        padding-bottom: 20px;
    }
    label {
        font-size: 2vw;
        float: left;
        width: 40%;
    }

    textarea#message, .contact-container input {
        width: 60%;
        margin: 20px 0;
        font-size: 2vw;
    }
    .information p {
        font-size: 1.5vw;
    }
    .parsonalInformation h4 {
        font-size: 16px;
    }
    .parsonalInformation p {
        font-size: 14px;
    }
    button {
        width: 300px;
    }
    button:hover {
        border: #66a048 1px solid;
        background-color: #ffffff;
        color: #66a048;
    }
    button.disabled:hover {
        border: none;
        background-color: #afafaf;
        color: white;
    }
    span.validation {
        margin-top: -12px;
        float: right;
        color: #ff7777;
        font-size: 15px;
    }

    .contactus {
        font-size: 1.5vw;
        line-height: 6vw;
        letter-spacing:6px;
        margin-bottom: 10px;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    .contactus:hover {
        background: #b1b1b1;
        color: white !important;
    }

    /*----------- section footer -----------*/

    footer {
        height: 450px;
    }
    .footer-top {
        height: 400px;
    }
    footer .logo img {
        margin: 60px auto 20px auto;
        width: 350px;
    }
    footer .sns img {
        width: 60px;
        margin: 0 14px;
    }
    footer .sns a:hover {
        opacity: 0.6;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition: 0.3s ease-in-out;
        -o-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
    }
    p.copyright {
        height: 50px;
        font-size: 12px;
        line-height: 50px;
    }


} /*END media 768px to 1024px*/

@media screen and (min-width:1024px) {

    /*--------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*----------------------------------------------------Media 1024px over-------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------------------------------------------------------------------------*/
    /*--------------------------------------------------------------------------------------------------------------------------------------------------*/


    header .logo img {
        width:50%;
        max-width: 600px;
    }

    /*----------- menu -----------*/

    .mob-menu {
        display: none;
    }
    nav.topnav {
    }
    .nav-container {
        width: 1010px;
    }
    nav li a {
        margin: 0 17px;
    }
    nav li span {
        font-size: 10px;
    }
    a.navlink.flavours {
        margin-left: 27px;
    }

    /*----------- section quote-----------*/

    section.quote .quote-container {
        width: 900px;
        margin: 0 auto;
    }
    section.quote h2 span.q2 {
        margin-left:220px;
    }
    section.quote h2 span.q3 {
        margin-left: 310px;
    }

    /*----------- section flavour-----------*/

    .flavours p {
        font-size: 16px;
        line-height: 34px;
        max-width: 1000px;
    }
    .imgs-container {
        max-width: 1000px;
    }
    .parent {
        margin: 30px 23px;
        overflow: visible;
    }

    /*----------- section shop -----------*/

    .shop .photo {
        padding-bottom: 0;
        height: 500px;
    }
    .shop .words {
        height: 500px;
    }
    .shop h5 {
        font-size: 18px;
        letter-spacing: 10px;
    }
    .shop p {
        font-size: 17px;
        line-height: 47px;
    }
    .shop .photo:after {
        top: 200px;
        width: 90px;
        height: 90px;
        right: -50px;
    }
    .shop .words h5 {
        font-size: 15.9px;
    }
    .shop .words p {
        font-size: 16px;
        line-height: 42px;
    }
    .gotoshop {
        font-size: 16px;
        line-height: 58px;
    }

    /*----------- section ingredients -----------*/

    .ingredients .photo {
        padding-bottom: 0;
        height: 500px;
    }
    .ingredients .words {
        height: 500px;
    }
    .ingredients .words h5 {
        font-size: 18px;
    }
    .words h5 {
        font-size: 20px;
        letter-spacing: 10px;
    }
    .words p {
        font-size: 17px;
        line-height: 43px;
    }
    .words-container {
        width: 80%;
    }
    .ingredients .photo:after {
        top: 200px;
        width: 90px;
        height: 90px;
        left: -50px;
    }

    /*----------- section about us -----------*/

    .aboutus .photo {
        padding-bottom: 0;
        height: 500px;
    }
    .aboutus .words {
        height: 500px;
    }
    .aboutus h5 {
        font-size: 18px;
        letter-spacing: 10px;
    }
    .aboutus p {
        font-size: 17px;
        line-height: 47px;
    }
    .aboutus .photo:after {
        top: 200px;
        width: 90px;
        height: 90px;
        right: -50px;
    }

    /*----------- section news -----------*/
    /*

    .news-inner {
        width: 706px;
    }
    .news-line {
    }
    span.date {
        font-size: 14px;
    }
    span.tag.news {
        font-size: 14px;
    }
    span.contant {
        font-size: 17px;
        letter-spacing: 10px;
    }
    .news-button {
        width: 700px;
        letter-spacing: 20px;
        font-size: 16px;
        line-height: 45px;
    }
    /*----------- section find us -----------*/

    p.discFindus {
        font-size: 16px;
        line-height: 34px;
    }
    .googlemap img {
        margin-top: -10px;
    }

    /*----------- section contact -----------*/

    .contact-inner {
        width: 70%;
    }
    .contact-inner p {
        font-size: 16px;
    }
    label {
        font-size: 16px;
    }
    textarea#message, .contact-container input {
        font-size: 16px;
    }
    .information p {
        font-size: 14px;
    }
    span.tag.restaurant {
        vertical-align: super;
    }
    .contactus {
        font-size: 16px;
        line-height: 58px;
        width: 50%;
    }


} /*END Media 1024px over*/

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after,
    *:first-letter,
    *:first-line {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
