@charset "UTF-8";
@-webkit-keyframes hover {
  30% {
    -webkit-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -moz-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -ms-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -o-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
@-moz-keyframes hover {
  30% {
    -webkit-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -moz-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -ms-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -o-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
@keyframes hover {
  30% {
    -webkit-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -moz-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -ms-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    -o-transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
    transform: translate3d(0, -12px, 20px) scale(1) rotateX(-5deg);
  }
  100% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
@-webkit-keyframes out {
  0% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
@-moz-keyframes out {
  0% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
@keyframes out {
  0% {
    -webkit-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -moz-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -ms-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    -o-transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
    transform: translate3d(0, -10px, 15px) scale(1) rotateX(-2deg);
  }
}
/* line 3, ../sass/_top_s.scss */
#home-visual {
  width: 800px;
  height: 225px;
  overflow: hidden;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}

/* line 12, ../sass/_top_s.scss */
#topMenu {
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  display: block;
  position: relative;
  background: -moz-linear-gradient(50% 100% 90deg, #2c5651 0%, #8fb6b1 100%);
  background: -webkit-linear-gradient(90deg, #2c5651 0%, #8fb6b1 100%);
  background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0, #2c5651), color-stop(1, #8fb6b1));
  background: -o-linear-gradient(90deg, #2c5651 0%, #8fb6b1 100%);
  background: -ms-linear-gradient(90deg, #2c5651 0%, #8fb6b1 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#2C5651', endColorstr='#8FB6B1' ,GradientType=0)";
  background: linear-gradient(0deg, #2c5651 0%, #8fb6b1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8FB6B1',endColorstr='#2C5651' , GradientType=0);
  color: #fff;
}
/* line 28, ../sass/_top_s.scss */
#topMenu.hide {
  box-shadow: 0px 2px 4px transparent;
  background: none;
  background-image: url(../swf_items/loading.gif);
  -webkit-background-size: 22px;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: center center;
}
/* line 36, ../sass/_top_s.scss */
#topMenu.hide > ul, #topMenu.hide .bg {
  opacity: 0;
}
/* line 40, ../sass/_top_s.scss */
#topMenu > ul {
  opacity: 1;
  transition: 1s;
}
/* line 43, ../sass/_top_s.scss */
#topMenu > ul li.hd {
  box-sizing: border-box;
  z-index: 3;
  cursor: pointer;
  height: 36px;
  transition: .5s;
  width: 175px;
  padding-left: 25px;
  line-height: 34px;
  font-size: 13px !important;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
/* line 59, ../sass/_top_s.scss */
#topMenu > ul li.hd:hover {
  background: rgba(0, 0, 0, 0.2);
}
/* line 65, ../sass/_top_s.scss */
#topMenu ul.sub {
  position: absolute;
  left: 175px;
  top: 10px;
  z-index: 2;
  width: 600px;
  height: 100%;
  pointer-events: none;
  padding-left: 8px;
  padding-top: 36px;
  padding-right: 18px;
  cursor: auto;
  opacity: 0;
}
/* line 79, ../sass/_top_s.scss */
#topMenu ul.sub li {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.47, 1.85, 0.78, 0.49), opacity 0.1s;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  line-height: 24px;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  background: transparent;
  padding: 0 12px;
  border-radius: 4px;
}
/* line 91, ../sass/_top_s.scss */
#topMenu ul.sub li:before {
  content: none;
  font-size: 6px;
  position: absolute;
  left: 4px;
  color: #fff;
}
/* line 98, ../sass/_top_s.scss */
#topMenu ul.sub li:after {
  content: "";
  display: block;
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  transition-delay: 0 !important;
  border-radius: 4px;
  opacity: 0;
  transition: .2s;
}
/* line 111, ../sass/_top_s.scss */
#topMenu ul.sub li.show {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 116, ../sass/_top_s.scss */
#topMenu ul.sub li:hover:before {
  content: "▶︎";
}
/* line 117, ../sass/_top_s.scss */
#topMenu ul.sub li:hover:after {
  opacity: 1;
}
/* line 120, ../sass/_top_s.scss */
#topMenu ul.sub li .disc {
  position: absolute;
  top: 0;
  right: 12px;
  overflow: hidden;
  width: 380px;
  display: block;
  text-align: justify;
  white-space: nowrap !important;
  font-size: 10px;
  text-overflow: ellipsis;
}
/* line 133, ../sass/_top_s.scss */
#topMenu ul.sub li.subTit {
  line-height: 36px;
  font-size: 16px;
  color: #00595F;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
  position: absolute;
  top: 0;
  left: 18px !important;
  cursor: auto;
  padding: 0;
  background: none;
}
/* line 143, ../sass/_top_s.scss */
#topMenu ul.sub li.subTit:before {
  content: none;
}
/* line 144, ../sass/_top_s.scss */
#topMenu ul.sub li.subTit:after {
  display: none !important;
}
/* line 146, ../sass/_top_s.scss */
#topMenu ul.sub.show {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
/* line 154, ../sass/_top_s.scss */
#topMenu .bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 625px;
  height: 100%;
  overflow: hidden;
  opacity: 1;
  transition: 1s;
}
/* line 163, ../sass/_top_s.scss */
#topMenu .bg h2 {
  position: absolute;
  bottom: 21px;
  right: 22px;
  font-size: 20px;
  text-align: justify;
  width: 310px;
  line-height: 1;
  white-space: nowrap;
  font-weight: 500;
}
/* line 172, ../sass/_top_s.scss */
#topMenu .bg h2 span {
  font-weight: normal;
  margin-top: 5px;
  font-size: 12px;
  display: block;
}
/* line 179, ../sass/_top_s.scss */
#topMenu .bg h2 img {
  display: block;
}
/* line 183, ../sass/_top_s.scss */
#topMenu .bg > img {
  width: 100% !important;
  height: auto !important;
}
/* line 189, ../sass/_top_s.scss */
#home-visual.show #topMenu .bg img {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  filter: blur(4px);
}
/* line 193, ../sass/_top_s.scss */
#home-visual.show #topMenu .bg h2 {
  opacity: 0;
}
/* line 199, ../sass/_top_s.scss */
#topMenu .subBg {
  background: rgba(255, 255, 255, 0.62);
  position: absolute;
  top: 10px;
  right: 10px;
  height: 196px;
  width: 615px;
  opacity: 0;
  transition: .5s;
  z-index: 1;
  pointer-events: none;
}
/* line 209, ../sass/_top_s.scss */
#topMenu .subBg.show {
  opacity: 1;
  pointer-events: auto;
}

