@charset "UTF-8";
/* # =================================================================
# normalize
# ================================================================= */
/*! normalize.scss v0.1.0 | MIT License | based on 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,
menu,
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-color: 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 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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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 */
  -webkit-box-sizing: content-box;
  /* 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;
}

td,
th {
  padding: 0;
}

/* # =================================================================
# base
# ================================================================= */
html {
  font-size: 62.5%;
}

body {
  color: #000;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  letter-spacing: 0.03em;
  line-height: 2;
  -webkit-text-size-adjust: 100%;
  -ms-font-feature-settings: "normal";
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

a:hover {
  opacity: .6;
}

a:focus {
  outline: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border: 0;
  vertical-align: middle;
}

ul, ol {
  padding: 0;
  margin: 0;
}

ul li, ol li {
  list-style-type: none;
}

p {
  margin: 0;
}

main {
  display: block;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  color: #000;
}

select::-ms-expand {
  display: none;
}

hr {
   border-width: 1px 0px 0px 0px;
   border-color: #dcdcdc;  
   height: 1px;
}

b,
strong,
em {
  font-weight: bold;
}

.clearfix::after {
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
  content: "";
}

/* # =================================================================
# structures
# ================================================================= */
/**
 * Layout
 */
.st-l-wrapper {
  min-width: 1024px;
  overflow: hidden;
  padding-top: 128px;
}

.st-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/**
 * header
 */
.st-header {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 1024px;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.st-header__logo {
  width: 68px;
  height: 68px;
  line-height: 0;
}

.st-header__logo svg {
  width: 100%;
}

.st-header__link {
  font-size: 1.4rem;
}

.st-header__link a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 5px;
}

/**
 * nav
 */
/* ヘッダー PCメニュー */

.st-gnav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.st-gnav__item + .st-gnav__item {
  margin: 0 0 0 28px;
}

.st-gnav__item a {
  font-size: 1.4rem;
  font-weight: 700;
}

.st-gnav__item a:hover {
  opacity: 1;
}

.st-gnav__item a:hover span::after {
  opacity: 1;
}

.st-gnav__item a span {
  display: inline-block;
  padding: 0 5px 5px;
  position: relative;
}

.st-gnav__item a span::after {
  width: 100%;
  height: 1px;
  content: '';
  display: block;
  position: absolute;
  background: #fbe64d;
  bottom: 3px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
}

.st-gnav__item.is-current a span::after {
  opacity: 1;
}

.st-gnav__btn {
  margin: 20px 20px 0;
}

.st-gnav__btn a {
  background: #fbe64d;
  color: #fff;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  height: 56px;
}

.st-gnav__btn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.st-gnav__btn a span::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
  margin: 0 0 0 10px;
}

/**
 * footer
 */
.st-footer {
  border-top: solid 1px #ccc;
  position: relative;
}

.st-footer .st-inner {
  padding: 25px 165px;
  position: relative;
}

.st-footer__pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  display: none;
}

.st-footer__info {
  position: absolute;
  left: 165px;
  top: 50%;
  bottom: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.st-footer__info a {
  display: inline-block;
  color: #666;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 2;
  border-bottom: solid 1px #666;
}

.st-footer__copy {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 4;
  color: #666;
  text-align: center;
}

.browser-modal {
  width: calc(100% - 60px);
  max-width: 900px;
  background: #fff;
  margin: 0 auto;
  padding: 60px 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  position: relative;
}

.browser-modal h3 {
  margin: 0 30px 0 0;
}

.browser-modal ul + ul {
  margin: 0 0 0 30px;
}

.browser-modal__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.browser-modal__text {
  margin-top: 30px;
}

.browser-modal .browser-modal__close {
  background: url("/cms/sp/nikoncreators/images/icn_close.png") no-repeat center center;
  background-size: 40px;
  font-size: 0;
  opacity: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -60px;
  right: 0;
  cursor: pointer;
}

/* =================================================================
contents
================================================================= */
/**
 * btn
 */
.c-btn {
  width: 300px;
}

.c-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  height: 50px;
  background: #333;
  color: #fff;
  position: relative;
}

.c-btn a::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

/**
 * font
 */
.c-ff-en {
  font-family: "EB Garamond", serif;
}

/**
 * headline
 */
/**
 * layout
 */

.for-sp {
  display: none;
}

.c-column {
  max-width: 1124px;
  padding: 0 50px;
  margin: 0 auto;
}

.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}

