#app {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

[v-cloak] {
    visibility: hidden;
}

/* font size*/
.selectyourmaterial {
    font: normal normal normal 30px/32px sans-serif;
}
h1 {
    font: normal normal normal 24px/26px sans-serif;
}
p.texttitle, p.featuretitle, p.presstitle {
    font: normal normal normal 16px/18px sans-serif;
}
p.textcode, p.featuretext, p.presstext, .js-accordion--trigger, .menu, .menu_photo, .materialtitle {
    font: normal normal normal 14px/16px sans-serif;
}
a, p.first_msg, p.last_msg, .copyright, .footer-links {
    font: normal normal normal 12px/18px sans-serif;
}

/* 画面上部 タイトルヘッダー */
/* header */
.st-siteHeader {
    z-index: 100;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
}

.st-blueBar {
    color: #fff;
    background: #0d2ea0;
    padding: 0px 10px 0px 35px;
    position: relative;
    height: 100%;
}

    .st-blueBar a {
        color: #fff;
    }

.st-blueBar_inner {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 auto;
}

.st-blueBar_logo {
    margin: 0 auto 0 -10px;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 10px;
    position: fixed;
    top: 0;
    left: 35px;
    width: 102px;
}

    .st-blueBar_logo a {
        display: block;
        padding: 12px 10px 9px;
        position: fixed;
        top: 0;
    }

        .st-blueBar_logo a:hover, .st-blueBar_logo a:focus {
            opacity: 1;
        }

    .st-blueBar_logo img {
        display: block;
        width: 102px;
        height: 39px;
    }

@media screen and (max-width: 540px) {
    .st-blueBar_inner {
        -webkit-justify-content: space-between;
        justify-content: space-between;
        max-width: none;
        min-width: 0;
    }

    .st-blueBar_menu {
        display: block;
    }

    html.no-js .st-blueBar_menu {
        display: none;
    }
}

/* 画面下部 フッター */
footer {
    z-index: 90;
    width: calc(100% - 280px);
    height: 80px;
    background-color: #0d2ea0;
    position: fixed;
    bottom: 0;
    left: 280px;
    text-align: center;
}

.footerbox {
    display: inline-block;
    margin-top: 15px;
    width: calc(100% - 50px);
    height: 35px;
}

.copyright {
    display: block;
    margin: 0;
    font-size: 12px/13px;
    color: white;
}

.link {
    text-decoration: none;
    color: white;
}

    .link:hover {
        text-decoration: underline;
    }

.footer-line {
    height: 1px;
    margin: 0;
    padding: 0px 0px 7px;
    border: none;
    border-top: solid 1px white;
    display: block;
}

.footer-links {
    text-align: center;
    padding: 0px 10px 10px;
}

    .footer-links ul {
        margin: 0;
        padding: 0;
    }

    .footer-links li {
        display: inline-block;
    }

        .footer-links li + li {
            border-left: 1px solid white;
            padding: 0px 5px;
        }


/* 言語選択ボタン */
/*<!-- Menu Parts (for Language) -->*/

a#lang_button {
    text-decoration: none;
    margin-right: 15px;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 35px;
    top: 20px;
}

.overlay {
    visibility: collapse;
    position: absolute;
    top: 0;
    width: 97%;
    height: 100%;
}

    .overlay:target {
        visibility: visible;
    }

        .overlay:target .overlap {
            opacity: 0.2;
            /*transition:  0.25s;*/
        }

        .overlay:target .lang-list {
            opacity: 1;
            /*transition:  0.25s;*/
        }

.overlap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0;
    background: #000;
    z-index: 150;
}

.lang-list {
    background: #fff;
    top: 60px;
    right: 0;
    position: absolute;
    opacity: 0;
    z-index: 200;
    padding: 15px 28px;
    text-decoration: none;
    color: black;
    /*width: 300px;*/
}

    .lang-list:after {
        content: '';
        position: absolute;
        top: -10px;
        right: 30px;
        margin: 0 0 0 -5px;
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #FFFFFF;
        border-left: 10px solid transparent;
    }

    .lang-list ul {
        padding: 0;
        margin: 0;
        border-top: 1px solid #e1e1e1;
    }

    .lang-list li {
        list-style: none;
    }

        .lang-list li a {
            display: block;
            text-align: center;
            color: #333;
            font-size: 16px;
            line-height: 2.8;
            text-decoration: none;
            box-sizing: border-box;
            padding: 0 20px;
            border-bottom: 1px solid #e1e1e1;
        }

#top {
    visibility: hidden;
    position: fixed;
    top: 0;
}

@media screen and (max-width: 540px) {
    .lang-list {
        left: 0;
        width: auto;
    }
}

/* タイトル */
.titlebox {
    z-index: 100;
    position: fixed;
    top: 60px;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
    padding: 0 35px;
}

