@charset "UTF-8";

/***********************************************
***  goods
***********************************************/
.goods-deco-bunmei1 {
    position: absolute;
    background: url(../img/common/deco/icon-colorless.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
    width: 400px;
    height: 400px;
    left: -10px;
    top: 50%;
    z-index: 2;
}

@media (max-width: 800px) {
    .goods-deco-bunmei1 {
        width: 30%;
    }
}

.goods-chara {
    position: absolute;
    width: 400px;
    min-width: 300px;
    height: 500px;
    background: url(../img/goods/chara8.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    margin-right: 20px;
    right: 0;
    top: 0;
    z-index: 100;
}

.goods-body {
    background: url(../img/common/bg-red.jpg) #000;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.goods-section {
    padding: 60px 0 100px;

    position: relative;
}

.goods-notice-section {
    padding: 0 0 100px;
    text-align: center;

}

.goods-bonus-section {
    padding: 0 0 100px;

}

.goods-online-shop-section {
    padding: 0 0 100px;

}

.goods-item-cat-section {
    margin-bottom: 80px;
}

.goods-item-lists {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.goods-item-list {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
    background-image: linear-gradient(135deg, rgba(4, 8, 58, 0.60) 20%, rgb(252 252 252 / 50%) 50%, rgba(4, 8, 58, 0.60) 50%, rgba(4, 8, 58, 0.60) 60%, rgba(194, 136, 0, 0.95) 86.1%, rgba(4, 8, 58, 0.60) 86.1%);
    border: 1px solid transparent;
    border-image: linear-gradient(45deg,
            #B67B03 0%,
            #DAAF08 45%,
            #FEE9A0 70%,
            #DAAF08 85%,
            #B67B03 100%) 1;
    padding: 10px;
}

.goods-item-figure {
    line-height: 1;
}

.goods-item-img {
    width: 100%;
    height: auto;
    margin-bottom: 12px;
}

.goods-item-caption-heading {
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-bottom: 8px;
}

.goods-item-caption-price {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    margin-bottom: 12px;
}

.goods-item-caption-price .small {
    font-size: 0.8em;
}
.goods-item-caption-select-container.hidden {
    display: none;
}
.goods-item-lists.pickup .goods-item-caption-heading {
    font-size: 18px;
}

.goods-item-lists.pickup .goods-item-caption-price {
    font-size: 16px;
}

.goods-item-lists.pickup {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

.goods-item-list.original {
    background-image: linear-gradient(135deg, rgba(4, 8, 58, 0.60) 20%, rgb(252 252 252 / 50%) 50%, rgba(4, 8, 58, 0.60) 50%, rgba(4, 8, 58, 0.60) 60%, rgba(138, 18, 18, 0.95) 86.1%, rgba(4, 8, 58, 0.60) 86.1%);
}

.goods-item-list.pre-sale {
    background-image: linear-gradient(135deg, rgba(4, 8, 58, 0.60) 20%, rgb(252 252 252 / 50%) 50%, rgba(4, 8, 58, 0.60) 50%, rgba(4, 8, 58, 0.60) 60%, rgba(53, 45, 123, 0.95) 86.1%, rgba(4, 8, 58, 0.60) 86.1%);
}
.goods-item-list.restock {
     background-image: linear-gradient(135deg, rgba(4, 8, 58, 0.60) 20%, rgb(252 252 252 / 50%) 50%, rgba(4, 8, 58, 0.60) 50%, rgba(4, 8, 58, 0.60) 60%, rgba(0, 71, 49, 0.95) 86.1%, rgba(4, 8, 58, 0.60) 86.1%);
}
.goods-item-list.place-exclusive.pickup .goods-item-figure {
 display: flex;
    align-items: flex-end;
    padding: 40px;
}
.goods-item-list.place-exclusive.pickup img{
    width: calc(100% - 280px);
    flex-shrink: 0;
    max-width: 100%;
  height: auto;
}
.goods-item-list.place-exclusive.pickup .goods-item-caption{
    width: 280px;
    text-align: right;
}
.goods-item-list.place-exclusive.pickup .goods-item-caption .goods-item-caption-heading{
    font-size: 20px;
    text-align: right;
    margin-bottom: 20px;
}
.goods-item-list.place-exclusive.pickup .goods-item-caption .goods-item-caption-price{
    font-size: 24px;
    text-align: right;
}   
.goods-bonus-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.goods-bonus-container>div {
    width: calc((100% - 40px) / 2);
}

.goods-bonus-text {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.goods-online-shop-lead {
    max-width: 700px;
    margin: 0 auto;
}

.goods-online-shop-btn {
    margin-bottom: 20px;
}

.goods-online-shop-note {
    font-size: 14px;
    color: #fff;
    text-align: center;
}

@media (max-width: 800px) {
.goods-item-list.place-exclusive.pickup .goods-item-figure {
    padding: 20px;
    justify-content: space-between;
}
.goods-item-list.place-exclusive.pickup img{
    width: calc(100% - 210px);
}
.goods-item-list.place-exclusive.pickup .goods-item-caption{
    width: 200px;
}
.goods-item-list.place-exclusive.pickup .goods-item-caption .goods-item-caption-heading{
    font-size: 18px;
}
.goods-item-list.place-exclusive.pickup .goods-item-caption .goods-item-caption-price{
    font-size: 22px;
}   
    .goods-chara {
        width: 30vw;
        min-width: inherit;
        height: 40vw;
        right: -4vw;
        top: -4vw;
    }

    .goods-section {
        padding: 40px 0 60px;
    }

    .goods-notice-section {
        margin-bottom: 60px;
    }

    .goods-contact-section {
        margin-bottom: 60px;
    }

    .goods-lists-question {
        font-size: 18px;
    }

    .goods-contact-lead {
        font-size: 18px;
    }

    .goods-contact-text {
        font-size: 4vw
    }

    .goods-contact-heading {
        margin-top: -60px;
        padding-bottom: 30px;
    }
    .goods-item-lists {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 600px) {
.goods-item-list.place-exclusive.pickup .goods-item-figure {
    flex-direction:column;
    padding: 0;
}
.goods-item-list.place-exclusive.pickup img{
    width: 100%;
     margin-bottom: 20px;
     padding: 30px;
}
.goods-item-list.place-exclusive.pickup .goods-item-caption{
    width: 100%;
}
.goods-item-list.place-exclusive.pickup .goods-item-caption .goods-item-caption-heading{
    font-size: 14px;
    text-align: left;
}
.goods-item-list.place-exclusive.pickup .goods-item-caption .goods-item-caption-heading br{
    display: none;
}
.goods-item-list.place-exclusive.pickup .goods-item-caption .goods-item-caption-price{
    font-size: 18px;
}  
    .goods-notice-section {
        margin-bottom: 50px;
    }

    .goods-contact-section {
        margin-bottom: 50px;
    }

    .goods-lists-question {
        padding: 10px;
    }

    .goods-lists-question-text:after {
        top: 10px;
        width: 26px;
        height: 26px;
    }

    .goods-lists-question-text {
        padding-left: 30px;
    }

    .goods-lists-question {
        font-size: 16px;
    }

    .goods-section {
        padding: 30px 0 50px;
    }
       .goods-item-lists {
    display: grid;
    grid-template-columns: 1fr;
}
}

/***********************************************
***  modal
***********************************************/
.js-modal-goods {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: linear-gradient(to bottom, rgba(35, 16, 0, 0.9) 0%, rgba(105, 21, 0, 0.90) 100%);
  background-size: auto 100%;
  background-position: top left;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.js-modal-goods.is-active {
  opacity: 1;
  visibility: visible;
}
.js-modal-goods-container {
          position: relative;
    z-index: 2;
    background: #000;
    padding: 40px;
    width: calc(100% - 60px);
    max-width: 800px;
    max-height: 90%;
        border: 1px solid;
    border-image: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 100%) 1;
    overflow-y: auto;
        box-shadow: 0 0 30px #d5092c;
}
.js-modal-goods-container::-webkit-scrollbar {
  width: 2px;
}
.js-modal-goods-container::-webkit-scrollbar-thumb {
  background-color: var(--color-secondary);
}
.js-modal-goods-container::-webkit-scrollbar-track {
  background-color: #c5c5c5;
}
.js-modal-goods-close {
         display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    color: var(--color-accent);
    font-size: 40px;
    font-weight: 800;
    cursor: pointer;
    height: 40px;
    line-height: 1;
}
.js-modal-goods-image-container {
  position: relative;
}
.js-modal-goods-image {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: min(100%, 400px);
  text-align: center;
}
.js-modal-goods-text-container {
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  width: min(100%, 540px);
  font-weight: 800;
  line-height: 1.3;
}
.js-modal-goods-heading {
  margin-bottom: 10px;
  font-size: 22px;
  color:var(--color-secondary);
  font-weight: 800;
}
.js-modal-goods-variation {
  margin-bottom: 10px;
  font-size: 16px;
  color:var(--color-secondary);
  font-weight: 800;
}
.js-modal-goods-price {
  font-size: 24px;
  font-weight: 800;
  text-align: right;
  margin-bottom: 10px;
}
.js-modal-goods-price .small {
  font-size: 0.8em;
  ;
}

.js-modal-goods-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.js-modal-goods-toggle {
  cursor: pointer;
}
.js-modal-goods-prev {
  position: absolute;
  z-index: 10;
  inset: 0 auto 0 20px;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
    width: 24px;
  left: 0;
}
@media (max-width: 800px) {
  .js-modal-goods-container {
    padding: 20px;
    width: calc(100% - 40px);
  }
  .js-modal-goods-close {
    font-size: 50px;
  }
  .js-modal-goods-image {
    width: 80%;
  }
  .js-modal-goods-text-container {
    width: min(100%, 400px);
  }
}
@media (max-width: 600px) {
  .js-modal-goods-heading {
    font-size: 18px;
  }
  .js-modal-goods-price {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  .js-modal-goods-close {
    font-size: 40px;
  }
}
@media (max-width: 800px) {
  .js-modal-goods-prev {
    width: 15px;
  }
}
.js-modal-goods-next {
  position: absolute;
  z-index: 10;
  inset: 0 20px 0 auto;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
    width: 24px;
  right: 0;
}
@media (max-width: 800px) {
  .js-modal-goods-next {
    width: 15px;
  }
}
.common-notice-lists.goods-notice-lists {
    text-align: left;
        padding-left: 2em;
}
.common-notice-lists.goods-notice-lists .common-notice-list:before {
    content: "●";
    position: absolute;
    font-size: 8px;
    color: #bea90a;
    left: -2em;
    top: 5px;
}
.common-notice-lists.goods-notice-lists.additional {
    text-align: left;
    margin-top: 20px;
}
.common-notice-lists.goods-notice-lists.additional .common-notice-list:before {
    content: "※";
    position: absolute;
    font-size: 12px;
    color: #bea90a;
    left: -1.5em;
    top: 2px;
}
