.l-content.isProduct {
  position: static;
  margin-top: 30px;
  display:flex;
  justify-content:space-between;
  width:100%;
}
.l-product-information{
  width: calc(50% - var(--contentSidePadding));
  position: relative;
  margin:0;
  display:block;
  min-height:0 !important;
}
.l-product-image {
  width: 50%;
}
.l-product-information form{
  margin:0;
}

.c-product-image {
  width: 100%;
  position: relative;
  background: var(--itemImageBackground);
}
.c-product-image::before {
  content: "";
  padding-top: var(--itemImageHeightRatio);
  display: block;
}
.c-product-imageSlider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.c-product-imageSliderItem {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: var(--itemImageBackground);
}
.c-product-imageSliderItem::before {
  content: "";
  padding-top: var(--itemImageHeightRatio);
  display: block;
}
.c-product-imageSlider:not(.slick-initialized) .c-product-imageSliderItem:not(:first-child) {
  display: none;
}
.c-product-imageSliderItem > *, .c-product-imageThumbnail > * {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: var(--itemImageDisplayMethod);
  display: block;
}
.c-product-image .c-sliderPrev::before, .c-product-image .c-sliderNext::before {
  background: var(--defaultBackgroundColor);
  opacity: 0.8;
}
.c-product-image .c-sliderPrev {
  display:none !important;
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: calc(50% - 12.5px);
}
.c-product-image .c-sliderNext {
  display:none !important;
  position: absolute;
  width: 25px;
  height: 25px;
  right: 0;
  top: calc(50% - 12.5px);
}
.c-product-imageThumbnails {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-top: 10px;
}
.c-product-imageThumbnails.isDisabled {
  display: none !important;
}
.c-product-imageThumbnails > span {
  height: 0;
  margin-top: 0;
}
.c-product-imageThumbnails > span, .c-product-imageThumbnail {
  width: calc(20% - 10px);
  margin-right: 10px;
  display: block;
}
.c-product-imageThumbnail {
  margin-top: 10px;
  position: relative;
  background: var(--itemImageBackground);
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}
.c-product-imageThumbnail::before {
  content: "";
  padding-top: var(--itemImageHeightRatio);
  display: block;
}
.c-product-imageThumbnail:hover {
  opacity: 0.8;
}
.c-product-imageThumbnails.isSlider {
  display: block;
}
.c-product-imageThumbnails.isSlider .c-product-imageThumbnail {
  margin: 0 10px 0 0;
}
.c-product-imageSliderCount {
  display: none !important;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  padding: 0 1em;
  background: var(--defaultBackgroundColor);
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translatex(-50%);
  pointer-events: none;
}
.c-product-image .c-favorite {
  position: absolute;
  right: 4px;
  bottom: 4px;
  width: 35px;
  height: 35px;
}
@media screen and (max-width:1200px) {
  .c-product-image .c-sliderPrev, .c-product-image .c-sliderNext {
    width: 35px;
    height: 35px;
    left: 0;
    top: calc(50% - 17.5px);
  }
  .c-product-image .c-sliderNext {
    left: auto;
    right: 0;
  }
  .c-product-imageSliderCount {
    display: none;
    height: 20px;
    line-height: 20px;
    border-radius: 10px;
    font-size: 14px;
  }
  .c-product-image .c-favorite {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width:1024px) {
  .l-content.isProduct {
    position: static;
    margin-top: 30px;
    display:block;
  }
  .l-product-information {
    width: 100%;
    margin-top: 35px;
    min-height: 0 !important;
  }
  .l-product-image {
    width: 100vw;
    position: relative;
    left: calc(var(--contentSidePadding) * -1);
    top: auto;
    padding:0 15px;
  }
  .c-product-image {
    width: 100%;
    position: relative;
    background: var(--itemImageBackground);
  }
  .c-product-imageThumbnails {
    width: 100%;
    justify-content: space-between;
    margin-top: 0;
    padding: 5px 0;
  }
  .c-product-imageThumbnails > span {
    height: 0;
    margin: 0 5px 0 5px;
  }
  .c-product-imageThumbnails > span, .c-product-imageThumbnail {
    width: calc(20% - 10px);
    display: block;
  }
  .c-product-imageThumbnail {
    margin: 5px;
  }
  .c-product-imageThumbnails.isSlider {
    display: block;
    padding: 0;
    margin-top: 10px;
  }
  .c-product-imageThumbnails.isSlider .c-product-imageThumbnail {
    margin: 0 5px;
    transform: translatex(5px);
  }
  .c-product-imageSliderCount {
    display: none;
    height: 25px;
    line-height: 25px;
    border-radius: 12.5px;
    font-size: 14px;
  }
  .c-product-image .c-favorite {
    width: 45px;
    height: 45px;
  }
}
.c-product-simpleExplanation, .c-product-price, .c-product-optionsModalOpen, .c-product-option, .c-product-quantity, .c-product-link, .c-product-snsList {
  margin-top: 15px;
}
.c-product-name{
  text-align:left;
}
.c-product-name::before{content:none}
.c-product-code {
  margin-top: 0px;
}
.c-product-listPrice {
  margin-top: 8px;
}
.c-product-simpleExplanation {
  line-height: 175%;
}
.c-product-price {
  font-size: 20px;
  line-height: 150%;
  font-weight: bold;
  font-family: var(--boldfont);
}
.c-product-listPrice {
  text-decoration: line-through;
}
.c-product-priceDiscount {
  display: inline-block;
  margin-left: 0.5em;
}
.c-product-priceSub {
  font-size: 16px;
  font-family: var(--normalfont);
  font-weight: normal;
}
@media screen and (max-width:1200px) {
  .c-product-price {
    font-size: 18px;
  }
  .c-product-priceSub {
    font-size: 14px;
  }
}
.c-product-option{
  position:relative;
}
.c-product-option input, .c-product-option textarea, .c-product-option select {
  width: 100%;
  height: auto;
  min-height: 50px;
  padding-left: 0.7em;
  padding-right: 0.7em;
  outline: none;
  line-height: 2.5;
}
.c-product-option textarea {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  line-height: 150%;
  height: calc(3em * 1.5 + 0.8em * 2);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-product-option textarea::-webkit-scrollbar {
  display: none;
}
.c-product-optionsInput, .c-product-optionsSelect, .c-product-option textarea {
  margin-top: 8px;
  position: relative;
  z-index: 2;
}
.c-product-optionsInput::before, .c-product-optionsSelect::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 1px solid var(--defaultColor);
  border-radius: 5px;
  z-index: -1;
  opacity: 0.15;
}
.c-product-option textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.c-product-optionsSelect:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  right: 15px;
  top: calc(50% - 4px);
  border-right: 2px solid var(--defaultColor);
  border-bottom: 2px solid var(--defaultColor);
  transform: rotate(45deg);
  opacity: 0.7;
}
.c-product-quantity input {
  border: 0;
  font-family: var(--boldfont);
  font-weight: bold;
}
.c-product-quantity > div {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 8px;
}
.c-product-quantity > div, .c-product-quantityMinus, .c-product-quantityPlus, .c-product-quantity input {
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
}
.c-product-quantityMinus, .c-product-quantityPlus {
  width: 35px;
  position: relative;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}
