@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.
 */
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 */
/* Icons */
/* 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: "";
  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: "";
  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: 11002;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.7;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11003;
  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: 11005;
}

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

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

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*------------------------------------------------------------------------------------
htmlタグに「sp-contents」が付くときにスマホ用CSS適用
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
font setting
------------------------------------------------------------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7;
  background: #171b21;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: normal;
  text-align: left;
}

body > iframe,
body > script {
  display: none;
  visibility: none;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a,
button {
  color: #333;
  text-decoration: underline;
  transition: opacity 0.4s ease;
}

a:hover,
button:hover {
  opacity: 0.7;
}

b, strong, .bold {
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

header {
  box-sizing: border-box;
  background-color: #1A1A1F;
}

#header-cnt {
  box-sizing: border-box;
  width: 100%;
  max-width: 1076px;
  margin: 0 auto;
  padding: 19px 10px 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header-cnt #header-logo-left {
  width: 345px;
}

#header-cnt #header-logo-store a {
  display: inline-block;
}

#header-cnt #header-logo-lets_note {
  width: 196px;
}

footer {
  background-color: #181818;
  color: #fff;
}

.footer-cnt {
  box-sizing: border-box;
  max-width: 988px;
  margin: 0 auto;
  padding: 30px 0;
  *zoom: 1;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}

.footer-cnt:after {
  content: "";
  display: table;
  clear: both;
}

.footer-cnt #pagetop-link {
  float: right;
  text-align: right;
}

.footer-cnt #pagetop-link a {
  text-decoration: none;
  color: #fff;
}

/*------------------------------------------------------------------------------------
htmlタグに「sp-contents」が付くときにスマホ用CSS適用
------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------------*/
#loading {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#loading > span {
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  background-color: #171b21;
  overflow: hidden;
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.59, 0.12, 0.15, 0.98);
  transition-delay: 0.6s;
}

#loading > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-image: linear-gradient(to right, #303338 0%, #4D4C52 100%);
  transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.59, 0.12, 0.15, 0.98);
}

#loading > span img {
  position: relative;
  z-index: 2;
}

#loading.fin > span {
  transform: translateX(100%);
}

#loading.fin > span::after {
  transform: translateX(0);
}

.breadcrumb {
  max-width: 1076px;
  padding: 0 10px;
  margin: 20px auto 30px;
  box-sizing: border-box;
}

.breadcrumb ul {
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 0 3px;
  list-style: none;
  letter-spacing: -.40em;
  font-size: 12px;
  font-size: 1.2rem;
  color: #333;
  white-space: nowrap;
}

.breadcrumb ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-right: 0.5em;
  color: #fff;
}

.breadcrumb ul li:before {
  display: inline-block;
  content: ">";
  padding-right: 0.5em;
}

.breadcrumb ul li:first-child::before {
  display: none;
}

.breadcrumb ul li a {
  color: #fff;
  text-decoration: none;
}

.contents_25th {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}

.contents_25th-cnt {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 10px;
}

.top_block {
  position: relative;
  padding-bottom: 165px;
}

.top_block::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 48%;
  height: 555px;
  background-color: #000;
}

.top_block .bg_top {
  position: absolute;
  top: 50px;
  right: 0;
  content: '';
  width: 62.3%;
  height: 596px;
  background-image: url("../img/bg_top.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.top_content {
  display: flex;
  justify-content: space-between;
  padding: 100px 5.41% 0;
  position: relative;
  flex-flow: row-reverse;
}

.top_content .left {
  padding-left: 25px;
  flex: 0 0 57.7%;
}

.top_content .left h1 {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.top_content .left h1 > span {
  display: inline-block;
  overflow: hidden;
  position: relative;
  transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.72, 0.05, 0.26, 0.96);
  transition-delay: 0.6s;
}

.top_content .left h1 > span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background-color: #000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(0);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.72, 0.05, 0.26, 0.96);
  transition-delay: 1.1s;
}

.top_content .img-text01_2 {
  margin-top: 70px;
  overflow: hidden;
}

.top_content .img-text01_2 > span {
  display: inline-block;
  overflow: hidden;
  transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.72, 0.05, 0.26, 0.96);
  transition-delay: 0.9s;
}

.top_content .img-text01_2 > span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background-color: #000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(0);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.72, 0.05, 0.26, 0.96);
  transition-delay: 1.4s;
}

.top_content .pc_top {
  position: absolute;
  top: 230px;
  right: -120px;
  width: 64.5%;
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease;
}

.top_content.in-view .left h1 > span {
  transform: translateX(0);
}

