/*固定設定*/
#staff_coordinate {
   margin: auto;
   width: 799px;
   font-size: 17px;
}

.here {
   font-size: 10px;
}

/*共通設定*/
#staff_coordinate .dpy-none {
   display: none;
}

#staff_coordinate .flex {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-flow: row wrap;
   flex-wrap: wrap;
   -ms-flex-pack: center;
   -webkit-justify-content: center;
   justify-content: center;
   flex-wrap: wrap;
}

#staff_coordinate .image img {
   width: 100%;
}

#staff_coordinate .row-reverse {
   flex-direction: row-reverse;
}

/* btn */
#staff_coordinate .item-data-box .btns {
   position: relative !important;
   text-align: center !important;
   padding: 10px !important;
}

#staff_coordinate .item-data-box .btns .btn {
   position: absolute !important;
   top: 0 !important;
   left: 0 !important;
   width: 100% !important;
   height: 100% !important;
   background: none !important;
   border: 1px solid #000 !important;
   color: #000 !important;
   line-height: 1.2 !important;
   padding-bottom: 30px !important;
   font-size: 14px;
}

#staff_coordinate .matome-btns {
   background: #000;
   border-radius: 10px;
   text-align: center;
   padding: 36px 20px;
   position: relative;
   line-height: 5.5;
   font-weight: bold;
   margin: 100px auto;
   width: 360px;
}

#staff_coordinate .matome-btn {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   color: #fff;
   font-size: 14px;
}

#staff_coordinate a:hover {
   opacity: 0.8;
}

/*---------------------------------
   スタイル設定
---------------------------------*/
#staff_coordinate .about {
   font-size: 21px;
   text-align: center;
   margin: 2rem 0 6rem;
}

#staff_coordinate .item-list {
   width: 100%;
   margin: 0 auto 8rem;
   font-size: 17px;
}

.item-list .item.flex {
   justify-content: center;
}

#staff_coordinate .item-list .item.flex .box {
   width: 46%;
}

#staff_coordinate .item-list .item.flex .item-image {
   width: 44%;
   margin-right: 10px;
}

#staff_coordinate .item-list .row-reverse .item-image {
   margin-left: 10px;
}

#staff_coordinate .item-list .item-data {
   width: 48%;
   margin: 0;
   word-break: break-all;
}

#staff_coordinate .item-list .item-data .flex {
   margin-bottom: 10px;
}

#staff_coordinate .item-list .item-data-box.image {
   width: 32%;
   margin: 2% 2% 2% 0;
}

#staff_coordinate .item-list .item-data-box.txt {
   width: 64%;
   margin: 2% 0 2% 2%;
}

#staff_coordinate .item-list .item-data-box.txt p {
   line-height: 1.4;
   margin-bottom: 10px;
}

#staff_coordinate .item-list .price {
   font-size: 18px;
}

#staff_coordinate .item-list .off {
   color: #ff0000;
}

#staff_coordinate .item-list .tax {
   font-size: 13px;
}

#staff_coordinate .comment {
   position: relative;
   width: 94%;
   margin: 30px auto 0;
}

#staff_coordinate .comment .comment-txt {
   background-color: #f0ece8;
   text-align: center;
   width: 94%;
   margin: 0 auto;
   padding: 20px;
   font-size: 12px;
}

#staff_coordinate .comment .icon-point {
   position: absolute;
   top: -30px;
   left: 0;
   width: 120px;
   z-index: 1;
}

#staff_coordinate .no-stock {
   color: red;
   font-weight: bold;
}

/* ポップアップのコンテンツ */
#staff_coordinate .card__middle,
#staff_coordinate select {
   width: 100%;
}

#staff_coordinate select {
   margin: 5px 0;
   padding: 10px 5px;
}

#staff_coordinate .card {
   margin-bottom: 10px;
}

#staff_coordinate .select-list::before {
   z-index: 1001;
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   height: 100%;
   width: 30px;
}

#staff_coordinate .select-list::after {
   z-index: 1002;
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto 0;
   right: 9px;
   width: 0;
   height: 0;
   border-style: solid;
   border-width: 6px 6px 0 6px;
   border-color: #555555 transparent transparent transparent;
}

#staff_coordinate .select-list {
   position: relative;
}

#staff_coordinate .grid__lists.flex {
   justify-content: center;
}

#staff_coordinate .grid__lists li {
   width: 250px;
   padding: 1%;
}

#staff_coordinate .tag__list {
   text-align: center;
   margin-bottom: 0 !important;
   width: 60px !important;
}

/*---------------------------------
   スライド
---------------------------------*/
#staff_coordinate .slider {
   width: 100%;
   margin: 0 auto;
}

#staff_coordinate .slider img {
   width: 100%;
}

#staff_coordinate .slider .slick-slide {
   height: auto !important;
}

#staff_coordinate .slider .slick-next {
   right: 0 !important;
}

#staff_coordinate .slider .slick-prev {
   left: 0 !important;
}

#staff_coordinate .slider .slick-arrow {
   width: initial !important;
   height: initial !important;
   z-index: 2 !important;
}
#staff_coordinate .thumb__slider__btn__img {
   width: 16px;
}
#staff_coordinate .thumb__list {
   position: relative;
}
#staff_coordinate .swiper-button-next-slider {
   right: 0;
   position: absolute;
   top: 50%;
   transform: translate(-50%,-50%);
   z-index: 1;
}
#staff_coordinate .swiper-button-prev-slider {
   left: 20px;
   position: absolute;
   top: 50%;
   transform: translate(-50%,-50%);
   z-index: 1;
}

