body > .models {
    margin-bottom: 0;
}

#main {
    width: auto;
}

#main > h1 {
    display: none;
}

#menu-list {
    background-color: #f2f2f2;
    color: #404040;
}

#menu-list .menu-list-content {
    padding: 18px 0;
    margin: -20px auto 0 auto;
    width: 1008px;
}

#menu-list .menu-list-content:after {
    content: "";
    display: block;
    clear: both;
}

#menu-list .pagenation-title {
    float: left;
    font-size: 16px;
}

#menu-list .pagenation-title a {
    font-size: 16px;
}

#menu-list #menu-wrapper {
    text-align: right;
    float: right;
}

#menu-list li {
    margin-left: 36px;
    display: inline-block;
    line-height: 1;
}

#menu-list a {
    color: #404040;
    font-size: 14px;
}

#menu-list .menu.theta-s-menu a {
    color: #0088bd;
    font-weight: bold;
}

#menu-list a:hover {
    color: #808080;
}

.contents {
    background-color: #fff;
    color: #404040;
    overflow: hidden;
}

.contents.sample {
    background-color: transparent;
}

.contents.sample.style {
    background-color: #fff;
}

.contents.sample div {
    margin: 0 auto;
}

.contents h2,
.contents h3,
.contents h4 {
    background-color: transparent;
    line-height: 1;
    padding: 0;
}

.features {
    background-color: #f7f7f7;
}

.accessory_attachment {
    background-color: #f0f0f0;
}

.notice a,
.manual a {
    color: #0088bd;
}

.manual a.no-link,
.manual a.no-link:hover {
    color: #404040;
    opacity: .7;
    cursor: default;
}

@media screen and (min-width: 641px) {
    #variations {
        position: relative;
    }

    #variations > ul {
        height: 100%;
        position: absolute;
        width: 100%;
    }

    #variations > p,
    #variations li {
        text-align: center;
    }

    #variations li {
        display: inline-block;
        height: 100%;
        position: relative;
        width: 25%;
    }

    #variations li img {
        bottom: 40px;
        left: 50%;
        margin-left: -80px;
        position: absolute;
    }

    #variations .blue {
        background-color: #6acfec;
    }

    #variations .yellow {
        background-color: #e4e227;
    }

    #variations .pink {
        background-color: #e76390;
    }

    #variations .white {
        background-color: gainsboro;
    }

    #variations > p {
        line-height: 1;
        position: relative;
        z-order: 100;
    }

    #variations .headline {
        padding: 64px 0 24px;
    }

    #variations .gallery {
        color: #fff;
        font-size: 18px;
        padding-bottom: 570px;
    }

    #variations .gallery a {
        color: #fff;
    }

    #variations .gallery img {
        height: 18px;
        vertical-align: bottom;
    }

    .contents {
        padding: 64px 0;
    }

    .contents > * {
        margin-left: auto;
        margin-right: auto;
        width: 960px;
    }

    .contents.sample {
        padding: 0;
    }

    .contents h2 {
        font-size: 56px;
        text-align: center;
        margin-bottom: 48px;
    }

    .contents h3 {
        font-size: 40px;
        margin-bottom: 48px;
    }

    .contents h4 {
        color: #39aa01;
        font-size: 24px;
        margin-bottom: 24px;
    }

    .contents p + h4 {
        margin-top: 48px;
    }

    .new_experience p,
    .new_experience div {
        margin-top: 48px;
        text-align: center;
    }

    .new_experience .btn_g {
        font-size: 20pt;
    }

    .whats_theta > div {
        background: url("../img/13.jpg") right top no-repeat;
        min-height: 360px;
        padding-right: 424px;
        width: 536px;
    }

    .features_image {
        display: none;
    }

    .features > div {
        padding-right: 424px;
        width: 536px;
        position: relative;
    }

    .features > div * + h4 {
        margin-top: 64px;
    }

    .features > div .btn_area {
        margin-top: 24px;
    }

    .features > div > img {
        position: absolute;
        left: 600px;
        top: 0;
    }

    .accessory_attachment > div {
        padding-left: 424px;
        position: relative;
        width: 536px;
    }

    .accessory_attachment > div > img {
        position: absolute;
        left: -60px;
        margin-top: -210px;
        top: 50%;
    }

    .accessory_attachment h3 {
        font-size: 32px;
    }

    .specs {
        text-align: center;
    }

    .specs > img {
        width: auto;
    }

    .specs dl,
    .specs p {
        text-align: left;
    }

    .specs dl {
        padding-left: 230px;
    }

    .specs dl:after {
        content: "";
        clear: both;
        display: block;
    }

    .specs dl > dt {
        margin-left: -230px;
        margin-right: 10px;
    }

    .specs dl > dd {
        float: left;
        margin-left: 0;
        width: 720px;
    }

    #sns_button {
        margin: 0 auto;
        padding: 0;
    }

    #contents_foot {
        margin-left: auto;
        margin-right: auto;
        width: 960px;
        margin-top: 15px;
    }
    .headerPrice {
        background: rgba(23, 28, 28, 0.8);
        position: sticky;
        position: -webkit-sticky;
        top: 80px;
        padding: 15px;
        margin: 0;
        text-align: right;
        z-index: 9999!important;
    }

    .headerPrice span {
      font-weight: bold;
      font-size: 20px;
      color: #fff;
    }

    .headerPrice span small {
      font-size: 12px;
      vertical-align: middle;
      margin-left: 2px;
    }

    .headerPrice a {
      font-size: 16px;
      background: #449cbd;
      color: #fff;
      padding: 8px 15px;
      border-radius: 20px;
      margin-left: 5px;
    }

}

