@import url("https://fonts.googleapis.com/css2?family=family=Noto+Sans+JP:wght@100..900&display=swap");
/*! 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 {
  --thema-color1:#bdff00;
  --thema-color2:#0098ff;
  --team-color1:#a70000;
  --team-color2:#008c24;
  --team-color3:#0028d3;
  --team-color4:#f9c100;
  --team-color5:#ff00f0;
  --team-color6:#00c0ff;
  --team-color7:#ff7e00;
  --team-color8:#68d200;
  --team-color9:#9300fa;
  --team-color10:#71737e;
  --header-height:100px;
}
@media (max-width: 768px) {
  :root {
    --header-height:50px;
  }
}

/*-----------------------------------------------------------
commons
-------------------------------------------------------------*/
/*===============================================*
*	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: 768px) {
  .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: 768px) {
  .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;
  }
}
/* 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;
}

/* other style
------------------------------------------------*/
.indent {
  text-indent: -1em;
  margin-left: 1em;
}

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

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

/*-----------------------------------------------------------
base
-------------------------------------------------------------*/
@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}
html,
body {
  background: #000;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: var(--header-height);
}

body {
  font-family: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  padding-top: var(--header-height);
}

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

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

.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: 0;
  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: 768px) {
  .btn_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .btn_wrap img {
    max-width: 100%;
    height: auto;
  }
}
.btn_wrap a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn_wrap a:hover img {
  opacity: 0.7;
}
.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: 19px;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  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) !important;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  --btn_height: 40px;
  --btn_bg_color: transparent;
  --btn_border_color: #fff;
  --btn_txt_color: #fff;
}
@media (max-width: 768px) {
  .btn {
    letter-spacing: 0.015em;
    font-size: 1.4rem;
    padding-inline: 20px;
  }
}
.btn:hover {
  --btn_bg_color: rgba(255,255,255,0.1);
}
.btn.arrow1 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
  padding-right: 34px;
}
.btn.arrow1::after {
  content: "";
  display: block;
  width: 7px;
  height: 11px;
  background: url(../img/arrow01.svg) no-repeat 50% 50%/100% auto;
  position: absolute;
  right: 9px;
}
.btn.btn-color2 {
  --btn_height: 40px;
  --btn_bg_color: transparent;
  --btn_border_color: var(--thema-color4);
  --btn_txt_color: var(--thema-color4);
}
.btn.btn-color2:hover {
  --btn_bg_color: rgba(140,15,25,0.1);
}
.btn.btn-color2.arrow1::after {
  background-image: url(../img/arrow02.svg);
}

.img_wrap img {
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------
header
-------------------------------------------------------------*/
/*===============================================*
*	header
*===============================================*/
header {
  height: var(--header-height);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #000;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: var(--header-height);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 0 30px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media (max-width: 768px) {
  header .inner {
    margin-inline: 2.6666666667vw;
  }
}
header .logo {
  width: 234px;
  aspect-ratio: 234/41;
  margin-inline: 0 auto;
}
@media (max-width: 768px) {
  header .logo {
    width: 31.2vw;
  }
}
header .logo img {
  width: 100%;
  height: auto;
}
header .logo a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header .logo a:hover {
  opacity: 0.7;
}
header #bnrTicket {
  position: absolute;
  right: 115px;
}
@media (max-width: 768px) {
  header #bnrTicket {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    left: 0;
    height: 70px;
    text-align: center;
    -ms-flex-line-pack: center;
        align-content: center;
    right: auto;
  }
}
header #bnrTicket img {
  width: 100%;
}
@media (max-width: 768px) {
  header #bnrTicket img {
    width: 295px;
    height: auto;
  }
}
header #bnrTicket a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
header #bnrTicket a:hover {
  opacity: 0.7;
}

