@charset "utf-8";
/*==================================================
font
==================================================*/
/*==================================================
cmn
==================================================*/
body {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Sans", sans-serif;
  color: #000;
  font-size: 1.8rem;
  line-height: 2em;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
header, nav, div, h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, img, table, tr, td, th, input, textarea, select, a, figure, span {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  list-style: none;
  margin: 0px;
  padding: 0px;
  font-weight: inherit;
  font-size: 100%;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
p {
  margin-bottom: 1em;
}
p:last-child {
  margin-bottom: 0;
}
a.under {
  text-decoration: underline;
}
.wrap-f {
  padding: 0 6rem;
}
.wrap {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 120rem;
  width: 100%;
}
.wrap-m {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 110rem;
  width: 100%;
}
.wrap-s {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 80rem;
  width: 100%;
}
.sp {
  display: none !important;
}
/*==================================================
head
==================================================*/
.site-header::after {
  content: "";
  display: block;
  clear: both;
  z-index: 999;
}
.site-header {
  width: 100%;
  z-index: 300;
  padding: 0 5rem;
  transition: .4s;
  position: fixed;
  z-index: 900;
  background: #fff;
  text-align: center;
}
/* .site-header .head-box, .site-header .gnavi > li {
  height: 100px;
} */
.site-header .header-notice {
  width: 100vw;
  padding-block: 10px;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
  left: 50%;
  transform: translateX(-50%);
  background-color: #F6F6F0;
  display: block;
  position: relative;
}
.head-box {
  /* justify-content: ; */
  padding-block: 2.7rem 0;
  display: flex;
}
.site-title {}
.site-title a {
  display: block;
}
.site-title img {
  width: 110px;
  line-height: 0;
  vertical-align: middle;
}
.site-header .navi {
  width: 100%;
  /* justify-content: flex-end; */
  justify-content: space-between;
}
.site-header .gnavi {
  display: flex;
  justify-content: center;
  gap: 60px;
}
.site-header .ec-navi {
  width: 100%;
}
.site-header .ec-navi > ul {
  display: flex;
  margin-left: auto;
}
.site-header .gnavi > li {
  /* margin-left: 4rem; */
  /* display: table; */
  position: relative;
}
.site-header .gnavi > li > a {
  padding-block: 2.7rem;
  line-height: 1em;
  text-align: center;
  display: block;
  font-size: 83.3%;
  /* display: table-cell; */
  display: flex;
  gap: 6px;
  align-items: center;
  vertical-align: middle;
}
.site-header .gnavi .child {
  position: absolute;
  top: 100%;
  /* left: 0; */
  right: 0;
  /* width: 100%; */
  width: fit-content;
  background: rgba(255, 255, 255, 0.9);
  /* padding: 1rem; */
  font-size: 88%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  /* padding: 2rem 0; */
  padding: 1.3935743957rem 3.233092598rem;
  overflow-y: auto;
}
.site-header .gnavi li:hover > .child {
  opacity: 1;
  visibility: visible;
}
.site-header .navi .ec-navi li {
  margin-left: 2rem;
  line-height: 1em;
}
.site-header .favorite button {
  border: 0;
  font-size: 1.2rem;
  background-color: transparent;
}
.site-header .navi .ec-navi .icon {
  margin-right: 1rem;
  position: relative;
}
.site-header .navi .ec-navi .icon .icon-cart-num {
  background: #f60001;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  padding: 0.5rem 0.5rem;
  max-width: 2.2rem;
  width: 100%;
  height: 2.2rem;
  text-align: center;
  border-radius: 100px;
  line-height: 1em;
  position: absolute;
  top: -1rem;
  right: -1rem;
}
.site-header .navi .ec-navi .icon img {
  height: 25px;
}
.site-header .navi .ec-navi .txt {
  font-size: 66.6%;
}
.site-header .navi .ec-navi .search {
  width: 31.25vw;
  margin: 0 1rem 0 6rem;
}
.action-search {
  position: relative;
}
.action-search input {
  border: 1px solid #000;
  font-size: 83.3%;
  padding: 1rem;
  width: 100%;
  height: 35px;
}
.action-search .action-search-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  height: 35px;
  background: url("../img/cmn/icon_search.svg") no-repeat center;
  background-size: 17px;
}
.site-header .box {
  /* flex: 1 1 auto; */
  /* display: flex; */
  /* max-width: calc(50% - 50px); */
}
/* .site-header .item-cat-list {
  padding: 2rem 0;
} */
.item-cat-list {
  margin: 0 auto;
  /* margin-top: -2rem; */
  /* margin-bottom: -2rem; */
}
.item-cat-list li {
  width: 35%;
  text-align: left;
  /* padding: 2rem 0; */
  padding-block: 1.3935743957rem;
}
/* .item-cat-list li:nth-child(2), .item-cat-list li:nth-child(5), .item-cat-list li:nth-child(8) {
  width: 28%;
}
.item-cat-list li:nth-child(3), .item-cat-list li:nth-child(6), .item-cat-list li:nth-child(9) {
  width: 37%;
} */
.item-cat-list li a {
  /* justify-content: flex-start; */
  white-space: nowrap;
}
.item-cat-list li .icon {
  width: 6rem;
  margin-right: 2rem;
}
.item-cat-list li .txt {
  flex: 1;
  /* font-size: 1.8rem; */
  font-size: 1.6722892748rem;
  line-height: 1;
}
/*==================================================
foot
==================================================*/
.site-footer {
  background: #f2f2f2;
}
.site-footer .col-box {
  width: 18.75%;
}
.site-footer .txt-box {
  width: 43.75%;
}
.site-footer dl {
  font-size: 1.2rem;
  line-height: 2em;
}
.site-footer dt {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
	.site-footer dd{
		margin-bottom: 0.5rem;
	}
.site-footer h2 {
  margin-bottom: 2rem;
}
.site-footer h2 img {
  width: 14rem;
}
.site-footer h2 .txt {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  margin-top: 1rem;
}
.sns-list-box {
  margin: 0;
  letter-spacing: -.4em;
}
.sns-list-box li {
  display: inline-block;
  width: 4rem;
  margin-right: 1rem;
}
.site-footer address {
  font-style: normal;
  font-size: 1.2rem;
  margin-top: 5rem;
}
/*==================================================
content
==================================================*/
.pin {
  position: relative;
  top: -100px;
  display: block;
}
section {
  padding: 10rem 0;
  position: relative;
}
.bg-black {
  background: #000;
  color: #fff;
}
.bg-gray-l {
  background: #f6f6f0;
}
.bg-brown-l {
  background: #fff5eb;
}
.bg-brown {
  background: #b68b5c;
  color: #fff;
}
.pad-00 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.pad-t00 {
  padding-top: 0 !important;
}
.pad-b00 {
  padding-bottom: 0 !important;
}
/*�J����*/
.col-re {
  flex-direction: row-reverse;
}
.col-mid {
  align-items: center;
}
.col-bottom {
  align-items: flex-end;
}
/*�{�^��*/
.detail-link {
  text-align: center;
  max-width: 28rem;
  width: 100%;
  margin: 8rem 0 0;
  font-size: 83.3%;
}
.detail-link.l {
  margin-left: 0;
}
.detail-link.r {
  margin-right: 0;
}
.detail-link a {
  display: block;
  padding: 1.5rem 2rem;
  line-height: 1.5em;
  border-radius: 100px;
  border: 1px solid #000;
}
.detail-link.bg-white a {
  background: #fff;
  border: none;
  color: #000;
}
.detail-link.border-white a {
  border-color: #fff;
}
.detail-link.s {
  max-width: 16rem;
  font-size: 66.6%;
}
.detail-link.s a {
  padding: 1rem;
}
/*youtube*/
.youtube-link {
  cursor: pointer;
}
.youtube-link:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/*google map*/
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sb-site, .sb-site-container {
  background: none;
}
.remodal-overlay {
  background: rgba(18, 59, 79, 0.95) !important;
}
.remodal {
  background: none;
}
.remodal .link-list {
  color: #fff;
}
.remodal .link-list li {
  margin: 2rem 0;
}
.remodal .link-list li a {
  border: 1px solid #fff;
  display: block;
  padding: 2rem;
}
/*==================================================
index
==================================================*/
main {
  padding-top: 100px;
}
.main-sec {
  padding: 0;
  overflow: hidden;
  width: 100%;
}
.slide img {
  width: 100%;
}
.main-slider .slide {
  position: relative;
  width: 100vw;
  /* height: calc(100vh - 100px); */
  aspect-ratio: 1920 / 900;
  background-size: cover !important;
  background-position: center !important;
  overflow: hidden;
}
.main-slider video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.main-slider .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.main-slider .txt-box {
  position: absolute;
  left: 40px;
  bottom: 40px;
  color: #fff;
  z-index: 100;
}
.main-slider .txt-box h2 {
  /* font-size: 2.6666666667rem; */
  font-size: 2.4rem;
  line-height: 2.2222222222;
}
@media screen and (min-width: 769px) {
  .main-slider .txt-box h2 {
    font-size: 4rem;
    line-height: 1;
  }
}
.main-slider .txt-box p {
  margin-block: 0 16px;
  font-size: 2.07407407407rem;
  line-height: 1.8571428571;
}
@media screen and (min-width: 769px) {
  .main-slider .txt-box p {
    margin-block: 25px;
    font-size: 2rem;
    line-height: 1.4285714286;
  } 
}
.main-slider .txt-box .detail-link {
  max-width: 30.1437037037rem;
  margin-top: 0 !important;
  font-size: 1.7764618801rem;
}
@media screen and (min-width: 769px) {
  .main-slider .txt-box .detail-link {
    max-width: 28rem;
    font-size: 1.6rem;
  }
}
.main-slider .slick-dots {
  bottom: 3rem;
  padding: 0;
  text-align: center;
}
.main-slider .slick-dots li, .main-slider .slick-dots li button {
  width: 4.3rem;
  height: 0.3rem;
  padding: 0;
  border-radius: 0;
  background: #fff;
}
.main-slider .slick-dots li.slick-active button {
  background: #000;
}
.slick-dots li.slick-active button:before {
  display: none;
}
.main-slider .slick-next {
  width: 2.4rem;
  height: 4.4rem;
  right: 2rem;
  top: 50%;
  background: url("../img/cmn/arrow_next01.svg") no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  transform: translateY(-50%);
  z-index: 2;
}
.main-slider .slick-prev {
  width: 2.4rem;
  height: 4.4rem;
  left: 2rem;
  top: 50%;
  background: url("../img/cmn/arrow_prev01.svg") no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  transform: translateY(-50%);
  z-index: 2;
}
.slick-dotted.slick-slider{
	margin-bottom: 0 !important;
}
.banner-sec {
  padding-block: 7.8rem 8.4rem;
}
.banner-list {
  max-width: 120rem;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
.banner-item {
  width: 48.3333333333%;
}
.about-sec {
  text-align: center;
}
.about-sec .txt-box p {
  font-size: 110%;
  line-height: 2.4em;
}
.topics-sec {
  padding-top: 0;
}
.topics-box {
  padding: 4rem 0 0 5rem;
}
.page-news-list .topics-box {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  margin-top: 10rem;
}
.topics-box h2 {
  font-size: 3rem;
  line-height: 1.5em;
  margin-bottom: 3rem;
}
.topics-box ul {
  padding-right: 5rem;
}
.topics-box li {
  overflow: hidden;
  margin-bottom: 2rem;
}
.topics-box li:last-child {
  margin-bottom: 0;
}
.topics-box li a {
  display: block;
}
.topics-box li .data {
  width: 8em;
  font-size: 88.8%;
}
.topics-box li .txt {
  flex: 1;
}
.topics-box .more {
  text-align: right;
  padding: 0;
}
.topics-box .more a {
  padding: 2rem 3rem 2rem 0;
  background: url("../img/cmn/arrow01.svg") no-repeat right bottom;
  background-size: 3.2rem;
  display: inline-block;
  line-height: 1em;
}
.search-img-sec {
  padding: 0;
}
.search-img-sec .main-img-box {
  height: 50vw;
  width: 100%;
  background: url("../img/top/search_main_img.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.search-img-sec .main-img-box .txt-box {
  position: absolute;
  top: 9vw;
      left: 42rem;
  color: #fff;
}
.search-img-sec .main-img-box .txt-box h2 {
  font-size: 3.6rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
}
.search-sec .item-cat-list {
  margin-bottom: 10rem;
}
.item-list .col-box {
  width: 23.5%;
}
.item-list:before {
  content: "";
  display: block;
  width: 23.5%;
  order: 1;
}
.item-list:after {
  content: "";
  display: block;
  width: 23.5%;
}
.item-list .img {
  margin-bottom: 2rem;
  position: relative;
}
.item-list .txt dt {
  line-height: 1.6em;
  margin-bottom: 0.5rem;
}
.item-list .txt dd {
  line-height: 1.6em;
}
.item-list .txt dd .tax {
  font-size: 66.6%;
  text-decoration: none;
}
.line-through {
  position: relative;
}
.line-through:after {
  content: '';
  display: inine-block;
  width: 100%;
  height: 1px;
  background: #232323;
  position: absolute;
  left: 0;
  top: 50%;
}
.item-list .txt dd.item-sale-price {
  color: #f60001;
}
.recommend-img-sec {
  padding: 0;
}
.recommend-img-sec .col-box {
  width: 49.6875%;
  height: 56.25vw;
}
.recommend-img-sec li {
  width: 49.371069%;
  height: 14.0625vw;
  margin-bottom: 0.625vw;
}
.recommend-img-sec .item {
  position: relative;
}
.recommend-img-sec .txt-box {
  position: absolute;
  top: 15vw;
  left: 6rem;
  color: #fff;
}
.recommend-img-sec .txt-box h2 {
  font-size: 3.6rem;
  line-height: 1.5em;
  margin-bottom: 1rem;
}
.recommend-img-sec .detail-link {
  position: absolute;
  bottom: 2.5vw;
  right: 2.5vw;
}
.recommend-img-sec .detail-link.s {
  bottom: 1.25vw;
  right: 1.25vw;
}
.recommend-img-sec .recommend01 {
  background: url("../img/top/item-recommend01.jpg") no-repeat center;
  background-size: cover;
}
.recommend-img-sec .recommend02 {
  background: url("../img/top/item-recommend02.jpg") no-repeat center;
  background-size: cover;
}
.recommend-img-sec .recommend03 {
  background: url("../img/top/item-recommend03.jpg") no-repeat center;
  background-size: cover;
}
.recommend-img-sec .recommend04 {
  background: url("../img/top/item-recommend04.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 41.6vw;
	margin-bottom: 0;
}
.recommend-img-sec .recommend05 {
  background: url("../img/top/item-recommend05.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 0;
}
.recommend-img-sec .recommend06 {
  background: url("../img/top/item-recommend06.jpg") no-repeat center;
  background-size: cover;
  margin-bottom: 0;
}
.tit-txt-box {
  text-align: center;
  margin-bottom: 8rem;
}
.tit-txt-box h2 {
  font-size: 3.6rem;
  margin-bottom: 2rem;
}
.slider01 .slide {
  margin: 0 1rem;
}
.slider01 .slick-next {
  width: 11.8rem;
  height: 11.8rem;
  right: 10%;
  margin-right: -5.9rem;
  top: 12vw;
  background: url(../img/cmn/arrow_next02.png) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  transform: translateY(-50%);
  z-index: 2;
}
.slider01 .slick-prev {
  display: none !important;
}
.designe-slider .name {
  text-align: right;
  font-size: 2rem;
  margin-top: 1rem;
}
.designe-slider .name:after {
  content: ">>>";
  margin-left: 1rem;
  letter-spacing: 0;
}
.aboutus-sec {
  background: url("../img/top/about_img.jpg") no-repeat center;
  background-size: cover;
  height: 62.5vw;
  color: #fff;
  position: relative;
}
.aboutus-sec .tit-txt-box {
  position: absolute;
  left: 6rem;
  bottom: 8rem;
  text-align: left;
  margin: 0;
}
.aboutus-sec .tit-txt-box .detail-link {
  margin-top: 4rem;
}
/*==================================================
���i�ꗗ
==================================================*/
.page-tit-box {
  text-align: center;
  margin-bottom: 8rem;
}
.page-tit-box h2 {
  font-size: 2.2rem;
}
.category-child-item {
  justify-content: center;
  margin-top: 3rem;
}
.category-child-item li {
  font-size: 1.5rem;
  margin: 1rem 0.5rem;
}
.category-child-item li a {
  border: 1px solid #000;
  border-radius: 100px;
  padding: 1rem 1rem 1rem 2rem;
}
.archive-list .col-box {
  margin-bottom: 8rem;
}
.item-list .item-state {
  position: absolute;
  top: 0;
  right: 0;
  background: #999;
  color: #fff;
  line-height: 1em;
  padding: 1rem 2rem;
  font-size: 1.4rem;
}
.item-list .item-state.item-sale {
  background: #f60001;
}
.page-navi {
  justify-content: center;
}
.page-navi li {
  border: 1px solid #000;
  line-height: 1em;
  margin: 0 0.5rem;
}
.page-navi li.pager-selected {
  padding: 1rem 1.3rem;
}
.page-navi li a {
  display: block;
  padding: 1rem 1.3rem;
  background: #000;
  color: #fff;
}
/*==================================================
���i�ڍ�
==================================================*/
.item-detail-box .col-box {
  width: 50%;
}
.item-detail-box .txt {
  padding: 8rem 10rem;
}
.item-detail-box .txt h2 {
  font-size: 2.2rem;
  line-height: 1.6em;
  margin-bottom: 3rem;
}
.detail-txt-box {
  font-size: 1.4rem;
  line-height: 2em;
  margin-bottom: 3rem;
}
.product-origin{
	font-size: 1.4rem;
  line-height: 2em;
	margin-bottom: 4rem;
}
.goods-quantity {
  margin-bottom: 3rem;
}
.goods-quantity dt {
  width: 3em;
}
.goods-quantity dd {
  flex: 1;
}
.goods-quantity input {
  border: 1px solid #000;
  padding: 0 0 0 1rem;
  max-width: 10rem;
}
.price-box {
  font-size: 3.4rem;
}
.price-box p {
  margin-bottom: 0;
}
.price-box .tax {
  font-size: 1.5rem;
}
.price-box .item-default-price-text {
  font-size: 2rem;
}
.price-box .item-default-price-text .tax {
  font-size: 60%;
}
.price-box .item-info-sale {
  color: #f60001;
}
.price-box .item-price-down {
  font-size: 80%;
}
.btn-buy {
  margin-top: 5rem;
}
.btn-buy a {
  background: #f60001;
  color: #fff;
  display: block;
  padding: 2rem 1rem;
  text-align: center;
  font-weight: bold;
}
.btn-buy .outstock {
  background: #000;
}
.btn-buy .off {
  display: none;
}
.slider-item .slick-next {
  width: 10rem;
  height: 10rem;
  right: 0%;
  margin-right: -5rem;
  top: 50%;
  background: url(../img/cmn/arrow_next02.png) no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  transform: translateY(-50%);
  z-index: 2;
}
.slider-item .slick-prev {
  display: none !important;
}
.detail-txt-box02 {}
.detail-txt-box02 .link-box {
  max-width: 100rem;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
}
.detail-txt-box02 .link-box li {
  width: 48%;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 1%;
}
.detail-txt-box02 .link-box li.pdf {
  display: none;
}
.detail-txt-box02 .link-box li a {
  display: block;
  background: #000;
  color: #fff;
  padding: 1.5rem 1rem;
}
.option-box {
  margin-bottom: 3rem;
}
.makeshop-option-wrap {
  margin-bottom: 1rem;
}
.makeshop-option-wrap:last-child {
  margin-bottom: 0;
}
.makeshop-option-wrap p {
  margin: 0;
}
.makeshop-option-wrap select {
  border: 1px solid #000;
  padding: 1rem;
  display: block;
  background: #fff;
  color: #000;
}
.point-box {
  margin-top: 1rem;
}
/*==================================================
���i�ڍ�
==================================================*/
.table-style01 {
  border-top: 1px solid #b68b5c;
  border-right: 1px solid #b68b5c;
  width: 100%;
}
.table-style01.top th {
  vertical-align: top;
}
.table-style01 th {
  width: 30%;
  padding: 1.5em 2em;
  border-bottom: 1px solid #fff;
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
  line-height: 1.6em;
  background: #b68b5c;
  color: #fff;
}
.table-style01 tr:last-child th {
  border-bottom: 1px solid #b68b5c;
}
.table-style01 td {
  padding: 1.5em 2em;
  border-bottom: 1px solid #b68b5c;
  text-align: left;
}
/*==================================================
�v���C�o�V�[
==================================================*/
.page-privacypolicy h3 {
  font-size: 2.2rem;
  margin-top: 5rem;
  margin-bottom: 3rem;
}
.list-disc {
  margin-left: 2em;
}
.list-disc li {
  list-style: disc;
}
/*==================================================
news
==================================================*/
.page-news .news-head {
  margin-bottom: 5rem;
}
.page-news .news-head p {
  margin-bottom: 0.5em;
  font-size: 1.5rem;
}
.page-news .news-head h2 {
  font-size: 2.2rem;
  flow-into: 1.8em;
}
.page-news .news-pager {
  margin-top: 5rem;
  font-size: 1.5rem;
}
/*==================================================
�J�[�g
==================================================*/
.item-cart-table {
  width: 100%;
  border-bottom: 1px solid #999;
}
.item-cart-table th {
  background-color: #DADADA;
  padding: 1.5rem 0;
}
.item-cart-table td {
  vertical-align: middle;
  padding: 3rem 1.5rem;
}
.item-cart-table tbody tr {
  border-top: 1px dashed #999;
}
.item-cart-table tbody tr:first-child {
  border: none;
}
.item-cart-image {
	width: 8rem;
}
.item-cart-table .txt,.item-cart-list .txt{
	flex: 1;
	padding-left: 1rem;
}
.item-cart-image a {
  display: table-cell;
  width: 8rem;
  height: 8rem;
  vertical-align: middle;
}

.item-cart-title {
  white-space: normal;
  line-height: 1.5em;
  display: block;
}
.item-cart-options {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  display: block;
  overflow: hidden;
}
.item-cart-options p {
  margin: 0;
  line-height: 1.6em;
}
.item-cart-label {
  display: inline-block;
  position: relative;
  margin-right: 1.5rem;
}
.item-cart-label:after {
  content: "��";
  font-size: 1.2rem;
  position: absolute;
  top: 0.8rem;
  right: 1rem;
}
.item-cart-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 3.5rem;
  background-color: #FFF;
  border: 1px solid #999;
  padding: 0.6rem 3rem 0.6rem 0.6rem;
}
input[name="item-quantity"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  width: 4rem;
  background-color: #FFF;
  border: 1px solid #999;
  padding: 0.7rem 1rem;
  margin-right: 0.8rem;
  text-align: center;
}
.item-cart-point, .item-cart-price {
  text-align: center;
  word-break: break-all;
}
.item-cart-button, .item-cart-point, .item-cart-price {
  white-space: nowrap;
}
.item-cart-button a {
  display: inline-block;
  color: #FFF;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #999;
  padding: 0.8rem 1.2rem;
}
.item-cart-button a:hover {
  text-decoration: none;
  background-color: #AAA;
}
.item-cart-total {
  text-align: right;
  font-size: 1.8rem;
  margin-top: 2.4rem;
}
.item-total-price {
  font-size: 3.2rem;
  font-weight: bold;
  margin-left: 1.6rem;
}
.cart-bottom-button {
  margin-top: 4rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 80px;
}
.cart-back-button a {
  display: block;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #999;
  padding: 3rem 0;
  width: 378px;
}
.cart-buy-button a {
    display: block;
    color: #FFF;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    background-color: #F60001;
    padding: 3rem 0;
    width: 378px;
}
.cart-buy-button a:hover {
  text-decoration: none;
  background-color: #666;
}
.amazon-button {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
	 .amazon-button {
      margin-top: 20px;
    }   
}
.item-cart-list-wrap {
  display: none;
}
.cart-basket-none {
  float: none !important;
  text-align: center;
  margin-top: 8rem;
}
.cart-basket-none a {
  display: inline-block !important;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.8rem;
  }
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .pin {
    position: relative;
    top: -70px;
    display: block;
  }
  section {
    padding: 8rem 0;
  }
  .wrap, .wrap-m, .wrap-s, .wrap-f {
    padding: 0 8vw;
  }
  .site-header {
    padding: 0 5vw;
  }
  .site-title img {
    width: 80px;
  }
  .site-header .head-box {
    align-items: center;
    /* height: 70px; */
    padding-block: 2.7rem;
  }
  .site-header .header-notice {
    padding: 10px 15px;
    font-size: 2.077rem;
    line-height: 1.4285714286;
    left: -5vw;
    transform: initial;
  }
  .site-header .navi {
    /* margin-right: 70px; */
  }
  .site-header .gnavi {
    display: none;
  }
  .site-header .navi .ec-navi .search {
    display: none;
  }
  .site-header .navi .ec-navi li .txt {
    display: none;
  }
  .site-header .sub-navi {
    display: none;
  }
  .button-toggle {
    margin-left: 0;
    display: block;
  }
  .sb-slidebar {
    width: 100%;
  }
  main {
    padding-top: 70px;
  }
  /*==================================================
navi
==================================================*/
  .button-toggle {
    /* position: fixed; */
    /* top: 0; */
    /* right: 0; */
    /* z-index: 998; */
    margin-left: 2rem;
    line-height: 0;
    cursor: pointer;
  }
  .menu_btn {
    /* width: 70px; */
    width: 30px;
    /* height: 70px; */
    height: 30px;
    position: relative;
    border-radius: 100%;
    vertical-align: middle;
  }
  .menu_btn .hamburger {
    width: 30px;
    height: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 900;
    display: block;
    margin-left: auto;
  }
  .menu_btn .hamburger_bar {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    background: #000000;
    transition: top 0.24s, transform 0.24s, opacity 0.24s;
  }
  /* .sb-active .menu_btn .hamburger_bar {
    background: #fff;
  } */
  .menu_btn .hamburger_bar:nth-child(1) {
    top: 0;
  }
  .menu_btn .hamburger_bar:nth-child(2) {
    top: 100%;
    transform: translateY(-100%);
  }
  .sb-active .menu_btn .hamburger .hamburger_bar:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }
  .sb-active .menu_btn .hamburger .hamburger_bar:nth-child(2) {
    top: 50%;
    transform: translateY(-50%) rotate(-135deg);
  }
  #sb-site, .site-header {
    transform: translate(0) !important;
  }
  .sb-slidebar {
    width: 100%;
    background: #fff;
    color: #fff;
    /* padding: 10rem 5rem 10rem; */
    padding: 1.8rem 2.3rem 3rem;
    z-index: 901;
    display: block;
    transform: translateX(100%);
  }
  .sb-slidebar.sb-active {
    transform: translateX(0%);
  }
  .sb-slidebar .gnavi * {
    color: #000;
  }
  .sb-slidebar .gnavi > li:not(.search) {
    border-bottom: 1px solid #D8D8D8;
    padding-block: 20px;
  }
  .sb-slidebar .gnavi > li:has(ul) p {
    margin: 0;
    position: relative;
  }
  .sb-slidebar .gnavi > li:has(ul) p > span {
    width: 14px;
    aspect-ratio: 1;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
  }
  .sb-slidebar .gnavi > li:has(ul) p > span::before,
  .sb-slidebar .gnavi > li:has(ul) p > span::after {
    content: "";
    margin: auto;
    inset: 0;
    background-color: #000;
    position: absolute;
  }
  .sb-slidebar .gnavi > li:has(ul) p > span::before {
    width: 100%;
    height: 1.5px;
  }
  .sb-slidebar .gnavi > li:has(ul) p > span::after {
    width: 1.5px;
    height: 100%;
  }
  .sb-slidebar .gnavi > li:has(ul).active p > span::after {
    opacity: 0;
  }
  .sb-slidebar .gnavi > li:has(ul) .item-cat-list {
    display: none;
  }
  .sb-slidebar .gnavi > li:has(ul).active .item-cat-list {
    display: block;
  }

  .sb-slidebar .gnavi > li:has(ul).active .item-cat-list li {
    padding-block: 20px;
  }

  .sb-slidebar .gnavi > li:has(ul).active .item-cat-list li:last-child {
    padding-bottom: 0;
  }

  .sb-slidebar .gnavi li span {
    display: block;
    /* line-height: 1.8em; */
    line-height: 1;
  }
  .sb-slidebar .gnavi li {
    /* margin-bottom: 3rem; */
    /* font-size: 2.6rem; */
    font-size: 2.25rem;
  }
  .sb-slidebar .gnavi li.search {
    margin-bottom: 5rem;
  }
  .sb-slidebar .sns-list-box {
    padding-top: 3rem;
    text-align: center;
  }
  .sb-slidebar .sns-list-box li {
    width: 6rem;
    margin-right: 2rem;
  }
  .action-search input {
    width: 100%;
    height: 45px;
  }
  .action-search .action-search-button {
    width: 45px;
    height: 45px;
  }
  .sb-slidebar .item-cat-list {
    /* margin: 2rem 0 5rem; */
    margin: 0;
  }
  .sb-slidebar .item-cat-list li {
    /* margin-bottom: 1.5rem; */
    margin-bottom: 0;
  }
  /* .sb-slidebar .item-cat-list li .icon {
    width: 4rem;
  } */
  /* .sb-slidebar .item-cat-list li a {
    color: #000;
  } */
  .site-header .navi .ec-navi .icon .icon-cart-num {
    font-size: 12px;
    line-height: 12px;
    max-width: 22px;
    height: 22px;
    padding: 5px;
    top: -12px;
    right: -12px;
  }
  /*==================================================
footer
==================================================*/
  .site-footer {
    text-align: center;
  }
  .site-footer .col-box {
    width: 100%;
    margin-top: 3rem;
  }
  .site-footer .txt-box {
    width: 100%;
    margin-bottom: 2rem;
  }
  .site-footer dl {
    font-size: 100%;
    text-align: center;
  }
	.site-footer dd{
		margin-bottom: 1rem;
	}
  .sns-list-box li {
    width: 5rem;
  }
  .site-footer address {
    font-size: 1.5rem;
  }
  /*==================================================
TOP
==================================================*/
  .main-slider .slide {
    /* height: calc(100svh - 70px); */
    aspect-ratio: 390 / 570;
  }
  .main-slider .txt-box {
    /* top: 51.5%; */
    left: 20px;
    bottom: 20px;
  }
  .banner-sec {
    padding-block: 5rem;
  }
  .banner-list {
    padding-inline: 15px;
    flex-direction: column;
    gap: 20px;
  }
  .banner-item {
    width: 100%;
  }
  .topics-sec {
    padding-bottom: 5rem;
  }
  .topics-sec .wrap {
    padding: 0;
  }
  .topics-box {
    padding-top: 5rem;
  }
  .page-news-list .topics-box {
    margin-top: 0rem;
  }
  .topics-box li .txt {
    flex: none;
    display: block;
    width: 100%;
  }
  .topics-box li .data:before {
    display: none;
  }
  .topics-box li .data {
    width: auto;
    padding-left: 0;
  }
  .topics-box .more {
    margin-top: 2rem;
  }
  .search-img-sec .main-img-box {
    height: 100vw;
    width: 100%;
	  background: url(../img/top/search_main_img_sp.jpg) no-repeat center;
    background-size: cover;
	          height: 125vw;
  }
  .search-img-sec .main-img-box .txt-box {
    top: 57vw;
    left: 5rem;
  }
  .item-cat-list li {
    width: 100% !important;
    padding: 0;
    margin-bottom: 2rem;
  }
  .item-cat-list li:last-child {
    margin-bottom: 0;
  }
  .item-cat-list li .txt {
    font-size: 2.2rem;
  }
  .search-sec .item-cat-list {
    margin-bottom: 5rem;
  }
  .item-list {
    margin-bottom: -3rem;
  }
  .archive-list {
    margin-bottom: 0;
  }
  .item-cat-list li .icon {
    width: 5rem;
  }
  .item-list .col-box {
    width: 47.5%;
    margin-bottom: 4rem;
  }
  .recommend-img-sec .col-box {
    width: 100%;
    height: auto;
  }
  .recommend-img-sec .recommend01 {
    height: 100vw;
    margin-bottom: 1.257862vw;
  }
  .recommend-img-sec li {
    height: 40vw;
    margin-bottom: 1.257862vw;
  }
  .recommend-img-sec .recommend04 {
    height: 50vw;
  }
  .recommend-img-sec .txt-box {
    top: 25vw;
    left: 5rem;
  }
  .recommend-img-sec .detail-link {
    bottom: 4vw;
  }
  .recommend-img-sec .detail-link.s {
    bottom: 2vw;
  }
  .detail-link {
    max-width: 25rem;
    margin-top: 5rem;
  }
  .tit-txt-box {
    margin-bottom: 5rem;
  }
  .slider01 .slick-next {
    width: 10rem;
    height: 10rem;
    right: 15%;
    margin-right: -5rem;
    top: 32vw;
  }
  .aboutus-sec {
    height: 125vw;
    background: url(../img/top/about_img_sp.jpg) no-repeat center;
    background-size: cover;
  }
  .aboutus-sec .tit-txt-box {
    border-left-width: 5rem;
    bottom: 6rem;
  }
  .page-tit-box {
    margin-bottom: 5rem;
  }
  /*==================================================
���i�ڍ�
==================================================*/
  .item-detail-box .col-box {
    width: 100%;
  }
  .item-detail-box .slick-dots {
    bottom: -4rem;
    padding: 0;
    text-align: center;
  }
  .item-detail-box .slick-dots li {
    margin: 0 0.5rem;
  }
  .item-detail-box .slick-dots li, .item-detail-box .slick-dots li button {
    width: 1.2rem;
    height: 1.2rem;
    padding: 0;
    border-radius: 100%;
    background: #ccc;
  }
  .item-detail-box .slick-dots li.slick-active button {
    background: #000;
  }
  .item-detail-box .slick-dots li button:before {
    display: none !important;
  }
  .item-detail-box .txt {
    padding: 8rem 5rem;
  }
  .detail-txt-box {
    font-size: 1.6rem;
  }
  .detail02-sec {
    background: #fff;
  }
  /*==================================================
���i�ڍ�
==================================================*/
  .table-style01 th {
    display: block;
    width: 100%;
    padding: 1em;
    border-bottom: none;
  }
  .table-style01 td {
    display: block;
    width: 100%;
    padding: 1em 1em 1.5em;
    border-left: 1px solid #b68b5c;
  }
	.goods-quantity input{
		font-size: 16px;
		border-radius: 0;
		padding: 1rem;
	}
	.item-detail-box .txt h2 {
    font-size: 2.4rem;
	}
  /*==================================================
�J�[�g
==================================================*/
  .item-cart-table {
    display: none;
  }
  .cart-back-button {
    float: none;
  }
  .cart-bottom-button {
    flex-direction: column;
    gap: 2rem;
  }
  .cart-buy-button {
    float: none;
    margin-bottom: 2rem;
  }
  .item-cart-image {
    margin: 0;
  }
  .item-cart-list-wrap {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .item-cart-list {
    border-top: 1px solid #ccc;
    padding: 3rem 0 5rem;
    margin-bottom: 0;
    position: relative;
  }
  .item-cart-detail:after {
    content: " ";
    display: block;
    clear: both;
  }
  .item-cart-text-wrap {
    padding-left: 2rem;
    display: block;
    overflow: hidden;
  }
  .cart-item-option {
    font-size: 1.4rem;
  }
  .cart-item-option span {
    margin-right: 1.6rem;
  }
  .item-cart-title {
    display: block;
    line-height: 1.4;
    margin-bottom: 0.8rem;
    font-size: 2rem;
  }
  .item-cart-label {
    margin-bottom: 0.8rem;
  }
  .item-cart-point, .item-cart-price {
    text-align: right;
    display: inline-block;
  }
  .item-cart-foot {
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  input[name="item-quantity"] {
    width: 6rem;
    padding: 0.6rem;
    margin-right: 0.4rem;
    vertical-align: middle;
	  font-size: 16px;
	  border-radius: 0;
  }
  .item-delete-button {
    position: absolute;
    right: 0rem;
    top: -2rem;
  }
  .item-cart-button a {
    padding: 0.6rem 2rem;

  }
  .item-delete-button a {
    padding: 0;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    line-height: 4rem;
  }
  .contract-table th {
    width: 30%;
    padding: 1.6rem;
  }
  .item-total-price {
    font-size: 20px;
  }
  .contract-table td {
    width: 70%;
    padding: 1.6rem;
  }
  .cart-buy-button a, .cart-back-button a {
    width: 100%;
    font-size: 100%;
  }
}






.cart-receipt {
    border: 1px solid #000;
    padding-block: 24px;
    margin-top: 90px;
    text-align: center;
}
@media screen and (max-width: 767px) {
  .cart-receipt {
    padding: 20px;
    margin-top: 40px;
  }
}

.cart-receipt__title {
    margin-bottom: 24px;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
}
@media screen and (max-width: 767px) {
  .cart-receipt__title {
    font-size: 18px;
  }
}

.cart-receipt__text {
    margin-bottom: 24px;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
}
@media screen and (max-width: 767px) {
  .cart-receipt__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.cart-receipt__note {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7142857143;
    letter-spacing: .9px;
}
@media screen and (max-width: 767px) {
  .cart-receipt__note {
    font-size: 12px;
  }
}