@charset "UTF-8";
/*要素のフォントサイズやマージン・パディングをリセットしています*/
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, button, input, select, textarea,
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;
  text-align: left; }

/*行の高さをフォントサイズと同じにしています*/
body {
  line-height: 1.0; }

/*文字サイズの自動調整を無効化しています*/
body {
  line-height: 1.0;
  -webkit-text-size-adjust: 100%;
  }

/*新規追加要素のデフォルトはすべてインライン要素になっているので、
section要素などをブロック要素へ変更しています*/
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

/*ホバー、アクティブ時のアウトラインを消しています*/
a:hover,
a:active {
  outline: 0; }

/*ol、ulのマーカー（行頭記号）を表示しないようにしています*/
ol, ul {
  list-style: none; }

/*引用符の表示が出ないようにしています*/
blockquote, q {
  quotes: none; }

/*blockquote要素、q要素の前後にコンテンツを追加しないように指定しています*/
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/*スタイリングを再指定しています*/
abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

/*pre,code等のフォントを指定しています*/
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*pre-formatted textの読みやすさを改善しています*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を
親要素のベースラインに揃えるようにしています*/
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/*ins要素のデフォルトをセットし、
色を変える場合はここで変更できるようにしています*/
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/*mark要素のデフォルトをセットし、
色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、
目立たせる際に使用するようです*/
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/*テキストに打ち消し線が付くようにしています*/
del {
  text-decoration: line-through; }

/*IEではデフォルトで点線を下線表示する設定ではないので、
下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています*/
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/*画像を縦に並べたときに隙間が空かないようにしています*/
img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
  border: 0; }

/* mixin諸々
------------------------------------------------- */
/* transform 変形
------------------------------------------------- */
/* transition 時間的変化
------------------------------------------------- */
/* animation アニメーション
------------------------------------------------- */
/* 汎用パーツ 書き出しあり
------------------------------------------------- */
.invisible {
  visibility: hidden; }

.displayNone {
  display: none; }

/* 汎用パーツ 書き出しなし
------------------------------------------------- */
/*
#why ul li, .information .informationThumb, .lens .sectionBody .shopWrap, .lens .sectionBody .shopWrap .shopEyemirror, #globalfooter #dlBox {
  zoom: 1; }
*/
  #why ul li:before, .information .informationThumb:before, .lens .sectionBody .shopWrap:before, .lens .sectionBody .shopWrap .shopEyemirror:before, #globalfooter #dlBox:before, #why ul li:after, .information .informationThumb:after, .lens .sectionBody .shopWrap:after, .lens .sectionBody .shopWrap .shopEyemirror:after, #globalfooter #dlBox:after {
    content: "\0020";
    display: table; }
  #why ul li:after, .information .informationThumb:after, .lens .sectionBody .shopWrap:after, .lens .sectionBody .shopWrap .shopEyemirror:after, #globalfooter #dlBox:after {
    clear: both; }

/* 案件別mixin
------------------------------------------------- */
/* 案件別共通パーツ
------------------------------------------------- */
/* mixin諸々
------------------------------------------------- */
/* transform 変形
------------------------------------------------- */
/* transition 時間的変化
------------------------------------------------- */
/* animation アニメーション
------------------------------------------------- */
/* ページ基本設計
------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* フォント設定
------------------------------------------------- */
html {
  font-size: 62.5%;/* 16px x 0.625 = 10px(=1rem) */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%; }
  
body {
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 3rem;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background: #fff;
   }
@media (min-width: 1000px) {
  body {
    font-size: 1.2em;
  }
}

