@charset 'UTF-8';

@import url('https://fonts.googleapis.com/css?family=Lora');

@import url('https://fonts.googleapis.com/css?family=Roboto');

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  /* 1 */
  overflow: visible;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  border-bottom: none;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  color: #000;
  background-color: #ff0;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  /* 2 */
  display: table;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
  color: inherit;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type='search'] {
  /* 1 */
  outline-offset: -2px;
  -webkit-appearance: textfield;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html {
  font-family: 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl {
  margin-top: 0;
}

ul,
ol {
  padding-left: 0;
}

li {
  list-style-type: none;
}

dd {
  margin-left: 0;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/* Arrows */

.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 1rem;
  width: 3rem;
  height: 3rem;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  border: 0;
  outline: none;
  background-color: #00030a;
}

.slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: .4rem;
  height: .7rem;
  margin: -.3rem 0 0 -.2rem;
  content: '';
  background-repeat: no-repeat;
  background-size: .8rem;
}

.slick-arrow:hover,
.slick-arrow:focus {
  color: transparent;
  outline: none;
  background-color: #b59046;
}

.slick-arrow:hover:after,
.slick-arrow:focus:after {
  background-position: -.4rem;
}

.slick-prev {
  z-index: 10;
  right: 3rem;
}

.slick-prev:after {
  background-image: url(../images/ico-prev.png);
}

.slick-next {
  right: 0;
}

.slick-next:after {
  background-image: url(../images/ico-next.png);
}

header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 1.1rem 0 1rem;
  background-color: #212233;
}

header h1 {
  width: 20.7rem;
  margin: 0 0 0 1.5rem;
}

header ul,
header p {
  display: none;
}

header > a {
  position: absolute;
  top: 0;
  right: 0;
  width: 7rem;
}

nav {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -25rem;
  overflow-y: auto;
  box-sizing: border-box;
  width: 25rem;
  max-height: 100%;
  padding: 3rem 2.5rem 1.2rem;
  -webkit-transition: right .3s linear;
  transition: right .3s linear;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}

nav.menu--opened {
  right: 0;
}

nav.menu--opened + a {
  right: 25rem;
}

nav.menu--opened ~ div {
  visibility: visible;
  opacity: 1;
}

