@charset "UTF-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  background: #eeeeee;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.wrapper {
  margin: 0 auto;
  padding: 0;
}

main {
  width: 50%;
  margin-left: 50%;
  height: 100%;
}

@media (max-width: 768px) {
  main {
    width: 100%;
    margin-left: 0;
  }
  #top main {
    padding-top: 0;
  }
}

section {
  margin: 0;
  padding: 50px 0;
}

@media (max-width: 768px) {
  section {
    margin: 0;
    padding: 5vw 0;
  }
}

.container {
  max-width: calc(850px + 80px);
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}

@media (max-width: 768px) {
  .container {
    max-width: calc(850px + 40px);
    padding: 0 20px;
  }
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
}

a {
  color: #000000;
  text-decoration: none;
}

a:link {
  color: #000000;
  text-decoration: none;
}

a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:focus, *:focus {
  outline: none;
}

a img:hover {
  opacity: 0.5;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/*===== Loading ====================================*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
}

#splash #splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

#splash .loader_cover {
  width: 100%;
  height: 50%;
  background-color: #000000;
  -webkit-transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

#splash .loader_cover.loader_cover-up {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

#splash .loader_cover.loader_cover-down {
  position: absolute;
  bottom: 0;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

#splash .loader_cover.coveranime {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

/*===== header ====================================*/
header {
  background: none;
  position: fixed;
  height: 100px;
  width: 50%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  padding: 20px;
  /*ナビゲーション*/
  /*丸の拡大*/
}

@media (max-width: 768px) {
  header {
    position: relative;
  }
  #top header {
    position: fixed;
  }
}

header .logo {
  display: none;
}

@media (max-width: 768px) {
  header .logo {
    display: block;
    width: 70px;
  }
}

#top header .logo {
  display: none;
}

header #g-nav #g-nav-list {
  display: none;
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  left: 0;
}

header #g-nav #g-nav-list .g-nav-contents {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  color: #666666;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
  min-width: 220px;
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  /*0.2 秒遅らせて出現*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

header #g-nav #g-nav-list .g-nav-contents .logo {
  width: 120px;
  margin: 0 auto 50px auto;
  display: block;
}

@media (max-width: 768px) {
  header #g-nav #g-nav-list .g-nav-contents .logo {
    width: 90px;
    margin: 0 auto 30px auto;
  }
}

header #g-nav #g-nav-list .g-nav-contents li {
  list-style: none;
  text-align: center;
}

header #g-nav #g-nav-list .g-nav-contents li a {
  color: #666666;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  font-size: 42px;
  font-size: 4.2rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 768px) {
  header #g-nav #g-nav-list .g-nav-contents li a {
    font-size: 28px;
    font-size: 2.8rem;
    padding: 5px;
  }
}

header #g-nav #g-nav-list .g-nav-contents li a:hover {
  color: #cccccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header #g-nav #g-nav-list .g-nav-contents .add {
  margin: 50px 0 0 0;
}

@media (max-width: 768px) {
  header #g-nav #g-nav-list .g-nav-contents .add {
    margin: 30px 0 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

header #g-nav #g-nav-list .g-nav-contents .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 0 0;
}

@media (max-width: 768px) {
  header #g-nav #g-nav-list .g-nav-contents .sns {
    margin: 30px 0 0 0;
  }
}

header #g-nav #g-nav-list .g-nav-contents .sns div {
  margin: 0 10px;
  width: 36px;
}

@media (max-width: 768px) {
  header #g-nav #g-nav-list .g-nav-contents .sns div {
    width: 30px;
  }
}

header #g-nav.panelactive {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

header #g-nav.panelactive #g-nav-list {
  display: block;
}

header #g-nav.panelactive ul {
  opacity: 1;
}

header .circle-bg {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #000000;
  -webkit-transform: scale(0);
          transform: scale(0);
  left: -50px;
  top: -50px;
  -webkit-transition: all .6s;
  transition: all .6s;
}

@media (max-width: 768px) {
  header .circle-bg {
    left: auto;
    right: -50px;
  }
}

header .circle-bg.circleactive {
  -webkit-transform: scale(50);
          transform: scale(50);
}

header .openbtn {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  cursor: pointer;
  width: 120px;
  height: 130px;
}

@media (max-width: 768px) {
  header .openbtn {
    left: auto;
    right: 0;
    background: #111111;
    width: 80px;
    height: 90px;
  }
}

header .openbtn span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 40px;
  height: 4px;
  background-color: #666666;
  width: 33%;
}

@media (max-width: 768px) {
  header .openbtn span {
    left: 25px;
    height: 3px;
  }
}

header .openbtn span:nth-of-type(1) {
  top: 40px;
  z-index: 0;
}

@media (max-width: 768px) {
  header .openbtn span:nth-of-type(1) {
    top: 20px;
  }
}

header .openbtn span:nth-of-type(2) {
  top: 55px;
  z-index: -1;
}

@media (max-width: 768px) {
  header .openbtn span:nth-of-type(2) {
    top: 32px;
  }
}

header .openbtn span:nth-of-type(2)::after {
  content: "Menu";
  position: absolute;
  top: 22px;
  left: -1px;
  color: #666666;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 768px) {
  header .openbtn span:nth-of-type(2)::after {
    top: 18px;
    left: -2px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

header .openbtn span:nth-of-type(3) {
  top: 70px;
  z-index: 0;
}

@media (max-width: 768px) {
  header .openbtn span:nth-of-type(3) {
    top: 44px;
  }
}

@media (max-width: 768px) {
  header .openbtn.active {
    background: #000000;
  }
}

header .openbtn.active span:nth-of-type(1) {
  top: 47px;
  left: 40px;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 30%;
}

@media (max-width: 768px) {
  header .openbtn.active span:nth-of-type(1) {
    top: 25px;
    left: 25px;
  }
}

header .openbtn.active span:nth-of-type(2) {
  opacity: 1;
  background: #000000;
}

header .openbtn.active span:nth-of-type(2)::after {
  content: "CLOSE";
  top: 22px;
  left: -4px;
}

@media (max-width: 768px) {
  header .openbtn.active span:nth-of-type(2)::after {
    top: 18px;
    left: -5px;
  }
}

header .openbtn.active span:nth-of-type(3) {
  top: 60px;
  left: 40px;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 30%;
}

@media (max-width: 768px) {
  header .openbtn.active span:nth-of-type(3) {
    top: 37px;
    left: 25px;
  }
}

/*===== footer ====================================*/
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0;
  font-size: 12px;
  font-size: 1.2rem;
  background: #dddddd;
}

