@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          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 {
  /* 1 */
  font-size: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --text-color: #222;
  --text-color2: #76881d;
  --text-color3: #ccc;
  --bg-color1: #030024;
  --bg-color2: #707070;
  --bg-color3: #ededed;
  --bg-color4: #cdcdcd;
  --hover-color1: #f1f2ee;
  --thema-color1:#00b4ff;
  --thema-color2:#ff19e7;
  --thema-color1-bg1:#001e5b;
  --thema-color2-bg1:#360022;
  --thema-color1-bg2:#001e5b;
  --thema-color2-bg2:#360022;
}

/*===============================================*
*	commons
*===============================================*/
/* margin
------------------------------------------------*/
.ma0 {
  margin: 0px;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ma5 {
  margin: 5px;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ma10 {
  margin: 10px;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ma15 {
  margin: 15px;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ma20 {
  margin: 20px;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ma25 {
  margin: 25px;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ma30 {
  margin: 30px;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ma35 {
  margin: 35px;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ma40 {
  margin: 40px;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ma45 {
  margin: 45px;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ma50 {
  margin: 50px;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ma55 {
  margin: 55px;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ma60 {
  margin: 60px;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ma65 {
  margin: 65px;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ma70 {
  margin: 70px;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ma75 {
  margin: 75px;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ma80 {
  margin: 80px;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ma85 {
  margin: 85px;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ma90 {
  margin: 90px;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ma95 {
  margin: 95px;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ma100 {
  margin: 100px;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.ma105 {
  margin: 105px;
}

.mt105 {
  margin-top: 105px !important;
}

.mr105 {
  margin-right: 105px !important;
}

.mb105 {
  margin-bottom: 105px !important;
}

.ml105 {
  margin-left: 105px !important;
}

.ma110 {
  margin: 110px;
}

.mt110 {
  margin-top: 110px !important;
}

.mr110 {
  margin-right: 110px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.ml110 {
  margin-left: 110px !important;
}

.ma115 {
  margin: 115px;
}

.mt115 {
  margin-top: 115px !important;
}

.mr115 {
  margin-right: 115px !important;
}

.mb115 {
  margin-bottom: 115px !important;
}

.ml115 {
  margin-left: 115px !important;
}

.ma120 {
  margin: 120px;
}

.mt120 {
  margin-top: 120px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ma125 {
  margin: 125px;
}

.mt125 {
  margin-top: 125px !important;
}

.mr125 {
  margin-right: 125px !important;
}

.mb125 {
  margin-bottom: 125px !important;
}

.ml125 {
  margin-left: 125px !important;
}

.ma130 {
  margin: 130px;
}

.mt130 {
  margin-top: 130px !important;
}

.mr130 {
  margin-right: 130px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.ml130 {
  margin-left: 130px !important;
}

.ma135 {
  margin: 135px;
}

.mt135 {
  margin-top: 135px !important;
}

.mr135 {
  margin-right: 135px !important;
}

.mb135 {
  margin-bottom: 135px !important;
}

.ml135 {
  margin-left: 135px !important;
}

.ma140 {
  margin: 140px;
}

.mt140 {
  margin-top: 140px !important;
}

.mr140 {
  margin-right: 140px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.ml140 {
  margin-left: 140px !important;
}

.ma145 {
  margin: 145px;
}

.mt145 {
  margin-top: 145px !important;
}

.mr145 {
  margin-right: 145px !important;
}

.mb145 {
  margin-bottom: 145px !important;
}

.ml145 {
  margin-left: 145px !important;
}

.ma150 {
  margin: 150px;
}

.mt150 {
  margin-top: 150px !important;
}

.mr150 {
  margin-right: 150px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.ml150 {
  margin-left: 150px !important;
}

.ma155 {
  margin: 155px;
}

.mt155 {
  margin-top: 155px !important;
}

.mr155 {
  margin-right: 155px !important;
}

.mb155 {
  margin-bottom: 155px !important;
}

.ml155 {
  margin-left: 155px !important;
}

.ma160 {
  margin: 160px;
}

.mt160 {
  margin-top: 160px !important;
}

.mr160 {
  margin-right: 160px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.ml160 {
  margin-left: 160px !important;
}

.ma165 {
  margin: 165px;
}

.mt165 {
  margin-top: 165px !important;
}

.mr165 {
  margin-right: 165px !important;
}

.mb165 {
  margin-bottom: 165px !important;
}

.ml165 {
  margin-left: 165px !important;
}

.ma170 {
  margin: 170px;
}

.mt170 {
  margin-top: 170px !important;
}

.mr170 {
  margin-right: 170px !important;
}

.mb170 {
  margin-bottom: 170px !important;
}

.ml170 {
  margin-left: 170px !important;
}

.ma175 {
  margin: 175px;
}

.mt175 {
  margin-top: 175px !important;
}

.mr175 {
  margin-right: 175px !important;
}

.mb175 {
  margin-bottom: 175px !important;
}

.ml175 {
  margin-left: 175px !important;
}

.ma180 {
  margin: 180px;
}

.mt180 {
  margin-top: 180px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.ma185 {
  margin: 185px;
}

.mt185 {
  margin-top: 185px !important;
}

.mr185 {
  margin-right: 185px !important;
}

.mb185 {
  margin-bottom: 185px !important;
}

.ml185 {
  margin-left: 185px !important;
}

.ma190 {
  margin: 190px;
}

.mt190 {
  margin-top: 190px !important;
}

.mr190 {
  margin-right: 190px !important;
}

.mb190 {
  margin-bottom: 190px !important;
}

.ml190 {
  margin-left: 190px !important;
}

.ma195 {
  margin: 195px;
}

.mt195 {
  margin-top: 195px !important;
}

.mr195 {
  margin-right: 195px !important;
}

.mb195 {
  margin-bottom: 195px !important;
}

.ml195 {
  margin-left: 195px !important;
}

.ma200 {
  margin: 200px;
}

.mt200 {
  margin-top: 200px !important;
}

.mr200 {
  margin-right: 200px !important;
}

.mb200 {
  margin-bottom: 200px !important;
}

.ml200 {
  margin-left: 200px !important;
}

@media (max-width: 950px) {
  .sma0 {
    margin: 0px;
  }
  .smt0 {
    margin-top: 0px !important;
  }
  .smr0 {
    margin-right: 0px !important;
  }
  .smb0 {
    margin-bottom: 0px !important;
  }
  .sml0 {
    margin-left: 0px !important;
  }
  .sma5 {
    margin: 5px;
  }
  .smt5 {
    margin-top: 5px !important;
  }
  .smr5 {
    margin-right: 5px !important;
  }
  .smb5 {
    margin-bottom: 5px !important;
  }
  .sml5 {
    margin-left: 5px !important;
  }
  .sma10 {
    margin: 10px;
  }
  .smt10 {
    margin-top: 10px !important;
  }
  .smr10 {
    margin-right: 10px !important;
  }
  .smb10 {
    margin-bottom: 10px !important;
  }
  .sml10 {
    margin-left: 10px !important;
  }
  .sma15 {
    margin: 15px;
  }
  .smt15 {
    margin-top: 15px !important;
  }
  .smr15 {
    margin-right: 15px !important;
  }
  .smb15 {
    margin-bottom: 15px !important;
  }
  .sml15 {
    margin-left: 15px !important;
  }
  .sma20 {
    margin: 20px;
  }
  .smt20 {
    margin-top: 20px !important;
  }
  .smr20 {
    margin-right: 20px !important;
  }
  .smb20 {
    margin-bottom: 20px !important;
  }
  .sml20 {
    margin-left: 20px !important;
  }
  .sma25 {
    margin: 25px;
  }
  .smt25 {
    margin-top: 25px !important;
  }
  .smr25 {
    margin-right: 25px !important;
  }
  .smb25 {
    margin-bottom: 25px !important;
  }
  .sml25 {
    margin-left: 25px !important;
  }
  .sma30 {
    margin: 30px;
  }
  .smt30 {
    margin-top: 30px !important;
  }
  .smr30 {
    margin-right: 30px !important;
  }
  .smb30 {
    margin-bottom: 30px !important;
  }
  .sml30 {
    margin-left: 30px !important;
  }
  .sma35 {
    margin: 35px;
  }
  .smt35 {
    margin-top: 35px !important;
  }
  .smr35 {
    margin-right: 35px !important;
  }
  .smb35 {
    margin-bottom: 35px !important;
  }
  .sml35 {
    margin-left: 35px !important;
  }
  .sma40 {
    margin: 40px;
  }
  .smt40 {
    margin-top: 40px !important;
  }
  .smr40 {
    margin-right: 40px !important;
  }
  .smb40 {
    margin-bottom: 40px !important;
  }
  .sml40 {
    margin-left: 40px !important;
  }
  .sma45 {
    margin: 45px;
  }
  .smt45 {
    margin-top: 45px !important;
  }
  .smr45 {
    margin-right: 45px !important;
  }
  .smb45 {
    margin-bottom: 45px !important;
  }
  .sml45 {
    margin-left: 45px !important;
  }
  .sma50 {
    margin: 50px;
  }
  .smt50 {
    margin-top: 50px !important;
  }
  .smr50 {
    margin-right: 50px !important;
  }
  .smb50 {
    margin-bottom: 50px !important;
  }
  .sml50 {
    margin-left: 50px !important;
  }
  .sma55 {
    margin: 55px;
  }
  .smt55 {
    margin-top: 55px !important;
  }
  .smr55 {
    margin-right: 55px !important;
  }
  .smb55 {
    margin-bottom: 55px !important;
  }
  .sml55 {
    margin-left: 55px !important;
  }
  .sma60 {
    margin: 60px;
  }
  .smt60 {
    margin-top: 60px !important;
  }
  .smr60 {
    margin-right: 60px !important;
  }
  .smb60 {
    margin-bottom: 60px !important;
  }
  .sml60 {
    margin-left: 60px !important;
  }
  .sma65 {
    margin: 65px;
  }
  .smt65 {
    margin-top: 65px !important;
  }
  .smr65 {
    margin-right: 65px !important;
  }
  .smb65 {
    margin-bottom: 65px !important;
  }
  .sml65 {
    margin-left: 65px !important;
  }
  .sma70 {
    margin: 70px;
  }
  .smt70 {
    margin-top: 70px !important;
  }
  .smr70 {
    margin-right: 70px !important;
  }
  .smb70 {
    margin-bottom: 70px !important;
  }
  .sml70 {
    margin-left: 70px !important;
  }
  .sma75 {
    margin: 75px;
  }
  .smt75 {
    margin-top: 75px !important;
  }
  .smr75 {
    margin-right: 75px !important;
  }
  .smb75 {
    margin-bottom: 75px !important;
  }
  .sml75 {
    margin-left: 75px !important;
  }
  .sma80 {
    margin: 80px;
  }
  .smt80 {
    margin-top: 80px !important;
  }
  .smr80 {
    margin-right: 80px !important;
  }
  .smb80 {
    margin-bottom: 80px !important;
  }
  .sml80 {
    margin-left: 80px !important;
  }
  .sma85 {
    margin: 85px;
  }
  .smt85 {
    margin-top: 85px !important;
  }
  .smr85 {
    margin-right: 85px !important;
  }
  .smb85 {
    margin-bottom: 85px !important;
  }
  .sml85 {
    margin-left: 85px !important;
  }
  .sma90 {
    margin: 90px;
  }
  .smt90 {
    margin-top: 90px !important;
  }
  .smr90 {
    margin-right: 90px !important;
  }
  .smb90 {
    margin-bottom: 90px !important;
  }
  .sml90 {
    margin-left: 90px !important;
  }
  .sma95 {
    margin: 95px;
  }
  .smt95 {
    margin-top: 95px !important;
  }
  .smr95 {
    margin-right: 95px !important;
  }
  .smb95 {
    margin-bottom: 95px !important;
  }
  .sml95 {
    margin-left: 95px !important;
  }
  .sma100 {
    margin: 100px;
  }
  .smt100 {
    margin-top: 100px !important;
  }
  .smr100 {
    margin-right: 100px !important;
  }
  .smb100 {
    margin-bottom: 100px !important;
  }
  .sml100 {
    margin-left: 100px !important;
  }
  .sma105 {
    margin: 105px;
  }
  .smt105 {
    margin-top: 105px !important;
  }
  .smr105 {
    margin-right: 105px !important;
  }
  .smb105 {
    margin-bottom: 105px !important;
  }
  .sml105 {
    margin-left: 105px !important;
  }
  .sma110 {
    margin: 110px;
  }
  .smt110 {
    margin-top: 110px !important;
  }
  .smr110 {
    margin-right: 110px !important;
  }
  .smb110 {
    margin-bottom: 110px !important;
  }
  .sml110 {
    margin-left: 110px !important;
  }
  .sma115 {
    margin: 115px;
  }
  .smt115 {
    margin-top: 115px !important;
  }
  .smr115 {
    margin-right: 115px !important;
  }
  .smb115 {
    margin-bottom: 115px !important;
  }
  .sml115 {
    margin-left: 115px !important;
  }
  .sma120 {
    margin: 120px;
  }
  .smt120 {
    margin-top: 120px !important;
  }
  .smr120 {
    margin-right: 120px !important;
  }
  .smb120 {
    margin-bottom: 120px !important;
  }
  .sml120 {
    margin-left: 120px !important;
  }
  .sma125 {
    margin: 125px;
  }
  .smt125 {
    margin-top: 125px !important;
  }
  .smr125 {
    margin-right: 125px !important;
  }
  .smb125 {
    margin-bottom: 125px !important;
  }
  .sml125 {
    margin-left: 125px !important;
  }
  .sma130 {
    margin: 130px;
  }
  .smt130 {
    margin-top: 130px !important;
  }
  .smr130 {
    margin-right: 130px !important;
  }
  .smb130 {
    margin-bottom: 130px !important;
  }
  .sml130 {
    margin-left: 130px !important;
  }
  .sma135 {
    margin: 135px;
  }
  .smt135 {
    margin-top: 135px !important;
  }
  .smr135 {
    margin-right: 135px !important;
  }
  .smb135 {
    margin-bottom: 135px !important;
  }
  .sml135 {
    margin-left: 135px !important;
  }
  .sma140 {
    margin: 140px;
  }
  .smt140 {
    margin-top: 140px !important;
  }
  .smr140 {
    margin-right: 140px !important;
  }
  .smb140 {
    margin-bottom: 140px !important;
  }
  .sml140 {
    margin-left: 140px !important;
  }
  .sma145 {
    margin: 145px;
  }
  .smt145 {
    margin-top: 145px !important;
  }
  .smr145 {
    margin-right: 145px !important;
  }
  .smb145 {
    margin-bottom: 145px !important;
  }
  .sml145 {
    margin-left: 145px !important;
  }
  .sma150 {
    margin: 150px;
  }
  .smt150 {
    margin-top: 150px !important;
  }
  .smr150 {
    margin-right: 150px !important;
  }
  .smb150 {
    margin-bottom: 150px !important;
  }
  .sml150 {
    margin-left: 150px !important;
  }
  .sma155 {
    margin: 155px;
  }
  .smt155 {
    margin-top: 155px !important;
  }
  .smr155 {
    margin-right: 155px !important;
  }
  .smb155 {
    margin-bottom: 155px !important;
  }
  .sml155 {
    margin-left: 155px !important;
  }
  .sma160 {
    margin: 160px;
  }
  .smt160 {
    margin-top: 160px !important;
  }
  .smr160 {
    margin-right: 160px !important;
  }
  .smb160 {
    margin-bottom: 160px !important;
  }
  .sml160 {
    margin-left: 160px !important;
  }
  .sma165 {
    margin: 165px;
  }
  .smt165 {
    margin-top: 165px !important;
  }
  .smr165 {
    margin-right: 165px !important;
  }
  .smb165 {
    margin-bottom: 165px !important;
  }
  .sml165 {
    margin-left: 165px !important;
  }
  .sma170 {
    margin: 170px;
  }
  .smt170 {
    margin-top: 170px !important;
  }
  .smr170 {
    margin-right: 170px !important;
  }
  .smb170 {
    margin-bottom: 170px !important;
  }
  .sml170 {
    margin-left: 170px !important;
  }
  .sma175 {
    margin: 175px;
  }
  .smt175 {
    margin-top: 175px !important;
  }
  .smr175 {
    margin-right: 175px !important;
  }
  .smb175 {
    margin-bottom: 175px !important;
  }
  .sml175 {
    margin-left: 175px !important;
  }
  .sma180 {
    margin: 180px;
  }
  .smt180 {
    margin-top: 180px !important;
  }
  .smr180 {
    margin-right: 180px !important;
  }
  .smb180 {
    margin-bottom: 180px !important;
  }
  .sml180 {
    margin-left: 180px !important;
  }
  .sma185 {
    margin: 185px;
  }
  .smt185 {
    margin-top: 185px !important;
  }
  .smr185 {
    margin-right: 185px !important;
  }
  .smb185 {
    margin-bottom: 185px !important;
  }
  .sml185 {
    margin-left: 185px !important;
  }
  .sma190 {
    margin: 190px;
  }
  .smt190 {
    margin-top: 190px !important;
  }
  .smr190 {
    margin-right: 190px !important;
  }
  .smb190 {
    margin-bottom: 190px !important;
  }
  .sml190 {
    margin-left: 190px !important;
  }
  .sma195 {
    margin: 195px;
  }
  .smt195 {
    margin-top: 195px !important;
  }
  .smr195 {
    margin-right: 195px !important;
  }
  .smb195 {
    margin-bottom: 195px !important;
  }
  .sml195 {
    margin-left: 195px !important;
  }
  .sma200 {
    margin: 200px;
  }
  .smt200 {
    margin-top: 200px !important;
  }
  .smr200 {
    margin-right: 200px !important;
  }
  .smb200 {
    margin-bottom: 200px !important;
  }
  .sml200 {
    margin-left: 200px !important;
  }
}
/* padding
------------------------------------------------*/
.pa0 {
  padding: 0px;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pa5 {
  padding: 5px;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pa10 {
  padding: 10px;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pa15 {
  padding: 15px;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pa20 {
  padding: 20px;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pa25 {
  padding: 25px;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pa30 {
  padding: 30px;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pa35 {
  padding: 35px;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pa40 {
  padding: 40px;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pa45 {
  padding: 45px;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pa50 {
  padding: 50px;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pa55 {
  padding: 55px;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pa60 {
  padding: 60px;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pa65 {
  padding: 65px;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pa70 {
  padding: 70px;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pa75 {
  padding: 75px;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pa80 {
  padding: 80px;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pa85 {
  padding: 85px;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pa90 {
  padding: 90px;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pa95 {
  padding: 95px;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pa100 {
  padding: 100px;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pa105 {
  padding: 105px;
}

.pt105 {
  padding-top: 105px !important;
}

.pr105 {
  padding-right: 105px !important;
}

.pb105 {
  padding-bottom: 105px !important;
}

.pl105 {
  padding-left: 105px !important;
}

.pa110 {
  padding: 110px;
}

.pt110 {
  padding-top: 110px !important;
}

.pr110 {
  padding-right: 110px !important;
}

.pb110 {
  padding-bottom: 110px !important;
}

.pl110 {
  padding-left: 110px !important;
}

.pa115 {
  padding: 115px;
}

.pt115 {
  padding-top: 115px !important;
}

.pr115 {
  padding-right: 115px !important;
}

.pb115 {
  padding-bottom: 115px !important;
}

.pl115 {
  padding-left: 115px !important;
}

.pa120 {
  padding: 120px;
}

.pt120 {
  padding-top: 120px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pa125 {
  padding: 125px;
}

.pt125 {
  padding-top: 125px !important;
}

.pr125 {
  padding-right: 125px !important;
}

.pb125 {
  padding-bottom: 125px !important;
}

.pl125 {
  padding-left: 125px !important;
}

.pa130 {
  padding: 130px;
}

.pt130 {
  padding-top: 130px !important;
}

.pr130 {
  padding-right: 130px !important;
}

.pb130 {
  padding-bottom: 130px !important;
}

.pl130 {
  padding-left: 130px !important;
}

.pa135 {
  padding: 135px;
}

.pt135 {
  padding-top: 135px !important;
}

.pr135 {
  padding-right: 135px !important;
}

.pb135 {
  padding-bottom: 135px !important;
}

.pl135 {
  padding-left: 135px !important;
}

.pa140 {
  padding: 140px;
}

.pt140 {
  padding-top: 140px !important;
}

.pr140 {
  padding-right: 140px !important;
}

.pb140 {
  padding-bottom: 140px !important;
}

.pl140 {
  padding-left: 140px !important;
}

.pa145 {
  padding: 145px;
}

.pt145 {
  padding-top: 145px !important;
}

.pr145 {
  padding-right: 145px !important;
}

.pb145 {
  padding-bottom: 145px !important;
}

.pl145 {
  padding-left: 145px !important;
}

.pa150 {
  padding: 150px;
}

.pt150 {
  padding-top: 150px !important;
}

.pr150 {
  padding-right: 150px !important;
}

.pb150 {
  padding-bottom: 150px !important;
}

.pl150 {
  padding-left: 150px !important;
}

.pa155 {
  padding: 155px;
}

.pt155 {
  padding-top: 155px !important;
}

.pr155 {
  padding-right: 155px !important;
}

.pb155 {
  padding-bottom: 155px !important;
}

.pl155 {
  padding-left: 155px !important;
}

.pa160 {
  padding: 160px;
}

.pt160 {
  padding-top: 160px !important;
}

.pr160 {
  padding-right: 160px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.pl160 {
  padding-left: 160px !important;
}

.pa165 {
  padding: 165px;
}

.pt165 {
  padding-top: 165px !important;
}

.pr165 {
  padding-right: 165px !important;
}

.pb165 {
  padding-bottom: 165px !important;
}

.pl165 {
  padding-left: 165px !important;
}

.pa170 {
  padding: 170px;
}

.pt170 {
  padding-top: 170px !important;
}

.pr170 {
  padding-right: 170px !important;
}

.pb170 {
  padding-bottom: 170px !important;
}

.pl170 {
  padding-left: 170px !important;
}

.pa175 {
  padding: 175px;
}

.pt175 {
  padding-top: 175px !important;
}

.pr175 {
  padding-right: 175px !important;
}

.pb175 {
  padding-bottom: 175px !important;
}

.pl175 {
  padding-left: 175px !important;
}

.pa180 {
  padding: 180px;
}

.pt180 {
  padding-top: 180px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pa185 {
  padding: 185px;
}

.pt185 {
  padding-top: 185px !important;
}

.pr185 {
  padding-right: 185px !important;
}

.pb185 {
  padding-bottom: 185px !important;
}

.pl185 {
  padding-left: 185px !important;
}

.pa190 {
  padding: 190px;
}

.pt190 {
  padding-top: 190px !important;
}

.pr190 {
  padding-right: 190px !important;
}

.pb190 {
  padding-bottom: 190px !important;
}

.pl190 {
  padding-left: 190px !important;
}

.pa195 {
  padding: 195px;
}

.pt195 {
  padding-top: 195px !important;
}

.pr195 {
  padding-right: 195px !important;
}

.pb195 {
  padding-bottom: 195px !important;
}

.pl195 {
  padding-left: 195px !important;
}

.pa200 {
  padding: 200px;
}

.pt200 {
  padding-top: 200px !important;
}

.pr200 {
  padding-right: 200px !important;
}

.pb200 {
  padding-bottom: 200px !important;
}

.pl200 {
  padding-left: 200px !important;
}

@media (max-width: 950px) {
  .spa0 {
    padding: 0px;
  }
  .spt0 {
    padding-top: 0px !important;
  }
  .spr0 {
    padding-right: 0px !important;
  }
  .spb0 {
    padding-bottom: 0px !important;
  }
  .spl0 {
    padding-left: 0px !important;
  }
  .spa5 {
    padding: 5px;
  }
  .spt5 {
    padding-top: 5px !important;
  }
  .spr5 {
    padding-right: 5px !important;
  }
  .spb5 {
    padding-bottom: 5px !important;
  }
  .spl5 {
    padding-left: 5px !important;
  }
  .spa10 {
    padding: 10px;
  }
  .spt10 {
    padding-top: 10px !important;
  }
  .spr10 {
    padding-right: 10px !important;
  }
  .spb10 {
    padding-bottom: 10px !important;
  }
  .spl10 {
    padding-left: 10px !important;
  }
  .spa15 {
    padding: 15px;
  }
  .spt15 {
    padding-top: 15px !important;
  }
  .spr15 {
    padding-right: 15px !important;
  }
  .spb15 {
    padding-bottom: 15px !important;
  }
  .spl15 {
    padding-left: 15px !important;
  }
  .spa20 {
    padding: 20px;
  }
  .spt20 {
    padding-top: 20px !important;
  }
  .spr20 {
    padding-right: 20px !important;
  }
  .spb20 {
    padding-bottom: 20px !important;
  }
  .spl20 {
    padding-left: 20px !important;
  }
  .spa25 {
    padding: 25px;
  }
  .spt25 {
    padding-top: 25px !important;
  }
  .spr25 {
    padding-right: 25px !important;
  }
  .spb25 {
    padding-bottom: 25px !important;
  }
  .spl25 {
    padding-left: 25px !important;
  }
  .spa30 {
    padding: 30px;
  }
  .spt30 {
    padding-top: 30px !important;
  }
  .spr30 {
    padding-right: 30px !important;
  }
  .spb30 {
    padding-bottom: 30px !important;
  }
  .spl30 {
    padding-left: 30px !important;
  }
  .spa35 {
    padding: 35px;
  }
  .spt35 {
    padding-top: 35px !important;
  }
  .spr35 {
    padding-right: 35px !important;
  }
  .spb35 {
    padding-bottom: 35px !important;
  }
  .spl35 {
    padding-left: 35px !important;
  }
  .spa40 {
    padding: 40px;
  }
  .spt40 {
    padding-top: 40px !important;
  }
  .spr40 {
    padding-right: 40px !important;
  }
  .spb40 {
    padding-bottom: 40px !important;
  }
  .spl40 {
    padding-left: 40px !important;
  }
  .spa45 {
    padding: 45px;
  }
  .spt45 {
    padding-top: 45px !important;
  }
  .spr45 {
    padding-right: 45px !important;
  }
  .spb45 {
    padding-bottom: 45px !important;
  }
  .spl45 {
    padding-left: 45px !important;
  }
  .spa50 {
    padding: 50px;
  }
  .spt50 {
    padding-top: 50px !important;
  }
  .spr50 {
    padding-right: 50px !important;
  }
  .spb50 {
    padding-bottom: 50px !important;
  }
  .spl50 {
    padding-left: 50px !important;
  }
  .spa55 {
    padding: 55px;
  }
  .spt55 {
    padding-top: 55px !important;
  }
  .spr55 {
    padding-right: 55px !important;
  }
  .spb55 {
    padding-bottom: 55px !important;
  }
  .spl55 {
    padding-left: 55px !important;
  }
  .spa60 {
    padding: 60px;
  }
  .spt60 {
    padding-top: 60px !important;
  }
  .spr60 {
    padding-right: 60px !important;
  }
  .spb60 {
    padding-bottom: 60px !important;
  }
  .spl60 {
    padding-left: 60px !important;
  }
  .spa65 {
    padding: 65px;
  }
  .spt65 {
    padding-top: 65px !important;
  }
  .spr65 {
    padding-right: 65px !important;
  }
  .spb65 {
    padding-bottom: 65px !important;
  }
  .spl65 {
    padding-left: 65px !important;
  }
  .spa70 {
    padding: 70px;
  }
  .spt70 {
    padding-top: 70px !important;
  }
  .spr70 {
    padding-right: 70px !important;
  }
  .spb70 {
    padding-bottom: 70px !important;
  }
  .spl70 {
    padding-left: 70px !important;
  }
  .spa75 {
    padding: 75px;
  }
  .spt75 {
    padding-top: 75px !important;
  }
  .spr75 {
    padding-right: 75px !important;
  }
  .spb75 {
    padding-bottom: 75px !important;
  }
  .spl75 {
    padding-left: 75px !important;
  }
  .spa80 {
    padding: 80px;
  }
  .spt80 {
    padding-top: 80px !important;
  }
  .spr80 {
    padding-right: 80px !important;
  }
  .spb80 {
    padding-bottom: 80px !important;
  }
  .spl80 {
    padding-left: 80px !important;
  }
  .spa85 {
    padding: 85px;
  }
  .spt85 {
    padding-top: 85px !important;
  }
  .spr85 {
    padding-right: 85px !important;
  }
  .spb85 {
    padding-bottom: 85px !important;
  }
  .spl85 {
    padding-left: 85px !important;
  }
  .spa90 {
    padding: 90px;
  }
  .spt90 {
    padding-top: 90px !important;
  }
  .spr90 {
    padding-right: 90px !important;
  }
  .spb90 {
    padding-bottom: 90px !important;
  }
  .spl90 {
    padding-left: 90px !important;
  }
  .spa95 {
    padding: 95px;
  }
  .spt95 {
    padding-top: 95px !important;
  }
  .spr95 {
    padding-right: 95px !important;
  }
  .spb95 {
    padding-bottom: 95px !important;
  }
  .spl95 {
    padding-left: 95px !important;
  }
  .spa100 {
    padding: 100px;
  }
  .spt100 {
    padding-top: 100px !important;
  }
  .spr100 {
    padding-right: 100px !important;
  }
  .spb100 {
    padding-bottom: 100px !important;
  }
  .spl100 {
    padding-left: 100px !important;
  }
  .spa105 {
    padding: 105px;
  }
  .spt105 {
    padding-top: 105px !important;
  }
  .spr105 {
    padding-right: 105px !important;
  }
  .spb105 {
    padding-bottom: 105px !important;
  }
  .spl105 {
    padding-left: 105px !important;
  }
  .spa110 {
    padding: 110px;
  }
  .spt110 {
    padding-top: 110px !important;
  }
  .spr110 {
    padding-right: 110px !important;
  }
  .spb110 {
    padding-bottom: 110px !important;
  }
  .spl110 {
    padding-left: 110px !important;
  }
  .spa115 {
    padding: 115px;
  }
  .spt115 {
    padding-top: 115px !important;
  }
  .spr115 {
    padding-right: 115px !important;
  }
  .spb115 {
    padding-bottom: 115px !important;
  }
  .spl115 {
    padding-left: 115px !important;
  }
  .spa120 {
    padding: 120px;
  }
  .spt120 {
    padding-top: 120px !important;
  }
  .spr120 {
    padding-right: 120px !important;
  }
  .spb120 {
    padding-bottom: 120px !important;
  }
  .spl120 {
    padding-left: 120px !important;
  }
  .spa125 {
    padding: 125px;
  }
  .spt125 {
    padding-top: 125px !important;
  }
  .spr125 {
    padding-right: 125px !important;
  }
  .spb125 {
    padding-bottom: 125px !important;
  }
  .spl125 {
    padding-left: 125px !important;
  }
  .spa130 {
    padding: 130px;
  }
  .spt130 {
    padding-top: 130px !important;
  }
  .spr130 {
    padding-right: 130px !important;
  }
  .spb130 {
    padding-bottom: 130px !important;
  }
  .spl130 {
    padding-left: 130px !important;
  }
  .spa135 {
    padding: 135px;
  }
  .spt135 {
    padding-top: 135px !important;
  }
  .spr135 {
    padding-right: 135px !important;
  }
  .spb135 {
    padding-bottom: 135px !important;
  }
  .spl135 {
    padding-left: 135px !important;
  }
  .spa140 {
    padding: 140px;
  }
  .spt140 {
    padding-top: 140px !important;
  }
  .spr140 {
    padding-right: 140px !important;
  }
  .spb140 {
    padding-bottom: 140px !important;
  }
  .spl140 {
    padding-left: 140px !important;
  }
  .spa145 {
    padding: 145px;
  }
  .spt145 {
    padding-top: 145px !important;
  }
  .spr145 {
    padding-right: 145px !important;
  }
  .spb145 {
    padding-bottom: 145px !important;
  }
  .spl145 {
    padding-left: 145px !important;
  }
  .spa150 {
    padding: 150px;
  }
  .spt150 {
    padding-top: 150px !important;
  }
  .spr150 {
    padding-right: 150px !important;
  }
  .spb150 {
    padding-bottom: 150px !important;
  }
  .spl150 {
    padding-left: 150px !important;
  }
  .spa155 {
    padding: 155px;
  }
  .spt155 {
    padding-top: 155px !important;
  }
  .spr155 {
    padding-right: 155px !important;
  }
  .spb155 {
    padding-bottom: 155px !important;
  }
  .spl155 {
    padding-left: 155px !important;
  }
  .spa160 {
    padding: 160px;
  }
  .spt160 {
    padding-top: 160px !important;
  }
  .spr160 {
    padding-right: 160px !important;
  }
  .spb160 {
    padding-bottom: 160px !important;
  }
  .spl160 {
    padding-left: 160px !important;
  }
  .spa165 {
    padding: 165px;
  }
  .spt165 {
    padding-top: 165px !important;
  }
  .spr165 {
    padding-right: 165px !important;
  }
  .spb165 {
    padding-bottom: 165px !important;
  }
  .spl165 {
    padding-left: 165px !important;
  }
  .spa170 {
    padding: 170px;
  }
  .spt170 {
    padding-top: 170px !important;
  }
  .spr170 {
    padding-right: 170px !important;
  }
  .spb170 {
    padding-bottom: 170px !important;
  }
  .spl170 {
    padding-left: 170px !important;
  }
  .spa175 {
    padding: 175px;
  }
  .spt175 {
    padding-top: 175px !important;
  }
  .spr175 {
    padding-right: 175px !important;
  }
  .spb175 {
    padding-bottom: 175px !important;
  }
  .spl175 {
    padding-left: 175px !important;
  }
  .spa180 {
    padding: 180px;
  }
  .spt180 {
    padding-top: 180px !important;
  }
  .spr180 {
    padding-right: 180px !important;
  }
  .spb180 {
    padding-bottom: 180px !important;
  }
  .spl180 {
    padding-left: 180px !important;
  }
  .spa185 {
    padding: 185px;
  }
  .spt185 {
    padding-top: 185px !important;
  }
  .spr185 {
    padding-right: 185px !important;
  }
  .spb185 {
    padding-bottom: 185px !important;
  }
  .spl185 {
    padding-left: 185px !important;
  }
  .spa190 {
    padding: 190px;
  }
  .spt190 {
    padding-top: 190px !important;
  }
  .spr190 {
    padding-right: 190px !important;
  }
  .spb190 {
    padding-bottom: 190px !important;
  }
  .spl190 {
    padding-left: 190px !important;
  }
  .spa195 {
    padding: 195px;
  }
  .spt195 {
    padding-top: 195px !important;
  }
  .spr195 {
    padding-right: 195px !important;
  }
  .spb195 {
    padding-bottom: 195px !important;
  }
  .spl195 {
    padding-left: 195px !important;
  }
  .spa200 {
    padding: 200px;
  }
  .spt200 {
    padding-top: 200px !important;
  }
  .spr200 {
    padding-right: 200px !important;
  }
  .spb200 {
    padding-bottom: 200px !important;
  }
  .spl200 {
    padding-left: 200px !important;
  }
}
/* border-radius
------------------------------------------------*/
@media (min-width: 1025px) {
  .rounded-0 {
    border-radius: 0px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-0 {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-0 {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-0 {
    border-radius: 0px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-0 {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-0 {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}

@media (min-width: 1025px) {
  .rounded-5 {
    border-radius: 5px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-5 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-5 {
    border-radius: 5px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-5 {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-5 {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
}

@media (min-width: 1025px) {
  .rounded-10 {
    border-radius: 10px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-10 {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-10 {
    border-radius: 10px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-10 {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-10 {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

@media (min-width: 1025px) {
  .rounded-15 {
    border-radius: 15px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-15 {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-15 {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-15 {
    border-radius: 15px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-15 {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-15 {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

@media (min-width: 1025px) {
  .rounded-20 {
    border-radius: 20px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-20 {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-20 {
    border-radius: 20px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-20 {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-20 {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}

@media (min-width: 1025px) {
  .rounded-25 {
    border-radius: 25px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-25 {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-25 {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-25 {
    border-radius: 25px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-25 {
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-25 {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}

@media (min-width: 1025px) {
  .rounded-30 {
    border-radius: 30px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-30 {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-30 {
    border-radius: 30px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-30 {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-30 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

@media (min-width: 1025px) {
  .rounded-35 {
    border-radius: 35px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-35 {
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-35 {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-35 {
    border-radius: 35px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-35 {
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-35 {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }
}

@media (min-width: 1025px) {
  .rounded-40 {
    border-radius: 40px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-40 {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-40 {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-40 {
    border-radius: 40px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-40 {
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-40 {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
  }
}

@media (min-width: 1025px) {
  .rounded-45 {
    border-radius: 45px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-45 {
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-45 {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-45 {
    border-radius: 45px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-45 {
    border-top-right-radius: 45px;
    border-top-left-radius: 45px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-45 {
    border-bottom-right-radius: 45px;
    border-bottom-left-radius: 45px;
  }
}

@media (min-width: 1025px) {
  .rounded-50 {
    border-radius: 50px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-50 {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-50 {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-50 {
    border-radius: 50px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-50 {
    border-top-right-radius: 50px;
    border-top-left-radius: 50px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-50 {
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }
}

@media (min-width: 1025px) {
  .rounded-55 {
    border-radius: 55px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-55 {
    border-top-right-radius: 55px;
    border-top-left-radius: 55px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-55 {
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-55 {
    border-radius: 55px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-55 {
    border-top-right-radius: 55px;
    border-top-left-radius: 55px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-55 {
    border-bottom-right-radius: 55px;
    border-bottom-left-radius: 55px;
  }
}

@media (min-width: 1025px) {
  .rounded-60 {
    border-radius: 60px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-60 {
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-60 {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-60 {
    border-radius: 60px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-60 {
    border-top-right-radius: 60px;
    border-top-left-radius: 60px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-60 {
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
}

@media (min-width: 1025px) {
  .rounded-65 {
    border-radius: 65px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-65 {
    border-top-right-radius: 65px;
    border-top-left-radius: 65px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-65 {
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-65 {
    border-radius: 65px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-65 {
    border-top-right-radius: 65px;
    border-top-left-radius: 65px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-65 {
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 65px;
  }
}

@media (min-width: 1025px) {
  .rounded-70 {
    border-radius: 70px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-70 {
    border-top-right-radius: 70px;
    border-top-left-radius: 70px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-70 {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-70 {
    border-radius: 70px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-70 {
    border-top-right-radius: 70px;
    border-top-left-radius: 70px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-70 {
    border-bottom-right-radius: 70px;
    border-bottom-left-radius: 70px;
  }
}

@media (min-width: 1025px) {
  .rounded-75 {
    border-radius: 75px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-75 {
    border-top-right-radius: 75px;
    border-top-left-radius: 75px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-75 {
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-75 {
    border-radius: 75px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-75 {
    border-top-right-radius: 75px;
    border-top-left-radius: 75px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-75 {
    border-bottom-right-radius: 75px;
    border-bottom-left-radius: 75px;
  }
}

@media (min-width: 1025px) {
  .rounded-80 {
    border-radius: 80px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-80 {
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-80 {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-80 {
    border-radius: 80px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-80 {
    border-top-right-radius: 80px;
    border-top-left-radius: 80px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-80 {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
}

@media (min-width: 1025px) {
  .rounded-85 {
    border-radius: 85px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-85 {
    border-top-right-radius: 85px;
    border-top-left-radius: 85px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-85 {
    border-bottom-right-radius: 85px;
    border-bottom-left-radius: 85px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-85 {
    border-radius: 85px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-85 {
    border-top-right-radius: 85px;
    border-top-left-radius: 85px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-85 {
    border-bottom-right-radius: 85px;
    border-bottom-left-radius: 85px;
  }
}

@media (min-width: 1025px) {
  .rounded-90 {
    border-radius: 90px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-90 {
    border-top-right-radius: 90px;
    border-top-left-radius: 90px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-90 {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-90 {
    border-radius: 90px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-90 {
    border-top-right-radius: 90px;
    border-top-left-radius: 90px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-90 {
    border-bottom-right-radius: 90px;
    border-bottom-left-radius: 90px;
  }
}

@media (min-width: 1025px) {
  .rounded-95 {
    border-radius: 95px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-95 {
    border-top-right-radius: 95px;
    border-top-left-radius: 95px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-95 {
    border-bottom-right-radius: 95px;
    border-bottom-left-radius: 95px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-95 {
    border-radius: 95px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-95 {
    border-top-right-radius: 95px;
    border-top-left-radius: 95px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-95 {
    border-bottom-right-radius: 95px;
    border-bottom-left-radius: 95px;
  }
}

@media (min-width: 1025px) {
  .rounded-100 {
    border-radius: 100px;
  }
}

@media (min-width: 1025px) {
  .rounded-t-100 {
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
  }
}

@media (min-width: 1025px) {
  .rounded-b-100 {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
}

@media (max-width: 1024px) {
  .rounded-sp-100 {
    border-radius: 100px;
  }
}

@media (max-width: 1024px) {
  .rounded-t-sp-100 {
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
  }
}

@media (max-width: 1024px) {
  .rounded-b-sp-100 {
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
  }
}

/* fontsize
------------------------------------------------*/
.fs10 {
  font-size: 1rem !important;
}

.fs11 {
  font-size: 1.1rem !important;
}

.fs12 {
  font-size: 1.2rem !important;
}

.fs13 {
  font-size: 1.3rem !important;
}

.fs14 {
  font-size: 1.4rem !important;
}

.fs15 {
  font-size: 1.5rem !important;
}

.fs16 {
  font-size: 1.6rem !important;
}

.fs17 {
  font-size: 1.7rem !important;
}

.fs18 {
  font-size: 1.8rem !important;
}

.fs19 {
  font-size: 1.9rem !important;
}

.fs20 {
  font-size: 2rem !important;
}

.fs21 {
  font-size: 2.1rem !important;
}

.fs22 {
  font-size: 2.2rem !important;
}

.fs23 {
  font-size: 2.3rem !important;
}

.fs24 {
  font-size: 2.4rem !important;
}

.fs25 {
  font-size: 2.5rem !important;
}

.fs26 {
  font-size: 2.6rem !important;
}

.fs27 {
  font-size: 2.7rem !important;
}

.fs28 {
  font-size: 2.8rem !important;
}

.fs29 {
  font-size: 2.9rem !important;
}

.fs30 {
  font-size: 3rem !important;
}

.fs31 {
  font-size: 3.1rem !important;
}

.fs32 {
  font-size: 3.2rem !important;
}

.fs33 {
  font-size: 3.3rem !important;
}

.fs34 {
  font-size: 3.4rem !important;
}

.fs35 {
  font-size: 3.5rem !important;
}

.fs36 {
  font-size: 3.6rem !important;
}

.fs37 {
  font-size: 3.7rem !important;
}

.fs38 {
  font-size: 3.8rem !important;
}

.fs39 {
  font-size: 3.9rem !important;
}

.fs40 {
  font-size: 4rem !important;
}

.fs41 {
  font-size: 4.1rem !important;
}

.fs42 {
  font-size: 4.2rem !important;
}

.fs43 {
  font-size: 4.3rem !important;
}

.fs44 {
  font-size: 4.4rem !important;
}

.fs45 {
  font-size: 4.5rem !important;
}

.fs46 {
  font-size: 4.6rem !important;
}

.fs47 {
  font-size: 4.7rem !important;
}

.fs48 {
  font-size: 4.8rem !important;
}

.fs49 {
  font-size: 4.9rem !important;
}

.fs50 {
  font-size: 5rem !important;
}

/* hide
------------------------------------------------*/
.sp_hide {
  display: block !important;
}
@media (max-width: 950px) {
  .sp_hide {
    display: none !important;
  }
}

.pc_hide {
  display: none !important;
}
@media (max-width: 950px) {
  .pc_hide {
    display: block !important;
  }
}

.fw_regular {
  font-weight: 400 !important;
}

.fw_medium {
  font-weight: 500 !important;
}

.fw_semibold {
  font-weight: 600 !important;
}

.fw_bold {
  font-weight: 700 !important;
}

.fw_extrabold {
  font-weight: 800 !important;
}

.fw_black {
  font-weight: 900 !important;
}

.indent {
  text-indent: -1em;
  margin-left: 1em;
}

/*-----------------------------------------------------------
base
-------------------------------------------------------------*/
html,
body {
  background: var(--bg-color1);
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 10px;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #fff;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}
body.yokohama {
  --thema-color: var(--thema-color1);
  --thema-color-bg1: var(--thema-color1-bg1);
  --thema-color-bg2: var(--thema-color1-bg2);
  --fixed-btn-shadow:
          0 0 6px rgba(0, 180, 255, .50),
          0 0 6px rgba(0, 180, 255, .50),
          0 0 12px rgba(0, 180, 255, .25),
          0 0 12px rgba(0, 180, 255, .25),
          inset 0 0 2px rgba(0, 180, 255, .80),
          inset 0 0 2px rgba(0, 180, 255, .80);
  --global-nav-shadow:
          0 0 68px rgba(0,180,255,.20),
          0 0 68px rgba(0,180,255,.20),
          0 0 68px rgba(0,180,255,.20);
  --page-navi--border-shadow:
          0 0 6px rgba(0,180,255,.50),
          0 0 6px rgba(0,180,255,.50),
          0 0 6px rgba(0,180,255,.50),
          inset 0 0 2px rgba(0,180,255,.80),
          inset 0 0 2px rgba(0,180,255,.80),
          inset 0 0 2px rgba(0,180,255,.80);
  --page-navi--text-shadow1:
          0 0 6px rgba(0,180,255,.50),
          0 0 6px rgba(0,180,255,.50),
          0 0 6px rgba(0,180,255,.50),
          0 0 12px rgba(0,180,255,.25),
          0 0 12px rgba(0,180,255,.25),
          0 0 12px rgba(0,180,255,.25);
  --page-navi--text-shadow2:
          0 0 20px rgba(0,180,255,.80),
          0 0 20px rgba(0,180,255,.80),
          0 0 20px rgba(0,180,255,.80),
          0 0 6px rgba(0,180,255,.50),
          0 0 6px rgba(0,180,255,.50),
          0 0 6px rgba(0,180,255,.50),
          0 0 12px rgba(0,180,255,.25),
          0 0 12px rgba(0,180,255,.25),
          0 0 12px rgba(0,180,255,.25);
  --toggle-menu-button--shadow1:
          0 0 34px rgba(0,180,255,.20),
          0 0 34px rgba(0,180,255,.20),
          0 0 34px rgba(0,180,255,.20);
  --toggle-menu-button--shadow2:
          0 0 10px rgba(0,180,255,.50),
          0 0 10px rgba(0,180,255,.50),
          0 0 10px rgba(0,180,255,.50),
          0 0 20px rgba(0,180,255,.25),
          0 0 20px rgba(0,180,255,.25),
          0 0 20px rgba(0,180,255,.25),
          inset 0 0 1px rgba(0,180,255,1),
          inset 0 0 1px rgba(0,180,255,1),
          inset 0 0 1px rgba(0,180,255,1);
  --second-sub-section1-shadow:
          0 0 10px rgba(0,180,255,.50),
          0 0 10px rgba(0,180,255,.50),
          0 0 10px rgba(0,180,255,.50),
          0 0 20px rgba(0,180,255,.25),
          0 0 20px rgba(0,180,255,.25),
          0 0 20px rgba(0,180,255,.25),
          inset 0 0 2px rgba(0,180,255,1),
          inset 0 0 2px rgba(0,180,255,1),
          inset 0 0 2px rgba(0,180,255,1);
}
body.osaka {
  --thema-color: var(--thema-color2);
  --thema-color-bg1: var(--thema-color2-bg1);
  --thema-color-bg2: var(--thema-color2-bg2);
  --fixed-btn-shadow:
          0 0 6px rgba(255,25,231, .50),
          0 0 6px rgba(255,25,231, .50),
          0 0 12px rgba(255,25,231, .25),
          0 0 12px rgba(255,25,231, .25),
          inset 0 0 2px rgba(255,25,231, .80),
          inset 0 0 2px rgba(255,25,231, .80);
  --global-nav-shadow:
          0 0 68px rgba(255,25,231,.20),
          0 0 68px rgba(255,25,231,.20),
          0 0 68px rgba(255,25,231,.20);
  --page-navi--border-shadow:
          0 0 6px rgba(255,25,231,.50),
          0 0 6px rgba(255,25,231,.50),
          0 0 6px rgba(255,25,231,.50),
          inset 0 0 2px rgba(255,25,231,.80),
          inset 0 0 2px rgba(255,25,231,.80),
          inset 0 0 2px rgba(255,25,231,.80);
  --page-navi--text-shadow1:
          0 0 6px rgba(255,25,231,.50),
          0 0 6px rgba(255,25,231,.50),
          0 0 6px rgba(255,25,231,.50),
          0 0 12px rgba(255,25,231,.25),
          0 0 12px rgba(255,25,231,.25),
          0 0 12px rgba(255,25,231,.25);
  --page-navi--text-shadow2:
          0 0 20px rgba(255,25,231,.80),
          0 0 20px rgba(255,25,231,.80),
          0 0 20px rgba(255,25,231,.80),
          0 0 6px rgba(255,25,231,.50),
          0 0 6px rgba(255,25,231,.50),
          0 0 6px rgba(255,25,231,.50),
          0 0 12px rgba(255,25,231,.25),
          0 0 12px rgba(255,25,231,.25),
          0 0 12px rgba(255,25,231,.25);
  --toggle-menu-button--shadow1:
          0 0 34px rgba(255,25,231,.20),
          0 0 34px rgba(255,25,231,.20),
          0 0 34px rgba(255,25,231,.20);
  --toggle-menu-button--shadow2:
          0 0 10px rgba(255,25,231,.50),
          0 0 10px rgba(255,25,231,.50),
          0 0 10px rgba(255,25,231,.50),
          0 0 20px rgba(255,25,231,.25),
          0 0 20px rgba(255,25,231,.25),
          0 0 20px rgba(255,25,231,.25),
          inset 0 0 1px rgba(255,25,231,1),
          inset 0 0 1px rgba(255,25,231,1),
          inset 0 0 1px rgba(255,25,231,1);
  --second-sub-section1-shadow:
          0 0 10px rgba(255,25,231,.50),
          0 0 10px rgba(255,25,231,.50),
          0 0 10px rgba(255,25,231,.50),
          0 0 20px rgba(255,25,231,.25),
          0 0 20px rgba(255,25,231,.25),
          0 0 20px rgba(255,25,231,.25),
          inset 0 0 2px rgba(255,25,231,1),
          inset 0 0 2px rgba(255,25,231,1),
          inset 0 0 2px rgba(255,25,231,1);
}

#wrap {
  position: relative;
  overflow: hidden;
}
p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
}
@media (max-width: 950px) {
  p {
    font-size: 3.2vw;
  }
}

.inner {
  max-width: 1200px;
  min-width: 320px;
  margin-inline: max(15px, 4vw, (100vw - 1220px) / 2);
}
.align-right {
  text-align: right;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

a.animate-link {
  text-decoration: none;
}
a.animate-link span {
  display: inline-block;
  position: relative;
}
a.animate-link span::after {
  content: "";
  display: block;
  width: 0;
  background: currentColor;
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.5s;
  transition: opacity 0.5s, width 0.5s;
}
a.animate-link:hover span::after {
  width: 100%;
  opacity: 1;
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (max-width: 950px) {
  .btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.btn-wrap .btn-caution {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: var(--btn_height);
  padding-inline: 30px;
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: calc(var(--btn_height) / 2);
  background: var(--btn_bg_color);
  border: solid 1px var(--btn_border_color);
  color: var(--btn_txt_color);
  --btn_height: 60px;
  --btn_bg_color: #222;
  --btn_border_color: #222;
  --btn_txt_color: #fff;
}
@media (max-width: 950px) {
  .btn {
    letter-spacing: 0.015em;
    font-size: 1.4rem;
    padding-inline: 20px;
  }
}
.btn.btn_yokohama, .btn.btn_osaka {
  --btn_height: 80px;
  border-width: 2px;
  font-size: 2.4rem;
  line-height: 1.2083333333;
  font-weight: 600;
  aspect-ratio: 400/80;
  max-width: 400px;
  -webkit-transition: height 0.3s, width 0.3s, -webkit-filter 0.3s, -webkit-box-shadow 0.3s;
  transition: height 0.3s, width 0.3s, -webkit-filter 0.3s, -webkit-box-shadow 0.3s;
  transition: filter 0.3s, box-shadow 0.3s, height 0.3s, width 0.3s;
  transition: filter 0.3s, box-shadow 0.3s, height 0.3s, width 0.3s, -webkit-filter 0.3s, -webkit-box-shadow 0.3s;
}
@media (max-width: 950px) {
  .btn.btn_yokohama, .btn.btn_osaka {
    aspect-ratio: 590/100;
    --btn_height: 17.8666666667vw;
    height: 12.8vw;
    max-width: 100%;
    font-size: 4vw;
  }
}
.btn.btn_yokohama.large_width, .btn.btn_osaka.large_width {
  aspect-ratio: 480/80;
  max-width: 480px;
}
@media (max-width: 950px) {
  .btn.btn_yokohama.large_width, .btn.btn_osaka.large_width {
    --btn_height: 16.8vw;
    max-width: 100%;
    font-size: 4vw;
  }
  .btn.btn_yokohama.large_width:has(br), .btn.btn_osaka.large_width:has(br) {
    aspect-ratio: 590/130;
    height: 16.8vw;
  }
}
.btn.btn_yokohama.large_height, .btn.btn_osaka.large_height {
  --btn_height: 100px;
  font-size: 2rem;
  aspect-ratio: 250/100;
  max-width: 250px;
}
@media (max-width: 950px) {
  .btn.btn_yokohama.large_height, .btn.btn_osaka.large_height {
    --btn_height: 17.8666666667vw;
    font-size: 4vw;
  }
}
.btn.btn_yokohama {
  --btn_border_color:#00b4ff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(38%, rgb(0, 180, 255)), color-stop(97%, rgb(139, 221, 255)));
  background-image: linear-gradient(0deg, rgb(0, 180, 255) 38%, rgb(139, 221, 255) 97%);
  -webkit-box-shadow: 0 0 20px rgba(0, 180, 255, 0.5), 0 0 20px rgba(0, 180, 255, 0.5), 0 0 20px rgba(0, 180, 255, 0.5);
          box-shadow: 0 0 20px rgba(0, 180, 255, 0.5), 0 0 20px rgba(0, 180, 255, 0.5), 0 0 20px rgba(0, 180, 255, 0.5);
}
.btn.btn_yokohama:hover {
  -webkit-box-shadow: 0 0 25px rgba(0, 180, 255, 0.8), 0 0 25px rgba(0, 180, 255, 0.8), 0 0 25px rgba(0, 180, 255, 0.8);
          box-shadow: 0 0 25px rgba(0, 180, 255, 0.8), 0 0 25px rgba(0, 180, 255, 0.8), 0 0 25px rgba(0, 180, 255, 0.8);
  -webkit-filter: saturate(200%);
          filter: saturate(200%);
}
.btn.btn_osaka {
  --btn_border_color:#ff19e7;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(38%, rgb(255, 25, 231)), color-stop(97%, rgb(255, 183, 236)));
  background-image: linear-gradient(0deg, rgb(255, 25, 231) 38%, rgb(255, 183, 236) 97%);
  -webkit-box-shadow: 0 0 20px rgba(255, 25, 231, 0.5), 0 0 20px rgba(255, 25, 231, 0.5), 0 0 20px rgba(255, 25, 231, 0.5);
          box-shadow: 0 0 20px rgba(255, 25, 231, 0.5), 0 0 20px rgba(255, 25, 231, 0.5), 0 0 20px rgba(255, 25, 231, 0.5);
}
.btn.btn_osaka:hover {
  -webkit-box-shadow: 0 0 25px rgba(255, 25, 231, 0.8), 0 0 25px rgba(255, 25, 231, 0.8), 0 0 25px rgba(255, 25, 231, 0.8);
          box-shadow: 0 0 25px rgba(255, 25, 231, 0.8), 0 0 25px rgba(255, 25, 231, 0.8), 0 0 25px rgba(255, 25, 231, 0.8);
  -webkit-filter: saturate(200%);
          filter: saturate(200%);
}
.btn.btn_profile {
  --btn_height: 40px;
  border-width: 2px;
  font-size: 1.2rem;
  font-weight: 600;
  aspect-ratio: 148/40;
  max-width: 148px;
  padding-inline: 10px;
}
@media (max-width: 950px) {
  .btn.btn_profile {
    aspect-ratio: 180/60;
    --btn_height: 8.8vw;
    height: 8.8vw;
    max-width: 100%;
    font-size: 2.6666666667vw;
    line-height: 1.1;
  }
}
.btn.btn_profile.btn_tiktok, .btn.btn_profile.btn_x {
  text-indent: -9999px;
  overflow: hidden;
}
.btn.btn_profile.btn_tiktok::after, .btn.btn_profile.btn_x::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.btn.btn_profile.btn_tiktok::after {
  background: url(../img/icon_tiktok.svg) no-repeat 50% 50%/auto 100%;
}
.btn.btn_profile.btn_x::after {
  background: url(../img/icon_x.svg) no-repeat 50% 50%/auto 100%;
}
.btn.arrow1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}
.btn.arrow1::after {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  background: url(../img/icon_arrow01.svg) no-repeat 50% 50%/100% auto;
  position: absolute;
  right: 20px;
}
.btn.arrow2 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}
.btn.arrow2::before {
  content: "";
  display: block;
  width: 7px;
  height: 14px;
  background: url(../img/icon_arrow01.svg) no-repeat 50% 50%/100% auto;
  position: absolute;
  left: 20px;
  rotate: 180deg;
}
.btn.is-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.img-wrap img {
  width: 100%;
  height: auto;
}

.img-wrap2 {
  text-align: center;
}
@media (max-width: 950px) {
  .img-wrap2 img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
}

.neon_border1::before,
.neon_border2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  z-index: 2;
}

.neon_border1 {
  position: relative;
}
.neon_border1::before {
  -webkit-box-shadow: 0 0 6px rgba(0, 180, 255, 0.5), 0 0 6px rgba(0, 180, 255, 0.5), 0 0 6px rgba(0, 180, 255, 0.5), 0 0 12px rgba(0, 180, 255, 0.25), 0 0 12px rgba(0, 180, 255, 0.25), 0 0 12px rgba(0, 180, 255, 0.25), inset 0 0 2px rgba(0, 180, 255, 0.8), inset 0 0 2px rgba(0, 180, 255, 0.8), inset 0 0 2px rgba(0, 180, 255, 0.8);
          box-shadow: 0 0 6px rgba(0, 180, 255, 0.5), 0 0 6px rgba(0, 180, 255, 0.5), 0 0 6px rgba(0, 180, 255, 0.5), 0 0 12px rgba(0, 180, 255, 0.25), 0 0 12px rgba(0, 180, 255, 0.25), 0 0 12px rgba(0, 180, 255, 0.25), inset 0 0 2px rgba(0, 180, 255, 0.8), inset 0 0 2px rgba(0, 180, 255, 0.8), inset 0 0 2px rgba(0, 180, 255, 0.8);
}

.neon_border2 {
  position: relative;
}
.neon_border2::before {
  -webkit-box-shadow: 0 0 6px rgba(255, 25, 231, 0.5), 0 0 6px rgba(255, 25, 231, 0.5), 0 0 6px rgba(255, 25, 231, 0.5), 0 0 12px rgba(255, 25, 231, 0.25), 0 0 12px rgba(255, 25, 231, 0.25), 0 0 12px rgba(255, 25, 231, 0.25), inset 0 0 2px rgba(255, 25, 231, 0.8), inset 0 0 2px rgba(255, 25, 231, 0.8), inset 0 0 2px rgba(255, 25, 231, 0.8);
          box-shadow: 0 0 6px rgba(255, 25, 231, 0.5), 0 0 6px rgba(255, 25, 231, 0.5), 0 0 6px rgba(255, 25, 231, 0.5), 0 0 12px rgba(255, 25, 231, 0.25), 0 0 12px rgba(255, 25, 231, 0.25), 0 0 12px rgba(255, 25, 231, 0.25), inset 0 0 2px rgba(255, 25, 231, 0.8), inset 0 0 2px rgba(255, 25, 231, 0.8), inset 0 0 2px rgba(255, 25, 231, 0.8);
}

.neon_grow1::after,
.neon_grow2::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-inline: auto;
  width: 100%;
  height: 100px;
  z-index: 1;
}

.neon_grow1 {
  position: relative;
}
.neon_grow1::after {
  background: url(../img/neon_glow01.png) no-repeat 50% 0/auto 100%;
  top: -100px;
}

.neon_grow2 {
  position: relative;
}
.neon_grow2::after {
  background: url(../img/neon_glow02.png) no-repeat 50% 0/auto 100%;
  top: 0;
}

/*-----------------------------------------------------------
header
-------------------------------------------------------------*/
.toggle-menu-button {
  width: 70px;
  height: 70px;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 101;
  gap: 7px;
  outline: none;
}
@media (max-width: 950px) {
  .toggle-menu-button {
    background-color: rgba(0, 0, 0, 0.9);
    width: 45px;
    height: 45px;
    gap: 4px;
    border-radius: 0 0 0 5px;
    -webkit-box-shadow: var(--toggle-menu-button--shadow1);
            box-shadow: var(--toggle-menu-button--shadow1);
  }
}
.toggle-menu-button span {
  display: block;
  width: 36px;
  height: 4px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-box-shadow: var(--toggle-menu-button--shadow2);
          box-shadow: var(--toggle-menu-button--shadow2);
}
@media (max-width: 950px) {
  .toggle-menu-button span {
    width: 18px;
    height: 2px;
  }
}
@media (max-width: 950px) {
  .toggle-menu-button.is-open {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.toggle-menu-button.is-open span:first-child {
  -webkit-transform: translateY(10px) rotate(45deg);
          transform: translateY(10px) rotate(45deg);
}
@media (max-width: 950px) {
  .toggle-menu-button.is-open span:first-child {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }
}
.toggle-menu-button.is-open span:nth-child(2) {
  -webkit-transform: translateY(-1px) rotate(-45deg);
          transform: translateY(-1px) rotate(-45deg);
}
@media (max-width: 950px) {
  .toggle-menu-button.is-open span:nth-child(2) {
    -webkit-transform: translateY(-1px) rotate(-45deg);
            transform: translateY(-1px) rotate(-45deg);
  }
}
.toggle-menu-button.is-open span:nth-child(3) {
  opacity: 0;
}

/*-----------------------------------------------------------
nav
-------------------------------------------------------------*/
.global-nav {
  background-color: #000;
  padding: 0;
  width: 400px;
  height: calc(100vh - 20px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  overflow-y: auto;
  -webkit-transition: opacity 0.3s ease-in-out, translate 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, translate 0.3s ease-in-out;
  translate: 100% 0;
  opacity: 0;
  pointer-events: none;
  -webkit-box-shadow: var(--global-nav-shadow);
          box-shadow: var(--global-nav-shadow);
}
@media (max-width: 950px) {
  .global-nav {
    width: 100%;
    height: 100%;
  }
}
.global-nav.is-open {
  translate: 0;
  opacity: 1;
  pointer-events: auto;
}
.global-nav .global-nav-inner {
  max-width: 100%;
  margin: 0 auto;
  padding: 83px 30px 50px;
  position: relative;
  height: 100%;
}
@media (max-width: 950px) {
  .global-nav .global-nav-inner {
    padding: 50px 30px 50px;
    height: auto;
  }
}
.global-nav .page-navi li {
  position: relative;
}
.global-nav .page-navi li::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-shadow: var(--page-navi--border-shadow);
          box-shadow: var(--page-navi--border-shadow);
}
.global-nav .page-navi li:last-child::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  opacity: 0.3;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-box-shadow: var(--page-navi--border-shadow);
          box-shadow: var(--page-navi--border-shadow);
}
.global-nav .page-navi li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 1.8rem;
  line-height: 3.2777777778;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-align: center;
  text-shadow: var(--page-navi--text-shadow1);
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}
@media (max-width: 950px) {
  .global-nav .page-navi li a {
    font-size: 1.4rem;
    line-height: 3.5714285714;
  }
}
.global-nav .page-navi li a:hover {
  text-shadow: var(--page-navi--text-shadow2);
}
.global-nav .location-banner {
  margin: 10px 0 18px;
}
.global-nav .location-banner a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.global-nav .location-banner a:hover {
  opacity: 0.7;
}
.global-nav .nav-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 32px;
}
.global-nav .nav-sns li a {
  background: var(--sns-icon-src) no-repeat 0 0/100% auto;
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.global-nav .nav-sns li a:hover {
  opacity: 0.7;
}
.global-nav .nav-sns li.icon-tiktok {
  --sns-icon-src: url(../img/icon_tiktok.svg);
  width: 22px;
  height: 25px;
}
.global-nav .nav-sns li.icon-x {
  --sns-icon-src: url(../img/icon_x.svg);
  width: 25px;
  height: 25px;
}
.global-nav .nav-sns li.icon-youtube {
  --sns-icon-src: url(../img/icon_youtube.svg);
  width: 35px;
  height: 25px;
}

/*-----------------------------------------------------------
footer
-------------------------------------------------------------*/
#sponsor {
  position: relative;
  background: var(--sponsor-bg) no-repeat 50% 100%/100% auto;
}
@media (max-width: 950px) {
  #sponsor {
    background-size: 200% auto;
  }
}
#sponsor .inner {
  padding-top: 120px;
  padding-bottom: 150px;
}
@media (max-width: 950px) {
  #sponsor .inner {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.sponsorship-ttl,
.conditioning-ttl,
.organizer-ttl {
  background: var(--ttl-img-src) no-repeat 0 0;
  max-width: 628px;
  aspect-ratio: 628/95;
  margin-inline: auto;
  margin-bottom: 40px;
  text-indent: -9999px;
  overflow: hidden;
}
@media (max-width: 950px) {
  .sponsorship-ttl,
  .conditioning-ttl,
  .organizer-ttl {
    background-size: 100%;
  }
}

.conditioning-ttl {
  max-width: 868px;
  aspect-ratio: 868 / 92;
}

.yokohama #sponsor {
  --sponsor-bg:url(../img/yokohama/footer_bg.png);
}
.yokohama .sponsorship-ttl {
  --ttl-img-src:url(../img/yokohama/ttl_sponbsorship.png);
}
.yokohama .conditioning-ttl {
  --ttl-img-src:url(../img/yokohama/ttl_title_sponsor.png);
}
.yokohama .organizer-ttl {
  --ttl-img-src:url(../img/yokohama/ttl_organizer.png);
}

.osaka #sponsor {
  --sponsor-bg:url(../img/osaka/footer_bg.png);
}
.osaka .sponsorship-ttl {
  --ttl-img-src:url(../img/osaka/ttl_sponbsorship.png);
}
.osaka .conditioning-ttl {
  --ttl-img-src:url(../img/osaka/ttl_title_sponsor.png);
}
.osaka .organizer-ttl {
  --ttl-img-src:url(../img/osaka/ttl_organizer.png);
}

.banner-list-wrap + .banner-list-wrap {
  margin-top: 90px;
}

.banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  gap: 20px;
}
@media (max-width: 600px) {
  .banner-list li {
    width: calc((100% - 20px) / 2);
  }
  .banner-list li a img {
    width: 100%;
    height: auto;
  }
}
.banner-list li a img {
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.banner-list li a:hover img {
  scale: 1.05;
}

#footer {
  width: 100%;
  background-color: #000;
  color: #ffffff;
  position: relative;
  height: 100px;
  -ms-flex-line-pack: center;
      align-content: center;
  font-size: 1.4rem;
  line-height: 2.28;
}
@media (max-width: 950px) {
  #footer {
    font-size: 1.2rem;
  }
}
#footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 max(5vw, 60px);
}
@media (max-width: 950px) {
  #footer .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px 0;
  }
}
#footer .inner .copyright {
  font-size: 1.4rem;
  line-height: 1.5;
}
@media (max-width: 950px) {
  #footer .inner .copyright {
    font-size: 1.2rem;
  }
}
@media (max-width: 950px) {
  #footer .inner .fotter-column1 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}
#footer .inner .fotter-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 max(5vw, 60px);
}
@media (max-width: 950px) {
  #footer .inner .fotter-column2 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0 5.3333333333vw;
  }
}

.fixed_x,
.fixed_totop {
  position: fixed;
  right: 0;
  width: 80px;
  height: 80px;
  border-radius: 10px 0 0 10px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10;
  border: 4px solid #fff;
  border-width: 4px 0 4px 4px;
  -webkit-box-shadow: var(--fixed-btn-shadow);
          box-shadow: var(--fixed-btn-shadow);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transition: scale 0.3s;
  transition: scale 0.3s;
}
@media (max-width: 950px) {
  .fixed_x,
  .fixed_totop {
    width: 50px;
    height: 50px;
    border-radius: 6px 0 0 6px;
    border-width: 2px 0 2px 2px;
  }
}
.fixed_x:hover,
.fixed_totop:hover {
  scale: 1.1;
}

.fixed_x {
  background: #030024 url("../img/icon_x.svg") no-repeat 50% 50%;
  bottom: 250px;
}
@media (max-width: 950px) {
  .fixed_x {
    bottom: 85px;
    background-size: 20px auto;
  }
}

.fixed_totop {
  background: var(--thema-color) url("../img/icon_arrow02.svg") no-repeat 50% 50%;
  bottom: 150px;
}
@media (max-width: 950px) {
  .fixed_totop {
    bottom: 25px;
    background-size: 20px auto;
  }
}

/*-----------------------------------------------------------
index
-------------------------------------------------------------*/
#index {
  height: calc(100vh - 100px);
}
@media (max-width: 950px) {
  #index {
    height: calc(100svh - 100px);
  }
}
#index .index_mv_bg {
  position: absolute;
  width: 100%;
  height: calc(100vh - 100px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  z-index: 0;
  top: 0;
}
@media (max-width: 950px) {
  #index .index_mv_bg {
    height: calc(100svh - 100px);
  }
}
#index .entrance-wrap {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(100vh - 100px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 950px) {
  #index .entrance-wrap {
    height: calc(100svh - 100px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
    width: 89.3333333333vw;
    margin-inline: 5.3333333333vw;
  }
}
#index .entrance-wrap .entrance-wrap-item {
  text-align: center;
}
@media (max-width: 950px) {
  #index .entrance-wrap .entrance-wrap-item {
    max-height: calc((100svh - 100px - 16vw) / 2);
  }
}
#index .entrance-wrap .entrance-wrap-item img {
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  aspect-ratio: 570/387;
}
@media (max-width: 950px) {
  #index .entrance-wrap .entrance-wrap-item img {
    max-height: calc(100% - 60px);
  }
}
#index .entrance-wrap .entrance-wrap-item:has(.btn:hover) img {
  -webkit-filter: saturate(200%);
          filter: saturate(200%);
}
@media (max-width: 950px) {
  #index .entrance-wrap .entrance-wrap-item .btn {
    aspect-ratio: 590/100;
    --btn_height: 50px;
    font-size: 1.5rem;
  }
}

.index #index .index_mv_bg,
.index #yokohama img,
.index #osaka img,
.index #yokohama .btn-wrap,
.index #osaka .btn-wrap,
.index #footer {
  opacity: 0;
}

/*-----------------------------------------------------------
second_top
-------------------------------------------------------------*/
#mv .mv_img img {
  width: 100%;
  height: auto;
}

.top-onair-ttl,
.top-catchup-ttl,
.top-event-ttl,
.top-news-ttl {
  background: var(--top-ttl-img-src) no-repeat 0 0;
  background-size: 100%;
  margin-inline: auto;
  margin-bottom: 60px;
  text-indent: -9999px;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 950px) {
  .top-onair-ttl,
  .top-catchup-ttl,
  .top-event-ttl,
  .top-news-ttl {
    background-size: 100%;
    margin-bottom: 20px;
  }
}

.top-sub-ttl {
  font-size: 3rem;
  line-height: 1.4333333333;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
@media (max-width: 950px) {
  .top-sub-ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 30px;
  }
}
.top-sub-ttl::after {
  content: "";
  background: var(--thema-color);
  width: 100%;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 950px) {
  .top-sub-ttl::after {
    height: 2px;
    border-radius: 1px;
  }
}

.top-sub-ttl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3rem;
  line-height: 1.4333333333;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 950px) {
  .top-sub-ttl2 {
    font-size: 4vw;
    gap: 0 10px;
  }
}
.top-sub-ttl2::before, .top-sub-ttl2::after {
  content: "";
  background: currentColor;
  width: 100px;
  height: 2px;
  display: block;
}
@media (max-width: 950px) {
  .top-sub-ttl2::before, .top-sub-ttl2::after {
    width: 9.3333333333vw;
  }
}

.top-sub-ttl3 {
  font-size: 2.4rem;
  line-height: 1.7916666667;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 28px;
  text-align: center;
}
@media (max-width: 950px) {
  .top-sub-ttl3 {
    font-size: 4vw;
    margin-bottom: 14px;
  }
}

.top-sub-ttl4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: var(--thema-color);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.6rem;
  line-height: 1.1944444444;
  letter-spacing: 0.16em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 950px) {
  .top-sub-ttl4 {
    font-size: 5.3333333333vw;
    margin-bottom: 16px;
  }
}
.top-sub-ttl4::before, .top-sub-ttl4::after {
  content: "";
  background: currentColor;
  width: 140px;
  height: 4px;
  display: block;
}
@media (min-width: 951px) and (max-width: 1200px) {
  .top-sub-ttl4::before, .top-sub-ttl4::after {
    width: 100px;
    height: 3px;
  }
}
@media (max-width: 950px) {
  .top-sub-ttl4::before, .top-sub-ttl4::after {
    width: 21.0666666667vw;
    height: 0.5333333333vw;
  }
}

.top-main-txt1 {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.06em;
  font-weight: 300;
}
@media (max-width: 950px) {
  .top-main-txt1 {
    font-size: 3.2vw;
  }
}

#onair {
  background: url(../img/top_onair_bg.png) no-repeat 50% 100%/100% auto;
}
@media (max-width: 950px) {
  #onair {
    background: url(../img/top_onair_bg.png) no-repeat 50% 23.7333333333vw, url(../img/top_onair_bg.png) no-repeat 50% 160.5333333333vw;
    background-size: auto 125.6vw;
  }
}
#onair .inner {
  padding-top: 93px;
}
@media (max-width: 950px) {
  #onair .inner {
    padding-top: 30px;
  }
}

#catchup {
  background: var(--sec-bg-catchup) no-repeat 50% 320px;
}
@media (max-width: 950px) {
  #catchup {
    background-position: 50% 80.9333333333vw;
    background-size: auto 116.6666666667vw;
  }
}
#catchup .inner {
  padding-top: 126px;
  padding-bottom: 60px;
}
@media (max-width: 950px) {
  #catchup .inner {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

#event {
  background: var(--sec-bg-event) no-repeat 50% 0;
}
@media (max-width: 950px) {
  #event {
    background: var(--sec-bg-event) no-repeat 50% 0;
    background-size: auto 24.2666666667vw;
  }
}
#event .inner {
  max-width: 1000px;
  margin-inline: max(20px, 5vw, (100vw - 1015px) / 2);
  padding-top: 90px;
  padding-bottom: 86px;
}
@media (max-width: 950px) {
  #event .inner {
    padding-top: 26.4vw;
    padding-bottom: 60px;
  }
}

#news {
  background: var(--sec-bg-news) no-repeat 50% 100%/100% auto;
}
#news .inner {
  max-width: 1000px;
  margin-inline: max(20px, 5vw, (100vw - 1015px) / 2);
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 950px) {
  #news .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.onair-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  margin-bottom: 40px;
}
@media (max-width: 950px) {
  .onair-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
.onair-wrap .onair-wrap-item {
  width: 100%;
  border: 4px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px rgba(0, 180, 255, 0.5), 0 0 6px rgba(0, 180, 255, 0.5), 0 0 6px rgba(0, 180, 255, 0.5), inset 0 0 2px rgba(0, 180, 255, 0.8), inset 0 0 2px rgba(0, 180, 255, 0.8), inset 0 0 2px rgba(0, 180, 255, 0.8);
          box-shadow: 0 0 6px rgba(0, 180, 255, 0.5), 0 0 6px rgba(0, 180, 255, 0.5), 0 0 6px rgba(0, 180, 255, 0.5), inset 0 0 2px rgba(0, 180, 255, 0.8), inset 0 0 2px rgba(0, 180, 255, 0.8), inset 0 0 2px rgba(0, 180, 255, 0.8);
  padding: 50px 34px;
  text-align: center;
}
@media (max-width: 950px) {
  .onair-wrap .onair-wrap-item {
    padding: 30px 20px;
    border: 2px solid #fff;
  }
}
@media (max-width: 950px) {
  .onair-wrap .onair-wrap-item .btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .onair-wrap .onair-wrap-item .btn-wrap .btn:has(br) {
    --btn_height: 17.8666666667vw;
    aspect-ratio: 590/100;
    max-width: 100%;
  }
  .onair-wrap .onair-wrap-item .btn-wrap .btn .br1 {
    display: none;
  }
}
@media (min-width: 951px) and (max-width: 1320px) {
  .onair-wrap .onair-wrap-item .btn-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .onair-wrap .onair-wrap-item .btn-wrap .btn {
    max-width: 100%;
  }
  .onair-wrap .onair-wrap-item .btn-wrap .btn:has(br) {
    --btn_height: 80px;
    aspect-ratio: 590/100;
    max-width: 100%;
  }
  .onair-wrap .onair-wrap-item .btn-wrap .btn .br1 {
    display: none;
  }
}

.event-date {
  padding: 33px 0 40px;
}
.event-date img {
  max-width: 100%;
}

.onair-channel {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.onair-channel > span {
  display: inline-block;
  letter-spacing: 0.06em;
  font-weight: 600;
  font-size: 1.8rem;
}
@media (max-width: 950px) {
  .onair-channel > span {
    font-size: 3.7333333333vw;
  }
}
.onair-channel .txt1 {
  border: 1px solid currentColor;
  line-height: 2.0555555556;
  padding-inline: 12px;
}
.onair-channel .txt2 {
  line-height: 2.1666666667;
}
.onair-channel .txt3 {
  font-size: 3rem;
  line-height: 1.3;
}
@media (max-width: 950px) {
  .onair-channel .txt3 {
    font-size: 4.8vw;
  }
}

@media (max-width: 950px) {
  .top-catchup-date-img1 {
    width: 61.2vw;
    margin-inline: auto;
  }
  .top-catchup-date-img1 img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 950px) {
  .top-catchup-date-img2 {
    width: 50.4vw;
    margin-inline: auto;
  }
  .top-catchup-date-img2 img {
    width: 100%;
    height: auto;
  }
}

.swiper-parent {
  padding: 60px 0;
  padding: 20px 0 15px;

  background: var(--thema-color-bg1);
}
@media (max-width: 950px) {
  .swiper-parent {
    padding: 20px 0;
  }
}
.swiper-parent .swiper {
  width: 100%;
  height: 100%;
}
.swiper-parent .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-parent .swiper-button-next, .swiper-parent .swiper-button-prev {
  background: #000;
  --swiper-navigation-color:#fff;
  --swiper-navigation-size:100px;
  --swiper-navigation-sides-offset:0;
  width: calc(var(--swiper-navigation-size) / 2);
}
@media (max-width: 950px) {
  .swiper-parent .swiper-button-next, .swiper-parent .swiper-button-prev {
    --swiper-navigation-size:50px;
  }
}
.swiper-parent .swiper-button-next,
.swiper-parent .swiper-rtl .swiper-button-prev {
  border-radius: 10px 0 0 10px;
}
@media (max-width: 950px) {
  .swiper-parent .swiper-button-next,
  .swiper-parent .swiper-rtl .swiper-button-prev {
    border-radius: 5px 0 0 5px;
  }
}
.swiper-parent .swiper-button-prev,
.swiper-parent .swiper-rtl .swiper-button-next {
  border-radius: 0 10px 10px 0;
}
@media (max-width: 950px) {
  .swiper-parent .swiper-button-prev,
  .swiper-parent .swiper-rtl .swiper-button-next {
    border-radius: 0 5px 5px 0;
  }
}
.swiper-parent .swiper-button-next:after,
.swiper-parent .swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url(../img/icon_arrow04.svg) no-repeat 0 0/100% auto;
  width: 15px;
  aspect-ratio: 15/26;
}
@media (max-width: 950px) {
  .swiper-parent .swiper-button-next:after,
  .swiper-parent .swiper-rtl .swiper-button-prev:after {
    width: 10px;
  }
}
.swiper-parent .swiper-button-prev:after,
.swiper-parent .swiper-rtl .swiper-button-next:after {
  content: "";
  background: url(../img/icon_arrow03.svg) no-repeat 0 0/100% auto;
  width: 15px;
  aspect-ratio: 15/26;
}
@media (max-width: 950px) {
  .swiper-parent .swiper-button-prev:after,
  .swiper-parent .swiper-rtl .swiper-button-next:after {
    width: 10px;
  }
}

.youtube-iframe {
  max-width: 509px;
  margin-inline: auto;
  border-radius: 10px;
  border: 4px solid #fff;
  padding: 16px;
  -webkit-box-shadow: 0 0 6px rgba(255, 255, 0, 0.5), 0 0 6px rgba(255, 255, 0, 0.5), 0 0 6px rgba(255, 255, 0, 0.5), inset 0 0 2px rgba(255, 255, 0, 0.8), inset 0 0 2px rgba(255, 255, 0, 0.8), inset 0 0 2px rgba(255, 255, 0, 0.8);
          box-shadow: 0 0 6px rgba(255, 255, 0, 0.5), 0 0 6px rgba(255, 255, 0, 0.5), 0 0 6px rgba(255, 255, 0, 0.5), inset 0 0 2px rgba(255, 255, 0, 0.8), inset 0 0 2px rgba(255, 255, 0, 0.8), inset 0 0 2px rgba(255, 255, 0, 0.8);
}
.youtube-iframe iframe {
  width: 100%;
  aspect-ratio: 509/286;
}

.event-info-wrap {
  background: var(--catchup-event-info-bg) no-repeat 50% 0/auto 100%;
  width: 100%;
  height: 460px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  margin: 50px 0 70px;

}
@media (max-width: 950px) {
  .event-info-wrap {
    background: var(--catchup-event-info-bg) no-repeat 50% 0/auto 100%;
    height: 60.4vw;
  }
}
.event-info-wrap .event-venue {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: var(--thema-color);
}
@media (max-width: 950px) {
  .event-info-wrap .event-venue {
    font-size: 6.4vw;
  }
}

.event-schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px;
}
@media (max-width: 950px) {
  .event-schedule {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 25px;
    margin-bottom: 15px;
  }
}
.event-schedule dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
  font-weight: 600;
}
.event-schedule dl dt {
  font-size: 1.8rem;
  line-height: 1.5;
  border: 1px solid #fff;
  padding-inline: 13px;
}
@media (max-width: 950px) {
  .event-schedule dl dt {
    font-size: 2.6666666667vw;
  }
}
.event-schedule dl dd {
  font-size: 2.4rem;
  line-height: 1.2083333333;
}
@media (max-width: 950px) {
  .event-schedule dl dd {
    font-size: 3.7333333333vw;
  }
}

.event-caution {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.event-caution p {
  text-indent: -1em;
  padding-left: 1em;
}

.sub-section {
  background: var(--sub-section-bg-src) no-repeat 50% 0;
  margin-top: 55px;
  padding-top: 55px;
  margin-inline: 30px;
}
@media (max-width: 950px) {
  .sub-section {
    margin-inline: 0;
    background-size: auto 2px;
  }
}

.sub-section-column {
  display: -ms-grid;
  display: grid;
  gap: 0 40px;
}
.sub-section-column:has(.img-wrap + .txt-wrap) {
  -ms-grid-columns: 42.5531914894% 1fr;
  grid-template-columns: 42.5531914894% 1fr;
}
@media (max-width: 950px) {
  .sub-section-column:has(.img-wrap + .txt-wrap) {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.sub-section-column:not(:has(.img-wrap)) .txt-wrap p {
  text-align: center;
}
.sub-section-column .txt-wrap {
  padding-top: 12px;
  padding-right: 35px;
}
@media (max-width: 950px) {
  .sub-section-column .txt-wrap {
    padding-right: 0;
  }
}
.sub-section-column .txt-wrap p {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 600;
}
@media (max-width: 950px) {
  .sub-section-column .txt-wrap p {
    font-size: 3.7333333333vw;
  }
}
.sub-section-column .txt-wrap .btn-wrap {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 950px) {
  .sub-section-column .txt-wrap .btn-wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.caution-box {
  background: rgba(255, 255, 255, 0.1);
  padding: 24px 30px;
}
@media (max-width: 950px) {
  .caution-box {
    padding: 15px 20px;
  }
}
.caution-box .caution-box-ttl {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.06em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 8px;
}
@media (max-width: 950px) {
  .caution-box .caution-box-ttl {
    font-size: 3.7333333333vw;
  }
}
.caution-box ul li {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 950px) {
  .caution-box ul li {
    font-size: 3.7333333333vw;
    padding-left: 2.6666666667vw;
  }
}
.caution-box ul li::before {
  content: "";
  background: currentColor;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 12px;
}
@media (max-width: 950px) {
  .caution-box ul li::before {
    width: 1.0666666667vw;
    height: 1.0666666667vw;
    border-radius: 0.5333333333vw;
    top: 3.2vw;
  }
}

.news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-bottom: 40px;
}
.news-list article a {
  background: rgba(255, 255, 255, 0.1);
  letter-spacing: 0.06em;
  font-size: 1.8rem;
  color: #fff;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding: 26px 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 150px 40px calc(100% - 150px - 40px);
  grid-template-columns: 150px calc(100% - 150px - 40px);
  gap: 0 40px;
  position: relative;
}
@media (max-width: 950px) {
  .news-list article a {
    font-size: 4vw;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 10px 0;
    padding: 20px 40px 20px 20px;
  }
}
.news-list article a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.news-list article a::after {
  content: "";
  display: block;
  background: var(--news-list-arrow) no-repeat 0 0;
  width: 10px;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
}
.news-list article a time {
  font-weight: 600;
}
.news-list article a .news-title {
  font-weight: 300;
}

.sns-link {
  display: block;
  background: var(--sns-link-bg-src) no-repeat 0 100%;
  width: 519px;
  aspect-ratio: 519/56;
  padding: 11px 0 0 32px;
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
  margin: 50px auto 0;
}
@media (max-width: 950px) {
  .sns-link {
    width: 100%;
    background-size: 100% auto;
    aspect-ratio: auto;
    padding: 11px 0 20px 20px;
  }
}
.sns-link:hover {
  -webkit-filter: saturate(200%);
          filter: saturate(200%);
}
.sns-link:hover a {
  text-shadow: 0 0 20px rgba(0, 180, 255, 0.8);
}
.sns-link a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (max-width: 950px) {
  .sns-link a {
    font-size: 4.2666666667vw;
  }
}

.yokohama {
  --sub-section-bg-src:url(../img/line01.svg);
  --sns-link-bg-src:url(../img/yokohama/top_news_bg02.png);
  --sec-bg-catchup:#030024 url(../img/yokohama/top_catchup_bg02.png);
  --sec-bg-event:var(--thema-color-bg1) url(../img/yokohama/top_event_bg01.png);
  --sec-bg-news:#030024 url(../img/yokohama/top_news_bg01.png);
  --catchup-event-info-bg:url(../img/yokohama/top_catchup_bg01.png);
  --news-list-arrow: url(../img/icon_arrow05.svg);
}
@media (max-width: 950px) {
  .yokohama {
    --sec-bg-event:var(--thema-color-bg1) url(../img/yokohama/top_event_bg01_sp.png);
    --catchup-event-info-bg:url(../img/yokohama/top_catchup_bg01_sp.png);
  }
}
.yokohama .top-onair-ttl {
  --top-ttl-img-src:url(../img/yokohama/ttl_onair.png);
  max-width: 844px;
  aspect-ratio: 844/184;
}
@media (max-width: 950px) {
  .yokohama .top-onair-ttl {
    --top-ttl-img-src:url(../img/yokohama/ttl_onair_sp.png);
    max-width: 90.5333333333vw;
    aspect-ratio: 679/149;
  }
}
.yokohama .top-catchup-ttl {
  --top-ttl-img-src:url(../img/yokohama/ttl_catchup.png);
  max-width: 904px;
  aspect-ratio: 904/183;
}
@media (max-width: 950px) {
  .yokohama .top-catchup-ttl {
    --top-ttl-img-src:url(../img/yokohama/ttl_catchup_sp.png);
    max-width: 97.3333333333vw;
    aspect-ratio: 730/147;
  }
}
.yokohama .top-event-ttl {
  --top-ttl-img-src:url(../img/yokohama/ttl_event.png);
  max-width: 346px;
  aspect-ratio: 346/119;
}
@media (max-width: 950px) {
  .yokohama .top-event-ttl {
    max-width: 46.1333333333vw;
  }
}
.yokohama .top-news-ttl {
  --top-ttl-img-src:url(../img/yokohama/ttl_news.png);
  max-width: 844px;
  aspect-ratio: 844/184;
}
@media (max-width: 950px) {
  .yokohama .top-news-ttl {
    --top-ttl-img-src:url(../img/yokohama/ttl_news_sp.png);
    max-width: 90.5333333333vw;
    aspect-ratio: 679/148;
  }
}
.osaka {
  --sub-section-bg-src:url(../img/line02.svg);
  --sns-link-bg-src:url(../img/osaka/top_news_bg02.png);
  --sec-bg-catchup:#030024 url(../img/osaka/top_catchup_bg02.png);
  --sec-bg-event:var(--thema-color-bg1) url(../img/osaka/top_event_bg01.png);
  --sec-bg-news:#030024 url(../img/osaka/top_news_bg01.png);
  --catchup-event-info-bg:url(../img/osaka/top_catchup_bg01.png);
  --news-list-arrow: url(../img/icon_arrow06.svg);
}
@media (max-width: 950px) {
  .osaka {
    --sec-bg-event:var(--thema-color-bg1) url(../img/osaka/top_event_bg01_sp.png);
    --catchup-event-info-bg:url(../img/osaka/top_catchup_bg01_sp.png);
  }
}
.osaka .top-onair-ttl {
  --top-ttl-img-src:url(../img/osaka/ttl_onair.png);
  max-width: 844px;
  aspect-ratio: 844/184;
}
@media (max-width: 950px) {
  .osaka .top-onair-ttl {
    --top-ttl-img-src:url(../img/osaka/ttl_onair_sp.png);
    max-width: 90.6666666667vw;
    aspect-ratio: 680/149;
  }
}
.osaka .top-catchup-ttl {
  --top-ttl-img-src:url(../img/osaka/ttl_catchup.png);
  max-width: 904px;
  aspect-ratio: 904/183;
}
@media (max-width: 950px) {
  .osaka .top-catchup-ttl {
    --top-ttl-img-src:url(../img/osaka/ttl_catchup_sp.png);
    max-width: 97.2vw;
    aspect-ratio: 729/147;
  }
}
.osaka .top-event-ttl {
  --top-ttl-img-src:url(../img/osaka/ttl_event.png);
  max-width: 346px;
  aspect-ratio: 346/120;
}
@media (max-width: 950px) {
  .osaka .top-event-ttl {
    max-width: 46.1333333333vw;
  }
}
.osaka .top-news-ttl {
  --top-ttl-img-src:url(../img/osaka/ttl_news.png);
  max-width: 844px;
  aspect-ratio: 844/184;
}
@media (max-width: 950px) {
  .osaka .top-news-ttl {
    --top-ttl-img-src:url(../img/osaka/ttl_news_sp.png);
    max-width: 90.6666666667vw;
    aspect-ratio: 680/148;
  }
}

/*-----------------------------------------------------------
content
-------------------------------------------------------------*/
.second-header {
  background: var(--second-header-bg) no-repeat 50% 100%/cover;
  text-align: center;
  height: 290px;
  width: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 950px) {
  .second-header {
    background: var(--second-header-bg) no-repeat 50% 50%/cover;
    height: 37.3333333333vw;
  }
}
.second-header a {
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.second-header a:hover {
  -webkit-filter: saturate(200%);
          filter: saturate(200%);
}
@media (max-width: 950px) {
  .second-header a img {
    height: 41.3333333333vw;
  }
}

#opening-act-index,
#about-index,
#archive-index,
#news-index,
#tickets-index,
#goods-index,
#guideline-index,
#movies-index,
#nextage-index,
#artists-index {
  background: url(../img/second_news_bg01.png) no-repeat 50% 100%/100% auto;
}
#opening-act-index .inner,
#about-index .inner,
#archive-index .inner,
#news-index .inner,
#tickets-index .inner,
#goods-index .inner,
#guideline-index .inner,
#movies-index .inner,
#nextage-index .inner,
#artists-index .inner {
  max-width: 1000px;
  margin-inline: max(20px, 5vw, (100vw - 1015px) / 2);
  padding-top: 20px;
  padding-bottom: 150px;
}
@media (max-width: 950px) {
  #opening-act-index .inner,
  #about-index .inner,
  #archive-index .inner,
  #news-index .inner,
  #tickets-index .inner,
  #goods-index .inner,
  #guideline-index .inner,
  #movies-index .inner,
  #nextage-index .inner,
  #artists-index .inner {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}

#archive-index .inner,
#artists-index .inner {
  max-width: 1080px;
  margin-inline: max(20px, 5vw, (100vw - 1095px) / 2);
}

.artists-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 60px 70px;
}
.artists-list:has(+ h2) {
  margin-bottom: 120px;
}
@media (max-width: 950px) {
  .artists-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.artists-list .artists-list-item {
  text-align: center;
  width: calc((100% - 70px) / 2);
}
@media (max-width: 950px) {
  .artists-list .artists-list-item {
    width: 100%;
  }
}
.artists-list .artists-list-item .artists-photo {
  margin-inline: auto;
  padding: 6px;
  border: 4px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: var(--second-sub-section1-shadow);
          box-shadow: var(--second-sub-section1-shadow);
}
.artists-list .artists-list-item .artists-photo img {
  width: 100%;
  height: auto;
}
.artists-list .artists-list-item .artists-name {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  padding: 21px 0 15px;
}
@media (max-width: 950px) {
  .artists-list .artists-list-item .artists-name {
    font-size: 6.4vw;
    padding: 20px 0;
  }
}
.artists-list .artists-list-item .btn-wrap {
  gap: 8px;
}

.artists-more p {
  text-align: center;
  margin-top: 60px;
  font-weight: 600;
  line-height: 1.5;
  font-size: 3.6rem;
}

.archive-set-list {
  background: rgba(255, 255, 255, 0.1);
  border-top: 2px solid var(--thema-color);
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 300;
  text-align: center;
  padding: 12px;
}
@media (max-width: 950px) {
  .archive-set-list {
    font-size: 3.4666666667vw;
  }
}

.goods-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 541px) and (max-width: 950px) {
  .goods-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 540px) {
  .goods-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px;
  }
}
.goods-list.goods-list-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.goods-list .goods-list-item {
  text-align: center;
  width: calc((100% - 70px) / 3);
}
@media (min-width: 541px) and (max-width: 950px) {
  .goods-list .goods-list-item {
    width: calc((100% - 70px) / 2);
  }
}
@media (max-width: 540px) {
  .goods-list .goods-list-item {
    width: 100%;
  }
}
.goods-list .goods-list-item .goods-photo {
  margin-inline: auto;
  padding: 6px;
  border: 4px solid #fff;
  border-radius: 10px;
  -webkit-box-shadow: var(--second-sub-section1-shadow);
          box-shadow: var(--second-sub-section1-shadow);
}
.goods-list .goods-list-item .goods-photo img {
  width: 100%;
  height: auto;
}
.goods-list .goods-list-item .goods-name {
  text-align: left;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3333333333;
  padding: 21px 0 15px;
}
@media (max-width: 950px) {
  .goods-list .goods-list-item .goods-name {
    font-size: 4.2666666667vw;
    padding: 15px 0;
  }
}
.goods-list .goods-list-item .goods-price {
  text-align: right;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3333333333;
  padding: 21px 0 15px;
  border-top: 1px solid #525064;
}
@media (max-width: 950px) {
  .goods-list .goods-list-item .goods-price {
    font-size: 4.2666666667vw;
    padding: 15px 0;
  }
}
.goods-list .goods-list-item .goods-price span {
  font-size: 133.3333333333%;
  line-height: 1;
}

.second-sub-section1 {
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  padding: 40px;
}
@media (max-width: 950px) {
  .second-sub-section1 {
    padding: 8vw 5.3333333333vw;
  }
}
.second-sub-section1:has(+ .sub-section-ttl) {
  margin-bottom: 60px;
}
.second-sub-section1::before, .second-sub-section1::after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 0;
  -webkit-box-shadow: var(--second-sub-section1-shadow);
          box-shadow: var(--second-sub-section1-shadow);
}
.second-sub-section1::before {
  top: 0;
}
.second-sub-section1::after {
  bottom: 0;
}
.second-sub-section1 a {
  color: var(--thema-color);
  text-decoration: underline;
}
.second-sub-section1 a:hover {
  text-decoration: none;
}

.second-sub-section2 {
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  padding: 40px;
}
@media (max-width: 950px) {
  .second-sub-section2 {
    padding: 8vw 5.3333333333vw;
  }
}

.page-txt1 {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.7857142857;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 950px) {
  .page-txt1 {
    font-size: 4.5333333333vw;
  }
}
.page-txt1:has(span) {
  letter-spacing: 0.06em;
}
.page-txt1 span {
  font-size: 57.1428571429%;
}
@media (max-width: 950px) {
  .page-txt1 span {
    display: block;
  }
}

.page-txt2 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 950px) {
  .page-txt2 {
    font-size: 4.2666666667vw;
  }
}
.page-txt2 span {
  display: block;
  font-weight: 300;
  line-height: 1.7777777778;
}
@media (max-width: 950px) {
  .page-txt2 span {
    text-align: left;
  }
}

.page-txt3 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 950px) {
  .page-txt3 {
    font-size: 3.7333333333vw;
  }
}

.page-txt4 {
  font-size: 1.6rem;
  line-height: 2.25;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 950px) {
  .page-txt4 {
    font-size: 3.7333333333vw;
  }
}

.page-txt5 {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 300;
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.06em;
}
@media (max-width: 950px) {
  .page-txt5 {
    font-size: 2.9333333333vw;
  }
}

.page-txt6 {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
  letter-spacing: 0;
}
@media (max-width: 950px) {
  .page-txt6 {
    font-size: 3.2vw;
  }
}
.page-txt6 span {
  font-size: 87.5%;
  line-height: 1.5714285714;
}

.page-txt7 {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 600;
  letter-spacing: 0;
  position: relative;
}
@media (max-width: 950px) {
  .page-txt7 {
    font-size: 4.2666666667vw;
  }
}

.page-txt8 {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: 0;
}
@media (max-width: 950px) {
  .page-txt8 {
    font-size: 4.8vw;
  }
}
.page-txt8 span {
  line-height: 1.75;
}
@media (max-width: 950px) {
  .page-txt8 span {
    font-size: 4.4vw;
  }
}

.page-txt9 {
  text-align: center;
  font-size: 3.2rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 10px;
}
@media (max-width: 950px) {
  .page-txt9 {
    font-size: 4.8vw;
  }
}

.page-txt10 {
  text-align: center;
  color: #ffff00;
  font-size: 2.8rem;
  line-height: 1.1428571429;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media (max-width: 950px) {
  .page-txt10 {
    font-size: 4.8vw;
  }
}

.page-txt11 {
  text-align: center;
  color: var(--thema-color);
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media (max-width: 950px) {
  .page-txt11 {
    font-size: 4.2666666667vw;
  }
}

.page-txt12 {
  font-size: 1.2rem;
  line-height: 1.6666666667;
  font-weight: 300;
  letter-spacing: 0.06em;
  text-align: center;
}
@media (max-width: 950px) {
  .page-txt12 {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 2.9333333333vw;
  }
}

.page-txt13 {
  text-align: center;
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 600;
  letter-spacing: 0.02em;
}
@media (max-width: 950px) {
  .page-txt13 {
    font-size: 3.2vw;
  }
}
.page-txt13 .size2 {
  font-size: 140%;
  line-height: 1.2857142857;
  letter-spacing: 0.06em;
}
.page-txt13 .size3 {
  font-size: 180%;
  line-height: 1;
}

.sub-section-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 28px;
  margin-bottom: 20px;
}
.sub-section-ttl span {
  color: var(--thema-color);
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media (max-width: 950px) {
  .sub-section-ttl span {
    font-size: 5.3333333333vw;
  }
}
.sub-section-ttl::before, .sub-section-ttl::after {
  content: "";
  display: block;
  background: var(--sub-section-ttl-arrow) no-repeat 0 0;
  width: 18px;
  height: 12px;
}

.sub-section-ttl2 {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 25px auto 25px 1fr;
  grid-template-columns: 1fr auto 1fr;
  gap: 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.sub-section-ttl2 span {
  color: var(--thema-color);
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.sub-section-ttl2::before, .sub-section-ttl2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: var(--thema-color);
}

.sub-section-ttl3 {
  color: var(--thema-color);
  font-size: 2.4rem;
  line-height: 1.3333333333;
  font-weight: 600;
  letter-spacing: 0.06em;
  border-bottom: 2px solid var(--thema-color);
  padding: 15px 18px;
  margin-bottom: 30px;
}
@media (max-width: 950px) {
  .sub-section-ttl3 {
    font-size: 4.8vw;
    padding: 8px 10px;
  }
}
.sub-section-ttl3 span {
  font-size: 58.3333333333%;
}

.sub-section-ttl3-column {
  border-bottom: 2px solid var(--thema-color);
  padding: 15px 18px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 950px) {
  .sub-section-ttl3-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8px 10px;
    gap: 5px;
    margin-bottom: 20px;
  }
}
.sub-section-ttl3-column .txt-column1 {
  font-size: 2.4rem;
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-weight: 600;
  color: var(--thema-color);
}
@media (max-width: 950px) {
  .sub-section-ttl3-column .txt-column1 {
    font-size: 4.8vw;
  }
}
.sub-section-ttl3-column .txt-column1 span {
  font-size: 58.3333333333%;
}
.sub-section-ttl3-column .txt-column2 {
  font-size: 2.8rem;
  line-height: 1.1428571429;
  letter-spacing: 0.02em;
  font-weight: 600;
}
@media (max-width: 950px) {
  .sub-section-ttl3-column .txt-column2 {
    font-size: 5.3333333333vw;
  }
}
.sub-section-ttl3-column .txt-column2 span {
  font-size: 57.1428571429%;
}

.sub-section-ttl4 {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 600;
  padding: 18px;
  position: relative;
  margin-bottom: 35px;
}
@media (max-width: 950px) {
  .sub-section-ttl4 {
    font-size: 5.3333333333vw;
    padding: 10px;
    margin-bottom: 20px;
  }
}
.sub-section-ttl4::after {
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: var(--thema-color);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 950px) {
  .sub-section-ttl4::after {
    height: 2px;
    border-radius: 1px;
  }
}

.second-date-img1 {
  text-align: center;
}
@media (max-width: 950px) {
  .second-date-img1 {
    width: 50.4vw;
    margin-inline: auto;
  }
  .second-date-img1 img {
    width: 100%;
    height: auto;
  }
}

.about-artist-list {
  display: -ms-grid;
  /* display: grid; */
  -ms-grid-columns: (50%)[2];
  grid-template-columns: repeat(2, 50%);
}
@media (max-width: 950px) {
  .about-artist-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.about-artist-list li {
  text-align: center;
  font-size: 3rem;
  line-height: 1.6666666667;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media (max-width: 950px) {
  .about-artist-list li {
    font-size: 5.3333333333vw;
  }
}

.about-sponsorship-list {
  display: -ms-grid;
  /* display: grid; */
  -ms-grid-columns: (50%)[2];
  grid-template-columns: repeat(2, 50%);

  text-align: center;

}
@media (max-width: 950px) {
  .about-sponsorship-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.about-sponsorship-list li {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
  letter-spacing: 0.06em;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 950px) {
  .about-sponsorship-list li {
    font-size: 3.2vw;
  }
}
.about-sponsorship-list li::before {
  /* content: "・"; */
  width: 1em;
  position: absolute;
  left: 0;
}

.about-ticket-list li {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
  letter-spacing: 0.06em;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 950px) {
  .about-ticket-list li {
    font-size: 3.2vw;
  }
}
.about-ticket-list li::before {
  content: "・";
  width: 1em;
  position: absolute;
  left: 0;
}

.about-live-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 110px 20px auto;
  grid-template-columns: 110px auto;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.06em;
  gap: 25px 20px;
}
@media (max-width: 950px) {
  .about-live-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    font-size: 3.4666666667vw;
    gap: 5px 0;
  }
}
.about-live-list dt {
  font-weight: 600;
}
.about-live-list dd {
  font-weight: 300;
}
@media (max-width: 950px) {
  .about-live-list dd {
    padding: 0 10px 10px;
  }
}
.about-live-list dd span {
  font-size: 75%;
}
@media (max-width: 950px) {
  .about-live-list dd span {
    display: block;
  }
}

.about-info {
  text-align: center;
  background: #030024;
  padding: 23px;
}

.about-info2 {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: calc((100% - 20px) / 2) 20px calc((100% - 20px) / 2);
  grid-template-columns: repeat(2, calc((100% - 20px) / 2));
  text-align: center;
}
@media (max-width: 950px) {
  .about-info2 {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.about-info2 .about-info2-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px 20px;
}

.about-location-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 4.5454545455% 46.5909090909%;
  grid-template-columns: auto 46.5909090909%;
  gap: 0 4.5454545455%;
}
@media (max-width: 950px) {
  .about-location-column {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}
.about-location-column .txt-item {
  text-align: left;
}
.about-location-column .img-item img {
  width: 100%;
  height: auto;
}

.google-maps iframe {
  width: 100%;
  aspect-ratio: 880/350;
}
@media (max-width: 950px) {
  .google-maps iframe {
    aspect-ratio: 1/1;
  }
}

.about-info-column:has(.txt-item + .img-item) {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 2.8436018957% 35.5450236967%;
  grid-template-columns: auto 35.5450236967%;
  gap: 0 2.8436018957%;
}
@media (max-width: 950px) {
  .about-info-column:has(.txt-item + .img-item) {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 20px 0;
  }
}
.about-info-column .txt-item {
  text-align: left;
  position: relative;
  top: -6px;
}
.about-info-column .img-item {
  text-align: center;
}
.about-info-column .img-item img {
  width: 100%;
  width: 70%;
  height: auto;
}

h4.about-txt1 {
  font-size: 4rem;
}
@media (max-width: 950px) {
  h4.about-txt1 {
    font-size: 4.8vw;
  }
}
.about-txt2 {
  font-size: 3rem;
}
@media (max-width: 950px) {
  .about-txt2 {
    font-size: 5.3vw;
  }
}
.about-sponsorship-list.about-txt2 li {
  font-size: 3rem;
}
@media (max-width: 950px) {
  .about-sponsorship-list.about-txt2 li {
    font-size: 5.3vw;
  }
}


.tickets-img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media (max-width: 950px) {
  .tickets-img01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tickets-img01 a {
  width: calc((100% - 40px) / 3);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 950px) {
  .tickets-img01 a {
    width: 100%;
  }
}
.tickets-img01 a:hover {
  opacity: 0.7;
}
.tickets-img01 a img {
  width: 100%;
  height: auto;
}
@media (max-width: 950px) {
  .tickets-img01 a img {
    width: auto;
  }
}

.tickets-img02 {
  text-align: center;
}
.tickets-link {
  color: #fcb531;
}

.tickets-color {
  color: yellow;
}

.ticket-caution-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.timetable-ttl01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-bottom: 30px;
}
@media (max-width: 950px) {
  .timetable-ttl01 {
    margin-bottom: 15px;
  }
}
.timetable-ttl01 .timetable-ttle01-inner {
  background: var(--thema-color-bg1);
  padding-inline: 28px;
  font-size: 2.4rem;
  line-height: 2.5;
  font-weight: 600;
}
@media (max-width: 950px) {
  .timetable-ttl01 .timetable-ttle01-inner {
    font-size: 4.8vw;
    padding-inline: 4vw;
  }
}
.timetable-ttl01 .timetable-ttle01-inner span {
  font-size: 66.6666666667%;
}
.timetable-ttl01::before, .timetable-ttl01::after {
  content: "";
  background: var(--timetable-ttl01-bg) no-repeat 0 0/100% auto;
  width: 52px;
  aspect-ratio: 52/45;
  display: block;
}
@media (max-width: 950px) {
  .timetable-ttl01::before, .timetable-ttl01::after {
    width: 9.3333333333vw;
  }
}

.timetable-ttl02 {
  color: var(--thema-color);
  font-size: 3rem;
  line-height: 1.4333333333;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 8px;
  text-align: center;
}
@media (max-width: 950px) {
  .timetable-ttl02 {
    font-size: 4.8vw;
  }
}
.timetable-ttl02 span {
  font-size: 80%;
  line-height: 1.7916666667;
}

.movies-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 40px) / 2) 40px calc((100% - 40px) / 2);
  grid-template-columns: repeat(2, calc((100% - 40px) / 2));
  gap: 40px;
}
@media (max-width: 950px) {
  .movies-list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.movies-list .movies-list-item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 530/298;
}

.nextage-caution-list {
  text-align: center;
}
@media (max-width: 950px) {
  .nextage-caution-list {
    text-align: left;
  }
}
.nextage-caution-list li {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 600;
}
@media (max-width: 950px) {
  .nextage-caution-list li {
    font-size: 3.4666666667vw;
    text-indent: -1em;
    padding-left: 1em;
  }
}

.nextage-info {
  display: -ms-grid;
  display: grid;
  gap: 15px;
  -ms-grid-columns: calc((100% - 30px) / 3) 15px calc((100% - 30px) / 3) 15px calc((100% - 30px) / 3);
  grid-template-columns: repeat(3, calc((100% - 30px) / 3));
}
@media (max-width: 950px) {
  .nextage-info {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.nextage-info .nextage-info-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 15px 10px;
}
.nextage-info .nextage-info-item .item-inner {
  background: #030024;
  height: 90px;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin: 10px 0;
}
@media (max-width: 950px) {
  .nextage-info .nextage-info-item .item-inner {
    font-size: 3.7333333333vw;
    height: 16vw;
  }
}

.guideline-section {
  margin-inline: 35px;
}
@media (max-width: 950px) {
  .guideline-section {
    margin-inline: 4vw;
  }
}

.guideline-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}
.guideline-list1 li {
  font-size: 1.6rem;
  line-height: 1.75;
  font-weight: 300;
  letter-spacing: 0.06em;
  padding-left: 1em;
  position: relative;
}
@media (max-width: 950px) {
  .guideline-list1 li {
    font-size: 3.2vw;
  }
}
.guideline-list1 li::before {
  content: "・";
  width: 1em;
  position: absolute;
  left: 0;
}
.guideline-list1 li a {
  color: var(--thema-color);
  text-decoration: underline;
}
.guideline-list1 li a:hover {
  text-decoration: none;
}

.page-about-ttl,
.page-about-sub-ttl1,
.page-archive-ttl,
.page-artists-ttl,
.page-artists-sub-ttl1,
.page-artists-sub-ttl2,
.page-artists-sub-ttl3,
.page-artists-sub-ttl4,
.page-artists-sub-ttl5,
.page-artists-sub-ttl6,
.page-artists-sub-ttl7,
.page-goods-ttl,
.page-goods-sub-ttl1,
.page-goods-sub-ttl2,
.page-guideline-ttl,
.page-tickets-ttl,
.page-opening-act-ttl,
.page-opening-act-sub-ttl1,
.page-movies-ttl,
.page-nextage-ttl,
.page-news-ttl {
  background: var(--page-ttl-src) no-repeat 50% 100%/100% auto;
  width: 100%;
  text-indent: -9999px;
  overflow: hidden;
  margin-inline: auto;
  margin-bottom: 60px;
}
@media (max-width: 950px) {
  .page-about-ttl,
  .page-about-sub-ttl1,
  .page-archive-ttl,
  .page-artists-ttl,
  .page-artists-sub-ttl1,
  .page-artists-sub-ttl2,
  .page-artists-sub-ttl3,
  .page-artists-sub-ttl4,
  .page-artists-sub-ttl5,
  .page-artists-sub-ttl6,
  .page-artists-sub-ttl7,
  .page-goods-ttl,
  .page-goods-sub-ttl1,
  .page-goods-sub-ttl2,
  .page-guideline-ttl,
  .page-tickets-ttl,
  .page-opening-act-ttl,
  .page-opening-act-sub-ttl1,
  .page-movies-ttl,
  .page-nextage-ttl,
  .page-news-ttl {
    margin-bottom: 30px;
  }
}

.page-nextage-ttl {
  --page-ttl-src: url(../img/second_nextage_ttl.png);
  max-width: 703px;
  aspect-ratio: 703/230;
}
@media (max-width: 950px) {
  .page-nextage-ttl {
    margin-bottom: 30px;
  }
}

body.yokohama {
  --second-header-bg:url(../img/yokohama/second_header_bg.png);
  --sub-section-ttl-arrow:url(../img/icon_arrow07.svg);
  --timetable-ttl01-bg: url(../img/yokohama/timetable_ttl_bg01.png);
}
@media (max-width: 950px) {
  body.yokohama {
    --second-header-bg:url(../img/yokohama/second_header_bg_sp.png);
  }
}
body.yokohama .page-about-ttl {
  --page-ttl-src: url(../img/yokohama/second_about_ttl.png);
  max-width: 929px;
  aspect-ratio: 929/99;
}
@media (max-width: 950px) {
  body.yokohama .page-about-ttl {
    --page-ttl-src: url(../img/yokohama/second_about_ttl_sp.png);
    max-width: 87.3333333333vw;
    aspect-ratio: 655/151;
  }
}
body.yokohama .page-about-sub-ttl1 {
  --page-ttl-src: url(../img/yokohama/second_about_sub_ttl01.png);
  max-width: 477px;
  aspect-ratio: 477/48;
  margin-bottom: 30px;
}
@media (max-width: 950px) {
  body.yokohama .page-about-sub-ttl1 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.yokohama .page-archive-ttl {
  --page-ttl-src: url(../img/yokohama/second_archive_ttl.png);
  max-width: 982px;
  aspect-ratio: 982/108;
}
@media (max-width: 950px) {
  body.yokohama .page-archive-ttl {
    --page-ttl-src: url(../img/yokohama/second_archive_ttl_sp.png);
    max-width: 87.3333333333vw;
    aspect-ratio: 655/151;
  }
}
body.yokohama .page-artists-ttl {
  --page-ttl-src: url(../img/yokohama/second_artists_ttl.png);
  max-width: 997px;
  aspect-ratio: 997/108;
}
@media (max-width: 950px) {
  body.yokohama .page-artists-ttl {
    --page-ttl-src: url(../img/yokohama/second_artists_ttl_sp.png);
    max-width: 89.3333333333vw;
    aspect-ratio: 670/151;
  }
}
body.yokohama .page-artists-sub-ttl1 {
  --page-ttl-src: url(../img/yokohama/second_artists_sub_ttl01.png);
  max-width: 705px;
  aspect-ratio: 705/48;
}
@media (max-width: 950px) {
  body.yokohama .page-artists-sub-ttl1 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.yokohama .page-artists-sub-ttl2 {
  --page-ttl-src: url(../img/yokohama/second_artists_sub_ttl02.png);
  max-width: 402px;
  aspect-ratio: 402/48;
}
@media (max-width: 950px) {
  body.yokohama .page-artists-sub-ttl2 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.yokohama .page-artists-sub-ttl3 {
  --page-ttl-src: url(../img/yokohama/second_artists_sub_ttl03.png);
  max-width: 494px;
  aspect-ratio: 494/48;
}
@media (max-width: 950px) {
  body.yokohama .page-artists-sub-ttl3 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.yokohama .page-artists-sub-ttl4 {
  --page-ttl-src: url(../img/yokohama/second_artists_sub_ttl04.png);
  max-width: 647px;
  aspect-ratio: 647/51;
}
@media (max-width: 950px) {
  body.yokohama .page-artists-sub-ttl4 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.yokohama .page-artists-sub-ttl5 {
  --page-ttl-src: url(../img/yokohama/second_artists_sub_ttl05.png);
  max-width: 653px;
  aspect-ratio: 653/48;
}
@media (max-width: 950px) {
  body.yokohama .page-artists-sub-ttl5 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.yokohama .page-artists-sub-ttl6 {
  --page-ttl-src: url(../img/yokohama/second_artists_sub_ttl06.png);
  max-width: 664px;
  aspect-ratio: 664/48;
}
@media (max-width: 950px) {
  body.yokohama .page-artists-sub-ttl6 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.yokohama .page-artists-sub-ttl7 {
  --page-ttl-src: url(../img/yokohama/second_artists_sub_ttl07.png);
  max-width: 448px;
  aspect-ratio: 448/48;
}
@media (max-width: 950px) {
  body.yokohama .page-artists-sub-ttl7 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.yokohama .page-tickets-ttl {
  --page-ttl-src: url(../img/yokohama/second_tickets_ttl.png);
  max-width: 997px;
  aspect-ratio: 997/108;
}
@media (max-width: 950px) {
  body.yokohama .page-tickets-ttl {
    --page-ttl-src: url(../img/yokohama/second_tickets_ttl_sp.png);
    max-width: 89.4666666667vw;
    aspect-ratio: 671/150;
  }
}
body.yokohama .page-guideline-ttl {
  --page-ttl-src: url(../img/yokohama/second_guideline_ttl.png);
  max-width: 1074px;
  aspect-ratio: 1074/108;
}
@media (max-width: 950px) {
  body.yokohama .page-guideline-ttl {
    --page-ttl-src: url(../img/yokohama/second_guideline_ttl_sp.png);
    max-width: 92vw;
    aspect-ratio: 690/139;
  }
}
body.yokohama .page-goods-ttl {
  --page-ttl-src: url(../img/yokohama/second_goods_ttl.png);
  max-width: 934px;
  aspect-ratio: 934/108;
}
@media (max-width: 950px) {
  body.yokohama .page-goods-ttl {
    --page-ttl-src: url(../img/yokohama/second_goods_ttl_sp.png);
    max-width: 89.3333333333vw;
    aspect-ratio: 606/150;
  }
}
body.yokohama .page-goods-sub-ttl1 {
  --page-ttl-src: url(../img/yokohama/second_goods_sub_ttl1.png);
  max-width: 678px;
  aspect-ratio: 678/48;
}
@media (max-width: 950px) {
  body.yokohama .page-goods-sub-ttl1 {
    --page-ttl-src: url(../img/yokohama/second_goods_sub_ttl1_sp.png);
    max-width: 90.4vw;
    aspect-ratio: 678/48;
  }
}
body.yokohama .page-goods-sub-ttl2 {
  --page-ttl-src: url(../img/yokohama/second_goods_sub_ttl2.png);
  max-width: 926px;
  aspect-ratio: 936/48;
}
@media (max-width: 950px) {
  body.yokohama .page-goods-sub-ttl2 {
    --page-ttl-src: url(../img/yokohama/second_goods_sub_ttl2_sp.png);
    max-width: 90.1333333333vw;
    aspect-ratio: 676/98;
  }
}
body.yokohama .page-opening-act-ttl {
  --page-ttl-src: url(../img/yokohama/second_openingact_ttl.png);
  max-width: 1198px;
  aspect-ratio: 1198/108;
}
@media (max-width: 950px) {
  body.yokohama .page-opening-act-ttl {
    --page-ttl-src: url(../img/yokohama/second_openingact_ttl_sp.png);
    max-width: 89.3333333333vw;
    aspect-ratio: 670/167;
  }
}
body.yokohama .page-opening-act-sub-ttl1 {
  --page-ttl-src: url(../img/yokohama/second_openingact_sub_ttl01.png);
  max-width: 516px;
  aspect-ratio: 516/48;
}
@media (max-width: 950px) {
  body.yokohama .page-opening-act-sub-ttl1 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.yokohama .page-movies-ttl {
  --page-ttl-src: url(../img/yokohama/second_movies_ttl.png);
  max-width: 950px;
  aspect-ratio: 950/109;
}
@media (max-width: 950px) {
  body.yokohama .page-movies-ttl {
    --page-ttl-src: url(../img/yokohama/second_movies_ttl_sp.png);
    max-width: 82.9333333333vw;
    aspect-ratio: 622/150;
  }
}
body.yokohama .page-news-ttl {
  --page-ttl-src: url(../img/yokohama/second_news_ttl.png);
  max-width: 871px;
  aspect-ratio: 871/99;
}
@media (max-width: 950px) {
  body.yokohama .page-news-ttl {
    --page-ttl-src: url(../img/yokohama/second_news_ttl_sp.png);
    max-width: 72.4vw;
    aspect-ratio: 543/152;
  }
}

body.osaka {
  --second-header-bg:url(../img/osaka/second_header_bg.png);
  --sub-section-ttl-arrow:url(../img/icon_arrow08.svg);
  --timetable-ttl01-bg: url(../img/osaka/timetable_ttl_bg01.png);
}
@media (max-width: 950px) {
  body.osaka {
    --second-header-bg:url(../img/osaka/second_header_bg_sp.png);
  }
}
body.osaka .page-about-ttl {
  --page-ttl-src: url(../img/osaka/second_about_ttl.png);
  max-width: 929px;
  aspect-ratio: 929/99;
}
@media (max-width: 950px) {
  body.osaka .page-about-ttl {
    --page-ttl-src: url(../img/osaka/second_about_ttl_sp.png);
    max-width: 87.3333333333vw;
    aspect-ratio: 655/151;
  }
}
body.osaka .page-about-sub-ttl1 {
  --page-ttl-src: url(../img/osaka/second_about_sub_ttl01.png);
  max-width: 477px;
  aspect-ratio: 477/48;
  margin-bottom: 30px;
}
@media (max-width: 950px) {
  body.osaka .page-about-sub-ttl1 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.osaka .page-archive-ttl {
  --page-ttl-src: url(../img/osaka/second_archive_ttl.png);
  max-width: 982px;
  aspect-ratio: 982/108;
}
@media (max-width: 950px) {
  body.osaka .page-archive-ttl {
    --page-ttl-src: url(../img/osaka/second_archive_ttl_sp.png);
    max-width: 87.3333333333vw;
    aspect-ratio: 655/151;
  }
}
body.osaka .page-artists-ttl {
  --page-ttl-src: url(../img/osaka/second_artists_ttl.png);
  max-width: 997px;
  aspect-ratio: 997/108;
}
@media (max-width: 950px) {
  body.osaka .page-artists-ttl {
    --page-ttl-src: url(../img/osaka/second_artists_ttl_sp.png);
    max-width: 89.3333333333vw;
    aspect-ratio: 670/151;
  }
}
body.osaka .page-artists-sub-ttl1 {
  --page-ttl-src: url(../img/osaka/second_artists_sub_ttl01.png);
  max-width: 705px;
  aspect-ratio: 705/48;
}
@media (max-width: 950px) {
  body.osaka .page-artists-sub-ttl1 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.osaka .page-artists-sub-ttl2 {
  --page-ttl-src: url(../img/osaka/second_artists_sub_ttl02.png);
  max-width: 402px;
  aspect-ratio: 402/48;
}
@media (max-width: 950px) {
  body.osaka .page-artists-sub-ttl2 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.osaka .page-artists-sub-ttl3 {
  --page-ttl-src: url(../img/osaka/second_artists_sub_ttl03.png);
  max-width: 494px;
  aspect-ratio: 494/48;
}
@media (max-width: 950px) {
  body.osaka .page-artists-sub-ttl3 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.osaka .page-artists-sub-ttl4 {
  --page-ttl-src: url(../img/osaka/second_artists_sub_ttl04.png);
  max-width: 647px;
  aspect-ratio: 647/51;
}
@media (max-width: 950px) {
  body.osaka .page-artists-sub-ttl4 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.osaka .page-artists-sub-ttl5 {
  --page-ttl-src: url(../img/osaka/second_artists_sub_ttl05.png);
  max-width: 653px;
  aspect-ratio: 653/48;
}
@media (max-width: 950px) {
  body.osaka .page-artists-sub-ttl5 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.osaka .page-artists-sub-ttl6 {
  --page-ttl-src: url(../img/osaka/second_artists_sub_ttl06.png);
  max-width: 664px;
  aspect-ratio: 664/48;
}
@media (max-width: 950px) {
  body.osaka .page-artists-sub-ttl6 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.osaka .page-artists-sub-ttl7 {
  --page-ttl-src: url(../img/osaka/second_artists_sub_ttl07.png);
  max-width: 448px;
  aspect-ratio: 448/48;
}
@media (max-width: 950px) {
  body.osaka .page-artists-sub-ttl7 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.osaka .page-tickets-ttl {
  --page-ttl-src: url(../img/osaka/second_tickets_ttl.png);
  max-width: 997px;
  aspect-ratio: 997/108;
}
@media (max-width: 950px) {
  body.osaka .page-tickets-ttl {
    --page-ttl-src: url(../img/osaka/second_tickets_ttl_sp.png);
    max-width: 89.4666666667vw;
    aspect-ratio: 671/150;
  }
}
body.osaka .page-guideline-ttl {
  --page-ttl-src: url(../img/osaka/second_guideline_ttl.png);
  max-width: 1074px;
  aspect-ratio: 1074/108;
}
@media (max-width: 950px) {
  body.osaka .page-guideline-ttl {
    --page-ttl-src: url(../img/osaka/second_guideline_ttl_sp.png);
    max-width: 92vw;
    aspect-ratio: 690/139;
  }
}
body.osaka .page-goods-ttl {
  --page-ttl-src: url(../img/osaka/second_goods_ttl.png);
  max-width: 934px;
  aspect-ratio: 934/108;
}
@media (max-width: 950px) {
  body.osaka .page-goods-ttl {
    --page-ttl-src: url(../img/osaka/second_goods_ttl_sp.png);
    max-width: 89.3333333333vw;
    aspect-ratio: 606/150;
  }
}
body.osaka .page-goods-sub-ttl1 {
  --page-ttl-src: url(../img/osaka/second_goods_sub_ttl1.png);
  max-width: 678px;
  aspect-ratio: 678/48;
}
@media (max-width: 950px) {
  body.osaka .page-goods-sub-ttl1 {
    --page-ttl-src: url(../img/osaka/second_goods_sub_ttl1_sp.png);
    max-width: 90.4vw;
    aspect-ratio: 678/48;
  }
}
body.osaka .page-goods-sub-ttl2 {
  --page-ttl-src: url(../img/osaka/second_goods_sub_ttl2.png);
  max-width: 926px;
  aspect-ratio: 936/48;
}
@media (max-width: 950px) {
  body.osaka .page-goods-sub-ttl2 {
    --page-ttl-src: url(../img/osaka/second_goods_sub_ttl2_sp.png);
    max-width: 90.1333333333vw;
    aspect-ratio: 676/98;
  }
}
body.osaka .page-opening-act-ttl {
  --page-ttl-src: url(../img/osaka/second_openingact_ttl.png);
  max-width: 1198px;
  aspect-ratio: 1198/108;
}
@media (max-width: 950px) {
  body.osaka .page-opening-act-ttl {
    --page-ttl-src: url(../img/osaka/second_openingact_ttl_sp.png);
    max-width: 89.3333333333vw;
    aspect-ratio: 670/167;
  }
}
body.osaka .page-opening-act-sub-ttl1 {
  --page-ttl-src: url(../img/osaka/second_openingact_sub_ttl01.png);
  max-width: 516px;
  aspect-ratio: 516/48;
}
@media (max-width: 950px) {
  body.osaka .page-opening-act-sub-ttl1 {
    height: 5.3333333333vw;
    background-size: auto 100%;
  }
}
body.osaka .page-movies-ttl {
  --page-ttl-src: url(../img/osaka/second_movies_ttl.png);
  max-width: 950px;
  aspect-ratio: 950/109;
}
@media (max-width: 950px) {
  body.osaka .page-movies-ttl {
    --page-ttl-src: url(../img/osaka/second_movies_ttl_sp.png);
    max-width: 82.9333333333vw;
    aspect-ratio: 622/150;
  }
}
body.osaka .page-news-ttl {
  --page-ttl-src: url(../img/osaka/second_news_ttl.png);
  max-width: 871px;
  aspect-ratio: 871/99;
}
@media (max-width: 950px) {
  body.osaka .page-news-ttl {
    --page-ttl-src: url(../img/osaka/second_news_ttl_sp.png);
    max-width: 72.4vw;
    aspect-ratio: 543/152;
  }
}

/*-----------------------------------------------------------
animation
-------------------------------------------------------------*/
.gsap_basic {
  opacity: 0;
}

.gsap_basic2 {
  opacity: 0;
}

.gsap_multi > * {
  opacity: 0;
}

.gsap_multi2 > * {
  opacity: 0;
}