@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp_s.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
#wrapper {
  min-width: 0;
}
@media screen and (max-width: 1200px) {
  #wrapper.spsDrawerOpen::before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 50;
  }
}

#contents {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
#contents > article {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

#main-column {
  width: 100%;
}

.top-page#contents {
  overflow: visible;
}

.top-page #main-column {
  float: none;
}

#contents.under-page input[type=submit].btn-confirmPost,
#contents.under-page input[type=button].btn-confirmBack {
  background-color: #F37A00;
  border-radius: 5px;
  border-color: #F37A00;
}

html.is-under-page .top_slider_block {
  display: none;
}

html.is-loading::before {
  background: #fff;
  content: "";
  inset: 0;
  position: fixed;
  z-index: 9998;
}

html.is-loading::after {
  -webkit-animation: hpbLoadingSpin 0.9s linear infinite;
          animation: hpbLoadingSpin 0.9s linear infinite;
  border: 4px solid rgba(0, 0, 0, 0.12);
  border-top-color: #F37A00;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  height: 44px;
  left: 50%;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 44px;
  z-index: 9999;
}

@-webkit-keyframes hpbLoadingSpin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes hpbLoadingSpin {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
.shop_header_block .wrap {
  width: 100%;
  padding: 15px 20px;
  margin: 0;
  display: grid;
  grid-template-columns: minmax(280px, auto) 1fr;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 1400px) {
  .shop_header_block .wrap {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .shop_header_block .wrap {
    grid-template-columns: auto 1fr 45px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .shop_header_block .wrap {
    padding: 0 10px;
    grid-template-columns: 1fr auto auto;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}

.shop_header_block .logo img {
  width: auto;
  height: auto;
}

#page-top a {
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 100%;
  cursor: pointer;
}
#page-top a:hover {
  background-color: #fff;
  background-image: url(https://www.d-netshop.com/pic-labo/page-top.png);
}
#page-top a::before {
  background-image: url(https://www.d-netshop.com/pic-labo/page-top.png);
}

.cart-article #contact #center1 .centerbox h3.title1,
.cart-article #contact #center1 .centerbox .mainFrame .mainCont h4 {
  display: block;
  font-size: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid #F37A00;
}
@media screen and (max-width: 768px) {
  .cart-article #contact #center1 .centerbox h3.title1,
  .cart-article #contact #center1 .centerbox .mainFrame .mainCont h4 {
    font-size: 18px;
  }
}

/*ヘッダー*/
.shop_header_block.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.shop_header_block .announce-bar {
  background-color: #F37A00;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .shop_header_block .announce-bar {
    font-size: 11px;
  }
}
@media screen and (max-width: 400px) {
  .shop_header_block .announce-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.shop_header_block .announce-bar p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop_header_block .announce-bar p:not(:first-child)::before {
  content: "／";
  display: inline-block;
  margin-inline: 10px;
}
@media screen and (max-width: 768px) {
  .shop_header_block .announce-bar p:not(:first-child)::before {
    display: none;
  }
}
.shop_header_block .announce-bar span {
  color: #FFF023;
}
.shop_header_block .announce-bar i {
  display: inline-block;
  margin-right: 4px;
}
@media screen and (max-width: 768px) {
  .shop_header_block .announce-bar i {
    display: none;
  }
}

.shop_header_block .logo a {
  padding: 0;
}
.shop_header_block .logo small {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .shop_header_block .logo small {
    font-size: 11px;
    margin-bottom: 3px;
    line-height: 1.05;
  }
}
@media screen and (max-width: 400px) {
  .shop_header_block .logo small {
    font-size: 2.8cqw;
  }
}
.shop_header_block .logo img {
  min-width: 280px;
}
@media screen and (max-width: 768px) {
  .shop_header_block .logo img {
    min-width: 260px;
  }
}
@media screen and (max-width: 400px) {
  .shop_header_block .logo img {
    min-width: 100px;
  }
}

.shop_header_block .global {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1400px) {
  .shop_header_block .global {
    gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .shop_header_block .global {
    grid-template-columns: 1fr auto;
  }
}
@media screen and (max-width: 768px) {
  .shop_header_block .global {
    display: block;
  }
}
.shop_header_block .global ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 1400px) {
  .shop_header_block .global ul.menu {
    gap: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .shop_header_block .global ul.menu {
    display: none;
  }
}
.shop_header_block .global ul.menu li a {
  font-size: 15px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.shop_header_block .global ul.menu li a:hover {
  color: #F37A00;
  text-shadow: 0 0 1px #F37A00;
}
@media screen and (max-width: 768px) {
  .shop_header_block .global div.search {
    display: none;
  }
}
.shop_header_block .global div.search .innerbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  height: 40px;
}
.shop_header_block .global div.search .innerbox input {
  border: none;
  padding: 5px 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.shop_header_block .global div.search .innerbox input::-webkit-input-placeholder {
  color: #999;
}
.shop_header_block .global div.search .innerbox input::-moz-placeholder {
  color: #999;
}
.shop_header_block .global div.search .innerbox input:-ms-input-placeholder {
  color: #999;
}
.shop_header_block .global div.search .innerbox input::-ms-input-placeholder {
  color: #999;
}
.shop_header_block .global div.search .innerbox input::placeholder {
  color: #999;
}
.shop_header_block .global div.search .innerbox button {
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  border-left: 1px solid #ccc;
  background-color: #fff;
  color: #F37A00;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.shop_header_block .global div.search .innerbox button i {
  font-size: 18px;
}
.shop_header_block .global div.search .innerbox button:hover {
  background-color: #F37A00;
  color: #fff;
}
.shop_header_block .global ul.utility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.shop_header_block .global ul.utility li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  font-size: 15px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-size: 12px;
}
.shop_header_block .global ul.utility li a i {
  color: #F37A00;
  font-size: 26px;
}
.shop_header_block .global ul.utility li a:hover {
  color: #F37A00;
  font-weight: 700;
}
@media screen and (max-width: 999px) {
  .shop_header_block .global ul.utility .mypage,
  .shop_header_block .global ul.utility .favorite {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .shop_header_block .global ul.utility .cart a {
    display: block;
    font-size: 0;
    line-height: 0;
  }
  .shop_header_block .global ul.utility .cart a i {
    font-size: 30px;
  }
}

/*フッター*/
.shop_footer_block {
  border-top: 1px solid #F37A00;
  background-color: #fff;
  padding: 0;
}
.shop_footer_block .footer_content {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.shop_footer_block .footer_menu {
  padding: 60px 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 100px;
}
@media screen and (max-width: 999px) {
  .shop_footer_block .footer_menu {
    gap: 6cqw;
  }
}
@media screen and (max-width: 768px) {
  .shop_footer_block .footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    row-gap: 70px;
    padding: 40px 20px;
  }
}
@media screen and (max-width: 576px) {
  .shop_footer_block .footer_menu {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 3cqw;
       -moz-column-gap: 3cqw;
            column-gap: 3cqw;
    row-gap: 50px;
  }
}
.shop_footer_block .menu-heading {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.shop_footer_block .menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.shop_footer_block .menu-list a {
  font-size: 14px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.shop_footer_block .menu-list a:hover {
  text-decoration: underline;
  color: #F37A00;
  text-underline-offset: 3px;
}
.shop_footer_block .copyright {
  font-size: 13px;
  text-align: center;
  padding: 5px 0;
  background-color: #F37A00;
  color: #fff;
}

/*ドロワー*/
.shop_header_block #header-nav-drawer,
#sub-column ~ #header-nav-drawer {
  display: none;
  position: relative;
  font-size: 12px;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 1200px) {
  .shop_header_block #header-nav-drawer,
  #sub-column ~ #header-nav-drawer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .shop_header_block #header-nav-drawer,
  #sub-column ~ #header-nav-drawer {
    font-size: 0;
    display: block;
    text-align: center;
    line-height: 32px;
  }
}
.shop_header_block #header-nav-drawer,
#sub-column ~ #header-nav-drawer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.shop_header_block #header-nav-drawer:hover,
#sub-column ~ #header-nav-drawer:hover {
  font-weight: 700;
  color: #F37A00;
}
.shop_header_block #header-nav-drawer .icon,
#sub-column ~ #header-nav-drawer .icon {
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .shop_header_block #header-nav-drawer .icon,
  #sub-column ~ #header-nav-drawer .icon {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
  }
}
.shop_header_block #header-nav-drawer .icon::before,
#sub-column ~ #header-nav-drawer .icon::before {
  content: "\f0c9";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #F37A00;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .shop_header_block #header-nav-drawer .icon::before,
  #sub-column ~ #header-nav-drawer .icon::before {
    font-size: 35px;
  }
}
.shop_header_block #header-nav-drawer.spsDrawerOpen,
#sub-column ~ #header-nav-drawer.spsDrawerOpen {
  font-size: 0;
}
.shop_header_block #header-nav-drawer.spsDrawerOpen .icon,
#sub-column ~ #header-nav-drawer.spsDrawerOpen .icon {
  border-radius: 50%;
  position: fixed;
  top: 15px;
  right: 25px;
}
.shop_header_block #header-nav-drawer.spsDrawerOpen .icon:before,
#sub-column ~ #header-nav-drawer.spsDrawerOpen .icon:before {
  content: "\f00d";
}

