@charset "UTF-8";
/* =========================================================

Web Fonts

========================================================= */
/* =========================================================

Foundation

========================================================= */
/*
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/fonts/NotoSerifCJKjp-Regular.otf) format('opentype');
    font-display: swap;
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/fonts/NotoSerifCJKjp-Bold.otf) format('opentype');
    font-display: swap;
}*/
/*$letter-spacing-l: 0.1em;
$letter-spacing-m: 0.05em;
$letter-spacing-s: 0.02em;
$letter-spacing-no: 0em;*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
* Remove default margin.
*/
body {
  margin: 0; }

/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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;
  -webkit-backface-visibility: hidden; }

/**
* 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: 0; }

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  -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 */
  -moz-box-sizing: content-box;
  -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; }

/******************************************************************************
* FONT
*******************************************************************************/
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

footer,
header,
section {
  display: block; }

dd,
dt,
li,
p,
pre,
td,
th {
  line-break: strict; }

dd,
div,
dl,
dt,
li,
ol,
p,
ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

img {
  vertical-align: top; }

input[type=text],
textarea {
  -webkit-appearance: none;
  border-radius: 0; }

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: 0; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #FFF inset; }

figure {
  margin: 0px; }

/******************************************************************************

* BASIC

*******************************************************************************/
html {
  height: 100%;
  font-size: 62.5%; }

body {
  /*height: 100%;*/
  color: #353535;
  font-size: 1.0rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: 'pkna' 1;
  font-feature-settings: 'pkna' 1;
  -ms-font-feature-settings: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1;
  letter-spacing: 0em;
  word-wrap: break-word;
  vertical-align: baseline;
  white-space: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1040px; }
  @media (max-width: 739px) {
    body {
      min-width: 320px; } }

@media (max-width: 739px) {
  .is-open body,
  .is-open-language body {
    overflow: hidden; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0; }

a {
  color: #353535;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

a,
a:focus,
a:active,
a:hover,
a:visited,
:focus,
:active,
:hover,
:visited {
  outline: none !important;
  text-decoration: none; }

input[type="text"],
input[type="password"],
textarea,
select {
  outline: none; }

/*
input:focus,
select:focus,
a:focus{
    box-shadow: 0 0 4px 2px rgba(51,204,255,0.8);
}*/
/* =========================================================

Layout

========================================================= */
.l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 800px) {
    .l-grid {
      display: block; } }

.l-container {
  max-width: 1230px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .l-container--2 {
    max-width: 1600px; }
  .l-container--sm {
    max-width: 500px; }
  @media (min-width: 768px) {
    .l-container {
      /*padding-left: 40px;
        padding-right: 40px;*/ } }
  @media (min-width: 1055px) {
    .l-container {
      /*padding-left: 100px;
        padding-right: 100px;*/ } }

.l-container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 768px) {
    .l-container-fluid {
      padding-left: 40px;
      padding-right: 40px; } }

.l-row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.l-row.l-gutter-0 {
  margin-right: 0;
  margin-left: 0; }

.l-row.l-gutter-10 {
  margin-right: -5px;
  margin-left: -5px; }

.l-row.l-gutter-20 {
  margin-right: -10px;
  margin-left: -10px; }

.l-row.l-gutter-30 {
  margin-right: -15px;
  margin-left: -15px; }

.l-row.l-gutter-35 {
  margin-right: -17.5px;
  margin-left: -17.5px; }

.l-row.l-gutter-40 {
  margin-right: -20px;
  margin-left: -20px; }

.l-row.l-gutter-50 {
  margin-right: -25px;
  margin-left: -25px; }

.l-row.l-gutter-60 {
  margin-right: -30px;
  margin-left: -30px; }

.l-row.l-gutter-70 {
  margin-right: -35px;
  margin-left: -35px; }

.l-row.l-gutter-80 {
  margin-right: -40px;
  margin-left: -40px; }

.l-row.l-gutter-90 {
  margin-right: -45px;
  margin-left: -45px; }

.l-row.l-gutter-100 {
  margin-right: -50px;
  margin-left: -50px; }
  @media (max-width: 739px) {
    .l-row.l-gutter-100 {
      margin-right: -6px;
      margin-left: -6px; } }

.l-gutter-0 > [class^="l-col-"], .l-gutter-0 > [class*='l-col-'] {
  padding-right: 0;
  padding-left: 0; }

.l-gutter-10 > [class^="l-col-"], .l-gutter-10 > [class*='l-col-'] {
  padding-right: 5px;
  padding-left: 5px; }

.l-gutter-20 > [class^="l-col-"], .l-gutter-20 > [class*='l-col-'] {
  padding-right: 10px;
  padding-left: 10px; }

.l-gutter-30 > [class^="l-col-"], .l-gutter-30 > [class*='l-col-'] {
  padding-right: 15px;
  padding-left: 15px; }

.l-gutter-40 > [class^="l-col-"], .l-gutter-40 > [class*='l-col-'] {
  padding-right: 20px;
  padding-left: 20px; }
  @media (max-width: 739px) {
    .l-gutter-40 > [class^="l-col-"], .l-gutter-40 > [class*='l-col-'] {
      padding-right: 9px;
      padding-left: 9px; } }

.l-gutter-50 > [class^="l-col-"], .l-gutter-50 > [class*='l-col-'] {
  padding-right: 25px;
  padding-left: 25px; }

.l-gutter-60 > [class^="l-col-"], .l-gutter-60 > [class*='l-col-'] {
  padding-right: 30px;
  padding-left: 30px; }

.l-gutter-70 > [class^="l-col-"], .l-gutter-70 > [class*='l-col-'] {
  padding-right: 35px;
  padding-left: 35px; }

.l-gutter-80 > [class^="l-col-"], .l-gutter-80 > [class*='l-col-'] {
  padding-right: 40px;
  padding-left: 40px; }

.l-gutter-90 > [class^="l-col-"], .l-gutter-90 > [class*='l-col-'] {
  padding-right: 45px;
  padding-left: 45px; }

.l-gutter-100 > [class^="l-col-"], .l-gutter-100 > [class*='l-col-'] {
  padding-right: 50px;
  padding-left: 50px; }
  @media (max-width: 739px) {
    .l-gutter-100 > [class^="l-col-"], .l-gutter-100 > [class*='l-col-'] {
      padding-right: 6px;
      padding-left: 6px; } }

.l-row.is-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.l-col.is-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse; }

.l-col-xs,
.l-col-xs-1,
.l-col-xs-2,
.l-col-xs-2_5,
.l-col-xs-3,
.l-col-xs-4,
.l-col-xs-5,
.l-col-xs-6,
.l-col-xs-7,
.l-col-xs-8,
.l-col-xs-9,
.l-col-xs-10,
.l-col-xs-11,
.l-col-xs-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

.l-col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%; }

.l-col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.l-col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.l-col-xs-2_5 {
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  max-width: 20%; }

.l-col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.l-col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.l-col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.l-col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.l-col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.l-col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.l-col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.l-col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.l-col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.l-col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.l-col-xs-offset-1 {
  margin-left: 8.333%; }

.l-col-xs-offset-2 {
  margin-left: 16.667%; }

.l-col-xs-offset-2_5 {
  margin-left: 20%; }

.l-col-xs-offset-3 {
  margin-left: 25%; }

.l-col-xs-offset-4 {
  margin-left: 33.333%; }

.l-col-xs-offset-5 {
  margin-left: 41.667%; }

.l-col-xs-offset-6 {
  margin-left: 50%; }

.l-col-xs-offset-7 {
  margin-left: 58.333%; }

.l-col-xs-offset-8 {
  margin-left: 66.667%; }

.l-col-xs-offset-9 {
  margin-left: 75%; }

.l-col-xs-offset-10 {
  margin-left: 83.333%; }

.l-col-xs-offset-11 {
  margin-left: 91.667%; }

.l-start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.l-center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center; }

.l-end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.l-top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start; }

.l-middle-xs {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center; }

.l-bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end; }

.l-around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.l-between-xs {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.l-first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1; }

.l-last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1; }