.c-product-quantityMinus:hover, .c-product-quantityPlus:hover {
  opacity: 0.8;
}
.c-product-quantityMinus svg, .c-product-quantityPlus svg {
  width: 15px;
  height: 15px;
  position: absolute;
  left: calc(50% - 7.5px);
  top: calc(50% - 7.5px);
  fill: var(--defaultColor);
}
.c-product-quantityMinus::before, .c-product-quantityPlus::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 1px solid var(--defaultColor);
  z-index: -1;
  opacity: 0.15;
}
.c-product-optionsTable table .cell_2 > div {
  transform: translate(0, -50%);
  position: absolute;
  top: 36%;
  left: 10px;
}
.c-product-quantity input {
  width: 50px;
  text-align: center;
  outline: none;
}
.c-product-stock {
  margin-left: 30px;
  line-height: 150%;
}
.c-product-optionsModalOpen, .c-product-reviewAdd {
  width: 100%;
  max-width: 400px;
  height: 50px;
  border-radius: 25px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  color: var(--defaultBackgroundColor);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.2s ease-out;
}
.c-product-optionsModalOpen::before, .c-product-reviewAdd::before {
  content: "";
  background: var(--defaultColor);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}
.c-product-optionsModalOpen:hover, .c-product-reviewAdd:hover {
  opacity: 0.8;
  color: var(--defaultBackgroundColor);
}
@media screen and (max-width:1200px) {
  .c-product-optionsModalOpen, .c-product-reviewAdd {
    font-size: 14px;
  }
}
.c-product-optionsTable {
  padding-bottom: 20px;
  position: relative;
  width: auto;
  min-width: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  cursor: pointer;
}
.c-product-optionsTable::-webkit-scrollbar {
  display: none;
}
.c-product-optionsTable::before {
  content: none !important;
}
.c-product-optionsTable table {
  width: auto;
  min-width: 100%;
  margin: 0;
  border-width: 0;
  border-collapse: collapse;
}
.c-product-optionsTable th, .c-product-optionsTable td {
  white-space: nowrap;
  text-align: center;
  border: none;
  position: relative;
  z-index: 2;
}
.c-product-optionsTable th {
  font-family: var(--title);
  font-weight: bold;
  padding: 1em;
}
.c-product-optionsTable .stock_head > *::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--defaultColor);
  opacity: 0.2;
}
.c-product-optionsTable td br {
  display: none;
}
.c-product-optionsTable input[type="radio"] {
  appearance: auto;
  width: 20px;
  height: 20px;
  min-height: 20px;
  margin: 10px 0 0;
  padding: 0;
  accent-color: var(--defaultImportantColor);
}
.c-product-optionsTable tr > *:not(.none):nth-child(odd)::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--defaultColor);
  opacity: 0.05;
  z-index: -1;
}
.c-product-optionsTable label {
  display: block;
  padding: 15px 15px 15px 40px;
  position: relative;
}
.c-product-optionsTableScrollBar {
  display: block;
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 2px;
  padding: 0;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-out;
}
.c-product-optionsTableScrollBar.active {
  pointer-events: all;
  opacity: 1;
}
.c-product-optionsTableScrollBar:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--defaultColor);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.05;
}
.c-product-optionsTableScrollBar > span {
  display: block;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--defaultColor);
  opacity: 0.15;
  z-index: 3;
}
.l-optionsModal {
  width: calc(100% - var(--contentSidePadding) * 2);
  max-width: 800px;
  padding: 60px 60px 45px 60px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-out;
}
.l-optionsModal.active {
  opacity: 1;
  pointer-events: all;
}
.l-optionsModal::before {
  content: "";
  width: 120vw;
  height: 200vh;
  position: absolute;
  left: calc(50% - 50vw);
  top: calc(50% - 100vh);
  background: rgba(0, 0, 0, 0.5);
  z-index: -2;
  transition: backdrop-filter 0.2s ease-out 0.2s;
}
.l-optionsModal.active::before {
  backdrop-filter: blur(4px);
}
.l-optionsModal::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: var(--defaultBackgroundColor);
}
.c-optionsModalHeader {
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  padding: 0 10px;
}
.c-optionsModalData {
  height: auto;
  max-height: calc(80vh - 60px - 45px - 50px);
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  cursor: pointer;
}
.c-optionsModalData::-webkit-scrollbar {
  display: none;
}
.c-optionsModalHeader, .c-optionsModalData > div {
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.c-optionsModalHeader > div, .c-optionsModalData > div > div {
  flex-basis: 50%;
}
.c-optionsModalHeader > div:last-child, .c-optionsModalData > div > div:last-child {
  flex-grow: 1;
}
.c-optionsModalHeader::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--defaultColor);
  opacity: 0.05;
}
.c-optionsModalHeader {
  font-size: 18px;
  font-family: var(--boldfont);
  font-weight: bold;
}
.c-optionsModalData > div > div {
  padding: 20px 10px;
}
.c-optionsModalData > div > div > span {
  display: block;
  margin-top: 0.3em;
}
.c-optionsModalData > div:not(:first-child)::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--defaultColor);
  opacity: 0.15;
}
.c-optionsModalDataScrollBar {
  display: block;
  position: absolute;
  top: calc(60px + 50px);
  bottom: 45px;
  width: 2px;
  padding: 0;
  right: 29px;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-out;
}
.c-optionsModalDataScrollBar.active {
  pointer-events: all;
  opacity: 1;
}
.c-optionsModalDataScrollBar:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--defaultColor);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.05;
}
.c-optionsModalDataScrollBar > span {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--defaultColor);
  opacity: 0.15;
  z-index: 2;
}
.c-optionsModalClose {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.c-optionsModalClose > svg {
  width: 50%;
  height: 50%;
  position: absolute;
  right: 25%;
  top: 25%;
}
@media screen and (max-width:1024px) {
  .l-optionsModal {
    padding: 40px var(--contentSidePadding) 30px var(--contentSidePadding);
  }
  .c-optionsModalHeader {
    display: block;
    height: auto;
    font-size: 16px;
    line-height: 150%;
    white-space: normal;
    padding: 15px 10px;
  }
  .c-optionsModalData {
    height: auto;
    max-height: calc(80vh - 60px - 45px - 50px);
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    cursor: pointer;
  }
  .c-optionsModalHeader > div {
    display: inline;
  }
  .c-optionsModalHeader > div:last-child::before {
    content: "/";
  }
  .c-optionsModalData > div {
    display: block;
    padding: 15px;
    font-size: 14px;
  }
  .c-optionsModalData > div > div {
    padding: 0;
    display: inline;
  }
  .c-optionsModalDataScrollBar {
    display: none !important;
  }
  .c-optionsModalClose {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
  }
}
.c-product-button {
  margin: 30px auto 0 auto;
  width: 100%;
  max-width: 500px;
  height: 80px;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--defaultImportantColor);
  color: var(--defaultColor);
  transition: opacity 0.2s ease-out;
  font-size: 24px;
  font-family: var(--boldfont);
  font-weight: bold;
}
.c-product-button:hover {
  opacity: 0.8;
}
.c-product-button svg {
  width: 26px;
  height: 26px;
  display: block;
  margin-right: 0.5em;
  position: relative;
  transform: translatey(-10%);
}
.c-product-button.isDisabled {
  background: #b4b4b4;
  pointer-events: none;
}
.c-product-button.isMemberOnly {
  /*background:#275631;*/
  background: #b4b4b4;
  pointer-events: none;
}
.l-product-buttons {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  margin: 15px auto 0 auto;
}
.l-product-buttons > * {
  width: calc(50% - 7.5px);
  margin-top: 0;
}
@media screen and (max-width:1200px) {
  .c-product-button {
    font-size: 20px;
    height: 60px;
    border-radius: 30px;
  }
}
.c-product-link {
  font-size: 14px;
  color: var(--defaultColor);
  display: block;
}
.c-product-link + .c-product-link {
  margin-top: 0.5em;
}
.c-product-snsList {
  display: flex;
  justify-content: left;
}
.c-product-snsList > div {
  margin-right: 10px;
}
.c-product-detail {
  line-height: 180%;
}
.c-product-detail img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 1em auto;
}
.c-product-detail, .c-product-reviews, .c-product-recommend {
  margin-top: 90px;
}
.c-product-detail .c-message {
  margin-top: 30px;
}
.c-product-reviewListWrapper {
  margin-top: 30px;
  position: relative;
  /*padding: 45px 7%;
  z-index: 2;*/
}
/*
.c-product-reviewListWrapper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--defaultColor);
  opacity: 0.05;
  z-index: -1;
}
*/
.c-product-reviewList {
  height: auto;
  max-height: 480px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
  cursor: pointer;
  position: relative;
}
.c-product-reviewList::-webkit-scrollbar {
  display: none;
}
.c-product-review {
  position: relative;
}
.c-product-review:not(:first-child) {
  margin-top: 90px;
}
.c-product-review:not(:first-child)::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: -45px;
  left: 0;
  background: var(--defaultColor);
  opacity: 0.15;
}
.c-product-reviewUser, .c-product-reviewRate {
  display: flex;
  justify-content: left;
  align-items: center;
}
.c-product-reviewRate {
  margin-top: 15px;
}
.c-product-reviewUser svg {
  width: 35px;
  height: 35px;
  display: block;
  background: white;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 0.7em;
}
.c-product-reviewRate svg {
  width: 30px;
  height: 30px;
  fill: #d5d5d5;
}
.c-product-reviewRate svg:last-of-type {
  margin-right: 1em;
}
@media screen and (max-width:1024px) {
  .c-product-reviewUser svg {
    width: 25px;
    height: 25px;
  }
  .c-product-reviewRate svg {
    width: 20px;
    height: 20px;
  }
  .c-product-reviewRate svg:last-of-type {
    margin-right: 0.5em;
  }
}
.c-product-reviewRate[data-stars="1"] svg:nth-of-type(-n+1), .c-product-reviewRate[data-stars="2"] svg:nth-of-type(-n+2), .c-product-reviewRate[data-stars="3"] svg:nth-of-type(-n+3), .c-product-reviewRate[data-stars="4"] svg:nth-of-type(-n+4), .c-product-reviewRate[data-stars="5"] svg:nth-of-type(-n+5) {
  fill: #deb21a;
}
.c-product-reviewTitle {
  font-family: var(--boldfont);
  font-weight: bold;
  font-size: 18px;
  margin-top: 30px;
  word-break: break-all;
}
.c-product-reviewComment {
  margin-top: 15px;
  word-break: break-all;
}
.c-product-reviewComment.fromShop {
  margin-top: 30px;
  padding: 15px 20px;
  position: relative;
  font-size: 14px;
  z-index: 2;
}
.c-product-reviewComment.fromShop::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--defaultBackgroundColor);
  opacity: 1;
  z-index: -1;
}
.c-product-reviewImage {
  margin-top: 15px;
  width: auto;
  height: auto;
  max-width: 130px;
  max-height: 130px;
  cursor: pointer;
}
.c-product-reviewAdd {
  margin-top: 30px;
}
@media screen and (max-width:1024px) {
  .c-product-review:not(:first-child) {
    margin-top: 60px;
  }
  .c-product-review:not(:first-child)::before {
    top: -30px;
  }
  .c-product-reviewTitle {
    margin-top: 15px;
    font-size: 16px;
  }
  .c-product-reviewImage {
    margin-top: 15px;
    max-width: 100px;
    max-height: 100px;
  }
}
.c-product-reviewListScrollBar {
  display: block;
  position: absolute;
  top: 45px;
  bottom: 45px;
  width: 2px;
  padding: 0;
  right: 3%;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-out;
}
.c-product-reviewListScrollBar.active {
  pointer-events: all;
  opacity: 1;
}
.c-product-reviewListScrollBar:before {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--defaultColor);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.05;
}
.c-product-reviewListScrollBar > span {
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: var(--defaultColor);
  opacity: 0.10;
  z-index: 2;
}
/*  クイックカートイン CSS  */
.cart_in_modal, .cart_in_error_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 20000;
  display: flex;
  overflow: auto;
}
@media screen and (min-width: 960px) {
  .cart_in_modal, .cart_in_error_modal {
    align-items: center;
  }
}
.cart_in_modal__bg {
  background-color: rgba(0, 0, 0, .7);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 20000;
}
.cart_in_modal__outline {
  width: 90%;
  margin: 20px 5%;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
  box-sizing: border-box;
  text-align: center;
  position: absolute;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__outline {
    width: 900px;
    margin: auto;
    padding: 20px 70px;
    position: relative;
  }
}
.cart_in_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__heading {
    font-size: 26px;
    margin: 30px 0;
    line-height: 1.2;
  }
}
.cart_in_error_modal__heading {
  font-size: 20px;
  font-weight: bold;
  margin: 40px 0 20px;
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .cart_in_error_modal__heading {
    margin: 30px 0;
    line-height: 1.2;
  }
}
.cart_in_modal__detail {
  display: flex;
  padding: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__detail {
    flex-direction: row;
  }
}
.cart_in_modal__name {
  font-size: 16px;
  flex: 1;
  line-height: 1.4;
  text-align: left;
  margin: 0;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__name {
    font-size: 18px;
  }
}
.cart_in_modal__image-wrap {
  padding: 5px;
  width: 170px;
  height: 170px;
  background: rgba(0, 0, 0, .1);
  position: relative;
  border: 5px solid transparent;
  box-sizing: border-box;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__image-wrap {
    margin: 0 30px 0 0;
    flex-basis: 170px;
  }
}
.cart_in_modal__image {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.cart_in_modal__text-link {
  color: #2169f3;
  cursor: pointer;
  position: relative;
  display: inline-block;
  margin: 20px 0 0;
  padding: 0 0 0 20px;
  line-height: 1.15;
}
.cart_in_modal__text-link::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #2169f3;
  border-right: 2px solid #2169f3;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.cart_in_modal__button-wrap {
  width: 100%;
  margin: 30px auto;
  font-size: 17px;
}
@media screen and (min-width: 960px) {
  .cart_in_modal__button-wrap {
    width: 350px;
  }
}
.cart_in_modal__button {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  display: inline-block;
  box-sizing: border-box;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  height: 58px;
  padding: 15px;
  background: #2169f3;
  box-shadow: 0 2px 0 #1a54c2;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cart_in_modal__button:hover, .cart_in_modal__button:focus {
  height: 58px;
  color: #e9f0fe;
  background-color: #1e5fdb;
  box-shadow: none;
  transform: translate3d(0, 2px, 0);
}
.cart_in_modal__close-icon {
  cursor: pointer;
}
.cart_in_modal__close-icon::before, .cart_in_modal__close-icon::after {
  content: "";
  width: 35px;
  height: 6px;
  display: block;
  position: absolute;
  top: 30px;
  right: 20px;
  background: #eee;
  border-radius: 4px;
}
.cart_in_modal__close-icon::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cart_in_modal__close-icon::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.spinner::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100px;
  width: 100px;
  margin-top: -50px;
  margin-left: -50px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-top-color: #fd7f23;
  animation: spinner 0.5s linear infinite;
}
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 960px) {
  .sp-br {
    display: none;
  }
}

