@charset "UTF-8";
/* -----------------------------------------------------------------
   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%;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
    color: #000;
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-optical-sizing: auto;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
    font-weight: 400;
}
body.overflow-hidden{
 height: 100%;
 overflow: hidden;
}
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;
  -webkit-text-size-adjust: 100%;
}
table td {
  vertical-align: top;
}
p, div {
  word-break: break-all;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #333333;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
a:hover {
  /* opacity: 0.7; */
}
b, strong {
  font-weight: 700;
  color: red;
}
input[type="text"], select {border: none;padding: 2px;font-size: 16px;}
input::placeholder {
  color: #B5B5B5;
  font-size: 12px;
}
pre {
  white-space: pre-wrap;
}
.content-inner {
  width: 96%;
  max-width: 1030px;
  margin: 0 auto;
}
@media screen and (max-width:768px) {
  /*各デバイス非表示設定*/
  .sp_no {
    display: none !important;
  }
  img {
    max-width: 100%;
    width: auto !important;
    height: auto;
  }
}
@media print, screen and (min-width:769px) {
  /*各デバイス非表示設定*/
  .pc_no {
    display: none !important;
  }
}
/* -----------------------------------------------------------------
   header
----------------------------------------------------------------- */
header {
  width: 100%;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.header-description {
    font-size: small;
    background: #bba780;
    color: #fff;
    padding: .2em 0;
    position: relative;
    z-index: 103;
    font-weight: 700;
}
header .top-nav {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 1em auto;
  position: relative;
}
header .header-menu {
    position: absolute;
    right: 0;
    top: 0;
}
header .header-logo-wrap {
  display: flex;
}
header .header-logo {
  margin-right: 1em;
}
header .header-logo span {
  font-size: 0.8rem;
  display: block;
  text-align: left;
}
header .header-logo img {
  max-height: 78px;
  max-width: 280px;
}
header .header-search{
  width: 61%;
  margin: 0 0 0 auto;
}

.gnav {
  display: flex;
  align-items: center;
  margin-bottom: .5em;
}
.gnav li a {display: flex;align-items: center;margin-left: 15px;padding-left: 10px;}
.gnav li img {
  margin-right: .5em;
}
.gnav .sns a {
  background: none;
}
.gnav .account {
  font-size: 14px;
}
.gnav .account:last-child {
  margin-right: 16px;
}
.header-favorite a:before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/header/fav-on.svg) no-repeat;
  width: 22px;
  height: 22px;
  display: block;
}
.header-cart {
  position: relative;
}
.header-cart .cart-count {
  position: absolute;
  right: -10px;
  top: -15px;
  background: #F23E0C;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}
.sp_toggle {
  display: none;
}
/* メニューを開いたとき */
.toggleWrap.active {
  right: 0;
}
.menu-container {
    width: 100%;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fafafa;
}
.menu-mobile {
  display: none;
  padding: 20px;
}
.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

.menu-container {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
}

.global-nav {
  max-width: 1100px;
  margin: 0 auto;
}

.nav-main-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-item {
  flex: 1;
  text-align: center;
}

.nav-link {
  display: block;
  padding: 18px 10px;
  color: #333;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
  transition: background-color 0.3s;
}

.nav-link span {
  display: block;
  font-size: 10px;
  color: #999;
  font-weight: normal;
  margin-top: 2px;
}

.nav-link:hover {
  background-color: #f9f9f9;
}

.mega-menu-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  border-top: 2px solid #c5a880; 
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

/* ホバー時に表示 */
@media (min-width: 769px) {
  .nav-item.has-mega:hover .mega-menu-content {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
}

.mega-menu-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 40px;
  box-sizing: border-box;
}
.mega-category-wrap .mega-menu-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  align-items: start;
}

.global-category-list {
  text-align: left;
}

.global-category-ttl {
  font-size: 1rem;
  font-weight: bold;
  color: #444;
  padding: 0 0 10px 8px;
  margin: 0 0 5px 0;
  border-bottom: 2px solid #eee;
}

.global-category {
  list-style: none;
  padding: 0;
  margin: 0;
}
.global-category li a {
  display: block;
  padding: 6px 0;
  color: #666;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
}
.global-category li a:before{
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #000000;
  transition: transform 0.3s ease;
  margin-right: 5px;
  margin-left: 1em;
}
.global-category li a:hover {
  color: #c5a880;
  text-decoration: underline;
}
.manufacturer-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 15px 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.manufacturer-grid li a {
  display: block;
  padding: 10px;
  border: 1px solid #eee;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  border-radius: 4px;
}

.manufacturer-grid li a img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 6px;
}

.manufacturer-grid li a span {
  display: block;
  font-size: 11px;
  color: #444;
  font-weight: bold;
  text-align: center;
}

.manufacturer-grid li a:hover {
  border-color: #c5a880;
  box-shadow: 0 3px 8px rgba(197, 168, 128, 0.15);
}
@media (max-width: 768px) {
  .global-nav {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  header .header-mark {
    display: none;
  }
  header .header-menu {
    justify-content: space-around;
    margin-bottom: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    background: #fff;
    height: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  header .header-description{
   position: fixed;
   width: 100%;
   top: 0;
 }
  header .header-logo {
    position: fixed;
    z-index: 102;
    top: 35px;
    left: 10px;
  }
  header .header-logo img {
    max-width: 100%;
    max-height: 57px;
  }
  .header {
    padding: 0;
    position: relative;
    background: #fff;
  }
  .header .top-nav {
    flex-direction: column-reverse;
  }
  #g-nav {
    width: 100%;
  }
  #g-nav.panelactive {
    right: 0;
  }
  #g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .gnav .sns {
    display: none;
  }
  .gnav .account {
    display: none;
  }
  .gnav .gnav-menu {
    display: none;
  }
  .global-nav {
    display: none;
  }
}
.container {
  padding: 0 0 50px;
  width: 1100px;
  margin: 0 auto;
  display: flex;
}
.top-subBnr {
  margin-bottom: 30px;
}
.top-subBnr ul, .sp-banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner-area, .banner-area02 {
  margin-bottom: 2em;
  text-align: center;
}
.banner-area::after {
  content: "";
  display: block;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .sp-banner .side{
    width: 100%;
  }
  .sp-banner ul li {
    width: calc(100% / 2 - 2%);
    margin: 1%;
  }
  .banner-area {
    display: block;
    width: 100%;
    text-align: center;
  }
  .banner-area img {
    width: 96%;
    max-width: 100%;
    margin: 0 auto 6px;
  }
  .contents {
    width: 96%;
    margin: 0 auto;
  }
  .container {
    display: block;
    padding: 0;
    width: 100%;
  }
}
/* -----------------------------------------------------------------
   検索窓
----------------------------------------------------------------- */
section.search {
  margin-bottom: 1em;
}
.searchForm {
  width: 100%;
  margin: 0;
  max-width: none;
}
.searchForm .searchForm__inner {position: relative;height: 40px;background: #FFF;display: flex;align-items: center;}
.searchForm input[type="text"] {padding: 10px 45px 10px 14px;background: transparent;border: none;line-height: 1;width: 100%;display: block;font-size: 16px;color: #1B1B1B;transform: scale(1);transform-origin: center left;height: 40px;}
.searchForm .searchForm__submit {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  line-height: 1;
  padding: 0 6px;
}
.searchForm .searchForm__submit img {
  margin-right: 15px;
  width: 22px !important;
  height: 22px !important;
}
.searchForm.searchFormA .searchForm__inner, .searchForm.searchFormC .searchForm__inner {
  border-radius: 5px;
  border: 1px solid #ccc !important;
}
.searchForm.searchFormA .searchForm__inner input[type="text"], .searchForm.searchFormC .searchForm__inner input[type="text"] {
}
.searchForm.searchFormB .searchForm__inner {
  border-radius: 5px;
  margin: .5em 0 1em;
  border: 1px solid #ccc !important;
}
.searchForm.searchFormB .searchForm__inner input[type="text"] {
  border-radius: 100px;
}
.searchForm.searchFormC .searchForm__inner {}
.searchForm.searchFormD .searchForm__inner {
    width: 100%;
}
.searchForm.searchFormD .searchForm__inner input[type="text"] {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
}
.searchForm.searchFormE {
  border-bottom: 1px solid #dfdfdf;
}
.searchForm i.material-icons {
  color: #1b1b1b;
}
.searchForm input[type="text"]:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 768px) {
  .search-sp {
    padding: 15px;
    background: #FAF9F5;
    margin-top: 70px;
  }
}
/* -----------------------------------------------------------------
   TOP見出し
----------------------------------------------------------------- */
.ttl {
  color: #444;
  font-weight: 700;
  line-height: 1.4;
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 0 .5rem;
  text-align: center;
  margin-bottom: 1.5em;
}
.ttl:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 20px);
  width: 40px;
  height: 5px;
  content: '';
  border-radius: 3px;
}
.ttl-smrg {
  padding-top: 0;
}
.ttl-smrg:before {
  background: #65d6df;
}
.ttl-ppl:before {
  background: #e496ef;
}
.ttl-pnk:before {
  border-bottom: 5px solid #ffbbc8;
}
.ttl-yel:before {
  border-bottom: 5px solid #f1dc1f;
}
.ttl-brn:before {
  border-bottom: 5px solid #CCBD9E;
}
.ttl span {
  display: block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .ttl {
    font-size: 1.4rem;
  }
}
/* -----------------------------------------------------------------
   中ページ見出し
----------------------------------------------------------------- */
.page-header-title {
  font-size: 1.8rem;
  margin-bottom: 1em;
  line-height: 1.4;
  text-align: left;
  padding: 0;
  background: none;
  text-shadow: none;
  color: #000;
}

@media screen and (max-width: 768px) {
  .page-header-title {
  font-size: 1.6rem;
  text-align: center;
  }

}
/* -----------------------------------------------------------------
   共通パーツ＆フリーページパーツ
----------------------------------------------------------------- */
.main-section {
  margin-bottom: 3em;
}
.graybox {
  margin: 0 auto 1rem;
  padding: 0 2rem 1rem 2rem;
  width: 90%;
  font-size: 1rem;
  color: #222;
  background: #fafafa;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.01rem;
  text-align: left;
}
.graybox a {
  font-weight: 700;
  display: inline-block;
  padding: 0.1em 0.3em;
  transition: all .3s;
}
.graybox a:hover {
  color: #fff;
  background-color: #00BCD4;
}
.title {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}
.youtube iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}
/* -----------------------------------------------------------------
   side
----------------------------------------------------------------- */
.side {
  width: 210px;
  margin: 0 40px 0 0;
}
div.toggleWrap {
  height: auto !important;
}
.side-section > ul li {
  border-bottom: 1px dotted #c9c9c9;
}
.search-price {
  width: 36%;
  margin-right: 4px;
}
.side-section li {
  border-bottom: none;
}
.side-section li ul li {
  border-bottom: 1px dotted #c9c9c9;
}
.side-section li:last-child {
  border-bottom: none;
}
.sp-side-section {
  display: none;
}
.side-banner {
  margin-top: 30px;
}
.side-banner img {
  max-width: 100%;
  width: 100%;
}
.side-banner li {
  margin-bottom: 10px;
}
.side-category-item {
  border-bottom: 1px solid #ccc;
}
.side-category-item:nth-child(2), .side-category-item:nth-child(3), .side-category-item:nth-child(4).side-category-item:nth-child(5) {
  border: none;
}
.side-category-item:nth-child(7), .side-category-item:nth-child(8), .side-category-item:nth-child(9), .side-category-item:nth-child(10), .side-category-item:nth-child(11), .side-category-item:nth-child(12), .side-category-item:nth-child(13) {
  display: none;
}
.category-list-title {
    display: block;
    text-align: center;
    background: #bba780;
    padding: 10px 8px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    pointer-events: none;
}
.side-category-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  display: inline-block;
  position: relative;
  font-size: 0.9rem;
}
.side-category-item:nth-child(1) a:before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/category/icon_all.svg) no-repeat center center;
  width: 31px;
  height: 21px;
  background-size: 31px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
