@charset "UTF-8";
/* CSS Document */


/* Responsive 切り替え
========================================================= */

/*
@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
*/


/* Proparty
========================================================= */

body {
  background-image: url(../images/bg.png);
  background-repeat: repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #a83b37 !important;
}


/* Nav
========================================================= */

/*
.navbar-brand {
  width: 230px;
  height: 50px;
  background-image: url(../images/logo.png);
  background-size: cover;
}
*/

.navbar-header h1 {
  margin-top: -0.1rem;
}

.navbar-default .navbar-nav>li>a {
  color: #4C2822 !important;
}

nav h1 img {
  height: 50px;
}

.navbar-default .navbar-toggle {
  border-color: #ffb291 !important;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffb291 !important;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: rgba(175, 43, 43, .3) !important;
}


/* Bootstrap
========================================================= */

/* 最大値が 767px（スマホ以下のサイズ）で有ったならば次のようにする */
@media (max-width: 767px) {
  .carousel-caption {
    display: none;
    /* 表示させない */
  }
}

/* 購入案内 (Order Info) */

.order-info h3 {
  font-weight: 600;
  font-size: 21px;
}

.order-info img {
  height: 200px;
}

/* Jumbotron
----------------------------------------- */

.jumbotron p {
  margin: 1rem .6rem;
  text-align: left;
}

.jumbotron-h1 {
  font-size: 40px !important;
}

@media (min-width: 768px) {
  .jumbotron-h1 {
    font-size: 60px !important;
  }

  .jumbotron p {
    text-align: left;
  }
}

