@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Righteous");
/* Template 
   v0.1 | 20150430
   License: none (public domain)
   ―
*/
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "游ゴシック",YuGothic,"Helvetica","ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Arial, sans-serif;
}

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

audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sup {
  position: relative;
  top: -.5em;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  height: 0;
  box-sizing: content-box;

  -webkit-box-sizing: content-box;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

button, input, optgroup, select, textarea {
  /* 2 */
  margin: 0;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 3 */
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  /* 2 */
  cursor: pointer;

  -webkit-appearance: button;
  /* 3 */
}

input[type="reset"], input[type="submit"] {
  /* 2 */
  cursor: pointer;

  -webkit-appearance: button;
  /* 3 */
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type="checkbox"], input[type="radio"] {
  /* 1 */
  padding: 0;
  box-sizing: border-box;

  -webkit-box-sizing: border-box;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  box-sizing: content-box;

  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  -webkit-box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
  border: 1px solid #c0c0c0;
}

legend {
  /* 1 */
  padding: 0;
  border: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td, th {
  padding: 0;
}

.cf:before {
  content: " ";
  display: table;
}

.cf:after {
  content: " ";
  display: table;
  clear: both;
}

h1, h2, h3, h4, h5, div, p, ul, li, hr, button {
  margin: 0;
  padding: 0;
  line-height: 1em;
}

li {
  list-style: none;
}

img {
  vertical-align: top;
}

hr {
  width: 100%;
  height: 5px;
  background: url("../img/site parts/line.jpg");
  border: none;
}

.section-title {
  text-align: center;
}

#wrap {
  position: relative;
  min-width: 1200px;
  padding: 75px 0 0;
  background: url("../img/bg.jpg") 0 0;
}

.social {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.social-tw {
  float: left;
  transition: all .75s cubic-bezier(.77, 0, .175, 1);

  -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.social-tw:hover {
  opacity: .75;
  transition: all .75s cubic-bezier(.77, 0, .175, 1);

  filter: alpha(opacity=75);
  -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.social-tw button {
  width: 42px;
  height: 75px;
  background: url("../img/common/menu/btn_share_twitter.png");
  border: none;
}

.social-fb {
  float: left;
  margin: 0 5px 0 20px;
  transition: all .75s cubic-bezier(.77, 0, .175, 1);

  -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.social-fb:hover {
  opacity: .75;
  transition: all .75s cubic-bezier(.77, 0, .175, 1);

  filter: alpha(opacity=75);
  -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.social-fb button {
  width: 42px;
  height: 75px;
  background: url("../img/common/menu/btn_share_facebook.png");
  border: none;
}

.h {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  min-width: 1200px;
  background: url("../img/common/menu/bg_menu.png") top left;
  letter-spacing: -.4em;
  text-align: center;
}

.h .logo {
  display: inline-block;
  margin-right: 30px;
  overflow: hidden;
  vertical-align: top;
  letter-spacing: normal;
  transition: all .75s cubic-bezier(.77, 0, .175, 1);

  -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.h .logo:hover {
  opacity: .7;
  transition: all .75s cubic-bezier(.77, 0, .175, 1);

  filter: alpha(opacity=70);
  -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.h .gnav {
  display: inline-block;
  height: 75px;
  letter-spacing: normal;
}

.h .gnav-item {
  float: left;
  margin-left: 20px;
  cursor: pointer;
  transition: all .75s cubic-bezier(.77, 0, .175, 1);

  -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.h .gnav-item:hover {
  opacity: .7;
  transition: all .75s cubic-bezier(.77, 0, .175, 1);

  filter: alpha(opacity=70);
  -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.h .gnav-item:first-child {
  margin-left: 0;
}

.f {
  width: 100%;
  height: 163px;
  background: #e8edf0;
}

.f-inner {
  position: relative;
  width: 960px;
  margin: 0 auto 0;
  padding: 35px 0 0 0;
}

.f-pagetop {
  position: absolute;
  top: -42px;
  right: -64px;
  cursor: pointer;
  transition: all .75s cubic-bezier(.77, 0, .175, 1);

  -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.f-pagetop:hover {
  opacity: .7;
  transition: all .75s cubic-bezier(.77, 0, .175, 1);

  filter: alpha(opacity=70);
  -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.f-left {
  float: left;
}

.f-logo {
  width: 218px;
}

.f-logo img {
  width: 100%;
  height: auto;
}

.f-right {
  float: right;
}

.f-banner-items {
  margin-bottom: 18px;
}

.f-banner-item {
  float: right;
  margin-right: 32px;
  transition: all .75s cubic-bezier(.77, 0, .175, 1);

  -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.f-banner-item:hover {
  opacity: .7;
  transition: all .75s cubic-bezier(.77, 0, .175, 1);

  filter: alpha(opacity=70);
  -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.f-banner-item:first-child {
  margin-right: 0px;
}

.f-link-items {
  margin-bottom: 10px;
  color: #000;
  font-size: 12px;
}

.f-link-items a {
  color: #000;
  text-decoration: none;
  transition: all .75s cubic-bezier(.77, 0, .175, 1);

  -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.f-link-items a:hover {
  opacity: .7;
  transition: all .75s cubic-bezier(.77, 0, .175, 1);

  filter: alpha(opacity=70);
  -webkit-transition: all .75s cubic-bezier(.77, 0, .175, 1);
}

.f-link-item {
  float: right;
}

.f-link-item:first-child {
  margin-right: 0px;
}

.f-link-item-devide {
  margin: 0 13px;
}

.f-cr {
  color: #000;
  font-size: 10px;
}
