@charset "UTF-8";
/* @import url(vendor/common.css); */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

/* version */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4em;
  line-height: 1.4;
  color: #1b1b1b;
  height: auto !important;
  overflow: hidden;
}

main {
  overflow: hidden;
}

figure {
  margin: 0;
  text-align: center;
}

figure figcaption {
  margin-top: 0.5em;
  text-align: left;
}

a {
  color: #1b1b1b;
  text-decoration: underline;
}

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

.highlight a {
  color: #1b1b1b;
}

.highlight a:hover {
  color: #1b1b1b;
}

img {
  vertical-align: middle;
}

img.circle {
  border-radius: 50%;
}

p {
  margin: 0.5em 0 1em;
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

ol,
ul {
  margin: 0 0 1em;
  padding: 0 0 0 2.5em;
  line-height: 1.6;
}

ol:last-child,
ul:last-child {
  margin-bottom: 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0.5em 0;
  padding-left: 2em;
}

ol ol:last-child,
ol ul:last-child,
ul ol:last-child,
ul ul:last-child {
  margin-bottom: 0.5em;
}

ul.list-unstyled {
  padding-left: 0;
  list-style: none;
}

ul.list-unstyled ol,
ul.list-unstyled ul {
  padding-left: 2em;
}

ul.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -7px;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 14px;
}

ul.list-inline > li {
  display: inline;
  padding-left: 7px;
  padding-right: 7px;
  white-space: nowrap;
  font-size: 14px;
  font-size: 1.4rem;
}

dl {
  margin: 0 0 1em;
  line-height: 1.6;
}

dl:last-child {
  margin-bottom: 0;
}

dl dt {
  font-weight: bold;
}

dl dd {
  margin-left: 0;
  margin-bottom: 0.5em;
}

dl dd:last-child {
  margin-bottom: 0;
}

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

td,
th {
  padding: 0;
}

main section {
  margin-bottom: 10%;
}

main section.highlight:last-child {
  margin-bottom: 0;
  padding-bottom: 10%;
}

@media (min-width: 768px) {
  p {
    margin: 0.5em 0 1em;
  }
  dl.dl-horizontal {
    overflow: hidden;
  }
  dl.dl-horizontal dt {
    float: left;
    clear: left;
    margin-right: 1em;
  }
  dl.dl-horizontal dd {
    float: left;
  }
  main section {
    margin-bottom: 5%;
  }
  main section:last-child {
    margin-bottom: 7%;
  }
  main section.highlight:last-child {
    margin-bottom: 0;
    padding-bottom: 7%;
  }
}

.col p {
  line-height: 1.8;
}

.container {
  padding: 0 10px;
}

@media (min-width: 1020px) {
  .container {
    padding: 0;
  }
}

.container .container {
  padding: 0;
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  color: #1b1b1b;
}

header .row {
  margin: 0 3%;
}

@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}

header .title {
  margin: 0;
  padding: 10px 0;
  line-height: 1;
}

header .title a {
  display: inline-block;
}


.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: rgba(8, 51, 136, 0.9);
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(-50%, -20%) rotate(45deg);
          transform: translate(-50%, -20%) rotate(45deg);
  transition: .2s;
}

