@charset "UTF-8";
/*
* core
*/
@font-face {
  font-family: 'nexa';
  src: url("/fonts/Nexa-Heavy.otf"); }

/*/////////////////////////
 reset
//////////////////////////*/
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; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/*/////////////////////////
 clearfix
//////////////////////////*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

a, button {
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none !important; }

a:hover, a:active {
  text-decoration: none; }

p {
  background: url("../img/common/blank.gif"); }

hr {
  border: #ffffff 1px solid; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media only screen and (max-width: 750px) {
  .on-pc {
    display: none !important; } }

@media only screen and (min-width: 751px) {
  .on-sp {
    display: none !important; } }

/*
*background image
*/
/*
*sprite
*/
html, body {
  width: 100%;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 3.2vw;
  line-height: 2em;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-align: left; }

body {
  overflow: hidden;
  overflow-y: scroll;
  background: #000000;
  color: #ffffff; }
  body a {
    color: #ffffff;
    display: inline-block; }
  body b {
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}

.loader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99999;
  background: #000000;
  -webkit-transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.4, 1);
  transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.4, 1); }
  .loader.out {
    opacity: 0;
    pointer-events: none; }
  .loader i {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 13.33333vw;
    height: 13.33333vw;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 60px;
    perspective: 60px;
    -webkit-transform: translate3d(-50%, -50%, 100px);
    transform: translate3d(-50%, -50%, 100px); }
    .loader i::before {
      position: absolute;
      display: block;
      content: " ";
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: url("../img/common/logo-star.svg") 50% 50% no-repeat;
      background-size: contain;
      -webkit-animation: loadingLoop 2s cubic-bezier(0.2, 0.8, 0.4, 1) infinite;
      animation: loadingLoop 2s cubic-bezier(0.2, 0.8, 0.4, 1) infinite; }

.wrap {
  position: relative;
  z-index: 2; }
  .wrap.scroll-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0; }

.contents {
  position: relative;
  margin-bottom: 80vw; }

.content {
  position: relative;
  padding-top: 20vw;
  margin-bottom: 56vw; }
  .content__ttl {
    font-family: "nexa", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 9.6vw;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 9.33333vw; }

.inner {
  position: relative;
  width: 89.33333vw;
  margin: 0 auto; }

#bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0; }
  #bg::after {
    position: absolute;
    display: block;
    content: " ";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: 0;
    -webkit-transition: opacity 4s cubic-bezier(0.8, 0, 0.2, 1) 1s;
    transition: opacity 4s cubic-bezier(0.8, 0, 0.2, 1) 1s; }
  #bg.cover::after {
    opacity: 0.5; }
  #bg.stby::after {
    opacity: 1; }

.map-btn,
.web-btn {
  display: inline-block;
  text-decoration: none;
  font-size: 3.46667vw;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
  .map-btn::before,
  .web-btn::before {
    position: relative;
    display: block;
    content: " ";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    height: 5.6vw;
    margin-right: 1.06667vw;
    margin-top: -0.4vw;
    background: 50% 50% no-repeat;
    background-size: contain;
    vertical-align: middle; }
  .map-btn--bk,
  .web-btn--bk {
    color: #000000; }
  .map-btn--wh,
  .web-btn--wh {
    color: #ffffff; }
  .map-btn.btn--disabled,
  .web-btn.btn--disabled {
    pointer-events: none;
    opacity: 0.1; }

.map-btn::before {
  width: 4vw; }

.map-btn--bk::before {
  background-image: url("../img/common/icon-map--bk.svg"); }

.map-btn--wh::before {
  background-image: url("../img/common/icon-map--wh.svg"); }

.web-btn::before {
  width: 5.6vw; }

.web-btn--bk::before {
  background-image: url("../img/common/icon-web--bk.svg"); }

.web-btn--wh::before {
  background-image: url("../img/common/icon-web--wh.svg"); }

#wave-canvas {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  left: 0;
  z-index: 1;
  pointer-events: none; }

.wave-plane img {
  display: none; }

.wave-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: 50% 50% no-repeat;
  background-size: cover; }

.fix-scroll {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 0;
  left: 2.66667vw;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  z-index: 3; }
  .fix-scroll i {
    position: relative;
    display: block;
    width: 5.33333vw;
    height: 0.26667vw;
    margin: -0.53333vw 0.66667vw 0 0;
    overflow: hidden; }
    .fix-scroll i::before {
      position: absolute;
      display: block;
      content: " ";
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: #ffffff;
      -webkit-animation: scrollLineLoop 1.6s linear infinite;
      animation: scrollLineLoop 1.6s linear infinite; }
  .fix-scroll p {
    font-family: "nexa", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 1.2vw;
    line-height: 0em;
    letter-spacing: 0.1em; }

template {
  display: none; }

.for-screen-reader {
  display: none; }

body.ori .full {
  min-height: 120vw; }

dl.matter {
  margin-bottom: 2em; }

dl.matter dt {
  font-size: 1.2em;
  margin-bottom: 0.5em; }

dl.matter dd {
  margin-bottom: 3em; }

dl.matter ul.disc {
  list-style-type: disc; }
  dl.matter ul.disc li {
    margin-left: 1em; }

div.ex {
  font-size: 0.8em;
  margin-bottom: 3em; }

ol.caution {
  list-style: none;
  padding-left: 3em; }

ol.caution li {
  margin-bottom: 1em;
  position: relative;
  counter-increment: chapter; }

ol.caution li:before {
  content: "※" counter(chapter);
  display: inline-block;
  position: absolute;
  top: 0;
  left: -3em; }

body {
  line-break: strict; }

body.lang_japanese {
  text-align: justify; }

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none; }
  .header__lang-btn {
    position: absolute;
    width: 6.66667vw;
    top: 5.33333vw;
    left: 5.33333vw;
    pointer-events: visible; }
    .header__lang-btn img {
      width: 100%; }
  .header__menu-btn {
    position: absolute;
    width: 6.66667vw;
    height: 5.33333vw;
    top: 5.33333vw;
    right: 5.33333vw;
    z-index: 1;
    pointer-events: visible; }
    .header__menu-btn::before, .header__menu-btn::after {
      position: absolute;
      display: block;
      content: " ";
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .header__menu-btn p {
      position: absolute; }
    .header__menu-btn::before, .header__menu-btn::after, .header__menu-btn p {
      width: 100%;
      height: 0;
      border-top: 0.26667vw solid #ffffff;
      margin-top: -0.13333vw; }
    .header__menu-btn::before {
      top: 0; }
    .header__menu-btn p {
      top: 50%; }
    .header__menu-btn::after {
      top: 100%; }

.gnav {
  position: absolute;
  background: #ffffff;
  pointer-events: visible;
  top: 2.66667vw;
  right: 2.66667vw;
  width: 66.66667vw;
  padding: 13.33333vw 0 8vw;
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0);
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 0.8, 0.4, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.4, 1);
  transition: opacity 0.3s cubic-bezier(0.2, 0.8, 0.4, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 0.8, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.3s cubic-bezier(0.2, 0.8, 0.4, 1), -webkit-transform 0.3s cubic-bezier(0.2, 0.8, 0.4, 1); }
  .gnav ul {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    padding-right: 8vw;
    max-height: 70vh;
    overflow: auto; }
    .gnav ul > li {
      text-align: right;
      margin-bottom: 2.66667vw;
      margin-right: 10px;
      opacity: 0;
      -webkit-transition: margin 0s linear 0.3s, opacity 0s linear 0.3s;
      transition: margin 0s linear 0.3s, opacity 0s linear 0.3s; }
      .gnav ul > li a {
        font-family: "nexa", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
        font-size: 4.26667vw;
        line-height: 1em;
        letter-spacing: 0.1em;
        color: #000000;
        text-decoration: none; }

