@keyframes flicker {
  0% {
    opacity: 0.1222227871; }
  5% {
    opacity: 0.1409670733; }
  10% {
    opacity: 0.8610041395; }
  15% {
    opacity: 0.981108172; }
  20% {
    opacity: 0.5332627053; }
  25% {
    opacity: 0.1579708049; }
  30% {
    opacity: 0.5205985076; }
  35% {
    opacity: 0.2123069433; }
  40% {
    opacity: 0.1241941822; }
  45% {
    opacity: 0.6337464184; }
  50% {
    opacity: 0.0890341057; }
  55% {
    opacity: 0.7726488245; }
  60% {
    opacity: 0.5809592268; }
  65% {
    opacity: 0.8589455576; }
  70% {
    opacity: 0.7218907159; }
  75% {
    opacity: 0.7554861607; }
  80% {
    opacity: 0.6617853829; }
  85% {
    opacity: 0.2299380369; }
  90% {
    opacity: 0.5692200432; }
  95% {
    opacity: 0.0635300333; }
  100% {
    opacity: 0.1436886414; } }
@keyframes hoverin {
  0% {
    transform: translateX(-101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: 101%;
    opacity: 1; } }
@keyframes hoverin_reverse {
  0% {
    transform: translateX(101%);
    opacity: 1; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
@keyframes hoverout_reverse {
  0% {
    transform: translateY(0);
    left: 0;
    opacity: 1; }
  100% {
    transform: translateY(0);
    left: -101%;
    opacity: 1; } }
.buruburu {
  display: inline-block;
  animation: hurueru .1s  infinite; }

@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    transform: translate(2px, 2px) rotateZ(1deg); }
  50% {
    transform: translate(0px, 2px) rotateZ(0deg); }
  75% {
    transform: translate(2px, 0px) rotateZ(-1deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }
@keyframes wave {
  0% {
    background-position: 0 0; }
  100% {
    background-position: round-decimal(6.9444444444vw, 3) 0; } }
@media screen and (min-width: 768px) {
  @keyframes wave {
    0% {
      background-position: 0 0; }
    100% {
      background-position: 100px 0; } } }
@keyframes sdb {
  0% {
    transform: translate(0, -2.564vw);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0, 0vw);
    opacity: 0; } }
@keyframes sdbpc {
  0% {
    transform: translate(0, -20px);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: translate(0, 0);
    opacity: 0; } }
[data-opacity] {
  opacity: 0;
  filter: blur(10px) brightness(0);
  transform: translateY(0);
  transition: 1.2s 0s cubic-bezier(0.165, 0.84, 0.44, 1); }

[data-opacity].animated {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0) brightness(1); }

@media screen and (min-width: 768px) {
  [data-pc-opacity] {
    opacity: 0;
    transform: translateY(0);
    transition: 1.2s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  .ie11 [data-pc-opacity] {
    opacity: 0;
    transform: translateY(20px);
    transition: 1.2s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  [data-pc-opacity].animated {
    opacity: 1;
    transform: translateY(0); } }
@media screen and (max-width: 767px) {
  [data-opacity],
  [data-sp-opacity] {
    opacity: 0;
    transform: translateY(0);
    transition: 1.2s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  .ie11 [data-opacity],
  .ie11 [data-sp-opacity] {
    opacity: 0;
    transform: translateY(0);
    transition: 1.2s 0s cubic-bezier(0.23, 1, 0.32, 1); }

  [data-sp-opacity].animated,
  [data-opacity].animated {
    opacity: 1;
    transform: translateY(0); } }
[data-sp-opacity],
[data-pc-opacity],
[data-opacity],
[data-once] {
  will-change: transform;
  backface-visibility: hidden; }

.imgloaded #simpleloading .loader {
  transform: scale(1);
  opacity: 1; }

/*
#gallerymodalbg {transition: opacity 0.6s; opacity: 0; position: fixed; left:101vw; top: 0; width: 100vw; height: 100vh; z-index: -9999; background-color: rgba(0,0,0,0.9); cursor: pointer;}
.modalopen #gallerymodalbg{left: 0; opacity: 1;z-index: 1100000;}
*/
#gallerymodalbg {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 150vw;
  height: 100vh;
  z-index: -9999;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  transform: translateX(-155vw) skewX(-5deg);
  transition: transform 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  backdrop-filter: blur(3px); }

.modalopen #gallerymodalbg {
  left: 0;
  opacity: 1;
  z-index: 1100000;
  transform: translateX(-25vw) skewX(-5deg);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.modalopen.modalclose #gallerymodalbg {
  transform: translateX(155vw) skewX(-5deg);
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1); }

/* gallerymodal */
#gallerymodal {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100vw;
  top: 0px;
  margin-left: 0;
  display: none;
  z-index: 1110000;
  max-height: 100vh;
  /* overflow-y: auto; */
  text-align: center;
  background: rgba(0, 0, 0, 0);
  padding: 12.821vw 2.564vw 2.564vw; }

#gallerymodal p.close {
  position: absolute;
  right: 2.564vw;
  top: 2.564vw;
  z-index: 1000; }

#gallerymodal p.close a {
  width: 8.974vw;
  height: 8.974vw;
  position: relative;
  display: block;
  font-size: 0;
  line-height: 1;
  background: url("../img/btn_close.png") no-repeat left top/cover; }

#gallerymodal article {
  width: 94.872vw;
  padding: 0 2.564vw 7.692vw;
  margin: 0 auto;
  background: #812d51;
  font-size: 0;
  line-height: 1; }

#gallerymodal article h3 {
  font-size: 5.577vw;
  line-height: 6.795vw;
  padding: 0 0 4.615vw;
  margin: 0 auto;
  transform: rotate(0.1deg);
  font-weight: 900;
  height: 21.538vw;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  letter-spacing: -0.02em;
  white-space: nowrap; }

