@charset "euc-jp";

/*LP2019専用*/
.LP2019-main{
width: 100vw;
margin-left: calc(50% - 50vw);
  margin-top:-30px;
}
.LP2019-main img{
	width:100%;
	height:auto;
}
.LP2019-bodyflex{
	display:flex;
	-webkit-display:flex;
	-ms-display:flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
.LP2019-side{
	max-width:300px;
  min-width:150px;
	margin-right:30px;
	margin-top:30px;
}
.LP2019-side img{
	margin-bottom:20px;
}

.LP2019-contflex{
display:flex;
	-webkit-display:flex;
	-ms-display:flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	margin-bottom:50px;
}
.LP2019-contflex2{
display:flex;
	-webkit-display:flex;
	-ms-display:flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	margin-bottom:30px;
	border-top:#000000 solid 1px;
}
.LP2019-contflex3{
display:flex;
	-webkit-display:flex;
	-ms-display:flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	align-items:center;
	-webkit-align-items:center;
	-ms-align-items:center;
	margin-bottom:30px;
	border-top:#000000 solid 1px;
}
.LP2019-cont1{
	max-width:410px;
}
.LP2019-cont1 img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}
.LP2019-cont3{
	width:320px;
}
.LP2019-cont3 img{
	width:100%;
	height:auto;
	margin-top:10px;
	margin-bottom:10px;
}
.LP2019-cont4{
	max-width:530px;
}
.LP2019-price{
	margin-bottom:30px;
	display:inline-block;
}
.LP2019-price img{
	max-width:350px;
	text-align: center;
}
.LP2019-btn{
　width:350px;
  margin-left: auto;
  margin-right: auto;
}
.LP2019-priceflex{
	display:flex;
	-webkit-display:flex;
	-ms-display:flex;
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	padding-top:20px;
	border-top:#000000 solid 1px;
}
.LP2019-cont2{
	display:flex;
	-webkit-display:flex;
	-ms-display:flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
  margin-right:10px;
}
.LP2019-cont2 img{
	max-width:200px;
	height:141px;
	margin-right: 8px;
	position: center;
}
.LP2019-cont2 p{
font-size:14px;
}
.LP2019-manual{
	background:url("https://img11.shop-pro.jp/PA01289/606/etc/wood_dark.jpg?cmsp_timestamp=20191027121202");
	padding-top:10px;
	margin-bottom:50px;
}
.LP2019-manual p,h3{
	color:#ffffff;
}
.LP2019-usersvoise{
	background-color:#ffffff;
	padding:20px 20px 5px 20px;
	margin-left:10px;
}
.LP2019-usersvoise img{
	width:230px;
	height:auto;
}
.LP2019-usersvoise p{
	padding-top:10px;
	border-top:dashed #000000 1px;
}
.LP2019-rayu_btn {
position:fixed;
right:20px;
bottom:30px;
z-index:99;
}
.LP2019-rayu_btn img {
width:200px;
height:auto;
}


