@charset "euc-jp";

/*
 * ふわっと表示
 */
body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;

    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #000000;
}
a {
  color: #000000;
}
a:hover {
  color: #000000;
}

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

/*
 * contents
 */

#contents {
  float: left;

}

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

/*
 * 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;}
.txt_c_000 {color: #000;}

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

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

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

/* 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;
  }
 /* フリーページ */
.sawara__imgs-up {
  margin-top: 2%;
  margin-bottom: 2%;
  }
}
@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; }
/* 24px black */
.icon-lg-b.icon-air {
  background-position: -0px -72px;
}
/* 24px white */
.icon-lg-w.icon-cart {
  background-position: -264px -96px;
}
/* 24px white */
.icon-lg-w.icon-home {
  background-position: -264px -24px;
}
/* 24px white */
.icon-lg-w.icon-air {
  background-position: -0px -72px;
}
/* 24px white */
.icon-lg-w.icon-circled_info {
  background-position: -408px -120px;
}
/* 24px white */
.icon-lg-w.icon-pencil {
  background-position: -144px -0px;
}
/* 24px white */
.icon-lg-w.icon-mail {
  background-position: -96px -0px;
}

/* 24px white */
.icon-lg-w.icon-chevron_up {
  background-position: -0px -216px;
}

/* 24px white */
.icon-lg-w.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); }
}

/*ここからオリジナル*/
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}

/*文字の大きさ*/

.f6 {font-size: 0.6em;}
.f7 {font-size: 0.7em;}
.f8 {font-size: 0.8em;}
.f9 {font-size: 0.9em;}
.f10 {font-size: 1.0em;}
.f11 {font-size: 1.1em;}
.f12 {font-size: 1.2em;}
.f13 {font-size: 1.3em;}
.f14 {font-size: 1.4em;}
.f16 {font-size: 1.6em;}
.f18 {font-size: 1.8em;}
.f20 {font-size: 2.0em;}
.f22 {font-size: 2.2em;}
.f24 {font-size: 2.4em;}

.line105 {line-height: 105%;}
.line110 {line-height: 110%;}
.line120 {line-height: 120%;}
.line130 {line-height: 130%;}
.line140 {line-height: 140%;}
.line150 {line-height: 150%;}
.line200 {line-height: 200%;}
.line250 {line-height: 250%;}
.line300 {line-height: 300%;}

/*文字の太さ*/
.fw200 {font-weight:200;}
.fw300 {font-weight:300;}
.fw400 {font-weight:400;}
.fw500 {font-weight:500;}
.fw600 {font-weight:600;}
.fw700 {font-weight:700;}
.fw800 {font-weight:800;}
.fw900 {font-weight:900;}


