@charset "UTF-8";
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,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

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

blockquote, q {
  quotes: none;
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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;
}

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

/* ==============================================
	ASSETS PC - base

	width: -webkit-calc(100% - 127px);
	width: calc(100% - 127px);
	transition: all .2s;
	@include mx.clearfix;
	@include mx.radius(5);
	============================================== */
html, body {
  width: 100%;
  height: 100%;
}

body {
  background-color: #f5f1e6;
  background-position: center top;
  background-repeat: repeat;
  color: #000000;
  backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  zoom: 1;
}
body::after {
  content: "";
  clear: both;
  display: block;
}

.webp body {
  background-image: url("../img/common/bg_body_repeat.webp");
  background-size: auto auto;
}

.no-webp body {
  background-image: url("../img/common/bg_body_repeat.jpg");
  background-size: auto auto;
}

a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}
a:visited, a:link {
  color: #004986;
  text-decoration: underline;
}
a:hover, a:active {
  color: #5a8fba;
  text-decoration: none;
}

i {
  font-style: normal;
}

img {
  vertical-align: top;
}

svg {
  line-height: 1em;
  vertical-align: top;
}

.pc-only {
  display: block;
}

.pc-only-inline {
  display: inline;
}

.sp-only,
.sp-only-inline {
  display: none;
}

#pagetop {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
}

canvas {
  display: block;
  vertical-align: bottom;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
  pointer-events: none;
}

.is--parallax {
  transition: transform 5s;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.m--headline {
  position: relative;
  width: 100%;
  z-index: 0;
}

.m--headline__inner {
  position: relative;
  width: 100%;
}

.m--headline__page {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
.m--headline__page::before {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  line-height: 1em;
  font-size: 0;
  background: url("../img/common/headline_line.png") center center repeat-x;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
}
.m--headline__page .page--name {
  width: 586px;
  height: 248px;
  background: url("../img/common/headline_bg.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.m--headline__page .page--name img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.m--headline__ja {
  width: 100%;
  position: relative;
  text-align: center;
}
.m--headline__ja .ja--name {
  color: #42306e;
  font-size: 35px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 200;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  line-height: 1em;
  margin-bottom: 15px;
}
.m--headline__ja::after {
  content: "";
  display: block;
  width: 249px;
  height: 14px;
  background: url("../img/common/subhead_line.png") center center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  line-height: 1em;
  font-size: 0;
}

#blind {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9001;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  background-color: #f5f1e6;
}

.blind__inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blind__loader {
  width: 50px;
  line-height: 1em;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  animation: loopRotation 2s ease-in-out 0s forwards infinite;
}
.blind__loader.is--hidden {
  visibility: hidden;
}
.blind__loader img {
  width: 100%;
  height: auto;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9002;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  display: none;
}
.loader.is--show {
  display: block;
}

.loader__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.container {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}

.header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
}

.header__inner {
  width: 100%;
  position: relative;
}

.header__title {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 200;
  transform: translateX(-50%);
  width: 597px;
  height: 142px;
  background-position: center top;
  background-repeat: no-repeat;
}
.header__title a {
  display: block;
  line-height: 1em;
}
.header__title.pos--fixed {
  position: fixed;
}

.webp .header__title {
  background-image: url("../img/common/hd_title_bg.webp");
  background-size: 100% 100%;
}

.no-webp .header__title {
  background-image: url("../img/common/hd_title_bg.png");
  background-size: 100% 100%;
}

.header__title__block {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__title__block .block--copy {
  position: absolute;
  left: 50%;
  top: 134px;
  transform: translateX(-50%);
}

.header__ham {
  width: 143px;
  height: 55px;
  position: fixed;
  right: 95px;
  top: 25px;
  z-index: 100;
}
.header__ham a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.header__ham a:not(.is--open):hover span.ham--bar:nth-child(1) {
  transform: translateY(15px);
  height: 3px;
}
.header__ham a:not(.is--open):hover span.ham--bar:nth-child(2) {
  transform: scaleX(0);
  height: 3px;
}
.header__ham a:not(.is--open):hover span.ham--bar:nth-child(3) {
  transform: translateY(-15px);
  height: 3px;
}
.header__ham span.ham--bar {
  display: block;
  width: 100%;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all 0.3s;
}
.header__ham span.ham--bar:nth-child(1) {
  top: 0px;
}
.header__ham span.ham--bar:nth-child(2) {
  top: 25px;
}
.header__ham span.ham--bar:nth-child(3) {
  top: 50px;
}
.header__ham a.is--open:hover span.ham--bar:nth-child(1), .header__ham a.is--open:hover span.ham--bar:nth-child(3) {
  transform: rotate(0deg) scaleX(0.5);
}
.header__ham a.is--open span.ham--bar:nth-child(1) {
  top: 25px;
  transform: rotate(20deg);
}
.header__ham a.is--open span.ham--bar:nth-child(2) {
  transform: scaleX(0);
}
.header__ham a.is--open span.ham--bar:nth-child(3) {
  top: 25px;
  transform: rotate(-20deg);
}

.header__nav {
  width: 100%;
  height: 100vh;
  background-color: #42306e;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -webkit-transform-origin: 50% 0;
  display: none;
}

.header__nav__inner {
  width: 100%;
  height: -webkit-calc(100vh - 150px);
  height: calc(100vh - 150px);
  transform: translateY(150px);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__nav__inner .nav--list {
  text-align: center;
}
.header__nav__inner .nav--list li {
  margin-bottom: 30px;
}
.header__nav__inner .nav--list li:last-of-type {
  margin-bottom: 0;
}
.header__nav__inner .nav--list li.is--current a::after {
  transform: translateX(-50%) scaleX(1);
}
.header__nav__inner .nav--list span {
  display: block;
  line-height: 1em;
}
.header__nav__inner .nav--list a {
  display: inline-block;
  line-height: 1em;
  vertical-align: top;
  position: relative;
}
.header__nav__inner .nav--list a::after {
  content: "";
  display: block;
  width: 110%;
  height: 5px;
  border-top: #ffffff solid 1px;
  border-bottom: #ffffff solid 1px;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%) scaleX(0);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transition: all 0.3s;
}
.header__nav__inner .nav--list a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

.footer {
  width: 100%;
  position: relative;
  z-index: 0;
}

.footer__inner {
  width: 1080px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 100px;
}

.footer__logo {
  flex-basis: 125px;
  margin-right: 35px;
  text-align: left;
}

.footer__content {
  flex-basis: 620px;
}
.footer__content .content--badge {
  display: flex;
  margin-bottom: 20px;
}
.footer__content .content--badge li {
  margin-right: 5px;
}
.footer__content .content--badge li:last-of-type {
  margin-right: 0px;
}
.footer__content .content--preregist {
  width: 200px;
  margin-bottom: 20px;
}
.footer__content .content--preregist a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}
.footer__content .content--preregist a:hover {
  opacity: 0.7;
}
.footer__content .content--preregist a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 0;
  border-radius: 5px;
}
.footer__content .content--preregist span {
  position: relative;
  z-index: 1;
  display: block;
  color: #ffffff;
  background-color: #42306e;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  line-height: 1.26em;
  padding: 12px 0;
}
.footer__content .content--desc {
  color: #42306e;
  display: flex;
}
.footer__content .content--desc__box {
  margin-right: 20px;
}
.footer__content .content--desc__box:last-of-type {
  margin-right: 0px;
}
.footer__content .content--desc__box p {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.footer__content .content--desc__box p:last-of-type {
  margin-bottom: 0px;
}
.footer__content .content--desc__box span {
  display: block;
  line-height: 1.5em;
}
.footer__content .content--desc__box span.content--desc__head {
  font-size: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  margin-right: 15px;
}
.footer__content .content--desc__box span.content--desc__text {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
}

.footer__rights {
  flex-basis: 300px;
  text-align: right;
  align-self: flex-start;
}
.footer__rights .rights--links {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.footer__rights .rights--links li {
  position: relative;
  display: flex;
  align-content: center;
}
.footer__rights .rights--links li::after {
  content: "｜";
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  color: #42306e;
  font-size: 12px;
  margin: 0 5px;
}
.footer__rights .rights--links li:last-of-type::after {
  display: none;
}
.footer__rights .rights--links a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  text-decoration: none;
  color: #42306e;
  font-size: 12px;
  transition: all 0.2s;
}
.footer__rights .rights--links a:hover {
  opacity: 0.5;
}
.footer__rights .rights--furyu {
  margin-bottom: 5px;
}
.footer__rights .rights--furyu a {
  display: block;
  transition: all 0.2s;
}
.footer__rights .rights--furyu a:hover {
  opacity: 0.7;
}
.footer__rights .rights--text {
  color: #42306e;
  font-family: "Hanken Grotesk", sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 12px;
  line-height: 1em;
}

#modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: rgba(166, 155, 190, 0.6);
  overflow: auto;
  display: none;
}

.modal__inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
}

