.title_with_symbol {
    margin-bottom: 1em;
    text-align: center;
    color: #955b91;
    line-height: 1.2;
    font-size: 21px;
}

.title_with_symbol::before {
    content: "";
    margin: 0 auto 2.6%;
    display: block;
    width: 8vw;
    height: 8vw;
    background-position: center center;
    background-repeat: none;
    background-size: contain;
}

.fs-c-productName__copy,
.fs-c-productName__name,
.fs-c-productName__variation {
    font-weight: bold;
}

@media (min-width: 768px) {
    .title_with_symbol {
        margin-bottom: 45px;
        font-size: 3rem;
    }

    .title_with_symbol::before {
        margin-bottom: 35px;
        width: 60px;
        height: 60px;
    }
}

.fs-c-productListItem__imageContainer.no_img .fs-c-productListItem__image {
    background: #f4eef4 url(../images/symbol_shofuan.png) no-repeat center center;
    background-size: 41% auto;
}

.fs-c-productListItem__imageContainer.no_img a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.fs-c-productList .fs-c-pagination {
    margin-left: 8px;
}

.fs-c-productList .fs-c-productList__controller {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0 auto 6%;
    width: 92%;
}

@media (min-width: 768px) {
    .fs-c-productList .fs-c-productList__controller {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        margin-bottom: 35px;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.fs-c-productList .fs-c-sortItems {
    margin: 0;
    width: 100%;
    font-size: 1.5rem;
    border: none;
}

.fs-c-productList .fs-c-sortItems .fs-c-sortItems__label {
    display: none;
}

.fs-c-productList .fs-c-sortItems .fs-c-sortItems__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: none;
}

.fs-c-productList .fs-c-sortItems .fs-c-sortItems__list>li {
    margin-left: 0;
    font-size: 90%;
}

.fs-c-productList .fs-c-sortItems .fs-c-sortItems__list__item.is-active {
    background-color: #ae6ca8;
    text-decoration: none;
}

.fs-c-productList .fs-c-sortItems .fs-c-sortItems__list__item a {
    text-decoration: underline;
    color: #0000be;
}

@media (min-width: 350px) {
    .fs-c-productList .fs-c-sortItems .fs-c-sortItems__list>li:not(:first-of-type) {
        margin-left: 0.8em;
    }
}

@media (min-width: 400px) {
    .fs-c-productList .fs-c-sortItems .fs-c-sortItems__list>li {
        font-size: 100%;
    }
}

@media (min-width: 768px) {
    .fs-c-productList .fs-c-sortItems {
        width: auto;
    }

    .fs-c-productList .fs-c-sortItems .fs-c-sortItems__list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.fs-c-productList .fs-c-listControl {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 5.3%;
    width: 100%;
}

@media (min-width: 768px) {
    .fs-c-productList .fs-c-listControl {
        margin: 0;
        width: auto;
    }
}

.fs-c-productList__list .productRating {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    margin-bottom: 1em;
}

.fs-c-productList__list .ratingcount-0 {
    display: none;
}

.fs-c-productList__list .fs-c-rating {
    display: flex;
}

.fs-c-productList .fs-c-productList__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto -10%;
    width: 92%;
}

.fs-c-productList .fs-c-productList__list+.fs-c-productList__controller {
    margin-bottom: 14%;
    padding-top: 3%;
    border-top: 1px solid #e6e6e6;
}

.fs-c-productList .fs-c-productList__list__item {
    margin-bottom: 50px;
    padding: 0;
    width: 47.8%;
    border-bottom: none;
}

.fs-c-productList__list__item form {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}

.fs-c-productList .fs-c-productListItem__viewMoreImageButton,
.fs-c-productList .fs-c-price__currencyMark,
.fs-c-productList .fs-c-button--particular,
.fs-c-productList .fs-c-button--addToCart--list {
    display: none !important;
}

.fs-c-productList__list .fs-c-productListItem__imageContainer {
    margin-bottom: 0;
    width: 100%;
}

.fs-c-productList .fs-c-productListItem__imageContainer img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.fs-c-productList .fs-c-productListItem__imageContainer a {
    display: block;
    position: relative;
    padding: 50%;
}

.fs-c-productListItem__productName {
    margin: 1em 0 0.5em;
}

.fs-c-productList .fs-c-productMark {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.fs-c-productList .fs-c-productMarks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 8px;
}

.fs-c-productList .fs-c-productMark__item {
    display: inline-block;
    text-align: center;
}

.fs-c-productList .fs-c-productMark__item>span {
    display: block;
    margin-right: 0;
    border-radius: 0;
    padding: 0.5em;
}

.fs-c-productList .fs-c-productListItem__prices {
    margin-bottom: 0.5em;
    font-size: 1.6rem;
}

.fs-c-productList .fs-c-productPrice__main {
    margin-right: 0.5em;
}

.fs-c-productList .fs-c-productPrice:not(.fs-c-productPrice--listed) .fs-c-productPrice__main__price {
    color: #cb1a31;
    font-weight: bold;
}

.fs-c-productList .fs-c-price__value::after {
    margin-left: 0.25em;
    display: inline-block;
    content: "円";
}

.fs-c-productListItem__productDescription {
    font-size: 1.3rem;
    margin: 0 0 1em;
}

.fs-c-productList .fs-c-buttonContainer {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    margin-top: auto;
}

.fs-c-productList .fs-c-button--plain {
    position: relative;
    display: block;
    padding: 7px 0;
    width: 100%;
    background-color: #f5eff5;
    border: #d4bed3 1px solid;
    font-size: 1.3rem;
    color: #955b91;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
    text-decoration: none;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.fs-c-productList .fs-c-button--plain:hover {
    background-color: #955b91;
    color: #f5eff5;
    opacity: 1;
}

.fs-c-productList .fs-c-button--plain::before {
    content: none;
}

.fs-c-productList .fs-c-button--plain::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 4px rgba(0, 0, 0, 0);
    border-left-color: #d4bed3;
}

.fs-c-productList .fs-c-salesPeriod__date,
.fs-c-productListCarousel__list__item .fs-c-salesPeriod__date {
    margin-bottom: 0;
    padding: 0;
    border: none;
    text-align: left;
}

.fs-c-productList .fs-c-salesPeriod {
    font-size: 1.3rem;
    margin: 0 0 1em;
    padding: 0;
}

.fs-c-productList .fs-c-salesPeriod__date dt:before,
.fs-c-productList .fs-c-salesPeriod__date dt:after {
    content: "－";
}

.fs-c-productList .fs-c-salesPeriod__date dt:before {
    margin-right: 0.5em;
}

.fs-c-productList .fs-c-salesPeriod__date dt:after {
    margin-left: 0.5em;
}

.fs-c-productListCarousel__list__item .fs-c-salesPeriod__date dt:before,
.fs-c-productListCarousel__list__item .fs-c-salesPeriod__date dt:after {
    content: "－";
}

.fs-c-productListCarousel__list__item .fs-c-salesPeriod__date dt:before {
    margin-right: 0.5em;
}

.fs-c-productListCarousel__list__item .fs-c-salesPeriod__date dt:after {
    margin-left: 0.5em;
}

.fs-c-salesPeriod__date>dd {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.fs-c-timeJoint {
    margin: 0 0.5em;
}

@media (min-width: 768px) {
    .fs-c-productList .fs-c-productList__list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: -35px;
    }

    .fs-c-productList .fs-c-productList__list__item {
        margin-bottom: 95px;
        margin-right: 5%;
        width: 30%;
    }

    .fs-c-productList .fs-c-productList__list__item:nth-of-type(3n) {
        margin-right: 0;
    }

    .fs-c-productList .fs-c-productList__list+.fs-c-productList__controller {
        margin-bottom: 90px;
        padding-top: 25px;
    }

    .fs-c-productList .fs-c-productMark__item {
        width: auto;
    }

    .fs-c-productList .fs-c-productMark__item:last-of-type {
        margin-right: 0;
    }

}

@media (min-width: 960px) {

    .fs-c-productList .fs-c-productList__list__item,
    .fs-c-productList .fs-c-productList__list__item:nth-of-type(3n) {
        margin-right: 2.25%;
    }

    .fs-c-productList .fs-c-productList__list__item {
        width: 18%;
    }

    .fs-c-productList .fs-c-productList__list__item:nth-of-type(5n) {
        margin-right: 0;
    }
}

@media (min-width: 1320px) {
    .fs-c-productList .fs-c-productList__list {
        width: 100%;
    }

    .fs-c-productList .fs-c-productList__list__item {
        width: 232px;
    }

    .fs-c-productList .fs-c-productList__list__item,
    .fs-c-productList .fs-c-productList__list__item:nth-of-type(3n) {
        margin-right: 30px;
    }

    .fs-c-productList .fs-c-productList__list__item:nth-of-type(5n) {
        margin-right: 0;
    }
}

.about_item_category {
    margin-bottom: 16%;
}

.title_with_symbol::before {
    background-image: url(../images/icon_simbol_category_title.png);
}

.about_item_category .bg_grade {
    position: relative;
    width: 100vw;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 1px solid #d4bed3;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9dde9));
    background: linear-gradient(#fff, #e9dde9);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 25%;
}

.about_item_category .bg_wrap {
    padding: 10% 0 17.3%;
    background: url(../images/bg_symbol_pattern.png) center 25px;
    background-size: 40% auto;
}

.about_item_category .text_wrap {
    margin: 0 auto 40px;
    max-width: 900px;
    width: 90%;
    line-height: 1.8;
    font-size: 15px;
}

.about_item_category .text_wrap h3 {
    margin: 2em 0 0.5em;
    padding: 8px 25px;
    color: #955b91;
    text-align: center;
    line-height: 1.3;
    background-color: #fff;
    border: 1px solid #d4bed3;
    border-radius: 25px;
}

.about_item_category .text_wrap .next_toggle {
    position: relative;
    cursor: pointer;
}

.about_item_category .text_wrap .next_toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 3px solid rgba(0, 0, 0, 0);
    border-top-color: #ae6ca8;
}

.about_item_category .text_wrap .next_toggle.active::after {
    top: 49%;
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: #ae6ca8;
}

.about_item_category .img_wrap {
    position: relative;
    margin: 0 auto;
    width: 240px;
    height: 240px;
    border-radius: 120px;
    overflow: hidden;
}

.about_item_category .img_wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    max-width: none;
    width: 100%;
    height: auto;
}

