@charset "UTF-8";
@keyframes show_loading {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
:root {
  --font-10: 2.67vw;
  --font-12: 3.2vw;
  --font-nav-ja: 3.2vw;
  --font-article-title: 5.33vw;
  --font-article-authorname: 3.73vw;
  --font-article-authortitle: 2.67vw;
  --font-article-lead: 3.73vw;
  --font-article-info: 2.67vw;
  --font-article-h3: 3.73vw;
  --font-article-paragraph: 3.2vw;
  --font-article-caption: 2.67vw;
  --font-article-profile: 2.67vw;
  --article-h3-margin: 21.33vw;
}

@media all and (min-width: 768px) {
  :root {
    --font-10: 1.0rem;
    --font-12: 1.2rem;
    --font-nav-ja: 1.2rem;
    --font-article-title: 3.0rem;
    --font-article-authorname: 2.0rem;
    --font-article-authortitle: 1.2rem;
    --font-article-lead: 1.4rem;
    --font-article-info: 1.0rem;
    --font-article-h3: 1.4rem;
    --font-article-paragraph: 1.2rem;
    --font-article-caption: 1.0rem;
    --font-article-profile: 1.0rem;
    --article-h3-margin: 80px;
  }
}
@media all and (min-width: 960px) {
  :root {
    --font-article-lead: 2.0rem;
    --font-article-info: 1.2rem;
    --font-article-h3: 2.0rem;
    --font-article-paragraph: 1.6rem;
    --font-article-caption: 1.2rem;
    --font-article-profile: 1.2rem;
    --article-h3-margin: 50px;
  }
}
@media all and (min-width: 1440px) {
  :root {
    --font-12: 1.2rem;
    --font-nav-ja: 2.0rem;
    --font-article-title: 3.0rem;
    --font-article-authorname: 2.0rem;
    --font-article-authortitle: 1.2rem;
  }
  :root.scrolled {
    --font-nav-ja: 1.2rem;
  }
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html {
  font-size: 3.125vw;
}

body {
  font-size: 14px;
  font-size: 1.4rem;
}

/* Small Devices, Tablets */
@media all and (min-width: 768px) {
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* PC */
:root {
  --vh: 100vh;
}

body {
  overflow-x: hidden;
  overflow-y: visible;
}

body {
  color: #000000;
  font-family: "Shuei KakuGo Gin M", "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  overscroll-behavior-y: none;
  letter-spacing: 0.05em;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
body.disable {
  opacity: 0;
}

a {
  color: #000000;
  text-decoration: none;
}

li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  vertical-align: top;
}

.img {
  width: 100%;
  height: 0px;
  position: relative;
}
.img figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

header#global_header {
  z-index: 10;
}

nav#nav_page {
  z-index: 9;
}

header#global_header {
  width: 100%;
  position: fixed;
  top: 0px;
  height: 14.93vw;
}
header#global_header h1 {
  width: 26.67vw;
  position: absolute;
  left: 2.67vw;
  top: 2.67vw;
}
header#global_header h1 img {
  width: 100%;
}
header#global_header h2 {
  width: 64vw;
  position: absolute;
  right: 0px;
  top: 9.33vw;
  pointer-events: none;
}
header#global_header nav#select_lang {
  position: absolute;
  right: 2.67vw;
  top: 2.67vw;
}
header#global_header nav#select_lang ul {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
header#global_header nav#select_lang ul li {
  width: 6.67vw;
  height: 6.67vw;
  position: relative;
}
header#global_header nav#select_lang ul li a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
header#global_header nav#select_lang ul li a .inr {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
header#global_header nav#select_lang ul li a svg path {
  fill: #fff;
}
header#global_header nav#select_lang ul li a.active {
  background: #fff;
}
header#global_header nav#select_lang ul li a.active svg path {
  fill: #000;
}
header#global_header nav#select_lang ul li:nth-child(1) {
  margin-right: 2.67vw;
}
header#global_header nav#select_lang ul li:nth-child(1) svg {
  width: 3.73vw;
  height: 2.4vw;
}
header#global_header nav#select_lang ul li:nth-child(2) svg {
  width: 4.27vw;
  height: 2.4vw;
}

nav#nav_page {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100vh;
}
nav#nav_page ul {
  position: absolute;
  top: 25.6vw;
  left: 5.33vw;
}
nav#nav_page ul li {
  margin-bottom: 10.67vw;
}
nav#nav_page ul li img {
  width: 100%;
}
nav#nav_page ul li:nth-last-child(1) {
  margin-bottom: 0px;
}
nav#nav_page ul li a {
  display: inline-block;
}
nav#nav_page ul li a.active {
  pointer-events: none;
}
nav#nav_page ul li a p.en_lead,
nav#nav_page ul li a p.ja {
  font-size: var(--font-nav-ja);
  margin-top: 2.67vw;
}
nav#nav_page ul li:nth-child(1) p.en {
  width: 49.33vw;
}
nav#nav_page ul li:nth-child(2) p.en {
  width: 58.13vw;
}
nav#nav_page ul li:nth-child(3) p.en {
  width: 58.13vw;
}