@media screen and (max-width: 640px) {
    #menu-list .menu-list-content {
        display: block;
        margin: -15px auto 0 auto;
        padding: 14px 18px;
        position: relative;
        width: auto;
    }

    #menu-list .pagenation-title {
        display: block;
        background-image: url('../img/arrow.png');
        background-position: right;
        background-repeat: no-repeat;
        background-size: 15px;
        margin-right: 2px;
        padding-right: 15px;
        line-height: 1em;
        float: none;
    }

    #menu-list .pagenation-title a {
        font-size: 12px;
    }

    #menu-list .pagenation-title.arrow-close {
        background-image: url('../img/arrow-close.png');
    }

    #menu-list #menu-wrapper {
        display: none;
    }

    #menu-list #menu-wrapper {
        position: absolute;
        background-color: #f2f2f2;
        top: 100%;
        left: 0;
        width: 100%;
        opacity: 0.95;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 18px;
        text-align: left;
        z-index: 99;
    }

    #menu-list #menu-wrapper .menu {
        padding: 16px 0;
        border-bottom: 1px #aaaaaa solid;
        margin-left: 0;
        display: block;
    }

    #menu-list #menu-wrapper a {
        color: #000000;
        display: block;
        font-size: 12px;
    }

    #menu-list #menu-wrapper .menu.theta-s-menu a {
        color: #0088bd;
    }

    #menu-list #menu-wrapper .menu:last-child {
        border-bottom: 0;
    }

    #menu-list #menu-list {
        width: 100%;
        background-color: #f2f2f2;
    }

    .enjoy_slide_wrapper {
        position: relative;
        margin-bottom: 50px;
        width: 960px;
        height: 480px;
    }

    #pictures {
        height: auto;
        position: relative;
        width: 100%;
    }

    #pictures .nivoSlider {
        height: auto !important;
    }

    #pictures .nivo-controlNav {
        background-color: rgba(64, 64, 64, 0.4);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        z-index: 10000;
    }

    #pictures .nivo-controlNav > .nivo-control {
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        border: 6px solid rgba(240, 240, 240, 0.5);
        display: inline-block;
        height: 1px;
        margin: 0 12px;
        overflow: hidden;
        text-indent: -9999px;
    }

    #pictures .nivo-controlNav > .nivo-control.active {
        border-color: #fff;
    }

    #pictures .selectors {
        background: #000;
        bottom: 0;
        opacity: 0.3;
        position: absolute;
    }

    .contents {
        padding: 40px 20px;
        font-size: 12px;
    }

    .contents.sample {
        padding: 0;
    }

    #about .contents h2 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px;
    }

    #about .contents h3 {
        font-size: 15px;
        margin-bottom: 40px;
        font-weight: bold;
    }

    #about .contents h4 {
        color: #39aa01;
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: 300;
    }

    .contents p + h4,
    .contents div + h4 {
        margin-top: 40px;
    }

    .contents > div > img {
        margin: 0 0 40px;
        max-width: 100%;
    }

    .contents p,
    .contents div {
        margin-top: 20px;
        font-size: 12px;
    }

    .new_experience p,
    .new_experience div {
        text-align: center;
    }

    .features_image {
        width: 100%;
    }

    .features .btn_area {
        margin-top: 40px;
    }

    .features .btn_area > a {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .accessory_attachment {
        padding-top: 325px;
        position: relative;
    }

    .accessory_attachment > div > img {
        display: block;
        left: 50%;
        margin-left: -140px;
        width: 280px;
        position: absolute;
        top: 0;
    }

    #about .accessory_attachment h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .accessory_attachment p {
        text-align: left;
    }

    .specs dl {
        font-size: 12px;
        text-align: left;
    }

    .headerPrice {
        top: auto;
        bottom: 0!important;
        position: fixed;
        line-height: 1.2;
        padding: 5px;
        background: rgba(23, 28, 28, 0.8);
        width: 100%;
        margin: 0;
        text-align: right;
        z-index: 9999!important;
    }

    .headerPrice span {
        float: none;
        font-size: 14px;
        display: block;
        margin: 0 auto;
        text-align: center;
        font-weight: bold;
        color: #fff;
    }

    .headerPrice span small {
        font-size: 12px;
        vertical-align: middle;
        margin-left: 2px;
    }

    .headerPrice a {
        font-size: 14px;
        width: 50%;
        min-width: 180px;
        margin: 5px auto 0;
        height: auto;
        display: block;
        text-align: center;
        background: #449cbd;
        color: #fff;
        padding: 8px 15px;
        border-radius: 20px
    }

}

/*2015.8.18追記*/

/*theta_s start*/

sup {
    vertical-align: super;
    font-size: 50%
}

