@charset "UTF-8";
#content h1 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}
#content h2 {
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: #B0B0B0 1px solid;
  padding-bottom: 0.25rem;
}

/* バリデーションのエラーメッセージは非表示 */
.formError .formErrorContent {
  display: none;
}

.formErrorClose {
  display: none;
}

.mfp-bg {
  z-index: 1000000 !important;
}

.mfp-wrap {
  z-index: 1000000 !important;
}

/* とりあえず、常にマトリックスモード
---------------------------------------- */
#matrixSpArea {
  display: none;
}

#matrixBox {
  display: block;
}

/* カートボタン等
---------------------------------------- */
.buttonSubmitArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  row-gap: 1em;
  margin-top: 2em;
}
@media screen and (min-width: 900px) {
  .buttonSubmitArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.buttonSubmitArea .addFavorite .icon-heart {
  color: var(--mainColor);
  vertical-align: baseline;
}
.buttonSubmitArea .addFavorite:active .icon-heart {
  color: #FFFFFF;
}

#matrixBox .buttonSubmitArea {
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.purchaseInformation {
  text-align: center;
}
@media screen and (min-width: 900px) {
  .purchaseInformation {
    text-align: right;
  }
}
.purchaseInformation .infoIcon {
  width: 18px;
  height: 18px;
}
.purchaseInformation .payInfo {
  font-size: 0.75rem;
  letter-spacing: 0.84px;
  color: #268AFF;
}

#matrixBox .purchaseInformation {
  text-align: center;
}

/* swiper */
.mySwiper2 {
  margin-bottom: 0.625rem;
}

.swiper {
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  width: 39px;
  height: 39px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  margin-top: -19px;
}

:root {
  --swiper-theme-color: #FFFFFF;
  --swiper-navigation-size: 17px;
}

.swiper-wrapper img {
  cursor: pointer;
}

.swiper-slide {
  text-align: center;
}

/* 商品画像と説明のレイアウト
---------------------------------------- */
#detailBox01 {
  display: grid;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 2em;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 900px) {
  #detailBox01 {
    grid-template-columns: 3fr 2fr;
  }
}

/* 商品オプション
---------------------------------------- */
.optionArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 0.5em;
}
.optionArea li {
  height: 23px;
  color: #FFFFFF;
  font-size: 0.625rem;
  line-height: 24px;
  border-radius: 4px;
  padding: 0 6px;
  font-weight: 700;
}
.optionArea li.options1 {
  background-color: #0CC45C;
}
.optionArea li.options2 {
  background-color: #FB4D9E;
}
.optionArea li.options3 {
  background-color: #F88D14;
}
.optionArea li.options4 {
  background-color: #F54747;
}
.optionArea li.options5 {
  background-color: #04CCDB;
}

/* 商品情報(品番・メーカー・商品カテゴリ)
---------------------------------------- */
.productSubInfo {
  display: grid;
  grid-template-areas: "a b" "c c";
  color: var(--textColor);
  margin-top: 0.5em;
}
.productSubInfo > * {
  font-size: 0.75rem;
}
.productSubInfo > .productCode {
  grid-area: a;
}
.productSubInfo > .purchaseCustomerName {
  grid-area: b;
}
.productSubInfo > .groupCaption {
  grid-area: c;
}

/* 販売価格 */
.standard {
  color: #88878A;
  margin-top: 0.5em;
}

#priceArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin: 0.5em 0;
}
#priceArea > li {
  padding: 0.5em;
  font-weight: 700;
  border-radius: 4px;
  width: 50%;
}
#priceArea > li.salesPriceContainer {
  border: 1px solid #268AFF;
  color: #268AFF;
}
#priceArea > li.memberPriceContainer {
  border: 1px solid #F54747;
  color: #F54747;
}
#priceArea > li .discountArea {
  font-size: 0.865rem;
}
#priceArea > li .displayPrice {
  font-size: 1.5rem;
  color: var(--textColor);
  font-weight: 700;
}
#priceArea > li .displayPrice span {
  font-size: 0.75rem;
}
#priceArea > li .displayLogin {
  font-size: 0.875rem;
  font-weight: normal;
  color: var(--textColor);
}
@media screen and (min-width: 900px) {
  #priceArea > li .displayLogin {
    font-size: 1rem;
  }
}

/* priceTable */
#detailBox01 #priceTable {
  margin-bottom: 5px;
  background-color: #f7f7f7;
}

#detailBox01 #priceTable th,
#detailBox01 #priceTable td {
  line-height: 30px;
  border-bottom: #fff 2px solid;
}

#detailBox01 #priceTable th {
  padding-left: 15px;
}

#detailBox01 #priceTable .price {
  text-align: right;
  font-size: 14px;
  padding-right: 15px;
}

#detailBox01 #priceTable .price span {
  font-size: 18px;
  font-weight: bold;
}

#detailBox01 #priceTable .stdPrice span {
  text-decoration: line-through;
}

