@charset "euc-jp";
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700');

/* reset
========================================================================== */

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    position: relative;
    font-family:"ÞâÌÀÄ«", "Yu Mincho", YuMincho,serif;
  	letter-spacing:0.75px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
}

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

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

address{
	font-size:0.917em;
}


ol, ul {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    color: #4c4948;
    transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
}

a:hover {
    text-decoration: none;
    color: #739fbf;
}

a:focus, img:focus {
    outline: none !important;
}


/*header*/

.header {
    width: 100%;
    height: 60px;
    position: fixed;
    background: #fff;
    font-size: 12px;
    z-index: 9;
}

.header .inr {
    display: table;
    text-align: center;
    width: 100%;
    margin: auto;
    background: #fff;
}

.header_left, .header_logo, .header_right {
    display: table-cell;
    vertical-align: middle;
}

.header_logo {
    width: 131px;
    height: 60px;
    padding: 0px 20px 0;
    text-align: center;
}

.header_logo img {
    width: 131px;
}

.header_left, .header_right {
    width: 400px;
    height: 60px;
}

.header_left ul, .header_right ul {
    overflow: hidden;
}

.header_left li {
    float: right;
    margin-right: 30px;
}

.header_right li {
    float: left;
    margin-left: 28px;
}

@media screen and (max-width: 767px) {
    .header {}
    .header .inr {
        border-bottom: 1px solid #dbdbdb;
    }
    .header_left, .header_right {
        display: none;
    }
}


/*leftNav*/

@media screen and (min-width: 768px) {
    .leftNav {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding-left: 60px;
        z-index: 2;
    }
    .leftNav li:after {
        content: " ";
        background: #739fbf;
        width: 5px;
        height: 1px;
        display: block;
        margin: 15px 0;
    }
    .leftNav .last:after {
        content: " ";
        background: none;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .leftNav {
        height: 100%;
        width: 100%;
        padding-left: 15px;
        z-index: 2;
    }
    .leftNav ul {
        margin-top: 90px;
      	text-align: center;
    	font-size: 14px;
    }

    .leftNav li:after {
        content: " ";
        background: #739fbf;
        width: 5px;
        height: 1px;
        display: block;
        margin: 15px auto;
    }
  .leftNav .last:after {
        content: " ";
        background: none;
        margin: 0;
    }

}


/*rightNav*/

.rightNav {
    position: fixed;
    top: 50%;
    right: 0;
    height: 100%;
    width: 60px;
    background: #fff;
    z-index: 10;
}

.rightNav ul {
    margin-top: -55px;
}

.rightNav li {
    width: 17px;
    height: 17px;
    margin: 0 0 15px 20px;
}

@media screen and (max-width: 767px) {
    .rightNav {
        top: 18px;
        right: 15px;
        height: 100%;
        width: 20px;
        background: none;
        z-index: 10;
    }
    .rightNav ul {
        margin-top: 0px;
    }
    .rightNav li {
        width: 20px;
        height: 20px;
        margin: 0;
    }
    .rightNav .pc_only {
        display: none;
    }
}


/*container*/

.container {
    width: 100%;
    padding: 60px 60px 0;
}

@media screen and (max-width: 767px) {
    .container {
        padding: 90px 20px 0;
    }
}

.product_list {
    width: 100%;
    margin: auto;
    padding: 0 30px;
}

@media screen and (max-width: 767px) {
    .product_list {
        padding: 0;
    }
}

.product_list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product_list li.box {
    opacity: 0;
}

.product_list li {
    width: 20%;
    text-align: center;
    margin-bottom: 60px;
    font-family: 'Libre Baskerville', serif;
}
@media screen and (max-width: 1024px) {
  .product_list li {
      width: 33.3333%;
      margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
    .product_list li {
        width: 50%;
        margin-bottom: 30px;
    }
}

.modal .inr {
    background: #fff;
    text-align: center;
    padding: 10px;
}

.modal .name {
    padding: 0 10px;
    font-size: 14px;
    font-family: 'Libre Baskerville', serif;
}

.modal .s_expl {
    margin-top: 1em;
}
.modal .thum a:hover{
  opacity: .7;
}
.modal .link a {
    margin: 0;
    display: block;
    font-size: 16px;
    /*border: 1px solid #739fbf;
    padding: 10px 10px;
    background: url(https://file002.shop-pro.jp/PA01383/662/images/arrow.png) right 15px center no-repeat;*/
    background-size: 9px;
	color: #739fbf;
}

.product_list li img {
    transition-property: all;
    -moz-transition-property: all;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
}

.product_list li:hover img {
    opacity: .7;
}

.footer {
    clear: both;
    margin-top: 60px;
    font-size: 14px;
    overflow: hidden;
    padding:0 0 10px;
    position: relative;
}

.footer .footer_nav {
  clear: both;
    float: left;
}

.footer .footer_nav li {
    float: left;
    margin-right: 20px;
  	font-size:0.917em;
}

.footer .copy {
    float: right;
}
.footer .retop{
  opacity: 0;
  width: 40px;
  float: right;
  margin-bottom: 48px;
  position: fixed;
  right: 60px;
  bottom: 60px;
}

@media screen and (min-width: 768px) {
    .footer_sns {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        clear: both;
        margin-top: 60px;
        font-size: 12px;
        overflow: hidden;
        padding-bottom: 10px;
        text-align: center;
    }
    .footer_sns ul {
        vertical-align: middle;
    }
    .footer_sns ul img {
        vertical-align: middle;
    }
    .footer_sns li {
        display: inline-block;
        margin-bottom: 1em;
        width: 17px;
        height: 17px;
        margin: 20px 5px 15px;
    }

  @media screen and (max-width: 767px) {
  .footer_sns li {
        width: 24px;
        height: 24px;
    }
}

    .footer .footer_nav {
        float: none;
    }
    .footer .footer_nav li {
        float: none;
        display: inline-block;
        margin-right: 12px;
        margin-bottom: 1em;
    }

   .footer .footer_nav li a{
    	font-size:13px;
  	}
    .footer .copy {
        float: none;
    }
    .footer .retop{
      width: 40px;
      float: none;
      text-align: center;
      margin:0 auto 48px;
      position: static;
    }
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/

#colorbox {
    margin-top: 0;
}
@media screen and (max-width: 767px) {
  #colorbox {
      margin-top: 15px;
  }
}
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
    max-width: none;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}