.js-fadeIn.is-animated {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

/**
 * link
 */
.c-link {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0;
  padding: 0 0 0 27px;
  position: relative;
}

.c-link::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/cms/sp/nikoncreators/images/icn_arrow.png) no-repeat center center;
  background-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* 
* tag
*/
.c-tag {
  display: block;
  background: #f5f5f5;
  border-radius: 8px;
  padding: 10.5px 15px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.225;
}

.c-article-info span:nth-child(2)::before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 1px;
  background: #ccc;
  margin: auto 15px;
  vertical-align: middle;
}

.c-date {
  color: #666;
  font-family: "EB Garamond", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

.c-author {
  letter-spacing: 0.05em;
}

.c-ttl {
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: -0.03em;
  margin: 0;
}

.c-link-ttl {
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: -0.04em;
  margin: 0;
}

.c-link-ttl::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/cms/sp/nikoncreators/images/icn_arrow.png) no-repeat center center;
  background-size: 20px;
}

/* # =================================================================
# plugins
# ================================================================= */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -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 {
  -webkit-transform: translate3d(0, 0, 0);
  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;
}

/* Slider */
/* 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%;
  -webkit-transform: translate(0, -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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  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;
  -webkit-box-sizing: border-box;
          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: 1045;
}

.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: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  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: 1044;
}

.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: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      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%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          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;
}

/* # =================================================================
# ================================================================= */
/* header */
.top .st-l-wrapper {
  padding: 0;
}

.top .st-header {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
}

/* MV */
.top-mv {
  background-size: cover;
  background-position: center center;
  margin: 0 0 102px;
  padding: 12.7777777% 0;
  position: relative;
}

.top-mv__box {
  width: 40.13888888%;
  text-align: center;
  margin: 0 auto;
  padding: 6.1111111% 4.166666666% 5.1388888888%;
}

.top-mv__headline {
  margin: 0 0 35px;
}

.top-mv__headline img {
  width: 67.685589519%;
}

.top-mv__lead {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.top-mv__sns {
  position: absolute;
  bottom: -68px;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-mv__sns__ttl {
  font-family: "EB Garamond", serif;
  font-size: 1.4rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.06em;
  margin: 0 40px 0 0;
}

.top-mv__sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -20px;
}

.top-mv__sns__item {
  margin: 0 20px;
}

.top-mv__sns__item.-fb {
  width: 16px;
}

.top-mv__sns__item.-tw {
  width: 29px;
}

.top-mv__sns__item.-line {
  width: 30px;
  margin-left: 10px;
}

.top-entry .c-date {
  font-size: 1.4rem;
  line-height: 2.9;
}

.top-entry .c-author {
  font-size: 1.6rem;
  line-height: 2.5;
}

.top-entry__new {
  background: #f5f5f5 url(/cms/sp/nikoncreators/images/bg_ptn.png) repeat center top;
  background-size: 72px auto;
  padding: 138px 0;
  position: relative;
}

.top-entry__new__headline {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 10rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.0;
  margin: 0;
  position: absolute;
  top: 5px;
  right: 11px;
}

.top-entry__body {
  padding: 60px 0;
}

.top-entry__body .st-inner {
  padding: 0 88px;
}

.top-entry__body__btn {
  margin: 60px auto 0;
}

.top-entry__body__btn a::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
  right: 17px;
}

.top-entry__body__btn.-close a::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 5px;
}

.article-list {
  position: relative;
  z-index: 1;
}

.article-list__item {
  padding: 0 7.5% 0 180px;
  margin-bottom: 198px;
  position: relative;
}

.article-list__item:nth-child(even) {
  padding: 0 180px 0 7.5%;
  margin-left: 0;
}

.article-list__item:nth-child(even) .article-list__item__image {
  left: auto;
  right: 0;
}

.article-list__item:nth-child(even) .article-list__item__text {
  display: block;
}

.article-list__item:last-child {
  margin-bottom: 0;
}

.article-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

.article-list__item a:hover {
  opacity: 1;
}

.article-list__item a:hover .article-list__item__text::before {
  opacity: 1;
  border-width: 10px;
}

