@charset "UTF-8";
/*! normalize.css v8.0.1 | 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 iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400..700&display=swap");
html {
  line-height: 1.15; /* 1 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  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;
}

/* Grouping content
========================================================================== */
/**
 * 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
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  width: 100%;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/**
 * Remove the inner border and padding in Firefox.
 */
button {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/**
 * 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 */
}

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

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

/**
 * 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.
 */
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

/* ======================================================
  reset
========================================================= */
* {
  box-sizing: border-box;
}

p, ul, ol, h1, h2, h3, h4, h5, dl, dt, dd, figure, div {
  margin: 0;
  padding: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  background: none transparent;
}

@media screen and (max-width: 767px) {
  *:focus {
    outline: none;
  }
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    width: 100%;
  }
}
summary {
  list-style: none;
}
summary::-webkit-details-marker {
  display: none;
}
@media (hover: hover) and (pointer: fine) {
  summary:hover {
    cursor: pointer;
  }
}

:root {
  interpolate-size: allow-keywords; /* サイズキーワードによるアニメーションを許可 */
}

details::details-content {
  content-visibility: unset;
  display: block grid;
}
@media (prefers-reduced-motion: no-preference) {
  details::details-content {
    transition-duration: 0.4s;
    transition-property: grid-template-rows;
  }
}
details:not([open])::details-content {
  grid-template-rows: 0fr;
}
details[open]::details-content {
  grid-template-rows: 1fr;
}

/* Webフォント */
._roboto {
  font-family: "Roboto", "Zen Maru Gothic", YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

._oswald {
  font-family: "Oswald", "Zen Maru Gothic", YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

._montserrat {
  font-family: "Montserrat", "Zen Maru Gothic", YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

._barlow {
  font-family: "Barlow Condensed", YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

._poppins {
  font-family: "Poppins", YuGothic, "Yu Gothic Medium", "Yu Gothic", sans-serif;
}

b, strong, .bold {
  font-weight: 900;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic Medium", "Yu Gothic", "Hind", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", HelveticaNeue, Verdana, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8em;
  letter-spacing: 0.03em;
  color: #282828;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    line-height: 1.9em;
  }
}
@media screen and (min-width: 1280px) {
  body {
    line-height: 2.1em;
    font-size: 1.5rem;
  }
}

/* =============================================
- Animation
================================================ */
@keyframes wave-text {
  0% {
    transform: translateY(0em);
  }
  60% {
    transform: translateY(-0.75em);
  }
  100% {
    transform: translateY(0em);
  }
}
@keyframes bg-gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.smooth {
  animation-name: smoothAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transform-origin: left;
  opacity: 0;
}

@keyframes smoothAnime {
  from {
    transform: translate3d(0, 100%, 0) skewY(12deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0) skewY(0);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  width: 100vw;
  overflow-x: hidden;
  font-feature-settings: "palt";
}
body.fixed {
  position: fixed;
  overflow: hidden;
  height: 100vh;
}

#wrapper, #wrap {
  overflow: hidden;
}

section {
  padding: 50px 5vw;
}
@media screen and (min-width: 375px) {
  section {
    padding: 50px 5vw;
  }
}
@media screen and (min-width: 768px) {
  section {
    padding: 70px 30px;
  }
}
@media screen and (min-width: 1080px) {
  section {
    padding: 100px 35px 100px 35px;
  }
}
@media screen and (min-width: 1280px) {
  section {
    padding: 120px 40px 120px 40px;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

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

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/* ======================================================
	header
========================================================= */
@media screen and (max-width: 1079px) {
  #header {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  #header {
    position: fixed;
    z-index: 999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 80px;
    background-color: #fff;
    padding: 0px 80px 0px 20px;
    border-bottom: 1px solid #D3D3D3;
  }
}
#header .h_container {
  max-width: 1460px;
  margin: 0px auto;
}
@media screen and (min-width: 1080px) {
  #header .h_container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1079px) {
  .h_contents {
    position: absolute;
    z-index: 999;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #D3D3D3;
    height: 60px;
    padding: 8px 65px 8px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

/* ======================================================
	h_logo
========================================================= */
.h_logo {
  width: 125px;
}
@media screen and (min-width: 768px) {
  .h_logo {
    width: 130px;
  }
}
@media screen and (min-width: 1080px) {
  .h_logo {
    position: relative;
    z-index: 999;
  }
}
@media screen and (min-width: 1280px) {
  .h_logo {
    width: 180px;
  }
}
@media screen and (min-width: 1480px) {
  .h_logo {
    width: 180px;
  }
}
.h_logo img {
  width: 100%;
}
.h_logo a {
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1080px) {
  .h_logo a:hover {
    opacity: 0.6;
  }
}

/* ======================================================
	h_contact_btn
========================================================= */
@media screen and (max-width: 767px) {
  .h_contact_btn {
    position: fixed;
    right: 60px;
    top: 15px;
    z-index: 999;
  }
}
.h_contact_btn a {
  display: inline-block;
  background-color: #282828;
  color: #fff;
  line-height: 1em;
  padding: 0.7em 15px;
  border-radius: 30px;
  font-weight: 600;
  position: relative;
  font-size: 1.2rem;
}
@media screen and (min-width: 1080px) {
  .h_contact_btn a {
    padding: 0.8em 30px;
    letter-spacing: 0.1em;
    font-size: 1.5rem;
    transition: all 0.2s ease-in-out;
  }
  .h_contact_btn a:hover {
    background-color: #282828;
    color: #fff;
  }
}

/* ======================================================
	global_nav_btn
========================================================= */
#global_nav_btn {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 9999;
  top: 0px;
  right: 0px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 1080px) {
  #global_nav_btn {
    width: 80px;
    height: 80px;
  }
}
#global_nav_btn .global_nav_border {
  width: 22px;
  height: 2px;
  background-color: #282828;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1px;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 1080px) {
  #global_nav_btn .global_nav_border {
    width: 24px;
  }
}
#global_nav_btn .global_nav_border:after, #global_nav_btn .global_nav_border:before {
  content: "";
  width: 22px;
  height: 2px;
  background-color: #282828;
  display: block;
  position: absolute;
  left: 0px;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 1080px) {
  #global_nav_btn .global_nav_border:after, #global_nav_btn .global_nav_border:before {
    width: 24px;
  }
}
#global_nav_btn .global_nav_border:after {
  top: -9px;
}
@media screen and (min-width: 1080px) {
  #global_nav_btn .global_nav_border:after {
    top: -10px;
  }
}
#global_nav_btn .global_nav_border:before {
  bottom: -9px;
}
@media screen and (min-width: 1080px) {
  #global_nav_btn .global_nav_border:before {
    bottom: -10px;
  }
}
#global_nav_btn._open .global_nav_border {
  background-color: transparent;
}
#global_nav_btn._open .global_nav_border:after {
  top: 0px;
  transform: rotate(45deg);
}
#global_nav_btn._open .global_nav_border:before {
  top: 0px;
  transform: rotate(135deg);
}

