@charset "euc-jp";


body {
  color: #464e54;
}
a {
  color: #464e54;
}
a:hover {
  color: #5e5e5e;
}

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
html,body{
     height:100%;
}
p {
    -webkit-text-size-adjust: 100%;
}
em {
    font-style: normal;
}
img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
a img {
     -webkit-transition: opacity 0.2s ease-in-out;
        -moz-transition: opacity 0.2s ease-in-out;
         -ms-transition: opacity 0.2s ease-in-out;
          -o-transition: opacity 0.2s ease-in-out;
             transition: opacity 0.2s ease-in-out;
}
a img:hover {
     opacity: 0.8;
}
.oh {
  overflow: hidden;
}
.em-1 {
  color: #B48B34;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 15px;
  padding-top: 5px;
}
.red {
  color: red;
}
.bold {
  font-weight: bold;
}
.clearfix {
  display: block;
  clear: both;
}
.attention {
  padding: 10px;
  border: 1px solid #f00;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #f00;
}

/*
 * layout
 */
#wrapper {
  width: 100%;
  min-width: 1055px;
}
@media (max-width: 980px) {
  #wrapper {
    min-width: auto;
  }
}

#main-content {
  min-height: 300px;
  position: relative;
  padding-top: 15px;
}
#main-content:before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "";
  width: 100%;
  height: 215px;
  z-index: 8000;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFB741), color-stop(100%, #FFFFFF));
  background-image: -moz-linear-gradient(top, #FFB741 0%, #FFFFFF 100%);
  background-image: -webkit-linear-gradient(top, #FFB741 0%, #FFFFFF 100%);
  background-image: linear-gradient(to bottom, #FFB741 0%, #FFFFFF 100%);
}
#main-content .row {
  position: relative;
  z-index: 8001;
}

.page-top #main-content,
#tbc-ranking {
  box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
} 


/*
 * contents
 */

#contents {
  float: right;
  padding-left: 30px;
  padding-right: 0px;
  letter-spacing: 0.8px;
}
#contents h2 {
  margin-top: 0;
}
#contents .topicpath-nav {
  margin-bottom: 5px;
}
#contents .topicpath-nav li {
  padding: 0;
}
#contents .topicpath-nav a {
  margin-left: 5px;
}
.lp-contents {
  float: none!important;
}

.in {
  width: 1045px;
  margin-left: auto;
  margin-right: auto;
}
.in-2 {
  padding-left: 10px;
  padding-right: 10px;
}

#pankuzu ul {
  padding: 0 0 10px 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
}
#pankuzu li {
  display: inline-block;
  vertical-align: top;
}
#pankuzu li:after {
  content: ">";
  padding-left: 5px;
  padding-right: 5px;
}
#pankuzu li:last-child:after {
  display: none;
}
.topicpath-nav {
  display: none;
}

@media (max-width: 980px) {
  #pankuzu {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sp-in {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/**
 * header
 */
#header {
  position: relative;
  padding-bottom: 5px;
  background-position: left top;
  background-repeat: repeat;
  background-image: url('https://file001.shop-pro.jp/PA01193/131/d1/img/bg_rep.png');
  box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
  z-index: 9000;
}
#header-in {
  position: relative;
}
#header-logined {
  text-align: right;
  padding: 5px 5px 0 5px;
}
#header-logo {
  width: 50%;
  padding-top: 20px;
}
#pc-header-bnr {
  position: absolute;
  top: 5px;
  right: 225px;
}
#pc-header-bnr img {
  margin-right: 10px;
}
#pc-header-user-area {
  position: absolute;
  top: 5px;
  right: 2px;
  overflow: hidden;
}
#pc-header-user-area a:hover {
  text-decoration: none;
}
#pc-header-user-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left;
  margin-right: 2px;
}
#pc-header-user-area #phua-cart {
  float: right;
}
#pc-header-user-area li {
  padding-bottom: 2px;
}
#sp-header-user-area {
  width: 45%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
#sp-header-user-area ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
#sp-header-user-area li {
  width: 30%;
  float: left;
  margin-right: 5px;
}
#sp-header-user-area li:last-child {
  margin-right: 0;
}
#sp-header-nav {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  background-color: #FFF3E8;
  overflow-y: auto;
}
.shn-a {
  position: relative;
  display: block;
  padding: 15px 25px;
}
a.shn-a:after {
  display: block;
  content: "";
  width: 6px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/icon_li_white.png);
}
.shn-1 {
  border: 1px solid #5B9F3E;
  background-color: rgba(112, 187, 81, 0.5);
}
.shn-2 {
  border: 1px solid #ADD84B;
  background-color: rgba(184, 220, 96, 0.5);
}
.shn-3 {
  border: 1px solid #FFE31E;
  background-color: rgba(255, 233, 87, 0.5);
}
.shn-4 {
  border: 1px solid #FBCA59;
  background-color: rgba(251, 209, 109, 0.5);
}
.shn-5 {
  border: 1px solid #FF9A11;
  background-color: rgba(255, 166, 50, 0.5);
}
.shn-6 {
  border: 1px solid #CEA74A;
  background-color: rgba(215, 183, 106, 0.5);
}
.shn-7 {
  border: 1px solid #E04143;
  background-color: rgba(224, 65, 67, 0.5);
}
.shn-8 {
  border: 1px solid #FFB3D9;
  background-color: rgba(255, 232, 243, 0.5);
}
.shn-nav {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.shn-nav li {
  width: 50%;
  border-bottom: #FF9933 1px dotted;
  border-right: #FF9933 1px dotted;
}
.shn-nav li:nth-child(2n) {
  border-right: none;
}
.shn-nav li a {
  display: block;
  padding: 15px;
}
.shn-nav li span {
  display: inline-block;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/icon_li_orange.png);
}
#shn-search {
  margin-top: 20px;
}
#sp-nav-close {
  width: 80%;
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  background-color: #B8DC60;
  border: #ADD84B 1px solid;
  font-size: 18px;
}

