@charset "UTF-8";
/* CSS Document */
/*share*/
::-moz-selection {
  background: rgba(3, 22, 40, 0.6); /* Safari */
  color: white;
}
::selection {
  background: rgba(3, 22, 40, 0.6); /* Safari */
  color: white;
}

::-moz-selection {
  background: rgba(3, 22, 40, 0.6); /* Firefox */
  color: white;
}

html, body {
  height: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: underline;
}

li {
  list-style-type: none;
}

dl, dt, dd, ul, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, p {
  padding: 0;
  margin: 0;
  font-size: 1em;
}

body {
  font-family: "Roboto Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo UI", "Meiryo", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 12px;
  color: #333;
}

header {
  position: fixed;
  height: 100%;
  background: rgb(247, 247, 247);
  top: 0;
  width: 100%;
  min-height: 580px;
  -webkit-transition: 0.75s;
  transition: 0.75s;
  width: 300px;
  right: 30px;
  z-index: 50;
}
header #logo_area {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
header #logo_area #store_logo {
  margin-bottom: 1.5em;
  width: 180px;
  height: auto;
}
header #logo_area #store_copy {
  text-transform: uppercase;
  font-size: 0.95em;
  letter-spacing: 0.075em;
}
header #copyright {
  position: absolute;
  bottom: 1em;
  width: 100%;
  text-align: center;
}
header #copyright #footer_social {
  display: none;
}
@media all and (max-width: 768px) {
  header {
    position: relative;
    width: calc(100% - 30px);
    right: 0;
  }
  header #copyright #footer_social {
    display: block;
    margin-bottom: 0.5em;
  }
  header #copyright #footer_social li {
    display: inline-block;
    margin: 0.25em 0.5em;
  }
  header #copyright #footer_social li i {
    margin-right: 0.25em;
  }
}

div#navigation {
  position: fixed;
  height: 100%;
  min-height: 580px;
  width: 300px;
  background: rgb(251, 251, 251);
  right: 330px;
  top: 0;
  padding: 50px;
  z-index: 40;
}
div#navigation nav#global_nav ul li {
  margin-bottom: 1em;
}
div#navigation .sub_content {
  position: absolute;
  bottom: 1em;
  width: 200px;
}
div#navigation ul#brand_list {
  text-align: justify;
  margin-bottom: 2em;
  line-height: 1.3em;
  font-size: 0.9em;
}
div#navigation ul#brand_list li {
  display: inline;
  color: #888888;
  margin-right: 0.5em;
  word-break: keep-all;
}
div#navigation ul#support_list {
  display: none;
}
div#navigation ul#support_list li {
  display: inline;
  color: #888888;
  margin-right: 0.5em;
}
@media all and (max-width: 768px) {
  div#navigation {
    display: none;
  }
}

#map, #map_andel {
  width: 100%;
  height: 290px;
  float: none;
}

#home_slider {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: calc(100% - 630px);
}
#home_slider div {
  width: 100%;
  height: 30vw;
}
#home_slider div a {
  width: 100%;
  height: 100%;
  display: block;
}
@media all and (max-width: 768px) {
  #home_slider {
    width: calc(100% - 30px);
  }
  #home_slider div {
    width: 100%;
    height: 70vw;
  }
}