@media (min-width: 768px) {
  .l-col-sm,
  .l-col-sm-1,
  .l-col-sm-2,
  .l-col-sm-2_5,
  .l-col-sm-3,
  .l-col-sm-4,
  .l-col-sm-5,
  .l-col-sm-6,
  .l-col-sm-7,
  .l-col-sm-8,
  .l-col-sm-9,
  .l-col-sm-10,
  .l-col-sm-11,
  .l-col-sm-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .l-col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .l-col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .l-col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .l-col-sm-2_5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .l-col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .l-col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .l-col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .l-col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .l-col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .l-col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .l-col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .l-col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .l-col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .l-col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .l-col-sm-offset-1 {
    margin-left: 8.333%; }
  .l-col-sm-offset-2 {
    margin-left: 16.667%; }
  .l-col-sm-offset-2_5 {
    margin-left: 20%; }
  .l-col-sm-offset-3 {
    margin-left: 25%; }
  .l-col-sm-offset-4 {
    margin-left: 33.333%; }
  .l-col-sm-offset-5 {
    margin-left: 41.667%; }
  .l-col-sm-offset-6 {
    margin-left: 50%; }
  .l-col-sm-offset-7 {
    margin-left: 58.333%; }
  .l-col-sm-offset-8 {
    margin-left: 66.667%; }
  .l-col-sm-offset-9 {
    margin-left: 75%; }
  .l-col-sm-offset-10 {
    margin-left: 83.333%; }
  .l-col-sm-offset-11 {
    margin-left: 91.667%; }
  .l-start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .l-center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .l-end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .l-top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .l-middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .l-bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .l-around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .l-between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .l-first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .l-last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media (min-width: 1055px) {
  .l-col-md,
  .l-col-md-1,
  .l-col-md-2,
  .l-col-md-2_5,
  .l-col-md-3,
  .l-col-md-4,
  .l-col-md-5,
  .l-col-md-6,
  .l-col-md-7,
  .l-col-md-8,
  .l-col-md-9,
  .l-col-md-10,
  .l-col-md-11,
  .l-col-md-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .l-col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .l-col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .l-col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .l-col-md-2_5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .l-col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .l-col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .l-col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .l-col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .l-col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .l-col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .l-col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .l-col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .l-col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .l-col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .l-col-md-offset-1 {
    margin-left: 8.333%; }
  .l-col-md-offset-2 {
    margin-left: 16.667%; }
  .l-col-md-offset-2_5 {
    margin-left: 20%; }
  .l-col-md-offset-3 {
    margin-left: 25%; }
  .l-col-md-offset-4 {
    margin-left: 33.333%; }
  .l-col-md-offset-5 {
    margin-left: 41.667%; }
  .l-col-md-offset-6 {
    margin-left: 50%; }
  .l-col-md-offset-7 {
    margin-left: 58.333%; }
  .l-col-md-offset-8 {
    margin-left: 66.667%; }
  .l-col-md-offset-9 {
    margin-left: 75%; }
  .l-col-md-offset-10 {
    margin-left: 83.333%; }
  .l-col-md-offset-11 {
    margin-left: 91.667%; }
  .l-start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .l-center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .l-end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .l-top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .l-middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .l-bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .l-around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .l-between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .l-first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .l-last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media (min-width: 1440px) {
  .l-col-lg,
  .l-col-lg-1,
  .l-col-lg-2,
  .l-col-lg-2_5,
  .l-col-lg-3,
  .l-col-lg-4,
  .l-col-lg-5,
  .l-col-lg-6,
  .l-col-lg-7,
  .l-col-lg-8,
  .l-col-lg-9,
  .l-col-lg-10,
  .l-col-lg-11,
  .l-col-lg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .l-col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .l-col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .l-col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .l-col-lg-2_5 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .l-col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .l-col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .l-col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .l-col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .l-col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .l-col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .l-col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .l-col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .l-col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .l-col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .l-col-lg-offset-1 {
    margin-left: 8.333%; }
  .l-col-lg-offset-2 {
    margin-left: 16.667%; }
  .l-col-lg-offset-2_5 {
    margin-left: 20%; }
  .l-col-lg-offset-3 {
    margin-left: 25%; }
  .l-col-lg-offset-4 {
    margin-left: 33.333%; }
  .l-col-lg-offset-5 {
    margin-left: 41.667%; }
  .l-col-lg-offset-6 {
    margin-left: 50%; }
  .l-col-lg-offset-7 {
    margin-left: 58.333%; }
  .l-col-lg-offset-8 {
    margin-left: 66.667%; }
  .l-col-lg-offset-9 {
    margin-left: 75%; }
  .l-col-lg-offset-10 {
    margin-left: 83.333%; }
  .l-col-lg-offset-11 {
    margin-left: 91.667%; }
  .l-start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .l-center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .l-end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .l-top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .l-middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .l-bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .l-around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .l-between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .l-first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .l-last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

@media (min-width: 1680px) {
  .l-col-xlg,
  .l-col-xlg-1,
  .l-col-xlg-2,
  .l-col-xlg-2_5,
  .l-col-xlg-3,
  .l-col-xlg-4,
  .l-col-xlg-5,
  .l-col-xlg-6,
  .l-col-xlg-7,
  .l-col-xlg-8,
  .l-col-xlg-9,
  .l-col-xlg-10,
  .l-col-xlg-11,
  .l-col-xlg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px; }
  .l-col-xlg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .l-col-xlg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .l-col-xlg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .l-col-xlg-2_5 {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; }
  .l-col-xlg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .l-col-xlg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .l-col-xlg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .l-col-xlg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .l-col-xlg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .l-col-xlg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .l-col-xlg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .l-col-xlg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .l-col-xlg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .l-col-xlg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .l-col-xlg-offset-1 {
    margin-left: 8.333%; }
  .l-col-xlg-offset-2 {
    margin-left: 16.667%; }
  .l-col-xlg-offset-3 {
    margin-left: 25%; }
  .l-col-xlg-offset-4 {
    margin-left: 33.333%; }
  .l-col-xlg-offset-5 {
    margin-left: 41.667%; }
  .l-col-xlg-offset-6 {
    margin-left: 50%; }
  .l-col-xlg-offset-7 {
    margin-left: 58.333%; }
  .l-col-xlg-offset-8 {
    margin-left: 66.667%; }
  .l-col-xlg-offset-9 {
    margin-left: 75%; }
  .l-col-xlg-offset-10 {
    margin-left: 83.333%; }
  .l-col-xlg-offset-11 {
    margin-left: 91.667%; }
  .l-start-xlg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .l-center-xlg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center; }
  .l-end-xlg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .l-top-xlg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start; }
  .l-middle-xlg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
  .l-bottom-xlg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end; }
  .l-around-xlg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .l-between-xlg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .l-first-xlg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .l-last-xlg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1; } }

.l-wrapper {
  width: 100%;
  position: relative;
  z-index: 3000;
  overflow: hidden;
  padding-top: 70px; }
  @media (max-width: 739px) {
    .l-wrapper {
      padding-top: 50px; } }

.l-header {
  height: 60px;
  position: fixed;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 9999; }
  .l-header .c-button {
    position: absolute;
    right: 50px;
    top: 10px; }
    .l-header .c-button a {
      width: 208px; }
      .l-header .c-button a img {
        width: 14px;
        margin-right: 16px; }
  @media (max-width: 739px) {
    .l-header {
      height: 50px; }
      .l-header .c-button {
        right: 15px; }
        .l-header .c-button a {
          width: 140px; }
          .l-header .c-button a img {
            width: 10px;
            margin-right: 5px; } }

.l-header__ineer {
  height: 60px;
  max-width: 1100px;
  padding: 0 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media (max-width: 739px) {
    .l-header__ineer {
      height: 50px;
      padding: 0 15px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.l-header__logo {
  width: 162px;
  margin-right: 20px; }
  .l-header__logo img {
    width: 100%; }
  @media (max-width: 739px) {
    .l-header__logo {
      width: 73px;
      margin-right: 0;
      line-height: 0; } }

.l-header__title {
  font-size: 1.5rem;
  margin-top: 6px; }
  @media (max-width: 739px) {
    .l-header__title {
      font-size: .9rem;
      margin-top: 6px; } }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .l-header__title {
    margin-top: 19px; }
  *::-ms-backdrop, .l-header .c-button a {
    padding-top: 15px; }
  *::-ms-backdrop, .l-header .c-button a img {
    margin-top: -15px; } }

.wrap_footer:before {
  display: none; }

.l-main {
  width: 100%; }
  .l-main.is-lower {
    padding-top: 30px; }
  @media (max-width: 739px) {
    .l-main.is-lower {
      padding-top: 10px; } }

/* =========================================================

Object

========================================================= */
/* ---------------------------------------------------------

Component

--------------------------------------------------------- */
.c-section {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.c-section__ineer {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px 0;
  position: relative; }
  @media (max-width: 739px) {
    .c-section__ineer {
      padding-left: 23px;
      padding-right: 23px; } }

.c-section__header {
  height: 300px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 100% 0;
  position: relative; }
  @media (max-width: 739px) {
    .c-section__header {
      height: auto;
      background-image: none; } }

.c-section__header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media (max-width: 739px) {
    .c-section__header-inner {
      padding: 0 25px;
      position: absolute;
      z-index: 100;
      left: 0;
      top: 0;
      text-align: left; } }

.c-section__title {
  font-size: 2.6rem;
  line-height: 160%;
  letter-spacing: 6px;
  color: #fff;
  font-weight: bold; }
  .c-section__title span {
    letter-spacing: 2px;
    margin-right: 10px;
    font-family: Futura, sans-serif; }
  @media (max-width: 739px) {
    .c-section__title {
      font-size: 5vw;
      letter-spacing: 3px;
      line-height: 150%; } }

.c-section__body {
  padding: 80px 0 70px;
  position: relative; }
  @media (max-width: 739px) {
    .c-section__body {
      padding: 60px 0 45px; } }

.c-section__body-title {
  position: absolute;
  left: 50px; }
  .c-section__body-title img {
    width: 100%; }
  @media (max-width: 739px) {
    .c-section__body-title {
      left: 23px; } }

.c-button {
  text-align: center;
  text-decoration: none !important;
  font-size: 1.5rem; }
  .c-button a {
    color: #fff;
    width: 100%;
    max-width: 480px;
    background-color: #51c3a4;
    height: 40px;
    -webkit-transition: all 0.5s cubic-bezier(0.48, 0.18, 0, 0.98);
    -o-transition: all 0.5s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: all 0.5s cubic-bezier(0.48, 0.18, 0, 0.98);
    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;
    margin: 0 auto;
    position: relative;
    line-height: 150%;
    border-radius: 20px; }
    .c-button a:hover {
      opacity: .7;
      color: #fff;
      text-decoration: none !important; }
  @media (max-width: 739px) {
    .c-button {
      font-size: 1rem; }
      .c-button a {
        height: 26px;
        border-radius: 13px;
        max-width: 100%; } }

/* ---------------------------------------------------------

Project

--------------------------------------------------------- */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  height: 100%; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  height: 100%; }

.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;
  position: relative; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide.slick-loading img {
  display: 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; }

/**Thema **/
.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 200;
  width: 100%;
  padding: 13px 0 0; }
  .slick-dots li {
    display: inline-block !important;
    margin: 0 4.5px; }
    .slick-dots li button {
      width: 5px !important;
      height: 5px !important;
      background-color: #dddddd;
      border-radius: 50%;
      text-indent: -9999px;
      padding: 0;
      border: none; }
  .slick-dots .slick-active button {
    background-color: #000;
    text-indent: -9999px; }

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
  width: 50px;
  height: 90px;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  text-indent: -9999px; }
  .slick-arrow::before {
    left: 16px;
    top: 40px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    content: ""; }
  @media (max-width: 739px) {
    .slick-arrow {
      width: 23px;
      height: 23px;
      background-color: rgba(0, 0, 0, 0); }
      .slick-arrow::before {
        left: 1px;
        top: 5px;
        width: 12px;
        height: 12px;
        border-top: 1px solid #000;
        border-right: 1px solid #000; } }

.slick-prev {
  left: -17px; }
  .slick-prev::before {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg); }
  @media (max-width: 739px) {
    .slick-prev {
      left: -23px; }
      .slick-prev::before {
        left: 9px;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg); } }

