@charset "UTF-8";
/* CSS Document */
/* {
    outline: 1px solid red!important;
}*/
@import url(../../css/common.css);
:root {
  --base-width: min(100%, 980px);
  --base-bottom: auto auto 30px auto;
  --base-font-color: #333333;
}
html {
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.7;
  box-sizing: border-box;
}
body {
  color: #583D2C;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic", "メイリオ", sans-serif;
  background-color: #FCF9F2;
}
.header-5 {
  box-sizing: border-box;
  width: 100%;
}
.header-inner {
  display: flex;
  align-items: center;
  max-width: 1024px;
  height: 60px;
  padding: 0 0.8em;
  margin: 0 auto;
  font-size: 1.2em;
  text-align: center;
  justify-content: center;
}
.header-nav-list {
  display: flex;
  justify-content: start;
  list-style: none;
  text-align: right;
  margin-bottom: 20px;
}
.header-nav-list img {
  display: flex;
  width: 50px;
  height: auto;
  padding-right: 10px;
  text-align: right;
}
.header-nav-item {
  float: left;
  padding: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #ccc;
  text-align: center;
  list-style: none;
  justify-content: start;
}
.header-nav-item a {
  text-decoration: none;
}
.header-ham {
  display: none;
}
.menu2 {
  width: 20px;
  height: 3px;
  margin: 4px 0;
  margin-right: 0;
  background-color: #333;
}
.header-nav-item:hover {
  background: #eee;
}
.logo img {
  width: 90px;
  padding-top: 10px;
}
.person:hover, .heart:hover, .cart:hover {
  opacity: 0.5;
  transition: 0.3s;
}
@media screen and (max-width: 480px) {
  .header-nav-list {
    display: none;
  }
  .header-nav {
    margin: 0 0 0 auto;
  }
  .header-ham {
    display: block;
  }
}
/*FontAwesomeを使用しています。*/
.header-6 {
  box-sizing: border-box;
  width: 100%;
  height: 120px;
}
.box {
  box-sizing: border-box;
}
/* ========== header ========== */
.box-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.logo-img {
  width: 100px;
}
.sp-nav {
  display: none;
}
.box-nav {
  height: 40px;
}
/* ========== nav ========== */
.inner-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 100 auto;
  list-style: none;
  padding-top: 10px;
  font-size: 0.9rem;
}
.inner-nav a {
  color: #D9A891;
  text-decoration: none;
}
.menu {
  padding: 0 4em;
  cursor: pointer;
  color: #D9A891;
}
.menu:hover {
  color: #DED0CA;
}
.en {
  margin: 0;
  text-align: center;
  font-size: 0.8em;
  font-weight: bold;
}
/* ========== Smart Phone ========== */
@media screen and (max-width: 480px) {
  .header-6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 0.8em;
  }
  .box-nav {
    display: none;
  }
  .sp-nav {
    display: block;
  }
  .box-logo {
    height: 60px;
  }
  .logo-img {
    width: 80px;
  }
}
/*パンクズここから*/
.breadcrumb-001 {
  display: flex;
  gap: 0 22px;
  list-style: none;
  padding: 0;
  font-size: .9em;
}
.breadcrumb-001 li {
  display: flex;
  align-items: center;
}
.breadcrumb-001 li:first-child::before {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 4px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 20C20 20.5523 19.5523 21 19 21H5C4.44772 21 4 20.5523 4 20V11L1 11L11.3273 1.6115C11.7087 1.26475 12.2913 1.26475 12.6727 1.6115L23 11L20 11V20ZM11 13V19H13V13H11Z' fill='%23583d2c'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  content: '';
}
.breadcrumb-001 li:not(:last-child)::after {
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  margin-left: 10px;
  border-top: 1px solid #583d2c;
  border-right: 1px solid #583d2c;
  content: '';
}
.breadcrumb-001 a {
  color: #583d2c;
  text-decoration: none;
}
/*パンクズここまで*/
/*
ヘッダーここまで
*/
/*　　　　編み物写真列ここから　　　　*/
.topic {
  padding: 1em;
}
.topic-image {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  padding: 1em;
  list-style-type: none;
}
.topic-image li {
  --margin-left: 10px;
  /*  width: calc(25% - (3 * var(--margin-left) / 4));*/
  width: calc(100% / 4 - var(--margin-left));
  margin-bottom: 1em;
  margin-left: var(--margin-left);
}
.topic-image li:nth-of-type(4n + 1) {
  margin-left: 0;
  border-radius: 10%;
}
.topic-image li img {
  width: 100%;
  height: auto;
  border-radius: 10%;
  box-shadow: 0 0 4px gray;
}
.category-nav li {
  list-style-type: none;
}
.category-nav-nav {
  padding: 10px;
  background-size: cover;
  justify-content: center;
  margin: auto;
}
.category-nav-nav a {
  color: #FFFFFF;
  text-decoration: none;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 240px;
  padding: 50px;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  background: #D9A891;
  border-radius: 20px;
}
.category-nav-nav a:hover {
  background-color: #DEBEAF;
}
.category-nav {
  display: flex;
  flex-direction: row;
  margin-bottom: 100px;
}
/*　　　　編み物写真列ここまで　　　　*/
/*ここからスマホ対応*/
@media screen and (max-width: 760px) {
  .en {
    font-size: 0.8em;
  }
  .box-nav {
    height: 40px;
  }
  .menu {
    padding: 0 2em;
  }
  .header-nav-list img {
    width: 40px;
  }
	.topic-image li {
    width: calc(100% / 2 - var(--margin-left));
  }
}