@media (min-width: 480px) {
    .about_item_category .text_wrap h3 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 110%;
        font-weight: bold;
    }
}

@media (min-width: 768px) {
    .about_item_category {
        margin-bottom: 160px;
    }

    .about_item_category .bg_grade {
        background-size: auto 50%;
    }

    .about_item_category .bg_wrap {
        padding: 80px 0 50px;
        background-position: center 50px;
        background-size: auto;
    }

    .about_item_category .text_wrap {
        line-height: 2.3;
    }

    .about_item_category .text_wrap .next_toggle::after {
        right: 20px;
    }

    .about_item_category .img_wrap {
        width: 308px;
        height: 308px;
        border-radius: 154px;
    }
}

picture {
    max-width: 100%;
    height: auto;
}

.item_detail_present {
    margin-bottom: 10.6%;
    padding: 14% 0;
    background: url(../images/bg_washi.jpg) no-repeat center center;
}

.item_detail_present h3,
.item_detail_present .img_wrap {
    background-color: #fff;
}

.item_detail_present h3 {
    position: relative;
    padding-top: 9.3%;
    font-size: 23px;
    text-align: center;
    color: #955b91;
    line-height: 1.8;
    font-weight: bold;
    border-top: 2px solid #ca1a31;
}

.item_detail_present h3::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateY(-35%) translateX(-50%);
    transform: translateY(-35%) translateX(-50%);
    width: 9.3vw;
    height: 5.5vw;
    background: url(../images/icon_present_obi.png) no-repeat center center;
    background-size: contain;
}