.slick-next {
  right: -17px; }
  @media (max-width: 739px) {
    .slick-next {
      right: -23px; } }

.p-slider {
  z-index: -1; }
  .p-slider img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .p-slider .is-changed img {
    -webkit-animation: scale 6s linear 0s forwards;
    animation: scale 6s linear 0s forwards;
    width: 100%; }

.p-slider-sp {
  z-index: -1; }
  .p-slider-sp img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .p-slider-sp .is-changed img {
    -webkit-animation: scale 6s linear 0s forwards;
    animation: scale 6s linear 0s forwards;
    width: 100%; }

@-webkit-keyframes scale {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes scale {
  0 {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

.p-slider-2 li {
  padding: 0 10px; }

.p-slider-4 li {
  margin: 0 10px;
  position: relative; }
  .p-slider-4 li .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 1.4rem;
    background-color: rgba(255, 255, 255, 0.8);
    line-height: 180%;
    padding: 13px 0; }

@media (max-width: 739px) {
  .p-slider-4 li {
    margin: 0; }
    .p-slider-4 li .caption {
      position: static;
      text-align: left;
      font-size: 3.125vw;
      padding: 10px 0; } }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-slider-4 li .caption {
    padding-bottom: 0; } }

.p-slider-4-nav li {
  margin-right: 6px; }

.p-slider-4-nav .slick-current {
  background-color: #000; }
  .p-slider-4-nav .slick-current img {
    opacity: .4; }

.p-slider-5 li {
  margin: 0 10px; }

@media (max-width: 739px) {
  .p-slider-5 .slick-slide li {
    margin: 0; } }

.p-top-main {
  position: relative;
  overflow: hidden;
  max-height: 606px; }
  @media (max-width: 739px) {
    .p-top-main {
      margin-bottom: 33px;
      max-height: 100%; } }

.p-top-main__cover {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  max-width: 1400px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10; }
  @media (max-width: 739px) {
    .p-top-main__cover {
      left: 0;
      bottom: 0;
      width: 100%;
      max-width: 100%;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); } }

.p-top-main__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5; }

.p-top-nav {
  height: 60px;
  margin-bottom: 40px; }
  @media (max-width: 739px) {
    .p-top-nav {
      height: auto;
      margin-bottom: 33px; } }

.p-top-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px; }
  @media (max-width: 739px) {
    .p-top-nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto; } }

.p-top-nav__list-item {
  height: 100%;
  width: 33.3333%;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  letter-spacing: 2px; }
  .p-top-nav__list-item strong {
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-right: 8px;
    font-family: Futura, sans-serif; }
  .p-top-nav__list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #000;
    -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.66, 0, 0, 1); }
    .p-top-nav__list-item a:hover {
      text-decoration: none;
      opacity: .8; }
    .p-top-nav__list-item a::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 5px 0 5px;
      position: absolute;
      bottom: -8px;
      left: 50%;
      margin-left: -5px;
      -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
      -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
      transition: all 0.3s cubic-bezier(0.66, 0, 0, 1); }
    .p-top-nav__list-item a img {
      margin-right: 20px; }
  @media (max-width: 739px) {
    .p-top-nav__list-item {
      font-size: 1.1rem;
      text-align: center;
      line-height: 180%; }
      .p-top-nav__list-item strong {
        font-size: 1.1rem;
        letter-spacing: 0;
        margin-right: 0; }
      .p-top-nav__list-item a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        height: 100%;
        padding: 18px 0; }
        .p-top-nav__list-item a::after {
          border-width: 12px 6.5px 0 6.5px;
          bottom: -12px;
          margin-left: -6.5px; }
        .p-top-nav__list-item a img {
          margin-right: 0;
          margin-bottom: 10px;
          height: 22px; } }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-top-nav__list-item a {
    padding-top: 18px; }
  *::-ms-backdrop, .p-top-nav__list-item a img {
    margin-top: -18px; }
  *::-ms-backdrop, .p-top-nav__list-item strong {
    margin-top: -15px; } }