.isProduct .password_field {
  box-sizing: border-box;
  padding: 6px;
  border: 1px solid #b3b2b2;
  border-radius: 5px;
  height: 44px;
  line-height: 1.2;
  font-size: 16px;
}






.c-product-commonButton{
  width:300px;
  height:40px;
  max-width:100%;
  display:flex;
  justify-content:center;
  align-items:center;
  text-align:center;
  background:#ECEBE6;
  color:var(--defaultColor);
  position:relative;
  border-radius:3px;
  font-size:16px;
  line-height:135%;
  white-space:nowrap;
  text-decoration:none;
  transition:opacity 0.15s ease-out;
  margin:10px auto 0 0;
}
.c-product-commonButton:hover{
  opacity:0.85;
  color:var(--defaultColor);
  background:var(--thirdColor);
  text-decoration:none;
}
.c-product-commonButton::before{
  content:"";
  width:6px;
  height:6px;
  position:absolute;
  right:10px;
  top:calc(50% - 3px);
  border-top:1px solid var(--defaultColor);
  border-right:1px solid var(--defaultColor);
  transform:rotate(45deg);
}





.c-product-additionalInfo{
  margin-top:45px;
}
.c-product-additionalInfo + .c-product-additionalInfo{
  margin-top:20px;
}
.c-product-cartButtonNotice{
  font-size:14px;
  line-height:165%;
  margin-top:10px;
}