.item_detail_present .img_wrap {
    margin-bottom: 8%;
    padding: 0 16% 3%;
}

.item_detail_present .img_wrap,
.item_detail_present .text_wrap {
    width: 100%;
}

.item_detail_present .text_wrap {
    margin: 0 auto;
    width: 92%;
    line-height: 1.4;
}

.item_detail_present .text_wrap .title {
    margin-bottom: 1.4%;
    color: #955b91;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
}

@media (min-width: 768px) {
    .item_detail_present {
        margin: 0 auto 75px;
        padding: 75px 80px;
        max-width: 1280px;
    }
}

@media (min-width: 960px) {
    .item_detail_present h3 {
        margin-bottom: 30px;
        padding-top: 0;
        font-size: 4rem;
        background-color: rgba(0, 0, 0, 0);
        border-top: none;
    }

    .item_detail_present h3::before {
        content: none;
    }

    .item_detail_present .flex {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .item_detail_present .img_wrap {
        position: relative;
        margin-bottom: 0;
        padding: 0;
        width: 52%;
    }

    .item_detail_present .img_wrap picture,
    .item_detail_present .img_wrap img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        width: 96%;
    }

    .item_detail_present .text_wrap {
        padding: 7% 4% 4%;
        width: 48%;
        background-color: #fff;
        line-height: 1.7;
        font-size: 1.7rem;
    }

    .item_detail_present .text_wrap .title {
        position: relative;
        margin-bottom: 15px;
        padding-top: 10%;
        font-weight: normal;
        text-align: left;
        border-top: 2px solid #ca1a31;
    }

    .item_detail_present .text_wrap .title::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        -webkit-transform: translateY(-35%) translateX(-50%);
        transform: translateY(-35%) translateX(-50%);
        width: 58px;
        height: 35px;
        background: url(../images/icon_present_obi.png) no-repeat center center;
        background-size: contain;
    }
}

