@charset "UTF-8";
/* Scss Document */
/*!
 * Theme Name: canon housaku style sheets
*/
@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800");
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/**
 * for tablet and Pc. large viewport
 */
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0)
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0)
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0)
ease-out - cubic-bezier(0, 0, 0.58, 1.0)
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0)
*/
/**
 * text ellipsis for block multiline
 */
/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/**
 * element size
 */
/**
 * position layout
 */
/**
 * images
 */
/**
* Variables
*/
/** extend */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article, aside, footer, header, nav, section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, figure, main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b, strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio, video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details, menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  letter-spacing: 0;
  font-family:  "Kosugi Maru", "Noto Sans JP", YuGothic, Meiryo, sans-serif;;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  width: 100%;
  background: url(../img/bg.jpg) 0 0 repeat; }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.2rem; } }

@media screen and (max-width: 767px) {
  html, body {
    width: 100%;
    height: 100%; } }

* {
  word-wrap: break-word;
  overflow-wrap: break-word; }

.font_en {
  font-family: "Open Sans", sans-serif; }

a {
  color: #000000;
  transition: color ease-out .2s; }

a:hover {
  color: #812d70; }

*, *:before, *:after {
  box-sizing: border-box; }

h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
  margin: 0;
  padding: 0; }

ul, li {
  padding: 0;
  margin: 0; }

li {
  list-style: none; }

img {
  vertical-align: bottom; }
  @media screen and (max-width: 767px) {
    img {
      max-width: 100%;
      height: auto; } }

figure {
  margin: 0;
  padding: 0; }

#wrapper, .row {
  position: relative;
  text-align: left; }

#wrapper {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    #wrapper {
      margin-top: 20px; } }

#makebanner {
  width: 100%;
  max-width: 1100px;
  padding-bottom: 80px;
  margin: 0 auto; }
  #makebanner > tbody > tr > td {
    width: auto;
    height: auto; }
    #makebanner > tbody > tr > td:nth-of-type(3) > table {
      width: auto;
      height: auto; }
    #makebanner > tbody > tr > td:nth-of-type(2) {
      display: none; }

.l-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto; }

.l-main {
  margin-left: 40px;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .l-main {
      width: 790px; } }
  .l-main_sec {
    margin-top: 25px; }
    .l-main_sec #makebanner {
      margin-bottom: 50px; }
  .l-main_ttl {
    margin-bottom: 30px; }
    .l-main_ttl h2 {
      font-size: 3rem;
      line-height: 1.4; }
    .l-main_ttl .icon {
      display: inline-block;
      padding: 4px 10px;
      font-size: 1.4rem;
      color: #fff;
      white-space: nowrap;
      margin-bottom: 15px; }
      .l-main_ttl .icon-pickup {
        background-color: #e60404; }
    .l-main_ttl .number {
      margin-top: 15px; }
    #detail .l-main_ttl {
      margin-bottom: 35px; }
      #detail .l-main_ttl::after {
        display: none; }