#btnMenu {
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(22, 26, 64)), to(rgb(18, 62, 93)));
  background: linear-gradient(0deg, rgb(22, 26, 64) 0%, rgb(18, 62, 93) 100%);
  width: 70px;
  height: 70px;
  border: 1px solid #3a6e93;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  gap: 7px;
  -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: fixed;
  z-index: 110;
  right: 15px;
  top: 15px;
}
@media (max-width: 768px) {
  #btnMenu {
    width: 40px;
    height: 40px;
    gap: 3.5px;
    right: 5px;
    top: 5px;
  }
}
#btnMenu i {
  display: block;
  background: var(--thema-color1);
  width: 30px;
  height: 3px;
  margin-inline: auto;
  -webkit-transition: rotate 0.3s, opacity 0.3s, translate 0.3s;
  transition: rotate 0.3s, opacity 0.3s, translate 0.3s;
}
@media (max-width: 768px) {
  #btnMenu i {
    width: 15px;
    height: 1.5px;
  }
}
#btnMenu::before, #btnMenu::after {
  content: "";
  background: #3a6e93;
  width: 36px;
  height: 5px;
  display: block;
  clip-path: polygon(0 0, 100% 0, calc(100% - 4px) 100%, 4px 100%);
  left: 50%;
  translate: -50% 0;
  position: absolute;
}
@media (max-width: 768px) {
  #btnMenu::before, #btnMenu::after {
    width: 18px;
    height: 2.5px;
    clip-path: polygon(0 0, 100% 0, calc(100% - 2px) 100%, 2px 100%);
  }
}
#btnMenu::before {
  top: 0;
}
#btnMenu::after {
  bottom: 0;
  rotate: 180deg;
}
#btnMenu.is-active {
  background: none;
  border: none;
}
#btnMenu.is-active::before, #btnMenu.is-active::after {
  display: none;
}
#btnMenu.is-active i:nth-child(1) {
  rotate: 45deg;
  translate: 0 10px;
}
@media (max-width: 768px) {
  #btnMenu.is-active i:nth-child(1) {
    translate: 0 5px;
  }
}
#btnMenu.is-active i:nth-child(2) {
  opacity: 0;
}
#btnMenu.is-active i:nth-child(3) {
  rotate: 135deg;
  translate: 0 -10px;
}
@media (max-width: 768px) {
  #btnMenu.is-active i:nth-child(3) {
    translate: 0 -5px;
  }
}

#gNavi {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  background: #000;
  border-left: 1px solid var(--thema-color1);
  translate: 100% 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(22, 26, 64)), to(rgb(18, 62, 93)));
  background-image: linear-gradient(0deg, rgb(22, 26, 64) 0%, rgb(18, 62, 93) 100%);
  width: 360px;
  padding-top: 110px;
  -webkit-transition: translate 0.5s, -webkit-filter 0.5s;
  transition: translate 0.5s, -webkit-filter 0.5s;
  transition: translate 0.5s, filter 0.5s;
  transition: translate 0.5s, filter 0.5s, -webkit-filter 0.5s;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}
@media (max-width: 768px) {
  #gNavi {
    height: 100svh;
    overflow-y: auto;
    padding-top: 60px;
    width: 72vw;
  }
}
#gNavi ul li a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#gNavi ul li a:hover {
  opacity: 0.6;
}
#gNavi .main_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
}
@media (max-width: 768px) {
  #gNavi .main_menu ul {
    gap: 17px;
  }
}
#gNavi .main_menu ul li {
  background: url(../img/menu_line.svg) no-repeat 0 50%;
  padding-left: 58px;
}
@media (max-width: 768px) {
  #gNavi .main_menu ul li {
    background-size: 20px;
    padding-left: 30px;
  }
  #gNavi .main_menu ul li img {
    height: 16px;
    width: auto;
  }
}
#gNavi .sns_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-content: center;
  gap: 36px;
  padding-block: 34px 54px;
}
body.is-on-menu #gNavi {
  translate: 0 0;
  -webkit-filter: blur(0);
          filter: blur(0);
}

