@charset "euc-jp";
@charset "utf-8";
/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}body { line-height:1; background:#fff; color:#000;}article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary { display:block;} nav ul { list-style:none;}blockquote, q { quotes:none;}blockquote:before, blockquote:after,q:before, q:after { content:''; content:none;}a { margin:0; padding:0; border:0; font-size:100%; vertical-align:baseline; background:transparent;}ins { background-color:#ff9; color:#000; text-decoration:none;}mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold;}del {  text-decoration:line-through;}abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help;}table { border-collapse:collapse; border-spacing:0;} hr { display:block; height:1px;  border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;} input, select { vertical-align:middle;}.clearfix:before,.clearfix:after { content:""; display:table;}.clearfix:after { clear:both;} .clearfix { zoom:1;} li img { vertical-align:bottom;}*,*:after,*::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;　}
/* ========== リセットここまで ========== */

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/bg.gif);
  color: #333;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #333;
}
a:hover {
  color: #ccc;
  text-decoration: none;
}

a img {
  transition: all .3s ease-out;
}

a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*
 * layout
 */

#wrapper {
  position: relative;
}


/* common */
.heading {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #333;
}

.lists {
  margin: 0;
  border-bottom: 1px solid #333;
}

.list {
  border-top: 1px solid #ccc;
  font-weight: normal;
}

.list:first-child {
  border-top: none;
}

.list_link {
  padding: 20px 0;
}

.list_link_name {
  display: block;
  padding-right: 30px;
}

.list_link_img {
  margin-bottom: 5px;
}

.list_icon_arrow {
  float: right;
  margin-right: 10px;
}

.item_img {
  margin: 0 auto;
}
.item_img:hover {
  opacity: 0.8;
}
.item_name {
  padding: 8px 0;
  font-size: 116%;
  font-weight: bold;
}
.item_regular_price {
  text-decoration: line-through;
}
.item_price {
  font-weight: bold;
  color: #ff9100;
  font-size: 108%;
}
.item_price_discount {
  color: #cf0400;
}
.item_discount_rate {
  color: #cf0400;
}
.item_soldout {
  color: #cf0400;
}

.rank_box {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #333;
  display: block;
  z-index: 5;
}
.rank_box_color_1 {
  background-color: #dccc18;
}

.rank_box_color_2 {
  background-color: #bab9c1;
}

.rank_box_color_3 {
  background-color: #e18961;
}

.rank_number {
  color: #fff;
  display: block;
  padding-top: 1px;
  font-size: 14px;
}

.btn-more {
  width: 96%;
  margin: 0 auto 60px;
  padding: 10px 12px;
}

/*
 * header
 */

.header-toppper {
  background: #3f3634;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 10;
}
.header-toppper-nav {
  overflow: hidden;
  float: right;
  margin-top: 15px;
}
.header-toppper-nav li {
  float: left;
  display: inline-block;
  margin-left: 10px;
}
.header-toppper-nav li a {
  background: #735d54;
  border-radius: 5px;
  padding: 12px 15px;
  text-align: center;
  display: inline-block;
  height: 40px;
}
.header-toppper-nav li a:hover {
  background: #f6ad09;
}
/*
.header-toppper-nav li:nth-child(3) a {
  font-size: 20px;
  color: #e6dcbc;
  border-radius: 30px;
  padding: 9px 0;
  width: 36px;
  height: 36px;
  margin-top: 2px;
}
*/
.header-toppper-nav li:nth-child(1) a:hover {
  background: #735d54;
}
.header_top {
  width: 100%;
  height: 50px;
  position: fixed;
  top: 70px;
  background-color: #f6ad09;
  z-index: 10;
}
.inner,
.header_top_inner {
  max-width: 980px;
  margin: 0 auto;
}
h1 {
  float: left;
  margin-top: 15px;
}
.search_form {
  margin: 0;
  padding-top: 10px;
  float: left;
}

.search_select {
  width: 150px;
  border: 1px solid #FF8700;
  font-size: 12px;
}

.search_box {
  width: 160px;
  border: 1px solid #FF8700;
  height: 30px 
}