/*
.side-category-item:nth-child(2) a:before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/category/icon_sale.png) no-repeat center center;
  width: 30px;
  height: 34px;
  display: inline-block;
  background-size: 30px;
  vertical-align: middle;
  margin-right: 5px;
}
*/
.side-category-item-2 .child-item:before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background-size: cover;
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.side-category-item-2 .child-item[href*="ct345"]:before {
  /*川島織物*/
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/category/icon_kawashima.png) no-repeat center center;
  background-size: 22px;
}
.side-category-item-2 .child-item[href*="ct301"]:before {
  /*サンゲツ*/
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/category/icon_sangetsu.png) no-repeat;
  background-size: cover;
  width: 29px;
  height: 34px;
}
.side-category-item-2 .child-item[href*="ct305"]:before {
  /*シンコール*/
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/category/icon_sincol.png) no-repeat;
  background-size: cover;
  width: 29px;
  height: 30px;
}
.side-category-item-2 .child-item[href*="ct325"]:before {
  /*3M*/
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/category/icon_3m.png) no-repeat center center;
  background-size: 32px;
}
.side-category-item-2 .child-item[href*="ct326"]:before {
  /*セキスイ*/
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/category/icon_sekisui.png) no-repeat center center;
  background-size: 30px;
}
.side-category-item-2 .child-item[href*="ct303"]:before {
  /*東リ*/
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/category/icon_toli.png) no-repeat center center;
  background-size: 30px;
}
.side-category-item-2 .child-item[href*="ct306"]:before {
  /*トキワ*/
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/category/icon_tokiwa.png) no-repeat center center;
  background-size: 29px;
}
.side-category-item-2 .child-item[href*="ct302"]:before {
  /*リリカラ*/
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/category/icon_lilycolor.png) no-repeat center center;
  background-size: 32px;
}
.side-category-item-2 .child-item[href*="ct304"]:before {
  /*ルノン*/
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/category/icon_runon.png) no-repeat center center;
  background-size: 29px;
}
.side-category-item-2 .child-item[href*="ct554"]:before {
  /*タキロン*/
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/category/icon_takiron.png) no-repeat center center;
  background-size: 30px;
}
.side-category-item-2 .child-item[href*="ct631"]:before {
  /*アイカ*/
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/category/icon_aika.png) no-repeat center center;
  background-size: 30px;
}
.side-category-item-2 .child-item[href*="ct641"]:before {
  /*その他メーカー*/
  /* background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/icon_tree.png) center center no-repeat; */
  /* background-size: 10px; */
}
*/ .close {
  display: none;
}
.side-contact li {
  margin-bottom: 16px;
}
.calendar-wrap {
  box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
}
.calendar-title {
  padding: 8px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 4px;
  font-size: 1rem;
}
.calendar-title dt {
  margin-right: 6px;
}
.makeshop-calendar1, .makeshop-calendar2 {
  width: 100%;
  border-collapse: inherit;
  padding: 8px;
}
.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;
  font-size: 1rem;
}
.makeshop-calendar1 tbody tr td, .makeshop-calendar2 tbody tr td {
  padding-bottom: 2px;
  height: auto !important;
  font-size: 1rem;
}
.makeshop-calendar1 .today {
  background: #F23E0C;
  color: #fff;
  height: auto;
}
.this-month {
  background: #d0bc1d;
}
.next-month {
  background: #d0bc1d;
}
.saturday {
  color: #006BED;
}
.sunday {
  color: #F23E0C;
}
td.saturday {
  background-color: #EEAEBA;
}
td.sunday {
  background-color: #EEAEBA;
}
@media screen and (min-width: 769px) {
  .side {
    height: 100% !important;
  }
}
@media screen and (max-width: 768px) {

  .sp_cart {
    display: block;
    position: fixed;
    right: 80px;
    top: 17px;
    text-align: center;
    width: 54px;
    padding: 6px 0;
    background: rgb(255, 255, 255);
    color: #000000;
    font-size: 12px;
    z-index: 102;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    line-height: 1;
  }
  .sp_cart img {
    display: block;
    margin: 0 auto;
  }
  .sp_toggle {
    display: block;
    position: fixed;
    right: 10px;
    top: 35px;
    text-align: center;
    width: 54px;
    padding: 9px 0 6px;
    background: rgb(255, 255, 255);
    color: #000000;
    font-size: 12px;
    z-index: 102;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    line-height: 1;
  }
  .sp_toggle span {
    display: block;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 2px;
  }
  .sp_toggle img {
    width: 30px !important;
    margin-bottom: 3px;
  }
  .fixed div.toggleWrap {
    right: 0;
  }
  .fixed .sp_toggle {
    position: fixed;
    text-align: right;
    width: 100%;
    height: 100%;
    margin: 0;
    top: 0;
    right: 0;
    background: rgba(2, 2, 2, 0.4);
    border: none;
  }
  .fixed .toggleWrap {
    right: -5px;
  }
  .toggleWrap {
    position: fixed;
    width: 100%;
    overflow: auto;
    top: 0;
    right: -100%;
    background: #ffffff;
    box-shadow: -3px 0 3px rgba(0, 0, 0, 0.2);
    z-index: 99;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0;
    padding: 0 0 150px 10;
    height: 100vh;
  }
  .toggleWrap .search-sp{
    margin-top: 100px;
  }
  .sp-side-section .sp-gnav li {
    list-style: none;
    max-width: 50%;
    flex: 0 0 50%;
  }
  .sp-side-section .sp-gnav li img {
    margin-right: 5px;
  }
  .sp-side-section .sp-gnav li:last-child {
    width: 100%;
  }
  .sp-side-section .sp-gnav li a {
    background: #fff;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
    padding: 13px 15px;
    display: -ms-flex;
    display: flex;
    align-items: center;
  }
  .sp-side-section .sp-gnav li a:nth-child(odd) {
    border-right: 1px solid #dfdfdf;
  }
  .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: #000000 !important;
    text-align: left;
  }
  .category-list-title, .side-category-item {
    border-bottom: 1px solid #ccc;
    color: #fff;
    text-align: center;
  }
  .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;
  }
}
/* -----------------------------------------------------------------
   check
----------------------------------------------------------------- */
.checked-contents {
  padding-bottom: 60px;
}
.checked-item-list {
  display: flex;
  flex-wrap: wrap;
}
.checked-item-list li {
  width: calc(100% / 4 - 2%);
  position: relative;
  margin: 1%;
}
.checked-item-list li:last-child {
  margin-right: 0;
}
.checked-item-list li img {
  width: 100%;
}
/* -----------------------------------------------------------------
   main
----------------------------------------------------------------- */
.main {
  width: calc(100% - 210px - 40px);
}
.detail .main {
  width: 100%;
}
.main-visual {
  margin-top: 20px;
  overflow: hidden;
  margin: 1em 0 4em 0;
}
/* 初期スタイル */
.main-visual .mainSlider {
  opacity: 0; /* 表示を隠す */
  transition: opacity 0.3s ease; /* なめらかに表示させる */
}
/* スライダー準備完了後 */
.main-visual ul.slick-initialized {
  opacity: 1; /* 表示 */
}
.main-visual img {
  width: auto !important;
  height: auto !important;
  padding: 10px;
  margin: 0 auto;
}
h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
h2 span {
  font-size: 0.9rem;
  margin-left: 8px;
}
.shop-comment {
  margin-bottom: 40px;
}
.item-list {
  display: flex;
  flex-wrap: wrap;
}
.item-list li {
  width: calc(100% / 4 - 2%);
  margin: 0 1% 4%;
  position: relative;
}
.item-list li:nth-child(4n) {
  margin-right: 0;
}
.item-list li img {
  width: 179px;
  height: 179px;
  object-fit: cover;
  position: relative;
}
.ranking-icon {
  text-align: center;
  color: #333333;
  text-indent: 100%;
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.rank-1 {
  background: url(/images/original_design_default/samplesource/3/rankIcon1.png) no-repeat center;
}
.rank-2 {
  background: url(/images/original_design_default/samplesource/3/rankIcon2.png) no-repeat center center;
}
.rank-3 {
  background: url(/images/original_design_default/samplesource/3/rankIcon3.png) no-repeat center;
}
.rank-4 {
  background: url(/images/original_design_default/samplesource/3/rankIcon4.png) no-repeat center;
}
.rank-5 {
  background: url(/images/original_design_default/samplesource/3/rankIcon5.png) no-repeat center;
  width: 17px;
  height: 17px;
}
.item-icon {
  margin: 3px 0;
}
.item-icon ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item-icon ul li {
  width: auto;
  margin: 0 0.5%;
}
.item-icon ul li img {
  width: auto;
  height: auto;
}
.item-icon p {
  padding: 0 3px;
}
.item-icon .item-soldout {
  background: #B5B5B5;
}
.item-icon .item-sale {
  background: #F23E0C;
}
.item-category {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.4;
}
.item-name a {
  display: -webkit-box; /* Flexboxに似たレイアウトモード */
  -webkit-box-orient: vertical; /* 縦に配置 */
  -webkit-line-clamp: 4; /* 2行で切り詰め */
  overflow: hidden; /* コンテンツがはみ出さないようにする */
  text-overflow: ellipsis; /* 省略記号「...」を表示 */
  line-height: 1.4;
  font-size: 0.9rem;
}
.original-price {
  text-decoration: line-through;
}
.item-sale-price {
  color: #F23E0C;
}
.item-list-review {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-size: 0.9rem;
}
.item-list-review .item-list-review-rate {
  margin: 0 6px;
}
.sliderArea {
  background: #fff;
  overflow: hidden;
}
.sliderWide {
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.sliderWide .slick-arrow {
  opacity: 0;
  transition-duration: 0.3s;
}
.sliderWide:hover .slick-arrow {
  opacity: 1;
}
.slider {
  max-width: 280px;
  margin: 0 auto;
  padding: 0;
}
.slider .slick-list {
  overflow: visible;
}
.slider .slick-slide {
  padding: 0 10px;
  opacity: .5;
  transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
  opacity: 1;
}
.slider .slick-slide a {
  display: block;
}
.slider .slick-slide a:hover {
  display: block;
  opacity: .7;
}
.slider img {
  height: auto;
  width: 100%;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-dots {
  bottom: -33px;
}
@media screen and (max-width: 768px) {
  .main {
    width: 100%;
  }
  .main-visual {
    margin: 10px;
  }
  .item-list li {
    width: calc(100% / 2 - 2%);
    margin: 0 1% 4%;
  }
  .item-name a {
    font-size: 0.9rem;
  }
  .item-list li img {
    width: 200px;
    height: 200px;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 3em !important;
  }
  .item-list .slick-slide {
    margin: 0 10px !important;
  }
  .ranking {
    overflow: hidden;
  }
  .ranking .slick-slide a img {
    width: 360px;
    height: 360px;
  }
}
/* -----------------------------------------------------------------
   footer
----------------------------------------------------------------- */
#pageTop {
  bottom: 20px;
  position: fixed;
  right: 20px;
  display: none;
  z-index: 999999;
}
#pageTop a {
  display: block;
}
#pageTop a:hover {
  opacity: 10;
}
.ttl-footer {
text-align: center;
    color: #000000;
    font-weight: 700;
    padding: 10px 8px;
    font-size: 1.8rem;
}
.ttl-footer span {
  display: block;
  padding: 0;
  margin: 0;
  color: #666;
  font-size: 1rem;
}

