@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

/* -----------------------------------------------------------------
   setting
----------------------------------------------------------------- */

* {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
}

:root {
  --c1: #CFAD36;
  --c2: #F15A24;
  --g1: #ECECEC;
  --g2: #808080;
  --line: #E7E2E2;
}

/* -----------------------------------------------------------------
   reset
----------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img {
  vertical-align: middle;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  line-height: 1.6;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

p, div {
  word-break: break-all;
}

a {
  color: inherit;
  text-decoration: none;
  transition: .2s;
}
a:hover {
  opacity: .7;
}

input[type="text"],
select {
  border-radius: 3px;
  border: none;
  padding: 6px;
  font-size: inheirt;
  box-sizing: border-box;
}

input::placeholder {
  color: #B5B5B5;
  font-size: 12px;
}

pre {
  white-space: pre-wrap;
}

.clearfix {
  display: block;
}
.clearfix::before {
  content: "";
  display: block;
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.bx-wrapper {
  box-shadow: none !important;
}

.bx-controls-direction a {
  z-index: 0 !important;
}

ul.indent > li {
  text-indent: -1em;
  padding-left: 1em;
}
.t-right {
  text-align: right;
}

body.fixed {
  position: fixed;
  width: 100%;
  left: 0;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block;
  }
} /* max768 */

/* -----------------------------------------------------------------
   header
----------------------------------------------------------------- */
.header {
  width: 100%;
  height: 165px;
  min-width: 1080px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
  position: fixed;
  z-index: 990;
  transition: .3s;
}
.header .head-copy {
  background: var(--c2);
  padding: 5px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.header .top-nav-wrap {
  border-bottom: 1px solid var(--line);
}
.header .top-nav {
  max-width: 1340px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 20px;
}
.header .header-menu {
  display: flex;
  justify-content: space-between;
}
.header .header-logo {
  width: 220px;
  margin-right: auto;
}
.header-search {
  width: 310px;
}
.header-search-input {
  position: relative;
}
.searchForm input[type="text"] {
  padding: 8px 26px 8px 10px;
  background: var(--g1);
  border: 1px solid var(--line);
  line-height: 1;
  width: 100%;
  display: block;
  font-size: 11px;
}
.searchForm .searchForm__submit {
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: var(--c2);
  border: none;
  border-radius: 0 3px 3px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.searchForm .searchForm__submit img {
  width: 12px;
  height: 12px;
}
.header-search .keyword-icon {
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  margin-top: 5px;
}
.header-search .keyword-icon a {
  border: 1px solid #000;
  border-radius: 100px;
  padding: 0 5px;
  font-size: 9px;
  display: block;
  
}

.gnav {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  margin-left: 30px;
}
.gnav li a {
  font-size: 13px;
}
.header .gnav a:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 20px;
}
.login a:before {
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-login.png) center center / contain no-repeat;
}
.logout a:before {
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-logout.png) center center / contain no-repeat;
}
.membership a:before {
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-account.png) center center / contain no-repeat;
}
.header-mypage a:before {
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-account.png) center center / contain no-repeat;
}
.header-favorite a:before {
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-fav.png) center center / contain no-repeat;
}
.header-cart a:before {
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-cart.png) center center / contain no-repeat;
}

.header-cart {
  position: relative;
}
.header-cart .cart-count {
  position: absolute;
  right: -8px;
  top: -8px;
  background: #F23E0C;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

.top-menu {
  max-width: 1340px;
  margin: 0 auto;
  background: #fff;
  height: 54px;
}
.top-menu .top-menu-nav .top-menu-contact {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--c2);
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.top-menu .top-menu-nav .top-menu-contact::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-mail.png) center center / contain no-repeat;
  display: block;
  width: 16px;
  height: 11px;
  margin-right: 8px;
}

.scroll-header {
  display: none;
}

@media screen and (min-width: 769px) {
  .top-menu .top-menu-nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 70px;
    height: 54px;
    padding: 0 20px;
    position: relative;
  }
  .top-menu .top-menu-nav .drop-trigger::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    margin-left: 10px;
    vertical-align: 3px;
  }
  .top-menu .top-menu-nav .drop-trigger.is-active::after {
    transform: rotate(-135deg);
    vertical-align: 0;
  }
  .top-menu .top-menu-nav .dropmenu-bg {
    visibility: hidden;
    opacity: 0;
    z-index: 998;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    padding: 40px 60px;
    border: 3px solid #E9DCB2;
    border-radius: 10px;
    transition: .3s;
  }
  .top-menu .top-menu-nav .dropmenu-bg.show {
    visibility: visible;
    opacity: 1;
  }
  .top-menu .top-menu-nav-cat {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
  }
  .top-menu .top-menu-nav-cat > li {
    width: calc((100% - 40px * 3) / 4);
  }
  .top-menu-nav-cat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #E9DCB2;
    background: #fff;
  }
  .top-menu-nav-cat-item .icon {
    width: 64px;
    height: 64px;
  }
} /*min769*/


