@charset "euc-jp";

.po__inner_ {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: start;
  align-items: center;
}

.Item__Name {
  font-size: 22px;
  padding: 10px 0 20px;
  font-weight: 600;
  color: #35a9ee;
}
.inline.unstyled.product-order-price {
  font-size: 25px;
  font-weight: bold;
  padding: 20px 0 0;
  color: #e60000;
  text-align: left;
}
.Product__Desc{
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px){
.col-md {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
}

.Item__Catch {
  position: relative;
  font-size: 16px;
  padding: 10px 15px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  color: #E30003;
}
.Item__Catch::before {
  content: "";
  position: absolute;
  bottom: -13px;
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ffffff;
  transform: translateX(-7px);
  left: 50%;
  z-index: 1;
}
.Item__Catch::after {
  content: "";
  position: absolute;
  bottom: -14px;
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgba(0, 0, 0, 0.30);
  transform: translateX(-8px);
  left: 50%;
  z-index: 0;
}


.product-image {
  padding-bottom: 30px;
}
  .product-image-main {
    text-align: center;
  }
  .product-image-thumb li {
    margin-bottom: 20px;
    padding: 0 10px;
    cursor: pointer;
  }
  .product-image-thumb img {
    display: block;
    margin: 0 auto;
  }

.product-order {
  margin: 0 0 30px 0;
}
  .product-option-table table {
    margin: 0 auto;
  }
  .product-option-table th,
  .product-option-table td {
    text-align: center;
  }
  .product-option-table td input[type="radio"] {
    margin-bottom: 5px;
  }
  .product-option-select {
    position: relative;
    overflow: hidden;
  }
    .product-option-select .product-option-wrapper {
      position: relative;
      left: 50%;
      float: left;
    }
    .product-option-select .product-option-unit {
      width: 300px;
      position: relative;
      left: -50%;
      float: left;
    }
    .product-option-select .product-option-unit div {
      padding: 0 20px;
    }
    .product-option-select .option-select-name {
      display: block;
      margin: .5em 0;
    }
.product-order-price {
  color: #999;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}

.btn {
  max-width: 480px;
  width: 100%;
  margin-top: 40px;
}
  .product-order-price li {
    margin: 0 10px;
  }
  .product-order-regular {
    color: #abaaaa;
    text-decoration: line-through;
  }
  .product-order-discount {
    color: #b81717;
  }
.product-order-input {
  margin: 20px 0;
  text-align: center;
}
.product-order-input .col {
  display: inline;
  float: none;
}
.product-order-num .btn {
  display: none;
  padding: 10px;
}
.product-unit {
  display: inline-block !important;
  padding-left: 20px;
  font-size: 24px;
  line-height: 40px;
  *display: inline !important;
  *zoom: 1;
}
.product-order-num input {
  width: 60px;
  text-align: right;
  font-size: 24px;
  line-height: 1;
  display: block;
  height: auto;
}

.btn-addcart {
  line-height: 24px;
}
  .btn-addcart .icon-lg-w {
    float: left;
    *float: none;
  }
  .btn-addcart span {
    padding-left: 10px;
  }

.stock_error,
.product-member-sale-msg {
  margin: 20px 0;
  color: #d3473b;
  font-weight: bold;
  font-size: 16px;
}

.product-order-exp {
  padding: 40px 0;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

.product-order-spec {
  margin: 30px 0;
  border-bottom: 1px solid #e7e7e7;
  font-size: 12px;
}
  .product-order-spec th {
    width: 30%;
    font-weight: normal;
  }
  .product-order-spec td {
    width: 70%;
  }
  .product-info-lst {
    text-align: center;
  }
    .product-info-lst li {
      display: inline;
      margin: 1em;
    }
    .product-info-lst .social-share {
      display: block;
    }
    .social-share a {
      margin: 1em;
    }

.text-titles,
.password-field-wrap {
  margin: 40px 0 0;
  text-align: center;
}
  .text-titles .col,
  .password-field-wrap .col {
    float: none;
  }
.text-titles-list__name,
.password-field-list__name {
  text-align: left;
  display: block;
  margin: .5em 0;
}
.text-titles-list__detail-text,
.password_field {
  width: 100%;
  height: 45px;
  padding: 13px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .product-image-main {
    margin-bottom: 20px;
  }
  .product-image-thumb li {
    width: 20%;
  }
 .product-order-num .btn {
    display: inline-block;
  }
  .product-order-input [class*="col-sm-"] {
    display: block;
    float: left;
    margin-bottom: 30px;
  }
  .product-option-select {
    position: static;
    overflow: auto;
  }
    .product-option-select .product-option-wrapper {
      position: static;
      float: none;
    }
    .product-option-select .product-option-unit {
      position: static;
      float: none;
      margin-bottom: 1em;
      width: 100%;
    }
    .product-option-select .product-option-unit div {
      padding: 0;
    }
  .btn-addcart,
  .btn-quick {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-addcart {
    padding-top: 1em;
    padding-bottom: 1em;
  }
    .btn-addcart .btn-wrap {
      margin: 0 auto;
      max-width: 170px;
      width: 100%;
      text-align: right;
    }
    .btn-addcart span {
      padding-left: 0;
    }
  .product-order-spec th {
    width: 40%;
  }
  .product-order-spec td {
    width: 60%;
  }
  .product-info-lst li {
    display: block;
    margin: 0;
  }
  .product-info-lst a {
    display: block;
    padding: .5em;
  }
  .social-share a {
    display: inline;
  }

  .text-titles,
  .password-field-wrap {
    margin: 20px 0 0;
  }
}
@media (max-width: 480px) {
  .product-image-thumb li {
    margin-bottom: 10px;
    padding: 0 5px;
  }
  .product-order {
    width: 100%;
  }
}

.ie_wrapper .product-order-num .btn {
  display: none;
}



 ::before, ::after {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0 !important;
}
.Y_mt-5 {
  margin-top: 5px;
}
.Y_mb-5 {
  margin-bottom: 5px;
}
.Y_bt-1 {
  border-top: 1px solid #acacac;
}
.Y_bb-1 {
  border-bottom: 1px solid #acacac;
}
.bl_w i {
  margin-right: 10px;
}
.Pc___ {
  display: block !important;
}
.Sp___ {
  display: none !important;
}
@media screen and (max-width:780px) {
  .Pc___ {
    display: none !important;
  }
  .Sp___ {
    display: block !important;
  }
}
#Product_Top a:hover {
  opacity: 0.85;
}
#Product__ {
  padding-bottom: 5.66667vw;
}
#Product__ .Sl__N-t::after {
  transform: translateY(-4px);
}
.wrapper1 {
  background: #eef0f5;
}
#Product_Top {
  padding: 10px 0 30px;
}
#Product__ ul {
  display: block;
}
#breadcrumb_list {
  line-height: 1.3;
  padding: 10px 0;
  margin-bottom: 10px;
}
.List-arrow {
  font-family: sans-serif;
}
#Item__head {
  background: #fff;
  border: 1px solid rgba(52, 80, 138, 0.50);
  padding: 10px;
  margin-bottom: 10px;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  -webkit-transition: box-shadow .3s, -webkit-box-shadow .3s;
}
.Ot_Link {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.Ot_Link a {
  color: #34508a;
  position: relative;
}
.Ot_Link a span {
  margin-left: 10px;
}
.free-dile {
  width: 24px;
  display: inline-block;
  height: 16px;
}
.Phone__ {
  font-size: 24px;
  display: inline-block;
}
#Product__ .Item__Name {
  font-size: 25px;
}
.item__name p {
  margin-bottom: 0.5rem;
  padding-left: 0.1rem;
}
#Product__img {
  text-align: center;
  max-width: 560px;
  margin: 0 auto 20px;
  overflow: hidden;
}
#Img__box {
  position: relative;
  height: 0;
  padding-bottom: 100%;
}
#Img__box ul {
  margin-top: 0;
  margin-bottom: 0.5em;
  overflow: hidden;
}
#Img__box li {
  background: #ffffff;
}
.elBox {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  vertical-align: middle;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
}
#ItemImg__ .elBox {
  padding: 2px 0;
}
#Img__box .elBox a {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
  box-sizing: border-box;
  padding: 1px;
  width: 100%;
  height: 100%;
}
.Zoom_ {
  cursor: zoom-in;
}
.elNew {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.elOld {
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 100%;
}
#ItemImg__ .elOld {
  padding-bottom: 0;
}
#Thumb__List {
  margin-top: 20px;
}
#Thumb__List ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px 0 0 -4px;
}
.Img__li {
  width: 12.5%;
  min-width: 68px;
}
#Product__img img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
#ItemImg__ .Img__li {
  width: auto;
}
.li__inbox {
  margin: 6px 0 0 4.1px;
  box-sizing: border-box;
  background: #fff;
  height: 64px;
  width: 64px;
  display: block;
}
#ItemImg__ .li__inbox {
  height: 84px;
  width: 84px;
}
.li__inbox a {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
  cursor: pointer;
  padding: 2px;
}
.Img__li.elActive .li__inbox a, .li__inbox a:hover {
  border-color: #333333;
}
#Event__Bnr {
  margin: 10px 0;
  border-top: 1px solid #acacac;
  border-bottom: 1px solid #acacac;
}
.E__Img {
  margin: 10px 0;
}
.Event__ {
  padding: 0;
  display: block;
  box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
  transition: box-shadow .3s, -webkit-box-shadow .3s;
  -webkit-transition: box-shadow .3s, -webkit-box-shadow .3s;
  border: 1px solid rgba(0, 0, 0, .03);
  box-sizing: border-box;
}
#Product__ .main-4 {
  min-width: 60px;
  vertical-align: middle;
}
#Product__ .main-8 {
  padding-left: 10px;
  vertical-align: middle;
}
#Product__ .Price__txt .Price-num {
  font-size: 4.5rem;
  line-height: 0.5;
}
#Product__ .Sale_On .Normal__ .Price__Name {
  line-height: 1.0;
}
#Product__ .Sale_On .Price__txt .Yen__ {
  font-size: 1.3rem;
}
#Product__ .Sale_On .Normal__ .Price__txt .Price-num {
  font-size: 1.6rem;
}
#Product__ .Price__Inf.main-4 i {
  padding: 5px;
}
#ItemImg__ #Img__box {
  padding-bottom: 50%;
}
#Product__ .Price__txt {
  color: #bf0000;
}
#Product__ .Sale_On .Normal__ .Price__txt {
  color: #000000;
}
#Fixd__in_bg .elBox a {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  justify-content: -ms-center;
  align-items: center;
  align-items: -ms-center;
  height: 100%;
  width: 100%;
  padding: 20px 2px;
  cursor: inherit;
}
#Fixd__in_bg .elBox {
  position: relative;
  display: block;
}
#Fixd__in_bg #Thumb__List {
  margin-top: 0px;
  margin-bottom: 5px;
}
#Product__ .Item__Catch {
  position: relative;
  font-size: 16px;
  padding: 10px 15px;
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
  color: #E30003;
}
#Product__ .Item__Catch::before {
  content: "";
  position: absolute;
  bottom: -13px;
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #ffffff;
  transform: translateX(-7px);
  left: 50%;
  z-index: 1;
}
#Product__ .Item__Catch::after {
  content: "";
  position: absolute;
  bottom: -14px;
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid rgba(0, 0, 0, 0.30);
  transform: translateX(-8px);
  left: 50%;
  z-index: 0;
}
#Product__ .Item__Price {
  margin-top: 10px;
}
#Product__ .Normal__ {
  margin-bottom: 10px;
}
#Item__Contact {
  margin-top: 10px;
}
#Item__Contact a {
  text-align: center;
  width: 100%;
  display: block;
  background: #34508a;
  padding: 10px 0;
  border-radius: 5px;
  color: #fff;
  border-bottom: 2px solid #05122d;
  box-shadow: 1px 2px 5px 0px rgba(112, 111, 111, 0.30);
}
#FloatingCart {
  display: none;
  position: fixed;
  right: 0;
  bottom: 150px;
  width: 162px;
  padding: 6px;
  background: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 0 0 9px #CCC;
  z-index: 99;
}
#Floating_Price {
  text-align: right;
}
#Floating_Price .Price__Name, #Floating_Price .Postage__ {
  font-size: 12px;
}
#FloatingCart__Btns .Fixed_a {
  margin: 0;
}
#FloatingCart__Btns .Fixed_a a {
  font-size: 14px;
  letter-spacing: normal;
  font-weight: normal;
  padding: 5px 0;
  border-radius: 5px;
  border-width: 1px;
  margin: 5px 0 0;
}
#FloatingCart__Btns .Fixed_a a.Cart__Btn {
  background: #f6861e;
  border-bottom: 1px solid #6C3501;
}
.Fl___Ltxt {
  font-size: 30px;
  line-height: 1.2;
}
.Fl___txt {
  font-size: 16px;
}
.Fl___Stxt {
  font-size: 14px;
}
#Product__ #FloatingCart .Normal__ {
  margin-bottom: 0;
}
#FloatingCart .Yen__ {
  font-size: 20px;
  margin-left: 2px;
}
#Product__Mess {
  padding: 30px 0;
  margin-bottom: 30px;
}
.Pm_inner {
  border: 1px solid #34508a;
  padding: 10px;
  border-radius: 5px;
}
.Pm_Info {
  overflow: hidden;
  position: relative;
}
.Pm_Info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
}
.Pm_img {
  max-width: 80px;
}
.Pm_txt {
  max-width: 248px;
  padding-left: 10px;
}
.Pm_Link {
  width: 100%;
  display: block;
  text-align: right;
}
/*==========
   main contents  
   ==================*/