@media all and (min-width: 768px) {
  header#global_header {
    height: 95px;
  }
  header#global_header h1 {
    width: 152px;
    left: 20px;
    top: 20px;
  }
  header#global_header h1 img {
    width: 100%;
  }
  header#global_header h2 {
    width: 240px;
    top: 36px;
  }
  header#global_header nav#select_lang {
    right: 20px;
    top: 20px;
  }
  header#global_header nav#select_lang ul li {
    width: 25px;
    height: 25px;
  }
  header#global_header nav#select_lang ul li:nth-child(1) {
    margin-right: 10px;
  }
  header#global_header nav#select_lang ul li:nth-child(1) svg {
    width: 14px;
    height: 9px;
  }
  header#global_header nav#select_lang ul li:nth-child(2) svg {
    width: 16px;
    height: 9px;
  }
  nav#nav_page {
    width: 198px;
  }
  nav#nav_page ul {
    top: 125px;
    left: 40px;
  }
  nav#nav_page ul li {
    margin-bottom: 40px;
  }
  nav#nav_page ul li a {
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
  }
  nav#nav_page ul li a p.en_lead,
nav#nav_page ul li a p.ja {
    margin-top: 10px;
    white-space: nowrap;
  }
  nav#nav_page ul li a:hover {
    opacity: 0.5;
  }
  nav#nav_page ul li:nth-child(1) p.en {
    width: 270px;
  }
  nav#nav_page ul li:nth-child(2) p.en {
    width: 291px;
  }
  nav#nav_page ul li:nth-child(3) p.en {
    width: 291px;
  }
}
@media all and (min-width: 960px) {
  header#global_header h2 {
    width: 400px;
    top: 6px;
  }
}
@media all and (min-width: 1440px) {
  header#global_header h2 {
    width: 500px;
    top: 16px;
  }
  nav#nav_page ul {
    top: 130px;
  }
  nav#nav_page ul li {
    margin-bottom: 50px;
  }
  nav#nav_page ul li a p.en_lead,
nav#nav_page ul li a p.ja {
    margin-top: 10px;
  }
  nav#nav_page ul li:nth-child(1) p.en {
    width: 370px;
  }
  nav#nav_page ul li:nth-child(2) p.en {
    width: 436px;
  }
  nav#nav_page ul li:nth-child(3) p.en {
    width: 436px;
  }
}
@media all and (min-width: 1920px) {
  nav#nav_page {
    width: 270px;
  }
}
section#kv {
  position: fixed;
  width: 100%;
  height: 100vh;
  min-height: 100svh;
  background: #ddd;
}

#logo_canvas {
  pointer-events: none;
}

