@charset "utf-8";

/* =========================================================
index.html
============================================================ */
.goodsIndex .main {
  position: relative;
}

.goodsIndex .mainContent {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  position: relative;
}

.goodsIndex .mainContent .leftContent {
  margin-right: 30px;
  width: calc(((629 / 1100) * 100%) - 30px + 25px);
}

.goodsIndex .mainContent .rightContent {
  width: calc((446 / 1100) * 100%);
}

.goodsIndex .infoAdd {
  margin-right: 5px;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
  width: calc(114px + 34px);
}

.goodsIndex .infoAdd::-webkit-scrollbar {
  display: none;
}

.goodsIndex .thmbContainer {
  padding-bottom: 1px;
  width: 114px;
}

.goodsIndex .thmbContainer div {
  background-size: contain;
  height: 114px;
  width: 114px;
}

.goodsIndex #d_photo {
  background-position: 50% 0 !important;
  background-size: contain;
  height: auto;
  margin-bottom: 30px;
  max-width: 500px;
  width: 100%;
}

.goodsIndex .noZoomImage .zoom {
  display: none !important;
}

.goodsIndex #d_photo .noZoom {
  display: none;
}

.goodsIndex .noZoom {
  display: none !important;
}

.goodsIndex .noZoomImage .noZoom {
  display: block !important;
}

.goodsIndex #d_photo_box {
  display: flex;
  flex-direction: row-reverse;
}

.goodsIndex .icons {
  margin-bottom: 20px;
}

.goodsIndex .icons .delivery span:not(:last-child) {
  margin-right: 10px;
}