.article-list__item__image {
  width: 42.5%;
  min-width: 475px;
  height: auto;
  padding-top: 42.5%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.article-list__item__image img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.article-list__item__text {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.article-list__item__text::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: solid 0 #fbe64d;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: .3s;
  transition: .3s;
}

.article-list__item__text_inner {
  position: relative;
  width: 58.823529411%;
  padding: 45px 50px 53px 40px;
}

.article-list__item__tag {
  background: #fbe64d;
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-style: italic;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.0;
  padding: 13px 12px;
  position: absolute;
  top: -24px;
}

.article-list__item__ttl {
  font-size: 2.4rem;
  margin: 0 0 10px;
}

.article-list__item__info {
  padding: 0 5px;
}

.article-list__item__link {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.article-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -2.9296875% -60px;
}

.article-card + .article-card {
  margin-top: 60px;
}

.article-card.-col2 .article-card__item {
  width: 44.464944649%;
}

.article-card.-col2 .article-card__item .article-card__item__ttl {
  font-size: 1.8rem;
}

.article-card.-col2 .article-card__item .article-card__item__ttl::after {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.article-card.-col2 .article-card__item .article-card__item__info {
  margin-top: 5px;
}

.article-card__item {
  margin: 0 2.767527675% 47px;
  width: 27.767527675%;
}

.article-card__item.is-hidden {
  display: none;
}

.article-card__item a {
  display: block;
}

.article-card__item__image {
  background: #f5f5f5;
  width: 100%;
  position: relative;
}

.article-card__item__image::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.article-card__item__image_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 15px;
}

.article-card__item__image_inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.article-card__item__text {
  padding: 23px 0 0;
}

.article-card__item__info {
  margin: 10px 0 0;
}

.article-card__item__ttl {
  font-size: 1.6rem;
}

.article-card__item__ttl::after {
  margin: 0 0 0 10px;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.top-bottom {
  background: #333 url(/cms/sp/nikoncreators/images/bg_ptn.png) repeat center top;
  padding: 70px 0 80px;
}

.top-bottom .st-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-bottom__logo {
  width: 181px;
  margin: 20px 60px 0 0;
}

.top-bottom__text {
  color: #fff;
  width: 480px;
}

.top-bottom__text p {
  font-size: 1.8rem;
  line-height: 2.0;
  letter-spacing: -0.04em;
}

.top-bottom__text__btn {
  width: 220px;
  margin: 20px auto 0;
}

.top-bottom__text__btn a {
  height: 40px;
  background: none;
  border: solid 1px #fff;
  font-size: 1.4rem;
}

.top-bottom__text__btn a::after {
  display: none;
}

.top-bottom__text__btn a span::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(/cms/sp/nikoncreators/images/icn_blank.png) no-repeat center center;
  background-size: 12px auto;
  margin: 0 0 0 10px;
}

.mfp-bg {
  background: #000;
  opacity: 0.85;
}

.mfp-container {
  padding: 140px 77px;
  max-width: 1354px;
  right: 0;
  margin: 0 auto;
}

.mfp-content {
  max-width: 1200px;
}

.mfp-arrow {
  width: 26px;
  height: 50px;
  background: url("/cms/sp/nikoncreators/images//icn_arrow_right.svg") no-repeat center center;
  background-size: 26px 50px;
}

.mfp-arrow::before, .mfp-arrow::after {
  display: none;
}

.mfp-arrow-right {
  right: -30px;
}

.mfp-arrow-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -30px;
}

.slick-dots {
  line-height: 0;
  bottom: 30px;
  width: auto;
  left: 0;
  right: 0;
  margin: 0 240px;
}

.slick-dots li {
  margin: 0 5px;
  width: auto;
  height: auto;
}

.slick-dots li button {
  padding: 0;
  background: #fff;
  border: solid 1px #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0;
}

.slick-dots li button::before {
  display: none;
}

.slick-dots li.slick-active button {
  background: #333;
}

.single-header {
  background: #f5f5f5 url(/cms/sp/nikoncreators/images/bg_ptn.png) repeat center top;
  padding: 50px 50px 56px;
}

.single-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-header__logo {
  width: 230px;
  background: #000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-header__logo img {
  width: 135px;
}

.single-header__head {
  background: #fff;
  padding: 20px 40px 20px 30px;
}

.single-header__ttl {
  font-size: 3.0rem;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: -0.03em;
  border-bottom: solid 3px #fbe64d;
  margin: 0;
  padding: 0 0 12px;
}

.single-header__sub-ttl {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.7;
  margin: 15px 0 0;
}

.single-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.single-header__info span:nth-child(2)::before {
  margin: auto 20px;
}

.single-header__date {
  font-size: 1.6rem;
  line-height: 2.5;
}