footer.high .pagetop {
  position: absolute;
  bottom: auto;
  right: 5%;
  top: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*
 * ページトップのデザインタイプ(type design của top page)
 */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.lead {
  color: #083388;
  font-size: 20px;
  font-size: 2rem;
}

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

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

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

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

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-red {
  color: #f00 !important;
}

.text-primary {
  color: #083388 !important;
}

@media (max-width: 767px) {
  .sp-hide, .pc-only, .tablet-only {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .pc-hide, .sp-only {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .tablet-hide {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .tablet-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .sp-hide02, .pc-only02, .tablet-only02 {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .pc-hide02, .sp-only02 {
    display: none !important;
  }
}

@media (max-width: 639px) {
  .sp-hide03, .pc-only03, .tablet-only03 {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .pc-hide03, .sp-only03 {
    display: none !important;
  }
}

.mt0 {
  margin-top: 0 !important;
}

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


/*追記*/
html {
  overflow: auto;
}

body {
  overflow: visible;
  position: relative;
}

body.bound {
  animation: bound 0.1s ease;
}

@keyframes bound {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(0.95, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

main {
  overflow: visible;
}

section {
  margin: 0 !important;
  position: relative;
  z-index: 10;
}

section .wrap {
  width: 1240px;
  margin: auto;
  position: relative;
}

.wrap_bg{
  background: #000;
}
.wrap_bg::before{
  content: "";
  width: 100%;
  height: 40px;
  background: #c80000;
  position: absolute;
  top: 0;
  left: 0;
}

section .wrap .speaker_left, section .wrap .speaker_right {
  position: absolute;
  bottom: 200px;
}

section .wrap .speaker_left {
  left: calc(50% - 770px);
  transform-origin: 100% 100%;
}

section .wrap .speaker_right {
  right: calc(50% - 770px);
  transform-origin: 0 100%;
}

section .wrap .hdr {
  width: 100%;
  height: 160px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

section .wrap .hdr .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  /* position: relative; */
}

section .wrap .hdr .menu figure {
  margin-bottom: 15px;
}

section .wrap .hdr .menu figure:not(:last-child) {
  margin-right: 15px;
}

/* section .wrap .hdr .menu figure:last-child {
  position: absolute;
  right: -100px;
} */

/* section .wrap .hdr .menu figure:first-child {
  background: url(../img/menu_img001_hover.png) no-repeat center/cover;
} */

/* section .wrap .hdr .menu figure:first-child a img {
  transition: 0.3s;
} */

/* section .wrap .hdr .menu figure:first-child a:hover img {
  opacity: 0;
} */

/* section .wrap .hdr .menu figure:nth-child(2) {
  background: url(../img/menu_img002_hover.png) no-repeat center/cover;
} */

/* section .wrap .hdr .menu figure:nth-child(2) a img {
  transition: 0.3s;
} */

/* section .wrap .hdr .menu figure:nth-child(2) a:hover img {
  opacity: 0;
} */

section .wrap .hdr .logo-s {
  height: 100%;
  margin-right: 20px;
}

section .wrap .hdr .logo-s figure {
  text-align: right;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

section .wrap .hdr .logo-s figure img {
  margin-bottom: 12px;
}

section .wrap .main {
  position: relative;
  background: url(../img/bg_img001.jpg) no-repeat center/cover;
  width: 100%;
  height: 720px;
  overflow: hidden;
  border: 6px solid #f00;
}

section .wrap .ftr {
  width: 100%;
  height: 200px;
  padding-top: 10px;
}

section .wrap .ftr .layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

section .wrap .ftr .layout > .box01 {
  width: 32%;
}

section .wrap .ftr .layout > .box01 .inner01 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 2%;
}

section .wrap .ftr .layout > .box01 .inner02 {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

section .wrap .ftr .layout > .box01 .inner02 figure {
  width: 49%;
}

section .wrap .ftr .layout > .box01 .inner02 figure:first-child img {
  width: 90%;
}

section .wrap .ftr .layout > .box01 .inner02 figure:last-child {
  background: #fff;
}

section .wrap .ftr .layout > .box01 .inner02 figure:last-child a {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

section .wrap .ftr .layout > .box01 .inner02 figure:not(:last-child) {
  margin-right: 2%;
}

section .wrap .ftr .layout > .box01 .inner02 figure img {
  width: 100%;
}

section .wrap .ftr .layout > figure img {
  width: 100%;
}

section .wrap .ftr .layout > .box02 {
  width: 16%;
}
section .wrap .ftr .layout > .box02 .inner {
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
}

section .wrap .ftr .layout > .box02 .inner figure {
  width: 49%;
}

section .wrap .ftr .layout > .box02 .inner figure:not(:last-child) {
  margin-right: 8%;
}

section .wrap .ftr .layout > .box02 .inner figure img {
  width: 100%;
}

#home .main .character {
  position: absolute;
  top: -80px;
  right: 85px;
  margin: auto;
  opacity: 0;
}

#home .main .character.bouncein {
  opacity: 1;
  animation: boundin 0.5s ease;
}

@keyframes boundin {
  0% {
    transform: scale3d(5, 5, 1);
  }
  80% {
    transform: scale3d(1, 1, 1);
  }
  90% {
    transform: scale3d(1.3, 1.3, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

#home .main .copy {
  position: absolute;
  top: 10px;
  left: 10px;
}

#home .main .copy figure {
  position: absolute;
  opacity: 0;
}

#home .main .copy figure:first-child {
  top: 0;
  left: 0;
}

#home .main .copy figure:last-child {
  top: 10px;
  left: -10px;
}

#home .main .copy figure.rotatein {
  animation: rotatein 0.3s;
  opacity: 1;
}

@keyframes rotatein {
  0% {
    transform: scale3d(5, 5, 1) rotate(360deg);
  }
  80% {
    transform: scale3d(1, 1, 1);
  }
  90% {
    transform: scale3d(1.3, 1.3, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

#home .main .machine {
  position: absolute;
  right: 13px;
  bottom: -12px;
  opacity: 0;
}

#home .main .machine.bouncein {
  animation: boundin 0.5s ease;
  opacity: 1;
}

@keyframes boundin {
  0% {
    transform: scale3d(5, 5, 1);
  }
  80% {
    transform: scale3d(1, 1, 1);
  }
  90% {
    transform: scale3d(1.3, 1.3, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}


#home .main .end_text {
  position: absolute;
  left: 15px;
  bottom: 25px;
  opacity: 0;
}

#home .main .end_text.fadein {
  animation: fadein 0.5s forwards ease;
}

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

#home .main .logo-l {
  position: absolute;
  bottom: 8px;
  left: 400px;
  margin: auto;
  opacity: 0;
}

#home .main .logo-l.bouncein {
  opacity: 1;
  animation: boundin 0.5s ease;
}

@keyframes boundin {
  0% {
    transform: scale3d(5, 5, 1);
  }
  80% {
    transform: scale3d(1, 1, 1);
  }
  90% {
    transform: scale3d(1.3, 1.3, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

#home .main .side {
  position: absolute;
  top: 15px;
  right: 20px;
}

#home .main .term {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

#home .main .announcement {
  margin-top: 5px;
  margin-right: 5px;
}

#home .main .side .app {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  /* margin-top: 20px; */
}

#home .main .side .twitter {
  width: 277px;
  height: 208px;
  border: 3px solid #1dade5;
  background: #fff;
  border-radius: 6px;
}

#home .main .side .twitter p {
  background: #1dade5;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

#home .main .side .twitter .timeline {
  height: 78%;
  overflow-y: scroll;
}

/*slider pro のdefaultcss 20191217*/
/**  - v1.2.5* Homepage: http://bqworks.com/slider-pro/* Author: bqworks* Author URL: http://bqworks.com/*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

.sp-slides-container {
  position: relative
}

.sp-mask {
  position: relative;
  overflow: hidden
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000
}

.sp-slide {
  position: absolute
}

.sp-image-container {
  overflow: hidden
}

.sp-image {
  position: relative;
  display: block;
  border: 0
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%
}

.sp-thumbnails-container {
  position: relative;
  overflow: hidden
}

.sp-top-thumbnails, .sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px
}

.sp-bottom-thumbnails {
  margin-top: 4px
}

.sp-left-thumbnails, .sp-right-thumbnails {
  position: absolute;
  top: 0
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px
}

.sp-thumbnails {
  position: relative
}

.sp-thumbnail {
  border: 0
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.sp-top-thumbnails .sp-thumbnail-container, .sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px
}

.sp-top-thumbnails .sp-thumbnail-container:first-child, .sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0
}

.sp-top-thumbnails .sp-thumbnail-container:last-child, .sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0
}

.sp-left-thumbnails .sp-thumbnail-container, .sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px
}

.sp-left-thumbnails .sp-thumbnail-container:first-child, .sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0
}

.sp-left-thumbnails .sp-thumbnail-container:last-child, .sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0
}

.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}

.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent
}

.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent
}

.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent
}

.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden
}

.sp-black {
  color: #FFF;
  background: #000;
  background: rgba(0, 0, 0, 0.7)
}

.sp-white {
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.7)
}

.sp-rounded {
  border-radius: 10px
}

.sp-padding {
  padding: 10px
}

.sp-grab {
  /* cursor: url(../images/openhand.cur), move */
}

.sp-grabbing {
  /* cursor: url(../images/closedhand.cur), move */
}

.sp-selectable {
  cursor: default
}

.sp-caption-container {
  text-align: center;
  margin-top: 10px
}

.sp-full-screen {
  margin: 0 !important;
  background-color: #000
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.sp-full-screen-button:before {
  content: '\2195'
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1
}

.sp-buttons {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 10px
}

.sp-button {
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-radius: 50%;
  margin: 4px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer
}

.sp-selected-button {
  background-color: #000
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .sp-button {
    width: 14px;
    height: 14px
  }
}

@media only screen and (min-width:568px) and (max-width:768px) {
  .sp-button {
    width: 16px;
    height: 16px
  }
}

@media only screen and (min-width:320px) and (max-width:568px) {
  .sp-button {
    width: 18px;
    height: 18px
  }
}

.sp-arrows {
  position: absolute
}

.sp-fade-arrows {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.sp-horizontal .sp-previous-arrow {
  left: 20px
}

.sp-horizontal .sp-next-arrow {
  right: 20px
}

.sp-vertical .sp-previous-arrow {
  top: 20px
}

.sp-vertical .sp-next-arrow {
  bottom: 20px
}

.sp-previous-arrow:before, .sp-previous-arrow:after, .sp-next-arrow:before, .sp-next-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF
}

.sp-previous-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0);
  -ms-transform: skew(145deg, 0);
  transform: skew(145deg, 0)
}

.sp-previous-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0);
  -ms-transform: skew(-145deg, 0);
  transform: skew(-145deg, 0)
}

