﻿@charset "utf-8";

.img-exchange {
  visibility: hidden;
}

/* --------------------------------------------
  フォント
-------------------------------------------- */

@font-face {
  font-family: 'Libre';
  font-style: normal;
  src: url('/jp/showroom/handicraft/shared-handicraft/font/Libre_Baskerville/LibreBaskerville-Regular.ttf') format('truetype');
}

/* --------------------------------------------
  下層共通
-------------------------------------------- */

@media print, screen and (max-width: 767px){
  #rwd-content .rwd-product-header {
    margin-bottom: 0;
  }
  #rwd-content .rwd-main-content {
    margin-bottom: 0;
  }
  #rwd-content .rwd-product-header .rwd-headline1-type02 {
    padding-right: 0;
  }
}

/* --------------------------------------------
  hover
-------------------------------------------- */

@media print, screen and (min-width: 768px) {
  .hover-anim1::before {
    transition: all 0.2s ease-out;
  }
  .hover-anim1:hover::before {
    transform: scale(1.03);
    box-shadow: 5px 5px 25px rgba(0,0,0,0.18);
  }
}

/* --------------------------------------------
  cate-navi
-------------------------------------------- */

.cate-navi {
  background: #8ec09e;
}
.cate-navi.amigurumi {
  background: #64c5d0;
}
.cate-navi.yomo {
  background: #db8787;
}
.cate-navi#cate-header {
  padding-bottom: 221px;
  margin-bottom: -221px;
}
.cate-navi#cate-footer {
  margin-top: 100px;
  border-bottom: solid 2px #fff;
}
.cate-navi .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cate-navi#cate-header .inner {
  height: 121px;
}
.cate-navi#cate-footer .inner {
  height: 141px;
}
.cate-navi .logo {
  width: 266px;
  display: inline-block;
}
.cate-navi .back {
  width: 135px;
  height: 61px;
  display: inline-block;
  text-align: right;
}
.cate-navi .back img.text {
  width: 71px !important;
}
.cate-navi#cate-header .back img.text {
  margin-top: 13px;
}
.cate-navi .back img.deco {
  width: 100% !important;
}

@media print, screen and (max-width: 767px){
  .cate-navi#cate-header {
    padding-bottom: 16px;
    margin-bottom: 0;
  }
  .cate-navi#cate-footer {
    margin-top: 80px;
  }
  .cate-navi .inner {
    height: auto !important;
    padding: 28px 0 23px;
    display: block;
    text-align: center;
  }
  .cate-navi .logo {
    width: 227px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .cate-navi .logo[href*="/amigurumi/"],
  .cate-navi .logo[href*="/needle-felting/"] {
    width: 189px;
  }
  .cate-navi .back {
    width: auto;
    height: auto;
  }
  .cate-navi .back img.text {
    width: 73px !important;
    margin-top: 23px;
  }
}

/* --------------------------------------------
  notice-area
-------------------------------------------- */

#notice-area p {
  line-height: 1.5;
}
#notice-area b {
  padding-bottom: 0.5em;
  display: inline-block;
}
#notice-area a {
  color: #0600ff !important;
  text-decoration: none !important;
}
#notice-area a:hover {
  text-decoration: underline !important;
}