/*-----------------------------------------------------------
footer
-------------------------------------------------------------*/
/*===============================================*
*	footer
*===============================================*/
#footer {
  background: #222222;
  text-align: center;
  padding-block: 60px;
}
@media (max-width: 768px) {
  #footer {
    padding-inline: 4vw;
    padding-block: 30px 110px;
  }
}
#footer .footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-content: center;
  gap: 60px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #footer .footer_logo {
    margin-bottom: 25px;
    gap: 38px;
  }
}
#footer .footer_logo img {
  width: 100%;
  height: auto;
}
#footer .footer_logo a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#footer .footer_logo a:hover {
  opacity: 0.7;
}
#footer .footer_logo li:nth-child(1) {
  width: 235px;
  aspect-ratio: 235/40;
}
@media (max-width: 768px) {
  #footer .footer_logo li:nth-child(1) {
    width: 148px;
  }
}
#footer .footer_logo li:nth-child(2) {
  width: 71px;
  aspect-ratio: 71/48;
}
@media (max-width: 768px) {
  #footer .footer_logo li:nth-child(2) {
    width: 45px;
  }
}
#footer .footer_link {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  #footer .footer_link {
    margin-bottom: 25px;
  }
}
#footer .footer_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 45px;
}
@media (max-width: 768px) {
  #footer .footer_link ul {
    gap: 30px;
  }
}
#footer .footer_link ul li a {
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #footer .footer_link ul li a {
    font-size: 1rem;
  }
}
#footer p {
  color: #fff;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  line-height: 1.8;
  text-wrap: balance;
}
@media (max-width: 768px) {
  #footer p {
    font-size: 0.9rem;
    line-height: 1.8;
  }
  #footer p + p {
    margin-top: 7px;
  }
}

/*-----------------------------------------------------------
content
-------------------------------------------------------------*/
#mainVisual {
  background: url(../img/bg_mv.webp) no-repeat 50% 0/cover;
  position: relative;
  padding-block: 0 120px;
}
@media (max-width: 768px) {
  #mainVisual {
    background: url(../img/bg_mv_sp.webp) no-repeat 50% 0/cover;
    padding-block: 0 60px;
  }
}
#mainVisual img {
  width: 100%;
  height: auto;
}
#mainVisual h1 {
  z-index: 1;
  width: 41.2666666667vw;
  width: 81.266667vw;
  padding-top: 13.3333333333vw;
  padding-top: 0%;
  margin-inline: auto;
  margin-bottom: -2.3333333333vw;
  margin-bottom: -0.3333333333vw;
}
@media (max-width: 768px) {
  #mainVisual h1 {
    width: 60.6666666667vw;
    width: 100%;
    padding-top: 19.6vw;
    padding-top: 0vw;
    margin-bottom: 1.066667vw;
  }
}
#mainVisual .mv_txt1 {
  text-align: center;
  width: 63.4vw;
  display: block;
  margin-inline: auto;
  margin-bottom: -1.6vw;
}
@media (max-width: 768px) {
  #mainVisual .mv_txt1 {
    width: 86.9333333333vw;
    margin-bottom: 0.8vw;
  }
}
#mainVisual .mv_txt2 {
  text-align: center;
  width: 57.3333333333vw;
  display: block;
  margin-inline: auto;
  margin-bottom: 4.2666666667vw;
}
@media (max-width: 768px) {
  #mainVisual .mv_txt2 {
    width: 94.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
#mainVisual .mv_txt3 {
  text-align: center;
  width: 57.3333333333vw;
  display: block;
  margin-inline: auto;
  margin-bottom: 4.2666666667vw;
  margin-bottom: 0vw;
}
@media (max-width: 768px) {
  #mainVisual .mv_txt3 {
    width: 94.6666666667vw;
    margin-bottom: 5.3333333333vw;
    margin-bottom: 0vw;
  }
}

