@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#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 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#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 Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[theme] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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: #ffff00;
  color: #000000;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * 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;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

/**
 * 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;
}

/**
 * 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 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * 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 (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Added by RYU
   # ================================================================= */
html {
  line-height: 1;
}

p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, li, ol {
  margin: 0;
  padding: 0;
  text-align: left;
}

ol, ul {
  list-style: none;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  padding: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

figure {
  margin: 0;
}

button, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background: #e5e5e5;
}

input[type="radio"] {
  /*display: inline-block;*/
  margin-right: 1.5%;
}


/*
label {
  padding-right: 5%;
}*/

select {
  height: 35px;
  border: 1px solid #ccc;
}

.FS2_Figure input.FS2_Figure_textarea {
  height: 35px;
}

select,
select.FS2_assist_required,
.FS2_table select.FS2_assist_error {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  background: #fff;
  background: url(https://figure.itembox.design/item/img/common/select_arrow.png) right 50% no-repeat;
  background-size: 17px;
}

@media screen and (min-width: 768px) {
  select,
  select.FS2_assist_required,
  .FS2_table select.FS2_assist_error {
    padding: 0 2%;
  }
}

@media screen and (min-width: 768px) {
  select#fs2_prefecture {
    width: 100%;
  }
}

input[type="button"] {
  background: #038cd2;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 2vw;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  input[type="button"] {
    padding: 2px 5px;
    margin-top: 0;
  }
}