.top_content.in-view .left h1 > span::after {
  transform: translateX(100%);
}

.top_content.in-view .img-text01_2 > span {
  transform: translateX(0);
}

.top_content.in-view .img-text01_2 > span::after {
  transform: translateX(100%);
}

.top_content.in-view .pc_top {
  opacity: 1;
  transform: translateY(0);
}

.img-logo_25th {
  flex: 0 0 19%;
  margin-top: -50px;
}

.img-logo_25th img {
  opacity: 0;
  transform: translateY(30px);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 0.1s;
}

.in-view .img-logo_25th img {
  opacity: 1;
  transform: translateY(0);
}

.top_btn {
  margin-top: 190px;
  display: flex;
  opacity: 0;
  transform: translateY(10px);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 1.8s;
}

.in-view .top_btn {
  opacity: 1;
  transform: translateY(0);
}

.top_btn > div {
  width: 240px;
  margin-left: 15px;
  background-color: #666666;
  display: inline-block;
}

.top_btn > div:first-child {
  margin-left: 0;
}

.top_btn > div a {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  padding: 13px 0;
}

.top_btn > div a span {
  position: relative;
  padding-right: 20px;
}

.top_btn > div a span::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

.top_btn > div.bg-orange {
  background-color: #FF7701;
}

.top_btn > div.bg-orange a span::before {
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  border-top: none;
  margin-top: -7px;
}

.design_block {
  padding: 178px 0 0;
}

.design_block .ttl_design {
  margin-left: 85px;
}

.design_cnt {
  position: relative;
  margin-top: 65px;
}

.design_cnt .image {
  margin-left: -18.4%;
  width: 88.8%;
}

.design_cnt .image .design_image_box {
  width: 100%;
  overflow: hidden;
  display: inline-block;
}

.design_cnt .image .design_image_box > span {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  position: relative;
  transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.72, 0.05, 0.26, 0.96);
}

.design_cnt .image .design_image_box > span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background-color: #000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(0);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.72, 0.05, 0.26, 0.96);
  transition-delay: 0.5s;
}

.design_cnt .bg-black {
  position: absolute;
  width: 560px;
  height: 377px;
  background-color: #000;
  right: -95px;
  top: -70px;
  z-index: -1;
}

.design_cnt .design_text {
  position: absolute;
  top: 0;
  right: -30px;
  overflow: hidden;
}

.design_cnt .design_text > span {
  overflow: hidden;
  display: inline-block;
  position: relative;
  transform: translateX(-100%);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.72, 0.05, 0.26, 0.96);
  transition-delay: 0.4s;
}

.design_cnt .design_text > span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  background-color: #000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  transform: translateX(0);
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.72, 0.05, 0.26, 0.96);
  transition-delay: 0.9s;
}

.design_cnt.cnt02 {
  margin-top: 97px;
}

.design_cnt.cnt02 .bg-black {
  width: 469px;
  height: 358px;
  right: auto;
  left: 10%;
  top: 140px;
}

.design_cnt.cnt02 .image {
  margin-left: auto;
  margin-right: -8.1%;
  width: 70.34%;
}

.design_cnt.cnt02 .design_text {
  top: 200px;
  right: auto;
  left: 5.8%;
}

.design_cnt.cnt03 {
  margin-top: 130px;
}

.design_cnt.cnt03 .bg-black {
  width: 469px;
  height: 358px;
  left: auto;
  right: 10%;
  top: 140px;
}

.design_cnt.cnt03 .image {
  margin-right: auto;
  margin-left: -8.1%;
  width: 70.3%;
}

.design_cnt.cnt03 .design_text {
  top: 200px;
  left: auto;
  right: 0;
}

.design_cnt.in-view .image .design_image_box > span {
  transform: translateX(0);
}

.design_cnt.in-view .image .design_image_box > span::after {
  transform: translateX(100%);
}

.design_cnt.in-view .design_text > span {
  transform: translateX(0);
}

.design_cnt.in-view .design_text > span::after {
  transform: translateX(100%);
}

.ttl_25th {
  text-align: center;
}

.top-panel_block {
  background-color: #000;
  position: relative;
}

.top-panel_block .img-concept {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: -55px;
}

.top-panel_content {
  padding: 100px 0 185px;
}

.top-panel_content .text {
  font-size: 20px;
  font-size: 2rem;
  line-height: 2.1;
  letter-spacing: 0.3em;
  text-align: center;
  margin-top: 30px;
}

.top-panel_content ul {
  max-width: 751px;
  display: flex;
  margin: 55px auto 0;
  justify-content: space-between;
}

.top-panel_content ul li {
  width: 30.5%;
}

