@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
embed,
iframe,
img,
object {
  vertical-align: middle;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * 追加
 */
html {
  font-size: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue",Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  margin: auto;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.6;
}

@media only screen and (min-width: 768px) {
  ._sp-only {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  ._sp-only {
    display: block;
  }
  ._pc-only {
    display: none;
  }
}

.js-ofi {
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  max-height: 100%;
}

body {
  position: relative;
  margin: 0;
  height: 100vh;
  height: -webkit-fill-available;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  color: #323232;
}

.header {
  position: fixed;
  padding: 15px 5.3vw 0;
  width: 100%;
  background: white;
  text-align: left;
  z-index: 2;
}

@media only screen and (max-width: 768px) {
  .header {
    padding: 15px 5.3vw 0;
  }
}

.header a.logo {
  display: block;
  color: #323232;
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Kaisei Opti", serif;
  letter-spacing: 0.2em;
  width: 228px;
}

@media only screen and (max-width: 768px) {
  .header a.logo {
    width: 130px;
    margin-left: -9px;
  }
}

.header a.logo img {
  width: 100%;
}

.adjust-width {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
}

@media only screen and (max-width: 768px) {
  .adjust-width {
    padding: 80px 5.3vw 0;
  }
}

.page {
  background: #fdf5e4;
  background: #fff;
  /* background: url("../../images/bg2.png"); */
  text-align: center;
}

/* セクション */
section {
  position: relative;
  min-height: 100vh;
}

/* メニュー */
.menu .menu-inner {
  padding: 65px 50px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 768px) {
  .menu .menu-inner {
    padding: 65px 50px 20px;
  }
}

.menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0;
}

.menu ul li {
  position: relative;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  font-size: 1.5rem;
  margin: 0;
  text-align: initial;
  margin-left: 30px;
  height: 70%;
}

.menu ul li.writter {
  text-align: end;
}

.menu ul li.writter a {
  font-size: 1.1rem;
  border: 1px solid #323232;
  padding: 5px;
  height: 85px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 0;
}

.menu ul li.heading {
  font-size: 1.7rem;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.menu ul li .future {
  font-size: 1.2rem;
}

.menu ul li span.sub {
  font-size: 1.3rem;
  margin-top: 2px;
  margin-bottom: 40px;
}

.menu ul li a.jump {
  opacity: 1;
  display: inline-block;
  overflow: hidden;
  position: relative;
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
          writing-mode: horizontal-tb;
  padding: 2px 4px 4px;
  font-size: 1rem;
  border: 0.5px solid #323232;
  margin-top: 5px;
  z-index: 1;
  color: #000;
}

.menu ul li a.jump::before {
  background-color: #e4e4e4;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: cubic-bezier(0.32, 0, 0.67, 0);
  transition: cubic-bezier(0.32, 0, 0.67, 0);
  -webkit-animation: kiran 0.5s linear 1;
          animation: kiran 0.5s linear 1;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: initial;
          animation-direction: initial;
  z-index: -1;
}

@-webkit-keyframes kiran {
  0% {
    left: -40px;
    opacity: 0.6;
  }
  25% {
    left: 0;
    opacity: 1;
  }
  75% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0.6;
  }
}

@keyframes kiran {
  0% {
    left: -40px;
    opacity: 0.6;
  }
  25% {
    left: 0;
    opacity: 1;
  }
  75% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 40px;
    opacity: 0.6;
  }
}

.menu ul li a.jump i::before {
  display: inline-block;
  position: relative;
  width: 8px;
  top: 0px;
  height: 8px;
  margin: 0 5px;
  position: relative;
  content: ">";
  font-size: 1rem;
}

/* 縦書き */
.vertical {
  width: 100%;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  display: inline-block;
}

.vertical p {
  display: block;
  text-align: right;
  word-break: break-word;
  line-break: auto;
  overflow-wrap: break-word;
  text-align: justify;
  text-underline-position: right;
  margin: 0 2em;
}

.vertical li {
  display: block;
  text-align: right;
  word-break: break-word;
  line-break: auto;
  overflow-wrap: break-word;
  text-align: justify;
  text-underline-position: right;
  margin: 0 2em;
}

footer {
  position: fixed;
  display: inline-block;
  width: 100%;
  left: 0;
  margin-top: 70px;
  padding: 0;
  bottom: 0;
  border-top: 0.5px solid #323232;
  background: #fff;
  z-index: 10003;
}

@media only screen and (max-width: 768px) {
  footer {
    margin-top: 80px;
  }
}

footer ul {
  width: 100%;
  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;
}

footer ul li {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  position: relative;
  font-size: 1.6rem;
  margin: 0;
  padding: 10px 20px;
  text-align: initial;
  width: 100%;
  border-right: 0.5px solid #323232;
}

@media only screen and (max-width: 768px) {
  footer ul li {
    font-size: 1.3rem;
  }
}

footer ul li:nth-child(2) {
  border-right: none;
}

footer ul li a {
  position: relative;
  width: 100%;
  display: block;
}

footer ul li a .link-arrow {
  position: absolute;
  right: 0;
  font-size: 1.2rem;
}
/*# sourceMappingURL=layout.css.map */