@charset "UTF-8";
@import "../font/font.css";

/* reset */
body {
    margin: 0;
    line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
p,
dl,
dt,
dd {
    display: block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #cccccc;
}
ul,
ol {
    margin: 0;
    padding: 0;
}
li {
    margin: 0;
    padding: 0;
}
a {
    -webkit-tap-highlight-color: transparent;
}
/* はみ出し対策 */
html {
    font-size: 62.5%;

    -webkit-text-size-adjust: 100%;
}
body {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1.4em;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    line-height: 1.4;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom;

    image-rendering: -webkit-optimize-contrast;
}

/* 全ページ共通 */
#container-27 a {
    color: #000000;
}
#container-27 a:hover {
    color: #b3b3b3;
}
.page-menu {
    display: none;
}
.header-27 {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh;
    opacity: 0;
    animation: logo-open 1s ease both;
}
@keyframes logo-open {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.header-27 h1 {
    padding-top: 1em;
    text-align: center;
}
.header-27 h1 img {
    width: 150px;
}
#container-27 main {
    position: relative;
    z-index: 1;
    padding-bottom: 2em;
    background-color: #ffffff;
}
.slides img {
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    object-fit: cover;
    object-position: center center;
}
.top-products h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: center;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 3rem;
    font-family: "Brygada 1918", serif;
    line-height: 1;
}
.top-products h2 em {
    display: block;
    margin-bottom: 0.5em;
    font-style: normal;
    font-size: 1.5rem;
}
.top-products h2 strong {
    display: block;
    margin-top: 1em;
    color: #595757;
    font-size: 1.5rem;
}
.top-products figure {
    position: relative;
    margin-bottom: 3em;
    text-align: center;
}
.top-products figure img {
    width: auto;
    height: 300px;
    object-fit: cover;
}
.top-products figcaption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 300px;
    text-align: center;
}
.top-products figcaption h3 {
    margin-top: 3em;
    color: #ffffff;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Brygada 1918", serif;
    line-height: 1;
}
.top-products figcaption h3 strong {
    display: block;
    margin-top: 0.5em;
    font-size: 1.3rem;
}
.top-products figcaption p.pro-link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.top-products figcaption p.pro-link {
    display: block;
    padding: 0.5em 3em;
    background-color: rgba(257,257,257,0.2);
    color: #ffffff !important;
    text-decoration: none;
    white-space: nowrap;
    letter-spacing: 0;
    font-weight: bold;
    transition: 0.3s background;
}
.top-products a:hover figcaption p.pro-link {
    background-color: rgba(257,257,257,0.3);
}
.top-gift {
    margin-bottom: 3em;
    background-color: #00003e;
    color: #ffffff;
    text-align: center;
}
.top-gift-item strong {
    display: block;
    padding-top: 2em;
    color: #ffffff;
    font-weight: normal;
    font-size: 2.6rem;
    font-family: "Brygada 1918", serif;
    line-height: 1;
}
.top-gift-item p {
    margin-top: 1em;
    font-size: 1.3rem;
}
.top-gift-photo {
    margin-top: 3em;
}
.top-shop {
    position: relative;
    border: 4px solid #00003e;
    background-color: #dee5e1;
    text-align: center;
}
.top-shop-item strong {
    display: block;
    padding-top: 2em;
    font-weight: normal;
    font-size: 2.6rem;
    font-family: "Brygada 1918", serif;
    line-height: 1;
}
.top-shop-item p {
    margin-top: 1em;
    color: #595757;
    font-size: 1.3rem;
}
.top-shop-item a {
    margin-top: 2em;
}
.top-shop-photo {
    margin-top: 2em;
}
.pagetop {
    display: none;
}
.footer-27 {
    margin-bottom: 1em;
    padding: 3em 0;
    background-color: #efefef;
    text-align: center;
}
.footer-27 dl {
    margin: 0 1em;
}
.footer-27 dt {
    margin-bottom: 1.5em;
    font-size: 2.6rem;
    font-family: "Brygada 1918", serif;
    line-height: 1;
}
.footer-27 dt strong {
    display: block;
    margin-top: 1em;
    color: #595757;
    font-weight: normal;
    font-size: 1.3rem;
}
.footer-27 dd {
    text-align: left;
}
.footer-item {
    margin: 0 1em;
}
.footer-tel {
    padding: 2em 0;
    text-align: left;
}
.footer-tel-menu {
    margin-bottom: 2em;
    text-align: center;
}
.footer-tel-menu img.tel {
    margin: 1em;
}
.footer-order {
    text-align: left;
}
.footer-order strong {
    display: block;
    margin-bottom: 2em;
    padding-top: 2em;
    background-image: url(../images/icon-shopping.png);
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 1.6rem;
}
.footer-order strong img {
    margin-top: 1em;
}
.footer-add {
    margin: 1em;
}
.footer-menu ul {
    display: none;
}
.copyright {
    margin-top: 2em;
    text-align: center;
    font-size: 1rem;
}


