.group_title {
    margin-top: 50px;
}

.headerimg {
    height: 200px;
}

.chocolateHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-chocolate.png') no-repeat;}
.macaronHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-macarons.png') no-repeat;}
.gateauxHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-gateaux.png') no-repeat;}
.cakeHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-cakes.png') no-repeat;}
.vienHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-vien.png') no-repeat;}
.macIceHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-mac-ice.png') no-repeat;}
.webGenteiHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-webgentei.png') no-repeat;}
.distributionHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-distribution2024.png') no-repeat;}
.confitureHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-confiture.png') no-repeat;}
.accessoiresHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-accessoires.png') no-repeat;}
.adonnementHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-distribution2024.png') no-repeat;}
@media screen and (max-width: 1600px) {
    .chocolateHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-chocolate.png') no-repeat;}
    .macaronHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-macarons.png') no-repeat;}
    .gateauxHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-gateaux.png') no-repeat;}
    .cakeHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-cakes.png') no-repeat;}
    .vienHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-vien.png') no-repeat;}
    .macIceHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-mac-ice.png') no-repeat;}
    .webGenteiHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-webgentei.png') no-repeat;}
    .distributionHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-distribution2024.png') no-repeat;}
    .confitureHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-confiture.png') no-repeat;}
    .accessoiresHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-accessoires.png') no-repeat;}
    .adonnementHdr {background: left / 45% url('https://aokisadaharu.itembox.design/item/bg-distribution2024.png') no-repeat;}
}
@media screen and (max-width: 1060px) {
    .chocolateHdr {background: left 125% url('https://aokisadaharu.itembox.design/item/bg-chocolate.png') no-repeat;}
    .macaronHdr {background: left 125% url('https://aokisadaharu.itembox.design/item/bg-macarons.png') no-repeat;}
    .gateauxHdr {background: left 125% url('https://aokisadaharu.itembox.design/item/bg-gateaux.png') no-repeat;}
    .cakeHdr {background: left 125% url('https://aokisadaharu.itembox.design/item/bg-cakes.png') no-repeat;}
    .vienHdr {background: left 125% url('https://aokisadaharu.itembox.design/item/bg-vien.png') no-repeat;}
    .macIceHdr {background: left 125% url('https://aokisadaharu.itembox.design/item/bg-mac-ice.png') no-repeat;}
    .webGenteiHdr {background: left 125% url('https://aokisadaharu.itembox.design/item/bg-webgentei.png') no-repeat;}
    .distributionHdr {background: left 125% url('https://aokisadaharu.itembox.design/item/bg-distribution2024.png') no-repeat;}
    .confitureHdr {background: left 125% url('https://aokisadaharu.itembox.design/item/bg-confiture.png') no-repeat; background-position: 50% 22%;/* 提供画像がスマホ時にトリミング位置が不都合なためbackground-positionを指定 */}
    .accessoiresHdr {background: left 125% url('https://aokisadaharu.itembox.design/item/bg-accessoires.png') no-repeat; }
    .adonnementHdr {background: left center/cover url('https://aokisadaharu.itembox.design/item/bg-distribution2024.png') no-repeat; }
}

.headerimg h1 {
    position: relative;
    top: 60px;
    float: right;
    right: 20%;
}

@media screen and (max-width: 916px) {
    .headerimg h1 {
        position: relative;
        top: 30px;
        right: 0;
        left: 0;
        margin: 0;
        text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 10px #FFF;
        float: none;
    }

}

.headerimg h1::after {
    display: block;
    margin-top: 15px;
    text-shadow: 0 0 5px #FFF, 0 0 5px #FFF, 0 0 5px #FFF, 0 0 10px #FFF;
}

.chocolateHdr h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-chocolate.png')
}

.macaronHdr h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-macarons.png')
}

.gateauxHdr h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-gateauxsec.png')
}

.cakeHdr h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-cakes.png')
}

.vienHdr h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-vien.png')
}

.macIceHdr h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-macIce.png')
}

.webGenteiHdr h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-webgentei.png')
}

.distributionHdr h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-abonnement.png')
}

.confitureHdr h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-confiture.png')
}

.accessoiresHdr h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-accessoires.png')
}

