@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; }

/*スタイリングを再指定しています*/
b, strong {
  font-weight: bold; }

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

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

/*水平罫線のデフォルトである立体的な罫線を見えなくしています*/
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; }

* {
  -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;
   }
@media (min-width: 1000px) {
  body {
    font-size: 1.2em;
  }
}

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

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

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;
}

/* 汎用文字スタイル
------------------------------------------------- */
.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;
}

/*  パララックス
-------------------------------------*/
.cd-fixed-bg_kv {
  position: relative;
  height: 875px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
 }
@media (max-width: 980px) {
    .cd-fixed-bg_kv {
        height: 1626px;
    }
}
.cd-fixed-bg {
  position: relative;
  min-height: 97vh;
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 1;
 }
@media (max-width: 980px) {
    .cd-fixed-bg_kv {
        height: 1500px;
    }
}
.cd-fixed-bg {
    min-height: 90vh;
}

/*  背景画像設定
-------------------------------------------*/
@media (min-width: 981px) {
.cd-fixed-bg_kv.cd-fixed-bg--1 {
    background-image: url("../img/kv_pc.jpg");
    margin-top: 0;
    background-color: #000000;
  }

.cd-fixed-bg.cd-fixed-bg--2{
    background-image: url("../img/lucilius.png");
    background-color: #000000;
    min-height: 90vh;
  }

.cd-fixed-bg.cd-fixed-bg--3 {
    background-image: url("../img/beelzebub.png");
    background-color: #000000;
  }
}

@media (max-width: 980px) {
.cd-fixed-bg_kv.cd-fixed-bg--1:before {
     background-position: center top;
     background-repeat: no-repeat;
     background-size: contain;
     position: fixed;
     top: 149px;
     left: 0;
     width: 100%;
     height: 100%;
     min-height: 100vh;
     content: "";
     z-index: -1;
    }
.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_kv.cd-fixed-bg--1.bgA:before{
        background-image: url("../img/kv_sp.jpg");
        background-size: 100%;
    }
     .cd-fixed-bg_kv.cd-fixed-bg--1.bgB:before{
         background-image: url("../img/lucilius.png");
         background-size: 100vh;
         background-color: #000000;
    }
    .cd-fixed-bg_kv.cd-fixed-bg--1.bgC:before{
        background-image: url("../img/beelzebub.png");
        background-size: 100vh;
        background-color: #000000;
    }
}


.cd-scrolling-bg {
  padding: 5em 0 0;
  line-height: 1.6;
  z-index: 2;
}

.cd-scrolling-bg.cd-scrolling-bg--color-1 {
  margin: 0px auto;
  background-color: #000000;
  color: #ffffff;
  position: relative;
}

.cd-scrolling-bg.cd-scrolling-bg--color-2 {
  background-color: #000000;
  color: #ffffff;
  padding-top: 385px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 980px) {
    .cd-scrolling-bg.cd-scrolling-bg--color-2 {
        padding-top: 1130px;
    }
}
.cd-scrolling-bg.cd-scrolling-bg--color-3 {
  background-color: #000000;
  color: #ffffff;
  padding-top: 385px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 980px) {
    .cd-scrolling-bg.cd-scrolling-bg--color-3 {
        padding-top: 1130px;
    }
}

.cd-scrolling-bg.cd-scrolling-bg--color-4 {
  background-color: #e5e5e5;
  color: #ffffff;
  padding-top: 20em;
  padding-bottom: 30px;
  position: relative;
}

.cd-scrolling-bg.cd-scrolling-bg--color-5 {
  margin: 0 auto;
  background-color: #000000;
  color: #000000;
  padding: 22em 0 10em;
  position: relative;
}
@media (max-width: 980px) {
    .cd-scrolling-bg.cd-scrolling-bg--color-5 {
        padding: 20em 0 13em;
    }
}

.cd-scrolling-bg__content {
  width: 100%;
  /*margin: 0 auto;*/
  margin: 3em auto 2em;
}
@media (max-width: 980px) {
    .cd-scrolling-bg--color-1>.cd-scrolling-bg__content {
        margin: 6em auto 6em;
    }
    .cd-scrolling-bg__content {
        margin: 0em auto 0em;
    }
}

.cd-scrolling-bg.cd-scrolling-bg--color-8 {
  padding: 1em 0 2em;
  line-height: 1.6;
  background-color: #e5e5e5;
  position: relative;
}

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

