@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: 981px) {
  body {
    font-size: 1.2em;
  }
}

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

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

p {
  text-align: justify;
  text-justify: inter-ideograph; 
  line-height: 1.8;
  }
@media (max-width: 980px){
    p {
        font-size: 3.5vw;
    }
}

b, strong {
    font-weight: bold;
}

h1 {
	font-size: 5rem;
	margin: 0 0 15px;
}
@media (min-width: 981px) {
  h1 {
    font-size: 1.5rem;
  }
}

h2 {
	font-size: 3.5rem;
	margin: 15px 0;
	font-weight: bold;
}
@media (min-width: 981px) {
  h2 {
    font-size: 1.2rem;
  }
}
h3 {
  font-size: 3.5rem;
  margin: 15px 0;
  font-weight: bold;
}
@media (min-width: 981px) {
  h3 {
    font-size: 1.2rem;
  }
}
h4, .h4 {
    font-size: 18px;
}
@media (max-width: 980px){
  h4 {
    font-size: 3.5rem;
  }
}
h5, .h5 {
    font-size: 14px;
}
@media (max-width: 980px){
  h5 {
    font-size: 3.5rem;
  }
}
h6, .h6 {
    font-size: 12px;
}
@media (max-width: 980px){
  h6 {
    font-size: 3.5rem;
  }
}
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;
}

/* 各ブロック毎の間隔調整
------------------------------------------------- */
.box {
  margin: 20px auto 50px;
}
/* リスト形式のフォント上下間隔をp同様にしています
------------------------------------------------- */
.box li {
  line-height: 1.8;
  font-size: 3rem;
}
@media (min-width: 981px) {
  .box li {
  font-size: 1.3rem;
  }
}

/* 汎用文字スタイル
------------------------------------------------- */
.red {
  color: #c30000; }
  .red a {
    color: inherit;
    border-bottom-color: red; }
    .red a:hover {
      color: orange; }
.font_ill {
    background-color: #fef263;
}
.bold {
  font-weight: bold; }

.large {
    font-size: 6vw;
}
@media (min-width: 981px) {
  .large {
  font-size: 2.5rem;
  }
}

/*  ヘッダー画像を中心から表示させる(左右から見切れるようにする)
---------------------------------------*/
body::before {
    content: "";
    background: url(../img/bg.jpg) no-repeat center center;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

#header {
    height: 710px !important;
    position: relative;
    margin-top: 0;
    width: 100%;
    border-bottom: #ac8615b8 10px solid;
}

#header .header1 {
    background-color: #ac8615b8;
    background-size: cover;
    width: 100%;
    height: 700px;
    position:absolute;
    z-index: 1;
}

#header .kv {
    background: url(../img/top3.jpg) no-repeat center top; 
    position:absolute;
    width:100%;
    height:700px;
    z-index: 10;
}

/* メイン
------------------------------------------------- */
#main {
  margin: 0 auto;
  max-width: 980px;
  padding: 30px 0 0;
  width: 100%;
}

body {
  height: 0;
}

/* 告知部分
-------------------------------------------------*/
.topic {
  max-width: 980px;
  margin: 50px auto;
}
@media (max-width: 980px) {
    .topic {
        margin: 0 auto;
    }
}
    .topic h1, .topic h2, .topic p {
        text-align: center;
    }

    .topic h1 {
        font-size: 3.0rem;
        letter-spacing: 3.0rem;
        border-bottom: 2px #000000 dotted;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    @media (max-width: 980px) {
        .topic h1 {
            font-size: 5vw;
            border-bottom: 0.6vw #000000 dotted;
            letter-spacing: 3vw;
            padding-bottom: 5px;
        }
    }

    .topic h2 {
        font-size: 2.5rem;
        letter-spacing: 1.5rem;
        margin: 30px auto 15px;
    }

    @media (max-width: 980px) {
        .topic h2 {
            font-size: 4.5vw;
            margin: 20px auto 10px;
            letter-spacing: 1.5vw;
        }
    }
.tpc_lens {
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 980px) {
    .tpc_lens {
        width: 100%;
    }
}

.topic h3 {
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0.5rem;
    margin: 40px auto 10px;
    padding: 15px 0;
    text-align: center;
    background-color: #f1ed24;
    border-top: 3px #990c0c solid;
    border-bottom: 3px #990c0c solid;
}

@media (max-width: 980px) {
    .topic h3 {
        font-size: 4.5vw;
        margin: 25px auto 0;
        padding: 10px 0;
        letter-spacing: 1.5vw;
    }
}
.tpc_lensp1 {
    display: inline-block;
    width: 100%;
}
.tpc_lensp1 span {
    border-bottom: 2px #cccccc dotted;
}

.tpc_lensp2 {
    font-size: 1.6rem !important;
}
@media (max-width: 980px) {
    .tpc_lensp2 {
        font-size: 3.0vw !important;
    }
}

