@charset "UTF-8";

.item__detail {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .item__detail {
    padding: 0 20px;
  }
}

.foodpairing {
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .foodpairing {
    padding: 18% 0 0;
  }
}

.footer__link {
  margin-top: 150px;
}

.item__detailTag .tag__item {
  display: flex;
  font-size: 18px;
}

.item__detailTag .tag__item p {
  padding-top: 5px;
  font-size: 18px;
  white-space: nowrap;
  font-weight: bold;
}

.item__detailTag .tag__item ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.item__detailTag .tag__item ul li {
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #2b2b2b;
}

@media screen and (max-width: 768px) {
  .item__detailTag .tag__item ul li {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.item__detailBox {
  margin: 70px auto 0;
}

@media screen and (max-width: 768px) {
  .item__detailBox {
    margin: 50px auto 0;
  }
}

.item__detailBox.column2 {
  justify-content: space-between;
  display: flex;
}

@media screen and (max-width: 768px) {
  .item__detailBox.column2 {
    display: block;
  }
}

.item__detailBox.column2 .contents:first-child {
  padding-right: 45px;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .item__detailBox.column2 .contents:first-child {
    padding-right: 0px;
  }
}

.item__detailBox.column1 {
  display: block;
  max-width: 1000px;
  margin: 70px auto 0;
  width: 100%;
}

.item__detailBox.column1 .contents {
  width: 100%;
  padding: 0;
}

.item__detailBox .img {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .item__detailBox .img {
    width: 100%;
    margin: 0 0 30px;
  }
}

.item__detailBox .contents {
  width: 50%;
  padding-left: 45px;
  /* font-size: 18px; */
}

@media screen and (max-width: 768px) {
  .item__detailBox .contents {
    width: 100%;
    padding: 0;
  }
}

.item__detailBox .contents h3 {
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .item__detailBox .contents h3 {
    font-size: 28px;
  }
}

.item__detailBox .contents p {
  /* font-size: 18px; */
  line-height: 1.6;
}

/* @media screen and (max-width: 768px) {
  .item__detailBox .contents p {
    font-size: 16px;
  }
} */

.item__detailBox--reverse {
  flex-direction: row-reverse;
}

.item__detailBox--reverse .contents {
  padding-left: 0;
  padding-right: 45px;
}

@media screen and (max-width: 768px) {
  .item__detailBox--reverse .contents {
    padding: 0;
    width: 100%;
  }
}

.item__detailTable {
  max-width: 1200px;
  margin: 70px auto;
  width: 100%;
  border-top: 1px solid #b8af9d;
}

@media screen and (max-width: 768px) {
  .item__detailTable {
    margin: 50px auto 30px;
  }
}

.item__detailTable tr {
  border-bottom: 1px solid #b8af9d;
}

@media screen and (max-width: 768px) {
  .item__detailTable tr {
    display: flex;
    flex-direction: column;
  }

  .item__detailTable tr.block {
    display: flex;
    flex-direction: row;
  }

  .item__detailTable tr.block th {
    width: 40%;
    line-height: 1.4;
  }

  .item__detailTable tr.block td {
    width: 60%;
    line-height: 1.4;
    padding-left: 10px;
    text-align: right;
  }
}

.item__detailTable th {
  box-sizing: border-box;
  padding: 20px 0;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .item__detailTable th {
    width: 100%;
    padding-bottom: 0;
  }

  .item__detailTable tr.block th {
    width: 40%;
    line-height: 1.4;
    padding-bottom: 20px;
  }
}

.item__detailTable td {
  box-sizing: border-box;
  padding: 20px 0;
  font-size: 18px;
  text-align: left;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .item__detailTable td {
    width: 100%;
  }
}

.item__detailTable td .tag {
  padding: 5px 20px;
  text-align: center;
  border-radius: 13px;
  margin-right: 10px;
  background: #f0efe8;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .item__detailTable td .tag {
    margin-bottom: 10px;
  }
}

.item__detailTable td .tag.on {
  background: #91002c;
  color: #fff;
}

.item__detailComment {
  max-width: 1200px;
  margin: 0 auto;
}

.item__detailComment .item__detailCommentBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .item__detailComment .item__detailCommentBox {
    display: block;
  }
}

