/* Custom Stylesheet */
/**
 *
 * Made By Joash Pereira
 * Thanks for MaterializeCSS.com
 */

.default_color{background-color: #fff !important
}/*フッタ色*/

.default_color_text{color: #000 !important}

body {
    background-color: #fff;
    color: #000;
    font-family: roboto,"メイリオ","Meiryo UI","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
}

.wrap {overflow: hidden;}

/*文字回り*/
a {color:#000;}

.h_cons{
    padding-top: 30px;
    font-size: 2em;
    line-height: 2;
    letter-spacing: 3px;
}
.h_txt{
    padding: 20px 0;
    line-height: 2;
    letter-spacing: 0.5px;
}
.h_sig{
    font-size: 1.5em;
    letter-spacing: 1px;
}
.c_txt{
    padding: 0;
    text-align: right;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
.caption br{
    display: none;
}


/********/
.h_img{
    padding: 20px 10px 0; 
}

.container{
    max-width:1300px; 
}

.container img{
    display: block;
    max-width: 100%;
    vertical-align: middle;
    margin: 0px auto;
}

.container #toparea{
    padding: 0 20px;
}

.container .t_img{
    padding: 20px;}

.slider{
    height: 100%;
}

#contact{
    text-align: center;
    font-size: 0.9em;
    position: relative;
	padding: 12px 10px 0px;
    overflow: auto;    
}


.brand-logo{
    position: absolute;
    text-align: left;
    padding: 20px 10px;
    color: #000;
    display: inline-block;
}

ul.menu {
    max-width: 1140px;
    margin: 0,auto;
    text-align: right;
    padding: 30px 0px;
    font-size:0px;
}
ul.menu li {
    display: inline-block;
    font-size:1rem;
    font-weight: 300;
}
ul.menu li a {
    padding: 0 10px;
    display: block;
}
 .menu li{
        padding-top: 100px;
    }
.coll_txt{
    width: 90%;
  max-width: 1300px;
  margin: 1.5em auto;

}


/*見出し*/
h4{
    margin: auto;
    padding: 7px 3px 0px;
    font-size: 1em;
    text-align: center;
}


a{
    -webkit-transition: opacity 0.5s ease-out;
-moz-transition: opacity 0.5s ease-out;
-ms-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}
a:hover{
    opacity: .60;
-webkit-opacity: .60;
-moz-opacity: .60;
filter: alpha(opacity=60);	/* IE lt 8 */
-ms-filter: "alpha(opacity=60)"; /* IE 8 */
}

p ,center{
    text-align: center;
    padding: 0px 20px;
    line-height: 1rem;
}

/*商品ページ*/
.name{
width: 100%;
text-align: center;
background-color: #f6f6f6;
padding: 20px 5px 5px;
border-radius: .25em;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.1);
}
.pd_name{
    font-size: 1.3em;
}
.price{
    font-weight: bold;
    color: #636363;
}
.buybtn{
 width: 80%;
text-align: center;
margin: 20px auto;  
}
hr{
    
}
.comment{
    margin: 20px auto;
    line-height: 2;
    letter-spacing: 0.4px;
}
.detail{
text-align: left;
margin: 0 auto;
}
/*product table*/
table {
    margin:1em 0 1em 1px; padding:0;
    border:1px solid #e5eff8;
    border-spacing:0;
    border-collapse:collapse;
    box-shadow: 0 1px 4px 2px rgba(103, 129, 151, 0.2);
}
tr.odd td    {
    background:#f7fbff
}
tr.odd .column1    {
    background:#f4f9fe;
}
.column1    {
    background:#f9fcfe;
}
td {
    color:#678197;
    border-bottom:1px solid #e5eff8;
    border-left:1px solid #e5eff8;
    padding:.3em 1em;
    text-align:left;
}
th {
    font-weight:bold;
    color: #678197;
    text-align:center;
    font-weight: bold
    border-bottom: 1px solid #e5eff8;
    border-left:1px solid #e5eff8;
    padding:.3em 1em;
}  


/******/