/**
 * Pc Menu
 */
#pc-header-menu {
  padding-top: 15px;
}
#pc-header-menu ul {
  margin: 0;
}
#pc-header-menu li {
  padding: 0;
}
#pc-header-menu li .phm-nav {
  display: inline-block;
  width: 145px;
  height: 47px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: left top;
}
#pc-header-menu li .phm-nav:hover {
  background-position: left -47px;
}
#pc-header-menu .phm-nav-1  {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/gnav01_m.png);
}
#pc-header-menu .phm-nav-2  {
  width: 147px!important;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/gnav02_m.png);
}
#pc-header-menu .phm-nav-3  {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/gnav03_m.png);
}
#pc-header-menu .phm-nav-4  {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/gnav04_m.png);
}
#pc-header-menu .phm-nav-5  {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/gnav05_m.png);
}
#pc-header-menu .phm-nav-6  {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/gnav06_m.png);
}
#pc-header-menu .phm-nav-7  {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/gnav07_m.png);
}
.tg-li {
  cursor: pointer;
  position: relative;
}
.tg-li ul {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  margin: auto;
  border: 1px solid #5B9F3E;
  list-style: none;
  z-index: 9000;
}
.tg-li ul li {
  border-bottom: 1px solid #5B9F3E;
}
.tg-li ul li:last-child {
  border-bottom: none;
}
.tg-li ul li a {
  display: block;
  text-align: center;
  padding: 10px 0;
  background-color: #B7DDA8;
  
}
.tg-li ul li a:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #70BB51;
}

/*
 * side
 */
#side {
  width: 250px;
}
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}
.search-box {
  text-align: center;
  border: #EBEBEB 3px solid;
  padding: 10px 5px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFFFFF), color-stop(100%, #DDDDDD));
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #DDDDDD 100%);
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #DDDDDD 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #DDDDDD 100%);
}
.side-search-keyword {
  width: 155px;
}
.search-box a {
  display: inline-block;
  margin-bottom: 5px;
}
.search-box form {
  margin-bottom: 0;
}
#side-bnr ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#side-bnr li {
  margin-bottom: 5px;
}

/**
 * Footer
 */
#footer {
  font-size: 12px;
}
#guide {
  letter-spacing: 0.8px;
  overflow: hidden;
  padding-top: 25px;
  padding-bottom: 145px;
  background-position: left top;
  background-repeat: repeat;
  background-image: url('https://file001.shop-pro.jp/PA01193/131/d1/img/bg_rep.png');
}
#sp-guide-tg {
  position: relative;
  font-size: 14px;
}
#sp-guide-tg:after {
  display: inline-block;
  content: "¢§";
  position: absolute;
  width: 15px;
  height: 27px;
  top: 0;
  bottom: 0; 
  right: 0;
  margin: auto 0;
}
#sp-guide-tg.sp-guide-tg-open:after {
  content: "¢¥";
}
#guide-left, #guide-right {
  width: 500px;
}
#guide-left {
  float: left;
}
#guide-right {
  float: right;
}
.guide-content-in {
  padding: 10px;
  background-color: #FFF;
  border: 1px solid #D6D6D6;
}
.guide-content h3 {
  position: relative;
  z-index: 7000;
  background-repeat: repeat;
  background-position: left top;
  background-image: url('https://file001.shop-pro.jp/PA01193/131/d1/img/guide_stitle_bg.png');
  color: #FFF;
  padding: 5px 10px 5px 58px;
  margin: 0;
}
.guide-content h3:before {
  position: absolute;
  z-index: 7001;
  display: block;
  content: "";
  left: 8px;
  top: -6px;
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  background-position: left top;
}
#guide #guide-1 h3:before {
  background-image: url('https://file001.shop-pro.jp/PA01193/131/d1/img/guide_stitle01.png');
}
#guide #guide-2 h3:before {
  background-image: url('https://file001.shop-pro.jp/PA01193/131/d1/img/guide_stitle02.png');
}
#guide #guide-3 h3:before {
  background-image: url('https://file001.shop-pro.jp/PA01193/131/d1/img/guide_stitle03.png');
}
#guide #guide-4 h3:before {
  background-image: url('https://file001.shop-pro.jp/PA01193/131/d1/img/guide_stitle04.png');
}
.guide-content dl {
  margin-bottom: 0px;
}
.guide-content dd {
  margin-left: 0;
  padding-bottom: 5px;
}
.img-note {
  display: block;
  padding-top: 10px;
}
#pc-footer-1 {
  padding: 10px;
  background-color: #945A2A;
}
#pc-pagetop {
  position: absolute;
  top: -195px;
  right: -165px;
}
@media (max-width: 1375px) {
  #pc-pagetop {
    display: none;
  } 
}
#pc-pagetop a {
  display: block;
  width: 211px;
  height: 131px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url('https://file001.shop-pro.jp/PA01193/131/d1/img/bnt_pagetop_on.png');
}
.pc-pagetop-off {
  background-position: left -131px;
}
.pc-pagetop-on {
  background-position: left top;
}
#pc-footer-1-in {
  position: relative;
}
#pc-footer-1-in #f_top_bg {
  position: absolute;
  top: -113px;
  right: 0;
}
#pc-footer-2 {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFFFFF), color-stop(100%, #FFB741));
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #FFB741 100%);
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #FFB741 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #FFB741 100%);
}
#pc-footer-2-in {
  padding-top: 25px;
  padding-bottom: 5px;
}
#pc-footer-2-in p {
  margin-bottom: 25px;
}
#pc-footer-2-in ul {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  margin-left: 15px;
  list-style: none;
}
#pc-footer-2-in ul li {
  display: inline-block;
  vertical-align: top;
}
#pc-footer-2-in ul ul {
  display: inline-block;
}
#pc-footer-2-in ul ul li {
  margin-right: 10px;
}
#pc-footer-2-in .pf2-ul li {
  width: 167px;
}
#pf2-btm {
  overflow: hidden;
  padding-top: 15px;
}
#pf2-btm a {
  margin-right: 15px;
}
#pf2-btm #copyright {
  float: right;
}
#sp-footer-bnr ul {
  padding: 15px 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
