@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
ul,
p {
  margin: 0;
  padding: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: 'DarkParadise-Italic';
  src: url('../fonts/DarkParadiseItalic.woff') format("woff"), url('../fonts/DarkParadiseItalic.woff2') format("woff2"), url('../fonts/DarkParadise-Italic.otf') format("opentype");
}
.font_dark_paradise_italic {
  font-family: 'DarkParadise-Italic';
  font-weight: normal;
  font-style: normal;
}
.font_aktiv_grotesk_condensed_medium {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.font_fot_cezanne_pron {
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  word-wrap: break-word;
  white-space: normal;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}
article,
header,
footer,
aside,
figure,
figcaption,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #000000;
}
img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-x: hidden;
  background: #f8f7f0;
}
.hidden {
  visibility: hidden;
}
br.br_max1000 {
  display: none;
}
@media all and (max-width: 1000px) {
  br.br_max1000 {
    display: block !important;
  }
}
br.br_max600 {
  display: none;
}
@media all and (max-width: 600px) {
  br.br_max600 {
    display: block !important;
  }
}
br.br_max430 {
  display: none;
}
@media all and (max-width: 430px) {
  br.br_max430 {
    display: block !important;
  }
}
@media all and (max-width: 430px) {
  br.br_none430 {
    display: none !important;
  }
}
body#top.jp_en {
  background: #f8f7f0;
}
body#top.jp {
  background: #ff071a;
}
body#top.jp #container main#main .main__contact a {
  background: #ff071a;
}
.pc body#top.jp #container main#main .main__contact a:hover {
  color: #ff071a;
}
body#top.en {
  background: #7e3c93;
}
body#top.en #container main#main .main__contact a {
  background: #7e3c93;
}
.pc body#top.en #container main#main .main__contact a:hover {
  color: #7e3c93;
}
body#top #container {
  overflow: hidden;
}
body#top #container main#main {
  padding: 140px 8.35% 0 8.35%;
}
@media all and (max-width: 1000px) {
  body#top #container main#main {
    padding: 100px 20px 0 20px;
  }
}
body#top #container main#main .main__lang {
  width: 100%;
  position: fixed;
  top: 27px;
  left: 0;
  z-index: 10;
  padding: 0 8.35%;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__lang {
    top: 18px;
    padding: 0 20px;
  }
}
body#top #container main#main .main__lang ul {
  max-width: 1200px;
  font-size: 0;
  position: relative;
  margin: 0 auto;
}
body#top #container main#main .main__lang ul li {
  position: absolute;
  top: 0;
  z-index: 2;
}
body#top #container main#main .main__lang ul li:nth-child(1) {
  left: -10px;
}
body#top #container main#main .main__lang ul li:nth-child(1) a .svg img {
  display: block;
  width: 71px;
  height: 202px;
  position: absolute;
  bottom: -157px;
  left: -25px;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__lang ul li:nth-child(1) a .svg img {
    width: 44px;
    height: 125px;
    bottom: -95px;
    left: 0;
  }
}
body#top #container main#main .main__lang ul li:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
body#top #container main#main .main__lang ul li:nth-child(2) a {
  text-align: center;
  text-indent: 2.5px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__lang ul li:nth-child(2) a {
    text-indent: 1.5px;
  }
}
body#top #container main#main .main__lang ul li:nth-child(2) a .svg img {
  display: block;
  width: 111px;
  height: 48px;
  position: absolute;
  bottom: -1px;
  left: -31px;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__lang ul li:nth-child(2) a .svg img {
    width: 69px;
    height: 30px;
    bottom: 2px;
    left: -17px;
  }
}
body#top #container main#main .main__lang ul li:nth-child(3) {
  right: -10px;
}
body#top #container main#main .main__lang ul li:nth-child(3) a {
  text-align: right;
}
body#top #container main#main .main__lang ul li:nth-child(3) a .svg img {
  display: block;
  width: 111px;
  height: 41px;
  position: absolute;
  bottom: 0;
  left: -23px;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__lang ul li:nth-child(3) a .svg img {
    width: 69px;
    height: 25px;
    bottom: 3px;
    left: -23px;
  }
}
body#top #container main#main .main__lang ul li a {
  display: block;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 2.5px;
  color: #000000;
  padding: 10px;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__lang ul li a {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
body#top #container main#main .main__lang ul li a .svg {
  display: none;
}
.pc body#top #container main#main .main__lang ul li a:hover .svg {
  display: block;
}
body#top #container main#main .main__lang ul li a.current .svg {
  display: block;
}
body#top #container main#main .main__view {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
body#top #container main#main .main__view .view__shape canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#top #container main#main .main__view .view__title {
  width: 84.5%;
  position: relative;
  z-index: 4;
}
body#top #container main#main .main__view .view__title .title__logo img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 3;
}
body#top #container main#main .main__view .view__images {
  width: 45%;
  position: absolute;
  bottom: -5.2%;
  right: 0;
  z-index: 3;
}
body#top #container main#main .main__view .view__images .images__image {
  padding-top: 4.5%;
}
body#top #container main#main .main__view .view__images .images__image:first-child {
  padding-top: 0;
}
body#top #container main#main .main__view .view__images .images__image img {
  display: block;
  width: 100%;
  height: auto;
}
body#top #container main#main .main__introduction {
  max-width: 1200px;
  margin: 55px auto 0 auto;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__introduction {
    margin-top: 45px;
  }
}
body#top #container main#main .main__introduction .introduction__shape canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#top #container main#main .main__introduction .introduction__text .text__information {
  position: relative;
  z-index: 3;
  padding-bottom: 114px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__introduction .introduction__text .text__information {
    padding-bottom: 95px;
  }
}
@media all and (max-width: 600px) {
  body#top #container main#main .main__introduction .introduction__text .text__information {
    padding-bottom: 145px;
  }
}
body#top #container main#main .main__introduction .introduction__text .text__information .information__en {
  position: relative;
  z-index: 2;
}
body#top #container main#main .main__introduction .introduction__text .text__information .information__en p.dp {
  font-family: 'DarkParadise-Italic';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.5px;
  color: #ff071a;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__introduction .introduction__text .text__information .information__en p.dp {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