.dot-nav {
  position: absolute;
  pointer-events: visible;
  top: 50%;
  left: 1.33333vw;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }
  .dot-nav__dot {
    margin: 2.66667vw 0; }
    .dot-nav__dot > a {
      width: 2.66667vw;
      height: 2.66667vw;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .dot-nav__dot > a::before {
        position: absolute;
        display: block;
        content: " ";
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 0.8vw;
        height: 0.8vw;
        border-radius: 50%;
        background: #ffffff;
        -webkit-transition: all 0.2s cubic-bezier(0.2, 0.8, 0.4, 1);
        transition: all 0.2s cubic-bezier(0.2, 0.8, 0.4, 1); }
      .dot-nav__dot > a > p {
        overflow: hidden;
        text-indent: 110%;
        white-space: nowrap;
        font-size: 0;
        line-height: 0;
        color: transparent;
        background-repeat: no-repeat; }
    .dot-nav__dot.cur > a::before {
      width: 1.33333vw;
      height: 1.33333vw;
      background: none;
      border: 0.26667vw solid #ffffff; }

body.nav-open .header__menu-btn p, body.nav-open .header__menu-btn::before, body.nav-open .header__menu-btn::after {
  border-color: #000000; }

body.nav-open .header__menu-btn p {
  width: 0; }

body.nav-open .header__menu-btn::before {
  top: 50%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

body.nav-open .header__menu-btn::after {
  top: 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

body.nav-open .gnav {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: visible; }
  body.nav-open .gnav ul > li {
    margin-right: 0;
    opacity: 1;
    -webkit-transition: margin 0.5s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.5s cubic-bezier(0.2, 0.8, 0.4, 1);
    transition: margin 0.5s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.5s cubic-bezier(0.2, 0.8, 0.4, 1); }
    body.nav-open .gnav ul > li:nth-child(1) {
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    body.nav-open .gnav ul > li:nth-child(2) {
      -webkit-transition-delay: 0.12s;
      transition-delay: 0.12s; }
    body.nav-open .gnav ul > li:nth-child(3) {
      -webkit-transition-delay: 0.14s;
      transition-delay: 0.14s; }
    body.nav-open .gnav ul > li:nth-child(4) {
      -webkit-transition-delay: 0.16s;
      transition-delay: 0.16s; }
    body.nav-open .gnav ul > li:nth-child(5) {
      -webkit-transition-delay: 0.18s;
      transition-delay: 0.18s; }
    body.nav-open .gnav ul > li:nth-child(6) {
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    body.nav-open .gnav ul > li:nth-child(7) {
      -webkit-transition-delay: 0.22s;
      transition-delay: 0.22s; }
    body.nav-open .gnav ul > li:nth-child(8) {
      -webkit-transition-delay: 0.24s;
      transition-delay: 0.24s; }
    body.nav-open .gnav ul > li:nth-child(9) {
      -webkit-transition-delay: 0.26s;
      transition-delay: 0.26s; }
    body.nav-open .gnav ul > li:nth-child(10) {
      -webkit-transition-delay: 0.28s;
      transition-delay: 0.28s; }
    body.nav-open .gnav ul > li:nth-child(11) {
      -webkit-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    body.nav-open .gnav ul > li:nth-child(12) {
      -webkit-transition-delay: 0.32s;
      transition-delay: 0.32s; }
    body.nav-open .gnav ul > li:nth-child(13) {
      -webkit-transition-delay: 0.34s;
      transition-delay: 0.34s; }
    body.nav-open .gnav ul > li:nth-child(14) {
      -webkit-transition-delay: 0.36s;
      transition-delay: 0.36s; }
    body.nav-open .gnav ul > li:nth-child(15) {
      -webkit-transition-delay: 0.38s;
      transition-delay: 0.38s; }
    body.nav-open .gnav ul > li:nth-child(16) {
      -webkit-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    body.nav-open .gnav ul > li:nth-child(17) {
      -webkit-transition-delay: 0.42s;
      transition-delay: 0.42s; }
    body.nav-open .gnav ul > li:nth-child(18) {
      -webkit-transition-delay: 0.44s;
      transition-delay: 0.44s; }
    body.nav-open .gnav ul > li:nth-child(19) {
      -webkit-transition-delay: 0.46s;
      transition-delay: 0.46s; }
    body.nav-open .gnav ul > li:nth-child(20) {
      -webkit-transition-delay: 0.48s;
      transition-delay: 0.48s; }
    body.nav-open .gnav ul > li:nth-child(21) {
      -webkit-transition-delay: 0.5s;
      transition-delay: 0.5s; }

.footer {
  position: relative;
  background: #ffffff;
  padding-top: 13.33333vw;
  padding-bottom: 26.66667vw;
  z-index: 11; }
  .footer-fix {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3; }
    .footer-fix.abso {
      position: absolute;
      bottom: auto;
      top: 0; }
  .footer__top-btn {
    display: block;
    position: absolute;
    width: 10.66667vw;
    height: 10.66667vw;
    border-radius: 50%;
    background: #ffffff;
    right: 2.66667vw;
    bottom: 2.66667vw;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.2, 0.8, 0.4, 1) 0.4s;
    transition: -webkit-transform cubic-bezier(0.2, 0.8, 0.4, 1) 0.4s;
    transition: transform cubic-bezier(0.2, 0.8, 0.4, 1) 0.4s;
    transition: transform cubic-bezier(0.2, 0.8, 0.4, 1) 0.4s, -webkit-transform cubic-bezier(0.2, 0.8, 0.4, 1) 0.4s; }
    .footer__top-btn p {
      overflow: hidden;
      text-indent: 110%;
      white-space: nowrap;
      font-size: 0;
      line-height: 0;
      color: transparent;
      background-repeat: no-repeat; }
    .footer__top-btn::after {
      position: absolute;
      display: block;
      content: " ";
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 1.33333vw;
      height: 2.66667vw;
      top: 50%;
      left: 50%;
      margin-left: -0.66667vw;
      margin-top: -1.33333vw;
      background: url("../img/common/arrow--bk.svg") 50% 50% no-repeat;
      background-size: contain;
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    .footer__top-btn.in {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .footer__logo {
    position: relative;
    width: 26.66667vw;
    margin: 0 auto 9.33333vw; }
    .footer__logo img {
      width: 100%; }
  .footer-nav ul li {
    text-align: center;
    margin-bottom: 2.66667vw; }
    .footer-nav ul li a {
      color: #000000;
      text-decoration: none;
      font-size: 4vw; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.top {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .top__logo {
    width: 53.33333vw;
    margin: 0 auto 20vw;
    -webkit-transform-origin: 50% 20%;
    -ms-transform-origin: 50% 20%;
    transform-origin: 50% 20%;
    -webkit-transition: opacity cubic-bezier(0.6, 0.1, 0.8, 0.4) 0.3s, -webkit-transform cubic-bezier(0.2, 0.8, 0.4, 1) 0.8s;
    transition: opacity cubic-bezier(0.6, 0.1, 0.8, 0.4) 0.3s, -webkit-transform cubic-bezier(0.2, 0.8, 0.4, 1) 0.8s;
    transition: transform cubic-bezier(0.2, 0.8, 0.4, 1) 0.8s, opacity cubic-bezier(0.6, 0.1, 0.8, 0.4) 0.3s;
    transition: transform cubic-bezier(0.2, 0.8, 0.4, 1) 0.8s, opacity cubic-bezier(0.6, 0.1, 0.8, 0.4) 0.3s, -webkit-transform cubic-bezier(0.2, 0.8, 0.4, 1) 0.8s; }
    .top__logo img {
      width: 100%; }
  .top__copy {
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background-repeat: no-repeat;
    width: 54.66667vw;
    height: 3.33333vw;
    margin: 0 auto 4vw;
    background: url("../img/common/jtb.svg") 50% 50% no-repeat;
    background-size: contain;
    -webkit-transition: opacity cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.6s, -webkit-transform cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.6s;
    transition: opacity cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.6s, -webkit-transform cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.6s;
    transition: transform cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.6s, opacity cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.6s;
    transition: transform cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.6s, opacity cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.6s, -webkit-transform cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.6s; }
  .top__lead {
    margin-bottom: 2.66667vw;
    text-align: center;
    font-size: 4.8vw;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    -webkit-transition: opacity cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.8s, -webkit-transform cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.8s;
    transition: opacity cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.8s, -webkit-transform cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.8s;
    transition: transform cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.8s, opacity cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.8s;
    transition: transform cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.8s, opacity cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.8s, -webkit-transform cubic-bezier(0.2, 0.8, 0.4, 1) 1s 0.8s; }
  .top__txt {
    text-align: center;
    line-height: 2.3em;
    -webkit-transition: opacity cubic-bezier(0.2, 0.8, 0.4, 1) 1s 1.4s;
    transition: opacity cubic-bezier(0.2, 0.8, 0.4, 1) 1s 1.4s; }
  .top.stby .top__logo {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0) scale3d(0.5, 0.5, 1);
    transform: translate3d(0, 20%, 0) scale3d(0.5, 0.5, 1); }
  .top.stby .top__copy {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  .top.stby .top__lead {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  .top.stby .top__txt {
    opacity: 0; }

.story .content__ttl {
  text-align: left; }

.story-block {
  position: relative;
  width: 100%;
  margin-bottom: 24vw; }
  .story-block .inner {
    z-index: 1; }
  .story-block__lead {
    position: relative;
    height: 58.66667vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 4.8vw;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    margin-bottom: 13.33333vw;
    -webkit-transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.4, 1), -webkit-transform 1s cubic-bezier(0.2, 0.8, 0.4, 1);
    transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.4, 1), -webkit-transform 1s cubic-bezier(0.2, 0.8, 0.4, 1);
    transition: transform 1s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.6s cubic-bezier(0.2, 0.8, 0.4, 1);
    transition: transform 1s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.6s cubic-bezier(0.2, 0.8, 0.4, 1), -webkit-transform 1s cubic-bezier(0.2, 0.8, 0.4, 1); }
    .story-block__lead.stby {
      opacity: 0;
      -webkit-transform: translate3d(6.66667vw, 0, 0);
      transform: translate3d(6.66667vw, 0, 0); }
  .story-block__txt {
    -webkit-transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.4, 1), -webkit-transform 1s cubic-bezier(0.2, 0.8, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.4, 1), -webkit-transform 1s cubic-bezier(0.2, 0.8, 0.4, 1);
    transition: transform 1s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.4s cubic-bezier(0.2, 0.8, 0.4, 1);
    transition: transform 1s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.4s cubic-bezier(0.2, 0.8, 0.4, 1), -webkit-transform 1s cubic-bezier(0.2, 0.8, 0.4, 1); }
    .story-block__txt.stby {
      opacity: 0;
      -webkit-transform: translate3d(0, 6.66667vw, 0);
      transform: translate3d(0, 6.66667vw, 0); }
  .story-block__images {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    width: 100%;
    height: 58.66667vw; }
    .story-block__images--2 .story-block__image {
      width: 50%; }
  .story-block__image {
    position: relative;
    width: 100%;
    height: 100%;
    background: 50% 50% no-repeat;
    background-size: cover; }

.story article:nth-of-type(1) .story-block__lead {
  margin-bottom: 50.66667vw; }

.story article:nth-of-type(1) .story-block__images {
  height: 82.66667vw; }
  .story article:nth-of-type(1) .story-block__images .story-block__image:nth-child(2) {
    margin-top: 13.33333vw; }

.story article:nth-of-type(2) .story-block__lead {
  color: #000000; }

.story article:nth-of-type(3) .story-block__lead {
  color: #000000; }

.story-footer {
  text-align: center; }
  .story-footer__copy {
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    color: transparent;
    background-repeat: no-repeat;
    width: 81.86667vw;
    height: 4.26667vw;
    margin: 0 auto 5.33333vw;
    background: url("../img/common/jtb.svg") 50% 50% no-repeat;
    background-size: contain; }
  .story-footer__logo {
    width: 26.66667vw;
    margin: 0 auto; }
    .story-footer__logo img {
      width: 100%; }

.about__lead {
  text-align: center;
  font-size: 4.8vw;
  margin-bottom: 3.46667vw;
  letter-spacing: 0.1em;
  line-height: 2em; }

.about__txt {
  text-align: center;
  font-size: 4vw;
  line-height: 2em;
  margin-bottom: 10.66667vw; }

.about-block {
  position: relative;
  margin-bottom: 13.33333vw; }
  .about-block__image {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    height: 56vw;
    background: 50% 50% no-repeat;
    background-size: cover; }
  .about-block__body {
    position: relative;
    width: 100%;
    background: #ffffff;
    color: #000000;
    margin-top: -13.33333vw;
    padding: 6.66667vw 8vw;
    -webkit-transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.4, 1), -webkit-transform 1s cubic-bezier(0.2, 0.8, 0.4, 1);
    transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.4, 1), -webkit-transform 1s cubic-bezier(0.2, 0.8, 0.4, 1);
    transition: transform 1s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.6s cubic-bezier(0.2, 0.8, 0.4, 1);
    transition: transform 1s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.6s cubic-bezier(0.2, 0.8, 0.4, 1), -webkit-transform 1s cubic-bezier(0.2, 0.8, 0.4, 1); }
    .about-block__body.stby {
      opacity: 0;
      -webkit-transform: translate3d(0, 6.66667vw, 0);
      transform: translate3d(0, 6.66667vw, 0); }
  .about-block__lead {
    font-size: 4vw;
    line-height: 1.8em;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-bottom: 2.66667vw; }

.news-list {
  margin-bottom: 13.33333vw; }
  .news-list > li a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    text-decoration: none; }
    .news-list > li a::after {
      position: absolute;
      display: block;
      content: " ";
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 2.4vw;
      height: 100%;
      top: 0;
      right: 0;
      background: url("../img/common/arrow.svg") 50% 50% no-repeat;
      background-size: contain; }
    .news-list > li a span {
      position: relative;
      display: block;
      -webkit-transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.4, 1), -webkit-transform 1s cubic-bezier(0.2, 0.8, 0.4, 1);
      transition: opacity 0.6s cubic-bezier(0.2, 0.8, 0.4, 1), -webkit-transform 1s cubic-bezier(0.2, 0.8, 0.4, 1);
      transition: transform 1s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.6s cubic-bezier(0.2, 0.8, 0.4, 1);
      transition: transform 1s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.6s cubic-bezier(0.2, 0.8, 0.4, 1), -webkit-transform 1s cubic-bezier(0.2, 0.8, 0.4, 1); }
  .news-list > li:first-child .news-list__date,
  .news-list > li:first-child .news-list__ttl {
    border-top: 0.26667vw rgba(255, 255, 255, 0.2) solid; }
  .news-list > li.stby span {
    opacity: 0;
    -webkit-transform: translate3d(6.66667vw, 0, 0);
    transform: translate3d(6.66667vw, 0, 0); }
  .news-list__date, .news-list__ttl {
    position: relative;
    border-bottom: 0.26667vw rgba(255, 255, 255, 0.2) solid;
    padding: 4.53333vw 0; }
  .news-list__date {
    font-size: 2.4vw;
    width: 17.33333vw; }
  .news-list__ttl {
    width: 69.33333vw;
    line-height: 1.8em;
    padding-right: 8vw; }

.news__more-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 5.33333vw;
  width: 50vw;
  height: 13.33333vw;
  border: 0.26667vw #ffffff solid;
  text-decoration: none; }
  .news__more-btn::before {
    position: relative;
    display: block;
    content: " ";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 5.6vw;
    height: 100%;
    background: url("../img/common/icon-list.svg") 50% 50% no-repeat;
    background-size: contain; }
  .news__more-btn p {
    font-size: 3.73333vw;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-right: 6.66667vw; }

.product .slick {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .product .slick-arrow {
    display: block;
    position: absolute;
    width: 5.33333vw;
    height: 5.33333vw;
    top: 35%;
    left: 50%;
    background: none;
    border: 0.13333vw #ffffff solid;
    border-radius: 50%;
    font-size: 0;
    overflow: hidden;
    color: transparent;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 1;
    cursor: pointer;
    -webkit-transition: background 0.2s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.2s cubic-bezier(0.2, 0.8, 0.4, 1);
    transition: background 0.2s cubic-bezier(0.2, 0.8, 0.4, 1), opacity 0.2s cubic-bezier(0.2, 0.8, 0.4, 1); }
    .product .slick-arrow::after {
      position: absolute;
      display: block;
      content: " ";
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 0.8vw;
      height: 100%;
      top: 0;
      left: 50%;
      margin-left: -0.4vw;
      background: url("../img/common/arrow-s.svg") 50% 50% no-repeat;
      background-size: contain; }
  .product .slick-disabled {
    opacity: 0;
    pointer-events: none; }
  .product .slick-prev {
    margin-left: -28vw; }
    .product .slick-prev::after {
      -webkit-transform: scale3d(-1, 1, 1);
      transform: scale3d(-1, 1, 1); }
  .product .slick-next {
    margin-left: 28vw; }

.product-list {
  position: relative;
  margin-bottom: 10.66667vw; }

.product-item {
  width: 53.33333vw;
  margin: 0 1.33333vw;
  -webkit-animation: productItemIn 0.4s cubic-bezier(0.2, 0.8, 0.4, 1) both;
  animation: productItemIn 0.4s cubic-bezier(0.2, 0.8, 0.4, 1) both; }
  .product-item a {
    display: block;
    text-decoration: none;
    cursor: pointer; }
  .product-item__image {
    width: 40vw;
    height: 40vw;
    background: 50% 50% no-repeat;
    background-size: contain;
    margin: 0 auto 5.33333vw; }
  .product-item__name {
    text-align: center;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.4em; }
  .product-item__quantity {
    text-align: center;
    font-size: 2.4vw; }
  .product-item:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  .product-item:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s; }
  .product-item:nth-child(3) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s; }
  .product-item:nth-child(4) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s; }
  .product-item:nth-child(5) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s; }
  .product-item:nth-child(6) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s; }
  .product-item:nth-child(7) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s; }
  .product-item:nth-child(8) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s; }
  .product-item:nth-child(9) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s; }
  .product-item:nth-child(10) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s; }
  .product-item:nth-child(11) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .product-item:nth-child(12) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s; }
  .product-item:nth-child(13) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s; }
  .product-item:nth-child(14) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s; }
  .product-item:nth-child(15) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s; }
  .product-item:nth-child(16) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s; }
  .product-item:nth-child(17) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s; }
  .product-item:nth-child(18) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s; }
  .product-item:nth-child(19) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s; }
  .product-item:nth-child(20) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s; }
  .product-item:nth-child(21) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }

.product-ctg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .product-ctg > li {
    width: 43.33333vw;
    margin-bottom: 2.66667vw; }
    .product-ctg > li a {
      position: relative;
      display: block;
      border: 0.26667vw #ffffff solid;
      text-align: center;
      padding: 2vw 0;
      text-decoration: none;
      -webkit-transition: background 0.2s cubic-bezier(0.2, 0.8, 0.4, 1);
      transition: background 0.2s cubic-bezier(0.2, 0.8, 0.4, 1); }
      .product-ctg > li a.cur {
        background: rgba(255, 255, 255, 0.2); }

.store-block {
  position: relative;
  margin-bottom: 13.33333vw; }
  .store-block__image {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw;
    height: 56vw;
    background: 50% 50% no-repeat;
    background-size: cover; }
  .store-block__body {
    position: relative;
    width: 100%;
    background: #ffffff;
    color: #000000;
    margin-top: -8vw;
    padding: 6.66667vw 8vw;
    text-align: center; }
  .store-block__name {
    font-size: 4vw;
    line-height: 1.4em;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-bottom: 0.66667vw; }
  .store-block__address {
    margin-bottom: 3.33333vw;
    line-height: 1.6em;
    font-size: 0.8em; }

.overview-block {
  margin-bottom: 10.66667vw; }
  .overview-block__ttl {
    font-family: "nexa", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-align: center;
    font-size: 4.8vw;
    letter-spacing: 0.15em; }