@media only screen and (max-width: 768px) {
    .caption br{
    display: inline;}
    .c_txt{
    padding: 10px 0;
    text-align: left;
    line-height: 1.4;
    letter-spacing: 0.5px;
}
    .h_img{
    width: 90%;
}
.name{
width: 90%;
margin: 0 auto;
}
.pd_name{
    font-weight: bold;
}
.price{
    font-weight: bold;
    color: #636363;
}
.buybtn{
max-width: 400px;
}
hr{
width: 90%;
}
.comment{
    width: 90%;
}
.detail{
    width: 50%;
    }
    .container{
        margin: 0,auto;
        width: 100%;
    }
    .container .t_img{
    padding: 5px 20px;
    }
    .regular{
        max-height: 300px;
    }
    

    .section{
        padding: 0;
    }
    .text{
        padding: 0 10px;
    }
    
    #gallery{
        margin-bottom: 40px;
    }
    
    .brand-logo{
    padding: 20px ;
}
    ul.menu {
    margin: 0,auto;
    padding: 0px 20px;
}
    ul.menu li {
    display: inline-block;
    font-size:0.9rem;
    letter-spacing: 0px;
    font-weight: 300;
}
    ul.menu li a {
    padding: 0 20px;
    display: block;
}
    
    .text_h6{font-weight: 100;
    font-size: 2em;
    margin-bottom: 0px;
    line-height/*行の高さ指定*/: 1rem;
    letter-spacing: 3px;
    
}
    ul.menu li a {
    padding: 0 5px;
    display: block;
}
span.h_sig {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 10px;
    }

 }
@media only screen and (max-width: 480px){
    .brand-logo{
    margin: 10px auto;
    position:relative;
    padding: 0 0 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
    .h_cons{
        line-height: 1.2;
        
    }
    .h_txt{
    text-align: left;
    width: 90%;
    margin: 0 auto;}
    .h_txt br{
        display: none;
    }

ul.menu {
    margin: 0,auto;
    text-align: center;
    padding: 5px 0px;
}
ul.menu li {
    display: inline-block;
    font-size:1.2rem;
    font-weight: 300;
}
ul.menu li a {
    padding: 0 15px;
    display: block;
    
}
.menu li{
        padding-top: 0px;
    }
.detail{
    width: 80%;
    }

}

/* style end
-----------------------------*/


/*pjaxlink*/
.fadeOut {
	-webkit-animation: fadeOut .5s cubic-bezier(.55,0,.1,1) both;
	animation: fadeOut .5s cubic-bezier(.55,0,.1,1) both;
}
@-webkit-keyframes fadeOut { to { opacity: 0; -webkit-transform: scale(1.1); }}
@keyframes fadeOut { to { opacity: 0; -webkit-transform: scale(1.1); transform: scale(1.1); }}

.fadeIn {
	-webkit-animation: fadeIn .5s cubic-bezier(.55,0,.1,1) both;
	animation: fadeIn .5s cubic-bezier(.55,0,.1,1) both;
}
@-webkit-keyframes fadeIn { from { opacity: 0; -webkit-transform: scale(.9); }}
@keyframes fadeIn { from { opacity: 0; -webkit-transform: scale(.9); transform: scale(.9); }}

/*pjax end*/
/*slick PD*/
/* pd_body
-----------------------------------------*/
.pd_body{
  margin: 0 auto;
  width: 967px;
  margin-top: 50px;
}
.pd_body p{
  margin: 20px 0 20px 0;
}
 
/* pd_slide by slick
-----------------------------------------*/

.pd_slide{
 margin:0 auto;
 width:90%;
 margin-bottom: 50px;
}
.pd_slide .pd_slide_nav .slick-slide{
 margin:5px;
border-radius: .25em;
  box-shadow: 0 1px 4px 2px rgba(0, 0, 0, 0.2);
    
}
.pd_slide .pd_slide_nav .slick-slide img{
 width:100%;
 height:auto;
 box-sizing:border-box;
 border:solid 2px #FFF;
 cursor: pointer;
}
.pd_slide .pd_slide_nav .slick-slide.slick-current img{
 border:solid 2px #f5a711;
}
.slick-initialized .slick-slide {
 overflow:hidden;
 }
/* slick-list */
.pd_slide_nav .slick-list {
  margin: 0 30px 0 30px;
}
/* slick-dots */
/*
.slick-dots {
    margin-top: 10px;
    display: block;
    list-style: outside none none;
    padding: 0;
    text-align: center;
    width: 100%;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 15px;
}
.slick-dots li button {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    outline: medium none;
    padding: 5px;
    width: 20px;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: medium none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
    opacity: 1;
}
.slick-dots li button::before {
    color: black;
    content: "●";
    font-size: 28px;
    height: 20px;
    left: 0;
    line-height: 20px;
    opacity: 0.25;
    position: absolute;
    text-align: center;
    top: 0;
    width: 15px;
}
.slick-dots li.slick-active button::before {
    color: black;
    opacity: 0.55;
    font-size: 34px;
}
/*  */
.slick-prev, .slick-next {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin-top: -30px;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 20px;
    z-index:9;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background: transparent none repeat scroll 0 0;
    color: transparent;
    outline: medium 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 {
    color: #666;
    font-size: 20px;
    line-height: 1;
    opacity: 0.75;
}
.slick-prev {
    left: 0px;
}
[dir="rtl"] .slick-prev {
    left: auto;
    right: 0px;
}
.slick-prev::before {
  content: " \f053";
  font-family: FontAwesome;
}
[dir="rtl"] .slick-prev::before {
  content: " \f054";
  font-family: FontAwesome;
}
.slick-next {
    right: 0px;
}
[dir="rtl"] .slick-next {
    left: 0px;
    right: auto;
}
.slick-next::before {
  content: " \f054";
  font-family: FontAwesome;
}
[dir="rtl"] .slick-next::before {
  content: " \f053";
  font-family: FontAwesome;
}
/******slick end******/

/* Preloader */

#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white
    */
    z-index:1200; /* makes sure it stays on top */
}

#status {
    width:200px;
    height:200px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-image:url(../img/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*product preview slider*/
.cd-gallery {
  width: 90%;
  max-width: 1300px;
  margin: 1.5em auto;
}
.cd-gallery::after {
  clear: both;
  content: "";
  display: table;
}
.cd-gallery > li {
  overflow: hidden;
  position: relative;
  margin-bottom: 2em;
  background: #ffffff;
  border-radius: .25em;
  box-shadow: 0 1px 5px 5px rgba(0, 0, 0, 0.1);
}
.cd-gallery > li > a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    margin: 2em auto;
  }
  .cd-gallery > li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 2.5em;
  }
  .cd-gallery > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1048px) {
  .cd-gallery {
    margin: 2.5em auto;
  }
  .no-touch .cd-gallery > li:hover .cd-dots li.selected a {
    /* Slider dots - change background-color of the selected dot when hover over the its parent list item */
    background: #2f2933;
    border-color: #2f2933;
  }
  .no-touch .cd-gallery > li:hover .cd-dots a {
    /* Slider dots - change dot border-color when hover over the its parent list item */
    border-color: #9688a0;
  }
  .no-touch .cd-gallery > li:hover li.move-right, .no-touch .cd-gallery > li:hover li.move-left {
    /* show preview items when hover over the its parent list item */
    opacity: 0.3;
  }
}