.sp-next-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0);
  -ms-transform: skew(35deg, 0);
  transform: skew(35deg, 0)
}

.sp-next-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0);
  -ms-transform: skew(-35deg, 0);
  transform: skew(-35deg, 0)
}

.ie8 .sp-arrow, .ie7 .sp-arrow {
  width: 0;
  height: 0
}

.ie8 .sp-arrow:before, .ie8 .sp-arrow:after, .ie7 .sp-arrow:before, .ie7 .sp-arrow:after {
  content: none
}

.ie8.sp-horizontal .sp-previous-arrow, .ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent
}

.ie8.sp-horizontal .sp-next-arrow, .ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent
}

.ie8.sp-vertical .sp-previous-arrow, .ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent
}

.ie8.sp-vertical .sp-next-arrow, .ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent
}

.sp-thumbnail-arrows {
  position: absolute
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1
}

.sp-top-thumbnails .sp-thumbnail-arrows, .sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px
}

.sp-left-thumbnails .sp-thumbnail-arrows, .sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow, .sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow, .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0
}

.sp-top-thumbnails .sp-next-thumbnail-arrow, .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow, .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0
}

.sp-left-thumbnails .sp-next-thumbnail-arrow, .sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0
}

.sp-previous-thumbnail-arrow:before, .sp-previous-thumbnail-arrow:after, .sp-next-thumbnail-arrow:before, .sp-next-thumbnail-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0);
  -ms-transform: skew(145deg, 0);
  transform: skew(145deg, 0)
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0);
  -ms-transform: skew(-145deg, 0);
  transform: skew(-145deg, 0)
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0);
  -ms-transform: skew(35deg, 0);
  transform: skew(35deg, 0)
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0);
  -ms-transform: skew(-35deg, 0);
  transform: skew(-35deg, 0)
}