.top-panel_content ul li a {
  text-decoration: none;
  display: block;
  transition: transform 0.3s ease 0s;
}

.top-panel_content ul li a:hover {
  transform: translateY(-10px);
  opacity: 1;
}

.top-panel_content ul li a p {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  letter-spacing: 0.3em;
  color: #fff;
}

.top-panel_content ul li.list02 {
  padding-top: 32px;
}

.top-panel_content ul li.list03 {
  padding-top: 64px;
}

.top-panel-cnt_content {
  padding-top: 160px;
}

.top-panel-cnt_list li {
  margin-top: 63px;
  position: relative;
}

.top-panel-cnt_list li:first-child {
  margin-top: 0;
}

.top-panel-cnt_list li .img-pc {
  position: absolute;
  width: 63.16%;
  top: 40px;
  left: 0;
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 1s;
}

.top-panel-cnt_list li .text-box {
  background-color: #000;
  width: 52.5%;
  margin-left: auto;
  padding: 183px 0 160px;
  position: relative;
  z-index: -1;
}

.top-panel-cnt_list li .text-box::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 1.0s ease-out;
  opacity: 0;
}

.top-panel-cnt_list li .text-box .text-box-in {
  max-width: 390px;
  margin: 0 auto;
  padding-left: 40px;
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  transition-delay: 1.3s;
}

.top-panel-cnt_list li .text-box .ttl {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.3em;
  margin-top: 50px;
}

.top-panel-cnt_list li .text-box .text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.1;
  letter-spacing: 0.2em;
  margin-top: 25px;
}

.top-panel-cnt_list li.on .img-pc {
  opacity: 1;
  transform: translateY(0);
}

.top-panel-cnt_list li.on .text-box .text-box-in {
  opacity: 1;
  transform: translateY(0);
}

.top-panel-cnt_list li.reverse .text-box {
  margin-left: 0;
  margin-right: auto;
}

.top-panel-cnt_list li.reverse .img-pc {
  left: auto;
  right: 0;
}

.top-panel-cnt_list li.reverse .text-box-in {
  padding-left: 0;
}

.top-panel-cnt_list li.type01 .text-box::before {
  background-image: url("../img/type_bg01.png");
}

.top-panel-cnt_list li.type01.on .text-box::before {
  opacity: 1;
}

.top-panel-cnt_list li.type02 .text-box::before {
  background-image: url("../img/type_bg02.png");
}

.top-panel-cnt_list li.type02.on .text-box::before {
  opacity: 1;
}

.top-panel-cnt_list li.type03 .text-box::before {
  background-image: url("../img/type_bg03.png");
}

.top-panel-cnt_list li.type03.on .text-box::before {
  opacity: 1;
}

.color02_block {
  background-color: #2e3237;
  margin-top: -40px;
  position: relative;
  z-index: -2;
}

.color02_content {
  padding: 145px 0 125px;
}

.color02_content > p {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.5;
  letter-spacing: 0.3em;
  text-align: center;
}

.color02_content ul {
  margin: 45px auto 0;
  display: flex;
  justify-content: space-between;
  max-width: 843px;
}

.color02_content ul li {
  width: 43.8%;
}

.color02_content ul li .color_name {
  width: 80%;
  margin: 22px auto 0;
}

.color02_content ul li p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 2.1;
  margin-top: 25px;
}

.color_content {
  padding: 147px 0 173px;
}

.thumbnail_block {
  display: flex;
  border: 1px solid #fff;
  padding: 30px 10px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

#thumbnail-main {
  margin: -80px 55px 0 0;
  padding: 0 0 20px 0;
  position: relative;
}

#thumbnail-main ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

#thumbnail-main ul#thumbnail-main-panel {
  position: relative;
  z-index: 1;
}

#thumbnail-main ul#thumbnail-main-pad {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
}

#thumbnail-main ul li {
  display: none;
}

#thumbnail-main ul li:first-child {
  display: block;
}

.thumb_box {
  margin-top: 30px;
}

.thumb_box:first-child {
  margin-top: 0;
  border-bottom: 1px solid #fff;
  padding: 0 0 35px 0;
}

.thumb {
  display: flex;
}

.thumb li {
  width: 54px;
  margin-right: 2px;
}

.thumb li:last-child {
  margin-right: 0;
}

.thumb li button {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 3px;
  outline: 0;
  display: inline-block;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  font-size: 0;
  background: none;
  cursor: pointer;
}

.thumb li.active button {
  border-color: #fff;
}

.thumb li.active button:hover {
  opacity: 1;
}

