@charset "UTF-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: "Hiragino Kaku Gothic Pro","Yu Gothic","Meiryo",sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  /*outline: thin dotted;*/
}

a:hover, a:active {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  vertical-align: middle;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  height: 100%;
  background-color: black;
}

body {
  font-family: 'Noto Sans Jp', sans-serif;
}

html, body {
  width: 100%;
}

main {
  width: 100%;
  display: block;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: top;
}

p {
  margin: 0;
  padding: 0;
}

ul, li {
  margin: 0;
  padding: 0;
}

/*
clear fix
*/
/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/*
hide text
*/
.hText {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.anim-delay-01 {
  transition-delay: .1s !important;
}

.anim-delay-02 {
  transition-delay: .2s !important;
}

.anim-delay-03 {
  transition-delay: .3s !important;
}

.anim-delay-04 {
  transition-delay: .4s !important;
}

.anim-delay-05 {
  transition-delay: .5s !important;
}

.anim-delay-06 {
  transition-delay: .6s !important;
}

.anim-delay-07 {
  transition-delay: .7s !important;
}

.anim-delay-08 {
  transition-delay: .8s !important;
}

.anim-delay-09 {
  transition-delay: .9s !important;
}

.anim-delay-10 {
  transition-delay: 1.0s !important;
}

/* fade up */
.anim-fade-up {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.anim-fade-up.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/*
modal img
*/
#modalLayerBg {
  margin: 0;
  padding: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10000;
}

#modalLayerBg .img-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-overflow-scrolling: touch;
}

#modalLayerBg .img-box img {
  width: 100%;
}

#modalLayerBg .modal-close {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  z-index: 200;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-image: url(../images/common/close.svg);
  background-size: cover;
}

@media only screen and (max-width: 1000px) {
  #modalLayerBg .modal-close {
    width: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  #modalLayerBg .modal-close {
    height: 50px;
  }
}

/*
youtube
*/
#ytLayerBg {
  margin: 0;
  padding: 0;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 100;
}

#ytVideoBg {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 890px;
  height: 526px;
  margin-left: -445px;
  margin-top: -263px;
  z-index: 105;
}

#ytVideoClose {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: 388px;
  margin-top: -260px;
  z-index: 200;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-image: url(../images/common/close.svg);
  background-size: cover;
}

@media only screen and (max-width: 1000px) {
  #ytVideoClose {
    width: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  #ytVideoClose {
    height: 50px;
  }
}

#ytVideo {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 446px;
  margin-top: -223px;
  margin-left: -400px;
  z-index: 110;
  background-color: #000;
}

#ytVideo iframe {
  margin: 0;
  padding: 0;
  width: 800px;
  height: 446px;
  border: none;
}

/*
modal-pages
*/
.modal-pages {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  padding: 10% 0;
}

@media only screen and (max-width: 1000px) {
  .modal-pages {
    padding: 10% 0;
  }
}

.modal-pages .inner {
  width: 1024px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner {
    width: 94.6vw;
  }
}