#sub-column ~ #header-nav-drawer {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 9999;
}
#sub-column ~ #header-nav-drawer .icon:before {
  font-size: 35px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  cursor: pointer;
}

#sub-column {
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: none;
  height: 100%;
  margin: 0;
  overflow-y: auto;
  padding: 70px 20px 0;
  position: fixed;
  right: -60%;
  top: 0;
  width: 60%;
  -webkit-transition: 0.5s -webkit-transform ease-in-out;
  transition: 0.5s -webkit-transform ease-in-out;
  transition: 0.5s transform ease-in-out;
  transition: 0.5s transform ease-in-out, 0.5s -webkit-transform ease-in-out;
}
@media screen and (max-width: 1200px) {
  #sub-column.spsDrawerOpen {
    display: block;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 101;
  }
}
@media screen and (max-width: 1200px) and (max-width: 576px) {
  #sub-column.spsDrawerOpen {
    right: -85%;
    width: 85%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 400px) {
  #sub-column.spsDrawerOpen {
    right: -95%;
    width: 95%;
  }
}
@media screen and (max-width: 1200px) {
  #sub-column.spsDrawerClose {
    right: -60%;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-overflow-scrolling: touch;
    z-index: 100;
  }
}
#sub-column .side_search_block .keyword {
  border: 1px solid #ccc !important;
  padding: 5px 10px !important;
  height: 42px !important;
  padding-right: 30px;
  border-radius: 5px;
}
#sub-column .side_search_block button {
  border-left: 1px solid #ccc;
  width: 42px !important;
  height: 42px !important;
  font-size: 18px;
  color: #F37A00;
  background: none !important;
}
#sub-column .side_btn_block ul {
  margin: 0;
  gap: 15px;
}
#sub-column .side_btn_block ul li {
  border: none;
}
#sub-column .side_btn_block ul li a {
  background-color: #fff;
  color: #121212;
  font-weight: 600;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#sub-column .side_btn_block ul li a i {
  font-size: 18px;
  color: #F37A00;
  margin-right: 5px;
}
#sub-column .side_menu_block .sitelink {
  display: block;
  padding-block: 15px;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-bottom: 1px solid #9c9c9c;
}
#sub-column .category {
  padding-left: 20px;
}
#sub-column .category nav {
  margin-bottom: 0;
}
#sub-column .category nav ul li,
#sub-column .category nav ul li:first-child {
  border: none;
}
#sub-column .category nav ul li a {
  padding-left: 0;
  position: relative;
}
#sub-column .category nav ul li a:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #727272;
  font-size: 10px;
}
#sub-column .category h2 {
  padding-block: 15px;
  font-size: 14px;
  font-weight: 600;
  background-image: -webkit-linear-gradient(left, #9c9c9c 2px, transparent 2px);
  background-image: linear-gradient(to right, #9c9c9c 2px, transparent 2px);
  background-size: 4px 1px;
  background-repeat: repeat-x;
  background-position: left bottom;
  position: relative;
}
#sub-column .category h2:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #727272;
}
#sub-column .side_banner_block ul {
  max-width: 360px;
  margin: 0 auto;
}