.topic p {
    font-size: 2.0rem;
}

    @media (max-width: 980px) {
        .topic p {
            font-size: 4.0vw;
        }
    }

    .topic .small {
        font-size: 1.2rem;
        line-height: 1.2;
        margin-top: 10px;
    }

    @media (max-width: 980px) {
        .topic .small {
            font-size: 2.5vw;
        }
    }

    .topic .spbr {
        display: none;
    }

    @media (max-width: 980px) {
        .topic .spbr {
            display: block;
        }
    }

    .topicnewswrap {
        width: 70%;
        margin: 0 auto;
    }

    @media (max-width: 980px) {
        .topicnewswrap {
            width: 80%;
        }
    }

    .topicnews {
        background-color: #fff;
        box-shadow: 2px 5px 10px 2px rgba(108, 64, 64, 0.5);
        padding: 20px;
        margin: 0 5px;
    }

    @media (max-width: 980px) {
        .topicnews {
            padding: 5%;
        }
    }

    .spbr {
        display: none;
    }

    @media (max-width: 980px) {
        .spbr {
            display: block;
        }
    }

    .rts {
        margin: 50px auto;
    }

    @media (max-width: 980px) {
        .rts {
            margin: 10vw auto;
        }
    }

    /* Line up
-------------------------------------------------*/
    .fontchange {
        font-family: 'Raleway', sans-serif;
    }

    /* 仕切りタイトル表示(h1)
------------------------------------------------- */
    .title h1 {
        width: 950px;
        margin: 0 auto;
        height: 120px;
        font-size: 7rem;
        line-height: 120px;
        text-align: center;
        letter-spacing: 0.3em;
        color: #fff;
        background: #ac8615b8;
        border: 1px solid #ac8615b8;
        border-bottom: none;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        background-clip: padding-box;
    }

    @media (max-width: 980px) {
        .title h1 {
            width: 100%;
            font-size: 10.0vw;
            height: 20vw;
            line-height: 20vw;
            border-top-left-radius: 0px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            border-bottom-left-radius: 0px;
        }
    }

    /* 販売 商品詳細
------------------------------------------------- */
    .clearfix::after {
        content: "";
        display: block;
        clear: both;
    }

    .ecbutton {
        width: 80%;
        margin: 0 auto;
    }

    @media (max-width: 980px) {
        .ecbutton {
            margin: 0 auto 20px;
        }
    }

    .item {
        border-bottom: none;
        width: 480px;
        margin: 20px 5px 50px;
        padding: 10px;
        float: left;
        background-color: #ffffff;
    }

    @media (max-width: 980px) {
        .item {
            width: 95%;
            margin: 10vw auto 20vw;
            float: none;
        }
    }

    .item img {
        width: 100%;
        height: auto;
        margin: 30px auto 0;
    }

    .item .item_caption {
        padding: 0;
        width: 100%;
    }

    .item .item_caption h2 {
        margin: 5px 0;
        font-size: 2.0rem;
    }

    @media (max-width: 980px) {
        .item .item_caption h2 {
            font-size: 5vw;
        }
    }

    .item .item_caption p {
        margin: 10px 0;
        padding: 0 0 20px 0;
        line-height: 1.5;
    }