.ttl-footer img {
  display: block;
  margin: 0 auto;
}
footer {
  clear: both;
  width: 100%;
}
.footerMenu {
  background: #fff;
  font-size: 14px;
  box-shadow: 0 0 5px #999;
  margin-top: 15px;
}
.footerMenu li {
  border-bottom: 1px solid #d6d6d6;
}
.footerMenu li a {
  display: block;
  padding: 15px;
  background: #fff;
}
.footerMenu li span {
  background: url(/smartphone/images/icon_arrow_gray.png) no-repeat right center;
  display: block;
  padding-right: 10px;
  -webkit-background-size: 14px 14px;
  background-size: 14px 14px;
}
.footer-guide {
  width: 1030px;
  margin: 0 auto;
}
.footer-guidebig {
  display: flex;
  flex-wrap: nowrap;
  margin-top: -10px;
}
.footer-guide-small {
  width: calc(100% / 3 - 20px);
  margin: 0 10px;
  padding-left: 10px;
}
.footer-guide-small .noteList {
  padding: 10px 0;
}
.footer-guide-small ol.noteList li {
  text-align: left;
  padding-left: 2.5em;
  text-indent: -2.5em;
}
.footer-guide-small p.text {
  margin-bottom: 10px;
}
.footer-guide-small .noteList li span {
  padding-right: 0.5em;
  font-weight: 700;
}
.footer-guide-small .deliveryList {
  overflow: hidden;
  width: 100%;
  margin: 10px 0 5px;
}
.footer-guide-small .deliveryList li {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 50px;
  height: 40px;
  margin-left: 7px;
}
.footer-guide-small .deliveryList .yamato {
  background: url(//gigaplus.makeshop.jp/kaitendaiko/img/yamato.png) no-repeat;
}
.footer-guide-small .deliveryList .sagawa {
  background: url(//gigaplus.makeshop.jp/kaitendaiko/img/sagawa.png) no-repeat;
}
.footer-guide-small .textright {
  text-align: right;
  margin: 10px 0;
}
.footer-guide-small .textright a {
  font-weight: 700;
  color: #0066c0;
  text-decoration: underline;
}
.footer-guide-small p#shopaddres {
  line-height: 1.5;
  margin-bottom: -5px;
}
.paymentList.bank, .cardList, .convenienceList {
  margin-top: 8px;
  padding: 4px 0;
  overflow: hidden;
  width: 95%;
  padding-left: 5px;
  border: 2px solid #CFCFCF;
  border-radius: 0.5em;
  position: relative;
  text-align: center;
}
.paymentList.bank:before, .cardList:before, .convenienceList:before {
  font-weight: 700;
  position: absolute;
  right: 10px;
  top: 4px;
}
.paymentList.bank:before {
  content: "※1";
  color: #ff0000;
}
.convenienceList:before {
  content: "※2";
  color: #ff0000;
}
.paymentList.bank li {
  display: inline-block;
  margin: auto;
  padding: 5px;
  font-weight: 700;
  color: #666;
}
.cardList li, .convenienceList li {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  height: 38px;
  margin-right: 5px;
}
.cardList .visa {
  background: url(//gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/visa.jpg) no-repeat;
  width: 45px;
}
.cardList .master {
  background: url(//gigaplus.makeshop.jp/kaitendaiko/img/master.png) no-repeat;
  width: 43px;
}
.cardList .jcb {
  background: url(//gigaplus.makeshop.jp/kaitendaiko/img/jcb.png) no-repeat;
  width: 45px;
}
.cardList .amex {
  background: url(//gigaplus.makeshop.jp/kaitendaiko/img/amex.png) no-repeat;
  width: 43px;
}
.cardList .diners {
  background: url(//gigaplus.makeshop.jp/kaitendaiko/img/diners.png) no-repeat;
  width: 50px;
}
.cardList .amazonpay {
  background: url(https://gigaplus.makeshop.jp/haroharo86/img/logo_amazonpay-primary-fullcolor-positive.png) no-repeat center center;
  width: 50%;
  background-size: contain;
  margin: 15px auto;
  float: none !important;
}
.cardList .paypay {
  background: url(https://gigaplus.makeshop.jp/haroharo86/paypay_1_rgb.png) no-repeat center center;
  width: 70%;
  background-size: cover;
  margin: 15px auto;
  float: none !important;
}
.convenienceList .seven {
  background: url(//gigaplus.makeshop.jp/kaitendaiko/img/seven.png) no-repeat center center;
  width: 40px;
}
.convenienceList .lawson {
  background: url(//gigaplus.makeshop.jp/kaitendaiko/img/lawson.png) no-repeat center center;
  width: 50px;
}
.convenienceList .famima {
  background: url(//gigaplus.makeshop.jp/haroharo86/guide/famima.png) no-repeat center center;
  width: 50px;
}
.convenienceList .seico {
  background: url(//gigaplus.makeshop.jp/kaitendaiko/img/seico.png) no-repeat center center;
  width: 50px;
}
.convenienceList .daily {
  background: url(//gigaplus.makeshop.jp/kaitendaiko/img/daily.png) no-repeat;
  width: 30px;
}
.convenienceList .minist {
  background: url(//gigaplus.makeshop.jp/kaitendaiko/img/minist.png) no-repeat center center;
  width: 50px;
  margin-top: 5px;
}
.footer-guide-small p span {
  font-weight: 700;
}
.footer-guide-small small {
  font-size: 90%;
}
.footer-guide-small .span_red {
  font-size: 15px;
  color: #ff0000;
  font-weight: 700;
}
.footer-guide-small h3 {
  font-weight: 700;
    padding: 4px 8px 5px;
    margin: 10px 0 10px 0;
    font-size: 1.1rem;
    text-align: center;
    background: #eee;
}
.footer-guide-small table {
  border-bottom: 1px solid #000;
}
.footer-guide-small table th, .footer-guide-small table td {
  vertical-align: middle;
  padding: 10px 4px;
}
.tableList {
  width: 100%;
}
.tableList th, .tableList td {
  padding: 8px 10px;
  border: 1px solid #c9c9c9;
  vertical-align: middle;
}
.tableList thead th {
  background: #5c5c5c;
  text-align: center;
  color: #fff;
}
.tableList th {
  text-align: left;
  font-weight: 700;
  background: #e6e6e6;
}
.footer-guide-small ul.noteList li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.footer-menu-list-title {
  background: #7fc8ce;
  color: #fff;
  padding: 5px 8px 6px 8px;
}
.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;
}
.footer-category {
  width: 100%;
    margin: 4em auto 0;
    background: #fafafa;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0 20px;
}
.footer-category-inner {
  width: 1030px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 0;
}
.footer-category-list p {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  margin: 0 10px 10px;
  padding-left: 40px;
}
.footer-category-list .cate01 {
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/sitemap_icon_ct232.png) no-repeat bottom left;
  margin-bottom: 30px;
}
.footer-category-list .cate02 {
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/sitemap_icon01.png) no-repeat bottom left;
}
.footer-category-list .cate03 {
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/sitemap_icon04.png) no-repeat bottom left;
}
.footer-category-list .cate04 {
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/sitemap_icon_maker.png) no-repeat bottom left;
  margin-bottom: 30px;
}
.footer-category-list .cate05 {
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/sitemap_icon02.png) no-repeat bottom left;
}
.footer-category-list .cate06 {
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/sitemap_icon08.png) no-repeat bottom 12px left;
}
.footer-category-list .cate07 {
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/sitemap_icon05.png) no-repeat bottom left;
}
.footer-category-list .cate08 {
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/sitemap_icon06.png) no-repeat bottom left;
}
.footer-category-list .cate09 {
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/sitemap_icon07.png) no-repeat bottom left;
}
.footer-category-list p a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #5c5c5c;
  margin: 0 0 0 10px;
}
.footer-category-child-item {
  text-align: left;
  margin-bottom: 12px;
  list-style: disc;
  padding: 0 0 10px 43px;
}
.copyright {
  width: 100%;
  padding: 10px 0;
}
.copyright ul {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.copyright ul li {
  margin: 0 1em;
}
.copyright ul li img {
  width: 30px !important;
}
.copyright ul li:last-child img {
  width: 60px !important;
}
address {
  text-align: center;
  font-size: 0.7rem;
  padding: 0 2%;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #pageTop {
    width: 25%;
    right: 10px;
  }
  .footer {
    width: 95%;
    display: block;
  }
  .footer-guide {
    width: 100%;
  }
  .footer-guidebig {
    display: flex;
    flex-wrap: nowrap;
    margin-top: -10px;
  }
  .footer-category-list p {
    margin-bottom: 10px !important;
  }
  address {
    font-size: 0.6rem;
  }
}
/* -----------------------------------------------------------------
   News
----------------------------------------------------------------- */
.news-content-wrap {
  margin-bottom: 2em;
}
.news-detail-content {}
.news-list-date {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
}
.news-list-date:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/header/pen.svg) no-repeat left center;
  margin: 0 3px 1px 0;
}
.news-list-title{
  margin-bottom: .5em;
  font-weight: 700;
}
.news-pager {
  display: flex;
  justify-content: center;
}
.news-pager .news-empty {}
.news-pager .news-empty a {}
.news-pager li {
  margin: .5em;
}
.news-pager li a {}
/* -----------------------------------------------------------------
   contract
----------------------------------------------------------------- */
.contract-section {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.company h2 {
  border-bottom: 5px solid #CBBC9E;
  padding: 6px 15px 8px;
  background: #F3F1F2;
}
.company p {
  margin-bottom: 2em;
}
.contract-section dt {
  font-weight: 700;
  color: #333;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.contract-section dd {
  margin-left: 0.5em;
  color: #555;
  line-height: 1.6;
  font-size: 1rem;
}
.contract-section dd:last-child {
  margin-bottom: 0;
}
/* -----------------------------------------------------------------
   privacy
----------------------------------------------------------------- */
.policy-box {
  margin-bottom: 3em;
  font-size: 1rem;
}
.policy-box p:first-child {
  margin: 0 auto 1em;
}
.policy-box p {
  margin: 0 auto .5em;
}
.policy-box h3 {
  margin-bottom: 0.5em;
}
.policy-box ul {
  width: 96%;
  margin: 0 auto 1em;
}
.policy-box ul li {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.policy-box ul li:before {
  content: "■";
  margin-right: 0.5em;
}
.policy-box ul ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.policy-box ul ul li:before {
  content: "-";
}
.policy-box p a {
  color: #004cff;
}
/* -----------------------------------------------------------------
   item-list-cart
----------------------------------------------------------------- */
.item-list-cart {
  margin: auto 0 0 0;
  display: none;
}
.item-list-btn {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  padding: 8px 0;
  font-weight: 700;
  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 {
  font-weight: 700;
  color: #ff0000;
  font-size: 16px;
}
.price span {
  font-size: 90%;
}
/* -----------------------------------------------------------------
   category
----------------------------------------------------------------- */
.breadcrumbWrap {
  text-align: left;
  width: 100%;
  margin: 1.5em 0;
}
.breadcrumb {
  font-size: 0.9rem;
  max-width: 1100px;
  margin: 0 auto;
}
.breadcrumb-item:last-child::after {
  display: none;
}
.maker-link {
  margin-bottom: 2em;
}
.maker-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.maker-link ul li {
  width: calc(100% / 4 - 2%);
  margin: 1%;
  text-align: center;
}
.maker-link ul li a {
  width: 100%;
  padding: 15px 0 15px 10px;
  display: inline-block;
  position: relative;
  font-size: 1rem;
}
.category-image {
  margin-bottom: 20px !important;
  display: flex;
}
.category-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 8px 8px 7px;
  border-bottom: 5px solid #e6a8b3;
  margin-bottom: 20px;
  background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(238, 238, 238, 1) 50%, rgb(255 255 255) 100%);
  color: #222;
  position: relative;
}
.category-title h2 {
  margin: 0;
  padding: 0;
  border: none;
}
.category-title dl {
  display: flex;
  font-size: 12px;
}
.category-title dt {
  display: flex;
  align-items: center;
}
.category-title dd {
  margin-right: 8px;
  display: flex;
  align-items: center;
}
.category-title dl dd:last-child {
  margin: 0;
}
.list-head-serch {
  margin: 0 0 20px 0;
  display: flex;
  justify-content: space-between;
}
.list-head-sort {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  font-size: 14px;
}
.list-head-sort dt {
  color: #555;
}
.list-head-sort dd {
  margin-right: 10px;
}
.list-head-sort dd:last-child {
  margin-right: 0;
}
.list-head-sort dd a {
  text-decoration: underline;
  color: #777;
}
.category-child-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.category-child-item a {
  padding: 8px 15px 8px 25px;
  background: #eee url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/icon_arrow.jpg) 12px center no-repeat;
  display: block;
}
.category-child-item li {
  margin: 0 20px 12px 0;
  background: #eee;
  border: 1px solid #e4e4e4;
  border-radius: 3px;
}
.pager-wrap {
  display: flex;
  justify-content: center;
}
.total-count {
  margin-right: 10px;
  color: #555;
}
.total-count span {
  font-weight: 700;
  color: #555;
}
.pager {
  display: flex;
}
.pager li {
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.pager .current {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7fc8cf;
  color: #fff;
}
.pager li:last-child {
  margin-right: 0;
}
.bulk-group {
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 700;
}
.bulk-group a {
  color: #B5B5B5;
}
@media screen and (max-width: 768px) {
  .breadcrumbWrap {
    line-height: 1.4;
    max-height: 5em;
    overflow: scroll;
    width: 100%;
    margin: 0 auto;
    padding-top: 1em;
    margin-bottom: .5em;
  }
  /* スクロールバーの横幅 */
  .breadcrumbWrap::-webkit-scrollbar {
    width: 8px;
  }
  /* スクロールバーの動くパーツ部分 */
  .breadcrumbWrap::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
  }
  /* スクロールバーの背景部分 */
  .breadcrumbWrap::-webkit-scrollbar-track-piece:start {
    background: #f1f1f1;
  }
  .cart .breadcrumbWrap {
    width: 100%;
  }
  .breadcrumb {
    font-size: 0.8rem;
    width: 96%;
  }
  .category-title {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .category-title dl {
    margin-bottom: 20px;
  }
  .list-head-sort {
    font-size: 0.8rem;
    margin-bottom: 1em;
  }
  .pager-wrap {
    display: block;
    text-align: center;
  }
  .list-head-serch {
    display: block;
    margin: 0;
  }
  .total-count {
    margin: 0;
    margin-bottom: 5px;
    font-size: 0.9rem;
    text-align: right;
  }
  .pager {
    justify-content: center;
  }
}
/* -----------------------------------------------------------------
   detail
----------------------------------------------------------------- */
div.detail {
  display: flex;
  flex-wrap: wrap;
}
.item-image {
  width: 50%;
}
.item-image .main-image img {
  width: 540px;
  max-width: 100%;
}
.item-image img {
  width: 100%;
}
.main-image {
  margin-bottom: 40px;
  text-align: center;
}
.r_itemInfo {
  padding: .5em;
  font-size: 1rem;
  color: red;
}
.r_itemInfo .red{
  color: red;
}
.detail-text {
  font-size: 1rem;
}
.l_setsumei {
  margin: 60px 0;
}
.l_setsumei img {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.l_setsumei table {
  width: 80% !important;
  margin: 0 auto;
}
.l_setsumei table td {
  padding: 10px;
}
#r_addImg ul {
  display: flex;
  flex-wrap: wrap;
}
#r_addImg ul li {
  width: calc(100% / 4 - 2%);
  margin: 0 1% 4%;
}
#r_addImg ul li a {
  border: 1px solid #c9c9c9;
  padding: 5px;
  display: block;
}
#r_addImg {
  margin: 1em 0 3em;
  text-align: center;
}
#r_addImg .addTxt {
  text-align: center;
  margin: .5em 0;
}
#r_addImg .addBtn a, #r_addImg .btn_typeSoldOut {
  width: 100%;
  text-align: center;
  font-weight: 700;
  color: #000;
  padding: 10px 7px 10px 7px;
  background-image: linear-gradient(30deg, rgb(204 189 158), rgb(181 160 118));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.1875rem;
  border: 1px solid #b7a37a;
  text-shadow: 1px 1px 1px rgb(255 255 255 / 100%);
  cursor: pointer;
}
#r_addImg .btn_typeSoldOut {
  background: #f17777;
  color: #fff;
  text-shadow: 1px 1px 1px rgb(195 78 78);
  border: 1px solid #f17777;
  cursor: default;
}
#r_addImg .addBtn a:hover {
  background: #fff;
  border: 1px solid #b7a37a;
}
.r_expImg{
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #r_addImg .addBtn a, #r_addImg .btn_typeSoldOut {
    font-size: 0.8rem;
    padding: 5px 0;
  }
}
/*スライダーcss*/
.gallery li {
  list-style: none;
}
.gallery li img {
  width: 100%;
}
.choice-btn {
  margin: 1px 0 40px;
}
.choice-btn li {
  cursor: pointer;
  background: #333;
  width: calc(100% / 5 - 2px) !important;
  margin: 0 1px;
  margin-bottom: 1px;
}
.choice-btn li:nth-child(5n) {
  margin-right: 0;
}
.add-image-section {
  margin-bottom: 40px;
}
.add-image-title {
  font-size: 18px;
  margin: 40px 0 20px;
}
.add-image-list {
  width: 164px;
  display: inline-block;
  margin-right: 20px;
}
.add-image-list:last-child {
  margin-right: 0;
}
.add-image-list img {
  width: 100%;
}
.group-review-section, .group-item-section {
  width: 100%;
  display: inline-block;
  padding-bottom: 60px;
}
.group-item-title, .checked-contents h2, .group-review-section h2, .l_setsumei h2 {
  border-bottom: 5px solid #CBBC9E;
  padding: 6px 15px 8px;
  background: #F3F1F2;
}
.detail-text h3 {
  position: relative;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 0 0 15px 10px;
  margin-bottom: 1em;
  text-align: left;
}
.detail-text h3:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100px;
  height: 5px;
  background: #ccbd9e;
  z-index: 1;
}
.detail-text h3:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #F3F1F2;
}
.group-item-list {
  display: flex;
  flex-wrap: wrap;
}
.group-item-list li {
  width: calc(100% / 4 - 2%);
  margin: 0 1% 4%;
  position: relative;
}
.group-item-list li img {
  width: 100%;
}
.item-list-image {
  margin-bottom: 5px;
  position: relative;
}
.item-list-favorite {
  position: absolute;
  top: 6px;
  right: 4px;
}
.item-detail {
  width: 46%;
  margin-left: 4%;
}
.item-detail .item-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.4;
}
/*商品タイトル*/
.item-detail .item-title h1 {
  font-size: 1.3rem;
  font-weight: 600;
}
.item-detail .item-title h1:after {
  content: "";
  display: block;
  width: 100%;
  border: 1px solid #c9c9c9;
  margin: 10px 0;
}
.item--linkImg{
  text-align: center;
  margin-bottom: 3em;
}
/*アイコン*/
.item-icon-list {
  display: flex;
  margin-bottom: 5px;
}
.item-icon-list li {
  margin-right: 5px;
  display: flex;
  align-items: center;
}
.item-detail-icon {
  /* position: absolute; */
  /* display: contents; */
  font-size: 12px;
  font-weight: normal;
  top: 0;
}
/*SALE*/
.item-detail-icon .item-detail-sale {
  color: #F23E0C;
}
/*SOLDOUT*/
.item-detail-soldout {
  display: inline-block;
  background: #f00;
  color: #fff;
  padding: 5px;
}
/*金額*/
.item-price-wrap {
  margin: 10px 0;
}
.item-price-wrap .item-price {
  font-size: 1.6rem;
  color: red;
}
.item-price-wrap .usually-price {
  font-size: 1.3rem;
}
.item-price-wrap .item-tax {
  display: inline-block;
  font-size: 1.2rem;
}
.sale-text .original {
  text-decoration: line-through;
}
.sale-text .sale-rate, .sale-text .sale-price {
  color: #F23E0C;
}
.sale-text .sale-rate {
  margin: 0 10px;
}
.sale-text .sale-price {
  font-size: 30px;
}
.sale-priod {
  font-size: 12px;
  margin: 6px 0 12px;
}
.item-point, .review-empty {
  margin-bottom: 20px;
}
.item-reserve {
  margin: 20px 0;
}
.item-reserve .item-reserve-release-text, .item-reserve .item-reserve-text {
  font-size: 12px;
  margin-top: 6px;
}
.nameprint-area {
  margin-top: 20px;
}
.nameprint-area .nameprint-title-wrap {
  margin: 18px 0 8px;
  font-size: 12px;
}
.nameprint-area .nameprint-text-wrap p {
  margin-bottom: 4px;
  font-size: 12px;
}
.nameprint-area .nameprint-title {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
}
.nameprint-area .nameprint-title span {
  color: #F23E0C;
  font-size: 12px;
  font-weight: normal;
  margin-left: 6px;
}
.nameprint-area .nameprint-text input, .nameprint-area .nameprint-text textarea {
  width: 75%;
  border: 1px solid #333333;
}
.item-quantity {
  font-size: 1rem;
  margin: 10px 0;
  display: flex;
  align-items: center;
}
.item-quantity span {
  font-size: 1.2rem;
}
.item-quantity input {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #333333;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  margin: 0 3px;
  padding: 0;
}
.item-quantity input.quantity {
  width: 40px;
}
.quantity.item-option {
  width: 100%;
}
.item-option .btn {
  margin-top: 10px;
}
.makeshop-option-wrap {
  margin-top: 20px;
}
.makeshop-option-label {
  margin-bottom: 10px;
}
/* 選択ボックスの基本スタイル */
.makeshop-option-select-wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 100%;
  font-family: 'Arial', sans-serif;
}
/* セレクトボックスのスタイル */
.makeshop-option-select {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  color: #333;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 5px;
  appearance: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
/* ホバー時 */
.makeshop-option-select:hover {
  border-color: #0073aa;
}
/* フォーカス時 */
.makeshop-option-select:focus {
  border-color: #005f8d;
  box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
  outline: none;
}
/* カスタムの矢印アイコン */
.makeshop-option-select-wrap::after {
  content: "";
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/header/arrow.svg);
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #333;
  width: 22px;
  height: 22px;
}
/* セレクトボックスのオプション */
.makeshop-option-select option {
  font-size: 14px;
  padding: 10px;
  color: #333;
  background: #fff;
}
.add-cart {
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: center; */
  align-items: center;
}
.stock-wrap {
  width: 100%;
  margin-bottom: 8px;
}
.add-cart .item-stock {
  margin-right: 14px;
  font-size: 10px;
}
.add-cart .btn {
  width: 90%;
  text-align: center;
  font-weight: 700;
  color: #000;
  padding: 10px 7px 10px 7px;
  background: #ccbd9e;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px 1px rgb(255 255 255 / 100%);
  border-radius: 2.1875rem;
  border: 1px solid #ccbd9e;
}
.add-cart .btn:hover {
  background: #fff;
  border: 1px solid #ccbd9e;
  opacity: 1;
}
.add-cart .btn i {
  font-size: 23px;
  margin: 0 10px 0 0;
  display: inline-block;
  color: #5c3d32;
}
.add-cart .btn i:last-child {
  margin: 0 0 0 10px;
  transform: rotate(25deg);
}
.add-cart .restock-btn {
  background: #333333;
}
.add-cart .disabled-btn {
  background: #B5B5B5;
}
.add-cart .subscription-btn {
  background: #006BED;
  margin-top: 8px;
}
.add-cart .off {
  display: none;
}
.subscription-only {
  margin-top: 0 !important;
}
.item-stock-sku {
  margin-bottom: 8px;
}
.sku-btn {
  width: 130px !important;
  padding: 10px 0 !important;
  font-size: 12px !important;
}
.favorite-wrap {
  display: flex;
  align-items: baseline;
}
.favorite a:after {
  content: "";
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/header/fav-on.svg) no-repeat center center;
  width: 47px;
  height: 47px;
  display: inline-block;
  background-size: 47px 47px;
  margin: -21px 4px 0 10px;
  position: absolute;
  right: -7px;
  top: 50%;
}
a.favorite-off:after {
  content: "";
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/header/fav-off.svg) no-repeat center center;
  width: 47px;
  height: 47px;
  display: inline-block;
  background-size: 47px 47px;
  margin: -21px 4px 0 10px;
  position: absolute;
  right: -7px;
  top: 50%;
}
.favorite-icon.hide {
  display: none;
}
.favorite-on {
  color: #ff7683;
}
.favorite-off {
  color: #E6E6E6;
}
.item-contact {
  margin-bottom: 10px;
}
.item-contact ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.item-contact ul li {
  margin: 1%;
  width: calc(100% / 2 - 2%);
}
.item-contact a {
  text-align: center;
  padding: 10px;
  background: #fcc664;
  display: block;
  text-shadow: 1px 1px 1px rgb(255 255 255 / 100%);
  font-weight: 700;
  font-size: 1.1rem;
  border-radius: 2.1875rem;
  border: 1px solid #fcc664;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.item-contact a:hover {
  background: #fff;
  opacity: inherit;
}
.item-description dt {
  font-size: 18px;
  margin-bottom: 16px;
}
.item-info-list {
  font-weight: normal;
  font-size: 1rem;
}
.item-info-list li dl {
  display: flex;
}
.item-share li {
  margin-right: 8px;
  vertical-align: top;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.item-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.sku tbody {
  align-items: center;
}
.sku-option-title {
  width: 60px;
  font-weight: 700;
  text-align: left;
  padding: 0 20px 10px 0;
  vertical-align: middle;
}
.sku-option-name {
  font-size: 10px;
  text-align: left;
  padding: 0 16px 20px 0;
  vertical-align: middle;
}
.sku-img {
  vertical-align: middle;
}
.sku-img img {
  padding-right: 20px;
}
.option-image {
  max-width: 80px;
}
.option-image:hover {
  cursor: pointer;
}
.sku-cart {
  padding-bottom: 20px;
}
.sku-price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.sku-price-wrap .price {
  margin: 0 6px 4px 0;
  width: 100%;
}
.item-review-detail {
  margin-bottom: 60px;
}
.item-review-detail h3 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 20px;
  background: #ccbd9e;
  padding: 9px 10px;
}
.item-review-list li {
  margin-bottom: 60px;
  font-size: 1rem;
  /* display: flex; */
  /* align-items: center; */
}
.item-review-list li > div {
  margin-right: 20px;
}
.item-review-list li > div:first-child {
  width: 110px;
}
.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 a {
  font-weight: 600;
  font-size: 1rem;
}
.review-list-unit .star-score {
  display: flex;
  align-items: center;
}
.review-list-unit .review-star {
  margin-right: 6px;
}
.review-list-unit .review-score {
  margin-right: 12px;
  font-size: 0.9rem;
}
.review-list-unit .review-list-date {
  font-size: 0.9rem;
}
.reviewRate {
  display: flex;
  align-items: center;
}
.reviewRateStar {
  display: inline-block;
  font-size: 0;
  color: #FFA41C;
}
.reviewRateStar::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/header/star-on.svg) no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.starOff::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/header/star-off.svg) no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
}
.starHalf::before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/header/star-herf.svg) no-repeat;
  display: inline-block;
  width: 22px;
  height: 22px;
}
.review-post {
  margin-top: 20px;
  text-align: center;
}
.item-review-detail-empty {
  text-align: center;
}
.review-post a {
  width: 300px;
  text-align: center;
  font-weight: 700;
  padding: 10px 30px 12px 30px;
  background-image: linear-gradient(30deg, rgb(204 189 158), rgb(181 160 118));
  border-radius: 2.1875rem;
  border: 1px solid #b7a37a;
  text-shadow: 1px 1px 1px rgb(255 255 255 / 100%);
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.review-post a:before {
  content: "";
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/header/pen.svg) no-repeat;
  width: 22px;
  height: 22px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
}
.review-post a:hover {
  background: #fff;
  border: 1px solid #b7a37a;
  opacity: 10;
}
@media screen and (max-width: 768px) {
  .review-list-unit .review-list-content {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .item-image {
    width: 100%;
  }
  .main-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .group-item-list li {
    width: calc(100% / 2 - 2%);
  }
  .group-item-list li:nth-last-child(1), .group-item-list li:nth-last-child(2) {
    margin-bottom: 0;
  }
  .l_setsumei table {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 5px;
    margin-bottom: 10px;
  }
  .l_setsumei td {
    text-align: center;
    display: block;
  }
  .sp-split img {
    width: 100%;
    margin-bottom: 10px;
  }
  .l_setsumei h3, .group-item-title, .checked-contents h2, .detail-text h3 {
    margin: 0 0 1em 0;
  }
  .add-cart .btn i {
    font-size: 30px;
  }
  #r_addImg.section > img {
    margin: 10px 0;
  }
  #r_addImg ul {
    margin-bottom: 20px;
  }
  #r_addImg ul li {
    width: calc(100% / 2 - 2%);
  }
  .r_itemInfo {
    width: 100%;
    margin-bottom: 10px;
  }
  .choice-btn {
    width: 100%;
    margin-bottom: 0;
  }
  .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;
  }
  .item-detail .item-title h1 {
    font-size: 1.2rem;
  }
  .item-detail {
    width: 100%;
    margin: 0;
  }
  .item-detail .item-title {
    margin: 0;
  }
  .item-detail .item-category-name {
    font-size: 14px;
  }
  .item-point {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .item-option {
    margin-bottom: 12px;
  }
  .makeshop-option-label:before {
    font-size: 1.1rem;
  }
  .makeshop-option-select {
    font-size: 14px;
  }
  .nameprint-area {
    margin-bottom: 40px;
  }
  .nameprint-area .nameprint-text input, .nameprint-area .nameprint-text textarea {
    width: 100%;
  }
  .item-contact a {
    font-size: 0.9rem;
  }
  .review-category-title {
    margin-bottom: 20px;
  }
  .item-review-list {
    margin-top: 20px;
  }
  .item-review-list li {
    margin-bottom: 30px;
    display: block;
  }
  .review-item-wrap {
    margin-bottom: 30px;
  }
  .review-form-wrap {
     !importan;
     !importa;
     !import;
     !impor;
     !impo;
     !imp;
     !im;
     !i;
     !;
    width: 96% !important;
     !importan;
     !importa;
     !import;
     !impor;
     !impo;
     !imp;
     !im;
     !i;
     !;
  }
  .review-form {
    display: block !important;
     !importan;
     !importa;
     !import;
     !impor;
     !impo;
     !imp;
     !im;
     !i;
     !;
    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: 100%;
  }
  .add-cart {
    display: block;
    margin: 0 0 16px;
  }
  .add-cart .item-stock {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .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;
  }
  .checked-contents {
    padding-bottom: 0;
  }
  .checked-item-list {
    justify-content: space-between;
  }
  .checked-item-list li {
    width: calc(100% / 2 - 2%);
    justify-content: space-between;
    margin: 1% 1% 4% 1%;
  }
  .checked-item-list li img {
    width: 100%;
  }
  .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%;
  }
  .item-cart-price {
    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;
  }
  select::-ms-expand {
    display: none;
  }
  .choice-btn .slick-track {
    width: 100% !important;
  }
  .slick-prev, .slick-next {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
  }
  .slick-prev:after {
    display: none;
  }
  .slick-next:after {
    display: none;
  }
}
/*---商品詳細：クッションフロア必要数量計算フォーム
-------------------------------------------------------------------*/
#calcForm {
  padding-top: 20px;
}
#calcForm .calc-container {
  margin-bottom: 30px;
}
#calcForm .row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
#calcForm .col-calc {
  padding: 10px;
  border: 1px solid #000;
  width: 50%;
}
#calcForm .col-calc .calc-title {
  margin: .5em 0;
  padding: 0;
}
#calcForm .col-calc .calc-title:before, #calcForm .col-calc .calc-title:after {
  display: none;
}
#calcForm .col-calc p {
  margin-bottom: 1em;
  font-size: 16px;
}
#calcForm .col-calc input {
  margin-right: 5px;
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #999;
  width: calc(100% - 2em - 5px);
  font-size: 18px;
}
#calcForm .col-calc button {
  margin-right: 5px;
  margin-left: 5px;
  padding: 10px 20px;
  cursor: pointer;
}
#calcForm .col-calc .result {
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  margin-top: 10px;
  color: red;
  background: #eee;
}
#calcForm .col-calc .result span {
  color: #000;
}
#calcForm .col-image {
  padding: 0 5%;
  width: 48%;
}
#calcForm .calc-bottom {
  text-align: center;
}
div.M_imageCatalog table td {
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #calcForm {
    padding-top: 20px;
  }
  #calcForm .row {
    display: block;
  }
  #calcForm .col-calc {
    width: 100%;
    margin-bottom: 20px;
  }
  #calcForm .calc-container .col-image {
    margin-bottom: 60px;
    width: 100%;
  }
  #calcForm .calc-bottom {
    margin-bottom: 60px;
  }
}
/* -----------------------------------------------------------------
   review
----------------------------------------------------------------- */
.index-review-list {
  max-height: 400px;
  overflow: scroll;
}
.index-review-list::-webkit-scrollbar {
  display: none;
}
.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: 5px 0;
  font-size: 12px;
  font-weight: 600;
}
.review-index-score {
  display: flex;
  align-items: center;
  margin: .2em 0;
}
.review-index-score p {
  margin-right: 16px;
}
.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%;
  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: 700;
}
.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;
  padding: 10px 7px 10px 7px;
  background: #ccbd9e;
  text-shadow: 1px 1px 1px rgb(255 255 255 / 100%);
  border-radius: 2.1875rem;
  border: 1px solid #ccbd9e !important;
  font-weight: 700;
  border-radius: 2.1875rem !important;
}
.review-post-btn:hover {
  background: #fff;
  border: 1px solid #ccbd9e;
  opacity: 1;
}
/* -----------------------------------------------------------------
   cart
----------------------------------------------------------------- */
.cart {
  margin-bottom: 100px;
}
.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;
}
.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: 700;
  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: 700;
}
.cart-total {
  background: #E6E6E6;
}
.cart-total td {
  display: table-cell !important;
}
.cart-total .cart-total-title {
  text-align: right;
  font-size: 20px;
  font-weight: 700;
}
.cart-total .cart-total-price {
  font-size: 24px;
  font-weight: 700;
  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: #e6a8b3;
  border-radius: 5px;
  padding: 20px 0;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.cart-button-wrap .cart-back-button a:before {
  padding-right: 8px;
  content: "";
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/header/chevron-left.svg) no-repeat;
  width: 22px;
  height: 22px;
}
/* -----------------------------------------------------------------
   News
----------------------------------------------------------------- */
.news-list {
  margin-bottom: 2em;
  max-height: 200px;
  overflow: scroll;
}
.news-list.nohight {
  max-height: inherit;
  overflow: inherit;
}
.news-list::-webkit-scrollbar {
  display: none;
}
.news-list li {
  border-bottom: 1px solid #CBCBCB;
  padding: 14px 0 14px 0.5em;
  font-size: 16px;
}
.news-list li:first-child {
  padding-top: 0;
}
.news-list dl dt {
  text-indent: -0.5em;
  padding-left: .5em;
}
.news-list dl dd {
  font-size: 12px;
}
.news-wrap {
  display: flex;
}
.news-wrap dl{
  
}
.news-wrap dl dt a:hover {
  text-decoration: none;
}
.news-more a {
  width: 220px;
  text-align: center;
  border-radius: 5px;
  font-weight: 700;
  padding: 10px 7px 10px 7px;
  background-image: linear-gradient(30deg, rgb(204 189 158), rgb(181 160 118));
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px 1px rgb(255 255 255 / 100%);
  margin: 0 auto;
  font-size: 16px;
}
.news-more a:hover {
  text-decoration: none;
}
.news-more i {
  margin-right: 5px;
  font-size: 25px;
  transform: rotate(-25deg);
  color: #5c3d32;
}
.news-date {
  min-width: 85px;
  display: inline-block;
  margin-right: .5em;
}
.news-title {
  font-weight: 700;
}
.news-content:after, .news-list-content:after {
  content: "…";
}
.news-more {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news-list li {
    padding: 10px 0 10px 0.5em;
    font-size: 1rem;
  }
  .news-wrap {
    display: block;
  }
  .news-list-date {
    margin-bottom: .2em;
  }
  .news-list-title {
    margin-bottom: 5px;
    font-weight: 700;
  }
  .news-date {
    width: 100%;
    margin-bottom: 0;
  }
  .news-more {
    padding-bottom: 0;
  }
}
/* -----------------------------------------------------------------
   フリーページ お客様からの写真
----------------------------------------------------------------- */
#userPhoto-notice .toggle {
}
.userPhoto-notice-contents {
  margin: 20px auto;
}
#userPhoto-notice {
  margin-bottom: 30px;
}
#userPhoto-notice .toggle:hover {
}
.userPhoto-notice-contents .para-change {
  margin-top: 10px;
}
.chare-image {
  text-align: center;
  margin: 20px auto;
}
.userPhoto-content {
  display: none;
}
.userPhoto-list .btn-show {
  text-align: center;
  margin: 15px auto;
}
.userPhoto-item {
  width: calc(100% / 3 - 2%);
  margin: 0 1% 4%;
}
.userPhoto-list {
  display: flex;
  flex-wrap: wrap;
}
.userPhoto-list:after {
  content: "";
  display: block;
  clear: both;
}
.userPhoto-content.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  overflow: scroll;
}
.userPhoto-thumb {
  cursor: pointer;
  text-align: center;
}
.userPhoto-thumb:hover {
  opacity: 0.8;
}
.userPhoto-content .userPhoto-thumb {
  cursor: auto;
  max-width: 40%;
}
.userPhoto-content .userPhoto-imgWrap {
  height: auto;
  max-height: 100%;
}
.userPhoto-content .userPhoto-imgWrap img {
  margin: 2px auto;
  display: block;
}
.userPhoto-content .userPhoto-imgWrap > img:not(:first-child) {
  margin-top: 10px;
}
.userPhoto-imgWrap {
  max-height: 320px;
  margin-bottom: 10px;
}
.userPhoto-content .userPhoto-imgWrap .small-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 340px;
  margin: 0 auto;
}
.userPhoto-content .userPhoto-imgWrap .small-wrap img {
  margin-top: 10px;
}
.userPhoto-item > .userPhoto-thumb img {
  width: auto;
  max-height: 320px;
  display: block;
  margin: 0 auto;
}
.userPhoto-imgWrap img {
  border: 1px solid #eeaeba;
  padding: 3px;
}
.userPhoto-thumb h3 {
  padding: 5px 0 0;
  text-align: left;
  line-height: 1.4;
}
.userPhoto-thumb time {
  text-align: left;
  display: block;
  color: #666;
}
.userPhoto-content .userPhoto-thumb:hover {
  opacity: 1;
}
.userPhoto-content-inner {
  width: 96%;
  margin: 4% auto;
  display: flex;
  justify-content: center;
}
.userPhoto-content-inner .content-text {
  margin-left: 40px;
  margin-right: 70px;
}
.userPhoto-content .userPhoto-thumb h3 {
  margin: 10px auto 5px;
}
.userPhoto-list .btn-close {
  position: fixed;
  width: 30px;
  height: 30px;
  display: block;
  top: 10px;
  right: 4%;
  z-index: 1;
}
.userPhoto-list .btn-close span {
  display: block;
  text-indent: -300%;
  overflow: hidden;
  white-space: nowrap;
}
.userPhoto-list .btn-close:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #4a4a4a;
  border-radius: 100%;
}
.userPhoto-list .btn-close span:before {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
}
.userPhoto-list .btn-close span:after {
  content: "";
  display: block;
  width: 60%;
  height: 3px;
  background: #fff;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(-45deg);
}
.userPhoto-list .btn-close:hover {
  opacity: 0.8;
}
.userPhoto-content-inner a {
  text-decoration: underline;
}
.userPhoto-item > .userPhoto-thumb img:not(:first-child), .userPhoto-item > .userPhoto-thumb .userPhoto-imgWrap div {
  display: none;
}
.userPhoto-imgWrap span {
  display: none;
}
.userPhoto-content.active .userPhoto-imgWrap span {
  display: block;
  font-size: 14px;
  text-align: left;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .userPhoto-thumb h3 {
    font-size: 14px;
  }
  .userPhoto-item {
    width: calc(100% / 2 - 2%);
  }
}
/* -----------------------------------------------------------------
   フリーページ ご利用案内
----------------------------------------------------------------- */
.guide-section {
  margin-bottom: 40px;
}
.guide-section .guide-section-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.guide-section h3 {
  border-left: 5px solid #7dc7ce;
  padding: 4px 10px 6px 6px;
  margin-bottom: 15px;
  font-size: 18px;
}
.guide-section-flex {
  display: flex;
  flex-wrap: wrap;
}
.guide-section-box {
  width: calc(100% / 2 - 2%);
  margin: 1% 1% 6% 1%;
}
.guide-section-box:nth-child(5) {
  width: 100%;
}
.guide-section-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}
.guide-section-box h4:before {
  display: inline-block;
  margin-right: 5px;
  background: #7dc7ce;
  color: #fff;
  padding: 4px 7px 5px;
  border-radius: 5px;
  font-size: 80%;
}
.guide-section-box:nth-child(1) h4:before {
  content: "STEP01";
}
.guide-section-box:nth-child(2) h4:before {
  content: "STEP02";
}
.guide-section-box:nth-child(3) h4:before {
  content: "STEP03";
}
.guide-section-box:nth-child(4) h4:before {
  content: "STEP04";
}
.guide-section-box:nth-child(5) h4:before {
  content: "STEP05";
}
.guide-section-box .img {
  margin-bottom: 10px;
  text-align: center;
}
.guide-section-box:nth-child(5) .img {
  float: left;
  margin-right: 10px;
  width: 59%;
}
.guide-section p.attention {
  padding: 3%;
  background: #F8F4EB;
  color: #D80000;
}
.guide-section-note {
  background: #e8e8e8;
  padding: 16px;
  margin-bottom: 25px;
  text-align: center;
}
.guide-section .guide-section-note p {
  margin: 0;
}
.guide-section-gray {
  font-weight: 700;
}
.guide-section .red {
  color: #ff0000;
}
.gray.textS {
  font-size: 90%;
  color: #888;
}
.guide-section-payment, .guide-section-explanation {
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  overflow: hidden;
}
.guide-section-payment dt, .guide-section-explanation dt {
  font-weight: 700;
  margin-bottom: 5px;
  float: left;
  font-size: 18px;
}
.guide-section-payment dd, .guide-section-explanation dd {
  padding-left: 130px;
}
.guide-section-explanation dd > div {
  width: 30%;
}
.guide-section p {
  margin-bottom: 10px;
}
.guide-section-payment ul, .guide-section-explanation ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  margin-right: 10px;
}
.guide-section-payment ul li, .guide-section-explanation ul li {
  margin-bottom: 0;
  width: calc(100% / 6);
}
.guide-section-list.img {
  display: flex;
  margin: 10px 0;
}
.guide-section .img li {
  text-indent: inherit;
  padding-left: inherit;
  margin-right: 20px;
  width: calc(100% / 4);
}
.guide-section-payment ul li:before, .guide-section-explanation ul li:before {
  display: none;
}
.guide-section-payment .tableList {
  table-layout: fixed;
  width: 100%;
  margin: 0 auto;
}
.guide-section-payment .tableList tr th {
  width: 26%;
  background: #e6e6e6;
  text-align: center;
  vertical-align: middle;
  padding: 8px 10px 10px;
  border: 1px solid #c9c9c9;
}
.guide-section-payment .tableList tr td {
  border: 1px solid #c9c9c9;
  padding: 8px 10px 10px;
  text-align: center;
}
.guide-section-list {
  margin: 1em 0 1.5em;
}
.guide-section-list li {
  margin-bottom: 5px;
  text-indent: -1em;
  padding-left: 1em;
}
.guide-section-list li:before {
  content: "・";
}
.guide-section .img li:before {
  display: none;
}
.guide-section-list li ul {
  font-weight: 700;
  margin-top: 5px;
}
.guide-section-list li li {
  margin-bottom: 0;
  text-indent: 0;
  padding-left: 0;
}
.guide-section-list li li:before {
  display: none;
}
.guide-section-payment .textS a {
  margin-left: 14px;
}
.guide-section-explanation ul li {
  width: calc(100% / 6);
  margin-right: 0;
}
.blue {
  font-weight: 700;
  color: #7dc7ce;
}
.textS {
  font-size: 14px;
}
.textS a {
  color: #202B72 !important;
  text-decoration: underline !important;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .guide-title {
    margin: 40px 0 20px;
  }
  .guide-section {
    margin-bottom: 40px;
    width: 100%;
  }
  .guide-section .guide-section-title {
    font-weight: 700;
    margin-bottom: 8px;
  }
  .guide-section-box {
    width: 100%;
    margin: 0 0 6% 0;
  }
  .guide-section-box:nth-child(5) {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .guide-section-box .img {
    margin-bottom: 10px;
    text-align: center;
    display: block;
  }
  .guide-section-box:nth-child(5) .img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .guide-section .guide-section-note p {
    font-size: 12px;
  }
  .guide-section .guide-section-note .guide-section-gray {
    font-size: 14px;
  }
  .guide-section .red {
    color: #ff0000;
  }
  .gray.textS {
    font-size: 90%;
    color: #888;
  }
  .guide-section-payment dt, .guide-section-explanation dt {
    float: none;
  }
  .guide-section-payment dd, .guide-section-explanation dd {
    padding: 0;
  }
  .guide-section-explanation dd > div {
    width: 50%;
  }
  .guide-section-payment ul, .guide-section-explanation ul, .guide-section .img {
    justify-content: space-evenly;
    margin-right: 0;
  }
  .guide-section .img li {
    width: calc(100% / 2);
  }
  .guide-section-payment .tableList tr th {
    width: 35%;
    font-size: 14px;
  }
  .guide-section-payment .tableList tr td {
    border: 1px solid #c9c9c9;
    padding: 8px 10px 10px;
    text-align: center;
    font-size: 14px;
  }
  .table-wrapper {
    width: 100%;
    margin: 1em auto 0;
    overflow-x: scroll;
  }
  .tableList {
    width: 100%;
    min-width: 540px;
    margin: 0 auto 20px;
  }
  .tableList th, .tableList td {
    font-size: 14px;
  }
}
/* -----------------------------------------------------------------
   フリーページ よくある質問
----------------------------------------------------------------- */
#faq h3 {
  text-align: center;
}
#faq a {
  color: #000000;
  text-decoration: none;
}
#faq a.blue {
  color: #0000FF !important;
  text-decoration: underline !important;
}
#faq a:visited, a:link {
  color: #1b1b1b;
  text-decoration: none;
}
#faq a:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.7;
}
#faq a:hover img {
  opacity: initial;
}
#faq .faq-oyabun {
  text-align: center;
  margin: 0;
}
#faq .faq-oyabun {
  text-align: center;
  margin: 0;
}
#faq .faq-ttl {
  font-size: 20px;
  border: 1px solid #ccc;
  padding: 8px 0 10px 80px;
  background: #faf9f5;
  text-align: left;
  position: relative;
  margin-top: 30px;
}
#faq .cat-order, #faq .cat-wall, #faq .cat-curtain, #faq .cat-floor, #faq .cat-window {
  position: absolute;
  bottom: 0;
  left: 10px;
}
#faq .cat-order svg, #faq .cat-wall svg, #faq .cat-curtain svg, #faq .cat-floor svg, #faq .cat-window svg {
  width: 60px;
}
#faq .cat-order .st0 {
  fill: #ccbd9e;
}
#faq .cat-wall .st0 {
  fill: #d1bb20;
}
#faq .cat-curtain .st0 {
  fill: #b58cbc;
}
#faq .cat-floor .st0 {
  fill: #e7a8b4;
}
#faq .cat-window .st0 {
  fill: #7ec9ce;
}
#faq p {
  margin-bottom: 20px;
}
#menu-mokuji > div, #menu-order h3, #menu-floor h3, #menu-curtain h3, #menu-window h3, #menu-wall h3 {
  text-align: center;
  padding: 18px 10px;
  font-size: 24px;
  background: #CCBD9E;
  border-radius: 7px;
  font-weight: 700;
  color: #fff;
  position: relative;
  margin: 20px 0;
  text-shadow: 1px 2px 2px #a39267;
}
#menu-mokuji > div:before, #menu-order h3:before, #menu-floor h3:before, #menu-curtain h3:before, #menu-window h3:before, #menu-wall h3:before {
  position: absolute;
  border: 1px dashed #fff;
  content: "";
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
}
#menu-wall h3 {
  background: #f1dc1f;
  text-shadow: 1px 2px 2px #b1a216;
}
#menu-floor h3 {
  background: #e496ef;
  text-shadow: 1px 2px 2px #a169a9;
}
#menu-window h3 {
  background: #65d6df;
  text-shadow: 1px 2px 2px #4fafb7;
}
#menu-curtain h3 {
  background: #ffbbc8;
  text-shadow: 1px 2px 2px #d37c8d;
}
#menu-mokuji p {
  margin-left: 20px;
}
#menu-mokuji ol {
  margin-top: 10px;
  margin-bottom: 20px;
  counter-reset: num;
}
#menu-mokuji li {
  list-style-type: none;
  list-style-position: inside;
  margin-left: 15px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px #CCBD9E solid;
  display: flex;
}
#menu-mokuji li:before {
  counter-increment: num;
  content: counter(num) ", ";
  margin-right: 5px;
  white-space: nowrap;
}
#menu-mokuji li span {
  margin-left: 10px;
  display: inline-flex;
}
#menu-mokuji li.wait {
  border-bottom: 0;
  list-style-type: none;
}
#area-question-answer div.border {
  border-radius: 10px;
  border: 1px solid #65d6df;
  margin-bottom: 20px;
}
#area-question-answer ul {
  padding: 0;
}
#area-question-answer li {
  margin-top: 20px;
}
#area-question-answer li.question {
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/page3/icon_q.jpg) no-repeat 20px top;
  border-bottom: 5px solid #65d6df;
  min-height: 40px;
  padding-left: 80px;
  padding-bottom: 20px;
}
#area-question-answer li.question span {
  display: inline-flex;
}
#area-question-answer li.question span:not(.padding-r) {
  width: 80%;
}
#area-question-answer li.question span.padding-r {
  padding-right: 5px;
  width: auto;
  display: inline-flex;
}
#area-question-answer li.answer {
  background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/page3/icon_a.jpg) no-repeat 20px top;
  line-height: 1.5em;
  min-height: 40px;
  padding-left: 80px;
  margin-bottom: 20px;
}
#area-question-answer li.answer .detail {
  display: none;
}
#area-question-answer li.answer img {
  margin: 10px 0;
  cursor: pointer;
}
#area-question-answer li.wait {
  line-height: 1.5em;
  min-height: 40px;
  padding-left: 100px;
  width: 660px;
}
#page .plagImg {
  margin-top: 20px;
  cursor: pointer;
  width: 96%;
  margin: 20px auto 0;
}
#page .detail {
  background-color: #fff;
  border: 2px solid #E996A3;
  width: 620px;
  padding: 10px;
  margin-bottom: 50px;
  display: none;
}
#faq .detail h4 {
  margin: 0;
}
#faq .detail p {
  line-height: 1.5em;
}
@media screen and (max-width: 768px) {
  #faq .faq-ttl {
    font-size: 16px;
    padding: 8px 0 10px 70px;
  }
  #faq .cat-order svg, #faq .cat-wall svg, #faq .cat-curtain svg, #faq .cat-floor svg, #faq .cat-window svg {
    width: 50px;
  }
  #menu-mokuji > div, #menu-order h3, #menu-floor h3, #menu-curtain h3, #menu-window h3, #menu-wall h3 {
    font-size: 20px;
  }
}
/* -----------------------------------------------------------------
   フリーページ ガラスフィルムDIY
----------------------------------------------------------------- */
.GlassFilm {
  font-size: 16px;
}
h1#a {
  color: #364e96;
  font-size: 1.5rem;
  padding: 0.5em 0;
  border-top: solid 3px #364e96;
  border-bottom: solid 3px #364e96;
}
h2#a {
  background: #c2edff;
  padding: 1em;
  font-size: 1.3rem;
}
h3#a {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
  font-size: 1.2rem;
}
h4#a {
  position: relative;
  color: #333;
  text-shadow: 0 0 2px white;
}
h4#a:before {
  content: "";
  position: absolute;
  background: #9de5ff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  /* border: dashed 1px white; */
  left: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.view-container {
  padding-bottom: 60px;
}
.view-row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.col-6 .view-item {
  width: 100%;
}
.view-item {
  width: calc(100% / 3 - 2%);
  margin: 0 1%;
  height: 70px;
  text-align: center;
  position: relative;
}
.view-item .view-item-button {
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  padding: 15px;
  width: 100%;
  display: flex;
  justify-content: center;
  box-shadow: 0 4px 0 #9e72b2;
  background-color: #c48ed9;
  margin-top: 0;
  transition: all .1s ease-in-out;
}
.view-item .view-item-button:hover {
  -webkit-box-shadow: 0 0 0 #9e72b2;
  box-shadow: 0 0 0 #9e72b2;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .GlassFilm {
    font-size: 14px;
  }
  .GlassFilm img {
    width: 100% !important;
    height: auto !important;
  }
  h1#a {
    font-size: 18px;
  }
  h2#a {
    font-size: 16px;
  }
  h3#a {
    font-size: 15px;
  }
  .title {
    text-align: center;
  }
  .view-item {
    width: 100%;
  }
}
/* -----------------------------------------------------------------
   フリーページ ハロハロの楽しい仲間たちを紹介
----------------------------------------------------------------- */
#intro #content {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
#intro #left {
  width: 320px;
  margin-right: 30px;
}
#intro #left img {
  width: 100%;
}
#intro table#haroharo th {
  padding: 10px 0 10px 2px;
  width: 60px;
  border-bottom: #83B5DC 1px dotted;
  text-align: left;
}
#intro table#haroharo td {
  padding: 10px 0;
  width: 340px;
  border-bottom: #83B5DC 1px dotted;
}
#intro table#risa th {
  padding: 5px 0;
  width: 60px;
  border-bottom: #EDAFBC 1px dotted;
  text-align: left;
}
#intro table#risa td {
  padding: 5px 0;
  width: 340px;
  border-bottom: #EDAFBC 1px dotted;
}
#intro h3#haroharo {
  border-bottom: #65d6df 1px solid;
  border-left: #65d6df 5px solid;
  padding: 8px 10px;
  font-size: 120%;
  margin-bottom: 10px;
}
#intro h3#risa {
  border-bottom: #ffbbc8 1px solid;
  border-left: #ffbbc8 5px solid;
  padding-left: 5px;
  padding: 8px 10px;
  font-size: 120%;
  margin-bottom: 10px;
}
#intro #right {
  width: 410px;
}
#intro #right table {
  margin-bottom: 30px;
}
#intro #right td p span {
  font-size: 17px;
  color: #ff0000;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #intro {
    width: 100%;
  }
  #intro #left {
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
  #intro #left img {
    width: auto;
  }
  #intro table#risa th {
    padding: 5px 0;
    width: 60px;
    border-bottom: #EDAFBC 1px dotted;
    text-align: left;
  }
  #intro table#risa td {
    padding: 5px 0;
    width: 340px;
    border-bottom: #EDAFBC 1px dotted;
  }
  #intro #right {
    width: 100%;
  }
  #intro #right td p span {
    font-size: 17px;
    color: #ff0000;
    font-weight: 700;
  }
}
/* -----------------------------------------------------------------
   フリーページ ハロハロオリジナル動画紹介
----------------------------------------------------------------- */
#tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px -1px 0;
}
#tab li {
  width: 25%;
  margin-right: 1px;
  margin-left: 1px;
  text-align: center;
  background-color: #f3f0e7;
  font-size: 18px;
  font-weight: 700;
  height: 50px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#tab li a {
  pointer-events: none;
}
#tab li::before {
  padding: 0 10px 5px;
}
#tab li.select {
  color: #fff;
}
#tab li.select a {
  color: #fff !important;
}
#tab li:nth-child(1) {
  border-top: 4px solid #f9bb30;
}
#tab li:nth-child(1) a {
  color: #f9bb30;
}
#tab li:nth-child(1)::before {
  content: url("https://gigaplus.makeshop.jp/haroharo86/img/icon01_off.png");
}
#tab li:nth-child(1).select {
  background-color: #f9bb30;
}
#tab li:nth-child(1).select::before {
  content: url("https://gigaplus.makeshop.jp/haroharo86/img/icon01_on.png");
}
#tab li:nth-child(2) {
  border-top: 4px solid #c48ed9;
}
#tab li:nth-child(2) a {
  color: #c48ed9;
}
#tab li:nth-child(2)::before {
  content: url("https://gigaplus.makeshop.jp/haroharo86/img/icon02_off.png");
}
#tab li:nth-child(2).select {
  background-color: #c48ed9;
}
#tab li:nth-child(2).select::before {
  content: url("https://gigaplus.makeshop.jp/haroharo86/img/icon02_on.png");
}
#tab li:nth-child(3) {
  border-top: 4px solid #eeafba;
}
#tab li:nth-child(3) a {
  color: #eeafba;
}
#tab li:nth-child(3)::before {
  content: url("https://gigaplus.makeshop.jp/haroharo86/img/icon03_off.png");
}
#tab li:nth-child(3).select {
  background-color: #eeafba;
}
#tab li:nth-child(3).select::before {
  content: url("https://gigaplus.makeshop.jp/haroharo86/img/icon03_on.png");
}
#tab li:nth-child(4) {
  border-top: 4px solid #81d1d8;
}
#tab li:nth-child(4) a {
  color: #81d1d8;
}
#tab li:nth-child(4)::before {
  content: url("https://gigaplus.makeshop.jp/haroharo86/img/icon04_off.png");
}
#tab li:nth-child(4).select {
  background-color: #81d1d8;
}
#tab li:nth-child(4).select::before {
  content: url("https://gigaplus.makeshop.jp/haroharo86/img/icon04_on.png");
}
.content_wrap .item-title {
  position: relative;
  padding-left: 80px;
  padding-bottom: 5px;
  font-size: 28px;
  border-bottom: 4px solid #dfdfe1;
  margin-top: 60px;
  margin-bottom: 20px;
}
.content_wrap .item-title span {
  font-size: 0.5em;
}
.content_wrap .item-title small {
  display: block;
  font-size: 12px;
}
.content_wrap .card {
  background: #f7f7f7;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px;
}
.content_wrap .card dl {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.content_wrap .card dl.point {
  display: block;
  padding-bottom: 15px;
}
.content_wrap .card dl.point dt {
  color: #ff9d00;
  font-weight: 700;
  padding-left: 0;
}
.content_wrap .card dl.point dd {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.content_wrap .card dl dt {
  padding: 15px 15px 15px 45px;
}
.content_wrap .card dl dd .type {
  font-size: 16px;
  font-weight: 700;
}
.content_wrap .card dl dd .in_tax {
  font-size: 16px;
}
.content_wrap .card dl dd .in_tax strong {
  color: #ff4200;
  font-size: 20px;
  font-weight: 700;
}
.content_wrap .card dl dd .ex_tax {
  font-size: 12px;
  background: #c4c4c4;
  color: #fff;
  padding: 2px;
  text-align: center;
}
.content_wrap .card .desc {
  width: 100%;
  padding: 1em 0;
  border-top: 2px dotted #ccc;
}
.content_wrap .card .view_item {
  width: 100%;
  height: 70px;
  text-align: center;
  position: relative;
}
.content_wrap .card .view_item_button {
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  padding: 15px;
  width: 300px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content_wrap .card .view_item_button::after {
  content: url("https://gigaplus.makeshop.jp/haroharo86/img/arrow_thin_white.png");
  padding-left: 1em;
}
.content_wrap .view_category {
  text-align: center;
  margin-top: 60px;
}
.content_wrap .view_category img {
  width: 100%;
}
.content_wrap#wall {
  border-top: 4px solid #f9bb30;
}
.content_wrap#wall .wall_sec1 .item-title::before {
  content: url("https://gigaplus.makeshop.jp/haroharo86/img/icon_set01.png");
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.content_wrap#wall .wall_sec2 .item-title::before {
  content: url("https://gigaplus.makeshop.jp/haroharo86/img/icon_set02.png");
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.content_wrap#wall .wall_sec3 .item-title::before {
  content: url("https://gigaplus.makeshop.jp/haroharo86/img/icon_set03.png");
  position: absolute;
  bottom: 5px;
  left: 10px;
}
.content_wrap#wall .view_item_button {
  -webkit-box-shadow: 0 4px 0 #f9bb30;
  box-shadow: 0 4px 0 #f9bb30;
  background-color: #ffd261;
  margin-top: 0;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.content_wrap#wall .view_item_button:hover {
  -webkit-box-shadow: 0 0 0 #f9bb30;
  box-shadow: 0 0 0 #f9bb30;
  margin-top: 4px;
}
.content_wrap#floor {
  border-top: 4px solid #c48ed9;
}
.content_wrap#floor section[class^="floor_sec"] .item-title::before {
  content: url("https://gigaplus.makeshop.jp/haroharo86/img/icon02_off.png");
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.content_wrap#floor .view_item_button {
  -webkit-box-shadow: 0 4px 0 #9e72b2;
  box-shadow: 0 4px 0 #9e72b2;
  background-color: #c48ed9;
  margin-top: 0;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.content_wrap#floor .view_item_button:hover {
  -webkit-box-shadow: 0 0 0 #9e72b2;
  box-shadow: 0 0 0 #9e72b2;
  margin-top: 4px;
}
.content_wrap#window {
  border-top: 4px solid #eeafba;
}
.content_wrap#window section[class^="window_sec"] .item-title::before {
  content: url("https://gigaplus.makeshop.jp/haroharo86/img/icon03_off.png");
  position: absolute;
  bottom: 12px;
  left: 20px;
}
.content_wrap#window .view_item_button {
  -webkit-box-shadow: 0 4px 0 #ea7f96;
  box-shadow: 0 4px 0 #ea7f96;
  background-color: #eeafba;
  margin-top: 0;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.content_wrap#window .view_item_button:hover {
  -webkit-box-shadow: 0 0 0 #ea7f96;
  box-shadow: 0 0 0 #ea7f96;
  margin-top: 4px;
}
.content_wrap#other {
  border-top: 4px solid #81d1d8;
}
.content_wrap#other section[class^="other_sec"] .item-title::before {
  content: url("https://gigaplus.makeshop.jp/haroharo86/img/icon04_off.png");
  position: absolute;
  bottom: 14px;
  left: 20px;
}
.content_wrap#other .view_item_button {
  -webkit-box-shadow: 0 4px 0 #00ada8;
  box-shadow: 0 4px 0 #00ada8;
  background-color: #81d1d8;
  margin-top: 0;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.content_wrap#other .view_item_button:hover {
  -webkit-box-shadow: 0 0 0 #00ada8;
  box-shadow: 0 0 0 #00ada8;
  margin-top: 4px;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mov-block {
  width: calc(100% / 2 - 2%);
  margin: 0 1% 4%;
}
.mov-block .ifr-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56%;
}
.mov-block iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
.mov-block .mov-title {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 3% 0 1%;
  padding: 1% 3% 1% 3%;
  background-color: #efefef;
}
@media screen and (max-width: 768px) {
  #tab li::before {
    padding: 0;
  }
  #tab li {
    justify-content: space-evenly;
  }
  #tab li a {
    pointer-events: none;
    font-size: 1rem;
    line-height: 1.2;
  }
}
/* -----------------------------------------------------------------
   フリーページ 壁紙のサイズの図り方
----------------------------------------------------------------- */
#page02 {
  margin-bottom: 60px;
}
#page02 h3 {
  margin: 3em 0 2em;
  font-size: 1.6rem;
}
#page02 h4 {
  padding: 40px 0 10px;
  clear: both;
}
#page02 p {
  margin: 10px;
}
#page02 .menu {
  width: 760px;
  margin-bottom: 30px;
}
#page02 .menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
#page02 .txt {
  width: 760px;
  margin-bottom: 20px;
  overflow: hidden;
  display: flex;
  flex-wrap: nowrap;
}
.strong {
  font-weight: 700;
}
.redstrong {
  color: #f00;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #page02 {
    margin-bottom: 60px;
  }
  #page02 h3 {
    margin: 40px 0 10px;
    font-size: 18px;
  }
  #page02 h4 {
    padding: 40px 0 10px;
    clear: both;
  }
  #page02 .menu {
    width: 100%;
    margin-bottom: 30px;
  }
  #page02 .menu ul li {
    width: calc(100% / 2 - 2%);
    margin: 1%;
  }
  #page02 .txt {
    width: auto;
    display: block;
  }
  .t_left {
    margin-bottom: 20px;
  }
  .t_right .haro {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}
