/*! 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-base {
  width: 98%;
}

.header-base-link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header-base-link-logo {
  width: 20%;
  padding-right: 20px;
}

.header {
  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;
  margin-top: 10px;
}

.header-nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.header-nav-left {
  width: 40%;
}

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

.mv-contents {
  width: 100%;
}

@media screen and (min-width: 775px) {
  .mv-contents {
    width: 775px;
    margin: 0 auto;
  }
}

.mv-contents-logo {
  width: 373px;
  margin: 50px auto 30px;
}

.mv-contents-itemSearch {
  border-radius: 8px;
  border: 2px solid #000;
  height: 56px;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 2vw;
}

@media screen and (min-width: 1220px) {
  .mv-contents-itemSearch {
    height: 50px;
    margin-bottom: 15px;
  }
}

.mv-contents form {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

.mv-contents input {
  border: none;
  height: 100%;
  box-sizing: border-box;
}

.mv-contents input[type="text"] {
  width: 100%;
  padding: 1%;
  color: #767676;
  font-size: 1.6rem;
}

@media screen and (min-width: 1220px) {
  .mv-contents input[type="text"] {
    padding: 10px;
    width: 100%;
  }
}

.mv-contents input[type="submit"] {
  width: 11%;
  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;
}

@media screen and (min-width: 1220px) {
  .mv-contents input[type="submit"] {
    width: 10%;
  }
}

.mv-contents input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.mv-contents-keyword {
  background: #fff;
  padding: 6px;
  margin-bottom: 30px;
  border-radius: 12px;
  height: 50px;
  font-size: 1.5rem;
}

.mv-contents .mv-keyword-title {
  background: #e8e7ec;
  border-radius: 6px;
  color: #0081cc;
  padding: 7px 0 4px;
  margin-right: 20px;
  width: 120px;
  text-align: center;
  display: inline-block;
  font-size:90%;
}

.mv-contents-keyword a {
  color: #707070;
  text-decoration: underline;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  .mv-contents-slide img:hover {
    opacity: 0.7;
  }
}

.mv-contents-slide .slick-slide {
  margin-bottom: 1.5vh;
  position: relative;
}

.mv-contents-slide .slide-dots {
  text-align: center;
}

.mv-contents-slide .slide-dots li {
  display: inline-block;
  padding: 0 1vw;
}

@media screen and (min-width: 768px) {
  .mv-contents-slide .slide-dots li {
    padding: 0 0.3vw;
  }
}

.mv-contents-slide button {
  display: inline-block;
  width: 3vw;
  height: 3vw;
  font-size: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: #333;
}

@media screen and (min-width: 768px) {
  .mv-contents-slide button {
    width: 1vw;
    height: 1vw;
  }
}

@media screen and (min-width: 1200px) {
  .mv-contents-slide button {
    width: 0.7vw;
    height: 0.7vw;
  }
}

.mv-contents-slide .slick-active button {
  background-color: #0081cc;
}

.mv-contents-slide .slide-arrow {
  position: absolute;
  top: 40%;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 0px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
}

@media screen and (max-width: 900px) {
  .mv-contents-slide .slide-arrow {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .mv-contents-slide .slide-arrow {
    top: 43%;
    width: 30px;
    height: 30px;
    border-width: 5px;
  }
}

.mv-contents-slide .prev-arrow {
  transform: rotate(224deg);
  left: -3%;
}

@media screen and (min-width: 768px) {
  .mv-contents-slide .prev-arrow {
    left: -5%;
  }
}

.mv-contents-slide .next-arrow {
  transform: rotate(45deg);
  right: -3%;
}

@media screen and (min-width: 768px) {
  .mv-contents-slide .next-arrow {
    right: -5%;
  }
}

.mv-contents-slide .slide-arrow:hover {
  border-color: #a8a8a8;
}

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

.gnavi {
  margin-bottom: 3vh;
}

@media screen and (min-width: 1220px) {
  .gnavi {
    margin-bottom: 40px;
  }
}

.fv {
  margin-bottom: 2vh;
}

.fv2 {
  margin-bottom: 2vh;
}

@media screen and (min-width: 768px) {
  .fv {
    background: url(https://figure.itembox.design/item/img/top/mv_img_bg.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 2vh;
    margin-bottom: 0;
  }
	
  .fv2 {
    background: url(https://figure.itembox.design/item/img/top/mv_img_bg2.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 2vh;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1220px) {
  .fv {
    height: 900px;
    padding-bottom: 0;
  }
	
  .fv2 {
    height: 900px;
    padding-bottom: 0;
  }
}

.top {
  width: 93.33%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .top {
    width: 98%;
    margin-right: 1%;
    margin-left: 1%;
  }
}

@media screen and (min-width: 1220px) {
  .top {
    width: 1200px;
    margin: 0 auto;
  }
}

.top-area {
  margin-bottom: 5vh;
}

@media screen and (min-width: 768px) {
  .top-area {
    margin-bottom: 10vh;
  }
}

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

.top-area-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.top-area-list-inner {
  width: 47.86%;
}

@media screen and (min-width: 768px) {
  .top-area-list-inner {
    width: 24%;
  }
}

@media screen and (min-width: 1220px) {
  .top-area-list-inner {
    width: 18.5%;
  }
}

.top-area-list-inner:hover a {
  color: #0081cc;
}

.top-area-list-img {
  margin-bottom: 10px;
}

.top-area-list-label {
  color: #fff;
  font-size: 1.1rem;
  padding: 1% 4%;
  margin-bottom: 0.2vw;
  margin-right: 4%;
  border-radius: 6px;
  display: inline-block;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top-area-list-label {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1220px) {
  .top-area-list-label {
    font-size: 1.2rem;
  }
}

.top-area-list-label.reserve {
  background-color: #0081cc;
}

.top-area-list-label.release {
  background-color: #e4e517;
  color: #5c5c5c;
}

.top-area-list-label.pointup {
  background-color: #ffe102;
  color: #5c5c5c;
}

.top-area-list-label.freeshipping {
  background-color: #f35aa3;
}

.top-area-list-label.before-starting {
  background-color: #555;
}

.top-area-list-label.resale {
  width: 25%;
  background: #cc6e00;
}

.top-area-list-name {
  font-weight: normal;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-bottom: 0.5vw;
}

.top-area-list-price {
  text-align: right;
  margin-bottom: 4vw;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .top-area-list-price {
    font-size: 1.3rem;
    margin-bottom: 3vw;
  }
}

@media screen and (min-width: 1220px) {
  .top-area-list-price {
    margin-bottom: 2.2vw;
  }
}

.top-area-list-price span {
  font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
  .top-area-list-price span {
    font-size: 1.1rem;
  }
}

.top-area-btn a {
  width: 80%;
  color: #fff;
  background: #0081cc;
  font-size: 2rem;
  margin: 0 auto;
  text-align: center;
  padding: 2% 0;
  position: relative;
  display: block;
  line-height: 40px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .top-area-btn a {
    width: 400px;
    margin-left: auto;
    margin-right: 0;
    padding: 1%;
    font-size: 2.3rem;
  }
}

.top-area-btn a {
  width: 80%;
  color: #fff;
  background: #0081cc;
  font-size: 2rem;
  margin: 0 auto;
  text-align: center;
  padding: 2% 0;
}

@media screen and (min-width: 768px) {
  .top-area-btn a {
    width: 400px;
    margin-left: auto;
    margin-right: 0;
    padding: 1%;
    font-size: 2.3rem;
  }
}

.top-area-btn a:hover {
  background: #111;
  opacity: 1;
}

.top-area-list:nth-child(4) li {
  width: 32%;
  margin-right: 2%;
}

.top-area-list:nth-child(4) li:last-child {
  margin-right: 0;
}

.top-area-list:nth-child(5) li {
  width: 18%;
  margin-right: 2%;
}

.top-area-list:nth-child(5) li:nth-child(5n) {
  margin-right: 0;
}

.top .campaign .top-area-list li {
  width: 100%;
  margin-bottom: 2.5vw;
}

@media screen and (min-width: 768px) {
  .top .campaign .top-area-list li {
    width: 32%;
    margin-bottom: 2%;
  }
}

.top .campaign .top-area-list li:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .top .ranking .top-area-list {
    display: block;
  }
}

.top .ranking .top-area-list li {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top .ranking .top-area-list li {
    margin-bottom: 8vw;
  }
}

@media screen and (min-width: 768px) {
  .top .ranking .top-area-list li {
    width: 18.5%;
  }
}

@media screen and (min-width: 1220px) {
  .top .ranking .top-area-list li {
    width: 18%;
  }
}

@media screen and (max-width: 767px) {
  .top .ranking .top-area-list li .top-area-list-name {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px) {
  .top .ranking .top-area-list li .top-area-list-price {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1219px) {
  .top .new .top-area-list li:nth-child(n+9),
  .top .launch .top-area-list li:nth-child(n+9),
  .top .recommend .top-area-list li:nth-child(n+9),
  .top .ranking .top-area-list li:nth-child(n+9) {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .top .new .top-area-list-img,
  .top .launch .top-area-list-img,
  .top .recommend .top-area-list-img {
    height: 60%;
    overflow: hidden;
  }
}

@media screen and (min-width: 1200px) {
  .top .new .top-area-list-img,
  .top .launch .top-area-list-img,
  .top .recommend .top-area-list-img {
    height: 222px;
  }
}

@media screen and (min-width: 1024px) {
  .top .new .top-area-list-img img,
  .top .launch .top-area-list-img img,
  .top .recommend .top-area-list-img img {
    transform: scale(1);
    transition: .2s ease-in-out;
  }
}

@media screen and (min-width: 1024px) {
  .top .new .top-area-list-img:hover img,
  .top .launch .top-area-list-img:hover img,
  .top .recommend .top-area-list-img:hover img {
    transform: scale(1.2);
  }
}

@media screen and (max-width: 767px) {
  .top .ranking .top-area-list li a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .top .ranking-img {
    width: 40%;
  }
}

@media screen and (min-width: 768px) {
  .top .ranking-img {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .top .ranking-txt {
    position: relative;
    margin-top: 10vw;
    width: 56.4%;
  }
}

@media screen and (max-width: 767px) {
  .top .ranking .top-area-list-price {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 0;
  }
}

.top .ranking-img-no {
  display: block;
}

@media screen and (min-width: 1024px) {
  .top .ranking .top-area-list-inner:hover .ranking-img-item {
    opacity: 1;
    animation: flash 0.5s;
  }
}

@keyframes flash {
  0% {
    opacity: .2;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (min-width: 768px) {
  .top .topic {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

@media screen and (min-width: 1220px) {
  .top .topic {
    width: 88%;
    margin: 0 auto 10vh;
  }
}

@media screen and (min-width: 768px) {
  .top .topic .news,
  .top .topic .twitter {
    width: 90%;
    margin: 0 auto;
    width: 49%;
  }
}

@media screen and (max-width: 767px) {
  .top .topic .news {
    margin-bottom: 8vh;
  }
}

@media screen and (min-width: 768px) {
  .top .topic .news {
    margin-right: 2.6%;
  }
}

.top .topic .top-area-box-inner {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  border: 3px solid #000;
  height: 46vh;
}

@media screen and (min-width: 768px) {
  .top .topic .top-area-box-inner {
    height: 500px;
  }
}

.top .topic .news .top-area-box-inner {
  padding: 2vh 3vh;
  margin-bottom: 3vh;
  line-height: 1.5;
}

.top .topic .news-date {
  font-size: 1.5rem;
}

.top .topic .news-title {
  font-size: 2.0rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 2vh;
  margin-bottom: 1.5vh;
}

.top .topic .news dd:last-child {
  border-bottom: none;
}

.top .topic .twitter .top-area-box-inner {
  border-width: 1px;
}

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

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

@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%;
  }
}

/*# sourceMappingURL=top.css.map */