.titleandlogo {
    margin: 24px 0px 28px 0px;
    padding: 0;
}
    .titleandlogo img {
        margin: 0;
        height: 50px;
    }

    .series {
    	padding-left:50px;
    }

h1 {
    margin: 0;
    margin-top: 12px;
    width: calc(100% - 50px);
}

body {
    background-color: #F7F7F7;
}

/* 画面右下 組み合わせを表示する */
.materialbox {
    position: absolute;
    top: 180px;
    left: 280px;
    width: calc(100% - 363px);
    height: calc(100% + 111px - 10px); /* 謎の調整*/
    background-color: #F7F7F7;
    padding: 40px;
    overflow-x: scroll;
}

.selectyourmaterial {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 80%;
    height: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0px;
    color: #000000;
    opacity: 0.26;
}

/* １つのブレードとマットの組み合わせをまとめる */
.matandblade {
    z-index: 10;
    position: relative;
    background: #ffffff;
    padding: 16px 20px 16px 20px;
    margin: 0px auto 24px auto;
    width: calc(100% - 40px);
    max-width: 850px;
    border-radius: 8px;
    border-left: 10px solid #4D69D9;
}

/* 項目の左半分 */
.box_left {
    width: 100%;
    padding-left: 0px;
    display: inline-block;
}

.box_left_small {
    width: 60%;
    padding-left: 0px;
    display: inline-block;
}

.imageandtext {
    margin-bottom: 16px;
}

.image {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 100px;
}
    .image img {
        height: 100px;  
    }

.image_sheet {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 100px;

}

    .image_sheet img {
        width: 100px;
    }

.text {
    text-align: left;
    width: calc(100% - 115px);
    height: auto;
    display: inline-block;
    vertical-align: middle;
//    margin: 10px 0px 10px 10px;
}
ul.example{
    margin-top:5px;
    margin-bottom:5px;
}

p.texttitle {
    margin: 12px 0 4px 0;
    width: 100%;
    font-weight: bold;
}

p.textcode {
    margin: 4px 0 4px 0;
}

p.note {
    letter-spacing: 0px;
    margin: 30px 0 10px 16px;
    width: 90%;
}

/* 項目の右半分 */
.box_right {
    position: absolute;
    display: inline-block;
    width: 38%;
    height: calc(100% - 36px);
    vertical-align: middle;
    border-left: 1px solid #B2B2B2;
    padding-left: 20px;
}

.press {
    width: calc(100% - 20px);
    margin: 0;
}

p.presstitle {
    margin: 12px 0 4px 0;
    width: 100%;
    font-weight: bold;
}

p.presstext {
    margin: 4px 0 4px 14px;
    height: auto;
}

.feature {
    width: calc(100% - 20px);
    margin: 0;
    padding-top:10px;
}

p.featuretitle {
    margin: 12px 0 4px 0;
    width: 100%;
    font-weight: bold;
}

p.featuretext {
    margin: 4px 0 4px 14px;
    height: auto;
}

.sample_work {
    width: 100%;
    margin: 10px 0 10px 0;
}


/*サイドバー*/
.menu_photo {
    display: none;
}

.menu-enter-active, .menu-leave-active {
    transition: opacity 0.4s;
}

.menu-enter, .menu-leave-to {
    opacity: 0;
}

.menu-leave, .menu-enter-to {
    opacity: 1;
}

.menu {
    display: inline;
    background-color: #ffffff;
    z-index: 50;
    position: fixed;
    width: 280px;
    height: calc(100% - 199px); /* headerの高さ*/
    top: 208px;
    left: 0;
    overflow-y: scroll;
}

    .menu a {
        color: rgb(66, 66, 66);
        text-decoration: none;
        padding: 15px;
        display: block;
        border: 1px solid;
    }

    .menu ul {
        padding: 0;
    }

.selected {
    font-weight: bold;
}

.tab_list {
    margin: 0;
}

    .tab_list li {
        padding: 12px 24px 12px 48px;
        cursor: pointer;
        transition: .3s;
    }

        .tab_list li:hover {
            background-color: #f1f1f1;
        }

        .tab_list li:._state-open {
            font-weight: bold;
        }

        .tab_list li:not(:first-child) {
            border-left: none;
        }

        .tab_list li.active, {
            background-color: #000;
            color: #fff;
            cursor: auto;
        }

