a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  color: #333;
  text-decoration: none;
  outline: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #000;
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  line-height: 1;
  letter-spacing: .01em;
  vertical-align: baseline;
  font-family: dnp-shuei-gothic-kin-std, -apple-system, BlinkMacSystemFont, MyYuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'Noto Sans Japanese', 'Noto Sans CJK JP', '游ゴシック', 'Yu Gothic', YuGothic, 'メイリオ', Meiryo, sans-serif;
  font-weight: 400;
  font-feature-settings: 'palt' 1;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border: 0;
  outline: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: scrollbar;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.test {
  padding-top: 60px;
}

* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  height: 100%;
  font-family: 'Helvetica Neue', 'Segoe UI', Verdana, 'Open Sans', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Noto Sans JP', Meiryo, sans-serif;
}

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

@-ms-viewport {
  width: device-width;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

input, select {
  vertical-align: middle;
}

input {
  border-radius: 0;
}

input:focus {
  outline: none;
}

button, input, select, textarea {
  color: inherit;
  font: inherit;
  background: transparent;
  border-style: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type='button'], [type='reset'], [type='submit'], [role='button'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring, [type='button']::-moz-focus-inner, [type='reset']::-moz-focus-inner, [type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
  resize: vertical;
  vertical-align: top;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

progress {
  vertical-align: baseline;
}

[type='checkbox'], [type='radio'] {
  padding: 0;
}

[disabled] {
  cursor: default;
}

[type='number'] {
  width: auto;
}

[type='search']::-webkit-search-cancel-button {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type='number']::-webkit-inner-spin-button, [type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='date'], [type='time'], [type='datetime-local'], [type='month'] {
  -webkit-appearance: listbox;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  background: transparent;
  font-weight: inherit;
}

hr {
  display: none;
  overflow: vsible;
  box-sizin: content-box;
  margin: 1em 0;
  height: 1px;
  border: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0;
}

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

[hidden] {
  display: none;
}

[tabindex='-1']:focus {
  outline: 0 !important;
}

@-ms-viewport {
  width: auto;
  initial-scale: 1;
}

[data-is=footer] {
  position: relative;
  z-index: 1;
  background-color: #efefef;
}

[data-is=footer-wraper] {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 38px 30px 38px 254px;
  max-width: 1160px;
  min-width: 1060px;
  background: url('../img/tome-gray.png') left top 38px no-repeat;
}

[data-is=footer-wraper]:before {
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
  width: 100px;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, .9);
  transform-origin: right bottom;
  transform: skewX(20deg);
}

[data-is=footer-wraper] .tax {
  display: block;
  position: absolute;
  top: 36px;
  right: 200px;
}

[data-is=footer-wraper] .menu {
  font-size: 0;
}

[data-is=footer-wraper] .menu-item {
  display: inline-block;
  color: #333;
  font-size: 1rem;
}

[data-is=footer-wraper] .menu-item:first-child {
  padding-right: 10px;
}

[data-is=footer-wraper] .menu-item:nth-child(2) {
  padding: 0 10px;
  border-left: dotted 1px #333;
  border-right: dotted 1px #333;
}

[data-is=footer-wraper] .menu-item:last-child {
  padding-left: 10px;
}

[data-is=footer-wraper] .division {
  margin-top: 145px;
  font-size: 1.125rem;
  font-weight: bold;
}

[data-is=footer-wraper] .info {
  margin-top: 8px;
  line-height: 2;
  font-size: 1rem;
}

[data-is=footer-wraper] .copy {
  margin-top: 24px;
  font-size: .875rem;
}

[data-is=footer-wraper] .footer-min {
  display: none;
}

[data-is=header] {
  position: fixed;
  z-index: 60;
  padding: 0 30px;
  width: 100%;
  height: 60px;
  top: 0;
  min-width: 1060px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}

[data-is=header] .musou {
  position: relative;
  z-index: 2;
  width: 116px;
  height: 51px;
  top: 50%;
  background: url('../img/musou-min.png') center no-repeat;
  transform: translate(0, -50%);
}

[data-is=header] .musou >a, [data-is=header] .musou >span {
  display: block;
  width: 116px;
  height: 51px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
}

[data-is=header] .menu-sp {
  display: none;
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 100%;
  right: 20px;
  top: 0;
  background: url('../img/icon-menu.png') center no-repeat;
  background-size: contain;
}

[data-is=header] .menu-sp >span {
  display: block;
  position: absolute;
  right: 46px;
  top: 50%;
  font-size: .875rem;
  transform: translate(0, -50%);
}

[data-is=header] .background {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

[data-is=nav] {
  position: absolute;
  z-index: 0;
  padding-right: 232px;
  height: 100%;
  right: 0;
  top: 0;
}

[data-is=lower] .kurashi {
  display: block;
  position: absolute;
  z-index: 1;
  width: 116px;
  height: 34px;
  right: 224px;
  top: 50%;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  width: 72px;
  background: url('../img/nav-kurashi.png') center no-repeat;
  background-size: 72px auto;
  transform: translate(0, -50%);
}

[data-is=lower] .archive {
  display: block;
  position: absolute;
  z-index: 1;
  width: 116px;
  height: 34px;
  right: 88px;
  top: 50%;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: #595ea0 url('../img/nav-archive.png') center top 5px no-repeat;
  background-size: 97px auto;
  border-radius: 17px;
  transition: .3s ease-out;
  transform: translate(0, -50%);
}

[data-is=lower] .archive:hover {
  background: #000 url('../img/nav-archive.png') center top 5px no-repeat;
  background-size: 97px auto;
}

[data-is=lower] .archive.is-default {
  background: #000 url('../img/nav-archive.png') center top 5px no-repeat;
  background-size: 97px auto;
}

[data-is=lower] .musou1-sp {
  display: none;
  position: absolute;
  z-index: 3;
  width: 88px;
  height: 30px;
  top: 50%;
  left: 90px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/banner-musou1.png') center no-repeat;
  background-size: contain;
  transform: translate(0, -50%) scale(1);
}

[data-is=lower] .musou2-sp {
  display: none;
  position: absolute;
  z-index: 3;
  width: 52px;
  height: 30px;
  top: 50%;
  left: 190px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/banner-musou2.png') center no-repeat;
  background-size: contain;
  transform: translate(0, -50%) scale(1);
}

[data-is=lower] .logo {
  display: block;
  position: absolute;
  z-index: 3;
  height: 39px;
  width: 38px;
  right: 30px;
  top: 50%;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/nav-logo.png') center no-repeat;
  background-size: contain;
  transition: .3s ease-out;
  transform: translate(0, -50%) scale(1);
}

[data-is=lower] .logo:hover {
  transform: translate(0, -50%) scale(1.6);
}

[data-is=menu] {
  margin-top: 11px;
  height: 38px;
  font-size: 0;
}

[data-is=menu] .top, [data-is=menu] .movie, [data-is=menu] .story, [data-is=menu] .introduce, [data-is=menu] .access, [data-is=menu] .kurashi, [data-is=menu] .archive {
  display: inline-block;
  position: relative;
  height: 38px;
}

[data-is=menu] .top >a, [data-is=menu] .movie >a, [data-is=menu] .story >a, [data-is=menu] .introduce >a, [data-is=menu] .access >a, [data-is=menu] .kurashi >a, [data-is=menu] .archive >a {
  display: block;
  position: absolute;
  z-index: 1;
  height: 38px;
  top: 0;
  right: 0;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
}

[data-is=menu] .top:after, [data-is=menu] .movie:after, [data-is=menu] .story:after, [data-is=menu] .introduce:after, [data-is=menu] .access:after {
  display: block;
  position: absolute;
  content: '';
  width: 10px;
  height: 0;
  top: 0;
  background-color: #595ea0;
  transform-origin: right top;
  transform: skewX(-20deg);
  transition: .15s ease-out;
  opacity: .8;
}

[data-is=menu] .top:hover:after, [data-is=menu] .movie:hover:after, [data-is=menu] .story:hover:after, [data-is=menu] .introduce:hover:after, [data-is=menu] .access:hover:after {
  height: 38px;
}

[data-is=menu] .top.is-default, [data-is=menu] .movie.is-default, [data-is=menu] .story.is-default, [data-is=menu] .introduce.is-default, [data-is=menu] .access.is-default {
  pointer-events: none;
}

[data-is=menu] .top.is-default:after, [data-is=menu] .movie.is-default:after, [data-is=menu] .story.is-default:after, [data-is=menu] .introduce.is-default:after, [data-is=menu] .access.is-default:after {
  height: 38px;
  opacity: 1;
}

[data-is=menu] .top {
  width: 45px;
}

[data-is=menu] .top:after {
  left: 18px;
}

[data-is=menu] .top >a {
  width: 45px;
  background: url('../img/nav-top.png') center no-repeat;
}

[data-is=menu] .movie {
  width: 147px;
}

[data-is=menu] .movie:after {
  left: 38px;
}

[data-is=menu] .movie >a {
  width: 127px;
  background: url('../img/nav-movie.png') center no-repeat;
}

[data-is=menu] .story {
  width: 127px;
}

[data-is=menu] .story:after {
  left: 38px;
}

[data-is=menu] .story >a {
  width: 107px;
  background: url('../img/nav-story.png') center no-repeat;
}

[data-is=menu] .introduce {
  width: 112px;
}

[data-is=menu] .introduce:after {
  left: 38px;
}

[data-is=menu] .introduce >a {
  width: 92px;
  background: url('../img/nav-introduce.png') center no-repeat;
}

[data-is=menu] .access {
  width: 94px;
}

[data-is=menu] .access:after {
  left: 38px;
}

[data-is=menu] .access >a {
  width: 74px;
  background: url('../img/nav-access.png') center no-repeat;
}

[data-is=archive-min] {
  position: absolute;
  display: none;
  width: 730px;
  height: 206px;
  right: 88px;
  top: 70px;
  background-color: #000;
  border-radius: 6px;
  opacity: 0;
}

[data-is=archive-min]:before {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: -27px;
  right: 36px;
  border-style: solid;
  border-width: 0 23.5px 27px 23.5px;
  border-color: transparent transparent #000 transparent;
}

[data-is=archive-min] .musou1 {
  display: block;
  position: absolute;
  top: 13px;
  left: 15px;
  width: 343px;
  height: 180px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/image-musou1.png') center no-repeat;
  opacity: .9;
  transition: .3s ease-out;
}

[data-is=archive-min] .musou1:hover {
  opacity: 1;
}

[data-is=archive-min] .musou2 {
  display: block;
  position: absolute;
  top: 13px;
  right: 15px;
  width: 343px;
  height: 180px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/image-musou2.png') center no-repeat;
  opacity: .9;
  transition: .3s ease-out;
}

[data-is=archive-min] .musou2:hover {
  opacity: 1;
}

[data-is=nav] {
  overflow: hidden;
}

[data-is=overlay1] {
  position: fixed;
  z-index: 50;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  min-width: 1060px;
  min-height: 600px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .85);
  transform: scale(0);
  transition: .2s ease-out;
}

[data-is=overlay1].is-open {
  transform: scale(1);
}

[data-is=overlay1] .wrap1 {
  position: absolute;
  width: 1000px;
  top: 130px;
  bottom: 60px;
  left: 50%;
  background-color: #fff;
  transform: translate(-50%, 0) scale(0);
  transition: .5s ease-out;
}

[data-is=overlay1] .wrap1.is-open {
  transform: translate(-50%, 0) scale(1);
}

[data-is=overlay1] .close1 {
  display: block;
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  left: calc(50% + 440px);
  top: 80px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 20px;
  transform: scale(0);
  transition: .5s ease-out;
}

[data-is=overlay1] .close1.is-open {
  transform: scale(1);
}

[data-is=overlay1] .close1:before {
  display: block;
  position: absolute;
  content: '';
  height: 34px;
  width: 2px;
  top: 3px;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, 0);
  transform: rotate(45deg);
}

[data-is=overlay1] .close1:after {
  display: block;
  position: absolute;
  content: '';
  height: 34px;
  width: 2px;
  top: 3px;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, 0);
  transform: rotate(135deg);
}