.cd-item-wrapper {
  position: relative;
  overflow: hidden;
  margin: 3em 0;
}
.cd-item-wrapper li {
  position: absolute;
  top: 0;
  left: 25%;
  height: 100%;
  width: 50%;
  opacity: 0;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform, opacity;
  -webkit-transform: translateX(200%) scale(0.7);
  -moz-transform: translateX(200%) scale(0.7);
  -ms-transform: translateX(200%) scale(0.7);
  -o-transform: translateX(200%) scale(0.7);
  transform: translateX(200%) scale(0.7);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
}
.cd-item-wrapper li.selected {
  /* selected item */
  position: relative;
  opacity: 1;
  -webkit-transform: translateX(0) scale(1.3);
  -moz-transform: translateX(0) scale(1.3);
  -ms-transform: translateX(0) scale(1.3);
  -o-transform: translateX(0) scale(1.3);
  transform: translateX(0) scale(1.3);
}
.cd-item-wrapper li.move-left {
  /* item on left - preview visible */
  -webkit-transform: translateX(-100%) scale(0.7);
  -moz-transform: translateX(-100%) scale(0.7);
  -ms-transform: translateX(-100%) scale(0.7);
  -o-transform: translateX(-100%) scale(0.7);
  transform: translateX(-100%) scale(0.7);
  opacity: 0.3;
}
.cd-item-wrapper li.move-right {
  /* item on right - preview visible */
  -webkit-transform: translateX(100%) scale(0.7);
  -moz-transform: translateX(100%) scale(0.7);
  -ms-transform: translateX(100%) scale(0.7);
  -o-transform: translateX(100%) scale(0.7);
  transform: translateX(100%) scale(0.7);
  opacity: 0.3;
}
.cd-item-wrapper li.hide-left {
  /* items hidden on the left */
  -webkit-transform: translateX(-200%) scale(0.7);
  -moz-transform: translateX(-200%) scale(0.7);
  -ms-transform: translateX(-200%) scale(0.7);
  -o-transform: translateX(-200%) scale(0.7);
  transform: translateX(-200%) scale(0.7);
}
.cd-item-wrapper li img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 1048px) {
  .cd-item-wrapper li.move-left,
  .cd-item-wrapper li.move-right {
    /* hide preview items */
    opacity: 0;
  }
  .cd-item-wrapper li.focus-on-left {
    /* class added to the .selected and .move-right items when user hovers over the .move-left item (item preview on the left) */
    -webkit-transform: translateX(3%) scale(1.25);
    -moz-transform: translateX(3%) scale(1.25);
    -ms-transform: translateX(3%) scale(1.25);
    -o-transform: translateX(3%) scale(1.25);
    transform: translateX(3%) scale(1.25);
  }
  .cd-item-wrapper li.focus-on-left.move-right {
    -webkit-transform: translateX(103%) scale(0.7);
    -moz-transform: translateX(103%) scale(0.7);
    -ms-transform: translateX(103%) scale(0.7);
    -o-transform: translateX(103%) scale(0.7);
    transform: translateX(103%) scale(0.7);
  }
  .cd-item-wrapper li.focus-on-right {
    /* class added to the .selected and .move-left items when user hovers over the .move-right item (item preview on the right) */
    -webkit-transform: translateX(-3%) scale(1.25);
    -moz-transform: translateX(-3%) scale(1.25);
    -ms-transform: translateX(-3%) scale(1.25);
    -o-transform: translateX(-3%) scale(1.25);
    transform: translateX(-3%) scale(1.25);
  }
  .cd-item-wrapper li.focus-on-right.move-left {
    -webkit-transform: translateX(-103%) scale(0.7);
    -moz-transform: translateX(-103%) scale(0.7);
    -ms-transform: translateX(-103%) scale(0.7);
    -o-transform: translateX(-103%) scale(0.7);
    transform: translateX(-103%) scale(0.7);
  }
  .cd-item-wrapper li.hover {
    /* class added to the preview items (.move-left or .move-right) when user hovers over them */
    opacity: 1 !important;
  }
  .cd-item-wrapper li.hover.move-left {
    -webkit-transform: translateX(-97%) scale(0.75);
    -moz-transform: translateX(-97%) scale(0.75);
    -ms-transform: translateX(-97%) scale(0.75);
    -o-transform: translateX(-97%) scale(0.75);
    transform: translateX(-97%) scale(0.75);
  }
  .cd-item-wrapper li.hover.move-right {
    -webkit-transform: translateX(97%) scale(0.75);
    -moz-transform: translateX(97%) scale(0.75);
    -ms-transform: translateX(97%) scale(0.75);
    -o-transform: translateX(97%) scale(0.75);
    transform: translateX(97%) scale(0.75);
  }
}

