.gl_Item {
    max-width: 750px;
    /* width:90%; */
    margin: auto;
    padding:0;
}

.item_wrap .catch .title {
    font-size: 40px;
    letter-spacing: 10px;
    margin: 80px 0 40px;
}

.product .title {
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    font-size: 70px;
    font-weight: 400;
    letter-spacing: 25px;
    line-height: 1.6em;
    margin-bottom: 30px;
}

.item_wrap .catch p {
    line-height: 2em;
    text-align: center;
    font-size: 22px;
    margin-bottom: 90px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.item_wrap .item_details .img {
    width: 48%;
}

.item_wrap .item_details .name {
    font-size: 35px;
    font-family: 'Noto Serif JP', serif;
}
.item_wrap.mom .item_details .name span{
    font-size: 20px;
}

.item_wrap .item_details .price {
    font-size: 65px;
    font-family: 'Noto Serif JP', serif;
    line-height: 1em;
}

.item_wrap .item_details .price .yen {
    font-size: 30px;
    line-height: 1em;
    margin-left: 10px;
}

.item_wrap .item_details .price .tax {
    font-size: 24px;
    line-height: 1em;
    display: block;
    margin-top: 20px;
}

.item_wrap .item_details .link {
    text-align: center;
    width: 340px;
}

.item_wrap .item_details .link a {
    font-size: 24px;
    color: #fff!important;
    background-color: #c43200;
    display: inline-block;
    width: 100%;
    padding: 5px 0;
    border-radius: 30px;
    margin: 30px 0 10px;
    letter-spacing: 2px;
}

.item_wrap .item_details .attention {
    font-size: 17px;
    margin-bottom: 40px;
    text-align: left;
    font-family: 'Noto Serif JP', serif;
}

.item_wrap .item_details .read .heading {
    font-size: 25px;
    display: block;
    margin-bottom: 20px;
}

.item_wrap .item_details .read {
    font-family: 'Noto Serif JP', serif;
    font-size: 18px;
    line-height: 1.8em;
}

.item_wrap .item_details .read .postscript {
    font-size: 16px;
    display: block;
    margin-top: 15px;
    line-height: 1.6em;
}

.item_wrap .in-page_link ul {
    width: 100%;
    margin: 100px 0 150px;
    padding-left: 0;
}

.item_wrap .in-page_link li {
    width: 18%;
    border: 1px solid #cbac8f;
    color: #cbac8f;
    text-align: center;
}

.item_wrap .in-page_link a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    font-family: 'Noto Serif JP', serif;
    font-size: 15px;
    letter-spacing: 0.8px;
    color: #cbac8f;
    transition: .4s;
}

.item_wrap .in-page_link a:hover {
    background-color: #cbac8f;
    color: #fff;
}

.item_wrap .sectopn-title {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 40px;
    background-color: #caab8e;
    color: #fff;
    padding: 12px 0;
    font-weight: 400;
}

.item_wrap .features .point h4 {
    width: 120%;
    margin-bottom: 50px;
}

.item_wrap .features h4 .icon {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    background-color: #caab8e;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    font-size: 45px;
    line-height: 1em;
    vertical-align: middle;
}

.item_wrap .features h4 .icon small {
    display: block;
    font-size: 25px;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: 1px;
    padding-top: 24px;
}

.item_wrap .features {
    font-family: 'Noto Serif JP', serif;
    margin-bottom: 145px;
}

span {
    display: inline-block;
}

.item_wrap .features h4 .text {
    margin-left: 28px;
    font-size: 35px;
    font-weight: 500;
    vertical-align: middle;
    letter-spacing: 4px;
}

.item_wrap.banane .features .point01 .bisection {
    justify-content: flex-start;
    align-items: center;
}

.item_wrap.banane .features .point01 .bisection .img {
    width: 28%;
}

.item_wrap.banane .features .point01 .bisection .text {
    width: 70%;
}


.item_wrap .features .bisection .body-text {
    font-size: 18px;
    line-height: 1.6em;
}

.item_wrap .features .choco_list {
    background-color: #d8c8b8;
}

.item_wrap .features .choco_list ul {
    padding: 40px;
    margin-top: 66px;
    flex-wrap: nowrap;
}

.item_wrap.banane .features .choco_list li {
    width: 46%;
}

.item_wrap .features .choco_list img {
    max-width: 194px;
}

.item_wrap .features .choco_list .name {
    font-size: 16px;
    line-height: 1em;
    margin: 10px 0;
}

.item_wrap .features .choco_list .name span {
    font-size: 12px;
    line-height: 1em;
    display: block;
    margin-top: 5px;
}

.item_wrap .features .choco_list .read {
    font-size: 13px;
    letter-spacing: 0;
    text-align: justify;
}

.point {
    margin-top: 100px;
}

