@charset "UTF-8";
:root {
  --fs: 14px;
  --menu-width: 0;
  --fg: #111;
  --bg: #fff fixed;
  --footer-fg: #fff;
  --footer-bg: #232f3e;
  --lc: #0066c0;
  --mc: linear-gradient(to right bottom, #0079b4,#4ac) fixed;
  --mlc: #fff;
  --logo-color: var(--mlc);
  --buy-bgc: #febd69;
  --buy-gbc-hover: #f3a847;
  --buy-fgc: #111;
  --large: 1024px;
  --middle: 992px;
  --small: 768px; }
  @media (min-width: 992px) {
    :root {
      --fs: 16px; } }

.hamburger {
  z-index: 1000;
  position: fixed;
  background: var(--mc);
  color: var(--mlc);
  right: 10px;
  top: 10px;
  display: inline-block;
  text-align: center;
  border: 1px solid transparent;
  cursor: pointer;
  user-select: none;
  width: 40px;
  height: 40px;
  font-size: 11px;
  line-height: 2em; }
  .hamburger::after {
    content: "menu"; }
  .hamburger div {
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px;
    margin: 12px 10px 4px;
    background: #dfc58c; }
    .hamburger div::before, .hamburger div::after {
      background: #dfc58c;
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      transition: all .2s ease-out;
      width: 100%; }
    .hamburger div::before {
      top: 5px; }
    .hamburger div::after {
      top: -5px; }

.open .hamburger::after {
  content: "close"; }

.open .hamburger div {
  background-color: transparent; }

.open .hamburger div:before, .open .hamburger div:after {
  top: 0; }

.open .hamburger div:before {
  transform: rotate(-45deg); }

.open .hamburger div:after {
  transform: rotate(45deg); }

.osc {
  transition-duration: .5s;
  transform: translateX(-100%); }

.open .osc {
  transform: translateX(0); }

@media (min-width: 768px) {
  .hamburger {
    display: none; }
  .osc {
    transform: translateX(0); } }

table .midasi td {
  text-align: left; }

table tr.midasi:not(:first-child) td {
  padding-top: 1em; }

table tr:not(.midasi) td {
  vertical-align: top; }
  table tr:not(.midasi) td:first-child {
    width: 7em; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.8em; }

a {
  color: var(--lc);
  text-decoration: none; }

html {
  background: var(--bg); }

body {
  touch-action: manipulation;
  min-width: 320px;
  word-break: break-all;
  word-wrap: break-word;
  color: var(--fg);
  font-size: var(--fs);
  overflow-y: scroll;
  background: var(--bg);
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

dd {
  padding-left: 1rem;
  line-height: 1.65em; }

li {
  list-style: none; }

header {
  -webkit-overflow-scrolling: touch;
  padding: 15px;
  padding-bottom: 80px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: var(--menu-width);
  z-index: 10;
  background: var(--mc);
  overflow-y: auto; }
  header .logo {
    text-align: center;
    display: block;
    border: none;
    font-size: 1.15em;
    font-weight: 400;
    color: var(--logo-color); }
  header a {
    color: var(--mlc); }

.pc header {
  height: 100%; }

nav.global > *:not(:first-child) {
  margin-top: 50px; }

nav.global li {
  margin-top: 30px; }
  nav.global li a {
    display: block;
    line-height: var(--fs); }

nav.global aside {
  font-size: .9rem; }
  nav.global aside .profile {
    text-align: justify;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word; }

nav.global dl {
  margin-top: 15px; }

footer {
  text-align: center;
  font-size: smaller;
  padding: 1em 0;
  border-top: 1px solid #fff;
  background-color: var(--footer-bg);
  color: var(--footer-fg); }

#container {
  padding-bottom: 200px; }

.container_top {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: inherit;
  height: 100vh;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-image: url(/img/top.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.container_column {
  margin-top: 50px; }
  .container_column > * {
    flex: 1;
    margin-top: 50px; }

.container_picture {
  display: flex; }
  .container_picture > * {
    flex: 1; }

img {
  max-width: 100%;
  max-height: 100%;
  height: inherit !important; }

.lang-nav {
  display: none; }

section {
  padding: 100px 25px 0; }
  section h2 {
    font-size: 1.4rem;
    text-align: center;
    margin: .5em; }
  section > dl {
    margin-top: 50px; }

.mainvisual-text {
  width: 90%;
  height: 32px;
  position: absolute;
  top: 10vh;
  text-align: left;
  z-index: 1; }
  .mainvisual-text h1 {
    color: #333; }

.entry {
  margin-top: 1em; }

.enjoy-css {
  text-align: center; }
  .enjoy-css a {
    display: inline-block;
    box-sizing: content-box;
    position: relative;
    cursor: pointer;
    top: 0;
    padding: 10px 22px;
    font-size: larger;
    font-weight: bold;
    color: var(--buy-fgc) !important;
    background-color: var(--buy-bgc);
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
    -o-text-overflow: clip;
    text-overflow: clip; }
    .enjoy-css a:hover {
      background-color: var(--buy-gbc-hover); }

.logo {
  text-align: center;
  height: 24px;
  margin-bottom: 1em; }

@media (min-width: 768px) {
  #container {
    margin-left: var(--menu-width);
    background: var(--bg); }
  .hamburger {
    display: none; }
  nav.global dl {
    margin-top: 15px; }
  .container_column {
    display: flex; }
    .container_column > * {
      margin-top: 0px; }
  .container_picture {
    margin-left: 30px; }
  section {
    padding: 200px 50px 0;
    max-width: 768px;
    margin: auto; }
    section h2 {
      font-size: 1.5rem; }
  footer {
    margin-left: var(--menu-width); } }