.btn_search {
  padding: 2px 5px 3px 5px;
  border: 1px solid #FF8700;
  font-size: 15px;
  height: 30px;
  width: 30px;
  color: #ff8700;
}

.header_nav_headline {
  text-align: right;
  font-size: 12px;
  margin-top: 14px;
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_headline li a i {
  vertical-align: -40%;
  margin-right: 5px
}

.header_nav_headline li a {
  color: #fff;
  margin-right: 5px;
  font-weight: bold;
  display: inline-block;
  line-height: 1.5;
}
.creditcard {
  margin-top: -13px;
  position: relative;
  top: 9px;
 /* display: none !important; */
}
.header_nav_headline li a:hover {
  text-decoration: none;
}

.header_nav_headline .headline_viewcart {
  padding-left: 15px;
}
.header_tell img {
  padding: 0px 0 4px 0;
}

.header_mid {
  width: 100%;
  height: 50px;
  border-bottom: 1px dashed #CCCCCC;
  position: absolute;
  top: 51px;
  background-color: #fff;
  z-index: 9;
}

.header_mid_cmspbar {
  position: fixed;
}

.header_mid_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}

.header_nav_global {
  font-size: 12px;
  margin-top: 14px;
}

ul.header_nav_global > li {
  padding: 0 5px 0 0;
}

.header_nav_global li a i {
  vertical-align: -40%;
}


.header_nav_global li a:hover {
  text-decoration: none;
}