body#top #container main#main .main__introduction .introduction__text .text__information .information__en p.dp.border {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 9px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__introduction .introduction__text .text__information .information__en p.dp.border {
    text-underline-offset: 7px;
  }
}
body#top #container main#main .main__introduction .introduction__text .text__information .information__en p.agc {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0.7px;
  color: #ff071a;
  position: relative;
  top: 3px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__introduction .introduction__text .text__information .information__en p.agc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    padding: 5px 0;
  }
}
body#top #container main#main .main__introduction .introduction__text .text__information .information__jp {
  width: 100%;
  position: absolute;
  top: 95px;
  left: 0;
  z-index: 1;
  padding-left: 15%;
}
@media all and (min-width: 1440px) {
  body#top #container main#main .main__introduction .introduction__text .text__information .information__jp {
    padding-left: 180px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__introduction .introduction__text .text__information .information__jp {
    top: 70px;
    padding-left: 15%;
  }
}
@media all and (max-width: 600px) {
  body#top #container main#main .main__introduction .introduction__text .text__information .information__jp {
    top: 120px;
  }
}
@media all and (max-width: 430px) {
  body#top #container main#main .main__introduction .introduction__text .text__information .information__jp {
    top: 180px;
  }
}
body#top #container main#main .main__introduction .introduction__text .text__information .information__jp p {
  font-family: aktiv-grotesk-condensed, fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 6px;
  color: #7e3c93;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__introduction .introduction__text .text__information .information__jp p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 3px;
  }
}
body#top #container main#main .main__introduction .introduction__text .text__information .information__jp p.border {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__introduction .introduction__text .text__information .information__jp p.border {
    text-underline-offset: 5px;
  }
}
body#top #container main#main .main__introduction .introduction__text .text__information .information__jp p.small {
  font-size: 12px;
  letter-spacing: 3px;
  position: relative;
  top: 3px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__introduction .introduction__text .text__information .information__jp p.small {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 2px;
    top: 2px;
    padding: 5px 0;
  }
}
body#top #container main#main .main__introduction .introduction__text .text__lead {
  position: relative;
  z-index: 3;
}
body#top #container main#main .main__introduction .introduction__text .text__lead .lead__en {
  position: relative;
  z-index: 2;
  padding-right: 18%;
}
@media all and (min-width: 1440px) {
  body#top #container main#main .main__introduction .introduction__text .text__lead .lead__en {
    padding-right: 215px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__introduction .introduction__text .text__lead .lead__en {
    padding-right: 15%;
  }
}
body#top #container main#main .main__introduction .introduction__text .text__lead .lead__en p {
  font-family: 'DarkParadise-Italic';
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #ff071a;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__introduction .introduction__text .text__lead .lead__en p {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
body#top #container main#main .main__introduction .introduction__text .text__lead .lead__jp {
  width: 100%;
  position: absolute;
  top: 55px;
  left: 0;
  z-index: 1;
  padding-left: 15%;
}
@media all and (min-width: 1440px) {
  body#top #container main#main .main__introduction .introduction__text .text__lead .lead__jp {
    padding-left: 180px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__introduction .introduction__text .text__lead .lead__jp {
    top: 40px;
    padding-left: 15%;
  }
}
body#top #container main#main .main__introduction .introduction__text .text__lead .lead__jp p {
  font-family: aktiv-grotesk-condensed, fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 40px;
  letter-spacing: 1.4px;
  text-align: justify;
  color: #7e3c93;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__introduction .introduction__text .text__lead .lead__jp p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 3px;
  }
}
body#top #container main#main .main__access {
  max-width: 1200px;
  margin: 45px auto 0 auto;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access {
    margin-top: 40px;
  }
}
body#top #container main#main .main__access .access__shape canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#top #container main#main .main__access .access__information {
  position: relative;
  z-index: 4;
}
body#top #container main#main .main__access .access__information .information__map {
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access .access__information .information__map {
    padding-bottom: 160px;
  }
}
body#top #container main#main .main__access .access__information .information__map .map__image {
  width: 55%;
  position: relative;
  margin-left: 2.5%;
}
@media all and (min-width: 1440px) {
  body#top #container main#main .main__access .access__information .information__map .map__image {
    margin-left: 30px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access .access__information .information__map .map__image {
    width: 70%;
    margin-left: 0;
  }
}
body#top #container main#main .main__access .access__information .information__map .map__image img {
  display: block;
  width: 100%;
  height: auto;
}
body#top #container main#main .main__access .access__information .information__map .map__image img.purple {
  width: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 2;
}
body#top #container main#main .main__access .access__information .information__map .map__address .address__jp {
  width: 345px;
  position: absolute;
  top: 90px;
  right: 2.5%;
  z-index: 2;
}
@media all and (min-width: 1440px) {
  body#top #container main#main .main__access .access__information .information__map .map__address .address__jp {
    right: 30px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access .access__information .information__map .map__address .address__jp {
    width: 235px;
    top: auto;
    bottom: 118px;
    right: 0;
  }
}
body#top #container main#main .main__access .access__information .information__map .map__address .address__jp p {
  font-family: aktiv-grotesk-condensed, fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 6px;
  color: #7e3c93;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access .access__information .information__map .map__address .address__jp p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 3px;
  }
}
body#top #container main#main .main__access .access__information .information__map .map__address .address__jp p.border {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access .access__information .information__map .map__address .address__jp p.border {
    text-underline-offset: 5px;
  }
}
body#top #container main#main .main__access .access__information .information__map .map__address .address__jp p.small {
  font-size: 12px;
  letter-spacing: 3px;
  position: relative;
  top: -6px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access .access__information .information__map .map__address .address__jp p.small {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 5px 0;
    top: -6px;
  }
}
body#top #container main#main .main__access .access__information .information__map .map__address .address__en {
  width: 415px;
  position: absolute;
  top: 225px;
  right: 2%;
  z-index: 2;
}
@media all and (min-width: 1440px) {
  body#top #container main#main .main__access .access__information .information__map .map__address .address__en {
    right: 25px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access .access__information .information__map .map__address .address__en {
    width: 265px;
    top: auto;
    bottom: 0;
    right: 30px;
  }
}
body#top #container main#main .main__access .access__information .information__map .map__address .address__en p.dp {
  font-family: 'DarkParadise-Italic';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.5px;
  color: #ff071a;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access .access__information .information__map .map__address .address__en p.dp {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
