@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[title] {
  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).
 */

::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 Yuta Adachi
   # ================================================================= */
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

img {
  vertical-align: bottom;
}

input, button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

html {
  width: 100%;
  margin: 0 auto;
  font-size: 62.5%;
}

body {
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #fff;
  text-align: left;
  background-color: #000;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all 0.2s;
}

img {
  width: 100%;
}

.desc-inner, .detail-inner, #header, .itemList-inner, .newItem {
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .desc-inner, .detail-inner, #header, .itemList-inner, .newItem {
    padding: 2rem 3%;
  }
}

@media only screen and (min-width: 980px) {
  .desc-inner, .detail-inner, #header, .itemList-inner, .newItem {
    width: 960px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-btn {
    text-align: center;
  }
  .hero-btn img {
    width: 80%;
  }
}

.manufacturer-btn a:hover, .hero-btn a:hover, .newItem-img a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.itemList-btn, .newItem-btn {
  text-align: center;
  margin-bottom: 0;
}

.itemList-btn a, .newItem-btn a {
  display: inline-block;
  width: 65%;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .3rem;
  text-align: center;
  border: 2px solid #dbaf45;
  color: #dbaf45;
  padding: .2rem 0;
}

@media only screen and (max-width: 767px) {
  .itemList-btn a, .newItem-btn a {
    width: 80%;
    letter-spacing: .5rem;
    font-size: 2rem;
    padding: .5rem 0;
  }
}

.itemList-btn a:hover, .newItem-btn a:hover {
  background-color: #dbaf45;
  color: #fff;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.desc {
  background: url(../img/top/desc_bg_01.jpg) center center no-repeat;
  background-size: cover;
  padding: 15rem 3% 10rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .desc {
    padding: 108px 0 62px;
  }
}

.desc-tit {
  width: 80%;
  width: 25rem;
  position: absolute;
  top: -4rem;
  left: 0;
  right: 0;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  .desc-tit {
    width: 281px;
    top: -5.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .desc-inner {
    background: url(../img/top/desc_bg_04.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 6rem;
    position: relative;
  }
  .desc-inner:before, .desc-inner:after {
    content: "";
    display: block;
    width: 100%;
    height: 8vh;
    background: url(../img/top/desc_bg_05.jpg) center 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  .desc-inner:after {
    top: auto;
    bottom: 0;
    background: url(../img/top/desc_bg_06.jpg) center bottom no-repeat;
    background-size: cover;
  }
}

@media only screen and (min-width: 768px) {
  .desc-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    background: url(../img/top/desc_bg_03.jpg) center center no-repeat;
    background-size: contain;
    padding: 64px 108px 40px;
  }
}

.desc-inner p {
  margin-top: 5rem;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 768px) {
  .desc-inner p {
    width: 33.3%;
    margin-top: 0;
  }
}

.detail {
  background: url(../img/top/detail_bg_03.jpg) center center no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .detail {
    padding: 70px 0 0;
  }
}

.detail-inner {
  zoom: 1;
}

.detail-inner:after {
  content: "";
  display: table;
  clear: both;
}

.figurehead {
  background: url(../img/top/detail_bg_01.jpg) center 0 no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 30px 39px 160px;
  margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
  .figurehead {
    margin-top: -100px;
    margin-bottom: 0;
    width: 59.28%;
    float: right;
    padding-bottom: 234px;
    padding-right: 88px;
    overflow: visible;
    zoom: 1;
  }
  .figurehead:after {
    content: "";
    display: table;
    clear: both;
  }
}

.figurehead-tit {
  width: 85px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}

.figurehead-tit + p {
  width: 45%;
}

@media only screen and (min-width: 768px) {
  .figurehead-tit + p {
    width: 23.07%;
  }
}

.figurehead-txt {
  margin-bottom: 0;
  width: 75%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .figurehead-txt {
    width: 38.46%;
    display: inline-block;
    float: right;
    margin-top: 0;
  }
}

.figurehead-img01 {
  margin: -1rem 0 4rem;
}

@media only screen and (min-width: 768px) {
  .figurehead-img01 {
    position: absolute;
    bottom: 60px;
    left: 26.88%;
    z-index: 1;
    margin: 0;
    width: 51.14%;
  }
}

.figurehead-img02 {
  margin: -2rem 0 5rem;
}

@media only screen and (min-width: 768px) {
  .figurehead-img02 {
    position: absolute;
    bottom: -10px;
    left: -20px;
    margin: 0;
    width: 36.02%;
  }
}

.figurehead-img03 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  width: 43.23%;
}

.manufacturer {
  background: url(../img/top/detail_bg_02.jpg) center 0 no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 33px 22px;
}

@media only screen and (min-width: 768px) {
  .manufacturer {
    width: 361px;
    width: 37.6%;
    float: left;
    margin-bottom: -27px;
  }
}

.manufacturer-tit {
  width: 83px;
  position: absolute;
  top: -3px;
  right: -14px;
  margin: 0;
}

.manufacturer-txt {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  color: #000;
  font-size: 1.9rem;
  margin: 0 0 4rem;
}

@media screen and (orientation: landscape) {
  .manufacturer-txt {
    font-size: 2.3rem;
  }
}

@media only screen and (min-width: 768px) {
  .manufacturer-txt {
    font-size: 1.4rem;
    float: right;
    margin-right: 57px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .manufacturer-txt br:not(.tb) {
    display: none;
  }
}

.manufacturer-photo {
  width: 70%;
  margin: 0 auto 4rem;
}

@media only screen and (min-width: 768px) {
  .manufacturer-photo {
    width: 29.96%;
    float: left;
  }
}

@media only screen and (min-width: 768px) {
  .manufacturer-img {
    clear: both;
    width: 75.62%;
    margin: 0 auto 30px;
  }
}

.manufacturer-btn {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .manufacturer-btn {
    width: 94.32%;
    margin: 0 auto;
  }
}

#fadeOut {
  width: 100vw;
  height: 100vh;
  padding: 50px 0 0;
  position: fixed;
  z-index: 1000;
  background-color: #000;
  animation-name: fadeout;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 6s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

@media only screen and (max-width: 767px) {
  #fadeOut {
    padding: 70px 0 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    z-index: -1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

.fade-inner {
  background: url(../img/top/fade_bg_01.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.fade-img {
  height: calc(100% - 100px - 1.8rem);
  text-align: center;
  position: relative;
  margin: 0;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-play-state: running;
}

@media only screen and (max-width: 767px) {
  .fade-img {
    height: calc(100% - 100px - 1.8rem);
  }
}

.fade-img img {
  display: block;
  width: auto;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .fade-img img {
    width: 200%;
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.fade-copy {
  color: #fff;
  padding: 50px 0;
  background-color: #000;
  width: 100%;
  text-align: center;
  font-size: 1.2rem;
  margin: 0;
}

.footer .btnFB {
  margin-left: -10px;
}

.footer-link {
  text-align: center;
}

.footer-link a {
  font-size: 1.5rem;
  text-decoration: underline;
}

.footer-link a:hover {
  text-decoration: none;
}

#copyright {
  font-size: 1.65rem;
  text-align: center;
  margin-top: 68px;
  padding-bottom: 50px;
}

#header {
  padding-top: 16px;
  padding-bottom: 16px;
}

#header #headerLogo {
  font-size: 0;
  margin: 0;
}

#header #headerLogo a {
  display: block;
  width: 94px;
}

@media only screen and (max-width: 767px) {
  #header #headerLogo a {
    margin: 0 auto;
  }
}

#header .button {
  margin: 0;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
}

@media only screen and (max-width: 767px) {
  #header .button {
    width: 6rem;
  }
}