@media screen and (max-width: 750px){
  .LP2019-main{
width: 100vw;
margin-left: calc(50% - 50vw);
    margin-top:0px;
}
	.LP2019-bodyflex{
		flex-direction: column-reverse;
	}
	.LP2019-side{
		width:100vw;
margin-left:auto;
margin-right:auto;
	}
	.LP2019-side img{
		width:100%;
		height:auto;
	}
	.LP2019-contflex{
		flex-direction:column;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
	}
	.LP2019-contflex2{
		flex-direction:column-reverse;
		-webkit-flex-direction:column-reverse;
		-ms-flex-direction:column-reverse;
	}
	.LP2019-contflex3{
		flex-direction:column;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
		text-align:center;
	}
  .LP2019-contflex3 img{
    width:90%;
  }
	.LP2019-cont4{
		max-width:100vw;
	}
.LP2019-cont1{
	width:100%;
}
		.LP2019-cont2{
		flex-direction:column;
		-webkit-flex-direction:column;
		-ms-flex-direction:column;
			justify-content: center;
			margin-left:auto;
			margin-right:auto;
	}
	.LP2019-cont2 img{
	max-width:90vw;
	height:auto;
}
	.LP2019-cont4{
		display:inline-block;
		max-width:100vw;
	}
	.LP2019-cont4 img{
		width:100%;
		height:auto;
	}
	.LP2019-priceflex{
		flex-direction: column;
	}
  .LP2019-price{
    display:inline-block;
    width:90vw;
    margin-left:auto;
    margin-right:10px;
  }
  .LP2019-price img{
    max-width:100%;
  }
	.LP2019-manual{
		display:inline-block;
		width:100%;
	}
  .LP2019-manual img{
  padding-bottom:-50px;
  }
	.LP2019-manual img{
		width:90vw;
		height:auto;
	}
	.movie{
		max-width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	.LP2019-usersvoise{
		width:90%;
		padding:auto;
		margin-left:auto;
	}
	.LP2019-usersvoise img{
		width:150px;
	}
  .LP2019-rayu_btn {
right:7px;
bottom:50px;
}
.LP2019-rayu_btn img {
width:150px;
}
}
/*ここまでLP2019*/



/*ここから追加*/
.size-check{
  background-color:#000000;
}
li {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.mincho {
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h3{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
p{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
#header-global-nav{
  background:linear-gradient(#E50012,#C30D23);
  background-size:100%;
  padding:10px 0px 1px 0px;
}
#header-global-nav a{
color:#ffffff;
padding-left:20px;
}
li+li{
  border-left:1px solid #ffffff;
}
#header-logo{
  width:200px;
  height:auto;
  margin:0;
}
.logo-pagetop {
position:absolute;
top:0px;
}
.headflex{
  display:flex;
  -webkit-display:flex;
  -ms-display:flex;
  justify-content:space-between;
  -webkit-justify-content:space-between;
  -ms-justify-content:space-between;
  align-items:center;
  -webkit-align-items:center;
  -ms-align-items:center;
  margin-bottom:-10px;
  height:50px;
}
.careful{
  position:fixed;
  background-color:#ffffff;
  width:100%;
  bottom:0;
  border-top:thick double #000000;
  z-index:1;
}
.tetsunabe-background{
	background:url("https://img11.shop-pro.jp/PA01289/606/etc/LP2019_obi_left.png?cmsp_timestamp=20191027133315"),url("https://img11.shop-pro.jp/PA01289/606/etc/LP2019_obi_right.png?cmsp_timestamp=20191027133348");
	background-repeat:repeat-y;
	background-position:left,right;
}
/*テキスト均等*/
.text-box{
text-align:justify;
text-justify:inter-ideograph;
}
.inline-block{
	display:inline-block;
}
/*リンクのボタン_赤*/
.linkbtn {width:100%;  background-color: #cf111b;  border: solid 2px #cf111b; box-sizing: border-box;
font-size:20px; font-weight:bold;}
.linkbtn a { display: block; padding: 10px; text-align: center;  color: #ffffff;}
.linkbtn a:hover:not(.active) { background-color: #ffffff; color:#cf111b; text-decoration: none; }
.linkbtn a.active { background-color: #ffffff;}
 /*リンクの下線消し*/
a {
text-decoration: none!important;
}
/*リンクのマウスオーバー*/
a:hover img{
	opacity: 0.7;
}
/*youtubeのサムネイル*/
.movie {
 position: relative;
width:400px; 
height:250px;
 overflow:hidden;
padding-top:0px;
}

.movie iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
body{
	margin:0;
}
@media screen and (max-width: 750px){
  .headflex{
    justify-content:center;
    -webkit-justify-content:center;
    -ms-justify-content:center;
     height:90px;
}
  .tetsunabe-background{
  background:none;
  }
}
/*スマホで削除*/
@media screen and (max-width: 750px){
.sp-none {
display:none;
}
.border-none-sp{
border-bottom:none;
}
}
/*PCで削除*/
@media screen and (min-width: 750px){
.pc-none {
display:none;
}
.border-none-pc{
border-bottom:none;
}
}
/*追加ここまで*/

#page-wrapper {
  position: relative;
}
#wrapper {
  padding-top: 1em;
}
.container {
  max-width: 1180px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #ccc;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}


.muted {
  color: #999;
}

body {
  color: #000000;
  background-color: #ffffff;
  background-image: url(https://img11.shop-pro.jp/PA01289/606/etc/130731195237.jpg?cmsp_timestamp=20190806031159);
}

a {
  color: #000000;
}
  a:hover {
    color: #FF0033;
  }

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

h2 {
  margin: 30px 0;
  text-align: center;
}
  .ttl-h2 {
    position: relative;
  }
  .ttl-h2:before {
    position: absolute;
    top: 50%;
    z-index: -1;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ccc;
    content: "";
  }
  .ttl-h2 span {
    padding: 0 2em;
    background-color: #ffffff;
  }

.btn-01 {
  border: 1px solid #4d4d4d;
  background-color: #4d4d4d;
  color: #fff;
  *background-color: #4d4d4d;
}

.btn-01:hover,
.btn-01:focus,
.btn-01:active,
.btn-01.active,
.btn-01.disabled,
.btn-01[disabled] {
  border: 1px solid #5e5e5e;
  background-color: #5e5e5e;
  color: #fff;
  *background-color: #5e5e5e;
}

.btn-02 {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}

.btn-02:hover,
.btn-02:focus,
.btn-02:active,
.btn-02.active,
.btn-02.disabled,
.btn-02[disabled] {
  border: 1px solid #d8d8d8;
  background-color: #d8d8d8;
  color: #4d4d4d;
  *background-color: #d8d8d8;
}
.product-order-num input {
  border-color: #d8d8d8;
}

/*
 * web font
 */
.google-font {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-family: 'Karla', sans-serif;
}
  .google-font.fwb {
    font-weight: 700;
  }

/*
 * icon
 */
.icon-b,
.icon-w {
  display: inline-block;
  width: 16px;
  height: 16px;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
  }
}
.icon-cart { background-position: -176px -64px; }
.icon-user { background-position: -208px -0px; }
.icon-adduser { background-position: -240px -0px; }
.icon-logout { background-position: -32px -80px; }
.icon-login { background-position: -48px -80px; }
/* icon large */
.icon-twitter { background-position: -144px -264px; }
.icon-facebook { background-position: -192px -264px; }
.icon-instagram { background-position: -168px -288px; }
.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }

.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
}


/*
 * header
 */
#header-wrapper {
  margin-bottom: 0;
}
.header-link a {
  color: #000000;
}
.header-link a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* header-line-nav */
.header-line-nav li {
  padding-top: 5px;
}
  .header-line-nav a {
    cursor: pointer;
  }
  .header-line-nav span {
    float: left;
    padding-left: 4px;
    font-size: 12px;
    line-height: 1.5em;
  }
  .header-line-nav .icon-b,
  .header-line-nav .icon-w {
    float: left;
  }
.view-cart {
  position: relative;
  top: -6px;
  padding-top: 0 !important;
}
.btn-viewcart {
  padding: 1px 15px 0 13px;
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  border-radius: 3em;
}

/* header logo */
.shop-name {
  clear: both;
  margin: 1em 0;
  text-align: center;
  font-size: 24px;
}
.shop-description {
  font-size: 12px;
  font-weight: normal;
  color: #000000;
}

/* header global nav */
#header-global-nav {
  margin: 1.8em 0;
  text-align: center;
  font-size: 16px;
}
  #header-global-nav li {
    margin: 0 1em;
  }