#detailBox01 #priceTable .slPrice {
  color: #ff0000;
}

#detailBox01 #priceTable .mbPrice {
  color: #ff5f00;
}

/* 商品詳細エリア */
.detailDes {
  font-size: 0.875rem;
  line-height: 1.8;
}

.downloadArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.downloadArea li {
  width: 49%;
  height: 52px;
  line-height: 3.5;
  border: 1px solid #268AFF;
  color: #268AFF;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}
.downloadArea li:hover {
  background-color: #268AFF;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.downloadArea li a {
  display: block;
}

/* 注文内容を選択(リスト)
---------------------------------------- */
#pullDownList .formGroup {
  grid-template-columns: 80px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 900px) {
  #pullDownList .formGroup {
    grid-template-columns: 80px 1fr;
  }
}
#pullDownList .formGroup .inputFlex .selectContainer {
  width: 100%;
}
#pullDownList .formGroup .inputFlex .selectContainer > select {
  width: 100%;
}
#pullDownList .formGroup .inputFlex .selectContainer > select:invalid,
#pullDownList .formGroup .inputFlex .selectContainer > select option:first-child {
  color: #B0B0B0;
}
#pullDownList .formGroup .inputFlex #frmPurchase_FinalPriceCaption {
  font-size: 1.125rem;
}
@media screen and (min-width: 900px) {
  #pullDownList .formGroup .inputFlex #frmPurchase_FinalPriceCaption {
    font-size: 1.25rem;
  }
}
#pullDownList .formGroup .inputFlex #upDownNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#pullDownList .formGroup .inputFlex #upDownNum > input {
  width: 5em;
  border-radius: 0;
  text-align: center;
}
#pullDownList .formGroup .inputFlex #upDownNum > .spinner {
  position: relative;
  color: var(--mainColor);
  text-align: center;
  background-color: #EFEFEF;
  width: 40px;
  border-top: 1px solid #B0B0B0;
  border-bottom: 1px solid #B0B0B0;
  cursor: pointer;
}
#pullDownList .formGroup .inputFlex #upDownNum > .spinner:active {
  background-color: var(--mainColor);
}
#pullDownList .formGroup .inputFlex #upDownNum > .spinner:active::before, #pullDownList .formGroup .inputFlex #upDownNum > .spinner:active::after {
  background-color: #FFFFFF !important;
}
#pullDownList .formGroup .inputFlex #upDownNum > .spinner.spinnerDown {
  border-left: 1px solid #B0B0B0;
  border-radius: 4px 0 0 4px;
}
#pullDownList .formGroup .inputFlex #upDownNum > .spinner.spinnerDown::before {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #268AFF;
}
#pullDownList .formGroup .inputFlex #upDownNum > .spinner.spinnerUp {
  border-right: 1px solid #B0B0B0;
  border-radius: 0 4px 4px 0;
}
#pullDownList .formGroup .inputFlex #upDownNum > .spinner.spinnerUp::before, #pullDownList .formGroup .inputFlex #upDownNum > .spinner.spinnerUp::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #268AFF;
}
#pullDownList .formGroup .inputFlex #upDownNum > .spinner.spinnerUp::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#pullDownList .formGroup .inputFlex #soldOut {
  display: none;
  color: var(--cautionColor);
}
#pullDownList .formGroup + .formGroup {
  border-top: none;
  margin-top: 1em;
  padding-top: 0;
}

/* textBox */
#textBox {
  padding: 15px 20px;
  background-color: #e5e5e5;
}

#textBox .icon-heart2 {
  display: inline-block;
  width: 16px;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #fff;
  margin: 0 5px;
  padding: 3px 0 1px;
  border-radius: 10px;
  background-color: #333;
}

/* modeImage
---------------------------------------- */
#moreImage {
  margin-bottom: 80px;
}

#moreImage li {
  width: 750px;
  margin: 0 auto 20px;
}

#moreImage li span {
  padding-top: 10px;
  text-align: center;
  display: block;
}

.mySwiper {
  overflow: hidden;
}

.mySwiper .swiper-slide {
  /* width: 23.5% !important; */
  /* padding-bottom: 26%; */
  width: auto !important;
  margin-right: 0 !important;
  /* margin-bottom: 1.5%; */
}

.mySwiper .swiper-slide:nth-child(4n) {
  margin-right: 0 !important;
}

.mySwiper .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 0.166fr));
  gap: 8px;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
          transform: translate3d(0px, 0px, 0px) !important;
}
@media screen and (min-width: 590px) {
  .mySwiper .swiper-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(80px, 0.166fr));
  }
}

.mySwiper2 {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 0.5rem;
  position: relative;
}

.mySwiper2 .swiper-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition-duration: 0ms;
          transition-duration: 0ms;
}

.swiper img {
  border-radius: 4px;
}

.swiper swiper-slide {
  max-width: 114px;
  padding-bottom: 100%;
}

