@charset "UTF-8";
/*! Made w  th Bones: http://themble.com/bones :) */
/******************************************************************
Stylesheet: Main Stylesheet
******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  text-decoration: none;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * 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;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/* common color */
/* Color Setting 01 ------------------------------------------------ */
/* background */
/* title */
/* link */
/* etc */
/* look margin ------------------------------------------------ */
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: "HelveticaNeue-Medium";
  src: url("../fonts/HelveticaNeue-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "HelveticaNeue-Regular";
  src: url("../fonts/HelveticaNeue-Regular.ttf") format("truetype");
}
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  /*  enabling fancy ligatures when available
  -webkit-font-feature-settings: "liga", "dlig";
   -moz-font-feature-settings: "liga=1, dlig=1";
      -ms-font-feature-settings: "liga", "dlig";
       -o-font-feature-settings: "liga", "dlig";
          font-feature-settings: "liga", "dlig"; */
}

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
FILTER BRIGHTNESS
*********************/
/*********************
FILTER OPACITY
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.0909090909%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.button, .button_cross, .button_underline {
  cursor: pointer;
  line-height: 1;
  outline: none;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.button_underline {
  color: #000;
  display: inline-block;
  padding-bottom: 8px;
}
.button_underline::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: scale(1);
  transform-origin: left center;
  transition: transform 0.4s ease-in-out;
}
.button_underline:hover::before {
  transform: scale(0, 1);
  transform-origin: right center;
}
.button_primary {
  display: block;
  padding: 0.8rem 2rem;
  margin-top: 2rem;
  font-size: 0.9375rem;
  color: #fff;
  text-align: center;
  background-color: #1b6aa7;
  border: none;
  white-space: nowrap;
  transition: 0.4s;
}
.button_primary:hover {
  color: #1b6aa7;
  background: #fff;
}
.button_cross {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.button_cross:hover .cross {
  transform: scale(1.2, 1.2);
}
.button_cross .cross {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0.4s;
}
.button_cross .cross::before, .button_cross .cross::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  transform: rotate(45deg);
  transform-origin: center;
  position: absolute;
  top: 46%;
  left: 0;
}
.button_cross .cross::after {
  transform: rotate(-45deg);
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Stylesheet: Base Mobile Stylesheet
******************************************************************/
/*********************
no-js
*********************/
.no-js #video_layer {
  display: none;
}
.no-js #video_top {
  display: none;
}
.no-js #mute {
  display: none;
}

/*********************
GENERAL STYLES
*********************/
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 100%;
  line-height: 0;
  color: #000;
  background-color: #fff;
}

img {
  width: 100%;
  height: auto;
}

/*********************
LINK STYLES
*********************/
a,
a:visited {
  color: #000;
  text-decoration: underline;
  outline: none;
  /* on hover */
}
a:hover, a:focus,
a:visited:hover,
a:visited:focus {
  text-decoration: none;
}

a:focus,
*:focus {
  outline: none;
}

/************************
TEXT STYLES
************************/
h1,
h2,
p,
li {
  line-height: 1;
}

h1 {
  font-size: 16px;
}

h2 {
  font-size: 13px;
}

p {
  font-size: 10px;
  margin: 1em 0;
}
p .no-wrap {
  display: inline-block;
  white-space: nowrap;
}

li {
  font-size: 10px;
}

/*********************
TRANSITION
*********************/
/*********************
CONSTRUCTION
*********************/
#contents {
  position: relative;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  text-align: inherit !important;
  overflow: hidden;
}
#contents article {
  width: 100%;
}
#contents article > section {
  position: relative;
}