@media (max-width: 768px) {
  footer {
    padding: 40px 0;
    font-size: 10px;
    font-size: 1rem;
  }
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

footer .sns li {
  margin: 0 10px;
  width: 30px;
}

@media (max-width: 768px) {
  footer .sns li {
    width: 20px;
  }
}

/*===== aside ====================================*/
aside {
  position: fixed;
  width: 50%;
  height: 100%;
  background: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #666666;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}

@media (max-width: 1000px) {
  aside {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media (max-width: 768px) {
  aside {
    position: relative;
    width: 100%;
    height: 100vh;
    font-size: 14px;
    font-size: 1.4rem;
    display: none;
  }
  #top aside {
    display: block;
  }
}

aside .inner {
  padding: 0 0 160px 0;
}

aside .inner .logo {
  width: 180px;
  margin: 0 auto 40px auto;
}

@media (max-width: 1000px) {
  aside .inner .logo {
    width: 18vw;
    margin: 0 auto 4vw auto;
  }
}

@media (max-width: 768px) {
  aside .inner .logo {
    width: 120px;
    margin: auto auto 4vw auto;
    top: calc(50vh - 130px);
    position: relative;
  }
}

#top aside .inner .logo {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@media (max-width: 768px) {
  aside .inner .add {
    position: absolute;
    left: 20px;
    top: 20px;
  }
}

aside .inner .add p {
  margin-bottom: 5px;
}

#top aside .inner .add p {
  margin-bottom: -5px;
}

aside .live_info {
  position: fixed;
  bottom: 0px;
  padding: 40px;
  width: 50%;
  max-width: 700px;
}

@media (max-width: 1000px) {
  aside .live_info {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  aside .live_info {
    position: absolute;
    width: 100%;
    bottom: 40px;
  }
}

#top aside .live_info {
  -webkit-animation-name: fadeUpAnime_liveinfo;
          animation-name: fadeUpAnime_liveinfo;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime_liveinfo {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime_liveinfo {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

aside .live_info .title {
  background: #333333;
  color: #666666;
  font-size: 22px;
  font-size: 2.2rem;
  padding: 5px 20px;
  display: inline-block;
  position: absolute;
  top: 10px;
}

@media (max-width: 1000px) {
  aside .live_info .title {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0.5vw 2vw;
    top: 0;
  }
}

aside .live_info .box {
  background: #222222;
  padding: 20px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1000px) {
  aside .live_info .box {
    padding: 15px;
  }
}

aside .live_info .box .text {
  width: calc(100% - 130px);
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
  max-height: 110px;
  overflow-y: auto;
  padding-right: 10px;
}

@media (max-width: 1000px) {
  aside .live_info .box .text {
    font-size: 13px;
    font-size: 1.3rem;
    width: calc(100% - 12vw);
  }
}

@media (max-width: 768px) {
  aside .live_info .box .text {
    width: calc(100% - 110px);
    max-height: 90px;
  }
}

aside .live_info .box .text::-webkit-scrollbar {
  width: 5px;
}

aside .live_info .box .text::-webkit-scrollbar-track {
  background: #222222;
}

aside .live_info .box .text::-webkit-scrollbar-thumb {
  background: #444444;
  border-radius: 10px;
}

aside .live_info .box .text .date {
  font-size: 22px;
  font-size: 2.2rem;
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
  aside .live_info .box .text .date {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#top aside .live_info .box .text .date {
  margin-bottom: 0;
}

aside .live_info .box .text .date .start {
  font-size: 72.2%;
  margin: 0 0 0 20px;
}

aside .live_info .box .text p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  padding: 0;
}

#top aside .live_info .box .text p {
  margin-bottom: -5px;
}

aside .live_info .box figure {
  width: 120px;
  height: 120px;
}

@media (max-width: 1000px) {
  aside .live_info .box figure {
    width: 10vw;
    height: 10vw;
  }
}

@media (max-width: 768px) {
  aside .live_info .box figure {
    width: 100px;
    height: 100px;
  }
}

aside .live_info .box figure img {
  width: 120px;
  height: 120px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1000px) {
  aside .live_info .box figure img {
    width: 12vw;
    height: 10vw;
  }
}

@media (max-width: 1000px) {
  aside .live_info .box figure img {
    width: 100px;
    height: 100px;
  }
}

/*===== Grid ====================================*/
.grid_container {
  -ms-grid-columns: (minmax(200px, 1fr))[auto-fit];
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  width: 100%;
  display: -ms-grid;
  display: grid;
}

.grid_container.gap {
  grid-gap: 20px;
}

.grid_container .item {
  height: auto;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*===== common ====================================*/
.title1 {
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  text-align: center;
  margin: 0 0 60px 0;
}

@media (max-width: 768px) {
  .title1 {
    font-size: 30px;
    font-size: 3rem;
    margin: 0 0 40px 0;
  }
}

.title1 > span {
  display: inline;
  position: relative;
}

.title1 > span::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
}

a.button, input.button, button.button {
  display: block;
  margin: 0 auto;
  color: #ffffff;
  border-radius: 0px;
  text-align: center;
  position: relative;
  background: #000000;
  border: none;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  max-width: 100%;
  cursor: pointer;
}

a.button.s, input.button.s, button.button.s {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 15px 10px;
}

@media (max-width: 768px) {
  a.button.s, input.button.s, button.button.s {
    font-size: 3.5vw;
    padding: 1.9vw 1.3vw;
  }
}

a.button.m, input.button.m, button.button.m {
  font-size: 20px;
  font-size: 2rem;
  padding: 20px 30px;
}

@media (max-width: 768px) {
  a.button.m, input.button.m, button.button.m {
    font-size: 4.0vw;
    padding: 3.2vw 3.9vw;
  }
}

a.button.l, input.button.l, button.button.l {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 15px 30px;
}

@media (max-width: 768px) {
  a.button.l, input.button.l, button.button.l {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 3vw 3.9vw;
  }
}

a.button.arrow_r, input.button.arrow_r, button.button.arrow_r {
  padding-right: 50px;
  padding-left: 50px;
}

@media (max-width: 768px) {
  a.button.arrow_r, input.button.arrow_r, button.button.arrow_r {
    padding-right: 30px;
    padding-left: 30px;
  }
}

a.button.arrow_r::after, input.button.arrow_r::after, button.button.arrow_r::after {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 30px;
  top: calc(50% - 6px);
}

@media (max-width: 768px) {
  a.button.arrow_r::after, input.button.arrow_r::after, button.button.arrow_r::after {
    width: 10px;
    height: 10px;
    right: 15px;
    top: calc(50% - 5px);
  }
}

a.button.arrow_r.s, input.button.arrow_r.s, button.button.arrow_r.s {
  padding-right: 30px;
}

a.button.arrow_r.s::after, input.button.arrow_r.s::after, button.button.arrow_r.s::after {
  width: 8px;
  height: 8px;
  right: 20px;
  top: calc(50% - 4px);
}

a.button.bgleft, input.button.bgleft, button.button.bgleft {
  overflow: hidden;
  border: 2px solid #000000;
  padding: 10px 30px;
  text-align: center;
  outline: none;
  -webkit-transition: ease .2s;
  transition: ease .2s;
}

a.button.bgleft span, input.button.bgleft span, button.button.bgleft span {
  position: relative;
  z-index: 3;
}

a.button.bgleft:before, input.button.bgleft:before, button.button.bgleft:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #ffffff;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

a.button.bgleft:hover span, input.button.bgleft:hover span, button.button.bgleft:hover span {
  color: #000000;
}

a.button.bgleft:hover:before, input.button.bgleft:hover:before, button.button.bgleft:hover:before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in.leftAnime {
  opacity: 0;
}

.slide-in.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.slide-in.late {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.add .slide-in {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.live_info .slide-in {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.live_info .slide-in.late {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.slide-in .slide-in_inner {
  display: inline-block;
}

.slide-in .slide-in_inner.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

.slide-in .slide-in_inner.late {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.add .slide-in .slide-in_inner {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.live_info .slide-in .slide-in_inner {
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.live_info .slide-in .slide-in_inner.late {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@-webkit-keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@-webkit-keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.news_list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
  border-bottom: solid 1px #b9c1c0;
}

@media (max-width: 768px) {
  .news_list dl {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
  }
}

.news_list dl dt {
  width: 100px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}

@media (max-width: 768px) {
  .news_list dl dt {
    width: 70px;
  }
}

.news_list dl dd {
  width: calc(100% - 120px);
}

@media (max-width: 768px) {
  .news_list dl dd {
    width: calc(100% - 90px);
  }
}

.news_list dl dd a {
  color: #000000;
  text-decoration: none;
}

.news_list dl dd a:hover {
  text-decoration: underline;
}

.blog_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .blog_list {
    display: block;
  }
}

.blog_list .blog_box {
  width: calc(50% - 20px);
  margin: 0 0 40px;
}

@media (max-width: 1000px) {
  .blog_list .blog_box {
    width: calc(50% - 2vw);
    margin: 0 0 4vw;
  }
}

@media (max-width: 1000px) {
  .blog_list .blog_box {
    width: 100%;
    margin: 0 0 40px;
  }
}

.blog_list .blog_box figure img {
  width: 100%;
  aspect-ratio: 1.47/1;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog_list .blog_box dl dt {
  color: #666666;
  font-family: "Oswald", sans-serif;
  margin: 15px 0 5px;
  font-weight: bold;
}

.blog_list .blog_box dl dd {
  font-weight: bold;
}

.blog_list .blog_box dl dd:hover {
  opacity: 0.5;
}

#pager {
  text-align: center;
  margin: 50px 0;
}

@media (max-width: 768px) {
  #pager {
    margin: 30px 0;
  }
}

#pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#pager ul li {
  margin: 0 5px;
}

#pager ul li span {
  border-radius: 50%;
  background: #000000;
  color: #ffffff;
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  #pager ul li span {
    width: 30px;
    height: 30px;
  }
}

#pager ul li a {
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  display: block;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#pager ul li a:hover {
  background: #000000;
  color: #ffffff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (max-width: 768px) {
  #pager ul li a {
    width: 30px;
    height: 30px;
  }
}

.btn_back {
  text-align: center;
  margin: 0 0 30px 0;
}

.btn_back a {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
}

.btn_back a::after {
  content: '';
  width: 10px;
  height: 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  left: -20px;
  top: calc(50% - 5px);
}

@media (max-width: 768px) {
  .btn_back a::after {
    width: 10px;
    height: 10px;
    right: 15px;
    top: calc(50% - 5px);
  }
}

/*===== TOP ====================================*/
#top .slider {
  width: 100%;
  margin: 0 auto;
}

#top .slider img {
  width: 100%;
  height: auto;
}

#top .slider .slick-slide {
  margin: 0;
}