@media screen and (min-width: 641px) {
    body.theta-s {
        min-width: 1008px;
    }

    #about.theta-s {
        background-color: #f4f4f4;
    }

    #main h3 {
        font-size: 24px;
        color: #404040;
    }

    #main h4 {
        font-size: 20px;
        color: #404040;
        margin: 0;
        font-weight: normal;
    }

    #main p {
        color: #404040;
    }

    p {
        font-size: 14px;
        margin-top: 24px;
    }

    #main .notice {
        font-size: 12px;
        color: #666666;
    }

    .contents {
        overflow: hidden;
        margin: 0 auto;
    }

    .sp_visible {
        display: none;
    }

    /*mainvisual*/
    .mainVisual_wrapper {
        width: 100%;
        background-color: #ffffff;
        height: 660px;
        border-bottom: 1px solid #cccccc;
        padding: 0 24px;
        box-sizing: border-box;
    }

    .mainVisual {
        width: 960px;
        height: 540px;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }

    .mainVisual .theta-s_mv {
        display: block;
        margin: 0 auto;
        padding-top: 115px;
        opacity: 0;
    }

    .mainVisual .theta-s_mvShaddow {
        display: block;
        margin: 0 auto;
        opacity: 0;
    }

    .mainVisual_logo {
        position: absolute;
        top: 48px;
        left: 0;
    }

    /*anchor*/
    .contents.anchor {
        padding: 0;
        text-align: center;
    }

    .theta-s .contents.anchor {
        padding: 0 24px;
        box-sizing: border-box;
    }

    .anchor_items {
        margin: 14px auto;
    }

    .anchor_item {
        font-size: 18px;
        color: #404040;
        display: inline-block;
        margin-left: 48px;
    }

    .anchor_item:first-child {
        margin-left: 0;
    }

    .anchor_item_link {
        background-image: url(../img/icon_theta-s_list.png);
        background-repeat: no-repeat;
        background-position: 0 50%;
        padding-left: 28px;
        color: #404040;
    }

    .anchor_item_link:hover {
        opacity: 0.7;
    }

    .mask {
        /*overflow: hidden;*/
        display: inline-block;
        position: relative;
    }

    /*content1*/
    .content1_wrapper {
        width: 100%;
        background-color: #f4f4f4;
    }

    .theta-s .content1_wrapper {
        padding: 0 24px;
        box-sizing: border-box;
    }

    .content1 {
        width: 480px;
        padding-left: 480px;
        position: relative;
    }

    .contents.content1 {
        background-color: #f4f4f4;
        height: 720px;
        padding-top: 210px;
        padding-bottom: 0;
        overflow: visible;
    }

    .content1_contentWrapper {
        width: 480px;
    }

    .content1_imageWrapper {
        width: 514px;
        position: absolute;
        top: 0;
        left: -102px;
        /*opacity: 0;*/
    }

    .content1_imageWrapper .mask {
        position: relative;
        top: 90px;
    }

    .content1_imageWrapper .mask img {
        position: relative;
        top: 240px;
    }

    .content1_imageBox1,
    .content1_imageBox2 {
        font-size: 0;
    }

    .content1_imageBox1_img2 {
        padding-left: 24px;
    }

    .content1_imageBox2_img2 {
        padding-left: 24px;
    }

    .content1_imageBox1 {
        margin-top: 48px;
    }

    .content1_imageBox2 {
        margin-top: 24px;
        margin-bottom: 48px;
    }

    /*content2*/
    .content2_wrapper {
        width: 100%;
        background-color: #ffffff;
        position: relative;
        z-index: 500;
    }

    .theta-s .content2_wrapper {
        padding: 0 24px;
        box-sizing: border-box;
    }

    .content2_wrapper h3 {
        margin-right: 370px;
    }

    .content2 {
        width: 600px;
        height: 807px;
        padding: 160px 360px 0 0;
        position: relative;
    }

    .content2_functions {
        margin-top: 48px;
        margin-bottom: 48px;
    }

    .content2_functions p {
        font-size: 12px;
    }

    .content2_function-1,
    .content2_function-3 {
        display: inline-block;
        width: 216px;
        margin-right: 24px;
        vertical-align: top;
    }

    .content2_function-2,
    .content2_function-4 {
        display: inline-block;
        width: 240px;
        vertical-align: top;
    }

    .content2_function_img {
        width: 89px;
        height: 89px;
    }

    .content2_imageWrapper {
        position: absolute;
        top: 0;
        left: 504px;
        /*opacity: 0;*/
    }

    .content2_imageWrapper.sp_none .mask {
        width: 442px;
        height: 967px;
    }

    .content2_imageWrapper.sp_none .mask img {
        position: absolute;
        top: 0;
        left: 0;
    }

    /*content3*/
    .content3_wrapper {
        width: 100%;
        background-color: #f4f4f4;
        position: relative;
    }

    .theta-s .content3_wrapper {
        padding: 0 24px;
        box-sizing: border-box;
    }

    .content-3 {
        width: 480px;
        padding: 0;
        position: relative;
        /*background-color: #f4f4f4;*/
        background: transparent;
        overflow: visible;
        position: absolute;
        top: 120px;
        left: 0;
        z-index: 3000;
    }

    .content-3-inner {
        width: auto;
        height: 820px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        z-index: 10;
    }

    .content-3-black-layer {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2;
        opacity: 0;
        background-color: #000;
        content: '';
        left: 0;
    }

    .content-3-inner .center {
        width: 1px;
        position: absolute;
        top: 0;
        left: 50%;
    }

    .content3_wrapper.bg-black,
    .bg-black .content-3,
    .bg-black .content3_imageWrapper {
        animation: colorToBlack 0.3s linear 0s 1 normal both;
        -moz-animation: colorToBlack 0.3s linear 0s 1 normal both;
        -webkit-animation: colorToBlack 0.3s linear 0s 1 normal both;
    }

    .content3_wrapper.bg-normal,
    .bg-normal .content-3,
    .bg-normal .content3_imageWrapper {
        animation: colorToNormal 0.3s linear 0s 1 normal both;
        -moz-animation: colorToNormal 0.3s linear 0s 1 normal both;
        -webkit-animation: colorToNormal 0.3s linear 0s 1 normal both;
    }

    @keyframes colorToBlack {
        0% {
            background-color: #f4f4f4;
        }
        100% {
            background-color: #000;
        }
    }
    @-moz-keyframes colorToBlack {
        0% {
            background-color: #f4f4f4;
        }
        100% {
            background-color: #000;
        }
    }
    @-webkit-keyframes colorToBlack {
        0% {
            background-color: #f4f4f4;
        }
        100% {
            background-color: #000;
        }
    }
    @keyframes colorToNormal {
        0% {
            background-color: #000;
        }
        100% {
            background-color: #f4f4f4;
        }
    }
    @-moz-keyframes colorToNormal {
        0% {
            background-color: #000;
        }
        100% {
            background-color: #f4f4f4;
        }
    }
    @-webkit-keyframes colorToNormal {
        0% {
            background-color: #000;
        }
        100% {
            background-color: #f4f4f4;
        }
    }
    #main .bg-black h3,
    #main .bg-black .notice {
        color: #fffefe;
    }

    .content3_imageBox {
        font-size: 0;
        margin: 48px 0 0 0;
        width: 306px;
        overflow: hidden;
        position: relative;
        z-index: 3000;
    }

    .content3_imageBox a {
        display: inline-block;
        width: 144px;
    }

    .content3_imageBox_img_wrap {
        display: inline-block;
        background-color: #ffffff;
        margin-bottom: 18px;
    }

    .content3_imageBox_img_wrap:nth-child(2n-1) {
        float: left;
    }

    .content3_imageBox_img_wrap:nth-child(2n) {
        float: right;
    }

    .content3_imageBox_img {
        height: auto;
        width: 100%;
    }

    .content-3_text {
        font-size: 12px;
        margin-top: 0;
        position: relative;
        z-index: 3000;
    }

    .content-3 h3 {
        position: relative;
        z-index: 3000;
    }

    #main .bg-black .content-3_text {
        color: #fffefe;
    }

    .content3_imageWrapper {
        position: relative;
        z-index: 2010;
        width: 960px;
        height: 820px;
        margin: 0 auto;
        opacity: 0;
    }

    .content3_imageWrapper img {
        position: absolute;
        left: 0;
        top: 120px;
        opacity: 0;
    }

    .content3_imageWrapper img.visible {
        animation: imgToVisible 0.3s linear 0s 1 normal both;
        -moz-animation: imgToVisible 0.3s linear 0s 1 normal both;
        -webkit-animation: imgToVisible 0.3s linear 0s 1 normal both;
    }

    .content3_imageWrapper img.hidden {
        animation: imgToHidden 0.3s linear 0s 1 normal both;
        -moz-animation: imgToHidden 0.3s linear 0s 1 normal both;
        -webkit-animation: imgToHidden 0.3s linear 0s 1 normal both;
    }

    .content3_imageWrapper img.bg-black {
        position: absolute;
        left: -390px;
        top: -45px;
        opacity: 0;
    }

    @keyframes imgToHidden {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    @-moz-keyframes imgToHidden {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    @-webkit-keyframes imgToHidden {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes imgToVisible {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-moz-keyframes imgToVisible {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes imgToVisible {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .content3_imageWrapper .gallery-image-default {
        opacity: 1;
    }

    .gallery-btn-default {
        opacity: 0.4;
    }

    .spacer {
        width: 100%;
        height: 80px;
        background-color: #fff;
    }

    /*content4*/
    .content4_wrapper {
        width: 100%;
        background-color: #ffffff;
    }

    .theta-s .content4_wrapper {
        padding: 0 24px;
        box-sizing: border-box;
    }

    .content-4 {
        width: 960px;
    }

    /*content5*/
    .content5_wrapper {
        width: 100%;
        background-color: #f4f4f4;
    }

    .theta-s .content5_wrapper {
        padding: 0 24px;
        box-sizing: border-box;
    }

    .content-5 {
        width: 960px;
        background-color: #f4f4f4;
        padding-bottom: 0;
    }

    .content-5.manual {
        padding: 32px 0;
    }

    .content-5.manual:after {
        content: "";
        display: block;
        clear: both;
    }

    .content-5.manual > p {
        float: left;
        width: 480px;
        text-align: center;
        margin-top: 0;
    }

    .content5_specHead {
        font-size: 0;
        text-align: center;
    }

    /*content11*/
    .content-11 {
        position: relative;
    }

    .content11_wrapper {
        width: 100%;
        background-color: #000000;
        position: relative;
        z-index: 200;
    }

    .theta-s .content11_wrapper {
        padding: 0 24px;
        box-sizing: border-box;
    }

    .content11_wrapper .contents {
        background-color: #000000;
        height: 940px;
        width: 900px;
        position: relative;
        padding: 0;
    }

    .content11_function-item {
        display: inline-block;
        width: 216px;
        vertical-align: top;
        text-align: center;
    }

    #main .content11_function-item p {
        color: #fffefe;
    }

    .content11_function-item.item-01 {
        position: absolute;
        top: 412px;
        left: 0;
    }

    .content11_function-item.item-02 {
        position: absolute;
        top: 412px;
        right: 0;
    }

    .content11_icons {
        width: 200px;
        height: 720px;
        z-index: 1400;
        position: absolute;
        top: 160px;
        left: 340px;
    }

    .content11_icons .icon {
        width: 200px;
        display: inline-block;
        background-image: url(../img/img_s_content11-icons.png);
    }

    .content11_icons .icon_01 {
        height: 154px;
        background-position: 0 0;
        opacity: 0;
    }

    .content11_icons .icon_02 {
        height: 178px;
        background-position: 0 -154px;
        opacity: 0;
    }

    .content11_icons .icon_03 {
        height: 132px;
        background-position: 0 -332px;
        opacity: 0;
    }

    .content11_icons .icon_04 {
        height: 104px;
        background-position: 0 -464px;
        opacity: 0;
    }

    .content11_icons .icon_05 {
        height: 152px;
        background-position: 0 -568px;
        opacity: 0;
    }

    .content11_icons.reveal .icon_01 {
        animation: popup 1s linear 0s 1 normal both;
        -moz-animation: popup 1s linear 0s 1 normal both;
        -webkit-animation: popup 1s linear 0s 1 normal both;
    }

    .content11_icons.reveal .icon_02 {
        animation: popup 1s linear 0.8s 1 normal both;
        -moz-animation: popup 1s linear 0.8s 1 normal both;
        -webkit-animation: popup 1s linear 0.8s 1 normal both;
    }

    .content11_icons.reveal .icon_03 {
        animation: popup 1s linear 1.6s 1 normal both;
        -moz-animation: popup 1s linear 1.6s 1 normal both;
        -webkit-animation: popup 1s linear 1.6s 1 normal both;
    }

    .content11_icons.reveal .icon_04 {
        animation: popup 1s linear 2.4s 1 normal both;
        -moz-animation: popup 1s linear 2.4s 1 normal both;
        -webkit-animation: popup 1s linear 2.4s 1 normal both;
    }

    .content11_icons.reveal .icon_05 {
        animation: popup 1s linear 3.2s 1 normal both;
        -moz-animation: popup 1s linear 3.2s 1 normal both;
        -webkit-animation: popup 1s linear 3.2s 1 normal both;
    }

    @keyframes popup {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-moz-keyframes popup {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes popup {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .specHead-theta-s,
    .specHead-theta {
        display: inline-block;
        width: 480px;
    }

    .specHead_icon {
        padding-top: 12px;
    }

    .content5_specList {
        font-size: 0;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
        margin-top: 24px;
    }

    .content5_specList_item {
        border-top: solid 1px #cccccc;
        padding: 18px 0;
        position: relative;
    }

    .spec_theta-s,
    .spec_definition,
    .spec_theta {
        display: inline-block;
        margin-top: 0;
        text-align: center;
    }

    .spec_theta-s {
        font-size: 14px;
        color: #404040;
        width: 700px;
        vertical-align: top;
        margin-left: 20px;
        text-align: left;
    }

    .spec_definition {
        font-size: 12px;
        width: 164px;
        position: relative;
        height: 24px;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0px;
    }

    .spec_theta {
        font-size: 14px;
        color: #999999;
        width: 350px;
        vertical-align: top;
        padding-left: 105px;
        margin-right: 20px;
        text-align: left;
    }

    /*specs*/
    div.contents.specs {
        padding: 48px 0;
    }

    .linkButtons {
        font-size: 0;
        margin-bottom: -32px;
    }

    .linkButton {
        display: inline-block;
        margin-left: 24px;
        font-size: 14px;
        line-height: 60px;
        width: 200px;
        color: #ffffff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
    }

    .linkButton:hover {
        color: #ffffff;
        opacity: 0.8;
    }

    .linkButton:first-child {
        margin-left: 0;
    }

    .link-Gallery,
    .link-Download {
        background-color: #404040;
    }

    .link-Buy {
        background-color: #e4007f;
    }

    /*content6*/
    .content6_wrapper {
        width: 100%;
        margin: 0 auto;
        background-color: #ffffff;
    }

    .theta-s .content6_wrapper {
        padding: 0 24px;
        box-sizing: border-box;
    }

    .contents.content-6 {
        width: 960px;
        margin: 0 auto;
        position: relative;
    }

    .contents.content-6 .content6_text {
        width: 600px;
        padding-left: 30px;
        padding-right: 330px;
    }

    .contents.content-6 .content6_image {
        position: absolute;
        width: 300px;
        right: 0;
        top: 48px;
        text-align: center;
    }

    .contents.content-6 .content6_image .content6_logo {
        width: 150px;
        height: auto;
    }

    .contents.content-6 .content6_image .content6_title {
        width: 200px;
        height: auto;
    }
}

@media screen and (max-width: 640px) {
    .mainVisual_wrapper {
        background-color: #ffffff;
        width: 100%;
    }

    .mainVisual.sp_visible {
        width: 320px;
        height: 330px;
        margin: 0 auto;
        position: relative;
        display: block;
    }

    .mainVisual.sp_visible .thetaS_mv {
        display: block;
        width: 71px;
        margin: 0 auto;
        padding-top: 75px;
        opacity: 0;
    }

    .mainVisual.sp_visible .thetaS_shaddow {
        display: block;
        width: 71px;
        margin: 0 auto;
        opacity: 0;
    }

    .mainVisual_logo {
        position: absolute;
        top: 20px;
        left: 20px;
    }

    .anchor {
        display: none;
    }

    #about.theta-s h3 {
        font-size: 20px;
        margin-bottom: 20px;
        font-weight: normal;
        line-height: 1.5em;
    }

    #about.theta-s .content1_wrapper h3 {
        font-size: 20px;
        line-height: 1.8em;
    }

    .sp_none {
        display: none;
    }

    .sp_visible {
        display: inline-block;
    }

    #about p.notice {
        font-size: 9px;
        color: #666666;
        margin-bottom: 40px;
    }

    /*content1*/
    .content1_wrapper {
        background-color: #f4f4f4;
    }

    .content1_wrapper .content1_contentWrapper {
        margin-top: 0;
    }

    .contents.content1 {
        padding-bottom: 0;
        background-color: #f4f4f4;
        border-bottom: 1px solid #f8f8f8;
    }

    .content1_title {
        text-align: center;
    }

    .content1_lead {
        text-align: center;
        margin-top: 0;
    }

    div.content1_imageBox {
        text-align: center;
        margin: 20px auto 40px;
        display: block;
    }

    .content1_imageBox_img2,
    .content1_imageBox_img4 {
        margin-top: 20px;
    }

    .content1_imageBox_img3 {
        margin-top: 30px;
    }

    .content1_imageWrapper.sp_visible {
        text-align: center;
        width: 280px;
        display: block;
        margin: 0 auto;
        padding-top: 10px;
        opacity: 0;
    }

    #about .content1_imageWrapper img {
        margin-bottom: 0;
    }

    /*content2*/
    .content2 {
        position: relative;
        overflow: visible;
        padding-bottom: 40px;
    }

    .content2_contentWrapper_sp {
        width: 41%;
    }

    .contents .content2_function-1,
    .contents .content2_function-2,
    .contents .content2_function-3,
    .contents .content2_function-4 {
        margin-top: 40px;
    }

    .content2_function_img {
        width: 74px;
        height: 74px;
    }

    .content2_imageWrapper {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 20px;
        opacity: 0;
    }

    /*content11*/
    .contents.content-11 {
        background-color: #000000;
        margin-top: 0;
    }

    .content11_functions {
        text-align: center;
        vertical-align: middle;
    }

    .contents .content11_function-item {
        text-align: center;
    }

    .contents .content11_function-item p {
        color: #fff;
    }

    .contents .content11_function-item img {
        margin-bottom: 0;
    }

    .contents .content11_icons {
        width: 100px;
        min-height: 360px;
        text-align: center;
        margin: 0 auto 40px;
        vertical-align: middle;
        line-height: 1.0;
    }

    .content11_icons .icon {
        width: 100px;
        display: inline-block;
        background-image: url(../img/img_s_content11-icons.png);
    }

    .content11_icons .icon_01 {
        height: 77px;
        background-position: 0 0;
        -webkit-background-size: 100px 370px;
        background-size: 100px 370px;
        opacity: 0;
    }

    .content11_icons .icon_02 {
        height: 89px;
        background-position: 0 -77px;
        -webkit-background-size: 100px 370px;
        background-size: 100px 370px;
        opacity: 0;
    }

    .content11_icons .icon_03 {
        height: 66px;
        background-position: 0 -166px;
        -webkit-background-size: 100px 370px;
        background-size: 100px 370px;
        opacity: 0;
    }

    .content11_icons .icon_04 {
        height: 52px;
        background-position: 0 -232px;
        -webkit-background-size: 100px 370px;
        background-size: 100px 370px;
        opacity: 0;
    }

    .content11_icons .icon_05 {
        height: 76px;
        background-position: 0 -277px;
        -webkit-background-size: 100px 370px;
        background-size: 100px 370px;
        opacity: 0;
    }

    @keyframes sp_popup {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-moz-keyframes sp_popup {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes sp_popup {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .content11_icons.reveal .icon_01 {
        animation: sp_popup 1s linear 0s 1 normal both;
        -moz-animation: sp_popup 1s linear 0s 1 normal both;
        -webkit-animation: sp_popup 1s linear 0s 1 normal both;
    }

    .content11_icons.reveal .icon_02 {
        animation: sp_popup 1s linear 0.8s 1 normal both;
        -moz-animation: sp_popup 1s linear 0.8s 1 normal both;
        -webkit-animation: sp_popup 1s linear 0.8s 1 normal both;
    }

    .content11_icons.reveal .icon_03 {
        animation: sp_popup 1s linear 1.6s 1 normal both;
        -moz-animation: sp_popup 1s linear 1.6s 1 normal both;
        -webkit-animation: sp_popup 1s linear 1.6s 1 normal both;
    }

    .content11_icons.reveal .icon_04 {
        animation: sp_popup 1s linear 2.4s 1 normal both;
        -moz-animation: sp_popup 1s linear 2.4s 1 normal both;
        -webkit-animation: sp_popup 1s linear 2.4s 1 normal both;
    }

    .content11_icons.reveal .icon_05 {
        animation: sp_popup 1s linear 3.2s 1 normal both;
        -moz-animation: sp_popup 1s linear 3.2s 1 normal both;
        -webkit-animation: sp_popup 1s linear 3.2s 1 normal both;
    }

    /*content3*/
    .content3_wrapper {
        background-color: #f4f4f4;
    }

    .content-3 {
        position: relative;
        background-color: #f4f4f4;
        padding: 40px 0;
    }

    .content-3 h3 {
        text-align: center;
    }

    #about .content3_imageWrapper.sp_visible {
        width: 100%;
        margin: 0 auto 20px;
        display: block;
        position: relative;
        opacity: 0;
    }

    #about .bg-black .content3_imageWrapper.sp_visible {
        background-color: #000;
    }

    #about .bg-normal .content3_imageWrapper.sp_visible {
        background: #f4f4f4;
    }

    #about .content3_imageWrapper.sp_visible img {
        margin-bottom: 0;
    }

    #about .content3_imageWrapper.sp_visible .gallery-image-sp {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
    }

    #about .content3_imageWrapper.sp_visible .gallery-image-sp.visible {
        animation: imgToVisible 0.3s linear 0s 1 normal both;
        -moz-animation: imgToVisible 0.3s linear 0s 1 normal both;
        -webkit-animation: imgToVisible 0.3s linear 0s 1 normal both;
    }

    #about .content3_imageWrapper.sp_visible .gallery-image-sp.hidden {
        animation: imgToHidden 0.3s linear 0s 1 normal both;
        -moz-animation: imgToHidden 0.3s linear 0s 1 normal both;
        -webkit-animation: imgToHidden 0.3s linear 0s 1 normal both;
    }

    @keyframes imgToHidden {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    @-moz-keyframes imgToHidden {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    @-webkit-keyframes imgToHidden {
        0% {
            opacity: 1;
        }
        100% {
            opacity: 0;
        }
    }
    @keyframes imgToVisible {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-moz-keyframes imgToVisible {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    @-webkit-keyframes imgToVisible {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    .content3_imageBox_img {
        width: 80px;
        height: auto;
    }

    .contents .content3_imageBox {
        text-align: center;
        width: 300px;
        margin: 0 auto 20px;
    }

    .contents .content3_imageBox a {
        margin-left: 20px;
        display: inline-block;
    }

    .contents .content3_imageBox a:nth-child(3n-2) {
        margin-left: 0;
    }

    .gallery-btn-default {
        opacity: 0.4;
    }

    #about div.content-3_text {
        margin: 0 20px;
    }

    #about div.content-3_text p {
        margin: 0;
        padding-left: 1em;
        position: relative;
    }

    #about div.content-3_text p:after {
        content: '・';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    span.notice {
        font-size: 9px;
        color: #666666;
    }

    .content-4 img {
        display: block;
        margin: 0 auto;
    }

    /*content4*/
    .content-4.sp_visible {
        display: block;
        max-width: 100%;
    }

    .content-4.sp_visible img {
        max-width: 100%;
    }

    /*content5*/
    .content5_wrapper {
        background-color: #f4f4f4;
    }

    .contents.content-5 {
        background-color: #f4f4f4;
        padding-bottom: 0;
    }

    .contents.content-5.manual {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #about .contents.content-5.manual > p {
        padding-bottom: 0;
    }

    .contents.content-5.manual > p:first-child {
        margin-top: 0;
    }

    .specList {
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

    .specList_item {
        padding: 10px;
        border-top: 1px solid #cccccc;
    }

    .specList_item:first-child {
        border-top: none;
    }

    .specList_item dt {
        font-size: 10px;
    }

    .specList_item dd {
        font-size: 12px;
        color: #404040;
    }

    #about .content-5 .notice + .notice {
        padding-bottom: 20px;
    }

    #about .content-5 .notice p {
        margin: 0;
        padding-left: 2em;
        padding-bottom: 0;
        position: relative;
        font-size: 9px;
        color: #666666;
    }

    #about .content-5 .notice p.spec_notice {
        padding-left: 0;
    }

    .spec_notice-1:after {
        content: '*1 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .spec_notice-2:after {
        content: '*2 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .spec_notice-3:after {
        content: '*3 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .spec_notice-4:after {
        content: '*4 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .spec_notice-5:after {
        content: '*5 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .spec_notice-6:after {
        content: '*6 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .spec_notice-7:after {
        content: '*7 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .spec_notice-8:after {
        content: '*8 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .spec_notice-9:after {
        content: '*9 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .spec_notice-10:after {
        content: '*10 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .spec_notice-11:after {
        content: '*11 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .spec_notice-12:after {
        content: '*12 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .spec_notice-13:after {
        content: '*13 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .spec_notice-14:after {
        content: '*14 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .spec_notice-15:after {
        content: '*15 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .contents.specs.sp_visible {
        display: block;
    }

    div.contents div.linkButtons.sp_visible {
        text-align: center;
        margin: 0 auto;
        width: 280px;
        display: block;
    }

    .linkButton {
        display: block;
        margin-top: 20px;
        font-size: 14px;
        line-height: 60px;
        width: 280px;
        color: #ffffff;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        background-color: #64c832;
    }

    .linkButton:hover {
        color: #ffffff;
        background-color: #9ae674;
    }

    .linkButton:first-child {
        margin-top: 0;
    }

    .contents.content-6 .content6_image {
        width: 280px;
        margin: 20px auto 0;
        text-align: center;
    }

    .contents.content-6 .content6_image .content6_logo {
        width: 150px;
        margin: 0;
    }

    .contents.content-6 .content6_image .content6_title {
        width: 153px;
        height: 29px;
        margin: 0;
    }

    .notice.sp_visible.content-2 {
        width: 50%;
    }
}

