@import url('https://fonts.googleapis.com/css2?family=Quicksand&display=swap');

/* ************************************************
* Miscellaneous
* ************************************************ */

.bgcolor_red {
  background-color: rgba(166,6,6,0.6);
}

.bgcolor_red_v {
  background-color: rgba(166,6,6,0.8);
}

.bgcolor_red_v2 {
  background-color: rgba(166,6,6,1);
}

a.cover_entire{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cent_txt{
  text-align: center;
}

.just_txt{
  text-align: justify;
}

/* Font */
.font_en{
  font-family: 'Quicksand', sans-serif;
  line-height: 150%;
}

.resp_font_a {
  font-size: clamp(42px, calc(28px + 1.4vw), 56px);
}

.resp_font_b {
  font-size: clamp(32px, calc(20px + 1.2vw), 44px);
}

.resp_font_c {
  font-size: clamp(17px, calc(7px + 1vw), 27px);
}


.resp_font_c2 {
  font-size: clamp(16px, calc(8px + 0.8vw), 24px)
}

.resp_font_c3 {
  font-size: clamp(14px, calc(8px + 0.6vw), 20px);
}



.resp_font_d {
  font-size: clamp(11px, calc(1px + 1vw), 21px);
}






.fix_font_a {
  font-size: 42px;
}

.fix_font_b {
  font-size: 32px;
}

.fix_font_b2 {
  font-size: 28px;
}

.fix_font_c {
  font-size: 17px;
}

.fix_font_c2 {
  font-size: 14px;
}

.fix_font_d {
  font-size: 11px;
}

.narrow_height, .narrow_height_a{
  line-height: 90%;
}

.narrow_height_b{
  line-height: 70%;
}

.resp_v_margin_top_a{
  margin: 10% 0 0;
}

.resp_v_margin_top_b{
  margin: 5% 0 0;
}

.resp_v_margin_top_c{
  margin: 3% 0 0;
}

.fix_v_margin_top_a{
  margin:  30px 0 0;
}

.fix_v_margin_top_b{
  margin: 20px 0 0;
}

.fix_v_margin_top_c{
  margin: 10px 0 0;
}

.recom_prod_img {width: 17.5%; border-radius: 5px; float: left; padding: 0 2.5%; opacity: 0.9}
.recom_prod_text {width: 76.5%; float: left; text-align: left; color: #fff;}

#news_button {
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

#news_button:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}

#news_button:active {
background: rgba(0,0,0,0.2);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.body_background_frame {
width:100%;
position: fixed;
z-index: -100;
opacity: 1;
-webkit-animation: bodyframe 1.5s;
-moz-animation: bodyframe 1.5s;
-o-animation: bodyframe 1.5s;
-ms-animation: bodyframe 1.5s;
animation: bodyframe 1.5s;
}

.body_background_img {
width:100%
}

/* ************************************************
* Layout Animation Keyframes
* ************************************************ */
@keyframes bodyframe {

  0% {opacity: 0}
  50% {opacity: 0}
  100% {opacity: 1}
}

 @keyframes toplogo
{
   0%   {opacity:0; -webkit-transform: translateX(-100%);-moz-transform: translateX(-100%);-o-transform: translateX(-100%);-ms-transform: translateX(-100%); transform: translateX(-100%);}
  50%  {opacity: 0; -webkit-transform: translateX(-100%);-moz-transform: translateX(-100%);-o-transform: translateX(-100%);-ms-transform: translateX(-100%); transform: translateX(-100%);}
  75% {opacity: 0}
  100% {opacity: 1; -webkit-transform: translateX(0);-moz-transform: translateX(0);-o-transform: translateX(0);-ms-transform: translateX(0); transform: translateX(0);}
}

   @keyframes toptext
{
   0%   {opacity:0; -webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-o-transform: translateY(-100%);-ms-transform: translateY(-100%); transform: translateY(-100%);}
  50%  {opacity: 1; -webkit-transform: translateY(0);-moz-transform: translateY(0);-o-transform: translateY(0);-ms-transform: translateY(0); transform: translateY(0);}
  100% {opacity: 1;}
  }

@keyframes containermove {
  0% {opacity:0}
  50% {opacity: 0}
  100%  {opacity:1}
}
/* ************************************************
*  all
* ************************************************ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  text-align:left;
  font-size: 12px;
  font-family: "Hiragino Sans","Helvetica","&#65533;&#1189;&#39278;&#65533;&#65533;&#65533;&#65533;&#299; Pro W6", "Hiragino Mincho Pro", "HGS&#65533;&#65533;&#299;E", "&#65533;&#867;&#65533; &#65533;&#65533;&#65533;&#65533;&#299;";
  color: #111;
  background-color: #FFFFFF;
  background-image: url();
  background-size: 100% 300%;
  background-repeat: no-repeat;
}

a {
  outline: none;
  text-decoration: none !important;
  color: #111;
}
a:visited,:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #0000FF;
}

br.clear {
  clear: both;
  font: 0pt/0pt sans-serif;
  line-height: 0;
}

hr {
  clear: left;
  margin: 10px 0;
  border: 0;
}

img {
  border: none;
  vertical-align: middle;
}

/* ************************************************
*  clearfix
* ************************************************ */

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* ************************************************
*  layout
* ************************************************ */

/*&#65533;&#1697;&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;¦³&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;&#51556;&#65533;&#65533;&#65533;&#65533;&#65533;&#548;&#679653;&#942053;&#65533;&#65533;*/
#container {
  width:100%;
  min-width:1000px;
  padding: 65px 0 0;
  text-align:left;
  font-family: &#65533;&#1189;&#39278;&#65533;&#65533;&#65533;&#65533;&#299;;
  -webkit-animation: containermove 1.5s;
  -moz-animation: containermove 1.5s;
  -o-animation: containermove 1.5s;
  -ms-animation: containermove 1.5s;
  animation: containermove 1.5s;
}

#top_line{
  margin: 0 0 15px;
  width: 100%;
  height: 3px;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left top;
}

