@charset "UTF-8";

/*-----------------------------------------------------------
import
------------------------------------------------------------*/
@import url('//fonts.googleapis.com/earlyaccess/notosansjp.css');
@import url('//fonts.googleapis.com/css?family=Oswald:500,600,700');

/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
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, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
    display: block;
}
ul, ol {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}
ins {
    background-color: #ffff99;
    color: #000000;
    text-decoration: none;
}
mark {
    background-color: #ffff99;
    color: #000000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted #000000;
    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
------------------------------------------------------------*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*-----------------------------------------------------------
link
------------------------------------------------------------*/
a:link {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #333333;
    text-decoration: underline;
}
a:visited {
    color: #333333;
    text-decoration: underline;
}

/*-----------------------------------------------------------
common
------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a img:hover {
    opacity: 0.6;
    transition: all .3s;
}
html {
    font-size: 62.5%;
}
body {
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.6rem;
    background: #ffffff;
    color: #333333;
    line-height: 1.5;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

#mainWrapper {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
  #mainWrapper {
      width: 100%;
      overflow: hidden;
  }
}
header#Header {
    position: relative;
}
header#Header .Logo {
    width: 110px;
    height: auto;
    margin: 10px auto;
}
@media screen and (max-width: 767px) {
    header#Header .Logo {
        display: none;
    }
}
header#Header .Logo img {
    width: 100%;
    height: auto;
}
header#Header .headerContact {
    position: absolute;
    top: 30px;
    right: 50px;
}
@media screen and (max-width: 767px) {
    header#Header .headerContact {
        display: none;
    }
}
header#Header .headerContact a {
    font-size: 1.4rem;
    font-weight: 300;
    background: #FFA500;	/* #666666; naa*/
    color: #ffffff;
    text-align: center;
    display: inline-block;
    line-height: 16px;
    width: 200px;
    padding: 12px;
}
header#Header .headerContact a:after {
    font-family: FontAwesome;
    font-size: 1.2rem;
    content: "\f138";
    margin-left: 15px;
}
header#Header .headerContact a:hover {
    background: #ef6b05;
    text-decoration: none;
    transition: all .3s;
}
#commonNavi {
    width: 100%;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 767px) {
    #commonNavi {
        border: none;
        z-index: 999;
    }
}
#commonNavi nav.pcMenu {
}
@media screen and (max-width: 767px) {
    #commonNavi nav.pcMenu {
        display: none;
    }
}
#commonNavi nav.pcMenu ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
    margin: auto;
    border-left: 1px solid #dfdfdf;
}
#commonNavi nav.pcMenu ul li {
    font-size: 1.4rem;
}
#commonNavi nav.pcMenu ul li a {
    font-weight: 500;
    text-align: center;
    display: inline-block;
    width: 200px;
    padding: 20px 0;
    border-right: 1px solid #dfdfdf;
    border-bottom: 2px solid #ef6b05;
}
#commonNavi nav.pcMenu ul li a:hover {
    color: #ef6b05;
    text-decoration: none;
    transition: .3s;
}

