@charset "UTF-8";
/*(c)*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@font-face {
  font-family: 'Icons';
  src: url("../font/icons.eot");
  src: url("../font/icons.eot?#iefix") format("embedded-opentype"), url("../font/icons.woff") format("woff"), url("../font/icons.ttf") format("truetype"), url("../font/icons.svg#Icons") format("svg"); }
@font-face {
  font-family: 'Form';
  src: url("../font/form.eot");
  src: url("../font/form.eot?#iefix") format("embedded-opentype"), url("../font/form.woff") format("woff"), url("../font/form.ttf") format("truetype"), url("../font/form.svg#Form") format("svg"); }
body, input, textarea, select {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN", "メイリオ","Meiryo", 'Noto Sans JP', "HGPｺﾞｼｯｸM",  "Osaka", "ＭＳ Ｐゴシック", sans-serif,"Century Gothic",Arial; }

html {
  overflow-y: scroll;
  font-size: 16px;
  scroll-padding-top: 150px; }
  @media screen and (max-width: 960px) {
    html {
      font-size: 15px; } }
  @media screen and (max-width: 560px) {
    html {
      font-size: 14px; } }

html:focus-within {
  scroll-behavior: smooth; }

body, h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, figure {
  margin: 0px;
  padding: 0px; }

body {
  background: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.4;
  min-width: 100%;
  -webkit-text-size-adjust: 100%; }
  body * {
    box-sizing: border-box; }

li {
  list-style: none; }

a {
  color: inherit;
  text-decoration: none; }

i {
  font-style: normal;
  font-family: "Icons"; }

b {
  font-weight: normal; }

address {
  font-style: normal; }

img {
  border: 0px;
  vertical-align: bottom;
  box-sizing: content-box; }

input, select, option, textarea {
  font-size: 16px; }

label {
  cursor: pointer; }

input[type=checkbox] {
  display: none; }
  input[type=checkbox] + label span::before {
    content: '□';
    color: #fff;
    font-family: 'Form';
    margin-right: 10px;
    font-size: 20px;
    vertical-align: -3px;
    -webkit-text-stroke: 0.5px #999;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: normal; }
  input[type=checkbox]:checked + label span::before {
    content: '■';
    color: #000;
    -webkit-text-stroke: 0px #fff; }

_:-ms-lang(x)::-ms-backdrop, input[type=checkbox] + label span::before {
  text-shadow: 0px 0px 1.5px #000; }

_:-ms-lang(x)::-ms-backdrop, input[type=checkbox]:checked + label span::before {
  text-shadow: 0px 0px 0px #fff; }

input[type=radio] {
  display: none; }
  input[type=radio] + label span::before {
    content: '○';
    color: #fff;
    font-family: 'Form';
    margin-right: 10px;
    font-size: 20px;
    vertical-align: middle;
    -webkit-text-stroke: 0.5px #999; }
  input[type=radio]:checked + label span::before {
    content: '●';
    color: #000;
    -webkit-text-stroke: 0px #fff; }

_:-ms-lang(x)::-ms-backdrop, input[type=radio] + label span::before {
  text-shadow: 0px 0px 1.5px #000; }

_:-ms-lang(x)::-ms-backdrop, input[type=radio]:checked + label span::before {
  text-shadow: 0px 0px 0px #fff; }

::-webkit-input-placeholder {
  color: #000;
  opacity: 0.2; }

:-moz-placeholder {
  color: #000;
  opacity: 0.2; }

:-ms-input-placeholder {
  color: #ccc; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  cursor: pointer; }

option {
  cursor: pointer; }

select {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: ''; }

select::-ms-expand {
  display: none; }

span.select {
  display: inline-block;
  position: relative; }
  span.select::after {
    content: '↓';
    font-family: 'Icons';
    margin-left: -15px;
    font-size: 9px;
    z-index: -1;
    position: absolute;
    right: 8px;
    top: 11px; }

select {
  border: 2px solid #ddd;
  border-radius: 5px;
  padding: 5px 25px 5px 10px;
  font-size: 13px;
  background: none; }

label.Chk {
  color: #000; }

input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input::-webkit-search-decoration, textarea::-webkit-search-decoration {
    display: none; }
  input::focus, textarea::focus {
    outline-offset: -2px; }

body {
  background: linear-gradient(to right, #F6FBF8, #E5F3FB);
  font-family: "Barlow",'Noto Sans JP', sans-serif;
  color: #333;
  padding-top: 100px; }
  @media screen and (max-width: 960px) {
    body {
      padding-top: 70px; } }
  @media screen and (max-width: 560px) {
    body {
      padding-top: 55px; } }

header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 10; }

#Hd {
  height: 100px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.5%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #Hd h1 {
    font-size: 1rem; }
    #Hd h1 img {
      height: 50px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
  #Hd .hd-lang ul {
    display: flex;
    border: 1px solid #B8CED9;
    border-radius: 40px;
    overflow: hidden; }
  #Hd .hd-lang li {
    width: 80px;
    color: #008CD6;
    font-size: 0.9rem;
    line-height: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #Hd .hd-lang li a {
      display: block; }
    #Hd .hd-lang li.-en a {
      padding-left: 0.5rem; }
    #Hd .hd-lang li.-jp a {
      padding-right: 0.5rem; }
  #Hd .hd-lang .active {
    background: #008CD6;
    color: #fff; }
  @media screen and (max-width: 960px) {
    #Hd {
      height: 70px; }
      #Hd h1 img {
        height: 35px; }
      #Hd .hd-lang li {
        line-height: 34px; } }
  @media screen and (max-width: 560px) {
    #Hd {
      height: 55px;
      padding: 0 2vw; }
      #Hd h1 img {
        height: 30px; }
      #Hd .hd-lang li {
        line-height: 30px; } }

@media screen and (min-width: 961px), print {
  .SCRL #Hd {
    height: 70px; }
    .SCRL #Hd h1 img {
      height: 35px; }
    .SCRL #Hd .hd-lang li {
      line-height: 34px; } }

footer {
  margin-top: 6rem; }

#Ft {
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05);
  background: #fff;
  padding-bottom: 3rem; }
  #Ft .ft-logos {
    display: flex;
    align-items: flex-start;
    text-align: left;
    padding: 4rem 0;
    flex-flow: wrap; }
    #Ft .ft-logos > div p {
      margin-bottom: 0.5rem; }
    #Ft .ft-logos > div.-share {
      margin-right: 1.5rem; }
      #Ft .ft-logos > div.-share li {
        margin-right: 1.5rem; }
    #Ft .ft-logos > div.-follow {
      margin-right: auto; }
      #Ft .ft-logos > div.-follow span {
        display: inline-block;
        margin-left: 0.5rem; }
    #Ft .ft-logos > div.-logo li {
      margin-left: 2rem; }
    #Ft .ft-logos ul {
      display: flex;
      align-items: center; }
    #Ft .ft-logos li {
      font-size: 1.25rem; }
      #Ft .ft-logos li img {
        vertical-align: middle; }
    #Ft .ft-logos .-li img {
      height: 30px;
      padding: 6px 0; }
    #Ft .ft-logos .-xx img {
      height: 24px;
      padding: 8px 0; }
    #Ft .ft-logos .-fb img {
      height: 32px;
      padding: 4px 0; }
    #Ft .ft-logos .-je img {
      height: 30px; }
    #Ft .ft-logos .-ie img {
      height: 26px; }
    #Ft .ft-logos .-me img {
      height: 34px; }
    #Ft .ft-logos .-gi img {
      height: 40px; }
  #Ft hr {
    padding: 0px;
    border: 0px;
    border-top: 2px solid #eee; }
  #Ft .ft-cr {
    padding-bottom: 3rem; }
    #Ft .ft-cr figure {
      margin: 4rem auto 1rem; }
      #Ft .ft-cr figure img {
        height: 70px; }
    #Ft .ft-cr p {
      font-size: 0.8rem;
      font-weight: 200; }
  @media screen and (max-width: 960px) {
    #Ft .ft-logos > div.-logo {
      width: 100%;
      margin-left: 0; }
      #Ft .ft-logos > div.-logo li {
        margin-left: 0px;
        margin-right: 2rem; }
    #Ft .ft-cr figure {
      margin: 2rem auto 1.5rem; }
      #Ft .ft-cr figure img {
        height: 50px; } }
  @media screen and (max-width: 560px) {
    #Ft .ft-logos .-je img {
      height: calc(30px * 0.75); }
    #Ft .ft-logos .-ie img {
      height: calc(26px * 0.75); }
    #Ft .ft-logos .-me img {
      height: calc(34px * 0.75); }
    #Ft .ft-logos .-gi img {
      height: calc(40px * 0.75); } }

article {
  text-align: left;
  /*h4 {font-size:1.56rem;font-weight:600;margin:3rem 0;position:relative;
      &::before {content:'';display: block;width:2.5%;height:5px;background:linear-gradient(to right,$ColorB,$ColorG);position:absolute;left:-4.5%;top:1rem;border-radius:5px;}
  }*/ }
  article h2 {
    font-size: 1.56rem;
    font-weight: 300;
    margin: 4rem 0 2rem 0; }
  article h4 {
    font-size: 1.56rem;
    font-weight: 600;
    margin: 3rem 0 1rem 0;
    position: relative;
    padding-left: 3rem; }
    article h4::before {
      content: '';
      display: block;
      width: 2rem;
      height: 5px;
      background: linear-gradient(to right, #008CD6, #B2DAB8);
      position: absolute;
      left: 0%;
      top: 1rem;
      border-radius: 5px; }
  article .h45 {
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1rem 0 1rem 0;
    position: relative;
    padding-left: 2rem; }
    article .h45::before {
      content: '';
      display: block;
      width: 0.75rem;
      height: 0.75rem;
      background: linear-gradient(to right, #008CD6, #B2DAB8);
      position: absolute;
      left: 0.25rem;
      top: 0.55rem;
      transform: rotate(45deg); }
  article h5 {
    font-size: 1.25rem;
    font-weight: 400;
    margin: 1rem 0 0.5rem 0;
    color: #808080; }
  article p {
    line-height: 1.25; }
  article img {
    max-width: 100%; }
  @media screen and (min-width: 961px), print {
    article a {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
      article a:hover {
        opacity: 0.5; }
    article h4 br {
      display: none; } }
  @media screen and (max-width: 960px) {
    article h4 {
      padding-left: 2.5rem; }
      article h4::before {
        width: 1.5rem;
        height: 4px; } }

.box-s {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }

.box-m {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px; }

.box-l {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1620px; }

.hero {
  position: relative;
  overflow: hidden; }

.hero-mask__l, .hero-mask__r {
  position: absolute;
  z-index: 2; }
  .hero-mask__l img, .hero-mask__r img {
    width: 23.35vw; }
.hero-mask__l {
  left: 0px;
  top: 0px; }
.hero-mask__r {
  right: 0px;
  bottom: 0px; }
.hero-mask__m {
  position: absolute;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%; }
  .hero-mask__m img {
    width: 55vw;
    max-width: 793px; }

.slick-slide {
  height: calc(100vh - 100px) !important;
  background-size: cover !important;
  background-position: center center;
  min-height: inherit !important; }
  @media screen and (max-width: 960px) {
    .slick-slide {
      height: 480px !important; } }
  @media screen and (max-width: 560px) {
    .slick-slide {
      height: 360px !important; } }

.top-msg {
  margin: 6rem 0; }
  .top-msg figure, .top-msg div {
    margin-bottom: 4rem; }
  .top-msg div {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
    background: linear-gradient(to right, #86c584, #048ed4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  .top-msg p {
    font-size: 1.125rem;
    line-height: 2.25;
    margin: 2rem 0;
    /*font-weight:200;*/ }
  @media screen and (max-width: 960px) {
    .top-msg {
      margin: 3rem 0; }
      .top-msg figure, .top-msg div {
        margin-bottom: 2rem; }
      .top-msg div {
        font-size: 3rem; } }
  @media screen and (max-width: 560px) {
    .top-msg div {
      font-size: 2rem; } }

.top-report {
  display: flex;
  margin: 0 -1.5%;
  margin-bottom: 3rem; }
  .top-report > div {
    width: 30.333%;
    margin: 0 1.5% 1.5%; }
    .top-report > div figure {
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }
    .top-report > div p {
      margin-top: 0.5rem; }
    .top-report > div span {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.25rem;
      line-height: 1.1;
      padding: 0 1rem;
      font-weight: 500;
      color: #55b1ba; }
  @media screen and (max-width: 560px) {
    .top-report > div {
      width: 47%; }
      .top-report > div span br {
        display: none; } }

.top-joint > div a {
  background: #fff;
  padding: 2rem;
  display: block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }
.top-joint > div p {
  margin: 0px;
  font-size: 1.25rem; }
  .top-joint > div p::before {
    content: 'Ｌ';
    font-family: 'Icons';
    margin-right: 1.25rem; }

.top-date {
  margin: 6rem 0; }
  .top-date dl {
    margin: 0 -5%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.05); }
  .top-date dt, .top-date dd {
    border-top: 2px solid rgba(0, 0, 0, 0.05); }
  .top-date dt, .top-date dd {
    padding: 2rem 0;
    font-size: 1.125rem; }
  .top-date dt {
    float: left;
    width: 15rem;
    padding-left: 5%;
    position: relative; }
    .top-date dt::before {
      content: '●';
      color: #008CD6;
      position: absolute;
      left: 1.5vw;
      top: 2.4rem;
      font-size: 0.6rem; }
  .top-date dd {
    margin-left: 15rem;
    zoom: 1; }
  @media screen and (max-width: 960px) {
    .top-date {
      margin: 3rem 0; }
      .top-date dl {
        margin: 0px; } }
  @media screen and (max-width: 560px) {
    .top-date dt {
      float: none;
      width: auto;
      padding-bottom: 0px;
      padding-left: 1.25rem; }
      .top-date dt::before {
        content: '●';
        color: #008CD6;
        position: absolute;
        left: 0px;
        top: 2.4rem;
        font-size: 0.6rem; }
    .top-date dd {
      margin-left: 0px;
      border: 0px;
      padding-top: 1rem;
      padding-left: 1.25rem; } }

.session {
  background: linear-gradient(to right bottom, #008CD6, #B2DAB8);
  margin-top: 8rem;
  padding: 1px 0; }
  .session > h2 {
    color: #fff;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1620px;
    padding-left: 5vw;
    margin-bottom: 4rem; }

.session-box {
  background: #fff;
  border-radius: 30px;
  padding: 1px 5vw;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 8rem; }

.s-title {
  margin: 4rem 0 3rem 0;
  border-bottom: 1px solid #808080;
  padding-bottom: 1.5rem; }
  .s-title h3 {
    font-size: 3.12rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 1rem; }
  .s-title time {
    font-size: 1.56rem;
    font-weight: 400; }

.s-movie {
  display: flex;
  flex-flow: wrap;
  margin: 2rem -1.5% 1rem; }
  .s-movie > div {
    width: 30.333%;
    margin: 0 1.5% 1.5%; }
    .s-movie > div figure, .s-movie > div iframe {
      aspect-ratio: 16 / 9;
      width: 100%;
      height: auto;
      display: block; }
    .s-movie > div p {
      margin-top: 0.5rem; }
    .s-movie > div:not(.played) {
      cursor: pointer;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .s-movie > div:not(.played):hover {
      opacity: 0.5; }
  @media screen and (max-width: 960px) {
    .s-movie > div {
      width: 47%;
      margin-bottom: 1.5rem; } }
  @media screen and (max-width: 560px) {
    .s-movie > div {
      width: 100%;
      margin-bottom: 1.5rem; } }

.s-speaker {
  display: flex;
  margin: 0 -1%;
  margin-bottom: 0rem;
  flex-wrap: wrap; }
  .s-speaker > div {
    width: 18%;
    margin: 0 1% 2rem 1%; }
    .s-speaker > div p.-name {
      font-weight: bold;
      font-size: 1.125rem;
      margin-top: 1rem; }
    .s-speaker > div p {
      margin-top: 0.5rem; }
  @media screen and (max-width: 960px) {
    .s-speaker {
      margin: 0 -1.5%; }
      .s-speaker > div {
        width: 30.333%;
        margin: 0 1.5% 3rem;
        margin-bottom: 1.5rem; } }
  @media screen and (max-width: 560px) {
    .s-speaker > div {
      width: 47%; } }

.s-speaker.-pre {
  display: block; }
  .s-speaker.-pre > div {
    width: 100%;
    margin-bottom: 1rem; }
    .s-speaker.-pre > div p.-name {
      font-weight: bold;
      font-size: 1.25rem;
      margin-top: 0rem; }
    .s-speaker.-pre > div p {
      font-size: 1.1rem; }

.s-btn {
  text-align: center;
  margin-bottom: 10rem;
  margin-top: 2rem; }
  .s-btn > div {
    /*max-width:600px;*/
    margin: 0 auto 1rem;
    position: relative; }
    .s-btn > div a {
      display: block;
      background: #008CD6;
      color: #fff;
      font-size: 1.2rem;
      padding: 2rem 4rem 2rem 2rem;
      border-radius: 5px; }
      .s-btn > div a span {
        display: inline-block;
        text-align: left;
        margin: 0 auto; }
      .s-btn > div a::after {
        content: 'Ｌ';
        font-family: 'Icons';
        position: absolute;
        right: 2rem;
        top: auto;
        bottom: auto; }
  @media screen and (max-width: 960px) {
    .s-btn {
      margin-bottom: 6rem;
      margin-top: 2rem; } }
  @media screen and (max-width: 560px) {
    .s-btn > div a {
      padding: 1rem 4rem 1rem 2rem; } }

.archive-box {
  display: flex;
  flex-flow: wrap;
  margin: 0 -1%; }
  .archive-box > div {
    width: 14.666%;
    margin: 0 1% 1% 1%; }
  @media screen and (max-width: 960px) {
    .archive-box > div {
      width: 31.333%;
      margin-bottom: 2%; } }

.online {
  background: #fff;
  padding: 3rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 6rem; }
  @media screen and (max-width: 960px) {
    .online {
      padding: 2rem; } }
  @media screen and (max-width: 560px) {
    .online {
      padding: 1.5rem; } }

.online-btn a {
  display: block;
  background: #008CD6;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  padding: 1.5rem 0; }
.online-btn p {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.25; }
.online-btn time {
  font-size: 1.25rem;
  line-height: 1.25;
  margin-top: 0.5rem; }
@media screen and (max-width: 960px) {
  .online-btn p {
    font-size: 2rem; } }
@media screen and (max-width: 560px) {
  .online-btn a {
    padding: 1rem 0; }
  .online-btn p {
    font-size: 1.75rem; } }

.online-anno {
  text-align: left; }
  .online-anno ul {
    margin-top: 2rem; }
  .online-anno li {
    list-style: outside disc;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0.5rem 0;
    margin-left: 1.5rem; }
  @media screen and (max-width: 560px) {
    .online-anno ul {
      margin-top: 1.5rem; } }

.online-number {
  background: #f1f1f1;
  margin: 0 auto;
  display: inline-block;
  padding: 1rem 2rem;
  margin-top: 1.5rem; }
  .online-number p {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5; }
    .online-number p span {
      font-weight: bold;
      font-size: 1.25rem;
      white-space: nowrap; }
  @media screen and (max-width: 560px) {
    .online-number {
      display: block;
      padding: 1rem 1rem;
      margin-top: 1rem; }
      .online-number p {
        font-size: 0.9rem; } }

.cookie-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.86rem; }
  .cookie-inner > div {
    margin-right: 2rem; }
  .cookie-inner a {
    text-decoration: underline;
    color: #008CD6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    .cookie-inner a:hover {
      opacity: 0.5; }
  @media screen and (max-width: 560px) {
    .cookie-inner {
      display: block;
      font-size: 0.75rem; }
      .cookie-inner > div {
        margin-right: 0rem;
        margin-bottom: 0.5rem; } }

#cookie-banner {
  text-align: left;
  color: #333;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 1rem 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.05); }

#accept-cookie {
  background: #333;
  min-width: 8rem;
  font-size: 1rem;
  color: white;
  border: none;
  padding: 0.75rem 1rem;
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #accept-cookie:hover {
    opacity: 0.8; }
  @media screen and (max-width: 560px) {
    #accept-cookie {
      font-size: 0.9rem;
      padding: 0.5rem 1rem; } }