a,
a:link {
  color: #d6d6d6;
  border-bottom: 1px dotted #ff1493;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

a:visited,
a:hover,
a:active,
a:focus {
  color: #d6d6d6; }

p {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 1.8;
  }

b, strong {
    font-weight: bold;
}

h1 {
	font-size: 3rem;
	margin: 0 0 20px;
}
@media (min-width: 1000px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
	font-size: 3rem;
	margin: 15px 0;
	font-weight: bold;
}
@media (min-width: 1000px) {
  h2 {
    font-size: 1.2rem;
  }
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    line-height: 1.4;
    color: inherit;
}

/* メイン
------------------------------------------------- */
main {
  width: 100%;
}

/* 汎用文字スタイル
------------------------------------------------- */
.red {
  color: #820808; }
  .red a {
    color: inherit;
    border-bottom-color: #820808; }
    .red a:hover {
      color: orange; }

.bold {
  font-weight: bold; }

.large {
  font-size: 3rem; }
@media (min-width: 1000px) {
  .large {
  font-size: 1.8rem;
  }
}

.l-line {
    border-left: 10px double #d5d810;
    padding-left: 10px;
}


/*  コピペしたCSS
-----------------------------------------------------------------------*/
.cd-fixed-bg {
  position: relative;
  min-height: 100vh;
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
 }

/*----- フェードイン -----*/
.inviewfadeIn {
  opacity: 0;
  transition: .2s;
}

.fadeIn {
  opacity: 1.0;
}
/*  上へスライド部分
-----------------------------------------*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  transition: .8s;
}
    
.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
/* ↑ここまで
-----------------------------------------*/
.cd-fixed-bg__content {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
  font-size: 10rem;
}
.cd-fixed-bg h2 {
  position: absolute;
  left: 47%;
  top: 95%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
  font-size: 10rem;
}
@media (min-width: 981px) {
  .cd-fixed-bg h2  {
  position: absolute;
  left: 50%;
  top: 90%;
  font-size: 5rem;
  }
}


.cd-fixed-bg h1, .cd-fixed-bg h2 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: #5d5d5d;
}

/*  背景画像設定
-------------------------------------------*/
@media (min-width: 981px) {
.cd-fixed-bg.cd-fixed-bg--1 {
    background-image: url("../img/top_pc2.jpg");
  }

.cd-fixed-bg.cd-fixed-bg--2{
  background-image: url("../img/lancelot.jpg");
  }

.cd-fixed-bg.cd-fixed-bg--3 {
  background-image: url("../img/vane.jpg");
  }

.cd-fixed-bg.cd-fixed-bg--4 {
  background-image: url("../img/siegfried.jpg");
  }

.cd-fixed-bg.cd-fixed-bg--5 {
  background-image: url("../img/percival.jpg");
  }
}

@media (max-width: 980px) {
.cd-fixed-bg.cd-fixed-bg--1:before {
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     min-height: 100vh;
     content: "";
     z-index: -1;
    }
    /* スマホの場合は同じ要素の背景画像を変更する */
    .cd-fixed-bg.cd-fixed-bg--1.bgA:before{
     background-image: url("../img/top.jpg");
    }
     .cd-fixed-bg.cd-fixed-bg--1.bgB:before{
     background-image: url("../img/lancelot.jpg");
    }
    .cd-fixed-bg.cd-fixed-bg--1.bgC:before{
     background-image: url("../img/vane.jpg");
    }
    .cd-fixed-bg.cd-fixed-bg--1.bgD:before{
     background-image: url("../img/siegfried.jpg");
    }
    .cd-fixed-bg.cd-fixed-bg--1.bgE:before{
     background-image: url("../img/percival.jpg");
    }
  }


.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  padding: 15em 0;
  line-height: 1.6;
  -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

.cd-scrolling-bg.cd-scrolling-bg--color-1 {
  transform: skewY(-4.5deg);
  margin: -40px auto;
  background-color: #1e90ff;
  color: #ffffff;
}
.cd-scrolling-bg.cd-scrolling-bg--color-1 h1,
.cd-scrolling-bg.cd-scrolling-bg--color-1 p {
  transform: skewY(4.5deg);
}


.cd-scrolling-bg.cd-scrolling-bg--color-2 {
  background-color: #393862;
  color: #ffffff;
}

.cd-scrolling-bg.cd-scrolling-bg--color-3 {
  background-color: #ec9841;
  color: #3d3536;
}

.cd-scrolling-bg.cd-scrolling-bg--color-4 {
  background-color: #435478;
  color: #ffffff;
}

.cd-scrolling-bg.cd-scrolling-bg--color-5 {
  background-color: #8e3132;
  color: #ffffff;
  margin-bottom: 13em;
}
@media (max-width: 980px) {
  .cd-scrolling-bg.cd-scrolling-bg--color-5 {
    margin-bottom: 0;
  }
}

.cd-scrolling-bg.cd-scrolling-bg--color-6 {
  transform: skewY(4.5deg);
  margin: -80px auto;
  background-color: #0f96cc;
  color: #ffffff;
  padding: 12em 0;
}
.cd-scrolling-bg.cd-scrolling-bg--color-6 h1,
.cd-scrolling-bg.cd-scrolling-bg--color-6 h2,
.cd-scrolling-bg.cd-scrolling-bg--color-6 p,
.cd-scrolling-bg.cd-scrolling-bg--color-6 hr,
.cd-scrolling-bg.cd-scrolling-bg--color-6 h3,
.cd-scrolling-bg.cd-scrolling-bg--color-6 ul li,
.cd-scrolling-bg.cd-scrolling-bg--color-6 .button {
  transform: skewY(-4.5deg);
}

.cd-scrolling-bg.cd-scrolling-bg--color-7 {
  transform: skewY(4.5deg);
  margin: -80px auto;
  background-color: #075c7d;
  color: #ffffff;
  padding: 12em 0;
}

.cd-scrolling-bg.cd-scrolling-bg--color-7 h1,
.cd-scrolling-bg.cd-scrolling-bg--color-7 h2,
.cd-scrolling-bg.cd-scrolling-bg--color-7 p,
.cd-scrolling-bg.cd-scrolling-bg--color-7 ul li{
  transform: skewY(-4.5deg);
}

.cd-scrolling-bg__content {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}

.model {
  text-align: center;
  width: 100%;
  margin-top: -60px;
  margin-bottom: 30px;
}

.cd-scrolling-bg.cd-scrolling-bg--color-8 {
  position: relative;
  min-height: 100%;
  padding: 1em 0 10em;
  line-height: 1.6;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  background-color: #022838;
  z-index: 2;
}

.cd-scrolling-bg__content_8 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background-color: #022838;
}

.cd-scrolling-bg.cd-scrolling-bg--color-9 {
  margin: 0 auto;
  padding-top: 15em;
  padding-bottom: 25em;
  background-color: #a3bdce;
  color: #ffffff;
}
.canmirror {
  margin-top: 30px;
}

.cd-scrolling-bg.cd-scrolling-bg--color-10 {
  margin: -175px auto;
  padding-top: 15em;
  padding-bottom: 25em;
  background-color: #83bde5;
  color: #ffffff;
}
.case {
  margin-top: 30px;
}

/* 告知部分
-------------------------------------------------*/
@media (max-width: 980px) {
  .topic p {
  font-size: 3rem;
  line-height: 1.5; 
  }
}

.row-down {
  margin: 0 40px;
}

/* フレーム紹介
-----------------------------------------------*/
.flame-caption {
  margin: 0;
  text-align: center;
}

/* 商品カルーセル設定
-------------------------------------------------*/ 
.swiper-container {
    width: 100%;
    height: auto;
    padding-bottom: 25px;
}

.swiper-slide p.swiper-caption {
  z-index:1;
  position: absolute;
  color: #fff;
  top: 100%;
  width: 100%;
  -ms-transform: translate(0%,-100%);
  -webkit-transform: translate(0%,-100%);
  transform: translate(0%,-100%);
  margin:0;
  padding:1%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;  
}
@media (min-width: 981px) {
  .swiper-slide p.swiper-caption {
  height: 20%;
  }
}

/*
.padding_under {
 padding-bottom: 100px;
}
*/

/* 購入方法
------------------------------------------------- */
.buy {
  margin-bottom: 65px; }
  .buy h1 {
    margin: 0;
    padding: 0;
    height: 70px;
    font-size: 4rem;
    line-height: 70px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.15em;
    color: #fff;
}
@media (max-width: 1000px) {
  .buy h1 {
    font-size: 4.0rem;
    height: 120px;
    line-height: 120px;
  }
}
  .buy .sectionBody {
    padding: 0 50px 30px;
 }
  .buy .sectionBody h2 {
    padding: 30px 0 0;
    font-size: 2.0rem;
 }
@media (max-width: 1000px) {
  .buy .sectionBody h2 {
    font-size: 3.5rem;
  }
}
.buy .sectionBody h3 {
  margin-bottom: 10px;
}
@media (max-width: 1000px) {
  .buy .sectionBody h3 {
    font-size: 2.5rem;
  }
}
.buy .sectionBody p {
  text-align: left;
  line-height: 2.0; 
  margin: 15px 0;
}
@media (max-width: 980px) {
  .buy .sectionBody p {
  font-size: 2.9rem;
  line-height: 1.5; 
  }
}
.buy .sectionBody ul li {
  line-height: 2.0; 
}
@media (max-width: 980px) {
  .buy .sectionBody ul li {
  font-size: 2.5rem;
  line-height: 1.5; 
  }
}
  .buy .sectionBody p + h2 {
  margin-top: 30px; 
}

.buy .sectionBody .button {
    font-size: 2rem;
    line-height: 60px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.15em;
    border: 1px solid #999;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-clip: padding-box;
    width: 500px;
    margin: 40px auto;
    background-color: #ffffff;
}
.buy .sectionBody .button a {
  border-bottom: none;
  display: block;
  color: #999;
}
@media (max-width: 1000px) {
  .buy .sectionBody .button a {
    font-size: 3.5rem;
  }
}
.under-short {
  margin: 0 !important;
}

/* 度付きメガネをご希望の方へ
------------------------------------------------- */
.lens {
  margin-bottom: 65px; }
  .lens h1 {
    margin: 0;
    height: 70px;
    font-size: 4rem;
    line-height: 70px;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.15em;
    color: #fff;
}
@media (max-width: 1000px) {
  .lens h1 {
    font-size: 4.0rem;
    height: 120px;
    line-height: 120px;  }
}
  .lens .sectionBody {
    padding: 30px 50px;
 }
    .lens .sectionBody h2 {
      margin-bottom: 10px;
      font-size: 1.5rem;
 }
@media (max-width: 1000px) {
  .lens .sectionBody h2 {
    font-size: 3rem;
  }
}
.lens .sectionBody p {
  text-align: left;
  line-height: 2.0; 
}
@media (max-width: 980px) {
  .lens .sectionBody p {
  font-size: 3rem;
  line-height: 1.5; 
  }
}
  .lens .sectionBody p + h2 {
  margin-top: 30px; 
}

.lens .sectionBody .l_price {
  margin: 10px 0 30px 40px;
}
@media (max-width: 980px) {
  .lens .sectionBody .l_price {
    margin: 20px 0 70px 40px;
  }
}


/* 【店舗タブ】transform解除
---------------------------------------------*/
.tabs {
    transform: skewY(-4.5deg);
}
.cd-scrolling-bg.cd-scrolling-bg--color-7 .shopEyemirror h2, .cd-scrolling-bg.cd-scrolling-bg--color-7 .shopEyemirror ul li ,
.cd-scrolling-bg.cd-scrolling-bg--color-7 .shopEyemirror .map p {
    transform: skewY(-0deg);
    color: #000000;
}

/* 【店舗タブ】動く方　タブ切り替え全体のスタイル
---------------------------------------------*/
.tabs {
  padding-bottom: 40px;
  background-color: #fff;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  width: 950px;
  margin: 10px auto 10px;}

/* 【店舗タブ】タブのスタイル
---------------------------------------------*/
.tab_item {
  width: calc(100%/3);
  height: 50px;
  border-bottom: 3px solid #0f96cc;
  border-top: 1px solid #4c4c4c;
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #4c4c4c;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  background-color: #efefef;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
@media (max-width: 980px) {
 .tab_item {
  height: 100px;
  font-size: 4rem;
  padding-top: 25px;
 }
}
.tab_item:hover {
  opacity: 0.75;
}
@media (max-width: 980px) {
    .tab_item:hover {
        opacity: 1.0;
    }
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  padding: 15px 15px 0;
  clear: both;
  overflow: hidden;
}

#b_content {
  padding-top: 0;
}
#c_content {
  padding-top: 0;
}

/*選択されているタブのコンテンツのみを表示*/
#a:checked ~ #a_content,
#b:checked ~ #b_content,
#c:checked ~ #c_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #0f96cc;
  color: #fff;
}

