@charset "UTF-8";
/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 0px;
  background: #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 94px;
  height: 15px;
  margin: -20px 0 0;
  position: absolute;
  bottom: 10px;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  content: "";
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow02.svg);
  background-size: cover;
}

.flex-direction-nav a.flex-next:before {
  content: "";
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow.svg);
  background-size: cover;
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "";
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow02.svg);
  background-size: cover;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/*fonts
---------------------------------------------*/
@font-face {
  font-family: "apercu";
  font-style: normal;
  font-weight: 100;
  src: url("../font/apercu/apercu_regular_pro.eot");
  src: url("../font/apercu/apercu_regular_pro.eot?#iefix") format("embedded-opentype"), url("../font/apercu/apercu_regular_pro.woff") format("woff"), url("../font/apercu/apercu_regular_pro.ttf") format("truetype");
  /* Safari, Android, iOS */
}
/* common
---------------------------------------------*/
html,
body {
  background: #2c2c2c;
  font-family: futura-pt, source-han-sans-japanese, sans-serif;
  width: 100%;
  line-height: 1.8;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  letter-spacing: 1.2px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  html,
body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html,
body {
    font-size: 14px;
  }
}

img {
  width: 100%;
  display: block;
}

video {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

/* content
---------------------------------------------*/
div#wrap {
  width: 100%;
  overflow: hidden;
  font-family: "futura-pt", "source-han-sans-japanese", sans-serif;
}

.shutter div {
  overflow: hidden;
  position: relative;
}
.shutter .base {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  visibility: hidden;
}
.shutter .base .slideInLeft {
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(1, 0, 0.65, 1);
          animation-timing-function: cubic-bezier(1, 0, 0.65, 1);
}
.shutter .base .layer {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 99;
}
.shutter .base .layer-yellow {
  background: #fde87f;
}
.shutter .base .layer-orange {
  background: #fc8846;
}
.shutter .base.active {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-name: base;
          animation-name: base;
}
.shutter .slideInLeft.active {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-name: slideInLeft;
          animation-name: slideInLeft;
}
@-webkit-keyframes base {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@keyframes base {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(101%, 0, 0);
            transform: translate3d(101%, 0, 0);
    visibility: visible;
  }
  50% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(-101%, 0, 0);
            transform: translate3d(-101%, 0, 0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(101%, 0, 0);
            transform: translate3d(101%, 0, 0);
    visibility: visible;
  }
  50% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  100% {
    -webkit-transform: translate3d(-101%, 0, 0);
            transform: translate3d(-101%, 0, 0);
  }
}

.fadeIn {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s;
  transition: 1s;
}

