@charset "utf-8";
/******************************************************

        スマートフォンサイト用

******************************************************/
@media screen and (max-width: 767px) {


/******************************************************/
/* elements  */
/******************************************************/
* {
    margin: 0;
    padding: 0;
}
html {
    font-size: 1.5625vw;
    font-size: 5px;
}
body {
    color: #222222;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: center;
    font-family:
        "Vollkorn",
        "Times New Roman",
        "Noto Sans Japanese",
        "ヒラギノ角ゴ ProN W3",
        "Hiragino Kaku Gothic ProN",
        "ＭＳ Ｐゴシック",
        "MS P Gothic",
        Verdana,
        Arial,
        Helvetica,
        sans-serif;
    -webkit-text-size-adjust: 100%;
}
p {
    text-align: justify;
}
dt {
}
dd {
}
strong, th {
    font-weight: bold;
}
ul, ol {
}
li {
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
td p, td li, td dt, td dd, dd li, dd p, li p, li li {
}
table {
    font-size: 100%;
    line-height: 1.6;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right-style: none;
    border-bottom-style: none;
}
tr {
    text-align: left;
    vertical-align: top;
}
td, th {
    padding: 18px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    border-top-style: none;
    border-left-style: none;
    outline-style: none;
}
hr {
    text-align:        left;
    vertical-align:    top;
    height: 1px;
    border-top-style:  none;
    border-bottom:     1px solid #cccccc;
    border-right-style: none;
    border-left-style: none;
    outline-style:     none;
}
a:link {
    color: #507e96;
    text-decoration:none;
}
a:visited {
    color: #1e3a71;
    text-decoration:none;
}
a:active {
}
img {
    border-style: none;
    border-width: 0;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
.pc {
    display: none !important;
}
.sup {
    vertical-align: top;
    font-size: 75%;
    position: relative;
    top: -0.1em
}


/******************************************************/
/* base  */
/******************************************************/
#top {
}
#wrapper {
    position: relative;
    overflow: hidden;
}
#main {
    color: #a2a2a2;
    display: block;
    position: relative;
}
#main .inbox {
    position: relative;
}


/******************************************************/
/* header  */
/******************************************************/
header {
    background: #c8d0d2;
    position: relative;
}
header #logo {
    padding: 6.5vw 0 7.5vw 1.25vw;
    line-height: 0.5;
    position: relative;
    box-sizing: border-box;
}
header #logo img {
    width: 20vw;
}
header #gn {
    position: relative;
}

/* ハンバーガーメニュー　ボタン */
header #smp_open_menu {
    color: #a2a2a2;
    text-transform: uppercase;
    height: 15.625vw;
    width: 15.625vw;
    position: fixed;
    top: 1.375vw;
    right: 1.375vw;
    display: table;
    cursor: pointer;
    z-index: 15000;
}
.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 9.375vw;
    height: 9.375vw;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.menu-trigger span {
    width: 40%;
    height: 1px;
    background-color: #a2a2a2;
    border-radius: 4px;
    display: block;
    margin: 0.9375vw auto;
}
.menu-trigger strong {
    color: #a2a2a2;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    display: block;
    padding-top: 0.75vw;
}
.menu-trigger strong.close,
.menu-trigger.active strong.open {
    display: none;
    padding-top: 1.25vw;
}
.menu-trigger.active strong.close,
.menu-trigger strong.open {
    display: block;
}
.menu-trigger.active {
    z-index: 20000;
}
.menu-trigger.active span {
    background-color: #a2a2a2;
}
.menu-trigger.active strong {
    color: #a2a2a2;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(1.25vw) rotate(-45deg);
    transform: translateY(1.25vw) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
.menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
}

/* ハンバーガーメニュー */
#overlay {
    position: fixed;
    z-index: 12000;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 120%;
    background-color: rgba(0, 0, 0, 0.5);
}
header #gn.fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 15000;
}
header #gn_main {
    position: fixed;
    top: 0;
    right: -90%;
    z-index: 14999;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    width: 50%;
    height: 100%;
    background: #ffffff;
    color: #000000;
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    /*
    box-shadow: 0 0 3.125vw 3.125vw rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 3.125vw 3.125vw rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 3.125vw 3.125vw rgba(0,0,0,0.3);
    */
}
header #gn_main.open {
    right: 0;
}
header #smp_close_menu {
    position: absolute;
    top: 0;
    right: 1.5625vw;
    width: 15vw;
    cursor: pointer;
}
header #smp_close_menu img {
    width: 100%;
}
header #gn_main nav {
    text-align: left;
    padding: 18.75vw 3.125vw 3.125vw;
}
header #gn_main ul.menu {
    margin-bottom: 4.6875vw;
}
header #gn_main ul.menu li {
    text-align: right;
}
header #gn_main ul.menu li a {
    color: #000000;
    font-weight: 400;
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    line-height: 1.35;
    display: block;
    margin-bottom: 1px;
    width: 100%;
    padding: 3.125vw;
    box-sizing: border-box;
}
header #gn_main ul.menu li.cart a {
    background: url(../images/icon_cart_b.png) no-repeat right center;
    background-size: 10.3125vw auto;
    background: url(../images/header_cart.png) no-repeat 96% center;
    background-size: 6.25vw auto;
}


/******************************************************/
/* footer */
/******************************************************/
footer {
    background: #dee3e4;
    clear: both;
    position: relative;
    z-index: 11;
    height: 100vh;
    text-align: center;
}
footer a {
    color: inherit;
    text-decoration: underline;
}
footer h2 {
    padding: 42vh 0 0 1.25vw;
    margin-bottom: 5vh;
}
footer h2 img {
    width: 31.875vw;
}
footer p.contact {
    margin-top: 5vh;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.1em;
    text-align: center;
}
footer p.contact a {
    color: inherit;
    text-decoration: underline;
}
#copyright {
    position: absolute;
    bottom: 3vh;
    left: 50%;
    width: 80%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    line-height: 1;
    text-align: center;
}
#copyright small {
    color: #555555;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.1em;
}


/******************************************************/
/* clearfix  */
/******************************************************/

div#content:after,
.clfx:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    max-height: 0;
    visibility: hidden;
}
/* ie7,macIE5 */
div#content,
.clfx {
    display: inline-block;
}
/* winIE6 below, exclude macIE5 \*/
* html div#content,
* html .clfx {
    height: 1%;
}
div#content,
.clfx {
    display: block;
}


}