@media screen and (max-width: 768px) {
    .headerimg h1::after {
        margin-top: 0;
        text-shadow: none;
        content: "";
    }
    
    .chocolateHdr h1::after {
        background: url(https://aokisadaharu.itembox.design/item/txt-chocolats_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 130px;
    }
    
    .macaronHdr h1::after {
        background: url(https://aokisadaharu.itembox.design/item/txt-macarons_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 130px;
    }
    
    .gateauxHdr h1::after {
        background: url(https://aokisadaharu.itembox.design/item/txt-gateauxsec_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 130px;
    }
    
    .cakeHdr h1::after {
        background: url(https://aokisadaharu.itembox.design/item/txt-cakes_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 130px;
    }
    
    .vienHdr h1::after {
        background: url(https://aokisadaharu.itembox.design/item/txt-viennoiserie_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 130px;
    }
    
    .webGenteiHdr h1::after {
        background: url(https://aokisadaharu.itembox.design/item/txt-webonly_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 130px;
    }
    
    .distributionHdr h1::after {
        background: url(https://aokisadaharu.itembox.design/item/txt-abonnement_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 130px;
    }
    
    .confitureHdr h1::after {
        background: url(https://aokisadaharu.itembox.design/item/txt-confiture_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 130px;
    }
    
    .accessoiresHdr h1::after {
        background: url(https://aokisadaharu.itembox.design/item/txt-accessoires_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 130px;
    }
}

.ichiran-head {
    line-height: 1.6;
    margin: 0 auto 80px;
    max-width: 960px;
}

.ichiran-head h1 {
    margin: 60px auto;
}

.ichiran-head p {
    margin-bottom: 35px;
}

.page-links {
    max-width: 940px;
    margin: 60px auto 30px;
}

@media screen and (max-width: 768px) {
    .ichiran-head {
        margin: 0 auto 40px;
        max-width: 90%;
    }
    }

/* Shopping Guide */

.guide-links h1::after {
    display: block;
    margin-top: 20px;
    content: "";
    background: url(https://aokisadaharu.itembox.design/item/txt-guide.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 90%;
    height: 100px;
    background-position: center;
}

#guide article {
    border-bottom: 1px solid #707070;
    line-height: 1.6;
    padding: 50px 0 70px;
}

.faq-links h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-faq.png');
    display: block;
    margin-top: 20px;
    margin-bottom: 50px;
}

/*調整追加*/

#guide .flex-dummy {
    flex: 0 0 300px;
}

#guide article h2 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

#guide article p {
    margin-bottom: 30px;
    line-height: 1.8;
}

#guide article .imgset_text {
    margin-bottom: 10px;
}

#guide article table {
    border-collapse: collapse;
    margin-bottom: 30px;
}

#guide article table th, #guide article table td {
    border: 1px solid #AEAEAE;
    padding: 10px;
}

#guide article table th {
    background: #F2F2F2;
    text-align: left;
}

#guide article .attention {
    color: #9D1425;
}

#guide article .stdtable {
    white-space: nowrap;
}

#guide article .stdtable th {
    text-align: center;
}

#guide article .stdtable .cool {
    color: #0099cc;
}

#guide article .stdtable .cool td, #guide article .stdtable .nomal td {
    font-weight: bold;
}

#guide article .flex_img {
    display: flex;
    justify-content: flex-start;
}

#guide article .flex_img p {
    margin-right: 20px;
}

#guide article ol {
    margin-left: 20px;
}

#guide article ol li {
    list-style: decimal;
    margin-bottom: 10px;
}

#guide #shipping2,#guide #gifts2,#guide #shipping_t,#guide #payment_t,#guide #returns_t, #guide #gifts_t {
    padding-top: 140px!important;
    margin-top:-140px;
}

@media screen and (max-width: 768px) {

#guide .flex-dummy {
    flex: 0 0 48%;
}

#guide article .table_scroll {
    overflow-x: scroll;
}

#guide #shipping2,#guide #gifts2,#guide #shipping_t,#guide #payment_t,#guide #returns_t, #guide #gifts_t {
    padding-top: 120px!important;
    margin-top:-120px;
}
}

/* Faq */

.faq-center {
    margin: 0 auto 80px;
    max-width: 940px;
    width: 95vw;
}

.question button {
    background-color: #F7F7F7;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 12px;
    text-align: left;
    width: 100%;
}

.question:nth-child(n+2) {
    margin-top: 20px;
}

.question .question_text {
    line-height: 1.6;
}

.answer {
    display: none;
}

.show-txt .answer {
    display: block;
    line-height: 2;
    font-size: 0.8rem;
    padding: 20px 0 20px 15px;
}

.vert-line, .hor-line {
    background: #000;
    display: block;
    height: 2px;
    width: 20px;
    position: absolute;
    right: 20px;
    top: 50%;
}

.vert-line {
    transform: rotate(90deg);
    transition: .3s;
}

.vert-line.spin {
    transform: rotate(0deg);
    transition: .3s;
}


