@charset "utf-8";
/* pageup */
.pageup {
  position: fixed;
  bottom: 120px;
  right: 20px;
  z-index: 333;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  opacity: 0.0;
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
}
.pageup.on-active {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
}
.pageup a {
  position: relative;
  display: block;
  width: 56px;
  height: 56px;
  text-decoration: none;
  background-color: #fff;
  border-radius: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.pageup a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f0de';
  font-size: 44px;
  color: #222;
  position: absolute;
  width: 27px;
  height: 38px;
  top: -8px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.pageup a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .pageup {
    bottom: 70px;
    right: 6px;
  }
  .pageup a {
    width: 36px;
    height: 36px;
  }
  .pageup a::before {
    font-size: 24px;
    top: 10px;
  }
  .pageup a::after {
    display: none;
  }
}
/************************
side-navi
*************************/
/* サイドメニュー */
.side-navi-wrap {
  position: fixed;
  height: calc(100% - 110px);
  right: 0;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* 1000px以下用の記述 */
@media screen and (max-width: 1170px) {
  .side-navi-wrap {
    display: none;
  }
}
/*side-event=======================*/
.side-navi-wrap a {
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.side-navi-wrap a:last-child {
  margin-bottom: 0;
}
a .side-normal {
  position: relative;
  display: block;
  width: 34px;
  height: auto;
  padding: 36px 8px 14px 0px;
  letter-spacing: 0.06em;
  font-size: 0.9rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.side-navi-wrap a .side-normal {
  border-radius: 8px 0 0 8px;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
}
a .side-normal::before {
  position: absolute;
}
a:hover .side-normal::after {
  opacity: 1.0;
  filter: alpha(opacity=0);
  -moz-opacity: 1.0;
  position: absolute;
}
a .side-normal.is-event {
  color: #222;
  background-color: #fff;
}
a .side-normal.is-online {
  color: #222;
  background-color: #fff;
}
a .side-normal.is-visit {
  color: #222;
  background-color: #fff;
}
a .side-normal.is-insta {
  color: #222;
  background-color: #fff;
}
a .side-normal.is-event:hover, a .side-normal.is-online:hover, a .side-normal.is-visit:hover, a .side-normal.is-insta:hover {
  color: #fff;
  background-color: #da3e12;
}
a .side-normal.is-event::before {
  content: '\f024';
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 0.8rem;
  color: #222;
  top: 16px;
  right: 9px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a .side-normal.is-online::before {
  content: '\f109';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 0.8rem;
  color: #222;
  top: 16px;
  right: 9px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a .side-normal.is-visit::before {
  content: '\f16d';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 0.8rem;
  color: #222;
  top: 16px;
  right: 9px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a .side-normal.is-insta::before {
  content: '\f16d';
  font-family: "Font Awesome 5 Brands";
  font-weight: 500;
  font-size: 1.6rem;
  color: #222;
  top: 14px;
  right: 0;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
a .side-normal.is-event:hover::before, a .side-normal.is-online:hover::before, a .side-normal.is-visit:hover::before, a .side-normal.is-insta:hover::before {
  color: #fff;
}
/************************
side-sns
*************************/
/* サイドsns */
.side-sns-wrap {
  position: absolute;
  height: 100vh;
  left: 40px;
  top: 0;
  z-index: 100;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.side-sns-wrap_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
/* 1000px以下用の記述 */
@media screen and (max-width: 1170px) {
  .side-sns-wrap {
    display: none;
  }
}
.side-sns-wrap_inner a {
  font-size: 2.4rem;
  text-align: center;
  padding-bottom: 4px;
}


/* modal
-----------------------------------------*/
#c-modal {
  position: fixed;
  top: 160px;
  right: 0;
  z-index: 500;
  width: 90%;
  max-width: 280px;
  height: auto;
}
#c-modal p a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
#c-modal p a img {
  max-width: 100%;
}
#c-modal_close {
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 60px;
  left: 46px;
  background-color: #282828;
  color: #fff;
  font-size: 1.1em;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#c-modal_close i {
  padding: 7px 0 0 9px;
}
@media screen and (max-width: 1024px) {
  #c-modal {
    display: none;
  }
}
/************************
pagetop
*************************/
.pagetop {
  position: fixed;
  right: 0px;
  top: 400px;
  z-index: 500;
  width: 110px;
}
.pagetop li {
  list-style-type: none;
  margin-bottom: 16px;
}
.pagetop li a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .pagetop {
    display: none;
  }
}