.item__detailComment .item__detailCommentBox .img {
  width: 35%;
}

@media screen and (max-width: 768px) {
  .item__detailComment .item__detailCommentBox .img {
    width: 100%;
    margin: 0 0 20px;
  }
}

.item__detailComment .item__detailCommentBox .img img {
  width: 100%;
}

.item__detailComment .item__detailCommentBox .contents {
  padding-left: 30px;
  width: 65%;
}

@media screen and (max-width: 768px) {
  .item__detailComment .item__detailCommentBox .contents {
    width: 100%;
    padding: 0;
  }
}

.item__detailComment .item__detailCommentBox .contents h3 {
  font-size: 32px;
  line-height: 1.5;
  margin: 0 0 20px;
}

@media screen and (max-width: 768px) {
  .item__detailComment .item__detailCommentBox .contents h3 {
    font-size: 28px;
  }
}

.item__detailComment .item__detailCommentBox .contents p {
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .item__detailComment .item__detailCommentBox .contents p {
    font-size: 16px;
  }
}

.item__detailCommentProfile {
  margin: 60px auto 0;
}

.item__detailCommentProfile h3 {
  font-size: 30px;
  color: #91002c;
  position: relative;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .item__detailCommentProfile h3 {
    margin: 0 0 20px;
  }
}

.item__detailCommentProfile h3 span {
  background: #fff;
  position: relative;
  padding-right: 10px;
}

@media screen and (max-width: 768px) {
  .item__detailCommentProfile h3 span {
    padding-right: 15px;
  }
}

.item__detailCommentProfile h3::after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 1px;
  background: #91002c;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.item__detailCommentProfile p {
  font-size: 18px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .item__detailCommentProfile p {
    font-size: 16px;
  }
}

.category__mv img {
  width: 100%;
}

.bread__crumb {
  margin: 30px auto 0;
  max-width: 1280px;
  font-size: 16px;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .bread__crumb {
    padding: 0 20px;
    font-size: 14px;
  }
}

.bread__crumb .arrow {
  margin: 0 5px;
}

.category__contents {
  padding: 50px 40px 70px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .category__contents {
    padding: 40px 20px 50px;
  }
}

.category__contents .category__title {
  font-size: 32px;
  text-align: center;
  line-height: 1.5;
  font-weight: normal;
  margin: 0 0 25px;
}

@media screen and (max-width: 768px) {
  .category__contents .category__title {
    font-size: 28px;
  }
}

.category__contents .category__text {
  line-height: 1.7;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .category__contents .category__text {
    font-size: 14px;
  }
}

.category__contents .category__btn {
  margin: 30px auto 0;
  display: block;
  width: 400px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  color: #2b2b2b;
  border: 1px solid #2b2b2b;
  background-image: url(../img/icon_arrow_right_bk.svg);
  background-repeat: no-repeat;
  background-position: 95%;
  transition: all 0.3s ease;
  letter-spacing: 0.1em;
  background-size: 32px;
  background-color: #fff;
  max-width: 100%;
}

@media screen and (max-width: 1050px) {
  .category__contents .category__btn {
    font-size: 16px;
    background-size: 24px;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 520px) {
  .category__contents .category__btn {
    width: 350px;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
  }
}

.category__contents .category__btn:hover {
  opacity: 1 !important;
  background-image: url(../img/icon_arrow_right_wh.svg);
  background-color: #fff;
  color: #fff;
  background-repeat: no-repeat;
  background-color: #740212;
  background-position: 95%;
}

.category__search {
  padding: 80px 40px 80px;
}

@media screen and (max-width: 768px) {
  .category__search {
    padding: 50px 20px 60px;
  }
}

.category__search h3 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .category__search h3 {
    font-size: 19px;
  }
}

