@charset "UTF-8";
/*PC→SP*/
/* ページ内リンク (PC) 
-----------------------------------------------------------------*/
.section-page-nav {
  /* padding:25px 0; */
  border-top: 1px solid #f39800;
  border-bottom: 1px solid #f39800;
}

.section-page-nav .nav-list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.section-page-nav .nav-list-item {
  text-align: center;
  border-left: 1px solid #f39800;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.section-page-nav .nav-item {
  color: #555;
  font-size: 1.143em;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.section-page-nav .nav-list-item:last-of-type {
  border-right: 1px solid #f39800;
}

.section-page-nav .nav-item:hover {
  opacity: 0.7;
}

.section-page-nav .nav-item svg {
  fill: #c95100;
  width: 17px;
  margin-left: 13px;
}

/* アコーディオン (PC) 
-----------------------------------------------------------------*/
.slide-clm {
  display: none;
}

.slide-cont {
  /*スライドコンテンツと下要素との余白　ボタンのマイナス分*/
  margin-bottom: calc(40px + 30px);
}

.slide-cont.stripe {
  display: block;
  background: repeating-linear-gradient(-45deg, #b13037 0 2px, #fff 2px 4px);
  border-radius: 99px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 400px;
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
}

.slide-cont .btn-01 {
  text-align: center;
  width: inherit;
  margin: 0 auto -34px;
  position: relative;
}

.slide-cont .btn-01 a {
  color: #fff;
  font-size: 1.429em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cpath fill='%23fff' d='M16.5 35.5v-14h-14a2.5 2.5 0 0 1 0-5h14v-14a2.5 2.5 0 0 1 5 0v14h14a2.5 2.5 0 1 1 0 5h-14v14a2.5 2.5 0 1 1-5 0Z'/%3E%3C/svg%3E") no-repeat right 22px center/16px, #b13037;
  padding: 11px 60px 12px;
  display: inline-block;
  min-width: 315px;
  border: none;
}

.slide-cont .btn-01 .slide-btn.active {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 5'%3E%3Cpath fill='%23fff' d='M35.5 5h-33a2.5 2.5 0 1 1 0-5h33a2.5 2.5 0 1 1 0 5Z'/%3E%3C/svg%3E") no-repeat right 22px center/16px, #b13037;
}

.slide-cont .btn-01 a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: static;
  -webkit-transform: none;
          transform: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.slide-cont .btn-01 a span svg {
  width: 39px;
  height: 36px;
  position: static;
  display: inline-block;
  -webkit-transform: none;
          transform: none;
  margin-right: 10px;
}

.slide-cont .slide-clm {
  background-color: #fff;
  border-radius: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px;
  margin: 0 auto -30px;
}

.slide-cont.stripe .slide-clm {
  background-color: #fbf4f5;
}

/* POP-UP (PC) 
-----------------------------------------------------------------*/
.modalDetail {
  background-color: rgba(170, 170, 170, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.modalDetail.open {
  visibility: visible;
  opacity: 1;
}

.modalDetailInner {
  height: 100%;
  overflow: auto;
}

.modalDetailInner02 {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.modalDetailContent {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 30px 20px;
}

.modalDetailContent img {
  display: inline-block;
}

.modalDetailTtl {
  margin: 0 auto 50px;
  max-width: 280px;
}

.modalDetailList {
  font-size: 0;
}

.modalDetailList li {
  display: inline-block;
  width: 23%;
  background: #fff;
}

.modalDetailList li + li {
  margin: 0 0 0 2%;
}

.modalDetailList li a {
  display: block;
}

.modalDetailList li a:hover img {
  opacity: 0.7;
}

.modalDetailClose {
  margin: 5% auto 0;
  max-width: 150px;
  border-radius: 2px;
  cursor: pointer;
  overflow: hidden;
}

.modalDetailClose:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.section-popup {
  background-color: #f39800;
  padding: 55px 53px 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.section-popup .popup-close {
  font-size: 0;
  color: #333;
  fill: currentColor;
  position: absolute;
  top: 5%;
  right: 2%;
  width: 26px;
}

.section-popup .popup-clm-01 {
  margin-bottom: 30px;
}

/* .section-popup .popup-clm-01 .popup-ico{
 width: 100px;
  margin-right: 20px;
  text-align: center;
  background-color: #eee;
  border-radius: 100%;
 line-height: 1.1em;
  padding-top: 30px;
  padding-bottom: 30px;
 font-weight: bold;
} */
/* .section-popup .popup-clm-01 .popup-ico .sub-txt{
 font-size: 0.778em; 
} */
.section-popup .popup-clm-01 .popup-ttl {
  color: #333;
  font-size: 1.429em;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}

.section-popup .popup-clm-01 .popup-ttl svg {
  width: 26px;
  fill: currentColor;
  margin-right: 7px;
  margin-top: -5px;
}

.section-popup > section {
  margin-bottom: 100px;
}

.section-popup > section:last-child {
  margin-bottom: 0;
}

.section-popup .popup-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-popup .popup-list .btn {
  width: 31.5%;
  margin: 0 0.916%;
}

.section-popup .popup-list .btn a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}

.section-popup .popup-list .btn a img {
  width: auto;
  height: 42px;
  margin: 0 auto;
}

/*ネットショップ、カート
ネットで購入(PC)
-----------------------------------------------------------------*/
/*ページ上部*/
.section_cart_01_bg {
  background-color: #f39800;
  color: #fff;
}

.section_cart_01 .cnt_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 15px;
  gap: 0 19px;
}

.section_cart_01 .list_cart_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.section_cart_01 .list_cart_01 li {
  /* width: 180px; */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
}

.section_cart_01 .list_cart_01 .btn a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 5px;
}

.section_cart_01 .list_cart_01 .btn a img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.section_cart_01 .ttl_cart_01 {
  color: #333333;
  font-weight: bold;
  font-size: 1.429em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 153px;
}

.section_cart_01 .ttl_cart_01 svg {
  width: 26px;
  fill: currentColor;
  margin-right: 7px;
  margin-top: -5px;
}

/*カート・購入ボタン　共通(btn_cart_01)、ページ上部 (section_cart_01)*/
.btn_cart_01 {
  width: 350px;
  margin: 0 auto;
}

.btn_cart_01 a {
  color: #fff;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 38 38'%3E%3Cpath fill='%23fff' d='M16.5 35.5v-14h-14a2.5 2.5 0 0 1 0-5h14v-14a2.5 2.5 0 0 1 5 0v14h14a2.5 2.5 0 1 1 0 5h-14v14a2.5 2.5 0 1 1-5 0Z'/%3E%3C/svg%3E") no-repeat right 22px center/16px, #0c2482;
  display: block;
}

.btn_cart_01 a span {
  padding: 5px 0 5px 50px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='enable-background:new 0 0 512 512' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M148 379.3c-22.4-1.1-21.9-32.6 0-33.7 62.2.2 226.1.1 290.3.1 17.5 0 32.6-11.9 36.5-29L511.2 159c2.1-9 0-18.4-5.8-25.6s-14.4-11.5-23.6-11.5c-25.8 0-244.8-1-357-1.4l-17.8-66c-4.3-15.8-18.7-26.8-35-26.8H15c-8.3 0-15 6.7-15 15s6.7 15 15 15h57c2.8 0 5.3 1.9 6 4.6l68.3 253.4c-12 .4-23.2 5.3-31.7 13.9-8.9 9-13.7 21-13.5 33.7.4 25.4 21.5 46 46.9 46h21.9c-3.3 6.8-5.1 14.5-5.1 22.5 0 29 23.6 52.5 52.5 52.5s52.5-23.6 52.5-52.5c0-8.1-1.8-15.7-5.1-22.5h94.8c-3.2 6.8-5.1 14.5-5.1 22.5 0 29 23.6 52.5 52.5 52.5 29 0 52.5-23.6 52.5-52.5 0-8.4-2-16.3-5.5-23.3 5.9-2 10.2-7.6 10.2-14.2 0-8.3-6.7-15-15-15H148zm91.9 52.5c0 12.4-10.1 22.5-22.5 22.5s-22.5-10.1-22.5-22.5 10.1-22.5 22.5-22.5 22.5 10.1 22.5 22.5zM407 454.4c-12.4 0-22.5-10.1-22.5-22.5 0-12.3 9.9-22.3 22.1-22.5h.7c12.2.2 22.1 10.2 22.1 22.5.1 12.4-10 22.5-22.4 22.5zM481.9 152c.1.1.1.2.1.3l-15.3 66.5h-52l8.8-67.1 58.2.2c.1-.1.1-.1.2.1zM327.2 315.7v-67h53.2l-8.8 67h-44.4zm-74.4 0-8.9-67h53.3v67h-44.4zm-69.1 0c-3.7 0-6.9-2.5-7.9-6l-16.5-61h54.2l8.9 67h-38.7zm56.2-97-9-67.8 66.3.3v67.6l-57.3-.1zm87.3 0v-67.4l66.1.3-8.9 67.2h-57.2zm-126.7-68 9 68h-58.3l-18.4-68.2 67.7.2zm237.8 165h-36.4l8.8-67h49l-14.1 61.2c-.8 3.4-3.8 5.8-7.3 5.8z'%3E%3C/path%3E%3C/svg%3E") no-repeat left center/contain;
}

.btn_cart_01 a:hover {
  opacity: 0.7;
}

/* ----------------------------------------
		タブレット
----------------------------------------- */

/* ----------------------------------------
		SP
----------------------------------------- */

@media screen and (min-width: 769px) and (max-width: 980px) {
  .section_cart_01 .ttl_cart_01 {
    margin: 0 5px 0 0;
  }
  .section_cart_01 .list_cart_01 li {
    /* width:180px; */
  }
}

@media screen and (max-width: 768px) {
  /* ページ内リンク (SP) 
    -----------------------------------------------------------------*/
  .section-page-nav .inner {
    width: 100%;
  }
  .section-page-nav .nav-list-item:last-of-type {
    border-right: none;
  }
  .section-page-nav .nav-list-item:first-of-type {
    border-left: none;
  }
  .section-page-nav .nav-item {
    font-size: 3.646vw;
    padding: 3.757vw 0 5.757vw;
    position: relative;
  }
  .section-page-nav .nav-item svg {
    width: 3.255vw;
    height: 2.083vw;
    margin-left: 0;
    position: absolute;
    top: 9.375vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  /* アコーディオン (SP) 
    -----------------------------------------------------------------*/
  .slide-cont {
    margin-bottom: calc(10.417vw + 6.115vw);
  }
  .slide-cont.stripe {
    background: repeating-linear-gradient(-45deg, #b13037 0 0.326vw, #fff 0.326vw 0.586vw);
    width: 100%;
    border-radius: 6.511vw;
  }
  .slide-cont .btn-01 {
    width: 100%;
    margin: 0 auto;
  }
  .slide-cont .btn-01 .stripe {
    background: none;
    padding: 0;
  }
  .slide-cont .btn-01 a {
    font-size: 4.167vw;
    background-position: right 5.0781vw center;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-size: 4.69vw;
    padding: 3.387vw;
    min-width: inherit;
    max-width: inherit;
    width: 100%;
  }
  .slide-cont .btn-01 .slide-btn.active {
    border-radius: 6.511vw 6.511vw 0 0;
  }
  .slide-cont .btn-01 a span svg {
    width: 7.813vw;
    height: 7.162vw;
    margin-right: 3vw;
  }
  .slide-cont .slide-clm {
    width: 100%;
    border-radius: 0 0 6.511vw 6.511vw;
    padding: 10.417vw 4.079vw 11.021vw;
    margin-bottom: 0;
  }
  /*POP-UP(SP)
    -----------------------------------------------------------------*/
  .modalDetailContent {
    padding: 0;
  }
  .modalDetailContent .inner {
    width: 90%;
    margin: 0 auto;
    border-radius: 2.6042vw;
  }
  .section-popup {
    padding: 6% 10%;
  }
  .section-popup .popup-clm-01 {
    margin-bottom: 8%;
  }
  .section-popup .popup-close {
    width: 8vw;
  }
  .section-popup .popup-clm-01 .popup-ttl {
    font-size: 5vw;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .section-popup .popup-clm-01 .popup-ttl svg {
    width: 6.25vw;
    margin-right: 2.255vw;
    margin-top: -1.7vw;
  }
  .section-popup .popup-list {
    display: block;
  }
  .section-popup .popup-list .btn {
    width: 100%;
  }
  .section-popup .popup-list .btn a {
    padding: 2vw 0;
    margin-bottom: 3.5%;
  }
  .section-popup .popup-list .btn a img {
    height: 10vw;
  }
  /*ネットショップ、カート
    ネットで購入ボタン (SP) 
    ----------------------------------------------*/
  /*ページ上部*/
  .section_cart_01 {
    padding: 7.813vw 0;
  }
  .section_cart_01 .btn-01 + .btn-01 {
    margin-top: 2.604vw;
  }
  .section_cart_01 .btn-01 a {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
}