/* ã‚¢ãƒ³ã‚«ãƒ¼ãƒªãƒ³ã‚¯SP */
  
.anchorlink {
  width: 100%;
  padding: 116px 20px 18px;
  margin: 0 auto 0;
}
.anchorlink ul {
  display: flex;
  justify-content: space-between;
}
.anchorlink ul li {
  display: inline-block;
  width: 31.5%;
}
.anchorlink ul li a {
  width: 100%;
  font-size: 3.7vw;
  font-weight: bold;
  text-align: center;
  padding: 0.4em 0.4em 0.3em;
  border: 1px solid #333;
  color: #333;
  border-radius: 5px;
  display: inline-block;
}

/* ã‚­ãƒ¼ãƒ¯ãƒ¼ãƒ‰SP */
  
.top-area-keyword-list {
  width: 100%;
  padding: 0 6px;
  display: flex;
  flex-wrap: wrap;
}

.top-area-keyword-list li {
  display: inline-block;
  margin-right: 0.45em;
  margin-bottom: 1em;
}

.top-area-keyword-list li a {
  width: 100%;
  font-size: 3.7vw;
  text-align: center;
  padding: 0.4em 0.45em 0.3em 0.4em;
  border: 1px solid #0081CC;
  color: #0081CC;
  border-radius: 5px;
  display: inline-block;
  margin-right: 0.5em;
}