.category__search .solaris_search_main {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .category__search .solaris_search_main {
    display: block;
  }
}

.category__search .solaris_search_main_item {
  width: 24%;
}

@media screen and (max-width: 768px) {
  .category__search .solaris_search_main_item {
    width: 100%;
    margin: 0 0 30px;
  }
}

.category__search .solaris_search_main_item a {
  display: block;
  text-align: center;
  background: #f0efe8;
  color: #2b2b2b;
  padding: 26px 0;
  width: 100%;
  font-size: 24px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .category__search .solaris_search_main_item a {
    font-size: 20px;
  }
}

.category__search .solaris_search_main_item a:hover {
  background: #91002c;
  opacity: 1;
  color: #fff;
}

.category__search .solaris_search_main_item p {
  margin: 20px 0 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .category__search .solaris_search_main_item p {
    font-size: 14px;
  }
}

.solaris_search_sub {
  margin: 40px auto 0;
}

@media screen and (max-width: 768px) {
  .solaris_search_sub {
    margin: 60px auto 0;
  }
}

.solaris_search_sub .tag .tag__item {
  display: flex;
}

.solaris_search_sub .tag .tag__item p {
  padding-top: 5px;
  font-size: 18px;
  white-space: nowrap;
  width: 140px;
  font-weight: bold;
  position: relative;
  margin-right: 70px;
}

@media screen and (max-width: 768px) {
  .solaris_search_sub .tag .tag__item p {
    width: 110px;
    margin-right: 20px;
    font-size: 15px;
  }
}

.solaris_search_sub .tag .tag__item p::after {
  content: "：";
  position: absolute;
  right: 0;
  top: 15%;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .solaris_search_sub .tag .tag__item p::after {
    top: 2%;
  }
}

.solaris_search_sub .tag .tag__item ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 220px);
}

@media screen and (max-width: 768px) {
  .solaris_search_sub .tag .tag__item ul {
    width: calc(100% - 130px);
  }
}

.solaris_search_sub .tag .tag__item ul li {
  margin-bottom: 10px;
  margin-right: 5px;
  font-size: 16px;
  border: 1px solid #2b2b2b;
}

.solaris_search_sub .tag .tag__item ul li a {
  padding: 5px;
  display: block;
  color: #2b2b2b;
}

@media screen and (max-width: 768px) {
  .solaris_search_sub .tag .tag__item ul li {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

.all_search {
  background: #f0efe8;
  padding: 40px 40px;
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .all_search {
    padding: 50px 20px;
  }
}

.all_search .all_search_title {
  text-align: left;
  font-size: 24px;
  letter-spacing: 0.1em;
  margin: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .all_search .all_search_title {
    font-size: 19px;
    margin: 0 0 20px;
  }
}

.all_search .all_search_menu_item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #2b2b2b;
}

@media screen and (max-width: 768px) {
  .all_search .all_search_menu_item {
    display: block;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 25px;
  }
}

.all_search .all_search_menu_item h3 {
  color: #2b2b2b;
  font-size: 18px;
  width: 20%;
}

@media screen and (max-width: 768px) {
  .all_search .all_search_menu_item h3 {
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
    margin-bottom: 0;
    background: url(../img/icon_arrow_bottom_bk.svg) no-repeat;
    background-position: top right;
    background-size: 20px;
  }

  .all_search .all_search_menu_item h3.active {
    background: url(../img/icon_arrow_top_bk.svg) no-repeat;
    background-position: top right;
    background-size: 20px;
  }
}

.all_search .all_search_menu_item ul {
  width: 80%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 45px;
}

@media screen and (max-width: 768px) {
  .all_search .all_search_menu_item ul {
    margin-top: 40px;
    width: 100%;
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .all_search .all_search_menu_item ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 35px;
    padding-left: 20px;
  }
}

.all_search .all_search_menu_item ul li a {
  color: #2b2b2b;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .all_search .all_search_menu_item ul li a {
    font-style: 14px;
  }
}