.logoArea {
  text-align: center;
  background-color: #272b2f;
}

@media only screen and (min-width: 768px) {
  .logoArea {
    position: relative;
    z-index: 1;
  }
}

.logoArea-img {
  display: inline-block;
  width: 337px;
  padding: 3rem 0 2.3rem;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .logoArea-img {
    width: 65%;
    padding: 2rem 0;
  }
}

.hero {
  background: url(../img/top/hero_bg_03.png) center 0 no-repeat;
  background-size: cover;
  background-color: #c6c6c6;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .hero {
    background: url(../img/top/hero_bg_01.png) left 50% center no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding-bottom: 2.77778vw;
    max-height: 77.31481vw;
  }
}

@media screen and (min-width: 1080px), print {
  .hero {
    padding-bottom: 30px;
    max-height: 835px;
  }
}

.hero-inner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .hero-inner {
    padding: 2rem 3%;
  }
}

@media screen and (min-width: 768px), print {
  .hero-inner {
    width: 88.88889vw;
  }
}

@media screen and (min-width: 1080px), print {
  .hero-inner {
    width: 960px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-mainImage {
    width: 80%;
    margin: -26.66667vw auto 2.66667vw;
  }
}

@media only screen and (min-width: 768px) {
  .hero-mainImage {
    position: absolute;
    width: 52.40741vw;
    top: -12.96296vw;
    right: 1.2037vw;
    z-index: -1;
  }
}

@media screen and (min-width: 1080px), print {
  .hero-mainImage {
    width: 566px;
    top: -140px;
    right: 13px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-subText {
    margin: 0;
    text-align: center;
  }
  .hero-subText img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .hero-subText {
    width: 79.25926vw;
    padding-top: 1.38889vw;
    margin-top: 0;
    margin-left: 1.2963vw;
    margin-bottom: 1rem;
    position: relative;
  }
}

@media screen and (min-width: 1080px), print {
  .hero-subText {
    width: 856px;
    padding-top: 15px;
    margin-top: 0;
    margin-left: 14px;
  }
}

.hero-mainText {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .hero-mainText {
    text-align: center;
  }
  .hero-mainText img {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .hero-mainText {
    width: 42.87037vw;
    margin-top: 1rem;
    margin-left: 2.5vw;
    position: relative;
  }
}

@media screen and (min-width: 1080px), print {
  .hero-mainText {
    width: 463px;
    margin-top: 1rem;
    margin-left: 27px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-subImage {
    position: absolute;
    width: 95%;
    top: 57.33333vw;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .hero-subImage {
    position: static;
    width: 63.7037vw;
    margin: -10vw 0 0 28.24074vw;
  }
}

@media screen and (min-width: 1080px), print {
  .hero-subImage {
    width: 688px;
    margin: -108px 0 0 305px;
  }
}

@media only screen and (min-width: 768px) {
  .hero-captxt {
    position: absolute;
    right: 0;
    bottom: 7.40741vw;
    width: 37.87037vw;
  }
}

@media screen and (min-width: 1080px), print {
  .hero-captxt {
    bottom: 80px;
    width: 409px;
  }
}

.hero-btn-list {
  margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
  .hero-btn-list {
    padding: 0;
  }
}

@media only screen and (min-width: 768px) {
  .hero-btn-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    margin: -15.27778vw 0 0 -3.7037vw;
  }
}

@media screen and (min-width: 1080px), print {
  .hero-btn-list {
    margin: -165px 0 0 -40px;
  }
}

.hero-btn {
  margin: 0 0 2rem 0;
}

@media only screen and (min-width: 768px) {
  .hero-btn {
    width: 26.01852vw;
    margin: 0 0 0.83333vw 0;
    background-color: #fff;
  }
}

@media screen and (min-width: 1080px), print {
  .hero-btn {
    width: 281px;
    margin: 0 0 9px 0;
  }
}

.itemList {
  background: url(../img/top/itemList_bg_01.jpg) top center repeat-y;
  background-size: 100%;
  padding: 55px 0 80px;
}

.itemList-tit {
  margin-top: 3rem;
  margin-bottom: 4rem;
  text-align: center;
  padding-bottom: 2rem;
  background: url(../img/top/itemList_tit_02.png) center bottom no-repeat;
}

@media only screen and (min-width: 768px) {
  .itemList-tit {
    padding-bottom: 5rem;
  }
  .itemList-tit img {
    width: 535px;
  }
}

.itemList ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .itemList ul {
    width: 91%;
  }
}

.itemList-item {
  width: 50%;
  margin-bottom: 5rem;
}

@media only screen and (min-width: 768px) {
  .itemList-item {
    width: 17.7%;
    margin-bottom: 3.5rem;
    margin-left: 2.6%;
  }
  .itemList-item:nth-child(5n+1) {
    margin-left: 0;
  }
}

.itemList-img {
  margin: 0;
  text-align: center;
}

.itemList-img img {
  width: 90%;
}

@media only screen and (min-width: 768px) {
  .itemList-img img {
    width: 100%;
    max-height: 227px;
  }
}

@media screen and (max-width: 767px), print {
  .itemList-img img {
    max-height: 63.46667vw;
  }
}

@media screen and (min-width: 768px), print {
  .itemList-btn {
    margin-top: 3px;
  }
}

.itemList-btn a {
  width: 90%;
  font-size: 1.7rem;
}

@media only screen and (min-width: 768px) {
  .itemList-btn a {
    width: 87%;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px) {
  .newItem {
    padding: 60px 0;
    position: relative;
  }
}

.newItem-tit {
  width: 50%;
  margin: -30px 0 3rem;
}

@media only screen and (min-width: 768px) {
  .newItem-tit {
    width: 56px;
    height: 146px;
    position: absolute;
    top: 25px;
    left: 14px;
  }
  .newItem-tit:after {
    content: "";
    display: block;
    background: url(../img/top/newItem_txt_01.png) 0 0 no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .newItem-tit img {
    opacity: 0;
  }
}

.newItem-list {
  width: 80%;
  padding: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .newItem-list {
    width: 82%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-left: 120px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 990px) {
  .newItem-list {
    margin-left: 100px;
    width: 80%;
  }
}

.newItem-list li {
  margin-bottom: 4rem;
}

@media only screen and (min-width: 768px) {
  .newItem-list li {
    width: 30%;
    margin-bottom: 0;
  }
}

.newItem-img {
  background-color: #fff;
}

.newItem-img a {
  display: block;
}

@media only screen and (min-width: 768px) {
  .newItem-img {
    margin-top: 0;
    margin-bottom: 2rem;
  }
}

.snsBox {
  text-align: center;
  margin: 54px auto;
}

.snsBox-link {
  display: inline-block;
  width: 100px;
}

#fbbutton {
  margin-top: 40px;
  text-align: center;
  margin-left: -20px;
}

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