#sp-footer-bnr li {
  width: 49%;
  max-width: 367px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 1%;
}
#sp-footer-bnr li:nth-child(2n) {
  margin-right: 0;
}
#sp-footer-search {
  background-color: #F2F2F2;
  text-align: center;
  padding: 10px;
}
#sp-footer-search form {
  margin-bottom: 0;
}
#sp-footer-user-links ul {
  padding: 10px;
  margin: 0;
  list-style: none;
  display: flex;
  text-align: center;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}
#sp-footer-user-links li {
  width: 32%;
  display: inline-block;
}
#sp-footer-address {
  background-color: #494529;
  color: #FFF;
  padding: 10px;
}
#sp-footer-address p:last-child {
  margin-bottom: 0;
}
#sp-footer-nav .shn-nav-2 {
  border-top: #FF9933 1px dotted;
  margin-top: 20px;
}
/*#sp-footer-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#sp-footer-nav li {
  width: 50%;
  border-bottom: #494529 1px dotted;
  border-right: #494529 1px dotted;
}
#sp-footer-nav li:nth-child(2n) {
  border-right: none;
}
#sp-footer-nav li a {
  display: block;
  padding: 15px;
}
#sp-footer-nav li span {
  display: inline-block;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/icon_li_green.png);
}*/
#sp-footer-btm {
  position: relative;
  padding-top: 35px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/sp_f_bg.png);
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}
#sp-fixed-footer {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9998;
}
#sp-footer-pagetop {
  display: inline-block;
  width: 192px;
}
#sp-copyright {
  position: absolute;
  bottom: 0;
  left: 5px;
  color: #FFF;
}

/**
 * Slide
 */
#main-slide {
  position: relative;
  z-index: 8001;
  text-align: center;
}
.bx-wrapper {
  margin-bottom: 55px!important;
  border: none!important;
  background: transparent!important;
  -webkit-box-shadow: none!important;
          box-shadow: none!important;
}
.bx-wrapper ul {
  padding: 0;
  margin: 0;
}
#main-pc-silde {
  position: relative;
}
#main-pc-silde-in {
  opacity: 0;
}
#main-pc-silde .bx-wrapper {
  max-width: 780px!important;
}
#pc-bx-pager {
  position: absolute;
  top: 0;
  right: 0;
}
#pc-bx-pager a {
  display: block;
  margin-bottom: 17px;
}
#pc-bx-pager a:last-child {
  margin-bottom: 0;
}
#main-sp-silde {
  overflow: hidden;
}
#main-sp-silde .bx-wrapper {
  width: 80%;
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
}
#main-sp-silde .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
#main-sp-silde .bx-wrapper li {
  text-align: center;
  padding-left: 15px;
}

/**
 * Top Btm Content
 */
#tbc-kodawari h2 {
  margin-bottom: 0;
}
#tbc-kodawari-wr {
  padding-top: 40px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/kodawari_bg.png);
}
#tbc-kodawari-content {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border: #D8B767 3px solid;
  background-color: rgba(255, 255, 255, 0.8);
}
#tbc-kodawari-content h3 {
  text-align: center;
  font-size: 22px;
}
#tbc-kodawari-content p {
  line-height: 1.8;
  font-size: 16px;
}
#tbc-kodawari-content em {
  font-size: 18px;
  font-style: normal;
}

/**
 * Ranking
 */
