.p-goods-index .l-main {
  margin-top: 6rem;
}
.p-goods-index .l-main__2column-even {
  margin-bottom: 5.5rem;
}
.p-goods-index__heading {
  margin-bottom: 2rem;
}
.p-goods-index__price {
  margin-bottom: 2rem;
  line-height: 1.4;
}
.p-goods-index__price .yen {
  font-size: 2.2rem;
  font-weight: 600;
}
.p-goods-index__price dl {
  display: flex;
  align-items: baseline;
}
.p-goods-index__price dt {
  margin-right: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-goods-index__price dd {
  font-size: 3.8rem;
}
.p-goods-index__price__member dt, .p-goods-index__price__member dd {
  color: #e50012;
  font-weight: 500;
}
.p-goods-index__price__member dd {
  font-size: 1.8rem;
}
.p-goods-index__price__member dd .yen {
  font-size: 1.6rem;
}
.p-goods-index__mainvisual {
  margin-bottom: 1rem;
}
.p-goods-index__mainvisual > a div {
  padding-top: 100% !important;
  background-size: 100% !important;
}
.p-goods-index__mainvisual .rp_plus::before {
  content: "";
  background-image: url("/images/goods/icon-glass-goods-index-hover01.svg");
}
.p-goods-index__mainvisual .rp_plus:hover {
  background-image: url("/images/goods/icon-glass-goods-index-hover01.svg");
}
.p-goods-index__mainvisual--sp {
  margin-bottom: 1rem;
}
.p-goods-index__mainvisual--sp > a img {
  width: 100%;
  height: auto;
}
.p-goods-index__thumbnail {
  display: flex;
  flex-wrap: wrap;
}
.p-goods-index__thumbnail img {
  width: calc((100% - 40px) / 5);
  height: auto !important;
  margin-right: auto !important;
  margin-bottom: auto !important;
  border: none !important;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.p-goods-index__thumbnail img:not(:nth-child(5n)) {
  margin-right: 10px !important;
}
.p-goods-index__thumbnail img:not(:nth-child(5n)):nth-last-child(n+6) {
  margin-bottom: 10px !important;
}
.p-goods-index__thumbnail img *, .p-goods-index__thumbnail img::before, .p-goods-index__thumbnail img::after {
  transition: all 0.3s ease;
}
.p-goods-index__thumbnail img:hover {
  opacity: 0.6;
}
.p-goods-index__brand {
  margin-bottom: 1.5rem;
}
.p-goods-index .rp_plus {
  width: 80px;
  height: 80px;
  background-image: url("/images/goods/icon-glass-goods-index01.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  right: 0 !important;
  bottom: 0 !important;
}
.p-goods-index .rp_plus img {
  display: none;
}
.p-goods-index .lb-dataContainer {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 11;
  transform: translateX(-50%);
}
.p-goods-index .lb-data .lb-close {
  width: 40px;
  height: 40px;
  background-image: url("/images/goods/icon-close01.svg");
  background-size: contain;
  border-radius: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  opacity: 1;
  position: absolute;
  top: -20px;
  right: -20px;
  transition: none;
  filter: none;
}
.p-goods-index .lightbox .lb-image {
  border: 10px solid #fff;
}
.p-goods-index .lb-nav a.lb-next {
  width: calc(50% + 80px);
  background: url("/images/goods/icon-lb-next01.svg") right 48% no-repeat;
  background-position: 100% 50%;
  position: absolute;
  right: -85px;
  transition: none;
  filter: none;
}
.p-goods-index .lb-nav a.lb-prev {
  width: calc(50% + 80px);
  background: url("/images/goods/icon-lb-prev01.svg") right 48% no-repeat;
  background-position: 0 50%;
  position: absolute;
  left: -90px;
  transition: none;
  filter: none;
}
.p-goods-index .lb-outerContainer {
  overflow: visible !important;
}
.p-goods-index__action {
  padding: 2rem 5rem;
  margin-bottom: 2rem;
  background-color: #f8f8f8;
}
.p-goods-index__information-icon {
  margin-bottom: 3rem;
}
.p-goods-index__information-icon ul {
  display: flex;
  flex-wrap: wrap;
}
.p-goods-index__information-icon ul li {
  width: calc((100% - 2.4rem) / 4);
}
.p-goods-index__information-icon ul li:not(:nth-child(4n)) {
  margin-right: 0.8rem;
}
.p-goods-index__information-icon ul li:nth-last-child(n+5) {
  margin-bottom: 0.7rem;
}
.p-goods-index__select:not(:last-child) {
  margin-bottom: 2rem;
}
.p-goods-index__select dt {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: normal;
}
.p-goods-index__select dd {
  width: 100%;
}
.p-goods-index__select dd input[type=text] {
  outline-color: #ccc;
}
.p-goods-index__select select:hover {
  border-color: #0c60d1;
}
.p-goods-index__select-menu select {
  width: 100%;
  height: 4.4rem;
  padding-left: 1.6rem;
  background-color: #fff;
  background-image: url("/images/common/icon-arrow-bottom01.svg");
  background-repeat: no-repeat;
  background-position: right 1.8rem top 1.9rem;
  background-size: 1.2rem 0.7414rem;
  border: 0.1rem solid #ccc;
  border-radius: 0.3rem;
  cursor: pointer;
  font-size: 1.4rem;
  position: relative;
}
.p-goods-index__select-menu select:focus {
  outline: none;
}
.p-goods-index__cart-button {
  margin-bottom: 1.7rem;
}
.p-goods-index__cart-button .c-button {
  padding-left: 5.8rem;
  background-image: url("/images/goods/icon-cart01.svg");
  background-repeat: no-repeat;
  background-position: calc(50% - 4em) center;
  background-size: 3.4rem 2.9875rem;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
}
.p-goods-index .c-goods-info__button .c-button {
  padding-left: 4.191rem;
  background-image: url("/images/goods/icon-cart01.svg");
  background-repeat: no-repeat;
  background-position: calc(50% - 4em) center;
  background-size: 2.731rem 2.4rem;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.p-goods-index__favorite input {
  padding-left: 3.3rem;
  background-image: url("/images/goods/icon-heart01.svg");
  background-repeat: no-repeat;
  background-position: calc(50% - 5em) center;
  background-size: 1.7rem 1.525rem;
  text-align: center;
}
.p-goods-index__sns-button {
  display: grid;
  justify-content: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  grid-template-columns: auto auto;
}
.p-goods-index__sns-button a {
  width: 36px;
  height: 36px;
}
.p-goods-index__sns-button a:first-child {
  margin-right: 7px;
}
.p-goods-index__sns-button a:last-child {
  margin-left: 7px;
}
.p-goods-index__dl-list dl {
  display: flex;
  align-items: center;
}
.p-goods-index__dl-list dt {
  width: 8.5rem;
  padding: 0 0.5rem 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4285714286;
}
.p-goods-index__dl-list dd {
  width: calc(100% - 8.5rem);
}
.p-goods-index__dl-list--emphasis {
  border-top: 0.1rem solid #dedede;
}
.p-goods-index__dl-list--emphasis dl {
  padding: 1rem 0;
}
.p-goods-index__dl-list--emphasis dt {
  width: 12rem;
  padding: 1rem;
  background-color: #fcfaf0;
}
.p-goods-index__dl-list--emphasis dd {
  width: calc(100% - 12rem);
  padding-left: 2rem;
}
.p-goods-index__dl-list--allergy dl {
  padding: 1rem 0;
}
.p-goods-index__dl-list--allergy dd ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.p-goods-index__dl-list--allergy dd li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.7rem 0;
}
.p-goods-index__dl-list--allergy dd li:not(:last-child) {
  margin-right: 0.8rem;
}
.p-goods-index__dl-list--payment {
  margin-bottom: 0.5rem;
}
.p-goods-index__dl-list--payment dd ul {
  display: flex;
  flex-wrap: wrap;
}
.p-goods-index__dl-list--payment dd li {
  margin: 0.7rem 0;
}
.p-goods-index__dl-list--payment dd li::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.6rem;
  margin-bottom: 0.2rem;
  background-color: #1d2087;
  border-radius: 50%;
}
.p-goods-index__dl-list--payment dd li:not(:last-child) {
  margin-right: 2rem;
}
.p-goods-index__heading-h3 {
  margin-bottom: 4.2rem;
  font-size: 2.4rem;
  font-weight: 500;
}
.p-goods-index__delivery-type-view {
  margin-bottom: 2rem;
}
.p-goods-index__accessory {
  margin-bottom: 2rem;
}
.p-goods-index__accessory .accessoryCheckLabel {
  display: flex;
  align-items: center;
}
.p-goods-index__accessory .accessoryCheckLabelText {
  line-height: 1;
}
.p-goods-index__accessory .h4 {
  font-weight: 500;
}
.p-goods-index__accessory > dl {
  display: flex;
}
.p-goods-index__accessory__image {
  width: 5.8rem;
  height: auto;
  margin-right: 1rem;
}
.p-goods-index__counter-receipt-floor {
  margin-bottom: 2rem;
}
.p-goods-index__order-status {
  margin-bottom: 1.7rem;
}
.p-goods-index__order-status .c-button {
  width: 100%;
  line-height: 1;
}
.p-goods-index__order-status-dialog .c-form__unit-title {
  margin-bottom: 30px;
}
.p-goods-index__order-status-dialog .s_btn, .p-goods-index__order-status-dialog .s_none {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: 4rem;
  padding: 1rem;
  background-color: #fff;
  border: none;
  border: 0.1rem solid #ccc;
  border-radius: 0.3rem;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease;
}
.p-goods-index__order-status-dialog .s_btn {
  background-color: #2366c3;
  color: #fff;
}
.p-goods-index__order-status-dialog .s_btn:hover {
  background-color: #3985eb;
}
.p-goods-index__order-status-dialog .s_none {
  background-color: #f8f8f8;
  cursor: text;
}
.p-goods-index__order-status-dialog table {
  max-width: 65rem;
  margin: 1.5rem auto;
  border: 0.1rem solid #ccc;
  font-size: 1.4rem;
}
.p-goods-index__order-status-dialog table th {
  vertical-align: middle;
  padding: 0.5rem 1.5rem;
  background: #f8f4e1;
  border: 0.1rem solid #ede6d3;
  font-weight: normal;
  text-align: center;
}
.p-goods-index__order-status-dialog table td {
  padding: 1rem 1.5rem;
  background: #fff;
  border: 0.1rem solid #ede6d3;
  text-align: center;
}
.p-goods-index__order-status-dialog th.p_name {
  background-color: #f8f4e1;
  font-weight: bold;
}
.p-goods-index__order-status-dialog .c-button-set-two {
  flex-direction: row;
}
.p-goods-index__order-status-dialog .c-button-set-two > input:nth-of-type(3), .p-goods-index__order-status-dialog .c-button-set-two > input:nth-of-type(4) {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.p-goods-index__view-material {
  padding: 0 5rem;
  margin-bottom: 2rem;
}
.p-goods-index__view-material a:not([class=noStyle]) {
  display: flex;
}
.p-goods-index__goods-note {
  margin-bottom: 4.2rem;
  font-size: 1.6rem;
  line-height: 1.875;
}
.p-goods-index__stock-heading {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: 700;
}
.p-goods-index__stock {
  margin-bottom: 12rem;
}
.p-goods-index__stock table {
  table-layout: fixed;
  width: 100%;
  max-width: 100%;
  font-size: 1.5rem;
}
.p-goods-index__stock th, .p-goods-index__stock td {
  vertical-align: middle;
  padding: 3.1rem;
}
.p-goods-index__stock th {
  width: 8.5rem;
  background-color: #f8f8f8;
  font-weight: 500;
  text-align: center;
}
.p-goods-index__stock .code {
  width: 15rem;
}
.p-goods-index__stock .stock {
  width: 20rem;
  text-align: center;
}
.p-goods-index__stock .summary {
  /* width: calc(100% - 35rem); */
  border-right: 0.1rem solid #ccc;
}
.p-goods-index__stock-body {
  border: 0.1rem solid #ccc;
  border-bottom: none;
  font-size: 1.5rem;
}
.p-goods-index__stock-body:last-child {
  border-bottom: 0.1rem solid #ccc;
}
.p-goods-index__list-heading {
  margin-bottom: 4.2rem;
  position: relative;
}
.p-goods-index__list-heading-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-goods-index__list-heading-button .c-button {
  width: 10.8rem;
}
.p-goods-index__list-heading-button .c-button.p-goods-index__view-ranking {
  width: auto;
}
.p-goods-index__goods-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-goods-index .c-goods-info {
  width: calc((100% - 12rem) / 4);
}
.p-goods-index .c-goods-info:not(:nth-child(4n)) {
  margin-right: 4rem;
}
.p-goods-index .c-goods-info:nth-last-child(n+5) {
  margin-bottom: 4rem;
}
.p-goods-index__list {
  padding-top: 4.2rem;
  border-top: 0.1rem solid #dedede;
}
.p-goods-index__list:not(:last-child) {
  margin-bottom: 10rem;
}
.p-goods-index__list--viewed {
  margin-top: 3.8rem;
}
.p-goods-index__list--viewed .c-goods-info__text {
  display: none;
}
.p-goods-index__list--viewed .c-goods-info:nth-last-child(n+5) {
  margin-bottom: 0;
}
.p-goods-index__list--viewed .c-goods-info {
  margin: 0;
}
.p-goods-index__swiperSlide {
  position: relative;
}
.p-goods-index__swiperSlide .swiper-wrapper {
  flex-wrap: nowrap;
}
.p-goods-index__swiperSlide .c-goods-info a {
  width: 100%;
}
.p-goods-index__swiperSlide .c-goods-info__image {
  margin-bottom: 0;
}
.p-goods-index__swiperSlide .c-goods-info__image img {
  width: 100%;
  height: auto;
}
.p-goods-index__swiperSlide-inner {
  margin: 0 auto;
  overflow-x: hidden;
}
.p-goods-index .swiper-button-next-goodsIndex, .p-goods-index .swiper-button-prev-goodsIndex {
  width: 4rem;
  height: 4rem;
  margin-top: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-goods-index .swiper-button-next-goodsIndex::before, .p-goods-index .swiper-button-prev-goodsIndex::before {
  content: "";
  background-image: url("/images/common/icon-arrow-swiper-hover01.svg");
}
.p-goods-index .swiper-button-next-goodsIndex:after, .p-goods-index .swiper-button-prev-goodsIndex:after {
  width: 4rem;
  height: 4rem;
  background-image: url("/images/common/icon-arrow-swiper01.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  transition: all 0.3s ease;
}
.p-goods-index .swiper-button-next-goodsIndex:hover::after, .p-goods-index .swiper-button-prev-goodsIndex:hover::after {
  background-image: url("/images/common/icon-arrow-swiper-hover01.svg");
}
.p-goods-index .swiper-button-next-goodsIndex {
  right: -6rem;
}
.p-goods-index .swiper-button-prev-goodsIndex {
  left: -6rem;
  transform: rotate(180deg) translateY(-50%);
  transform-origin: top;
}
.p-goods-index__goods-details-note {
  margin-bottom: 4.6rem;
}
.p-goods-index #side + .p-goods-index__list {
  margin-top: 3.8rem;
  border: none;
}
.p-goods-index #side + .p-goods-index__list + .p-goods-index__list--viewed {
  margin-top: -6rem;
  border: none;
}

.c-heading-h2__text ul.goodsNameChanel li.header {
  font-size: 100%;
  font-weight: 500;
}

.p-goods-list__heading {
  margin-bottom: 3rem;
}
.p-goods-list__goods-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 8rem;
  margin-bottom: 8rem;
  border-bottom: 0.1rem solid #dedede;
}
.p-goods-list__sort {
  margin-bottom: 3rem;
}
.p-goods-list .c-goods-info {
  width: calc((100% - 11rem) / 3);
}
.p-goods-list .c-goods-info:not(:nth-child(3n)) {
  margin-right: 5.5rem;
}
.p-goods-list .c-goods-info:nth-last-child(n+4) {
  margin-bottom: 8rem;
}

.p-goods-alcohol .u-lead-text .caution {
  margin-bottom: 4rem;
  color: #e50012;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 950px) and (min-width: 768px) {
  .p-goods-index .c-goods-info {
    width: calc((100% - 8rem) / 3);
  }
  .p-goods-index .c-goods-info:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .p-goods-index .c-goods-info:nth-last-child(n+5) {
    margin-bottom: 0;
  }
  .p-goods-index .c-goods-info:not(:nth-child(3n)) {
    margin-right: 4rem;
  }
  .p-goods-index .c-goods-info:nth-last-child(n+4) {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .p-goods-index .lightbox .lb-image {
    max-width: 600px;
    max-height: 600px;
  }
}
@media screen and (max-width: 767px) {
  .p-goods-index .u-wrap .u-wrap--small {
    padding: 0;
  }
  .p-goods-index .ui-dialog[aria-labelledby=ui-dialog-title-goodsOrderStatusDialog] {
    width: 90% !important;
  }
  .p-goods-index .ui-dialog[aria-labelledby=ui-dialog-title-goodsOrderStatusDialog] .u-wrap, .p-goods-index .ui-dialog[aria-labelledby=ui-dialog-title-goodsOrderStatusDialog] .u-wrap--small {
    padding: 0;
  }
  .p-goods-index .ui-dialog[aria-labelledby=ui-dialog-title-goodsOrderStatusDialog] .p-goods-index__order-status-dialog table {
    display: block;
    overflow-x: scroll;
  }
  .p-goods-index .ui-dialog[aria-labelledby=ui-dialog-title-goodsOrderStatusDialog] .p-goods-index__order-status-dialog table th {
    white-space: nowrap;
  }
  .p-goods-index .ui-dialog[aria-labelledby=ui-dialog-title-goodsOrderStatusDialog] .p-goods-index__order-status-dialog .s_btn {
    padding: 1rem;
    margin: 0 4px;
    font-size: 1.1rem;
  }
  .p-goods-index #schedule .s_btn {
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
  }
  .p-goods-index .l-main {
    margin-top: 2rem;
  }
  .p-goods-index .l-main__2column-even {
    margin-bottom: .8rem;
  }
  .p-goods-index__price {
    margin-bottom: 1.5rem;
  }
  .p-goods-index__price .yen {
    font-size: 2rem;
  }
  .p-goods-index__price dt {
    font-size: 1.5rem;
  }
  .p-goods-index__price dd {
    font-size: 3.2rem;
  }
  .p-goods-index__price__member dd {
    font-size: 1.9rem;
  }
  .p-goods-index__thumbnail img {
    transition: none;
  }
  .p-goods-index__thumbnail img *, .p-goods-index__thumbnail img::before, .p-goods-index__thumbnail img::after {
    transition: none;
  }
  .p-goods-index__action {
    padding: 2rem;
    margin-bottom: 1.5rem;
  }
  .p-goods-index__information-icon {
    margin-bottom: 2rem;
  }
  .p-goods-index__information-icon ul li {
    width: calc((100% - 1.6rem) / 3);
  }
  .p-goods-index__information-icon ul li:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .p-goods-index__information-icon ul li:nth-last-child(n+5) {
    margin-bottom: 0;
  }
  .p-goods-index__information-icon ul li:not(:nth-child(3n)) {
    margin-right: 0.8rem;
  }
  .p-goods-index__information-icon ul li:nth-last-child(n+4) {
    margin-bottom: 0.7rem;
  }
  .p-goods-index__select dt {
    font-size: 1.5rem;
  }
  .p-goods-index__sns-button a:first-child {
    margin-right: 5px;
  }
  .p-goods-index__sns-button a:last-child {
    margin-left: 5px;
  }
  .p-goods-index__dl-list--payment {
    margin-bottom: 0;
  }
  .p-goods-index__dl-list--payment dd {
    margin-bottom: 0;
  }
  .p-goods-index__dl-list--payment dd ul {
    flex-direction: column;
  }
  .p-goods-index__dl-list--payment dd li {
    margin: 0.1rem 0;
  }
  .p-goods-index__dl-list--payment dd li:not(:last-child) {
    margin-right: 0;
  }
  .p-goods-index__dl-list--payment dd li img {
    width: auto;
    height: 2rem;
  }
  .p-goods-index__heading-h3 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
  .p-goods-index__order-status input {
    font-size: 1.2rem;
  }
  .p-goods-index__order-status-dialog .c-button-set-two > input:nth-of-type(1) {
    margin-left: 0;
    margin-right: 0.5rem;
  }
  .p-goods-index__order-status-dialog .c-button-set-two > input:nth-of-type(2) {
    margin-bottom: 0;
  }
  .p-goods-index__order-status-dialog table th span[id^=orderStatusDateTitle-] {
    display: block;
  }
  .p-goods-index__order-status-dialog .c-button-set-two > input:nth-of-type(4) {
    margin-right: 0;
  }
  .p-goods-index__view-material {
    padding: 0 2rem;
  }
  .p-goods-index__goods-note {
    margin-bottom: 2.6rem;
    font-size: 1.5rem;
  }
  .p-goods-index__stock {
    margin-bottom: 6rem;
  }
  .p-goods-index__stock table {
    width: 100%;
  }
  .p-goods-index__stock tr {
    display: flex;
    flex-wrap: wrap;
  }
  .p-goods-index__stock th, .p-goods-index__stock td {
    display: block;
    padding: 1rem;
    line-height: 1.3;
  }
  .p-goods-index__stock th {
    width: 100%;
  }
  .p-goods-index__stock .code {
    width: 100%;
    border-bottom: 0.1rem solid #ccc;
  }
  .p-goods-index__stock .stock {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .p-goods-index__stock .summary {
    width: 100%;
    border-right: none;
    border-bottom: 0.1rem solid #ccc;
  }
  .p-goods-index .c-goods-info {
    width: calc((100% - 1.5rem) / 2);
  }
  .p-goods-index .c-goods-info:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .p-goods-index .c-goods-info:nth-last-child(n+5) {
    margin-bottom: 0;
  }
  .p-goods-index .c-goods-info:not(:nth-child(2n)) {
    margin-right: 1.5rem;
  }
  .p-goods-index .c-goods-info:nth-last-child(n+3) {
    margin-bottom: 2rem;
  }
  .p-goods-index__list {
    padding-top: 2rem;
  }
  .p-goods-index__list:not(:last-child) {
    margin-bottom: 5rem;
  }
  .p-goods-index__list--related {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .p-goods-index__list--viewed {
    width: calc(100% + 40px);
    margin-top: 2.8rem;
    margin-left: -20px;
  }
  .p-goods-index__list--viewed .c-goods-info:nth-last-child(n+3) {
    margin-bottom: 0;
  }
  .p-goods-index .swiper-button-next-goodsIndex {
    right: -3rem;
    right: 0;
  }
  .p-goods-index .swiper-button-prev-goodsIndex {
    left: 0;
  }
  .p-goods-index__goods-details-note {
    margin-bottom: 2.6rem;
  }
  .p-goods-index #side + .p-goods-index__list {
    margin-top: 2.8rem;
  }
  .p-goods-index #side + .p-goods-index__list + .p-goods-index__list--viewed {
    margin-top: -2rem;
  }
  .p-goods-index #logrecom_results .p-goods-index__list-heading .p-goods-index__list-heading-button {
    position: relative;
    transform: none;
  }
  .p-goods-index #logrecom_results .p-goods-index__list-heading-button .c-button.p-goods-index__view-ranking {
    width: max-content;
    height: auto !important;
    padding: 0.875em 1.5rem !important;
    margin: 0.6rem 0 0 auto;
  }
  .p-goods-index #logrecom_results .p-goods-index__list-heading-button .c-button.p-goods-index__view-checked {
    height: auto !important;
    padding: 0.875rem 1.5rem !important;
    line-height: 1.4;
  }
  .p-goods-index #side {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .p-goods-list__heading {
    margin-bottom: 2rem;
  }
  .p-goods-list__goods-wrap {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }
  .p-goods-list .c-goods-info {
    width: calc((100% - 1.5rem) / 2);
  }
  .p-goods-list .c-goods-info:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-goods-list .c-goods-info:nth-last-child(n+4) {
    margin-bottom: 0;
  }
  .p-goods-list .c-goods-info:not(:nth-child(2n)) {
    margin-right: 1.5rem;
  }
  .p-goods-list .c-goods-info:nth-last-child(n+3) {
    margin-bottom: 3rem;
  }
  .p-goods-list__pagenation {
    margin-bottom: 2rem;
  }
  .p-goods-list .l-main__2column__right {
    margin-bottom: 5rem;
  }
  .p-goods-alcohol .u-lead-text .caution {
    margin-bottom: 2rem;
    font-size: 1.6rem;
  }
  .p-goods-index .ui-corner-all.ui-dialog .ui-dialog-content {
    padding: 0;
  }
  .p-goods-index .c-goods-info__button .c-button {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  .p-goods-index .ui-dialog[aria-labelledby=ui-dialog-title-goodsOrderStatusDialog] .p-goods-index__order-status-dialog .s_btn {
    padding: 0.8rem;
    margin: 0 2px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 900px) and (min-width: 768px) {
  .p-goods-index__action {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 374px) {
  .p-goods-index .c-goods-info__button .c-button {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 374px) {
  .p-goods-index #side {
    width: 100%;
    margin-left: 0;
  }

  .p-goods-index__list--viewed {
    width: 100%;
    margin-left: 0;
  }

  .p-goods-index__list--related {
    width: 100%;
    margin-left: 0;
  }

  .p-goods-index .u-wrap .u-wrap {
    padding: 0;
  }
}

/* 地域選択 */
.p-goods-index__living {
  background-color: #f8f8f8;
  padding: 20px 50px;
  margin: 0 0 10px;
}
.p-goods-index__living dt {
  margin-bottom: 0.8rem;
  font-weight: normal;
}
.p-goods-index__living dd {
  display: grid;
  gap: 1rem;
  font-size: 1.5rem;
}

.p-goods-index__living span,
.p-goods-index__living a {
  background-image: url(/images/goods/icon-checked01.svg);
  background-repeat: no-repeat;
  background-position: left 1.4rem center;
  background-size: 2.2rem 2.2rem;
  border: .2rem solid #1D2087;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 4.4rem;
  background-color: #fff;
  border-color: #1d2087;
  border-radius: 2.2rem;
  color: #1D2087;
  font-size: 1.6rem;
  font-weight: 700;
}

.p-goods-index__living a {
  background-image: url(/images/goods/icon-not-checked01.svg?02);
  border-width: 1px;
  font-weight: normal;
  transition: all .3s ease-in-out;
  outline: 1px solid #f8f8f8;
}

@media screen and (min-width: 768px) {
  .p-goods-index__living dd a:hover {
    background-image: url(/images/goods/icon-checked01.svg);
    outline: 1px solid #1d2087;
    font-weight: bold;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .p-goods-index__living {
    padding: 2rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-goods-index__living {
    padding: 2rem 2rem;
  }

  .p-goods-index__living dd a:active {
    background-image: url(/images/goods/icon-checked01.svg);
    outline: 1px solid #1d2087;
    font-weight: bold;
  }

  .p-goods-index__living span,
  .p-goods-index__living a {
    height: 4rem;
    border-radius: 2rem;
    font-size: 1.4rem;
  }
}