div#main-column > section {
  padding-inline: 15px;
  max-width: 1200px;
  width: 100%;
}

.top-page #main-column .section_title,
.under-page #sub-column .section_title {
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  letter-spacing: 0.01rem;
  width: auto;
  border-left: 5px solid #F37A00;
  padding-left: 10px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-page #main-column .section_title,
  .under-page #sub-column .section_title {
    font-size: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    height: auto;
    line-height: 1;
    padding-bottom: 0;
  }
}
.top-page #main-column .section_title span.en,
.under-page #sub-column .section_title span.en {
  display: inline-block;
  font-size: 16px;
  font-family: "Hammersmith One", sans-serif;
  color: #F37A00;
  font-weight: 500;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-38%);
          transform: translateY(-38%);
  left: 100%;
  margin-left: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .top-page #main-column .section_title span.en,
  .under-page #sub-column .section_title span.en {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin-left: 0;
    font-size: 14px;
  }
}

.top-page #main-column .link_more_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  padding: 3px 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-page #main-column .link_more_btn i {
  color: #F37A00;
  font-size: 85%;
}
.top-page #main-column .link_more_btn:hover {
  background-color: #F37A00;
  color: #fff;
}
.top-page #main-column .link_more_btn:hover i {
  color: #fff;
}

div#main-column .section_margin {
  margin-bottom: 80px;
}

.top_slider_block {
  display: block;
}
@media screen and (max-width: 768px) {
  .top_slider_block {
    margin: 0 0 20px;
    width: 100%;
    max-width: 100%;
    padding: 0px;
  }
}
.top_slider_block .slick-slide:not(.slick-active) {
  opacity: 0.3;
}
.top_slider_block .slick-slide a {
  display: block;
}
@media screen and (max-width: 999px) {
  .top_slider_block .slick-slide img {
    max-width: none;
    width: 100%;
  }
}
.top_slider_block .slick-arrow {
  z-index: 10;
}
.top_slider_block .slick-arrow:before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 30px;
  width: 35px;
  height: 35px;
  background: none;
  color: #ccc;
}
.top_slider_block .slick-arrow.slick-prev {
  left: 25%;
}
.top_slider_block .slick-arrow.slick-prev::before {
  content: "\f137";
}
.top_slider_block .slick-arrow.slick-next {
  right: 25%;
}
.top_slider_block .slick-arrow.slick-next::before {
  content: "\f138";
}
.top_slider_block .slick-dots li {
  margin-inline: 6px;
}
.top_slider_block .slick-dots button::before {
  background-color: #f0f0f0;
  border: none;
}
.top_slider_block .slick-dots .slick-active button::before {
  background-color: #F37A00;
}

#main-column .top_about_block {
  display: block;
  margin-top: 40px;
  margin-bottom: 80px;
  padding: 80px 100px;
  background-color: #ddd;
  background-image: url(https://www.d-netshop.com/pic-labo/top_about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 999px) {
  #main-column .top_about_block {
    padding: 60px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2vh;
  }
}
@media screen and (max-width: 576px) {
  #main-column .top_about_block {
    padding: 40px 25px;
  }
}
#main-column .top_about_block {
  position: relative;
}
#main-column .top_about_block:before, #main-column .top_about_block:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
}
@media screen and (max-width: 576px) {
  #main-column .top_about_block:before, #main-column .top_about_block:after {
    width: 40px;
    height: 40px;
  }
}
#main-column .top_about_block:before {
  top: 20px;
  left: 20px;
  border-top: 1px solid #F37A00;
  border-left: 1px solid #F37A00;
}
@media screen and (max-width: 576px) {
  #main-column .top_about_block:before {
    top: 10px;
    left: 10px;
  }
}
#main-column .top_about_block:after {
  bottom: 20px;
  right: 20px;
  border-bottom: 1px solid #F37A00;
  border-right: 1px solid #F37A00;
}
@media screen and (max-width: 576px) {
  #main-column .top_about_block:after {
    bottom: 10px;
    right: 10px;
  }
}
#main-column .top_about_block h2.maincopy {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
#main-column .top_about_block h2.maincopy span {
  color: #FFF023;
}
@media screen and (max-width: 576px) {
  #main-column .top_about_block h2.maincopy {
    font-size: 22px;
  }
}
#main-column .top_about_block .text {
  font-size: 17px;
  color: #fff;
  line-height: 2;
}
@media screen and (max-width: 999px) {
  #main-column .top_about_block .text {
    font-size: 15px;
  }
}

#main-column .news {
  margin-bottom: 80px;
}
#main-column .news dl.news-box {
  font-size: 100%;
  padding: 18px 0;
  border-bottom: 1px solid #ccc;
}
#main-column .news dl.news-box:first-child {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #main-column .news dl.news-box {
    padding: 15px 0;
    border-bottom: 1px dotted #ccc;
  }
  #main-column .news dl.news-box:first-child {
    border-top: 1px dotted #ccc;
  }
}
#main-column .news dl.news-box dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 5cqw;
}
@media screen and (max-width: 768px) {
  #main-column .news dl.news-box dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}
#main-column .news dl.news-box .date {
  font-size: 14px;
  color: #727272;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  min-width: 80px;
}
#main-column .news dl.news-box .news-title a {
  display: block;
}