#top .slider .slick-dots {
  text-align: right;
  margin: 0px 0 0 0;
  position: absolute;
  bottom: 0;
  right: 20px;
}

#top .slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

#top .slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 26px;
  height: 2px;
  display: block;
  background: #999999;
  border: none;
}

#top .slider .slick-dots .slick-active button {
  background: #f0e800;
}

#top .about {
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2.5;
  margin: 0 0 50px 0;
}

#top .info {
  text-align: center;
}

#top .info .shop_name {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin: 0 0 20px 0;
}

#top .info .map {
  width: 100%;
  margin: 50px 0;
}

#top .info .map iframe {
  width: 100%;
  aspect-ratio: 1.47/1;
  border: solid 5px #ffffff;
}

@media (max-width: 768px) {
  #top .info .map iframe {
    aspect-ratio: 1/1.47;
  }
}

#top .info .access {
  margin-bottom: 50px;
}

#top .info .access dt {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin: 0 0 20px 0;
}

/*===== NEWS ====================================*/
#news .news {
  min-height: calc(100vh - 190px);
}

#news .news_detail .title {
  border-bottom: solid 2px #b9c1c0;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}

#news .news_detail .title dt {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

@media (max-width: 768px) {
  #news .news_detail .title dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#news .news_detail .title dd {
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}