/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/

#cboxOverlay {
    background: #fff url(https://file002.shop-pro.jp/PA01383/662/images/close.png) no-repeat;
    background-size: 60px 60px;
    background-position: top 50px right 50px;
    opacity: 1;
}

@media screen and (max-width: 767px) {
    #cboxOverlay {
        background-size: 30px 30px;
        background-position: top 30px right 30px;
    }
}

#colorbox {
    outline: 0;
}

#cboxContent {
    overflow: visible;
}

#cboxError {
    padding: 50px;
}

#cboxTitle {
    position: absolute;
    top: -22px;
    left: 0;
    color: #000;
}


/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */

#cboxClose, #cboxPrevious, #cboxNext {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    text-indent: -9999px;
}

#cboxClose {
    display: none;
}

#cboxClose:hover {
    opacity: .6;
}


/* Slider */

.slick-slide:focus {
    outline: none;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/* Slider */

.slick-loading .slick-list {
    background: #fff;
}


/* Icons */

@font-face {
    font-weight: normal;
    font-style: normal;
}


/* Arrows */

.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 999;
}

@media screen and (max-width: 767px) {
    .slick-prev, .slick-next {
        top: 50%;
    }
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    outline: none;
    background: none;
    color: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 0.25;
}


/*.slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 0px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: 0px;
}

.slick-prev:before {
    margin: 0;
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/ico-prev.svg);
    background-size: contain;
    vertical-align: middle;
}

[dir="rtl"] .slick-prev:before {
    margin: 0;
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/ico-next.svg);
    background-size: contain;
    vertical-align: middle;
}

.slick-next {
    right: 0px;
}

[dir="rtl"] .slick-next {
    left: 0px;
    right: auto;
}

.slick-next:before {
    margin: 0;
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/ico-next.svg);
    background-size: contain;
    vertical-align: middle;
}

[dir="rtl"] .slick-next:before {
    margin: 0;
    content: " ";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/ico-prev.svg);
    background-size: contain;
    vertical-align: middle;
}*/


/* Dots */

.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -35px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none !important;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 19px;
    height: 19px;
    text-align: center;
    color: #7f6e57;
    background: url(https://file002.shop-pro.jp/PA01383/662/images/dots.png) ;
    background-size: 19px 19px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: url(https://file002.shop-pro.jp/PA01383/662/images/dots_active.png) ;
  background-size: 19px 19px;
}

.stock_error.hide.mar_t_20.mar_b_20{
    color: #fff!important;
    background: #ff5252!important;
    text-align: center!important;
    padding: 10px!important;
  	font-family:"ÞâÌÀÄ«", "Yu Mincho", YuMincho,serif;
}