/*********************
HEADER STYLES
*********************/
header {
  align-items: center;
  background-color: transparent;
  display: flex;
  height: 68px;
  justify-content: space-between;
  padding: 0 8px 0 16px;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 999;
}
header .logo a {
  background-image: url("../images/logo_wh.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 40px;
  width: 58px;
}
header .logo a .logo_bk {
  height: 100%;
  opacity: 0;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.6s;
  width: 100%;
}
header .menu {
  display: none;
  margin-left: 48px;
}
header .menu li {
  list-style: none;
  margin-left: 36px;
}
header .menu li a {
  color: #fff;
  padding: 4px 0;
  text-decoration: none;
}
header .menu li a:hover {
  border-bottom: 1px solid #fff;
}
header .menu li:first-child {
  margin-left: 0;
}
header .drawer-hamburger {
  position: relative;
  left: 0 !important;
  width: 24px;
}
header .drawer-hamburger .drawer-hamburger-icon {
  background-color: #fff;
  height: 1px;
  transition: 0.6s;
}
header .drawer-hamburger .drawer-hamburger-icon:before, header .drawer-hamburger .drawer-hamburger-icon::after {
  background-color: #fff;
  height: 1px;
  transition: 0.6s;
}
header .drawer-hamburger .drawer-hamburger-icon:before {
  top: -6px;
}
header .drawer-hamburger .drawer-hamburger-icon::after {
  top: 6px;
}
header.sub-page {
  background-color: #fff;
  transition: background-color 0.6s;
}
header.sub-page .logo a {
  background-image: none;
}
header.sub-page .logo a .logo_bk {
  opacity: 1;
}
header.sub-page .menu li a {
  color: #000;
}
header.sub-page .menu li a:hover {
  border-bottom-color: #000;
}
header.sub-page .drawer-hamburger .drawer-hamburger-icon {
  background-color: #000;
}
header.sub-page .drawer-hamburger .drawer-hamburger-icon:before, header.sub-page .drawer-hamburger .drawer-hamburger-icon::after {
  background-color: #000;
}
.drawer-open header {
  background-color: transparent;
}
.drawer-open header .logo a {
  background-image: none;
}
.drawer-open header .logo a .logo_bk {
  opacity: 1;
}
.drawer-open header .drawer-hamburger .drawer-hamburger-icon {
  background-color: transparent;
}
.drawer-open header .drawer-hamburger .drawer-hamburger-icon:before, .drawer-open header .drawer-hamburger .drawer-hamburger-icon::after {
  background-color: #000;
  top: 0;
}

/*********************
DRAWER NAV
*********************/
.drawer-overlay {
  background-color: rgba(255, 255, 255, 0.9);
}

.drawer--left .drawer-nav {
  background-color: transparent;
  left: -100vw;
  transition: none;
  width: 100vw;
}
.drawer--left .drawer-nav .menu {
  opacity: 0;
  padding-top: 80px;
  padding-left: 24px;
  transition: opacity 0.6s !important;
}
.drawer--left .drawer-nav .menu li {
  margin-bottom: 32px;
}
.drawer--left .drawer-nav .menu li:last-child {
  margin-bottom: 0;
}
.drawer--left .drawer-nav p.company {
  bottom: 24px;
  font-size: 13px;
  left: 24px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.6s !important;
}
.drawer--left .drawer-nav a {
  border-bottom: 1px solid transparent;
  font-size: 13px;
  padding-bottom: 4px;
  text-decoration: none;
}
.drawer--left .drawer-nav a:hover, .drawer--left .drawer-nav a:active {
  border-bottom-color: #000;
}
.drawer--left.drawer-open .drawer-nav .menu {
  opacity: 1;
}
.drawer--left.drawer-open .drawer-nav p.company {
  opacity: 1;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/* specific */
#video_layer {
  display: none;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: 0.4s;
}
#video_layer video {
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100vw;
}
#video_layer .button_cross {
  position: absolute;
  padding: 8px;
  top: 40px;
  right: 1vw;
  width: 40px;
  height: 40px;
}
#video_layer .button_cross .cross::before, #video_layer .button_cross .cross::after {
  content: "";
  background-color: #fff;
}

.video {
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  max-width: inherit;
  overflow: "hidden";
  position: "relative";
}
.video video {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100vw;
}
.video .button_wrapper {
  bottom: 16vh;
  left: 50vw;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
}
.video .button_wrapper .open_video {
  border-bottom: 1px solid transparent;
  color: #fff;
  padding-bottom: 4px;
  text-decoration: none;
}
.video .button_wrapper .open_video:hover {
  border-bottom-color: #fff;
  cursor: pointer;
}

