@charset "UTF-8";
.sp {
  display: none;
}

.pc {
  display: block;
}

@media only screen and (max-width: 640px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

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, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

html {
  width: 100%;
}

body {
  background-color: #fff;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0.04em;
  text-align: center;
  color: #000;
  line-height: 1.6;
  position: relative;
  font-size: 14px;
}

/*****************************************/
.alpha {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.alpha:hover {
  opacity: 0.6;
  filter: alpha(opacity=70);
}

/*****************************************/
#wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-width: 1200px;
  max-width: 2000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#wrapper p {
  max-height: 999999px;
}

@media only screen and (max-width: 640px) {
  #wrapper {
    min-width: 640px;
    width: 640px;
  }
}

header {
  height: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background: #FFF;
  z-index: 150;
}

header .inner {
  margin: 0 auto;
  max-width: 1855px;
  min-width: 1200px;
  position: relative;
}

@media only screen and (max-width: 640px) {
  header .inner {
    display: none;
    opacity: 0;
    position: fixed;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    background: #000;
    height: 100%;
    padding-top: 100px;
  }
}

header nav {
  font-family: "メイリオ", "Meiryo", sans-serif;
  float: left;
  padding-left: 20px;
}

@media only screen and (max-width: 640px) {
  header nav {
    float: none;
    padding-left: 50px;
  }
}

header nav li {
  display: inline-block;
  margin: 0 15px;
}

@media only screen and (max-width: 640px) {
  header nav li {
    display: block;
    text-align: left;
    margin: 0;
    width: 50%;
  }
}

header nav li a {
  text-decoration: none;
  color: #000;
  font-size: 18px;
  height: 100px;
  padding: 10px 0;
  line-height: 100px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header nav li a:hover {
  opacity: 0.3;
}

@media only screen and (max-width: 640px) {
  header nav li a {
    color: #FFF;
    font-size: 32px;
    height: 100%;
    width: 100%;
    display: block;
    height: 80px;
  }
}

header .share {
  float: right;
  margin: 39px 165px 0 0;
}

header .share dt {
  display: inline-block;
  font-family: "メイリオ", "Meiryo", sans-serif;
  line-height: 25px;
  padding-right: 7px;
}

header .share dd {
  width: 25px;
  height: 25px;
  display: inline-block;
  text-indent: -9999px;
  margin: 0 3px;
}

header .share dd a{
  display: block;
}

header .share .fb {
  background: url("../img/pc/icon_f.png") center top no-repeat;
}

header .share .twitter {
  background: url("../img/pc/icon_t.png") center top no-repeat;
}

header .share .line {
  display: none;
  background: url("../img/sp/icon_l.png") center top no-repeat;
}

@media only screen and (max-width: 640px) {
  header .share {
    float: none;
    text-align: left;
    padding-left: 0;
    position: absolute;
    bottom: 200px;
    left: 50px;
    width: 500px;
  }
  header .share dt {
    color: #FFF;
    display: block;
    font-size: 24px;
    margin-bottom: 30px;
  }
  header .share dd {
    width: 68px;
    height: 68px;
    margin: 0 25px;
  }
  header .share .fb {
    background: url("../img/sp/icon_f.png") center top no-repeat;
    margin-left: 0;
  }
  header .share .twitter {
    background: url("../img/sp/icon_t.png") center top no-repeat;
  }
  header .share .line {
    display: inline-block;
  }
}

header .fgo_fes {
  position: absolute;
  top: 24px;
  right: 29px;
  width: 112px;
}

@media only screen and (max-width: 640px) {
  header .fgo_fes {
    display: none;
  }
}

header .fgo_fes_sp, header .menu_btn {
  display: none;
}

@media only screen and (max-width: 640px) {
  header .menu_btn {
    display: block;
    width: 100px;
    height: 100px;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2000;
  }
  header .menu_btn.open {
    background: url("../img/sp/navi_open.jpg") no-repeat;
  }
  header .menu_btn.close {
    background: url("../img/sp/navi_close.jpg") no-repeat;
    display: none;
  }
  header .fgo_fes_sp {
    display: block;
    text-align: right;
    margin: 15px 15px 0 0;
  }
}

/*****************************************/
footer {
  background: #000;
  font-size: 12px;
  color: #FFF;
  padding: 40px 0;
  line-height: 2;
}


footer .foot_link {
  padding-top: 20px;
}

footer .foot_link li {
  display: inline-block;
}

footer .foot_link li:not(:last-of-type):after {
  content: " | ";
}

footer .foot_link li a {
  color: #FFF;
  text-decoration: none;
}

footer .foot_link li a:hover {
  text-decoration: underline;
}

footer .pagetop {
  position: fixed;
  right: 20px;
  bottom: 30px;
  width: 70px;
  z-index: 100;
}

@media only screen and (max-width: 640px) {
  footer {
    font-size: 13px;
  }
  footer .copy{
    font-size: 12px;
    padding-bottom: 30px;
  }
}