@media screen and (max-width: 768px) {
  .header {
    position: relative;
    height: 96px;
    min-width: initial;
  }
  .header .head-copy {
    padding: 2px;
    font-size: 10px;
  }
  .header .top-nav-wrap {
    border-bottom: none;
    padding-bottom: 10px;
  }
  .header .top-nav {
    padding: 5px 10px;
  }
  .header .header-logo {
    width: 120px;
    margin-right: auto;
  }
  .header-search {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .searchForm input[type="text"] {
    padding: 5px 26px 5px 10px;
    font-size: 10px;
  }
  .header-search .keyword-icon {
    display: none;
  }

  .gnav {
    align-items: center;
    gap: 5px;
    margin: 0;
  }
  .gnav li a {
    font-size: 8px;
  }
  .header .gnav a:before {
    margin: 0 auto -4px;
    width: 16px;
    height: 16px;
  }
  .header-cart .cart-count {
    right: -6px;
    top: -6px;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 10px;
  }
  
  /*
  .curtain.show {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 991;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    transition: .3s;
  }
  */
  
  .top-menu {
    display: none;
    margin: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    width: 100%;
    height: 100vh;
    background: #fff;
  }
  .top-menu.show {
    display: block;
  }
  .top-menu .sp-scroll {
    width: 100%;
    height: calc(100% - 94px);
    overflow-y: auto;
    background: #FBF7EB;
    padding-bottom: 60px;
  }
  .top-menu .top-menu-sp-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .header-menu-sp-title,
  .top-menu .drop-trigger {
    display: block;
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    position: relative;
    pointer-events: none;
  }
  .header-menu-sp-title::after,
  .top-menu .drop-trigger::after {
    content: "";
    border-top: 2px solid #000;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -6px;
  }
  .top-menu .top-menu-nav {
    margin-top: 20px;
    padding: 15px;
  }
  .top-menu .sns-icons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-menu .sns-icons > li {
    width: 32px;
  }
  .top-menu .top-menu-sp-bnr {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .top-menu .top-menu-sp-bnr > li {
    width: calc((100% - 10px * 1) / 2);
  }
  .top-menu .top-menu-sp-bnr > li a {
    display: block;
  }
  .header-sp-history {
    padding: 20px 15px;
  }
  .header-sp-bottom {
    padding: 20px 15px;
  }

  /*ボタン*/
  .openbtn {
    position: relative;
    cursor: pointer;
    width: 25px;
    height: 25px;
    border: 1px solid var(--c2);
    border-radius: 2px;
    margin-left: 5px;
  }
  .openbtn span {
    display: inline-block;
    transition: all .3s;
    position: absolute;
    left: calc(50% - 6px);
    height: 1px;
    background-color: var(--c2);
    width: 12px;
  }
  .openbtn span:nth-of-type(1) {
    top: 8px;
  }
  .openbtn span:nth-of-type(2) {
    top: 12px;
  }
  .openbtn span:nth-of-type(3) {
    top: 16px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 12px;
    transform: rotate(45deg);
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 12px;
    transform: rotate(-45deg);
  }
  .top-menu {
    text-align: left;
  }
  .top-menu-nav {
    padding-right: 10px;
  }
  .top-menu .top-menu-nav > li:not(:last-child) {
    border-bottom: 1px solid var(--line);
  }
  /*
  .top-menu .top-menu-nav .drop-trigger {
    font-size: 14px;
    display: block;
    padding: 15px 5px 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top-menu .top-menu-nav .drop-trigger::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(45deg);
    margin-left: 10px;
    vertical-align: 3px;
  }
  .top-menu .top-menu-nav .drop-trigger.is-active::after {
    transform: rotate(-135deg);
    vertical-align: 0;
  }
  */
  .top-menu .top-menu-nav .dropout:not(.top-menu-contact) {
    font-size: 14px;
    padding: 15px 5px 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top-menu .top-menu-nav .dropout:not(.top-menu-contact)::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
    vertical-align: 3px;
  }
  .top-menu .top-menu-nav .dropmenu-bg .inner {
    padding: 0;
  }
  .top-menu .top-menu-nav .dropmenu {
    padding-bottom: 20px;
  }
  .top-menu .top-menu-nav-cat {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .top-menu .top-menu-nav-cat > li {
    width: calc((100% - 10px * 1) / 2);
  }
  .top-menu-nav-cat-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #E9DCB2;
    background: #fff;
    padding: 10px;
  }
  .top-menu-nav-cat-item .icon {
    width: 36px;
    height: 36px;
  }
  .top-menu .top-menu-nav .top-menu-contact {
    width: 260px;
    font-size: 14px;
    padding: 10px;
    margin: 20px auto 0;
  }
  
  .scroll-header.is-show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 10px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 991;
  }
  .scroll-header .header-search-input {
    width: calc(100% - 35px);
  }
} /* max768 */

/* -----------------------------------------------------------------
   mv
----------------------------------------------------------------- */
/*
.main-visual li {
  height: 100%;
  display: flex;
  align-items: center;
}
.main-visual li a {
  flex-grow: 1;
}
.bx-viewport {
  height: 100% !important;
}
#M_slider {
  height: 100%;
}
*/

/* -----------------------------------------------------------------
   contents
----------------------------------------------------------------- */
.contents {
  padding-top: 165px;
}
.inner {
  max-width: 1340px;
  padding: 0 20px;
  margin: 0 auto;
}
.text-center {
  text-align: center;
}
.link-anchor {
  padding-top: 160px;
  margin-top: -160px;
}

.c2 {
  color: var(--c2);
}
.link-btn {
  color: var(--c2);
  font-weight: 500;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.link-btn::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid var(--c2);
  border-bottom: 2px solid var(--c2);
  transform: rotate(-45deg);
  margin-left: 10px;
  vertical-align: 3px;
}
.link-btn.white {
  color: #fff;
  margin-top: 0;
}
.link-btn.white::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.link-btn.black {
  color: #000;
}
.link-btn.black::after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}
.link-btn.right {
  justify-content: flex-end;
}

.item-list-wrap {
  margin-bottom: 50px;
}

.heading-main {
  margin-bottom: 40px;
}
.heading-main h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
}
.heading-main p {
  font-size: 14px;
  letter-spacing: .1em;
  color: var(--c2);
}
.heading-belt {
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/heading-belt-bg.png) center center / cover no-repeat #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  height: 50px;
  margin-bottom: 30px;
}
.heading-belt-title {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 100%;
}
.heading-belt h2 {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: .1em;
}
.heading-belt p {
  font-size: 14px;
  letter-spacing: .1em;
}

.tabs-btn-list {
  display: flex;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--line);
}
.tabs-btn {
  padding: 10px 20px;
  text-align: center;
  cursor: pointer;
  margin-bottom: -1px;
}
.tabs-btn:hover {
  opacity: .7;
}
.tabs-btn.tab-active {
  border-bottom: 1px solid var(--c2);
}



.container {
  display: flex;
  padding: 48px 0 60px;
}

.top-container {
  padding: 0;
}

.main-container {
  display: flex;
  gap: 90px;
}

.banner-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}
.banner-area::after {
  content: "";
  display: block;
  width: 33%;
}
.banner-area img {
  max-width: 330px;
}

@media screen and (max-width: 768px) {
  .contents {
    padding-top: 0;
  }
  .link-anchor {
    padding-top: 45px;
    margin-top: -45px;
  }
  .heading-main {
    margin-bottom: 30px;
  }
  .heading-main h2 {
    font-size: 20px;
  }
  .heading-main p {
    font-size: 12px;
  }

  .heading-belt {
    padding: 0 20px;
    height: 40px;
    margin-bottom: 20px;
  }
  .heading-belt-title {
    gap: 10px;
  }
  .heading-belt h2 {
    font-size: 20px;
  }
  .heading-belt p {
    font-size: 12px;
  }
  
  .main-container {
    flex-flow: column nowrap;
  }

} /* max768 */


