@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: ;
      font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  line-height: 2 !important;
}


.pc-BN a:hover img {margin-bottom:5px; opacity: 0.8;}
.pc-BN a img {margin-bottom:5px; transition: opacity 0.3s ease-out;}

    a:link { color: #333;  text-decoration:none;} /*未訪問のリンク*/
    a:visited { color: #333; } /*訪問済みのリンク*/
    a:hover { color: #a5a5a5; } /*ポイント時のリンク*/
    a:active { color: #a5a5a5; } /*選択中のリンク*/


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

/*
 * 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;
  }

/*
 * 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: #ededed;
}

/* 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: 0px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 0px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 0px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 0px; }
.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: 8px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 0px; }
.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: 0px solid #eee; }
.bor_r_1 { border-right: 0px solid #eee; }
.bor_b_1 { border-bottom: 0px solid #eee; }
.bor_l_1 { border-left: 0px 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); }
}




/* 追加 */
.p { line-height:1.8em; margin:0 0 2em 0;}
.p2 { line-height:2.2em; margin:0 0 2em 0; }
h1 { font-size:150%; }
h2 { font-size:190%; line-height: 1.5; font-weight: normal;}
h3 { font-size: 130%; background: #fff; padding: 0em 0 0.2em 0; font-weight: normal; margin-top: 50px;
color: #000; border-bottom: solid 5px #eaeaea;}
h4 { font-size: 110%;
color: #DB7EAE;
margin: 30px 0 8px 0;}
h5 { font-size:100%;   margin: 10px 0 8px 0;}
h6 { font-size:14px; width:400px; text-align:center; margin-bottom: 10px; background: #fffe8f; padding: 0.2em;font-weight: normal;}

.boder {border-bottom: 1px solid #ccc; font-size: 130%; padding: 28px 0 8px 0;}

.eee { font-size: 105%;}

.datail{ font-size:12px !important; line-height:1.2em; margin: 5px 0 50px 0;}

.datail td, .datail th {
    border: 1px solid #ccc;
    padding: 5px;
    line-height: 1.5;
}


.btn-lg {
padding: 20px 100px !important;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
font-size: 18px !important;
border: 0 !important;
background-color: #DB7EAE !important;
color: #fff !important;
margin-bottom: 50px;
}

.btn-lg:hover {
    background: #E39DC1 !important;
}


.space { padding: 20px 0;}

.img-top {padding-top: 20px;}
.img-bottom {padding-bottom: 20px;}


.txt-white { color: #fff;}


.center { text-align:center ;}

.red { display: none;}

.size {color:#DB7EAE; }

.q {color:#DB7EAE; font-size:110%; font-weight: bold; margin-bottom: 5px;}

.a { margin-bottom: 30px;}

.history{ border-bottom: 1px solid #ccc; font-size: 130%; padding: 28px 0 8px 0; margin-top: 80px;}

.side-menu { border-bottom: 1px solid #ccc; font-size: 120%; font-weight:lighter; padding: 28px 0 8px 0; }

.lp-1 {
background: #333;
padding: 0.3em;
text-align: center;
font-size: 190%;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
border-radius: 0px;
color: #fff;
margin: 30px;
}

.lp-2{
font-size: 170%;
text-align: center;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
background: #ffff00;
padding: 20px;
border-radius: 160px;
}

.lp-3{
font-size: 190%;
margin: 20px 20px 30px 20px;
text-align: center;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
  }

.lp-4{
font-size: 160%;
text-align: center;
font-weight: bold;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
  }


.lp-1g {
background: #333;
padding: 0.3em;
text-align: center;
font-size: 190%;
font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
border-radius: 0px;
color: #fff;
margin: 30px;
}

.lp-2g{
font-size: 170%;
text-align: center;
background: #ffff00;
padding: 20px;
border-radius: 160px;
}

.lp-3g{
font-size: 190%;
margin: 40px 20px 30px 20px;
text-align: center;
  font-weight: normal;
  }

.lp-4g{
font-size: 160%;
text-align: center;
font-weight: bold;
  }



.lp-btn {
background: #DB7EAE;
padding: 0.5em;
text-align: center;
font-size: 190%;
font-family: "&#222;&#226;&#204;&#192;&#196;&#171;", YuMincho, "\&#210;\&#233;\&#174;\&#206;&#204;&#192;&#196;&#171; ProN W3", "Hiragino Mincho ProN";
border-radius: 10px;
color: #fff;
margin-top: 60px;
}

.square_btn {
  font-size:108%;
    display: inline-block;
    padding:0.7em 3em;
    text-decoration: none;
    border-radius: 9px;
    transition: .4s;
    background: #A4A4A4;
  margin:30px;
}

.square_btn:hover {
    background: #bbbbbb;
}

.new { color: #DB7EAE; }


.my-account { color: #DB7EAE;/*文字色*/
padding: 0.6em 0;/*上下の余白*/
border-top: solid 3px #fff;/*上線*/
border-bottom: solid 3px #333;/*下線*/}


/*よくある質問アコーディオン*/
.acd-check{
    display: none;
}
.acd-label{
    background: #fff;
    color: #DB7EAE;
    display: block;
    margin-bottom: 1px;
    padding: 26px 0 8px 10px;
    font-weight: bold;
}
.acd-content{
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .2s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}
/*よくある質問アコーディオン*/

.kometxt-top {
    display: none;
}


.kometxt-td {
    color: #000;   
}

.kometxt-un {
    color: #DB7EAE;
}


.teikibin {
    padding:0 0 3em 0;
}

.teikibin2 {
    padding:0 0 2em 0;
}

.bold {
  font-weight: bold;
  margin: 1em 0 0.3em 0 !important;
}


.button--orange {
  background: #464646 !important;
  color: #fff;
}

.top-logo{
  width: 30%;
}


.button-22 a {
   font-family: 'Noto Sans JP', serif;
font-size: 22px;
  letter-spacing: 0.1em;
  color: #333;

  outline: 1px solid #333;
  display: block;
  position: relative;
  box-sizing: border-box;
  max-width: 500px;
  text-align: center;
  padding: 33px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  z-index: 999;
  transition: all 0.3s;
}

.button-22 a::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 100%;
  height: 100%;
  background: #fff3f8;
  z-index:-999;
  transition: all 0.3s ease;
}

.button-22 a:hover::before {
  top: 0;
  left: 0;
  transition: all 0.3s;
}


.kome-txtL {
  color: #E85FA5;
  font-size: 120% !important;
  margin-bottom: 1em !important;
}
