@charset "utf-8";
/* CSS Document */


body {
	background:
    top center no-repeat url(../img/produce-bg-new.jpg),
    bottom 700px center / 100vw auto no-repeat url(../img/produce-bg2.jpg),
     #000;
}
.comp-ttl {
    text-align: center;
    padding-top: 260px;
}
.comp-ttl h2 {
    margin: 0 auto 100px;
    font-size: 40px;
}

section {
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 40px;
}
h3 {
    font-size: 36px;
    padding: 1em 0;
}
.wide-pic,
.slide {
    padding: 60px 0;
}
h3.line span {
    padding: 1em;
    display: flex;
    width: 100%;
    align-items: center;
    color: rgba(255,255,255,0.4);
}

h3.line span:before,
h3.line span:after {
    content:"";
    flex: 1;
    height: 1px;
    background: rgba(255,255,255,0.4);
}
h3.line span:before {
    margin-right: 1em;
}
h3.line span:after {
    margin-left: 1em;
}
@media screen and (max-width: 1279px) {
    h3 {
        font-size: 28px;
    }
}
@media screen and (max-width: 1023px) {
    section .wrap {
        padding: 0 10px;
    }
}
@media screen and (max-width: 767px) {
    .wide-pic img {
        width: 70%;
        margin: 0 auto;
    }
    section .wrap {
        padding: 0;
    }
    .wide-pic,
    .slide {
        padding: 30px 0;
    }
    h3 {
        font-size: 24px;
    }
    .comp-ttl {
        padding-top: 40vw;
    }
    .comp-ttl h2 {
        font-size: 6vw;
        margin-bottom: 1em;
    }
    body {
        background: top center / 100vw auto no-repeat url(../img/produce-bg-new-sp.jpg),
        top 1400px center / 100vw auto no-repeat url(../img/produce-bg2-sp.jpg),
         #060606;
    }
    h3.line span {
        padding-left: 0;
        padding-right: 0;
    }
    h3:not(.line), p {
        padding-left: 10px;
        padding-right: 10px;
    }
    h3.line span:before {
        margin-right: 0.5em;
    }
    h3.line span:after {
        margin-left: 0.5em;
    }
}
@media screen and (max-width: 500px) {
    h3 {
        font-size: 18px;
    }
    h3.line {
        letter-spacing: 1px;
    }
}