/*theta_s end*/

/*m-15 start*/

#about .mainVisual.m15 {
    background-color: #ffffff;
    width: 100%;
    height: 750px;
}

@media screen and (min-width: 641px) {
    .mainVisual-items {
        width: 100%;
        height: 750px;
        min-width: 960px;
        font-size: 0;
        text-align: center;
        position: relative;
    }

    .mainVisual-item {
        display: inline-block;
        width: 25%;
        height: 750px;
    }

    .mainVisual-item_img {
        padding-top: 215px;
    }

    .color-1 {
        background-image: url(../img/img_m15_mainvisual_bg-1.png);
    }

    .color-2 {
        background-image: url(../img/img_m15_mainvisual_bg-2.png);
    }

    .color-3 {
        background-image: url(../img/img_m15_mainvisual_bg-3.png);
    }

    .color-4 {
        background-image: url(../img/img_m15_mainvisual_bg-4.png);
    }

    .mainVisual-logo {
        position: absolute;
        top: 48px;
        left: calc(50% - 80px);
    }

    /*content1*/
    .m15-1_inner {
        width: 960px;
        position: relative;
    }

    #about .m15-1 h2 {
        font-size: 24px;
        color: #404040;
        text-align: left;
        margin-bottom: 24px;
        width: 540px;
    }

    .m15-1_lead {
        width: 540px;
    }

    .m15-1_functions {
        margin-top: 48px;
        font-size: 0;
    }

    .m15-1_function-odd {
        display: inline-block;
        width: 185px;
        height: 90px;
    }

    .m15-1_function-even {
        display: inline-block;
        width: 340px;
        height: 90px;
        margin-left: 48px;
    }

    .m15-1_function_img {
        width: 90px;
        height: 90px;
    }

    .m15-1_function_textWrapper {
        display: inline-block;
        margin-left: 20px;
        position: relative;
        vertical-align: top;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: calc(100% - 115px);
    }

    #about p.m15-1_function_text {
        margin-top: 0;
        font-size: 12px;
        max-width: 210px;
        color: #404040;
        padding-left: 1em;
        position: relative;
    }

    #about p.m15-1_function_text:after {
        content: '・';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .m15-1_noticeWrapper {
        margin-top: 48px;
        padding-right: 400px;
        width: 560px;
    }

    #about .m15-1_noticeWrapper .notice {
        margin-top: 0;
        padding-left: 2em;
        position: relative;
    }

    .notice-1:after {
        content: '※1 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .notice-2:after {
        content: '※2 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .notice-3:after {
        content: '※3 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .m15-1_thumb {
        position: absolute;
        width: 390px;
        bottom: -64px;
        right: -24px;
    }

    /*content2*/
    .contents.m15-2 {
        text-align: center;
        padding-top: 0;
    }

    .carousel {
        position: relative;
        height: 500px;
        width: 750px;
    }

    .carousel_img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .carousel-selector {
        margin-top: 24px;
        font-size: 12px;
    }

    .m15 .spec_theta-s {
        font-size: 14px;
        color: #999999;
        width: 350px;
        vertical-align: top;
        padding-right: 105px;
        margin-left: 20px;
        text-align: left;
    }

    .m15 .spec_definition {
        font-size: 12px;
        color: #0088bd;
        width: 164px;
        position: relative;
        height: 24px;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0px;
    }

    .m15 .spec_theta {
        font-size: 14px;
        color: #404040;
        width: 700px;
        vertical-align: top;
        margin-left: 20px;
        text-align: left;
        padding: 0;
    }

    .contents.specs.m15 img {
        width: 820px;
        height: 700px;
    }
}