/* ======================================================
	globalnav
========================================================= */
@media screen and (max-width: 1079px) {
  /* ======================================================
  	h_links
  ========================================================= */
  .h_links_list {
    display: none;
  }
  /* ======================================================
  	h_links_global
  ========================================================= */
  .h_links_global {
    display: flex;
    align-items: center;
  }
  .h_links_global_item a {
    color: #282828;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
  }
  .h_links_global_item a:not(._on) {
    color: #A0A0A0;
  }
  .h_links_global_item a:hover {
    color: #1A8E42;
  }
  .h_links_global_item a._on {
    pointer-events: none;
  }
  .h_links_global_item + .h_links_global_item {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
  }
  .h_links_global_item + .h_links_global_item:before {
    content: "";
    background-color: #282828;
    width: 1px;
    height: 12px;
    transform: skew(-15deg);
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
  }
  /* ======================================================
  	global_nav
  ========================================================= */
  #global_nav {
    position: fixed;
    z-index: 99;
    top: 0px;
    right: -60px;
    width: calc(100% + 60px);
    height: 100vh;
    padding: 120px 80px 100px 20px;
    overflow-y: scroll;
    transition: all 0.4s ease-in-out;
  }
  /* ======================================================
  	global_nav
  ========================================================= */
}
@media screen and (max-width: 1079px) and (min-width: 768px) {
  #global_nav {
    max-width: 500px;
    padding: 100px 100px 100px 40px;
  }
}
@media screen and (max-width: 1079px) {
  #global_nav_overlay {
    background-color: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }
  .global_nav_column + .global_nav_column {
    margin-top: 3px;
  }
  .global_nav_item + .global_nav_item {
    margin-top: 5px;
  }
  .global_nav_link {
    position: relative;
    color: #282828;
    display: inline-block;
    font-size: 4.2666666667vw;
    letter-spacing: 0.04em;
    font-weight: 600;
    padding: 0.4em 0px;
    line-height: 1.3em;
  }
  .global_nav_link br {
    display: none;
  }
  .global_nav_link._toplink {
    padding-right: 15px;
  }
  .global_nav_link._toplink:after {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    width: 5px;
    height: 5px;
    border-color: #282828;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: rotate(45deg);
    margin-top: -3px;
  }
  .global_nav_list._utility {
    margin-top: 35px;
  }
  .global_nav_list._utility .global_nav_item + .global_nav_item {
    margin-top: 3px;
  }
  .global_nav_list._utility .global_nav_link {
    font-size: 3.7333333333vw;
    font-weight: 600;
    padding: 0.3em 0px;
    width: auto;
    padding-right: 15px;
  }
  .global_nav_intro {
    margin-top: 50px;
  }
  .global_nav_intro_logo {
    text-align: center;
  }
  .global_nav_intro_logo img {
    max-width: 70%;
  }
  .global_nav_intro_address {
    max-width: 90%;
    margin: 0px auto;
  }
  .global_nav_intro_address_tel {
    text-align: center;
    margin-top: 2.5em;
  }
  .global_nav_intro_address_tel a {
    color: #282828;
    font-weight: 600;
    font-size: 2.2rem;
  }
  .global_nav_intro_address_time {
    margin-top: 5px;
    text-align: center;
  }
  .global_nav_intro_address_time span {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0.6em 0.5em 0.6em 0.5em;
    line-height: 1em;
    border: 1px solid #282828;
    color: #282828;
    font-size: 1.3rem;
    font-weight: 600;
  }
  .global_nav_intro_address_note {
    margin-top: 5px;
    width: 100%;
  }
  .global_nav_intro_address_mail {
    margin-top: 10px;
    font-weight: 600;
    font-size: 1.6rem;
  }
  .global_nav_intro_address_mail a {
    color: #282828;
  }
  .global_nav_sns {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .global_nav_sns_item a {
    display: inline-block;
    width: 30px;
  }
  .global_nav_sns_item svg {
    width: 100%;
    vertical-align: top;
  }
  .global_nav_sns_item svg path {
    fill: #282828;
  }
  .global_nav_sns_item + .global_nav_sns_item {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1080px) {
  /* ======================================================
  	h_contents
  ========================================================= */
  .h_contents {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  /* ======================================================
  	h_links
  ========================================================= */
  .h_links {
    display: flex;
    align-items: center;
  }
  .h_links_list {
    display: flex;
  }
  /* ======================================================
  	h_links_global
  ========================================================= */
  /* ======================================================
  	global_nav
  ========================================================= */
  /* ======================================================
  	global_nav_contents
  ========================================================= */
  /* ======================================================
  	global_nav
  ========================================================= */
  /* ======================================================
  	global_nav_intro
  ========================================================= */
}
@media screen and (min-width: 1080px) and (min-width: 1080px) {
  .h_links_list {
    padding-top: 2px;
  }
}
@media screen and (min-width: 1080px) {
  .h_links_item .h_links_link {
    display: inline-block;
    padding: 24px 13px;
    color: #282828;
    font-weight: 600;
    font-size: 1.4rem;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1280px) {
  .h_links_item .h_links_link {
    padding: 24px 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1480px) {
  .h_links_item .h_links_link {
    padding: 24px 20px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .h_links_item .h_links_link._haschild {
    pointer-events: none;
  }
  .h_links_item .h_links_link:hover {
    color: #1A8E42;
  }
  .h_links_item .h_links_link:hover._about {
    color: #EED700;
  }
  .h_links_item .h_links_link:hover._artist {
    color: #01CCEE;
  }
  .h_links_item .h_links_link:hover._venue {
    color: #005034;
  }
  .h_links_item .h_links_link:hover._access {
    color: #81C11C;
  }
  .h_links_item .h_links_link:hover._passport {
    color: #9BABAB;
  }
  .h_links_item .h_links_link:hover._news {
    color: #0050AB;
  }
  .h_links_item .h_links_link:hover._event {
    color: #0050AB;
  }
  .h_links_item {
    position: relative;
  }
  .h_links_item:hover .h_links_item_child {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
  }
  .h_links_item_child {
    position: absolute;
    left: 0px;
    top: 85px;
    display: block;
    margin: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 190px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform-origin: left top;
    z-index: 111;
    border-radius: 10px;
    padding: 10px 0px;
  }
  .h_links_item_child .h_links_item {
    margin-left: 0px;
    line-height: 1em;
    text-align: left;
  }
  .h_links_item_child .h_links_link {
    font-size: 1.4rem;
    font-weight: 600;
    display: inline-block;
    line-height: 1em;
    padding: 13px 25px;
    width: 100%;
    border: 0px;
    color: #282828;
    transition: all 0.2s ease-in-out;
  }
  .h_links_item_child .h_links_link:hover {
    color: #0050AB;
  }
  .h_links_item_child._wide {
    width: 245px;
  }
  .h_links_global {
    display: flex;
    align-items: center;
    margin: 0px 15px;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1280px) {
  .h_links_global {
    margin: 0px 20px;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1480px) {
  .h_links_global {
    margin: 0px 25px;
  }
}
@media screen and (min-width: 1080px) {
  .h_links_global_item a {
    color: #282828;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
  }
  .h_links_global_item a:not(._on) {
    color: #A0A0A0;
  }
  .h_links_global_item a:hover {
    color: #1A8E42;
  }
  .h_links_global_item a._on {
    pointer-events: none;
  }
  .h_links_global_item + .h_links_global_item {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
  }
  .h_links_global_item + .h_links_global_item:before {
    content: "";
    background-color: #282828;
    width: 1px;
    height: 12px;
    transform: skew(-15deg);
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -7px;
  }
  #global_nav {
    position: fixed;
    z-index: 99;
    top: 0px;
    right: -60px;
    width: calc(100% + 60px);
    height: 100vh;
    padding: 100px 140px 100px 80px;
    overflow-y: scroll;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1280px) {
  #global_nav {
    padding: 100px 160px 100px 100px;
  }
}
@media screen and (min-width: 1080px) {
  #global_nav_overlay {
    background-color: #fff;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }
  .global_nav_contents {
    width: 100%;
    max-width: 1100px;
    margin: 0px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .global_nav {
    display: flex;
    justify-content: space-between;
    width: 65%;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1280px) {
  .global_nav {
    width: 60%;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1480px) {
  .global_nav {
    width: 720px;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_item + .global_nav_item {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1280px) {
  .global_nav_item + .global_nav_item {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_link {
    position: relative;
    color: #282828;
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    font-weight: 600;
    padding: 0.8em 0px;
    line-height: 1.4em;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1280px) {
  .global_nav_link {
    font-size: 2rem;
    padding: 0.5em 0px;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1480px) {
  .global_nav_link {
    font-size: 2.2rem;
    line-height: 1.6em;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_link._toplink {
    padding-right: 15px;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1280px) {
  .global_nav_link._toplink {
    padding-right: 20px;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_link._toplink:after {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    width: 5px;
    height: 5px;
    border-color: #282828;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: rotate(45deg);
    margin-top: -3px;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1280px) {
  .global_nav_link._toplink:after {
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-width: 2px;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_link:hover {
    color: #0050AB;
  }
  .global_nav_link:hover {
    color: #1A8E42;
  }
  .global_nav_link:hover._about {
    color: #EED700;
  }
  .global_nav_link:hover._artist {
    color: #01CCEE;
  }
  .global_nav_link:hover._venue {
    color: #005034;
  }
  .global_nav_link:hover._access {
    color: #81C11C;
  }
  .global_nav_link:hover._passport {
    color: #9BABAB;
  }
  .global_nav_link:hover._news {
    color: #0050AB;
  }
  .global_nav_link:hover._event {
    color: #0050AB;
  }
  .global_nav_link:hover._other {
    color: #9BABAB;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1280px) {
  .global_nav_list._utility {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_list._utility .global_nav_item + .global_nav_item {
    margin-top: 3px;
  }
  .global_nav_list._utility .global_nav_link {
    font-weight: 600;
    font-size: 1.4rem;
    padding: 0.6em 0px;
    width: auto;
    padding-right: 15px;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1280px) {
  .global_nav_list._utility .global_nav_link {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1480px) {
  .global_nav_list._utility .global_nav_link {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_intro {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1480px) {
  .global_nav_intro {
    width: 255px;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_intro_logo {
    text-align: center;
  }
  .global_nav_intro_logo img {
    max-width: 70%;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1280px) {
  .global_nav_intro_logo img {
    max-width: 245px;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_intro_address {
    max-width: 90%;
    margin: 0px auto;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1480px) {
  .global_nav_intro_address {
    max-width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_intro_address_tel {
    text-align: center;
    margin-top: 2.5em;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1480px) {
  .global_nav_intro_address_tel {
    margin-top: 3.8em;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_intro_address_tel a {
    color: #282828;
    font-weight: 600;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1480px) {
  .global_nav_intro_address_tel a {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_intro_address_time {
    margin-top: 5px;
    text-align: center;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1480px) {
  .global_nav_intro_address_time {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_intro_address_time span {
    text-align: center;
    width: 100%;
    display: inline-block;
    padding: 0.6em 0.5em 0.6em 0.5em;
    line-height: 1em;
    border: 1px solid #282828;
    color: #282828;
    font-size: 1.3rem;
    font-weight: 600;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1480px) {
  .global_nav_intro_address_time span {
    padding: 0.6em 0.5em 0.5em 0.5em;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_intro_address_note {
    margin-top: 5px;
    width: 100%;
  }
  .global_nav_intro_address_mail {
    margin-top: 10px;
    font-weight: 600;
    font-size: 1.6rem;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1480px) {
  .global_nav_intro_address_mail {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_intro_address_mail a {
    color: #282828;
  }
  .global_nav_sns {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .global_nav_sns_item a {
    display: inline-block;
    width: 30px;
  }
}
@media screen and (min-width: 1080px) and (min-width: 1480px) {
  .global_nav_sns_item a {
    width: 35px;
  }
}
@media screen and (min-width: 1080px) {
  .global_nav_sns_item svg {
    width: 100%;
    vertical-align: top;
  }
  .global_nav_sns_item svg path {
    fill: #282828;
  }
  .global_nav_sns_item + .global_nav_sns_item {
    margin-left: 20px;
  }
}
/* ======================================================
	footer
========================================================= */
/* ======================================================
	footer
========================================================= */
#footer {
  background-color: #282828;
  color: #fff;
  padding: 30px 5vw 100px 5vw;
}
@media screen and (min-width: 768px) {
  #footer {
    padding: 50px 30px 60px 30px;
  }
}
@media screen and (min-width: 1080px) {
  #footer {
    padding: 75px 40px 50px 40px;
  }
}
#footer .f_container {
  max-width: 1100px;
  margin: 0px auto;
}

@media screen and (min-width: 1080px) {
  .f_content {
    display: flex;
    gap: 0px 50px;
  }
}
@media screen and (min-width: 1280px) {
  .f_content {
    justify-content: space-between;
    gap: 0px 85px;
  }
}

@media screen and (min-width: 768px) {
  .f_logo {
    text-align: center;
  }
}
@media screen and (min-width: 1080px) {
  .f_logo {
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .f_logo {
    width: 200px;
  }
}
.f_logo a {
  display: inline-block;
  transition: all 0.2s ease-in-out;
}
.f_logo a img {
  max-width: 80%;
}
@media screen and (min-width: 1080px) {
  .f_logo a img {
    max-width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .f_logo a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1080px) {
  .f_info {
    width: 320px;
  }
}
.f_info_name {
  margin-top: 15px;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .f_info_name {
    text-align: center;
  }
}
@media screen and (min-width: 1080px) {
  .f_info_name {
    text-align: left;
    font-size: 1.8rem;
  }
}

.f_info_address {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .f_info_address {
    justify-content: center;
  }
}
@media screen and (min-width: 1080px) {
  .f_info_address {
    justify-content: flex-start;
  }
}
.f_info_address_tel {
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .f_info_address_tel {
    padding-top: 0.1em;
  }
}
@media screen and (min-width: 1080px) {
  .f_info_address_tel {
    font-size: 1.8rem;
  }
}
.f_info_address_tel a {
  color: #fff;
}
.f_info_address_time {
  margin-left: 10px;
}
@media screen and (min-width: 1080px) {
  .f_info_address_time {
    margin-left: 15px;
  }
}
.f_info_address_time span {
  display: inline-block;
  padding: 0.35em 0.5em 0.3em 0.5em;
  line-height: 1em;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
}
@media screen and (min-width: 1080px) {
  .f_info_address_time span {
    padding: 0.4em 0.5em 0.35em 0.5em;
    position: relative;
    top: -0.05em;
  }
}
.f_info_address_note {
  margin-top: 5px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .f_info_address_note {
    text-align: center;
  }
}
@media screen and (min-width: 1080px) {
  .f_info_address_note {
    line-height: 1.3em;
    text-align: left;
  }
}

.f_info_mail {
  margin-top: 10px;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .f_info_mail {
    text-align: center;
  }
}
@media screen and (min-width: 1080px) {
  .f_info_mail {
    margin-top: 15px;
    text-align: left;
  }
}
.f_info_mail a {
  color: #fff;
}

@media screen and (min-width: 1080px) and (max-width: 1279px) {
  .f_linklist {
    flex: 1;
  }
}
@media screen and (min-width: 1280px) {
  .f_linklist {
    width: 610px;
  }
}

.f_nav {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .f_nav {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1080px) {
  .f_nav {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1280px) {
  .f_nav {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .f_nav_column {
    width: 33.3333333333%;
  }
}
@media screen and (min-width: 1080px) {
  .f_nav_column {
    width: 35%;
  }
  .f_nav_column:nth-child(3) {
    width: 30%;
  }
}
@media screen and (min-width: 1280px) {
  .f_nav_column {
    width: auto;
  }
  .f_nav_column:nth-child(3) {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .f_nav_column._bottom {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .f_nav {
    border-top: 1px solid #707070;
  }
}
@media screen and (min-width: 1080px) {
  .f_nav_list + .f_nav_list {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .f_nav_list + .f_nav_list {
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .f_nav_item {
    border-bottom: 1px solid #707070;
  }
}
@media screen and (min-width: 1080px) {
  .f_nav_item + .f_nav_item {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .f_nav_item + .f_nav_item {
    margin-top: 8px;
  }
}
.f_nav_link {
  position: relative;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  font-weight: 600;
  padding: 0.8em 0px;
  line-height: 1em;
}
@media screen and (min-width: 1280px) {
  .f_nav_link {
    font-size: 1.6rem;
    padding: 0.3em 0px;
  }
}
@media screen and (min-width: 768px) {
  .f_nav_link._toplink {
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .f_nav_link._toplink:after {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    width: 5px;
    height: 5px;
    border-color: #fff;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: rotate(45deg);
    margin-top: -3px;
  }
}
.f_nav_link:hover {
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 1080px) {
  .f_nav_link:hover {
    opacity: 0.6;
  }
}

.f_nav_list._utility .f_nav_item, .f_nav_list._child .f_nav_item {
  border-bottom: 0px solid #fff;
}
.f_nav_list._utility .f_nav_item + .f_nav_item, .f_nav_list._child .f_nav_item + .f_nav_item {
  margin-top: 8px;
}
.f_nav_list._utility .f_nav_link, .f_nav_list._child .f_nav_link {
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.4em 0px;
  width: auto;
  padding-right: 15px;
}
.f_nav_list._utility {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .f_nav_list._utility {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  .f_nav_list._utility .f_nav_item + .f_nav_item {
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .f_nav_list._utility .f_nav_link {
    white-space: nowrap;
  }
}
@media screen and (min-width: 1080px) {
  .f_nav_list._utility .f_nav_link {
    font-size: 1.4rem;
  }
}

.f_nav_bottom {
  margin-top: 50px;
}
@media screen and (min-width: 1080px) {
  .f_nav_bottom {
    margin-top: 80px;
  }
}

.f_nav_bottom_sns {
  display: flex;
  justify-content: center;
}
.f_nav_bottom_sns_item + .f_nav_bottom_sns_item {
  margin-left: 20px;
}

.f_nav_bottom_copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 1.3rem;
}

/* ======================================================
	block
========================================================= */
/* ======================================================
	cta
========================================================= */
#cta_block_ticket .cta_block_ticket_link {
  position: relative;
  overflow: hidden;
  display: block;
  color: #282828;
  padding: 40px 5vw 40px 5vw;
  border-top: 1px solid #D3D3D3;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 768px) {
  #cta_block_ticket .cta_block_ticket_link {
    padding: 50px 30px 50px 30px;
  }
}
#cta_block_ticket .cta_block_ticket_link:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #A9C6BC;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1080px) {
  #cta_block_ticket .cta_block_ticket_link:hover:after {
    opacity: 1;
    transform: translateY(0%);
  }
}

.cta_block_ticket_icon {
  text-align: center;
}
.cta_block_ticket_icon img, .cta_block_ticket_icon svg {
  width: 34px;
}

.cta_block_ticket_text {
  text-align: center;
  margin-top: 15px;
}
.cta_block_ticket_text span {
  position: relative;
  color: #282828;
  font-weight: 600;
  font-size: 4.2666666667vw;
  line-height: 1.5em;
  padding-right: 1em;
}
@media screen and (min-width: 768px) {
  .cta_block_ticket_text span {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .cta_block_ticket_text span {
    font-size: 2rem;
  }
}
.cta_block_ticket_text span:after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  width: 5px;
  height: 5px;
  border-color: #282828;
  border-width: 2px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .cta_block_ticket_text span:after {
    margin-top: -3px;
  }
}

/* =============================================
- headline
================================================ */
#headline {
  padding: 110px 5vw 20px 5vw;
  border-bottom: 1px solid #D3D3D3;
}
@media screen and (min-width: 768px) {
  #headline {
    padding: 150px 30px 20px 30px;
  }
}
@media screen and (min-width: 1080px) {
  #headline {
    padding: 170px 40px 25px 40px;
  }
}
#headline .headline_en img {
  width: auto;
  height: 24px;
}
#headline .headline_title {
  max-width: 1100px;
  margin: 0px auto;
}
#headline .headline_title img {
  width: auto;
}
@media screen and (max-width: 767px) {
  #headline .headline_title img {
    height: 54px;
  }
}
#headline .headline_flex {
  max-width: 1100px;
  margin: 0px auto;
}
@media screen and (min-width: 1080px) {
  #headline .headline_flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media screen and (min-width: 1080px) {
  #headline .headline_flex .headline_title {
    margin: 0px;
  }
}
#headline .headline_flex .headline_intro_text {
  margin-top: 20px;
}
@media screen and (min-width: 1080px) {
  #headline .headline_flex .headline_intro_text {
    margin-top: 0em;
    margin-left: 80px;
    max-width: 800px;
  }
}
@media screen and (min-width: 1280px) {
  #headline .headline_flex .headline_intro_text {
    margin-left: 120px;
  }
}

/* =============================================
- commingsoon
================================================ */
#commingsoon {
  padding: 180px 5vw 110px 5vw;
}
@media screen and (min-width: 768px) {
  #commingsoon {
    padding: 220px 30px 120px 30px;
  }
}
@media screen and (min-width: 1080px) {
  #commingsoon {
    padding: 250px 35px 150px 35px;
  }
}
@media screen and (min-width: 1280px) {
  #commingsoon {
    padding: 280px 40px 180px 40px;
  }
}

.commingsoon_title {
  font-size: 5.3333333333vw;
  margin-top: 0.2em;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  .commingsoon_title {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 1080px) {
  .commingsoon_title {
    font-size: 2rem;
  }
}

.commingsoon_en {
  text-align: center;
  line-height: 1;
  font-weight: 500;
}

.commingsoon_btn {
  text-align: center;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .commingsoon_btn {
    margin-top: 30px;
  }
}

.bottom_border {
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 85%, #FFBB22 0%);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 85%, #FFBB22 0%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(85%, rgba(255, 255, 255, 0)), color-stop(0%, #FFBB22));
  background-image: linear-gradient(rgba(255, 255, 255, 0) 85%, #FFBB22 0%);
}

/* ======================================================
	components
========================================================= */
/* ======================================================
	breadcrumb
========================================================= */
/* ======================================================
	breadcrumb
========================================================= */
#wrapper {
  position: relative;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.breadcrumb .l_inner {
  max-width: 1400px;
  margin: 0px auto;
}

@media screen and (min-width: 768px) {
  .breadcrumb {
    padding: 20px;
    position: absolute;
    left: 0px;
    top: 70px;
    width: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .breadcrumb {
    padding: 20px 30px;
    top: 100px;
  }
}
@media screen and (min-width: 1280px) {
  .breadcrumb {
    top: 110px;
  }
}
@media screen and (min-width: 768px) {
  .breadcrumb_list {
    display: flex;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb_item + .breadcrumb_item {
    position: relative;
    padding-left: 16px;
    margin-left: 8px;
  }
  .breadcrumb_item + .breadcrumb_item:before {
    content: "";
    border-top: 1px solid;
    border-right: 1px solid;
    width: 6px;
    height: 6px;
    border-color: #fff;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: rotate(45deg);
    margin-top: -2px;
  }
}
.breadcrumb_item:last-child .breadcrumb_link {
  cursor: default;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .breadcrumb_ttl {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1em;
    padding: 0.2em 0px;
  }
}

@media screen and (min-width: 1080px) {
  .breadcrumb_link {
    transition: all 0.2s ease-in-out;
  }
  .breadcrumb_link:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 768px) {
  .breadcrumb._black .breadcrumb_item:before {
    border-color: #282828;
  }
  .breadcrumb._black .breadcrumb_link, .breadcrumb._black .breadcrumb_ttl {
    color: #282828;
  }
}

/* ======================================================
	btn
========================================================= */
/* ======================================================
	btn_standard
========================================================= */
.btn_standard {
  border-radius: 40px;
  position: relative;
  display: inline-block;
  color: #fff;
  line-height: 1em;
  width: 100%;
  padding: 1em 0px 0.9em 0px;
  max-width: 290px;
  overflow: hidden;
  transition: all 0.25s ease-in-out;
  text-align: center;
}
.btn_standard .text {
  position: relative;
  z-index: 11;
  font-size: 1.5rem;
  font-weight: 600;
  padding-right: 13px;
  transition: border-color 0.3s;
}
.btn_standard .text:after {
  content: "";
  border-top: 1px solid;
  border-right: 1px solid;
  width: 5px;
  height: 5px;
  border-color: #fff;
  border-width: 2px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.btn_standard:before, .btn_standard:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 40px;
  transition: all 0.25s ease-in-out;
}
.btn_standard:after {
  background-color: #505050;
}
.btn_standard:before {
  background-color: #0050AB;
  transform: translateX(-100%);
  z-index: 11;
}

.btn_standard._black {
  color: #282828;
}
.btn_standard._black .arrow:before {
  background-image: url(../img/icon/arrow_black.svg);
}
.btn_standard._black:after {
  background-color: #282828;
}
.btn_standard._wide {
  max-width: 380px;
}
.btn_standard._back .text {
  padding-right: 0px;
  padding-left: 13px;
}
.btn_standard._back .text:after {
  right: auto;
  left: 0px;
  transform: scale(-1, -1) rotate(45deg);
}
.btn_standard._back:before {
  transform: translateX(100%);
}
.btn_standard._youtube {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 15px;
  line-height: 1.2;
  padding: 0.8em 0;
}
.btn_standard._youtube::before {
  background-color: #fff;
}
.btn_standard._youtube::after {
  background-color: #D62222;
}
.btn_standard._youtube svg {
  position: relative;
  z-index: 12;
  width: 26px;
  height: 19px;
  fill: #fff;
}
.btn_standard._youtube svg path {
  transition: fill 0.3s;
}

@media (hover: hover) and (pointer: fine) {
  .btn_standard:hover:hover {
    color: #fff;
  }
  .btn_standard:hover:hover:before {
    transform: translateX(0%);
  }
}

/* ======================================================
	title
========================================================= */
/* ======================================================
	content_title
========================================================= */
.content_title {
  position: relative;
  margin-bottom: 30px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .content_title {
    margin-bottom: 35px;
    padding-top: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .content_title {
    margin-bottom: 50px;
    padding-top: 25px;
  }
}
.content_title .ja {
  font-weight: 600;
  line-height: 1.4em;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 768px) {
  .content_title .ja {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 1080px) {
  .content_title .ja {
    font-size: 3rem;
  }
}
.content_title:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  left: 0px;
  top: 0px;
}

.content_title._noborder {
  padding-top: 0px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .content_title._noborder {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .content_title._noborder {
    margin-bottom: 20px;
  }
}
.content_title._noborder:before {
  display: none;
}

/* ======================================================
	content_subtitle
========================================================= */
.content_subtitle {
  position: relative;
  margin-bottom: 15px;
  position: relative;
  line-height: 1.4em;
  font-weight: 600;
  font-size: 4.2666666667vw;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .content_subtitle {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1080px) {
  .content_subtitle {
    margin-bottom: 30px;
    letter-spacing: 0.1em;
    font-size: 1.8rem;
  }
}
.content_subtitle:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #707070;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* ======================================================
	content_icontitle
========================================================= */
.content_icontitle {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
}
@media screen and (min-width: 1080px) {
  .content_icontitle {
    margin-bottom: 20px;
  }
}
.content_icontitle .icon {
  width: 40px;
}
@media screen and (min-width: 768px) {
  .content_icontitle .icon {
    width: 50px;
  }
}
.content_icontitle .icon img {
  width: 100%;
}
.content_icontitle .title {
  padding-top: 0.1em;
  padding-left: 20px;
  line-height: 1em;
  font-weight: 600;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  .content_icontitle .title {
    font-size: 1.8rem;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1080px) {
  .content_icontitle .title {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
}

/* ======================================================
	visual
========================================================= */
/* ======================================================
	fv
========================================================= */
#fv {
  overflow: hidden;
}
#fv .fv_inner {
  height: 95vh;
}

/* ======================================================
	page_visual
========================================================= */
#page_visual {
  position: relative;
  overflow: hidden;
}
#page_visual .contents_inner {
  max-width: 100%;
}
#page_visual .page_visual {
  height: 60vw;
}
@media screen and (min-width: 768px) {
  #page_visual .page_visual {
    height: 35vw;
  }
}
@media screen and (min-width: 1080px) {
  #page_visual .page_visual {
    height: 27.6vw;
    max-height: 530px;
  }
}

#page_visual._simulator_bar .page_visual {
  background-size: cover;
  background-position: center center;
  background-image: url(../img/simulator_bar/visual.webp);
}

/* ======================================================
	table
========================================================= */
/* ======================================================
	table_content
========================================================= */
/* ======================================================
	popup
========================================================= */
#popup_ja {
  background-color: rgba(40, 40, 40, 0.7);
  position: fixed;
  top: 0%;
  left: 0%;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}
#popup_ja._open {
  display: block;
}
#popup_ja .popup_container {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  max-width: 600px;
  width: 92%;
  padding: 60px 5vw 20px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  #popup_ja .popup_container {
    padding: 60px 30px 30px;
  }
}
@media screen and (min-width: 1080px) {
  #popup_ja .popup_container {
    padding: 60px 50px 40px;
  }
}
#popup_ja .popup_container .popup_close {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 42px;
  height: 45px;
  padding: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1080px) {
  #popup_ja .popup_container .popup_close {
    right: 40px;
  }
  #popup_ja .popup_container .popup_close:hover {
    cursor: pointer;
  }
}
#popup_ja .popup_container .popup_close span:nth-of-type(1) {
  display: block;
  width: 24.2px;
  height: 2px;
  background-color: #282828;
  transform: rotate(45deg) translate(10%, 50%);
  margin-top: 10px;
}
#popup_ja .popup_container .popup_close span:nth-of-type(2) {
  display: block;
  width: 24.2px;
  height: 2px;
  background-color: #282828;
  transform: rotate(135deg);
}
#popup_ja .popup_container .popup_block .popup_logo {
  width: 100%;
  margin: 0 auto;
}
#popup_ja .popup_container .popup_block .popup_logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
#popup_ja .popup_container .popup_block .popup_title {
  margin-top: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  #popup_ja .popup_container .popup_block .popup_title {
    margin-top: 20px;
  }
}
#popup_ja .popup_container .popup_block .popup_title .popup_title_large {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  #popup_ja .popup_container .popup_block .popup_title .popup_title_large {
    font-size: 3.2rem;
  }
}
#popup_ja .popup_container .popup_block .popup_info_block {
  margin-top: 15px;
}
#popup_ja .popup_container .popup_block .popup_info_block .popup_info_row {
  text-align: center;
}
#popup_ja .popup_container .popup_block .popup_info_block .popup_info_row .popup_info_text {
  font-size: min(3.4666666667vw, 16px);
  font-weight: 700;
  line-height: 1.5;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  #popup_ja .popup_container .popup_block .popup_info_block .popup_info_row .popup_info_text {
    margin-inline: auto;
    font-size: clamp(1.2rem, 2.02vw, 1.7rem);
  }
}
#popup_ja .popup_container .popup_block .popup_info_block .popup_info_row .popup_info_text span {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  #popup_ja .popup_container .popup_block .popup_info_block .popup_info_row .popup_info_text span {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 1080px) {
  #popup_ja .popup_container .popup_block .popup_info_block .popup_info_row .popup_info_text span {
    font-size: 2.6rem;
  }
}
#popup_ja .popup_container .popup_block .btn_area {
  margin: 10px auto 0;
  text-align: center;
  line-height: 1;
}
#popup_ja .popup_container .popup_block .btn_area .btn_standard {
  max-width: 230px;
}
#popup_ja .popup_container .popup_block .btn_area + .popup_title {
  padding-top: 10px;
  border-top: solid 1px rgba(40, 40, 40, 0.7);
}
#popup_ja .popup_container .popup_block .popup_text {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #popup_ja .popup_container .popup_block .popup_text {
    margin-top: 15px;
  }
}
@media screen and (min-width: 1080px) {
  #popup_ja .popup_container .popup_block .popup_text {
    margin-top: 20px;
  }
}
#popup_ja .popup_container .popup_block .popup_text span {
  padding: 0 0.3em;
}

#wrapper {
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
#wrapper.loaded {
  opacity: 1;
}

.f_nav_link {
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .f_nav_item a br {
    display: none;
  }
}
/* ======================================================
	animation
========================================================= */
/* =============================================
- gnav
================================================ */
#global_nav_overlay {
  opacity: 0;
  visibility: hidden;
}

#global_nav {
  opacity: 0;
  visibility: hidden;
}

.global_nav_column {
  opacity: 0;
}

.global_nav_intro {
  opacity: 0;
}

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