[data-is=overlay1] .close1:hover {
  background-color: #fff;
  animation: scale .5s linear;
}

[data-is=pagenav] {
  position: fixed;
  z-index: 30;
  right: 24px;
  bottom: -140px;
  transition: .3s ease-out;
}

[data-is=pagenav].is-view {
  bottom: 10px;
}

[data-is=pagetop] {
  display: block;
  width: 50px;
  height: 50px;
  background-color: rgba(81, 168, 188, .85);
  border-radius: 25px;
  transition: .3s ease-out;
}

[data-is=pagetop]:hover {
  background-color: #51a8bc;
}

[data-is=pagetop]:hover .tome {
  animation: scale .5s linear;
}

[data-is=pagetop]:hover .top {
  animation: up .5s linear;
}

[data-is=pagetop] >span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background-image: url('../img/button-arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  opacity: .75;
  transition: .3s ease-out;
  pointer-events: none;
}

[data-is=pagetop] >span:hover {
  opacity: 1;
}

[data-is=pagetop] .tome {
  position: absolute;
  z-index: 1;
  width: 44px;
  height: 55px;
  top: -50px;
  left: -8px;
  background: url('../img/button-tome.png') center no-repeat;
  background-size: cover;
  pointer-events: none;
}

[data-is=pagetop] .top {
  position: absolute;
  width: 19px;
  height: 43px;
  top: -84px;
  left: -3px;
  background: url('../img/button-top.png') center no-repeat;
  pointer-events: none;
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes up {
  0% {
    top: -84px;
  }

  50% {
    top: -100px;
  }

  100% {
    top: -84px;
  }
}

[data-is=side] {
  position: fixed;
  z-index: 30;
  right: 24px;
  top: calc(50% - 45px);
  transform: translate(0, -50%);
}

[data-is=side] .promotion, [data-is=side] .twitter, [data-is=side] .facebook, [data-is=side] .line {
  display: block;
  position: relative;
  width: 50px;
  background-color: rgba(81, 168, 188, .85);
  border-radius: 25px;
  transition: .3s ease-out;
}

[data-is=side] .promotion:hover, [data-is=side] .twitter:hover, [data-is=side] .facebook:hover, [data-is=side] .line:hover {
  background-color: #51a8bc;
}

[data-is=side] .promotion >span, [data-is=side] .twitter >span, [data-is=side] .facebook >span, [data-is=side] .line >span {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background-position: center;
  background-repeat: no-repeat;
  opacity: .75;
  transition: .3s ease-out;
}

[data-is=side] .promotion >span:hover, [data-is=side] .twitter >span:hover, [data-is=side] .facebook >span:hover, [data-is=side] .line >span:hover {
  opacity: 1;
}

[data-is=side] .promotion {
  display: none;
  height: 268px;
}

[data-is=side] .promotion >span {
  background-image: url('../img/button-promotion.png');
}

[data-is=side] .twitter {
  margin-top: 10px;
  height: 50px;
}

[data-is=side] .twitter >span {
  background-image: url('../img/button-twitter.png');
}

[data-is=side] .facebook {
  margin-top: 10px;
  height: 50px;
}

[data-is=side] .facebook >span {
  background-image: url('../img/button-facebook.png');
}

[data-is=side] .line {
  margin-top: 10px;
  height: 50px;
}

[data-is=side] .line >span {
  background-image: url('../img/button-line.png');
}

[data-is=about] {
  margin-top: -100px;
  position: relative;
  padding-top: 70px;
  min-width: 1060px;
}

[data-is=about] .shin {
  position: absolute;
  width: calc(100% + 200px);
  height: 70px;
  top: 0;
  left: -100px;
}

[data-is=about] .title {
  position: relative;
  height: 160px;
  background-color: #3aa5d2;
}

[data-is=about] .title:before {
  display: block;
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  left: 0;
  bottom: 0;
  border-style: solid;
  border-width: 150px 0 0 500px;
  border-color: transparent transparent transparent #00b0ff;
  opacity: .65;
}

[data-is=about] .title:after {
  display: block;
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-width: 0 0 25px 95px;
  border-color: transparent transparent #00b0ff transparent;
  opacity: .65;
}

[data-is=about] .title >h2 {
  position: absolute;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  width: 360px;
  height: 87px;
  left: 50%;
  bottom: 60px;
  background: url('../img/about-tome.png') center no-repeat;
  transform: translate(-50%, 0);
}

[data-is=about] .miyagi {
  position: absolute;
  z-index: 3;
  width: 421px;
  height: 417px;
  left: calc(50% + 145px);
  top: 65px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/niyagi-min.png') center no-repeat;
}

[data-is=description] {
  overflow: hidden;
  position: relative;
  padding: 145px;
  background: #efefef;
}

[data-is=description]:before {
  display: block;
  position: absolute;
  z-index: 2;
  content: '';
  width: 100%;
  height: 100px;
  left: 0;
  top: 0;
  background: url('../img/marble-blue.png') center top repeat-x;
}

[data-is=description]:after {
  display: block;
  position: absolute;
  z-index: 2;
  content: '';
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  background: url('../img/marble-white.png') center top repeat-x;
}

[data-is=description] .text {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 70px 0;
  width: 860px;
  color: #333;
  text-align: center;
  font-size: 1.375rem;
  line-height: 2.4;
  background-color: #fff;
  border-radius: 8px;
}

[data-is=description] .text:before {
  display: block;
  position: absolute;
  z-index: 3;
  content: '';
  width: 10px;
  height: 70px;
  left: 120px;
  top: 0;
  background-color: #00b0ff;
  transform-origin: bottom left;
  transform: skewX(-20deg);
}

[data-is=description] .text:after {
  display: block;
  position: absolute;
  z-index: 2;
  content: '';
  width: 10px;
  height: 70px;
  left: 136px;
  top: -40px;
  background-color: #fff;
  transform-origin: left bottom;
  transform: skewX(-20deg);
}

[data-is=description] .photo1, [data-is=description] .photo2, [data-is=description] .photo3, [data-is=description] .photo4 {
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 3s ease-out;
  background-size: cover;
}

[data-is=description] .photo1.is-visible, [data-is=description] .photo2.is-visible, [data-is=description] .photo3.is-visible, [data-is=description] .photo4.is-visible {
  opacity: 1;
}

[data-is=description] .photo1 {
  background: url('../img/background-about01.jpg') center no-repeat;
}

[data-is=description] .photo2 {
  background: url('../img/background-about02.jpg') center no-repeat;
}

[data-is=description] .photo3 {
  background: url('../img/background-about03.jpg') center no-repeat;
}

[data-is=description] .photo4 {
  background: url('../img/background-about04.jpg') center no-repeat;
}

[data-is=description] .mask1 {
  display: block;
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 50%;
  right: calc(50% + 400px);
  bottom: 420px;
  background: url('../img/mask-about.png') right bottom no-repeat;
}

[data-is=description] .mask2 {
  display: block;
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 50%;
  left: calc(50% + 400px);
  top: calc(100% - 420px);
  background: url('../img/mask-about.png') right bottom no-repeat;
  transform: scale(-1, -1);
}

[data-is=appli] {
  position: absolute;
  z-index: 30;
  right: -224px;
  top: calc(50% - 270px);
  top: 10px;
}

[data-is=appli] .tour {
  display: block;
  position: absolute;
  width: 200px;
  height: 50px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  right: 0;
  background-color: rgba(219, 0, 0, .8);
  border-radius: 6px;
  transition: .3s ease-out;
}

[data-is=appli] .tour:before {
  display: block;
  position: absolute;
  content: '';
  width: 20px;
  height: 100%;
  left: 34px;
  background-color: #9e0707;
  transform-origin: right top;
  transform: skewX(-20deg);
}

[data-is=appli] .tour:after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/button-tour.png') center no-repeat;
}

