body {
  font-size: 20px; }

#mainHeader {
  background: #E5E5E5; }
  #mainHeader #mainHeaderInner.flex-layout1 .logo {
    width: 200px; }
    #mainHeader #mainHeaderInner.flex-layout1 .logo a {
      text-align: center;
      line-height: 1;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      align-items: center;
      height: 70px; }
  #mainHeader #mainHeaderInner.flex-layout1 #gNav {
    height: 70px; }
    #mainHeader #mainHeaderInner.flex-layout1 #gNav > * {
      overflow: hidden;
      line-height: 1;
      font-size: 16px;
      white-space: nowrap;
      position: relative;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s; }
      #mainHeader #mainHeaderInner.flex-layout1 #gNav > *:hover {
        text-decoration: none; }
      #mainHeader #mainHeaderInner.flex-layout1 #gNav > *:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
        top: 0;
        left: 0;
        background-color: #2D2D2D;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%); }
        #mainHeader #mainHeaderInner.flex-layout1 #gNav > *:before:hover {
          text-decoration: none; }
      #mainHeader #mainHeaderInner.flex-layout1 #gNav > * span {
        position: relative;
        z-index: 2; }
      #mainHeader #mainHeaderInner.flex-layout1 #gNav > *:hover {
        color: #fff;
        text-decoration: none; }
        #mainHeader #mainHeaderInner.flex-layout1 #gNav > *:hover:before {
          transform: translateY(0%);
          -webkit-transform: translateY(0%); }

#mainVisual.full_slider .full_slider--item {
  position: relative; }
  #mainVisual.full_slider .full_slider--item .copy {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 50px;
    line-height: 1.3; }

.bgGrey {
  background-color: #F0F0F0; }

.colorGrey {
  color: #8D8D8D; }

.layout_alternateList--title > div {
  position: relative; }
  .layout_alternateList--title > div:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #333;
    left: 0;
    top: 50%;
    position: absolute; }

.bb1 {
  border-bottom: 1px solid #333; }

#mainFooter {
  color: #fff; }
  #mainFooter .mainFooter--upper {
    background-color: #444;
    border-bottom: 1px solid #fff; }
    #mainFooter .mainFooter--upper--nav a {
      color: #fff;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s; }
      #mainFooter .mainFooter--upper--nav a:hover {
        text-decoration: none; }
      #mainFooter .mainFooter--upper--nav a:hover {
        background-color: rgba(255, 255, 255, 0.2); }
    #mainFooter .mainFooter--upper--sns a {
      background-color: #fff;
      transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -webkit-transition: all .3s ease 0s;
      font-size: 28px; }
      #mainFooter .mainFooter--upper--sns a:hover {
        text-decoration: none; }
      #mainFooter .mainFooter--upper--sns a:hover {
        opacity: .7;
        text-decoration: none; }
  #mainFooter .mainFooter--lower {
    background-color: #444; }

@media only screen and (max-width: 800px) {
  body {
    font-size: 15px; }

  #mainHeader #mainHeaderInner.flex-layout1 .logo a {
    height: 50px; }

  #mainVisual.full_slider .full_slider--item .copy {
    font-size: 26px; } }
