@charset "UTF-8";
/* =============================================================================
   Mediaquery

   例）
   #main{
      ...
      ...
      @include media(tablet){
        ......
      }
      @include media(pc){
        .....
      }
    }
   ========================================================================== */
/* line 5, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* =============================================================================
   Base
   ========================================================================== */
/* line 10, ../sass/base/_base.scss */
html, body {
  height: 100%;
  font-size: 62.5%;
}

/* line 15, ../sass/base/_base.scss */
html {
  visibility: hidden;
}

/* line 18, ../sass/base/_base.scss */
html.wf-active {
  visibility: visible;
}

/* line 22, ../sass/base/_base.scss */
body {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "a-otf-ryumin-pr6n", "ヒラギノ明朝 ProN W3",  "Hiragino Mincho ProN",  "游明朝", YuMincho,"メイリオ", Meiryo, serif;
  line-height: 1.4em;
  left: 0;
  overflow-x: hidden;
}

/* line 31, ../sass/base/_base.scss */
img {
  width: 100%;
}

/* line 35, ../sass/base/_base.scss */
section {
  overflow: hidden;
  *zoom: 1;
}

/* line 39, ../sass/base/_base.scss */
.text-center {
  text-align: center;
}

/* line 42, ../sass/base/_base.scss */
.text-left {
  text-align: left;
}

/* line 45, ../sass/base/_base.scss */
.text-right {
  text-align: right;
}

/* line 49, ../sass/base/_base.scss */
.sp-hidden {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 49, ../sass/base/_base.scss */
  .sp-hidden {
    display: inline;
  }
}

@media only screen and (min-width: 768px) {
  /* line 59, ../sass/base/_base.scss */
  .table-hidden {
    display: none;
  }
}
/* =============================================================================
   Layout
   ========================================================================== */
/* =============================================================================
   Slide Menu
   ========================================================================== */
/* line 5, ../sass/module/_header.scss */
#slide_menu {
  position: fixed;
  top: 0;
  left: -220px;
  width: 200px;
  padding: 20px 0 0 20px;
  height: 100vh;
  overflow: scroll;
  background: #020211;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  z-index: 1000;
}
/* line 17, ../sass/module/_header.scss */
#slide_menu h1 {
  width: 60%;
}
/* line 22, ../sass/module/_header.scss */
#slide_menu nav {
  margin-top: 16px;
  margin-left: 0px;
  font-family: "adobe-garamond-pro";
}
/* line 26, ../sass/module/_header.scss */
#slide_menu nav li {
  margin-bottom: 20px;
}
/* line 28, ../sass/module/_header.scss */
#slide_menu nav li a {
  color: #ffffff;
  text-decoration: none;
}
/* line 32, ../sass/module/_header.scss */
#slide_menu nav li.collection {
  position: relative;
  overflow: hidden;
}
/* line 35, ../sass/module/_header.scss */
#slide_menu nav li.collection a {
  display: inline-block;
  width: 100px;
}
/* line 40, ../sass/module/_header.scss */
#slide_menu nav li.contact {
  clear: left;
}
/* line 45, ../sass/module/_header.scss */
#slide_menu nav .collection-menu {
  margin-top: 20px;
  margin-left: 23px;
}
/* line 48, ../sass/module/_header.scss */
#slide_menu nav .collection-menu li {
  margin-bottom: 20px;
}

/* line 55, ../sass/module/_header.scss */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

/* line 61, ../sass/module/_header.scss */
.menu-trigger {
  position: fixed;
  width: 30px;
  height: 21px;
  z-index: 1000;
  top: 20px;
  left: 30px;
}

/* line 69, ../sass/module/_header.scss */
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #818181;
  border-radius: 4px;
}

/* line 77, ../sass/module/_header.scss */
.menu-trigger span:nth-of-type(1) {
  top: 0;
}

/* line 80, ../sass/module/_header.scss */
.menu-trigger span:nth-of-type(2) {
  top: 10px;
}

/* line 83, ../sass/module/_header.scss */
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

/* line 86, ../sass/module/_header.scss */
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
  background-color: #fff;
}

/* line 91, ../sass/module/_header.scss */
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

/* line 94, ../sass/module/_header.scss */
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background-color: #fff;
}