@media screen and (max-width: 768px) {
    .question .question_text {
        display: block;
        width: 88%;
    }
    .vert-line, .hor-line {
        right: 10px;
    }
}

/* お知らせ */

.news {
    margin-top: 50px;
}

.news .title {
    border-bottom: 1px solid #707070;
    margin-bottom: 50px;
    padding-bottom: 20px;
}

.news-post {
    line-height: 1.6;
}

.news-post p {
    margin: 10px auto
}

.news-post a {
    color: #FF8888;
    text-decoration: underline;
}

.news .return {
    border-radius: 10px;
    background-color: #C9C4C4;
    color: #fff;
    height: 60px;
    margin: 70px auto 0;
    line-height: 60px;
    width: 250px;
    text-align: center;
}

.news .return.arw-right::after {
    top: 20px;
}

/* 商品ページ */

/* 商品詳細 */

.reservation_end_text {
    background-color: #E52D07;
    color: #ffffff;
    text-align: center;
    padding: 6px;
}

.product-info {
    margin: 75px auto;
    max-width: 1170px;
    width: 95vw;
}

.product-swiper {
    margin-right: 50px;
    max-width: 580px;
    width: 45%;
}

.product-desc {
    max-width: 530px;
    vertical-align: top;
    width: 95vw;
}

.code {
    display: block;
    margin: 5px 0 30px 0;
}

.price span:nth-child(1) {
    margin-left: 10px;
}

.price span:nth-child(2) {
    margin-left: 5px;
}

.product-txt p {
    line-height: 1.6;
    margin: 35px 0 25px;
}

.shipping span {
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    height: 52px;
    margin: 0 10px 25px 0;
    text-align: right;
    padding: 8px 16px 0 0;
    width: 134px;
}

.shipping span::before {
    content: url('https://aokisadaharu.itembox.design/item/icon-truck.png');
    display: inline-block;
    position: relative;
    top: 5px;
    right: 15px;
}

span.freezer {
    background-color: #54B2EF;
}

span.fridge {
    background-color: #43B721;
}

span.roomTemp {
    background-color: #9F9071;
}

.single-btn {
    border: 1px solid #707070;
    border-radius: 5px;
    box-sizing: border-box;
    height: 75px;
    line-height: 1.4;
    margin: 0 10px 0 0;
    padding: 5px 0 0 0;
    vertical-align: top;
    width: 129px;
}

.gift_option_img {
    display: flex;
    justify-content: flex-start;
}

.gift_option_img div {
    margin-right: 5px;
}

.product-btns {
    margin-bottom: 50px;
}

.product-btns>p {
    margin-top: 15px;
}

.product-opt {
    max-width: 540px;
}

.single-option {
    margin: 0 0 20px 40px;
    position: relative;
}

.gift-option img, .noshi-option img, .message-option img {
    position: absolute;
    left: -35px;
    top: -7px;
    width: 27px;
}

.message-option img {
    top: -4px;
}

.product-desc select {
    border-radius: 3px;
    padding: 0 0 0 15px;
}

.single-option select {
    float: right;
    width: 310px;
}

.purchase {
    margin: 30px 0;
}

.purchase select {
    height: 42px;
    margin-left: 15px;
    width: 100px;
}

.addToCart {
    background-color: #502F23;
    border-radius: 10px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    margin-left: 46px;
    width: 330px;
}

.addToCart::before {
    display: inline-block;
    content: url('https://aokisadaharu.itembox.design/item/icon-white-cart.png');
    margin-right: 15px;
    position: relative;
    top: 12px;
}

.like-links {
    border-right: 1px solid #707070;
    width: 300px;
}

.like-links a {
    margin: 0 0 17px 35px;
    position: relative;
}

.like-links a:last-child {
    margin: 0 0 0 35px;
}

.like-links a::before {
    position: absolute;
}

.like-link::before {
    content: url('https://aokisadaharu.itembox.design/item/icon-heart.png');
    left: -33px;
    top: -15px;
}

.question-link::before {
    content: url('https://aokisadaharu.itembox.design/item/icon-question.png');
    left: -29px;
    top: -5px;
}

.review-link::before {
    content: url('https://aokisadaharu.itembox.design/item/icon-pencil.png');
    left: -27px;
    top: -4px;
}

.product-sns {
    margin: 15px 0 0 35px;
    vertical-align: top;
}


@media screen and (max-width: 768px) {
    .product_description {
        min-width: 90%;
    }
}

.product-table {
    width: 100%;
}

.product-table th, .product-table td {
    vertical-align: middle;
    padding: 15px 0;
    border-bottom: 1px solid #cccccc;
}