.ranking-ul {
  padding: 0;
  padding-bottom: 25px;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.ranking-ul li {
  width: 200px;
}
.ranking-ul .ranking-head .rarankingnk-num-icon {
  text-align: center;
  margin-bottom: 10px;
}
.ranking-ul .ranking-head .rarankingnk-num-icon span {
  display: inline-block;
  content: "";
  background-repeat: no-repeat;
  background-position: left top;
  width: 56px;
  height: 42px;
}
.ranking-ul .ranking-img {
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  border: 2px solid #E3E3E3;
  background-repeat: no-repeat;
  background-position: center;
}
.ranking-ul .ranking-img:hover {
  opacity: 0.8;
}
.ranking-ul .ranking-name {
  min-height: 45px;
  color: #0076EB;
}
.ranking-ul .ranking-price {
  color: #CC0000;
  text-align: right;
  padding-top: 15px;
  font-size: 12px;
}
.ranking-ul .ranking-link {
  text-align: center;
  padding-top: 15px;
}
.ranking-ul li:nth-child(1) .ranking-img{
  border-color: #C69218;
}
.ranking-ul li:nth-child(1) .rarankingnk-num-icon span {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/ranking_t01.png);
}
.ranking-ul li:nth-child(2) .ranking-img{
  border-color: #8C8C8C;
}
.ranking-ul li:nth-child(2) .rarankingnk-num-icon span {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/ranking_t02.png?v=1);
}
.ranking-ul li:nth-child(3) .ranking-img{
  border-color: #852C2C;
}
.ranking-ul li:nth-child(3) .rarankingnk-num-icon span {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/ranking_t03.png);
}
.ranking-ul li:nth-child(4) .rarankingnk-num-icon span {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/ranking_t04.png);
  background-position: left 17px;
}
.ranking-ul li:nth-child(5) .rarankingnk-num-icon span {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/ranking_t05.png);
  background-position: left 17px;
}

@media (max-width: 980px) {
  .ranking-ul {
    display: block;
  }
  .ranking-ul li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .ranking-ul .ranking-head {
    float: left;
  }
  .ranking-ul .ranking-img {
    width: 100px;
    height: 100px;
    -webkit-background-size: contain;
         -o-background-size: contain;
            background-size: contain;
  }
  .ranking-ul .ranking-head .rarankingnk-num-icon {
    display: none;
  }
  .ranking-ul .ranking-content {
    margin-left: 110px;
    border-bottom: #A8A8A8 1px dotted;
    padding-bottom: 10px;
    display: flex;
  }
  .ranking-ul .ranking-content .ranking-content-1 {
    padding-right: 10px;
  }
  .ranking-ul .ranking-content .ranking-content-2 {
    width: 100%;
  }
  .ranking-ul .ranking-content .rarankingnk-num-icon span {
    display: inline-block;
    content: "";
    background-repeat: no-repeat;
    background-position: left top;
    width: 56px;
    height: 42px;
  }
  .ranking-ul .ranking-name {
    min-height: auto;
  }
  .ranking-ul .ranking-link {
    text-align: right;
  }
  .ranking-ul li:nth-child(4) .rarankingnk-num-icon span {
    /*margin-top: -10px;*/
    background-position: left top;
  }
  .ranking-ul li:nth-child(5) .rarankingnk-num-icon span {
    /*margin-top: -10px;*/
    background-position: left top;
  }
  #tbc-kodawari-wr {
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
  }
}

/**
 * Sub Page
 */
#page-main-title h2 {
  text-align: center;
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.page-main-image {
  margin-bottom: 25px;
}
.img-content-l, .img-content-r {
  overflow: hidden;
}
.img-content-l .ic-img img,
.img-content-r .ic-img img,
.img-content-b .ic-img img {
  display: inline-block;
  margin-bottom: 15px;
}

.img-content-l .ic-img {
  letter-spacing: 0;
  float: left;
  padding-right: 25px;
}

.img-content-r .ic-img {
  letter-spacing: 0;
  float: right;
  padding-left: 25px;
}

.img-content-b .ic-img {
  letter-spacing: 0;
  padding-top: 15px;
}

@media (max-width: 980px) {
  #page-main-title h2 {
    text-align: left;
    padding-left: 25px;
    padding-right: 10px;
    background-color: #FFF;
    font-size: 16px;
    border-bottom: #A8A8A8 1px dotted;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: 5px 14px;
    background-repeat: no-repeat;
    background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/sp_icon_list.png);
    -webkit-background-size: 15px auto;
         -o-background-size: 15px auto;
            background-size: 15px auto;
  }
  .img-content-l .ic-img,
  .img-content-r .ic-img,
  .img-content-b .ic-img {
    text-align: center;
    float: none;
    padding: 0;
  }
}

/**
 * Title
 */
.h-1 {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding-left: 35px;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/title_h3.png);
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.h-2 {
  font-size: 18px!important;
  height: 60px;
  line-height: 60px;
  padding-left: 50px;
  text-align: left!important;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/syousai_title_h2.png);
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.h-3 {
  line-height: normal;
  padding: 10px 15px;
  font-size: 14px;
  color: #FFF;
  background-repeat: repeat;
  background-position: left top;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/guide_stitle_bg.png);
}
.h-4 {
  font-size: 16px;
  padding: 10px 15px;
  /*background-color: #E3E1D5;*/
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2ebe6+0,e3e1d5+100 */
  background: #f2ebe6; /* Old browsers */
  background: -moz-linear-gradient(top, #f2ebe6 0%, #e3e1d5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f2ebe6 0%,#e3e1d5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f2ebe6 0%,#e3e1d5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ebe6', endColorstr='#e3e1d5',GradientType=0 ); /* IE6-9 */
}
.h-5 {
  padding: 10px 10px;
  background-color: #e43860;
  line-height: normal;
  color: #FFF;
  font-weight: bold;
}
.h-pmt {
  padding: 10px;
  line-height: normal;
  border: #D8B97A solid 3px;
  background-color: #F4EBD5;
  background-repeat: repeat;
  background-position: left top;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/etc_title_bg.gif);
}
.h-pmt span {
  display: inline-block;
  position: relative;
  min-height: 30px;
  padding-left: 40px;
  padding-right: 40px;
  font-family:"¥Ò¥é¥®¥Î´Ý¥´ Pro W4","¥Ò¥é¥®¥Î´Ý¥´ Pro","Hiragino Maru Gothic Pro","¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro","HG´ÝŽºŽÞŽ¼Ž¯Ž¸M-PRO","HGMaruGothicMPRO";
}
.h-pmt span:before, .h-pmt span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  content: "";
  display: inline-block;
  width: 28px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/f_icon_tomato.png);
}