@media (max-width: 768px) {
  #news .news_detail .title dd {
    font-size: 20px;
    font-size: 2rem;
  }
}

#news .news_detail .detail {
  border-bottom: solid 2px #b9c1c0;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}

/*===== BLOG ====================================*/
#blog .blog {
  min-height: calc(100vh - 190px);
}

#blog .blog_detail .title {
  border-bottom: solid 2px #b9c1c0;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}

#blog .blog_detail .title dt {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}

@media (max-width: 768px) {
  #blog .blog_detail .title dt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#blog .blog_detail .title dd {
  font-weight: bold;
  font-size: 26px;
  font-size: 2.6rem;
}

@media (max-width: 768px) {
  #blog .blog_detail .title dd {
    font-size: 20px;
    font-size: 2rem;
  }
}

#blog .blog_detail .detail {
  border-bottom: solid 2px #b9c1c0;
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}

#blog .blog_detail .detail figure {
  margin: 0 0 30px 0;
}

#blog .blog_detail .detail p {
  margin: 0 0 20px 0;
}

/*===== Utility ====================================*/
.mt0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w10 {
  width: 10px !important;
}

.w20 {
  width: 20px !important;
}

.w30 {
  width: 30px !important;
}

.w40 {
  width: 40px !important;
}

.w50 {
  width: 50px !important;
}

.w60 {
  width: 60px !important;
}

.w70 {
  width: 70px !important;
}

.w80 {
  width: 80px !important;
}

.w90 {
  width: 90px !important;
}

.w100 {
  width: 100px !important;
}

.w120 {
  width: 120px !important;
}

.w150 {
  width: 150px !important;
}

.w200 {
  width: 200px !important;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px !important;
}

.w350 {
  width: 350px !important;
}

.w50p {
  width: 50% !important;
  max-width: 50% !important;
}

@media (max-width: 768px) {
  .w100p_sp {
    width: 100% !important;
  }
}

.mincho {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.fs_ss {
  font-size: 10px;
  font-size: 1rem;
}

.fs_s {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs_m {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs_l {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs_ll {
  font-size: 18px;
  font-size: 1.8rem;
}

.bold {
  font-weight: bold !important;
}

.normal {
  font-weight: normal !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.tc {
  text-align: center !important;
}

.vt {
  vertical-align: top !important;
}

.vm {
  vertical-align: middle !important;
}

.vb {
  vertical-align: bottom !important;
}

.fl {
  padding: 0 20px 10px 0;
  float: left !important;
}

.fr {
  padding: 0 0 10px 20px;
  float: right !important;
}

.sp-only {
  display: none;
}

@media (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

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

.photo-16-9 {
  position: relative;
}

.photo-16-9::before {
  content: '';
  float: left;
  padding-top: 56.25%;
}

.photo-16-9::after {
  content: '';
  display: block;
  clear: both;
}

.photo-16-9 > :first-child {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.photo-16-9 > .image {
  -o-object-fit: cover;
     object-fit: cover;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 10px 0;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*# sourceMappingURL=style.css.map */