/*&#65533;&#1573;&#229;&#65533;&#65533;&#65533;*/

#header {
  height:65px;
  min-width:1000px;
  margin:auto;
  width:100%;
  background-color: rgba(4, 4, 4, 0.9);
  position:fixed;
  font-family: &#65533;&#1189;&#39278;&#65533;&#65533;&#65533;&#65533;&#299;;
  z-index:999;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-animation:toptext 1.5s;
  -o-animation:toptext 1.5s;
  -moz-animation:toptext 1.5s;
  -ms-animation:toptext 1.5s;
  animation:toptext 1.5s;
}

.menu_onoff_label {
width: 3.5%;
left: 0;
margin: 14px 1.75% 16px;
z-index: 1000;
position: fixed;
cursor: pointer;
}

.menu_onoff_img {
width:35px;
border-radius: 5px;
border: rgba(0,0,0,0) 2px solid;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
transition: all 0.3s ease;
}

.menu_onoff_img:hover {
border: #7a7a7a 2px solid;
-webkit-transform: scale(1.15);
-moz-transform: scale(1.15);
-o-transform: scale(1.15);
-ms-transform: scale(1.15);
transform: scale(1.15);
}

#toggle-off:checked ~ #header {
  opacity: 0;
  z-index: -100;
  -webkit- transform: translateY(-150%);
  -moz- transform: translateY(-150%);
  -o- transform: translateY(-150%);
  -ms- transform: translateY(-150%);
   transform: translateY(-150%);
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#toggle-off {
  position: fixed;
  opacity: 0;
  top: -100px;
  right: -100px;
}

#header_size {
margin: auto;
}

/*&#65533;&#65533;&#65533;&#65533;&#65533;&#65533;*/
#side {
  float: left;
  width: 200px;
}

/*&#65533;&#6500;&#65533;&#65533;*/
#main {
  margin:auto;
  width: 100%;
}

/*&#65533;&#1381;&#229;&#65533;&#65533;&#65533;&#65533;&#677;&#65533;&#65533;&#1313;&#65533;&#65533;&#39268;&#65533;&#545;&#65533;*/
#footer {
  clear:both;
  padding: 30px 0 0;
  width:100%;
  min-width:960px;
  border-top: 1px solid #ccc;
  color: #666;
  text-align: center;
  margin-top:50px;
  background: rgba(255,255,255,1);
}

/*&#65533;&#65533;&#65533;&#39268;&#65533;&#65533;&#65533;&#65533;*/
.slider{
  margin: 0 0 70px;
}

/* ************************************************
*  header
* ************************************************ */
#header #header_top{
    height: 25px;
    max-width: 1600px;
    padding: 8px 0 0;
    margin:auto;
  width: 100%;
  float: right;
}

.header_menu {
  width: 64%;
  float: right;
  margin: 0 1%;
}

#header .header_link .view_cart {
    float: right;
}
#header .header_link .my_account {
    float: right;
}

#header .header_link {
  float: right;
  margin: 4px 0 0;
  font-size:calc(8px + 0.2vw);
}
#header .header_link ul {
}
#header .header_link ul li {
  float: right;
  list-style-type: none;
  line-height: 16px;
  max-width: 335px;
  max-height: 20px;
  overflow: hidden;
  padding: 0 15px;
  border-radius: 2px;
}

#header .header_link ul li:hover {
  box-shadow: 0 0 0 1px #414141;
  background: rgba(255,255,255,0.2);
}

#header .header_link ul li i {
  display: block;
  float: left;
  margin-right: 5px;
  width: 16px;
  height: 16px;
}
#header .header_link ul li a {
  text-decoration: none;
  color: #FFFFFF;
}
#header .header_link ul li.my_account {
}
#header .header_link ul li.my_account i.account {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -97px;
}
#header .header_link ul li.member_login_btn i.login {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -225px;
}
#header .header_link ul li.member_regist_btn i.regist {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px -193px;
}
#header .header_link ul li.member_logout_btn i.logout {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat left -210px;
}
#header .member_login_name{
  float: right;
  clear: right;
  margin: px 0 5px 0px 0px;
 color: #fff;
}
#header .header_link ul li.view_cart {
}
#header .header_link ul li.view_cart i.cart {
  background: url(https://img.shop-pro.jp/tmpl_img/67/icons16.png) no-repeat 0px 0px;
}
#header .header_link ul li.view_cart span.count {
  margin-left: 10px;
  padding: 2px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-weight: bolder;
}

#header .header_delivery_price {
  float: right;
  clear: right;
  margin: 0 0 17px;
  padding: .5em 1em .3em;
  border: solid 1px #aaa;
  list-style: none;
  line-height: 1.5;
}

#header .search {
  float: left;
  margin: 0 0 15px;
  width:100%;
}

#header h1.logo {
  font-size: 60px;
  position: absolute;
  margin-top: 70px;
  width: 960px;
}
#header h1.logo a {
  text-decoration: none;
  margin-left: 5px
}
#header h1.logo img {
  max-width: 100%;
}

/* ************************************************
*  footer
* ************************************************ */

#footer a {
  color: #fff;
}