.all_search .all_search_menu_item ul li a:hover {
  text-decoration: underline;
}

#itemDetail-cont {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 0 !important;
}

@media screen and (max-width: 768px) {
  #itemDetail-cont {
    padding: 40px 0 !important;
  }
}

#itemDetail-cont .itemThumb-wrap {
  width: 50%;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  #itemDetail-cont .itemThumb-wrap {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  #itemDetail-cont .itemThumb-wrap {
    padding: 0 5.33% !important;
  }
}

#bread-crumb {
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  #bread-crumb {
    padding: 0 20px !important;
  }
}

#bread-crumb-listTop {
  max-width: 1200px;
  margin: 0 auto;
}

#itemDetail-cont .itemOutline {
  width: 46%;
}

@media screen and (max-width: 768px) {
  #itemDetail-cont .itemOutline {
    width: 100%;
    float: unset;
    padding: 0 20px !important;
  }
}

section#itemDetail-wrap .description p {
  font-size: 18px !important;
}

#bread-crumb-listTop ol li {
  font-size: 14px;
}

#itemDetail-cont .itemThumb-wrap .itemThumb ul li {
  width: 24% !important;
  height: auto !important;
  margin-bottom: 1%;
}

#itemList_wrap {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  #itemList_wrap {
    padding: 0 20px;
  }
}

#itemList_wrap #pager-bm {
  border-top: 0 !important;
}

#itemList h1 {
  border-top: 0 !important;
  font-size: 24px !important;
  font-weight: normal;
  margin: 0 0 20px;
}

#itemList_wrap #pager-top .selectbox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #itemList_wrap #pager-top .selectbox {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.newItem .column-set,
#itemList .column-set,
.pickup .column-set,
.ranking .column-set,
.recommend .column-set {
  display: grid;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 70px;
}

@media screen and (max-width: 768px) {

  .newItem .column-set,
  #itemList .column-set,
  .pickup .column-set,
  .ranking .column-set,
  .recommend .column-set {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
  }
}

.column4 {
  float: unset !important;
  width: 100% !important;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .column4 {
    width: 100% !important;
  }
}

.column4 .sps-itemList-stockDisp+p {
  display: none !important;
}

.column4 h2 {
  font-size: 18px !important;
  margin: 0 0 10px !important;
}

.column4 .price {
  font-size: 24px !important;
  color: #2b2b2b;
  font-weight: bold !important;
  text-align: left !important;
}

.column4 p.price span.selling_price,
.column4 p.price span.taxin {
  color: #2b2b2b !important;
}

/* .column4 p.sps-itemList-stockDisp:empty,
.column5 p.sps-itemList-stockDisp:empty,
.column4 p.sps-itemList-stockDisp a:empty,
.column5 p.sps-itemList-stockDisp a:empty {
  display: block !important;
} */

article#Detail #main-column h1 {
  font-size: 24px;
  margin: 0 0 50px;
}

#pi_cart .price th,
#pi_cart .spec th {
  width: 15% !important;
}

#pi_cart .price td {
  font-size: 20px !important;
  font-weight: normal !important;
  color: #2b2b2b;
}

#pi_cart .price td span {
  color: #2b2b2b;
  font-weight: normal !important;
}

section#itemDetail-wrap table.spec {
  font-size: 100% !important;
}

.selling_price_str {
  font-size: 20px !important;
}

.spec th {
  font-size: 16px !important;
}

section#itemDetail-wrap table.spec td input {
  height: 25px !important;
  width: 10% !important;
}

.spec {
  margin: 40px auto 0;
}

section#itemDetail-wrap .cartArea {
  display: flex;
  flex-direction: column-reverse;
}

#cartButton {
  margin-top: 50px;
}

section#itemDetail-wrap p.cancel {
  display: none !important;
}

section#itemDetail-wrap .itemOutline li {
  width: 250px;
}

article#Detail .itemOutline ul.infoArea {
  margin-top: 0 !important;
}