/* メニュー */
#nav-toggle {
    position: fixed;
    top: 0.2em;
    right: 0.2em;
    z-index: 1100;
    width: 40px;
    height: 40px;
    outline: none;
    border: none;
    background-color: transparent;
    text-align: right;
    cursor: pointer;
}
#nav-toggle em {
    font-weight: bold;
    font-style: normal;
    font-size: 1rem;
}
#nav-toggle span {
    position: absolute;
    display: block;
    width: 25px;
    height: 2px;
    background: #000000;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
}
#nav-toggle span:nth-of-type(1) {
    top: 10px;
}

#nav-toggle span:nth-of-type(2) {
    top: 18px;
}

#nav-toggle span:nth-of-type(3) {
    top: 26px;
}
.open #nav-toggle span:nth-of-type(1) {
    top: 18px;
    transform: rotate(45deg);
}
.open #nav-toggle span:nth-of-type(2) {
    top: 18px;
    left: 50%;
    width: 0;
}
.open #nav-toggle span:nth-of-type(3) {
    top: 18px;
    transform: rotate(-45deg);
}
#menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    visibility: hidden;
    overflow-y: scroll;
    align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    justify-content: center;
    background: #efefef;
    color: #000000;
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    opacity: 0;
    transition: visibility 0.3s ease;
    transform: translateY(-50px);
}
.close #menu {
    animation: menu-close 0.5s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}
.open #menu {
    visibility: visible;
    opacity: 1;
    animation: menu-open 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

@keyframes menu-open {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes menu-close {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-50px);
    }
}
#menu a {
    color: #000000;
    text-decoration: none;
}
#menu a:hover {
    color: #000000;
}
#menu ul {
    width: 80%;
    margin: 0 1em;
    list-style: none;
}
#menu li {
    border-bottom: 1px solid #000000;
}
#menu li a {
    display: block;
    padding: 1em 0;
}
#menu li.sp-tel a {
    padding: 0;
}
#menu li.sp-tel {
    padding: 1em 0;
}
#menu li.sp-tel img {
    margin-top: 0.5em;
}
#menu li.sp-sns img {
    margin-right: 0.5em;
    vertical-align: middle;
}
/* open */
.open {
    overflow: hidden;
}
/* リンク */
.link-more {
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    padding: 0.8em 3.5em;
    border: 2px solid #000000;
    color: #000000 !important;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 1.5rem;
    transition: 0.3s;
}
.link-more2 {
    position: relative;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    padding: 0.8em 3em 0.8em 3em;
    border: 2px solid #000000;
    color: #000000 !important;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 1.5rem;
    transition: 0.3s;
}
.link-more2 img {
    margin-right: 1.2em;
    vertical-align: middle;
}
.link-more3 {
    position: relative;
    display: inline-block;
    padding: 0 2em 0 0;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 1.5rem;
}

@media screen and (min-width: 559px) and (max-width: 1099px) {
    .top-products a {
        display: block;
        width: auto;
        height: 300px;
        margin: 0 auto 3em auto;
    }
    .top-gift {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        justify-content: center;
        max-width: 680px;
        margin: 0 auto 3em auto;
        background-color: #00003e;
        color: #ffffff;
        text-align: center;
    }
    .top-gift-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100px;
           -moz-flex: 1 0 100px;
                flex: 1 0 100px;
    }
    .top-gift-item strong {
        padding-top: 3em;
    }
    .top-gift-photo {
        width: 50%;
        margin-top: 0;
    }
    .top-shop {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display:         flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        justify-content: center;
        max-width: 672px;
        margin: 0 auto;
    }
    .top-shop-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 100px;
           -moz-flex: 1 0 100px;
                flex: 1 0 100px;
    }
    .top-shop-item a {
        margin-top: 1em;
    }
    .top-shop-photo {
        width: 60%;
        margin-top: 0;
    }
    .footer-27 dd,
    .footer-order,
    .footer-tel,
    .footer-add {
        text-align: center;
    }
}