@charset "euc-jp";

body {
  background-color: #FFFFFF;
  /*background-image: url();*/
  color: #333333;
  font-family: 'Kosugi Maru', sans-serif;
}
a {
  color: #333333;
}
a:hover {
  color: #5e5e5e;
}

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

/*
 * contents
 */


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

#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; text-align:center; margin-bottom:20px; }
.txt_26 { font-size: 26px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* 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: 50px; }
.mar_t_30 li { margin-top: 50px; }
.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;
  }
}
@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); }
}

/*フリーページ用（動画）CSS　date20230721*/

.flex_items1{
width:50%;
padding-right:5px;
}

.flex_items{
width:50%;
}

div.vid_contents1 {
text-align: center;
/*background-color: #fffae9;*/
/*border: solid 1px #fff5b0;*/
padding: 8px;
border-radius: 10px;
margin-bottom:10px;
margin-right:5px;
}

div.vid_contents {
text-align: center;
/*background-color: #fffae9;*/
padding: 8px;
border-radius: 10px;
margin-bottom:10px;
/*border: solid 1px #fff5b0;*/
}

video.vid_main {
width: 100%;
border-radius: 10px;
border: solid 1px #e9e9e9;
}	

.flex_area{
display:flex;
}

.tit_f{
font-weight:bold;
font-size:90%;
margin-top: 10px; 
}

.btn2023,
a.btn2023,
button2023.btn2023 {
font-weight: 600;
line-height: 1.5;
position: relative;
display: inline-block;
padding: 0.5rem 4rem;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: all 0.3s;
transition: all 0.3s;
text-align: center;
vertical-align: middle;
text-decoration: none;
letter-spacing: 0.1em;
color: #212529;
border-radius: 0.5rem;
}

.btn--orange2023,
a.btn--orange2023 {
color: #fff;
background-color: #20bbec;
}
.btn--orange2023:hover,
a.btn--orange2023:hover {
color: #fff;
background: #68dbff;
}

a.btn--radius2023 {
border-radius: 100vh;
}


@media screen and (max-width: 840px) {
.flex_area{
display: flex;
flex-direction: column;
align-items: center;
}

.flex_items1{
width:90%;
padding-right:0px;
}

.flex_items{
width:90%;
}}
/*フリーページ用（動画）CSS　end*/

/*商品ページ ※1BOXご購入につき特典1個を付属いたします。*/
p.box_0101 {
font-size: 100%;
font-weight: bold;
margin-top: 10px;
}
/*ナビゲーションカスタム*/
.fas {
  color: #63c3e8;
}
.nav-global a {
font-size: 15px !important;
color:#333;
}
.nav-global{
  margin:0 !important;
}
.pull-right {
float: none !important;
}
.global-navi-wrap{
background-color: #FFFFF0 !important;
margin-bottom: 30px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}
/*横並びテキスト要素*/
ul.inline > li, ol.inline > li {
display: inline-block;
padding-right: 10px;
padding-left: 10px;
}