.top_recommend_category_block .list_box:not(:last-child) {
  margin-bottom: 30px;
}
.top_recommend_category_block .list_heading {
  background-color: #FFF6E6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.top_recommend_category_block ul.list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
@media screen and (max-width: 1200px) {
  .top_recommend_category_block ul.list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 999px) {
  .top_recommend_category_block ul.list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top_recommend_category_block ul.list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}
.top_recommend_category_block ul.list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  height: 90px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 15px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .top_recommend_category_block ul.list a {
    height: auto;
    gap: 10px;
    padding: 10px;
  }
}
.top_recommend_category_block ul.list a i {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .top_recommend_category_block ul.list a i {
    width: 40px;
    height: 40px;
  }
}

.top_feature_block .top_feature_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 40px;
}
@media screen and (max-width: 768px) {
  .top_feature_block .top_feature_list {
    gap: 10px;
  }
}
@media screen and (max-width: 576px) {
  .top_feature_block .top_feature_list {
    grid-template-columns: 1fr;
  }
}
.top_feature_block .top_feature_box {
  width: 100%;
  aspect-ratio: 580/180;
  background-color: #ddd;
}
.top_feature_block .top_feature_box a {
  display: block;
  width: 100%;
  height: 100%;
}
.top_feature_block .top_feature_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#main-column .top_shipping_block .shipping_title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  background-color: #F37A00;
  color: #fff;
  padding: 12px 15px;
  line-height: 1.3;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #main-column .top_shipping_block .shipping_title {
    font-size: 18px;
  }
}
#main-column .top_shipping_block .table_contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 30px;
  border: 1px solid #F37A00;
}
@media screen and (max-width: 999px) {
  #main-column .top_shipping_block .table_contents {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  #main-column .top_shipping_block .table_contents {
    padding: 20px 15px;
  }
}
#main-column .top_shipping_block .shipping_flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 20px;
  border-radius: 5px;
  background-color: #f7f7f7;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #main-column .top_shipping_block .shipping_flow {
    gap: 15px;
    padding: 20px 10px;
  }
}
#main-column .top_shipping_block .shipping_flow .arrow {
  color: #E21613;
  font-size: 150%;
}
#main-column .top_shipping_block .shipping_flow .flow_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#main-column .top_shipping_block .shipping_flow .flow_item .text {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #main-column .top_shipping_block .shipping_flow .flow_item .text {
    font-size: 12px;
  }
  #main-column .top_shipping_block .shipping_flow .flow_item .text br {
    display: none;
  }
  #main-column .top_shipping_block .shipping_flow .flow_item .text {
    text-align: left;
  }
}
#main-column .top_shipping_block .shipping_deadline dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  border-radius: 5px;
  border: 1px solid #a3a3a3;
  height: 50px;
  margin-bottom: 10px;
}
#main-column .top_shipping_block .shipping_deadline dl:first-child {
  border-color: #E21613;
}
#main-column .top_shipping_block .shipping_deadline dl:first-child dd {
  background-color: #E21613;
}
#main-column .top_shipping_block .shipping_deadline dt,
#main-column .top_shipping_block .shipping_deadline dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #main-column .top_shipping_block .shipping_deadline dt,
  #main-column .top_shipping_block .shipping_deadline dd {
    font-size: 14px;
  }
}
#main-column .top_shipping_block .shipping_deadline dt {
  width: 70%;
}
#main-column .top_shipping_block .shipping_deadline dd {
  width: 30%;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  background-color: #a3a3a3;
  color: #fff;
}
#main-column .top_shipping_block .shipping_deadline .deadline_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#main-column .top_shipping_block .shipping_deadline .deadline_item .text {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 576px) {
  #main-column .top_shipping_block .shipping_deadline .deadline_item .text {
    font-size: 12px;
  }
  #main-column .top_shipping_block .shipping_deadline .deadline_item .text br {
    display: none;
  }
  #main-column .top_shipping_block .shipping_deadline .deadline_item .text {
    text-align: left;
  }
}
#main-column .top_shipping_block .shipping_deadline_note,
#main-column .top_shipping_block .shipping_note {
  font-size: 12px;
}
#main-column .top_shipping_block .shipping_deadline_note a,
#main-column .top_shipping_block .shipping_note a {
  color: #F37A00;
  text-decoration: underline;
  text-underline-offset: 3px;
}
#main-column .top_shipping_block .shipping_table_heading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
#main-column .top_shipping_block .shipping_table {
  width: 100%;
  border-collapse: collapse;
}
#main-column .top_shipping_block .shipping_table th,
#main-column .top_shipping_block .shipping_table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #main-column .top_shipping_block .shipping_table th,
  #main-column .top_shipping_block .shipping_table td {
    font-size: 12px;
    text-align: left;
  }
}
#main-column .top_shipping_block .shipping_table th {
  background-color: #FFF6E6;
  font-weight: bold;
}
#main-column .top_shipping_block .shipping_note {
  margin-top: 10px;
}
#main-column .top_shipping_block .shipping_note li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2px;
  margin-bottom: 5px;
}
#main-column .top_shipping_block .shipping_note li:before {
  content: "※";
}

