@charset "UTF-8";
/*googleフォントを読み込ませてます。*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);

/*webサイト全体の書体を指定：基本notesansjapanese,見出しはsawarabiにて表示するのが推奨*/
*{
    font-family: 'Sawarabi Mincho','Noto Sans Japanese','Arial','YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','ＭＳ ゴシック',sans-serif;
}

/*スマホ基準で作成PCはメディアスクリーンにて対応・以下CSS本体*/

/*ヘッダー*/
.inner {
    width: 980px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 15px 0 0;
    line-height: 1;
    z-index: 999;
    padding-bottom: 15px;
    background-color: #fff;
}
#top-head a,
#top-head {
    color: #333;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}
 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 25px;
    top: 17px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3.5px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 9px;
}
#nav-toggle span:nth-child(3) {
    top: 18px;
}

@media screen and (max-width: 980px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #0a1c32;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        top: 13px;
        color: #333;
        font-size: 26px;
        width: 120px;
        left: 50%;
        margin-left: -60px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #0a1c32;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}

/*css本体*/
* {
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
*, ::before, ::after {
    border-style: solid;
    border-width: 0;
}
* {
    font-size: inherit;
    line-height: inherit;
}
*, ::before, ::after {
    box-sizing: inherit;
}
:root {
    cursor: auto;
}
:root {
    background-color: #fff;
    box-sizing: border-box;
    color: #000;
    cursor: default;
    font: 66.66667% sans-serif;
}
html {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
}
* {
    font-size: inherit;
    line-height: inherit;
}
body {
    position: relative;
    min-height: 100%;
    font-family: 'Sawarabi Mincho','Noto Sans Japanese','Arial','YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ','Meiryo','ＭＳ ゴシック',sans-serif;
    font-size: 14px;
    color: rgb(51, 51, 51);
    line-height: 1;
}
.top-window {
    min-height: 400px;
    background: transparent;
    position: relative;
}

.top-contener{
    min-height:400px;
    position: relative;
}
.logo-contents{
    position: absolute;
    top: 20%;
    width: 100px;
    left: 50%;
    margin-left: -50px;
}
.mask{
    position: absolute;
    width: 100%;
    top: 0px;
    min-height: 400px;
    background: rgba(0,0,0,0.2);
}
.global-footer {
    padding: 40px 0;
    background: #0a1c32;
    text-align: center;
    color: #fff;
}
.global-footer a {
    color: #fff;
}
.footer-copyright {
    margin: 8px 0 0;
}
.footer-copyright small {
    font-size: 14px;
}
.footer-logo {
    display: block;
    margin: 15px 0 0;
}
.b-bg{
    opacity: 1;
    background: url(https://tachi-seimen.com/parts/img/bg_ac.png);
}
.top-key-features {
    max-width: 1080px;
    padding: 60px 16px;
    color:#0a1c32;
    text-align: center;
    
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.section-title-h2{
    font-weight: 700;
    letter-spacing: 0.05em;
    font-size: 1.3em;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}
.top-key-features-description {
    margin: 0 0 20px;
    font-size: 1.1em;
    font-weight: 200;
    text-align: center;
    line-height: 2.5em;
}
.btn-btm{
    font-weight: 700;
    letter-spacing: 0.05em;
    border: solid 1px #0d1e3d;
    padding: 30px 50px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background-color: #0d1e3d;
}
.btn-btm:hover {
    background: #0d1e3d;
    color: #fff;
}
.top-photo-section{
    line-height: 0;
    height: 166px;
    position: relative;
    background: #000;
}
.seizou-contents-a {
    background-image: url(http://tachi-seimen.com/parts/img/sizou-sp.jpg);
    opacity: 1.0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
}
.seizou-contents-a:hover{
    opacity: 0.6;
    
}
.photo-section-p{
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1em;
    color:#fff;
    font-weight:700;
}
.okaimono-contents-a {
    background-image: url(http://tachi-seimen.com/parts/img/okaiono-sp.jpg);
    opacity: 1.0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
}
.okaimono-contents-a:hover{
    opacity: 0.6;
    
}
.sozai-contents-a {
    background-image: url(http://tachi-seimen.com/parts/img/sozai-sp.jpg);
    opacity: 1.0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
}
.sozai-contents-a:hover{
    opacity: 0.6;
    
}
.help-section{
    padding-bottom: 25px;
}
.help-section li {
    color: #0d1e3d;
    list-style: none;
    text-align: center;
}
.footer-cell {
    padding: 40px 0px;
    list-style: none;
}
.footer-head {
    color: #0d1e3d;
    font-size: 16px;
    font-weight: 700;
}
.footer-cell li:first-child {
    margin: 24px 0 0;
}
.footer-cell li {
    margin: 16px 0 0;
    list-style: none;
}
.footer-cell a {
    display: block;
}
.help-section a {
    color:#0d1e3d;
    text-decoration: none;
}
.foot-border{
    border: solid 0.5px #0d1e3d;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 25px;
}
.toiawase-contents-a {
    background-image: url(http://tachi-seimen.com/parts/img/toiawase-sp.jpg);
    opacity: 1.0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
}
.toiawase-contents-a:hover{
    opacity: 0.6;
    
}
.resip-contents-a {
    background-image: url(http://tachi-seimen.com/parts/img/resip-sp.jpg);
    opacity: 1.0;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
}
.resip-contents-a:hover{
    opacity: 0.6;
    
}
.company-page-top-img{
    background-image: url(../img/compny-img.jpg);
    height: 330px;
    background-position: center;
}
.company-page-top-img h2{
    color: #fff;
    padding-top: 190px;
    text-align: center;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 2;
}
.company-page-top-img2{
    background-image: url(../img/soumenhenoomoi.jpg);
    height: 330px;
    background-position: center;
}
.company-page-top-img2 h2{
    color: #fff;
    padding-top: 190px;
    text-align: center;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 2;
}
.omoi-section{
    padding: 35px 7.78% 56px; 56px;
    line-height: 2.5;
    font-size: 1em;
    letter-spacing: 1;
}
.company-area{
    line-height: 1.6;
    margin: -1.2% auto 0;
    text-align: left;
}
.company-area dt{
    font-weight: bold;
}
.company-area dd{
    margin-bottom: 1em;
}
.law-taitle{
    max-width: 790px;
    margin: 0 auto;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}
.privacy-porisy h4{
    margin-top: 35px;
    margin-bottom:15px;
    font-size: 16px;
}
.sozai-page-top-img2{
    background-image: url(../img/sozaiga.jpg);
    height: 330px;
    background-position: center;
}
.sozai-page-top-img2 h2{
    color: #fff;
    padding-top: 190px;
    text-align: center;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 2;
}
.sozai-sessyon{
    width: 240px;
    margin: 40px auto 0px;
    font-size: 14px;
    line-height: 2.2em;
    font-weight: normal;
    letter-spacing: 3;
}
.sozai-sessyon h3{
    font-size: 22px;
    line-height: 2.2em;
    letter-spacing: 0.05em;
    line-height: 1em;
    margin-bottom: 37px;
}
.sozai-setumei-contents{
    
}
.sozai-setumei-contents h4{
    text-align: center;
    margin-top: 45px;
    margin-bottom: 25px;
    font-size: 1.4em;
    line-height: 1.3em;
    letter-spacing: 2;
}
.sozai-setumei-contents img{
    width: 300px;
    margin: 0 auto;
    display: block;
    margin-bottom: 25px;
}
.sozai-setumei-contents p{
    padding: 0px 30px;
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 1;
}
.somen-work-page-top-img2{
    background-image: url(../img/sizou-sp.jpg);
    height: 330px;
    background-position: center;
}
.somen-work-page-top-img2 h2{
    color: #fff;
    padding-top: 190px;
    text-align: center;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 2;
}
.contents-is {
    padding: 40px 20px;
}
.bg-white {
    background: #fff;
}
.item-center {
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}
.parts-contener {
    width: 100%;
    margin: 0 auto;
}
.contents-a-text {
    margin-bottom: 24px;
    text-align: center;
}
.l-text-sub {
    font-weight: 200;
    letter-spacing: 1.5px;
    font-size: 1.1em;
    line-height: 1em;
    padding-bottom: 15px;
}
.contents-a-text p {
    margin-bottom: 32px;
    color: #aaa;
    font-weight: 200;
}.l-text-title {
    font-weight: 400 !important;
    color: #333 !important;
    font-size: 1.5em;
}
.l-chapter-container {
    margin: 40px 0 0;
    background: #fff;
}
.l-single-inner {
    padding: 40px;
}
.form-group {
    margin: 40px 0 0;
}
.form-group label {
    font-weight: 600;
}
label {
    display: inline-block;
}
.input-default {
    height: 48px;
    padding: 10px 16px 8px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 1.5;
    font-size: 16px;
}
.textarea-default {
    display: block;
    width: 100%;
    max-width: 100%;
    min-height: 104px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 16px;
    line-height: 1.5;
}
.form-group .textarea-default {
    margin: 16px 0 0;
}
.form-group .input-default {
    width: 100%;
    margin: 8px 0 0;
}
.l-single-inner p {
    margin: 8px 0 0;
    line-height: 1.5;
}
.contact-info-text {
    margin: 8px 0 0;
    color: #888;
    line-height: 1.5;
}
.form-require, .form-arbitrary, .message-is-seller, .news-private {
    margin: 0 0 0 8px;
    padding: 2px 4px;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    vertical-align: top;
}
.form-require {
    background: #ea352d;
}
.l-text-sub {
    padding-bottom: 24px;
    margin-bottom: 40px;
    border-bottom: 1px solid #999;
    text-align: center;
    font-size: 22px;
}
.contact-tell {
    font-size: 32px;
    margin-bottom: 5px;
    color: #333 !important;
}
.btm-contact{
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
}
.from-error{
    list-style: none;
    color: red;
}
.shohin-page-top-img{
    background-image: url(../img/shouhin-img.png);
    height: 330px;
    background-position: center;
}
.shohin-page-top-img h2{
    color: #fff;
    padding-top: 190px;
    text-align: center;
    font-size: 1.6em;
    font-weight: 500;
    letter-spacing: 2;
}
.syouhin-top-sub-t{
    border-bottom: 1px solid #999999;
    padding-bottom: 35px;
    width: 90%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 0px !important;
}
.prodct-contents-box{
    padding-top: 45px;
}
.prodct-contents-box div{
    padding: 0px 15px;
}
.prodct-contents-box ul{
    list-style: none;
    text-align: center;
}
.product-text-p{
    margin-top: 15px;
    margin-bottom:25px;
}
.prodact-sub-t{
    text-align: center;
    line-height: 3;
    font-size: 0.9em;
}
.prodact-m-t{
    text-align: center;
    font-size: 2em;
    font-weight: 400;
    line-height: 1.5;
}
.prodact-price{
    text-align: center;
    font-size: 0.9em !important;;
    line-height: 2 !important;;
    padding-bottom: 20px !important;;
}
.prodact-chumon-t{
    padding-top: 60px;
    padding-bottom: 20px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #999999;
    font-size: 1.5em;
}
.pdf-dl{
    display: block;
    text-align: center;
    padding-top: 20px;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .top-contener{
    min-height:600px;
    }
    .top-window {
    min-height: 600px;
    background: transparent;
    }
    .btn-btm{
    background: none;
        color: #0d1e3d;
    }
    .company-area dt {
    display: inline-block;
    width:25%;
    vertical-align: top;
    }
    .company-area dd {
    display: inline-block;
    width:73%;
    padding-left: 2%;
    }
    .sozai-sessyon{
    width: 440px;
    }
    .parts-contener {
    width: 750px;
    }
    .contents-a-text {
    width: 41.66666667%;
    float: left;
    margin-top: 40px;
    text-align: left;
    }
    .l-text-sub {
    font-size: 1.5em;
    }
    .l-text-title {
    font-size: 2em;
    }
    .l-chapter-container {
    width: 58%;
    float: right;
    }
    .l-single-inner {
    padding: 20px;
    }
    .contact-tell {
    font-size: 46px;
    margin-bottom: 5px;
    }
    .prodct-contents-box div{
    max-width: 780px;
    vertical-align: top;
    margin:0 auto;
    }
    .prodct-contents-box li{
    width: 32%;
    display: inline-block;
    vertical-align: top;
    padding-left: 25px;
    }
    .prodct-list img{
        width: 100%;
    }
}
@media screen and (min-width: 980px) {
    #top-head {
    padding: 15px 0px 15px;
    background: #0a1c32;
    }
    #top-head .inner {
    height: 30px;
    }
    #top-head a{
    color: #fff;
    text-decoration: none;
    }
    .logo img{
    width: 150px;
    }
    #top-head.fixed {
    background: rgba(10,28,50,.9);
    color:#fff;
    height: 65px;
    }
    #top-head.fixed #global-nav ul li a {
    color: #fff;
    }
    .mask{
        height:600px;
    }
    .logo-contents {
    width:150px;
    margin-left: -75px;
    }
    .top-key-features{
        margin: 0 auto;
    }
    .top-photo-section {
    height: 324px;
    }
    .pc-br{
        display: none;
    }
    .company-page-top-img2 {
    background-size: cover;
    }
    .sozai-page-top-img2 {
    background-size: cover;
    }
    .company-page-top-img {
    background-size: cover;
    }
    .shohin-page-top-img {
    background-size: cover;
    }
    .somen-work-page-top-img2{
    background-size: cover;
    }  
    .omoi-section{
    width: 790px;
    margin: 0 auto;
    font-size: 1.1em;
    }
    .company-area{
    width: 528px;
    margin: 0 auto;
    font-size: 1.1em;
    }
    .pc-food-box-l-top{
    padding-top: 65px !important;
    }
    .pc-food-box-l{
    max-width: 780px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 35px;  
    }
    .pc-food-box-r{
    max-width: 780px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 35px;  
    }
    .pc-food-box-l h4{
    float: left;
    width: 49%;
    margin-top: 0px;
    text-align: left;
    }
    .pc-food-box-l img{
    float: right;
    width: 49%;
    margin: 0;
    text-align: left;
    }
    .pc-food-box-l p{
    float: left;
    width: 49%;
    text-align: left;
    padding-left: 0px;
    }
    .pc-food-box-r h4{
    float: right;
    width: 49%;
    margin-top: 0px;
    text-align: left;
    }
    .pc-food-box-r img{
    float: left;
    width: 49%;
    margin: 0;
    text-align: left;
    }
    .pc-food-box-r p{
    float: right;
    width: 49%;
    text-align: left;
    padding-left: 0px;
    }
    .food-h4-end-title{
    font-size: 1.5em !important;
    margin-top: 75px !important;
    margin-bottom: 75px !important;
    }
    .prodact-contens{
        max-width: 980px;
        margin: 0 auto;
    }
}
@media screen and (min-width: 1080px) {
    .parts-contener {
    width: 980px;
    }
    .contents-a-text {
    width: 33.33333333%;
    }
}