.cd-dots {
  /* not visible in the html document - created using jQuery */
  position: absolute;
  bottom: 95px;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: .2em;
}
.cd-dots::after {
  clear: both;
  content: "";
  display: table;
}
.cd-dots li {
  display: inline-block;
  float: left;
  margin: 0 5px;
  pointer-events: none;
}
.cd-dots li.selected a {
  background: #2f2933;
  border-color: #2f2933;
}
.cd-dots a {
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  border: 1px solid #9688a0;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  -moz-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
@media only screen and (min-width: 1048px) {
  .cd-dots li {
    pointer-events: auto;
  }
  .cd-dots li.selected a {
    background: #cccccc;
    border-color: #cccccc;
  }
  .cd-dots a {
    height: 8px;
    width: 8px;
    border-color: #cccccc;
    /* fix a bug in IE9/10 - transparent anchor not clickable */
    background-color: rgba(255, 255, 255, 0);
  }
}

.cd-item-info {
  height: 55px;
  line-height: 25px;
  padding: 0 1em 0 1.5em;
}
.cd-item-info::after {
  clear: both;
  content: "";
  display: table;
}
.cd-item-info b, .cd-item-info .cd-price, .cd-item-info .cd-new-price {
  font-size: 1em;
}
.cd-item-info b {
  float: left;
}
.cd-item-info a {
  color: #2f2933;
  font-size: 1.1em
}
.cd-item-info .cd-price, .cd-item-info .cd-new-price {
  /* .cd-new-price not visible in the html document - created using jQuery */
  float: right;
}
.cd-item-info .cd-price {
  color: #000;
  position: relative;
  margin-left: 10px;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.cd-item-info .cd-price::after {
  /* crossing line - visible if price is on sale */
  content: '';
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  height: 2px;
  width: 0%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: width 0.2s 0s, opacity 0s 0.2s;
  -moz-transition: width 0.2s 0s, opacity 0s 0.2s;
  transition: width 0.2s 0s, opacity 0s 0.2s;
}
.cd-item-info .cd-price.on-sale::after {
  opacity: 1;
  width: 100%;
  -webkit-transition: width 0.2s 0s, opacity 0s 0s;
  -moz-transition: width 0.2s 0s, opacity 0s 0s;
  transition: width 0.2s 0s, opacity 0s 0s;
}
.cd-item-info .cd-new-price {
  /* new price - visible if price is on sale */
  color: #e76363;
  opacity: 0;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}
.cd-item-info .cd-new-price.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-item-info b, .cd-item-info .cd-price, .cd-item-info .cd-new-price {
    font-size: 1rem;
  }
}

.no-js .move-right,
.no-js .move-left {
  display: none;
}
/******PPS end******/