@media screen and (max-width: 640px) {
    #about p {
        padding-bottom: 0;
    }

    #pictures.sp img {
        width: 100%;
        height: auto;
    }

    #about .contents.m15-1 h2 {
        font-size: 20px;
        color: #404040;
        margin-top: 0;
    }

    .m15-1_lead {
        text-align: center;
    }

    #about p.m15-1_function_text {
        margin: 0;
    }

    div.m15-1_functions {
        margin-top: 0;
        font-size: 0;
    }

    div.m15-1_functions:first-child {
        margin-top: 40px;
        font-size: 0;
    }

    .m15-1_function-odd,
    .m15-1_function-even {
        display: inline-block;
        width: 100%;
        height: 74px;
        margin-top: 20px;
    }

    .m15-1_function_img {
        width: 74px;
        height: 74px;
    }

    div.m15-1_function_textWrapper {
        display: inline-block;
        margin-top: 0;
        margin-left: 5px;
        width: calc(100% - 85px);
        position: relative;
        vertical-align: top;
        top: 50%;
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    #about p.m15-1_function_text {
        margin-top: 0;
        font-size: 12px;
        color: #404040;
        padding-left: 1em;
        position: relative;
    }

    #about p.m15-1_function_text:after {
        content: '・';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    div.m15-1_noticeWrapper {
        margin-top: 40px;
    }

    #about .m15-1_noticeWrapper .notice {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 2em;
        position: relative;
    }

    .notice-1:after {
        content: '※1 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .notice-2:after {
        content: '※2 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .notice-3:after {
        content: '※3 ';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    /*content2*/
    #about .m15-2 {
        text-align: center;
        padding: 0;
    }

    .carousel {
        width: 100%;
    }

    #about .carousel_img {
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .carousel-selector {
        margin-top: 24px;
        font-size: 12px;
    }

    #about .specList {
        margin-top: 0;
    }
}

