@charset "UTF-8";
body {
  color: #333;
  background: #FCF7EC;
}

@media screen and (max-width: 980px) {
  body.scl-fix {
    padding-top: 0;
  }
}
.en {
  font-family: roboto, sans-serif;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  -webkit-transform: rotate(0.0001deg);
          transform: rotate(0.0001deg);
}

.main-contents {
  max-width: none;
  overflow: hidden;
  padding: 55px 0 55px;
}
@media screen and (max-width: 980px) {
  .main-contents {
    padding-top: 135px;
  }
}
.main-contents-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 980px) {
  .main-contents-inner {
    padding: 0;
  }
}

@media screen and (max-width: 980px) {
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 980px) {
  .row, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.sp-nav-head__icon {
  display: none;
}

.sp-nav-head__arrow {
  background-image: url("../img/common/util_icn_arw_right.svg");
}

.l-header {
  position: relative;
  padding-bottom: 20px;
}
.l-header:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 40px 40px;
}
.l-header-wrap {
  max-width: 1200px;
  margin: 0 auto 0;
  width: 100%;
}
.l-header-wrap .header-bar, .l-header-wrap .top-nav, .l-header-wrap .top-hd-under, .l-header-wrap .pc-nav {
  max-width: 1200px;
  margin: 0 auto;
}
.l-header-wrap .top-nav {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-header-wrap .container-fluid {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (min-width: 981px) {
  .l-header-wrap .ms-hd__select {
    border-radius: 50px;
  }
  .l-header-wrap .header-menu .header-mypage a::before {
    background: url("../img/common/header_icn_mypage.svg") no-repeat center center/contain;
    width: 34px;
  }
  .l-header-wrap .header-menu .header-favorite a::before {
    background: url("../img/common/header_icn_fav.svg") no-repeat center center/contain;
    width: 35px;
  }
  .l-header-wrap .header-menu .header-mypage.logout a::before {
    background: url("../img/common/header_icn_logout.svg") no-repeat center center/contain;
    width: 26px;
  }
  .l-header-wrap .header-menu .header-member a::before {
    background: url("../img/common/header_icn_member.svg") no-repeat center center/contain;
    width: 38px;
  }
  .l-header-wrap .header-menu .header-order a::before {
    background: url("../img/common/header_icn_history.svg") no-repeat center center/contain;
    width: 31px;
  }
  .l-header-wrap .header-menu .header-cart a::before {
    background: url("../img/common/header_icn_cart.svg") no-repeat center center/contain;
    width: 34px;
  }
  .l-header-wrap .header-cart .cart-count {
    right: 12px;
  }
  .l-header-wrap .header-menu .header-mypage a:hover::before, .l-header-wrap .header-menu .header-order a:hover::before, .l-header-wrap .header-menu .header-cart a:hover::before {
    background-size: contain;
  }
  .l-header-wrap .header-menu .header-mypage a:hover::before {
    width: 34px;
  }
  .l-header-wrap .header-menu .header-favorite a:hover::before {
    width: 35px;
  }
  .l-header-wrap .header-menu .header-member a:hover::before {
    width: 38px;
  }
  .l-header-wrap .header-menu .header-order a:hover::before {
    width: 31px;
  }
  .l-header-wrap .header-menu .header-mypage.logout a:hover::before {
    width: 26px;
  }
  .l-header-wrap .header-menu .header-cart a:hover::before {
    width: 34px;
  }
}
@media screen and (min-width: 981px) and (any-hover: hover) and (min-width: 981px) {
  .l-header-wrap .header-menu a:hover {
    opacity: 0.7;
  }
}
.l-header-wrap .header-menu .header-mypage a::before, .l-header-wrap .header-menu .header-mypage.logout a::before, .l-header-wrap .header-menu .header-order a::before, .l-header-wrap .header-menu .header-cart a::before .ms-hd__select {
  border-radius: 50px;
}
.l-header-wrap .ms-hd__selectArrow {
  background-image: url("../img/common/util_icn_arw_under.svg");
  width: 0.6rem;
  height: 1.2rem;
  background-size: contain;
}
.l-header-wrap .ms-hd__input {
  border-radius: 50px !important;
}
.l-header-wrap .ms-hd__input:focus {
  border-color: #FE7449 !important;
}
.l-header-wrap .ms-hd__searchIcon {
  background-image: url("../img/common/util_icn_search.svg");
}
.l-header-wrap header .pc-nav {
  border-bottom: 1px solid #FE7449;
}
@media print, screen and (min-width: 981px) {
  .l-header-wrap header .pc-nav ul.nav-list > li.is-active, .l-header-wrap header .pc-nav ul.nav-list > li:hover {
    border-bottom-color: #FE7449;
  }
  .l-header-wrap header .pc-nav ul.nav-list > li.is-active a, .l-header-wrap header .pc-nav ul.nav-list > li:hover a {
    color: #FE7449;
    opacity: 1;
  }
}
.l-header-wrap header .pc-nav ul.nav-list > li > a {
  padding: 16.5px 10px 10px 10px;
}
.l-header-wrap header .pc-nav ul.nav-list > li > a > span, .l-header-wrap header .pc-nav ul.nav-list > li > p > span {
  padding-left: 20px;
}
.l-header-wrap header .pc-nav ul.nav-list > li > a > span::before, .l-header-wrap header .pc-nav ul.nav-list > li > p > span::before {
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header-wrap header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
  background: url("../img/common/gnav_icn_home.svg") no-repeat center center/contain;
  width: 14px;
  height: 14px;
}
.l-header-wrap header .pc-nav ul.nav-list > li:nth-child(1).is-active > a > span::before, .l-header-wrap header .pc-nav ul.nav-list > li:nth-child(1):hover > a > span::before {
  background: url("../img/common/gnav_icn_home_on.svg") no-repeat center center/contain;
}
.l-header-wrap header .pc-nav ul.nav-list > li:nth-child(2) > a > span::before {
  background: url("../img/common/gnav_icn_category.svg") no-repeat center center/contain;
  width: 16px;
  height: 15px;
}
.l-header-wrap header .pc-nav ul.nav-list > li:nth-child(2).is-active > a > span::before, .l-header-wrap header .pc-nav ul.nav-list > li:nth-child(2):hover > a > span::before {
  background: url("../img/common/gnav_icn_category_on.svg") no-repeat center center/contain;
}
.l-header-wrap header .pc-nav ul.nav-list > li:nth-child(3) > a > span::before {
  background: url("../img/common/gnav_icn_member.svg") no-repeat center center/contain;
  width: 16px;
  height: 15px;
}
.l-header-wrap header .pc-nav ul.nav-list > li:nth-child(3).is-active > a > span::before, .l-header-wrap header .pc-nav ul.nav-list > li:nth-child(3):hover > a > span::before {
  background: url("../img/common/gnav_icn_member_on.svg") no-repeat center center/contain;
}
.l-header-wrap header .pc-nav ul.nav-list > li:nth-child(4) > a > span::before {
  background: url("../img/common/gnav_icn_guide.svg") no-repeat center center/contain;
  width: 16px;
  height: 15px;
}
.l-header-wrap header .pc-nav ul.nav-list > li:nth-child(4).is-active > a > span::before, .l-header-wrap header .pc-nav ul.nav-list > li:nth-child(4):hover > a > span::before {
  background: url("../img/common/gnav_icn_guide_on.svg") no-repeat center center/contain;
  width: 16px;
  height: 15px;
}
.l-header-wrap header .pc-nav ul.nav-list > li:nth-child(5) > a > span::before {
  background: url("../img/common/gnav_icn_faq.svg") no-repeat center center/contain !important;
  width: 14px;
  height: 14px;
}
.l-header-wrap header .pc-nav ul.nav-list > li:nth-child(5).is-active > a > span::before, .l-header-wrap header .pc-nav ul.nav-list > li:nth-child(5):hover > a > span::before {
  background: url("../img/common/gnav_icn_faq_on.svg") no-repeat center center/contain !important;
  width: 14px;
  height: 14px;
}
.l-header-wrap header .pc-nav ul.nav-list > li:nth-child(6) > a > span::before {
  background: url("../img/common/gnav_icn_blog.svg") no-repeat center center/contain !important;
  width: 12px;
  height: 12px;
}
.l-header-wrap header .pc-nav ul.nav-list > li:nth-child(6).is-active > a > span::before, .l-header-wrap header .pc-nav ul.nav-list > li:nth-child(6):hover > a > span::before {
  background: url("../img/common/gnav_icn_blog_on.svg") no-repeat center center/contain !important;
  width: 12px;
  height: 12px;
}
.l-header-wrap header .pc-nav ul.nav-list > li:nth-child(7) > a > span::before {
  background: url("../img/common/gnav_icn_contact.svg") no-repeat center center/contain !important;
  width: 14px;
  height: 11px;
}
.l-header-wrap header .pc-nav ul.nav-list > li:nth-child(7).is-active > a > span::before, .l-header-wrap header .pc-nav ul.nav-list > li:nth-child(7):hover > a > span::before {
  background: url("../img/common/gnav_icn_contact_on.svg") no-repeat center center/contain !important;
  width: 14px;
  height: 11px;
}
.l-header-wrap header .pc-nav ul.nav-list > li.has-children a > span::after {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: url("../img/common/util_icn_arw_under.svg") no-repeat center center/contain;
}
.l-header-wrap header .pc-nav ul.nav-list > li.has-children.active a > span::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-header-wrap .top-hd-under .ms-hd__cell:nth-of-type(2) {
  width: 405px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 980px) {
  .l-header-wrap .top-hd-under .ms-hd__cell:nth-of-type(2) {
    width: 100%;
  }
}
.l-header-wrap .top-hd-under .ms-hd__cell:nth-of-type(4) {
  padding-right: 0;
  margin-left: 30px;
  min-width: auto;
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
}
.l-header-wrap .ms-hd__hours small {
  font-size: 12px;
}

/*megamenu*/
header .pc-nav .nav-child-container {
  top: calc(100% + 1px);
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  -webkit-box-shadow: 1px 6px 6px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 1px 6px 6px 5px rgba(0, 0, 0, 0.08);
  border-radius: 0 0 30px 30px;
}

@media print, screen and (min-width: 981px) {
  .nav-child-inner .mega-box {
    border: none;
    background: #FCF7EC;
  }
  .nav-child-inner .mega-box .mega-head {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #FE7449;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  .nav-child-inner .mega-box .mega-head .mega-cate {
    width: 100%;
  }
  .nav-child-inner .mega-box .mega-head .mega-cate a {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #333;
    background: #fff;
    border: 2px solid #FE7449;
    border-radius: 5px;
    width: 100%;
    height: 60px;
    padding: 0 20px 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
  }
}
@media screen and (min-width: 981px) and (any-hover: hover) and (min-width: 981px) {
  .nav-child-inner .mega-box .mega-head .mega-cate a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width: 981px) {
  .nav-child-inner .mega-box .mega-head .mega-cate a .icn {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
  }
  .nav-child-inner .mega-box .mega-body .mega-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 2px 20px;
  }
  .nav-child-inner .mega-box .mega-body .mega-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: relative;
    background: #fff;
    height: 43px;
    border-radius: 5px;
  }
  .nav-child-inner .mega-box .mega-body .mega-list li a:before, .nav-child-inner .mega-box .mega-body .mega-list li a:after {
    content: none;
  }
  .nav-child-inner .mega-box .mega-body .mega-list li a {
    /*
    .icn {
    	width: 30px;
    	position: absolute;
    	left: 10px;
    	top: 50%;
    	transform: translateY(-50%);
    }
    */
  }
  .nav-child-inner .mega-box .mega-body .mega-list li a.m-blue {
    background: #DAE7A0;
  }
  .nav-child-inner .mega-box .note {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 700;
  }
  .nav-child-inner .mega-box .note .icn {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background: #DAE7A0;
    display: inline-block;
    vertical-align: middle;
  }
  .nav-child-inner .mega-box .note a {
    color: #C82F00;
    text-decoration: underline;
  }
}
body.is-stoma-open header .pc-nav ul.nav-list > li:nth-child(1) > a > span::before {
  background: url("../img/common/gnav_icn_home.svg") no-repeat center center/contain;
}