.thumb-ttl {
  margin-bottom: 10px;
}

.thumb-type {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}

.feature_content-ttl {
  padding: 50px 0 46px;
  background-color: #000;
}

.feature_content_block {
  background-image: url("../img/bg-feature.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 66px 0 395px;
  position: relative;
}

.feature_content_block .img-feature-pc {
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.feature-spec-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.feature-spec-list li {
  width: 30%;
  text-align: center;
  margin-top: 80px;
  margin-right: 5%;
}

.feature-spec-list li:nth-child(-n +3) {
  margin-top: 0;
}

.feature-spec-list li:nth-child(3n) {
  margin-right: 0;
}

.feature-spec-list .spec-ttl {
  font-size: 20px;
  font-size: 2rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  margin-top: 14px;
}

.feature-spec-list .spec-text {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 5px;
}

.feature_content {
  padding: 150px 0 96px;
}

.maxperformer-box {
  border: 1px solid #fff;
  padding: 45px 0 50px;
}

.img-maxperformer {
  text-align: center;
}

.maxperformer-text {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 1.8;
  text-align: center;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  margin-top: 38px;
}

.maxperformer-text02 {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 2.1;
  text-align: center;
  margin-top: 20px;
}

.video-modal-box {
  text-align: center;
  margin-top: 38px;
}

.maxperformer-notice {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  line-height: 2.1;
  text-align: center;
  margin-top: 30px;
}

.maxperformer-detail-btn {
  margin-top: 85px;
}
.order-detail-btn.btn_close{
    padding-bottom: -150px;
}

.order-link-btn.kanbai {
	position: relative;
	z-index:999;
	top:-110px;
	left:0;
	text-align:center;
	margin:auto auto -150px;
}
.order-link-btn.kanbai img {
    
}

.detail-btn {
  width: 360px;
  background-color: #FF7701;
  margin: 0 auto;
}
.btn_close .detail-btn {
  background-color: #999;
}

.detail-btn a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  padding: 22px 0;
  letter-spacing: 0.05em;
  color: #fff;
}

.detail-btn a span {
  position: relative;
  padding-right: 20px;
}

.detail-btn a span::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

.gallery_block {
  background-color: #272b31;
}

.gallery_content {
  padding: 80px 0 108px;
}

.order-slide li {
  text-align: center;
}

.order-slide li img {
  margin: 0 auto;
}

.order-slide .slick-prev,
.order-slide .slick-next {
  height: 138px;
  width: 96px;
  top: 50%;
}

.order-slide .slick-prev:before,
.order-slide .slick-next:before {
  content: "";
  font-size: 0;
  line-height: 0;
  opacity: 0.4;
  display: inline-block;
  width: 96px;
  height: 96px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}

.order-slide .slick-prev {
  z-index: 100;
  left: 20px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
}

.order-slide .slick-next {
  z-index: 101;
  right: 20px;
  transform: translateY(-50%) rotate(135deg);
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
}

.order-box {
  border: 1px solid #fff;
  padding: 90px 10px 80px;
  text-align: center;
}

.order-ttl {
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-top: 30px;
}

.order-text {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-top: 5px;
}

.img-pc_order {
  margin-top: 20px;
}

.img-premiu_order {
  margin-top: -60px;
}

.premiu_order-text {
  font-size: 19px;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
  margin-top: 5px;
}

.premiu_order-text > span {
  font-size: 26px;
  font-size: 2.6rem;
  font-family: "游ゴシック", YuGothic, -apple-system, BlinkMacSystemFont, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  font-weight: bold;
}

.premiu_order-text > span > span {
  font-size: 21px;
  font-size: 2.1rem;
}

.order-detail-btn {
  margin-top: 30px;
}

.order-data {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #b2b2b2;
  margin-top: 20px;
}

.special_content {
  padding: 122px 0 95px;
}

.special-lead {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  text-align: center;
  margin-top: 35px;
}

.special-item-list_block {
  margin-top: 85px;
}

.special-item-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.special-item-list li {
  text-align: center;
  width: 32.8%;
  background-color: #000;
  padding: 38px 0 60px;
}

.special-item-list li.full {
  width: 100%;
  margin-top: 7px;
  padding-bottom: 0;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

.special-item-list li.full::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 20px;
  background-color: #000;
}

.special-item-list .item_num {
  margin-bottom: 34px;
}

.special-item-list .item-img {
  margin-top: 25px;
}

.special-item-list .item-img a {
  display: inline-block;
  position: relative;
}

.special-item-list .item-img a span.item-plus-btn {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #b2b2b2;
  width: 22px;
  height: 22px;
  line-height: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}

.special-item-list .item-img a span.item-plus-btn::before, .special-item-list .item-img a span.item-plus-btn::after {
  content: "";
  display: block;
  background-color: #b2b2b2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.special-item-list .item-img a span.item-plus-btn::before {
  width: 12px;
  height: 1px;
}

.special-item-list .item-img a span.item-plus-btn::after {
  width: 1px;
  height: 12px;
}

.special-item-list .item-img-relative {
  margin-top: 20px;
  display: inline-block;
  position: relative;
}

.special-item-list .special-item-text {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.77;
  letter-spacing: 0.1em;
  margin-top: 22px;
}

.special-item-list .special-item-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-box {
  border: 1px solid #4c4c4c;
  display: flex;
  justify-content: center;
  padding: 56px 10px 53px;
  margin-top: 58px;
  align-items: center;
}

.item-box > p {
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
  color: #fff;
  margin-right: 60px;
}

.item_detail_btn {
  width: 350px;
  margin: 90px auto 0;
}

.item_detail_btn a {
  display: block;
  text-align: center;
  padding: 12px;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
}

.item_detail_btn a::before {
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(45deg);
  content: "";
  margin-right: 14px;
  margin-bottom: 3px;
}

.campaign_block {
  background-color: #a2a4a6;
}

.campaign_content {
  padding: 90px 0 120px;
}

.campaign_content .ttl_25th {
  width: 64%;
  margin: 0 auto;
}

.campaign-list {
  margin-top: 95px;
}

.campaign-list li {
  margin-top: 6px;
}

.campaign-list li a {
  display: flex;
  background-color: #d9d9d9;
  padding: 38px 95px 40px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}

.campaign-list li:first-child {
  margin-top: 0;
}

.campaign-list li .campaign-list-text {
  display: flex;
  margin-right: 10px;
  align-items: center;
}

.campaign-list li .campaign-text {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-left: 40px;
}

.campaign-list li .campaign-text img {
  margin-top: 10px;
}

.campaign-list li .campaign-text .campaign-more {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  margin-top: 30px;
}

.campaign-list li .campaign-text .campaign-more::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: solid 1px #333;
  border-right: solid 1px #333;
  transform: translateY(-2px) rotate(45deg);
  vertical-align: middle;
  margin-left: 10px;
}

