/* 共通 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..700&family=Noto+Serif+JP:wght@300..700&family=Noto+Sans+SC:wght@300..700&family=Noto+Serif+SC&isplay=swap');

header .over_flow {
    z-index: 1000;
}

main {
    color: #222;
}

main img {
    width: 100%;
}

.outer {
    width: 100%;
    min-width: 1120px;
    margin: 0 auto;
}

.inner {
    width: 1120px;
    margin: 0 auto;
}

.innermost {
    width: 1000px;
    margin: 0 auto;
}

ul {
    list-style: none;
    padding: 0;
}

p {
    line-height: 1.8;
    margin: 0;
}

h2,
h3 {
    line-height: 1.7;
    margin: 0;
}

p.badge {
    display: none;
}

/* 中国語フォント */
body:lang(zh-CN) {
    font-family: "Noto Sans SC", sans-serif;

    #main-visual .contents .item .ttl-lv2,
    #main-visual .contents .item a,
    #main-visual .ttl-lv1,
    #main-visual .ttl2-lv1,
    #main-visual aside ul li a,
    #members .ttl-lv2,
    #page_links .inner ul li a,
    #references .ttl-lv2,
    #main-contents .outer > .tab_content > .inner > .content p.badge > span,
    #main-contents .outer > .tab_content > .inner > .content.col2 > .col__item.catch > .row__item:nth-of-type(2) {
        font-family: "Noto Serif SC", serif;
    }
}

/* メインビジュアル */
#main-visual > .outer.top {
    background: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/mv_pc.jpg') center / cover no-repeat;
    height: 680px;
    position: relative;
    min-width: 1120px;
}

#main-visual .ttl-lv1 {
    all: unset;
    display: block;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 50px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-fill-color: #FFF;
    letter-spacing: .02em;
    padding-top: 45px;
    margin: 0;
}

#main-visual .contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

#main-visual .contents .item {
    width: 546px;
    height: 414px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

body:lang(en) {
    #main-visual .contents {
        margin-top: 90px;
    }

    #main-visual .ttl-lv1,
    #main-visual aside ul li a,
    #main-visual .ttl2-lv1,
    #page_links .inner ul li a,
    #main-visual .outer.top .contents .item p.model,
    #main-visual .contents .item .ttl-lv2,
    #members .ttl-lv2,
    #references .ttl-lv2,
    #main-contents .outer > .tab_content > .inner > .content.col2 > .col__item.catch > .row__item:nth-of-type(2) {
        font-family: Arial, Roboto, sans-serif;
    }

    #main-visual .contents .item {
        height: 440px;
    }

    #main-visual .contents .item:nth-of-type(1) h2 {
        padding: 0 50px;
    }

    #main-visual .contents .item:nth-of-type(2) h2 {
        padding: 0 0px 0 60px;
    }

    #main-visual .contents .item figure {
        margin: 30px 0 20px;
    }
}

#main-visual .contents .item .ttl-lv2 {
    all: unset;
    display: block;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    -webkit-text-fill-color: #FFF;
    letter-spacing: .02em;
}

#main-visual .contents .item .separator {
    display: inline-block;
    width: 40px;
    margin: 16px auto 19px;
    border-color: #FFF;
}

#main-visual .contents .item p.lead {
    all: unset;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    -webkit-text-fill-color: #FFF;
    letter-spacing: .02em;
    line-height: 2;
    flex: 1;
}

#main-visual .contents .item figure {
    margin: 30px 0;
}

#main-visual .outer.top .contents .item p.model {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #FFF;
    -webkit-text-fill-color: #FFF;
    line-height: 1.2;
    letter-spacing: .02em;
    margin: 0;
    height: 48px;
}

#main-visual .contents .item a {
    width: 170px;
    height: 26px;
    font-size: 14px;
    font-weight: 400;
    color: #FFF;
    border: 1px solid #FFF;
    text-align: center;
    border-right: 26px solid #FFF;
    position: relative;
    display: block;
}

body:lang(en) {
    #main-visual .contents .item a {
        width: 210px;
    }
}

body:lang(zh-CN) {
    #main-visual .contents .item a {
        width: 260px;
    }
}

#main-visual .contents .item a:after {
    content: '';
    background-image: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-dark.png');
    background-size: contain;
    position: absolute;
    width: 13px;
    height: 11px;
    top: calc(50% - 6px);
    right: -19px;
}

#main-visual aside {
    position: fixed;
    bottom: 210px;
    right: 0;
    z-index: 3;
    width: 50px;
}

#main-visual aside ul {
    display: flex;
    flex-direction: column;
    /* align-items: flex-end; */
}

#main-visual aside ul li a {
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    right: 0;
    width: 50px;
    color: #fff;
    -webkit-text-fill-color: #FFF;
    font-family: 'Noto Serif JP', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    writing-mode: vertical-rl;
    cursor: pointer;
    text-indent: 1em;
}

#main-visual aside ul li:nth-of-type(1) a {
    height: 186px;
    background: #455D94;
}

#main-visual aside ul li:nth-of-type(2) a {
    height: 130px;
    background: #458994;
    color: #fff;
    -webkit-text-fill-color: #FFF;
    margin-top: 5px;
}

