@charset "euc-jp";

.product {
    overflow: hidden;
    max-width: 1024px;
    margin:0 auto 120px;
}
/*201806 rewrite*/
 .product_image{
   margin: 0 auto 50px auto;
 }
.order_here a{
    display:block;
    width: 320px;
    background: #cd5c5c url(https://file002.shop-pro.jp/PA01383/662/images/arroe_down.png) no-repeat 12px;
    background-size: 14px auto;
    padding: 10px 20px 10px 40px;
    text-align:center;
    color: #fff;
    margin:0 auto 30px;
}
.order_here a:hover{
    background: #739fbf url(https://file002.shop-pro.jp/PA01383/662/images/arroe_down.png) no-repeat 12px;
    background-size: 14px auto;
    color: #fff;
    opacity:1;
}
.product_order_exp,
.detail{
	width:60%;
	margin:0 auto;
}
.product_order_exp .img-only img{
	width:100%;
	height:auto;
 }
.product_order_exp .img-2pcs img{
	width:49%;
	height:auto;
	margin-right:2%;
}
.product_order_exp .img-2pcs img:last-child{
	margin-right:0;
}
.product_order_exp .img-3pcs img{
	width:31%;
	height:auto;
	margin-right:2%;
 }
.product_order_exp .img-3pcs img:last-child{
	margin-right:0;
}
.spec,
.detail #select_option,
.detail .product_order{
   width:80%;
}
/*201806 rewrite end*/
  
@media screen and (max-width: 767px) {
  .product {
      overflow: hidden;
      max-width: 100%;
      margin:0 auto 120px;
      padding-top: 0;
  }
  /*201806 rewrite*/
	.order_here,
	.product_order_exp,
	.detail{
      width:100%;
	}
	.product_order_exp .img-2pcs img,
	.product_order_exp .img-2pcs img:last-child,
	.product_order_exp .img-3pcs img,
	.product_order_exp .img-3pcs img:last-child{
      width:100%;
      margin-right:0;
      margin-bottom:20px;
  	}
	.spec,
	.detail,
	.detail #select_option,
	.detail .product_order{
      width:100%;
	}
    /*201806 rewrite end*/
}

.product_image {
    width: 50%;
}

.product_txt {
    float: right;
    width: 100%;
    line-height: 2;
}

@media screen and (max-width: 767px) {
  .product_image {
      float: none;
      width: 100%;
  }

  .product_txt {
      float: none;
      width: 100%;

  }
}

.product_name {
    font-size: 30px;
    font-family: 'Libre Baskerville', serif;
    text-align:center;
}

.product_name:after {
    content: " ";
    background: #739fbf;
    width: 40px;
    height: 1px;
    display: block;
    margin: 20px auto 30px;
}

@media screen and (max-width: 767px) {
  .product_name {
    margin-top: 30px;
      font-size: 20px;
      text-align: center;
  }

  .product_name:after {
      content: " ";
      background: #739fbf;
      width: 40px;
      height: 1px;
      display: block;
      margin: 20px auto 30px;
  }
}

.spec h3 {
    font-size: 18px;
    border-bottom: 1px solid;
    letter-spacing: .1em;
    padding-bottom: .5em;
    font-family: 'Libre Baskerville', serif;
}

.spec em {
	color: #ff5252;
	font-size: 12.5px;
	margin: 10px 0 0;
	display: block;
    font-family: "游明朝", "Yu Mincho", YuMincho,serif;
}

.product_order_exp{
  margin-bottom: 30px;
  font-family:'Libre Baskerville', "游明朝", "Yu Mincho", YuMincho, serif;
}

.tokucho{
  margin-bottom: 75px;
}

/*価格・型番・定価・在庫*/
.price{
  font-size: 25px;
  font-family: 'Libre Baskerville', serif;
}
.price span{
  color: #739fbf;
  font-size: 12px;
  margin-left: .5em;
  font-family: "游ゴシック Medium", "Yu Gothic Medium","YuGothic", "游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","sans-serif";
}