body#top #container main#main .main__access .access__information .information__map .map__address .address__en p.dp.border {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 9px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access .access__information .information__map .map__address .address__en p.dp.border {
    text-underline-offset: 7px;
  }
}
body#top #container main#main .main__access .access__information .information__map .map__address .address__en p.agc {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 40px;
  letter-spacing: 0.7px;
  color: #ff071a;
  position: relative;
  top: -7px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access .access__information .information__map .map__address .address__en p.agc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    top: -7px;
    padding: 5px 0;
  }
}
body#top #container main#main .main__access .access__information .information__map .map__lines canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform-origin: center left;
}
body#top #container main#main .main__access .access__information .information__route {
  padding: 15px 0 0 10%;
}
@media all and (min-width: 1440px) {
  body#top #container main#main .main__access .access__information .information__route {
    padding-left: 120px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access .access__information .information__route {
    padding: 14px 0 0 0;
  }
}
body#top #container main#main .main__access .access__information .information__route .route__headline p {
  font-family: fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 6px;
  color: #7e3c93;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access .access__information .information__route .route__headline p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 3px;
    text-underline-offset: 5px;
  }
}
body#top #container main#main .main__access .access__information .information__route .route__lists {
  padding-top: 45px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access .access__information .information__route .route__lists {
    padding-top: 27px;
  }
}
body#top #container main#main .main__access .access__information .information__route .route__lists ul {
  float: left;
  font-size: 0;
}
@media all and (max-width: 850px) {
  body#top #container main#main .main__access .access__information .information__route .route__lists ul {
    float: none;
  }
}
body#top #container main#main .main__access .access__information .information__route .route__lists ul.lists__left {
  width: calc(50% - 20px);
  padding-right: 20px;
}
@media all and (max-width: 850px) {
  body#top #container main#main .main__access .access__information .information__route .route__lists ul.lists__left {
    width: 100%;
    padding-right: 0;
  }
}
body#top #container main#main .main__access .access__information .information__route .route__lists ul.lists__right {
  width: calc(50% + 20px);
}
@media all and (max-width: 850px) {
  body#top #container main#main .main__access .access__information .information__route .route__lists ul.lists__right {
    width: 100%;
    margin-top: 20px;
  }
}
body#top #container main#main .main__access .access__information .information__route .route__lists ul li {
  margin-top: 20px;
  position: relative;
}
body#top #container main#main .main__access .access__information .information__route .route__lists ul li:first-child {
  margin-top: 0;
}
body#top #container main#main .main__access .access__information .information__route .route__lists ul li .list__box {
  width: 190px;
  height: 44px;
  font-family: aktiv-grotesk-condensed, fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 5px;
  text-indent: 5px;
  text-align: center;
  color: #7e3c93;
  border: 1px solid #7e3c93;
  padding-top: 13px;
  padding-top: 13.5px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access .access__information .information__route .route__lists ul li .list__box {
    width: 140px;
    height: 40px;
    font-size: 12px;
    letter-spacing: 2px;
    text-indent: 2px;
    padding-top: 13px;
    padding-top: 13.5px;
  }
}
body#top #container main#main .main__access .access__information .information__route .route__lists ul li .list__description {
  width: calc(100% - 190px);
  font-family: aktiv-grotesk-condensed, fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.2px;
  color: #7e3c93;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding-left: 20px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__access .access__information .information__route .route__lists ul li .list__description {
    width: calc(100% - 140px);
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.8px;
    padding-left: 15px;
  }
}
body#top #container main#main .main__access .access__information .information__route .route__lists:after {
  content: "";
  display: block;
  clear: both;
}
@media all and (max-width: 850px) {
  body#top #container main#main .main__access .access__information .information__route .route__lists:after {
    display: none;
  }
}
body#top #container main#main .main__ticket {
  max-width: 1200px;
  margin: 45px auto 0 auto;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ticket {
    margin-top: 50px;
  }
}
body#top #container main#main .main__ticket .ticket__shape canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#top #container main#main .main__ticket .ticket__information {
  position: relative;
  z-index: 4;
}
body#top #container main#main .main__ticket .ticket__information .ticket__information_inner {
  position: relative;
}
body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp {
  width: 45.2%;
  border: 1px solid #7e3c93;
  margin: 0 5% 0 auto;
  padding: 50px 49px 50px 49px;
}
@media all and (min-width: 1440px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp {
    margin-right: 60px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp {
    width: 60%;
    margin: 0 0 0 auto;
    padding: 32px 19px 32px 19px;
  }
}
body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp p {
  font-family: aktiv-grotesk-condensed, fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 6px;
  color: #7e3c93;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 3px;
  }
}
body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp p.border {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp p.border {
    text-underline-offset: 5px;
  }
}
body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp p.pt {
  padding-top: 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp p.pt {
    padding-top: 30px;
  }
}
body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp p a {
  font-family: aktiv-grotesk-condensed, fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #7e3c93;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp p a {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
    text-underline-offset: 5px;
  }
}
.pc body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp p a:hover {
  text-decoration: none;
}
body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp p.small {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 3px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp p.small {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}
body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp p.small.border {
  text-underline-offset: 4px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__jp p.small.border {
    text-underline-offset: 3px;
  }
}
body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en {
  width: 57.2%;
  border: 1px solid #ff071a;
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 47px 49px 51px 49px;
}
@media all and (min-width: 1440px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en {
    left: 60px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en {
    width: 75%;
    left: 0;
    padding: 33px 19px 39px 19px;
  }
}
body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en p.dp {
  font-family: 'DarkParadise-Italic';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.5px;
  color: #ff071a;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en p.dp {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en p.dp.border {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 9px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en p.dp.border {
    text-underline-offset: 7px;
  }
}
body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en p.dp.pt {
  padding-top: 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en p.dp.pt {
    padding-top: 30px;
  }
}
body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en p.dp a {
  font-family: 'DarkParadise-Italic';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.5px;
  color: #ff071a;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 9px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en p.dp a {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 1px;
    text-underline-offset: 7px;
  }
}
.pc body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en p.dp a:hover {
  text-decoration: none;
}
body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en p.agc {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.7px;
  color: #ff071a;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en p.agc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
}
body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en p.agc.border {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ticket .ticket__information .ticket__information_inner .information__en p.agc.border {
    text-underline-offset: 3px;
  }
}
body#top #container main#main .main__ceremony {
  max-width: 1200px;
  margin: 45px auto 0 auto;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ceremony {
    margin-top: 37px;
  }
}
body#top #container main#main .main__ceremony .ceremony__shape canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
body#top #container main#main .main__ceremony .ceremony__information {
  padding: 100px 0 20px 0;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ceremony .ceremony__information {
    padding: 70px 0 9px 0;
  }
}
body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner {
  position: relative;
}
body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__jp {
  width: 47.2%;
  position: absolute;
  top: -90px;
  left: 10%;
  z-index: 2;
}
@media all and (min-width: 1440px) {
  body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__jp {
    left: 120px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__jp {
    width: 75%;
    top: -65px;
    left: 0;
  }
}
body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__jp p {
  font-family: aktiv-grotesk-condensed, fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 6px;
  color: #7e3c93;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__jp p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 3px;
  }
}
body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__jp p.border {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__jp p.border {
    text-underline-offset: 5px;
  }
}
body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__jp p.small {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 3px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__jp p.small {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}
body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__jp img {
  display: block;
  width: 150px;
  height: auto;
  margin-top: 20px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__jp img {
    width: 100px;
    margin-top: 15px;
  }
}
body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__en {
  width: 50%;
  margin-left: auto;
  padding-right: 15%;
  position: relative;
  z-index: 2;
}
@media all and (min-width: 1440px) {
  body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__en {
    padding-right: 180px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__en {
    width: 60%;
    padding-right: 0;
  }
}
body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__en p.dp {
  font-family: 'DarkParadise-Italic';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.5px;
  color: #ff071a;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__en p.dp {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__en p.dp.border {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 9px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__en p.dp.border {
    text-underline-offset: 7px;
  }
}
body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__en p.dp.pt {
  padding-top: 80px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__en p.dp.pt {
    padding-top: 60px;
  }
}
body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__en p.agc {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.7px;
  color: #ff071a;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__en p.agc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
}
body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__en p.agc.border {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__en p.agc.border {
    text-underline-offset: 3px;
  }
}
body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__en img {
  display: block;
  width: 150px;
  height: auto;
  margin-top: 20px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__ceremony .ceremony__information .ceremony__information_inner .information__en img {
    width: 100px;
    margin-top: 15px;
  }
}
body#top #container main#main .main__event {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  top: -110px;
  z-index: 3;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__event {
    top: -50px;
  }
}
body#top #container main#main .main__event .event__shape canvas {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
body#top #container main#main .main__event .event__information {
  position: relative;
  z-index: 2;
}
body#top #container main#main .main__event .event__information .information__jp {
  width: 66.2%;
  margin-left: 10%;
}
@media all and (min-width: 1440px) {
  body#top #container main#main .main__event .event__information .information__jp {
    margin-left: 120px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__event .event__information .information__jp {
    width: 100%;
    margin-left: 0;
    padding-right: 15%;
  }
}
body#top #container main#main .main__event .event__information .information__jp p {
  font-family: aktiv-grotesk-condensed, fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 6px;
  color: #7e3c93;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__event .event__information .information__jp p {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 3px;
  }
}
body#top #container main#main .main__event .event__information .information__jp p.border {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__event .event__information .information__jp p.border {
    text-underline-offset: 5px;
  }
}
body#top #container main#main .main__event .event__information .information__jp p.small {
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 3px;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__event .event__information .information__jp p.small {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}
body#top #container main#main .main__event .event__information .information__en {
  width: 66.2%;
  position: relative;
  top: -25px;
  z-index: 2;
  margin-left: 20%;
  padding-right: 15%;
}
@media all and (min-width: 1440px) {
  body#top #container main#main .main__event .event__information .information__en {
    margin-left: 240px;
    padding-right: 180px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__event .event__information .information__en {
    width: 100%;
    top: -15px;
    margin-left: auto;
    padding-right: 0;
    padding-left: 15%;
  }
}
body#top #container main#main .main__event .event__information .information__en p.dp {
  font-family: 'DarkParadise-Italic';
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 1.5px;
  color: #ff071a;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__event .event__information .information__en p.dp {
    font-size: 21px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