.header {
  margin-bottom: 500px;
  padding-top: 1.6vh;
  padding-bottom: 1vh;
  width: 93.33%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .header {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media screen and (min-width: 1220px) {
  .header {
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1220px) {
  .header {
    padding-top: 20px;
  }
}

.header-linkArea {
  zoom: 1;
}

.header-linkArea:after {
  content: "";
  display: table;
  clear: both;
}

.header-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 10px;
}

.header-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header-nav-left {
  width: 40%;
  margin-right: 2%;
}

.header-nav-right {
  width: 60%;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.header-nav-left li {
  margin-right: 7%;
}

.header-nav-left li:last-child {
  margin-right: 0;
}

.header-nav-right li {
  margin-left: 3%;
}

.header-nav-right li:first-child {
  margin-left: 0;
}

.header-nav a {
  display: block;
  line-height: 1;
}

.header-base {
  width: 93.33%;
  margin: 0 auto;
  padding: 2vh 0 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .header-base {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .header-base {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media screen and (min-width: 1220px) {
  .header-base {
    width: 1200px;
    margin: 0 auto;
  }
}

.header-base-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 1vh;
  margin-bottom: 1vh;
}

@media screen and (min-width: 1220px) {
  .header-base-link {
    padding-bottom: 0;
  }
}

.header-base-link-logo {
  width: 15%;
}

@media screen and (min-width: 1220px) {
  .header-base-link-logo {
    width: 250px;
  }
}

.header-base .header {
  padding: 0;
  width: 75%;
  margin: 0;
}

.header-base-itemSearch {
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 8px;
  border: 2px solid #000;
  height: 2.5vw;
  width: 25vw;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (min-width: 1220px) {
  .header-base-itemSearch {
    height: 30px;
    width: 300px;
  }
}

.header-base-itemSearch input[type="text"] {
  height: 29px !important;
}

.header-base form {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.header-base input {
  border: none;
  height: 100%;
  box-sizing: border-box;
}

.header-base input[type="text"] {
  width: 100%;
  padding: 5px;
  color: #767676;
}

@media screen and (min-width: 1220px) {
  .header-base input[type="text"] {
    width: 100%;
    font-size: 1.6rem;
  }
}

.header-base input[type="submit"] {
  width: 16%;
  height: 100%;
  font-size: 0;
  padding: 0;
  position: relative;
  right: -1px;
  background: url(https://figure.itembox.design/item/img/top/mv_btn_search.png) 0 0 no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all 0.2s;
}

.header-base input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.gnavi {
  background-color: #0081cc;
  margin-bottom: 25px;
}

.gnavi ul {
  display: -ms-flexbox;
  display: flex;
  border-right: 3px solid #015bab;
  width: 93.33%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .gnavi ul {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media screen and (min-width: 1220px) {
  .gnavi ul {
    width: 1200px;
    margin: 0 auto;
  }
}

.gnavi li {
  width: 20%;
  height: 6vw;
  border-left: 3px solid #015bab;
}

@media screen and (min-width: 1220px) {
  .gnavi li {
    width: 236px;
    height: 80px;
    box-sizing: content-box;
  }
}

.gnavi li a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.gnavi li span {
  display: none;
}

.gnavi li:nth-child(1) a {
  background-image: url(https://figure.itembox.design/item/img/top/gnavi_img_01_off.png);
}

.gnavi li:nth-child(1) a:hover {
  background-image: url(https://figure.itembox.design/item/img/top/gnavi_img_01_on.png);
}

.gnavi li:nth-child(2) a {
  background-image: url(https://figure.itembox.design/item/img/top/gnavi_img_02_off.png);
}

.gnavi li:nth-child(2) a:hover {
  background-image: url(https://figure.itembox.design/item/img/top/gnavi_img_02_on.png);
}

.gnavi li:nth-child(3) a {
  background-image: url(https://figure.itembox.design/item/img/top/gnavi_img_03_off.png);
}

.gnavi li:nth-child(3) a:hover {
  background-image: url(https://figure.itembox.design/item/img/top/gnavi_img_03_on.png);
}

.gnavi li:nth-child(4) a {
  background-image: url(https://figure.itembox.design/item/img/top/gnavi_img_04_off.png);
}

.gnavi li:nth-child(4) a:hover {
  background-image: url(https://figure.itembox.design/item/img/top/gnavi_img_04_on.png);
}

.gnavi li:nth-child(5) a {
  background-image: url(https://figure.itembox.design/item/img/top/gnavi_img_05_off.png);
}

.gnavi li:nth-child(5) a:hover {
  background-image: url(https://figure.itembox.design/item/img/top/gnavi_img_05_on.png);
}

.gnavi li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.header-lower .gnavi li {
  height: 60px;
}

@media screen and (min-width: 1220px) {
  .header-lower .gnavi li {
    height: 60px;
  }
}

.header-lower .gnavi li a {
  background-size: contain;
}

.header-lower .gnavi li:nth-child(1) a {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_01_off.png);
}

.header-lower .gnavi li:nth-child(1) a:hover {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_01_on.png);
}

.header-lower .gnavi li:nth-child(2) a {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_02_off.png);
}

.header-lower .gnavi li:nth-child(2) a:hover {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_02_on.png);
}

.header-lower .gnavi li:nth-child(3) a {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_03_off.png);
}

.header-lower .gnavi li:nth-child(3) a:hover {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_03_on.png);
}

.header-lower .gnavi li:nth-child(4) a {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_04_off.png);
}

.header-lower .gnavi li:nth-child(4) a:hover {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_04_on.png);
}

.header-lower .gnavi li:nth-child(5) a {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_05_off.png);
}

.header-lower .gnavi li:nth-child(5) a:hover {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_05_on.png);
}

.header-lower .gnavi li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.sidebar-bnrArea {
  margin-bottom: 10px;
}

.sidebar-bnrArea li {
  margin-bottom: 5px;
}

.sidebar-linkArea {
  margin-bottom: 10px;
}

.sidebar-linkArea dt {
  font-size: 1.4vw;
  padding: 1.25vw 0.83vw 1.08vw;
  color: #ffffff;
  line-height: 1;
  background: url(https://figure.itembox.design/item/img/category/sidebar_bg_01.gif) 0 0 repeat;
  margin-bottom: 5px;
}

@media screen and (min-width: 1220px) {
  .sidebar-linkArea dt {
    font-size: 16px;
    padding: 15px 10px 13px;
  }
}

.sidebar-linkArea dd {
  line-height: 1;
  border-bottom: 1px dashed #0081cc;
}

.sidebar-linkArea a {
  display: block;
  font-size: 1.16vw;
  color: #0081cc;
  padding: 1vw 0.83vw 0.83vw;
  padding-left: 2.9vw;
  position: relative;
  line-height: 1.5;
}

@media screen and (min-width: 1220px) {
  .sidebar-linkArea a {
    font-size: 14px;
    padding: 12px 10px 10px;
    padding-left: 35px;
  }
}

.sidebar-linkArea a:hover {
  opacity: 1;
  background: url(https://figure.itembox.design/item/img/category/sidebar_bg_02.gif) 0 0 repeat;
}

.sidebar-linkArea a:before {
  content: "";
  display: block;
  width: 1.41vw;
  height: 1.58vw;
  background: url(https://figure.itembox.design/item/img/category/sidebar_icon_01.png) 0 0 no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0.83vw;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 1220px) {
  .sidebar-linkArea a:before {
    width: 17px;
    height: 19px;
    left: 10px;
  }
}

.sidebar-newsArea {
  padding: 10px 10px 15px;
  border: 1px solid #0081cc;
}

.sidebar-newsArea a {
  display: block;
  color: #0081cc;
}

.sidebar-newsArea dd {
  font-size: 1.16vw;
  border-bottom: 1px solid #0081cc;
  margin-top: 1.66vw;
  line-height: 1.5;
}

@media screen and (min-width: 1220px) {
  .sidebar-newsArea dd {
    font-size: 14px;
    margin-top: 20px;
  }
}

.sidebar-newsArea dd p:last-child {
  padding-bottom: 5px;
}

.top-area-title {
  position: relative;
  margin-bottom: 3.5vh;
}

@media screen and (min-width: 768px) {
  .top-area-title {
    margin-bottom: 5vw;
  }
}

@media screen and (min-width: 1220px) {
  .top-area-title {
    margin-bottom: 40px;
  }
}

.top-area-title-txt {
  color: #0081cc;
  font-size: 2.5rem;
}

@media screen and (min-width: 768px) {
  .top-area-title-txt {
    font-size: 3.0rem;
  }
}

.top-area-title-sub {
  padding-top: 1vw;
  font-size: 0.8rem;
  color: #000;
  font-weight: normal;
  border-top: 1px solid #0081cc;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 768px) {
  .top-area-title-sub {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1220px) {
  .top-area-title-sub {
    padding-top: 10px;
  }
}

.top-area-title p:first-letter {
  color: #0081cc;
}

@media screen and (min-width: 768px) {
  .footer_linkArea {
    display: none;
  }
}
.footer_linkArea {
    width: 93.33%;
    margin: 60px auto 0;
}
.footer_category ul,
.footer_search ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 5px;
  margin-bottom: 50px;
}
.footer_category ul li {
    display: inline-block;
    width: 48.5%;
    margin-bottom: 16px;
}
.footer_search ul li {
    display: inline-block;
    width: 100%;
    margin-bottom: 16px;
}
.footer_category ul li a,
.footer_search ul li a {
  width: 100%;
  font-size: 3.7vw;
  font-weight: bold;
  text-align: center;
  border: 1px solid #333;
  color: #333;
  border-radius: 5px;
  display: inline-block;
}
.footer_category ul li a {
    padding: 0.5em 0.4em 0.35em;
    letter-spacing: 0.05em;
}
.footer_search ul li a {
    padding: 0.7em 0.4em 0.5em;
    letter-spacing: 0.08em;
}

.footer-snsArea {
  margin-bottom: 38vw;
}

.footer-snsArea {
  margin-bottom: 38vw;
}

@media screen and (min-width: 568px) {
  .footer-snsArea {
    margin-bottom: 10vw;
  }
}

@media screen and (min-width: 768px) {
  .footer-snsArea {
    margin-bottom: 0;
  }
}

.footer-snsArea ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto;
  width: 47%;
}

@media screen and (min-width: 667px) {
  .footer-snsArea ul {
    width: 30%;
  }
}

@media screen and (min-width: 768px) {
  .footer-snsArea ul {
    width: 20%;
  }
}

@media screen and (min-width: 1200px) {
  .footer-snsArea ul {
    width: 230px;
  }
}

.footer-snsArea ul li {
  width: 45%;
}

@media screen and (min-width: 1220px) {
  .footer-snsArea ul li {
    width: 110px;
  }
}

.footer {
  position: relative;
  margin-top: 10vw;
  background-color: #000000;
}

@media screen and (max-width: 767px) {
  .footer {
    display: none;
  }
}

@media screen and (min-width: 1220px) {
  .footer {
    margin-top: 80px;
  }
}

#pagetop {
  display: none;
  right: 10px;
  width: 10.9vw;
  z-index: 999;
}

@media screen and (min-width: 1220px) {
  #pagetop {
    right: 20px;
    width: 131px;
  }
}

#pagetop a {
  display: block;
  text-align: center;
}

#pagetop.fixed {
  position: fixed;
  bottom: 85px;
}

#pagetop.static {
  position: absolute;
  top: -13.08vw;
}

@media screen and (min-width: 1220px) {
  #pagetop.static {
    top: -157px;
  }
}

.footer-navArea {
  padding: 4.58vw 0 5vw;
  width: 93.33%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .footer-navArea {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media screen and (min-width: 1220px) {
  .footer-navArea {
    width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1220px) {
  .footer-navArea {
    padding: 55px 0 60px;
  }
}

.footer-navArea nav {
  margin-bottom: 20px;
}

.footer-navArea ul {
  display: -ms-flexbox;
  display: flex;
}

.footer-navArea li {
  width: 25%;
}

.footer-navArea dt {
  color: #ffffff;
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 5px;
}

@media screen and (min-width: 1220px) {
  .footer-navArea dt {
    font-size: 18px;
  }
}

.footer-navArea dd {
  line-height: 2;
  margin-bottom: 3px;
}

.footer-navArea dd a {
  display: block;
  font-size: 1.1vw;
  color: #dddcdc;
  padding-left: 1em;
  position: relative;
}

@media screen and (min-width: 1220px) {
  .footer-navArea dd a {
    font-size: 14px;
  }
}

.footer-navArea dd a:before {
  content: "- ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.footer-navArea dd a:hover {
  opacity: 0.6;
}

.footer-logo {
  float: right;
}

.footer-logo a {
  display: inline-block;
  width: 17vw;
}

@media screen and (min-width: 1220px) {
  .footer-logo a {
    width: 204px;
  }
}

.menu-sp {
  position: relative;
}

.menu-sp #menu-sp-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1000000;
  border-top: 1px solid #fff;
  background: #0081cc;
  height: 20vw;
  left: 0;
}

@media screen and (min-width: 568px) {
  .menu-sp #menu-sp-list {
    height: 9vw;
  }
}

.menu-sp #menu-sp-list span {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.menu-sp #menu-sp-list li {
  width: 25%;
  text-align: center;
  border-right: 2px solid #12438f;
  border-image-slice: 1;
  line-height: 1;
}

@media screen and (min-width: 568px) {
  .menu-sp #menu-sp-list li {
    line-height: 0.5;
  }
}

.menu-sp #menu-sp-list li:last-child {
  border-right: none;
}

.menu-sp #menu-sp-list li span:before {
  content: "";
  display: block;
  width: 30%;
  height: 63%;
  padding: 5%;
  margin: auto;
  background: 50% 60% no-repeat;
  background-image: url(https://figure.itembox.design/item/img/common/sp/icon_menu.png);
  background-size: contain;
}

@media screen and (min-width: 568px) {
  .menu-sp #menu-sp-list li span:before {
    width: 13%;
    height: 60%;
    padding-top: 12%;
    padding-bottom: 5%;
  }
}

.menu-sp #menu-sp-list .close {
  display: none;
}

.menu-sp #menu-sp-list .menu-sp-list-search span:before {
  background-image: url(https://figure.itembox.design/item/img/common/sp/icon_search.png);
}

.menu-sp #menu-sp-list .menu-sp-list-mypage span:before {
  background-image: url(https://figure.itembox.design/item/img/common/sp/icon_mypage.png);
}

.menu-sp #menu-sp-list .menu-sp-list-favorite a span:before {
  background-image: url(https://figure.itembox.design/item/img/common/sp/icon_favorite.png);
}

.menu-sp #menu-sp-list .menu-sp-list-cart a span:before {
  background-image: url(https://figure.itembox.design/item/img/common/sp/icon_cart.png);
}

.menu-sp #menu-sp-list .open .close:before,
.menu-sp #menu-sp-list .open-itemsearch .close:before {
  background-image: url(https://figure.itembox.design/item/img/common/sp/icon_close.png);
  width: 5vw;
  height: 12.5vw;
}

@media screen and (min-width: 568px) {
  .menu-sp #menu-sp-list .open .close:before,
  .menu-sp #menu-sp-list .open-itemsearch .close:before {
    width: 2.5vw;
    height: 5.5vw;
  }
}

.menu-sp #menu-sp-list .menu {
  background-image: url(https://figure.itembox.design/item/img/common/sp/btn_menu_off.png);
}

.menu-sp #menu-sp-list .active.menu {
  background-image: url(https://figure.itembox.design/item/img/common/sp/btn_menu_on.png);
}

.menu-sp #menu-sp-list .search {
  background-image: url(https://figure.itembox.design/item/img/common/sp/btn_search_off.png);
}

.menu-sp #menu-sp-list .mypage {
  background-image: url(https://figure.itembox.design/item/img/common/sp/btn_mypage_off.png);
}

.menu-sp #menu-sp-list .favorite {
  background-image: url(https://figure.itembox.design/item/img/common/sp/btn_favorite_off.png);
}

.menu-sp #menu-sp-list .cart {
  background-image: url(https://figure.itembox.design/item/img/common/sp/btn_cart_off.png);
}

.on, .on-itemsearch {
  display: none;
}

.menu-sp-content {
  display: none;
  position: fixed;
  background: #0081cc;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  bottom: 0;
}

.menu-sp-content-header {
  vertical-align: top;
}

.menu-sp-content-wrapper {
  padding: 4% 4% 16%;
}

.menu-sp-content-box {
  margin-bottom: 4vh;
}

.menu-sp-content-box a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  padding: 4% 0;
}

.menu-sp-content-title {
  border-radius: 3px;
  background: #fff;
  color: #0081cc;
  font-weight: bold;
  font-size: 1.75rem;
  text-align: center;
  padding: 2%;
}

