@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,900);
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/index/loading.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9002;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9003;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 9005;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 9004;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 9006;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*------------------------------------------------------------------------------------
htmlタグに「sp-contents」が付くときにスマホ用CSS適用
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  background: #000;
  color: #000;
  text-align: left;
}

body _:-ms-fullscreen, :root body {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

h1, h2, h3, h4, h5, p, object {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
  text-decoration: underline;
}

.pc-contents a {
  transition: opacity 0.5s ease;
}

.pc-contents a:hover {
  opacity: 0.7;
}

.sp-contents .pc-img {
  display: none;
}

.pc-contents .sp-img {
  display: none;
}

.sp-contents .pc-br {
  display: none;
}

.pc-contents .sp-br {
  display: none;
}

/*------------------------------------------------------------------------------------
htmlタグに「sp-contents」が付くときにスマホ用CSS適用
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------------*/
#loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000 url(../img/logo_letsnote.png) center center no-repeat;
  background-size: 200px auto;
  z-index: 9999;
}

.sp-contents #loading {
  background-size: 160px auto;
}

#wrap {
  position: relative;
  overflow: hidden;
  min-width: 976px;
  margin: 0 auto;
}

.sp-contents #wrap {
  min-width: initial;
  min-width: auto;
}

header {
  box-sizing: border-box;
  width: 976px;
  margin: 0 auto;
  padding: 37px 11px 10px 7px;
  position: relative;
  z-index: 100;
}

.sp-contents header {
  width: auto;
  padding: 0;
}

header .header-logo-cnt {
  padding: 0 7px 3px 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sp-contents header .header-logo-cnt {
  padding: 24px 7.5% 0;
  display: block;
}

header .header-logo-cnt .logo-store {
  width: 354px;
}

.sp-contents header .header-logo-cnt .logo-store {
  width: 100%;
  max-width: 340px;
  line-height: 0;
  margin-left: auto;
}

.sp-contents header .header-logo-cnt .logo-store img {
  width: 100%;
  height: auto;
}

header .header-logo-cnt .logo-store a {
  display: block;
  font-size: 0;
}

header .header-logo-cnt .logo-letsnote {
  width: 120px;
  border-radius: 2px;
  overflow: hidden;
}

.sp-contents header .header-logo-cnt .logo-letsnote {
  width: 26%;
  max-width: 100px;
  line-height: 0;
  margin-left: auto;
}

.sp-contents header .header-logo-cnt .logo-letsnote img {
  width: 100%;
  height: auto;
}

header .header-logo-cnt .logo-letsnote a {
  font-size: 0;
}

.sp-contents header .breadcrumb {
  display: none;
}

header .breadcrumb ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0 3px 0 9px;
  list-style: none;
  letter-spacing: -.40em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  white-space: nowrap;
}

header .breadcrumb ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 0.5em;
  color: #b2b2b2;
}

header .breadcrumb ul li:before {
  content: ">";
  padding-right: 0.5em;
}

header .breadcrumb ul li:first-child:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 12px;
  margin-right: 0.5em;
  padding-right: 0;
  background-image: url(../img/icon_home.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateY(-2px);
}

header .breadcrumb ul li a {
  color: #b2b2b2;
  text-decoration: underline;
}

.main-sec {
  text-align: center;
  padding: 100px 0 124px;
  color: #fff;
}

.sp-contents .main-sec {
  padding: 55px 0 53px;
}

.main-lead {
  font-size: 31px;
  font-size: 3.1rem;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 50px;
  letter-spacing: 0.48em;
  padding-left: 0.48em;
  position: relative;
  z-index: 2;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2.5s;
  transition-timing-function: ease;
}