.tab_list_lang {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

    .tab_list_lang li {
        padding: 5px 30px;
        cursor: pointer;
        transition: .3s;
    }

        .tab_list_lang li:hover {
            background-color: #f1f1f1;
        }

        .tab_list_lang li:._state-open {
            font-weight: normal;
        }

        .tab_list_lang li:not(:first-child) {
            border-left: none;
        }

        .tab_list_lang li.active, {
            background-color: #000;
            color: #fff;
            cursor: auto;
        }

/*サイドバー内アコーディオン*/
.js-accordion {
    width: 100%;
    margin: 0px auto;
}

    .js-accordion:last-child {
        border-bottom-width: 1px;
    }

.js-accordion--trigger {
    background-color: #fff;
    position: relative;
    display: block;
    width: 100%;
    transition: all 0.2s ease-in;
    display: block;
    padding: 12px 24px;
    outline: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

    /* 三角形は不要
    .js-accordion--trigger:after {
        display: inline-block;
        width: 0;
        height: 0;
        border: solid transparent;
        content: "";
        border-top-color: #5f6569;
        border-width: 7px;
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -5px;
        transition: all 0.2s ease-in;
    }*/

    .js-accordion--trigger._state-open {
        /*１階層目のメニューが選択されているときの処理*/
        text-decoration: none;
        font-weight: bold;
    }

        .js-accordion--trigger._state-open:after {
            transform: rotateX(180deg);
            margin-top: -10px;
        }

    .js-accordion--trigger:hover {
        background-color: #f1f1f1;
        text-decoration: none;
    }

.js-accordion--body {
    background-color: #FFF;
}

/*
@media screen and (max-width: 959px) {
    /* 959px以下に適用されるCSS（タブレット用
}
*/




/* 1000px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 1000px) {
  
    /* 画面下部 フッター */
    footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        left: 0px;
    }

    a#lang_button {
        right: 10px;
    }

    .titlebox {
        height: 129px;
    }
    
    .titleandlogo {
        margin: 12px 0px 12px 0px;
        padding: 0;
    }

    h1 {
        font: normal normal normal 24px/24px sans-serif;
        margin: 5px 0 5px 0;
        width: calc(100% - 70px);
    }

    .titlebox img {
        margin: 0;
        padding: 0;
        padding-left: 50px;

    }

    /* スマホのみ タイトル下に選択した素材を表示する */
    .materialtitlebox {
        z-index: 40;
        position: fixed;
        top: 190px;
        left: 0px;
        width: 100%;
        background-color: #ffffff;
    }

    .materialtitle {
        padding: 12px 24px 12px 35px;
    }

    /* 画面右下 組み合わせを表示する */
    .materialbox {
        position: fixed;
        left: 0px;
        top: 210px;
        width: calc(100% - 33px);
        height: calc(100% - 300px - 10px);
        margin: 0;
        padding: 16px;
    }

    .selectyourmaterial {
        top: -50px;
    }

    /* １つのブレードとマットの組み合わせをまとめる */
    .matandblade {
        margin: 0 auto 16px auto;
        padding: 16px;
        width: calc(100% - 60px);
        max-width: 500px;
    }

    /* 項目の左半分 */
    .box_left_small {
        width: 100%;
        padding-left: 0px;
        border-right: 0px;
    }


    /* 項目の右半分 */
    .box_right {
        position: relative;
        display: block;
        width: 95%;
        vertical-align: top;
        padding: 16px 0px;
        border: none;
        border-top: 1px solid #B2B2B2;
    }

    /* ハンバーガーメニュー */
    .hamburger_btn {
        display: inline;
        position: fixed; /*常に最上部に表示したいので固定*/
        top: 84px;
        left: 35px;
        width: 21px;
        height: 20px;
        cursor: pointer;
        z-index: 110;
    }

        .hamburger_btn .line {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 20px;
            height: 3px;
            background: #333333;
        }

        .hamburger_btn .line_01 {
            top: 0px;
            transition: 0.4s ease;
        }

        .hamburger_btn .line_02 {
            top: 9px;
            transition: 0.4s ease;
        }

        .hamburger_btn .line_03 {
            top: 18px;
            transition: 0.4s ease;
        }

        .hamburger_btn .line_04 {
            top: 18px;
            transition: 0.4s ease;
        }

    .btn_line01 {
        transform: translateY(9px) rotate(-45deg);
        transition: 0.4s ease;
    }

    .btn_line02 {
        transition: 0.4s ease;
        opacity: 0;
    }

    .btn_line03 {
        transform: translateY(-9px) rotate(45deg);
        transition: 0.4s ease;
    }

    .btn_line04 {
        transform: translateY(-9px) rotate(45deg);
        transition: 0.4s ease;
    }


    /*サイドバー*/
    .menu {
        display: none;
    }

    .menu_photo-enter-active, .menu-leave-active {
        transition: opacity 0.4s;
    }

    .menu_photo-enter, .menu-leave-to {
        opacity: 0;
    }

    .menu_photo-leave, .menu-enter-to {
        opacity: 1;
    }

    .menu_photo {
        display: inline;
        background-color: #ffffff;
        z-index: 50;
        position: fixed;
        width: 100%;
        height: calc(100% - 185px - 80px);
        top: 191px;
        left: 0;
        overflow-y: scroll;
    }

        .menu_photo a {
            color: rgb(66, 66, 66);
            text-decoration: none;
            padding: 15px;
            display: block;
            border: 1px solid;
        }

        .menu_photo ul {
            padding: 0;
        }
}