/*オプション情報*/
select{
    outline:none;
    text-indent: 0.01px;
    text-overflow: '';
    background: #fff url(https://file002.shop-pro.jp/PA01383/662/images/arroe_down.png) right 12px center no-repeat;
    background-size: 10px;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border-radius: 0;
    padding: 10px;
    height: auto;
    border: 1px solid #b6b3b4;

}
select option{
  background-color: #fff;
  color: #4c4948;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}
.prduct_option select{
	font-family: "游明朝", "Yu Mincho", YuMincho,serif;
}

.product_order input{
font-family: "游明朝", "Yu Mincho", YuMincho,serif;
}

.product_order button{
font-family: "游明朝", "Yu Mincho", YuMincho,serif;
}

/*購入フォーム*/
.product_order{
  overflow: hidden;
  margin: 10px 0 30px;;
}
.btn_append{
  float: left;
  width: 20%;
}
.btn_cart{
  float: right;
  width: 76%;
}

.btn-addcart{
  width: 100%;
  height: 60px;
  background:#cd5c5c url(https://file002.shop-pro.jp/PA01383/662/images/btn_cart_w.png) right 12px center no-repeat;
  background-size: 17px 17px;
  color: #fff;
  padding: 20px;
  font-size: 16px;
  border: 0;
}

/*201806 rewrite*/
.btn-addcart,
.btn-addcart:hover{
	-webkit-transition: all .3s;
	transition: all .3s;
}
.btn-addcart:hover{
  background:#739fbf url(https://file002.shop-pro.jp/PA01383/662/images/btn_cart_w.png) right 12px center no-repeat;
  background-size: 17px 17px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
/*201806 rewrite end*/

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input{
  width: 100%;
  height: 60px;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  border: 1px solid #b6b3b4;
}

/*OTHER*/
.product_list_title h3{
  font-size: 18px;
  border-bottom: 1px solid;
  letter-spacing: .1em;
  padding-bottom: .8em;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Libre Baskerville', serif;
}

/*商&#21725;拡大*/
@keyframes drift-fadeZoomIn {
    0% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes drift-fadeZoomOut {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    15% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes drift-loader-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        transform: translate(-50%, -50%) rotate(-180deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@keyframes drift-loader-before {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.2) translateX(6px);
    }
    25% {
        transform: scale(1.3) translateX(8px);
    }
    40% {
        transform: scale(1.2) translateX(6px);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.8) translateX(6px);
    }
    75% {
        transform: scale(0.7) translateX(8px);
    }
    90% {
        transform: scale(0.8) translateX(6px);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes drift-loader-after {
    0% {
        transform: scale(1);
    }
    10% {
        transform: scale(1.2) translateX(-6px);
    }
    25% {
        transform: scale(1.3) translateX(-8px);
    }
    40% {
        transform: scale(1.2) translateX(-6px);
    }
    50% {
        transform: scale(1);
    }
    60% {
        transform: scale(0.8) translateX(-6px);
    }
    75% {
        transform: scale(0.7) translateX(-8px);
    }
    90% {
        transform: scale(0.8) translateX(-6px);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes drift-fadeZoomIn {
    0% {
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes drift-fadeZoomOut {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
    15% {
        -webkit-transform: scale(1.1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        opacity: 0;
    }
}

@-webkit-keyframes drift-loader-rotate {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0);
    }
    50% {
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    }
}

@-webkit-keyframes drift-loader-before {
    0% {
        -webkit-transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.2) translateX(6px);
    }
    25% {
        -webkit-transform: scale(1.3) translateX(8px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(6px);
    }
    50% {
        -webkit-transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.8) translateX(6px);
    }
    75% {
        -webkit-transform: scale(0.7) translateX(8px);
    }
    90% {
        -webkit-transform: scale(0.8) translateX(6px);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes drift-loader-after {
    0% {
        -webkit-transform: scale(1);
    }
    10% {
        -webkit-transform: scale(1.2) translateX(-6px);
    }
    25% {
        -webkit-transform: scale(1.3) translateX(-8px);
    }
    40% {
        -webkit-transform: scale(1.2) translateX(-6px);
    }
    50% {
        -webkit-transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.8) translateX(-6px);
    }
    75% {
        -webkit-transform: scale(0.7) translateX(-8px);
    }
    90% {
        -webkit-transform: scale(0.8) translateX(-6px);
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.drift-zoom-pane {
    background: rgba(0, 0, 0, 0.5);
    /* This is required because of a bug that causes border-radius to not
  work with child elements in certain cases. */
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.drift-zoom-pane.drift-opening {
    animation: drift-fadeZoomIn 180ms ease-out;
    -webkit-animation: drift-fadeZoomIn 180ms ease-out;
}

.drift-zoom-pane.drift-closing {
    animation: drift-fadeZoomOut 210ms ease-in;
    -webkit-animation: drift-fadeZoomOut 210ms ease-in;
}

.drift-zoom-pane.drift-inline {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
    z-index: 999999;
}

.drift-loading .drift-zoom-pane-loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 66px;
    height: 20px;
    animation: drift-loader-rotate 1800ms infinite linear;
    -webkit-animation: drift-loader-rotate 1800ms infinite linear;
}

.drift-zoom-pane-loader:before, .drift-zoom-pane-loader:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
}

.drift-zoom-pane-loader:before {
    left: 0;
    animation: drift-loader-before 1800ms infinite linear;
    -webkit-animation: drift-loader-before 1800ms infinite linear;
}

.drift-zoom-pane-loader:after {
    right: 0;
    animation: drift-loader-after 1800ms infinite linear;
    -webkit-animation: drift-loader-after 1800ms infinite linear;
    animation-delay: -900ms;
    -webkit-animation-delay: -900ms;
}

.drift-bounding-box {
    background-color: rgba(0, 0, 0, 0.4);
}

.order_list{
	font-size:12px;
    font-family:"游明朝", "Yu Mincho", YuMincho, serif;
}