/* 【店舗タブ】店舗表示
------------------------------------------------- */
.shopEyemirror h2 {
    font-size: 1.5rem;
}
@media (max-width: 980px) {
    .shopEyemirror h2 {
        font-size: 4.0rem;
    }
}
.shopEyemirror ul li {
    font-size: 1.2rem;
    line-height: 2.0rem;
}
@media (max-width: 980px) {
    .shopEyemirror ul li {
        font-size: 3.5rem;
        line-height: 5.0rem;
    }
}
.shopEyemirror ul {
    margin: 20px 0;
}
.shopEyemirror .map{
	max-width: 920px;
	height: auto;
}
@media (max-width: 980px) {
    .shopEyemirror .map{
        margin: 20px auto;
        width: 920px;
        height: auto;
    }
   .shopEyemirror .map p iframe {
        width: 920px;
    }
}
.shopEyemirror .map a{
	color:#00bbcc
}


/* SNS表示領域設定
------------------------------------------------- */
#globalfooter #share {
  width: 100%;
  margin: 0px auto;
}
#globalfooter #share ul {
  padding: 30px 0 20px;
  width: 980px;
  margin: 0 auto; 
}
#globalfooter #share ul li {
  display: inline-block;
  min-width: 75px;
  vertical-align: middle;
  border-right: none;
  padding: 0;
}
#globalfooter #share ul li a {
    border: none;
}