#change_device {
width: 100%;
background-color:#1c1c1c;
font-size: calc(12px + 0.8vw);
color:#fff;
font-weight: bold;
padding: 2% 0 0;
display: inline-block;
}

#change_device_text {
color: #2196f3;
}

#footer .footer_menu {
  background: #1c1c1c;
  color: #fff;
  padding: 1% 0 3%;
}
#footer .footer_menu li {
  display: inline;
  margin: 0 5px;
}

.copyright {
  clear: both;
  padding: 1em 0;
  text-align: center;
  font-size: 76.923%;
}

.powered {
  display: inline;
  margin-left: 1em;
  text-align: center;
  line-height: 18px;
}
.powered a {
  color: #777;
  text-decoration: none;
}
.powered img {
  margin-left: .3em;
  width: 200px;
  height: 18px;
}

.foot_policy{
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
}
.foot_box{
margin:auto;
  width:960px;
}

.foot_sk_box{
  float: left;
  padding: 0 20px;
  width: 275px;
  text-align: left;
}
.foot_sk_box h3{
  margin: 0 0 1em;
}
.foot_sk_box h4{
  font-size: 13px;
}
.foot_sk_box dt{
  margin: 0 0 .5em;
}
.foot_sk_box dd{
  margin: 0 0 1.5em;
}

#mobile{
  width: 145px;
}

/* ************************************************
*  main
* ************************************************ */

#main .box {
  clear: both;
  overflow: hidden;
  margin:auto;
  width:960px;
  padding-bottom: 30px;
}
#main .box h3 {
  font-size: 13px;
  vertical-align: middle;
}

.header_block{
  clear: both;
  padding: 1.1em 0;
  background: transparent url("https://img.shop-pro.jp/tmpl_img/67/border_bottom.png") repeat-x left bottom;
}
.header_block .icon{
  float: left;
  margin: 0 14px 0 0;
  width: 20px;
  height: auto;
  text-align: center;
}
.header_block .icon img{
  max-width: 100%;
}
.header_block .title{
  float: left;
  text-align: left;
}
.header_block h3{
  padding: 0;
  border: none;
  text-align: left;
}
.header_block p{
  margin-top: 4px;
  color: #999;
}
#main .header_block{
  margin: 0 0 30px;
}
#main .header_block .icon{
  padding: 0;
}

/* ************************************************
*  item_box
* ************************************************ */

.item_box {
  display:inline-block;
  float: left;
  margin: 0 45.5px 45px 0;
  width: 205px;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.item_box .item_image {
  margin: 0px;
  border: #1c1c1c 1px solid;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.item_box .item_image:hover {
border: solid 1px #fff;
box-shadow: 0 0 0 2px #1e31ff;
}

.item_box .item_image img.item {
  width: 100%;
  border-radius:5px;
  background: #fff;
}

.item_box .item_detail {
  margin: 15px 0 0;
  padding-left: 10px;
}
.item_box .item_detail p{
  width: 100%;

/*  text-overflow: ellipsis;*/
/*  white-space: nowrap;*/
/*  -o-text-overflow: ellipsis;*/

  text-align: center;
}

.item_box .item_detail p.item_name {
  margin-bottom: 5px;
  font-size: 12px;
}

.item_box .item_detail p.item_description{
  text-overflow: initial;
  overflow: visible;
  white-space: normal;
}

p.item_regular_price, p.item_price, p.item_discount {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', '&#65533;&#1189;&#39278;&#65533;¦Ã&#1125;&#65533; ProN W3',
  Meiryo, &#65533;&#6500;&#65533;&#43370;, sans-serif;
}

.box_last{
  margin-right: 0;
}

.box_small .item_box {
  display:inline-block;
  margin: 3% 1.5%;
  width: 22%;
  vertical-align:top;
  text-align: left;
  /display:inline;
  /zoom:1;
}
.box_small p {
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
}
.box_small .item_box .item_detail a {
  margin-bottom: 5px;
  font-size: 13px;
}

.box_small .box_last {
  margin-right: 0;
}

.stock_error{
  display:none;
  padding:10px 0;
  color:#DA5858;
  font-weight:bold;
}

/* ************************************************
*  Category Desc
* ************************************************ */
.category_desc_frame {
width: 960px;
margin: 40px auto 0;
}

.category_picture_large {
width: 958px;
border-radius: 5px;
border: #1c1c1c 1px solid;
margin: 4% auto;
}

.category_desc_text {
background-color: rgb(28, 28, 28);
color: rgb(255, 255, 255);
text-align: center;
font-size: 24px;
width: 100%;
padding: 1% 0;
border-radius: 5px;
}

/* ************************************************
*  Top_Page
* ************************************************ */

#main #box_info p {
  line-height: 20px;
}

#main #box_free {
  padding: 20px;
  border: #aaa solid 1px;
}
#main #box_free p {
  line-height: 20px;
}

#main #box_news .header_block{
  margin-bottom: 0;
}
#main #box_news ul{
  margin-left: 0;
  list-style: none;
}
#main #box_news ul li{
  border-top:#ddd solid 1px;
}
#main #box_news ul li:first-child{
  border-top:none;
}
#main #box_news  ul li div{
  padding: 1.6em 0 1.4em;
}
#main #box_news  p.news_date{
  float: left;
  margin-right: 20px;
  width: 70px;
}
#main #box_news  p.news_message{
  float: left;
}

/* ************************************************
*  product_detail_page
* ************************************************ */

h1.product_name {
  margin-bottom: 0.8em;
  padding-bottom: 0.6em;
  font-size: 16px;
  border-bottom: #ccc 1px solid;
  text-shadow: 0px 2px #000;
}