.h-pmt span:before {
  left: 0;
}

.h-pmt span:after {
  right: 0;
}

@media (max-width: 980px) {
  .h-1 {
    background: none;
    background-color: #FBF8F1;
    text-align: center;
    line-height: normal;
    height: auto;
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .h-2 {
    height: auto;
    line-height: normal;
  }
  .h-pmt {
    border: none;
  }
  .h-pmt span {
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
  }
  .h-pmt span:before,
  .h-pmt span:after {
    display: none;
  }
}

/**
 * page top
 */
.page-top #top-bnr a {
    display: inline-block;
    margin-bottom: 10px;
}
.page-top #top-category {
    margin-top: 15px;
}
.page-top #top-category ul {
    padding: 15px 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.page-top #top-category li {
    width: 230px;
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
}
.page-top #top-category li:nth-child(3n){
    margin-right: 0;
}

#important-notice {
  border: #DDBE6F 2px solid;
  margin-top: -20px;
  margin-bottom: 35px;
  background-color: #FFF;
}
#important-notice h2 {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -13px;
  background-color: #FFF;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
}
#important-notice h2 span {
  color: #BF0D19;
}
#important-notice-in {
  padding: 15px;
}

@media (max-width: 980px) {
    .page-top #top-category li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 0;
    }
    #important-notice {
      width: 98%;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 15px;
    }
    #important-notice h2 {
      width: auto;
      margin: 0;
      padding-top: 15px;
    }
}

/**
 * Subpage
 */
.pa-p-1 {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/**
 * product list
 */
.product-wr {
  padding: 10px;
  background-color: #FFF;
}
.product-category-nav {
  height: 30px;
  list-style: none;
  overflow: hidden;
  text-align: center;
  margin: 0;
}
.product-category-nav li {
  display: inline-block;
  vertical-align: top;
}
.product-category-nav li a {
  width: 120px;
  height: 30px;
  display: block;
  text-indent: -9999px;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
       -o-background-size: contain;
          background-size: contain;
}
.product-category-nav li:nth-child(1) a {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/category_tab01.png);
}
.product-category-nav li:nth-child(2) a {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/category_tab02.png);
}
.product-category-nav li:nth-child(3) a {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/category_tab03.png);
}
.product-category-nav li:nth-child(4) a {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/category_tab04.png);
}
.product-category-nav li:nth-child(5) a {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/category_tab05.png);
}
.product-category-nav li:nth-child(6) a {
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/category_tab06.png);
}
.pl-p-1 {
  font-size: 14px;
  padding-left: 25px;
  padding-top: 15px;
}
.product-list-ul .plu-head {
  border-top: #FEC665 3px solid;
  padding: 10px 5px;
  height: 70px;
  padding-bottom: 0;
}
.product-list-ul .plu-head a {
  display: inline-block;
  color: #0076EB!important;
  font-size: 13px;
  font-weight: bold;
  padding-left: 9px;
  background-repeat: no-repeat;
  background-position: left 5px;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/icon_li_black.png);
}
.product-list-ul .plu-img {
  float: left;
  width: 50%;
  text-align: center;
}
.product-list-ul .plu-content {
  margin-left: 50%;
  width: 50%;
  font-size: 12px;
}
.product-list-ul .plu-price {
  margin-bottom: 20px;
}
.product-list-ul .plu-s_expl {
  padding-bottom: 40px;
}
.product-list-ul .plu-s_expl .teiki,
.product-list-ul .plu-s_expl .category {
  display: none;
}
.product-list-ul .plu-more {
  margin-left: 50%;
  font-size: 12px;
}
.plu-price-red {
  color: #D0202D;
}
/**
 * product-categories
 */
#product-categories {
  padding-bottom: 25px;
}
#product-categories p {
  font-size: 75%;
  color: #664422;
  line-height: 1.5em;
}
#product-categories a {
  color: #664422;
}
#product-categories .eachCategory {
  width: 950px;
  padding: 15px 0px;
  border-bottom: 1px dotted #ddd;
}
#product-categories .eachCategory .footerLeft {
  float: left;
  width: 136px;
  text-align: left;
  font-weight: bold;
  padding-left: 10px;
}
#product-categories .eachCategory .footerRight {
  float: left;
  width: 792px;
  text-align: left;
  vertical-align: top;
  border-left: 2px solid #ddd;
  padding-left: 10px;
}
#product-categories .eachCategory .footerRight div {
  color: #664422;
  font-size: 85%;
  line-height: 1.5em;
}
#product-categories .eachCategory .footerRight a {
  float: left;
  display: block;
  margin: 2px 0;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #ddd;
  white-space: nowrap;
}
.noBorR {
  border-right: 0 none !important;
}
@media (max-width: 980px) {
  .pl-p-1 {
    padding-left: 0;
  }
  .product-category-nav {
    height: auto;
  }
  .product-category-nav li {
    margin-bottom: 5px;
    font-size: 12px;
    line-height: normal;
  }
  .product-category-nav li a {
    text-indent: 0;
    background-image: none!important;
    padding: 5px;
    text-align: center;
    color: #FFF;
    -webkit-border-radius: 3px;
            border-radius: 3px;
  }
  .product-category-nav li:nth-child(1) a {
    background-color: #FC2312;
  }
  .product-category-nav li:nth-child(2) a {
    background-color: #CC0000;
  }
  .product-category-nav li:nth-child(3) a {
    background-color: #FF6600;
  }
  .product-category-nav li:nth-child(4) a {
    background-color: #996633;
  }
  .product-category-nav li:nth-child(5) a {
    background-color: #FF6666;
  }
  .product-category-nav li:nth-child(6) a {
    background-color: #2B9531;
  }
}

