@charset "euc-jp";

body {
  background-color: #fff;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #333;
  color: #333;
  
  font-family: YakuHanJP_Noto, Roboto, 'Noto Sans JP', arial, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Sans-Serif;
  line-height: 1.8;
}
a {
  color: #333;
  color: #333;
}
a:hover {
  color: #555;
  color: #555;
}

/*
 * layout
 */
 .container {
    width: 100%;
    padding: 0;
}

#wrapper {
  /*max-width: 1000px;*/
}

/*
 * contents
 */

/*#contents {
  float: right;
  padding-left: 30px;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }*/

.col {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 0;
  padding-left: 0;
  *padding-right: 0 !important;
  *padding-left: 0 !important;
}

/*
 * side
 */

/*#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}*/

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto!important; }
.mar_0 { margin: 0!important; }
.mar_t_0 { margin-top: 0!important; }
.mar_r_0 { margin-right: 0!important; }
.mar_b_0 { margin-bottom: 0!important; }
.mar_l_0 { margin-left: 0!important; }
.mar_5 { margin: 5px!important; }
.mar_t_5 { margin-top: 5px!important; }
.mar_r_5 { margin-right: 5px!important; }
.mar_b_5 { margin-bottom: 5px!important; }
.mar_l_5 { margin-left: 5px!important; }
.mar_t_10 { margin-top: 10px!important; }
.mar_r_10 { margin-right: 10px!important; }
.mar_b_10 { margin-bottom: 10px!important; }
.mar_l_10 { margin-left: 10px!important; }
.mar_t_20 { margin-top: 20px!important; }
.mar_r_20 { margin-right: 20px!important; }
.mar_b_20 { margin-bottom: 20px!important; }
.mar_l_20 { margin-left: 20px!important; }
.mar_t_30 { margin-top: 30px!important; }
.mar_r_30 { margin-right: 30px!important; }
.mar_b_30 { margin-bottom: 30px!important; }
.mar_l_30 { margin-left: 30px!important; }
.mar_t_50 { margin-top: 50px!important; }
.mar_r_50 { margin-right: 50px!important; }
.mar_b_50 { margin-bottom: 50px!important; }
.mar_l_50 { margin-left: 50px!important; }

/* padding */
.pad_v_10 { padding: 10px 0!important; }
.pad_v_20 { padding: 20px 0!important; }
.pad_v_30 { padding: 30px 0!important; }
.pad_0 { padding: 0!important; }
.pad_t_0 { padding-top: 0!important; }
.pad_r_0 { padding-right: 0!important; }
.pad_b_0 { padding-bottom: 0!important; }
.pad_l_0 { padding-left: 0!important; }
.pad_5 { padding: 5px!important; }
.pad_t_5 { padding-top: 5px!important; }
.pad_r_5 { padding-right: 5px!important; }
.pad_b_5 { padding-bottom: 5px!important; }
.pad_l_5 { padding-left: 5px!important; }
.pad_10 { padding: 10px!important; }
.pad_t_10 { padding-top: 10px!important; }
.pad_r_10 { padding-right: 10px!important; }
.pad_b_10 { padding-bottom: 10px!important; }
.pad_l_10 { padding-left: 10px!important; }
.pad_20 { padding: 20px!important; }
.pad_t_20 { padding-top: 20px!important; }
.pad_r_20 { padding-right: 20px!important; }
.pad_b_20 { padding-bottom: 20px!important; }
.pad_l_20 { padding-left: 20px!important; }
.pad_30 { padding: 30px!important; }
.pad_t_30 { padding-top: 30px!important; }
.pad_r_30 { padding-right: 30px!important; }
.pad_b_30 { padding-bottom: 30px!important; }
.pad_l_30 { padding-left: 30px!important; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }

@media (max-width: 980px) {
  /* ~980px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.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/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/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/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/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/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}





/* リセット
*************************************************************/
html {box-sizing: border-box;}
*,*:before,*:after {box-sizing: inherit;}
a{
text-decoration:none;
color:#333;
transition: 0.3s;
}
a:hover{
color: #555;
-moz-opacity:0.7;
opacity:0.7;
text-decoration:none!important;
backface-visibility: hidden;
}
a img{
transition: 0.3s;
outline:none;
box-shadow: #000 0 0 0;
}
a:hover img{
-moz-opacity:0.7;
opacity:0.7;
-webkit-backface-visibility: hidden;
backface-visibility:hidden;
}
ul, ol{
margin: 0;
padding: 0;
}
li{list-style: none}
figure{margin:0;}

/* colormekit.cssの上書き */
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #ccc;
}