.ie8 .sp-thumbnail-arrow, .ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0
}

.ie8 .sp-thumbnail-arrow:before, .ie8 .sp-thumbnail-arrow:after, .ie7 .sp-thumbnail-arrow:before, .ie7 .sp-thumbnail-arrow:after {
  content: none
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow, .ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent
}

a.sp-video {
  text-decoration: none
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: 0
}

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px
}

.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important
}

.slider-pro iframe, .slider-pro object, .slider-pro video, .slider-pro embed, .slider-pro canvas {
  max-width: none;
  max-height: none
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0
}

.slider-pro img.sp-layer {
  border: 0
}
/*ここまで*/

#sapp section .main {
  position: relative;
  background: url(../img/app_img000.jpg) no-repeat center/cover;
}

#sapp section .main .fukidashi {
  position: absolute;
  top: 53px;
  right: -15px;
}

#sapp section .main .banner {
  position: absolute;
  top: 245px;
  right: 25px;
}

#sapp section .main .bottom {
  position: absolute;
  bottom: 40px;
  right: 45px;
}

#sapp section .main .slider {
  position: absolute;
  top: 126px;
  left: 327px;
  width: 487px;
  height: 290px;
}

#sapp section .main .slider .slider-inner {
  width: 100%;
  height: 100%;
}

#sapp section .main .copy01 {
  position: absolute;
  top: 15px;
  left: 70px;
}

#sapp section .main .copy02 {
  position: absolute;
  top: 405px;
  left: 380px;
}

