@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: 25px;
}

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

.categories__inner {
  position: relative;
  width: 1040px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.categories__inner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.categories__inner li {
  display: block;
  margin: 0 12px;
  margin-bottom: 20px;
}
.categories__inner li.is--current {
  pointer-events: none;
}
.categories__inner li.is--current a {
  background-color: #42306e;
  color: #ffffff;
}
.categories__inner li.is--none {
  pointer-events: none;
  opacity: 0.3;
}
.categories__inner a {
  display: block;
  color: #42306e;
  text-decoration: none;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  width: 190px;
  line-height: 26px;
  border-radius: 26px;
  border: #42306e solid 1px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
}
.categories__inner a:hover {
  background-color: #42306e;
  color: #ffffff;
}

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

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

.list__content {
  width: 100%;
}
.list__content ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list__content li {
  flex-basis: 498px;
  margin-bottom: 80px;
}
.list__content .list--thumb {
  width: 100%;
  height: 341px;
  background: url("../img/news/bg_thumb.png") center top no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.list__content .list--thumb a {
  display: block;
  width: 457px;
  height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.2s;
}
.list__content .list--thumb a:hover {
  opacity: 0.7;
}
.list__content .list--desc {
  display: flex;
  align-items: center;
  margin: 0 20px 20px;
}
.list__content .list--desc__date {
  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: 15px;
  margin-right: 20px;
}
.list__content .list--desc__category {
  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: 15px;
  line-height: 26px;
  border-radius: 26px;
  border: #42306e solid 1px;
  box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
}
.list__content .list--title {
  margin: 0 20px;
  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: 18px;
  line-height: 1.55em;
}

.lists__nav__num {
  width: 100%;
  padding-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lists__nav__num .pager--prev,
.lists__nav__num .pager--next {
  line-height: 1em;
}
.lists__nav__num .pager--prev a,
.lists__nav__num .pager--next a {
  display: block;
  line-height: 1em;
  padding: 0 10px;
}
.lists__nav__num .pager--prev span,
.lists__nav__num .pager--next span {
  display: block;
  transition: all 0.2s;
}
.lists__nav__num .pager--prev.is--limit,
.lists__nav__num .pager--next.is--limit {
  pointer-events: none;
  visibility: hidden;
}
.lists__nav__num .pager--prev a:hover span {
  transform: translateX(-10px);
}
.lists__nav__num .pager--next a:hover span {
  transform: translateX(10px);
}
.lists__nav__num ul {
  display: flex;
  justify-content: center;
  margin: 0 20px;
}
.lists__nav__num ul li {
  margin: 0 8px;
}
.lists__nav__num ul li.is__current {
  pointer-events: none;
}
.lists__nav__num ul li.is__current a {
  background-color: #c4bfd2;
  color: #42306e;
}
.lists__nav__num ul a {
  width: 52px;
  height: 52px;
  border-radius: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #8400a2;
  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;
  transition: all 0.2s;
}
.lists__nav__num ul a:hover {
  background-color: #c4bfd2;
  color: #42306e;
}

.paging__nav__num__bar {
  width: 58px;
  flex-basis: 58px;
  position: relative;
}
.paging__nav__num__bar::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #42306e;
  position: absolute;
  left: 0;
  top: 50%;
}

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

.detail__inner {
  position: relative;
  width: 990px;
  margin: 0 auto;
  padding-top: 25px;
}

.detail__main {
  width: 100%;
  height: 666px;
  background: url("../img/news/bg_main.png") center center no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
}
.detail__main span {
  display: block;
  width: 950px;
  height: 624px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.detail__desc {
  margin: 0 20px 10px;
  display: flex;
  align-items: center;
}
.detail__desc .desc--date {
  display: block;
  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: 15px;
  margin-right: 20px;
}
.detail__desc .desc--category {
  display: block;
  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: 15px;
  line-height: 26px;
  border-radius: 26px;
  border: #42306e solid 1px;
  box-sizing: border-box;
  padding: 0 50px;
}

.detail__title {
  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: 24px;
  line-height: 1.416em;
  margin: 0 20px 30px;
}

.detail__content {
  margin: 0 20px 170px;
  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;
}
.detail__content p {
  margin-bottom: 2em;
}
.detail__content strong {
  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;
}
.detail__content a {
  color: #8400a2;
  transition: all 0.2s;
}
.detail__content a:hover {
  opacity: 0.7;
}
.detail__content iframe {
  max-width: 100%;
}

.detail__pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.detail__pager .pager--prev,
.detail__pager .pager--next {
  line-height: 1em;
}
.detail__pager .pager--prev a,
.detail__pager .pager--next a {
  display: block;
  line-height: 1em;
  padding: 0 10px;
}
.detail__pager .pager--prev span,
.detail__pager .pager--next span {
  display: block;
  transition: all 0.2s;
}
.detail__pager .pager--prev.is--limit,
.detail__pager .pager--next.is--limit {
  pointer-events: none;
  visibility: hidden;
}
.detail__pager .pager--prev a:hover span {
  transform: translateX(-10px);
}
.detail__pager .pager--next a:hover span {
  transform: translateX(10px);
}
.detail__pager .pager--top {
  position: relative;
  display: flex;
  align-items: center;
}
.detail__pager .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;
}
.detail__pager .pager--top a:hover {
  opacity: 0.7;
}
.detail__pager .pager--top::before, .detail__pager .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: 45px;
    margin-bottom: 12vw;
  }
  .categories {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .categories__inner {
    position: relative;
    width: 91.33%;
    margin: 0 auto;
    padding-bottom: 35px;
    padding-bottom: 9.3333333333vw;
  }
  .categories__inner ul {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .categories__inner li {
    display: block;
    margin-left: 5px;
    margin-left: 1.3333333333vw;
    margin-right: 5px;
    margin-right: 1.3333333333vw;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
  }
  .categories__inner a {
    display: block;
    color: #42306e;
    text-decoration: none;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt" 1;
    width: auto;
    font-size: 12px;
    font-size: 3.2vw;
    line-height: 25px;
    line-height: 6.6666666667vw;
    border-radius: 25px;
    border-radius: 6.6666666667vw;
    border: #42306e solid 1px;
    border: #42306e solid 0.2666666667vw;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: none;
    padding-left: 25px;
    padding-left: 6.6666666667vw;
    padding-right: 25px;
    padding-right: 6.6666666667vw;
  }
  .categories__inner a:hover {
    background: none;
    color: #42306e;
  }
  .list {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .list__inner {
    position: relative;
    width: 91.33%;
    margin: 0 auto;
  }
  .list__content {
    width: 100%;
  }
  .list__content ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .list__content li {
    flex-basis: 160.5px;
    flex-basis: 42.8vw;
    width: 160.5px;
    width: 42.8vw;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .list__content .list--thumb {
    width: 100%;
    height: 112px;
    height: 29.8666666667vw;
    background: url("../img/news/bg_thumb.png") center top no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 7.5px;
    margin-bottom: 2vw;
  }
  .list__content .list--thumb a {
    display: block;
    width: 139.5px;
    width: 37.2vw;
    height: 91.5px;
    height: 24.4vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: none;
  }
  .list__content .list--thumb a:hover {
    opacity: 1;
  }
  .list__content .list--desc {
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-left: 2.6666666667vw;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
    margin-bottom: 7.5px;
    margin-bottom: 2vw;
  }
  .list__content .list--desc__date {
    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;
    margin-right: 0px;
    margin-right: 0vw;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform: scale(0.8);
  }
  .list__content .list--desc__category {
    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: 20px;
    line-height: 5.3333333333vw;
    border-radius: 20px;
    border-radius: 5.3333333333vw;
    border: #42306e solid 1px;
    border: #42306e solid 0.2666666667vw;
    box-sizing: border-box;
    padding-left: 10px;
    padding-left: 2.6666666667vw;
    padding-right: 10px;
    padding-right: 2.6666666667vw;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    transform: scale(0.8);
  }
  .list__content .list--title {
    margin-left: 10px;
    margin-left: 2.6666666667vw;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
    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: 10px;
    font-size: 2.6666666667vw;
    line-height: 1.5em;
  }
  .lists__nav__num {
    width: 100%;
    padding-top: 50px;
    padding-top: 13.3333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lists__nav__num .pager--prev,
  .lists__nav__num .pager--next {
    line-height: 1em;
  }
  .lists__nav__num .pager--prev a,
  .lists__nav__num .pager--next a {
    display: block;
    line-height: 1em;
    padding-left: 10px;
    padding-left: 2.6666666667vw;
    padding-right: 10px;
    padding-right: 2.6666666667vw;
  }
  .lists__nav__num .pager--prev span,
  .lists__nav__num .pager--next span {
    display: block;
    transition: none;
  }
  .lists__nav__num .pager--prev img,
  .lists__nav__num .pager--next img {
    width: 14px;
    width: 3.7333333333vw;
    height: auto;
  }
  .lists__nav__num .pager--prev a:hover span {
    transform: translateX(0px);
  }
  .lists__nav__num .pager--next a:hover span {
    transform: translateX(0px);
  }
  .lists__nav__num ul {
    display: flex;
    justify-content: center;
    margin-left: 5px;
    margin-left: 1.3333333333vw;
    margin-right: 5px;
    margin-right: 1.3333333333vw;
  }
  .lists__nav__num ul li {
    margin-left: 3px;
    margin-left: 0.8vw;
    margin-right: 3px;
    margin-right: 0.8vw;
  }
  .lists__nav__num ul li.is__current {
    pointer-events: none;
  }
  .lists__nav__num ul li.is__current a {
    background-color: #c4bfd2;
    color: #42306e;
  }
  .lists__nav__num ul a {
    width: 38px;
    width: 10.1333333333vw;
    height: 38px;
    height: 10.1333333333vw;
    border-radius: 38px;
    border-radius: 10.1333333333vw;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #8400a2;
    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;
    transition: none;
  }
  .lists__nav__num ul a:hover {
    background: none;
    color: #8400a2;
  }
  .paging__nav__num__bar {
    width: 20px;
    width: 5.3333333333vw;
    flex-basis: 20px;
    flex-basis: 5.3333333333vw;
    position: relative;
  }
  .paging__nav__num__bar::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    height: 0.2666666667vw;
    background-color: #42306e;
    position: absolute;
    left: 0;
    top: 50%;
  }
  .detail {
    position: relative;
    width: 100%;
    z-index: 0;
  }
  .detail__inner {
    position: relative;
    width: 91.33%;
    margin: 0 auto;
    padding-top: 5px;
    padding-top: 1.3333333333vw;
  }
  .detail__main {
    width: 100%;
    height: 232px;
    height: 61.8666666667vw;
    background: url("../img/news/bg_main.png") center center no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    margin-bottom: 4vw;
  }
  .detail__main span {
    display: block;
    width: 321.5px;
    width: 85.7333333333vw;
    height: 211px;
    height: 56.2666666667vw;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .detail__desc {
    margin-left: 10px;
    margin-left: 2.6666666667vw;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
    margin-bottom: 10px;
    margin-bottom: 2.6666666667vw;
    display: flex;
    align-items: center;
  }
  .detail__desc .desc--date {
    display: block;
    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;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
  }
  .detail__desc .desc--category {
    display: block;
    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: 20px;
    line-height: 5.3333333333vw;
    border-radius: 20px;
    border-radius: 5.3333333333vw;
    border: #42306e solid 1px;
    border: #42306e solid 0.2666666667vw;
    box-sizing: border-box;
    padding-left: 20px;
    padding-left: 5.3333333333vw;
    padding-right: 20px;
    padding-right: 5.3333333333vw;
  }
  .detail__title {
    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: 14px;
    font-size: 3.7333333333vw;
    line-height: 1.55em;
    margin-left: 10px;
    margin-left: 2.6666666667vw;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
    margin-bottom: 20px;
    margin-bottom: 5.3333333333vw;
  }
  .detail__content {
    margin-left: 10px;
    margin-left: 2.6666666667vw;
    margin-right: 10px;
    margin-right: 2.6666666667vw;
    margin-bottom: 110px;
    margin-bottom: 29.3333333333vw;
    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;
  }
  .detail__content p {
    margin-bottom: 1.77em;
  }
  .detail__content strong {
    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;
  }
  .detail__content a {
    color: #8400a2;
    transition: none;
  }
  .detail__content a:hover {
    opacity: 1;
  }
  .detail__content iframe {
    max-width: 100%;
    width: 100%;
    height: 192.5px;
    height: 51.3333333333vw;
  }
  .detail__content img {
    max-width: 100%;
    height: auto;
  }
  .detail__pager {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .detail__pager .pager--prev,
  .detail__pager .pager--next {
    line-height: 1em;
  }
  .detail__pager .pager--prev a,
  .detail__pager .pager--next a {
    display: block;
    line-height: 1em;
    padding-left: 10px;
    padding-left: 2.6666666667vw;
    padding-right: 10px;
    padding-right: 2.6666666667vw;
  }
  .detail__pager .pager--prev span,
  .detail__pager .pager--next span {
    display: block;
    transition: none;
  }
  .detail__pager .pager--prev img,
  .detail__pager .pager--next img {
    width: 14px;
    width: 3.7333333333vw;
    height: auto;
  }
  .detail__pager .pager--prev a:hover span {
    transform: translateX(0px);
  }
  .detail__pager .pager--next a:hover span {
    transform: translateX(0px);
  }
  .detail__pager .pager--top {
    position: relative;
    display: flex;
    align-items: center;
  }
  .detail__pager .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;
  }
  .detail__pager .pager--top a:hover {
    opacity: 1;
  }
  .detail__pager .pager--top::before, .detail__pager .pager--top::after {
    content: "";
    display: block;
    width: 43px;
    width: 11.4666666667vw;
    height: 1px;
    height: 0.2666666667vw;
    background-color: #42306e;
    margin-left: 25px;
    margin-left: 6.6666666667vw;
    margin-right: 25px;
    margin-right: 6.6666666667vw;
  }
}