section#itemDetail-wrap table.spec th {
  line-height: 150%;
}

.item__detail .item__detail {
  padding: 0 !important;
}

section#itemDetail-wrap .description>p {
  font-size: 24px !important;
}

section#itemDetail-wrap .cartArea img.nostock,
section#itemDetail-wrap .cartArea input.dialogSStock {
  width: 85px !important;
}

@media screen and (max-width: 768px) {

  section#itemDetail-wrap .cartArea img.nostock,
  section#itemDetail-wrap .cartArea input.dialogSStock {
    width: 90px !important;
  }

  #pi_cart .price th,
  #pi_cart .spec th {
    width: 20% !important;
  }

  article#Detail #main-column h1 {
    font-size: 21px;
    margin: 0 0 35px;
  }

  #pi_cart .price td {
    font-size: 18px !important;
  }
}

.fixed_bnr {
  opacity: 1;
}

#main-column h2 {
  border-top: 0 !important;
}

#main-column .recommend h2 {
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 40px;
  margin: 0 0 20px;
  font-weight: normal;
}

@media screen and (max-width: 1050px) {
  #main-column .recommend h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  #main-column.recommend h2 {
    font-size: 30px;
    margin: 0 0 15px;
  }
}

#main-column .recommend h2::after {
  content: "RELATED ITEM";
  display: block;
  margin: 20px auto 50px;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  font-family: "Marcellus", serif;
  color: #740212;
  letter-spacing: 0;
}

#main-column .recommend {
  max-width: 1240px;
  margin: 0 auto;
  padding: 40px 20px !important;
}

.column5 {
  width: 100%;
}

.column5 h3 {
  font-size: 18px !important;
  margin: 0 0 10px;
}

#main-column .column5 p.price {
  font-size: 18px !important;
  text-align: left !important;
}

.column5 p.price span.selling_price,
.column5 p.price span.taxin {
  color: #2b2b2b !important;
}

#itemDetail-cont .itemOutline ul.ico_itemType li {
  width: auto;
  height: 30px;
  margin-right: 10px;
}

#itemDetail-cont .itemOutline ul.ico_itemType li img {
  height: 100%;
  width: auto;
}

#bread-crumb {
  max-width: 1200px;
  margin: 0 auto;

}

#bread-crumb-listTop ol li {
  font-size: 14px;
}

.fx_price {
  font-size: 20px !important;
  font-weight: bold;
  text-align: left !important;
  margin: 0 !important;
}

.column4 p,
.column5 p {
  font-size: 100%;
}

.sp_price {
  font-size: 20px !important;
  text-align: left !important;
}

#itemList2 .column4 .inner-catch {
  font-size: 18px !important;
}

.column3 .badge,
.column4 .badge,
.column5 .badge {
  width: auto;
  height: 30px;
}

.column3 .badge img,
.column4 .badge img,
.column5 .badge img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

#itemList2 .column4 .sps-wishAddItem img {
  margin-left: 0 !important;
  width: 320px !important;
}

#itemList2 p[class^="sps-wishArea"] {
  text-align: left !important;
  margin-top: 20px !important;
}

#itemList2 .column4 {
  padding: 40px 0;
}

@media screen and (max-width: 480px) {
  #itemList2 .column4 {
    padding: 20px 0;
  }

  .fx_price {
    font-size: 16px !important;
    font-weight: bold;
    text-align: left !important;
    margin: 0 0 10px;
  }

  .sp_price {
    font-size: 16px !important;
    text-align: left !important;
  }

  .column4 .price {
    font-size: 16px !important;
  }
}

#itemList2 h1 {
  border-top: 0 !important;
  font-size: 24px !important;
  font-weight: normal;
  margin: 0 0 20px;
}

.cart-section {
  margin: 0 auto;
  max-width: 1280px;
  margin: 0 auto;
}

form[name="CANCELCOUPON"] .backcolor2 table tr:nth-child(3) {
  display: none !important;
}