.top_blog_block .top_blog_heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top_blog_block .link_more_btn {
  border: 1px solid #ccc;
}
.top_blog_block .link_more_btn:hover {
  border-color: #F37A00;
}
.top_blog_block #wp-recent-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 999px) {
  .top_blog_block #wp-recent-posts {
    display: block;
  }
}
.top_blog_block #wp-recent-posts .post-item a {
  display: block;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .top_blog_block #wp-recent-posts .post-item a {
    margin: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .top_blog_block #wp-recent-posts .post-item a {
    margin: 0;
  }
}
.top_blog_block #wp-recent-posts .post-item .photo {
  aspect-ratio: 5/3;
  overflow: hidden;
}
.top_blog_block #wp-recent-posts .post-item .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_blog_block #wp-recent-posts .post-item .post-date {
  color: #727272;
  font-size: 14px;
  margin-block: 10px 5px;
}
.top_blog_block #wp-recent-posts .post-item h2.post-title {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.top_bottom_wrapper {
  background-color: #F7F7F7;
  padding: 80px 15px;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-areas: "cat cat" "calendar banner";
  gap: 80px 50px;
}
@media screen and (max-width: 1200px) {
  .top_bottom_wrapper {
    display: none;
  }
}
.top_bottom_wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #F7F7F7;
  z-index: -1;
}

.top_category_block {
  grid-area: cat;
  background-color: transparent;
}

@media screen and (max-width: 1200px) {
  .category_list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .category_list .section_title {
    display: none;
  }
}
.category_list section.tatenarabi {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .category_list section.tatenarabi {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.category_list section.tatenarabi a {
  display: block;
  position: relative;
}
.category_list section.tatenarabi a:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #727272;
  font-size: 80%;
}
.category_list section.tatenarabi .cat1 {
  margin-bottom: 10px;
}
.category_list section.tatenarabi .cat1 a {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  padding-right: 25px;
  border-bottom: 1px solid #9c9c9c;
}
@media screen and (max-width: 1200px) {
  .category_list section.tatenarabi .cat1 a {
    font-size: 16px;
    padding-right: 20px;
    padding-bottom: 15px;
    border-bottom: 2px dotted #9c9c9c;
  }
}
@media screen and (max-width: 768px) {
  .category_list section.tatenarabi .cat1 a {
    font-size: 14px;
  }
}
.category_list section.tatenarabi .cat2:not(:last-child) {
  margin-bottom: 10px;
}
.category_list section.tatenarabi .cat2 a {
  font-size: 16px;
  padding: 5px 0;
}
@media screen and (max-width: 1200px) {
  .category_list section.tatenarabi .cat2 a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .category_list section.tatenarabi .cat2 a {
    font-size: 12px;
  }
}
.category_list section.tatenarabi .cat2 a:after {
  font-size: 10px;
}

.top_link_block {
  grid-area: banner;
}

#link_list > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
#link_list > ul a {
  display: block;
  max-width: 360px;
}
#link_list > ul img {
  max-width: none;
  width: 100%;
}

.top_calender_block #cal {
  max-width: 400px;
}
.top_calender_block #cal h2 {
  display: none;
}
.top_calender_block #cal .cal_wrapper {
  padding: 15px 30px;
}

div#subc_calendar h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.2;
  padding-left: 10px !important;
  gap: 3px;
  height: 45px;
  border-left: 5px solid #F37A00;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 768px) {
  div#subc_calendar h2 {
    margin-bottom: 5px !important;
  }
}
div#subc_calendar h2::before {
  content: "営業日カレンダー";
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  div#subc_calendar h2::before {
    font-size: 20px;
  }
}
div#subc_calendar h2::after {
  content: "CALENDAR";
  display: inline-block;
  position: static;
  top: auto;
  right: auto;
  font-family: "Hammersmith One", sans-serif;
  color: #F37A00;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  div#subc_calendar h2::after {
    font-size: 14px;
  }
}

div.cal_wrapper table.cal tr th p.month {
  font-size: 88%;
}

div.cal_wrapper table.cal tr td {
  font-size: 85%;
}

div.cal_wrapper table.cal tr td > div {
  padding-block: 5px;
}

div.cal_wrapper table.cal tr th input.next {
  background-image: url(https://www.d-netshop.com/hpgen/HPB/theme/img/calendar_pright.gif);
}

div.cal_wrapper table.cal tr th input.prev {
  background-image: url(https://www.d-netshop.com/hpgen/HPB/theme/img/calendar_pleft.gif);
}

div.subc_cal_cont .cap {
  font-size: 80%;
}
div.subc_cal_cont .cap span {
  vertical-align: bottom;
}

#contents.under-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse nowrap;
      -ms-flex-flow: row-reverse nowrap;
          flex-flow: row-reverse nowrap;
  gap: 3%;
  padding-top: 80px;
  margin-bottom: 100px;
}
#contents.under-page h2.index2 {
  margin: 20px 0 50px;
}
#contents.under-page.cart-page {
  display: block;
}

.under-page #bread-crumb {
  margin-block: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  .under-page #bread-crumb {
    padding: 0 15px;
  }
}

