@charset "UTF-8";
body, html {
  overflow-x: hidden;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,Segoe UI,Hiragino Kaku Gothic ProN,Hiragino Sans,ヒラギノ角ゴ ProN W3,Arial,メイリオ,Meiryo,sans-serif;
  line-height: 2;
  background-color: #333333;
  color: #fff;
}

ul, li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #fff;
  transition: all 0.2s ease;
}

a:hover {
  color: #ccc87f;
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}
h1 {
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}

h1.logo-ttl {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
}

h1.logo-ttl span {
  font-size: 18px;
  margin-right: 1rem;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  h1.logo-ttl {
    font-size: 23px;
  }
  
  h1.logo-ttl span {
    font-size: 14px;
    margin-right: 0.5rem;
    letter-spacing: 1.25px;
  }
}
  @media screen and (max-width: 480px) {
  h1 {
    line-height: 1.2;
    flex-wrap: wrap;
  }
  
  h1.logo-ttl {
    font-size: 20px;
  }
  
  h1.logo-ttl span {
    font-size: 12px;
    margin-right: 0.25rem;
    letter-spacing: 1.2px;
  }
}
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}

header ul.nav {
  display: flex;
}

header ul.nav li {
  line-height: 1.2;
  font-weight: bold;
  margin-left: 1rem;
  transition: all 0.5s ease;
}

header ul.nav li span {
  display: block;
  font-size: 10px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  header ul.nav li {
    font-size: 14px;
  }
}
  @media screen and (max-width: 480px) {
  header ul.nav li {
    font-size: 12px;
    margin-left: 0.5rem;
    white-space: nowrap;
  }
}
.main-visual video {
  width: 100%;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .main-visual {
    margin: 0 calc(50% - 50vw);
  }
}

.main-message {
  margin-bottom: 30px;
}

.menu .ttle-wrapper {
  border-bottom: 1px solid #999;
  margin-bottom: 1rem;
}

.menu h2.menu-heading-ttl {
  font-size: 18px;
  line-height: 1.2;
  padding-left: 8px;
  border-left: 6px solid #fff;
  margin-bottom: 6px;
}

.menu h2.menu-heading-ttl span {
  font-size: 10px;
  font-weight: normal;
  display: block;
}

.menu h3.menu-title {
  font-size: 16px;
}

.menu h3.menu-title:before {
  content: "\25A0";
  margin-right: 5px;
}

.menu ul.menu-list {
  padding-left: 1rem;
}

footer {
  text-align: center;
  border-top: 1px solid #666;
  margin: 1rem calc(50% - 50vw);
  width: 100vw;
}

footer span {
  font-size: 10px;
}