#Teiki_N {
  text-align: center;
  background: #fbfbfb;
  padding: 10px 0;
  border: 1px solid #d57802;
  box-shadow: 5px 5px 2px -1px #A5A4A4;
}
#Teiki_N .h3 {
  font-weight: bolder;
  padding: 10px 0;
  background: #cc3131;
  color: #fff;
}
.T__title {
  margin-bottom: 1.0rem;
}
.T__Note {
  padding: 10px;
}
.Tei_In {
  color: #fff;
  display: block;
  position: relative;
  font-size: 25px;
}
.Tei_In::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: 10px;
}
.Ij_ {
  padding: 10px;
}
.Mv-iframe {
  height: 690px;
}
.title__ {
  font-weight: bolder;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
#Item__Pr_ {
  padding: 20px 10px;
  margin-bottom: 20px;
}
#List__View.row {
  margin-left: -5px;
  margin-right: -5px;
}
#List__View > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}
.View__inner {
  padding: 10px;
  border: 1px solid #eee;
  border-bottom: 2px solid #d0d0d0;
  border-radius: 4px;
}
.View__inner:hover {
  box-shadow: inset 0 0 0 3px #0096ff;
}
.View__box {
  padding-bottom: 20px;
  border: 1px solid tran;
}
.View__box:first-of-type {
  border-left-width: 1px;
}
.View__P td {
  vertical-align: middle;
}
.View__Name {
  font-size: 14px;
  word-break: break-all;
}
.View__Name a {
    color: #34508a;
}
.View__Postage {
  color: #fff;
  font-size: 13px;
  min-width: 65px;
}
.View__Postage span {
  padding: 2px 6px;
}
.View__Price {
  color: #bf0000;
  font-size: 25px;
  text-align: right;
}
.View__tit i {
  margin-right: 0.5em;
}
.View__img img {
  width: 100%;
}
.Ij__box {
  text-align: center;
  padding: 3.66667vw 0;
}
.Ij_img {
  margin-bottom: 2.66667vw;
}
.Ij_p {
  margin-bottom: 3.66667vw;
  background: #eef0f5;
  padding: 1.66667vw 15px;
  border-radius: 10px;
  text-align: left;
  position: relative;
}
.Ij_p::after {
  content: "";
  position: absolute;
  top: -14px;
  display: block;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #eef0f5;
  transform: translateX(-8px);
  left: 50%;
  z-index: 0;
}