body#top #container main#main .main__event .event__information .information__en p.dp.border {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 9px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__event .event__information .information__en p.dp.border {
    text-underline-offset: 7px;
  }
}
body#top #container main#main .main__event .event__information .information__en p.dp.pt {
  padding-top: 80px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__event .event__information .information__en p.dp.pt {
    padding-top: 60px;
  }
}
body#top #container main#main .main__event .event__information .information__en p.agc {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.7px;
  color: #ff071a;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__event .event__information .information__en p.agc {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
}
body#top #container main#main .main__event .event__information .information__en p.agc.border {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__event .event__information .information__en p.agc.border {
    text-underline-offset: 3px;
  }
}
body#top #container main#main .main__contact {
  position: relative;
  top: -64px;
  z-index: 3;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__contact {
    top: -19px;
  }
}
body#top #container main#main .main__contact a {
  display: block;
  width: 270px;
  height: 40px;
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.7px;
  text-indent: 0.7px;
  text-align: center;
  color: #494949;
  border: 1px solid #000000;
  border: 0.5px solid #000000;
  background: #f8f7f0;
  margin: 0 auto;
  padding-top: 12px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__contact a {
    width: 250px;
    height: 38px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.5px;
    text-indent: 0.5px;
    padding-top: 12px;
    padding-top: 11.5px;
  }
}
.pc body#top #container main#main .main__contact a:hover {
  color: #f8f7f0;
  border: 1px solid #494949;
  border: 0.5px solid #494949;
  background: #494949;
}
body#top #container main#main .main__artists {
  max-width: 1200px;
  margin: 16px auto 0 auto;
  padding: 58px 10% 59px 10%;
  border: 1px solid #7e3c93;
}
@media all and (min-width: 1440px) {
  body#top #container main#main .main__artists {
    padding-left: 120px;
    padding-right: 120px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__artists {
    margin-top: 31px;
    padding: 30px 19px 39px 19px;
  }
}
body#top #container main#main .main__artists .artists__artist {
  position: relative;
}
body#top #container main#main .main__artists .artists__artist:nth-child(1) .artist__text {
  margin-left: auto;
}
body#top #container main#main .main__artists .artists__artist:nth-child(1) .artist__image {
  position: absolute;
  bottom: -47px;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 600px) {
  body#top #container main#main .main__artists .artists__artist:nth-child(1) .artist__image {
    top: 78px;
    bottom: auto;
  }
}
body#top #container main#main .main__artists .artists__artist:nth-child(2) {
  margin-top: 104px;
}
@media all and (max-width: 600px) {
  body#top #container main#main .main__artists .artists__artist:nth-child(2) {
    margin-top: 40px;
  }
}
body#top #container main#main .main__artists .artists__artist:nth-child(2) .artist__image {
  position: absolute;
  top: -7px;
  right: 0;
  z-index: 1;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__artists .artists__artist:nth-child(2) .artist__image {
    top: -1px;
  }
}
body#top #container main#main .main__artists .artists__artist:nth-child(3) {
  margin-top: 53px;
  padding-bottom: 70px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__artists .artists__artist:nth-child(3) {
    margin-top: 33px;
    padding-bottom: 50px;
  }
}
@media all and (max-width: 600px) {
  body#top #container main#main .main__artists .artists__artist:nth-child(3) {
    padding-bottom: 0;
  }
}
body#top #container main#main .main__artists .artists__artist:nth-child(3) .artist__text {
  margin-left: auto;
}
body#top #container main#main .main__artists .artists__artist:nth-child(3) .artist__image {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media all and (max-width: 600px) {
  body#top #container main#main .main__artists .artists__artist:nth-child(3) .artist__image {
    top: 96px;
    bottom: auto;
  }
}
body#top #container main#main .main__artists .artists__artist .artist__text {
  width: 62.6%;
  position: relative;
  z-index: 2;
}
body#top #container main#main .main__artists .artists__artist .artist__text .text__name {
  font-family: aktiv-grotesk-condensed, fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #7e3c93;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__artists .artists__artist .artist__text .text__name {
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
    text-underline-offset: 4px;
  }
}
body#top #container main#main .main__artists .artists__artist .artist__text .text__profile,
body#top #container main#main .main__artists .artists__artist .artist__text .text__profile * {
  font-family: aktiv-grotesk-condensed, fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.2px;
  color: #7e3c93;
  text-align: justify;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__artists .artists__artist .artist__text .text__profile,
  body#top #container main#main .main__artists .artists__artist .artist__text .text__profile * {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.5px;
  }
}
body#top #container main#main .main__artists .artists__artist .artist__text .text__profile {
  padding-top: 34px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__artists .artists__artist .artist__text .text__profile {
    padding-top: 12px;
  }
}
body#top #container main#main .main__artists .artists__artist .artist__text .text__profile a {
  text-decoration: underline;
  text-decoration-thickness: 0.5px;
  text-underline-offset: 5px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__artists .artists__artist .artist__text .text__profile a {
    text-underline-offset: 4px;
  }
}
.pc body#top #container main#main .main__artists .artists__artist .artist__text .text__profile a:hover {
  text-decoration: none;
}
body#top #container main#main .main__artists .artists__artist .artist__image {
  width: 50.1%;
  max-width: 400px;
}
body#top #container main#main .main__artists .artists__artist .artist__image img {
  display: block;
  width: 100%;
  height: auto;
  opacity: 40%;
}
body#top #container main#main .main__footer {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 73px;
  position: relative;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__footer {
    padding-top: 46px;
  }
}
body#top #container main#main .main__footer .footer__jp p {
  font-family: aktiv-grotesk-condensed, fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.6px;
  color: #494949;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__footer .footer__jp p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}
