@charset "UTF-8";
/*

media
768〜
1024〜
1280〜

*/
/* 変数インポート
--------------------------------------------------------------------------------- */
/* 共通
--------------------------------------------------------------------------------- */
html {
  -webkit-text-size-adjust: none;
  height: 100%;
}

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
@font-face {
  font-family: "Yu Mincho";
  src: local("Yu Mincho Demibold");
}
body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  font-family: "游ゴシック", YuGothic, "YuGothic M", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ ゴシック", "MS Gothic", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 100%;
  line-height: 2em;
  font-weight: 500;
}

* {
  box-sizing: border-box;
}

/* HTML5 elements */
section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  padding: 0px;
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
  margin-top: 0px;
  margin-bottom: 0px;
}

a img {
  border: none;
}

area,
img {
  border: none;
  outline: none;
}

img {
  vertical-align: bottom;
}

p, li, dt, dd, th, td, h5, h6 {
  font-size: 14px;
  line-height: 2em;
}

p, ul, ol, dl, table {
  margin: 0px 0px 2em 0px;
}

ul ul, ul ol, ol ul, ol ol {
  margin-bottom: 0px;
}

th p, td p, td li, li li, td td, li td, li th {
  font-size: 100%;
  margin: 0px;
}

a {
  transition: all .2s;
  outline: none;
  color: #000;
}
a img {
  transition: all .2s;
}
a:hover {
  opacity: 0.6;
}

.palt {
  font-feature-settings: "palt";
}

/* layout
--------------------------------------------------------------------------------- */
#layout {
  min-width: 320px;
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  padding-bottom: 60px;
  position: relative;
}
#layout::after {
  content: "";
  position: fixed;
  display: block;
  width: 100%;
  height: calc(716/1280*100vw);
  bottom: 0px;
  left: 0px;
  z-index: -2;
  background-image: url(../images/bg_001.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

/* page-header
--------------------------------------------------------------------------------- */
#page-header {
  background-color: #fff;
  overflow: hidden;
  height: 60px;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 100;
}
#page-header h1 {
  font-size: 17px;
  line-height: 20px;
  margin-top: 15px;
}
#page-header h1 .en {
  display: block;
  font-family: 'GFS Didot', serif;
  font-weight: 400;
  color: #adb2b4;
  width: 210px;
  margin: 0px auto;
}
#page-header h1 .jp {
  display: block;
  font-size: 12px;
  line-height: 16px;
}
#page-header .area-logo {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 40px;
}

#menu {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  top: 10px;
  cursor: pointer;
  margin: 0px;
  z-index: 20;
  background-color: #adb2b4;
  border-radius: 6px;
}
#menu::before, #menu::after,
#menu span {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  text-indent: -9999px;
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
#menu span {
  top: 19px;
}
#menu::before {
  content: "";
  top: 12px;
}
#menu::after {
  content: "";
  bottom: 12px;
}
#menu.on::before {
  -webkit-transform: translateY(6.8965517241px) rotate(-45deg);
  transform: translateY(6.8965517241px) rotate(-45deg);
}
#menu.on span {
  height: 0px;
}
#menu.on::after {
  -webkit-transform: translateY(-6.8965517241px) rotate(45deg);
  transform: translateY(-6.8965517241px) rotate(45deg);
}

/* global-nav
--------------------------------------------------------------------------------- */
#global-nav {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  background-color: #fff;
}

.gnav {
  margin: 100px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
}
.gnav li {
  margin: 0px 0px 40px 0px;
  padding: 0px;
  text-align: center;
}
.gnav li p {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin: 0px;
}
.gnav li p.jp {
  font-size: 13px;
  line-height: 20px;
}
.gnav li a {
  text-decoration: none;
  position: relative;
  padding-bottom: 10px;
  display: inline-block;
}
.gnav li a::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  left: 50%;
  right: 50%;
  bottom: 0px;
  background-color: #000;
  transition: all .2s;
}
.gnav li a:hover {
  opacity: 1;
}
.gnav li a:hover::after {
  left: 0px;
  right: 0px;
}

/* page-footer
--------------------------------------------------------------------------------- */
#page-footer {
  clear: both;
  height: 60px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #000;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

#copyright {
  font-size: 10px;
  line-height: 14px;
  margin: 0px;
}

#page-top {
  width: 50px;
  height: 50px;
  margin: 0px;
  position: fixed;
  right: 10px;
  bottom: 40px;
  display: none;
}
#page-top a {
  text-indent: -9999px;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/arrow_001.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-color: #adb2b4;
}

/* media
--------------------------------------------------------------------------------- */
/*
--------------------------------------------------------------------------------- 360 */
@media print, screen and (min-width: 360px) {
  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header h1 .en {
    width: 230px;
  }
}
/*
--------------------------------------------------------------------------------- 768 */
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
/*
--------------------------------------------------------------------------------- 1024 */
@media print, screen and (min-width: 1024px) {
  p, li, dt, dd, th, td, h5, h6 {
    font-size: 16px;
  }

  /* page-header
  --------------------------------------------------------------------------------- */
  #page-header {
    height: 160px;
    position: relative;
  }
  #page-header h1 {
    font-size: 60px;
    line-height: 70px;
    margin-top: 34px;
  }
  #page-header h1 .en {
    width: 710px;
  }
  #page-header h1 .jp {
    font-size: 24px;
    line-height: 25px;
  }
  #page-header .area-logo {
    left: 30px;
    top: 50px;
    width: 110px;
  }

  #menu {
    width: 60px;
    height: 60px;
    right: 30px;
    top: 50px;
  }
  #menu::before, #menu::after,
  #menu span {
    left: 15px;
    width: 30px;
  }
  #menu span {
    top: 29px;
  }
  #menu::before {
    top: 19px;
  }
  #menu::after {
    bottom: 19px;
  }
  #menu.on::before {
    -webkit-transform: translateY(10.3448275862px) rotate(-45deg);
    transform: translateY(10.3448275862px) rotate(-45deg);
  }
  #menu.on span {
    height: 0px;
  }
  #menu.on::after {
    -webkit-transform: translateY(-10.3448275862px) rotate(45deg);
    transform: translateY(-10.3448275862px) rotate(45deg);
  }
}
/*
--------------------------------------------------------------------------------- 1280 */
