@charset "utf-8";
/* ----------------------------------------
   default.css
---------------------------------------- */
/* 基本
---------------------------------------- */
html,
body {
    position: relative;
    background: #fff;
    letter-spacing: 0.04em;
    line-height: 1.5;
    text-align: center;
    color: #717171;
    font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1rem;
}

body * {
    box-sizing: border-box;
}

sup {
    vertical-align: top;
    font-size: 0.5em;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

a {
    text-decoration: none;
}

map,
area {
    outline: none;
}

.speak {
    display: none;
    speak: normal;
}

/* レイアウト
---------------------------------------- */
#container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

/* Menu
---------------------------------------- */
#menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}

#menu .inner {
    display: flex;
    justify-content: space-between;
    background: #fff;
}

#menu .logo {
    padding: 13px 0 12px 30px;
}

#menu .btn {
    width: 110px;
    padding: 14px 0 0;
    cursor: pointer;
}

#menu .btn div {
    width: 50px;
    height: 2px;
    background: #014099;
    margin: 15px auto 0;
}
#menu .btn div:first-child {
    margin-top: 0;
}

#menu ul {
    display: none;
    position: relative;
    width: 100%;
    height: calc(100vh - 65px);
}

#menu ul li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #014099;
}

#menu ul li:first-child {
    border-top: 1px solid #014099;
}

#menu ul li a {
    display: block;
    overflow: hidden;
    height: 65px;
    background-image: url(../img/common/bg_menu.png);
    background-repeat: no-repeat;
    text-indent: -200%;
}

#menu ul li:nth-child(1) a { background-position: center 18px; }
#menu ul li:nth-child(2) a { background-position: center -68px; }
#menu ul li:nth-child(3) a { background-position: center -154px; }
#menu ul li:nth-child(4) a { background-position: center -244px; }
#menu ul li:nth-child(5) a { background-position: center -331px; }
#menu ul li:nth-child(6) a { background-position: center -418px; }
#menu ul li:nth-child(7) a {
    height: 35px;
    background: #014099 url(../img/common/icon_arrow_menu.png) no-repeat center center;
    background-size: 30px;
}

/* Hero Contents
---------------------------------------- */
#hero {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url(../img/index/img_hero.jpg) no-repeat center center;
    background-size: cover;
}

#hero header {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#hero header img:first-child {
    position: absolute;
    left: 30px;
    top: 25px;
}

#hero header img:last-child {
    position: absolute;
    right: 30px;
    top: 25px;
}

#hero h1 {
    position: absolute;
    left: 0;
    bottom: 15%;
    bottom: calc(5% + 50px + 50px);
    width: 100%;
    text-align: center;
}

#hero h1 img {
    margin: 0 auto;
}

#hero nav {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    height: 50px;
    background: rgba(255, 255, 255, 0.7);
}

#hero nav.fixed {
    position: fixed;
    top: 0;
    bottom: auto;
}

#hero nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 50px;
    max-width: 1000px;
    margin: 0 auto;
}

#hero nav ul li {
    flex-basis: 20%;
    padding: 0 10px;
    text-align: center;
}

#hero nav ul li a {
    display: block;
    height: 100%;
    line-height: 50px;
}

#hero nav ul li a img {
    vertical-align: middle;
}

/* Main Contents
---------------------------------------- */
#mainContents {
    max-width: 1000px;
    margin: 0 auto;
}

#concept {
    margin-top: 155px;
}

#chefs {
    margin-top: 95px;
}

#story {
    margin-top: 175px;
}

#item {
    margin-top: 175px;
}

#item .img2 {
    margin-top: 80px;
}

.onsale {
    padding: 80px 20px 0;
    text-align: center;
}

.onsale img {
    margin: 0 auto;
}

#shop {
    margin-top: 165px;
}

footer {
    margin-top: 50px;
    padding: 0;
}

.mqChecker {
    width: 0;
    height: 0;
}
/* ----------------------------------------
   @media : PC
---------------------------------------- */
@media screen and (max-width: 999px) {
    #hero header { width: 100%; }
    #mainContents { padding: 0 10px; }
}/* /@media */

@media screen and (min-width: 768px) {
    .sp { display: none; }
    .mqChecker { display: block; }
    #menu { display: none; }
}/* /@media */

/* ----------------------------------------
   @media : SP
---------------------------------------- */
@media screen and (max-width: 767px) {
    .pc { display: none; }
    .mqChecker { display: none; }
    #menu { display: block; }
    #hero {
        height: calc(100vh - 65px);
        margin-top: 65px;
    }
    #hero h1 {
        bottom: 18%;
        padding: 0 20px;
    }
    #mainContents { width: 100%; }
    #concept,
    #chefs { margin-top: 90px; }
    #story { margin-top: 120px; }
    #item { margin-top: 110px; }
    #item .img2 { margin-top: 40px; }
    .onsale { padding-top: 50px; }
    #shop { margin-top: 105px; }
    footer { margin-top: 55px; }
}/* /@media */

ul.foot_logo {
    margin-top: 190px;
    text-align: center;
}
ul.foot_logo li {
    display: inline;
    padding: 10px;
	margin: 10px;
}

@media screen and (max-width: 767px) {
    ul.foot_logo{
        margin-top: 55px;
    }
    ul.foot_logo li{
        padding: 0;
    }
    ul.foot_logo li.pc { display: none; }
}