nav p:first-of-type {
  margin-bottom: 0;
  padding-bottom: 3rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

nav p:first-of-type img {
  height: 4rem;
}

nav ul {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 1.8rem;
  line-height: 6rem;
  margin-bottom: 2rem;
  letter-spacing: .05em;
}

nav ul a {
  display: block;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  text-decoration: none;
  color: #444;
}

nav ul a:hover {
  color: #b59046;
}

nav li {
  border-bottom: 1px solid #ccc;
}

nav p:nth-of-type(2) {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 1.8rem;
  line-height: 6rem;
  position: relative;
  text-align: center;
  letter-spacing: .05em;
}

nav p:nth-of-type(2) a {
  display: block;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  text-decoration: none;
  color: #b59046;
  border: 1px solid #b59046;
  box-shadow: inset .2rem 0 #fff, inset -.2rem 0 #fff, inset 0 .2rem #fff, inset 0 -.2rem #fff, inset .3rem 0 #b59046, inset -.3rem 0 #b59046, inset 0 .3rem #b59046, inset 0 -.3rem #b59046;
}

nav p:nth-of-type(2) a:before,
nav p:nth-of-type(2) a:after {
  position: absolute;
  top: -.5px;
  width: 1.3rem;
  height: 1.3rem;
  content: '';
  background-repeat: no-repeat;
  background-size: 1.3rem;
}

nav p:nth-of-type(2) a:before {
  left: 0;
  background-image: url(../images/ico-mottos1.png);
}

nav p:nth-of-type(2) a:after {
  right: 0;
  background-image: url(../images/ico-mottos2.png);
}

nav p:nth-of-type(2) a:hover {
  opacity: .5;
}

nav p:nth-of-type(2) span:before,
nav p:nth-of-type(2) span:after {
  position: absolute;
  bottom: 0;
  width: 1.3rem;
  height: 1.3rem;
  content: '';
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 1.3rem;
}

nav p:nth-of-type(2) span:before {
  left: 0;
  background-image: url(../images/ico-mottos3.png);
}

nav p:nth-of-type(2) span:after {
  right: 0;
  background-image: url(../images/ico-mottos4.png);
}

nav p:last-of-type {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 1.8rem;
  line-height: 6rem;
  position: relative;
  text-align: center;
  letter-spacing: .05em;
}

nav p:last-of-type a {
  display: block;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  text-decoration: none;
  color: #fff;
  background-color: #b59046;
  box-shadow: inset .2rem 0 #b59046, inset -.2rem 0 #b59046, inset 0 .2rem #b59046, inset 0 -.2rem #b59046, inset .3rem 0 #fff, inset -.3rem 0 #fff, inset 0 .3rem #fff, inset 0 -.3rem #fff;
}

nav p:last-of-type a:before,
nav p:last-of-type a:after {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  content: '';
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 1.3rem;
}

nav p:last-of-type a:before {
  left: 0;
  background-image: url(../images/ico-nav1.png);
}

nav p:last-of-type a:after {
  right: 0;
  background-image: url(../images/ico-nav2.png);
}

nav p:last-of-type a:hover {
  opacity: .5;
}

nav p:last-of-type span:before,
nav p:last-of-type span:after {
  position: absolute;
  bottom: 0;
  width: 1.3rem;
  height: 1.3rem;
  content: '';
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 1.3rem;
}

nav p:last-of-type span:before {
  left: 0;
  background-image: url(../images/ico-nav3.png);
}

nav p:last-of-type span:after {
  right: 0;
  background-image: url(../images/ico-nav4.png);
}

nav + a {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -7rem;
  width: 7rem;
  -webkit-transition: right .3s linear;
  transition: right .3s linear;
}

nav ~ div {
  position: fixed;
  z-index: 100;
  top: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .6s ease-out, visibility .6s ease-out;
  transition: opacity .6s ease-out, visibility .6s ease-out;
  opacity: 0;
  background-color: rgba(33, 34, 51, .8);
  -webkit-tap-highlight-color: transparent;
}

main {
  padding-top: 6.9rem;
}

.hero {
  position: relative;
}

.hero > p {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 1rem;
  position: absolute;
  z-index: 1;
  top: .5rem;
  padding: .5rem;
  letter-spacing: .3em;
  color: #fff;
  background-color: #b59046;
  box-shadow: 0 0 4rem 0 rgba(19, 18, 19, .3);
}

.hero > p span {
  display: block;
}

.hero__item {
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__item--one {
  background-image: url(../images/bg-hero1.jpg);
}

.hero__item--two {
  background-image: url(../images/bg-hero2.jpg);
}

.hero__item--three {
  background-image: url(../images/bg-hero3.jpg);
}

.hero__item--four {
  background-image: url(../images/bg-hero4.jpg);
}

.hero__item--five {
  background-image: url(../images/bg-hero5.jpg);
}

.hero__item p:first-of-type {
  font-size: 1rem;
  position: absolute;
  bottom: .5rem;
  left: .5rem;
  margin: 0;
  letter-spacing: .3em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}

.hero__item span {
  color: transparent;
}

.hero__item p:last-of-type {
  font-family: 'Lora', serif;
  font-size: 2.8rem;
  position: absolute;
  right: 7rem;
  bottom: 0;
  margin-bottom: 0;
  opacity: 0;
  color: #b59046;
}

.hero .slick-active span {
  color: #fff;
}

.hero .slick-active span:nth-of-type(1) {
  -webkit-transition: color .6s linear;
  transition: color .6s linear;
}

.hero .slick-active span:nth-of-type(2) {
  -webkit-transition: color .6s .1s linear;
  transition: color .6s .1s linear;
}

.hero .slick-active span:nth-of-type(3) {
  -webkit-transition: color .6s .2s linear;
  transition: color .6s .2s linear;
}

.hero .slick-active span:nth-of-type(4) {
  -webkit-transition: color .6s .3s linear;
  transition: color .6s .3s linear;
}

.hero .slick-active span:nth-of-type(5) {
  -webkit-transition: color .6s .4s linear;
  transition: color .6s .4s linear;
}

.hero .slick-active span:nth-of-type(6) {
  -webkit-transition: color .6s .5s linear;
  transition: color .6s .5s linear;
}

.hero .slick-active span:nth-of-type(7) {
  -webkit-transition: color .6s .6s linear;
  transition: color .6s .6s linear;
}

.hero .slick-active span:nth-of-type(8) {
  -webkit-transition: color .6s .7s linear;
  transition: color .6s .7s linear;
}

.hero .slick-active span:nth-of-type(9) {
  -webkit-transition: color .6s .8s linear;
  transition: color .6s .8s linear;
}

.hero .slick-active span:nth-of-type(10) {
  -webkit-transition: color .6s .9s linear;
  transition: color .6s .9s linear;
}

.hero .slick-active span:nth-of-type(11) {
  -webkit-transition: color .6s 1s linear;
  transition: color .6s 1s linear;
}

.hero .slick-active span:nth-of-type(12) {
  -webkit-transition: color .6s 1.1s linear;
  transition: color .6s 1.1s linear;
}

.hero .slick-active span:nth-of-type(13) {
  -webkit-transition: color .6s 1.2s linear;
  transition: color .6s 1.2s linear;
}

.hero .slick-active span:nth-of-type(14) {
  -webkit-transition: color .6s 1.3s linear;
  transition: color .6s 1.3s linear;
}

.hero .slick-active span:nth-of-type(15) {
  -webkit-transition: color .6s 1.4s linear;
  transition: color .6s 1.4s linear;
}

.hero .slick-active span:nth-of-type(16) {
  -webkit-transition: color .6s 1.5s linear;
  transition: color .6s 1.5s linear;
}

.hero .slick-active span:nth-of-type(17) {
  -webkit-transition: color .6s 1.6s linear;
  transition: color .6s 1.6s linear;
}

.hero .slick-active span:nth-of-type(18) {
  -webkit-transition: color .6s 1.7s linear;
  transition: color .6s 1.7s linear;
}

.hero .slick-active span:nth-of-type(19) {
  -webkit-transition: color .6s 1.8s linear;
  transition: color .6s 1.8s linear;
}

.hero .slick-active span:nth-of-type(20) {
  -webkit-transition: color .6s 1.9s linear;
  transition: color .6s 1.9s linear;
}

.hero .slick-active span:nth-of-type(21) {
  -webkit-transition: color .6s 2s linear;
  transition: color .6s 2s linear;
}

.hero .slick-active span:nth-of-type(22) {
  -webkit-transition: color .6s 2.1s linear;
  transition: color .6s 2.1s linear;
}

.hero .slick-active span:nth-of-type(23) {
  -webkit-transition: color .6s 2.2s linear;
  transition: color .6s 2.2s linear;
}

.hero .slick-active span:nth-of-type(24) {
  -webkit-transition: color .6s 2.3s linear;
  transition: color .6s 2.3s linear;
}

.hero .slick-active span:nth-of-type(25) {
  -webkit-transition: color .6s 2.4s linear;
  transition: color .6s 2.4s linear;
}

.hero .slick-active p:last-of-type {
  bottom: .5rem;
  -webkit-transition: bottom .8s linear, opacity 1s ease-out;
  transition: bottom .8s linear, opacity 1s ease-out;
  opacity: 1;
}

.hero__text {
  font-size: 1.4rem;
}

.hero > img {
  display: none;
}

.hero dl {
  font-family: 'Roboto', sans-serif;
  font-size: 0;
  position: absolute;
  top: 1rem;
  right: 2rem;
}

.hero dt,
.hero dd {
  font-size: 1.1rem;
  display: inline-block;
}

.hero dt {
  color: #b59046;
}

.hero dt:after {
  display: block;
  height: 1px;
  margin-top: -.2rem;
  content: '';
  background-color: #b59046;
}

.hero dd {
  color: #000;
}

.hero dd:before {
  margin: 0 .5em;
  content: '/';
}

.about {
  padding: 2.4rem 1.5rem 3rem;
  letter-spacing: .05em;
  background-color: #212233;
}

.about h2 {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  color: #b59046;
}

.about h2 span {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  display: block;
  color: #999;
}

.about div div img {
  display: block;
  width: 21.5em;
  margin: 0 auto 2em;
}

.about p:first-of-type {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 1.4rem;
  line-height: 3.8rem;
  text-align: center;
  color: #b59046;
  border: 1px solid #b59046;
}

.about h3 {
  font-size: 1.8rem;
  color: #b59046;
}

.about p:last-of-type {
  font-size: 1.2rem;
  line-height: 2;
  color: #fff;
}

.about > div > img {
  display: block;
  margin: 0 auto;
}

.about > img {
  display: none;
}

.mottos {
  padding: 2.4rem 1.5rem 3rem;
}

.mottos h2 {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 2.6rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: .05em;
  color: #b59046;
}

.mottos h2 span {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  display: block;
  color: #999;
}

.mottos > p {
  font-size: 1.2rem;
  margin-bottom: 2em;
  text-align: center;
  letter-spacing: .1em;
}

.mottos div {
  position: relative;
  padding: 1.5rem 1.9rem .4rem;
  border: 1px solid #b59046;
  box-shadow: inset 3px 0 #fff, inset -3px 0 #fff, inset 0 3px #fff, inset 0 -3px #fff, inset 4px 0 #b59046, inset -4px 0 #b59046, inset 0 4px #b59046, inset 0 -4px #b59046;
}

.mottos div:before,
.mottos div:after {
  position: absolute;
  width: 17px;
  height: 17px;
  content: '';
  background-repeat: no-repeat;
  background-size: 17px;
}

.mottos div:before {
  top: -.1rem;
  left: -.1rem;
  background-image: url(../images/ico-mottos1.png);
}

.mottos div:after {
  top: -.1rem;
  right: -.1rem;
  background-image: url(../images/ico-mottos2.png);
}

.mottos div:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.mottos h3 {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 2rem;
  line-height: 1.38;
  margin-bottom: .5em;
  padding-bottom: .5em;
  text-align: center;
  color: #b59046;
  border-bottom: 1px solid #b59046;
}

.mottos h3:before,
.mottos h3:after {
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  content: '';
  background-repeat: no-repeat;
  background-size: 1.7rem;
}

.mottos h3:before {
  bottom: -.1rem;
  left: -.1rem;
  background-image: url(../images/ico-mottos3.png);
}

.mottos h3:after {
  right: -.1rem;
  bottom: -.1rem;
  background-image: url(../images/ico-mottos4.png);
}

.mottos div p {
  font-size: 1.1rem;
  line-height: 1.73;
}

.mottos div p:last-of-type {
  text-align: right;
}

.mottos img {
  display: none;
}

.outline {
  padding: 2.4rem 1.5rem 3rem;
  background-color: #212233;
}

.outline h2 {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 3.4rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: .05em;
  color: #b59046;
}

.outline h2 span {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  display: block;
  color: #999;
}

.outline > div > ul {
  display: none;
}

.outline__box {
  background-color: #fff;
}

.outline__box:not(:last-of-type) {
  margin-bottom: 1.5rem;
}

.outline__box:first-of-type {
  padding: 1.9rem 2.4rem .6rem;
  box-shadow: inset 8px 0 #fff, inset -8px 0 #fff, inset 0 8px #fff, inset 0 -8px #fff, inset 9px 0 #b59046, inset -9px 0 #b59046, inset 0 9px #b59046, inset 0 -9px #b59046;
}

.outline__box:first-of-type div:not(:last-of-type) {
  margin-bottom: 1em;
  border-bottom: 1px solid #e5e5e5;
}

.outline__box:first-of-type h4 {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 2.1rem;
  font-weight: normal;
  margin-bottom: .5em;
  letter-spacing: .1em;
  color: #b59046;
}

.outline__box:first-of-type p,
.outline__box:first-of-type ul {
  font-size: 1.2rem;
  line-height: 2;
  margin-left: 3.2rem;
}

.outline__box:first-of-type li {
  position: relative;
  padding-left: 1em;
}

.outline__box:first-of-type li:before {
  position: absolute;
  left: 0;
  content: '●';
  color: #b59046;
}

.outline__box:first-of-type li:not(:last-child):after {
  display: block;
  height: .5rem;
  margin: .5em 0 .5em -1em;
  content: '';
  background: url(../images/bg-outline.png) repeat-x;
}

.outline__box:nth-of-type(2),
.outline__box:last-of-type {
  padding: 1.5rem;
  box-shadow: 0 0 32px 0 rgba(19, 18, 19, .6);
}

.outline__box:nth-of-type(2) > div,
.outline__box:last-of-type > div {
  margin-bottom: 1em;
}

.outline__box:nth-of-type(2) div div,
.outline__box:last-of-type div div {
  display: table-cell;
  padding-right: .5rem;
  vertical-align: middle;
}

.outline__box:nth-of-type(2) img,
.outline__box:last-of-type img {
  height: 4.8rem;
}

.outline__box:nth-of-type(2) h3,
.outline__box:last-of-type h3 {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 2.9rem;
  font-weight: normal;
  display: table-cell;
  padding-left: .5rem;
  letter-spacing: .05em;
  color: #b59046;
}

.outline__box:nth-of-type(2) table,
.outline__box:last-of-type table {
  font-size: 1.2rem;
  line-height: 2;
}

.outline__box:nth-of-type(2) th,
.outline__box:nth-of-type(2) td,
.outline__box:last-of-type th,
.outline__box:last-of-type td {
  padding: .6rem .8rem;
  border: 1px solid #e0e0e0;
}

.outline__box:nth-of-type(2) th,
.outline__box:last-of-type th {
  font-weight: normal;
  box-sizing: border-box;
  width: 8rem;
  text-align: left;
  vertical-align: top;
  border-left: .3rem solid #b59046;
  background-color: #f5f5f5;
}

.outline__box:nth-of-type(2) ul,
.outline__box:nth-of-type(2) ol,
.outline__box:last-of-type ul,
.outline__box:last-of-type ol {
  position: relative;
  margin-bottom: 0;
  padding-left: 1em;
}

.outline__box:nth-of-type(2) ul li:before,
.outline__box:last-of-type ul li:before {
  position: absolute;
  left: 0;
  content: '●';
  color: #b59046;
}

.outline__box:nth-of-type(2) span,
.outline__box:last-of-type span {
  position: absolute;
  left: 0;
  color: #b59046;
}

.outline__box:nth-of-type(2) div div {
  width: 7rem;
}

.outline__box:last-of-type div div {
  width: 8rem;
}

.outline > img {
  display: none;
}

.workshop {
  padding: 2.4rem 1.5rem 3rem;
}

.workshop h2 {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 3rem;
  font-weight: normal;
  text-align: center;
  letter-spacing: .05em;
  color: #b59046;
}

.workshop h2 span {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  display: block;
  color: #999;
}

.workshop div {
  position: relative;
  padding: 2.1rem 1.9rem 1.1rem;
  border: 1px solid #b59046;
  box-shadow: inset 3px 0 #fff, inset -3px 0 #fff, inset 0 3px #fff, inset 0 -3px #fff, inset 4px 0 #b59046, inset -4px 0 #b59046, inset 0 4px #b59046, inset 0 -4px #b59046;
}

.workshop div:before,
.workshop div:after {
  position: absolute;
  width: 17px;
  height: 17px;
  content: '';
  background-repeat: no-repeat;
  background-size: 17px;
}

.workshop div:before {
  top: -.1rem;
  left: -.1rem;
  background-image: url(../images/ico-mottos1.png);
}

.workshop div:after {
  top: -.1rem;
  right: -.1rem;
  background-image: url(../images/ico-mottos2.png);
}

.workshop p:first-of-type {
  font-size: 1.2rem;
  line-height: 1.67;
  margin-bottom: 1.2em;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #e5e5e5;
}

.workshop h3 {
  font-size: 1.8rem;
  margin-bottom: 1.1rem;
  color: #b59046;
}

.workshop h3:before,
.workshop h3:after {
  position: absolute;
  width: 1.7rem;
  height: 1.7rem;
  content: '';
  background-repeat: no-repeat;
  background-size: 1.7rem;
}

.workshop h3:before {
  bottom: -.1rem;
  left: -.1rem;
  background-image: url(../images/ico-mottos3.png);
}

.workshop h3:after {
  right: -.1rem;
  bottom: -.1rem;
  background-image: url(../images/ico-mottos4.png);
}

.workshop table {
  font-size: 1.2rem;
  width: 100%;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.workshop thead th {
  padding: .6rem 0;
  color: #fff;
  border: 1px solid #b59046;
  background-color: #b59046;
}

.workshop tbody th,
.workshop tbody td {
  padding: .7rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.workshop tbody th {
  font-weight: normal;
  width: 7rem;
  background-color: #f5f5f5;
}

.workshop tbody td {
  font-weight: bold;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.workshop table:last-of-type thead th:last-of-type {
  display: none;
}

.workshop p:last-of-type {
  font-size: 1rem;
  line-height: 1.8;
  margin-top: .8rem;
}

.contact {
  padding: 2.2rem 1.5rem 1.1rem;
  text-align: center;
  background-color: #b59046;
  box-shadow: 0 2px #fff, 0 -2px #fff, 0 3px #b59046, 0 -3px #b59046;
}

.contact h2 {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 3.4rem;
  font-weight: normal;
  letter-spacing: .05em;
  color: #fff;
}

.contact h2 span {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  display: block;
  color: #ccc;
}

.contact p:first-of-type {
  font-size: 1.3rem;
  line-height: 1.46;
  margin-bottom: 0;
  letter-spacing: .05em;
}

.contact p:nth-of-type(2) {
  font-size: 1.1rem;
  line-height: 1.73;
  margin-bottom: 2em;
  letter-spacing: .05em;
}

.contact p:last-of-type {
  font-size: 1.4rem;
  text-shadow: -.1414rem -.1414rem .1rem rgba(0, 0, 0, .004);
}

.contact a {
  position: relative;
  display: table;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1.8rem 3rem;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  text-align: center;
  text-decoration: none;
  color: #b59046;
  background-color: #212233;
  box-shadow: inset 3px 0 #212233, inset -3px 0 #212233, inset 0 3px #212233, inset 0 -3px #212233, inset 4px 0 #636470, inset -4px 0 #636470, inset 0 4px #636470, inset 0 -4px #636470;
}

.contact a:hover {
  opacity: .5;
}

.contact a > span {
  display: table-cell;
  vertical-align: middle;
}

.contact a > span:first-of-type {
  width: 3.1rem;
  padding-right: 1.5rem;
}

.contact a > span:last-of-type {
  width: 1.1rem;
  padding-left: 1.5rem;
}

.contact a > span:first-of-type:before,
.contact a > span:first-of-type:after,
.contact a > span:last-of-type:before,
.contact a > span:last-of-type:after {
  position: absolute;
  width: 2rem;
  height: 2rem;
  content: '';
  background-repeat: no-repeat;
  background-size: 2rem;
}

.contact a > span:first-of-type:before {
  top: 0;
  left: 0;
  background-image: url(../images/ico-button1.png);
}

.contact a > span:first-of-type:after {
  top: 0;
  right: 0;
  background-image: url(../images/ico-button2.png);
}

.contact a > span:last-of-type:before {
  bottom: 0;
  left: 0;
  background-image: url(../images/ico-button3.png);
}

.contact a > span:last-of-type:after {
  right: 0;
  bottom: 0;
  background-image: url(../images/ico-button4.png);
}

.contact span span {
  display: inline-block;
}

.contact > img {
  display: none;
}

footer > div {
  padding: 3rem 2.5rem 1.3rem;
}

footer > div > p {
  margin-bottom: 0;
  padding-bottom: 3rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
}

footer > div > p img {
  height: 4rem;
}

footer ul:first-of-type {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 1.8rem;
  line-height: 6rem;
  margin-bottom: 2rem;
  letter-spacing: .05em;
}

footer ul:first-of-type li {
  border-bottom: 1px solid #ccc;
}

footer ul:first-of-type a {
  display: block;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  text-decoration: none;
  color: #444;
}

footer ul:first-of-type a:hover {
  text-decoration: underline;
  color: #b59046;
}

footer div div p:first-of-type {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 1.8rem;
  line-height: 6rem;
  position: relative;
  text-align: center;
  letter-spacing: .05em;
}

footer div div p:first-of-type a {
  display: block;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  text-decoration: none;
  color: #b59046;
  border: 1px solid #b59046;
  box-shadow: inset .2rem 0 #fff, inset -.2rem 0 #fff, inset 0 .2rem #fff, inset 0 -.2rem #fff, inset .3rem 0 #b59046, inset -.3rem 0 #b59046, inset 0 .3rem #b59046, inset 0 -.3rem #b59046;
}

footer div div p:first-of-type a:before,
footer div div p:first-of-type a:after {
  position: absolute;
  top: -.5px;
  width: 1.3rem;
  height: 1.3rem;
  content: '';
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 1.3rem;
}

footer div div p:first-of-type a:before {
  left: 0;
  background-image: url(../images/ico-mottos1.png);
}

footer div div p:first-of-type a:after {
  right: 0;
  background-image: url(../images/ico-mottos2.png);
}

footer div div p:first-of-type a:hover {
  opacity: .5;
}

footer div div p:first-of-type span:before,
footer div div p:first-of-type span:after {
  position: absolute;
  bottom: 0;
  width: 1.3rem;
  height: 1.3rem;
  content: '';
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 1.3rem;
}

footer div div p:first-of-type span:before {
  left: 0;
  background-image: url(../images/ico-mottos3.png);
}

footer div div p:first-of-type span:after {
  right: 0;
  background-image: url(../images/ico-mottos4.png);
}

footer div div p:last-of-type {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  font-size: 1.8rem;
  line-height: 6rem;
  position: relative;
  text-align: center;
  letter-spacing: .05em;
}

footer div div p:last-of-type a {
  display: block;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  text-decoration: none;
  color: #fff;
  background-color: #b59046;
  box-shadow: inset .2rem 0 #b59046, inset -.2rem 0 #b59046, inset 0 .2rem #b59046, inset 0 -.2rem #b59046, inset .3rem 0 #fff, inset -.3rem 0 #fff, inset 0 .3rem #fff, inset 0 -.3rem #fff;
}

footer div div p:last-of-type a:before,
footer div div p:last-of-type a:after {
  position: absolute;
  width: 1.3rem;
  height: 1.3rem;
  content: '';
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 1.3rem;
}

footer div div p:last-of-type a:before {
  left: 0;
  background-image: url(../images/ico-nav1.png);
}

footer div div p:last-of-type a:after {
  right: 0;
  background-image: url(../images/ico-nav2.png);
}

footer div div p:last-of-type a:hover {
  opacity: .5;
}

footer div div p:last-of-type span:before,
footer div div p:last-of-type span:after {
  position: absolute;
  bottom: 0;
  width: 1.3rem;
  height: 1.3rem;
  content: '';
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 1.3rem;
}

footer div div p:last-of-type span:before {
  left: 0;
  background-image: url(../images/ico-nav3.png);
}

footer div div p:last-of-type span:after {
  right: 0;
  background-image: url(../images/ico-nav4.png);
}

footer ul:last-of-type {
  font-size: 1.4rem;
}

footer ul:last-of-type li:not(:last-child) {
  margin-bottom: .8rem;
}

footer ul:last-of-type a {
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  color: #666;
}
/*
footer ul:last-of-type a:before {
  display: inline-block;
  width: 1.4rem;
  height: 1.1rem;
  margin-right: .6rem;
  content: '';
  background: url(../images/ico-window.png) no-repeat;
  background-size: 1.4rem;
}
  */

footer ul:last-of-type a:hover {
  opacity: .5;
}

footer > p {
  font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
  line-height: 4rem;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  background-color: #212233;
}

footer > a {
  display: none;
}

footer > img {
  display: none;
}

@media screen and (min-width: 360px) {
  .workshop tbody th {
    width: 9.7rem;
  }
}

@media screen and (min-width: 375px) {
  header h1 {
    width: 20.7rem;
    margin: 0 auto;
  }

  nav {
    right: -28.5rem;
    width: 28.5rem;
  }

  nav.menu--opened + a {
    right: 28.5rem;
  }

  .hero > p {
    font-size: 1.2rem;
    top: 1rem;
    padding: .6rem 1rem;
  }

  .hero__item p:first-of-type {
    font-size: 1.2rem;
    left: 1rem;
  }

  .hero__text {
    font-size: 1.6rem;
  }

  .hero dl {
    top: 1.5rem;
  }

  .about p:first-of-type {
    font-size: 1.8rem;
  }

  .mottos h3 {
    font-size: 2.1rem;
  }

  .contact p:last-of-type {
    font-size: 1.9rem;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 75%;
  }
}

@media screen and (min-width: 640px) {
  .hero > p span {
    display: inline;
  }

  .hero__item--one br:first-of-type,
  .hero__item--two br:first-of-type,
  .hero__item--three br:first-of-type,
  .hero__item--four br:last-of-type,
  .hero__item--five br:first-of-type,
  .hero__item--five br:last-of-type {
    display: none;
  }

  .hero__item p:first-of-type {
    left: 1.5rem;
  }

  html {
    font-size: 87.5%;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 100%;
  }
}

@media screen and (min-width: 920px) {
  .hero__item p:first-of-type {
    font-size: 24px;
  }

  .hero__text {
    font-size: 36px;
  }
}

@media screen and (min-width: 1060px) {
  .slick-arrow {
    z-index: 1000;
    bottom: 29px;
    width: 50px;
    height: 50px;
  }

  .slick-arrow:after {
    width: 8px;
    height: 14px;
    margin: -7px 0 0 -4px;
    background-size: auto;
  }

  .slick-arrow:hover:after,
  .slick-arrow:focus:after {
    background-position: -8px;
  }

  html {
    overflow-x: hidden;
    border: 5px solid #b59046;
  }

  body {
    overflow-x: hidden;
  }

  .menu--fixed nav {
    top: 0;
    opacity: 1;
  }

  header {
    position: relative;
    z-index: 1000;
    padding: 35px 0 0;
    background-color: #fff;
  }

  header:after {
    display: block;
    clear: both;
    content: '';
  }

  header:before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -5px;
    width: 5px;
    height: 116px;
    content: '';
    background-color: #b59046;
  }

  header > div {
    position: relative;
    width: 1020px;
    margin: 0 auto;
  }

  header > div:after {
    position: absolute;
    top: -35px;
    right: 756px;
    width: 100%;
    height: 116px;
    content: '';
    background-color: #212233;
  }

  header h1 {
    position: relative;
    z-index: 1;
    float: left;
    width: 245px;
    margin: 0 29px 0 0;
  }

  header ul,
  header p {
    font-family: 'Hiragino Mincho ProN', YuMincho, 'ＭＳ 明朝', serif;
    font-size: 16px;
    line-height: 50px;
    display: block;
    margin-top: 10px;
    letter-spacing: .05em;
  }

  header ul {
    font-family: 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, sans-serif;
    float: left;
  }

  header ul li {
    float: left;
    margin-right: 15px;
  }

  header ul a {
    display: block;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    text-decoration: none;
    color: #444;
  }

  header ul a:hover {
    color: #b59046;
  }

  header div div {
    float: right;
    width: 358px;
  }

  header p:first-of-type {
    position: relative;
    float: left;
    width: 170px;
    text-align: center;
  }

  header p:first-of-type a {
    display: block;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    text-decoration: none;
    color: #b59046;
    border: 1px solid #b59046;
    box-shadow: inset 2px 0 #fff, inset -2px 0 #fff, inset 0 2px #fff, inset 0 -2px #fff, inset 3px 0 #b59046, inset -3px 0 #b59046, inset 0 3px #b59046, inset 0 -3px #b59046;
  }

  header p:first-of-type a:before,
  header p:first-of-type a:after {
    position: absolute;
    top: -.5px;
    width: 13px;
    height: 13px;
    content: '';
    background-repeat: no-repeat;
    background-size: 13px;
  }

  header p:first-of-type a:before {
    left: 0;
    background-image: url(../images/ico-mottos1.png);
  }

  header p:first-of-type a:after {
    right: 0;
    background-image: url(../images/ico-mottos2.png);
  }

  header p:first-of-type a:hover {
    opacity: .5;
  }

  header p:first-of-type span:before,
  header p:first-of-type span:after {
    position: absolute;
    bottom: 0;
    width: 13px;
    height: 13px;
    content: '';
    background-repeat: no-repeat;
    background-size: 13px;
  }

  header p:first-of-type span:before {
    left: 0;
    background-image: url(../images/ico-mottos3.png);
  }

  header p:first-of-type span:after {
    right: 0;
    background-image: url(../images/ico-mottos4.png);
  }

  header p:last-of-type {
    position: relative;
    float: right;
    width: 170px;
    text-align: center;
  }

  header p:last-of-type a {
    display: block;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    text-decoration: none;
    color: #fff;
    background-color: #b59046;
    box-shadow: inset 2px 0 #b59046, inset -2px 0 #b59046, inset 0 2px #b59046, inset 0 -2px #b59046, inset 3px 0 #fff, inset -3px 0 #fff, inset 0 3px #fff, inset 0 -3px #fff;
  }

  header p:last-of-type a:before,
  header p:last-of-type a:after {
    position: absolute;
    width: 13px;
    height: 13px;
    content: '';
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 13px;
  }

  header p:last-of-type a:before {
    left: 0;
    background-image: url(../images/ico-nav1.png);
  }

  header p:last-of-type a:after {
    right: 0;
    background-image: url(../images/ico-nav2.png);
  }

  header p:last-of-type a:hover {
    opacity: .5;
  }

  header p:last-of-type span:before,
  header p:last-of-type span:after {
    position: absolute;
    bottom: 0;
    width: 13px;
    height: 13px;
    content: '';
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 13px;
  }

  header p:last-of-type span:before {
    left: 0;
    background-image: url(../images/ico-nav3.png);
  }

  header p:last-of-type span:after {
    right: 0;
    background-image: url(../images/ico-nav4.png);
  }

  header > a {
    display: none;
  }

  nav {
    z-index: 10000;
    top: -85px;
    right: auto;
    left: 0;
    overflow-y: hidden;
    width: 100%;
    padding: 17px 0 15px;
    -webkit-transition: top .3s linear, opacity .6s ease-out;
    transition: top .3s linear, opacity .6s ease-out;
    opacity: 0;
    border: 5px solid #b59046;
    border-bottom-width: 1px;
  }

  nav div {
    position: relative;
    width: 1020px;
    margin: 0 auto;
  }

  nav p:first-of-type {
    padding-bottom: 0;
    text-align: left;
    border-bottom: 0;
  }

  nav p:first-of-type img {
    height: 47px;
  }

  nav ul {
    font-family: 'Hiragino Kaku Gothic ProN', YuGothic, Meiryo, sans-serif;
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    top: -2px;
    right: 368px;
  }

  nav li {
    float: left;
    margin-right: 30px;
    border-bottom: 0;
  }

  nav p:nth-of-type(2) {
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    top: -2px;
    right: 188px;
    width: 170px;
  }

  nav p:nth-of-type(2) a {
    box-shadow: inset 2px 0 #fff, inset -2px 0 #fff, inset 0 2px #fff, inset 0 -2px #fff, inset 3px 0 #b59046, inset -3px 0 #b59046, inset 0 3px #b59046, inset 0 -3px #b59046;
  }

  nav p:nth-of-type(2) a:before,
  nav p:nth-of-type(2) a:after {
    width: 13px;
    height: 13px;
    background-size: 13px;
  }

  nav p:nth-of-type(2) span:before,
  nav p:nth-of-type(2) span:after {
    width: 13px;
    height: 13px;
    background-size: 13px;
  }

  nav p:last-of-type {
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    top: -2px;
    right: 0;
    width: 170px;
  }

  nav p:last-of-type a {
    box-shadow: inset 2px 0 #b59046, inset -2px 0 #b59046, inset 0 2px #b59046, inset 0 -2px #b59046, inset 3px 0 #fff, inset -3px 0 #fff, inset 0 3px #fff, inset 0 -3px #fff;
  }

  nav p:last-of-type a:before,
  nav p:last-of-type a:after {
    width: 13px;
    height: 13px;
    background-size: 13px;
  }

  nav p:last-of-type span:before,
  nav p:last-of-type span:after {
    width: 13px;
    height: 13px;
    background-size: 13px;
  }

  nav + a {
    display: none;
  }

  nav ~ div {
    display: none;
  }

  main {
    padding-top: 0;
  }

  .hero {
    bottom: 87px;
    margin-bottom: -87px;
  }

  .hero > p {
    font-size: 18px;
    line-height: 60px;
    z-index: 1000;
    top: 97px;
    left: 75px;
    padding: 0 40px;
    box-shadow: 0 0 40px 0 rgba(19, 18, 19, .3);
  }

  .hero > p br {
    display: none;
  }

  .hero__item:after {
    position: absolute;
    top: 87px;
    left: -50%;
    width: 100%;
    height: 280px;
    margin-left: -146px;
    content: '';
    background-color: #212233;
  }

  .hero__item p:first-of-type {
    font-size: 26px;
    line-height: 64px;
    z-index: 10;
    bottom: 0;
    left: 30px;
  }

  .hero__item p:last-of-type {
    font-size: 100px;
    z-index: 10;
    right: 120px;
    bottom: 15px;
  }

  .hero__item img {
    position: relative;
    z-index: 1;
    width: 100%;
  }

  .hero .slick-active p:last-of-type {
    bottom: 35px;
  }

  .hero__text {
    font-size: 50px;
  }

  .hero > img {
    position: absolute;
    z-index: 1000;
    right: 15px;
    bottom: 220px;
    display: block;
  }

  .hero dl {
    z-index: 1000;
    top: 90px;
    right: 55px;
  }

  .hero dt,
  .hero dd {
    font-size: 14px;
  }

  .hero dt:after {
    margin-top: -2px;
  }

  .about {
    position: relative;
    padding: 72px 0 66px;
  }

  .about h2 {
    font-size: 32px;
    margin-bottom: 35px;
  }

  .about h2 span {
    font-size: 18px;
  }

  .about > div {
    position: relative;
    width: 1020px;
    margin: 0 auto;
  }

  .about > div:after {
    position: absolute;
    bottom: -111px;
    left: 530px;
    width: 100%;
    height: 300px;
    content: '';
    background-color: #b59046;
  }

  .about div div {
    position: relative;
    width: 480px;
  }

  .about div div:after {
    position: absolute;
    bottom: -81px;
    left: -25px;
    width: 1px;
    height: 512px;
    content: '';
    -webkit-transition: height .4s .6s linear;
    transition: height .4s .6s linear;
    background-color: #b59046;
  }

  .about div div img {
    width: 269px;
    margin-bottom: 20px;
  }

  .about p:first-of-type {
    font-size: 24px;
    line-height: 48px;
    position: relative;
    margin-bottom: 24px;
    border-left: 0;
  }

  .about p:first-of-type:before,
  .about p:first-of-type:after {
    position: absolute;
    left: -100%;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #b59046;
  }

  .about p:first-of-type:before {
    top: -1px;
    -webkit-transition: left .4s .4s linear;
    transition: left .4s .4s linear;
  }

  .about p:first-of-type:after {
    bottom: -1px;
    -webkit-transition: left .4s .8s linear;
    transition: left .4s .8s linear;
  }

  .about h3 {
    font-size: 24px;
    margin-bottom: 17px;
  }

  .about p:last-of-type {
    font-size: 15px;
  }

  .about > div > img {
    position: absolute;
    z-index: 1;
    right: -46px;
    bottom: -10px;
  }

  .about > img {
    position: absolute;
    top: -120px;
    left: 50%;
    display: block;
    margin-left: -680px;
  }

  .mottos {
    position: relative;
    padding: 72px 0 80px;
    text-align: center;
  }

  .mottos h2 {
    font-size: 32px;
    margin-bottom: 33px;
  }

  .mottos h2 span {
    font-size: 18px;
  }

  .mottos > p {
    font-size: 15px;
    margin-bottom: 27px;
  }

  .mottos div {
    display: inline-block;
    box-sizing: border-box;
    width: 312px;
    padding: 24px 29px 12px;
    vertical-align: top;
    box-shadow: inset 4px 0 #fff, inset -4px 0 #fff, inset 0 4px #fff, inset 0 -4px #fff, inset 5px 0 #b59046, inset -5px 0 #b59046, inset 0 5px #b59046, inset 0 -5px #b59046;
  }

  .mottos div:before,
  .mottos div:after {
    width: 21px;
    height: 21px;
    background-size: 21px;
  }

  .mottos div:before {
    top: -1px;
    left: -1px;
  }

  .mottos div:after {
    top: -1px;
    right: -1px;
  }

  .mottos div:not(:last-of-type) {
    margin-bottom: 0;
  }

  .mottos div:nth-of-type(2) {
    margin: 0 37px;
  }

  .mottos div:nth-of-type(2) h3 {
    height: 58px;
    margin-top: 13px;
  }

  .mottos h3 {
    font-size: 19px;
    height: 71px;
    margin-bottom: 17px;
    padding-bottom: 0;
  }

  .mottos h3:before,
  .mottos h3:after {
    width: 21px;
    height: 21px;
    background-size: 21px;
  }

  .mottos h3:before {
    bottom: -1px;
    left: -1px;
  }

  .mottos h3:after {
    right: -1px;
    bottom: -1px;
  }

  .mottos div p {
    font-size: 14px;
  }

  .mottos div p:first-of-type {
    text-align: left;
  }

  .mottos img {
    position: absolute;
    top: -80px;
    left: 50%;
    display: block;
    width: 248px;
    height: 229px;
    margin-left: 280px;
  }

  .outline {
    position: relative;
    padding: 73px 0 29px;
  }

  .outline h2 {
    font-size: 42px;
    margin-bottom: 29px;
  }

  .outline h2 span {
    font-size: 18px;
  }

  .outline > div {
    position: relative;
    width: 1020px;
    margin: 0 auto;
  }

  .outline > div > ul {
    display: block;
  }

  .outline > div > ul li {
    position: absolute;
  }

  .outline > div > ul li:first-child {
    bottom: 694px;
    left: -210px;
  }

  .outline > div > ul li:last-child {
    z-index: 1;
    right: -210px;
    bottom: -50px;
  }

  .outline__box:not(:last-of-type) {
    margin-bottom: 0;
  }

  .outline__box:first-of-type {
    box-sizing: border-box;
    height: 2110px;
    padding: 34px 60px 0;
    box-shadow: inset 10px 0 #fff, inset -10px 0 #fff, inset 0 10px #fff, inset 0 -10px #fff, inset 11px 0 #b59046, inset -11px 0 #b59046, inset 0 11px #b59046, inset 0 -11px #b59046;
  }

  .outline__box:first-of-type div:not(:last-of-type) {
    margin-bottom: 24px;
    padding-bottom: 12px;
  }

  .outline__box:first-of-type h4 {
    font-size: 26px;
    position: relative;
    margin-bottom: 7px;
  }

  .outline__box:first-of-type h4:after {
    position: absolute;
    top: 50%;
    right: 100%;
    width: 100%;
    height: 1px;
    margin-right: 20px;
    content: '';
    background-color: #b59046;
  }

  .outline__box:first-of-type p,
  .outline__box:first-of-type ul {
    font-size: 15px;
    margin-left: 40px;
  }

  .outline__box:first-of-type li:not(:last-child):after {
    height: 5px;
    margin: 13px 0 13px -1em;
    background-size: 5px;
  }

  .outline__box:nth-of-type(2),
  .outline__box:last-of-type {
    position: absolute;
    z-index: 1;
    box-sizing: border-box;
    width: 720px;
    padding: 36px 60px 60px;
  }

  .outline__box:nth-of-type(2) > div,
  .outline__box:last-of-type > div {
    position: relative;
    display: inline-block;
    margin-bottom: 9px;
  }

  .outline__box:nth-of-type(2) > div:after,
  .outline__box:last-of-type > div:after {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    content: '';
    background-color: #b59046;
  }

  .outline__box:nth-of-type(2) div div,
  .outline__box:last-of-type div div {
    padding-right: 6px;
  }

  .outline__box:nth-of-type(2) img,
  .outline__box:last-of-type img {
    height: auto;
  }

  .outline__box:nth-of-type(2) h3,
  .outline__box:last-of-type h3 {
    font-size: 36px;
    padding-left: 6px;
  }

  .outline__box:nth-of-type(2) table,
  .outline__box:last-of-type table {
    font-size: 15px;
  }

  .outline__box:nth-of-type(2) th,
  .outline__box:nth-of-type(2) td,
  .outline__box:last-of-type th,
  .outline__box:last-of-type td {
    padding: 8px 10px;
  }

  .outline__box:nth-of-type(2) th,
  .outline__box:last-of-type th {
    width: 100px;
    border-left-width: 3px;
  }

  .outline__box:nth-of-type(2) {
    bottom: 750px;
    left: 320px;
  }

  .outline__box:nth-of-type(2) > div:after {
    left: 100%;
    margin-left: 20px;
  }

  .outline__box:nth-of-type(2) div div {
    width: 88px;
  }

  .outline__box:last-of-type {
    z-index: 10;
    right: 320px;
    bottom: 0;
  }

  .outline__box:last-of-type > div:after {
    left: -100%;
    margin-left: -20px;
  }

  .outline__box:last-of-type div div {
    width: 100px;
  }

  .outline > img {
    position: absolute;
    top: -280px;
    left: 50%;
    display: block;
    width: 212px;
    height: 223px;
    margin-left: -570px;
  }

  .workshop {
    padding: 70px 0 78px;
  }

  .workshop h2 {
    font-size: 40px;
    margin-bottom: 37px;
  }

  .workshop h2 span {
    font-size: 16px;
  }

  .workshop div {
    box-sizing: border-box;
    width: 1020px;
    margin: 0 auto;
    padding: 42px 64px 35px;
    box-shadow: inset 4px 0 #fff, inset -4px 0 #fff, inset 0 4px #fff, inset 0 -4px #fff, inset 5px 0 #b59046, inset -5px 0 #b59046, inset 0 5px #b59046, inset 0 -5px #b59046;
  }

  .workshop div:before,
  .workshop div:after {
    width: 21px;
    height: 21px;
    background-size: 21px;
  }

  .workshop div:before {
    top: -1px;
    left: -1px;
  }

  .workshop div:after {
    top: -1px;
    right: -1px;
  }

  .workshop p:first-of-type {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 27px;
    padding-bottom: 29px;
  }

  .workshop h3 {
    font-size: 20px;
  }

  .workshop h3:before,
  .workshop h3:after {
    width: 21px;
    height: 21px;
    background-size: 21px;
  }

  .workshop h3:before {
    bottom: -1px;
    left: -1px;
  }

  .workshop h3:after {
    right: -1px;
    bottom: -1px;
  }

  .workshop h3:first-of-type {
    margin-bottom: 11px;
  }

  .workshop h3:last-of-type {
    margin-bottom: 26px;
  }

  .workshop table {
    font-size: 15px;
    float: left;
    border-right: 0;
    border-left: 0;
  }

  .workshop thead th {
    padding: 9px 0;
  }

  .workshop tbody th,
  .workshop tbody td {
    padding: 10px 0;
    border: 1px solid #e5e5e5;
  }

  .workshop tbody th {
    width: 180px;
  }

  .workshop tbody td {
    padding-right: 30px;
    padding-left: 30px;
  }

  .workshop table:first-of-type {
    width: 60%;
  }

  .workshop table:first-of-type thead {
    text-indent: 180px;
  }

  .workshop table:last-of-type {
    width: 40%;
  }

  .workshop table:last-of-type thead th:first-of-type {
    display: none;
  }

  .workshop table:last-of-type thead th:last-of-type {
    display: block;
  }

  .workshop table:last-of-type tbody th {
    display: none;
  }

  .workshop table:last-of-type tbody td {
    border-top: 0;
    border-left: 0;
  }

  .workshop p:last-of-type {
    font-size: 12px;
    clear: both;
    padding-top: 9px;
  }

  .contact {
    position: relative;
    padding: 90px 0 58px;
    box-shadow: 0 3px #fff, 0 -3px #fff, 0 4px #b59046, 0 -4px #b59046;
  }

  .contact h2 {
    font-size: 42px;
    margin-bottom: 32px;
  }

  .contact h2 span {
    font-size: 18px;
  }

  .contact p:first-of-type {
    font-size: 16px;
  }

  .contact p:nth-of-type(2) {
    font-size: 14px;
    margin-bottom: 45px;
  }

  .contact p:last-of-type {
    font-size: 24px;
    position: relative;
    text-shadow: -1.414px -1.414px 1px rgba(0, 0, 0, .004);
  }

  .contact a {
    width: 720px;
    padding: 22px 102px 22px 75px;
    box-shadow: inset 4px 0 #212233, inset -4px 0 #212233, inset 0 4px #212233, inset 0 -4px #212233, inset 5px 0 #636470, inset -5px 0 #636470, inset 0 5px #636470, inset 0 -5px #636470;
  }

  .contact a > span:first-of-type {
    width: 38px;
    padding-right: 0;
  }

  .contact a > span:last-of-type {
    width: 14px;
    padding-left: 0;
  }

  .contact a > span:first-of-type:before,
  .contact a > span:first-of-type:after,
  .contact a > span:last-of-type:before,
  .contact a > span:last-of-type:after {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }

  .contact > img {
    position: absolute;
    z-index: 1;
    top: -10px;
    left: 50%;
    display: block;
    width: 212px;
    height: 223px;
    margin-left: 420px;
  }

  footer {
    position: relative;
  }

  footer > div {
    position: relative;
    width: 1170px;
    margin: 0 auto;
    padding: 50px 0 47px;
  }

  footer > div > p {
    float: left;
    margin: 0 64px 42px 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  footer > div > p img {
    height: 60px;
  }

  footer ul:first-of-type {
    font-size: 16px;
    line-height: 40px;
    position: relative;
    top: 15px;
    margin-bottom: 0;
  }

  footer ul:first-of-type li {
    float: left;
    margin-right: 30px;
    border-bottom: 0;
  }

  footer ul:first-of-type li:not(:last-child) {
    padding-right: 30px;
    border-right: 1px solid #959595;
  }

  footer ul:first-of-type a {
    display: block;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    text-decoration: none;
    color: #444;
  }

  footer ul:first-of-type a:hover {
    color: #b59046;
  }

  footer div div {
    position: absolute;
    top: 61px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  footer div div p:first-of-type {
    font-size: 16px;
    line-height: 50px;
    width: 170px;
    margin-right: 18px;
  }

  footer div div p:first-of-type a {
    box-shadow: inset 2px 0 #fff, inset -2px 0 #fff, inset 0 2px #fff, inset 0 -2px #fff, inset 3px 0 #b59046, inset -3px 0 #b59046, inset 0 3px #b59046, inset 0 -3px #b59046;
  }

  footer div div p:first-of-type a:before,
  footer div div p:first-of-type a:after {
    width: 13px;
    height: 13px;
    background-size: 13px;
  }

  footer div div p:first-of-type span:before,
  footer div div p:first-of-type span:after {
    width: 13px;
    height: 13px;
    background-size: 13px;
  }

  footer div div p:last-of-type {
    font-size: 16px;
    line-height: 50px;
    width: 170px;
  }

  footer div div p:last-of-type a {
    box-shadow: inset 2px 0 #b59046, inset -2px 0 #b59046, inset 0 2px #b59046, inset 0 -2px #b59046, inset 3px 0 #fff, inset -3px 0 #fff, inset 0 3px #fff, inset 0 -3px #fff;
  }

  footer div div p:last-of-type a:before,
  footer div div p:last-of-type a:after {
    width: 13px;
    height: 13px;
    background-size: 13px;
  }

  footer div div p:last-of-type span:before,
  footer div div p:last-of-type span:after {
    width: 13px;
    height: 13px;
    background-size: 13px;
  }

  footer ul:last-of-type {
    font-size: 0;
    clear: both;
    padding-top: 27px;
    text-align: center;
    border-top: 1px solid #b59046;
    box-shadow: 0 -1px #fff, 0 -2px #b59046;
  }

  footer ul:last-of-type li {
    font-size: 15px;
    display: inline-block;
    margin: 0 20px;
  }

  footer ul:last-of-type li:not(:last-child) {
    margin-bottom: 0;
  }

  footer ul:last-of-type a:before {
    width: 14px;
    height: 11px;
    margin-right: 4px;
    background-size: 14px;
  }

  footer > p {
    font-size: 12px;
    line-height: 45px;
  }

  footer > img {
    position: absolute;
    top: -120px;
    left: 50%;
    display: block;
    width: 248px;
    height: 229px;
    margin-left: -700px;
  }

  .js.no-touchevents.csstransitions .about.scroll--scrolled > div:after {
    opacity: 1;
  }

  .js.no-touchevents.csstransitions .about.scroll--scrolled div div:after {
    height: 512px;
  }

  .js.no-touchevents.csstransitions .about.scroll--scrolled p:first-of-type:before,
  .js.no-touchevents.csstransitions .about.scroll--scrolled p:first-of-type:after {
    left: -100%;
  }

  .js.no-touchevents.csstransitions .about.scroll--scrolled > div > img {
    right: -46px;
    opacity: 1;
  }

  .js.no-touchevents.csstransitions .about > div:after {
    -webkit-transition: opacity 1s .5s ease-out;
    transition: opacity 1s .5s ease-out;
    opacity: 0;
  }

  .js.no-touchevents.csstransitions .about div div:after {
    height: 0;
    -webkit-transition: height .4s .6s linear;
    transition: height .4s .6s linear;
  }

  .js.no-touchevents.csstransitions .about p:first-of-type:before,
  .js.no-touchevents.csstransitions .about p:first-of-type:after {
    left: -25px;
  }

  .js.no-touchevents.csstransitions .about p:first-of-type:before {
    -webkit-transition: left .4s .4s linear;
    transition: left .4s .4s linear;
  }

  .js.no-touchevents.csstransitions .about p:first-of-type:after {
    -webkit-transition: left .4s .8s linear;
    transition: left .4s .8s linear;
  }

  .js.no-touchevents.csstransitions .about > div > img {
    right: -246px;
    -webkit-transition: right .4s ease-out, opacity 1s ease-out;
    transition: right .4s ease-out, opacity 1s ease-out;
    opacity: 0;
  }

  .js.no-touchevents.csstransitions .mottos.scroll--scrolled div {
    top: 0;
    opacity: 1;
  }

  .js.no-touchevents.csstransitions .mottos div {
    position: relative;
    top: 40px;
    opacity: 0;
  }

  .js.no-touchevents.csstransitions .mottos div:first-of-type {
    -webkit-transition: top .4s linear, opacity .6s ease-out;
    transition: top .4s linear, opacity .6s ease-out;
  }

  .js.no-touchevents.csstransitions .mottos div:nth-of-type(2) {
    -webkit-transition: top .4s .2s linear, opacity .6s .2s ease-out;
    transition: top .4s .2s linear, opacity .6s .2s ease-out;
  }

  .js.no-touchevents.csstransitions .mottos div:last-of-type {
    -webkit-transition: top .4s .4s linear, opacity .6s .4s ease-out;
    transition: top .4s .4s linear, opacity .6s .4s ease-out;
  }

  .js.no-touchevents.csstransitions .outline__box:first-of-type {
    position: relative;
    top: 80px;
    -webkit-transition: top .4s ease-out, opacity 1s ease-out;
    transition: top .4s ease-out, opacity 1s ease-out;
    opacity: 0;
  }

  .js.no-touchevents.csstransitions .outline__box:first-of-type.scroll--scrolled {
    top: 0;
    opacity: 1;
  }

  .js.no-touchevents.csstransitions .outline__box:first-of-type.scroll--scrolled h4:after {
    right: 100%;
  }

  .js.no-touchevents.csstransitions .outline__box:first-of-type div:first-of-type h4:after {
    -webkit-transition: right .4s .3s linear;
    transition: right .4s .3s linear;
  }

  .js.no-touchevents.csstransitions .outline__box:first-of-type div:nth-of-type(2) h4:after {
    -webkit-transition: right .4s .5s linear;
    transition: right .4s .5s linear;
  }

  .js.no-touchevents.csstransitions .outline__box:first-of-type div:last-of-type h4:after {
    -webkit-transition: right .4s .6s linear;
    transition: right .4s .6s linear;
  }

  .js.no-touchevents.csstransitions .outline__box:first-of-type h4:after {
    right: 200%;
  }

  .js.no-touchevents.csstransitions .outline__box:nth-of-type(2) {
    left: 0;
    -webkit-transition: left .6s ease-out, opacity 1s ease-out;
    transition: left .6s ease-out, opacity 1s ease-out;
    opacity: 0;
  }

  .js.no-touchevents.csstransitions .outline__box:nth-of-type(2).scroll--scrolled {
    left: 320px;
    opacity: 1;
  }

  .js.no-touchevents.csstransitions .outline__box:nth-of-type(2).scroll--scrolled > div:after {
    left: 100%;
  }

  .js.no-touchevents.csstransitions .outline__box:nth-of-type(2) > div:after {
    left: 200%;
    -webkit-transition: left .4s .5s linear;
    transition: left .4s .5s linear;
  }

  .js.no-touchevents.csstransitions .outline__box:last-of-type {
    right: 0;
    -webkit-transition: right .6s ease-out, opacity 1s ease-out;
    transition: right .6s ease-out, opacity 1s ease-out;
    opacity: 0;
  }

  .js.no-touchevents.csstransitions .outline__box:last-of-type.scroll--scrolled {
    right: 320px;
    opacity: 1;
  }

  .js.no-touchevents.csstransitions .outline__box:last-of-type.scroll--scrolled > div:after {
    left: -100%;
  }

  .js.no-touchevents.csstransitions .outline__box:last-of-type > div:after {
    left: -200%;
    -webkit-transition: left .4s .5s linear;
    transition: left .4s .5s linear;
  }

  .js.no-touchevents.csstransitions .contact.scroll--scrolled p:last-of-type {
    top: 0;
    opacity: 1;
  }

  .js.no-touchevents.csstransitions .contact p:last-of-type {
    top: 20px;
    -webkit-transition: top .4s ease-out, opacity .6s ease-out;
    transition: top .4s ease-out, opacity .6s ease-out;
    opacity: 0;
  }
}

@media screen and (min-width: 1060px) and (min-width: 1200px) {
  header > div {
    width: 1170px;
  }

  header > div:after {
    right: 881px;
  }

  header h1 {
    margin-right: 134px;
  }

  header ul li {
    margin-right: 30px;
  }

  nav div {
    width: 1170px;
  }

  footer > a {
    position: absolute;
    top: 21px;
    right: 22px;
    display: block;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }

  footer > a:hover {
    opacity: .5;
  }
}

@media screen and (min-width: 1060px) and (min-width: 1440px) {
  .hero {
    bottom: 116px;
    margin-bottom: -116px;
  }

  .hero > p {
    top: 209px;
    text-align: center;
  }

  .hero__item--four br:first-of-type {
    display: none;
  }

  .hero__item--two p:first-of-type,
  .hero__item--three p:first-of-type {
    bottom: 10px !important;
  }

  .hero__item--four p:first-of-type {
    font-size: 28px !important;
    bottom: 0 !important;
  }

  .hero__item p:first-of-type {
    font-size: 32px;
    bottom: 40px;
    left: 80px;
  }

  .hero__item p:last-of-type {
    bottom: 40px;
  }

  .hero .slick-active p:last-of-type {
    bottom: 60px;
  }

  .hero > img {
    right: 27px;
    bottom: 324px;
  }

  .hero dl {
    top: 124px;
  }

  .about:after {
    position: absolute;
    top: 170px;
    right: 25px;
    width: 140px;
    height: 497px;
    content: '';
    background: url(../images/txt-about.png) no-repeat;
  }

  .mottos:before {
    position: absolute;
    top: 156px;
    left: 36px;
    width: 577px;
    height: 139px;
    content: '';
    -webkit-transition: left 1s .2s ease-out, opacity 1s .2s ease-out;
    transition: left 1s .2s ease-out, opacity 1s .2s ease-out;
    background: url(../images/txt-maxim.png) no-repeat;
  }

  .outline:before {
    position: absolute;
    top: -74px;
    right: 25px;
    width: 140px;
    height: 591px;
    content: '';
    background: url(../images/txt-outline.png) no-repeat;
  }

  .outline__box:nth-of-type(2) {
    left: 460px;
  }

  .outline__box:last-of-type {
    right: 460px;
  }

  .contact:before {
    position: absolute;
    top: 90px;
    left: 96px;
    width: 619px;
    height: 139px;
    content: '';
    background: url(../images/txt-contact.png) no-repeat;
  }

  .js.no-touchevents.csstransitions .about:after {
    top: 0;
    -webkit-transition: top .4s .4s ease-out, opacity 1s .4s ease-out;
    transition: top .4s .4s ease-out, opacity 1s .4s ease-out;
    opacity: 0;
  }

  .js.no-touchevents.csstransitions .about.scroll--scrolled:after {
    top: 170px;
    opacity: 1;
  }

  .js.no-touchevents.csstransitions .mottos:before {
    left: 100%;
    -webkit-transition: left 1s .2s ease-out, opacity 1s .2s ease-out;
    transition: left 1s .2s ease-out, opacity 1s .2s ease-out;
    opacity: 0;
  }

  .js.no-touchevents.csstransitions .mottos.scroll--scrolled:before {
    left: 36px;
    opacity: 1;
  }

  .js.no-touchevents.csstransitions .outline:before {
    top: 100%;
    -webkit-transition: top .8s ease-out, opacity 1s ease-out;
    transition: top .8s ease-out, opacity 1s ease-out;
    opacity: 0;
  }

  .js.no-touchevents.csstransitions .outline.scroll--scrolled:before {
    top: -72px;
    opacity: 1;
  }

  .js.no-touchevents.csstransitions .outline__box:nth-of-type(2).scroll--scrolled {
    left: 460px;
  }

  .js.no-touchevents.csstransitions .outline__box:last-of-type.scroll--scrolled {
    right: 460px;
  }

  .js.no-touchevents.csstransitions .contact:before {
    left: 0;
    -webkit-transition: left .6s .2s ease-out, opacity 1s .2s ease-out;
    transition: left .6s .2s ease-out, opacity 1s .2s ease-out;
    opacity: 0;
  }

  .js.no-touchevents.csstransitions .contact.scroll--scrolled:before {
    left: 96px;
    opacity: 1;
  }
}

@media screen and (min-width: 1440px) {
  .slick-arrow {
    bottom: 39px;
  }

  .slick-prev {
    right: 59px;
  }

  .slick-next {
    right: 9px;
  }
}
/*# sourceMappingURL=maps/style.css.map */