#main-visual aside ul li a:after {
    content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-gray.png');
    position: absolute;
    top: 50%;
    right: 0;
    border: 2px solid #D7E1E8;
    padding: 6px 12px 18px 12px;
    /* transform: translateX(7%) translateY(90%) scale(.4); */
}

#main-visual aside ul li:nth-of-type(1) a:after {
    transform: translateX(8%) translateY(60%) scale(.25);
}

#main-visual aside ul li:nth-of-type(2) a:after {
    transform: translateX(8%) translateY(20%) scale(.25);
}

/* メンバーズ */
#members > .outer {
    background: #F2F2F2;
    height: 1315px;
    background-image: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/mem_bg_pc.jpg');
    background-size: 1920px 1037px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

#members > .outer > .inner:nth-of-type(2) {
    background: url('https://smt.fuji.co.jp/wp-content/uploads/2025/07/LOGO_FSFm_J_20250520.png') center / cover no-repeat;
    height: 900px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

body:lang(en) {
    #members > .outer > .inner:nth-of-type(2) {
        background: url('https://smt.fuji.co.jp/wp-content/uploads/2025/07/LOGO_FSFm_E_20250520.png') center / cover no-repeat;
    }
}

body:lang(zh-CN) {
    #members > .outer > .inner:nth-of-type(2) {
        background: url('https://smt.fuji.co.jp/wp-content/uploads/2025/07/LOGO_FSFm_S_20250520.png') center / cover no-repeat;
    }
}

#members > .outer > .inner:nth-of-type(2) figure.logo {
    max-width: 124px;
    margin: 0;
    padding-top: 36px;
}

#members > .outer > .inner:nth-of-type(2) a {
    font-size: 18px;
    font-weight: 400;
    color: #004098;
    -webkit-text-fill-color: #004098;
    position: relative;
    margin-bottom: 45px;
}

/*#members>.outer>.inner:nth-of-type(2) a:before {
    content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-blue.png');
    position: absolute;
    top: 55%;
    left: -60px;
    border: 4px solid #004098;
    padding: 12px;
    padding-bottom: 5px;
    transform: translateY(-50%) scale(.5);
}

#members>.outer>.inner:nth-of-type(2) a:after {
    content: '';
    background: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/icon_pdf.png');
    position: absolute;
    top: calc(50% - 8px);
    right: -40px;
    width: 37px;
    height: 34px;
    transform: translateY(-20%) scale(.6);
}*/

#members > .outer > .inner:nth-of-type(2) a:after {
    content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-blue.png');
    position: absolute;
    top: 55%;
    /*left: -60px;*/
    border: 4px solid #004098;
    padding: 12px;
    padding-bottom: 5px;
    transform: translateY(-50%) scale(.5);
}

#members .ttl-lv2 {
    all: unset;
    display: block;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .02em;
    padding-top: 80px;
}

#members .lead {
    margin-top: 35px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .02em;
    text-align: center;
}

/* 関連情報 */
#references {
    /* margin: -40px auto 0; */
    margin: 0 auto;
}

#references .ttl-lv2 {
    all: unset;
    display: block;
    text-align: left;
    font-family: 'Noto Serif JP', serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: .02em;
}

#references .thumbnail {
    width: 100%;
    margin-top: 40px;
}

#references .thumbnail ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}

#references .thumbnail ul li {
    width: calc((100% - 65px) / 4);
}

#references .thumbnail ul li figure {
    all: unset;
}

#references .thumbnail ul li .title {
    font-size: 16px;
    font-weight: 500;
    color: #2B4378;
    -webkit-text-fill-color: #2B4378;
    letter-spacing: .02em;
    margin-top: 20px;
}

#references .thumbnail ul li .text {
    font-size: 14px;
    font-weight: 400;
    line-height: calc(21/14);
    letter-spacing: .02em;
    margin-top: 10px;
}

/* 下部ナビ */
#lower_links {
    margin-top: 80px;
}

#lower_links ul {
    display: flex;
    width: 100%;
}

#lower_links ul li {
    width: 50%;
    height: 315px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#lower_links ul li:nth-of-type(1) {
    background: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/catalog_bg_pc.jpg') center / cover no-repeat;
    height: 315px;
    position: relative;
}

#lower_links ul li:nth-of-type(2) {
    background: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/contact_bg_pc.jpg') center / cover no-repeat;
    height: 315px;
    position: relative;
}

#lower_links ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    -webkit-text-fill-color: #FFF;
    position: relative;
    border: 2px solid #FFF;
    width: 360px;
    height: 120px;
    cursor: pointer;
}

#lower_links ul li a::after {
    content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-light.png');
    position: absolute;
    top: 50%;
    right: 0;
    border: 4px solid #D7E1E8;
    padding: 12px;
    padding-bottom: 5px;
    transform: translateY(-50%) scale(.5);
}

@media screen and (min-width: 1921px),
screen and (min-width: 418px) and (max-width: 599px) {
    #members > .outer {
        background-size: 100% !important;
    }
}

/**
 * 下層ページ page1
 **/
#main-visual .outer:not(.top) {
    max-width: 1120px;
}

