@charset "utf-8";

/* ----------------------------------------------------------------
Reset
----------------------------------------------------------------- */

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

li,
dt,
dd {
    list-style: none;
}

/* ----------------------------------------------------------------
Common
----------------------------------------------------------------- */

html {
    font-size: 62.5%;
}

body {
    display: none;
}

body {
    text-align: center;
    color: #222;
    background: #fff;
    font-family: "Adobe Caslon Pro", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 1.3rem;
    line-height: 2.8rem;
    font-weight: normal;
    margin: 0 auto;
}

a:link,
a:visited {
    color: #444;
    text-decoration: none;
}

a:active,
a:hover {
    color: #999;
    text-decoration: none;
}

img {
    vertical-align: top;
}

.sp {
    display: none;
}

/* ----------------------------------------------------------------
Header
----------------------------------------------------------------- */

#header {
    width: 100%;
    margin: 0 auto;
    padding: 23px 0 30px;
}

#header img {
    width: 126px;
}

/* ----------------------------------------------------------------
Hero
----------------------------------------------------------------- */

#hero {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#hero img {
    width: 100%;
}

#hero .logo {
    width: 11%;
    position: absolute;
    bottom: 0;
    left: -3px;
    z-index: 10;
    opacity: 0;
    /* transform: translateX(-10px); */
    transition: opacity 0.6s ease-in-out 0s;
}

#hero .logo.is-show {
    opacity: 1;
    /* transform: translateX(0); */
}

#hero .logo img {
    width: 100%;
}

/* ----------------------------------------------------------------
Main
----------------------------------------------------------------- */

#main {
    position: relative;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0;
}

/* ----------------------------------------------------------------
Intro
----------------------------------------------------------------- */

#intro {
    width: 100%;
    max-width: 1000px;
    text-align: center;
    margin: 90px auto 60px auto;
}

#intro h2 {
    font-weight: bold;
    margin: 0 auto 40px auto;
}

#intro h2 span {
    font-size: 1.7rem;
    line-height: 4.4rem;
    letter-spacing: 0.1rem;
    display: inline;
    background: #eee;
    padding: 15px 25px;
}

#intro h3 {
    font-size: 1.5rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
    font-weight: bold;
    margin: 0 auto 40px auto;
}

#intro .text {
    width: 55%;
    margin: 0 auto 60px auto;
}

#intro p {
    text-align: left;
    margin: 0 auto 20px auto;
}

/* ----------------------------------------------------------------
look
----------------------------------------------------------------- */

p {
    font-size: 1.3rem;
    line-height: 2.5rem;
    margin-bottom: 20px;
}

article {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0;
}

article img {
    max-width: 100%;
    vertical-align: top;
}

article.single {
    width: 55%;
    margin: 0 auto 120px auto;
}

article.single .photo {
    width: 100%;
    margin: 0 auto;
}

article.double {
    width: 100%;
    margin: 0 auto 120px auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.double .photo {
    width: 50%;
}

article h2 {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: 0.1rem;
    margin: 0 auto 20px auto;
}

.photo a:hover img {
    filter: brightness(1.16);
    transition: filter 0.3s ease-in-out;
}

.photo a:not(:hover) img {
    filter: brightness(1);
    transition: filter 0.2s linear;
}

/* ----------------------------------------------------------------
row
----------------------------------------------------------------- */

#row12 {
    width: 80%;
}

/* #row8 {
    width: 100%;
}

#row13 {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding-top: 80px;
    padding-bottom: 80px;
} */

/* #row13 h3 {
    font-size: 1.6rem;
    line-height: 1.6rem;
    letter-spacing: 0.1rem;
    font-weight: normal;
    margin: 0 auto 10px auto;
}

#row13 h4 {
    color: #999;
    font-size: 1.2rem;
    line-height: 1.2rem;
    letter-spacing: 0.1rem;
    font-weight: normal;
    margin: 0 auto 40px auto;
}

#row13 h5 {
    font-size: 1.4rem;
    line-height: 1.4rem;
    letter-spacing: 0.1rem;
    font-weight: normal;
    margin: 0 auto 10px auto;
}

#row13 p:nth-of-type(1) {
    text-align: left;
    margin: 0 auto 40px auto;
}

#row13 p a img {
    margin: 0 0 0 6px;
}

#row13 p a:hover img {
    opacity: 0.7;
}

#row15 .photo {
    width: calc((100% - 20px)/2);
    margin-bottom: 20px;
}

#row15 a:hover img {
    opacity: 0.8;
}

#row16 p a img {
    margin: 0 0 0 6px;
}

#row16 p a:hover img {
    opacity: 0.7;
} */

/* ----------------------------------------------------------------
product
----------------------------------------------------------------- */

.product {
    position: relative;
    width: 100%;
    margin: 15px auto 0 auto;
    padding: 0;
}

.product p {
    text-align: center;
    font-size: 1rem;
    line-height: 2.8rem;
    margin: 2px auto;
}

.product p .name {
    text-align: left;
    display: inline-block;
    min-width: 65px;
}

.product p .price {
    display: inline-block;
    text-align: right;
    min-width: 45px;
}

.product p a {
    display: inline-block;
    font-size: 1rem;
    letter-spacing: 0.1rem;
    line-height: 1rem;
    color: #111;
    border-radius: 2px;
    margin: 0 0 0 20px;
    padding: 5px 11px 4px 12px;
    transition: all 0.3s ease;
}

.product p a:link,
.product p a:visited {
    color: #fff;
    background: #333;
}

.product p a:hover {
    color: #fff;
    background: #555;
}

.product .pick-up {
    font-weight: bold;
}

.product .pick-up .name {
    color: #963e21;
}

.product .pick-up .price {
    color: #963e21;
}

.product .pick-up a:link,
.product .pick-up a:visited {
    color: #fff;
    background: #ac4826;
    font-weight: normal;
}

.product .pick-up a:hover {
    background: #963e21;
    font-weight: normal;
}

/* ----------------------------------------------------------------
ec store
----------------------------------------------------------------- */

.ec {
    text-align: center;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
}

.ec p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    letter-spacing: 0.15rem;
    font-style: italic;
    text-align: center;
    margin: 0 10px;
    padding: 0;
}

.ec p a {
    min-width: 320px;
    min-height: 55px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    border: 1px solid #111;
    padding: 0 20px;
}

.ec p a {
    transition: all 0.2s ease-out;
}

.ec p a:hover {
    background: #111;
    color: #fff;
}

/* .ec p a:link,
.ec p a:visited {
    color: #111;
} */

/* ----------------------------------------------------------------
Footer
----------------------------------------------------------------- */

#footer-logo {
    width: 100%;
    text-align: center;
    margin: 70px auto 0 auto;
}

#footer-logo p {
    margin: 0 auto;
}

#footer-logo img {
    width: 160px;
    margin: 0 auto;
}

#footer-logo a:hover {
    opacity: 0.7;
}

#footer-copyright {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 35px 0;
}

#footer-copyright p {
    color: #111;
    font-size: 1.1rem;
    font-family: Montserrat, "Helvetica Neue", sans-serif;
    letter-spacing: 0.1rem;
    margin: 0 auto;
}

/* ----------------------------------------------------------------
animation
----------------------------------------------------------------- */

.fadein {
    opacity: 0;
    transition: 1.5s 0.2s ease;
}

.fadein.is-show {
    opacity: 1;
}