body.is-stoma-open header .pc-nav ul.nav-list > li:nth-child(2) > a > span::before {
  background: url("../img/common/gnav_icn_category_on.svg") no-repeat center center/contain;
}

body.is-stoma-open header .pc-nav ul.nav-list > li:nth-child(3) > a > span::before {
  background: url("../img/common/gnav_icn_member.svg") no-repeat center center/contain;
}

body.is-stoma-open header .pc-nav ul.nav-list > li:nth-child(4) > a > span::before {
  background: url("../img/common/gnav_icn_guide.svg") no-repeat center center/contain;
}

body.is-stoma-open header .pc-nav ul.nav-list > li:nth-child(5) > a > span::before {
  background: url("../img/common/gnav_icn_faq.svg") no-repeat center center/contain;
}

body.is-stoma-open header .pc-nav ul.nav-list > li:nth-child(6) > a > span::before {
  background: url("../img/common/gnav_icn_blog.svg") no-repeat center center/contain;
}

/*side*/
.side {
  width: 260px;
  margin-right: 6%;
  margin-bottom: 50px;
}

.side-category-sp__title {
  font-size: 14px;
  color: #FE7449;
  padding: 10px 0 0;
  margin-bottom: 5px;
  margin-top: 20px;
}

.sp-nav-block {
  border-top: none;
}