section#kv_content {
  width: 100%;
  height: 200vh;
  min-height: 200svh;
  position: sticky;
  top: 0px;
}
section#kv_content .section_inner {
  position: absolute;
  width: 100%;
  height: 50%;
  height: 100svh;
  min-height: 100svh;
  top: 0px;
  left: 0px;
}
section#kv_content .scroll {
  width: 26.67vw;
  height: 26.67vw;
  position: absolute;
  right: 2.67vw;
  bottom: 2.67vw;
}
section#kv_content .scroll a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
section#kv_content .scroll a .inr {
  width: 24vw;
  height: 24vw;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12vw 0 0 -12vw;
}
section#kv_content .scroll a .txt_circle {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../images/svg/txt_scroll.svg") center center no-repeat;
  background-size: cover;
}
section#kv_content .scroll a .icon {
  width: 1.87vw;
  height: 8.8vw;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4.4vw 0 0 -0.93vw;
}
section#kv_content .scroll a .icon i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url("../images/svg/arrow_scroll.svg") top left no-repeat;
  background-size: contain;
}
section#kv_content .paper_imgs {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 0px 0.8vw rgba(0, 0, 0, 0.5));
}
section#kv_content .paper_imgs ul {
  position: relative;
  width: 53.33vw;
  top: 0px;
  aspect-ratio: 200/283;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
}
section#kv_content .paper_imgs ul li {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
section#kv_content .paper_imgs ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section#kv_content .paper_imgs ul li:nth-child(25) {
  transition-delay: 0.03s;
  -moz-transition-delay: 0.03s;
  -webkit-transition-delay: 0.03s;
}
section#kv_content .paper_imgs ul li:nth-child(24) {
  transition-delay: 0.06s;
  -moz-transition-delay: 0.06s;
  -webkit-transition-delay: 0.06s;
}
section#kv_content .paper_imgs ul li:nth-child(23) {
  transition-delay: 0.09s;
  -moz-transition-delay: 0.09s;
  -webkit-transition-delay: 0.09s;
}
section#kv_content .paper_imgs ul li:nth-child(22) {
  transition-delay: 0.12s;
  -moz-transition-delay: 0.12s;
  -webkit-transition-delay: 0.12s;
}
section#kv_content .paper_imgs ul li:nth-child(21) {
  transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
}
section#kv_content .paper_imgs ul li:nth-child(20) {
  transition-delay: 0.18s;
  -moz-transition-delay: 0.18s;
  -webkit-transition-delay: 0.18s;
}
section#kv_content .paper_imgs ul li:nth-child(19) {
  transition-delay: 0.21s;
  -moz-transition-delay: 0.21s;
  -webkit-transition-delay: 0.21s;
}
section#kv_content .paper_imgs ul li:nth-child(18) {
  transition-delay: 0.24s;
  -moz-transition-delay: 0.24s;
  -webkit-transition-delay: 0.24s;
}
section#kv_content .paper_imgs ul li:nth-child(17) {
  transition-delay: 0.27s;
  -moz-transition-delay: 0.27s;
  -webkit-transition-delay: 0.27s;
}
section#kv_content .paper_imgs ul li:nth-child(16) {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
section#kv_content .paper_imgs ul li:nth-child(15) {
  transition-delay: 0.33s;
  -moz-transition-delay: 0.33s;
  -webkit-transition-delay: 0.33s;
}
section#kv_content .paper_imgs ul li:nth-child(14) {
  transition-delay: 0.36s;
  -moz-transition-delay: 0.36s;
  -webkit-transition-delay: 0.36s;
}
section#kv_content .paper_imgs ul li:nth-child(13) {
  transition-delay: 0.39s;
  -moz-transition-delay: 0.39s;
  -webkit-transition-delay: 0.39s;
}
section#kv_content .paper_imgs ul li:nth-child(12) {
  transition-delay: 0.42s;
  -moz-transition-delay: 0.42s;
  -webkit-transition-delay: 0.42s;
}
section#kv_content .paper_imgs ul li:nth-child(11) {
  transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
}
section#kv_content .paper_imgs ul li:nth-child(10) {
  transition-delay: 0.48s;
  -moz-transition-delay: 0.48s;
  -webkit-transition-delay: 0.48s;
}
section#kv_content .paper_imgs ul li:nth-child(9) {
  transition-delay: 0.51s;
  -moz-transition-delay: 0.51s;
  -webkit-transition-delay: 0.51s;
}
section#kv_content .paper_imgs ul li:nth-child(8) {
  transition-delay: 0.54s;
  -moz-transition-delay: 0.54s;
  -webkit-transition-delay: 0.54s;
}
section#kv_content .paper_imgs ul li:nth-child(7) {
  transition-delay: 0.57s;
  -moz-transition-delay: 0.57s;
  -webkit-transition-delay: 0.57s;
}
section#kv_content .paper_imgs ul li:nth-child(6) {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
section#kv_content .paper_imgs ul li:nth-child(5) {
  transition-delay: 0.63s;
  -moz-transition-delay: 0.63s;
  -webkit-transition-delay: 0.63s;
}
section#kv_content .paper_imgs ul li:nth-child(4) {
  transition-delay: 0.66s;
  -moz-transition-delay: 0.66s;
  -webkit-transition-delay: 0.66s;
}
section#kv_content .paper_imgs ul li:nth-child(3) {
  transition-delay: 0.69s;
  -moz-transition-delay: 0.69s;
  -webkit-transition-delay: 0.69s;
}
section#kv_content .paper_imgs ul li:nth-child(2) {
  transition-delay: 0.72s;
  -moz-transition-delay: 0.72s;
  -webkit-transition-delay: 0.72s;
}
section#kv_content .paper_imgs ul li:nth-child(1) {
  transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
}
section#kv_content .paper_imgs ul li:nth-child(0) {
  transition-delay: 0.78s;
  -moz-transition-delay: 0.78s;
  -webkit-transition-delay: 0.78s;
}
section#kv_content .paper_imgs ul.pause li {
  transform: rotate(0) translate3d(0, 0, 0) !important;
}

.area_article .sidenav {
  opacity: 0;
  pointer-events: none;
}