.product-order .btn[type='submit'] {
  background: #009cb3;
  color: #fff;
}


@media screen and (max-width:1024px) {
  #Product__ .Price__txt .Price-num {
    font-size: 3.8rem;
  }
  .View__Price {
    font-size: 20px;
  }
}
@media screen and (max-width:780px) {
  #breadcrumb_list {
    font-size: 12px;
  }
  #Product__ .Item__Name {
    font-size: 18px;
  }
  #Product__ .Item__Catch {
    padding: 10px;
  }
  #Product__ .Item__Catch, #Product__ .Item__Desc {
    font-size: 14px;
  }
  #Product__img {
    max-width: 100%;
  }
  #Product__ .Normal__ {
    margin: 0;
  }
  #Product__ .Item__Price {
    background: #ffffff;
    padding: 10px;
    margin-bottom: 10px;
  }
  #Product__ .Normal__, #Product__ .Spacil__ {
    width: 100%;
    display: table;
  }
  #Product__ .Sale_On .Normal__ {
    text-align: left;
  }
  #Product__ .Price__txt .Price-num {
    font-size: 2.5rem;
  }
  .Postage__ {
    margin-top: 5px;
  }
  .Img__li {
    width: 10.5%;
    min-width: 68px;
  }
  .Img__li {
    width: 5.5%;
    min-width: 48px;
  }
  #ItemImg__ .li__inbox, .li__inbox {
    width: 45px;
    height: 45px;
  }
  #ItemImg__ #Img__box {
    padding-bottom: 100%;
  }
  #ItemImg__ #Bg__bl {
    max-height: 0;
    max-width: 95%;
	top: 10px;
  }
  #ItemImg__ #Btn__Off {
    font-size: 18px;
    letter-spacing: inherit;
    padding-top: 10px;
  }
  .E_tit {
    font-size: 14px;
  }
  .E__Img img {
    width: 100%;
  }
  .Ot_Link {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .Ot_Link:first-of-type {
    display: none;
  }
  .Ot_Link {
    text-align: center;
    color: #34508a;
  }
  .Phone__ + .small {
    display: block;
    padding-left: 24px;
    font-size: 3.267vw;
  }
  #Product_Top {
    padding-bottom: 0;
  }
  #Product__Mess {
    margin: 10px auto 0;
  }
  #Cart__Btns {
    position: fixed;
    bottom: 0;
    z-index: 98;
    width: 100%;
    background: #fff;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px;
  }
  .Fixed_b {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  #Cart__Btns .Fixed_b, #Cart__Btns .Cart__Btn {
    margin: 0;
    font-weight: normal;
  }
  #Cart__Btns .Fixed_b a {
    border-radius: 5px;
    padding: 10px 0;
    font-size: 14px;
    height: 44px;
  }
  #Cart__Btns .Cart__Btn {
    background: #f6861e;
    border-bottom: 2px solid #6C3501;
    border-top: none;
  }
  #Product__ #Cart__In {
    padding-right: 2px;
  }
  #Product__ #Item__Contact {
    padding-left: 2px;
  }
  #FloatingCart {
    display: none;
  }
  .Pm_inner {
    line-height: 1.0;
    border: 1px solid #ccc;
  }
  .col-md-4.Pm_li {
    margin-bottom: 5px;
  }
  .Pm_Info .Pm_img {
    display: none;
  }
  .Pm_Info span.Pm_txt {
    display: block;
    max-width: 100%;
    font-size: 12px;
    padding: 0;
    text-align: center;
  }
  .Pm_Link {
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
  }
  /*==========
   main contents  
   ==================*/
  #Product__ .h1 {
    font-size: 20px;
  }
  #Product__ .h3 {
    font-size: 20px;
  }
  #Product__ .h4 {
    font-size: 18px;
  }
  .T__Note {
    margin-bottom: 0;
  }
  .T__Note span {
    font-size: 12px;
    margin-top: 0.8rem;
    display: block;
  }
  .tei_ {
    display: block;
  }
  .Ij_ p {
    font-size: 14px;
  }
  .Ij_img {
    margin-bottom: 20px;
  }
  .Tei_In {
    font-size: 18px;
  }
  .title__ {
    margin-bottom: 10px;
  }
  .D_b_inner {
    padding: 0 10px;
  }
  .bl_tit_inner {
    position: relative;
    background: #00a8ff;
    border-radius: 5px;
  }
  .bl_tit_left {
    max-width: 50px;
    max-height: 50px;
    position: absolute;
    top: -10px;
    left: -10px;
  }
  .bl_tit_t {
    padding: 5px 10px 6px 8.66667vw;
    font-size: 20px;
    font-weight: bolder;
    color: #fff;
  }
  .t_blcok .bl_w {
    padding: 5px 0;
    font-weight: bolder;
    font-size: 18px;
  }
  .bl_p {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
  }
  .bl_img {
    margin-top: 3.6667vw;
  }
  .koji_logo {
    max-width: 250px;
    display: inline-block;
  }
  .bl_h3 {
    font-size: 25px;
    font-weight: bolder;
    color: #5e5e5e;
  }
  .bl_h4 {
    font-size: 18px;
    color: #5e5e5e;
    font-weight: bolder;
  }
  /*==========
   footer item list 
   ==================*/
  .View__Postage {
    color: #fff;
    line-height: 1.0;
    font-size: 10px;
    min-width: 50px;
  }
  #List__View.row {
    padding: 0;
    margin: 0;
  }
  #List__View {
    border: 1px solid #eee;
    border-bottom: none;
  }
  #List__View > [class*=col-] {
    padding: 0;
  }
  .View__inner {
    padding: 5px;
    border: none;
  }
  .View__box:nth-child(2n) {
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .View__box:nth-child(2n+1) {
    border-bottom: 1px solid #eee;
  }
	
.product .col-md-6 {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.input-prepend.input-append .btn.btn-02 {
  display: none !important;
}
.Item__Name {
	font-size: 16px;
	padding-bottom: 5px;
}	
	.inline.unstyled.product-order-price {
		padding-top: 5px;
	}	
	.btn-addcart .btn-wrap {
		text-align: center;
	}	
	
	.btn-addcart {
		margin-top: 10px!important;
		padding: 10px 0!important;
	}
.product-order .btn {
  margin-top: 10px !important;
}
.product-order .product-order-price li {
  font-size: 20px;
}	
	
	
}
@media screen and (max-width:420px) {
  .bl_tit_left {
    width: 20.6667vw;
    height: 20.6667vw;
    max-width: 50px;
    max-height: 50px;
  }
	.bl_tit_t {
		padding-left: 50px;
	}
  .bl_h3 {
    font-size: 18px;
  }
  .bl_h4 {
    font-size: 16px;
  }
  .t_blcok .bl_w {
    font-size: 16px;
  }
  #Product__ .h3 {
    font-size: 20px;
  }
  #Product__ .h4 {
    font-size: 18px;
  }
}
@media screen and (max-width:321px) {
  #Cart__Btns #Item__Contact a {
    font-size: 12px;
    padding: 12px 0;
  }
  .Pm_inner {
    padding: 10px 2px;
  }
  .Pm_Info span.Pm_txt {
    font-size: 11px;
  }
  /*==========
   main contents  
   ==================*/
  #Product__ .h1 {
    font-size: 16px;
  }
  #Product__ .h4 {
    font-size: 15px;
  }
  .View__Postage {
    font-size: 10px;
  }
  .View__Price {
    font-size: 17px;
  }
}

#Fixd__in_bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  left: 0;
  top: 0;
}
#Bg__bl {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  max-height: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 13;
}
#Btn__Off {
  text-align: center;
  font-size: 300%;
  font-weight: bolder;
  letter-spacing: 0.3rem;
  color: #ffffff;
  cursor: pointer;
}
#Bg__Off-Btn {
  top: 0;
  left: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(50, 50, 50, 0.95);
  z-index: 12;
  cursor: pointer;
}
#Bg__bl-btn .Mv-iframe {
  min-height: 38.66667vw;
}
#Bg__bl-btn.S_Mv_in {
  width: 100%;
}
.Desc__box {
  position: relative;
  margin-bottom: 30px;
}
.Bg_InImg {
  height: 250px;
  background-repeat: no-repeat;
  background-size: 400px;
  overflow: hidden;
  background-position: center bottom;
}
#Fixd__in_bg li a img {
	width: auto;
	height: 100%;
}

.po__inner_ .input-prepend.input-append {
  display: inherit;
  margin-bottom: 0;
}
