@charset "UTF-8";
/* グラデーション */
/* =============================================
  reset
=============================================== */
body,
div,
dl, dt, dd,
ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th, td {
  margin: 0;
  padding: 0;
}

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;
}

ol, ul {
  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, acronym {
  border: 0;
}

/* =============================================
  common
=============================================== */
html {
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: none;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
}

body {
  margin: 0;
  padding: 0;
  color: #3E3A39;
  font: 16px/1.6 Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Sawarabi Mincho" , serif;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  font-weight: normal;
  animation: fadeInall 2s ease 0s 1 normal;
  -webkit-animation: fadeInall 2s ease 0s 1 normal;
}

@keyframes fadeInall {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInall {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*img {
  width: 100%;
  vertical-align: bottom;
}*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: super !important;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

.btn {
  transition: all .8s;
}
.btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* スクロールフェードイン */
.fadeitem {
  opacity: 0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transition: 1.5s;
}

.fadeitem_t {
  opacity: 0;
  transform: translate(0, -60px);
  -webkit-transform: translate(0, -60px);
  transition: 1.5s;
}

.fadeitem_b {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: 1.5s;
}

.item {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 9999;
  width: 56px;
  height: 56px;
  margin: 0 auto 10px;
  padding-top: 22px;
  background: rgba(85, 85, 85, 0.6);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
}
.pagetop span {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* PC
------------------------------------------------------- */
@media print, screen and (min-width: 1200px) {
  .smp {
    display: none;
  }

  footer {
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    font-size: 11px;
    font-size: 0.84615rem;
    background-color: #000000;
    margin: 0 auto;
    padding: 30px 0;
  }
  footer .footbox {
    width: 80%;
    margin: 0 auto;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  footer .footbox p:nth-child(1) {
    text-align: left;
    font-size: 11px;
  }
  footer .footbox p:nth-child(1) img {
    width: 220px;
  }
  footer .footbox p:nth-child(2) {
    width: 180px;
  }
}
/* smp
------------------------------------------------------- */
@media only screen and (max-width: 1199px) {
  .pc {
    display: none;
  }

  footer {
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    background-color: #000000;
    margin: 0 auto;
    padding: 20px 0 10px 0;
  }
  footer .footbox {
    width: 80%;
    margin: 0 auto;
  }
  footer .footbox p:nth-child(1) {
    font-size: 11px;
    margin: 0 auto 10px auto;
  }
  footer .footbox p:nth-child(1) img {
    width: 220px;
  }
  footer .footbox p:nth-child(2) {
    text-align: left;
    width: 180px;
    margin: 0 auto 10px auto;
  }
}
