/* menu */
dl.menu {
  width: 100%;
}
dl.menu div {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 9px 0;
  padding: 5px 0;
}
dl.menu div::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 100%;
  border-bottom: solid 1px #333;
}
dl.menu dt {
  margin: 0;
  padding: 0 5px 0 0;
  background-color: #000;
  z-index: 2;
  text-align: left;
}
dl.menu dd {
  margin: 0;
  padding: 0 0 0 5px;
  background-color: #000;
  z-index: 2;
  text-align: right;
}
dl.access {
  width: 100%;
}
dl.access dt {
  float: left;
  margin-top: 9px;
  line-height: 1.8;
}
dl.access dd {
  margin: 9px 0 0 160px;
  line-height: 1.8;
}
.attention {
  font-size: 14px;
  line-height: 1.4;
}
section.cnt {
  max-width: 680px;
  margin: 0 auto;
  padding: 20px 30px;
}
/*animation*/
main {
  display: block;
  width: 100%;
  height: auto;
  margin: 0px auto;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.box {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
}
.box:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(214, 166, 189, 1);
  transition: 1s cubic-bezier(.25, .1, .25, 1.0);
}
.isPlay:before {
  transform: translate3d(100%, 0, 0);
}
/*scroll*/
#scrollUnder {
  height: 100px;
  overflow: hidden
}
#scrollUnder:after {
  content: "";
  display: block;
  width: 1px;
  border-left: 1px #fff solid;
  animation: scroll 2s ease 0s infinite normal;
  margin: 0 auto 0;
}
@keyframes scroll {
  0% {
    height: 0;
  }
  50% {
    height: 100px;
    margin-top: 0;
  }
  100% {
    margin-top: 100px;
    height: 100px;
  }
}
.sa {
  opacity: 0;
  transition: all .9s ease;
}
.sa.show {
  opacity: 1;
  transform: none;
}
.sa--lr {
  transform: translate(-40px, 0);
}
.sa--rl {
  transform: translate(40px, 0);
}
.sa--up {
  transform: translate(0, 40px);
}
.sa--down {
  transform: translate(0, -40px);
}
.bg {
  width: 100%;
  background: #000;
}
.mt0 {
  margin: 0;
}
.mt20 {
  margin: 20px 0 0 0;
}
.mt30 {
  margin: 30px 0 0 0;
}
.clearb {
  clear: both;
  margin-bottom: 20px;
}
/* desktop */
body {
  font-size: 18px;
  font-family: 'Noto Sans JP', sans-serif;
  background: #000;
  color: #bbb;
}
h3 {
  font-size: 40px;
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 80px 0 20px 0;
}
h4 {
  font-size: 30px;
  font-family: acumin-pro, sans-serif;
  font-weight: 600;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 40px 0 0 0;
}
.prof_txt {
  margin-bottom: -30px;
  font-size: 12px;
  text-align: center
}
#logo {
  margin: 0 auto;
  position: fixed;
  top: 40px;
  left: 40px;
  z-index: 1000;
}
#logo img {
  width: 137px;
  height: 20px;
}
#twitter {
  margin: 0 auto;
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 1000;
}
#twitter img {
  width: 31px;
  height: 25px;
}
#main {
  margin: 0 auto;
  padding: 160px 0 130px 0;
  text-align: center;
}
#main img {
  width: 100%;
  max-width: 650px;
}
#about {
  line-height: 2;
}
#prof {
  margin: 24px auto 14px auto;
  text-align: center;
}
#prof img {
  width: 140px;
  height: 140px;
}
#news {
  opacity: 0.75;
  width: 88%;
  margin: -14px auto 0 auto;
  max-width: 600px;
}
.cat {
  font-weight: bold;
  font-style: italic;
}
.inter {
  margin-top: 40px;
}
.inter img {
  width: 100%;
}
#map {
  width: 100%;
  height: 600px;
  filter: grayscale(100%);
  border: 0;
}
#footer {
  width: 100%;
  background: rgba(0, 0, 0, 0.65);
  padding: 20px 0;
}
#f_logo {
  text-align: center;
}
#f_logo img {
  width: 100%;
}
.f_address {
  text-align: center;
  line-height: 2;
  font-size: 14px
}
.f_tel {
  text-decoration: underline;
}
.f_twitter {
  text-align: center;
  margin: 60px 0;
}
.f_twitter img {
  width: 40px;
  height: 40px
}
.copyright {
  margin-bottom: 20px;
  text-align: center;
  font-size: 11px
}
/* mobile */
@media screen and (max-width: 480px) {
  body {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif;
    background: #000;
    color: #bbb;
  }
  h3 {
    font-size: 28px;
    font-family: acumin-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    letter-spacing: 0.05em;
    margin: 60px 0 20px 0;
  }
  h4 {
    font-size: 20px;
    font-family: acumin-pro, sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #fff;
    letter-spacing: 0.05em;
    margin: 40px 0 0 0;
  }
  .prof_txt {
    font-size: 11px;
    text-align: center
  }
  #logo {
    margin: 0 auto;
    position: fixed;
    top: 30px;
    left: 20px;
    z-index: 1000;
  }
  #logo img {
    width: 116px;
    height: 17px;
  }
  #twitter {
    margin: 0 auto;
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 1000;
  }
  #twitter img {
    width: 27px;
    height: 22rpx;
  }
  #main {
    margin: 0 auto;
    padding: 240px 0 210px 0;
    text-align: center;
  }
  #main img {
    width: 100%;
    ;
  }
  #prof {
    margin: 14px auto 14px auto;
    text-align: center;
  }
  #prof img {
    width: 30%;
    height: 30%;
  }
  dl.access {
    width: 100%;
  }
  dl.access dt {
    float: left;
    margin-top: 9px;
    line-height: 1.8;
  }
  dl.access dd {
    margin: 9px 0 0 120px;
    line-height: 1.8;
  }
  .attention {
    font-size: 11px;
    line-height: 1.4;
  }
  #map {
    width: 100%;
    height: 400px;
    filter: grayscale(100%);
    border: 0;
  }
  #f_logo {
    text-align: center;
  }
  #f_logo img {
    width: 100%;
  }
  .f_address {
    text-align: center;
    line-height: 2;
    font-size: 13px
  }
  .f_tel {
    text-decoration: underline;
  }
}