.sp-nav-head {
  border: 2px solid #FE7449;
  border-left: 10px solid #FE7449;
  border-radius: 5px;
}
.sp-nav-head + .sp-nav-head {
  margin-top: 6px;
}
@media screen and (max-width: 980px) {
  .sp-nav-head {
    padding-left: 15px;
  }
}

.sp-nav-head__label a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #333;
  padding: 0px 15px 0px 30px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sp-nav-head__label a {
    padding: 0 15px 0 0;
  }
}
.sp-nav-head__label a:after {
  content: "";
  width: 5px;
  height: 9px;
  background: url("../img/common/btn_arw_orange.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .sp-nav-head__label a:hover {
    opacity: 1;
    color: #FE7449;
  }
}

.sp-nav-panel {
  border-top: 2px dashed #ffbfa9;
  border-bottom: 2px dashed #ffbfa9;
}
.sp-nav-panel + .sp-nav-panel {
  border-top: none;
}

.sp-nav-panel .sp-nav-subhead {
  color: #333;
  padding: 2px 15px 4px 30px;
  border-top: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  cursor: default;
}
@media screen and (max-width: 980px) {
  .sp-nav-panel .sp-nav-subhead {
    padding: 4px 15px 4px 0;
  }
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .sp-nav-panel .sp-nav-subhead:hover {
    color: #FE7449;
  }
}