.btn {
  border-radius: 0;
}

.btn-xlg,
.btn-sm,
.btn-xs {
  border-radius: 0;
}

.btn-xs {
  padding-top: 2px;
  padding-bottom: 2px;
}

select {
  border-radius: 0;
}

input[type="text"] {
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
}

#contents{
padding-top: 108px;
padding-bottom: 50px;
}

.cont-wrap{
max-width: 1200px;
margin: 0 auto;
padding-top: 50px;
}
.cont-wrap section{padding: 3em 0;}

@media screen and (max-width:1220px) {
.cont-wrap{padding: 50px 2em 0;}
}
@media screen and (max-width:768px) {
#contents{
padding-top: 58px;
padding-bottom: 40px;
}
.cont-wrap{padding: 30px 1em 0;}
.cont-wrap section{padding: 2em 0;}
}
@media screen and (max-width:480px) {
#contents{
padding-top: 47px;
padding-top: 50px;
padding-bottom: 30px;
}
.cont-wrap{padding: 20px 0.8em 0;}
.cont-wrap section{padding: 1.5em 0;}
}


/* ヘッダー
*************************************************************/
.header{
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
width: 100%;
transition: .3s;
background-color: #fff;
max-width: 100vw;
}
.header {
  -webkit-transform: translateY(0);
  transform: translateY(0);

  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}

.header--unpinned {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}




.head-top{
display: flex;
align-items: flex-end;
max-width: 1200px;
margin: 0 auto 8px;
padding-top: 10px;
}
.head-logo img{max-width: 150px; max-height: 50px;}
.head-top-right{margin-left: auto;}
.head-top-sns{
display: flex;
align-items: baseline;
}
.head-top-sns li{
margin-left: 1.2em;
line-height: 1;
}
.head-top-sns i{margin-right: 0.3em;}
.head-top-sns li a{
width: 100%;
height: 100%;
padding: 0.2em;
}
.head-top-sns li a:hover{text-decoration: none;}