/*最上部のボーダー*/
.border_gradation {
display: none;
display: block;
background: #93DEEE;
}
.border_gradation {
transition: .3s;
width: 100%;
height: 12px;
margin: 0;
padding: 0;

}
/*スライダーカスタム*/
.bx-viewport {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.slider-decoration {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
}
.slider-decoration img {
  width: 100%;
  height: 12px;
  display: block;
  margin: 0 auto;
}



/* 親に背景として貼って、横に繰り返す */
.slider-decoration{
  height: 11px;
  background-image: url("https://img07.shop-pro.jp/PA01386/865/etc_base64/ZGVjb3JhdGlvbl9saW5lMg.png?cmsp_timestamp=20250910112936");
  background-repeat: repeat-x;
  background-position: center top;
  
}

/* 中の <img> は役目がなくなるので消す（HTMLは触らなくてOK） */
.slider-decoration img{
  display: none;
}



.slideshow-wrapper:empty {
  display: none !important;
}

.slider {
  margin-bottom: 50px;
}
/*メインロゴカスタム*/
.logo_mb{
font-size: 24px;
text-align: center;
margin-bottom: 8px;
}
.purun {
animation:purun 1.0s linear;
}
@keyframes purun {
0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
80% { transform: scale(1.0, 1.0) translate(0%, 0%); }
85% { transform: scale(1.0, 1.0) translate(0%, 0%); }
90% { transform: scale(1.0, 1.0) translate(0%, 0%); }
95% { transform: scale(1.0, 1.0) translate(0%, 0%); }
100% { transform: scale(1.0, 1.0) translate(0%, 0%); }	
}
/*検索窓*/
.search-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}
.search-select,
.search-input,
.search-button {
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.select-wrapper {
  position: relative;
  width: 200px;
}
.search-select {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  appearance: none; /* 標準矢印を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="10" height="6" viewBox="0 0 10 6" xmlns="http://www.w3.org/2000/svg"><path d="M0 0l5 6 5-6H0z" fill="%23666"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 10px 6px;
}
.search-input {
  width: 166px;
}
.search-button {
  background-color: #5bc0de;
  color: white;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0 15px;
  transition: background-color 0.3s;
}
.search-button:hover {
  background-color: #31b0d5;
}
.search-button i {
  font-size: 16px;
}

/*各コンテンツ見出しh3*/
h3 {
font-size: 1.5em;
font-weight: 100;
}

/*三連バナー*/
.banner-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin: 40px 0;
}

.banner-item {
  flex: 1;
  min-width: 30%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner-item img {
  width: 100%;
  height: auto;
  display: block;
}
/* 画像のラッパーに hover を持たせる（当たり判定が安定） */
.img-wrapper{
  display:inline-block;
  /* 角丸PNGの形は画像側にあるので wrapper は角丸不要 */
  /* 影が切れるのを防ぐため overflow は付けない */
}

.img-wrapper img{
  display:block;
  transition: transform .3s ease, filter .3s ease; /* 影はfilter推奨 */
  transform-origin: center center;
  will-change: transform, filter;
}

/* 影は drop-shadow（アルファ形状に沿う） */
.img-wrapper:hover img{
  transform: scale(1.03);
  filter: drop-shadow(0 8px 20px rgba(0,0,0,.15));
}

/* スマホ（768px以下）は縦並び */
@media screen and (max-width: 768px) {
  .banner-row {
    flex-direction: column;
  }

  .banner-item {
    width: 100%;
  }
}
/*Xバナー*/
/* 画像だけが反応（角丸は強制しない） */
.x-banner-hover a { 
  display: inline-block;        /* a の当たり判定を画像サイズに近づける */
}

.x-banner-hover a img,
img.x-banner-hover {
  display: block;               /* 行の余白を消す */
  width: 100%;
  height: auto;
  transition: transform .3s ease, box-shadow .3s ease;
  will-change: transform;
}

/* hover 本体：画像だけが浮く */
.x-banner-hover a img:hover,
img.x-banner-hover:hover {
  transform: scale(1.03) translateY(-3px);
  box-shadow: 0 8px 16px rgba(0,0,0,.15);
}

.footer_bg{
background-color: #FFFFF0 !important;
}




/* ========== Slider polish ========== */

/* スライダー内＆バナー等の画像：横幅100%、縦は自動、角丸 */
#slider img,
.slider-area .bx-viewport img,
.banner-row .img-wrapper img,
img.responsive-rounded {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  /*border-radius: 14px !important;    角丸は画像側に */
  object-fit: contain !important;    /* トリミングしない */
}

/* width/height 属性が埋め込まれている場合の保険 */
#slider img[width],
#slider img[height],
img.responsive-rounded[width],
img.responsive-rounded[height]{
  max-width: 100% !important;
  height: auto !important;
}

/* bxSlider の装飾だけリセット（※高さは触らない） */
.slider-area .bx-wrapper,
.slider-area .bx-viewport {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  /* height: auto !important; ← これを削除/無効化 */
  max-width: 100% !important;
}

/* スライダーの外枠に影を付ける（1か所だけ） */
.slider-area {
  position: relative;
  /*border-radius: 14px;                  影の角も丸くしたいので親にも角丸 */
  box-shadow: 0 10px 24px rgba(0,0,0,.08);
  background: transparent;             /* お好みで #fff でもOK（影がくっきり見える） */
}

/* 影をここに付けないように明示しておく（今の設計通りでOK） */
.slider-area .bx-wrapper,
.slider-area .bx-viewport {
  box-shadow: none !important;
}

/* リセット */
.bx-wrapper .bx-viewport {
  left: 0px !important;
}










/* ====== Add to Cart（既存 .btn .btn-lg .btn-addcart を着せ替え） ====== */
button.btn.btn-lg.btn-addcart,
input[type="submit"].btn.btn-lg.btn-addcart{
  -webkit-appearance:none; appearance:none;
  position: relative;
  display: inline-flex; /* 中のアイコンとテキストを横並び */
  align-items: center;
  gap: 8px;
  font: 700 16px/1 "Kosugi Maru", system-ui, sans-serif;
  color: #333 !important;
  font-weight:normal !important;

  /* 右側に矢印分の余白を確保 */
  padding: 14px 52px 14px 18px !important;

  border-radius: 12px !important;            /* 角丸 */
  border: 2px solid #26a5b9 !important;      /* 外枠（青緑） */
  background-color: #fff7e8 !important;      /* クリーム地 */

  /* “土台”の影（下に厚み）＋ふわっと影 */
  box-shadow: 0 6px 0 #1a8a9c, 0 3px 10px rgba(0,0,0,.10) !important;

  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform .12s ease, box-shadow .12s ease, background-position .35s ease;

  /* 背景レイヤー：右矢印 / 上パッチ / 下パッチ / クリーム */
  background-image:
  url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23333" d="M8 5l8 7-8 7V5z"/></svg>'),
  /* 上のパッチ（24px刻み・全9色＝216pxで1サイクル） */
  repeating-linear-gradient(90deg,
    #f6b76f 0 24px,   #a2b2db 24px 48px,
    #d5abcf 48px 72px, #f6b66e 72px 96px,
    #f2b6d2 96px 120px, #abd6ae 120px 144px,
    #d6abcf 144px 168px, #a2b3db 168px 192px,
    #f6b76f 192px 216px
  ),
  /* 下のパッチ（24px刻み・全9色＝216pxで1サイクル） */
  repeating-linear-gradient(90deg,
    #a2b3db 0 24px,   #abd6ae 24px 48px,
    #f2b7d1 48px 72px, #a2b2db 72px 96px,
    #aad6ae 96px 120px, #f6b66e 120px 144px,
    #a2b3da 144px 168px, #abd6ae 168px 192px,
    #d6accf 192px 216px
  ),
  linear-gradient(#fff7e8,#fff7e8);

background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
background-size: 12px 12px, 100% 8px, 100% 8px, auto;
background-position: right 16px center, left top, left bottom, 0 0;
}
/* ホバー/アクティブ */
button.btn.btn-lg.btn-addcart:hover,
input[type="submit"].btn.btn-lg.btn-addcart:hover{
  transform: translateY(-1px);
  background-position: right 12px center, left top, left bottom, 0 0; /* 矢印を少し動かす */
  box-shadow: 0 7px 0 #1a8a9c, 0 6px 16px rgba(0,0,0,.14);
}
button.btn.btn-lg.btn-addcart:active,
input[type="submit"].btn.btn-lg.btn-addcart:active{
  transform: translateY(3px);
  box-shadow: 0 3px 0 #1a8a9c, 0 2px 8px rgba(0,0,0,.12);
}

/* フォーカスリング（キーボード操作向け） */
button.btn.btn-lg.btn-addcart:focus-visible,
input[type="submit"].btn.btn-lg.btn-addcart:focus-visible{
  outline: 3px solid rgba(32,187,236,.35);
  outline-offset: 2px;
}

/* 無効時 */
button.btn.btn-lg.btn-addcart:disabled,
input[type="submit"].btn.btn-lg.btn-addcart:disabled{
  opacity: .6; cursor: not-allowed;
  box-shadow: 0 6px 0 #98b6bc, 0 3px 10px rgba(0,0,0,.06) !important;
}

/* モバイルは全幅にしたい場合（任意） */
@media (max-width: 768px){
  button.btn.btn-lg.btn-addcart,
  input[type="submit"].btn.btn-lg.btn-addcart{
    width: 100%;
    justify-content: center;
  }
}


/* 「商品一覧」の既存FAアイコンを消す */
.nav-global a[href*="mode=srh"] .fa-boxes-stacked{
  display: none !important;
}

/* 2) 代わりに画像アイコンを表示（テキスト左） */
.nav-global a[href*="mode=srh"]{
  position: relative; 
}
.nav-global a[href*="mode=srh"]::before{
  content: "";
  display: inline-block;
  width: 15px;          
  height: 18px;
  margin-right: 5px;     
  vertical-align: -4px;  
  background: no-repeat center/contain
    url("https://img07.shop-pro.jp/PA01386/865/etc_base64/MjUwOTAxX3N0b3JlX2ljb24.png?cmsp_timestamp=20250901162019"); 
}

.section-header h2 {
margin: 0;
color: #333;
display: flex;
align-items: center;
font-size: 18px;
font-weight: normal !important;
}

.section-header {
display: flex;
align-items: center;
background-color: #f2f8fb;
border-left: 8px solid #4db6e2;
border-radius: 6px;
padding: 10px 15px;
margin: 0 0 20px 0;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.section-header .icon {
margin-right: 10px;
}