.menu-sp-content-title:before {
  display: inline-block;
  content: "";
  background: url(https://figure.itembox.design/item/img/common/sp/icon_sp_menu.png) 0 0 no-repeat;
  background-size: 100%;
  width: 4vw;
  height: 3vh;
  margin-bottom: -0.86vh;
  margin-right: 1.5vw;
}

@media screen and (min-width: 568px) {
  .menu-sp-content-title:before {
    width: 2.5vw;
    height: 5vh;
    margin-right: 1vw;
  }
}

.menu-sp-content-title.keyword:before {
  display: none;
}

.menu-sp-content li {
  border-bottom: 1px dotted #fff;
}

.menu-sp-content .menu-sp-content-box:first-child a {
  text-decoration: underline;
  padding: 3% 2% 0 0;
  display: inline-block;
}

.menu-sp-content li span {
  font-weight: bold;
}

.menu-sp-content .login {
  background: url(https://figure.itembox.design/item/img/common/sp/icon_login.png) 0 0 no-repeat;
}

.menu-sp-content .mypage {
  background: url(https://figure.itembox.design/item/img/common/sp/icon_mypage.png) 0 0 no-repeat;
}

.menu-sp-content .favorite {
  background: url(https://figure.itembox.design/item/img/common/sp/icon_favorite.png) 0 0 no-repeat;
}

.menu-sp-content .cart {
  background: url(https://figure.itembox.design/item/img/common/sp/icon_cart.png) 0 0 no-repeat;
}

.menu-sp-content .login,
.menu-sp-content .mypage,
.menu-sp-content .favorite,
.menu-sp-content .cart {
  padding-left: 6vw;
  background-size: contain;
}

@media screen and (min-width: 568px) {
  .menu-sp-content .login,
  .menu-sp-content .mypage,
  .menu-sp-content .favorite,
  .menu-sp-content .cart {
    padding-left: 3vw;
  }
}

.menu-sp-content-logo {
  width: 50%;
  margin: 0 auto;
}

.menu-sp-content-itemsearch {
  display: none;
  position: fixed;
  bottom: 0;
  background: #f5f5f5;
  z-index: 2;
  width: 100%;
  overflow: scroll;
  z-index: 1;
  padding: 8.5% 3%;
}

@media screen and (min-width: 568px) {
  .menu-sp-content-itemsearch {
    padding: 5% 3% 4%;
  }
}

.menu-sp-content-itemsearch-inner {
  background: #fff;
  border: 2px solid #333;
  position: relative;
  width: 100%;
  height: 11vw;
}

@media screen and (min-width: 568px) {
  .menu-sp-content-itemsearch-inner {
    height: 8vw;
  }
}

.menu-sp-content-itemsearch input[type="text"] {
  width: 100%;
  padding: 1%;
  border: none;
  border-right: 2px solid #f5f5f5;
  border-radius: 0;
  height: 10vw;
}

@media screen and (min-width: 568px) {
  .menu-sp-content-itemsearch input[type="text"] {
    height: 7vw;
  }
}

.menu-sp-content-itemsearch input[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 16%;
  height: 100%;
  padding-right: 0;
  border: none;
  border-radius: 0;
  background: url(https://figure.itembox.design/item/img/top/mv_btn_search.png) 0 0 no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all 0.2s;
  font-size: 0;
}

@media screen and (min-width: 568px) {
  .menu-sp-content-itemsearch input[type="submit"] {
    width: 11%;
  }
}

/* 下層ページ（静的・Futueshop）共通のcss */
@media screen and (max-width: 767px) {
  .system_content {
    width: 93.33%;
    margin: 0 auto;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .system_content {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media screen and (max-width: 767px) and (min-width: 1220px) {
  .system_content {
    width: 1200px;
    margin: 0 auto;
  }
}

.pageTitle, h1.FS2_pageTitle {
  color: #0081cc;
  font-size: 2.5rem;
  border-bottom: 2px solid #0081cc;
  margin-bottom: 2rem;
}

h2.FS2_CrossHead {
  border-left: none;
  padding: 0;
  margin: 0;
  line-height: 1.8;
}

.CrossHead, .FS2_subContents_container h2, h2.FS2_CrossHead {
  color: #1558a0;
  border-bottom: 1px solid #1558a0;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 768px) {
  .CrossHead, .FS2_subContents_container h2, h2.FS2_CrossHead {
    margin-bottom: 2rem;
  }
}

.userTable_02 {
  width: 100%;
}

.userTable_02 th,
.userTable_02 td {
  border: 1px solid #ccc;
  padding: 1.5rem;
}

@media screen and (max-width: 767px) {
  .userTable_02 th,
  .userTable_02 td {
    display: block;
    text-align: center;
    width: 100%;
  }
}

.userTable_02 th {
  background-color: #e5eef6;
}

@media screen and (max-width: 767px) {
  .userTable_02 th {
    border-bottom: none;
  }
}

@media screen and (min-width: 767px) {
  .userTable_02 th {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .userTable_02 td {
    border-top: none;
    border-bottom: none;
  }
}

@media screen and (min-width: 767px) {
  .userTable_02 td {
    border-left: none;
  }
}

.userTable_02 tr:last-child td {
  border-bottom: 1px solid #ccc;
}

.Definition, .FS2_subContents_container dl dt {
  margin-top: 0;
  font-size: 1.6rem;
  border-bottom: none;
}

.Definition:before, .FS2_subContents_container dl dt:before {
  content: "■";
  display: inline-block;
  color: #1558a0;
}

/* 新着情報 */
.information-box {
  margin-bottom: 7rem;
}

.information-data {
  text-align: right;
  margin-bottom: 1rem;
}

.information-link {
  margin-top: 10px;
}

.information-txt > p {
  margin-bottom: 1.5rem;
}

.information-red {
  color: #f00;
}

.information-line {
  text-decoration: underline;
}

.information-img {
  text-align: center;
}

.information-img img {
  border: 1px solid #666;
}

.information a {
  font-weight: bold;
  text-decoration: underline;
  color: #0081cc;
}

.information ul li {
  margin-bottom: 1.5rem;
}

/* ご利用ガイド */
@media screen and (min-width: 768px) {
  .guide-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}

.guide-list-inner {
  margin-bottom: 3vw;
}

@media screen and (min-width: 768px) {
  .guide-list-inner {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2vw;
  }
}

@media screen and (min-width: 1200px) {
  .guide-list-inner {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .guide-list li:nth-child(even) {
    margin-right: 0;
  }
}

.guide-list-inner a {
  border: 2px solid #1558a0;
  background: url(https://figure.itembox.design/item/img/guide/coupon/bg_guide.gif) 0 50% no-repeat;
  background-size: 15%;
  color: #0081cc;
  text-align: center;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 8vw 0;
}

@media screen and (min-width: 768px) {
  .guide-list-inner a {
    padding: 4vw 0;
  }
}

@media screen and (min-width: 1200px) {
  .guide-list-inner a {
    padding: 60px 0;
    font-size: 2.4rem;
  }
}

.guide-list-inner.long a {
  padding: 4.4vw 0;
}

@media screen and (min-width: 768px) {
  .guide-list-inner.long a {
    padding: 2.9vw 0;
  }
}

@media screen and (min-width: 1200px) {
  .guide-list-inner.long a {
    padding: 45px 0;
  }
}

.guide-list-inner.long2 a {
  padding: 4.9vw 0;
}

@media screen and (min-width: 768px) {
  .guide-list-inner.long2 a {
    padding: 3vw 0;
	font-size: 1.9rem;
  }
}

@media screen and (min-width: 1200px) {
  .guide-list-inner.long2 a {
    padding: 45px 0;
	font-size: 2.4rem;
  }
}


.guide-list-inner a:hover {
  background: #d0ebf9;
  opacity: 1;
}

/* ご利用ガイド　クーポン */
.guide .guide-box {
  margin-bottom: 2vw;
}

@media screen and (min-width: 768px) {
  .guide .guide-box {
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
  }
}

.guide .guide-box:last-child {
  border: none;
}

.guide .guide-link {
  font-weight: bold;
  color: #000;
  text-decoration: underline;
}

.guide .guide-txt {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .guide .guide-txt {
    padding-left: 2em;
    text-indent: -1.5em;
    margin-bottom: 20px;
  }
}

.guide .guide-txt .guide-txt-no {
  margin-right: 5px;
  font-weight: bold;
  text-align: center;
}

.guide .guide-img-box {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .guide .guide-img-box {
    margin-bottom: 20px;
    margin-left: 20px;
  }
}

.guide .guide-img {
  margin-bottom: 2em;
}

.guide .guide-img p {
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .guide .guide-img p {
    font-size: 1.3rem;
  }
}

.guide .guide-img-sp {
  width: 50%;
}

.guide .guide-btn {
  text-align: center;
}

/* 海洋堂オンラインストア会員のお得な特典 */
.merit-name {
  background: url(https://figure.itembox.design/item/img/category/bg_category_sp.png) 0 0 no-repeat;
  background-size: cover;
  padding: 6.5vw 0 4vw;
  font-size: 7vw;
  margin-bottom: 7vw;
  color: #1558a0;
  text-align: center;
  line-height: 1;
  padding: 0.8vw 0 4.6vw;
  background-position: center 0;
  margin-left: -3.5%;
  margin-right: -3.5%;
}

@media screen and (min-width: 768px) {
  .merit-name {
    text-align: left;
    background: url(https://figure.itembox.design/item/img/category/bg_category_pc.png) 0 0 no-repeat;
    background-size: cover;
    font-size: 5vw;
    padding: 5vw 0 4.5vw 7vw;
    margin-bottom: 1vw;
  }
}

@media screen and (min-width: 1200px) {
  .merit-name {
    background-size: 100%;
    padding: 60px 0 25px 78px;
    margin-bottom: 30px;
    font-size: 55px;
  }
}

.merit-name span {
  font-size: 3.73vw;
  padding-left: 1vw;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .merit-name span {
    font-size: 3rem;
    padding-left: 1%;
  }
}

@media screen and (min-width: 768px) {
  .merit-name {
    font-size: 4.5vw;
    padding: 0.4vw 0 0.8vw 6.5vw;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    text-align: left;
  }
}

@media screen and (min-width: 1200px) {
  .merit-name {
    font-size: 55px;
    padding: 5px 0 10px 78px;
  }
}

.merit-name span:not(.merit-name-sub) {
  display: inline-block;
  font-size: 4.2vw;
  padding-top: 0;
  padding-bottom: 1vw;
}

@media screen and (min-width: 768px) {
  .merit-name span:not(.merit-name-sub) {
    font-size: 2.6vw;
    padding-left: 0.5%;
    padding-bottom: 0.6vw;
  }
}

@media screen and (min-width: 1200px) {
  .merit-name span:not(.merit-name-sub) {
    font-size: 32px;
    padding-bottom: 8px;
  }
}

.merit-name span {
  font-size: 2.4vw;
  display: block;
  padding-top: 6.6vw;
  font-size: 2.6vw;
  letter-spacing: 0;
  padding-top: 4.1vw;
}

@media screen and (min-width: 768px) {
  .merit-name span {
    padding-top: 2.6vw;
    font-size: 1.5vw;
    font-weight: normal;
  }
}

@media screen and (min-width: 1200px) {
  .merit-name span {
    padding-top: 35px;
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .merit-name span {
    font-size: 1.1vw;
    padding-top: 2.9vw;
  }
}

@media screen and (min-width: 1200px) {
  .merit-name span {
    font-size: 14px;
    padding-top: 35px;
  }
}

.merit-list {
  margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  .merit-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

.merit-list-item {
  color: #ffffff;
  padding: 7vw 5.3vw 5vw;
  background-color: #1558a0;
  background-size: 22.6vw;
  background-position: 1vw 3.3vw;
  border: 1vw solid #f5f5f5;
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  .merit-list-item {
    width: 48.8%;
    min-height: 17.1vw;
    padding: 2.5vw 1.8vw 1.6vw;
    background-size: 112px;
    background-position: 6px 16px;
    border-width: 4px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .merit-list-item {
    min-height: 206px;
    padding: 30px 25px 20px;
  }
}

.merit-list-item:first-child {
  background-image: url(https://figure.itembox.design/item/img/merit/icon_01.png);
}

.merit-list-item:nth-child(2) {
  background-image: url(https://figure.itembox.design/item/img/merit/icon_02.png);
}

.merit-list-item:nth-child(3) {
  background-image: url(https://figure.itembox.design/item/img/merit/icon_03.png);
}

.merit-list-item:nth-child(4) {
  background-image: url(https://figure.itembox.design/item/img/merit/icon_04.png);
}

.merit-list-item:nth-child(5) {
  background-image: url(https://figure.itembox.design/item/img/merit/icon_05.png);
}

.merit-list-item:nth-child(6) {
  background-image: url(https://figure.itembox.design/item/img/merit/icon_06.png);
}

.merit-list-ttl {
  font-size: 4.4vw;
  line-height: 1.3;
  text-align: center;
  font-weight: normal;
  margin-bottom: 2.6vw;
}

@media screen and (min-width: 768px) {
  .merit-list-ttl {
    font-size: 1.7vw;
    margin-bottom: 0.83vw;
  }
}

@media screen and (min-width: 1200px) {
  .merit-list-ttl {
    font-size: 21px;
    margin-bottom: 10px;
  }
}

.merit-list-ttl em {
  font-size: 7.3vw;
  font-style: normal;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .merit-list-ttl em {
    font-size: 2.85vw;
  }
}

@media screen and (min-width: 1200px) {
  .merit-list-ttl em {
    font-size: 35px;
  }
}

.merit-list-txt {
  font-size: 3.3vw;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .merit-list-txt {
    font-size: 1.2vw;
  }
}

@media screen and (min-width: 1200px) {
  .merit-list-txt {
    font-size: 14px;
  }
}

.merit-bnr {
  text-align: center;
}

.merit-campaign {
  margin-bottom: 4vw;
}

@media screen and (min-width: 768px) {
  .merit-campaign {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .merit-campaign {
    margin-bottom: 30px;
  }
}

/* 以下、動的ページ　共通 */
/* 検索フォーム非表示 */
.FS2_Search {
  display: none;
}

/* マイページボタン非表示 */
.FS2_Utility1_container {
  display: none;
}

/* カートを見る非表示 */
li.FS2_UtilityCart {
  display: none;
}

/* 特定商取引法に基づく表示非表示 */
.FS2_businessdeal {
  display: none;
}

/* 送料とお支払い方法について非表示 */
.FS2_postagesettlelist {
  display: none;
}

/* 個人情報の取扱いについて非表示 */
.FS2_privacypolicy {
  display: none;
}

/* ログ゗ン非表示 */
.FS2_login_logout {
  display: none;
}

/* メルマガ申込・停止非表示 */
.FS2_mailmagazine_entry_cancel {
  display: none;
}

/* PC用に切り替えボタンを非表示にするCSS */
#FS2_SystemNav {
  display: none;
}

.userTable_01 {
  margin-bottom: 1vw;
}

.FS2_bottom_btn_info {
  margin-top: 5%;
}

.userTable_01 th,
.userTable_01 td {
  padding: 7px;
}

.FS2_body_PointAgreement .layout_content p,
.FS2_body_Config_PrivacyPolicy .layout_content p,
.FS2_body_Config_BusinessDeal .layout_content p {
  margin-bottom: 5rem;
}

.FS2_icon_require {
  padding: 1% 1.5%;
  border-radius: 5px;
}

.FS2_subContents_container dd {
  font-size: 1.3rem;
}

select:-webkit-autofill,
.FS2_assist_required {
  background-color: #ffe;
}

.FS2_ContinueButton_container {
  margin: 10px 0;
}

.utility {
  display: none;
}

.pan {
  background: none;
  padding: 0;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .pan {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}

#FS2_body_Config .pan {
  margin-bottom: 10px;
}

.pan a {
  text-decoration: none;
}

select {
  padding: 0 3%;
}

select#fs2_prefecture {
  width: 70%;
}

/* 「予約を受け付ける」で自動表示されるアイコンを非表示 */
.FS2_Preorder_icon {
  display: none;
}

.error_item, .sellTerms {
  border: none;
}

/* 動的ページ(SPのみ)　共通 */
.FS2_sp_lightbox_contents {
  width: 90%;
  margin: 0 5%;
}

h1.FS2_PageTitle {
  margin-bottom: 3vw;
}

/* カテゴリ一覧,商品一覧　共通 */
.category-name {
  background: url(https://figure.itembox.design/item/img/category/bg_category_sp.png) 0 0 no-repeat;
  background-size: cover;
  padding: 6.5vw 0 4vw;
  font-size: 7vw;
  margin-bottom: 7vw;
  color: #1558a0;
  text-align: center;
  line-height: 1;
}

@media screen and (min-width: 667px) {
  .category-name {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .category-name {
    text-align: left;
    background: url(https://figure.itembox.design/item/img/category/bg_category_pc.png) 0 0 no-repeat;
    background-size: cover;
    font-size: 5vw;
    padding: 5vw 0 0.8vw 7vw;
    margin-bottom: 3vw;
  }
}

@media screen and (min-width: 1200px) {
  .category-name {
    background-size: 100%;
    padding: 60px 0 25px 78px;
    margin-bottom: 30px;
    font-size: 55px;
  }
}

.category-name span {
  font-size: 3.73vw;
  padding-left: 1vw;
  letter-spacing: 3px;
}

@media screen and (min-width: 768px) {
  .category-name span {
    font-size: 3rem;
    padding-left: 1%;
  }
}

.category span.category-name-sub {
  font-size: 2.4vw;
  display: block;
  padding-top: 9.6vw;
}

@media screen and (min-width: 768px) {
  .category span.category-name-sub {
    padding-top: 2.6vw;
    font-size: 1.5vw;
    font-weight: normal;
  }
}

@media screen and (min-width: 768px) {
  .category span.category-name-sub {
    padding-top: 2.6vw;
    font-size: 1.5vw;
    font-weight: normal;
  }
}

@media screen and (min-width: 1200px) {
  .category span.category-name-sub {
    padding-top: 35px;
    font-size: 14px;
  }
}

.FS2_body_Goods_GoodsGroupList_1 .error_item, .FS2_body_Goods_GoodsGroupList_1 .sellTerms, .FS2_body_Goods_GoodsGroupList_1 .itemStock,
.FS2_body_Goods_GoodsGroupList_2 .error_item,
.FS2_body_Goods_GoodsGroupList_2 .sellTerms,
.FS2_body_Goods_GoodsGroupList_2 .itemStock {
  font-size: 1.2rem;
}

/* カテゴリ一覧 共通 */
@media screen and (max-width: 767px) {
  .category-list-wrapper {
    width: 93.33%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .category-list-wrapper {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media screen and (max-width: 767px) and (min-width: 1220px) {
  .category-list-wrapper {
    width: 1200px;
    margin: 0 auto;
  }
}

.category-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 3%;
}

.category-list-box {
  margin-right: 4%;
  margin-bottom: 8%;
  width: 48%;
}

@media screen and (min-width: 768px) {
  .category-list-box {
    margin-right: 3.333333%;
    margin-bottom: 3.3333333%;
    width: 31.11111%;
  }
}

@media screen and (max-width: 767px) {
  .category-list-box.long .category-list-title:after {
    display: block;
    content: ".";
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .category-list li:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .category-list li:nth-child(3n) {
    margin-right: 0;
  }
}

.category-list-title {
  font-weight: bold;
  color: #000;
  margin-bottom: 3.577%;
  font-size: 1.25rem;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .category-list-title {
    font-size: 1.5rem;
  }
}

.category-list-title span {
  font-size: 1rem;
  display: block;
}

@media screen and (min-width: 768px) {
  .category-list-title span {
    font-size: 1.3rem;
    display: inline-block;
  }
}

.category-list-title:first-letter {
  color: #0081cc;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  .category-list-title:first-letter {
    font-size: 1.8rem;
  }
}

.category img {
  max-width: 100%;
}

.category-title {
  color: #0081cc;
  font-size: 8vw;
  margin-bottom: 10vw;
}

@media screen and (min-width: 768px) {
  .category-title {
    font-size: 2.3vw;
    margin-bottom: 2vw;
  }
}

@media screen and (min-width: 1220px) {
  .category-title {
    font-size: 25px;
  }
}

.category-title:after {
  display: block;
  content: "";
  border-top: 1px solid #0081cc;
  margin: -7vw 0 7vw 10vw;
}

@media screen and (min-width: 768px) {
  .category-title:after {
    margin: -2vw 0 1.8vw 3vw;
  }
}

@media screen and (min-width: 1200px) {
  .category-title:after {
    margin: -22px 0 22px 30px;
  }
}

.category-title.length-two:after {
  margin-left: 2.5em;
}

.category-title.length-three:after {
  margin-left: 3.5em;
}

.category-title.length-four:after {
  margin-left: 4.5em;
}

.category-title.length-five:after {
  margin-left: 5.5em;
}

.category-title.length-six:after {
  margin-left: 6.5em;
}

.category-title.length-seven:after {
  margin-left: 7.5em;
}

.category-title.length-eight:after {
  margin-left: 8.5em;
}

.category-title.length-nine:after {
  margin-left: 9.5em;
}

.category .other {
  width: 100%;
  margin-right: 0;
}

.category .other a {
  background: #0081cc;
  color: #fff;
  font-size: 2.1rem;
  padding: 5%;
  display: block;
  text-align: center;
  border: 1px solid #111;
}

@media screen and (min-width: 768px) {
  .category .other a {
    border-width: 2px;
    padding: 3%;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .category .other a {
    padding: 25px;
  }
}

.category .campaign-area {
  margin: 10px 0;
}

/* カテゴリ一覧　クリエイターから探す */
.FS2_body_Goods_creator .creator .category-name:before {
  display: none;
}

.creator .category-name {
  position: relative;
}

.creator .category-name:before {
  display: none;
}

@media screen and (min-width: 768px) {
  .creator .category-name:before {
    display: block;
    content: "クリエイターから探す";
    font-size: 1.5rem;
    position: absolute;
    top: 2vw;
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  .creator .category-name:before {
    top: 30px;
  }
}

.creator-box {
  width: 100%;
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  .creator-box {
    margin-bottom: 2vw;
  }
}

.creator-box-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.creator-box-inner {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2rem;
  background: url(https://figure.itembox.design/item/img/category/bg_icon_category.gif) 0 20% no-repeat;
  background-size: 13%;
}

@media screen and (min-width: 375px) {
  .creator-box-inner {
    background-size: 15%;
    background-position: 0 30%;
  }
}

@media screen and (min-width: 415px) {
  .creator-box-inner {
    background-size: 14%;
  }
}

@media screen and (min-width: 640px) {
  .creator-box-inner {
    background-size: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .creator-box-inner {
    width: 30%;
    margin-bottom: 4rem;
    background-position: 0 50%;
  }
}

@media screen and (max-width: 767px) {
  .creator-box-inner:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .creator-box-inner:nth-child(3n) {
    margin-right: 0;
  }
}

.creator-box-inner a {
  display: block;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  padding-left: 4.5rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #111;
  letter-spacing: -0.1em;
}

@media screen and (min-width: 375px) {
  .creator-box-inner a {
    font-size: 2rem;
  }
}

@media screen and (min-width: 415px) {
  .creator-box-inner a {
    padding-left: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .creator-box-inner a {
    padding-top: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .creator-box-inner:hover {
    background-color: #d0ebf9;
  }
}

.creator-box-inner:hover a {
  opacity: 1;
}

.creator-box-inner a span {
  font-size: 1rem;
  letter-spacing: 0;
  display: block;
  line-height: 1.2;
}

/* カテゴリ一覧ページ　テーマから探す */
.theme .category-title {
  margin-bottom: 8vw;
}

@media screen and (min-width: 768px) {
  .theme .category-title {
    margin-bottom: 3vw;
  }
}

@media screen and (min-width: 1200px) {
  .theme .category-title {
    margin-bottom: 30px;
  }
}

/* 商品一覧ページ */
.FS2_sort_menu_bg {
  font-size: 1.2rem;
}

.pager {
  text-align: center;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: 3%;
}

.pager img {
  vertical-align: middle;
}

.FS2_pagination .FS2_pagenationList li {
  text-align: center;
}

.FS2_body_Goods_GoodsSearchList .itemCenter,
.FS2_body_Goods_GoodsGroupList_1 .itemCenter,
.FS2_body_Goods_GoodsGroupList_2 .itemCenter {
  text-align: left;
}

.groupLayout .itemGroup {
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: normal;
}

.gl_Item .itemCenter span.FS2_Preorder_icon {
  padding: 10px;
}

.FS2_itemPrice_text {
  color: #000;
}

.FS2_itemPrice_addition {
  font-size: 1.4rem;
}

.FS2_special_price {
  display: none;
}

/* 「新商品」「予約品」等アイコン画像の幅 */
.FS2_original_icons {
  margin: 0;
}

.FS2_original_icons li {
  width: 33%;
  margin: 7% 0 0 0;
}

@media screen and (min-width: 768px) {
  .FS2_original_icons li {
    margin: 3% 2% 3% 0;
  }
}

/* 商品一覧(SP) */
@media screen and (max-width: 767px) {
  .FS2_Sort {
    background: none;
  }
  .FS2_Sort .FS2_Sort_btn {
    background: #fff;
    padding: 2% 5%;
    border-radius: 0;
    box-shadow: none;
    font-size: 1.3rem;
  }
  .FS2_Sort .FS2_Sort_btn:before {
    content: "";
    background: url(https://figure.itembox.design/item/img/common/icon_arrow.gif) 0 0 no-repeat;
    display: inline-block;
    width: 12px;
    height: 8px;
    background-size: 100%;
  }
  .FS2_Sort .FS2_sort_menu_container .FS2_sort_menu_title {
    background: #111;
    padding: 3%;
  }
}

/* 商品一覧、検索結果　共通 */
@media screen and (max-width: 767px) {
  #FS2_GoodsSearchList .fs_goods_container td, #FS2_CategoryList .fs_goods_container td {
    text-align: left;
    font-size: 1.25rem;
    padding: 0;
  }
  #FS2_GoodsSearchList .FS2_itemPrice_text, #FS2_CategoryList .FS2_itemPrice_text {
    margin-top: 5%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: end;
        align-items: flex-end;
  }
  #FS2_GoodsSearchList .FS2_special_price, #FS2_CategoryList .FS2_special_price {
    font-weight: normal;
  }
  #FS2_GoodsSearchList .itemPrice, #FS2_CategoryList .itemPrice {
    font-size: 1.25rem;
    color: #111;
    font-weight: normal;
    display: block;
    margin-left: 0;
  }
  #FS2_GoodsSearchList .FS2_itemPrice_addition, #FS2_CategoryList .FS2_itemPrice_addition {
    font-weight: normal;
    font-size: 1rem;
  }
  #FS2_GoodsSearchList .FS2_pagination .FS2_pagenationList li span, #FS2_CategoryList .FS2_pagination .FS2_pagenationList li span {
    text-align: center;
  }
  #FS2_CategoryList .FS2_noStockText {
    text-align: center;
  }
}

/* 「カートに入れる」非表示 */
.FS2_body_Goods_GoodsGroupList_2 .FS2_figure_table_td_figure,
.FS2_body_Goods_GoodsGroupList_2 .FS2_figure_table_td_input_cnt,
.FS2_body_Goods_GoodsGroupList_2 .FS2_figure_table_td_updn_btn,
.FS2_body_Goods_GoodsGroupList_2 .FS2_figure_table_td_cart_btn {
  display: none;
}

.FS2_body_Goods_GoodsGroupList_2 .gl_Item img {
  max-width: 100%;
}

/* 海洋堂VISAカード会員様限定商品一覧ページ */
.FS2_body_Goods_GoodsDetail_limited .itemTitle, .FS2_body_Goods_GoodsDetail_limited .FS2_ItemComment .FS2_PageTitle, .FS2_body_Goods_GoodsDetail_limited .itemStock, .FS2_body_Goods_GoodsDetail_limited .FS2_noStockText {
  display: none;
}

@media screen and (max-width: 767px) {
  .FS2_body_Goods_GoodsDetail_limited .FS2_ItemComment, .FS2_body_Goods_GoodsDetail_limited .FS2_contents_container {
    padding-right: 0;
    padding-left: 0;
  }
  .FS2_body_Goods_GoodsDetail_limited .FS2_Figure {
    display: none;
  }
  .FS2_body_Goods_GoodsDetail_limited .FS2_Name_and_Price {
    display: none;
  }
  .FS2_body_Goods_GoodsDetail_limited .alignItem_04 {
    padding: 0 4%;
  }
  .FS2_body_Goods_GoodsDetail_limited .limited-box-img {
    width: 80%;
    margin: 0 auto;
  }
}

.FS2_body_Goods_GoodsDetail_limited .pan, .FS2_body_Goods_GoodsDetail_limited .itemTitle, .FS2_body_Goods_GoodsDetail_limited .itemNumber, .FS2_body_Goods_GoodsDetail_limited .FS2_itemPrice_area, .FS2_body_Goods_GoodsDetail_limited .FS2_pageTitle {
  display: none;
}

.FS2_body_Goods_GoodsDetail_limited .limited td {
  display: block;
}

.FS2_body_Goods_GoodsDetail_limited [type="image"] {
  max-width: 100%;
  margin: 2rem 0 3rem;
}

.FS2_body_Goods_GoodsDetail_limited .FS2_TweetButton_area {
  display: none;
}

.FS2_body_Goods_GoodsDetail_limited .category-name {
  font-size: 2.2rem;
  width: 100%;
}

@media screen and (min-width: 667px) {
  .FS2_body_Goods_GoodsDetail_limited .category-name {
    font-size: 3.5rem;
  }
}

@media screen and (min-width: 768px) {
  .FS2_body_Goods_GoodsDetail_limited .category-name {
    font-size: 3.9rem;
    padding-top: 6vw;
    padding-bottom: 1.3vw;
  }
}

@media screen and (min-width: 1200px) {
  .FS2_body_Goods_GoodsDetail_limited .category-name {
    font-size: 5.2rem;
    padding-top: 60px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  #FS2_ItemDetail.FS2_body_Goods_GoodsDetail_limited .groupLayout .itemGroup {
    font-size: 1.5rem;
  }
  #FS2_ItemDetail.FS2_body_Goods_GoodsDetail_limited .itemPrice {
    font-size: 1.3rem;
    color: #111;
    font-weight: normal;
    display: inline-block;
    margin-left: 0;
  }
  #FS2_ItemDetail.FS2_body_Goods_GoodsDetail_limited .FS2_itemPrice_addition {
    font-weight: normal;
    font-size: 1.2rem;
  }
}

/* 商品詳細ページ(PC/SP 共通) */
.FS2_body_Goods_GoodsDetail .FS2_additional_image_container_main img {
  margin: 0;
}

.FS2_body_Goods_GoodsDetail .FS2_itemPrice_text {
  margin-bottom: 0;
}

.FS2_body_Goods_GoodsDetail .FS2_point {
  border: none;
  margin-bottom: 10px;
}

.itemNumber {
  margin-top: 5%;
}

@media screen and (min-width: 768px) {
  .itemNumber {
    margin-top: 5px;
  }
}

.item-information {
  background: url(https://c26.future-shop.jp/shop/item/figure/design/img05/bg_item_information.gif) 0 0 repeat;
  padding: 4vw;
  margin-bottom: 5vh;
  /* youtube動画 */
}

@media screen and (min-width: 768px) {
  .item-information {
    font-size: 1.5rem;
    background: none;
    padding: 0;
  }
}

.item-information .video {
  width: 100%;
  /*横幅いっぱいにwidthを指定*/
  padding-bottom: 56.25%;
  /*高さをpaddingで指定(16:9)*/
  height: 0px;
  /*高さはpaddingで指定するためheightは0に*/
  position: relative;
  margin-bottom: 20px;
}

.item-information .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.item-information h2 {
  font-weight: bold;
  margin-bottom: 4%;
  font-size: 1.5rem;
}

.item-information p {
  margin-bottom: 4%;
}

.item-information p:last-child {
  margin-bottom: 0;
}

.item-information-link {
  text-decoration: underline;
  font-weight: bold;
}

.item-spec {
  font-size: 1.3rem;
  border-collapse: collapse;
}

@media screen and (min-width: 768px) {
  .item-spec {
    /*margin-left: -140.8%;*/
    font-size: 1.5rem;
    width: 100%;
    margin-bottom: 50px !important;
    
  }
}

.item-spec th, .item-spec td {
  border: 1px solid #000;
  padding: 2%;
}

.item-spec th {
  background: #d4d4d4;
  width: 20%;
  text-align: left;
}

.item-spec td {
  width: 80%;
}

.item_detail_link {
  background: #1562a9;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.item_detail_link a {
  color: #fff;
  padding: 4.5vw;
  display: block;
  font-weight: bold;
}

.item_bnr img {
  padding-top: 4%;
}

.item-link a {
  text-decoration: underline;
  font-weight: bold;
  color: #0081cc;
  word-break: break-all;
}

.item-campaign-box {
  background: #0081cc;
  margin-bottom: 20px;
  padding: 10px;
}

.item-campaign-box .item-campaign-notice {
  background: #0081cc;
  color: #fff;
  font-weight: bold;
  padding: 5px 0;
  text-align: center;
  margin-bottom: 0;
}

.item-campaign-box .item-campaign-title {
  background: #fff100;
  margin-bottom: 10px;
  text-align: center;
  padding: 5px;
}

.item-campaign-box .item-campaign-title span {
  color: #F00;
}

.item-campaign-box .item-campaign-link {
  text-align: right;
}

.item-campaign-box .item-campaign-link a {
  color: #0081cc;
  background: #fff;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 10px;
  font-weight: bold;
}

/* 「新商品」「予約品」等アイコン画像の幅 */
.FS2_body_Goods_GoodsDetail .FS2_original_icons li {
  width: 23%;
  /* 商品一覧・商品詳細共通 キャンペーンバナー */
}

@media screen and (min-width: 768px) {
  .FS2_body_Goods_GoodsDetail .FS2_original_icons li {
    width: 20%;
  }
}

/* 商品詳細ページ(PC) */
@media screen and (min-width: 768px) {
  #FS2_itemlayout_IH1 .FS2_additional_image_btn_thumbnail_container {
    width: 56.142%;
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  #FS2_itemlayout_IH1 .FS2_additional_image_btn_thumbnail_container {
    width: 500px;
  }
}

@media screen and (min-width: 768px) {
  #FS2_itemlayout_IH1 .FS2_thumbnail_container {
    width: auto;
    border: none;
    margin: 0 0 5% 0;
    padding: 0;
  }
  #FS2_itemlayout_IH1 .FS2_additional_image_container {
    width: 41.555555%;
  }
  .FS2_additional_image_detail_container img {
    width: 100%;
  }
  .FS2_additional_image_thumbnail_container {
    width: 22.998%;
    margin: 0 2.6% 2.5% 0;
  }
  .FS2_additional_image_thumbnail_container:nth-of-type(4n) {
    margin-right: 0;
  }
  .layout_table #FS2_itemlayout_IH1 .system_content {
    position: relative;
  }
  #FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_right {
    width: 41.5555555%;
  }
  .item-information {
    position: absolute;
    position: relative;
    margin-bottom: 50px !important;
  }
  #FS2_itemlayout_IH1 .FS2_additional_image_container_main {
    margin-bottom: 0;
  }
  .FS2_additional_image_thumbnail_container img {
    border: 1px solid #ccc;
  }
  .FS2_AdditionalImage_switcher_thumbnail_selected {
    border: 3px solid #0081cc !important;
  }
  #FS2_itemlayout_IH1 .FS2_additional_image_container_title {
    font-size: 1vw;
    font-weight: bold;
    border-bottom: 1px solid #0081cc;
    line-height: 1;
    margin: 0 0 0.5vw;
    margin-bottom: 0.5vw;
    padding-bottom: 0.5vw;
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  #FS2_itemlayout_IH1 .FS2_additional_image_container_title {
    font-size: 15px;
  }
}

@media screen and (min-width: 768px) {
  .FS2_additional_image_container_sub > p {
    display: none;
  }
  #FS2_itemlayout_IH1 .FS2_additional_image_container_title
#FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container {
    margin-top: 0;
  }
  #FS2_itemlayout_IH1 .FS2_additional_image_container_title::first-letter {
    font-size: 1.2vw;
    color: #0081cc;
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  #FS2_itemlayout_IH1 .FS2_additional_image_container_title::first-letter {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  #FS2_itemlayout_IH1 h1 {
    font-size: 2vw;
    line-height: 1.3;
    margin-bottom: 1vw;
  }
  .FS2_additional_image_btn_container img {
    width: 100%;
  }
  .FS2_additional_image_btn_incart {
    padding-right: 50px;
  }
  .FS2_additional_image_btn_next,
  .FS2_additional_image_btn_prev {
    padding-right: 10px;
  }
  #FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container {
    margin-top: 0;
  }
  #FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_left {
    width: 42vw;
  }
}

@media screen and (min-width: 768px) and (min-width: 1200px) {
  #FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_left {
    width: 500px;
  }
}

@media screen and (min-width: 768px) {
  #FS2_itemlayout_IH1 .itemPrice {
    color: #cc202d;
    font-size: 2.8rem;
    padding-right: 1rem;
  }
  .FS2_additional_image_tableVariation_border th,
  .FS2_additional_image_tableVariation_border td {
    border-top: none;
  }
  .FS2_additional_image_tableVariation_bg {
    background: none;
  }
  .FS2_figure {
    width: 75%;
  }
  #FS2_itemlayout_IH1 #twitter-widget-0 {
    width: 90px !important;
  }
  #FS2_itemlayout_IH1 .FS2_additional_image_itemdetail_container_right {
    position: relative;
  }
  #FS2_itemlayout_IH1 .FS2_itemPrice_addition {
    font-size: 1.6rem;
  }
  #FS2_itemlayout_IH1 .FS2_figure_table {
    table-layout: fixed;
  }
  #FS2_itemlayout_IH1 .FS2_figure td {
    padding-right: 3%;
    width: 13%;
    box-sizing: content-box;
  }
  #FS2_itemlayout_IH1 .FS2_figure td:first-child {
    padding-right: 1%;
  }
  #FS2_itemlayout_IH1 .FS2_TweetButton_area {
    margin-bottom: 5%;
  }
  .FS2_figure_table {
    margin-bottom: 5%;
  }
  #FS2_itemlayout_IH1 .FS2_TweetButton_area iframe {
    padding-right: 3%;
  }
}

/* 商品詳細ページ(SP) */
@media screen and (max-width: 767px) {
  #FS2_ItemDetail {
    /*　カートへボタン画像の位置調節　　*/
  }
  #FS2_ItemDetail img.fs_sp_drag_item {
    width: 20%;
    margin: 0 1%;
  }
  #FS2_ItemDetail img.fs_sp_drag_item {
    border: 1px solid #ccc;
  }
  #FS2_ItemDetail .fs_sp_flick_item_container {
    width: 80%;
    margin: 0 auto;
  }
  #FS2_ItemDetail .FS2_thumbnail_container img {
    width: 100%;
  }
  #FS2_ItemDetail .FS2_additional_image_container_main {
    display: none;
  }
  #FS2_ItemDetail #FS2_ItemDetail .FS2_thumbnail_container img {
    width: 100%;
  }
  #FS2_ItemDetail .FS2_ItemThumbnails {
    padding: 0;
  }
  #FS2_ItemDetail .fs_sp_flick_container {
    width: 100%;
  }
  #FS2_ItemDetail .FS2_ItemThumbnails {
    position: relative;
  }
  #FS2_ItemDetail .fs_sp_flick_btn_left,
  #FS2_ItemDetail .fs_sp_flick_btn_right {
    float: none;
    position: absolute;
    top: 38%;
    display: block;
    width: 25px;
    height: 25px;
    border-top: 3px solid #636363;
    border-right: 3px solid #636363;
    content: "";
    cursor: pointer;
    background: none;
    z-index: 999;
  }
  #FS2_ItemDetail .fs_sp_flick_btn_left {
    left: 10px;
    transform: rotate(225deg);
  }
  #FS2_ItemDetail .fs_sp_flick_btn_right {
    right: 10px;
    transform: rotate(45deg);
  }
  #FS2_ItemDetail .FS2_original_icons {
    width: auto;
  }
  #FS2_ItemDetail .FS2_Name_and_Price li {
    border: none;
    padding: 0;
  }
  #FS2_ItemDetail .itemTitle {
    font-size: 2.5rem;
  }
  #FS2_ItemDetail .itemPrice {
    color: #cc202d;
    font-size: 2.5rem;
    margin-left: 1rem;
  }
  #FS2_ItemDetail .item-spec {
    width: 100%;
  }
  #FS2_ItemDetail .FS2_Button {
    margin-top: 0;
  }
  #FS2_ItemDetail .FS2_Button .FS2_WishListEntryButton_container a {
    background: #54a7d3;
    border-radius: 11px;
    padding: 3%;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  #FS2_ItemDetail .FS2_Button .FS2_WishListRegistered a {
    background: #818181;
    border-radius: 11px;
    padding: 3%;
    color: #fff;
    text-align: center;
    font-weight: bold;
  }
  #FS2_ItemDetail .FS2_CartButton_area .FS2_InCartButton {
    vertical-align: middle;
  }
}