/*-----------------------------------------------------------
Header
-------------------------------------------------------------*/
header#mobileHeader,
#modal,
p#close {
    display: none;
}
@media screen and (max-width: 768px) {
  header#mobileHeader,
  #modal,
  p#close {
      display: block;
  }
  #mobileHeader {
      background: rgba(255,255,255,0.8);
      overflow: hidden;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      position: relative;
      height: 80px;
  }
  #mobileHeader .siteLogo {
      width: 70px;
      overflow: hidden;
      margin: auto;
      position: absolute;
      top: 5px;
      right: 0;
      left: 10px;
  }
  #mobileHeader .siteLogo a {
      display: block;
      text-decoration: none;
  }
  #mobileHeader .modalMenu {
      text-align: center;
      width: 50px;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 10;
  }
  #mobileHeader .modalMenu a {
      font-size: 1.2rem;
      color: #000000;
      display: block;
      width: 50px;
      height: 50px;
      padding-top: 30px;
      position: relative;
      border-radius: 6px;
  }
  #mobileHeader .modalMenu a:hover {
      text-decoration: none;
  }
  #mobileHeader .modalMenu:after,
  #mobileHeader .modalMenu a:before,
  #mobileHeader .modalMenu a:after {
      width: 28px;
      height: 0;
      position: absolute;
      left: 12px;
      top: 10px;
      border-top: 3px solid #000000;
      content: " ";
  }
  #mobileHeader .modalMenu:after {
      top: 24px;
  }
  #mobileHeader .modalMenu a:after {
      top: 17px;
  }
  #mobileHeader .mobileContact {
      background-image: url(../img/common/mobileContact.png);
      background-repeat: no-repeat;
      background-size: 60%;
      background-position: center 10px;
      text-align: center;
      width: 50px;
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 10;
  }
  #mobileHeader .mobileContact a {
      font-size: 1.2rem;
      color: #000000;
      display: block;
      width: 50px;
      height: 50px;
      padding-top: 30px;
      position: relative;
      border-radius: 6px;
  }
  #mobileHeader .mobileContact a:hover {
      text-decoration: none;
  }
  #mobileHeader p {
      margin: 0;
      padding: 0;
      border: 0;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      vertical-align: baseline;
  }
  #modal {
      width: 100%;
      padding: 20px 10px 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      display: none;
      position: fixed;
      left: 0;
      top: 0;
      z-index: 999;
  }
  #modal.modal-overlay {
      background-color: rgba(0,0,0,.7);
  }
  #modal p {
      color: #ffffff;
      font-size: 13px;
  }
  #modal ul {
      background: #ffffff;
      width: 100% !important;
      position: relative;
      top: 30px;
  }
  #modal ul li {
      font-size: 13px;
      background: #ffffff;
      text-align: left !important;
      border-bottom: 1px solid #ff6600;
      position: relative;
      width: 100% !important;
      float: none !important;
  }
  #modal ul li:after {
      content: " ";
      width: 9px;
      height: 15px;
      background: url(../img/common/naviArrow.png) no-repeat;
      position: absolute;
      background-size: 9px 15px;
      top: 18px;
      right: 10px;
  }
  #modal ul li:last-child,
  #modal ul {
      display: block !important;
  }
  #modal ul li a {
      font-size: 13px !important;
      color: #ff6600 !important;
      display: block !important;
      padding: 14px 10px !important;
  }
  #modal ul li a.hover {
      background: #eeeeee;
  }
  #modal ul li.socialLink {
      text-align: center !important;
      width: 50% !important;
      float: left !important;
      border: none;
  }
  #modal ul li.socialLink a {
      padding: 15px !important;
  }
  #modal ul li.socialLink:after {
      content: none;
  }
  #modal ul li.socialLink img {
      display: block;
      width: 20%;
      height: auto;
      margin: auto;
  }
  #close {
      width: 27px;
      height: 27px;
      position: absolute;
      right: 20px;
      top: 30px;
  }
  #close:before,
  #close:after {
      content: '';
      height: 2px;
      width: 27px;
      background: #ffffff;
      position: absolute;
      top: 0;
      right: -5px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg)
  }
  #close:after {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
  }
}