#main-visual .outer:not(.top) ol.brdcrmb {
    width: 100%;
    max-width: 1120px;
    margin: 10px auto 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    list-style: none;
}

#main-visual .outer:not(.top) ol.brdcrmb li.brdcrmb-item {
    display: inline-block;
}

#main-visual .outer:not(.top) ol.brdcrmb li.brdcrmb-item + .brdcrmb-item {
    margin-left: 7px;
}

#main-visual .outer:not(.top) ol.brdcrmb li.brdcrmb-item + .brdcrmb-item:before {
    content: '＞';
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    margin-right: 9px;
}

/* メインビジュアル */
#main-visual .ttl2-lv1 {
    all: unset;
    display: block;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .02em;
    padding-top: 74px;
    margin: 0;
}

#main-visual p.model {
    all: unset;
    display: block;
    margin: 25px auto;
    text-align: center;
}

#main-visual p.model span {
    display: inline-block;
    font-size: 16px;
    padding: 7px 25px;
    border: 1px solid #C3C3C3;
}

#main-visual p.lead {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: .02em;
    margin-top: 24px;
}

/* タブ */
#main-contents > .outer {
    height: auto;
    background-image: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/lower_bg_pc.jpg');
    background-size: 1920px 1037px;
    background-position: right bottom;
    background-repeat: no-repeat;
}

#main-contents .outer > .inner > .tabs {
    display: flex;
    justify-content: center;
    gap: 4px;
    margin-top: 73px;
}

#main-contents .outer > .inner > .tabs .tab_item {
    width: 170px;
    height: 72px;
    background: #D6D6D6;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    transition: all .3s;
    text-align: left;
    cursor: pointer;
    position: relative;
    padding-left: 11px;
    display: flex;
    justify-content: start;
    align-items: center;
    line-height: 1.1;
}

#main-contents .outer > .inner > .tabs .tab_item:after {
    content: '';
    position: absolute;
    top: calc(50% - 7px);
    right: 11px;
    width: 16px;
    height: 13px;
    border-left: 14px solid #AAA;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transition: all .3s;
}

#main-contents .outer > .inner > .tabs .tab_item.active {
    background-color: #004098;
    color: #FFF;
    cursor: default;
}

#main-contents .outer > .inner > .tab_content.active {
    display: block;
}

#main-contents .outer > .inner > .tabs .tab_item:hover {
    opacity: .7;
}

#main-contents .outer > .inner > .tabs .tab_item.active:after {
    border-left: 14px solid #FFF;
}

/* タブコンテンツ */
#main-contents .outer > .tab_content {
    background: #F2F2F2;
    border-top: solid 5px #014097;
    display: none;
    width: 1120px;
    height: auto;
    margin: auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1)
}


#main-contents .outer > .tab_content.active {
    display: block;
}

#main-contents .outer > .tab_content > .inner {
    padding: 35px 60px 60px 0px;
}

#main-contents .outer > .tab_content > .inner > .content {
    padding: 0;
    padding-left: 60px;
    margin-top: 25px;
}

#main-contents .outer > .tab_content > .inner > .content.col2 {
    display: flex;
    width: 100%;
}

#main-contents .outer > .tab_content > .inner > .content.col2 > .col__item {
    width: 50%;
}

#main-contents .outer > .tab_content > .inner > .content.col2 > .col__item.catch {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

#main-contents .outer > .tab_content > .inner > .content.col2 > .col__item:not(.catch) {
    padding-right: 14px;
}

#main-contents .outer > .tab_content > .inner > .content.col2 > .col__item.catch > .row__item:nth-of-type(1) {
    display: flex;
    justify-content: start;
    align-items: flex-end;
    height: 138px;
    width: 100%;
    padding-bottom: 18px;
    border-bottom: 1px solid #707070;
    font-size: 18px;
    font-weight: 700;
    color: #004098;
    letter-spacing: .02em;
}


#main-contents .outer > .tab_content > .inner > .content.col2 > .col__item.catch > .row__item:nth-of-type(2) {
    padding-top: 22px;
    padding-right: 30px;
    flex: 1;
    font-family: 'Noto Serif JP', serif;
    font-size: 30px;
    font-weight: 700;
    color: #222;
    line-height: calc(50/30);
    letter-spacing: .02em;
}

#main-contents .outer > .tab_content > .inner > .content p.catch {
    font-size: 20px;
    font-weight: 700;
    color: #004098;
    height: auto;
    line-height: calc(21/20);
    letter-spacing: .02em;
    display: flex;
    justify-content: start;
    align-items: stretch;
    border-left: 4px solid #88A5D0;
    padding-left: 10px;
}


#main-contents .outer > .tab_content > .inner > .content p.badge {
    margin-top: 30px;
}

#main-contents .outer > .tab_content > .inner > .content p.badge > span {
    padding: 4px 9px;
    font-family: 'Noto Serif JP', serif;
    font-size: 12px;
    font-weight: 700;
    color: #000;
    letter-spacing: .02em;
    background-color: #FFF;
    border: 1px solid #505050;
    margin-right: 10px;
}

