@charset "utf-8";
/*--------------------------------------------------------common*/

section:after {
    content: "";
    display: block;
    height: 36px;
    background-image: url(../images/border_tanzawa.png);
    background-size: auto 100%;
    background-position: center;
}

section:last-child:after {
    content: "";
    display: none;
}

.secInner {
    padding: 103px 92px 100px;
}


@media screen and (max-width:768px) {
    main {
        background-image: url(../images/ci_logo_w.png);
        background-repeat: no-repeat;
        background-size: 247px;
        background-position: -45px 0;
        background-attachment: fixed;
    }

    section:after {
        height: 30px;
    }

    .secInner {
        padding: 115px 40px 60px;
    }

    section h2 {
        font-size: 5rem;
    }

}

/*--------------------------------------------------------barrel*/
.boxBarrel {
    display: flex;
    justify-content: space-between;
    width: 860px;
    /*固定用*/
    margin: 0 auto 130px;
    padding-top: 230px;
}

.blockBarrel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.upperBarrelInfo h2 {
    margin-bottom: 10px;
    font-size: 2.6rem;
    font-weight: 600;
}

.upperBarrelInfo {
    width: 434px;
    /*固定用*/
}

.upperBarrelInfo li {
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: 400;
}

.lowerBarrelInfo {
    background-image: url("../images/img_stamp01.png");
    background-repeat: no-repeat;
    background-size: 187px;
}

.lowerBarrelInfo li {
    margin-top: 6px;
    text-align: right;
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 2.1rem;
    font-weight: 600;
}

.imgBarrel {
    width: 47.2%;
    position: relative;
}

.nameBarrel {
    position: absolute;
    z-index: 3;
    bottom: 110px;
    right: 30px;
    transform: rotate(90deg);
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 2.1rem;
    font-weight: 600;
}

.nameShelly {
    color: #ed1c24 !important;
}

.nameBourbon {
    color: #f7931e !important;
}


@media screen and (max-width:768px) {
    .boxBarrel {
        flex-direction: column-reverse;
        width: calc(100% - 80px);
        margin: 0 auto 42px;
        padding-top: 100px;
    }

    .upperBarrelInfo {
        width: 100%;
        margin-bottom: 30px;
    }

    .upperBarrelInfo h2 {
        margin-bottom: 10px;
        font-size: 1.9rem !important;
        line-height: 1.2;
    }

    .upperBarrelInfo li {
        margin-bottom: 4px;
        font-size: 1.6rem;
    }

    .lowerBarrelInfo {
        background-size: 107px;
    }

    .lowerBarrelInfo li {
        margin-top: 6px;
        font-size: 1.9rem;
    }

    .imgBarrel {
        width: 100%;
        margin-bottom: 12px;
    }

    .imgBarrel img {
        object-fit: cover;
        width: 100%;
        height: 400px;
    }

    .nameBarrel {
        bottom: 110px;
        right: -20px;
    }

}

/*--------------------------------------------------------news*/
#secNews h2 {
    margin-bottom: 10px;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 600;
    font-size: 9rem;
    color: #000;
}

.boxNews {
    display: flex;
    flex-wrap: wrap;
}

.boxNews dt {
    width: 312px;
    padding: 26px 150px 26px 48px;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
}

.boxNews dd {
    width: calc(100% - 312px);
    padding: 26px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
}

.boxNews dt:first-child,
.boxNews dd:first-of-type {
    border-top: 1px solid #000;
}

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

    #secNews h2 {
        font-size: 5rem;
    }

    .boxNews dt {
        width: 130px;
        padding: 15px 0 15px 10px;
    }

    .boxNews dd {
        width: calc(100% - 130px);
        padding: 15px 0;
    }
}