/* -----------------------------------------------------------------
   フリーページ クッションフロアDIY
----------------------------------------------------------------- */
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 2px;
}
.mb30 {
  margin-bottom: 30px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
.text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
#cf_report {
  font-size: 14px;
  line-height: 2;
}
#cf_report .cont-title {
  margin-bottom: 15px;
}
#cf_report .cont-title img {
  width: 100%;
}
#cf_report .section {
  border: 3px solid #6B563F;
  background-color: #F9F2E7;
  padding: 15px;
  margin-right: 0;
  margin-left: 0;
}
.rightContents .section {
  width: 100%;
  margin-bottom: 30px;
}
#cf_report .section.last {
  background-color: #E7EEF7;
}
#cf_report .section .sec-body {
  padding: 15px;
  margin-bottom: 15px;
}
#cf_report .sec-head {
  margin-bottom: 60px;
}
#cf_report .sec-head.lead .inner {
  position: relative;
  background-image: none;
  padding: 0 0 0;
}
#cf_report .sec-head .azuki {
  position: absolute;
  bottom: -70px;
}
#cf_report .sec-title {
  background: url(https://gigaplus.makeshop.jp/haroharo86/cf_report/bg_ttl.png) 50% 50% no-repeat;
  padding: 30px 15px;
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: #632D00;
}
#cf_report .last .sec-title {
  background: url(https://gigaplus.makeshop.jp/haroharo86/cf_report/bg_ttl02.png) 50% 50% no-repeat;
  color: #fff;
}
#cf_report .memo {
  padding: 15px;
  background-color: #f4f4f4;
  border: 1px solid #ccc;
}
#cf_report .caption {
  color: #777;
  font-size: 12px;
  text-align: center;
}
#cf_report .icn {
  display: block;
  width: 50px;
  padding-top: 40px;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: center;
}
#cf_report .icn + dd {
  display: inline-block;
  background-color: #eee0d0;
  border-radius: 5px;
  padding: 10px;
  position: relative;
}
#cf_report .icn + dd::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #eee0d0;
  position: absolute;
  top: -8px;
  left: 17px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#cf_report .icn-kko {
  background: url(https://gigaplus.makeshop.jp/haroharo86/cf_report/icn_kko.png) 0 0 no-repeat;
  background-size: 50px;
}
#cf_report .icn-kko02 {
  background: url(https://gigaplus.makeshop.jp/haroharo86/cf_report/icn_kko02.png) 0 0 no-repeat;
  background-size: 50px;
}
#cf_report .icn-azuki {
  padding-top: 50px;
  background: url(https://gigaplus.makeshop.jp/haroharo86/cf_report/icn_azuki.png) 0 0 no-repeat;
  background-size: 50px;
}
#cf_report .title {
  color: #6B563F;
  font-size: 18px;
  padding-left: 1%;
  text-align: center;
  font-weight: 700;
}
#cf_report .view-container {
  padding-bottom: 60px;
}
#cf_report .bad-good {
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #eee;
  padding: 10px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#cf_report .bad-good dt {
  border-right: 1px solid #ddd;
  padding-right: 10px;
  min-width: 100px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#cf_report .bad-good dt span {
  font-size: 25px;
  vertical-align: middle;
  margin-right: 5px;
}
#cf_report .bad-good dd {
  line-height: 1.4;
  padding-left: 10px;
}
#cf_report .bad-good.good dt span {
  color: #FF6585;
}
#cf_report .bad-good.bad dt span {
  color: #0185D8;
}
@media screen and (max-width: 768px) {
  #cf_report .sec-title {
    font-size: 18px;
    line-height: 1.4;
  }
}
/* -----------------------------------------------------------------
   フリーページ クッションフロア マスキングテープ
----------------------------------------------------------------- */
.page19 h2#brown {
  margin: 2rem auto;
  font-size: 1.5rem;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #79490b;
  width: 90%;
}
.page19 h3#brown {
  margin: 2rem auto;
  font-size: 1.2rem;
  padding: 1rem 2rem;
  background: #0b3b79;
  color: #fff;
  width: 90%;
}
.page19 h4 {
  margin: 2rem auto;
  padding: 1rem 2rem;
  font-size: 1rem;
  border-top: 3px solid #000;
  border-bottom: 3px solid #000;
  width: 90%;
}
/* -----------------------------------------------------------------
   フリーページ グリーンバック
----------------------------------------------------------------- */
.page18 img {
  margin: 10px 0;
}
.page18 .headImg img {
  margin: 0;
}
h2#green {
  font-size: 1.5rem;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #094;
}
h2#green:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #094 transparent transparent transparent;
}
h3#green {
  font-size: 1rem;
  padding: 1rem 2rem;
  background: #c9ffc6;
}
h4#green {
  font-size: 1rem;
  padding: 1rem 3rem;
  color: #fff;
  border-radius: 100vh;
  background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#00e3ae));
  background-image: -webkit-linear-gradient(right, #9be15d 0%, #00e3ae 100%);
  background-image: linear-gradient(to left, #9be15d 0%, #00e3ae 100%);
}
/* -----------------------------------------------------------------
   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;
}
.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;
}
/* -----------------------------------------------------------------
   responsive
----------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  /*ボタン*/
  .openbtn {
    position: fixed;
    z-index: 9999;
    top: 16px;
    left: 3px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }
  .openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #666;
    width: 45%;
  }
  .openbtn span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
    background: #fff;
  }
  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
    background: #fff;
  }
  .sp-side-section {
    display: block;
  }
  .sp-side-section .sp-gnav {
    list-style: none;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
  }
  .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;
  }
  .category-list-title, .side-category-item {
    border-bottom: 1px solid #ccc;
    color: #fff;
  }
  .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: 100%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .calendar-wrap div {
    background: #fff;
  }
  .calendar-title {
    margin-bottom: 0;
  }
  .main {
    width: 100%;
  }
  .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: 0 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;
  }
  .category-title {
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .category-title dl {
    margin-bottom: 20px;
  }
  .categoryToggle {
    margin: 2em 0;
  }
  .categoryToggle #toggle {
    display: none;
    cursor: pointer;
  }
  .categoryToggle label {
    padding: 8px 15px 8px 25px;
    display: block;
    text-align: left;
    background: #eee;
    margin-bottom: -1.2em;
    position: relative;
  }
  .categoryToggle label:after {
    content: "+";
    font-size: 14px;
    font-weight: 700;
    margin-left: auto;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    right: 20px;
  }
  .categoryToggle #toggle:checked + .category-child-item {
    display: block;
    margin: 30px auto 0;
  }
  .category-child-item {
    display: none;
  }
  .category-child-item li {
    width: 100%;
    margin: 0 0 10px 0;
    background: none;
    border: none;
  }
  .category-child-item li a {
    background: url(https://gigaplus.makeshop.jp/haroharo86/design/haroharo86/img/icon_arrow.jpg) 12px center no-repeat;
  }
  .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;
  }
  .add-cart {
    display: block;
    margin: 0 0 16px;
  }
  .add-cart .item-stock {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .add-cart .btn {
    width: 85%;
    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: 30%;
  }
  .item-info-list li dd {
    width: 60%;
  }
  .checked-contents {}
  .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%;
  }
  .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 {
    max-width: 100%;
  }
  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;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .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;
  }
}
@media screen and (max-width: 374px) {
  .header .header-menu {
    padding: 20px 20px;
  }
  .choice-btn li {
    width: 56px !important;
    margin-right: 4px;
  }
  .choice-btn li img {
    width: 56px !important;
    height: 56px;
  }
}
/* モーダルCSS */
.modalContents p {
  text-align: center;
}
.modal-area {
  display: none;
  position: fixed;
  z-index: 10; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9);
}
.modal-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  max-width: 550px;
  padding: 30px;
  background-color: #fff;
}
.modal-cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-cart-btn li {
  border-radius: 5px;
  margin: 3% 1%;
  width: 100%;
}
.modal-cart-btn li a {
  display: block;
  text-align: center;
  padding: 15px 0;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
}
.modal-cart {
  background: #707070;
}
.modal-order {
  background: #1FD5AD;
}
.modal-close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.modal-open {
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
  width: 100%;
  margin: 10px 0;
  position: relative;
}
.cart-amazon {
  width: fit-content;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .modal-wrapper {
    top: 50%;
    left: 18.5%;
    transform: translate(-50%, -50%);
    width: 30%;
    max-width: 30%;
  }
  .modalContents p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .modal-cart-btn {
    display: block;
  }
  .modal-cart-btn li {
    width: 100%;
  }
  .modal-cart-btn li a {
    display: block;
    text-align: center;
    padding: 15px 0;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
  }
}
/*---商品詳細 床
-------------------------------------------------------------------*/
.floor-details dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 16px;
  margin: 20px 0;
  background-color: #fcfcfc;
}
.floor-details dt {
  width: 30%;
  border-top: 2px solid #bbb;
  padding: 10px;
}
.floor-details dd {
  width: 70%;
  border-top: 2px solid #bbb;
  padding: 10px;
}
.content-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-top: 30px;
}
.content-left-img {
  text-align: center;
}
.content-left img {
  width: 400px;
}
.content-left-description {
  text-align: center;
  max-width: 500px;
}
.content-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  flex-direction: row-reverse;
  padding-top: 50px;
}
.content-right-img {
  text-align: center;
}
.content-right img {
  width: 400px;
}
.content-right-description {
  text-align: center;
  max-width: 500px;
}
.content-point {
  font-size: 20px;
  text-decoration: underline;
  padding-bottom: 50px;
  padding-top: 20px;
}
.content-point-details {
  font-size: 18px;
}
/*スライダーcss*/
.gallery li {
  list-style: none;
  text-align: center;
}
.gallery li img {
  width: 100%;
}
.slick-prev, .slick-next {
  position: absolute;
  z-index: 3;
  top: 42%;
  cursor: pointer;
  outline: none;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  height: 15px;
  width: 15px;
}
.slick-prev:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}
.slick-next:after {
  content: "";
  position: absolute;
  top: -14px;
  left: -8px;
  width: 40px;
  opacity: 0.5;
  height: 30px;
  transform: rotate(45deg);
  background-color: rgba(251, 250, 247, 0.75);
}
.slick-prev {
  left: 2.5%;
  transform: rotate(-135deg);
}
.slick-next {
  right: 2.5%;
  transform: rotate(45deg);
}
.slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.choice-btn {
  margin: 6px 0 40px;
}
.choice-btn li {
  cursor: pointer;
  background: #333;
  width: calc(100% / 5 - 1%) !important;
  margin: 0.5%;
}
.choice-btn li:nth-child(5n) {
  margin-right: 0;
}
.choice-btn .slick-track {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.choice-btn .slick-track::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}
.choice-btn .slick-track::after {
  content: "";
  display: block;
  width: 23%;
}
.choice-btn li img {
  opacity: 0.4;
  width: 98px !important;
   !importan;
   !importa;
   !import;
   !impor;
   !impo;
   !imp;
   !im;
   !i;
   !;
  height: 69px !important;
  object-fit: cover;
}
.choice-btn li.slick-current img {
  opacity: 1;
}
/*追加*/
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
li.slick-slide img {
  height: 515px;
  object-fit: contain;
}
/*スライダーcssここまで*/
@media screen and (max-width: 599px) {
  .choice-btn .slick-track {
    width: 100% !important;
  }
  .slick-prev, .slick-next {
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
  }
  .slick-prev:after {
    display: none;
  }
  .slick-next:after {
    display: none;
  }
  li.slick-slide img {
    height: 380px;
    object-fit: contain;
  }
}
/*スマホドロワー*/
.drawer__accountText {
  padding: 15px 20px;
  background: #5c5c5c;
  color: #fff;
}
.drawer__accountText h2 {
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}
.drawer__acount {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #fff;
}
.drawer__acount li {
  list-style: none;
  flex: 0 50%;
}
.drawer__acount li a {
  border-bottom: 1px solid #dfdfdf;
  font-size: 14px;
  padding: 13px 15px;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.drawer__acount li a:nth-child(odd) {
  border-right: 1px solid #dfdfdf;
}
.drawer__acount img {
  margin-right: 5px;
  width: 22px !important;
}
.drawer__submenu {
  display: none; /* 初期状態で非表示 */
  transition: all 0.3s ease-out;
}
.drawer__submenu.open {
  /* 開いたら表示 */
  margin-left: 1em;
}
.drawer__menu > .drawer__menu-link > ul {
  margin-left: 0;
}
.drawer__menu-link {
  position: relative;
  list-style: none;
}
.drawer__submenu:nth-child(n+2) .drawer__menu-link {
  border-top: 1px dotted #c9c9c9;
  border-bottom: none;
}
.drawer__menu-link a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  background: #5c5c5c;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}
.drawer__menu-link a:hover {
  opacity: 1;
}
.drawer__submenu:nth-child(n+2) .drawer__menu-link a {
  background: #fff;
  color: #333;
  pointer-events: inherit;
}
.drawer__submenu:nth-child(n+2) .drawer__menu-link a:before {
  content: "└";
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 5px;
}
.drawer__menu-link.has-sub > a::after {
  content: "+"; /* 初期状態は "+" */
  font-size: 14px;
  font-weight: 700;
  margin-left: auto;
  transition: transform 0.2s ease-in-out;
}
.drawer__menu-link.has-sub.open > a::after {
  content: "－"; /* 開いたときは "－" */
}
.drawer__menu-link.nomal {
  border-top: 1px dotted #c9c9c9;
  border-bottom: none;
}
.drawer__menu-link.nomal a {
  background: #fff;
  color: #333;
}
.drawer__menu-link.nomal a img {
 width: 22px!important;
 height: 22px!important;
}