body#top #container main#main .main__footer .footer__en {
  padding-top: 30px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__footer .footer__en {
    padding-top: 20px;
  }
}
body#top #container main#main .main__footer .footer__en p {
  font-family: aktiv-grotesk-condensed, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 30px;
  letter-spacing: 0.7px;
  color: #494949;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__footer .footer__en p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
  }
}
body#top #container main#main .main__footer .footer__mark {
  position: absolute;
  bottom: 60px;
  right: 0;
  z-index: 2;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__footer .footer__mark {
    bottom: 40px;
  }
}
@media all and (max-width: 750px) {
  body#top #container main#main .main__footer .footer__mark {
    position: static;
    bottom: auto;
    right: auto;
    z-index: auto;
    padding-top: 26px;
  }
}
body#top #container main#main .main__footer .footer__mark img {
  display: block;
  width: 170px;
  height: 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__footer .footer__mark img {
    width: 128px;
    height: 30px;
  }
}
body#top #container main#main .main__kyosan {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 0 52px 0;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__kyosan {
    padding: 42px 0 46px 0;
  }
}
body#top #container main#main .main__kyosan .kyosan__headline p {
  font-family: aktiv-grotesk-condensed, fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.6px;
  color: #494949;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__kyosan .kyosan__headline p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}
body#top #container main#main .main__kyosan .kyosan__logos {
  padding-top: 32px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__kyosan .kyosan__logos {
    padding-top: 6px;
  }
}
body#top #container main#main .main__kyosan .kyosan__logos ul {
  font-size: 0;
}
body#top #container main#main .main__kyosan .kyosan__logos ul * {
  vertical-align: middle;
}
body#top #container main#main .main__kyosan .kyosan__logos ul li {
  display: inline-block;
  padding-right: 50px;
}
@media all and (max-width: 1050px) {
  body#top #container main#main .main__kyosan .kyosan__logos ul li {
    padding-right: 40px;
  }
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__kyosan .kyosan__logos ul li {
    padding: 10px 40px 10px 0;
  }
}
body#top #container main#main .main__kyosan .kyosan__logos ul li:last-child {
  padding-right: 0;
}
body#top #container main#main .main__kyosan .kyosan__logos ul li img {
  display: block;
}
body#top #container main#main .main__kyosan .kyosan__logos ul li:nth-child(1) img {
  width: 76px;
  height: 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__kyosan .kyosan__logos ul li:nth-child(1) img {
    width: 57px;
    height: 30px;
  }
}
body#top #container main#main .main__kyosan .kyosan__logos ul li:nth-child(2) img {
  width: 212px;
  height: 24px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__kyosan .kyosan__logos ul li:nth-child(2) img {
    width: 159px;
    height: 18px;
  }
}
body#top #container main#main .main__kyosan .kyosan__logos ul li:nth-child(3) img {
  width: 105px;
  height: 40px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__kyosan .kyosan__logos ul li:nth-child(3) img {
    width: 79px;
    height: 30px;
  }
}
body#top #container main#main .main__kyosan .kyosan__logos ul li:nth-child(4) img {
  width: 117px;
  height: 32px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__kyosan .kyosan__logos ul li:nth-child(4) img {
    width: 88px;
    height: 24px;
  }
}
body#top #container main#main .main__kyosan .kyosan__logos ul li:nth-child(5) img {
  width: 142px;
  height: 24px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__kyosan .kyosan__logos ul li:nth-child(5) img {
    width: 107px;
    height: 18px;
  }
}
body#top #container main#main .main__kyosan .kyosan__text {
  padding-top: 23px;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__kyosan .kyosan__text {
    padding-top: 6px;
  }
}
body#top #container main#main .main__kyosan .kyosan__text p {
  font-family: aktiv-grotesk-condensed, fot-cezanne-pron, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.6px;
  color: #494949;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__kyosan .kyosan__text p {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}
body#top #container main#main .main__bunkacho {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0 100px 0;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__bunkacho {
    padding: 30px 0 80px 0;
  }
}
body#top #container main#main .main__bunkacho img {
  display: block;
  width: 170px;
  height: 40px;
  margin: 0 auto;
}
@media all and (max-width: 1000px) {
  body#top #container main#main .main__bunkacho img {
    width: 128px;
    height: 30px;
  }
}
.main__temp {
  height: 164px;
}
@media all and (max-width: 1000px) {
  .main__temp {
    height: 92px;
  }
}