/*　商品画面：商品詳細：画像ホスティングオプション：拡大（popup window）：
画像コンテナ　*/
#FS2_additional_image_popup .FS2_thumbnail_container {
  width: 600px;
  margin-top: 10px;
  margin-left: 10px;
}

/*　商品画面：商品詳細：画像ホスティングオプション：拡大（popup window）：
ページ全体の横幅　*/
.FS2_additional_image_popup_container {
  width: 1000px;
  padding-bottom: 50px;
}

/* カート以降 */
#FS2_body_Cart .layout_content {
  padding-right: 5%;
  padding-left: 5%;
}

#FS2_body_Cart .cartTable caption {
  text-align: center;
}

#FS2_body_Cart td {
  font-size: 1.3rem;
}

#FS2_body_Cart th, #FS2_body_Cart label {
  font-size: 1.6rem;
}

#FS2_body_Cart .FS2_orderFlow {
  margin-top: 10px;
}

#FS2_body_Cart input[type="text"] {
  height: 35px;
}

@media screen and (max-width: 767px) {
  #fs2_deliveryList {
    font-size: 1.2rem;
  }
}

/* 「あと〜〜円で送料無料です  */
.FS2_CartInformation,
.cartInfor {
  border: none;
  color: #F00;
  padding: 5px;
  position: relative;
}

