html {
    font-size: 10px;
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
body {
    color: #333334;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 2rem;
    text-align: justify;
}
img {
    vertical-align: top;
}
a {
    color: #333334;
    transition-property: all;
    transition-duration: 0.5s;
    transition-delay: 0s;
}
a:hover {
    color: #a61f2f;
    text-decoration: none;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.sd {
    font-family: "HelveticaNeue-Light", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    color: #767676;
}
.sd-nav {
    background-color: #f7f7f7;
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
}
.sd-nav ul {
    text-align: center;
}
.sd-nav ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 1.2rem;
}
.sd-header > h1 img {
    max-height: 850px;
    width: auto;
    max-width: 100%;
}
.sd-nav ul li a {
    color: #767676;
}
@media (min-width: 768px){
    .sd-nav ul li {
        font-size: 2.4rem;
        margin: 0 9.6rem;
    }
}

/* ===== SAIJO DESIGNとは ===== */
.sd-about, .sd-about2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    text-align: center;
}
.sd-about h1, .sd-about2 h1 {
    font-size: 2rem;
    margin-bottom: 1.25rem;
}
@media (min-width: 768px){
    .sd-about h1, .sd-about2 h1 {
        font-size: 2.8rem;
        margin-bottom: 1.875rem;
    }
}
@media (min-width: 992px){
    .sd-about, .sd-about2 {
        padding: 10rem 0;
    }
}
.sd-about p, .sd-about2 p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    margin-top: 1.25rem;
}
@media (min-width: 768px){
    .sd-about p, .sd-about2 p {
        font-size: 1.8rem;
        line-height: 3.6rem;
        margin-top: 1.25rem;
    }
}
/* ===== どんな仕事をしているか ===== */
.sd-about2 {
    padding-bottom: 2.5rem;
    background-color: #f8f7f7;
}
.sd-about2 img {
    border: 0.75rem solid #fff;
}
.sd-about2 p {
    margin-top: 0;
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
}
.sd-about2 h2 {
    margin-top: 1.5rem;
}
@media (min-width: 992px){
    .sd-about2 h1 {
        margin-bottom: 7.5rem;
    }
    .sd-about2 .row.branding {
        margin-right: -40px;
    }
    .sd-about2 .row.product {
        margin-left: -40px;
    }
    .sd-about2 h2 {
        font-size: 2.4rem;
        margin-top: 1.875rem;
        margin-bottom: 0;
    }
    .sd-about2 p {
        margin-bottom: 5rem;
    }
}
/* ===== どんな仕事をしているか ===== */
.sd-works {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    text-align: center;
}
.sd-works h1 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
}
.sd-works a {
    display: block;
    margin-bottom: 2.5rem;
    outline: none;
}
.sd-works h2 {
    margin-top: 1.25rem;
    font-size: 1.1rem;
}
.sd-popup {
    display: none;
    background-color: rgba(235, 235, 235, 0.9);
    padding: 4rem;
    border-radius: 10px;
}
.sd-popup .fancybox-close-small {
    left: 0;
    right: auto;
    color: #fff;
}
.sd-popup .fancybox-close-small i {
    font-size: 150%;
}
.sd-popup figure {
    text-align: center;
}
.sd-popup img {
    max-height: 400px;
    width: auto;
}
.sd-popup h3 {
    font-size: 1.8rem;
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
    padding-bottom: 1.25rem;
    text-align: center;
    border-bottom: 1px solid #6e6e6d;
}
.sd-popup p {
    font-size: 1.4rem;
    text-align: center
}
.fancybox-slide--html .fancybox-content {
    width: 90%;
    max-width: 1140px;
}
.sd-popup .fancybox-close-small {
    left: 0;
    right: auto;
    color: #fff;
}
.sd-popup .fancybox-close-small i {
    font-size: 150%;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 20px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    right: 20px;
}
@media (min-width: 768px){
    .sd-works h1 {
        font-size: 2.8rem;
        margin-bottom: 3.75rem;
    }
    .sd-popup p {
    font-size: 1.6rem;
}
}
@media (min-width: 992px){
    .sd-works {
        padding: 12.5rem 0;
    }
    .sd-works a {
        margin-bottom: 5rem;
    }
    .sd-works h2 {
        margin-top: 2.5rem;
    }
    .sd-popup h3 {
        margin-top: 2.5rem;
        margin-bottom: 1.25rem;
        padding-bottom: 2.5rem;
    }
}
/* ===== footer ===== */
.l_footer-design {
    background-color: #f7f7f7;
}
.l_footer-sub {
    padding-top: 1.25rem;
    text-align: center;
}
.l_footer-company {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
}
.l_footer-otherLinks {
    font-size: 1.2rem;
}
.l_footer-otherLinks li {
    display: inline-block;
    line-height: 2.5rem;
    margin-right: 0.5rem;
}
.l_footer-design .l_footer-iconLinks li {
    display: inline-block;
    margin: 0 1em;
}
.l_footer-copyright {
    border-top: 1px solid #d9d9d9;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    text-align: center;
    white-space: nowrap;
}
.l_footer-design .l_footer-iconLinks img {
    height: 2.5rem;
    vertical-align: sub;
    width: auto;
}
.l_footer-design .l_footer-iconLinks i {
    font-size: 25px;
}
.l_footer-design .l_footer-iconLinks i.arrow {
    font-size: 14px;
}
@media (min-width: 992px){
    .l_footer-design {
        padding-top: 2.5rem;
        padding-bottom: 1.25rem;
    }
    .l_footer-sub {
        padding-top: 2.5rem;
        text-align: left;
    }
    .l_footer-company {
        display: inline;
        text-align: center;
        font-size: 1.8rem;
        color: #767676;
        font-weight: normal;
    }
    .l_footer-design .col-lg-5 {
        border-left: 1px solid #6e6e6d;
        border-right: 1px solid #6e6e6d;
    }
    .l_footer-design .l_footer-otherLinks {
        text-align: center;
    }
    .l_footer-otherLinks li {
        margin-right: 1rem;
    }
    .l_footer-design .l_footer-otherLinks li {
        padding: 0 2em;
    }
    .l_footer-design .l_footer-iconLinks li {
        margin: 0 0.5em 0 0;
    }
    .l_footer-copyright {
        border-top: 0;
        padding-top: 0;
        text-align: center;
        font-weight: normal;
        margin-top: 1.25rem;
    }
}