[data-is=appli] .tour:hover {
  background-color: #db0000;
}

[data-is=appli] .tour:hover .line {
  height: 100%;
}

[data-is=appli] .tour .line {
  display: block;
  position: absolute;
  width: 20px;
  height: 0;
  left: 34px;
  background-color: #840000;
  transform-origin: right top;
  transform: skewX(-20deg);
  transition: .2s ease-out;
}

[data-is=header] {
  top: -60px;
  transition: .3s ease-out;
}

[data-is=header].is-view {
  top: 0;
}

[data-is=heading] {
  font-size: 2.25rem;
}

[data-is=hero] {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 690px;
  max-height: 900px;
}

[data-is=hero] >video {
  display: block;
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 50%;
  left: 50%;
  background-attachment: fixed;
  background-size: cover;
  transform: translate(-50%, -50%);
}

[data-is=hero] .opening {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000 url('../img/background-static.png') center no-repeat;
  background-size: 460px auto;
}

[data-is=hero] .opening.is-load {
  display: none;
}

[data-is=hero] .mobile {
  position: relative;
  display: none;
}

[data-is=hero] .radial {
  display: none;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
}

[data-is=hero] .radial >span {
  display: block;
  position: absolute;
  width: 2225px;
  height: 2225px;
  left: 50%;
  top: calc(100% - 45px);
  background: url('../img/background-radial03.png') center no-repeat;
  animation: spin 200s linear infinite;
}

[data-is=hero] .diagonal {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  right: calc(50% + 20px);
  top: 0;
  background-color: rgba(255, 255, 255, .2);
  transform-origin: right top;
  transform: skewX(-20deg);
}

[data-is=cover] {
  position: absolute;
  z-index: 5;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../img/background-dot.png');
}

[data-is=cover] .hero {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url('../img/image-hero.png') left calc(50% + 330px) top calc(50% + 15px) no-repeat;
  opacity: 0;
}

[data-is=cover] .athlete {
  position: absolute;
  width: 120px;
  height: 120px;
  left: calc(50% + 440px);
  top: calc(50% + 10px);
  right: 30px;
  bottom: 20px;
  background: url('../img/image-athlete.png') no-repeat;
  opacity: 0;
}

[data-is=cover] .tome {
  position: absolute;
  width: 100px;
  height: 100px;
  left: calc(50% + 390px);
  top: calc(50% + 160px);
  background: url('../img/image-tome.png') no-repeat;
  opacity: 0;
}

[data-is=cover] .play {
  display: block;
  position: absolute;
  z-index: 10;
  width: 200px;
  height: 200px;
  top: calc(50% - 100px);
  left: calc(50% - 100px);
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/button-play.png') no-repeat;
  opacity: 0;
}

[data-is=cover] .play.is-start {
  animation: play2 2s linear infinite;
}

