@charset "UTF-8";
/*----------------------------------------

            $[index]

----------------------------------------*/

#t-about {
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: 300px 293px;
    margin-top: 40px;
    padding: 0
}

@media screen and (max-width:800px) {
    #t-about {
        background-attachment: scroll;
        background-size: 200px 193px;
        margin: 20px 0;
        padding: 60px 0 0
    }
}

#t-products .item {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 0 1%;
    text-align: center
}

@media screen and (max-width:640px) {
    #t-products .item {
        width: 46%;
        margin: 0 1% 40px
    }
}

#t-products .item a {
    display: block;
    padding: 40px 0
}

@media screen and (max-width:640px) {
    #t-products .item a {
        padding: 20px 0
    }
}

#t-products .item a:hover {
    color: #40220f
}

#t-products .item a:hover p img {
    animation: rubberBand 1s infinite
}

#t-products .thum {
    margin: 0 0 20px
}

#t-products .thum img {
    width: 70%
}

#t-products .title {
    font-size: 14px
}

@media screen and (max-width:640px) {
    #t-products .title {
        font-size: 12px;
        line-height: 20px
    }
}

#t-products .title img {
    height: 24px;
    margin: 0 0 10px
}

@media screen and (max-width:640px) {
    #t-products .title img {
        height: 20px
    }
}

#t-products .title img.wline {
    height: 52px
}

@media screen and (max-width:640px) {
    #t-products .title img.wline {
        height: 40px
    }
}

#t-products .banner a {
    padding-top: 0;
    margin-top: -30px !important;
}

@media screen and (max-width:640px) {
    #t-products .banner a {
        margin-top: 0 !important;
    }
}

#t-products .banner img {
    width: 80%;
}

@media screen and (max-width:640px) {
    #t-products .banner img {
        width: 100%;
    }
}

#t-products .banner a:hover img {
    animation: rubberBand 1s infinite
}

#t-ip {
    position: relative;
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
    z-index: 2;
}

@media screen and (max-width:640px) {
    #t-ip {
        padding: 120px 0px;
    }
}

#t-ip:before,
#t-ip:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #EFEEEA;
    z-index: -1;
}

@media screen and (max-width:900px) {

    #t-ip:before,
    #t-ip:after {
        background-size: 80%;
    }
}

#t-ip:before {
    left: 0;
    background-image: url(../images/index/ip_kv_pcL.png);
    background-position: left center;
}

#t-ip:after {
    right: 0;
    background-image: url(../images/index/ip_kv_pcR.png);
    background-position: right center;
}

@media screen and (max-width:640px) {

    #t-ip:before,
    #t-ip:after {
        width: 100%;
        height: 50%;
        background-size: 100%;
    }

    #t-ip:before {
        left: 0;
        background-image: url(../images/index/ip_kv_spT.png);
        background-position: top center;
    }

    #t-ip:after {
        right: 0;
        bottom: 0;
        top: auto;
        background-image: url(../images/index/ip_kv_spB.png);
        background-position: bottom center;
    }
}


#t-ip h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.5em;
    z-index: 3;
}

@media screen and (max-width:640px) {
    #t-ip h2 {
        font-size: 20px;
    }
}

#t-ip h2 span {
    display: inline-block;
    background-color: #40220f;
    border-radius: 20px;
    padding: 0px 20px;
    margin: 1em auto;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

@media screen and (max-width:640px) {
    #t-ip h2 span {
        font-size: 12px;
        line-height: 20px;
    }
}



#t-info {
    background-color: #F7F7F5;
    padding-left: 5%;
    padding-right: 5%
}

#t-info h2 {
    float: left
}

@media screen and (max-width:800px) {
    #t-info h2 {
        float: none;
        text-align: center
    }
}

#t-info ul {
    padding-left: 18em;
    margin: 0 0 20px
}

@media screen and (max-width:800px) {
    #t-info ul {
        padding-left: 0
    }
}

#t-info .btn,
#t-info p {
    margin-bottom: 0
}

#t-madein {
    background-image: url(../images/index/main_slide01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center
}

#t-madein h2 {
    width: 70%;
    max-width: 400px;
    margin: 0 auto 60px
}

#t-madein .madein__box {
    width: 32%;
    max-width: 500px;
    align-self: stretch;
    background-color: rgba(255, 255, 255, .8);
    border-radius: 10px;
    padding: 40px 3%
}

@media screen and (max-width:1100px) {
    #t-madein .madein__box {
        width: 48%;
        margin: 0 1% 20px
    }
}

@media screen and (max-width:800px) {
    #t-madein .madein__box {
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px
    }
}

#t-madein .madein__box_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%
}

@media screen and (max-width:1100px) {
    #t-madein .madein__box_wrap {
        justify-content: center
    }
}

#t-madein .madein__box h3 {
    width: 70%;
    max-width: 150px;
    margin: 0 auto 30px
}

#t-madein .madein__box .txt {
    margin: 0
}

@media screen and (max-width:1100px) {
    #t-madein .madein__box .txt {
        font-size: 14px
    }
}

#t-secret {
    text-align: center
}

#t-secret .secret {
    position: relative;
    width: 90%;
    max-width: 1280px;
    overflow: hidden;
    margin: 0 auto;
    padding: 15px 0 30px
}

#t-secret .secret__item {
    margin: 0 10px
}

#t-secret .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    border: solid 1px #40220f;
    position: absolute;
    top: 50%;
    margin: -20px 0 0;
    font-size: 12px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    z-index: 10
}

#t-secret .slick-prev {
    left: 30px
}

#t-secret .slick-next {
    right: 30px
}

#t-sns .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#t-sns .sns__box {
    width: 30%;
    text-align: center
}

@media screen and (max-width:800px) {
    #t-sns .sns__box {
        width: 100%;
        margin-bottom: 30px
    }
}

#t-sns .sns__box h3 {
    line-height: 40px
}

@media screen and (max-width:640px) {
    #t-sns .sns__box h3 {
        line-height: 30px
    }
}

#t-sns .sns__box .btn {
    width: 180px;
    margin: 0 auto;
    line-height: 30px
}

@media screen and (max-width:640px) {
    #t-sns .sns__box .btn {
        width: 140px
    }
}

#t-sns .sns__box .btn i {
    display: inline-block;
    margin-right: .5em
}

#t-sustainability {
    position: relative;
    background-color: #40220f;
    background-image: url(../images/page/concept_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff
}

#t-sustainability .container {
    position: static;
    padding: 200px 6% 0
}

@media screen and (max-width:930px) {
    #t-sustainability .container {
        padding: 180px 6% 0
    }
}

@media screen and (max-width:640px) {
    #t-sustainability .container {
        padding: 120px 3% 0
    }
}

#t-sustainability h2 {
    text-align: left;
    text-shadow: 0 0 5px #000
}

#t-sustainability p {
    text-shadow: 0 0 5px #000
}

#t-sustainability p a {
    text-shadow: none
}

#t-sustainability .logo_sdgs {
    width: 60%;
    max-width: 500px;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0
}