/* -------------------common------------------- */
/* ----kv--- */
#contents #kv {
    position: relative;
}

#contents #kv img {
    width: 100%;
}

#contents #kv h1 {
    position: absolute;
    bottom: calc(100/ var(--pcWidth) * 100vw);
    right: calc(100/ var(--pcWidth) * 100vw);
    font-size: clamp(20px, 2.8vw, 40px);
    font-weight: 600;
    line-height: 1.3em;
    color: #fff;
}
#contents.cake01 #kv h1 {
    bottom: calc(200/ var(--pcWidth) * 100vw);
    left: calc(130/ var(--pcWidth) * 100vw);
}

@media only screen and (max-width: 767px) {
    #contents #kv h1 {
        bottom: calc(90/ var(--pcWidth) * 100vw);
        left: calc(40/ var(--pcWidth) * 100vw);
        font-size: 7vw;
    }
    #contents.cake01 #kv h1 {
        bottom: calc(80/ var(--pcWidth) * 100vw);
        left: calc(30/ var(--pcWidth) * 100vw);
        font-size: 7vw;
    }
    #contents.cake03 #kv h1,
    #contents.cake04 #kv h1{
        top: calc(30/ var(--pcWidth) * 100vw);
        left: calc(40/ var(--pcWidth) * 100vw);
    }
}

/* ----main--- */
#main{
    margin:50px auto 0;
}

/* ----cake01/tit_area--- */
#contents.cake01 .tit_area {
    width: 630px;
    margin: 0 auto;
    padding: 0 0 10px;
    text-align: center;
    position: relative;
}
#contents.cake01 .tit_area h2 {
    z-index: 3;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    line-height: 58px;
    margin: -100px 0 30px;
}
#contents.cake01 .tit_area img.deco {
    max-width: 550px;
    width: 90%;
}
#contents.cake01 .tit_area img.line {
    max-width: 450px;
    width: 80%;
}
#contents .copy {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #contents.cake01 .tit_area {
        width: 90%;
    }
    #contents.cake01 .tit_area h2 {
        font-size: 24px;
        letter-spacing: -1px;
        line-height: 38px;
        margin-top: -12%;
    }
    #contents.cake01 .copy {
        font-size: 18px;
        width: 80%;
        margin: 0 auto;
    }
}

/* ----read--- */
.read{
    text-align: center;
    margin:80px auto;
}
.read p{
    font-size: 24px;
    font-weight: 600;
    margin:0 auto 30px;
}
.read img{
    max-width: 450px;
    width:80%;
}
@media only screen and (max-width: 767px) {
    .read {
        margin: 50px auto;
    }
    .read p {
        font-size: 20px;
    }
}

/* ----product--- */
.product{
    max-width: 1220px;
    width:90%;
    margin: 0 auto 100px;
}
@media only screen and (max-width: 767px) {
    .product {
        margin: 0 auto 100px;
    }
}
/* ----cake01/product--- */
#contents.cake01 .product {
    width: 100%;
}
#contents.cake01 .product .prod_kv {
    max-width: 1000px;
    width: 90%;
    margin: 30px auto 50px;
}
#contents.cake01 .product .prod_kv img {
    width: 100%;
}
#contents.cake01 .product .prod_kv .notes {
    text-align: right;
}
@media only screen and (max-width: 767px) {
    #contents.cake01 .product {
        margin: 0 auto 50px;
    }
}