.wrap_category_popular_item {
    margin-bottom: 8%;
    padding-top: 8%;
    border-top: 1px solid #d3bdd2;
    border-bottom: 1px solid #d3bdd2;
}

.wrap_category_popular_item .fs-c-productListCarousel__list__itemTrack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 92%;
}

.wrap_category_popular_item .fs-c-productListCarousel__list__item {
    position: relative;
    margin: 0 0 50px;
    min-width: 0;
    max-width: none;
    width: 47.8%;
    -ms-flex-preferred-size: 47.8%;
    flex-basis: 47.8%;
}

@media (min-width: 768px) {
    .wrap_category_popular_item {
        margin-top: -15px;
        margin-bottom: 45px;
        padding-top: 45px;
    }

    .wrap_category_popular_item .title_with_symbol::before {
        margin-bottom: 25px;
    }

    .wrap_category_popular_item .fs-c-productListCarousel__list__itemTrack {
        width: 492px;
    }

    .wrap_category_popular_item .fs-c-productListCarousel__list__item {
        width: 232px;
        -ms-flex-preferred-size: 232px;
        flex-basis: 232px;
    }
}

.item_detail_present.item_detail_other {
    display: none;
    padding: 5% 3%;
    background: url(https://wagashi.itembox.design/item/images/bg_pattern_pale_purple.png);
}

.item_detail_other_sp_wrap .item_detail_present.item_detail_other {
    display: block;
}

.item_detail_present.item_detail_other .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.item_detail_present.item_detail_other h3 {
    position: relative;
    margin-bottom: 3%;
    padding-top: 0;
    background-color: rgba(0, 0, 0, 0);
    border-top: none;
    line-height: 1.5;
    z-index: 3;
}

.item_detail_present.item_detail_other h3::before {
    content: none;
}

.item_detail_present.item_detail_other h3 .only {
    margin: 0 auto 5px;
    padding: 0 10px;
    display: block;
    color: #fff;
    background-color: #955b91;
}

.item_detail_present.item_detail_other .paper_card_wrap>div {
    margin-bottom: 2.5%;
    background-color: #fff;
    width: 100%;
}

.item_detail_present.item_detail_other .title_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 3%;
}

