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

/* reset */
html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;

    overscroll-behavior-y: none;
}
body {
    display: none;
    margin: 0;
    font-size: 14px;
    font-family: YuMincho, "Yu Mincho", serif;
    line-height: 1.8;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    margin: 0;
    padding: 0;
}
h1,
h2,
h3,
h4,
h5,
strong,
p,
td,
div,
dl,
dt,
dd,
ul,
ol,
li {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
    vertical-align: bottom;

    image-rendering: -webkit-optimize-contrast;
}
.br-sp {
    display: none;
}

/* 全ページ共通 */
#container-27 a {
    color: #000000;
}
#container-27 a:hover {
    color: #b3b3b3;
}
#top-header {
    position: -webkit-sticky;
    position:         sticky;
    top: 0;
    z-index: 2;
    height: 100vh;
}
.page-container {
    position: relative;
    z-index: 3;
    background-color: #ffffff;
}
#container-27 main {
    position: relative;
    z-index: 3;
    padding-bottom: 3em;
    background-color: #ffffff;
}
#container-27 footer {
    position: relative;
    z-index: 3;
    background-color: #ffffff;
}
.header-27 {
    position: relative;
    z-index: 2;
    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;
    min-width: 1080px;
    height: 240px;
    margin: 0 auto;
    padding: 2em 0;
}
.header-27 h1 {
    min-width: 250px;
    width: 23%;
    text-align: right;
}
.header-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 400px;
       -moz-flex: 1 0 400px;
            flex: 1 0 400px;
    min-width: 830px;
    width: 77%;
    padding-right: 6%;
    text-align: right;
}
.page-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: block;
    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;
    width: 100%;
    padding: 0.5em 0;
    background-color: rgba(257,257,257,0.8);
    transition: transform 0.5s;
    transform: perspective(1000px) rotateX(-100deg);
    transform-origin: center top;
}
_::-webkit-full-page-media,
_:future,
:root .page-menu {
    transition: 0.8s;
    transform: translateY(-100px);
}
.page-menu ul {
    margin-top: 0.5em;
}
.menu-logo {
    margin-right: 1em;
    opacity: 1;
    transition: opacity 0.5s;
}
.menu-logo:hover {
    opacity: 0.5;
}
.page-menu.fixed {
    transform: perspective(1000px) rotateX(-100deg);
}
_::-webkit-full-page-media,
_:future,
:root .page-menu.fixed {
    transform: translateY(-100px);
}
.page-menu.return {
    transform: perspective(1000px) rotateX(0deg);
}
_::-webkit-full-page-media,
_:future,
:root .page-menu.return {
    transform: translateY(0);
}

.top-products h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    text-align: center;
    letter-spacing: 0;
    font-weight: normal;
    font-size: 32px;
    font-family: "Brygada 1918", serif;
    line-height: 1;
}
.top-products h2 em {
    display: block;
    margin-bottom: 0.5em;
    font-style: normal;
    font-size: 15px;
}
.top-products h2 strong {
    display: block;
    margin-top: 1em;
    color: #595757;
    font-size: 15px;
}
.top-products a {
    display: block;
    width: 1040px;
    height: 570px;
    margin: 0 auto 4em auto;
}
.top-products a:last-child {
    margin: 0 auto 6em auto;
}
.top-products figure {
    position: relative;
    overflow: hidden;
}
.top-products figure img {
    height: 570px;
    transition: transform 0.8s ease-in-out;
    transform: scale(1);
}
.top-products a:hover figure img {
    transform: scale(1.08);
}
.top-products figcaption {
    position: absolute;
    top: 110px;
    width: 100%;
    text-align: center;
}
.top-products figcaption h3 {
    color: #ffffff;
    font-weight: normal;
    font-size: 25px;
    font-family: "Brygada 1918", serif;
    line-height: 1;
}
.top-products figcaption h3 strong {
    display: block;
    margin-top: 1em;
    font-weight: normal;
    font-size: 14px;
}
.top-products figcaption p.pro-link {
    margin-top: 320px;
}
.top-products figcaption p.pro-link {
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    padding: 1em 5em;
    background-color: rgba(257,257,257,0.2);
    color: #ffffff !important;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s background;
}
@media all and (-ms-high-contrast: none) {
    .top-products figcaption p.pro-link {
        padding: 1em 5em 0.8em 5em;
    }
}
.top-products a:hover figcaption p.pro-link {
    background-color: rgba(257,257,257,0.3);
}
.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;
    width: 1040px;
    height: 330px;
    margin: 0 auto 6em auto;
    background-color: #00003e;
    color: #ffffff;
    text-align: center;
}
.top-gift-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 300px;
       -moz-flex: 1 0 300px;
            flex: 1 0 300px;
}
.top-gift-item strong {
    display: block;
    padding-top: 120px;
    color: #ffffff;
    font-weight: normal;
    font-size: 30px;
    font-family: "Brygada 1918", serif;
    line-height: 1;
}
.top-gift-item p {
    margin-top: 2em;
    font-size: 14px;
}
.top-gift-photo {
    width: 505px;
}
.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;
    width: 1040px;
    margin: 0 auto;
    padding-left: 40px;
    border: 4px solid #00003e;
    background-color: #dee5e1;
}
.top-shop-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100px;
       -moz-flex: 1 0 100px;
            flex: 1 0 100px;
}
.top-shop-item strong {
    display: block;
    padding-top: 60px;
    font-weight: normal;
    font-size: 30px;
    font-family: "Brygada 1918", serif;
    line-height: 1;
}
.top-shop-item p {
    margin-top: 1em;
    color: #595757;
    font-size: 14px;
}
.top-shop-item a {
    margin-top: 80px;
}
.top-shop-photo {
    width: 794px;
}
.pagetop {
    position: fixed;
    right: 20px;
    bottom: 10px;
    z-index: 50;
    cursor: pointer;
}
.footer-27 {
    margin-bottom: 2em;
    padding: 6em 0;
    background-color: #efefef;
    text-align: center;
}
.footer-27 dl {
    margin-bottom: 3em;
}
.footer-27 dt {
    margin-bottom: 1.5em;
    font-size: 28px;
    font-family: "Brygada 1918", serif;
    line-height: 1;
}
.footer-27 dt strong {
    display: block;
    margin-top: 1em;
    color: #595757;
    font-weight: normal;
    font-size: 14px;
}
.footer-item {
    width: 1080px;
    margin: 0 auto;
}
.footer-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    justify-content: center;
    text-align: left;
}
.footer-tel-menu {
    margin-right: 4em;
}
.footer-tel-menu img {
    margin-right: 2em;
    vertical-align: middle;
}
.footer-order {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 400px;
       -moz-flex: 1 0 400px;
            flex: 1 0 400px;
    padding: 3em 0 3em 3em;
    border-left: 1px solid #b5b5b6;
    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: 16px;
}
.footer-order strong img {
    margin-top: 1em;
}
.footer-add {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 1080px;
    margin: 0 auto 2em auto;
}
.footer-menu {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 400px;
       -moz-flex: 1 0 400px;
            flex: 1 0 400px;
    margin-top: 0.5em;
    text-align: right;
}
.footer-menu ul {
    margin-bottom: 1em;
    list-style-type: none;
}
.footer-menu li {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
}
.footer-menu li a {
    text-decoration: none;
    opacity: 1;
    transition: opacity 0.3s;
}
.footer-menu li a:hover {
    color: #000000 !important;
    opacity: 0.5;
}
.copyright {
    font-size: 12px;
}