.product_form{
  margin: 0 0 0px;
}

.product_detail_area {
  position: relative;
 100%;
}

.product_images {
  display: inline-block;
  float: left;
  width: 400px;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}
.product_images div img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height:auto;
  border-radius: 5px;
}
.product_images div p.detail {
  margin-top: 10px;
  line-height: 20px;
}

.add_cart {
  clear: right;
  float: right;
  overflow: hidden;
  width: 400px;
  border-radius: 5px;
}

table.add_cart_table {
  margin-bottom: 10px;
  width: 100%;
  table-layout:fixed;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', '&#65533;&#1189;&#39278;&#65533;¦Ã&#1125;&#65533; ProN W3',
  Meiryo, &#65533;&#6500;&#65533;&#43370;, sans-serif;
}
table.add_cart_table th {
  display: inline-block;
  overflow: hidden;
  padding: 12px 4px 12px 18px;
  width: 35%;
  text-align: left;
  white-space: nowrap;
  font-size: 12px;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
table.add_cart_table td {
  display: inline-block;
  padding: 10px 0;
  width: 55%;
  text-align: right;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
}
table.add_cart_table td input {
  padding: 0 4px;
  width: 38px;
  border-radius: 5px;
  border: #ccc 1px solid;
  height: 26px;
  font-size: 15px;
  line-height: 26px;
  vertical-align: middle;
}
table.add_cart_table td strong.price {
  font-size: 14px;
}

table#option_tbl {
  margin-bottom: 20px;
  width: 100%;
}
table#option_tbl th,
table#option_tbl td.none {
  background: whiteSmoke;
}
table#option_tbl th,
table#option_tbl td {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
table#option_tbl th {
  background: whiteSmoke;
}
table#option_tbl td div input {
  margin-bottom: 5px;
}

ul.option_price {
  margin: 0 0 20px 0;
}
ul.option_price li {
  list-style-type: none;
}

.option_box{
  clear: both;
  width: 100%;
  overflow: hidden;
}

table td.pur_block{
  margin: 0 5px 0 0;
  width: 185px;
  white-space: normal;
}

.button_area input {
  width: 100%;
}

.product_description {
  clear: both;
  margin-bottom: 20px;
  word-wrap: break-word;
  font-size: 12px;
  width:960px;
  margin: auto;
}

.product_image_extra {
  margin-bottom: 20px;
  text-align: center;
}
.product_image_extra img.item {
  margin-bottom: 20px;
}

.product_link_area {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: #ccc solid 1px;
}
.product_link_area div.twitter {
  float: left;
  width: 100px;
}
.product_link_area div.pinterest {
  float: left;
  margin-right: 30px;
}
.product_link_area div.fb-like {
  float: left;
  width: 100px;
}
.product_link_area ul.other_link {
  clear: both;
  margin-top: 20px;
  margin-left: 20px;
}
.product_link_area ul.other_link li {
  margin-bottom: 10px;
}

.share{
  margin: 15px 0 0;
  list-style: none;
}
.share li{
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
  max-width: 125px;
}
.calamel-link{
  margin-top: 10px;
}

#tb_cap_tb{
  margin-top: 20px;
}

.tb {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #CCC;
}
#tb_stitle {
  margin-bottom: 20px;
}

.tb_date, .tb_title, .tb_body, .tb_state {
  margin-bottom: 5px;
}

/* ************************************************
*  cloud_zoom
* ************************************************ */
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
  margin:-4px;  /* Set this to minus the border thickness. */
  border: 4px solid #888;
  background-color:#fff;
  cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
  position:absolute !important;
  top:0px;
  padding:3px;
  width:100%;
  background-color:#000;
  color:#fff;
  text-align:center;
  font-weight:bold;
  font-size:10px;
  font-family:Arial, Helvetica, sans-serif;
}

/* This is the zoom window. */
.cloud-zoom-big {
  overflow:hidden;
  border: 4px solid #1c1c1c;
  border-radius: 5px;
}

/* This is the loading message. */
.cloud-zoom-loading {
  padding:3px;
  border:1px solid #000;
  background:#222;
  color:white;
}

/* Feature section in ZoomEngine page */
.zoom-section {
  clear:both;
}

* html .zoom-section {
  display:inline;
  clear:both;
}

.zoom-small-image {
  float: left;
  margin-top: 4px;
  width: 400px;
}
.zoom-small-image #wrap {
  position: relative;
  top: 0px;
  z-index: 100;
}

.cloud-zoom {
  margin-bottom: 20px;
}

.zoom-small-image .mousetrap {
  position: absolute;
  top:0px;
  left:0px;
  z-index:999;
  width: 100%;
}

/* Feature descriptions in ZoomEngine page */
.zoom-desc {
  clear: left;
  width: 100%;
}

a.cloud-zoom-gallery {
  display: block;
  float: left;
  margin: 0 22px 20px 0;
  width: 82px;
  height: 82px;
  cursor: pointer;
}
.zoom-tiny-image {
  padding: 3px;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
   transition: all 0.3s ease;
}
.zoom-tiny-image.selected {
  background-color: #1e31ff;
}
.zoom-tiny-image:hover {
  box-shadow: 0 0 0 2px #ccc;
  background: none;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

a.gallery_last{
  margin-right: 0;
}

/* ************************************************
*  product_option_window
* ************************************************ */

#product_option {
  margin: 20px;
  padding: 20px;
  background: #fff;
}
#product_option h2 {
  margin-bottom: 20px;
}

