@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.clone--nav {
    border-radius: 0;
    width: 100%;
    border: none;
    justify-content: center;
    transform: translateY(-100%);
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
    z-index: 9999;
    box-shadow: none;
    background-color: #fff;
    position: fixed;
    top: 0;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}
.is-show {
    transform: translateY(0);
    transition: 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hdnav ul li {
  width: 100%;
}
.hdnav ul li a {
  display: block;
  margin: auto;
}

/* 商品一覧 */
.flex-item {
  gap: 30px;
}
.flex-item .box {
  width: calc((100% - 30px*2) / 3) !important;
}
.flex-item .box article>div {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.flex-item .box a {
  display: block;
  background-color: #E88601;
  color: #ffffff !important;
  font-size: 1.2em;
  text-align: center;
  padding: 15px;
  border-radius: 50px;
}
.flex-item .box img {
  width: 100% !important;
  aspect-ratio: 2.5/2;
  object-fit: cover;
}
.flex-item .box h3 {
  font-size: 1.2em;
  margin: 15px 0;
  font-weight: bold;
}
/* shop */
.page-shop .items > article .photo > img {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-shop .items > article {
  width: calc((100% - 30px*3) / 4) !important;
    align-items: flex-start;
    /* margin-right: 1.875rem; */
    margin-bottom: 3.75rem;
}
div.items {
  gap: 30px;
  margin-left: 0 !important;
}
.page-shop .items > article {
    align-items: unset;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
}
.page-shop .items .photo {
    display: block;
    width: 100%;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: none !important;
}
.page-shop .items > article .photo {
    margin-bottom: 0.8125rem;
}
.page-shop .items > article > button {
    width: auto;
    min-width: 9.375rem;
    height: auto;
    margin: 0;
    padding: 0.6875rem 1.25rem 0.8125rem;
    background: unset;
    background-position: unset;
    background-size: unset;
    color: #fff;
    border: none;
    border-radius: 0;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
    line-height: 1;
    text-indent: unset;
    display: inline-block;
    width: 100%;
    background-color: #E88601;
    font-size: 0.875rem;
}
.page-shop .items > article > *:last-child {
    margin-top: auto !important;
    margin-bottom: 0px;
}
.page-shop .items > article .price {
    margin-bottom: 1.25rem;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    text-align: right;
}
.page-shop .items > article .name {
    display: block;
    margin-bottom: 0.4375rem;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    color: #333 !important;
}
div.items > article p.summary {
  text-align: left;
}
div.photo {
  flex-direction: column !important;
}
.page-shop-detail .photo {
    flex: 0 0 40%;
    margin-right: 2.5rem;
}
div.item_view {
  min-width: auto;
  max-width: 100%;
}
div.item_view div.struct {
  display: block;
}
.page-shop-detail .item_view .sku {
    width: 100%;
    margin-bottom: 2.5rem;
    text-align: right;
}
.page-shop-detail .item_view .item_option {
    width: 100%;
    margin-left: auto;
}
.page-shop button.addcart {
    width: auto;
    min-width: 9.375rem;
    height: auto;
    margin: 0;
    padding: 0.6875rem 1.25rem 0.8125rem;
    background: unset;
    background-position: unset;
    background-size: unset;
    color: white;
    background-color: #E88601;
    font-size: unset;
    border: none;
    border-radius: 0;
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
    line-height: 1;
    text-indent: unset;
}
.page-shop-detail .item_view button.addcart {
    display: block;
    margin-bottom: 1.25rem;
    margin-left: auto;
}
.page-shop-detail .item_view .item_option > form > dl > dt, .page-shop-detail .item_view .count > dt {
    display: block;
    min-height: 0;
    margin-bottom: 0.3125rem;
    padding: 0;
    background: unset;
    font-size: 1.2em;
}
div.item_option dl {
  border: none;
}
div.item_option a {
  text-align: right;
}
.page-shop-detail .item_view .detail {
    margin-top: 2.5rem;
    padding: 0.9375rem 1.25rem;
    background-color: #eeeeee;
    font-size: 1rem;
}
.page-shop-detail .detail2 {
    margin-top: 1.25rem;
    padding: 0.9375rem 1.25rem;
    background-color: #eeeeee;
    font-size: 1rem;
}
/*================== ○○○○.html =================*/
@media only screen and (max-width: 1200px){
  .inner {
    padding-left: 24px;
    padding-right: 24px;
  }
  #contents_wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 641px) and (max-width: 834px){
  .clone--nav {
    display: none !important;
  }
  .page-shop .items > article {
    width: calc((100% - 30px*2) / 3) !important;
    margin-right: 0 !important;
  }
  .flex-item .box {
    width: calc((100% - 30px) / 2) !important;
  }
}
@media only screen and (max-width: 640px){
  .clone--nav {
    display: none !important;
  }
  .page-shop .items > article {
    width: calc((100% - 30px) / 2) !important;
    margin-right: 0 !important;
  }
  .flex-item .box {
    width: 100% !important;
  }
}