/* incart delivery */
.incart-delivery {
  float: right;
}
  .incart-delivery ul {
    margin: 0;
    padding: 10px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #d9edf7;
    color: #31708f;
    list-style: none;
    font-size: 12px;
  }

/*
 * product list
 */

.prd-lst-unit {
  margin-bottom: 60px;
  padding: 0 30px;
  text-align: center;
}
.prd-lst-img {
  display: block;
  margin: 0 auto 1em;
}
.prd-lst-span {
  display: block;
  margin: .3em 0;
  font-size: 12px;
}
.prd-lst-name {
  font-size: 14px;
}
.prd-lst-price {
  color: #000000;
}
.prd-lst-regular {
  text-decoration: line-through;
}
.prd-lst-discount {
  color: #b81717;
}

/* product list sort */
.prd-lst-sort {
  margin: 3em 0;
  color: #888;
  text-align: center;
  font-size: 12px;
}

/* prduct list pager */
.prd-lst-pager {
  text-align: center;
}
.prd-lst-pos b {
  font-size: 18px;
  font-weight: normal;
}

/*
 * product
 */
.product-image-thumb img {
  border: 2px solid #ffffff;
}
.thumb-active img {
  border: 2px solid #4d4d4d;
}


/*
 * footer
 */

#footer-wrapper {
  padding-top: 3em;
  border-top:solid 1px #000000;
}
.footer-primary {
  border-right: 1px solid #000000;
}