#mainVisual .mv_prayer {
  display: block;
  text-align: center;
  width: 78.6666666667vw;
  margin-inline: auto;
  margin-bottom: 65px;
}
@media (max-width: 768px) {
  #mainVisual .mv_prayer {
    width: 94.6666666667vw;
    margin-bottom: 33px;
  }
}
#mainVisual .mv_news {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  max-width: 874px;
  min-height: 165px;
  margin-inline: auto;
  color: #fff;
  padding: 80px 46px 60px 46px;
}
@media (max-width: 768px) {
  #mainVisual .mv_news {
    width: 94.1333333333vw;
    padding: 32px 5.8666666667vw 30px;
  }
}
#mainVisual .mv_news::before, #mainVisual .mv_news::after {
  content: "";
  position: absolute;
  z-index: 0;
}
#mainVisual .mv_news::before {
  inset: -6px auto auto 0;
  background: url(../img/mv_frame1.webp) no-repeat 0 0;
  width: 752px;
  height: 46px;
}
@media (max-width: 768px) {
  #mainVisual .mv_news::before {
    background: url(../img/mv_frame1_sp.webp) no-repeat 0 0/100%;
    width: 80.9333333333vw;
    height: 4.9333333333vw;
    inset: -0.6666666667vw auto auto 0;
  }
}
#mainVisual .mv_news::after {
  inset: auto -8px -6px auto;
  background: url(../img/mv_frame2.webp) no-repeat 0 0;
  width: 766px;
  height: 113px;
}
@media (max-width: 768px) {
  #mainVisual .mv_news::after {
    background: url(../img/mv_frame2_sp.webp) no-repeat 0 0/100%;
    width: 82.4vw;
    height: 12.1333333333vw;
    inset: auto -0.6666666667vw -0.5333333333vw auto;
  }
}
#mainVisual .mv_news dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #mainVisual .mv_news dl {
    gap: 30px;
  }
}
#mainVisual .mv_news dl .news_item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 138px auto;
  grid-template-columns: 138px auto;
}
@media (max-width: 768px) {
  #mainVisual .mv_news dl .news_item {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 4px;
  }
}
#mainVisual .mv_news dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  #mainVisual .mv_news dl dt {
    font-size: 1.2rem;
    line-height: 1.4166666667;
  }
}
#mainVisual .mv_news dl dd {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  #mainVisual .mv_news dl dd {
    font-size: 1.4rem;
    line-height: 1.8;
    font-weight: 400;
  }
}
#mainVisual .mv_news dl dd a {
  text-decoration: underline;
}
#mainVisual .mv_news dl dd a:hover {
  text-decoration: none;
}