.sp-nav-panel .sp-nav-subhead:first-of-type {
  border-top: none;
}

.sp-nav-subhead__toggle {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .sp-nav-subhead__toggle:hover {
    opacity: 0.7;
  }
}

.sp-nav-subhead__toggle::before, .sp-nav-subhead__toggle::after {
  background: #FE7449;
}

.sp-nav-panel .sp-nav-subhead.m-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp-nav-panel .sp-nav-subhead.m-link a {
  display: block;
  width: 100%;
  position: relative;
  padding-right: 25px;
}
.sp-nav-panel .sp-nav-subhead.m-link a:after {
  content: "";
  width: 7px;
  height: 14px;
  background: url("../img/common/util_icn_arw_right_fat.svg") no-repeat center center/contain;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sp-nav-list {
  margin: 10px 0;
  margin-left: 15px;
}
@media screen and (max-width: 980px) {
  .sp-nav-list {
    margin-left: 0;
  }
}

.sp-nav-list li a {
  color: #333;
}
.sp-nav-list li a:before {
  background: #FE7449;
}

@media screen and (max-width: 980px) {
  .side-section.side-category-sp {
    margin: 30px auto 24px;
  }
  .sp-gnav {
    background: #FE7449;
  }
  .openbtn span.text {
    color: #FE7449;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
  }
  .openbtn .menu span {
    background: #FE7449 !important;
    left: calc(50% - 12px);
  }
  .openbtn.active .menu span {
    left: calc(50% - 11px) !important;
  }
  .header-cart a::before {
    background: url("../img/common/header_icn_cart.svg") no-repeat center center/contain;
    margin-top: -18px;
  }
}
.side-banner {
  text-align: center;
}
.side-banner .banner {
  border-radius: 5px;
  overflow: hidden;
}

.side-note {
  padding: 0 5%;
  margin-bottom: 35px;
  font-size: 14px;
  font-weight: 700;
}
.side-note .icn {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #DAE7A0;
  display: inline-block;
  vertical-align: middle;
}
.side-note a {
  color: #C82F00;
  text-decoration: underline;
}

.side-util {
  padding: 0 5%;
}
@media screen and (max-width: 980px) {
  .side-util {
    padding-bottom: 20px;
  }
}
.side-util ul {
  border: 2px solid #FE7449;
  background: #FCF7EC;
  border-radius: 5px;
  padding: 18px 20px 23px;
}
.side-util ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #FE7449;
  position: relative;
}
.side-util ul li a:after {
  content: "";
  width: 5px;
  height: 9px;
  background: url(../img/common/btn_arw_orange.svg) no-repeat center center/contain;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.side-util ul li + li {
  margin-top: 10px;
}

.footer-sp .side-util ul {
  background: #fff;
}

.footer-top {
  background: #FFF1C9;
}

.footer-clm dt {
  color: #ff4e17;
}

.footer-clm dd .btn a {
  color: #ff4e17;
  border: 1px solid #ff4e17;
}

.footer-clm dd .link a::before {
  background-image: url(../img/common/footer_icn_outlink.svg);
}

.footer-clm dd a {
  color: #ff4e17;
}

.footer-middle {
  background: #FE7449;
}

.footer-nav a {
  color: #ff4e17;
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .footer-nav a:hover {
    color: #FFB850;
  }
}

.copyright {
  color: #ff4e17;
}

.footer-pagetop {
  position: relative;
  z-index: 100;
}
.footer-pagetop .btn {
  width: 61px;
  height: 61px;
  position: fixed;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 980px) {
  .footer-pagetop .btn {
    width: 40px;
    height: 40px;
    right: 5px;
    bottom: 10px;
  }
}

.main-contents-inner.m-under {
  margin-top: 150px;
}
@media screen and (max-width: 980px) {
  .main-contents-inner.m-under {
    margin-top: 25px;
  }
}

.breadcrumb {
  margin-left: 30px;
}
@media screen and (max-width: 980px) {
  .breadcrumb {
    margin-bottom: 10px;
  }
}
.breadcrumb-item {
  margin-right: 3px;
  padding-right: 11px;
  display: inline-block;
  position: relative;
}
.breadcrumb-item:after {
  content: "";
  background: url("../img/common/breadcrumbs_arw.svg") no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 12px;
}

/*オリジナルCSSの補助*/
.category-title h2 {
  font-size: 25px;
  letter-spacing: 0.018em;
  line-height: 1.28;
  color: #8D390D;
}
.category-title dl {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 980px) {
  .category-title dl dt {
    width: 100%;
  }
}
.category-title.m-searchresult span {
  font-size: 25px;
}

@media screen and (max-width: 980px) {
  .main-section, .main-cnt.side-section {
    padding: 0 6%;
  }
}

.ttl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid thin #8D390D;
  padding-bottom: 5px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 20px;
  font-weight: 450;
}