[data-is=cover] .play.is-start:hover {
  opacity: 1;
  animation: play1 .5s linear;
}

[data-is=cover] .copy {
  position: absolute;
  width: 355px;
  height: 119px;
  left: 50%;
  top: calc(50% + 100px);
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/main-copy.png') no-repeat;
  transform: translate(-50%, 0);
  opacity: 0;
}

[data-is=cover] .go {
  display: block;
  position: absolute;
  z-index: 20;
  width: 524px;
  height: 110px;
  left: 50%;
  bottom: 5px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  transform: translate(-50%, 0);
  opacity: 0;
}

[data-is=cover] .go:after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  background: url('../img/button-go.png') center bottom no-repeat;
}

[data-is=cover] .go:before {
  display: block;
  content: '';
  width: 100%;
  height: 60px;
  background: url('../img/background-go.png') center top no-repeat;
  opacity: .6;
  transition: .3s ease-out;
}

[data-is=cover] .go:hover:before {
  opacity: 1;
}

[data-is=cover] .tool {
  position: absolute;
  width: 150px;
  height: 17px;
  right: 100px;
  bottom: 55px;
  opacity: 0;
}

[data-is=cover] .view {
  display: block;
  position: absolute;
  width: 54px;
  height: 17px;
  left: 0;
  top: 0;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/icon-view01.png') center no-repeat;
  opacity: .6;
  transition: .3s ease-out;
}

[data-is=cover] .view:hover {
  opacity: 1;
}

[data-is=cover] .view.is-view {
  background: url('../img/icon-view02.png') center bottom no-repeat;
}

[data-is=cover] .sound {
  display: block;
  position: absolute;
  width: 73px;
  height: 17px;
  right: 0;
  top: 0;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/icon-sound01.png') center bottom no-repeat;
  opacity: .6;
  transition: .3s ease-out;
}

[data-is=cover] .sound:hover {
  opacity: 1;
}

[data-is=cover] .sound.is-play {
  background: url('../img/icon-sound02.png') center bottom no-repeat;
}

[data-is=ui] {
  position: absolute;
  z-index: 10;
  width: 50%;
  left: -1000px;
  top: 0;
  bottom: 0;
}

[data-is=ui]:before {
  display: block;
  position: absolute;
  content: '';
  width: 200%;
  height: 100%;
  right: 0;
  background-color: rgba(255, 255, 255, .5);
  transform-origin: right top;
  transform: skewX(-20deg);
}

[data-is=ui] .menu {
  position: absolute;
  width: 530px;
  right: 0;
  top: calc(50% - 30px);
  transform: translate(0, -50%);
}

[data-is=ui] .menu >h2 {
  width: 438px;
  height: 191px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/musou-max.png') no-repeat;
}

[data-is=ui] .menu-group {
  position: relative;
  margin-top: 60px;
  margin-left: 20px;
}

[data-is=ui] .movie, [data-is=ui] .story, [data-is=ui] .introduce, [data-is=ui] .access {
  display: block;
  margin-bottom: 20px;
  position: relative;
  height: 40px;
}

[data-is=ui] .movie >a, [data-is=ui] .story >a, [data-is=ui] .introduce >a, [data-is=ui] .access >a {
  display: block;
  z-index: 1;
  height: 40px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
}

[data-is=ui] .movie:after, [data-is=ui] .story:after, [data-is=ui] .introduce:after, [data-is=ui] .access:after {
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
  width: 10px;
  height: 0;
  top: 0;
  background-color: #595ea0;
  transform-origin: right top;
  transform: skewX(-20deg);
  transition: .15s ease-out;
  opacity: .8;
}

[data-is=ui] .movie:hover:after, [data-is=ui] .story:hover:after, [data-is=ui] .introduce:hover:after, [data-is=ui] .access:hover:after {
  height: 40px;
}

[data-is=ui] .movie.is-default, [data-is=ui] .story.is-default, [data-is=ui] .introduce.is-default, [data-is=ui] .access.is-default {
  pointer-events: none;
}

[data-is=ui] .movie.is-default:after, [data-is=ui] .story.is-default:after, [data-is=ui] .introduce.is-default:after, [data-is=ui] .access.is-default:after {
  height: 40px;
  opacity: 1;
}

[data-is=ui] .movie {
  width: 147px;
}

[data-is=ui] .movie:after {
  left: 38px;
}

[data-is=ui] .movie >a {
  width: 195px;
  background: url('../img/menu-movie.png') center no-repeat;
}

[data-is=ui] .story {
  width: 127px;
}

[data-is=ui] .story:after {
  left: 38px;
}

[data-is=ui] .story >a {
  width: 162px;
  background: url('../img/menu-story.png') center no-repeat;
}

[data-is=ui] .introduce {
  width: 112px;
}

[data-is=ui] .introduce:after {
  left: 38px;
}

[data-is=ui] .introduce >a {
  width: 140px;
  background: url('../img/menu-introduce.png') center no-repeat;
}

[data-is=ui] .access {
  width: 94px;
}

[data-is=ui] .access:after {
  left: 38px;
}

[data-is=ui] .access >a {
  width: 112px;
  background: url('../img/menu-access.png') center no-repeat;
}

[data-is=ui] .menu-sub {
  position: relative;
  margin-top: 60px;
  height: 60px;
}

[data-is=ui] .logo {
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  height: 39px;
  width: 38px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/nav-logo.png') center no-repeat;
  background-size: contain;
  transition: .3s ease-out;
  transform: translate(0, -50%) scale(1);
}

[data-is=ui] .logo:hover {
  transform: translate(0, -50%) scale(1.6);
}

[data-is=ui] .archive {
  display: block;
  position: absolute;
  z-index: 1;
  width: 116px;
  height: 34px;
  left: 49px;
  top: 50%;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: #595ea0 url('../img/nav-archive.png') center top 5px no-repeat;
  background-size: 97px auto;
  border-radius: 17px;
  transition: .3s ease-out;
  transform: translate(0, -50%);
}

[data-is=ui] .archive:hover {
  background: #000 url('../img/nav-archive.png') center top 5px no-repeat;
  background-size: 97px auto;
}

[data-is=ui] .archive.is-default {
  background: #000 url('../img/nav-archive.png') center top 5px no-repeat;
  background-size: 97px auto;
}

[data-is=ui] .kurashi {
  display: block;
  position: absolute;
  z-index: 1;
  width: 116px;
  height: 34px;
  left: 175px;
  top: 50%;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  width: 72px;
  background: url('../img/nav-kurashi.png') center no-repeat;
  background-size: 72px auto;
  transform: translate(0, -50%);
}

[data-is=archive-min2] {
  position: absolute;
  display: none;
  width: 730px;
  height: 206px;
  left: 49px;
  bottom: 74px;
  background-color: #000;
  border-radius: 6px;
  opacity: 0;
}

[data-is=archive-min2]:before {
  display: block;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  bottom: -26px;
  left: 35px;
  border-style: solid;
  border-width: 27px 23.5px 0 23.5px;
  border-color: #000 transparent transparent transparent;
}

[data-is=archive-min2] .musou1 {
  display: block;
  position: absolute;
  top: 13px;
  left: 15px;
  width: 343px;
  height: 180px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/image-musou1.png') center no-repeat;
  opacity: .9;
  transition: .3s ease-out;
}

[data-is=archive-min2] .musou1:hover {
  opacity: 1;
}

[data-is=archive-min2] .musou2 {
  display: block;
  position: absolute;
  top: 13px;
  right: 15px;
  width: 343px;
  height: 180px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/image-musou2.png') center no-repeat;
  opacity: .9;
  transition: .3s ease-out;
}