.item_wrap.banane .features .point02 .bisection {
    align-items: flex-start;
}
.item_wrap.fromage .features .bisection .img{
    width: 71%;
    margin: 33px auto 14px;
}
.item_wrap.fromage .features .bisection li{
    width: 31%;
}
.item_wrap.fromage .features .bisection .text{
    width: 100%;
}
.item_wrap.fromage .point01 .bisection .heading{
    font-size: 16px;
}
.item_wrap.fromage .point01 .bisection .body-text{
    font-size: 14px;
}
.item_wrap.fromage .point02 .bisection .img{
    width: 45%;
    margin: 0;
}
.item_wrap.fromage .point02 .bisection .text{
    width: 50%;
}

.item_wrap .features .bisection .img {
    width: 45%;
}

.item_wrap .features .bisection .text {
    width: 50%;
}

.item_wrap.normal .features .order-btn {
    margin-top: 80px;
}

.item_wrap.normal .order-btn {
    text-align: center;
}

.item_wrap.normal .order-btn a {
    display: inline-block;
    background-color: #c43200;
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    padding: 5px 70px;
    border-radius: 30px;
    font-family: 'Noto Sans JP', sans-serif;
}



.item_wrap .media .heading {
    font-family: 'Noto Serif JP', serif;
    margin: 60px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.item_wrap .media .flex div {
    width: 305px;
}

.item_wrap .media .flex p {
    text-align: center;
    font-size: 16px;
    margin: 20px 0 0;
    line-height: 1.2em;
    font-weight: 500;
    font-family: 'Noto Serif JP', serif;
}

.item_wrap .media .media_box2 {
    margin: 25px auto 100px;
    width: 100%;
    position: relative;
}

.item_wrap .media .media_box2 p {
    width: 100%;
    font-size: 18px;
    text-align: center;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 1.8em;
    font-family: 'Noto Serif JP', serif;
}

.item_wrap .package p {
    text-align: center;
    font-size: 18px;
    line-height: 34px;
    margin: 30px 0 60px;
}

.item_wrap .best-before .limited{
    padding-top:50px;
}

.item_wrap .best-before .normal {
    color: #806a33;
}

.item_wrap .best-before li {
    width: 45%;
    text-align: center;
}

.item_wrap .best-before li span {
    font-size: 25px;
    margin-top: 25px;
    font-family: serif;
}

.item_wrap .best-before .freezing {
    color: #004427;
}

.item_wrap .best-before dl {
    width: 77%;
    margin: 0 auto;
    border-top: 1px solid #ceb79f;
    border-bottom: 1px solid #ceb79f;
    vertical-align: middle;
    font-size: 26px;
    font-family: 'Noto Serif JP', serif;
}

.item_wrap .best-before dt,
.item_wrap .best-before dd {
    width: 95%;
    margin: 1em auto;
}

.item_wrap .best-before dt .icon {
    color: #caab8e;
}

.item_wrap .best-before .icon {
    vertical-align: top;
    margin-right: 10px;
}

.item_wrap .best-before dd .icon {
    color: #ce3232;
}

.item_wrap.normal .best-before .order-btn {
    margin-top: 50px;
}


.item_wrap.normal .service {
    font-family: 'Noto Serif JP', serif;
}

.item_wrap.normal .service .heading-top {
    text-align: center;
    margin: 50px 0 10px;
    font-size: 40px;
}

.item_wrap.normal .service .read {
    text-align: center;
}

.item_wrap .service .read {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    margin-top: 1em;
    font-weight: 300;
}

.item_wrap.normal .service .pkg_list li {
    width: calc(100% / 3);
    text-align: center;
    margin: 20px;
}

.item_wrap.normal .service .pkg_list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}



.item_wrap.normal .service .pkg_list .text {
    font-size: 16px;
    margin: 5px 0;
    font-family: 'Noto Sans JP', sans-serif;
}

.item_wrap.normal .service .pkg_list img {
    height: 210px;
    width: auto;
}

.item_wrap.normal .service .pkg_list .text-red {
    color: #c43200;
    font-size: 22px;
    font-weight: bold;
}

.item_wrap.normal .service .pkg_list a {
    display: inline-block;
    background-color: #c43200;
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    padding: 5px 0;
    width: 226px;
    border-radius: 30px;
}

.item_wrap .service li {
    width: 45%;
    text-align: center;
    white-space: nowrap;
    margin-top: 40px;
}

.item_wrap .service li:first-of-type .img {
    width: 80%;
    margin: 0 auto;
}

.item_wrap .service .heading {
    font-size: 24px;
    line-height: 1.4em;
}

.item_wrap .service .fs-28 {
    font-size: 20px;
    margin-left: 3px;
}

.item_wrap .service .fs-25 {
    font-size: 19px;
    line-height: 1em;
}

.service .service-list .read {
    font-size: 13px;
}

.item_wrap .service a {
    display: inline-block;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300;
    font-size: 12px;
    background-color: #d8c8b8;
    padding: 3px .8em 4px;
    margin-top: 1em;
    transition: 0.4s;
}

.item_wrap .service a:hover {
    opacity: 0.7;
}

.item_wrap.normal .service .important {
    margin-bottom: 50px;
}