.mySwiper img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  /* position: absolute;*/
  /* top: 0; */
  /* left: 0; */
  background-color: #F2F2F2;
  aspect-ratio: 1/1;
}

.mySwiper2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F2F2F2;
}

/* マトリックス形式の子商品一覧
---------------------------------------------- */
#matrixBox #scrollMatrix {
  overflow: scroll;
  width: 100%;
  height: auto;
  max-height: 50vh;
  margin-bottom: 0.5em;
}
#matrixBox #scrollMatrix > table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
}
#matrixBox #scrollMatrix > table > thead th {
  position: sticky;
  top: 0;
  width: 90px;
  text-align: center;
  z-index: 1;
  color: #FFFFFF;
  background-color: #88878A;
  border-right: 1px solid #FFFFFF;
}
#matrixBox #scrollMatrix > table > thead th.color {
  width: 160px;
  left: 0;
  text-align: left;
  padding: 0 0.5em;
  border: none;
  z-index: 2;
}
@media screen and (min-width: 590px) {
  #matrixBox #scrollMatrix > table > thead th.color {
    width: 240px;
  }
}
#matrixBox #scrollMatrix > table > thead th.color::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid #FFFFFF;
}
#matrixBox #scrollMatrix > table > tbody th {
  position: sticky;
  left: 0;
  text-align: left;
  padding: 0 0.5em;
  z-index: 1;
}
#matrixBox #scrollMatrix > table > tbody th::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid var(--tableBorderColor);
}
#matrixBox #scrollMatrix > table > tbody th,
#matrixBox #scrollMatrix > table > tbody td {
  vertical-align: middle;
}
#matrixBox #scrollMatrix > table > tbody td {
  text-align: center;
  padding: 3px 1px;
}
#matrixBox #scrollMatrix > table > tbody td input {
  padding: 1px 0;
  width: 60px;
  text-align: center;
  border-radius: 4px;
}
#matrixBox #scrollMatrix > table > tbody > tr:nth-child(2n) th,
#matrixBox #scrollMatrix > table > tbody > tr:nth-child(2n) td {
  background-color: #F4F4F4;
}
#matrixBox #scrollMatrix > table > tbody > tr:nth-child(2n-1) th,
#matrixBox #scrollMatrix > table > tbody > tr:nth-child(2n-1) td {
  background-color: #FFFFFF;
}
#matrixBox #scrollMatrix > table > tbody tr.hover th,
#matrixBox #scrollMatrix > table > tbody tr.hover td {
  background-color: var(--mainColorLight);
}
#matrixBox #scrollMatrix > table > tbody tr td {
  border-right: 1px solid var(--tableBorderColor);
}

#matrixBox table td span.quantity {
  font-size: 11px;
}

/* 関連商品 */
.itemArea {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.imgContent {
  width: 32%;
  margin-bottom: 3.25rem;
}

.itemArea .imgContent:nth-child(3n-1) {
  margin: 0 2% 3.25rem;
}

.itemArea .photo {
  width: 100%;
  height: auto;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border: #ddd 1px solid;
  margin-bottom: 5px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.itemArea .photo img {
  width: 100%;
  height: auto;
  position: absolute !important;
  margin: 0 !important;
  top: 50% !important;
  left: 0 !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

h4 {
  font-family: "Zen Kaku Gothic Antique";
  font-size: 1.625rem;
  font-weight: 700;
  margin-bottom: 0.375rem;
}

.itemArea .photo span {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.itemArea .photo .default.noimage {
  position: initial !important;
}

.itemArea .photo span div {
  padding-bottom: 100%;
}

.itemArea .photo span div {
  width: 100% !important;
  height: auto !important;
}

.itemArea .caseTit {
  font-weight: 700;
  letter-spacing: 0.8px;
}

.itemArea .caseDes {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  line-height: 14px;
  overflow: hidden;
}

/*===============================================
●画面の横幅が961px以下(PC)
===============================================*/
@media screen and (min-width: 768px) {
  #content {
    margin-top: 1.5625rem;
  }
}
/*===============================================
●画面の横幅が769px以下(スマホ)
===============================================*/
@media screen and (max-width: 770px) {
  /* modeImage
  ---------------------------------------- */
  #moreImage {
    margin-bottom: 9vw;
  }
  #moreImage li {
    width: 100%;
    margin: 0 auto 3vw;
  }
  #moreImage li div {
    width: 100% !important;
    height: auto !important;
  }
  #moreImage li div img {
    width: 100% !important;
    height: auto !important;
    position: static !important;
    margin: 0 !important;
  }
  /* 制作事例 */
  .itemArea .imgContent {
    width: 49%;
  }
  .itemArea .imgContent:nth-child(3n-1) {
    margin-right: initial;
    margin-left: initial;
  }
  .itemArea .imgContent:nth-child(even) {
    margin-left: 2%;
  }
}/*# sourceMappingURL=item_select.css.map */