table.table_option {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #fff;
}
table.table_option th {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table_option td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

/* ************************************************
*  product_list_page
* ************************************************ */

.sub_category_area,
.sub_group_area {
  margin:auto;
  padding: 10px;
  height: 100%;
  border: solid 1px #ccc;
  width:960px
}

.sub_category_area div.sub_category,
.sub_group_area div.sub_group {
  float: left;
  margin: 0 0 10px;
  width: 460px;
}

.sub_category_area div.sub_category img,
.sub_group_area div.sub_group img {
  margin: 0px;
  border: solid 1px #fff;
}

/* ************************************************
*  search_page
* ************************************************ */

.search_result {
  margin: 20px 0;
  padding: 10px 0;
  background: #ddd;
  text-align: center;
}

.none {
  margin: 50px 0;
  text-align: center;
}

/* ************************************************
*  policy
* ************************************************ */

#policy {
  line-height: 1.8;
  font-size: 14px;
  margin: 50px auto;
  width:920px;
  padding: 20px;
  border-radius: 5px;
  border: #1c1c1c 2px solid;
  background: #fff;
}
#policy h2 {
  margin-bottom: 30px;
}

.policy_box,
#policy_lead{
  margin-bottom: 30px;
}

.sk_box {
  margin-bottom: 70px;
}
.sk_box h3 {
  margin-bottom: 1em;
  font-size: 16px;
}
.sk_box table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-collapse: separate;
  empty-cells:show;
}

.sk_box th {
  padding: 20px 40px 20px 0;
  width: 170px;
  text-align: left;
}
.sk_box th img.poricy_img {
  margin-bottom: 5px;
}
.sk_box td {
  padding: 20px 0;
  zoom: 1;
  content: ' ';
}
.sk_box th,
.sk_box td {
  vertical-align: top;
  line-height: 1.8;
  position: relative;
  border-bottom: solid 1px #ccc;
}

#payment_method {
  margin-top: 40px;
}
#payment_method table.table {
  width: 100%;
}
#payment_method table.table th {
  width: 200px;
  text-align: center;
}

#shipping_method {
  margin-top: 40px;
}
#shipping_method table.table {
  width: 100%;
}
#shipping_method table.table th {
  width: 200px;
  text-align: center;
}

/* ************************************************
*  side
* ************************************************ */

#side .box {
  clear: both;
  margin-bottom: 60px;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  word-wrap: break-word;
  position: relative;
}
#side .box h3 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;

}
#side .box ul {
  margin-left: 0px;
  list-style: none;
}
#side .box ul li {
  border-top:#838383 dotted 1px;
}
#side .box ul li:first-child {
  border-top:none;
}


.box_default ul li div{
  position: relative;
  padding: 1.2em 0 1em;
  text-align: left;
}
.box_default ul li div img{
  border: solid #ddd 1px;
}
.box_default ul li div p{
  line-height : 1.6;
}

#side #box_cart {
}
#side #box_cart .cart_button {
  text-align: right;
}

#side #box_owner .inner{
  padding: 1.2em 0 1em;
}
#side #box_owner .owner_photo{
  margin: 0 0 10px;
  width: 100px;
  max-width: 100%;
  height: auto;
  border: solid #ddd 1px;
}
#side #box_owner p.name {
  font-size: 14px;
}
#side #box_owner p.memo {
  font-size: 11px;
  line-height: 18px;
}
#side #box_owner p.website {
  padding-left: 20px;
}

#qr_code{
  padding: 20px 0;
}

#box_sellers .seller_box{
  padding: 2.2em 0;
}
#box_sellers li{
  position: relative;
  display: block;
}
#box_sellers  .top_seller:before{
  position: absolute;
  top: 18px;
  left: -6px;
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank1.png);
}
#box_sellers  .rank_2:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank2.png);
}
#box_sellers  .rank_3:before{
  content: url(https://img.shop-pro.jp/tmpl_img/67/rank3.png);
}
#box_sellers .seller_image{
  float: left;
  margin: 0 10px 0 0;
  width: 80px;
  border: solid #ddd 1px;
}
#box_sellers .seller_detail{
  float: right;
  width: 104px;
}
#box_sellers .seller_rank{
  margin: 0 0 10px;
  font-size: 12px;
}
#box_sellers .seller_rank > strong{
  font-size: 15px;
}
#box_sellers .seller_name{
  font-size: 13px;
}
#box_sellers .seller_teika{
  float: left;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', '&#65533;&#1189;&#39278;&#65533;¦Ã&#1125;&#65533; ProN W3', Meiryo, &#65533;&#6500;&#65533;&#43370;, sans-serif;
}
#box_sellers .more_seller{
  display: none;
}

.more_btn{
  padding: 8px 0;
  border-top: solid 1px #999;
  text-align: center;
  cursor: pointer;
}