#gallerymodal article p {
  font-size: 2.564vw;
  line-height: 3.59vw;
  padding: 0;
  margin: 0 auto;
  transform: rotate(0.1deg);
  height: 15.897vw;
  display: flex;
  justify-content: center;
  align-items: center; }

#gallerymodal .swiper-slide em {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: block;
  background-size: contain;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 auto; }

#gallerymodal .swiper-slide em img {
  opacity: 1;
  position: static;
  width: 100%;
  height: auto;
  max-width: 100%; }

#gallerymodal .swiper-button-next,
#gallerymodal .swiper-button-prev {
  display: none; }
#gallerymodal .swiper-button-disabled {
  opacity: 0; }
#gallerymodal .swiper-pagination {
  display: block;
  height: 13px;
  bottom: 0;
  position: static; }
#gallerymodal .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.769vw;
  width: 1.667vw;
  height: 1.667vw;
  border: 1px solid #fff;
  background: none;
  opacity: 1; }
#gallerymodal .swiper-pagination-bullet-active {
  background: #fff !important;
  opacity: 1; }

@media screen and (min-width: 768px) {
  /*  pc 768 ~
  ************************************/
  #gallerymodalbg {
    transform: translateX(-155vw) skewX(-10deg); }

  .modalopen #gallerymodalbg {
    transform: translateX(-25vw) skewX(-10deg); }

  .modalopen.modalclose #gallerymodalbg {
    transform: translateX(155vw) skewX(-10deg); }

  /* gallerymodal */
  #gallerymodal {
    padding: 85px 55px 16.667px;
    min-width: 1200px; }

  #gallerymodal p.close {
    right: inherit;
    top: 16.667px;
    width: 1056.667px;
    right: auto;
    left: 50%;
    margin-left: -528.333px; }

  #gallerymodal p.close a {
    width: 60px;
    height: 60px;
    float: right;
    transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1); }
    #gallerymodal p.close a:hover {
      transform: scale(0.86);
      filter: invert(100%);
      transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); }

  #gallerymodal article {
    width: 1056.667px;
    padding: 0 55px 40px; }

  #gallerymodal article h3 {
    font-size: 40px;
    line-height: 1;
    padding: 41.667px 0 29.167px;
    height: auto; }

  #gallerymodal article p {
    font-size: 13.333px;
    line-height: 23.333px;
    height: 90px; }

  #gallerymodal .swiper-slide em {
    width: 813.333px;
    height: auto; }

  #gallerymodal .swiper-button-next,
  #gallerymodal .swiper-button-prev {
    display: block;
    top: 315px;
    right: -43.333px; }
  #gallerymodal .swiper-button-prev {
    right: inherit;
    left: -43.333px; }
  #gallerymodal .swiper-pagination {
    display: block;
    height: 10.833px;
    bottom: 0;
    position: static; }
  #gallerymodal .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10.833px;
    height: 10.833px; } }
@media screen and (min-width: 1201px) {
  /*  pc 1201px ~
  ************************************/
  /* gallerymodal */
  #gallerymodal {
    padding: 7.083vw 4.583vw 1.389vw; }

  #gallerymodal p.close {
    top: 1.389vw;
    width: 88.056vw;
    right: auto;
    left: 50%;
    margin-left: -44.028vw; }

  #gallerymodal p.close a {
    width: 5vw;
    height: 5vw; }

  #gallerymodal article {
    width: 88.056vw;
    padding: 0 4.583vw 3.333vw; }

  #gallerymodal article h3 {
    font-size: 3.333vw;
    line-height: 1;
    padding: 3.472vw 0 2.431vw;
    height: auto; }

  #gallerymodal article p {
    font-size: 1.111vw;
    line-height: 1.944vw;
    height: 7.5vw; }

  #gallerymodal .swiper-slide em {
    width: 67.778vw;
    height: auto; }

  #gallerymodal .swiper-button-next,
  #gallerymodal .swiper-button-prev {
    display: block;
    top: 26.25vw;
    right: -3.611vw; }
  #gallerymodal .swiper-button-prev {
    right: inherit;
    left: -3.611vw; }
  #gallerymodal .swiper-pagination {
    display: block;
    height: 0.903vw;
    bottom: 0;
    position: static; }
  #gallerymodal .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.417vw;
    width: 0.903vw;
    height: 0.903vw; } }
@media screen and (min-width: 1440px) {
  /*  pc 1440px ~
  ************************************/
  #gallerymodal {
    padding: 102px 66px 20px; }

  #gallerymodal p.close {
    right: inherit;
    top: 20px;
    width: 1268px;
    right: auto;
    left: 50%;
    margin-left: -634px; }

  #gallerymodal p.close a {
    width: 72px;
    height: 72px;
    float: right; }
    #gallerymodal p.close a:hover {
      transform: scale(0.86);
      transition: 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

  #gallerymodal article {
    width: 1268px;
    padding: 0 66px 48px; }

  #gallerymodal article h3 {
    font-size: 48px;
    line-height: 1;
    padding: 50px 0 35px;
    height: auto; }

  #gallerymodal article p {
    font-size: 16px;
    line-height: 28px;
    height: 108px; }

  #gallerymodal .swiper-slide em {
    width: 976px;
    height: auto; }

  #gallerymodal .swiper-button-next,
  #gallerymodal .swiper-button-prev {
    display: block;
    top: 378px;
    right: -52px; }
  #gallerymodal .swiper-button-prev {
    right: inherit;
    left: -52px; }
  #gallerymodal .swiper-pagination {
    display: block;
    height: 13px;
    bottom: 0;
    position: static; }
  #gallerymodal .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
    width: 13px;
    height: 13px; } }
