<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ隕∫ｴ�縺ｮ繧ｹ繧ｿ繧､繝ｫ*/
.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
/*繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ隕∫ｴ�縺ｾ縺ｧ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ縺励◆譎ゅ�繧ｹ繧ｿ繧､繝ｫ*/
.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
/*繝医ャ繝励♀遏･繧峨○*/
.index-news {
  width: 100%;
  max-width: 80%;
  margin: 0 auto 120px;
}
.news-list {
  margin: 35px auto 0;
}
.news-list.index-news-list {
  margin: 35px auto 30px;
  padding: 10px 0;
  border-radius: 5px;
}
.news-list li {
  padding: 24px 0;
  border-bottom: 1px solid #e7e7e7;
}
.news-list li:last-child {
  border: none;
}
.news-list dl dt.news-title {
  font-size: 14px;
}
.news-list dl dd {
  font-size: 12px;
}
.news-wrap {
  display: flex;
  align-items: center;
}
.news-wrap dl dt a {
  line-height: 21px;
}
.news-wrap dl dt a:hover {
  text-decoration: none;
}
.news-date {
  font-size: 14px;
  min-width: 110px;
  color: #7a7a7a;
  font-family: 'Poppins', sans-serif;
}
.news-content:after {
  content: "窶ｦ";
}
.news-list-unit {
  padding: 30px 0 !important;
  display: flex;
  align-items: center;
}
.news-list-title {
  margin-bottom: 0;
}
.news-list-title a {
  text-decoration: underline;
}
.news-list-title a:hover {
  text-decoration: none;
}
.news .bread {
  margin-bottom: 5%;
}
h2.news-title {
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f50a2d;
  font-weight: normal;
  margin-top: 20px;
}
.news-list-date {
  margin-bottom: 0;
  margin-right: 30px;
  font-size: 14px;
  min-width: 110px;
  color: #7a7a7a;
}
.news-content-wrap {
  margin-bottom: 60px;
  margin-top: 30px;
}
.news-pager {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
}
.news-pager .pager-left {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news-pager .pager-left .prev {
  margin-right: 20px;
}
.news-pager a {
  text-decoration: underline;
  color: #f50a2d;
}
.news-pager a:hover {
  text-decoration: none;
}
.news .main {
  margin-bottom: 100px;
}
a.more-link {
  width: 295px;
  display: block;
  border-radius: 5px;
  line-height: 60px;
  position: relative;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #000000;
  background: #e80505;
  cursor: pointer;
  letter-spacing: 0.06em;
  opacity: 1;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  margin: 60px auto 0;
}
a.more-link:hover {
  color: #e80505 !important;
  background: #ffffff !important;
}
@media only screen and (max-width:1024px) {
  .index-news {
    width: 100%;
    max-width: 90%;
    margin: 0 auto 60px;
  }
  .index-news-list {
    margin: 0 15px;
    padding: 15px;
  }
  .news-list li {
    padding: 12px 0;
    flex-wrap: wrap;
  }
  .news-list li {
    padding: 6px 0;
  }
  .news-wrap {
    display: block;
  }
  .news-date {
    width: 100%;
  }
  .news-more a {
    width: 100%;
    line-height: 54px;
  }
}
/* -----------------------------------------------------------------
   footer
----------------------------------------------------------------- */
/*.footer-bg {
  background: #E6E6E6;
}

.footer {
  width: 1000px;
  margin: 0 auto;
  padding: 35px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer img {
  max-width: 120px;
}

.footer-nav {
  display: flex;
  align-items: center;
}
.footer-nav li {
  margin-right: 30px;
}

.copyright {
  font-size: 12px;
  max-width: 300px;
}*/
p + ul.kome {
  margin-top: -10px;
}
.pageTop {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 99;
  background: #8ec135;
}
.pageTop a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  border-radius: 100%;
}
.pageTop a::before {
  content: "";
  display: block;
  position: absolute;
  transition: .2s;
  right: 23px;
  top: 14px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.pageTop a::after {
  content: "PAGETOP";
  position: absolute;
  transition: .2s;
  right: 13px;
  top: 28px;
  width: 34px;
  text-indent: 0;
  font-size: 11px;
  text-align: center;
  color: #fff;
  font-family: 'Manrope', sans-serif;
  line-height: 12px;
}
h2.guide-ttl {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}
h2.guide-ttl span {
  font-size: 14px;
  color: #E60505;
  display: block;
  margin-top: 5px;
}
#footer_guideWrap {
  width: 100%;
  padding-top: 30px;
  background: #F5F5F5;
  border-top: 1px solid #E70506;
  margin-top: 120px;
}
#footer_guide {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 15px;
}
#footer_guide h3 {
  font-size: 20px;
  position: relative;
  margin-bottom: 5px;
  font-weight: bold;
  text-align: left;
  color: #444;
}
#footer_guide h3::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/ndevkanda/img/8b897578eb8bbb92c34d56a4815d7a3d.jpg)no-repeat;
  width: 14px;
  height: 14px;
  background-size: 14px;
  display: inline-block;
  margin-right: 5px;
}
#footer_guidebig {
  overflow: hidden;
}
.footer_guide_small {
  box-sizing: border-box;
  justify-content: flex-start;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
}
.pay-wrap {
  margin-top: 2px;
}
ul.pay-list {
  display: flex;
  justify-content: space-between;
}
ul.pay-list li {
  background: #fff;
  width: 49%;
  line-height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
ul.pay-list li:first-child img {
  position: relative;
  top: 3px;
  max-width: 107px;
}
ul.shipping-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
ul.shipping-list h4 {
  font-size: 14px;
  margin-bottom: 5px;
}
ul.shipping-list li {
  margin-right: 9px;
  width: calc(100% / 2 - 5px);
  text-align: center;
  margin-bottom: 10px;
}
ul.shipping-list li:nth-child(2n) {
  margin-right: 0;
}
ul.shipping-list li div {
  background: #fff;
  line-height: 55px;
}
ul.shipping-list li.yamato div {
  line-height: 47px;
}
ul.shipping-list li.yamato img {
  width: 43px;
  position: relative;
  top: 10px;
}
li.sagawa img {
  width: 111px;
  position: relative;
  top: 2px;
}
.footer_guide_small &gt; li {
  width: calc(100% / 3 - 23px);
  margin-bottom: 50px;
  margin-right: 65px;
}
.footer_guide_small &gt; li:last-child {
  margin-right: 0;
}
.footer_guide_small p {
  clear: both;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 22px;
  color: #222;
}
.footer_guide_small p.circle {
  padding-left: 1em;
  text-indent: -1em;
}
.footer_guide_small p.circle::before {
  content: "";
  background: #b0a06e;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
}
.footer_guide_small p .mini {
  font-size: 15px;
}
.footer_guide_small p.bn {
  text-align: center;
}
.footer_guide_small ul.payment {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.footer_guide_small li.payment_small {
  width: 100%;
  box-sizing: border-box;
  margin: 2px 0 5px;
  padding: 8px 0;
  font-size: 14px;
  background: #fff;
  letter-spacing: 0.05em;
}
.footer_guide_small li.payment_small:nth-child(2) img {
  position: relative;
  top: 7px;
}
.footer_guide_small .payment_big {
  clear: both;
  margin: 2px 0 7px;
  box-sizing: border-box;
  padding: 5px 0;
  background: #fff;
}
.footer_guide_small .payment_big.seikyu p {
  padding: 0;
  text-align: center;
  font-size: 14px;
}
.footer_guide_small .payment_big.seikyu p span {
  font-size: 12px;
  background: #e0e0e0;
  line-height: 14px;
  padding: 3px;
  margin-right: 5px;
}
.f-button {
  display: block;
  background: #474644;
  color: #fff;
  text-align: center;
  width: 260px;
  font-size: 15px;
  line-height: 50px;
  margin: 20px auto 0;
  position: relative;
}
.f-button::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 42%;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.f-button::before {
  content: "";
  background: #fff;
  width: 26px;
  height: 1px;
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.f-button.f-mail span {
  position: relative;
}
.f-button.f-mail span::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/Kanseikukan/img/f-mail.png);
  width: 24px;
  height: 17px;
  background-size: 24px;
  display: block;
  position: absolute;
  top: 51%;
  left: -31px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.f-button.f-tel {
  text-indent: 11px;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
}
.f-button.f-tel::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/linnsakurai/img/f-tel.png);
  width: 23px;
  height: 23px;
  background-size: 23px;
  display: block;
  position: absolute;
  top: 50%;
  left: 31px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.haisou-wrap {
  margin-bottom: 20px;
}
.haisou-wrap ul {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 10px;
  margin-bottom: 10px;
}
.haisou-wrap ul li {
  padding: 0 10px;
}
.haisou-wrap li:first-child img {
  height: 16px;
}
.haisou-wrap li:nth-child(2) img {
  height: 46px;
}
.haisou-wrap li:last-child img {
  height: 22px;
}
ul.footer_guide_small .payment_big h4 {
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #000;
  font-weight: normal;
}
ul.payment_iconWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
ul.payment_iconWrap li {
  margin: 0 5px;
}
ul.footer_guide_small .payment_iconWrap {
  padding-top: 10px;
}
li.visa img {
  width: 42px;
}
li.mastercard img {
  width: 40px;
}
li.jcb img {
  width: 38px;
}
li.american img {
  width: 26px;
}
li.diners img {
  width: 35px;
}
li.rpay img {
  width: 60px;
}
li.seven img {
  width: 31px;
}
li.family img {
  width: 110px;
}
li.lawson img {
  width: 31px;
}
li.seico img {
  width: 90px;
}
li.ministop img {
  width: 38px;
}
li.gmo img {
  width: 156px;
}
li.post img {
  width: 130px;
  position: relative;
  top: 5px;
}
.payment_big.conv .payment_iconWrap {
  width: 70%;
}
ul.footer_guide_small ul.payment_iconWrap li {
  display: flex;
}
ul.footer_guide_small ul.payment h4 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  color: #222;
}
ul.footer_guide_small ul.payment_big h4 {
  margin-bottom: 10px;
}
.footer_guide_small table.cash {
  margin-top: 10px;
  margin-bottom: 5px;
  width: 100%;
  background: #fff;
}
.footer_guide_small table.cash td {
  text-align: right;
  border: 1px solid #ccc;
  padding: 5px 10px 5px 20px;
  border-left: none;
}
.footer_guide_small table.cash td.range {
  text-align: left;
  border-bottom: 1px solid #CCCCCC;
  background: #ddd;
  padding: 5px 15px 5px 10px;
  border-right: none;
  border-left: 1px solid #ccc !important;
  color: #545454;
}
td.cash-ttl {
  font-size: 14px;
  text-align-last: center;
  color: #fff;
  background: #666666;
  border: #666666 1px solid !important;
}
.kome {
  text-indent: -1em;
  padding-left: 1em;
}
.kome::before {
  content: "窶ｻ";
}
.kome.dot::before {
  content: "繝ｻ";
}
.kome.square {
  margin-left: 0;
  padding-left: 15px;
  position: relative;
  text-indent: 0;
}
.kome.square::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #aaaaaa;
  display: block;
  margin-right: 5px;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 100%;
}
.kome.no::before {
  content: "1.";
}
.kome.no.no2::before {
  content: "2.";
}
.kome.no.no3::before {
  content: "3.";
}
.ft14 {
  font-size: 14px !important;
}
.footer_guide_small .delivery {
  border: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  padding: 16px 10px;
}
.footer_guide_small .delivery li {
  margin-bottom: 0;
  padding: 0 10px;
}
.footer_guide_small p.shopname {
  font-weight: bold;
  font-size: 16px;
  padding: 0 0 10px;
}
.footer_guide_small #shopaddres {
  font-size: 15px;
}
.footer_guide_small .haisou {
  display: flex;
}
.footer_guide_small .haisou dt {
  line-height: 24px;
  background: #90745d;
  color: #fff;
  padding: 0 10px;
  margin-right: 5px;
}
#footerWrap {
  width: 100%;
  padding: 26px 0 30px;
  background: #fff;
}
#footer {
  max-width: 1200px;
  margin: 0 auto;
}
.f-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
  align-items: center;
}
.f-left {
  display: flex;
  align-items: center;
}
.f-logo {}
.f-logo img {
  height: 30px;
}
.f-logo p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
}
.f-link-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
}
#f_nav {
  overflow: hidden;
  _zoom: 1;
  display: flex;
  align-items: center;
}
#f_nav li {
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  padding: 0px 15px;
}
#f_nav li:first-child {
  padding-left: 0;
}
#f_nav li a:hover {
  text-decoration: underline;
  opacity: 1;
}
#f_nav li::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc(50% - 6.5px);
  width: 1px;
  height: 13px;
  background: #E60505;
}
#f_nav li:first-child::before {
  display: none;
}
#f_nav li a:link, #f_nav li a:visited, #f_nav li a:active {
  font-size: 12px;
}
#f_nav li a:hover {
  text-decoration: underline;
}
.f-sns {
  display: flex;
  align-items: center;
}
.f-sns a {
  margin-right: 28px;
}
.f-sns a:last-child {
  margin: 0;
}
#footerWrap ul.side-sns {
  margin-top: 0;
}
ul.f-sns {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}
ul.f-sns img {
  height: 26px;
}
ul.f-sns li {
  margin-left: 10px;
}
#f_info {
  padding: 9px 0;
  color: #fff;
  background-color: #333;
  font-size: 12px;
  text-align: center;
}
.f_info_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #595959;
}
/* 繝�く繧ｹ繝域ｮｵ關ｽ */
.footer_guide_small .pt1em {
  padding-top: 1em;
}
/* 繝�く繧ｹ繝亥承蟇�○ */
.footer_guide_small .textright {
  text-align: right;
}
/* 繝�く繧ｹ繝郁ｵ､濶ｲ */
.footer_guide_small .red {
  color: #d31840;
}
/* 繝�く繧ｹ繝亥､ｪ蟄� */
.bold {
  font-weight: bold;
}
/* 繝�く繧ｹ繝域枚蟄怜､ｧ */
.strong {
  font-size: 16px;
}
.ft20 {
  font-size: 20px;
}
.green {
  color: #00523A;
}
.footer_guide_small .haisou_big.clear {
  clear: both;
  border: 1px solid #ccc;
  margin: 2px auto 10px;
  box-sizing: border-box;
  background: #fff;
  width: 100%;
  text-align: center;
}
address {
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #E60505;
  font-style: normal;
}
.haisou_big img {
  max-width: 85%;
  height: auto;
  width /***/ : auto;
  margin: 0 5px;
}
.time-list {
  margin-top: -10px;
}
.time-list li {
  margin: 10px 0;
  font-size: 14px;
}
.time-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #c4a27a;
  display: inline-block;
  border-radius: 100%;
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.footer_guide_small .f-kome li:before {
  counter-increment: number;
  content: "窶ｻ";
}
.footer_guide_small .f-kome li {
  text-align: left;
  margin-bottom: 0;
  padding-left: 1em;
  text-indent: -1em;
}
.footer_guide_small .mail {
  background: #7c6b65;
  width: 75%;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 5px;
  margin: 0 auto;
}
.footer_guide_small .mail p {
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: relative;
  padding-bottom: 0;
  padding-left: 24px;
  line-height: 36px;
}
.footer_guide_small .mail p::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  left: 2.5em;
  background-image: url(https://gigaplus.makeshop.jp/clarenet24/img/pc/mail.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  width: 21px;
  height: 15px;
}
#f_nav img {
  padding: 0 4.5px;
}
ul.address li {
  font-size: 14px;
  letter-spacing: 0.08em;
}
.add-wrap {
  letter-spacing: 0.08em;
  font-size: 14px;
}
p.comp-name {
  font-size: 18px;
  color: #382f2d;
  font-weight: bold;
}
.call li {
  line-height: 20px;
  margin-bottom: 10px;
}
.call li::before {
  content: "TEL";
  width: 70px;
  display: inline-block;
  color: #fff;
  background: #472c21;
  text-align: center;
  margin-right: 10px;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.call li.time::before {
  content: "蝟ｶ讌ｭ譎る俣";
}
.call li.teikyu::before {
  content: "螳壻ｼ第律";
}
li.f-sns {
  display: flex;
  align-items: center;
}
li.f-sns a {
  display: block;
  margin-right: 15px;
}
p.eigyou {
  position: relative;
  top: -5px;
  text-align: center;
  color: #333;
  font-size: 14px;
  left: 5px;
}
div.f-mail-wrap {
  display: flex;
}
.calwrap {
  display: flex;
  justify-content: space-between;
}
.calwrap .calendar-wrap {
  width: 48%;
  margin-top: 0;
}
.footer_guide_small &gt; li .guide-tel {
  background: #f6f6f6;
  padding: 30px 25px;
  margin-top: 35px;
  text-align: center;
  font-size: 14px;
}
.footer_guide_small &gt; li .guide-tel h4 {
  font-size: 18px;
  color: #205293;
  font-weight: bold;
}
.footer_guide_small &gt; li .guide-tel .tel {
  color: #444444;
  font-size: 30px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  position: relative;
}
.footer_guide_small &gt; li .guide-tel .tel::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/linnsakurai/img/free-dial.png)no-repeat;
  width: 25px;
  height: 17px;
  background-size: 25px;
  display: inline-block;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.footer_guide_small &gt; li .guide-tel p {
  font-size: 14px;
  line-height: 24px;
}
.footer_guide_small &gt; li .guide-tel p.time {
  font-size: 16px;
}
@media only screen and (max-width:1024px) {
  .footer {
    width: 95%;
    display: block;
  }
  #footer_guideWrap {
    width: 100%;
  }
  .footer img {
    margin-bottom: 20px;
  }
  .footer-nav {
    display: block;
    margin-top: 20px;
  }
  .footer-nav li {
    margin-right: 0;
    margin-bottom: 16px;
  }
  #footer_guide {
    width: calc(100% - 30px);
    margin: 0 auto;
    overflow: hidden;
    padding: 0 15px 15px;
  }
  .f-link-wrap {
    flex-wrap: wrap;
  }
  .footer {
    width: 95%;
    display: block;
    padding: 44px 0 24px;
  }
  .footer img {
    margin-bottom: 20px;
  }
  #footer_guidebig {
    flex-wrap: wrap;
  }
  .footer_guide_small {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0;
  }
  .footer_guide_small &gt; li {
    margin-bottom: 55px;
    width: 100%;
    margin-right: 0;
    height: auto;
  }
  .footer_guide_small.size350 &gt; li {
    height: auto;
  }
  .payment_big.conv .payment_iconWrap {
    width: 80%;
  }
  ul.footer_guide_small:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
  .footer-nav {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    width: calc(100% - 12px);
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
  }
  .footer-nav a {
    padding: 0 10px;
  }
  .footer-nav li {
    margin-right: 0;
  }
  .footer-nav li:first-child {
    order: 3;
  }
  .footer-nav li:nth-child(2) {
    order: 1;
  }
  .footer-nav li:nth-child(3) {
    order: 2;
  }
  .footer-nav li:nth-child(4) {
    order: 4;
  }
  .daibiki {
    font-size: 14px;
  }
  .daibiki dt {
    width: 180px;
  }
  .daibiki dd {
    width: calc(100% - 242px);
  }
  #footer {
    flex-wrap: wrap;
  }
  .f_info_wrap {
    margin: 0 15px;
    flex-wrap: wrap;
  }
  #f_nav {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 30px 30px;
    order: 1;
  }
  .f_info_wrap address {
    display: none;
  }
  .f-sns {
    margin: 0 auto;
  }
  #f_nav li {
    padding: 0px 15px 10px;
  }
  #f_nav li.f-logo {
    width: 100%;
    text-align: center;
  }
  #f_nav li:first-child {
    padding-left: 0;
  }
  #f_nav li::before {
    top: calc(50% - 11.5px);
  }
  address {
    width: 100%;
    text-align: center;
    padding: 0 15px;
    font-size: 10px;
    order: 2;
  }
  .f-link-wrap {
    margin-bottom: 0;
  }
  .f-wrap {
    flex-wrap: wrap;
  }
  .f-left {
    width: 100%;
    margin-bottom: 28px;
  }
  .f-right {
    width: 100%;
  }
  ul.f-sns {
    justify-content: center;
    margin: 0 auto;
    width: 100%;
  }
  ul.f-sns li:first-child {
    margin-left: 0;
  }
  #g-nav.panelactive #g-nav-list ul.side-sns {
    margin-bottom: 200px;
  }
  ul.side-sns li img {
    width: 32.5px;
  }
  .f-link-wrap {
    flex-wrap: wrap;
  }
}
/* -----------------------------------------------------------------
   pager
----------------------------------------------------------------- */
.pager-wrap {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.pager {
  display: flex;
}
.pager li {
  margin-right: 8px;
}
.pager li:last-child {
  margin-right: 0;
}
.pager-wrap li span, .pager-wrap li a span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #f5f5f5;
  text-align: center;
  line-height: 31px;
  color: #333;
  font-size: 18px;
}
.pager-wrap li span {
  background: #e80505;
  color: #fff;
}
p.btn-next, p.btn-prev {
  position: relative;
  padding: 0 10px;
}
p.btn-next::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 18px;
  right: -17px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #e80505;
  border-right: 3px solid #e80505;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 3px;
}
p.btn-prev::after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s ease-in-out;
  top: 18px;
  left: -17px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #e80505;
  border-right: 3px solid #e80505;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  border-radius: 3px;
}
/* -----------------------------------------------------------------
   detail
----------------------------------------------------------------- */
.itemImgSlide .slick-dots li button:before {
  width: 4px !important;
  height: 4px !important;
  content: "" !important;
  background: #000 !important;
  border-radius: 100% !important;
}
.itemImgSlide .slick-next, .itemImgSlide .slick-prev {
  z-index: 1;
}
.itemImgSlide .slick-prev {
  left: 25px !important;
}
.itemImgSlide .slick-next {
  right: 25px !important;
}
.itemImgSlide .slick-next:before {
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: "" !important;
}
.slick-prev:before {
  content: "" !important;
  left: 3px;
  width: 14px;
  height: 14px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
}
p.quantity-label {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 9px;
}
input#quantity {
  height: auto;
  white-space: normal;
  max-width: 100px;
  min-height: 2.1em;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 1em;
  line-height: normal;
  word-break: normal;
  background-repeat: no-repeat;
  background-position: right .35em center;
  background-size: auto;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 4px 6px;
  border-radius: 4px;
  color: #555;
  vertical-align: middle;
  margin-bottom: 10px;
}
.item-quantity {
  font-size: 12px;
  margin: 0 0 25px 0;
}
a.btn.cart-btn.item-btn {
  font-size: 12px;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  width: 100%;
  letter-spacing: 0.06em;
  border: 0px;
  opacity: 1;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  background: #e80505 !important;
}
a.btn.cart-btn.item-btn:hover {
  color: #e80505 !important;
  background: #ffffff !important;
}
.soldout.item-btn {
  font-size: 12px;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  width: 100%;
  letter-spacing: 0.06em;
  border: 0px;
  opacity: 1;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  color: #e80505 !important;
  background: #ffffff !important;
  border: 1px solid #000000 !important;
}
a.btn.restock-btn.item-btn {
  font-size: 12px;
  padding: 15px 0;
  text-align: center;
  cursor: pointer;
  width: 100%;
  letter-spacing: 0.06em;
  border: 0px;
  opacity: 1;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  border: 1px solid #000000 !important;
  color: #e80505 !important;
  background: #ffffff !important;
}
.item-btn-wrap {
  margin-bottom: 40px;
}
.main-image {
  padding: 0px 50px;
  text-align: center;
  height: 450px;
  margin-bottom: 60px;
}
img.item-image {
  height: 450px;
}
a#postageOpen {
  display: inline;
}
#postageOpen:hover {
  text-decoration: none;
}
@media only screen and (max-width:1024px) {
  .main-image {
    padding: 0;
    height: auto;
    width: 100%;
  }
  img.item-image {
    height: auto;
    width: 100%;
  }
}
/* -----------------------------------------------------------------
   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: #F5F5F5;
  padding: 7px 12px;
  text-align: center;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  font-size: 16px;
  font-weight: normal;
}
.cart-list-table th:first-child {}
.cart-list-table th:nth-child(2) {
  width: 200px;
}
.cart-list-table th:nth-child(3) {
  width: 200px;
}
.cart-list-table th:last-child {
  width: 50px;
}
.cart-list-table tbody td {
  vertical-align: middle;
  padding: 20px;
  text-align: center;
}
.cart-list-table tbody td:first-child {
  display: flex;
}
.cart-list-table tbody td.item-cart-price {
  font-size: 18px;
  color: #D3243A;
}
.cart-list-table tbody td.item-cart-price span.yen {
  font-size: 13px;
}
.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;
  margin-bottom: 8px;
}
.item-cart-price {
  font-size: 24px;
}
.item-cart-quantity input {
  width: 55px;
  height: 36px;
  border: 1px solid #ccc;
  margin-right: 5px;
  padding: 6px;
  color: #555;
  border-radius: 4px;
}
td.item-cart-quantity a {
  display: inline-block;
  width: 50px;
  padding: 7px 0px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #000000;
  background: #e80505;
  font-size: 12px;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
td.item-cart-quantity a:hover {
  color: #e80505;
  background: #ffffff;
}
.item-cart-delete {
  float: right;
}
.item-cart-delete a {
  width: 30px;
  height: 30px;
  display: block;
}
.item-cart-subtotal {
  font-size: 24px;
  font-weight: bold;
}
.cart-total {}
.cart-total td {
  display: table-cell !important;
  text-align: right !important;
}
.cart-total .cart-total-title {
  text-align: right;
  font-size: 20px;
  font-weight: bold;
}
.cart-total .cart-total-price {
  font-size: 32px;
  margin-bottom: 6px;
}
.cart-total .cart-total-price span {
  font-size: 14px;
  margin-right: 100px;
}
.cart-total .cart-total-price span.tax {
  margin-right: 0;
  font-size: 24px;
  color: #D3243A;
}
.cart-total .cart-total-point {
  font-size: 14px;
}
.cart-total .cart-bulk {
  margin-top: 6px;
  font-size: 12px;
}
td.cart-total-price-wrap {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px !important;
}
.cart-button-wrap {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-button-wrap li.cart-back-button a {
  display: block;
  width: 240px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.05em;
  position: relative;
  background: #f5f5f5;
  color: #e80505;
}
.cart-button-wrap .cart-button a {
  width: 295px;
  display: inline-block;
  border-radius: 5px;
  line-height: 60px;
  position: relative;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  border: 1px solid #000000;
  background: #e80505;
  cursor: pointer;
  letter-spacing: 0.06em;
  opacity: 1;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.cart-button-wrap .cart-button a:hover {
  color: #e80505 !important;
  background: #ffffff !important;
}
@media only screen and (max-width:1024px) {
  .cart {
    margin-bottom: 40px;
  }
  .cart-section-title {
    padding-top: 0;
  }
  .free-shipping-wrap {
    text-align: left;
  }
  .cart-list-table {
    width: calc(100% - 30px);
    margin: 30px 15px 0;
    padding: 0;
    border-top: 1px solid #eee;
  }
  .cart-list-table th {
    display: none;
  }
  .cart-list-table tbody td {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 6px;
    text-align: left;
  }
  .cart-list-table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
  .cart-list-table tbody td:first-child {
    width: 100%;
    padding-top: 20px;
  }
  .item-cart-quantity {
    padding-left: 92px !important;
    text-align: left;
  }
  .item-cart-price {
    text-align: left !important;
    padding-left: 92px !important;
  }
  .item-cart-subtotal {
    text-align: right;
  }
  .item-cart-price {
    font-size: 16px;
    text-align: right;
  }
  .item-cart-quantity input {
    margin-right: 8px;
  }
  .item-cart-delete {
    margin-bottom: 15px;
  }
  .item-cart-delete span {
    font-size: 14px;
    font-weight: normal;
    color: #6d6d6d;
    text-decoration: underline;
  }
  .cart-total {
    display: flex;
  }
  .cart-total-title {
    margin: 0 !important;
  }
  .cart-button-wrap {
    flex-wrap: wrap;
    width: 75%;
    margin: 40px auto;
  }
  .cart-button-wrap li {
    width: 100%;
  }
  .cart-button-wrap .cart-back-button {
    order: 1;
  }
  .cart-button-wrap .cart-button a {
    width: 100%;
  }
  .cart-button-wrap .cart-back-button a {
    width: 100%;
    position: relative;
    margin: 15px auto;
    font-weight: bold;
  }
  .cart-button-wrap .cart-back-button a:before {
    display: none;
  }
  .cart-total-price-wrap {
    text-align: right;
  }
  .cart-button-wrap .cart-button a {
    width: 100%;
  }
  .cart-total .cart-total-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cart-total .cart-total-price span {
    margin-right: 0;
  }
  .cart-total .cart-total-price span.tax {
    font-size: 20px;
  }
}
/* -----------------------------------------------------------------
   review
----------------------------------------------------------------- */
.relatedItems ul li.review-list-unit {
  width: 100% !important;
  float: unset !important;
  padding: 2%;
  border: 1px solid #000;
  margin-bottom: 2%;
}
.item-review-detail {
  margin-bottom: 60px;
}
.item-review-detail h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
.item-review-list li {
    width: 100% !important;
    float: unset !important;
    padding: 2%;
    border: 1px solid #000;
    margin-bottom: 2%;
}
.item-review-list-link {
  margin-bottom: 30px;
  font-size: 12px;
}
.item-review-list-link a {
  text-decoration: underline;
}
.item-review-list-link a:hover {
  text-decoration: none;
}
.review-list-unit .review-list-name {
  margin-bottom: 12px;
}
.review-list-unit .star-score {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.review-list-unit .review-star {
  margin-right: 6px;
}
.review-list-unit .review-list-date {
  font-size: 12px;
  color: #B5B5B5;
  margin: 12px 0;
}
.review-list-unit .review-list-content {
  font-size: 12px;
}
.reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #FFA41C;
	letter-spacing: 0;
}
.reviewRateStar::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-size: 12px;
  font-weight: 900;
}
.starOff::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f005";
  font-weight: 400;
}
.starHalf::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f5c0";
}
.review-post {
  margin-top: 40px;
}
.review-post {
  text-align: center;
}
.review-post a {
  margin: 0 auto;
  padding: 15px 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  transition: all .5s ease;
  z-index: 2;
  position: relative;
  width: 260px;
  height: 100%;
  color: #ffffff !important;
  border: 1px solid #000000 !important;
  background: #e80505 !important;
}
.review-post a:hover {
  color: #e80505 !important;
  background: #ffffff !important;
  opacity: 1;
}
.review-post a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f304";
  font-size: 16px;
  font-weight: 900;
  padding-right: 10px;
  color: fff;
}
.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;
}
@media only screen and (max-width:1024px) {
  .relatedItems ul li.review-list-unit {
    padding: 6%;
  }
  .review-category-title {
    margin-bottom: 20px;
  }
  .item-review-list li {
	  padding:6%;
  }
  .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%;
  }
}</pre></body></html>