section {
  width: 100%;
  position: relative;
  padding-block: 90px 120px;
  background: #000;
}
@media (max-width: 768px) {
  section {
    padding: 45px 0 60px;
  }
}
section .inner > article {
  padding-inline: 30px;
}
@media (max-width: 768px) {
  section .inner > article {
    padding-inline: 0;
  }
}
section .img_title {
  position: relative;
  margin-bottom: 60px;
  margin-left: -30px;
}
@media (max-width: 768px) {
  section .img_title {
    margin-left: -4vw;
    margin-bottom: 30px;
    overflow: hidden;
  }
}
section .img_title img {
  translate: -55px 0;
}
@media (max-width: 768px) {
  section .img_title img {
    translate: -23px 0;
  }
}
@media (max-width: 768px) {
  section .img_title:has(picture) img {
    height: 73px;
  }
}
section .img_title:not(:has(picture)) img {
  height: 110px;
  width: auto;
}
@media (max-width: 768px) {
  section .img_title:not(:has(picture)) img {
    height: 55px;
  }
}
section .img_title2 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  section .img_title2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  section .img_title2 img {
    width: auto;
    height: 20px;
  }
}
section .banner_list1 {
  display: -ms-grid;
  display: grid;
}
@media (max-width: 768px) {
  section .banner_list1 {
    padding-inline: 2vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section .banner_list1 li {
  max-width: 360px;
}
@media (max-width: 768px) {
  section .banner_list1 li {
    max-width: 48vw;
  }
}
section .banner_list1 li img {
  width: 100%;
  height: auto;
}
section .banner_list2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  section .banner_list2 {
    -ms-grid-columns: 1fr 5.3333333333vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 5.3333333333vw;
    padding-inline: 2vw;
  }
}
section .banner_list2 li img {
  width: 100%;
  height: auto;
}
section .banner_list3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 140px 1fr;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(3, 1fr);
  gap: 140px;
}
@media (max-width: 768px) {
  section .banner_list3 {
    -ms-grid-columns: 1fr 12vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 12vw;
    gap: 8vw 12vw;
    padding-inline: 2vw;
  }
}
section .banner_list3 li img {
  width: 100%;
  height: auto;
}
section .banner_list3 li:nth-child(1) {
  max-width: 341px;
  aspect-ratio: 341/76;
}
@media (max-width: 768px) {
  section .banner_list3 li:nth-child(1) {
    max-wwidth: 36vw;
  }
}
section .banner_list3 li:nth-child(2) {
  max-width: 325px;
  aspect-ratio: 325/76;
}
@media (max-width: 768px) {
  section .banner_list3 li:nth-child(2) {
    max-width: 34.2666666667vw;
  }
}
section .full_img1 {
  display: block;
}
section .full_img1 img {
  width: 100%;
  height: auto;
}
section .full_img2 {
  display: block;
  padding-inline: 60px;
}
@media (max-width: 768px) {
  section .full_img2 {
    padding-inline: 0;
    margin-inline: -2.6666666667vw;
  }
}
section .full_img2 img {
  width: 100%;
  height: auto;
}
section .full_img3 {
  display: block;
  padding-inline: 50px;
}
@media (max-width: 768px) {
  section .full_img3 {
    padding-inline: 0;
    margin-inline: 0;
  }
}
section .full_img3 img {
  width: 100%;
  height: auto;
}
section a {
  text-underline-offset: 3px;
}
section a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
section a:hover img {
  opacity: 0.7;
}
section p {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.18em;
  text-wrap: balance;
}
@media (max-width: 768px) {
  section p {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
  }
}
section article + article {
  margin-top: 120px;
}
@media (max-width: 768px) {
  section article + article {
    margin-top: 45px;
  }
}
section .rule_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24.5614035088% 75.4385964912%;
  grid-template-columns: 24.5614035088% 75.4385964912%;
  max-width: 970px;
  width: 100%;
}
@media (max-width: 768px) {
  section .rule_list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 25px;
  }
}
section .rule_list + .rule_list {
  margin-top: 90px;
}
@media (max-width: 768px) {
  section .rule_list + .rule_list {
    margin-top: 43px;
  }
}
section .rule_list dt {
  color: var(--thema-color1);
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 768px) {
  section .rule_list dt {
    font-size: 1.6rem;
  }
}
section .rule_list dd {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  section .rule_list dd {
    font-size: 1.4rem;
  }
}
section .rule_list dd .dd_ticket {
  font-size: 2.4rem;
  font-weight: bold;
  color: #bdff12;
}
@media (max-width: 768px) {
  section .rule_list dd .dd_ticket {
    font-size: 1.8rem;
  color: #fff;
  }
}


section .rule_list dd + dd {
  margin-top: 32px;
}
section .rule_list dd img {
  max-width: 100%;
  height: auto;
}
section .rule_list dd strong {
  font-weight: 700;
}
section .rule_list dd a:not(:has(img)) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section .rule_list dd a:not(:has(img))::before {
  content: "";
  background: url(../img/arrow01.svg) no-repeat 0 50%/100% auto;
  width: 9px;
  aspect-ratio: 9/12;
}
section .rule_list dd a:not(:has(img)) span {
  text-decoration: underline;
}
section .rule_list dd a:not(:has(img)):hover span {
  text-decoration: none;
}