.overview-table {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .overview-table > dt {
    width: 17.33333vw;
    font-size: 2.4vw;
    line-height: 1.7em; }
  .overview-table > dd {
    width: 69.33333vw;
    line-height: 1.7em; }
    .overview-table > dd p {
      overflow: hidden; }
    .overview-table > dd span {
      display: block; }
  .overview-table__btns {
    text-align: right; }
    .overview-table__btns .map-btn,
    .overview-table__btns .web-btn {
      margin-top: 1.33333vw;
      margin-left: 4vw; }
  .overview-table__cell--tl, .overview-table__cell--tl + dd {
    margin-top: 5.33333vw;
    border-top: 0.26667vw rgba(255, 255, 255, 0.2) solid;
    padding-top: 5.33333vw; }
  .overview-table > dt:nth-last-of-type(1), .overview-table > dt:nth-last-of-type(1) + dd {
    border-bottom: 0.26667vw rgba(255, 255, 255, 0.2) solid;
    padding-bottom: 5.33333vw; }
  .overview-table--corporate > dt, .overview-table--corporate > dd {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid; }
  .overview-table--history dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 2.66667vw; }
  .overview-table--branch dt:not(.overview-table__cell--tl), .overview-table--branch dt:not(.overview-table__cell--tl) + dd {
    margin-top: 5.33333vw; }

.contact-call {
  border-top: 0.26667vw rgba(255, 255, 255, 0.2) solid;
  border-bottom: 0.26667vw rgba(255, 255, 255, 0.2) solid;
  padding: 5.33333vw 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .contact-call p {
    margin-right: 8vw; }

.contact-form-area {
  position: relative;
  display: block;
  width: 100%;
  height: 173.33333vw; }

.sns-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .sns-list > li > a {
    display: block;
    width: 13.33333vw;
    height: 13.33333vw;
    border-radius: 2.66667vw;
    background: #ffffff; }
    .sns-list > li > a img {
      display: block;
      width: 100%; }

.overlay {
  position: fixed;
  width: 100%;
  height: 0;
  min-height: 0;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  -webkit-transition: all 0s linear 0.5s;
  transition: all 0s linear 0.5s; }
  .overlay::after {
    position: fixed;
    display: block;
    content: " ";
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.9);
    z-index: 0;
    opacity: 0;
    -webkit-transition: height 0s linear 0.5s, opacity 0.4s cubic-bezier(0.2, 0.8, 0.4, 1) 0.1s;
    transition: height 0s linear 0.5s, opacity 0.4s cubic-bezier(0.2, 0.8, 0.4, 1) 0.1s; }

.product-detail {
  width: 100%;
  padding: 6.66667vw;
  z-index: 1; }
  .product-detail__close-btn {
    position: absolute;
    width: 7.46667vw;
    height: 7.46667vw;
    top: 4.26667vw;
    right: 0.66667vw;
    opacity: 0;
    z-index: 1; }
    .product-detail__close-btn p {
      overflow: hidden;
      text-indent: 110%;
      white-space: nowrap;
      font-size: 0;
      line-height: 0;
      color: transparent;
      background-repeat: no-repeat; }
    .product-detail__close-btn::before, .product-detail__close-btn::after {
      position: absolute;
      display: block;
      content: " ";
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      height: 0;
      border-top: 1px #ffffff solid;
      top: 50%; }
    .product-detail__close-btn::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .product-detail__close-btn::after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .product-detail__loader {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.4, 1); }
    .product-detail__loader.loading {
      -webkit-transition: none;
      transition: none;
      opacity: 0; }
  .product-detail__img {
    position: relative;
    width: 60%;
    height: 0;
    padding-bottom: 60%;
    margin-bottom: 6.66667vw; }
    .product-detail__img img {
      width: 100%;
      height: auto;
      display: block; }
  .product-detail__text {
    position: relative;
    width: 100%; }
  .product-detail__ttl {
    font-size: 4.8vw;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    line-height: 1.8em;
    margin-bottom: 0px;
    margin-top: -5px; }
  .product-detail__st {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2.66667vw; }
  .product-detail__type {
    font-size: 2.66667vw;
    line-height: 1.0em;
    height: 5.33333vw;
    padding: 0.53333vw 2.66667vw 0;
    border: 0.13333vw #ffffff solid;
    margin-right: 2.66667vw;
    vertical-align: middle; }
    .product-detail__type::before {
      position: relative;
      display: block;
      content: " ";
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 0;
      height: 100%;
      display: inline-block;
      vertical-align: middle; }
  .product-detail__quant {
    font-size: 2.66667vw; }
  .product-detail__lead {
    font-size: 4vw;
    line-height: 1.8em;
    margin-bottom: 2.66667vw; }
  .product-detail__desc {
    line-height: 1.8em;
    margin-bottom: 2.66667vw; }
  .product-detail__spec {
    font-size: 2.4vw;
    line-height: 1.8em;
    border: 0.13333vw #ffffff solid;
    padding: 4vw 5.33333vw; }
  .product-detail__comp {
    margin-top: 2.66667vw; }
    .product-detail__comp__header {
      font-size: 2.4vw;
      border-bottom: 0.13333vw #ffffff solid;
      margin-bottom: 1.33333vw; }
    .product-detail__comp__body {
      font-size: 2.4vw;
      line-height: 1.5em; }