.item_wrap .service .important, .category_wrap .reason .important {
    width: 80%;
    margin: 85px auto 100px;
    text-align: center;
    border: 2px solid #801a1f;
    padding: 30px 0;
}
.category_wrap .reason .important {
    margin: 40px auto 0;
}

.item_wrap .service .important .heading {
    font-size: 30px;
    color: #801a1f;
}
.category_wrap .reason .important .heading{
    font-size: 28px;
    color: #801a1f;
    font-family: 'Noto Serif JP', serif;
    line-height: 1;
}

.item_wrap .service .important .read {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    margin-top: 7px;
    line-height: 1.6em;
}
.category_wrap .reason .important .read{
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    margin: 13px 0 0;
    line-height: 1.6em;
}

.item_wrap .original_bag div {
    margin: 0 auto 100px;
    position: relative;
}

.item_wrap .original_bag .to-bag_btn {
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 38%;
    transition: 0.4s;
}

.item_wrap .original_bag .option_btn {
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 68%;
    transition: 0.4s;
}

.item_wrap .original_bag .to-bag_btn:hover,
.item_wrap .original_bag .option_btn:hover {
    opacity: 0.7;
}


.item_wrap .assortment .read {
    text-align: center;
    color: #231815;
    font-family: 'Noto Serif JP', serif;
    margin: 85px auto 80px;
    font-size: 36px;
    letter-spacing: 8px;
    font-weight: 500;
}

.item_wrap .assortment .item-list {
    background-color: rgba(202, 171, 142, .2);
    width: 100%;
}

.item_wrap .assortment ul {
    width: 750px;
    margin: 0 auto 150px;
    padding: 100px 0 65px;
}

.item_wrap .assortment ul.flex {
    width: 100%;
    justify-content: space-around;
}

.item_wrap .assortment li {
    width: 47%;
    background-color: #fff;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 0 30px;
}

.item_wrap .assortment li.empty{
    background-color: transparent;
}

.item_wrap .assortment .img {
    margin: 0 auto;
    padding: 20px 0 10px;
}

.item_wrap .assortment .name {
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
    padding-bottom: 10px;
    border-bottom: 1px solid #231815;
}

.item_wrap .assortment .name span {
    font-size: 14px;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: -1px;
    white-space: nowrap;
}

.item_wrap .assortment .type .choco {
    background-color: #40210f;
}

.item_wrap .assortment .type .banane {
    background-color: #f3b12c;
}

.item_wrap .assortment .type .matcha {
    background-color: #567b03;
}

.item_wrap .assortment .type span {
    width: 31%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding: 1px 0;
    margin: 20px 2% 8px 0;
}

.item_wrap .assortment .price {
    font-family: 'Noto Serif JP', serif;
    font-size: 40px;
    line-height: 1em;
}

.item_wrap .assortment .price .yen {
    font-size: 24px;
    vertical-align: 2px;
    margin-left: 4px;
}

.item_wrap .assortment .price .tax {
    font-size: 20px;
    vertical-align: 2px;
}

.item_wrap .assortment .link a {
    display: inline-block;
    width: 100%;
    letter-spacing: 3px;
    text-align: center;
    background-color: #c43200;
    font-size: 18px;
    color: #fff;
    padding: 4px 0;
    border-radius: 30px;
    margin: 10px 0 35px;
    transition: 0.4s;
}

.item_wrap .assortment .link a:hover {
    opacity: 0.7;
}

.item_wrap .assortment .img.set8 {
    width: 70%;
}

.item_wrap .assortment .img.set3 {
    width: 73%;
    margin-bottom: -25px;
}

.item_wrap.normal .gift-link .read {
    text-align: center;
    margin: 35px 0;
}

.item_wrap.normal .gift-link ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 125px;
}

.gl_Item ul {
    padding: 0;
}

.item_wrap.normal .gift-link li {
    width: 32%;
}

a {
    transition: 0.4s;
}

a:hover {
    opacity: 0.7;
}

.item_wrap section.msg-card img{
    margin: 50px 0;
}

.item_wrap .information {
    padding: 0;
}

.item_wrap .information ul {
    margin-top: 54px;

}

.item_wrap .information li {
    width: 49%;
    padding: 0;
}

.item_wrap .information .flex table {
    border-collapse: collapse;
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-size: 8px;
    width: 100%;
}

.item_wrap .information .flex td {
    width: 67%;
    line-height: 1.5em;
    padding: 8px 0 8px 3%;
    font-size: 14px;
}

.item_wrap .information li span {
    font-family: 'Noto Serif JP', serif;
    font-weight: 300;
    font-size: 12px;
    margin-top: .7em;
}

.item_wrap .information .scene table {
    margin: 0 auto;
    font-family: 'Noto Serif JP', serif;
}

.item_wrap .information .scene th {
    text-align: left;
    font-weight: 300;
    vertical-align: top;
    padding-bottom: 50px;
    border-right: 1px solid #fff;
    width: 28%;
    line-height: 1.6em;
}