#live_stream iframe {
  width: 100%;
  aspect-ratio: 1140/642;
}
@media (max-width: 768px) {
  #live_stream iframe {
    aspect-ratio: 710/400;
  }
}

#overview {
  background: url(../img/bg_overview.webp) no-repeat 50% 0/cover;
}
@media (max-width: 768px) {
  #overview {
    background: url(../img/bg_overview_sp.webp) no-repeat 50% 0/cover;
  }
}

@media (max-width: 768px) {
  #ticket .btn_wrap img {
    max-width: 81.3333333333vw;
    height: auto;
  }
}
#ticket .ticket_info {
  text-align: center;
}
#ticket .ticket_info p {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  #ticket .ticket_info p {
    font-size: 1.1rem;
  }
}
#ticket .ticket_info p strong {
  font-size: 2rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #ticket .ticket_info p strong {
    font-size: 1.4rem;
  }
}
#ticket .ticket_info p a {
  color: var(--thema-color2);
  text-decoration: underline;
}
#ticket .ticket_info p a:hover {
  text-decoration: none;
}

#access {
  background: url(../img/bg_access.webp) no-repeat 50% 0/cover;
}
@media (max-width: 768px) {
  #access {
    background: url(../img/bg_access_sp.webp) no-repeat 50% 0/cover;
  }
}
#access .access_map {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3.5087719298% 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5087719298%;
}
@media (max-width: 768px) {
  #access .access_map {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 30px;
  }
}
#access .access_map picture,
#access .access_map iframe {
  aspect-ratio: 550/420;
}
@media (max-width: 768px) {
  #access .access_map picture,
  #access .access_map iframe {
    aspect-ratio: 690/527;
  }
}
#access .access_map img {
  width: 100%;
  height: auto;
}
#access .access_info {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  #access .access_info {
    margin-top: 23px;
    gap: 19px;
  }
}
#access .access_info p {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #access .access_info p {
    font-size: 1.4rem;
  }
}
#access .access_info p a {
  color: var(--thema-color2);
  text-decoration: underline;
}
#access .access_info p a:hover {
  text-decoration: none;
}

#cast .prayer_grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 48.2456140351% 3.5087719298% 48.2456140351%;
  grid-template-columns: repeat(2, 48.2456140351%);
  gap: 40px 3.5087719298%;
}
@media (max-width: 768px) {
  #cast .prayer_grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    gap: 15px;
  }
}
#cast .prayer_grid .prayer_grid_item {
  border: 3px solid var(--team-color);
  border-radius: 6px;
  padding: 20px;
}
@media (max-width: 768px) {
  #cast .prayer_grid .prayer_grid_item {
    border-width: 0.8vw;
    border-radius: 3px;
    padding: 12px 2.6666666667vw;
  }
}
#cast .prayer_grid .prayer_grid_item .cast_list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  gap: 6%;
}
@media (max-width: 768px) {
  #cast .prayer_grid .prayer_grid_item .cast_list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 80vw;
  }
}
#cast .prayer_grid .prayer_grid_item .cast_list > li {
  width: 28%;
}
@media (max-width: 768px) {
  #cast .prayer_grid .prayer_grid_item .cast_list > li {
    width: 24vw;
    max-width: 24vw;
  }
}
#cast .prayer_grid .prayer_grid_item.team_color1 {
  --team-color:var(--team-color1);
}
#cast .prayer_grid .prayer_grid_item.team_color2 {
  --team-color:var(--team-color2);
}
#cast .prayer_grid .prayer_grid_item.team_color3 {
  --team-color:var(--team-color3);
}
#cast .prayer_grid .prayer_grid_item.team_color4 {
  --team-color:var(--team-color4);
}
#cast .prayer_grid .prayer_grid_item.team_color5 {
  --team-color:var(--team-color5);
}
#cast .prayer_grid .prayer_grid_item.team_color6 {
  --team-color:var(--team-color6);
}
#cast .prayer_grid .prayer_grid_item.team_color7 {
  --team-color:var(--team-color7);
}
#cast .prayer_grid .prayer_grid_item.team_color8 {
  --team-color:var(--team-color8);
}
#cast .prayer_grid .prayer_grid_item.team_color9 {
  --team-color:var(--team-color9);
}
#cast .prayer_grid .prayer_grid_item.team_color10 {
  --team-color:var(--team-color10);
}
#cast .prayer_grid .prayer_grid_item .team_name {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 14px auto;
  grid-template-columns: repeat(2, auto);
  color: #fff;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.5833333333;
  gap: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #cast .prayer_grid .prayer_grid_item .team_name {
    font-size: 1.5rem;
    line-height: 1.6;
    gap: 8px;
    margin-bottom: 15px;
  }
}
#cast .prayer_grid .prayer_grid_item .team_name span {
  background: var(--team-color);
  font-size: 1.8rem;
  padding-inline: 17px;
  line-height: 2.1111111111;
  white-space: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 768px) {
  #cast .prayer_grid .prayer_grid_item .team_name span {
    font-size: 1.1rem;
    line-height: 2.1818181818;
    padding-inline: 12px;
  }
}
#cast .cast_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

