@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :base.css
 style info :ベースのスタイル
=================================================================== */
/* ==========================================================
  RESET
========================================================== */
body,
div,
section,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
p,
figure,
blockquote,
th,
td,
nav {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

.isIPad img {
  image-rendering: auto;
}

/* ==========================================================
  CLEARFIX
========================================================== */
.clearfix {
  *zoom: 1;
}

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

/* ==========================================================
    LINK
  ========================================================== */
a,
a:visited,
a:hover {
  color: #00a8ff;
  text-decoration: underline;
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

a img {
  -webkit-transition: all 0.5s 0s ease;
  transition: all 0.5s 0s ease;
}

a:hover img {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

a:hover img.hoverNone {
  -webkit-filter: brightness(100%);
          filter: brightness(100%);
}

a.btn {
  display: block;
  cursor: pointer;
}

/* ==========================================================
    HIDDEN
  ========================================================== */
@media screen and (min-width: 768px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .tbNone {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .tbAll {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .spNone {
    display: none !important;
  }
}