/* メインナビゲーション */
.g-nav-wrap{
background-color: #000;
height: 40px;
/*padding: 10px 0;*/
position: relative;
}
.g-nav{
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
align-items: center;
width: 100%;
max-width: 1200px;

position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.g-nav li{
width: calc(100% / 6);
margin: 0;
line-height: 1;
border-right: 1px solid #777;
}
.g-nav > li:last-child{
border-right: none;
}
.g-nav li a{
display: block;
width: 100%;
height: 100%;
padding: 0.3em 1.0em;
text-align: center;
color: #fff;
text-decoration: none;
}

@media screen and (max-width:1220px) {
.head-top, .g-nav{
padding-left: 2em;
padding-right: 2em
}
}
@media screen and (max-width:768px) {
.header{
color: #fff;
background-color: #000;
}
.header a{
color: #fff;
background-color: #000;
}
.head-logo img{max-width: 120px; max-height: 40px;}
.head-top-sns i{margin-right: 0.2em;}
.head-top-right ul li a i{font-size: 22px;}
.head-top, .g-nav{
padding-left: 1em;
padding-right: 1em
}
/*.g-nav-wrap{
height: 5px;
}*/
.g-nav{font-size: 0.9em;}
}
@media screen and (max-width:480px) {
/*.head-top{padding-top: 15px;}*/
.head-logo img{max-width: 85px; max-height: 32px;}
.head-top-sns i{margin-right: 0.1em;}
.head-top-right ul li a i{font-size: 18px;}
.head-top-right ul li{margin-left: 0.5em;}
/*.g-nav li{
width: inherit;
text-align: center;
}*/

/*.head-top{
display: flex;
flex-direction: column;
align-items: center;
margin: 0 auto 10px;
padding-top: 10px;
}
.head-top-left{
margin-top: 0.5em;
}*/
}

/* ドロップダウンメニュー */
.dropmenu {
  *zoom: 1;
  list-style-type: none;
  /*position: relative;*/
  z-index: 1000;
}
/*.dropmenu li a {
  display: block;
  line-height: 1;
}*/
.dropmenu li:hover ul { display: block;}
.dropmenu li ul {
  display: none;
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  padding-top: 9px;
  width: 100%;
}
.dropmenu li {
  position: relative;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li {
  width: 100%;
  background-color: #000;
  padding: 0.8em 1em;
  /*text-align: left;*/
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}
.dropmenu li ul li.nav-title {
  background-color: #fff;
  font-weight: 600;
  text-align: center;
  padding: 0.5em 1em;
}



/* スマホ */
/* スマホ用ドロワーメニュー */
.drawer.open { right: 0;}
.drawer {
  position: fixed;
  top: 0;
  right: -280px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*width: 280px;*/
  height: 100%;
  background: #fff;
  color: #333;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.drawer__item--close {
  padding: 20px 25px;
  text-align: right;
}
.drawer__item { border-bottom: 1px solid #000;}
.drawer__item--close a { color: #333;}
.drawer__item__name {
  font-size: 100%;
  font-weight: normal;
  display: table;
  line-height: 1;
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  color: #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.drawer__item__name__icon--left {
  width: 15%;
  display: table-cell;
  vertical-align: middle;
}
.drawer__item__name__text {
  width: 70%;
  vertical-align: middle;
}
.drawer__item__name__subtext{
    display: block;
    font-size: 0.7em;
    margin-top: 0.2em;
}
.drawer__item__name__text2 {
  width: 70%;
  vertical-align: middle;
  font-size: 0.9em;
}
.drawer__item__name__text2 i {
  margin-right: 0.2em;
}
.drawer__item__name__icon--right {
  width: 10%;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.drawer-sns{
margin: 20px 0 0 20px;
text-align: center;
}
.drawer-sns li{
font-size: 22px;
text-align: center;
line-height: 1;
}
.drawer-sns li a{
width: 100%;
height: 100%;
padding: 0.2em;
}

.overlay {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

.drawer__item--accordion ul {
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
.linklist__item {
  border-bottom: solid 1px #000;
  list-style: none;
}
.drawer__item--accordion .linklist__item { border: none;}
.linklist__item a {
  display: table;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 20px;
  color: #333;
}
.drawer__item--accordion .linklist__item a { padding: 10px 20px;}
.linklist__item__text {
  width: 80%;
  height: auto;
}
.linklist__item a span {
  display: table-cell;
  vertical-align: middle;
}
.u-ac--active { border-bottom: 1px solid #e0e0e0;}

input[type="text"].keyword {
  font-size: 85.71429%;
  background: #fff;
  color: #333;
  padding: 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

input[type="text"].keyword--small {
  width: 72%;
  height: 44px;
}



/* フッター
*************************************************************/
.footer{
padding: 4em 0 3em;
color: #fff;
background-color: #000;
box-sizing: border-box;
}
.footer a{color: #fff;}
.foot-inner{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
max-width: 800px;
margin: 0 auto;
}
.foot-inner ul{padding: 0 0.5em;}
.foot-inner li{
margin-bottom: 0.5em;
line-height: 1.4;
}
.foot-sns{
margin: 40px auto 0;
text-align: center;
}
.foot-sns li{
font-size: 22px;
text-align: center;
line-height: 1;
}
.foot-sns li a{
width: 100%;
height: 100%;
padding: 0.2em;
}
.copyright{
margin: 20px auto 0;
text-align: center;
}
@media screen and (max-width:980px) {
.foot-inner{max-width: 750px;}
.foot-inner ul{
width: 50%;
padding: 0 0.5em;
margin-bottom: 1.5em;
transform: translatex(25%);
box-sizing: border-box;
}
}
@media screen and (max-width:768px) {
.footer{padding: 4em 2em 3em;}
.foot-inner ul{transform: translatex(10%);}
}
@media screen and (max-width:480px) {
.footer{padding: 3em 0.5em 1em;}
.foot-inner ul{
padding: 0 0.5em;
transform: none;
}
.foot-inner ul:nth-child(even){
width: 54%;
}
.foot-inner ul:nth-child(odd){
width: 46%;
}

.foot-sns{margin: 20px auto 0;}
}



/* 共通パーツ設定
*************************************************************/

/*-----------------------------
テキスト設定
------------------------------*/
h2.section-title, h3.section-title, h1.section-title{
font-size: 2.6rem;
font-weight: 800;
/*margin-top: 0.5em;*/
margin: 0;
margin-bottom: 2.0em;
letter-spacing: 0.03em;
text-align: center;
line-height: 1.4;
color: #000;
font-family: "Montserrat", sans-serif;
}
h2.section-title-jp, h3.section-title-jp, h1.section-title-jp{
font-size: 1.6rem;
font-weight: 700;
/*margin-top: 0.5em;*/
margin: 0;
margin-bottom: 1.5em;
letter-spacing: 0.03em;
text-align: center;
line-height: 1.4;
color: #333;
}
h2.section-title span, h3.section-title span, h1.section-title span{
display: block;
font-size: 0.9rem;
font-weight: 500;
line-height: 1;
color: #555;
}
h2.section-title::after, h3.section-title::after, h1.section-title::after, h2.section-title-jp::after, h3.section-title-jp::after, h1.section-title-jp::after {
content: "";
display: block;
width: 21px;
margin: 15px auto 0;
border-bottom: 4px solid #000;
}
h2.contents-title, h3.contents-title, h1.contents-title{
font-size: 2.2rem;
font-weight: 900;
/*margin-top: 1em;*/
margin: 0;
margin-bottom: 0.7em;
letter-spacing: 0.03em;
text-align: left;
line-height: 1.4;
color: #333;
border-bottom: 1px solid;
}
h2.contents-title span, h3.contents-title span, h1.contents-title span{
display: inline-block;
font-size: 0.9rem;
font-weight: 500;
margin-left: 0.8rem;
color: #555;
}
h2.contents-title-jp, h3.contents-title-jp, h1.contents-title-jp{
font-size: 1.6rem;
font-weight: 700;
/*margin-top: 0;*/
margin: 0;
margin-bottom: 2em;
letter-spacing: 0.03em;
text-align: left;
line-height: 1.8;
color: #333;
border-bottom: 1px solid;
}
h2.contents-title-jp span, h3.contents-title-jp span, h1.contents-title-jp span{
display: inline-block;
font-size: 0.9rem;
font-weight: 500;
/*margin-left: 0.8rem;*/
color: #555;
}

h3.about-title{
font-size: 1.4rem;
font-weight: 700;
margin: 0;
margin-top: 1em;
margin-bottom: 1em;
letter-spacing: 0.03em;
text-align: center;
line-height: 1.8;
color: #333;
}
p.contents-big-text{
font-size: 2.4rem;
font-weight: 500;
line-height: 1.4;
margin-bottom: 0.7em;
}

@media screen and (max-width:768px) {
h2.section-title, h3.section-title, h1.section-title{
font-size: 1.4rem;
margin-bottom: 1.2em;
}
h2.section-title-jp, h3.section-title-jp, h1.section-title-jp{
font-size: 1.1rem;
}
h2.section-title span, h3.section-title span, h1.section-title span{
font-size: 0.7rem;
}
h2.contents-title, h3.contents-title, h1.contents-title{
font-size: 1.5rem;
line-height: 1.2;
}
h2.contents-title span, h3.contents-title span, h1.contents-title span{
display: inline-block;
font-size: 0.7rem;
margin-left: 0.5rem;
}
h2.contents-title-jp, h3.contents-title-jp, h1.contents-title-jp{
font-size: 1.2rem;
line-height: 1.4;
margin-bottom: 1.5em;
}
h2.contents-title-jp span{
display: inline-block;
font-size: 0.7rem;
/*margin-left: 0.5rem;*/
}
h3.about-title{
font-size: 1.2rem;
margin-top: 0.8em;
margin-bottom: 0.8em;
line-height: 1.4;
}
p.contents-big-text{font-size: 1.8rem;}
}
@media screen and (max-width:480px) {
h2.contents-title-jp, h1.contents-title-jp{
margin-bottom: 1.2em;
}
p.contents-big-text{font-size: 1.4rem;}
}


/*-----------------------------
パーツ
------------------------------*/
select::-ms-expand {
	display: none;
}
select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
line-height: 22px;
background-image: url(https://file003.shop-pro.jp/PA01443/637/common/caret-down.png);
background-repeat: no-repeat;
background-size: 10px 7px;
background-position: right 0.4em center;
}


/* テーブル */
.product-table {
  border: 1px solid #ddd;
  border-collapse: separate;
  border-top: 0;
  border-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  *border-collapse: collapse;
}

.product-table th,
.product-table td {
  padding: 4px 5px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  vertical-align: middle;
  text-align: left;
  line-height: 20px;
  border-radius: 0;
}
.product-table thead th{
white-space: nowrap;
background-color: #eee;
}


/* 横幅最大600pxのボックス */
.text-narrow-wrap{
max-width: 600px;
margin: 0 auto;
}

/* 枠で囲む */
.border-box{
border: 1px solid;
padding: 2em;
}
@media screen and (max-width:480px) {
.border-box{padding: 1em;}
}
@media screen and (max-width:480px) {
/* センター揃えをSPで左寄せ */
.txt_c-sp_l{text-align: left;}
}

/* 段落設定 */
@media screen and (min-width: 769px){	
.br-tab { display:none; }
}
@media screen and (max-width: 768px){	
.br-tab { display:block; }
}
@media screen and (min-width: 481px){	
.br-sp { display:none; }
}
@media screen and (max-width: 480px){	
.br-sp { display:block; }
}

/*-----------------------------
画像レスポンシブ設定
------------------------------*/
.square-image, .rectangle43-image, .rectangle32-image, .rectangle169-image {
position: relative;
overflow: hidden;
}
.square-image img, .rectangle43-image img, .rectangle32-image img, .rectangle169-image img {
position: absolute;
width: 100%;
height: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
object-fit: cover;
}
.square-image:before, .rectangle43-image:before, .rectangle32-image:before, .rectangle169-image:before {
content: '';
display: block;
}
.square-image:before {padding-top: 100%;}
.rectangle43-image:before {padding-top: 75%;}
.rectangle32-image:before {padding-top: 66.66%;}
.rectangle169-image:before {padding-top: 56.25%;}



/*-----------------------------
横並びアイテム
------------------------------*/
.item-box {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin: 0;
padding: 0;
line-height: 1.4;
}
.item-box li, .item-box > div, .item-box > a {
width: 100%;
overflow: hidden;
margin: 0 10px 3em;
padding: 0;
}

.item-2 li, .item-2 > div, .item-2 > a { width: calc(100% / 2 - 20px); }
.item-3 li, .item-3 > div, .item-3 > a { width: calc(100% / 3 - 20px); }
.item-4 li, .item-4 > div, .item-4 > a { width: calc(100% / 4 - 20px); }
.item-5 li, .item-5 > div, .item-5 > a { width: calc(100% / 5 - 20px); }
.item-6 li, .item-6 > div, .item-6 > a { width: calc(100% / 6 - 20px); }

.item-box li figure{
margin-left: 1.5em;
margin-right: 1.5em;
margin-bottom: 0.7em;
}

@media screen and (max-width:768px) {
.item-box li, .item-box > div, .item-box > a {margin: 0 5px 3em;}
.item-2 li, .item-2 > div, .item-2 > a { width: calc(100% / 2 - 10px); }
.item-3 li, .item-3 > div, .item-3 > a { width: calc(100% / 2 - 10px); }
.item-4 li, .item-4 > div, .item-4 > a { width: calc(100% / 2 - 10px); }
.item-5 li, .item-5 > div, .item-5 > a { width: calc(100% / 3 - 10px); }
.item-6 li, .item-6 > div, .item-6 > a { width: calc(100% / 4 - 10px); }
}
@media screen and (max-width:480px) {
.item-box li, .item-box > div, .item-box > a {margin: 0 5px 1em;}
.item-2 li, .item-2 > div, .item-2 > a { width: calc(100% / 2 - 5px); }
.item-3 li, .item-3 > div, .item-3 > a { width: calc(100% / 2 - 5px); }
.item-4 li, .item-4 > div, .item-4 > a { width: calc(100% / 2 - 5px); }
.item-5 li, .item-5 > div, .item-5 > a { width: calc(100% / 2 - 5px); }

.item-2 li:nth-child(odd), .item-3 li:nth-child(odd), .item-4 li:nth-child(odd), .item-5 li:nth-child(odd) {
margin-left: 0;
margin-right: 5px;
}
.item-2 li:nth-child(even), .item-3 li:nth-child(even), .item-4 li:nth-child(even), .item-5 li:nth-child(even) {
margin-left: 5px;
margin-right: 0;
}
.item-6 li, .item-6 > div, .item-6 > a { width: calc(100% / 3 - 10px); }
.item-box li figure{
margin-left: 1.5em;
margin-right: 1.5em;
margin-bottom: 0.5em;
}
}



/*-----------------------------
リンクボタン
------------------------------*/
.link-btn{
max-width: 640px;
margin: 1em auto;
padding: 0 1.8em;
font-size: 1.2rem;
font-weight: 600;
color: #fff;
line-height: 1;
text-align: center;
}
.link-btn span{
margin-left: 0.8em;
font-size: 0.8rem;
font-weight: 500;
position: relative;
z-index: 99;
}
.link-btn a{
position: relative;
display: block;
width: 100%;
padding: 1em 2em;
text-decoration: none;
color: #fff;
background-color: #000;
border: 2px solid #000;
white-space: nowrap;
box-sizing: border-box;
overflow: hidden;
transition: color 0.5s ease;
z-index: 1;
}
.link-btn a::before {
border-color: transparent transparent #fff transparent;
border-style: solid;
border-width: 0 0 20px 20px;
content: "";
position: absolute;
bottom: 9px;
right: 8px;
z-index: 2;
}
.link-btn a::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
z-index: -1;
transition: transform 0.3s ease;
transform: translateX(-100%);
}
.link-btn a:hover::after {transform: translateX(0);}
.link-btn a:hover {
color: #000!important;
border: solid 2px #000;
opacity: 1;
}
.link-btn a:hover::before {
border-color: transparent transparent #000 transparent;
}

.link-btn.white {color: #000;}
.link-btn.white a {
color: #000; 
background-color: #fff; 
border: solid 2px #000; 
}

.link-btn.white a::before {
border-color: transparent transparent #000 transparent; 
}
.link-btn.white a::after {
background-color: #000;
}
.link-btn.white a:hover {
color: #fff!important; 
border: solid 2px #fff; 
}
.link-btn.white a:hover::before {
border-color: transparent transparent #fff transparent; 
}
.link-btn.white a:hover::after {
transform: translateX(0);
z-index: -1; 
}
.link-btn.white.border-less {
padding: 0!important;
max-width: 100%;
}
.link-btn.white.border-less a {
padding: 1em 5.0em;
max-width: 100%;
box-sizing: border-box; 
overflow: hidden; 
}
.link-btn.white.border-less a:hover {
border: none !important;
}
.link-btn.white.border-less a {
border: none !important;
}

.link-btn.minwidth600{
min-width: 600px;
}
.link-btn-text:hover {
color: #000!important;
z-index: 999;
}

@media (max-width: 767px) {
.link-btn {
max-width: 600px;
padding: 0 1.5em;
}
.link-btn a {padding: 0.8em 1.5em;}
.link-btn span {font-size: 0.7rem;}
.link-btn a::before {border-width: 0 0 18px 18px;}
}

@media (max-width: 640px) {
.link-btn {
max-width: 580px;
padding: 0 1.2em;
}
.link-btn a {padding: 0.7em 1.2em;}
.link-btn span {font-size: 0.65rem;}
.link-btn a::before {border-width: 0 0 16px 16px;}
}

@media (max-width: 480px) {
.link-btn {
max-width: 460px;
padding: 0 1em;
}
.link-btn a {
padding: 0.6em 1em;
font-size: 0.9em;
}
.link-btn span {font-size: 0.6rem;}
.link-btn a::before {border-width: 0 0 14px 14px;}
}


/*-----------------------------
リンクボタン2
------------------------------*/
.border-link-btn{
max-width: 400px;
margin: 0 auto;
border: 1px solid #000;
line-height: 1;
text-align: center;
position: relative;
}
.border-link-btn a{
display: block;
width: 100%;
padding: 1.2em 2em;
text-decoration: none;
white-space: nowrap;
box-sizing: border-box;
}

.border-link-btn a:hover{
color: #fff;
background-color: #000;
opacity: 1;
}
@media screen and (max-width:480px) {
/*.link-btn{width: 90%;}*/
.link-btn a{padding: 0.7em 1em;}
/*.border-link-btn{width: 90%;}*/
.border-link-btn a{padding: 0.7em 1em;}
}


/*-----------------------------
スライダー
------------------------------*/
.bx-wrapper .bx-viewport {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border: none !important;
left: 0 !important;
}
#slider  {  width: 100%!important;}
#slider div {
width: 100%!important;
max-width: 100%;
height: auto;
Float: none;
}
.bx-wrapper img {width: 100%;}
.bx-wrapper .bx-pager {bottom: -25px !important;}
.bx-wrapper .bx-pager.bx-default-pager a {
opacity: 0.5;
background: #000!important;
transition: opacity 1000ms;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
opacity: 1; 
background: #000!important;
}
@media screen and (max-width:480px) {
.bx-wrapper .bx-pager {bottom: -15px !important;}
.bx-wrapper .bx-pager.bx-default-pager a {
width: 5px!important;
height: 5px!important;
}
}


/*-----------------------------
ページネーション
------------------------------*/
.pagenation {
position: relative;
text-align: center;
max-width: 600px;
margin: 0 auto;
}
.pagenation .disabled {color: #ccc;}
.pagenation-prev {
position: absolute;
left: 0.5em;
}
.pagenation-pos {line-height: 0.8;}
.pagenation-pos__number {
margin: 0 5px;
font-size: 18px;
line-height: 1.2;
}
.pagenation-next {
position: absolute;
right: 0.5em;
}


/*-----------------------------
ページトップへ戻る
------------------------------*/
#pagetop {
position: fixed;
bottom: 36px;
right: 1em;
z-index: 1000;
}
#pagetop a {
display: block;
text-align: center;
color: #aaa;
font-size: 4em;
text-decoration: none;
line-height: 1;
opacity: 0.5;
}
#pagetop a:hover {opacity: 1;}

@media screen and (max-width:480px) {
#pagetop {bottom: 20px;}
#pagetop a {font-size: 3.5em;}
}


/*-----------------------------
パンくずリスト
------------------------------*/
.breadcrumb p{margin: 0;}
.breadcrumb span {
  margin: 0 5px;
  color: #999;
}


/*-----------------------------
カテゴリーボタン
------------------------------*/
.cat-title{
margin-top: 1.6em;
margin-bottom: 0.5em;
margin-left: 0.7em;
}
.cat-title::before{
content: "■";
margin-right: 0.2em;
}

.cat-btn{
margin-top: 0;
margin-bottom: 0.7em;
}
.cat-btn li{
margin-bottom: 8px;
text-align: center;
}
.cat-btn li a{
display: block;
width: 100%;
height: 100%;
padding: 0.5em;
color: #fff;
background-color: #000;
}
.cat-btn.group-btn li a{
color: #000;
border: 1px solid #000;
background-color: transparent;
}
.cat-btn li a:hover{text-decoration: none;}
/*.cat-btn .current a{background-color: #000;}*/

/* サブカテゴリー */
.subcategory-list{
display: flex;
flex-wrap: wrap;
/*margin: 2em 0;*/
margin: 0 0 1em;
}
.subcategory-list li{padding: 0 10px;}

@media screen and (max-width:768px) {
.cat-title{
margin-left: 0.3em;
}
}


/*-----------------------------
アイテム一覧
------------------------------*/
.order-list a{
color: #777;
}
.order-list a:hover{
color: inherit;
opacity: 1;
}

p.price-name{
font-weight: bold;
margin-bottom: 5px;
}
.price-discount{
font-size: 0.8em;
margin-left: 0.3em;
color: red;
}
.price-soldout{color: red;}



/* お知らせ */
.top-info{
padding: 2em;
border: 1px solid #000;
}
.top-info h3{
margin-top: 0;
}
.top-info p{
margin: 0;
}
@media screen and (max-width:768px) {
.top-info{
padding: 1em;
}
}

.footer {
    overflow-x: hidden;
}