.modal-pages .inner .close {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 200;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-image: url(../images/common/close.svg);
  background-size: cover;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .close {
    width: 50px;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .close {
    height: 50px;
  }
}

.modal-pages .inner .page {
  opacity: 0;
}

.modal-pages .inner .page .battle-page {
  padding-top: 0;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page {
    padding-top: 30px;
  }
}

.modal-pages .inner .page .battle-page h2 {
  width: 274px;
  margin-left: 42px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page h2 {
    width: 274px;
    width: 36.53333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page h2 {
    margin-left: 42px;
    margin-left: 5.6vw;
  }
}

.modal-pages .inner .page .battle-page h2 img {
  width: 100%;
}

.modal-pages .inner .page .adventure-page {
  padding-top: 0;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .adventure-page {
    padding-top: 30px;
  }
}

.modal-pages .inner .page .adventure-page h2 {
  width: 452px;
  margin-left: 42px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .adventure-page h2 {
    width: 452px;
    width: 60.26667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .adventure-page h2 {
    margin-left: 42px;
    margin-left: 5.6vw;
  }
}

.modal-pages .inner .page .adventure-page h2 img {
  width: 100%;
}

.modal-pages .inner .page .battle-page-01 p.p-01 {
  margin: -7px 0 0 32px ;
  width: 600px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page-01 p.p-01 {
    margin: -0.93333vw 0 0 4.26667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page-01 p.p-01 {
    width: 600px;
    width: 80vw;
  }
}

.modal-pages .inner .page .battle-page-01 p.p-01 img {
  width: 100%;
}

.modal-pages .inner .page .battle-page-02 p.p-01 {
  margin: -7px 0 0 32px ;
  width: 600px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page-02 p.p-01 {
    margin: -0.93333vw 0 0 4.26667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page-02 p.p-01 {
    width: 600px;
    width: 80vw;
  }
}

.modal-pages .inner .page .battle-page-02 p.p-01 img {
  width: 100%;
}

.modal-pages .inner .page .battle-page-03 p.p-01 {
  margin: -7px 0 0 32px ;
  width: 600px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page-03 p.p-01 {
    margin: -0.93333vw 0 0 4.26667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page-03 p.p-01 {
    width: 600px;
    width: 80vw;
  }
}

.modal-pages .inner .page .battle-page-03 p.p-01 img {
  width: 100%;
}

.modal-pages .inner .page .battle-page-03 .black-box {
  margin: -70px 0 0 ;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page-03 .black-box {
    margin: -9.33333vw 0 0 ;
  }
}

.modal-pages .inner .page .battle-page-04 p.p-01 {
  margin: -7px 0 0 32px ;
  width: 580px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page-04 p.p-01 {
    margin: -0.93333vw 0 0 4.26667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page-04 p.p-01 {
    width: 580px;
    width: 77.33333vw;
  }
}

.modal-pages .inner .page .battle-page-04 p.p-01 img {
  width: 100%;
}

.modal-pages .inner .page .battle-page-04 .black-box {
  margin: -70px 0 0 ;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page-04 .black-box {
    margin: -9.33333vw 0 0 ;
  }
}

.modal-pages .inner .page .battle-page-05 p.p-01 {
  margin: -7px 0 0 32px ;
  width: 672px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page-05 p.p-01 {
    margin: -0.93333vw 0 0 4.26667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page-05 p.p-01 {
    width: 672px;
    width: 89.6vw;
  }
}

.modal-pages .inner .page .battle-page-05 p.p-01 img {
  width: 100%;
}

.modal-pages .inner .page .battle-page-05 .black-box {
  margin: -70px 0 0 ;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .battle-page-05 .black-box {
    margin: -9.33333vw 0 0 ;
  }
}

.modal-pages .inner .page .adventure-page-01 p.p-01 {
  margin: -7px 0 0 32px ;
  width: 283px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .adventure-page-01 p.p-01 {
    margin: -0.93333vw 0 0 4.26667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .adventure-page-01 p.p-01 {
    width: 283px;
    width: 37.73333vw;
  }
}

.modal-pages .inner .page .adventure-page-01 p.p-01 img {
  width: 100%;
}

.modal-pages .inner .page .adventure-page-02 p.p-01 {
  margin: -7px 0 0 32px ;
  width: 283px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .adventure-page-02 p.p-01 {
    margin: -0.93333vw 0 0 4.26667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .adventure-page-02 p.p-01 {
    width: 283px;
    width: 37.73333vw;
  }
}

.modal-pages .inner .page .adventure-page-02 p.p-01 img {
  width: 100%;
}

.modal-pages .inner .page .adventure-page-03 p.p-01 {
  margin: -7px 0 0 32px ;
  width: 283px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .adventure-page-03 p.p-01 {
    margin: -0.93333vw 0 0 4.26667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .adventure-page-03 p.p-01 {
    width: 283px;
    width: 37.73333vw;
  }
}

.modal-pages .inner .page .adventure-page-03 p.p-01 img {
  width: 100%;
}

.modal-pages .inner .page .black-box {
  margin: -20px 0 0 ;
  width: 100%;
  background-color: black;
  padding: 46px 0 32px ;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .black-box {
    margin: -2.66667vw 0 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .black-box {
    padding: 6.13333vw 0 4.26667vw ;
  }
}

.modal-pages .inner .page .black-box .black-box-inner {
  padding: 0 32px ;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .black-box .black-box-inner {
    padding: 0 2.66667vw ;
  }
}

.modal-pages .inner .page .ss-inline-box {
  font-size: 0;
  text-align: center;
  width: 1000px;
  margin: 0 auto;
  margin-top: -20px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-inline-box {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-inline-box {
    margin-top: 0px;
    margin-top: 0vw;
  }
}

.modal-pages .inner .page .ss-inline-box .ss-box {
  display: inline-block;
  width: 460px;
  margin: 40px 20px 0 ;
  padding: 0px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-inline-box .ss-box {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-inline-box .ss-box {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-inline-box .ss-box {
    margin: 0 0 3.33333vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-inline-box .ss-box {
    padding: 0 2.66667vw ;
  }
}

.modal-pages .inner .page .ss-flex-box {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-flex-box {
    margin-top: 0px;
    margin-top: 0vw;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-flex-box {
    display: block;
  }
}

.modal-pages .inner .page .ss-flex-box.mg {
  margin-top: 10px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-flex-box.mg {
    margin-top: 10px;
    margin-top: 1.33333vw;
  }
}

.modal-pages .inner .page .ss-flex-box .ss-box {
  margin-top: 0px;
  width: 460px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-flex-box .ss-box {
    margin-top: 40px;
    margin-top: 5.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-flex-box .ss-box {
    width: 100%;
  }
}

.modal-pages .inner .page .ss-flex-box .ss-box p.p-02 {
  margin-top: 15px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-flex-box .ss-box p.p-02 {
    margin-top: 15px;
    margin-top: 2vw;
  }
}

.modal-pages .inner .page .ss-box p.p-02 {
  margin: 32px 0 0 ;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-box p.p-02 {
    margin: 2vw 0 0 ;
  }
}

.modal-pages .inner .page .ss-box p.name {
  margin-top: 18px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-box p.name {
    margin-top: 18px;
    margin-top: 2.4vw;
  }
}

.modal-pages .inner .page .ss-box p.name img {
  width: 100%;
}

.modal-pages .inner .page .ss-box.kasuga p.name {
  width: 133px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-box.kasuga p.name {
    width: 164px;
    width: 21.86667vw;
  }
}

.modal-pages .inner .page .ss-box.adachi p.name {
  width: 134px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-box.adachi p.name {
    width: 165px;
    width: 22vw;
  }
}

.modal-pages .inner .page .ss-box.namba p.name {
  width: 96px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-box.namba p.name {
    width: 119px;
    width: 15.86667vw;
  }
}

.modal-pages .inner .page .ss-box.mukouda p.name {
  width: 167px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-box.mukouda p.name {
    width: 207px;
    width: 27.6vw;
  }
}

.modal-pages .inner .page .ss-box.god p.name {
  width: 430px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-box.god p.name {
    width: 540px;
    width: 72vw;
  }
}

.modal-pages .inner .page .ss-box.another p.name {
  width: 360px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-box.another p.name {
    width: 445px;
    width: 59.33333vw;
  }
}

.modal-pages .inner .page .ss-box.soten p.name {
  width: 348px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-box.soten p.name {
    width: 429px;
    width: 57.2vw;
  }
}

.modal-pages .inner .page .ss-box.moju p.name {
  width: 418px;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss-box.moju p.name {
    width: 515px;
    width: 68.66667vw;
  }
}

.modal-pages .inner .page .ss {
  width: 100%;
  border: 2px solid #e50b18;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page .ss {
    border: 2px solid #e50b18;
  }
}

.modal-pages .inner .page .ss img {
  width: 100%;
}

.modal-pages .inner .page p.p-02 {
  margin: 32px 0 0 ;
  font-size: 20px;
  color: white;
  line-height: 1.5em;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page p.p-02 {
    margin: 4.26667vw 0 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page p.p-02 {
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

.modal-pages .inner .page p.p-02.mg {
  margin: 45px 0 0 ;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page p.p-02.mg {
    margin: 6vw 0 0 ;
  }
}

.modal-pages .inner .page p.copyright {
  color: white;
  font-size: 14px;
  margin: 5px 0 0 ;
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page p.copyright {
    font-size: 14px;
    font-size: 1.86667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .modal-pages .inner .page p.copyright {
    margin: 0.66667vw 0 0 ;
  }
}

.follow-box {
  width: 50px;
  background-color: #78081b;
  position: fixed;
  right: 0;
  bottom: 10%;
}

@media only screen and (max-width: 1000px) {
  .follow-box {
    width: 50px;
    width: 6.66667vw;
  }
}

.follow-box a {
  display: block;
  width: 100%;
  height: 100%;
}

.follow-box .fb {
  height: 60px;
  color: white;
  font-size: 28px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .follow-box .fb {
    height: 60px;
    height: 8vw;
  }
}

@media only screen and (max-width: 1000px) {
  .follow-box .fb {
    font-size: 28px;
    font-size: 3.73333vw;
  }
}

.follow-box .fb span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .2s;
}

.follow-box .fb:hover span {
  opacity: 0.5;
}

.follow-box .tw {
  height: 60px;
  color: white;
  font-size: 28px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .follow-box .tw {
    height: 60px;
    height: 8vw;
  }
}

@media only screen and (max-width: 1000px) {
  .follow-box .tw {
    font-size: 28px;
    font-size: 3.73333vw;
  }
}

.follow-box .tw span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  transition: .2s;
}

.follow-box .tw:hover span {
  opacity: 0.5;
}

.follow-box .to-top {
  height: 70px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .follow-box .to-top {
    height: 70px;
    height: 9.33333vw;
  }
}

.follow-box .to-top:before {
  content: "";
  width: 60%;
  height: 1px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.follow-box .to-top img {
  width: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .2s;
}

@media only screen and (max-width: 1000px) {
  .follow-box .to-top img {
    width: 26px;
    width: 3.46667vw;
  }
}

.follow-box .to-top:hover img {
  opacity: 0.5;
}

@font-face {
  font-family: 'icon';
  src: url("../fonts/icon.eot?t7xngt");
  src: url("../fonts/icon.eot?t7xngt#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?t7xngt") format("truetype"), url("../fonts/icon.woff?t7xngt") format("woff"), url("../fonts/icon.svg?t7xngt#icon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

.top {
  width: 100%;
  padding-top: 60px;
  background-color: #6c0000;
  background-repeat: no-repeat;
  background-image: url(../images/top/kv.jpg?v2);
  background-size: auto 94%;
  background-position: calc(50% - 10px) 60px;
  padding-bottom: 20px;
  /*
  animation
  */
}

@media only screen and (max-width: 1000px) {
  .top {
    padding-top: 100px;
    padding-top: 13.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .top {
    background-color: black;
  }
}

@media only screen and (max-width: 1000px) {
  .top {
    background-image: url(../images/top/kv_sp.jpg?v2);
  }
}

@media only screen and (max-width: 1000px) {
  .top {
    background-size: 100% auto;
  }
}

@media only screen and (max-width: 1000px) {
  .top {
    background-position: center 7%;
  }
}

@media only screen and (max-width: 1000px) {
  .top {
    padding-bottom: 10px;
    padding-bottom: 1.33333vw;
  }
}

.top .inner {
  margin: 0 auto;
  width: 1024px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .top .inner {
    width: 100%;
  }
}

.top .ps4 {
  width: 180px;
  position: absolute;
  top: 15px;
  left: 0px;
}

@media only screen and (max-width: 1000px) {
  .top .ps4 {
    width: 180px;
    width: 24vw;
  }
}

@media only screen and (max-width: 1000px) {
  .top .ps4 {
    top: 15px;
    top: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .top .ps4 {
    left: 15px;
    left: 2vw;
  }
}

.top .ps4 img {
  width: 100%;
}

.top .box-1 {
  width: 431px;
  padding-top: 0;
}

@media only screen and (max-width: 1000px) {
  .top .box-1 {
    width: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .top .box-1 {
    padding-top: 105vw;
  }
}

.top p.c-copy {
  position: absolute;
  top: 15px;
  right: 0;
  width: 50px;
}

@media only screen and (max-width: 1000px) {
  .top p.c-copy {
    top: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .top p.c-copy {
    right: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .top p.c-copy {
    width: 50px;
    width: 6.66667vw;
  }
}

.top p.c-copy img {
  width: 100%;
}

.top h1 {
  margin: 0;
  padding-top: 26px;
  width: 431px;
}

@media only screen and (max-width: 1000px) {
  .top h1 {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1000px) {
  .top h1 {
    padding-top: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .top h1 {
    width: 656px;
    width: 87.46667vw;
  }
}

.top h1 img {
  width: 100%;
}

.top p.on-sale {
  margin: 24px auto 0 ;
  width: 173px;
}

@media only screen and (max-width: 1000px) {
  .top p.on-sale {
    margin: 4.4vw auto 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .top p.on-sale {
    width: 288px;
    width: 38.4vw;
  }
}

.top p.on-sale img {
  width: 100%;
}

.top .mov {
  cursor: pointer;
  display: block;
  margin: 20px auto 0 ;
  width: 338px;
  height: 168px;
  position: relative;
  padding: 1px;
  background: linear-gradient(#feeb94, #cea037, #ffdc77);
  box-shadow: 4px 4px;
}

@media only screen and (max-width: 1000px) {
  .top .mov {
    margin: 4vw auto 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .top .mov {
    width: 603px;
    width: 80.4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .top .mov {
    height: 339px;
    height: 45.2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .top .mov {
    box-shadow: none;
  }
}

.top .mov:hover .mov-inner .play {
  opacity: 0.5;
  transform: translate(-50%, -50%) scale(1.1);
}

.top .mov:nth-of-type(1) .mov-inner {
  background-image: url(../images/top/mov_thum_lt.jpg);
}

.top .mov:nth-of-type(2) {
  margin: 10px auto 0 ;
}

@media only screen and (max-width: 1000px) {
  .top .mov:nth-of-type(2) {
    margin: 4vw auto 0 ;
  }
}

.top .mov:nth-of-type(2) .mov-inner {
  background-image: url(../images/top/mov_thum_gt.jpg?v2);
}

.top .mov .mov-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 0;
}

.top .mov .mov-inner p {
  height: 28px;
}

@media only screen and (max-width: 1000px) {
  .top .mov .mov-inner p {
    height: 56px;
    height: 7.46667vw;
  }
}

.top .mov .mov-inner p img {
  width: auto;
  height: 100%;
}

.top .mov .mov-inner .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  transition: .2s;
}

@media only screen and (max-width: 1000px) {
  .top .mov .mov-inner .play {
    width: 90px;
    width: 12vw;
  }
}

.top .mov .mov-inner .play img {
  width: 100%;
}

.top .mov .mov-inner.new:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  top: -15px;
  left: -18px;
  width: 44px;
  height: 38px;
  background-image: url(../images/common/icon_new.png);
}

@media only screen and (max-width: 1000px) {
  .top .mov .mov-inner.new:before {
    top: -31px;
    top: -4.13333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .top .mov .mov-inner.new:before {
    left: -35px;
    left: -4.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .top .mov .mov-inner.new:before {
    width: 85px;
    width: 11.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .top .mov .mov-inner.new:before {
    height: 72px;
    height: 9.6vw;
  }
}

.top .cero-award {
  /*@include TRX(display,block,flex);
    justify-content: space-between;*/
  width: 431px;
  margin: 0;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .top .cero-award {
    width: 645px;
    width: 86vw;
  }
}

@media only screen and (max-width: 1000px) {
  .top .cero-award {
    margin: 0 auto;
  }
}

.top .cero-award .top-cast p {
  margin: 20px 0 0 0 ;
  width: 446px;
}

@media only screen and (max-width: 1000px) {
  .top .cero-award .top-cast p {
    margin: 3.33333vw 2.8vw 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .top .cero-award .top-cast p {
    width: 465px;
    width: 62vw;
  }
}

.top .cero-award .top-cast p img {
  width: 100%;
}

.top .cero-award .award {
  position: absolute;
  top: auto;
  bottom: 6px;
  right: auto;
  left: 452px;
}

@media only screen and (max-width: 1000px) {
  .top .cero-award .award {
    top: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .top .cero-award .award {
    bottom: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .top .cero-award .award {
    right: 5.3vw;
  }
}

@media only screen and (max-width: 1000px) {
  .top .cero-award .award {
    left: auto;
  }
}

.top .cero-award .award img {
  width: 112px;
}

@media only screen and (max-width: 1000px) {
  .top .cero-award .award img {
    width: 112px;
    width: 14.93333vw;
  }
}

.top .cero-award .banner {
  position: absolute;
  bottom: 22px;
  left: 590px;
  width: 320px;
  margin-top: 0px;
}

@media only screen and (max-width: 1000px) {
  .top .cero-award .banner {
    position: relative;
  }
}

@media only screen and (max-width: 1000px) {
  .top .cero-award .banner {
    bottom: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .top .cero-award .banner {
    left: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .top .cero-award .banner {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .top .cero-award .banner {
    margin-top: 35px;
    margin-top: 4.66667vw;
  }
}

.top .cero-award .banner img {
  width: 100%;
  opacity: 1;
  transition: opacity 0.35s ease;
}

.top .cero-award .banner:hover img {
  opacity: 0.7;
}

.top .cero-award .trial {
  bottom: 120px;
}

@media only screen and (max-width: 1000px) {
  .top .cero-award .trial {
    bottom: auto;
  }
}

.top h1 {
  transition: .2s;
  opacity: 0;
  transform: scale(0.8);
  transition: all 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

.top.show h1 {
  opacity: 1;
  transform: scale(1);
}

.top p.on-sale {
  transition: .4s;
  opacity: 0;
  transition-delay: 0.2s;
}

.top.show p.on-sale {
  opacity: 1;
}

.top .mov {
  transition: .4s;
  opacity: 0;
  transition-delay: 0.4s;
}

.top.show .mov {
  opacity: 1;
}

.top p.c-copy {
  transition: .4s;
  opacity: 0;
  transition: all 700ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.4s;
  transform: translateX(25px);
}

.top.show p.c-copy {
  opacity: 1;
  transform: translateX(0);
}

.top .top-cast {
  transition: .4s;
  opacity: 0;
  transition-delay: 0.6s;
}

.top.show .top-cast {
  opacity: 1;
}

.top .award,
.top .banner {
  transition: .4s;
  opacity: 0;
  transition-delay: 0.6s;
}

.top.show .award,
.top.show .banner {
  opacity: 1;
}

.more-btn {
  cursor: pointer;
  display: block;
  width: 400px;
  height: 60px;
  margin: 50px auto 30px ;
  position: relative;
  background-color: black;
}

@media only screen and (max-width: 1000px) {
  .more-btn {
    width: 400px;
    width: 53.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .more-btn {
    height: 70px;
    height: 9.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .more-btn {
    margin: 6.66667vw auto 4vw ;
  }
}

.more-btn:hover .more-btn-inner .red-line-frame p {
  opacity: 0.65;
}

.more-btn:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  background-color: #fddc71;
}

@media only screen and (max-width: 1000px) {
  .more-btn:before {
    top: 3px;
    top: 0.4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .more-btn:before {
    left: 3px;
    left: 0.4vw;
  }
}

.more-btn .more-btn-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: black;
  padding: 3px;
}

@media only screen and (max-width: 1000px) {
  .more-btn .more-btn-inner {
    padding: 3px;
    padding: 0.4vw;
  }
}

.more-btn .more-btn-inner .red-line-frame {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #ff0d1b;
  position: relative;
}

.more-btn .more-btn-inner .red-line-frame p {
  color: #ff0d1b;
  font-weight: 700;
  font-size: 23px;
  top: 50%;
  text-align: center;
  transition: .2s;
}

@media only screen and (max-width: 1000px) {
  .more-btn .more-btn-inner .red-line-frame p {
    font-size: 25px;
    font-size: 3.33333vw;
  }
}

.more-btn .more-btn-inner .red-line-frame .sankaku {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 52px 52px ;
  border-color: transparent transparent #ff070f transparent;
}

@media only screen and (max-width: 1000px) {
  .more-btn .more-btn-inner .red-line-frame .sankaku {
    border-width: 0 0 6.93333vw 6.93333vw ;
  }
}

.more-btn .more-btn-inner .red-line-frame .sankaku:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/common/arrow.svg);
  background-size: cover;
  position: absolute;
  bottom: -45px;
  right: 6px;
}

@media only screen and (max-width: 1000px) {
  .more-btn .more-btn-inner .red-line-frame .sankaku:after {
    width: 15px;
    width: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .more-btn .more-btn-inner .red-line-frame .sankaku:after {
    height: 15px;
    height: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .more-btn .more-btn-inner .red-line-frame .sankaku:after {
    bottom: -45px;
    bottom: -6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .more-btn .more-btn-inner .red-line-frame .sankaku:after {
    right: 6px;
    right: 0.8vw;
  }
}

.news-tokuten {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  .news-tokuten {
    display: block;
  }
}

.news {
  margin-top: 0;
  width: 50%;
  padding: 20px 35px 20px 0;
}

@media only screen and (max-width: 1000px) {
  .news {
    margin-top: 7px;
  }
}

@media only screen and (max-width: 1000px) {
  .news {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .news {
    padding: 10px 0 0 0;
  }
}

.news .inner {
  margin: 0 0 0 auto;
  width: 500px;
}

@media only screen and (max-width: 1000px) {
  .news .inner {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1000px) {
  .news .inner {
    width: 94.6vw;
  }
}

.news .inner h2 {
  width: 152px;
  line-height: 0;
}

@media only screen and (max-width: 1000px) {
  .news .inner h2 {
    width: 152px;
    width: 20.26667vw;
  }
}

.news .inner h2 img {
  width: 100%;
}

.news .inner dl {
  margin: 20px 0 0 ;
}

@media only screen and (max-width: 1000px) {
  .news .inner dl {
    margin: 2.66667vw 0 0 ;
  }
}

.news .inner dl .dl-box {
  display: flex;
  align-items: flex-start;
  border-top: 1px solid #63040e;
  padding: 10px 0;
}

.news .inner dl .dl-box:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 1000px) {
  .news .inner dl .dl-box:last-child {
    border-bottom: 1px solid #63040e;
  }
}

.news .inner dl .dl-box a {
  text-decoration: underline;
  transition: .2s;
}

.news .inner dl .dl-box a:hover {
  opacity: 0.75;
}

.news .inner dl dt {
  font-size: 18px;
  line-height: 1.5em;
  color: #ff0000;
  margin-right: 13px;
}

@media only screen and (max-width: 1000px) {
  .news .inner dl dt {
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

.news .inner dl dd {
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
  color: white;
}

@media only screen and (max-width: 1000px) {
  .news .inner dl dd {
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

.tokuten {
  width: 50%;
  margin-top: 0px;
  padding: 13px 0 15px 17px ;
  background-image: url(../images/tokuten/tokuten_bg.png);
  background-size: cover;
}

@media only screen and (max-width: 1000px) {
  .tokuten {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .tokuten {
    margin-top: 20px;
    margin-top: 2.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .tokuten {
    padding: 2.66667vw 0 2.93333vw ;
  }
}

.tokuten .inner {
  margin: 0;
  width: auto;
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner {
    width: 95.5%;
  }
}

.tokuten .inner h2 {
  width: 150px;
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner h2 {
    width: 191px;
    width: 25.46667vw;
  }
}

.tokuten .inner h2 img {
  width: 100%;
}

.tokuten .inner .tokuten-item {
  margin-top: 25px;
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner .tokuten-item {
    margin-top: 25px;
    margin-top: 3.33333vw;
  }
}

.tokuten .inner .tokuten-item img {
  width: 100%;
}

.tokuten .inner .tokuten-01 {
  width: 491px;
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner .tokuten-01 {
    width: 705px;
    width: 94vw;
  }
}

.tokuten .inner .tokuten-02 {
  width: 409px;
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner .tokuten-02 {
    width: 588px;
    width: 78.4vw;
  }
}

.tokuten .inner .tokuten-03 {
  width: 491px;
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner .tokuten-03 {
    width: 705px;
    width: 94vw;
  }
}

.tokuten .inner .tokuten-03a {
  width: 480px;
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner .tokuten-03a {
    width: 701px;
    width: 93.46667vw;
  }
}

.tokuten .inner dl {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
  margin: 16px 0 0 ;
  padding-left: 3px;
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner dl {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner dl {
    margin: 3.33333vw 0 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner dl {
    padding-left: 0px;
    padding-left: 0vw;
  }
}

.tokuten .inner dl dt {
  width: 41px;
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner dl dt {
    width: 8.8%;
  }
}

.tokuten .inner dl dd {
  width: 438px;
  margin-left: 11px;
  padding-left: 14px;
  border-left: 1px solid #84671b;
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner dl dd {
    width: 88.5%;
  }
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner dl dd {
    margin-left: 2.1%;
  }
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner dl dd {
    padding-left: 2.7%;
  }
}

.tokuten .inner dl dd ~ dt,
.tokuten .inner dl dd ~ dd {
  margin-top: 18px;
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner dl dd ~ dt,
  .tokuten .inner dl dd ~ dd {
    margin-top: 3.7%;
  }
}

.tokuten .inner img {
  max-width: 100%;
}

.tokuten .inner .btn {
  display: block;
  width: 417px;
  margin-top: 6px;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner .btn {
    width: 98.7%;
  }
}

@media only screen and (max-width: 1000px) {
  .tokuten .inner .btn {
    margin-top: 1%;
  }
}

@media print, screen and (min-width: 1001px) {
  .tokuten .inner .btn {
    transition: opacity 0.35s ease;
  }
  .tokuten .inner .btn:hover {
    opacity: 0.7;
  }
}

.introduction {
  width: 100%;
  overflow: hidden;
  background-color: #cb050d;
  background-image: url(../images/introduction/bg_img.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .introduction {
    background-image: url(../images/introduction/bg_img_sp.jpg);
  }
}

.introduction .inner {
  width: 1024px;
  margin: 0 auto;
  padding: 35px 0 55px ;
}

@media only screen and (max-width: 1000px) {
  .introduction .inner {
    width: 94.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .introduction .inner {
    padding: 6vw 0 4.66667vw ;
  }
}

.introduction .inner h2 {
  width: 100%;
}

.introduction .inner h2 img {
  width: 100%;
}

.introduction .inner p.p-01 {
  width: 969px;
  margin: -43px auto 0 ;
}

@media only screen and (max-width: 1000px) {
  .introduction .inner p.p-01 {
    width: 710px;
    width: 94.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .introduction .inner p.p-01 {
    margin: -4.26667vw auto 0 ;
  }
}

.introduction .inner p.p-01 img {
  width: 100%;
}

.introduction .inner .chara {
  width: 658px;
  height: 577px;
  background-image: url(../images/introduction/chara.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
}

@media only screen and (max-width: 1000px) {
  .introduction .inner .chara {
    width: 504px;
    width: 67.2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .introduction .inner .chara {
    height: 447px;
    height: 59.6vw;
  }
}

.introduction .inner p.p-02 {
  color: white;
  font-size: 18px;
  margin-top: 50px;
  line-height: 2em;
  font-weight: 500;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .introduction .inner p.p-02 {
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .introduction .inner p.p-02 {
    margin-top: 40px;
    margin-top: 5.33333vw;
  }
}

.introduction .inner p.p-03 {
  position: relative;
  width: 706px;
  margin: 50px 0 0 ;
}

@media only screen and (max-width: 1000px) {
  .introduction .inner p.p-03 {
    width: 577px;
    width: 76.93333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .introduction .inner p.p-03 {
    margin: 5.33333vw 0 0 ;
  }
}

.introduction .inner p.p-03 img {
  width: 100%;
}

.introduction .inner p.p-04 {
  position: relative;
  margin: 10px 0 0 ;
  line-height: 1.2em;
}

@media only screen and (max-width: 1000px) {
  .introduction .inner p.p-04 {
    margin: 1.33333vw 0 0 ;
  }
}

.introduction .inner p.p-04 span {
  font-size: 16px;
  color: white;
  background-image: url(../images/introduction/text_bg.png);
  background-size: cover;
  font-weight: 500;
  padding: 6px 12px ;
}

@media only screen and (max-width: 1000px) {
  .introduction .inner p.p-04 span {
    font-size: 16px;
    font-size: 2.13333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .introduction .inner p.p-04 span {
    padding: 0.8vw 1.6vw ;
  }
}

.navi {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #ac0307;
  display: flex;
  justify-content: space-between;
}

.navi a.box {
  display: block;
  width: 100%;
}

.navi a.box:hover .box-img .bg .ov {
  opacity: 1;
}

.navi a.box .box-img {
  width: 100%;
  position: relative;
  background-color: black;
}

.navi a.box .box-img .bg {
  position: relative;
}

.navi a.box .box-img .bg img {
  width: 100%;
}

.navi a.box .box-img .bg .ov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: .2s;
}

.navi a.box .box-img p.title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.navi a.box .box-img p.title img {
  height: 100%;
}

.navi a.box .box-img p.point {
  position: absolute;
  top: 40%;
  left: 1%;
}

.navi a.box .box-img p.point img {
  width: 100%;
}

.navi a.box .box-img .arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 13%;
  height: 13%;
  background-image: url(../images/navi/arrow.png);
  background-size: cover;
}

.navi a.box.navi-story .box-img p.point {
  width: 86.27%;
}

.navi a.box.navi-battle .box-img p.point {
  width: 70.22%;
}

.navi a.box.navi-adventure .box-img p.point {
  width: 73.7%;
}

.navi a.box p.detail {
  color: white;
  padding: 10px;
  font-size: 18px;
  line-height: 1.7em;
  font-weight: 500;
}

@media only screen and (max-width: 1000px) {
  .navi a.box p.detail {
    padding: 10px;
    padding: 1.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .navi a.box p.detail {
    font-size: 18px;
    font-size: 2.4vw;
  }
}

.navi a.box p.detail span {
  background-color: black;
}

.story {
  width: 100%;
  padding: 30px 0 110px ;
  background-image: url(../images/story/bg_img.jpg);
  background-repeat: no-repeat;
  background-size: 95% auto;
  background-position: center 200px;
}

@media only screen and (max-width: 1000px) {
  .story {
    padding: 6.66667vw 0 8vw ;
  }
}

.story h2 {
  width: 611px;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .story h2 {
    width: 542px;
    width: 72.26667vw;
  }
}

.story h2 img {
  width: 100%;
}

.story p.p-01 {
  width: 995px;
  margin: -48px auto 0 ;
}

@media only screen and (max-width: 1000px) {
  .story p.p-01 {
    width: 542px;
    width: 72.26667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .story p.p-01 {
    margin: -8vw auto 0 ;
  }
}

.story p.p-01 img {
  width: 100%;
}

.story .story-box {
  width: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .story .story-box {
    width: 94.6vw;
  }
}

.story .story-box p {
  color: white;
  font-size: 18px;
  margin-top: 30px;
  line-height: 2em;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .story .story-box p {
    font-size: 18px;
    font-size: 2.4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .story .story-box p {
    margin-top: 40px;
    margin-top: 5.33333vw;
  }
}

.story .ss-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1024px;
  margin: 40px auto 0 ;
  padding: 0px;
}

@media only screen and (max-width: 1000px) {
  .story .ss-boxes {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .story .ss-boxes {
    margin: 5.33333vw auto 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .story .ss-boxes {
    padding: 0 5.33333vw ;
  }
}

.story .ss-boxes .ss-box {
  cursor: pointer;
  flex-grow: 1;
  width: 20%;
  width: 20%;
  margin: 20px 20px 0 0 ;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .story .ss-boxes .ss-box {
    width: 40%;
  }
}

@media only screen and (max-width: 1000px) {
  .story .ss-boxes .ss-box {
    margin: 2.66667vw 2.66667vw 0 0 ;
  }
}

.story .ss-boxes .ss-box:hover .ss .ov {
  opacity: 1;
}

.story .ss-boxes .ss-box .ss {
  width: 100%;
}

.story .ss-boxes .ss-box .ss .ov {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s;
  opacity: 0;
}

.story .ss-boxes .ss-box img {
  width: 100%;
}

.story .ss-boxes .ss-box:nth-of-type(2n) {
  margin-right: 20px;
}

@media only screen and (max-width: 1000px) {
  .story .ss-boxes .ss-box:nth-of-type(2n) {
    margin-right: 0;
  }
}

.story .ss-boxes .ss-box:nth-of-type(4n) {
  margin-right: 0 !important;
}

.story .ss-boxes .ss-box .sankaku {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px ;
  border-color: transparent transparent #ff070f transparent;
}

@media only screen and (max-width: 1000px) {
  .story .ss-boxes .ss-box .sankaku {
    border-width: 0 0 6.4vw 6.4vw ;
  }
}

.story .ss-boxes .ss-box .sankaku:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/common/plus.svg);
  background-size: cover;
  position: absolute;
  bottom: -32px;
  right: 3px;
}

@media only screen and (max-width: 1000px) {
  .story .ss-boxes .ss-box .sankaku:after {
    width: 15px;
    width: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .story .ss-boxes .ss-box .sankaku:after {
    height: 15px;
    height: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .story .ss-boxes .ss-box .sankaku:after {
    bottom: -40px;
    bottom: -5.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .story .ss-boxes .ss-box .sankaku:after {
    right: 5px;
    right: 0.66667vw;
  }
}

.battle .flex-box {
  display: flex;
}

@media only screen and (max-width: 1000px) {
  .battle .flex-box {
    display: block;
  }
}

.battle .flex-box:nth-of-type(1) .detail-box {
  background-position: right top;
  background-size: auto 100%;
  background-image: url(../images/battle/detail_bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .battle .flex-box:nth-of-type(1) .detail-box {
    background-position: center;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .flex-box:nth-of-type(1) .detail-box {
    background-size: cover;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .flex-box:nth-of-type(1) .detail-box {
    background-image: url(../images/battle/detail_bg_sp.jpg);
  }
}

.battle .flex-box:nth-of-type(2) {
  flex-flow: row-reverse;
}

.battle .flex-box:nth-of-type(2) .detail-box {
  background-position: right bottom;
  background-size: auto 100%;
  background-image: url(../images/battle/detail_bg_02.jpg);
}

@media only screen and (max-width: 1000px) {
  .battle .flex-box:nth-of-type(2) .detail-box {
    background-position: center;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .flex-box:nth-of-type(2) .detail-box {
    background-size: cover;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .flex-box:nth-of-type(2) .detail-box {
    background-image: url(../images/battle/detail_bg_02_sp.jpg);
  }
}

.battle .detail-box {
  width: 50%;
  background-color: #cb050d;
  background-repeat: no-repeat;
  padding: 1.56vw 0 0 0;
}

@media only screen and (max-width: 1000px) {
  .battle .detail-box {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .detail-box {
    padding: 2.6vw;
  }
}

.battle .detail-box h2 {
  width: 94.375%;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .battle .detail-box h2 {
    width: 100%;
  }
}

.battle .detail-box h2 img {
  width: 100%;
}

.battle .detail-box p.p-01 {
  width: 94%;
  margin: -60px auto 0 ;
}

@media only screen and (max-width: 1000px) {
  .battle .detail-box p.p-01 {
    width: 94%;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .detail-box p.p-01 {
    margin: -8vw auto 0 ;
  }
}

.battle .detail-box p.p-01 img {
  width: 100%;
}

.battle .detail-box p.p-02 {
  font-size: 20px;
  line-height: 1.8em;
  color: white;
  padding: 1.5vw;
}

@media only screen and (max-width: 1000px) {
  .battle .detail-box p.p-02 {
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .detail-box p.p-02 {
    padding: 3vw 1.5vw 1.5vw;
  }
}

.battle .detail-box p.p-02.mg {
  padding-top: 0.5vw;
}

.battle .detail-box p.p-03 {
  width: 70.46%;
  margin: 40px 0 0 20px ;
}

@media only screen and (max-width: 1000px) {
  .battle .detail-box p.p-03 {
    width: 70.46%;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .detail-box p.p-03 {
    margin: 2.66667vw 0 0 2vw ;
  }
}

.battle .detail-box p.p-03 img {
  width: 100%;
}

.battle .ss-boxes {
  width: 50%;
}

@media only screen and (max-width: 1000px) {
  .battle .ss-boxes {
    width: 100%;
  }
}

.battle .ss-boxes .ss-box {
  position: relative;
}

.battle .ss-boxes .ss-box:hover .ss .ov {
  opacity: 1;
}

.battle .ss-boxes .ss-box .ss {
  cursor: pointer;
  width: 100%;
}

.battle .ss-boxes .ss-box .ss .ov {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s;
  opacity: 0;
}

.battle .ss-boxes .ss-box img {
  width: 100%;
}

.battle .ss-boxes .ss-box .sankaku {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px ;
  border-color: transparent transparent #ff070f transparent;
}

@media only screen and (max-width: 1000px) {
  .battle .ss-boxes .ss-box .sankaku {
    border-width: 0 0 6.4vw 6.4vw ;
  }
}

.battle .ss-boxes .ss-box .sankaku:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/common/plus.svg);
  background-size: cover;
  position: absolute;
  bottom: -32px;
  right: 3px;
}

@media only screen and (max-width: 1000px) {
  .battle .ss-boxes .ss-box .sankaku:after {
    width: 15px;
    width: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .ss-boxes .ss-box .sankaku:after {
    height: 15px;
    height: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .ss-boxes .ss-box .sankaku:after {
    bottom: -40px;
    bottom: -5.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .ss-boxes .ss-box .sankaku:after {
    right: 5px;
    right: 0.66667vw;
  }
}

.battle .modal-btns {
  width: 100%;
  background-image: url(../images/battle/modal_btn_bg.jpg);
  background-size: cover;
  text-align: center;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns {
    background-image: url(../images/battle/modal_btn_bg_sp.jpg);
  }
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns {
    padding-bottom: 30px;
    padding-bottom: 4vw;
  }
}

.battle .modal-btns .inner {
  width: 1020px;
  margin: 0 auto;
  font-size: 0;
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns .inner {
    width: 100%;
  }
}

.battle .modal-btns a.btn-box {
  vertical-align: top;
  margin: 30px 0 0 ;
  width: 320px;
  height: 320px;
  display: inline-block;
  background-color: black;
  position: relative;
  font-size: 12px;
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box {
    margin: 4vw 0 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box {
    width: 42.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box {
    height: 42.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box {
    display: inline-block;
  }
}

.battle .modal-btns a.btn-box:hover .ss .ov {
  opacity: 1;
}

.battle .modal-btns a.btn-box.new:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 62px;
  height: 27px;
  top: 0;
  left: 0;
  z-index: 50;
  background-image: url(../images/inner/battle/icon_new.png);
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box.new:before {
    width: 62px;
    width: 8.26667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box.new:before {
    height: 27px;
    height: 3.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box.new:before {
    background-image: url(../images/inner/battle/icon_new.png);
  }
}

.battle .modal-btns a.btn-box .ss {
  cursor: pointer;
  width: 100%;
}

.battle .modal-btns a.btn-box .ss .ov {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s;
  opacity: 0;
}

.battle .modal-btns a.btn-box .ss img {
  width: 100%;
}

.battle .modal-btns a.btn-box p {
  padding: 20px 0 0 15px ;
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box p {
    padding: 2.66667vw 0 0 2vw ;
  }
}

.battle .modal-btns a.btn-box p img {
  width: 100%;
}

.battle .modal-btns a.btn-box:nth-of-type(1) p {
  width: 75.7%;
}

.battle .modal-btns a.btn-box:nth-of-type(2) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box:nth-of-type(2) {
    margin-left: 35px;
    margin-left: 4.66667vw;
  }
}

.battle .modal-btns a.btn-box:nth-of-type(2) p {
  width: 82%;
}

.battle .modal-btns a.btn-box:nth-of-type(3) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box:nth-of-type(3) {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

.battle .modal-btns a.btn-box:nth-of-type(3) p {
  width: 90.63%;
}

.battle .modal-btns a.btn-box:nth-of-type(4) {
  margin-left: 0px;
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box:nth-of-type(4) {
    margin-left: 35px;
    margin-left: 4.66667vw;
  }
}

.battle .modal-btns a.btn-box:nth-of-type(4) p {
  width: 90.63%;
}

.battle .modal-btns a.btn-box:nth-of-type(5) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box:nth-of-type(5) {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

.battle .modal-btns a.btn-box:nth-of-type(5) p {
  width: 80%;
}

.battle .modal-btns a.btn-box:nth-of-type(6) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box:nth-of-type(6) {
    margin-left: 30px;
    margin-left: 4vw;
  }
}

.battle .modal-btns a.btn-box:nth-of-type(6) p {
  width: 78.61%;
}

.battle .modal-btns a.btn-box:nth-of-type(7) {
  margin-left: 0px;
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box:nth-of-type(7) {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

.battle .modal-btns a.btn-box:nth-of-type(7) p {
  width: 91.71%;
}

.battle .modal-btns a.btn-box:nth-of-type(8) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box:nth-of-type(8) {
    margin-left: 30px;
    margin-left: 4vw;
  }
}

.battle .modal-btns a.btn-box:nth-of-type(8) p {
  width: 93.71%;
}

.battle .modal-btns a.btn-box:nth-of-type(9) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box:nth-of-type(9) {
    margin-left: 30px;
    margin-left: 4vw;
  }
}

.battle .modal-btns a.btn-box:nth-of-type(9) p {
  width: 92%;
}

.battle .modal-btns a.btn-box .sankaku {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 56px 56px ;
  border-color: transparent transparent #ff070f transparent;
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box .sankaku {
    border-width: 0 0 6.4vw 6.4vw ;
  }
}

.battle .modal-btns a.btn-box .sankaku:after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(../images/common/arrow.svg);
  background-size: cover;
  position: absolute;
  bottom: -45px;
  right: 11px;
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box .sankaku:after {
    width: 12px;
    width: 1.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box .sankaku:after {
    height: 12px;
    height: 1.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box .sankaku:after {
    bottom: -40px;
    bottom: -5.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .battle .modal-btns a.btn-box .sankaku:after {
    right: 6px;
    right: 0.8vw;
  }
}

.adventure .flex-box {
  display: flex;
  flex-flow: row-reverse;
}

@media only screen and (max-width: 1000px) {
  .adventure .flex-box {
    display: block;
  }
}

.adventure .detail-box {
  min-height: auto;
  width: 50%;
  background-color: #cb050d;
  background-image: url(../images/adventure/detail_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 1.56vw 0 0 0;
}

@media only screen and (max-width: 1000px) {
  .adventure .detail-box {
    min-height: 600px;
    min-height: 80vw;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .detail-box {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .detail-box {
    background-image: url(../images/adventure/detail_bg_sp.jpg);
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .detail-box {
    background-size: cover;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .detail-box {
    background-position: center;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .detail-box {
    padding: 2.6vw;
  }
}

.adventure .detail-box h2 {
  width: 94.375%;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .adventure .detail-box h2 {
    width: 100%;
  }
}

.adventure .detail-box h2 img {
  width: 100%;
}

.adventure .detail-box p.p-01 {
  width: 94.375%;
  margin: -40px auto 0 ;
}

@media only screen and (max-width: 1000px) {
  .adventure .detail-box p.p-01 {
    width: 94.375%;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .detail-box p.p-01 {
    margin: -5.33333vw auto 0 ;
  }
}

.adventure .detail-box p.p-01 img {
  width: 100%;
}

.adventure .detail-box p.p-02 {
  font-size: 20px;
  line-height: 1.8em;
  color: white;
  padding: 1.5vw;
}

@media only screen and (max-width: 1000px) {
  .adventure .detail-box p.p-02 {
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .detail-box p.p-02 {
    padding: 3vw 1.5vw 1.5vw;
  }
}

.adventure .ss-boxes {
  width: 50%;
}

@media only screen and (max-width: 1000px) {
  .adventure .ss-boxes {
    width: 100%;
  }
}

.adventure .ss-boxes .ss-box {
  position: relative;
}

.adventure .ss-boxes .ss-box:hover .ss .ov {
  opacity: 1;
}

.adventure .ss-boxes .ss-box .ss {
  cursor: pointer;
  width: 100%;
}

.adventure .ss-boxes .ss-box .ss .ov {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s;
  opacity: 0;
}

.adventure .ss-boxes .ss-box img {
  width: 100%;
}

.adventure .ss-boxes .ss-box .sankaku {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px ;
  border-color: transparent transparent #ff070f transparent;
}

@media only screen and (max-width: 1000px) {
  .adventure .ss-boxes .ss-box .sankaku {
    border-width: 0 0 6.4vw 6.4vw ;
  }
}

.adventure .ss-boxes .ss-box .sankaku:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/common/plus.svg);
  background-size: cover;
  position: absolute;
  bottom: -32px;
  right: 3px;
}

@media only screen and (max-width: 1000px) {
  .adventure .ss-boxes .ss-box .sankaku:after {
    width: 15px;
    width: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .ss-boxes .ss-box .sankaku:after {
    height: 15px;
    height: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .ss-boxes .ss-box .sankaku:after {
    bottom: -40px;
    bottom: -5.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .ss-boxes .ss-box .sankaku:after {
    right: 5px;
    right: 0.66667vw;
  }
}

.adventure .modal-btns {
  width: 100%;
  background-image: url(../images/adventure/modal_btn_bg.jpg);
  background-size: cover;
  text-align: center;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns {
    background-image: url(../images/adventure/modal_btn_bg_sp.jpg);
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns {
    padding-bottom: 30px;
    padding-bottom: 4vw;
  }
}

.adventure .modal-btns .inner {
  width: 1020px;
  margin: 0 auto;
  font-size: 0;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns .inner {
    width: 100%;
  }
}

.adventure .modal-btns a.btn-box {
  margin: 30px 0 0 ;
  width: 320px;
  height: 320px;
  display: inline-block;
  background-color: black;
  position: relative;
  font-size: 12px;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box {
    margin: 4vw 0 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box {
    width: 42.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box {
    height: 42.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box {
    display: inline-block;
  }
}

.adventure .modal-btns a.btn-box:hover .ss .ov {
  opacity: 1;
}

.adventure .modal-btns a.btn-box.new:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 62px;
  height: 27px;
  top: 0;
  left: 0;
  z-index: 50;
  background-image: url(../images/inner/battle/icon_new.png);
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box.new:before {
    width: 62px;
    width: 8.26667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box.new:before {
    height: 27px;
    height: 3.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box.new:before {
    background-image: url(../images/inner/battle/icon_new.png);
  }
}

.adventure .modal-btns a.btn-box .ss {
  cursor: pointer;
  width: 100%;
}

.adventure .modal-btns a.btn-box .ss .ov {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s;
  opacity: 0;
}

.adventure .modal-btns a.btn-box .ss img {
  width: 100%;
}

.adventure .modal-btns a.btn-box p {
  padding: 20px 0 0 15px ;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box p {
    padding: 2.66667vw 0 0 2vw ;
  }
}

.adventure .modal-btns a.btn-box p img {
  width: 100%;
}

.adventure .modal-btns a.btn-box:nth-of-type(1) p {
  width: 63.75%;
}

.adventure .modal-btns a.btn-box:nth-of-type(2) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box:nth-of-type(2) {
    margin-left: 35px;
    margin-left: 4.66667vw;
  }
}

.adventure .modal-btns a.btn-box:nth-of-type(2) p {
  width: 63.43%;
}

.adventure .modal-btns a.btn-box:nth-of-type(3) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box:nth-of-type(3) {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

.adventure .modal-btns a.btn-box:nth-of-type(3) p {
  width: 76.25%;
}

.adventure .modal-btns a.btn-box:nth-of-type(4) {
  margin-left: 0px;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box:nth-of-type(4) {
    margin-left: 30px;
    margin-left: 4vw;
  }
}

.adventure .modal-btns a.btn-box:nth-of-type(4) p {
  width: 93.7%;
}

.adventure .modal-btns a.btn-box:nth-of-type(5) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box:nth-of-type(5) {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

.adventure .modal-btns a.btn-box:nth-of-type(5) p {
  width: 67.2%;
}

.adventure .modal-btns a.btn-box:nth-of-type(6) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box:nth-of-type(6) {
    margin-left: 30px;
    margin-left: 4vw;
  }
}

.adventure .modal-btns a.btn-box:nth-of-type(6) p {
  width: 80%;
}

.adventure .modal-btns a.btn-box:nth-of-type(7) {
  margin-left: 0px;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box:nth-of-type(7) {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

.adventure .modal-btns a.btn-box:nth-of-type(7) p {
  width: 81.8%;
}

.adventure .modal-btns a.btn-box:nth-of-type(8) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box:nth-of-type(8) {
    margin-left: 30px;
    margin-left: 4vw;
  }
}

.adventure .modal-btns a.btn-box:nth-of-type(8) p {
  width: 76.5%;
}

.adventure .modal-btns a.btn-box:nth-of-type(9) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box:nth-of-type(9) {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

.adventure .modal-btns a.btn-box:nth-of-type(9) p {
  width: 57.25%;
}

.adventure .modal-btns a.btn-box:nth-of-type(10) {
  margin-left: 0px;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box:nth-of-type(10) {
    margin-left: 30px;
    margin-left: 4vw;
  }
}

.adventure .modal-btns a.btn-box:nth-of-type(10) p {
  width: 81.8%;
}

.adventure .modal-btns a.btn-box:nth-of-type(11) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box:nth-of-type(11) {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

.adventure .modal-btns a.btn-box:nth-of-type(11) p {
  width: 55.5%;
}

.adventure .modal-btns a.btn-box:nth-of-type(12) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box:nth-of-type(12) {
    margin-left: 30px;
    margin-left: 4vw;
  }
}

.adventure .modal-btns a.btn-box:nth-of-type(12) p {
  width: 65.25%;
}

.adventure .modal-btns a.btn-box:nth-of-type(13) {
  margin-left: 0px;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box:nth-of-type(13) {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

.adventure .modal-btns a.btn-box:nth-of-type(13) p {
  width: 81.8%;
}

.adventure .modal-btns a.btn-box .sankaku {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 56px 56px ;
  border-color: transparent transparent #ff070f transparent;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box .sankaku {
    border-width: 0 0 6.4vw 6.4vw ;
  }
}

.adventure .modal-btns a.btn-box .sankaku:after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(../images/common/arrow.svg);
  background-size: cover;
  position: absolute;
  bottom: -45px;
  right: 11px;
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box .sankaku:after {
    width: 12px;
    width: 1.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box .sankaku:after {
    height: 12px;
    height: 1.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box .sankaku:after {
    bottom: -40px;
    bottom: -5.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .adventure .modal-btns a.btn-box .sankaku:after {
    right: 6px;
    right: 0.8vw;
  }
}

.cast {
  width: 100%;
  background-image: url(../images/cast/bg.jpg);
  background-size: cover;
  padding: 35px 0 25px ;
}

@media only screen and (max-width: 1000px) {
  .cast {
    background-image: url(../images/cast/bg_sp.jpg);
  }
}

@media only screen and (max-width: 1000px) {
  .cast {
    padding: 4.66667vw 0 3.33333vw ;
  }
}

.cast h2 {
  width: 353px;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .cast h2 {
    width: 291px;
    width: 38.8vw;
  }
}

.cast h2 img {
  width: 100%;
}

.cast p.p-01 {
  margin: -25px auto 0 ;
  width: 859px;
}

@media only screen and (max-width: 1000px) {
  .cast p.p-01 {
    margin: -3.33333vw auto 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .cast p.p-01 {
    width: 709px;
    width: 94.53333vw;
  }
}

.cast p.p-01 img {
  width: 100%;
}

.cast p.name {
  margin: 27px auto 0 ;
  width: 470px;
}

@media only screen and (max-width: 1000px) {
  .cast p.name {
    margin: 3.6vw auto 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .cast p.name {
    width: 470px;
    width: 62.66667vw;
  }
}

.cast p.name img {
  width: 100%;
}

.character {
  margin-top: -50px;
  padding-bottom: 25px;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #f7070f;
  /*
  切り替え
  */
}

@media only screen and (max-width: 1000px) {
  .character {
    margin-top: -50px;
    margin-top: -6.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character {
    padding-bottom: 25px;
    padding-bottom: 3.33333vw;
  }
}

.character .character-box {
  width: 100%;
  position: relative;
  /*
    各キャラ別
    */
  /*
    春日
    */
  /*
    荒川
    */
  /*
    沢城
    */
  /*
    ナンバ
    */
  /*
    向田
    */
  /*
    足立
    */
  /*
    荒川真斗
    */
  /*
    安村
    */
  /*
    天童
    */
  /*
    石小田
    */
  /*
    星野
    */
  /*
    高部
    */
  /*
    ソンヒ
    */
  /*
    ジュンギ
    */
  /*
    趙天佑
    */
  /*
    馬淵
    */
  /*
    浜子
    */
  /*
    野々宮
    */
  /*
    鎌滝えり
    */
  /*
    柳いろは
    */
  /*
    沢すみれ
    */
  /*
    宮越愛恵
    */
  /*
    里々佳
    */
  /*
    青木
     */
  /*
    小笠原
     */
  /*
    kume
    */
  /*
    kiryu
   */
  /*
    majima
   */
  /*
    saejima
    */
  /*
    dojima
     */
  /*
    watase
    */
}

.character .character-box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50px;
  left: 0;
  border-top: 1px solid #f7070f;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .bg {
    top: 50px;
    top: 6.66667vw;
  }
}

.character .character-box .bg .bg-inner, .character .character-box .bg .bg-2019, .character .character-box .bg .bg-2000, .character .character-box .bg .name-roma {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.character .character-box .detail {
  width: 550px;
  padding-top: 50px;
  padding-bottom: 0px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail {
    width: 550px;
    width: 73.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail {
    padding-top: 50px;
    padding-top: 6.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail {
    padding-bottom: 0px;
    padding-bottom: 0vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail {
    margin: 0 0 0 12px;
  }
}

.character .character-box .detail .name-box {
  position: relative;
  width: 100%;
  height: 340px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .name-box {
    height: 340px;
    height: 45.33333vw;
  }
}

.character .character-box .detail .name-box p.cs {
  position: absolute;
  left: 0;
  bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .name-box p.cs {
    bottom: 30px;
    bottom: 4vw;
  }
}

.character .character-box .detail .name-box p.cs.right {
  left: auto;
  right: 0;
}

.character .character-box .detail .name-box p.cs img {
  width: 100%;
}

.character .character-box .detail .chara {
  position: absolute;
  top: 0;
  left: 0;
}

.character .character-box .detail p.p-01 {
  position: relative;
  color: white;
  font-size: 18px;
  line-height: 1.72em;
  font-weight: 500;
  /*white-space: nowrap;*/
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail p.p-01 {
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

.character .character-box .detail p.p-01 span {
  background-color: black;
  /*@include VWX(padding,2px 5px,5px);*/
}

.character .character-box .detail .ss {
  cursor: pointer;
  display: block;
  width: 490px;
  margin: 30px 0 0 ;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .ss {
    width: 490px;
    width: 65.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .ss {
    margin: 4vw 0 0 ;
  }
}

.character .character-box .detail .ss:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 100%;
  height: 100%;
  background-color: black;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .ss:before {
    top: 5px;
    top: 0.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .ss:before {
    left: 5px;
    left: 0.66667vw;
  }
}

.character .character-box .detail .ss .ss-inner {
  position: relative;
  width: 100%;
  border: 1px solid #be0d2a;
}

.character .character-box .detail .ss .ss-inner:hover .ov {
  opacity: 1;
}

.character .character-box .detail .ss .ss-inner .ov {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s;
  opacity: 0;
}

.character .character-box .detail .ss .ss-inner img.y-2000 {
  position: absolute;
  top: 0;
  left: 0;
}

.character .character-box .detail .ss .ss-inner img {
  width: 100%;
}

.character .character-box .detail .ss .ss-inner .sankaku {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px ;
  border-color: transparent transparent #ff070f transparent;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .ss .ss-inner .sankaku {
    border-width: 0 0 6.4vw 6.4vw ;
  }
}

.character .character-box .detail .ss .ss-inner .sankaku:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/common/plus.svg);
  background-size: cover;
  position: absolute;
  bottom: -32px;
  right: 3px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .ss .ss-inner .sankaku:after {
    width: 15px;
    width: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .ss .ss-inner .sankaku:after {
    height: 15px;
    height: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .ss .ss-inner .sankaku:after {
    bottom: -40px;
    bottom: -5.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .ss .ss-inner .sankaku:after {
    right: 5px;
    right: 0.66667vw;
  }
}

.character .character-box .detail .mov-btn {
  cursor: pointer;
  display: block;
  width: 492px;
  height: 60px;
  margin: 15px 0 0 ;
  position: relative;
  background-color: black;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .mov-btn {
    width: 492px;
    width: 65.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .mov-btn {
    height: 70px;
    height: 9.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .mov-btn {
    margin: 3.33333vw 0 0 ;
  }
}

.character .character-box .detail .mov-btn:hover .mov-btn-inner .red-line-frame p {
  opacity: 0.65;
}

.character .character-box .detail .mov-btn:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 100%;
  height: 100%;
  background-color: #fddc71;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .mov-btn:before {
    top: 3px;
    top: 0.4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .mov-btn:before {
    left: 3px;
    left: 0.4vw;
  }
}

.character .character-box .detail .mov-btn .mov-btn-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: black;
  padding: 3px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .mov-btn .mov-btn-inner {
    padding: 3px;
    padding: 0.4vw;
  }
}

.character .character-box .detail .mov-btn .mov-btn-inner .red-line-frame {
  width: 100%;
  height: 100%;
  border: 1px solid #ff0d1b;
  position: relative;
}

.character .character-box .detail .mov-btn .mov-btn-inner .red-line-frame p {
  color: #ff0d1b;
  font-weight: 700;
  font-size: 23px;
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translateY(-50%);
  transition: .2s;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .mov-btn .mov-btn-inner .red-line-frame p {
    font-size: 25px;
    font-size: 3.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .mov-btn .mov-btn-inner .red-line-frame p {
    left: 70px;
    left: 9.33333vw;
  }
}

.character .character-box .detail .mov-btn .mov-btn-inner .red-line-frame .sankaku {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 52px 52px ;
  border-color: transparent transparent #ff070f transparent;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .mov-btn .mov-btn-inner .red-line-frame .sankaku {
    border-width: 0 0 6.93333vw 6.93333vw ;
  }
}

.character .character-box .detail .mov-btn .mov-btn-inner .red-line-frame .sankaku:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/common/arrow.svg);
  background-size: cover;
  position: absolute;
  bottom: -45px;
  right: 6px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .mov-btn .mov-btn-inner .red-line-frame .sankaku:after {
    width: 15px;
    width: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .mov-btn .mov-btn-inner .red-line-frame .sankaku:after {
    height: 15px;
    height: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .mov-btn .mov-btn-inner .red-line-frame .sankaku:after {
    bottom: -45px;
    bottom: -6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .detail .mov-btn .mov-btn-inner .red-line-frame .sankaku:after {
    right: 6px;
    right: 0.8vw;
  }
}

.character .character-box .change-btn {
  cursor: pointer;
  width: 140px;
  height: 140px;
  position: relative;
  transition: .2s;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .change-btn {
    width: 140px;
    width: 18.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .change-btn {
    height: 140px;
    height: 18.66667vw;
  }
}

.character .character-box .change-btn:hover {
  opacity: 0.7;
}

.character .character-box .change-btn .btn-2019 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/character/change_btn_2019.png);
  background-size: cover;
}

.character .character-box .change-btn .btn-2000 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/character/change_btn_2000.png);
  background-size: cover;
}

.character .character-box .full-btn {
  cursor: pointer;
  position: absolute;
  right: 2.6vw;
  bottom: 0px;
  display: none;
  width: 125px;
  height: 125px;
  background-image: url(../images/character/full_btn.png);
  background-size: cover;
  transition: .2s;
}

@media only screen and (max-width: 1000px) {
  .character .character-box .full-btn {
    bottom: 45px;
    bottom: 6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .full-btn {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .full-btn {
    width: 125px;
    width: 16.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box .full-btn {
    height: 125px;
    height: 16.66667vw;
  }
}

.character .character-box .full-btn:hover {
  opacity: 0.7;
}

.character .character-box.kasuga .bg .bg-2019 {
  background-image: url(../images/character/kasuga/bg_2019.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga .bg .bg-2019 {
    background-image: url(../images/character/kasuga/bg_2019_sp.jpg);
  }
}

.character .character-box.kasuga .bg .bg-2000 {
  background-image: url(../images/character/kasuga/bg_2000.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga .bg .bg-2000 {
    background-image: url(../images/character/kasuga/bg_2000_sp.jpg);
  }
}

.character .character-box.kasuga .name-roma {
  background-image: url(../images/character/kasuga/name_roma.png);
  background-size: 500px 245px ;
  background-position: calc(50% - 25px) 50px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga .name-roma {
    background-size: 66.66667vw 32.66667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga .name-roma {
    background-position: 4vw 6.66667vw ;
  }
}

.character .character-box.kasuga .chara.y-2019 img {
  position: absolute;
  top: 0px;
  left: 440px;
  width: 340px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga .chara.y-2019 img {
    top: 0px;
    top: 0vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga .chara.y-2019 img {
    left: 440px;
    left: 58.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga .chara.y-2019 img {
    width: 340px;
    width: 45.33333vw;
  }
}

.character .character-box.kasuga .chara.y-2000 img {
  position: absolute;
  top: 20px;
  left: 470px;
  width: 327px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga .chara.y-2000 img {
    top: 20px;
    top: 2.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga .chara.y-2000 img {
    left: 470px;
    left: 62.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga .chara.y-2000 img {
    width: 327px;
    width: 43.6vw;
  }
}

.character .character-box.kasuga p.name img.y-2019 {
  position: absolute;
  top: 70px;
  left: 15px;
  width: 464px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga p.name img.y-2019 {
    top: 70px;
    top: 9.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga p.name img.y-2019 {
    left: 15px;
    left: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga p.name img.y-2019 {
    width: 464px;
    width: 61.86667vw;
  }
}

.character .character-box.kasuga p.name img.y-2000 {
  position: absolute;
  top: 70px;
  left: 15px;
  width: 464px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga p.name img.y-2000 {
    top: 70px;
    top: 9.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga p.name img.y-2000 {
    left: 15px;
    left: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga p.name img.y-2000 {
    width: 464px;
    width: 61.86667vw;
  }
}

.character .character-box.kasuga p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.kasuga .change-btn {
  position: absolute;
  top: 480px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(360px);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga .change-btn {
    top: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga .change-btn {
    bottom: 30vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga .change-btn {
    left: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga .change-btn {
    right: 2.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kasuga .change-btn {
    transform: none;
  }
}

.character .character-box.arakawa .detail {
  margin: 0 auto !important;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

.character .character-box.arakawa .bg .bg-2019 {
  background-image: url(../images/character/arakawa/bg_2019.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .bg .bg-2019 {
    background-image: url(../images/character/arakawa/bg_2019_sp.jpg);
  }
}

.character .character-box.arakawa .bg .bg-2000 {
  background-image: url(../images/character/arakawa/bg_2000.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .bg .bg-2000 {
    background-image: url(../images/character/arakawa/bg_2000_sp.jpg);
  }
}

.character .character-box.arakawa .name-roma {
  background-image: url(../images/character/arakawa/name_roma.png);
  background-size: 573px 242px ;
  background-position: calc(50% + 10px) 50px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .name-roma {
    background-size: 76.4vw 32.26667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .name-roma {
    background-position: right 6.66667vw ;
  }
}

.character .character-box.arakawa .chara.y-2019 img {
  position: absolute;
  top: 10px;
  left: -230px;
  width: 367px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .chara.y-2019 img {
    top: 30px;
    top: 4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .chara.y-2019 img {
    left: -230px;
    left: -30.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .chara.y-2019 img {
    width: 367px;
    width: 48.93333vw;
  }
}

.character .character-box.arakawa .chara.y-2000 img {
  position: absolute;
  top: 10px;
  left: -280px;
  width: 335px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .chara.y-2000 img {
    top: 30px;
    top: 4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .chara.y-2000 img {
    left: -280px;
    left: -37.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .chara.y-2000 img {
    width: 335px;
    width: 44.66667vw;
  }
}

.character .character-box.arakawa p.name img.y-2019 {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 480px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa p.name img.y-2019 {
    top: 55px;
    top: 7.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa p.name img.y-2019 {
    left: 60px;
    left: 8vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa p.name img.y-2019 {
    width: 480px;
    width: 64vw;
  }
}

.character .character-box.arakawa p.name img.y-2000 {
  position: absolute;
  top: 85px;
  left: 60px;
  width: 480px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa p.name img.y-2000 {
    top: 75px;
    top: 10vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa p.name img.y-2000 {
    left: 60px;
    left: 8vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa p.name img.y-2000 {
    width: 480px;
    width: 64vw;
  }
}

.character .character-box.arakawa p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.arakawa .change-btn {
  position: absolute;
  top: 480px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-530px);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .change-btn {
    top: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .change-btn {
    bottom: 30vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .change-btn {
    left: 2.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .change-btn {
    right: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawa .change-btn {
    transform: none;
  }
}

.character .character-box.arakawa .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.sawasiro {
  /*.change-btn{
        position: absolute;
        @include TRX(top,480px,auto);
        @include TRX(bottom,auto,30vw);
        @include TRX(left,50%,auto);
        @include TRX(right,auto,2.6vw);
        @include TRX(transform,translateX(360px),none);
      }*/
}

.character .character-box.sawasiro .detail {
  margin: 0 auto !important;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

.character .character-box.sawasiro .bg .bg-2019 {
  background-image: url(../images/character/sawasiro/bg_2019.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .bg .bg-2019 {
    background-image: url(../images/character/sawasiro/bg_2019_sp.jpg);
  }
}

.character .character-box.sawasiro .bg .bg-2000 {
  background-image: url(../images/character/sawasiro/bg_2000.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .bg .bg-2000 {
    background-image: url(../images/character/sawasiro/bg_2000_sp.jpg);
  }
}

.character .character-box.sawasiro .name-roma {
  background-image: url(../images/character/sawasiro/name_roma.png);
  background-size: 672px 245px ;
  background-position: calc(63.5%) 50px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .name-roma {
    background-size: 89.6vw 32.66667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .name-roma {
    background-position: right 2.66667vw top 6.66667vw ;
  }
}

.character .character-box.sawasiro .chara.y-2019 img {
  position: absolute;
  top: 20px;
  left: -300px;
  width: 326px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .chara.y-2019 img {
    top: 20px;
    top: 2.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .chara.y-2019 img {
    left: -300px;
    left: -40vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .chara.y-2019 img {
    width: 326px;
    width: 43.46667vw;
  }
}

.character .character-box.sawasiro .chara.y-2000 img {
  position: absolute;
  top: 20px;
  left: -250px;
  width: 275px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .chara.y-2000 img {
    top: 20px;
    top: 2.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .chara.y-2000 img {
    left: -250px;
    left: -33.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .chara.y-2000 img {
    width: 275px;
    width: 36.66667vw;
  }
}

.character .character-box.sawasiro p.name img.y-2019 {
  position: absolute;
  top: 70px;
  left: 45px;
  width: 504px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro p.name img.y-2019 {
    top: 70px;
    top: 9.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro p.name img.y-2019 {
    left: 45px;
    left: 6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro p.name img.y-2019 {
    width: 504px;
    width: 67.2vw;
  }
}

.character .character-box.sawasiro p.name img.y-2000 {
  position: absolute;
  top: 70px;
  left: 45px;
  width: 369px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro p.name img.y-2000 {
    top: 70px;
    top: 9.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro p.name img.y-2000 {
    left: 45px;
    left: 6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro p.name img.y-2000 {
    width: 369px;
    width: 49.2vw;
  }
}

.character .character-box.sawasiro p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.sawasiro .change-btn {
  position: absolute;
  top: 480px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-530px);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .change-btn {
    top: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .change-btn {
    bottom: 30vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .change-btn {
    left: 2.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .change-btn {
    right: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawasiro .change-btn {
    transform: none;
  }
}

.character .character-box.sawasiro .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.nanba .bg .bg-inner {
  background-image: url(../images/character/nanba/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nanba .bg .bg-inner {
    background-image: url(../images/character/nanba/bg_sp.jpg);
  }
}

.character .character-box.nanba .name-roma {
  background-image: url(../images/character/nanba/name_roma.png);
  background-size: 470px 115px ;
  background-position: calc(50% - 40px) 140px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nanba .name-roma {
    background-size: 62.66667vw 15.33333vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nanba .name-roma {
    background-position: 3.73333vw 17.33333vw ;
  }
}

.character .character-box.nanba .chara img {
  position: absolute;
  top: 40px;
  left: 425px;
  width: 380px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nanba .chara img {
    top: 40px;
    top: 5.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nanba .chara img {
    left: 425px;
    left: 56.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nanba .chara img {
    width: 380px;
    width: 50.66667vw;
  }
}

.character .character-box.nanba p.name img {
  margin: 90px 0 0 0 ;
  width: 432px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nanba p.name img {
    margin: 11.33333vw 0 0 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nanba p.name img {
    width: 432px;
    width: 57.6vw;
  }
}

.character .character-box.nanba p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nanba p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.mukouda .detail {
  padding-top: 120px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mukouda .detail {
    padding-top: 120px;
    padding-top: 16vw;
  }
}

.character .character-box.mukouda .detail .name-box {
  height: 370px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mukouda .detail .name-box {
    height: 370px;
    height: 49.33333vw;
  }
}

.character .character-box.mukouda .bg .bg-inner {
  background-image: url(../images/character/mukouda/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mukouda .bg .bg-inner {
    background-image: url(../images/character/mukouda/bg_sp.jpg);
  }
}

.character .character-box.mukouda .name-roma {
  background-image: url(../images/character/mukouda/name_roma.png);
  background-size: 585px 245px ;
  background-position: calc(50% + 18px) 140px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mukouda .name-roma {
    background-size: 78vw 32.66667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mukouda .name-roma {
    background-position: 3.73333vw 17.33333vw ;
  }
}

.character .character-box.mukouda .chara img {
  position: absolute;
  top: 40px;
  left: 525px;
  width: 225px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mukouda .chara img {
    top: 40px;
    top: 5.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mukouda .chara img {
    left: 525px;
    left: 70vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mukouda .chara img {
    width: 225px;
    width: 30vw;
  }
}

.character .character-box.mukouda p.name img {
  margin: 90px 0 0 -3px ;
  width: 569px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mukouda p.name img {
    margin: 11.33333vw 0 0 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mukouda p.name img {
    width: 569px;
    width: 75.86667vw;
  }
}

.character .character-box.mukouda p.cs {
  width: 307px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mukouda p.cs {
    width: 307px;
    width: 40.93333vw;
  }
}

.character .character-box.adachi .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.adachi .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.adachi .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.adachi .bg .bg-inner {
  background-image: url(../images/character/adachi/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.adachi .bg .bg-inner {
    background-image: url(../images/character/adachi/bg_sp.jpg);
  }
}

.character .character-box.adachi .name-roma {
  background-image: url(../images/character/adachi/name_roma.png);
  background-size: 472px 245px ;
  background-position: calc(50% + 38px) 50px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.adachi .name-roma {
    background-size: 62.93333vw 32.66667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.adachi .name-roma {
    background-position: right 2.66667vw top 6.66667vw ;
  }
}

.character .character-box.adachi .chara img {
  position: absolute;
  top: 20px;
  left: -230px;
  width: 351px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.adachi .chara img {
    top: 30px;
    top: 4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.adachi .chara img {
    left: -217px;
    left: -28.93333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.adachi .chara img {
    width: 351px;
    width: 46.8vw;
  }
}

.character .character-box.adachi p.name img {
  position: absolute;
  top: 80px;
  left: 70px;
  width: 478px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.adachi p.name img {
    top: 75px;
    top: 10vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.adachi p.name img {
    left: 70px;
    left: 9.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.adachi p.name img {
    width: 478px;
    width: 63.73333vw;
  }
}

.character .character-box.adachi p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.adachi p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.adachi .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.arakawam .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawam .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawam .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.arakawam .bg .bg-inner {
  background-image: url(../images/character/arakawam/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawam .bg .bg-inner {
    background-image: url(../images/character/arakawam/bg_sp.jpg);
  }
}

.character .character-box.arakawam .name-roma {
  background-image: url(../images/character/arakawam/name_roma.png);
  background-size: 613px 242px ;
  background-position: calc(50% + 38px) 50px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawam .name-roma {
    background-size: 81.73333vw 32.26667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawam .name-roma {
    background-position: right 2.66667vw top 6.66667vw ;
  }
}

.character .character-box.arakawam .chara img {
  position: absolute;
  top: 25px;
  left: -230px;
  width: 300px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawam .chara img {
    top: 30px;
    top: 4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawam .chara img {
    left: -217px;
    left: -28.93333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawam .chara img {
    width: 300px;
    width: 40vw;
  }
}

.character .character-box.arakawam p.name img {
  position: absolute;
  top: 80px;
  left: 70px;
  width: 478px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawam p.name img {
    top: 75px;
    top: 10vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawam p.name img {
    left: 70px;
    left: 9.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawam p.name img {
    width: 478px;
    width: 63.73333vw;
  }
}

.character .character-box.arakawam p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.arakawam p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.arakawam .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.yasumura .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yasumura .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yasumura .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.yasumura .bg .bg-inner {
  background-image: url(../images/character/yasumura/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yasumura .bg .bg-inner {
    background-image: url(../images/character/yasumura/bg_sp.jpg);
  }
}

.character .character-box.yasumura .name-roma {
  background-image: url(../images/character/yasumura/name_roma.png);
  background-size: 647px 245px ;
  background-position: calc(50% + 38px) 50px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yasumura .name-roma {
    background-size: 86.26667vw 32.66667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yasumura .name-roma {
    background-position: right 2.66667vw top 6.66667vw ;
  }
}

.character .character-box.yasumura .chara img {
  position: absolute;
  top: 25px;
  left: -230px;
  width: 276px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yasumura .chara img {
    top: 30px;
    top: 4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yasumura .chara img {
    left: -217px;
    left: -28.93333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yasumura .chara img {
    width: 300px;
    width: 40vw;
  }
}

.character .character-box.yasumura p.name img {
  position: absolute;
  top: 80px;
  left: 70px;
  width: 507px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yasumura p.name img {
    top: 75px;
    top: 10vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yasumura p.name img {
    left: 70px;
    left: 9.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yasumura p.name img {
    width: 507px;
    width: 67.6vw;
  }
}

.character .character-box.yasumura p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yasumura p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.yasumura .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.tendo .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.tendo .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.tendo .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.tendo .bg .bg-inner {
  background-image: url(../images/character/tendo/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.tendo .bg .bg-inner {
    background-image: url(../images/character/tendo/bg_sp.jpg);
  }
}

.character .character-box.tendo .name-roma {
  background-image: url(../images/character/tendo/name_roma.png);
  background-size: 466px 245px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.tendo .name-roma {
    background-size: 62.13333vw 32.66667vw ;
  }
}

.character .character-box.tendo .chara img {
  position: absolute;
  width: 247px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.tendo .chara img {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.tendo p.name img {
  position: absolute;
  width: 482px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.tendo p.name img {
    width: 482px;
    width: 64.26667vw;
  }
}

.character .character-box.tendo p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.tendo p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.tendo .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.ishioda .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ishioda .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ishioda .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.ishioda .bg .bg-inner {
  background-image: url(../images/character/ishioda/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ishioda .bg .bg-inner {
    background-image: url(../images/character/ishioda/bg_sp.jpg);
  }
}

.character .character-box.ishioda .name-roma {
  background-image: url(../images/character/ishioda/name_roma.png);
  background-size: 467px 243px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ishioda .name-roma {
    background-size: 62.26667vw 32.4vw ;
  }
}

.character .character-box.ishioda .chara img {
  position: absolute;
  width: 282px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ishioda .chara img {
    width: 290px;
    width: 38.66667vw;
  }
}

.character .character-box.ishioda p.name img {
  position: absolute;
  width: 573px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ishioda p.name img {
    width: 481px;
    width: 64.13333vw;
  }
}

.character .character-box.ishioda p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ishioda p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.ishioda .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.hoshino .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hoshino .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hoshino .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.hoshino .bg .bg-inner {
  background-image: url(../images/character/hoshino/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hoshino .bg .bg-inner {
    background-image: url(../images/character/hoshino/bg_sp.jpg);
  }
}

.character .character-box.hoshino .name-roma {
  background-image: url(../images/character/hoshino/name_roma.png);
  background-size: 513px 243px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hoshino .name-roma {
    background-size: 68.4vw 32.4vw ;
  }
}

.character .character-box.hoshino .chara img {
  position: absolute;
  width: 257px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hoshino .chara img {
    width: 260px;
    width: 34.66667vw;
  }
}

.character .character-box.hoshino p.name img {
  position: absolute;
  width: 479px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hoshino p.name img {
    width: 479px;
    width: 63.86667vw;
  }
}

.character .character-box.hoshino p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hoshino p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.hoshino .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.takabe .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.takabe .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.takabe .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.takabe .bg .bg-inner {
  background-image: url(../images/character/takabe/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.takabe .bg .bg-inner {
    background-image: url(../images/character/takabe/bg_sp.jpg);
  }
}

.character .character-box.takabe .name-roma {
  background-image: url(../images/character/takabe/name_roma.png);
  background-size: 546px 243px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.takabe .name-roma {
    background-size: 72.8vw 32.4vw ;
  }
}

.character .character-box.takabe .chara img {
  position: absolute;
  width: 274px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.takabe .chara img {
    width: 274px;
    width: 36.53333vw;
  }
}

.character .character-box.takabe p.name img {
  position: absolute;
  width: 354px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.takabe p.name img {
    width: 354px;
    width: 47.2vw;
  }
}

.character .character-box.takabe p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.takabe p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.takabe .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.sonhi .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sonhi .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sonhi .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.sonhi .bg .bg-inner {
  background-image: url(../images/character/sonhi/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sonhi .bg .bg-inner {
    background-image: url(../images/character/sonhi/bg_sp.jpg);
  }
}

.character .character-box.sonhi .name-roma {
  background-image: url(../images/character/sonhi/name_roma.png?v2);
  background-size: 633px 120px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sonhi .name-roma {
    background-size: 74vw 14.13333vw ;
  }
}

.character .character-box.sonhi .chara img {
  position: absolute;
  width: 277px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sonhi .chara img {
    width: 277px;
    width: 36.93333vw;
  }
}

.character .character-box.sonhi p.name img {
  position: absolute;
  width: 352px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sonhi p.name img {
    width: 352px;
    width: 46.93333vw;
  }
}

.character .character-box.sonhi p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sonhi p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.sonhi .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.jungi .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.jungi .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.jungi .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.jungi .bg .bg-inner {
  background-image: url(../images/character/jungi/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.jungi .bg .bg-inner {
    background-image: url(../images/character/jungi/bg_sp.jpg);
  }
}

.character .character-box.jungi .name-roma {
  background-image: url(../images/character/jungi/name_roma.png?v2);
  background-size: 478px 243px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.jungi .name-roma {
    background-size: 63.73333vw 32.4vw ;
  }
}

.character .character-box.jungi .chara img {
  position: absolute;
  width: 224px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.jungi .chara img {
    width: 224px;
    width: 29.86667vw;
  }
}

.character .character-box.jungi p.name img {
  position: absolute;
  width: 598px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.jungi p.name img {
    width: 560px;
    width: 74.66667vw;
  }
}

.character .character-box.jungi p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.jungi p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.jungi .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.chow .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.chow .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.chow .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.chow .bg .bg-inner {
  background-image: url(../images/character/chow/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.chow .bg .bg-inner {
    background-image: url(../images/character/chow/bg_sp.jpg);
  }
}

.character .character-box.chow .name-roma {
  background-image: url(../images/character/chow/name_roma.png?v2);
  background-size: 506px 245px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.chow .name-roma {
    background-size: 67.46667vw 32.66667vw ;
  }
}

.character .character-box.chow .chara img {
  position: absolute;
  width: 352px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.chow .chara img {
    width: 352px;
    width: 46.93333vw;
  }
}

.character .character-box.chow p.name img {
  position: absolute;
  width: 360px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.chow p.name img {
    width: 360px;
    width: 48vw;
  }
}

.character .character-box.chow p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.chow p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.chow .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.mabuchi .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mabuchi .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mabuchi .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.mabuchi .bg .bg-inner {
  background-image: url(../images/character/mabuchi/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mabuchi .bg .bg-inner {
    background-image: url(../images/character/mabuchi/bg_sp.jpg);
  }
}

.character .character-box.mabuchi .name-roma {
  background-image: url(../images/character/mabuchi/name_roma.png);
  background-size: 547px 243px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mabuchi .name-roma {
    background-size: 72.93333vw 32.4vw ;
  }
}

.character .character-box.mabuchi .chara img {
  position: absolute;
  width: 278px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mabuchi .chara img {
    width: 278px;
    width: 37.06667vw;
  }
}

.character .character-box.mabuchi p.name img {
  position: absolute;
  width: 353px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mabuchi p.name img {
    width: 353px;
    width: 47.06667vw;
  }
}

.character .character-box.mabuchi p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.mabuchi p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.mabuchi .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.hamako .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hamako .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hamako .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.hamako .bg .bg-inner {
  background-image: url(../images/character/hamako/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hamako .bg .bg-inner {
    background-image: url(../images/character/hamako/bg_sp.jpg);
  }
}

.character .character-box.hamako .name-roma {
  background-image: url(../images/character/hamako/name_roma.png);
  background-size: 514px 120px ;
  background-position: calc(50% - 210px) 10px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hamako .name-roma {
    background-size: 55.46667vw 13.86667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hamako .name-roma {
    background-position: 2.7vw 0;
  }
}

.character .character-box.hamako .chara img {
  position: absolute;
  width: 278px;
  top: -15px;
  left: 560px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hamako .chara img {
    width: 278px;
    width: 37.06667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hamako .chara img {
    top: -25px;
    top: -3.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hamako .chara img {
    left: 417px;
    left: 55.6vw;
  }
}

.character .character-box.hamako p.name img {
  position: absolute;
  width: 285px;
  top: 73px;
  left: 15px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hamako p.name img {
    width: 285px;
    width: 38vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hamako p.name img {
    top: 72px;
    top: 9.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hamako p.name img {
    left: 15px;
    left: 2vw;
  }
}

.character .character-box.hamako p.cs {
  width: 252px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.hamako p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

.character .character-box.hamako .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.nonomiya .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nonomiya .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nonomiya .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.nonomiya .bg .bg-inner {
  background-image: url(../images/character/nonomiya/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nonomiya .bg .bg-inner {
    background-image: url(../images/character/nonomiya/bg_sp.jpg);
  }
}

.character .character-box.nonomiya .name-roma {
  background-image: url(../images/character/nonomiya/name_roma.png);
  background-size: 595px 120px ;
  background-position: calc(50% - 210px) 10px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nonomiya .name-roma {
    background-size: 66.13333vw 13.86667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nonomiya .name-roma {
    background-position: 2.7vw 0;
  }
}

.character .character-box.nonomiya .chara img {
  position: absolute;
  width: 244px;
  top: -15px;
  left: 615px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nonomiya .chara img {
    width: 244px;
    width: 32.53333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nonomiya .chara img {
    top: -25px;
    top: -3.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nonomiya .chara img {
    left: 447px;
    left: 59.6vw;
  }
}

.character .character-box.nonomiya p.name img {
  position: absolute;
  width: 362px;
  top: 73px;
  left: 15px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nonomiya p.name img {
    width: 349px;
    width: 46.53333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nonomiya p.name img {
    top: 72px;
    top: 9.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nonomiya p.name img {
    left: 15px;
    left: 2vw;
  }
}

.character .character-box.nonomiya p.cs {
  width: 276px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.nonomiya p.cs {
    width: 282px;
    width: 37.6vw;
  }
}

.character .character-box.nonomiya .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.kamataki .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kamataki .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kamataki .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.kamataki .bg .bg-inner {
  background-image: url(../images/character/kamataki/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kamataki .bg .bg-inner {
    background-image: url(../images/character/kamataki/bg_sp.jpg);
  }
}

.character .character-box.kamataki .name-roma {
  background-image: url(../images/character/kamataki/name_roma.png);
  background-size: 504px 225px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kamataki .name-roma {
    background-size: 67.2vw 30vw ;
  }
}

.character .character-box.kamataki .chara img {
  position: absolute;
  width: 314px;
  top: -25px;
  left: 575px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kamataki .chara img {
    width: 310px;
    width: 41.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kamataki .chara img {
    top: -40px;
    top: -5.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kamataki .chara img {
    left: 447px;
    left: 59.6vw;
  }
}

.character .character-box.kamataki p.name img {
  position: absolute;
  width: 467px;
  top: 73px;
  left: 15px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kamataki p.name img {
    width: 467px;
    width: 62.26667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kamataki p.name img {
    top: 72px;
    top: 9.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kamataki p.name img {
    left: 15px;
    left: 2vw;
  }
}

.character .character-box.kamataki .detail .name-box p.cs {
  width: 252px;
  bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kamataki .detail .name-box p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kamataki .detail .name-box p.cs {
    bottom: 3vw;
  }
}

.character .character-box.kamataki .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.yanagi .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yanagi .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yanagi .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.yanagi .bg .bg-inner {
  background-image: url(../images/character/yanagi/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yanagi .bg .bg-inner {
    background-image: url(../images/character/yanagi/bg_sp.jpg);
  }
}

.character .character-box.yanagi .name-roma {
  background-image: url(../images/character/yanagi/name_roma.png);
  background-size: 357px 229px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yanagi .name-roma {
    background-size: 47.6vw 30.53333vw ;
  }
}

.character .character-box.yanagi .chara img {
  position: absolute;
  width: 228px;
  top: -25px;
  left: 615px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yanagi .chara img {
    width: 228px;
    width: 30.4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yanagi .chara img {
    top: -40px;
    top: -5.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yanagi .chara img {
    left: 507px;
    left: 67.6vw;
  }
}

.character .character-box.yanagi p.name img {
  position: absolute;
  width: 467px;
  top: 73px;
  left: 15px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yanagi p.name img {
    width: 467px;
    width: 62.26667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yanagi p.name img {
    top: 72px;
    top: 9.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yanagi p.name img {
    left: 15px;
    left: 2vw;
  }
}

.character .character-box.yanagi .detail .name-box p.cs {
  width: 252px;
  bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yanagi .detail .name-box p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.yanagi .detail .name-box p.cs {
    bottom: 3vw;
  }
}

.character .character-box.yanagi .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.sawa .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawa .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawa .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.sawa .bg .bg-inner {
  background-image: url(../images/character/sawa/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawa .bg .bg-inner {
    background-image: url(../images/character/sawa/bg_sp.jpg);
  }
}

.character .character-box.sawa .name-roma {
  background-image: url(../images/character/sawa/name_roma.png);
  background-size: 374px 210px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawa .name-roma {
    background-size: 49.86667vw 30.53333vw ;
  }
}

.character .character-box.sawa .chara img {
  position: absolute;
  width: 337px;
  top: -25px;
  left: 615px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawa .chara img {
    width: 298px;
    width: 39.73333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawa .chara img {
    top: -40px;
    top: -5.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawa .chara img {
    left: 507px;
    left: 67.6vw;
  }
}

.character .character-box.sawa p.name img {
  position: absolute;
  width: 474px;
  top: 73px;
  left: 15px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawa p.name img {
    width: 474px;
    width: 63.2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawa p.name img {
    top: 72px;
    top: 9.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawa p.name img {
    left: 15px;
    left: 2vw;
  }
}

.character .character-box.sawa .detail .name-box p.cs {
  width: 252px;
  bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawa .detail .name-box p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.sawa .detail .name-box p.cs {
    bottom: 3vw;
  }
}

.character .character-box.sawa .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.miyakoshi .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.miyakoshi .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.miyakoshi .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.miyakoshi .bg .bg-inner {
  background-image: url(../images/character/miyakoshi/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.miyakoshi .bg .bg-inner {
    background-image: url(../images/character/miyakoshi/bg_sp.jpg);
  }
}

.character .character-box.miyakoshi .name-roma {
  background-image: url(../images/character/miyakoshi/name_roma.png);
  background-size: 506px 228px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.miyakoshi .name-roma {
    background-size: 67.46667vw 30.4vw ;
  }
}

.character .character-box.miyakoshi .chara img {
  position: absolute;
  width: 234px;
  top: 5px;
  left: 615px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.miyakoshi .chara img {
    width: 234px;
    width: 31.2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.miyakoshi .chara img {
    top: -30px;
    top: -4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.miyakoshi .chara img {
    left: 517px;
    left: 68.93333vw;
  }
}

.character .character-box.miyakoshi p.name img {
  position: absolute;
  width: 481px;
  top: 73px;
  left: 15px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.miyakoshi p.name img {
    width: 481px;
    width: 64.13333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.miyakoshi p.name img {
    top: 72px;
    top: 9.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.miyakoshi p.name img {
    left: 15px;
    left: 2vw;
  }
}

.character .character-box.miyakoshi .detail .name-box p.cs {
  width: 252px;
  bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.miyakoshi .detail .name-box p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.miyakoshi .detail .name-box p.cs {
    bottom: 3vw;
  }
}

.character .character-box.miyakoshi .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.ririka .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ririka .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ririka .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.ririka .bg .bg-inner {
  background-image: url(../images/character/ririka/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ririka .bg .bg-inner {
    background-image: url(../images/character/ririka/bg_sp.jpg);
  }
}

.character .character-box.ririka .name-roma {
  background-image: url(../images/character/ririka/name_roma.png);
  background-size: 316px 100px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ririka .name-roma {
    background-size: 42.13333vw 13.33333vw ;
  }
}

.character .character-box.ririka .chara img {
  position: absolute;
  width: 237px;
  top: 5px;
  left: 615px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ririka .chara img {
    width: 237px;
    width: 31.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ririka .chara img {
    top: -30px;
    top: -4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ririka .chara img {
    left: 507px;
    left: 67.6vw;
  }
}

.character .character-box.ririka p.name img {
  position: absolute;
  width: 348px;
  top: 73px;
  left: 15px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ririka p.name img {
    width: 348px;
    width: 46.4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ririka p.name img {
    top: 72px;
    top: 9.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ririka p.name img {
    left: 15px;
    left: 2vw;
  }
}

.character .character-box.ririka .detail .name-box p.cs {
  width: 252px;
  bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ririka .detail .name-box p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ririka .detail .name-box p.cs {
    bottom: 3vw;
  }
}

.character .character-box.ririka .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.aoki .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.aoki .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.aoki .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.aoki .bg .bg-inner {
  background-image: url(../images/character/aoki/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.aoki .bg .bg-inner {
    background-image: url(../images/character/aoki/bg_sp.jpg);
  }
}

.character .character-box.aoki .name-roma {
  background-image: url(../images/character/aoki/name_roma.png);
  background-size: 275px 245px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.aoki .name-roma {
    background-size: 36.66667vw 32.66667vw ;
  }
}

.character .character-box.aoki .chara img {
  position: absolute;
  width: 257px;
  top: -17px;
  left: 621px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.aoki .chara img {
    width: 257px;
    width: 34.26667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.aoki .chara img {
    top: -50px;
    top: -6.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.aoki .chara img {
    left: 487px;
    left: 64.93333vw;
  }
}

.character .character-box.aoki p.name img {
  position: absolute;
  width: 358px;
  top: 73px;
  left: 15px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.aoki p.name img {
    width: 358px;
    width: 47.73333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.aoki p.name img {
    top: 72px;
    top: 9.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.aoki p.name img {
    left: 15px;
    left: 2vw;
  }
}

.character .character-box.aoki .detail .name-box p.cs {
  width: 252px;
  bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.aoki .detail .name-box p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.aoki .detail .name-box p.cs {
    bottom: 3vw;
  }
}

.character .character-box.aoki .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.ogasawara .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ogasawara .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ogasawara .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.ogasawara .bg .bg-inner {
  background-image: url(../images/character/ogasawara/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ogasawara .bg .bg-inner {
    background-image: url(../images/character/ogasawara/bg_sp.jpg);
  }
}

.character .character-box.ogasawara .name-roma {
  background-image: url(../images/character/ogasawara/name_roma.png);
  background-size: 593px 199px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ogasawara .name-roma {
    background-size: 79.06667vw 26.53333vw ;
  }
}

.character .character-box.ogasawara .chara img {
  position: absolute;
  width: 231px;
  top: -18px;
  left: 615px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ogasawara .chara img {
    width: 231px;
    width: 30.8vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ogasawara .chara img {
    top: -55px;
    top: -7.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ogasawara .chara img {
    left: 510px;
    left: 68vw;
  }
}

.character .character-box.ogasawara p.name img {
  position: absolute;
  width: 480px;
  top: 73px;
  left: 15px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ogasawara p.name img {
    width: 480px;
    width: 64vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ogasawara p.name img {
    top: 72px;
    top: 9.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ogasawara p.name img {
    left: 15px;
    left: 2vw;
  }
}

.character .character-box.ogasawara .detail .name-box p.cs {
  width: 252px;
  bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ogasawara .detail .name-box p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.ogasawara .detail .name-box p.cs {
    bottom: 3vw;
  }
}

.character .character-box.ogasawara .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.kume .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kume .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kume .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.kume .bg .bg-inner {
  background-image: url(../images/character/kume/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kume .bg .bg-inner {
    background-image: url(../images/character/kume/bg_sp.jpg);
  }
}

.character .character-box.kume .name-roma {
  background-image: url(../images/character/kume/name_roma.png);
  background-size: 362px 238px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kume .name-roma {
    background-size: 48.26667vw 31.73333vw ;
  }
}

.character .character-box.kume .chara img {
  position: absolute;
  width: 252px;
  top: -15px;
  left: 615px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kume .chara img {
    width: 252px;
    width: 33.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kume .chara img {
    top: -54px;
    top: -7.2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kume .chara img {
    left: 510px;
    left: 68vw;
  }
}

.character .character-box.kume p.name img {
  position: absolute;
  width: 480px;
  top: 73px;
  left: 15px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kume p.name img {
    width: 480px;
    width: 64vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kume p.name img {
    top: 72px;
    top: 9.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kume p.name img {
    left: 15px;
    left: 2vw;
  }
}

.character .character-box.kume .detail .name-box p.cs {
  width: 252px;
  bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kume .detail .name-box p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kume .detail .name-box p.cs {
    bottom: 3vw;
  }
}

.character .character-box.kume .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.kiryu .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kiryu .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kiryu .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.kiryu .bg .bg-inner {
  background-image: url(../images/character/kiryu/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kiryu .bg .bg-inner {
    background-image: url(../images/character/kiryu/bg_sp.jpg);
  }
}

.character .character-box.kiryu .name-roma {
  background-image: url(../images/character/kiryu/name_roma.png);
  background-size: 514px 243px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kiryu .name-roma {
    background-size: 68.53333vw 32.4vw ;
  }
}

.character .character-box.kiryu .chara img {
  position: absolute;
  width: 282px;
  top: -10px;
  left: 615px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kiryu .chara img {
    width: 282px;
    width: 37.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kiryu .chara img {
    top: -50px;
    top: -6.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kiryu .chara img {
    left: 495px;
    left: 66vw;
  }
}

.character .character-box.kiryu p.name img {
  position: absolute;
  width: 479px;
  top: 73px;
  left: 15px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kiryu p.name img {
    width: 479px;
    width: 63.86667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kiryu p.name img {
    top: 72px;
    top: 9.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kiryu p.name img {
    left: 15px;
    left: 2vw;
  }
}

.character .character-box.kiryu .detail .name-box p.cs {
  width: 252px;
  bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kiryu .detail .name-box p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.kiryu .detail .name-box p.cs {
    bottom: 3vw;
  }
}

.character .character-box.kiryu .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.majima .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.majima .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.majima .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.majima .bg .bg-inner {
  background-image: url(../images/character/majima/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.majima .bg .bg-inner {
    background-image: url(../images/character/majima/bg_sp.jpg);
  }
}

.character .character-box.majima .name-roma {
  background-image: url(../images/character/majima/name_roma.png);
  background-size: 490px 245px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.majima .name-roma {
    background-size: 65.33333vw 32.66667vw ;
  }
}

.character .character-box.majima .chara img {
  position: absolute;
  width: 291px;
  top: -10px;
  left: 615px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.majima .chara img {
    width: 291px;
    width: 38.8vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.majima .chara img {
    top: -50px;
    top: -6.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.majima .chara img {
    left: 500px;
    left: 66.66667vw;
  }
}

.character .character-box.majima p.name img {
  position: absolute;
  width: 478px;
  top: 63px;
  left: 13px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.majima p.name img {
    width: 478px;
    width: 63.73333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.majima p.name img {
    top: 65px;
    top: 8.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.majima p.name img {
    left: 15px;
    left: 2vw;
  }
}

.character .character-box.majima .detail .name-box p.cs {
  width: 252px;
  bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.majima .detail .name-box p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.majima .detail .name-box p.cs {
    bottom: 3vw;
  }
}

.character .character-box.majima .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.saejima .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.saejima .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.saejima .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.saejima .bg .bg-inner {
  background-image: url(../images/character/saejima/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.saejima .bg .bg-inner {
    background-image: url(../images/character/saejima/bg_sp.jpg);
  }
}

.character .character-box.saejima .name-roma {
  background-image: url(../images/character/saejima/name_roma.png);
  background-size: 531px 245px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.saejima .name-roma {
    background-size: 70.8vw 32.66667vw ;
  }
}

.character .character-box.saejima .chara img {
  position: absolute;
  width: 307px;
  top: -12px;
  left: 597px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.saejima .chara img {
    width: 307px;
    width: 40.93333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.saejima .chara img {
    top: -50px;
    top: -6.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.saejima .chara img {
    left: 500px;
    left: 66.66667vw;
  }
}

.character .character-box.saejima p.name img {
  position: absolute;
  width: 480px;
  top: 73px;
  left: 15px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.saejima p.name img {
    width: 480px;
    width: 64vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.saejima p.name img {
    top: 72px;
    top: 9.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.saejima p.name img {
    left: 15px;
    left: 2vw;
  }
}

.character .character-box.saejima .detail .name-box p.cs {
  width: 252px;
  bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.saejima .detail .name-box p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.saejima .detail .name-box p.cs {
    bottom: 3vw;
  }
}

.character .character-box.saejima .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.dojima .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.dojima .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.dojima .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.dojima .bg .bg-inner {
  background-image: url(../images/character/dojima/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.dojima .bg .bg-inner {
    background-image: url(../images/character/dojima/bg_sp.jpg);
  }
}

.character .character-box.dojima .name-roma {
  background-image: url(../images/character/dojima/name_roma.png);
  background-size: 538px 245px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.dojima .name-roma {
    background-size: 71.73333vw 32.66667vw ;
  }
}

.character .character-box.dojima .chara img {
  position: absolute;
  width: 270px;
  top: -14px;
  left: 616px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.dojima .chara img {
    width: 270px;
    width: 36vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.dojima .chara img {
    top: -50px;
    top: -6.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.dojima .chara img {
    left: 507px;
    left: 67.6vw;
  }
}

.character .character-box.dojima p.name img {
  position: absolute;
  width: 478px;
  top: 73px;
  left: 15px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.dojima p.name img {
    width: 478px;
    width: 63.73333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.dojima p.name img {
    top: 72px;
    top: 9.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.dojima p.name img {
    left: 15px;
    left: 2vw;
  }
}

.character .character-box.dojima .detail .name-box p.cs {
  width: 252px;
  bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.dojima .detail .name-box p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.dojima .detail .name-box p.cs {
    bottom: 3vw;
  }
}

.character .character-box.dojima .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box.watase .detail {
  margin: 0 auto !important;
  padding-bottom: 45px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.watase .detail {
    margin: 0 2.6vw 0 auto !important;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.watase .detail {
    padding-bottom: 45px;
    padding-bottom: 6vw;
  }
}

.character .character-box.watase .bg .bg-inner {
  background-image: url(../images/character/watase/bg.jpg);
}

@media only screen and (max-width: 1000px) {
  .character .character-box.watase .bg .bg-inner {
    background-image: url(../images/character/watase/bg_sp.jpg);
  }
}

.character .character-box.watase .name-roma {
  background-image: url(../images/character/watase/name_roma.png);
  background-size: 514px 245px ;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.watase .name-roma {
    background-size: 68.53333vw 32.66667vw ;
  }
}

.character .character-box.watase .chara img {
  position: absolute;
  width: 317px;
  top: -13px;
  left: 572px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.watase .chara img {
    width: 317px;
    width: 42.26667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.watase .chara img {
    top: -50px;
    top: -6.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.watase .chara img {
    left: 465px;
    left: 62vw;
  }
}

.character .character-box.watase p.name img {
  position: absolute;
  width: 362px;
  top: 64px;
  left: 14px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.watase p.name img {
    width: 362px;
    width: 48.26667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.watase p.name img {
    top: 64px;
    top: 8.53333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.watase p.name img {
    left: 14px;
    left: 1.86667vw;
  }
}

.character .character-box.watase .detail .name-box p.cs {
  width: 252px;
  bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .character .character-box.watase .detail .name-box p.cs {
    width: 252px;
    width: 33.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .character .character-box.watase .detail .name-box p.cs {
    bottom: 3vw;
  }
}

.character .character-box.watase .full-btn {
  right: auto;
  left: 4.7vw;
}

.character .character-box {
  /*
    2000
    */
}

.character .character-box .bg .bg-2019 {
  opacity: 1;
  transition: .3s;
}

.character .character-box .bg .bg-2000 {
  opacity: 0;
  transition: .3s;
}

.character .character-box p.name img.y-2019 {
  opacity: 1;
  transform: translateY(0);
  transition: .3s;
}

.character .character-box p.name img.y-2000 {
  opacity: 0;
  transform: translateY(50px);
  transition: .3s;
}

.character .character-box .chara.y-2019 {
  opacity: 1;
  transition: .3s;
  transform: translateX(0);
}

.character .character-box .chara.y-2000 {
  opacity: 0;
  transition: .3s;
  transform: translateX(50px);
}

.character .character-box .txt p.y-2019 {
  display: block;
}

.character .character-box .txt p.y-2000 {
  display: none;
}

.character .character-box .ss-inner img.y-2000 {
  opacity: 0;
  transition: .3s;
}

.character .character-box .change-btn .btn-2019 {
  opacity: 1;
  transform: scale(1);
  transition: .3s;
}

.character .character-box .change-btn .btn-2000 {
  opacity: 0;
  transform: scale(0.5);
  transition: .3s;
}

.character .character-box.y-2000 .bg .bg-2019 {
  opacity: 0;
}

.character .character-box.y-2000 .bg .bg-2000 {
  opacity: 1;
}

.character .character-box.y-2000 p.name img.y-2019 {
  opacity: 0;
  transform: translateY(-50px);
}

.character .character-box.y-2000 p.name img.y-2000 {
  opacity: 1;
  transform: translateY(0);
}

.character .character-box.y-2000 .chara.y-2019 {
  opacity: 0;
  transform: translateX(50px);
}

.character .character-box.y-2000 .chara.y-2000 {
  opacity: 1;
  transform: translateX(0);
}

.character .character-box.y-2000 .txt p.y-2019 {
  display: none;
}

.character .character-box.y-2000 .txt p.y-2000 {
  display: block;
}

.character .character-box.y-2000 .ss-inner img.y-2000 {
  opacity: 1;
}

.character .character-box.y-2000 .change-btn .btn-2019 {
  opacity: 0;
  transform: scale(0.5);
}

.character .character-box.y-2000 .change-btn .btn-2000 {
  opacity: 1;
  transform: scale(1);
}

.spec {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .spec {
    padding-top: 60px;
    padding-top: 8vw;
  }
}

@media only screen and (max-width: 1000px) {
  .spec {
    padding-bottom: 30px;
    padding-bottom: 4vw;
  }
}

.spec h2 {
  width: 321px;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .spec h2 {
    width: 321px;
    width: 42.8vw;
  }
}

.spec h2 img {
  width: 100%;
}

.spec p.p-01 {
  width: 212px;
  margin: 0 auto;
  margin-top: -45px;
}

@media only screen and (max-width: 1000px) {
  .spec p.p-01 {
    width: 212px;
    width: 28.26667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .spec p.p-01 {
    margin-top: -45px;
    margin-top: -6vw;
  }
}

.spec p.p-01 img {
  width: 100%;
}

.spec .box-01 {
  width: 1024px;
  margin: 0 auto;
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 {
    margin-top: 30px;
    margin-top: 4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 {
    display: block;
  }
}

.spec .box-01 .logo {
  width: 617px;
  margin: 0;
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .logo {
    width: 617px;
    width: 82.26667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .logo {
    margin: 0 auto;
  }
}

.spec .box-01 .logo img {
  width: 100%;
}

.spec .box-01 .detail {
  margin: "0 0 0 ";
  width: 370px;
  position: relative;
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .detail {
    margin: 8vw auto 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .detail {
    width: 470px;
    width: 62.66667vw;
  }
}

.spec .box-01 .detail dl {
  width: 100%;
}

.spec .box-01 .detail dl .dl-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .detail dl .dl-box {
    margin-bottom: 10px;
    margin-bottom: 1.33333vw;
  }
}

.spec .box-01 .detail dl dt {
  font-size: 18px;
  width: 115px;
  font-weight: 500;
  line-height: 1em;
  color: white;
  background-color: #5d0a0f;
  padding: 5px 10px ;
  margin-right: 2px;
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .detail dl dt {
    font-size: 20px;
    font-size: 2.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .detail dl dt {
    width: 150px;
    width: 20vw;
  }
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .detail dl dt {
    padding: 1.33333vw 2.66667vw ;
  }
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .detail dl dt {
    margin-right: 2px;
    margin-right: 0.26667vw;
  }
}

.spec .box-01 .detail dl dd {
  flex-grow: 1;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  color: white;
  background-color: #b3131d;
  padding: 5px 10px ;
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .detail dl dd {
    font-size: 20px;
    font-size: 2.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .detail dl dd {
    padding: 1.33333vw 2.66667vw ;
  }
}

.spec .box-01 .detail .cero {
  width: 51px;
  margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .detail .cero {
    width: 51px;
    width: 6.8vw;
  }
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .detail .cero {
    margin-top: 20px;
    margin-top: 2.66667vw;
  }
}

.spec .box-01 .detail .cero img {
  width: 100%;
}

.spec .box-01 .detail .award {
  width: 78px;
  position: absolute;
  bottom: -10px;
  left: 70px;
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .detail .award {
    width: 78px;
    width: 10.4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .detail .award {
    bottom: -10px;
    bottom: -1.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .spec .box-01 .detail .award {
    left: 75px;
    left: 10vw;
  }
}

.spec .box-01 .detail .award img {
  width: 100%;
}

.spec p.kome {
  color: white;
  text-align: center;
  font-size: 18px;
  margin-top: 60px;
}

@media only screen and (max-width: 1000px) {
  .spec p.kome {
    font-size: 20px;
    font-size: 2.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .spec p.kome {
    margin-top: 50px;
    margin-top: 6.66667vw;
  }
}

#preorder .title_inner h2 img {
  margin-left: 20px;
}

@media only screen and (max-width: 1000px) {
  #preorder .title_inner h2 img {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

#preorder .title_inner {
  background-image: url(../images/preorder/bg_title.jpg);
}

@media only screen and (max-width: 1000px) {
  #preorder .title_inner {
    background-image: url(../images/preorder/bg_title_sp.jpg);
  }
}

#preorder .title_inner h2 {
  width: 650px;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  #preorder .title_inner h2 {
    width: 94.7%;
  }
}

#preorder .title_inner h2 img {
  width: auto;
  height: 83px;
}

@media only screen and (max-width: 1000px) {
  #preorder .title_inner h2 img {
    height: 80px;
    height: 10.66667vw;
  }
}

#preorder .preorder_node {
  color: #fff;
}

#preorder .preorder .modal-btns .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#preorder .preorder .modal-btns .inner p {
  width: 100%;
  line-height: 1.8em;
  margin-top: 19px;
  margin-bottom: 38px;
}

@media only screen and (max-width: 1000px) {
  #preorder .preorder .modal-btns .inner p {
    margin-top: 0px;
    margin-top: 0vw;
  }
}

@media only screen and (max-width: 1000px) {
  #preorder .preorder .modal-btns .inner p {
    margin-bottom: 21px;
    margin-bottom: 2.8vw;
  }
}

#preorder .preorder .modal-btns {
  margin-top: 10px;
  padding-bottom: 0px;
  background-image: none;
}

@media only screen and (max-width: 1000px) {
  #preorder .preorder .modal-btns {
    margin-top: 8px;
    margin-top: 1.06667vw;
  }
}

@media only screen and (max-width: 1000px) {
  #preorder .preorder .modal-btns {
    padding-bottom: 21px;
    padding-bottom: 2.8vw;
  }
}

#preorder .preorder .modal-btns .inner.note {
  font-size: 14px;
  padding-left: 0px;
  padding-right: 0px;
  color: #fff;
  text-align: left;
}

@media only screen and (max-width: 1000px) {
  #preorder .preorder .modal-btns .inner.note {
    font-size: 17px;
    font-size: 2.26667vw;
  }
}

@media only screen and (max-width: 1000px) {
  #preorder .preorder .modal-btns .inner.note {
    padding-left: 30px;
    padding-left: 4vw;
  }
}

@media only screen and (max-width: 1000px) {
  #preorder .preorder .modal-btns .inner.note {
    padding-right: 30px;
    padding-right: 4vw;
  }
}

.preorder .more-btn {
  position: absolute;
  width: 300px;
  bottom: 9px;
  left: 9px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  .preorder .more-btn {
    width: 296px;
    width: 39.46667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .more-btn {
    bottom: 1.5vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .more-btn {
    left: 1.5vw;
  }
}

.preorder .more-btn .more-btn-inner {
  padding: 0;
  padding-bottom: 3px;
  padding-right: 3px;
}

@media only screen and (max-width: 1000px) {
  .preorder .more-btn .more-btn-inner {
    padding-bottom: 3px;
    padding-bottom: 0.4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .more-btn .more-btn-inner {
    padding-right: 3px;
    padding-right: 0.4vw;
  }
}

.preorder .more-btn:before {
  top: 3px;
  left: 3px;
}

@media only screen and (max-width: 1000px) {
  .preorder .more-btn:before {
    top: 3px;
    top: 0.4vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .more-btn:before {
    left: 3px;
    left: 0.4vw;
  }
}

.preorder .flex-box {
  display: flex;
  flex-flow: row-reverse;
}

@media only screen and (max-width: 1000px) {
  .preorder .flex-box {
    display: block;
  }
}

.preorder .detail-box {
  min-height: auto;
  width: 50%;
  background-color: #cb050d;
  background-image: url(../images/adventure/detail_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 1.56vw 0 0 0;
}

@media only screen and (max-width: 1000px) {
  .preorder .detail-box {
    min-height: 600px;
    min-height: 80vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .detail-box {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .detail-box {
    background-image: url(../images/adventure/detail_bg_sp.jpg);
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .detail-box {
    background-size: cover;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .detail-box {
    background-position: center;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .detail-box {
    padding: 2.6vw;
  }
}

.preorder .detail-box h2 {
  width: 94.375%;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  .preorder .detail-box h2 {
    width: 100%;
  }
}

.preorder .detail-box h2 img {
  width: 100%;
}

.preorder .detail-box p.p-01 {
  width: 94.375%;
  margin: -40px auto 0 ;
}

@media only screen and (max-width: 1000px) {
  .preorder .detail-box p.p-01 {
    width: 94.375%;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .detail-box p.p-01 {
    margin: -5.33333vw auto 0 ;
  }
}

.preorder .detail-box p.p-01 img {
  width: 100%;
}

.preorder .detail-box p.p-02 {
  font-size: 20px;
  line-height: 1.8em;
  color: white;
  padding: 1.5vw;
}

@media only screen and (max-width: 1000px) {
  .preorder .detail-box p.p-02 {
    font-size: 22px;
    font-size: 2.93333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .detail-box p.p-02 {
    padding: 3vw 1.5vw 1.5vw;
  }
}

.preorder .ss-boxes {
  width: 50%;
}

@media only screen and (max-width: 1000px) {
  .preorder .ss-boxes {
    width: 100%;
  }
}

.preorder .ss-boxes .ss-box {
  position: relative;
}

.preorder .ss-boxes .ss-box:hover .ss .ov {
  opacity: 1;
}

.preorder .ss-boxes .ss-box .ss {
  cursor: pointer;
  width: 100%;
}

.preorder .ss-boxes .ss-box .ss .ov {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s;
  opacity: 0;
}

.preorder .ss-boxes .ss-box img {
  width: 100%;
}

.preorder .ss-boxes .ss-box .sankaku {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 36px 36px ;
  border-color: transparent transparent #ff070f transparent;
}

@media only screen and (max-width: 1000px) {
  .preorder .ss-boxes .ss-box .sankaku {
    border-width: 0 0 6.4vw 6.4vw ;
  }
}

.preorder .ss-boxes .ss-box .sankaku:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/common/plus.svg);
  background-size: cover;
  position: absolute;
  bottom: -32px;
  right: 3px;
}

@media only screen and (max-width: 1000px) {
  .preorder .ss-boxes .ss-box .sankaku:after {
    width: 15px;
    width: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .ss-boxes .ss-box .sankaku:after {
    height: 15px;
    height: 2vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .ss-boxes .ss-box .sankaku:after {
    bottom: -40px;
    bottom: -5.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .ss-boxes .ss-box .sankaku:after {
    right: 5px;
    right: 0.66667vw;
  }
}

.preorder .modal-btns {
  width: 100%;
  text-align: center;
  padding-bottom: 30px;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns {
    padding-bottom: 30px;
    padding-bottom: 4vw;
  }
}

.preorder .modal-btns .inner {
  width: 1020px;
  margin: 0 auto;
  font-size: 0;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns .inner {
    width: 100%;
  }
}

.preorder .modal-btns div.btn-box {
  box-shadow: 4px 4px;
  border: 1px solid #f8e494;
  margin: 30px 0 0 ;
  width: 320px;
  height: 422px;
  display: inline-block;
  background-color: black;
  position: relative;
  font-size: 12px;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box {
    margin: 4vw 0 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box {
    width: 42.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box {
    height: 56.1vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box {
    display: inline-block;
  }
}

.preorder .modal-btns div.btn-box .pict {
  width: 300px;
  margin-top: 9px;
  margin-left: 9px;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box .pict {
    width: 39.5vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box .pict {
    margin-top: 1.5vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box .pict {
    margin-left: 1.5vw;
  }
}

.preorder .modal-btns div.btn-box:hover .ss .ov {
  opacity: 1;
}

.preorder .modal-btns div.btn-box .ss {
  width: 100%;
}

.preorder .modal-btns div.btn-box .ss img {
  width: 300px;
  position: absolute;
  top: 9px;
  left: 9px;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box .ss img {
    width: 39.5vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box .ss img {
    top: 1.5vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box .ss img {
    left: 1.5vw;
  }
}

.preorder .modal-btns div.btn-box p {
  padding: 20px 0 0 15px ;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box p {
    padding: 2.66667vw 0 0 2vw ;
  }
}

.preorder .modal-btns div.btn-box p img {
  width: 100%;
}

.preorder .modal-btns div.btn-box:nth-of-type(1) {
  margin-left: 0px;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box:nth-of-type(1) {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

.preorder .modal-btns div.btn-box:nth-of-type(1) p {
  width: 63.75%;
}

.preorder .modal-btns div.btn-box:nth-of-type(2) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box:nth-of-type(2) {
    margin-left: 35px;
    margin-left: 4.66667vw;
  }
}

.preorder .modal-btns div.btn-box:nth-of-type(2) p {
  width: 63.43%;
}

.preorder .modal-btns div.btn-box:nth-of-type(3) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box:nth-of-type(3) {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

.preorder .modal-btns div.btn-box:nth-of-type(3) p {
  width: 76.25%;
}

.preorder .modal-btns div.btn-box:nth-of-type(4) {
  margin-left: 0px;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box:nth-of-type(4) {
    margin-left: 35px;
    margin-left: 4.66667vw;
  }
}

.preorder .modal-btns div.btn-box:nth-of-type(4) p {
  width: 93.7%;
}

.preorder .modal-btns div.btn-box:nth-of-type(5) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box:nth-of-type(5) {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

.preorder .modal-btns div.btn-box:nth-of-type(5) p {
  width: 78.55%;
}

.preorder .modal-btns div.btn-box:nth-of-type(6) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box:nth-of-type(6) {
    margin-left: 35px;
    margin-left: 4.66667vw;
  }
}

.preorder .modal-btns div.btn-box:nth-of-type(6) p {
  width: 78.55%;
}

.preorder .modal-btns div.btn-box:nth-of-type(7) {
  margin-left: 0px;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box:nth-of-type(7) {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

.preorder .modal-btns div.btn-box:nth-of-type(7) p {
  width: 78.55%;
}

.preorder .modal-btns div.btn-box:nth-of-type(8) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box:nth-of-type(8) {
    margin-left: 35px;
    margin-left: 4.66667vw;
  }
}

.preorder .modal-btns div.btn-box:nth-of-type(8) p {
  width: 78.55%;
}

.preorder .modal-btns div.btn-box:nth-of-type(9) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box:nth-of-type(9) {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

.preorder .modal-btns div.btn-box:nth-of-type(9) p {
  width: 78.55%;
}

.preorder .modal-btns div.btn-box .sankaku {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 56px 56px ;
  border-color: transparent transparent #ff070f transparent;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box .sankaku {
    border-width: 0 0 6.4vw 6.4vw ;
  }
}

.preorder .modal-btns div.btn-box .sankaku:after {
  content: "";
  width: 11px;
  height: 11px;
  background-image: url(../images/common/arrow.svg);
  background-size: cover;
  position: absolute;
  bottom: -45px;
  right: 11px;
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box .sankaku:after {
    width: 12px;
    width: 1.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box .sankaku:after {
    height: 12px;
    height: 1.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box .sankaku:after {
    bottom: -40px;
    bottom: -5.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .modal-btns div.btn-box .sankaku:after {
    right: 6px;
    right: 0.8vw;
  }
}

.preorder .adventure-page {
  text-align: center;
  width: 960px;
  margin: 0 auto 22px ;
}

@media only screen and (max-width: 1000px) {
  .preorder .adventure-page {
    width: 94.7%;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .adventure-page {
    margin: 0 auto 4.66667vw ;
  }
}

.preorder .adventure-page h3 img {
  width: auto;
  height: 123px;
}

@media only screen and (max-width: 1000px) {
  .preorder .adventure-page h3 img {
    height: 196px;
    height: 26.13333vw;
  }
}

.preorder .adventure-page h3 .preorder_end {
  width: auto;
  height: 261px;
}

@media only screen and (max-width: 1000px) {
  .preorder .adventure-page h3 .preorder_end {
    height: 234px;
    height: 31.2vw;
  }
}

.preorder .adventure-page .ss {
  position: relative;
  border: 1px solid #e50b18;
  border-width: 1px;
  cursor: pointer;
}

@media only screen and (max-width: 1000px) {
  .preorder .adventure-page .ss {
    border-width: 2px;
    border-width: 0.26667vw;
  }
}

@media print, screen and (min-width: 1001px) {
  .preorder .adventure-page .ss {
    transition: opacity 0.35s ease;
  }
  .preorder .adventure-page .ss:hover {
    opacity: 0.7;
  }
}

.preorder .adventure-page .ss img {
  max-width: 100%;
}

.preorder .adventure-page .ss:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  bottom: 0;
  right: 0;
  width: 36px;
  height: 36px;
  background-image: url(../images/common/icon_zoom.png);
}

@media only screen and (max-width: 1000px) {
  .preorder .adventure-page .ss:after {
    width: 36px;
    width: 4.8vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .adventure-page .ss:after {
    height: 36px;
    height: 4.8vw;
  }
}

.preorder .adventure-detail-box {
  margin-top: 12px;
}

@media only screen and (max-width: 1000px) {
  .preorder .adventure-detail-box {
    margin-top: 25px;
    margin-top: 3.33333vw;
  }
}

.preorder .adventure-detail-box .adventure-detail-txt {
  position: relative;
  margin-top: 19px;
  line-height: 1.62;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

@media only screen and (max-width: 1000px) {
  .preorder .adventure-detail-box .adventure-detail-txt {
    margin-top: 21px;
    margin-top: 2.8vw;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .adventure-detail-box .adventure-detail-txt {
    line-height: 1.73;
  }
}

@media only screen and (max-width: 1000px) {
  .preorder .adventure-detail-box .adventure-detail-txt {
    font-size: 2.93333vw;
  }
}

.preorder .adventure-detail-box .adventure-detail-txt span {
  background-color: #000;
}

.preorder .adventure-detail-box .adventure-detail-txt ~ .adventure-detail-txt {
  margin-top: 30px;
}

@media only screen and (max-width: 1000px) {
  .preorder .adventure-detail-box .adventure-detail-txt ~ .adventure-detail-txt {
    margin-top: 30px;
    margin-top: 4vw;
  }
}

body#preorder main {
  padding-top: 38px;
}

@media only screen and (max-width: 1000px) {
  body#preorder main {
    padding-top: 38px;
    padding-top: 5.06667vw;
  }
}

body#preorder main #preorder .preorder .modal-btns {
  margin-top: 0;
}

body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(1),
body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(2),
body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(3) {
  margin-top: 11px;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(1),
  body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(2),
  body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(3) {
    margin-top: 30px;
    margin-top: 4vw;
  }
}

body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(odd) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(odd) {
    margin-left: 0px;
    margin-left: 0vw;
  }
}

body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(even) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(even) {
    margin-left: 30px;
    margin-left: 4vw;
  }
}

body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(3n + 1) {
  margin-left: 0px;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(3n + 1) {
    margin-left: 30px;
    margin-left: 4vw;
  }
}

body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(3n + 2) {
  margin-left: 29px;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(3n + 2) {
    margin-left: 0;
  }
}

body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(3n + 3) {
  margin-left: 29px;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(3n + 3) {
    margin-left: 0;
  }
}

body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(6n) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(6n) {
    margin-left: 30px;
    margin-left: 4vw;
  }
}

body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(6n + 1) {
  margin-left: 0;
}

body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(6n + 2) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(6n + 2) {
    margin-left: 30px;
    margin-left: 4vw;
  }
}

body#preorder main .preorder .modal-btns div.btn-box:nth-of-type(1) {
  margin-left: 0;
}

body#preorder main .preorder .modal-btns div.btn-box .ss {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 295px;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box .ss {
    top: 11px;
    top: 1.46667vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box .ss {
    left: 11px;
    left: 1.46667vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box .ss {
    width: 295px;
    width: 39.33333vw;
  }
}

body#preorder main .preorder .modal-btns div.btn-box .ss img {
  position: relative;
  top: auto;
  left: auto;
  width: 100%;
}

body#preorder main .preorder .modal-btns div.btn-box {
  display: inline-flex;
  align-items: flex-end;
  width: 320px;
  height: 440px;
  margin-top: 29px;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box {
    width: 320px;
    width: 42.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box {
    height: 440px;
    height: 58.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box {
    margin-top: 30px;
    margin-top: 4vw;
  }
}

body#preorder main .preorder .modal-btns div.btn-box .pict {
  width: 307px;
  margin-top: 9px;
  margin-bottom: 20px;
  margin-left: 11px;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box .pict {
    width: 307px;
    width: 40.93333vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box .pict {
    margin-top: 9px;
    margin-top: 1.2vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box .pict {
    margin-bottom: 20px;
    margin-bottom: 2.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .modal-btns div.btn-box .pict {
    margin-left: 10px;
    margin-left: 1.33333vw;
  }
}

body#preorder main .preorder .more-btn {
  width: 296px;
  height: 57px;
  bottom: 11px;
  left: 11px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .more-btn {
    width: 296px;
    width: 39.46667vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .more-btn {
    height: 57px;
    height: 7.6vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .more-btn {
    bottom: 11px;
    bottom: 1.46667vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .more-btn {
    left: 11px;
    left: 1.46667vw;
  }
}

body#preorder main .preorder .more-btn:before {
  top: 1px;
  left: 0;
  width: 101.3%;
  height: 102%;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .more-btn:before {
    top: 1px;
    top: 0.13333vw;
  }
}

body#preorder main .preorder .more-btn .more-btn-inner {
  padding-bottom: 3px;
  padding-right: 3px;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .more-btn .more-btn-inner {
    padding-bottom: 3px;
    padding-bottom: 0.4vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .more-btn .more-btn-inner {
    padding-right: 3px;
    padding-right: 0.4vw;
  }
}

body#preorder main .preorder .more-btn .sankaku {
  border-width: 0 0 53px 53px ;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .more-btn .sankaku {
    border-width: 0 0 7.06667vw 7.06667vw ;
  }
}

body#preorder main .preorder .more-btn .sankaku:after {
  bottom: -45px;
  right: 7px;
  width: 14px;
  height: 14px;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .more-btn .sankaku:after {
    bottom: -45px;
    bottom: -6vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .more-btn .sankaku:after {
    right: 7px;
    right: 0.93333vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .more-btn .sankaku:after {
    width: 14px;
    width: 1.86667vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .more-btn .sankaku:after {
    height: 14px;
    height: 1.86667vw;
  }
}

body#preorder main .preorder .more-btn .red-line-frame p {
  margin-top: 0;
  margin-bottom: 3px;
  padding: 0;
}

@media only screen and (max-width: 1000px) {
  body#preorder main .preorder .more-btn .red-line-frame p {
    margin-bottom: 3px;
    margin-bottom: 0.4vw;
  }
}

body#preorder .preorder .modal-btns .inner.note {
  margin-top: 0px;
}

@media only screen and (max-width: 1000px) {
  body#preorder .preorder .modal-btns .inner.note {
    margin-top: 30px;
    margin-top: 4vw;
  }
}

body#preorder .mov {
  cursor: pointer;
  display: block;
  margin: 26px auto 0 ;
  width: 480px;
  height: 270px;
  position: relative;
  padding: 1px;
  background: linear-gradient(#feeb94, #cea037, #ffdc77);
  box-shadow: 4px 4px;
}

@media only screen and (max-width: 1000px) {
  body#preorder .mov {
    margin: 4vw auto 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder .mov {
    width: 603px;
    width: 80.4vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder .mov {
    height: 339px;
    height: 45.2vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder .mov {
    box-shadow: none;
  }
}

body#preorder .mov:hover .mov-inner .play {
  opacity: 0.5;
  transform: translate(-50%, -50%) scale(1.1);
}

body#preorder .mov:nth-of-type(1) .mov-inner {
  background-image: url(../images/preorder/mov_thum.jpg);
}

body#preorder .mov .mov-inner {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  padding: 0;
}

body#preorder .mov .mov-inner p {
  height: 28px;
  text-align: left;
}

@media only screen and (max-width: 1000px) {
  body#preorder .mov .mov-inner p {
    height: 56px;
    height: 7.46667vw;
  }
}

body#preorder .mov .mov-inner p img {
  width: auto;
  height: 100%;
}

body#preorder .mov .mov-inner .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  transition: .2s;
}

@media only screen and (max-width: 1000px) {
  body#preorder .mov .mov-inner .play {
    width: 90px;
    width: 12vw;
  }
}

body#preorder .mov .mov-inner .play img {
  width: 100%;
}

body#preorder .mov .mov-inner.new:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  top: -15px;
  left: -18px;
  width: 44px;
  height: 38px;
  background-image: url(../images/common/icon_new.png);
}

@media only screen and (max-width: 1000px) {
  body#preorder .mov .mov-inner.new:before {
    top: -31px;
    top: -4.13333vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder .mov .mov-inner.new:before {
    left: -35px;
    left: -4.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder .mov .mov-inner.new:before {
    width: 85px;
    width: 11.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  body#preorder .mov .mov-inner.new:before {
    height: 72px;
    height: 9.6vw;
  }
}

body#preorder .notes {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
  width: 100%;
  margin: 20px 0 38px ;
  line-height: 1.8em;
}

@media only screen and (max-width: 1000px) {
  body#preorder .notes {
    margin: 0 0 2.8vw ;
  }
}

body#preorder .notes .notes {
  margin: 0 0 0.3em;
  padding-left: 1.2em;
  text-indent: -1.2em;
}

body#preorder .notes strong {
  display: inline-block;
  margin: 0.2em 0 0 1em;
  font-weight: normal;
}

footer {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 25px;
}

@media only screen and (max-width: 1000px) {
  footer {
    margin-top: 30px;
    margin-top: 4vw;
  }
}

@media only screen and (max-width: 1000px) {
  footer {
    padding-bottom: 25px;
    padding-bottom: 3.33333vw;
  }
}

footer .banner {
  width: 620px;
  margin: 0 auto;
}

@media only screen and (max-width: 1000px) {
  footer .banner {
    width: 620px;
    width: 82.66667vw;
  }
}

footer .banner a {
  display: block;
  width: 100%;
  height: 100%;
}

footer .banner .banner-p {
  width: 100%;
}

footer .banner .banner-p img {
  width: 100%;
}

footer .banner p.link-p {
  font-size: 16px;
  text-align: center;
  color: white;
  margin-top: 5px;
}

@media only screen and (max-width: 1000px) {
  footer .banner p.link-p {
    font-size: 20px;
    font-size: 2.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  footer .banner p.link-p {
    margin-top: 5px;
    margin-top: 0.66667vw;
  }
}

footer .links {
  width: 1024px;
  margin: 25px auto 0 ;
  padding: 13px 0 ;
  border-top: 1px solid #6a6a6a;
  border-bottom: 1px solid #6a6a6a;
}

@media only screen and (max-width: 1000px) {
  footer .links {
    width: 620px;
    width: 82.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  footer .links {
    margin: 3.33333vw auto 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  footer .links {
    padding: 1.33333vw 0 ;
  }
}

footer .links li {
  display: inline-block;
  color: white;
  border-left: 2px solid white;
  line-height: 1em;
  padding: 0 0 0 10px ;
  font-size: 18px;
}

@media only screen and (max-width: 1000px) {
  footer .links li {
    border-left: 1px solid white;
  }
}

@media only screen and (max-width: 1000px) {
  footer .links li {
    padding: 0 0 0 1.33333vw ;
  }
}

@media only screen and (max-width: 1000px) {
  footer .links li {
    font-size: 20px;
    font-size: 2.66667vw;
  }
}

footer .links li:nth-of-type(n+2) {
  margin-left: 30px;
}

@media only screen and (max-width: 1000px) {
  footer .links li:nth-of-type(n+2) {
    margin-left: 30px;
    margin-left: 4vw;
  }
}

footer .links li a {
  color: inherit;
}

footer .copyright {
  width: 1024px;
  margin: 25px auto 0 ;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1000px) {
  footer .copyright {
    width: 620px;
    width: 82.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  footer .copyright {
    margin: 3.33333vw auto 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  footer .copyright {
    align-items: flex-start;
  }
}

footer .copyright .sega {
  width: 140px;
  margin-right: 26px;
}

@media only screen and (max-width: 1000px) {
  footer .copyright .sega {
    width: 340px;
    width: 45.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  footer .copyright .sega {
    margin-right: 26px;
    margin-right: 3.46667vw;
  }
}

footer .copyright .sega img {
  width: 100%;
}

footer .copyright p {
  font-size: 12px;
  line-height: 1.5em;
  color: #c5c5c5;
}

@media only screen and (max-width: 1000px) {
  footer .copyright p {
    font-size: 20px;
    font-size: 2.66667vw;
  }
}

.gnavi {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 59px;
  padding: 0px;
  background-color: #f10c19;
  z-index: 99;
}

@media only screen and (max-width: 1000px) {
  .gnavi {
    justify-content: space-between;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi {
    align-items: center;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi {
    height: 100px;
    height: 13.33333vw;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi {
    padding: 0 1.33333vw 0 0.66667vw ;
  }
}

.gnavi h1 {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .gnavi h1 {
    display: inline-block;
  }
}

.gnavi .icon_menu {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .gnavi .icon_menu {
    display: inline-block;
  }
}

.gnavi nav {
  position: relative;
  top: auto;
  left: auto;
  width: 860px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 0 15px ;
  background-color: transparent;
  visibility: visible;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  transform: translate(0, 0);
  transition: none;
  z-index: 100;
}

@media only screen and (max-width: 1000px) {
  .gnavi nav {
    position: absolute;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav {
    top: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav {
    left: 0;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav {
    height: 100vh;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav {
    padding: 3.33333vw 0 ;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav {
    background-color: #f10c19;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav {
    visibility: hidden;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav {
    overflow: scroll;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav {
    transform: translate(100%, 0);
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav {
    transition: transform 0.35s ease;
  }
}

.gnavi nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul {
    display: block;
  }
}

.gnavi nav ul li {
  width: 115px;
  text-align: center;
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li {
    width: 100%;
  }
}

.gnavi nav ul li .title {
  line-height: 1;
}

.gnavi nav ul li .title img {
  width: auto;
  height: 17px;
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li .title img {
    height: 54px;
    height: 7.2vw;
  }
}

.gnavi nav ul li .label {
  margin-top: -1px;
  line-height: 1;
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li .label {
    margin-top: -6px;
    margin-top: -0.8vw;
  }
}

.gnavi nav ul li .label img {
  width: auto;
  height: 25px;
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li .label img {
    height: 40px;
    height: 5.33333vw;
  }
}

.gnavi nav ul li a {
  display: inline-block;
  padding: 9px 0 ;
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li a {
    padding: 0px;
    padding: 0vw;
  }
}

@media print, screen and (min-width: 1001px) {
  .gnavi nav ul li a {
    transition: opacity 0.35s ease;
  }
  .gnavi nav ul li a:hover {
    opacity: 0.7;
  }
}

.gnavi nav ul li.gnavi_top {
  width: 140px;
  padding-right: 11px;
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li.gnavi_top {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li.gnavi_top {
    padding-right: 0px;
    padding-right: 0vw;
  }
}

.gnavi nav ul li.gnavi_top .title img {
  width: auto;
  height: 71px;
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li.gnavi_top .title img {
    height: 130px;
    height: 17.33333vw;
  }
}

.gnavi nav ul li.gnavi_top .label {
  margin-top: 4px;
  padding-right: 11px;
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li.gnavi_top .label {
    margin-top: 14px;
    margin-top: 1.86667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li.gnavi_top .label {
    padding-right: 0px;
    padding-right: 0vw;
  }
}

.gnavi nav ul li.gnavi_top .label img {
  width: auto;
  height: 21px;
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li.gnavi_top .label img {
    height: 29px;
    height: 3.86667vw;
  }
}

.gnavi nav ul li.gnavi_top a {
  padding: 3px 0 0 ;
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li.gnavi_top a {
    padding: 0px;
    padding: 0vw;
  }
}

.gnavi nav ul li.new a {
  position: relative;
}

.gnavi nav ul li.new a:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: auto;
  height: auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  top: auto;
  bottom: 6px;
  left: -20px;
  width: 40px;
  height: 37px;
  background-image: url(../images/gnavi/icon_new.png);
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li.new a:after {
    top: -2.1vw;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li.new a:after {
    bottom: auto;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li.new a:after {
    left: -80px;
    left: -10.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li.new a:after {
    width: 140px;
    width: 18.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li.new a:after {
    height: 75px;
    height: 10vw;
  }
}

.gnavi nav ul li ~ li {
  margin-top: 0px;
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li ~ li {
    margin-top: 34px;
    margin-top: 4.53333vw;
  }
}

.gnavi nav ul li.gnavi_adventure a:after {
  left: -8px;
}

@media only screen and (max-width: 1000px) {
  .gnavi nav ul li.gnavi_adventure a:after {
    left: -72px;
    left: -9.6vw;
  }
}

.gnavi h1 {
  width: 161px;
}

@media only screen and (max-width: 1000px) {
  .gnavi h1 {
    width: 161px;
    width: 21.46667vw;
  }
}

.gnavi .icon_menu {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 0;
  border: none;
  z-index: 101;
}

@media only screen and (max-width: 1000px) {
  .gnavi .icon_menu {
    width: 80px;
    width: 10.66667vw;
  }
}

@media only screen and (max-width: 1000px) {
  .gnavi .icon_menu {
    height: 80px;
    height: 10.66667vw;
  }
}

@media print, screen and (min-width: 1001px) {
  .gnavi .icon_menu {
    transition: opacity 0.35s ease;
  }
  .gnavi .icon_menu:hover {
    opacity: 0.7;
  }
}

.gnavi .icon_menu img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.35s ease;
}

.gnavi .icon_menu img.icon_close {
  opacity: 0;
}

.gnavi img {
  width: 100%;
}

.gnavi.open nav {
  visibility: visible;
  transform: translate(0, 0);
}

@media only screen and (max-width: 1000px) {
  .gnavi.open nav {
    transform: translate(0, 0);
  }
}

.gnavi.open .icon_menu img.icon_close {
  opacity: 1;
}

.gnavi.close nav {
  visibility: visible;
}

body#index .gnavi nav {
  width: 700px;
}

@media only screen and (max-width: 1000px) {
  body#index .gnavi nav {
    width: 100%;
  }
}

body#index .gnavi nav ul li.gnavi_top {
  display: none;
}

@media only screen and (max-width: 1000px) {
  body#index .gnavi nav ul li.gnavi_top {
    display: block;
  }
}

.follow-box {
  background-color: transparent;
  z-index: 111;
}

.follow-box .icon_close img, .follow-box .shoppingguide img {
  width: 100%;
}

.follow-box .icon_close {
  width: 30px;
}

@media only screen and (max-width: 1000px) {
  .follow-box .icon_close {
    width: 43px;
    width: 5.73333vw;
  }
}

.follow-box .shoppingguide {
  width: 255px;
}

@media only screen and (max-width: 1000px) {
  .follow-box .shoppingguide {
    width: 470px;
    width: 62.66667vw;
  }
}

.follow-box-inner {
  position: relative;
  padding-top: 112px;
}

@media only screen and (max-width: 1000px) {
  .follow-box-inner {
    padding-top: 193px;
    padding-top: 25.73333vw;
  }
}

.follow-box-inner .icon_close, .follow-box-inner .shoppingguide {
  position: absolute;
  right: 0;
  cursor: pointer;
}

@media print, screen and (min-width: 1001px) {
  .follow-box-inner .icon_close, .follow-box-inner .shoppingguide {
    transition: opacity 0.35s ease;
  }
  .follow-box-inner .icon_close:hover, .follow-box-inner .shoppingguide:hover {
    opacity: 0.7;
  }
}

.follow-box-inner .fb, .follow-box-inner .tw, .follow-box-inner .to-top {
  background-color: #78081b;
}

.follow-box-inner .icon_close {
  top: 0;
}

.follow-box-inner .shoppingguide {
  top: 30px;
}

@media only screen and (max-width: 1000px) {
  .follow-box-inner .shoppingguide {
    top: 43px;
    top: 5.73333vw;
  }
}

/*
改行
*/
@media only screen and (max-width: 1000px) {
  br.pc {
    display: none;
  }
}

@media only screen and (min-width: 1001px) {
  br.sp {
    display: none;
  }
}