#sapp section .main .qr {
  position: absolute;
  top: 518px;
  left: 776px;
}

#modeli section .main {
  overflow-y: scroll;
  /*background: #000;*/
}

#modeli section .main > div {
  display: -ms-flexbox;
  display: flex;
}

#modeli section .main > div figure {
  width: 50%;
}

#modeli section .main > div figure img {
  width: 100%;
}

#modeli section .main .scroll_inner{
  width: 100%;
  height: 100%;
  /*background: #fff;*/
  display: block;
}

#modeli section .main .scroll_inner iframe{
  width: 100%;
  height: 100%;
  border: none;
}

#modeli section .main .scroll_inner figure{
  width: 70%;
  margin: 0 auto;
}

#modeli section .main .scroll_inner figure img{
  width: 100%;
}

/**/
.rollerblade-img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.rollerblade-drag {
  cursor: move;
}

body {
  background: #000;
}

#body_bg {
  /*background: url(../img/bg.jpg) no-repeat center/cover;*/
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: screen;
  background: #c80000;
}

#file-input {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 3;
}

#canvas {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  display: none;
}

#audio {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: calc(100% - 25px);
}

#name {
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 3;
  color: #eeeeee;
  font-family: monospace;
}

#background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 1%, transparent 70%, #020002 70%, #020002 100%);
  background-size: 100% 10px;
  -webkit-animation: bg 1s infinite linear;
          animation: bg 1s infinite linear;
  z-index: 3;
  opacity: .8;
}

@-webkit-keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 22px;
  }
}

@keyframes bg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 22px;
  }
}

@font-face {
  font-family: 'dollydots';
  src: url("fonts/dollydots.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.loading_wrapper {
  width: 100%;
  height: 100vh;
  background: #000;
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading_wrapper [id]:not([id="count"]) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.loading_wrapper [id]:not([id="count"]) img {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  top: 0;
}

.loading_wrapper .wrapper {
  position: relative;
  margin: auto;
}

.loading_wrapper .character_wrapper {
  width: 200px;
  padding-top: 166.66667px;
  margin-bottom: 0px;
}

.loading_wrapper .loading_txt_wrapper {
  width: 250px;
  padding-top: 33.22785px;
  margin-bottom: 6px;
}

.loading_wrapper .count_wrapper {
  height: 30px;
}

.loading_wrapper .count_wrapper #count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
}

.loading_wrapper .count_wrapper #count > *:not(:last-child) {
  margin-right: 5px;
}

.loading_wrapper .count_wrapper img {
  max-height: 100%;
}

.loading_wrapper .count_wrapper p,.loading_wrapper .count_wrapper progress {
  margin: 0;
  font-family: 'dollydots';
  color: red;
  font-size: 30px;
}

.loading_wrapper .allow_wrapper p {
  color: #b7b7b7;
  font-size: 18px;
  margin: 2em 0 1em;
}

.loading_wrapper .allow_wrapper .btn_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading_wrapper .allow_wrapper button {
  cursor: pointer;
  border-radius: 50px;
  font-size: 18px;
  padding: .5em 5px;
  width: 100%;
  max-width: 300px;
  min-width: 150px;
  font-weight: bold;
  border: 0;
}

.loading_wrapper .allow_wrapper button:not(:last-child) {
  margin-right: 10px;
}

.loading_wrapper .allow_wrapper button.arrow {
  background: #fff;
  color: #000;
}

.loading_wrapper .allow_wrapper button.not_arrow {
  color: #fff;
  background: none;
}

/*20191212 尻枝*/
body{
  margin: 0;
}
/*20191212 尻枝 ここまで*/

/*20191213 尻枝*/
*,*:before,*:after{
  box-sizing: border-box;
}
section .wrap .ftr{
  height:180px;
}
/*20191213 尻枝 ここまで*/

/*20191213 suto*/
.ps__rail-y {
  opacity: 1!important;
}
.ps__thumb-y {
  width: 12px!important;
  background: rgb(197,52,191)!important;
}
body{
  background: #000;
}
body.home:before{
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background: #000;
  z-index: 10001;
  width: 100%;
  height: 100vh;
  transition: .1s;
  pointer-events: none;
}
body.fadeIn:before{
  opacity: 0;
}

.ps__rail-x{
  display: none !important;
}