div.contents.sp_none div {
    margin-top: 0;
}

div.contents.sp_none .slick-list {
    overflow: visible;
}

div.contents.sp_none .slick-dots li {
    height: 0;
    width: 0;
    margin: 20px 12px;
    display: inline-block;
}

div.contents.sp_none .slick-dots li div {
    text-indent: -9999px !important;
    border: 6px solid #aaaaaa;
    border-radius: 6px;
}

div.contents.sp_none .slick-dots li.slick-active div {
    border: 6px solid #333333;
    border-radius: 6px;
}

#slider2 {
    height: auto !important;
}

div.contents.sp_visible div {
    margin: 0;
}

div.contents.sp_visible img {
    margin: 0 auto;
}

div.contents.sp_visible .nivo-controlNav .nivo-control {
    height: 0;
    margin: 0 12px;
    text-indent: -9999px !important;
    display: inline-block;
    border: 6px solid #aaaaaa;
    border-radius: 6px;
}

div.contents.sp_visible .nivo-controlNav .nivo-control.active {
    border: 6px solid #333333;
    border-radius: 6px;
}

/*m15 end*/

/*-----20170927追加-----*/
.store_link_area {
    width: 100%;
    text-align: center;
    position: relative;
    top: -58px;
    z-index: 100;
}

.store_link {
    display: inline-block;
    min-width: 314px;
    text-align: center;
    line-height: 50px;
    background-color: #404040;
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20px;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

.store_link:hover {
    color: #fff;
    opacity: .7;
}

@media screen and (max-width: 640px) {
    .store_link_area {
        top: 0;
        padding-bottom: 40px;
    }

    .store_link {
        line-height: 1;
        min-width: auto;
        font-size: 15px;
        padding: 9px 32px;
    }
}