.p-top-nav__list-item-1 a {
  background-color: #f1d8ca; }
  .p-top-nav__list-item-1 a::after {
    border-color: #f1d8ca transparent transparent transparent; }
  .p-top-nav__list-item-1 a img {
    width: 20px; }

@media (max-width: 739px) {
  .p-top-nav__list-item-1 a img {
    width: auto; } }

.p-top-nav__list-item-2 a {
  background-color: #ede5c9; }
  .p-top-nav__list-item-2 a::after {
    border-color: #ede5c9 transparent transparent transparent; }
  .p-top-nav__list-item-2 a img {
    width: 25px; }

@media (max-width: 739px) {
  .p-top-nav__list-item-2 a img {
    width: auto; } }

.p-top-nav__list-item-3 a {
  background-color: #dedeec; }
  .p-top-nav__list-item-3 a::after {
    border-color: #dedeec transparent transparent transparent; }
  .p-top-nav__list-item-3 a img {
    width: 19px; }

@media (max-width: 739px) {
  .p-top-nav__list-item-3 a img {
    width: auto; } }

.p-top-concept {
  margin-top: -60px;
  padding-top: 60px; }
  .p-top-concept .c-section__header {
    background-color: #ebd3ab;
    background-image: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/images/concept-main.jpg); }
  .p-top-concept .c-section__body-title {
    max-width: 262px;
    top: -130px; }
  @media (max-width: 739px) {
    .p-top-concept {
      margin-top: -50px;
      padding-top: 50px; }
      .p-top-concept .c-section__body {
        padding-top: 50px;
        padding-bottom: 10px; }
      .p-top-concept .c-section__body-title {
        max-width: 148px;
        top: -80px; } }

.p-top-concept__item {
  text-align: center;
  margin-bottom: 70px; }
  .p-top-concept__item img {
    width: 95%; }
  @media (max-width: 739px) {
    .p-top-concept__item {
      margin-bottom: 0; } }

.p-top-concept__item-p01 {
  font-size: 2rem;
  color: #e09c77;
  position: relative;
  display: inline-block;
  z-index: 10;
  padding: 0 70px;
  letter-spacing: 5px;
  line-height: 200%;
  margin-bottom: 40px;
  font-weight: bold; }
  .p-top-concept__item-p01::before {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    background-color: #e09c77;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }
  .p-top-concept__item-p01::after {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    background-color: #e09c77;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1; }
  @media (max-width: 739px) {
    .p-top-concept__item-p01 {
      font-size: 3.5417vw;
      padding: 0 50px;
      letter-spacing: 2px;
      margin-bottom: 18px; }
      .p-top-concept__item-p01::before {
        width: 35px; }
      .p-top-concept__item-p01::after {
        width: 35px; } }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-top-concept__item-p01::before {
    top: 40%; }
  *::-ms-backdrop, .p-top-concept__item-p01::after {
    top: 40%; } }

.p-top-concept__item-p02 {
  font-size: 2.8rem;
  line-height: 195%;
  margin-bottom: 45px;
  font-weight: bold;
  letter-spacing: 3px; }
  @media (max-width: 739px) {
    .p-top-concept__item-p02 {
      font-size: 5vw;
      margin-bottom: 25px; } }

.p-top-concept__item-p03 {
  font-size: 1.4rem;
  line-height: 190%; }
  @media (max-width: 739px) {
    .p-top-concept__item-p03 {
      font-size: 3.3333vw;
      margin-bottom: 30px; } }

.p-top-concept__img-1 {
  margin-top: 70%; }

.p-top-concept__img-2 {
  margin-top: 5%; }

.p-top-concept__img-sp {
  display: none; }
  @media (max-width: 739px) {
    .p-top-concept__img-sp {
      display: block;
      width: calc(100% + 46px) !important;
      max-width: calc(100% + 46px) !important;
      margin-left: -23px; } }

.p-top-features {
  text-align: center; }
  .p-top-features .c-section__header {
    background-color: #261919;
    background-image: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/images/features-main.jpg); }
  .p-top-features .c-section__body-title {
    max-width: 263px;
    top: -122px; }
  @media (max-width: 739px) {
    .p-top-features .c-section__body-title {
      max-width: 152px;
      top: -80px; } }

.p-top-features__p01 {
  font-size: 2rem;
  color: #e09c77;
  position: relative;
  display: inline-block;
  z-index: 10;
  padding: 0 70px;
  letter-spacing: 5px;
  line-height: 160%;
  margin-bottom: 30px;
  font-weight: bold; }
  .p-top-features__p01::before {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    background-color: #e09c77;
    left: 0;
    top: 50%;
    z-index: -1; }
  .p-top-features__p01::after {
    content: "";
    width: 50px;
    height: 1px;
    position: absolute;
    background-color: #e09c77;
    right: 0;
    top: 50%;
    z-index: -1; }
  @media (max-width: 739px) {
    .p-top-features__p01 {
      font-size: 3.5417vw;
      letter-spacing: 2px;
      padding: 0 38px;
      margin-bottom: 21px; }
      .p-top-features__p01::before {
        width: 30px; }
      .p-top-features__p01::after {
        width: 30px; } }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-top-features__p01::before {
    top: 20%; }
  *::-ms-backdrop, .p-top-features__p01::after {
    top: 20%; } }

.p-top-features__p02 {
  font-size: 3.2rem;
  letter-spacing: 5px;
  margin-bottom: 70px;
  font-weight: bold; }
  .p-top-features__p02 span {
    font-size: 3.2rem;
    letter-spacing: 2px;
    font-family: Futura, sans-serif;
    margin-right: 5px; }
  @media (max-width: 739px) {
    .p-top-features__p02 {
      font-size: 5.4167vw;
      letter-spacing: 2px;
      margin-bottom: 30px; }
      .p-top-features__p02 span {
        font-size: 5vw;
        letter-spacing: 1px;
        margin-right: 2px; } }

.p-top-features__image {
  margin-bottom: 60px; }
  @media (max-width: 739px) {
    .p-top-features__image {
      margin-bottom: 20px; } }

.p-top-features__item {
  margin-bottom: 60px;
  text-align: left;
  padding-left: 40px; }
  @media (max-width: 739px) {
    .p-top-features__item {
      margin-bottom: 33px;
      padding-left: 0; } }

.p-top-features__item-title {
  margin-bottom: 25px; }
  @media (max-width: 739px) {
    .p-top-features__item-title {
      text-align: center;
      margin-bottom: 15px; } }

.p-top-features__item-copy {
  font-size: 2rem;
  line-height: 170%;
  margin-bottom: 28px;
  font-weight: bold;
  letter-spacing: 4px; }
  @media (max-width: 739px) {
    .p-top-features__item-copy {
      font-size: 4.1667vw;
      letter-spacing: 2px;
      text-align: center;
      margin-bottom: 15px; } }

.p-top-features__item-text {
  font-size: 1.4rem;
  line-height: 200%;
  letter-spacing: .05em; }
  @media (max-width: 739px) {
    .p-top-features__item-text {
      font-size: 3.3333vw; } }

.p-top-features__item-1 .p-top-features__item-title img {
  max-width: 172px; }

@media (max-width: 739px) {
  .p-top-features__item-1 .p-top-features__item-title img {
    max-width: 102px; } }

.p-top-features__item-2 .p-top-features__item {
  padding-left: 0;
  padding-right: 40px; }

.p-top-features__item-2 .p-top-features__item-title img {
  max-width: 171px; }

@media (max-width: 739px) {
  .p-top-features__item-2 .p-top-features__item {
    padding-left: 0;
    padding-right: 0; }
  .p-top-features__item-2 .p-top-features__item-title img {
    max-width: 103px; } }

.p-top-features__item-3 .p-top-features__item-title img {
  max-width: 228px; }

@media (max-width: 739px) {
  .p-top-features__item-3 .p-top-features__item {
    margin-bottom: 0; }
  .p-top-features__item-3 .p-top-features__item-title img {
    max-width: 137px; } }

.p-top-features__voice {
  background-image: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/images/features-voice-bg.jpg);
  background-position: 50%;
  padding: 50px 0 50px;
  margin-bottom: 80px; }
  @media (max-width: 739px) {
    .p-top-features__voice {
      background-size: 20px;
      padding: 33px 0 26px;
      margin-bottom: 47px; } }

.p-top-features__voice-title {
  font-size: 2.4rem;
  letter-spacing: 5px;
  margin-bottom: 25px;
  position: relative;
  display: inline-block;
  padding: 0 35px;
  font-weight: bold; }
  .p-top-features__voice-title::before {
    content: "";
    width: 20px;
    height: 17px;
    background-image: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/images/icon-shikaku.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 4px; }
  .p-top-features__voice-title::after {
    content: "";
    width: 20px;
    height: 17px;
    background-image: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/images/icon-shikaku.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 7px;
    top: 4px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media (max-width: 739px) {
    .p-top-features__voice-title {
      font-size: 5vw;
      letter-spacing: 2px;
      margin-bottom: 17px;
      padding: 0 25px; }
      .p-top-features__voice-title::before {
        width: 13.6px;
        height: 11.3px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .p-top-features__voice-title::after {
        width: 13.6px;
        height: 11.3px;
        right: 6px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-top-features__voice-title::before {
    top: -8px; }
  *::-ms-backdrop, .p-top-features__voice-title::after {
    top: -8px; } }

.p-top-features__voice-icon {
  position: absolute;
  left: 50%;
  top: -80px;
  margin-left: -250px;
  max-width: 173px; }
  @media (max-width: 739px) {
    .p-top-features__voice-icon {
      top: -53px;
      margin-left: -135px;
      max-width: 120px; } }

.p-top-features__voice-item {
  background-color: #fff;
  height: 100%;
  text-align: left;
  padding: 32px 38px;
  margin: 0 8px; }
  @media (max-width: 739px) {
    .p-top-features__voice-item {
      padding: 27px 26px;
      margin: 0; } }

.p-top-features__slider-title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 170%;
  margin-bottom: 18px;
  letter-spacing: 2px; }
  @media (max-width: 739px) {
    .p-top-features__slider-title {
      font-size: 3.75vw;
      margin-bottom: 10px; } }

.p-top-features__slider-text {
  font-size: 1.4rem;
  line-height: 195%;
  letter-spacing: .02em; }
  @media (max-width: 739px) {
    .p-top-features__slider-text {
      font-size: 3.3333vw; } }

.p-top-access {
  text-align: center;
  margin-top: -60px;
  padding-top: 60px; }
  .p-top-access .c-section__header {
    background-color: #202b30;
    background-image: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/images/access-main.jpg); }
  .p-top-access .c-section__body-title {
    max-width: 253px;
    top: -144px; }
  .p-top-access .l-col-sm-4 {
    margin-bottom: 34px; }
  @media (max-width: 739px) {
    .p-top-access {
      margin-top: -50px;
      padding-top: 50px; }
      .p-top-access .c-section__body-title {
        max-width: 149px;
        top: -60px; }
      .p-top-access .c-section__body {
        padding-top: 30px;
        padding-bottom: 40px; }
      .p-top-access .l-col-sm-4 {
        margin-bottom: 14px; } }

.p-top-access__p01 {
  font-size: 2.8rem;
  margin-bottom: 34px;
  font-weight: bold;
  letter-spacing: 2px; }
  @media (max-width: 739px) {
    .p-top-access__p01 {
      font-size: 5vw;
      margin-bottom: 12px; } }

.p-top-access__p02 {
  font-size: 1.4rem;
  line-height: 190%;
  margin-bottom: 45px; }
  @media (max-width: 739px) {
    .p-top-access__p02 {
      font-size: 3.3333vw;
      margin-bottom: 18px; } }

.p-top-access__list-item {
  height: 100%;
  width: 100%; }
  .p-top-access__list-item dl {
    border: 1px solid #ede5c9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
  .p-top-access__list-item dt {
    background-color: #ede5c9;
    padding: 24px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.9rem;
    letter-spacing: 2px; }
    .p-top-access__list-item dt span {
      font-size: 2.2rem;
      font-weight: bold; }
    .p-top-access__list-item dt strong {
      font-size: 3.1rem;
      margin: 0 8px 0 5px;
      letter-spacing: -2px; }
  .p-top-access__list-item dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: 100%;
    font-size: 1.4rem;
    line-height: 170%;
    padding: 8px 5px; }
  @media (max-width: 739px) {
    .p-top-access__list-item dt {
      padding: 15px 0;
      font-size: 3.9583vw; }
      .p-top-access__list-item dt span {
        font-size: 4.5833vw; }
      .p-top-access__list-item dt strong {
        font-size: 4.5833vw;
        margin: 0 8px 0 2px;
        letter-spacing: -1px; }
    .p-top-access__list-item dd {
      font-size: 3.3333vw;
      padding: 5px 0; } }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-top-access__list-item dt {
    padding: 15px 0 7px; }
  *::-ms-backdrop, .p-top-access__list-item dt strong {
    padding-top: 8px; }
  *::-ms-backdrop, .p-top-access__list-item dd {
    padding-bottom: 0; } }

.p-top-access__p03 {
  font-size: 1.2rem;
  line-height: 160%;
  margin-top: 30px;
  letter-spacing: .03em; }
  @media (max-width: 739px) {
    .p-top-access__p03 {
      font-size: 2.9167vw;
      line-height: 180%;
      text-align: left;
      margin-top: 0; } }

.c-section__body.p-top-location {
  background-image: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/images/location-bg.jpg);
  background-position: 50%; }
  .c-section__body.p-top-location .c-section__body-title {
    max-width: 253px;
    top: -110px; }
  @media (max-width: 739px) {
    .c-section__body.p-top-location {
      background-size: 20px;
      padding-bottom: 15px;
      padding-top: 40px; }
      .c-section__body.p-top-location .c-section__body-title {
        max-width: 149px;
        top: -60px; } }

.p-top-location__p01 {
  font-size: 2.8rem;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 4px; }
  @media (max-width: 739px) {
    .p-top-location__p01 {
      font-size: 5vw;
      margin-bottom: 15px; } }

.p-top-location__p02 {
  font-size: 1.4rem;
  margin-bottom: 45px;
  line-height: 190%;
  letter-spacing: 1px; }
  @media (max-width: 739px) {
    .p-top-location__p02 {
      font-size: 3.3333vw;
      margin-bottom: 25px; } }

.p-top-location__img {
  margin-bottom: 40px; }
  @media (max-width: 739px) {
    .p-top-location__img {
      margin-bottom: 0; } }

.p-top-location__item {
  margin-bottom: 20px; }
  @media (max-width: 739px) {
    .p-top-location__item {
      margin-bottom: 20px; } }

.p-top-location__p03 {
  font-size: 1.4rem;
  margin-bottom: 13px;
  line-height: 190%; }
  @media (max-width: 739px) {
    .p-top-location__p03 {
      font-size: 2.7083vw;
      text-align: left; } }

@media (max-width: 739px) {
  .c-section__body.p-top-location-point {
    padding-bottom: 30px; } }

.p-top-location-point__body {
  text-align: center;
  position: relative; }

.p-top-location-point__p01 {
  font-size: 2.0rem;
  letter-spacing: 3px;
  margin-bottom: 22px;
  position: relative;
  display: inline-block;
  padding: 0 34px;
  color: #d2bc80;
  font-weight: bold; }
  .p-top-location-point__p01 span {
    font-size: 2.2rem;
    letter-spacing: 1px;
    font-family: Futura, sans-serif; }
  .p-top-location-point__p01::before {
    content: "";
    width: 20px;
    height: 17px;
    background-image: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/images/icon-shikaku-2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 4px; }
  .p-top-location-point__p01::after {
    content: "";
    width: 20px;
    height: 17px;
    background-image: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/images/icon-shikaku-2.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 4px;
    top: 4px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media (max-width: 739px) {
    .p-top-location-point__p01 {
      font-size: 3.5417vw;
      letter-spacing: 1px;
      margin-bottom: 15px;
      padding: 0 20px; }
      .p-top-location-point__p01 span {
        font-size: 4.375vw; }
      .p-top-location-point__p01::before {
        width: 13.6px;
        height: 11.3px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .p-top-location-point__p01::after {
        width: 13.6px;
        height: 11.3px;
        right: 3px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

.p-top-location-point__p02 {
  font-size: 2.4rem;
  margin-bottom: 28px;
  line-height: 180%;
  letter-spacing: 4px;
  font-weight: bold; }
  @media (max-width: 739px) {
    .p-top-location-point__p02 {
      font-size: 5vw;
      line-height: 220%;
      letter-spacing: 3px;
      margin-bottom: 15px; } }

.p-top-location-point__body-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px; }
  .p-top-location-point__body-list li {
    width: 235px;
    float: none;
    margin: 0 10px; }
  @media (max-width: 739px) {
    .p-top-location-point__body-list {
      margin-bottom: 20px; }
      .p-top-location-point__body-list li {
        margin: 0 6px; } }

.p-top-location-point__p03 {
  font-size: 1.4rem;
  line-height: 195%;
  letter-spacing: .05em; }
  @media (max-width: 739px) {
    .p-top-location-point__p03 {
      font-size: 3.5417vw;
      text-align: left;
      padding-left: 120px;
      min-height: 93px; }
      .p-top-location-point__p03 br {
        display: none; } }

.p-top-location-point__body-img {
  position: absolute;
  max-width: 150px;
  left: 50%;
  bottom: 0;
  margin-left: -420px; }
  @media (max-width: 739px) {
    .p-top-location-point__body-img {
      max-width: 100px;
      left: 0;
      bottom: 0;
      margin-left: 0; } }

.p-top-equipment {
  margin-top: -60px;
  padding-top: 60px; }
  .p-top-equipment .c-section__header {
    background-color: #955432;
    background-image: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/images/equipment-main.jpg); }
  .p-top-equipment .c-section__body-title {
    max-width: 367px;
    top: -160px; }
  .p-top-equipment .c-section__body {
    padding-bottom: 80px; }
  @media (max-width: 739px) {
    .p-top-equipment {
      margin-top: -50px;
      padding-top: 50px; }
      .p-top-equipment .c-section__body-title {
        max-width: 192px;
        top: -105px; }
      .p-top-equipment .c-section__body {
        padding-top: 35px;
        padding-bottom: 33px; } }

.p-top-equipment__p01 {
  font-size: 1.4rem;
  line-height: 200%;
  text-align: center;
  margin-bottom: 73px; }
  @media (max-width: 739px) {
    .p-top-equipment__p01 {
      font-size: 3.3333vw;
      margin-bottom: 30px; } }

.c-section__body.p-top-equipment__check {
  background-image: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/images/equipment-check-bg.jpg);
  background-position: 50%;
  text-align: center;
  padding-top: 70px; }
  .c-section__body.p-top-equipment__check .c-section__body-title {
    max-width: 152px;
    top: -120px;
    left: 160px;
    z-index: 2; }
  @media (max-width: 739px) {
    .c-section__body.p-top-equipment__check {
      background-size: 20px;
      padding-top: 22px;
      border-left: 0;
      border-right: 0; }
      .c-section__body.p-top-equipment__check .c-section__body-title {
        max-width: 88px;
        left: 50%;
        top: -45px;
        margin-left: -140px; } }

.p-top-equipment__check-p01 {
  font-size: 2.8rem;
  letter-spacing: 4px;
  margin-bottom: 75px;
  font-weight: bold;
  position: relative;
  z-index: 2; }
  @media (max-width: 739px) {
    .p-top-equipment__check-p01 {
      font-size: 5vw;
      line-height: 200%;
      letter-spacing: 4px;
      margin-bottom: 20px; } }

.p-top-equipment__check-img {
  max-width: 657px;
  position: relative;
  z-index: 2; }
  @media (max-width: 739px) {
    .p-top-equipment__check-img {
      max-width: 100%; } }

.c-section__body.p-top-equipment__sub {
  padding-top: 60px; }
  @media (max-width: 739px) {
    .c-section__body.p-top-equipment__sub {
      padding-top: 15px;
      padding-bottom: 25px; } }

.p-top-equipment__sub-item {
  padding-top: 20px;
  position: relative;
  height: 100%; }
  @media (max-width: 739px) {
    .p-top-equipment__sub-item {
      padding-top: 25px; } }

.p-top-equipment__sub-item-body {
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 30px 30px;
  height: 100%; }
  .p-top-equipment__sub-item-body dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  @media (max-width: 739px) {
    .p-top-equipment__sub-item-body {
      padding: 30px 25px 25px;
      height: 100%; }
      .p-top-equipment__sub-item-body dl {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }

.p-top-equipment__sub-item-no {
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 4.5rem;
  font-weight: bold;
  color: #cfcfe8;
  left: 0;
  top: 0;
  font-family: Futura, sans-serif; }
  @media (max-width: 739px) {
    .p-top-equipment__sub-item-no {
      font-size: 5rem; } }

.p-top-equipment__sub-item-title {
  font-size: 1.6rem;
  width: 100%;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px; }
  @media (max-width: 739px) {
    .p-top-equipment__sub-item-title {
      font-size: 3.75vw;
      margin-bottom: 17px; } }

.p-top-equipment__sub-item-dt {
  width: 50%;
  padding-right: 10px; }
  @media (max-width: 739px) {
    .p-top-equipment__sub-item-dt {
      width: 100%;
      padding-right: 0;
      margin-bottom: 17px; } }

.p-top-equipment__sub-item-dd {
  width: 50%;
  padding-left: 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .p-top-equipment__sub-item-dd p {
    font-size: 1.3rem;
    line-height: 170%;
    letter-spacing: .1em;
    margin-bottom: auto; }
  .p-top-equipment__sub-item-dd i {
    font-style: normal;
    background-color: #000;
    color: #fff;
    font-size: 1.1rem;
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    letter-spacing: 1px;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  @media (max-width: 739px) {
    .p-top-equipment__sub-item-dd {
      width: 100%; }
      .p-top-equipment__sub-item-dd p {
        font-size: 3.3333vw;
        margin-bottom: 17px; }
      .p-top-equipment__sub-item-dd i {
        font-size: 2.9167vw;
        height: 23px;
        padding-left: 10px;
        padding-right: 10px; } }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-top-equipment__sub-item-dd i {
    padding-top: 10px; } }

.c-section__body.p-top-equipment__icon {
  background-image: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/images/equipment-icon-bg.jpg);
  background-position: 50%;
  text-align: center;
  padding-top: 68px; }
  @media (max-width: 739px) {
    .c-section__body.p-top-equipment__icon {
      background-size: 4px;
      padding-top: 20px;
      padding-bottom: 15px; } }

.p-top-equipment__icon-p01 {
  font-size: 2.4rem;
  line-height: 180%;
  letter-spacing: 4px;
  margin-bottom: 29px;
  font-weight: bold; }
  @media (max-width: 739px) {
    .p-top-equipment__icon-p01 {
      font-size: 4.7917vw;
      letter-spacing: 2px;
      margin-bottom: 30px; } }

.p-top-equipment__icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 739px) {
    .p-top-equipment__icon-list {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.p-top-equipment__icon-list-item {
  float: none;
  margin: 0 15px;
  width: 130px; }
  .p-top-equipment__icon-list-item img {
    margin-bottom: 10px; }
  .p-top-equipment__icon-list-item p {
    font-size: 1.5rem;
    line-height: 160%;
    font-weight: bold;
    letter-spacing: 1px; }
    .p-top-equipment__icon-list-item p span {
      font-weight: normal; }
  @media (max-width: 739px) {
    .p-top-equipment__icon-list-item {
      margin: 0 3% 18px;
      width: 26.3333%; }
      .p-top-equipment__icon-list-item img {
        margin-bottom: 8px; }
      .p-top-equipment__icon-list-item p {
        font-size: 3.125vw; }
        .p-top-equipment__icon-list-item p span {
          letter-spacing: 0; } }

.p-top-equipment__bukken {
  text-align: center; }
  .p-top-equipment__bukken .c-button {
    display: none; }
  @media (max-width: 739px) {
    .p-top-equipment__bukken .c-button {
      border: 1px solid #000;
      display: inline-block;
      height: 33px;
      line-height: 33px;
      width: 160px;
      border-radius: 16.5px;
      font-size: 1.3rem;
      position: relative;
      cursor: pointer; }
      .p-top-equipment__bukken .c-button::before {
        content: "+";
        position: absolute;
        left: 12px;
        top: -1px; } }

.p-top-equipment__bukken-p01 {
  font-size: 2.4rem;
  letter-spacing: 5px;
  margin-bottom: 60px;
  position: relative;
  display: inline-block;
  padding: 0 40px;
  font-weight: bold; }
  .p-top-equipment__bukken-p01::before {
    content: "";
    width: 20px;
    height: 17px;
    background-image: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/images/icon-shikaku.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 4px; }
  .p-top-equipment__bukken-p01::after {
    content: "";
    width: 20px;
    height: 17px;
    background-image: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/images/icon-shikaku.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 8px;
    top: 4px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media (max-width: 739px) {
    .p-top-equipment__bukken-p01 {
      font-size: 5vw;
      margin-bottom: 33px;
      padding: 0 25px; }
      .p-top-equipment__bukken-p01::before {
        width: 13.6px;
        height: 11.3px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      .p-top-equipment__bukken-p01::after {
        width: 13.6px;
        height: 11.3px;
        right: 8px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); } }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-top-equipment__bukken-p01::before {
    top: -8px; }
  *::-ms-backdrop, .p-top-equipment__bukken-p01::after {
    top: -8px; } }

@media (max-width: 739px) {
  .p-top-equipment__bukken-image {
    margin-bottom: 10px; }
    .p-top-equipment__bukken-image img {
      width: 80%; } }

.p-top-equipment__bukken-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left; }
  @media (max-width: 739px) {
    .p-top-equipment__bukken-list {
      max-height: 240px;
      overflow: hidden;
      position: relative;
      -webkit-transition: all 0.5s cubic-bezier(0.66, 0, 0, 1);
      -o-transition: all 0.5s cubic-bezier(0.66, 0, 0, 1);
      transition: all 0.5s cubic-bezier(0.66, 0, 0, 1); }
      .p-top-equipment__bukken-list::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 120px;
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
      .is-open .p-top-equipment__bukken-list {
        max-height: 100%; }
        .is-open .p-top-equipment__bukken-list::after {
          opacity: 0; } }

.p-top-equipment__bukken-dt {
  width: 155px;
  font-size: 1.3rem;
  padding: 15px 0;
  line-height: 180%;
  font-weight: bold;
  letter-spacing: 1px;
  padding-left: 16px; }
  @media (max-width: 739px) {
    .p-top-equipment__bukken-dt {
      width: 75px;
      font-size: 3.3333vw;
      padding: 13px 0; } }

.p-top-equipment__bukken-dd {
  width: 100%;
  margin-left: -155px;
  padding-left: 155px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.3rem;
  border-bottom: 1px dotted #000;
  line-height: 180%; }
  @media (max-width: 739px) {
    .p-top-equipment__bukken-dd {
      margin-left: -75px;
      padding-left: 75px;
      padding-top: 13px;
      padding-bottom: 13px;
      font-size: 3.3333vw;
      border-bottom: 1px solid #e9e9e9; } }

#a04 {
  padding-top: 60px;
  margin-top: -60px; }
  @media (max-width: 739px) {
    #a04 {
      padding-top: 50px;
      margin-top: -50px; } }

.c-section__body.p-top-equipment__search {
  background-image: url(/hebel-rooms/feature/newsafole/shiinamachi/assets/images/equipment__searc-bg.jpg);
  background-position: 50%;
  text-align: center; }
  .c-section__body.p-top-equipment__search .c-button {
    letter-spacing: 2px; }
    .c-section__body.p-top-equipment__search .c-button a {
      height: 60px;
      max-width: 700px;
      border-radius: 30px;
      font-size: 2rem;
      color: #FFF;
     }
  @media (max-width: 739px) {
    .c-section__body.p-top-equipment__search {
      background-size: 20px;
      padding-bottom: 45px; }
      .c-section__body.p-top-equipment__search .c-button {
        font-size: 3.3333vw;
        letter-spacing: 1px; }
        .c-section__body.p-top-equipment__search .c-button a {
          font-size: 4.26vw;
          height: 16vw;
          border-radius: 100px;
          line-height: 1.3;
        }
  }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-top-equipment__search .c-button a {
    padding-top: 15px; } }

.p-top-equipment__search-p01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 4px;
  margin-bottom: 20px; }
  .p-top-equipment__search-p01 img {
    width: 30px;
    height: 30px;
    margin-right: 18px; }
  @media (max-width: 739px) {
    .p-top-equipment__search-p01 {
      font-size: 5vw;
      margin-bottom: 18px; }
      .p-top-equipment__search-p01 img {
        width: 18px;
        height: 18px;
        margin-right: 8px; } }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-top-equipment__search-p01 img {
    margin-top: -25px; } }

.p-top-equipment__search-p02 {
  margin-bottom: 24px;
  font-size: 1.4rem;
  line-height: 180%;
  letter-spacing: 1px; }
  @media (max-width: 739px) {
    .p-top-equipment__search-p02 {
      margin-bottom: 20px;
      font-size: 3.3333vw; } }

.p-top-sns {
  text-align: center;
  padding: 72px 0 80px;
  background-color: #f8f8f9; }
  @media (max-width: 739px) {
    .p-top-sns {
      padding: 34px 0 0; }
      .p-top-sns .c-section__ineer {
        padding-left: 0;
        padding-right: 0; } }

.p-top-sns__title {
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 30px;
  display: inline-block;
  padding: 0 20px;
  position: relative; }
  .p-top-sns__title::before {
    content: "";
    width: 2px;
    height: 26px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: -2px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  .p-top-sns__title::after {
    content: "";
    width: 2px;
    height: 26px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: -2px;
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg); }
  @media (max-width: 739px) {
    .p-top-sns__title {
      font-size: 3.5417vw;
      letter-spacing: 1px;
      margin-bottom: 20px;
      padding: 0 14px; }
      .p-top-sns__title::before {
        width: 1px;
        height: 120%;
        left: 0;
        top: 0;
        -webkit-transform: rotate(-30deg) translate(-50%);
        -ms-transform: rotate(-30deg) translate(-50%);
        transform: rotate(-30deg) translate(-50%); }
      .p-top-sns__title::after {
        width: 1px;
        height: 120%;
        right: 0;
        top: 0;
        -webkit-transform: rotate(30deg) translate(-50%);
        -ms-transform: rotate(30deg) translate(-50%);
        transform: rotate(30deg) translate(-50%); } }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-top-sns__title::before {
    top: -10px; }
  *::-ms-backdrop, .p-top-sns__title::after {
    top: -10px; } }

.p-top-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px; }
  .p-top-sns__list li {
    float: none;
    width: 55px;
    margin: 0 10px;
    -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.66, 0, 0, 1); }
    .p-top-sns__list li:hover {
      opacity: .8; }
  @media (max-width: 739px) {
    .p-top-sns__list {
      margin-bottom: 33px; }
      .p-top-sns__list li {
        float: none;
        width: 10%;
        margin: 0 2%; } }

