* {
  min-height: 0%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background: #f5f5f5;
}

img {
  max-width: 100%;
}

a[href^="tel:"] {
  pointer-events: none;
}

@media screen and (min-width: 600px) {
  a:hover {
    opacity: 0.7;
    transition: 0.3s;
    text-decoration: none;
  }
}

.inner {
  width: 1290px;
  max-width: 100%;
  margin: auto;
  padding: 0 10px;
}
@media screen and (max-width: 1290px) {
  .inner {
    width: 1000px;
    max-width: 100%;
    margin: auto;
    padding: 0 10px;
  }
}

.main-inner {
  margin-top: 20px;
  display: flex;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.mailto {
  color: #3399cc;
}

.text-indent {
  text-indent: -1em;
  padding-left: 1em;
}

.text-red {
  color: #b71c25;
}

.link-red {
  color: #b71c25;
  text-decoration: underline;
}

@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    color: #3399cc;
    pointer-events: auto;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}


/*ページネーション
*******************************/
.pagenation {
  margin-top: 55px;
}

.ec-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .ec-pager__item {
  background: #fff;
  border-radius: 5px;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
} */

.ec-pager__item a {
  display: block;
  background: #fff;
  border-radius: 5px;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.ec-pager__item--active a {
  display: block;
  background: #E5A821;
  border-radius: 5px;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}


.ec-pager__item--prev a {
  display: block;
  background: #fff;
  border-radius: 5px;
  margin: 0 5px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

.ec-pager__item--next a {
  display: block;
  background: #fff;
  border-radius: 5px;
  margin: 0 5px;
  width: 80px;
  height: 40px;
  line-height: 40px;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .pagenation {
    margin-top: 25px;
  }
  
  .ec-pager__item a {
    margin: 0 2px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
  
  .ec-pager__item--active a {
    margin: 0 2px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
  
  
  .ec-pager__item--prev a {
    margin: 0 2px;
    width: 50px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
  
  .ec-pager__item--next a {
    margin: 0 2px;
    width: 50px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
  }
}


/*header
*******************************/

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1290px;
  max-width: 100%;
  margin: auto;
  padding: 0 10px;
}

.header-logo a {
  display: block;
}

.header-logo img {
  width: 192px;
} 

.header-contents {
  padding: 10px 0;
}

.header-sidebar-toggle {
  display: none;
}

.header-search-toggle {
  display: none;
}

.header  .search-category {
  display: none;
}

.header .search-keyword {
  position: relative;
}

.header .search-keyword input {
  padding: 12px 10px 12px 51px;
  background: #fff;
  display: block;
  width: 400px;
  border: 1px solid#D2D2D0;
}

.header .search-keyword input::placeholder {
  color: #a3a3a3;
  font-size: 14px;
  font-weight: bold;
}

.header .search-keyword-button {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
}

.header .search-keyword-button-white {
  display: none;
}

.header .search-keyword-button-black {
  display: block;
}

.header-search-link-list {
  display: none;
}

.header-nav-wrap {
  background: #f1c72f;
}

.header-nav-list {
  display: flex;
}

.header-nav-item {
  width: 25%;
  border-left: 1px solid #707070;
}

.header-nav-item:last-child {
  border-right: 1px solid #707070;
}

.header-nav-item a {
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

.header-nav-item img {
  margin-right: 15px;
}

@media screen and (max-width: 1290px) {
  .header-inner {
    width: 1000px;
  }

  .header-sidebar-toggle {
    cursor: pointer; 
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
  }

  .header-logo {
    padding-left: 50px;
  }

  .header .search-keyword input {
    width: 340px;
  }

}

@media screen and (max-width: 1024px) {

  .header-search-input input {
    width: 300px;
  }
  .header-nav-item a {
    font-size: 12px;
  }
  .header-nav-item img {
    margin-right: 5px;
  }
}

@media screen and (max-width: 600px) {
  .header {
    position: relative;
    z-index: 10;
  }

  .header-contents {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #f5f5f5;
    z-index: 99999;
  }

  .header-inner {
    padding: 0;
  }

  .header-sidebar-toggle {
    top: -4px;
    width: 37px;
  }

  .header-logo {
    padding-left: 60px;
  }

  .header-logo img {
    width: 127px;
  } 

  .header-search-toggle {
    display: block;
    padding-right: 10px;
    top: -4px;
  }

  .header-search-wrap {
    display: none;
    margin-top: 10px;
    margin-bottom: -10px;
  }

  .header .search-keyword {
    background: #333;
    padding: 10px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }

  .header .search-keyword input {
    width: 100%;
  }

  .header-search-link-list {
    display: flex;
    justify-content: center;
    background: rgba(163,163,163, 0.21);
    padding: 8px 16px;
  }
  
  .header-search-link-item {
    position: relative;
    display: block;
    font-size: 12px;
    padding-right: 20px;
  }
  
  .header-search-link-item::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid black;
  }

  .header-nav-wrap {
    margin-top: 45px;
  }
  
  .header-nav-item {
    width: 25%;
    border-left: none;
  }

  .header-nav-item:last-child {
    border-right: none;
  }

  .header-nav-item a {
    padding: 8px 0;
    flex-direction: column;
    font-size: 10px;
  }

  .header-nav-item img {
    margin-right: 0;
    width: 17px;
    height: 17px;
  }
}

/*sidebar
*******************************/
.news {
  background: #fff;
  padding: 8px 0;
}

.news-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.news-wrap:nth-child(n + 2) {
  display: none;
}

.news-icon {
  margin-right: 5px;
}

.news-text {
  font-size: 14px;
}

.news-text span {
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .news-icon {
    width: 20px;
  }

  .news-text {
    font-size: 10px;
  }

  .news-text span {
    display: none;
  }
}

/*sidebar
*******************************/
.sidebar {
  width: 20%;
}

.sidebar-toggle-wrap {
  display: none;
}

.sidebar-link {
  position: relative;
  background: #fff;
  border: 1px solid #d2d2d0;
  margin-bottom: 10px;
  padding: 18px 0 17px 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
}

.sidebar-link::after {
  content: "";
  position: absolute;
  bottom: 4px;
  right: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #000000 transparent;
}

.sidebar-link img {
  margin-right: 10px;
}

.sidebar-category-title {
  position: relative;
  padding: 13px 0;
  background: #f1c72f;
  border: 1px solid #d2d2d0;
  font-weight: bold;
  text-align: center;
}

.sidebar-category-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 19px 13.5px 0 13.5px;
  border-color: #f1c72f transparent transparent transparent;
}

.sidebar-category-list {
  margin-top: 20px;
  border: 1px solid #d2d2d0;
}

.sidebar-category-list-item:not(:first-child) {
  border-top: 1px solid #d2d2d0;
}

.sidebar-category-item-title {
  cursor: pointer;
  display: block;
  position: relative;
  padding: 15px 20px;
  border-top: 1px solid #d2d2d0;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
}

.sidebar-category-item-title:hover {
  background: #f5f5f5;
  opacity: 1;
}


/* .sidebar-category-item-title::after {
  content: "+";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #a3a3a3;
  font-size: 24px;
  font-weight: normal;
} */

/* .sidebar-category-item-title.active {
  background: #f5f5f5;
}

.sidebar-category-item-title.active::after {
  content: "-";
  top: 43%;
} */

.sidebar-category-item-list {
  display: none;
  background: #f1f1f1;
  padding-left: 1em;
}

.sidebar-category-item-list a {
  padding: 15px 20px;
  display: block;
  font-size: 14px;
  font-weight: bold;
}

.sidebar-category-carender {
  margin-top: 10px;
}

.apg_sc_table {
  background: #fff;
  border: 1px solid #707070;
  width: 100%;
}

.apg_sc_table th,
.apg_sc_table td {
  text-align: center;
}

.apg_sc_table_header {
  background: #F1C72F;
  height: 30px;
  line-height: 30px;
}

.apg_sc_table_week {
  background: #A3A3A3;
  height: 30px;
  line-height: 30px;
}

.apg_sc_table_week th {
  color: #fff;
  font-weight: bold;
}

.apg_sc_table_days th {
  font-weight: bold;
}

.apg_sc_table_days td {
  padding: 4px 0;
  font-size: 15px;
  font-weight: bold;
}

.apg_sc_holiday {
  color:#cf2915;
}

.sidebar-category-blog {
  margin-top: 10px;
}

@media screen and (max-width: 1290px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    height: 100vh;
    z-index: 999;
    transition: 0.3s;
    overflow: scroll;
  }

  .sidebar-toggle-wrap {
    background: #f5f5f5;
    padding: 5px 10px;
    border-bottom: 1px solid #707070;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .sidebar-toggle {
    display: inline-block;
    cursor: pointer;
  }

  .sidebar-cart {
    display: block;
  }

  .sidebar.active {
    left: 0;
  }

  .sidebar-wrap {
    background: rgba(241, 199, 47, 0.9);
    padding: 10px 10px 20px;
  }

  .sidebar-link-list {
    display: flex;
    justify-content: space-between;
  }

  .sidebar-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33% - 2px);
    padding: 18px 0;
    font-size: 12px;
  }

  .sidebar-link img {
    margin-right: 0;
  }

  .sidebar-link::after {
    bottom: 1px;
    right: 2px;
    border-width: 0px 0 11px 11px;
  }

  .sidebar-category-title {
    padding: 13px 0;
    background: #333333;
    border: none;
    color: #fff;
  }

  .sidebar-category-title::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 13.5px 0 13.5px;
    border-color: #333 transparent transparent transparent;
  }

  .sidebar-category-carender img {
    width: 100%;
  }

  .sidebar-category-blog img {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .sidebar {
    width: 100%;
    left: -100%;
  }
}