@media only screen and (min-width: 768px) {
  /* line 104, ../sass/module/_header.scss */
  #slide_menu {
    left: -300px;
    width: 260px;
    padding: 40px 0 0 20px;
    overflow: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  /* line 112, ../sass/module/_header.scss */
  #slide_menu h1 {
    display: block;
    max-width: 123px;
  }
  /* line 117, ../sass/module/_header.scss */
  #slide_menu nav {
    margin-top: 50px;
  }
  /* line 119, ../sass/module/_header.scss */
  #slide_menu nav li {
    margin-bottom: 20px;
  }
  /* line 122, ../sass/module/_header.scss */
  #slide_menu nav li.collection a {
    float: left;
    display: block;
    width: 80px;
  }
  /* line 128, ../sass/module/_header.scss */
  #slide_menu nav li.contact {
    clear: left;
  }
  /* line 133, ../sass/module/_header.scss */
  #slide_menu nav .collection-menu {
    float: left;
    margin-top: 2px;
  }
  /* line 136, ../sass/module/_header.scss */
  #slide_menu nav .collection-menu li {
    margin-bottom: 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 141, ../sass/module/_header.scss */
  #slide_menu nav .collection-menu:before {
    content: " ";
    position: absolute;
    top: 15px;
    left: 65px;
    width: 30px;
    border-bottom: solid 1px #ffffff;
  }

  /* line 153, ../sass/module/_header.scss */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: none;
    box-sizing: border-box;
  }

  /* line 160, ../sass/module/_header.scss */
  .menu-trigger {
    position: fixed;
    width: 30px;
    height: 21px;
    z-index: 1000;
    top: 20px;
    left: 30px;
  }

  /* line 170, ../sass/module/_header.scss */
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #818181;
    border-radius: 4px;
  }

  /* line 178, ../sass/module/_header.scss */
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  /* line 181, ../sass/module/_header.scss */
  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  /* line 184, ../sass/module/_header.scss */
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* line 187, ../sass/module/_header.scss */
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
    background-color: #fff;
  }

  /* line 192, ../sass/module/_header.scss */
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  /* line 195, ../sass/module/_header.scss */
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
    background-color: #fff;
  }
}
/* line 7, ../sass/style.scss */
.home {
  position: relative;
}
/* line 10, ../sass/style.scss */
.home #logo {
  width: 50%;
  margin: 70px auto 40px;
}
/* line 15, ../sass/style.scss */
.home .home-nav {
  width: 18%;
  margin: auto;
  font-family: "adobe-garamond-pro";
}
/* line 19, ../sass/style.scss */
.home .home-nav li {
  margin-bottom: 16px;
}
/* line 21, ../sass/style.scss */
.home .home-nav li a {
  color: #ffffff;
  text-decoration: none;
}
/* line 27, ../sass/style.scss */
.home .home-nav li ul {
  margin-top: 20px;
  margin-left: 20px;
}
/* line 33, ../sass/style.scss */
.home .sns-nav {
  display: block;
  width: 18%;
  margin: auto;
}
/* line 37, ../sass/style.scss */
.home .sns-nav li {
  display: inline-block;
  margin-right: 6px;
}
/* line 42, ../sass/style.scss */
.home .sns-nav .facebook {
  width: 9px;
}
/* line 46, ../sass/style.scss */
.home .sns-nav .instagram {
  width: 16px;
}
/* line 51, ../sass/style.scss */
.home .language {
  display: block;
  color: #ffffff;
  font-family: "adobe-garamond-pro";
  width: 18%;
  margin: 30px auto 0;
}
/* line 57, ../sass/style.scss */
.home .language a {
  text-decoration: none;
  color: #ffffff;
}

@media only screen and (min-width: 321px) {
  /* line 67, ../sass/style.scss */
  .home {
    margin: 85px auto 40px;
  }
  /* line 70, ../sass/style.scss */
  .home #logo {
    width: 60%;
  }
  /* line 74, ../sass/style.scss */
  .home .home-nav li {
    margin-bottom: 25px;
  }
  /* line 77, ../sass/style.scss */
  .home .home-nav li ul {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 89, ../sass/style.scss */
  .home {
    position: relative;
  }
  /* line 92, ../sass/style.scss */
  .home #logo {
    position: absolute;
    top: 50px;
    right: 120px;
    margin: 0;
    max-width: 182px;
  }
  /* line 99, ../sass/style.scss */
  .home .home-nav {
    position: absolute;
    top: 177px;
    right: 180px;
    width: auto;
    font-family: "adobe-garamond-pro";
  }
  /* line 105, ../sass/style.scss */
  .home .home-nav li {
    display: inline-block;
  }
  /* line 107, ../sass/style.scss */
  .home .home-nav li a {
    color: #ffffff;
    text-decoration: none;
  }
  /* line 111, ../sass/style.scss */
  .home .home-nav li:after {
    content: " ";
    display: inline-block;
    height: .8em;
    width: 1px;
    margin-left: 1em;
    margin-right: .6em;
    border-left: solid 1px #ffffff;
    -webkit-transform: translateY(4px) rotate(30deg);
    transform: translateY(4px) rotate(30deg);
  }
  /* line 123, ../sass/style.scss */
  .home .home-nav li:last-child:after {
    display: none;
  }
  /* line 129, ../sass/style.scss */
  .home .home-nav .menu-collection {
    display: inline-block;
    height: 200px;
  }
  /* line 133, ../sass/style.scss */
  .home .home-nav .menu-collection .child li {
    display: block;
  }
  /* line 137, ../sass/style.scss */
  .home .home-nav .collection-menu {
    display: none;
    position: absolute;
  }
  /* line 142, ../sass/style.scss */
  .home .home-nav .collection-menu li:after {
    display: none;
  }
  /* line 151, ../sass/style.scss */
  .home .sns-nav {
    display: inline-block;
    width: auto;
    margin: 0;
    position: absolute;
    top: 177px;
    right: 120px;
  }
  /* line 158, ../sass/style.scss */
  .home .sns-nav li {
    display: inline-block;
    margin-right: 6px;
  }
  /* line 163, ../sass/style.scss */
  .home .sns-nav .facebook {
    width: 8px;
  }
  /* line 167, ../sass/style.scss */
  .home .sns-nav .instagram {
    width: 15px;
  }
  /* line 172, ../sass/style.scss */
  .home .language {
    position: absolute;
    top: 210px;
    right: 125px;
    margin: 0;
    padding: 0;
    width: 109px;
    z-index: 0;
  }
}