.look {
  max-width: inherit;
  padding: 68px 0 16vw;
  width: 100%;
}
.look .item_wrapper {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
.look .item_wrapper .item {
  position: relative;
  margin-bottom: 96px;
  width: 49.5%;
}
.look .item_wrapper .item a {
  cursor: pointer;
}
.look .item_wrapper .item .wrapper {
  display: block;
  padding-top: 125%;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}
.look .item_wrapper .item .wrapper .media {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.look .item_wrapper .item .wrapper .media img,
.look .item_wrapper .item .wrapper .media video {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.look .item_wrapper .item .text {
  bottom: 0;
  left: 0;
  position: absolute;
  transform: translateY(100%);
  width: 100%;
}
.look .item_wrapper .item .text p {
  font-size: 10px;
  line-height: 1;
  margin-left: 12px;
}
.look .item_wrapper .item .text p.items {
  line-height: 1.4;
  margin-top: 12px;
}
.look .item_wrapper .item .text p.shop-now {
  margin-top: 8px;
}
.look .item_wrapper .item .text p.shop-now a {
  padding-bottom: 4px;
}

.concept {
  margin: calc(50vh - 68px) auto calc(50vh - 68px - 13px - 3vh);
  text-align: center;
  width: 90vw;
}
.concept h1.concept_menu {
  display: inline-block;
  margin: 0 0 40px;
}
.concept h1.concept_menu a {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  display: block;
  padding-bottom: 8px;
  text-decoration: none;
}
.concept h1.concept_menu a:hover {
  border-bottom-color: #000;
}
.concept .concept_wrapper {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 1s;
}
.concept .concept_wrapper.open {
  opacity: 1;
}
.concept .concept_wrapper.open.brand_concept_wrapper {
  height: 1200px;
}
.concept .concept_wrapper.open.season_concept_wrapper {
  height: 450px;
}
.concept .concept_wrapper .concept_text {
  font-family: "Arial";
  line-height: 2.4;
  margin-bottom: 0;
}
.concept .concept_wrapper.brand_concept_wrapper .lead {
  margin-bottom: 32px;
}
.concept .concept_wrapper.brand_concept_wrapper .keyword {
  margin-bottom: 32px;
}
.concept .concept_wrapper.brand_concept_wrapper .keyword:last-of-type {
  margin-bottom: 64px;
}
.concept .concept_wrapper.brand_concept_wrapper .keyword h2 {
  margin-bottom: 12px;
}
.concept .concept_wrapper.brand_concept_wrapper .keyword h2 span {
  display: block;
}
.concept .concept_wrapper.brand_concept_wrapper .keyword h2 .key_fr {
  margin-bottom: 12px;
}
.concept .concept_wrapper.brand_concept_wrapper .keyword h2 .key_en {
  font-family: "Arial";
  font-weight: 300;
}
.concept .concept_wrapper.brand_concept_wrapper .keyword h2 .key_en:before {
  content: "（";
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.concept .concept_wrapper.brand_concept_wrapper .keyword h2 .key_en:after {
  content: "）";
}
.concept .concept_wrapper.brand_concept_wrapper .keyword .description {
  line-height: 2;
}
.concept .concept_wrapper.season_concept_wrapper .title_en {
  margin-bottom: 24px;
}
.concept .concept_wrapper.season_concept_wrapper .title_ja {
  margin-bottom: 40px;
}

.store-list {
  margin: 160px auto 188px;
  text-align: center;
  width: 90%;
}
.store-list h1 {
  margin: 0 0 40px;
}
.store-list h2 {
  border-bottom: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  margin: 8px;
  padding-bottom: 8px;
}
.store-list h2:hover {
  border-bottom-color: #000;
}
.store-list .store_list_wrap {
  margin-bottom: 80px;
}
.store-list .area_table_wrapper {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 1s;
}
.store-list .area_table_wrapper.open {
  height: auto;
  opacity: 1;
}
.store-list .area_table {
  margin: 32px auto 48px;
  max-width: 680px;
  text-align: left;
  width: 100%;
}
.store-list .area_table tr {
  display: block;
  margin-bottom: 16px;
}
.store-list .area_table tr:last-child {
  margin-bottom: 0;
}
.store-list .area_table tr th,
.store-list .area_table tr td {
  display: block;
  font-family: "Arial";
  font-size: 13px;
  height: auto;
  line-height: 1.4;
  min-height: 24px;
  padding: 0;
  vertical-align: middle;
}
.store-list .area_table tr th:empty,
.store-list .area_table tr td:empty {
  min-height: 0;
  line-height: 0;
}
.store-list .area_table tr th:not(:empty) {
  font-weight: normal;
  margin-bottom: 8px;
  margin-top: 24px;
  text-align: center;
  width: 100%;
}
.store-list .area_table tr th:not(:empty):before {
  content: "- ";
}
.store-list .area_table tr th:not(:empty):after {
  content: " -";
}
.store-list .area_table tr td:first-of-type {
  width: 80px;
}
.store-list .area_table tr td:first-of-type:not(:empty) {
  margin-bottom: -24px;
}
.store-list .area_table tr td:nth-of-type(2) {
  margin-left: 80px;
}
.store-list .area_table tr td:last-of-type {
  margin-left: 80px;
  width: 128px;
}
.store-list .online-store {
  font-family: "Arial";
  font-size: 13px;
}
.store-list .online-store a {
  border-bottom: 1px solid transparent;
  text-decoration: none;
  padding-bottom: 4px;
}
.store-list .online-store a:hover {
  border-bottom-color: #000;
}

/*********************
FOOTER STYLES
*********************/
footer {
  bottom: 0;
  display: none;
  text-align: center;
  position: fixed;
  width: 100vw;
}
footer.sub-page {
  position: relative;
}
footer.sub-page .copyright a {
  color: #000;
}
footer .copyright {
  padding: 0 0 3vh;
  margin: 0;
}
footer .copyright a {
  color: #fff;
  text-decoration: none;
}

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Stylesheet: Tablet & Small Desktop Stylesheet

  This is the tablet size.
  ******************************************************************/
  /************************
  TEXT STYLES
  ************************/
  /*********************
  Video Layer
  *********************/
  /************************
  TEXT STYLES
  ************************/
  /*********************
  CONSTRUCTION
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .store-list .area_table tr {
    display: table-row;
    margin-bottom: 0;
  }
  .store-list .area_table tr th,
.store-list .area_table tr td {
    display: table-cell;
    height: 48px;
  }
  .store-list .area_table tr th:not(:empty) {
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    width: 80px;
  }
  .store-list .area_table tr th:not(:empty):before, .store-list .area_table tr th:not(:empty):after {
    content: none;
  }
  .store-list .area_table tr td {
    margin-left: 0;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1025px) {
  /******************************************************************
  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  ******************************************************************/
  /************************
  TEXT STYLES
  ************************/
  h1 {
    font-size: 19px;
  }
  h2 {
    font-size: 16px;
  }
  p {
    font-size: 13px;
  }
  li {
    font-size: 13px;
  }
  /*********************
  HEADER STYLES
  *********************/
  header {
    height: 98px;
    justify-content: flex-start;
    padding: 0 54px;
  }
  header .logo a {
    height: 64px;
    width: 92.5px;
  }
  header .menu {
    display: flex;
  }
  header .drawer-hamburger {
    display: none;
  }
  /*********************
  DRAWER NAV
  *********************/
  .drawer-nav {
    display: none;
  }
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  /* specific */
  #video_layer video {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #video_layer .button_cross {
    top: 1vw;
  }
  .look {
    padding: 8vw 0 16vw;
  }
  .look .item_wrapper .item {
    margin-bottom: 64px;
  }
  .look .item_wrapper .item .text p {
    margin-left: 22px;
  }
  .look .item_wrapper .item .text p.items {
    line-height: 1;
  }
  .look .item_wrapper .item .text p.items br.sp {
    display: none;
  }
  .concept .concept_wrapper br.sp {
    display: none;
  }
  .store-list {
    margin-top: 224px;
  }
  /*********************
  FOOTER STYLES
  *********************/
  footer {
    display: block;
  }
}
/*********************
*********************/
@media only screen and (min-height: 480px) {
  .store-list {
    margin: calc(50vh - 220px) auto calc(50vh - 220px - 13px - 3vh);
  }
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  .sidebar,
.page-navigation,
.wp-prev-next,
.respond-form,
nav {
    display: none;
  }
}

  /*********************
  20260716追加
  *********************/
  .splide__slide img{
    height: 100vh;
    object-fit: cover;
  }
/*# sourceMappingURL=style.css.map */