.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #f6ad09;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc;
  position: absolute;
  top: 37px;
  left: -1px;
  padding: 0;
}
.header_nav_global_box_heading {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.header_nav_global_box_detail {
  background-color: #fff;
  padding: 30px 20px 20px;
}

.header_nav_global_left {
  float: left;
  margin: 0;
}

.header_nav_global_left li {
  padding-bottom: 15px;
}

.header_nav_global_right {
  float: right;
}

.header_nav_global_social {
  padding-left: 5px;
}

ul.header_nav_global_social > li {
  padding: 0;
}

.header_nav_global_social li a i {
  vertical-align: -40%;
}

.header_btm {
  width: 100%;
  margin: 0 auto;
}
.header_btm img{
 width: 100%;
}

.header_logo {
  margin: 0 auto;
  padding-top: 30px;
  float: left;
}

.header_lead {
  padding-top: 40px;
  font-size: 18px;
  color: #aaa;
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_phone {
  z-index: 99;
  float: right;
  height: 50px;
}
.header_nav_lst_phone {
  position: absolute;
  display: none;
  background: #fff;
  left: 0;
  margin: 0;
  top: 40px;
  border: none;
  width: 100%;
  height: 600px;
}
.header_nav_lst_phone ul {
  margin: 0;
  overflow: hidden;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 13px;
  width: 50%;
  float: left;
}
.header_nav_lst_phone li:nth-child(2n-1) {
  border-right: 1px solid #ccc;
}
.header_nav_lst_phone li.other {
  border-color: rgba(255, 255, 255, 0.3);
  background: #f6ad09;
  color: #fff;
}
.header_nav_lst_phone a {
  display: block;
  padding: 14px;
  text-align: left;
}
.header_nav_lst_phone a:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
}
.nav_btn_phone {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.nav_btn_phone i {
  vertical-align: -40%;
}

/* g-nav */
.g-nav {
  margin-top: 120px;
  background: #f6f6f6;
}
.g-nav ul {
  display: block;
  width: 100%;
  overflow: hidden;
  border-left: 1px dotted #aaa;
}
.g-nav ul li {
  color: black;
  display: inline-block;
  text-align: center;
  width: 12%;
  width: -webki-calc((100% - 1px) / 9);
  width: calc(100%/ 8);
  height: 48px;
  border-right: 1px dotted #aaa;
  float: left;
  border-bottom: 1px dotted #aaa;
  line-height: 48px;
  font-size: 87.5%;
}
.g-nav ul:nth-child(2) li {
  border-bottom: none;
}
.g-nav ul li a{
  display: inline-block;
  width: 100%;
}
.g-nav ul li a:hover {
  background: #f6ad09;
  color: #000;
  font-weight: bold;
  border-color: #f6ad09;
}
@media all and (-ms-high-contrast:none){
  .g-nav ul li {
    width: 12.5%;
  }
}

/* main-visual */
.bx-slider li {
  width: 100%;
  display: block;
  height: 520px;
  background: center top no-repeat;
}
/* top-bnr */
.top-bnr li {
  display: inline-block;
  margin-bottom: 20px;
  overflow: hidden;
}
.top-bnr li div {
  display: inline-block;
  float: left;
}
.top-bnr li div:nth-child(1) {
  margin-right: 20px;
}

/*
 * main
 */

.main {
  padding-top: 30px;
  max-width: 980px;
}

/*
 * contents
 */

.link-area {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 8;
}
.link-area:hover {
  background:rgba(255, 255, 255, 0.3);
}
.list-img-area {
  display: block;
  width: 100%;
  height: 210px;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
}
.list-img-area img {
  max-width: 94%;
  max-height: 94%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list-img-area .no-image {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 210px;
  font-size: 134%;
  background: #e6e6e6;
  color: #999;
  letter-spacing: 2px;
}
.contents {
  padding: 0;
  float: right;
}

/* pankuzu */
.pankuzu_lists {
  font-size: 10px;
}
ul.pankuzu_lists > li {
  padding: 0;
}

/* info */
.info {
  margin-bottom: 60px;
}


.info_detail {
  margin: 20px 0 0;
  font-size: 13px;
}


.info_detail_list_dt {
  padding: 20px 0 5px;
}

.info_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.info_detail_list_dd {
  margin: 0;
}

/* ranking and reccommend */
.seller,
.recommend {
  margin-bottom: 20px;
}

.seller_lists,
.recommend_lists,
.footer_lists {
  margin-top: 20px;
  font-size: 12px;
  width: 102%;
  margin-left: -1%;
  position: relative;
}
.seller_list,
.recommend_list,
.footer_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* free_space */

/*
 * side
 */

.side {
  padding: 0;
}

.side li img,
.top-bnr li img {
  width: 100%;
  display: block;
}

.side_banner_list {
  margin-bottom: 20px;
}

.side_category,
.side_freepage {
  margin-bottom: 64px;
}
.side_category_list {
  position: relative;
}
.side_subcategory_lists {
  width: 80%;
  padding: 15px 20px;
  position: absolute;
  top: -21px;
  right: -180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 7;
  display: none;
}
.side_subcategory_list {
  border-top: none;
}
.side_subcategory_lists li a {
  padding: 5px 0;
}

.side_group {
  margin-top: 60px;
}
.side_freepage_heading {
  margin-bottom: 20px;
}
.side_freepage_list{
  padding: 25px 9px 0;
  border-bottom: 1px solid;
}
.side_freepage_list a {
  padding: 0 0 20px 0;
}
.side_freepage_list .icon-lg-b {
  margin-top: -5px;
}

.side_mobile_shop {
  margin-top: 60px;
}
.side_mobile_shop_heading {
  margin-bottom: 20px;
}
.side_mobile_shop_img {
  text-align: center;
}

.side_banner_long {
  margin-top: 40px;
}

/*
 * footer
 */

.footer {
  width: 100%;
  margin-top: 40px;
}

.footer_inner {
  max-width: 980px;
  margin: 0 auto;
}

.footer_lists {
  margin-left: -1% !important;
}
.footer_list {
  padding: 0 10px;
  text-align: center;
}
.footer_list_img {
  margin: 0 auto;
}

.footer_seller,
.footer_recommend,
.footer_checked {
  margin-bottom: 40px;
}

.footer_seller_lists,
.footer_recommend_lists,
.footer_checked_lists {
  font-size: 10px;
}

.footer_seller_list,
.footer_recommend_list,
.footer_checked_list{
  margin-bottom: 20px;
}

.footer_banner {
  padding-bottom: 60px;
  margin: 0 auto;
}

.footer_pagetop {
  text-align: center;
  background-color: #f6ad09;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  padding: 60px 0;
  background-color: #E6DBBB;
}
h3.footer_notice_heading {
  padding-bottom: 40px;
  border-bottom: none;
}
.footer_notice_lists {
  margin: 0;
}
.footer_notice_list_dt {
  padding: 20px 0 10px;
}
.footer_notice_list_dt:first-child {
  padding: 0 0 10px;
}
.footer_notice_list_dd {
  margin: 0;
  line-height: 1.8;
}
.
.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
  .tbl_calendar caption {
   text-align: center;
  }
  .tbl_calendar th {
   padding: .3em 0;
   border-bottom: 1px solid #ccc;
   text-align: center;
  }
  .tbl_calendar td {
    padding: .5em 0;
    width: 14.2%;
    border-bottom: 1px solid #ccc;
    text-align: center;
  }
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}

.footer_nav {
  padding: 60px 0;
  background-color: #534640;
}

.footer_nav_shopinfo {
  color: #fff;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: left;
}
.footer_nav_shopinfo_img img {
  width: 180px;
}
.footer_nav_shopinfo_caption {
  padding: 0 2%;
}
.footer_nav_shopinfo_name {
  font-size: 18px;
  padding-left: 5px;
}
.footer_nav_shopinfo_memo {
  padding-left: 5px;
}

.footer_nav_list {
  color: #fff;
  padding-top: 15px;
}
.footer_nav_list:first-child {
  padding-top: 0;
}
.footer_nav_list_link {
  color: #fff;
}
.footer_nav_list_link:hover {
  color: #ccc;
  text-decoration: none;
}

.footer_copyright {
  text-align: center;
  padding: 2em 0;
  font-size: 81%;
}
.footer_powered {
  display: block;
  padding: 10px 0;
  line-height: 1;
  opacity: 0.3;
  display: none;
}
  .footer_powered a {
    color: #7d7d7d;
    text-decoration: none;
    font-size: 11px;
  }
  .footer_powered img {
    margin-left: 4px;
    height: 11px;
  }

/*
 * Slider
 */

.slider {
  position: relative;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}

.slider .bx-wrapper .bx-caption {
  background: #000\9;
  background: rgba(0, 0, 0, 0.60);
}

.slider .bx-wrapper .bx-caption span {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}

/*
 * freepage
 */
.freepage {
  line-height: 1.8;
}
.page-ttl {
    margin-bottom: 32px;
    line-height: 1.2;
    padding: 40px 140px 40px 48px;
    font-size: 140%;
    letter-spacing: 3px;
    font-weight: normal;
    background: url(https://img21.shop-pro.jp/PA01365/745/etc/title_bg.jpg?cmsp_timestamp=2125);
    background-size: cover;
}
.freepage table {
  border: 1px solid #ddd;
  width: 100%;
}

.freepage table th,
.freepage table td {
  text-align: left;
  padding: 8px 24px;
  font-size: 93%;
}

.freepage table th {
  white-space: nowrap;
  font-size: 86%;
  margin: 24px 0;
  width: 200px;
}
.freepage table tr:nth-child(odd) th,
.freepage table tr:nth-child(odd) td {
  background: #f6f6f6;
}


.faq-nav {
  background: #f6f6f6;
  padding: 32px;
  border-radius: 5px;
  margin-bottom: 56px;
}
.faq-nav li {
  display: block;
  line-height: 1.4;
  margin-bottom: 8px;
}
.faq-contents h3,
.free-ttl {
  background: #3f3634;
  color: #e6dcbc;
  padding: 24px;
  margin: 40px 0;
  border-radius: 5px;
  border-left: 5px solid #f6ad09;
  font-weight: bold;
  font-size: 123%;
}
.faq-contents dt {
  font-size: 123%;
  margin: 0 0 24px;
}
.page-top {
  position: relative;
  border-top: 1px dotted #f6ad09;
  margin: 40px 0;
}
.page-top a {
  display: inline-block;
  font-size: 86%;
  background: #f6ad09;
  font-weight: bold;
  color: #fff;
  padding: 3px 20px;
  border-radius: 3px;
  position: absolute;
  top: -13px;
  right: 0;
}

.gray-box {
  padding: 24px;
  background: #f6f6f6;
  border-radius: 5px;
  margin: 16px 0;
}
.gray-box li {
  display: block;
}
.odenwa {
  background: #735d54;
  color: #fff;
  text-align: center;
  padding: 24px;
  margin-bottom: 24px;
  border-radius: 5px;
}

.odenwa li {
  display: inline-block;
  font-weight: bold;
}
.odenwa h3 {
  font-size: 150%;
  line-height: 1.4;
  margin-bottom: 16px;
}
.odenwa li a {
  background: #f6ad09;
  padding: 8px 16px;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
}
.mini-ttl {
  border-left: 5px solid #f6ad09;
  line-height: 1;
  margin: 16px 0 8px;
  padding-left: 10px;
}
.freepage dl dd {
  line-height: 1.6;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

.freepage .btn {
    margin: 40px auto 0;
    display: table;
}

/*
 * sk privacy
 */

.skpr_box {
  padding-top: 120px;
  margin-top: -60px
}

.skpr_box:first-child {
  padding-top: 0;
  margin-top: 0;
}

.skpr_detail,
.privacy_lead {
  margin: 20px 0 0;
  font-size: 13px;
}


.skpr_detail_list_dt {
  padding: 20px 0 5px;
}

.skpr_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.skpr_detail_list_dd {
  margin: 0;
}

/*
 * temp
 */

/* textarea input */
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 #FF8700;
  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);
}

/*
 * icons
 */
.icon-b.icon-user { background-position: -208px -0px; }
.icon-w.icon-user { background-position: -208px -0px; }
.icon-lg-b.icon-user { background-position: -312px -0px; }
.icon-lg-w.icon-user { background-position: -312px -0px; }
.icon-b.icon-adduser { background-position: -240px -0px; }
.icon-w.icon-adduser { background-position: -240px -0px; }
.icon-lg-b.icon-adduser { background-position: -360px -0px; }
.icon-lg-w.icon-adduser { background-position: -360px -0px; }
.icon-b.icon-login { background-position: -48px -80px; }
.icon-w.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-b.icon-logout { background-position: -32px -80px; }
.icon-w.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-b.icon-cart { background-position: -176px -64px; }
.icon-w.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-b.icon-search { background-position: -208px -16px; }
.icon-w.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-b.icon-mail { background-position: -64px -0px; }
.icon-w.icon-mail { background-position: -64px -0px; }
.icon-lg-b.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-b.icon-book { background-position: -144px -32px; }
.icon-w.icon-book { background-position: -144px -32px; }
.icon-lg-b.icon-book { background-position: -216px -48px; }
.icon-lg-w.icon-book { background-position: -216px -48px; }
.icon-b.icon-help { background-position: -288px -80px; }
.icon-w.icon-help { background-position: -288px -80px; }
.icon-lg-b.icon-help { background-position: -432px -120px; }
.icon-lg-w.icon-help { background-position: -432px -120px; }
.icon-b.icon-c_twitter { background-position: -112px -176px; }
.icon-w.icon-c_twitter { background-position: -112px -176px; }
.icon-lg-b.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-w.icon-c_twitter { background-position: -168px -264px; }
.icon-b.icon-c_facebook { background-position: -144px -176px; }
.icon-w.icon-c_facebook { background-position: -144px -176px; }
.icon-lg-b.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-w.icon-c_facebook { background-position: -216px -264px; }
.icon-b.icon-c_google { background-position: -192px -176px; }
.icon-w.icon-c_google { background-position: -192px -176px; }
.icon-lg-b.icon-c_google { background-position: -288px -264px; }
.icon-lg-w.icon-c_google { background-position: -288px -264px; }
.icon-b.icon-c_pinterest { background-position: -224px -176px; }
.icon-w.icon-c_pinterest { background-position: -224px -176px; }
.icon-lg-b.icon-c_pinterest { background-position: -336px -264px; }
.icon-lg-w.icon-c_pinterest { background-position: -336px -264px; }
.icon-b.icon-chevron_right { background-position: -16px -144px; }
.icon-w.icon-chevron_right { background-position: -16px -144px; }
.icon-lg-b.icon-chevron_right { background-position: -24px -216px; }
.icon-lg-w.icon-chevron_right { background-position: -24px -216px; }
.icon-b.icon-chevron_down { background-position: -352px -128px; }
.icon-w.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-b.icon-chevron_up { background-position: -0px -144px; }
.icon-w.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-b.icon-chevron_left { background-position: -336px -128px; }
.icon-w.icon-chevron_left { background-position: -336px -128px; }
.icon-lg-b.icon-chevron_left { background-position: -504px -192px; }
.icon-lg-w.icon-chevron_left { background-position: -504px -192px; }
.icon-b.icon-list { background-position: -192px -96px; }
.icon-w.icon-list { background-position: -192px -96px; }
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-w.icon-list { background-position: -288px -144px; }
.icon-b.icon-pencil { background-position: -96px -0px; }
.icon-w.icon-pencil { background-position: -96px -0px; }
.icon-lg-b.icon-pencil { background-position: -144px -0px; }
.icon-lg-w.icon-pencil { background-position: -144px -0px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_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 (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/76/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}

/*
 * Media Queries
 */

@media (min-width: 980px) {
  .contents {
    width: 670px;
  }

  .contents_detail {
    width: 100%;
  }

  .side {
    width: 270px;
  }

  .header_nav_global_right li {
    display: inline-block !important;
  }
}


@media (min-width: 769px) {
  .footer_list {
    width: 20%;
  }
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

  .contents,
  .side,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }

  .header_nav_phone {
    margin-right: 10px;
  }
  .header_nav_phone {
    margin-right: 0;
  }
  .nav_btn_phone {
    display: block;
    height: 30px;
    padding-top: 15px;
  }
}

@media (max-width: 768px) {

  html {
    overflow-x:hidden; 
  }
  .contents,
  .side,
  .footer_heading {
    padding: 0;
  }
  h1 {
    width: 220px;
    float: none;
    margin: 13px auto 0;
  }
  .g-nav ul li,
  .g-nav ul:nth-child(2) li {
    width: 50%;
    border-bottom: 1px dotted #aaa;
  }
  .header-toppper {
    height: 50px;
  }
  .header-toppper-nav {
    display: none;
  }
  .nav_btn_phone {
    padding-top: 0;
    height: 40px;
    line-height: 1.5;
    padding-top: 8px;
  }
  .header_top {
    top:50px;
    height: 40px;
  }
  .g-nav {
    display: none;
  }
  .productlist_lists {
    padding: 0 10px 20px;
  }
  .bx-slider li {
    height: auto;
    background: transparent;
  }
  .header_btm {
    padding-top: 90px;
    text-align: center;
    padding-bottom: 10px;
  }
  .list-img-area {
    height: 120px;
  }
  .header_logo {
    float: none;
  }
  .top-bnr {
    padding: 0 20px 20px;
  }
  .top-bnr li {
    margin-bottom: 10px;
  }
  .top-bnr li div {
    float: none;
  }
  .top-bnr li div:nth-child(1) {
    margin: 0 0 10px;
  }
  .header_lead {
    padding-top: 10px;
    font-size: 12px;
    float: none;
  }

  .header_nav_global_social {
    padding-left: 0;
  }

  .search_form {
    float: none;
  }

  .search_select {
    width: 100%;
    margin-bottom: 10px;
  }
  
  .search_box {
    width: 75%;
    float: left;
  }

  .btn_search {
    width: 15%;
    float: right;
  }

  .side_group,
  .side_freepage {
    margin-top: 0;
  }

  .info_detail,
  .seller_lists,
  .recommend_lists {
    padding: 0 0 20px;
    width: 96%;
    width: -webki-calc(100% - 20px);
    width: calc(100% - 20px);
    margin: 20px auto !important;
  }

  .free_space {
    font-size: 12px;
    padding: 0 10px 60px;
  }

  .list {
    padding: 0;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

  .side_banner {
    padding: 0 20px;
    text-align: center;
  }

  .side_banner_list {
    margin-bottom: 10px;
  }

  .side_freepage_heading {
    margin-bottom: 0;
  }
  .side_freepage_list {
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .side_freepage_list a {
    padding: 10px;
  }

  .heading {
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 20px;
  }

  .side_category {
    margin-top: 0;
  }
  .side_category_list {
    position: static;
    cursor: pointer;
  }
  .side_subcategory_lists {
    width: 100%;
    padding: 0;
    position: static;
    border: none;
    background-color: #f5f5f5;
    display: none;
  }
  .side_subcategory_list {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_list:first-child {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_lists li a {
    padding: 10px;
  }


  .side_category_heading,
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_checked_heading{
    background-color: #f6ad09;
    color: #fff;
    padding: 10px 0 10px 10px;
  }

  .footer {
    margin-top: 0;
  }

  .footer_lists {
    padding: 0 10px 20px;
  }

  .footer_list {
    padding-right: 1%;
    padding-left: 1%;
  }

  .footer_checked {
    border-bottom: 1px solid #333;
  }

  .footer_banner {
    text-align: center;
    padding: 0 10px 60px;
  }
  .footer_banner li {
    padding: 5px;
  }


  .footer_seller_lists,
  .footer_recommend_lists,
  .footer_checked_lists {
    font-size: 12px;
  }
  .footer_seller_list,
  .footer_recommend_list {
    margin-bottom: 40px;
  }
  .footer_checked_list {
    margin-bottom: 10px;
  }

  .footer_notice {
    padding: 0;
  }

  .footer_nav {
    padding: 0;
  }
  .footer_nav_shopinfo {
    padding: 30px 0;
  }
  .footer_nav_shopinfo_img {
    padding-bottom: 10px;
    text-align: center;
  }
  .footer_nav_shopinfo_caption {
    text-align: center;
  }
  .footer_nav_shopinfo_name {
    padding-left: 0;
  }
  .footer_nav_shopinfo_memo {
    padding-left: 0;
  }

  .footer_nav_menu_right {
    padding: 0;
    border-top: 1px solid #777;
  }
    .footer_nav_menu_right li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #777;
    }
    .footer_nav_menu_right li:nth-child(odd) {
      border-right: 1px solid #777;
    }
    .footer_nav_menu_right a {
      display: block;
      padding: 12px 10px;
      color: #fff;
      text-decoration: none;
      font-size: 11px;
    }

  .footer_nav_menu {
    padding: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #f6ad09;
    color: #fff;
  }

  .footer_nav_list {
    padding-top: 5px;
  }

  .footer_copyright {
    font-size: 10px;
  }

  .skpr_detail,
  .privacy_lead {
    padding: 0 10px 20px;
  }

  .skpr_box {
    padding-top: 70px;
    margin-top: -10px
  }
  
  .skpr_box:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .faq-contents {
    padding: 0 20px;
    font-size: 93%;
  }
  .faq-nav {
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 0;
  }
  .footer_copyright {
    background: #f6ad09;
    color: #fff;
    padding: 0px 20px 20px;
  }
  .btn-more {
    padding: 16px;
    font-weight: bold;
  }
  .page-ttl {
    border-left: none;
    border-right: none;
    padding: 32px 40px 32px 20px;
    font-size: 125%;
    letter-spacing: 1px;
    background-position: center;
    width: 110%;
    width: -webki-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .faq-nav h3 {
    border-bottom: 1px dotted;
    padding-bottom: 8px;
  }
  .faq-contents h3,
  .free-ttl {
    margin: 24px 0;
    padding: 16px;
  }
  .freepage {
    padding:  0 20px 20px;
  }
  .freepage table {
    max-width: 100% !important;
    display: block;
    overflow-x: scroll;
  }
  .odenwa {
    border-radius: 0;
  }
  .odenwa li,
  .odenwa li a {
    display: block;
    width: 100%;
    margin-bottom: 6px;
  }
  .odenwa h3 {
    font-size: 123%;
  }
}

/* --------------------------------------------------------------------------------
    formy
-------------------------------------------------------------------------------- */
#formyForm {
  max-width: 800px;
  margin: 0 auto;
  margin: 24px 0 40px;
  background: #f6f6f6;
  padding: 24px;
  border-radius: 5px;
}
#formyForm table {
  width:100%;
  border: none;
}
#formyForm th,
#formyForm td {
  padding: 16px 0;
  vertical-align: middle;
  border-bottom: solid 1px #ddd;
    background: transparent;

}
#formyForm th {
  font-weight:normal;
  white-space: nowrap;
  text-align:left;
  width:34%;
}
#formyForm label {
  display: inline-block;
}
#formyForm table input[type="text"],
#formyForm table input[type="password"],
#formyForm table textarea {
  width:100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  vertical-align:bottom;
}
#formyForm table input[type="text"],
#formyForm table input[type="password"],
#formyForm select,
#formyForm textarea {
  margin: 0;
  padding: 5px 15px;
  border: 1px solid #fff;
  background: #fff;
  font: inherit;
  font-size: 100%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #ccc;
}
#formyForm table textarea {
  height: 12em;
  line-height: 1.6;
}
#formyForm ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#formyForm input:hover { opacity:0.7; }
#formyForm textarea:hover { opacity:0.7; }