@media (min-width: 992px) {
  .jumbotron-h1 {
    font-size: 80px !important;
  }

  .jumbotron p {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .jumbotron-h1 {
    font-size: 100px !important;
  }

  .jumbotron p {
    text-align: left;
  }
}

/* Slider
----------------------------------------- */

.slider {
  padding-right: 15px;
  padding-left: 15px;
}

.carousel-indicators li {
  border: 1px solid #ce6d5c !important;
}

.carousel-indicators .active {
  background-color: #ffe5e5 !important;
}


/* Section
========================================================= */

.product-list_bg {
  height: 130px;
  padding: 0.6em;
  background-color: rgba(5, 192, 255, .1);
  -moz-border-bottom-right-radius: 6px;
  -moz-border-bottom-left-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -o-border-bottom-right-radius: 6px;
  -o-border-bottom-left-radius: 6px;
  -ms-border-bottom-right-radius: 6px;
  -ms-border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.product-list img {
  -moz-border-top-right-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -o-border-top-right-radius: 6px;
  -o-border-top-left-radius: 6px;
  -ms-border-top-right-radius: 6px;
  -ms-border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}

.product-list h2 {
  font-size: 20px;
}

#section img {
  margin-top: 30px;
  margin-bottom: 30px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

/* Footer
========================================================= */

footer h3,
footer address,
footer address strong a {
  color: #FFF !important;
}


/* Sitemap (sitemap.html)
========================================================= */

.sitemapPage h4 {
  font-size: 14px;
  font-weight: 300;
  font-style: italic;
}


/* Btn
========================================================= */

.btn_order {
  margin: 30px 0;
}


/* Items banner
========================================================= */

.items-banner figure img {
  border-radius: 6px;
}

.items-banner h3 {
  margin-top: 10px;
}

.brand-items figure {
  width: 100%;
}

.brand-items picture img {
  margin: 1.6rem auto;
  width: 80%;
  border-radius: 50%;
  border: solid 2px #BBB;
}

.brand-items h3 {
  text-align: center;
}

.brand-comment {
  width: 100%;
  background-color: #c3e7f2;
  border-radius: 6px;
  padding: .6rem;
  box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, .4) inset;
}

.brand-comment p {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  color: #5a6b70;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* Handling brand
========================================================= */

.handling-brand figure img {
  height: 180px;
  margin: 3rem 0;
}

.handling-brand h4,
.handling-brand h5 {
  text-align: center;
  margin: 3rem 0;
}

.handling-brand .span1 {
  font-size: 3rem;
  color: #5a78ad;
  font-weight: 600;
  text-shadow: 1px 1px 0 #FFF;
}

.handling-brand strong {
  font-style: italic;
  font-weight: 600;
}


/* Anima sheep
========================================================= */

.anima-sheep img {
  max-width: 240px;
  max-height: 120px;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, .3);
  border-radius: 50%;
  border: 8px dotted #82e08d;
}


/* Illust
========================================================= */

.illustLine {
  width: 100%;
  height: 40px;
  margin-top: 40px;
  background: url(../images/illust_line.png);
  background-repeat: repeat-x;
  margin-bottom: 30px;
}


/* Footer illust
========================================================= */

.footer-illust {
  height: 52px;
  background: url(../images/footer_illust.png);
  background-repeat: repeat-x;
  background-size: 448px;
  margin-top: 3rem;
}

.footer-info img {
  max-width: 90%;
  height: auto;
}


/* Footer salon
========================================================= */

.footer-salon img {
  height: 84px;
  border-radius: 2px;
}

.footer-salon a {
  color: #a83b37;
}

.footer-salon a:hover {
  color: #FF0;
}


/* Font size
========================================================= */

.fs-1dot5 {
  font-size: 1.5rem;
}

.fs-1dot4 {
  font-size: 1.4rem;
}

.fs-1dot3 {
  font-size: 1.3rem;
}

.fs-1dot2 {
  font-size: 1.2rem;
}

.fs-1dot1 {
  font-size: 1.1rem;
}

.fs-1 {
  font-size: 1rem;
}

.fs-dot9 {
  font-size: .9rem;
}

.fs-dot8 {
  font-size: .8rem;
}

.fs-dot7 {
  font-size: .7rem;
}

.fs-dot6 {
  font-size: .6rem;
}


/* なんかわから〜ん
========================================================= */

.h1Sub {
  font-size: 21px;
}


/* Glyphicons
========================================================= */

.product-list h2 {
  color: #a85773;
  font-weight: 300;
}


/* Google map
========================================================= */

.map {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}


/* Social icons
------------------------------------------------------------------------- */

.socialIcons {
  margin-left: 12px;
  margin-right: 12px;
}

.socialIcons a {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  width: 70px;
  height: 28px;
  margin: 0 10px 10px 0;
  padding: 0;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
}

.socialIcons i,
.socialIcons span {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 28px;
  margin: 0;
  background: #7f5204;
  line-height: 28px;
  text-align: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: .4s;
}

.socialIcons i {
  z-index: 2;
  transform: rotateY(0deg);
}

.socialIcons a:hover i {
  z-index: 1;
  transform: rotateY(180deg);
}

.socialIcons span {
  z-index: 1;
  transform: rotateY(-180deg);
}

.socialIcons a:hover span {
  z-index: 2;
  transform: rotateY(0deg);
  color: #e5ff72;
}


/* footerBackToTop
========================================== */

.footerBackToTop {
  display: block;
  text-align: center;
  padding: 15px 0;
  line-height: 19px;
  font-size: 13px;
  background-color: #b7ac9a;
}

.footerBackToTopText a {
  color: #FFF;
}

.copyright a {
  color: #FFF;
  text-decoration: underline;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}

.footerBackToTopText a:hover,
.copyright a:hover {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left, #F69, #FC0, #3C3, #09F, #96F);
  background-image: -moz-linear-gradient(left, #F69, #FC0, #3C3, #09F, #96F);
  background-image: -o-linear-gradient(left, #F69, #FC0, #3C3, #09F, #96F);
  background-image: -ms-linear-gradient(left, #F69, #FC0, #3C3, #09F, #96F);
}


/* Box and Boxes (後で捨ててください)
========================================================= */

/* clearfix */
.boxes1:after {
  content: "";
  display: block;
  clear: both;
}

/* /clearfix */
.box1 {
  float: left;
  width: 30%;
  height: 200px;
  background-color: #F00;
  margin-right: 5%;
}

.box2 {
  float: left;
  width: 30%;
  height: 200px;
  background-color: #0F0;
  margin-right: 5%;
}

.box3 {
  float: left;
  width: 30%;
  height: 200px;
  background-color: #00F;
}


/* Brand
========================================================= */

.product-list2 h3 {
  font-size: 18px;
}

.productDescription li {
  line-height: 1.8em;
}


/* Color
========================================================= */

.colorNakabeni {
  color: #c90926;
}

.colorRed {
  color: #F00;
}


/* Margin
========================================================= */

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 5rem !important;
}

.marginTop10px {
  margin-top: 10px;
}

.marginTop20px {
  margin-top: 20px;
}

.marginTop30px {
  margin-top: 30px;
}

.marginTop40px {
  margin-top: 40px;
}

.marginTop50px {
  margin-top: 50px;
}

.marginTop60px {
  margin-top: 60px;
}

.marginTop70px {
  margin-top: 70px !important;
}

.marginRight10px {
  margin-right: 10px;
}

.marginRight20px {
  margin-right: 20px;
}

.marginRight30px {
  margin-right: 30px;
}

.marginRight40px {
  margin-right: 40px;
}

.marginRight50px {
  margin-right: 50px;
}

.marginRight60px {
  margin-right: 60px;
}

.marginBottom10px {
  margin-bottom: 10px;
}

.marginBottom20px {
  margin-bottom: 20px;
}

.marginBottom30px {
  margin-bottom: 30px;
}

.marginBottom40px {
  margin-bottom: 40px;
}

.marginBottom50px {
  margin-bottom: 50px;
}

.marginBottom60px {
  margin-bottom: 60px;
}

.marginLeft10px {
  margin-left: 10px;
}

.marginLeft20px {
  margin-left: 20px;
}

.marginLeft30px {
  margin-left: 30px;
}

.marginLeft40px {
  margin-left: 40px;
}

.marginLeft50px {
  margin-left: 50px;
}

.marginLeft60px {
  margin-left: 60px;
}


/* Footer
========================================================= */

.footer-nav {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.footer {
  background-color: #ce6d5c;
}

.footer-box {
  padding: 4rem 0 2rem 0;
}

.footer-menu {
  padding: 30px 0 15px 0;
  margin: 1px 0;
}

.footer-menu a {
  color: #FFF;
}

.footer-menu p {
  color: #FFF;
  font-weight: 300;
}

.footer-copyright {
  background-color: #382b17;
  padding: 1rem 0 .5rem 0;
}

.footer-copyright p {
  color: #FFF;
}

.footer-box h2 {
  margin-top: -.2rem;
}

.footer-hr {
  color: #EEE;
  height: 1px;
  margin: 0;
}

.footer-white-line {
  height: 1px;
  background-color: rgba(56, 43, 23, .4);
}


/* Hr
========================================================= */

.hr-deco1 {
  width: 94%;
  border-top: 4px double #BBB;
  text-align: center;
}

.hr-deco1:after {
  content: '\002665';
  display: inline-block;
  position: relative;
  top: -15px;
  padding: 0 10px;
  background: #fdf9ea;
  color: #BBB;
  font-size: 18px;
}


/* Figure
========================================================= */

.boxShadow1 img {
  /* 図表であることを示す際に使用する figure */
  padding: 10px;
  -webkit-box-shadow: 1px 1px 10px rgba(10, 10, 10, 0.4);
  box-shadow: 1px 1px 10px rgba(10, 10, 10, 0.4);
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.boxShadow1 figcaption {
  /* 図表のキャプションを示す際に使用 */
  font-size: 0.94em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: center;
  display: block;
}


/* Go to top
========================================== */

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 80%;
  z-index: 2;
}

#pageTop a {
  display: block;
  background: rgba(204, 183, 91, 0.5);
  text-decoration: none;
  color: #FFF;
  width: 80px;
  padding: 30px 0;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

#pageTop a:hover {
  text-decoration: none;
  background: rgba(144, 126, 44, 0.5);
}


/* www/index.html
========================================== */

.brand-items h3 {
  font-size: 22px;
}

.handling-brand .covermark {
  background-color: rgb(241, 186, 191, .3);
  padding: 2.6rem;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 8rem;
  border-bottom-right-radius: 1.6rem;
  border-bottom-left-radius: 8rem;
  margin: 2rem 0;
}

.handling-brand .acseine {
  background-color: rgb(180, 206, 232, .3);
  padding: 2.6rem;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 8rem;
  border-bottom-right-radius: 1.6rem;
  border-bottom-left-radius: 8rem;
  margin-bottom: 2rem;
}

.handling-brand .fhilnaturnt {
  background-color: rgb(153, 205, 255, .3);
  padding: 2.6rem;
  border-top-left-radius: 1.6rem;
  border-top-right-radius: 8rem;
  border-bottom-right-radius: 1.6rem;
  border-bottom-left-radius: 8rem;
}

.brand-name {
  width: 100%;
}


/* www/guide/index.html
========================================== */

.guide-index figure img {
  max-height: 220px;
}


/* www/guide/tradelaw.html
========================================== */

.price {
  width: 200px;
  background-color: rgba(40, 255, 40, .2);
  color: #333;
  border-radius: 3px;
  padding: .4rem;
}


/* www/guide/admin.html
========================================== */

.admin ul,
admin ol {
  margin-left: -40px;
}

.admin ul li,
.admin ol li {
  margin-left: 20px;
}


/* www/guide/pay.html
========================================== */

.pay img {
  height: 120px;
}


/* www/guide/payment.html
========================================== */

.payment ul {
  line-height: 3rem;
}



/* www/brand/acseine/index.html
========================================== */

.acseine-items img {
  max-height: 120px;
}

.acseine-items h3 {
  font-size: 1.8rem;
  font-weight: 600;
}


/* 見出し装飾
========================================== */

/* 見出し装飾
------------------------ */
.h-deco1 {
  position: relative;
  padding: .5em;
  margin: 3rem 0;
}

.h-deco1:before,
.h-deco1:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  box-sizing: border-box;
}

.h-deco1:before {
  top: 0;
  border-top: 2px solid #7ED1E6;
  border-bottom: 1px solid #7ED1E6;
}

.h-deco1:after {
  bottom: 0;
  border-top: 1px solid #7ED1E6;
  border-bottom: 2px solid #7ED1E6;
}


/* 中央に円
------------------------ */
.h-deco2 {
  position: relative;
  color: #333;
  display: inline-block;
  margin: 47px 0;
  text-shadow: 0 0 2px white;
}

.h-deco2:before {
  content: "";
  position: absolute;
  background: #a9e1ff;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  border: dashed 1px white;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  box-shadow: 0px 0px 0px 5px #a9e1ff;
}


/* テキストとボーダーを一本線
------------------------- */

.h-deco3 {
  position: relative;
  text-align: center;
}

.h-deco3 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 4em;
  padding: 0 1em;
  background-color: #FFF;
  text-align: left;
}

.h-deco3::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #ccc;
  background: -webkit-linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
  background: linear-gradient(-45deg, transparent, #ccc 10%, #ccc 90%, transparent);
}


/* Menu 装飾
========================================== */

#skin-care-menu ul,
#skin-care-menu ol {
  width: 80%;
  background: rgba(163, 229, 239, .5);
  border-radius: 8px;
  /*角の丸み*/
  box-shadow: 0px 0px 5px silver;
  /*5px=影の広がり具合*/
  padding: .5em .5em .5em 2em;
  list-style: none;
}