.p-top-relation__list-item {
  position: relative; }

.p-top-relation__list-item-body {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 100; }
  .p-top-relation__list-item-body:hover .c-button {
    background-color: #000;
    border: 1px solid #000; }
  .p-top-relation__list-item-body .c-button {
    color: #fff !important;
    border: 1px solid #fff;
    height: 40px;
    border-radius: 20px;
    width: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.66, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.66, 0, 0, 1); }
    .p-top-relation__list-item-body .c-button::before {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 3px 0 3px 5px;
      border-color: transparent transparent transparent #fff;
      position: absolute;
      left: 20px; }
  @media (max-width: 739px) {
    .p-top-relation__list-item-body .c-button {
      height: 34px;
      border-radius: 17px;
      width: 160px;
      font-size: 1.2rem; }
      .p-top-relation__list-item-body .c-button::before {
        left: 20px; } }

/* IE11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .p-top-relation__list-item-body .c-button {
    padding-top: 15px; }
  *::-ms-backdrop, .p-top-relation__list-item-body .c-button::before {
    top: 16px; } }

.p-top-relation__list-sub-title {
  color: #fff !important;
  font-size: 1.3rem;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-weight: bold; }
  @media (max-width: 739px) {
    .p-top-relation__list-sub-title {
      font-size: 3.5417vw;
      margin-bottom: 12px; } }

.p-top-relation__list-title {
  color: #fff !important;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 4px;
  margin-bottom: 30px; }
  .p-top-relation__list-title span {
    font-family: Futura, sans-serif;
    letter-spacing: 1px;
    margin-right: 0px; }
  @media (max-width: 739px) {
    .p-top-relation__list-title {
      font-size: 5.2083vw;
      margin-bottom: 20px; } }

/* ---------------------------------------------------------

Utility

--------------------------------------------------------- */
.u-fz-10 {
  font-size: 10px !important; }