.modal__block {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 50px 0;
}

.modal__closeBg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}

.modal__button--close {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0px;
  top: -89px;
}
.modal__button--close a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.modal__button--close a::before, .modal__button--close a::after {
  content: "";
  display: block;
  width: 150%;
  height: 5px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: all 0.2s;
}
.modal__button--close a::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__button--close a::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal__button--close a:hover::before {
  transform: translate(-50%, -50%) rotate(45deg) scaleX(0.7);
  height: 3px;
}
.modal__button--close a:hover::after {
  transform: translate(-50%, -50%) rotate(-45deg) scaleX(0.7);
  height: 3px;
}

.modal__movie {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  display: none;
}

.modal__movie__inner {
  position: relative;
  zoom: 1;
}
.modal__movie__inner::after {
  content: "";
  clear: both;
  display: block;
}

.modal__movie__details__frame {
  line-height: 1em;
  width: 100%;
}
.modal__movie__details__frame iframe {
  width: 100%;
  height: 608px;
}

.modal__country {
  width: 1078px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  display: none;
}
.modal__country .modal__button--close {
  width: 70px;
  height: 70px;
  right: 105px;
  top: 50px;
}
.modal__country .modal__button--close a::before, .modal__country .modal__button--close a::after {
  height: 4px;
}

.modal__country__inner {
  width: 100%;
  position: relative;
  background: url("../img/world/modal_frame_middle.png") center top repeat-y;
  background-size: 100% auto;
}
.modal__country__inner::before, .modal__country__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 415px;
  position: absolute;
  left: 0;
  z-index: 0;
}
.modal__country__inner::before {
  background: url("../img/world/modal_frame_top.png") center top no-repeat;
  background-size: 100% 100%;
  top: -40px;
}
.modal__country__inner::after {
  background: url("../img/world/modal_frame_bottom.png") center top no-repeat;
  background-size: 100% 100%;
  bottom: -40px;
}

.modal__country__block {
  position: relative;
  z-index: 1;
  width: 713px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 100px;
}
.modal__country__block .block--head {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.modal__country__block .block--head__mark {
  margin-right: 15px;
}
.modal__country__block .block--head__name span {
  display: block;
  color: #42306e;
  line-height: 1em;
}
.modal__country__block .block--head__name span.name--ja {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 40px;
  margin-bottom: 15px;
}
.modal__country__block .block--head__name span.name--en {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 20px;
}
.modal__country__block .block--visual {
  margin-bottom: 15px;
}
.modal__country__block .block--text {
  color: #42306e;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  line-height: 2em;
}

@keyframes loopRotation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(0deg);
  }
  60% {
    transform: rotate(180deg);
  }
  90% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ==============================================
	ASSETS SP - base

	padding: 150px 0;
	padding: 40vw 0;
	@include mx.clearfix;
	@include mx.spimg(width, 200);
	============================================== */