#main-contents .outer > .tab_content > .inner > .content p.description {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: calc(24/14);
}

#main-contents .outer > .tab_content > .inner > .content p.notes {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 2;
    text-align: right;
}

#main-contents .outer > .tab_content > .inner > .content a.linkbtn {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #004098;
    padding-left: 8px;
    margin-top: 20px;
}

#main-contents .outer > .tab_content > .inner > .content a.linkbtn .linklead {
    font-size: 14px;
    font-weight: 500;
    color: #004098;
    line-height: calc(24/14);
    letter-spacing: .02em;
}

#main-contents .outer > .tab_content > .inner > .content a.linkbtn .linktitle {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: calc(24/16);
}

#main-contents .outer > .tab_content > .inner > .content a.linkbtn .linktitle::after {
    content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-square-blue.png');
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px;
    top: 3px;
    right: -5px;
}

main.nxtrs #main-contents .outer > .tab_content > .inner > .content a.linkbtn {
    border-left: 1px solid #006E7F;
}

main.nxtrs #main-contents .outer > .tab_content > .inner > .content a.linkbtn .linklead {
    color: #006E7F;
}

main.nxtrs #main-contents .outer > .tab_content > .inner > .content a.linkbtn .linktitle::after {
    content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-square-green.png');
}

#main-contents .outer > .tab_content > .inner > .content a.leftbtn {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #004098;
    line-height: calc(24/16);
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
    padding-left: 35px;
}

#main-contents .outer > .tab_content > .inner > .content a.leftbtn:before {
    content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-blue.png');
    position: absolute;
    top: 55%;
    left: -10px;
    border: 4px solid #004098;
    padding: 12px;
    padding-bottom: 5px;
    transform: translateY(-50%) scale(.5);
}

#main-contents .outer > .tab_content > .inner > .ttl2-lv2 {
    width: 100%;
    background: #004098;
    display: flex;
    justify-content: start;
    align-items: stretch;
    font-size: 22px;
    font-weight: 600;
    color: #FFF;
    line-height: 1.5;
    letter-spacing: .02em;
    margin-top: 60px;
    padding: 8.5px 14px;
    border-left: solid #000 60px
}


/* ページリンク */
#page_links {
    margin-top: 85px;
}

#page_links > .inner {
    width: 1000px;
    height: 100px;
}

#page_links .inner ul {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: stretch;
    align-items: stretch;
}

#page_links .inner ul li.top {
    width: 173px;
}

#page_links .inner ul li.nxtra {
    border-left: 1px solid #C3C3C3;
    width: 379px;
}

#page_links .inner ul li.nxtrs {
    border-left: 1px solid #C3C3C3;
    flex: 1;
}

#page_links .inner ul li a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    letter-spacing: .02em;
}

#page_links .inner ul li a.active {
    pointer-events: none;
    cursor: default;
    opacity: .3;
}

#page_links .inner ul li:nth-of-type(1) a:before {
    content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-black.png');
    position: absolute;
    top: 50%;
    left: 10px;
    border: 2px solid #000;
    padding: 12px;
    padding-bottom: 5px;
    transform: translateY(-50%) scale(-.5, .5);
}

#page_links .inner ul li:nth-of-type(3) a:after {
    content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-black.png');
    position: absolute;
    top: 50%;
    right: 5px;
    border: 2px solid #000;
    padding: 12px;
    padding-bottom: 5px;
    transform: translateY(-50%) scale(.5);
}


body:lang(en) {
    #page_links .inner ul li.nxtra {
        border-left: 1px solid #C3C3C3;
        width: 330px;
    }

    #page_links .inner ul li:nth-of-type(3) a:after {
        right: -10px;
    }
}

body:lang(zh-CN) {
    #page_links .inner ul li.nxtra {
        width: 413px;
    }
}

/* 下層ページ色対応 NXTRS */
main.nxtrs #main-contents .outer > .inner > .tabs .tab_item.active {
    background-color: #006E7F;
}

main.nxtrs #main-contents .outer > .tab_content {
    border-top: solid 5px #006E7F;
}

main.nxtrs #main-contents .outer > .tab_content > .inner > .content.col2 > .col__item.catch > .row__item:nth-of-type(1) {
    color: #006E7F;
}

main.nxtrs #main-contents .outer > .tab_content > .inner > .content p.catch {
    color: #006E7F;
    border-left: 4px solid #458994;
}

main.nxtrs #main-contents .outer > .tab_content > .inner > .ttl2-lv2 {
    background: #006E7F;
}