/*-----------------------------------------------------------
sliderPro
-------------------------------------------------------------*/
#topSlider {
    height: 540px;
    position: relative;
}
@media screen and (max-width: 767px) {
    #topSlider {
        height: auto;
        overflow: hidden;
    }
}
#topSlider .slider-pro {
    background: #000000;
    z-index: 1;
}
#topSlider .sp-arrow {
    width: 10px !important;
}
#topSlider .sp-slides-container .sp-slide img {
    opacity: 0.6;
}
#topSlider .sp-slides-container .sp-slide.sp-selected img {
    opacity: 1;
}
@media screen and (max-width: 768px) {
    #topSlider .sp-slides-container .sp-slide img {
        width: 100% !important;
        height: auto !important;
        margin: 0 !important;
        opacity: 0.4;
    }
}
.sp-horizontal .sp-arrows {
    margin-top: 0 !important;
    top: 90% !important;
}
#topSlider .featureMenu {
    background: #ffffff;
    width: 1170px;
    margin: auto;
    padding: 20px 20px 0;
    position: absolute;
    right: 0;
    bottom: -20px;
    left: 0;
    z-index: 3;
}
@media screen and (max-width: 768px) {
    #topSlider .featureMenu {
        width: auto;
        margin: -40px 10px 0;
        padding: 10px 10px 0;
        position: relative;
    }
}
#topSlider .featureMenu ul {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    #topSlider .featureMenu ul {}
}
#topSlider .featureMenu ul li {
    width: 275px;
    height: 100px;
}
@media screen and (max-width: 768px) {
    #topSlider .featureMenu ul li {
        width: 24%;
        height: auto;
    }
}
#topSlider .featureMenu ul li a {}
#topSlider .featureMenu ul li a img {
    width: 100%;
    height: auto;
}
p.wideBanner {
    width: 820px;
    margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
    p.wideBanner {
        width: auto;
        height: auto;
        margin: 20px 20px 0;
    }
}
p.wideBanner a {}
p.wideBanner a img {
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
}
section.pickupBox {
    display: flex;
    justify-content: space-between;
    width: 1300px;
    margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
    section.pickupBox {
        display: block;
        width: auto;
        margin: 0 20px;
    }
}
section.pickupBox .pickupContents {}
@media screen and (max-width: 768px) {
    section.pickupBox .pickupContents {
        margin-top: 20px;
    }
}
section.pickupBox .pickupContents .pickupTitle {
    font-size: 1.6rem;
    background: #ee5d07;
    color: #ffffff;
    line-height: 16px;
    width: 90%;
    padding: 10px 20px;
    position: relative;
    z-index: 10;
}
@media screen and (max-width: 768px) {
    section.pickupBox .pickupContents .pickupTitle {
        font-size: 1.3rem;
        line-height: 14px;
        padding: 10px;
    }
}
section.pickupBox .pickupContents a {}
section.pickupBox .pickupContents a .pickupInner {
    background: #eeeeee;
    margin: -10px 0 0;
    padding: 10px;
    position: relative;
}
@media screen and (max-width: 768px) {
    section.pickupBox .pickupContents a .pickupInner {}
}
section.pickupBox .pickupContents a .pickupInner:after {
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    border-right: 10px solid #ee5d07;
    border-bottom: 10px solid #ee5d07;
    position: absolute;
    right: 0;
    bottom: 0;
}
@media screen and (max-width: 768px) {
    section.pickupBox .pickupContents a .pickupInner:after {}
}
section.pickupBox .pickupContents a .pickupInner figure {
    width: 280px;
    height: 200px;
}
@media screen and (max-width: 768px) {
    section.pickupBox .pickupContents a .pickupInner figure {
        width: auto;
        height: auto;
    }
}
section.pickupBox .pickupContents a .pickupInner figure img {
    display: block;
    width: 100%;
    height: auto;
}
section.featureArea {
    text-align: center;
    margin: 80px 0;
}
@media screen and (max-width: 768px) {
    section.featureArea {
        margin: 40px 10px;
    }
}
section.featureArea h2 {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 32px;
}
@media screen and (max-width: 768px) {
    section.featureArea h2 {
       font-size: 2.4rem;
       font-weight: 600;
       line-height: 1.4;
    }
}
section.featureArea h2:after {
    background: #ee5d07;
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
    section.featureArea h2:after {
        margin-top: 10px;
    }
}
section.featureArea p {
    font-size: 1.8rem;
    line-height: 2.4;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    section.featureArea p {
        font-size: 1.5rem;
        line-height: 1.6;
        text-align: left;
        margin-top: 20px;
    }
}
section.movieArea {
    background: -webkit-repeating-linear-gradient(-45deg, #efefef, #efefef 5px, #ffffff 5px, #ffffff 10px);
    background: repeating-linear-gradient(-45deg, #efefef, #efefef 5px, #fdfcff 5px, #ffffff 10px);
    width: 100%;
    padding: 40px 0;
}
@media screen and (max-width: 768px) {
    section.movieArea {
        width: auto;
        padding: 10px 0;
    }
}
section.movieArea .movieInner {
    width: 682px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    section.movieArea .movieInner {
        width: auto;
        margin: 10px;
    }
}
section.movieArea .movieInner .movieTitle {
    background: #333333;
    color: #ffffff;
    display: inline-block;
    line-height: 16px;
    width: 240px;
    padding: 10px 15px;
    position: relative;
    top: 15px;
    left: -60px;
}
@media screen and (max-width: 768px) {
    section.movieArea .movieInner .movieTitle {
        width: 180px;
        position: static;
        left: 0;
    }
}
section.movieArea .movieInner iframe {
    display: block;
}
@media screen and (max-width: 768px) {
    section.movieArea .movieInner iframe {
        width: 100%;
        height: 100%;
    }
}
section.movieArea .linkBtn {
    text-align: right;
}
@media screen and (max-width: 768px) {
    section.movieArea .linkBtn {
        text-align: center;
        margin-top: 10px;
    }
}
section.movieArea .linkBtn a {
    font-size: 1.8rem;
    font-style: italic;
    background: #d71010;
    color: #ffffff;
    display: inline-block;
    line-height: 18px;
    padding: 10px 20px 10px 60px;
    position: relative;
}
section.movieArea .linkBtn a:hover {
    background: #333333;
    text-decoration: none;
    transition: all .5s;
}
section.movieArea .linkBtn a:before {
    background: url(../img/top/btnIcon.png) no-repeat center center;
    content: "";
    display: inline-block;
    width: 36px;
    height: 33px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
}
section.movieArea .linkBtn a:after {
    font-family: FontAwesome;
    font-style: normal;
    content: "\f105";
    margin-left: 20px;
}
section.smallBanner {
    width: 1020px;
    margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
    section.smallBanner {
        width: auto;
        margin: 20px 20px 0;
    }
}
section.smallBanner ul {
    display: flex;
    justify-content: space-between;
    flex: 1;
}
@media screen and (max-width: 768px) {
    section.smallBanner ul {
        flex-wrap: wrap;
    }
}
section.smallBanner ul li {
    width: 240px;
    height: auto;
}
@media screen and (max-width: 768px) {
    section.smallBanner ul li {
        width: 48%;
        height: auto;
    }
    section.smallBanner ul li:nth-child(3),
    section.smallBanner ul li:last-child {
        margin-top: 10px;
    }
}
section.smallBanner ul li a {}
section.smallBanner ul li a img {
    display: block;
    width: 100%;
    height: auto;
}
section.socialArea {
    background: #efefef;
    width: 100%;
    margin-top: 60px;
    padding: 30px 0;
}
@media screen and (max-width: 768px) {
    section.socialArea {
        width: auto;
        margin-top: 20px;
        padding: 15px 0;
    }
}
section.socialArea .socialTitle {
    text-align: center;
    width: 1200px;
    margin: auto;
    position: relative;
}
@media screen and (max-width: 768px) {
    section.socialArea .socialTitle {
        width: auto;
    }
}
section.socialArea .socialTitle h3 {
    font-size: 2.2rem;
    background: #efefef;
    text-align: center;
    display: inline-block;
    line-height: 22px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    section.socialArea .socialTitle h3 {
        font-size: 1.6rem;
        line-height: 16px;
        padding: 0 10px;
    }
}
section.socialArea .socialTitle:after {
    display: block;
    content: "";
    width: 100%;
    height: 14px;
    position: absolute;
    top: 6px;
    border-top: #484848 solid 14px;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    section.socialArea .socialTitle:after {
        border-top: #484848 solid 10px;
        top: 7px;
    }
}
section.socialArea ul {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
    section.socialArea ul {
        width: auto;
        margin: 0 10px;
        flex-wrap: wrap;
    }
}
section.socialArea ul li {
    display: table;
}
@media screen and (max-width: 768px) {
    section.socialArea ul li {
        width: 48%;
        margin-top: 10px;
    }
}
section.socialArea ul li a {
    font-size: 1.4rem;
    color: #ffffff;
    display: table-cell;
    text-align: center;
    line-height: 14px;
    vertical-align: middle;
    width: 190px;
    height: 60px;
    position: relative;
}
@media screen and (max-width: 768px) {
    section.socialArea ul li a {
        font-size: 1.3rem;
        width: auto;
        height: 46px;
    }
}
section.socialArea ul li.social01 a {
    background: #2dae79;
}
section.socialArea ul li.social02 a {
    background: #4267b2;
}
section.socialArea ul li.social03 a {
    background: #1da1f2;
}
section.socialArea ul li.social04 a {
    background: #c536a4;
}
section.socialArea ul li.social05 a {
    background: #eeaf07;
}
section.socialArea ul li.social06 a {
    background: #ee0759;
}
section.socialArea ul li a:hover {
    text-decoration: none;
    opacity: 0.6;
    transition: all .3s;
}
section.socialArea ul li a:before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    position: absolute;
    top: 2px;
    left: 2px;
}
@media screen and (max-width: 768px) {
    section.socialArea ul li a:before {
        width: 10px;
        height: 10px;
        border-top: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
    }
}
section.socialArea ul li a:after {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    right: 2px;
    bottom: 2px;
}
@media screen and (max-width: 768px) {
    section.socialArea ul li a:after {
        width: 10px;
        height: 10px;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
    }
}
section.bnrArea {
    width: 100%;
    margin-top: 60px;
    padding: 0;
}
@media screen and (max-width: 768px) {
    section.bnrArea {
        width: auto;
        margin-top: 40px;
    }
}
section.bnrArea .bnrTitle {
    text-align: center;
    width: 1200px;
    margin: auto;
    position: relative;
}
@media screen and (max-width: 768px) {
    section.bnrArea .bnrTitle {
        width: auto;
    }
}
section.bnrArea .bnrTitle h3 {
    font-size: 2.8rem;
    background: #ffffff;
    text-align: center;
    display: inline-block;
    line-height: 28px;
    margin: auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    section.bnrArea .bnrTitle h3 {
        font-size: 2.0rem;
        line-height: 20px;
        padding: 0 10px;
    }
}
section.bnrArea .bnrTitle:after {
    display: block;
    content: "";
    width: 100%;
    height: 14px;
    position: absolute;
    top: 8px;
    border-top: #efefef solid 14px;
    z-index: 1;
}
@media screen and (max-width: 768px) {
    section.bnrArea .bnrTitle:after {
        border-top: #efefef solid 10px;
        top: 6px;
    }
}
section.bnrArea p {
    text-align: center;
    line-height: 14px;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    section.bnrArea p {
        font-size: 1.3rem;
        margin-top: 10px;
    }
}
section.bnrArea ul {
/*    width: 1200px;*/
    width: 1000px;
    margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
    section.bnrArea ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: auto;
        margin: 0 10px 0;
    }
}
section.bnrArea ul li {
    margin-right: 25px;
    margin-bottom: 10px;
    float: left;
}
@media screen and (max-width: 768px) {
    section.bnrArea ul li {
        width: 48%;
        margin-top: 10px;
        margin-right: 0;
        margin-bottom: 0;
        float: none;
    }
}
section.bnrArea ul li:nth-child(5n) {
    margin-right: 0;
}
section.bnrArea ul li a {}
section.bnrArea ul li a img {
    display: block;
/*    width: 220px;*/
    width: 180px;
    height: 70px;
    border: 1px solid #eee;
}
@media screen and (max-width: 768px) {
    section.bnrArea ul li a img {
        width: 100%;
        height: auto;
    }
}
footer#mainFooter {
    background: #78a7d0 url(../img/common/footerBg.png) no-repeat bottom right;
    width: 100%;
    height: 400px;
    margin-top: 80px;
    padding: 40px 0;
}
@media screen and (max-width: 768px) {
    footer#mainFooter {
        background: #78a7d0 url(../img/common/footerBgSp.png) no-repeat bottom center;
        background-size: 100%;
        width: auto;
        height: 480px;
        margin-top: 40px;
        padding: 20px 0;
    }
}
footer#mainFooter .footerInner {
    width: 1200px;
    margin: auto;
}
@media screen and (max-width: 768px) {
    footer#mainFooter .footerInner {
        width: auto;
        margin: 0 10px;
    }
}
footer#mainFooter .footerInner .footerAddress figure {
    width: 123px;
    height: auto;
    margin-right: 20px;
    float: left;
}
@media screen and (max-width: 768px) {
    footer#mainFooter .footerInner .footerAddress figure {
        width: 24%;
        margin-right: 10px;
    }
}
footer#mainFooter .footerInner .footerAddress figure img {
    display: block;
    width: 100%;
    height: auto;
}
footer#mainFooter .footerInner .footerAddress p {
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 1.8;
    margin-top: 20px;
    float: left;
}
@media screen and (max-width: 768px) {
    footer#mainFooter .footerInner .footerAddress p {
        font-size: 1.3rem;
        line-height: 1.5;
        margin-top: 10px;
    }
}
footer#mainFooter .footerInner nav.footerMenu {
    margin-top: 30px;
    clear: both;
}
@media screen and (max-width: 768px) {
    footer#mainFooter .footerInner nav.footerMenu {
        margin-top: 10px;
    }
}
@media screen and (max-width: 768px) {
    footer#mainFooter .footerInner nav.footerMenu ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
footer#mainFooter .footerInner nav.footerMenu ul li {
    margin-right: 15px;
    float: left;
}
@media screen and (max-width: 768px) {
    footer#mainFooter .footerInner nav.footerMenu ul li {
        font-size: 1.4rem;
        width: 33.3%;
        margin: 0 0 5px;
        float: none;
    }
}
footer#mainFooter .footerInner nav.footerMenu ul li a {
    color: #ffffff;
}
footer#mainFooter .footerInner nav.footerMenu ul li a:hover {
    color: #4267b2;
    text-decoration: none;
    transition: all .3s;
}
footer#mainFooter .footerInner nav.footerMenu ul li a:before {
    font-family: FontAwesome;
    content: "\f138";
    margin-right: 5px;
}
@media screen and (max-width: 768px) {
    footer#mainFooter .footerInner nav.footerMenu ul li a:before {
        margin-right: 2px;
    }
}
footer#mainFooter .footerInner nav.footerPrimaryMenu {
    margin-top: 30px;
    clear: both;
}
@media screen and (max-width: 768px) {
    footer#mainFooter .footerInner nav.footerPrimaryMenu {
        margin-top: 10px;
    }
}
@media screen and (max-width: 768px) {
    footer#mainFooter .footerInner nav.footerPrimaryMenu ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
footer#mainFooter .footerInner nav.footerPrimaryMenu ul li {
    margin-right: 40px;
    float: left;
}
@media screen and (max-width: 768px) {
    footer#mainFooter .footerInner nav.footerPrimaryMenu ul li {
        font-size: 1.2rem;
        width: 48%;
        margin: 0 0 15px;
        float: none;
    }
}
footer#mainFooter .footerInner nav.footerPrimaryMenu ul li a {
    color: #ffffff;
    display: inline-block;
    width: 140px;
    padding-bottom: 10px;
    position: relative;
}
@media screen and (max-width: 768px) {
    footer#mainFooter .footerInner nav.footerPrimaryMenu ul li a {
        padding: 0;
    }
}
footer#mainFooter .footerInner nav.footerPrimaryMenu ul li a:hover {
    text-decoration: none;
}
footer#mainFooter .footerInner nav.footerPrimaryMenu ul li a:before {
    background: #ffffff;
    width: 20px;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    right: -3px;
    bottom: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media screen and (max-width: 768px) {
    footer#mainFooter .footerInner nav.footerPrimaryMenu ul li a:before {
        bottom: 4px;
    }
}
footer#mainFooter .footerInner nav.footerPrimaryMenu ul li a:hover:before {
    right: -23px;
}
footer#mainFooter .footerInner nav.footerPrimaryMenu ul li a:after {
    background: #ffffff;
    width: 140px;
    height: 1px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media screen and (max-width: 768px) {
    footer#mainFooter .footerInner nav.footerPrimaryMenu ul li a:after {
        bottom: -4px;
    }
}
footer#mainFooter .footerInner nav.footerPrimaryMenu ul li a:hover:after {
    width: 160px;
}
footer#mainFooter .footerInner .footerBnr {
    display: inline-block;
    width: 150px;
    height: 40px;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    footer#mainFooter .footerInner .footerBnr {
        margin-top: 10px;
    }
}
footer#mainFooter .footerInner .footerBnr a {}
footer#mainFooter .footerInner .footerBnr a img {
    display: block;
    width: 100%;
    height: auto;
}
.copyright {
    font-size: 1.2rem;
    background: #ffffff;
    text-align: center;
    width: 100%;
    padding: 5px 0;
}