[data-is=archive-min2] .musou2:hover {
  opacity: 1;
}

@keyframes play1 {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.25);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes play2 {
  0% {
    opacity: 1;
  }

  10% {
    opacity: 1;
  }

  50% {
    opacity: .3;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

[data-is=message] {
  position: relative;
  margin: 50px auto 0;
  padding: 0 30px 0 430px;
  width: 1060px;
}

[data-is=message] .line {
  position: absolute;
  z-index: 0;
  width: 100px;
  height: 1100px;
  left: 15px;
  top: -50px;
  background-color: #51a8bc;
  transform-origin: left bottom;
  transform: skewX(-20deg);
}

[data-is=message] .line:after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100px;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
}

[data-is=message] .title {
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 140px;
  top: 110px;
  right: calc(50% - 60px);
}

[data-is=message] .title:before {
  display: block;
  position: absolute;
  z-index: -1;
  content: '';
  width: 1200px;
  height: 140px;
  right: 0;
  background-color: #e4e4e4;
  transform-origin: right top;
  transform: skewX(-20deg);
}

[data-is=message] .title >h2 {
  position: absolute;
  width: 418px;
  height: 69px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  right: 180px;
  top: 50%;
  background: url('../img/title-message.png') center no-repeat;
  transform: translate(0, -50%);
}

[data-is=message] .mayor {
  position: absolute;
  z-index: 1;
  width: 423px;
  height: 706px;
  top: 226px;
  left: -20px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/photo-mayor.png') center no-repeat;
}

[data-is=message] .logo {
  position: absolute;
  z-index: 1;
  width: 279px;
  height: 270px;
  top: 1100px;
  left: 65px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/image-logo.png') center no-repeat;
}

[data-is=message] .message {
  position: relative;
  z-index: 2;
  padding: 2px 28px 28px;
  line-height: 1.9;
  color: #333;
  font-size: 1.125rem;
  background-color: rgba(255, 255, 255, .5);
  border: solid 1px #efefef;
}

[data-is=message] .message >p {
  padding-top: 28px;
}

[data-is=overlay2] {
  position: fixed;
  z-index: 40;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  min-width: 1060px;
  min-height: 600px;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .85);
  transform: scale(0);
  transition: .2s ease-out;
}

[data-is=overlay2].is-open {
  transform: scale(1);
}

[data-is=overlay2] .wrap2 {
  position: absolute;
  width: 853px;
  height: 480px;
  top: calc(50% + 40px);
  left: 50%;
  background-color: #000;
  transform: translate(-50%, -50%) scale(0);
  transition: .5s ease-out;
}

[data-is=overlay2] .wrap2.is-open {
  transform: translate(-50%, -50%) scale(1);
}

[data-is=overlay2] .close2 {
  display: block;
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 40px;
  left: calc(50% + 386px);
  top: calc(50% - 250px);
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 20px;
  transform: scale(0);
  transition: .5s ease-out;
}

[data-is=overlay2] .close2.is-open {
  transform: scale(1);
}

[data-is=overlay2] .close2:before {
  display: block;
  position: absolute;
  content: '';
  height: 34px;
  width: 2px;
  top: 3px;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, 0);
  transform: rotate(45deg);
}

[data-is=overlay2] .close2:after {
  display: block;
  position: absolute;
  content: '';
  height: 34px;
  width: 2px;
  top: 3px;
  left: 50%;
  background-color: #000;
  transform: translate(-50%, 0);
  transform: rotate(135deg);
}

[data-is=overlay2] .close2:hover {
  background-color: #fff;
  animation: scale .5s linear;
}

[data-is=pagenav] {
  right: -80px;
}

[data-is=report] {
  position: relative;
  padding: 50px 0 200px;
  min-height: 1000px;
}

[data-is=report] .radial {
  position: absolute;
  z-index: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

[data-is=report] .radial >span {
  display: block;
  position: absolute;
  width: 2225px;
  height: 2225px;
  left: 50%;
  top: 50%;
  background: url('../img/background-radial02.png') center no-repeat;
  animation: spin 200s linear infinite;
}

[data-is=report] .photo {
  margin: 0 auto;
  width: 1000px;
  height: 132px;
  background: url('../img/image-tomeshi03.png') center bottom no-repeat;
}

[data-is=report] .title {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 160px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/background-gradient01.png') center no-repeat;
  border: solid 8px #524784;
}

[data-is=report] .title:after {
  display: block;
  position: absolute;
  content: '';
  width: 858px;
  height: 154px;
  top: 50%;
  left: calc(50% + 15px);
  transform: translate(-50%, -50%);
  background: url('../img/title-report01.png') center no-repeat;
}

[data-is=report] .experience {
  display: block;
  position: absolute;
  width: 138px;
  height: 138px;
  left: calc(50% - 500px);
  top: 150px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
}

[data-is=report] .experience:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/button-tomeshi01.png') center no-repeat;
  transform-origin: 69px 69px;
  animation: experience 50s linear infinite;
  transition: .3s ease-out;
  opacity: .85;
}

[data-is=report] .experience:after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/button-tomeshi02.png') center no-repeat;
}

[data-is=report] .experience:hover:before {
  opacity: 1;
}

[data-is=reportsub] {
  position: relative;
  z-index: 1;
  margin: 60px auto 0;
  width: 1000px;
  text-align: center;
  line-height: 1.5;
  color: #524784;
  font-size: 1.5rem;
}

[data-is=reportsub] .tour {
  font-weight: bold;
}

[data-is=reportsub] .br-sp {
  display: none;
}

[data-is=reportsub] .sp-none {
  display: inline;
}

[data-is=distance] {
  position: relative;
  z-index: 1;
  margin: 40px auto 0;
  padding: 20px 0 20px 20px;
  width: 880px;
  line-height: 2;
  color: #444;
  background-color: #f6fbfc;
  border: solid 1px #ccc;
  font-size: .8125rem;
}

[data-is=distance] .schedule {
  font-size: .9375rem;
}

[data-is=distance] .br-sp {
  display: none;
}

[data-is=distance] .sp-none {
  display: inline;
}

[data-is=voice] {
  position: relative;
  z-index: 1;
  margin: 40px auto 0;
  width: 880px;
}

[data-is=voice] .voice {
  height: 50px;
  background: url('../img/title-voice01.png') center no-repeat;
  background-color: #524784;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  border-radius: 6px 6px 0 0/6px 6px 0 0;
}

[data-is=voice] .voicenav {
  display: table;
  table-layout: fixed;
  width: 100%;
}

[data-is=voice] .voicenav1, [data-is=voice] .voicenav2, [data-is=voice] .voicenav3, [data-is=voice] .voicenav4, [data-is=voice] .voicenav5 {
  display: table-cell;
  width: 25%;
}

[data-is=voice] .voicenav1 >a, [data-is=voice] .voicenav2 >a, [data-is=voice] .voicenav3 >a, [data-is=voice] .voicenav4 >a, [data-is=voice] .voicenav5 >a {
  display: block;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  width: 100%;
  height: 120px;
  transition: .4s ease;
}

[data-is=voice] .voicenav1 >a:hover, [data-is=voice] .voicenav2 >a:hover, [data-is=voice] .voicenav3 >a:hover, [data-is=voice] .voicenav4 >a:hover, [data-is=voice] .voicenav5 >a:hover {
  opacity: .75;
}

[data-is=voice] .voicenav1 >a {
  background: url('../img/photo-report01.png') center no-repeat;
  background-size: cover;
  border-radius: 0 0 0 6px/0 0 0 6px;
}

[data-is=voice] .voicenav2 >a {
  background: url('../img/photo-report02.png') center no-repeat;
  background-size: cover;
}