.c-product-annotations{
  margin-top:45px;
}
.c-product-annotationsHeader{
  padding:0.25em 0.4em;
  background:#ECEBE6;
  font-size:17px;
  line-height:150%;
  font-weight:bold;
}
.c-product-annotationsHeader u{
  font-size:inherit;
  font-weight:inherit;
  color:inherit;
  font-style:normal;
  text-decoration:none;
  display:inline-block;
  white-space:nowrap;
}
.c-product-annotations em{
  font-size:inherit;
  font-weight:inherit;
  color:inherit;
  font-style:normal;
  text-decoration:none;
  color:#E30808;
}
.c-product-annotations p{
  margin:0.8em 0 0 0;
}
.c-product-annotations p:first-child{
  margin:0;
}
.c-product-annotationsHeader + p{
  margin-top:1.2em;
}
.c-product-annotations a{
  color:#FF5C00;
}





.c-product-name .c-favorite{
  display:inline-block;
  position:relative;
  left:auto;
  right:auto;
  top:auto;
  bottom:auto;
  width:2em;
  height:2em;
  vertical-align:middle;
  border:1px solid #ECEBE6;
  border-radius:100%;
}









.c-product-explainWrapper{
  width:100%;
}
.c-product-explainWrapper *{
  line-height:180%;
}
.c-product-explainWrapper:not(:has(.c-product-explainBlock)){
  width:100%;
  max-width:1000px;
  padding:0 var(--contentSidePadding);
  margin:90px auto 0 auto;
}
.c-product-explainPeriodsMessage .sub-small{
  font-size: .8em;
    opacity: .6;
  line-height: 1.6em;
  margin: .5em 0;
  display: inline-block;
}
.c-product-explainPeriodsMessage .big{
  font-size: 1.2em;
}
.c-product-explainPeriodsInfo{
  padding:2.5rem;
  border:1px solid var(--defaultColor);
}
.c-product-explainPeriodsInfoTitle{
  font-size:1.5rem;
  font-weight:bold;
  line-height:28px;
  white-space:nowrap;
  position:relative;
  margin-bottom:20px;
  padding: .7em .8em;
  background-color: #EDE9DE;
  border-left: .2em #ECA025 solid;
}