.u-fz-11 {
  font-size: 11px !important; }

.u-fz-12 {
  font-size: 12px !important; }

.u-fz-13 {
  font-size: 13px !important; }

.u-fz-14 {
  font-size: 14px !important; }

.u-fz-15 {
  font-size: 15px !important; }

.u-fz-16 {
  font-size: 16px !important; }

.u-fz-17 {
  font-size: 17px !important; }

.u-fz-18 {
  font-size: 18px !important; }

.u-fz-19 {
  font-size: 19px !important; }

.u-fz-20 {
  font-size: 20px !important; }

.u-fz-21 {
  font-size: 21px !important; }

.u-fz-22 {
  font-size: 22px !important; }

.u-fz-23 {
  font-size: 23px !important; }

.u-fz-24 {
  font-size: 24px !important; }

.u-fz-25 {
  font-size: 25px !important; }

.u-fz-26 {
  font-size: 26px !important; }

.u-fz-27 {
  font-size: 27px !important; }

.u-fz-28 {
  font-size: 28px !important; }

.u-fz-29 {
  font-size: 29px !important; }

.u-fz-30 {
  font-size: 30px !important; }

.u-fw-nm {
  font-weight: normal !important; }

.u-fw-b {
  font-weight: bold !important; }

.u-fw-br {
  font-weight: bolder !important; }

.u-fw-l {
  font-weight: 200 !important; }

.u-fw-lr {
  font-weight: lighter !important; }

.u-fw-100 {
  font-weight: 100 !important; }

.u-fw-200 {
  font-weight: 200 !important; }

.u-fw-300 {
  font-weight: 300 !important; }

.u-fw-400 {
  font-weight: 400 !important; }

.u-fw-500 {
  font-weight: 500 !important; }

.u-fw-600 {
  font-weight: 600 !important; }

.u-fw-700 {
  font-weight: 700 !important; }

.u-fw-800 {
  font-weight: 800 !important; }

.u-fw-900 {
  font-weight: 900 !important; }

.u-fs-nm {
  font-style: normal !important; }