[data-is=voice] .voicenav3 >a {
  background: url('../img/photo-report03.png') center no-repeat;
  background-size: cover;
}

[data-is=voice] .voicenav4 >a {
  background: url('../img/photo-report04.png') center no-repeat;
  background-size: cover;
}

[data-is=voice] .voicenav5 >a {
  background: url('../img/photo-report05.png') center no-repeat;
  background-size: cover;
  border-radius: 0 0 6px 0/0 0 6px 0;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes experience {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

[data-is=side] {
  right: -80px;
}

[data-is=sns] {
  position: relative;
  margin: 80px auto 0;
  padding: 0 30px 120px;
  width: 1060px;
}

[data-is=sns] .line {
  position: absolute;
  z-index: 0;
  width: 100px;
  height: 650px;
  right: 63px;
  top: -80px;
  background-color: #efefef;
  transform-origin: right bottom;
  transform: skewX(20deg);
}

[data-is=sns] .line:after {
  position: absolute;
  display: block;
  content: '';
  width: 200%;
  height: 100px;
  left: -50%;
  top: 0;
  transform: skewX(-20deg);
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, #fff 90%, #fff 100%);
}

[data-is=sns] .sns {
  display: table;
  table-layout: fixed;
  position: relative;
  width: 1000px;
  height: 270px;
}

[data-is=sns] .sns >div {
  display: table-cell;
  vertical-align: top;
  padding: 10px;
  height: 270px;
}

[data-is=sns] .facebook {
  overflow: hidden;
  width: 100%;
  height: 340px;
}

[data-is=sns] .fb-page {
  max-height: 340px !important;
}

[data-is=sns] .instagram {
  overflow: hidden;
  padding: 2px 2px 2px;
  width: 100%;
  height: 340px;
  background-color: #fafafa;
  border: solid 1px #e3e4e7;
}

[data-is=sns] .instafeed {
  display: block;
  overflow-y: scroll;
  width: 100%;
  height: 340px;
  font-size: 0;
}

[data-is=sns] .instafeed >li {
  display: inline-block;
  padding: 2px;
  width: 33.3%;
}

[data-is=sns] .link-instagram {
  margin: 8px 0 4px;
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/icon-instagram.png') left 8px top no-repeat;
}

[data-is=sns] .link-instafeed {
  display: block;
  height: auto;
}

[data-is=sns] .link-instafeed >img {
  width: 100%;
  height: auto;
}

[data-is=sns] .twitter {
  margin: 0 auto;
  height: 340px;
  background-color: #fff;
  border: solid 1px #e3e4e7;
}

[data-is=tour] {
  position: relative;
  padding: 50px 0 200px;
  min-height: 1000px;
}

[data-is=tour] .radial {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

[data-is=tour] .radial >span {
  display: block;
  position: absolute;
  width: 2225px;
  height: 2225px;
  left: 50%;
  top: 50%;
  background: url('../img/background-radial02.png') center no-repeat;
  animation: spin 200s linear infinite;
}

[data-is=tour] .photo {
  margin: 0 auto;
  width: 1000px;
  height: 190px;
  background: url('../img/image-tomeshi01.png') center top no-repeat;
}

[data-is=tour] .title {
  position: relative;
  margin: 0 auto;
  width: 1000px;
  height: 250px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/background-gradient01.png') center no-repeat;
  border: solid 8px #524784;
}

[data-is=tour] .title:after {
  display: block;
  position: absolute;
  content: '';
  width: 858px;
  height: 154px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url('../img/title-tour01.png') center no-repeat;
}

[data-is=tour] .subtitle {
  position: relative;
  margin: 30px auto;
  width: 1000px;
  height: 234px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/title-tour02.png') center no-repeat;
  opacity: .5;
}

[data-is=tour] .experience {
  display: block;
  position: absolute;
  width: 138px;
  height: 138px;
  left: calc(50% - 500px);
  top: 180px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
}

[data-is=tour] .experience:before {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/button-tomeshi01.png') center no-repeat;
  transform-origin: 69px 69px;
  animation: experience 50s linear infinite;
  transition: .3s ease-out;
  opacity: .85;
}

[data-is=tour] .experience:after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: url('../img/button-tomeshi02.png') center no-repeat;
}

[data-is=tour] .experience:hover:before {
  opacity: 1;
}

[data-is=info] {
  display: table;
  table-layout: fixed;
  margin: 30px auto 0;
  width: 1000px;
  opacity: .5;
}

[data-is=info] >div {
  display: table-cell;
}

[data-is=info] .info1 {
  padding: 20px;
  width: 42%;
  vertical-align: middle;
  line-height: 1.8;
  background-color: #fff;
  border: solid 1px #ccc;
}

[data-is=info] .info1 >p {
  font-size: 1rem;
}

[data-is=info] .info2 {
  padding-left: 20px;
  width: 58%;
}

[data-is=info] .detail {
  position: relative;
  padding: 50px 30px 30px;
  height: 100%;
  background: url('../img/background-tour01.png') right bottom no-repeat;
}

[data-is=info] .detail >h4 {
  position: absolute;
  width: 265px;
  height: 54px;
  top: -15px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/title-tour03.png') center no-repeat;
}

[data-is=info] .detail >p {
  width: 100%;
  color: #fff;
  line-height: 2;
  font-size: .8125rem;
}

[data-is=application] {
  margin-top: 50px;
}

[data-is=application] >p {
  margin: 0 auto;
  display: block;
  width: 400px;
  height: 52px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background: url('../img/balloon-pr.png') center no-repeat;
}

[data-is=application] >a {
  margin: 30px auto 0;
  display: block;
  position: relative;
  width: 500px;
  height: 70px;
  overflow: hidden;
  font-size: 0;
  text-indent: 200%;
  white-space: nowrap;
  background-color: rgba(220, 51, 51, .7);
  background-image: url('../img/button-experience04.png');
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
  transition: .3s ease-out;
  pointer-events: none;
}

@keyframes spin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes experience {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 760px) {
  [data-is=footer] {
    display: block;
  }

  [data-is=footer-wraper] {
    padding: 20px;
    min-width: inherit;
    background: none;
  }

  [data-is=footer-wraper]:before {
    width: 50px;
    right: 10px;
  }

  [data-is=footer-wraper] .tax {
    right: inherit;
    left: 50%;
    top: 60px;
    transform: translate(-50%, 0);
  }

  [data-is=footer-wraper] .menu {
    position: absolute;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, 0);
  }

  [data-is=footer-wraper] .menu-item {
    font-size: .875rem;
  }

  [data-is=footer-wraper] .division {
    text-align: center;
    font-size: .85rem;
  }

  [data-is=footer-wraper] .info {
    text-align: center;
    font-size: .75rem;
  }

  [data-is=footer-wraper] .copy {
    text-align: center;
    font-size: .75rem;
  }

  [data-is=footer-wraper] .footer-min {
    display: block;
  }

  [data-is=header] {
    padding: 0 10px;
    min-width: inherit;
    height: 55px;
    background-color: inherit;
    box-shadow: none;
  }

  [data-is=header] .musou {
    width: 80px;
    height: 100%;
    background-size: contain;
  }

  [data-is=header] .musou >a, [data-is=header] .musou >span {
    width: 100%;
    height: 100%;
  }

  [data-is=header] .menu-sp {
    display: block;
  }

  [data-is=header] .background {
    display: block;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
  }

  [data-is=nav] {
    padding-bottom: 70px;
    padding-right: 0;
    width: 100%;
    height: auto;
    top: -410px;
    background-color: #fff;
    border: solid 1px #dadada;
    transition: .3s ease-out;
  }

  [data-is=nav].is-open {
    top: 55px;
  }

  [data-is=lower] {
    position: absolute;
    width: 300px;
    width: inherit;
    height: 50px;
    left: 50%;
    bottom: 10px;
    transform: translate(-50%, 0);
  }

  [data-is=lower] .kurashi {
    left: 0;
  }

  [data-is=lower] .archive {
    display: none;
  }

  [data-is=lower] .musou1-sp {
    display: block;
  }

  [data-is=lower] .musou2-sp {
    display: block;
  }

  [data-is=lower] .logo {
    right: inherit;
    left: 260px;
    transition: none;
  }

  [data-is=lower] .logo:hover {
    transform: translate(0, -50%) scale(1);
  }

  [data-is=menu] {
    margin-top: 0;
    width: 100%;
    height: inherit;
    font-size: inherit;
  }

  [data-is=menu] .top, [data-is=menu] .movie, [data-is=menu] .story, [data-is=menu] .introduce, [data-is=menu] .access, [data-is=menu] .kurashi, [data-is=menu] .archive {
    display: block;
    height: inherit;
  }

  [data-is=menu] .top >a, [data-is=menu] .movie >a, [data-is=menu] .story >a, [data-is=menu] .introduce >a, [data-is=menu] .access >a, [data-is=menu] .kurashi >a, [data-is=menu] .archive >a {
    position: relative;
    padding-left: 36px;
    height: 46px;
    line-height: 46px;
    overflow: inherit;
    font-size: inherit;
    text-indent: inherit;
    white-space: inherit;
    font-size: 1.1875rem;
    background: none;
  }

  [data-is=menu] .top, [data-is=menu] .movie, [data-is=menu] .story, [data-is=menu] .introduce, [data-is=menu] .access {
    background: url('../img/arrow-menu01.png') right 24px center no-repeat;
    background-size: auto 20px;
    border-bottom: solid 1px #dadada;
  }

  [data-is=menu] .top:after, [data-is=menu] .movie:after, [data-is=menu] .story:after, [data-is=menu] .introduce:after, [data-is=menu] .access:after {
    display: none;
  }

  [data-is=menu] .top.is-default, [data-is=menu] .movie.is-default, [data-is=menu] .story.is-default, [data-is=menu] .introduce.is-default, [data-is=menu] .access.is-default {
    background: url('../img/dot-menu01.png') 12px center no-repeat;
    background-size: auto 10px;
  }

  [data-is=menu] .top {
    width: 100%;
  }

  [data-is=menu] .top >a {
    width: inherit;
  }

  [data-is=menu] .movie {
    width: 100%;
  }

  [data-is=menu] .movie >a {
    width: inherit;
  }

  [data-is=menu] .story {
    width: 100%;
  }

  [data-is=menu] .story >a {
    width: inherit;
  }

  [data-is=menu] .introduce {
    width: 100%;
  }

  [data-is=menu] .introduce >a {
    width: inherit;
  }

  [data-is=menu] .access {
    width: 100%;
  }

  [data-is=menu] .access >a {
    width: inherit;
  }

  [data-is=overlay1] {
    width: 100%;
    height: 100%;
    min-width: inherit;
    min-height: inherit;
  }

  [data-is=overlay1] .wrap1 {
    position: absolute;
    overflow: auto;
    width: calc(100% - 20px);
    top: 110px;
    bottom: 10px;
  }

  [data-is=overlay1] .close1 {
    display: block;
    position: absolute;
    z-index: 1;
    width: 40px;
    height: 40px;
    left: auto;
    right: 20px;
    top: 60px;
  }

  [data-is=pagenav].is-view {
    bottom: 20px;
  }

  [data-is=pagetop]:hover {
    background-color: rgba(81, 168, 188, .85);
  }

  [data-is=pagetop]:hover .tome {
    animation: none;
  }

  [data-is=pagetop]:hover .top {
    animation: none;
  }

  [data-is=side] {
    display: none;
  }

  [data-is=about] {
    overflow: hidden;
    min-width: inherit;
  }

  [data-is=about] .shin {
    width: calc(100% + 100px);
  }

  [data-is=about] .title {
    position: relative;
    height: 160px;
    background-color: #3aa5d2;
  }

  [data-is=about] .title:before {
    display: none;
  }

  [data-is=about] .title >h2 {
    width: calc(100% - 40px);
    height: 87px;
    left: 50%;
    bottom: 60px;
    background: url('../img/about-tome.png') center no-repeat;
    background-size: contain;
    transform: translate(-50%, 0);
  }

  [data-is=about] .miyagi {
    width: 240px;
    height: 240px;
    top: 190px;
    left: 0;
    background-size: contain;
  }

  [data-is=description] {
    overflow: hidden;
    padding: 190px 20px;
    width: 100%;
  }

  [data-is=description] .text {
    width: 100%;
    padding: 20px;
    height: inheri;
    text-align: left;
    font-size: 1.25rem;
  }

  [data-is=description] .text >br {
    display: none;
  }

  [data-is=description] .text:before {
    display: none;
  }

  [data-is=description] .text:after {
    display: none;
  }

  [data-is=description] .text .nr {
    display: block;
  }

  [data-is=description] .photo1 {
    background-size: cover;
  }

  [data-is=description] .photo2 {
    background-size: cover;
  }

  [data-is=description] .photo3 {
    background-size: cover;
  }

  [data-is=description] .photo4 {
    background-size: cover;
  }

  [data-is=appli] {
    display: block;
    right: 10px;
    top: 10px;
  }

  body {
    overflow-x: hidden;
  }

  [data-is=header] {
    top: -55px;
    transition: .3s ease-out;
  }

  [data-is=header].is-view {
    top: 0;
  }

  [data-is=hero] {
    width: 100%;
    height: 100%;
    min-height: inherit;
    max-height: inherit;
    background: #000;
  }

  [data-is=hero] >video {
    display: none;
  }

  [data-is=hero] .opening {
    display: none;
  }

  [data-is=hero] .mobile {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../img/background-gradient00.png') center no-repeat;
  }

  [data-is=hero] .radial {
    display: block;
  }

  [data-is=hero] .radial >span {
    animation: spin 100s linear infinite;
  }

  [data-is=hero] .diagonal {
    display: block;
    right: 120px;
    background-color: rgba(255, 255, 255, .4);
  }

  [data-is=cover] .hero {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url('../img/image-hero.png') left -5px top 53px no-repeat;
    background-size: 50% auto;
    opacity: 0;
  }

  [data-is=cover] .athlete {
    width: 120px;
    height: 120px;
    left: calc(50% + 50px);
    top: calc(50% + 70px);
    background: url('../img/image-athlete.png') no-repeat;
    opacity: 0;
  }

  [data-is=cover] .tome {
    left: calc(50% - 165px);
    top: calc(50% + 35px);
    opacity: 0;
  }

  [data-is=cover] .play {
    width: 160px;
    height: 160px;
    top: calc(50% - 80px);
    left: calc(50% - 80px);
    background-size: contain;
    opacity: 0;
  }

  [data-is=cover] .copy {
    width: 180px;
    height: 60px;
    left: calc(50% + 70px);
    top: calc(50% - 150px);
    opacity: 0;
    background-size: contain;
  }

  [data-is=cover] .go {
    width: 360px;
    height: 78px;
    background-size: contain;
    opacity: 0;
  }

  [data-is=cover] .go:after {
    background-size: 290px auto;
  }

  [data-is=cover] .go:before {
    background-size: contain;
    opacity: 1;
  }

  [data-is=cover] .view {
    display: none;
  }

  [data-is=cover] .sound {
    display: none;
  }

  [data-is=message] {
    margin: 40px auto 0;
    padding: 0 20px 0;
    overflow: hidden;
    width: 100%;
  }

  [data-is=message] .line {
    width: 50px;
    background-color: rgba(81, 168, 188, .3);
  }

  [data-is=message] .title {
    position: relative;
    width: 100%;
    height: 90px;
    top: inherit;
    right: inherit;
    transform: none;
  }

  [data-is=message] .title:before {
    width: 200%;
    height: 90px;
    right: -10px;
  }

  [data-is=message] .title >h2 {
    width: 100%;
    height: 45px;
    right: inherit;
    left: 50%;
    background-size: contain;
    transform: translate(-50%, -50%);
  }

  [data-is=message] .mayor {
    position: relative;
    margin-top: 20px;
    width: 100%;
    height: inherit;
    top: inherit;
    left: inherit;
    background-size: contain;
  }

  [data-is=message] .mayor:before {
    display: block;
    content: '';
    padding-top: 167%;
  }

  [data-is=message] .logo {
    position: relative;
    margin: 30px auto 0;
    width: 300px;
    height: 300px;
    top: inherit;
    left: inherit;
    background-size: contain;
  }

  [data-is=message] .message {
    padding: 0 20px 20px;
    line-height: 1.8;
    font-size: 1rem;
  }

  [data-is=message] .message >p {
    padding-top: 20px;
  }

  [data-is=overlay2] {
    min-width: inherit;
    min-height: inherit;
  }

  [data-is=overlay2] .wrap2 {
    width: 320px;
    height: 240px;
  }

  [data-is=overlay2] .close2 {
    left: calc(50% + 120px);
    top: calc(50% - 130px);
  }

  [data-is=overlay2] .close2:hover {
    animation: none;
  }

  [data-is=report] {
    padding: 60px 20px 200px;
    min-height: inherit;
  }

  [data-is=report] .radial >span {
    animation: spin 100s linear infinite;
  }

  [data-is=report] .photo {
    width: 100%;
    height: inherit;
    background-size: 100% auto;
  }

  [data-is=report] .photo:before {
    display: block;
    content: '';
    padding-top: 17%;
  }

  [data-is=report] .title {
    width: 100%;
    height: inherit;
    border: solid 4px #524784;
  }

  [data-is=report] .title:before {
    display: block;
    content: '';
    padding-top: 25%;
  }

  [data-is=report] .title:after {
    width: 96%;
    height: 100%;
    left: 50%;
    background-size: contain;
  }

  [data-is=report] .experience {
    width: 110px;
    height: 110px;
    top: 180px;
    left: inherit;
    right: 20px;
  }

  [data-is=report] .experience:before {
    width: 100%;
    height: 100%;
    background-size: contain;
    transform-origin: 55px 55px;
  }

  [data-is=report] .experience:after {
    width: 100%;
    height: 100%;
    background-size: 90px auto;
  }

  [data-is=reportsub] {
    margin: 80px auto 0;
    width: 100%;
    text-align: left;
    font-size: 1.25rem;
  }

  [data-is=reportsub] .br-sp {
    display: inline;
  }

  [data-is=reportsub] .sp-none {
    display: none;
  }

  [data-is=distance] {
    padding: 20px;
    width: 100%;
    text-align: left;
    font-size: .75rem;
  }

  [data-is=distance] .schedule {
    font-size: .875rem;
  }

  [data-is=distance] .br-sp {
    display: inline;
  }

  [data-is=distance] .sp-none {
    display: none;
  }

  [data-is=voice] {
    width: 100%;
  }

  [data-is=voice] .voicenav1, [data-is=voice] .voicenav2, [data-is=voice] .voicenav3, [data-is=voice] .voicenav4, [data-is=voice] .voicenav5 {
    border: solid 1px #fff100;
  }

  [data-is=voice] .voicenav1 >a, [data-is=voice] .voicenav2 >a, [data-is=voice] .voicenav3 >a, [data-is=voice] .voicenav4 >a, [data-is=voice] .voicenav5 >a {
    height: 60px;
  }

  [data-is=voice] .voicenav1 >a:hover, [data-is=voice] .voicenav2 >a:hover, [data-is=voice] .voicenav3 >a:hover, [data-is=voice] .voicenav4 >a:hover, [data-is=voice] .voicenav5 >a:hover {
    opacity: 1;
  }

  [data-is=side] {
    display: none;
  }

  [data-is=sns] {
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 20px;
    width: 100%;
  }

  [data-is=sns] .line {
    position: absolute;
    z-index: 0;
    width: 50px;
    height: 2000px;
    right: inherit;
    left: 0;
    top: 0;
    background-color: #efefef;
    transform-origin: left top;
    transform: skewX(20deg);
  }

  [data-is=sns] .line:after {
    left: -50%;
    top: 0;
  }

  [data-is=sns] .sns {
    display: block;
    margin: 0 auto;
    padding-bottom: 60px;
    width: inherit;
    height: inherit;
  }

  [data-is=sns] .sns >div {
    display: block;
    padding: 0;
    height: 340px;
  }

  [data-is=sns] .instagram {
    margin-top: 30px;
  }

  [data-is=sns] .twitter {
    margin-top: 30px;
  }

  [data-is=tour] {
    padding: 80px 20px 200px;
    min-height: inherit;
  }

  [data-is=tour] .radial >span {
    animation: spin 100s linear infinite;
  }

  [data-is=tour] .photo {
    width: 100%;
    height: inherit;
    background-size: 100% auto;
  }

  [data-is=tour] .photo:before {
    display: block;
    content: '';
    padding-top: 17%;
  }

  [data-is=tour] .title {
    width: 100%;
    height: inherit;
    border: solid 4px #524784;
  }

  [data-is=tour] .title:before {
    display: block;
    content: '';
    padding-top: 25%;
  }

  [data-is=tour] .title:after {
    width: 96%;
    height: 100%;
    background-size: contain;
  }

  [data-is=tour] .subtitle {
    margin: 40px auto;
    width: 100%;
    height: inherit;
    background: url('../img/title-tour02-sp.png') center no-repeat;
    background-size: contain;
  }

  [data-is=tour] .subtitle:before {
    display: block;
    content: '';
    padding-top: 88%;
  }

  [data-is=tour] .experience {
    width: 110px;
    height: 110px;
    top: 210px;
    left: inherit;
    right: 20px;
  }

  [data-is=tour] .experience:before {
    width: 100%;
    height: 100%;
    background-size: contain;
    transform-origin: 55px 55px;
  }

  [data-is=tour] .experience:after {
    width: 100%;
    height: 100%;
    background-size: 90px auto;
  }

  [data-is=info] {
    display: block;
    margin: 0 auto;
    width: 100%;
  }

  [data-is=info] >div {
    display: block;
  }

  [data-is=info] .info1 {
    width: 100%;
  }

  [data-is=info] .info2 {
    overflow: scroll;
    padding-left: 0;
    width: 100%;
  }

  [data-is=info] .detail {
    margin-top: 20px;
    padding: 0 30px 30px;
    height: inherit;
    background-size: cover;
  }

  [data-is=info] .detail >h4 {
    position: relative;
    top: 0;
  }

  [data-is=info] .detail >p >span {
    display: none;
  }

  [data-is=application] {
    width: 100%;
  }

  [data-is=application] >p {
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 42px;
    background-size: contain;
  }

  [data-is=application] >a {
    margin: 20px auto 0;
    display: block;
    position: relative;
    width: 100%;
    height: 50px;
    background-size: 66% auto;
    transition: none;
  }
}