.single-header__author {
  font-size: 2.0rem;
  line-height: 2.0;
}

.single-header__author small {
  font-size: 1.6rem;
  line-height: 2.5;
  margin: 0 0 0 20px;
}

.single-body {
  padding: 60px 0;
}

.single-body h3 {
  font-size: 2.2rem;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin: 60px 0 24px;
}

.single-body h3:first-of-type {
  margin-top: -7px;
}

.single-body p {
  margin-bottom: 8px;
}

.single-body p:last-child {
  margin-bottom: 0;
}

.single-body p.txt-interview {
  margin-bottom: 30px;
}

.single-body p.txt-interview b {
  font-family: 'Noto Sans JP', sans-serif;
}

.single-body p.txt-interview:last-child {
  margin-bottom: 0;
}

.single-body a {
  color: #285ba9;
}

.single-body a[target]::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("/cms/sp/nikoncreators/images/icn_blank_02.png") no-repeat center center;
  background-size: 12px;
  margin: 0 0 0 10px;
}

.single-body__slider {
  margin-top: 60px;
}

.single-body__slider:first-child {
  margin-top: 0;
}

.single-body__slider:hover .slick-prev,
.single-body__slider:hover .slick-next {
  opacity: 1;
}

.single-body__slider.slick-slider {
  margin-bottom: 60px;
}

.single-body__slider .slick-prev,
.single-body__slider .slick-next {
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0;
  top: 315px;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.single-body__slider .slick-prev {
  left: 41px;
}

.single-body__slider .slick-next {
  right: 41px;
}

.single-body__slider .slick-prev:before,
.single-body__slider .slick-next:before {
  content: "";
  display: block;
  font-size: 0;
  width: 15px;
  height: 15px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: -7px;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}

.single-body__slider .slick-prev:before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  left: 7px;
}

.single-body__slide {
  outline: none;
  background: #f5f5f5;
  padding: 40px 40px 65px;
  position: relative;
  /* モーダルボタン */
}

.single-body__slide .single-body__slide__ttl {
  margin: 14px 0 0;
}

.single-body__slide .single-body__slide__cap {
  margin: 5px 0 0;
}

.single-body__slide.slick-current .single-body__slide__movie iframe {
  opacity: 1;
  -webkit-transition: opacity 0s 0s;
  transition: opacity 0s 0s;
}

.single-body__slide__image {
  height: 630px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: relative;
}

.single-body__slide__image-inner {
  position: relative;
}

.single-body__slide__image img {
  max-height: 630px;
}

.single-body__slide__image i {
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.single-body__slide__image i img {
  display: block;
  width: 18px;
  height: 18px;
}

.single-body__slide__movie {
  width: 100%;
  padding: 55% 0 0;
  position: relative;
}

.single-body__slide__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0s .5s;
  transition: opacity 0s .5s;
}

.single-body__slide__ttl {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
}

.single-body__slide__cap {
  color: #666;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: center;
}

.single-body__slide .modal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #333;
  color: #fff;
  width: 200px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  padding: 4px 0;
  position: absolute;
  right: 40px;
  bottom: 20px;
  z-index: 1;
}

.single-body__slide .modal-btn i {
  margin: 0 4px 0 0;
}

.single-body__fbox-l {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}

.single-body__fbox-l figure {
  float: left;
  margin-right: 60px;
}

.single-body__fbox-r {
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: 60px;
}

.single-body__fbox-r figure {
  float: right;
  margin-left: 75px;
}

.single-body__figure {
  margin: 0 0 30px;
  width: 340px;
}

.single-body__figure span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 340px;
  height: 340px;
  padding: 15px;
  background: #f5f5f5;
}

.single-body__figure span img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.single-body__figure figcaption {
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 10px 0 0;
}

.single-body__box {
  background: #f5f5f5;
  padding: 40px 40px 35px;
  margin: 60px 0;
}

.single-body__box__image {
  width: 100%;
  padding: 66.737288135% 0 0;
  position: relative;
  text-align: center;
}

.single-body__box__movie {
  width: 100%;
  padding: 55% 0 0;
  position: relative;
  text-align: center;
}

.single-body__box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.single-body__box img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.single-body__box__txt {
  margin-top: 20px;
}

.single-body__box__ttl {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
}

.single-body__box__cap {
  color: #666;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: center;
}

.single-modal .mfp-close {
  background: url("/cms/sp/nikoncreators/images/icn_close.png") no-repeat center center;
  background-size: 40px;
  font-size: 0;
  opacity: 1;
  width: 40px;
  height: 40px;
  top: -60px;
}