@media (max-width: 768px) {
  #cast .cast_list {
    gap: 4vw;
  }
}
#cast .cast_list > li {
  max-width: 140px;
  width: 100%;
}
@media (max-width: 768px) {
  #cast .cast_list > li {
    width: 24vw;
    max-width: 24vw;
  }
}
#cast .cast_list > li .cast_name {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  padding-block: 8px;
}
#cast .cast_list > li .sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-content: center;
  gap: 0 12px;
}
#cast .cast_list > li .sns_list li:nth-child(1) {
  width: 15.7142857143%;
}
#cast .cast_list > li .sns_list li:nth-child(2) {
  width: 22.1428571429%;
}
#cast .cast_list > li .sns_list li:nth-child(3) {
  width: 18.5714285714%;
}
#cast .cast_list > li .sns_list li img {
  width: 100%;
  height: auto;
}

#cast .inner .cast_annotation {
  text-align: right;
  margin-top: 60px;
  font-size: 14px;
}
@media (max-width: 768px) {
  #cast .inner .cast_annotation {
    text-align: center;
    font-size: 3.7vw;
  }
}



#rule {
  background: url(../img/bg_rule.webp) no-repeat 50% 0/cover;
}
@media (max-width: 768px) {
  #rule {
    background: url(../img/bg_rule_sp.webp) no-repeat 50% 0/cover;
  }
}

#schedule .schedule_caption {
  text-align: right;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  margin-top: 20px;
  line-height: 1;
  padding-inline: 90px;
}
@media (max-width: 768px) {
  #schedule .schedule_caption {
    font-size: 1.1rem;
    padding-inline: 0;
  }
}

#goods {
  background: url(../img/bg_goods.webp) no-repeat 50% 0/cover;
}
@media (max-width: 768px) {
  #goods {
    background: url(../img/bg_goods_sp.webp) no-repeat 50% 0/cover;
  }
}

#what {
  background: url(../img/bg_what_is.webp) no-repeat 50% 50%/cover;
}
@media (max-width: 768px) {
  #what {
    background: url(../img/bg_what_is_sp.webp) no-repeat 50% 50%/cover;
  }
}
#what .what_msg {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 768px) {
  #what .what_msg {
    font-size: 1.4rem;
    line-height: 1.7857142857;
    font-weight: 400;
  }
}

/*-----------------------------------------------------------
animation
-------------------------------------------------------------*/