/* Amazon Payバナーエリア */

.amazonpay-sp { display: block !important; }
.amazonpay-pc { display: none !important; }

@media screen and (min-width: 768px) {
	.amazonpay-pc { display: block !important; }
	.amazonpay-sp { display: none !important; }
}

@media screen and (min-width: 1220px) {
	.amazonpay-pc { display: block !important; }
	.amazonpay-sp { display: none !important; }
}




/* アコーディオン ここから */
    details:not(:last-child) {
        margin-bottom: 50px;
    }
    details summary {
        cursor: pointer;
        padding: 5px 0;
        background: #0081cc;
        color: #fff;
        font-size: 2rem;
        margin: 0 auto 20px;
        text-align: center;
        width: 80%;
    }

    @media screen and (min-width: 768px) {
      details:not(:last-child) {
    }

    details summary {
        cursor: pointer;
        padding: 10px;
        background: #0081cc;
        color: #fff;
        font-size: 2.3rem;
        margin: 0 auto 50px;
        text-align: center;
        width: 60%;
    }  
  }
    
    @media screen and (min-width: 1220px) {
      details:not(:last-child) {
    }

    details summary {
        cursor: pointer;
        padding: 10px;
        background: #0081cc;
        color: #fff;
        font-size: 2.3rem;
        margin: 0 auto 50px;
        text-align: center;
        width: 60%;
    }
  }
/* アコーディオン ここまで */