body.overlay-open .wrap {
  position: fixed; }

body.overlay-open .overlay {
  position: relative;
  overflow: visible;
  height: auto;
  min-height: 100vh;
  opacity: 1;
  pointer-events: visible;
  -webkit-transition: none;
  transition: none; }
  body.overlay-open .overlay::after {
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.4, 1);
    transition: opacity 0.4s cubic-bezier(0.2, 0.8, 0.4, 1); }
  body.overlay-open .overlay .product-detail__close-btn {
    -webkit-transition: opacity 0.2s cubic-bezier(0.2, 0.8, 0.4, 1) 1s;
    transition: opacity 0.2s cubic-bezier(0.2, 0.8, 0.4, 1) 1s;
    opacity: 1; }

/*
* single page (sp)
*/
.page-single {
  height: auto;
  background: #000000;
  line-height: 1.6em; }
  .page-single .page-content {
    padding-top: 16vw;
    margin-bottom: 26.66667vw; }
  .page-single .page-head-logo {
    width: 26.66667vw;
    margin: 0 auto 2.66667vw; }
    .page-single .page-head-logo img {
      width: 100%; }
  .page-single .page-main {
    padding-top: 20vw; }
  .page-single .page-header {
    margin-bottom: 10.66667vw; }
  .page-single .page-name {
    font-family: "nexa", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-align: center;
    font-size: 8vw;
    line-height: 1.8em;
    letter-spacing: 0.1em;
    margin-bottom: 8vw; }
  .page-single .page-date {
    margin-bottom: 5.33333vw; }
  .page-single .page-ttl {
    font-size: 5.33333vw;
    line-height: 1.8em;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
  .page-single .page-body {
    margin-bottom: 13.33333vw; }
    .page-single .page-body > p {
      margin-bottom: 3em; }
      .page-single .page-body > p img.size-full {
        max-width: 100%;
        height: auto; }
    .page-single .page-body > img {
      max-width: 100%;
      margin-bottom: 3em; }
    .page-single .page-body a {
      text-decoration: underline; }
    .page-single .page-body .news-list a {
      text-decoration: none; }
      
      
      
      
      
      .page-single .page-share {
        border-bottom: solid 1px rgba(255, 255, 255, 0.2) ;
         padding-top: 5vw;
         margin-bottom: 15vw; 
         overflow: hidden;
      }  
      
      .page-single .page-share ul{margin:0 auto 15vw auto;  padding-top: 1.5em; text-align: center; position: relative; display: table; }
        .page-single .page-share ul:before{ content: 'SHARE'; display: inline-block; line-height: 1; font-size: 0.8em;  position: absolute; top: 0; left: 50%; transform: translate(-50%,0%);}
            .page-single .page-share ul li{display: inline-block; width: 10vw; height: 10vw; margin: 0 2vw;}
            .page-single .page-share ul li a{ display: block; width: 100%; height: 100%;  transition: all 0.2s cubic-bezier(0.2, 0.8, 0.4, 1) ; background-color: #fff;}
            .page-single .page-share ul li a:hover{  background-color: #ccc;}
            .page-single .page-share ul li img{ width: 100%; height: auto;}
            
            @media screen and (min-width: 751px){
              
   .page-single .page-share {
      padding-top: 5vw;
         margin-bottom: 5vw; 
      }  
      
      .page-single .page-share ul{margin-bottom: 5vw;  padding: 0; text-align: right; float: right;  height: 30px;}
        .page-single .page-share ul:before{ position: absolute; top: 50%; left: 0;  transform: translate(-100%,-50%);}
            .page-single .page-share ul li{ width: 30px; height: 30px; margin: 0 0 0 1em; float: left;}
            .page-single .page-share ul li a{  width: 30px; height: 30px; }
              
              
            }
      
  .page-single .page-footer {
    text-align: center; }
  .page-single .icon-btn {
    position: relative;
    text-decoration: none;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-size: 3.73333vw;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;}
    .page-single .icon-btn i {
      display: inline-block;
      height: 5.6vw;
      vertical-align: middle;
      margin-right: 2.66667vw;
      background: 50% 50% no-repeat;
      background-size: contain; }
      .page-single .icon-btn i.icon--list {
        width: 6.4vw;
        background-image: url("../img/common/icon-list.svg"); }
  .page-single .pagination .screen-reader-text {
    display: none; }
  .page-single .pagination .nav-links {
    white-space: nowrap; }
    .page-single .pagination .nav-links .page-numbers {
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      text-decoration: none;
      font-size: 5.6vw;
      margin: 0 2.66667vw;
      vertical-align: middle; }
      .page-single .pagination .nav-links .page-numbers.current {
        opacity: 0.2; }
      .page-single .pagination .nav-links .page-numbers.prev, .page-single .pagination .nav-links .page-numbers.next {
        display: inline-block;
        width: 2.93333vw;
        height: 5.33333vw;
        background: url("../img/common/arrow-bld.svg") 50% 50% no-repeat;
        background-size: contain; }
      .page-single .pagination .nav-links .page-numbers.prev {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-right: 6.66667vw; }
      .page-single .pagination .nav-links .page-numbers.next {
        margin-left: 6.66667vw; }

.page-contact {
  overflow: hidden;
  background: none; }
  .page-contact > p {
    text-align: center;
    font-size: 4.8vw;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin-top: 13.33333vw; }

.contact-form dl {
  padding-top: 13.33333vw; }

.contact-form dt {
  font-size: 4vw;
  margin-bottom: 5.33333vw; }

.contact-form dd {
  margin-bottom: 13.33333vw;
  width: 100%;
  overflow: hidden; }
  .contact-form dd select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: 110%;
    font-size: 4.8vw;
    border: none;
    border-radius: 0;
    background: #ffffff;
    padding: 5.33333vw 4vw; }
  .contact-form dd input[type='text'],
  .contact-form dd input[type='email'],
  .contact-form dd textarea {
    width: 100%;
    font-size: 4.8vw;
    line-height: 1.4em;
    border: none;
    border-radius: 0;
    background: #ffffff;
    padding: 5.33333vw 4vw; }
  .contact-form dd textarea {
    height: 22em;
    resize: none; }

.contact-form .error {
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #f00; }

.contact-form input[type='submit'] {
  display: block;
  cursor: pointer;
  border: 0.26667vw #ffffff solid;
  background: none;
  border-radius: 0;
  margin: 0 auto 6.66667vw;
  font-size: 4vw;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  padding: 4vw 0 4vw 6.66667vw;
  width: 50vw; }
  .contact-form input[type='submit'].send {
    background: url("../img/common/icon-send.svg") 12% 50% no-repeat;
    background-size: contain; }
  .contact-form input[type='submit'].editback {
    background: url("../img/common/icon-back.svg") 12% 50% no-repeat;
    background-size: contain; }

.contact-form .mw_wp_form_complete p {
  text-align: center; }

.contact-form_btns {
  position: relative; }

@media screen and (min-width: 751px) {
  html, body {
    height: 100%;
    font-size: 14px; }
  .loader i {
    width: 60px;
    height: 60px;
    -webkit-perspective: 100px;
    perspective: 100px; }
  .contents {
    margin-bottom: 400px; }
  .content {
    padding-top: 100px;
    margin-bottom: 480px; }
    .content__ttl {
      font-size: 42px;
      line-height: 1.4em;
      letter-spacing: 0.1em;
      margin-bottom: 70px; }
  .inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto; }
  .map-btn,
  .web-btn {
    font-size: 14px; }
    .map-btn::before,
    .web-btn::before {
      height: 24px;
      margin-right: 4px;
      margin-top: -2px; }
    .map-btn:hover,
    .web-btn:hover {
      text-decoration: underline; }
  .map-btn::before {
    width: 16px; }
  .web-btn::before {
    width: 24px; }
  .fix-scroll {
    left: 20px; }
    .fix-scroll i {
      width: 40px;
      height: 2px;
      margin: -1px 5px 0 0; }
    .fix-scroll p {
      font-size: 9px;
      line-height: 0em; }
  body.ori .full {
    min-height: 0; }
  .header__lang-btn {
    width: 32px;
    top: 40px;
    left: 40px; }
  .header__menu-btn {
    width: 32px;
    height: 24px;
    top: 43px;
    right: 40px; }
    .header__menu-btn::before, .header__menu-btn::after, .header__menu-btn p {
      border-top: 1px solid #ffffff;
      margin-top: 0; }
  .gnav {
    top: 20px;
    right: 20px;
    width: 260px;
    padding: 80px 0 60px; }
    .gnav ul {
      padding-right: 40px;
      width: calc(100% + 20px); }
      .gnav ul > li {
        margin-bottom: 8px; }
        .gnav ul > li a {
          font-size: 12px;
          line-height: 1em;
          letter-spacing: 0.1em; }
          .gnav ul > li a:hover {
            text-decoration: underline; }
  .dot-nav {
    left: 10px; }
    .dot-nav__dot {
      margin: 20px 0; }
      .dot-nav__dot > a {
        width: 20px;
        height: 20px; }
        .dot-nav__dot > a::before {
          width: 6px;
          height: 6px; }
      .dot-nav__dot.cur > a::before {
        width: 10px;
        height: 10px;
        border: 2px solid #ffffff; }
  .footer {
    padding-top: 100px;
    padding-bottom: 200px; }
    .footer__top-btn {
      width: 80px;
      height: 80px;
      right: 20px;
      bottom: 20px; }
      .footer__top-btn::after {
        width: 10px;
        height: 20px;
        margin-left: -5px;
        margin-top: -10px; }
    .footer__logo {
      width: 158px;
      margin: 0 auto 30px; }
    .footer-nav ul {
      width: 80%;
      max-width: 900px;
      margin: 0 auto;
      text-align: center; }
      .footer-nav ul li {
        position: relative;
        display: inline-block;
        text-align: center;
        margin-bottom: 10px;
        padding: 0 15px; }
        .footer-nav ul li::after {
          position: absolute;
          display: inline-block;
          content: "/";
          color: #000000;
          right: -0.5em; }
        .footer-nav ul li a {
          font-size: 14px; }
  .top {
    padding: 0; }
    .top__logo {
      width: 326px;
      margin: 0 auto 80px; }
    .top__copy {
      width: 245px;
      height: 15px;
      margin-bottom: 34px; }
    .top__lead {
      margin-bottom: 30px;
      font-size: 24px;
      letter-spacing: 0.05em;
      line-height: 1.6em; }
  .story-block__lead {
    height: auto;
    display: block;
    font-size: 24px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    margin-bottom: 20px; }
    .story-block__lead.stby {
      -webkit-transform: translate3d(20px, 0, 0);
      transform: translate3d(20px, 0, 0); }
  .story-block__txt.stby {
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  .story-block__images {
    width: 49%; }
  .story article:nth-of-type(1) {
    margin-bottom: 320px; }
    .story article:nth-of-type(1) .story-block__lead,
    .story article:nth-of-type(1) .story-block__txt {
      padding-right: 54%; }
    .story article:nth-of-type(1) .story-block__lead {
      margin-bottom: 20px; }
    .story article:nth-of-type(1) .story-block__images {
      right: 0;
      height: 490px;
      margin-top: -120px; }
      .story article:nth-of-type(1) .story-block__images .story-block__image:nth-child(2) {
        margin-top: 120px; }
  .story article:nth-of-type(2) {
    margin-bottom: 500px; }
    .story article:nth-of-type(2) .inner {
      padding-top: 210px; }
    .story article:nth-of-type(2) .story-block__lead,
    .story article:nth-of-type(2) .story-block__txt {
      padding-left: 54%; }
    .story article:nth-of-type(2) .story-block__lead {
      color: #ffffff; }
    .story article:nth-of-type(2) .story-block__images {
      height: 870px; }
  .story article:nth-of-type(3) {
    margin-bottom: 400px; }
    .story article:nth-of-type(3) .inner {
      padding-top: 100px; }
    .story article:nth-of-type(3) .story-block__lead,
    .story article:nth-of-type(3) .story-block__txt {
      padding-right: 54%; }
    .story article:nth-of-type(3) .story-block__lead {
      color: #ffffff; }
    .story article:nth-of-type(3) .story-block__images {
      height: 550px;
      right: 0; }
  .story-footer__copy {
    width: 614px;
    height: 32px;
    margin-bottom: 50px; }
  .story-footer__logo {
    width: 200px; }
  .about .inner {
    width: 80%;
    max-width: none;
    overflow: hidden; }
    .about .inner:after {
      content: " ";
      display: block;
      height: 0px;
      clear: both; }
  .about__lead {
    font-size: 24px;
    margin-bottom: 30px; }
  .about__txt {
    font-size: 18px;
    line-height: 2em;
    margin: 0 auto 120px;
    max-width: 1000px; }
  .about-block {
    margin-bottom: 170px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px; }
    .about-block__image {
      position: absolute;
      width: 49%;
      height: calc(100% + 70px);
      left: auto;
      top: -35px;
      margin: 0; }
    .about-block__body {
      position: relative;
      width: 55%;
      margin-top: 0;
      padding: 60px 60px; }
      .about-block__body.stby {
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0); }
    .about-block__lead {
      font-size: 18px;
      line-height: 1.8em;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      margin-bottom: 36px; }
    .about-block:nth-child(even) {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      float: right; }
      .about-block:nth-child(even) .about-block__image {
        right: 0; }
    .about-block:nth-child(odd) {
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      float: left; }
      .about-block:nth-child(odd) .about-block__image {
        left: 0; }
  .news-list {
    margin-bottom: 100px; }
    .news-list > li a::after {
      width: 9px;
      background-image: url("../img/common/arrow-s.svg"); }
    .news-list > li a:hover .news-list__ttl {
      text-decoration: underline; }
    .news-list > li:first-child .news-list__date,
    .news-list > li:first-child .news-list__ttl {
      border-top: 1px rgba(255, 255, 255, 0.2) solid; }
    .news-list > li.stby span {
      -webkit-transform: translate3d(50px, 0, 0);
      transform: translate3d(50px, 0, 0); }
    .news-list__date, .news-list__ttl {
      border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
      padding: 32px 0; }
    .news-list__date {
      font-size: 14px;
      width: 130px; }
    .news-list__ttl {
      width: calc(100% - 150px);
      padding-right: 40px; }
      .news-list__ttl span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
  .news__more-btn {
    padding: 0 20px;
    width: 200px;
    height: 44px;
    border: 1px #ffffff solid;
    -webkit-transition: background 0.2s cubic-bezier(0.2, 0.8, 0.4, 1);
    transition: background 0.2s cubic-bezier(0.2, 0.8, 0.4, 1); }
    .news__more-btn:hover {
      background-color: rgba(255, 255, 255, 0.2); }
    .news__more-btn::before {
      position: relative;
      display: block;
      content: " ";
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 24px;
      background: url("../img/common/icon-list.svg") 50% 50% no-repeat;
      background-size: contain; }
    .news__more-btn p {
      font-size: 14px;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      margin-right: 30px; }
  .product .slick-arrow {
    width: 40px;
    height: 40px;
    top: 35%;
    left: 50%;
    border: 1px #ffffff solid; }
    .product .slick-arrow:hover {
      background: rgba(255, 255, 255, 0.2); }
    .product .slick-arrow::after {
      width: 6px;
      margin-left: -3px; }
  .product .slick-prev {
    margin-left: -160px; }
  .product .slick-next {
    margin-left: 160px; }
  .product-list {
    position: relative;
    margin-bottom: 45px; }
  .product-item {
    width: 300px;
    margin: 0 10px; }
    .product-item__image {
      width: 200px;
      height: 200px;
      margin: 0 auto 30px; }
    .product-item__name {
      margin-bottom: 5px; }
    .product-item__quantity {
      font-size: 14px; }
  .product-ctg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
    .product-ctg > li {
      width: 160px;
      margin-bottom: 0;
      margin-left: -1px; }
      .product-ctg > li a {
        border: 1px #ffffff solid;
        padding: 5px 0; }
        .product-ctg > li a:hover {
          background: rgba(255, 255, 255, 0.2); }
  .store .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .store-block {
    width: 49%;
    margin-bottom: 100px; }
    .store-block__image {
      position: relative;
      width: 100%;
      height: 0;
      margin: 0;
      left: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      padding-top: 60.20408%; }
    .store-block__body {
      width: 83.67347%;
      margin: -40px auto 0;
      padding: 40px 10px; }
    .store-block__name {
      font-size: 14px;
      line-height: 1.4em;
font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      margin-bottom: 2px; }
    .store-block__address {
      margin-bottom: 12px;
      line-height: 1.6em;
      font-size: 0.8em; }
  .overview-block {
    margin-bottom: 100px; }
    .overview-block__ttl {
      font-size: 24px;
      letter-spacing: 0.15em; }
  .overview-table > dt {
    width: 130px;
    font-size: 14px;
    line-height: 1.7em; }
  .overview-table > dd {
    width: calc(100% - 150px);
    line-height: 1.7em; }
    .overview-table > dd p {
      overflow: visible; }
      .overview-table > dd p:after {
        content: " ";
        display: block;
        height: 0px;
        clear: both; }
    .overview-table > dd span {
      display: inline; }
  .overview-table__btns {
    float: right; }
    .overview-table__btns .map-btn,
    .overview-table__btns .web-btn {
      margin-top: 0; }
    .overview-table__btns .map-btn {
      margin-left: 2.66667vw; }
  .overview-table__cell--tl, .overview-table__cell--tl + dd {
    margin-top: 30px;
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
    padding-top: 30px; }
    .overview-table__cell--tl.overview-table__cell--country p, .overview-table__cell--tl + dd.overview-table__cell--country p {
      border-top: 1px rgba(255, 255, 255, 0.2) solid;
      margin-top: 30px;
      padding-top: 30px; }
  .overview-table__cell--country {
    border: none !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 !important;
    padding: 0 !important; }
    .overview-table__cell--country p:first-child {
      width: 130px; }
    .overview-table__cell--country p:last-child {
      width: calc(100% - 150px); }
  .overview-table > dt:nth-last-of-type(1), .overview-table > dt:nth-last-of-type(1) + dd {
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    padding-bottom: 30px; }
    .overview-table > dt:nth-last-of-type(1).overview-table__cell--country p, .overview-table > dt:nth-last-of-type(1) + dd.overview-table__cell--country p {
      padding-bottom: 30px;
      border-bottom: 1px rgba(255, 255, 255, 0.2) solid; }
  .overview-table--corporate > dt, .overview-table--corporate > dd {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid; }
  .overview-table--history dt {
    padding-right: 40px; }
  .overview-table--branch dt:not(.overview-table__cell--tl), .overview-table--branch dt:not(.overview-table__cell--tl) + dd {
    margin-top: 20px !important; }
  .contact-call {
    border: none;
    padding: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .contact-call p {
      margin: 0;
      border-top: 1px rgba(255, 255, 255, 0.2) solid;
      border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
      padding: 55px 0; }
      .contact-call p:first-child {
        width: 180px; }
      .contact-call p:last-child {
        width: calc(100% - 200px); }
  .contact-form-area {
    width: 100%;
    height: 1100px; }
  .sns-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .sns-list > li {
      margin: 0 20px; }
      .sns-list > li > a {
        width: 50px;
        height: 50px;
        border-radius: 10px; }
        .sns-list > li > a:hover img {
          opacity: 0.8; }
  .product-detail {
    padding: 100px 0; }
    .product-detail__close-btn {
      width: 28px;
      height: 28px;
      top: -42px;
      right: -2px; }
      .product-detail__close-btn::before, .product-detail__close-btn::after {
        border-top: 1px #ffffff solid; }
    .product-detail__loader {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .product-detail__img {
      width: 47%;
      padding-bottom: 47%;
      margin: 0; }
    .product-detail__text {
      width: 47%; }
    .product-detail__ttl {
      font-size: 24px;
      line-height: 1.8em;
      margin-bottom: 5px;
      margin-top: -5px; }
    .product-detail__st {
      margin-bottom: 40px; }
    .product-detail__type {
      font-size: 12px;
      line-height: 1.0em;
      height: 25px;
      padding: 2px 20px 0;
      border: 1px #ffffff solid;
      margin-right: 20px; }
    .product-detail__quant {
      font-size: 12px; }
    .product-detail__lead {
      font-size: 18px;
      line-height: 2em;
      margin-bottom: 20px; }
    .product-detail__desc {
      margin-bottom: 40px; }
    .product-detail__spec {
      font-size: 12px;
      border: 1px #ffffff solid;
      padding: 30px 40px; }
    .product-detail__comp {
      margin-top: 45px; }
      .product-detail__comp__header {
        font-size: 12px;
        border-bottom: 1px #ffffff solid;
        margin-bottom: 10px; }
      .product-detail__comp__body {
        font-size: 12px;
        line-height: 1.3em; }
  /*
  * single page (pc)
  */
  .page-single {
    line-height: 1.6em; }
    .page-single .page-content {
      padding-top: 60px;
      margin-bottom: 100px; }
    .page-single .page-head-logo {
      width: 160px;
      margin: 0 auto 70px; }
    .page-single .page-main {
      padding-top: 100px; }
    .page-single .page-header {
      margin-bottom: 80px; }
    .page-single .page-name {
      font-size: 42px;
      line-height: 1.8em;
      letter-spacing: 0.1em;
      margin-bottom: 80px; }
    .page-single .page-date {
      margin-bottom: 30px; }
    .page-single .page-ttl {
      font-size: 30px;
      line-height: 1.8em; }
    .page-single .page-body {
      margin-bottom: 60px; }
      .page-single .page-body a:hover {
        text-decoration: none; }
    .page-single .icon-btn {
      font-size: 14px; }
      .page-single .icon-btn i {
        height: 21px;
        margin-right: 10px; }
        .page-single .icon-btn i.icon--list {
          width: 24px; }
    .page-single .pagination .nav-links .page-numbers {
      font-size: 24px;
      margin: 0 10px; }
      .page-single .pagination .nav-links .page-numbers.prev, .page-single .pagination .nav-links .page-numbers.next {
        width: 11px;
        height: 20px; }
      .page-single .pagination .nav-links .page-numbers.prev {
        margin-right: 60px; }
      .page-single .pagination .nav-links .page-numbers.next {
        margin-left: 60px; }
  .page-contact {
    overflow: hidden;
    background: none; }
    .page-contact > p {
      font-size: 20px; }
  .contact-form dl {
    padding-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px; }
  .contact-form dt {
    font-size: 14px;
    width: 180px;
    margin-bottom: 40px; }
  .contact-form dd {
    position: relative;
    width: calc(100% - 200px);
    margin-bottom: 40px;
    overflow: visible; }
    .contact-form dd select {
      width: 110%;
      font-size: 14px;
      padding: 30px 15px;
      pointer-events: none; }
      .contact-form dd select option {
        display: none; }
    .contact-form dd .type-selector {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      cursor: pointer; }
      .contact-form dd .type-selector::before {
        position: absolute;
        display: block;
        content: " ";
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 10px;
        height: 20px;
        top: 30px;
        right: 20px;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background: url("../img/common/arrow-s--bk.svg") 50% 50% no-repeat; }
      .contact-form dd .type-selector > ul {
        z-index: 1;
        position: absolute;
        width: calc(100% - 40px);
        background: rgba(0, 0, 0, 0.75);
        left: 20px;
        top: 20px;
        height: 0;
        overflow: hidden; }
        .contact-form dd .type-selector > ul > li {
          position: relative;
          padding-left: 20px;
          cursor: pointer; }
          .contact-form dd .type-selector > ul > li:hover span {
            text-decoration: underline; }
          .contact-form dd .type-selector > ul > li.cur:before {
            position: absolute;
            display: block;
            content: " ";
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            width: 16px;
            height: 100%;
            top: 0;
            left: 0;
            background: url("../img/common/icon-check.svg") 50% 50% no-repeat;
            background-size: contain; }
      .contact-form dd .type-selector.open > ul {
        padding: 30px 20px;
        height: auto; }
    .contact-form dd input[type='text'],
    .contact-form dd input[type='email'],
    .contact-form dd textarea {
      width: 100%;
      font-size: 14px;
      line-height: 1.4em;
      padding: 30px 15px; }
    .contact-form dd textarea {
      height: 16em;
      resize: none; }
  .contact-form .error {
    position: absolute;
    top: 25px;
    right: 50px; }
  .contact-form input[type='submit'] {
    border: 1px #ffffff solid;
    font-size: 14px;
    letter-spacing: 0.1em;
    padding: 12px 0 12px 30px;
    margin: 0 20px;
    width: 200px;
    background-size: auto 120%;
    -webkit-transition: background 0.2s cubic-bezier(0.2, 0.8, 0.4, 1);
    transition: background 0.2s cubic-bezier(0.2, 0.8, 0.4, 1); }
    .contact-form input[type='submit']:hover {
      background-color: rgba(255, 255, 255, 0.2); }
  .contact-form .mw_wp_form_complete {
    padding-top: 100px; }
  .contact-form_btns {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; } }

@-webkit-keyframes productItemIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes productItemIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes scrollLineLoop {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  30% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  90% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes scrollLineLoop {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  30% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  60% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  90% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes loadingLoop {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(720deg);
    transform: rotateY(720deg); } }

@keyframes loadingLoop {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0); }
  100% {
    -webkit-transform: rotateY(720deg);
    transform: rotateY(720deg); } }

@media print {
  body {
    display: none; } }



    body.whiteBase:not(#siteTop) .page-head-logo{ background: url(../img/common/logo--bk.svg) center center no-repeat; background-size: contain; }
    body.whiteBase:not(#siteTop) .page-head-logo img{ visibility: hidden;}
    body.whiteBase:not(#siteTop) .footer__logo{ background: url(../img/common/logo.svg) center center no-repeat; background-size: contain; }
    body.whiteBase:not(#siteTop) .footer__logo img{ visibility: hidden;}
    
    body.whiteBase:not(#siteTop){ background-color: #fff; color: #000;}
    body.whiteBase:not(#siteTop) section.page-content a{ color: #000;}
   
    body.whiteBase:not(#siteTop) section.page-content .news-list > li a::after{background: url("../img/common/arrow--bk.svg") 50% 50% no-repeat;}
      
     body.whiteBase:not(#siteTop) .footer__top-btn{    background: #000;}
      
     body.whiteBase:not(#siteTop) .footer__top-btn::after{    background: url(../img/common/arrow.svg) 50% 50% no-repeat;}
      
     body.whiteBase:not(#siteTop) .gnav {background: #000;}
     body.whiteBase:not(#siteTop) .gnav ul > li a{ color: #fff;}
     
     body.whiteBase:not(#siteTop).nav-open .header__menu-btn p, 
     body.whiteBase:not(#siteTop).nav-open .header__menu-btn::before, 
     body.whiteBase:not(#siteTop).nav-open .header__menu-btn::after{ border-color:  #fff ; }
     
     
     body.whiteBase:not(#siteTop) .header__lang-btn{ background: url(../img/common/langBtn--bk.svg) center center no-repeat ; background-size: contain; }
     body.whiteBase:not(#siteTop) .header__lang-btn img{ visibility: hidden;}
     
     
     body.whiteBase:not(#siteTop) .footer {   background: #000;}
     
     body.whiteBase:not(#siteTop) .footer-nav ul li a{color: #fff;}
     
    body.whiteBase:not(#siteTop) .page-share { border-color:  rgba(0, 0, 0, 0.2) ;}
    
    body.whiteBase:not(#siteTop)  .page-share ul li.facebook a{ background: url(../img/common/icon_facebook--white.svg) center center no-repeat #000; background-size: contain; }
    body.whiteBase:not(#siteTop)  .page-share ul li.twitter a{ background: url(../img/common/icon_twitter--white.svg) center center no-repeat #000; background-size: contain; }
    body.whiteBase:not(#siteTop)  .page-share ul li.facebook a img,
   body.whiteBase:not(#siteTop)  .page-share ul li.twitter a img{ visibility: hidden; }
   
   body.whiteBase:not(#siteTop) .icon-btn i.icon--list{background-image: url(../img/common/icon-list--bk.svg);}
   
   
   
    body#single.blog:not(#siteTop) .page-body{}
   body#single.blog:not(#siteTop) .page-body h2{ font-size: 1.8em; margin-bottom: 0.5em; line-height: 1.6;}
   body#single.blog:not(#siteTop) .page-body h3{ font-size: 1.65em; margin-bottom: 0.5em; line-height: 1.6;}
   body#single.blog:not(#siteTop) .page-body h4{ font-size: 1.5em; margin-bottom: 0.5em; line-height: 1.6;}
   body#single.blog:not(#siteTop) .page-body h5{ font-size: 1.35em; margin-bottom: 0.5em; line-height: 1.6;}
   body#single.blog:not(#siteTop) .page-body h6{ font-size: 1.2em; margin-bottom: 0.5em; line-height: 1.6;}
   body#single.blog:not(#siteTop) .page-body ol{ list-style: decimal; padding-left: 1.5em;margin-bottom: 2em;}
   body#single.blog:not(#siteTop) .page-body ol li{margin-bottom: 0.5em;}
   body#single.blog:not(#siteTop) .page-body ul{ list-style: disc; padding-left: 1.5em;margin-bottom: 2em;}
   body#single.blog:not(#siteTop) .page-body ul li{ margin-bottom: 0.5em;}
   body#single.blog:not(#siteTop) .page-body strong{  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
   body#single.blog:not(#siteTop) .page-body blockquote{}
   body#single.blog:not(#siteTop) .page-body blockquote {
position: relative;
margin-left: 2em;
margin-left: 2em;
margin-bottom: 3em;
padding: 2em;
font-size: .9em;

border-radius: 2px;
background: #f9f9f9;

}
   body#single.blog:not(#siteTop) .page-body blockquote:before{
position: absolute;
top: 15px;
left: 20px;
content: '“';
font-size: 4em;
opacity: .1;
}
   body#single.blog:not(#siteTop) .page-body .centerBox{ text-align: center;margin-bottom: 3em;}
   body#single.blog:not(#siteTop) .page-body .lineBox{ padding: 2em;margin-bottom: 3em; border: solid 1px #ddd;}
   body#single.blog:not(#siteTop) .page-body .bgBox{padding: 2em;background: #f9f9f9;margin-bottom: 3em;}
   
   
   
   
   
          
   @media screen and (min-width: 751px){
     body.whiteBase:not(#siteTop) .header__menu-btn::before, 
     body.whiteBase:not(#siteTop) .header__menu-btn::after, 
     body.whiteBase:not(#siteTop) .header__menu-btn p{ border-color:  #000 ; }
     
       body.whiteBase:not(#siteTop) .news-list > li:first-child .news-list__date,
     body.whiteBase:not(#siteTop) .news-list > li:first-child .news-list__ttl,
     body.whiteBase:not(#siteTop) .news-list__date,
     body.whiteBase:not(#siteTop) .news-list__ttl  {
      border-color:  rgba(0, 0, 0, 0.2) ; }
      
      body.whiteBase:not(#siteTop) .news-list > li a::after{
            background-image: url(../img/common/arrow-s-bk.svg);
      }
      
      body.whiteBase:not(#siteTop) .footer-nav ul li::after {color: #fff;}
      
      
}

      
      