.item_wrap .information .scene td {
    padding-bottom: 55px;
    vertical-align: top;
    padding-left: 27px;
    line-height: 1.6em;
    text-align: justify;
}

.top_space {
    margin-top: 50px;
}

/* tdc-4 */

.tdc-4 .item_details .name {
    font-size: 30px;
}

.tdc-4 .item_details .name .small {
    font-size: 18px;
}

.item_details .set-includes_label {
    display: flex;
    justify-content: flex-start;
    margin: 12px 0 18px;
}

.item_details .set-includes_label span{
    display: inline-block;
    width: 120px;
    margin-right: 3px;
    text-align: center;
    padding: 0 0 1px;
}

.item_details .set-includes_label span.chocolat {
    background-color: #40210f;
    color: #fff;
}

.item_details .set-includes_label span.cheese {
    background-color: #f2dd64;
}

.item_details .set-includes_label span.banane {
    background-color: #f3b12c;
    color: #fff;
}

.item_details .set-includes_label span.matcha {
    background-color: #567b03;
    color: #fff;
}

.set-includes_list {
    width: 100%;
    margin: 100px 0 ;
    background-color: rgba(202, 186, 170, .7);
    padding: 100px 0 20px;
}

.set-includes_list ul.set_list_cont {
    width: 95%;
    margin: 0 auto;
}

.set_list_cont li {
    margin-bottom: 80px;
    font-family: 'Noto Serif JP', serif;
}

.set-includes_list .img {
    width: 46%;
}

.set-includes_list .text {
    width: 50%;
}


.set_list_cont .catchcopy {
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: 2px;
}

.set_list_cont .name {
    font-size: 32px;
    margin: 20px 0;
    line-height: 1.2em;
    letter-spacing: -2px;
}

.set_list_cont .read {
    font-size: 16px;
    text-align: justify;
}

.tdc-4 .package,
.tdc-4 .service{
    margin-bottom: 150px;
}

@media screen and (min-width: 769px) {
    .item_wrap.fromage .features .bisection li:nth-of-type(2) .img{
        width: 81%;
        margin: 0 auto;
    }
    .item_wrap.fromage .features .bisection li:last-of-type .img{
        width: 66%;
        margin: 60px auto 23px;
    }
}

