@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

/* clearfix --*/
.clearFix:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: '.';
}

/* alt --*/
.alttext {
  display: block;
  overflow: hidden;
  text-indent: -9999px;
}

a {
  text-decoration: none;
}

hr {
  display: none;
}

iframe[name='google_conversion_frame'] {
  position: absolute;
  top: 0;
  left: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

audio,
embed,
img,
object,
video {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

body {
  font-family: 'Hiragino Kaku Gothic ProN', 'メイリオ', meiryo, sans-serif;
}

figure {
  margin: 0;
  padding: 0;
}

figure img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/****************************************************/
/****************************************************/
#cover {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  background: #fd0a1c;
}

.coverlogo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .3;
}

#cover .mark {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#cover.hide {
  visibility: hidden;
  -webkit-transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.4s;
  transition: all 0.5s cubic-bezier(1, 0, 0, 1) 0.4s;
  opacity: 0;
}

#cover.hide .coverlogo {
  -webkit-transition: all .3s ease .4s;
  transition: all .3s ease .4s;
  opacity: 0;
}

#cover.hide .mark {
  -webkit-transition: all .2s ease .3s;
  transition: all .2s ease .3s;
  opacity: 0;
}

#cover .mark > div {
  position: relative;
  width: 100%;
  height: 100%;
}

#cover .mark .base {
  opacity: .2;
}

#cover .mark .loader {
  -webkit-animation: load 1s linear 0s infinite;
  animation: load 1s linear 0s infinite;
  opacity: 1;
  /* stroke-dasharray: 130;
	stroke-dashoffset: 100; */
  stroke-dasharray: 30;
  stroke-dashoffset: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#cover .mark svg {
  position: absolute;
  top: 0;
  left: 0;
}

#cover .mark svg circle {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  fill: none;
  stroke: white;
  stroke-miterlimit: 10;
  stroke-width: 4px;
}

#cover.hide .base svg circle {
  stroke-width: 50px;
}

#cover.hide .loader svg circle {
  stroke-width: 0;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/****************************************************/
.top__share dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top__share dl dd {
  padding-left: 8px;
}