.sidenav {
  position: fixed;
  bottom: 5.33vw;
  left: 5.33vw;
  z-index: 10;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.sidenav ul li {
  line-height: 1.5;
}
.sidenav ul li a {
  font-size: var(--font-12);
}

#sitename {
  width: 100%;
  height: 100vh;
  min-height: 100svh;
  position: fixed;
  top: 0px;
}
#sitename #logo_canvas {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  left: 0px;
}
#sitename canvas {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}
#sitename p {
  position: absolute;
  top: 50%;
  perspective: 600px;
  transform-style: preserve-3d;
}
#sitename p svg {
  width: 798px;
  height: 127px;
  transform: rotateX(50deg) rotateY(-40deg) rotateZ(-20deg) skewX(15deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
#sitename .st0 {
  fill: #FFFFFF;
}
#sitename .st1 {
  fill: #040000;
}
#sitename .st2 {
  fill: none;
  stroke: #040000;
  stroke-miterlimit: 10;
}
#sitename .st3 {
  fill: #FFFFFF;
  stroke: #040000;
  stroke-miterlimit: 10;
}

#wrapper {
  position: relative;
}

/* PC */
@media all and (min-width: 768px) {
  section#kv_content .scroll {
    width: 100px;
    height: 100px;
    right: 10px;
    bottom: 10px;
  }
  section#kv_content .scroll a .inr {
    width: 90px;
    height: 90px;
    margin: -45px 0 0 -45px;
  }
  section#kv_content .scroll a .icon {
    width: 7px;
    height: 33px;
    margin: -16.5px 0 0 -3.5px;
  }
  section#kv_content .paper_imgs {
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
  }
  section#kv_content .paper_imgs ul {
    width: 329px;
  }
  section#kv_content .paper_imgs ul li {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
  }
  section#kv_content .paper_imgs ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .sidenav {
    bottom: 20px;
    left: 20px;
  }
  .sidenav ul {
    display: -ms-flexbox;
    display: flex;
  }
  .sidenav ul li:nth-child(1) {
    margin-right: 1em;
  }
  .sidenav ul li:nth-child(1):after {
    content: "";
    width: 2px;
    height: 0.8em;
    background: #000;
    display: inline-block;
    position: relative;
    top: 0.12em;
    margin-left: 1em;
  }
}
@media all and (min-width: 960px) {
  section#kv_content .section_inner {
    height: 100vh;
  }
  section#kv_content .paper_imgs ul {
    width: 329px;
  }
  section#kv_content .paper_imgs ul li {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
  }
  section#kv_content .paper_imgs ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media all and (min-width: 1440px) {
  section#kv_content .paper_imgs ul {
    width: 400px;
  }
  section#kv_content .paper_imgs ul li {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
  }
  section#kv_content .paper_imgs ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#wrapper {
  background: #ddd;
}

