@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
ul,
p {
  margin: 0;
  padding: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.font,
body {
  font-family: "neue-haas-grotesk-display", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", sans-serif;
}
.hidden {
  visibility: hidden;
}
* {
  box-sizing: border-box;
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
  word-break: break-all;
}
img {
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}
body {
  width: 100%;
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 2.5px;
  line-height: 1.9;
  color: #FFFFFF;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-feature-settings: "palt";
}
@media all and (min-width: 1440px) {
  body {
    background-color: #F40F1B;
  }
}
@media all and (max-width: 525px) {
  body {
    font-size: 15px;
  }
}
body #content {
  background-color: #F40F1B;
  position: relative;
  padding: 60px 60px 0 60px;
  width: 100%;
}
@media all and (min-width: 1440px) {
  body #content {
    width: 1320px;
    padding: 60px 0 0 0;
    margin: 0 auto;
  }
}
@media all and (max-width: 859px) {
  body #content {
    padding: 40px;
  }
}
@media all and (max-width: 525px) {
  body #content {
    padding: 25px;
  }
}
body #content .headimg {
  margin-bottom: 60px;
}
body #content .headimg img {
  width: 100%;
}
body #content .headimg img.pc {
  display: block;
}
@media all and (max-width: 859px) {
  body #content .headimg img.pc {
    display: none;
  }
}
body #content .headimg img.sp {
  display: none;
}
@media all and (max-width: 859px) {
  body #content .headimg img.sp {
    display: block;
  }
}
body #content .main {
  display: block;
}
body #content .main .comp {
  border-top: 1px solid ;
  padding: 60px 0;
}
body #content .main .comp.live {
  padding: 27px 0;
}
@media all and (max-width: 859px) {
  body #content .main .comp.live {
    padding: 20px 0;
  }
}
body #content .main .comp .comp__inner {
  position: relative;
}
body #content .main .comp .comp__inner .smallhead {
  color: #010101;
  line-height: 1.5;
  font-size: 32px;
  letter-spacing: 4px;
  margin-bottom: 27px;
}
body #content .main .comp .comp__inner .smallhead.bf__selecta {
  margin-bottom: 166px;
}
@media all and (max-width: 859px) {
  body #content .main .comp .comp__inner .smallhead.bf__selecta {
    margin-bottom: 126px;
  }
}
@media all and (max-width: 859px) {
  body #content .main .comp .comp__inner .smallhead {
    font-size: 20px;
  }
}
body #content .main .comp .comp__inner .listhead {
  display: inline-block;
  width: fit-content;
  line-height: 1;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 3px;
  margin-bottom: 17px;
}
body #content .main .comp .comp__inner .txt {
  font-weight: 400;
  margin-bottom: 17px;
}
body #content .main .comp .comp__inner .txt.l1 {
  line-height: 1;
  padding-bottom: 17px;
}
body #content .main .comp .comp__inner .txt__m {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 17px;
}
@media all and (max-width: 859px) {
  body #content .main .comp .comp__inner .txt__m {
    font-size: 12px;
  }
}
body #content .main .comp .comp__inner .link {
  margin-bottom: 0;
}
body #content .main .comp .comp__inner .link a {
  font-size: 15px;
  display: block;
  width: fit-content;
  color: #FFFFFF;
  line-height: 1;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 3px;
}
@media all and (max-width: 859px) {
  body #content .main .comp .comp__inner .link a {
    font-size: 13px;
  }
}
body #content .main .comp .comp__inner .link a:hover {
  border-bottom: 1px solid transparent;
}
.sp body #content .main .comp .comp__inner .link a:hover,
.tablet body #content .main .comp .comp__inner .link a:hover {
  border-bottom: 1px solid #FFFFFF;
}
body #content .main .comp .comp__inner .youtube {
  display: block;
  position: relative;
  margin: 37px 0 27px 0;
  width: 100%;
  padding-top: 56.25%;
  border: 1px solid #FFFFFF;
}
@media all and (max-width: 859px) {
  body #content .main .comp .comp__inner .youtube {
    margin: 17px 0;
  }
}
body #content .main .comp .comp__inner .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body #content .main .comp .comp__inner .googlemap {
  display: block;
  margin: 37px 0 27px 0;
}
@media all and (max-width: 859px) {
  body #content .main .comp .comp__inner .googlemap iframe {
    width: 100%;
    height: 400px;
  }
}
@media all and (max-width: 525px) {
  body #content .main .comp .comp__inner .googlemap iframe {
    width: 100%;
    height: 600px;
  }
}
body #content .main .comp .comp__inner .selecta {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 76px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body #content .main .comp .comp__inner .selecta.fixed {
  position: fixed;
  width: calc((100% - 120px));
  top: -30px;
  left: 60px;
}
body #content .main .comp .comp__inner .selecta.back {
  display: none;
}
@media all and (min-width: 1440px) {
  body #content .main .comp .comp__inner .selecta {
    width: 1320px;
    left: auto;
  }
  body #content .main .comp .comp__inner .selecta.fixed {
    width: 1320px;
    left: auto;
  }
}
@media all and (max-width: 859px) {
  body #content .main .comp .comp__inner .selecta {
    margin-top: 66px;
  }
  body #content .main .comp .comp__inner .selecta.fixed {
    width: calc((100% - 80px));
    left: 40px;
  }
}
@media all and (max-width: 525px) {
  body #content .main .comp .comp__inner .selecta {
    margin-top: 56px;
  }
  body #content .main .comp .comp__inner .selecta.fixed {
    width: calc((100% - 50px));
    left: 25px;
  }
}
body #content .main .comp .comp__inner .selecta a {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  width: 50%;
  background: #F40F1B;
}
body #content .main .comp .comp__inner .selecta a.on {
  color: #F40F1B;
  background: #FFFFFF;
}
body #content .main .comp .comp__inner .selecta a.on:hover {
  color: #F40F1B;
  border: 1px solid #010101;
  background: #010101;
}
.sp body #content .main .comp .comp__inner .selecta a.on:hover,
.tablet body #content .main .comp .comp__inner .selecta a.on:hover {
  color: #F40F1B;
  background: #FFFFFF;
  border: 1px solid #FFFFFF;
}
body #content .main .comp .comp__inner .selecta a:hover {
  background: #010101;
}
.sp body #content .main .comp .comp__inner .selecta a:hover,
.tablet body #content .main .comp .comp__inner .selecta a:hover {
  background: #F40F1B;
}
body #content .main .comp .comp__inner .selecta a .switch {
  text-align: center;
  margin: 20px auto;
  font-size: 25px;
}
@media all and (max-width: 859px) {
  body #content .main .comp .comp__inner .selecta a .switch {
    margin: 10px auto;
    font-size: 18px;
  }
}
body #content .main .comp .comp__inner .prog {
  position: relative;
}
body #content .main .comp .comp__inner .prog .lineup {
  display: none;
}
body #content .main .comp .comp__inner .prog .lineup.on {
  display: block;
}
body #content .main .comp .comp__inner .prog .lineup .prog__desc {
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 33px;
  margin-bottom: 47px;
}
body #content .main .comp .comp__inner .prog .lineup .prog__desc .attention {
  margin-top: 20px;
  font-weight: 700;
}
body #content .main .comp .comp__inner .prog .lineup .listhead {
  line-height: 1.25;
  border-bottom: 1px solid transparent;
}
body #content .main .comp .comp__inner .prog .lineup .tt {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 33px;
  margin-bottom: 47px;
}
body #content .main .comp .comp__inner .prog .lineup .tt.last {
  border-bottom: 1px solid transparent;
  padding-bottom: 3px;
  margin-bottom: 0px;
}
body #content .main .comp .comp__inner .prog .lineup .tt .tt__head {
  width: fit-content;
  border: 1px solid #FFFFFF;
  padding: 3px 10px 2px 10px;
  margin-bottom: 37px;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 64px 0 3px 0;
  margin: 17px 0;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul.first {
  padding-top: 0;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul.bt {
  margin-bottom: 0px;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul.mini {
  padding-top: 20px;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .time {
  padding-bottom: 3px;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .time.psc__head {
  margin-bottom: 17px;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp {
  position: relative;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__head,
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__marker {
  margin-bottom: 17px;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__head.smb,
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__marker.smb {
  margin-bottom: -17px;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__head {
  font-size: 30px;
  margin-bottom: 12px;
  color: #010101;
}
@media all and (max-width: 859px) {
  body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__head {
    font-size: 25px;
  }
}
@media all and (max-width: 525px) {
  body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__head {
    font-size: 20px;
  }
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__marker {
  font-size: 25px;
  margin-bottom: 12px;
  color: #FFFFFF;
}
@media all and (max-width: 859px) {
  body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__marker {
    font-size: 20px;
  }
}
@media all and (max-width: 525px) {
  body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__marker {
    font-size: 15px;
  }
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp {
  position: relative;
  margin-top: 31px;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener {
  position: relative;
  width: 100%;
  height: 65px;
}
@media all and (max-width: 525px) {
  body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener {
    height: 51px;
  }
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener .open,
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener .close {
  width: 100%;
  position: absolute;
  height: 65px;
  top: 0;
  left: 0;
  border: 1px solid #FFFFFF;
  display: none;
}
@media all and (max-width: 525px) {
  body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener .open,
  body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener .close {
    height: 51px;
  }
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener .open.selected,
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener .close.selected {
  display: block;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener .open .button,
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener .close .button {
  position: absolute;
  top: 8px;
  left: 20px;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener .open .button img,
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener .close .button img {
  width: 25px;
  height: auto;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener .open .buttontxt,
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener .close .buttontxt {
  font-size: 25px;
  margin-bottom: 12px;
  color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 60px;
}
@media all and (max-width: 525px) {
  body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener .open .buttontxt,
  body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .opener .close .buttontxt {
    font-size: 15px;
  }
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .psc__speaker {
  width: 100%;
  flex-direction: row;
  margin-top: 27px;
  display: none;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .psc__speaker.activate {
  display: flex;
}
@media all and (max-width: 859px) {
  body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .psc__speaker {
    flex-direction: column;
  }
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .psc__speaker .ph {
  width: 250px;
  height: auto;
  margin: 0 30px 17px 0;
}
@media all and (max-width: 859px) {
  body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .psc__speaker .ph {
    margin-bottom: 0;
  }
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .psc__speaker .ph img {
  width: 100%;
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .psc__speaker .prof__txt {
  width: calc((100% - 280px));
}
@media all and (max-width: 859px) {
  body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .psc__speaker .prof__txt {
    width: 100%;
  }
}
body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .psc__speaker .prof__txt .prof__name {
  margin-top: -10px;
  margin-bottom: 10px;
}
@media all and (max-width: 859px) {
  body #content .main .comp .comp__inner .prog .lineup .tt ul .program__s__comp .psc__speaker__comp .psc__speaker .prof__txt .prof__name {
    margin-top: 17px;
  }
}
body #content .main .comp .comp__inner.double {
  margin-bottom: 57px;
}
body #content .main .comp .comp__inner.last .txt {
  margin-bottom: 0px;
}
body footer {
  display: block;
  background-color: #FFFFFF;
  position: relative;
  bottom: 0;
}
body footer .sponsorship {
  padding: 60px 200px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media all and (min-width: 1440px) {
  body footer .sponsorship {
    padding: 60px 0;
    margin: 0 auto;
    width: 1040px;
  }
}
@media all and (max-width: 859px) {
  body footer .sponsorship {
    padding: 40px 80px;
  }
}
@media all and (max-width: 525px) {
  body footer .sponsorship {
    padding: 40px;
  }
}
body footer .sponsorship a .botschaft {
  width: 220px;
}
@media all and (max-width: 1060px) {
  body footer .sponsorship a .botschaft {
    width: 190px;
  }
}
@media all and (max-width: 525px) {
  body footer .sponsorship a .botschaft {
    width: 120px;
  }
}
body footer .sponsorship a .ooaa {
  width: 130px;
}
@media all and (max-width: 1060px) {
  body footer .sponsorship a .ooaa {
    width: 80px;
  }
}
@media all and (max-width: 525px) {
  body footer .sponsorship a .ooaa {
    width: 50px;
  }
}
body footer .sponsorship a .harakado {
  width: 120px;
}
@media all and (max-width: 1060px) {
  body footer .sponsorship a .harakado {
    width: 70px;
  }
}
@media all and (max-width: 525px) {
  body footer .sponsorship a .harakado {
    width: 40px;
  }
}
body footer .sponsorship a:hover {
  opacity: 50%;
}
.sp body footer .sponsorship a:hover,
.tablet body footer .sponsorship a:hover {
  opacity: 100%;
}