#contents.under-page #sub-column.spsDrawerClose {
  width: 260px;
  position: static;
  top: auto;
  right: auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 0;
  z-index: 1;
}
#contents.under-page #sub-column.spsDrawerClose .side_menu_block {
  display: none;
}
#contents.under-page #sub-column.spsDrawerClose .section_title {
  font-size: 18px;
  height: 28px;
}
#contents.under-page #sub-column.spsDrawerClose .section_title .en {
  font-size: 14px;
}
#contents.under-page #sub-column.spsDrawerClose div#subc_calendar h2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
  gap: 10px;
  letter-spacing: -0.05rem;
  word-break: keep-all;
}
#contents.under-page #sub-column.spsDrawerClose div#subc_calendar h2:before {
  font-size: 18px;
}
#contents.under-page #sub-column.spsDrawerClose div#subc_calendar h2:after {
  font-size: 14px;
}
#contents.under-page #sub-column.spsDrawerClose .category_list {
  margin-bottom: 80px;
}
#contents.under-page #sub-column.spsDrawerClose .category_list #category_others {
  margin-top: 50px;
}
#contents.under-page #sub-column.spsDrawerClose .category_list .tatenarabi {
  grid-template-columns: 1fr;
}
#contents.under-page #sub-column.spsDrawerClose .category_list .tatenarabi .cat1 a {
  font-size: 14px;
}
#contents.under-page #sub-column.spsDrawerClose .category_list .tatenarabi .cat2 a {
  font-size: 12px;
  padding: 0;
}
#contents.under-page #sub-column.spsDrawerClose .category_list .tatenarabi .current a,
#contents.under-page #sub-column.spsDrawerClose .category_list .tatenarabi .current a::after {
  color: #F37A00;
}
#contents.under-page #sub-column.spsDrawerClose .category_list .tatenarabi .listcat3 a {
  padding-left: 1rem;
}
#contents.under-page #sub-column.spsDrawerClose .category_list .tatenarabi .parent ~ .listcat2 a {
  padding-left: 1rem;
}
#contents.under-page #sub-column.spsDrawerClose .category_list .tatenarabi .parent ~ .listcat3 a {
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  #contents.under-page #sub-column.spsDrawerClose {
    position: fixed;
    right: -60%;
    top: 0;
    width: 60%;
  }
}
#contents.under-page #sub-column.spsDrawerOpen #category_others {
  margin-top: 50px;
}
#contents.under-page #sub-column.spsDrawerOpen .category_list .current a,
#contents.under-page #sub-column.spsDrawerOpen .category_list .current a::after {
  color: #F37A00;
}

#contents.under-page #Journal {
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  #contents.under-page #Journal {
    padding-inline: 15px;
  }
}
#contents.under-page #Journal article > h2 {
  background-color: #F7F7F7;
  padding-block: 20px;
  padding-left: 30px;
  border-bottom: 2px solid #F37A00;
  margin-bottom: 30px;
}
#contents.under-page #Journal article > h2 a {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #contents.under-page #Journal article > h2 {
    padding-left: 20px;
    padding-block: 15px;
  }
}
#contents.under-page #Journal .fc-red {
  color: #E21613;
}
#contents.under-page #Journal .fw-b {
  font-weight: 600;
}

#guide h2 {
  font-size: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid #F37A00;
}
@media screen and (max-width: 768px) {
  #guide h2 {
    font-size: 18px;
  }
}
#guide h3 {
  font-size: 18px;
  margin-block: 40px 10px;
}
@media screen and (max-width: 768px) {
  #guide h3 {
    font-size: 16px;
  }
}
#guide h3:before {
  content: "■";
  margin-right: 5px;
  color: #F37A00;
  font-size: 80%;
  vertical-align: baseline;
}
#guide section p {
  margin-bottom: 15px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #guide section p {
    font-size: 14px;
  }
}
#guide table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-collapse: collapse;
  margin: 20px 0;
}
#guide table caption {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
#guide table th,
#guide table td {
  border: solid #ccc 1px;
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  #guide table th,
  #guide table td {
    font-size: 14px;
  }
}
#guide table th {
  text-align: center;
}
#guide table thead th {
  background-color: #FFF6E6;
}
#guide .line-box {
  display: inline-block;
  border: 1px solid #F37A00;
  border-radius: 5px;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  #guide .line-box {
    font-size: 14px;
  }
}
#guide .list.list-circle {
  font-size: 100%;
  padding-left: 20px;
  margin: 20px 0;
}
#guide .list.list-circle li {
  margin-bottom: 10px;
  position: relative;
}
#guide .list.list-circle li:before {
  content: "・";
  position: absolute;
  left: -15px;
}

#contents.under-page.shopping-guide .guide_headnav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 25px;
}
@media screen and (max-width: 1200px) {
  #contents.under-page.shopping-guide .guide_headnav {
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#contents.under-page.shopping-guide .guide_headnav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 13px 30px;
  border: #aaa solid 1px;
  border-radius: 5px;
  font-weight: 600;
}
@media screen and (max-width: 1200px) {
  #contents.under-page.shopping-guide .guide_headnav a {
    padding: 13px 20px;
  }
}
@media screen and (max-width: 768px) {
  #contents.under-page.shopping-guide .guide_headnav a {
    font-size: 14px;
    padding: 13px 10px;
    letter-spacing: -0.02rem;
  }
}
@media screen and (max-width: 576px) {
  #contents.under-page.shopping-guide .guide_headnav a {
    font-size: 13px;
    padding: 10px 8px;
    letter-spacing: -0.02rem;
  }
}
#contents.under-page.shopping-guide .guide_headnav a:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #F37A00;
  font-size: 85%;
}
#contents.under-page.shopping-guide #anchor1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 999px) {
  #contents.under-page.shopping-guide #anchor1 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contents.under-page.shopping-guide #anchor1 li:not(:last-child) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 999px) {
  #contents.under-page.shopping-guide #anchor1 li:not(:last-child) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#contents.under-page.shopping-guide #anchor1 li:not(:last-child):after {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block;
  margin: 0 10px;
  font-size: 24px;
  color: #ccc;
}
@media screen and (max-width: 999px) {
  #contents.under-page.shopping-guide #anchor1 li:not(:last-child):after {
    content: "\f0d7";
    margin: 5px 0;
  }
}
#contents.under-page.shopping-guide #anchor1 figure {
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 999px) {
  #contents.under-page.shopping-guide #anchor1 figure {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
  #contents.under-page.shopping-guide #anchor1 figure img {
    max-width: 70px;
    max-height: 70px;
  }
}
#contents.under-page.shopping-guide #anchor1 figure h4 {
  font-family: "Hammersmith One", sans-serif;
  color: #F37A00;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 999px) {
  #contents.under-page.shopping-guide #anchor1 figure h4 {
    margin-top: 0;
  }
}
#contents.under-page.shopping-guide #bread-crumb-listTop li:nth-child(2) {
  display: none;
}

