@charset "utf-8";

/* body bg-image */
body {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
  position: relative;
  left: 0;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap : break-word;
}
body::after{
  width: 100%;
  position: fixed;
  bottom: 0;
  content: "";
  height: 40%;
  background-size: 100%;
  /*background-attachment: fixed;*/
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: -1;
}
main {
  background: #fff;
}
body:not(#top) main {
  padding-top: 15.328vw;
}
p {
  text-align: justify;
}

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 15px;
  width: 11.73vw;
  opacity: .8;
  background: none;
}

/* header */
.common_header {
  position: fixed;
  width: 100%;
  box-shadow: 0 0 6px 3px rgba(0,0,0,.3);
  z-index: 9999;
}
.common_header .container {
  width: 100%;
  padding: 4.26vw 3.46vw 2.8vw;
  text-align: right;
  background: #000;
  border-top: 2px solid #a40000;
  border-bottom: 2px solid #a40000;
}
.header_logo {
  display: inline-block
}
.logo {
  display: inline-block;
  font-size: 3vw;
  font-weight: bold;
  color: #fff;
}
.logo img {
  display: inline-block;
  width: 31.9vw;
  margin-left: 2.4vw;
  vertical-align: middle;
}

/* menu */
.menu,
.menu span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu {
  position: absolute;
  top: 2.93vw;
  left: 2.26vw;
  width: 9.33vw;
  height: 9.33vw;
  text-align: center;
  background: #313131;
  border-radius: 4px;
  z-index: 4;
}
.menu span {
  position: absolute;
  left: 1.6vw;
  width: 6vw;
  height: 0.8vw;
  background-color: #fff;
}
.menu span:nth-of-type(1) {
  top: 1.86vw;
}
.menu span:nth-of-type(2) {
  top: 4.26vw;
}
.menu span:nth-of-type(3) {
  bottom: 1.86vw;
}
.menu.active {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(2.53vw) rotate(-45deg);
  transform: translateY(2.53vw) rotate(-45deg);
}
.menu.active span:nth-of-type(2) {
  -webkit-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
.menu.active span:nth-of-type(3) {
  opacity: 0;
}

/* globalnavi */
.globalnavi {
  position: fixed;
  left: -50vw;
  height: 100%;
  background: rgba(35,22,29,.78);
  z-index: 1;
}
.globalnavi ul {
  padding: 22px 11px 20px 7px;
  overflow-y: scroll;
  height: 90%;
}
.globalnavi .head {
  display: block;
  padding: 23px 14px 13px;
  font-size: 4.4vw;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.globalnavi a {
  display: block;
  padding: 25px 14px 13px;
  font-size: 4vw;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid#fff;
}

/* movie */
.movie_outer {
  padding-top: 15.328vw;
}

/* contents */
.section_outer.index {
  padding-bottom: 16vw;
}
.inner_block.basis {
  position: relative;
  width: 86.6vw;
  margin: 0 auto;
}
.contents_name {
  position: absolute;
  top: -6.6vw;
  left: 0;
  right: 0;
  width: 80vw;
  padding: 2vw 0 2.27vw;
  margin: 0 auto;
  font-size: 4.66vw;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: #a40035;
  border-radius: 8px 8px 0 0 / 8px 8px 0 0;
}
.contents_body {
  padding-top: 10.66vw;
}
.morelink {
  width: 63.33vw;
  margin: 8.33vw auto 0;
  border: 1px solid #000;
}
.morelink a {
  display: block;
  padding: 10px 0 8px;
  font-size: 4vw;
  font-weight: bold;
  color: #000;
  text-align: center;
}


/* trade in link */
.tradeinlink {
  padding: 8.26vw 6.67vw 12.53vw;
}
.tradeinlink li {
  margin-bottom: 4.67vw;
}
.tradeinlink li:last-child {
  margin: 0;
}
.tradeinlink a {
  display: block;
  font-size: 0;
}
.tradeinlink .image {
  display: table-cell;
  width: 29.33vw;
  vertical-align: middle;
}
.tradeinlink dl {
  display: table-cell;
  width: 57.33vw;
  vertical-align: middle;
}
.tradeinlink dt {
  font-size: 3.73vw;
  font-weight: bold;
  color: #970231;
  line-height: 1.33;
  text-align: center;
}
.tradeinlink dd {
  margin-top: 2.33vw;
  padding-left: 3.2vw;
  font-size: 3.2vw;
  font-weight: bold;
  color: #000;
  line-height: 1.4;
  text-align: justify;
}
.tradeinlink .point {
  display: inline-block;
  margin-right: -.5em;
}

/* footer */
.common_footer {
  position: relative;
  width: 100%;
  padding-bottom: 66vw;
}
.footer_tel a {
  display: block;
  font-size: 0;
  text-align: center;
  background: #535353;
}
.footer_mail a {
  display: block;
  font-size: 0;
  text-align: center;
  background: #202020;
}
.footer_fb {
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.footer_fb a {
  display: block;
  padding: 11px 0;
  font-size: 0;
  text-align: center;
  background: #405695;
}

/* copyright */
.copyrights {
  position: absolute;
  bottom: 10px;
  left: 28px;
  font-size: 2.67vw;
  font-weight: bold;
  color: #fff;
}
/* ローディング */
.modal_loading {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9100001;
  font-family: 'hiraginokakuw6', 'ヒラギノ角ゴ Pro W6', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
}
.modal_loading .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9100002;
  background: rgba(68,68,68,0.8);
}
.modal_loading .loader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 10px solid #ff5064;
  border-right-color: transparent;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
  animation: spiner 1250ms infinite linear;
  z-index: 9100003;
}
@-moz-keyframes spiner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spiner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spiner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