#modeli section .main{
  overflow-y: auto;
}
#modeli section .main{
  overflow-y: auto;
}
#modeli section .main::-webkit-scrollbar{
  width: 12px;
}
#modeli section .main::-webkit-scrollbar-thumb{
   background: #c51ba3;
 border-radius: 12px;
 box-shadow: none;
}
#modeli section .main::-webkit-scrollbar-track{
  background: #cfb6d6;
    border: none;
}

/*20191217　尻枝*/
/* section .wrap .hdr .menu figure:nth-child(3){
      background: url(../img/menu_img003_hover.png) no-repeat center/cover;
}
section .wrap .hdr .menu figure:nth-child(3) a:hover img{
  opacity: 0;
} */
/*ここまで*/

/*# sourceMappingURL=main.css?ver=1.1.map */

/*20191219(20191224) 尻枝*/
.bnr_{
      width: 282px;
}
.app iframe{
  width: 350px;
height: 502px;
border: 0;
right: -175px;
position: absolute;
}
/*ここまで*/

/*20191224ここから*/
.app iframe{
  width: 280px;
    height: 467px;
    border: 0;
    right: -140px;
    position: absolute;
    top: 7px;
}
/*20191224ここまで*/

/*20200110追記*/

#sapp section .main .fukidashi p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -64%);
  text-align: center;
  color: #fff;
  font-weight: bold;
}
/*20200110追記ここまで*/

/*20200131追記*/
#home .main .bnr_report{
  position: absolute;
    bottom: 32px;
    z-index: 1;
    left: 11px;
}
#home .main > p {
  color: #fff;
  text-shadow:
  black 2px 0px,  black -2px 0px,
  black 0px -2px, black 0px 2px,
  black 2px 2px , black -2px 2px,
  black 2px -2px, black -2px -2px,
  black 1px 2px,  black -1px 2px,
  black 1px -2px, black -1px -2px,
  black 2px 1px,  black -2px 1px,
  black 2px -1px, black -2px -1px;
  position: absolute;
  left: 328px;
  bottom: 12px;
  text-align: left;
  font-size: 12px;
  left: 12px;
  bottom: 6px;
}
.wrap .hdr .menu figure {
  position: relative;
}
.wrap .hdr .menu figure:hover a img {
  opacity: 0;
}
.wrap .hdr .menu figure.hdr001 {
  background: url(../img/hdr_img001_on.png) no-repeat center / cover;
}
.wrap .hdr .menu figure.hdr002 {
  background: url(../img/hdr_img002_on.png) no-repeat center / cover;
}
.wrap .hdr .menu figure.hdr003 {
  background: url(../img/hdr_img003_on.png) no-repeat center / cover;
}
.wrap .hdr .menu .deco003 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-70%);
}
.wrap .hdr .menu .comment {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.wrap .hdr .menu .deco004 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-70%);
}

section .wrap .ftr.top .layout > .box01 {
  width: 30%;
}
section .wrap .ftr.top .layout > .box02 a {
  width: 100%;
}
section .wrap .ftr.top .layout > .box02 a img {
  width: 100%;
}

/*20200131追記ここまで*/

/*20200207追記*/
section .wrap .hdr .menu figure:not(:last-child) {
  margin-right: 5px;
}
section .wrap .hdr .logo-s {
  max-width: 200px;
  margin-right: 0;
}
section .wrap .hdr .logo-s figure {
  width: 100%;
}
section .wrap .hdr .logo-s figure img {
  width: 100%;
  object-fit: contain;
}
.wrap .hdr .menu figure.hdr005 {
  background: url(../img/hdr_img005_on.png) no-repeat center / cover;
}
.wrap .hdr .menu .deco005 {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-70%);
}
/*20200207追記ここまで*/

/*20200213追記*/
.wrap .hdr .menu figure.hdr004 {
  background: url(../img/hdr_img004_on.png) no-repeat center / cover;
}
.wrap .hdr .menu figure.hdr004 {
  /*background: url(../img/hdr_img004_on.png) no-repeat center / cover;*/
}
/*20200213追記ここまで*/

/*20200221追記*/
main#report .main {
  background: url(../img/report_bg.jpg) no-repeat center /cover;
}
main#report .main figure {
  margin-top: 30px;
  margin-bottom: 25px;
}
main#report .main .movie {
  width: 770px;
  padding-top: 35.2%;
  position: relative;
  margin: auto;
}
main#report .main .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*20200221追記ここまで*/