.desc {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .desc {
    padding: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .desc {
    padding: 50px;
  }
}

.title {
  font-family: "Parisienne", cursive;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .title {
    margin-top: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .title {
    margin-top: 10px;
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  div.header {
    width: 100%;
  }
}
div.header h1 {
  position: absolute;
}
@media screen and (min-width: 769px) {
  div.header h1 {
    width: 29%;
    top: 9%;
    right: 7%;
  }
}
@media screen and (max-width: 768px) {
  div.header h1 {
    width: 50%;
    top: 4%;
    right: 7%;
  }
}

@media screen and (min-width: 769px) {
  .header_wo {
    background: url(../images/top/wo_pc.png);
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  .header_me {
    background: url(../images/top/me_pc.png);
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
  }
}

div.block {
  margin-left: auto;
  margin-right: auto;
  width: min(100%, 1000px);
}
div.block h2 {
  line-height: 1;
  letter-spacing: 3px;
  z-index: 100;
  font-size: clamp(16px, 4vw, 40px);
}
div.block .item-lists {
  padding-left: 4.5%;
  position: absolute;
}
@media screen and (min-width: 769px) {
  div.block .item-lists {
    width: min(185px, 23%);
    border-left: solid 2px #fde87f;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 768px) {
  div.block .item-lists {
    width: min(140px, 35%);
    border-left: solid 1px #fde87f;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
  }
}
div.block .item-lists li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.block .item-lists li div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  div.block .item-lists li div {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 768px) {
  div.block .item-lists li div {
    width: 66.6666666667%;
  }
}
div.block .item-lists span {
  display: block;
}
div.block .item-lists a {
  color: #fde87f;
  font-style: italic;
  display: block;
}
div.block .styling {
  position: absolute;
}
div.block .sliderArea .slide-arrow {
  color: #fde87f;
  position: absolute;
  top: 40%;
}
@media screen and (min-width: 769px) {
  div.block .sliderArea .slide-arrow {
    width: 60px;
  }
}
@media screen and (max-width: 768px) {
  div.block .sliderArea .slide-arrow {
    width: 25px;
  }
}
div.block .sliderArea .prev-arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  left: -25%;
  z-index: 10;
}
div.block .sliderArea .next-arrow {
  right: -25%;
}

.num1 .blockA {
  position: relative;
  padding-top: 87.5%;
}
.num1 .blockA h2 {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  top: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .num1 .blockA h2 {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .num1 .blockA h2 {
    padding-top: 10px;
    padding-left: 10px;
  }
}
.num1 .blockA .styling1 {
  width: 50%;
  right: 0;
  top: 0;
}
.num1 .blockA .styling2 {
  width: 38.2%;
  bottom: 0;
  left: 0;
}
.num1 .blockA .item-lists {
  left: 0;
}
@media screen and (min-width: 769px) {
  .num1 .blockA .item-lists {
    bottom: 62.8571428571%;
  }
}
@media screen and (max-width: 768px) {
  .num1 .blockA .item-lists {
    bottom: 62.8571428571%;
  }
}
.num1 .blockB {
  position: relative;
  padding-top: 30%;
}
.num1 .blockB .sliderArea {
  width: 30%;
  position: absolute;
  top: -15%;
  right: 24%;
}

@media screen and (min-width: 769px) {
  .num2 {
    margin-top: 115px;
  }
}
@media screen and (max-width: 768px) {
  .num2 {
    margin-top: 57px;
  }
}
.num2 .loop-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}
.num2 .loop-wrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-animation: loop 20s infinite linear 1s both;
          animation: loop 20s infinite linear 1s both;
  margin: 0;
  width: 100%;
}
.num2 .loop-wrap ul li {
  width: 33.3333333333%;
}
@-webkit-keyframes loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes loop {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@media screen and (min-width: 769px) {
  .num2 .blockA h2 {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .num2 .blockA h2 {
    padding: 10px;
  }
}
.num2 .blockA .item-lists {
  position: inherit;
  margin-left: auto;
  margin-top: 20px;
  padding-right: 20px;
}
.num2 .blockB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .num2 .blockB {
    width: 62.5%;
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .num2 .blockB {
    width: 80%;
    margin-top: 65px;
  }
}
.num2 .blockB img {
  width: 33.3333333333%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .num2 .blockB img {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .num2 .blockB img {
    padding: 2px;
  }
}

.num3 h2 {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .num3 {
    margin-top: 330px;
  }
}
@media screen and (max-width: 768px) {
  .num3 {
    margin-top: 150px;
  }
}
.num3 .blockA {
  position: relative;
  padding-top: 94%;
}
.num3 .blockA img {
  -o-object-fit: cover;
     object-fit: cover;
}
.num3 .blockA .styling1 {
  width: 40%;
  top: 0;
  left: 0;
}
.num3 .blockA .styling2 {
  width: 40%;
  top: 8.5106382979%;
  right: 0;
}
.num3 .blockA .styling3 {
  width: 40%;
  bottom: 0;
  right: 10%;
}
.num3 .blockA .item-lists {
  position: absolute;
  top: 68.085106383%;
  left: 4.5%;
}
@media screen and (max-width: 768px) {
  .num3 .blockA .item-lists {
    left: 0;
  }
}
.num3 .blockB {
  padding-top: 30%;
  position: relative;
}
.num3 .blockB .sliderArea {
  width: 30%;
  position: absolute;
  top: -7%;
  left: 10%;
}

.num4 {
  margin-top: 160px;
}
.num4 .blockA {
  position: relative;
  padding-top: 80%;
}
.num4 .blockA h2 {
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .num4 .blockA h2 {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .num4 .blockA h2 {
    padding: 10px;
  }
}
.num4 .blockA .styling1 {
  width: 40%;
  top: 0;
  left: 0;
}
.num4 .blockA .styling2 {
  width: 30%;
  top: 0;
  right: 19.5%;
}
.num4 .blockA .styling3 {
  width: 30%;
  bottom: 0;
  right: 0;
}
.num4 .blockA .item-lists {
  position: absolute;
  top: 81.25%;
  left: 0;
}
.num4 .blockB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .num4 .blockB {
    width: 62.5%;
    margin-top: 120px;
  }
}
@media screen and (max-width: 768px) {
  .num4 .blockB {
    width: 80%;
    margin-top: 65px;
  }
}
.num4 .blockB img {
  width: 33.3333333333%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 769px) {
  .num4 .blockB img {
    padding: 5px;
  }
}
@media screen and (max-width: 768px) {
  .num4 .blockB img {
    padding: 2px;
  }
}

.num5 {
  margin-top: 160px;
}
.num5 .blockA {
  position: relative;
  padding-top: 94%;
}
.num5 .blockA h2 {
  position: absolute;
  top: 0;
  right: 0;
}
.num5 .blockA .styling1 {
  width: 40%;
  top: 0;
  left: 0;
}
.num5 .blockA .styling2 {
  width: 40%;
  top: 8.5106382979%;
  right: 0;
}
.num5 .blockA .styling3 {
  width: 40%;
  bottom: 0;
  right: 10%;
}
.num5 .blockA .item-lists {
  position: absolute;
}
@media screen and (min-width: 769px) {
  .num5 .blockA .item-lists {
    top: 69.1489361702%;
    left: 4.5%;
  }
}
@media screen and (max-width: 768px) {
  .num5 .blockA .item-lists {
    top: 67.0212765957%;
    left: 0;
  }
}
.num5 .blockB {
  position: relative;
  padding-top: 30%;
}
.num5 .blockB .sliderArea {
  width: 30%;
  position: absolute;
  top: -10%;
  left: 10%;
}

.footer .lp-link {
  font-family: "Parisienne", cursive;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .footer .lp-link {
    font-size: 23px;
  }
}
@media screen and (max-width: 768px) {
  .footer .lp-link {
    font-size: 15px;
  }
}
.footer .link {
  display: block;
  margin: 10px auto;
}
@media screen and (min-width: 769px) {
  .footer .link {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .footer .link {
    width: 70%;
  }
}

div.footArea {
  margin: 100px auto;
}
@media screen and (max-width: 768px) {
  div.footArea {
    margin: 100px auto;
  }
}
@media screen and (min-width: 769px) {
  div.footArea div.bnr {
    width: 300px;
    margin: 0 auto 100px;
  }
}
@media screen and (max-width: 768px) {
  div.footArea div.bnr {
    width: 80%;
    margin: 0 auto 50px;
  }
}
div.footArea div.bnr a {
  display: block;
  width: 100%;
}
div.footArea a {
  display: block;
}
@media screen and (max-width: 768px) {
  div.footArea a {
    width: 40%;
    margin: 0 auto 25px;
  }
}
@media screen and (min-width: 769px) {
  div.footArea a {
    width: 180px;
    margin: 0 auto 35px;
  }
}
div.footArea p {
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  div.footer {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  div.footer {
    margin-top: 100px;
  }
}/*# sourceMappingURL=style.css.map */