/* ----single--- */
.product.single{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.product.single img{
    width:47%;
}
.product.single .detail {
    width: 46%;
}
@media only screen and (max-width: 767px) {
    .product.single {
        flex-direction: column;
        row-gap: 20px;
    }
    .product.single img,
    .product.single .detail {
        width: 100%;
    }
}

/* ----double--- */
.cake04 .double {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1220px;
    width: 90%;
    margin: 0 auto 100px;
}
.cake04 .double .product {
    width: 47%;
    flex-direction: column;
    margin: 0;
}
.cake04 .double .product img,
.cake04 .double .product .detail {
    width: 100%;
}
.cake04 .double .product .detail {
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .cake04 .double {
        flex-direction: column;
        gap: 80px;
        margin: 0 auto 50px;
    }
    .cake04 .double .product {
        width: 100%;
    }
    .cake04 .double .product .detail {
        margin-top: 0;
    }
}

/* ----list--- */
.scroll_area{
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.prod_list{
    margin: 0 auto;
    width:100%;
    display: flex;
    justify-content: space-between;
    padding:0 0 50px;
}
.prod_list li img {
    width: 90%;
    height: 250px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}
/* ----3列--- */
.prod_list.col-3{
    width: 1000px;
}
.prod_list.col-3 li{
    width:30%;
}
/* ----4列--- */
.prod_list.col-4 {
    width: 1220px;
    flex-wrap: wrap;
}
.prod_list.col-4 li {
    width: 23%;
}
@media only screen and (max-width: 767px) {
    .scroll_area .prod_list {
        padding: 0 30px 50px;
    }
}
/* ----cake04/4列--- */
.cake04 .prod_list.col-4 {
    max-width: 1220px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .cake04 .prod_list.col-4 {
        gap: 50px;
    }
    .cake04 .prod_list.col-4 li {
        width: 100%;
    }
}

/* ----detail--- */
.detail .title{
    font-size:20px;
    font-weight: 600;
}
.detail .title span{
    font-size: 16px;
}
.detail .price{
    color:var(--color-red);
    font-weight: 600;
}
.detail .price span{
    font-size: 20px;
    margin:0 0 0 5px;
}
.detail .pair{
    display: flex;
    align-items: center;
    margin:5px 0;
}
.detail .people{
    background: var(--color-red);
    color:#fff;
    border-radius: 5px;
    padding:0 10px 2px;
    margin-right:10px;
}
.detail .notes{
    margin:1em 0 0;
    padding-left: 1em;
    text-indent: -1em;
}
.detail .sub{
    border:3px solid #9C7F2A;
    border-radius: 30px;
    display: block;
    margin:20px 0 0;
    padding:10px 20px;
    width:70% !important;
}

/* ----cake02/assort--- */
.cake02 .product.single .detail .assort {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 5%;
    row-gap: 20px;
    margin: 20px 0 0;
}
.cake02 .product.single .detail .assort li {
    width: 30%;
    text-align: center;
    font-size: 14px;
}
.cake02 .product.single .detail .assort li img {
    width: 75%;
    margin: 0 0 8px;
}
@media only screen and (max-width: 767px) {
    .cake02 .product.single .detail .assort {
        row-gap: 10px;
    }
}



/* -------------------include------------------- */
/* ----partymenu--- */
.partymenu {
    max-width: 1220px;
    width: 100%;
    background: url(../img/common/party_bg.png) top center no-repeat;
    background-size: 100%;
    margin: 0 auto;
    padding: 7% 0 0;
}
.partymenu h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.partymenu h2 span {
    display: block;
    font-size: 18px;
    margin: 10px auto 0;
}
.partymenu h2 img {
    max-width: 220px;
}
.partymenu .scroll_area {
    width: 1220px;
    margin-top: 20px;
}
.partymenu .prod_list {
    width: 2200px;
}
.partymenu .prod_list li {
    width: 12.5%;
}
@media only screen and (max-width: 767px) {
    .partymenu .scroll_area {
        width: 100%;
    }
}

/* ----lineup--- */

.lineup {
    background: var(--color-red);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 100px;
}
.lineup .lineup_inner {
    max-width: 1220px;
    width: 100%;
    background: url(../img/common/bg_lineup.png) center top no-repeat;
    background-size: 100%;
    margin: 0 auto;
    padding: 140px 0 100px;
}
.lineup h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.lineup .lineup_list {
    max-width: 1220px;
    width: 90%;
    margin: 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    gap: 3.5%;
    row-gap: 30px;
}
.lineup .lineup_list li a {
    position: relative;
    display: block;
}
.lineup .lineup_list li {
    width: 31%;
    position: relative;
}
.lineup .lineup_list li .cake_tit {
    position: absolute;
    z-index: 4;
    bottom: 0;
    padding: 10px 55px 10px 25px;
    border-radius: 0 30px 30px 25px;
    background-image: linear-gradient(90deg, #d1c9ba 0%, #ffe8a3 100%);
    z-index: 10;
}
.lineup .lineup_list li .cake_tit h3 {
    font-weight: 600;
    font-size: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
    line-height: 1;
    color: var(--color-text);
}
.lineup .lineup_list li .cake_tit h3:before {
    position: absolute;
    top: 57%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 20px;
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url("../img/common/arrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.3s;
}
.lineup .lineup_list li:hover .cake_tit h3:before {
    right: 13px;
}
.lineup .lineup_list li .img_area {
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}
.lineup .lineup_list li img {
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
}
.lineup .lineup_list li img:hover {
    transform: scale(1.05);
}
@media only screen and (max-width: 767px) {
    .lineup {
        margin-top: 50px;
    }
    .lineup .lineup_inner {
        padding: 80px 0 50px;
    }
    .lineup .lineup_list {
        margin: 20px auto;
        row-gap: 20px
    }
    .lineup .lineup_list li {
        width: 48%;
    }
    .lineup .lineup_list li .cake_tit {
        width: 100%;
        padding: 10px 0;
        border-radius: 0 0 10px 10px;
        text-align: center;
    }
    .lineup .lineup_list li .cake_tit h3 {
        font-size: 2.8vw;
        line-height: 1;
    }
    .lineup .lineup_list li .cake_tit h3:before {
        width: 13px;
        top: 66%;
        right: 15px;
    }
    .lineup .lineup_list li .img_area {
        border-radius: 10px;
    }
    .lineup .lineup_list li:hover .cake_tit h3:before {
        right: 10px;
    }
}