.u-fs-i {
  font-style: italic !important; }

.u-fs-o {
  font-style: oblique !important; }

.u-f-nowrap {
  white-space: nowrap !important; }

.u-m-a {
  margin: auto !important; }

.u-m-0 {
  margin: 0 !important; }

.u-m-0_a {
  margin: 0 auto !important; }

.u-m-xs {
  margin: 1rem !important; }

.u-m-sm {
  margin: 2rem !important; }

.u-m-md {
  margin: 3rem !important; }

.u-m-lg {
  margin: 4rem !important; }

.u-m-xl {
  margin: 5rem !important; }

.u-m-xxl {
  margin: 6rem !important; }

.u-mt-0 {
  margin-top: 0 !important; }

.u-mt-xs {
  margin-top: 1rem !important; }

.u-mt-sm {
  margin-top: 2rem !important; }

.u-mt-md {
  margin-top: 3rem !important; }

.u-mt-lg {
  margin-top: 4rem !important; }

.u-mt-xl {
  margin-top: 5rem !important; }

.u-mt-xxl {
  margin-top: 6rem !important; }

.u-mr-a {
  margin-right: auto !important; }

.u-mr-0 {
  margin-right: 0 !important; }

.u-mr-xs {
  margin-right: 1rem !important; }

.u-mr-sm {
  margin-right: 2rem !important; }

.u-mr-md {
  margin-right: 3rem !important; }

.u-mr-lg {
  margin-right: 4rem !important; }

.u-mr-xl {
  margin-right: 5rem !important; }

.u-mr-xxl {
  margin-right: 6rem !important; }

.u-mb-0 {
  margin-bottom: 0 !important; }

.u-mb-xs {
  margin-bottom: 1rem !important; }

.u-mb-sm {
  margin-bottom: 2rem !important; }

.u-mb-md {
  margin-bottom: 3rem !important; }

.u-mb-lg {
  margin-bottom: 4rem !important; }

.u-mb-xl {
  margin-bottom: 5rem !important; }

.u-mb-xxl {
  margin-bottom: 6rem !important; }

.u-ml-a {
  margin-left: auto !important; }

.u-ml-0 {
  margin-left: 0 !important; }

.u-ml-xs {
  margin-left: 1rem !important; }

.u-ml-sm {
  margin-left: 2rem !important; }

.u-ml-md {
  margin-left: 3rem !important; }

.u-ml-lg {
  margin-left: 4rem !important; }

.u-ml-xl {
  margin-left: 5rem !important; }

.u-ml-xxl {
  margin-left: 6rem !important; }

.u-p-0 {
  padding: 0 !important; }

.u-p-xs {
  padding: 1rem !important; }

.u-p-sm {
  padding: 2rem !important; }

.u-p-md {
  padding: 3rem !important; }

.u-p-lg {
  padding: 4rem !important; }

.u-p-xl {
  padding: 5rem !important; }

.u-p-xxl {
  padding: 6rem !important; }

.u-pt-0 {
  padding-top: 0 !important; }

.u-pt-xs {
  padding-top: 1rem !important; }

.u-pt-sm {
  padding-top: 2rem !important; }

.u-pt-md {
  padding-top: 3rem !important; }

.u-pt-lg {
  padding-top: 4rem !important; }

.u-pt-xl {
  padding-top: 5rem !important; }

.u-pt-xxl {
  padding-top: 6rem !important; }

.u-pr-0 {
  padding-right: 0 !important; }

.u-pr-xs {
  padding-right: 1rem !important; }

.u-pr-sm {
  padding-right: 2rem !important; }

.u-pr-md {
  padding-right: 3rem !important; }

.u-pr-lg {
  padding-right: 4rem !important; }

.u-pr-xl {
  padding-right: 5rem !important; }

.u-pr-xxl {
  padding-right: 5rem !important; }

.u-pb-0 {
  padding-bottom: 0 !important; }

.u-pb-xs {
  padding-bottom: 1rem !important; }

.u-pb-sm {
  padding-bottom: 2rem !important; }

.u-pb-md {
  padding-bottom: 3rem !important; }

.u-pb-lg {
  padding-bottom: 4rem !important; }

.u-pb-xl {
  padding-bottom: 5rem !important; }

.u-pb-xxl {
  padding-bottom: 6rem !important; }

.u-pl-0 {
  padding-left: 0 !important; }

.u-pl-xs {
  padding-left: 1rem !important; }

.u-pl-sm {
  padding-left: 2rem !important; }

.u-pl-md {
  padding-left: 3rem !important; }

.u-pl-lg {
  padding-left: 4rem !important; }

.u-pl-xl {
  padding-left: 5rem !important; }

.u-pl-xxl {
  padding-left: 6rem !important; }

@media (max-width: 739px) {
  .u-m-xs {
    margin: 0.5rem !important; }
  .u-m-sm {
    margin: 1rem !important; }
  .u-m-md {
    margin: 2rem !important; }
  .u-m-lg {
    margin: 3rem !important; }
  .u-m-xl {
    margin: 4rem !important; }
  .u-m-xxl {
    margin: 5rem !important; }
  .u-mt-xs {
    margin-top: 0.5rem !important; }
  .u-mt-sm {
    margin-top: 1rem !important; }
  .u-mt-md {
    margin-top: 2rem !important; }
  .u-mt-lg {
    margin-top: 3rem !important; }
  .u-mt-xl {
    margin-top: 4rem !important; }
  .u-mt-xxl {
    margin-top: 5rem !important; }
  .u-mb-xs {
    margin-bottom: 0.5rem !important; }
  .u-mb-sm {
    margin-bottom: 1rem !important; }
  .u-mb-md {
    margin-bottom: 2rem !important; }
  .u-mb-lg {
    margin-bottom: 3rem !important; }
  .u-mb-xl {
    margin-bottom: 4rem !important; }
  .u-mb-xxl {
    margin-bottom: 5rem !important; }
  .u-p-xs {
    padding: 0.5rem !important; }
  .u-p-sm {
    padding: 1rem !important; }
  .u-p-md {
    padding: 2rem !important; }
  .u-p-lg {
    padding: 3rem !important; }
  .u-p-xl {
    padding: 4rem !important; }
  .u-pt-xs {
    padding-top: 0.5rem !important; }
  .u-pt-sm {
    padding-top: 1rem !important; }
  .u-pt-md {
    padding-top: 2rem !important; }
  .u-pt-lg {
    padding-top: 3rem !important; }
  .u-pt-xl {
    padding-top: 4rem !important; }
  .u-pt-xxl {
    padding-top: 5rem !important; }
  .u-pb-xs {
    padding-bottom: 0.5rem !important; }
  .u-pb-sm {
    padding-bottom: 1rem !important; }
  .u-pb-md {
    padding-bottom: 2rem !important; }
  .u-pb-lg {
    padding-bottom: 3rem !important; }
  .u-pb-xl {
    padding-bottom: 4rem !important; }
  .u-pb-xxl {
    padding-bottom: 4rem !important; } }

.u-lisi-n {
  list-style-image: none !important; }

.u-va-sup {
  vertical-align: super !important; }

.u-va-t {
  vertical-align: top !important; }

.u-va-tt {
  vertical-align: text-top !important; }

.u-va-m {
  vertical-align: middle !important; }

.u-va-bl {
  vertical-align: baseline !important; }

.u-va-b {
  vertical-align: bottom !important; }

.u-va-tb {
  vertical-align: text-bottom !important; }

.u-va-sub {
  vertical-align: sub !important; }

.u-ta-l {
  text-align: left !important; }

.u-ta-c {
  text-align: center !important; }

.u-ta-r {
  text-align: right !important; }

.u-ta-j {
  text-align: justify !important; }

.u-td-n {
  text-decoration: none !important; }

.u-td-u {
  text-decoration: underline !important; }

.u-td-o {
  text-decoration: overline !important; }

.u-td-l {
  text-decoration: line-through !important; }

.u-te-n {
  -webkit-text-emphasis: none !important;
  text-emphasis: none !important; }

.u-float-l {
  float: left !important; }

.u-float-r {
  float: right !important; }

.u-float-n {
  float: none !important; }