article {
  position: relative;
  z-index: 2;
}
article .w1440 {
  display: none;
}
article .load_content {
  position: relative;
}
article #bg_article {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  min-height: 100svh;
}
article #bg_article figure {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
article #bg_article figure img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: top center;
}
article #bg_article figure.active {
  opacity: 1;
}
article #bg_article:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.4);
  content: "";
}
article .article_content {
  width: 92%;
  margin-left: 8%;
  background: #fff;
  position: relative;
  margin-top: calc(-100vh + 14.67vw);
}
article .hero,
article header,
article .body {
  width: 86.95%;
  margin: auto;
}
article .hero {
  padding-top: 8vw;
  margin-bottom: 8vw;
}
article .hero img {
  width: 100%;
  vertical-align: top;
}
article header h1 {
  font-size: var(--font-article-title);
  line-height: 1.5;
}
article header .author {
  margin-top: 2.67vw;
}
article header .author h2, article header .author p {
  line-height: 1.5;
}
article header .author h2 {
  font-size: var(--font-article-authorname);
}
article header .author p {
  font-size: var(--font-article-authortitle);
  margin-top: 2.67vw;
}
article header .authors {
  margin-top: 1em;
}
article header .authors .author {
  position: relative;
}
article header .authors .author:nth-last-of-type(1):before {
  content: "×";
  display: block;
  margin-bottom: 2.67vw;
  font-size: var(--font-article-authorname);
}
article .lead {
  margin-top: 16vw;
}
article .lead p {
  font-size: var(--font-article-lead);
  line-height: 2;
}
article .article_info {
  padding-top: 3.73vw;
  margin-top: 3.73vw;
  position: relative;
}
article .article_info:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0px;
}
article .article_info dl dt, article .article_info dl dd {
  display: inline;
  font-size: var(--font-article-info);
  line-height: 2;
}
article .article_body .pc,
article .article_body .float_block.pc {
  display: none;
}
article .article_body h3 {
  font-size: var(--font-article-h3);
  line-height: 1.5;
  margin-top: var(--article-h3-margin);
}
article .article_body p {
  font-size: var(--font-article-paragraph);
  line-height: 2;
  text-align: justify;
  margin-top: 2rem;
}
article .article_body img {
  vertical-align: top;
}
article .article_body figure img {
  width: 100%;
}
article .article_body figure figcaption {
  margin-top: 2.67vw;
  font-size: var(--font-article-caption);
  letter-spacing: 0em;
}
article .article_body .float_block {
  margin-top: 2em;
}
article .article_body .float_block:after {
  content: "";
  display: block;
  clear: both;
}
article .article_body .float_block.interview_img0 figure {
  width: 50%;
  float: right;
  margin-left: 5.33vw;
  padding-bottom: 5.33vw;
}
article .article_body .float_block.interview_img0 figcaption {
  text-align: right;
}
article .article_body .float_block.interview_img2 figure {
  margin-top: 5.33vw;
  float: none;
}
article .article_body .float_block.interview_img2 figure img {
  width: 66.66%;
}
article .article_body .float_block.interview_img3 figure {
  width: 40%;
  margin-left: 1.5em;
  padding-bottom: 1em;
  float: right;
}
article .article_body .float_block.interview_img4 figure {
  width: 46.66%;
  float: left;
  padding-bottom: 1em;
}
article .article_body .float_block.dialogue01_0 figure {
  width: 40%;
  float: right;
  margin: 0 0 0 5.33vw;
  padding-bottom: 0.5em;
}
article .article_body .float_block.dialogue01_02 figure {
  width: 40%;
  float: right;
  margin: 0 0 0 5.33vw;
  padding-bottom: 0.5em;
}
article .article_body .float_block.dialogue02_0 figure {
  width: 40%;
  float: right;
  margin: 0 0 0 5.33vw;
  padding-bottom: 0.5em;
}
article .article_body .float_block.dialogue02_1 figure {
  width: 40%;
  float: right;
  margin: 0 0 0 5.33vw;
  padding-bottom: 0.5em;
}
article .article_body .float_block.dialogue02_2 figure {
  width: 40%;
  float: right;
  margin: 0 0 0 5.33vw;
  padding-bottom: 0.5em;
}
article .article_body .float_block.dialogue02_3 figure {
  width: 40%;
  float: right;
  margin: 0 0 0 5.33vw;
  padding-bottom: 0.5em;
}
article .article_body .float_block figure {
  float: left;
  display: inline-block;
  margin-top: 0px;
  margin-right: 8vw;
  position: relative;
  top: 0.6em;
}
article .article_body .float_block img {
  width: 100%;
}
article .article_body .img_cols {
  margin: 10.67vw 0;
}
article .article_body .img_cols ul {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
article .article_body .img_cols ul li {
  width: 32.88%;
  margin-right: 0.68%;
}
article .article_body .img_cols ul li:last-child {
  margin-right: 0px;
}
article .article_body .img_cols ul li img {
  width: 100%;
}
article .article_body figure.img_full {
  width: 100%;
  margin-top: 10.67vw;
}
article .article_body figure.img_full img {
  width: 100%;
}
article .article_body .lists {
  position: relative;
  padding: 3.73vw 0;
  margin-top: 1em;
}
article .article_body .lists:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 0px;
  left: 0px;
}
article .article_body .lists:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
article .article_body .lists ul li {
  display: -ms-flexbox;
  display: flex;
  font-size: var(--font-article-paragraph);
  line-height: 2;
}
article .article_body .lists ul li span {
  display: block;
}
article .article_body .lists ul li span.n {
  width: 5.33vw;
}
article .article_body .lists ul li span.t {
  width: calc(100% - 5.33vw);
}
article .article_body dl.person {
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
}
article .article_body dl.person dt {
  font-weight: 600;
  font-size: var(--font-article-paragraph);
  width: 9.33vw;
  line-height: 2;
}
article .article_body dl.person dd {
  width: calc(100% - 9.33vw);
}
article .article_body dl.person dd p {
  margin-top: 0px;
}
article .article_body p.person {
  position: relative;
  padding-left: 9.33vw;
}
article .article_body p.person span.name {
  font-family: "Shuei KakuGo Gin B";
  position: absolute;
  left: 0;
  top: 0px;
}
article .profile {
  margin-top: 16vw;
}
article .profile p {
  font-size: var(--font-article-profile);
  line-height: 1.5;
}
article .nav_article {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-top: 16vw;
  padding-bottom: 16vw;
}
article .nav_article.next {
  justify-content: flex-end;
}
article .nav_article a {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
article .nav_article a.link.prev .icon_arrow {
  margin-left: 0px;
  margin-right: 2.67vw;
}
article .nav_article a span {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
article .nav_article a span.interview {
  width: 21.6vw;
}
article .nav_article a span.dialogue01 {
  width: 25.87vw;
}
article .nav_article a span img {
  width: 100%;
}
article .nav_article a .icon_arrow {
  width: 5.6vw;
  height: 4vw;
  margin-left: 2.67vw;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
article .nav_article a .icon_arrow svg {
  width: 100%;
  vertical-align: top;
}
article .nav_article a .st0 {
  fill: #040000;
}

/* PC */
@media all and (min-width: 768px) {
  article .article_content {
    width: calc(100% - 198px);
    margin-left: 198px;
  }
  article .hero,
article header,
article .body {
    width: calc(100% - 60px);
  }
  article .hero {
    padding-top: 80px;
    margin-bottom: 40px;
  }
  article header .author {
    margin-top: 12px;
  }
  article header .author p {
    margin-top: 12px;
  }
  article header .authors .author {
    margin-top: 12px;
  }
  article header .authors .author p {
    margin-top: 12px;
  }
  article header .authors .author:nth-last-of-type(1):before {
    content: "×";
    display: block;
    margin-bottom: 12px;
  }
  article .lead {
    margin-top: 60px;
  }
  article .article_info {
    padding-top: 14px;
    margin-top: 14px;
  }
  article .article_body .pc,
article .article_body .float_block.pc {
    display: block;
  }
  article .article_body .sp,
article .article_body .float_block.sp {
    display: none;
  }
  article .article_body .col2 {
    margin-top: 1.5rem;
  }
  article .article_body .col2 figure figcaption {
    margin-top: 10px;
  }
  article .article_body .col2.txt_l .col_l {
    width: 43.33%;
  }
  article .article_body .col2.txt_l .col_r {
    width: 50%;
  }
  article .article_body .col2.txt_l.img120 .col_l {
    width: 46.66%;
  }
  article .article_body .col2.txt_l.img120 .col_r {
    width: 40%;
  }
  article .article_body .col2.float figure {
    margin-top: 20px;
  }
  article .article_body .float_block.interview_img0 figure {
    width: 150px;
    margin-left: 20px;
  }
  article .article_body .float_block.interview_img2 figure {
    float: left;
    width: 200px;
    margin-right: 40px;
    margin-top: 0px;
  }
  article .article_body .float_block.interview_img2 figure img {
    width: 100%;
  }
  article .article_body .float_block.interview_img3 figure {
    width: 120px;
    margin-left: 30px;
    float: right;
    margin-right: 0px;
  }
  article .article_body .float_block.interview_img4 figure {
    width: 140px;
    margin-right: 30px;
  }
  article .article_body .float_block figure {
    margin-right: 30px;
  }
  article .article_body figure.img_full {
    margin-top: 40px;
  }
  article .article_body .lists {
    padding: 14px 0;
  }
  article .article_body .lists ul li span.n {
    width: 20px;
  }
  article .article_body .lists ul li span.t {
    width: calc(100% - 20px);
  }
  article .article_body p.person {
    padding-left: 35px;
  }
  article .profile {
    margin-top: 60px;
  }
  article .nav_article {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  article .nav_article a.link.prev .icon_arrow {
    margin-right: 10px;
  }
  article .nav_article a span.interview {
    width: 81px;
  }
  article .nav_article a span.dialogue01 {
    width: 97px;
  }
  article .nav_article a .icon_arrow {
    width: 21px;
    height: 15px;
    margin-left: 10px;
  }
}
@media all and (min-width: 960px) {
  article .article_content {
    width: calc(100% - 270px);
    margin-left: 270px;
  }
  article .hero,
article header,
article .body {
    width: calc(100% - 90px);
  }
  article .hero {
    padding-top: 87px;
  }
  article .lead {
    margin-top: 60px;
  }
  article header .authors .author {
    margin-top: 0px;
  }
  article header .authors .author p {
    margin-top: 0px;
  }
  article header .authors .author:nth-last-of-type(1) {
    margin-top: 12px;
  }
  article header .authors .author:nth-last-of-type(1):before {
    margin-bottom: 0.5em;
    margin-right: 0.5em;
  }
  article .article_body .col2.txt_l .col_l {
    width: 43.33%;
  }
  article .article_body .col2.txt_l .col_r {
    width: 50%;
  }
  article .article_body .col2.txt_l.img120 .col_l {
    width: 46.66%;
  }
  article .article_body .col2.txt_l.img120 .col_r {
    width: 40%;
  }
  article .article_body .float_block.interview_img0 figure {
    width: 28.66%;
    margin-left: 11.33%;
    padding-bottom: 1em;
  }
  article .article_body .float_block.interview_img2 figure {
    width: 41.66%;
    margin-right: 6.66%;
    padding-bottom: 2em;
  }
  article .article_body .float_block.interview_img3 figure {
    width: 30%;
    margin-left: 5%;
    padding-bottom: 1em;
  }
  article .article_body .float_block.interview_img4 figure {
    width: 30%;
    margin-right: 5%;
    padding-bottom: 1em;
  }
  article .article_body .float_block.dialogue01_0 figure {
    width: 41.66%;
    float: right;
    margin: 0 0 0 6.66%;
  }
  article .article_body .float_block.dialogue01_02 figure {
    width: 30%;
    float: left;
    margin: 0 6.66% 0 0;
    padding-bottom: 0.5em;
  }
  article .article_body .float_block.dialogue01_02 p {
    margin-left: 36.66%;
  }
  article .article_body .float_block.dialogue02_0 figure {
    float: right;
    padding: 0 0 3% 3.86%;
    width: 46.3%;
    margin-right: 0px;
    margin-left: 0px;
  }
  article .article_body .float_block.dialogue02_1 figure {
    width: 22.22%;
    float: left;
    margin-left: 0%;
  }
  article .article_body .float_block.dialogue02_1 p {
    margin-left: 27.22%;
  }
  article .article_body .float_block.dialogue02_2 figure {
    float: right;
    width: 38.88%;
    padding-left: 5.8%;
    margin-left: 0px;
  }
  article .article_body .float_block.dialogue02_3 figure {
    width: 33.44%;
    float: left;
    padding-right: 4%;
    margin-left: 0px;
  }
  article .article_body .float_block.dialogue02_3 p {
    margin-left: 38%;
  }
  article .article_body .float_block figure {
    margin-right: 30px;
  }
  article .article_body figure.img_full {
    margin-top: 40px;
  }
  article .article_body .img_cols {
    margin: 80px 0;
  }
  article .article_body .img_cols ul {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
  article .article_body .img_cols ul li {
    width: 32.88%;
    margin-right: 0.68%;
  }
  article .article_body .img_cols ul li:last-child {
    margin-right: 0px;
  }
  article .article_body .img_cols ul li img {
    width: 100%;
  }
  article .article_body .lists ul li span.n {
    width: 20px;
  }
  article .article_body .lists ul li span.t {
    width: calc(100% - 20px);
  }
  article .article_body p.person {
    padding-left: 54px;
  }
  article .profile {
    margin-top: 60px;
  }
  article .nav_article {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  article .nav_article a.link.prev .icon_arrow {
    margin-right: 10px;
  }
  article .nav_article a span.interview {
    width: 92px;
  }
  article .nav_article a span.dialogue01 {
    width: 111px;
  }
  article .nav_article a .icon_arrow {
    width: 31px;
    height: 16px;
    margin-left: 10px;
  }
}
@media all and (min-width: 1440px) {
  article .w1440 {
    display: block;
  }
  article .article_content {
    width: calc(100% - 350px);
    margin-left: 350px;
  }
  article .hero,
article header,
article .body {
    width: calc(100% - 180px);
  }
  article header .cols {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
  article header .authors {
    margin-top: 0px;
  }
  article header .authors .author {
    display: -ms-flexbox;
    display: flex;
  }
  article header .authors .author:nth-last-of-type(1) {
    margin-top: 1em;
  }
  article .article_header .cols {
    display: -ms-flexbox;
    display: flex;
  }
  article .article_header .cols .title {
    width: 50%;
  }
  article .article_header .cols .authors {
    width: 50%;
  }
  article .article_header .cols .authors .author {
    align-items: flex-start;
    justify-content: flex-end;
  }
  article .article_header .cols .authors .author h2 {
    white-space: nowrap;
  }
  article .article_header .cols .authors .author p {
    padding-left: 1em;
    padding-top: 0.7em;
  }
  article .article_header .cols .authors .author:nth-last-of-type(1) {
    align-items: center;
  }
  article .article_header .cols .authors .author:nth-last-of-type(1):before {
    margin-bottom: 0px;
  }
  article .article_body .float_block.interview_img0 figure {
    width: 32.67%;
    margin-left: 6.29%;
  }
  article .article_body .float_block.interview_img2 figure {
    width: 46.9%;
    margin-right: 6.18%;
    padding-bottom: 2em;
  }
  article .article_body .float_block.interview_img3 figure {
    width: 32.67%;
    margin-left: 6.29%;
  }
  article .article_body .float_block.interview_img4 figure {
    width: 32.67%;
    margin-right: 7.94%;
  }
  article .article_body .float_block figure {
    margin-right: 30px;
  }
  article .article_body figure.img_full {
    margin-top: 40px;
  }
  article .profile {
    margin-top: 60px;
  }
  article .nav_article {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  article .nav_article a span.interview {
    width: 92px;
  }
  article .nav_article a span.dialogue01 {
    width: 111px;
  }
  article .nav_article a .icon_arrow {
    width: 31px;
    height: 16px;
  }
}
:lang(en) body {
  letter-spacing: 0em;
}
:lang(en) article .article_body p {
  text-align: left;
}
:lang(en) article .article_body dl.person dt {
  width: 16vw;
}
:lang(en) article .article_body p.person {
  padding-left: 16vw;
}

@media all and (min-width: 768px) {
  :lang(en) nav#nav_page {
    width: 198px;
  }
  :lang(en) nav#nav_page ul li a p.en_lead {
    white-space: initial;
    line-height: 1.66;
    width: 80%;
  }
}
@media all and (min-width: 960px) {
  :lang(en) nav#nav_page {
    width: 270px;
  }
  :lang(en) article .article_body dl.person dt {
    width: 60px;
  }
  :lang(en) article .article_body p.person {
    padding-left: 80px;
  }
}
@media all and (min-width: 1440px) {
  :lang(en) nav#nav_page {
    width: 350px;
  }
  :lang(en) article .article_body dl.person dt {
    width: 60px;
  }
  :lang(en) article .article_body p.person {
    padding-left: 80px;
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.scroll .txt_circle {
  ;-webkit-animation: rotate 10s ease-in-out 0s infinite;
  -moz-animation: rotate 10s ease-in-out 0s infinite;
  animation: rotate 10s ease-in-out 0s infinite;
}

#nav_page {
  -webkit-transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s;
  opacity: 0;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
#nav_page ul li {
  -webkit-transform-origin: top left;
  transform-origin: top left;
}
#nav_page ul li p.ja {
  line-height: 1.66;
}
#nav_page ul li p.ja br {
  display: none;
}

header#global_header h2 {
  -webkit-transition: transform 0.6s ease;
  transition: transform 0.6s ease;
  -webkit-transform: translate3d(100%, -150%, 0);
  transform: translate3d(100%, -150%, 0);
}

#bg_article {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.area_article #bg_article {
  opacity: 1;
}
.area_article header#global_header h2 {
  -webkit-transform: translate3d(0%, 0%, 0);
  transform: translate3d(0%, 0%, 0);
}