/* メニュー */
#grobalmenu button {
    display: none;
}
.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    justify-content: flex-end;
    list-style: none;
}
.menu li {
    margin: 0 1.5em;
}
.menu li a {
    position: relative;
    display: block;
    color: #000000 !important;
    text-decoration: none;
    letter-spacing: 0;
    font-size: 16px;
    font-family: "Brygada 1918", serif;
    transition: color 0.5s;
}
.menu li a::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    content: "";
    transition: transform 0.3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
.menu li a:hover::after {
    transform: scale(1, 1);
}
.menu li.sp-menu a:hover::after,
.menu li.sp-menu a:hover::before {
    transform: scale(0, 1);
}
.menu li.sp-sns img {
    vertical-align: middle;
    opacity: 1;
    transition: opacity 0.5s;
}
.menu li.sp-sns:hover img {
    opacity: 0.5;
}
.menu li.sp-tel,
.menu li.sp-menu,
.menu li.sp-sns span {
    display: none;
}
.menu ul {
    display: none;
}

/* リンク */
.link-more {
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    padding: 0.8em 3em;
    border: 2px solid #000000;
    color: #000000 !important;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s;
}
@media all and (-ms-high-contrast: none) {
    .link-more {
        padding: 0.8em 3em 0.4em 3em;
    }
}
.link-more::before,
.link-more::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    transition: transform 0.3s;
    transform: scale(0, 1.2);
    transform-origin: right top;
}
.link-more::before {
    background-color: rgba(159,163,163,0.3);
}
.link-more::after {
    background-color: rgba(159,163,163,0.5);
}
.link-more:hover::before,
.link-more:hover::after {
    transform: scale(1, 1.2);
    transform-origin: left top;
}
.link-more:hover::after {
    transition-delay: 0.4s;
}
.link-more2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    overflow: hidden;
    padding: 0.8em 3em 0.8em 3em;
    border: 2px solid #000000;
    color: #000000 !important;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: bold;
    font-size: 14px;
    transition: 0.3s;
}
.link-more2 img {
    margin-right: 1.2em;
    vertical-align: middle;
}
@media all and (-ms-high-contrast: none) {
    .link-more2 {
        padding: 0.8em 3em 0.4em 3em;
    }
}
.link-more2::before,
.link-more2::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    transition: transform 0.3s;
    transform: scale(0, 1.2);
    transform-origin: right top;
}
.link-more2::before {
    background-color: rgba(159,163,163,0.3);
}
.link-more2::after {
    background-color: rgba(159,163,163,0.5);
}
.link-more2:hover::before,
.link-more2:hover::after {
    transform: scale(1, 1.2);
    transform-origin: left top;
}
.link-more2:hover::after {
    transition-delay: 0.4s;
}
.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: 14px;
}
.link-more3:hover {
    color: #000000 !important;
}
.link-more3::before {
    position: absolute;
    top: 50%;
    right: 0;
    content: url(../images/arrow.png);
    transform: translateY(-50%);
}
.link-more3::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000000;
    content: "";
    transition: transform 0.3s;
    transform: scale(0, 1);
    transform-origin: right top;
}
.link-more3:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
}