/**
 * page n-kodawari
 */
#n-kodawari-content-1 {
  padding-bottom: 25px;
}
#n-kodawari-content-2 {
  padding: 15px;
  background-repeat: repeat;
  background-position: left top;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/kodawari_box_bg.gif);
}
#n-kodawari-content-2 .mtn {
  margin-top: 0;
}
#n-kodawari-content-2 .h-3 {
  margin-bottom: 0;
}
#n-kodawari-btm {
  margin-top: 40px;
  padding: 15px;
  border: #F5F5F5 5px solid;
  background-color: #FFF;
}
#n-kodawari-btm .h-3 {
  text-align: center;
  margin-top: 0;
}
#n-kodawari-btm-img {
  float: right;
  padding-left: 15px;
  padding-bottom: 15px;
}
#n-kodawari-btm-content {
  font-size: 14px;
  line-height: 1.8;
}
#n-kodawari-btm-content p {
  margin-bottom: 25px;
}
#n-kodawari-btm-content p:last-child {
  margin-bottom: 0;
}
#n-kodawari-btm .tac {
  padding-top: 15px;
  text-align: center;
}
#n-kodawari-btm .tac a {
  display: inline-block;
}
#n-kodawari-btm .tac a:first-child {
  margin-right: 10px;
}
@media (max-width: 980px) {
  #n-kodawari-btm-img {
    float: none;
    text-align: center;
    padding-left: 0;
  }
  #n-kodawari-btm .tac a {
    margin-bottom: 15px;
  }
  #n-kodawari-btm .tac a:first-child {
    margin-right: 0;
  }
}

/**
 * page keiyaku
 */
#keiyaku-btm {
  margin-top: 40px;
  padding: 15px;
  border: #FBE860 3px solid;
  background-repeat: repeat;
  background-position: left top;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/keiyakunouka_box_bg.gif);
}
#keiyaku-btm .h-3 {
  text-align: center;
  margin-top: 0;
}
#keiyaku-btm-img {
  float: left;
  padding-right: 15px;
  padding-bottom: 15px;
}
#keiyaku-btm-content {
  font-size: 14px;
  line-height: 1.6;
}
#keiyaku-btm-content em {
  font-style: normal;
  font-weight: bold;
}
@media (max-width: 980px) {
  #keiyaku-btm-img {
    float: none;
    text-align: center;
    padding-right: 0;
  }
}

/**
 * page teikibin
 */
#teikibin-main {
  box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.4);
  padding-bottom: 25px;
}
#page-teikibin .ptb-h {
  margin-bottom: 40px;
}
#page-teikibin .ptb-contnt {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fefdfb+100 */
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #fefdfb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#fefdfb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#fefdfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fefdfb',GradientType=0 ); /* IE6-9 */
  box-shadow: 0px 4px 4px -4px rgba(0,0,0,0.4);
  padding-bottom: 50px;
  margin-top: 35px;
}
#page-teikibin #ptb-contnt-1 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#page-teikibin #ptb-contnt-1 li {
  margin-bottom: 10px;
}
#page-teikibin #ptb-contnt-1 .visible-desktop ul {
  width: 1025px;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#page-teikibin #ptb-contnt-1 .tac {
  padding-top: 15px;
  text-align: center;
}
#page-teikibin #ptb-contnt-2 .visible-desktop ul,
#page-teikibin #ptb-contnt-2 .hidden-desktop ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#page-teikibin #ptb-contnt-2 .visible-desktop ul {
  display: flex;
  -webkit-justify-content: space-around;
          justify-content: space-around;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#page-teikibin #ptb-contnt-2 .visible-desktop li {
  position: relative;
  width: 480px;
  margin-bottom: 25px;
}
#page-teikibin #ptb-contnt-2 .visible-desktop li a {
  width: 360px;
  position: absolute;
  bottom: 25px;
  right: 0;
  left: 0;
  margin: auto;
}
#page-teikibin #ptb-contnt-2 .hidden-desktop li {
  margin-bottom: 15px;
}
#page-teikibin #ptb-contnt-3 {
  padding-top: 15px;
}
#page-teikibin #ptb-contnt-3 #ptb-contnt-3-in {
  max-width: 1005px;
  border: #F5F5F5 5px solid;
  padding: 15px;
  background-color: #FFF;
  margin-left: auto;
  margin-right: auto;
}
#page-teikibin #ptb-contnt-3 li {
  padding-bottom: 10px;
}
.em-li {
  color: #EB1F19;
}
@media (max-width: 980px) {
  #page-teikibin .ptb-h {
    margin-bottom: 35px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

/**
 * page inquiry
 */
#inq-form {
  position: relative;
}
#inq-form a {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 40px;
}

/**
 * guide
 */