@media screen and (max-width: 768px) {
    .fs-body-product main{
        width: 100%;
        overflow-x: hidden;
    }
    .item_wrap .catch .title {
        font-size: 22px;
        letter-spacing: 5px;
        margin: 80px 0 40px;
    }

    .item_wrap .catch p {
        line-height: 2em;
        text-align: center;
        font-size: 14px;
        margin-bottom: 90px;
    }


    .inner.flex {
        display: block;
        width:80%;
        margin: auto;
    }  

    .item_wrap .item_details .img {
        width: 100%;
    }

    .item_wrap .item_details .img span{
        display: inline-block;
        margin-bottom: 20px;

    }

    .item_wrap .item_details .name {
        font-size: 20px;
    }

    .item_wrap .item_details .price {
        font-size: 40px;
    }

    .item_wrap .item_details .price .yen {
        font-size: 20px;
    }

    .item_wrap .item_details .price .tax {
        font-size: 15px;
    }

    .item_wrap .item_details .link {
        width: 80%;
    }

    .item_wrap .item_details .link a {
        font-size: 14px;
    }

    .item_wrap .item_details .attention {
        font-size: 12px;
    }

    .item_wrap .item_details .read .heading {
        font-size: 18px;
    }

    .item_wrap .item_details .read {
        font-size: 14px;
    }

    .item_wrap .item_details .read .postscript {
        font-size: 14px;
    }

    .item_wrap .in-page_link ul.flex {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .item_wrap .in-page_link li {
        width: 100%;
    }


    .item_wrap .sectopn-title {
        font-size: 20px;
        padding: 5px 0;
    }
    .item_wrap .features{
        width: 84%;
        margin: 0 auto 80px;
    }

    .item_wrap .features .point h4 {
        text-align: center;
        margin-bottom: 50px;
        width: 100%;
    }

    .item_wrap .features h4 .icon {
        width: 60px;
        height: 60px;
        border-radius: 50px;
        font-size: 25px;
    }

    .item_wrap .features h4 .icon small {
        display: block;
        font-size: 15px;
        padding-top: 12px;
    }


    .item_wrap .features h4 .text {
        margin: 20px auto;
        font-size: 25px;
        letter-spacing: 4px;
    }
    .item_wrap.matcha .features h4 .text{
        width: 100%;
        letter-spacing: 0;
    }
    .item_wrap.matcha .features .bisection .img{
        width: 76%;
        margin: 0 auto;
    }
    .item_wrap .features .point02 .bisection .img{
        width: 100%;
    }

    .item_wrap .features .bisection.flex{
        width: 90%;
        margin: auto;
        flex-wrap: nowrap;
        justify-content: space-between;
    }

    .item_wrap .features .bisection .text {
        width: 70%;
        margin-left: 30px;
    }

    .item_wrap .features .bisection .text .body-text{
        font-size: 15px;
    }
    .point{
        margin-top: 35px;
    }

    .item_wrap.banane .features .bisection.flex{
        width: 100%;
        justify-content: space-between;
    }

    .item_wrap.banane .features .point01 .bisection .img{
        width: 30%;
    }

    .item_wrap.banane .features .bisection .text{
        width: 62%;
    }
    .item_wrap.fromage .features h4 .text{
        width: 100%;
    }
    .item_wrap.fromage .features .bisection li{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .item_wrap.fromage .features .point01 .bisection .img{
        width: 41%;
        margin: 0;
    }
    .item_wrap.fromage .features .point01 .bisection .text{
        width: 59%;
    }
    .item_wrap.fromage .point01 .bisection .heading{
        text-align: left;
    }
    .item_wrap.fromage .point01 .bisection .heading span{
        font-size: 14px;
        margin: 0;
    }
    .item_wrap.fromage .point01 .bisection .text .body-text{
        font-size: 12px;
        text-align: justify;
        line-height: 1.7;
    }

    .item_wrap .features .choco_list{
        width: 100vw;
        margin: 12px calc(50% - 50vw) 0;
    }
 
    .item_wrap .choco_list .flex{
        display: block;
    }

    .item_wrap .features .choco_list ul{
        padding: 10px 0;
    }

    .item_wrap.banane .features .choco_list li {
        width: 100%;
        padding: 10px;
    }
    .item_wrap.banane .features .point02 .bisection{
        width: 100%;
    }
    .item_wrap.normal .features .order-btn{
        margin-top: 30px;
    }

    .item_wrap.normal .order-btn a{
        font-size: 14px;
        padding: 5px 30px;
    }

    .item_wrap .choco_list .sp_flex{
        display: flex;
        justify-content: space-between;
        align-items: start;
    }

    .item_wrap .choco_list .sp_flex img{
        width:30%;
    }

    .item_wrap .choco_list .sp_flex div{
        width:65%;
    }


    .item_wrap .media .heading {
        font-family: 'Noto Serif JP', serif;
        margin: 60px 0;
        text-align: center;
        font-size: 24px;
        font-weight: 400;
    }

    .item_wrap .media .flex {
        justify-content: center;
    }

    .item_wrap .media .flex div {
        width: 50%;
    }

    .item_wrap .media .flex p {
        font-size: 13px;
    }

    .item_wrap .media .media_box2 p {
        position: relative;
        bottom: 0;
    }

    .item_wrap .best-before li {
        padding: 20px;
        width: 50%;
    }

    .item_wrap .best-before li span {
        font-size: 18px;
    }


    .item_wrap .best-before dl {
        width: 85%;
        font-size: 18px;
    }

    .item_wrap .best-before dt,
    .item_wrap .best-before dd {
        width: 95%;
        margin: 1em auto;
    }



    .item_wrap.normal .service .heading-top {
        font-size: 25px;
    }

    .item_wrap.normal .service .read {
        text-align: center;
    }

    .item_wrap .service .read {
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 16px;
        margin-top: 1em;
        font-weight: 300;
    }

    .item_wrap.normal .service .pkg_list {
        display: block;
    }


    .item_wrap.normal .service .pkg_list li {
        width: 100%;
        text-align: center;
        margin: 30px 0;
        display: flex;
        justify-content: space-around;
    }

    .item_wrap.normal .service .pkg_list.banane li {
        width: 100%;
        text-align: center;
        margin: 30px 0;
        display: block;
    }


    .item_wrap.normal .service .pkg_list .text {
        padding: 5px;
        font-size: 14px;
    }

    .item_wrap.normal .service .pkg_list img {
        height: auto;
        width: 200px;
    }

    .item_wrap.normal .service .pkg_list.banane img {
        height: auto;
        max-width: 300px;
        width: 100%;
    }

    .item_wrap.normal .service .pkg_list .text-red {
        font-size: 16px;
    }

    .item_wrap.normal .service .pkg_list a {
        font-size: 16px;
        width: 200px;
    }

    .item_wrap .service .heading {
        font-size: 22px;
        line-height: 1.3em;
    }

    .service-list.flex {
        display: block;
        width: fit-content;
    }

    .item_wrap .service li {
        width: fit-content;
        text-align: center;
        margin: auto;
        margin-top: 40px;
    }

    .item_wrap .service li .img{
        width: 60% !important;
        margin: 20px auto;
    }



    .item_wrap .service .important .heading {
        font-size: 20px;
        color: #801a1f;
    }

    .item_wrap .service .important .read {
        font-size: 16px;
    }

    .item_wrap .assortment .read {
        font-size: 22px;
        letter-spacing: 4px;
    }

    .item_wrap .assortment .flex li{
        width:46%;
        padding:10px;
    }

    .item_wrap .assortment .name {
        font-size: 20px;
    }


    .item_wrap .assortment .name span {
        font-size: 11px;
        letter-spacing: auto;
        line-height: 20px;
    }



    .banane .item_wrap .assortment .link a {
        letter-spacing: 1.5px;
        font-size: 14px;
    }
    
    .banane .item_wrap .assortment .price .tax{
        font-size: 16px;
    }

    .banane .item_wrap .assortment .type span{
        font-size: 12px;
    }



    .item_wrap.normal .gift-link .read {
        text-align: center;
        margin: 35px 0;
    }

    .item_wrap.normal .gift-link ul {
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 50px;
    }


    .item_wrap.normal .gift-link li {
        width: 90%;
        margin-bottom: 20px;
    }

    .item_wrap .information .read {
        font-size: 20px;
        letter-spacing: 0.2em;
    }


   
    .item_wrap .information li {
        width: 95%;
        margin: auto;
    }
    
   
    .item_wrap .information .scene .sp_title {
        text-align: center;
        font-weight: 500;
        padding-bottom: 5px;
        border-bottom: 1px solid #fff;
        width: 70%;
        margin: auto;
    }
    
    .item_wrap .information .scene .sp_read {
        margin: 30px auto;
        font-size: 14px;
    }

    
    .top_space {
        margin-top: 50px;
    }

    /* tdc-4 */

    .set-includes_list ul.set_list_cont .flex {
        display: block;
    }

    .set-includes_list .img, 
    .set-includes_list .text {
        width: 100%;
    }
}


/*イベント限定商品*/
.wrap main .category_wrap section h2{
    width: 100%;
    border: none;
    color: #000;
    margin: 80px 0 40px;
    font-weight: normal;
    letter-spacing: 10px;
    font-size: 36px;
}
.content-wrap.mom .mv p{
    font-size: 10px;
    margin-right: 1em;
    margin-top: 5px;
}
.category_wrap .features .bisection .flex{
    align-items: center;
}
.category_wrap .features .bisection .heading{
    font-size: 20px;
    margin-bottom: 10px;
}
.category_wrap .customers .img{
    width: 94%;
    margin: 55px auto 20px;
}
.category_wrap .customers p{
    text-align: center;
    font-size: 16px;
    font-family: 'Noto Serif JP',serif;
    margin: 0 auto 80px;
}
.category_wrap .reason{
    background: center/500px;
}
.category_wrap.wedding .reason{
    background-image: url(https://lecoquillage.itembox.design/item/product/wed/wed_reason_bg.jpg);
}
.category_wrap.new-b .reason{
    background-image: url(https://lecoquillage.itembox.design/item/product/bc/new-b_reason_bg.jpg);
}
.category_wrap.birthday .reason{
    background-image: url(https://lecoquillage.itembox.design/item/product/bd/bd_reason_bg.jpg);
}
.category_wrap.event.wd .reason{
    background-color: rgba(0, 141, 255, .15);
}
.category_wrap.event.mom .reason{
    background: #fff2f3 no-repeat top 200px center /1200px url(https://lecoquillage.itembox.design/item/product/mom/mom_reason_bg-1.png);;
}
.category_wrap .reason .reason_wrap{
    width: 94%;
    margin: 0 auto;
    padding-bottom: 100px;
}
.category_wrap .reason h3{
    text-align: center;
    font-family: 'Noto Serif JP',serif;
    font-size: 46px;
    font-weight: 600;
    padding-top: 60px;
    margin-bottom: 50px;
    position: relative;
    color: #4c3735;
    letter-spacing: .2em;
}
.category_wrap.mom .reason h3{
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
.category_wrap.mom .reason h3 span{
    letter-spacing: 5px;
}
.category_wrap .reason h3 span{
    font-size: 28px;
    font-weight: 300;
}
.category_wrap.birthday .reason h3 span{
    letter-spacing: 1px;
}
.category_wrap .reason h3:before, .category_wrap .reason h3:after {
    display: block;
    content: "";
    width: 90px;
    height: 2px;
    background-color: #604d3f;
    position: absolute;
    bottom: 55px;
}
.category_wrap .reason h3:before{
    transform: rotate(60deg);
    left: 0;
}
.category_wrap .reason h3:after{
    transform: rotate(-60deg);
    right: 0px;
}
.category_wrap .reason_cont, .category_wrap .number{
    text-align: center;
}
.category_wrap .reason_01{
    margin-bottom: 40px;
}
.category_wrap .number img{
    height: 50px;
    width: auto;
}
.category_wrap .number span:before, .category_wrap .number span:after {
    display: inline-block;
    content: "";
    width: 100px;
    height: 10px;
    background: no-repeat center/100% url(https://lecoquillage.itembox.design/item/product/custom/reason_no_border.png);
    vertical-align: 13px;
}
.category_wrap .number span:before{
    margin-right: 10px;
}
.category_wrap .number span:after{
    margin-left: 10px;
}
.category_wrap .reason_cont .heading{
    font-family: 'Noto Serif JP',serif;
    /*font-size: 33px;*/
    font-size: 23px;
    margin: 14px 0;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 2px;
    color: #5f4d3f;
}
.category_wrap.mom .reason_cont .heading{
    margin: 25px 0;
}
.category_wrap .reason_cont .fs-25{
    font-size: 18px;
}
.category_wrap .reason_cont .read{
    font-size: 14px;
    line-height: 1.8;
    color: #231815;
    margin: 0;

}
.category_wrap .reason_01 .img{
    width: 550px;
    margin: 0 auto;
}
.category_wrap.new-b .reason_01 .img{
    width: auto;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.category_wrap.new-b .reason_01 .img .noshi{
    width: 49%;
    margin: 20px 0 0;
}
.category_wrap.new-b .reason_01 .img .wrap{
    width: 37%;
}
.category_wrap.wedding .reason_01 .img{
    width: 316px;
}
.category_wrap.new-b .reason_01.card .msg-card{
    position: relative;
}
.category_wrap.new-b .reason_01.card .msg-card .img{
    display: block;
    width: 62%;
    margin: 30px auto 0 8%;
    position: relative;
    z-index: 2;
}
.category_wrap.new-b .reason_01.card .msg-card .circle{
    width: 230px;
    height: 230px;
    background-color: rgba(203,173,145,.3);
    border-radius: 50%;
    position: absolute;
    top: -46px;
    right: 6%;
    z-index: 1;
}
.category_wrap.new-b .reason_01.card .msg-card .text{
        width: 100%;
    position: absolute;
    top: 46px;
    left: 50%;
    transform: translateX(-50%);
}
.category_wrap.new-b .reason_01.card .msg-card .text p{
    font-size: 15px;
    font-weight: bold;
}
.category_wrap.new-b .reason_01.card .msg-card .text ul{
    font-size: 14px;
    margin: 10px 0 0 24%;
    text-align: left;
    line-height: 1.8;
}
.category_wrap .reason_inner .flex{
    margin: 0;
    padding: 0;
}
.category_wrap .reason_inner li.reason_cont{
    width: 50%;
    margin-bottom: 40px;
}
.category_wrap.mom li.reason_cont{
    background: no-repeat top 70px right/300px url(https://lecoquillage.itembox.design/item/product/mom/mom_reason_bg-2.png);
}
.category_wrap.mom .reason_04 .img, .category_wrap.dad .reason_04 .img{
    width: 316px;
    margin: 50px auto 0;
}
.category_wrap.mom .reason_05 .img, .category_wrap.dad .reason_05 .img{
    margin-top: 30px;
}
.category_wrap .reason_02 .img{
    width: 62%;
    margin: 0 auto;
}
.category_wrap.mom .reason_02 .img{
    margin-top: 10px;
}
.category_wrap .reason_03 .img{
    margin: 22px auto 0;
    width: 47%;
}
.category_wrap.mom .reason_03 .img,.category_wrap.dad .reason_03 .img,.category_wrap.xmas .reason_03 .img{
    max-width: 310px;
    margin-top: 65px;
}
.category_wrap .reason_04 .img{
    margin: 12px auto 0;
    width: 78%;
}
.category_wrap .reason_05 .img{
    margin: 24px auto 0;
}
.category_wrap .msg .caption{
    font-size: 30px;
    font-family: 'Noto Serif JP',serif;
    text-align: center;
    font-weight: 300;
    line-height: 1.3;
    padding: 14px 0;
    margin: 100px 0 0;
    letter-spacing: .2em;
}
.category_wrap.wedding .msg .caption{
    background-color: #c8646e;
    color: #fff;
}
.category_wrap.new-b .msg .caption{
    background-color: #fff2ad;
}
.category_wrap.birthday .msg .caption{
    background-color: #a50000;
}
.category_wrap.event.wd .msg .caption{
    background-color: #476692;
    color: #fff;
}
.category_wrap.mom .msg .caption{
    background-color: #ff828c;
    color: #fff;
}
.category_wrap.dad .msg .caption{
    background-color: #003778;
    color: #fff;
}
.category_wrap .msg .description{
    text-align: center;
    font-size: 16px;
    margin: 35px 0 50px;
}
.category_wrap .msg li{
    width: 47%;
    margin-bottom: 40px;
}
.category_wrap .msg li p{
    font-size: 18px;
    font-family: 'Noto Serif JP',serif;
    text-align: center;
    margin: 0.5em 0 0;
}
.category_wrap .msg li span{
    font-size: 12px;
}
@media screen and (min-width: 769px) {
    .wrap .category_wrap .catch p{
    font-size: 20px;
    }
    .wrap .category_wrap.chocolat .features .choco_list li{
        width: calc(100% / 3);
    }
    .wrap .category_wrap.chocolat .features .choco_list li:nth-of-type(2){
        width: 24%;
    }
    .wrap .category_wrap.chocolat .features .choco_list li:not(:nth-of-type(2)) img{
        display: block;
        width: 83%;
    }
    .item_wrap.category_wrap .features .choco_list .name{
        font-size: 14px;
    }
    .category_wrap.new-b .reason_03 .img{
        margin: 10px auto 0;
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    .wrap main .category_wrap section h2{
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 1.8;
        margin: 45px 0 10px;
    }
    .item_wrap.category_wrap .features .bisection.flex{
        display: block;
        width: 100%;
    }
    .item_wrap.category_wrap .features .bisection .img.w-105per{
        width: 105%;
        margin-left: -5%;
    }
    .item_wrap.category_wrap .features .bisection .text{
        width: 100%;
        margin: 0;
    }
    .category_wrap .features .bisection .heading{
        text-align: center;
        margin: 15px 0 10px;
    }
    .category_wrap .features .bisection .heading span{
        font-size: 15px;
    }
    .item_wrap.category_wrap .features .choco_list ul{
        padding: 30px 0 10px;
    }
    .category_wrap .features .choco_list li{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 0 0 20px;
    }
    .category_wrap .features .choco_list li .img{
        display: block;
        width: 30%;
    }
    .item_wrap .features .choco_list img{
        width: 100%;
    }
    .category_wrap .features .choco_list li .text_box{
        width: 63%;
        display: block;
    }
    .category_wrap .features .choco_list li .text_box span{
        width: 100%;
    }
    .category_wrap .customers .sectopn-title{
        width: 84%;
        margin-left: auto;
        margin-right: auto;
    }
    .category_wrap.birthday .customers .sectopn-title{
        width: 100%;
    }
    .category_wrap .customers p{
        font-size: 10px;
        margin-bottom: 40px;
    }
    .category_wrap .reason h3{
        font-size: 20px;
        padding-top: 30px;
        margin-bottom: 30px;
        white-space: normal;
    }
    .category_wrap .reason h3 span{
        font-size: 15px;
    }
    .category_wrap .reason h3:before, .category_wrap .reason h3:after{
        width: 66px;
        bottom: 24px;
        height: 1px;
    }
    .category_wrap .reason h3:before{
        left: -3%;
    }
    .category_wrap .reason h3:after{
        right: -3%;
    }
    .category_wrap .number img {
        height: 22px;
    }
    .category_wrap .number span:before, .category_wrap .number span:after {
        width: 48px;
        vertical-align: middle;
    }
    .category_wrap .reason_cont .heading {
        font-size: 21px;
        letter-spacing: 0;
        white-space: normal;
    }
    .category_wrap .reason_cont .read{
        font-size: 10px;
    }
    .category_wrap .reason_01 .img{
        width: 316px;
    }
    .category_wrap.wedding .reason_01 .img{
        width: 40%;
    }
    .category_wrap.new-b .reason_01 .img .noshi{
        width: 52%;
        margin: 8px 4px 0 0;
    }
    .category_wrap.new-b .reason_01 .img .wrap{
        width: 41%;
    }
    .category_wrap.new-b .reason_01.card .msg-card .img{
        width: 64%;
        margin: 20px auto 0 0;
    }
    .category_wrap.new-b .reason_01.card .msg-card .circle {
        width: 118px;
        height: 118px;
        top: -14px;
        right: 3%;
    }
    .category_wrap.new-b .reason_01.card .msg-card .text{
        top: 14px;
    }
    .category_wrap.new-b .reason_01.card .msg-card .text p {
        font-size: 10px;
        line-height: 1.4;
    }

    .category_wrap.new-b .reason_01.card .msg-card .text ul{
        font-size: 10px;
        width: 100%;
        transform-origin: top center;
        transform: scale(.9);
        margin: 3px 0 0 13px;
        line-height: 1.4;
    }
    .category_wrap .reason_inner li.reason_cont{
        width: 100%;
        margin-bottom: 30px;
    }
    .category_wrap .reason_02 .img{
        width: 44%;
        margin-top: 15px;
    }
    .category_wrap .reason_cont .fs-25{
        font-size: 21px;
        line-height: 1.8;
    }
    .category_wrap .reason_03 .img {
        width: 44%;
        margin-top: 15px;
    }
    .category_wrap .reason_04 .img {
        width: 50%;
        margin-top: 15px;
    }
    .category_wrap .reason_05 .img {
        width: 66%;
        margin: 15px auto 0 7%;
    }
    .category_wrap .msg{
        width: 84%;
        margin: 0 auto;
    }
    .category_wrap .msg .caption{
        font-size: 13px;
        margin-top: 35px;
        line-height: 1.6;
        padding: 7px 0;
    }
    .category_wrap .msg .description{
        font-size: 10px;
        margin: 10px 0 20px;
    }
    .category_wrap .msg li{
        width: 48%;
        margin-bottom: 6px;
    }
    .category_wrap .msg li p{
        font-size: 10px;
        margin: 4px 0 0;
    }
    .category_wrap .msg li span {
        font-size: 10px;
        transform-origin: center;
        transform: scale(.8);
        white-space: normal;
    }
}