@charset "UTF-8";

.main-content {
    top: 25%;
}

.main-trademark {
    z-index: 1;
}

.main-content>p {
    margin-top: 38px;
}

.main-content dl dd {
    color: #FFF;
}

.txt-l {
    text-align: left !important;
}

.making {
    margin-left: 0;
    margin-top: 50px;
}

.making .title-making {
    font-family: "Noto Serif JP", serif;
}

.making .making-txt {
    padding: 0;
}

.making .making-txt br:nth-child(2) {
    display: none;
}

.product {
    position: relative;
    margin-top: 20vw;
}

.product .bg-grey {
    background-color: #F5F5F5;
}

.product .list-product {
    /* padding-bottom: 49px; */
    position: relative;
}

.product .list-product.list-top {
    position: relative;
    margin-bottom: 64px;
}

.bg_product{
    position: absolute;
    top: 0;
    left: 50%;
    width: 90.3vw;
    height: 37vw;
    transform: translate(-50%, -44%);
    z-index: -1;
}

.product .title-product {
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.02em;
    font-size: 2.5rem;
    padding-left: 0;
    padding-top: 30px;
}

.product .category-product {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 26px;
    align-items: center;
    justify-content: center;
}

.product .category-product .item-product {
    width: 100%;
    max-width: 279px;
    margin-left: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding: 0 5vw 20px;
    position: relative;
    text-align: center;
}

.product .category-product .item-product a {
    text-align: center;
}


.product .category-product .item-product::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 44%;
    transform: translateX(50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #f00;
}

.product .category-product .item-product figure {
    max-width: 200px;
    margin: 0 auto;
}

.product .category-product .name-items {
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
    font-size: 1.8rem;
    padding-top: 20px;
}

.product .category-box {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0 !important;
    align-items: flex-start;
    justify-content: center;
    padding-left: 0;
    padding-bottom: 20px;
    margin-top: 50px;
}

.product .category-box .item-product {
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 0 5vw;
    padding-bottom: 5vw;
}

.product .category-box .item-product figure {
    max-width: 200px;
}

.product .category-box .name-items {
    font-size: 1.8rem;
    white-space: unset;
    text-align: center;
    font-weight: 700;
    line-height: 1.6;
    padding-top: 1.19vw;
}

.product .category-box .name-items br {
    display: none;
}

.product .list-grand {
    padding-bottom: 100px;
}

.product .list-mt .typical-grand {
    margin-top: 0;
}

.product .typical-grand {
    position: relative;
    margin-top: 30px;
}

.product .typical-grand::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    height: 100%;
    background-color: #F8DA0F;
    left: 0;
    top: 0;
    z-index: -1;
}

.product .typical-grand .typical-img {
    width: 100% !important;
    position: relative;
    left: 0;
    top: 0;
    transform: unset;
}

.product .typical-grand .typical-content {
    width: 100%;
    padding: 0 20px;
    margin-right: 21.35vw;
    margin-left: auto;
    padding-top: 2.23vw;
    min-height: 26.97vw;
    padding-bottom: 50px;
}

.product .typical-grand .typical-name {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.0667;
    padding: 0.52vw 0 2.5vw;
    color: #3B4043;
    font-family: "Noto Sans JP", sans-serif;
}

.product .typical-grand .typical-desc {
    font-size: 1.8rem;
    line-height: 2;
}

.product .list-grand02 .typical-grand .typical-img {
    width: 100% !important;
}

.product .list-box {
    padding-top: 0 !important;
}

.product .list-box .list-box_title {
    font-size: 2.2rem;
    margin-left: 0;
}

.product .list-box .list-box_content {
    padding: 20px !important;
}

.product .list-mt .typical-grand {
    margin-top: 0;
}

.product .list-box .list-box_item {
    padding-bottom: 30px;
}

.product .list-box .list-box_item:last-child {
    padding-bottom: 0;
}

.product .list-box .list-box_title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.44;
    position: relative;
    padding-left: 25px;
    padding-bottom: 0.781vw;
}

.product .list-box .list-box_title::after {
    content: "■";
    position: absolute;
    left: 0;
    top: 0;
}

.product .list-box .list-box_content {
    width: 100%;
    background-color: #EDE9E4;
}

.product .list-box .list-box_name {
    font-size: 1.8rem;
    font-weight: 700;
    padding-bottom: 8px;
}

.product .list-box .list-box_desc {
    padding-left: 2px;
    line-height: 1.5625;
    font-size: 1.5rem;
}


/* modal */
.product-desc {
    padding: 24px 0 32px;
}

.product-Head {
    padding-bottom: 40px;
}

.product-contents {
    background-color: #EDE9E4;
    padding: 0 0 64px;
}

.list-heading {
    display: inline-block;
    border: 2px solid #F8DA0F;
    font-size: 18px;
    margin-bottom: 40px;
}

.list-heading>h4 {
    display: flex;
    align-items: center;
}