#guide-1-img {
  float: left;
}
#guide-1-content {
  margin-left: 270px;
}
#guide-2-content, #guide-3-content {
  padding-top: 15px;
}
#guide-4 ul {
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#guide-4 li {
  margin-bottom: 20px;
}
#page-guide .section .txt_r {
  padding-top: 15px;
}
@media (max-width: 980px) {
  #guide-1-img {
    float: none;
    text-align: center;
    padding: 15px 0;
  }
  #guide-1-content {
    margin-left: 0;
  }
  #guide-4 li {
    width: 48%;
    margin-bottom: 10px;
  }
}

/**
 * page qa
 */
.qa-dl {
  margin-bottom: 40px;
}
.qa-dl dt {
  position: relative;
  padding: 15px;
  padding-left: 40px;
  background-color: #FFF4E0;
  font-weight: bold;
}
.qa-dl dt:before {
  position: absolute;
  left: 10px;
  top: 13px;
  content: "Q.";
  font-size: 145%;
  padding-right: 5px;
}
.qa-dl dd {
  padding-top: 10px;
  padding-bottom: 0;
}
.qa-dl dd p:last-child {
  padding-bottom: 10px;
}
@media (max-width: 980px) {
  .qa-dl {
    margin-bottom: 0;
  }
  .qa-dl dt {
    background-color: transparent;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FAF2F5), color-stop(100%, #F7D8D7));
    background-image: -moz-linear-gradient(top, #FAF2F5 0%, #F7D8D7 100%);
    background-image: -webkit-linear-gradient(top, #FAF2F5 0%, #F7D8D7 100%);
    background-image: linear-gradient(to bottom, #FAF2F5 0%, #F7D8D7 100%);
  }
  .qa-dl dt:after {
    content: "¢§";
    position: absolute;
    top: 13px;
    right: 10px;
    color: #E89391;  
  }
  .qa-dl dt.active:after {
    content: "¢¥";
  }
  .qa-dl dd {
    display: none;
  }
}

/**
 * page tokutei
 */
#page-tokutei {
  background-color: #FFF;
}
#page-tokutei .row {
  padding: 15px;
  padding-top: 0;
}
#page-tokutei dt {
  font-size: 17px;
  border-bottom: 1px dotted #9E9E9E;
  padding-bottom: 5px;
  font-weight: normal;
  margin-bottom: 10px;
}
#page-tokutei .ic-arrow {
  margin-top: 30px;
  margin-bottom: 30px;
}
#page-tokutei .stepInner {
  padding: 10px;
  padding-bottom: 0;
}
@media (max-width: 980px) {
  #page-tokutei {
    padding-top: 15px;
  }
}

/**
 * page privacy
 */
#page-privacy {
  background-color: #FFF;
}
#page-privacy .row {
  padding: 15px;
  padding-top: 0;
}
#page-privacy li {
  padding-bottom: 10px;
}
.title_sp {
  border-bottom: 1px solid #329844;
  color: #329844;
  padding-top: 20px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 980px) {
  #page-privacy {
    padding-top: 15px;
  }
}

/**
 * page manaka
 */
.padR5 {
  padding-right: 5px!important; 
}
.marR5 {
  margin-right: 5px!important; 
}
.marB20 {
  margin-bottom: 20px!important;
}
.marB25 {
  margin-bottom: 25px!important;
}
.marB50 {
  margin-bottom: 50px!important;
}
.f_black11 {
  color: #333333 !important;
  font-size: 68.8%!important;
}
.title01 {
  background: url(https://file001.shop-pro.jp/PA01193/131/img/common/bg_dotBtm.gif) repeat-x left bottom;
  color: #1b8032 !important;
  font-size: 100% !important;
  font-weight: bold;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.introduce .introduce-in {
  padding: 10px;
}
#page-manaka #l_02_1 .ic-content {
  max-width: 450px;
}
#page-manaka #l_04-2 .ic-content {
  max-width: 520px;
}
#page-manaka #l_05 .ic-content {
  max-width: 100%;
}
#page-manaka .l_06-content {
  position: relative;
  display: inline-block;
  width: 49%;
  background-color: #FFF;
  padding: 15px;
  padding-bottom: 235px;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  
}
#page-manaka .h-5 {
  margin-bottom: 0;
}
#page-manaka .l_06-content-wr {
  overflow: hidden;
  padding: 10px;
  padding-top: 0;
  background-color: #e43860;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
#page-manaka .btn-area {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}
#page-manaka .l6_teiki {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
#page-manaka .l6_teiki-title {
  padding: 5px;
  background-color: #ffa84c;
  font-size: 17px;
  font-weight: bold;
  color: #FFF;
  line-height: normal;
}
#page-manaka .l6_teiki-wr {
  padding: 10px;
  border: #ffa84c 3px solid;
  border-top: none;
  margin-bottom: 20px;
}
#page-manaka .l6_teiki-txt {
  color: #e43860;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}
@media (max-width: 980px) {
  #page-manaka .l_06-content-wr {
    display: block;
  }
  #page-manaka .l_06-content {
    display: block;
    width: 100%;
  }
  #page-manaka #l_06-content-1 {
    margin-bottom: 15px;
  }
  #page-manaka .l_06-content {
    padding-bottom: 0;
  }
  #page-manaka .btn-area {
    left: auto;
    bottom: auto;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

/*
 * temp
 */