.updown{
  display: inline-block;
  margin: 0 3px 0 0;
  width: 13px;
  height: 8px;
  background: url(https://img.shop-pro.jp/tmpl_img/67/down_icon.png);
  background-repeat: no-repeat;
}

.more_up{
  background: url(https://img.shop-pro.jp/tmpl_img/67/up_icon.png);
}

/* ************************************************
*  Common Elements
* ************************************************ */
/* @group Common Elements */

table {
  border-spacing: 0;
  border-collapse: collapse;
}
table.table {
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
table.table th {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  background: #f5f5f5;
}
table.table td {
  padding: 5px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
}

.footstamp {
  margin: auto;
  padding: 20px;
  border-bottom: 1px solid #ddd;
  width:960px;
}
.footstamp span {
  margin: 0 5px;
  color: #999;
}

.sort {
  margin: 50px;
  text-align: center;
  font-size: 16px;
}
.sort strong {
  margin-right: 5px;
}
.sort a {
  margin-right: 5px;
  text-decoration: underline;
}
.sort span {
  margin-right: 5px;
  background: #eee;
  text-decoration: none;
  font-weight: bolder;
}

.pager {
  clear: both;
  margin: 20px 0;
  text-align: center;
}
.pager a{
  margin: 15px;
}

.none {
  clear: both;
  margin: 50px 0;
  text-align: center;
}

.sold_out {
  color: #DA5858;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', '&#65533;&#1189;&#39278;&#65533;¦Ã&#1125;&#65533; ProN W3',
  Meiryo, &#65533;&#6500;&#65533;&#43370;, sans-serif;
}

.tbl_calendar {
  margin: 20px 0;
  width: 100%;
  border: none !important;
  border-spacing: 0 !important;
  border-collapse: collapse !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  border-bottom: 1px solid #ccc !important;
  text-align: center !important;
}

/* @group button */
.btn {
  display: block;
  margin-top: 1em;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-family:'Lucida Grande',
  'Hiragino Kaku Gothic ProN', '&#65533;&#1189;&#39278;&#65533;¦Ã&#1125;&#65533; ProN W3',
  Meiryo, &#65533;&#6500;&#65533;&#43370;, sans-serif;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance:none;
}
.btn:link,
.btn:visited,
.btn:hover,
.btn:active{
  color: #fff;
  text-decoration: none;
}
.btn-primary {
  margin: 1.2em 0 .9em;
  padding: 1.4em 0;
  background-color: #c86464;
}
.btn-contact {
width: 90%;
margin: 3% 5%;
padding: 1.3em 0;
background-color: #4568ff;
font-weight: normal;
font-size: calc(12px + 0.2vw);
text-shadow: 1px 1px #444;
border-radius: 50px;
}
.btn-quick {
  margin: 0.9em 0;
  padding: 1.3em 0;
  background-color: #64b4c8;
  font-size: 13px;
}

/* ************************************************
*  Header & Dropdown Mega Menu
* ************************************************ */

.dropdown_title {
    line-height:45px !important;
}

li.menu__mega ul.menu__second-level_long {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    background: rgba(4, 4, 4, 0.9);
    background: -webkit-linear-gradient(180deg, rgba(4,4,4,0.9), rgba(0,0,0,0.65));
    background: -moz-linear-gradient(180deg, rgba(4,4,4,0.9), rgba(0,0,0,0.65));
    background: -o-linear-gradient(180deg, rgba(4,4,4,0.9), rgba(0,0,0,0.65));
    background: -ms-linear-gradient(180deg, rgba(4,4,4,0.9), rgba(0,0,0,0.65));
    background: linear-gradient(180deg, rgba(4,4,4,0.9), rgba(0,0,0,0.65));
    border-bottom: #000 2px solid;
    z-index: 1;
    visibility: hidden;
    text-align: center;
    opacity: 0;
    margin: 8px 0 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
   transition: all 0.2s ease;
}

.head_nav_section:hover ul.menu__second-level_long {
    visibility: visible;
    cursor: default;
    padding: 15px 0 30px;
    opacity: 1;
}

li.menu__mega ul.menu__second-level_long > li {
    float: left;
    width: 23%;
    margin: 0 1%;
    border: none;
    height: 18px;
    padding: 12px 0;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

li.menu__mega ul.menu__second-level_long > li:hover {
box-shadow: 0 0 0 1px #414141;
background: rgba(255,255,255,0.2);
}

li.menu__mega ul.menu__second-level _long> li:nth-child(3n+2) {
    margin: 0 1%;
}

li.menu__mega ul.menu__second-level_short {
    position: absolute;
    box-sizing: border-box;
    width: 14%;
    max-width: 200px;
    background-color: rgba(4, 4, 4, 0.9);
    border-bottom: #000 2px solid;
    z-index: 1;
    visibility: hidden;
    text-align: center;
    opacity: 0;
    margin: 6px 0 0 11px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.head_nav_section:hover ul.menu__second-level_short {
    visibility: visible;
    cursor: default;
    padding: 15px 0;
    opacity: 1;
}

li.menu__mega ul.menu__second-level_short > li {
    width: 98%;
    margin: 0 1%;
    border: none;
    height: 18px;
    padding: 6px 0;
    border-radius: 0px;
}

li.menu__mega ul.menu__second-level_short > li:hover {
box-shadow: 0 0 0 1px #414141;
background: rgba(255,255,255,0.2);
}

li.menu__mega ul.menu__second-level_short > li:nth-child(3n+2) {
    margin: 0 1%;
}

#header_navigation{
  max-width: 1600px;
  width: 100%;
  float: right;
}

#head_nav {
    width: 100%;
}
#head_nav ul {
    list-style: outside none none;
}
head_nav ul li {
    margin: 0 1%;
  width:18%;
}

.head_nav_long_li {
  width:45% !important;
  margin: 0 2.5% !important;
}
.head_nav_long_li_text {
  text-align:left;
}

.head_nav_long_li_bullet {
  color: rgb(50,250,100) !important;
  float:left;
  margin: 2px 10px 0 0;
  font-size: 10px !important;
}

a.head_nav_long_li_bullet:visited {
  opacity: 0;
}

#head_nav .nav_item {
    clear: both;
    padding: 6px 0;
}
#head_nav .nav_item .nav_icon {
    float: left;
    width: 18px;
    margin: 0 15px;
   cursor: default;
}