/*#home_slider {
    width: 100%;
    margin-bottom: 100px;
    div {
        width: 100%;
        height: 50vh;
    }
}*/
#content {
  margin-top: 30vw;
  padding-top: 70px;
  z-index: 20;
  width: calc(100% - 630px);
  position: relative;
  background: white;
  overflow: hidden;
}
@media all and (max-width: 768px) {
  #content {
    width: calc(100% - 30px);
    margin-top: 70vw;
    padding-top: 60px;
  }
}
#content section {
  padding: 0 90px;
  max-width: 800px;
  margin: 0 auto 150px;
}
@media all and (max-width: 768px) {
  #content section {
    padding: 0 5%;
    margin-bottom: 100px;
  }
  #content section#CONTACT {
    padding-bottom: 0px;
    margin-bottom: 50px;
  }
}
#content section article {
  overflow: hidden;
  margin-bottom: 50px;
}
#content section article:last-child {
  margin-bottom: 0;
}
#content section article.short_margin {
  margin-bottom: 20px;
}
#content section p {
  margin-bottom: 20px;
  text-align: justify;
}
#content section p:last-child {
  margin-bottom: 0;
}
#content section .section_title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
#content section .section_body {
  line-height: 2em;
  overflow: hidden;
}
#content section .mo_contents {
  position: relative;
  width: 47.5%;
  margin-right: 5%;
  padding-top: 60%;
  margin-bottom: 5%;
  overflow: hidden;
  float: left;
}
#content section .mo_contents:nth-child(2n) {
  margin-right: 0;
}
#content section .mo_contents dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#content section .mo_contents dd {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#content section .mo_contents dd .content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 1.5em;
}
#content section .mo_contents dd .content span {
  color: white;
}
#content section .mo_contents dd .content a {
  margin: 0.5em;
  display: block;
  background: #333;
  padding: 0 0.5em;
  color: white;
  font-size: 0.9em;
  line-height: 2em;
}
#content section .mo_contents dd .content a:hover {
  background: #666;
  text-decoration: none;
}
#content section .mo_contents:hover dt {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#content section .mo_contents:hover dd {
  opacity: 1;
  visibility: visible;
}
#content section #brand_index {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}
#content section #brand_index .brand_index {
  padding-top: 1.5em;
  font-weight: bold;
  letter-spacing: 0.5em;
  margin-bottom: 1.25em;
}
#content section #brand_index .brand_index:nth-child(1) {
  padding-top: 0;
}
#content section #brand_index .brand_index._other {
  letter-spacing: 0;
}
#content section #brand_index li {
  line-height: 1.5em;
}
#content section #brand_index li a {
  color: #333;
}
@media all and (max-width: 768px) {
  #content section #brand_index {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  #content section #brand_index li {
    display: inline;
  }
  #content section #brand_index li::before {
    padding-left: 0.25em;
    margin-right: 0.25em;
    content: "/";
  }
  #content section #brand_index li.brand_index {
    display: block;
    margin-bottom: 0;
  }
  #content section #brand_index li.brand_index::before {
    content: "";
    padding-left: 0;
    margin-right: 0;
  }
  #content section #brand_index li.brand_index + li::before {
    content: "";
    padding-left: 0;
    margin-right: 0;
  }
}
#content section ._bdr {
  overflow: hidden;
  position: relative;
}
#content section ._bdr a {
  /*                display: block;
                  width: 100%;
                  height: 100%;
                  &:hover {
                      background: red;
                  }*/
}
#content section ._bdr dt {
  float: left;
  background: white;
  z-index: 2;
  padding-right: 0.5em;
  position: relative;
}
#content section ._bdr dd {
  float: right;
  background: white;
  z-index: 2;
  font-weight: normal;
  padding-left: 0.5em;
  text-align: right;
  position: relative;
  max-width: 80%;
}
#content section ._bdr::after {
  z-index: 1;
  border-bottom: dotted thin rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: calc(50% - 1px);
  top: 1em;
}
@media all and (max-width: 768px) {
  #content section#STORE ._bdr dt, #content section#NEWS ._bdr dt {
    float: none;
    color: #BBB;
  }
  #content section#STORE ._bdr dd, #content section#NEWS ._bdr dd {
    float: none;
    max-width: none;
    text-align: left;
    padding-left: 0;
    margin-bottom: 1em;
  }
  #content section#STORE ._bdr::after, #content section#NEWS ._bdr::after {
    display: none;
  }
}

footer {
  background: #333333;
  position: fixed;
  height: 100%;
  width: 30px;
  right: 0;
  top: 0;
  color: white;
  min-height: 580px;
  z-index: 30;
}
footer ul#social_list li {
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  height: 25px;
  line-height: 30px;
}
footer ul#social_list li a {
  color: white;
}
footer ul#social_list_reverse li {
  font-size: 8px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 10px;
  color: white;
  width: 30px;
  line-height: 30px;
  padding-bottom: 10px;
  letter-spacing: 0.1em;
}
footer ul#social_list_reverse li a {
  color: white;
}
footer #catch {
  position: absolute;
  bottom: -30px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  height: 30px;
  line-height: 30px;
  padding-left: 1em;
  width: 400px;
  font-size: 0.8em;
  color: darkgray;
}
@media all and (max-width: 768px) {
  footer #catch {
    bottom: 0.5em;
  }
}
footer #catch_reverse {
  letter-spacing: 0.1em;
  font-size: 8px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 0;
  color: white;
  width: 30px;
  line-height: 30px;
  padding-bottom: 10px;
}

.contact_table {
  width: 100%;
}
.contact_table .must {
  color: red;
  font-size: 0.8em;
  text-decoration: none;
  padding-left: 0.2em;
}
.contact_table dd {
  margin-bottom: 1em;
}

input[type=text], textarea {
  background: #F1F1F1;
  width: 100%;
  font-size: 12px;
  margin: 0 auto;
  border: none;
  padding: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
input[type=text]:focus, textarea:focus {
  outline: none;
  color: black;
  background: lightgray;
}

textarea {
  min-height: 100px;
}

button {
  width: 100%;
  padding: 15px;
  margin: 0 auto 20px;
  border: none;
  background: black;
  color: white;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 3px black solid;
  cursor: pointer;
}
button:hover {
  background: white;
  color: #333;
}

.lb-details {
  padding-top: 0.5em;
}
.lb-details .lb-caption h2 {
  margin-bottom: 0.25em;
}
.lb-details .lb-caption p {
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
.lb-details .lb-caption a {
  text-decoration: none !important;
}
.lb-details .lb-caption a::after {
  content: "\f0c1";
  font-family: "FontAwesome";
}
.lb-details .lb-caption .more_info {
  background: white;
  color: black !important;
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
}
.lb-details .lb-caption .more_info::after {
  content: "";
}
.lb-details .lb-caption .more_info.single_text {
  margin-left: 0.25em;
  display: inline-block;
}
@media all and (max-width: 768px) {
  .lb-details .lb-caption .more_info.single_text {
    margin-top: 0.5em;
  }
}
.lb-details .lb-number {
  display: none !important;
}
/*# sourceMappingURL=base.css.map */