.list-heading span {
    background-color: #F8DA0F;
    padding: 4px 16px;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.list-heading span::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -14px;
    transform: translate(0%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 23px 0 23px 14px;
    border-color: transparent transparent transparent #f8d90f;
}

.list-heading p {
    padding: 4px 16px 4px 24px;
    background-color: #fff;
    font-weight: bold;
}

.product .tab {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 0 -40px;
}

.product .tab li {
    width: 25%;
    padding: 24px 0 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product .tab li span {
    background: #fff;
    color: #ACACAC;
    border: 2px solid #ACACAC;
    text-align: center;
    padding: 8px;
    min-width: 100%;
    font-weight: bold;
    border-radius: 24px;
    font-size: 18px;
    cursor: pointer;
    transition: all .3s;
}

.product .tab li:hover span {
    background: #4B2928;
    color: #fff;
    border-color: #4B2928;
}

.product .tab li.active span {
    background: #4B2928;
    color: #fff;
    border-color: #4B2928;
}


/* ページャー */
.product .tab_sub {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 0 -24px;
}

.product .tab_sub>* {
    padding: 24px 0 0 24px;
    width: calc(100% / 6);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product .condiment_name {
    background: #fff;
    border: 2px solid #ACACAC;
    text-align: center;
    min-width: 100%;
    font-weight: bold;
    border-radius: 24px;
    transition: all .3s;
}

.product .condiment_name button {
    width: 100%;
    height: 100%;
}

.product .condiment_name span {
    color: #ACACAC;
    padding: 8px;
    width: 100%;
    height: 100%;
    display: block;
}

.product .tab_sub li.active .condiment_name {
    background: #4B2928;
    border-color: #4B2928;
    cursor: pointer;
}

.product .tab_sub li.active .condiment_name span {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}

.product-contents .condiment_list.active .condiment_name span::after {
    content: url(../images/bottle/icon_modal.svg);
    padding-left: 4px;
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.8);
}

.product .list .inner,
.product .list .inner table {
    display: none;
}

.product .list .inner.active {
    display: block;
}

.product .list .inner table.active {
    display: table;
}

/* modal inline */

.modal_cont .outline {
    display: flex;
    flex-wrap: wrap;
    margin: -24px 0 0 -24px;
}

.modal_cont .outline>* {
    width: 50%;
    padding: 24px 0 0 24px;
}

@media screen and (min-width: 1024px) {

    .product .category-box .name-items br {
        display: block;
    }

    .product .list-grand02 .list-product {
        padding-left: 30px;
    }

    .product {
        margin-top: 18.43vw;
    }

    .product .category-product .name-items {
        white-space: nowrap;

    }

    .product .list-product {
        padding-bottom: 0;
    }

    .product .list-grand02 {
        padding-bottom: 92px;
    }

    .product .list-grand02 .typical-grand .typical-img {
        width: 50.3vw !important;
        top: -100px;
    }

    .product .list-grand03 .typical-grand .typical-name {
        padding: 0.52vw 0 1vw !important;
    }

    .product .list-grand03 .typical-grand .typical-img {
        width: 47.3vw !important;
        top: -103px;
    }

    .product .list-box .list-box_content {
        padding: 30px !important;
    }
}

@media screen and (max-width: 1100px) {
    .product .tab {
        margin: -16px 0 0 -16px;
    }

    .product .tab li {
        padding: 16px 0 0 16px;
        width: calc(100% / 3);
    }

    .product .tab_sub>* {
        width: calc(100% / 3);
    }

    .product .tab li span,
    .product .tab_sub li.active .condiment_name span {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .main-visual>figure img {
        min-height: 500px;
    }

    .main-content {
        top: 32%;
    }

    .main-content>p {
        margin-top: 38px;
    }

    .making {
        padding-top: 1.12vw;
        margin-left: 1.51vw;
    }

    .making .making-txt {
        line-height: 1.875;
        padding-top: 2.08vw;
        padding-right: 1vw;
    }

    .making .making-txt br:nth-child(2) {
        display: block;
    }

    .product {
        margin-top: 18.43vw;
    }

    .product .list-product {
        padding-bottom: 0;
    }

    .product .list-grand02 {
        padding-bottom: 92px;
    }

    .product .list-grand02 .typical-grand .typical-img {
        width: 50.3vw !important;
        top: -100px;
    }

    .product .list-grand03 .typical-grand .typical-name {
        padding: 0.52vw 0 1vw !important;
    }

    .product .list-grand03 .typical-grand .typical-img {
        width: 47.3vw !important;
        top: -103px;
    }

    .product .title-product {
        font-size: 3.5rem;
        padding-left: 2.55vw;
        padding-top: 3.02vw;
    }

    .product .category-product {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-top: 1.35vw;
        margin-left: 0.6vw;
        align-items: flex-start;
    }

    .product .category-product .item-product {
        width: 26%;
        padding: 0;
        padding-bottom: 1.66667vw;
        margin-bottom: 1.718vw;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

    .product .category-product .name-items {
        padding-top: 1.66667vw;
    }

    .product .typical-grand {
        margin-top: 103px;
    }

    .product .typical-grand .typical-img {
        width: 50.8vw !important;
        position: absolute;
        top: -6vw;
    }

    .product .typical-grand .typical-content {
        width: 45vw;
        padding-left: 0;
        margin-left: 53vw;
        margin-right: auto;
        max-width: 505px;
    }

    .product .typical-grand .typical-name {
        font-size: 4.5rem;
        padding: 0.52vw 0 2.7vw;
    }

    .product .typical-grand .typical-desc {
        font-size: 1.8rem;
    }

    .product .category-box {
        justify-content: space-between;
        padding-top: 31px;
        align-items: flex-start;
        margin-top: 0 !important;
    }

    .product .category-box .item-product {
        width: 25% !important;
        padding: 0 15px;
        padding-bottom: 0;
        margin-bottom: 1.318vw;
        max-width: unset;
    }

    .product .category-box01 {
        padding-top: 28px;
        padding-right: 38px;
        margin-top: 0;
    }

    .product .category-box01 .item-product {
        width: 26.5%;
        margin-left: 0;
        padding-bottom: 6px;
        margin-bottom: 19px;
    }

    .product .category-box01 .name-items {
        padding-top: 23px;
    }

    .product .category-box02 {
        padding-top: 28px;
        padding-right: 38px;
        padding-bottom: 56px;
    }

    .product .category-box02 .name-items {
        /* font-size: 2.5rem; */
        line-height: 1.6;
        padding-top: 20px;
        white-space: unset;
    }

    .product .category-box03 {
        padding-top: 98px;
        padding-bottom: 72px;
    }

}

@media screen and (min-width: 1024px) {
    .main-visual>figure img {
        min-height: 500px;
    }

    .main-content {
        top: 25%;
        padding-left: 28px;
    }
}

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

    .making .title-making {
        margin-bottom: 20px;
    }

    .list-heading {
        font-size: 16px;
        margin-bottom: 24px;
    }

    .list-heading span::after {
        border-width: 18px 0 18px 14px;
    }

    .product-desc.container {
        padding: 24px 8px 32px;
    }

    .product .tab li span,
    .product .tab_sub li.active .condiment_name span {
        padding: 4px;
    }

    .product .condiment_name span {
        padding: 4px;
    }

    .product .tab {
        margin: -8px 0 0 -8px;
    }

    .product .tab li {
        padding: 8px 0 0 8px;
        width: 50%;
    }

    .product .tab li span {
        padding: 4px;
    }

    .product .tab_sub {
        margin: -8px 0 0 -8px;
    }

    .product .tab_sub>* {
        padding: 8px 0 0 8px;
    }

    .modal_cont .outline {
        display: block;
        margin: 0;
    }

    .modal_cont .outline>* {
        width: 100%;
        padding: 0;
    }
}

/* OEM＆bottole banner */
.sales-btn {
    max-width: 235px;
    height: 45px;
    margin: 20px auto 0px;
}

.obsession-content dl {
    text-shadow: 1px 1px 2px #fff, 0 0 3em #fff, 0 0 0.4em #fff, 0 0 0.2em #fff;
}

.sales-btn [class*=blank-btn] {
    padding: 10px 23px 10px 40px;
}

.sales-btn [class*=blank-btn] span {
    font-size: 1.4rem;
}

.sales-content dl dt {
    font-size: 2rem;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    line-height: 1.4054054054;
}

.sales {
    margin: 40px 0 40px;
    position: relative;
}

.sales>figure img {
    min-height: 380px;
    object-fit: cover;
    object-position: bottom center;
}

.sales-content {
    color: #3B4043;
    padding: 65px 20px 20px;
    position: absolute;
    top: 0px;
    width: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.sales-content dl {
    text-shadow: 1px 1px 2px #fff, 0 0 3em #fff, 0 0 0.4em #fff, 0 0 0.2em #fff;
    max-width: 935px;
    margin: auto;
    width: 100%;
}

.sp-block {
    display: none;
}

.sales-content dl dd {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 500;
    max-width: 460px;
    line-height: 1.6923076923;
}

.sales .trademark {
    display: table;
    position: absolute;
    z-index: 2;
    top: 0px;
    right: 20px;
    max-width: 60px;
}

@media screen and (min-width: 971px){
.br970 {
    display: none;
}
}

@media screen and (min-width: 768px){
.sales-btn {
    margin: 38px 0px 0px;
    height: 50px;
}

.sales {
    margin: 80px 0 80px;
}

.sales-content dl dt {
    font-size: 3.7rem;
}

.sales-content dl dd {
    margin-top: 16px;
    font-size: 1.3rem;
}

.sales .trademark {
    max-width: 100%;
    right: 48px;
}
}