.l-header {
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 767px) {
    .l-header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #fff;
      z-index: 110; } }
  @media screen and (min-width: 768px) {
    .l-header-top {
      background-color: #fff;
      text-align: left; } }
  @media screen and (max-width: 767px) {
    .l-header-top {
      position: absolute;
      right: 3%;
      top: 6px; } }
  .l-header-top .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 46px; }
  .l-header-top .copy {
    color: #6e3c00;
    font-size: 1.4rem; }
    @media screen and (max-width: 767px) {
      .l-header-top .copy {
        display: none; } }
  .l-header-top .other_area table {
    width: 100%; }
  .l-header-top .mamber {
    text-align: right;
    display: flex;
    justify-content: flex-end; }
    .l-header-top .mamber .name {
      font-weight: bold;
      padding-right: 15px;
      margin-right: 15px;
      border-right: 1px solid #999; }
      @media screen and (max-width: 767px) {
        .l-header-top .mamber .name {
          padding-right: 10px;
          margin-right: 10px; } }
    @media screen and (max-width: 767px) {
      .l-header-top .mamber span {
        display: none; } }
  .l-header-top .tel {
    text-align: right; }
    @media screen and (min-width: 768px) {
      .l-header-top .tel {
        display: none; } }
    @media screen and (max-width: 767px) {
      .l-header-top .tel {
        max-width: 140px;
        position: relative;
        top: -5px; }
        .l-header-top .tel a {
          display: block; } }
  .l-header-btm {
    padding-top: 32px;
    padding-bottom: 29px;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .l-header-btm {
        padding: 10px;
        background-color: #fff; } }
    @media screen and (max-width: 767px) {
      .l-header-btm .logo {
        width: 123px; } }
    .l-header-btm .wrap {
      position: relative; }
    .l-header-btm .ribbon {
      position: absolute;
      top: -42px;
      left: 280px; }
      @media screen and (max-width: 767px) {
        .l-header-btm .ribbon {
          top: -5px;
          left: 132px; }
          .l-header-btm .ribbon img {
            width: 74px; } }
    .l-header-btm .tel {
      color: #6e3c00;
      font-size: 1.4rem;
      display: flex;
      align-items: center; }
      @media screen and (min-width: 768px) {
        .l-header-btm .tel {
          position: absolute;
          right: 0;
          top: -22px; } }
      @media screen and (max-width: 767px) {
        .l-header-btm .tel {
          display: none;
          font-size: 1rem;
          margin-top: -5px; }
          .l-header-btm .tel span {
            display: block;
            text-align: right; } }
      .l-header-btm .tel .free_dial {
        font-size: 2.8rem;
        font-family: "Open Sans", sans-serif;
        font-weight: 700;
        margin-left: 15px;
        padding-left: 95px;
        padding-right: 52px;
        background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/header/free.png) 0 50% no-repeat, url(https://gigaplus.makeshop.jp/fukuda29/common/images/header/free_tel.png) 100% 0% no-repeat; }
        @media screen and (max-width: 767px) {
          .l-header-btm .tel .free_dial {
            font-size: 1.8rem;
            background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/header/free.svg) 0 17% no-repeat;
            background-size: auto 15px;
            padding-left: 26px;
            padding-right: 0;
            margin-left: 0;
            margin-top: 2px; } }
        .l-header-btm .tel .free_dial small {
          font-size: 1.4rem; }
          @media screen and (min-width: 768px) {
            .l-header-btm .tel .free_dial small {
              display: none; } }
          @media screen and (max-width: 767px) {
            .l-header-btm .tel .free_dial small {
              display: block;
              font-size: 10px; } }
    .l-header-btm .pay {
      display: flex;
      align-items: center;
      text-align: right; }
      @media screen and (min-width: 768px) {
        .l-header-btm .pay {
          position: absolute;
          right: 0;
          bottom: -24px; } }
      @media screen and (max-width: 767px) {
        .l-header-btm .pay {
          display: none; } }
      .l-header-btm .pay ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
        padding-left: 10px; }
        .l-header-btm .pay ul li {
          margin-left: 6px;
          height: 32px; }
          .l-header-btm .pay ul li.rakuten {
            background-color: #fff;
            border: 1px solid #f0f0f0;
            border-radius: 4px;
            overflow: hidden; }
      .l-header-btm .pay p {
        height: 32px; }

.l-menu {
  text-align: center; }
  @media screen and (max-width: 767px) {
    .l-menu {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100vw;
      height: 100vh;
      z-index: -1;
      background-color: #812d70;
      transform: translateY(-110vh);
      transition: transform ease-out 0s;
      text-align: left; }
      .fix .l-menu {
        transform: translateY(0vh); } }
  @media screen and (max-width: 767px) {
    .l-menu_wrap {
      position: absolute;
      left: 0;
      right: 0; } }
  @media screen and (min-width: 768px) {
    .l-menu_main {
      display: flex;
      margin-top: 20px; } }
  @media screen and (max-width: 767px) {
    .l-menu_main {
      margin-top: 101px;
      border-top: 1px solid rgba(255, 255, 255, 0.5); } }
  @media screen and (min-width: 768px) {
    .l-menu_main li {
      font-size: 2rem;
      width: 20%;
      border-right: 1px solid #cfcfcf; }
      .l-menu_main li:nth-of-type(1) {
        border-left: 1px solid #cfcfcf; } }
  @media screen and (min-width: 768px) {
    .l-menu_main li a {
      position: relative;
      color: #812d70;
      display: block;
      overflow: hidden;
      text-decoration: none;
      height: 56px;
      padding-top: 15px;
      transition: color ease-out .2s, background-color ease-out .2s; }
      .l-menu_main li a::before {
        content: '';
        position: absolute;
        top: 100%;
        width: 100%;
        height: 100%;
        display: block;
        background-color: #812d70;
        transition: top ease-out 0.2s; } }
  .l-menu_main li a:hover {
    color: #fff; }
    .l-menu_main li a:hover::before {
      top: 0%; }
    .l-menu_main li a:hover .en {
      color: #fff; }
  @media screen and (max-width: 767px) {
    .l-menu_main li a {
      position: relative;
      color: #fff;
      display: block;
      overflow: hidden;
      text-decoration: none;
      font-size: 1.4rem;
      line-height: 2.5;
      background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/i_arrow4.svg) 94% 50% no-repeat;
      padding-left: 15px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); } }
  .l-menu_main li span {
    position: relative;
    display: block;
    letter-spacing: 0.25em;
    padding-left: 0.25em;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .l-menu_main li span {
        letter-spacing: 0.1em; } }
  .l-menu_main li .en {
    margin-top: 7px;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    color: #812d70;
    transition: color ease-out .2s; }
    @media screen and (max-width: 767px) {
      .l-menu_main li .en {
        display: none; } }
  @media screen and (min-width: 768px) {
    .l-menu_sub {
      display: none; } }
  .l-menu_sub li a {
    position: relative;
    color: #fff;
    display: block;
    overflow: hidden;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2.5;
    background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/i_arrow4.svg) 94% 50% no-repeat;
    padding-left: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .l-menu_sub li span {
    position: relative;
    display: block;
    letter-spacing: 0.1em;
    padding-left: 0.25em;
    font-weight: bold; }
  @media screen and (min-width: 768px) {
    .l-menu_side {
      position: fixed;
      top: 0;
      /*right: 0;*/ } }
  @media screen and (max-width: 767px) {
    .l-menu_side {
      background: white; } }
  .l-menu_side a, .l-menu_side span.sp_menu {
    display: block;
    text-decoration: none;
    width: 90px;
    height: 90px;
    background-color: #812d70;
    color: #fff;
    padding-top: 13px;
    transition: background-color ease-out .2s; }
    .l-menu_side a:hover, .l-menu_side span.sp_menu:hover {
      background-color: #812d70; }
    @media screen and (max-width: 767px) {
      .l-menu_side a, .l-menu_side span.sp_menu {
        width: 100%;
        height: 46px;
        padding-top: 6px; } }
  @media screen and (max-width: 767px) {
    .l-menu_side ul {
      display: flex; } }
  .l-menu_side li {
    font-size: 1.2rem;
    margin-bottom: 1px; }
    @media screen and (max-width: 767px) {
      .l-menu_side li {
        width: 25%;
        padding-left: 1px;
        font-size: 1rem;
        margin-bottom: 0; }
        .l-menu_side li table {
          width: 100%; }
        .l-menu_side li:nth-of-type(1) {
          padding-left: 0; } }
    .l-menu_side li i {
      display: block;
      margin: 0 auto;
      margin-bottom: 3px; }
    .l-menu_side li.side_cart i {
      width: 60px;
      height: 40px;
      background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/header/side_cart.svg) 60% 50% no-repeat; }
      @media screen and (max-width: 767px) {
        .l-menu_side li.side_cart i {
          height: 18px;
          background-position: 50% 50%;
          background-size: auto 18px; } }
    .l-menu_side li.side_login i {
      width: 60px;
      height: 40px;
      background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/header/side_login.svg) 50% 50% no-repeat; }
      @media screen and (max-width: 767px) {
        .l-menu_side li.side_login i {
          height: 18px;
          background-size: auto 18px; } }
    .l-menu_side li.side_mail i {
      width: 60px;
      height: 30px;
      background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/header/side_mail.svg) 50% 50% no-repeat; }
      @media screen and (max-width: 767px) {
        .l-menu_side li.side_mail i {
          height: 18px;
          background-size: auto 12px; } }
    @media screen and (min-width: 768px) {
      .l-menu_side li.side_mail a {
        padding-top: 18px; } }
    .l-menu_side li.side_menu {
      display: none; }
      @media screen and (max-width: 767px) {
        .l-menu_side li.side_menu {
          display: block; } }
      .l-menu_side li.side_menu i {
        width: 60px;
        height: 40px;
        background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/header/side_menu.svg) 50% 50% no-repeat; }
        @media screen and (max-width: 767px) {
          .l-menu_side li.side_menu i {
            height: 18px;
            background-size: auto 12px; } }
    @media screen and (max-width: 767px) {
      .l-menu_side li span {
        display: block; } }

@media screen and (max-width: 767px) {
  .header-banner-container {
    max-width: 320px;
    margin: 0 auto; } }

.global-footer {
  margin-top: 80px;
  text-align: left;
  background: url(../img/bg.jpg) 0 0 repeat; }
  .global-footer--inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden; }
    .global-footer--inner h2 {
      margin-bottom: 1em;
      font-size: 1.5rem;
      color: #812d70; }
    .global-footer--inner h3 {
      margin: 0;
      padding: 0.5em 1em;
      color: #fff;
      font-size: 1.5rem;
      background: #812d70; }
    .global-footer--inner .footer-pay-elem {
      text-align: left; }
      .global-footer--inner .footer-pay-elem h3 {
        margin-bottom: 10px; }
      .global-footer--inner .footer-pay-elem figure {
        display: inline-block;
        text-align: left;
        margin-top: 0.5em; }
      .global-footer--inner .footer-pay-elem p {
        margin-top: 1em;
        font-size: 1.5rem;
        font-weight: bold; }
    .global-footer--inner .footer-contact-elem h3 {
      margin-bottom: 10px; }
    .global-footer--inner .footer-contact-elem .btn-elem {
      margin-bottom: 10px; }
      .global-footer--inner .footer-contact-elem .btn-elem a {
        display: block;
        padding: 0.6em 2em .5em;
        font-size: 2.2rem;
        text-align: center; }
        .global-footer--inner .footer-contact-elem .btn-elem a i {
          margin-bottom: -1px; }
      .global-footer--inner .footer-contact-elem .btn-elem + p {
        margin-bottom: 1em;
        font-size: 1.4rem;
        line-height: 1.5; }
    .global-footer--inner .footer-guide-elem h3 {
      margin-bottom: 1em; }
    .global-footer--inner .footer-guide-elem p {
      font-size: 1.4rem; }
      .global-footer--inner .footer-guide-elem p + p {
        margin-top: 1em; }
    .global-footer--inner .footer-flow-elem {
      width: 72.7272727272727273%;
      float: left;
      margin-bottom: 20px; }
    .global-footer--inner .footer-maker-elem {
      width: 25.454545454545454%;
      float: right;
      margin-left: 1.8181818181818181%; }
    .global-footer--inner .footer-pay-elem {
      width: 35.45454545454545%;
      float: left; }
    .global-footer--inner .footer-contact-elem {
      width: 35.45454545454545%;
      float: left;
      margin-left: 1.8181818181818181%; }
    .global-footer--inner .footer-guide-elem {
      clear: both;
      width: 72.7272727272727273%;
      float: left; }
  .global-footer--bottom {
    padding: 32px 0;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    background: #812d70; }
    .global-footer--bottom nav {
      margin-bottom: 20px; }
      .global-footer--bottom nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        justify-content: center; }
        .global-footer--bottom nav ul li {
          margin: 0 20px; }
          .global-footer--bottom nav ul li a {
            color: #fff;
            text-decoration: none;
            padding-bottom: 2px;
            border-bottom: 1px solid #812d70;
            transition: border-bottom ease-out .2s; }
            .global-footer--bottom nav ul li a:hover {
              border-bottom: 1px solid #fff; }
    .global-footer--bottom small {
      font-size: 1.2rem; }

@media screen and (max-width: 899px) {
  .global-footer {
    padding: 20px 0 0; }
    .global-footer--inner .footer-flow-elem,
    .global-footer--inner .footer-maker-elem,
    .global-footer--inner .footer-pay-elem,
    .global-footer--inner .footer-contact-elem,
    .global-footer--inner .footer-guide-elem {
      float: none;
      width: 100%;
      margin: 0 0 20px;
      padding: 0 15px; }
    .global-footer--bottom {
      padding: 1em 0; }
      .global-footer--bottom nav {
        display: none; } }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  cursor: pointer; }

.l-sidebar {
  width: 270px; }
  @media screen and (max-width: 767px) {
    .l-sidebar {
      width: 100%; } }
  .l-sidebar small {
    font-weight: normal; }
  @media screen and (min-width: 768px) {
    .l-sidebar_acttion {
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .l-sidebar_acttion {
      margin: 15px 0; } }
  .l-sidebar_acttion .ttl {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px; }
  .l-sidebar_acttion .wrap {
    background-color: #fff;
    padding: 16px; }
  .l-sidebar_acttion .search {
    box-shadow: 0 0 4px #edeae7;
    padding: 10px;
    position: relative;
    background-color: #812d70; }
    .l-sidebar_acttion .search .ttl {
      background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/side/search.png) 0 50% no-repeat;
      padding-left: 30px;
      line-height: 26px; }
    .l-sidebar_acttion .search input {
      height: 32px;
      width: calc(100% - 32px);
      border: 1px solid #ccc; }
    .l-sidebar_acttion .search p.search_ttl {
      color: #812d70;
      text-align: center;
      font-size: 1.6rem;
      font-weight: bold;
      margin-bottom: 10px; }
    .l-sidebar_acttion .search p.t1 {
      margin-top: 10px;
      font-size: 1.5rem;
      font-weight: bold; }
    .l-sidebar_acttion .search p.t2 {
      margin-top: 5px;
      font-size: 1.3rem;
      line-height: 1.5; }
    .l-sidebar_acttion .search .deco {
      position: absolute;
      top: -8px;
      right: 6px; }
  .l-sidebar_acttion .login {
    box-shadow: 0 0 4px #edeae7;
    padding: 10px;
    position: relative;
    background-color: #812d70; }
    @media screen and (max-width: 767px) {
      .l-sidebar_acttion .login {
        margin-top: 15px;
        display: none; } }
    .l-sidebar_acttion .login .ttl {
      background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/side/login.png) 5px 50% no-repeat;
      padding-left: 30px;
      line-height: 26px; }
    .l-sidebar_acttion .login p {
      margin-top: 18px;
      margin-bottom: 8px;
      font-size: 1.2rem;
      text-align: center; }
    .l-sidebar_acttion .login .deco {
      position: absolute;
      top: -22px;
      right: 6px; }
  .l-sidebar_category {
    margin-top: 40px;
    background-color: #fff; }
    @media screen and (min-width: 768px) {
      .l-sidebar_category {
        margin: 30px 0;
        box-shadow: 0 0 4px #edeae7; } }
    @media screen and (max-width: 767px) {
      .l-sidebar_category {
        margin: 0;
        margin-top: 1px;
        padding-bottom: 10px;
        background-color: #812d70; } }
    .l-sidebar_category .wrap {
      padding: 20px; }
      @media screen and (max-width: 767px) {
        .l-sidebar_category .wrap {
          padding: 15px 10px;
          background-color: #fff;
          margin: 0 3%; } }
    .l-sidebar_category .ttl {
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      color: #fff;
      font-weight: bold;
      background: #812d70 url(https://gigaplus.makeshop.jp/fukuda29/common/images/side/category.png) 14px 50% no-repeat;
      padding: 10px;
      padding-left: 40px;
      line-height: 26px; }
      @media screen and (max-width: 767px) {
        .l-sidebar_category .ttl {
          background-position: 15px 50%; } }
    .l-sidebar_category .ttl_sub {
      position: relative;
      font-size: 1.6rem;
      letter-spacing: 0.1em;
      font-weight: bold;
      color: #812d70;
      margin-bottom: 4px; }
      .l-sidebar_category .ttl_sub.ttl_sub2 {
        margin-top: 20px; }
        .l-sidebar_category .ttl_sub.ttl_sub2 .deco {
          top: -25px; }
      .l-sidebar_category .ttl_sub::after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        margin-top: 6px;
        background-color: #812d70; }
      .l-sidebar_category .ttl_sub span {
        display: block;
        margin-left: 5px;
        padding: 2px;
        padding-left: 10px;
        border-left: 5px solid #812d70; }
      .l-sidebar_category .ttl_sub small {
        display: block;
        font-size: 1rem;
        margin-top: 4px;
        color: #6e3c00; }
      .l-sidebar_category .ttl_sub .deco {
        position: absolute;
        right: 0;
        top: -15px; }
        @media screen and (max-width: 767px) {
          .l-sidebar_category .ttl_sub .deco {
            display: none; } }
    .l-sidebar_category a {
      text-decoration: none; }
    .l-sidebar_category ul.side_list > li + li::before {
      content: '';
      display: block;
      width: calc(100% - 40px);
      margin-left: 40px;
      height: 1px;
      background-color: #e1e0df; }
      @media screen and (max-width: 767px) {
        .l-sidebar_category ul.side_list > li + li::before {
          width: 100%;
          margin-left: 0; } }
    @media screen and (min-width: 768px) {
      .l-sidebar_category ul.side_list > li.list_last {
        display: none; } }
    .l-sidebar_category ul.side_list > li a {
      position: relative;
      display: flex;
      align-items: center;
      padding: 5px 0;
      transition: color ease-out .1s; }
      .l-sidebar_category ul.side_list > li a::before {
        content: '';
        position: absolute;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        opacity: 0;
        width: 13px;
        height: 9px;
        background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/i_arrow2.svg) 0 0 no-repeat;
        transition: right ease-out .1s, opacity ease-out .1s; }
      @media screen and (min-width: 768px) {
        .l-sidebar_category ul.side_list > li a:hover {
          color: #812d70; }
          .l-sidebar_category ul.side_list > li a:hover::before {
            right: 0px;
            opacity: 1; } }
    .l-sidebar_category ul.side_list > li .pix {
      width: 36px;
      margin-right: 10px; }
    .l-sidebar_category ul.side_list > li .pix img {
      width: 100%;
      height: auto; }
    .l-sidebar_category ul.side_list .side_list_head {
      position: relative;
      display: flex;
      align-items: center;
      padding: 5px 0;
      transition: color ease-out .1s;
      cursor: pointer; }
      .l-sidebar_category ul.side_list .side_list_head::before {
        content: '';
        position: absolute;
        right: 1px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        width: 13px;
        height: 3px;
        background-color: #812d70;
        transition: transform ease-out .1s; }
      .l-sidebar_category ul.side_list .side_list_head::after {
        content: '';
        position: absolute;
        right: 1px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        width: 13px;
        height: 3px;
        background-color: #812d70;
        transition: transform ease-out .1s;
        transform: rotate(90deg); }
      @media screen and (min-width: 768px) {
        .l-sidebar_category ul.side_list .side_list_head:hover {
          color: #812d70; } }
      .l-sidebar_category ul.side_list .side_list_head.on {
        color: #812d70; }
        .l-sidebar_category ul.side_list .side_list_head.on::before, .l-sidebar_category ul.side_list .side_list_head.on::after {
          transform: rotate(180deg); }
    .l-sidebar_category ul.side_list > li ul {
      margin-bottom: 5px;
      display: none; }
      .l-sidebar_category ul.side_list > li ul li {
        border-top: 1px dotted #e1e0df;
        margin-left: 42px; }
        .l-sidebar_category ul.side_list > li ul li a {
          display: block;
          padding: 8px;
          text-indent: 1rem; }
          @media screen and (max-width: 767px) {
            .l-sidebar_category ul.side_list > li ul li a {
              padding: 10px;
              text-indent: 0rem; } }
  .l-sidebar_banner {
    margin: 20px 0; }
    @media screen and (max-width: 767px) {
      .l-sidebar_banner {
        max-width: 320px;
        margin: 20px auto; } }
    .l-sidebar_banner > a, .l-sidebar_banner > p {
      display: block;
      text-align: center; }
      .l-sidebar_banner > a img, .l-sidebar_banner > p img {
        max-width: 100%;
        height: auto; }
      .l-sidebar_banner > a + a, .l-sidebar_banner > a + p, .l-sidebar_banner > p + a, .l-sidebar_banner > p + p {
        margin-top: 20px; }
  .l-sidebar_link {
    background-color: #fff; }
    @media screen and (min-width: 768px) {
      .l-sidebar_link {
        margin-top: 40px;
        box-shadow: 0 0 4px #edeae7; } }
    .l-sidebar_link ul li + li {
      border-top: 1px solid #e1e0df; }
    .l-sidebar_link ul li a {
      padding: 15px;
      position: relative;
      display: flex;
      align-items: center;
      text-decoration: none;
      transition: color ease-out .1s; }
      .l-sidebar_link ul li a::before {
        content: '';
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: block;
        width: 13px;
        height: 9px;
        background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/i_arrow2.svg) 0 0 no-repeat;
        transition: right ease-out .1s, opacity ease-out .1s; }
        @media screen and (min-width: 768px) {
          .l-sidebar_link ul li a::before {
            opacity: 0; } }
      @media screen and (min-width: 768px) {
        .l-sidebar_link ul li a:hover {
          color: #812d70; }
          .l-sidebar_link ul li a:hover::before {
            right: 10px;
            opacity: 1; } }
    .l-sidebar_link ul li .pix {
      width: 62px;
      margin-right: 10px; }
  /* 20240313 */
  .l-side_sns {
    margin: 20px 0;
    position: relative; }
    .l-side_sns img {
      display: block; }
    .l-side_sns a {
      display: block;
      position: absolute; }
    .l-side_sns_link_X {
      left: 40px;
      bottom: 34px; }
    .l-side_sns_link_Threads {
      left: 140px;
      bottom: 34px; }
    @media screen and (max-width: 767px) {
      .l-side_sns {
        max-width: 320px;
        margin: 20px auto; }
        .l-side_sns img {
          width: 100%;
          height: auto;
        }
        .l-side_sns_link_X {
          left: calc(50% - 100px);
          bottom: 50px; }
        .l-side_sns_link_Threads {
          left: calc(50% + 10px);
          bottom: 50px; }
      }
  .l-sidebar_profile {
    position: relative;
    background: url(../img/bg.jpg) 0 0 no-repeat;
    padding: 15px; }
    @media screen and (min-width: 768px) {
      .l-sidebar_profile {
        margin-top: 40px;
        box-shadow: 0 0 4px #edeae7; } }
    @media screen and (max-width: 767px) {
      .l-sidebar_profile {
        background-size: 100% auto; } }
    .l-sidebar_profile .ttl {
      color: #fff;
      font-weight: bold;
      margin-bottom: 15px; }
    .l-sidebar_profile .wrap {
      background-color: #fff; }
    @media screen and (max-width: 767px) {
      .l-sidebar_profile .pix img {
        width: 100%; } }
    .l-sidebar_profile .dtl {
      padding: 10px;
      font-size: 1.2rem;
      line-height: 1.6; }
    .l-sidebar_profile .fuki {
      position: absolute;
      top: 10px;
      right: 10px; }
  .l-sidebar_calendar {
    margin-top: 20px;
    border: 1px solid #e6e6e6;
    background: white; }
    .l-sidebar_calendar .ttl {
      padding: 0.5em;
      font-size: 1.6rem;
      color: white;
      text-align: center;
      background: #812d70; }
    .l-sidebar_calendar .wrap {
      padding: 10px; }
      .l-sidebar_calendar .wrap p {
        margin-top: 1em;
        font-size: 1.2rem;
        line-height: 1.5; }

.c-itemDetail {
  padding: 40px;
  background: white;
  box-shadow: 0 0 4px #edeae7; }
  @media screen and (max-width: 767px) {
    .c-itemDetail {
      padding: 20px; } }
  .c-itemDetail h2 {
    margin: 0 0 1em;
    padding-bottom: 0.5em;
    font-size: 2.8rem;
    line-height: 1.4;
    border-bottom: 4px solid #71b72e; }
    @media screen and (max-width: 767px) {
      .c-itemDetail h2 {
        font-size: 2.2rem; } }
  .c-itemDetail h3 {
    margin: 0 0 0.5em;
    padding-left: 16px;
    color: #71b72e;
    font-size: 2.4rem;
    line-height: 1.4;
    border-left: 6px solid #71b72e; }
    @media screen and (max-width: 767px) {
      .c-itemDetail h3 {
        font-size: 1.8rem; } }
  .c-itemDetail p {
    margin-bottom: 1em; }
  .c-itemDetail-image {
    margin-bottom: 40px;
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6; }
    @media screen and (max-width: 767px) {
      .c-itemDetail-image {
        margin-bottom: 20px;
        padding-bottom: 20px; } }
    .c-itemDetail-image img {
      max-width: 100%;
      height: auto; }

/**
 * main.scss
 */
.l-pankuzu {
  margin-top: -5px;
  margin-bottom: 20px;
  line-height: 2; }
  .l-pankuzu a {
    text-decoration: none; }
  .l-pankuzu font {
    color: #000000 !important; }

.p-basket {
  margin-bottom: 80px; }
  .p-basket #r_basket table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%; }
  .p-basket #r_basket a {
    text-decoration: none; }
  .p-basket .basketImg {
    width: 100px !important;
    height: auto !important; }
    .p-basket .basketImg img {
      width: 100%; }
  .p-basket .quantityWrap {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .p-basket .basketQunantity {
    display: flex;
    margin-left: 10px; }
    .p-basket .basketQunantity a {
      position: relative;
      display: block;
      width: 24px;
      height: 24px; }
      .p-basket .basketQunantity a + a {
        margin-left: 5px; }
    .p-basket .basketQunantity .basket_btn {
      background-color: #812d70;
      position: relative;
      display: block;
      width: 24px;
      height: 24px;
      transition: opacity .2s; }
      .p-basket .basketQunantity .basket_btn::before, .p-basket .basketQunantity .basket_btn::after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        display: block;
        background-color: #fff; }
    .p-basket .basketQunantity .basket_btn_up::before {
      width: 16px;
      height: 2px; }
    .p-basket .basketQunantity .basket_btn_up::after {
      width: 2px;
      height: 16px; }
    .p-basket .basketQunantity .basket_btn_down::before {
      width: 16px;
      height: 2px; }
    .p-basket .basketQunantity .basket_btn_down::after {
      display: none; }
  .p-basket .quantityAmend {
    text-align: right;
    margin-top: 5px;
    font-size: 1.3rem; }
  .p-basket .basketPoint, .p-basket .basketPrice {
    text-align: right; }
  .p-basket .basketBtns {
    text-align: center;
    width: 70px; }
    .p-basket .basketBtns .basket_del {
      background-color: #979797;
      display: block;
      padding: 5px;
      font-size: 1.3rem;
      color: #fff;
      transition: opacity .2s; }
  .p-basket .basketTotal {
    text-align: right; }
    .p-basket .basketTotal dt, .p-basket .basketTotal dd {
      display: inline-block; }
  .p-basket .btnWrap {
    margin-top: 30px; }
    .p-basket .btnWrap a {
      display: block; }
    .p-basket .btnWrap .basket_btn2_list {
      width: 216px;
      height: 54px;
      font-size: 1.6rem;
      background-color: #979797;
      color: #fff;
      border-radius: 4px;
      line-height: 54px;
      text-align: center;
      box-shadow: 0 2px 0 #5a5a5a;
      transition: box-shadow ease-out .1s, transform ease-out .1s; }
    .p-basket .btnWrap .basket_btn2_order {
      width: 296px;
      height: 54px;
      font-size: 1.6rem;
      background-color: #d20000;
      color: #fff;
      border-radius: 4px;
      line-height: 54px;
      text-align: center;
      box-shadow: 0 2px 0 #ab0000;
      transition: box-shadow ease-out .1s, transform ease-out .1s; }
      .p-basket .btnWrap .basket_btn2_order span {
        display: inline-block;
        background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/basket/i1.svg) 0 50% no-repeat;
        background-size: 32px auto;
        padding-left: 40px; }
    .p-basket .btnWrap .basket_btn2_clear {
      margin-top: 10px; }
      .p-basket .btnWrap .basket_btn2_clear span {
        display: inline-block;
        background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/basket/i2.svg) 0 50% no-repeat;
        background-size: 18px auto;
        padding-left: 25px;
        line-height: 40px; }
    .p-basket .btnWrap .btnOrder {
      text-align: right; }
  .p-basket .amazonButtonWrap {
    margin-top: 10px; }

.p-company {
  width: 100%; }
  .p-company table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border-bottom: 1px solid #bfbfbf; }
    .p-company table td {
      border-top: 1px solid #bfbfbf;
      padding: 15px;
      line-height: 1.8; }
    .p-company table th {
      border-top: 1px solid #bfbfbf;
      padding: 15px;
      line-height: 1.8; }
      .p-company table th span {
        display: inline-block;
        padding: 0px 0 0px 14px;
        border-left: 5px solid #812d70; }
  .p-company .p-company_pix {
    margin: 50px 0; }
  .p-company .map {
    margin-top: 50px; }
    .p-company .map iframe {
      width: 100%; }

.p-faq .faq_lead {
  margin-bottom: 40px;
  line-height: 1.8; }

.p-faq .faq_box {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #ccc; }
  .p-faq .faq_box h3 {
    background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/faq/iq.png) 0 0 no-repeat;
    font-size: 1.8rem;
    color: #812d70;
    padding: 4px 34px;
    margin-bottom: 15px; }
  .p-faq .faq_box .inner {
    line-height: 1.8; }
    .p-faq .faq_box .inner p {
      background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/faq/ia.png) 0 0 no-repeat;
      padding-left: 34px;
      padding-top: 2px; }

.p-info {
  width: 100%; }
  .p-info .box + .box {
    margin-top: 50px; }
  .p-info .box h3 {
    background-color: #812d70;
    font-size: 1.5rem;
    color: #fff;
    margin-bottom: 15px;
    padding: 10px 15px; }
  .p-info .box .inner {
    line-height: 1.8;
    padding: 0 15px; }

.p-news_list table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-bottom: 1px solid #ccc; }
  .p-news_list table tr {
    background: none; }
    .p-news_list table tr:nth-of-type(1) {
      display: none; }

.p-news_detail #newsContents {
  margin: 40px 0;
  line-height: 1.8; }

.p-news_detail #newsNext {
  margin: 20px 0; }

.p-news_detail #newsListBtn {
  margin-top: 40px; }

.p-ordercontract {
  width: 100%; }
  .p-ordercontract .box + .box {
    margin-top: 50px; }
  .p-ordercontract .box h3 {
    font-size: 1.8rem;
    margin-bottom: 15px; }
  .p-ordercontract .box .inner {
    line-height: 1.8; }
  .p-ordercontract .box .list {
    display: flex;
    flex-flow: wrap; }

.p-shop_result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.4rem; }
  .p-shop_result .listSort {
    display: flex; }
    .p-shop_result .listSort li {
      margin-left: 10px; }
  .p-shop_result .search {
    color: #6a3906;
    padding: 0px 20px;
    background-color: #f7e9d7; }
    .p-shop_result .search span {
      display: block;
      padding: 5px 5px 5px 22px;
      background: #f7e9d7 url(https://gigaplus.makeshop.jp/fukuda29/common/images/cate_search.png) 0 50% no-repeat; }

.p-shop-search_result {
  margin-bottom: 80px; }
  .p-shop-search_result .searchResult {
    margin-bottom: 20px; }
  .p-shop-search_result table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    .p-shop-search_result table th, .p-shop-search_result table td {
      border: 1px solid #ddd;
      padding: 10px 20px; }
    .p-shop-search_result table th {
      width: 150px;
      background-color: #edeadc; }
    .p-shop-search_result table td {
      background-color: #fff; }
    .p-shop-search_result table br + select {
      margin-top: 8px; }
  .p-shop-search_result #searchContent input, .p-shop-search_result #searchProduct input, .p-shop-search_result #searchBrand input {
    width: 100%; }

.p-shop_list {
  margin-top: 35px;
  margin-bottom: 80px; }
  .p-shop_list #recent .line {
    display: none; }
  .p-shop_list #recent .itemBox {
    width: 180px; }
    .p-shop_list #recent .itemBox .itemImg {
      background-color: #fff;
      vertical-align: middle; }
    .p-shop_list #recent .itemBox td {
      width: auto; }
    .p-shop_list #recent .itemBox .name {
      margin-top: 8px;
      margin-bottom: 10px;
      line-height: 1.4;
      word-break: break-all; }
      .p-shop_list #recent .itemBox .name a {
        text-decoration: none; }

.p-shop_list_ttl {
  position: relative;
  background-color: #812d70;
  padding: 10px;
  font-size: 1.8rem;
  margin-bottom: 25px;
  color: #fff; }

.p-shop_detail {
  line-height: 1.5;
  display: flex;
  justify-content: space-between; }
  .p-shop_detail .dtl {
    width: 360px; }
  .p-shop_detail .pix {
    width: 382px; }
  .p-shop_detail .spec {
    display: flex;
    flex-flow: wrap; }
    .p-shop_detail .spec dt {
      width: 120px; }
    .p-shop_detail .spec dd {
      width: 220px; }
  .p-shop_detail .price {
    margin-top: 25px; }
    .p-shop_detail .price .price_now {
      color: #e60404; }
    .p-shop_detail .price strong {
      font-size: 2.8rem; }
  .p-shop_detail .buy {
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 25px; }
    .p-shop_detail .buy input {
      border: 1px solid #dcdcdc;
      width: 68px;
      height: 35px;
      margin: 0 6px; }
  .p-shop_detail .share {
    margin-top: 40px; }
    .p-shop_detail .share ul {
      margin-top: 10px;
      display: flex; }
      .p-shop_detail .share ul li {
        margin-right: 10px; }
  .p-shop_detail .swap .swap_main {
    text-align: center; }
  .p-shop_detail .swap .swap_list {
    margin-top: 6px;
    display: flex;
    justify-content: center; }
    .p-shop_detail .swap .swap_list li + li {
      margin-left: 6px; }
  .p-shop_detail .swap div.M_imageCatalog {
    border-collapse: collapse;
    border-spacing: 0; }
    .p-shop_detail .swap div.M_imageCatalog table td {
      border: none;
      padding: 2px;
      vertical-align: middle; }
      .p-shop_detail .swap div.M_imageCatalog table td img {
        width: 70px;
        height: auto; }

.p-shop_detail_free {
  margin: 0 0 60px;
  padding: 0 0 60px;
  border-bottom: 1px solid #d5d5d5;
  line-height: 1.8; }
  .p-shop_detail_free p + p {
    margin-top: 25px; }

.p-shop_detail_itemimage ul li .addImg {
  text-align: center;
  margin-bottom: 5px; }

.p-shop_detail_itemimage ul li .addTxt {
  line-height: 1.5; }

.p-shop_detail_itemimage ul li img {
  height: auto; }

.p-top-main .slick-arrow {
  display: none !important; }

.p-top_search {
  position: relative;
  box-shadow: 0 0 4px #edeae7;
  background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/top/top_search_bg.png?1810) 0 0 no-repeat;
  height: 288px; }
  .p-top_search .search {
    position: absolute;
    bottom: 10px;
    left: -10px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    transition: all .2s ease; }
    .p-top_search .search:hover {
      bottom: 7px; }

.p-top_pickup {
  margin-top: 40px; }

.p-top_ttl {
  position: relative;
  background-color: #812d70;
  padding: 10px;
  padding-left: 90px; }
  .p-top_ttl h2 {
    font-size: 1.8rem;
    color: #fff; }

.p-top_info {
  background-color: #fff;
  text-align: left;
  margin-top: 40px;
  box-shadow: 0 0 4px #edeae7; }
  .p-top_info .deco {
    position: absolute;
    bottom: 5px;
    left: 5px; }
  .p-top_info .wrap {
    padding: 26px;
    padding-top: 15px; }
    .p-top_info .wrap a {
      text-decoration: none;
      transition: ease-out .2s; }
      .p-top_info .wrap a:hover {
        color: #812d70; }
    .p-top_info .wrap .btn {
      text-align: right; }
    .p-top_info .wrap table {
      width: 100%; }
      .p-top_info .wrap table td, .p-top_info .wrap table th {
        text-align: left;
        height: auto; }
      .p-top_info .wrap table .woong {
        padding: 6px 0; }
      .p-top_info .wrap table td.woong:nth-of-type(1) {
        width: 150px;
        padding-left: 25px;
        background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/i_arrow3.svg) 0 50% no-repeat; }
/* 20240313 */
.p-top_sns {
  margin-top: 40px; }
  .p-top_sns_base {
    position: relative; }
    .p-top_sns_base img {
      display: block; }
  .p-top_sns .sns_button {
    display: block;
    position: absolute; }
  .p-top_sns_link_X {
    bottom: 28px;
    left: 363px; }
  .p-top_sns_link_Threads {
    bottom: 28px;
    left: 464px; }

.p-top_osusume {
  background-color: #fff;
  text-align: left;
  margin-top: 40px;
  box-shadow: 0 0 4px #edeae7; }
  .p-top_osusume .deco {
    position: absolute;
    bottom: -7px;
    left: 13px; }
  .p-top_osusume .wrap {
    padding: 0;
    padding-top: 10px;
    padding-left: 12px; }

.p-top_new {
  background-color: #fff;
  text-align: left;
  margin-top: 40px;
  box-shadow: 0 0 4px #edeae7; }
  .p-top_new .deco {
    position: absolute;
    bottom: -11px;
    left: 15px; }
  .p-top_new .wrap {
    padding: 0;
    padding-top: 10px;
    padding-left: 12px; }

.c-btn a {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-color: #812d70;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 0 #50821f;
  transition: box-shadow ease-out .1s, transform ease-out .1s; }

.c-btn_search a {
  display: block;
  width: 200px;
  margin: 20px auto 0;
  height: 40px;
  border-radius: 4px;
  background-color: #812d70;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 0 #50821f;
  transition: box-shadow ease-out .1s, transform ease-out .1s; }

.c-btn_add a {
  display: block;
  width: 308px;
  height: 54px;
  border-radius: 4px;
  background: linear-gradient(#86c343, #5ba520);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 0 #50821f;
  transition: box-shadow ease-out .1s, transform ease-out .1s; }
  .c-btn_add a span {
    display: inline-block;
    white-space: nowrap;
    background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/header/side_cart.svg) 0 50% no-repeat;
    padding-left: 40px; }

.c-btn_pickup a {
  display: block;
  width: 170px;
  height: 38px;
  margin: 0 auto;
  border-radius: 4px;
  background: linear-gradient(#f79610 0%, #f26d05 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 0 #cd6a00;
  transition: box-shadow ease-out .1s, transform ease-out .1s; }
  .c-btn_pickup a span {
    display: inline-block;
    background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/i_arrow.png) 100% 50% no-repeat;
    padding-right: 22px; }
  .c-btn_pickup a:hover {
    box-shadow: 0 0px 0 #cd6a00;
    transform: translateY(2px); }

.c-btn_list a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/i_arrow3.svg) 0 50% no-repeat; }
  .c-btn_list a::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -5px;
    display: block;
    height: 1px;
    width: 100%;
    background-color: #000; }
  .c-btn_list a::before {
    position: absolute;
    z-index: 10;
    content: '';
    left: 0;
    bottom: -5px;
    display: block;
    height: 1px;
    width: 0%;
    background-color: #812d70;
    transition: width .2s; }
  .c-btn_list a:hover {
    color: #812d70;
    background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/i_arrow2.svg) 0 50% no-repeat; }
    .c-btn_list a:hover::before {
      width: 100%; }

.c-btn_blank {
  display: inline-block;
  padding-right: 25px;
  background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/i_blank.svg) 100% 50% no-repeat;
  background-size: 18px auto; }

body.c-calendar_body {
  background: none; }

.c-calendar_iframe {
  width: 100%;
  height: 300px;
  border: none; }

.c-calendar_list .cal_box + .cal_box {
  margin-top: 10px; }

.c-calendar_list .cal_box p {
  margin-bottom: 5px;
  font-weight: bold; }

.c-calendar_list .cal_box table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .c-calendar_list .cal_box table td {
    border: 1px solid #d3d3d3;
    width: calc(100% / 7);
    padding: 4px 2px; }
  .c-calendar_list .cal_box table th {
    border: 1px solid #d3d3d3;
    width: calc(100% / 7);
    padding: 4px 2px;
    background-color: rgba(0, 0, 0, 0.1); }
  .c-calendar_list .cal_box table td.holi {
    background-color: #ffdddd;
    font-weight: bold; }

.c-row {
  display: flex; }

.c-google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
  .c-google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y; }
  .bx-wrapper img {
    max-width: 100%;
    display: block; }

.bxslider {
  margin: 0;
  padding: 0; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0); }

/** THEME
===================================*/
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("images/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }
  .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px; }
    .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
      background: #000; }

.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

.bx-wrapper .bx-prev {
  left: 10px;
  background: url("images/controls.png") no-repeat 0 -32px; }
  .bx-wrapper .bx-prev:hover, .bx-wrapper .bx-prev:focus {
    background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url("images/controls.png") no-repeat -43px -32px; }
  .bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus {
    background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }
  .bx-wrapper .bx-controls-direction a.disabled {
    display: none; }

.bx-wrapper .bx-controls-auto {
  text-align: center; }
  .bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url("images/controls.png") -86px -11px no-repeat;
    margin: 0 3px; }
    .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus {
      background-position: -86px 0; }
  .bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url("images/controls.png") -86px -44px no-repeat;
    margin: 0 3px; }
    .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus {
      background-position: -86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }
  .bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px; }

/* LOADER */
/* PAGER */
/* DIRECTION CONTROLS (NEXT / PREV) */
/* AUTO CONTROLS (START / STOP) */
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* IMAGE CAPTIONS */
.c-list_pickup {
  display: flex;
  flex-flow: wrap;
  width: 790px;
  padding-left: 24px; }
  .c-list_pickup li {
    position: relative;
    background-color: #fff;
    width: 234px;
    padding: 12px;
    margin-left: 18px;
    padding-bottom: 60px; }
    .c-list_pickup li:nth-of-type(3n-2) {
      margin-left: 0; }
    .c-list_pickup li:nth-of-type(n+4) {
      margin-top: 18px; }
  .c-list_pickup .pix {
    width: 210px;
    height: 156px;
    margin-bottom: 10px; }
    .c-list_pickup .pix a {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
    .c-list_pickup .pix img {
      width: auto;
      height: auto;
      max-width: 210px;
      max-height: 156px; }
  .c-list_pickup h3 {
    font-size: 1.5rem;
    color: #6e3c00;
    line-height: 1.5; }
  .c-list_pickup .price {
    text-align: right;
    font-size: 2.8rem;
    font-weight: bold;
    color: #e60012;
    margin-top: 5px; }
    .c-list_pickup .price span {
      font-size: 1.5rem; }
  .c-list_pickup .btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin-top: 10px; }

.c-list_pickup_sp {
  display: flex;
  flex-flow: wrap;
  width: 310px;
  margin: 0 auto; }
  .c-list_pickup_sp li {
    position: relative;
    background-color: #fff;
    width: 150px;
    margin-left: 10px;
    padding: 8px;
    padding-bottom: 50px; }
    .c-list_pickup_sp li:nth-of-type(odd) {
      margin-left: 0; }
    .c-list_pickup_sp li:nth-of-type(n+3) {
      margin-top: 10px; }
  .c-list_pickup_sp .pix {
    height: 156px;
    margin-bottom: 10px;
    width: 100%;
    height: auto; }
    .c-list_pickup_sp .pix a {
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
      position: relative;
      width: 100%;
      height: auto;
      padding-top: 70%; }
    .c-list_pickup_sp .pix img {
      max-width: 210px;
      max-height: 156px;
      width: 100%;
      height: auto;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: auto; }
  .c-list_pickup_sp h3 {
    color: #6e3c00;
    line-height: 1.5;
    font-size: 1.2rem; }
  .c-list_pickup_sp .price {
    text-align: right;
    font-weight: bold;
    color: #e60012;
    margin-top: 5px;
    font-size: 1.8rem; }
    .c-list_pickup_sp .price span {
      font-size: 1.0rem; }
  .c-list_pickup_sp .btn {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 10px;
    bottom: 10px; }
  .c-list_pickup_sp .c-btn_pickup a {
    width: 80% !important;
    font-size: 1.2rem;
    line-height: 30px;
    height: 30px; }

.c-list_shop {
  text-align: left;
  width: 100%;
  display: flex;
  flex-flow: wrap; }
  .c-list_shop + .c-list_shop {
    margin-top: 30px; }
  .c-list_shop li {
    width: 180px;
    text-align: center;
    line-height: 1.5;
    margin-left: 22px; }
    .c-list_shop li a {
      text-decoration: none; }
    .c-list_shop li .pix {
      position: relative;
      background-color: #fff; }
      .c-list_shop li .pix a {
        width: 180px;
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px; }
      .c-list_shop li .pix img {
        width: auto;
        height: auto;
        max-width: 180px;
        max-height: 180px; }
    .c-list_shop li .name {
      display: flex;
      justify-content: center;
      align-items: center;
      word-break: break-all; }
      .c-list_shop li .name span {
        padding-right: 5px; }
    .c-list_shop li .teika {
      color: #626262;
      margin-top: 5px; }
    .c-list_shop li .price2 {
      font-size: 120%;
      color: #df0000;
      margin-top: 5px; }
    .c-list_shop li .code, .c-list_shop li .maker {
      font-size: 1.2rem;
      color: #626262; }
    .c-list_shop li .price {
      font-size: 1.4rem;
      color: #df0000; }
      .c-list_shop li .price span {
        font-size: 1.8rem;
        font-weight: bold; }
      .c-list_shop li .price small {
        font-size: 1.4rem; }

#recommend-box {
  padding-bottom: 10px; }

#new-box {
  padding-bottom: 30px; }

#recommend-box table .lims, #new-box table .lims {
  width: 160px; }

#recommend-box table .lims table, #new-box table .lims table {
  margin-right: 30px;
  font-size: 1.4rem;
  line-height: 1.5; }

#recommend-box table .lims table a, #new-box table .lims table a {
  text-decoration: none; }

#recommend-box table .lims table a img, #new-box table .lims table a img {
  transition: opacity ease-out .2s; }

#recommend-box table .lims table a:hover img, #new-box table .lims table a:hover img {
  opacity: .8; }

.c-pagination {
  margin-top: 50px; }
  .c-pagination ul {
    display: flex;
    justify-content: center;
    flex-flow: wrap; }
    .c-pagination ul.M_pager {
      margin: 0 auto 10px;
      padding: 0;
      text-align: center; }
      .c-pagination ul.M_pager li {
        display: inline;
        margin: 0 0 10px;
        padding: 0;
        list-style: none;
        font-size: 12px; }
        .c-pagination ul.M_pager li + li {
          margin-left: 10px; }
        .c-pagination ul.M_pager li a {
          display: inline-block;
          padding: 5px 10px;
          background: #fff;
          border: 1px solid #812d70;
          text-decoration: none; }
        .c-pagination ul.M_pager li.prev a, .c-pagination ul.M_pager li.next a {
          background: none;
          border: none; }
        .c-pagination ul.M_pager li.prev a:hover, .c-pagination ul.M_pager li.next a:hover {
          text-decoration: underline; }
        .c-pagination ul.M_pager li a:visited, .c-pagination ul.M_pager li a:hover, .c-pagination ul.M_pager li a:active {
          text-decoration: none; }
        .c-pagination ul.M_pager li.active {
          font-weight: bold;
          padding: 5px 10px;
          background: #812d70;
          border: 1px solid #812d70;
          text-decoration: none;
          color: #fff; }

.c-pickup {
  background: #fff url(../img/bg.jpg) 0px 0% no-repeat;
  text-align: left;
  margin-top: 40px;
  padding-top: 32px;
  box-shadow: 0 0 4px #edeae7; }
  .c-pickup h2 {
    padding-left: 20px;
    color: #fff;
    font-size: 2.8rem;
    text-shadow: 0px 0px 9.5px rgba(0, 0, 0, 0.4); }
  .c-pickup .wrap {
    padding: 15px 0 40px; }

body.c-pickup_body {
  background: none;
  min-width: auto; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://gigaplus.makeshop.jp/fukuda29/common/fonts/slick.eot");
  src: url("https://gigaplus.makeshop.jp/fukuda29/common/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://gigaplus.makeshop.jp/fukuda29/common/fonts/slick.woff") format("woff"), url("https://gigaplus.makeshop.jp/fukuda29/common/fonts/slick.ttf") format("truetype"), url("https://gigaplus.makeshop.jp/fukuda29/common/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:hover, .slick-prev:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent; }

.slick-prev:hover:before, .slick-prev:focus:before {
  opacity: 1; }

.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px; }

.slick-prev:before, [dir="rtl"] .slick-prev:before {
  content: "&#65533;&#65533;"; }

.slick-next {
  right: -25px; }

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto; }

.slick-next:before, [dir="rtl"] .slick-next:before {
  content: "&#65533;&#65533;"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 14px;
        height: 14px;
        border-radius: 50%;
        text-align: center;
        background-color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transition: background-color .2s, opacity .2s; }
    .slick-dots li.slick-active button:before {
      background-color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before {
    content: "";
    display: table; }
  .slick-track:after {
    content: "";
    display: table;
    clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

[dir="rtl"] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.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; }

/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post_article strong {
  font-weight: bold; }

.c-wp-post_article em {
  font-style: italic; }

.c-wp-post_article ul {
  margin-left: 1em;
  display: block;
  list-style-type: disc !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }

.c-wp-post_article ol {
  display: block;
  list-style-type: decimal !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }

.c-wp-post_article li {
  display: list-item;
  text-align: match-parent; }

.c-wp-post_article img {
  width: auto; }

.c-wp-post_article .alignleft {
  display: inline;
  float: left; }

.c-wp-post_article .alignright {
  display: inline;
  float: right; }

.c-wp-post_article .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.c-wp-post_article blockquote.alignleft, .c-wp-post_article .wp-caption.alignleft, .c-wp-post_article img.alignleft {
  margin: 0.4em 1.6em 1.6em 0; }

.c-wp-post_article blockquote.alignright, .c-wp-post_article .wp-caption.alignright, .c-wp-post_article img.alignright {
  margin: 0.4em 0 1.6em 1.6em; }

.c-wp-post_article blockquote.aligncenter, .c-wp-post_article .wp-caption.aligncenter, .c-wp-post_article img.aligncenter {
  clear: both;
  margin-top: 0.4em;
  margin-bottom: 1.6em; }

.c-wp-post_article .wp-caption.alignleft, .c-wp-post_article .wp-caption.alignright, .c-wp-post_article .wp-caption.aligncenter {
  margin-bottom: 1.2em; }

/**
 * clearfix micro
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.u-hide {
  display: none; }

.u-click {
  cursor: pointer; }

.for-large {
  display: initial; }

.for-mobile {
  display: none; }

/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }

.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  opacity: .5;
  -webkit-animation: __debug_mihon__ 2s infinite;
  animation: __debug_mihon__ 2s infinite;
  padding-top: 0px;
  margin-top: 0;
  display: none;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
@media (min-width: 768px) {
  .ex-link {
    opacity: 1;
    transition: opacity ease-out 0.2s; }
    .ex-link:hover {
      opacity: .8; }
  body {
    min-width: 1160px; }
  .pc_hide {
    display: none !important; }
  .p-basket #r_basket table td, .p-basket #r_basket table th {
    padding: 10px;
    border: 1px solid #ccc; }
  .p-basket .basketQunantity .basket_btn:hover, .p-basket .basketBtns .basket_del:hover {
    opacity: .8; }
  .p-basket .btnWrap {
    display: flex;
    justify-content: space-between; }
    .p-basket .btnWrap .basket_btn2_list:hover {
      box-shadow: 0 0px 0 #5a5a5a;
      transform: translateY(2px); }
    .p-basket .btnWrap .basket_btn2_order:hover {
      box-shadow: 0 0px 0 #ab0000;
      transform: translateY(2px); }
  .p-company table th {
    width: 200px; }
  .p-company .p-company_pix ul {
    display: flex; }
  .p-faq .faq_box .inner {
    padding-left: 34px; }
  .p-news_list table td, .p-news_list table th {
    border-top: 1px solid #ccc;
    padding: 15px;
    line-height: 1.8; }
  .p-ordercontract .box .list dt {
    width: 25%; }
  .p-ordercontract .box .list dd {
    width: 75%; }
  .p-shop_list #recent .itemBox .itemImg {
    height: 180px; }
  .p-shop_list #recent .itemBox td img {
    max-width: 180px; }
  .p-shop_detail_free .movie_area {
    width: 400px;
    margin-top: 50px; }
    .p-shop_detail_free .movie_area video {
      width: auto;
      height: auto;
      max-width: 400px;
      max-height: 500px; }
  .p-shop_detail_itemimage ul {
    display: flex; }
    .p-shop_detail_itemimage ul li {
      width: 250px; }
      .p-shop_detail_itemimage ul li + li {
        margin-left: 25px; }
      .p-shop_detail_itemimage ul li img {
        max-width: 250px; }
  .p-top-main {
    margin: 0 auto 40px; }
  .c-btn a:hover, .c-btn_search a:hover, .c-btn_add a:hover {
    box-shadow: 0 0px 0 #50821f;
    transform: translateY(2px); }
  .c-list_shop li:nth-of-type(n+5) {
    margin-top: 30px; }
  .c-list_shop li:nth-of-type(4n-3) {
    margin-left: 0; }
  #recommend-box table .lims table tr:nth-of-type(1) td, #new-box table .lims table tr:nth-of-type(1) td {
    width: 160px;
    height: auto; }
  #recommend-box table .lims table tr:nth-of-type(1) td img, #new-box table .lims table tr:nth-of-type(1) td img {
    max-width: 160px;
    max-height: 160px; }
  .c-pickup_iframe {
    border: none;
    width: 790px;
    height: 700px; }
  .c-pickup_iframe_sp {
    display: none; } }

@media (max-width: 767px) {
  .sp_hide {
    display: none !important; }
  .row {
    padding-bottom: 41px; }
  #makebanner {
    padding-bottom: 0; }
    #makebanner > tbody > tr {
      display: flex;
      flex-direction: column-reverse; }
      #makebanner > tbody > tr > td {
        display: block; }
  .l-main {
    margin-left: 0; }
  .l-main_static, .l-main_static2 {
    padding-top: 110px; }
  .l-main_sec {
    margin-top: 0;
    padding-top: 110px; }
    .l-main_sec #makebanner {
      margin-bottom: 30px; }
  .l-main_ttl {
    margin: 0 3%; }
    .l-main_ttl h2 {
      font-size: 2rem; }
    .l-main_ttl .icon {
      margin-bottom: 5px; }
    .l-main_ttl .number {
      margin-top: 10px; }
  .l-pankuzu {
    margin: 0 3%;
    margin-bottom: 15px;
    line-height: 1.3; }
  .p-basket #r_basket table tr:nth-of-type(1) {
    display: none; }
  .p-basket #r_basket table td, .p-basket #r_basket table th {
    display: block;
    padding: 5px 10px;
    width: 100% !important; }
  .p-basket .basketImg {
    border-top: 1px solid #ccc;
    margin-top: 30px; }
    .p-basket .basketImg img {
      width: 100px; }
  .p-basket .basketName {
    display: block; }
  .p-basket .basketBtns {
    text-align: right; }
    .p-basket .basketBtns .basket_del {
      text-align: center;
      display: inline-block;
      width: 100px; }
  .p-basket .btnWrap {
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 30px;
    padding-top: 20px; }
    .p-basket .btnWrap .basket_btn2_list, .p-basket .btnWrap .basket_btn2_order {
      width: 296px;
      margin: 10px auto; }
    .p-basket .btnWrap .basket_btn2_clear {
      text-align: center; }
  .p-basket .amazonButtonWrap {
    text-align: center; }
  .p-company table {
    margin-top: 20px; }
    .p-company table td {
      display: block;
      width: 100%; }
    .p-company table th {
      display: block;
      width: 100%; }
      .p-company table th br {
        display: none; }
  .p-company .p-company_pix {
    margin: 20px 0; }
    .p-company .p-company_pix ul img {
      width: 100%;
      height: auto; }
  .p-faq {
    margin-top: 20px;
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 40px; }
    .p-faq .faq_box h3 {
      font-size: 1.6rem;
      line-height: 1.4;
      padding-top: 2px; }
  .p-info {
    margin-top: 20px; }
    .p-info .box + .box {
      margin-top: 30px; }
  .p-news_list {
    margin: 20px 3%; }
    .p-news_list table {
      margin-top: 20px; }
      .p-news_list table td, .p-news_list table th {
        display: block;
        width: 100%;
        text-align: left;
        padding: 5px 0px; }
      .p-news_list table td:nth-of-type(1) {
        border-top: 1px solid #ccc; }
  .p-news_detail {
    margin: 20px 3%; }
  .p-ordercontract {
    padding: 0 4%;
    margin-top: 20px; }
    .p-ordercontract .box + .box {
      margin-top: 30px; }
    .p-ordercontract .box h3 {
      font-size: 1.4rem; }
    .p-ordercontract .box .list dt {
      width: 60%; }
    .p-ordercontract .box .list dd {
      width: 30%; }
  .p-shop_result {
    display: block;
    margin-top: 20px;
    text-align: center; }
    .p-shop_result .listSort {
      margin-top: 10px;
      margin-left: 0;
      font-size: 1.2rem;
      justify-content: center; }
      .p-shop_result .listSort li {
        margin-left: 5px; }
    .p-shop_result .search {
      display: none; }
  .p-shop-search_result {
    padding: 0 4%;
    margin-top: 30px;
    margin-bottom: 40px; }
    .p-shop-search_result table {
      border-top: 1px solid #ddd; }
      .p-shop-search_result table th, .p-shop-search_result table td {
        display: block;
        padding: 10px 10px;
        border-top: none; }
      .p-shop-search_result table th {
        width: 100%; }
  .p-shop_list {
    margin-bottom: 40px; }
    .p-shop_list #recent > tbody > tr {
      display: flex;
      flex-wrap: wrap;
      padding: 0 4%; }
      .p-shop_list #recent > tbody > tr > .itemBox {
        display: block; }
    .p-shop_list #recent .itemBox {
      width: 48%;
      margin-bottom: 20px; }
      .p-shop_list #recent .itemBox .itemImg {
        height: 140px; }
      .p-shop_list #recent .itemBox td img {
        max-height: 140px; }
  .p-shop_list_ttl {
    font-size: 1.2rem; }
  .p-shop_detail {
    display: block;
    margin: 0 3%;
    margin-top: 15px; }
    .p-shop_detail .dtl {
      width: 100%; }
    .p-shop_detail .pix {
      margin-top: 30px;
      width: 100%; }
    .p-shop_detail .spec dd {
      width: calc(100% - 80px); }
    .p-shop_detail .price {
      margin-top: 15px; }
      .p-shop_detail .price strong {
        font-size: 2.5rem; }
    .p-shop_detail .buy {
      margin-top: 15px;
      margin-bottom: 15px; }
    .p-shop_detail .share {
      margin-top: 20px; }
    .p-shop_detail .swap .M_imageWrap {
      width: 100% !important; }
      .p-shop_detail .swap .M_imageWrap img {
        width: 100%;
        height: auto; }
    .p-shop_detail .swap .M_imageMain {
      height: auto !important; }
    .p-shop_detail .swap div.M_imageMain img {
      position: relative;
      display: block; }
  .p-shop_detail_free {
    margin: 0 0 20px;
    padding: 0 3% 20px; }
    .p-shop_detail_free p + p {
      margin-top: 15px; }
    .p-shop_detail_free .movie_area {
      margin-top: 20px;
      text-align: center; }
      .p-shop_detail_free .movie_area video {
        width: 90%;
        height: auto; }
  .p-shop_detail_itemimage ul {
    padding-left: 3%;
    padding-right: 3%; }
    .p-shop_detail_itemimage ul li + li {
      margin-top: 10px; }
    .p-shop_detail_itemimage ul li .inner {
      display: flex; }
    .p-shop_detail_itemimage ul li .addImg {
      width: 25%; }
    .p-shop_detail_itemimage ul li .addTxt {
      width: 72%;
      margin-left: 3%; }
    .p-shop_detail_itemimage ul li img {
      width: 100%; }
  .p-top-main {
    padding-top: 110px;
    margin-bottom: 20px; }
    .p-top-main .top_slider {
      width: 100%;
      max-width: 320px; }
  .p-top_search {
    width: 320px;
    height: auto;
    margin: auto;
    background: #d10002 url(https://gigaplus.makeshop.jp/fukuda29/common/images/top/top_search_bg_sp.png) 0 0 no-repeat;
    background-size: 100% auto;
    padding-top: 160px; }
    .p-top_search .search {
      width: 75%;
      bottom: 6px;
      right: 1%;
      left: auto; }
      .p-top_search .search a {
        display: block; }
  .p-top_ttl {
    padding-left: 65px; }
    .p-top_ttl h2 {
      font-size: 1.2rem; }
  .p-top_info .deco {
    width: 50px; }
  .p-top_info .wrap {
    padding: 10px 3% 20px; }
    .p-top_info .wrap table + table {
      margin-top: 10px; }
    .p-top_info .wrap table td, .p-top_info .wrap table th {
      display: block;
      width: 100%; }
    .p-top_info .wrap table .woong {
      padding: 0px 0;
      line-height: 1.5; }
  /* 20240313 */
  .p-top_sns {
    max-width: 100%;
    margin: 30px 10px; }
      .p-top_sns_base img {
        width: 100%;
        height: auto; }
    .p-top_sns .sns_button {
      width: 40px; }
    .p-top_sns_link_X {
      bottom: 24px;
      left: 26px; }
    .p-top_sns_link_Threads {
      bottom: 24px;
      left: 75px; }
  .p-top_osusume .deco {
    width: 56px; }
  .p-top_osusume .wrap {
    padding: 15px 2% 10px; }
  .p-top_new .deco {
    bottom: -8px;
    left: 5px;
    width: 50px; }
  .p-top_new .wrap {
    padding: 15px 2% 10px; }
  .c-btn_add a {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }
  .c-btn_pickup a {
    width: 80%;
    font-size: 1.2rem;
    line-height: 30px;
    height: 30px; }
  .c-calendar_iframe {
    height: 180px; }
  .c-calendar_list .cal_box table td, .c-calendar_list .cal_box table th {
    font-size: 1rem; }
  .c-list_shop {
    padding: 0 3%; }
    .c-list_shop + .c-list_shop {
      margin-top: 20px; }
    .c-list_shop li {
      width: 48%;
      margin-left: 0; }
      .c-list_shop li:nth-of-type(even) {
        margin-left: 4%; }
      .c-list_shop li:nth-of-type(n+3) {
        margin-top: 20px; }
      .c-list_shop li .pix a {
        width: 100%;
        height: auto;
        padding-top: 100%; }
      .c-list_shop li .pix img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
  #recommend-box > table, #new-box > table {
    width: 100%;
    display: block; }
  #recommend-box > table > tbody > tr, #new-box > table > tbody > tr {
    display: flex;
    flex-flow: wrap;
    width: 100%; }
  #recommend-box table .lims, #new-box table .lims {
    display: block;
    width: 46%;
    margin: 0 2%;
    margin-bottom: 15px; }
  #recommend-box table .lims table, #new-box table .lims table {
    margin-right: 0;
    font-size: 1.2rem; }
  #recommend-box table .lims table tr:nth-of-type(1) td, #new-box table .lims table tr:nth-of-type(1) td {
    height: auto;
    padding-bottom: 5px; }
  .c-pickup {
    margin-top: 15px;
    padding-top: 10px; }
    .c-pickup h2 img {
      width: 180px; }
    .c-pickup .wrap {
      padding: 10px 0 20px; }
  .c-pickup_iframe {
    display: none; }
  .c-pickup_iframe_sp {
    border: none;
    width: 100% !important;
    height: 770px; }
  .slick-dots {
    bottom: -17px; }
    .slick-dots li {
      margin: 0 5px; }
      .slick-dots li button:before {
        width: 10px;
        height: 10px; }
  .__debug_mihon__ {
    display: none; } }

@media screen and (max-width: 767px) {
  .for-large {
    display: none; }
  .for-mobile {
    display: block;
    display: initial; }
  .sp-max-width {
    width: 100%; } }

/*# sourceMappingURL=../../cache/_maps/styles.css.map */
.c-red {
  color: #be0000; }

.btn-elem {
  margin: 0; }
  .btn-elem--basic a {
    padding: 0.6em 2.3em;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    text-decoration: none;
    background: linear-gradient(0deg, #f26d05 0%, #f79610 100%);
    box-shadow: 0px 2px 0px 0px rgba(205, 106, 0, 0.4);
    transition: all .3s ease-in-out; }
    @media screen and (max-width: 899px) {
      .btn-elem--basic a {
        padding: 0.6em 1em;
        font-size: 1.4rem; } }
    .btn-elem--basic a i {
      margin-bottom: -3px;
      margin-left: 5px;
      display: inline-block;
      width: 18px;
      height: 18px;
      background: url(https://gigaplus.makeshop.jp/fukuda29/common/images/btn-arrow01.png);
      background-size: cover; }
      @media screen and (max-width: 899px) {
        .btn-elem--basic a i {
          width: 16px;
          height: 16px; } }
    @media screen and (min-width: 900px) {
      .btn-elem--basic a:hover {
        opacity: 1;
        transform: translateY(2px);
        box-shadow: none; } }

/*# sourceMappingURL=../../maps/design/fukuda29/m_sys_common.css.map */