/* topic 
------------------------------------------------- */
.topic {
    background-color: #000000;
    width: 100%;
    padding: 20px 0;
    color: #ffffff;
}
@media (max-width: 980px) {
    .topic {
        padding: 50px 0;
    }
}
.textbox {
    width: 980px;
    margin: 0 auto;
}
@media (max-width: 980px) {
    .textbox {
        width: 970px;
    }
}
.topic .textbox h1 {
    font-family: 'Anton', sans-serif;
    font-family: 'Archivo Black', sans-serif;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-size: 3.5rem;
    letter-spacing: 4px;
    padding-bottom: 5px;
    border-bottom: 2px solid #c3c3c3;
    margin: 0;
}
@media (max-width: 980px) {
    .topic .textbox h1 {
        font-size: 7.0rem;
        padding-bottom: 40px;
        margin-bottom: 40px;
        letter-spacing: 20px;
    }
}
.topic .textbox .fontchange {
    font-size: 6.0rem;    
}
@media (max-width: 980px) {
    .topic .textbox .fontchange {
        font-size: 12.0rem;
    }
}
.topic .textbox h2 {
    text-align: center;
    font-weight: normal;
    font-size: 3.0rem;
    line-height: 1.0;
}
@media (max-width: 980px) {
    .topic .textbox h2 {
        font-size: 4rem;
        line-height: 2.5;
    }
}
.topic .textbox .fontchange2 {
    font-size: 4.0rem; 
    font-weight: bold;
}
@media (max-width: 980px) {
    .topic .textbox .fontchange2 {
        font-size: 5.0rem;
    }
}
.topic .textbox h3 {
    text-align: center;
    font-weight: normal;
    font-size: 2.5rem;
    margin: 40px 0 20px;
}
@media (max-width: 980px) {
    .topic .textbox h3 {
        font-size: 4.0rem;
    }
}
.topic .textbox h3 .marker {
    background:linear-gradient(transparent 60%, #4c4c4c 0%);
}
.topic .textbox h4 {
    text-align: center;
    font-weight: normal;
    font-size: 2.0rem;
    line-height: 1.5;
}
@media (max-width: 980px) {
    .topic .textbox h4 {
        font-size: 5.0rem;
        padding: 50px 0;
    }
}
.topic .textbox h5 {
    text-align: center;
    font-weight: normal;
    font-size: 2.0rem;
    line-height: 1.5;
}
@media (max-width: 980px) {
    .topic .textbox h5 {
        font-size: 4.0rem;
        padding: 50px 0;
        line-height: 2.0;
    }
}
.topic1 {
    background-color: #e1faff;
    width: 100%;
    padding: 20px 0;
    margin: 30px 0;
}
.topic1 h1 {
    text-align: center;
}
.topic1 h1 img {
    width: 780px;
}
@media (max-width: 980px) {
    .topic1 h1 img {
        width: 95%;
    }
}
.topic1 .shoptext img {
    width: 550px;
}
@media (max-width: 980px) {
    .topic1 .shoptext img {
        width: 80%;
    }
}
.spbr {
    display: none;
}
@media (max-width: 980px) {
    .spbr {
        display: block;
    }
}
.tate {
    margin: 0 15px;
}
@media (max-width: 980px) {
    .tate i {
        transform: rotate(90deg);
    }
}
.topic .textbox .small {
    font-size: 1.5rem;
}
@media (max-width: 980px) {
    .topic .textbox .small {
        font-size: 3.0rem;
    }
}
/* lineup,model
------------------------------------------------- */
.triangle {
    position: relative;
    max-width: 1200px;
    height: 0;
    margin: 0 auto;
    z-index: 100;
}
@media (max-width: 980px) {
    .triangle {
        width: 980px;
    }
}
.lineup {
    background-image: url(../img/lineup.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    height: 213px;
}
@media (max-width: 980px) {
    .lineup {
        background-image: url(../img/lineup_sp.png);
        height: 383px;
    }
}
.triangle .model_l {
    position: absolute;
    margin-top: -51px; 
    background: url(../img/model_lucilius.png) no-repeat center top;
    background-size: contain;
    max-width: 1200px;
    width: 100%;
    height: 663px;
}
@media (max-width: 980px) {
    .triangle .model_l {
        background: url(../img/model_lucilius_sp.png) no-repeat center top;
        width: 980px;
        height: 1500px;
        margin-top: -60px; 
    }
}
.triangle .model_b {
    position: absolute;
    margin-top: -70px; 
    background: url(../img/model_beelzebub.png) no-repeat center top;
    background-size: contain;
    max-width: 1200px;
    width: 100%;
    height: 679px;
}
@media (max-width: 980px) {
    .triangle .model_b {
        background: url(../img/model_beelzebub_sp.png) no-repeat center top;
        width: 980px;
        height: 1500px;
        margin-top: -76px; 
    }
}
.triangle2 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 0;
    margin: 0 auto;
    z-index: 100;
}
@media (max-width: 980px) {
    .triangle2 {
        width: 980px;
        margin-top: -2px;
    }
}
.triangle2 .black {
    background-image: url(../img/triangle.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    height: 213px;
}
@media (max-width: 980px) {
    .triangle2 .black {
        background-image: url(../img/triangle_sp.png);
        height: 382px;
    }
}
.triangle2 .gray {
    background-image: url(../img/triangle_gray.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    height: 213px;
}
@media (max-width: 980px) {
    .triangle2 .gray {
        background-image: url(../img/triangle_gray_sp.png);
        height: 382px;
    }
}

/* 価格表記
------------------------------------------------- */
.set {
    font-size: 2.0rem;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}
@media (max-width: 980px) {
    .set {
        font-size: 3.0rem;
    }
}
.set .kakaku {
    font-size: 3.5rem;
    font-weight: bold;
}
@media (max-width: 980px) {
    .set .kakaku {
        font-size: 6.0rem;
    }
}

/* 完売テキストバナー
------------------------------------------------- */
.sold_out {
    width: 850px;
    margin: 30px auto 20px;
}
.sold_out ul li {
    width: calc(98%/3);
    border-radius: 5px;
    margin: 3px 1px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    font-size: 1.5rem;
}
@media (max-width: 980px) {
    .sold_out ul li {
        width: calc(97%/2);
        margin: 5px 0 5px 5px;
        font-size: 3.1rem;
    }
}
.sold_out ul .c0 {
    background-color: #900000 !important;
}
.sold_out .c1 li {
    background-color: #757575;
}

/* リンクボタン
------------------------------------------------- */
.linkbutton {
    width: 400px;
    margin: 50px auto 0;
}
@media (max-width: 980px) {
    .linkbutton {
        width: 550px;
    }
}
.linkbutton img {
    width: 100%;
    transition-duration: 0.3s;
}
.linkbutton a {
    border: none;
}
.linkbutton img:hover {
    transform: translateY(10px);
    opacity: 0.9;
}

/* 特典
------------------------------------------------- */
.tokuten {
    width: 950px;
    margin: 0 auto;
}
@media (max-width: 980px) {
    .tokuten {
        width: 980px;
    }
}
.shoptitle {
    width: 550px;
    margin: 50px auto;
}
@media (max-width: 980px) {
    .shoptitle {
        width: 700px;
    }
}
.shoptitle img {
    width: 100%;
    text-align: center;
}
.tokuten h1 {
    width: 650px;
    margin: 65px auto 30px;
    font-size: 2.0rem;
    line-height: 2.5;
    letter-spacing: 5.0px;
    font-weight: bold;
    color: #ffffff;
    background-color: #404040;
    border-radius: 50px;
    text-align: center;
}
@media (max-width: 980px) {
    .tokuten h1 {
        width: 800px;
        font-size: 3.5rem;
    }
}
.tokuten p {
    width: 500px;
    margin: 30px auto;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #000000;
}
@media (max-width: 980px) {
    .tokuten p {
        width: 700px;
        font-size: 3.0rem;
    }
}
.tokuten .item {
    width: 600px;
    margin: 30px auto 100px;
}
@media (max-width: 980px) {
    .tokuten .item {
        width: 700px;
    }
}
.tokuten .item img {
    width: 100%;
    text-align: center;
}
.shoptokuten {
    margin: 0 auto 200px;
}
.tokuten2 p {
    width: 500px;
    margin: 30px auto;
    font-size: 1.2rem;
    line-height: 1.5;
    color: #000000;
}
@media (max-width: 980px) {
    .tokuten2 p {
        width: 700px;
        font-size: 2.5rem;
    }
}
.tokuten .shoptokuten2 h5 {
    width: 600px;
    margin: 30px auto;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: bold;
    color: #000000;
    text-align: center;
}
@media (max-width: 980px) {
    .tokuten .shoptokuten2 h5 {
        width: 800px;
        font-size: 2.5rem;
    }
}
.shoptokuten2 {
    margin: 0 auto;
}
.tokuten .shoptokuten2 .item {
    width: 400px;
    margin: 0 auto;
}

/* lens
------------------------------------------------- */
.title_lens {
      background: url(../img/lenstitle2.png) no-repeat center;
      background-size: 36%;
      height: 200px;
      margin-bottom: 100px;
}
@media (max-width: 980px) {
  .title_lens {
      background-size: 70%;
      height: 224px;
  }
}
/* lens_guide
------------------------------------------------- */
.lens_guide {
    max-width: 600px;
    margin: 80px auto 120px;
}

    .lens_guide ul {
        width: 100%;
        display: inline-flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

        .lens_guide ul li {
            flex-basis: 30%;
            display: block;
        }

            .lens_guide ul li img {
                width: 100%;
                height: auto;
            }

        .lens_guide ul a {
            border-bottom: none;
        }

@media (max-width: 980px) {
    .lens_guide {
        max-width: 100%;
        margin: 60px auto;
    }
        .lens_guide ul {
            justify-content: space-evenly;
        }

        .lens_guide ul li {
            flex-basis: 30%;
        }
}

/* 【店舗タブ】動く方　タブ切り替え全体のスタイル
---------------------------------------------*/
.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 #666666;
  border-top: 1px solid #666666;
  border-left: 1px solid #666666;
  border-right: 1px solid #666666;
  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: #666666;
  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: #666666;
  border-bottom: 1px dotted #cccccc;
  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: #666666;
   }