@charset "utf-8";

/* ---- ブランド　花ソーセージ ---- */

.bg_sakura{
    position: relative;
    padding: 120px 0;
    background: var(--clr-sub);
}

.bg_sakura::before,
.bg_sakura::after{
    content: "";
    height: 40px;
    width: 100%;
    background: url(../images/brand/brand01/bg_sakura.svg) repeat-x center / contain;
    position: absolute;
}

.bg_sakura::before{
    top: 0;
    left: 0;
}

.bg_sakura::after{
    bottom: 0;
    left: 0;
}

.brand01-fv{
    background: url(../images/brand/brand01/fv.png) no-repeat center / cover;
    height: 30vw;
    min-height: 630px;
    width: 100%;
}

.brand01-fv .container{
    position: relative;
    height: 100%;
}

.brand01-fv_rt,
.brand01-fv_lt{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

.brand01-fv_rt{
    right: 0;
    text-align: left;
}

.brand01-fv_lt{
    left: 0;
    text-align: right;
}

.brand01-fv_rt p,
.brand01-fv_lt p{
    font-size: var(--fs-44);
    font-weight: bold;
    color: var(--clr-main);
}

.brand01-fv_lt p{
    text-align: right;
}

.brand01-fv_rt p:nth-of-type(2){
    margin-top: 20px;
}

.brand01-anv .heading{
    font-size: var(--fs-26);
    font-weight: bold;
    color: var(--clr-main);
    text-align: center;
    letter-spacing: 8px;
    margin-bottom: 60px;
}

.brand01-anv .heading span{
    display: inline-block;
}

.brand01-anv .heading span:nth-of-type(1){
    letter-spacing: 6px;
}

.brand01-anv .heading span:nth-of-type(1)::before{
    content: "＼";
    display: inline-block;
    margin-right: 10px;
}

.brand01-anv .heading span:nth-of-type(1)::after{
    content: "／";
    display: inline-block;
    margin-left: 5px;
}

.brand01-anv .heading span:nth-of-type(2) em{
    font-size: var(--fs-50);
}

.brand01-anv .heading span:nth-of-type(3){
    margin-top: -20px;
    margin-left: 40px;
    font-size: var(--fs-30);
}

.brand01-anv .heading span:nth-of-type(3) em{
    font-size: var(--fs-100);
    font-family: var(--fnt-Yumin);
}

.brand01-anv .attention{
    font-size: var(--fs-12);
    text-align: right;
    margin-top: 30px;
}

.brand01-news .swiper_lg{
    margin-bottom: 40px;
}

.brand01-story .block{
    position: relative;
}

.brand01-story .flex{
    align-items: center;
}

.brand01-news .flex2{
    margin-top: 40px;
    justify-content: center;
}

.brand01-story .heading{
    font-size: var(--fs-38);
    font-weight: bold;
    color: var(--clr-main);
    margin-bottom: 40px;
    letter-spacing: 3px;
}

.brand01-story .txt-wrap{
    flex: 1;
}

.brand01-story .txt{
    font-size: var(--fs-20);
    font-family: var(--fnt-Yumin);
    letter-spacing: 2.4px;
}

.brand01-story .bt_txt{
    margin-top: 20px;
}

.brand01-story .img-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.brand01-story .block:first-of-type{
    align-items: flex-end;
}

.brand01-story .block:nth-of-type(odd) .txt-wrap{
    text-align: right;
    margin-left: 20px;
}

.brand01-story .block:nth-of-type(odd) .heading{
    text-align: right;
    width: 620px;
}

.brand01-story .block:nth-of-type(odd) .txt{
    width: 530px;
    margin-left: auto;
}

.brand01-story .block:nth-of-type(even){
    flex-direction: row-reverse;
}

.brand01-story .block:nth-of-type(even) .img-wrap{
    justify-content: flex-end;
}

.brand01-story .block:nth-of-type(even) .txt-wrap{
    text-align: left;
    margin-right: 20px;
}

.brand01-story .block:nth-of-type(even) .heading{
    text-align: left;
    width: 420px;
}

.brand01-story .block:nth-of-type(even) .txt{
    width: 600px;
    margin-right: auto;
}
.brand01-story .ytube {
  position: relative;
    width: 80%;
    padding-top: 44%;
    margin: 0 auto;
}
.brand01-story .ytube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media (max-width:1140px){
    .brand01-story .block:first-of-type img{
        position: absolute;
        left: -20vw;
        width: 55vw;
        bottom: 0;
    }
}

@media (max-width:768px){

    .bg_sakura{
        padding: 80px 0;
    }

    .brand01-fv{
        min-height: 120vw;
    }

    .brand01-anv .heading{
        letter-spacing: 3px;
        margin-bottom: 40px;
    }

    .brand01-anv .heading span:nth-of-type(3){
        margin: 0;
        line-height: 1;
    }

    .brand01-news .flex2{
        text-align: center;
    }

    .brand01-story .flex{
        flex-direction: column-reverse !important;
    }

    .brand01-story .block:first-of-type img{
        position: relative;
        width: 90%;
        left: auto;
    }

    .brand01-story .block:nth-of-type(odd) .txt-wrap,
    .brand01-story .block:nth-of-type(even) .txt-wrap{
        text-align: left;
        margin: 0 0 40px 0;
    }

    .brand01-story .block:nth-of-type(odd) .heading{
        width: 100%;
        text-align: left;
    }

    .brand01-story .block:nth-of-type(odd) .txt{
        width: 100%;
    }

    .brand01-story .block:nth-of-type(even) .heading{
        width: 100%;
    }

    .brand01-story .block:nth-of-type(even) .txt{
        width: 100%;
    }

    .brand01-story .heading{
        letter-spacing: 1px;
        margin-bottom: 20px;
        font-size: var(--fs-30);
    }   
}

/* ---- ブランド　共通 ---- */

.brand-post + *{
    padding-top: 0;
}

.brand-post .txt-wrap{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
}

.brand-post .flex{
    flex-wrap: wrap;
}

.brand-post .heading_sm{
    width: 100%;
}

.brand-post 

.brand-post figure:not(.list-item_box figure){
    width: 100%;
    height: 100%;
}

.brand-post .img-wrap{
    width: 50%;
}

.brand-post .img-wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-fv .heading{
    margin-top: 60px;
    text-align: center;
}

.brand-post-content .heading{
    font-size: var(--fs-20);
    font-weight: bold;
    margin-bottom: 20px;
}

.brand-post-product{
    padding-top: 0;
}

.brand-post-content figure + small{
    font-size: var(--fs-12);
    margin-top: 10px;
    display: block;
    text-align: right;
}

@media (max-width:768px){

    .brand-post .flex{
        flex-direction: column;
    }

    .brand-post .img-wrap{
        width: 100%;
        order: 2;
    }

    .brand-post .txt-wrap{
        width: 100%;
        order: 1;
        padding: 30px 20px;
    }

    .brand-fv .heading{
        font-size: var(--fs-16);
        text-align: left;
        margin: 20px auto 0;
    }

    .brand-fv .heading br{
        display: none;
    }
}

/* ---- 商品カテゴリ ---- */

.product-archive-fv .flex{
    align-items: center;
}

.product-archive-fv .flex > *{
    flex: 1;
}

.product-archive-fv .img-wrap{
    display: flex;
    justify-content: flex-end;
}

.product-archive-fv .img-wrap img{
    width: 500px;
    height: 280px;
    object-fit: cover;
}

@media (max-width:768px){
    .product-archive-fv .flex{
        flex-direction: column;
        align-items: flex-start;
    }

    .product-archive-fv .img-wrap{
        margin-top: 20px;
        width: 100%;
    }

    .product-archive-fv .img-wrap img{
        width: 100%;
        height: 200px;
    }
}

/* ---- 商品詳細 ---- */

.product-post{
    padding-top: 40px;
}

.product-detail .block{
    width: 40%;
}

.product-detail .block + .block{
    width: calc(60% - 40px);
    margin-left: 40px;
}

.product-detail .heading_rd{
    font-size: var(--fs-26);
    font-weight: bold;
    color: var(--clr-main);
    margin-bottom: 20px;
}

.product-detail .heading{
    font-weight: bold;
    margin-bottom: 15px;
    font-size: var(--fs-18);
}

.product-detail .thumbnail{
    border: 1px solid var(--clr-gy);
}

.product-detail .txt{
    margin-bottom: 20px;
}

.product-detail .txt_lg{
    font-size: var(--fs-18);
    font-weight: bold;
    margin-bottom: 20px;
}

.product-detail .bt_box{
    width: 300px;
    margin-top: 20px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail .bt_box i{
    margin-right: 10px;
    width: 16px;
    height: 16px;
}

.product-info table th,
.product-info table td{
    border: 1px solid var(--clr-gy);
    padding: 15px;
}

.product-info table th{
    font-weight: bold;
    width: 160px;
}

.product-display .wrap{
    width: calc(50% - 20px/2);
    margin-right: 20px;
}

.product-display .wrap:nth-of-type(2n){
    margin-right: 0;
}

.product-display .wrap:nth-of-type(n+3){
    margin-top: 20px;
}

.product-display .heading_table{
    border: 1px solid var(--clr-bk);
    border-bottom: none;
    margin-bottom: 0;
    text-align: left;
    padding: 5px 0 5px 30px;
}

.product-display table{
    border: 1px solid var(--clr-bk);
    width: 100%;
    font-size: var(--fs-18);
    padding: 20px 30px;
    display: block;
}

.product-display table th{
    width: 200px;
    text-align-last: justify;
}

.product-display table td{
    width: 100px;
}

.product-display table td:first-of-type{
    text-align: right;
    padding-right: 10px;
}

.product-display table td:last-of-type{
    text-align: left;
}

.product-display table + p{
    text-align: right;
    margin-top: 10px;
}

.product-notice{
    font-size: var(--fs-14);
}

@media (max-width:768px){
    .product-detail .flex{
        flex-direction: column;
    }

    .product-detail .block{
        width: 100%;
    }

    .product-detail .block + .block{
        width: 100%;
        margin: 0;
    }

    .product-info table th,
    .product-info table td{
        display: block;
        width: 100%;
        border-bottom: none;
    }

    .product-info table th{
        background: var(--clr-lgy);
    }

    .product-info table tr:last-of-type{
        border-bottom: 1px solid var(--clr-gy);
    }

    .product-display .wrap {
        width: 100%;
        max-width: 320px;
        margin: 0 !important;
    }
}