.ttl-orange {
  color: #F08300;
}

.ttl-flex.ttl-orange {
  border-bottom: solid thin #F08300;
}
.ttl-flex.ttl-orange span {
  font-size: 25px;
}

.cart .checked-contents {
  margin-top: 50px;
}
.cart .incart-total-item {
  font-size: 16px;
}

/* -----------------------------------------------------------------
   news
----------------------------------------------------------------- */
.news-list-unit {
  padding: 30px 0 !important;
}

.news-list-title {
  font-size: 16px;
  margin-bottom: 6px;
}

.news-list-title a {
  text-decoration: underline;
}

.news-list-title a:hover {
  text-decoration: none;
}

.news-list-date {
  font-size: 12px;
  color: #B5B5B5 !important;
  margin-bottom: 8px;
}

.news-list-content {
  font-size: 16px;
  margin-top: 30px;
}

.news-content-wrap {
  margin-bottom: 30px;
}

.news-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-pager .pager-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-pager .pager-left .prev {
  margin-right: 20px;
}

.news-pager a {
  text-decoration: underline;
}

.news-pager a:hover {
  text-decoration: none;
}

.section-title.news-title {
  font-size: 25px;
  letter-spacing: 0.018em;
  line-height: 1.28;
  color: #8D390D;
}

