html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
main, footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

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

nav ul, li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  background: transparent;
  color: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:

  @mixin ============================================= */
html, body {
  width: 100%;
  height: 100%;
}

body {
  color: #000000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 14px;
  line-height: 24px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  zoom: 1;
  background-color: #7d283f;
}

body:after {
  content: "";
  clear: both;
  display: block;
}

a {
  outline: none;
  color: inherit;
  font-size: 100%;
  text-decoration: none;
}

a:visited, a:link {
  color: #004986;
  text-decoration: underline;
}

a:hover, a:active {
  color: #5a8fba;
  text-decoration: none;
}

i {
  font-style: normal;
}

img {
  vertical-align: top;
}

.pc-only {
  display: block;
}

.pc-only-inline {
  display: inline;
}

.sp-only,
.sp-only-inline {
  display: none;
}

#pagetop {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 0;
  font-size: 0;
  line-height: 0;
}

#blind {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9001;
  width: 100%;
  height: 100%;
  transform-origin: 0 50%;
  -moz-transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  background-color: #7d283f;
}

.splash {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  background: #7d283f;
}

.splash__inner {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
}

.splash__smile {
  width: 377px;
  height: 377px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

.splash__smile__circle {
  position: relative;
  width: 100%;
  height: 100%;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

.splash__smile__circle span {
  display: block;
  transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}

.splash__smile__circle__frame {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: loopRotation 8s linear infinite;
}

.splash__smile__circle__text {
  position: absolute;
  left: 93px;
  top: 125px;
}

.container {
  display: block;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  border: none;
}

.header {
  position: fixed;
  left: 40px;
  top: 40px;
  z-index: 1;
  border: none;
}

.header__inner {
  width: 100%;
  position: relative;
  border: none;
}

.header__title {
  line-height: 1.0em;
  margin-bottom: 36px;
}

.header__url {
  line-height: 1.0em;
  margin-bottom: 1px;
}

.header__url a {
  line-height: 1.0em;
}

.header__twitter {
  line-height: 1.0em;
  margin-bottom: 20px;
}

.header__twitter a {
  line-height: 1.0em;
}

.header__share {
  line-height: 1.0em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 23px;
}

.header__share a {
  line-height: 1.0em;
}

.header__share .share--head {
  margin-right: 11px;
}

.header__share .share--twitter {
  margin-right: 6px;
}

.header__share .share--slash {
  margin-right: 6px;
}

.header__pci {
  line-height: 1.0em;
  margin-bottom: 5px;
}

.header__rights {
  line-height: 1.0em;
  margin-bottom: 35px;
}

.header__btnTop {
  line-height: 1.0em;
}

.header__btnTop a {
  line-height: 1.0em;
}

.header__title span,
.header__url span,
.header__twitter span,
.header__share .share--head span,
.header__share .share--slash span,
.header__share .share--twitter span,
.header__share .share--line span,
.header__pci span,
.header__rights span,
.header__btnTop span {
  display: inline-block;
  line-height: 1.0em;
}

.header__title span.m--mask,
.header__url span.m--mask,
.header__twitter span.m--mask,
.header__share .share--head span.m--mask,
.header__share .share--slash span.m--mask,
.header__share .share--twitter span.m--mask,
.header__share .share--line span.m--mask,
.header__pci span.m--mask,
.header__rights span.m--mask,
.header__btnTop span.m--mask {
  display: block;
  width: 100%;
  overflow: hidden;
  transition: width 0.6s cubic-bezier(0.85, 0, 0.25, 1);
  width: 0%;
}

.header__title.is--show span.m--mask,
.header__url.is--show span.m--mask,
.header__twitter.is--show span.m--mask,
.header__share .share--head.is--show span.m--mask,
.header__share .share--slash.is--show span.m--mask,
.header__share .share--twitter.is--show span.m--mask,
.header__share .share--line.is--show span.m--mask,
.header__pci.is--show span.m--mask,
.header__rights.is--show span.m--mask,
.header__btnTop.is--show span.m--mask {
  width: 100%;
}

@media screen and (max-width: 820px) {
  /* ==============================================
  BASE

  @date 2017-07-07
  @include _base

  memo:
  padding: 50px 0 70px
  padding: 13.33333vw 0 18.66667vw
  @include spimg(width, 346)
  @mixin ============================================= */
  html, body {
    width: 100%;
    height: 100%;
  }
  body {
    color: #000000;
    font-size: 14px;
    font-size: 3.73333vw;
    line-height: 24px;
    line-height: 6.4vw;
    background-color: #ffffff;
  }
  i {
    font-style: normal;
  }
  a {
    outline: none;
    color: inherit;
    font-size: 100%;
    text-decoration: none;
  }
  .pc-only,
  .pc-only-inline {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-only-inline {
    display: inline-block;
  }
  #pagetop {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    font-size: 0;
    line-height: 0;
  }
  #blind {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9001;
    width: 100%;
    height: 100%;
    transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -webkit-transform-origin: 0 50%;
    background-color: #7d283f;
  }
  .splash {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background: #7d283f;
  }
  .splash__inner {
    position: relative;
    width: 100%;
    height: 100%;
    border: none;
  }
  .splash__smile {
    width: 186px;
    width: 49.6vw;
    height: 186px;
    height: 49.6vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
  .splash__smile__circle {
    position: relative;
    width: 100%;
    height: 100%;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
  .splash__smile__circle span {
    display: block;
    transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
  .splash__smile__circle__frame {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: loopRotation 8s linear infinite;
  }
  .splash__smile__circle__frame img {
    width: 186px;
    width: 49.6vw;
    height: auto;
  }
  .splash__smile__circle__text {
    position: absolute;
    left: 46.5px;
    left: 12.4vw;
    top: 63px;
    top: 16.8vw;
  }
  .splash__smile__circle__text img {
    width: 91px;
    width: 24.26667vw;
    height: auto;
  }
  .container {
    display: block;
    position: relative;
    z-index: 0;
    width: 100%;
    min-width: 100%;
  }
  .header {
    position: fixed;
    left: 13.5px;
    left: 3.6vw;
    top: 25px;
    top: 6.66667vw;
    z-index: 1;
    transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    border: none;
  }
  .header__inner {
    width: 100%;
    position: relative;
    border: none;
  }
  .header__title {
    line-height: 1.0em;
    margin-bottom: 25px;
    margin-bottom: 6.66667vw;
  }
  .header__title img {
    height: 29.5px;
    height: 7.86667vw;
    width: auto;
  }
  .header__url {
    line-height: 1.0em;
    margin-bottom: 1.5px;
    margin-bottom: 0.4vw;
    height: 10.5px;
    height: 2.8vw;
  }
  .header__url a {
    display: inline-block;
    line-height: 1.0em;
  }
  .header__url span {
    vertical-align: top;
  }
  .header__url img {
    height: 10.5px;
    height: 2.8vw;
    width: auto;
  }
  .header__twitter {
    line-height: 1.0em;
    margin-bottom: 16.5px;
    margin-bottom: 4.4vw;
    height: 10px;
    height: 2.66667vw;
  }
  .header__twitter a {
    line-height: 1.0em;
  }
  .header__twitter img {
    height: 10px;
    height: 2.66667vw;
    width: auto;
  }
  .header__share {
    line-height: 1.0em;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-bottom: 11.5px;
    margin-bottom: 3.06667vw;
    height: 8.5px;
    height: 2.26667vw;
  }
  .header__share a {
    line-height: 1.0em;
  }
  .header__share .share--head {
    margin-right: 8px;
    margin-right: 2.13333vw;
  }
  .header__share .share--head img {
    height: 7px;
    height: 1.86667vw;
    width: auto;
  }
  .header__share .share--twitter {
    margin-right: 4px;
    margin-right: 1.06667vw;
  }
  .header__share .share--twitter img {
    height: 8.5px;
    height: 2.26667vw;
    width: auto;
  }
  .header__share .share--slash {
    margin-right: 4px;
    margin-right: 1.06667vw;
  }
  .header__share .share--slash img {
    height: 7.5px;
    height: 2vw;
    width: auto;
  }
  .header__share .share--line img {
    height: 8px;
    height: 2.13333vw;
    width: auto;
  }
  .header__pci {
    line-height: 1.0em;
    margin-bottom: 3.5px;
    margin-bottom: 0.93333vw;
    height: 7.5px;
    height: 2vw;
  }
  .header__pci img {
    height: 7.5px;
    height: 2vw;
    width: auto;
  }
  .header__rights {
    line-height: 1.0em;
    height: 11px;
    height: 2.93333vw;
    margin-bottom: 20px;
    margin-bottom: 5.33333vw;
  }
  .header__rights img {
    height: 11px;
    height: 2.93333vw;
    width: auto;
  }
  .header__btnTop {
    line-height: 1.0em;
    height: 24.5px;
    height: 6.53333vw;
  }
  .header__btnTop a {
    line-height: 1.0em;
  }
  .header__btnTop img {
    height: 24.5px;
    height: 6.53333vw;
    width: auto;
  }
  .header__title span,
  .header__url span,
  .header__twitter span,
  .header__share .share--head span,
  .header__share .share--slash span,
  .header__share .share--twitter span,
  .header__share .share--line span,
  .header__pci span,
  .header__rights span,
  .header__btnTop span {
    display: inline-block;
    line-height: 1.0em;
    vertical-align: top;
  }
  .header__title span.m--mask,
  .header__url span.m--mask,
  .header__twitter span.m--mask,
  .header__share .share--head span.m--mask,
  .header__share .share--slash span.m--mask,
  .header__share .share--twitter span.m--mask,
  .header__share .share--line span.m--mask,
  .header__pci span.m--mask,
  .header__rights span.m--mask,
  .header__btnTop span.m--mask {
    display: block;
    width: 100%;
    overflow: hidden;
    transition: width 0.6s cubic-bezier(0.85, 0, 0.25, 1);
    width: 0%;
  }
  .header__title.is--show span.m--mask,
  .header__url.is--show span.m--mask,
  .header__twitter.is--show span.m--mask,
  .header__share .share--head.is--show span.m--mask,
  .header__share .share--slash.is--show span.m--mask,
  .header__share .share--twitter.is--show span.m--mask,
  .header__share .share--line.is--show span.m--mask,
  .header__pci.is--show span.m--mask,
  .header__rights.is--show span.m--mask,
  .header__btnTop.is--show span.m--mask {
    width: 100%;
  }
}