/* a */
.a-1 {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/f_icon_tomato.png);
  padding-left: 35px;
  min-height: 30px;
  display: inline-block;
  padding-top: 5px;
}
.a-blank:after {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-left: 5px;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/icon_link.png);
}
.a-2 {
  position: relative;
  font-size: 14px;
  display: inline-block;
  padding: 5px 30px;
  color: #02963E!important;
  text-align: center;
  font-weight: bold;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #FFFFFF), color-stop(100%, #E3E5E4));
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E5E4 100%);
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E5E4 100%);
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #E3E5E4 100%);
  -webkit-border-radius: 3px;
          border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.4);
}
.a-2:after {
  width: 6px;
  height: 8px;
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/icon_li_green.png);
  position: absolute;
  top: 10px;
  right: 10px;
}
.a-3 {
  display: inline-block;
  width: 294px;
  height: 68px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/btn_kodawari.png);
  color: #FFF;
  text-align: left;
  line-height: 70px;
  font-size: 18px;
  padding-left: 40px;
}
.a-4 {
  display: inline-block;
  width: 140px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/btn_pagelink.png);
  color: #FFF;
  text-align: center;
  line-height: 28px;
}
.a-4:hover, .a-4:visited {
  text-decoration: none!important;
  color: #FFF!important;
}
.a-4:hover {
  opacity: 0.8;
}
.a-5 {
  display: inline-block;
  color: #01963E;
  width: 284px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/guide_btn_bg.png);
  text-align: center;
  line-height: 34px;
}
.a-5:hover, .a-5:visited {
  text-decoration: none!important;
  color: #01963E!important;
}
.a-6 {
  display: inline-block;
  color: #01963E;
  width: 290px;
  height: 40px;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/kodawari_btn_orange.png);
  text-align: center;
  color: #FFF;
}
.a-6:hover, .a-6:visited {
  text-decoration: none!important;
  color: #FFF!important;
}
.a-7 {
  padding: 10px 50px;
  color: #FFF;
  font-size: 18px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5ab981+0,00953b+100 */
  background: #5ab981; /* Old browsers */
  background: -moz-linear-gradient(top, #5ab981 0%, #00953b 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #5ab981 0%,#00953b 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5ab981 0%,#00953b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5ab981', endColorstr='#00953b',GradientType=0 ); /* IE6-9 */
}
.a-7:hover, .a-7:visited {
  text-decoration: none!important;
  color: #FFF!important;
}
.a-7:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5ab981+0,00953b+100 */
  background: #00953b; /* Old browsers */
  background: -moz-linear-gradient(top, #00953b 0%, #5ab981 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #00953b 0%,#5ab981 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00953b 0%,#5ab981 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00953b', endColorstr='#5ab981',GradientType=0 ); /* IE6-9 */ 
}
.a-8 {
  padding: 10px 50px;
  color: #FFF;
  font-size: 18px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffa84c+0,ff7b0d+100;Orange+3D */
  background: #ffa84c; /* Old browsers */
  background: -moz-linear-gradient(top, #ffa84c 0%, #ff7b0d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffa84c 0%,#ff7b0d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffa84c 0%,#ff7b0d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
}
.a-8:hover, .a-8:visited {
  text-decoration: none!important;
  color: #FFF!important;
}
.a-8:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5ab981+0,00953b+100 */
  background: #ff7b0d; /* Old browsers */
  background: -moz-linear-gradient(top, #ff7b0d 0%, #ffa84c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ff7b0d 0%,#ffa84c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ff7b0d 0%,#ffa84c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7b0d', endColorstr='#ffa84c',GradientType=0 ); /* IE6-9 */ 
}
@media (max-width: 980px) {
  .a-2 {
    font-size: 12px;
  }
}

/**
 * product css
 */
.introduce {
  overflow: hidden;
  border: 1px solid #7F6E5B;
  border-bottom-left-radius : 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius : 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
}
.introduce .imgArea {
  padding: 15px;
}
.introduce .textArea {
  padding: 15px;
}
.introduce p.intropduce_tit {
  padding: 10px;
  color: #FFF;
  background-color: #7F6E5B;
  font-weight: bold;
  line-height: normal;
}
.introduce_subtit {
  color: #1B8032;
  font-size: 110%;
  font-weight: bold;
}
.marB25 {
  margin-bottom: 25px;
}

/* ic */
.ic-1 {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/icon_li_orange.png);
  padding-left: 10px;
  padding-top: 2px;
}
.ic-2 {
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(https://file001.shop-pro.jp/PA01193/131/d1/img/icon_li_green.png);
  padding-left: 10px;
  padding-top: 2px;
}

/* 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; }
.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;
  }
  .in {
    width: 100%;
  }
  #header {
    padding-bottom: 0;
  }
  #header-in {
    width: 98%;
    padding-bottom: 15px;
  }
  #header-logo {
    padding-left: 10px;
  }
  #guide {
    padding: 0;
  }
  #guide-in {
    display: none;
    padding: 10px;
    padding-bottom: 15px;
  }
  #guide-left, #guide-right {
    float: none;
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  #contents {
    padding-left: 0;
    padding-right: 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); }
}

#pc-footer-2-in p {
    margin-bottom: 15px;
}
#pc-footer-2-in .footer-sns {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}
#pc-footer-2-in .footer-sns li {
    width: 35px;
    margin-right: 5px;
}
#sp-footer-nav .footer-sns {
    list-style: none;
    padding: 20px 0 0 15px;
    margin: 0;
}
#sp-footer-nav .footer-sns li {
    display: inline-block;
    width: 40px;
    margin-right: 10px;
}

#guid-sns h3 {
  padding-left: 20px;
}
#guid-sns .guide-content-in a {
  display: inline-block;
}
#guid-sns .guide-content-in a:first-child {
  margin-bottom: 10px;
}