/* -----------------------------------------------------------------
   side-nav
----------------------------------------------------------------- */
.side {
  width: 170px;
}

.search {
  background: #E6E6E6;
  padding: 16px;
}

.search-btn {
  font-size: 12px;
  border: 1px solid #333333;
  border-radius: 3px;
  background: #fff;
  display: block;
  padding: 10px;
  text-align: center;
}

.search-area li {
  margin-bottom: 20px;
}
.search-area label {
  display: block;
  margin-bottom: 10px;
}
.search-area input, .search-area select {
  width: 100%;
}

input.search-price {
  width: 36%;
  margin-right: 4px;
}


.side-bnr {
  margin-bottom: 20px;
}

.side-nav-cat {
  margin-bottom: 20px;
}

.side-nav-trigger {
  display: block;
  border-bottom: 1px solid #000;
  padding: 10px 20px 10px 0;
  position: relative;
}

.side-nav-trigger .icon {
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}
.side-nav-trigger .icon::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  top: calc(50% -  1px);
  left: calc(50% - 5px);
}
.side-nav-trigger .icon::after {
  content: "";
  width: 10px;
  height: 1px;
  background: #000;
  position: absolute;
  top: calc(50% -  1px);
  left: calc(50% - 5px);
  transition: .3s;
  transform: rotate(-90deg);
}
.side-nav-trigger.is-active .icon::after {
  transform: rotate(0);
}
.side-nav-menu {
  display: none;
  padding-top: 10px;
}

.side-category-item a {
  font-size: 12px;
  padding: 15px 5px 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.side-category-item a::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-right: 1px solid #767676;
  border-bottom: 1px solid #767676;
  transform: rotate(-45deg);
  vertical-align: 3px;
}

/*
.category-list-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.side-category-item {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-right: 12px;
}
.side-category-item p, .side-category-item a {
  width: 100%;
  padding: 15px 0;
  display: inline-block;
}
.side-category-item p:before {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: .2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.side-category-item p:after {
  display: block;
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #333333;
  transition: .3s;
}
.side-category-item p.on {
  width: 95%;
  background: #333333;
  color: #fff;
  padding-left: 6px;
  padding-right: 14px;
}
.side-category-item p.on:before {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  background: #fff;
  right: 10px;
}
.side-category-item p.on:after {
  background-color: transparent;
  background: #fff;
  right: 10px;
}
.child-item {
  padding: 8px !important;
  font-size: 12px;
}
*/

.close {
  display: none;
}

.accordion {
  cursor: pointer;
}

.side-contact li {
  margin-bottom: 16px;
}

.calendar-wrap {
  display: flex;
  justify-content: flex-end;
  gap: 45px;
}
.calendar-output {
  width: 280px;
}

.calendar-title {
  font-size: 12px;
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
}

.makeshop-calendar1,
.makeshop-calendar2 {
  width: 100%;
  border-collapse: inherit;
}
.makeshop-calendar1 tr,
.makeshop-calendar2 tr {
  text-align: center;
  font-size: 12px;
}
.makeshop-calendar1 thead th,
.makeshop-calendar2 thead th {
  padding: 4px;
  border: 1px solid #767676;
}
.makeshop-calendar1 thead th,
.makeshop-calendar2 thead th {
  background: #525252;
}

.makeshop-calendar1 tbody td,
.makeshop-calendar2 tbody td {
  padding: 4px;
  height: auto !important;
  border: 1px solid #767676;
}

.makeshop-calendar1 td.today {
  background: #000;
  color: #fff;
  height: auto;
}
.makeshop-calendar1 thead .saturday,
.makeshop-calendar2 thead .saturday {
  background: #728EAE;
}
.makeshop-calendar1 thead .sunday,
.makeshop-calendar2 thead .sunday {
  background: #C5898A;
}
.makeshop-calendar1 tbody .saturday,
.makeshop-calendar2 tbody .saturday {
  background: #000;
}


@media screen and (max-width: 768px) {
  .side {
    display: none;
  }
  .calendar-wrap {
    flex-flow: column nowrap;
  }
  .calendar-output {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

} /* max768 */


/* -----------------------------------------------------------------
   check
----------------------------------------------------------------- */
.checked-contents {
  padding-bottom: 60px;
  display: inline-block;
}

.checked-item-list {
  display: flex;
  flex-wrap: wrap;
}
.checked-item-list li {
  width: 140px;
  position: relative;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
}
.checked-item-list li:last-child {
  margin-right: 0;
}
.checked-item-list li img {
  width: 100%;
}

/* -----------------------------------------------------------------
   main
----------------------------------------------------------------- */
.main {
  flex: 1;
}
.border:after {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #CBCBCB;
  margin: 30px 0 60px;
}

.shop-comment {
  margin-bottom: 40px;
}

.item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 46px;
  padding: 10px 20px;
}
.item-list-item {
  width: calc((100% - 46px * 3) / 4);
  position: relative;
  display: flex;
  flex-direction: column;
}
.main .item-list {
  gap: 50px 35px;
}
.main .item-list-item {
  width: calc((100% - 35px * 3) / 4);
}

.item-list-item a {
  display: block;
}
.item-list-item-image {
  border: 1px solid var(--line);
  background: #fff;
  margin-bottom: 10px;
  aspect-ratio: 1 / 1;
  position: relative;
}
.item-list-item-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.item-list-item-price span {
  font-size: 80%;
  padding-left: .5em;
}

.item-list-review {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.item-list-review .item-list-review-rate {
  margin: 0 6px;
}

.ranking-icon {
  position: absolute;
  top: -20px;
  left: -20px;
  text-align: center;
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-ranking.png) center 7px / 12px 8px no-repeat #9C9C9C;
  border-radius: 50%;
  font-size: 17px;
  color: #fff;
  width: 48px;
  height: 48px;
  padding-top: 15px;
}

.rank-1 {
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-ranking.png) center 7px / 12px 8px no-repeat, linear-gradient(-45deg, #DDC059 0, #BB9C32 50%, #D5B956 100%);
}
.rank-2 {
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-ranking.png) center 7px / 12px 8px no-repeat, linear-gradient(-45deg, #AFB5B6 0, #6C6C6C 50%, #AEAEAE 100%);
}
.rank-3 {
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-ranking.png) center 7px / 12px 8px no-repeat, linear-gradient(-45deg, #E1A590 0, #BE4C23 50%, #DEA38E 100%);
}

.item-all-icon {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}
.item-icon-list > li {
  width: 60px;
  display: inline-block;
  margin-right: 2px;
}