.campaign-list li .img-campaign {
  flex: 0 0 39.5%;
}

.spec_block {
  background-color: #d1d1d3;
}

.spec_content {
  padding: 95px 0 125px;
}

.spec-table {
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.66;
  width: 100%;
  margin-top: 97px;
}

.spec-table tr {
  border-bottom: 1px solid #999999;
}

.spec-table tr:first-child {
  border-top: 1px solid #999999;
}

.spec-table th, .spec-table td {
  padding: 25px 0;
}

.spec-table th {
  width: 29%;
  margin-right: 1%;
  text-align: left;
  font-weight: normal;
}

.spec-table td .spec-cell-note {
  font-size: 16px;
  font-size: 1.6rem;
}

.spec-table .img-icon_saving {
  margin-right: 5px;
}

.spec-notes {
  color: #000;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 45px;
}

/*

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-move-from-top .mfp-content {
  opacity: 0;
  transition: all 0.4s ease;
  transform: translateY(-100px);
}

.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.4s ease;
}

.mfp-move-from-top.mfp-ready .mfp-content {
  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-content {
  transform: translateY(-50px);
  opacity: 0;
}

.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-move-from-top .mfp-bottom-bar {
  text-align: center;
}

.mfp-move-from-top .mfp-bottom-bar .mfp-title {
  text-align: center;
  margin-top: -60px;
  color: #000;
  font-size: 18px;
  font-size: 1.8rem;
  padding-left: 36px;
}

@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: 5%;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 640px) {
  body {
    width: auto;
    font-size: 1.6rem;
  }
  .pc-img {
    display: none;
  }
  .pc-br {
    display: none;
  }
  header {
    width: 100%;
    overflow: hidden;
  }
  #header-cnt {
    padding: 10px 2.5% 15px 2.5%;
    font-size: 0;
  }
  #header-cnt #header-logo-left {
    width: 46.8%;
  }
  #header-cnt #header-logo-lets_note {
    width: 41.57%;
  }
  footer {
    width: 100%;
    overflow: hidden;
  }
  .footer-cnt {
    padding: 10px;
    text-align: center;
  }
  .footer-cnt #pagetop-link {
    float: none;
    text-align: center;
  }
  .footer-cnt #pagetop-link a {
    color: #000;
    background-color: rgba(227, 227, 227, 0.8);
    display: block;
    padding: 8px 10px;
    border-radius: 4px;
  }
  .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);
  }
  .footer-cnt #copyright {
    margin-top: 5px;
  }
  .breadcrumb {
    display: none;
  }
  article {
    width: 100%;
    overflow: hidden;
  }
  .contents_25th {
    padding: 0 20px;
  }
  .contents_25th-cnt {
    padding: 0 20px;
  }
  .top_block {
    padding-bottom: 50px;
  }
  .top_block::before {
    width: 87.3%;
    height: 343px;
    left: 5px;
    top: 210px;
  }
  .top_block .bg_top {
    width: 100%;
    right: -10%;
    padding-top: 59.8%;
    height: 0;
    top: 40px;
  }
  .top_content {
    display: block;
    padding: 0;
  }
  .top_content .left {
    padding-left: 0;
  }
  .top_content .left h1 {
    width: 87.3%;
    margin-left: 5px;
    text-align: center;
  }
  .top_content .left h1 img {
    width: 80%;
  }
  .top_content .img-text01_2 {
    margin-top: 25px;
    width: 87.3%;
    margin-left: 5px;
    text-align: center;
  }
  .top_content .img-text01_2 img {
    width: 80%;
  }
  .top_content .pc_top {
    position: static;
    width: 94.5%;
    margin-right: -10px;
    margin-left: auto;
  }
  .img-logo_25th {
    width: 105px;
    margin-left: auto;
    margin-top: 0;
  }
  .top_btn {
    margin-top: 40px;
    padding: 0 25px;
    justify-content: space-between;
  }
  .top_btn > div {
    width: 48.5%;
    margin-left: 0;
  }
  .top_btn > div a {
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 8px 0;
  }
  .top_btn > div a span {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  .top_btn > div a span::before {
    right: 12px;
  }
  .design_block {
    padding: 80px 0 0;
  }
  .design_block .ttl_design {
    margin: 0 27px;
    width: 50.2%;
  }
  .design_cnt {
    margin-top: 40px;
  }
  .design_cnt .image {
    width: auto;
    margin-left: 0;
  }
  .design_cnt .image .design_image_box {
    width: 124%;
    max-width: 124%;
    margin-left: -33%;
  }
  .design_cnt .bg-black {
    display: none;
  }
  .design_cnt .design_text {
    width: 80%;
    margin-left: auto;
    margin-top: -60px;
    position: static;
    background-color: #000;
    padding: 83px 0 40px;
    text-align: center;
  }
  .design_cnt .design_text > span {
    width: 75.7%;
    max-width: 75.7%;
  }
  .design_cnt.cnt02 {
    margin-top: 47px;
  }
  .design_cnt.cnt02 .image {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    text-align: right;
  }
  .design_cnt.cnt02 .image .design_image_box {
    width: 100%;
    margin-right: -8.4%;
    margin-left: auto;
  }
  .design_cnt.cnt02 .design_text {
    margin-right: auto;
    margin-left: 0;
  }
  .design_cnt.cnt02 .design_text > span {
    width: 72.8%;
  }
  .design_cnt.cnt03 {
    margin-top: 47px;
  }
  .design_cnt.cnt03 .image {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
  .design_cnt.cnt03 .image .design_image_box {
    width: 100%;
    margin-right: auto;
    margin-left: -8.4%;
  }
  .design_cnt.cnt03 .design_text > span {
    width: 62.9%;
  }
  .top-panel_content {
    padding: 100px 0 120px;
  }
  .top-panel_content .text {
    font-size: 1.6rem;
  }
  .top-panel_content ul {
    margin: 35px auto 0;
  }
  .top-panel_content ul li {
    width: 32.7%;
  }
  .top-panel_content ul li a p {
    font-size: 1.4rem;
  }
  .top-panel_content .ttl_25th img {
    width: 62.4%;
  }
  .top-panel-cnt_content {
    padding-top: 55px;
  }
  .top-panel-cnt_list li {
    margin-top: 20px;
  }
  .top-panel-cnt_list li .img-pc {
    position: static;
    width: auto;
  }
  .top-panel-cnt_list li .text-box {
    width: auto;
    margin: -80px 20px 0 20px;
    padding: 75px 0 40px;
  }
  .top-panel-cnt_list li .text-box .text-box-in {
    width: auto;
    padding: 0 30px;
  }
  .top-panel-cnt_list li .text-box .ttl {
    font-size: 2rem;
    margin-top: 30px;
  }
  .top-panel-cnt_list li .text-box .text {
    font-size: 1.5rem;
    margin-top: 20px;
  }
  .top-panel-cnt_list li.reverse .text-box {
    margin: -80px 20px 0 20px;
  }
  .top-panel-cnt_list li.type01 .name {
    width: 72.2%;
    margin: 0 auto;
  }
  .top-panel-cnt_list li.type02 .name {
    width: 72.2%;
    margin: 0 auto;
  }
  .top-panel-cnt_list li.type03 .name {
    width: 89.2%;
    margin: 0 auto;
  }
  .color02_block {
    margin-top: -30px;
  }
  .color02_content {
    padding: 95px 0 95px;
  }
  .color02_content > p {
    font-size: 1.8rem;
  }
  .color02_content ul {
    display: block;
  }
  .color02_content ul li {
    width: auto;
    margin-top: 50px;
  }
  .color02_content ul li:first-child {
    margin-top: 0;
  }
  .color02_content ul li .color_name {
    width: 63%;
    margin: 17px auto 0;
  }
  .color02_content ul li p {
    font-size: 1.5rem;
    margin-top: 17px;
    width: 65%;
    margin-left: auto;
    margin-right: auto;
  }
  .color02_content ul li .color02_pc {
    width: 60%;
    margin: 0 auto;
  }
  .color_content {
    padding: 92px 0 85px;
  }
  .thumbnail_block {
    display: block;
  }
  #thumbnail-main {
    margin: -60px 0 0 0;
    padding: 0 20px 20px 20px;
  }
  #thumbnail-main ul#thumbnail-main-pad {
    left: 20px;
    right: 20px;
  }
  .thumb_box-wrap {
    text-align: center;
    margin-top: 20px;
  }
  .thumb_box-wrap .thumb_box-wrap-in {
    display: inline-block;
  }
  .thumb_box {
    text-align: left;
  }
  .feature_content-ttl {
    padding: 30px 0 25px;
  }
  .feature_content-ttl img {
    width: 54%;
  }
  .feature_content_block {
    padding: 66px 0 195px;
  }
  .feature_content_block .img-feature-pc {
    width: 90%;
    bottom: -110px;
  }
  .feature-spec-list li:nth-child(-n +3) {
    margin-top: 40px;
  }
  .feature-spec-list li:nth-child(3n) {
    margin-right: 2%;
  }
  .feature-spec-list li {
    margin-top: 40px;
    width: 49%;
    margin-right: 2%;
  }
  .feature-spec-list li:nth-child(-n +2) {
    margin-top: 0;
  }
  .feature-spec-list li:nth-child(2n) {
    margin-right: 0;
  }
  .feature-spec-list li img {
    width: 60%;
  }
  .feature-spec-list .spec-ttl {
    font-size: 1.8rem;
  }
  .feature-spec-list .spec-text {
    font-size: 1.4rem;
  }
  .maxperformer-box {
    padding: 40px 15px 40px;
  }
  .img-maxperformer img {
    width: 39%;
  }
  .maxperformer-text {
    font-size: 1.8rem;
    margin-top: 33px;
  }
  .maxperformer-text02 {
    font-size: 1.5rem;
    margin-top: 15px;
    text-align: left;
  }
  .maxperformer-notice {
    font-size: 1.3rem;
    margin-top: 25px;
    text-align: left;
  }
  .maxperformer-detail-btn {
    margin-top: 38px;
  }
.order-link-btn.kanbai {
  top: -11vh;
  margin-bottom:-13vh;
}
.order-link-btn.kanbai img {
	width:80%;
}
  .detail-btn {
    width: 260px;
  }
  .detail-btn a {
    font-size: 1.6rem;
    padding: 16px 0;
  }
  .detail-btn a span {
    display: inline-block;
    width: 100%;
    padding-right: 0;
  }
  .detail-btn a span::before {
    right: 15px;
  }
  .gallery_content {
    padding: 60px 0 100px;
  }
  .gallery_content .ttl_25th {
    width: 60%;
    margin: 0 auto;
  }
  .gallery_content .ttl_25th.order {
    width: 48.7%;
    margin: 0 auto;
  }
  .order-slide li img {
    max-width: 284px;
  }
  .order-slide .slick-prev,
  .order-slide .slick-next {
    height: 69px;
    width: 48px;
  }
  .order-slide .slick-prev:before,
  .order-slide .slick-next:before {
    height: 48px;
    width: 48px;
  }
  .order-slide .slick-prev {
    left: 0;
  }
  .order-slide .slick-next {
    right: 0;
  }
  .order-box {
    padding: 50px 10px 55px;
  }
  .order-ttl {
    font-size: 1.8rem;
  }
  .order-text {
    font-size: 1.5rem;
    margin-top: 10px;
  }
  .img-pc_order {
    width: 90%;
    margin: 20px auto 0;
  }
  .img-premiu_order {
    width: 90%;
    margin: -80px auto 0;
  }
  .premiu_order-text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .premiu_order-text > span {
    font-size: 1.8rem;
  }
  .premiu_order-text > span > span {
    font-size: 1.6rem;
  }
  .special_content {
    padding: 60px 0 95px;
  }
  .special_content .ttl_25th {
    width: 60%;
    margin: 0 auto;
  }
  .special-lead {
    font-size: 1.5rem;
    margin-top: 30px;
  }
  .special-item-list_block {
    margin-top: 45px;
  }
  .special-item-list {
    display: block;
  }
  .special-item-list li {
    width: auto;
    padding: 38px 20px 40px;
    margin-top: 15px;
  }
  .special-item-list li:first-child {
    margin-top: 0;
  }
  .special-item-list li.full {
    width: auto;
  }
  .special-item-list li.full .special-item-text {
    text-align: left;
  }
  .special-item-list .item_num {
    margin: 0 auto 30px;
  }
  .special-item-list .item-img {
    margin-top: 15px;
  }
  .special-item-list .item-img img {
    width: 80%;
  }
  .special-item-list .item-img-relative > img {
    width: 80%;
  }
  .special-item-list .special-item-text {
    font-size: 1.5rem;
  }
  .special-item-list .special-item-ttl {
    height: auto !important;
  }
  .item-box {
    margin-top: 50px;
    display: block;
    padding: 45px 20px 45px;
  }
  .item-box > p {
    font-size: 1.6rem;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .item-box .img-box {
    width: 65%;
    margin: 0 auto;
  }
  .item_detail_btn {
    width: auto;
    max-width: 260px;
    margin: 50px auto 0;
  }
  .campaign_content {
    padding: 65px 0 100px;
  }
  .campaign-list {
    margin-top: 50px;
  }
  .campaign-list li {
    margin-top: 15px;
  }
  .campaign-list li a {
    display: block;
    padding: 38px 30px 40px;
  }
  .campaign-list li .campaign-list-text {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .campaign-list li .campaign-text {
    font-size: 1.6rem;
    margin-left: 20px;
    letter-spacing: 0.05em;
  }
  .campaign-list li .campaign-text img {
    margin-top: 5px;
  }
  .campaign-list li .campaign-text .img-campaign_text2 {
    width: 142px;
  }
  .campaign-list li .campaign-text .img-campaign_text3 {
    width: 180px;
  }
  .campaign-list li .campaign-text .campaign-more {
    font-size: 1.4rem;
  }
  .campaign-list li .img-campaign {
    text-align: center;
  }
  .spec_content {
    padding: 60px 0 50px;
  }
  .spec_content .ttl_25th {
    width: 30.9%;
    margin: 0 auto;
  }
  .spec-table {
    margin-top: 50px;
    font-size: 1.5rem;
  }
  .spec-table th, .spec-table td {
    padding: 0;
  }
  .spec-table th {
    width: 100%;
    display: block;
    padding-top: 10px;
  }
  .spec-table td {
    display: block;
    padding-left: 1em;
    padding-bottom: 10px;
    margin-top: 5px;
  }
  .spec-table td .spec-cell-note {
    font-size: 1.4rem;
  }
  .spec-notes {
    margin-top: 25px;
  }
  .mfp-move-from-top .mfp-bottom-bar .mfp-title {
    font-size: 1.6rem;
    margin-top: 0;
    color: #fff;
  }
}

@media print {
  body {
    min-width: 1000px;
  }
  .sp-img {
    display: none;
  }
  .sp-br {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  .sp-img {
    display: none;
  }
  .sp-br {
    display: none;
  }
  header {
    min-width: 1000px;
    overflow: hidden;
  }
  footer {
    min-width: 1000px;
    overflow: hidden;
  }
  article {
    min-width: 1000px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 641px) and (max-width: 768px) {
  .sp-img {
    display: none;
  }
  .sp-br {
    display: none;
  }
  header {
    min-width: 1000px;
    overflow: hidden;
  }
  footer {
    min-width: 1000px;
    overflow: hidden;
  }
  article {
    min-width: 1000px;
    overflow: hidden;
  }
}

@media print, screen and (min-width: 968px) {
  .footer-cnt #pagetop-link a:after {
    content: '\25B2';
  }
  .footer-cnt #pagetop-link a:hover {
    text-decoration: underline;
  }
  .footer-cnt #copyright {
    float: left;
  }
}
