/* Custom CSS rules come here */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');

html,
body {
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    line-height: 1.6rem;
}

@media (max-width:991px) {
    body.poster {
        margin-top: 60vh;
    }
}

body.poster {
    background-attachment: fixed;
}

.top-5 {
    top: 5px;
}

/* hover navi */
.hover-navi {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

/* poster */
.poster {
    background-image: url(images/top/mainimage03.jpg) !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

/* navi animation */
.hover-navi::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #feb201;
    transition: all 0.3s ease 0s;
}

.hover-navi:hover {
    cursor: pointer;
}

.hover-navi:hover::after {
    width: 100%;
}

/* poster02 */
.poster2 {
    background-image: url(images/top/backgroundimage.jpg) !important;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    width: 100%;
}

/* poster desktop */
.poster-desktop {
    background-image: url(images/desktop/mainimage03.jpg) !important;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    margin: auto;
    display: block;
}

/* カテゴリタイトル */
.ttl-about {
    background-image: url(images/common/ill_01.png) !important;
    background-size: 30%;
    background-position: bottom right;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

@media (max-width: 650px) {
    .ttl-about {
        background-size: 60%;
    }
}

.ttl-access {
    background-image: url(images/common/ill_04.png) !important;
    background-size: 25%;
    background-position: bottom right;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

@media (max-width: 650px) {
    .ttl-access {
        background-size: 65%;
    }
}

.ttl-original {
    background-image: url(images/common/ill_02.png) !important;
    background-size: 25%;
    background-position: bottom right;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

@media (max-width: 650px) {
    .ttl-original {
        background-size: 60%;
    }
}

.ttl-products {
    background-image: url(images/common/ill_03.png) !important;
    background-size: 25%;
    background-position: bottom right;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

@media (max-width: 650px) {
    .ttl-products {
        background-size: 60%;
    }
}

.ttl-contact {
    background-image: url(images/common/ill_05.png) !important;
    background-size: 30%;
    background-position: bottom right;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

@media (max-width: 650px) {
    .ttl-contact {
        background-size: 60%;
    }
}

/* ちょうどいい改行 */
/* PCで無効 */
.pc_hid {
    display: none;
}

/* スマートフォンで有効 */
@media screen and (max-width:768px) {
    .pc_hid {
        display: block;
    }
}

/* PCで有効 */
.pc_hid_2 {
    display: block;
}

/* スマートフォンで無効 */
@media screen and (max-width:1000px) {
    .pc_hid_2 {
        display: none;
    }
}

/* Google mapの下の隙間解消 */
.map {
    vertical-align: bottom;
}

/* スマホのときはロゴを小さく表示する */
.brand {
    margin-right: 0rem;
}

@media (max-width: 650px) {
    .brand {
        width: 90%;
    }
}

/* スマホのときは縦に積むテーブル（会社案内用） */
@media (max-width: 650px) {
    table.company th {
        display: block;
        background-color: #f4f4f4;
    }

    table.company td {
        display: block;
    }
}

/* 白フチ文字 */
.white-border-text {
    display: inline-block;
    text-shadow: 2px  2px 2px #fff ,
               -2px  2px 2px #fff ,
                2px -2px 2px #fff ,
               -2px -2px 2px #fff;
}

/* 文章左右合わせ */
.alignboth {
    text-align: justify;
}

/* 個別フォントサイズ */
.copy08 {
    font-size: 0.8rem;
}

.copy09 {
    font-size: 0.9rem;
}

.copy10 {
    font-size: 1.0rem;
}

.copy11 {
    font-size: 1.1rem;
}

.copy12 {
    font-size: 1.2rem;
}

.copy13 {
    font-size: 1.3rem;
}

.copy14 {
    font-size: 1.4rem;
}

.copy15 {
    font-size: 1.5rem;
}

.copy16 {
    font-size: 1.6rem;
}

.copy17 {
    font-size: 1.7rem;
}

.copy18 {
    font-size: 1.8rem;
}

.copy19 {
    font-size: 1.9rem;
}

.copy20 {
    font-size: 2.0rem;
}

.copy21 {
    font-size: 2.1rem;
}

.copy22 {
    font-size: 2.2rem;
}

.copy23 {
    font-size: 2.3rem;
}

.copy24 {
    font-size: 2.4rem;
}

/* 個別行間調整 */
.lineh13 {
    line-height: 1.3;
}

.lineh14 {
    line-height: 1.4;
}

.lineh15 {
    line-height: 1.5;
}

.lineh16 {
    line-height: 1.6;
}

.lineh17 {
    line-height: 1.7;
}

.lineh18 {
    line-height: 1.8;
}

.lineh19 {
    line-height: 1.9;
}

.lineh20 {
    line-height: 2.0;
}

}