.item-icon {
  font-size: 12px;
  color: #fff;
}
.item-icon p {
  display: inline-block;
  padding: 0 3px;
}
.item-icon .item-soldout {
  background: #B5B5B5;
}
.item-icon .item-sale {
  background: #F23E0C;
}

.item-category {
  margin-bottom: 8px;
  font-size: 12px;
}

.original-price {
  text-decoration: line-through;
}

.item-sale-price {
  color: #F23E0C;
}

.news-list li {
  border-bottom: 1px solid var(--line);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.news-list li:last-child {
  margin-bottom: 0;
}
.news-list dt {
  width: 120px;
  float: left;
  clear: left;
  color: var(--g2);
}
.news-list dd {
  padding: 0 0 0 120px;
}

.index-review-list li {
  display: flex;
  margin-bottom: 60px;
}
.index-review-list li .index-review-image {
  margin-right: 18px;
  width: 140px;
  min-width: 140px;
}
.index-review-list li .index-review-image img {
  width: 100%;
}

.review-list-category {
  margin-bottom: 8px;
  font-size: 12px;
}

.review-index-score {
  display: flex;
  align-items: baseline;
}
.review-index-score p {
  margin-right: 16px;
}

.foot-category {
  background: #f2f2f2;
  padding: 60px 0;
}
.foot-category h2 {
  text-align: center;
}

.main-category-list {
  width: 1000px;
  margin: 0 auto;
}
.main-category-list li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 40px;
  width: 197px;
}
.main-category-list li a {
  width: 100%;
  display: block;
}

.common-page {
  padding: 46px 0 60px;
}
.common-title {
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.common-title h2 {
  font-size: 24px;
}
.common-text {
  padding-top: 20px;
}
.common-contents {
  margin-top: 2px;
  border-top: 2px solid #000;
  padding-top: 50px;
}
.main-bottom-item {
  margin-bottom: 60px;
}

.c2-btn {
  width: 300px;
  margin: 0 auto;
}
.c2-btn .btn {
  width: 100%;
  height: 46px;
  font-weight: 500;
  text-align: center;
  border: 1px solid var(--c2);
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/guide-btn.png) center center / cover no-repeat #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.c2-btn .btn::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(-45deg) translateY(-50%);
}


@media screen and (max-width: 768px) {
  .main {
    width: 100%;
  }
  .item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
    padding: 0;
  }
  .item-list-item {
    width: calc((100% - 20px * 1) / 2);
  }
  .main .item-list {
    gap: 30px 20px;
  }
  .main .item-list-item {
    width: calc((100% - 20px * 1) / 2);
  }

  .ranking-icon {
    top: -10px;
    left: -10px;
    background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-ranking.png) center 3px / 8px 5px no-repeat #9C9C9C;
    font-size: 12px;
    width: 30px;
    height: 30px;
    padding-top: 7px;
  }

  .rank-1 {
    background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-ranking.png) center 3px / 8px 5px no-repeat, linear-gradient(-45deg, #DDC059 0, #BB9C32 50%, #D5B956 100%);
  }

  .rank-2 {
    background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-ranking.png) center 3px / 8px 5px no-repeat, linear-gradient(-45deg, #AFB5B6 0, #6C6C6C 50%, #AEAEAE 100%);
  }

  .rank-3 {
    background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-ranking.png) center 3px / 8px 5px no-repeat, linear-gradient(-45deg, #E1A590 0, #BE4C23 50%, #DEA38E 100%);
  }


  .news-list li {
    border-bottom: 1px solid var(--line);
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .news-list li:last-child {
    margin-bottom: 0;
  }
  .news-list dt {
    width: 100%;
    float: none;
    clear: none;
  }
  .news-list dd {
    padding: 8px 0 0;
  }
  
  .c2-btn {
    width: 260px;
  }
  .c2-btn .btn {
    height: 41px;
  }
} /* max768 */



/* -----------------------------------------------------------------
   category-nav
----------------------------------------------------------------- */
.category-nav {
  padding: 80px 0;
}
.category-nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 45px;
}

.category-nav-list > li {
  width: calc((100% - 45px * 3) / 4);
  border-bottom: 1px solid var(--line);
}
.category-nav-list > li:nth-child(-n+4) {
  border-top: 1px solid var(--line);
}
.category-nav-list .side-nav-trigger {
  display: flex;
  border-bottom: none;
  padding: 20px 0;
}
.category-nav-list > li a {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.category-nav-list > li a:not(.side-nav-trigger)::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-right: 2px solid var(--c2);
  border-bottom: 2px solid var(--c2);
  transform: rotate(-45deg);
  margin-left: 10px;
  vertical-align: 3px;
  flex-shrink: 0;
}
.category-nav-list .side-nav-menu {
  padding-top: 0;
}
.category-nav-list .side-category-item a {
  border-top: 1px solid var(--line);
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .category-nav {
    padding: 50px 0;
  }
  .category-nav-list {
    gap: 0 20px;
  }
  .category-nav-list > li {
    width: calc((100% - 20px * 1) / 2);
  }
} /* max768 */

/* -----------------------------------------------------------------
   mail-magazine
----------------------------------------------------------------- */
.mail-magazine {
  padding: 120px 0;
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/mail-magazine-bg.jpg) center center / cover no-repeat;
}
.mail-magazine-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.mail-magazine-title {
  flex: 1;
  color: #fff;
}
.mail-magazine-btn {
  width: 300px;
  flex-shrink: 0;
}
.mail-magazine-title h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.mail-magazine-btn .magazine-btn {
  margin-bottom: 30px;
}
.mail-magazine-btn .magazine-btn .btn {
  width: 300px;
  height: 46px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  border: 1px solid #fff;
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/mail-magazine-btn.png) center center / cover no-repeat var(--c2);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mail-magazine-btn .magazine-btn .btn::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(-45deg) translateY(-50%);
}

@media screen and (max-width: 768px) {
  .mail-magazine {
    padding: 70px 0;
  }
  .mail-magazine-box {
    flex-flow: column nowrap;
  }
  .mail-magazine-title h2 {
    font-size: 22px;
  }
  .mail-magazine-btn {
    width: 100%;
  }
  .mail-magazine-btn .c2-btn {
    margin: 0;
  }
  .mail-magazine-btn .btn {
    width: 280px !important;
    height: 44px !important;
  }
} /* max768 */