#globalfooter #share ul li:nth-child(2) {
  margin: 0 150px;
}
@media (max-width: 980px) {
    #globalfooter #share ul li:nth-child(2) {
        margin: 0 200px;
    }
}

#globalfooter #share ul li img {
  width: 48px;
}
@media (max-width: 980px){
  #globalfooter #share ul li img {
    width: 130px;
  }
}

/* フッター
------------------------------------------------- */
#globalfooter {
  padding: 40px auto;
  width: 100%;
  font-size: 1.2rem; }
  
@media (max-width: 980px) {
  #globalfooter li a {
  font-size: 3.5rem;
  }
}

#globalfooter p {
  text-align: center;
  padding: 20px 0 30px;
}
@media (max-width: 980px) {
  #globalfooter p {
  font-size: 3.5rem;
  }
}
#globalfooter a {
  color: #fff;
  border-bottom: 1px dotted #ffffff;
  text-decoration: none;
}

#globalfooter ul {
    margin: 0;
    padding: 10px 0;
    text-align: center; }
@media (max-width: 980px){
    #globalfooter ul {
        margin: 30px 0;
    }
}
#globalfooter ul li {
      padding: 0 20px;
      display: inline-block;
      border-right: 1px solid #999; }
      #globalfooter ul li:last-child {
        border-right: none; }
@media (max-width: 980px) {
    #globalfooter ul li {
        padding: 25px 0;
        display: block;
        border-right: none;
        text-align: center;
    }
}
  #globalfooter .copyright {
    text-align: center;
    padding-bottom: 30px;
    color: #fff;
   }