#shopGuide_wrap h1 {
  margin: 0;
  padding: 0;
}
#shopGuide_wrap h1:after {
  display: block;
  background-color: #F7F7F7;
  padding-block: 20px;
  padding-left: 30px;
  border-bottom: 2px solid #F37A00;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #shopGuide_wrap h1:after {
    padding-left: 20px;
    padding-block: 15px;
  }
}
#shopGuide_wrap #guide .chart h2.ttlShop {
  font-size: 20px;
  margin-block: 40px 10px;
  padding: 0;
  letter-spacing: 0;
}
#shopGuide_wrap #guide .chart h2.ttlShop:before {
  content: "■";
  margin-right: 5px;
  color: #F37A00;
  font-size: 80%;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  #shopGuide_wrap #guide .chart h2.ttlShop {
    font-size: 18px;
  }
}
#shopGuide_wrap #guide .chart table {
  border: none;
  width: 100%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #shopGuide_wrap #guide .chart table tr {
    display: block;
  }
}
#shopGuide_wrap #guide .chart table th,
#shopGuide_wrap #guide .chart table td {
  background: transparent;
  border: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 10px;
  font-size: 16px;
  line-height: 175%;
}
@media screen and (max-width: 768px) {
  #shopGuide_wrap #guide .chart table th,
  #shopGuide_wrap #guide .chart table td {
    font-size: 14px;
    width: 100%;
    display: block;
    padding-inline: 0px;
  }
}
#shopGuide_wrap #guide .chart table th {
  text-align: left;
  background: transparent;
  width: 25%;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  #shopGuide_wrap #guide .chart table th {
    width: 100%;
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 5px;
  }
}
#shopGuide_wrap #guide .chart table td {
  width: 75%;
}
@media screen and (max-width: 768px) {
  #shopGuide_wrap #guide .chart table td {
    width: 100%;
    padding-top: 0px;
    border-top: none;
    border-bottom: none;
  }
}

.under-page.business h1::after {
  content: "特定商取引法に基づく表記";
}

.under-page.policy {
  counter-reset: section;
}
.under-page.policy h1::after {
  content: "個人情報の取り扱いについて";
}
.under-page.policy #guide h2 {
  border: none;
  padding: 0;
  margin: 40px 0 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .under-page.policy #guide h2 {
    font-size: 18px;
  }
}
.under-page.policy #guide h2:before {
  content: counter(section) ".";
  counter-increment: section;
  margin-right: 5px;
}
.under-page.policy #guide p {
  font-size: 100%;
}

@media screen and (max-width: 1200px) {
  #contents.under-page.free-category-page article #JournalList {
    padding-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  #contents.under-page.free-category-page article #JournalList {
    padding: 0 15px;
  }
}
#contents.under-page.free-category-page article #JournalList h1 {
  display: block;
  background-color: #F7F7F7;
  padding-block: 20px;
  padding-left: 30px;
  border-bottom: 2px solid #F37A00;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #contents.under-page.free-category-page article #JournalList h1 {
    padding-left: 20px;
    padding-block: 15px;
  }
}
#contents.under-page.free-category-page article #JournalList > article h2 {
  font-size: 18px;
  margin-block: 40px 20px;
  padding: 0;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #contents.under-page.free-category-page article #JournalList > article h2 {
    font-size: 16px;
  }
}
#contents.under-page.free-category-page article #JournalList > article .journal-cont {
  display: none;
}

#contents.under-page.free-page:not(.shopping-guide) article #Journal h1 {
  display: block;
  background-color: #F7F7F7;
  padding-block: 20px;
  padding-left: 30px;
  border-bottom: 2px solid #F37A00;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #contents.under-page.free-page:not(.shopping-guide) article #Journal h1 {
    padding-left: 20px;
    padding-block: 15px;
  }
}
#contents.under-page.free-page:not(.shopping-guide) article #Journal h2 {
  font-size: 20px;
  margin-block: 50px 40px;
  border-bottom: none;
  background-color: transparent;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #contents.under-page.free-page:not(.shopping-guide) article #Journal h2 {
    font-size: 18px;
  }
}
#contents.under-page.free-page:not(.shopping-guide) article #Journal span.more {
  background-color: #F37A00;
  border-radius: 5px;
  border-color: #F37A00;
}
#contents.under-page.free-page:not(.shopping-guide) article #Journal div,
#contents.under-page.free-page:not(.shopping-guide) article #Journal p {
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #contents.under-page.free-page:not(.shopping-guide) article #Journal div,
  #contents.under-page.free-page:not(.shopping-guide) article #Journal p {
    font-size: 14px;
  }
}
#contents.under-page.free-page:not(.shopping-guide) article #Journal .fc-red {
  color: #E21613;
}
#contents.under-page.free-page:not(.shopping-guide) article #Journal .fw-b {
  font-weight: 600;
}

#contact.sps-mailMagazine h1 {
  background-color: #F7F7F7;
  padding-block: 20px;
  padding-left: 30px;
  border-bottom: 2px solid #F37A00;
  margin-bottom: 30px;
}

#contact.sps-mailMagazine .mailm .txtBox h2 {
  font-size: 18px;
  margin-block: 40px 10px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  #contact.sps-mailMagazine .mailm .txtBox h2 {
    font-size: 16px;
  }
}
#contact.sps-mailMagazine .mailm .txtBox h2:before {
  content: "■";
  margin-right: 5px;
  color: #F37A00;
  font-size: 80%;
  vertical-align: baseline;
}

#contact table.mailMF input.btn-confirmNext {
  background-color: #F37A00;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-weight: 600;
}

#contact input.mailAddress_new {
  margin-bottom: 10px;
}

#contact table th {
  background-color: transparent;
}

#main-column .column5 h3 {
  font-weight: normal;
  font-size: 100%;
}