/* -----------------------------------------------------------------
   footer
----------------------------------------------------------------- */
.footer-bg {
  background: #292929;
  color: #fff;
}
.footer {
  max-width: 1340px;
  margin: 0 auto;
  padding: 60px 20px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.foot-info {
  width: 320px;
}
.footer-logo {
  display: block;
  width: 260px;
  margin-bottom: 30px;
}

.footer-nav {
  margin-top: 30px;
}
.footer-nav li {
  margin-top: 5px;
}
.footer-nav li:last-child {
  margin-top: 10px;
}
a.icon-link,
a.icon-out {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
a.icon-link::after {
  content: "";
  display: block;
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-link.png) center center / contain no-repeat;
  width: 12px;
  height: 12px;
}
a.icon-out::after {
  content: "";
  display: block;
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-link-out.png) center center / contain no-repeat;
  width: 8px;
  height: 8px;
}
.footer-contact {
  width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--c2);
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  margin-top: 30px;
}
.footer-contact::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/sichifuku/img/icon-mail.png) center center / contain no-repeat;
  display: block;
  width: 16px;
  height: 11px;
  margin-right: 8px;
}
.copyright {
  margin-top: 40px;
  font-size: 13px;
}

.footer-frame {
  border: 1px solid #6C6C6C;
  border-radius: 2px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.footer-frame dt {
  width: 140px;
  font-weight: 500;
}
.footer-frame dd {
  border-left: 1px solid #6C6C6C;
  padding-left: 40px;
}
.footer-frame dd a {
  text-decoration: underline;
}
.payment-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 15px;
}
.payment-icons > div {
  background: #fff;
  border-radius: 5px;
  height: 44px;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-icons .payment-card {
  width: 184px;
}
.payment-icons .payment-pay {
  width: 302px;
}

.fixed-btn {
  position: fixed;
  bottom: 100px;
  right: 0;
  width: 80px;
  z-index: 100;
}
.fixed-btn a {
  width: 80px;
}
.search-modal {
  display: none;
  width: 600px;
  height: 42.5px;
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-modal.show {
  display: block;
}
.search-modal .searchForm input[type="text"] {
  padding: 14px 26px 14px 10px;
  font-size: 12px;
  height: 100%;
}
.search-modal .searchForm .searchForm__submit {
  width: 42px;
}
.search-modal .searchForm .searchForm__submit img {
  width: 16px;
  height: 16px;
}
.search-modal-curtain.show {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.7);
  transition: .3s;
}


@media screen and (max-width: 768px) {
  .footer {
    flex-flow: column nowrap;
  }
  .footer-logo {
    width: 230px;
  }
  .footer-contact {
    width: 290px;
  }
  .copyright {
    margin-top: 30px;
    font-size: 12px;
    text-align: center;
  }

  .footer-frame {
    flex-flow: column nowrap;
    padding: 20px;
  }
  .footer-frame dt {
    width: 100%;
    padding-bottom: 10px;
  }
  .footer-frame dd {
    border-left: none;
    border-top: 1px solid #6C6C6C;
    padding: 10px 0 0;
  }
  .payment-icons > div {
    height: 36px;
  }

  .payment-icons .payment-card {
    width: 152px;
  }
  .payment-icons .payment-pay {
    width: 250px;
  }
  .fixed-btn {
    bottom: 40px;
    width: 60px;
  }
  .fixed-btn a {
    width: 60px;
  }
  .search-modal {
    width: 90%;
  }
} /* max768 */

/* -----------------------------------------------------------------
   item-list-cart
----------------------------------------------------------------- */
.item-list-cart {
  margin: auto 0 0 0;
}
.item-list-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  padding: 8px 0;
  font-weight: bold;
  font-size: 13px;
}
.item-list-sold {
  background: #B5B5B5;
  color: #fff;
}
.option-list-cart {
  border: 1px solid #808080;
  color: #808080;;
}
.add-list-cart {
  background: #1FD5AD;
  color: #fff;
}
.price {
  margin-bottom: 8px;
}

/* -----------------------------------------------------------------
   category
----------------------------------------------------------------- */
.breadcrumb {
  font-size: 12px;
  padding-top: 10px;
}

.breadcrumb-item {
  margin-right: 8px;
}
.breadcrumb-item::after {
  content: ">";
  margin-left: 12px;
}
.breadcrumb-item:last-child::after {
  display: none;
}

.category-image {
  margin-bottom: 20px !important;
  display: flex;
}

.category-child-search h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.category-child-item {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 15px 20px;
}
.category-child-item li {
  width: calc((100% - 20px * 3) / 4);
}
.category-child-item li a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  border: 1px solid #D9D9D9;
}
.category-child-item li a .child-category-count {
  white-space: nowrap;
}
.category-submenu {
  margin: 60px 0 40px;
  font-family: "Noto sans JP", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-submenu .category-count {
  color: var(--c2);
  font-size: 18px;
  font-weight: 700;
}
.category-submenu .category-count span {
  font-size: 22px;
}
.list-head-sort {
  display: flex;
  border-left: 1px solid #000;
}
.list-head-sort li {
  padding: 0 15px;
  border-right: 1px solid #000;
}


.total-count span {
  font-weight: bold;
}

.pager-wrap {
  margin-top: 60px;
}
.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.pager li a {
  display: block;
  border: 1px solid #C7C7C7;
  width: 30px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto sans JP", sans-serif;
}
.pager .prev,
.pager .next {
  border: none;
  font-weight: 500;
}
.pager .current {
  display: block;
  border: 1px solid var(--c2);
  background: var(--c2);
  color: #fff;
  width: 30px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto sans JP", sans-serif;
}

.bulk-group {
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: bold;
}

.bulk-group a {
  color: #B5B5B5;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-bottom: 20px;
  }
  .category-child-item {
    gap: 10px;
  }
  .category-child-item li {
    width: calc((100% - 10px * 1) / 2);
  }
  .list-head-sort-select {
    border: 1px solid #000;
  }

} /* max768 */

/* -----------------------------------------------------------------
   detail
----------------------------------------------------------------- */


/* -----------------------------------------------------------------
   review
----------------------------------------------------------------- */
.review-item-wrap {
  border: 1px solid #333333;
  padding: 20px;
  border-radius: 3px;
  display: flex;
  margin-bottom: 60px;
}
.review-item-wrap .review-item-image {
  padding-right: 20px;
  width: 120px;
}
.review-item-wrap .review-item-image img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}