/* スマホ版 */
@media screen and (max-width: 599px) {

    /* 共通 */
    header {
        box-shadow: unset;
    }

    .outer,
    .inner {
        width: 100%;
        min-width: unset !important;
    }

    /* メインビジュアル */
    #main-visual > .outer {
        background: none !important;
        height: 760px !important;
        position: relative;
        width: 100%;
        min-width: unset !important;
    }

    #main-visual .ttl-lv1 {
        all: unset;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        font-weight: 700;
        color: #FFF;
        -webkit-text-fill-color: #FFF;
        letter-spacing: .02em;
        /* padding-top: 60px; */
        margin: 0;
        background: #000;
        height: 80px;
    }

    #main-visual .contents {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        margin-top: unset;
    }

    #main-visual .contents .item {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        border-top: 1px solid #C3C3C3;
        height: 340px;
        background: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/mv_sp.jpg') center / cover no-repeat;
    }

    #main-visual .contents .item:nth-of-type(2) {
        background: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/mv_sp2.jpg') center / cover no-repeat;
    }

    body:lang(ja) {
        #main-visual .contents .item {
            padding-top: 10px;
        }

        #main-visual .contents .item .separator {
            width: 30px;
            margin: 15px auto;
        }

        #main-visual .outer.top .contents .item p.model {
            margin: 15px auto 25px;
        }
    }

    body:lang(en) {
        #main-visual .contents {
            margin-top: 0;
        }

        #main-visual .contents .item {
            height: 340px;
        }

        #main-visual .contents .item:nth-of-type(1) h2 {
            padding: 10px 0 0;
        }

        #main-visual .contents .item:nth-of-type(2) h2 {
            padding: 10px 0 0;
        }

        #main-visual .contents .item figure {
            margin: 10px 0;
        }
    }

    body:lang(zh-CN) {
        #main-visual .contents .item figure {
            flex: 1.5;
        }
    }

    #main-visual .contents .item .ttl-lv2 {
        all: unset;
        display: block;
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        font-size: 18px;
        font-weight: 700;
        color: #FFF;
        -webkit-text-fill-color: #FFF;
        letter-spacing: .02em;
        padding-top: 20px;
    }

    #main-visual .contents .item .separator {
        width: 40px;
        margin: 10px auto;
    }

    #main-visual .contents .item p.lead {
        all: unset;
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: 400;
        color: #FFF;
        -webkit-text-fill-color: #FFF;
        letter-spacing: .02em;
        line-height: calc(24/14);
        flex: 1;
    }

    #main-visual .contents .item figure {
        margin: 10px auto 0;
        max-width: 313px;
    }

    body:lang(en),
    body:lang(zh-CN) {
        #main-visual .contents .item {
            height: 345px;
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    #main-visual .outer.top .contents .item p.model {
        font-family: 'Noto Serif JP', serif;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        color: #FFF;
        -webkit-text-fill-color: #FFF;
        line-height: 1.2;
        letter-spacing: .02em;
        margin: 10px auto 20px;
        height: auto;
    }

    #main-visual .contents .item a {
        width: 150px;
        height: 26px;
        font-size: 14px;
        font-weight: 400;
        color: #FFF;
        border: 1px solid #FFF;
        text-align: center;
        border-right: 26px solid #FFF;
        position: relative;
        display: block;
    }

    #main-visual .contents .item a:after {
        content: '';
        background-image: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-dark.png');
        background-size: contain;
        position: absolute;
        width: 13px;
        height: 11px;
        top: calc(50% - 6px);
        right: -19px;
    }

    #main-visual aside {
        position: fixed;
        top: unset;
        bottom: 0;
        left: 0;
        z-index: 3;
        width: 100%;
    }

    #main-visual aside ul {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: flex-end;
        width: 100%;
    }

    #main-visual aside ul li:nth-of-type(1) {
        width: 60%
    }

    #main-visual aside ul li:nth-of-type(2) {
        width: 40%
    }

    #main-visual aside ul li a {
        display: flex;
        justify-content: start;
        align-items: center;
        position: relative;
        right: 0;
        height: 45px !important;
        width: 100%;
        color: #fff;
        -webkit-text-fill-color: #FFF;
        font-family: 'Noto Serif JP', serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        cursor: pointer;
        writing-mode: initial !important;
        flex: 1;
    }

    #main-visual aside ul li:nth-of-type(1) a {
        background: #455D94;
    }

    #main-visual aside ul li:nth-of-type(2) a {
        background: #458994;
    }

    #main-visual aside ul li a:after {
        content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-gray.png');
        position: absolute;
        top: 50%;
        right: 0;
        border: 2px solid #D7E1E8;
        padding: 18px 18px 18px 6px;
    }

    #main-visual aside ul li:nth-of-type(1) a:after {
        transform: translateX(8%) translateY(-50%) scale(.25);
    }

    #main-visual aside ul li:nth-of-type(2) a:after {
        transform: translateX(8%) translateY(-50%) scale(.25);
    }

    /* メンバーズ */
    #members > .outer {
        background: #F2F2F2;
        height: 803px;
        background-image: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/mem_bg_sp.jpg');
        background-size: 418px 348px;
        background-position: right bottom;
        background-repeat: no-repeat;
    }

    body:lang(en),
    body:lang(zh-CN) {
        #members > .outer > .inner {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    body:lang(en) {
        #main-visual .contents .item a {
            width: 210px;
        }
    }

    body:lang(zh-CN) {
        #main-visual .contents .item a {
            width: 260px;
        }

        #main-visual .contents .item .separator {
            width: 40px;
            margin: 15px auto;
        }

        #members > .outer {
            height: 720px;
        }
    }

    #members > .outer > .inner:nth-of-type(2) {
        background: unset !important;
        height: 500px;
        margin-top: 0px;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    #members > .outer > .inner:nth-of-type(2) figure.logo {
        max-width: 124px;
        margin: 0;
        padding-top: 36px;
        max-width: 191px;
    }

    #members > .outer > .inner:nth-of-type(2) a {
        font-size: 18px;
        font-weight: 400;
        color: #004098;
        -webkit-text-fill-color: #004098;
        position: relative;
        margin: 40px auto 45px;
    }

    /*#members > .outer > .inner:nth-of-type(2) a:before {
        content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-blue.png');
        position: absolute;
        top: 55%;
        left: -50px;
        border: 4px solid #004098;
        padding: 12px;
        padding-bottom: 5px;
        transform: translateY(-50%) scale(.5);
    }

    #members > .outer > .inner:nth-of-type(2) a:after {
        content: '';
        background: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/icon_pdf.png');
        position: absolute;
        top: calc(50% - 8px);
        right: -45px;
        width: 37px;
        height: 34px;
        transform: translateY(-20%) scale(.6);
    }*/

    #members > .outer > .inner:nth-of-type(2) a:after {
        content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-blue.png');
        position: absolute;
        top: 55%;
        /*left: -50px;*/
        border: 4px solid #004098;
        padding: 12px;
        padding-bottom: 5px;
        transform: translateY(-50%) scale(.5);
    }

    #members .ttl-lv2 {
        all: unset;
        display: block;
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: .02em;
        padding-top: 30px;
    }

    #members .lead {
        margin-top: 30px;
        font-size: 16px;
        font-weight: 400;
        line-height: calc(30/16);
        letter-spacing: .02em;
        text-align: center;
    }


    /* 関連情報 */
    #references {
        /* margin: -40px auto 0; */
        margin: 0 auto;
    }

    #references .inner {
        padding: 0 40px;
    }

    #references .ttl-lv2 {
        all: unset;
        display: block;
        text-align: left;
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: .02em;
    }

    #references .thumbnail {
        width: 100%;
        margin-top: 30px;
    }

    #references .thumbnail ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 30px;
    }

    #references .thumbnail ul li {
        width: 100%;
    }

    #references .thumbnail ul li figure {
        all: unset;
    }

    #references .thumbnail ul li .title {
        font-size: 16px;
        font-weight: 500;
        color: #2B4378;
        -webkit-text-fill-color: #2B4378;
        letter-spacing: .02em;
        margin-top: 15px;
    }

    #references .thumbnail ul li .text {
        font-size: 14px;
        font-weight: 400;
        line-height: calc(21/14);
        letter-spacing: .02em;
        margin-top: 10px;
    }

    /* 下部ナビ */
    #lower_links {
        margin-top: 80px;
    }

    #lower_links ul {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    #lower_links ul li {
        width: 100%;
        height: 154px !important;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 40px;
    }

    #lower_links ul li:nth-of-type(1) {
        background: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/catalog_bg_sp.jpg') center / cover no-repeat;
        position: relative;
    }

    #lower_links ul li:nth-of-type(2) {
        background: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/contact_bg_sp.jpg') center / cover no-repeat;
        position: relative;
    }

    #lower_links ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: #FFF;
        -webkit-text-fill-color: #FFF;
        position: relative;
        border: 2px solid #FFF;
        width: 100%;
        height: 63px;
        cursor: pointer;
    }

    #lower_links ul li a::after {
        content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-light.png');
        position: absolute;
        top: 50%;
        right: 0;
        border: 2px solid #D7E1E8;
        padding: 12px;
        padding-bottom: 5px;
        transform: translateY(-50%) scale(.5);
    }

    /** 下層ページ page1 **/
    #main-visual .outer:not(.top) {
        height: auto !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    #main-visual .outer:not(.top) ol.brdcrmb {
        width: 100%;
        margin: 10px auto 0;
        padding-left: 0;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: .02em;
        list-style: none;
        display: flex;
    }

    #main-visual .outer:not(.top) ol.brdcrmb li.brdcrmb-item {
        display: inline-block;
        line-height: 1.2;
    }

    #main-visual .outer:not(.top) ol.brdcrmb li.brdcrmb-item + .brdcrmb-item {
        margin-left: 8px;
        text-indent: calc(-1em - 4px);
        padding-left: 1em;
    }

    #main-visual .outer:not(.top) ol.brdcrmb li.brdcrmb-item + .brdcrmb-item:before {
        content: '＞';
        font-size: 12px;
        font-weight: 400;
        letter-spacing: .02em;
        margin-right: 4px;
    }

    #main-visual .ttl2-lv1 {
        all: unset;
        display: block;
        text-align: center;
        font-family: 'Noto Serif JP', serif;
        font-size: 22px;
        font-weight: 700;
        letter-spacing: .02em;
        padding-top: 40px;
        margin: 0;
    }

    #main-visual p.model {
        all: unset;
        display: block;
        margin: 25px auto 0;
        text-align: center;
    }

    #main-visual p.model span {
        display: inline-block;
        font-size: 14px;
        padding: 3px 8px;
        border: 1px solid #C3C3C3;
    }

    #main-visual p.lead {
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        line-height: 2;
        letter-spacing: .02em;
        margin-top: 24px;
    }

    /* タブ */
    #main-contents > .outer {
        height: auto;
        background-image: unset;
        background-size: unset;
        background-position: unset;
        background-repeat: unset;
    }

    #main-contents .outer > .inner.scroll {
        overflow-x: scroll;
    }

    #main-contents .outer > .inner > .tabs {
        display: flex;
        justify-content: center;
        gap: 3px;
        margin-top: 52px;
        width: 721px;
        padding: 0px 3px;
    }

    #main-contents .outer > .inner > .tabs .tab_item {
        display: flex;
        justify-content: start;
        align-items: center;
        width: 170px;
        height: 72px;
        background: #D6D6D6;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: .02em;
        line-height: calc(20/14);
        transition: all .3s;
        text-align: left;
        cursor: pointer;
        position: relative;
        padding-left: 11px;
    }

    body:lang(en) {
        #main-contents .outer > .inner > .tabs {
            width: 811px;
        }

        #main-contents .outer > .inner > .tabs .tab_item {
            width: 185px;
        }
    }

    #main-contents .outer > .inner > .tabs .tab_item:after {
        content: '';
        position: absolute;
        top: calc(50% - 7px);
        right: 11px;
        width: 16px;
        height: 13px;
        border-left: 14px solid #AAA;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
    }

    #main-contents .outer > .inner > .tabs .tab_item.active {
        background-color: #004098;
        color: #FFF;
        cursor: default;
    }

    #main-contents .outer > .inner > .tab_content.active {
        display: block;
    }

    #main-contents .outer > .inner > .tabs .tab_item:hover {
        opacity: 1;
    }

    #main-contents .outer > .inner > .tabs .tab_item.active:after {
        border-left: 14px solid #FFF;
    }

    #main-contents .outer > .inner > .tab_content {
        background: #F2F2F2;
        border-top: solid 5px #014097;
        display: none;
        position: relative;
        z-index: 1;
    }

    #main-contents .outer > .inner > .tab_content.active {
        display: block;
    }

    /* タブコンテンツ */
    #main-contents .outer > .tab_content {
        background: #F2F2F2;
        border-top: solid 5px #014097;
        display: none;
        width: 100%;
        height: auto;
        margin: auto;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, .1);
        z-index: 1;
        position: relative;
    }

    #main-contents .outer > .tab_content.active {
        display: block;
    }

    #main-contents .outer > .tab_content > .inner {
        padding: 20px;
    }

    #main-contents .outer > .tab_content > .inner > .content {
        padding: 0;
        margin-top: 0px;
    }

    #main-contents .outer > .tab_content > .inner > .content.col2 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    #main-contents .outer > .tab_content > .inner > .content.col2 > .col__item {
        width: 100%;
    }

    #main-contents .outer > .tab_content > .inner > .content.col2 > .col__item:nth-of-type(2) {
        margin-top: 26px;
    }

    #main-contents .outer > .tab_content > .inner > .content.col2 > .col__item.catch {
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    #main-contents .outer > .tab_content > .inner > .content.col2 > .col__item:not(.catch) {
        padding-right: 0px;
    }

    #main-contents .outer > .tab_content > .inner > .content.col2 > .col__item.catch > .row__item:nth-of-type(1) {
        display: flex;
        justify-content: start;
        align-items: flex-end;
        height: auto;
        width: 100%;
        padding-bottom: 18px;
        border-bottom: 1px solid #707070;
        font-size: 16px;
        font-weight: 700;
        color: #004098;
        letter-spacing: .02em;
    }

    #main-contents .outer > .tab_content > .inner > .content.col2 > .col__item.catch > .row__item:nth-of-type(2) {
        padding-top: 22px;
        padding-right: 0px;
        flex: 1;
        font-family: 'Noto Serif JP', serif;
        font-size: 20px;
        font-weight: 700;
        color: #222;
        line-height: calc(32/20);
        letter-spacing: .02em;
    }

    #main-contents .outer > .tab_content > .inner > .content p.catch {
        font-size: 16px;
        font-weight: 700;
        color: #004098;
        height: auto;
        line-height: calc(21/16);
        letter-spacing: .02em;
        display: flex;
        justify-content: start;
        align-items: stretch;
        border-left: 4px solid #88A5D0;
        padding-left: 10px;
        margin-top: 20px;
    }

    #main-contents .outer > .tab_content > .inner > .content p.badge {
        margin-top: 30px;
    }

    #main-contents .outer > .tab_content > .inner > .content p.badge > span {
        padding: 4px 9px;
        font-family: 'Noto Serif JP', serif;
        font-size: 12px;
        font-weight: 700;
        color: #000;
        letter-spacing: .02em;
        background-color: #FFF;
        border: 1px solid #505050;
        margin-right: 10px;
    }

    #main-contents .outer > .tab_content > .inner > .content p.description {
        margin-top: 10px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: .02em;
        line-height: calc(24/14);
    }

    #main-contents .outer > .tab_content > .inner > .content p.notes {
        margin-top: 14px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: .02em;
        line-height: 2;
        text-align: right;
    }

    #main-contents .outer > .tab_content > .inner > .content a.leftbtn {
        margin-top: 20px;
        font-size: 14px;
        font-weight: 500;
        color: #004098;
        line-height: calc(20/16);
        display: flex;
        justify-content: start;
        align-items: center;
        position: relative;
        padding-left: 35px;
    }

    #main-contents .outer > .tab_content > .inner > .content a.leftbtn:before {
        content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-blue.png');
        position: absolute;
        top: 55%;
        left: -10px;
        border: 4px solid #004098;
        padding: 12px;
        padding-bottom: 5px;
        transform: translateY(-50%) scale(.5);
    }

    #main-contents .outer > .tab_content > .inner > .ttl2-lv2 {
        width: 100%;
        background: #004098;
        display: flex;
        justify-content: start;
        align-items: stretch;
        font-size: 20px;
        font-weight: 600;
        color: #FFF;
        line-height: 1.5;
        letter-spacing: .02em;
        margin-top: 40px;
        border-left: solid #000 20px
    }

    #main-contents .lower_bg.sm_view {
        position: relative;
        z-index: 0;
    }

    /* ページリンク */
    #page_links {
        margin-top: 0px;
    }

    #page_links > .inner {
        width: 100%;
        height: 100px;
    }

    #page_links .inner ul {
        width: 100%;
        height: 100px;
        display: flex;
        justify-content: start;
        align-items: start;
    }

    body:lang(en) {
        #page_links .inner ul {
            height: 145px;
        }
    }

    #page_links .inner ul li:nth-of-type(1) {
        width: 26%;
        text-align: center;
        height: 100%;
    }

    #page_links .inner ul li:nth-of-type(2) {
        border-left: 1px solid #C3C3C3;
        text-align: center;
        width: 37% !important;
        height: 100%;
    }

    #page_links .inner ul li:nth-of-type(3) {
        border-left: 1px solid #C3C3C3;
        text-align: center;
        width: 37% !important;
        height: 100%;
    }

    #page_links .inner ul li a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: stretch;
        width: 100%;
        height: 100%;
        font-family: 'Noto Serif JP', serif;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        line-height: calc(18/14);
        letter-spacing: .02em;
    }

    #page_links .inner ul li a.active {
        pointer-events: none;
        cursor: default;
        opacity: .3;
    }

    #page_links .inner ul li:nth-of-type(1) a {
        padding-top: 20px;
    }

    #page_links .inner ul li:nth-of-type(2) a {
        align-items: center;
    }

    #page_links .inner ul li:nth-of-type(3) a {
        padding-top: 10px;
    }

    body:lang(zh-CN) {
        #page_links .inner ul li:nth-of-type(3) a {
            padding-top: 15px;
        }
    }

    #page_links .inner ul li:nth-of-type(1) a:before {
        content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-black.png');
        position: absolute;
        top: 50%;
        left: calc(50% - 28px);
        border: 2px solid #000;
        padding: 12px;
        padding-bottom: 5px;
        transform: translateY(-15%) scale(-.4, .4);
    }

    #page_links .inner ul li:nth-of-type(3) a:after {
        content: url('https://smt.fuji.co.jp/wp-content/uploads/2024/03/arrow-right-black.png');
        position: absolute;
        top: 50%;
        right: calc(50% - 25px) !important;
        border: 2px solid #000;
        padding: 12px;
        padding-bottom: 5px;
        transform: translateY(0%) scale(.4);
    }

    body:lang(ja) {
        #page_links .inner ul li.nxtra a {
            padding-top: 20px;
        }

        #page_links .inner ul li.nxtrs a {
            padding-top: 10px;
        }

        #page_links .inner ul li.nxtrs a:after {
            transform: translateY(15%) scale(.4);
        }

        #page_links .inner ul li:nth-of-type(2) a {
            padding-top: 0px;
        }
    }

    body:lang(en) {

        #page_links .inner ul li.nxtra a {
            padding-top: 25px;
        }

        #page_links .inner ul li.nxtra a:after {
            transform: translateY(45%) scale(.4);
        }

        #page_links .inner ul li.nxtrs a {
            padding-top: 5px;
        }

        #page_links .inner ul li.nxtrs a:after {
            transform: translateY(75%) scale(.4);
        }

        #page_links .inner ul li:nth-of-type(1) a {
            padding-top: 50px;
        }

        #page_links .inner ul li:nth-of-type(2) a {
            padding-top: 0px;
        }
    }

    /* 下層ページ色対応 NXTRS */
    main.nxtrs #main-contents .outer > .inner > .tabs .tab_item.active {
        background-color: #006E7F;
    }

    main.nxtrs #main-contents .outer > .tab_content {
        border-top: solid 5px #006E7F;
    }

    main.nxtrs #main-contents .outer > .tab_content > .inner > .content.col2 > .col__item.catch > .row__item:nth-of-type(1) {
        color: #006E7F;
    }

    main.nxtrs #main-contents .outer > .tab_content > .inner > .content p.catch {
        color: #006E7F;
        border-left: 4px solid #458994;
    }

    main.nxtrs #main-contents .outer > .tab_content > .inner > .ttl2-lv2 {
        background: #006E7F;
    }
}