#skin-care-menu ul li,
#skin-care-menu ol li {
  line-height: 1.5;
  padding: .5em 0;
}


/* Font icons (font awesome)
========================================== */

.fa-chevron-down {
  color: #ce6d5c;
  margin: 1rem 0;
}


/* ドラッグページ専用
========================================== */

.fcategory_menu {
  margin-bottom: 30px;
}

.fcategory_menu {
  margin: 0 auto;
  margin-bottom: 0px;

}

h2.fcategoryTitle {
  border-bottom: 3px solid #999999;
  font-size: 2em;
  margin: 30px auto;
  padding: 0 7px 3px;
  text-align: left;
}

h2.fcategoryTitle {
  letter-spacing: 2.0px;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS PGothic", sans-serif !important;
}

.fcategoryLink_box {
  padding: 0px 30px;
}

.fcategory01 {
  background: url(../images/fcategory/2055142_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory02 {
  background: url(../images/fcategory/9457006_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory03 {
  background: url(../images/fcategory/1997817_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory04 {
  background: url(../images/fcategory/9471112_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory05 {
  background: url(../images/fcategory/9550154_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: 20% !important;
}

.fcategory06 {
  background: url(../images/fcategory/8886201_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory07 {
  background: url(../images/fcategory/3219787_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory08 {
  background: url(../images/fcategory/8499253_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory09 {
  background: url(../images/fcategory/1594546_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory10 {
  background: url(../images/fcategory/8883120_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory11 {
  background: url(../images/fcategory/5763502_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory12 {
  background: url(../images/fcategory/8508512_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: 16% !important;
  background-position: 24px !important;
}

.fcategory13 {
  background: url(../images/fcategory/1869586_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory14 {
  background: url(../images/fcategory/1732885_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-size: 20% !important;
  background-position: 18px !important;
}

.fcategory15 {
  background: url(../images/fcategory/3179645_l2.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory16 {
  background: url(../images/fcategory/1207811_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory17 {
  background: url(../images/fcategory/542572_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory18 {
  background: url(../images/fcategory/1900819_l2.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory19 {
  background: url(../images/fcategory/3364287_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

.fcategory20 {
  background: url(../images/fcategory/8125342_l1.jpg)#fff;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
}

/* 単独商品ページ 
================= */
/* サイドバータイトル */
.sidebar-tittle {
  position: relative;
  padding: 0.1rem 0.3rem 0.3rem 1rem;
  margin-bottom: 1.7rem;
  background: #e0edff;
}

.sidebar-tittle:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
  width: 0;
  height: 0;
}

/* サイドバーボタン */
.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
  text-decoration: none;
}

.kanren-sidebar {
  padding-left: 1rem;
  padding-bottom: 1rem;
  border-radius: 6px;
  background-color: rgba(0, 0, 0, 0.10);
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
}

.kanren-sidebar img {
  border-radius: 3px;
}

.sidebar-hover:hover {
  background-color: rgba(0, 0, 0, 0.30);
}

/* 戻るー次へ - ボタン 
------------------- */
/* 戻るボタン */
.back-button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 100%;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  transition: 0.3s;
  border-radius: 6px;
}

.back-button a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(230deg);
}

.back-button a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}

/* 次へボタン */
.next-button a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 100%;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  background-color: #cccccc;
  transition: 0.3s;
  border-radius: 6px;
}

.next-button a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(45deg);
}

.next-button a:hover {
  text-decoration: none;
  background-color: #bbbbbb;
}