.review-item-info .review-item-category {
  font-size: 12px;
  margin-bottom: 8px;
}
.review-item-info .review-item-name {
  font-size: 18px;
}
.review-item-info .total-review {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
.review-item-info .review-star {
  margin-right: 10px;
}
.review-item-info .review-average {
  font-size: 20px;
  font-weight: bold;
}
.review-item-info .review-count {
  font-size: 12px;
}

.review-form-wrap {
  width: 485px;
  margin: 0 auto;
}

.review-form {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.review-form:last-child {
  margin-bottom: 60px;
}
.review-form dt {
  width: 150px;
  text-align: left;
}
.review-form .review-form-content {
  width: 100%;
}
.review-form dd input {
  border: 1px solid #707070;
  width: 100%;
}
.review-form dd .reviewRateStar:before {
  font-size: 18px;
}

.review-post-btn {
  border: none !important;
  background: #707070;
  color: #fff;
}

/* -----------------------------------------------------------------
   cart
----------------------------------------------------------------- */
.cart {
  margin-bottom: 100px;
}

.cart-section-title {
  padding-top: 60px;
}

.free-shipping-wrap {
  text-align: right;
  margin-bottom: 16px;
  font-size: 12px;
}
.free-shipping-wrap .free-shipping-text em {
  color: #F23E0C;
}

.cart-list-table {
  width: 100%;
  padding: 20px;
}
.cart-list-table th {
  background: #E6E6E6;
  padding: 8px 12px;
  text-align: left;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.cart-list-table th:first-child {
  width: 360px;
}
.cart-list-table th:nth-child(2) {
  width: 190px;
}
.cart-list-table th:nth-child(3) {
  width: 200px;
}
.cart-list-table th:last-child {
  width: 200px;
}
.cart-list-table tbody tr {
  border-bottom: 1px solid #E6E6E6;
}
.cart-list-table tbody td {
  vertical-align: middle;
  padding: 20px;
}
.cart-list-table tbody td:first-child {
  display: flex;
}

.cart-list-info {
  font-size: 12px;
}

.cart-list-image {
  width: 80px;
  min-width: 80px;
  margin-right: 12px;
}
.cart-list-image img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.item-cart-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.item-cart-price {
  font-size: 24px;
}

.item-cart-quantity input {
  width: 40px;
  border: 1px solid #333333;
  margin-right: 12px;
}

.item-cart-delete {
  float: right;
}
.item-cart-delete a {
  font-size: 10px;
  border: 1px solid #333333;
  padding: 2px 8px;
}

.item-cart-subtotal {
  font-size: 24px;
  font-weight: bold;
}

.cart-total {
  background: #E6E6E6;
}
.cart-total td {
  display: table-cell !important;
}
.cart-total .cart-total-title {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}
.cart-total .cart-total-price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
}
.cart-total .cart-total-point {
  font-size: 12px;
}
.cart-total .cart-bulk {
  margin-top: 6px;
  font-size: 12px;
}

.cart-button-wrap {
  text-align: right;
  margin-top: 40px;
}
.cart-button-wrap .cart-button a {
  width: 320px;
  display: inline-block;
  text-align: center;
  background: #1FD5AD;
  border-radius: 5px;
  padding: 20px 0;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.cart-button-wrap .cart-back-button a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f053";
  font-size: 12px;
  font-weight: bold;
  padding-right: 8px;
  color: #707070;
}

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

.news-list-title {
  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-content-wrap {
  margin-bottom: 30px;
}

.news-pager {
  display: flex;
  justify-content: space-between;
}
.news-pager .pager-left {
  display: flex;
}
.news-pager .pager-left .prev {
  margin-right: 20px;
}
.news-pager a {
  text-decoration: underline;
}
.news-pager a:hover {
  text-decoration: none;
}

/* -----------------------------------------------------------------
   contract policy
----------------------------------------------------------------- */

.comapany-box {
  width: 75%;
  margin: 0 auto 60px;
}
.comapany-box img {
  width: 100%;
  max-height: 640px;
  object-fit: contain;
  margin-bottom: 20px;
}

.contract-section {
  border-bottom: 1px solid var(--line);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.contract-section dt {
  width: 220px;
  float: left;
  clear: left;
  color: var(--c2);
}
.contract-section dd {
  padding: 0 0 0 230px;
}

.policy-box .policy-section {
  margin-bottom: 40px;
}

.policy-box .policy-section h3 {
  font-size: 15px;
  color: var(--c2);
  font-weight: 500;
  margin-bottom: 10px;
}

/* -----------------------------------------------------------------
   catalog
----------------------------------------------------------------- */
.catalog-list {
  width: 100%;
  margin-bottom: 48px;
}

.catalog-list th {
  background: #E6E6E6;
}
.catalog-list td, .catalog-list th {
  border: 1px solid #ccc;
  padding: 6px 18px;
  vertical-align: middle;
}
.catalog-list input {
  border: 1px solid #ccc;
}

.catalog-input-num {
  width: 10rem;
}

.catalog-input-quantity {
  width: 3rem;
}

.catalog-info-wrap {
  text-align: left;
  font-size: 0.9rem;
  width: 397px;
  display: flex;
  box-sizing: border-box;
}

.catalog-img img {
  margin-right: 8px;
  width: 80px;
}

.catalog-search-btn {
  width: 60px;
}

.catalog-cart-btn {
  width: 25%;
}

.catalog-cart {
  text-align: center;
  display: block;
}

.catalog-search-btn {
  background: #333;
  padding: 10px 6px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}

/* -----------------------------------------------------------------
   u-komi
----------------------------------------------------------------- */
.qa-summary-container,
.review-container,
.review-summary-container,
.reviewPictureContentWrapper,
.u-komi-product-widget-container,
.u-komi-qa-container {
  font-family: 'Noto Sans JP', sans-serif!important;
}
.ratingOverview .starRating {
  display: inline-flex!important;
  align-items: center!important;
}
.starRating {
  padding: 5px 0 10px!important;
}
.reviewProductName {
  font-size: 12px!important;
}
.group-review-section .reviewWidget_title {
  font-size: 18px;
  font-weight: normal;
  margin-top: 0;
}
.reviewSortingSection {
  gap: 5px;
}
.custProductFilterDropdown select,.custQueDropdown select {
  font-size: 10px!important;
}
.custProductFilterDropdown:after,.custQueDropdown:after {
  top: 60%!important;
}
.review-list-page {
  padding-top: 10px;
}

.review-summary-container .starRating{
  display: inline-flex!important;
  align-items: center!important;
}
.group-item-list .review-summary-container .starRating {
  display: inline-flex!important;
  align-items: center!important;
}
.group-item-list .review-summary-container .starRating span {
  font-size: 12px!important;
}
/* -----------------------------------------------------------------
   responsive
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
/*
  header .header-menu {
    justify-content: space-around;
    margin-bottom: 20px;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    padding: 20px 30px;
    background: #fff;
  }
  header .header-logo img {
    max-width: 100%;
  }

  .header {
    padding: 80px 0 10px;
    position: relative;
  }
  .header .top-nav {
    flex-direction: column-reverse;
  }

  .gnav .account {
    display: none;
  }
/*
  .main-visual {
    margin: 20px auto 40px;
  }
  .main-visual img {
    height: auto;
  }
*/
*/
  .bx-wrapper {
    margin-bottom: 0 !important;
  }
  .banner-area {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
  .banner-area img {
    width: 96%;
    max-width: 100%;
    margin: 0 auto 6px;
  }

  .container {
    display: block;
    padding: 0;
  }
/*

  .side {
    width: auto;
    padding-right: 0;
  }

  #g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -120%;
    width: 100%;
    height: 100vh;
    background: #111;
    transition: all 0.6s;
  }

  #g-nav.panelactive {
    left: 0;
  }

  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
*/

  .search {
    padding: 20px 45px 16px;
    background: none;
    color: #fff;
  }

  .search-btn {
    background: #333333;
    color: #fff;
  }
  .search-area select {
    background: #fff;
  }
  .side-section {
    width: 75%;
    margin: 50px auto;
  }

  .sp-side-section {
    display: block;
    padding: 90px 45px 0;
  }
  .sp-side-section .sp-gnav li {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .sp-side-section .sp-gnav li a {
    color: #fff;
  }
  .sp-side-section .sp-gnav .logout a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }
  .sp-side-section .sp-gnav .membership a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }
  .sp-side-section .sp-gnav .login a:before {
    display: inline-block;
    margin-right: 6px;
    color: #fff;
  }

/*
  .side-category-list a {
    color: #fff !important;
  }

  .category-list-title,
  .side-category-item {
    border-bottom: 1px solid #ccc;
    color: #fff;
  }

  .side-category-item {
    padding-right: 20px;
  }
  .side-category-item p:before {
    background-color: #fff;
  }
  .side-category-item p:after {
    background-color: #fff;
  }
  .side-category-item p.on {
    width: 96%;
    background: #333333;
    color: #fff;
    padding-left: 10px;
    padding-right: 18px;
  }
  .side-contact a {
    color: #fff;
  }
  .makeshop-calendar1,
  .makeshop-calendar2 {
    background: #fff;
  }
  .makeshop-calendar1 tr,
  .makeshop-calendar2 tr {
    text-align: center;
    font-size: 12px;
  }
  .makeshop-calendar1 thead tr th,
  .makeshop-calendar2 thead tr th {
    padding-bottom: 8px;
  }
  .makeshop-calendar1 tbody tr td,
  .makeshop-calendar2 tbody tr td {
    padding-bottom: 2px;
  }

  .calendar-wrap {
    width: 75%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .calendar-wrap div {
    background: #fff;
  }

  .calendar-title {
    margin-bottom: 0;
  }
*/
  .main {
    width: 100%;
  }
/*
  .item-list {
    display: flex;
    flex-wrap: wrap;
  }
  .item-list li {
    width: calc((100% - 16px) / 2 );
    margin-bottom: 40px;
    margin-right: 16px;
    position: relative;
  }
  .item-list li:nth-child(2n) {
    margin-right: 0;
  }
  .item-list li img {
    width: 100%;
    margin-bottom: 4px;
  }

  .news-list li {
    padding: 30px 0;
  }
  .news-list li:first-child {
    padding-top: 0;
  }

  .news-wrap {
    display: block;
  }

  .news-date {
    width: 100%;
    margin-bottom: 8px;
  }
*/
  .index-review-list li {
    display: block;
    margin-bottom: 60px;
  }

  .review-index-score {
    display: block;
  }
  .review-index-score .review-score {
    display: none;
  }
  .review-index-score .review-list-unit,
  .review-index-score .review-list-name {
    margin-bottom: 5px;
  }
  .review-index-score .review-list-date {
    margin: 5px 0 12px;
  }

  .main-category-list {
    width: 95%;
  }
  .main-category-list li {
    display: block;
    vertical-align: middle;
    margin-bottom: 0;
    border-bottom: 1px solid #B5B5B5;
    width: 95%;
    padding: 12px 0;
  }
  .main-category-list li a {
    padding: 0 5px;
  }
/*
  .footer {
    width: 95%;
    display: block;
  }
  .footer img {
    margin-bottom: 20px;
  }

  .footer-nav {
    display: block;
    margin-top: 20px;
  }
  .footer-nav li {
    margin-right: 0;
    margin-bottom: 16px;
  }
  
  .category-title {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .category-title dl {
    margin-bottom: 20px;
  }

  .category-child-item li {
    width: 175px;
    margin: 0 0 20px 0;
  }
  .detail {
    padding: 0;
  }

  .item-image {
    width: 100%;
  }

  .main-image {
    width: 100%;
  }
*/

  .choice-btn {
    width: 100%;
  }
  .choice-btn li {
    width: calc(93% / 4) !important;
  }
  .choice-btn .slick-track {
    width: 100% !important;
  }

  .choice-btn li img {
    width: 100% !important;
  }

  .add-image-list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .add-image-list:nth-child(2n) {
    margin-right: 0;
  }
  .add-image-list:last-child {
    margin-bottom: 0;
  }

  .group-review-section {
    width: 100%;
  }

  .group-item-list {
    justify-content: space-between;
  }
  .group-item-list li {
    width: calc((100% - 16px) / 2 );
    margin-bottom: 40px;
    margin-right: 0;
    position: relative;
  }
  .group-item-list li img {
    height: auto;
  }

  .item-detail {
    width: 100%;
    padding-left: 0;
  }
  .item-detail .item-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
  }
  .item-detail .item-category-name {
    font-size: 14px;
  }

  .slick-prev,
  .slick-next {
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
  }

  .slick-prev:after {
    display: none;
  }

  .slick-next:after {
    display: none;
  }

  .item-price-wrap {
    margin-bottom: 8px;
  }
  .item-price-wrap .item-price {
    font-size: 22px;
  }
  .item-price-wrap .item-tax {
    font-size: 12px;
  }

  .item-point {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .item-sell-text {
    margin: 20px 0;
  }

  .item-option {
    margin-bottom: 12px;
  }

  .makeshop-option-select {
    width: 100%;
  }

  .nameprint-area {
    margin-bottom: 40px;
  }
  .nameprint-area .nameprint-text input,
  .nameprint-area .nameprint-text textarea {
    width: 100%;
  }

  .item-share {
    margin-bottom: 40px;
  }

  .review-category-title {
    margin-bottom: 20px;
  }

  .item-review-list li {
    margin-bottom: 30px;
  }

  .review-item-wrap {
    margin-bottom: 30px;
  }

  .review-form-wrap {
    width: 100%;
  }

  .review-form {
    display: block;
    align-items: center;
    margin-bottom: 30px;
  }
  .review-form:last-child {
    margin-bottom: 60px;
  }
  .review-form dt {
    width: 100%;
    margin-bottom: 8px;
  }
  .review-form dd textarea {
    width: 98%;
  }

  .add-cart {
    display: block;
    margin: 0 0 16px;
  }
  .add-cart .item-stock {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .add-cart .btn {
    width: 100%;
    font-size: 18px;
  }

  .sku-cart .btn {
    font-size: 12px;
    max-width: 100px!important;
  }
  .sku-option-title {
    font-size: 12px;
  }
  .option-image {
    max-width: 40px;
  }

  .item-contact::before {
    display: none;
  }

  .item-info-list li dt {
    width: 40%;
  }
  .item-info-list li dd {
    width: 60%;
  }

  .checked-contents {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .checked-item-list {
    justify-content: space-between;
  }
  .checked-item-list li {
    width: calc((100% - 16px) / 2 );
    margin-right: 0;
    margin-bottom: 40px;
    justify-content: space-between;
  }
  .checked-item-list li img {
    width: 100%;
  }

  .cart {
    margin-bottom: 40px;
  }

  .cart-section-title {
    padding-top: 0;
  }

  .free-shipping-wrap {
    text-align: left;
  }

  .cart-list-table {
    width: 100%;
    padding: 20px 0;
  }
  .cart-list-table th {
    display: none;
  }
  .cart-list-table tbody td {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 6px;
  }
  .cart-list-table tbody td:first-child {
    width: 100%;
    margin-top: 30px;
  }

  .item-cart-price {
    font-size: 16px;
    text-align: right;
  }

  .item-cart-quantity input {
    margin-right: 8px;
  }

  .item-cart-delete {
    float: none;
    padding-left: 20px;
  }

  .item-cart-subtotal {
    font-size: 22px;
    text-align: right;
    margin-bottom: 30px !important;
  }
  .item-cart-subtotal::before {
    content: "小計";
    font-size: 14px;
  }

  .cart-total {
    display: flex;
    padding: 10px;
  }

  .cart-total-title {
    margin: 0 !important;
  }

  .cart-total-price-wrap {
    text-align: right;
  }

  .cart-button-wrap .cart-button a {
    width: 100%;
  }

  .comapany-box {
    width: 100%;
  }

  .contract-section {
    width: 100%;
  }

  .policy-box {
    width: 100%;
  }

  select::-ms-expand {
    display: none;
  }

  .makeshop-option-select-wrap {
    position: relative;
    background: #ffffff;
  }
  .makeshop-option-select-wrap::before {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #666666;
    pointer-events: none;
  }

  select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .catalog-info-wrap {
    width: 100%;
  }

  .catalog-img {
    margin: 10px 0 4px;
  }

  .catalog-list,
  .catalog-list td,
  .catalog-list th {
    border-collapse: collapse;
    text-align: center;
  }

  .catalog-list thead th {
    display: none;
  }

  .catalog-list td {
    padding: 8px 12px;
    display: block;
  }

  .catalog-list td[data-title]::before {
    color: #666;
    content: attr(data-title) "";
    font-weight: bold;
    padding: 0 10px 0 0;
    display: inline;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .header .header-menu {
    padding: 20px 130px;
  }
/*
  .main-visual img {
    height: 500px;
  }

  .main-image img {
    height: 600px;
  }
*/
  .item-list li img {
    height: auto;
  }

  .checked-item-list li img {
    height: auto;
  }

  .sku-option-title {
    width: 100px;
  }

  .sku-cart {
    min-width: 400px;
  }

  .choice-btn li:nth-child(5n) {
    margin-right: 8px;
  }
  .choice-btn li:nth-child(10n) {
    margin-right: 0;
  }
}


/* -----------------------------------------------------------------
   slick
----------------------------------------------------------------- */
.slick-loading .slick-list { background: #fff url('https://gigaplus.makeshop.jp/sichifuku/img/ajax-loader.gif') center center no-repeat; }
.slick-slide:focus { outline: none; }

.sp-slide { position: relative; }
.sp-slide .slick-list { padding-top: 10px; }
.sp-slide .slick-slide { margin: 0 10px 0 10px; }
.sp-slide .slick-prev,
.sp-slide .slick-next {
  position: absolute;
  top: 40%;
  z-index: 3;
  width: 20px;
  height: 20px;
  background: #808080;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}
.sp-slide .slick-next::after,
.sp-slide .slick-prev::after {
  display: block;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
}

.sp-slide .slick-next { right: 0; }
.sp-slide .slick-next::after {
  content: ">";
}
.sp-slide .slick-prev { left: 0; }
.sp-slide .slick-prev::after {
  content: "<";
}
.sp-slide .slick-prev:hover,
.sp-slide .slick-prev:focus,
.sp-slide .slick-next:hover,
.sp-slide .slick-next:focus { opacity: 0.7; }


.history-slide { position: relative; }
.history-slide .slick-list { padding-top: 10px; }
.history-slide .slick-slide { margin: 0 10px 0 10px; }
.history-slide .slick-prev,
.history-slide .slick-next {
  position: absolute;
  top: 40%;
  z-index: 3;
  width: 20px;
  height: 20px;
  background: #808080;
  border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
}
.history-slide .slick-next::after,
.history-slide .slick-prev::after {
  display: block;
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 14px;
}

.history-slide .slick-next { right: 0; }
.history-slide .slick-next::after {
  content: ">";
}
.history-slide .slick-prev { left: 0; }
.history-slide .slick-prev::after {
  content: "<";
}
.history-slide .slick-prev:hover,
.history-slide .slick-prev:focus,
.history-slide .slick-next:hover,
.history-slide .slick-next:focus { opacity: 0.7; }