.FS2_CartInformation {
  width: 100%;
  margin-bottom: 4.26667vw;
}

.cartInfor {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 3vw 9vw;
}

@media screen and (min-width: 768px) {
  .cartInfor {
    background: #f6f6f6;
    padding: 12px 20px 12px 40px;
  }
}

.cartInfor:before {
  display: inline-block;
  content: "";
  background: url(https://figure.itembox.design/item/img/common/icon_notice.png) 0 0 no-repeat;
  position: absolute;
  top: 1.5vw;
  left: 0;
  width: 8vw;
  height: 8vw;
  background-size: 100%;
}

@media screen and (min-width: 768px) {
  .cartInfor:before {
    top: 5px;
    left: 5px;
    width: 32px;
    height: 29px;
  }
}

/* このサイトでお支払い　ボタン　中央よせ  */
@media screen and (max-width: 767px) {
  .FS2_PurchaseHereButton {
    margin: 0 auto;
  }
}

/* お支払い方法  */
@media screen and (max-width: 767px) {
  .FS2_body_Cart_SettleEdit .FS2_list .FS2_SettleEdit_list_Credit {
    border-radius: 5px;
    padding: 1% 2%;
  }
}

.FS2_CreditCard_ExpireDate td {
  vertical-align: bottom;
}

/* マイページTOP */
.FS2_body_MyPage_MyPageTop .CrossHead {
  border-bottom: none;
}

.FS2_body_MyPage_MyPageTop .CrossHead a {
  width: 100%;
  padding: 2% 5%;
  background: #1558a0;
  border-radius: 5px;
  color: #fff;
  display: block;
  position: relative;
  font-weight: normal;
}

@media screen and (min-width: 767px) {
  .FS2_body_MyPage_MyPageTop .CrossHead a {
    width: 32%;
    padding: 2%;
  }
}

@media screen and (max-width: 767px) {
  .FS2_body_MyPage_MyPageTop .FS2_mypagetop_list p {
    margin-bottom: 3rem;
  }
  .FS2_body_MyPage_MyPageTop .FS2_contents_container {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .FS2_body_MyPage_MyPageTop .FS2_lower_comment {
    padding-top: 0;
  }
  .FS2_body_MyPage_MyPageTop .FS2_lower_comment li.FS2_iconArrow a {
    display: block;
    background: url(/shop/img/smartphone/arrow_r.gif) no-repeat right center;
    color: #000;
    margin: 0 5px 0 0;
  }
  .FS2_body_MyPage_MyPageTop .FS2_mypage_container_Logout {
    border-top: 1px dotted #ddd;
    padding: 10px 3px;
  }
}

/* ログイン確認 */
/* お客様情報入力（ログイン確認）　会員特典画像 */
.FS2_body_Login_Login .FS2_MemberEntryButton_container {
  background: url(https://figure.itembox.design/item/img/common/img_membermerit_sp.jpg) 0 0 no-repeat;
  padding-top: 55vw;
  background-size: 100%;
}

.FS2_body_Login_Login .FS2_lower_comment {
  float: right;
  margin-top: -20vw;
  width: 45%;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .FS2_body_Login_Login .FS2_lower_comment {
    width: 47%;
    margin: -30vw auto 0;
  }
}

@media screen and (min-width: 800px) {
  .FS2_body_Login_Login .FS2_lower_comment {
    margin-top: -26vw;
  }
}

@media screen and (min-width: 1080px) {
  .FS2_body_Login_Login .FS2_lower_comment {
    margin-top: -24vw;
  }
}

@media screen and (min-width: 1220px) {
  .FS2_body_Login_Login .FS2_lower_comment {
    width: 450px;
    margin-top: -290px;
  }
}

@media screen and (max-width: 999px) {
  .FS2_body_Login_Login .FS2_lower_comment img {
    width: 90%;
  }
}

.login-campaign-area {
  margin-bottom: 10px;
}

/* お客様情報入力（ログイン確認） */
.FS2_Login_comment_area,
.FS2_MemberRegistration_comment {
  margin-bottom: 2vw;
}

.FS2_Login_btn_position input {
  margin-bottom: 1vw;
}

.FS2_AnotherLogin_comment {
  margin-bottom: 1vw;
}

.FS2_body_Login_Login [type="image"] {
  margin-bottom: 1vw;
}

/* お客様情報入力（ログイン確認）　会員特典画像　スマホのみ */
.FS2_body_Cart_GuestLogin .FS2_MemberPurchaseButton_container {
  /* 通常時（表示） */
  background: url(https://figure.itembox.design/item/img/common/img_membermerit_sp.jpg) 0 0 no-repeat;
  padding-top: 55vw;
  background-size: 100%;
  /* キャンペーン時（表示） */
}

.FS2_body_Cart_GuestLogin .FS2_lower_comment {
  float: right;
  margin-top: -20vw;
  width: 45%;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .FS2_body_Cart_GuestLogin .FS2_lower_comment {
    width: 50%;
    margin-top: -25vw;
  }
}

@media screen and (min-width: 880px) {
  .FS2_body_Cart_GuestLogin .FS2_lower_comment {
    margin-top: -20vw;
  }
}

@media screen and (min-width: 1220px) {
  .FS2_body_Cart_GuestLogin .FS2_lower_comment {
    width: 540px;
    margin-top: -210px;
  }
}

@media screen and (max-width: 879px) {
  .FS2_body_Cart_GuestLogin .FS2_lower_comment img {
    width: 90%;
  }
}

/* 送料とお支払い方法について */
/*　デフォルトの送料についてを非表示（PC）　*/
.FS2_Config_Postage,
.FS2_Config_Settle_about,
.FS2_Config_Settle_tax,
.FS2_Config_DeliveryMethod {
  display: none;
}

/*　デフォルトの送料についてを非表示（SP）　*/
.FS2_body_Config_PostageSettleList .FS2_PageTitle,
div#FS2_aboutShipping.FS2_contents_container,
.FS2_body_Config_PostageSettleList .FS2_subContents_container,
#FS2_aboutDeliveryService {
  display: none;
}

.required-img {
  max-width: none;
}

@media screen and (max-width: 767px) {
  .shipping {
    width: 93.33%;
    margin: 0 auto;
  }
}

/*@media screen and (min-width: 768px) {
  .shipping {
    margin-top: -30px;
  }
}*/

.shipping-nav {
  margin-bottom: 4vw;
  font-size: 1rem;
}

@media screen and (min-width: 375px) {
  .shipping-nav {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 768px) {
  .shipping-nav {
    margin-bottom: 2vw;
    font-size: 1.3rem;
  }
}

.shipping-nav li {
  display: inline-block;
  background: #54a7d3;
  border-radius: 3px;
}

.shipping-nav li a {
  color: #fff;
  padding: 1vw 2vw 1vw 1vw;
}

@media screen and (min-width: 768px) {
  .shipping-nav li a {
    padding: 0.3vw 1vw 0.3vw 0.3vw;
  }
}

.shipping-nav li:hover {
  background: #666;
}

.shipping-nav li:hover a {
  opacity: 1;
}

.shipping-nav li:before {
  display: inline;
  content: "▼";
  color: #fff;
  padding-left: 1.5vw;
}

@media screen and (min-width: 768px) {
  .shipping-nav li:before {
    padding-left: 0.8vw;
  }
}

.shipping-subTitle {
  font-weight: bold;
}

.shipping-box {
  margin-bottom: 50px;
}

.shipping-box:last-child {
  margin-bottom: 0;
}

.shipping-subTitle:nth-child(n+1) {
  margin-top: 20px;
}

.shipping-box-txt {
  margin-bottom: 30px;
}

.shipping-box-txt p, .shipping-box-txt ul {
  margin-bottom: 10px;
}

.shipping-box li {
  padding-left: 1em;
  text-indent: -1em;
}

.shipping-box a {
  text-decoration: underline;
  color: #0081cc;
}

.shipping-order {
  background: #ffe;
  padding: 2% 3%;
}

.shipping-order .CrossHead {
  text-align: center;
  border: none;
  color: #111;
  margin-bottom: 1rem;
}

.shipping-order li {
  padding-left: 1em;
  text-indent: 1;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .shipping-order li {
    line-height: 1.5;
  }
}

.shipping-order li:before {
  display: inline-block;
  content: "■";
  color: #0081cc;
  padding-left: 1em;
}

/* パスワード認証 */
.FS2_body_GoodsPassword .inputTableArea {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .FS2_body_GoodsPasswordCertify input[type="text"] {
    width: 100%;
    margin-bottom: 5%;
  }
  .FS2_body_GoodsPasswordCertify .FS2_Button_container input[type="image"] {
    max-width: 50%;
  }
}

/* パスワードをお忘れの場合 */
.FS2_body_Password_PasswordReminderEdit .inputTableArea {
  margin-top: 2rem;
}

/* お気に入り一覧 */
.FS2_WishList .FS2_Item_Name a {
  text-decoration: none;
}

.FS2_WishList .FS2_itemPrice_text {
  display: none;
}

/* サムネイル画像幅を拡張する */
.FS2_WishListContents .FS2_Item_Thumbnail,
.FS2_WishListContents .FS2_Item_Thumbnail img {
  width: 150px;
  margin-bottom: 10px;
}

td.FS2_WishListGoodsImage_td,
td.FS2_WishListGoodsImage_td img {
  width: 170px;
  padding-right: 10px;
}

.FS2_WishList_table {
  margin: 20px 0;
}

/* 動的ページ（スマホのみ） */
.FS2_subContents_container {
  margin: 16px 0 30px;
}

/* クーポン入力ページ（スマホのみ） */
.FS2_InputCouponCode_container h2 {
  margin-bottom: 20px;
}

.FS2_GetCouponButton_container {
  margin-top: 40px;
}

/*# sourceMappingURL=lower.css.map */


/*———————————
追加
———————————*/

/*
SP
———————————*/

/* ヘッダーサイドナビ非表示 */

@media screen and (max-width: 767px) {
  .sidebar {
    display: none;
  }
}

/* 商品ページ用PCナビ（トップページ以外） */

.item_gnavi {
  background-color: #0081cc;
  margin-bottom: 25px;
}

.item_gnavi ul {
  display: -ms-flexbox;
  display: flex;
  border-right: 3px solid #015bab;
  width: 93.33%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .item_gnavi ul {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media screen and (min-width: 1220px) {
  .item_gnavi ul {
    width: 1200px;
    margin: 0 auto;
  }
}

.item_gnavi li {
  width: 20%;
  height: 6vw;
  border-left: 3px solid #015bab;
}

@media screen and (min-width: 1220px) {
  .item_gnavi li {
    width: 236px;
    height: 60px;
    box-sizing: content-box;
  }
}

.item_gnavi li a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.item_gnavi li span {
  display: none;
}

.item_gnavi li a {
  background-size: contain;
}
.item_gnavi li:nth-child(1) a {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_01_off.png);
}
.item_gnavi li:nth-child(1) a:hover {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_01_on.png);
}
.item_gnavi li:nth-child(2) a {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_02_off.png);
}
.item_gnavi li:nth-child(2) a:hover {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_02_on.png);
}
.item_gnavi li:nth-child(3) a {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_03_off.png);
}
.item_gnavi li:nth-child(3) a:hover {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_03_on.png);
}
.item_gnavi li:nth-child(4) a {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_04_off.png);
}
.item_gnavi li:nth-child(4) a:hover {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_04_on.png);
}
.item_gnavi li:nth-child(5) a {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_05_off.png);
}
.item_gnavi li:nth-child(5) a:hover {
  background-image: url(https://figure.itembox.design/item/img/common/pc/gnavi_lower_img_05_on.png);
}
.item_gnavi li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.item_ttl_txt{
  font-weight: bold;
}

.fs-p-heading--lv2{
  padding-bottom:10px;
  font-weight: bold;
}

.fs-c-productPrice__main__label{
  font-size: 1.4rem;
  /* display:none */
}

.item-shipping-info span{
  font-weight: bold;
}

.cart-shipping-info span{
  color: #f00;
}

.fs-c-productMark > li{
  margin-bottom: 5px !important;
}

.fs-c-subgroupList > li {
  margin: 5px !important;
}

@media screen and (max-width: 779px) {
  .pc {
    display: none !important;
  }
}


@media screen and (max-width: 767px) {
.sp-info{
  position: relative;
  top: 140px;
  width: 90%;
  margin: auto;
}

.fs-l-pageMain{
  padding: 0 20px !important;
}

span.fs-c-checkbox__labelText {
    font-size: 105% !important;
}

.fs-c-checkbox__checkMark::before {
    font-size: 1.4em !important;
}

}

@media screen and (min-width: 768px) {
  .fs-body-login .fs-c-newUsers {
    width: 50%;
  }
}


.fs-c-inputField__explanation {
    padding-bottom: 30px !important;
    border-bottom: 1px dotted !important;
    margin-bottom: 30px !important;
}

#fs_AboutShippingAndPayment .fs-c-heading{
  display: none;
}
.fs-body-category .fs-c-salesPeriod__date{
  display: none;
}