.single-modal .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.single-modal .slick-prev,
.single-modal .slick-next {
  width: 26px;
  height: 50px;
  z-index: 1;
  top: 325px;
  -webkit-transform: none;
          transform: none;
}

.single-modal .slick-prev {
  left: -36px;
}

.single-modal .slick-next {
  right: -36px;
}

.single-modal .slick-prev:before,
.single-modal .slick-next:before {
  content: "";
  display: block;
  font-size: 0;
  width: 26px;
  height: 50px;
  background: url("/cms/sp/nikoncreators/images/icn_arrow_right.svg") no-repeat center center;
  background-size: 26px 50px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 1;
}

.single-modal .slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 0;
}

.single-modal .slick-dots {
  bottom: 40px;
}

.single-modal__slider {
  padding-bottom: 70px;
}

.single-modal__slide {
  outline: none;
}

.single-modal__slide__image {
  margin: 0 auto;
}

.single-modal__slide__image img {
  max-height: 800px;
}

.single-modal__slide__text {
  background: #fff;
  padding: 35px 25px;
  margin: 0 auto;
  width: 100%;
}

.single-modal__slide__text p {
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
}

.single-modal__slide__ttl {
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
}

.single-modal__slide__cap {
  color: #666;
  font-size: 1.3rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-top: 5px;
  text-align: center;
}

.single-modal__slide .single-body__slide__movie iframe {
  opacity: 1;
}

.single-author {
  border: solid 1px #ccc;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  padding: 5px;
  margin-top: 50px;
}

.single-author__inner {
  border: solid 1px #ccc;
  padding: 40px 40px 45px;
  overflow: hidden;
}

.single-author__inner > p {
  width: 80.860215053%;
  float: right;
}

.single-author__image {
  width: 15.05376344%;
  float: left;
}

.single-author__name {
  width: 80.860215053%;
  float: right;
  margin-top: -10px;
}

.single-author__name p {
  font-size: 2.0rem;
  line-height: 2.0;
}

.single-author__name p span {
  font-size: 1.6rem;
  line-height: 2.5;
  margin: 0 0 0 20px;
}

.single-author__tag {
  background: url("/cms/sp/nikoncreators/images/bg_dot.svg") repeat-x left top;
  background-size: 3px 1px;
  padding-top: 30px;
  margin: 20px 0 -10px;
  width: 80.860215053%;
  float: right;
}

.single-author__tag b {
  font-size: 1.4rem;
  display: inline-block;
  margin: 0 10px 0 0;
}

.single-author__tag span {
  display: inline-block;
  margin: 0 10px 10px 0;
}

.single-author__tag span a[target]::after {
  display: none;
}

.single-author__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80.860215053%;
  float: right;
  margin: 7px 0 0;
}

.single-author__sns__item + .single-author__sns__item {
  margin: 0 0 0 20px;
}

.single-author__sns__item a[target]::after {
  display: none;
}

.single-author__sns__item img {
  height: 20px;
}

.single-author__sns__item.-fb img {
  height: 22px;
}

.single-author__sns__item.-hp img {
  height: 22px;
}

.single-author__sns__item.-nt img {
  height: 22px;
}

.single-author__sns__item.-yt img {
  height: 18px;
}

.single-author__sns__item.-pinta img {
  height: 22px;
}

.single-other {
  padding: 0 0 60px;
}

.single-other__headline {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.13em;
  line-height: 1.0;
  text-align: center;
  margin: 0 0 40px;
}