.item_detail_present.item_detail_other .title_wrap .img {
    position: relative;
    width: 30%;
    z-index: 5;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.item_detail_present.item_detail_other .title_wrap .img img {
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.item_detail_present.item_detail_other .fukidashi {
    color: #955b91;
    padding: 5px 4%;
    font-weight: bold;
    background: #ffb;
    border-radius: 10px;
}

.item_detail_present.item_detail_other .fukidashi em {
    font-size: 130%;
    color: #ca1a31;
    font-weight: bold;
}

.item_detail_present.item_detail_other .text_wrap {
    padding: 3.5% 0;
}

.item_detail_present.item_detail_other .until {
    padding: 1em 0;
    background-color: #ff8;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
}

.item_detail_present.item_detail_other .until p::before {
    content: "★";
    display: inline-block;
    font-weight: bold;
    color: #f66;
}

.item_detail_present.item_detail_other .fathersday_paper_card .title_wrap {
    padding-right: 3%;
}

.item_detail_present.item_detail_other .fathersday_paper .fukidashi {
    width: 40%;
    font-size: 1.8rem;
    text-align: center;
}

.item_detail_present.item_detail_other .fathersday_card .fukidashi {
    font-size: 1.3rem;
    width: 68%;
}

.item_detail_present.item_detail_other .fathersday_paper .title_wrap .img:last-of-type {
    left: -5%;
    z-index: 7;
}

.item_detail_present.item_detail_other .fathersday_paper .title_wrap .img:last-of-type,
.item_detail_present.item_detail_other .fathersday_card .title_wrap .img {
    margin-top: 5%;
}

.item_detail_present.item_detail_other .oseibo_paper_card .title_wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.item_detail_present.item_detail_other .oseibo_paper_card .title_wrap .img {
    margin-bottom: 2em;
    padding-top: 1em;
    width: 46%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.item_detail_present.item_detail_other .oseibo_paper_card .fukidashi {
    margin: 0 auto;
    width: 88%;
    font-size: 1.8rem;
    text-align: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.item_detail_present.item_detail_other .oseibo_paper .fukidashi,
.item_detail_present.item_detail_other .oseibo_card .fukidashi {
    font-size: 1.8rem;
}

.item_detail_present.item_detail_other .oseibo_paper .title_wrap .img {
    margin-right: auto;
    margin-left: auto;
}

.item_detail_present.item_detail_other .oseibo_card .title_wrap .img {
    width: 39%;
}

.item_detail_present.item_detail_other .oseibo_card .title_wrap .img:first-of-type {
    margin-top: 5%;
}

.item_detail_present.item_detail_other .oseibo_card .title_wrap .img:last-of-type {
    margin-left: -5%;
}

@media (max-width: 480px) {
    .item_detail_present.item_detail_other h3 {
        font-size: 18px;
    }
}

@media (min-width: 600px) {
    .item_detail_present.item_detail_other h3 .only {
        margin-bottom: 0;
        display: inline-block;
        -webkit-transform: rotate(-2.5deg);
        transform: rotate(-2.5deg);
    }
}

@media (min-width: 768px) {
    .item_detail_present.item_detail_other {
        display: block;
        padding: 55px 65px;
    }

    .item_detail_other_sp_wrap .item_detail_present.item_detail_other {
        display: none;
    }

    .item_detail_present.item_detail_other h3 {
        margin-bottom: 25px;
    }

    .item_detail_present.item_detail_other .paper_card_wrap>div {
        margin-bottom: 0;
        width: 49.5%;
    }

    .item_detail_present.item_detail_other .title_wrap {
        padding-top: 15px;
    }

    .item_detail_present.item_detail_other .text_wrap {
        padding: 4%;
    }

    .item_detail_present.item_detail_other .until {
        font-size: 2rem;
        margin-top: 1%;
    }

    .item_detail_present.item_detail_other .fathersday_paper_card .title_wrap {
        padding-right: 30px;
    }

    .item_detail_present.item_detail_other .fathersday_paper .fukidashi {
        font-size: 2.2rem;
    }

    .item_detail_present.item_detail_other .fathersday_card .fukidashi {
        font-size: 1.8rem;
    }
}

@media (min-width: 960px) {
    .item_detail_present.item_detail_other .text_wrap {
        width: 100%;
        font-size: 1.6rem;
    }

    .item_detail_present.item_detail_other .fathersday_paper .fukidashi {
        font-size: 2.4rem;
    }

    .item_detail_present.item_detail_other .fathersday_card .fukidashi {
        font-size: 2rem;
    }
}

.title_goods,
.contents_goods,
.contents_goods_factory {
    margin: 0 auto;
    width: 92%;
}

.title_goods img,
.contents_goods img,
.contents_goods_factory img {
    width: 100%;
    height: auto;
}

.title_goods {
    padding: 5% 0;
}

.contents_goods {
    position: relative;
    padding: 5% 0;
    background-color: #fdd28f;
}

.contents_goods .inner {
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 1118px;
    width: 96%;
    z-index: 5;
}

.contents_goods .text_wrap {
    margin: 0 auto 5%;
    width: 92%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.contents_goods .sub_title {
    width: 60%;
}

.contents_goods .text_tsukiro,
.contents_goods .text_mirumo {
    margin: 0 0 5%;
    width: 78%;
}

.contents_goods .img_wrap {
    position: relative;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 5%;
}

.contents_goods .img_wrap .img_tsukiro {
    width: 52%;
}

.contents_goods .img_wrap .img_mirumo {
    position: relative;
    left: -18.5%;
    width: 39%;
}

.contents_goods .img_wrap .flower_frame {
    left: 0;
    bottom: 25px;
    width: 40px;
}

.contents_goods .img_wrap .flower {
    right: 0;
    top: 30px;
    width: 26px;
}

.contents_goods>.abs {
    z-index: 3;
}

.contents_goods>.flower {
    right: 2.2%;
    top: 0;
    margin-top: 8%;
    width: 26px;
}

.contents_goods .bg {
    left: 0;
    bottom: 0;
    width: 38%;
}

.contents_goods .reverce {
    left: auto;
    right: 0;
    bottom: 40%;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.contents_goods_factory {
    position: relative;
    padding-top: 8%;
    background-color: #ffeabf;
    background-image: url(https://wagashi.itembox.design/item/images/item_list/bg_goods_factory.png);
    background-size: 48% auto;
}

.contents_goods_factory::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 8px;
    background: #fbb03b url(https://wagashi.itembox.design/item/images/item_list/bg_dots.png) repeat-x center center;
    background-size: auto 100%;
    z-index: 5;
}

.contents_goods_factory .flag {
    right: 0;
    top: 0;
    width: 21.8%;
}

.contents_goods_factory .inner {
    max-width: 1156px;
}

.contents_goods_factory .inner>.img,
.contents_goods_factory .text_wrap {
    margin: 0 auto;
    padding-bottom: 8%;
    width: 92%;
    max-width: 568px;
}

.contents_goods_factory .text_wrap .title .text {
    color: #f15a24;
    font-size: 14px;
    font-weight: 700;
}

.contents_goods_factory .text_wrap ul {
    margin: 0 auto;
    width: 82%;
}

.contents_goods_factory .text_wrap ul li {
    margin-bottom: 5%;
    text-align: center;
    font-weight: 700;
    font-size: 110%;
    width: 48%;
}

.contents_goods_factory .text_wrap ul li:last-of-type {
    margin-right: auto;
    margin-left: auto;
}

.contents_goods_factory .text_wrap ul li img {
    margin-bottom: 5px;
    -webkit-filter: drop-shadow(3px 3px 0 #d7ce05);
    filter: drop-shadow(3px 3px 0 #d7ce05);
    border-radius: 50%;
}

.contents_goods_factory .text_wrap .btn {
    position: relative;
    width: 100%;
}

.contents_goods_factory .text_wrap .btn .text {
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 12px;
    z-index: 3;
}

.contents_goods_factory .text_wrap .btn a {
    color: #fff;
    font-weight: bold;
}

.contents_goods_factory .text_wrap .btn a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

@media (min-width: 480px) {

    .contents_goods .text_tsukiro,
    .contents_goods .text_mirumo {
        width: 68%;
    }

    .contents_goods_factory::before {
        height: 17px;
    }

    .contents_goods_factory .text_wrap ul li {
        font-size: 120%;
    }

    .contents_goods_factory .text_wrap ul li img {
        margin-bottom: 8px;
        -webkit-filter: drop-shadow(6px 6px 0 #d7ce05);
        filter: drop-shadow(6px 6px 0 #d7ce05);
    }
}

@media (min-width: 600px) {

    .title_goods,
    .contents_goods,
    .contents_goods_factory {
        width: 100%;
    }

    .title_goods {
        padding: 50px 10px;
    }

    .contents_goods {
        padding: 45px 0 40px;
    }

    .contents_goods_factory .text_wrap .title .text {
        font-size: 150%;
    }

    .contents_goods_factory .text_wrap ul {
        width: 100%;
    }

    .contents_goods_factory .text_wrap ul li {
        width: 30%;
        max-width: 174px;
    }

    .contents_goods_factory .text_wrap ul li:last-of-type {
        margin: 0;
    }
}

@media (min-width: 768px) {

    .contents_goods .text_tsukiro,
    .contents_goods .text_mirumo {
        margin: 0 auto;
        width: 48%;
        max-width: 336px;
    }

    .contents_goods_factory {
        padding-top: 50px;
        padding-left: 4.1%;
        padding-right: 3.1%;
    }

    .contents_goods_factory .inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .contents_goods_factory .inner>.img,
    .contents_goods_factory .text_wrap {
        padding-bottom: 15px;
    }

    .contents_goods_factory .inner>.img {
        margin: 0;
        width: 49.1%;
        max-width: 568px;
    }

    .contents_goods_factory .text_wrap {
        width: 48%;
        max-width: 558px;
    }

    .contents_goods_factory .text_wrap .btn {
        width: 82%;
    }

    .contents_goods_factory .text_wrap ul li:first-of-type {
        margin-top: 2%;
    }

    .contents_goods_factory .text_wrap ul li:nth-of-type(2) {
        margin-top: 8.6%;
    }
}

@media (min-width: 960px) {
    .contents_goods .inner {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .contents_goods .text_wrap {
        margin: 0;
        padding-top: 10px;
        width: 35.77%;
        max-width: 400px;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .contents_goods .text_tsukiro,
    .contents_goods .text_mirumo {
        margin: 0;
        width: 30%;
    }

    .contents_goods .text_tsukiro {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .contents_goods .text_mirumo {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .contents_goods .bg {
        width: 19.6%;
    }

    .contents_goods .reverce {
        bottom: 0;
    }

    .contents_goods_factory .text_wrap .btn .text {
        font-size: 120%;
    }
}

@media (min-width: 1300px) {
    .title_goods {
        padding-right: 0;
        padding-left: 0;
    }
}

.contents_freepage_tsukigesho_outer {
    margin-bottom: 24px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d3bdd2;
}

.contents_freepage_tsukigesho_outer .sp_hidden {
    display: none;
}

.fs-c-heading--page {
    margin-bottom: 0;
}

.contents_freepage_tsukigesho {
    margin: 0 auto;
    max-width: 1000px;
}

.contents_freepage_tsukigesho .intro {
    margin-bottom: 2.5em;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9dde9));
    background: linear-gradient(#fff, #e9dde9);
}

.contents_freepage_tsukigesho .intro .bg {
    padding: 1.5em;
    background: url(../images/bg_symbol_pattern.png) center 25px;
    background-size: 40% auto;
}

.contents_freepage_tsukigesho .intro .inner {
    margin: 0 auto;
    max-width: 900px;
}

.contents_freepage_tsukigesho .intro .intro_text {
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.6;
}

.contents_freepage_tsukigesho .intro .intro_contents {
    margin: 0 auto;
    max-width: 720px;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.contents_freepage_tsukigesho .intro .intro_contents>.flex {
    padding: 1.5em 3em 2em;
}

.contents_freepage_tsukigesho .intro .img_wrap {
    position: relative;
}

.contents_freepage_tsukigesho .intro .img_wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    padding-bottom: 8.6%;
    background: url(../images/freepage_tsukigesho/bg_mv_white.png);
    background-size: cover;
    z-index: 3;
}

.contents_freepage_tsukigesho .intro .lineup,
.contents_freepage_tsukigesho .intro .other {
    width: 100%;
}

.contents_freepage_tsukigesho .intro .lineup {
    margin-bottom: 1em;
    font-size: 120%;
}

.contents_freepage_tsukigesho .intro .to_item {
    margin-top: 1em;
}

.contents_freepage_tsukigesho .to_item a {
    position: relative;
    display: block;
    padding: 7px 0;
    width: 100%;
    background-color: #503950;
    font-size: 1.3rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", メイリオ, Meiryo, serif;
    text-decoration: none;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.contents_freepage_tsukigesho .to_item a::after {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    right: 8px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: solid 4px rgba(0, 0, 0, 0);
    border-top-color: #d4bed3;
}

.contents_freepage_tsukigesho .to_item a.btn_on::after {
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: #d4bed3;
}

.contents_freepage_tsukigesho .series .img_wrap {
    margin-bottom: 1em;
}

.contents_freepage_tsukigesho .series .title {
    margin-bottom: 0.5em;
}

.contents_freepage_tsukigesho .series .text {
    margin-bottom: 1em;
}

.contents_freepage_tsukigesho .series .to_item {
    margin-top: auto;
}

.contents_freepage_tsukigesho .article_tsukigesho {
    padding-bottom: 3em;
}

.contents_freepage_tsukigesho .item_4_colmun,
.contents_freepage_tsukigesho .image_2_colmun {
    margin-bottom: 3.5em;
}

.contents_freepage_tsukigesho .item_4_colmun {
    gap: 40px 0;
}

.contents_freepage_tsukigesho .item_4_colmun>li {
    width: 47.8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contents_freepage_tsukigesho .item_4_colmun>li .title {
    font-weight: bold;
}

.contents_freepage_tsukigesho .item_4_colmun>li .text {
    font-size: 1.3rem;
}

.contents_freepage_tsukigesho .image_2_colmun>div {
    margin: 0 auto 1%;
    width: 77%;
}

.contents_freepage_tsukigesho h3 {
    padding: 0.5em;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    background: url(../images/bg_pattern_pale_purple.png) center top;
    background-size: 2em auto;
    color: #333;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, sans-serif;
    border-top: 1px solid #d3bdd2;
}

.contents_freepage_tsukigesho h4 {
    margin-bottom: 0.5em;
    font-size: 1.8rem;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
    color: #955b91;
}

.contents_freepage_tsukigesho .text_wrap {
    margin-bottom: 3em;
    font-size: 1.5rem;
}

.contents_freepage_tsukigesho .to_link {
    padding: 1.5em;
    border-radius: 5px;
}

.contents_freepage_tsukigesho .to_link h4 {
    text-align: center;
}

.contents_freepage_tsukigesho .to_link li {
    margin: 0 auto 0.5em;
    width: 100%;
}

.contents_freepage_tsukigesho .to_link li a {
    display: block;
    position: relative;
    padding: 0.5em;
    text-align: center;
    color: #fff;
    background-color: #b47aa9;
    border-radius: 5px;
}

.contents_freepage_tsukigesho .to_link li a::after {
    content: "";
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border: 3px solid rgba(0, 0, 0, 0);
    border-left-color: #fff;
}

@media screen and (min-width: 480px) {
    .contents_freepage_tsukigesho .image_2_colmun>div {
        margin: 0;
        width: 50%;
    }
}

@media screen and (min-width: 768px) {
    .contents_freepage_tsukigesho .intro .intro_text {
        margin-bottom: 1.5rem;
        font-size: 2rem;
        line-height: 1.8;
    }

    .contents_freepage_tsukigesho .intro .bg {
        padding: 3.5em;
        background-size: auto;
    }

    .contents_freepage_tsukigesho .intro .lineup {
        margin-bottom: 0;
        width: 35%;
    }

    .contents_freepage_tsukigesho .intro .other {
        border-left: 1px dotted #999;
        padding-left: 7%;
        width: 55%;
    }

    .contents_freepage_tsukigesho h3 {
        padding: 0.5em 0;
        font-size: 2rem;
    }

    .contents_freepage_tsukigesho .to_item a {
        font-size: 1.5rem;
    }

    .contents_freepage_tsukigesho .to_item a:hover {
        background-color: #857585;
    }

    .contents_freepage_tsukigesho .to_link {
        padding: 1.5em 3em;
    }

    .contents_freepage_tsukigesho .to_link li {
        width: 48%;
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 960px) {
    .contents_freepage_tsukigesho .item_4_colmun>li {
        width: 24%;
    }
}