.fs-body-search .fs-c-salesPeriod__date{
  display: none
}


.fs-c-checkbox__checkMark{
    height: 24px !important;
    margin: 0 20px 0 0 !important;
    min-width: 24px !important;
}

span.fs-c-checkbox__labelText a {
    text-decoration: underline !important;
}

span.fs-c-checkbox__labelText a {
    text-decoration: underline;
}

	
	
/* 商品ページ おすすめ商品（共通）*/
.fs-c-featuredProduct {
	margin-bottom: 3rem;
}	

/* 商品ページ おすすめ商品（PC）*/
.fs-c-featuredProduct__title {
	font-weight: bold;
	font-size: 2rem;
	color: #000000;
	text-align: left;
	padding: 1%;
	border: none;
	margin-bottom: 10px;
}

.fs-c-productListItem__preorderMessage {
	display: none;
}

.fs-c-productListItem__salesPeriod {
	display: none;
}

.fs-c-productListCarousel__list__item > .genreArea {
	display: none;
}

.fs-c-buttonContainer{
	padding: 0;
}

.fs-c-button--addToWishList--icon {
	margin-right: 2rem;
}

.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
	margin-right: 2rem;
}

/* 商品ページ おすすめ商品（スマホ）*/
@media screen and (max-width: 767px) {
	.fs-c-buttonContainer{
		padding: 0;
		font-size: 1.2rem;
	}
	
	.fs-c-button--addToWishList--icon {
	margin-right: 0.2rem;
	}
	
	.fs-c-button--particular.fs-c-button--removeFromWishList--icon::before {
	margin-right: 0.2rem;
}
}
