@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;
}
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-image: url("../../../img/z.png");
}
.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;
}
.select {
  color: #444;
}
.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;
}
.item-image {
  margin: 10px auto;
}
.item-image-display {
  display: flex;
  padding-top: 30px;
}
.item-image-dis:hover {
  opacity: 0.5;
  transition: 0.3s;
}
.image-display {
  margin: auto;
}
.zei {
  font-size: 0.7rem;
}
/**/
.click {
  padding-left: 30px;
}
.magnifying_glass {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  color: #583D2C;
  font-size: 27px;
}
.magnifying_glass::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0.7em;
  height: 0.7em;
  box-sizing: border-box;
  border: 0.13em solid currentColor;
  border-radius: 50%;
  background-color: #FCF9F2;
  content: "";
}
.magnifying_glass::after {
  position: absolute;
  top: 0px;
  left: 50%;
  z-index: -1;
  transform: rotate(-45deg);
  width: 0.13em;
  height: 1em;
  box-sizing: border-box;
  background-color: #583D2C;
  content: "";
}
@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;
  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;
}
/*パンクズここまで*/
/*-------------------------------------------
商品ページ
-------------------------------------------*/
#item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
/*
flex-shrink: 0;
画像が縮小されるのを防ぐ
*/
#item .item-image {
  max-width: 600px;
  flex-shrink: 0;
  margin-right: 60px;
  text-align: center;
}
#item .item-info p {
  margin-bottom: 30px;
  line-height: 1.9;
}
/*
「display: flex;」と「align-items: center;」で、
高さを中央にそろえる
*/
#item .item-info .item-title {
  height: 60px;
  display: flex;
  align-items: center;
  border-top: solid 1px #c3c3c3;
  border-bottom: solid 1px #c3c3c3;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#item .item-info .order-table {
  width: 80%;
  margin-bottom: 20px;
}
#item .item-info .order-table .color, #item .item-info .order-table .size {
  width: 10%;
}
#item .item-info .order-table .quantity {
  width: 10%;
}
/*
外枠なしのテーブル
１．tdの上線を設定
*/
#item .item-info .order-table td {
  border-top: solid 1px #c3c3c3;
}
/*
外枠なしのテーブル
２．th、tdの右線を設定
*/
#item .item-info .order-table th, #item .item-info .order-table td {
  font-weight: normal;
  padding: 10px;
  border-right: solid 1px #c3c3c3;
  text-align: center;
}
/*
外枠なしのテーブル
３．th、tdの最後だけ右線を消す
*/
#item .item-info .order-table th:last-child, #item .item-info .order-table td:last-child {
  border-right: none;
}
/*
-moz-appearance: menulist;
-webkit-appearance: menulist;
セレクトボックスに右端の矢印を表示
*/
#item .item-info .order-table select {
  width: 100%;
  border: solid 1px #c3c3c3;
  padding: 0 10px;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
#item .item-info .cart-btn {
  width: 100%;
  background-color: #D9A891;
  color: #fff;
  display: block;
  padding: 18px 0;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 40px;
  text-decoration: none;
  margin-right: 10px;
  font-weight: bold;
}
.cart-like {
  width: 100%;
  background-color: #D8BCAE;
  color: #fff;
  display: block;
  padding: 18px 0;
  margin-bottom: 30px;
  text-align: center;
  border-radius: 40px;
  text-decoration: none;
  font-size: 0.9rem;
}
.cart-btnlike {
  display: flex;
}
#item .item-info .size-table {
  width: 100%;
}
#item .item-info .size-table .size {
  width: 16%;
}
#item .item-info .size-table .chest, #item .item-info .size-table .weist, #item .item-info .size-table .height {
  width: 28%;
}
#item .item-info .size-table th {
  background-color: #ecebeb;
}
/*
外枠ありのレイアウト
２．th、tdに枠線を設定
*/
#item .item-info .size-table th, #item .item-info .size-table td {
  font-weight: normal;
  padding: 10px;
  border: solid 1px #c3c3c3;
  text-align: center;
}
/*
フッターここから
*/
.footer-001 {
  display: flex;
  align-items: left;
  justify-content: center;
  flex-direction: column;
  font-size: 15px;
  border-top: solid #D5C4BD;
}
.footer-001 img {
  padding: 10px;
}
.footer-001__list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.5em;
  list-style-type: none;
  padding: .5em;
}
.footer-001 p {
  color: #583D2C;
  justify-content: center;
}
.footer-001__link {
  color: #583D2C;
  font-weight: 200;
  text-decoration: none;
}
.footer-001__copyright {
  display: flex;
  margin: 0;
  color: #ffffffb3;
  font-weight: 200;
}
/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 896px) {
  .site-title {
    margin-bottom: 26px;
  }
  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header {
    margin-bottom: 0;
    border-bottom: none;
    padding: 36px 16px 16px 16px;
  }
  /*
  横スクロールできるようにする
  */
  nav {
    overflow-x: scroll;
  }
  /*-------------------------------------------
  商品ページ
  -------------------------------------------*/
  #item {
    flex-direction: column;
  }
  #item .item-image {
    max-width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .item-image img {
    max-width: 100%;
    height: auto;
    text-align: center;
    justify-content: center;
  }
  #item .item-info {
    padding: 0 16px;
  }
}
.kaigyou {
  display: flex
}
/*ここからスマホ対応*/
@media screen and (max-width: 760px) {
  .en {
    font-size: 0.8em;
  }
  .footer-001 img {
    width: 90px;
    padding-top: 10px;
  }
  .box-nav {
    height: 40px;
  }
  .menu {
    padding: 0 2em;
  }
  .header-nav-list img {
    width: 40px;
  }
	.item-image-display img {
		width: 160px;
		height: auto;
	}
	
}