#main-column .column5 p.price .selling_price,
#main-column .column5 p.price .taxin {
  font-size: 14px;
  color: #727272 !important;
}

#main-column #itemList_wrap #pager-top .pagerlist ul li:not(:first-child),
#main-column #itemList_wrap #pager-bm .pagerlist ul li:not(:first-child) {
  margin-left: 5px;
}
#main-column #itemList_wrap #pager-top .pagerlist ul li,
#main-column #itemList_wrap #pager-bm .pagerlist ul li {
  padding: 2px 5px;
  border: 1px solid #ccc;
}
#main-column #itemList_wrap #pager-bm {
  border-top: none;
  padding-top: 50px;
}

.under-page #main-column .header_area h2.index2 span font {
  font-size: 32px;
  font-weight: 400;
}
.under-page #main-column .header_area p {
  margin-block: 1.5rem;
  line-height: 1.6;
}
.under-page #main-column .header_area .cat_ico_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  margin-block: 3rem;
}
@media screen and (max-width: 1200px) {
  .under-page #main-column .header_area .cat_ico_list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 999px) {
  .under-page #main-column .header_area .cat_ico_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.under-page #main-column .header_area .cat_ico_list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  height: 90px;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 0 15px;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .under-page #main-column .header_area .cat_ico_list a {
    height: auto;
    gap: 10px;
    padding: 10px;
  }
}
.under-page #main-column .header_area .cat_ico_list a i {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.under-page #main-column .header_area .cat_ico_list a i img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 768px) {
  .under-page #main-column .header_area .cat_ico_list a i {
    width: 50px;
    height: 50px;
  }
}

#main-column #itemList h1 {
  background-color: #F7F7F7;
  padding-block: 20px;
  padding-left: 30px;
  border-bottom: 2px solid #F37A00;
  margin-bottom: 30px;
}

article#Detail #main-column .itemThumb-wrap {
  width: 50%;
}
@media screen and (max-width: 999px) {
  article#Detail #main-column .itemThumb-wrap {
    width: 100%;
    float: none;
  }
}
article#Detail #main-column #pi_cart h1 {
  font-weight: 700;
  font-size: 28px;
}
article#Detail #main-column #pi_cart span.selling_price {
  font-size: 24px;
  color: #E21613 !important;
}
article#Detail #main-column #pi_cart span.taxin {
  font-size: 12px;
  font-weight: normal;
}
article#Detail #main-column #pi_cart p.cancel {
  background-image: url(/pic-labo/ico_return.gif);
}
article#Detail #main-column .itemOutline {
  width: calc(50% - 50px);
}
@media screen and (max-width: 999px) {
  article#Detail #main-column .itemOutline {
    width: 100%;
    float: none;
  }
}
article#Detail #main-column .main-copy-area .description:has(> div:empty) {
  display: none;
}
article#Detail #main-column .main-copy-area .description {
  background: #FFF6E6;
  padding: 20px;
  font-size: 100%;
  letter-spacing: 0.01rem;
  line-height: 1.6;
  margin-block: 30px;
}
@media screen and (max-width: 999px) {
  article#Detail #main-column .main-copy-area .description {
    padding: 15px;
    font-size: 14px;
  }
  article#Detail #main-column .main-copy-area .description br {
    display: none;
  }
}
article#Detail #main-column div.spec-g_txt_table_wrap {
  display: none;
}
article#Detail #main-column .sub01-copy-area .description h2 {
  font-size: 20px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid #F37A00;
}
article#Detail #main-column .sub01-copy-area .description h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
article#Detail #main-column .sub01-copy-area .description h3:before {
  content: "■";
  margin-right: 5px;
  color: #F37A00;
  font-size: 80%;
  vertical-align: baseline;
}
article#Detail #main-column .sub01-copy-area .description p {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  article#Detail #main-column .sub01-copy-area .description p {
    font-size: 14px;
  }
}
article#Detail #main-column .sub01-copy-area .description a {
  color: #F37A00;
  text-decoration: underline;
  text-underline-offset: 3px;
}
article#Detail #main-column .sub01-copy-area .description a:hover {
  color: #E21613;
}
article#Detail #main-column .sub01-copy-area .description dl {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr 1.2fr;
  border-top: solid #ccc 1px;
  border-left: solid #ccc 1px;
  margin: 20px 0;
}
@media screen and (max-width: 999px) {
  article#Detail #main-column .sub01-copy-area .description dl {
    grid-template-columns: 1fr 1.2fr;
  }
}
article#Detail #main-column .sub01-copy-area .description dd,
article#Detail #main-column .sub01-copy-area .description dt {
  background-color: #fff;
  padding: 20px 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  article#Detail #main-column .sub01-copy-area .description dd,
  article#Detail #main-column .sub01-copy-area .description dt {
    font-size: 14px;
    padding: 15px 10px;
  }
}
article#Detail #main-column .sub01-copy-area .description dt {
  font-weight: 600;
  background-color: #f7f7f7;
}
article#Detail #main-column .sub01-copy-area .description p.attention {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 20px;
  border: 1px solid #E21613;
  border-radius: 5px;
  color: #E21613;
}
article#Detail #main-column .sub01-copy-area .description p.attention:before {
  content: "\f071";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 150%;
}
article#Detail #main-column .recommend h2 {
  background-color: #F7F7F7 !important;
  padding-block: 20px !important;
  padding-left: 30px !important;
  border-bottom: 2px solid #F37A00 !important;
  margin-bottom: 30px !important;
}
article#Detail #main-column .recommend .column5 h3 {
  font-size: 14px;
}
article#Detail #main-column .recommend .column5 .fx_price {
  display: none;
}
article#Detail #main-column .recommend .column5 .selling_price {
  color: #333 !important;
}
article#Detail #main-column .recommend .column5 .selling_price span {
  font-size: 80%;
}/*# sourceMappingURL=custom_style.css.map */