.c-product-explainPeriodsInfoTitle > span{
  position:relative;
  font-size:1rem;
  font-weight:bold;
  line-height:28px;
  white-space:nowrap;
  background:var(--thirdColor);
  display:inline-block;
  vertical-align:top;
  padding:0 0.7em;
  margin-left: 1em;
}
.c-product-explainPeriodsInfoTitle > span::before{
  content:"";
  width:0.5em;
  height:0.6em;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  background:red;
  position:absolute;
  right:calc(100% - 1px);
  top:50%;
  transform:translatey(-50%);
  background:var(--thirdColor);
}
.c-product-explainPeriodsImage{
  margin:30px auto 0 auto !important;
  width:100%;
  height:auto;
}

@media (max-width:1024px){
  .c-product-explainWrapper:not(:has(.c-product-detail)){
    margin:60px auto 0 auto;
  }
  .c-product-explainPeriodsInfo{
    padding:20px 10px;
  }
  .c-product-explainPeriodsInfoTitle{
    width:100%;
    position:relative;
    margin-bottom:1em;
    margin-top: 2em;
  }
  .c-product-explainPeriodsInfoTitle > span{
    position:absolute;
    left:0;
    bottom:calc(100% + 12px);
    margin-left:0;
    transform:translatex(0);
  }
  .c-product-explainPeriodsInfoTitle > span::before{
    width:0.6em;
    height:0.5em;
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
    right:50%;
    top:auto;
    bottom: 0;
    transform:translate(50%,100%) rotate(180deg);
  }
  .c-product-explainPeriodsImage{
    margin:30px auto 0 auto !important;
    width:100%;
    height:auto;
  }
}