.main-lead _:-ms-fullscreen, :root .main-lead {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.sp-contents .main-lead {
  font-size: 4.3vw;
  letter-spacing: 0.42em;
  padding-left: 0;
  padding: 0 7.5%;
  margin-right: -0.42em;
  margin-bottom: 25px;
}

.block-view .main-lead {
  opacity: 1;
}

.main-tit {
  margin-bottom: 10px;
  position: relative;
  z-index: 3;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2.5s;
  transition-timing-function: ease;
  transition-delay: 1.0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}

.sp-contents .main-tit {
  padding: 0 7.5%;
}

.block-view .main-tit {
  opacity: 1;
}

.main-pc-img {
  position: relative;
  z-index: 1;
}

.sp-contents .main-pc-img {
  padding: 0 7.5%;
  margin-bottom: 24px;
}

.main-pc-img::before {
  content: "";
  display: block;
  width: 1503px;
  height: 1422px;
  background-image: url(../img/main_bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: -484px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.sp-contents .main-pc-img::before {
  background-image: url(../img/main_bg_sp.png);
  background-size: 100% auto;
  width: 100%;
  height: 0;
  padding-bottom: 172%;
  top: -81%;
}

.main-pc-img img {
  position: relative;
  z-index: 10;
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: 2.2s;
}

.block-view .main-pc-img img {
  opacity: 1;
  transform: translateY(0);
}

.main-limit {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: 0.3em;
  border: 1px solid #c3ad3f;
  color: #c3ad3f;
  margin-bottom: 20px;
  padding: 6px 20px 6px 25px;
  position: relative;
  z-index: 4;
}

.sp-contents .main-limit {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 2px 10px 2px 15px;
}

.main-model {
  font-size: 20px;
  font-size: 2.0rem;
  margin-top: 30px;
  margin-bottom: 5px;
  position: relative;
  z-index: 5;
}

.sp-contents .main-model {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 0;
  padding: 0 7.5%;
}

.main-model::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 18px;
  margin-right: 17px;
  background-image: url(../img/new.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transform: translateY(-2px);
}

.sp-contents .main-model::before {
  display: block;
  width: 38px;
  height: 12px;
  transform: translateY(0);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.main-price {
  font-size: 28px;
  font-size: 2.8rem;
  position: relative;
  z-index: 6;
}

.sp-contents .main-price {
  font-size: 19px;
  font-size: 1.9rem;
  padding: 0 7.5%;
}

.main-price span {
  font-size: 20px;
  font-size: 2.0rem;
}

.sp-contents .main-price span {
  font-size: 13px;
  font-size: 1.3rem;
}

.btn-cart {
  margin-top: 22px;
  position: relative;
  z-index: 100;
}

.sp-contents .btn-cart {
  margin-top: 15px;
}
.tx_soldout {
    font-size: 17px;
    border: 1px solid #FFF;
    color: #FFF;
    padding: 10px 20px;
}
.sp-contents .tx_soldout {
    display: block;
    font-size: 1.4rem;
    margin-left: 5%;
    margin-right: 5%;
    padding: 10px ;
}
@media screen and (max-width: 350px) {
    .sp-contents .tx_soldout .sp-br {
        display: none;
    }
}
.soldout .tx_soldout {
    display: inline-block;
    margin-top: 30px;
    border: 1px solid #666;
    color: #666;
}
.sp-contents .soldout .tx_soldout {
    margin-top: 3em;
    width: auto;
    padding: 10px;
}
@media screen and (max-width: 350px) {
    .sp-contents .soldout .tx_soldout {
        margin: 1.5em auto 0;
    }
}
.btn-cart.soldout{
    position: relative;
}
.btn-cart.soldout .soldout_img{
    position: absolute;
    top:-25px;
    left: 0;
    right: 0;
}
.sp-contents .btn-cart.soldout .soldout_img{
    top:-1.0em;
}
.sp-contents .btn-cart.soldout .soldout_img img{
    width: 70%;
    max-width: 264px;
}
@media screen and (max-width: 350px) {
    .sp-contents .btn-cart.soldout .soldout_img img{
        width: 76%;
    }
}
.btn-cart a {
  display: inline-block;
  text-align: center;
  background-color: #ff7602;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.1;
  padding: 21px 82px 19px;
  color: #fff;
  text-decoration: none;
}

.sp-contents .btn-cart a {
  font-size: 15px;
  font-size: 1.5rem;
  padding: 11px 40px 9px;
}

.btn-cart a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  background-image: url(../img/icon_cart.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 16px;
  transform: translateY(-2px);
}

.sp-contents .btn-cart a::before {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}
.btn-cart.btn_close a {
  background-color: #999;
}
.btn-cart.btn_close a:before {
  width: 0;
  height: 0;
  background: none;
  margin-right: 0;
}
.btn-cart p.order-data {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  margin-top: 10px;
}
.sp-contents .btn-cart p.order-data {
  font-size: 1.6rem;
  margin-top: 10px;
}
.btn-cart .pr_btn_order_gray {
  display: inline-block;
  width: 300px;
  padding: 15px 0;
  background-color: #999;
  color: #FFF;
  font-size: 20px;
  font-size: 2.0rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  text-decoration: none;
}
.sp-contents .btn-cart .pr_btn_order_gray {
  width: 80%;
  padding: 15px 0;
  font-size: 1.6rem;
}
.btn-cart.btn_close .order_syukka_link {
	padding:10px 0 0px;
    text-align: center;
}

.btn-cart.btn_close .order_syukka_link a {
    display: inline-block;
	padding:5px 5px 5px 40px;
	font-size: 16px;
	font-size: 1.6rem;
	color:#FFF !important;
	line-height:1.1em;
	font-weight:normal;
    background:#333F50 url(/biz/products/pc/common_2017/img/icon_mail.png)  no-repeat 5px center;
}
.sp-contents .btn-cart.btn_close .order_syukka_link a {
	padding-left:2.5em;
	font-size: 1.5rem;
    background-size: 1.5em;
}
.main-sec .btn-cart a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  width: 10px;
  height: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-5px) rotate(-45deg);
}

.pc-contents .btn-cart a {
  transition: background-color 0.4s ease;
}

.pc-contents .btn-cart a:hover {
  opacity: 1;
  background-color: #FF9D4D;
}
.pc-contents .btn-cart.btn_close a:hover {
  background-color: #CCC;
}
.pc-contents .btn-cart.btn_close .order_syukka_link a:hover {
  background-color: #333F50;
}

.content-sec {
  background-image: url(../img/feature_bg.png);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 100% 1720px;
  color: #fff;
}

.sp-contents .content-sec {
  background-image: url(../img/feature_bg_sp.png);
  background-size: 100% auto;
  padding: 0 7.5%;
}

.about-sec {
  max-width: 880px;
  margin: 0 auto;
  padding: 158px 0 135px;
}

.sp-contents .about-sec {
  padding: 100px 0 100px;
}

.about-sec .topic-tit {
  margin-top: -207px;
}

.sp-contents .about-sec .topic-tit {
  margin-top: -62px;
}

.about-img {
  text-align: center;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2.5s;
  transition-timing-function: ease;
}

.sp-contents .about-img {
  max-width: 282px;
  margin: 0 auto;
}

.block-view .about-img {
  opacity: 1;
}

.topic-tit {
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-size: 4.4rem;
  line-height: 1.2;
  margin-bottom: 68px;
  color: #c3ad3f;
  letter-spacing: 0.35em;
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: 1.2s;
}

.performance-sec .topic-tit {
  transition-delay: 0s;
}

.sp-contents .topic-tit {
  font-size: 28px;
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.block-view .topic-tit {
  opacity: 1;
  transform: translateY(0);
}

.topic-lead {
  font-size: 23px;
  font-size: 2.3rem;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 15px;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: 1.7s;
}

.topic-lead _:-ms-fullscreen, :root .topic-lead {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.sp-contents .topic-lead {
  font-size: 17px;
  font-size: 1.7rem;
  margin-bottom: 20px;
}

.block-view .topic-lead {
  opacity: 1;
  transform: translateY(0);
}

.topic-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: 1.9s;
}

.sp-contents .topic-txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.block-view .topic-txt {
  opacity: 1;
  transform: translateY(0);
}

.feature-sec {
  max-width: 880px;
  margin: 0 auto;
  padding: 60px 0 132px;
  border-top: 1px solid #44474E;
}

.sp-contents .feature-sec {
  padding: 56px 0 100px;
}

.feature-sec .topic-tit {
  margin-top: -125px;
}

.sp-contents .feature-sec .topic-tit {
  margin-top: -27px;
}

.feature-img {
  text-align: center;
  margin-left: -60px;
  width: 1000px;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2.5s;
  transition-timing-function: ease;
}

.sp-contents .feature-img {
  width: 100%;
  height: 335px;
  margin-left: 0;
  position: relative;
}

.sp-contents .feature-img img {
  display: block;
  width: 464px;
  max-width: 464px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -232px;
}

.block-view .feature-img {
  opacity: 1;
}

.feature-lead-block {
  display: -ms-flex;
  display: flex;
}

.sp-contents .feature-lead-block {
  display: block;
  margin-bottom: 82px;
}

.feature-lead-box {
  box-sizing: border-box;
  width: 50%;
  flex: 0 1 auto;
  margin-bottom: 140px;
  padding-left: 60px;
}

.sp-contents .feature-lead-box {
  width: auto;
  margin-bottom: 0;
  margin-top: 40px;
  padding-left: 0;
}

.feature-lead-box:first-child {
  padding-left: 0;
  padding-right: 60px;
  position: relative;
}

.sp-contents .feature-lead-box:first-child {
  padding-right: 0;
  padding-bottom: 40px;
  margin-top: 0;
}

.feature-lead-box:first-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #595959;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 2.5s;
  transition-timing-function: ease;
  transition-delay: 1.7s;
}

.sp-contents .feature-lead-box:first-child::after {
  top: auto;
  bottom: 0;
  right: auto;
  left: 0;
  width: 100px;
  height: 1px;
}

.block-view .feature-lead-box:first-child::after {
  opacity: 1;
}

.other-tit {
  text-align: center;
  color: #c3ad3f;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.4em;
  margin-bottom: 85px;
  padding-left: 0.4em;
}

.sp-contents .other-tit {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 45px;
}

.other-list {
  margin: -80px 0 0;
  padding: 0;
  list-style: none;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.sp-contents .other-list {
  margin: -50px 0 0;
}

.other-list-item {
  width: 33.33%;
  text-align: center;
  margin-top: 80px;
}

.sp-contents .other-list-item {
  width: 47%;
  margin-top: 50px;
}

.other-list-img {
  margin-bottom: 5px;
  text-align: center;
}

.sp-contents .other-list-img {
  max-width: 95px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.other-list-detail {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
}

.sp-contents .other-list-detail {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.other-list-note {
  color: #aaa;
  margin-top: 50px;
  font-size: 15px;
  font-size: 1.5rem;
  text-indent: -1.8em;
  padding-left: 1.8em;
}

.sp-contents .other-list-note {
  margin-top: 30px;
  font-size: 13px;
  font-size: 1.3rem;
}

.maxperformer-block {
  border: 1px solid #44474E;
  padding: 55px 69px;
  margin-top: 100px;
}

.sp-contents .maxperformer-block {
  padding: 20px 15px;
  margin-top: 40px;
}

.maxperformer-block > div {
  margin-top: 30px;
}

.sp-contents .maxperformer-block > div {
  margin-top: 20px;
}

.maxperformer-ttl {
  font-size: 24px;
  font-size: 2.4rem;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 30px;
  position: relative;
}

.maxperformer-ttl _:-ms-fullscreen, :root .maxperformer-ttl {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.sp-contents .maxperformer-ttl {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-top: 50px;
  text-align: center;
}

.maxperformer-ttl:after {
  content: "";
  display: block;
  width: 129px;
  height: 79px;
  background-image: url(../img/maxperformer_logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 129px auto;
  position: absolute;
  background-size: 100% auto;
  top: 0;
  right: 0;
}

.sp-contents .maxperformer-ttl:after {
  width: 70px;
  height: 50px;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}

.maxperformer-lead {
  font-size: 18px;
  font-size: 1.8rem;
}

.sp-contents .maxperformer-lead {
  font-size: 14px;
  font-size: 1.4rem;
}

.maxperformer-note {
  margin-top: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}

.sp-contents .maxperformer-note {
  font-size: 12px;
  font-size: 1.2rem;
}

.detail-anchor {
  width: 400px;
  margin: 60px auto 0;
}

.sp-contents .detail-anchor {
  width: 100%;
  max-width: 300px;
  margin-top: 30px;
}

.detail-anchor a {
  display: block;
  background-color: #36404e;
  color: #FFF;
  text-align: center;
  padding: 12px;
  font-size: 20px;
  font-size: 2.0rem;
  text-decoration: none;
}

.sp-contents .detail-anchor a {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 8px;
}

.detail-anchor a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: translateY(-4px) rotate(45deg);
  margin-right: 15px;
}

.performance-sec {
  max-width: 880px;
  margin: 0 auto;
  padding: 155px 0 160px;
  border-top: 1px solid #44474E;
}

.sp-contents .performance-sec {
  padding: 95px 0 80px;
}

.performance-detail {
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 1.5s;
  transition-timing-function: ease;
  transition-delay: 0.5s;
}

.block-view .performance-detail {
  opacity: 1;
  transform: translateY(0);
}

.performance-topic {
  font-size: 20px;
  font-size: 2.0rem;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  margin-top: 78px;
  margin-bottom: 40px;
  padding-left: 1.0em;
  text-indent: -1.0em;
}

.performance-topic _:-ms-fullscreen, :root .performance-topic {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.sp-contents .performance-topic {
  font-size: 15px;
  font-size: 1.5rem;
  margin-top: 55px;
  margin-bottom: 25px;
}

.performance-topic:first-child {
  margin-top: 0;
}

.performance-img {
  padding-left: 40px;
}

.sp-contents .performance-img {
  padding-left: 0;
  max-width: 331px;
}

.performance-exp {
  margin: 60px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.sp-contents .performance-exp {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.sp-contents .performance-exp {
  margin: 60px 0 0;
}

.performance-note,
.performance-note02 {
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
  color: #aaa;
  font-size: 15px;
  font-size: 1.5rem;
}

.sp-contents .performance-note, .sp-contents
.performance-note02 {
  margin: 10px 0 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.performance-note li,
.performance-note02 li {
  padding-left: 1.8em;
  text-indent: -1.8em;
}

.performance-note {
  margin: 10px 0 0;
}

.sp-contents .performance-note {
  margin: 10px 0 0;
}

.performance-note02 {
  margin: 40px 0 0;
}

.sp-contents .performance-note02 {
  margin: 20px 0 0;
}

.performance-note02 li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}

.product-sec {
  background-color: #fff;
}

.product-content {
  max-width: 880px;
  margin: 0 auto;
  padding: 120px 0 132px;
  text-align: center;
}

.sp-contents .product-content {
  padding: 85px 7.5% 96px;
}

.product-limit {
  display: inline-block;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: 0.3em;
  background-color: #c3ad3f;
  color: #fff;
  margin-bottom: 24px;
  padding: 6px 20px 6px 25px;
}

.sp-contents .product-limit {
  font-size: 13px;
  font-size: 1.3rem;
  margin-bottom: 10px;
  padding: 2px 10px 2px 15px;
}

.product-series01 {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

.sp-contents .product-series01 {
  font-size: 15px;
  font-size: 1.5rem;
}

.product-series02 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 40px;
}

.sp-contents .product-series02 {
  font-size: 15px;
  font-size: 1.5rem;
}

.product-series-img {
  margin-bottom: 30px;
}

.sp-contents .product-series-img {
  width: 194px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
}

.product-logo {
  margin-bottom: 20px;
}

.sp-contents .product-logo img {
  max-width: 280px;
}

.product-model {
  font-size: 20px;
  font-size: 2.0rem;
}

.sp-contents .product-model {
  font-size: 15px;
  font-size: 1.5rem;
}

.product-price {
  font-size: 26px;
  font-size: 2.6rem;
}

.sp-contents .product-price {
  font-size: 19px;
  font-size: 1.9rem;
}

.product-price span {
  font-size: 18px;
  font-size: 1.8rem;
}

.sp-contents .product-price span {
  font-size: 13px;
  font-size: 1.3rem;
}

.campaign-block {
  margin: 140px 0 0;
}

.sp-contents .campaign-block {
  margin: 90px 0 0;
}

.campaign-tit-en {
  font-family: 'Roboto', sans-serif;
  font-size: 38px;
  font-size: 3.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: 0.35em;
  padding-left: 0.35em;
}

.sp-contents .campaign-tit-en {
  font-size: 28px;
  font-size: 2.8rem;
}

.campaign-tit-jp {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.2;
  margin-bottom: 50px;
  letter-spacing: 0.25em;
}

.sp-contents .campaign-tit-jp {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 30px;
  letter-spacing: normal;
}

.campaign-detail {
  display: -ms-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -30px;
}

.sp-contents .campaign-detail {
  display: block;
  margin-top: 0;
}

.campaign-box {
  width: 425px;
  display: -ms-flex;
  display: flex;
  margin-top: 30px;
}

.sp-contents .campaign-box {
  width: auto;
  display: block;
  margin-top: 27px;
}

.sp-contents .campaign-box:first-child {
  margin-top: 0;
}

.campaign-box a {
  display: block;
  width: 100%;
  border: 1px solid #7B7B7B;
  box-sizing: border-box;
  padding: 55px 20px 48px;
  position: relative;
  text-decoration: none;
}

.sp-contents .campaign-box a {
  padding: 33px 10px 35px;
}

.campaign-box a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #000 transparent;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.sp-contents .campaign-box a::after {
  right: 8px;
  bottom: 8px;
}

.campaign-topic {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 28px;
}

.campaign-topic _:-ms-fullscreen, :root .campaign-topic {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.sp-contents .campaign-topic {
  font-size: 18px;
  font-size: 1.8rem;
}

.campaign-topic::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 28px;
  background-image: url(../img/icon_campaign.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-right: 12px;
  transform: translateY(-2px);
}

.sp-contents .campaign-img {
  max-width: 234px;
  margin: 0 auto;
}

.campaign-txt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 15px;
}

.sp-contents .campaign-txt {
  font-size: 15px;
  font-size: 1.5rem;
}

.spec-sec {
  background-color: #B6BABD;
}

.spec-cnt {
  max-width: 880px;
  margin: 0 auto;
  padding: 120px 0;
}

.sp-contents .spec-cnt {
  padding: 90px 7.5% 90px;
}

.spec-tit {
  font-family: 'Roboto', sans-serif;
  font-size: 44px;
  font-size: 4.4rem;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 60px;
  color: #fff;
  letter-spacing: 0.35em;
}

.sp-contents .spec-tit {
  font-size: 28px;
  font-size: 2.8rem;
  word-wrap: break-word;
  letter-spacing: 0.18em;
  margin-bottom: 45px;
}

.spec-table {
  box-sizing: border-box;
  width: 100%;
}

.sp-contents .spec-table {
  display: block;
  border-bottom: 1px solid #E4E5E7;
}

.sp-contents .spec-table thead,
.sp-contents .spec-table tbody,
.sp-contents .spec-table tr {
  display: block;
  width: auto;
}

.sp-contents .spec-table tr:first-child th {
  border-top: none;
}

.spec-table th, .spec-table td {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  border-bottom: 1px solid #E4E5E7;
  padding: 23px 10px 23px 28px;
  vertical-align: middle;
}

.sp-contents .spec-table th, .sp-contents .spec-table td {
  display: block;
  width: auto;
  font-size: 15px;
  font-size: 1.5rem;
  border-bottom: none;
  padding: 20px 0 20px 0;
  margin-left: 20px;
}

.sp-contents .spec-table th:first-child, .sp-contents .spec-table td:first-child {
  border-top: 1px solid #E4E5E7;
}

.spec-table th .spec-td-note, .spec-table td .spec-td-note {
  font-size: 14px;
  font-size: 1.4rem;
  padding-left: 1.0em;
  text-indent: -1.0em;
}

.spec-table th img, .spec-table td img {
  vertical-align: middle;
  transform: translateY(-2px);
  margin: 0 2px 0 0;
}

.spec-table th {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  padding: 23px 10px 23px 8px;
  width: 195px;
}

.spec-table th _:-ms-fullscreen, :root .spec-table th {
  font-family: -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
}

.sp-contents .spec-table th {
  padding: 20px 0 0 0;
  width: auto;
  border-bottom: none;
  border-top: 1px solid #E4E5E7;
  margin-left: 0;
}

.spec-note01 {
  margin: 55px 0 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.sp-contents .spec-note01 {
  margin: 50px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}

.spec-note01 li {
  padding-left: 1.0em;
  text-indent: -1.0em;
  margin-top: 4px;
}

.spec-note01 li:first-child {
  margin-top: 0;
}

.spec-note02 {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.sp-contents .spec-note02 {
  font-size: 14px;
  font-size: 1.4rem;
}

.spec-note02 li {
  position: relative;
  margin-top: 10px;
  padding-left: 2.5em;
}

.spec-note02 li:first-child {
  margin-top: 0;
}

.spec-note02 li .spec-note-mark {
  position: absolute;
  left: 0;
  top: 0;
}

footer {
  background-color: #000;
}

footer .footer-cnt {
  *zoom: 1;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

footer .footer-cnt:after {
  content: "";
  display: table;
  clear: both;
}

.pc-contents footer .footer-cnt {
  width: 976px;
  margin: 0 auto;
  padding: 25px 0;
}

.sp-contents footer .footer-cnt {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 15px 10px 45px;
  text-align: center;
}

.pc-contents footer .footer-cnt #pagetop-link {
  float: right;
  width: 400px;
  text-align: right;
}

.sp-contents footer .footer-cnt #pagetop-link {
  display: none;
  float: none;
  width: auto;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

footer .footer-cnt #pagetop-link a {
  text-decoration: none;
}

.pc-contents footer .footer-cnt #pagetop-link a {
  color: #fff;
}

.pc-contents footer .footer-cnt #pagetop-link a:after {
  content: '\0025b2';
}

.pc-contents footer .footer-cnt #pagetop-link a:hover {
  text-decoration: underline;
}

.sp-contents footer .footer-cnt #pagetop-link a {
  color: #000;
  background-color: rgba(227, 227, 227, 0.8);
  display: block;
  padding: 8px 10px;
  border-radius: 4px;
}

.sp-contents footer .footer-cnt #pagetop-link a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  margin: 2px 5px 0 0;
  width: 5px;
  height: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(315deg);
}

.pc-contents footer .footer-cnt #copyright {
  float: left;
  width: 400px;
}

/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
  overflow: visible;
}

.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