@media screen and (max-width: 768px) {
  html, body {
    width: 100%;
    height: 100%;
  }
  body {
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.71em;
  }
  .webp body {
    background-image: url("../img/common/bg_body_repeat.webp");
    background-size: 100% auto;
  }
  .no-webp body {
    background-image: url("../img/common/bg_body_repeat.jpg");
    background-size: 100% auto;
  }
  i {
    font-style: normal;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .pc-only,
  .pc-only-inline {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only-inline {
    display: inline-block;
  }
  #pagetop {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -9999;
    font-size: 0;
    line-height: 0;
  }
  #particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 500;
    pointer-events: none;
  }
  .is--parallax {
    transition: transform 5s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .m--headline {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .m--headline__inner {
    position: relative;
    width: 100%;
  }
  .m--headline__page {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
    margin-bottom: 10.6666666667vw;
  }
  .m--headline__page::before {
    content: "";
    display: block;
    width: 100%;
    height: 5.5px;
    height: 1.4666666667vw;
    line-height: 1em;
    font-size: 0;
    background: url("../img/common/headline_line_sp.png") center center repeat-x;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
  }
  .m--headline__page .page--name {
    width: 239.5px;
    width: 63.8666666667vw;
    height: 101.5px;
    height: 27.0666666667vw;
    background: url("../img/common/headline_bg.png") center center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .m--headline__page .page--name img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 35px;
    height: 9.3333333333vw;
    width: auto;
  }
  .m--headline__ja {
    width: 100%;
    position: relative;
    text-align: center;
  }
  .m--headline__ja .ja--name {
    color: #42306e;
    font-size: 18px;
    font-size: 4.8vw;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 200;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    line-height: 1em;
    margin-bottom: 7.5px;
    margin-bottom: 2vw;
  }
  .m--headline__ja::after {
    content: "";
    display: block;
    width: 150.5px;
    width: 40.1333333333vw;
    height: 5.5px;
    height: 1.4666666667vw;
    background: url("../img/common/subhead_line_sp.png") center center no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    line-height: 1em;
    font-size: 0;
  }
  #blind {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9001;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    background-color: #f5f1e6;
  }
  .blind__inner {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .blind__loader {
    width: 50px;
    line-height: 1em;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    animation: loopRotation 2s ease-in-out 0s forwards infinite;
  }
  .blind__loader.is--hidden {
    visibility: hidden;
  }
  .blind__loader img {
    width: 100%;
    height: auto;
  }
  .loader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9002;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    display: none;
  }
  .loader.is--show {
    display: block;
  }
  .loader__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .container {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;
  }
  .header {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
  }
  .header__inner {
    width: 100%;
    position: relative;
  }
  .header__title {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 200;
    transform: translateX(-50%);
    width: 261px;
    width: 69.6vw;
    height: 62.5px;
    height: 16.6666666667vw;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .header__title a {
    display: block;
    line-height: 1em;
  }
  .header__title.pos--fixed {
    position: fixed;
  }
  .webp .header__title {
    background-image: url("../img/common/hd_title_bg.webp");
    background-size: 100% 100%;
  }
  .no-webp .header__title {
    background-image: url("../img/common/hd_title_bg.png");
    background-size: 100% 100%;
  }
  .header__title__block {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__title__block h1 {
    width: 166.5px;
    width: 44.4vw;
    line-height: 1em;
  }
  .header__title__block h1 img {
    width: 100%;
    height: auto;
  }
  .header__title__block .block--copy {
    position: absolute;
    left: 50%;
    top: 59px;
    top: 15.7333333333vw;
    transform: translateX(-50%);
    width: 104.5px;
    width: 27.8666666667vw;
    line-height: 1em;
  }
  .header__title__block .block--copy img {
    width: 100%;
    height: auto;
  }
  .header__ham {
    width: 40px;
    width: 10.6666666667vw;
    height: 27.5px;
    height: 7.3333333333vw;
    position: fixed;
    right: 10px;
    right: 2.6666666667vw;
    top: 22.5px;
    top: 6vw;
    z-index: 100;
  }
  .header__ham a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .header__ham a:not(.is--open):hover span.ham--bar:nth-child(1) {
    transform: translateY(0px);
    height: 2.5px;
    height: 0.6666666667vw;
  }
  .header__ham a:not(.is--open):hover span.ham--bar:nth-child(2) {
    transform: scaleX(1);
    height: 2.5px;
    height: 0.6666666667vw;
  }
  .header__ham a:not(.is--open):hover span.ham--bar:nth-child(3) {
    transform: translateY(0px);
    height: 2.5px;
    height: 0.6666666667vw;
  }
  .header__ham span.ham--bar {
    display: block;
    width: 100%;
    height: 2.5px;
    height: 0.6666666667vw;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: all 0.3s;
  }
  .header__ham span.ham--bar:nth-child(1) {
    top: 0px;
    top: 0vw;
  }
  .header__ham span.ham--bar:nth-child(2) {
    top: 12.5px;
    top: 3.3333333333vw;
  }
  .header__ham span.ham--bar:nth-child(3) {
    top: 25px;
    top: 6.6666666667vw;
  }
  .header__ham a.is--open:hover span.ham--bar:nth-child(1) {
    transform: rotate(20deg) scaleX(1);
  }
  .header__ham a.is--open:hover span.ham--bar:nth-child(3) {
    transform: rotate(-20deg) scaleX(1);
  }
  .header__ham a.is--open span.ham--bar:nth-child(1) {
    top: 12.5px;
    top: 3.3333333333vw;
    transform: rotate(20deg);
  }
  .header__ham a.is--open span.ham--bar:nth-child(2) {
    transform: scaleX(0);
  }
  .header__ham a.is--open span.ham--bar:nth-child(3) {
    top: 12.5px;
    top: 3.3333333333vw;
    transform: rotate(-20deg);
  }
  .header__nav {
    width: 100%;
    height: 100vh;
    background-color: #42306e;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 50;
    transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    display: none;
  }
  .header__nav__inner {
    width: 100%;
    height: -webkit-calc(100vh - 60px);
    height: -webkit-calc(100vh - 16vw);
    height: calc(100vh - 60px);
    height: calc(100vh - 16vw);
    transform: translateY(60px);
    transform: translateY(16vw);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__nav__inner .nav--list {
    text-align: center;
  }
  .header__nav__inner .nav--list li {
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .header__nav__inner .nav--list li:last-of-type {
    margin-bottom: 0;
  }
  .header__nav__inner .nav--list li.is--current a::after {
    transform: translateX(-50%) scaleX(1);
  }
  .header__nav__inner .nav--list span {
    display: block;
    line-height: 1em;
  }
  .header__nav__inner .nav--list a {
    display: inline-block;
    line-height: 1em;
    vertical-align: top;
    position: relative;
  }
  .header__nav__inner .nav--list a::after {
    content: "";
    display: block;
    width: 110%;
    height: 4px;
    height: 1.0666666667vw;
    border-top: #ffffff solid 1px;
    border-top: #ffffff solid 0.2666666667vw;
    border-bottom: #ffffff solid 1px;
    border-bottom: #ffffff solid 0.2666666667vw;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    bottom: -9px;
    bottom: -2.4vw;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transition: none;
  }
  .header__nav__inner .nav--list a:hover::after {
    transform: translateX(-50%) scaleX(0);
  }
  .header__nav__inner .nav--list img {
    height: 36px;
    height: 9.6vw;
    width: auto;
  }
  .footer {
    width: 100%;
    position: relative;
    z-index: 0;
  }
  .footer__inner {
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 70px;
    padding-bottom: 18.6666666667vw;
  }
  .footer__logo {
    flex-basis: 100%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 22.5px;
    margin-bottom: 6vw;
  }
  .footer__logo img {
    width: 165px;
    width: 44vw;
    height: auto;
  }
  .footer__content {
    flex-basis: 100%;
  }
  .footer__content .content--badge {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .footer__content .content--badge li {
    margin-right: 5px;
    margin-right: 1.3333333333vw;
  }
  .footer__content .content--badge li:last-of-type {
    margin-right: 0px;
  }
  .footer__content .content--badge img {
    height: 40px;
    height: 10.6666666667vw;
    width: auto;
  }
  .footer__content .content--preregist {
    width: 200px;
    width: 53.3333333333vw;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .footer__content .content--preregist a {
    display: block;
    text-decoration: none;
    position: relative;
    transition: none;
  }
  .footer__content .content--preregist a:hover {
    opacity: 1;
  }
  .footer__content .content--preregist a::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 4px;
    top: 1.0666666667vw;
    z-index: 0;
    border-radius: 5px;
    border-radius: 1.3333333333vw;
  }
  .footer__content .content--preregist span {
    position: relative;
    z-index: 1;
    display: block;
    color: #ffffff;
    background-color: #42306e;
    border-radius: 5px;
    border-radius: 1.3333333333vw;
    font-size: 13px;
    font-size: 3.4666666667vw;
    text-align: center;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    line-height: 1.26em;
    padding-top: 12px;
    padding-top: 3.2vw;
    padding-bottom: 12px;
    padding-bottom: 3.2vw;
  }
  .footer__content .content--desc {
    color: #42306e;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
    margin-bottom: 13.3333333333vw;
  }
  .footer__content .content--desc__box {
    flex-basis: 100%;
    margin-right: 0px;
    margin-bottom: 12.5px;
    margin-bottom: 3.3333333333vw;
  }
  .footer__content .content--desc__box:last-of-type {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .footer__content .content--desc__box p {
    display: block;
    align-items: center;
    text-align: center;
    margin-bottom: 12.5px;
    margin-bottom: 3.3333333333vw;
  }
  .footer__content .content--desc__box p:last-of-type {
    margin-bottom: 0px;
  }
  .footer__content .content--desc__box span {
    display: block;
    line-height: 1.3em;
  }
  .footer__content .content--desc__box span.content--desc__head {
    font-size: 10px;
    font-size: 2.6666666667vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    margin-right: 0px;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: scale(0.9);
    margin-bottom: 4px;
    margin-bottom: 1.0666666667vw;
  }
  .footer__content .content--desc__box span.content--desc__text {
    font-size: 11px;
    font-size: 2.9333333333vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
  }
  .footer__rights {
    flex-basis: 100%;
    text-align: center;
    align-self: flex-start;
  }
  .footer__rights .rights--links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-bottom: 8vw;
  }
  .footer__rights .rights--links li {
    position: relative;
    display: flex;
    align-content: center;
  }
  .footer__rights .rights--links li::after {
    content: "｜";
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    color: #42306e;
    font-size: 10px;
    font-size: 2.6666666667vw;
    margin-left: 5px;
    margin-left: 1.3333333333vw;
    margin-right: 5px;
    margin-right: 1.3333333333vw;
  }
  .footer__rights .rights--links li:last-of-type::after {
    display: none;
  }
  .footer__rights .rights--links a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    text-decoration: none;
    color: #42306e;
    font-size: 12px;
    font-size: 3.2vw;
    transition: none;
  }
  .footer__rights .rights--links a:hover {
    opacity: 1;
  }
  .footer__rights .rights--furyu {
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .footer__rights .rights--furyu a {
    display: block;
    transition: none;
  }
  .footer__rights .rights--furyu a:hover {
    opacity: 1;
  }
  .footer__rights .rights--text {
    color: #42306e;
    font-family: "Hanken Grotesk", sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 6px;
    font-size: 1.6vw;
    line-height: 1em;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform: scale(0.6);
  }
  #modal {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(166, 155, 190, 0.6);
    overflow: auto;
    display: none;
  }
  .modal__inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .modal__block {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
  }
  .modal__closeBg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
  }
  .modal__button--close {
    width: 35px;
    width: 9.3333333333vw;
    height: 35px;
    height: 9.3333333333vw;
    position: absolute;
    right: 0px;
    top: -45px;
    top: -12vw;
    z-index: 10;
  }
  .modal__button--close a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
  }
  .modal__button--close a::before, .modal__button--close a::after {
    content: "";
    display: block;
    width: 150%;
    height: 2px;
    height: 0.5333333333vw;
    background-color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: none;
  }
  .modal__button--close a::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal__button--close a::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal__button--close a:hover::before {
    transform: translate(-50%, -50%) rotate(45deg) scaleX(1);
    height: 2px;
    height: 0.5333333333vw;
  }
  .modal__button--close a:hover::after {
    transform: translate(-50%, -50%) rotate(-45deg) scaleX(1);
    height: 2px;
    height: 0.5333333333vw;
  }
  .modal__movie {
    width: 90%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    display: none;
  }
  .modal__movie__inner {
    position: relative;
    zoom: 1;
  }
  .modal__movie__inner::after {
    content: "";
    clear: both;
    display: block;
  }
  .modal__movie__details__frame {
    line-height: 1em;
    width: 100%;
  }
  .modal__movie__details__frame iframe {
    width: 100%;
    height: 205px;
    height: 54.6666666667vw;
  }
  .modal__country {
    width: 340px;
    width: 90.6666666667vw;
    margin: 0 auto;
    position: relative;
    text-align: left;
    box-sizing: border-box;
    display: none;
  }
  .modal__country .modal__button--close {
    width: 35px;
    width: 9.3333333333vw;
    height: 35px;
    height: 9.3333333333vw;
    right: 35px;
    right: 9.3333333333vw;
    top: 10px;
    top: 2.6666666667vw;
  }
  .modal__country .modal__button--close a::before, .modal__country .modal__button--close a::after {
    height: 2px;
    height: 0.5333333333vw;
  }
  .modal__country__inner {
    width: 100%;
    position: relative;
    background: url("../img/world/modal_frame_middle.png") center top repeat-y;
    background-size: 100% auto;
  }
  .modal__country__inner::before, .modal__country__inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 131px;
    height: 34.9333333333vw;
    position: absolute;
    left: 0;
    z-index: 0;
  }
  .modal__country__inner::before {
    background: url("../img/world/modal_frame_top.png") center top no-repeat;
    background-size: 100% 100%;
    top: -20px;
    top: -5.3333333333vw;
  }
  .modal__country__inner::after {
    background: url("../img/world/modal_frame_bottom.png") center top no-repeat;
    background-size: 100% 100%;
    bottom: -20px;
    bottom: -5.3333333333vw;
  }
  .modal__country__block {
    position: relative;
    z-index: 1;
    width: 70%;
    margin: 0 auto;
    padding-top: 20px;
    padding-top: 5.3333333333vw;
    padding-bottom: 30px;
    padding-bottom: 8vw;
  }
  .modal__country__block .block--head {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .modal__country__block .block--head__mark {
    margin-right: 10px;
    margin-right: 2.6666666667vw;
  }
  .modal__country__block .block--head__mark img {
    height: 50px;
    height: 13.3333333333vw;
    width: auto;
  }
  .modal__country__block .block--head__name span {
    display: block;
    color: #42306e;
    line-height: 1em;
  }
  .modal__country__block .block--head__name span.name--ja {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 17px;
    font-size: 4.5333333333vw;
    margin-bottom: 7.5px;
    margin-bottom: 2vw;
  }
  .modal__country__block .block--head__name span.name--en {
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: 2.6666666667vw;
  }
  .modal__country__block .block--visual {
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .modal__country__block .block--text {
    color: #42306e;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1.75em;
  }
}
/* ==============================================
	ASSETS PC

	width: -webkit-calc(100% - 127px);
	width: calc(100% - 127px);
	transition: all .2s;
	@include mx.clearfix;
	@include mx.radius(5);
	@include mx.per(top, 103, $INTRO_H);
	============================================== */
.container {
  padding-top: 176px;
  padding-bottom: 200px;
}

.m--headline {
  margin-bottom: 120px;
}
.m--headline.page--detail {
  margin-bottom: 10px;
}

.list {
  position: relative;
  width: 100%;
  z-index: 0;
}

.list__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
}

.list__block {
  width: 100%;
  margin-bottom: 160px;
}
.list__block:last-of-type {
  margin-bottom: 0px;
}

.list__country {
  width: 810px;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list__country::before, .list__country::after {
  content: "";
  display: block;
  width: 132px;
  height: 132px;
}
.list__country::before {
  background: url("../img/character/country_frame_l.png") center top no-repeat;
  background-size: 100% 100%;
}
.list__country::after {
  background: url("../img/character/country_frame_r.png") center top no-repeat;
  background-size: 100% 100%;
}

.list__country__head .head--inner {
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.list__country__head .head--mark {
  margin-right: 20px;
}
.list__country__head .head--name span {
  display: block;
}
.list__country__head .head--name__ja {
  color: #42306e;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 200;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 40px;
  line-height: 1em;
  margin-bottom: 15px;
}
.list__country__head .head--name__en {
  color: #42306e;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 20px;
  line-height: 1em;
}

.list__members ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.list__members li {
  margin: 0 18px;
}
.list__members li.is--none {
  pointer-events: none;
}
.list__members .members--thumb {
  width: 169px;
  height: 169px;
  background: url("../img/character/bg_thumb.png") center center no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.list__members .members--thumb a {
  display: block;
  width: 133px;
  height: 133px;
  border-radius: 133px;
  overflow: hidden;
}
.list__members .members--thumb a:hover span {
  transform: scale(1.05);
}
.list__members .members--thumb span {
  display: block;
  transition: all 0.3s;
}
.list__members .members--name {
  color: #42306e;
  text-align: center;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 20px;
  line-height: 1em;
}

.detail {
  position: relative;
  width: 100%;
  z-index: 0;
}

.detail__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 180px;
}

.detail__head {
  position: relative;
  z-index: 0;
  min-width: 900px;
}
.detail__head .head--name {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.detail__head .head--name__mark {
  display: block;
  margin-right: 30px;
}
.detail__head .head--name__ja {
  display: block;
  font-size: 46px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  color: #42306e;
  line-height: 1em;
  white-space: no-wrap;
}
.detail__head .head--cv {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.detail__head .head--cv__title {
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  color: #42306e;
  line-height: 1em;
  margin-right: 20px;
}
.detail__head .head--cv__name {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 23px;
  color: #42306e;
  line-height: 1em;
}
.detail__head .head--en {
  position: absolute;
  left: 50%;
  top: 45px;
  z-index: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
.detail__head .head--en span {
  display: block;
}

.detail__content {
  width: 900px;
  min-height: 970px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
}

.detail__content__prof {
  flex-basis: 380px;
  position: relative;
  z-index: 1;
  padding-top: 30px;
}
.detail__content__prof .prof--message {
  min-height: 465px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}
.detail__content__prof .prof--message__copy {
  order: 1;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
.detail__content__prof .prof--message__copy span {
  display: block;
  margin-left: 20px;
}
.detail__content__prof .prof--message__copy span:last-of-type {
  margin-left: 30px;
}
.detail__content__prof .prof--message__copy i {
  display: inline-block;
  background-color: #42306e;
  color: #ffffff;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 200;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 34px;
  line-height: 54px;
  padding: 10px 0;
}
.detail__content__prof .prof--message__copy b {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 200;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  display: inline-block;
}
.detail__content__prof .prof--message__text {
  order: 0;
}
.detail__content__prof .prof--voice {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.detail__content__prof .prof--voice__head {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  line-height: 1em;
  color: #42306e;
  margin-right: 30px;
}
.detail__content__prof .prof--voice__list {
  display: flex;
}
.detail__content__prof .prof--voice__list li {
  margin-right: 10px;
}
.detail__content__prof .prof--voice__list li:last-of-type {
  margin-right: 0;
}
.detail__content__prof .prof--voice__list li.is--playing a {
  opacity: 0.7;
  pointer-events: none;
}
.detail__content__prof .prof--voice__list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 25px;
  line-height: 1em;
  background-color: #42306e;
  border-radius: 5px;
  transition: all 0.3s;
}
.detail__content__prof .prof--voice__list a:hover {
  opacity: 0.7;
}
.detail__content__prof .prof--about {
  width: 100%;
  border-top: #42306e solid 1px;
  padding-top: 15px;
  margin-bottom: 20px;
}
.detail__content__prof .prof--about__head {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  line-height: 1em;
  color: #42306e;
  margin-bottom: 5px;
}
.detail__content__prof .prof--about__text {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  line-height: 2em;
  color: #42306e;
}
.detail__content__prof .prof--data {
  width: 100%;
  border-top: #42306e solid 1px;
  padding-top: 15px;
}
.detail__content__prof .prof--data__head {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  line-height: 1em;
  color: #42306e;
  margin-bottom: 8px;
}
.detail__content__prof .prof--data__text {
  width: 100%;
}
.detail__content__prof .prof--data__text dl {
  display: flex;
  width: 100%;
}
.detail__content__prof .prof--data__text dt {
  flex-basis: 24%;
  color: #42306e;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  line-height: 2em;
}
.detail__content__prof .prof--data__text dd {
  flex-basis: 76%;
  color: #42306e;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  line-height: 2em;
}

.type--e {
  transform: translateX(8px);
}

.type--q {
  transform: translateX(4px);
}

::-webkit-full-page-media, :future, :root .type--e, :root .type--q {
  transform: translateX(0px);
}

.detail__content__visual {
  flex-basis: 520px;
  position: relative;
  z-index: 1;
}
.detail__content__visual .visual--image {
  position: absolute;
  pointer-events: none;
}

.detail__content__text {
  position: absolute;
  left: 50%;
  top: 352px;
  z-index: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
.detail__content__text span {
  display: block;
}

.detail__prev,
.detail__next {
  position: absolute;
  top: 410px;
  z-index: 10;
}
.detail__prev a,
.detail__next a {
  display: block;
}
.detail__prev span,
.detail__next span {
  display: block;
  transition: all 0.3s;
}

.detail__prev {
  left: 25px;
}
.detail__prev a:hover span {
  transform: translateX(-10px);
}

.detail__next {
  right: 25px;
}
.detail__next a:hover span {
  transform: translateX(10px);
}

.schwert--c1 .visual--image {
  left: -2px;
  top: 4px;
}

.schwert--c2 .visual--image {
  left: 111px;
  top: -3px;
}

.schwert--c3 .visual--image {
  left: 84px;
  top: -4px;
}

.schwert--c4 .visual--image {
  left: 92px;
  top: -14px;
}

.schwert--c5 .visual--image {
  left: 29px;
  top: -13px;
}

.berylwood--c1 .visual--image {
  left: 80px;
  top: -7px;
}

.berylwood--c2 .visual--image {
  left: 103px;
  top: -13px;
}

.berylwood--c3 .visual--image {
  left: 145px;
  top: -14px;
}

.berylwood--c4 .visual--image {
  left: -28px;
  top: -13px;
}

.berylwood--c5 .visual--image {
  left: 32px;
  top: -4px;
}

.gizemrukh--c1 .visual--image {
  left: 86px;
  top: -5px;
}

.gizemrukh--c2 .visual--image {
  left: 144px;
  top: -9px;
}

.gizemrukh--c3 .visual--image {
  left: 117px;
  top: -4px;
}

.gizemrukh--c4 .visual--image {
  left: 115px;
  top: -12px;
}

.auran--c1 .visual--image {
  left: 24px;
  top: 0px;
}

.auran--c2 .visual--image {
  left: 60px;
  top: -1px;
}

.auran--c3 .visual--image {
  left: 58px;
  top: -1px;
}

.auran--c4 .visual--image {
  left: 112px;
  top: 5px;
}

.meteror--c1 .detail__head {
  padding-top: 20px;
}
.meteror--c1 .visual--image {
  left: 96px;
  top: 2px;
}

.meteror--c2 .detail__head {
  padding-top: 20px;
}
.meteror--c2 .visual--image {
  left: -53px;
  top: 4px;
}

.meteror--c3 .detail__head {
  padding-top: 20px;
}
.meteror--c3 .visual--image {
  left: 113px;
  top: 11px;
}

.navigation {
  position: relative;
  width: 100%;
  z-index: 0;
  margin-bottom: 175px;
}

.navigation__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.navigation__head {
  width: 100%;
  flex-basis: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.navigation__head .head--mark {
  margin-right: 25px;
}
.navigation__head .head--name {
  color: #42306e;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 26px;
  line-height: 1em;
}

.navigation__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.navigation__list li {
  margin: 0 18px;
}
.navigation__list .members--thumb {
  width: 169px;
  height: 169px;
  background: url("../img/character/bg_thumb.png") center center no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.navigation__list .members--thumb a {
  display: block;
  width: 133px;
  height: 133px;
  border-radius: 133px;
  overflow: hidden;
}
.navigation__list .members--thumb a:hover span {
  transform: scale(1.05);
}
.navigation__list .members--thumb span {
  display: block;
  transition: all 0.3s;
}
.navigation__list .members--name {
  color: #42306e;
  text-align: center;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 20px;
  line-height: 1em;
}

.schwert--nav .navigation__head {
  margin-left: 40px;
}

.berylwood--nav .navigation__head {
  margin-left: 40px;
}

.gizemrukh--nav .navigation__head {
  margin-left: 140px;
}

.auran--nav .navigation__head {
  margin-left: 140px;
}

.meteror--nav .navigation__head {
  margin-left: 230px;
}

.pager {
  position: relative;
  width: 100%;
  z-index: 0;
}

.pager__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.pager__inner .pager--prev,
.pager__inner .pager--next {
  line-height: 1em;
}
.pager__inner .pager--prev a,
.pager__inner .pager--next a {
  display: block;
  line-height: 1em;
  padding: 0 10px;
}
.pager__inner .pager--prev span,
.pager__inner .pager--next span {
  display: block;
  transition: all 0.2s;
}
.pager__inner .pager--prev a:hover span {
  transform: translateX(-10px);
}
.pager__inner .pager--next a:hover span {
  transform: translateX(10px);
}
.pager__inner .pager--top {
  position: relative;
  display: flex;
  align-items: center;
}
.pager__inner .pager--top a {
  text-decoration: none;
  color: #42306e;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-size: 16px;
  line-height: 2em;
  display: block;
  transition: all 0.2s;
}
.pager__inner .pager--top a:hover {
  opacity: 0.7;
}
.pager__inner .pager--top::before, .pager__inner .pager--top::after {
  content: "";
  display: block;
  width: 58px;
  height: 1px;
  background-color: #42306e;
  margin: 0 30px;
}

/* ==============================================
	ASSETS SP

	padding: 150px;
	padding: 40vw;
	@include mx.clearfix;
	@include mx.spimg(width, 200);
	============================================== */
@media screen and (max-width: 768px) {
  .container {
    padding-top: 115px;
    padding-top: 30.6666666667vw;
    padding-bottom: 150px;
    padding-bottom: 40vw;
  }
  .m--headline {
    margin-bottom: 55px;
    margin-bottom: 14.6666666667vw;
  }
  .m--headline.page--detail {
    margin-bottom: 58px;
    margin-bottom: 15.4666666667vw;
  }
  .list {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .list__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .list__block {
    width: 100%;
    margin-bottom: 60px;
    margin-bottom: 16vw;
  }
  .list__block:last-of-type {
    margin-bottom: 0px;
  }
  .list__country {
    width: 85.33%;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-bottom: 8vw;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .list__country::before, .list__country::after {
    content: "";
    display: block;
    width: 51.5px;
    width: 13.7333333333vw;
    height: 51.5px;
    height: 13.7333333333vw;
  }
  .list__country::before {
    background: url("../img/character/country_frame_l.png") center top no-repeat;
    background-size: 100% 100%;
  }
  .list__country::after {
    background: url("../img/character/country_frame_r.png") center top no-repeat;
    background-size: 100% 100%;
  }
  .list__country__head .head--inner {
    padding-top: 2.5px;
    padding-top: 0.6666666667vw;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .list__country__head .head--mark {
    margin-right: 10px;
    margin-right: 2.6666666667vw;
  }
  .list__country__head .head--mark img {
    height: 60px;
    height: 16vw;
    width: auto;
  }
  .list__country__head .head--name span {
    display: block;
  }
  .list__country__head .head--name__ja {
    color: #42306e;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 200;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1em;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .list__country__head .head--name__en {
    color: #42306e;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 10px;
    font-size: 2.6666666667vw;
    line-height: 1em;
  }
  .list__country__head .head--text img {
    width: 205px;
    width: 54.6666666667vw;
    height: auto;
  }
  .list__members ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .list__members li {
    margin-right: 5px;
    margin-right: 1.3333333333vw;
    margin-left: 5px;
    margin-left: 1.3333333333vw;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .list__members .members--thumb {
    width: 97.5px;
    width: 26vw;
    height: 97.5px;
    height: 26vw;
    background: url("../img/character/bg_thumb.png") center center no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
    margin-bottom: 1.0666666667vw;
  }
  .list__members .members--thumb a {
    display: block;
    width: 75px;
    width: 20vw;
    height: 75px;
    height: 20vw;
    border-radius: 75px;
    border-radius: 20vw;
    overflow: hidden;
  }
  .list__members .members--thumb a:hover span {
    transform: scale(1);
  }
  .list__members .members--thumb span {
    display: block;
    transition: none;
  }
  .list__members .members--thumb img {
    width: 100%;
    height: auto;
  }
  .list__members .members--name {
    color: #42306e;
    text-align: center;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1em;
  }
  .detail {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .detail__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-bottom: 16vw;
  }
  .detail__head {
    position: relative;
    z-index: 0;
    min-width: 90%;
    width: 90%;
    margin: 0 auto;
  }
  .detail__head .head--name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    margin-bottom: 1.3333333333vw;
    position: relative;
    z-index: 1;
  }
  .detail__head .head--name__mark {
    display: block;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
  }
  .detail__head .head--name__mark img {
    height: 50px;
    height: 13.3333333333vw;
    width: auto;
  }
  .detail__head .head--name__ja {
    display: block;
    font-size: 20px;
    font-size: 5.3333333333vw;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    color: #42306e;
    line-height: 1em;
    white-space: no-wrap;
  }
  .detail__head .head--cv {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .detail__head .head--cv__title {
    font-family: nimbus-sans, sans-serif;
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 10.5px;
    font-size: 2.8vw;
    color: #42306e;
    line-height: 1em;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
  }
  .detail__head .head--cv__name {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 15px;
    font-size: 4vw;
    color: #42306e;
    line-height: 1em;
  }
  .detail__head .head--en {
    position: absolute;
    left: 50%;
    top: 28px;
    top: 7.4666666667vw;
    z-index: 0;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .detail__head .head--en span {
    display: block;
  }
  .detail__head .head--en img {
    height: 135px;
    height: 36vw;
    width: auto;
  }
  .detail__content {
    width: 85.33%;
    min-height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
    padding-top: 50px;
    padding-top: 13.3333333333vw;
    padding-bottom: 15px;
    padding-bottom: 4vw;
    border-bottom: #42306e solid 1px;
    border-bottom: #42306e solid 0.2666666667vw;
  }
  .detail__content__prof {
    flex-basis: 100%;
    position: relative;
    z-index: 2;
    padding-top: 0px;
  }
  .detail__content__prof .prof--message {
    min-height: 560px;
    min-height: 149.3333333333vw;
    margin-bottom: 0px;
    display: flex;
    justify-content: flex-start;
  }
  .detail__content__prof .prof--message__copy {
    order: 1;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .detail__content__prof .prof--message__copy span {
    display: block;
    margin-left: 10px;
    margin-left: 2.6666666667vw;
  }
  .detail__content__prof .prof--message__copy span:last-of-type {
    margin-left: 5px;
    margin-left: 1.3333333333vw;
  }
  .detail__content__prof .prof--message__copy i {
    display: inline-block;
    background-color: #42306e;
    color: #ffffff;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 200;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 26px;
    line-height: 6.9333333333vw;
    padding-top: 7px;
    padding-top: 1.8666666667vw;
    padding-bottom: 7px;
    padding-bottom: 1.8666666667vw;
  }
  .detail__content__prof .prof--message__copy b {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 200;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    display: inline-block;
  }
  .detail__content__prof .prof--message__text {
    order: 0;
  }
  .detail__content__prof .prof--message__text img {
    display: block;
    transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform: scale(0.5);
  }
  .detail__content__prof .prof--voice {
    width: 100%;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .detail__content__prof .prof--voice__head {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1em;
    color: #42306e;
    margin-right: 30px;
    margin-right: 8vw;
  }
  .detail__content__prof .prof--voice__list {
    display: flex;
  }
  .detail__content__prof .prof--voice__list li {
    margin-right: 10px;
    margin-right: 2.6666666667vw;
  }
  .detail__content__prof .prof--voice__list li:last-of-type {
    margin-right: 0;
  }
  .detail__content__prof .prof--voice__list li.is--playing a {
    opacity: 0.7;
    pointer-events: none;
  }
  .detail__content__prof .prof--voice__list a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    width: 13.3333333333vw;
    height: 25px;
    height: 6.6666666667vw;
    line-height: 1em;
    background-color: #42306e;
    border-radius: 5px;
    border-radius: 1.3333333333vw;
    transition: all 0.3s;
  }
  .detail__content__prof .prof--voice__list a:hover {
    opacity: 1;
  }
  .detail__content__prof .prof--voice__list img {
    width: 15px;
    width: 4vw;
    height: auto;
  }
  .detail__content__prof .prof--about {
    width: 100%;
    border-top: #42306e solid 1px;
    border-top: #42306e solid 0.2666666667vw;
    padding-top: 15px;
    padding-top: 4vw;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .detail__content__prof .prof--about__head {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1em;
    color: #42306e;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .detail__content__prof .prof--about__text {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1.77em;
    color: #42306e;
  }
  .detail__content__prof .prof--data {
    width: 100%;
    border-top: #42306e solid 1px;
    border-top: #42306e solid 0.2666666667vw;
    padding-top: 15px;
    padding-top: 4vw;
  }
  .detail__content__prof .prof--data__head {
    font-family: nimbus-sans, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1em;
    color: #42306e;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .detail__content__prof .prof--data__text {
    width: 100%;
  }
  .detail__content__prof .prof--data__text dl {
    display: flex;
    width: 100%;
  }
  .detail__content__prof .prof--data__text dt {
    flex-basis: 20%;
    color: #42306e;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1.77em;
  }
  .detail__content__prof .prof--data__text dd {
    flex-basis: 80%;
    color: #42306e;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1.77em;
  }
  .type--e {
    transform: translateX(4px);
    transform: translateX(1.0666666667vw);
  }
  .type--q {
    transform: translateX(2px);
    transform: translateX(0.5333333333vw);
  }
  ::-webkit-full-page-media, :future, :root .type--e, :root .type--q {
    transform: translateX(0px);
    padding-top: 3px;
    padding-top: 0.8vw;
  }
  .detail__content__visual {
    flex-basis: 100%;
    width: 100%;
    position: absolute;
    left: auto;
    right: 10px;
    right: 2.6666666667vw;
    top: 50px;
    top: 13.3333333333vw;
    z-index: 1;
  }
  .detail__content__visual .visual--image {
    position: absolute;
    pointer-events: none;
  }
  .detail__content__visual .visual--image img {
    height: 522px;
    height: 139.2vw;
    width: auto;
  }
  .detail__content__text {
    position: absolute;
    left: 50%;
    top: 215px;
    top: 57.3333333333vw;
    z-index: 0;
    transform: translateX(-50%);
    pointer-events: none;
  }
  .detail__content__text span {
    display: block;
  }
  .detail__content__text img {
    height: 328.5px;
    height: 87.6vw;
    width: auto;
  }
  .detail__prev,
  .detail__next {
    position: absolute;
    top: 308px;
    top: 82.1333333333vw;
    z-index: 10;
  }
  .detail__prev a,
  .detail__next a {
    display: block;
  }
  .detail__prev span,
  .detail__next span {
    display: block;
    transition: none;
  }
  .detail__prev img,
  .detail__next img {
    width: 21.5px;
    width: 5.7333333333vw;
    height: auto;
  }
  .detail__prev {
    left: 7.5px;
    left: 2vw;
  }
  .detail__prev a:hover span {
    transform: translateX(0px);
  }
  .detail__next {
    right: 7.5px;
    right: 2vw;
  }
  .detail__next a:hover span {
    transform: translateX(0px);
  }
  .schwert--c1 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .schwert--c2 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .schwert--c3 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .schwert--c4 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .schwert--c5 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .berylwood--c1 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .berylwood--c2 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .berylwood--c3 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .berylwood--c4 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .berylwood--c5 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .gizemrukh--c1 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .gizemrukh--c2 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .gizemrukh--c3 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .gizemrukh--c4 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .auran--c1 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .auran--c2 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .auran--c3 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .auran--c4 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .meteror--c1 .detail__head {
    padding-top: 0px;
    padding-top: 0vw;
  }
  .meteror--c1 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .meteror--c2 .detail__head {
    padding-top: 0px;
    padding-top: 0vw;
  }
  .meteror--c2 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .meteror--c3 .detail__head {
    padding-top: 0px;
    padding-top: 0vw;
  }
  .meteror--c3 .visual--image {
    left: auto;
    right: -10px;
    right: -2.6666666667vw;
    top: 0px;
  }
  .navigation {
    position: relative;
    width: 100%;
    z-index: 0;
    margin-bottom: 0px;
    margin-bottom: 0vw;
    padding-bottom: 55px;
    padding-bottom: 14.6666666667vw;
  }
  .navigation__inner {
    position: relative;
    width: 85.33%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .navigation__head {
    width: 100%;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    margin-bottom: 6.6666666667vw;
  }
  .navigation__head .head--mark {
    margin-right: 10px;
    margin-right: 2.6666666667vw;
  }
  .navigation__head .head--mark img {
    height: 60px;
    height: 16vw;
    width: auto;
  }
  .navigation__head .head--name {
    color: #42306e;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 1em;
  }
  .navigation__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .navigation__list li {
    margin-left: 5px;
    margin-left: 1.3333333333vw;
    margin-right: 5px;
    margin-right: 1.3333333333vw;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .navigation__list .members--thumb {
    width: 83px;
    width: 22.1333333333vw;
    height: 83px;
    height: 22.1333333333vw;
    background: url("../img/character/bg_thumb.png") center center no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7.5px;
    margin-bottom: 2vw;
  }
  .navigation__list .members--thumb a {
    display: block;
    width: 62px;
    width: 16.5333333333vw;
    height: 62px;
    height: 16.5333333333vw;
    border-radius: 62px;
    border-radius: 16.5333333333vw;
    overflow: hidden;
  }
  .navigation__list .members--thumb a:hover span {
    transform: scale(1);
  }
  .navigation__list .members--thumb span {
    display: block;
    transition: none;
  }
  .navigation__list .members--thumb img {
    width: 100%;
    height: auto;
  }
  .navigation__list .members--name {
    color: #42306e;
    text-align: center;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 11px;
    font-size: 2.9333333333vw;
    line-height: 1em;
  }
  .schwert--nav .navigation__head {
    margin-left: 0px;
  }
  .berylwood--nav .navigation__head {
    margin-left: 0px;
  }
  .gizemrukh--nav .navigation__head {
    margin-left: 0px;
  }
  .auran--nav .navigation__head {
    margin-left: 0px;
  }
  .meteror--nav .navigation__head {
    margin-left: 0px;
  }
  .pager {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .pager__inner {
    position: relative;
    width: 85.33%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .pager__inner .pager--prev,
  .pager__inner .pager--next {
    line-height: 1em;
  }
  .pager__inner .pager--prev a,
  .pager__inner .pager--next a {
    display: block;
    line-height: 1em;
    padding-left: 5px;
    padding-left: 1.3333333333vw;
    padding-right: 5px;
    padding-right: 1.3333333333vw;
  }
  .pager__inner .pager--prev span,
  .pager__inner .pager--next span {
    display: block;
    transition: none;
  }
  .pager__inner .pager--prev img,
  .pager__inner .pager--next img {
    width: 14px;
    width: 3.7333333333vw;
    height: auto;
  }
  .pager__inner .pager--prev a:hover span {
    transform: translateX(0px);
  }
  .pager__inner .pager--next a:hover span {
    transform: translateX(0px);
  }
  .pager__inner .pager--top {
    position: relative;
    display: flex;
    align-items: center;
  }
  .pager__inner .pager--top a {
    text-decoration: none;
    color: #42306e;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 2em;
    display: block;
    transition: none;
  }
  .pager__inner .pager--top a:hover {
    opacity: 1;
  }
  .pager__inner .pager--top::before, .pager__inner .pager--top::after {
    content: "";
    display: block;
    width: 43px;
    width: 11.4666666667vw;
    height: 1px;
    height: 0.2666666667vw;
    background-color: #42306e;
    margin-left: 12.5px;
    margin-left: 3.3333333333vw;
    margin-right: 12.5px;
    margin-right: 3.3333333333vw;
  }
}