/* footer nav */
.footer-nav {
  list-style: none;
  margin: 0;
}
  .footer-nav li {
    margin: .8em 0;
  }
.footer-primary {
  padding: .3em 0;
}
  .footer-primary li {
    margin-right: 25px;
    margin-left: 5px;
  }
  .footer-primary a {
    color: #000000;
  }
  .freepage-nav {
    margin-right: 10%;
    margin-bottom: 1.5em;
    padding-bottom: .8em;
    border-bottom: 1px solid #e7e7e7;
  }
.footer-secondary {
  padding: .3em 0;
  font-size: 12px;
}
  .footer-secondary li {
    margin-left: 10%;
  }
  .footer-secondary li:before {
    margin-right: 4px;
    color: #000000;
    content: "-";
  }
  .footer-secondary a {
    color: #000000;
  }

/* social icon */
.social-nav {
  text-align: center;
  margin: 2em 0;
}

/* copyright */
.copyright {
  margin: 3em 0 2em;
  color: #abaaaa;
  text-align: center;
  font-size: 12px;
}
.powered {
  display: block;
  margin: .5em auto 0;
  width: 180px;
  height: auto;
}

/* pagetop */
#pagetop {
  position: fixed;
  right: 0;
  bottom: 100px;
  display: none;
}
.btn-pagetop {
  display: block;
  padding: .8em .4em .8em .5em;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}


@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .container {
    max-width: 900px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 3em;
  }
  .container {
    width: auto;
  }
  .header-dropdown {
    position: absolute;
    top: 0;
    z-index: 200;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
  }
  .header-dropdown.affix {
    position: fixed;
  }
    .header-dropdown .dropdown-nav li {
      border-bottom: 1px solid #dbdbdb;
      text-align: center;
    }
    .header-dropdown .dropdown-nav a {
      display: block;
      padding: 10px;
    }
    .header-dropdown .btn-dropdown {
      padding-left: 34px;
      font-size: 16px;
      line-height: 1.6;
    }
    .header-dropdown .btn-dropdown-close {
      opacity: 0.4;
    }
  .view-cart {
    position: static;
  }
    .view-cart a {
      background-color: #4d4d4d;
      color: #fff;
    }
    .view-cart span {
      display: block;
      width: 130px;
      margin: 0 auto;
    }
    .view-cart .icon-w {
      float: left;
      margin-top: -2px;
    }
  .incart-delivery {
    padding-top: 20px;
    float: none;
  }
  .prd-lst-sort {
    font-size: 14px;
  }
  .footer-primary,
  .footer-secondary {
    padding: 0;
    border: none;
  }
  .footer-nav {
    margin: 0;
    padding: 0;
    border-bottom: 3px double #e7e7e7;
  }
    .footer-primary .footer-nav:first-child {
      border-top: 3px double #e7e7e7;
    }
  .footer-nav li {
    margin: 0;
    font-size: 14px;
    border-top: 1px solid #e7e7e7;
  }
    .footer-nav li:first-child {
      border-top: none;
    }
  .footer-nav li:before {
    display: none;
  }
  .footer-nav a {
    display: block;
    padding: 1em;
    color: #000000;
  }
  .footer-nav a:hover {
    text-decoration: none;
  }
  .icon-b,
  .icon-w {
    display: inline-block;
    width: 24px;
    height: 24px;
    *display: inline;
    *zoom: 1;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_w.png);
  }
  .icon-cart { background-position: -264px -96px; }
  .icon-list { background-position: -288px -144px; }
  .icon-chevron_thin_up { background-position: -192px -216px; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz--device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .icon-b,
    .icon-lg-b {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_b.png);
    }
    .icon-w,
    .icon-lg-w {
      background-image: url(https://img.shop-pro.jp/tmpl_img/69/icon24_2x_w.png);
    }
    .icon-b,
    .icon-w {
      -webkit-background-size: 552px 480px;
      background-size: 552px 480px;
    }
  }
}
@media (max-width: 480px) {
  .ttl-h2 span {
    padding: 0 10px;
    font-size: 14px;
  }
  .prd-lst-unit {
    margin-bottom: 30px;
    height: auto !important;
  }
}

/* IE用 */
.ie_wrapper.container {
  width: 900px;
  overflow: auto;
}

.ttl-h2 span{
  display:none;
}
.ttl-h2 {
  padding-bottom:50px;
}