/*mv
*******************************/
.mv {
  display: flex;
}

.mv a {
  cursor: pointer;
}

@media screen and (min-width: 600px) {
  .mv a:hover {
    background: #fff;
  }
}

.swiper-container {
  width: 100%;
}

.swiper-container.slider img,
.swiper-container.slider-thumbnail img  {
  width: 100%;
  height: 100%;
}

.swiper-container.slider {
  width: 73%;
  margin-left: 0;
}


.swiper-container.slider-thumbnail {
  width: 25%;
  margin-right: 0;
  cursor: pointer;
}


.swiper-container.slider-thumbnail .swiper-wrapper {
  flex-direction: column;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide,
.swiper-container.slider .swiper-wrapper .swiper-slide {
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  background: #fff;
}

.swiper-container.slider-thumbnail
  .swiper-wrapper
  .swiper-slide:not(:first-child) {
  margin-top: 20px;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide{
  opacity: 0.7;
}

.swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

@media screen and (max-width: 600px) {
  .swiper-container.slider {
    width: 100%;
    margin-left: 0;
  }

  .swiper-container.slider-thumbnail {
    display: none;
  }
}

/*article
*******************************/
.main-wrap {
  width: 80%;
  padding-left: 30px;
}

.article {
  margin-top: 20px;
}

.article-shipping {
  margin-top: 20px;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d2d2d0;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.article-shipping img {
  margin-right: 10px;
}

.article-shipping-big {
  color: #cf2915;
  font-size: 24px;
}

.article-shipping-attention {
  font-size: 14px;
}

.article-section {
  margin-top: 25px;
}

.article-title-wrap {
  border-bottom: 1px solid #707070;
  padding-bottom: 9px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
}

.article-title img {
  margin-right: 3px;
}

.article-link {
  position: relative;
  display: block;
  width: 130px;
  padding: 9px 20px;
  background: #333333;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1;
}

@media screen and (min-width: 600px) {
  .article-link:hover {
    background: #333333;
    color: #fff;
    text-decoration: none;
  }
}



.article-link:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  width: 9px;
  height: 9px;
}

.article-list {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.article-list::before {
  display: block;
  content:"";
  width: calc(25% - 7px);
  order: 1;
}


.article-list::after {
  display: block;
  content:"";
  width: calc(25% - 7px);
}

.article-list-item {
  display: flex;
  width: calc(25% - 7px);
  padding: 20px 25px;
  background: #fff;
}

.article-list-item-ranking:nth-child(n + 5)  {
  display: none;
}

.article-list-item a {
  display: flex;
  flex-direction: column;
}

.article-list-item:nth-child(n + 5) {
  margin-top: 14px;
}

.article-list-img {
  max-height: 150px;
  text-align: center;
}

.article-list-img img {
  max-height: 150px;
  height: 100%;
}

.article-list-category {
  margin-top: 15px;
  padding: 5px 10px;
  background: #cf2915;
  border-radius: 33px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

.article-list-sale {
  margin-top: 6px;
  color: #cf2915;
  font-size: 15px;
  font-weight: bold;
}

.article-list-price {
  margin-top: 6px;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}


.article-list-price p {
  color: #cf2915;
  font-size: 15px;
  font-weight: bold;
}

.article-list-price .nonsale {
  color: #333;
  font-size: 14px;
  font-weight: normal;
}


.article-list-price.discount {
  color: #cf2915;
  font-size: 15px;
  font-weight: bold;
}


.article-list-price span {
  color: #333;
  font-size: 12px;
  font-weight: normal;
}

.article-list-text {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.75;
}

.article-special-list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.article-special-list-item {
  width: calc(33% - 7px);
}

.article-special-list-item:nth-child(n + 4) {
  margin-top: 15px;
}

@media screen and (max-width: 1290px) {
  .main-wrap {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 1024px) {
  .article-shipping {
    padding: 10px;
    width: 100%;
    font-size: 14px;
  }
  .article-shipping-big {
    font-size: 20px;
  }
  .article-shipping-attention {
    font-size: 12px;
  }

  .article-list {
    flex-wrap: wrap;
  }
  .article-list-item {
    padding: 10px;
  }
  .article-list-text {
    font-size: 10px;
    line-height: 1.55;
  }
}

@media screen and (max-width: 600px) {
  .article-list-item {
    width: calc(50% - 2px);
  }

  .article-list-item:nth-child(n + 3) {
    margin-top: 6px;
  }

  .article-link {
    width: 100%;
    margin-top: 6px;
    padding: 9px 20px;
    border-radius: 0;
    font-size: 12px;
    text-align: center;
  }
  .article-link:after {
    transform: translateY(-65%) rotate(135deg);
  }

  .article-special-list-item {
    width: 100%;
  }

  .article-special-list-item:not(:first-child) {
    margin-top: 8px;
  }

  .article-special-list-item a {
    display: block;
  }

  .article-special-list-item img {
    width: 100%;
  }
}

/*footer
*************************/
.footer {
  background: url(/html/template/default/assets/img/common/bg_denchan.png)
    no-repeat bottom right;
  background-color: #ededed;
  margin-top: 60px;
  padding: 40px 0 15px;
}

.footer-inner {
  width: 1000px;
  max-width: 100%;
  margin: auto;
  padding: 0 10px;
}

.footer-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-menu-item {
  width: calc(33% - 20px);
}

.footer-menu-item:nth-child(n + 4) {
  margin-top: 50px;
}

.footer-menu-title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  height: 36px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #707070;
  font-weight: bold;
}

.footer-menu-title img {
  margin-right: 5px;
}

.footer-menu-link {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #d2d2d0;
  font-size: 14px;
  font-weight: bold;
}

.footer-menu-link:last-child {
  margin-top: 10px;
}

.footer-menu-link img {
  margin-right: 12px;
}

.footer-menu-link span {
  display: block;
}

.footer-menu-link-text .big {
  font-size: 22px;
}

.footer-menu-link-text .small {
  font-size: 10px;
  font-weight: normal;
}

.footer-menu-text {
  font-size: 14px;
  line-height: 1.64;
}

.footer-menu-text span {
  color: #cf2915;
}

.footer-menu-text a {
  text-decoration: underline;
}

.footer-link-list {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-link-item {
  border-right: 1px solid #333;
  padding: 0 10px;
  line-height: 1;
}

.footer-link-item:last-child {
  border-right: none;
}

.footer-link-item a {
  font-size: 14px;
  line-height: 1;
}

.copyright {
  padding-top: 15px;
  margin-top: 25px;
  border-top: 1px solid #707070;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .footer-menu-item {
    width: calc(50% - 20px);
  }

  .footer-menu-item:nth-child(n + 3) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .footer {
    background: url(/html/template/default/assets/img/common/bg_denchan_sp.png)
      no-repeat bottom right;
    background-color: #ededed;
  }

  .footer-menu-title {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #d2d2d0;
    font-weight: bold;
  }

  .footer-menu-title::after {
    content: "+";
    display: block;
    position: absolute;
    top: -5%;
    right: 12px;
    color: #a3a3a3;
    font-size: 24px;
    font-weight: normal;
  }

  .footer-menu-title.active::after {
    content: "-";
    top: -10%;
    right: 16px;
    font-size: 28px;
  }

  .footer-menu-title img {
    display: none;
  }

  .footer-menu-content {
    display: none;
    padding-bottom: 15px;
  }

  .footer-menu-item {
    width: 100%;
  }

  .footer-menu-item:nth-child(n + 3) {
    margin-top: 0;
  }

  .footer-link-list {
    margin-top: 0;
    flex-wrap: wrap;
  }

  .footer-link-item {
    width: 100%;
    padding: 0;
  }

  .footer-link-item {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d2d2d0;
    border-right: none;
  }

  .footer-link-item :after {
    content: "";
    position: absolute;
    top: 20%;
    right: 15px;
    transform: rotate(45deg);
    border-top: solid 1px #a3a3a3;
    border-right: solid 1px #a3a3a3;
    width: 8px;
    height: 8px;
  }
}