.single-other .article-card {
  margin: 0 -20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single-other .article-card__item {
  width: 226px;
  margin: 0 20px;
}

.single-other .article-card__item:nth-child(-n+2) .article-card__item__ttl {
  font-size: 1.4rem;
}

.single-other .article-card__item__text {
  padding: 8px 0 0;
}

.single-other .article-card__item__info {
  margin: 3px 0 0;
}

.single-other .article-card__item__info span:last-child::after {
  margin: auto 10px;
}

.single-other .article-card__item__ttl {
  font-size: 1.4rem;
}

.single-other .article-card__item__author {
  font-size: 1.4rem;
}

.single-other__btn {
  margin: 50px auto 0;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 3.73333vw;
  }
  a:hover {
    opacity: 1;
  }
  .st-l-wrapper {
    min-width: inherit;
    padding-top: 65px;
  }
  .st-inner {
    max-width: inherit;
    margin: 0 30px;
  }
  .st-header {
    min-width: inherit;
    height: auto;
    padding: 15px;
  }
  .st-header__logo {
    display: block;
    width: 40px;
    height: 40px;
  }
  .st-header__link {
    font-size: 1.0rem;
  }
  .st-header__link a::after {
    width: 6.5px;
    height: 6.5px;
    margin: 0 3px;
  }
  .st-gnav {
    display: none;
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    border-top: 1px solid #eee;
  }
  .st-gnav__list {
    display: block;
  }
  .st-gnav__item {
    border-bottom: 1px solid #eee;
  }
  .st-gnav__item + .st-gnav__item {
    margin: 0;
  }
  .st-gnav__item a {
    color: #222222;
    letter-spacing: .05em;
    text-align: left;
    display: block;
    padding: 13px 20px;
    position: relative;
  }
  .st-gnav__item a::before {
    content: " ";
    display: block;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg) translateX(50%);
            transform: rotate(45deg) translateX(50%);
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    right: 30px;
    top: 20px;
  }
  .st-gnav__item a:hover span::after {
    opacity: 0;
  }
  .st-gnav__item a span {
    padding: 0;
  }
  .st-gnav__item a span::after {
    display: none;
  }
  .st-gnav__item.is-current a span::after {
    opacity: 0;
  }
  .st-footer {
    padding: 30px 0;
  }
  .st-footer .st-inner {
    padding: 0;
    text-align: center;
  }
  .st-footer__pagetop {
    width: 40px;
    right: 10px;
    bottom: 10px;
  }
  .st-footer__info {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .st-footer__info a {
    font-size: 1.3rem;
  }
  .st-footer__copy {
    font-size: 1.0rem;
    margin: 12px 0 0;
  }
  .browser-modal {
    display: block;
    padding: 30px;
  }
  .browser-modal h3 {
    text-align: center;
    margin: 0 0 20px;
  }
  .browser-modal .browser-modal__close {
    background-size: 20px;
    top: -40px;
  }
  .c-btn {
    width: 100%;
  }
  .c-btn a {
    font-size: 1.4rem;
  }
  .c-btn a::after {
    width: 7px;
    height: 7px;
  }
  .for-pc {
    display: none;
  }
  .for-sp {
    display: block;
  }
  br.for-sp {
    display: inline-block;
  }
  .c-column {
    margin: 0 30px;
    padding: 0;
  }
  .c-tag {
    font-size: 1.4rem;
    padding: 4px 10px;
  }
  .c-article-info span:nth-child(2)::before {
    margin: 0 7px;
  }
  .top .st-header__logo {
    width: 42px;
  }
  .top-mv {
    padding: 28.266666666% 0 59.2%;
    margin: 0 0 30px;
  }
  .top-mv__box {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    padding: 8% 5.33333333% 7.2%;
  }
  .top-mv__headline {
    margin: 0 0 5.33333vw;
  }
  .top-mv__headline img {
    width: 46.268656716%;
  }
  .top-mv__lead {
    font-size: 14px;
    font-size: 3.73333vw;
    letter-spacing: -0.01em;
  }
  .top-mv__sns {
    position: static;
    margin: 4vw 0 0;
  }
  .top-mv__sns__ttl {
    font-size: 12px;
    font-size: 3.2vw;
    margin: 0 7.2vw 0 0;
  }
  .top-mv__sns__list {
    margin: 0 -12.5px;
  }
  .top-mv__sns__item {
    margin: 0 3.33333vw;
  }
  .top-mv__sns__item.-fb {
    width: 2.8vw;
  }
  .top-mv__sns__item.-tw {
    width: 4.93333vw;
  }
  .top-mv__sns__item.-line {
    margin-left: 2.26667vw;
    width: 5.2vw;
  }
  .top-entry .c-date {
    line-height: 1.4;
  }
  .top-entry .c-author {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .top-entry__new {
    padding: 35px 0 40px;
  }
  .top-entry__new__headline {
    font-size: 5.0rem;
    left: 0;
    right: 0;
    margin: 0 -30px 30px;
    text-align: center;
    position: static;
  }
  .top-entry__body {
    padding: 40px 0;
  }
  .top-entry__body .st-inner {
    padding: 0;
  }
  .top-entry__body__btn {
    margin: 42px 0 0;
  }
  .article-list__item {
    display: block;
    padding: 0;
    margin: 0 0 20px;
  }
  .article-list__item:nth-child(even) {
    padding: 0;
  }
  .article-list__item a:hover .article-list__item__text::before {
    opacity: 0;
    border: none;
  }
  .article-list__item a {
    display: block;
  }
  .article-list__item__image {
    width: auto;
    min-width: inherit;
    padding: 0;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .article-list__item__image img {
    max-width: 100%;
    max-height: inherit;
    width: 100%;
    position: static;
    top: 0;
  }
  .article-list__item__text_inner {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 5px 15px 24px 15px;
  }
  .article-list__item__tag {
    font-size: 1.7rem;
    padding: 9px 7px;
    top: 0;
    left: 0;
  }
  .article-list__item__ttl {
    font-size: 1.6rem;
    letter-spacing: -0.05em;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 10px 0 0;
  }
  .article-list__item__ttl::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/cms/sp/nikoncreators/images/icn_arrow.png) no-repeat center center;
    background-size: 18px;
    margin: 0 0 0 6px;
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
  .article-list__item__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    text-align: right;
    padding: 0 5px 0 47px;
  }
  .article-list__item__link {
    display: none;
  }
  .article-card + .article-card {
    margin-bottom: 35px;
  }
  .article-card {
    display: block;
    margin: 0;
  }
  .article-card.-col2 .article-card__item {
    width: 100%;
  }
  .article-card.-col2 .article-card__item .article-card__item__ttl {
    font-size: 1.6rem;
  }
  .article-card.-col2 .article-card__item .article-card__item__ttl::after {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  .article-card.-col2 .article-card__item .article-card__item__info {
    margin-top: 0;
  }
  .article-card__item {
    width: 100%;
    margin: 0 0 35px;
  }
  .article-card__item:last-child {
    margin: 0;
  }
  .article-card__item__image::before {
    display: none;
  }
  .article-card__item__image_inner {
    position: static;
    margin: 0;
  }
  .article-card__item__image_inner img {
    position: static;
    width: 100%;
  }
  .article-card__item__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0 0;
  }
  .article-card__item__info {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
    width: 100%;
    margin: 0;
  }
  .article-card__item__ttl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 5px 0 0;
  }
  .article-card__item__ttl::after {
    margin: 0 0 0 5px;
  }
  .top-bottom {
    padding: 50px 0;
  }
  .top-bottom .st-inner {
    display: block;
  }
  .top-bottom__logo {
    width: 141px;
    margin: 0 auto 16px;
  }
  .top-bottom__text {
    width: 100%;
  }
  .top-bottom__text p {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: center;
  }
  .top-bottom__text__btn {
    width: 100%;
    margin: 24px 0 0;
  }
  .top-bottom__text__btn a {
    height: 50px;
  }
  .mfp-container {
    padding: 0;
  }
  .slick-dots {
    margin: 0;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .single-header {
    padding: 20px 0;
  }
  .single-header__inner {
    display: block;
  }
  .single-header__logo {
    width: 100%;
    padding: 18px 0;
  }
  .single-header__logo img {
    width: 147.5px;
  }
  .single-header__head {
    padding: 18px 20px 23px;
    text-align: center;
  }
  .single-header__ttl {
    font-size: 1.6rem;
    letter-spacing: -0.05em;
    line-height: 1.8;
    border-width: 2px;
  }
  .single-header__sub-ttl {
    font-size: 1.4rem;
    margin: 17px 0 0;
  }
  .single-header__info {
    display: block;
    margin: 10px 0 0;
  }
  .single-header__info span {
    display: block;
  }
  .single-header__info span:nth-child(2)::before {
    display: none;
  }
  .single-header__date {
    font-size: 1.2rem;
    line-height: 1.7;
  }
  .single-header__author {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0 0 0 15px;
  }
  .single-header__author small {
    font-size: 1.2rem;
    line-height: 1.7;
    margin: 0 0 0 13px;
  }
  .single-body {
    padding: 50px 0;
  }
  .single-body h3 {
    font-size: 1.8rem;
    margin: 45px 0 25px;
  }
  .single-body h3:first-of-type {
    margin-top: 0;
  }
  .single-body p.txt-interview {
    margin-bottom: 20px;
  }
  .single-body a[target]::after {
    margin: 0 0 0 5px;
  }
  .single-body__slider {
    margin: 45px -30px 0;
  }
  .single-body__slider:first-child {
    margin-top: 0;
  }
  .single-body__slider.slick-slider {
    margin-bottom: 50px;
  }
  .single-body__slider .slick-prev,
  .single-body__slider .slick-next {
    opacity: 1;
    top: 105px;
    background: none;
    -webkit-transition: top .3s;
    transition: top .3s;
  }
  .single-body__slider .slick-prev {
    left: -15px;
  }
  .single-body__slider .slick-next {
    right: -15px;
  }
  .single-body__slider .slick-prev:before,
  .single-body__slider .slick-next:before {
    border-color: #333;
  }
  .single-body__slide {
    padding: 30px 30px 50px;
  }
  .single-body__slide .single-body__slide__cap {
    margin-top: 9px;
  }
  .single-body__slide a {
    cursor: none;
    pointer-events: none;
  }
  .single-body__slide__image {
    height: auto;
  }
  .single-body__slide__image i {
    display: none;
  }
  .single-body__slide__ttl {
    font-size: 1.2rem;
  }
  .single-body__slide__cap {
    font-size: 1.1rem;
    text-align: left;
  }
  .single-body__slide .modal-btn {
    display: none;
  }
  .single-body__fbox-l {
    margin-top: 45px;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .single-body__fbox-l figure {
    float: none;
    margin-right: 0;
  }
  .single-body__fbox-r {
    margin-top: 45px;
    margin-bottom: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .single-body__fbox-r figure {
    float: none;
    margin-left: 0;
  }
  .single-body__figure {
    width: 100%;
    background: #f5f5f5;
    margin: 37px 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .single-body__figure span {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .single-body__figure span img {
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: auto;
  }
  .single-body__figure figcaption {
    margin: 0;
    padding: 11px 10px;
  }
  .single-body__box {
    padding: 30px 30px 25px;
    margin: 45px -30px 0;
  }
  .single-body__box__txt {
    margin-top: 10px;
  }
  .single-body__box__ttl {
    font-size: 1.2rem;
  }
  .single-body__box__cap {
    font-size: 1.1rem;
    text-align: left;
  }
  .single-author {
    margin-top: 43px;
  }
  .single-author__inner {
    padding: 20px;
  }
  .single-author__inner > p {
    width: auto;
    float: none;
    clear: both;
    font-size: 1.2rem;
    line-height: 1.8;
  }
  .single-author__image {
    width: 70px;
    margin: 0 18px 14px 0;
  }
  .single-author__name {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  .single-author__name p {
    font-size: 1.4rem;
  }
  .single-author__name p span {
    font-size: 1.2rem;
    display: block;
    margin: 0;
  }
  .single-author__tag {
    width: auto;
    float: none;
    margin-top: 18px;
    margin-bottom: -10px;
  }
  .single-author__tag b {
    font-size: 1.2rem;
    margin: 0 5px 0 0;
  }
  .single-author__sns {
    width: auto;
    float: none;
    margin: 13px 0 0;
  }
  .single-author__sns2 {
    width: auto;
    float: none;
    margin: 13px 0 0;
  }
  .single-author__sns__item img {
    height: 19px;
  }
  .single-author__sns__item.-fb img {
    height: 21px;
  }
  .single-author__sns__item.-yt img {
    height: 17px;
  }
  .single-author__sns__item.-pinta img {
    height: 21px;
  }
  .single-other {
    padding: 0 0 70px;
  }
  .single-other__headline {
    font-size: 1.6rem;
    margin: 0 0 36px;
  }
  .single-other .article-card {
    margin: 0;
  }
  .single-other .article-card__item {
    width: 100%;
    margin: 0 0 35px;
  }
  .single-other .article-card__item:nth-child(-n+2) .article-card__item__ttl {
    font-size: 1.6rem;
  }
  .single-other .article-card__item__ttl {
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 375px) and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 360px) {
  .st-footer__copy {
    letter-spacing: 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;
    -webkit-box-sizing: border-box;
            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 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media only screen and (min-width: 1025px) {
  .top-mv__headline {
    margin: 0 0 2.56944444vw;
  }
  .top-mv__lead {
    font-size: 1.25vw;
  }
}

@media only screen and (max-width: 374px) {
  .top-entry__new__headline {
    font-size: 13.3333333vw;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1350px) {
  .article-list__item {
    margin-left: 77px;
  }
  .article-list__item:nth-child(even) {
    margin-right: 77px;
  }
}

@media only screen and (max-height: 1000px) {
  .single-modal__slide__image img {
    max-height: calc(100vh - 160px);
  }
}