#head_nav .nav_item .nav_title {
    float: left;
    text-align: right;
}

#head_nav .nav_item p {
    color: #fff;
    font-size:  calc(10px + 0.2vw);
}

.head_listH{
  cursor: pointer;
}
.head_list{
  cursor: default;
}

#header_logo{
  width:26.5%;
  margin: 0 1% 0 6%;
  padding: 10px 0;
  float:left;
  color:#fff;
  -webkit-animation:toplogo 1.5s;
  -o-animation:toplogo 1.5s;
  -moz-animation:toplogo 1.5s;
  -ms-animation:toplogo 1.5s;
   animation:toplogo 1.5s;
}

.head_logo_menu {
width: 100%;
background: rgba(4, 4, 4, 0.9);
    background: -webkit-linear-gradient(180deg, rgba(4,4,4,0.9), rgba(0,0,0,0.65));
    background: -moz-linear-gradient(180deg, rgba(4,4,4,0.9), rgba(0,0,0,0.65));
    background: -o-linear-gradient(180deg, rgba(4,4,4,0.9), rgba(0,0,0,0.65));
    background: -ms-linear-gradient(180deg, rgba(4,4,4,0.9), rgba(0,0,0,0.65));
    background: linear-gradient(180deg, rgba(4,4,4,0.9), rgba(0,0,0,0.65));
position: absolute;
top: 0;
left: 0;
font-size: calc(10px + 0.2vw);
margin: 65px 0 0;
visibility: hidden;
opacity: 0;
border-bottom: #000 2px solid;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.head_logo_title {
width: 100%;
line-height: 45px;
text-align: center;
font-weight: bold;
margin: 0 0 1.7%;
}

.head_logo_text {
text-decoration: none !important;
z-index: 100;
height: 18px;
width: 22%;
padding: 12px 0;
margin: 0 1.5%;
border-radius: 5px;
float: left;
text-align: center;
cursor: pointer;
-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
-ms-transition: all 0.1s ease;
transition: all 0.1s ease;
}

.head_logo_text_link {
color: #fff !important;
}

#header_logo:hover .head_logo_menu {
visibility: visible;
opacity: 1;
padding: 15px 0 30px;
}

.head_logo_text:hover {
box-shadow: 0 0 0 1px #414141;
background: rgba(255,255,255,0.2);
}

#head_logo_Icon{
   height: 52px;
float: left;
border-radius: 5px;
border: rgba(122,122,122,0) 2px solid;
margin: -3px -15px 0 5px;
padding: 0;
}

.head_logo_icon_others {
    height: 0px;
    margin: 6px 3px 0 10px;
    float: left;
    border-radius: 5px;
    border: rgba(122,122,122,0) 2px solid;
    padding: 3px;
    -webkit-transform: translateY(-400%);
    -moz-transform: translateY(-400%);
    -o-transform: translateY(-400%);
    -ms-transform: translateY(-400%);
    transform: translateY(-400%);
}

#head_logo_Text{
 height: 45px;
float: left;
margin: 1.5px 0 1.5px 15px;
}

#head_title {
    font-size: 14px;
    float:left;
    margin: 2px;
}
#head_title_sub {
    font-size: 12px;
}

#search_box{
  width: 50%;
  border: 1px solid #1c1c1c;
  text-align: center;
  font-size: 18px;
  height: 40px;
  float: left;
  border-radius: 5px;
}

#search_button{
  height: 42px;
  width: 100px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: rgba(0,0,0,0);
  border: 1px solid #999;
  border-radius: 5px;
  margin: 0 0 0 10px;
  float: left;
  cursor: pointer;
}

#search_button:hover {
background-color: rgba(255,255,255,0.2);
  border: 1px solid #414141;
}

.center_align{
  width: 960px;
  margin: auto;
}

.head_nav_section{
  width:20%;
  float:right;
  text-align:center;
}

/* *************************************************
* Product Description (Universal)
* ************************************************ */
.product_desc_box_alt {

  width: 300px;
  float: left;
  padding:10px;

}

.product_desc_box_beta {

  width: 300px;
  float: left;
  padding:10px;

}



.threecs_product_title_background_alt {
    background-color: #1c1c1c;
    height: 40px;
    width: 300px;
    border-radius: 5px 5px 0 0;
    box-shadow: 3px 1px 2px rgba(0, 0, 0, 0.4);
}

.threecs_product_title_text_alt{

  color:#fff;
  text-align:center;
  font-size:18px;
  padding:10px 0;
}


.visualdescpic_img_style_alt {
    width: 298px;
    height: 298px;
}
.visualdescpic_alt {
    border-left: 1px solid #1c1c1c;
    border-right: 1px solid #1c1c1c;
    display: inline-block;
    height: 300px;
    vertical-align: middle;
    width: 298px;
    background-color: #fff;
    box-shadow: 3px 1px 2px rgba(0, 0, 0, 0.4);
}


.visualdescexp_alt {
    background-color: #1c1c1c;
    color: #fff;
    display: inline-block;
    font-size: medium;
    margin-top: -2px;
    padding: 10px;
    text-align: left;
    width: 280px;
     height: 130px;
     overflow: hidden;
     border-radius: 0 0 5px 5px;
     box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
}

.brand_desc_div{
display: inline-block;
width:960px;
margin:auto;
padding: 30px 0 30px 0;
border-top: solid 1px #999;
border-bottom: solid 1px #999;
}


.brand_desc_img {
float: left;
width: 350px;
border: solid #999 1px;
border-radius: 5px;
background: #fff;
padding: 16px 0;
}