.news-detail-content {
  font-size: 16px;
}

@media screen and (max-width: 980px) {
  .news-pager {
    display: block;
    text-align: center;
  }
  .news-pager li {
    margin-top: 20px;
  }
}

@media screen and (max-width: 980px) {
  .news-pager .pager-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.comapany-box {
  font-size: 16px;
}

h2.ttl-flex {
  letter-spacing: 0.018em;
  line-height: 1.28;
  color: #8D390D;
}

h2.ttl-flex span {
  font-size: 25px;
}

.table1 th, .table1 td {
  border: solid thin #979797;
  padding: 5px;
  font-size: 16px;
}

.contract-table th {
  min-width: 200px;
}

h2.ttl-flex.ttl-orange {
  color: #FE7449;
}

.privacy-section h3 {
  font-size: 18px;
}

.privacy-section p {
  font-size: 16px;
}

.privacy-section ul li {
  font-size: 16px;
}

.cart-button-wrap .cart-button a {
  background: #FE7449;
}

.cart-button-wrap .cart-back-button a:before {
  color: #FE7449;
}

.amazon-button {
  margin: 0 0 20px 0;
}
.amazon-button > div {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 980px) {
  .cart.column1 {
    padding: 0 6%;
  }
}

.pager li > span.current {
  background: #FE7449;
}

@media (max-width: 980px) {
  .top-hd-under {
    display: block;
  }
}
@media screen and (min-width: 981px) {
  .sp-only-new {
    display: none !important;
  }
}
@media screen and (max-width: 980px) {
  .pc-only-new {
    display: none !important;
  }
}
/* calendar */
section.calendar-item {
  margin: 30px 0 0;
}

.calendar-item .container-fluid.ftCalendar {
  padding: 10px 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.calendar-item .section-title.category-title {
  margin-bottom: 10px;
  font-weight: 700;
  display: block;
}

.calendar-item .calendar-title dt, .calendar-item .calendar-title dd {
  font-weight: 400;
  margin-bottom: 0;
}

.calendar-item .section-title.category-title span {
  margin: 0;
  color: #ff4e17;
  font-size: 20px;
  font-weight: 400;
}

.calendar-item span {
  margin-bottom: 25px;
}

.calendar-date {
  font-size: 22px;
  font-weight: 500;
}

.calendar-swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: 10px 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.calendar-date {
  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;
  gap: 8px;
}

.calendar-date i {
  display: block;
  margin-top: 5px;
}

.calendar-item table {
  max-width: 95%;
  margin: 0 auto 20px;
  border-collapse: collapse;
}

.calendar-item table thead tr th {
  padding: 10px 5px;
  border: 1px solid #cfcfcf;
}

.calendar-item table tbody tr td {
  padding: 10px 5px;
  border: 1px solid #cfcfcf;
  text-align: center;
}

.calendar-description {
  font-size: 14px;
  max-width: 90%;
  margin: 0 auto 10px;
}

.sunday {
  color: #FF6347;
}

.saturday {
  color: #1E90FF;
}

.makeshop-calendar1 td.today, .makeshop-calendar2 td.today {
  background: #FFD700;
  color: #000;
}

.makeshop-calendar1, .makeshop-calendar2 {
  padding: 0;
}

.makeshop-calendar1 thead th, .makeshop-calendar2 thead th {
  background: #fff6dc;
}

.calendar-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.calendar-desc-today, .calendar-desc-holiday {
  position: relative;
  padding-left: 20px;
}
.calendar-desc-today:before, .calendar-desc-holiday:before {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.calendar-desc-today:before {
  background: #FFD700;
}

.calendar-desc-holiday:before {
  background-color: rgb(233, 231, 230);
}

.calendar-title dt {
  color: #254845;
}

.calendar-item .monthwrap table + div:not(.calendar-desc) {
  display: none;
}

.calendar-item .monthwrap + .monthwrap {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .calendar-date {
    font-size: 18px;
    font-weight: 500;
  }
  .calendar-item span {
    margin-bottom: 25px;
  }
  .calendar-description {
    font-size: 14px;
    max-width: 82%;
  }
  .calendar-swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .calender-swiper-slide {
    width: 100% !important;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .calendar-item table {
    width: 100%;
    max-width: 100%;
  }
  .calendar-wrap {
    width: 100%;
  }
}
.footer-fixedbtn {
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 990;
  width: 300px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (max-width: 768px) {
  .footer-fixedbtn {
    width: 140px;
    right: 5px;
    bottom: 60px;
  }
}
.footer-fixedbtn img {
  width: 100%;
  height: auto;
}

.footer-fixedbtn.is-footer {
  opacity: 0;
  pointer-events: none;
}

.footer-fixedbtn .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  width: 30px;
  height: 30px;
  background: #333;
  color: #fff;
  text-align: center;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer-fixedbtn .close-btn {
    width: 20px;
    height: 20px;
  }
}
.footer-fixedbtn .close-btn:hover {
  background: #fff;
  color: #333;
}

/*検索結果ページ*/
.item-list-image > a img {
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.item-list-image > a img .item-icons img {
  width: auto;
  height: auto;
  aspect-ratio: auto;
  -o-object-fit: auto;
     object-fit: auto;
}

.p-itemindex-head a, .p-itemdetail-detail a, .p-itemdetail-information a {
  color: #FE7449;
}

@media screen and (max-width: 980px) {
  .side .sp-nav-panel, .footer-sp .sp-nav-panel {
    padding-top: 6px;
  }
}

@media screen and (max-width: 980px) {
  .side .sp-nav-panel.m-blue, .footer-sp .sp-nav-panel.m-blue {
    background: #DAE7A0;
  }
}

@media screen and (max-width: 980px) {
  .side .sp-nav-panel .sp-nav-subhead, .footer-sp .sp-nav-panel .sp-nav-subhead {
    margin-top: 0;
  }
}

.sp-nav-head__label a:hover {
  color: #FE7449;
}

.ms-hd__select:focus {
  border-color: #FE7449 !important;
}

.header .header-menu {
  padding-top: 0;
}

.l-header-wrap .container-fluid {
  margin-top: 5px;
}

@media screen and (max-width: 980px) {
  .header .top-nav {
    margin-top: 20px;
  }
  .header .header-logo {
    top: -15px;
  }
  .openbtn {
    top: -30px;
  }
}
.cart .cart-list-table caption {
  caption-side: bottom;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .cart .cart-list-table caption {
    font-size: 14px;
  }
}
.cart .cart-list-table caption a {
  color: #FE7449;
  text-decoration: underline;
}
.cart .item-cart-title {
  font-size: 16px;
}
@media screen and (max-width: 980px) {
  .cart .item-cart-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .cart .item-cart-price {
    font-size: 16px;
  }
}
.cart .item-cart-quantity {
  text-align: right;
}
.cart .item-cart-delete {
  margin-left: 12px;
}
@media screen and (max-width: 980px) {
  .cart .item-cart-delete {
    margin-left: 0;
  }
}