.goodsIndex .icons .bottom {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.goodsIndex .icons .bottom .iconNew {
  align-items: center;
  background-color: #597dbb;
  color: #fff;
  display: flex;
  font-weight: 300;
  justify-content: center;
}

.goodsIndex .icons .bottom .iconSale {
  align-items: center;
  background-color: #c54647;
  color: #fff;
  display: flex;
  font-weight: 300;
  justify-content: center;
}

.goodsIndex .icons .bottom .icon {
  margin-bottom: 4px;
  width: calc((100% - (4px * 4)) / 5);
}

/* .goodsIndex .icons .bottom .icon img {
  height: auto;
  max-width: 100%;
} */

.goodsIndex .icons .bottom .icon img[src$=".svg"] {
  height: auto;
  min-width: 100%;
}

.goodsIndex .icons .bottom .icon:not(:nth-child(5n)) {
  margin-right: 4px;
}

.goodsIndex .outline {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.goodsIndex .outlinePlus {
  font-size: 16px;
  font-weight: normal;
  margin-top: 4px;
}

.goodsIndex .detail {
  border: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 7px;
  padding: 23px 38px 20px;
}

.goodsIndex .detail dl {
  display: flex;
}

.goodsIndex .detail dl:not(:last-child) {
  margin-bottom: 12px;
}

.goodsIndex .detail dl dt {
  font-weight: bold;
  width: 130px;
}

.goodsIndex .detail dl dd {
  width: calc(100% - 130px);
}

.goodsIndex .detail dl .allergiesDd span {
  border: 1px solid #ccc;
  display: inline-table;
  height: 20px;
  margin-bottom: 8px;
  margin-right: 4px;
  padding: 0 8px;
}

.goodsIndex .detail .detailNote {
  border-top: 1px solid #ccc;
  color: #313131;
  font-size: 14px;
  line-height: 20px;
  padding-top: 14px;
}

.goodsIndex .goodsId {
  line-height: 1.4;
  margin-bottom: 27px;
  margin-left: 40px;
}

.goodsIndex .goodsIdText {
  white-space: nowrap;
}

.goodsIndex .goodsIdText::after {
  color: transparent;
  content: ".";
  display: inline-block;
  pointer-events: none;
  width: 0;
}

.goodsIndex .goodsNote {
  margin-bottom: 27px;
}

.goodsIndex .goodsNote .goodsNotePartTitle {
  font-size: 16px;
}

.goodsIndex .goodsNote p {
  font-size: 15px;
  line-height: 1.7;
}

.goodsIndex .goodsNoteFreeArea {
  margin-bottom: 40px;
}

.goodsIndex .stock .stockTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}

.goodsIndex .detail2 {
  margin-bottom: 20px;
}

.goodsIndex .stockTable {
  width: 100%;
}

.goodsIndex .stockTable th,
.goodsIndex .stockTable td {
  border: 1px solid #ccc;
  vertical-align: middle;
}

.goodsIndex .stockTable th,
.goodsIndex .stockTable .status {
  text-align: center;
}

.goodsIndex .stockTable th {
  background-color: #efefef;
  font-size: 17px;
  font-weight: normal;
  padding: 44px 0;
  width: 175px;
}

.goodsIndex .stockTable .text {
  font-size: 14px;
  padding: 8px 8px 8px 20px;
  width: calc(100% - (175px + 118px));
}

.goodsIndex .stockTable .text span {
  display: block;
  word-break: break-all;
}

.goodsIndex .stockTable .status {
  font-size: 18px;
  font-weight: 300;
  width: 118px;
}

.goodsIndex .stockTable .status .reStockMail {
  background-image: url(../../images/common/icon-reStockMail-hover.svg);
  background-position: 5px 52%;
  background-repeat: no-repeat;
  background-size: 13px;
  font-size: 12px;
  height: 30px;
  line-height: 1;
  padding-left: 16px;
  position: relative;
  width: 100px;
}

.goodsIndex .stockTable .status .reStockMail:hover {
  background-image: url(../../images/common/icon-reStockMail.svg);
}

.goodsIndex .stockTable .status .reStockMail > span {
  padding-left: 15px;
}

.goodsIndex .message {
  background-color: #fff;
  border: 1px solid #ce4d66;
  color: #ce4d66;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 1em;
  padding: 1em;
  text-align: center;
}

.goodsIndex .goodsDetailForm {
  background-color: #efefef;
  padding: 25px 45px 20px;
  will-change: transform;
}

.goodsIndex .goodsDetailForm .goodsId {
  font-size: 14px;
  margin-bottom: 9px;
  margin-left: 0;
}

.goodsIndex .goodsDetailForm .name {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 3px;
}

.goodsIndex .goodsDetailForm .name .brandName {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  word-break: break-all;
}

.goodsIndex .goodsDetailForm .name .itemName {
  display: block;
}

.goodsIndex .goodsDetailForm .name .brandName a {
  text-decoration: underline;
}

.goodsIndex .goodsDetailForm .price {
  font-size: 12.5px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: right;
}

.goodsIndex .goodsDetailForm .price .number {
  font-size: 30px;
  font-weight: bold;
  justify-content: flex-end;
  line-height: 1.2;
}

.goodsIndex .goodsDetailForm .price .tax {
  color: #000;
}

.goodsIndex .goodsDetailForm .price p {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

.goodsIndex .goodsDetailForm .price .saleIcon::before {
  align-items: center;
  background-color: #c54647;
  color: #fff;
  content: "SALE";
  display: flex;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  justify-content: center;
  letter-spacing: 0.2em;
  margin: 0 7px 4px;
  width: 48px;
}

.goodsIndex .goodsDetailForm .price .saleIcon {
  color: #c54647;
}

.goodsIndex .goodsDetailForm .inputForm {
  margin: 0 auto 10px;
}

.goodsIndex .goodsDetailForm .inputFormTextName {
  margin: 0 auto 20px;
}

.goodsIndex .goodsDetailForm .inputForm dl dt {
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 4px;
  white-space: normal;
  word-break: break-all;
}

.goodsIndex .goodsDetailForm .cp_ipselect.cp_sl01 {
  margin-top: 0;
}

.goodsIndex .goodsDetailForm .cp_ipselect.cp_sl01 {
  margin-top: 0;
}

.goodsIndex .goodsDetailForm .cp_ipselect.cp_sl01 select {
  font-size: 16px;
}

.goodsIndex .goodsDetailForm .inputFormOption {
  margin-bottom: 18px;
}

.goodsIndex .goodsDetailForm .inputFormHorizontal {
  margin-bottom: 18px;
  margin-top: 18px;
}

.goodsIndex .goodsDetailForm .inputForm .inputOption {
  margin-top: 0;
}

.goodsIndex .goodsDetailForm .inputForm .horizontal {
  display: flex;
}

.goodsIndex .goodsDetailForm .inputForm .horizontal dt {
  width: 60px;
}

.goodsIndex .goodsDetailForm .inputForm .horizontal dd {
  width: calc(100% - 60px);
}

.goodsIndex .goodsDetailForm .inputFormPersonalise {
  margin-bottom: 15px;
  margin-top: -6px;
}

.goodsIndex .goodsDetailForm .inputFormPersonalise dl {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.goodsIndex .goodsDetailForm .inputFormPersonalise .input {
  align-items: center;
  background-color: #dedede;
  border-radius: 12px;
  display: flex;
  height: 29px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 4px 3px;
}

.goodsIndex .goodsDetailForm .inputFormPersonalise .input {
  margin-right: 10px;
  padding-right: 14px;
}

.goodsIndex .goodsDetailForm .inputFormPersonalise .input:nth-last-child(3),
.goodsIndex .goodsDetailForm .inputFormPersonalise .input:last-child {
  margin-bottom: 0;
}

.goodsIndex .goodsDetailForm .inputFormPersonalise .LabelRadio {
  padding-left: 16px;
}

.goodsIndex .goodsDetailForm .inputFormPersonalise dl dt {
  width: 100%;
}

.goodsIndex .goodsDetailForm .inputFormPersonalise .radioButton {
  flex-wrap: wrap;
  font-size: 14px;
  height: 29px;
  line-height: 1.4;
  margin-top: 5px;
  padding: 0 0 0 9px;
  text-align: center;
}

.goodsIndex .goodsDetailForm .personaliseOptionInput .inputForm {
  margin-top: 0;
}

.goodsIndex .goodsDetailForm .personaliseOptionInput .inputFormText.inputForm {
  margin-bottom: 5px;
  margin-top: 0;
}

.goodsIndex .goodsDetailForm .personaliseOptionInput .inputFormText.inputForm:last-child {
  margin-bottom: 15px;
}

.goodsIndex .goodsDetailForm .inputFormText:not(:last-child) {
  margin-bottom: 18px;
}

.goodsIndex .goodsDetailForm .radioButton {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  font-size: 17px;
  height: 40px;
  justify-content: center;
}

.goodsIndex .goodsDetailForm #naireOn.radioButton,
.goodsIndex .goodsDetailForm #naireOff.radioButton {
  color: #4f4f4f;
}

.goodsIndex .goodsDetailForm .inputForm .horizontalRadioDisable label {
  pointer-events: none;
}

.goodsIndex .goodsDetailForm .inputForm .horizontalRadioDisable .radioButton {
  opacity: 0.4;
}

.goodsIndex .goodsDetailForm .inputForm .horizontalRadio {
  margin-bottom: 18px;
  margin-top: 12px;
}

.goodsIndex .goodsDetailForm .inputForm .horizontalRadio .inputRadio {
  margin-top: 0;
}

.goodsIndex .goodsDetailForm .inputForm .horizontalRadio dd {
  width: calc((100% - 60px - 10px) / 2);
}

.goodsIndex .goodsDetailForm .inputForm .horizontalRadio dd:nth-child(2) {
  margin-right: 10px;
}

.goodsIndex .goodsDetailForm .btnArea.btnAreaCartInFirst {
  margin: 20px 0 13px;
}

.goodsIndex .goodsDetailForm .btnAreaCartIn .submitBtn {
  background-image: url(../../images/common/icon-bag-white01.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 22px;
  height: 70px;
  padding-left: 31px;
  width: 100%;
}

.goodsIndex .goodsDetailForm .btnAreaCartInFirst .noCartIn {
  align-items: center;
  background-color: #aaa;
  color: #fff;
  display: flex;
  font-size: 22px;
  height: 70px;
  justify-content: center;
  line-height: 1.3;
  text-align: center;
  width: 100%;
}

.goodsIndex .goodsDetailForm .btnAreaCartInFirst .noCartIn .noCartInBr {
  display: none;
}

.goodsIndex .contents .main .headingLv3 {
  font-size: 20px;
}

.goodsIndex .goodsDetailForm .btnAreaCartIn .submitBtn:hover {
  background-image: url(../../images/common/icon-bag-white-hover01.svg);
}

.goodsIndex .goodsDetailForm .inputRadio input:checked + .radioButton {
  background: #ce4d66;
  color: #fff;
}

.goodsIndex .goodsDetailForm .personaliseOption .inputRadio input:checked + .radioButton {
  background: transparent;
  color: #010101;
}

.goodsIndex .goodsDetailForm .inputFormPersonalise .input .formRadio:checked + .LabelRadioPats::after {
  background: #ce4d66;
  border-radius: 50%;
  content: "";
  display: block;
  height: 16px;
  left: 3px;
  position: absolute;
  top: 7px;
  width: 16px;
}

.goodsIndex .goodsDetailForm .inputFormPersonalise label.LabelRadio {
  margin-bottom: 0;
  margin-right: 0;
}

.goodsIndex .goodsDetailForm .keywordNote {
  font-size: 12px;
  line-height: 1.3;
}

.goodsIndex .goodsDetailForm .formRadio + .LabelRadioPats::before {
  top: 50%;
  transform: translateY(-50%);
}

.goodsIndex .goodsDetailForm .cp_ipselect select,
.goodsIndex .goodsDetailForm input[type="text"] {
  height: 30px;
}

.goodsIndex .goodsDetailForm .priceGroup {
  align-items: flex-end;
  display: flex;
  justify-content: flex-start;
}

.goodsIndex .goodsDetailForm .priceGroup .txt {
  align-items: flex-end;
  display: flex;
  line-height: 1;
  padding: 0 7px 0 5px;
}

.goodsIndex .goodsDetailForm .priceGroup .txtEnd {
  padding: 0 0 0 5px;
}

.goodsIndex .goodsDetailForm input[type="text"].price {
  max-width: 78px;
  width: auto;
}

.goodsIndex .goodsDetailForm .stock {
  font-size: 17px;
}

.goodsIndex .goodsDetailForm .btnArea {
  margin: 30px 0 0;
  position: relative;
}

.goodsIndex .goodsDetailForm .cp_ipselect.cp_sl01 {
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  width: auto;
}

.goodsIndex .formCheckbox + .formCheckboxParts::before {
  margin-top: -5px;
}

.goodsIndex .formCheckbox + .formCheckboxParts::after {
  margin-top: -4px;
}

.goodsIndex .goodsDetailForm .afterCartIn {
  margin-bottom: 13px;
  margin-top: 15px;
}

.goodsIndex .goodsDetailForm .afterCartIn .btnArea {
  margin: 20px 0 0;
}

.goodsIndex .goodsDetailForm .afterCartIn .cartInResulut {
  font-size: 18px;
  font-weight: bold;
}

.goodsIndex .goodsDetailForm .afterCartIn .submitBtn {
  background-image: none;
  font-size: 22px;
  padding: 0 5px;
  width: 100%;
}

.goodsIndex .goodsDetailForm .afterCartIn .submitBtn:hover {
  background-image: none;
}

.goodsIndex .btnAreaHeader .historyBack {
  top: -50px;
}

.goodsIndex .sns {
  align-items: center;
  display: flex;
  justify-content: center;
}

.goodsIndex .sns .snsImg {
  height: 21px;
}

.goodsIndex .sns .snsImg:first-child {
  margin-right: 3px;
}

.goodsIndex .sns .snsImg:last-child {
  margin-left: 3px;
  width: 85px;
}

.goodsIndex .pcNone {
  display: none !important;
}

.goodsIndex .goodsDetailForm .inputFormPersonalise .radioButton {
  background-color: transparent;
  border: none;
  display: flex;
  height: 29px;
  margin-top: 0;
  vertical-align: middle;
}

.goodsIndex .notes {
  font-size: 14px;
}

.goodsIndex .detail dl.allergies {
  margin-bottom: 2px;
}

.goodsIndex .goodsNoteDeliver .goodsNotePartTitle {
  margin-bottom: 2px;
}

/* フォーム固定 */
.goodsIndex .cartForm {
  position: absolute;
  right: 0;
  will-change: margin-top;
  z-index: 0;
}

.goodsIndex .aboutWrapping {
  margin-bottom: -4px;
  margin-top: 5px;
  text-align: right;
}

.goodsIndex .goods_note_2 {
  background-color: #fff;
  font-size: 15px;
  margin-top: 20px;
  padding: 8px 15px;
}

.goodsIndex .goods_note_2 .selectGiftArea {
  margin-top: 10px;
}

.goodsIndex .mainWrap .goods_note_2 .inputForm {
  margin-top: 0;
}

.goodsIndex .goods_note_2 .inputForm .horizontal {
  margin-bottom: 10px;
}

.goodsIndex .goodsDetailForm .price .saleColor {
  color: #c54647;
}

.goodsIndex .goodsDetailForm .price .lineThrough {
  text-decoration: line-through;
  color: #010101;
}

.goodsIndex .goodsDetailForm .price #goodsDisplayPreDiscountPrice.number {
  font-size: 20px;
}

.goodsIndex .goodsDetailForm .price .tax.preDiscountPrice {
  color: #010101;
  font-weight: normal;
}

.goodsIndex .goodsDetailForm .naireRenmei .horizontal dt {
  width: 72px;
}

.goodsIndex .goodsDetailForm .naireRenmei .horizontal dd {
  width: calc(100% - 72px);
}

/* =========================================================
list.html
============================================================ */
.goodsList .main {
  align-items: flex-start;
  display: flex;
  flex-direction: row-reverse;
}

.goodsList .contentsTitleWrap {
  padding-top: 0;
}

.goodsList .headingLv2Goods {
  line-height: 1;
  margin-bottom: 2px;
}

.goodsList .main .sideMenu {
  margin-bottom: 5em;
  margin-right: 20px;
}

.goodsList .itemOutput {
  margin-bottom: 5em;
  max-width: 852px;
  width: calc(100% - 270px);
}

.goodsList .itemOutput .searchResultCount {
  align-items: center;
  display: flex;
  font-size: 13px;
  justify-content: center;
}

.goodsList .itemOutput .searchResultCount .number {
  font-size: 20px;
  padding-right: 2px;
}

.goodsList .itemList:last-child .list {
  margin-bottom: 10px;
}

.goodsList .itemOutput .list .item:not(:nth-child(3n)) {
  margin-right: 17.5px;
}

.goodsList .itemOutput .list .item {
  cursor: pointer;
  margin-bottom: 45px;
  width: calc((99.999999999% - (17.5px * 2)) / 3);
}

.goodsIndex .itemOutput .list .item:not(:nth-child(3n)) {
  margin-right: 0;
}

.goodsIndex .itemOutput .list .item:not(:nth-child(4n)) {
  margin-right: 15px;
}

.goodsIndex .itemOutput .list .item {
  cursor: pointer;
  margin-bottom: 0;
  max-width: 265px;
  width: calc((100% - (15px * 3)) / 4);
}

.goodsJmpEbook a {
  background: linear-gradient(transparent 70%, #ee9fab 80%);
  color: #ce4d66;
  margin: 0 5px;
}
.goodDetail_precheck {
  margin: 25px 0 15px;
}
.goodDetail_precheck ul {
  margin-left: 21px;
}
.goodDetail_precheck li::before {
  content: "";
  display: inline-block;
  background-size: contain !important;
  vertical-align: middle;
  background: url("../../images/goods/goodsdetail_check.png") no-repeat;
  width: 32px;
  height: 24px;
  margin-right: 1px;
}
.goodDetail_precheck li {
  margin-bottom: 3px;
  font-size: 108%;
  text-indent: -33px;
}
.goodDetail_precheck li span {
  background: linear-gradient(transparent 80%, #eeaeba 80%);
}

span.goodDetail_commentline {
  background: linear-gradient(transparent 80%, #eeaeba 80%);
}

@media screen and (max-width: 1170px) and (min-width: 768px) {
  .goodsIndex .goodsDetailForm .btnAreaCartInFirst .noCartIn .noCartInBr {
    display: flex;
  }
}

@media screen and (max-width: 1024px) {
  .goodsList .itemOutput .list .item .itemImg {
    margin-bottom: 12px;
  }

  .goodsList .itemOutput .list .item:not(:nth-child(3n)) {
    margin-right: 15px;
  }

  .goodsList .itemOutput .list .item {
    cursor: pointer;
    margin-bottom: 45px;
    width: calc((99.999% - (15px * 2)) / 3);
  }
}

@media screen and (max-width: 1024px) and (min-width: 800px) {
  .goodsIndex .infoAdd {
    width: calc(100px + 24px);
  }

  .goodsIndex .thmbContainer {
    width: 100px;
  }

  .goodsIndex .thmbContainer div {
    background-size: contain;
    height: 100px;
    width: 100px;
  }
}

@media screen and (max-width: 801px) and (min-width: 768px) {
  .goodsIndex .infoAdd {
    width: calc(78px + 20px);
  }

  .goodsIndex .thmbContainer {
    width: 78px;
  }

  .goodsIndex .thmbContainer div {
    background-size: contain;
    height: 78px;
    width: 78px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .goodsIndex .detail dl dt {
    font-weight: bold;
    width: 125px;
  }

  dd.allergiesDd {
    width: calc(100% - 125px);
  }

  .goodsIndex .detail {
    padding: 23px 25px 20px;
  }

  .goodsIndex .icons .bottom .icon {
    width: calc((99.999999% - (2px * 4)) / 5);
  }

  .goodsIndex .icons .bottom .icon:not(:nth-child(5n)) {
    margin-right: 2px;
  }

  .goodsIndex .icons .bottom .icon {
    margin-bottom: 2px;
  }

  .goodsIndex .detail dl dt {
    width: 130px;
  }

  .goodsIndex .detail dl dd {
    width: calc(100% - 130px);
  }
}

@media screen and (max-width: 1060px) {
  .goodsIndex .goodsDetailForm .afterCartIn .submitBtn .pcNone {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .goodsIndex .goodsDetailForm {
    background-color: #efefef;
    padding: 20px 23px;
  }
}

@media screen and (max-width: 900px) and (min-width: 768px) {
  .goodsIndex .icons .bottom .icon {
    margin-bottom: 2px;
  }
}

@media screen and (max-width: 767px) {
  /* =========================================================
  index.html
  ============================================================ */
  .goodsIndex .mainContent {
    display: block;
  }

  .goodsIndex .mainContent .leftContent {
    margin-bottom: 10px;
    margin-left: 0;
    width: 100%;
  }

  .goodsIndex .mainContent .leftContent {
    margin-right: 0;
    width: 100%;
  }

  .goodsIndex .mainContent .rightContent {
    position: relative !important;
    top: auto !important;
    width: 100%;
  }

  .goodsIndex #d_photo_box {
    display: block;
  }

  .goodsIndex #d_photo {
    margin-bottom: 7px;
  }

  .goodsIndex {
    display: block;
    margin: 0 auto;
  }

  .goodsIndex .infoAdd {
    height: auto !important;
    margin-right: 0;
    overflow-x: scroll;
    overflow-y: auto;
    width: calc(100% + 14px);
  }

  .goodsIndex #d_photo_box .imgBox {
    display: flex;
    height: auto !important;
  }

  .goodsIndex .thmbContainer {
    margin-right: 1px;
    padding-bottom: 0;
    width: 75px;
  }

  .goodsIndex .thmbContainer .standard {
    font-size: 10px;
  }

  .goodsIndex .thmbContainer div {
    height: 75px;
    width: 75px;
  }

  .goodsIndex .goodsDetailForm {
    left: auto !important;
    margin-bottom: 30px;
    margin-right: 0;
    padding: 20px 15px 20px;
    position: relative;
    top: auto !important;
    width: 100% !important;
  }

  .goodsIndex .goodsDetailForm .goodsId {
    font-size: 15px;
    margin-bottom: 3px;
    margin-left: 0;
  }

  .goodsIndex .goodsDetailForm .price .number {
    font-size: 25px;
  }

  .goodsIndex .goodsDetailForm .inputForm .input {
    margin: 0 0 8px;
    width: 100%;
  }

  .goodsIndex .goodsDetailForm .name {
    font-size: 20px;
    line-height: 1.3;
  }

  .goodsIndex .goodsDetailForm .inputForm .LabelRadio {
    line-height: 20px;
  }

  .goodsIndex .goodsDetailForm .inputForm .LabelRadio {
    padding-left: 33px;
  }

  .goodsIndex .goodsDetailForm .inputForm .LabelRadio:nth-child(2) {
    margin-bottom: 3px;
  }

  .goodsIndex .goodsDetailForm .cp_ipselect select,
  .goodsIndex .goodsDetailForm input[type="text"] {
    height: 40px;
  }

  .goodsIndex .goodsDetailForm .inputForm .horizontal dd {
    width: 100%;
  }

  .goodsIndex .goodsDetailForm .inputForm dl dt {
    line-height: 1.8;
  }

  .goodsIndex .goodsDetailForm .keywordNote {
    line-height: 1.5;
  }

  .goodsIndex .goodsDetailForm .cp_ipselect.cp_sl01 select,
  .goodsIndex .goodsDetailForm input[type="text"] {
    font-size: 14px;
    height: 35px;
  }

  .goodsIndex .goodsDetailForm .inputForm .horizontal {
    display: block;
  }

  .goodsIndex .goodsDetailForm input[type="text"].price {
    max-width: none;
    width: calc((100% - 110px) / 2);
  }

  .goodsIndex .goodsDetailForm .priceGroup {
    align-items: center;
  }

  .goodsIndex .goodsDetailForm .priceGroup .txt {
    width: 60px;
  }

  .goodsIndex .goodsDetailForm .priceGroup .txt:last-child {
    padding: 0 0 0 5px;
    width: 50px;
  }

  .goodsIndex .goodsDetailForm .stock {
    font-size: 14px;
  }

  .goodsIndex .goodsDetailForm .formCheckbox + .formCheckboxParts {
    padding: 3px 5px 0 25px;
  }

  .goodsIndex .goodsDetailForm .btnArea .submitBtn {
    font-size: 20px;
    height: 70px;
    width: calc(100% - 30px);
  }

  .goodsIndex .goodsDetailForm .btnArea .noCartIn {
    font-size: 20px;
    height: 70px;
    margin: 0 auto;
    max-width: 400px;
    width: calc(100% - 30px);
  }

  .goodsIndex .goodsDetailForm .inputForm.personaliseSelect .horizontalRadio {
    display: flex;
    flex-wrap: wrap;
  }

  .goodsIndex .goodsDetailForm .personaliseSelect .horizontal dt {
    width: 100%;
  }

  .goodsIndex .goodsDetailForm .personaliseSelect .horizontal dd {
    margin-bottom: 0;
    width: calc((100% - 10px) / 2);
  }

  .goodsIndex .goodsDetailForm .inputFormPersonalise .input .formRadio:checked + .LabelRadioPats::after {
    top: 7px;
  }

  .goodsIndex .goodsDetailForm .inputFormPersonalise .input {
    font-size: 14px;
    margin-top: 5px;
  }

  .goodsIndex .itemOutput .searchResultCount {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 9px;
  }

  .goodsIndex .goodsDetailForm .inputForm {
    margin: 0 auto 15px;
  }

  .goodsIndex .goodsDetailForm .inputFormTextName {
    margin: 0 auto;
  }

  .goodsIndex .goodsDetailForm .personaliseSelect {
    margin: 0 auto;
  }

  .goodsIndex .goodsDetailForm .afterCartIn {
    margin-bottom: 20px;
    margin-top: -20px;
  }

  .goodsIndex .itemOutput .searchResultCount .number {
    font-size: 15px;
  }

  .goodsIndex .itemList .itemListTitle {
    margin-bottom: 10px;
  }

  .goodsIndex .contents .main .headingLv3 {
    font-size: 20px;
  }

  .goodsIndex .formRadio:checked + .LabelRadioPats::after {
    top: 3px;
  }

  .goodsIndex .icons .bottom .icon:not(:nth-child(5n)) {
    margin-right: 0;
  }

  .goodsIndex .icons .bottom .icon img {
    width: 100%;
  }

  .goodsIndex .icons .bottom .icon:not(:nth-child(3n)) {
    margin-right: 5px;
  }

  .goodsIndex .icons .bottom .icon {
    margin-bottom: 5px;
    width: calc((100% - (5px * 2)) / 3);
  }
  .goodsIndex .icons .bottom .iconNew {
    font-size: 4.2vw;
    height: 6.3vw;
    max-height: 50.03px;
  }

  .goodsIndex .icons .bottom .iconSale {
    font-size: 4.2vw;
    height: 6.3vw;
    max-height: 50.03px;
  }

  .goodsIndex .outline {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 19px;
  }

  .goodsIndex .outlinePlus {
    font-size: 15px;
    margin-top: 4px;
  }

  .goodsIndex .detail {
    font-feature-settings: "palt";
    font-size: 14px;
    margin-bottom: 9px;
    padding: 12px 8px 15px 20px;
  }

  .goodsIndex .detail2 {
    margin-bottom: 18px;
  }

  .goodsIndex .detail dl:not(:last-child) {
    margin-bottom: 7px;
  }

  .goodsIndex .detail dl dt {
    font-weight: bold;
    width: 108px;
  }

  .goodsIndex .detail dl dd {
    width: calc(100% - 108px);
  }

  .goodsIndex .detail .allergies {
    margin-top: 17px;
  }

  .goodsIndex .detail dl .allergiesDt {
    line-height: 1;
    white-space: nowrap;
  }

  .goodsIndex .detail dl .allergiesDd {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .goodsIndex .detail dl .allergiesDd span {
    align-items: center;
    display: flex;
    height: 19px;
    justify-content: center;
    margin-bottom: 7px;
    margin-right: 7px;
    padding: 0 7px;
  }

  .goodsIndex .goodsId {
    margin-bottom: 18px;
    margin-left: 31px;
  }

  .goodsIndex .goodsNote {
    margin-bottom: 15px;
  }

  .goodsIndex .goodsNote p {
    font-size: 13px;
    line-height: 1.6;
  }

  .goodsIndex .goodsNote .goodsNotePartTitle {
    font-size: 14px;
    margin-bottom: 2px;
  }

  .goodsIndex .stock .stockTitle {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .goodsIndex .stockTable tr {
    display: flex;
    flex-wrap: wrap;
  }

  .goodsIndex .stockTable tr:last-child {
    border-bottom: 1px solid #ccc;
  }

  .goodsIndex .stockTable th,
  .goodsIndex .stockTable td {
    display: block;
  }

  .goodsIndex .stockTable th {
    background-color: #efefef;
    display: block;
    font-size: 13px;
    font-weight: normal;
    padding: 7px 0;
    width: 100%;
  }

  .goodsIndex .stockTable .text {
    border-bottom: none;
    border-top: none;
    float: left;
    font-size: 13px;
    padding: 8px 8px 8px 14px;
    width: calc(100% - 130px);
  }

  .goodsIndex .stockTable .status {
    align-items: center;
    border-bottom: none;
    border-left: none;
    border-top: none;
    display: flex;
    float: right;
    font-size: 20px;
    justify-content: center;
    width: 130px;
  }

  .goodsIndex .message {
    font-size: 15px;
  }

  .goodsIndex .itemOutput .list .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .goodsIndex .itemOutput .list .item:not(:nth-child(2n)) {
    margin-right: 15px;
  }

  .goodsIndex .itemOutput .list .item {
    margin-bottom: 0;
    width: calc((100% - 15px) / 2);
  }

  .goodsIndex .itemOutput .list .item:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .goodsIndex .btnAreaHeader .historyBack {
    top: 0;
  }

  .goodsIndex .goodsDetailForm .btnArea.btnAreaCartInFirst {
    margin: 0 0 12px;
  }

  .goodsIndex .goodsDetailForm .mainWrap {
    margin-bottom: 25px;
  }

  .goodsIndex .goodsDetailForm .inputForm .horizontalRadio {
    margin-bottom: 0;
    margin-top: 0;
  }

  .goodsIndex .goodsDetailForm .price {
    margin-bottom: 0;
  }

  .goodsIndex .spNone {
    display: none !important;
  }

  .goodsIndex .pcNone {
    display: block !important;
  }

  .goodsIndex .noZoomImage .noZoom {
    display: block;
  }

  .goodsIndex .contents .main .mainWrap .formWrap {
    padding: 0 15px;
  }

  .goodsIndex .contents .main .mainWrap .formWrap .inputForm {
    margin: 0 auto -5px;
  }

  .goodsIndex .goodsDetailForm .inputForm dl dt {
    margin-bottom: 0;
  }

  .goodsIndex .goodsDetailForm .inputFormPersonalise .input {
    margin-right: 8px;
    width: auto;
  }

  .goodsIndex .goodsDetailForm .inputFormPersonalise .input {
    margin-bottom: 5px;
    margin-top: 3px;
  }

  .goodsIndex .goodsDetailForm .inputFormPersonalise .input:nth-child(2n) {
    min-width: auto;
    width: auto;
  }

  .goodsIndex .goodsDetailForm .inputFormPersonalise dt {
    line-height: 1;
  }

  .goodsIndex .contents .main .mainWrap .formWrap .inputForm.inputFormPersonalise {
    margin-bottom: 20px;
    margin-top: 8px;
  }

  .goodsIndex .goodsDetailForm .inputFormPersonalise dl dt {
    margin-bottom: -2px;
  }

  .goodsIndex .goodsDetailForm .personaliseOptionInput {
    margin-bottom: 25px;
    margin-top: -10px;
  }

  .goodsIndex .goodsDetailForm .inputFormPersonalise .radioButton {
    font-size: 14px;
  }

  .goodsIndex .goodsDetailForm .inputForm .LabelRadio {
    padding-left: 16px;
  }

  .goodsIndex .contents .main .mainWrap .formWrap .inputForm.inputFormPersonalise {
    margin-bottom: 20px;
  }

  .goodsIndex .goodsDetailForm .personaliseSelect .radioButton {
    height: 35px;
    justify-content: center;
  }

  .goodsIndex .goodsDetailForm .personaliseOption .radioButton {
    height: 30px;
    justify-content: center;
  }

  .goodsIndex .notes {
    font-size: 12px;
  }

  .goodsIndex .detail dl.allergies {
    margin-bottom: 9px;
  }

  .goodsIndex .itemOutput .list .item:not(:nth-child(2n)) {
    margin-right: 15px;
  }

  .goodsIndex .goodsNoteDeliver .goodsNotePartTitle {
    margin-bottom: 5px;
  }

  .goodsIndex .goodsNoteFreeArea {
    margin-bottom: 25px;
  }

  .goodsIndex .goodsDetailForm .price .saleIcon::before {
    font-size: 14px;
    height: 23px;
    margin: 0 7px 2px;
    width: 56px;
  }

  /* フォーム固定 */
  .goodsIndex .searchForm {
    position: relative;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
  }

  .goodsIndex .goods_note_2 {
    margin-bottom: 10px;
    padding: 15px 20px 25px;
  }

  .goodsIndex .goods_note_2 .selectGiftArea {
    margin-top: 10px;
  }

  .goodsIndex .goods_note_2 .inputForm .horizontal {
    margin-bottom: 7px;
  }

  .goodsIndex .goods_note_2 .inputForm .horizontal > dt {
    margin-bottom: 5px;
  }

  .goodsIndex .goodsDetailForm .goods_note_2 .inputForm .input {
    margin-bottom: 0;
  }

  /* =========================================================
  list.html
  ============================================================ */
  .goodsList .main {
    display: block;
  }

  .goodsList .main .sideMenu,
  .goodsList .main .itemOutput {
    width: 100%;
  }

  .goodsList .main .itemOutput {
    margin-bottom: 50px;
  }

  .goodsList .main .sideMenu {
    margin-right: 0;
  }

  .goodsList .itemOutput .list .item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .goodsList .itemOutput .list .item:not(:nth-child(2n)) {
    margin-right: 15px;
  }

  .goodsList .itemOutput .list .item {
    margin-bottom: 30px;
    width: calc((100% - 15px) / 2);
  }

  .list .item:nth-last-child(n + 5) {
    margin-bottom: 0;
  }

  .goodsList .itemOutput .searchResultCount {
    font-size: 10px;
    line-height: 15px;
    margin-bottom: 10px;
    margin-top: 9px;
  }

  .goodsList .itemOutput .searchResultCount .number {
    font-size: 15px;
  }

  .goodsList .searchResultCountText {
    padding-top: 2px;
  }
}

.goodsIndex .detail3 {
  font-size: 14px;
  line-height: 20px;
}

.goodsIndex .receivableArea {
  margin-bottom: 14px;
}

.goodsIndex .receivableAreaHasBorder {
  border: 1px solid #929292;
  padding: 7px 9px;
}

.goodsIndex .detail3 dl dt::after {
  content: '：';
}

.goodsIndex .detail3 dl dt,
.goodsIndex .detail3 dl dd {
  display: inline;
}

.goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect {
  text-align: left ;
  margin-bottom: 13px;
  display: flex;
}

.goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButton {
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  font-size: 17px;
  justify-content: center;
  width: calc((100% - 10px) / 2);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  color: #4f4f4f;
}

.goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButton:not(:last-child) {
  margin-right: 10px;
}

.goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButtonCar .iconBg {
  background-image: url(../../images/common/bg-deliveryOrStoreReceiveSelectButton-car01-notSelected.svg);
  background-position: 0 57%;
  background-repeat: no-repeat;
  background-size: 20.05px 15.32px;
  padding-left: 26px;
  white-space: nowrap;
}

.goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButtonCar.selected .iconBg {
  background-image: url(../../images/common/bg-deliveryOrStoreReceiveSelectButton-car01-selected.svg);
}

.goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButtonShop .iconBg {
  background-image: url(../../images/common/bg-deliveryOrStoreReceiveSelectButton-shop01-notSelected.svg);
  background-position: 0 55%;
  background-repeat: no-repeat;
  background-size: 16.15px 12.76px;
  padding-left: 21px;
  white-space: nowrap;
}

.goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButtonShop.selected .iconBg {
  background-image: url(../../images/common/bg-deliveryOrStoreReceiveSelectButton-shop01-selected.svg);
}

.goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButton.selected {
  background: #ce4d66;
  cursor: auto;
  color: #fff;
  border: none;
}

.goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButton .freeDelivery {
  align-items: center;
  font-size: 12px;
  color: #4f4f4f;
  margin: 0;
  white-space: nowrap;
  border: 1px solid #4f4f4f;
  line-height: 1;
  padding: 2px 4px;
  margin-left: 4px;
}

.goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButton.selected .freeDelivery {
  color: #CE4D66;
  border: 1px solid #fff;
  background-color: #fff;
}

.goodsIndex .goodsDetailForm .deliveryOrStoreReceiveOnlyIcon {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;

}
@media screen and (min-width: 768px) {
  .goodsIndex .goodsDetailForm .deliveryOrStoreReceiveOnlyIcon {
    height: 35px;
  }
}

.goodsIndex .goodsDetailForm .deliveryOnlyIcon {
  background-color: #BCDAE8;
  color: #38536a;
}

.goodsIndex .goodsDetailForm .storeReceiveOnlyIcon {
  background-color: #f9dad4;
  color: #af4c4c;
}

.goodsIndex .singleReceivePlaceDetail3 .dlReceivePlaceName {
  border-bottom: 1px dotted #929292;
  font-weight: bold;
  padding-bottom: 6px;
  margin-bottom: 6px;
}

.goodsIndex .singleReceivePlaceDetail3 {
  border: 1px solid #929292;
  padding: 10px 10px 8px;
  margin-bottom: 10px;
}

.goodsIndex .goodsDetailForm .inputRadio input:checked + #naireOn.radioButton,
.goodsIndex .goodsDetailForm .inputRadio input:checked + #naireOff.radioButton {
  background: #ce4d66;
  color: #fff;
}

.goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButton .freeDelivery .brXs {
  display: none;
}

@media screen and (max-width:1120px) and (min-width: 768px) {
  .goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelectButtonShop {
    flex-direction: column;
  }
  .goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButton {
    height: 53px;
  }

  .goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButton .freeDelivery {
       margin: -4px 0 5px 0;
  }
}

@media screen and (max-width:767px) {
  .goodsIndex .goodsDetailForm .deliveryOrStoreReceive {
    padding: 0 15px;
    margin-top: 10px;
  }

  .goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButton {
    height: 35px;
    font-size: 14px;
  }

  .goodsIndex .goodsDetailForm .deliveryOrStoreReceiveOnlyIcon {
    height: 35px;
    margin: 10px auto 13px;
    width: calc(100% - 30px);
    font-size: 14px;
  }

  .goodsIndex .receivableArea {
    margin-bottom: 15px;
  }
}

@media screen and (max-width:430px) {
  .goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButton .freeDelivery .brXs {
    display: block;
  }

  .goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButton .freeDelivery {
    font-size:11px;
  }
}

@media screen and (max-width:321px) {
  .goodsIndex .goodsDetailForm .deliveryOrStoreReceiveSelect .deliveryOrStoreReceiveSelectButton {
    font-size: 12px;
  }
}

/* iPad mini 6*/
@media screen and (max-width: 767px) and (min-width: 744px) {
  .goods.goodsList .itemOutput .list .item {
    cursor: pointer;
    margin-bottom: 45px;
    width: calc((99.999999999% - (17.5px * 2)) / 3);
  }
  .goods.goodsList .itemOutput .list .item:not(:nth-child(2n)) {
    margin-right: 0;
  }
  .goods.goodsList .itemOutput .list .item:not(:nth-child(3n)) {
    margin-right: 17.5px;
  }
}
/* /iPad mini 6*/