#sitename .ttl_sitename {
  perspective: 600px;
}
#sitename .ttl_sitename #logo_canvas {
  -webkit-transform-origin: center;
  transform-origin: center;
}

.scene_next #nav_page {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.1s ease;
  transition: transform 0.1s ease;
}
.scrolled #nav_page {
  display: -ms-flexbox;
  display: flex;
  width: 8%;
}
.scrolled #nav_page li {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.scrolled #nav_page li:nth-child(1) {
  height: 19.73vw;
}
.scrolled #nav_page li:nth-child(1) p.en {
  width: 19.73vw;
}
.scrolled #nav_page li:nth-child(2) {
  height: 23.47vw;
}
.scrolled #nav_page li:nth-child(2) p.en {
  width: 23.47vw;
}
.scrolled #nav_page li:nth-child(3) {
  height: 23.47vw;
}
.scrolled #nav_page li:nth-child(3) p.en {
  width: 23.47vw;
}
.scrolled #nav_page p.ja {
  display: none;
}

article .article_content {
  -webkit-transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
article.disable .article_content {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
article.disable #bg_article {
  opacity: 0;
}

/* PC */
@media all and (min-width: 768px) {
  #nav_page ul li p {
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .scene_next #sitename .ttl_sitename #logo_canvas {
    transform: rotateX(80deg) rotateY(-30deg);
  }
  .scrolled #nav_page li {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .scrolled #nav_page li:nth-child(1) {
    height: auto;
  }
  .scrolled #nav_page li:nth-child(1) p.en {
    width: 111px;
  }
  .scrolled #nav_page li:nth-child(2) {
    height: auto;
  }
  .scrolled #nav_page li:nth-child(2) p.en {
    width: 131px;
  }
  .scrolled #nav_page li:nth-child(3) {
    height: auto;
  }
  .scrolled #nav_page li:nth-child(3) p.en {
    width: 131px;
  }
  .scrolled #nav_page p.ja {
    display: block;
  }
  .scrolled #nav_page p.ja br {
    display: block;
  }
}
@media all and (min-width: 1920px) {
  #nav_page ul li p {
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
  .scrolled #nav_page li {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .scrolled #nav_page li:nth-child(1) p.en {
    width: 185px;
  }
  .scrolled #nav_page li:nth-child(2) p.en {
    width: 218px;
  }
  .scrolled #nav_page li:nth-child(3) p.en {
    width: 218px;
  }
  .scrolled #nav_page p.ja {
    display: block;
  }
  .scrolled #nav_page p.ja br {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