.product-table th {
text-align: left;
width: 20%;
}

.product-catch {
    padding: 35px 0;
    margin-bottom: 75px!important;
}

.product-catch .text_area {
    width: 1100px;
    margin: 0 auto;
}

@media screen and (max-width: 1100px) {
    .product-catch .text_area {
        width: 90%;
        margin: 0 auto;
    }
}

.product-catch h2 {
    margin-bottom: 35px;
    line-height: 1.5;
}

.product-catch p {
    line-height: 2;
    /*調整追加*/
    width: 90%;
    margin: 0 auto;
}


@media screen and (max-width: 1200px) {
    .product-desc {
        max-width: none;
    }
    .product-swiper {
        display: block;
        margin: 0 auto;
    }
    .product-catch {
        padding: 35px 10px;
    }
}

@media screen and (max-width: 768px) {
    .product-info {
        margin: 20px auto 75px;
    }
    .product-swiper {
        overflow: hidden;
        width: 100%;
    }
    .single-btn {
        width: 119px;
    }
    .single-btn:nth-child(3) {
        margin-right: 0;
    }
    .single-option select {
        width: 60%;
    }
    .addToCart {
        margin: 20px 0;
    }
    .like-links {
        width: 205px;
    }
    .product-btns {
        display: block;
    }
    .shipping span {
        display: block;
    }
    .product-sns {
        margin: 15px 0 0 0;
    }
}

#set {
    max-width: 1250px;
    width: 95vw;
}

/*
#set::before {
    content: url('https://aokisadaharu.itembox.design/item/ph-bonbon.jpg');
    display: block;
    text-align: center;
}*/

#set h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-set.png')
}

.set-flex {
    margin: 50px auto;
    /*調整追加*/
    justify-content: flex-start;
}

.set-item {
    flex: 0 1 350px;
    /*調整追加*/
    margin-right: 50px;
}

.set-item img {
    width: 55%;
}

@media screen and (max-width: 768px) {
    .set-item {
        flex: 0 1 100%;
        margin-right: 0;
        justify-content: center;
    }

    .set-item img {
        width: 50%;
    }
}

@media screen and (max-width: 1260px) {
    .set-flex {
        width: 70%;
    }

    .set-item:nth-of-type(2n){
        margin-right: 0;
    }
}

@media screen and (max-width: 1200px) {
    .set-flex {
        width: 80%;
    }
}

@media screen and (max-width: 988px) {
    .set-flex {
        width: 90%;
    }
}

@media screen and (max-width: 880px) {
    .set-flex {
        width: 100%;
    }
}

.set-item div {
    width: 43%;
}

.set-txt h3 {
    font-weight: bold;
    margin-top: 35px;
}

.set-txt span {
    display: block;
    margin-bottom: 15px;
}

.set-txt p {
    line-height: 1.5;
}

#spec {
    max-width: 845px;
    width: 95vw;
    margin-bottom: 75px;
}

#spec h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-spec.png')
}

#spec table {
    border-collapse: separate;
    border-spacing: 5px;
    font-family: "A-OTF A1 Mincho Std", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Sans Japanese', serif;
    /*調整追加*/
    width: 100%;
}

#spec table tr {
    margin-bottom: 5px;
}

#spec table th {
    background-color: #eee;
    padding: 20px 0 20px 15px;
    text-align: left;
    width: 18%;
}

#spec table td {
    background-color: #F7F7F7;
    line-height: 1.8;
    padding: 20px 20px 20px 30px;
}

@media screen and (max-width: 845px) {
    #spec table th, #spec table td {
        display: block;
        margin: 0 auto;
        padding: 10px 20px;
        width: 100%;
    }
}

#reviews {
    background-color: #F7F7F7;
}

.review-center {
    margin: 50px auto;
}

#related h1::after {
    content: url('https://aokisadaharu.itembox.design/item/txt-pickup.png')
}

.related-slick {
    margin: 50px auto 0;
}

@media screen and (max-width: 768px) {
    #related {
        overflow: hidden;
    }
    #related h1::after {
        content: "";
        background: url(https://aokisadaharu.itembox.design/item/txt-pickup.png);
        background-repeat: no-repeat;
        background-size: contain;
        width: 90%;
        height: 100px;
        background-position: center;
    }
}

/*----------------------お問い合わせフォーム----------------------*/

#contactform input[type="submit"] {
    background: #C9C4C4;
    color: #FFF;
    font-weight: bold;
    padding: 20px 70px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#contactform input[type="submit"]:hover {
    background: #A8A3A3;
}