#formyForm input:focus {  background-color: #fff;}
#formyForm .parsley-validated {  background-color: #eee;}
#formyForm .parsley-error {  background-color: #fee;}
#formyForm .parsley-success {  background-color: #fff;}

.help_text {
  font-size: 85%;
  color: #999;
}
.hidden_help {  display: none;}
.formy_privacy div {
  overflow-y: scroll;
  height: 140px;
  border: solid 1px #ccc;
  font-size: 85%;
  padding: 10px;
}
.requiredIcon {
  background: #f55;
  color: #fff;
  margin: 0 1em;
  font-size: 70%;
  padding: 2px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
#formy_btn {
  padding:30px 0 0;
  text-align:center;
}
#formy_btn input {
  border: none;
  cursor: pointer;
  text-indent: -9999px;
}
.formy_confirm {
  width: 324px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_confirm.png) no-repeat;
}
.formy_submit_disabled {
  width: 324px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_unfinished.png) no-repeat;
}
#formy_btn .formy_submit_disabled:hover {
  opacity:1;
  cursor: default;
}
.autoConfirmBack {
  width: 134px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_edit.png) no-repeat;
}
.formy_send {
  width: 324px;
  height: 59px;
  background: url(//entry-form.net/css/form-default/form_btn_send.png) no-repeat;
}
#total_required {
  background: rgba(240,50,50,0.8);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
  color: #fff;
  position: fixed;
  top: 100px;
  right: 20px;
  display:none;
}
.home #total_required {
  top: 20px;
}

@media (max-width: 680px) {
  #formyForm th,
  #formyForm td {
    display: block;
    width: 100%;
    padding: 8px 0;
  }
  #formyForm th {
    padding-bottom: 0;
  }
  #formy_btn input {
    width: 100%;
    background-size: contain;
    background-position: center;
  }
  #total_required {
    font-size: 86%;
    top: auto !important;
    padding: 10px 20px;
    left: auto;
    right: auto;
    bottom: auto;
    border-radius: 0;
    z-index: 1;
    position: relative;
    top: auto;
  }
  #formy_btn {
    padding-top: 15px;
  }
}

#top {
  position: absolute;
  top: 0;
}


.box {
  float: left;
    margin: 10px;
}

.boxContainer {
  overflow: hidden;
}

/* clearfix */
.boxContainer:before,
.boxContainer:after {
    content: "";
    display: table;
}
 
.boxContainer:after {
    clear: both;
}
 
/* For IE 6/7 (trigger hasLayout) */
.boxContainer {
    zoom: 1;
}

#content{
  padding-top: 120px;
}
#link01 {
   margin-top:-120px;
  padding-top:120px;
}