#staff_coordinate .thumb {
   overflow:hidden;
}


/*---------------------------------
   ポップアップ
---------------------------------*/

/* ==========================
  初期設定
========================== */
#staff_coordinate *,
#staff_coordinate *::before,
#staff_coordinate *::after {
   box-sizing: border-box;
}
/* 
#staff_coordinate img {
   width: 100%;
} */

/* ==========================
  モーダル（ポップアップ）
========================== */
#staff_coordinate .js_modalBtnWrap {
   width: 100%;
   max-width: 100%;
   margin: 20px auto 0;
   text-align: center;
   position: relative;
   padding: 24px 0 52px;
}

#staff_coordinate .js_modalBtnCont {
   color: #fff;
   background-color: #000;
   transition: 0.3s;
   border-radius: 10px;
   font-weight: bold;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   line-height: 5;
}

#staff_coordinate .js_modalWrap {
   opacity: 0;
   z-index: -1;
   position: fixed;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}

#staff_coordinate .js_modalWrap.active {
   animation: modalOpen 0.3s ease forwards;
}

#staff_coordinate .js_modalWrap.active2 {
   animation: modalClose 0.3s ease forwards;
}

#staff_coordinate .js_modalBG {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.6);
}

#staff_coordinate .js_modalContInner {
   position: absolute;
   top: 66%;
   left: 50%;
   transform: translateX(-50%) translateY(-50%);
   width: 100%;
   max-width: 100%;
   background-color: #fff;
   padding: 40px 40px 40px;
   height: 100%;
}

#staff_coordinate .js_modalBtnWrap a span {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
   font-size: 14px;
}

#staff_coordinate .js_modalCont {
   overflow-y: scroll;
   max-height: 100%;
}

#staff_coordinate .js_modalCont>*+* {
   margin-top: 10px;
}

#staff_coordinate .js_modalContInner>.js_modalClose+* {
   margin-top: 0;
}

#staff_coordinate .js_modalClose {
   display: block;
   position: absolute;
   top: 40px;
   right: 10.5px;
   width: 20px;
   height: 20px;
   overflow: hidden;
   cursor: pointer;
   z-index: 1001;
}

#staff_coordinate .js_modalClose::before,
#staff_coordinate .js_modalClose::after {
   content: "";
   background-color: #222;
   position: absolute;
   top: -5px;
   right: 10px;
   width: 1px;
   height: 30px;
}

#staff_coordinate .js_modalClose::before {
   transform: rotate(45deg);
}

#staff_coordinate .js_modalClose::after {
   transform: rotate(-45deg);
}

@keyframes modalOpen {
   0% {
      opacity: 0;
   }

   100% {
      opacity: 1;
      z-index: 1000;
   }
}

@keyframes modalClose {
   0% {
      opacity: 1;
      z-index: 1000;
   }

   100% {
      opacity: 0;
   }
}

/* ==========================
  コンテンツの中身
========================== */
#staff_coordinate .ly_inner {
   width: 100%;
   max-width: 1080px;
   margin: 100px auto;
   padding: 40px;
   background-color: #ccc;
}

#staff_coordinate .ly_inner h2 {
   font-size: 150%;
   font-weight: bold;
   margin-bottom: 30px;
}

#staff_coordinate .md_textblock>*+* {
   margin-top: 10px;
}

#staff_coordinate .md_textblock>*+.js_modalBtnWrap {
   margin-top: 20px;
}

#staff_coordinate table {
   width: 100%;
}

#staff_coordinate table th,
#staff_coordinate table td {
   border: 1px solid #222;
   padding: 10px;
}

#staff_coordinate table th {
   width: 20%;
   background-color: #ccc;
   white-space: nowrap;
}

#staff_coordinate .md_linkBtnWrap {
   width: 300px;
   max-width: 100%;
   margin: 10px auto 0;
   text-align: center;
}

#staff_coordinate .md_linkBtnCont {
   display: block;
   color: #222;
   border: 1px solid #222;
   padding: 15px 5px;
   transition: 0.3s;
}

#staff_coordinate .md_linkBtnCont:hover,
#staff_coordinate .md_linkBtnCont:focus {
   color: #fff;
   background-color: #222;
}

/* PC幅に適用 */
@media (min-width: 768px) {
   #staff_coordinate .hp_sp {
      display: none !important;
   }
}

/* スマホ幅に適用 */
@media (max-width: 767px) {
   #staff_coordinate .hp_pc {
      display: none !important;
   }

   #staff_coordinate .js_modalContInner {
      height: 100vh;
      padding: 20px;
   }

   #staff_coordinate .js_modalCont {
      max-height: 100vh;
      height: 100%;
   }

   #staff_coordinate .js_modalClose {
      top: -30px;
   }

   #staff_coordinate .js_modalClose::before,
   #staff_coordinate .js_modalClose::after {
      background-color: #fff;
   }
}

#staff_coordinate .js_modalCont {
   overflow: scroll;
   /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
   -ms-overflow-style: none !important;
   /*Firefoxへの対応*/
   scrollbar-width: none !important;
}

/*Google Chrome、Safariへの対応*/
#staff_coordinate .js_modalCont ::-webkit-scrollbar {
   display: none !important;
}

/* ポップアップ内レイアウト調整 */
#staff_coordinate .card__upper {
   width: 100%;
}
.grid.is-col-3 .grid__lists {
   display: flex;
   place-content: center;
}
#staff_coordinate .card__thumb {
   height: 240px;
}
#staff_coordinate .card__color__list:not(:last-of-type) {
   margin: 0;
}