@media (max-width: 980px) {
    .item .item_caption p {
        margin: 0;
    }
}

    .item .item_caption .btn,
    .item .item_caption a.btn,
    .item .item_caption button.btn {
        font-size: 2.5rem;
        font-weight: 700;
        line-height: 1.5;
        position: relative;
        display: inline-block;
        padding: 1rem 10rem;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        letter-spacing: 0.1em;
        color: #fff;
        border-radius: 0.5rem;
        border: none;
    }

    @media (max-width: 980px) {
        .item .item_caption .btn,
        .item .item_caption a.btn,
        .item .item_caption button.btn {
            font-size: 7vw;
            padding: 1vw 0;
            width: 100%;
        }
    }

    .item .item_caption a.btn-radius-solid {
        background: #ff7373;
        background: -webkit-gradient(linear, left top, left bottom, from(#ff7373), to(#ff7373));
        background: -webkit-linear-gradient(top, #ff7373 0%, #800404 100%);
        background: linear-gradient(to bottom, #ff7373 0%, #800404 100%);
    }

        .item .item_caption a.btn-radius-solid:hover {
            background: -webkit-gradient(linear, left bottom, left top, from(#ff7373), to(#ff7373));
            background: -webkit-linear-gradient(bottom, #ff7373 0%, #800404 100%);
            background: linear-gradient(to top, #ff7373 0%, #800404 100%);
        }

    /* lens_guide
------------------------------------------------- */
    .lens {
        width: 100%;
        margin: 150px auto;
    }
@media (max-width: 980px) {
    .lens {
        margin: 80px auto;
    }
}
.lens h1 {
    font-size: 3.5rem;
    text-align: center;
    letter-spacing: 10px;
    line-height: 1.5;
    border-bottom: 5px double #990c0c;
}

    @media (max-width: 980px) {
        .lens h1 {
            font-size: 6.0vw;
            line-height: 2.0;
            border-bottom: 10px double #990c0c;
        }
    }

.lens h2 {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.5;
}

    @media (max-width: 980px){
        .lens h2 {
            font-size: 1.3rem;
            text-align: center;
            line-height: 1.5;
        }
    }


    .lens_guide {
        max-width: 600px;
        margin: 120px auto 200px;
    }

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

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

    @media (max-width: 980px) {
        .tabs {
            width: 98%;
        }
    }

    /* 【店舗タブ】タブのスタイル
---------------------------------------------*/
    .tab_item {
        width: calc(100%/3);
        height: 50px;
        border-bottom: 3px solid #880909;
        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: 70px;
            font-size: 4vw;
            padding-top: 10px;
        }
    }

    .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;
        background-color: #fff;
        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: #880909;
        color: #fff;
    }

    /* 【店舗タブ】店舗表示
------------------------------------------------- */
    .shopEyemirror h2 {
        font-size: 1.5rem;
        text-align: left;
        color: #000000;
    }

    @media (max-width: 980px) {
        .shopEyemirror h2 {
            font-size: 3vw;
        }
    }

    .shopEyemirror ul li {
        font-size: 1.2rem;
        line-height: 2.0rem;
        color: #000000;
    }

    @media (max-width: 980px) {
        .shopEyemirror ul li {
            font-size: 2.0vw;
            line-height: 3.5vw;
        }
    }

    .shopEyemirror ul {
        margin: 20px 0;
    }

    .shopEyemirror .map {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        margin: 20px auto;
    }

    @media (max-width: 980px) {
        .shopEyemirror .map {
            width: 100%;
            height: auto;
        }
    }

    .shopEyemirror .map iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .shopEyemirror .map a {
        color: #00bbcc
    }

    /* フッター
------------------------------------------------- */
    #globalfooter {
        background-color: #221919;
        padding: 40px 0;
        width: 100%;
        font-size: 1.2rem;
    }

    .gf_wrap {
        max-width: 500px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        position: relative;
    }

    .gf_top {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .gf_r {
    }

    .bland {
        font-size: 1.2rem;
        color: #fff;
    }

        .bland li {
            padding-left: 15px;
        }

    .gf_wrap ul li {
        margin: 5px 0;
    }

    #globalfooter a {
        color: #fff;
        border-bottom: none;
        text-decoration: none;
    }

    #globalfooter .copyright {
        font-size: 1.2rem;
        text-align: center;
        padding-top: 80px;
        color: #fff;
    }
    /* ScrollTop button
------------------------------------------------- */
    #page_top {
        right: 35px;
        bottom: 300px;
        opacity: 0.6;
        animation-name: updown1; /* アニメーション名の指定 */
        animation-delay: 0s; /* アニメーションの開始時間指定 */
        animation-duration: 3s; /* アニメーション動作時間の指定 */
        animation-timing-function: ease-in-out; /* アニメーションの動き指定（徐々に早く）*/
        animation-iteration-count: infinite;
        z-index: 100;
    }

        #page_top a {
            position: relative;
            display: block;
            text-decoration: none;
            border-bottom: none;
        }

            #page_top a::before {
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                content: '\f102';
                font-size: 8rem;
                color: #880909;
            }

    @keyframes updown1 {
        0% {
            transform: translateY(0);
        }

        40% {
            transform: translateY(0);
        }

        50% {
            transform: translateY(-20px);
        }

        100% {
            transform: translateY(0);
        }
    }
    /* 左固定 nav/cart
------------------------------------------------- */
    #right_tower {
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: end;
        position: fixed;
        bottom: 3vh;
        right: 20px;
        z-index: 9999;
    }


    /* 980px以下
------------------------------------------------- */
    @media (max-width: 980px) {
        #header {
            height: calc(700 / 1000 * 100%) !important;
            padding-bottom: 70%;
            border-bottom: #7d104987 1.5vw solid;
        }

            #header .header1 {
                height: auto;
                padding-top: calc(700 / 1000 * 100%);
            }

            #header .kv {
                height: auto;
                padding-top: calc(700 / 1000 * 100%);
                background-size: 100%;
            }
    }



    /* SP
------------------------------------------------- */
    @media (max-width: 700px) {
        .lens_guide {
            width: 90%;
            margin: 50px auto;
        }

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

        .shopEyemirror h2 {
            font-size: 1.6rem;
        }

        .shopEyemirror ul li {
            font-size: 1.3rem;
            line-height: 2.5rem;
        }

        #main {
            margin-bottom: 100px;
        }

        .gf_top {
            flex-direction: column;
        }

        .bland {
            font-size: 1.5rem;
            text-align: center;
        }

        #globalfooter ul {
            margin: 20px 0;
        }

            #globalfooter ul li {
                padding: 20px 0 0;
                text-align: center;
            }

        #globalfooter li a {
            font-size: 1.5rem;
            display: block;
        }

        #globalfooter .copyright {
            font-size: 1.3rem;
            position: relative;
        }

        #globalfooter::before {
            width: 100%;
            padding-top: calc(354 / 819 * 100%);
        }

        #page_top {
            right: 3%;
            bottom: 15%;
        }

            #page_top a::before {
                font-size: 5rem;
            }

        #right_tower {
            right: 10px;
        }

        .cartbuttonwrap {
            width: 85%;
            height: 85%;
        }

        .spbr2 {
            display: block;
        }
    }