@charset "utf-8";

[class|="pc"] {
  display: none;
}
body {
  background: #000;
}

a,a:visited {
  text-decoration: none;
  outline: none;
  color: #04f;
}
a:hover {
  text-decoration: underline;
  outline: none;
}
a[href*="tel:"] { cursor: default; }

button { outline: none; }

p {
  margin: 0 0 18px;
  background: url(../../img/transparent.png);
}
td { background: url(../../img/transparent.png); }

html {
  position: relative;
  min-height: 100%;
  font-size: 6.25%;
  overflow-y: scroll;
  overflow-x: hidden;
}
body {
  min-height: 100%;
  background: #000;
  font: 10rem/1 "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
  color: #fff;
  overflow: hidden;
}
.mac body, .safari body { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }

div,article,section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
}
ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
button:active,button:focus {
  border: none;
  outline: none;
}
figure {
  margin: 0;
}
em { font-style: normal; }

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  margin: 0;
}
ul,ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
button {
  padding: 0;
  border: none;
  background-color: transparent;
}
b {
  color: #ff3131;
}
h2 {
  font-size: 32rem;
  color: #ff3131;
  text-align: center;
  margin: 0 0 0.7em;
}
a, a:hover {
  text-decoration: none;
}

/* フレーム */
.frame {
  position: relative;
  width: 750px;
  padding: 88px 0 0;
}
.frame::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 750px;
  height: 104px;
  background: url(../img/sp/frame_header.png) 0 0 / 100% auto no-repeat;
}
.frame::after {
  position: absolute;
  top: 99.8%;
  left: 0;
  content: "";
  width: 750px;
  height: 130px;
  background: url(../img/sp/frame_footer.png) 0 0 / 100% auto no-repeat;
}
.frame .inner {
  position: relative;
  z-index: 1;
  padding: 0 1em 1px;
  background: url(../img/sp/frame_middle.png) 0 0 / 100% auto repeat-y;
}
.inner {
  position: relative;
}
.frame main {
  position: relative;
  top: -46px;
  margin: 0 0 -100px;
}
/***********************************
本文内
***********************************/
article {
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 200px;
  color: #222;
  font-size: 24rem;
  font-weight: bold;
  text-shadow: 
    rgba(255,255,255,0.75) 2px 0px,  rgba(255,255,255,0.75) -2px 0px,
    rgba(255,255,255,0.75) 0px -2px, rgba(255,255,255,0.75) 0px 2px,
    rgba(255,255,255,0.75) 2px 2px,  rgba(255,255,255,0.75) -2px 2px,
    rgba(255,255,255,0.75) 2px -2px, rgba(255,255,255,0.75) -2px -2px,
    rgba(255,255,255,0.75) 1px 2px,  rgba(255,255,255,0.75) -1px 2px,
    rgba(255,255,255,0.75) 1px -2px, rgba(255,255,255,0.75) -1px -2px,
    rgba(255,255,255,0.75) 2px 1px,  rgba(255,255,255,0.75) -2px 1px,
    rgba(255,255,255,0.75) 2px -1px, rgba(255,255,255,0.75) -2px -1px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.f_small {
  font-size: 18rem;
}
article header {
  margin: 0 0 10px;
  height: 165px;
  background: url(../img/title_bg.png) 50% 0 / auto 100% no-repeat;
}
article h1 {
  margin: 0 auto;
  padding: 9px 0 0;
  text-align: center;
}
article h1 img {
  width: 80%;
  height: auto;
}
.indent_set {
  display: inline-block;
  padding: 0 0 0 6.15em;
  text-indent: -1em;
}
.center {
  text-align: center;
}
.large {
  font-size: 32rem !important;
}
.mb1em {
  margin-bottom: 1em;
}
/***********************************
フッター
***********************************/
#pagetop {
  position: fixed;
  right: auto;
  left: 50%;
  margin-left: 490px;
  bottom: -1000px;
  width: 127px;
  height: 127px;
  background: url(../../img/pagetop.png) no-repeat 0 0;
  color: transparent;
  text-indent: -4444em;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  -o-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear 510ms;
  z-index: 1000;
}
#pagetop.show {
  opacity: 1;
  bottom: 40px;
  -webkit-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
  -o-transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
  transition: opacity 0.5s linear, margin-bottom 0.15s linear, bottom 10ms linear;
}
#pagetop.show.bottom {
  position: absolute;
}
#pagetop img {
  display: block;
  width: 127px;
  height: 127px;
  background: url(../../img/pagetop.png) no-repeat 0 -124px;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
#pagetop:hover img {
  opacity: 1;
}
#pagetop {
  left: auto;
  right: 1.5%;
  margin-left: 0;
}
.footer_bg {
  position: relative;
  z-index: 70;
  padding: 34px 0 0;
  background: #000;
}
.footer_bg:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 100%;
  height: 48px;
  margin: 0 auto;
  background: url(../img/footer_line.png) no-repeat 50% 0;
}
footer {
  padding: 0 0 24px;
}
footer {
  padding: 0 0 12px;
  margin: 0 auto;
  overflow: hidden;
}
.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 276px;
  margin: 0 auto 28px;
}
.footer_bg .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 8px;
}
.footer_bg .btns li {
  background: #fff;
  margin: 0 6px;
  line-height: 0;
  vertical-align: top;
}
.footer_bg li a:hover {
  opacity: 0.85;
}

.site_top_btn {
  display: block;
  width: 294px;
  height: 91px;
  margin: 0 auto 24px;
  background: url(../img/btn_link.png) no-repeat 0 0;
  -webkit-tap-highlight-color: transparent;
}
.site_top_btn img {
  display: block;
  width: 294px;
  height: 91px;
  background: url(../img/btn_link.png) no-repeat 0 100%;
  opacity: 0;
  -webkit-transition: opacity 0.1s linear;
  -o-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}
.site_top_btn.tap img {
  opacity: 1;
}
#cboxOverlay {
  background: rgba(0,0,0,0.85);
}
#cboxPrevious {
  left: -75px;
  top: -webkit-calc(50% - 28px);
  top: calc(50% - 28px);
  width: 67px;
  height: 57px;
  background: url(../../img/arrow_prev.png) 100% 0 no-repeat;
}
#cboxNext {
  right: -75px;
  top: -webkit-calc(50% - 28px);
  top: calc(50% - 28px);
  width: 67px;
  height: 57px;
  background: url(../../img/arrow_next.png) 0 0 no-repeat;
}
#cboxClose {
  right: 0px;
  top: -61px;
  width: 53px;
  height: 53px;
  background: url(../../img/close.png) 0 0 no-repeat;
}

@media screen and (max-width: 960px) {
  footer {
    padding: 0 0 24px;
  }
  footer .sns {
    display: none;
  }
  .footer_bg .btns {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 24px;
  }
  .footer_bg .btns li {
    margin: 0 12px;
  }
  .footer_bg .btns li img {
    width: auto;
    height: 62px;
  }
  .copy {
    font-size: 24rem;
    text-align: center;
  }
  /*#light,#overlay,#lightBox {
  display: none;
}*/
}