.brand_desc_text {
float: left;
padding: 0 0 0 20px;
width: 545px;
font-size: medium;
text-align: justify;
text-justify: inter-ideograph;

}


.product_video_large {
  display:inline-block;
  width:98%;
  margin:10px 1% 20px;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

.product_video_mid {
  display:inline-block;
  width:48%;
  margin:30px 1% 20px;
  float:left;
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}

.product_vid_iframe {
    width: 100%;
    height: 590px;
}

.product_vid_iframe_mid {
    width:100%;
    height: 395px;
}

.upper_video_frame {

background-color: rgb(28, 28, 28);
height:40px;
border-radius:5px 5px 0 0;

}

.lower_video_frame {

background-color: rgb(28, 28, 28);
height:40px;
border-radius:0 0 5px 5px;

}

.fd_table {
width: 480px;
table-layout: fixed;
text-align: center;
font-size: medium;
border-collapse: separate;

}

.visualDesc {
  padding: 0 0 20px;
  border-bottom: solid #999 1px;
  border-top: solid #999 1px;
  background-color: rgba(0, 0, 0, 0.03);
  display: inline-block;
  border-radius: 5px;
}

/* ************************************************
*  News Window
* ************************************************ */

.news_window {

width:100%;
display:inline-block;
margin: 20px 0;

}

.news_window_section_one {

border-bottom: #ccc 0px solid;

}

.news_window_section_one_title {

text-align: center;
font-size: 20px;
font-weight: bold;
}

.news_window_section_one_text {

text-align:center;
font-size: 16px;

}

.news_window_section_two_title {

text-align: center;
font-size: 20px;
font-weight: bold;
}

/* *************************************************
* Payment & Freight Info
* ************************************************ */

.pay_info {
margin: 20px 0;
display:inline-block;
}

.pay_icon{
width:100%;
margin: 0 0 10px;
}

div.rakuten_footer img{
  width: 30%;
}

/* ************************************************
*  Sub Title Text (Experiment)
* ************************************************ */
.subtitle_frame {
  width: 960px;
  margin: auto;
  border-top: #1c1c1c 1px solid;
  border-bottom: #1c1c1c 1px solid;
  background: rgba(255,255,255,1);
}

.subtitle_text {
 text-align:center;
 font-size:24px;
 padding:10px 0
}

/* ************************************************
*  Store Link & Show All Products
* ************************************************ */
.storelink_mainframe {
width: 100%;
display: inline-block;
margin: 0 0 2%;
font-weight: bold;
color: #000;
max-width: 1000px;
}

.storelink_title_frame {
width: 100%;
margin: 1% 0 2%;
}

.storelink_title_text {
font-size: 24px;
}

.storelink_storelogo_frame {
width: 33%;
float: left;
}

.storelink_storelogo_picture {
width: 50%;
margin: 0 20%;
padding: 2.5%;
border-radius: 5px;
border: #ccc 1px solid;
background: #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.storelink_storelogo_picture:hover {
box-shadow: 0 0 0 2px #1e31ff;
border: #fff 1px solid;
}

.storelink_storelogo_text {
font-size: 16px;
color: #000;
margin: 3% 0 0;
}

.show_all_product {
width: 600px;
border: #1c1c1c 1px solid;
border-radius: 5px;
text-align: center;
font-size: calc(12px + 1vw);
padding: 1% 0;
margin: 3% auto;
color: #000;
background: #fff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.show_all_product:hover{
box-shadow: 3px 3px 3px -2px #6C6C6C;
padding: 1% 180px;
background: #1c1c1c;
color: #fff;
}

/* ************************************************
*  Store Select (Free Page)
* ************************************************ */
.store_select_frame {
width:96%;
margin: 0 0 5%;
padding:0 2%;
text-align:center;
display:inline-block;
font-size:calc(12px + 0.5vw);
}

.store_select_title_frame {
width:90%;
margin: 2% 5% 3%;
border-top: #1c1c1c 1px solid;
border-bottom: #1c1c1c 1px solid;
background: #fff;
}

.store_select_title_text {
 font-size:24px;
 padding:10px 0;
 text-align: center;
}

.store_select_english_phrase {
width: 90%;
margin: 0 auto 3%;
}

.store_select_large_img {
width:89.5%;
margin:0 5%;
border: #1c1c1c 2px solid;
border-radius: 5px;
}

.store_select_product_desc {
width: 90%;
margin: 3% auto 0
}

.store_select_choose_store {
width: 90%;
margin: 80px auto 40px;
}

.store_select_choose_store_text {
font-size:calc(12px + 0.5vw);
font-weight: bold;
}

.store_select_store_link_frame {
width:90%;
margin: 0 5%;
}

.store_select_store_link_group {
width: 30%;
margin: 0 1.5%;
float: left;
}

.store_select_store_link_size:hover {
box-shadow:0px 0px 0px 2px #1e31ff;
border: #000 1px solid;
}

.store_select_store_link_size {
padding: 1% 0.25%;
border: #1c1c1c 1px solid;
border-radius: 5px;
background: #fff;
height:calc(50px + 6vw);
position: relative;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.store_select_store_link_a {
color: #000 !important;
text-decoration: none !important;
}

.store_select_store_link_logo_enit {
width:100%;
padding: 3% 0 0;
 }

.store_select_store_link_logo_other_stores {
width: 70%;
padding: 3% 15% 5%;
}

.store_select_store_link_store_title {
padding:1%;
bottom:  0;
position: absolute;
text-align: center;
margin: auto;
width: 100%;
}