/*文字の色*/
.bla {color: #000000;}
.wte {color: #ffffff;}
.blu {color: #6699cc;}
.blu_L {color: #2793dc;}
.org {color: #eab324;}
.grn {color: #52c69c;}
.grn_D {color: #00903A;}
.red {color: #ee3232;}
.pnk {color: #ec5e9e;}


/*背景の色*/
.bg_wte {background-color: #ffffff;}
.bg_blk_1 {background-color: #000000;}
.bg_blk_2 {background-color: #777777;}
.bg_blk_3 {background-color: #353535;}
.bg_gre_L1 {background-color: #eeeeee;}
.bg_org {background-color: #eab324; color: #ffffff;}
.bg_org_L1 {background-color: #fff9ea;}
.bg_org_L2 {background-color: #fffefb;}
.bg_org_L3 {background-color: #fffbbf;}
.bg_org_D1 {background-color: #ffe39a;}
.bg_bro_D1 {background-color: #40220f;}
.bg_blu_D1 {background-color: #010079;}


.bg_blu {background-color: #6699cc; color: #ffffff;}
.bg_grn {background-color: #52c69c; color: #ffffff;}
.bg_red {background-color: #ee3232; color: #ffffff;}

/*整列*/
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}


/*縦整列*/
.top {vertical-align: top;}
.middle {vertical-align: middle;}
.bottom {vertical-align: bottom;}


/*余白*/
.pad5 {padding: 5px;}
.pad8 {padding: 8px;}
.pad10 {padding: 10px;}
.pad12 {padding: 12px;}

.pad_t10 {padding-top: 10px;}
.pad_b10 {padding-bottom: 10px;}
.pad_t20 {padding-top: 20px;}
.pad_b20 {padding-bottom: 20px;}

.mar_auto {margin: 0 auto;}
.mar_t3 {margin-top: 3px;}
.mar_b3 {margin-bottom: 3px;}
.mar_t5 {margin-top: 5px;}
.mar_b5 {margin-bottom: 5px;}
.mar_t10 {margin-top: 10px;}
.mar_b10 {margin-bottom: 10px;}
.mar_t20 {margin-top: 20px;}
.mar_b20 {margin-bottom: 20px;}
.mar_t30 {margin-top: 30px;}
.mar_b30 {margin-bottom: 30px;}
.mar_t50 {margin-top: 50px;}
.mar_b50 {margin-bottom: 50px;}
.mar_t100 {margin-top: 100px;}
.mar_b100 {margin-bottom: 100px;}
.mar_r20 {margin-right: 20px;}


/*外枠*/
.radi5 {border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;}
.radit5 {border-radius: 5px 5px 0px 0px / 5px 5px 0px 0px;}
.radib5 {border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;}

/*外枠の色*/
.bd_non {border-style:hidden;}
.bd_blk {border: 1px solid #777777;}
.bd_red {border: 1px solid #ee3232;}
.bd_org {border: 1px solid #eab324;}
.bd_org_L1 {border: 1px solid #fff9ea;}
.bd_grn {border: 1px solid #52c69c;}
.bd_blu {border: 1px solid #6699cc;}
.bd_gre {border: 1px solid #ddd;}
.bd_red2 {border: 2px solid #ee3232;}

/*外枠の影*/
.shadow {box-shadow: 2px 2px 4px gray;}

/*見出し１*/
.midasi1 {
color: #010079;
text-shadow: 0 0 5px white;
padding: 0.3em 0.5em;
background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
}

ul,li.kuro {
  list-style: none;
}

.deco a:hover {
    text-decoration: none;
}

.like a:hover {
    color: #ffffff;
    text-decoration: none;
}

#footer {
  position: relative;
    color: #ffffff;
    background: rgb(2,0,36);
background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(0,53,146,1) 100%, rgba(0,212,255,1) 100%);
}

.NnqhtPyD {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}

address {
      margin-top: 50px;
    margin-bottom: 0px;
}

  /**
 * ドロワーメニュー
 */
/* メインコンテンツ */
.contents {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
}
/* チェックボックスオンの時 */
.check:checked ~ .contents {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
}

/* ドロワー */
.drawer-menu {
    position: fixed; z-index: 2;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    background-color: rgba(25,80,200,0.4);
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);

}
/* チェックボックスオンの時 */
.check:checked ~ .drawer-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
}

/* チェックボックスを非表示 */
.check {
    display: none;
}

/* メニューボタン(label) */
.menu-btn {
    position: fixed;
    display: block;
    top: 40px;
    right: 20px;
    width: 40px;
    height: 40px;
      background-color: rgba(0,0,0,0.2);
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}
/* ドロワー内バー */
.bar {
      position: absolute;
	margin-top:16px;
    width: 28px;
    height: 3px;
    background: #fff;
      opacity: 1;
}
.middle {
    	margin-top: 24px;
}
.bottom {
        	margin-top: 32px;
}

/* コンテンツの閉じる。普段は非表示(label)*/
.close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
}
/* チェックボックスオンの時 */
.check:checked ~ .close-menu {
    visibility: visible;
    opacity: 1;
    z-index: 3;
}

@media (min-width: 781px) {
.menu-btn {
      display: none;
}
  }



/* CSSのみスライダー */
#stage {
position: relative;
max-width:1000px;
margin: 0 auto;
background:#ddd;
}
.pic {
position: absolute;
}
.pic img {
width: 100%;
height: auto;
opacity:0;
-moz-animation: imgTrans 40s infinite;
-webkit-animation: imgTrans 40s ease-in infinite;
animation: imgTrans 40s infinite;
}
#photo1 img {
-moz-animation-delay: 0s;
-webkit-animation-delay: 0s;
animation-delay: 0s;
}
#photo2 img {
-moz-animation-delay: 8s;
-webkit-animation-delay: 8s;
animation-delay: 8s;
}
#photo3 img {
-moz-animation-delay: 16s;
-webkit-animation-delay: 16s;
animation-delay: 16s;
}
#photo4 img{
-moz-animation-delay: 24s;
-webkit-animation-delay: 24s;
animation-delay: 24s;
}
#photo5 img {
-moz-animation-delay: 32s;
-webkit-animation-delay: 32s;
animation-delay: 32s;
}
@-webkit-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@-moz-keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}
@keyframes imgTrans {
0% { opacity:0; }
7% { opacity:1; }
18% { opacity:1; }
25% { opacity:0; }
100% { opacity:0; }
}

.f_right {
float: right;  
}

#slider div {
width: 100% !important;
  height: auto;
}
#slider div img {
width: 100% !important;
  height: auto;
position: relative; z-index: 2;
}
.bx-wrapper .bx-viewport {
overflow: hidden;
border: 0 solid #fff !important;
}

h3 {
    display: block;
    font-size: 1.1em;
    margin-block-start: 3px;
    margin-block-end: 3px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}