.l-product-explainSection{
  max-width:unset !important;
  overflow:hidden;
}
.l-commonSection.l-product-explainSection + .l-commonSection:not(:has(.c-sectionBackground)),
.l-commonSection.l-product-explainSection + script + .l-commonSection:not(:has(.c-sectionBackground)){
  padding-top:0;
}

.l-product-explainSection .l-content{
  max-width:1100px;
  margin-left:auto;
  margin-right:auto;
}

.l-product-explainSection .l-content:not(:first-child){
  margin-top:60px;
}
@media (max-width:1024px){
  .l-product-explainSection .l-content:not(:first-child){
    margin-top:30px;
  }
}

.l-product-explainSection a{
  color: var(--thirdColor);
  text-decoration: underline;
}
.l-product-explainSection a:hover{
  color: var(--thirdColor);
  opacity: .6;
  text-decoration: underline;
}
.l-product-explainSection p{
  font-size: .95em;
  margin:1em 0 0 0;
}
.l-product-explainSection p:first-child{
  margin:0;
}
.l-product-explainSection img{
  width:100%;
  max-width:100%;
  height:auto;
  display:block;
}

.c-product-explainBlock:not(:first-child){
  margin-top:60px;
}
.c-product-explainBlock.isText p{
  line-height: 1.75;
}
.c-product-explainBlock.isPhotoLeft,
.c-product-explainBlock.isPhotoRight{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
.c-product-explainBlock.isPhotoLeft img,
.c-product-explainBlock.isPhotoRight img{
  display:block;
  width:40%;
  height:auto;
  flex-shrink:0;
  margin-right: 5%;
}
.c-product-explainBlock.isPhotoLeft img{
  order:0;
}
.c-product-explainBlock.isPhotoRight img{
  order:2;
}

.c-product-explainBlock.isPhotoLeft > div,
.c-product-explainBlock.isPhotoRight > div{
   /* width:55%; */
  width: 100%;
  text-align: justify;
  line-height: 1.75em;
}

.c-product-explainBlock.isAside{
  border:10px solid #EDE9DE;
  padding:30px;
  line-height: 1.75em;
}

.c-product-explainBlock.isPhotoGallery{
  --cols:4;
  --gap:13px;
  display:flex;
  justify-content:left;
  align-items: flex-start;
  flex-wrap:wrap;
  gap:var(--gap);
}
.c-product-explainBlock.isPhotoGallery > *:not(p){
  width:calc((100% / var(--cols)) - ((var(--gap) * (var(--cols) - 1)) / var(--cols)));
}
.c-product-explainBlock.isPhotoGallery > p{
  width:100%;
}

.c-product-explainBlock.isArticles:not(.is-active) .splide__list{
  --cols:2;
  --gap:30px;
  display:flex !important;
  justify-content:left;
  flex-wrap:wrap;
  gap:45px var(--gap);
}
.c-product-explainBlock.isArticles .splide__track{
  overflow:visible;
}
.c-product-explainBlock.isArticles:not(.is-active) a{
  width:calc((100% / var(--cols)) - ((var(--gap) * (var(--cols) - 1)) / var(--cols)));
}
.c-product-explainBlock.isArticles a{
  display:block;
  color:var(--defaultColor);
  text-decoration:none;
}
.c-product-explainBlock.isArticles img{
  width:100%;
  height:auto;
  margin-bottom:15px;
}


.c-product-explainBlock.isArticles .splide__arrow{
  --arrowSize:50px;
  top:calc(var(--arrowSize) * -1);
  width:var(--arrowSize);
  height:var(--arrowSize);
  border-radius:0;
  background:white;
}
.c-product-explainBlock.isArticles .splide__arrow svg{
  display:none;
}
.c-product-explainBlock.isArticles .splide__arrow--next{
  right:0;
}
.c-product-explainBlock.isArticles .splide__arrow--prev{
  left:auto;
  right:calc(var(--arrowSize) + 3px);
}
.c-product-explainBlock.isArticles .splide__arrow::after{
  content:"";
  box-sizing:border-box;
  width:25%;
  height:25%;
  position:absolute;
  left:50%;
  top:50%;
  border-top:1px solid var(--defaultColor);
  border-right:1px solid var(--defaultColor);
}
.c-product-explainBlock.isArticles .splide__arrow--next::after{
  transform:translate(-66%,-50%) rotate(45deg);
}
.c-product-explainBlock.isArticles .splide__arrow--prev::after{
  transform:translate(-33%,-50%) rotate(225deg);
}
@media (max-width:1024px){
  .c-product-explainBlock.isArticles .splide__arrow{
    --arrowSize:30px;
    top:calc(var(--arrowSize) * -1.5);
  }
  .c-product-explainBlock.isArticles .splide__arrow--next{
    right:0;
  }
  .c-product-explainBlock.isArticles .splide__arrow--prev{
    left:0;
    right:auto;
  }
}


.c-product-explainArticleTitle{
  font-size:110%;
  font-weight:bold;
  display:block;
}
.c-product-explainArticleTitle i{
  display:inline-block;
  width:0.6em;
  height:0.6em;
  border-top:1px solid var(--defaultColor);
  border-right:1px solid var(--defaultColor);
  position:relative;
  transform:rotate(45deg);
  margin-left:5px;
  top:-0.1em;
}

@media (max-width:1024px){
  .c-product-explainBlock.isPhotoGallery{--cols:3}
}
@media (max-width:800px){
  .c-product-explainBlock.isPhotoGallery{--cols:2}
}
@media (max-width:600px){
  .c-product-explainBlock.isPhotoGallery{--cols:1}
}

@media (max-width:1024px){
  .c-product-explainBlock:not(:first-child){
    margin-top:20px;
  }
  .c-product-explainBlock.isPhotoLeft,
  .c-product-explainBlock.isPhotoRight{
    display:block;
  }
  .c-product-explainBlock.isPhotoLeft img,
  .c-product-explainBlock.isPhotoRight img{
    width:100%;
    margin-bottom:15px;
    margin-left: 0;
  }
  .c-product-explainBlock.isPhotoLeft > div,
  .c-product-explainBlock.isPhotoRight > div{
    width:100%;
  }

  .c-product-explainBlock.isAside{
    border-width:3px;
    padding:12px;
  }

  .c-product-explainBlock.isPhotoGallery{
    --gap:10px;
  }
  .c-product-explainBlock.isArticles{
    display:block;
  }
  .c-product-explainBlock.isArticles a{
    width:80vw;
    max-width:350px;
  }
  .c-product-explainBlock.isArticles img{
    margin-bottom:10px;
    aspect-ratio:5 / 3;
    object-fit:cover;
  }
}

.c-product-explainTextHeader{
  font-size:20px;
  font-weight:bold;
  line-height: 1.75em;
  /*margin-bottom:5px;*/
  margin-bottom:1em;
}
.c-product-explainTextHeader:not(:first-child){
  margin-top:30px;
}
.c-product-explainTextHeader.isNoticeHeader{
  width:100%;
  background:#EDE9DE;
  border-left:4px solid #ECA025;
  border-bottom:1px solid var(--defaultColor);
  padding:0.3em 0.7em;
  margin-bottom:12px;
}
.c-product-explainTextHeader.isPoint{
  color:#FF5C00;
   margin-bottom: .5em;
  letter-spacing: .1em;
}

.c-product-explainDataTable{
  width:100%;
  border-collapse:collapse;
  border:1px solid #bcbcbc;
}
.c-product-explainDataTable:not(:first-child){
  margin-top:60px;
}
.c-product-explainDataTable tr:not(:last-child){
  border-bottom:1px solid #bcbcbc;
}
.c-product-explainDataTable th{
  width:15em;
  background:#716D61;
  color:white;
  font-weight:bold;
  text-align:left;
  vertical-align:top;
}
.c-product-explainDataTable th,
.c-product-explainDataTable td{
  padding:1em;
  font-size:inherit;
}

@media (max-width:1024px){
  .c-product-explainDataTable,
  .c-product-explainDataTable *{
    border:none;
  }
  .c-product-explainDataTable tr{
    display:block;
  }
  .c-product-explainDataTable th,
  .c-product-explainDataTable td{
    padding:0.25em 0.5em;
    display:block;
    width:100%;
  }
  .c-product-explainDataTable td{
    padding-bottom:0.8em;
  }
  .c-product-explainDataTable tr:last-child{
    border-bottom:1px solid var(--defaultColor);
  }
}

.l-product-explainSection .reviewStars{
  --width:120px;
  --starColor:#ECA025;
  --backgroundColor:#bcbcbc;
}






.c-product-explainShippings .l-content{
  width:calc(100% - var(--contentSidePadding) * 2);
  max-width:calc(1100px - var(--contentSidePadding) * 2);
  padding:45px;
  border:1px solid var(--defaultColor);
}
@media (max-width:1024px){
  .c-product-explainShippings .l-content{
    padding:20px 15px;
  }
}