/* MARQUEE */
/* line 219, ../sass/_top_s.scss */
.marqueeRightLeft {
  max-width: 500px;
  padding: 0.5em 0;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  text-align: left;
  border-top: 1px solid #6c5441;
  border-bottom: 1px solid #6c5441;
  color: #6c5441;
  font-weight: bold;
}

/* line 232, ../sass/_top_s.scss */
ul.sub li span:after {
  content: "";
  white-space: nowrap;
}

/* line 237, ../sass/_top_s.scss */
ul.sub li span.marquee {
  margin: 0;
  padding-left: 0;
  display: inline-block;
  white-space: nowrap;
  -webkit-animation-name: marqueeRL;
  -webkit-animation-timing-function: linear;
  -webkit-animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: marqueeRL;
  -moz-animation-timing-function: linear;
  -moz-animation-duration: 12s;
  -moz-animation-iteration-count: infinite;
  -ms-animation-name: marqueeRL;
  -ms-animation-timing-function: linear;
  -ms-animation-duration: 12s;
  -ms-animation-iteration-count: infinite;
  -o-animation-name: marqueeRL;
  -o-animation-timing-function: linear;
  -o-animation-duration: 12s;
  -o-animation-iteration-count: infinite;
  animation-name: marqueeRL;
  animation-timing-function: linear;
  animation-duration: 12s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes marqueeRL {
  from {
    -webkit-transform: translate(0);
  }
  to {
    -webkit-transform: translate(-100%);
  }
}
@-moz-keyframes marqueeRL {
  from {
    -moz-transform: translate(0);
  }
  to {
    -moz-transform: translate(-100%);
  }
}
@-ms-keyframes marqueeRL {
  from {
    -ms-transform: translate(0);
  }
  to {
    -ms-transform: translate(-100%);
  }
}
@-o-keyframes marqueeRL {
  from {
    -o-transform: translate(0);
  }
  to {
    -o-transform: translate(-100%);
  }
}
@keyframes marqueeRL {
  from {
    transform: translate(0);
  }
  to {
    transform: translate(-100%);
  }
}
