@charset "UTF-8";

/* ========================================
  reset
======================================== */
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;
}

html,
body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  color: inherit;
  vertical-align: baseline;
  background: transparent;
}

a:hover {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

/* ========================================
  base
======================================== */
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

@media screen and (min-width: 760px) {
  html {
    font-size: 62.5%;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.is-pc {
  display: none;
}

@media only screen and (min-width: 760px) {
  .is-sp {
    display: none;
  }

  .is-pc {
    display: block;
  }
}

body {
  color: #333;
  background-color: #FFF;
  font-size: 1.6rem;
  /* overflow-y: scroll; */
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 760px) {
  img {
    max-width: 100%;
    width: auto;
  }

  a img.alpha {
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }

  a:hover img.alpha {
    opacity: 0.7;
  }
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

@media screen and (min-width: 760px) {
  a:hover {
    text-decoration: underline;
  }
}

:focus {
  outline: none;
}

sup {
  vertical-align: super;
}

#deviceCheck {
  position: static;
}

@media screen and (min-width: 760px) {
  #deviceCheck {
    position: relative;
  }
}

/* ========================================
  font
======================================== */
@import 'https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@800&display=swap';
body {
  font-family: 'M PLUS Rounded 1c', 'Noto Sans JP', sans-serif;
}


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 760px) {
  .container {
    width: 748px;
  }
}

@media (min-width: 980px) {
  .container {
    width: 968px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1168px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 14px;
  padding-right: 14px;
}

.container-fluid:before,
.container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -14px;
  margin-right: -14px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 14px;
  padding-right: 14px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 760px) {

  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 980px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.row--nopadding {
  margin-left: 0;
  margin-right: 0;
}

.row--nopadding>[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

/* bxslider */
.bx-wrapper {
  position: relative;
}

.bx-controls-direction>a {
  display: inline-block;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 51;
  width: 34px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 760px) {
  .bx-controls-direction>a {
    width: 46px;
    height: 46px;
  }
}

.bx-controls-direction>a.bx-prev {
  left: 10px;
}

.bx-controls-direction>a.bx-next {
  right: 10px;
}

.bx-controls-direction>a.disabled {
  display: none;
}


/* ---------------------------------------- */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-prev.disabled,
.owl-next.disabled {
  display: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 10;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
}

@media screen and (min-width: 760px) {

  .owl-nav .owl-prev,
  .owl-nav .owl-next {
    width: 46px;
    height: 46px;
  }
}

.owl-nav .owl-prev {
  left: 7px;
}

@media screen and (min-width: 760px) {
  .owl-nav .owl-prev {
    left: 17px;
  }
}

.owl-nav .owl-next {
  right: 7px;
}

@media screen and (min-width: 760px) {
  .owl-nav .owl-next {
    right: 17px;
  }
}

.owl-stage-outer {
  margin-bottom: 30px;
}

.owl-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.owl-dots .owl-dot {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.owl-dots .owl-dot>span {
  display: block;
  width: 100%;
  height: 100%;
  background: #dfdfdf;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: #808080;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* ========================================
  l-wrapper
======================================== */
.l-wrapper {
  position: relative;
  overflow: hidden;
  font-family: 'M PLUS Rounded 1c','Noto Sans JP', sans-serif;
}

/* ========================================
  l-main
======================================== */
.l-main {
  position: relative;
  background-color: #fff;
}

/* ========================================
  l-footer
======================================== */
.l-footer {
  position: relative;
  z-index: 1;
  
}
.l-footer .l-content {
  max-width: 100%;
}

/* ========================================
  content
======================================== */
.l-content {
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  /*overflow: hidden;*/
}

@media screen and (min-width: 760px) {
  .l-content {
    max-width: 1280px;
  }
}


/* ========================================
  l-modal
======================================== */
[data-modallink] {
  cursor: pointer;
}

.no-js [data-modallink] {
  cursor: default;
}

[data-modalbody] {
  visibility: hidden;
  opacity: 0;
  transition: 200ms;
}

[data-modalbody].is-show {
  visibility: visible;
  opacity: 1;
}

body.is-hidden {
  overflow: hidden;
}

.l-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  font-family: 'M PLUS Rounded 1c','Noto Sans JP', sans-serif;
}

.l-modal__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 760px) {
  .l-modal__bg {
    background-size: 15.625% auto;
  }
}

.l-modal__contents {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

.l-modal__body {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12%;
  position: relative;
}

@media screen and (min-width: 760px) {
  .l-modal__body {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.54545%;
    padding-top: 27px;
    max-width: 1100px;
  }
}

.l-modal__wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 94.66667%;
}

@media screen and (min-width: 760px) {
  .l-modal__wrap {
    width: 100%;
  }
}

.l-modal__wrap--box .owl-nav {
  display: none;
}

@media screen and (min-width: 760px) {
  .l-modal__wrap--box {
    width: 96.36364%;
  }

  .l-modal__wrap--box .owl-nav {
    display: block;
  }
}

@media screen and (min-width: 760px) {
  .l-modal__wrap--image {
    width: 65.81818%;
  }
}

@media screen and (min-width: 760px) {
  .l-modal__wrap--image-slider {
    width: 100%;
  }
}

@media screen and (min-width: 760px) {
  .l-modal__wrap--movie {
    width: 69.09091%;
  }
}

.l-modal_close {
  position: absolute;
  top: 0;
  right: 1.6%;
  width: 8.53333%;
  z-index: 20;
}

@media screen and (min-width: 760px) {
  .l-modal_close {
    top: 0;
    right: 0;
    width: auto;
  }
}

.l-modal_close button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: content-box;
}

.l-modal__box {
  padding: 15px;
  background-color: #FFF;
}

@media screen and (min-width: 760px) {
  .l-modal__box {
    padding: 30px 40px;
    max-width: 1100px;
  }
}

.l-modal__text {
  color: #FFF;
  font-size: 1.4rem;
  line-height: 1.4;
}

@media screen and (min-width: 760px) {
  .l-modal__text {
    text-align: center;
  }
}

.l-modal__movie-wrap {
  margin-left: auto;
  margin-right: auto;
  width: 94.3662%;
  background-color: #FFCBCB;
}

@media screen and (min-width: 760px) {
  .l-modal__movie-wrap {
    width: 69.09091%;
  }
}

.l-modal__movie {
  padding: 10px;
  background-color: #FFCBCB;
}

@media screen and (min-width: 760px) {
  .l-modal .c-slider-carousel__main {
    width: 69.09091%;
  }
}

.l-modal .c-carousel__text {
  color: #FFF;
}

/* ========================================
  c-hardware
======================================== */
.c-hardware {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 500;
}

.c-hardware__logo {
  position: absolute;
}

.c-hardware__logo--switch {
  right: 6px;
  top: 6px;
  width: 50px;
}

@media screen and (min-width: 760px) {
  .c-hardware__logo--switch {
    right: 0;
    top: 0;
    width: 100px;
  }
}

/* ========================================
  c-copyright
======================================== */
.c-footer {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ebab64;
  background-image: url(../images/common/footer_bg_sp.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  color: #fff;
}

@media screen and (min-width: 760px) {
  .c-footer {
    position: relative;
    background-image: url(../images/common/footer_bg_pc.png);
    background-repeat: repeat-x;
    background-position: 50% 0;
    background-size: cover;
  }
}

.c-footer__body {
  position: relative;
}

.c-footer__content {
  font-size: 3.4666666vw;
  /* 26 / 750 * 100 */
  font-weight: 700;
  line-height: 1;
}

@media screen and (min-width: 760px) {
  .c-footer__content {
    padding-left: 0;
    padding-right: 120px;
    font-size: 0.72916666666vw;
    /* 14 / 1920 * 100 */
    text-align: center;
    line-height: 20px;
  }
}
@media screen and (min-width: 1680px) {
  .c-footer__content {
    font-size: 12px;
  }
}
.is-tablet .c-footer__content {
  font-size: 11px;
}

.c-footer__textlink {
  text-align: left;

}

@media screen and (min-width: 760px) {
  .c-footer__textlink {
    padding-left: 30px;
  }

  .c-footer__textlink li:not(:last-child) {
    margin-right: 1.8%;
  }
}

.c-footer__textlink li {
  display: block;
  position: relative;
  padding-left: 5%;
  padding-right: 0;
  background: url(../images/common/footer_arw.png) 0 50% no-repeat;
  background-size: 1.7094017094% auto;
  /* 12 / 702 * 100 */
  text-align: left;
  line-height: 2;
}

@media screen and (min-width: 760px) {
  .c-footer__textlink li {
    display: inline-block;
    position: relative;
    padding-left: 10px;
    background-size: auto 70%;
    line-height: 1;
  }
}

.c-footer__copyright {
  font-size: 2.6666666vw;
  /* 20 / 750 * 100 */
  font-weight: 400;
  text-align: center;
  font-size: calc(22 / 750 * 100vw);
  margin-top: 2em;
}

@media screen and (min-width: 760px) {
  .c-footer__copyright {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.2rem;
    margin-top: 0;
  }

  @media screen and (max-width: 1119px) {
    .c-footer__copyright {
      left: auto;
      right: 30px;
      transform: translateX(0);
    }
  }
}

.is-tablet .c-footer__copyright {
  font-size: 10px;
}

.c-footer__pagetop {
  position: absolute;
  top: -54px;
  right: 0;
  width: 113px;
  cursor: pointer;
}

@media screen and (min-width: 760px) {
  .c-footer__pagetop {
    position: absolute;
    top: -90px;
    right: 30px;
    width: 158px;
  }
}

/* ========================================
  c-sns
======================================== */
.c-sns {
  position: relative;
  float: right;
  margin-top: 50px;
  z-index: 1;
}

@media screen and (min-width: 760px) {
  .c-sns {
    margin-top: 0;
  }
}

.c-sns .c-sns__twitter {
  width: 68px;
}

.c-sns .c-sns__facebook {
  width: 55px;
}

.c-sns>li:not(:first-child) {
  margin-top: 10px;
}

@media screen and (min-width: 760px) {
  .c-sns .c-sns__twitter {
    width: 75px;
  }

  .c-sns .c-sns__facebook {
    width: 61px;
  }

  .c-sns>li {
    display: inline-block;
  }

  .c-sns>li:not(:first-child) {
    margin-left: 12px;
    margin-top: 0;
  }
}


/* ========================================
	animation
======================================== */

.animation-fadeup {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.animation-fadeup.is-animation {
  transition:
    opacity 200ms,
    -webkit-transform 500ms,
    transform 500ms;
}

.animation-fadeup.is-animation,
.no-js .animation-fadeup {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.animation-fadeup-delay.is-animation{
  transition: opacity 200ms, -webkit-transform 500ms, transform 500ms;
  transition-delay: 250ms;
}

.animation-fadeltor {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.animation-fadeltor.is-animation {
  transition:
    opacity 200ms,
    -webkit-transform 500ms,
    transform 500ms;
}

.animation-fadeltor.is-animation,
.no-js .animation-fadeltor {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.animation-fadertol {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
}

.animation-fadertol.is-animation {
  transition:
    opacity 200ms,
    -webkit-transform 500ms,
    transform 500ms;
}

.animation-fadertol.is-animation,
.no-js .animation-fadertol {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.animation-pop {
  opacity: 0;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.animation-pop.is-animation {
  transition:
    opacity 200ms,
    -webkit-transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275),
    transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.animation-pop.is-animation,
.no-js .animation-pop {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.animation-bounds {
  opacity: 0;
}

.animation-bounds.is-animation {
  -webkit-animation: bounds 1000ms linear 1;
  animation: bounds 1000ms linear 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.no-js .animation-bounds {
  opacity: 1;
}

@-webkit-keyframes bounds {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  8% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  17% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  34% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  51% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  68% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  84% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounds {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  8% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  17% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  34% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  51% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  68% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  84% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.animation-prolongs {
  opacity: 0;
}

.animation-prolongs.is-animation {
  -webkit-animation: prolongs 250ms linear 1;
  animation: prolongs 250ms linear 1;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.no-js .animation-prolongs {
  opacity: 1;
}

@-webkit-keyframes prolongs {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  20% {
    opacity: 1;
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
  }

  70% {
    opacity: 1;
    -webkit-transform: scaleX(0.9);
    transform: scaleX(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes prolongs {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  20% {
    opacity: 1;
    -webkit-transform: scaleX(1.1);
    transform: scaleX(1.1);
  }

  70% {
    opacity: 1;
    -webkit-transform: scaleX(0.9);
    transform: scaleX(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.animation-floating-w {
  -webkit-animation: floatingw 12s linear infinite;
  animation: floatingw 12s linear infinite;
}

@-webkit-keyframes floatingw {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  75% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes floatingw {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  75% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.animation-floating-w-s {
  -webkit-animation: floatingws 12s linear infinite;
  animation: floatingws 12s linear infinite;
}

@-webkit-keyframes floatingws {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  75% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes floatingws {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  75% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.animation-floating-w-ms {
  -webkit-animation: floatingwms 12s linear infinite;
  animation: floatingwms 12s linear infinite;
}

@-webkit-keyframes floatingwms {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }

  75% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes floatingwms {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  25% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }

  75% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.animation-floating-h {
  -webkit-animation: floatingh 5s linear infinite;
  animation: floatingh 5s linear infinite;
}

@-webkit-keyframes floatingh {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  75% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes floatingh {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  75% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.js-arrowpop {
  animation: arrowpop 1300ms infinite;
}

@keyframes arrowpop {
  0% {
    transform: scale(1) translateY(0px);
  }

  18% {
    transform: scale(1.04) translateY(-2px);
  }

  36% {
    transform: scale(1) translateY(0px);
  }

  54% {
    transform: scale(1.04) translateY(-2px);
  }

  72% {
    transform: scale(1) translateY(0px);
  }

  100% {
    transform: scale(1) translateY(0px);
  }
}

.animation-rotating-r {
  -webkit-animation: rotating-r 15s linear infinite;
  animation: rotating-r 15s linear infinite;
}

@-webkit-keyframes rotating-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating-r {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animation-rotating-l {
  -webkit-animation: rotating-l 15s linear infinite;
  animation: rotating-l 15s linear infinite;
}

@-webkit-keyframes rotating-l {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating-l {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.animation-jump-right-top {
  opacity: 0;
  -webkit-transform: translate(-100px, 100px);
  transform: translate(-100px, 100px);
}

.animation-jump-right-top.is-animation {
  transition:
    opacity 150ms,
    -webkit-transform 300ms,
    transform 300ms;
}

.animation-jump-right-top.is-animation,
.no-js .animation-jump-right-top {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.animation-jump-left-top {
  opacity: 0;
  -webkit-transform: translate(100px, 100px);
  transform: translate(100px, 100px);
}

.animation-jump-left-top.is-animation {
  transition:
    opacity 150ms,
    -webkit-transform 300ms,
    transform 300ms;
}

.animation-jump-left-top.is-animation,
.no-js .animation-jump-left-top {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.animation-arrow-r {
  -webkit-animation: arrow-r 1800ms linear infinite;
  animation: arrow-r 1800ms linear infinite;
}

@-webkit-keyframes arrow-r {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  15% {
    -webkit-transform: translate(5px);
    transform: translate(5px);
  }

  30% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  45% {
    -webkit-transform: translate(5px);
    transform: translate(5px);
  }

  60% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

@keyframes arrow-r {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  15% {
    -webkit-transform: translate(5px);
    transform: translate(5px);
  }

  30% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  45% {
    -webkit-transform: translate(5px);
    transform: translate(5px);
  }

  60% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.animation-ghostR-type1 {
  -webkit-animation: ghost-move-to-right-type1 4s ease-in-out infinite;
  animation: ghost-move-to-right-type1 5s ease-in-out infinite;
}

.animation-ghostL-type1 {
  -webkit-animation: ghost-move-to-left-type1 4s ease-in-out infinite;
  animation: ghost-move-to-left-type1 5s ease-in-out infinite;
}

@-webkit-keyframes ghost-move-to-right-type1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@keyframes ghost-move-to-right-type1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@-webkit-keyframes ghost-move-to-left-type1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

@keyframes ghost-move-to-left-type1 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
}

.animation-ghostR-type2 {
  -webkit-animation: ghost-move-to-right-type2 6s ease-in-out infinite;
  animation: ghost-move-to-right-type2 5s ease-in-out infinite;
}

.animation-ghostL-type2 {
  -webkit-animation: ghost-move-to-left-type2 6s ease-in-out infinite;
  animation: ghost-move-to-left-type2 5s ease-in-out infinite;
}

@-webkit-keyframes ghost-move-to-right-type2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
}

@keyframes ghost-move-to-right-type2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
}

@-webkit-keyframes ghost-move-to-left-type2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
}

@keyframes ghost-move-to-left-type2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }

  50% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
}

/* ========================================
  footer 211013
======================================== */

/* 1 */
.footer-btn-box01_2 {
  display: flex;
  justify-content: center;
}

.footer-btn-box01 {
  padding-left: 3%;
  padding-right: 3%;
  margin-bottom: 4%;
}

.footer-btn-box01_down {
  display: flex;
  justify-content: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 3%;
  width: 100%;
}

.footer-slowlife {
  padding: 0 16px;
}

.footer-guid {
  padding: 0 16px;
}

.footer-movie {
  padding: 0 16px;
  margin-bottom: 2%;
}

.footer-namelist {
  padding: 0 16px;
}

.footer-portal {
  padding: 0 16px;
}

@media screen and (min-width: 760px) {

  .footer-btn-box01 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 4%;
  }

  .footer-btn-box01_3 {
    display: flex;
    flex-direction: column;
  }

  .footer-btn-box01_down {
    display: flex;
  }

  .footer-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3%;
    width: 32%;
  }

  .footer-slowlife {
    padding: 0 16px;
  }

  .footer-guid {
    padding: 0 16px;
  }

  .footer-movie {
    padding: 0 16px;
    margin-bottom: 2%;
  }

  .footer-namelist {
    padding: 0 16px;
  }

  .footer-portal {
    padding: 0 16px;
  }
}



/* 2 */
.footer-btn-box02 {
  background-image: url("../images/footer/footer_hhp_bg.jpg");
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 4%;
  padding-top: 4%;
}

.footer-btn-box02__inner {
  margin: 0 auto;
  width: 92%;
}

.footer-btn-box02_3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer-logo_hhp {
  width: 100%;
  padding: 0 16px;
}

.footer-logo_hhp__inner {
  margin: 0 auto;
  width: 65%;
  max-width: 312px;
}

.footer-works {
  padding: 0 16px;
}

.footer-myisland {
  padding: 0 16px;
  margin-bottom: 4%;
}

.footer-tsukutter {
  padding: 0 16px;
}

@media screen and (min-width: 760px) {
  .footer-btn-box02 {
    background-image: url("../images/footer/footer_hhp_bg.jpg");
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 4%;
    padding-top: 4%;
  }

  .footer-btn-box02__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 84%;
  }

  .footer-btn-box02_3 {
    display: flex;
    flex-direction: column;
  }

  .footer-logo_hhp {
    padding: 0 16px;
  }

  .footer-works {
    padding: 0 16px;
  }

  .footer-myisland {
    padding: 0 16px;
    margin-bottom: 4%;
  }

  .footer-tsukutter {
    padding: 0 16px;
  }
}

@media screen and (min-width: 760px) and (max-width: 1600px) {
  #globalFooter {
    margin-top: -1.75vw !important;
  }
}

/* #footer_main */
@media screen and (min-width: 760px) {

  #globalFooter #footer_main {
    background: url(../images/common/content-footer_bg_pc.png) center top no-repeat;
    background-size: 100%;
    margin-top: calc(-10 / 1920 * 100vw);
    height: calc(600 / 1920 * 100vw);
    padding-top: calc(60 / 1920 * 100vw);
  }

  #globalFooter #footer_main .nav-acbaa {
    width: calc(1280 / 1920 * 100vw);
    margin: 0 auto;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: calc(24 /1920 * 100vw) 0 calc(60 /1920 * 100vw) 0;
  }

  #globalFooter #footer_main .footer_main_logo {
    margin: 0 auto 0;
    width: calc(476 / 1920 * 100vw);
  }

  #globalFooter #footer_main img {
    width: 100%;
  }

  #globalFooter #footer_main .nav-acbaa li {
    margin-bottom: calc(25 /1920 * 100vw);
  }
  #globalFooter #footer_main .nav-acbaa .nav-slowlife{
    width: calc( 543.375 / 1120 * 100%);
  }
  #globalFooter #footer_main .nav-acbaa .nav-guide{
    width: calc( 543.375 / 1120 * 100%);
  }
  #globalFooter #footer_main .nav-acbaa .nav-namelist{
    width: calc( 350.875 / 1120 * 100%);
  }
  #globalFooter #footer_main .nav-acbaa .nav-portal{
    width: calc( 350.875 / 1120 * 100%);
  }
  #globalFooter #footer_main .nav-acbaa .nav-movie{
    width: calc( 350.875 / 1120 * 100%);
  }

  #globalFooter.globalFooter_top .is-pc.c-footer__pagetop {
    position: absolute;
    z-index: 200;
    width: calc(145 / 1920 * 100vw);
    max-width: 145px;
  }

}
@media screen and (min-width: 1680px) {
  #globalFooter #footer_main {
    margin-top: -8.75px;
    height: 525px;
    padding-top: 52.5px;
  }
  #globalFooter #footer_main .nav-acbaa {
    max-width: 1120px;
    padding: 21px 0 52.5px 0;
  }
  #globalFooter #footer_main .nav-acbaa li {
    margin-bottom: 21.875px;
  }
  #globalFooter #footer_main .footer_main_logo {
    width: 416.5px;
  }
}
@media screen and (max-width: 759px) {
  #globalFooter #footer_main::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    padding-top: calc(30 / 750 * 100vw);
    margin-top: calc(-26 / 750 * 100vw);
    background-image: url(../images/common/content-footer_bg_top_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
  }

  #globalFooter #footer_main {
    position: relative;
    padding-top: calc(34 / 750 * 100vw);
    margin-top: 0;
    background-image: url(../images/common/content-footer_bg_sp.png);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
    padding-bottom: calc(180 / 750 * 100vw);
  }

  #globalFooter #footer_main .footer_main_logo {
    width: calc(540 / 750 * 100vw);
    margin: 0 auto calc(40 / 750 * 100vw);
  }

  #globalFooter #footer_main .nav-acbaa {
    width: calc(682 / 750 * 100vw);
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
  }

  #globalFooter #footer_main .nav-acbaa li {
    margin-bottom: calc(23 / 750 * 100vw);
  }

  #globalFooter #footer_main .nav-acbaa .nav-namelist {
    width: calc(324 / 750 * 100vw);
  }

  #globalFooter #footer_main .nav-acbaa .nav-portal {
    width: calc(341 / 750 * 100vw);
  }

  #globalFooter #footer_main .nav-acbaa .nav-movie {
    display: block;
    margin: 0 auto calc(17 / 750 * 100vw);
  }
}


/*# sourceMappingURL=style.css.map */