.u-c-require {
  color: #d5007d !important; }

.u-c-white {
  color: #ffffff !important; }

.u-c-primary {
  color: #000 !important; }

.u-d-n {
  display: none !important; }

.u-d-b {
  display: block !important; }

.u-d-f {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.u-d-if {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.u-d-i {
  display: inline !important; }

.u-d-ib {
  display: inline-block !important; }

.u-d-li {
  display: list-item !important; }

.u-d-ri {
  display: run-in !important; }

.u-d-tb {
  display: table !important; }

.u-d-itb {
  display: inline-table !important; }

.u-d-tbcp {
  display: table-caption !important; }

.u-d-tbcl {
  display: table-column !important; }

.u-d-tbclg {
  display: table-column-group !important; }

.u-d-tbhg {
  display: table-header-group !important; }

.u-d-tbfg {
  display: table-footer-group !important; }

.u-d-tbr {
  display: table-row !important; }

.u-d-tbrg {
  display: table-row-group !important; }

.u-d-tbc {
  display: table-cell !important; }

.u-d-rb {
  display: ruby !important; }

.u-d-rbb {
  display: ruby-base !important; }

.u-d-rbt {
  display: ruby-text !important; }

/* =========================================================
clearfix
========================================================= */
.clear,
.u-clearfix:before,
.u-clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.u-clearfix:after {
  clear: both; }

/* =========================================================
display
========================================================= */
.u-sp-block {
  display: none; }
  @media (max-width: 739px) {
    .u-sp-block {
      display: block; } }

.u-pc-block {
  display: block; }
  @media (max-width: 739px) {
    .u-pc-block {
      display: none; } }

.u-sp-inline {
  display: none !important; }
  @media (max-width: 739px) {
    .u-sp-inline {
      display: inline !important; } }

.u-pc-inline {
  display: inline !important; }
  @media (max-width: 739px) {
    .u-pc-inline {
      display: none !important; } }

.u-sp-inlineblock {
  display: none; }
  @media (max-width: 739px) {
    .u-sp-inlineblock {
      display: inline-block; } }

.u-pc-inlineblock {
  display: inline-block; }
  @media (max-width: 739px) {
    .u-pc-inlineblock {
      display: none; } }

/* =========================================================
img
========================================================= */
.u-img-responsive {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto; }

.u-img-no-responsive {
  display: inline-block;
  height: auto; }

.u-img-fit {
  display: inline-block;
  width: 100%;
  height: auto; }

/* =========================================================
transition-delay
========================================================= */
.is-onscreen .u-delay-004 {
  -webkit-transition-delay: 0.04s !important;
  -o-transition-delay: 0.04s !important;
  transition-delay: 0.04s !important;
  -webkit-animation-delay: 0.04s !important;
  animation-delay: 0.04s !important; }

.is-onscreen .u-delay-005 {
  -webkit-transition-delay: 0.05s !important;
  -o-transition-delay: 0.05s !important;
  transition-delay: 0.05s !important;
  -webkit-animation-delay: 0.05s !important;
  animation-delay: 0.05s !important; }

.is-onscreen .u-delay-008 {
  -webkit-transition-delay: 0.08s !important;
  -o-transition-delay: 0.08s !important;
  transition-delay: 0.08s !important;
  -webkit-animation-delay: 0.08s !important;
  animation-delay: 0.08s !important; }

.is-onscreen .u-delay-010 {
  -webkit-transition-delay: 0.1s !important;
  -o-transition-delay: 0.1s !important;
  transition-delay: 0.1s !important;
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important; }

.is-onscreen .u-delay-012 {
  -webkit-transition-delay: 0.12s !important;
  -o-transition-delay: 0.12s !important;
  transition-delay: 0.12s !important;
  -webkit-animation-delay: 0.12s !important;
  animation-delay: 0.12s !important; }

.is-onscreen .u-delay-015 {
  -webkit-transition-delay: 0.15s !important;
  -o-transition-delay: 0.15s !important;
  transition-delay: 0.15s !important;
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important; }

.is-onscreen .u-delay-016 {
  -webkit-transition-delay: 0.16s !important;
  -o-transition-delay: 0.16s !important;
  transition-delay: 0.16s !important;
  -webkit-animation-delay: 0.16s !important;
  animation-delay: 0.16s !important; }

.is-onscreen .u-delay-020 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important;
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important; }

.is-onscreen .u-delay-024 {
  -webkit-transition-delay: 0.24s !important;
  -o-transition-delay: 0.24s !important;
  transition-delay: 0.24s !important;
  -webkit-animation-delay: 0.24s !important;
  animation-delay: 0.24s !important; }

.is-onscreen .u-delay-025 {
  -webkit-transition-delay: 0.25s !important;
  -o-transition-delay: 0.25s !important;
  transition-delay: 0.25s !important;
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important; }

.is-onscreen .u-delay-028 {
  -webkit-transition-delay: 0.28s !important;
  -o-transition-delay: 0.28s !important;
  transition-delay: 0.28s !important;
  -webkit-animation-delay: 0.28s !important;
  animation-delay: 0.28s !important; }

.is-onscreen .u-delay-030 {
  -webkit-transition-delay: 0.3s !important;
  -o-transition-delay: 0.3s !important;
  transition-delay: 0.3s !important;
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important; }

.is-onscreen .u-delay-032 {
  -webkit-transition-delay: 0.32s !important;
  -o-transition-delay: 0.32s !important;
  transition-delay: 0.32s !important;
  -webkit-animation-delay: 0.32s !important;
  animation-delay: 0.32s !important; }

.is-onscreen .u-delay-035 {
  -webkit-transition-delay: 0.35s !important;
  -o-transition-delay: 0.35s !important;
  transition-delay: 0.35s !important;
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important; }

.is-onscreen .u-delay-036 {
  -webkit-transition-delay: 0.36s !important;
  -o-transition-delay: 0.36s !important;
  transition-delay: 0.36s !important;
  -webkit-animation-delay: 0.36s !important;
  animation-delay: 0.36s !important; }

.is-onscreen .u-delay-040 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important; }

.is-onscreen .u-delay-044 {
  -webkit-transition-delay: 0.44s !important;
  -o-transition-delay: 0.44s !important;
  transition-delay: 0.44s !important;
  -webkit-animation-delay: 0.44s !important;
  animation-delay: 0.44s !important; }

.is-onscreen .u-delay-045 {
  -webkit-transition-delay: 0.45s !important;
  -o-transition-delay: 0.45s !important;
  transition-delay: 0.45s !important;
  -webkit-animation-delay: 0.45s !important;
  animation-delay: 0.45s !important; }

.is-onscreen .u-delay-048 {
  -webkit-transition-delay: 0.48s !important;
  -o-transition-delay: 0.48s !important;
  transition-delay: 0.48s !important;
  -webkit-animation-delay: 0.48s !important;
  animation-delay: 0.48s !important; }

.is-onscreen .u-delay-050 {
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important; }

.is-onscreen .u-delay-052 {
  -webkit-transition-delay: 0.52s !important;
  -o-transition-delay: 0.52s !important;
  transition-delay: 0.52s !important;
  -webkit-animation-delay: 0.52s !important;
  animation-delay: 0.52s !important; }

.is-onscreen .u-delay-055 {
  -webkit-transition-delay: 0.55s !important;
  -o-transition-delay: 0.55s !important;
  transition-delay: 0.55s !important;
  -webkit-animation-delay: 0.55s !important;
  animation-delay: 0.55s !important; }

.is-onscreen .u-delay-056 {
  -webkit-transition-delay: 0.56s !important;
  -o-transition-delay: 0.56s !important;
  transition-delay: 0.56s !important;
  -webkit-animation-delay: 0.56s !important;
  animation-delay: 0.56s !important; }

.is-onscreen .u-delay-060 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important; }

.is-onscreen .u-delay-064 {
  -webkit-transition-delay: 0.64s !important;
  -o-transition-delay: 0.64s !important;
  transition-delay: 0.64s !important;
  -webkit-animation-delay: 0.64s !important;
  animation-delay: 0.64s !important; }

.is-onscreen .u-delay-065 {
  -webkit-transition-delay: 0.65s !important;
  -o-transition-delay: 0.65s !important;
  transition-delay: 0.65s !important;
  -webkit-animation-delay: 0.65s !important;
  animation-delay: 0.65s !important; }

.is-onscreen .u-delay-068 {
  -webkit-transition-delay: 0.68s !important;
  -o-transition-delay: 0.68s !important;
  transition-delay: 0.68s !important;
  -webkit-animation-delay: 0.68s !important;
  animation-delay: 0.68s !important; }

.is-onscreen .u-delay-070 {
  -webkit-transition-delay: 0.7s !important;
  -o-transition-delay: 0.7s !important;
  transition-delay: 0.7s !important;
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important; }

.is-onscreen .u-delay-072 {
  -webkit-transition-delay: 0.72s !important;
  -o-transition-delay: 0.72s !important;
  transition-delay: 0.72s !important;
  -webkit-animation-delay: 0.72s !important;
  animation-delay: 0.72s !important; }

.is-onscreen .u-delay-075 {
  -webkit-transition-delay: 0.75s !important;
  -o-transition-delay: 0.75s !important;
  transition-delay: 0.75s !important;
  -webkit-animation-delay: 0.75s !important;
  animation-delay: 0.75s !important; }

.is-onscreen .u-delay-076 {
  -webkit-transition-delay: 0.76s !important;
  -o-transition-delay: 0.76s !important;
  transition-delay: 0.76s !important;
  -webkit-animation-delay: 0.76s !important;
  animation-delay: 0.76s !important; }

.is-onscreen .u-delay-080 {
  -webkit-transition-delay: 0.8s !important;
  -o-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important; }

.is-onscreen .u-delay-085 {
  -webkit-transition-delay: 0.85s !important;
  -o-transition-delay: 0.85s !important;
  transition-delay: 0.85s !important;
  -webkit-animation-delay: 0.85s !important;
  animation-delay: 0.85s !important; }

.is-onscreen .u-delay-090 {
  -webkit-transition-delay: 0.9s !important;
  -o-transition-delay: 0.9s !important;
  transition-delay: 0.9s !important;
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important; }

.is-onscreen .u-delay-095 {
  -webkit-transition-delay: 0.95s !important;
  -o-transition-delay: 0.95s !important;
  transition-delay: 0.95s !important;
  -webkit-animation-delay: 0.95s !important;
  animation-delay: 0.95s !important; }

.is-onscreen .u-delay-100 {
  -webkit-transition-delay: 1s !important;
  -o-transition-delay: 1s !important;
  transition-delay: 1s !important;
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important; }

.is-onscreen .u-delay-105 {
  -webkit-transition-delay: 1.05s !important;
  -o-transition-delay: 1.05s !important;
  transition-delay: 1.05s !important;
  -webkit-animation-delay: 1.05s !important;
  animation-delay: 1.05s !important; }

.is-onscreen .u-delay-110 {
  -webkit-transition-delay: 1.1s !important;
  -o-transition-delay: 1.1s !important;
  transition-delay: 1.1s !important;
  -webkit-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important; }

/* =========================================================
pointer-events
========================================================= */
/*w3cエラー .u-hover-shit {
pointer-events: none;
}*/
/* =========================================================
animation
========================================================= */
@-webkit-keyframes moveLineLeftToRight {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center; }
  49.9% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center; }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }
@keyframes moveLineLeftToRight {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: right center;
    transform-origin: right center; }
  49.9% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center; }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    transform-origin: left center; }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@-webkit-keyframes moveLineTopToBottom {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  49.9% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top; }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top; } }

@keyframes moveLineTopToBottom {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  49.9% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top; }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: center top;
    transform-origin: center top; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

/* =========================================================
youtube
========================================================= */
.u-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .u-youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }
