@charset "UTF-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, p, img,
dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, thead, tr, th, td, article, aside, figcaption, figure,
footer, header, menu, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ul, li {
  list-style-type: none;
}

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

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

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

img {
  max-width: 100%;
  height: auto;
}

.loader {
  display: none;
  width: 100%;
  background: #eee;
}

.loader .loader__logo {
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes FloatVertical {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
}

@keyframes FloatVertical {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -30px);
            transform: translate(0, -30px);
  }
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 40px);
          transform: translate(0, 40px);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.effect-fade.effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

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

@keyframes fadeInDelay {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes poyoon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    -webkit-transform: scale(1, 1) translate(10%, 0%) skew(-10deg, 0deg);
  }
  60% {
    -webkit-transform: scale(1, 1) translate(20%, 0%) skew(-20deg, 0deg);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(-15%, 0%) skew(15deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(15%, 0%) skew(-15deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(5%, 0%) skew(-5deg, 0deg);
  }
  90% {
    -webkit-transform: scale(1, 1) translate(-5%, 0%) skew(5deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes poyoon {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    -webkit-transform: scale(1, 1) translate(10%, 0%) skew(-10deg, 0deg);
            transform: scale(1, 1) translate(10%, 0%) skew(-10deg, 0deg);
  }
  60% {
    -webkit-transform: scale(1, 1) translate(20%, 0%) skew(-20deg, 0deg);
            transform: scale(1, 1) translate(20%, 0%) skew(-20deg, 0deg);
  }
  70% {
    -webkit-transform: scale(1, 1) translate(-15%, 0%) skew(15deg, 0deg);
            transform: scale(1, 1) translate(-15%, 0%) skew(15deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(15%, 0%) skew(-15deg, 0deg);
            transform: scale(1, 1) translate(15%, 0%) skew(-15deg, 0deg);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(5%, 0%) skew(-5deg, 0deg);
            transform: scale(1, 1) translate(5%, 0%) skew(-5deg, 0deg);
  }
  90% {
    -webkit-transform: scale(1, 1) translate(-5%, 0%) skew(5deg, 0deg);
            transform: scale(1, 1) translate(-5%, 0%) skew(5deg, 0deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
            transform: scale(1, 1) translate(0%, 0%);
  }
}

@-webkit-keyframes bgSlider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2704px 0;
  }
  /* 1518pxとは使用した背景画像の長さ */
}

@keyframes bgSlider {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -2704px 0;
  }
  /* 1518pxとは使用した背景画像の長さ */
}

.bgimageloop {
  width: 100%;
  height: 200px;
  /* 画像の高さを指定 */
  position: relative;
  background: url("../images/loop_img.png") repeat-x 0 0;
  background-size: auto 100%;
  -webkit-animation: bgSlider 40s linear infinite;
          animation: bgSlider 40s linear infinite;
  /* 23sの部分背景画像の約数だとスムーズ */
  padding: 0;
}

@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }
  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

.effect-shiney {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}

.effect-shiney:before {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  transition: none;
}

.effect-shiney:hover:before {
  -webkit-transform: skewX(-45deg) translateX(26em);
          transform: skewX(-45deg) translateX(26em);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
            transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
            transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
            transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}

@keyframes buruburu {
  0% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
  25% {
    -webkit-transform: translate(2px, 2px) rotateZ(1deg);
            transform: translate(2px, 2px) rotateZ(1deg);
  }
  50% {
    -webkit-transform: translate(0px, 2px) rotateZ(0deg);
            transform: translate(0px, 2px) rotateZ(0deg);
  }
  75% {
    -webkit-transform: translate(2px, 0px) rotateZ(-1deg);
            transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotateZ(0deg);
            transform: translate(0px, 0px) rotateZ(0deg);
  }
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100vw;
  height: 100vh;
  font-size: 62.5%;
  font-family: "Lato", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#wrap {
  margin: 0 auto;
}

@media (max-width: 768px) {
  #wrap {
    overflow: hidden;
  }
}

header {
  position: relative;
}

header .header-mv .header-mv__slide {
  position: relative;
  height: 600px;
}

@media (max-width: 480px) {
  header .header-mv .header-mv__slide {
    height: 515px;
  }
}

@media (max-width: 320px) {
  header .header-mv .header-mv__slide {
    height: 430px;
  }
}

header .header-mv .header-mv__slide .slide-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQYV2NkYGD4z8DAwMgABXAGNgGwSgwVAFbmAgXQdISfAAAAAElFTkSuQmCC) repeat;
}

header .header-mv .header-mv__slide .slide-overlay .slide-caption {
  margin: 150px auto 0;
  width: 500px;
  height: auto;
}

@media (max-width: 480px) {
  header .header-mv .header-mv__slide .slide-overlay .slide-caption {
    width: 80%;
  }
}

header .header-mv .header-mv__slide .slide-overlay .slide-caption .slide-caption__scroll {
  margin: 70px auto 0;
  width: 55px;
  height: auto;
  text-align: center;
  vertical-align: middle;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-name: FloatVertical;
          animation-name: FloatVertical;
}

header .header-mv .header-mv__slide .slide-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .header-gnav {
  position: absolute;
  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;
  width: 100%;
  margin: 0 auto;
  padding: 10px 30px;
  background: #11115B;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 100;
}

@media (max-width: 480px) {
  header .header-gnav {
    padding: 15px 0;
    height: 55px;
  }
}

header .header-gnav .header-caption__logo {
  width: 55px;
  height: 46px;
  background: url("../images/logo/logo_luxy_boardgame_03.png") no-repeat;
  background-size: contain;
}

@media (max-width: 480px) {
  header .header-gnav .header-caption__logo {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 47px;
    height: 38px;
  }
}

header .header-gnav.fixed {
  position: fixed;
  top: 0;
}

header .gnav {
  position: relative;
  width: 860px;
  text-align: right;
}

@media (max-width: 896px) {
  header .gnav {
    width: 505px;
    margin: 0 auto;
    text-align: center;
  }
}

@media (max-width: 480px) {
  header .gnav {
    width: 100%;
    text-align: right;
  }
}

header .gnav .gnav__list {
  margin: 0 auto;
}

@media (max-width: 480px) {
  header .gnav .gnav__list {
    opacity: 0;
    position: absolute;
    padding: 15px 0;
    width: 210px;
    top: 42px;
    right: 0px;
    -webkit-transition: .6s;
    transition: .6s;
    background: rgba(17, 17, 91, 0.7);
    border: 1px solid #fff;
    border-radius: 30px;
  }
}

header .gnav .gnav__list .gnav__item {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 480px) {
  header .gnav .gnav__list .gnav__item {
    display: block;
    margin: 10px 0;
    width: 100%;
  }
}

header .gnav .gnav__list .gnav__item a {
  position: relative;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  vertical-align: middle;
}

header .gnav .gnav__list .gnav__item a:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 26px;
  height: 24px;
  vertical-align: bottom;
  background: url("../images/icons/meeple_shadow_01.png") no-repeat 0 0/contain;
}

@media (max-width: 480px) {
  header .gnav .gnav__list .gnav__item a:before {
    width: 20px;
    height: 18px;
  }
}

header .gnav .gnav__list .gnav__item a:hover {
  color: #eeeea4;
}

header .gnav .gnav__list .gnav__item a:hover:before {
  display: inline-block;
  -webkit-animation: buruburu .1s  infinite;
          animation: buruburu .1s  infinite;
}

header .gnav .gnav__list .gnav__item:nth-child(2) a:before {
  content: "";
  background: url("../images/icons/meeple_shadow_02.png") no-repeat 0 0/contain;
}

header .gnav .gnav__list .gnav__item:nth-child(3) a:before {
  content: "";
  background: url("../images/icons/meeple_shadow_03.png") no-repeat 0 0/contain;
}

header .gnav .gnav__list .gnav__item:nth-child(4) a:before {
  content: "";
  background: url("../images/icons/meeple_shadow_05.png") no-repeat 0 0/contain;
}

header .gnav .gnav__list .gnav__item:nth-child(5) a:before {
  content: "";
  background: url("../images/icons/meeple_shadow_06.png") no-repeat 0 0/contain;
}

header .gnav .gnav__toggle-btn {
  display: none;
  position: relative;
  padding: 10px 0;
  height: 30px;
  width: 60px;
  right: 10px;
  color: #11115B;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
}

@media (max-width: 480px) {
  header .gnav .gnav__toggle-btn {
    display: inline-block;
  }
}

header .gnav .gnav__toggle-btn:hover {
  background: #eeeea4;
}

header .gnav #gnav__toggle-check {
  display: none;
  position: absolute;
}

header .gnav #gnav__toggle-check:checked + .gnav__toggle-btn {
  background: #eeeea4;
}

header .gnav #gnav__toggle-check:checked ~ .gnav__list {
  opacity: 1;
}

.content-main {
  display: block;
}

.content-main .content-main__part {
  overflow: hidden;
  padding: 80px 0;
  width: 100%;
  background: #fff;
}

@media (max-width: 480px) {
  .content-main .content-main__part {
    padding: 40px 0;
  }
}

.content-main .content-main__part:nth-child(1) {
  padding-top: 120px;
}

.content-main .content-main__part + #greeting {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAALElEQVQYV2NkwALevVvynxFdHCQoJBTDiCIBEwQphksgC8Il0AXBEtgEQRIAwLUXhpGsBmcAAAAASUVORK5CYII=);
}

.content-main .content-main__part + #gallery {
  padding: 140px 0 0;
  height: 645px;
  background: #D0EFF7 url(../images/bg/gallery_bg_03.png) no-repeat center;
  background-size: contain;
  background-position: center bottom;
}

@media (max-width: 1024px) {
  .content-main .content-main__part + #gallery {
    height: 615px;
  }
}

@media (max-width: 768px) {
  .content-main .content-main__part + #gallery {
    height: 585px;
  }
}

@media (max-width: 480px) {
  .content-main .content-main__part + #gallery {
    padding-top: 32px;
    height: 400px;
  }
}

.content-main .content-main__part + #contact {
  height: 500px;
  background: url("../images/regular-boardgame_1907_03.jpg") no-repeat center center/cover;
  background-attachment: fixed;
}

@media (max-width: 480px) {
  .content-main .content-main__part + #contact {
    height: 300px;
  }
}

.content-main .content-main__part + #contact .content-main__caption {
  -webkit-transform: translate(-800px, 0);
          transform: translate(-800px, 0);
  -webkit-transition: 1.7;
  -webkit-transition: 1.7s;
  transition: 1.7s;
}

.content-main .content-main__part + #contact .content-main__caption.slideInShow {
  -webkit-transform: translate(0, 0) !important;
          transform: translate(0, 0) !important;
}

.content-main .content-main__part + #calender {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 100%;
      grid-template-rows: 100%;
  -ms-grid-columns: 300px 1fr;
      grid-template-columns: 300px 1fr;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

@media (max-width: 768px) {
  .content-main .content-main__part + #calender {
    -ms-grid-rows: 110px 1fr;
        grid-template-rows: 110px 1fr;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
}

.content-main .content-main__part .content-main__title {
  position: relative;
  text-align: center;
}

.content-main .content-main__part .content-main__title span {
  display: block;
  position: relative;
  font-size: 3em;
  font-family: 'Roboto Mono', monospace;
  line-height: 1.5;
  z-index: 2;
}

.content-main .content-main__part .content-main__title .title-about {
  position: relative;
}

.content-main .content-main__part .content-main__title .title-about:before {
  content: '';
  position: absolute;
  margin-left: -78px;
  width: 155px;
  height: 8px;
  left: 50%;
  top: 29px;
  background: #FF6CA8;
  z-index: -1;
}

.content-main .content-main__part .content-main__title .title-greetings {
  position: relative;
  color: #fff;
  font-size: 2.5em;
  -webkit-animation: pururun 1.2s linear 0.2s 1;
  animation: poyoon 1.2s linear 0.2s 1;
}

.content-main .content-main__part .content-main__title .title-greetings:before {
  content: '';
  position: absolute;
  margin-left: -85px;
  width: 170px;
  height: 40px;
  left: 50%;
  background: #F9925A;
  -webkit-box-shadow: 6px 6px #6BACDE;
          box-shadow: 6px 6px #6BACDE;
  z-index: -1;
}

.content-main .content-main__part .content-main__title .title-greetings:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 40px;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 6px 0 6px;
  border-color: #F9925A transparent transparent transparent;
  -webkit-filter: drop-shadow(3px 6px #6BACDE);
          filter: drop-shadow(3px 6px #6BACDE);
}

.content-main .content-main__part .content-main__title .title-gallery {
  position: absolute;
  width: 230px;
  height: 89px;
  top: 335px;
  left: 25%;
}

@media (max-width: 1024px) {
  .content-main .content-main__part .content-main__title .title-gallery {
    width: 200px;
    height: 59px;
    top: 315px;
  }
}

@media (max-width: 768px) {
  .content-main .content-main__part .content-main__title .title-gallery {
    width: 166px;
    height: 25px;
  }
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__title .title-gallery {
    top: 225px;
  }
}

.content-main .content-main__part .content-main__title .title-gallery::before {
  content: '';
  position: absolute;
  margin-left: -185px;
  width: 66px;
  height: 72px;
  top: 30px;
  left: 50%;
  background: url(../images/items/gallery_car.png) no-repeat;
  background-size: contain;
  z-index: 10;
  -webkit-animation: buruburu 1s  infinite;
          animation: buruburu 1s  infinite;
}

@media (max-width: 1024px) {
  .content-main .content-main__part .content-main__title .title-gallery::before {
    margin-left: -165px;
    width: 56px;
    height: 62px;
  }
}

@media (max-width: 768px) {
  .content-main .content-main__part .content-main__title .title-gallery::before {
    margin-left: -145px;
    top: 20px;
  }
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__title .title-gallery::before {
    top: 40px;
  }
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__title .title-gallery img {
    opacity: 0;
  }
}

.content-main .content-main__part .content-main__title-sub {
  text-align: center;
  font-size: 1.2em;
  line-height: 1.3;
  z-index: 2;
}

.content-main .content-main__part .content-main__caption {
  position: relative;
  margin: 0 auto;
  padding-top: 70px;
  text-align: center;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__caption {
    padding-top: 20px;
  }
}

.content-main .content-main__part .content-main__caption .caption-text {
  padding-bottom: 25px;
  width: 50%;
  height: auto;
  border-bottom: dashed 2px #fff;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__caption .caption-text {
    width: 65%;
  }
}

.content-main .content-main__part .content-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding-top: 25px;
  width: 100%;
  font-size: 1.6em;
}

.content-main .content-main__part .content-main__item-greeting {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 50px;
  width: 800px;
}

@media (max-width: 896px) {
  .content-main .content-main__part .content-main__item-greeting {
    width: 600px;
  }
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item-greeting {
    padding-top: 20px;
    width: 100%;
  }
}

.content-main .content-main__part .content-main__item-contact {
  display: inline-block;
  text-align: center;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item-contact {
    margin-top: 20px;
  }
}

.content-main .content-main__part .content-main__item-contact p {
  color: #fff;
  font-size: .8em;
}

.content-main .content-main__part .content-main__item-contact .caption-link {
  display: block;
  position: relative;
  margin: 12px auto 0;
  width: 260px;
  height: 46px;
  padding-top: 15px;
  padding-left: 20px;
  color: #fff;
  font-size: .9em;
  letter-spacing: .1em;
  border: solid 2px #fff;
  border-radius: 60px;
  -webkit-transition: .4s;
  transition: .4s;
}

.content-main .content-main__part .content-main__item-contact .caption-link:hover {
  background: rgba(0, 0, 0, 0.5);
}

.content-main .content-main__part .content-main__item-contact .caption-link::before {
  content: '';
  position: absolute;
  margin-left: -20px;
  width: 9px;
  height: 15px;
  background: url(../images/items/arrow.png) no-repeat;
  background-size: contain;
}

.content-main .content-main__part .content-main__item-gallery::before {
  content: '';
  position: absolute;
  width: 292px;
  height: 141px;
  top: 65px;
  left: -5px;
  background: url(../images/items/gallery_cloud_01.png) no-repeat;
  background-size: contain;
  z-index: 10;
  -webkit-animation: buruburu 5s infinite;
          animation: buruburu 5s infinite;
}

@media (max-width: 896px) {
  .content-main .content-main__part .content-main__item-gallery::before {
    width: 233px;
    height: 112px;
  }
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item-gallery::before {
    width: 163px;
    height: 78px;
    top: 5px;
  }
}

.content-main .content-main__part .content-main__item-gallery::after {
  content: '';
  position: absolute;
  width: 391px;
  height: 152px;
  top: 45px;
  right: -33px;
  background: url(../images/items/gallery_cloud_02.png) no-repeat;
  background-size: contain;
  z-index: 10;
  -webkit-animation: buruburu 6s infinite;
          animation: buruburu 6s infinite;
}

@media (max-width: 896px) {
  .content-main .content-main__part .content-main__item-gallery::after {
    width: 312px;
    height: 121px;
    top: 51px;
  }
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item-gallery::after {
    width: 218px;
    height: 84px;
    top: 220px;
  }
}

.content-main .content-main__part .content-main__item .item-about {
  position: relative;
  margin: 10px auto;
  text-align: center;
}

.content-main .content-main__part .content-main__item .item-about .about-caption {
  font-size: 21px;
  font-weight: 600;
  line-height: 1.4;
}

.content-main .content-main__part .content-main__item .item-about .about-caption span {
  opacity: 0;
  color: #ffbd2e;
  font-size: 28px;
  -webkit-animation: fadeInDelay .5s ease .8s 1 forwards;
  animation: fadeInDelay .5s ease .8s 1 forwards;
}

.content-main .content-main__part .content-main__item .item-about .about-gamelink {
  display: block;
  margin: 0 auto;
  width: 260px;
  height: 46px;
  padding-top: 15px;
  color: #fff;
  background: #11115b;
  border-radius: 60px;
  -webkit-transition: .4s;
  transition: .4s;
}

.content-main .content-main__part .content-main__item .item-about .about-gamelink:hover {
  font-size: 1.1em;
  background: #4343ba;
}

.content-main .content-main__part .content-main__item .item-about .icon-puzzle {
  margin: 50px auto;
  width: 165px;
  height: auto;
  -webkit-transform: rotate(19deg);
          transform: rotate(19deg);
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-about .icon-puzzle {
    width: 145px;
  }
}

.content-main .content-main__part .content-main__item .item-about .ab-icon {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
}

.content-main .content-main__part .content-main__item .item-about .ab-icon01 {
  margin-right: -320px;
  width: 100px;
  top: 0px;
  right: 50%;
  -webkit-animation: fadeInDelay .5s ease .4s 1 forwards;
  animation: fadeInDelay .5s ease .4s 1 forwards;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-about .ab-icon01 {
    margin-right: -150px;
    width: 35px;
    top: 50px;
  }
}

.content-main .content-main__part .content-main__item .item-about .ab-icon02 {
  margin-left: -320px;
  width: 80px;
  top: 75px;
  left: 50%;
  -webkit-animation: fadeInDelay .5s ease .2s 1 forwards;
  animation: fadeInDelay .5s ease .2s 1 forwards;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-about .ab-icon02 {
    margin-left: -110px;
    width: 40px;
    top: 105px;
  }
}

.content-main .content-main__part .content-main__item .item-about .ab-icon03 {
  margin-right: -405px;
  width: 70px;
  top: 150px;
  right: 50%;
  -webkit-animation: fadeInDelay .5s ease .6s 1 forwards;
  animation: fadeInDelay .5s ease .6s 1 forwards;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-about .ab-icon03 {
    margin-right: -175px;
    width: 30px;
    top: 105px;
  }
}

.content-main .content-main__part .content-main__item .item-about .ab-icon04 {
  margin-right: -400px;
  width: 55px;
  top: -120px;
  right: 50%;
  -webkit-animation: fadeInDelay .5s ease 1.2s 1 forwards;
  animation: fadeInDelay .5s ease 1.2s 1 forwards;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-about .ab-icon04 {
    margin-right: -100px;
    width: 30px;
    top: -135px;
    -webkit-animation: fadeInDelay .5s ease 1.8s 1 forwards;
    animation: fadeInDelay .5s ease 1.8s 1 forwards;
  }
}

.content-main .content-main__part .content-main__item .item-about .ab-icon05 {
  margin-left: -400px;
  width: 110px;
  top: -155px;
  left: 50%;
  -webkit-animation: fadeInDelay .5s ease 2s 1 forwards;
  animation: fadeInDelay .5s ease 2s 1 forwards;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-about .ab-icon05 {
    margin-left: -195px;
    width: 50px;
    top: -165px;
  }
}

.content-main .content-main__part .content-main__item .item-about .ab-icon06 {
  margin-left: -545px;
  width: 120px;
  top: 240px;
  left: 50%;
  -webkit-animation: fadeInDelay .5s ease 1.4s 1 forwards;
  animation: fadeInDelay .5s ease 1.4s 1 forwards;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-about .ab-icon06 {
    margin-left: -130px;
    width: 50px;
    top: 220px;
    -webkit-animation: fadeInDelay .5s ease 1.2s 1 forwards;
    animation: fadeInDelay .5s ease 1.2s 1 forwards;
  }
}

.content-main .content-main__part .content-main__item .item-about .ab-icon07 {
  margin-left: -345px;
  width: 55px;
  top: 365px;
  left: 50%;
  -webkit-animation: fadeInDelay .5s ease 1.2s 1 forwards;
  animation: fadeInDelay .5s ease 1.2s 1 forwards;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-about .ab-icon07 {
    margin-left: -180px;
    width: 25px;
    top: 280px;
    -webkit-animation: fadeInDelay .5s ease 1.8s 1 forwards;
    animation: fadeInDelay .5s ease 1.8s 1 forwards;
  }
}

.content-main .content-main__part .content-main__item .item-about .ab-icon08 {
  margin-left: -485px;
  width: 55px;
  top: 65px;
  left: 50%;
  -webkit-animation: fadeInDelay .5s ease 1.6s 1 forwards;
  animation: fadeInDelay .5s ease 1.6s 1 forwards;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-about .ab-icon08 {
    margin-left: -175px;
    width: 35px;
    top: 35px;
  }
}

.content-main .content-main__part .content-main__item .item-about .ab-icon09 {
  margin-right: -255px;
  width: 55px;
  top: 310px;
  right: 50%;
  -webkit-animation: fadeInDelay .5s ease .8s 1 forwards;
  animation: fadeInDelay .5s ease .8s 1 forwards;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-about .ab-icon09 {
    margin-right: -175px;
    width: 30px;
    top: 290px;
    -webkit-animation: fadeInDelay .5s ease 1.8s 1 forwards;
    animation: fadeInDelay .5s ease 1.8s 1 forwards;
  }
}

.content-main .content-main__part .content-main__item .item-about .ab-icon10 {
  margin-right: -555px;
  width: 130px;
  top: 315px;
  right: 50%;
  -webkit-animation: fadeInDelay .5s ease 1.8s 1 forwards;
  animation: fadeInDelay .5s ease 1.8s 1 forwards;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-about .ab-icon10 {
    margin-right: -180px;
    width: 50px;
    top: 180px;
    -webkit-animation: fadeInDelay .5s ease .8s 1 forwards;
    animation: fadeInDelay .5s ease .8s 1 forwards;
  }
}

.content-main .content-main__part .content-main__item .item-about .ab-icon11 {
  margin-right: -570px;
  width: 95px;
  top: -35px;
  right: 50%;
  -webkit-animation: fadeInDelay .5s ease 1.8s 1 forwards;
  animation: fadeInDelay .5s ease 1.8s 1 forwards;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-about .ab-icon11 {
    margin-right: -195px;
    width: 50px;
    top: -65px;
  }
}

.content-main .content-main__part .content-main__item .item-about .ab-icon12 {
  margin-left: -165px;
  width: 55px;
  top: 220px;
  left: 50%;
  -webkit-animation: fadeInDelay .5s ease 1s 1 forwards;
  animation: fadeInDelay .5s ease 1s 1 forwards;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-about .ab-icon12 {
    margin-left: -170px;
    width: 30px;
    top: 140px;
    -webkit-animation: fadeInDelay .5s ease 1.4s 1 forwards;
    animation: fadeInDelay .5s ease 1.4s 1 forwards;
  }
}

.content-main .content-main__part .content-main__item .item-about .ab-icon13 {
  margin-left: -620px;
  width: 85px;
  top: -75px;
  left: 50%;
  -webkit-animation: fadeInDelay .5s ease 1.8s 1 forwards;
  animation: fadeInDelay .5s ease 1.8s 1 forwards;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-about .ab-icon13 {
    margin-left: -135px;
    width: 35px;
  }
}

.content-main .content-main__part .content-main__item .item-about .ab-icon14 {
  margin-right: -620px;
  width: 60px;
  top: 205px;
  right: 50%;
  -webkit-animation: fadeInDelay .5s ease 1.6s 1 forwards;
  animation: fadeInDelay .5s ease 1.6s 1 forwards;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-about .ab-icon14 {
    margin-right: -90px;
    width: 35px;
    top: 235px;
    -webkit-animation: fadeInDelay .5s ease 1s 1 forwards;
    animation: fadeInDelay .5s ease 1s 1 forwards;
  }
}

.content-main .content-main__part .content-main__item .item-greeting {
  position: relative;
  margin: 0 auto;
  width: 46%;
  text-align: center;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-greeting {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-top: 25px;
    width: 80%;
  }
}

.content-main .content-main__part .content-main__item .item-greeting .greeting-img {
  max-width: 100%;
  width: 200px;
  height: 200px;
  border: 4px solid #6BACDE;
  border-radius: 50%;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-greeting:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.content-main .content-main__part .content-main__item .item-greeting:nth-child(2) .greeting-img {
  border: 4px solid #F9925A;
}

.content-main .content-main__part .content-main__item .item-greeting:nth-child(2) .item-content .content-position {
  background: #F9925A;
}

.content-main .content-main__part .content-main__item .item-greeting .item-content .content-position {
  position: absolute;
  margin-left: -123px;
  padding: 5px 19px;
  top: 143px;
  left: 50%;
  color: #fff;
  font-size: 13px;
  text-align: center;
  background: #6BACDE;
}

.content-main .content-main__part .content-main__item .item-greeting .item-content .content-name {
  position: absolute;
  margin-left: -123px;
  padding: 5px 19px;
  top: 172px;
  left: 50%;
  color: #333;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  background: #fff;
}

.content-main .content-main__part .content-main__item .item-greeting .item-content .content-link {
  position: absolute;
  margin-right: -95px;
  width: 40px;
  height: auto;
  top: 150px;
  right: 50%;
}

.content-main .content-main__part .content-main__item .item-greeting .item-content .content-link:hover {
  -webkit-animation: buruburu 1s  infinite;
          animation: buruburu 1s  infinite;
}

@media (max-width: 480px) {
  .content-main .content-main__part .content-main__item .item-greeting .item-content .content-link {
    margin-right: -110px;
    width: 55px;
    top: 165px;
  }
}

.content-main .content-main__part .content-main__item .item-greeting .item-content .content-text {
  margin-top: 12px;
  color: #777;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  word-wrap: break-word;
}

.content-main .content-main__part .content-main__item .item-greeting .item-content .content-text span {
  display: block;
  margin-top: 8px;
}

.content-main .content-main__part .content-main__item .item-game {
  margin: 10px auto;
  width: 400px;
  height: 300px;
  border: 1px solid #6d65e3;
}

.content-main .content-main__part .content-main__item .item-log {
  margin: 10px 0;
  width: 195px;
  height: auto;
}

@media (max-width: 1024px) {
  .content-main .content-main__part .content-main__item .item-log:nth-child(9) {
    display: none;
  }
  .content-main .content-main__part .content-main__item .item-log:nth-child(10) {
    display: none;
  }
}

@media (max-width: 896px) {
  .content-main .content-main__part .content-main__item .item-log {
    width: 180px;
  }
}

@media (max-width: 768px) {
  .content-main .content-main__part .content-main__item .item-log {
    width: 250px;
  }
  .content-main .content-main__part .content-main__item .item-log:nth-child(6) {
    display: none;
  }
  .content-main .content-main__part .content-main__item .item-log:nth-child(7) {
    display: none;
  }
}

.content-main__title-calender {
  position: relative;
  padding: 90px 0;
  color: #fff;
  font-size: 3.5em;
  font-family: 'Roboto Mono', monospace;
  line-height: 1.3;
  letter-spacing: .1em;
  background: #6BACDE;
}

@media (max-width: 768px) {
  .content-main__title-calender {
    padding: 20px 0;
  }
}

.content-main__title-calender:after {
  content: "";
  position: absolute;
  margin-top: 20px;
  width: 45px;
  height: 45px;
  left: 125px;
  background: url(../images/icons/calendar.png) no-repeat center;
  background-size: contain;
}

@media (max-width: 768px) {
  .content-main__title-calender:after {
    display: none;
  }
}

.content-main__title-calender span {
  display: block;
  font-size: 14px;
  font-weight: 300;
}

.content-main__item-calender {
  padding: 90px 0;
}

.content-main__item-calender iframe {
  width: 60vw;
  height: 60vh;
  border-radius: 6px;
}

@media (max-width: 1024px) {
  .content-main__item-calender iframe {
    width: 55vw;
    height: 45vh;
  }
}

@media (max-width: 768px) {
  .content-main__item-calender iframe {
    width: 85vw;
    height: 42vh;
  }
}

@media (max-width: 768px) {
  .content-main__item-calender {
    padding: 40px 0;
  }
}

.content-sub {
  padding: 70px 0;
  background: #f2f2f2;
  text-align: center;
}

@media (max-width: 480px) {
  .content-sub {
    padding: 30px;
  }
}

.content-sub .content-sub__title {
  font-size: 2em;
  font-weight: 400;
}

.content-sub .link-logo__luxy .logo-luxy {
  width: 80px;
  height: auto;
  border-radius: 50%;
  -webkit-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}

.content-sub .link-logo__luxy .logo-luxy:hover {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.content-sub .content-sub__description {
  margin-top: 30px;
  font-size: 1.5em;
  line-height: 1.5;
  letter-spacing: 1.1px;
}

@media (max-width: 480px) {
  .content-sub .content-sub__description {
    margin-top: 20px;
    font-size: 1.2em;
  }
}

.content-sub .content-sub__description span {
  display: block;
  margin-bottom: 25px;
  color: #FF6CA8;
  font-size: 17px;
  letter-spacing: 1.3px;
}

@media (max-width: 480px) {
  .content-sub .content-sub__description span {
    margin-bottom: 0;
  }
}

@media (max-width: 320px) {
  .content-sub .content-sub__description span {
    font-size: 15px;
  }
}

.content-sub .content-sub__description span br {
  display: none;
}

@media (max-width: 480px) {
  .content-sub .content-sub__description span br {
    display: block;
  }
}

.content-sub .content-sub__part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 480px) {
  .content-sub .content-sub__part {
    margin-top: 20px;
  }
}

.content-sub .content-sub__part .content-sub__twitter .twitter-link {
  position: relative;
  display: inline-block;
  margin: 0 40px;
  padding: 20px 0 20px 20px;
  width: 300px;
  color: #fff;
  font-size: 1.5em;
  letter-spacing: 1.3px;
  text-align: center;
  background: #00acee;
  border: 1px solid #fff;
  border-radius: 6px;
}

@media (max-width: 480px) {
  .content-sub .content-sub__part .content-sub__twitter .twitter-link {
    padding: 15px 0 15px 20px;
  }
}

.content-sub .content-sub__part .content-sub__twitter .twitter-link:hover {
  background: #2194E0;
}

.content-sub .content-sub__part .content-sub__twitter .twitter-link::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -89px;
  width: 9px;
  height: 15px;
  background: url(../images/items/arrow.png) no-repeat;
  background-size: contain;
}

.content-sub .content-sub__part .content-sub__facebook .facebook-link {
  position: relative;
  display: inline-block;
  margin: 0 40px;
  padding: 20px 0 20px 25px;
  width: 300px;
  color: #fff;
  font-size: 1.5em;
  text-align: center;
  letter-spacing: 1.3px;
  background: #1877f2;
  border: 1px solid #fff;
  border-radius: 6px;
}

@media (max-width: 480px) {
  .content-sub .content-sub__part .content-sub__facebook .facebook-link {
    padding: 15px 0 15px 20px;
  }
}

.content-sub .content-sub__part .content-sub__facebook .facebook-link:hover {
  background: #1667cf;
}

.content-sub .content-sub__part .content-sub__facebook .facebook-link::after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -95px;
  width: 9px;
  height: 15px;
  background: url(../images/items/arrow.png) no-repeat;
  background-size: contain;
}

.content-sub .content-sub__part .content-sub__part {
  margin: 0 auto;
  padding: 30px;
}

@media (max-width: 480px) {
  .content-sub .content-sub__part .content-sub__part {
    padding: 15px;
  }
}

.content-sub .content-sub__links {
  margin-top: 40px;
}

.content-sub .content-sub__links .link-luxy__bunner {
  width: 600px;
  height: auto;
}

@media (max-width: 768px) {
  .content-sub .content-sub__links .link-luxy__bunner {
    width: 80%;
  }
}

@media (max-width: 480px) {
  .content-sub .content-sub__links .link-luxy__bunner {
    width: 100%;
  }
}

.content-sub .content-sub__links .link-luxy__bunner:hover {
  opacity: .7;
  -webkit-transition: .4s;
  transition: .4s;
}

footer .footer__top {
  width: 100%;
  text-align: right;
  background: #F9925A;
}

footer .footer__top .footer__top-btn {
  display: inline-block;
  margin-right: 20px;
  padding-top: 28px;
  width: 200px;
  height: 65px;
  text-align: center;
  background: #fcc3a4;
  cursor: pointer;
}

footer .footer__top .footer__top-btn a {
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
}

footer .footer__top .footer__top-btn:hover {
  background: #fbb38b;
}

@media (max-width: 480px) {
  footer .footer__top .footer__top-btn {
    padding-top: 15px;
    width: 100px;
    height: 40px;
  }
}

@media (max-width: 320px) {
  footer .footer__top .footer__top-btn {
    margin-right: 8px;
  }
}

footer .footer__access {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 50px 0;
  width: 730px;
  background: #fff;
}

@media (max-width: 1024px) {
  footer .footer__access {
    padding: 40px 0;
  }
}

@media (max-width: 896px) {
  footer .footer__access {
    width: 700px;
  }
}

@media (max-width: 768px) {
  footer .footer__access {
    width: 670px;
  }
}

@media (max-width: 480px) {
  footer .footer__access {
    padding: 30px 0;
    width: 85%;
  }
}

footer .footer__access .footer__add {
  font-size: 1.5em;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: .1em;
  text-align: left;
}

@media (max-width: 480px) {
  footer .footer__access .footer__add {
    margin-bottom: 10px;
  }
}

@media (max-width: 320px) {
  footer .footer__access .footer__add {
    font-size: 1.3em;
  }
}

footer .footer__access .footer__add .access-logo {
  display: block;
  margin: 12px 0;
  width: 160px;
  height: auto;
}

@media (max-width: 480px) {
  footer .footer__access .footer__add .access-logo {
    margin: 0;
  }
}

footer .footer__access .footer__add strong {
  display: block;
}

footer .footer__access .footer__add span {
  font-size: .8em;
}

footer .footer__access .footer__add span a {
  color: #11115B;
}

footer .footer__access-map {
  width: 350px;
}

@media (max-width: 480px) {
  footer .footer__access-map {
    display: block;
    width: 100%;
  }
}

footer .footer__copy {
  padding: 15px 0;
  width: 100%;
  background: #11115B;
  color: #fff;
  font-size: 2em;
  text-align: center;
}

@media (max-width: 480px) {
  footer .footer__copy {
    font-size: 1.6em;
  }
}
/*# sourceMappingURL=style.css.map */